/* 共通 */
body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.pc-only {
    display: none;
}

@media screen and (min-width: 1024px) {
    .pc-only {
        display: block;
    }

    .sp-only {
        display: none;
    }
}

/* 投稿ページ */
.c-meta__item--modified, .c-meta__item--authorz1z1 {
    display: none;
  }

/* ヘッダー */

.l-1row-header__content {
    padding: 0;
    height: 100%;
}

.c_header-contents__info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.c_header-contents__telWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

}

.c_header-contents__telLink {
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease 0s;
}

.c_header-contents__telLink:hover {
    opacity: 0.8;
}

.c_header-contents__badge {
    font-size: 20px;
    line-height: 1;
    padding: 5px 12px;
    border: 1px solid var(--header-text-color);;
    font-weight: 700;
}

.c_header-contents__btnLink {
    text-decoration: none;
    height: 100%;
    color: #fff;
    padding: 4px 40px 4px 32px;
    background: var(--wp--preset--color--sm-accent);;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease 0s;
    border: 1px solid var(--wp--preset--color--sm-accent);;
}

.c_header-contents__btnLink:hover {
    background: #fff;
    color: var(--wp--preset--color--sm-accent);;
}

.l-header__content .l-2row-header__row {
    padding-bottom: 0;
}

.l-header__content .l-2row-header__row:not(:first-child) {
    margin-top: 0;
}

.l-header__content .p-global-nav li a {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    font-size: 16px;
}

.c_drop-nav-tel {
    border: 1px solid #036EB8;
}

.p-global-nav .c-navbar__submenu {
    background: #eaf6fb;
}

.p-global-nav .c-navbar__subitem>a {
    font-weight: 600;
    color: #00385f;
}

.p-global-nav .c-navbar__item[aria-haspopup=true]:before {
    border-bottom-color: #eaf6fb;
}

.p-drop-nav .p-global-nav .c-navbar__item>a {
    padding-left: 12px;
    padding-right: 12px;
}


@media screen and (min-width: 1024px) {
    .c_header-contents__telLink{
        pointer-events: none;
    }
}

/* ハンバーガーメニュー　MENU非表示 */
.c-hamburger-btn__label {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    }

/* 固定ページヘッダー */
.c-page-header[data-has-image=true] {
    height: 200px;
}

 /* 固定ページタイトル */
 .c-page-header__title {
    padding: 4px 10px;
    width: fit-content;
    background: rgba(255, 255, 255, 0.80);
    color: #154C71
}

/*==================================================
# トップページ
==================================================*/
.index-fv {
    max-width: 600px;
    margin: 0 auto;
}

.index-fv__sliderItem img {
    width: 100%;
}

.index-cta {
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.index-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./override/templates/view/img/index-cta_bg_sp.png) no-repeat center center /cover;
    z-index: -1;
}

.index-cta__inner {
    padding: 0 16px;
}

.index-cta__column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.index-calender__code iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 340 / 300;
}

.index-banner__link {
    transition: all 0.3s ease 0s;
}

.index-banner__link:hover {
    opacity: 0.8;
}

.index-contact {
    margin-top: 20px;
}

.index-contact__container {
    background: url(./override/templates/view/img/index-cta_action_bg.jpg) no-repeat center center /cover;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 28px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.index-contact__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#036EB866;
    z-index: -1;
}

.index-contact__container:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #fff;
    z-index: -1;
}

.index-contact__title {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.6px;

}

.index-contact__tel {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.index-contact__tel:hover {
    opacity: 0.8;
}

.index-contact__tel svg {
    width: 28px;
    height: 28px;
}

.index-contact__btn {
    color: #00406C;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.72px;
    background: #fff;
    border: 1px solid #00406C;
    padding: 10px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease 0s;
}

.index-contact__btn:hover {
    background: #00406C;
    color: #fff;
}

.index-contact__btn svg {
    width: 24px;
    height: 16px;
}

@media screen and (min-width: 768px) {
    .index-fv {
        max-width: 100%;
    }

    .index-cta {
        padding: 80px 0 118px;
    }

    .index-cta::before {
        background: url(./override/templates/view/img/index-cta_bg_pc.png) no-repeat center center /cover;
    }

    .index-cta__inner {
        padding: 0 30px;
        max-width: 1220px;
        margin: 0 auto;
    }

    .index-cta__column {
        flex-direction: row;
        gap: 0;
    }

    .index-cta__calender {
        padding-right: 40px;
        width: 45%;
    }

    .index-calender__code iframe {
        aspect-ratio: 540 / 477;
    }

    .index-cta__action {
        flex: 1;
    }

    .index-contact {
        margin-top: 36px;
    }

    .index-contact__container:after {
        width: calc(100% - 28px);
        height: calc(100% - 26px);
    }

    .index-contact__title {
        font-size: clamp(16px, calc(24 / 1440 * 100vw), 24px);
    }

    .index-contact__tel {
        font-size: clamp(28px, calc(48 / 1440 * 100vw), 48px);
    }

    .index-contact__tel svg {
        width: clamp(24px, calc(36 / 1440 * 100vw), 36px);
        height: clamp(24px, calc(36 / 1440 * 100vw), 36px);
    }

    .index-contact__btn {
        font-size: clamp(18px, calc(24 / 1440 * 100vw), 24px);
        padding: 15px 27px;
    }

    .index-contact__btn svg {
        width: clamp(24px, calc(32 / 1440 * 100vw), 32px);
        height: clamp(18px, calc(22 / 1440 * 100vw), 22px);
    }

}

.index-concept {
    padding: 42px 0 50px;
    position: relative;
    z-index: 1;
}

.index-concept::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 374 / 564;
    background: url(./override/templates/view/img/index-concept_bg_sp.png) no-repeat center center /cover;
    z-index: -1;
}

.index-concept__inner {

}

.index-concept__column {
    display: flex;
    flex-direction: column-reverse;

}

.index-concept__content {

}

.index-concept__titleHeader {
    padding-left: 16px;
    max-width: 345px;
}

.c_common-titleHeader {
    position: relative;
}

.c_common-titleHeader__title {
    color: #154C71;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    padding-left: 48px;
    position: relative;
    

}

.c_common-titleHeader__title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #154C71;
}

.c_common-titleHeader__subTitle {
    color: rgba(16, 112, 179, 0.10);
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.index-concept__text {
    margin-top: 20px;
    padding: 0 16px;

}

.index-concept__image {
    padding-left: 17px;
    margin-top: 30px;

}

.index-concept__image img {
    border-radius: 16px 0 0 16px;
}

.index-concept__link-list {
    list-style: none;
    padding: 0 20px;
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.index-concept__link {
    margin: 0 auto;
}

.c_common-btn {
    display: block;
    max-width: 320px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1.6px;
    border-radius: 36px;
    border: 1px solid #F76300;
    padding: 22px 0;
    text-decoration: none;
    text-align: center;
    background: #F76300 url(./override/templates/view/img/icon_arrow.svg) no-repeat center right 16px /7px 13px;
    transition: all 0.3s ease 0s;
}

.c_common-btn:hover {
    background: #fff url(./override/templates/view/img/icon_arrow_orange.svg) no-repeat center right 16px /7px 13px;
    color: #F76300;
}

@media screen and (min-width: 768px) {
    .index-concept {
        padding: 80px 0 0 0;
        position: relative;
        z-index: 2;
    }

    .index-concept:before {
        display: none;
    }

    .index-concept__inner {
        padding: 0 30px;
        max-width: 1220px;
        margin: 0 auto;
    }

    .index-concept__column {
        flex-direction: row;
        align-items: center;
        gap: calc(60 / 1300 * 100%);
        margin: 0 calc(50% - 50vw) 0 0;
    }

    .index-concept__content {
        width: calc(520 / 1300 * 100%);
    }

    .index-concept__titleHeader {
        padding-left: 0;
        max-width: 100%;
    }

    .c_common-titleHeader__title {
        font-size: 24px;
        padding-left: 76px;
    }

    .c_common-titleHeader__title:before {
        width: 60px;
    }

    .c_common-titleHeader__subTitle {
        font-size: 120px;
        right: auto;
        left: -60px;
    }

    .index-concept__text {
        margin-top: 32px;
        padding-left: 40px;
        padding-right: 0;
    }

    .index-concept__image {
        padding-left: 0;
        margin-top: 0;
        width: calc(720 / 1300 * 100%);
    }

    .index-concept__link-list {
        margin: 60px auto 0;
        max-width: 920px;
        flex-direction: row;
        gap: 40px;
    }

    .index-concept__link-item {
        flex: 1;
    }
}

.index-menu {
    padding: 50px 0;
    background: url(./override/templates/view/img/index-menu_bg_sp.png) no-repeat center bottom /contain;
}

.index-menu__inner {
    padding: 0 16px;
}


.c_common-titleHeader--02 .c_common-titleHeader__title {
    padding-right: 48px;
    width: fit-content;
    margin: 0 auto;
}

.c_common-titleHeader--02 .c_common-titleHeader__title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 1px;
    background: #154C71;
}

.c_common-titleHeader--02 .c_common-titleHeader__subTitle {
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-menu__list {
    margin-top: 40px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.index-menu__item {
    width: calc(100% / 3 - 20px / 3);

}

.index-menu__link {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    height: 100%;
    min-height: 108px;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
}

.index-menu__link:hover {
    opacity: 0.8;
}

.index-menu__icon {
    width: 74px;
    margin: 0 auto;
}

.index-menu__heading {
    color: #036EB8;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: 0.9px;
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .index-menu {
        padding: 168px 0 80px;
        background: none;
        position: relative;
        z-index: 1;
    }

    .index-menu::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% + 132px);
        background: url(./override/templates/view/img/index-menu_bg_pc.png) no-repeat center bottom /cover;
        z-index: -1;
    }

    .index-menu__inner {
        padding: 0 30px;
        max-width: 796px;
        margin: 0 auto;
    }

    .c_common-titleHeader--02 .c_common-titleHeader__title {
        padding-right: 0;
    }

    .c_common-titleHeader--02 .c_common-titleHeader__title:after {
        width: 60px;
    }

    .index-menu__list {
        margin-top: 50px;
        gap: 24px 32px;
    }

    .index-menu__item {
        width: calc(25% - 32px * 3 / 4);
    }

    .index-menu__link {
        padding: 32px 0 16px;
    }

    .index-menu__heading {
        font-size: 18px;
        margin-top: 12px;
    }
}

.index-reason {
    padding: 50px 0;
    background: url(./override/templates/view/img/index-reason_bg_sp.png) no-repeat center center /cover;
}

.index-reason__inner {
    padding: 0 16px;
}

.c_common-titleHeader--03 .c_common-titleHeader__title {
    padding-right: 48px;
    width: fit-content;
    margin: 0 auto;
}

.c_common-titleHeader--03 .c_common-titleHeader__title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 1px;
    background: #154C71;
}

.c_common-titleHeader--03 .c_common-titleHeader__subTitle {
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-reason__list {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
}

.index-reason__image {
    position: relative;
    z-index: 1;
}

.index-reason__image img {
    border-radius: 16px;
    aspect-ratio: 320 / 180;
    object-fit: cover;

}

.index-reason__number {
    border-radius: 4px;
    background: #F76300;
    padding: 0 12px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: -11px;
}

.index-reason__number-index {
    color: #FFF;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}

.index-reason__content {
    margin-top: 20px;

}

.index-reason__heading {
    color: #036EB8;
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1px;
}

.index-reason__text {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.04em;
}

.index-reason__heading-text {
    background: linear-gradient(transparent 60%, #FEED05 60%);
}

@media screen and (min-width: 768px) {
    .index-reason {
        padding: 82px 0 80px;
        background: url(./override/templates/view/img/index-reason_bg_pc.png) no-repeat center center /cover;
    }

    .index-reason__inner {
        padding: 0 30px;
        max-width: 1220px;
        margin: 0 auto;
    }
    
    .c_common-titleHeader--03 .c_common-titleHeader__title {
        padding-right: 76px;
    }

    .c_common-titleHeader--03 .c_common-titleHeader__subTitle {
        left: auto;
        right: -112px;
        transform: translate(0, -50%);
    }

    .index-reason__list {
        margin: 80px auto 0;
        max-width: 1016px;
        gap: 24px;
        padding: 0;
    }

    .index-reason__item {
        display: flex;
        align-items: center;
        gap: calc(60 / 1016 * 100%);
    }

    .index-reason__item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .index-reason__image {
        width: calc(480 / 1016 * 100%);
    }

    .index-reason__image img {
        aspect-ratio: 480 / 320;
    }

    .index-reason__number {
        font-size: 24px;
        top: 20px;
    }

    .index-reason__number-index {
        font-size: 40px;
    }

    .index-reason__content {
        margin-top: 0;
        width: calc(480 / 1016 * 100%);
    }

    .index-reason__heading {
        font-size: 20px;
    }

    .index-reason__text {

    }
}

.index-greeting {
    padding-top: 50px;

}

.index-greeting__inner {
    padding: 0 16px;

}

.index-greeting__column {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;

}

.index-greeting__photo {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.index-greeting__photo img {
    aspect-ratio: 375 / 180;
    object-fit: cover;
    object-position: top;
    
}

.index-greeting__heading {
    color: #154C71;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
}

.index-greeting__text {
    margin-top: 30px;

}

.index-greeting__btnArea {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .index-greeting {
        padding-top: 82px;
    }

    .index-greeting__inner {
        padding: 0 30px;
        max-width: 1220px;
        margin: 0 auto;
    }

    .index-greeting__column {
        flex-direction: row;
        margin: 0 0 0 calc(50% - 50vw);
        gap: calc(60 / 1300 * 100%);

    }

    .index-greeting__photo {
        width: calc(720 / 1300 * 100%);
        margin: 0;
    }

    .index-greeting__photo img {
        aspect-ratio: 720 / 480;
        border-radius: 0 16px 16px 0;
        
    }

    .index-greeting__textArea {
        width: calc(520 / 1300 * 100%);
    }

    .index-greeting__heading {
        font-size: 24px;
    }

    .index-greeting__text {
        margin-top: 32px;
    }

    .index-greeting__btnArea {
        margin-top: 36px;
    }

    .index-greeting__btn {
        margin: 0 auto;
    }
}

.index-info {
    padding: 40px 0 50px;

}

.index-info__inner {
    padding: 0 16px;
}

.index-info__newsList {
    margin-top: 40px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.index-info__newsLink {
    padding: 16px 0;
    display: block;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #EDEDED;
    transition: all 0.3s ease 0s;
}

.index-info__newsLink:hover {
    opacity: 0.8;
}

.index-info__newsHeading {
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 12px;
}


.c_common-btn2 {
    display: block;
    max-width: 200px;
    border-radius: 24px;
    border: 1px solid #036EB8;
    padding: 16px 0;
    text-decoration: none;
    text-align: center;
    color: #036EB8;
    background: #fff url(./override/templates/view/img/icon_arrow_blue.svg) no-repeat center right 16px /7px 13px;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1.6px;
    transition: all 0.3s ease 0s;
    margin-left: auto;
}

.c_common-btn2:hover {
    background: #036EB8 url(./override/templates/view/img/icon_arrow.svg) no-repeat center right 16px /7px 13px;
    color: #fff;
}

.index-info__schedule {
    padding-top: 72px;
}

.index-info__scheduleBox {
    margin-top: 30px;
}

.index-info__scheduleTableWrapper {
    border-radius: 8px;
    background: #EFFCFD;
    padding: 18px 12px;
}

.c_common-scheduleTable {
    width: 100%;
    border-collapse: collapse;
}

.c_common-scheduleTable thead {
    color: #036EB8;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    border-bottom: 1px solid #D9D9D9;
}

.c_common-scheduleTable thead th, .c_common-scheduleTable thead td {
    padding-bottom: 10px;
}

.c_common-scheduleTable tbody tr {
    border-bottom: 1px solid #D9D9D9;
    color: #154C71;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.c_common-scheduleTable tbody th, .c_common-scheduleTable tbody td {
    padding: 10px 0;
}

.c_common-scheduleHoliday {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.7px;
    margin-top: 10px;
}

.index-info__scheduleAddress {
    margin-top: 30px;
}

.index-info__scheduleAddressItem {
    display: flex;
    gap: 10px;
}

.index-info__scheduleAddressItem + .index-info__scheduleAddressItem {
    margin-top: 12px;
}

.index-info__scheduleAddressBlock {
    display: flex;
    align-items: baseline;
}

.index-info__scheduleAddressText {
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

.index-info__scheduleBtnArea {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .index-info {
        padding: 100px 0 80px;
    }

    .index-info__inner {
        padding: 0 30px;
        max-width: 1220px;
        margin: 0 auto;
    }

    .index-info__column {
        display: flex;
        gap: calc(66 / 1160 * 100%);
    }

    .index-info__news {
        width: calc(555 / 1160 * 100%);
    }

    .c_common-titleHeader--04 .c_common-titleHeader__title {
        padding-right: 76px;
    }

    .c_common-titleHeader--04 .c_common-titleHeader__subTitle {
        left: auto;
        right: 0;
        transform: translate(0, -50%);
        font-size: 72px;
    }

    .index-info__newsList {
        margin-top: 30px;
        gap: 32px;
    }

    .index-info__newsLink {
        display: flex;
        align-items: baseline;
        gap: 24px;
    }

    .index-info__newsHeading {
        margin-top: 0;
    }


    .index-info__schedule {
        width: calc(540 / 1160 * 100%);
        padding-top: 0;
    }

    .index-info__scheduleTableWrapper {
        padding: 28px 32px;
    }

    .c_common-titleHeader--05 .c_common-titleHeader__title {
        padding-right: 76px;
    }

    .c_common-titleHeader--05 .c_common-titleHeader__subTitle {
        left: auto;
        right: -100px;
        transform: translate(0, -50%);
        font-size: 72px;
    }



    .c_common-scheduleHoliday {
        margin-top: 8px;
    }

    .index-info__scheduleAddress {
        display: flex;
        gap: 24px;
    }

    .index-info__scheduleAddressItem + .index-info__scheduleAddressItem {
        margin-top: 0;
    }

    .index-info__scheduleAddressBlock {
        flex-direction: column;
    }

    .index-info__scheduleBtnArea {
        margin-top: 40px;
    }
}

/*==================================================
# フッター
==================================================*/
.l-footer, .l-footer .c-copyright {
    background: #F76300;
}

.c_footer-link {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.64px;
}

.c_footer-sub-link{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.56px;

}

.c_footer-column > * {
    flex: 1;
}

.c_footer-menu {
    flex-direction: column;
    align-items: flex-start;
}

.c_footer-menu > * {
    width: 100%;
}

@media screen and (min-width: 640px) {
    .c-row__col--md-1-2 {
        --_item-width: 100%;
    }
    
}

@media screen and (min-width: 1024px) {
    .l-footer .c-fluid-container {
        max-width: 1220px;
        margin: 0 auto;
    }

    .c-fluid-container .l-footer-widget-area__item:first-child {
        max-width: 286px;
    }

    .c-fluid-container .l-footer-widget-area__item:nth-child(2) {
        --_item-width: calc(100% - 286px);
    }

    .c-fluid-container .is-layout-flex .widget_nav_menu {
        width: 25%;
    }

    .c-fluid-container .is-layout-flex .c_footer-column {
        width: 50%
    }

    .c_footer-menu {
        flex-direction: row;
    }
}

/* スマホ固定メニュー */
  /* スマホ固定メニュー */

  .p-footer-sticky-nav .c-navbar {
    height: inherit;
  }

  .p-footer-sticky-nav .c-navbar__item {
    align-items: center;
  }

  .p-footer-sticky-nav .c-navbar__item:nth-child(1) {
    color: #154C71;
  } 

    .p-footer-sticky-nav .c-navbar__item:nth-child(2) {
    background: #F76300;
    color: #fff;
  }

  .p-footer-sticky-nav .c-navbar__item span {
    display: block;
    font-size: 10px;
  }

  .p-footer-sticky-nav a {
    font-weight: 500;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .p-footer-sticky-nav a .svg-inline--fa {
    height: 2em;
  }

.p-footer-sticky-nav .c-navbar__item>a {
	padding: 10px 0;
}


/* 下層ページ */
/* リンクリスト */
@media screen and (max-width: 639px) {
.c_page-menu {
    
    padding: 20px!important;
}
}

.c_page-menu {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    
}

.c_page-menu li {
    margin-top: 0;
}

.c_page-menu a {
    padding-right: 28px;
    background: url(./override/templates/view/img/icon_link-arrow.svg) no-repeat center right /contain;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #d6eaf2;
  border-radius: 4px;
  padding: 12px 16px;
  font-weight: 600;
  text-decoration: none;
}

.c_page-menu a:hover {
    opacity: 0.8;
}

.c_page-menu a::after {
  content: "";
  background: url(./override/templates/view/img/icon_link-arrow_orange.svg) no-repeat center right /contain;
  width: 16px;
  height: 16px;
  flex-shrink: 0;

}

@media screen and (min-width: 1024px) {
    .c_page-menu {
        grid-template-columns: repeat(2, 1fr);
    }
}

h2.wp-block-heading {
    padding-left: 23px;
    background: linear-gradient(to right, #eaf6fb, #fff);
  border-left: 5px solid #00385f;
}

h3.wp-block-heading {
    position: relative;
    border-bottom: solid 3px #eaf6fb;
}

h3.wp-block-heading:before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: solid 3px #036EB8;
    bottom: -3px;
    width: 20%;
    
}

.wp-block-snow-monkey-blocks-step {
    border-radius: 16px;
    padding: 30px;
background: #FFF;
box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
}