@charset "utf-8";
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */ :root {
    --mainFont: "Roboto", "Noto Sans JP", sans-serif;
    --mainColor: #005BAC;
    --mainColorBg: #194A85;
    --textColor: #1E1E1E;
    --bgColor: #F6F6F2;
    --hoverOpacity: 0.7;
    --hoverShadow: 0 16px 20px -6px rgba(0, 0, 0, 0.3);
}
body {
    min-width: 320px;
    background-color: #fff;
    color: var(--textColor);
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1;
}
@media print, screen and (min-width: 1200px) {
    body {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
}
/* link
----------------------------------------------------------- */
#areaHeader a, #footer a, #areaSidebar a, .breadcrumbs a {
    text-decoration: none;
}
a, a:hover, a img, a::before, a::after, .btnForm, .btnFormBack {
    transition: 0.5s;
}
a {
    color: var(--mainColor);
}
a:hover {
    color: var(--mainColor);
}
a:hover img {
    opacity: var(--hoverOpacity);
}
.main a:hover {
    text-decoration-color: transparent;
}
/* -----------------------------------------------------------
 =container
----------------------------------------------------------- */
@media print, screen and (min-width: 501px) {
    #page-container {
        background: linear-gradient(to right, #ffffff 50%, #005BAC 50%);
    }
}
@media print, screen and (min-width: 1200px) {
    #page-container {
        display: flex;
        justify-content: space-between;
    }
}
/* -----------------------------------------------------------
 =sp header, glovalnavi
----------------------------------------------------------- */
#areaHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    background-color: #fff;
    padding: 0 4%;
    z-index: 1000;
    transition: 0.8s;
}
#areaHeader.dettach {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 47px;
    margin-top: 3px;
}
.ttlPage-header {
    flex: 1;
    padding-right: 50px;
}
.ttlPage-header img {
    width: 100%;
    height: auto;
    max-width: 440px;
}
/* gnavi btn --------------- */
.areaBtnGnaviSp {
    position: absolute;
    top: 9px;
    right: 0;
    width: 30px;
}
.btnGNaviSp, .btnGNaviSp span {
    display: inline-block;
    transition: all 0.4s;
}
.btnGNaviSp {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 100;
}
.btnGNaviSp span, .btnGNaviSp.select span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--mainColor);
}
.btnGNaviSp span:nth-of-type(1) {
    top: 0;
}
.btnGNaviSp span:nth-of-type(2) {
    top: 7px;
}
.btnGNaviSp span:nth-of-type(3) {
    top: 14px;
}
.btnGNaviSp.select span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    background-color: var(--mainColor);
}
.btnGNaviSp.select span:nth-of-type(2) {
    opacity: 0;
}
.btnGNaviSp.select span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
    background-color: var(--mainColor);
}
.btnGnaviSp-txtMenu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1px;
    color: var(--mainColor);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.15em;
}
.btnGNaviSp.select .btnGnaviSp-txtMenu {
    display: none;
}
/* gnavi --------------- */
.areaGNavi {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 91, 172, 0.95);
    overflow-y: auto;
}
.areaGNavi-inner {
    width: 250px;
    margin: 50px auto;
}
.logo-gNavi {
    margin-bottom: 1.5em;
    text-align: center;
}
.gNavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gNavi li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 10px;
    color: var(--txtColor);
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.14;
}
.gNavi li:not(#gNavi02) a {
    padding-bottom: 20px;
}
.gNavi li#gNavi02 a {
    padding-bottom: 10px;
}
.gNavi li a::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    content: "";
}
.gNavi li#gNavi01 a::before {
    width: 44px;
    height: 44px;
    top: 22px;
    background-image: url("../images/ic_gnavi_01.svg");
    background-size: 44px;
}
.gNavi li#gNavi02 a::before {
    width: 43px;
    height: 43px;
    top: 23px;
    background-image: url("../images/ic_gnavi_02.svg");
    background-size: 43px;
}
.gNavi li#gNavi03 a::before {
    width: 37px;
    height: 46px;
    top: 28px;
    background-image: url("../images/ic_gnavi_03.svg");
    background-size: 37px;
}
.gNavi li#gNavi04 a::before {
    width: 44px;
    height: 47px;
    top: 22px;
    background-image: url("../images/ic_gnavi_04.svg");
    background-size: 44px;
}
.gNavi li#gNavi05 a::before {
    width: 36px;
    height: 45px;
    top: 24px;
    background-image: url("../images/ic_gnavi_05.svg");
    background-size: 36px;
}
.gNavi li#gNavi06 a::before {
    width: 44px;
    height: 44px;
    top: 22px;
    background-image: url("../images/ic_gnavi_06.svg");
    background-size: 44px;
}
.gNavi li a:hover, .gNavi li a:focus {
    color: var(--mainColor);
    opacity: var(--hoverOpacity)
}
.gNavi-top li a {
    display: block;
    background-color: var(--mainColor);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}
.gNavi-top li a:hover {
    opacity: var(--hoverOpacity)
}
/* pc header, glovalnavi
----------------------------------------------------------- */
@media print, screen and (min-width: 1200px) {
    #areaHeader {
        right: 0;
        left: auto;
        width: calc((100vw - 500px) / 2);
        height: 100vh;
        overflow-y: auto;
        background-color: transparent;
    }
    #areaHeader.dettach {
        box-shadow: none;
    }
    .areaHeaderInner {
        text-align: center;
    }
    .header {
        display: none;
    }
    .areaGNavi {
        display: block;
        position: static;
        background-color: transparent;
    }
    .areaGNavi-inner {
        position: absolute;
        top: calc((100vh - 73px) / 2);
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: 0;
    }
}
/* -----------------------------------------------------------
 =sidebar
----------------------------------------------------------- */
#areaSidebar {
    display: none;
}
@media print, screen and (min-width: 1200px) {
    #areaSidebar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: calc((100vw - 500px) / 2);
        height: 100vh;
        overflow-y: auto;
    }
    .areaSidebar-inner {
        position: relative;
        height: 100vh;
    }
    .benefits a {
        display: block;
        position: relative;
        width: 172px;
        height: 86px;
        background-color: var(--mainColor);
        border-bottom-right-radius: 14px;
        border-bottom-left-radius: 14px;
        margin: 0 auto;
        padding-top: 50px;
        color: #fff;
        text-align: center;
        font-weight: 900;
        font-size: 1.8rem;
    }
    .benefits a::before {
        position: absolute;
        width: 24px;
        height: 26.18px;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../images/ic_benefits_sidebar.svg");
        background-size: 24px;
        background-repeat: no-repeat;
        content: "";
    }
    .benefits a:hover {
        opacity: var(--hoverOpacity)
    }
    .ttlSite {
        position: absolute;
        top: calc((100vh - 73px) / 2);
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }
    .ttlSite img {
        max-width: 322px;
    }
}
/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
    line-height: 1.7;
}
.contentsBg {
    background: linear-gradient(180deg, rgba(183, 219, 245, 0.40) 0%, rgba(228, 243, 248, 0.4) 50%, rgba(196, 235, 234, 0.4) 100%);
}
.areaMain {
    padding: 3em 5%;
}
.areaMain-movie {
    padding: 3em 0 0;
}
.main {
    background-color: #fff;
    padding: 1.5em 5%;
    overflow-wrap: anywhere;
}
section {
    margin-bottom: 2.5em;
}
section > section {
    margin-bottom: 1.5em;
}
/* title --------------- */
.areaTtl {
    position: relative;
    height: 100px;
    background: url("../images/bg_header_sp.jpg") no-repeat center bottom;
    background-size: cover;
}
.areaTtlTxt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background-color: rgba(0, 55, 120, 0.55);
    padding: 8px 4% 6px;
    text-align: center;
}
.h1 {
    color: #fff;
    font-size: 2.0rem;
    letter-spacing: 0.20em;
}
.h1 span {
    display: block;
    color: #A6BFE8;
    font-size: 1.3rem;
    letter-spacing: 0;
}
.ttlTopAbout {
    margin-bottom: 1em;
    font-size: 2.0rem;
}
.ttlTopAbout span {
    display: block;
    color: var(--mainColor);
    font-size: 1.3rem;
}
.areaH2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2em;
}
.h2 {
    /*font-family: 'Noto Sans JP', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #fff;*/
    margin-bottom: 0.2em;
    text-align: center;
    /*-webkit-text-stroke: 1px var(--mainColor);*/
}
.h2-bgNone {
    background: linear-gradient(270deg, rgba(92, 184, 255, 0.40) 0%, rgba(92, 255, 195, 0.40) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.areaH2 p {
    color: var(--mainColor);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.h3 {
    margin-bottom: 0.9em;
    font-size: clamp(18.00px, calc(0.12vw + 17.57px), 19.00px);
    line-height: 1.2;
}
.h4 {
    margin-bottom: 0.6em;
    padding-top: 1em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid var(--mainColor);
    color: var(--mainColor);
    font-size: 15px;
}
.marker, .dept-content strong {
    background: linear-gradient(transparent 60%, #FFEE5B 60%);
    padding: 0 4px;
    font-weight: bold;
}
.txtStrong {
    position: relative;
    margin: 0 auto 1em;
    padding-bottom: 1em;
    font-size: clamp(18.00px, calc(0.12vw + 17.57px), 19.00px);
    text-align: center;
    &::after {
        position: absolute;
        width: 320px;
        height: 10.5px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../images/line_schedule.svg");
        background-size: 320px 10.5px;
        background-repeat: no-repeat;
        content: "";
    }
}
@media print, screen and (min-width: 501px) {
    #areaContents {
        width: 100%;
        max-width: 500px;
        margin: auto;
        background-color: #fff;
        box-shadow:
            -6px 0 12px rgba(0, 0, 0, 0.03), 6px 0 12px rgba(0, 0, 0, 0.03);
    }
    .txtStrong {
        font-size: 1.9rem;
        &::after {
            width: 335px;
            height: 11px;
            background-size: 335px;
        }
    }
}
.txtStrong-contact {
    position: relative;
    margin: 0 auto 1em;
    padding-bottom: 1em;
    font-size: 1.9rem;
    text-align: center;
    &::after {
        position: absolute;
        width: 276px;
        height: 11px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../images/line_contact.svg");
        background-size: 276px 11px;
        background-repeat: no-repeat;
        content: "";
    }
}
@media print, screen and (min-width: 1200px) {
    #contents {
        line-height: 1.8;
        letter-spacing: 0.03em;
    }
    /* title --------------- */
    .areaTtl {
        height: 220px;
        background: url("../images/bg_header.jpg") no-repeat center bottom;
    }
    .areaTtlTxt {
        padding: 8px 4% 6px;
    }
    .h1 {
        font-size: 3.0rem;
    }
    .h1 span {
        font-size: 1.4rem;
    }
}
body.sub .areaContact-wrap {
    background-color: rgba(196, 235, 234, 0.4);
}
.areaContact {
    border-radius: 30px 30px 0 0;
    background: linear-gradient(180deg, #8ECFF9 0%, #6498E1 100%);
}
.areaContact .areaH2 p {
    color: #fff;
}
.areaMain-contact {
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 1em;
    padding: 1.5em 5%;
}
.areaListContact {
    display: flex;
    justify-content: center;
}
.listContact li {
    position: relative;
    width: fit-content;
    text-align: left;
    margin-bottom: 0.6em;
    padding-left: 56px;
    font-weight: bold;
    line-height: 1.1;
}
.listContact li a {
    color: var(--txtColor);
    text-decoration: none;
}
.listContact li a:hover {
    color: var(--mainColor);
}
.listContact li.icPhone {
    font-size: clamp(26.00px, calc(0.24vw + 25.14px), 28.00px);
}
.listContact li.icMail {
    font-size: clamp(22.00px, calc(0.24vw + 21.14px), 24.00px);
}
.listContact li span {
    display: block;
    font-size: clamp(12.00px, calc(0.24vw + 11.14px), 14.00px);
    line-height: 18px;
}
.listContact li.icPhone::before, .listContact li.icMail::before {
    position: absolute;
    left: 0;
    width: 38px;
    background-repeat: no-repeat;
    background-size: 38px auto;
    content: "";
}
.listContact li.icPhone::before {
    top: 2px;
    height: 41px;
    background-image: url("../images/ic_phone.svg");
}
.listContact li.icMail::before {
    top: 0;
    height: 26px;
    background-image: url("../images/ic_mail.svg");
}
/* -----------------------------------------------------------
 =breadcrumbs list
----------------------------------------------------------- */
.areaBreadcrumbs {}
.breadcrumbs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto;
    padding: 10px 4%;
    color: #888;
    font-size: 1.1rem;
    line-height: 1.4;
}
.breadcrumbs li {
    position: relative;
    padding-left: 17px;
}
.breadcrumbs li:before {
    position: absolute;
    top: 50%;
    left: 4px;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.breadcrumbs li:first-child {
    padding-left: 0;
}
.breadcrumbs li:first-child:before {
    display: none;
}
.breadcrumbs li a {
    color: #888;
}
.breadcrumbs li a:hover {
    color: var(--mainColor);
}
@media print, screen and (min-width: 1200px) {
    .breadcrumbs {
        width: 1080px;
        padding: 25px 40px;
        font-size: 1.2rem;
    }
    .breadcrumbs li {
        padding-left: 20px;
    }
}
/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
/* footer info and navi --------------- */
.areaFooterInner, .areaFooterInner a {
    color: #fff;
}
.areaFooterInner a:hover {
    opacity: var(--hoverOpacity);
}
.areaFooterWrap {
    background-color: #404040;
    padding: 30px 0 25px;
}
.areaFooterInner {
    font-size: 1.2rem;
    line-height: 1;
}
.footerSns {
    width: 280px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 2.5em;
}
.footerNavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.8em;
    border-bottom: 1px solid #5c5c5c;
}
.footerNavi li {
    width: calc(100% / 2);
    border-top: 1px solid #5c5c5c;
    text-align: center;
}
.footerNavi li:nth-child(odd) {
    border-right: 1px solid #5c5c5c;
}
.footerNavi li a {
    display: block;
    position: relative;
    padding: 1.4em;
}
.footerNavi li a span {
    position: relative;
}
.footerNavi li a span::after {
    position: absolute;
    width: 10px;
    height: 10.13px;
    top: 0;
    right: -20px;
    background: url("../images/ic_link_footer.svg") no-repeat;
    background-size: 10px 10.13px;
    content: "";
}
/* copyright --------------- */
.copyright {
    text-align: center;
}
.copyright small {
    color: #C6C6C6;
    font-size: 1.0rem;
}
/* pagetop --------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 1px;
    z-index: 1001;
}
.pagetop a {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    background-color: rgba(0, 91, 172, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.pagetop img {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 11px 5px;
}
.pagetop a:hover {
    background-color: var(--mainColor);
    box-shadow: var(--hoverShadow);
}
.pagetop a:hover img {
    top: 10px;
    opacity: 1;
}
@media print, screen and (min-width: 1200px) {
    /* copyright --------------- */
    .copyright small {
        font-size: 1.1rem;
    }
    /* pagetop --------------- */
    .pagetop {
        right: 10px;
        bottom: 80px;
    }
    .pagetop a {
        width: 54px;
        height: 54px;
    }
    .pagetop img {
        top: 20px;
        width: 16px;
    }
}
@media print {
    .pagetop {
        display: none !important;
    }
}