@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="service">*/
.service {
    position: relative;
    padding: 80px 5vw 160px 5vw;
}

.service-in {
    max-width: 1072px;
}

.service-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-en-title {
    max-width: 240px;
    width: 100%;
    margin-left: 80px;
}

.service-h2 {
    text-align: center;
    font-size: clamp(calc(32px), calc(40 / 1400 * 100vw), 40px);
    font-weight: 800;
}

.service-lead-txt {
    margin-top: 40px;
}

.service-con-wrap {
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.service-con {
    width: 48%;
    padding-top: 40px;
}

.service-con-in {
    position: relative;
    background-color: #3781e1;
    padding: 24px;
    color: #fff;
    margin-bottom: 2%;
}

.service-con-02,
.service-con-04 {
    margin-top: 8%;
}

.service-h3 {
    text-align: center;
    font-weight: 800;
    font-size: 24px;
    padding-bottom: 16px;
    border-bottom: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.yellow-arrow-04 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-right: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #efe800;
}

.service-con-txt-01 {
    text-align: center;
    font-weight: 600;
    padding-top: 16px;
    font-size: 18px;
}

.service-con-txt-wrap {
    padding: 16px;
    margin-top: 16px;
    background-color: #d9edfd;
    color: #333;
}

.service-con-num {
    position: absolute;
    top: -7%;
    left: -7%;
    font-size: 64px;
    font-style: italic;
    text-align: center;
    line-height: 90px;
    width: 90px;
    height: 90px;
    color: #007cf3;
    font-weight: 200;
    z-index: 1;
}

.service-con-num::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #d9edfd;
    border: solid 2px #007cf3;
    border-radius: 50vh;
    z-index: -1;
}

.wave-bg-01 {
    opacity: 0.5;
    position: absolute;
    top: 16%;
    right: 0;
    width: 100%;
    z-index: -1;
}

.hexagon-bg-01 {
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/*終わり*/  


/*<section class="choice">*/
.choice {
    padding: 80px 5vw;
    background-color: #3781e1;
    color: #fff;
}

.choice-in {
    max-width: 1072px;
}

.choice-title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.choice-title::before {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-left: solid 1px #fff;
    width: 1px;
    height: 80px;
}

.choice-en-title {
    max-width: 600px;
    width: 100%;
}

.choice-h2 {
    font-size: 24px;
    font-weight: 600;
}

.choice-con-wrap {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.choice-con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.choice-con-r {
    flex-direction: row-reverse;
}

.choice-img-wrap {
    width: 48%;
}

.choice-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choice-txt-wrap {
    width: 48%;
}

.choice-con-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.choice-con-num {
    position: relative;
    font-size: 48px;
    font-weight: 200;
    font-style: italic;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    z-index: 1;
}

.choice-con-num::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    border-radius: 50vh;
    z-index: -1;
}

.choice-h3 {
    width: calc(100% - 96px);
    display: block;
    font-size: 24px;
    line-height: 72px;
    border-bottom: solid 1px #fff;
}

.choice-con-txt {
    margin-top: 24px;
}
/*終わり*/  



/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="service">*/
    .service-title {
        align-items: center;
        gap: 24px;
    }

    .service-h2 {
        font-size: clamp(calc(32px), calc(40 / 1024 * 100vw), 40px);
    }

    .service-en-title {
        max-width: clamp(calc(200px), calc(300 / 1024 * 100vw), 300px);
        margin-left: 0;
    }

    .service-con-wrap {
        margin-top: 80px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .service-con {
        width: 80%;
    }
    
    .service-con {
        margin-top: 0;
    }
/*終わり*/


/*<section class="choice">*/    
    .choice-en-title {
        max-width: 400px;
    }

    .choice-con {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    
    .choice-img-wrap {
        width: 80%;
    }
    
    .choice-txt-wrap {
        width: 80%;
    }
/*終わり*/
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="service">*/  
    .service {
        padding: 64px 5vw 80px 5vw;
    }

    .service-h2 {
        font-size: 20px;
    }

    .service-en-title {
        max-width: 140px;
    }

    .service-lead-txt {
        font-size: 14px;
    }

    .service-con-wrap {
        margin-top: 0;
        gap: 0;
    }    

    .service-con {
        width: 100%;
        padding-top: 80px;
    }

    .service-con-in {
        padding: 40px 8px 16px 8px;
        margin-bottom: 0;
    }

    .service-h3 {
        font-size: 18px;
    }   
    
    .service-con-txt-01 {
        font-size: 16px;
    }
    
    .service-con-txt-wrap {
        font-size: 14px;
    }   
    
    .service-con-num {
        top: -32px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);        
        font-size: 40px;
        line-height: 64px;
        width: 64px;
        height: 64px;
    }
    
    .service-con-num::before {
        left: 50%;
    }    

    .wave-bg-01 {
        top: 12%;
    }    
/*終わり*/


/*<section class="choice">*/
    .choice {
        padding: 64px 5vw;
    }

    .choice-title::before {
        bottom: -58px;
        height: 48px;
    }    

    .choice-en-title {
        max-width: 240px;
    }

    .choice-h2 {
        font-size: 20px;
        margin-top: 16px;
    }

    .choice-con-wrap {
        margin-top: 80px;
        gap: 56px;
    }    
    
    .choice-img-wrap {
        width: 100%;
    }

    .choice-txt-wrap {
        width: 100%;
    }

    .choice-con-num {
        font-size: 40px;
        line-height: 64px;
        width: 64px;
        height: 64px;
    }   
    
    .choice-h3 {
        width: calc(100% - 64px);
        font-size: 20px;
        line-height: 64px;
    }
    
/*終わり*/

}
