@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html,body{
    font-family: "Inter", 'Noto Sans JP', "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0F1317;
    line-height: 1.7;
    letter-spacing:0.05rem;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
    color: #0F1317;
    transition: opacity 0.3s;
    text-decoration: none;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a:hover img{ opacity: 0.7;cursor: pointer; }
img,picture{
    max-width: 100%;
    display: block;
}
.clear{ clear: both; }
.overflow{ overflow: hidden; }




.anchor{
    padding-top: 7.6rem;
    margin-top: -7.6rem;
}

nav{
    width: 100%;
    height: 7.6rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
a.logo{
    display: block;
    width: 19rem;
    margin: 0 1.5rem 0 3rem;
}
nav ul.nav-1,
nav ul.nav-2{
    display: flex;
    justify-content: flex-end;
    font-size: 1.6rem;
    font-weight: 700;
}
nav ul.nav-2{
    margin: 0 3rem 0 auto;
}
nav ul.nav-1 li{
    margin-left: 4.5rem;
}
nav ul.nav-2 li{
    margin-left: 1.2rem;
}
nav a.nav-contact,
nav a.nav-user{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.8rem;
    border-radius: 1rem;
}
nav a.nav-contact{
    width: 17.2rem;
    background: #0289FF;
    color: #fff;
}
nav a.nav-user{
    width: 18.3rem;
    background: #fff;
}
nav a.nav-user::before{
    content: "";
    display: block;
    width: 1.6rem;
    height: 100%;
    background: url(../images/ico-user.svg) center center no-repeat;
    background-size: contain;
    margin-right: 0.6rem;
}


/* nav付加クラス　*/
nav.transform{
    position: fixed;
    background: #fff;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
    animation: nav-anime 0.3s;
}
@keyframes nav-anime {
    from {
        transform: translateY(-100%);
        opacity: 1;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.fv{
    background: url(../images/fv-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 14rem 0 7.2rem;
    position: relative;
}
.fv h1 img{
    width: 52rem;
}
.fv img.fv-img{
    width: 104.4rem;
    position: absolute;
    top: 10rem;
    left: 50%;
    margin-left: 1rem;
}
.fv .contact-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52rem;
    height: 7.8rem;
    border-radius: 1rem;
    background: #0289FF;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 4.5rem;
}
.fv .contact-btn::after{
    content: "";
    display: block;
    width: 3.8rem;
    height: 100%;
    background: url(../images/ico-arrow_wh.svg) center center no-repeat;
    background-size: contain;
    margin-left: 1.8rem;
}


.sec-1{
    background: linear-gradient(to right, #2162F6, #50B1FF);
    color: #fff;
    text-align: center;
    padding: 9rem 0 6rem;
}
.sec-1 h2{
    font-size: 3rem;
    letter-spacing: 0.06em;
    margin-bottom: 4rem;
}
.sec-1 p{
    letter-spacing: 0.06em;
}
.sec-1 img.sec-1-img{
    margin-top: 3rem;
}


.sec-2{
    background: url(../images/sec-2-bg.jpg) center top no-repeat;
    background-size: 100% auto;
    padding: 9rem 0;
}
.sec-2 ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec-2 ul li:nth-child(2n-1){
    flex-direction: row-reverse;
}
.sec-2 ul li + li{
    margin-top: 4rem;
}
.sec-2 ul li img.img{
    width: 64.4rem;
}
.sec-2 ul li .txt{
    width: 43.6rem;
}
.sec-2 ul li h2{
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    margin-bottom: 1em;
}
.sec-2 ul li .num{
    font-size: 3.6rem;
    font-weight: 700;
    color: #1A94FF;
    margin-bottom: 0.4em;
}
.sec-2 ul li p{
    font-size: 1.6rem;
}


.sec-3{
    background: #F6F8FC;
    padding: 9rem 0 10rem;
}
.sec-3 h2{
    font-size: 4rem;
    text-align: center;
    letter-spacing: 0.06em;
    margin-bottom: 8rem;
}
.sec-3 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec-3 ul li{
    display: block;
    width: 31.4rem;
    margin-bottom: 10rem;
    font-size: 1.6rem;
}
.sec-3 ul li h3{
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 1.2em 0 0.6em;
}


.sec-4{
    text-align: center;
    padding: 0 0 9rem;
}
.sec-4 img.sec-4-img{
    width: 110rem;
    margin: -9rem auto 0;
}
.sec-4 h2{
    font-size: 4rem;
    letter-spacing: 0.06em;
    margin: 9rem 0 2rem;
}
.sec-4 p{
    font-size: 1.6rem;
    margin-bottom: 4.5rem;
}
.sec-4 .swiper-container{
    max-width: 114rem;
    margin: 0 auto;
}
.sec-4 .swiper-slide{
    width: 27rem;
    border-radius: 1.2rem;
    background: #F6F8FC;
    padding: 0;
    margin-right: 2rem;
}
.sec-4 a.bnr-contact{
    display: block;
    border-radius: 1.2rem;
    overflow: hidden;
    margin-top: 9rem;
}


body{
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: 11.5rem;
    position: relative;
}

footer{
    width: 100%;
    height: 11.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;

    background: #0F1317;
    color: #fff;
    font-size: 1.4rem;
    padding: 4.2rem 0;
}
footer a{
    color: #fff;
}
footer .content{
    display: flex;
    align-items: center;
}
footer img.footer-logo{
    width: 15.7rem;
}
footer ul.footer-nav{
    display: flex;
}
footer ul.footer-nav li{
    display: block;
    margin-left: 3rem;
}
footer .copy{
    opacity: 0.5;
    margin-left: auto;
}




/* ヘッダー動き */
.t-anime-1,.t-anime-2,.t-anime-3,.t-anime-4{
    opacity: 0;
    transition: 1s;
}
.t-anime-1{
    transform: translateY(2rem);
    transition-delay: 0.5s;
}
.t-anime-2{
    transform: translateY(2rem);
    transition-delay: 1s;
}
.t-anime-3{
    transform: scale3d(1.1);
    transition-delay: 1.5s;
}
.t-anime-4{
    transform: scale3d(1.1);
    transition-delay: 2s;
}

.t-anime-1.load,.t-anime-2.load,.t-anime-3.load,.t-anime-4.load{
    opacity: 1;
    transform: translate(0);
}


/* スクロールアニメ */
.fade-b,
.fade-b-ct > *{
    opacity: 0;
    transition: 1s;
}

.fade-b,
.fade-b-ct > * { transform: translateY(3rem); }

.fade-b.load,
.fade-b-ct.load > *{
    opacity: 1;
    transform: translate(0);
}

.fade-b-ct.load > :nth-child(2) { transition-delay: 0.2s; }
.fade-b-ct.load > :nth-child(3) { transition-delay: 0.4s; }

@media (min-width: 769px){
    .ct2-pc.load { transition-delay: 0.2s; }
    .ct3-pc.load { transition-delay: 0.4s; }
}


/* ロード画面 */
#loading {
    width: 100%;
    height: 100%;
    background: #ddd;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading img {
    width: 20rem;
}
#loading.loaded {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}


/* ページトップ */
#pagetop {
    display: none;
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 997;
}
#pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    background-color: #1A94FF;
}
#pagetop a img {
    width: 16px;
    margin-top: -2px;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
    .sp{ display: none !important; }

    html{ font-size: 10px; }
    body{ font-size: 1.8rem; }

    .content{
        width: 100%;
        max-width: 124rem;
        padding: 0 5rem;
        margin: 0 auto;
    }
    .content.w90{
        max-width: 100rem;
        padding-top: 7.6rem;
    }



    /*　タブレット
    ------------------------------------------------------------------------------------------------*/
    @media (max-width: 1240px){

        html{ font-size: 0.806vw; }




    }/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
    .pc{ display: none !important; }

    html{ font-size: 2.5vw; }
    body{ font-size: 1.4rem; }

    .content{
        width: 100%;
        padding: 0 2.4rem;
    }
    .content.w90{
        padding-top: 6rem;
    }

    .anchor{
        padding-top: 6rem;
        margin-top: -6rem;
    }

    nav{
        height: 6rem;
    }
    a.logo{
        width: 14rem;
        margin: 0 0 0 1.5rem;
    }


    #nav-drawer {
        position: relative;
        margin-left: auto;
    }
    .nav-unshown { display:none; }
    #nav-open {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 6rem;
        height: 6rem;
        cursor: pointer;
        position: relative;
        z-index: 999;
    }
    #nav-open span,#nav-open span:before,#nav-open span:after {
        content: "";
        display: block;
        background: #0289FF;
        height: 3px;
        width: 2.4rem;
        position: absolute;
        transition: .3s ease-in-out;
    }
    #nav-open span{
        transition: background 0s .15s;
    }
    #nav-open span:before {
        bottom: 0.7rem;
        transform: rotate(0);
        transition: bottom .15s .15s, transform .15s;
    }
    #nav-open span:after {
        bottom: -0.7rem;
        transform: rotate(0);
        transition: bottom .15s .15s, transform .15s;
    }
    #nav-close {
        display: block;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        transition: .3s ease-in-out;

        overflow-y: scroll;
        overscroll-behavior: contain;
        -ms-overflow-style: none;
        scrollbar-width: none;
        touch-action: none;
    }
    #nav-close::before{
        content: "";
        display: block;
        width: 100%;
        height: calc(100% + 1px);
        background: #000;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    #nav-content {
        overflow: auto;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 998;
        width: 80%;
        height: calc(100% + 1px);
        background: #fff;
        padding: 6rem 2.4rem;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);

        overflow-y: scroll;
        overscroll-behavior: contain;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #nav-content::before{
        content: "";
        display: block;
        width: 1px;
        height: calc(100% + 1px);
        position: absolute;
        left: 0;
        top: 0;
    }
    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
        pointer-events: inherit;
    }
    #nav-input:checked ~ #nav-close::before{
        opacity: 0.5;
    }
    #nav-input:checked ~ #nav-close #nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    #nav-input:checked ~ #nav-open span {
        background: transparent;
    }
    #nav-input:checked ~ #nav-open span:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom .15s, transform .15s .15s;
    }
    #nav-input:checked ~ #nav-open span:after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom .15s, transform .15s .15s;
    }
    #nav-input:checked ~ #nav-open{
        position: fixed;
        top: 0;
        right: 0;
    }


    ul.sp-nav-1,
    ul.sp-nav-2{
        font-size: 1.6rem;
        font-weight: 700;
    }
    ul.sp-nav-1 li{
        margin-bottom: 1em;
    }
    ul.sp-nav-2{
        margin-top: 3rem;
    }
    nav a.nav-contact,
    nav a.nav-user{
        width: 100%;
        height: 5rem;
        border-radius: 1rem;
        margin-top: 2rem;
    }
    nav a.nav-user::before{
        width: 1.6rem;
        margin-right: 0.6rem;
    }


    .fv{
        background: url(../images/fv-bg_sp.jpg) center center no-repeat;
        background-size: cover;
        padding: 8.2rem 0 0rem;
    }
    .fv h1 img{
        width: 36.5rem;
    }
    .fv img.fv-img{
        position: unset;
        margin: 1rem 0 0;
    }
    .fv .contact-btn{
        width: 100%;
        height: 6.6rem;
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: center;
        margin-top: 3rem;
        position: relative;
    }
    .fv .contact-btn::after{
        width: 3.2rem;
        height: 100%;
        margin-left: 0;
        position: absolute;
        top: 0;
        right: 1.5rem;
    }


    .sec-1{
        text-align: left;
        padding: 4.6rem 0;
    }
    .sec-1 h2{
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }


    .sec-2{
        background: none;
        padding: 6rem 0;
    }
    .sec-2 ul li{
        display: block;
    }
    .sec-2 ul li + li{
        margin-top: 6rem;
    }
    .sec-2 ul li img.img{
        width: 100%;
        margin-top: 3rem;
    }
    .sec-2 ul li .txt{
        width: 100%;
    }
    .sec-2 ul li h2{
        font-size: 2rem;
        margin-bottom: 0.5em;
    }
    .sec-2 ul li .num{
        margin-bottom: 0.2em;
    }
    .sec-2 ul li p{
        font-size: 1.4rem;
    }


    .sec-3{
        padding: 6rem 0 9rem;
    }
    .sec-3 h2{
        font-size: 2.4rem;
        margin-bottom: 6rem;
    }
    .sec-3 ul li{
        width: 48%;
        margin-bottom: 3rem;
        font-size: 1.3rem;
    }
    .sec-3 ul li h3{
        font-size: 1.4rem;
    }


    .sec-4{
        padding: 0 0 6rem;
    }
    .sec-4 img.sec-4-img{
        margin: -9rem auto 0;
    }
    .sec-4 h2{
        font-size: 2.4rem;
        margin: 6rem 0 2.5rem;
    }
    .sec-4 p{
        font-size: 1.4rem;
    }
    .sec-4 .swiper-container{
        padding: 0 2.4rem;
    }
    .sec-4 .swiper-slide{
        width: 22.4rem;
        padding: 0;
        margin-right: 1.8rem;
    }
    .sec-4 a.bnr-contact{
        margin-top: 6rem;
    }


    body{
        padding-bottom: 21rem;
    }

    footer{
        height: 21rem;
        font-size: 1.3rem;
        padding: 6rem 0;
    }
    footer .content{
        display: block;
        margin:0 auto;
    }
    footer img.footer-logo{
        width: 14rem;
        display: block;
        margin: 0 auto 2.4rem;
    }
    footer ul.footer-nav li{
        margin: 0 1.4rem 0 0;
    }
    footer .copy{
        display: block;
        margin: 1em auto 0;
        text-align: center;
    }




}/*　スマホここまで */

.custom-content {
    margin:3rem auto;
}

