
@charset "utf-8";

a{
    text-decoration: none;
    transition: .2s all;
}

ul li{
    list-style: none;
}

body{
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , "Meiryo UI" , "メイリオ" , Meiryo  , sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

p,h2,h3,h5,h6,a{
    margin-top: 0;
    margin-bottom: 0;
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , "Meiryo UI" , "メイリオ" , Meiryo  , sans-serif;
    margin: 0;
    font-weight: 600;
}

img{
    width: 100%;
}

/* --------------------------------------------------------------------------------------- SPレイアウト */

/* --------------------------------------------------------------- 共通*/

.sp-only{
    display: block;
}

.pc-only{
    display: none;
}

h2{
    font-size: clamp(24px, 4.5vw,32px);
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

h2 span{
    font-size: clamp(14px,1.46vw,16px);
    color: #89d9f6;
}

.container{
    padding: 0 6%;
}

.caption{
    padding: 20px 0 50px;
    text-align: center;
    font-size: clamp(16px, 1.66vw, 18px);
}

.small{
    font-weight: 500;
    font-size: 14px;
    padding-top: 16px;
    padding-left: 1em;
    text-indent: -1em;
    color: #555;
    line-height: 1.6;
}

.indent{
    color: #555;
    text-indent: -1em;
    padding-left: 1em;
}

/* ================全体fadeinアニメーション================= */

.fadeIn {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1s;
}
   
.fadeIn.active{
    opacity : 1;
    transform : translate(0, 0);
}
    

/* --------------------------------------------------------------- header*/

header{
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff;
}

.nav {
    position: fixed;
    padding: 3rem 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background: rgba(41,41,41,0.9);
    width: 100%;
    height: 100vh;
    left:0;
    top: 0;
    text-align: center;
    padding-top: 130px;
}

.nav.active {
    opacity: 1;
    visibility: visible;
}

.logo{
    width: 50px;
}

.nav-menu-li{
    padding-bottom: 15px;
    font-size: 18px;
}

.nav-menu-li a{
    color: #fff;
}

.header-wrapper{
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.1);
}

.header-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100vw - 70px);
    height: 80px;
    padding-left: 3%;
}

.btn{
    background-color: #ffcf0d;
    padding: 8px 0;
    text-align: center;
    border-radius: 30px;
    display: block;
    font-weight: 600;
    font-size: clamp(14px, 5vw, 16px);
    cursor: pointer;
    width: min(168px,40vw);
    color: #000;
}

.login{
    background-color: transparent;
    border: 2px solid #ffcf0d;
    margin-right: 20px;
    color: #000;
}

.white:visited{
    color: #fff;
}

.white{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-right: 20px;
}

.nav .btn{
    width: 240px;
    margin: 30px auto;
    padding: 12px 0;
}

.nav .signup{
    color: #000;
}

/*==================================================
上から表示
===================================*/

.fadeDown{
    animation-name:fadeDownAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeDownAnime{
      from {
        opacity: 0;
        transform: translateY(-100px);
      }
    
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

  
/*==================================================
ハンバーガーメニュー
===================================*/

.nav-toggle{
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 4px;
    right: 18px;
    transition: 0.5s;
    z-index: 20;
}

/*ボタン内側*/
.nav-toggle span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 15px;
    height: 3px;
    border-radius: 2px;
    background: #000;
      width: 60%;
  }

.nav-toggle span:nth-of-type(1) {
    top:25px;	
}

.nav-toggle span:nth-of-type(2) {
    top:35px;
}

.nav-toggle span:nth-of-type(3) {
    top:46px;
}

/*activeクラスが付与されると線が回転して×に*/

.nav-toggle.active span:nth-of-type(1) {
    top: 28px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
    background: #fff;
}

.nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-toggle.active span:nth-of-type(3){
    top: 40px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
    background: #fff;
}

/* --------------------------------------------------------------- fv*/

#fv{
    padding-top: 80px;
    background: linear-gradient(180deg,rgba(199, 240, 255, 0.8) 0, rgba(3, 93, 195, 0.8)) 80%,url(../images/fv_img_sp.png) bottom/100% no-repeat;
    mix-blend-mode: multiply;
    height: 667px;
    max-height: 900px;
}

.fv-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc(40px + 2vw);
    padding: 0 4%;
}

.fv-img  img{
    width: min(80vw,360px);
    filter: drop-shadow(0px 5px 5px rgba(148, 148, 148, 0.5));
}

h1{
    font-size: calc(36px + 1.4vw);
    line-height: 1.2;
    padding-top: 30px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.fv-mini{
    font-size: 20px;
}

.btn-white{
    padding: 12px 36px;
    display: block;
    margin: 20px auto 40px;
    cursor: pointer;
    text-align: center;
    font-size: clamp(18px,18.6vw,22px);
    border-radius: 30px;
    background-color: #fff;
    color: #2671c7;
    width: 260px;
}

.btn-white:hover{
    background-color: unset;
    outline: 2px solid #fff;
    color: #fff;
}

/*=============== 流れるテキスト ===============*/

.slide-in {
    overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
    display: inline-block;
}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;
}

.slideAnimeLeftRight {
    animation-name:slideTextX100;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-50%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
    transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
    animation-name:slideTextX-100;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(50%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/* --------------------------------------------------------------- campaign*/

#campaign{
    background: #fff7d5;
    padding: 70px 0;
}

/* --------------------------------------------------------------- about*/

#about{
    padding: 70px 0 0;
}

.about-wrapper1{
    padding: 60px 0;
    position: relative;
}

.about-wrapper1::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 32px solid #fff;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
}

.about-wrapper1 img{
    max-width: 500px;
    margin: 0 auto;
}

.arrow{
    width: 70px;
    margin: 0 auto 50px;
    display: block;
}

.about-box .img-box{
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 32px 20px 20px;
}

.about-box{
    display:flex;
    flex-direction: column;
    align-items: center;
}

.about-box img{
    max-width: 400px;
}

.text-box .bold{
    padding-top: 20px;
    text-align: center;
    line-height: 1.6;
    font-size: clamp(18px, 2.6vw, 22px);
}

.border{
    font-size: clamp(22px, 4.5vw,32px);
    text-align: center;
    padding-bottom: 50px;
}

.border span{
    background:linear-gradient(transparent 70%, #ffcf0d 60%);
}

.aw2-bg{
    background-color: #FFF7D5;
    padding: 70px 0 70px;
}

#about h3{
    font-size: 20px;
}

.about-box .text-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

/* --------------------------------------------------------------- schedule*/

#schedule{
    background-color: #eff6fc;
    padding: 70px 0;
}

.schedule-bg{
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 16px;
}

.schedule-img{
    max-width: 500px;
    margin: 0 auto;
}

/* --------------------------------------------------------------- feature*/

#feature{
    padding: 70px 0;
}

.feature-wrapper{
    display: flex;
    flex-direction: column;
    width: 92%;
    margin: 50px auto 0;
    row-gap: 50px;
}

.feature-box h3{
    margin: 30px 0;
    font-size: 22px;
}

.campaign-banner{
    margin-top: 20px;
}

/* --------------------------------------------------------------- merit */

#merit{
    background-color: #eff6fc;
    padding: 70px 0;
}

.merit-wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 50px;
}

.merit-box{
    background-color: #fff;
    padding: 24px 24px 32px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.merit-box h3{
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
}

.merit-box img{
    height: 60px;
    width: auto;
    margin: 24px 0 30px;
}

.merit-box p{
    font-weight: 500;
    padding-top: 12px;
}

/* --------------------------------------------------------------- flow*/

#flow{
    padding: 70px 0;
}

.flow-bg{
    background-color: #fff7d5;
    padding: 20px;
    border-radius: 10px;
}

.step{
    color: #2671c7;
    font-size: 24px;
}

.flow-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.flow-box::after{
    position: absolute;
    content: "";
    top: 112%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #2671c7 transparent transparent transparent;
}

.flow-box:nth-child(3)::after{
    content: none;
}

.step-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.flow-wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 50px;
}

.step-flex img{
    width: 34%;
}

.step-flex p{
    width: 66%;
}

/* --------------------------------------------------------------- faq*/

#faq{
    padding: 70px 0;
}

/*=============アコーディオン全体=============*/

.accordion-area{
    margin-top: 50px;
}

.accordion-area li{
    margin: 24px 0;
}

.ac-box {
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: all 0.5s 0s;
}

.ac-box:hover{
    transform: translateY(-4px);
}

/*アコーディオンタイトル*/
.ac-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 5% 50px 5% 5%;
    transition: all .5s ease;
    font-size: clamp(16px,1.67vw,18px);
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}

.accordion-area span{
    color: #2671c7;
    font-size: 24px;
    font-weight: 600;
}

.accordion-area .yellow{
    color: #ffcf0d;
}

/*アイコンの＋と×*/
.ac-title::before,
.ac-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #2671c7;
    transition: all .4s ease;
}
.ac-title::before{
    top:48%;
    right: 5%;
    transform: rotate(0deg);
    transition: all .4s ease;
    
}
.ac-title::after{    
    top:48%;
    right: 5%;
    transform: rotate(90deg);
    transition: all .4s ease;

}
/*closeというクラスがついたら形状変化*/
.ac-title.close::before{
    transform: rotate(-45deg);
    transition: all .4s ease;
}

.ac-title.close::after{
    transform: rotate(45deg);
    transition: all .4s ease;
}

/*アコーディオンで現れるエリア*/
.ac-inner{
    display: none;
    background: #fff;
    padding: 1% 50px 5% 5%;
    border-radius: 10px;
    color:#292929;
}

.ac-inner p{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 16px;
    font-weight: 500;
}

/* --------------------------------------------------------------- entry*/

#entry{
    background: linear-gradient(90deg, #89D9F6 0%, #1966bd 100%);
    border-radius: 20px 20px 0 0;
    color: #fff;
    padding: 70px 0 50px;
}

#entry h2 span{
    color: #fff;
}

.entry-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --------------------------------------------------------------- footer*/

footer{
    background-color: #292929;
    padding: 50px 0 20px;
    text-align: center;
}

.footer-logo{
    max-width:160px;
    margin: 0 auto;
    padding-top: 50px;
}

.footer-logo img{
    width:100%;
}

footer ul{
    text-align: left;
}

footer li{
    padding-bottom: 15px;
}

.footer-list li a{
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 20px;
}

.copyright{
    font-size: 10px;
    font-weight: 300;
    margin-top: 10px;
    color: #fff;
}

/* --------------------------------------------------------------------------------------- tabレイアウト */

@media screen and (min-width:768px){

    /* --------------------------------------------------------------- fv*/

    #fv{
        height: 75vh;
    }

    .container{
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .flow-wrapper{
        padding: 0;
    }

    h1{
        display: flex;
        flex-direction: column;
        font-size: calc(32px + 4.4vw);
    }

    .fv-mini{
        font-size: 28px;
    }

    .fv-wrapper{
        column-gap: 5%;
        margin-top: 9%;
    }

    /* --------------------------------------------------------------- campaign*/

    #campaign{
        padding: 80px 0;
    }

    #campaign img{
        max-width: 560px;
        margin: 0 auto;
    }

    /* --------------------------------------------------------------- about*/

    #about h3 {
        font-size: 28px;
    }

    #about .small{
        width: 72%;
    }

    /* ---------------------------------------------------------------flow */

    #flow{
        padding: 100px 0;
    }

    .flow-bg{
        max-width: 1000px;
        margin: 0 auto;
        height: auto;
        padding: 40px 20px;
    }

    .flow-wrapper{
        flex-direction: row;
        justify-content: center;
        column-gap: 88px;
    }

    .flow-box::after {
        top: 40%;
        left: 120%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        border-style: solid;
        border-width: 24px 0 24px 24px;
        border-color: transparent transparent transparent #2671c7;
    }

    .flow-box{	
        width: 24%;
        row-gap: 20px;
    }

    .step-flex{
        flex-direction: column;
        row-gap: 20px;
        text-align: center;
    }

    .step-flex img{
        width: 70%;
    }
    
    .step-flex p{
        width: 100%;
    }

    /* ---------------------------------------------------------------merit */

    .merit-wrapper{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .merit-box{
        width: 48%;
    }

    /* ---------------------------------------------------------------feature */

    .feature-wrapper{
        row-gap: 50px;
        max-width: 840px;
    }

    .feature-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 36px;
        width: 100%;
    }

    .feature-box .img-box img{
        width: 280px;
    }

    .feature-box._reverse{
        flex-direction: row-reverse;
    }

    .feature-box h3{
        margin: 0 0 30px;
        line-height: 1.2;
    }

    /* ---------------------------------------------------------------faq */

    .ac-title{
        padding: 3% 50px 3% 4%;
    }

    .ac-inner{
        padding: 3% 50px 3% 4%;
    }

}

/* --------------------------------------------------------------------------------------- PCレイアウト */

@media screen and (min-width:960px) {

    .sp-only{
        display: none;
    }

    .pc-only{
        display: block;
    }

    .nav-toggle {
        visibility: hidden;
    }

    /* --------------------------------------------------------------- header*/

    .logo {
        width: 140px;
        padding-top: 0;
    }

    .header-nav {
        display: flex;
        align-items: center;
        column-gap: calc(10px + 1vw);
        margin-left: auto;
    }

    .header-nav li a{
        color: #000;
        font-size: clamp(13px,0.95vw,14px);
        position: relative;
        text-decoration: none;
    }
    
    .header-nav li a::after{
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 0;
        height: 1.5px;
        background-color: #ffcf0d;
        transition: .3s;
    }

    .header-nav li a:hover::after {
        width:100%;
    }


    .header-box {
        width: 100%;
        padding: 10px 30px;
        height: 100px;
    }

    .btn{
        padding: 8px 0;
        width: min(152px,40vw);

    }

    .btn:hover{
        transform: scale(1.05);
    }

    /* --------------------------------------------------------------- fv*/

    #fv{
        background: linear-gradient(90deg,rgba(199, 240, 255, 1),rgba(81, 141, 210, 0.8), rgba(3, 93, 195, 0.8))100%,url(../images/fv_img_pc.png) right/contain no-repeat;
        mix-blend-mode: multiply;
        height: 84vh;
    }

    .fv-img  img{
        /* width: 37vw; */
        /* max-width: 600px; */
        width: min(36vw,600px);
        margin-left: -5%;
    }

    .fv-text {
        width: 50%;
    }

    .fv-wrapper {
        margin: 0 auto;
        flex-direction: row;
        justify-content: center;
        column-gap: 3%;
        vertical-align: middle;
        height: 75vh;
        max-width: 90%;
        padding: 0;
    }

    .btn-white {
        margin: 6% 0 0;
        width: 360px;
        border-radius: 40px;
        padding: 16px 92px;
    }

    h1{
        padding-top: 0px;
        text-align: left;
        line-height: 1.4;
        font-size: calc(40px + 1.45vw);
    }
    
    /* --------------------------------------------------------------- campaign*/

    #campaign img{
        max-width: 1000px;
    }

    /* --------------------------------------------------------------- about*/

    #about{
        padding: 80px 0 0;
    }

    .about-wrapper1 img{
        max-width: 800px;
        margin: 50px auto;

    }

    .about-wrapper2{
        max-width: 1000px;
        margin: 0 auto;
        padding: 60px 32px 48px;
    }

    .about-box {
        flex-direction: row;
        justify-content: center;
        column-gap: 5%;
        padding-top: 36px;
        max-width: 1000px;
           margin: 0 auto;
    }

    .about-box h2,
    .about-box p{
        text-align: left;
    }

    .about-box img{
        width: 380px;
        margin: 0;
    }

    .about-box p{
        font-size: 16px;
    }

    .aw2-bg {
        background-color: #FFF7D5;
        padding: 100px 0;
    }

    .about-wrapper1::after {
        border-top: 44px solid #fff;
        border-right: 120px solid transparent;
        border-left: 120px solid transparent;
    }

    .about-box .text-box{
        align-items: flex-start;
        margin-top: 0;
    }

    .about-box .text-box .bold{
        font-size: 18px;
        text-align: left;
        padding-left: 1em;
    }

    #about .small {
        width: 100%;
        padding-left: 2em;
        padding-top: 32px;
    }


    /* --------------------------------------------------------------- schedule*/

    #schedule{
        padding: 100px 0;
    }

    .schedule-bg{
        padding: 32px;
    }

    .schedule-img{
        max-width: 1000px;
        margin: 0 auto;
        margin-top: 20px;
    }

    /* --------------------------------------------------------------- feature*/

    #feature{
        padding: 100px 0;
    }

    /* --------------------------------------------------------------- merit*/

    #merit{
        padding: 100px 0;
    }

    .merit-wrapper{
        max-width: 1000px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        padding-top: 70px;
    }

    .merit-box{
        width: 32%;
    }

    /* --------------------------------------------------------------- faq*/

    #faq{
        padding: 100px 0;
    }

    .accordion-area{
        max-width: 1000px;
        margin: 70px auto 0;
    }

    .ac-title::before, .ac-title::after {
        width: 28px;
        height: 3px;
    }

    .ac-title::after {
        right: 40px;
    }

    .ac-title::before {
        right: 40px;
    }

    .ac-title{
        padding: 2% 100px 2% 3%;
    }

    .ac-inner{
        padding: 0 100px 2% 3%;
    }

    .ac-inner p{
        align-items: center;
    }

    .step-flex img{
        width: 50%;
    }

    /* --------------------------------------------------------------- entry*/

    .entry-wrapper{
        flex-direction: row;
        justify-content: center;
        column-gap: 200px;
    }

    #entry h2{
        text-align: left;
    }

    #entry .btn-white{
        margin: 0;
    }

    #entry .caption{
        text-align: left;
    }

    /* --------------------------------------------------------------- footer*/

    .footer-list ul{
        display: flex;
        justify-content: space-between;
    }

    .footer-list{
        max-width: 900px;
        width:100%;
        margin: 0 auto;	
    }

    .footer-list li a{
        margin-right: 1rem;
    }

    .footer-list li:last-child{
        margin-right: 0;
    }
    

    
    
}