@charset "UTF-8";
/* ===========================================
color
=========================================== */
/* グレー */
/* 黄色 */
/* 赤 */
/* ===========================================
font
=========================================== */
/* ===========================================
utility
=========================================== */
.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/* スクリーンリーダー用のテキストを非表示に */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a[href^="tel:"] {
  /* telリンクだけに適用 */
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.text-inline-block {
  display: inline-block;
}

.underline {
  text-decoration-color: #f1d66c;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* ===========================================
common
=========================================== */
body {
  color: #333333;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

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

.inner {
  width: min(65rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .inner--message {
    padding-inline: clamp(1.25rem, -7.6852984344rem + 18.5909980431vw, 7.1875rem);
  }
}
@media screen and (min-width: 1280px) {
  .inner--message {
    padding-inline: 7.1875rem;
  }
}

.inner--shop {
  width: min(28.125rem, 100%);
}
@media screen and (min-width: 768px) {
  .inner--shop {
    width: min(65rem, 100%);
  }
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 100%;
  /* Set font-size to 100% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

ul {
  list-style: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
  appearance: button;
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* =========================================== */
/*ここからスタイル */
.button-scroll__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.875rem;
  -webkit-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
  column-gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .button-scroll__list {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .button-scroll__list {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

.button-scroll__item {
  border: 1px solid #e1b142;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .button-scroll__item {
    border: 2px solid #e1b142;
  }
}
.button-scroll__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #e1b142;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .button-scroll__item:hover {
    border-color: transparent;
  }
  .button-scroll__item:hover a {
    color: #fff;
  }
  .button-scroll__item:hover a::after {
    background-color: #fff;
  }
  .button-scroll__item:hover::before {
    opacity: 1;
  }
}

.button-scroll__item a {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: clamp(0.875rem, 0.7857142857rem + 0.4464285714vw, 1rem);
  color: #e1b142;
  text-align: center;
  padding-top: 0.8125rem;
  padding-bottom: clamp(1.5rem, 1.2321428571rem + 1.3392857143vw, 1.875rem);
  border-radius: 0.625rem;
}
.button-scroll__item a::after {
  position: absolute;
  top: 61%;
  left: 50%;
  translate: -50%;
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/icon/chevron.png);
  mask-image: url(../images/common/icon/chevron.png);
  background: #e1b142;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .button-scroll__item a::after {
    top: 60%;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.button {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.75rem;
}
.button:before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -1.5rem;
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/icon/arrow.png);
  mask-image: url(../images/common/icon/arrow.png);
  background-color: #333333;
  z-index: 10;
}
.button:after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -2.25rem;
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #f1d66c;
  -webkit-transition: right 0.3s, width 0.3s, height 0.3s;
  transition: right 0.3s, width 0.3s, height 0.3s;
  z-index: -10;
}
@media (any-hover: hover) {
  .button:hover::after {
    width: 4.5rem;
    height: 4.5rem;
    right: -3.375rem;
  }
}

.button__icon {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.button__icon::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-size: contain;
}

.button__icon--pdf::before {
  background-image: url(../images/common/icon/pdf.png);
}

.button__icon--window::before {
  background-image: url(../images/common/icon/new_window.png);
}

.heading-lv1 {
  position: relative;
}

.heading-lv1__jp {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .heading-lv1__jp {
    font-size: 2rem;
  }
}

.heading-lv1__en {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Archivo", serif;
  line-height: 1;
  background: #f1d66c;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 5;
}
.heading-lv1__en::before {
  position: absolute;
  top: 0.0625rem;
  left: -0.25rem;
  content: "";
  display: block;
  width: 0.75rem;
  aspect-ratio: 60/38;
  background-color: #d14218;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .heading-lv1__en::before {
    top: 0.25rem;
    left: -0.4375rem;
    width: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .heading-lv1__en {
    top: -3.75rem;
    font-size: 6rem;
  }
}
.heading-lv1__en span {
  display: inline-block;
  background: inherit;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  color: inherit;
  will-change: transform;
}

.heading-lv1__en .no-anim {
  display: inline-block;
  width: 0.3em;
}

.heading-lv1--textAlighLeft .heading-lv1__jp {
  text-align: left;
}
.heading-lv1--textAlighLeft .heading-lv1__en {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: 0;
}

@media screen and (min-width: 768px) {
  .heading-lv1--vertical .heading-lv1__jp {
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-left: 4.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .heading-lv1--vertical .heading-lv1__en {
    top: 30%;
    left: -100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.heading-lv1__jp--white {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .heading-lv1--cta .heading-lv1__jp {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .heading-lv1--cta .heading-lv1__en {
    font-size: clamp(3.5rem, 2.9269746647rem + 1.1922503726vw, 4rem);
    top: clamp(-2rem, -0.8539493294rem + -2.3845007452vw, -3rem);
  }
  .heading-lv1--cta .heading-lv1__en::before {
    top: 0.125rem;
    left: clamp(-0.3125rem, -0.1692436662rem + -0.2980625931vw, -0.4375rem);
    width: clamp(0.6875rem, 0.4726154993rem + 0.4470938897vw, 0.875rem);
  }
}

.heading-lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 0.5rem;
  line-height: 1;
}

.heading-lv2__jp {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heading-lv2__jp {
    font-size: clamp(1.5rem, 0.9269746647rem + 1.1922503726vw, 2rem);
  }
}

.heading-lv2__jp span {
  display: inline-block;
  line-height: 1.6;
}

.heading-lv2__en {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Archivo", serif;
  letter-spacing: 0.05em;
  color: #d14218;
}

.heading-lv2--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0.875rem;
}

.logo {
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
@media (any-hover: hover) {
  .logo:hover {
    opacity: 0.6;
  }
}

.logo__image {
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .logo__image {
    width: 2.75rem;
  }
}
.logo__image img {
  vertical-align: top;
}

.logo__text {
  font-size: 1.125rem;
}

.header .logo__text {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .header .logo__text {
    font-size: 1.125rem;
  }
}

.page-head {
  position: relative;
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .page-head {
    height: 23.75rem;
  }
}
.page-head::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62, 0.2);
}
.page-head img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-head--about img {
  -o-object-position: 50% 68%;
  object-position: 50% 68%;
}

.page-head--shop img {
  -o-object-position: 50% 55%;
  object-position: 50% 55%;
}

.page-head--recruit img, .page-head--part-time img {
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.page-head__title {
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page-head__title {
    top: 50%;
    font-size: 2.5rem;
  }
}

.page-head__title-en {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-head__title-en {
    font-size: 1rem;
  }
}

table {
  width: 100%;
  line-height: 1.8;
}
table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding-block: 0.875rem;
  border-bottom: 0.0625rem dashed #333333;
}
@media screen and (min-width: 768px) {
  table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
  }
}
table th {
  width: 30%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  table th {
    width: 20%;
    padding-left: 2%;
  }
}
table td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
table li {
  position: relative;
  padding-left: 1em;
}
table li:before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f1d66c;
}

.footer {
  padding-block: 3rem 1rem;
  font-weight: 500;
  background: #fdf9ed;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 4.5rem 2rem;
  }
}

.footer__inner {
  width: min(65rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5rem;
  }
}

.footer__company {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__company {
    margin-inline: 0;
  }
}

.footer__logo {
  width: 5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-inline: 0;
  }
}

.footer__address-wrap {
  text-align: center;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .footer__address-wrap {
    text-align: left;
  }
}

.footer__name {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__name {
    -moz-text-align-last: left;
    text-align-last: left;
    margin-top: 3.5rem;
  }
}

.footer__address {
  margin-top: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin-top: 3rem;
  }
}

.footer__tel {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    margin-top: 0.625rem;
    pointer-events: none;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__links {
    gap: 0.625rem;
    margin-top: auto;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__item:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer__item:not(:first-child) {
    margin-top: 0;
  }
}

.footer__item a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (any-hover: hover) {
  .footer__item a:hover {
    color: #f1d66c;
  }
}

.footer__external {
  padding-right: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__external {
    margin-inline: 0;
  }
}

.footer__external a {
  position: relative;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .footer__external a:hover {
    color: #f1d66c;
  }
  .footer__external a:hover:after {
    background-color: #f1d66c;
  }
}
.footer__external a:after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -1.25rem;
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(../images/common/icon/new_window.png);
  mask-image: url(../images/common/icon/new_window.png);
  background-color: #333333;
}

.footer__copyright {
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 4.5rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 3.75rem;
  width: 100%;
  background-color: transparent;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 4.375rem;
  }
}

.header:not(.header--top) {
  opacity: 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: min(92.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 2.5rem;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
    height: 100%;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .header__list {
    gap: 4rem;
  }
}

.header__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.5s, text-shadow 0.5s;
  transition: color 0.5s, text-shadow 0.5s;
}
@media (any-hover: hover) {
  .header__item a:hover {
    color: #f1d66c;
    text-shadow: none;
  }
}

.header__hamburger {
  z-index: 20;
  position: fixed;
  top: 0.875rem;
  right: 1.25rem;
  width: 3rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger-lines {
  width: 1.5rem;
  height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__hamburger-line {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #333333;
  -webkit-transition: translate 0.3s, opacity 0.3s;
  transition: translate 0.3s, opacity 0.3s;
}
body:not(.home) .header__hamburger-line {
  background-color: #fff;
}
body:not(.home) .headerColorScroll .header__hamburger-line {
  background-color: #333333;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.5rem;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.5rem;
}

.header__hamburger-text {
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
  color: #333333;
}
body:not(.home) .header__hamburger-text {
  color: #fff;
}
body:not(.home) .headerColorScroll .header__hamburger-text {
  color: #333333;
}

.header__hamburger-menu {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  height: 100vh;
  color: #333333;
  background-color: #f1d66c;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__hamburger-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.header__hamburger-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding-block: 7rem 2rem;
  padding-inline: 1.25rem;
}

.header__hamburger-item a {
  font-size: 1.25rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .header__hamburger-item a:hover {
    color: #dfdfdf;
  }
}

#js-header {
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.headerColorScroll {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.headerColorScroll .header__item a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #333333;
  text-shadow: none;
}
@media (any-hover: hover) {
  .headerColorScroll .header__item a:hover {
    color: #f1d66c;
  }
}

.headerColorScroll .header__hamburger-line {
  background-color: #333333;
}

.headerColorScroll .header__hamburger-text {
  color: #333333;
}

.about {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 5rem;
  }
}

.benefits {
  padding-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .benefits {
    padding-top: 10.5rem;
  }
}

.benefits__wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .benefits__wrap {
    margin-top: 4rem;
  }
}

.company {
  padding-top: 8rem;
}

@media screen and (min-width: 768px) {
  .company__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .company__inner {
    gap: 7.5rem;
  }
}

.company__heading {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .company__heading {
    width: 20%;
    white-space: nowrap;
  }
}

.company__table {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .company__table {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
}

.company__table tr {
  border-bottom: 0.0625rem dashed #f1d66c;
}

.cta__wrap {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .cta__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cta__button {
  position: relative;
  display: grid;
  grid-template-rows: 38% 1fr;
  gap: 2.5rem;
  background-size: 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media screen and (min-width: 1024px) {
  .cta__button {
    grid-template-rows: 41% 1fr;
    gap: 2.1875rem;
  }
}
@media (any-hover: hover) {
  .cta__button:hover {
    background-size: 110%;
  }
  .cta__button:hover:before {
    background-color: rgba(62, 62, 62, 0.2);
  }
}

.cta__box {
  aspect-ratio: 2/1;
}
@media screen and (min-width: 500px) {
  .cta__box {
    aspect-ratio: 3/1;
  }
}
@media screen and (min-width: 1024px) {
  .cta__box {
    aspect-ratio: 2/1;
  }
}

.cta__box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62, 0.6);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cta__button--careers,
.cta__entry-no {
  background-image: url(../images/shop/aoyama2.webp);
  background-position: center 55%;
}

.cta__button--shop {
  background-image: url(../images/common/shop.webp);
  background-position: center;
}

.cta__button--part-time {
  background-image: url(../images/recruit/recruit_site.webp);
  background-position: center 10%;
}

.cta__text {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  -ms-flex-item-align: end;
  align-self: end;
  z-index: 10;
}

/* ===========================================
社員募集採用サイト掲載中でない時用スタイル
=========================================== */
.cta__entry-no {
  position: relative;
  display: grid;
  place-content: center;
  color: #fff;
}

.cta__entry-no-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}
.cta__entry-no-wrap a {
  display: block;
  color: #fff;
}

.cta__entry-no-text {
  line-height: 1.2;
  margin-top: 1rem;
}
@media screen and (min-width: 500px) {
  .cta__entry-no-text br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cta__entry-no-text br {
    display: block;
  }
}

.cta__entry-no-info {
  margin-top: 0.5rem;
}

.feature {
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-top: 11.125rem;
  }
}

.feature__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  width: min(100%, 25rem);
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .feature__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
    width: 100%;
    margin-top: 5rem;
  }
}

.feature__item {
  grid-row: span 3;
  display: grid;
  grid-template-rows: subgrid;
  gap: 0.625rem;
}

.feature__image {
  aspect-ratio: 320/197;
}
.feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
  overflow: hidden;
}

.feature__title {
  font-size: 1.125rem;
  font-weight: 700;
}

.feature__text {
  font-size: 1rem;
}

.flow {
  padding-top: 7.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 9.5rem;
  }
}

.flow__bg {
  padding-block: 3.5rem;
  padding-left: 2rem;
  padding-right: calc(50vw - 50% + 0.5rem);
  margin-top: 4rem;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  background-color: #dfdfdf;
  border-radius: 0.625rem 0 0 0.625rem;
}

.flow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: min(100%, 25rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}

.flow__item {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .flow__item {
    padding: 1rem 2.5rem 1.25rem;
  }
}

.flow__number {
  font-size: clamp(3.5rem, 3.1478873239rem + 1.5023474178vw, 4.5rem);
  color: #f1d66c;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-bottom: 0.03125rem solid #333333;
}

.flow__title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-top: clamp(1.25rem, 1.0299295775rem + 0.9389671362vw, 1.875rem);
}

.flow__text {
  margin-top: clamp(0.625rem, 0.4049295775rem + 0.9389671362vw, 1.25rem);
}

.flow__text-list-item {
  position: relative;
}

.flow__text-list-item {
  position: relative;
  padding-left: 1em;
  margin-top: 0.625rem;
}
.flow__text-list-item:before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f1d66c;
}

.fv {
  position: relative;
  height: 80svh;
}
@media screen and (min-width: 768px) {
  .fv {
    height: 95svh;
  }
}

.fv__scroll {
  position: absolute;
  bottom: 0.75rem;
  left: 3vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fv__scroll-text {
  font-size: 0.75rem;
  font-family: "Archivo", serif;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .fv__scroll-text {
    font-size: 1rem;
  }
}

.fv__scroll-bar {
  position: relative;
  width: 0.0625rem;
  height: 2.5rem;
  margin-inline: auto;
  background: #BBBBBB;
  overflow: hidden;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .fv__scroll-bar {
    width: 0.125rem;
    margin-top: 2rem;
  }
}

.fv__scroll-bar-active {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background: #444;
  -webkit-animation: 2.5s ease-in-out backwards infinite scrollDown;
  animation: 2.5s ease-in-out backwards infinite scrollDown;
}

@-webkit-keyframes scrollDown {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  50% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(100% 0% 0% 0%);
  }
}

@keyframes scrollDown {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  50% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(100% 0% 0% 0%);
  }
}
.fv__copy {
  position: absolute;
  top: 70%;
  left: 5%;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .fv__copy {
    top: 66%;
    left: 5%;
  }
}
.fv__copy span {
  display: block;
  font-size: clamp(1.5rem, 0.7857142857rem + 3.5714285714vw, 2.5rem);
  font-weight: 500;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .fv__copy span {
    font-size: clamp(2.5rem, 1.4184247539rem + 2.2503516174vw, 3.5rem);
  }
}
.fv__copy span:not(:last-child) {
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .fv__copy span:not(:last-child) {
    margin-bottom: clamp(2rem, 0.3776371308rem + 3.3755274262vw, 3.5rem);
  }
}

.fv__image {
  position: relative;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .fv__image {
    margin-top: 0;
  }
}
.fv__image::after {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    display: block;
    width: 80%;
    height: 90%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(79.5%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 79.5%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 30;
  }
}

.fv__image img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 93vw;
  height: 80svh;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  border-radius: 2.5rem 0 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .fv__image img {
    width: 93vw;
    height: 95svh;
    border-radius: 0 0 0 2.5rem;
  }
}

.job {
  padding-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .job {
    padding-top: 10.5rem;
  }
}

.job__wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .job__wrap {
    margin-top: 4rem;
  }
}

/* JS無効環境ではローディング画面を非表示 */
@media (scripting: none) {
  .loading {
    display: none;
  }
}
/* ローディング画面の初期状態 */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* ローディング画像の初期状態は透明 */
.loading__wrap {
  display: grid;
  place-items: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
@media (min-width: 769px) {
  .loading__wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.loading__image {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .loading__image {
    width: 7.5rem;
  }
}

.loading__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .loading__text {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

/* ローディング画像がアクティブになったときにフェードイン */
.loading__wrap.is-active {
  opacity: 1;
}

.loading.is-out {
  opacity: 0;
  visibility: hidden;
}

.message {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .message {
    padding-top: 8rem;
  }
}

.message__wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .message__wrap {
    margin-top: 2.5rem;
  }
}

.message__title {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 1.375rem;
  }
}

.message__text {
  line-height: 1.8;
  margin-top: 1rem;
}
.message__text p {
  margin-top: 1rem;
}

.message__ceo {
  display: block;
  font-size: 0.875rem;
  text-align: right;
  margin-top: 2rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .message__ceo {
    margin-top: 2rem;
  }
}

.message__ceo-name {
  font-size: 1.125rem;
  font-weight: 500;
}

/* 画像ありのレイアウト ======================

.message__inner {
    display: grid;
    grid-template-areas:
        "heading"
        "image"
        "text";
    grid-template-columns: 1fr;
    row-gap: rem(24);

    @include breakPoint(sm){
        row-gap: rem(32);
    }

    @include breakPoint(md) {
        grid-template-areas:
            "image heading"
            "image text";
        grid-template-columns: rem(352) 1fr;
        grid-template-rows: auto 1fr;
        column-gap: rem(56);
        row-gap: rem(42);
    }
}

.message__heading {
    grid-area: heading;
}

.message__image {
    grid-area: image;
    justify-self: center;
    width: 100%;
    border-radius: rem(10);
    overflow: hidden;

    @include breakPoint(sm){
        width: 60%;
    }

    @include breakPoint(md){
        width: 100%;
    }
}

.message__image img {
    aspect-ratio: 0.8;
    object-fit: cover;

    @include breakPoint(md) {
        max-width: 100%;
        height: auto;
        display: block;
    }
}

.message__text {
    grid-area: text;
    line-height: 1.75;
}

========================================*/
.number {
  position: relative;
  padding-block: 7.5rem 6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .number {
    padding-block: 6.25rem 6.875rem;
  }
}
.number:before {
  position: absolute;
  top: 11.25rem;
  left: 5%;
  content: "";
  display: block;
  width: 100%;
  height: 75%;
  background-color: #dfdfdf;
  border-radius: 0.625rem 0 0 0.625rem;
  z-index: -1;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .number:before {
    left: calc(50% - 22.3125rem);
    top: 6.25rem;
    height: 75%;
  }
}

@media screen and (min-width: 768px) {
  .number__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: clamp(2rem, 0.8539493294rem + 2.3845007452vw, 3rem);
  }
}

@media screen and (min-width: 768px) {
  .number__heading {
    width: 20%;
    padding-top: 9rem;
  }
}

.number__list {
  width: 16.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.875rem, -1.1333830104rem + 6.259314456vw, 4.5rem);
  padding-left: clamp(0rem, -25.6333333333rem + 53.3333333333vw, 8.5rem);
  padding-block: 4.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .number__list {
    width: 100%;
    grid-template-areas: "ratio people" "ratio age";
    grid-template-columns: 1fr 1fr;
    gap: clamp(1rem, -0.0027943368rem + 2.086438152vw, 1.875rem);
    padding-left: 0;
    padding-block: 6.5rem;
    margin-inline: 0;
  }
}

.number__item {
  width: 100%;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 1024px) {
  .number__item {
    padding: 1.5rem 1rem;
  }
}

@media screen and (min-width: 768px) {
  .number__item--ratio {
    grid-area: ratio;
  }
}

@media screen and (min-width: 768px) {
  .number__item--people {
    grid-area: people;
  }
}

@media screen and (min-width: 768px) {
  .number__item--age {
    grid-area: age;
  }
}

.number__title {
  font-size: clamp(1.125rem, -0.0058823529rem + 2.3529411765vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.number__image {
  width: 10.625rem;
  margin-top: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .number__image {
    width: 72%;
    margin-top: clamp(4.375rem, 2.2261549925rem + 4.4709388972vw, 6.25rem);
  }
}
.number__text {
  font-size: clamp(5rem, 4.4036259542rem + 2.5445292621vw, 5.625rem);
  font-family: "Montserrat", sans-serif;
  color: #f1d66c;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  padding-left: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .number__text {
    font-size: clamp(3rem, -4.9161764706rem + 16.4705882353vw, 5.625rem);
    margin-top: 0.625rem;
  }
}

.unit {
  font-size: clamp(1.5rem, 0.3539493294rem + 2.3845007452vw, 2.5rem);
}

.number__note {
  text-align: center;
  margin-top: 1.5rem;
}

.part-time {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .part-time {
    padding-block: 7.5rem;
  }
}

.part-time__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.5rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .part-time__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.part-time__item a {
  display: grid;
  grid-template-areas: "image title" "image station";
  grid-template-columns: clamp(7.5rem, 5.7154187817rem + 7.614213198vw, 9.375rem) 1fr;
  grid-template-rows: 40% 1fr;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .part-time__item a {
    grid-template-columns: 9.375rem 1fr;
    grid-template-rows: 30% 1fr;
  }
}
@media (any-hover: hover) {
  .part-time__item:hover .part-time__item-title, .part-time__item:hover .part-time__item-station {
    color: #f1d66c;
  }
  .part-time__item:hover .part-time__item-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.part-time__item-title {
  grid-area: title;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.part-time__item-image {
  grid-area: image;
  justify-self: center;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}

.part-time__item-image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .part-time__item-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

.part-time__item-station {
  grid-area: station;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.person {
  position: relative;
  padding-block: 4.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 62, 62, 0.2)), to(rgba(62, 62, 62, 0.2))), url(../images/recruit/person.webp);
  background: linear-gradient(rgba(62, 62, 62, 0.2), rgba(62, 62, 62, 0.2)), url(../images/recruit/person.webp);
  background-position: left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .person {
    background-position: 50% 40%;
  }
}

.person__wrap {
  width: min(100%, 31.25rem);
  padding: 5.75rem 1.25rem 3.4375rem;
  margin-inline: auto;
  background-color: rgba(233, 233, 233, 0.9);
}

.person__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  text-align: center;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .person__list {
    gap: 3rem;
  }
}

.person__item {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .person__item {
    font-size: 1.5rem;
  }
}

.philosopy {
  padding-block: 3rem;
  margin-top: 4rem;
  background: #f9df75;
}
@media screen and (min-width: 768px) {
  .philosopy {
    padding-block: 4rem;
    margin-top: 8rem;
  }
}

.philosopy__text {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.8;
  margin-top: 2rem;
}
@media screen and (min-width: 510px) {
  .philosopy__text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .philosopy__text {
    font-size: 1.25rem;
    margin-top: 3rem;
  }
}

.recruit-cta {
  position: relative;
  padding-block: 6.9375rem 3.5rem;
  background-image: url(../images/common/recruit_page.webp);
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .recruit-cta {
    margin-top: clamp(7.5rem, 4.6348733234rem + 5.9612518629vw, 10rem);
  }
}
.recruit-cta::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62, 0.5);
}

.recruit-cta__inner {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 10;
}

.recruit-cta__lead {
  position: relative;
  margin-top: 2.625rem;
}

.recruit-cta__button {
  margin-top: 3.5rem;
}
.recruit-cta__button a {
  color: #fff;
}

.recruit-cta__button .button::before {
  background-color: #fff;
}

.recruit-page {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .recruit-page {
    padding-top: 5rem;
  }
}

.service {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .service {
    margin-top: 8rem;
  }
}

.service__container {
  padding-block: 3.5rem;
  padding-inline: clamp(1.25rem, -1.7713567839rem + 13.0653266332vw, 4.5rem);
  background-color: #f0efeb;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .service__container {
    padding-inline: 4.5rem;
  }
}

.service__wrap {
  display: grid;
  grid-template-areas: "title" "image" "text";
  grid-template-columns: 1fr;
  row-gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 376px) {
  .service__wrap {
    row-gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .service__wrap {
    grid-template-areas: "image title" "image text";
    grid-template-columns: 15.625rem 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
    row-gap: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
    margin-top: 3.5rem;
  }
}

.service__title {
  grid-area: title;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service__title {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
    text-align: left;
  }
}
.service__title span {
  display: inline-block;
  text-align: left;
}

.service__image {
  grid-area: image;
  justify-self: center;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (min-width: 376px) {
  .service__image {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .service__image {
    width: 100%;
  }
}

.service__image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .service__image img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

.service__image--shop img {
  -o-object-position: right;
  object-position: right;
}

.service__text {
  grid-area: text;
}

.shop {
  padding-top: 6.625rem;
}
@media screen and (min-width: 768px) {
  .shop {
    padding-top: 7.5rem;
  }
}

.shop__item {
  display: grid;
  grid-template-areas: "title" "image" "body";
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}
.shop__item:not(:first-of-type) {
  margin-top: 4.5rem;
}
@media screen and (min-width: 376px) {
  .shop__item {
    row-gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .shop__item {
    grid-template-areas: "image title" "image body";
    grid-template-columns: 17.5rem 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 1rem;
  }
  .shop__item:not(:first-of-type) {
    margin-top: 6.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop__item {
    grid-template-columns: 21.875rem 1fr;
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
    row-gap: 2rem;
  }
}

.shop__item-title {
  grid-area: title;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop__item-title {
    text-align: left;
  }
}

.shop__item-image {
  grid-area: image;
  justify-self: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0.625rem;
  overflow: hidden;
}

.shop__item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.shop__item-summary {
  list-style: none;
  width: 9.375rem;
  text-align: center;
  border: 1px solid #333333;
  border-radius: 0.625rem;
  padding: 0.625rem;
  margin-inline: auto;
  cursor: pointer;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
@media (any-hover: hover) {
  .shop__item-summary:hover {
    color: #f1d66c;
    border-color: #f1d66c;
  }
}

@media screen and (min-width: 768px) {
  .shop__item-summary {
    display: none;
  }
}
.shop__item-body {
  grid-area: body;
  margin-top: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .shop__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.625rem;
    width: 100%;
    margin-top: 0;
  }
}

.shop__item-body dt {
  font-weight: 500;
  color: #333333;
  width: 100%;
}
.shop__item-body dt:not(:first-of-type) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .shop__item-body dt:not(:first-of-type) {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .shop__item-body dt {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .shop__item-body dt {
    width: 15%;
  }
}

.shop__item-body > dd {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .shop__item-body > dd {
    width: 80%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .shop__item-body > dd:not(:first-of-type) {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .shop__item-body > dd {
    width: 85%;
  }
}

.shop__item-hours div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop__item-hours dt {
  width: 20%;
}

.shop__item-hours-type {
  display: inline-block;
  width: 4.5rem;
}

.shop__item-hours-time {
  display: inline-block;
  width: 5.375rem;
  text-align: right;
}

.shop__item-hours-note {
  margin-top: 0.625rem;
}

.shop__item-map {
  line-height: 1;
  padding: 0.375rem 0.4375rem 0.5rem;
  margin-left: 0.625rem;
  background-color: #f1d66c;
  border-radius: 0.625rem;
}

@media screen and (min-width: 768px) {
  .shop__tel {
    pointer-events: none;
  }
}

.top-about {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding-top: 12.5rem;
  }
}

.top-about__wrapper {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .top-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.25rem;
    margin-top: 4.5rem;
  }
}

.top-about__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-about__image {
    width: 54%;
  }
}

.top-about__image-item {
  width: 48%;
  aspect-ratio: 0.72;
  border-radius: 1.25rem;
  overflow: hidden;
}

.top-about__image-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-about__text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .top-about__text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 42%;
    margin-top: 0;
  }
}

.top-about__text-top {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-about__text-top {
    font-size: clamp(1.25rem, 0.9634873323rem + 0.5961251863vw, 1.5rem);
  }
}

.top-about__text-bottom {
  margin-top: 1rem;
  line-height: 1.75;
}

.top-about__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0.625rem;
  padding-right: 2.5rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .top-about__button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 7.5rem;
    margin-top: 2rem;
  }
}

.top-party {
  padding-top: 6rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .top-party {
    padding-top: clamp(8.75rem, 5.8848733234rem + 5.9612518629vw, 11.25rem);
  }
}

.top-party__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-party__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10%;
  }
}

.top-party__text-wrapper {
  display: contents;
}
@media screen and (min-width: 768px) {
  .top-party__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 42%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.top-party__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  line-height: 1.8;
  margin-top: 1.25rem;
}

.top-party__text-bottom {
  line-height: 1.75;
}

.top-party__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100vw;
  height: 17.5rem;
  margin-right: calc(50% - 50vw);
  margin-top: 1.5rem;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-party__image {
    height: 23.125rem;
    margin-top: 0;
  }
}

.top-party__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
}

.top-party__button-wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-party__button-wrapper {
    margin-top: auto;
  }
}

.top-party__button-note {
  font-size: 0.75rem;
}