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

@charset "UTF-8";
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    margin:0;
    width: 100%;
}

img{
    width:100%;
    max-width:100%;
    display: block;
}

p,a,div,ul,ol,dl{
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 1.6;
    color: #0B0B0B;
}
input, select{
    border: none;
}
section{
    padding-top: 100px;
}
.sec-container{
    max-width: 1080px;
    margin: 0 auto;
    width: 90%;
}
.sec-ttl,.sec-ttl-blue{
    font-size: 45px;
    position: relative;
    z-index: 500;
    padding-bottom: 40px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.sec-ttl-blue{
    color: #0064B7;
}
.sec-ttl::before,.sec-ttl-blue::before{
    position: absolute;
    display: block;
    top: -140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins", serif;
    font-size: 150px;
    font-weight: 700;
    color: #fff;
    z-index: -1;
    overflow: hidden;
}
.sec-txt{
    padding-bottom: 40px;
}


@media screen and (max-width:1080px){
    .sec-ttl::before,.sec-ttl-blue::before{
        font-size: 80px;
    }
    .sec-ttl::before,.sec-ttl-blue::before{
        top: -60px;
    }
}
@media screen and (max-width:768px){
    p,a,div,ul,ol,dl{
        font-size: 14px;
    }
    .sec-ttl,.sec-ttl-blue{
        font-size: 25px;
        padding-bottom: 40px;
    }
    .bg-txt{
        font-size: 60px;
        width: 100%;
    }
    .sec-txt{
        text-align: left;
    }
    section{
        padding-top: 60px;
    }
}

/*　====================== フォント設定 ======================　*/
.txt-h130{
    line-height: 1.3;
}
.txt-fs20{
    font-size: 20px;
}


/*　====================== レスポンシブ設定 ======================　*/
.pc-only {
    display: block;
}
.sp-only {
	display: none;
}
@media screen and (max-width:768px){
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}

/*　====================== flex設定 ======================　*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


/*　====================== header ======================　*/
header{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    z-index: 900;
    width: 100%;
    margin: 0 auto;
    top: 0;
}
header h1{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
header h1 img{
    max-width: 38px;
}
header h1 a{
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}
header h1 a.flex{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 2vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 15px;
    width: max-content;
    gap: 5px;
}
.header-pc{
    height: 70px;
    gap: 2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    flex-wrap: nowrap;
}
.header-sp{
    display: none;
}
.header-nav{
    width: 85%;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 3%;
}
.header-nav .nav-list{
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
    width: fit-content;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.header-nav .nav-list li a{
    color: #209CFF;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    position: relative;
    letter-spacing: 0.1em;
    z-index: 1;
    padding: 0 3px 2px 5px;
}
.header-nav .nav-btn{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: fit-content;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-width: 200px;
}
.header-nav .nav-btn li{
    text-align: center;
    padding: 0 1.5vw;
    width: fit-content;
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-nav .nav-btn p{
    font-weight: 500;
    font-size: 0.8vw;
    padding-top: 5px;
}
.header-nav .nav-btn .header-icon img{
    height: 27px;
}
.header-nav .nav-btn .header-saiyo{
    border-left: 2px solid #003472;
}
.header-nav .nav-btn .header-saiyo p{
    color: #003472;
}
.header-nav .nav-btn .header-contact{
    border-left: 2px solid #209CFF;
}
.header-nav .nav-btn .header-contact p{
    color: #209CFF;
}
.header-nav .nav-btn .header-line{
    border-left: 2px solid #00B900;
}
.header-nav .nav-btn .header-line p{
    color: #00B900;
}

/* hoverアクション */
header h1:hover{
    opacity: 0.6;
}
.header-nav .nav-list li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 32px;
    background: #209CFF;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: -1;
}
.header-nav .nav-list li a:hover{
    color: #fff;
}
.header-nav .nav-list li a:hover::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}
.header-nav .nav-btn li a:hover{
    opacity: 0.6;
}
.sp-cta-bottom{
    display: none;
}

/* header-SP */
@media screen and (max-width:768px){
    header{
        padding: 0;
    }
    .header-pc{
        display: none;
    }
    .header-sp{
        display: block;
        background: #fff;
        height: 70px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
    header h1{
        width: 80%;
    }
    .header-nav{
        width: 60%;
    }

    header h1 img{
        max-width: 30px;
    }
    header h1 a.flex{
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0;
        padding-left: 5%;
        padding-top: 20px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .openbtn{
        position: relative;
        cursor: pointer;
        width: 50px;
        height:50px;
        border-radius: 5px;
        margin-left: auto;
        z-index: 900;
        top: -45px;
        right: 12px;
    }
    .openbtn span{
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 5px;
        background: #209CFF;
        width: 50%;
    }
    
    .openbtn span:nth-of-type(1) {
        top:11px;	
        left: 11px;
    }
    
    .openbtn span:nth-of-type(2) {
        top:19px;
        left: 11px;
    }
    
    .openbtn span:nth-of-type(3) {
        top:27px;
        left: 11px;
    }
    
    .openbtn span:nth-of-type(3)::after {
        content:"Menu";
        position: absolute;
        top:5px;
        left:-8px;
        color: #209CFF;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .openbtn.active span:nth-of-type(1) {
        top: 12px;
        left: 18px;
        -webkit-transform: translateY(6px) rotate(-45deg);
            -ms-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg);
        width: 40%;
        background: #fff;
    }
    
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    
    .openbtn.active span:nth-of-type(3){
        top: 24px;
        left: 18px;
        -webkit-transform: translateY(-6px) rotate(45deg);
            -ms-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) rotate(45deg);
        width: 40%;
        background: #fff;
    }
    
    .openbtn.active span:nth-of-type(3)::after {
        content:"CLOSE";
        -webkit-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
                transform: translateY(0) rotate(-45deg);
        top:8px;
        left:5px;
        color: #fff;
    }
    .header-sp .opennav{
        position: absolute;
        top: 70px;
        visibility: hidden;
        opacity: 0;
        padding: 0;
    }
    .header-sp .opennav.active{
        visibility: visible;
        opacity: 1;
        position: fixed;
        background: #209CFF;
        height: 100%;
        right: 0;
        top: 0;
        padding-top: 50px;
        width: 100%;
        z-index: 700;
    }
    .header-sp .opennav ul{
        padding: 0 5%;
    }
    .header-sp .opennav ul li{
        margin-bottom: 15px;
    }
    .header-sp .opennav ul li a{
        color: #fff;
        font-size: 20px;
        position: relative;
    }
    .header-sp .opennav ul li a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1.5px;
        background: #fff;
        bottom: -1px;
        -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
                transform-origin: left top;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .header-sp .opennav ul li a:hover::after {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1);
    }
    .header-nav .nav-btn{
        display: none;
    }
    .header-nav .nav-btn .header-saiyo p,.header-nav .nav-btn .header-contact p{
        font-size: 13px;
        letter-spacing: 0.01em;
    }
    .sp-cta-bottom{
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .sp-cta-bottom ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .sp-cta-bottom ul li a{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 3%;
        padding: 4% 2%;
        text-align: center;
        line-height: 1.3;
    }
    .sp-cta-bottom ul li a .arrow{
        max-width: 32px;
        width: 20%;
    }
    .sp-cta-bottom ul .btn01{
        background: #00B900;
        width: 50%;
    }
    .sp-cta-bottom ul .btn02{
        background: #209CFF;
        width: 50%;
    }
}

/*　====================== footer ======================　*/
footer .footer-logo{
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
footer .footer-logo p{
    line-height: 1.3;
}
footer .footer-logo img{
    max-width: 100px;
    margin: 0 auto 10px;
}
footer .footer-nav{
    padding: 60px 0;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-nav ul{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 20px;
    width: 75%;
}
.footer-nav ul li a{
    color: #209CFF;
    font-size: 22px;
    position: relative;
}
.footer-nav ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1.5px;
    background: #209CFF;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: -1;
}
.footer-nav ul li a:hover{
    color: #209CFF;
}
.footer-nav ul li a:hover::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}
footer .copy{
    background: #0064B7;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 12px;
}
@media screen and (max-width:768px){
    footer{
        margin-bottom: 50px;
    }
    footer .footer-logo{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 80%;
    }
    footer .footer-logo img{
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0;
    }
    footer .footer-logo p{
        text-align: left;
    }
    footer .footer-nav{
        padding: 40px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }
    .footer-nav ul{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 80%;
        row-gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .footer-nav ul li{
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .footer-nav ul li a{
        font-size: 18px;
    }
}

/*　====================== セクション見出し ======================　*/
.bg-txt{
    position: absolute;
    top: 0;
    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: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

/*　====================== 共通ボタン設定 ======================　*/
.common-btn{
    background: -webkit-gradient(linear, right top, left top, from(#209CFF), color-stop(45%, #21FFD4), color-stop(50%, #21FFD4), to(#209CFF));
    background: -o-linear-gradient(right, #209CFF 0%, #21FFD4 45%, #21FFD4 50%, #209CFF 100%);
    background: linear-gradient(270deg, #209CFF 0%, #21FFD4 45%, #21FFD4 50%, #209CFF 100%);
    background-position: 0% 50%;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    padding: 12px 10px 14px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.2em;
    position: relative;
    max-width: 380px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}
.common-btn::after{
    content: url(../images/top/btn-arrow.webp);
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.common-btn:hover{
    background-position: 100% 50%;
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
}
/* btn-SP */
@media screen and (max-width:768px){
    .common-btn{
        font-size: 18px;
        letter-spacing: 0.15em;
        padding: 15px 7px;
    }
}

/*　====================== CTA ======================　*/
.cta{
    background:#0277D4;
    position: relative;
    z-index: 100;
}
.cta a:hover{
    opacity:0.8;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}





/*========= LoadingのためのCSS ===============*/

#splash {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background:#0064B7;
    text-align:center;
    color:#fff;
}
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#splash_logo img {
    width:80px;
}
@media screen and (max-width:768px){
    #splash_logo{
        top: 45%;
    }
    #splash_logo img {
        width:50px;
    }
}

/* fadeUpをするアイコンの動き */
.fadeUp{
-webkit-animation-name: fadeUpAnime;
        animation-name: fadeUpAnime;
-webkit-animation-duration:0.5s;
        animation-duration:0.5s;
-webkit-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
opacity: 0;
}

@-webkit-keyframes fadeUpAnime{
    from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    }

    to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}

@keyframes fadeUpAnime{
    from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    }

    to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}