@charset "utf-8";
/*共通設定*/
.yellow-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0;
}

h2 {
    font-weight: 800;
}
/*終わり*/


/*<div class="wave-wrap-01">*/
.wave-wrap-01 {
    position: relative;
}

.wave-bg-01 {
    opacity: 0.5;
    position: absolute;
    top: 70vh;
    left: 0;
    width: 100vw;
    z-index: 1;
}
/*終わり*/


/*<section class="fv">*/
.fv {
    width: 100%;
    height: 100vh;
    background-image: url(../img/top/fv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fv-in {
    position: relative;
    width: 100%;
    height: 100%;
}

.fv-h1 {
    position: relative;
    width: 100%;
    height: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 2;
    font-weight: 800;
    font-size: clamp(calc(32px / 3), calc(32 / 1200 * 100vw), 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff,
        0 0 10px #fff;
    z-index: 2;

}
/*終わり*/


/*<div class="scroll">*/
.scroll {
    position: absolute;
    left: 5vw;
    top: 120vh;
    writing-mode: vertical-rl;
    font-weight: 600;
    font-size: 14px;
    color: #002c75;
    z-index: 2;
}

.scroll::before {
    animation: scroll 3s infinite;
    background-color: #002c75;
    bottom: -250px;
    content: "";
    height: 240px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
/*終わり*/


/*<div class="fv-contact">*/
.fv-contact {
    position: relative;
    padding: 80px 5vw;
    z-index: 2;
}

.fv-contact-wrap {
    max-width: 320px;
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fv-contact-txt {
    font-weight: 600;
    text-shadow: 0 0 16px #fff;
}

.navy-btn-01 {
    position: relative;
    background-color: #020065;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
    border-radius: 50vh;
    font-size: 18px;
    color: #fff;
    max-width: 280px;
    width: 100%;
}

.navy-btn .mail-icon {
    max-width: 24px;
    width: 100%;
}

.yellow-arrow-01 {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #efe800;
}
/*終わり*/


/*<section class="service">*/
.service {
    padding: 0 5vw 160px 5vw;
    position: relative;
    z-index: 2;
}

.service-h2 {
    font-size: clamp(calc(32px), calc(40 / 1200 * 100vw), 40px);
    text-align: center;
    display: inline-block;
    line-height: 1.5;
    padding-left: 80px;
}

.service-en-title {
    max-width: 300px;
    width: 100%;
    display: block;
    padding-left: 40px;
    margin-top: 40px;
}

.service-flex-pc {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    padding: 0 clamp(calc(0px), calc(64 / 1200 * 100vw), 64px);
}

.service-flex-sp {
    display: none;
}

.service-con-wrap {
    position: relative;
}

.yellow-arrow-02 {
    position: absolute;
    top: 24px;
    left: calc(50% - 6px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(90deg);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #efe800;
}

.hexagon-txt-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 64px;
    text-align: center;
}

.service-con-title {
    font-size: clamp(calc(18px), calc(32 / 1400 * 100vw), 32px);
    font-weight: 800;
    padding-bottom: 16px;
    border-bottom: solid 1px #333;
    display: block;
    width: 100%;
    line-height: 1.4;
}

.service-con-txt {
    font-size: clamp(calc(12px), calc(14 / 1400 * 100vw), 14px);
    padding-top: 16px;
    font-weight: 600;
}

.service-more-btn {
    position: absolute;
    bottom: clamp(calc(12px), calc(24 / 1400 * 100vw), 24px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #00f6e4;
    font-style: italic;
}

.blue-arrow {
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #00f6e4;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0;
}

.service-con-num {
    position: absolute;
    top: clamp(calc(-40px), calc(-24 / 1400 * 100vw), -24px);
    left: clamp(calc(50px), calc(90 / 1400 * 100vw), 90px);
    color: #002c75;
    font-style: italic;
    font-size: clamp(calc(20px), calc(40 / 1400 * 100vw), 40px);
    line-height: 80px;
    font-weight: 200;
    z-index: 2;
}

.service-con-num::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: clamp(calc(32px), calc(80 / 1400 * 100vw), 80px);
    width: clamp(calc(32px), calc(80 / 1400 * 100vw), 80px);
    background-color: #efe800;
    border-radius: 50vh;
    z-index: -1;
}

.service-hexagon {
    width: clamp(calc(400px / 3), calc(400 / 1400 * 100vw), 400px);
    height: clamp(calc(355px / 3), calc(355 / 1400 * 100vw), 355px);
}

.service-flex-pc .service-con-wrap-02 {
    position: absolute;
    bottom: clamp(calc(177.5px / 3), calc(177.5 / 1400 * 100vw), 177.5px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.service-flex-pc .service-con-wrap-03 {
    position: absolute;
    bottom: clamp(calc(375px / 3), calc(375 / 1400 * 100vw), 375px);
    right: clamp(calc(64px / 3), calc(64 / 1400 * 100vw), 64px);
}

.hexagon-bg-01 {
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/*終わり*/


/*<section class="voice">*/
.voice {
    position: relative;
    padding: 80px 5vw;
    background-color: #3781e1;
}

.voice::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 55%;
    height: 1px;
    border-bottom: 3px solid rgb(0,33,101);
    border-image: linear-gradient(90deg, rgba(0,33,101,1) 4%, rgba(0,172,245,0.9192051820728291) 80%) 1;
    z-index: 1;
}

.voice-in {
    position: relative;
    max-width: 1072px;
}

.voice-flex-01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.voice-flex-l {
    position: relative;
    width: 50%;
}

.voice-img-wrap {
    position: relative;
    width: 100%;
    height: 320px;
}

.voice-img-wrap-01::before {
    content: "";
    position: absolute;
    top: -16px;
    left: -16px;
    width: 100%;
    height: 352px;
    border: solid 1px rgba(255,255,255,0.5);
}

.voice-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voice-con-num {
    position: absolute;
    top: -40px;
    right: 16px;
    color: #002c75;
    font-style: italic;
    font-size: 40px;
    line-height: 80px;
    font-weight: 200;
    z-index: 2;
}

.voice-con-num::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #efe800;
    border-radius: 50vh;
    z-index: -1;
}

.voice-flex-r {
    width: 45%;
    color: #fff;
}

.voice-h2 {
    font-size: 24px;
    color: #333;
}

.voice-txt-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    font-weight: 600;
}

.yellow-arrow-03 {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: rotate(90deg);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #efe800;
}

.voice-txt-wrap {
    border-left: solid 1px #333;
    padding-left: 24px;
    line-height: 1.3;
}

.voice-txt-01 {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 600;
}

.voice-txt-01 span {
    font-size: 32px;
}

.voice-txt-02 {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 600;
}

.voice-txt-02 span {
    font-size: 24px;
}

.voice-flex-02 {
    color: #fff;
    margin-top: 40px;
    display: grid;
    column-gap: 2%;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.voice-con-wrap {
    margin-top: 40px;
}

.voice-txt-03 {
    margin-top: 8px;
    font-weight: 600;
}

.voice-txt-04 {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 600;
}

.navy-btn-wrap {
    text-align: center;
    margin-top: 64px;
}

.navy-btn-02 {
    background-image: radial-gradient(#002d9e, #020065);
    display: inline-block;
    padding: 16px 24px;
    text-align: center;
    font-weight: 600;
    border-radius: 50vh;
    font-size: 14px;
    color: #fff;
    max-width: 280px;
    width: 100%;
}

.voice-en-title {
    position: absolute;
    top: -180px;
    right: 0;
    max-width: 300px;
    width: 100%;
}
/*終わり*/


/*<section class="column">*/
.column {
    position: relative;
    padding: 80px 5vw;
}

.column-in {
    max-width: 1072px;
}

.column-title-wrap {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 40px;
}

.column-h2 {
    font-size: 32px;
}

.column-en-title {
    max-width: 480px;
    width: 100%;
}

.column-flex {
    max-width: 880px;
    margin: 40px auto 0 auto;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
}

.column-con {
    width: 32%;
    margin-top: 40px;
}

.column-thumb-wrap {
    width: 100%;
    height: 280px;
}

.column-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.column-title {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 8px;
}

.wave-bg-02 {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
}
/*終わり*/


/*<section class="profile">*/
.profile {
    position: relative;
    padding: 80px 5vw 320px 5vw;
}

.profile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 1px;
    border-bottom: 3px solid rgb(0,33,101);
    border-image: linear-gradient(90deg, rgba(0,33,101,1) 4%, rgba(0,172,245,0.9192051820728291) 80%) 1;
    z-index: 1;
}

.profile-in {
    max-width: 1072px;
    position: relative;
}

.profile-flex {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
}

.profile-title-wrap {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.profile-en-title {
    max-width: 300px;
    width: 100%;
}

.profile-h2 {
    font-size: 32px;
    line-height: 1.3;
}

.profile-img-wrap {
    width: 70%;
    height: 480px;
}

.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-txt-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: -64px;
    width: 80%;
    padding: 40px 40px 40px 10%;
    box-shadow: 0 0 24px rgba(0,0,0,0.2);
    z-index: 1;
}

.profile-txt-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.profile-txt-l {
    width: 30%;
    border-left: solid 1px #333;
    padding-left: 16px;
}

.profile-name {
    font-size: 32px;
    font-weight: 800;
}

.profile-company {
    font-weight: 600;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.3;
}

.profile-txt-r {
    width: 65%;
    font-size: 14px;
}

.hexagon-bg-02 {
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {
/*共通設定*/
/*終わり*/


/*<section class="fv">*/
    .fv {
        height: 60vh;
    }

    .fv-h1 {
        font-size: clamp(calc(24px), calc(30 / 1024 * 100vw), 30px);
    }
/*終わり*/


/*<div class="scroll">*/
    .scroll {
        top: 65vh;
    }

    .scroll::before {
        bottom: -170px;
        height: 160px;
    }
/*終わり*/


/*<div class="fv-contact">*/
    .navy-btn-01 {
        max-width: none;
        width: 100%;
    }
/*終わり*/


/*<section class="service">*/
    .service-h2 {
        font-size: clamp(calc(32px), calc(40 / 1024 * 100vw), 40px);
        display: block;
        padding-left: 0;
    }

    .service-en-title {
        max-width: clamp(calc(200px), calc(300 / 1024 * 100vw), 300px);
        padding-left: 0;
    }

    .service-flex-pc {
        display: none;
    }
    
    .service-flex-sp {
        margin-top: 80px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .service-con-wrap {
        width: 49%;
        margin-top: 40px;
    }

    .yellow-arrow-02 {
        top: 16px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #efe800;
    }    

    .service-con-title {
        font-size: clamp(calc(14px), calc(32 / 1024 * 100vw), 32px);
    }

    .service-con-txt {
        font-size: clamp(calc(10px), calc(16 / 1024 * 100vw), 16px);
    }    
        
    .service-more-btn {
        bottom: 12px;
    }  
    
    .service-con-num {
        position: absolute;
        top: -40px;
        left: clamp(calc(60px), calc(100 / 1024 * 100vw), 100px);
        font-size: clamp(calc(24px), calc(40 / 1024 * 100vw), 40px);
    }    

    .service-con-num::before {
        height: clamp(calc(48px), calc(80 / 1024 * 100vw), 80px);
        width: clamp(calc(48px), calc(80 / 1024 * 100vw), 80px);
    }    
        
    .service-hexagon {
        width: 100%;
        height: 100%;
    }    
/*終わり*/


/*<section class="voice">*/
    .voice {
        padding: 120px 5vw 80px 5vw;
    }

    .voice-flex-01 {
        flex-direction: column;
    }

    .voice-flex-l {
        position: relative;
        width: 100%;
    }

    .voice-img-wrap {
        height: 360px;
    }
    
    .voice-img-wrap-01::before {
        height: 392px;
    }
    
    .voice-flex-r {
        width: 100%;
        margin-top: 40px;
    }
    
    .voice-en-title {
        top: clamp(calc(-200px), calc(-220 / 1024 * 100vw), -220px);
        max-width: clamp(calc(200px), calc(240 / 1024 * 100vw), 240px);
    }    
/*終わり*/


/*<section class="column">*/
    .column-title-wrap {
        position: relative;
        justify-content: left;
    }

    .column-h2 {
        font-size: 32px;
    }
    
    .column-en-title {
        position: absolute;
        top: -80px;
        right: -5vw;
        max-width: clamp(calc(200px), calc(320 / 1024 * 100vw), 320px);
        z-index: -1;
    }
    
    .column-thumb-wrap {
        width: 100%;
        height: clamp(calc(160px), calc(240 / 1024 * 100vw), 240px);
    }    

    .column-title {
        font-size: clamp(calc(18px), calc(20 / 1024 * 100vw), 20px);
    }
/*終わり*/


/*<section class="profile">*/
    .profile {
        position: relative;
        padding: 80px 5vw;
    }

    .profile::before {
        width: 70%;
    }

    .profile-flex {
        justify-content: space-between;
        gap: 0;
    }
    
    .profile-title-wrap {
        width: 35%;
    }
    
    .profile-en-title {
        max-width: clamp(calc(160px), calc(240 / 1024 * 100vw), 240px);
    }
    
    .profile-h2 {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }
    
    .profile-img-wrap {
        width: 60%;
        height: clamp(calc(240px), calc(320 / 1024 * 100vw), 320px);
    }
    
    .profile-txt-wrap {
        position: relative;
        bottom: 0;
        width: 100%;
        padding: clamp(calc(16px), calc(40 / 1024 * 100vw), 40px);
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
        margin-top: 40px;
    }

    .profile-name {
        font-size: clamp(calc(24px), calc(32 / 1024 * 100vw), 32px);
    }  
    
    .profile-company {
        font-size: clamp(calc(10px), calc(14 / 1024 * 100vw), 14px);
    }    
/*終わり*/

}


/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/


/*<section class="fv">*/
    .fv {
        height: 80vh;
    }

    .fv-h1 {
        font-size: clamp(calc(20px), calc(30 / 599 * 100vw), 30px);
    }
/*終わり*/


/*<div class="scroll">*/
    .scroll {
        top: 80vh;
        left: 1vw;
        font-size: 10px;
    }

    .scroll::before {
        bottom: -90px;
        height: 80px;
    }
/*終わり*/


/*<div class="fv-contact">*/
    .fv-contact-wrap {
        max-width: 280px;
        margin: 0 auto;
    }

    .fv-contact-txt {
        font-size: 14px;
    }
/*終わり*/


/*<section class="service">*/
    .service {
        padding: 0 5vw 120px 5vw;
    }

    .service-h2 {
        font-size: 20px;
    }

    .service-en-title {
        max-width: 140px;
        margin-top: 24px;
    }

    .service-flex-sp {
        margin-top: 40px;
        flex-direction: column;
    }

    .service-con-wrap {
        width: 100%;
    }

    .service-con-title {
        font-size: 24px;
    }

    .service-con-txt {
        font-size: 12px;
    }    
        
    .service-more-btn {
        bottom: 16px;
    }  

    .service-con-num {
        position: absolute;
        top: -32px;
        left: 72px;
        font-size: 32px;
    }    

    .service-con-num::before {
        height: 64px;
        width: 64px;
    }    
/*終わり*/


/*<section class="voice">*/
    .voice {
        padding: 120px 5vw 80px 5vw;
    }

    .voice::before {
        width: 45%;
    }    

    .voice-img-wrap {
        height: 240px;
    }

    .voice-img-wrap-01::before {
        left: -10px;
        height: 272px;
    }

    .voice-con-num {
        top: -40px;
        right: 10px;
        font-size: 32px;
    }
    
    .voice-con-num::before {
        width: 64px;
        height: 64px;
    }

    .voice-h2 {
        font-size: 20px;
    }   
    
    .voice-txt-01 {
        font-size: 18px;
    }
    
    .voice-txt-01 span {
        font-size: 24px;
    }
    
    .voice-txt-02 {
        font-size: 18px;
    }
    
    .voice-txt-02 span {
        font-size: 24px;
    }
    
    .voice-flex-02 {
        margin-top: 0;
    }
    
    .voice-txt-04 {
        font-size: 18px;
    }    

    .voice-en-title {
        top: -180px;
        max-width: 140px;
    }   
/*終わり*/


/*<section class="column">*/
    .column-title-wrap {
        justify-content: center;
    }

    .column-h2 {
        font-size: 20px;
    }

    .column-en-title {
        top: -100px;
        max-width: 160px;
        z-index: 2;
    }

    .column-flex {
        margin: 0;
    }

    .column-con {
        width: 100%;
    }    

    .column-thumb-wrap {
        height: 320px;
    }   
    
    .column-title {
        font-size: 18px;
    }
/*終わり*/


/*<section class="profile">*/
    .profile {
        padding: 64px 5vw;
    }

    .profile-flex {
        flex-direction: column;
        gap: 40px;
    }

    .profile-title-wrap {
        align-items: center;
        width: 100%;
        gap: 16px;
    }
    
    .profile-en-title {
        max-width: 120px;
    }
    
    .profile-h2 {
        font-size: 20px;
    }
    
    .profile-img-wrap {
        width: 100%;
        height: 240px;
    }
    
    .profile-txt-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    
    .profile-txt-l {
        width: 100%;
    }
        
    .profile-company {
        font-size: 12px;
    }
    
    .profile-txt-r {
        width: 100%;
    }
/*終わり*/

}