@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@700&family=Noto+Sans+JP:wght@500;700;900&family=Noto+Serif+JP:wght@600&display=swap');
html {
    font-size: 62.5%;
}

body {
    color: #141414;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.75;
    letter-spacing: .1em;
}

.body-wrapper {
    position: relative;
    overflow-x: hidden;
}

figure {
    line-height: 0;
}

.sp,
.tb {
    display: none;
}

@media screen and (max-width: 768px) {
    .tb {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
    .sp-hide {
        display: none;
    }
}

.inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.flex-1 {
    flex: 1;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-black {
    font-weight: 900 !important;
}

.line1 {
    line-height: 1.2;
}

.letter0 {
    letter-spacing: 0;
}

.f-min {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 600;
}

.f-13 {
    font-size: 1.3rem !important;
}

.f-14 {
    font-size: 1.4rem !important;
}

.f-16 {
    font-size: 1.6rem !important;
}

.f-22 {
    font-size: 2.2rem !important;
}

.f-24 {
    font-size: 2.4rem !important;
}

.f-28 {
    font-size: 2.8rem !important;
}

.f-30 {
    font-size: 3rem !important;
}

.f-34 {
    font-size: 3.4rem !important;
}

.f-52 {
    font-size: 5.2rem !important;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.6rem !important;
    }
    .f-16 {
        font-size: 1.5rem !important;
    }
    .f-22 {
        font-size: 1.9rem !important;
    }
    .f-24 {
        font-size: 2rem !important;
    }
    .f-28 {
        font-size: 2.2rem !important;
    }
    .f-30 {
        font-size: 2.3rem !important;
    }
    .f-34 {
        font-size: 2.5rem !important;
    }
    .f-52 {
        font-size: 3rem !important;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 1.4rem !important;
    }
    .f-13,
    .f-14 {
        font-size: 1.2rem;
    }
    .f-16 {
        font-size: 1.3rem !important;
    }
    .f-22 {
        font-size: 1.7rem !important;
    }
    .f-24 {
        font-size: 1.8rem !important;
    }
    .f-28 {
        font-size: 1.9rem !important;
    }
    .f-30 {
        font-size: 2rem !important;
    }
    .f-34 {
        font-size: 2.2rem !important;
    }
    .f-52 {
        font-size: 2.6rem !important;
    }
}

.col-white {
    color: #fff !important;
}

.col-blue {
    color: #174891 !important;
}

.col-grey {
    color: #3b3b3b !important;
}

.bg-white {
    background: #fff !important;
}

.bg-blue {
    background: #d9e2ef !important;
}


/********************************************************
************************ Header *************************
********************************************************/

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px;
    z-index: 10;
}

.header_wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.header_logo a {
    display: block;
    line-height: 0;
}

.header_right .tel_btn {
    margin-right: 20px;
    padding-left: 55px;
    background: url(../img/tel.png) no-repeat left center / auto;
}

.header_right .contact_btn {
    display: block;
    padding: 5px 27px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #0a3370;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media screen and (max-width: 480px) {
    .header_right .contact_btn {
        padding: 5px 10px;
        margin-left: 15px;
        font-size: 1.4rem;
    }
}


/********************************************************
************************ Footer *************************
********************************************************/

footer {
    padding: 40px 0 25px;
    background: #172539;
}

.float_btn {
    position: fixed;
    right: 0;
    top: 150px;
    width: 76px;
    text-align: center;
    z-index: 10;
}

.float_btn a {
    display: inline-block;
    margin-top: 12px;
    line-height: 0;
}

#topBtn {
    z-index: 90;
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 65px;
    height: 65px;
    background: url(../img/pagetop.png) no-repeat center / 100% 100%;
    cursor: pointer;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

@media screen and (max-width: 768px) {
    #topBtn {
        bottom: 0;
    }
    .float_btn {
        top: auto;
        bottom: 70px;
    }
}


/*************************************/

.sec_ttl h2 span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 20px;
    line-height: 1.5;
}

.sec_ttl .en {
    font-size: 10rem;
    letter-spacing: .2em;
}

.col-yel {
    color: #ffe400;
}

.cmn-contact {
    padding: 40px 0;
    background: #174891;
}

.cmn-contact__header {
    padding: 35px 0 35px 210px;
}

.cmn-contact__header figure {
    position: absolute;
    left: 0;
    bottom: -56px;
    width: 210px;
    text-align: center;
}

.cmn-contact__cont-ttl {
    padding: 14px;
    text-align: center;
    background: #042353;
}

.cmn-contact__cont-cont {
    padding: 20px 5%;
    color: #042353;
    background: #fff;
}

.cmn-contact__cont-cont .tel_num {
    margin-left: 15px;
    font-size: 3.6rem;
}

.cmn-contact__cont-cont .tel_num img {
    width: 32px;
    margin-right: 5px;
    vertical-align: -2px;
}

@media screen and (max-width: 768px) {
    .sec_ttl .en {
        font-size: 7rem;
    }
    .cmn-contact__header {
        padding: 0 0 10px 110px;
    }
    .cmn-contact__header figure {
        bottom: -52px;
        width: 100px;
    }
    .cmn-contact__cont-ttl {
        padding-left: 110px;
    }
    .cmn-contact__cont-cont {
        padding: 20px 10px;
    }
    .cmn-contact__cont-cont .cont {
        width: 65%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 600px) {
    .cmn-contact__cont-cont .cont {
        width: 100%;
        margin: 0 0 15px;
    }
    .cmn-contact__cont-cont .banner {
        width: 100%;
        flex: none;
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    .sec_ttl .en {
        font-size: 4.5rem;
    }
    .sec_ttl h2 span {
        padding: 0 10px;
    }
    .cmn-contact__header .f-34 {
        font-size: 1.6rem !important;
    }
    .cmn-contact__cont-cont .tel_num {
        font-size: 3rem;
    }
    .cmn-contact__cont-cont .tel_num img {
        width: 28px;
    }
}

.mv {
    padding-top: 100px;
    background: url(../img/mv_bg.jpg) no-repeat center / cover;
}

.mv__cont {
    width: 65%;
}

.mv_character {
    width: 44%;
    margin-left: -9%;
    text-align: right;
}

@media screen and (max-width: 600px) {
    .mv__cont {
        width: 100%;
    }
    .mv_character {
        width: 100%;
        margin-left: 0;
        text-align: center !important;
    }
}


/**************** about ***************/

.about .sec_ttl .en {
    color: #f1f1f1;
}

.about__list li {
    width: 24%;
}

.about__list-num {
    font-size: 10rem;
    color: #f4f4f4;
    line-height: 1;
}

.about__list li h3 {
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
    .about__list li {
        width: 48%;
    }
}


/**************** feature ***************/

.feature {
    background: url(../img/feature_bg.jpg) no-repeat center / cover;
}

.feature__list li {
    width: 31%;
    box-shadow: 0 0 50px rgba(159, 159, 159, .7);
}

.feature__list-cont {
    padding: 20px 5%;
}

.feature__list-cont h3::after {
    content: '・';
    display: block;
    color: #123365;
}

@media screen and (max-width: 600px) {
    .feature__list li {
        width: 100%;
    }
}


/**************** type ***************/

.type__list li {
    width: 48.5%;
    margin-top: 40px;
    padding: 45px 3% 25px;
    border: 2px solid #3d73c5;
}

.type__list li:last-child {
    border-color: #2097d5;
}

.type__list-ttl {
    position: absolute;
    left: 17%;
    right: 17%;
    top: 0;
    padding: 4px;
    background: #3d73c5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.type__list li:last-child .type__list-ttl {
    background: #2097d5;
}

@media screen and (max-width: 600px) {
    .type__list li {
        width: 100%;
    }
}


/**************** step ***************/

.step {
    background: url(../img/background.jpg);
}

.step__list li {
    padding: 20px;
    border: 2px solid #042353;
    background: #fff;
}

.step__list-cont {
    width: 49%;
}

.step__list li figure {
    width: 46%;
}

.step__list-cont--num {
    padding: 0 15px;
    background: #174891;
}

@media screen and (max-width: 600px) {
    .step__list-cont {
        width: 100%;
    }
    .step__list li figure {
        width: 100%;
        margin-top: 15px;
    }
}


/**************** item ***************/

.phone__list {
    margin: 0 -1%;
}

.phone__list li {
    width: 31.33%;
    margin: 0 1%;
}

.item__check-list p {
    width: 33.33%;
    max-width: 300px;
}

.item__check-list p i {
    line-height: 0;
    margin-right: 20px;
}

.item__list li {
    width: 24%;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    .phone__list li {
        width: 48%;
    }
    .item__list li {
        width: 49%;
    }
    .item__check-list p {
        width: 50%;
    }
    .item__check-list p i {
        margin-right: 12px;
        width: 30px;
    }
}


/***************** お問い合わせ ******************/

.contact {
    background: url(../img/contact_bg.jpg) no-repeat center / cover;
}

.contact .sec_ttl .en {
    color: #2e5fa6;
}

.contact_box {
    padding: 0 5%;
    letter-spacing: 0;
}

.contact_box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}

.contact_box dl dt {
    position: relative;
    width: 45%;
    max-width: 350px;
    position: relative;
    padding: 9px 0 0 85px;
    font-weight: bold;
}

.required {
    position: absolute;
    left: 0;
    top: 9px;
    color: #3d73c5;
}

.contact_box dl dd {
    flex: 1;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: #EFEFEF;
    border: none;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.contact_box select.year {
    max-width: 115px;
    margin-right: 10px;
}

.contact_box select.month {
    max-width: 85px;
    margin-right: 10px;
}

.contact_box select.day {
    max-width: 85px;
}

textarea {
    padding: 15px;
    background: #EFEFEF;
    border: none;
    box-sizing: border-box;
}

input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    border: none;
    color: #fff;
    background: #3d73c5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

input[type="submit"]:hover {
    opacity: .8;
    filter: opacity(.8);
    -webkit-filter: opacity(.8);
}

.privacy_cont {
    height: 220px;
    padding: 30px 4%;
    overflow-y: scroll;
    border: 2px solid #E5E5E5;
}

@media screen and (max-width: 768px) {
    .contact_box dl dt {
        padding-left: 75px;
    }
}

@media screen and (max-width: 600px) {
    .contact_box dl {
        padding: 10px 0;
    }
    .contact_box dl dt {
        width: 100%;
        padding-top: 0;
        padding-left: 60px;
    }
    .required {
        top: 0;
    }
    .contact_box dl dd {
        flex: none;
        width: 100%;
        margin-top: 10px;
    }
}

.login {
    background: url(../img/login_bg.jpg) no-repeat center / cover;
}

.login__contact-box {
    max-width: 610px;
    margin: 0 auto;
    padding: 50px 3.5%;
    background: #fff;
}

.login__contact-box dl {
    display: flex;
    align-items: center;
    padding: 17px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #1f3074;
}

.login__contact-box dl dt {
    width: 60px;
    line-height: 0;
}

.login__contact-box dl dd {
    flex: 1;
}

.login__contact-box input[type="tel"],
.login__contact-box input[type="password"] {
    background: #fff;
    border: none;
}


/***************** サンキューページ ******************/

.thanks header {
    position: relative;
    background: #174891;
}

.cmn_btn a {
    position: relative;
    display: block;
    max-width: 360px;
    text-align: center;
    margin: 15px auto 0;
    padding: 20px 15px;
    color: #fff;
    background: #78C864;
    box-shadow: 0 6px 0 rgba(142, 142, 142, .16);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cmn_btn a:hover {
    top: 6px;
    box-shadow: none;
}