@charset "utf-8";

/*********************************************************************
*
*  For アセットソリューション事業
*
*********************************************************************/


/*body:not(.end_load){
  overflow: hidden !important;
  height: 100vh;
}*/

body{
    background-color: transparent;
}
.contents_wrap{
    padding-top: 0;
}
body:not(.nav_on) .header_1 {
    background-color: transparent;
}
@media (min-width: 768px) {
    .site_logo img {
        position: absolute;
        left: 0;
        top: 23px;
    }
    .site_logo img.pc_off {
        opacity: 1;
    }
    body:not(.nav_on) .site_logo img.pc_off {
        opacity: 0;
    }
    .site_logo img.pc_on {
        opacity: 0;
    }
    body:not(.nav_on) .site_logo img.pc_on {
        opacity: 1;
    }

    body:not(.nav_on):not(.shiryou_open) .header_1 .h_nav_1 .main-menu > li a {
        color: #fff;
    }

    body:not(.nav_on):not(.shiryou_open) .header_1 .h_nav_1 .main-menu > li.is_current a::after {
        background-color: #fff;
    }
}

@media (max-width: 767px) {
    body.header_1 .site_logo img.sp_off {
        opacity: 1;
    }
    body:not(.nav_on):not(.shiryou_open) .header_1 .site_logo img.sp_off {
        opacity: 0;
    }
    .header_1 .site_logo img.sp_on {
        opacity: 0;
    }
    body:not(.nav_on):not(.shiryou_open) .header_1 .site_logo img.sp_on {
        opacity: 1;
    }
}


/* ---------------------------------------------------- */
/* メニュー色逆転の時いれる*/
/* ---------------------------------------------------- */


@media (min-width: 768px) {
}

@media (max-width: 767px) {
}





/* ---------------------------------------------------- */
/* 動画設定*/
/* ---------------------------------------------------- */

.video-background {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.video-background::before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.51;
    display: block;
    position: absolute;
    z-index: 1;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
/*  z-index: -1;*/
}

/*.video-background .content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 20px;
}*/

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    .video-background {
        height: 100svh;
    }
}








/* ---------------------------------------------------- */
/* mv */
/* ---------------------------------------------------- */

.mv {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.mv_txtWrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}
.mv_ttl{
    font-size: 70px;
    font-weight: 700;
}

.mv_txt{
    font-size: 20px;
    font-weight: 700;
    line-height: 2.4;
    letter-spacing: 0.025em;
    margin-top: 65px;
}
.sec:not(.concept_wrap),
.under_otherWrap{
    background-color: #fff;
}
@media (min-width: 768px) {
    .mv {
        min-width: 1350px;
    }
    .mv_ttl{
        padding-left: 0.7em;
    }
    .mv_ttl span + span{
        margin-left: -0.5em;
    }

}

@media (max-width: 767px) {
    .mv
    {
        height: 100svh;
    }
    .mv_txtWrap{
        align-items: flex-start;
        margin-left: 20px;
        margin-right: 20px;
    }
    .mv_ttl{
        font-size: 48px;
    }
    .mv_ttl span{
        display: block;
        line-height: 1.2;
    }
    .mv_txt{
        font-size: 16px;
        line-height: 2;
        margin-top: 25px;
    }

}


/* ---------------------------------------------------- */
/* 斜め伸びつやつ */
/* ---------------------------------------------------- */

/*
.sec > *:not(.lineheight){
    position: relative;
    z-index: 1;
}
.action.lineheight{
    transition: height 1000ms ease 0.25s;
            height: 0;
}
.action.lineheight.delay1{
        transition-delay: 0.5s;
}
.action.lineheight.delay2{
        transition-delay: 0.75s;
}
.action.lineheight.delay3{
        transition-delay: 1s;
}
.action.lineheight.scrollin{
            height: 100%;
}

.lineheight{
    overflow: hidden;
    z-index: 0;
}*/

.lineheight.c_lh01{
    position: absolute;
    display: block;
    width: 388px;
    height: 0;
        img{
            position: relative;
            top: 0;
            left: 0;
            width: 388px;
            height: 548px;
        }
}
.lineheight.c_lh02{
    position: absolute;
    display: block;
    width: 630px;
    height: 0;
        img{
            position: relative;
            top: 0;
            left: 0;
            width: 630px;
            height: 564px;
        }
}
.lineheight.c_lh03{
    position: absolute;
    display: block;
    width: 806px;
    height: 0;
        img{
            position: relative;
            top: 0;
            left: 0;
            width: 806px;
            height: 915px;
        }
}



@media (min-width: 768px) {
    .lineheight.c_lh01{
        top: 0;
        left: calc((1200px + (100% - 1200px) / 2) - 165px);
    }
    .action.lineheight.c_lh01.scrollin{
        height: 548px;
    }
    .lineheight.c_lh02{
        top: calc(100% - 564px);
        left: calc((1200px + (100% - 1200px) / 2) - 1618px);
    }
    .action.lineheight.c_lh02.scrollin{
        height: 564px;
    }

    .lineheight.c_lh03{
        top: 0;
        left: calc((1200px + (100% - 1200px) / 2) - 514px);
    }
    .action.lineheight.c_lh03.scrollin{
        height: 915px;
    }
}

@media (max-width: 767px) {
    .lineheight.c_lh01{
        position: absolute;
        display: block;
        width: 255px;
        height: 0;
        top: 0;
        right: -70px;
            img{
                position: relative;
                top: 0;
                left: 0;
                width: 255px;
                height: 366px;
        }
    }
    .action.lineheight.c_lh01.scrollin{
        height: 366px;
    }
    .lineheight.c_lh02{
        position: absolute;
        display: block;
        width: 419px;
        height: 0;
        top: calc(100svh - 491px);
        left: -238px;
            img{
                position: relative;
                top: 0;
                left: 0;
                width: 419px;
                height: 491px;
        }
    }
    .action.lineheight.c_lh02.scrollin{
        height: 491px;
    }

    .lineheight.c_lh03{
        position: absolute;
        display: block;
        width: 317px;
        height: 0;
/*        top: calc(100svh - 491px);*/
        top: -186px;
        right: -153px;
            img{
                position: relative;
                top: 0;
                left: 0;
                width: 317px;
                height: 372px;
        }
    }
    .action.lineheight.c_lh03.scrollin{
        height: 372px;
    }

}





/* ---------------------------------------------------- */
/* concept_wrap */
/* ---------------------------------------------------- */
.sec.concept_wrap{
    background-color: rgba(255,255,255,0.92);
}
.concept_wrap .inner{
    max-width: 1100px;
    display: flex;
    position: relative;
}
.concept_txt{
    font-size: 16px;
    line-height: 3.4;
    margin-left: 50px;
    margin-top: 75px;
}
.concept_imgWrap{
    width: 498px;
    height: 432px;
    position: relative;
    margin-top: 60px;
    margin-left: 100px;
}
.concept_img01{
    width: 218px;
    position: absolute;
    top: 152px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.concept_imgWrap > div:not(.concept_img01){
    width: 187px;
    position: absolute;
}
.concept_img02{
    left: 50%;
    transform: translateX(-50%);
}
.concept_img03{
    left: 0;
    top: 244px;
}
.concept_img04{
    right: 0;
    top: 244px;
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    .concept_wrap .inner{
        display: block;
    }
    .concept_txt{
        font-size: 15px;
        line-height: 2.26;
        margin-left: 0;
        margin-top: 0;
    }
    .concept_imgWrap{
/*        width: 100%;*/
        width: 334px;
        height: 300px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .concept_img01{
        width: 44%;
        position: absolute;
        top: 105px;
/*        top: 28vw;*/
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .concept_imgWrap > div:not(.concept_img01){
        width: 37.6%;
    }
    .concept_img03,
    .concept_img04{
        top: 174px;
/*        top: 46.4vw;*/
    }

}

/* ---------------------------------------------------- */
/* promise_wrap */
/* ---------------------------------------------------- */
.promise_wrap{
    padding-bottom: 0;
}
.promise_wrap .sec_ttl{
    margin-bottom: 85px;
}
.promise_wrap .sec_ttl_en{
  font-size: 84px;
}
.promise_contents{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.promise_box + .promise_box{
    margin-top: 95px;
}
.promise_box--num{
    font-size: 36px;
    font-weight: 500;
    color: #BA454A;
}
.promise_box--ttl{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.67;
    margin-top: 15px;
}
.promise_box--txt{
    width: 360px;
    font-size: 15px;
    line-height: 2.4;
    text-align: justify;
    margin-top: 25px;
}
.promise_img{
    width: 832px;
    flex-shrink: 0;
    margin-right: -170px;
}
.promise_box .button{
    width: 358px;
    text-align: left;
    padding-left: 25px;
    justify-content: flex-start;
    margin-top: 40px;
}

/*.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1000ms cubic-bezier(0.37, 0, 0.63, 1) 0.25s;
  transition-property: clip-path;
}
.smooth.scrollin {
  clip-path: inset(0);
}*/

@media (min-width: 768px) {
    .promise_contents{
        .promise_box{
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .promise_box .button {
            margin-left: 0;
            font-size: 15px;
        }
        .promise_box--txt{
            letter-spacing: 0.05em;
        }
        .promise_box:nth-child(1){
            .promise_box--txt{
                width: 394px;
             }
        }
        .promise_box:nth-child(3){
            .promise_box--txt{
                width: 362px;
             }
            .button {
                width: 373px;
            }
        }
    }

}

@media (max-width: 767px) {
    .promise_wrap .sec_ttl{
        margin-bottom: 35px;
    }
    .promise_wrap .sec_ttl_en{
      font-size: 45px;
    }

    .promise_box + .promise_box{
        margin-top: 50px;
    }
    .promise_box--num {
        font-size: 32px;
        font-weight: 400;
    }
    .promise_box--ttl{
        font-size: 22px;
        line-height: 1.45;
    }
    .promise_box--txt{
        width: 100%;
        line-height: 2;
        margin-top: 15px;
    }
    .promise_img{
        width: 100vw;
        margin-right: 0;
        margin-left: -20px;
        margin-top: 40px;
    }
    .promise_box .button{
        width: 266px;
        padding-left: 13px;
        margin-top: 35px;
        height: 66px;
        font-size: 14px;
    }
    .promise_box:nth-child(1){
        .button {
            width: 300px;
            letter-spacing: 0.04em;
                .button_arrow {
                    right: 11px;
                }
        }
    }
    .promise_box:nth-child(3){
        .button {
            width: 314px;
            letter-spacing: 0.04em;
                .button_arrow {
                    right: 11px;
                }
        }
    }

}


/* ---------------------------------------------------- */
/* aaaaaaaa */
/* ---------------------------------------------------- */

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

/* ---------------------------------------------------- */
/* aaaaaaaa */
/* ---------------------------------------------------- */

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

