/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

/*　====================== Sub-全ての事業部から選ぶ-共通 ======================　*/
#business-common{
    padding-bottom: 100px;
    padding-top: 100px;
    background: #fff;
}
#business-common h3{
    color: #0064B7;
    font-size: 30px;
    position: relative;
    text-align: center;
}
#business-common h3:after{
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 80px;
    height: 2px;
    background: #0064B7;
}
#business-common .business-common-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 40px;
}
#business-common .business-common-inner{
    width: calc((100% - 40px) / 5);
}
#business-common .business-common-inner:hover{
    opacity: 0.7;
}
#business-common .business-common-inner .icon{
    width: 80%;
    max-width: 100px;
    margin: 0 auto;
}
#business-common .business-common-inner .business-name{
    text-align: center;
    color: #0064B7;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
}
@media screen and (max-width:768px){
    #business-common{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #business-common h3{
        font-size: 24px;
    }
    #business-common h3:after{
        bottom: -15px;
        width: 50px;
    }
    #business-common .business-common-wrap{
        row-gap: 25px;
        margin-top: 40px;
    }
    #business-common .business-common-inner{
        width: 47%;
    }
    #business-common .business-common-inner .business-name{
        font-size: 15px;
        margin-top: 5px;
    }
    #business-common .business-common-inner .icon{
        max-width: 60px;
    }
}

/*　====================== Sub-MV/パンくずリスト ======================　*/
.mv-subpage-wrap{
    position: relative;
    margin-top: 50px;
}
.mv-subpage-wrap .subpage-title{
    position: absolute;
    top: 55%;
    left: 20%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    background: #0064B7;
    font-size: 2.8vw;
    padding: 20px 80px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3;
}
.interview-child .mv-subpage-wrap .subpage-title{
    top: 58%;
}
.mv-subpage-wrap .mv-img{
    position: absolute;
    right: 20%;
    /* top: 100px; */
    top: 20%;
    width: 40%;
}
.breadcrumbs{
    background: #fff;
    padding: 40px 0;
}
.breadcrumbs ol{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.breadcrumbs ol li,.breadcrumbs ol li a{
    color: #219BFF;
    font-weight: 500;
    font-size: 20px;
}
@media screen and (max-width:768px){
    .breadcrumbs{
        padding: 30px 0 20px;
    }
    .mv-subpage-wrap{
        margin-top: 70px;
    }
    .mv-subpage-wrap .subpage-title{
        padding: 3vw 5vw;
        font-size: 6vw;
        top: 50%;
        left: 0;
        line-height: 1.3;
    }
    .mv-subpage-wrap .mv-img{
        top: 12vw;
        width: 74%;
        right: 0;
    }
    .breadcrumbs ol{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        row-gap: 1px;
    }
    .breadcrumbs ol li,.breadcrumbs ol li a{
        font-size: 16px;
    }
}

/*　====================== MESSAGE ======================　*/
.message #section01{
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.message #section01 .section01-wrap .ttl1{
    font-size: 30px;
}
.message .message-section02{
    background-color: #E9F8FF;
}
.message .message-section02 .section01-inner{
    position: relative;
}
.message .message-section02 .img{
    max-width: 600px;
    width: 60%;
}
.message .message-section02 .txt-wrap{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 500px;
    width: 50%;
    z-index: 1;
    background: #005193;
    padding: 50px 30px;
}
.message .message-section02 .txt-wrap .ttl2{
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.5;
}
.message .message-section02 .txt-wrap .txt2{
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding-top: 10px;
}
.message .message-section02 .txt-wrap .txt2 .txt-fs20{
    padding-left: 10px;
}
.message .message-section03{
    background-color: #E9F8FF;
    position: relative;
    padding-top: 180px;
    padding-bottom: 100px;
}
.message .message-section03 .bg-txt{
    top: 70px;
}
.message .message-section03 .sec-ttl{
    color: #0064B7;
    padding-bottom: 20px;
}
.message .message-section03 .section03-inner{
    margin-bottom: 40px;
}
.message .message-section03 .section03-inner:last-of-type{
    margin-bottom: 0;
}
.message .message-section03 .section03-inner .title-en{
    font-family: "Poppins", serif;
    font-size: 45px;
    color: #0064B7;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.message .message-section03 .section03-inner .title-en:after{
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 2px;
    background: #0064B7;
    flex-grow: 1;
    margin-left: 10px;
}
.message .message-section03 .section03-inner .title-jp{
    font-size: 24px;
    font-weight: 500;
}
.message .message-section03 .section03-inner .text-wrap{
    padding: 0 40px;
}
.message .message-section03 .section03-inner .text01{
    margin-top: 10px;
}
.message .message-section03 .section03-inner .text-wrap img{
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
}
@media screen and (max-width:768px){
    .message #section01{
        padding: 60px 0;
    }
    .message #section01 .section01-wrap .ttl1{
        font-size: 24px;
    }
    .message .message-section02 .img{
        width: 80%;
    }
    .message .message-section02 .txt-wrap{
        padding: 20px;
        top: auto;
        bottom: -200px;
        right: 0;
        left: auto;
        width: 80%;
    }
    .message .message-section02 .txt-wrap .ttl2{
        font-size: 5vw;
    }
    .message .message-section02 .txt-wrap .txt2 .txt-fs20{
        font-size: 16px;
    }
    .message .message-section03{
        padding-top: 200px;
        padding-bottom: 60px;
    }
    .message .message-section03 .bg-txt{
        font-size: 70px;
        top: 135px;
    }
    .message .message-section03 .section03-inner .title-en{
        font-size: 30px;
    }
    .message .message-section03 .section03-inner .title-jp{
        font-size: 20px;
    }
    .message .message-section03 .section03-inner .title-en:after{
        width: 84%;
    }
    .message .message-section03 .section03-inner .text-wrap{
        padding: 0;
    }
    .message .message-section03 .section03-inner .text-wrap img{
        width: 100%;
    }
}

/*　====================== BUSINESS ======================　*/
.business .bus-section01{
    background: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#DBF4FF));
    background: -o-linear-gradient(top,#fff,#DBF4FF);
    background: linear-gradient(180deg,#fff,#DBF4FF);
    position: relative;
    padding-top: 100px;
}
.business .bus-section01 .bg-txt{
    color: #DBF4FF;
    top: 0px;
}
.business .sec-ttl-blue{
    font-size: 35px;
}
.business .bus-section01 .text01{
    background: #2B7BBA;
    color: #fff;
    padding: 40px;
    font-size: 20px;
    text-align: center;
}
.business .bus-section01 .img01{
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 0;
}

@media screen and (max-width:768px){
    .business .bus-section01{
        padding-top: 40px;
    }
    .business .bus-section01 .bg-txt{
        font-size: 70px;
        top: -25px;
    }
    .business .bus-section01 .sec-ttl-blue{
        font-size: 20px;
        letter-spacing: 0.01em;
        padding-bottom: 20px;
    }
    .business .sec-ttl-blue{
        font-size: 25px;
    }
    .business .bus-section01 .text01{
        text-align: left;
        padding: 20px;
        font-size: 16px;
    }
    .business .bus-section01 .img01{
        padding: 20px 0 40px;
    }
    .business #section04{
        margin-top: 0;
        padding-top: 80px;
    }
    .business #section04 .bg-txt{
        top: 20px;
    }
}

/*　====================== BUSINESS -子ページ- ======================　*/
.business-child .bus-section01{
    background: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#DBF4FF));
    background: -o-linear-gradient(top,#fff,#DBF4FF);
    background: linear-gradient(180deg,#fff,#DBF4FF);
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}
.business-child .gradation-bg{
    padding-top: 0;
}
.business-child .sec-ttl-blue{
    padding-bottom: 60px;
    line-height: 1.3;
}
.business-child .bus-section01 .bg-txt{
    color: #DBF4FF;
    top: 0px;
    font-size: 120px;
}
.business-child .bus-section01 .img01{
    margin-right: auto;
    width: 60%;
}
.business-child .bus-section01 .text01{
    background: #2B7BBA;
    color: #fff;
    padding: 3vw 5vw;
    font-size: 24px;
    text-align: left;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0.05em;
    z-index: 1;
    line-height: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.business-child .bus-section02{
    background: #DBF4FF;
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}
.business-child .bus-section02 .bg-txt{
    color: #fff;
    top: 0px;
    font-size: 120px;
}
.business-child .bus-section02 .section02-wrap{
    width: 90%;
    margin: 0 auto;
}
.business-child .bus-section02 .section02-wrap li{
    width: 100%;
    margin-bottom: 40px;
}
.business-child .bus-section02 .section02-wrap li:last-of-type{
    margin-bottom: 0;
}
.business-child .bus-section02 .section02-wrap h3{
    font-size: 28px;
    position: relative;
}
.business-child .bus-section02 .section02-wrap h3:before{
    content: "";
    position: absolute;
    background: url(../images/business/list-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 25px;
    height: 25px;
    top: 50%;
    left: -35px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.business-child .bus-section02 .section02-wrap p{
    font-size: 20px;
}

.business-child .bus-section02 .img02{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
}
.business-child .bus-section02 .img02 img{
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 50%;
}
.business-child .business-child-img{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 600px;
    min-height: 350px;
}
.recruitment-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.recruitment{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #DBF4FF;
    position: relative;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}
.recruitment .recruitment-wrap{
    background: rgba(255, 255, 255, 0.9);
    padding: 5%;
}
.recruitment .recruitment-wrap h2{
    color: #0064B7;
    font-size: 45px;
    position: relative;
    text-align: center;
}
.recruitment .recruitment-wrap h2:after{
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 80px;
    height: 3px;
    background: #0064B7;
}
.recruitment .recruitment-inner{
    margin-top: 60px;
}
.recruitment .recruitment-inner .ttl01{
    background: #0064B7;
    color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px;
}
.recruitment .recruitment-inner .ttl02{
    font-size: 20px;
    padding: 0 10px 0 28px;
    margin-top: 20px;
    position: relative;
}
.recruitment .recruitment-inner .ttl02::before{
    content: "";
    position: absolute;
    background: url(../images/business/list-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.recruitment .recruitment-inner .txt01{
    padding: 0 5px;
    padding-top: 5px;
    font-size: 18px;
}
.recruitment .recruitment-inner .txt02{
    font-size: 16px;
    line-height: 1.4;
    display: block;
}
.recruitment .common-btn{
    margin-top: 30px;
}

@media screen and (max-width:768px){
    .business-child .bus-section01,.business-child .bus-section02{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .business-child .bus-section01 .bg-txt,.business-child .bus-section02 .bg-txt{
        font-size: 70px;
        top: -25px;
    }
    .business-child .sec-ttl-blue{
        padding-bottom: 20px;
    }
    .business-child .bus-section01 .img01{
        width: 100%;
        margin: 0 auto;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0;
    }
    .business-child .bus-section01 .img01 img{
        height: auto;
    }
    .business-child .bus-section01 .text01{
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 90%;
        padding: 20px;
        font-size: 16px;
    }
    .business-child .bus-section02 .img02 img{
        height: auto;
    }
    .business-child .bus-section02 .section02-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 5%;
        row-gap: 20px;
    }
    .business-child .bus-section02 .section02-wrap li{
        width: 100%;
    }
    .business-child .bus-section02 .section02-wrap h3{
        font-size: 20px;
    }
    .business-child .bus-section02 .section02-wrap h3:before{
        width: 18px;
        height: 18px;
        left: -26px;
    }
    .business-child .bus-section02 .section02-wrap p{
        font-size: 16px;
    }
    .business-child .bus-section02 .img02{
        margin-top: 40px;
    }
    .business-child .business-child-img{
        max-height: 650px;
        min-height: 470px;
    }
    .recruitment{
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .recruitment .recruitment-wrap{
        padding: 30px 20px 40px;
    }
    .recruitment .recruitment-wrap h2{
        font-size: 24px;
    }
    .recruitment .recruitment-inner{
        margin-top: 40px;
    }
    .recruitment .recruitment-inner .ttl01{
        font-size: 20px;
        padding: 5px 10px;
    }
    .recruitment .recruitment-inner .ttl02{
        font-size: 18px;
    }
    .recruitment .recruitment-inner .ttl02::before{
        width: 15px;
        height: 15px;
    }
    .recruitment .recruitment-inner .txt01{
        font-size: 16px;
    }
    .recruitment .recruitment-inner .txt02{
        font-size: 14px;
    }
}

/*　====================== RECRUIT ======================　*/
.recruit .recruit-section01{
    background: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#DBF4FF));
    background: -o-linear-gradient(top,#fff,#DBF4FF);
    background: linear-gradient(180deg,#fff,#DBF4FF);
    position: relative;
    padding-top: 100px;
}
.recruit .recruit-section01 .bg-txt{
    color: #DBF4FF;
    top: -10px;
    font-size: 120px;
}
.recruit .recruit-section01 .sec-ttl-blue{
    padding-bottom: 60px;
    font-size: 35px;
}
.recruit .recruit-section01 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}
.recruit .recruit-section01 ul li{
    width: calc((100% - 90px) / 3);
    border-bottom: 1px solid #0064B7;
    text-align: center;
}
.recruit .recruit-section01 ul .recruit-icon{
    max-width: 80px;
    margin: 0 auto;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.recruit .recruit-section01 ul li a:hover{
    opacity: 0.7;
}
.recruit .recruit-section01 ul li a .ttl01{
    color: #0064B7;
    font-size: 24px;
    font-weight: 500;
}
.recruit .recruit-section01 ul li a .fa-solid{
    color: #0064B7;
    font-size: 24px;
    padding: 0 0 15px;
}
.recruit .recruitment{
    padding-top: 100px;
    padding-bottom: 0;
}
.recruit .recruitment#naikin{
    padding-bottom: 100px;
}
.recruit .recruitment .recruit-icon{
    max-width: 60px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

@media screen and (max-width:768px){
    .recruit .recruit-section01{
        padding-top: 40px;
    }
    .recruit .recruit-section01 .bg-txt{
        font-size: 70px;
        top: -20px;
    }
    .recruit .recruit-section01 .sec-ttl-blue{
        padding-bottom: 40px;
        font-size: 24px;
    }
    .recruit .recruit-section01 ul{
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        row-gap: 15px;
    }
    .recruit .recruit-section01 ul li{
        width: calc((100% - 30px) / 3);
    }
    .recruit .recruit-section01 ul li a .ttl01{
        font-size: 15px;
        line-height: 1.3;
    }
    .recruit .recruit-section01 ul li a .fa-solid{
        font-size: 20px;
        padding: 5px 0 10px;
    }
    .recruit .recruit-section01 ul .recruit-icon{
        max-width: 50px;
        height: 55px;
    }
    .recruit .recruitment{
        padding-top: 40px;
    }
    .recruit .recruitment .recruit-icon{
        max-width: 40px;
    }
    .recruitment .recruitment-wrap h2:after{
        width: 50px;
    }
}

/*　====================== ABOUT ======================　*/
.about .about-section01{
    background-image: url(../images/about/about-bg01.webp);
    margin-bottom: 20px;
}
.about .about-section02{
    background-image: url(../images/about/about-bg02.webp);
    margin-bottom: 20px;
}
.about .about-section03{
    background-image: url(../images/about/about-bg03.webp);
}
.about .about-section01,.about .about-section02,.about .about-section03{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}
.about .about-section01 h3,.about .about-section02 h3,.about .about-section03 h3{
    font-size: 40px;
    text-align: center;
}
.about .about-section01 .txt1,.about .about-section02 .txt1,.about .about-section03 .txt1{
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
    line-height: 2;
}
.about .about-section01 .common-btn,.about .about-section02 .common-btn,.about .about-section03 .common-btn{
    color: #0064B7;
    background: none;
    border: 2px solid #0064B7;
}
.about .about-section01 .common-btn::after,.about .about-section02 .common-btn::after,.about .about-section03 .common-btn::after{
    content: url(../images/about/btn-arrow-blue.webp);
}
@media screen and (max-width:768px){
    .about .about-section01,.about .about-section02,.about .about-section03{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about .about-section01 h3,.about .about-section02 h3,.about .about-section03 h3{
        font-size: 30px;
    }
    .about .about-section01 .txt1,.about .about-section02 .txt1,.about .about-section03 .txt1{
        font-size: 18px;
        text-align: left;
        line-height: 1.6;
        padding: 20px 0;
    }
}

/*　====================== WORKSTYLE ======================　*/
/* 数字で見るイーライフ */
/* .workstyle .workstyle-section01{
    background: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#DBF4FF));
    background: -o-linear-gradient(top,#fff,#DBF4FF);
    background: linear-gradient(180deg,#fff,#DBF4FF);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-color: #DBF4FF;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.workstyle .workstyle-section01 .bg-txt{
    color: #DBF4FF;
    top: -55px;
}
.workstyle .workstyle-section01 .sec-ttl-blue{
    padding-bottom: 80px;
}
.workstyle .workstyle-section01 .section01-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.workstyle .workstyle-section01 .section01-inner{
    width: 28%;
}
.workstyle .workstyle-section01 .section01-inner.figure5,.workstyle .workstyle-section01 .section01-inner.figure6{
    width: 60%;
} */

/* 働く環境 */
.workstyle .workstyle-section02{
    background: #0064B7;
    position: relative;
    padding-top: 160px;
}
.workstyle .workstyle-section02 .section02-wrap{
    padding: 100px 0;
}
.workstyle .workstyle-section02 .section02-wrap:nth-of-type(2n+1){
    background: #005193;
}
.workstyle .workstyle-section02 .bg-txt{
    color: #005193;
    top: 50px;
}
.workstyle .workstyle-section02 .sec-ttl-blue{
    color: #fff;
    padding-bottom: 0;
}
.workstyle .workstyle-section02 .section02-inner h3{
    background: #fff;
    color: #0064B7;
    text-align: center;
    font-size: 30px;
    padding: 10px;
    letter-spacing: 0.1em;
}
.workstyle .workstyle-section02 .section02-inner .txt1{
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    padding: 40px 20px 30px;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.workstyle .workstyle-section02 .section02-inner .img-top{
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.workstyle .workstyle-section02 .section02-inner .img-top::before {
    position: absolute;
    top: -4vw;
    left: -30px;
    width: 100%;
    font-family: "Caveat", serif;
    font-weight: 300;
    font-size: 4vw;
    color: #21FFD4;
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg);
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
}
.workstyle .workstyle-section02 .section02-inner .img-top.active::before {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    z-index: 1;
}
.workstyle .workstyle-section02 .section02-inner .img-top.shibuya::before{
    content: "Shibuya";
}
.workstyle .workstyle-section02 .section02-inner .img-top.kawaguchi::before{
    content: "Kawaguchi";
}
.workstyle .workstyle-section02 .section02-inner .img-top.Battle-Box::before{
    content: "Battle-Box";
}
.workstyle .workstyle-section02 .section02-inner .img-top.gym::before{
    content: "E-Life Gym";
}
.workstyle .workstyle-section02 .section02-inner .img-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.workstyle .workstyle-section02 .section02-inner .img-bottom img{
    width: 31%;
}

/* 研修 */
.workstyle .workstyle-section03{
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    background: linear-gradient(-10deg,#DBF4FF 0%,#fff 50%,#DBF4FF 100%);
}
.workstyle .workstyle-section03 .bg-txt{
    top: 40px;
}
.workstyle .workstyle-section03 .sec-ttl-blue{
    padding-bottom: 40px;
}
.workstyle .workstyle-section03 .section03-inner1{
    position: relative;
}
.workstyle .workstyle-section03 .section03-inner1 .txt-wrap{
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translateY(-50%);
}
.workstyle .workstyle-section03 .section03-inner1 .txt1{
    font-size: 2.4vw;
    margin-bottom: 15px;
    text-align: left;
    color: #219BFF;
    background: #fff;
    font-weight: 700;
    width: fit-content;
    padding: 0 5px;
}
.workstyle .workstyle-section03 .txt2{
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
    padding-bottom: 40px;
}
.workstyle .workstyle-section03 .fc-blue{
    color: #0064B7;
    font-weight: 700;
    font-size: 17px;
}
.workstyle .workstyle-section03 .section03-inner1 .img-wrap1{
    width: 65%;
}
.workstyle .workstyle-section03 .section03-inner2,.workstyle .workstyle-section03 .section03-inner3,.workstyle .workstyle-section03 .section03-inner5{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.workstyle .workstyle-section03 .section03-inner3{
    margin-top: 60px;
}
.workstyle .workstyle-section03 .section03-inner4{
    margin-top: 80px;
}
.workstyle .workstyle-section03 .section03-inner2 .txt-wrap,.workstyle .workstyle-section03 .section03-inner3 .txt-wrap,.workstyle .workstyle-section03 .section03-inner5 .txt-wrap{
    width: 50%;
}
.workstyle .workstyle-section03 .section03-inner2 .img-wrap1,.workstyle .workstyle-section03 .section03-inner3 .img-wrap1,.workstyle .workstyle-section03 .section03-inner5 .img-wrap1{
    width: 50%;
}
.workstyle .workstyle-section03 .section03-inner2 .txt-wrap h3,.workstyle .workstyle-section03 .section03-inner3 .txt-wrap h3,.workstyle .workstyle-section03 .section03-inner4 h3,.workstyle .workstyle-section03 .section03-inner5 .txt-wrap h3{
    font-size: 30px;
    color: #219BFF;
    border-bottom: solid 1px #219BFF;
    padding-bottom: 0;
    padding-left: 5px;
    display: flex;
    align-items: center;
}
.workstyle .workstyle-section03 .section03-inner2 .txt-wrap p,.workstyle .workstyle-section03 .section03-inner5 .txt-wrap p{
    padding-top: 20px;
    padding-right: 20px;
    font-size: 16px;
}
.workstyle .workstyle-section03 .section03-inner3 .txt-wrap h3{
    padding-left: 20px;
}
.workstyle .workstyle-section03 .f-num{
    font-family: "Poppins", serif;
    font-size: 140px;
    line-height: 0.7;
    font-weight: 500;
    padding-right: 5px;
    color: #c8eeff;
}
.workstyle .workstyle-section03 .section03-inner3 .txt-wrap p{
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
}
.workstyle .workstyle-section03 .section03-inner4 .fc-blue{
    margin: 20px 0 5px;
    font-size: 20px;
}
.workstyle .workstyle-section03 .section03-inner4 .list1{
    display: flex;
    justify-content: space-between;
    gap: 3%;
    margin-top: 20px;
}
.workstyle .workstyle-section03 .section03-inner4 .list1 li{
    width: 49%;
}
.workstyle .workstyle-section03 .section03-inner4 h4{
    font-size: 24px;
    position: relative;
    margin-top: 20px;
    padding-left: 28px;
}
.workstyle .workstyle-section03 .section03-inner4 h4::before{
    content: "";
    position: absolute;
    background: url(../images/business/list-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.workstyle .workstyle-section03 .section03-inner4 .txt-wrap p{
    margin-top: 10px;
}

/* 福利厚生 */
.workstyle .workstyle-section04{
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    background: url(../images/workstyle/benefit-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.workstyle .workstyle-section04 .bg-txt{
    top: 40px;
    opacity: 0.7;
}
.workstyle .workstyle-section04 .sec-ttl-blue{
    padding-bottom: 40px;
}
.workstyle .workstyle-section04 .section04-wrap{
    display: flex;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.workstyle .workstyle-section04 .section04-wrap .img-wrap{
    width: 40%;
    height: auto;
}
.workstyle .workstyle-section04 .section04-wrap .img-wrap img{
    height: 100%;
    object-fit: cover;
}
.workstyle .workstyle-section04 .section04-wrap .content-wrap{
    width: 60%;
    background: #fff;
    padding: 4%;
    box-sizing: border-box;
}
.workstyle .workstyle-section04 .section04-wrap .content-wrap .ttl1{
    color: #219BFF;
    font-size: 24px;
    margin-bottom: 10px;
}
.workstyle .workstyle-section04 .section04-wrap .content-wrap .txt1{
    margin-bottom: 20px;
}
.workstyle .workstyle-section04 .section04-wrap .content-wrap .kokumatsu-logo{
    max-width: 160px;
}
.workstyle .workstyle-section04 .section04-wrap .content-wrap .flex a{
    border-bottom: 1px solid #0064B7;
    color: #0064B7;
    display: block;
    margin-left: 20px;
}
.workstyle .workstyle-section04 .section04-wrap .content-wrap .info{
    margin: 10px 0 20px;
    font-size: 15px;
}
.workstyle .workstyle-section04 .section04-wrap .content-wrap .img-wrap2{
    width: 70%;
}

.workstyle .figure2.fade-in {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
}
.workstyle .figure3.fade-in {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
}

@media screen and (max-width:768px){
    .workstyle .workstyle-section01{
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .workstyle .workstyle-section01 .sec-ttl-blue{
        padding-bottom: 40px;
    }
    .workstyle .workstyle-section01 .section01-inner{
        width: 46%;
    }
    .workstyle .workstyle-section01 .section01-inner.figure5,.workstyle .workstyle-section01 .section01-inner.figure6{
        width: 100%;
    }
    .workstyle .workstyle-section01 .bg-txt{
        font-size: 70px;
        top: -20px;
    }
        .workstyle .workstyle-section02 .bg-txt{
        font-size: 70px;
        top: 30px;
    }
    .workstyle .workstyle-section03 .bg-txt{
        font-size: 70px;
        top: 20px;
    }
    .workstyle .workstyle-section04 .bg-txt{
        font-size: 70px;
        top: 20px;
    }
    .workstyle .workstyle-section01 .section01-wrap{
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        row-gap: 40px;
    }
    .workstyle .workstyle-section02{
        padding-top: 90px;
    }
    .workstyle .workstyle-section02 .section02-wrap{
        padding: 60px 0;
    }
    .workstyle .workstyle-section02 .section02-wrap.tokyo{
        padding-top: 40px;
    }
    .workstyle .workstyle-section02 .section02-inner h3{
        font-size: 20px;
        padding: 5px;
    }
    .workstyle .workstyle-section02 .section02-inner .txt1{
        font-size: 16px;
        padding: 20px 10px;
    }
    .workstyle .workstyle-section02 .section02-inner .img-top{
        padding: 0 10px;
    }
    .workstyle .workstyle-section02 .section02-inner .img-bottom{
        padding: 20px 10px 0;
        gap: 10px;
    }
    .workstyle .workstyle-section02 .section02-inner .img-bottom img{
        width: 30%;
    }
    .workstyle .workstyle-section02 .section02-inner .img-top::before{
        top: -9vw;
        left: -10px;
        font-size: 5vw;
    }
    .workstyle .workstyle-section03{
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .workstyle .workstyle-section03 .sec-ttl-blue{
        padding-bottom: 20px;
    }
    .workstyle .workstyle-section03 .section03-inner1 .img-wrap1{
        width: 100%;
    }
    .workstyle .workstyle-section03 .section03-inner1 .txt-wrap{
        top: 93%;
        left: 5%;
    }
    .workstyle .workstyle-section03 .section03-inner1 .txt1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .workstyle .workstyle-section03 .section03-inner2,.workstyle .workstyle-section03 .section03-inner5{
        flex-direction: column;
    }
    .workstyle .workstyle-section03 .section03-inner3{
        flex-direction: column-reverse;
    }
    .workstyle .workstyle-section03 .section03-inner2,.workstyle .workstyle-section03 .section03-inner3,.workstyle .workstyle-section03 .section03-inner4{
        margin-top: 50px;
    }
    .workstyle .workstyle-section03 .section03-inner5{
        margin-top: 10px;
    }
    .workstyle .workstyle-section03 .section03-inner2 .txt-wrap, .workstyle .workstyle-section03 .section03-inner3 .txt-wrap, .workstyle .workstyle-section03 .section03-inner5 .txt-wrap{
        width: 100%;
    }
    .workstyle .workstyle-section03 .section03-inner2 .img-wrap1, .workstyle .workstyle-section03 .section03-inner3 .img-wrap1, .workstyle .workstyle-section03 .section03-inner5 .img-wrap1{
        width: 100%;
    }
    .workstyle .workstyle-section03 .section03-inner2 .txt-wrap p, .workstyle .workstyle-section03 .section03-inner5 .txt-wrap p{
        padding-right: 0;
        font-size: 15px;
        padding-bottom: 20px;
    }
    .workstyle .workstyle-section03 .section03-inner3 .txt-wrap p{
        padding-bottom: 20px;
    }
    .workstyle .workstyle-section03 .f-num{
        font-size: 80px;
    }
    .workstyle .workstyle-section03 .fc-blue{
        font-size: 15px;
    }
    .workstyle .workstyle-section03 .section03-inner4 .fc-blue{
        font-size: 16px;
        margin: 20px 0 5px;
    }
    .workstyle .workstyle-section03 .section03-inner4 .txt-wrap p{
        margin-top: 5px;
    }
    .workstyle .workstyle-section03 .section03-inner4 .img-wrap1{
        width: 80%;
    }
    .workstyle .workstyle-section03 .section03-inner2 .txt-wrap h3, .workstyle .workstyle-section03 .section03-inner3 .txt-wrap h3, .workstyle .workstyle-section03 .section03-inner4 h3, .workstyle .workstyle-section03 .section03-inner5 .txt-wrap h3{
        font-size: 20px;
        padding-bottom: 0;
    }
    .workstyle .workstyle-section03 .txt2{
        text-align: left;
        padding-bottom: 0;
        font-size: 15px;
    }
    .workstyle .workstyle-section03 .section03-inner3 .txt-wrap h3,.workstyle .workstyle-section03 .section03-inner3 .txt-wrap p{
        padding-left: 0;
    }
    .workstyle .workstyle-section03 .section03-inner4 .list1{
        flex-direction: column;
    }
    .workstyle .workstyle-section03 .section03-inner4 .list1 li{
        width: 100%;
        margin-bottom: 40px;
    }
    .workstyle .workstyle-section03 .section03-inner4 h4{
        font-size: 18px;
        padding-left: 22px;
        margin-top: 10px;
    }
    .workstyle .workstyle-section03 .section03-inner4 h4::before{
        width: 15px;
        height: 15px;
    }
    .workstyle .workstyle-section04{
        padding-top: 80px;
        padding-bottom: 60px;
        background: url(../images/workstyle/benefit-bg-sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .workstyle .workstyle-section04 .section04-wrap{
        flex-wrap: wrap;
    }
    .workstyle .workstyle-section04 .section04-wrap .img-wrap{
        width: 100%;
    }
    .workstyle .workstyle-section04 .section04-wrap .content-wrap{
        width: 100%;
        padding: 5%;
    }
    .workstyle .workstyle-section04 .section04-wrap .content-wrap .ttl1{
        font-size: 20px;
    }
    .workstyle .workstyle-section04 .section04-wrap .img-wrap img{
        height: 280px;
    }
    .workstyle .workstyle-section04 .section04-wrap .content-wrap .img-wrap2{
        width: 100%;
    }
    .workstyle .workstyle-section04 .section04-wrap .content-wrap .info{
        font-size: 14px;
    }

    .workstyle .figure3.fade-in {
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
    }
    .workstyle .figure4.fade-in {
        -webkit-transition-delay: 0.5s;
             -o-transition-delay: 0.5s;
                transition-delay: 0.5s;
    }
    
}

/*　====================== SPECIAL ======================　*/
.special .special-section01{
    position: relative;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-top: 100px;
}
.special .special-section01 .bg-txt{
    color: #DBF4FF;
    top: -5px;
}
.special .special-section01 .sec-ttl-blue{
    padding-bottom: 60px;
}
.special .special-section01 .section01-wrap h3{
    font-size: 35px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    color: #219BFF;
}
.special .special-section01 .section01-wrap .txt1{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}
.special .special-section01 .section01-wrap .section01-inner{
    background-image: url(../images/special/sponsor1-bg-pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    width: 80%;
    margin: 0 auto;
}
.special .special-section01 .section01-wrap .section01-inner .txt2{
    background: #fff;
    border: 4px solid #0064B7;
    padding: 40px;
    margin-top: 40px;
}
.special .special-section01 .section01-wrap .section01-inner .txt2 p{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.special .special-section01 .section01-wrap .section01-inner .txt2 p:last-of-type{
    margin-bottom: 0;
}
.special .special-section01 .section01-wrap2{
    padding: 80px 0 100px;
}
.special .special-section01 .section01-wrap2 .section01-inner{
    background-image: url(../images/special/sponsor2-bg-pc.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.special .special-section01 .section01-wrap2 .section01-inner .img{
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    gap: 2%;
    justify-content: space-between;
}
.special .special-section01 .section01-wrap2 .section01-inner .img img{
    width: 48%;
}
.special .special-section01 .section01-wrap2 .section01-inner .txt2 h4{
    font-size: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.special .special-section01 .section01-wrap2 .section01-inner .txt2 h4::before{
    content: "";
    position: absolute;
    background: url(../images/special/list-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    top: 51%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.special .special-section01 .section01-wrap2 .section01-inner .txt2{
    margin-top: 0;
}
.special .special-section02{
    background-image: url(../images/special/event-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    padding: 150px 0 80px;
}
.special .special-section02 .bg-txt{
    color: #0A7AD6;
    top: 40px;
    font-size: 120px;
}
.special .special-section02 .sec-ttl-blue{
    color: #fff;
    padding-bottom: 40px;
}
.special .special-section02 .section02-wrap p{
    color: #fff;
}
.special .special-section02 .section02-wrap .ttl1-wrap{
    margin-top: 20px;
}
.special .special-section02 .section02-wrap .ttl1-wrap .ttl1{
    font-size: 28px;
    background-color: #fff;
    color: #0A7AD6;
    width: fit-content;
    font-weight: 600;
    padding: 0 5px;
    margin-top: 20px;
}
.special .special-section02 .section02-wrap .txt1{
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    margin: 40px 0 80px;
}

.special .special-section02.ceremony{
    background: linear-gradient(-10deg,#DBF4FF 0%,#DBF4FF 30%,#fff 50%,#DBF4FF 70%,#DBF4FF 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.special .special-section02.ceremony .bg-txt{
    color: #fff;
}
.special .special-section02.ceremony .sec-ttl-blue{
    color: #0A7AD6;
}
.special .special-section02.ceremony .section02-wrap p{
    color: #0064B7;
}
.special .special-section02.ceremony .section02-wrap .ttl1-wrap .ttl1{
    background-color: #0064B7;
    color: #fff;
}
.special .special-section02.ceremony .section02-wrap .txt1{
        margin: 40px 0 0;
}

.special .special-section02.community{
    background-image: url(../images/special/community-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.special .special-section02.community .section02-wrap .txt1{
        margin: 40px 0 0;
}

.special .section34-bg{
    background: #E9F8FF;
}
.special .special-section03{
    position: relative;
    background-image: url(../images/special/section3-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: top;
    padding-top: 230px;
    padding-bottom: 20px;
}
.special .special-section03 .bg-txt{
    top: 120px;
    opacity: 0.8;
    font-size: 120px;
}
.special .special-section03 .text1{
    padding-bottom: 40px;
}
.special .special-section03 .text1,.special .special-section04 .text1{
    font-size: 20px;
    width: 100%;
    margin: 40px auto 0;
}
.special .special-section03 .text1 p,.special .special-section04 .text1 p{
    border-bottom: 2px solid #16CFB5;
    display: inline;
    padding-bottom: 5px;
    line-height: 2.5;
    font-size: 18px;
}
.special .special-section04 .text1 p{
    border-bottom: 2px solid #0A7AD6;
}
.special .special-section04{
    position: relative;
    background-image: url(../images/special/section4-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: top;
    padding-top: 230px;
    padding-bottom: 100px;
}
.special .special-section04 .bg-txt{
    top: 120px;
    opacity: 0.8;
    font-size: 120px;
}

@media screen and (max-width:768px){
    .special .special-section01{
        padding-top: 40px;
    }
    .special .special-section01 .bg-txt{
        font-size: 70px;
        top: -20px;
    }
    .special .special-section01 .sec-ttl-blue{
        padding-bottom: 40px;
    }
    .special .special-section01 .section01-wrap .section01-inner .txt2{
        padding: 20px;
        font-size: 18px;
        margin-top: 30px;
        border: 3px solid #0064B7;
    }
    .special .special-section01 .section01-wrap h3{
        font-size: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .special .special-section01 .section01-wrap .txt1{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .special .special-section01 .section01-wrap .section01-inner{
        padding: 30px 0 60px;
        width: 100%;
        background-size: contain;
        background-position: top;
    }
    .special .special-section01 .section01-wrap2 .section01-inner .img{
        margin: 0 auto 30px;
    }
    .special .special-section01 .section01-wrap2 .section01-inner .txt2 h4{
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 22px;
    }
    .special .special-section01 .section01-wrap2 .section01-inner .txt2 h4::before{
        width: 15px;
        height: 15px;
    }
    .special .special-section01 .section01-wrap .section01-inner .txt2 p{
        margin-bottom: 10px;
        font-size: 15px;
    }
    .special .special-section01 .section01-wrap2{
        padding: 0;
    }
    .special .special-section02 .bg-txt{
        font-size: 70px;
        top: 20px;
    }
    .special .special-section02 .sec-ttl-blue{
        padding-bottom: 40px;
    }
    .special .special-section02{
        padding: 80px 0 60px;
    }
    .special .special-section02 .section02-wrap .ttl1-wrap{
        margin-top: 40px;
    }
    .special .special-section02 .section02-wrap .ttl1-wrap .ttl1{
        font-size: 20px;
        padding: 0 5px;
        margin-top: 10px;
    }
    .special .special-section02 .section02-wrap .txt1{
        margin: 20px 0 40px;
        font-size: 15px;
        line-height: 1.8;
    }
    .special .special-section02.ceremony .section02-wrap .txt1{
        margin: 20px 0 0;
    }
    .special .special-section02.community .section02-wrap .txt1{
        margin: 20px 0 0;
    }
    .special .special-section03{
        padding-top: 100px;
        padding-bottom: 20px;
        background-size: 100% 32%;
    }
    .special .special-section03 .text1 p,.special .special-section04 .text1 p{
        font-size: 15px;
        padding-bottom: 2px;
        line-height: 2;
        border-bottom: 1px solid #16CFB5;
    }
    .special .special-section04 .text1 p{
        border-bottom: 1px solid #0A7AD6;
    }
    .special .special-section03 .bg-txt,.special .special-section04 .bg-txt{
        font-size: 70px;
        top: 40px;
    }
    .special .special-section03 .sec-ttl-blue,.special .special-section04 .sec-ttl-blue{
        padding-bottom: 20px;
        line-height: 1.3;
    }
    .special .special-section03 .text1,.special .special-section04 .text1{
        font-size: 18px;
        width: 100%;
        margin: 20px auto 0;
    }
    .special .special-section04{
        padding-top: 100px;
        background-size: 100% 32%;
        padding-bottom: 60px;
    }
}

/*　====================== INTERVIEW ======================　*/
.interview #section06{
    background-image: none;
    background: -webkit-gradient(linear,left top, left bottom,from(#fff),color-stop(30%, #DBF4FF));
    background: -o-linear-gradient(top,#fff 0%,#DBF4FF 30%);
    background: linear-gradient(180deg,#fff 0%,#DBF4FF 30%);
    margin-top: 0;
    padding-top: 100px;
}
.interview #section06 .sec-container{
    padding-top: 0px;
}
.interview #section06 .sec-ttl-blue{
    position: relative;
    padding-bottom: 80px;
}
.interview #section06 .bg-txt{
    position: absolute;
    color: #DBF4FF;
    top: -10px;
    font-size: 120px;
    width: 100%;
}
.interview #section06 .section06-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 60px;
}
.interview #section06 .section06-wrap .section06-inner{
    width: 47%;
}
.interview-child .mv-subpage-wrap::before{
    position: absolute;
    top: 8vw;
    left: 20%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    font-family: "Caveat", serif;
    font-weight: 500;
    font-size: 2.5vw;
    color: #21FFD4;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    z-index: 100;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-animation: slideIn 1s forwards 2s;
            animation: slideIn 1s forwards 2s;
}
.interview-child #interview1 .mv-subpage-wrap::before{
    content: "interview#1";
}
.interview-child #interview2 .mv-subpage-wrap::before{
    content: "interview#2";
}
.interview-child #interview3 .mv-subpage-wrap::before{
    content: "interview#3";
}
.interview-child #interview4 .mv-subpage-wrap::before{
    content: "interview#4";
}
.interview-child .interview-top{
    background: #0064B7;
    padding: 40px 0;
    margin-top: 100px;
}
.interview-child .interview-top h3,.interview-child .interview-top p{
    color: #fff;
}
.interview-child .interview-top h3{
    font-size: 40px;
    margin-bottom: 20px;
}
.interview-child .interview-top .fs24{
    font-size: 24px;
}
.interview-child .interview-top .fs40{
    font-size: 40px;
    font-weight: 500;
}
.interview-child .interview-top .fs40 .fs24{
    padding-right: 20px;
}
.interview-child .breadcrumbs{
    background: #DBF4FF;
    padding-bottom: 0;
}
.interview-child .interview-child-section01{
    background: #DBF4FF;
    padding-bottom: 100px;
}
.interview-child .interview-child-section01 .interview-inner{
    margin-bottom: 100px;
}
.interview-child .interview-child-section01 .interview-inner:last-of-type{
    margin-bottom: 0;
}
.interview-child .interview-child-section01 .interview-inner .ttl-wrap{
    margin-bottom: 40px;
    background-image: url(../images/interview/voice-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.interview-child .interview-child-section01 .interview-inner .interview-ttl{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 40px;
}
.interview-child .interview-child-section01 .interview-inner:nth-of-type(2n) .interview-ttl{
    padding-left: 0;
    padding-right: 40px;
}
.interview-child .interview-child-section01 .interview-inner .interview-ttl h4{
    background: #0064B7;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.1vw;
    padding: 10px 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
.interview-child .interview-child-section01 .interview-inner .interview-ttl h4:last-of-type{
    margin-bottom: 0;
}
.interview-child .common-btn{
    margin-top: 60px;
}
.interview-child .interview-child-section01 .interview-inner .img{
    width: 50%;
    margin-left: auto;
}
.interview-child .interview-child-section01 .interview-inner:nth-of-type(2n) .ttl-wrap{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.interview-child .interview-child-section01 .interview-inner:nth-of-type(2n) .img{
    margin-right: auto;
    margin-left: 0;
}
.interview-child .interview-child-section01 .title-en{
    font-family: "Poppins", serif;
    font-size: 45px;
    color: #0064B7;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.interview-child .interview-child-section01 .title-en:after{
    content: "";
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 2px;
    background: #0064B7;
    flex-grow: 1;
    margin-left: 10px;
}
.interview-child .interview-child-section01 .title-jp{
    padding: 10px 20px 40px;
    font-size: 24px;
    font-weight: 500;
}
.interview-child .interview-child-section01 .text-wrap{
    padding: 10px 20px 0;
}
.interview-child .interview-child-section01 .text-wrap .text01{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.interview-child .interview-child-section01 .text-wrap .text01:last-of-type{
    margin-bottom: 0;
}
.interview-slide-in{
    opacity: 0;
}
.interview-slide-in.on{
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-animation: slideIn 0.6s forwards 1s;
            animation: slideIn 0.6s forwards 1s;
}

@media screen and (max-width:768px){
    .interview #section06{
        padding-top: 40px;
    }
    .interview #section06 .bg-txt{
        top: -20px;
        font-size: 70px;
    }
    .interview #section06 .section06-wrap{
        row-gap: 40px;
        margin-bottom: 0;
    }
    .interview #section06 .section06-wrap .section06-inner{
        width: 100%;
    }
    .interview #section06 .sec-ttl-blue{
        margin-top: 0;
        padding-bottom: 40px;
    }
    .interview-child .interview-top{
        margin-top: 40px;
        padding: 30px 0;
    }
    .interview-child .interview-top h3{
        font-size: 24px;
    }
    .interview-child .mv-subpage-wrap::before{
        top: 35%;
        left: 1%;
        font-size: 5vw;
    }
    .interview-child .interview-top .fs24{
        font-size: 18px;
    }
    .interview-child .interview-top .fs40{
        font-size: 30px;
    }
    .interview-child .interview-child-section01{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .interview-child .interview-child-section01 .interview-inner{
        margin-bottom: 40px;
    }
    .interview-child .interview-child-section01 .interview-inner .img{
        width: 80%;
        margin: 0 auto;
    }
    .interview-child .interview-child-section01 .interview-inner:nth-of-type(2n) .img{
        width: 80%;
        margin: 0 auto;
    }
    .interview-child .interview-child-section01 .title-en{
        font-size: 30px;
    }
    .interview-child .interview-child-section01 .interview-inner .ttl-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px;
    }
    .interview-child .interview-child-section01 .interview-inner .interview-ttl h4{
        font-size: 5vw;
        padding: 5px 10px;
        margin-bottom: 7px;
    }
    .interview-child .interview-child-section01 .interview-inner .interview-ttl{
        margin-bottom: 20px;
        padding-left: 0;
        width: 80%;
    }
    .interview-child .interview-child-section01 .interview-inner:nth-of-type(2n) .ttl-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .interview-child .interview-child-section01 .interview-inner:nth-of-type(2n) .interview-ttl{
        text-align: right;
        text-align: -webkit-right;
        padding-right: 0;
    }
    .interview-child .interview-child-section01 .title-jp {
        font-size: 20px;
        font-weight: 500;
        padding: 10px;
    }
    .interview-child .interview-child-section01 .text-wrap .text01{
        font-size: 16px;
    }
    .interview-child .interview-child-section01 .text-wrap{
        padding: 0 10px;
    }
    .interview-child .common-btn{
        margin-top: 20px;
    }
}


/*　====================== NEWS ======================　*/
.news .news-section01{
    padding-top: 40px;
    padding-bottom: 100px;
}
.news .news-section01 .news-inner{
    border-bottom: 1px dashed #219BFF;
    padding: 30px 0;
}
.news .news-section01 .news-inner:first-of-type{
    padding: 0 0 30px;
}
.news .news-section01 .news-inner a:hover{
    opacity: 0.6;
}
.news .news-section01 .news-inner .news-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.news .news-section01 .news-inner .news-top .day{
    font-weight: 500;
}
.news .news-section01 .news-inner .news-top .tag{
    background: #219BFF;
    color: #fff;
    padding: 5px 10px;
}
.news .news-section01 .news-inner .news-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.news .news-section01 .news-inner .news-bottom h3{
    font-size: 20px;
}
/* NEWSシングルページ */
.s-news .s-news-section01{
    padding-bottom: 100px;
    padding-top: 60px;
}
.s-news .s-news-section01 .news-wrap{
    background: #E6F7FF;
    padding: 8%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.s-news .s-news-section01 .title-wrap{
    border-bottom: 1px dashed #219BFF;
    padding: 0 0 30px;
}
.s-news .s-news-section01 .title-wrap .t-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.s-news .s-news-section01 .title-wrap .t-top .day{
    font-weight: 500;
}
.s-news .s-news-section01 .title-wrap .t-top .tag{
    background: #219BFF;
    color: #fff;
    padding: 5px 10px;
}
.s-news .s-news-section01 .title-wrap .t-bottom h3{
    font-size: 25px;
}
.s-news .s-news-section01 .text-wrap{
    padding: 40px 0 0;
    width: 85%;
    margin: 0 auto;
}
.s-news .s-news-section01 .text-wrap p{
    margin-bottom: 20px;
    font-size: 18px;
}
.s-news .s-news-section01 .text-wrap img{
    margin-bottom: 20px;
    height: auto;
}
.s-news .s-news-section01 .text-wrap iframe{
    width: 100%;
    height: auto;
}
.s-news .s-news-section01 .text-wrap p:last-of-type{
    margin-bottom: 0;
}
@media screen and (max-width:768px){
    .news .news-section01{
        padding-top: 20px;
        padding-bottom: 80px;
    }
    .news .news-section01 .news-inner{
        padding: 20px 0;
    }
    .news .news-section01 .news-inner:first-of-type{
        padding: 0 0 20px;
    }
    .news .news-section01 .news-inner .news-bottom h3{
        font-size: 18px;
    }
    .s-news .s-news-section01{
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .s-news .s-news-section01 .news-wrap{
        padding: 8% 5%;
    }
    .s-news .s-news-section01 .title-wrap{
        padding: 0 0 15px;
    }
    .s-news .s-news-section01 .title-wrap .t-bottom h3{
        font-size: 20px;
    }
    .s-news .s-news-section01 .text-wrap{
        padding: 20px 0 0;
        width: 100%;
        margin: 0 auto;
    }
    .s-news .s-news-section01 .text-wrap p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .s-news .s-news-section01 .text-wrap img{
        margin-bottom: 15px;
    }
}

/*　====================== CONTACT ======================　*/
.contact .contact-section01{
    position: relative;
    padding-bottom: 100px;
    padding-top: 60px;
}
.contact .contact-section01 .bg-txt{
    position: absolute;
    color: #DCF4FF;
    top: -20px;
    font-size: 100px;
}
.contact .contact-section01 .sec-ttl{
    padding-bottom: 10px;
    font-size: 30px;
}
.contact .contact-section01 .tel{
    text-align: center;
    display: block;
}
.contact .contact-section01 .tel a{
    font-size: 50px;
    font-weight: 600;
    color: #219BFF;
}
.contact .contact-section01 .tel span{
    font-size: 30px;
}
.contact .contact-section01 .line{
    max-width: 800px;
    margin: 80px auto 0;
}
.contact .contact-section01 .tel a:hover,.contact .contact-section01 .line:hover{
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact .contact-section02{
    position: relative;
    background: #E6F7FF;
    padding-bottom: 100px;
}
.contact .contact-section02 .bg-txt{
    position: absolute;
    color: #fff;
    top: 20px;
    font-size: 100px;
}
.contact .contact-section02 .sec-ttl{
    padding-bottom: 40px;
    font-size: 30px;
}
.contact .contact-section02 .text1{
    text-align: center;
    padding-bottom: 40px;
}
.contact .contact-section02 form{
    background: #fff;
    padding: 5% 8%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.contact .contact-section02 .form-inner{
    padding-bottom: 30px;
    display: block;
}
.contact .contact-section02 .form-inner .title{
    color: #219BFF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.contact .contact-section02 .form-inner .title .req{
    padding-left: 10px;
    font-size: 14px;
}
.contact .contact-section02 .form-inner input,.contact .contact-section02 select,.contact .contact-section02 textarea{
    width: 100%;
    font-size: 16px;
    padding: 15px;
    background: #F5F5F5;
    border: none;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.3;
}
.contact .contact-section02 textarea{
    height: 150px;
}
.contact .contact-section02 select{
    width: 50%;
}
.contact .contact-section02 .form-wrap .scroll_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 20vh;
    overflow: scroll;
    padding: 1vw;
    background-color: #F6F6F6;
}
.contact .contact-section02 .form-wrap .scroll_box p{
    font-size: 14px;
}
.contact .contact-section02 .form-wrap .accept-wrap{
    text-align: center;
}
.contact .contact-section02 .form-wrap .accept-wrap p{
    margin-bottom: 20px;
    font-size: 18px;
}
.contact .contact-section02 .form-wrap .accept-wrap input{
    margin-right: 8px;
    vertical-align: baseline;
}
.contact .contact-section02 .form-wrap .common-btn:hover{
    cursor: pointer;
}
@media screen and (max-width:768px){
    .contact .contact-section01 .sec-ttl{
        font-size: 24px;
    }
    .contact .contact-section01 .bg-txt,.contact .contact-section02 .bg-txt{
        font-size: 70px;
        line-height: 1;
    }
    .contact .contact-section01 .bg-txt{
        top: 0;
    }
    .contact .contact-section02 .bg-txt{
        top: 30px;
    }
    .contact .contact-section01 .tel a{
        font-size: 30px;
    }
    .contact .contact-section01 .tel span{
        font-size: 24px;
    }
    .contact .contact-section01 .line{
        margin-top: 40px;
    }
    .contact .contact-section01{
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .contact .contact-section02 select{
        width: 80%;
    }
    .contact .contact-section02 .sec-ttl{
        padding-bottom: 20px;
        font-size: 24px;
    }
    .contact .contact-section02 .text1{
        padding-bottom: 20px;
    }
    .contact .contact-section02 .form-inner input,.contact .contact-section02 select,.contact .contact-section02 textarea{
        padding: 10px;
    }
    .contact .contact-section02 .form-wrap .scroll_box{
        padding: 3vw;
        height: 25vh;
    }
    .contact .contact-section02 .form-wrap .scroll_box p{
        font-size: 13px;
    }
    .contact .contact-section02 textarea{
        height: 180px;
    }
    .contact .contact-section02 form{
        padding: 8% 5%;
    }
    .contact .contact-section02 .form-inner{
        padding-bottom: 25px;
    }
    .contact .contact-section02 .form-inner .title{
        margin-bottom: 2px;
    }
    .contact .contact-section02{
        padding-bottom: 60px;
    }
    .contact .contact-section02 .form-wrap .accept-wrap p{
        text-align: left;
        font-size: 16px;
    }
}

/*　====================== THANKS ======================　*/
.thanks .contact-section01{
    text-align: center;
    padding-top: 20px;
}
.thanks .contact-section01 .sec-ttl{
    border-bottom: 2px solid #219BFF;
    padding-bottom: 3px;
    display: inline;
    line-height: 1.8;
}
.thanks .contact-section01 .text1{
    margin: 60px 0;
    font-size: 18px;
}
.thanks .contact-section01 .common-btn{
    margin-bottom: 40px;
}

/*　====================== PAGENAVI ======================　*/
.wp-pagenavi{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 60px auto 0;
}
.wp-pagenavi .current{
    border: 2px solid #219BFF;
    padding: 10px 17px;
    background: #219BFF;
    color: #fff;
    margin-right: 15px;
}
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi .page{
    border: 2px solid #219BFF;
    padding: 10px 17px;
    margin-right: 15px;
    color: #219BFF;
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
    color: #219BFF;
}
.wp-pagenavi .previouspostslink{
    margin-right: 15px;
}