@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: 1.5rem;
    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) {}

.grecaptcha-badge { visibility: hidden; }

.recaptcha-text {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    max-width: 84rem;
    width: 100%;
    margin: 3rem auto 0;
}
.recaptcha-text a {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
.recaptcha-text {
    margin-top: 30px;
    font-size: 14px;
    max-width: 100%;
    padding: 0 20px;
    line-height: 20px;
}
}

/* =================================
ヘッダー
================================= */
#header {
    width: 100%;
    z-index: 10002;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0.9rem;
    margin-top: 0;
    top: 1.2rem;
    max-width: 100%;
}

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

.header_white__box {
    width: calc(100% - 6rem - 1rem);
    padding: 1.4rem 2rem 1.4rem 2.6rem;
    position: relative;
    background-color: #fff;
}

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

.efila_logo {
    width: 100%;
    max-width: 14.1rem;
}
.header-ttl {
    font-size: 1.8rem;
    margin-left: 3rem;
    padding-left: 3rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
    line-height: 1;
    border-left: 1px solid #333333;
}
.efila_recruit {
    border-left: 1px solid #333333;
    margin-left: 3.25rem;
    padding-left: 3.05rem;
    width: 100%;
    max-width: 16.3rem;
}

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

.g_nav li {
    margin-left: 12px;
    display: block;
}

.g_nav li a {
    line-height: 1;
    border-radius: 1.8rem;
    padding: 0.9rem 2.8rem 1.1rem;
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    background-color: #444444;
}

.g_nav {
    display: flex;
}


@media screen and (max-width: 768px) {
    #header {
        width: 100%;
        position: fixed;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        max-width: 100%;
        left: 0;
        top: 6px;
    }

    .header_white__box {
        width: calc(100% - 46px);
        max-width: 100%;
        position: relative;
        background-color: #fff;
        padding: 0;
    }

    .header__inner {
        padding: 14px 0 14px 17px;
        border: 1px solid #EAEAEA;
        border: none;
        position: relative;
        z-index: 2;
    }

    .efila_logo {
        width: 100%;
        max-width: 88px;
        font-size: 0;
    }
    .header-ttl {
        font-size: 14px;
        margin-left: 18px;
        padding-left: 18px;
        letter-spacing: 0.1em;
        line-height: 1;
        border-left: 1px solid #333333;
    }
    .efila_recruit {
        border-left: 1px solid #333333;
        margin-left: 19px;
        padding-left: 19px;
        width: 100%;
        font-size: 0;
        max-width: 126px;
    }
}


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

.openbtn_wrap {
    margin-right: 0;
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    border-radius: 50% 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.openbtn {
    position: relative;
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    background-color: #444444;
    border-radius: 50%;
    display: flex;
}

.openbtn span {
    display: block;
    height: 0.2rem;
    background-color: #fff;
    position: absolute;
    transition: 0.6s;
}

.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;
    background: #fff;
    transform: translateX(-50%) translateY(50%) rotate(-160deg);
}

.openbtn.active span:nth-of-type(2) {
    top: 2rem;
    background: #fff;
    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_wrap {
        margin-right: -40px;
        width: 48px;
        height: 48px;
        background-color: #fff;
        border-radius: 50% 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }

    .openbtn_circle_bg {
        border: 1px solid #EAEAEA;
        border: none;
        margin-right: -40px;
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 50% 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -1px;
        display: flex;
        z-index: -1;
        align-items: center;
        justify-content: center;
    } 

    .openbtn {
        position: relative;
        cursor: pointer;
        height: 36px;
        width: 36px;
        background-color: #444444;
        border-radius: 50%;
        display: flex;
    }

    .openbtn span {
        display: block;
        height: 2px;
        background-color: #fff;
        position: absolute;
    }

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

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

    #sp-menu.active .openbtn {
        position: absolute;
        right: 27px;
        height: 10px;
        width: 43px;
        top: 20px;
        cursor: pointer;
        z-index: 10002;
        display: block;
        pointer-events: auto;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 10px;
        width: 16px;
        background: #fff;
        transform: translateX(-50%) translateY(6px) rotate(-160deg);
    }

    .openbtn.active span:nth-of-type(2) {
        top: 22px;
        background: #fff;
        width: 16px;
        transform: translateX(-50%) translateY(-6px) rotate(160deg);
    }

    .nav__box {
        display: none;
    }
}
/* =================================
採用情報　エリア
================================= */
.recruit_area {
    background-color: #FDFD60;
    position: relative;
    padding-top: 11rem;
    padding-bottom: 10.4rem;
}


.recruit_area h3 {
    max-width: 84rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.recruit_area h3 .ja {
    position: absolute;
    left: calc(50% + 2rem);
    transform: translateX(-50%);
    max-width: 18rem;
    bottom:-4.2rem;
}

.recruit_area h3 {
    margin-bottom: 8.8rem;
}

.recruit__yellow_circle {
    position: absolute;
    top: -3.1rem;
    width: 100%;
    z-index:1001;
}



.custom-button {
    display: flex;
    margin: 0 auto;
    align-items: center;
    box-shadow: 4px 4px 0 #ccc;
    border-radius: 12px;
    overflow: hidden;
    width: fit-content;
    cursor: pointer;
    font-family: sans-serif;
}

.circle-part {
    width: 13rem;
    height: 13rem;
    background: #fef93f;
    border-radius: 50%;
    border: 4px solid white;
    margin-left: 10px;
    margin-right: -20px;
    /* 四角とつなげるため */
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px #aaa inset;
}

.circle-part img {
    width: 40px;
    height: 40px;
}

.recruit_box {
    position: relative;
}

.rectangle-part {
    background: #fff;
    padding: 20px 24px 20px 40px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 0 12px 12px 0;
    z-index: 0;
}

.recruit_obj_01 {
    position: absolute;
    max-width: 8.4rem;
    top: -11.2rem;
    width: 100%;
    right: 11rem;
}

.recruit_obj_02 {
    top: 16.4rem;
    position: absolute;
    left: 7.1rem;
    max-width: 10rem;
    width: 100%;
}

.recruit_obj_03 {
    top: 18.1rem;
    position: absolute;
    max-width: 6.2rem;
    width: 100%;
    right: 30.8rem;
}

.recruit_btn_wrap {
    max-width: 99.7rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 2.4rem;
    justify-content: center;
}

.recruit_btn {
    max-width: 46rem;
    width: 100%;
}

.recruit_link_wrap {
    padding-bottom: 0;
    display: flex;
    margin: 4rem auto 0;
    gap: 2rem 1.4rem;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 61.3rem;
    width: 100%;
}

.recruit_link {
    max-width: 18.8rem;
    width: 100%;
}

.recruit_people_01 {
    z-index: 1002;
    max-width: 27.3rem;
    position: absolute;
    left: 9.8rem;
    bottom: -3.6rem;
    width: 100%;
}

.recruit_people_02 {
    bottom: 5.7rem;
    position: absolute;
    right: 5.3rem;
    max-width: 19.1rem;
    width: 100%;
}

.recruit__yellow_circle .sp {
    display: none;
}

.recruit_area h3 .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .recruit_area {
        padding-top: 55px;
        padding-bottom: 110px;
    }

    .recruit_box {
        width: auto;
        margin: 0 auto;
        display: table;
    }

    .recruit__yellow_circle .pc {
        display: none;
    }

    .recruit__yellow_circle .sp {
        display: block;
    }

    .recruit_area::before {
        content: none;
    }

    .recruit_area::after {
        content: none;
    }

    .recruit_btn {
        max-width: 252px;
        width: 100%;
    }

    .recruit_btn_wrap {
        max-width: 231px;
        width: 100%;
        margin: 0 auto 0 auto;
        display: flex;
        transform: translateX(-10px);
        flex-wrap: wrap;
        gap: 10px 0;
        justify-content: center;
    }

    .recruit_area h3 {
        max-width: 100%;
        width: auto;
        position: relative;
        display: table;
        margin-bottom: 55px;
    }

    .recruit_area h3 .pc {
        display: none;
    }

    .recruit_area h3 .sp {
        display: block;
    }

    .recruit_area h3 .sp.en {
        max-width: 224px;
        width: 100%;
        margin: 0 auto;
    }

    .recruit_area h3 .sp.ja {
        max-width: 112px;
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -34px;
    }

    .recruit_people_01 {
        max-width: 122px;
        position: absolute;
        left: -10px;
        top: auto;
        bottom:0;
        bottom: -50px;
        width: 100%;
        z-index: 1002;
    }

    .recruit_people_02 {
        bottom: auto;
        top: 225px;
        position: absolute;
        right: 0;
        max-width: 80px;
        width: 100%;
    }

    .recruit_link_wrap {
        padding-bottom: 0;
        display: flex;
        margin: 28px auto 0;
        gap: 10px 8px;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 277px;
        width: 100%;
    }

    .recruit_link {
        max-width: 132px;
        width: 100%;
    }

    .recruit_obj_01 {
        position: absolute;
        max-width: 42px;
        top: -45px;
        width: 100%;
        right: -28px;
    }

    .recruit_obj_02 {
        top: auto;
        bottom: 150px;
        position: absolute;
        left: -35px;
        max-width: 50px;
        width: 100%;
    }

    .recruit_obj_03 {
        top: auto;
        bottom:-32px;
        position: absolute;
        max-width: 31px;
        width: 100%;
        right: -5px;
        left: auto;
    }

    .recruit__yellow_circle {
        position: absolute;
        width: calc(100vw * (530 / 375));
        aspect-ratio: 463 / 366;
        left: 50%;
        top: calc(-66px * (100vw / 375)); /* ← 375px時の -66px を拡大 */
        transform: translateX(-50%);
    }

.recruit__yellow_circle {
  position: absolute;
  width: calc(100vw * (530 / 375));
  aspect-ratio: 463 / 366;
  left: 50%;
  transform: translateX(-50%);
}


}

/* 375px以下 */
@media screen and (max-width: 375px) {
  .recruit__yellow_circle {
    top: -80px;
  }
}

/* 414pxくらいまで */
@media screen and (min-width: 376px) and (max-width: 414px) {
  .recruit__yellow_circle {
    top: -80px;
  }
}

/* 415px以上〜768pxまで */
@media screen and (min-width: 415px) and (max-width: 768px) {
  .recruit__yellow_circle {
    top: -80px;
  }
}
/* =================================
SNS　エリア
================================= */
.sns_area {
    position: relative;
    padding-top: 7.6rem;
    padding-bottom: 7.9rem;
}

.sns_area h3 {
    max-width: 37.2rem;
    width: 100%;
    display: table !important;
    margin: 0 auto;
    position: relative;
    z-index: 1003;
}

.sns_btn_box {
    max-width: 106.3rem;
    width: 100%;
    gap: 0 16.8rem;
    display: flex;
    position: relative;
    margin: -1.5rem auto 0;
    z-index: 1003;
}

.sns_btn {
    max-width: 45.8rem;
    width: 100%;
}

.tiktok_txt,
.insta_txt {
    display: block;
    margin-left: auto;
    margin-top: 1.4rem;
}

.tiktok_txt {
    max-width: 17.3rem;
    width: 100%;
    margin-right: 10rem;
}

.insta_txt {
    max-width: 29rem;
    width: 100%;
    margin-right: 4rem;
}

.sns_obj_01 {
    left: -8rem;
    position: absolute;
    max-width: 12.6rem;
    width: 100%;
    bottom: -4.3rem;
}

.sns_obj_02 {
    top: -12.1rem;
    right: 0;
    position: absolute;
    max-width: 12.6rem;
    width: 100%;
}

.sns_people {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 12rem;
    width: 100%;
    bottom: -1rem;
    z-index: 1003;
}

.sns_obj_01 .sp,
.sns_obj_02 .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .sns_area {
        position: relative;
        padding-top: 0;
        padding-bottom: 43px;
    }

    .sns_people {
        position: absolute;
        left: auto;
        right: 4px;
        transform: translateX(0);
        max-width: 57px;
        width: 100%;
        bottom: 0;
    }

    .sns_btn_box {
        max-width: 250px;
        width: 100%;
        gap: 8px 0;
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        position: relative;
        margin: 0 auto 0;
    }

    .sns_btn {
        max-width: 250px;
        width: 100%;
        margin: 0 auto; 
        position: relative;
        left: -10px;
        position: relative;
    }

    .tiktok_txt,
    .insta_txt {
        display: block;
        margin-left: auto;
        margin-top: 0;
    }

    .tiktok_txt {
        max-width: 73px;
        width: 100%;
        margin-right: 0;
        position: absolute;
        right: 6px;
        top: -20px;
        font-size: 0;
    }

    .insta_txt {
        max-width: 122px;
        width: 100%;
        margin-right: 12px;
        font-size: 0;
        margin-left: 63px;
        margin-right: auto;
        margin-top: 4px;
    }

    .sns_area h3 {
        max-width: 100px;
        width: 100%;
        margin: 0 auto 31px;
    }

    .sns_obj_01 .pc,
    .sns_obj_02 .pc {
        display: none;
    }

    .sns_obj_01 .sp,
    .sns_obj_02 .sp {
        display: block;
    }

    .sns_obj_01 {
        left: auto;
        right: -48px;
        position: absolute;
        max-width: 67px;
        width: 100%;
        top: -60px;
        bottom: auto;
    }

    .sns_obj_02 {
        top: auto;
        bottom: -18px;
        right: auto;
        left: -42px;
        position: absolute;
        max-width: 80px;
        width: 100%;
    }
}


/* =================================
フッター
================================= */
#footer {
    position: relative;
    z-index: 1005;
    overflow: hidden;
    background-color: #333333;
    padding-top: 7.8rem;
    padding-bottom: 5rem;
}

.ft__inner {
    max-width: 125.6rem;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.ft_efila__logo {
    max-width: 24.9rem;
    width: 100%;
}

.ft_recruit__logo {
    margin-top: 3.1rem;
    max-width: 12.4rem;
    width: 100%;
}

.ft_left_box h3 {
    margin-top: 3.1rem;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
}

#footer .sns_box {
    margin-top: 21.8rem;
    margin-bottom: 6.4rem;
    display: flex;
    gap: 0 3rem;
}

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

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

.ft-bottom {
    margin-top: 8.9rem;
}

.ft-bottom .flex-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.page-top {
    position: absolute;
    max-width: 4.8rem;
    width: 100%;
    cursor: pointer;
    /* position: fixed; */
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 10000;
}


.ft__inner .flex_box {
    justify-content: space-between;
}

.ft_left_box .copy {
    color: #fff;
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}


.ft_nav_area .ft_recruit h4 {
    margin-bottom: 0;
    margin-right: 22.1rem;
}

.ft_nav_area h4 {
    color: #fff;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 3rem;
}


.ft_nav_area ul li a {
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1;
}

.ft_nav_area ul li.small a {
    font-size: 1.6rem;
}

.ft_nav_area ul li+li {
    margin-top: 2rem;
}

.ft_nav_area .ft_recruit ul li+li {
    margin-top: 0;
    margin-left: 18rem;
}

.ft_nav_area .ft_external ul li+li {
    margin-top: 0;
}

.ft_nav_area ul li.external {
    display: table;
    background-repeat: no-repeat;
    background-size: 1.2rem 1.2rem;
    padding-right: 1.6rem;
    background-position: right top 0.5rem;
    background-image: url('../images/common/external-icon.svg');
}

.ft_people,
.ft_system {
    display: flex;
    flex-flow: column;
}

.ft_nav_area .ul_bottom {
    margin-top: auto
}

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

.ft_recruit ul {
    display: flex;
}

.ft_nav_top {
    display: flex;
    gap: 0 12.5rem;
    padding-bottom: 5.1rem;
    margin-bottom: 2.6rem;
    border-bottom: 1px solid #555555;
}

.page-top.sp {
    display: none;
    max-width: 78px;
}

.ft_external {
    margin-top: 8.6rem;
}

.ft_external ul {
    display: flex;
}

.ft_external ul li {
    padding-right: 2.2rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/common/external-white-icon.svg');
    background-size: 1.2rem 1.2rem;
}

.ft_external ul li+li {
    margin-left: 8.9rem;
}

.ft_nav_area.sp {
    display: none;
}

.sns_btn .sp {
    display: none;
}

@media screen and (max-width: 768px) {
    #footer {
        position: relative;
        z-index: 1005;
        overflow: hidden;
        background-color: #333333;
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 32px;
        padding-bottom: 70px;
    }

    .ft__inner>.flex_box {
        display: block;
    }

    .ft_efila__logo {
        max-width: 198px;
        width: 100%;
    }

    .ft_recruit__logo {
        display: none;
    }

    .ft_left_box h3 {
        margin-top: 20px;
        letter-spacing: 0.05em;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }

    .ft_nav_area.pc {
        display: none;
    }

    .ft_nav_area.sp {
        margin-top: 52px;
        display: block;
    }

    .ft_nav_top {
        display: block;
        gap: 0 12.5rem;
        padding-bottom: 0;
        margin-bottom: 26px;
        border-bottom: none;
    }

    .ft_external ul {
        flex-direction: column; /* ← 縦並び */
    }

    .ft_external ul li {
        display: table;
        font-size: 0;
        width: auto;
        padding-right: 19px;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url(../images/common/external-white-icon.svg);
        background-size: 10px 10px;
    }
.ft_external ul {
    display: flex;
    flex-wrap: wrap; /* 複数行に折り返す場合は必要 */
}

.ft_external ul li {
    align-self: flex-start; /* ← 自動拡張を防ぐ！ */
    flex: 0 0 auto; /* 幅を自動にして伸びないようにする */
    /* または flex: initial; */
}
    .ft_external ul li:first-child {
        order: 2;
    }

    .ft_external ul li:last-child {
        order: 1;
        margin-left: 0;
    }
    .ft_external {
        margin-top: 43px;
    }

    .ft_nav_area .ft_external ul li:first-child {
        margin-left: 0;
        margin-top: 22px;
    }

    .ft_nav_bottom_link ul {
        display: flex;
    }

    .ft_nav_area .ft_nav_bottom_link ul li {
        font-size: 0;
    }

    .ft_nav_area .ft_nav_bottom_link ul li+li {
        margin-top: 0;
        margin-left: 77px;
    }

    .ft_nav_area ul li a {
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.1em;
        font-weight: 400;
        line-height: 1;
    }

    .page-top {
        position: absolute;
        max-width: 48px;
        width: 100%;
    }

    .ft_nav_area h4 {
        color: #fff;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0.1em;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 3rem;
    }

    .ft_left_box .copy {
        color: #fff;
        font-family: "Urbanist", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 9px;
        letter-spacing: 0.05em;
    }

    #footer .sns_box {
        margin-top: 32px;
        margin-bottom: 25px;
        display: flex;
        gap: 0 30px;
    }

    .tiktok {
        max-width: 29px;
        width: 100%;
    }

    .insta {
        max-width: 33px;
        width: 100%;
    }

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

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

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

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

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

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

    .ft_nav_area .ft_toggle_btn ul li a {
        font-size: 14px;
        color: #fff;
        letter-spacing: 0.1em;
        font-weight: 400;
        line-height: 1;
    }

    .ft_nav_area .ft_toggle_btn ul {
        padding-bottom: 10px;
    }

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

    .ft_nav_area .ft_recruit ul li+li {
        margin-top: 16px;
        margin-left: 0;
    }

    .ft_toggle_btn .txt ul {
        display: none;
    }

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

    .ft_nav_area>div+div {
        margin-top: 24px;
    }

    .sns_btn .pc {
        display: none;
    }

    .sns_btn .sp {
        display: block;
    }

    .toggle_icon {
        width: 16px;
        height: 16px;
    }

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

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

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

    /* 開いたとき（−）→ 縦棒を非表示 */
    .txt.open+.circle_wrap .toggle_icon::after {
        opacity: 0;
    }

}

/* =================================
SPボトムメニュー
================================= */
.follow_btn_lists {
    display: none;
}

@media screen and (max-width: 768px) {
    .follow_btn_lists {
        bottom: 0;
        padding: 9px 17px;
        width: 100%;
        background-color: #fff;
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
        z-index: 10000;
        display: flex;
        justify-content: center;
        gap: 0 12px;
    }

    .follow_btn_lists {
        display: none;
        /* スクロール前は非表示 */
    }

    .f_btn_list {
        max-width: 106px;
        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: 106px;
        width: 100%;
        display: block;
        border-radius: 20px;
    }
}

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

.overlay_menu {
    opacity: 0;
    transition: 0.7s;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1001;
    pointer-events: none;
    z-index: 10001;
    padding: 1.2rem 6rem 0.9rem 0.9rem;
}

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

.overlay_menu_inner {
    position: relative;
    padding-left: 2.6rem;
    background-color: #fff;
    padding-bottom: 1.8rem;
    padding-right: 7rem;
}

.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: 36rem;
    padding-top: 16.6rem;
}

.sp_nav_top {
    padding-bottom: 9.6rem;
    margin-bottom: 2.6rem;
    border-bottom: 1px solid #555555;
}

.sp_nav_top .flex_box {
    display: flex;
}

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

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

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

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

.sp_menu__sns_box {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 2.6rem;
    bottom: 4.2rem;
    gap: 0 3.8rem;
}

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

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

.sp_menu_people,
.sp_menu_system {
    flex-flow: column;
    display: flex;
}

.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: 1.6rem;
    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 34px 8px 12px;
    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;
    left: -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.1em;
    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_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;
}
@media screen and (max-width: 768px) {
    .overlay_menu {
        opacity: 0;
        transition: 0.7s;
        position: fixed;
        overflow: auto;
        width: 100%;
        height: 100%;
        z-index: 1001;
        pointer-events: none;
        z-index: 10001;
        padding: 6px 46px 0.9rem 0;
    }

    .overlay_menu_inner {
        position: relative;
        padding-left: 17px;
        background-color: #fff;
        padding-bottom: 16px;
        padding-right: 24px;
        padding-top: 82px;
    }

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

    .sp_menu__nav_area.pc {
        display: none;
    }

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

    .sp_nav_top .flex_box {
        display: block;
    }

    .sp_menu_copy {
        font-size: 9px;
        font-weight: 400;
        margin-top: 1.6rem;
        font-family: "Urbanist", serif;
        letter-spacing: 0.05em;
        text-align: left;
    }

    .sp_menu__sns_box {
        display: flex;
        position: static;
        gap: 0 30px;
        margin-top: 22px;
    }

    .sns_icon.tiktok {
        max-width: 30px;
        width: 100%;
    }

    .sns_icon.insta {
        max-width: 33px;
        width: 100%;
    }
    .sp_menu_external {
        margin-top: 36px;
    }
    .sp_menu_external ul {
        display: block;
    }
    .sp_menu_external ul li+li {
        margin-left: 0;
        margin-top: 10px;
    }
    .sp_menu_external a {
        font-size: 14px;
        letter-spacing: 0.1em;
        font-weight: 400;
    }
    .sp_menu_external li {
        font-size: 0;
        display: table;
        padding-right: 16px;
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-position: right center;
        background-image: url(../images/common/external-black-icon.svg);
    }
    .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-right: -13px;
        margin-top: 30px;
        display: flex;
        gap:0 8px;
    }
    .sp_menu_black_btn {
        color:#fff;
        border-radius: 20px;
        font-size: 16px;
        letter-spacing: 0.025em;
        padding: 7px 30px 10px 30px;
        background-color: #444444;
    }
    .sp_menu__nav_area.sp {
        display: block;
    }
    .sp_menu_recruit,
    .sp_menu_system,
    .sp_menu_people {
        margin-top: 24px;
    }
    .overlay_menu_inner .sp-menu-ttl {
        margin-top: 0;
        max-width: 107px;
        padding-top: 0;
        margin-bottom: 36px;
        margin-left: auto;
        margin-right: auto;
    }
}

