
body{
    font-family: "Noto Sans JP", serif;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #040F16;
}
img{
    width: 100%;
    height: auto;
}

.font--white{
    color: #fff;
}
.bg--blue{
    background-color: #619DCB;
}
.bg--lblue{
    background-color: #EEF5F9;
}

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

.br--sp{
    display: none;
}
.br--pc{
    display: block;
}
@media screen and (max-width:768px) {
    .br--sp{
        display: block;
    }
    .br--pc{
        display: none;
    }
}
.disp--sp{
    display: none;
}
.disp--pc{
    display: block;
}
@media screen and (max-width:768px) {
    .disp--sp{
        display: block;
    }
    .disp--pc{
        display: none;
    }
}
/* ---------------
header 
--------------- */
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.header__logo{
    width: 104px;
}
@media screen and (max-width:768px) {
    .header__logo{
       width: 74px;
    }
}
.header__wrap{
    padding: 13px 40px 18px;
}
.header__inner{
    display: flex;
    justify-content: space-between;
}
.header__sm{
    padding: 3px 40px;
    font-size: 10px;
    background-color: #619DCB;
    color: #fff;
}
.header__sm h1{
    font-weight: 400;
}
@media screen and (max-width:768px) {
    .header__wrap{
        padding: 8px 16px;
    }
}
.header-tel__btn{
    text-align: center;
}
.header-tel__btn a.header-tel--pc{
    color: #619DCB;
    font-weight: 700;
    font-family: "Roboto Flex", serif;
    letter-spacing: 0.08em;
    padding-left: 34px;
    font-size: 32px;
    position: relative;
    line-height: 1;
}
.header-tel__btn a.header-tel--pc::before{
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../../image/tel-icon-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width:768px) {
    .header-tel__btn{
        position: relative;
        background-color: #619DCB;
        width: 82px;
        height: 56px;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
    a.header-tel--sp{
        line-height: 1.3;
    }
    a.header-tel--sp img{
        width: 20px;
    }
}
.header-tel__btn p{
    font-size: 16px;
    font-weight: 500;
    color: #636363;
}
@media screen and (max-width:768px) {
    .header-tel__btn p{
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.04em;
    }
}
.header-form__btn{
    background-color: #EE954D;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 56px;
    border: 2px solid #EE954D;
    box-sizing: border-box;
    transition: .2s;
}
@media screen and (max-width:768px) {
    .header-form__btn{
        width: 82px;
        display: inline-flex;
        align-items: center;
    }
}
.header-form__btn a{
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 56px;
    color: #fff;
    padding: 0 35px;
    box-sizing: border-box;
    transition: .2s;
}
@media screen and (max-width:768px) {
    .header-form__btn a{
        padding: 0;
        width: 100%;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
}
.header-form__btn:hover{
    background-color: #fff;
    border: 2px solid #EE954D;
}
.header-form__btn:hover a{
    color: #EE954D;
}
.header-form__btn a span.header-form--pc{
    position: relative;
    padding-left: 29px;
}
.header-form__btn a span.header-form--pc::before{
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../image/mail-icon.svg);
}
.header-form__btn:hover a span.header-form--pc::before{
    background-image: url(../../image/mail-icon-orange.svg);
}
.header-contact{
    display: flex;
    align-items: center;
    gap: 30px;
}
@media screen and (max-width:768px) {
    .header-contact{
        gap: 6px;
    }
    .header-form__btn a span img{
        width: 24px;
        display: block;
        margin: auto;
    }
    .header-form__btn a span {
        font-size: 10px;
        padding: 0;
        line-height: 1.3;
        text-align: center;
    }
    .header-form__btn:hover{
        background-color: #EE954D;
        border: 2px solid #EE954D;
    }
    .header-form__btn:hover a{
        color: #fff;
    }
}
header.is-fixed{
    background-color: rgba(255, 255, 255, 0.6);
}
/* ---------------
footer 
--------------- */
footer{
    background-color: #619DCB;
    padding: 20px 0;
    text-align: center;
}
footer small{
    font-size: 12px;
    color: #fff;
}

/* ---------------
section 
--------------- */
main{
    padding-top: 130px;
}
@media screen and (max-width:768px) {
    main{
        padding-top: 94px;
    }
}
section{
    padding-bottom: 100px;
}
@media screen and (max-width:768px) {
    section{
        padding-bottom: 60px;
    }
}
.section-inner{
    max-width: 1200px;
    margin: auto;
}
.section__ttl {
    text-align: center;
    position: relative;
    margin-top: 70px;
    padding-bottom: 30px;
}
.section__ttl::before{
    content: "";
    position: absolute;
    background-color: #949494;
    width: 1px;
    height: 56px;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.section__ttl .en{
    font-size: 20px;
    color: #949494;
    font-weight: 700;
    font-family: "Open Sans", serif;
    font-variation-settings:"wdth" 75;
    padding-bottom: 5px;
    display: block;
    letter-spacing: 0.04em;
}
.section__ttl .jp{
    font-size: 38px;
    color: #619DCB;
    font-weight: 900;
    display: block;
    letter-spacing: 0.04em;
}
@media screen and (max-width:768px) {
    .section__ttl .en{
        font-size: 18px;
    }
    .section__ttl .jp{
        font-size: 32px;
    }
}
.section__ttl.font--white .jp,
.section__ttl.font--white .en{
    color: #fff;
}
.section__ttl.font--white::before{
    background-color: #fff;
}

.section__description{
    padding: 0 0 52px;
    text-align: center;
    line-height: 1.8;
}
@media screen and (max-width:768px) {
    .section__description{
        text-align: left;
    }
}

/* -------
下層ページ
----------*/
.page-section{
    padding-top: 64px;
}
@media screen and (max-width:768px) {
    .page-section{
        padding-top: 104px;
    }
}
.page-mv{
    display: flex;
    align-items: center;
    position: relative;
    align-items:stretch
}
@media screen and (max-width:768px) {
    .page-mv{
        flex-direction: column;
    }
}
.page-mv__ttl{
    flex-basis: 28%;
    text-align: center;
    background: linear-gradient(110deg, #85D4EC, #589CD0);
    position: relative;
}
@media screen and (max-width:768px) {
    .page-mv__ttl{
        flex-basis: 100%;
        position: absolute;
        padding: 20px 80px 20px 30px;
        left: 0;
        bottom: -20%;
        text-align: left;
    }
}
@media screen and (max-width:480px) {
    .page-mv__ttl{
        padding: 20px 60px 20px 30px;
        bottom: -40%;
    }
}
.page__h1{
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}
@media screen and (max-width:768px) {
    .page__h1{
        position: static;
        transform: none;
    }
}
.page__h1 span{
    display: block;
    text-align: left;
}
.page__h1 .en{
    font-size: 20px;
    padding-bottom: 4px;
    font-family: "Open Sans", serif;
    font-variation-settings:"wdth" 75;
}
@media screen and (max-width:980px) {
    .page__h1 .en{
        font-size: 16px;
        padding-bottom: 2px;
    }
}
@media screen and (max-width:768px) {
    .page__h1 .en{
        font-size: 14px;
        padding-bottom: 2px;
    }
}
.page__h1 .jp{
    font-size: 34px;
}
@media screen and (max-width:980px) {
    .page__h1 .jp{
        font-size: 28px;
    }
}
@media screen and (max-width:768px) {
    .page__h1 .jp{
        font-size: 24px;
    }
}
.page-mv__img{
    flex-basis: 72%;
}
.page-mv__img img{
    vertical-align: top;
}

/* パンくず */
.breadcrumbs__wrap{
    background-color: #EEF5F9;
    padding: 0 20px;
}
.aioseo-breadcrumbs{
    max-width: 1200px;
    margin: auto;
    padding: 18px 0;
    line-height: 1;
}
.aioseo-breadcrumb{
    font-size: 12px;
    font-weight: 500;
}
@media screen and (max-width:768px) {
    .breadcrumbs__wrap{
        display: none;
    }
}