@charset "utf-8";

html {
    scrollbar-gutter: stable;
}

/* 下層カバー */
.in-cover-image.pc {
    display: block;
    padding-top: 26.04%;
    position: relative;
}

.in-cover-image.sp {
    display: none;
    padding-top: 62.5%;
    position: relative;
}

.in-cover {
    position: relative;
    width: 100%;
}

.in-cover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(56, 54, 44, 0.6) 0%, rgba(56, 54, 44, 0) 50%, rgba(56, 54, 44, 0.6) 100%);
}

.in-cover-title-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.4rem 1.5rem 0;
}

.in-cover-title {
    font-size: 5rem;
    letter-spacing: 0.03em;
    line-height: 1.45;
    font-weight: 600;
    text-align: center;
    color: var(--white);
    font-family: var(--font-family01);
}

.in-cover-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.in-cover-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* パンクズ */
.breadcrumbs-wrapper {
    margin: 2rem 0 0;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.5rem;
    width: 100%;
    max-width: 165rem;
    margin: 0 auto;
}

.breadcrumbs-item {
    font-size: 1.6rem;
}

.breadcrumbs-link {
    font-size: 1.6rem;
}

.breadcrumbs-item a:hover {
    text-decoration: underline;
}

.breadcrumbs-arrow {
    padding: 0 1rem;
}

/* 共通 */
.area {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.in-title-box {
    text-align: center;
}

.in-sub-title20 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25em;
    font-family: var(--font-family03);
    color: var(--priary);
}

.in-title40 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3rem;
    font-size: 4rem;
    font-family: var(--font-family01);
    font-weight: 600;
}

.in-title40::before {
    content: "";
    background-color: var(--border-tertiary);
    width: 6rem;
    height: 0.1rem;
}

.in-title40::after {
    content: "";
    background-color: var(--border-tertiary);
    width: 6rem;
    height: 0.1rem;
}

/* growページ */
.grow-read-wrapper {
    margin: 15.5rem 0 0;
}

.grow-read-area {
    max-width: 135rem;
}

.grow-read-title {
    font-family: var(--font-family01);
    font-size: 5rem;
    letter-spacing: 1.5em;
    letter-spacing: 0.03em;
    font-weight: 600;
    text-align: center;
}

.grow-read-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    font-family: var(--font-family01);
    font-size: 2.8rem;
    letter-spacing: 1.5em;
    letter-spacing: 0.03em;
    font-weight: 500;
    text-align: center;
}

.grow-read-text::before,
.grow-read-text::after {
    content: "";
    background: var(--base-font-color);
    width: 2.8rem;
    height: 2px;
}

.grow-read-text::before {
    order: -1;
}

.grow-read-text::after {
    order: 2;
}

.grow-read-title br,
.grow-read-text br {
    display: none;
}

.grow-read-image {
    width: 100%;
    margin: 6rem 0 0;
}

.grow-info-wrapper {
    margin: 16rem 0 0;
}

.grow-info-area {
    max-width: 103rem;
}

.grow-info-box {
    margin: 4.5rem 0 0;
}

.grow-info-tr {
    display: flex;
    width: 100%;
    padding: 3.5rem 0;
    border-bottom: 1px solid var(--border-secondary);
}

.grow-info-th {
    width: 21%;
}

.grow-info-td {
    flex: 1;
}

.grow-info-tr p {
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 2rem;
}

.grow-access-wrapper {
    margin: 16rem 0 0;
}

.grow-access-area {
    max-width: 155rem;
}

.grow-access-box {
    margin: 6rem 0 0;
}

.grow-access-2column {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.grow-access-item {
    padding: 6rem;
    background: var(--tertiary);
}

.grow-access-2column .grow-access-item {
    width: 48%;
    max-width: 73rem;
}

.grow-access-item-title {
    font-size: 2.8rem;
    padding: 0 0 0 1.5rem;
    border-left: .4rem solid #6C6661;
    font-family: var(--font-family01);
    color: #FAFAF9;
    line-height: 1.45;
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: 2.8rem;
}

.grow-access-item-text {
    font-size: 1.8rem;
    line-height: 1.55;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    color: #AAA7A4;
}

.grow-access-2column .grow-access-item-text {
    margin: 3rem 0 0;
    text-align: left;
}

.grow-access-map {
    width: 100%;
    height: 50rem;
    margin: 6rem 0 0;
}

.grow-access-map iframe {
    width: 100%;
    height: 100%;
}

.grow-menu-wrapper {
    margin: 16rem 0 0;
}

.grow-menu-area {
    max-width: 155rem;
}

.grow-menu-tax-text {
    margin: 2rem auto 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.05em;
}

.grow-menu-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 6rem 0 0;
}

.grow-menu-column {
    width: 48.5%;
    max-width: 73rem;
}

.grow-menu-item-box {
    width: 100%;
    max-width: 73rem;
    margin: 0 auto;
    padding: 4rem 5rem;
    background: var(--fifth);
}

.grow-menu-item-box-pickup {
    position: relative;
}

.grow-menu-item-box-pickup::before {
    content: "";
    position: absolute;
    top: -2.2rem;
    right: 4.15rem;
    z-index: 1;
    transform: rotate(5deg);
    width: 29.5rem;
    aspect-ratio: 295/61;
    background: url(../../../../uploads/menu_pickup.png) no-repeat center /contain;
}

.grow-menu-item-title-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.grow-menu-item-box:nth-of-type(n + 2) {
    margin: 6rem 0 0;
}

.grow-menu-item-title {
    font-size: 4rem;
    letter-spacing: 0;
    line-height: 1.45;
    font-weight: 400;
    font-family: var(--font-family03);
    color: var(--primary);
}

.grow-menu-item-sub-title {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45;
    color: #403F3E;
}

.grow-menu-row-box {
    margin: 4rem 0 0;
}

.grow-menu-item {
    padding: 2rem 0;
    border-bottom: 1px solid var(--border-primary);
}

.grow-menu-row {
    display: flex;
    justify-content: space-between;
}

.grow-menu-name {
    flex: 1;
}

.grow-menu-name p {
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: .05em;
    font-weight: 500;
}

.grow-menu-price {
    width: 100%;
    max-width: max-content;
}

.grow-menu-price p {
    font-family: var(--font-family03);
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: .05em;
    font-weight: 400;
}

.grow-menu-text-box {
    display: flex;
    margin: .8rem 0 0;
}

.grow-menu-text-box:nth-of-type(n + 2) {
    margin: 0;
}

.grow-menu-text {
    letter-spacing: 0.05em;
    line-height: 1.45;
    font-weight: 400;
}

.grow-staff-wrapper {
    margin: 16rem 0 0;
}

.grow-staff-area {
    max-width: 155rem;
}

.grow-staff-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 8rem 3rem;
    margin: 6rem 0 0;
}

.grow-staff-item {
    width: 100%;
    max-width: 48.5rem;
}

.grow-staff-image {
    width: 100%;
    overflow: hidden;
}

.grow-staff-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.grow-staff-position {
    width: 100%;
    max-width: max-content;
    margin: 2rem 0 0;
    padding: .2rem 1.5rem;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 400;
    font-family: var(--font-family03);
    font-size: 2rem;
    color: var(--white);
    background: var(--primary);
}

.grow-staff-name {
    margin: 1rem 0 0;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-size: 2.6rem;
    font-weight: 500;
}

.grow-staff-name-en {
    margin: 0.5rem 0 0;
    font-size: 1.6rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--font-family03);
    font-weight: 400;
}

.grow-staff-modal-btn {
    margin: 2rem 0 0;
}

.grow-staff-modal-target {
    display: none;
}

.modaal-content-container {
    padding: 0 !important;
}

.modaal-container {
    max-width: 125rem !important;
}

.grow-staff-modal-box {
    width: 100%;
    max-width: 132rem;
    padding: 5rem;
}

.grow-staff-modal-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
}

.grow-staff-modal-image {
    width: 48.5%;
    max-width: 56rem;
}

.grow-staff-modal-text-box {
    width: 50%;
    max-width: 61rem;
}

.grow-staff-modal-position {
    width: 100%;
    max-width: max-content;
    padding: .2rem 1.5rem;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 400;
    font-family: var(--font-family03);
    font-size: 2rem;
    color: var(--white);
    background: var(--primary);
}

.grow-staff-modal-name {
    margin: 1rem 0 0;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-size: 2.6rem;
    font-weight: 500;
}

.grow-staff-modal-name-en {
    margin: 1rem 0 0;
    font-size: 1.6rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--font-family03);
    font-weight: 400;
}

.grow-staff-modal-table {
    width: 100%;
    margin: 1rem 0 0;
}

.grow-staff-modal-tr {
    width: 100%;
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid var(--border-secondary);
}

.grow-staff-modal-th {
    width: 30%;
    max-width: 17.5rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
    font-weight: 500;
    color: var(--primary);
}

.grow-staff-modal-th br {
    display: none;
}

.grow-staff-modal-td {
    flex: 1;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
    font-weight: 500;
}

.grow-staff-modal-td b {
    display: inline-block;
    margin: 0 0 1rem 0;
    font-weight: 700;
    font-size: 2rem;
}

.modaal-close {
    position: absolute !important;
    background: none !important;
    top: 3rem !important;
    right: 3rem !important;
    width: 3.2rem !important;
    height: auto !important;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.modaal-close:after,
.modaal-close:before {
    border-radius: 0 !important;
    width: 1px !important;
    height: 100%;
    background: var(--base-font-color);
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: auto !important;
}

.grow-contact-wrapper {
    margin: 16rem 0 0;
    padding: 13rem 0 10rem;
    background: var(--primary);
}

.grow-contact-area {
    max-width: 145rem;
}

.grow-contact-area .in-title-box p,
.grow-contact-area .in-title-box h2 {
    color: var(--white);
}

.grow-contact-link-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    width: 100%;
    max-width: 95rem;
    margin: 6rem auto 0;
}

.grow-contact-link-item {
    width: 48%;
    max-width: 43rem;
}

.grow-contact-link-item>p {
    width: 100%;
}

.grow-contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 8rem;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 1rem;
    border-radius: .3rem;
    background: var(--white);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45;
    border: .2rem solid var(--white);
    transition: all .3s;
}

.grow-contact-link-web:hover,
.grow-contact-link-line:hover {
    background: rgba(255, 255, 255, 0.6);
}

.grow-contact-link-tel {
    font-size: 2.8rem;
    letter-spacing: 0;
}

.grow-contact-link::before {
    content: "";
    display: block;
    width: 2.5rem;
    aspect-ratio: 1/1;
}

.grow-contact-link-web::before {
    background: url(../../../../uploads/reserve_icon_black.png) no-repeat center /contain;
}

.grow-contact-link-tel::before {
    background: url(../../../../uploads/tel_icon_black.png) no-repeat center /contain;
}

.grow-contact-link-line::before {
    background: url(../../../../uploads/line_icon.png) no-repeat center /contain;
    width: max(40px, 2.5rem);
}

.grow-contact-link-item-text {
    display: inline-block;
    text-align: center;
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
    line-height: 1.45;
    font-weight: 500;
    font-size: 1.8rem;
    color: var(--white);
}

/* grow-ギャラリー */

.growGalleryWr {
    max-width: 155rem;
    width: 100%;
    margin: 16rem auto 0;
    padding: 0 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.growGalleryBlockBoxWr {
    flex: 1;
    margin-top: 1.3rem;
}

.growGalleryBtnPc {
    display: block;
}

.growGalleryBtnSp {
    display: none;
}

.growGalleryTitLeftBox {
    max-width: 22rem;
    width: 100%;
    margin: 0 19rem 0 0;
}

.growGalleryBtnMg {
    margin: 10rem 0 0 0;
}

.growJaTit01 {
    font-size: 4rem;
    font-family: var(--font-family01);
    font-weight: 600;
}

.growEnTit01 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25em;
    font-family: var(--font-family03);
    color: var(--primary);
}


/* リクルート */
.recruit-read-wrapper {
    margin: 15rem 0 0;
}

.recruit-read-area {
    max-width: 165rem;
}

.recruit-read-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.recruit-read-image {
    width: 48.5%;
    max-width: 78rem;
}

.recruit-read-text-box {
    width: 45%;
    max-width: 72rem;
}

.recruit-read-title {
    font-size: 5rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-family: var(--font-family01);
}

.recruit-read-title span {
    font-size: 4rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.recruit-read-text {
    margin: 5rem 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 500;
}

.recruit-skill-wrapper {
    margin: 16rem 0 0;
}

.recruit-skill-area {
    max-width: 155rem;
}

.recruit-skill-area .in-title40 span {
    font-size: 3rem;
}

.recruit-skill-area .in-title40 span:first-of-type {
    margin: 0 -3rem 0 0;
}

.recruit-skill-area .in-title40 span:last-of-type {
    margin: 0 0 0 -3rem;
}

.recruit-skill-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem 20rem;
    margin: 8rem 0 0;
}

.recruit-skill-item {
    width: 100%;
}

.recruit-skill-item-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.recruit-skill-item-left {
    display: flex;
    flex-direction: column;
    padding: 3rem 0 2.2rem 0;
}

.recruit-skill-item-number-box {
    display: flex;
    flex-direction: column;
}

.recruit-skill-item-number-skill {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    font-family: var(--font-family03);
    color: var(--primary);
}

.recruit-skill-item-number {
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    font-family: var(--font-family03);
    color: var(--primary);
}

.recruit-skill-item-title {
    margin: auto 0 0;
    font-size: 3rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--font-family01);
}

.recruit-skill-image {
    width: 45%;
    max-width: 30rem;
}

.recruit-skill-text {
    margin: 1.5rem 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 500;
}

.recruit-environment-wrapper {
    margin: 16rem 0 0;
}

.recruit-environment-area {
    max-width: 155rem;
}

.recruit-environment-box {
    margin: 8rem 0 0;
}

.recruit-environment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.recruit-environment-item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.recruit-environment-item:nth-of-type(n + 2) {
    margin: 10rem 0 0;
}

.recruit-environment-image {
    width: 47%;
    max-width: 68rem;
}

.recruit-environment-text-box {
    width: 47%;
    max-width: 71rem;
}

.recruit-environment-item-title {
    font-size: 4rem;
    letter-spacing: 0.03em;
    line-height: 1.45;
    font-weight: 600;
    font-family: var(--font-family01);
}

.recruit-environment-item-text {
    margin: 5rem 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2;
}

.recruit-flow-wrapper {
    margin: 16rem 0 0;
    padding: 13rem 0;
    background: var(--primary);
}

.recruit-flow-area {
    max-width: 100rem;
}

.recruit-flow-area .in-sub-title20 {
    color: var(--fifth);
}

.recruit-flow-area .in-title40 {
    color: var(--body-color);
}

.recruit-flow-box {
    margin: 6.5rem 0 0;
}

.recruit-flow-item {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.recruit-flow-item:nth-of-type(n+2) {
    margin: 5.5rem 0 0;
}

.recruit-flow-image {
    width: 15rem;
    aspect-ratio: 1/1;
}

.recruit-flow-text-box {
    flex: 1;
}

.recruit-flow-num-box {
    display: flex;
    align-items: baseline;
    gap: 2rem;
}

.recruit-flow-num {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.45;
    font-family: var(--font-family03);
    color: #8E8B7F;
}

.recruit-flow-num-title {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.45;
    font-family: var(--font-family01);
    color: var(--white);
}

.recruit-flow-text {
    margin: 2rem 0 0;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2;
    color: #BFBEB7;
}

.recruit-types-wrapper {
    margin: 16rem 0 0;
}

.recruit-types-area {
    max-width: 100rem;
}

.recruit-types-box {
    margin: 2.5rem 0 0;
}

.recruit-types-tr {
    display: flex;
    width: 100%;
    padding: 3.5rem 0;
    border-bottom: 1px solid var(--border-secondary);
}

.recruit-types-th {
    width: 21%;
}

.recruit-types-td {
    flex: 1;
}

.recruit-types-tr p {
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 2rem;
}

.recruit-entry-wrapper {
    margin: 13rem 0 0;
    padding: 10rem;
    background: var(--fifth);
}

.recruit-entry-area {
    max-width: 100rem;
}

.recruit-entry-tel-box {
    width: 100%;
    max-width: 60rem;
    margin: 4rem auto 0;
    padding: 3rem 0;
    border: 1px solid var(--border-tertiary);
}

.recruit-entry-tel-box p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.45;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.recruit-entry-tel {
    font-size: 2.5rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.45;
    font-family: var(--font-family03);
}

.recruit-entry-tel span {
    font-size: 4rem;
}

.recruit-entry-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 61rem;
    margin: 2rem auto 0;
}

.recruit-entry-text-box p {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.44;
    text-align: center;
}

.recruit-form-wrapper {
    margin: 10rem 0 0;
    padding: 0 0 16rem 0;
}

.recruit-form-area {
    max-width: 100rem;
}

/* フォーム */

input#name {
    width: 100%;
}

input#email {
    width: 100%;
}

input#tel {
    width: 100%;
}

.smf-item__label__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: .5rem 0 0;
}

.validate-text01 {
    font-size: 1.5rem;
    color: #f00;
}

.smf-radio-buttons-control__control {
    display: flex;
    flex-flow: wrap;
    gap: .5rem 1.5rem;
}


.privacyCheck {
    display: flex;
    justify-content: center;
    margin: 8rem auto 0;
}

.inline {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.6rem;
    text-decoration: underline;
}

.inline:hover {
    text-decoration: none;
}

#inline {
    display: none;
}

.smf-action {
    margin: 4rem auto 0 !important;
}

.smf-button-control__control {
    width: 100% !important;
    max-width: 30rem !important;
    height: 8rem !important;
    background: var(--tertiary) !important;
    color: var(--white) !important;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    border-radius: .3rem !important;
    transition: all .3s !important;
}

.smf-button-control__control:hover {
    filter: brightness(1.3);
}

.complete-text {
    text-align: center;
    margin: 0 auto;
}

.in-cover.gallery img {
    object-fit: cover;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    .grow-read-title {
        font-size: 3.8rem;
    }

    .grow-read-text {
        font-size: 2.2rem;
        gap: 1rem;
    }

    .grow-read-text::before,
    .grow-read-text::after {
        width: 2rem;
        height: 1px;
    }

    .grow-access-item-title {
        font-size: 2.4rem;
    }

    .grow-menu-box {
        flex-direction: column;
        align-items: center;
    }

    .grow-menu-column {
        display: contents;
    }

    .grow-menu-item-box,
    .grow-menu-item-box:nth-of-type(n + 2) {
        margin: 4rem 0 0;
    }

    .grow-menu-item-box-pickup::before {
        top: -1rem;
        right: 2rem;
    }

    .grow-staff-position {
        margin: 1rem 0 0;
        font-size: 1.6rem;
    }

    .grow-staff-name {
        margin: 0.5rem 0 0;
        font-size: 2.2rem;
    }

    .grow-staff-name-en {
        font-size: 1.5rem;
    }

    .grow-staff-modal-btn {
        margin: 1rem 0 0;
    }

    .grow-staff-modal-th br {
        display: block;
    }

    .grow-contact-link {
        height: 6rem;
        font-size: 1.6rem;
    }

    .grow-contact-link-item-tel .grow-contact-link {
        font-size: 2rem;
    }

    .grow-contact-link-item-text {
        margin: 0 0 .4rem 0;
        font-size: 1.6rem;
    }

    .growGalleryTitLeftBox {
        margin: 0 8rem 0 0;
    }

    /* リクルート */
    .recruit-read-title {
        font-size: 3.2rem;
    }

    .recruit-read-title span {
        font-size: 2.8rem;
    }

    .recruit-read-text br {
        display: none;
    }

    .recruit-skill-box {
        gap: 5rem 8rem;
    }

    .recruit-skill-item-left {
        padding: 0;
    }

    .recruit-skill-item-title {
        font-size: 2rem;
    }

    .recruit-environment-item-title {
        font-size: 2.2rem;
    }

    .recruit-environment-item-text {
        margin: 2.5rem 0 0;
        font-size: 1.6rem;
    }

    .recruit-flow-item {
        gap: 2rem;
    }

    .recruit-flow-num {
        font-size: 2rem;
    }

    .recruit-flow-num-title {
        font-size: 2.2rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {


    /* 下層カバー */
    .in-cover {
        width: 100%;
    }

    .in-cover-title-box {
        padding: 8% 1.5rem 0;
    }

    .in-cover-title {
        font-size: 3.6rem;
    }

    /* パンクズ */
    .breadcrumbs-wrapper {
        margin: 1rem 0 0;
    }

    /* 共通 */
    .in-sub-title20 {
        font-size: 1.5rem;
    }

    .in-title40 {
        font-size: 2.7rem;
    }

    .in-title40::before,
    .in-title40::after {
        width: 4rem;
    }

    /* growページ */
    .grow-read-wrapper {
        margin: 8rem 0 0;
    }

    .grow-read-title {
        font-size: 2.4rem;
    }

    .grow-read-text {
        font-size: 1.8rem;
    }

    .grow-read-title br,
    .grow-read-text br {
        display: block;
    }

    .grow-read-image {
        margin: 3rem 0 0;
    }

    .grow-info-wrapper {
        margin: 8rem 0 0;
    }

    .grow-info-box {
        margin: 2rem 0 0;
    }

    .grow-info-tr {
        padding: 2rem 0;
    }

    .grow-info-tr {
        flex-direction: column;
        gap: 0.5rem;
    }

    .grow-info-tr p {
        font-size: 1.6rem;
    }

    .grow-info-th {
        width: 100%;
    }

    .grow-info-th p {
        font-weight: 700;
    }

    .grow-access-wrapper {
        margin: 8rem 0 0;
    }

    .grow-access-box {
        margin: 3rem 0 0;
    }

    .grow-access-2column {
        flex-direction: column;
        align-items: center;
    }

    .grow-access-item {
        padding: 3rem 1.5rem;
    }

    .grow-access-2column .grow-access-item {
        width: 100%;
    }

    .grow-access-item-title {
        font-size: 2rem;
    }

    .grow-access-item-text {
        margin: 2rem 0 0;
    }

    .grow-access-map {
        margin: 3rem 0 0;
        height: 35rem;
    }

    .grow-menu-wrapper {
        margin: 8rem 0 0;
    }

    .grow-menu-tax-text {
        margin: 1rem auto 0;
    }

    .grow-menu-box {
        margin: 0;
    }

    .grow-menu-item-box {
        padding: 3rem 2rem;
    }

    .grow-menu-item-box-pickup::before {
        width: 18rem;
    }

    .grow-menu-item-title-box {
        flex-direction: column;
    }

    .grow-menu-item-title {
        font-size: 3rem;
    }

    .grow-menu-item-sub-title {
        font-size: 1.6rem;
    }

    .grow-menu-row-box {
        margin: 2rem 0 0;
    }

    .grow-menu-item {
        padding: 1.5rem 0;
    }

    .grow-menu-row {
        flex-direction: column;
    }

    .grow-menu-name p {
        font-size: 1.7rem;
    }

    .grow-menu-price {
        max-width: none;
        text-align: end;
    }

    .grow-menu-text {
        font-size: 1.6rem;
    }

    .grow-staff-wrapper {
        margin: 8rem 0 0;
    }

    .grow-staff-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem;
        margin: 3rem 0 0;
    }

    .grow-staff-modal-box {
        padding: 3rem 1.5rem;
    }

    .grow-staff-modal-inner {
        flex-direction: column;
        align-items: center;
    }

    .grow-staff-modal-image {
        width: 100%;
    }

    .grow-staff-modal-text-box {
        width: 100%;
        max-width: 56rem;
    }

    .grow-staff-modal-psition {
        font-size: 1.6rem;
    }

    .grow-staff-modal-name {
        margin: 0.5rem 0 0;
        font-size: 2.2rem;
    }

    .grow-staff-modal-name-en{
        font-size: 1.5rem;
    }

    .grow-staff-modal-tr {
        flex-direction: column;
        padding: 1.5rem 0;
    }

    .grow-staff-modal-th {
        width: 100%;
        max-width: none;
        font-size: 1.6rem;
    }

    .grow-staff-modal-th br {
        display: none;
    }

    .grow-staff-modal-td {
        font-size: 1.6rem;
    }

    .grow-staff-modal-td b {
        padding: 0 0 0.5rem 0;
        font-size: 1.8rem;
    }

    .modaal-close {
        top: 2rem !important;
        right: 2rem !important;
        width: 3rem !important;
    }

    .grow-contact-wrapper {
        margin: 8rem 0 0;
        padding: 6rem 0 5rem;
    }


    .grow-contact-area .in-title40 {
        font-size: 2.4rem;
    }

    .grow-contact-link-box {
        flex-direction: column;
        align-items: center;
        margin: 3rem auto 0;
    }

    .grow-contact-link-item {
        width: 100%;
    }

    /* grow-ギャラリー */
    .growGalleryWr {
        margin: 8rem auto 0;
        display: block;
    }

    .growNewsWr {
        margin: 8rem auto 0;
        display: block;
    }

    .growGalleryTitLeftBox {
        max-width: 100%;
        margin: 0;
    }

    .growGalleryBtnMg {
        margin: 4rem 0 0 0;
    }

    .growGalleryBtnPc {
        display: none;
    }

    .growGalleryBtnSp {
        display: block;
    }

    .growGalleryBlockBoxWr {
        margin-top: 4rem;
    }

    .growJaTit01 {
        font-size: 2.7rem;
    }

    .growEnTit01 {
        font-size: 1.5rem;
    }

    /* リクルート */
    .recruit-read-wrapper {
        margin: 8rem 0 0;
    }

    .recruit-read-title {
        font-size: 2.4rem;
    }

    .recruit-read-title span {
        font-size: 2rem;
    }

    .recruit-read-box {
        flex-direction: column;
        align-items: center;
    }

    .recruit-read-image {
        width: 100%;
    }

    .recruit-read-text-box {
        width: 100%;
        max-width: 78rem;
    }

    .recruit-read-text {
        margin: 2.5rem 0 0;
    }

    .recruit-skill-wrapper {
        margin: 8rem 0 0;
    }

    .recruit-skill-area .in-title40 span {
        font-size: 1.8rem;
    }

    .recruit-skill-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem;
        margin: 4rem 0 0;
    }

    .recruit-skill-item-flex {
        flex-direction: column;
        align-items: center;
    }

    .recruit-skill-item-left {
        padding: 0;
        align-items: center;
    }

    .recruit-skill-item-number-box {
        align-items: center;
    }

    .recruit-skill-item-number-skill {
        font-size: 1.7rem;
    }

    .recruit-skill-item-number {
        margin: 0;
        font-size: 4rem
    }

    .recruit-skill-item-title {
        margin: 1rem 0 0;
        text-align: center;
    }

    .recruit-skill-text {
        margin: 1rem 0 0;
        font-size: 1.6rem;
    }

    .recruit-environment-wrapper {
        margin: 8rem 0 0;
    }

    .recruit-environment-box {
        margin: 4rem 0 0;
    }

    .recruit-flow-wrapper {
        margin: 8rem 0 0;
    }

    .recruit-environment-item,
    .recruit-environment-item:nth-of-type(2n) {
        flex-direction: column;
    }

    .recruit-environment-item:nth-of-type(n + 2) {
        margin: 5rem 0 0;
    }

    .recruit-environment-image {
        width: 100%;
    }

    .recruit-environment-text-box {
        width: 100%;
        max-width: 68rem;
    }

    .recruit-flow-wrapper {
        margin: 8rem 0 0;
        padding: 5rem 0;
    }

    .recruit-flow-box {
        margin: 3rem 0 0;
    }

    .recruit-flow-item {
        flex-direction: column;
        gap: 1rem;
    }

    .recruit-flow-item:nth-of-type(n+2) {
        margin: 3rem 0 0;
    }

    .recruit-flow-text-box {
        width: 100%;
        max-width: 50rem;
    }

    .recruit-flow-num-box {
        gap: 1rem;
    }

    .recruit-flow-text {
        font-size: 1.6rem;
        margin: 1rem 0 0;
    }

    .recruit-types-wrapper {
        margin: 8rem 0 0;
    }

    .recruit-types-box {
        margin: 1rem 0 0;
    }

    .recruit-types-tr {
        padding: 2rem 0;
    }

    .recruit-types-tr {
        flex-direction: column;
        gap: 0.5rem;
    }

    .recruit-types-tr p {
        font-size: 1.6rem;
    }

    .recruit-types-th {
        width: 100%;
    }

    .recruit-types-th p {
        font-weight: 700;
    }

    .recruit-entry-wrapper {
        margin: 6rem 0 0;
        padding: 5rem 0;
    }

    .recruit-entry-tel-box {
        padding: 2rem 0;
    }

    .recruit-entry-tel-box p {
        font-size: 1.6rem;
    }

    .recruit-entry-tel {
        font-size: 2rem;
    }

    .recruit-entry-tel span {
        font-size: 3rem;
    }

    .recruit-entry-text-box {
        gap: 1rem;
        margin: 1rem auto 0;
    }

    .recruit-entry-text-box p {
        font-size: 1.6rem;
    }

    .recruit-form-wrapper {
        margin: 5rem 0 0;
        padding: 0 0 6rem 0;
    }

    .privacyCheck {
        margin: 4rem auto 0;
    }

    .inline {
        font-size: 1.5rem;
    }

    .smf-action {
        margin: 3rem auto 0 !important;
    }

    .smf-button-control__control {
        max-width: 24rem !important;
        height: 6rem !important;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {
    .complete-text {
        text-align: left;
    }

    .complete-text br {
        display: none;
    }

    .in-cover.gallery img {
        object-position: 5% 0;
    }

    .grow-access-item-text {
        font-size: 1.3rem;
    }

    .recruit-read-text {
        font-size: 1.3rem;
    }

    .recruit-skill-text {
        font-size: 1.3rem;
    }

    .recruit-environment-item-text {
        font-size: 1.3rem;
    }

    .recruit-flow-text {
        font-size: 1.3rem;
    }

    .grow-menu-name p {
        font-size: 1.6rem;
    }

    .grow-menu-text {
        font-size: 1.3rem;
    }

    .grow-menu-price p {
        font-size: 1.8rem;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=414px) {

    .grow-access-item-text {
        font-size: 1.2rem;
    }

    .recruit-read-text {
        font-size: 1.2rem;
    }

    .recruit-skill-text {
        font-size: 1.2rem;
    }

    .recruit-environment-item-text {
        font-size: 1.2rem;
    }

    .recruit-flow-text {
        font-size: 1.2rem;
    }

    .grow-menu-name p {
        font-size: 1.5rem;
    }

    .grow-menu-text {
        font-size: 1.2rem;
    }

    .grow-menu-price p {
        font-size: 1.6rem;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {
    .in-cover-image.pc {
        display: none;
    }

    .in-cover-image.sp {
        display: block;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */