@media (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

html {
    scroll-behavior: smooth;
}

header {
    z-index: 9999;
    position: relative;
}

.recruit {
    color: #4d4d4d;
}

.recruit p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    font-size: 16px;
}

@media (max-width: 1023px) {
    .recruit p {
        font-size: 14px;
    }
}

.recruit .c-ttl {
    text-align: center;
}

.recruit .c-ttl .jp {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    color: #4d4d4d;
    font-weight: 500;
    letter-spacing: 0.2em;
}

@media (max-width: 1023px) {
    .recruit .c-ttl .jp {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .recruit .c-ttl .jp {
        font-size: 26px;
    }
}

.recruit .c-ttl .en img {
    display: block;
    margin: 8px auto 0;
    width: auto;
    height: 12px !important;
}

@media (max-width: 1023px) {
    .recruit .c-ttl .en img {
        height: 10px !important;
    }
}

@media (max-width: 767px) {
    .recruit .c-ttl .en img {
        height: 9px;
    }
}

.recruit .l-container {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 9;
}

.recruit .l-mv {
    aspect-ratio: 768/629;
    width: 100%;
    background: url('/import/tenant_1/162.43.19.177/html/images/recruit/bg_mv.webp') no-repeat center top/cover;
    position: relative;
    margin-top: 115px;
}

@media (max-width: 1024px) {
    .recruit .l-mv {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .recruit .l-mv {
        background: url('/import/tenant_1/162.43.19.177/html/images/recruit/bg_mv_sp.webp') no-repeat center top/cover;
        aspect-ratio: 375/806;
    }
}

.recruit .l-mv .img-mv01 {
    position: absolute;
    left: 0;
    width: 66.9%;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .recruit .l-mv .img-mv01 {
        display: none;
    }
}

.recruit .l-mv .img-mv02 {
    position: absolute;
    right: -1.3%;
    top: 33.3%;
    width: 30.9%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .recruit .l-mv .img-mv02 {
        display: none;
    }
}

.recruit .l-mv .mv-txt {
    position: absolute;
    z-index: 9;
    top: 12.7%;
    width: 39%;
    left: 44.6%;
}

@media (max-width: 767px) {
    .recruit .l-mv .mv-txt {
        width: 80.8%;
        left: 50%;
        left: 4%;
        top: 37.7%;
    }
}

.recruit .l-mv .bg-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.recruit .l-mv .nav-recruit {
    max-width: 1030px;
    padding: 0 15px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 63.6%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1023px) {
    .recruit .l-mv .nav-recruit {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .recruit .l-mv .nav-recruit {
        top: 66.3%;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.recruit .l-mv .nav-recruit li a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.1em;
    height: 70px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(245, 196, 106, 0.6);
    box-shadow: 0 0 10px rgba(245, 196, 106, 0.6);
    color: #4d4d4d;
}

@media (max-width: 1023px) {
    .recruit .l-mv .nav-recruit li a {
        height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .recruit .l-mv .nav-recruit li a {
        font-size: 14px;
        -webkit-box-shadow: 0 0 5px rgba(245, 196, 106, 0.6);
        box-shadow: 0 0 5px rgba(245, 196, 106, 0.6);
        height: 36px;
    }
}

.recruit .l-mv .nav-recruit li a:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 10px rgba(244, 98, 0, 0.6);
    box-shadow: 0 0 10px rgba(244, 98, 0, 0.6);
}

@media (max-width: 767px) {
    .recruit .l-mv .nav-recruit li a:hover {
        -webkit-box-shadow: 0 0 5px rgba(244, 98, 0, 0.6);
        box-shadow: 0 0 5px rgba(244, 98, 0, 0.6);
    }
}

.recruit .p-charm {
    position: relative;
    z-index: 9;
    margin-top: -70px;
    padding-bottom: 85px;
}

@media (max-width: 767px) {
    .recruit .p-charm {
        margin-top: -20px;
        padding-bottom: 40px;
    }
}

.recruit .p-charm::before {
    content: "";
    display: block;
    position: absolute;
    width: 610px;
    height: 267px;
    left: -5px;
    bottom: 0;
    background: url('/import/tenant_1/162.43.19.177/html/images/recruit/txt_charm.webp') no-repeat center/contain;
}

@media (max-width: 767px) {
    .recruit .p-charm::before {
        width: 267px;
        height: 117px;
    }
}

.recruit .p-charm__list {
    display: -ms-grid;
    display: grid;
    gap: 30px 50px;
    margin-top: 30px;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1023px) {
    .recruit .p-charm__list {
        gap: 20px;
        gap: 20px 25px;
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

.recruit .p-charm__list li h3 {
    color: #ab8d5f;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
    .recruit .p-charm__list li h3 {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .recruit .p-charm__list li h3 {
        font-size: 18px;
        letter-spacing: 0.01em;
        white-space: nowrap;
        line-height: 1.44444444;
    }
}

.recruit .p-charm__list li p {
    margin-top: 10px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .recruit .p-charm__list li p {
        margin-top: 7px;
    }
}

.recruit .p-curriculum {
    padding: 80px 0;
    background-color: #fffcf8;
    position: relative;
}

@media (max-width: 767px) {
    .recruit .p-curriculum {
        padding: 60px 0 70px 0;
    }
}

.recruit .p-curriculum::before {
    content: "";
    display: block;
    position: absolute;
    width: 867px;
    height: 118px;
    right: 0;
    bottom: 0;
    background: url('/import/tenant_1/162.43.19.177/html/images/recruit/txt_curriculum.webp') no-repeat center/contain;
}

@media (max-width: 767px) {
    .recruit .p-curriculum::before {
        width: 380px;
        height: 52px;
        right: -5px;
    }
}

.recruit .p-curriculum__wrap {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .recruit .p-curriculum__wrap {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .recruit .p-curriculum__wrap img {
        width: 940px;
        display: block;
        max-width: none;
        min-width: 940px;
    }
}

.recruit .p-staffvoice {
    padding: 174px 0 80px 0;
    position: relative;
}

@media (max-width: 767px) {
    .recruit .p-staffvoice {
        padding: 50px 0;
    }
}

.recruit .p-staffvoice::before {
    content: "";
    display: block;
    position: absolute;
    width: 440px;
    height: 680px;
    left: 0;
    top: 0;
    background: url('/import/tenant_1/162.43.19.177/html/images/recruit/txt_staff.webp') no-repeat center/contain;
}

@media (max-width: 767px) {
    .recruit .p-staffvoice::before {
        background: url(../images/recruit/txt_staff_sp.webp) no-repeat center/contain;
        width: 118px;
        height: 183px;
        top: 20px;
        left: 5px;
    }
}

@media (max-width: 767px) {
    .recruit .p-staffvoice::after {
        content: "";
        display: block;
        position: absolute;
        width: 118px;
        height: 380px;
        right: 0;
        bottom: 10px;
        background: url(../images/recruit/txt_flow_sp.webp) no-repeat center/contain;
    }
}

.recruit .p-staffvoice .l-container {
    max-width: 830px;
}

.recruit .p-staffvoice__list {
    margin-top: 40px;
    position: relative;
    margin-bottom: 240px;
}

@media (max-width: 767px) {
    .recruit .p-staffvoice__list {
        margin-top: 30px;
        margin-bottom: 90px;
        padding: 0 30px;
    }
}

.recruit .p-staffvoice__list::before {
    position: absolute;
    width: 1044px;
    height: 940px;
    top: 45%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    background: url('/import/tenant_1/162.43.19.177/html/images/recruit/bg_staff.webp') no-repeat center/contain;
    z-index: -1;
}

@media (max-width: 767px) {
    .recruit .p-staffvoice__list::before {
        display: none;
    }
}

.recruit .p-staffvoice__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .recruit .p-staffvoice__list li {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

.recruit .p-staffvoice__list li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.recruit .p-staffvoice__list li:not(:last-of-type) {
    margin-bottom: 65px;
}

@media (max-width: 767px) {
    .recruit .p-staffvoice__list li:not(:last-of-type) {
        margin-bottom: 45px;
    }
}

.recruit .p-staffvoice__list li:nth-of-type(1) {
    position: relative;
}

@media (max-width: 767px) {
    .recruit .p-staffvoice__list li:nth-of-type(1)::before {
        position: absolute;
        content: "";
        width: 477px;
        height: 590px;
        top: 45%;
        left: 62%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url(../images/recruit/bg_staff_sp01.webp) no-repeat center/cover;
        z-index: -1;
    }
}

.recruit .p-staffvoice__list li:nth-of-type(2) {
    position: relative;
}

@media (max-width: 767px) {
    .recruit .p-staffvoice__list li:nth-of-type(2)::before {
        position: absolute;
        content: "";
        width: 509px;
        height: 580px;
        top: 58%;
        left: 45%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url(../images/recruit/bg_staff_sp02.webp) no-repeat center/cover;
        z-index: -1;
    }
}

.recruit .p-staffvoice__list li .img {
    width: 35%;
}

@media (max-width: 767px) {
    .recruit .p-staffvoice__list li .img {
        width: 100%;
    }
}

.recruit .p-staffvoice__list li .txt {
    width: 59%;
}

@media (max-width: 767px) {
    .recruit .p-staffvoice__list li .txt {
        width: 100%;
    }
}

.recruit .p-staffvoice__list li .txt h3 {
    color: #ab8d5f;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    font-family: "Noto Serif JP",
        serif;
}

@media (max-width: 1023px) {
    .recruit .p-staffvoice__list li .txt h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .recruit .p-staffvoice__list li .txt h3 {
        margin-top: 15px;
        line-height: 1.6;
    }
}

.recruit .p-staffvoice__list li .txt h3::before,
.recruit .p-staffvoice__list li .txt h3::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #ab8d5f;
}

.recruit .p-staffvoice__list li .txt h3::before {
    height: 2px;
    bottom: 4px;
}

.recruit .p-staffvoice__list li .txt h3::after {
    height: 1px;
    bottom: 0;
}

.recruit .p-staffvoice__list li .txt p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.77777778;
}

@media (max-width: 1023px) {
    .recruit .p-staffvoice__list li .txt p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .recruit .p-staffvoice__list li .txt p {
        line-height: 1.625;
    }
}

.recruit .p-staffvoice__list li .txt label {
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #4d4d4d;
    font-weight: 400;
    margin-top: 15px;
}

@media (max-width: 1023px) {
    .recruit .p-staffvoice__list li .txt label {
        font-size: 18px;
        margin-top: 10px;
    }
}

.recruit .p-staffvoice .img-flow {
    max-width: 498px;
    margin: 20px auto 0;
}

.recruit .p-requirements {
    background-color: #f7f2eb;
    padding: 80px 0;
    position: relative;
}

@media (max-width: 767px) {
    .recruit .p-requirements {
        padding: 50px 0 60px 0;
    }
}

.recruit .p-requirements::before {
    content: "";
    display: block;
    position: absolute;
    width: 310px;
    height: 1077px;
    left: -45px;
    top: -10px;
    background: url('/import/tenant_1/162.43.19.177/html/images/recruit/txt_requirements.webp') no-repeat center/contain;
}

@media (max-width: 767px) {
    .recruit .p-requirements::before {
        width: 135px;
        height: 471px;
        left: -15px;
        top: -5px;
    }
}

.recruit .p-requirements .l-container {
    max-width: 830px;
}

.recruit .p-requirements__wrap:first-of-type {
    margin-top: 25px;
}

@media (max-width: 767px) {
    .recruit .p-requirements__wrap:first-of-type {
        margin-top: 20px;
    }
}

.recruit .p-requirements__wrap:not(:last-of-type) {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .recruit .p-requirements__wrap:not(:last-of-type) {
        margin-bottom: 25px;
    }
}

.recruit .p-requirements__wrap h3 {
    font-size: 24px;
    margin: 0 auto;
    background-color: #fff;
    color: #a6885b;
    padding: 12px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Serif JP",
        serif;
}

@media (max-width: 767px) {
    .recruit .p-requirements__wrap h3 {
        max-width: 278px;
        font-size: 18px;
        padding: 7px;
    }
}

.recruit .p-profile {
    padding: 80px 0 50px;
    position: relative;
}

@media (max-width: 767px) {
    .recruit .p-profile {
        padding: 70px 0 50px 0;
    }
}

.recruit .p-profile::before {
    content: "";
    display: block;
    position: absolute;
    width: 1293px;
    height: 158px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 110px;
    background: url('/import/tenant_1/162.43.19.177/html/images/recruit/txt_profile.webp') no-repeat center/contain;
}

@media (max-width: 767px) {
    .recruit .p-profile::before {
        bottom: 150px;
        width: 295px;
        height: 117px;
        background: url(../images/recruit/txt_profile_sp.webp) no-repeat center/contain;
    }
}

.recruit .p-profile .l-container {
    max-width: 650px;
    position: relative;
    z-index: 9;
}

.recruit .p-profile__button {
    max-width: 500px;
    margin: 60px auto 0;
}

.recruit .p-profile__button .tel-num {
    display: none;
}

[data-element-id] .recruit .p-profile__button .tel-num {
    display: flex;
    border: 3px solid blue;
    flex-direction: column;
    font-size: 30px;
    font-family: var(--ff02);
    text-align: center;
    margin-top: 20px;
}

[data-element-id] .recruit .p-profile__button .tel-num::before{
  content: "電話番号の編集はこちら";
  background-color: blue;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

@media (max-width: 1023px) {
    .recruit .p-profile__button {
        max-width: 400px;
    }
}

.recruit .p-profile__button a {
    display: block;
}

.recruit .p-requirements .c-ttl .en img,
.recruit .p-profile .c-ttl .en img {
    height: 15px !important;
}

.recruit .p-requirements__list,
.recruit .p-profile__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {

    .recruit .p-requirements__list,
    .recruit .p-profile__list {
        margin: 10px calc(50% - 50vw) 0;
        width: 100vw;
    }
}

.recruit .p-requirements__list dt,
.recruit .p-requirements__list dd,
.recruit .p-profile__list dt,
.recruit .p-profile__list dd {
    line-height: 1.5625;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
}

@media (max-width: 767px) {

    .recruit .p-requirements__list dt,
    .recruit .p-requirements__list dd,
    .recruit .p-profile__list dt,
    .recruit .p-profile__list dd {
        padding: 10px 15px !important;
    }
}

.recruit .p-requirements__list dt:not(:last-of-type),
.recruit .p-requirements__list dd:not(:last-of-type),
.recruit .p-profile__list dt:not(:last-of-type),
.recruit .p-profile__list dd:not(:last-of-type) {
    border-bottom: 1px solid #e0e0e0;
}

.recruit .p-requirements__list dt,
.recruit .p-profile__list dt {
    width: 136px;
    padding-left: 15px;
}

@media (max-width: 767px) {

    .recruit .p-requirements__list dt,
    .recruit .p-profile__list dt {
        width: 103px;
        white-space: nowrap;
    }
}

.recruit .p-requirements__list dd,
.recruit .p-profile__list dd {
    width: calc(100% - 136px);
}

@media (max-width: 767px) {

    .recruit .p-requirements__list dd,
    .recruit .p-profile__list dd {
        width: calc(100% - 103px);
    }
}
