html{
    scroll-behavior:smooth;
}
.pc_only {
    display: flex;
}

.sp_only {
    display: none;
}

html {
    scroll-padding-top: 10rem;
}

.anchor {
    display: block;
    padding-top: 10rem;
    margin-top: 10rem;
}

body.page-template-page-childrens-life {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
     position: relative;
    padding-top: 12.6rem;
    padding-bottom: 10rem;
    background-image: url(../img/bg/bg_short2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50.1%;
}

.page-template-page-childrens-life main {
    flex: 1;
}

.background_pc_only {
    display: block;
}

.background_sp_only {
    display: none;
}

.bg_top {
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: -1;
    height: auto;
}

.bg_middle {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    z-index: -1;
}

.bg_sp {
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: -1;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.footer {
    background-color: #F9C1DD;
}

.footer img {
    display: block;
}

.footer div {
    display: none;
}

.header_padding {
    padding-bottom: 0rem;
}


.childrens-life__title {
    font: 2.8rem / 4rem "Zen Maru Gothic";
    font-weight: 500;
    margin-top: 0.4rem;
    margin-bottom: 1.2rem;
    margin-left: 9rem;
    position: relative;
    flex-shrink: 0;
}

.childrens-life__title::before {
    background-color: #df778f;
    display: inline-block;
    height: 4rem;
    width: 1rem;
    content: '';
    position: absolute;
    top: -0.1rem;
    left: -1.5rem;
}

.childrens-life__subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18.4rem;
    height: 3.6rem;
    font: 2.4rem/3.5rem "Zen Maru Gothic";
    background-color: #df778f;
    border: 0.1rem solid #000;
    border-radius: 1rem;
    margin-left: 2rem;
    color: #FFF;
    margin-top: 0.8rem;
}

.childrens-life__main-content {
    display: flex;
}

.childrens__main-visual {
    width: 83.6rem;
    height: 47rem;
    box-shadow: 0.6rem 0.6rem 0rem #df778f;
    border-radius: 2rem;
    margin-bottom: 10rem;
    margin-left: 6.8rem;
    margin-top: 2rem;
}

.childrens__main-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

/* Sidebar */
.sidebar {
    width: 27.9rem;
    height: auto;
    /* Adjusted for flexible content */
    font: 1.6rem/2.4rem "Zen Maru Gothic";
    font-weight: 500;
    border: 0.1rem solid #000;
    border-radius: 1rem;
    background: #FFFFFF;
    position: fixed;
    top: 29rem;
    right: 7rem;
    padding: 1.4rem 2.1rem;
}

.sidebar__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 2rem;
}

.sidebar__item {
    margin-bottom: 1rem;
}

.sidebar__item a {
    text-decoration: none;
    color: inherit;
}

.sidebar__button {
    background: #F7F1DC;
    color: #000000;
    padding: 1.45rem;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}

.sidebar__button--facility {
    margin-top: 1rem;
}

.sidebar__icon {
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Centering arrow */
    background: #df778f;
}

/* Triangle (▶) */
.sidebar__icon-arrow {
    width: 0;
    height: 0;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.8rem solid #FFFFFF;
    /* Removed rotation and strange margin */
}

.childrens-life__body {
    width: 83.6rem;
    height: auto;
    border: 0.1rem solid #000;
    border-radius: 1rem;
    margin-left: 7rem;
    margin-top: -0.8rem;
    background-color: #FFFFFF;
    padding: 6rem 3rem 6rem 3rem;
}

/* 食生活セクション */
.childrens-life__food {
    margin-bottom: 10rem;
}

.childrens-life__food__content {
    display: flex;
}

.childrens-life__food__main-title {
    margin-bottom: 1.2rem;
    font: 2.5rem/3.6rem "Zen Maru Gothic";
    font-weight: 500;
    margin-left: 1.5rem;
    position: relative;
}

.childrens-life__food__main-title::before {
    background-color: #df778f;
    display: inline-block;
    height: 4rem;
    width: 1rem;
    content: '';
    position: absolute;
    top: -0.3rem;
    left: -1.5rem;
}

.childrens-life__food__title {
    font: 2rem/2.9rem "Noto Sans JP";
    font-weight: 500;
    margin-top: 3.2rem;
    margin-left: 4rem;
    position: relative;
}

.childrens-life__food__title::before {
    background-color: #df778f;
    display: inline-block;
    height: 0.4rem;
    width: 3rem;
    content: '';
    position: absolute;
    top: 1.2rem;
    left: -4rem;
}

.childrens-life__food__text {
    font: 1.5rem/3rem "Noto Sans JP";
    text-align: left;
    margin-left: 4rem;
    margin-top: 1.1rem;
    letter-spacing: 0.075rem;
}

.childrens-life__food__content {
    display: flex;
    gap: 1.6rem;
}

.childrens-life__food__text-block {
    flex: 1 1 18rem;
}

.childrens-life__food__image-wrapper {
    width: 34rem;
    height: 24.5rem;
    flex-shrink: 0;
    border-radius: 1.5rem;
    overflow: hidden;
}

.childrens-life__food__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 学習セクション */
.childrens-life__study {
    margin-bottom: 10rem;
}

.childrens-life__study__title {
    font: 2rem/2.9rem "Noto Sans JP";
    font-weight: 500;
    margin-top: 3.2rem;
    margin-left: 4rem;
    position: relative;
}

.childrens-life__study__title::before {
    background-color: #df778f;
    display: inline-block;
    height: 0.4rem;
    width: 3rem;
    content: '';
    position: absolute;
    top: 1.2rem;
    left: -4rem;
}

.childrens-life__study__text {
    font: 1.5rem/3rem "Noto Sans JP";
    text-align: left;
    margin-left: 4rem;
    margin-top: 1.1rem;
    letter-spacing: 0.075rem;
}

.childrens-life__study__content {
    display: flex;
    gap: 1.6rem;
}

.childrens-life__study__text-block {
    flex: 1 1 18rem;
}

.childrens-life__study__text-block ul {
    font: 1.5rem/3rem "Noto Sans JP";
    text-align: left;
    margin-left: 4rem;
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}

.childrens-life__study__text-block ul li {
    position: relative;
    padding-left: 2rem;
}

.childrens-life__study__text-block ul li::before {
    content: '★';
    position: absolute;
    left: 0;
}

.childrens-life__study__image-wrapper {
    width: 34rem;
    height: 24.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
    flex-shrink: 0;
}

.childrens-life__study__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 習い事セクション */
.childrens-life__lessons {
    margin-bottom: 10rem;
}

.childrens-life__lessons__title {
    font: 2rem/2.9rem "Noto Sans JP";
    font-weight: 500;
    margin-top: 3.2rem;
    margin-left: 4rem;
    position: relative;
}

.childrens-life__lessons__title::before {
    background-color: #df778f;
    display: inline-block;
    height: 0.4rem;
    width: 3rem;
    content: '';
    position: absolute;
    top: 1.2rem;
    left: -4rem;
}

.childrens-life__lessons__text {
    font: 1.5rem/3rem "Noto Sans JP";
    text-align: left;
    margin-left: 4rem;
    margin-top: 1.1rem;
}

.childrens-life__lessons__text:last-child {
    margin-top: 3rem;
}

.childrens-life__lessons__content {
    display: flex;
    gap: 1.6rem;
    align-items: center;
}

.childrens-life__lessons__text-block {
    flex: 1 1 18rem;
}

.childrens-life__lessons__image-wrapper {
    width: 34rem;
    height: 24.5rem;
    flex-shrink: 0;
    border-radius: 1.5rem;
    overflow: hidden;
}

.childrens-life__lessons__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 年間行事セクション */
.childrens-life__events {
    margin-bottom: 10rem;
}

.childrens-life__events__title {
    font: 2rem/2.9rem "Noto Sans JP";
    font-weight: 500;
    margin-top: 3.2rem;
    margin-left: 4rem;
    position: relative;
}

.childrens-life__events__title::before {
    background-color: #df778f;
    display: inline-block;
    height: 0.4rem;
    width: 3rem;
    content: '';
    position: absolute;
    top: 1.2rem;
    left: -4rem;
}

.childrens-life__events__text {
    font: 1.5rem/3rem "Noto Sans JP";
    text-align: left;
    margin-left: 4rem;
    margin-top: 1.1rem;
    letter-spacing: 0.075rem;
}

.childrens-life__events__content {
    display: flex;
    gap: 1.6rem;
}

.childrens-life__events__text-block {
    flex: 1 1 18rem;
}

.childrens-life__events__season-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2rem;
    margin: 2rem 0 0 4rem;
    padding: 0;
    list-style: none;
}

.childrens-life__events__season-item {
    border: #000000 0.1rem solid;
    width: 20.6rem;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    text-align: center;
}

.childrens-life__events__season-month {
    width: 18rem;
    height: auto;
    margin-bottom: 2.8rem;
}

.childrens-life__events__season-image {
    border-radius: 0.5rem;
    height: 10rem;
    margin-bottom: 0.5rem;
    width: 100%;
    object-fit: cover;
}

.childrens-life__events__season-text {
    font: 1.4rem/2.4rem "Noto Sans JP";
    letter-spacing: 0.07rem;
    color: #000000;
}

/* お問い合わせセクション */
.childrens-life__contact {
    margin-bottom: 10rem;
}

.childrens-life__contact__title {
    font: 2rem/2.9rem "Noto Sans JP";
    font-weight: 500;
    margin-top: 3.2rem;
    margin-left: 4rem;
    position: relative;
}

.childrens-life__contact__title::before {
    background-color: #df778f;
    display: inline-block;
    height: 0.4rem;
    width: 3rem;
    content: '';
    position: absolute;
    top: 1.2rem;
    left: -4rem;
}

.childrens-life__contact__text {
    font: 1.5rem/3rem "Noto Sans JP";
    text-align: left;
    margin-left: 4rem;
    margin-top: 1.1rem;
    letter-spacing: 0.075rem;
}

.childrens-life__contact__content {
    display: flex;
    gap: 1.6rem;
    align-items: center;
}

.childrens-life__contact__text-block {
    flex: 1 1 18rem;
}

.chilfrens-life__contact__btn-block {
    display: flex;
    gap: 1.6rem;
    margin-top: 2rem;
    margin-left: 4rem;
}

.contact__mailbtn,
.contact__telbtn {
    width: 17.6rem;
    height: 5.8rem;
    font: 1.6rem/2.4rem "Zen Maru Gothic";
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 1rem;
}

.contact__mailbtn {
    color: #FFF;
    border: 0.1rem solid #df778f;
    background-color: #df778f;
}

.contact__telbtn {
    color: #000;
    border: 0.1rem solid #000;
}

.childrens-life__contact__image-wrapper {
    width: 28.9rem;
    height: 16.7rem;
    flex-shrink: 0;
}

.childrens-life__contact__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 施設での生活ギャラリーセクション */
.childrens-life__gallery {
    margin-left: 3rem;
    margin-top: 6rem;
}

.childrens-life__gallery__title {
    margin-bottom: 1.2rem;
    font: 2.5rem/3.6rem "Zen Maru Gothic";
    font-weight: 500;
    margin-left: 1.5rem;
    position: relative;
}

.childrens-life__gallery__title::before {
    background-color: #df778f;
    display: inline-block;
    height: 4rem;
    width: 1rem;
    content: '';
    position: absolute;
    top: -0.3rem;
    left: -1.5rem;
}

.childrens-life__gallery__container {
    margin: 5rem auto;
    position: relative;
    width: 41.5rem;
}

.childrens-life__gallery__swiper {
    width: 41.5rem;
    height: 26.1rem;
}

.childrens-life__gallery__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.childrens-life__gallery__container .swiper-button-prev,
.childrens-life__gallery__container .swiper-button-next {
    width: 4rem;
    height: 4rem;
    border: 0.1rem solid #000;
    border-radius: 50%;
    background-color: #df778f;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.childrens-life__gallery__container .swiper-button-prev {
    left: -6rem;
}

.childrens-life__gallery__container .swiper-button-next {
    right: -6rem;
}

.childrens-life__gallery__container .swiper-button-prev:after,
.childrens-life__gallery__container .swiper-button-next:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    color: transparent;
}

.childrens-life__gallery__container .swiper-button-prev:after {
    border-right: 1.2rem solid #FFFFFF;
    transform: translateX(-15%);
}

.childrens-life__gallery__container .swiper-button-next:after {
    border-left: 1.2rem solid #FFFFFF;
    transform: translateX(15%);
}

.childrens-life__gallery__text {
    font: 1.5rem/3rem "Noto Sans JP";
    margin-top: 2rem;
    margin-left: 4rem;
    letter-spacing: 0.075rem;
    font-weight: 500;
}

.childrens-life__gallery__text span {
    font-weight: 400;
}

/* Other Info Section */
.other-info {
    margin-left: 3rem;
    margin-top: 6rem;
    margin-bottom: 8.5rem;
}

.other-info__main-title {
    margin-bottom: 1.2rem;
    font: 2.5rem/3.6rem "Zen Maru Gothic";
    font-weight: 500;
    margin-left: 1.5rem;
    position: relative;
}

.other-info__main-title::before {
    background-color: #df778f;
    display: inline-block;
    height: 4rem;
    width: 1rem;
    content: '';
    position: absolute;
    top: -0.3rem;
    left: -1.5rem;
}

.other-info__title {
    font: 2rem/2.9rem "Noto Sans JP";
    font-weight: 500;
    margin-top: 3.2rem;
    margin-left: 4rem;
    position: relative;
}

.other-info__title::before {
    background-color: #df778f;
    display: inline-block;
    height: 0.4rem;
    width: 3rem;
    content: '';
    position: absolute;
    top: 1.2rem;
    left: -4rem;
}

.other-info__pdf-item {
    display: flex;
    align-items: center;
    /* 垂直方向中央揃え */
    margin-top: 1.5rem;
    margin-left: 4rem;
    /* 既存のsubtitleなどとの位置を合わせる */
    margin-bottom: 2rem;
    border-bottom: solid 0.1rem #cacaca;
    padding-bottom: 1.5rem;
}

.other-info__pdf-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.other-info__pdf-icon {
    width: 3.9rem;
    height: 4.7rem;
    object-fit: contain;
    margin-right: 1rem;
}

.other-info__pdf-text {
    font: 1.6rem/3rem "Noto Sans JP";
    color: #000000;
    font-weight: normal;
}

/* ===============================================
SP
=============================================== */
@media screen and (max-width: 699.98px) {
    main {
        padding-top: 7rem;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .bg_top {
        top: -4rem;
    }

    .bg_middle {
        bottom: -24.4rem;
    }

    .childrens-life__main-content {
        display: flex;
        flex-direction: column;
    }

    .childrens-life__header.sp_only .childrens-life__title {
        font-size: 2rem;
        font-weight: 500;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #FFFFFF;
        background-color: #df778f;
        text-align: center;
        width: fit-content;
        padding: 1rem 2rem;
        margin: 3rem auto 3rem;
        border-radius: 1rem;
        line-height: 1.5;
    }

    .childrens-life__title::before {
        display: none;
    }

    .childrens-life__subtitle {
        font-size: 1.8rem;
        width: 15rem;
        height: 3rem;
        margin: 0.7rem auto 1rem;
    }

    .childrens__main-visual {
        order: 1;
        width: 35.5rem;
        height: 18rem;
        margin: 2rem auto 0rem;
        box-shadow: 0.3rem 0.3rem 0rem #df778f;
        border-radius: 1rem;
    }

    .childrens__main-visual img {
        border-radius: 1rem;
    }

    .childrens-life__main-content .childrens-life__header.sp_only {
        order: 2;
    }

    .childrens-life__main-content .sp_only:last-of-type {
        /* アコーディオンのラッパー */
        order: 3;
    }

    .childrens-life__body {
        width: 33.5rem;
        margin: 0 auto;
        padding: 3rem 1.5rem;
    }

    .childrens-life__food,
    .childrens-life__study,
    .childrens-life__lessons,
    .childrens-life__events,
    .childrens-life__contact {
        margin-bottom: 5rem;
    }

    .childrens-life__food__main-title {
        font-size: 2rem;
        margin-left: 1rem;
    }

    .childrens-life__food__main-title::before {
        width: 0.5rem;
        height: 3rem;
        top: -0.1rem;
        left: -1rem;
    }

    .childrens-life__food__title,
    .childrens-life__study__title,
    .childrens-life__lessons__title,
    .childrens-life__events__title,
    .childrens-life__contact__title {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-left: 3.3rem;
        margin-top: 0rem;
    }

    .childrens-life__food__title::before,
    .childrens-life__study__title::before,
    .childrens-life__lessons__title::before,
    .childrens-life__events__title::before,
    .childrens-life__contact__title::before {
        width: 2rem;
        height: 0.3rem;
        left: -3rem;
        top: 0.8rem;
    }

    .childrens-life__gallery {
        margin-left: 0;
        margin-top: 3rem;
    }

    .childrens-life__gallery__container {
        width: 100%;
    }

    .childrens-life__gallery__swiper {
        width: 26rem;
        height: 16.3rem;
        margin: 0 auto;
    }

    .childrens-life__gallery__container .swiper-button-prev,
    .childrens-life__gallery__container .swiper-button-next {
        width: 3rem;
        height: 3rem;
    }

    .childrens-life__gallery__container .swiper-button-prev {
        left: 0;
    }

    .childrens-life__gallery__container .swiper-button-next {
        right: 0;
    }

    .childrens-life__food__text,
    .childrens-life__study__text,
    .childrens-life__lessons__text,
    .childrens-life__events__text,
    .childrens-life__contact__text,
    .childrens-life__gallery__text {
        font-size: 1.4rem;
        margin-left: 0rem;
        width: 28.9rem;
        margin: 1.5rem auto 0rem auto;
    }

    .childrens-life__study__content,
    .childrens-life__lessons__content,
    .childrens-life__food__content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 0;
    }

    .childrens-life__study__image-wrapper,
    .childrens-life__lessons__image-wrapper {
        width: 28.9rem;
        height: auto;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .childrens-life__study__text-block ul {
        margin-left: 0;
        font-size: 1.4rem;
    }

    .childrens-life__events__season-list {
        margin-left: 0;
        justify-content: center;
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .childrens-life__events__season-item {
        width: calc(50% - 0.75rem);
        padding: 1rem;
    }

    .childrens-life__events__season-month {
        width: 100%;
        margin-bottom: 1rem;
    }

    .childrens-life__contact__content {
        flex-direction: column;
    }

    .chilfrens-life__contact__btn-block {
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        width: 100%;
    }

    .contact__mailbtn,
    .contact__telbtn {
        width: 28rem;
    }

    /* New Accordion CSS */
    .nav {
        display: none;
    }

    .nav_text {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        display: block;
        color: #333;
        text-decoration: none;
    }

    .nav_text_aut1,
    .nav_text_aut2,
    .nav_text_aut3 {
        display: block;
        font-size: 1.6rem;
        width: 29rem;
        height: 5.4rem;
        margin-bottom: 1rem;
        padding: 1.5rem 2rem;
        background-color: #F7F1DC;
        border-radius: 1rem;
        color: #333;
        text-decoration: none;
        position: relative;
    }

    .nav_text_aut2,
    .nav_text_aut3 {
        width: 20rem;
    }

    .nav_wrap {
        padding: 1rem 2rem;
        font-family: "Zen Maru Gothic";
        width: 33.5rem;
        border-radius: 1rem;
        border: 0.1rem solid #000000;
        margin: 0 auto 1rem;
        background-color: white;
    }

    .nav_wrap nav {
        display: none;
        font-weight: 500;
    }

    .nav_open {
        font-size: 1.6rem;
        font-weight: 600;
        position: relative;
        transition: 0.7s;
        cursor: pointer;
    }

    .nav_open.active {
        margin-bottom: 2rem;
    }

    .nav_open {

        font-size: 1.6rem;

        font-weight: 600;

        position: relative;

        transition: 0.7s;

        cursor: pointer;

        padding-right: 4rem;
        /* アイコンスペース確保 */

    }



    .nav_open.active {

        margin-bottom: 2rem;

    }



    /* 円の背景 */

    .nav_open::before {

        content: '';

        position: absolute;

        top: 50%;

        right: 1.2rem;

        width: 2.5rem;

        height: 2.5rem;

        margin-top: -1.25rem;

        border-radius: 50%;

        background-color: #df778f;

        transition: all 0.3s;

        z-index: 1;

    }



    /* アイコンのコンテナ */

    .nav_icon {

        position: absolute;

        top: 50%;

        right: 1.2rem;

        width: 2.5rem;

        height: 2.5rem;

        transform: translateY(-50%);

        z-index: 2;

    }



    /* 横棒 */

    .nav_icon::before {

        content: '';

        position: absolute;

        top: 50%;

        left: 50%;

        width: 1.6rem;

        height: 0.2rem;

        background-color: #000;

        transform: translate(-50%, -50%);

    }



    /* 縦棒 */

    .nav_icon::after {

        content: '';

        position: absolute;

        top: 50%;

        left: 50%;

        width: 0.2rem;

        height: 1.6rem;

        background-color: #000;

        transform: translate(-50%, -50%) rotate(0deg);

        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;

    }



    /* active時の縦棒アニメーション */

    .nav_open.active .nav_icon::after {

        transform: translate(-50%, -50%) rotate(-90deg);

        opacity: 0;

    }

    .nav_arrow,
    .nav_arrow2 {
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%);
        display: inline-block;
    }

    .nav_arrow::before,
    .nav_arrow2::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 2rem;
        height: 2rem;
        background-color: #df778f;
        border: #000000 solid 0.1rem;
        border-radius: 50%;
        top: 0;
        left: 0;
    }

    .nav_arrow::after,
    .nav_arrow2::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 0.7rem;
        height: 1rem;
        background-color: #FFFFFF;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        top: 50%;
        left: 50%;
        transform: translate(-40%, -50%);
    }
}