@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<div class="under-fv-back">*/
.under-fv-back {
    position: relative;
}

.under-fv-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
/*終わり*/  


/*<section class="under-fv">*/
.under-fv {
    padding: 160px 5vw 120px 5vw;
    text-align: center;
}

.under-fv-h1 {
    font-size: 48px;
    font-family: "Oswald", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
}
/*終わり*/  


/*<section class="business">*/
.busi-flex-wrap {
    margin-top: 64px;
}

.busi-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 240px;
}

.busi-flex:first-child {
    margin-top: 0;
}

.busi-flex-reverse {
    position: relative;
    flex-direction: row-reverse;
}

.busi-img-wrap-r {
    flex: 1;
    margin-right: calc(50% - 50vw);
    width: 50%;
    margin-left: 5%;
    height: 480px;
}

.busi-img-wrap {
    flex: 1;
    margin-left: calc(50% - 50vw);
    width: 50%;
    margin-right: 5%;
    height: 480px;
}

.business-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.busi-txt-wrap {
    width: 35%;
}

.business-small-num {
    font-family: "Oswald", serif;
    color: #A0A0A0;
    font-weight: 500;
    margin-top: 16px;
}

.business-h3 {
    font-size: 24px;
    padding: 16px 0;
    border-bottom: solid 1px #A0A0A0;
}

.business-con-txt {
    padding-top: 16px;
}

.decoration-line {
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: calc(50% - 50vw);
    z-index: -1;
}

.decoration-line-r {
    width: 100%;
    position: absolute;
    bottom: -80px;
    right: calc(50% - 50vw);
    transform: rotate(180deg);
    z-index: -1;
}
/*終わり*/  


/*<section class="company">*/
.company {
    padding: 160px 5vw 120px 5vw;
}

.company-dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 64px
}

.company-dl dt {
    width: 20%;
    padding: 24px 0;
    border-bottom: solid 1px #A0A0A0;
}

.company-dl dd {
    width: 80%;
    padding: 24px 0;
    border-bottom: solid 1px #A0A0A0;
}

.link {
    border-bottom: solid 1px #A0A0A0;
}

.link:hover {
    opacity: 0.8;
}
/*終わり*/  


/*<section class="client">*/
.client {
    padding: 0 5vw 120px 5vw;
}

.client-flex {
    margin-top: 64px;
    display: flex;
    gap: 40px;
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="under-fv">*/
    .under-fv-h1 {
        font-size: 40px;
    }
/*終わり*/  


/*<section class="business">*/
    .busi-flex {
        display: block;
        margin-top: 120px;
    }    

    .busi-img-wrap-r {
        margin: 0 auto;
        width: 90%;
        height: 400px;
    }    

    .busi-img-wrap {
        margin: 0 auto;
        width: 90%;
        height: 400px;
    }
        
    .busi-txt-wrap {
        width: 90%;
        margin: 40px auto 0 auto;
    }
    
    .decoration-line {
        bottom: -50px;
    }
    
    .decoration-line-r {
        bottom: -50px;
    }    
/*終わり*/  


/*<section class="company">*/
    .company-dl dt {
        width: 30%;
    }

    .company-dl dd {
        width: 70%;
    }
/*終わり*/  


/*<section class="client">*/
    .client-img {
        max-width: 160px;
        width: 100%;
    }
/*終わり*/  
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="under-fv">*/
    .under-fv {
        padding: 120px 5vw;
    }

    .under-fv-h1 {
        font-size: 24px;
    }
/*終わり*/  


/*<section class="business">*/
    .busi-flex-wrap {
        margin-top: 40px;
    }

    .busi-flex {
        margin-top: 80px;
    }    

    .busi-img-wrap-r,
    .busi-img-wrap {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        height: 240px;
    }   

    .business-icon-wrap {
        text-align: center;
    }
    
    .busi-txt-wrap {
        width: 100%;
    }
    
    .business-small-num {
        text-align: center;
        font-size: 14px;
    }
    
    .business-h3 {
        text-align: center;
        font-size: 18px;
    }   
    
    .decoration-line,
    .decoration-line-r {
        display: none;
    }    
/*終わり*/  


/*<section class="company">*/
    .company {
        padding: 120px 5vw 80px 5vw;
    }

    .company-dl {
        margin-top: 40px;
    }

    .company-dl dt {
        width: 100%;
        padding: 16px 0 0 0;
        border-bottom: none;
        color: #A0A0A0;
        font-size: 12px;
    }
    
    .company-dl dd {
        width: 100%;
        padding: 8px 0 16px 0;
        border-bottom: solid 1px #A0A0A0;
        font-size: 14px;
    }    
/*終わり*/  


/*<section class="client">*/
    .client {
        padding: 0 5vw 80px 5vw;
    }

    .client-flex {
        margin-top: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }

    .client-img {
        max-width: 140px;
    }
/*終わり*/  

}