@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
    font-family: "thesignature";
    src: url("/font/recruit/thesignature.regular.woff2") format("woff2"), url("/font/recruit/thesignature.regular.woff") format("woff"), url("/font/recruit/thesignature.regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, textarea {
    appearance: none;
    border-radius: 0;
    outline: none;
}

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

html {
    scroll-behavior: smooth;
}
@media screen and (max-width: 1440px) {
    html {
        font-size: 1.1103400416vw;
    }
}
@media screen and (max-width: 1240px) {
    html {
        font-size: 14px;
    }
}
@media screen and (max-width: 834px) {
    html {
        font-size: 16px;
    }
}

body {
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 400;
    color: #333333;
    font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
    background-color: #fff;
}
body.preload * {
    transition: 0s !important;
}
body.detail {
    padding-top: 3.75rem;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a.opacity {
    transition: opacity 0.2s ease-out;
}
a.opacity:hover {
    opacity: 0.5;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

input {
    margin: 0;
    padding: 0;
}

textarea {
    padding: 0;
    font: inherit;
    color: inherit;
}

button {
    font: inherit;
    padding: 0;
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
}

.l-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.75rem;
    padding-inline: 2.5rem;
    gap: 2.5rem;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: background 0.6s cubic-bezier(0.485, 0.135, 0, 0.995);
}
@media screen and (max-width: 834px) {
    .l-header {
        gap: 0;
        padding-inline: 1.875rem;
    }
}
@media screen and (max-width: 480px) {
    .l-header {
        padding-inline: 1.25rem;
    }
}
.is-scroll .l-header {
    background-color: #fff;
}
.is-opened .is-scroll .l-header {
    background: none;
}
.l-header__logo {
    width: 15.875rem;
    margin-right: auto;
    position: relative;
    z-index: 110;
}
@media screen and (max-width: 834px) {
    .l-header__logo {
        width: 12.7rem;
    }
}
@media screen and (max-width: 480px) {
    .l-header__logo {
        width: 12.25rem;
    }
}
.l-header__logo .cls-1 {
    fill: #fff;
    transition: fill 0.6s cubic-bezier(0.485, 0.135, 0, 0.995);
}
.detail .l-header__logo .cls-1, .is-scroll .l-header__logo .cls-1 {
    fill: #333333;
}
.is-opened .l-header__logo .cls-1 {
    fill: #fff;
}
.l-header__btn {
    width: 7.75rem;
    height: 2.125rem;
}
.l-header__btn .c-button {
    color: #333333;
    background-color: #fff;
}
.detail .l-header__btn .c-button, .is-scroll .l-header__btn .c-button {
    color: #fff;
    background-color: #333333;
}
.l-header__trigger {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.375rem;
    width: 1.625rem;
    height: 1.625rem;
    position: relative;
    z-index: 110;
}
.l-header__trigger span {
    display: block;
    height: 0.125rem;
    background-color: #fff;
    transition: all 0.6s cubic-bezier(0.485, 0.135, 0, 0.995);
}
.detail .l-header__trigger span, .is-scroll .l-header__trigger span {
    background-color: #333333;
}
.is-opened .l-header__trigger span {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
.is-opened .l-header__trigger span.top-bar {
    transform: translate(-50%, -50%) rotate(45deg);
}
.is-opened .l-header__trigger span.bottom-bar {
    width: 100%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__trigger span.top-bar {
    width: 100%;
}
.l-header__trigger span.bottom-bar {
    width: 50%;
}
.l-header__navi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    gap: 6.75rem;
    visibility: hidden;
    background-color: #333333;
    transition: opacity 0.6s cubic-bezier(0.485, 0.135, 0, 0.995), visibility 0.6s cubic-bezier(0.485, 0.135, 0, 0.995);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
@media screen and (max-width: 834px) {
    .l-header__navi {
        gap: 5.875rem;
        padding: 3.75rem 1.875rem;
    }
}
@media screen and (max-width: 480px) {
    .l-header__navi {
        justify-content: flex-start;
        padding: 8.75rem 2.5rem 3.5rem;
    }
}
.is-opened .l-header__navi {
    opacity: 1;
    visibility: visible;
}
@media screen and (min-width: 835px) {
    .l-header__navi-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 2.5rem;
    }
}
@media screen and (max-width: 834px) {
    .l-header__navi-menu {
        display: flex;
        flex-direction: column;
        gap: 3.5rem;
    }
    .l-header__navi-menu li:nth-child(1) {
        order: 1;
    }
    .l-header__navi-menu li:nth-child(2) {
        order: 3;
    }
    .l-header__navi-menu li:nth-child(3) {
        order: 2;
    }
    .l-header__navi-menu li:nth-child(4) {
        order: 4;
    }
}
.l-header__navi-menu a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
    font-weight: bold;
    color: #fff;
}
.l-header__navi-en {
    font-family: "Poppins", sans-serif;
    font-size: 2.25rem;
    line-height: 0.8;
}
@media screen and (max-width: 480px) {
    .l-header__navi-en {
        font-size: 1.625rem;
    }
}
.l-header__navi-ja {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
@media screen and (max-width: 480px) {
    .l-header__navi-ja {
        font-size: 0.875rem;
    }
}
.l-header__navi-ja::before {
    display: block;
    content: "";
    width: 100%;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    bottom: -0.75em;
    transform-origin: right top;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}
a:hover .l-header__navi-ja::before {
    transform: scaleX(1);
    transform-origin: left top;
}
.l-header__navi-btn {
    width: 12.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
}

.l-footer {
    width: 100%;
    padding-bottom: 3.75rem;
    background-color: #333333;
}
@media screen and (max-width: 834px) {
    .l-footer {
        padding-bottom: 3rem;
    }
}
@media screen and (max-width: 480px) {
    .l-footer {
        padding-bottom: 1.875rem;
    }
}
.l-footer__navi {
    width: 100%;
    padding: 2.5rem 6.25rem;
    position: relative;
    background-color: #fff;
}
@media screen and (max-width: 834px) {
    .l-footer__navi {
        padding: 1.875rem 5rem;
    }
}
@media screen and (max-width: 480px) {
    .l-footer__navi {
        padding: 2.5rem 3.5rem 3.75rem 1.875rem;
    }
}
.l-footer__navi-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.875rem 3.75rem;
}
@media screen and (max-width: 834px) {
    .l-footer__navi-list {
        gap: 1.25rem 2.5rem;
    }
}
@media screen and (max-width: 480px) {
    .l-footer__navi-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.125rem;
    }
}
.l-footer__navi-list a {
    font-weight: 500;
    color: #333333;
    font-size: 1rem;
    padding-right: 1.625rem;
    background: url(/img/recruit/common/icon-link.svg) no-repeat right 50%;
    background-size: 0.6875rem;
    position: relative;
}
.l-footer__navi-list a::before {
    display: block;
    content: "";
    width: 100%;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    bottom: -0.75em;
    transform-origin: right top;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}
@media screen and (max-width: 480px) {
    .l-footer__navi-list a::before {
        bottom: -0.5em;
    }
}
.l-footer__navi-list a:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
}
@media screen and (max-width: 834px) {
    .l-footer__navi-list a {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 480px) {
    .l-footer__navi-list a {
        font-size: 0.75rem;
        padding-right: 1.125rem;
        background-size: 0.5625rem;
    }
}
.l-footer__pagetop {
    width: 2.75rem;
    position: absolute;
    right: 1.875rem;
    top: 50%;
    translate: 0 -50%;
}
@media screen and (max-width: 834px) {
    .l-footer__pagetop {
        width: 2.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        top: auto;
        translate: none;
    }
}
@media screen and (max-width: 480px) {
    .l-footer__pagetop {
        width: 1.75rem;
        right: 0.875rem;
        bottom: 0.9375rem;
    }
}
.l-footer__pagetop .cls-1 {
    fill: #333333;
    transition: fill 0.2s ease-out;
}
.l-footer__pagetop .cls-2 {
    fill: none;
    stroke: #fff;
    transition: stroke 0.2s ease-out;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.l-footer__pagetop:hover .cls-1 {
    fill: #f3da6c;
}
.l-footer__pagetop:hover .cls-2 {
    stroke: #333333;
}
.l-footer__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.875rem 2.5rem;
    padding: 1.875rem;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 834px) {
    .l-footer__menu {
        gap: 1.25rem 1.875rem;
    }
}
@media screen and (max-width: 480px) {
    .l-footer__menu {
        gap: 2.25rem;
        align-items: flex-start;
        flex-direction: column;
        padding: 3.125rem 1.875rem;
        margin-bottom: 1.625rem;
    }
}
.l-footer__menu-item a {
    font-weight: 600;
    color: #fff;
    line-height: 0.8;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    position: relative;
}
.l-footer__menu-item a::before {
    display: block;
    content: "";
    width: 100%;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    bottom: -0.75em;
    transform-origin: right top;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}
@media screen and (max-width: 480px) {
    .l-footer__menu-item a::before {
        bottom: -0.5em;
    }
}
.l-footer__menu-item a:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
}
.l-footer__menu-btn {
    width: 12.5rem;
    height: 2.5rem;
}
@media screen and (max-width: 480px) {
    .l-footer__menu-btn {
        margin: 0.625rem auto 0;
    }
}
.l-footer__logo {
    width: 15.875rem;
    margin: 0 auto 2.5rem;
}
@media screen and (max-width: 834px) {
    .l-footer__logo {
        width: 12.7rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 480px) {
    .l-footer__logo {
        width: 12.25rem;
        margin-bottom: 1.5rem;
    }
}
.l-footer__copy {
    display: block;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.8;
    color: #fff;
}
@media screen and (max-width: 480px) {
    .l-footer__copy {
        font-size: 0.625rem;
    }
}

.l-wrap {
    width: 100%;
}
.preload .l-wrap {
    opacity: 0;
}

.l-detail {
    width: 100%;
    padding-bottom: 13.75rem;
}
@media screen and (max-width: 834px) {
    .l-detail {
        padding-bottom: 11rem;
    }
}
@media screen and (max-width: 480px) {
    .l-detail {
        padding-bottom: 5rem;
    }
}
.l-detail__fv {
    width: 100%;
    overflow: hidden;
    height: 41.25rem;
    margin-bottom: 7.5rem;
    background: #ebf0f5 no-repeat 50%;
    background-size: cover;
}
@media screen and (max-width: 834px) {
    .l-detail__fv {
        height: 33rem;
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 480px) {
    .l-detail__fv {
        height: 18.75rem;
        padding-top: 4.75rem;
        margin-bottom: 3.125rem;
    }
}
.l-detail__fv.--about {
    background-image: url(/img/recruit/about/bg-fv.webp);
}
@media screen and (max-width: 834px) {
    .l-detail__fv.--about {
        background-image: url(/img/recruit/about/bg-fv-sp.webp);
    }
}
.l-detail__fv.--member {
    background-image: url(/img/recruit/member/bg-fv.webp);
}
@media screen and (max-width: 834px) {
    .l-detail__fv.--member {
        background-image: url(/img/recruit/member/bg-fv-sp.webp);
    }
}
.l-detail__fv.--work {
    background-image: url(/img/recruit/work/bg-fv.webp);
}
@media screen and (max-width: 480px) {
    .l-detail__fv.--work {
        background-image: url(/img/recruit/work/bg-fv-sp.webp);
        padding-top: 2.5rem;
    }
}
.l-detail__fv.--recruit {
    background-image: url(/img/recruit/recruit/bg-fv.webp);
}
@media screen and (max-width: 834px) {
    .l-detail__fv.--recruit {
        background-image: url(/img/recruit/recruit/bg-fv-sp.webp);
    }
}
.l-detail__fv-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 1;
}
.l-detail__fv-inner::before {
    content: "";
    height: 2.75rem;
}
@media screen and (max-width: 834px) {
    .l-detail__fv-inner::before {
        height: 0;
    }
}
@media screen and (max-width: 480px) {
    .l-detail__fv-inner::before {
        display: none;
    }
}
.l-detail__fv-ttl {
    display: flex;
    flex-direction: column;
    gap: 1.625rem;
    color: #000;
    position: relative;
}
@media screen and (max-width: 834px) {
    .l-detail__fv-ttl {
        align-items: center;
        text-align: center;
        gap: 1.3rem;
    }
}
@media screen and (max-width: 480px) {
    .l-detail__fv-ttl {
        gap: 0.75rem;
    }
}
.--member .l-detail__fv-ttl {
    color: #fff;
}
.l-detail__fv-ttl::before {
    content: attr(data-text) "";
    color: #f3da6c;
    font-family: "thesignature", cursive;
    font-size: 16.75rem;
    rotate: -10deg;
    position: absolute;
    font-weight: 400;
    white-space: nowrap;
    left: 4%;
    top: 0%;
    z-index: -1;
}
@media screen and (min-width: 835px) {
    .--about .l-detail__fv-ttl::before {
        top: -105%;
    }
    .--member .l-detail__fv-ttl::before {
        top: -168%;
        rotate: -8deg;
    }
    .--recruit .l-detail__fv-ttl::before {
        top: -155%;
    }
    .--work .l-detail__fv-ttl::before {
        top: -70%;
        left: 3%;
    }
}
@media screen and (max-width: 834px) {
    .l-detail__fv-ttl::before {
        font-size: 8.75rem;
        left: 50%;
        top: 34%;
        translate: -50% 0;
    }
    .--member .l-detail__fv-ttl::before {
        top: -25%;
    }
}
@media screen and (max-width: 480px) {
    .l-detail__fv-ttl::before {
        font-size: 5rem;
    }
    .--member .l-detail__fv-ttl::before {
        top: -3%;
    }
}
.l-detail__fv-en {
    font-family: "Poppins", sans-serif;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 834px) {
    .l-detail__fv-en {
        font-size: 3rem;
    }
}
@media screen and (max-width: 480px) {
    .l-detail__fv-en {
        font-size: 2.25rem;
    }
}
.l-detail__fv-ja {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 834px) {
    .l-detail__fv-ja {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 480px) {
    .l-detail__fv-ja {
        font-size: 1rem;
    }
}
.l-detail__fv-pankuzu {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 1.375rem;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 834px) {
    .l-detail__fv-pankuzu {
        padding-bottom: 1.1rem;
    }
}
@media screen and (max-width: 480px) {
    .l-detail__fv-pankuzu {
        padding-bottom: 1.125rem;
    }
}
.l-detail__fv-pankuzu a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0.875rem;
    height: 1.375rem;
    text-align: center;
    border-radius: 100px;
    font-size: 0.625rem;
    font-weight: 500;
    transition: background 0.2s ease-out, color 0.2s ease-out;
    color: #333333;
    background-color: #fff;
}
@media screen and (max-width: 480px) {
    .l-detail__fv-pankuzu a {
        height: 1.125rem;
        font-size: 0.5625rem;
        padding-inline: 0.625rem;
    }
}
.l-detail__fv-pankuzu a:hover {
    color: #333333;
    background-color: #f3da6c;
}
.l-detail__fv-pankuzu span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0.875rem;
    height: 1.375rem;
    text-align: center;
    border-radius: 100px;
    font-size: 0.625rem;
    font-weight: 500;
    color: #fff;
    background-color: #000;
}
@media screen and (max-width: 480px) {
    .l-detail__fv-pankuzu span {
        height: 1.125rem;
        font-size: 0.5625rem;
        padding-inline: 0.625rem;
    }
}

.l-section {
    margin-top: 8.75rem;
}
@media screen and (max-width: 834px) {
    .l-section {
        margin-top: 7rem;
    }
}
@media screen and (max-width: 480px) {
    .l-section {
        margin-top: 5.625rem;
    }
}

.l-inner {
    width: auto;
    max-width: 62.5rem;
    margin-inline: auto;
    padding-inline: 3.125rem;
    box-sizing: content-box;
    position: relative;
}
@media screen and (max-width: 834px) {
    .l-inner {
        padding-inline: 2.5rem;
    }
}
@media screen and (max-width: 480px) {
    .l-inner {
        padding-inline: 1.625rem;
    }
}

.c-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: bold;
    transition: background 0.2s ease-out, color 0.2s ease-out;
}
.c-button--en {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 480px) {
    .c-button--en {
        font-size: 0.75rem;
    }
}
.c-button--black {
    color: #fff;
    background-color: #333333;
}
.c-button--black:hover {
    color: #333333;
    background-color: #f3da6c;
}
.c-button--white {
    color: #333333;
    background-color: #fff;
}
.c-button--white:hover {
    color: #333333;
    background-color: #f3da6c;
}
.c-button--accent {
    color: #333333;
    background-color: #f3da6c;
}
.c-button--accent:hover {
    color: #fff;
    background-color: #333333;
}

.c-head {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 1rem;
    margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
    .c-head {
        margin-bottom: 2.4rem;
    }
}
@media screen and (max-width: 480px) {
    .c-head {
        margin-bottom: 2rem;
    }
}
.c-head__subttl {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 834px) {
    .c-head__subttl {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 480px) {
    .c-head__subttl {
        font-size: 2rem;
    }
}
.c-head__ttl {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 834px) {
    .c-head__ttl {
        font-size: 1rem;
    }
}
@media screen and (max-width: 480px) {
    .c-head__ttl {
        font-size: 0.875rem;
    }
}
.c-head__txt {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
}
.c-head__txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
}
.c-head__txt::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 834px) {
    .c-head__txt {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 480px) {
    .c-head__txt {
        font-size: 0.75rem;
    }
}

.c-hikki {
    position: relative;
}
.c-hikki::before {
    content: attr(data-text) "";
    color: #f3da6c;
    font-family: "thesignature", cursive;
    font-size: 12.5rem;
    rotate: -10deg;
    position: absolute;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    z-index: -1;
}
@media screen and (max-width: 834px) {
    .c-hikki::before {
        font-size: 10rem;
    }
}
@media screen and (max-width: 480px) {
    .c-hikki::before {
        font-size: 7rem;
    }
}
.c-hikki--white::before {
    color: #fff;
}
.c-hikki--xs::before {
    font-size: 7rem;
}
@media screen and (max-width: 834px) {
    .c-hikki--xs::before {
        font-size: 5.6rem;
    }
}
@media screen and (max-width: 480px) {
    .c-hikki--xs::before {
        font-size: 4.5rem;
    }
}

.c-recruit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-inline: 1.875rem;
    background: url(/img/recruit/common/bg-recruit.webp) repeat-x 50%;
    background-size: cover;
    aspect-ratio: 3360/1662;
}
@media screen and (max-width: 1240px) {
    .c-recruit {
        aspect-ratio: 1.8194945848;
    }
}
@media screen and (max-width: 834px) {
    .c-recruit {
        aspect-ratio: 1496/3064;
        background-image: url(/img/recruit/common/bg-recruit-sp.webp);
    }
}
@media screen and (max-width: 480px) {
    .c-recruit {
        padding-inline: 1.25rem;
    }
}
.c-recruit__inner {
    width: 100%;
    max-width: 40rem;
    text-align: center;
    padding: 5.625rem 1.875rem 4.375rem;
    background-color: #fff;
}
@media screen and (max-width: 834px) {
    .c-recruit__inner {
        max-width: 36rem;
        padding: 4.5rem 1.875rem 3.5rem;
    }
}
@media screen and (max-width: 480px) {
    .c-recruit__inner {
        padding: 4.625rem 1.875rem 2.125rem;
    }
}
.c-recruit__txt {
    margin-top: 4.375rem;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75;
}
.c-recruit__txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
}
.c-recruit__txt::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 834px) {
    .c-recruit__txt {
        font-size: 1rem;
        margin-top: 3.5rem;
    }
}
@media screen and (max-width: 480px) {
    .c-recruit__txt {
        font-size: 0.875rem;
        margin-top: 2.5rem;
    }
}
.c-recruit__btn {
    width: 100%;
    max-width: 20rem;
    height: 3.75rem;
    margin: 2.875rem auto 0;
}
@media screen and (max-width: 834px) {
    .c-recruit__btn {
        max-width: 16rem;
        height: 3rem;
        margin-top: 2.3rem;
    }
}
@media screen and (max-width: 480px) {
    .c-recruit__btn {
        max-width: 12.5rem;
        height: 2.5rem;
        margin-top: 1rem;
    }
}

.c-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover {
    display: block;
    overflow: hidden;
}
.hover figure {
    display: block;
    overflow: hidden;
}
.hover img {
    will-change: transform;
    transition: transform 0.8s cubic-bezier(0.485, 0.135, 0, 0.995) 0s;
}
.hover:hover img {
    transform: scale(1.2);
}

.p-idx-clm {
    padding-bottom: 6.875rem;
}
@media screen and (max-width: 834px) {
    .p-idx-clm {
        padding-bottom: 5.5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-clm {
        padding-bottom: 3.125rem;
    }
}
.p-idx-fv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    padding-block: 5rem;
    min-height: 100svh;
    background: #ebf0f5 url(/img/recruit/top/bg-fv.webp) no-repeat 50% bottom;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 834px) {
    .p-idx-fv {
        min-height: 75svh;
        padding-block: 2.5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-fv {
        min-height: auto;
        aspect-ratio: 750/938;
        background-image: url(/img/recruit/top/bg-fv-sp.webp);
    }
}
.p-idx-fv::before {
    content: "";
    width: 105rem;
    aspect-ratio: 1680/724;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: url(/img/recruit/top/img-fv-staff.webp) no-repeat 50%;
    background-size: cover;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 10;
}
@media screen and (max-width: 834px) {
    .p-idx-fv::before {
        width: 84rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-fv::before {
        width: 100%;
        aspect-ratio: 752/844;
        background-image: url(/img/recruit/top/img-fv-staff-sp.webp);
    }
}
.p-idx-fv__txt {
    z-index: 1;
}
.p-idx-fv__txt span {
    color: #fff;
    font-size: 3rem;
    line-height: 1.75;
    font-weight: bold;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
@media screen and (max-width: 834px) {
    .p-idx-fv__txt span {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-fv__txt span {
        font-size: 1.5rem;
        translate: -2em 0;
    }
}
.p-idx-fv__txt small {
    position: relative;
    top: -0.6em;
    left: 0.15em;
    vertical-align: super;
    line-height: 0;
}
.p-idx-fv__txt.c-hikki::before {
    top: 25%;
    left: 36%;
    font-size: 16.75rem;
}
@media screen and (max-width: 834px) {
    .p-idx-fv__txt.c-hikki::before {
        font-size: 13.4rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-fv__txt.c-hikki::before {
        font-size: 7.25rem;
    }
}
.p-idx-mes {
    width: 100%;
    text-align: center;
    padding: 7.5rem 2.5rem 13.125rem;
    background: url(/img/recruit/top/bg-message1.webp) no-repeat 50% 6.25rem;
    background-size: 62rem auto;
}
@media screen and (max-width: 834px) {
    .p-idx-mes {
        padding: 6rem 1.875rem;
        background-size: 100% auto;
        background-position: 0 5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-mes {
        padding: 3.5rem 1.25rem;
        background-image: url(/img/recruit/top/bg-message1-sp.webp);
        background-position: 0 2.25rem;
    }
}
.p-idx-mes__lead {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.75;
}
.p-idx-mes__lead::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
}
.p-idx-mes__lead::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
}
.p-idx-mes__lead {
    margin: 5.625rem 0 4.375rem;
}
@media screen and (max-width: 834px) {
    .p-idx-mes__lead {
        margin: 4.5rem 0 3.5rem;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-mes__lead {
        margin: 3.75rem 0 1.875rem;
        font-size: 1.125rem;
    }
}
.p-idx-mes__txt {
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: -0.05em;
    line-height: 1.75;
}
.p-idx-mes__txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
}
.p-idx-mes__txt::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 834px) {
    .p-idx-mes__txt {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-mes__txt {
        font-size: 0.75rem;
    }
}
.p-idx-mes__item {
    width: calc(50% - 1.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 31.25rem;
    border-radius: 0.625rem;
    background-color: rgba(243, 218, 108, 0.4);
}
@media screen and (min-width: 835px) {
    .p-idx-mes__item:nth-child(2) {
        margin-top: 15.625rem;
    }
    .p-idx-mes__item:nth-child(3) {
        margin-top: -15.625rem;
    }
}
@media screen and (max-width: 834px) {
    .p-idx-mes__item {
        width: 100%;
        min-height: 25rem;
        padding: 3.125rem 1.25rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-mes__item {
        min-height: 21.25rem;
    }
}
.p-idx-mes__item-no {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    line-height: 0.8;
    margin-bottom: 0.3125rem;
}
@media screen and (max-width: 834px) {
    .p-idx-mes__item-no {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-mes__item-no {
        font-size: 0.625rem;
    }
}
.p-idx-mes__item-no::before, .p-idx-mes__item-no::after {
    content: "";
    width: 2.5rem;
    border-top: 1px solid;
}
@media screen and (max-width: 834px) {
    .p-idx-mes__item-no::before, .p-idx-mes__item-no::after {
        width: 2rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-mes__item-no::before, .p-idx-mes__item-no::after {
        width: 1.75rem;
    }
}
.p-idx-mes__item-lead {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.42;
}
.p-idx-mes__item-lead::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.42) * 0.5em);
}
.p-idx-mes__item-lead::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.42) * 0.5em);
}
@media screen and (max-width: 834px) {
    .p-idx-mes__item-lead {
        font-size: 1.4rem;
        line-height: 1.75;
    }
    .p-idx-mes__item-lead::before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 1.75) * 0.5em);
    }
    .p-idx-mes__item-lead::after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - 1.75) * 0.5em);
    }
}
@media screen and (max-width: 480px) {
    .p-idx-mes__item-lead {
        font-size: 1.0625rem;
    }
}
.p-idx-mes__item-sublead {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
}
.p-idx-mes__item-sublead::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.25) * 0.5em);
}
.p-idx-mes__item-sublead::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
}
@media screen and (max-width: 834px) {
    .p-idx-mes__item-sublead {
        font-size: 1.2rem;
        line-height: 1.625;
    }
    .p-idx-mes__item-sublead::before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 1.625) * 0.5em);
    }
    .p-idx-mes__item-sublead::after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - 1.625) * 0.5em);
    }
}
@media screen and (max-width: 480px) {
    .p-idx-mes__item-sublead {
        font-size: 1rem;
    }
}
.p-idx-mes__item-txt {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75;
}
.p-idx-mes__item-txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
}
.p-idx-mes__item-txt::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
}
.p-idx-mes__item-txt {
    margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
    .p-idx-mes__item-txt {
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-mes__item-txt {
        font-size: 0.75rem;
    }
}
.p-idx-mes__itemWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3.5rem 3rem;
    width: 100%;
    max-width: 65.625rem;
    margin: 8.5rem auto 0;
    position: relative;
}
@media screen and (min-width: 835px) {
    .p-idx-mes__itemWrapper::before {
        content: "";
        width: 26.125rem;
        aspect-ratio: 835/591;
        background: url(/img/recruit/top/bg-message2.webp) no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: -4.625rem;
    }
}
@media screen and (max-width: 834px) {
    .p-idx-mes__itemWrapper {
        flex-direction: column;
        gap: 2.5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-mes__itemWrapper {
        gap: 1.25rem;
        margin-top: 7.5rem;
    }
}
.p-idx-about {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 43.75rem;
    padding-inline: 6.25rem;
    color: #fff;
    position: relative;
}
@media screen and (max-width: 834px) {
    .p-idx-about {
        height: 35rem;
        padding-inline: 3.75rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-about {
        height: auto;
        padding: 10rem 2.5rem 6.25rem;
    }
}
.p-idx-about::before {
    content: "";
    width: calc(100% - 6.25rem);
    height: 100%;
    position: absolute;
    left: 3.125rem;
    top: 0;
    z-index: -1;
    background: url(/img/recruit/top/bg-about.webp) no-repeat 50%;
    background-size: cover;
}
@media screen and (max-width: 834px) {
    .p-idx-about::before {
        width: calc(100% - 3.75rem);
        left: 1.875rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-about::before {
        width: calc(100% - 2.5rem);
        left: 1.25rem;
        background-image: url(/img/recruit/top/bg-about-sp.webp);
    }
}
.p-idx-about__btn {
    width: 100%;
    max-width: 19.75rem;
    height: 3.75rem;
    margin-top: 5rem;
}
@media screen and (max-width: 834px) {
    .p-idx-about__btn {
        max-width: 15.8rem;
        height: 3rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-about__btn {
        max-width: 12.5rem;
        height: 2.5rem;
        margin-top: 6.875rem;
    }
}
.p-idx-other {
    max-width: 75rem;
    margin-top: 10rem;
    padding-top: 5.875rem;
    padding-bottom: 4.625rem;
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 834px) {
    .p-idx-other {
        margin-top: 4.7rem;
        padding-top: 4.7rem;
        padding-bottom: 3.7rem;
        gap: 6rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-other {
        margin-top: 3.125rem;
        padding-top: 2.5rem;
        padding-bottom: 3.75rem;
        gap: 3.125rem;
    }
}
.p-idx-other::before {
    content: "";
    width: 61.5384615385%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% 0;
    border-radius: 0.625rem;
    background-color: rgba(243, 218, 108, 0.4);
    z-index: -1;
}
@media screen and (max-width: 834px) {
    .p-idx-other::before {
        width: 74.6666666667%;
    }
}
.p-idx-other__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 6.6666666667%;
}
@media screen and (min-width: 835px) {
    .p-idx-other__item:nth-child(even) {
        flex-direction: row-reverse;
    }
}
@media screen and (max-width: 834px) {
    .p-idx-other__item {
        flex-direction: column-reverse;
    }
}
.p-idx-other__item-txtfield {
    flex: 1;
    padding-top: 4.375rem;
    text-align: center;
}
@media screen and (max-width: 834px) {
    .p-idx-other__item-txtfield {
        flex: unset;
        width: 100%;
    }
}
.p-idx-other__item-txtfield .c-hikki::before {
    top: -25%;
}
.p-idx-other__item-img {
    width: 48.3333333333%;
}
@media screen and (max-width: 834px) {
    .p-idx-other__item-img {
        width: 100%;
    }
}
.p-idx-other__item-img img {
    border-radius: 0.625rem;
}
.p-idx-other__item-btn {
    width: 100%;
    max-width: 19.75rem;
    height: 3.75rem;
    margin: 2.5rem auto 0;
}
@media screen and (max-width: 834px) {
    .p-idx-other__item-btn {
        max-width: 15.8rem;
        height: 3rem;
    }
}
@media screen and (max-width: 480px) {
    .p-idx-other__item-btn {
        max-width: 12.5rem;
        height: 2.5rem;
        margin-top: 1.5rem;
    }
}

.p-about-history__item {
    display: flex;
    gap: 1.875rem;
}
@media screen and (max-width: 834px) {
    .p-about-history__item {
        flex-direction: column;
        gap: 1.25rem;
    }
}
.p-about-history__item-head {
    display: flex;
    gap: 0.1875rem;
}
@media screen and (max-width: 834px) {
    .p-about-history__item-head {
        width: 100%;
    }
}
.p-about-history__item-ttl {
    width: 8.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #efedde;
}
@media screen and (max-width: 834px) {
    .p-about-history__item-ttl {
        width: auto;
        flex: 1;
        height: 2.5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-about-history__item-ttl {
        height: 1.875rem;
        font-size: 0.75rem;
    }
}
.p-about-history__item-ttl.--accent {
    background-color: #f3da6c;
}
.p-about-history__item-txt {
    flex: 1;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.75;
    padding-block: 0.625rem;
}
@media screen and (max-width: 834px) {
    .p-about-history__item-txt {
        flex: unset;
        width: 100%;
        padding: 0;
        line-height: 1.83;
    }
    .p-about-history__item-txt::before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 1.83) * 0.5em);
    }
    .p-about-history__item-txt::after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - 1.83) * 0.5em);
    }
}
@media screen and (max-width: 480px) {
    .p-about-history__item-txt {
        font-size: 0.75rem;
    }
}
.p-about-history__item-txt span {
    font-weight: bold;
}
.p-about-history__itemWrapper {
    display: flex;
    flex-direction: column;
    gap: 0.1875rem;
    margin-top: 4.375rem;
}
@media screen and (max-width: 834px) {
    .p-about-history__itemWrapper {
        gap: 3rem;
        margin-top: 3.5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-about-history__itemWrapper {
        gap: 2.25rem;
        margin-top: 2.5rem;
    }
}
.p-about-data {
    display: flex;
    justify-content: space-between;
    margin-top: 7.5rem;
    padding-bottom: 1.25rem;
}
@media screen and (max-width: 834px) {
    .p-about-data {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 4.375rem 1rem;
        margin: 6rem auto 0;
        max-width: 30rem;
    }
}
@media screen and (max-width: 480px) {
    .p-about-data {
        gap: 4.375rem 0.625rem;
        margin-top: 4.375rem;
        padding-bottom: 1.875rem;
    }
}
.p-about-data__item {
    display: flex;
    flex-direction: column;
    width: calc(25% - 0.625rem);
    padding: 2.25rem 0.5625rem 1.875rem;
    border: 1px solid #ccc;
    border-radius: 0.625rem;
    position: relative;
}
@media screen and (max-width: 834px) {
    .p-about-data__item {
        width: calc(50% - 0.5rem);
    }
}
@media screen and (max-width: 480px) {
    .p-about-data__item {
        width: calc(50% - 0.3125rem);
        padding: 1.875rem 0.5625rem 1.5rem;
        aspect-ratio: 155/194;
    }
}
.p-about-data__item::before {
    content: "";
    width: 25.4166666667%;
    aspect-ratio: 122/106;
    position: absolute;
    left: 50%;
    top: -13%;
    translate: -50% 0;
    z-index: 10;
    background: no-repeat 50%;
    background-size: cover;
}
.p-about-data__item:nth-child(1)::before {
    background-image: url(/img/recruit/common/ico-flower1.webp);
}
.p-about-data__item:nth-child(2)::before {
    background-image: url(/img/recruit/common/ico-flower2.webp);
}
.p-about-data__item:nth-child(3)::before {
    background-image: url(/img/recruit/common/ico-flower3.webp);
}
.p-about-data__item:nth-child(4)::before {
    background-image: url(/img/recruit/common/ico-flower4.webp);
}
.p-about-data__ttl {
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.625rem;
}
@media screen and (max-width: 834px) {
    .p-about-data__ttl {
        font-size: 1rem;
        margin-bottom: 1.3rem;
    }
}
@media screen and (max-width: 480px) {
    .p-about-data__ttl {
        font-size: 0.75rem;
        margin-bottom: 0.75rem;
    }
}
.p-about-data__img1 {
    margin: auto auto 0;
    width: 70%;
}
.p-about-data__img2 {
    margin: auto auto 0;
    width: 82.7272727273%;
}
.p-about-data__img3 {
    margin: auto auto 0;
    width: 80.4545454545%;
}
.p-about-data__img4 {
    margin: auto auto 0;
    width: 43.6363636364%;
}
.p-about-data__subtxt {
    color: #999;
    font-size: 0.625rem;
    font-weight: 500;
    width: 100%;
    line-height: 1.4;
    letter-spacing: -0.05em;
    position: absolute;
    left: 0;
    top: calc(100% + 0.625rem);
}
@media screen and (min-width: 835px) {
    .p-about-data__subtxt.--last {
        text-align: center;
    }
}
.p-about-overview__tbl {
    width: 100%;
    max-width: 38.75rem;
    margin: 6.25rem auto 0;
}
@media screen and (max-width: 834px) {
    .p-about-overview__tbl {
        margin-top: 5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-about-overview__tbl {
        margin-top: 3.125rem;
    }
}
.p-about-overview__tbl, .p-about-overview__tbl thead {
    display: block;
}
.p-about-overview__tbl tbody {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
}
@media screen and (max-width: 480px) {
    .p-about-overview__tbl tbody {
        gap: 0.75rem;
    }
}
.p-about-overview__tbl tr {
    display: flex;
    gap: 1.875rem;
}
@media screen and (max-width: 834px) {
    .p-about-overview__tbl tr {
        gap: 0.9375rem;
    }
}
@media screen and (max-width: 480px) {
    .p-about-overview__tbl tr {
        flex-wrap: wrap;
        gap: 0;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid #eee;
    }
}
.p-about-overview__tbl th {
    display: block;
    text-align: left;
    width: 10rem;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #eee;
}
@media screen and (max-width: 834px) {
    .p-about-overview__tbl th {
        width: 7.5rem;
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 480px) {
    .p-about-overview__tbl th {
        font-size: 0.75rem;
        width: 100%;
        padding-bottom: 0.3125rem;
        border-bottom: none;
    }
}
.p-about-overview__tbl-txt {
    display: block;
    width: calc(100% - 14.75rem);
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #eee;
}
@media screen and (max-width: 834px) {
    .p-about-overview__tbl-txt {
        width: calc(100% - 10.375rem);
        font-size: 0.875rem;
    }
}
@media screen and (max-width: 480px) {
    .p-about-overview__tbl-txt {
        flex: 1;
        width: auto;
        padding-bottom: 0;
        border-bottom: none;
    }
}
.p-about-overview__tbl-map {
    display: block;
    width: 1rem;
    padding-bottom: 0.9375rem;
}
@media screen and (max-width: 480px) {
    .p-about-overview__tbl-map {
        padding-bottom: 0;
        padding-left: 0.75rem;
        box-sizing: content-box;
    }
}
.p-about-overview__tbl-map a {
    display: block;
}
.p-about-overview__tbl-map a:hover .cls-1 {
    fill: #f3da6c;
}
.p-about-overview__tbl-map svg {
    width: 100%;
    height: auto;
}
.p-about-overview__tbl-map .cls-1 {
    fill: #333333;
    transition: fill 0.2s ease-out;
}

.p-work-office {
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
    width: auto;
    margin: 6.875rem -2.5rem 0;
}
@media screen and (max-width: 834px) {
    .p-work-office {
        margin: 5.5rem 0 0;
        gap: 6rem;
    }
}
@media screen and (max-width: 480px) {
    .p-work-office {
        margin-top: 3.5rem;
        gap: 3.125rem;
    }
}
.p-work-office__item {
    display: flex;
    gap: 3.7037037037%;
    width: 100%;
}
@media screen and (min-width: 835px) {
    .p-work-office__item:nth-child(even) {
        flex-direction: row-reverse;
    }
}
@media screen and (max-width: 834px) {
    .p-work-office__item {
        flex-direction: column;
        gap: 2.5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-work-office__item {
        gap: 1.875rem;
    }
}
.p-work-office__txtfield {
    flex: 1;
    text-align: center;
}
@media screen and (max-width: 834px) {
    .p-work-office__txtfield {
        flex: unset;
        width: 100%;
    }
}
.p-work-office__ttl {
    padding-top: 3.125rem;
    margin-bottom: 1.875rem;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: bold;
}
@media screen and (max-width: 834px) {
    .p-work-office__ttl {
        padding-top: 2.5rem;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 480px) {
    .p-work-office__ttl {
        padding-top: 1.875rem;
        font-size: 1.25rem;
    }
}
.p-work-office__ttl.c-hikki::before {
    font-size: 7rem;
    top: 40%;
}
@media screen and (max-width: 834px) {
    .p-work-office__ttl.c-hikki::before {
        font-size: 5.6rem;
    }
}
@media screen and (max-width: 480px) {
    .p-work-office__ttl.c-hikki::before {
        font-size: 4.5rem;
    }
}
.p-work-office__txt {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.75;
}
.p-work-office__txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
}
.p-work-office__txt::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 834px) {
    .p-work-office__txt {
        font-size: 0.875rem;
    }
}
.p-work-office__img {
    width: 60.462962963%;
}
@media screen and (max-width: 834px) {
    .p-work-office__img {
        width: 100%;
    }
}
.p-work-style {
    display: flex;
    justify-content: space-between;
    margin-top: 6.25rem;
}
@media screen and (max-width: 834px) {
    .p-work-style {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2.5rem 1rem;
        margin: 5rem auto 0;
        max-width: 30rem;
    }
}
@media screen and (max-width: 480px) {
    .p-work-style {
        gap: 1.875rem 0.625rem;
        margin-top: 4.375rem;
    }
}
.p-work-style__item {
    display: flex;
    flex-direction: column;
    width: calc(25% - 0.625rem);
    padding: 3.75rem 0.5625rem 3.125rem;
    border: 1px solid #ccc;
    border-radius: 0.625rem;
    position: relative;
}
@media screen and (max-width: 834px) {
    .p-work-style__item {
        width: calc(50% - 0.5rem);
    }
}
@media screen and (max-width: 480px) {
    .p-work-style__item {
        width: calc(50% - 0.3125rem);
        padding: 2.25rem 0.5625rem 1.875rem;
    }
}
.p-work-style__item::before {
    content: "";
    width: 25.4166666667%;
    aspect-ratio: 122/106;
    position: absolute;
    left: 50%;
    top: -13%;
    translate: -50% 0;
    z-index: 10;
    background: no-repeat 50%;
    background-size: cover;
}
.p-work-style__item:nth-child(1)::before {
    background-image: url(/img/recruit/common/ico-flower1.webp);
}
.p-work-style__item:nth-child(2)::before {
    background-image: url(/img/recruit/common/ico-flower2.webp);
}
.p-work-style__item:nth-child(3)::before {
    background-image: url(/img/recruit/common/ico-flower3.webp);
}
.p-work-style__item:nth-child(4)::before {
    background-image: url(/img/recruit/common/ico-flower4.webp);
}
.p-work-style__ttl {
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2.5rem;
}
@media screen and (max-width: 834px) {
    .p-work-style__ttl {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 480px) {
    .p-work-style__ttl {
        font-size: 0.875rem;
    }
}
.p-work-style__txt {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.75;
}
.p-work-style__txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
}
.p-work-style__txt::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 480px) {
    .p-work-style__txt {
        font-size: 0.75rem;
        line-height: 1.33;
    }
    .p-work-style__txt::before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-top: calc((1 - 1.33) * 0.5em);
    }
    .p-work-style__txt::after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        margin-bottom: calc((1 - 1.33) * 0.5em);
    }
}

.p-member-fv__img {
    width: 59.75rem;
    position: absolute;
    bottom: 0;
    left: 67%;
    translate: -50% 0;
}
@media screen and (max-width: 834px) {
    .p-member-fv__img {
        width: 26.25rem;
        max-width: 33.75rem;
        left: 52%;
    }
}
@media screen and (max-width: 480px) {
    .p-member-fv__img {
        width: 18.4375rem;
        max-width: 23.4375rem;
        left: 52%;
    }
}
.p-member-wrap {
    position: relative;
}
@media screen and (max-width: 480px) {
    .p-member-wrap {
        padding-bottom: 10rem;
    }
}
.p-member-wrap::before {
    content: "";
    width: 82.5%;
    aspect-ratio: 1815/861;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    translate: -50% 0;
    background: url(/img/recruit/member/bg-member.webp) no-repeat 0;
    background-size: cover;
    z-index: -1;
}
@media screen and (max-width: 480px) {
    .p-member-wrap::before {
        width: 81.7333333333%;
        aspect-ratio: 613/298;
        top: -1.5625rem;
        background-image: url(/img/recruit/member/bg-member-sp.webp);
    }
}
.p-member-wrap::after {
    content: "";
    width: 39.0909090909%;
    aspect-ratio: 860/610;
    position: absolute;
    left: 4.375rem;
    bottom: -5.625rem;
    background: url(/img/recruit/member/bg-member2.webp) no-repeat 0;
    background-size: cover;
    z-index: -1;
}
@media screen and (max-width: 480px) {
    .p-member-wrap::after {
        width: 72.8%;
        aspect-ratio: 546/386;
        bottom: 0;
        left: 50%;
        translate: -50% 0;
        background-image: url(/img/recruit/member/bg-member2-sp.webp);
    }
}
.p-member-lead {
    width: 100%;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.75;
    font-weight: bold;
}
.p-member-lead::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
}
.p-member-lead::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 834px) {
    .p-member-lead {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 480px) {
    .p-member-lead {
        font-size: 1.125rem;
    }
}
.p-member-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6.875rem 0;
    width: 100%;
    margin-top: 10rem;
    position: relative;
}
@media screen and (max-width: 834px) {
    .p-member-list {
        margin-top: 8rem;
        gap: 5.5rem 0;
    }
}
@media screen and (max-width: 480px) {
    .p-member-list {
        gap: 3.125rem 0;
        margin-top: 5.625rem;
        padding-bottom: 2.5rem;
        flex-direction: column;
    }
}
.p-member-list::before {
    content: "";
    width: 80%;
    height: calc(100% - 17.25rem);
    position: absolute;
    left: 10%;
    top: 7.875rem;
    border-radius: 0.625rem;
    background-color: rgba(243, 218, 108, 0.4);
    z-index: -10;
}
@media screen and (max-width: 480px) {
    .p-member-list::before {
        width: 87.5%;
        height: 100%;
        left: 50%;
        top: 0;
        translate: -50% 0;
    }
}
.p-member-list li {
    width: 40%;
}
@media screen and (max-width: 834px) {
    .p-member-list li {
        width: 45%;
    }
}
@media screen and (max-width: 480px) {
    .p-member-list li {
        width: 100%;
    }
}
.p-member-list li:nth-child(2) {
    margin-top: 17.5rem;
}
@media screen and (max-width: 834px) {
    .p-member-list li:nth-child(2) {
        margin-top: 12.5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-member-list li:nth-child(2) {
        margin-top: 0;
    }
}
.p-member-list li:nth-child(odd):not(:first-child) {
    margin-top: -17.5rem;
}
@media screen and (max-width: 834px) {
    .p-member-list li:nth-child(odd):not(:first-child) {
        margin-top: -12.5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-member-list li:nth-child(odd):not(:first-child) {
        margin-top: 0;
    }
}
.p-member-list__thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0.625rem;
}
.p-member-list__thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
a:hover .p-member-list__thumb::before {
    opacity: 1;
}
.p-member-list__thumb p {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 0.8;
    font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 834px) {
    .p-member-list__thumb p {
        font-size: 0.75rem;
        right: 1.25rem;
    }
}
.p-member-list__post {
    margin: 1.5rem 0 0.625rem;
    line-height: 1;
    font-weight: 500;
    font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
    .p-member-list__post {
        font-size: 0.75rem;
        margin-top: 1.25rem;
    }
}
.p-member-list__name {
    line-height: 1.2;
    font-weight: bold;
    font-size: 1rem;
}
@media screen and (max-width: 480px) {
    .p-member-list__name {
        font-size: 0.875rem;
    }
}
.p-member-list__name span {
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
}
@media screen and (max-width: 480px) {
    .p-member-list__name span {
        font-size: 1rem;
    }
}

.p-rec-ttl {
    width: 100%;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
}
.p-rec-ttl::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
}
.p-rec-ttl::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (max-width: 834px) {
    .p-rec-ttl {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 480px) {
    .p-rec-ttl {
        font-size: 1.25rem;
    }
}
.p-rec-list {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    width: 100%;
    max-width: 50rem;
    margin: 3.125rem auto 0;
}
@media screen and (max-width: 834px) {
    .p-rec-list {
        margin-top: 2.5rem;
    }
}
@media screen and (max-width: 480px) {
    .p-rec-list {
        margin-top: 1.875rem;
    }
}
.p-rec-list a {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75;
    color: #333333;
    padding: 2.125rem 4.375rem 2.125rem 2.125rem;
    border: 1px solid #eee;
    border-radius: 0.625rem;
    transition: border 0.2s ease-out;
    background: url(/img/recruit/recruit/icon-link.svg) no-repeat right 1.5rem top 50%;
    background-size: 1.1875rem auto;
}
@media screen and (max-width: 834px) {
    .p-rec-list a {
        font-size: 1rem;
        padding: 1.7rem 3.5rem 1.7rem 1.7rem;
        background-position: right 1.25rem top 50%;
    }
}
@media screen and (max-width: 480px) {
    .p-rec-list a {
        font-size: 0.875rem;
        padding: 0.875rem 2.5rem 0.875rem 0.875rem;
        background-size: 0.625rem;
        background-position: right 0.9375rem top 50%;
    }
}
.p-rec-list a:hover {
    border-color: #999;
}

.u-hover-line {
    position: relative;
}
.u-hover-line::before {
    display: block;
    content: "";
    width: 100%;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    bottom: -0.75em;
    transform-origin: right top;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}
@media screen and (max-width: 480px) {
    .u-hover-line::before {
        bottom: -0.5em;
    }
}
.u-hover-line:hover::before {
    transform: scaleX(1);
    transform-origin: left top;
}

@keyframes scrolltext {
    0% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(-50%, 0%);
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes circle {
    to {
        stroke-dashoffset: 0;
    }
    from {
        stroke-dashoffset: 1362;
    }
}
@media screen and (min-width: 1241px) {
    .u-dn-lg-min {
        display: none;
    }
}

@media screen and (max-width: 1240px) {
    .u-dn-lg-max {
        display: none;
    }
}

.js-parallax {
    overflow: hidden;
}

@media screen and (min-width: 835px) {
    .u-dn-md-min {
        display: none;
    }
}

@media screen and (max-width: 834px) {
    .u-dn-md-max {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    .u-dn-sm-min {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .u-dn-sm-max {
        display: none;
    }
}

.u-dn {
    display: none;
}

.u-ta-right {
    text-align: right;
}

.u-ta-center {
    text-align: center;
}

.u-mt-0 {
    margin-top: 0 !important;
}

.u-mb-0 {
    margin-bottom: 0 !important;
}

.u-pt-0 {
    padding-top: 0 !important;
}

.u-pb-0 {
    padding-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */