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


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

.under-fv-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);  
    text-align: center;  
}

.under-fv-h1 {
    font-size: 24px;
}

.under-fv-img {
    width: 100%;
    height: 100%;
}
/*終わり*/  


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

.business-wrap {
    padding-top: 64px;
}

.busi-title-flex {
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: solid 1px #C9C9C9;
}

.busi-num-02 {
    font-size: 12px;
    margin-top: 8px;
}

.busi-title {
    font-size: 18px;
    font-weight: 600;
}

.busi-txt {
    padding-top: 24px;
}
/*終わり*/  


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

.about-flex {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.about-dl {
    width: 72%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-dl dt {
    width: 35%;
    padding: 24px 0;
    border-bottom: solid 1px #C9C9C9;
}

.about-dl dd {
    width: 65%;
    padding: 24px 0;
    border-bottom: solid 1px #C9C9C9;
}

.about-dl dd .under-line {
    border-bottom: solid 1px #C9C9C9;
}

.about-img-wrap {
    width: 25%;
}
/*終わり*/  


/**/
/*終わり*/  



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

/*<section class="under-fv">*/
    .under-fv-in {
        top: 60%;
    }

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


/*<section class="about">*/
    .about-flex {
        margin-top: 40px;
        flex-direction: column-reverse;
    }

    .about-dl {
        width: 100%;
        margin-top: 40px;
    }

    .about-dl dt {
        width: 100%;
        padding: 16px 0 0 0;
        border-bottom: none;
        color: #007FC2;
        font-size: 12px;
    }

    .about-dl dd {
        width: 100%;
        padding: 8px 0 16px 0;
        font-size: 14px;
    }

    .about-img-wrap {
        width: 60%;
        text-align: center;
    }
/*終わり*/ 

}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


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


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

    .busi-title-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }  
    
    .business-icon {
        max-width: 80px;
        width: 100%;
    }

    .busi-title-wrap {
        text-align: center;
    }
/*終わり*/ 


/*<section class="about">*/
    .about {
        padding: 0 5vw 80px 5vw;
    }
/*終わり*/  

}