@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap');

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 15px;
    color: #333333;
}

body {
    -webkit-text-size-adjust: 100%;
}

body.active {
    overflow: hidden;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    border: none;
    width: 100%;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}

a {
    cursor: pointer;
    transition: 0.7s;
}

a:hover {
    opacity: 0.5;
}

.flex-box {
    display: flex;
}

@media (min-width: 769px) {
    html {
        font-size: .7320644217vw;
    }
}


@media screen and (max-width: 768px) {
    br.pc {
        display: none;
    }

    br.sp {
        display: block;
    }
}

@media screen and (max-width: 768px) {}

.is-hidden {
  display: none !important;
}

/* =================================
共通
================================= */
.page-layout {
    display: flex;
    justify-content: space-between;
}

.main-content {
    margin-left: auto;
    position: relative;
    max-width: 110.3rem;
    width: 100%;
}

.more-btn {
    display: table;
    margin: 7rem auto 0;
}

.more-btn a {
    display: flex;
}

.more-btn .check_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.more-btn .check_wrap span.txt {
    background-color: #333333;
    color: #fff;
    border: 1px solid #333333;
    padding: 1.2rem 2.9rem 1.2rem 1.2rem;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: -0.6rem;
    position: relative;
    z-index: 100;
    transition: 0.4s;
}


.more-btn .check_wrap span.circle {
    width: 4.1rem;
    height: 4.1rem;
    background-color: #333333;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.more-btn .check_wrap span.circle span {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border: 1px solid #333333;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}


.more-btn .check_wrap span.circle_bg {
    background-color: #333333;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 4.1rem;
    height: 4.1rem;
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}

.more-btn span img {
    width: 0.75rem;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .main-content {
        margin-left: auto;
        max-width: 100%;
        width: 100%;
    }

    .more-btn .check_wrap span.txt {
        background-color: #333333;
        color: #fff;
        border: 1px solid #333333;
        padding: 9px 29px 11px 12px;
        font-size: 15px;
        display: block;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.05em;
        margin-right: -6px;
        position: relative;
        z-index: 100;
        transition: 0.4s;
    }

    .more-btn .check_wrap span.circle {
        width: 40px;
        height: 40px;
        background-color: #333333;
        border-radius: 50% 50%;
        display: flex;
        align-items: center;
        transition: 0.4s;
        justify-content: center;
        position: relative;
        z-index: 1000;
    }

    .more-btn .check_wrap span.circle_bg {
        background-color: #333333;
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        border-radius: 50% 50%;
        display: block;
        transition: 0.4s;
    }

    .more-btn .check_wrap span.circle span {
        width: 30px;
        height: 30px;
        background-color: #fff;
        border: 1px solid #333333;
        display: block;
        border-radius: 50% 50%;
        transition: 0.4s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .more-btn span img {
        width: 7.5px;
        height: auto;
        display: block;
    }

}



/* =================================
ヘッダー
================================= */
#header {
    position: fixed;
    left: 0;
    top:0;
    max-width: 26.3rem;
    width: 100%;
}

.side-header {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 26.3rem;
    width: 100%;
    height: 100svh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable both-edges;

    /* スクロールバー非表示 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge */
}

.side-header::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.header-content {
    padding-top: 10.8rem;
    max-width: 26.3rem;
    width: 100%;
}

.logo-text {
    max-width: 16.9rem;
    width: 100%;
    margin: 0 auto 2.6rem;
}

.logo-img {
    max-width: 18.2rem;
    width: 100%;
    margin: 0 auto;
}

.office-detail-box .tel {
    font-family: "Urbanist", serif;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0.4rem;
}

.office-detail-box .date-time {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.header-btn-box a {
    color: #fff;
    font-size: 1.8rem;
    background-color: #444444;
    display: block;
    max-width: 16.4rem;
    line-height: 1;
    padding: 0.9rem 0;
    text-align: center;
    border-radius: 2rem;
    margin: 1.3rem auto 0;
}

.header-group-logo {
    max-width: 16rem;
    width: 100%;
    margin: 2.5rem auto 2.4rem;
}

.office-detail-box .tel {
    font-family: "Urbanist", serif;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0.4rem;
}

#header .copy {
    font-family: "Urbanist", serif;
    font-size: 1rem;
    text-align: center;
}

.header-nav-area {
    margin-top: 2.9rem;
    margin-bottom: 2.4rem;
}

.cat-toggle-btn .txt ul {
    display: none;
}

#header .cat-list+.cat-list {
    margin-top: 0.8rem;
}

/* サブカテゴリがある場合 → .txt全体がクリック可能 */
.txt.has-sub {
  cursor: pointer;
}

.txt.has-sub + .circle_wrap {
    cursor: pointer;
}

.txt.has-sub > a {
  cursor: default; /* a部分だけはポインタにしない */
}

/* サブカテゴリがない場合 → aリンクだけクリック可能 */
.txt.no-sub > a {
  cursor: pointer;
}

.cat-toggle-btn.more_btn {
    max-width: 17.8rem;
    width: 100%;
    margin: 0 auto;
}

.cat-toggle-btn.more_btn .check_wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

.cat-toggle-btn .txt {
    display: block;
}

.cat-toggle-btn .txt a {
    cursor: pointer;
}

.cat-toggle-btn ul li {
    margin-top: 1rem;
}


.cat-toggle-btn.more_btn .check_wrap .txt {
    background-color: #fff;
    color: #444444;
    border: 1px solid #444444;
    padding: 0.8rem 0 0.8rem 1rem;
    font-size: 1.6rem;
    display: block;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: -0.6rem;
    position: relative;
    z-index: 100;
    transition: 0.4s;
    width: 100%;
}

.cat-toggle-btn.more_btn .check_wrap span.circle {
    width: 3.2rem;
    height: 3.2rem;
    background-color: #fff;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.cat-toggle-btn.more_btn .circle_wrap {
    position: relative;
}

.cat-toggle-btn.more_btn .check_wrap span.circle_bg {
    background-color: #444444;
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    width: calc(3.2rem + 2px);
    height: calc(3.2rem + 2px);
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}

.cat-toggle-btn.more_btn .check_wrap span.circle span {
    width: 2.3rem;
    height: 2.3rem;
    background-color: #fff;
    border: 1px solid #444444;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle_icon::before,
.toggle_icon::after {
    content: '';
    position: absolute;
    background-color: #444444;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}

.toggle_icon::before {
    top: 50%;
    width: 1.2rem;
    height: 1px;
    transform: translateY(-50%);
}


.toggle_icon::before,
.toggle_icon::after {
    content: '';
    position: absolute;
    background-color: #444444;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}
.open .toggle_icon::after {
    content:none;
}
.toggle_icon::after {
    top: 0;
    height: 1.2rem;
    bottom: 0;
    width: 1px;
}

.header-obj {
    position: absolute;
    z-index: -1;
}

.header-obj-top {
    max-width: 13.3rem;
    left: 6rem;
    top: 0;
    width: 100%;
}

.header-obj-center {
    max-width: 10.3rem;
    top: 34.3rem;
    left: 0;
    width: 100%;
}

.header-obj-bottom {
    max-width: 13.6rem;
    width: 100%;
    bottom: 0;
    right: 1.3rem;
}

.sp-header {
    display: none;
}

@media screen and (max-width: 768px) {
    .side-header {
        display: none;
    }

    .sp-header {
        top: 0;
        position: fixed;
        left: 50%;
        z-index: 1000;
        transform: translateX(-50%);
        display: block;
    }
    .active .sp-header,
    .sp-menu-openbtn-btn {
        top: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }
    .sp-menu-openbtn-btn {
        z-index: 10000;
    }
}



/* =================================
CONTACT
================================= */
.contact-area {
    background-color: #444444;
}

.contact-inner {
    padding: 10.5rem 15.5rem 7.3rem 10.8rem;
}

.contact-area h3 {
    max-width: 38.5rem;
    width: 100%;
    margin-bottom: 5.5rem;
}

.contact-flex {
    display: flex;
    justify-content: space-between;
}

.contact-tel {
    font-size: 4rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: "Urbanist", serif;
}

.reception-time {
    font-size: 1.4rem;
    color: #fff;
    margin-top: 0.4rem;
}

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

.contact-btn+.contact-btn {
    margin-top: 2.3rem;
}

.contact-btn a {
    text-align: center;
    display: block;
    max-width: 30rem;
    position: relative;
    width: 100%;
    padding: 2.1rem;
    background-color: #fff;
    font-size: 2rem;
}

.contact-btn a::before {
    content: '';
    display: block;
    position: absolute;
    left: 2.9rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/common/efila-black-icon.svg');
}

.contact-btn a::after {
    content: '';
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/common/black-right-arrow.svg');
}


@media screen and (max-width: 768px) {
    .contact-inner {
        padding: 78px 52px 62px 52px;
    }

    .contact-flex {
        display: block;
        justify-content: space-between;
    }

    .contact-area h3 {
        max-width: 197px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 54px
    }

    .contact-left {
        margin-bottom: 32px;
    }

    .contact-tel {
        text-align: center;
        font-size: 24px;
        line-height: 1;
        color: #fff;
        letter-spacing: 0.05em;
        font-family: "Urbanist", serif;
    }

    .reception-time {
        font-size: 11px;
        text-align: center;
        color: #fff;
        margin-top: 8px;
    }

    .contact-btn+.contact-btn {
        margin-top: 20px;
    }

    .contact-btn a {
        text-align: center;
        display: block;
        max-width: 270px;
        margin: 0 auto;
        position: relative;
        width: 100%;
        padding: 20px 0;
        font-size: 16px;
        background-color: #fff;
    }

    .contact-btn a::before {
        content: '';
        display: block;
        position: absolute;
        left: 26px;
        top: 50%;
        transform: translateY(-50%);
        width: 23px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/common/efila-black-icon.svg);
    }

    .contact-btn a::after {
        content: '';
        display: block;
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/common/black-right-arrow.svg);
    }
    .contact-right {
    margin: 0 auto;
    width: 100%;
}
}

/* =================================
サービスロゴ
================================= */
.service-info-inner {
    padding: 7.5rem 15.5rem 6.5rem 10.8rem;
}

.service-info-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-info-area p {
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.service-info-area .service-logo {
    max-width: 32.4rem;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .service-info-inner {
        padding: 36px 18px 40px 18px;
    }

    .service-info-flex {
        display: block;
        align-items: center;
        justify-content: space-between;
    }

    .service-info-area p {
        font-size: 2rem;
        line-height: 3.2rem;
        letter-spacing: 0.05em;
    }

    .service-info-area p {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        line-height: 24px;
        letter-spacing: 0.05em;
    }

    .service-info-area .service-logo {
        max-width: 206px;
        width: 100%;
        margin: 36px auto 0;
    }
}

/* =================================
フッター
================================= */
#footer {
    border-top: 1px solid #EAEAEA;
}

.footer-top {
    padding-top: 4.8rem;
    padding-bottom: 7.2rem;
}

.footer-top-inner {
    padding-left: 10.8rem;
}

.footer-top .category-flex {
    display: flex;
    gap: 4.8rem 17.3rem;
    flex-wrap: wrap;
}
.footer-top .category-flex{
  --col: 18rem;  /* 1列の幅（お好みで調整） */
  --cgap: 10rem;  /* 列間の間隔 */

  display: grid;
  grid-template-columns: repeat(3, minmax(0, var(--col))); /* 常に3列 */
  column-gap: var(--cgap);
  row-gap: 4.8rem;

  justify-content: start; /* 左寄せ */
  width: min(100%, calc(var(--col) * 3 + var(--cgap) * 2)); /* 必要分だけの横幅 */
  margin: 0;   /* 中央寄せを防止 */
}
#footer .category-list{
  width: auto;
  max-width: none;
  justify-self: start; /* 各アイテムも左寄せ */
}
#footer .category-list h3 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

/* 直後に ul がある場合だけ余白を付ける */
#footer .category-list h3:has(+ ul) {
  margin-bottom: 1.6rem;
}


#footer .category-list ul li {
    line-height: 1;
}

#footer .category-list ul li a {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
}

#footer .category-list ul li+li {
    margin-top: 1.2rem;
}

.footer-bottom {
    padding-top: 4.2rem;
    padding-bottom: 4.6rem;
    border-top: 1px solid #EAEAEA;
}

.footer-bottom-inner {
    display: flex;
    padding-left: 10.8rem;
    padding-right: 15.5rem;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-logo {
    max-width: 19.2rem;
    width: 100%;
}

.footer-bottom .copy {
    font-size: 1rem;
    letter-spacing: 0.05em;
    font-family: "Urbanist", serif;
    color: #444444;
}

@media screen and (max-width: 768px) {
    .footer-top {
        padding-top: 40px;
        padding-bottom: 47px;
    }

    .footer-top-inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .footer-top .category-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 55px; /* row 40 / column 55 */
        margin: 0 auto;
        max-width: 293px;
        width: 100%;
    }

    .footer-bottom {
        padding-top: 47px;
        padding-bottom: 72px;
        border-top: 1px solid #EAEAEA;
    }

    .footer-bottom-inner {
        display: block;
        padding-left: 0;
        padding-right: 0;
        align-items: flex-end;
        justify-content: space-between;
    }

    .footer-logo {
        max-width: 164px;
        margin: 0 auto;
        width: 100%;
    }

    .footer-bottom .copy {
        font-size: 10px;
        margin-top: 28px;
        text-align: center;
        color: #444444;
    }
    .footer-top .category-flex > .category-list {
        box-sizing: border-box;
        flex: 0 0 calc((100% - 55px) / 2); /* gapぶんを引いて2等分 */
        max-width: calc((100% - 55px) / 2);
        min-width: 0; /* はみ出し防止 */
    }
    #footer .category-list h3 {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
    }
    /* ul が存在しない category-list 内の h3 のみ margin-bottom を 0 に */
    #footer .category-list:not(:has(ul)) h3 {
    margin-bottom: 0;
    }
    #footer .category-list ul li a {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.1em;
    }

    #footer .category-list ul li+li {
        margin-top: 16px;
    }
    .footer-top .category-flex { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* =================================
追従最下部ボタン
================================= */
.follow_btn_lists {
    display: none;
    z-index: 9999;
}

@media screen and (max-width: 768px) {

    .follow_btn_lists {
        display: flex;
        bottom: 0;
        padding: 9px 0;
        width: 100%;
        background-color: #fff;
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
        z-index: 10000;
        justify-content: center;
        gap: 0 8px;
    }
    .follow_btn_lists.active {
        display: none !important;
    }
    .f_btn_list {
        max-width: 112px;
        width: 100%;
    }

    .f_btn_list a {
        font-size: 13px;
        text-align: center;
        background-color: #444444;
        color: #fff;
        line-height: 1;
        padding: 8px 0 9px;
        max-width: 112px;
        width: 100%;
        display: block;
        border-radius: 20px;
    }
}

/* =================================
ハンバーガーメニュー
================================= */


.openbtn span {
    display: block;
    height: 0.2rem;
    background-color: #AACF52;
    position: absolute;
}

.openbtn span:nth-of-type(1) {
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
}

.openbtn span:nth-of-type(2) {
    top: 2.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
}

.openbtn.active span:nth-of-type(1) {
    top: 2rem;
    transform: translateX(-50%) translateY(50%) rotate(-160deg);
}

.openbtn.active span:nth-of-type(2) {
    top: 2rem;
    transform: translateX(-50%) translateY(50%) rotate(160deg);
}


@media screen and (max-width: 768px) {
    .header-right-menu-box {
        height: 48px;
        width: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .openbtn span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #AACF52;
        transition: 0.8s ease;
    }

    .openbtn span:first-child {
        top: 0;
    }

    .openbtn span:last-child {
        bottom: 0;
    }

    .menu-text {
        max-width: 47px;
        width: 100%;
        line-height: 1;
        font-family: "Urbanist", serif;
        font-size: 17px;
        margin: 0 auto;
        text-align: center;
    }

    /* バツに変形 */
    .openbtn.active span:first-child {
        transform: rotate(45deg);
        top: 13px;
    }

    .openbtn.active span:last-child {
        transform: rotate(-45deg);
        bottom: 13px;
    }

    .openbtn {
        width: 100%;
        height: 37px;
    }

    .openbtn_wrap {
        position: relative;
        width: 69px;
        height: 58px;
        background-color: #fff;
    }
    .sp-menu-openbtn-btn .openbtn_wrap {
        background: none;
    }
    .openbtn span {
        display: block;
        height: 2px;
        position: absolute;
    }

    .openbtn span:nth-of-type(1) {
        top: 17px;
        left: 50%;
        width: 48px;
    }

    .openbtn span:nth-of-type(2) {
        top: 26px;
        left: 50%;
        width: 48px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        width: 48px;
        transform: translateX(-50%) translateY(6px) rotate(-190deg);
    }

    .openbtn.active span:nth-of-type(2) {
        top: 30px;
        width: 48px;
        transform: translateX(-50%) translateY(-6px) rotate(190deg);
    }

    .sp-header .openbtn.active+.menu-text {
        display: none;
    }
    .sp-menu-openbtn-btn .openbtn span {
        background-color: #fff;
    }
    .service-logo {
        max-width: 205px;
        width: 100%;
        margin: 0 auto 39px;
    }
    .overlay_menu .sp_menu {
        max-width: 205px;
        margin: 0 auto;
        width: 100%;
    }
    .overlay_menu .sp_menu+.sp_menu {
        margin-top: 10px;
    }
}





/* =================================
SPメニュー表示
================================= */

.overlay_menu {
    opacity: 0;
    transition: 0.7s;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.overlay_menu.active {
    opacity: 1;
    background-color: rgba(136, 136, 136, 0.65);
    background-blend-mode: multiply;
    pointer-events: all;
}

.overlay_menu_inner {
    position: relative;
    padding-left: 0;
    background-color: #fff;
}

.overlay_menu_inner h3 {
    padding-top: 8.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.sp_menu__nav_area {
    padding-left: 12.2rem;
    padding-top: 16.4rem;
}

.sp_nav_top .flex_box {
    display: flex;
}

.sp_menu_list+.sp_menu_list {
    margin-left: 11.5rem;
}

.sp_menu_list+.sp_menu_list_right {
    margin-left: 56px;
}

.sp_menu_ttl h4 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-bottom: 1.6rem;
}

.sp_menu_list li a {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}

.sp_menu_list li+li {
    margin-top: 1rem;
}

.sp_menu__sns_box {
    display: flex;
    position: absolute;
    left: 11.8rem;
    bottom: 4.8rem;
    gap: 0 4rem;
}

.sns_icon.tiktok {
    max-width: 2.9rem;
    width: 100%;
}

.sns_icon.insta {
    max-width: 3.3rem;
    width: 100%;
}

.sns_icon.x {
    max-width: 2.8rem;
    width: 100%;
}

.sp_menu_ul_bottom {
    margin-top: auto;
}

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

.sp_menu_recruit .sp_menu_ttl h4 {
    margin-bottom: 0;
}

.sp_menu_recruit_ul_01 {
    margin-left: 22rem;
}

.sp_menu_recruit_ul_02 {
    margin-left: 18.3rem;
}

.sp_menu_external {
    margin-top: 5.4rem;
}

.sp_menu_external ul {
    display: flex;
}

.sp_menu_external ul li+li {
    margin-left: 8.5rem;
}

.sp_menu_external a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.sp_menu_external li {
    display: table;
    padding-right: 2rem;
    background-repeat: no-repeat;
    background-size: 1.2rem 1.2rem;
    background-position: right center;
    background-image: url('../images/common/external-black-icon.svg');
}

.sp_menu_copy {
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 11.3rem;
    font-family: "Urbanist", serif;
    letter-spacing: 0.05em;
    text-align: right;
}

.sp_menu_toggle_btn.more_btn {
    margin: 0;
    width: 100%;
}

.sp_menu_toggle_btn.more_btn .check_wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: relative;
}

.sp_menu_toggle_btn.more_btn .check_wrap .txt {
    background-color: #ffffff;
    color: #444444;
    border: 1px solid #444444;
    padding: 8px 20px 8px 10px;
    font-size: 18px;
    display: block;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: -6px;
    position: relative;
    z-index: 100;
    transition: 0.4s;
    width: 100%;
}


.sp_menu_toggle_btn.more_btn .check_wrap span.circle {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.sp_menu_toggle_btn.more_btn .check_wrap span.circle span {
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border: 1px solid #444444;
    display: block;
    border-radius: 50% 50%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_menu_toggle_btn.more_btn .check_wrap span.circle_bg {
    background-color: #444444;
    position: absolute;
    right: -1px;
    top: -1px;
    content: '';
    width: calc(36px + 2px);
    height: calc(36px + 2px);
    border-radius: 50% 50%;
    display: block;
    transition: 0.4s;
}

.sp_menu_toggle_btn ul li a {
    font-size: 14px;
    color: #444444;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1;
}

.sp_menu_toggle_btn ul {
    padding-bottom: 10px;
}

.sp_menu_toggle_btn ul li {
    margin-top: 16px;
}

.sp_menu_toggle_btn .txt ul {
    display: none;
}

.sp_menu_toggle_btn .txt {
    display: block;
    /* または inline-block */
    cursor: pointer;
}

.sp_menu_people,
.sp_menu_system,
.sp_menu_recruit {
    margin-top: 24px;
}

.sp_menu_toggle_btn .toggle_icon::before,
.sp_menu_toggle_btn .toggle_icon::after {
    content: '';
    position: absolute;
    background-color: #444444;
    left: 0;
    right: 0;
    height: 1px;
    margin: auto;
    transition: 0.3s;
}

/* 横棒（常に表示） */
.sp_menu_toggle_btn .toggle_icon::before {
    top: 50%;
    width: 16px;
    transform: translateY(-50%);
}

/* 縦棒（初期：表示＝＋） */
.sp_menu_toggle_btn .toggle_icon::after {
    top: 0;
    height: 16px;
    bottom: 0;
    width: 1px;
}

.sp_menu__nav_area.sp {
    display: none;
}

.sp_menu_box+.sp_menu_box {
    margin-top: 6.1rem;
}

.sp-menu-ttl {
    display: none;
}


@media screen and (max-width: 768px) {
    .overlay_menu {
        opacity: 0;
        padding-left: 13px;
        padding-right: 12px;
        padding-bottom: 20px;
        transition: 0.7s;
        position: fixed;
        overflow: auto;
        width: 100%;
        height: 100%;
        z-index: 1001;
        pointer-events: none;
        z-index: 9999;
    }

    .overlay_menu_inner {
        position: relative;
        background-color: #fff;
        padding-bottom: 22px;
    }

    .overlay_menu_inner h3 {
        padding-top: 56px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.05em;
    }

    .sp_menu__nav_area {
        padding-left: 0;
        padding-top: 19px;
    }

    .sp_nav_top .flex_box {
        display: block;
    }
    .sp_menu_info {
        margin-top: 23px;
    }
    .sp_menu_tel {
        font-size: 22px;
        font-family: "Urbanist", serif;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.05em;
    }
    .reception-hours {
        font-size: 11px;
        text-align: center;
    }
    .sp_menu_copy {
        font-size:11px;
        text-align: center;
        font-weight: 400;
        margin-top: 18px;
        font-family: "Urbanist", serif;
        letter-spacing: 0.05em;
        z-index: 2;
        position: relative;
    }

    .sp_menu_links {
        margin-top: 35px;
        display: flex;
    }

    .sp_menu_links a {
        font-size: 14px;
    }

    .sp_menu_links a+a {
        margin-left: 48px;
    }

    .sp_menu_btns {
        margin-top: 15px;
    }

    .sp_menu+.sp_menu {
        margin-top: 24px;
    }

    .sp_menu_black_btn {
        color: #fff;
        border-radius: 25px;
        display: block;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.1em;
        max-width: 200px;
        margin: 0 auto;
        width: 100%;
        padding: 5px 35px 7px 30px;
        background-color: #444444;
    }
    .sp_menu_black_btn + .sp_menu_black_btn {
        margin-top: 12px;
    }
    .sp_menu__nav_area.sp {
        display: block;
        position: relative;
        z-index: 2;
    }

    .sp-menu-ttl {
        max-width: 169px;
        width: 100%;
        margin: 0 auto 26px;
        display: block;
    }

    .sp_menu_toggle_btn ul {
        padding-bottom: 0;
    }

    .sp_menu_toggle_btn.open .toggle_icon::after {
        opacity: 0;
    }

    .sp_menu_toggle_btn.more_btn.open .check_wrap .txt {
        padding: 8px 20px 24px 10px;
    }
    #sp_menu .efila-logo {
        max-width: 185px;
        margin: 26px auto 0;
        position: relative;
        z-index: 2;
        text-align: center;
        width: 100%;
    }
    .sp-menu-obj {
        position: absolute;
        z-index:1;
    }
    .sp-menu-obj-top {
        width: 100%;
        top:190px;
        max-width: 88px;
        right:0;
    }
    .sp-menu-obj-center {
        left: 0;
        top:323px;
        width: 100%;
        max-width: 120px;
    }
    .sp-menu-obj-bottom {
        bottom:0;
        width: 100%;
        max-width: 112px;
        right:18px;
    }
}