@charset "utf-8";
body {
    width: 100%;
    color: #303030;
    font-size: 16px;
    overflow-x: hidden;
    color: #000000;
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0;
    padding: 50px 0 0 0;
    animation: fadein 3s forwards;
    background: url(../img/bg01.jpg)no-repeat center;
    background-size: cover;
}

.mt-0 {
    margin-top: 0!important;
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

* {
    box-sizing: border-box;
}

.bdR {
    border-radius: 20px;
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.pc {
    display: block!important;
}

.sp {
    display: none!important;
}


/*-- ヘッダー--------------------------------------------------------------*/


/*-- top--------------------------------------------------------------*/

.wrap {
    padding: 0 30px;
    position: relative;
}

.inner {
    max-width: 1148px;
    margin: auto;
}

.wrap>.inner {
    max-width: 83%;
}

section {
    /* padding: 0 15px; */
}

h3.content_tit01 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

p.txt01 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2em;
}


/*-- フッター--------------------------------------------------------------*/


/*-- 共通--------------------------------------------------------------*/

.txt {
    line-height: 2em;
    font-size: 14px;
    letter-spacing: 0.07em;
}

.tit01 {
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #2B3DC7;
    font-size: 57px;
    font-family: "Inter", sans-serif;
}

.tit01a {
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #2B3DC7;
    font-size: 42px;
    font-family: "Inter", sans-serif;
}

.tit02 {
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
    );
    font-size: 42px;
    font-family: "Inter", sans-serif;
}

.tit03 {
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #fff;
    );
    font-size: 46px;
    font-family: "Inter", sans-serif;
}

.sub_tit01 {
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding: 0 0 0 32px;
    position: relative;
    color: #11152F;
}

.sub_tit01 div {
    width: 22px;
    height: 22px;
    background: rgb(0 29 245 / 15%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.sub_tit01 div:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #001DF5;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.sub_tit01 div:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #001DF5;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.sub_tit02 {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding: 0 0 0 32px;
    position: relative;
    color: #fff;
}

.sub_tit02 div {
    width: 22px;
    height: 22px;
    background: rgb(255 255 255 / 15%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.sub_tit02 div:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.sub_tit02 div:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tit_box .sub_tit02 {
    margin-top: 14px;
}

.fontA {
    font-family: 'Shippori Mincho B1', serif;
}

.fontB {
    font-family: 'Montserrat', sans-serif;
}

.fontC {
    font-family: 'Reggae One', cursive;
}

.fontD {
    font-family: 'Noto Sans JP', sans-serif;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-40 {
    margin-top: 40px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.mt-60 {
    margin-top: 60px!important;
}

.mt-70 {
    margin-top: 70px!important;
}

.mt-80 {
    margin-top: 80px!important;
}

.mt-90 {
    margin-top: 90px!important;
}

.mt-110 {
    margin-top: 110px!important;
}

.color01 {
    color: #FFFCDD!important;
}

.color02 {
    color: #890202!important;
}

.bgColor01 {
    background: #fff!important;
}

.black {
    color: #333333!important;
}

.white {
    color: #fff!important;
}


/*-- ボタン--------------------------------------------------------------*/

.btn01 {
    max-width: 228px;
    padding: 13px 15px;
    border-radius: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    transition: .5s;
    position: relative;
    letter-spacing: 0.05em;
    border-radius: 50px;
    background: linear-gradient(216deg, #2B3DC7 40%, #2B3DC7 60%, #3FEBCE);
    text-align: center;
}

.btn01>p {
    color: #fff;
}

.btn01 div {
    content: "";
    max-width: 22px;
    width: 100%;
    height: 22px;
    background: rgb(255 255 255 / 15%);
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.btn01 div:before {
    background: #fff;
    width: 9.87px;
    height: 9.87px;
    content: "";
    position: absolute;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    transition: .5s;
}

.btn02 {
    max-width: 200px;
    padding: 13px 15px;
    border-radius: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    transition: .5s;
    background: #fff;
    position: relative;
    letter-spacing: 0.05em;
    border-radius: 50px;
}

.btn02>p {
    color: #2B3DC7;
}

.btn02:hover {
    /* background: #333; */
    transition: .5s;
}

.btn02 div {
    content: "";
    max-width: 22px;
    width: 100%;
    height: 22px;
    background: rgb(43 61 199 / 15%);
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.btn02 div:before {
    background: #2B3DC7;
    width: 9.87px;
    height: 9.87px;
    content: "";
    position: absolute;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    transition: .5s;
}

.btn02:hover div:before {
    width: 22px;
    height: 22px;
    transition: .5s;
}


/*============
nav
=============*/

header .nav_box {
    max-width: 39.1vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
}

header .nav_box a {
    display: block;
    /* font-size: 0.875vw; */
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #000000;
}

header .tel {
    max-width: 38px;
    width: 100%;
    display: none;
}

.navIn {
    max-width: 650px;
    width: 100%;
}

.navLinkIn {
    display: flex;
    /* flex-wrap: wrap; */
    max-width: 256px;
    margin: auto;
}

.ham_box {
    max-width: 40px;
    width: 100%;
    height: 40px;
    background: #2B3DC7;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 12px; */
    position: relative;
    z-index: 99999999999999999999;
    border-radius: 100%;
}

.toggle_btn {
    position: relative;
    width: 15px;
    height: 4px;
    transition: all .5s;
    cursor: pointer;
    z-index: 999999999;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.toggle_btnIn {
    width: 100%;
    height: 100%;
    position: relative;
    /* display: flex; */
    /* align-items: center; */
}

.toggle_btnIn div {
    display: block;
    position: absolute;
    right: 0;
    height: 5px;
    background-color: #333;
    transition: all .5s;
}

.toggle_btnIn div:nth-child(1) {
    top: 0%;
    width: 100%;
    background: url(../img/toggle01.svg)no-repeat center;
    /* background-size: cover; */
}

.toggle_btnIn div:nth-child(2) {
    top: 0;
    /* max-width: 38px; */
    margin: 0 0 0 auto;
    width: 100%;
    background: url(../img/toggle02.svg)no-repeat center;
    /* background-size: cover; */
}

.toggle_btnIn .ham_bd:nth-child(3) {
    bottom: 0%;
    width: 100%;
    /* margin: 0 0 0 auto; */
    /* max-width: 28.8px; */
}

.ham_box.open .ham_bd:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(5px) rotate(45deg);
    /* background: #fff; */
    top: -6px;
}

.ham_box.open .ham_bd:nth-child(3) {
    opacity: 0;
}

.ham_box.open div:nth-child(2) {
    -webkit-transform: translateY(10px) rotate(315deg);
    transform: translateY(5px) rotate(-45deg);
    /* background: #fff; */
    top: -6px;
    width: 100%;
    max-width: 100%;
}

.nav_conte {
    display: block;
    position: fixed;
    top: 0;
    width: 300px;
    background: #F2F2F2;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
    height: 100vh;
    right: -1920px;
    width: 100%;
}

.open .nav_conte {
    top: 0;
    opacity: 1;
    z-index: 999999;
    position: fixed;
    right: 0;
    /* left: 0; */
    width: 100%;
}

.nav_conte .nav_box {
    /* padding: 25px 0 0 85px; */
}

.nav_conte .nav_box .nav_it {
    list-style: none;
    margin: 110.5px 0 0;
    padding: 0;
    width: 100%;
}

.nav_conte .nav_box .nav_it .nav_pt {
    position: relative;
    margin: auto;
    /* max-width: 600px; */
    width: 100%;
    /* text-align: center; */
    padding: 0 25px;
}

.nav_conte .nav_box .nav_it .nav_pt a:hover {
    /* color: #fff; */
    opacity: .7;
}

.nav_area {
    position: absolute;
    top: -1000px;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 1500px;
}

.nav_conte .nav_box .nav_it .nav_pt a:hover {
    opacity: .7;
}

@media screen and (max-width:1440px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .wrap>.inner {
        max-width: 1148px;
    }
    header .nav_box {
        max-width: 674px;
    }
    header .nav_box a {
        font-size: 15px;
    }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width:992px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .tit01 {}
    h3.content_tit01 {
        font-size: 22px;
    }
    p.txt01 {
        font-size: 13px;
    }
    header .nav_box a {
        font-size: 12px;
    }
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}


/* min-width: 992px ここまで */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {
    .btn01:hover {
        /* background: #333; */
        transition: .5s;
    }
    .btn01:hover div:before {
        width: 22px;
        height: 22px;
        transition: .5s;
    }
}

@media screen and (max-width:767px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
    padding: 20px 0 0 0;
}

.pc {
    display: none!important;
}

.sp {
    display: block!important;
}

header .nav_area_sp {
    display: flex;
    max-width: 40px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.brPc br {
    display: none;
}

.enTit01 {
    font-size: 110px;
}

.tit01 {
    font-size: 46px;
}

.tit01a {
    font-size: 46px;
}

h3.content_tit01 {
    font-size: 18px;
}

p.txt01 {
    font-size: 14px;
    line-height: 2em;
}
.sub_tit01 {
    font-size: 14px;
}
p.sub_tit02 {
    font-size: 15px;
}

.tit02 {
    font-size: 46px;
}

.tit03 {
    font-size: 42px;
}

.tit04 {
    font-size: 19px;
}

.txt01 {
    font-size: 16px;
}

.subTit01 {
    font-size: 20px;
}

.btn01 {
    font-size: 12px;
    max-width: 178px;
}
.btn01>p {
    padding-right: 10px;
}
.btn02 {
    font-size: 13px;
    max-width: 168px;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-40 {
    margin-top: 30px!important;
}

.mt-30 {
    margin-top: 20px!important;
}

.mt-50 {
    margin-top: 40px!important;
}

.mt-60 {
    margin-top: 40px!important;
}

.mt-70 {
    margin-top: 40px!important;
}

.mt-80 {
    margin-top: 40px!important;
}

.mt-90 {
    margin-top: 40px!important;
}

.mt-110 {
    margin-top: 40px!important;
}


/*-- ヘッダー　--------------------------------------------------------------*/


/*-- フッター　--------------------------------------------------------------*/


/*-- top　--------------------------------------------------------------*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


}

/* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
@media screen and (max-width:413px) {
    body {
        background: url(../img/bg01_sp.jpg)no-repeat center;
    }
}