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

@charset "UTF-8";
/*　====================== mv ======================　*/
.mv-wrap{
    width: 100%;
    padding-top: 60px;
    background-image: url(../images/top/mv-bg-pc.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}
.mv-wrap .slider-wrap{
    width: 90%;
    margin:0 auto;
    overflow: hidden;
    padding: 30px 0 60px;
}
.mv-wrap .slider {
    width: 100%;
    -webkit-transform: rotate(-4.5deg) scale(1.05);
        -ms-transform: rotate(-4.5deg) scale(1.05);
            transform: rotate(-4.5deg) scale(1.05);
}
.mv-wrap .slider .slick-slide {
    margin:0;
}
.mv-wrap .slider li{
    overflow: hidden;
    -webkit-transform:skewX(-4.5deg) scale(0.8);
        -ms-transform:skewX(-4.5deg) scale(0.8);
            transform:skewX(-4.5deg) scale(0.8);
    /* border-radius: 5px; */
}
.mv-wrap .slider li img{
    width: 100%;
    height: 100%;
    -webkit-transform:skewX(4.5deg) scale(1.3);
        -ms-transform:skewX(4.5deg) scale(1.3);
            transform:skewX(4.5deg) scale(1.3);
}
.mv-wrap .slick-list{
    -webkit-transform:skewX(4.5deg);
        -ms-transform:skewX(4.5deg);
            transform:skewX(4.5deg);
}
.mv-wrap .mv-ttl{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 9vw;
    margin-top: -90px;
}
.mv-wrap .mv-ttl img{
    width: 100%;
}
.slide-in{
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-animation: slideIn 0.5s forwards 1s;
            animation: slideIn 0.5s forwards 1s;
}
.slide-in-delay{
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-animation: slideIn 0.8s forwards 2s;
            animation: slideIn 0.8s forwards 2s;
}
.mv-wrap .slide-in{
    -webkit-animation: slideIn 0.5s forwards 3.3s;
            animation: slideIn 0.5s forwards 3.3s;
}
.mv-wrap .slick-prev,.mv-wrap .slick-next{
    display: none;
}


@-webkit-keyframes slideIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
                clip-path: inset(0 100% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
    }
}


@keyframes slideIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
                clip-path: inset(0 100% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
    }
}

.mv-wrap .txt-blend{
    position: absolute;
    left: 50%;
    bottom: -2%;
    -webkit-transform: translateX(-50%) rotate(-4.5deg);
        -ms-transform: translateX(-50%) rotate(-4.5deg);
            transform: translateX(-50%) rotate(-4.5deg);
    width: 95%;
    text-align: center;
}
.mv-wrap .txt-blend p{
    font-size: 7vw;
    font-family: "Poppins", serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    mix-blend-mode: multiply;
    color: rgba(0, 100, 183, 0.45);
}
.mv-wrap .txt-blend p::after {
    content: "Join us";
    position: absolute;
    bottom: -30px;
    right: 8vw;
    font-family: "Caveat", serif;
    font-weight: 500;
    font-size: 5vw;
    color: #fff;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-animation: slideInText 0.6s forwards 6s;
            animation: slideInText 0.6s forwards 6s;
}
@-webkit-keyframes slideInText {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
                clip-path: inset(0 100% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
    }
}
@keyframes slideInText {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
                clip-path: inset(0 100% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
    }
}
/* mv-SP */
@media screen and (max-width:768px){
    .mv-wrap{
        padding-top: 70px;
    }
    .mv-wrap .mv-ttl{
        padding-bottom: 17vw;
        margin-top: -10px;
        width: 90%;
    }
    .mv-wrap .mv-ttl img{
        width: 100%;
    }
    .mv-wrap .txt-blend{
        bottom: 3%;
    }
    .mv-wrap .txt-blend p{
        font-size: 7.2vw;
    }
    .mv-wrap .txt-blend p::after{
        font-size: 8vw;
        bottom: -25px;
        right: 10px;
    }
    .mv-wrap .slider li{
        overflow: hidden;
        -webkit-transform:skewX(-4.5deg) scale(1);
            -ms-transform:skewX(-4.5deg) scale(1);
                transform:skewX(-4.5deg) scale(1);
    }
    .mv-wrap .slider li img{
        width: 100%;
        height: 100%;
        -webkit-transform:skewX(4.5deg) scale(1.3);
            -ms-transform:skewX(4.5deg) scale(1.3);
                transform:skewX(4.5deg) scale(1.3);
        object-fit: cover;
    }
    .mv-wrap .slider-wrap{
        width: 95%;
        padding: 40px 0;
    }
    .mv-wrap .slider .slick-slide{
        margin: 0 5px;
    }
}

/*　====================== section01(MESSAGE) ======================　*/
#section01{
    background-image: url(../images/top/message-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -260px;
    padding-top: 380px;
    padding-bottom: 260px;
}
#section01 .section01-wrap{
    background: rgba(0, 100, 183, 0.85);
    padding: 60px;
    padding-bottom: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
#section01 .section01-wrap .ttl1{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
#section01 .section01-wrap .txt1{
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}
#section01 .section01-inner{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#section01 .section01-inner .img{
    width: 50%;
}
#section01 .section01-inner .img img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
#section01 .section01-inner .txt-wrap{
    background: #005193;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
#section01 .section01-inner .txt-wrap .common-btn{
    width: 100%;
    margin: 0 auto 0 0;
    max-width: 420px;
}
#section01 .section01-inner .txt-wrap .ttl2{
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    width: 100%;
}
#section01 .section01-inner .txt-wrap .txt2{
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
#section01 .section01-inner .txt-wrap .txt2 .txt-fs20{
    padding-left: 10px;
}
/* section01-SP */
@media screen and (max-width:768px){
    #section01{
        padding-top: 280px;
        padding-bottom: 200px;
    }
    #section01 .section01-wrap{
        padding: 30px 20px 40px;
    }
    #section01 .section01-wrap .ttl1{
        font-size: 27px;
        padding-bottom: 15px;
    }
    #section01 .section01-wrap .txt1{
        padding-top: 0;
        text-align: left;
    }
    #section01 .section01-inner{
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #section01 .section01-inner .img{
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }
    #section01 .section01-inner .txt-wrap{
        width: 100%;
        margin: 0 auto;
        position: static;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: none;
        padding: 20px 0 0;
    }
    #section01 .section01-inner .txt-wrap .ttl{
        font-size: 20px;
    }
    #section01 .section01-inner .txt-wrap .ttl2{
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        padding-bottom: 20px;
    }
    #section01 .section01-inner .txt-wrap .txt2{
        padding-top: 20px;
    }
    #section01 .section01-inner .txt-wrap .txt2 .txt-fs20{
        padding-left: 0px;
    }
}

/*　====================== section02/section03(WORKSTYLE/SPECIAL) ======================　*/
#section02,#section03{
    margin-top: -120px;
    width: 100%;
    position: relative;
}
#section02{
    padding-top: 40px;
    padding-bottom: 40px;
}
#section03{
    padding-top: 100px;
    padding-bottom: 80px;
}
#section02 .sec-ttl,#section03 .sec-ttl{
    letter-spacing: 0.05em;
    padding-top: 30px;
}
#section02::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DCF4FF;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
    position: absolute;
    top: -20px;
}
#section03::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #CCFFF8;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    mix-blend-mode: multiply;
    position: absolute;
    top: -40px;
}
#section02 .section02-wrap,#section03 .section03-wrap{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
#section02 .section02-wrap{
    padding-bottom: 150px;
}
#section02 .section02-contents,#section03 .section03-contents {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}
#section02 .section02-inner,#section03 .section03-inner{
    width: 53%;
    padding: 80px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
#section02 .section02-img,#section03 .section03-img{
    width: 45%;
    position: relative;
    z-index: 2;
    height: 450px;
}
#section02 .section02-img img,#section03 .section03-img img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
#section02 .section02-h2-en,#section03 .section03-h2-en{
    font-family: "Caveat", serif;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
}
#section02 .section02-h2-en{
    color: #219BFF;
}
#section03 .section03-h2-en{
    color: #16CFB5;
}
#section02 .bg-txt,#section03 .bg-txt {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 100px;
    font-family: "Poppins", serif;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    overflow: hidden;
    text-align: center;
}
#section03 .bg-txt{
    width: 100%;
}
/* section02/03-SP */
@media screen and (max-width:768px){
    #section02{
        padding-top: 0px;
        padding-bottom: 90px;
        margin-top: -80px;
    }
    #section02::before{
        height: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%);
                clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%);
        top: -60px;
    }
    #section03{
        padding-top: 100px;
        padding-bottom: 0px;
    }
    #section03::before{
        height: 100%;
        -webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
                clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
        top: 15px;
    }
    #section02 .sec-ttl,#section03 .sec-ttl{
        letter-spacing: 0.02em;
        padding-bottom: 15px;
        padding-top: 10px;
    }
    #section02 .section02-inner,#section03 .section03-inner{
        padding: 40px 0 20px;
    }
    #section02 .section02-h2-en,#section03 .section03-h2-en{
        font-size: 27px;
        padding-top: 10px;
    }
    #section02 .section02-wrap,#section03 .section03-wrap{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-block-end: 40px;
    }
    #section02 .section02-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    #section02 .section02-inner,#section03 .section03-inner{
        width: 100%;
    }
    #section02 .section02-img,#section03 .section03-img{
        width: 80%;
        height: auto;
    }
    #section02 .bg-txt,#section03 .bg-txt{
        font-size: 70px;
        top: 4px;
        width: 100%;
    }
}

/*　====================== section04(BUSINESS) ======================　*/
#section04{
    padding-top: 120px;
    position: relative;
    margin-bottom: 130px;
}

#section04 .sec-container{
    max-width: none;
}
#section04 .bg-txt{
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 120px;
    font-family: "Poppins", serif;
    font-weight: 700;
    color: #DCF4FF;
    z-index: 1;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    overflow: hidden;
    text-align: center;
}
#section04 .section04-wrap{
    row-gap: 40px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
}
#section04 .section04-wrap .section04-inner{
    width: calc((100% - 120px) / 5);
    position: relative;
    min-height: 150px;
}
#section04 .section04-wrap .section04-inner img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
#section04 .section04-wrap .section04-inner p{
    background: rgba(2, 119, 212, 0.9);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
}
#section04 .section04-wrap .section04-inner a:hover{
	opacity:0.5;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#section04 .common-btn{
    margin-top: 40px;
}
/* section04-TAB */
@media screen and (max-width:1080px){
    #section04 .section04-wrap .section04-inner{
        width: calc((100% - 90px) / 4);
    }
}
/* section04-SP */
@media screen and (max-width:768px){
    #section04{
        padding-top: 100px;
        margin-bottom: 60px;
    }
    #section04 .sec-ttl-blue{
        padding-bottom: 25px;
    }
    #section04 .section04-wrap .section04-inner{
        width: calc((100% - 20px) / 2);
        min-height: 120px;
    }
    #section04 .section04-wrap .section04-inner p{
        font-size: 16px;
    }
    #section04 .section04-wrap{
        row-gap: 25px;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    #section04 .common-btn{
        margin-top: 25px;
    }
    #section04 .bg-txt{
        width: 100%;
        font-size: 70px;
        top: 40px;
    }
}

/*　====================== section05/section06(YOUTUBE/INTERVIEW) ======================　*/
.gradation-bg{
    background: -webkit-gradient(linear, left top, left bottom, from(#DCF4FF), color-stop(#CBEFFF), to(#CBFFF8));
    background: -o-linear-gradient(top, #DCF4FF, #CBEFFF, #CBFFF8);
    background: linear-gradient(to bottom, #DCF4FF, #CBEFFF, #CBFFF8);
    padding-top: 80px;
}
#section05,#section06{
    position: relative;
    margin-top: -10px;
}
#section05{
    padding-top: 50px;
    background: url(../images/youtube-bg.webp);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 50px;
}
#section06{
    margin-top: -60px;
    background-image: url(../images/interview-bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
}

#section05 .sec-container{
    padding-top: 200px;
}
#section06 .sec-container{
    padding-top: 160px;
}
#section05 .bg-txt,#section06 .bg-txt{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 120px;
    font-family: "Poppins", serif;
    font-weight: 700;
    z-index: 1;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    overflow: hidden;
    text-align: center;
    opacity: 0.9;
}
#section05 .bg-txt{
    top: 150px;
    color: #fff;
}
#section06 .bg-txt{
    top: 155px;
    color: #fff;
}
#section05 .flex-video{
    text-align: center;
    margin: 0 auto;
    position:relative;
    width:100%;
    height:0;
    padding-top:50%;
    z-index: 100;
    margin-bottom: 40px;
}
#section05 .flex-video iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#section05 .txt01{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
#section05 .txt01 p{
    font-size: 18px;
    line-height: 2;
    border-bottom: 1px solid #0A7AD6;
    display: inline;
    padding-bottom: 5px;
}
#section06 .section06-wrap{
    margin-bottom: 40px;
}
#section06 .section06-inner{
    width:40vw;
    background-color: #0064B7;
}
#section06 .section06-inner a:hover{
    opacity: 0.8;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}
#section06 .section06-img{
    overflow: hidden;
}
#section06 .section06-img img{
    max-height: 550px;
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    transition:0.5s all;
}
#section06 .section06-inner a:hover .section06-img{
    overflow: hidden;
}
#section06 .section06-inner a:hover .section06-img img{
    -webkit-transform:scale(1.05,1.05);
        -ms-transform:scale(1.05,1.05);
            transform:scale(1.05,1.05);
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}
#section06 .text-wrap{
    background: #0064B7;
    padding: 60px 40px 50px;
    position: relative;
}
#section06 .text-wrap h3{
    font-size: 32px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
#section06 .text-wrap h3::before{
    display: block;
    position: absolute;
    top: 10px;
    left: 35px;
    color: #21FFD4;
    font-family: "Caveat", serif;
    font-size: 30px;
    font-weight: 200;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
}
#section06 .intv1 .text-wrap h3::before{
    content: "Interview#1";
}
#section06 .intv2 .text-wrap h3::before{
    content: "Interview#2";
}
#section06 .intv3 .text-wrap h3::before{
    content: "Interview#3";
}
#section06 .intv4 .text-wrap h3::before{
    content: "Interview#4";
}
#section06 .text-wrap p{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
#section06 .text-wrap .txt1{
    padding-top: 15px;
    font-size: 20px;
}
#section06 .text-wrap .txt2{
    font-size: 35px;
}
#section06 .text-wrap .fs24{
    font-size: 24px;
    padding-right: 10px;
}

.slider2 {
    width:100%;
    margin:0 auto;
    z-index: 500;
}

.slider2 .slick-slide {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 0.8;
}

.slider2 .slick-slide.slick-center{
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.slider2 .slick-prev, 
.slider2 .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 17px solid #0064B7;
    border-right: 0;
}

.slider2 .slick-prev {
    left: -3%;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.slider2 .slick-next {
    right: -3%;
}


/* youtube-interview-SP */
@media screen and (max-width:768px){
    .gradation-bg{
        padding-top: 0;
    }
    #section05,#section06{
        background-size: 130%;
        background-position: top left;
        margin-top: 0px;
        padding-bottom: 40px;
        padding-top: 90px;
    }
    #section06{
        padding-bottom: 60px;
        background-size: 130%;
        background-position: top right;
        padding-top: 110px;
    }
    #section05 .sec-ttl-blue{
        margin-top: 60px;
    }
    #section06 .sec-ttl-blue{
        margin-top: 50px;
    }
    #section05 .bg-txt,#section06 .bg-txt{
        width: 100%;
    }
    #section05 .sec-ttl,#section05 .sec-ttl-blue{
        padding-bottom: 20px;
    }
    #section06 .sec-ttl,#section06 .sec-ttl-blue{
        padding-bottom: 20px;
    }
    #section05 .bg-txt{
        font-size: 70px;
        top: 90px;
    }
    #section05 .sec-container{
        padding-top: 0;
    }
    #section05 .flex-video{
        margin-bottom: 20px;
    }
    #section05 .txt01{
        width: 100%;
        margin-bottom: 30px;
    }
    #section05 .txt01 p{
        font-size: 16px;
        padding-bottom: 2px;
    }
    #section06 .sec-container{
        padding-top: 0;
    }
    #section05 .flex-video{
        width: 100%;
    }
    #section06 .section06-inner{
        width:80vw;
    }
    #section06 .text-wrap h3{
        font-size: 20px;
        padding-bottom: 20px;
    }
    #section06 .text-wrap p{
        font-size: 16px;
    }
    #section06 .text-wrap h3::before{
        font-size: 26px;
        top: 0px;
        left: 10px;
    }
    #section06 .section06-wrap{
        margin-bottom: 20px;
    }
    #section06 .section06-img img{
        max-height: 300px;
        min-height: 200px;
    }
    #section06 .bg-txt{
        top: 100px;
        font-size: 70px;
    }
    #section06 .text-wrap{
        padding: 40px 20px 30px;
    }
    #section06 .text-wrap .txt1{
        font-size: 16px;
        padding-top: 20px;
    }
    #section06 .text-wrap .txt2{
        font-size: 20px;
        line-height: 1.3;
    }
    #section06 .text-wrap .fs24{
        font-size: 16px;
    }
}

/*　====================== section07(NEWS) ======================　*/
#section07{
    background: #0064B7;
    position: relative;
    padding-top: 160px;
    padding-bottom: 100px;
}
#section07 .bg-txt{
    position: absolute;
    left: 50%;
    top: 60px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 120px;
    font-family: "Poppins", serif;
    font-weight: 700;
    color: #005193;
    z-index: 1;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    overflow: hidden;
    text-align: center;
}
#section07 .sec-ttl{
    color: #fff;
}
#section07 .news-wrap{
    margin: 0 auto;
    padding-bottom: 40px;
}
#section07 .news-wrap .news-inner p,#section07 .news-wrap .news-inner h3{
    color: #fff;
}
#section07 .news-wrap .news-inner .news-tag{
    background: #219BFF;
    padding: 2px 10px;
    margin-left: 20px;
}
#section07 .news-wrap .news-inner .news-ttl{
    padding-top: 10px;
    font-weight: 400;
}
#section07 .news-wrap .news-inner>.flex{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#section07 .news-wrap .news-inner{
    border-bottom: 1px dashed #fff;
    padding: 30px 20px 30px;
}
#section07 .news-wrap .news-inner:first-of-type{
    padding-top: 0;
}
#section07 .news-wrap .news-inner .news-flex{
    width: 95%;
}
#section07 .news-wrap .news-inner a:hover{
    opacity: 0.6;
}
#section07 .news-wrap .news-inner .news-top p{
    font-family: "Poppins", serif;
}
#section07 .news-wrap .news-inner .fa-solid{
    color: #fff;
}
#section07 .news-wrap .news-inner h3{
    font-size: 20px;
}

.section-text {
    width: 100%;
    height: 1000px;
    background-color: #efefef;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
            clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
}

@media screen and (max-width:768px){
    #section07{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #section07 .bg-txt{
        top: 20px;
        width: 100%;
        font-size: 70px;
    }
    #section07 .news-wrap .news-inner{
        padding: 20px 10px;
    }
    #section07 .news-wrap .news-inner h3{
        font-size: 16px;
    }
}

/*　====================== instagram ======================　*/
#section08{
    background-image: url(../images/top/instagram-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 160px;
    padding-bottom: 100px;
}
#section08 .bg-txt{
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 120px;
    font-family: "Poppins", serif;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
#section08 .account{
    text-align: center;
    background: #0064B7;
    padding: 10px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
#section08 .account .insta-icon{
    width: 26px;
}
#section08 .account p{
    color: #fff;
    margin-left: 10px;
    font-family: "Poppins", serif;
}
@media screen and (max-width:768px){
    #section08{
        padding-top: 80px;
    }
    #section08 .bg-txt{
        width: 100%;
        font-size: 70px;
        top: 20px;
    }
    #section08 .account{
        padding: 2% 3%;
    }
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.fade-in {
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
}
.fade-in.on {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1.0;
}
.fade-in-2{
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
            transform: scale(0.99);
    opacity: 0;
}
.fade-in-2.on {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}