#wpadminbar {
    opacity: 0.1;
    transition: opacity 0.1s ease;
    /* display: none; */
}

/* マウスホバー or 中の要素にフォーカスがあるときはフル表示 */
#wpadminbar:hover,
#wpadminbar:focus-within {
    opacity: 1;
}

::selection {
    background-color: #94ba3628;
    color: #675441;
}

html {
    margin-top: 0 !important;
    font-size: 62.5%;
    overflow-x: hidden;
}


body {
    color: #675441;
    position: relative;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2rem;
    overflow-x: clip;
}

@media (max-width: 1600px) {
    body {
        font-size: 1.8rem;
    }
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.spp {
    display: none;
}

.tabpc {
    display: block;
}

@media (max-width: 1023px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}

@media (max-width: 767px) {
    .spp {
        display: block;
    }

    .tabpc {
        display: none;
    }

}

.u-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.inner_1440 {
    max-width: 144rem;
    margin: 0 auto;
}



@media (max-width: 1600px) {
    .inner_1440 {
        padding: 0 2rem;
        max-width: 120rem;
    }
}

@media (max-width: 1023px) {
    .inner_1440 {
        padding: 0 2rem;
        max-width: 700px;
    }
}

@media (max-width: 767px) {
    .inner_1440 {
        padding: 0 2.2rem;
    }
}

.inner_1280 {
    max-width: 128rem;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .inner_1280 {
        padding: 0 2rem;
        max-width: 104rem;
    }
}

@media (max-width: 1439px) {
    .inner_1280 {
        padding: 0 2rem;
        max-width: 700px;
    }
}

@media (max-width: 767px) {
    .inner_1280 {
        padding: 0 2.2rem;
    }
}

img {
    object-fit: cover;
}

.btn_asset-01 {
    display: block;
    width: 100%;
    max-width: 62.8rem;
    background-color: #E65D40;
    padding: 3rem 6rem 3rem 10rem;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2.4rem;
    transition: all 0.3s ease;
    position: relative;
}

.btn_asset-01:hover {
    background-color: #D95235;
}

.btn_asset-01 img {
    width: 3.2rem;
    aspect-ratio: 1 / 1;
    display: block;
    margin-right: 2rem;
}

.btn_asset-01::before {
    content: "";
    position: absolute;
    background-image: url("../images/index/arrow-red.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.631rem;
    aspect-ratio: 16.31 / 7.05;

    right: 7.27rem;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(42%) sepia(29%) saturate(3437%) hue-rotate(341deg) brightness(99%) contrast(82%);
    transition: all 0.3s;
    z-index: 2;
}

.btn_asset-01:hover::before {
    transform: translateY(-50%) translateX(3.78px);
}

.btn_asset-01::after {
    content: "";
    position: absolute;
    width: 4rem;
    height: 4rem;
    background-color: #FFFFFF;
    border-radius: 50%;
    right: 6rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

@media (max-width: 1600px) {
    .btn_asset-01 {
        max-width: 100%;
        padding: 2.4rem 4rem 2.4rem 4rem;
        font-size: 1.8rem;
    }

    .btn_asset-01::after {
        width: 3.2rem;
        height: 3.2rem;
        right: 3.2rem;
    }

    .btn_asset-01::before {
        right: 4rem;
    }

}

@media (max-width: 767px) {
    .btn_asset-01 {
        font-size: 1.8rem;
        padding: 2rem 3rem 2rem 3rem;
    }

    .btn_asset-01 img {
        margin-right: 1.6rem;
    }
}

.btn_asset02 {
    background-color: #94BA36;
    width: 100%;
    max-width: 36rem;
    padding: 1.5rem 1.6rem 1.5rem 6rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 4rem;
    justify-content: space-between;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.btn_asset02__arrow {
    width: 4rem;
    aspect-ratio: 1 / 1;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
}

.btn_asset02__arrow::before {
    content: "";
    position: absolute;
    background-image: url("../images/index/arrow-red.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.631rem;
    aspect-ratio: 16.31 / 7.05;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
    filter: invert(71%) sepia(30%) saturate(876%) hue-rotate(35deg) brightness(91%) contrast(87%);
    transition: all 0.3s ease;
}

.btn_asset02:hover {
    background-color: #A38F79;
}

.btn_asset02:hover .btn_asset02__arrow::before {
    filter: invert(57%) sepia(19%) saturate(381%) hue-rotate(351deg) brightness(97%) contrast(94%);
    transform: translate(-35%, -50%);
}

@media (max-width: 1023px) {
    .btn_asset02 {
        max-width: 34rem;
        padding: 1.2rem 1.2rem 1.2rem 4rem;
        font-size: 1.6rem;
        font-size: 1.8rem;
    }

    .btn_asset02__arrow {
        width: 3.2rem;
    }
}

@media (max-width: 767px) {
    .btn_asset02 {
        padding: 1.3rem 1.3rem 1.3rem 5rem;
    }

    .btn_asset02__arrow {
        width: 4rem;
    }
}

.ttl_asset-01 {
    position: relative;
    width: fit-content;
}

.ttl_asset-01--jp {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
}

.ttl_asset-01--en {
    font-size: 1.6rem;
    /* font-weight: 500; */
    color: #94BA36;
    margin-top: 0.8rem;
    font-family: "Ubuntu", sans-serif;
    position: relative;
    z-index: 1;
    letter-spacing: 0.1em;
}

.ttl_asset-01--img {
    position: absolute;
    top: -2rem;
    right: -5rem;
    width: 12rem;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 1023px) {
    .ttl_asset-01--jp {
        font-size: 3.2rem;
    }

    .ttl_asset-01--en {
        font-size: 1.4rem;
    }

    .ttl_asset-01--img {
        width: 8rem;
        top: -1rem;
        right: -2rem;
    }
}

@media (max-width: 767px) {
    .ttl_asset-01--jp {
        font-size: 2.4rem;
    }

    .ttl_asset-01--en {
        font-size: 1.6rem;
    }

    .ttl_asset-01--img {
        width: 12rem;
        top: -2rem;
        right: -5rem;
    }
}

.ttl_asset-02 {
    padding-left: 14px;
    position: relative;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.ttl_asset-02::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #94BA36;
    left: 0;
    top: 0;
    border-radius: 2px;
}

.grid_asset01 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
}

.grid_asset01__item {
    position: relative;
    background-color: #FFF;
    border-radius: 1.2rem;
    padding: 4rem 6rem;
    transition: all 0.3s ease;
}

.grid_asset01__item:hover {
    transform: translateY(-0.8rem);
}

.grid_asset01__img {
    position: relative;
    width: 16rem;
    margin: 0 auto;
}

.grid_asset01__img img {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}

.grid_asset01__item:hover .grid_asset01__img--hover {
    opacity: 1;
}

.grid_asset01__img--hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.grid_asset01__ttl {
    text-align: center;
    margin-top: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.grid_asset01__item::before {
    content: "";
    position: absolute;
    width: 3.8rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #94BA36;
    bottom: 2rem;
    right: 2rem;
}

.grid_asset01__item::after {
    content: "";
    position: absolute;
    background-image: url("../images/index/arrow-red.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.7rem;
    aspect-ratio: 16.31 / 7.05;
    right: 3.07rem;
    bottom: 3.55rem;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(349deg) brightness(103%) contrast(101%);
}

@media (max-width: 1600px) {
    .grid_asset01__img {
        width: auto;
        max-width: 16rem;
    }

    .grid_asset01__item {
        padding: 4rem 0;
    }
}

@media (max-width: 1023px) {
    .grid_asset01 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .grid_asset01 {
        gap: 1.2rem 1.1rem;
    }

    .grid_asset01__item {
        padding: 2.1rem 1rem 6.4rem;
    }

    .grid_asset01__img {
        max-width: 10rem;
    }

    .grid_asset01__item::before {
        width: 3.2rem;
        right: 50%;
        transform: translateX(50%);
    }

    .grid_asset01__item::after {
        width: 1.631rem;
        right: 50%;
        transform: translateX(50%);
        bottom: 3.2rem;

    }

    .grid_asset01__ttl {
        font-size: 1.6rem;
    }
}

.asset_bg04 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    border: #94BA36 1rem solid;
    ;
    border-bottom: none;
    display: flex;
    pointer-events: none;
}

.header_logo {
    padding: 1.4rem 4rem 2rem 3rem;
    background-color: #94BA36;
    display: block;
    height: fit-content;
    max-width: 32rem;
    border-radius: 0 0 2rem 0;
    position: relative;
    pointer-events: auto;
    transition: all .3s ease;
}

.header_logo::before {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    transform: translateY(100%);
    background-image: url("../images/index/logo_bg.png");
    background-size: contain;
}

.header_logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    transform: translateX(100%);
    background-image: url("../images/index/logo_bg.png");
    background-size: contain;
}

.header_nav {
    display: flex;
    gap: 5rem;
    margin-left: 36rem;
    margin-top: 2rem;
    height: fit-content;
    pointer-events: auto;
}

.header_nav>li {
    transition: all 0.3s ease;
}

.header_nav .en {
    color: #94BA36;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
}

.header_nav .jp {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    position: relative;
    margin-top: 0.4rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.header_nav>li:hover {
    transform: translateY(-0.4rem);
}

.header_nav>li:hover .jp {
    color: #94BA36;
}

.has_submenu {
    position: relative;
    display: block;
    height: fit-content;
    padding-bottom: 1rem;
    transition: all 0.3s ease;
}

.has_submenu:hover {
    padding-bottom: 2rem;
}

.header_nav .has_submenu .jp::before {
    content: "";
    position: absolute;
    right: -2rem;
    width: 10px;
    height: 2px;
    background-color: #675441;
    top: 50%;
    transform: translateY(-50%);
}

.header_nav .has_submenu .jp::after {
    content: "";
    position: absolute;
    right: -1.5rem;
    height: 10px;
    width: 2px;
    background-color: #675441;
    top: 50%;
    transform: translate(50%, -50%);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.has_submenu:hover .jp::after {
    opacity: 0;
}

.header_nav .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FFF;
    padding: 2.4rem;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 5;
    width: max-content;
    border-radius: 2rem;
}

.has_submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header_nav .submenu li:not(:last-child) {
    margin-bottom: 1.6rem;
}

.has_submenu:hover .submenu li a {
    position: relative;
    transition: all 0.3s ease;
    padding-right: 1.8rem;
}

.has_submenu:hover .submenu li a::before {
    content: "";
    position: absolute;
    background-image: url("../images/index/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(71%) sepia(30%) saturate(876%) hue-rotate(35deg) brightness(91%) contrast(87%);
    opacity: 0;
    transition: all 0.3s;
}

.has_submenu:hover .submenu li a:hover::before {
    opacity: 1;
}

.has_submenu:hover .submenu li a:hover {
    color: #94BA36;
    padding-left: 1.8rem;
    padding-right: 0;
}

.header_contact {
    height: fit-content;
    position: absolute;
    top: 0;
    right: 15rem;
    width: fit-content;
    padding: 1.8rem 11.1rem 1.8rem 6rem;
    border-radius: 0 0 1.2rem 1.2rem;
    pointer-events: auto;
}

.header_contact::after {
    right: 3.2rem;
}

.header_contact::before {
    right: 4.18rem;
}

.header_ham {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 11rem;
    height: 9rem;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 5rem;
    z-index: 10;
    pointer-events: auto;
    transition: all 0.3s ease;

}

.header_ham>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0 0 50%;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.header_ham-img--hover {
    opacity: 0;
}

.header_ham:hover .header_ham-img--hover {
    opacity: 1;
}

.header_ham>p {
    position: absolute;
    z-index: 1;
    font-size: 1.4rem;
    font-weight: 600;
    color: #FFF;
    top: 1.2rem;
    right: 3.2rem;
    line-height: 1;
    font-family: "jost", sans-serif;
    user-select: none;
}

.header_ham>span {
    position: absolute;
    width: 3.2rem;
    height: 2px;
    background-color: #FFF;
    z-index: 1;
    transform-origin: right;

}

.header_ham>span:first-of-type {
    top: 3.5rem;
    right: 3.3rem;

}

.header_ham>span:last-of-type {
    top: 4.3rem;
    right: 3.3rem;
}


/* ハンバーガー動作 */
/* 本体スクロールを止める用 */
/* body.no-scroll {
    overflow: hidden;
} */

/* ハンバーガーの線にアニメーションを付ける */
.header_ham>span {
    transition: transform 0.3s ease, opacity 0.3s ease;
}


/* 開いているときの状態（バツマーク） */
.header_ham.is-open>span:first-of-type {
    transform: rotate(-15deg);
}

.header_ham.is-open>span:last-of-type {
    transform: rotate(15deg);
}



.header_ham__container {
    position: fixed;
    inset: 0;
    background-color: #FFF;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border: #94BA36 1rem solid;
    height: 100dvh;
    width: 100%;
    overflow: auto;
    z-index: 5;
}

/* 開いているとき */
.header_ham__container.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header_ham__logo {
    width: 32rem;
    margin: 10rem auto 0;
    display: block;
}

.allnav_wrap {
    display: flex;
    gap: 4rem;
    font-size: 2rem;
    margin-top: 8.5rem;
    justify-content: space-between;
}

.allnav_nav__ul>li {
    margin-bottom: 3.2rem;
    font-weight: 500;
    position: relative;
    padding-left: 2.2rem;
}

.allnav_nav__ul>li::before {
    content: "";
    position: absolute;
    background-image: url("../images/index/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    left: 0;
    top: 0.65em;
    transform: translateY(-50%);
    filter: invert(71%) sepia(30%) saturate(876%) hue-rotate(35deg) brightness(91%) contrast(87%);
}

.allnav_nav__ul>li>a {
    transition: all 0.3s ease;
    display: block;
}

.allnav_nav__ul>li>a:hover {
    color: #94BA36;
    padding-left: 1rem;
}

.allnav_nav__submenu {
    margin-top: 3.2rem;
}

ul.allnav_nav__ul {
    width: 25rem;
}

.allnav_nav__submenu>li {
    margin-bottom: 2.4rem;
    font-weight: 400;
    font-size: 1.8rem;
    position: relative;
    /* padding-left: 2.2rem; */
}

.allnav_nav__submenu>li a {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

.allnav_nav__submenu>li a:hover {
    color: #94BA36;
    padding-left: 1.4rem;
}

.allnav_nav__submenu>li a::before {
    content: "";
    position: absolute;
    background-image: url("../images/index/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    left: 0rem;
    top: 0.65em;
    transform: translateY(-50%);
    transition: all 0.3s;
    filter: invert(71%) sepia(30%) saturate(876%) hue-rotate(35deg) brightness(91%) contrast(87%);
    opacity: 0;
}

.allnav_nav__submenu>li a:hover::before {
    opacity: 1;
}

.allnav_nav__ul>.allnav_nav__sns--wrap::before {
    content: none;
}

.allnav_nav__ul>li.allnav_nav__sns--wrap {
    padding-left: 0;
}

.allnav_nav__sns {
    display: flex;
    align-items: center;
}

.allnav_nav__sns p {
    padding-right: 1.8rem;
    border-right: 1px solid #675441;
    margin-right: 2.2rem;
}

.allnav_nav__sns a {
    width: 4rem;
    height: 4rem;
    display: inline-block;
    margin-right: 1.6rem;
    transition: all 0.3s ease;
}

.allnav_nav__sns a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.allnav_nav__sns a:hover {
    opacity: 0.8;
}


.allnav_info__box {
    border: #94BA36 1px solid;
    border-radius: 2rem;
    padding: 0 4rem 2.4rem;
    width: 70.8rem;
}

.allnav_info__box:not(:first-child) {
    margin-top: 3.5rem;
    padding-top: 2.6rem;
}

.allnav_info__ttl {
    background-color: #FFF;
    display: block;
    padding: 0 1.2rem;
    text-align: center;
    transform: translateY(-50%);
    width: fit-content;
    margin: auto;
    font-weight: 500;
}

.allnav_info__tel {
    display: block;
    font-size: 6rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #94BA36;
    text-align: center;
    transition: opacity 0.3s ease;

}

@media (hover: hover) and (pointer: fine) {
    .allnav_info__tel:hover {
        opacity: 0.7;
    }

}

.allnav_info__tel img {
    width: 5.6rem;
    aspect-ratio: 1 / 1;
    margin-right: 1.8rem;
}

.allnav_info__btn {
    margin-top: 1.6rem;
    padding-right: 2.4rem;
}










/* 診療時間カード全体 */
.info__time {
    /* 必要ならヘッダー内で位置調整 */
}

.time-card {
    background-color: #fff;
    font-size: 1.4rem;
    /* ちょっと黄みのあるブラウン系 */
}

/* 表本体 */
.time-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.time-table__head {
    padding: 0 1rem 1.2rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
}

.time-table__head--label {
    text-align: left;
    font-weight: normal;
}

/* 横線だけをうっすら入れる */
.time-table tbody tr+tr {
    border-top: 0.1rem solid #F0F5E4;
}

/* 左の時間欄 */
.time-table__time {
    width: 16rem;
    padding: 1.5rem 0 1.5rem 1rem;
    text-align: left;
    font-weight: 500;
    line-height: 1.5em;
}

.time-table__time-main {
    display: block;
    font-size: 2rem;
}

.time-table__time-sub {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.6rem;
}

/* 各曜日セル */
.time-table__cell {
    padding: 1.2rem 0.8rem;
    text-align: center;
    vertical-align: middle;
}

/* マーク（● / ▲ / ―） */
.mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* 診療あり：緑の丸 */
.mark--open {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 9999px;
    background-color: #94BA36;
    /* デザイン見ながら微調整 */
}

/* 土曜の▲（マーク自体は空で、疑似要素で三角形にしておくパターン） */
.mark--sat {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
}

.mark--sat::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    border-left: 0.9rem solid transparent;
    border-right: 0.9rem solid transparent;
    border-bottom: 1.6rem solid #E65D40;
    /* 赤オレンジ */
}

/* 休診：ダッシュだけ少し濃いめ */
.mark--close {
    position: relative;
}

.mark--close::before {
    content: "";
    background-color: #675441;
    width: 1.8rem;
    height: 0.3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 備考行 */
.time-table__note {
    margin-top: 2rem;
    font-size: 1.8rem;
}

.note-icon--sat {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 1.2rem;
    display: inline-block;
}

.note-icon--sat::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    border-left: 0.9rem solid transparent;
    border-right: 0.9rem solid transparent;
    border-bottom: 1.6rem solid #E65D40;
    /* 赤オレンジ */
}

.note-icon--dot {
    letter-spacing: -0.6em;
    margin-right: 1.2rem;
}

/* スクリーンリーダー用（共通で使えるユーティリティ） */
.sr-only {
    /* position: absolute; */
    width: 0.1rem;
    height: 0.1rem;
    padding: 0;
    margin: -0.1rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1600px) {

    .header_ham__logo {
        max-width: 24rem;
        margin-top: 6rem;
    }

    .header_ham__logo img {
        width: 100%;
    }

    .allnav_wrap {
        margin-top: 6rem;
    }

    .allnav_info__box {
        width: auto;
    }

    .allnav_info__tel {
        font-size: 4rem;
    }

    .allnav_info__tel img {
        width: 4rem;
    }


    .header_contact {
        max-width: 26rem;
        font-size: 1.4rem;
        padding: 1.2rem 2.4rem;
        padding-right: 5rem;
    }

    .header_contact img {
        width: 2rem;
        margin-right: 0.8rem;
    }

    .header_contact::after {
        width: 2rem;
        height: 2rem;
        right: 1.75rem;
    }

    .header_contact::before {
        right: 2rem;
        width: 1.4rem;

    }
}

@media (max-width: 1279px) {
    .header_container {
        border: #94BA36 0.6rem solid;
    }

    .header_nav {
        display: none;
    }

    .header_ham__container {
        border: #94BA36 0.6rem solid;
    }

    .header_ham {
        border: #94BA36 2px solid;
        width: 48px;
        height: 36px;
        top: 1.6rem;
        right: 1.6rem;
        border-radius: 9px;
    }

    .header_ham>span {
        background-color: #94BA36;
    }

    .header_ham img,
    .header_ham>p {
        display: none;
    }

    .header_ham>span {
        width: 2.4rem;
    }

    .header_ham>span:first-of-type {
        top: 11px;
        right: 50%;
        transform: translateX(50%);

    }

    .header_ham>span:last-of-type {
        top: 19px;
        right: 50%;
        transform: translateX(50%);
    }

    .header_ham.is-open>span:first-of-type {
        transform: rotate(-15deg) translateX(50%) translateY(4px);
    }

    .header_ham.is-open>span:last-of-type {
        transform: rotate(15deg) translateX(50%) translateY(-4px);
    }



}

@media (max-width: 1023px) {
    .allnav_wrap {
        flex-wrap: wrap;
        gap: 6rem;
        justify-content: center;
    }

    .allnav_info {
        order: -1;
    }

    .header_contact {
        right: 12rem;
    }

    .header_ham__logo {
        margin-top: 20rem
    }

    .time-table__note span.sp {
        display: none;
    }
}

@media (max-width: 767px) {
    .header_ham__container .btn_asset-01::after {
        width: 3.2rem;
        height: 3.2rem;
        right: 2.4rem;
    }

    .header_ham__container .btn_asset-01::before {
        right: 3.2rem;
    }

    .allnav_wrap {
        gap: 0;
        position: relative;
        padding-bottom: 8rem;
        justify-content: space-between;
    }

    .header_logo {
        padding: 1.4rem 1.4rem 1.4rem 1.2rem;
    }

    .header_logo img {
        width: 18rem;
    }

    .header_contact {
        top: auto;
        bottom: -6px;
        right: calc(50% - 50vw);
        width: 100vw;
        max-width: none;
        border-radius: 8px 8px 0 0;
        text-align: center;
        padding: 1.8rem 2.4rem;
    }

    .header_ham__logo {
        margin-top: 12rem;
    }

    .allnav_info__ttl {
        font-size: 1.8rem;
    }

    .allnav_info__tel {
        font-size: 3.6rem;
    }

    .allnav_info__box {
        width: 100%;
        padding: 0 1.6rem 2rem;

    }

    .allnav_info__box:not(:first-child) {
        border: none;
        border-top: #DBDBDB 1px solid;
        border-bottom: #DBDBDB 1px solid;
        border-radius: 0;
        padding: 2rem 0;
    }

    .allnav_nav__ul>li {
        margin-bottom: 2.4rem;
    }

    .allnav_nav__ul>li>a {
        font-size: 1.8rem;
    }

    .allnav_nav__submenu {
        margin-top: 2rem;
    }

    .allnav_nav__submenu>li {
        margin-bottom: 2rem;
    }

    .allnav_info__btn {
        margin-top: 2rem;
        line-height: 27px;
    }

    .time-table__time {
        padding-left: 0 !important;
    }

    .time-table__time-sub {
        display: none;
    }

    .time-table__note {
        font-size: 1.6rem;
    }

    .time-table__note span.sp {
        margin-top: 1.6rem;
        display: block;
        line-height: 1.875;
        margin-left: 54px;
    }

    .time-table__note span.sp>span {
        color: #E65D40;

    }

    .allnav_nav__ul:first-of-type {
        margin-top: 4rem;
    }

    .allnav_nav__sns--wrap {
        position: absolute !important;
        bottom: 0;
        left: 2.2rem;
    }

    .mark--open {
        width: 1.6rem;
        height: 1.6rem;
    }

    .time-table__head {
        padding-left: 0;
    }

    .note-icon--sat {
        margin-right: 0;
    }

    .note-icon--sat::before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 13px solid #E65D40;
    }

    .note-icon--dot {
        letter-spacing: -11px;
    }
}




.between_image {
    width: 100%;
    border-radius: 4rem 4rem 0 0;
    overflow: hidden;
}

.between_image img {
    width: 100%;
}


.splide,
.splide__track,
.splide__list,
.splide__slide {
    height: 100%;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* TOPページ用フッター */
.top_footer {
    border-bottom: #94BA36 1rem solid;
}

.top_footer__slide {
    height: 40rem;
    position: relative;
    pointer-events: none;
}

.top_footer__logo {
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 32rem;
}

.top_footer__slide .features_bg__bottom {
    bottom: -1px;
}

.top_footer__allnav {
    margin-top: -1px;
}

.top_footer__allnav .allnav_nav__ul>li.allnav_nav__sns--wrap {
    position: absolute;
    bottom: 1rem;
}

.top_footer__copyright {
    text-align: right;
    font-size: 1.6rem;
    margin: 2rem 0;
}

@media (max-width: 1023px) {
    .top_footer__slide {
        height: 25rem;
    }

    .top_footer__logo {
        width: 24rem;
        bottom: -2.4rem;
    }
}

@media (max-width: 767px) {
    .top_footer__slide {
        height: 20rem;
    }

    .top_footer__logo {
        bottom: auto;
        top: 100%;
    }

    .top_footer__allnav {
        margin-top: 10.8rem;
    }

    .top_footer__copyright {
        margin: 0 0 6rem;
        text-align: center;
    }

}

/* パンくず */
.breadcrumb {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

.breadcrumb a {
    color: #94BA36;
    transition: all 0.3s ease;
    text-decoration: underline;
}

.breadcrumb a:hover {
    opacity: 0.7;
}

.breadcrumb__sep {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .breadcrumb {
        font-size: 1.4rem;
        flex-wrap: wrap;
        line-height: 1.5;
    }
}

/* 下層ページ */

.mv_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/mv/foggy-birds.png");
    background-repeat: repeat;
    opacity: 0.4;
    z-index: -1;
}

.lower_header01 {
    position: relative;
    padding-top: 17rem;
    padding-bottom: 18rem;
}

.lower_header01__h1 {
    position: absolute;
    width: 63.665rem;
    z-index: 5;
}

.lower_header01__h1 img {
    display: block;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.lower_header01__ttl {
    position: absolute;
    top: calc(50% + 3rem);
    left: calc(50% + 4rem);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    width: fit-content;
}

.lower_header01__ttl h1 {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.lower_header01__ttl p {
    font-size: 1.6rem;
    color: #94BA36;
    margin-top: 0.8rem;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0.1em;
}

.lower_header01__mv {
    width: 86.4rem;
    margin-left: auto;
    display: block;
    position: relative;
    z-index: 2;
}

@media (max-width: 1600px) {
    .lower_header01__h1 {
        max-width: 35vw;
    }

    .lower_header01__mv {
        max-width: 58%;
    }
}

@media (max-width: 1279px) {
    .lower_header01__h1 {
        max-width: 45vw;
    }
}

@media (max-width: 1023px) {
    .lower_header01 {
        padding-top: 4rem;
        padding-bottom: 12rem;
    }

    .lower_header01__h1 {
        top: 0;
        max-width: none;
        position: relative;
        width: 100%;
        left: auto;
    }

    .lower_header01__mv {
        width: 80%;
        max-width: none;
        position: relative;
        margin: auto;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .lower_header01__ttl {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 10rem auto 0;
    }

    .lower_header01__h1 img {
        display: none;
    }

}

@media (max-width: 767px) {
    .lower_header01__h1 {
        padding: 0 2rem;
    }

    .lower_header01 {
        padding-bottom: 10rem;
    }

    .lower_header01__mv {
        width: 100%;
        margin-top: 3.26rem;
        margin-bottom: 3.2rem;
    }

    .lower_header01__ttl {
        margin: 6rem auto 0;
    }

    .lower_header01__ttl h1 {
        font-size: 2.4rem;
    }

    .lower_header01__ttl p {
        font-size: 1.2rem;
    }

    .lower_header01 .breadcrumb {
        margin: 2rem 0 0;
    }

}

.lower_header02 {
    position: relative;
    padding-top: 13rem;
    padding-bottom: 9.61vw;
}

.lower_header02__wrap {
    margin-top: 1.6rem;
    display: flex;
    gap: 6rem;
    position: relative;
}

.lower_header02__ttl {
    margin-top: 8.4rem;
}

.lower_header02__txt {
    margin-top: 4rem;
    line-height: 2;
    font-size: 1.8rem;
}

.lower_header02__mv {
    width: 48.61111%;
    flex-shrink: 0;
    z-index: 1;
    position: relative;
    object-fit: contain;
}

.lower_header02__bg {
    position: absolute;
    width: 616px;
    aspect-ratio: 616 / 532;
    display: block;
    object-fit: contain;
    top: 8.4rem;
    left: -232px;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.lower_header02__ttl--wrap .lower_ttl01 {
    margin-top: 8rem;
}

@media (max-width: 1023px) {
    .lower_header02 {
        padding-bottom: 12rem;
    }

    .lower_header02__wrap {
        flex-direction: column-reverse;
        gap: 4rem;
    }

    .lower_header02__mv {
        width: 100%;
        max-width: 40rem;
        margin: auto;
        margin-top: 4rem;

    }

    .lower_header02__ttl {
        margin-top: 0;
    }

    .lower_header02__ttl--wrap .lower_ttl01 {
        margin-top: 4rem;
    }

    .lower_header02__bg {
        top: 45rem;
    }
}

@media (max-width: 767px) {
    .lower_header02 {
        padding-top: 8rem;
    }

    .lower_header02__mv {
        margin-top: 0;
    }

    .lower_header02__wrap {
        margin-top: 2rem;
    }

    .lower_header02__ttl--wrap .lower_ttl01 {
        margin-top: 3.5rem;
    }
}

.lower_ttl01 {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
    position: relative;
    padding-bottom: 2rem;
}


.lower_ttl01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 20rem;
    height: 1px;
    background-color: #DBDBDB;
}

.lower_ttl01 span {
    color: #94BA36;
}

@media (max-width: 767px) {
    .lower_ttl01 {
        font-size: 2rem;
    }

    .lower_header02__txt {
        margin-top: 2rem;
        font-size: 1.6rem;
    }

    .lower_header02__bg {
        top: 35.8rem;
        width: 473px;
        left: -12rem;
    }
}

.lower_header03 {
    position: relative;
    padding-top: 13rem;
    padding-bottom: calc(7.2vw + 8rem);
}

.lower_header03__wrap {
    text-align: center;
    width: fit-content;
    margin: 8rem auto 0;
}

.lower_header03 .lower_anchor {
    margin-top: 8rem;
    background-color: transparent;
}

@media (max-width: 1023px) {
    .lower_header03 {
        padding-bottom: 12rem;
    }

    .lower_header03__wrap {
        margin: 6rem auto 0;
    }

    .lower_header03 .lower_anchor {
        margin-top: 4rem;
        gap: 2rem;
    }
}

@media (max-width: 767px) {
    .lower_header03 {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }

    .lower_header03 .lower_anchor {
        grid-template-columns: 1fr;
        padding: 1.6rem 0;
        width: fit-content;
        margin: 4rem auto 0;
    }
}

.lower_ttl02 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
    position: relative;
    padding-bottom: 1.4rem;
    display: block;
}

.lower_ttl02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-image: url(../images/index/border_bottom.png);
    background-size: contain;
    background-repeat: repeat-x;
    pointer-events: none;
    width: 40rem;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .lower_ttl02 {
        font-size: 2rem;
        padding-bottom: 1rem;
    }

    .lower_ttl02::after {
        width: 20rem;
        height: 2px;
    }
}

.lower_ttl03 {
    font-size: 2.4rem;
    padding-left: 1.4rem;
    position: relative;
    margin-top: 8rem;
    line-height: normal;
    font-weight: 500;
}

.lower_ttl03::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background-color: #94BA36;
    border-radius: 2px;
    line-height: normal;
}

@media (max-width: 1023px) {
    .lower_ttl03 {
        margin-top: 6.4rem;
    }
}

@media (max-width: 767px) {
    .lower_ttl03 {
        font-size: 1.8rem;
        margin-top: 6.4rem;
        padding-left: 9px;
    }
}

.lower_asset01 {
    background-color: #FFF;
    padding: 8rem;
    border-radius: 20px;
    margin-top: 8rem;
    font-size: 1.8rem;
    line-height: 2;
    position: relative;
}

.grid_asset01__lower01--wrap {
    padding-bottom: 24rem;
}

.lower_asset01__head {
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 4rem;
}

.lower_asset01__ttl {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.lower_asset01__cat {
    background-color: #94BA36;
    color: #FFF;
    font-size: 2rem;
    font-weight: 500;
    padding: 0.8rem 3.2rem;
    border-radius: 99px;
    line-height: normal;
    flex-shrink: 0;
}

.lower_asset01__cat.free {
    background-color: #EAA264;
}

.lower_asset01__list {
    margin-top: 2.4rem;

}

.lower_asset01__list-item {
    padding-left: 1.8rem;
    position: relative;
    margin-top: 5px;
}

.lower_asset01__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #94BA36;
    border-radius: 9999px;
}

.lower_asset01__2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8rem;
}

.lower_asset01__2col .lower_ttl03 {
    margin-top: 0;
}

.lower_asset01__img {
    width: 100%;
}

@media (max-width: 1023px) {
    .lower_asset01 {
        padding: 4rem;
        margin-top: 4rem;
    }

    .lower_asset01__2col {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .lower_asset01 {
        padding: 3.2rem 1.6rem;
        font-size: 1.6rem;
    }

    .lower_asset01__head {
        padding-bottom: 1.6rem;
        margin-bottom: 2.4rem;
        gap: 1rem;
        flex-wrap: wrap;

    }

    .lower_asset01__ttl {
        font-size: 2rem;
    }

    .lower_asset01__cat {
        font-size: 1.6rem;
        padding: 0.6rem 2.4rem;
    }

    .lower_asset01__2col {
        flex-direction: column-reverse;
        display: flex;
        margin-top: 6.4rem;
    }

    .lower_asset01__list-item::before {
        top: 13px;
        transform: translateY(0);
    }
}

.grid_asset01__lower01 {
    max-width: calc(1075px + 4rem);
    padding: 0 2.2rem;
    margin: auto;
}

.grid_asset01__lower01 .grid_asset01__item::before {
    background-color: #EAA264;
}

@media (max-width: 1023px) {
    .grid_asset01__lower01 {
        padding: 0 2rem;
    }

    .grid_asset01__lower01--wrap {
        padding-bottom: 16rem;
    }
}

.asset_bg01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.asset_bg05 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.asset_bg06 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    pointer-events: none;
    user-select: none;
}

.asset_bg07 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.asset_bg08 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.asset_bg09 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.asset_bg10 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.asset_bg11 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.asset_bg11-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
    background-color: #F0F5E4;
}

.asset_bg12 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
    background-color: #FFF;
}

.asset_bg13 {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.lower_header04::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background-color: #FDF4EF;
}

.asset_bg14 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
    background-color: #FFF;

}

.lower_step {
    margin-top: 2.4rem;
}

.lower_step__card {
    padding: 4rem;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    border: #DBDBDB 1px solid;
    border-radius: 1.2rem;
    position: relative;
}

.lower_step__card:not(:first-child) {
    margin-top: 4.8rem;
}

.lower_step__card:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 28px;
    border-radius: 2px;
    background-color: #DBDBDB;
    top: -10px;
    transform: translateY(-100%) translateX(0%);
    left: 10rem;
}

.lower_step__img {
    display: block;
    width: 12rem;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

.lower_step__img02 {
    display: block;
    max-width: 53.8rem;
    width: 28vw;
    flex-shrink: 0;
    align-self: center;

}

.lower_step__ttl {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;

}

@media (max-width: 1600px) {
    .lower_step__img02 {
        width: 28rem;
    }

    .lower_step__img {
        width: 10rem;
    }
}

@media (max-width: 1023px) {
    .lower_step__card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2.4rem;
    }

    .lower_step__ttl {
        margin-bottom: 1.6rem;
    }

    .lower_step__txt {
        text-align: left;
    }

    .lower_step__img02 {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .lower_step__card {
        padding: 2.4rem 1rem;
        gap: 1.6rem;
    }

    .lower_step__img {
        width: 6.4rem;
    }

    .lower_step__ttl {
        font-size: 1.8rem;
        margin-bottom: 1.6rem;
    }

    .lower_step__card:not(:first-child) {
        margin-top: 4.4rem;
    }

    .lower_step__card:not(:first-child)::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 28px;
        border-radius: 2px;
        background-color: #DBDBDB;
        top: -10px;
        transform: translateY(-100%) translateX(-50%);
        left: 50%;
    }
}

/* 下層フッター */
.lower_footer {
    position: relative;
    /* border-bottom: #94BA36 1rem solid; */
}

.lower_footer__bg {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    pointer-events: none;
    user-select: none;
}

.lower_footer__top {
    padding-top: 4rem;
    display: flex;
    align-items: stretch;
    gap: 9.2rem;
}


.lower_footer__map {
    width: 50%;
}

.lower_footer__map iframe {
    width: 100%;
    border: none;
    border-radius: 1.2rem;
    height: 100%;
}

.lower_footer__top-head {
    display: flex;
    align-items: end;
    gap: 4rem;
}

.lower_footer__logo {
    width: 45rem;
}

.lower_footer__top-sns {
    display: flex;
    gap: 2rem;
    flex-shrink: 0;
}

.lower_footer__top-sns a {
    width: 4rem;
    height: 4rem;
    display: inline-block;
    margin-right: 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.lower_footer__top-sns a:hover {
    opacity: 0.7;
}

.lower_footer__top-sns a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lower_footer__body {
    margin-top: 6rem;
}

.lower_footer__contact-txt {
    font-size: 2.4rem;
    font-weight: 500;
}

.lower_footer__body .allnav_info__tel {
    text-align: start;
    margin-top: 8px;
}

.lower_footer__body .allnav_info__box {
    width: 100%;
    margin-top: 4rem;
}

.lower_footer__slide {
    margin-top: 8rem;
    pointer-events: none;
    height: 40rem;
}

.lower_footer__slide img {
    border-radius: 1.2rem;
}

.lower_footer__nav {
    margin-top: 8rem;
    display: flex;
}

.lower_footer .allnav_nav__submenu--wrap {
    display: flex;
}

.lower_footer ul.allnav_nav__ul {
    width: auto;
    min-width: 30rem;
}

.lower_footer .allnav_nav__submenu {
    min-width: 26rem;
}

@media (max-width: 1600px) {
    .lower_footer__nav {
        flex-wrap: wrap;
        justify-items: center;
        width: fit-content;
        max-width: 100%;
    }

    .lower_footer ul.allnav_nav__ul {
        min-width: 25rem;
    }

    .lower_footer .allnav_nav__submenu {
        min-width: 21rem;
    }

}

@media (max-width: 1023px) {
    .lower_footer__top {
        flex-direction: column;
        gap: 4rem;
    }

    .lower_footer__map {
        width: 100%;
        height: 40rem;
    }

    .lower_footer__logo {
        width: 100%;
        max-width: 30rem;
    }

    .lower_footer__slide {
        height: 25rem;
    }

    .lower_footer__nav {
        flex-wrap: wrap;
        gap: 0 4rem;
        max-width: 700px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .lower_footer .allnav_info__btn .sp {
        display: none;
    }
}

@media (max-width: 767px) {
    .lower_footer {
        padding-bottom: 2rem;
    }
    .lower_footer__top-head {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .lower_footer__slide {
        height: 20rem;
    }

    .lower_footer__nav {
        flex-direction: column;
        gap: 0rem;
        margin-top: 2rem;
        margin-left: 8px;
    }

    .lower_footer .allnav_nav__submenu--wrap {
        flex-direction: column;
        gap: 0rem;
    }

    .lower_footer .allnav_nav__submenu {
        margin-top: 0;
    }

    .lower_footer .allnav_nav__submenu:first-of-type {
        margin-top: 2rem;
    }

    .lower_footer__contact-txt {
        text-align: center;
        font-size: 1.8rem;
    }

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

    .lower_footer__body {
        margin-top: 4rem;
    }
}

.lower_anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F0F5E4;
    gap: 6rem;
    position: relative;
    z-index: 2;
}

.lower_anchor__btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.lower_anchor__btn:hover {
    color: #94BA36;
}

.lower_anchor__btn:hover .lower_anchor__arrow {
    transform: translateY(4px);
}

.lower_anchor__btn span img {
    display: block;
    transform: rotate(90deg);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(349deg) brightness(103%) contrast(101%);
}

.lower_anchor__arrow {
    width: 38px;
    aspect-ratio: 1 / 1;
    background-color: #94BA36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .lower_anchor {
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-wrap: wrap;
        gap: 1.6rem;
        padding: 4rem 2.2rem 0;


    }

    .lower_anchor__btn {
        font-size: 1.8rem;
    }

    .lower_anchor__arrow {
        width: 36px;
    }

}

/* 既存の .to-top を以下の内容で上書き */
.to-top {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    width: 7rem;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #94BA36;
    border: #94BA36 1px solid;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.to-top.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


.to-top a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.to-top img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(349deg) brightness(103%) contrast(101%);
    display: block;
    width: 22.92px;
    transform: rotate(-90deg);
}

.to-top:hover {
    transform: translateY(-8px);
    background-color: #89AD2B;
}

@media (max-width: 767px) {
    .to-top {
        width: 3.6rem;
        bottom: 6.8rem;
        right: 1.6rem;
    }

    .to-top img {
        width: 16.5px;
    }

    .to-top:hover {
        transform: none;
        background-color: #94BA36;
    }
}

/* テーブルの列見出し（thead）を視覚的に隠すための必須CSS */
.orthodontics_price {
    font-size: 1.8rem;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 2.4rem;
}

.orthodontics_price_table {
    width: 100%;
}

.orthodontics_price_head__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.orthodontics_price_group_title {
    background-color: #94BA36;
    border-radius: 12px 0 0 0;
    color: #FFF;
    padding: 2rem;
    font-weight: bold;
}

.orthodontics_price_item {
    border: #DBDBDB 1px solid;
    background-color: #F0F5E4;
    padding: 2rem;
    font-weight: 500;
    color: #675441;
    width: 54rem;
    vertical-align: middle;
}

.orthodontics_price_price {
    border: #DBDBDB 1px solid;
    background-color: #FFFFFF;
    padding: 2rem;
    color: #675441;
}


.orthodontics_price_row {
    width: 100%;
}

.orthodontics_price_note {
    margin-top: 3.2rem;
}

.orthodontics_risk {
    margin-top: 8rem;
    border-radius: 16px;
    border: #EAA264 2px solid;
}

.orthodontics_risk__head {
    background-color: #EAA264;
    padding: 1.4rem 4rem;
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    gap: 2rem;
    border-radius: 12px 12px 0 0;
    color: #FFF;
    align-items: center;
}

.orthodontics_risk__head img {
    width: 4rem;
    flex-shrink: 0;
    display: block;

}

.orthodontics_risk__list {
    padding: 3.2rem 4rem;
}

.orthodontics_risk__item {
    display: flex;
    align-items: baseline;
}

.orthodontics_risk__icon {
    width: 14px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    object-fit: contain;
    margin-right: 1.2rem;
}

@media (max-width: 1600px) {
    .orthodontics_price_item {
        width: 40rem;
    }
}

@media (max-width: 1023px) {
    .orthodontics_price {
        font-size: 1.6rem;
    }

    .orthodontics_price_item {
        width: 24rem;
    }

    .orthodontics_risk {
        margin-top: 6rem;
    }

    .orthodontics_risk__head {
        font-size: 1.8rem;
        padding: 1.2rem 3.2rem;
    }

    .orthodontics_risk__list {
        padding: 2.4rem;
        font-size: 1.6rem;
    }

}

@media (max-width: 767px) {
    .orthodontics_price {
        line-height: 1.875;
    }

    .orthodontics_price_table,
    .orthodontics_price_table tbody,
    .orthodontics_price_table tr,
    .orthodontics_price_table th,
    .orthodontics_price_table td {
        display: block;
        width: 100%;
    }

    .orthodontics_price_table th,
    .orthodontics_price_table td {
        text-align: left;
    }

    .orthodontics_price_group_title {
        padding: 1.6rem;
    }

    .orthodontics_price_item {
        padding: 1rem 1.6rem;
    }

    .orthodontics_price_price {
        padding: 1.6rem;
    }

    .orthodontics_risk {
        margin-top: 4rem;
    }

    .orthodontics_risk__head {
        font-size: 1.6rem;
        padding: 1rem 2.4rem;
        gap: 1rem;
    }

    .orthodontics_risk__head img {
        width: 3rem;
    }

    .orthodontics_risk__list {
        padding: 1.6rem 2.4rem;
        font-size: 1.4rem;
    }

    .orthodontics_risk__icon {
        width: 12px;
        margin-right: 0.8rem;
    }

    .orthodontics_risk__item {
        align-items: baseline;
    }
}

.guide_box {
    position: relative;
    padding-bottom: 14.45vw;
}

.guide_img__bg {
    position: relative;
    max-width: 765px;
    width: 100%;
    margin: 8rem auto 0rem;
    display: block;
    transform: translateX(-2rem);
    user-select: none;
    pointer-events: none;
}

.guide_img__bg-sp {
    display: none;
}

.guide_txt_wrap {
    position: absolute;
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 2;
}

.guide_txt_01 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;

}

.guide_txt_02 {
    font-size: 1.8rem;
    margin-top: 3rem;
}

.guide_txt_wrap>span {
    --marker-color: #F4F8EA;
    display: inline;
    padding: 0;
    background: radial-gradient(circle at calc(100% - 7px) calc(100% - 7px), var(--marker-color) 7px, transparent 7px), radial-gradient(circle at 7px calc(100% - 7px), var(--marker-color) 7px, transparent 7px),
        /* 上側をカード背景(#fff)で塗りつぶす */
        linear-gradient(to bottom, #fff calc(100% - 14px), transparent calc(100% - 14px)),
        /* 下側の横長帯＋左右の立ち上がり部分 */
        linear-gradient(to right, transparent 7px, var(--marker-color) 7px, var(--marker-color) calc(100% - 7px), transparent calc(100% - 7px));
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: bold;
}

@media (max-width: 1023px) {
    .guide_img__bg {
        max-width: 70rem;
    }

    .guide_txt_01 {
        font-size: 1.8rem;
    }

    .guide_txt_02 {
        font-size: 1.6rem;
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {

    .guide_img__bg {
        max-width: 100%;
        width: 35rem;
        transform: translateX(0);
        margin-top: 4rem;
    }

    .guide_img__bg-pc {
        display: none;
    }

    .guide_img__bg-sp {
        display: block;
    }

    .guide_txt_wrap {
        top: 6rem;
        width: max-content;
        line-height: 1.5;
    }

    .guide_txt_01 {
        font-size: 1.4rem;
    }

    .guide_txt_02 {
        font-size: 1.4rem;
        margin-top: 1.6rem;
    }
}



/* 
採用サイト
 */
.body_recruit .to-top {
    /* display: none; */
}

.body_recruit .header_logo {
    background-color: #EF845D;
}

.body_recruit .header_container {
    border: #EF845D 1rem solid;
}

.body_recruit .header_logo::before {
    background-image: url(../images/index/logo_bg_red.png);
}

.body_recruit .header_logo::after {
    background-image: url(../images/index/logo_bg_red.png);
}

.body_recruit .header_contact {
    background-color: #EF845D;
    color: #FFF;
    font-size: 4.8rem;
    padding: 8px 3rem 1.2rem 2.67rem;
    max-width: 42.5rem;
    transition: all 0.3s ease;
}

.body_recruit .header_contact_txt {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: normal;
}

.body_recruit .header_contact_tel {
    vertical-align: text-bottom;
    line-height: 1;
}

.body_recruit .header_contact.allnav_info__tel img {
    width: 4rem;
    vertical-align: text-bottom;
    margin-right: 1rem;

}



@media (max-width: 1600px) {
    .body_recruit .header_contact_tel {
        font-size: 2.8rem;
        vertical-align: super;
    }

    .body_recruit .header_contact.allnav_info__tel img {
        vertical-align: top;
    }

    .body_recruit .header_contact_txt {
        line-height: 1.5;
    }
}

@media (max-width: 1440px) {
    .body_recruit .header_contact {
        font-size: 4.2rem;
        max-width: 36rem;
        padding: 0px 2.5rem 0rem 2.22rem;
        right: 12rem;
    }

    .body_recruit .header_contact_txt {
        font-size: 1.4rem;
    }

    .body_recruit .header_contact_tel {
        font-size: 2.4rem;
    }

    .body_recruit .header_contact.allnav_info__tel img {
        width: 2.8rem;
        margin-right: 0.8rem;
    }
}

@media (max-width: 1279px) {
    .body_recruit .header_ham>span {
        background-color: #EF845D;
    }

    .body_recruit .header_ham {
        border: #EF845D 2px solid;
    }
}

@media (max-width: 1023px) {
    .body_recruit .header_contact {
        right: 8rem;
    }
}

@media (max-width: 767px) {
    .body_recruit .header_contact {
        right: 50%;
        transform: translateX(50%);
        max-width: calc(100% - 0rem);
        padding: 1rem 1.2rem 1.2rem;
        display: flex;
        align-items: center;
    }

    .body_recruit .header_contact_txt {
        display: inline-block;
        letter-spacing: -0.01em;
        line-height: 1.2857;
    }

    .body_recruit .header_contact_tel {
        letter-spacing: 0;
    }

    .body_recruit .header_contact.allnav_info__tel img {
        margin-left: 1.8rem;
        width: 2rem;
        margin-right: 4px;
    }
}


.body_recruit .header_ham__container {
    border: #EF845D 1rem solid;
}

.body_recruit .header_logo {
    max-width: 47.5rem;
}

.body_recruit .header_logo_txt {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 900;
    margin-left: 1.1rem;
}

.body_recruit {
    color: #392C28;
}

.body_recruit .header_logo img {
    vertical-align: text-bottom;
}

.body_recruit .header_nav {
    margin-left: 53.5rem;
}

.body_recruit .to-top {
    background-color: #EF845D;
    border: #EF845D 1px solid;
}

.header_contact_txt_br {
    display: none;
}

.body_recruit .allnav_info__box {
    border: #EF845D 1px solid;
}

.body_recruit .allnav_wrap .allnav_info__tel {
    color: #EF845D;
}

.body_recruit .allnav_nav__ul>li::before,
.body_recruit .allnav_nav__submenu>li a::before,
.body_recruit .has_submenu:hover .submenu li a::before {
    filter: invert(53%) sepia(55%) saturate(531%) hue-rotate(329deg) brightness(103%) contrast(87%);
}

.body_recruit .allnav_nav__submenu>li a:hover {
    color: #EF845D;
}

.body_recruit .allnav_nav__ul>li>a:hover {
    color: #EF845D;
}

.body_recruit ul.allnav_nav__ul {
    width: 26rem;
}

.body_recruit .lower_footer__slide {
    margin-top: 0;
}

.body_recruit .header_nav .en,
.body_recruit .header_nav>li:hover .jp,
.body_recruit .has_submenu:hover .submenu li a:hover {
    color: #EF845D;

}

@media (max-width: 1600px) {
    .header_contact_txt_br {
        display: block;
    }

}

@media (max-width: 1440px) {
    .body_recruit .header_logo img {
        width: 18rem;
    }

    .body_recruit .header_nav {
        margin-left: 42rem;
    }

    .body_recruit .header_logo {
        padding-right: 3rem;
    }

}

@media (max-width: 767px) {

    .header_logo_txt {
        display: block;
    }

    .body_recruit .header_logo_txt {
        margin-left: 38px;
        font-size: 1.2rem;
    }

    .body_recruit .header_logo {
        padding: 4px 14px 8px 2px;
    }

    .body_recruit .header_ham__container {
        border-width: 6px;
    }

    .body_recruit .header_container {
        border-width: 6px;
    }
    .body_recruit {
        .lower_footer {
            padding-bottom: 2rem;
        }
    }
}

/* =========================
  Recruit：Entry重なりでヘッダーを反転
  （追加CSSはこれ1つに統一）
========================= */

/* 反転アニメ（filter画像には付けない） */
.body_recruit .site-header .header_logo,
.body_recruit .site-header .header_logo_txt,
.body_recruit .site-header .header_contact,
.body_recruit .site-header .header_contact_txt,
.body_recruit .site-header .header_contact_tel,
.body_recruit .site-header .header_ham,
.body_recruit .site-header .header_ham p,
.body_recruit .site-header .header_ham>span {
    transition: all .3s ease;
}

/* filterを使う画像は “途中色が気持ち悪い” ので transition なし */
.body_recruit .site-header .header_logo img,
.body_recruit .site-header .header_contact img {
    transition: none;
}

/* header_ham 画像：通常はnormal、反転時はinvert（ホバー切替はしない） */
.body_recruit .site-header .header_ham-img--invert {
    opacity: 0;
}

.body_recruit .site-header.is-invert .header_ham-img--normal {
    opacity: 0;
}

.body_recruit .site-header.is-invert .header_ham-img--invert {
    opacity: 1;
}

/* ▼ 反転の本体（背景 #EF845D / 文字 #fff → 逆にする） */
.body_recruit .site-header.is-invert .header_logo,
.body_recruit .site-header.is-invert .header_contact {
    background-color: #fff;
}

.body_recruit .site-header.is-invert .header_logo_txt,
.body_recruit .site-header.is-invert .header_contact_txt,
.body_recruit .site-header.is-invert .header_contact_tel,
.body_recruit .site-header.is-invert .header_ham,
.body_recruit .site-header.is-invert .header_ham p {
    color: #EF845D;
}

/* ハンバーガー線（span）の色反転 */
.body_recruit .site-header.is-invert .header_ham>span {
    background-color: #EF845D;
}

/* 白アイコン（logo/phone等）を #EF845D に寄せる（※白ベース前提） */
.body_recruit .site-header.is-invert .header_logo img,
.body_recruit .site-header.is-invert .header_contact img {
    /* filter: brightness(0) saturate(100%) invert(85.8%) sepia(10.4%) saturate(5669%) hue-rotate(308.4deg) brightness(84.9%) contrast(125.3%); */
    filter: invert(53%) sepia(9%) saturate(3345%) hue-rotate(325deg) brightness(121%) contrast(87%);
}

@media (max-width: 1279px) {
    .body_recruit {
        .site-header.is-invert {
            .header_ham {
                border: #FFF 2px solid;

                >span {
                    background-color: #FFF;
                }
            }
        }
    }
}

.body_recruit .site-header .header_contact.is-invert {
    background-color: #FFF;

    .header_contact_txt,
    .header_contact_tel {
        color: #EF845D;
    }

    img {
        filter: invert(53%) sepia(9%) saturate(3345%) hue-rotate(325deg) brightness(121%) contrast(87%);
    }
}

/* 採用 */


.ttl_asset_03_en-16 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-left: 2.4rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    font-size: 1.6rem;
    color: #EF845D;
    width: fit-content;
}

.ttl_asset_03_en-16::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: #EF845D;
}

.ttl_asset_03_en-20 {
    font-size: 2rem;
}

.ttl_asset_03_jp-24 {
    font-weight: 500;
    line-height: 2;
    margin-top: 4rem;
    font-size: 2.4rem;
}

.ttl_asset_03_jp-32 {
    font-weight: 500;
    line-height: 2;
    margin-top: 1.2rem;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
}

.ttl_asset_03_en_img {
    width: 49px;
    margin-left: 2rem;

}

@media (max-width: 767px) {
    .ttl_asset_03_jp-24 {
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        line-height: 1.555555555555556;
    }

    .ttl_asset_03_jp-32 {
        font-size: 2.4rem;
    }

    .ttl_asset_03_en-20 {
        font-size: 1.6rem;
    }
}

/* インタビュー */
.interview {
    position: relative;
    background-color: #FDF4EF;
    padding-bottom: 12rem;
}

.interview .ttl_asset_03 {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.interview .ttl_asset_03_en-16 {
    margin: 0 auto;
}

.interview_movie {
    margin: 4rem auto 0;
    aspect-ratio: 951 / 535;
    width: 100%;
    max-width: 95.1rem;
    background-color: #DDDDDD;
}

.interview_movie_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.interview_list {
    --gap: 2.4rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gap);
    align-items: stretch;
    margin: 8rem auto 0;
    max-width: 1440px;
    width: calc(100% - 6rem);
}

@supports(selector(:has(*))) {
    .interview_list:has(> .interview_item:nth-child(2):last-child) {
        grid-template-columns: repeat(2, calc((100% - (var(--gap) * 2)) / 3));
        justify-content: center;
    }
}

.interview_item {
    background-color: #FFF;
    border-radius: 8px;
    transition: transform .3s ease;
}

.interview_item_img {
    width: 100%;
    border-radius: 8px;
}

.interview_item_wrap {
    padding: 2rem;
}

.interview_item_cat {
    padding: 6px 24px;
    background-color: #EF845D;
    color: #FFF;
    font-size: 1.8rem;
    border-radius: 8px;
    width: fit-content;
}

.interview_item_txt {
    margin-top: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    transition: color .3s ease;
}

.interview_item_name {
    font-size: 1.6rem;
    margin-top: 2rem;
}

.interview_item_arrow {
    position: relative;
    width: 38px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto 0;
}


.interview_item_arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #EF845D;
    transform: scale(1);
    transition: transform .3s ease;
    will-change: transform;
}

.interview_item_arrow img {
    position: relative;
    z-index: 1;
    transform: none;
    left: 0.4px;
}

.interview_item_arrow img {
    filter: invert(99%) sepia(44%) saturate(426%) hue-rotate(191deg) brightness(111%) contrast(100%);
}

@media (hover: hover) and (pointer: fine) {

    /* ホバー対象はカード全体でOK */
    .interview_item:hover .interview_item_arrow::before {
        transform: scale(1.1053);
        /* 38→42px 相当 */
    }

    .interview_item:hover {
        transform: translateY(-8px);
    }

    .interview_item:hover .interview_item_txt {
        color: #EF845D;
    }
}


@media (max-width: 1023px) {
    .interview {
        padding: 0 2.2rem 8rem;
    }

    .interview_list {
        grid-template-columns: 1fr;
        gap: 4rem;
        max-width: 500px;
    }
}

@media (max-width: 1023px) {
    @supports(selector(:has(*))) {
        .interview_list:has(> .interview_item:nth-child(2):last-child) {
            grid-template-columns: 1fr;
            justify-content: initial;
        }
    }
}

@media (max-width: 767px) {
    .interview {
        padding-top: 4rem;
    }

    .interview_list {
        margin-top: 6rem;
        width: 100%;
    }

    .interview_item_wrap {
        padding: 1.2rem 1.6rem 2.4rem;
    }

    .interview_item_arrow {
        margin-top: 2.4rem;
    }

    .interview {
        padding-bottom: 6rem;
    }
}

.recruit_landscape_img {
    width: 100vw;
    pointer-events: none;
    user-select: none;
}

.entry {
    padding-top: 6rem;
    padding-bottom: 14.4vw;
    background-color: #EF845D;
    border-radius: 40px 40px 0 0;
    margin-top: -1rem;
    position: relative;
}

.entry_container {
    max-width: 1440px;
    margin: auto;
    width: calc(100% - 6rem);
    display: flex;
    align-items: center;
}

.entry_img {
    width: 100%;
}

.entry_box {
    flex-shrink: 0;
    color: #FFF;
    margin-left: 10rem;
}

.entry_box .ttl_asset_03_en-16 {
    color: #FFF;
}

.entry_box .ttl_asset_03_en-16::before {
    background-color: #FFF;
}

.entry_txt {
    margin-top: 4rem;
    line-height: 2;
    font-size: 1.8rem;
}

.entry_info {
    margin-top: 6rem;
    background-color: #FFF;
    padding: 2rem 7.2rem;
    border-radius: 8px;
}

.entry_info p {
    color: #392C28;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.entry_info p span {
    display: flex;
    align-items: center;
}

.entry_info a {
    color: #EF845D;
}

@media (max-width: 1023px) {
    .entry_container {
        flex-direction: column;
        text-align: center;
    }

    .entry_img {
        max-width: 60rem;
        margin: auto;
    }

    .entry_box {
        margin-left: 0;
        margin-top: 4rem;
    }
}

@media (max-width: 767px) {
    .entry {
        padding-bottom: 6rem;
    }

    .ttl_asset_03_en_img {
        margin-left: 1.6rem;
    }

    .entry_container {
        width: calc(100% - 4.4rem);
    }

    .entry_container .ttl_asset_03_jp-32 {
        text-align: start;
        margin-top: 0.2rem;
    }

    .entry_txt {
        margin-top: 2.2rem;
        text-align: start;
    }

    .entry_info {
        margin-top: 4rem;
        padding: 2rem 2rem;
        line-height: 1.5;
    }

    .entry_info a {
        font-size: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .entry_info a img {
        width: 3.6rem;
        margin-right: 8px;
        margin-top: 6px;
    }
}


/* 募集要項 */
.recruit_info {
    margin-top: 12rem;
}

.recruit_info .ttl_asset_03 {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.recruit_info .ttl_asset_03_en-16 {
    margin: 0 auto;
    color: #417DB9;
}

.recruit_info .ttl_asset_03_en-16::before {
    background-color: #417DB9;
}

.recruit_info_container {
    background-color: #F5FAFF;
    margin-top: 4rem;
    padding: 10rem 0 13rem;
}

.recruit_info_wrap {
    max-width: 1440px;
    width: calc(100% - 6rem);
    margin: 0 auto;
    position: relative;
}

.recruit_info_box {
    border-top: 1px solid #417DB9;
    padding-top: 4rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
}

.recruit_info_ttl {
    position: absolute;
    background-color: #417DB9;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 8px;
    bottom: 100%;
    left: 0;
    border-radius: 8px 8px 0 0;
    min-width: 22rem;
    text-align: center;
}

.recruit_info_link {
    background-color: #FFF;
    border-radius: 20px;
    padding: 2.6rem 4rem;
    display: flex;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    border: #417db900 1px solid;

}

.recruit_info_link img {
    transition: all .3s ease;
    filter: invert(40%) sepia(95%) saturate(378%) hue-rotate(169deg) brightness(93%) contrast(81%);
}

.recruit_info_link:hover {
    border: #417DB9 1px solid;
    color: #417DB9;
}

.recruit_info_link:hover img {
    transform: translateX(8px);
}

.recruit_info_box:not(:first-child) {
    margin-top: 10rem;
}

@media (max-width: 1440px) {
    .recruit_info_link {
        padding: 2rem 3.2rem;
    }
}

@media (max-width: 1023px) {
    .recruit_info {
        margin-top: 4rem;
    }

    .recruit_info_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .recruit_info_container {
        padding: 6rem 0 8rem;
    }
}

@media (max-width: 767px) {
    .recruit_info_box:not(:first-child) {
        margin-top: 6rem;
    }

    .recruit_info_box {
        grid-template-columns: 1fr;
    }

    .recruit_info_box {
        gap: 2rem;
    }

    .recruit_info_ttl {
        min-width: 15rem;
    }

    .recruit_info_ttl {
        padding: 8px 24px;
    }
}



/* 採用ページ下層ヘッダー */
.lower_header04 {
    position: relative;
    padding-top: 13.38541666666667vw;
}

.lower_header04_head {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    gap: 1.5rem;
    padding-bottom: 4rem;
    /* 破線 */
    border-bottom: #EF845D 1px dashed;
    z-index: 3;
}

.lower_header04_head_img {
    width: 107px;
}

.lower_header04_ttl {
    font-size: 3.2rem;
    font-weight: 500;
    position: relative;
    width: fit-content;
}

.lower_header04_ttl img {
    position: absolute;
    bottom: 100%;
    right: 0px;
    width: 32px;
    transform: translateX(100%);
    pointer-events: none;
    user-select: none;
}

.lower_header04 .breadcrumb {
    margin-top: 1.6rem;
}

.lower_header04 .breadcrumb a {
    color: #EF845D;
}

@media (max-width : 1500px) {
    .lower_header04 {
        padding: 13.38541666666667vw 3rem 0;
    }
}

@media (max-width : 767px) {
    .lower_header04_head {
        padding-bottom: 2.4rem;
    }

    .lower_header04 {
        padding: 24vw 2.2rem 0;
    }

    .lower_header04_head_img {
        display: none;
    }

    .lower_header04_ttl {
        font-size: 2.4rem;
    }

    .lower_header04_ttl img {
        width: 24px;
        bottom: auto;
        top: -10px;
    }

    .lower_header04 .breadcrumb {
        line-height: 2;
    }
}

/*プロフィール*/
.body_recruit .profile {
    background-color: #FDF4EF;
}

.body_recruit .profile_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 6rem 0;
    display: flex;
    gap: 6rem;
    align-items: center;
}

.body_recruit .profile_box {
    flex-grow: 1;

}

.body_recruit .profile_txt_sub {
    margin-top: 4rem;
    font-family: "ta-koigokoro", sans-serif;
    text-align: center;
    width: 100%;
    padding-bottom: 6rem;
    border-bottom: #ACADB1 1px dashed;
    font-size: 3.2rem;
}

.body_recruit .profile_container img {
    max-width: 57.63888888888889%;
    border-radius: 8px;
}

.body_recruit .profile_txt_desc {
    margin-top: 6rem;
    margin-bottom: 3.2rem;
    line-height: 2;
    font-size: 1.8rem;
}

.body_recruit .profile_name {
    margin-top: 2rem;
    font-size: 2.4rem;
}

@media (max-width : 1500px) {
    .body_recruit .profile_container {
        padding: 6rem 3rem;
    }
}

@media (max-width : 1280px) {
    .body_recruit .profile_container {
        gap: 4rem;
    }

    .body_recruit .profile_container img {
        max-width: 46%;
    }

    .body_recruit .profile_txt_sub {
        font-size: 3.2rem;
        margin-top: 3.2rem;
        padding-bottom: 4rem;
    }

    .body_recruit .profile_txt_desc {
        margin: 4rem 0 2.4rem;
    }
}

@media (max-width : 1023px) {
    .body_recruit .profile_container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .body_recruit .profile_container img {
        max-width: 80%;
    }

    .body_recruit .profile_txt_sub {
        font-size: 2.4rem;
        margin-top: 2.4rem;
        padding-bottom: 3.2rem;
    }

    .body_recruit .profile_txt_desc {
        margin: 3.2rem 0 2rem;
    }

    .interview_item_cat {
        margin: 0 auto;
        display: inline-block;
        margin-right: 2rem;
    }

    .body_recruit .profile_name {
        display: inline-block;
        margin-top: 0;
    }
}

@media (max-width : 767px) {
    .body_recruit .profile_container {
        padding: 4rem 2.2rem;
    }

    .body_recruit .profile_container img {
        max-width: 100%;
    }

    .body_recruit .profile_txt_sub {
        font-size: 2rem;
        margin-top: 1.6rem;
        padding-bottom: 2.4rem;
    }

    .body_recruit .profile_txt_desc {
        font-size: 1.6rem;
        margin: 2.4rem 0 1.6rem;
    }

    .profile_txt .ttl_asset_03_en-20 {
        text-align: left;
        font-size: 1.4rem;
        white-space: nowrap;
    }

    .body_recruit .profile_name {
        font-size: 1.6rem;
    }

    .interview_item_cat {
        margin-right: 1.2rem;
    }

    .interview_item_cat {
        font-size: 1.4rem;
    }

    #ss .interview_item_cat {
        font-size: 1.2rem;
        padding: 6px 8px;
    }
}

/* qna */
.body_recruit .qna {
    position: relative;
    padding: 2rem 0 calc(12rem + 12.5vw);
}

.body_recruit .qna_container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;

}

.body_recruit .qna_box {
    display: flex;
    align-items: center;
    padding: 6rem 0;
    border-bottom: #ACADB1 1px dashed;

}

.body_recruit .qna_img {
    max-width: 48.83333333333333%;
    margin-right: 6rem;
    flex-shrink: 0;
}

.body_recruit .qna_question {
    line-height: 2;
    margin-top: 1rem;
    display: block;
    color: #EF845D;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 500;

}

.body_recruit .qna_answer {
    line-height: 2;
    margin-top: 3rem;
    font-size: 1.8rem;
}

.body_recruit .qna_img_right {
    width: 26.4rem;
    margin-left: 10.2rem;
    flex-shrink: 0;
}

.body_recruit .qna_answer>li {
    margin-top: 3rem;
}

.body_recruit .qna_answer>li h3 {
    font-weight: 500;
    font-size: 2rem;
}

.recruit_info_img {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 49px;
}

@media (max-width : 1500px) {
    .body_recruit .qna_container {
        padding: 0 3rem;
    }
}

@media (max-width : 1023px) {
    .body_recruit .qna_box {
        flex-direction: column;
    }

    .body_recruit .qna_img {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 4rem;
    }
}

@media (max-width : 767px) {
    .body_recruit .qna_img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 3.2rem;
    }

    .body_recruit .qna {
        padding: 2rem 0 calc(6rem + 12.5vw);
    }

    .body_recruit .qna_img_right {
        margin-left: 0;
        width: 100%;
        max-width: 26.4rem;
        margin-top: 4rem;
    }

    .body_recruit .qna_question {
        font-size: 1.6rem;
    }

    .body_recruit .qna_answer {
        font-size: 1.6rem;
        margin-top: 2rem;
    }

    .body_recruit .qna_answer>li h3 {
        font-size: 1.6rem;
    }

    .body_recruit .qna_box {
        padding: 4rem 0;
    }
}