@charset "UTF-8";
/* variable
----------------------------------------------------------------- */
/* color */
/* font */
html {
  scroll-behavior: smooth;
  scroll-padding: 5rem;
}
@media screen and (max-width: 1439px) and (min-width: 769px) {
  html {
    font-size: calc(1600 / 1440 * 1vw);
  }
}
@media screen and (max-width: 768px) and (min-width: 374px) {
  html {
    font-size: calc(1400 / 375 * 1vw);
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #302829;
  background: #fbfbfb;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

body.no-scroll {
  overflow: hidden;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

@font-face {
  font-family: "Jua";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Jua-Regular.ttf") format("truetype");
}
.l-inner, .l-inner--1200, .l-inner--1120, .l-inner--1030, .l-inner--1000 {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}
.l-inner--1000 {
  width: 62.5rem;
}
.l-inner--1030 {
  width: 64.375rem;
}
.l-inner--1120 {
  width: 70rem;
}
.l-inner--1200 {
  width: 75rem;
}
@media screen and (max-width: 768px) {
  .l-inner, .l-inner--1200, .l-inner--1120, .l-inner--1030, .l-inner--1000 {
    width: 92%;
  }
}

.l-outer {
  overflow: hidden;
}

.c-header {
  position: sticky;
  z-index: 9000;
  top: 0;
  display: flex;
  height: 5rem;
  padding: 0.75rem 3.125rem;
  align-items: center;
  justify-content: space-between;
  background: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 0.75rem;
  }
}
.c-header__logo {
  width: 11.5rem;
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    width: 9.375rem;
  }
}
.c-header__reservation-btn {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8/18;
  display: flex;
  padding: 0.9375rem 2.5rem;
  letter-spacing: 0.1em;
  color: #fbfbfb;
  background: #aa151b;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-header__reservation-btn {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}
@media (hover: hover) {
  .c-header__reservation-btn:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.c-header__reservation-icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-header__reservation-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-header__tel-btn {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8/18;
  display: flex;
  padding: 0.6875rem 2.5rem;
  letter-spacing: 0.1em;
  border: 2px solid #aa151b;
  color: #aa151b;
  background: #fbfbfb;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
@media (hover: hover) {
  .c-header__tel-btn:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.c-header__tel-btn span {
  margin-top: -0.25rem;
}
@media screen and (max-width: 768px) {
  .c-header__tel-btn {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}
.c-header__tel-icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-header__tel-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-header__menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-header__menu {
    display: block;
  }
}
.c-header__nav {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.c-footer {
  padding: 3.125rem 7.5rem 1.5625rem;
  background-color: #302829;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding: 2.5rem 1rem 1.5625rem;
  }
}
.c-footer--recruit {
  background-color: #302829;
}
.c-footer--recruit .c-footer__inner {
  width: 75rem;
  max-width: 100%;
  padding: 3.125rem 0 1.5625rem;
  margin-inline: auto;
  border-top: 2px solid #fbfbfb;
}
.c-footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-footer__info {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.c-footer__logo {
  width: 16.125rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-footer__logo {
    width: 9.375rem;
  }
}
.c-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-footer__nav {
    gap: 0.625rem;
  }
}
.c-footer__nav-list {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .c-footer__nav-list {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.c-footer__nav-link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
.c-footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  margin-top: 2.1875rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}

.c-fv-slider__image {
  width: 100%;
  aspect-ratio: 900/500;
  object-fit: cover;
}
.c-fv-slider__text-wrap {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .c-fv-slider__text-wrap {
    margin-top: 1rem;
  }
}
.c-fv-slider__text-ja {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-fv-slider__text-ja {
    font-size: 1.125rem;
  }
}
.c-fv-slider__text-ja::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f1bf00;
}
.c-fv-slider__text-en {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #aa151b;
}
@media screen and (max-width: 768px) {
  .c-fv-slider__text-en {
    font-size: 1rem;
  }
}

.c-store-link {
  display: grid;
  padding: 1px;
  background: #fbfbfb;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
@media screen and (max-width: 768px) {
  .c-store-link {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (hover: hover) {
  .c-store-link__link:where(:-webkit-any-link, :enabled, summary):hover .c-store-link__image {
    transform: scale(1.2);
  }
}
.c-store-link__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 360/120;
}
.c-store-link__item::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background-color: rgba(48, 40, 41, 0.7);
}
.c-store-link__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  aspect-ratio: 360/120;
  object-fit: cover;
}
.c-store-link__text {
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .c-store-link__text {
    font-size: 0.875rem;
    width: 100%;
    text-align: center;
  }
}

.c-title-common, .c-title-common--middle-spacing, .c-title-common--yellow, .c-title-common--red {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
  width: fit-content;
  padding: 0.1875rem 0;
  border-top: 0.3125rem solid #302829;
  border-bottom: 0.3125rem solid #302829;
}
.c-title-common--red {
  color: #aa151b;
  border-color: #aa151b;
}
.c-title-common--yellow {
  color: #f1bf00;
  border-color: #f1bf00;
}
.c-title-common--middle-spacing {
  letter-spacing: 0.1em;
}
.c-title-common--center {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-title-common, .c-title-common--middle-spacing, .c-title-common--yellow, .c-title-common--red {
    font-size: 1.5rem;
  }
}

.c-list-common, .c-list-common--large-gap {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.c-list-common--large-gap {
  gap: 0.625rem;
}
.c-list-common__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  position: relative;
  padding-left: 1.25rem;
  letter-spacing: 0.05em;
}
.c-list-common__item::before {
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f1bf00;
}

.c-hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-hamburger {
    display: flex;
  }
}
.c-hamburger__bar {
  width: 2rem;
  height: 0.125rem;
  background: #aa151b;
  margin: 0.1875rem 0;
  border-radius: 0.125rem;
  transition: all 0.3s;
  display: block;
}
.c-hamburger__label {
  color: #aa151b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
}

.c-hamburger-menu {
  position: absolute;
  top: 5rem;
  left: 0;
  padding: 0 0 2.5rem;
  background: url("../image/home/bg_greeting.webp") center/cover no-repeat;
  width: 100%;
  height: 100dvh;
}
.c-hamburger-menu__link {
  display: block;
  padding: 1rem 1rem;
  font-size: 1rem;
}
.c-hamburger-menu__item {
  border-bottom: 1px solid #918a8a;
}

.c-page-header, .c-page-header--company, .c-page-header--affiliated-store {
  padding: 3.125rem 0;
  background: #aa151b url("../image/store-introduction/bg-store-introduction.webp") center/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .c-page-header, .c-page-header--company, .c-page-header--affiliated-store {
    padding: 2.5rem 0;
    background-size: cover;
  }
}
.c-page-header--affiliated-store {
  background: #aa151b url("../image/affiliated-store-introduction/bg_affiliated_store_introduction.webp") center/100% no-repeat;
}
.c-page-header--company {
  background: #aa151b url("../image/company/bg_company.webp") center/100% no-repeat;
}
.c-page-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6.75rem;
}
@media screen and (max-width: 768px) {
  .c-page-header__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-page-header__meta {
    padding-inline: 1rem;
  }
}
.c-page-header__thumbnail {
  width: 54rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-page-header__thumbnail {
    width: 90%;
    margin-left: auto;
  }
}
.c-page-header__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
.c-page-header__title-ja {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .c-page-header__title-ja {
    font-size: 1.5rem;
  }
}

.c-page-link-common {
  padding: 2.5rem 1rem;
  background-color: #f1bf00;
}
@media screen and (max-width: 768px) {
  .c-page-link-common {
    width: 100%;
    padding: 1.25rem 1rem;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-page-link-common__inner {
  display: grid;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  gap: 0.3125rem;
  grid-template-columns: repeat(3, 1fr);
}
.c-page-link-common__item {
  width: 15.625rem;
  border: 2px solid #302829;
  background: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .c-page-link-common__item {
    width: auto;
  }
}
.c-page-link-common__text {
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  height: 100%;
  padding: 1.0625rem 0;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media (hover: hover) {
  .c-page-link-common__text:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-page-link-common__text {
    font-size: 0.625rem;
    padding: 0.625rem 0.3125rem;
    gap: 0.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .c-page-link-common__icon {
    width: 1rem;
  }
}

.c-store-info__inner {
  display: flex;
  width: 75rem;
  max-width: 100%;
  margin-inline: auto;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-store-info__inner {
    flex-direction: column;
    gap: 2.5rem;
    padding-inline: 1rem;
  }
}
.c-store-info__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #aa151b;
}
@media screen and (max-width: 768px) {
  .c-store-info__title-en {
    font-size: 2rem;
  }
}
.c-store-info__title-ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65;
  line-height: 1.8;
  color: #aa151b;
}
@media screen and (max-width: 768px) {
  .c-store-info__title-ja {
    font-size: 0.875rem;
  }
}
.c-store-info__text, .c-store-info__text--large-margin-top {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 0.625rem;
  letter-spacing: 0.05em;
}
.c-store-info__text--large-margin-top {
  margin-top: 1.875rem;
}
.c-store-info__text span, .c-store-info__text--large-margin-top span {
  color: #aa151b;
}
.c-store-info__list-main {
  margin-top: 2.9375rem;
}
.c-store-info__list-main-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.c-store-info__list-main-icon {
  width: 1.375rem;
}
.c-store-info__list-main-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #aa151b;
}
.c-store-info__list-main-items {
  display: grid;
  margin-top: 0.625rem;
  gap: 0.9375rem 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c-store-info__list-main-items {
    gap: 1rem;
  }
}
.c-store-info__list-main-item {
  width: 14.25rem;
  max-width: 100%;
  border: 2px solid #302829;
}
@media screen and (max-width: 768px) {
  .c-store-info__list-main-item {
    width: auto;
  }
}
.c-store-info__list-main-link {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  padding: 0.625rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (hover: hover) {
  .c-store-info__list-main-link:where(:-webkit-any-link, :enabled, summary):hover {
    color: #fbfbfb;
    background: #302829;
  }
}
@media screen and (max-width: 768px) {
  .c-store-info__list-main-link {
    font-size: 0.875rem;
  }
}
.c-store-info__list-sub {
  margin-top: 3.125rem;
}
.c-store-info__list-sub-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
.c-store-info__list-sub-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #aa151b;
}
.c-store-info__list-sub-items {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
  gap: 0.75rem 1.875rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-store-info__list-sub-items {
    gap: 0.9375rem;
  }
}
.c-store-info__list-sub-link {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  display: flex;
  letter-spacing: 0.05em;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
}
@media (hover: hover) {
  .c-store-info__list-sub-link:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-store-info__list-sub-link {
    font-size: 0.875rem;
  }
}
.c-store-info__list-sub-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  content: "";
  background: #302829;
}
.c-store-info__map {
  width: 40.875rem;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-store-info__map {
    height: 25rem;
  }
}
.c-store-info__map-iframe {
  width: 100%;
  height: 100%;
}

.c-store-parallax__inner {
  padding: 50rem 0;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__inner {
    padding: 6.25rem 1rem 6.25rem;
  }
}
.c-store-parallax__bg-image {
  position: sticky;
  z-index: 1;
  top: 0;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__bg-image {
    height: 100vh;
    object-fit: cover;
  }
}
.c-store-parallax__body, .c-store-parallax__body--plancha, .c-store-parallax__body--stand, .c-store-parallax__body--yokohama, .c-store-parallax__body--tachikawa, .c-store-parallax__body--sangenjaya, .c-store-parallax__body--shimbashi {
  position: absolute;
  position: relative;
  z-index: 2;
  z-index: 2;
  width: 75rem;
  max-width: 100%;
  padding: 6.5rem 5rem 6.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__body, .c-store-parallax__body--plancha, .c-store-parallax__body--stand, .c-store-parallax__body--yokohama, .c-store-parallax__body--tachikawa, .c-store-parallax__body--sangenjaya, .c-store-parallax__body--shimbashi {
    padding: 5rem 1rem 5rem;
  }
}
.c-store-parallax__body--shimbashi {
  background: rgba(88, 28, 20, 0.8);
  backdrop-filter: blur(2px);
}
.c-store-parallax__body--sangenjaya {
  background: rgba(136, 69, 27, 0.8);
  backdrop-filter: blur(5px);
}
.c-store-parallax__body--tachikawa {
  background: rgba(80, 97, 21, 0.8);
  backdrop-filter: blur(5px);
}
.c-store-parallax__body--yokohama {
  background: rgba(23, 122, 136, 0.8);
  backdrop-filter: blur(5px);
}
.c-store-parallax__body--stand {
  background: rgba(14, 28, 51, 0.8);
  backdrop-filter: blur(5px);
}
.c-store-parallax__body--plancha {
  background: rgba(21, 16, 10, 0.7);
  backdrop-filter: blur(2px);
}
.c-store-parallax__title-wrap {
  position: relative;
}
.c-store-parallax__title-ja {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.65;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__title-ja {
    font-size: 1.5rem;
  }
}
.c-store-parallax__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 7.25rem;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0.1;
  color: #fbfbfb;
  mix-blend-mode: luminosity;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__title-en {
    font-size: 3.75rem;
  }
}
.c-store-parallax__contents {
  display: flex;
  flex-direction: column;
  margin-top: 4.75rem;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__contents {
    margin-top: 2.5rem;
  }
}
.c-store-parallax__images {
  display: grid;
  grid-template-columns: 13.75rem 13.75rem;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-store-parallax__image {
  width: 13.75rem;
}
.c-store-parallax__content {
  display: flex;
  gap: 3.75rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__content {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-store-parallax__description {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
.c-store-parallax__description span {
  color: #f1bf00;
}
.c-store-parallax__map {
  width: 28.75rem;
  max-width: 100%;
  flex-shrink: 0;
}
.c-store-parallax__map-iframe {
  width: 100%;
  height: 27.8125rem;
  object-fit: cover;
}
.c-store-parallax__info-row {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem 0;
  border-top: 2px solid #fbfbfb;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__info-row {
    gap: 0.3125rem;
  }
}
.c-store-parallax__info-row:last-child {
  border-bottom: 2px solid #fbfbfb;
}
.c-store-parallax__info-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #f1bf00;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__info-title {
    font-size: 0.875rem;
  }
}
.c-store-parallax__info-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__info-text {
    font-size: 0.875rem;
  }
}
.c-store-parallax__info-text span {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  margin-top: -0.3125rem;
}
.c-store-parallax__btns {
  display: flex;
  margin-top: 2.5rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-store-parallax__btns {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-store-parallax__btn, .c-store-parallax__btn--yellow {
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  width: 15.625rem;
  height: 3.375rem;
  padding: 0.9375rem;
  color: #fbfbfb;
  border: 2px solid #fbfbfb;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media (hover: hover) {
  .c-store-parallax__btn:where(:-webkit-any-link, :enabled, summary):hover, .c-store-parallax__btn--yellow:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-store-parallax__btn, .c-store-parallax__btn--yellow {
    font-size: 0.9375rem;
    width: 100%;
  }
}
.c-store-parallax__btn--yellow {
  color: #302829;
  border: 2px solid #f1bf00;
  background: #f1bf00;
}

.c-store-parallax-herf {
  isolation: isolate;
}
.c-store-parallax-herf__inner {
  padding: 50rem 0;
}
@media screen and (max-width: 768px) {
  .c-store-parallax-herf__inner {
    padding: 6.25rem 1rem 6.25rem;
  }
}
.c-store-parallax-herf__bg-image {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 5.625rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-store-parallax-herf__bg-image {
    height: 100vh;
    object-fit: cover;
  }
}
.c-store-parallax-herf__body, .c-store-parallax-herf__body--komeda, .c-store-parallax-herf__body--gongcha {
  position: relative;
  z-index: 2;
  z-index: 2;
  width: 31.25rem;
  max-width: 100%;
  padding: 3.4375rem 2.5rem 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-store-parallax-herf__body, .c-store-parallax-herf__body--komeda, .c-store-parallax-herf__body--gongcha {
    padding: 5rem 1rem 5rem;
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.c-store-parallax-herf__body--gongcha {
  background: rgba(115, 35, 21, 0.7);
  backdrop-filter: blur(2px);
}
.c-store-parallax-herf__body--komeda {
  background: rgba(125, 87, 21, 0.7);
}
.c-store-parallax-herf__title-wrap {
  position: relative;
}
.c-store-parallax-herf__title-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .c-store-parallax-herf__title-ja {
    font-size: 1.5rem;
  }
}
.c-store-parallax-herf__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0.1;
  color: #fbfbfb;
  mix-blend-mode: luminosity;
}
@media screen and (max-width: 768px) {
  .c-store-parallax-herf__title-en {
    font-size: 3.75rem;
    line-height: 1;
    mix-blend-mode: normal;
  }
}
.c-store-parallax-herf__contents {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-store-parallax-herf__contents {
    margin-top: 2.5rem;
  }
}
.c-store-parallax-herf__content {
  display: flex;
  gap: 3.75rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-store-parallax-herf__content {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-store-parallax-herf__description {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
.c-store-parallax-herf__description span {
  color: #f1bf00;
}
.c-store-parallax-herf__info-row {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem 0;
  border-top: 2px solid #fbfbfb;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-store-parallax-herf__info-row {
    gap: 0.3125rem;
  }
}
.c-store-parallax-herf__info-row:last-child {
  border-bottom: 2px solid #fbfbfb;
}
.c-store-parallax-herf__info-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #f1bf00;
}
@media screen and (max-width: 768px) {
  .c-store-parallax-herf__info-title {
    font-size: 0.875rem;
  }
}
.c-store-parallax-herf__info-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .c-store-parallax-herf__info-text {
    font-size: 0.875rem;
  }
}
.c-store-parallax-herf__info-text span {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  margin-top: -0.3125rem;
}

.c-recruit-btn-group {
  position: relative;
  width: 64.375rem;
  max-width: 100%;
  padding: 2.5rem 0 2.125rem;
  border: 2px solid #302829;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-recruit-btn-group {
    padding: 2.5rem 1rem 2.125rem;
  }
}
.c-recruit-btn-group::after {
  font-family: "Roboto", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: 1;
  bottom: -0.625rem;
  left: 50%;
  width: 100%;
  content: "Contratación de personal";
  transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.1em;
  color: rgba(170, 21, 27, 0.2);
}
@media screen and (max-width: 768px) {
  .c-recruit-btn-group::after {
    font-size: 2rem;
    bottom: 0;
    white-space: nowrap;
    letter-spacing: 0.0416666667em;
  }
}
.c-recruit-btn-group__title {
  font-size: 1.5rem;
  font-weight: 500;
  width: fit-content;
  margin: -3.75rem auto 0;
  padding: 0 2.5rem;
  text-align: center;
  background: #f1bf00;
}
.c-recruit-btn-group__list {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48.125rem;
  max-width: 100%;
  margin-top: 1.125rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-recruit-btn-group__list {
    width: 100%;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-recruit-btn-group__item {
  width: 15.625rem;
  border: 2px solid #302829;
  background: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .c-recruit-btn-group__item {
    width: auto;
  }
}
.c-recruit-btn-group__link {
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  height: 100%;
  padding: 1.0625rem 0;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-recruit-btn-group__link {
    font-size: 0.875rem;
    padding: 0.625rem 0.3125rem;
    gap: 0.3125rem;
  }
}
.c-recruit-banner {
  position: relative;
  padding: 2rem 0 1.625rem;
  border: 2px solid #302829;
  background: rgba(255, 255, 255, 0.9) url("../image/common/bg_recruit_banner.webp") center/cover no-repeat;
}
.c-recruit-banner__title-sub {
  font-size: 2.75rem;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-recruit-banner__title-sub {
    font-size: 1.5rem;
  }
}
.c-recruit-banner__title-main {
  font-size: 7.5rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #aa151b;
}
@media screen and (max-width: 768px) {
  .c-recruit-banner__title-main {
    font-size: 3.5rem;
  }
}
.c-recruit-banner__bubble {
  font-size: 0.875rem;
  font-weight: 900;
  line-height: normal;
  width: 19.6875rem;
  max-width: 100%;
  margin: 1.875rem auto 0;
  padding: 0.375rem 0 0.375rem;
  text-align: center;
  letter-spacing: 0.1em;
  border: 2px solid #aa151b;
  border-radius: 6.25rem;
  background: #fbfbfb;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-recruit-banner__bubble {
    margin: 1rem auto 0;
  }
}
.c-recruit-banner__bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  transform: translate(-50%, 100%);
  width: 1.25rem;
  aspect-ratio: 1/0.866;
  background: #fbfbfb;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}
.c-recruit-banner__btn {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: normal;
  position: relative;
  display: block;
  width: 24rem;
  margin: -0.5rem auto 0;
  padding: 0.6875rem 1.5625rem;
  text-align: center;
  color: #fbfbfb;
  border-radius: 3.75rem;
  background: #aa151b;
}
@media (hover: hover) {
  .c-recruit-banner__btn:where(:-webkit-any-link, :enabled, summary):hover::after {
    transform: translate(0.625rem, -50%);
  }
}
.c-recruit-banner__btn::after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  width: 0.9375rem;
  height: 1rem;
  content: "";
  transition: 0.3s;
  transform: translateY(-50%);
  background: url("../image/icon/icon_arrow_right_white.svg") center/cover no-repeat;
}
.c-recruit-banner__people-image01 {
  position: absolute;
  top: 50%;
  left: 4.5rem;
  width: 9.375rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-recruit-banner__people-image01 {
    width: 4.6875rem;
    left: 1rem;
  }
}
.c-recruit-banner__people-image02 {
  position: absolute;
  top: 50%;
  right: 4.125rem;
  width: 10rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-recruit-banner__people-image02 {
    width: 4.6875rem;
    right: 1rem;
  }
}

.c-table-common {
  box-sizing: content-box;
  width: 50rem;
  max-width: 100%;
  margin-inline: auto;
}
.c-table-common__row {
  display: flex;
  box-sizing: content-box;
}
.c-table-common__row:last-child .c-table-common__head {
  border-bottom: 2px solid #f1bf00;
}
.c-table-common__row:last-child .c-table-common__data {
  border-bottom: 2px solid #a9a9a9;
}
.c-table-common__head {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  display: block;
  display: flex;
  box-sizing: content-box;
  width: 14.375rem;
  padding: 1.1875rem 0;
  letter-spacing: 0.05em;
  color: #aa151b;
  border-top: 2px solid #f1bf00;
  flex-shrink: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-table-common__head {
    font-size: 0.875rem;
    width: 6.25rem;
    padding: 0.625rem 0;
  }
}
.c-table-common__data {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  display: block;
  box-sizing: content-box;
  width: 100%;
  padding: 1.1875rem 0 1.1875rem 1.875rem;
  letter-spacing: 0.05em;
  border-top: 2px solid #a9a9a9;
}
@media screen and (max-width: 768px) {
  .c-table-common__data {
    font-size: 0.875rem;
    padding: 0.625rem 0;
  }
}
.c-table-common__box-group {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
  gap: 1.25rem;
}
.c-table-common__box {
  padding: 1.25rem;
  background: #f1ebd9;
}
.c-table-common__box-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-table-common__box-title {
    font-size: 0.875rem;
  }
}
.c-table-common__box-text {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 0.625rem;
  letter-spacing: 0.05em;
}

.c-form-parallax {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .c-form-parallax {
    padding: 6.25rem 1rem;
  }
}
.c-form-parallax::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: url("../image/common/bg_contact.webp") center/cover no-repeat;
}
.c-form-parallax__box {
  width: 50rem;
  max-width: 100%;
  padding: 2.5rem;
  background: #fbfbfb;
  margin-inline: auto;
}

.c-form__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.c-form__headline {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.c-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.c-form__item-name {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
}
.c-form__input-box, .c-form__input-box--select {
  position: relative;
}
.c-form__input-box--select::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8125rem;
  height: 2.8125rem;
  content: "";
  pointer-events: none;
  background: #302829;
}
.c-form__input-box--select::after {
  position: absolute;
  top: 55%;
  right: 1.03125rem;
  width: 0.75rem;
  height: 0.5625rem;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
  background: url("../image/icon/icon_arrow_down_gray.png") no-repeat center/cover;
}
.c-form__item-label {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  height: 1.125rem;
  padding: 0 0.5rem;
  color: #eee;
  background: #aa151b;
}
.c-form__privacy-area {
  overflow-y: scroll;
  height: 12.5rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
  border: 1px solid #eee;
}
.c-form__privacy-title {
  font-size: 0.875rem;
  font-weight: 500;
}
.c-form__privacy-text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.65;
}
.c-form__bottom-text {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 1.25rem;
}
.c-form__submit {
  margin-top: 1.25rem;
}
.c-form input {
  font-size: 16px;
  width: 100%;
  height: 2.8125rem;
  padding: 0.75rem 1rem;
  color: #302829;
  border: none;
  background: #eee;
}
.c-form textarea {
  font-size: 16px;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #302829;
  border: none;
  background: #eee;
}
.c-form select {
  font-size: 16px;
  width: 100%;
  height: 2.8125rem;
  padding: 0.75rem 1rem;
  color: #302829;
  border: none;
  border-radius: 0;
  background: #eee;
  appearance: none;
}
.c-form [type=submit] {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  height: 3.125rem;
  padding: 0 2.5rem;
  cursor: pointer;
  text-align: center;
  color: #fbfbfb;
  border-radius: 0;
  background: #aa151b;
}
.c-form .mwform-checkbox-field label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.c-form .mwform-checkbox-field input {
  width: fit-content;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  border: 1px solid #302829;
  border-radius: 0.125rem;
}
.c-form .mwform-checkbox-field-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.c-intro-block {
  position: relative;
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .c-intro-block {
    padding: 3.125rem 0 0;
  }
}
.c-intro-block__inner, .c-intro-block__inner--reverse {
  position: relative;
  z-index: 2;
  display: flex;
  width: 75rem;
  max-width: 100%;
  margin: -28.125rem auto 0;
  align-items: flex-start;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .c-intro-block__inner, .c-intro-block__inner--reverse {
    flex-direction: column;
    margin: 0 auto;
    gap: 0;
  }
}
.c-intro-block__inner--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-intro-block__inner--reverse {
    flex-direction: column;
  }
}
.c-intro-block__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.c-intro-block__bg {
  position: sticky;
  z-index: 1;
  top: 6.25rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-intro-block__bg {
    position: static;
    display: none;
  }
}
.c-intro-block__image {
  position: sticky;
  top: 8.125rem;
  width: 31.25rem;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-intro-block__image {
    position: static;
    width: 80%;
    margin-inline: auto;
  }
}
.c-intro-block__image img {
  width: 100%;
}
.c-intro-block__content {
  margin-top: 3.125rem;
  padding: 3.75rem 3.125rem;
  background: #302829;
}
@media screen and (max-width: 768px) {
  .c-intro-block__content {
    padding: 3.75rem 1rem;
    margin-top: 0;
  }
}
.c-intro-block__labels {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  flex-wrap: wrap;
}
.c-intro-block__label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.65;
  display: flex;
  padding: 0.25rem 0.9375rem;
  letter-spacing: 0.05em;
  background: #f1bf00;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.c-intro-block__name {
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1.5625rem;
  letter-spacing: 0.05em;
  color: #f1bf00;
}
@media screen and (max-width: 768px) {
  .c-intro-block__name {
    font-size: 3rem;
  }
}
.c-intro-block__list {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  gap: 2.1875rem;
}
.c-intro-block__item {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.c-intro-block__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  padding-bottom: 0.625rem;
  letter-spacing: 0.05em;
  color: #f1bf00;
  color: #f1bf00;
  border-bottom: 2px solid #f1bf00;
}
.c-intro-block__item-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}

.p-home__fv-slider {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__fv-slider {
    margin-top: 1.25rem;
  }
}
.p-home__page-link {
  margin-top: 6.25rem;
  padding: 2.5rem 0;
  background-color: #f1bf00;
}
.p-home__page-link-common, .p-home__page-link-common--three-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-home__page-link-common, .p-home__page-link-common--three-column {
    width: 100%;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home__page-link-common--three-column {
  width: fit-content;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
}
.p-home__page-link-recruit-wrap {
  position: relative;
  margin-top: 3.375rem;
  padding: 2.5rem 0 2.125rem;
  border: 2px solid #302829;
}
@media screen and (max-width: 768px) {
  .p-home__page-link-recruit-wrap {
    padding: 2.5rem 1rem 2.125rem;
  }
}
.p-home__page-link-recruit-wrap::after {
  font-family: "Roboto", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: 1;
  bottom: -0.625rem;
  left: 50%;
  width: 100%;
  content: "Contratación de personal";
  transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.1em;
  color: rgba(170, 21, 27, 0.2);
}
@media screen and (max-width: 768px) {
  .p-home__page-link-recruit-wrap::after {
    font-size: 2rem;
    bottom: 0;
    white-space: nowrap;
    letter-spacing: 0.0416666667em;
  }
}
.p-home__page-link-recruit-title {
  font-size: 1.5rem;
  font-weight: 500;
  width: fit-content;
  margin: -3.75rem auto 0;
  padding: 0 2.5rem;
  text-align: center;
  background: #f1bf00;
}
.p-home__page-link-recruit {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48.125rem;
  max-width: 100%;
  margin-top: 1.125rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-home__page-link-recruit {
    width: 100%;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home__page-link-common-item {
  width: 15.625rem;
  border: 2px solid #302829;
  background: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-home__page-link-common-item {
    width: auto;
  }
}
.p-home__page-link-text {
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  padding: 1.0625rem 0;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  height: 100%;
}
@media (hover: hover) {
  .p-home__page-link-text:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-home__page-link-text {
    font-size: 0.875rem;
    padding: 0.625rem 0.3125rem;
    gap: 0.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home__page-link-icon {
    width: 1rem;
  }
}
.p-home__menu {
  padding: 6.25rem 0;
}
.p-home__menu-list {
  display: flex;
  flex-direction: column;
  margin-top: 3.125rem;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-home__menu-list {
    gap: 3.75rem;
  }
}
.p-home__menu-item, .p-home__menu-item--reverse {
  display: flex;
  align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-home__menu-item, .p-home__menu-item--reverse {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.p-home__menu-item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-home__menu-item--reverse {
    flex-direction: column-reverse;
  }
}
.p-home__menu-contents {
  width: 21.25rem;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-home__menu-contents {
    width: 100%;
  }
}
.p-home__menu-image-wrap {
  width: 100%;
}
.p-home__menu-image {
  width: 100%;
}
.p-home__menu-en {
  font-family: "Roboto", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #aa151b;
}
@media screen and (max-width: 768px) {
  .p-home__menu-en {
    font-size: 2rem;
  }
}
.p-home__menu-ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65;
  color: #aa151b;
}
@media screen and (max-width: 768px) {
  .p-home__menu-ja {
    font-size: 0.875rem;
  }
}
.p-home__menu-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 1.875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-home__menu-text {
    margin-top: 0.5rem;
  }
}
.p-home__about {
  padding: 6.25rem 0;
  background: url("../image/home/bg_about.webp") top 10rem right/48.75rem no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home__about {
    background: url("../image/home/bg_about.webp") bottom right/50% no-repeat;
  }
}
.p-home__about-text-wrap {
  margin-top: 2.5rem;
}
.p-home__about-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.p-home__about-text:not(:first-of-type) {
  margin-top: 1.875rem;
}
.p-home__about-text span {
  color: #aa151b;
}
.p-home__about-large-text-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 3.75rem;
  gap: 0.3125rem;
}
.p-home__about-large-text-bg {
  font-family: "roboto";
  font-size: 2.8125rem;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  letter-spacing: 0.03em;
  color: rgba(221, 209, 161, 0.25);
}
@media screen and (max-width: 768px) {
  .p-home__about-large-text-bg {
    font-size: 1.5rem;
  }
}
.p-home__about-large-text {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home__about-large-text {
    font-size: 1.125rem;
  }
}
.p-home__about-large-text span {
  color: #aa151b;
}
.p-home__about-list {
  margin-top: 1.875rem;
}
.p-home__appeal {
  padding: 8.75rem 0 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__appeal {
    padding: 6.25rem 1rem 9.375rem;
  }
}
.p-home__appeal-inner {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home__appeal-inner {
    flex-direction: column-reverse;
  }
}
.p-home__appeal-large-text-wrap {
  position: relative;
  margin-top: 3.125rem;
}
.p-home__appeal-large-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.65;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #aa151b;
}
.p-home__appeal-text-wrap {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-home__appeal-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.p-home__appeal-text span {
  color: #aa151b;
}
.p-home__appeal-large-text-bg {
  font-family: "roboto";
  font-size: 2.8125rem;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 0;
  white-space: nowrap;
  transform: translateY(-50%);
  letter-spacing: 0.03em;
  color: rgba(221, 209, 161, 0.25);
}
@media screen and (max-width: 768px) {
  .p-home__appeal-large-text-bg {
    font-size: 1.5rem;
  }
}
.p-home__appeal-image-wrap {
  display: flex;
  flex-direction: column;
  width: 45rem;
  max-width: 100%;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-home__appeal-image-wrap {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home__appeal-image {
  position: sticky;
  top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-home__appeal-image {
    position: static;
  }
}
.p-home__appeal-content-inner {
  position: sticky;
  top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-home__appeal-content-inner {
    position: static;
    top: unset;
  }
}
.p-home__point {
  padding: 6.25rem 0;
  background: #302829;
}
.p-home__point-list {
  display: grid;
  margin-top: 3.125rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-home__point-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home__point-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 0.625rem;
  text-align: center;
  letter-spacing: 0.7px;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-home__point-text {
    text-align: left;
  }
}
.p-home__point-text span {
  color: #f1bf00;
}
.p-home__store {
  padding: 6.25rem 0 2.9375rem;
}
.p-home__store-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 1.25rem;
  letter-spacing: 0.05em;
}
.p-home__store-name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.p-home__store-list {
  display: grid;
  margin-top: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-home__store-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home__greeting {
  padding: 6.25rem 0;
  background: url("../image/home/bg_greeting.webp") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-home__greeting {
    padding: 3.125rem 0;
  }
}
.p-home__greeting-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 1.875rem;
}
.p-home__greeting-text span {
  color: #aa151b;
}
.p-home__greeting-author {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1.25rem;
}

.p-store-introduction__store-info-list {
  margin-top: 1.875rem;
}
.p-store-introduction__store-info {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .p-store-introduction__store-info {
    padding: 3.125rem 0;
  }
}
.p-store-introduction__images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-store-introduction__images {
    gap: 0.3125rem;
  }
}
.p-store-introduction__parallax-start {
  margin-top: 6.25rem;
}
.p-store-introduction__spacer {
  width: 100%;
  height: 6.25rem;
  background: #302829;
}

.p-affiliated-store-introduction__store-parallax {
  margin-top: 6.25rem;
}
.p-affiliated-store-introduction__herf-store-parallax {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1.25rem;
  background: #302829;
}
@media screen and (max-width: 768px) {
  .p-affiliated-store-introduction__herf-store-parallax {
    grid-template-columns: 100%;
  }
}

.p-operations-fulltime__top {
  padding: 3.4375rem 0 2.5rem;
  background: #f1bf00;
}
.p-operations-fulltime__banner {
  width: 64.375rem;
  max-width: 100%;
  margin: 2.5rem auto 0;
}
.p-operations-fulltime__main {
  padding: 5rem 0 6.25rem;
  background: #fbfbfb;
}
.p-operations-fulltime__main-top {
  display: flex;
  align-items: flex-start;
  gap: 4.75rem;
}
@media screen and (max-width: 768px) {
  .p-operations-fulltime__main-top {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.p-operations-fulltime__main-top-title {
  margin-top: 1.25rem;
}
.p-operations-fulltime__main-top-title-text, .p-operations-fulltime__main-top-title-text--small-spacing, .p-operations-fulltime__main-top-title-text--small {
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-operations-fulltime__main-top-title-text, .p-operations-fulltime__main-top-title-text--small-spacing, .p-operations-fulltime__main-top-title-text--small {
    font-size: 2.5rem;
    white-space: wrap;
  }
}
.p-operations-fulltime__main-top-title-text--small {
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-operations-fulltime__main-top-title-text--small {
    font-size: 1rem;
  }
}
.p-operations-fulltime__main-top-title-text--small-spacing {
  letter-spacing: 0.05em;
}
.p-operations-fulltime__main-top-image {
  width: 29.375rem;
  flex-shrink: 0;
}
.p-operations-fulltime__main-top-text {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.85;
  margin-top: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-operations-fulltime__main-top-text {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 0.625rem;
  }
}
.p-operations-fulltime__main-bottom {
  display: flex;
  margin-top: 6.25rem;
  padding: 2.5rem 3.75rem;
  background: #f1bf00;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-operations-fulltime__main-bottom {
    flex-direction: column-reverse;
    padding: 1.25rem 1rem;
    gap: 2.5rem;
  }
}
.p-operations-fulltime__main-bottom-image {
  width: 31.25rem;
  max-width: 100%;
  flex-shrink: 0;
}
.p-operations-fulltime__main-bottom-title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.p-operations-fulltime__main-bottom-title-text {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
  display: flex;
  letter-spacing: 0.05em;
  color: #aa151b;
  gap: 0.75rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .p-operations-fulltime__main-bottom-title-text {
    font-size: 1.5rem;
  }
}
.p-operations-fulltime__main-bottom-title-text-label {
  padding: 0.625rem 1.25rem;
  color: #fbfbfb;
  background: #aa151b;
}
.p-operations-fulltime__main-bottom-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 2.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-operations-fulltime__main-bottom-text {
    margin-top: 1rem;
  }
}
.p-operations-fulltime__main-bottom-text span {
  color: #aa151b;
}
.p-operations-fulltime__recruitment-information {
  padding: 6.25rem 0;
  background: #f0f0f0;
}
.p-operations-fulltime__recruitment-information-list {
  width: fit-content;
  margin: 2.5rem auto 0;
}
.p-operations-fulltime__recruitment-information-table {
  margin-top: 2.5rem;
}
.p-operations-fulltime__form {
  width: 37.5rem;
  max-width: 100%;
  margin: 2.5rem auto 0;
}
.p-operations-fulltime__message {
  padding: 6.25rem 0;
  background: #302829;
}
.p-operations-fulltime__lead-ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 2.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
.p-operations-fulltime__lead-en {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 1.875rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
.p-operations-fulltime__intro-section {
  margin-top: 6.25rem;
}
.p-operations-fulltime__intro-blocks {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-operations-fulltime__intro-blocks {
    gap: 2.5rem;
  }
}
.p-operations-fulltime__message-figure {
  width: fit-content;
  margin: 1.5rem auto 0;
}
.p-operations-fulltime__message-image {
  width: 25rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-operations-fulltime__message-image {
    width: 18.75rem;
  }
}
.p-operations-fulltime__message-caption {
  font-size: 0.75rem;
  text-align: center;
  color: #fbfbfb;
}

.p-chef-fulltime__main {
  padding: 3.125rem 0;
  background: url("../image/chef-fulltime/bg_chef_fulltime_main.webp") center/cover no-repeat;
}
.p-chef-fulltime__main-top {
  display: flex;
  align-items: center;
  gap: 4.4375rem;
}
@media screen and (max-width: 768px) {
  .p-chef-fulltime__main-top {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.p-chef-fulltime__main-top-title {
  margin-top: 1.25rem;
}
.p-chef-fulltime__main-top-title-text, .p-chef-fulltime__main-top-title-text--small {
  font-size: 4.375rem;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-chef-fulltime__main-top-title-text, .p-chef-fulltime__main-top-title-text--small {
    font-size: 2.5rem;
    white-space: wrap;
  }
}
.p-chef-fulltime__main-top-title-text--small {
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-chef-fulltime__main-top-title-text--small {
    font-size: 1rem;
  }
}
.p-chef-fulltime__main-top-image {
  width: 29.375rem;
  max-width: 100%;
  flex-shrink: 0;
}
.p-chef-fulltime__main-top-text {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.85;
  margin-top: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-chef-fulltime__main-top-text {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 0.625rem;
  }
}
.p-chef-fulltime__main-bottom {
  display: flex;
  margin-top: 3.125rem;
  padding: 2.5rem 3.75rem;
  background: #fbfbfb;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-chef-fulltime__main-bottom {
    flex-direction: column-reverse;
    padding: 1.25rem 1rem;
    gap: 2.5rem;
  }
}
.p-chef-fulltime__main-bottom-image {
  width: 31.25rem;
  max-width: 100%;
  flex-shrink: 0;
}
.p-chef-fulltime__main-bottom-title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.p-chef-fulltime__main-bottom-title-text {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
  display: flex;
  letter-spacing: 0.05em;
  color: #aa151b;
  gap: 0.75rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .p-chef-fulltime__main-bottom-title-text {
    font-size: 1.5rem;
  }
}
.p-chef-fulltime__main-bottom-title-text-label {
  padding: 0.625rem 1.25rem;
  color: #fbfbfb;
  background: #aa151b;
}
.p-chef-fulltime__main-bottom-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 2.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-chef-fulltime__main-bottom-text {
    margin-top: 1rem;
  }
}
.p-chef-fulltime__main-bottom-text span {
  color: #aa151b;
}
.p-chef-fulltime__recruitment-information {
  padding: 6.25rem 0;
  background: #f0f0f0;
}
.p-chef-fulltime__recruitment-information-list {
  width: fit-content;
  margin: 2.5rem auto 0;
}
.p-chef-fulltime__recruitment-information-table {
  margin-top: 2.5rem;
}
.p-chef-fulltime__form {
  width: 37.5rem;
  max-width: 100%;
  margin: 2.5rem auto 0;
}
.p-chef-fulltime__message {
  padding: 6.25rem 0;
  background: #302829;
}
.p-chef-fulltime__lead-ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 2.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
.p-chef-fulltime__lead-en {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 1.875rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
.p-chef-fulltime__intro-section {
  margin-top: 6.25rem;
}
.p-chef-fulltime__intro-blocks {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-chef-fulltime__intro-blocks {
    gap: 2.5rem;
  }
}
.p-chef-fulltime__message-figure {
  width: fit-content;
  margin: 1.5rem auto 0;
}
.p-chef-fulltime__message-image {
  width: 25rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-chef-fulltime__message-image {
    width: 18.75rem;
  }
}
.p-chef-fulltime__message-caption {
  font-size: 0.75rem;
  text-align: center;
  color: #fbfbfb;
}

.p-part-time__main {
  padding: 6.25rem 0;
  background: url("../image/part-time/bg_part_time_main.webp") center/cover no-repeat;
}
.p-part-time__main-top {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-part-time__main-top {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.p-part-time__main-top-title-text {
  font-size: 4.0625rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-part-time__main-top-title-text {
    font-size: 2.5rem;
    white-space: wrap;
  }
}
.p-part-time__main-top-image {
  width: 34.0625rem;
  max-width: 100%;
  flex-shrink: 0;
}
.p-part-time__main-top-text {
  color: #fbfbfb;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.85;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-part-time__main-top-text {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 0.625rem;
  }
}
.p-part-time__main-bottom {
  border: 2px solid #fbfbfb;
  display: flex;
  justify-content: space-between;
  margin-top: 6.25rem;
  padding: 2.5rem 3.75rem;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-part-time__main-bottom {
    flex-direction: column-reverse;
    padding: 1.25rem 1rem;
    gap: 2.5rem;
  }
}
.p-part-time__main-bottom-image {
  width: 31.25rem;
  max-width: 100%;
  flex-shrink: 0;
}
.p-part-time__main-bottom-title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  transform: translateX(1.875rem);
}
@media screen and (max-width: 768px) {
  .p-part-time__main-bottom-title {
    transform: unset;
  }
}
.p-part-time__main-bottom-title-text {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
  display: flex;
  letter-spacing: 0.05em;
  color: #f1bf00;
  gap: 0.75rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .p-part-time__main-bottom-title-text {
    font-size: 1.5rem;
  }
}
.p-part-time__main-bottom-title-text-label {
  padding: 0.625rem 1.25rem;
  color: #302829;
  background: #f1bf00;
}
.p-part-time__main-bottom-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 2.5rem;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-part-time__main-bottom-text {
    margin-top: 1rem;
  }
}
.p-part-time__main-bottom-text span {
  color: #f1bf00;
}
.p-part-time__recruitment-information {
  padding: 6.25rem 0;
  background: #f0f0f0;
}
.p-part-time__recruitment-information-list {
  width: fit-content;
  margin: 2.5rem auto 0;
}
.p-part-time__recruitment-information-table {
  margin-top: 2.5rem;
}
.p-part-time__form {
  width: 37.5rem;
  max-width: 100%;
  margin: 2.5rem auto 0;
}
.p-part-time__message {
  padding: 6.25rem 0;
  background: #302829;
}
.p-part-time__lead-ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 2.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
.p-part-time__lead-en {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 1.875rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
.p-part-time__intro-section {
  margin-top: 6.25rem;
}
.p-part-time__intro-blocks {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-part-time__intro-blocks {
    gap: 2.5rem;
  }
}
.p-part-time__message-figure {
  width: fit-content;
  margin: 1.5rem auto 0;
}
.p-part-time__message-image {
  width: 25rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-part-time__message-image {
    width: 18.75rem;
  }
}
.p-part-time__message-caption {
  font-size: 0.75rem;
  text-align: center;
  color: #fbfbfb;
}

.p-company__lead {
  position: relative;
  width: 81rem;
  max-width: 100%;
  padding: 2.8125rem 7.5rem;
  background: url("../image/company/company01.webp") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-company__lead {
    margin-top: 0;
    padding: 2.8125rem 1rem;
  }
}
.p-company__lead-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #f1bf00;
}
@media screen and (max-width: 768px) {
  .p-company__lead-title {
    font-size: 1.75rem;
  }
}
.p-company__lead-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  width: 35rem;
  max-width: 100%;
  margin-top: 3.125rem;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-company__lead-text {
    margin-top: 1.5rem;
  }
}
.p-company__lead-text span {
  color: #f1bf00;
}
.p-company__lead-wrapper {
  padding: 6.4375rem 0;
  background: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-company__lead-wrapper {
    padding: 3.125rem 0;
  }
}
.p-company__lead-img {
  position: absolute;
  right: -8.75rem;
  bottom: 3.125rem;
  width: 42.5rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__lead-img {
    position: static;
    margin-top: 2.5rem;
  }
}
.p-company__list {
  display: flex;
  flex-direction: column;
  padding-bottom: 6.25rem;
  background: #fbfbfb;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company__list {
    padding-inline: 1rem;
  }
}
.p-company__list-headline {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.p-company__list-item, .p-company__list-item--reverse {
  display: flex;
  align-items: center;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-company__list-item, .p-company__list-item--reverse {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
}
.p-company__list-item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-company__list-item--reverse {
    flex-direction: column;
  }
}
.p-company__list-image {
  width: 48.6%;
}
@media screen and (max-width: 768px) {
  .p-company__list-image {
    width: 100%;
  }
}
.p-company__list-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #aa151b;
}
@media screen and (max-width: 768px) {
  .p-company__list-title {
    font-size: 1.75rem;
  }
}
.p-company__list-icon {
  width: 1.25rem;
}
.p-company__list-contents {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-company__list-contents {
    gap: 1.5625rem;
  }
}
.p-company__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.p-company__content-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.p-company__content-text span {
  color: #aa151b;
}
.p-company__greeting {
  position: relative;
  padding: 6.25rem 0;
  background: #f1bf00;
}
@media screen and (max-width: 768px) {
  .p-company__greeting {
    padding: 6.25rem 1rem;
  }
}
.p-company__bg-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 150%;
}
.p-company__greeting-inner {
  position: relative;
  z-index: 2;
  width: 75rem;
  max-width: 100%;
  margin-inline: auto;
}
.p-company__greeting-content {
  width: 37.5rem;
  max-width: 100%;
  margin-left: auto;
}
.p-company__greeting-heading-group {
  position: relative;
  margin-top: 3.125rem;
}
.p-company__greeting-heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.65;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-company__greeting-heading {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
.p-company__greeting-subheading {
  font-family: "Roboto", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  z-index: 1;
  bottom: -1.875rem;
  left: 0;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .p-company__greeting-subheading {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}
.p-company__greeting-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.63;
  margin-top: 3.75rem;
  letter-spacing: 0.05em;
}
.p-company__greeting-name {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 2.5rem;
  text-align: right;
  letter-spacing: 0.1em;
}
.p-company__outline {
  padding: 6.25rem 0;
  background-color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-company__outline {
    padding: 6.25rem 1rem;
  }
}
.p-company__history {
  padding: 6.25rem 0 0;
  background: #302829;
}
.p-company__history-contents {
  display: flex;
  width: 49rem;
  max-width: 100%;
  align-items: flex-start;
  margin-inline: auto;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-company__history-contents {
    flex-direction: column;
    padding: 0 1rem;
    gap: 2.5rem;
  }
}
.p-company__history-list {
  display: flex;
  flex-direction: column;
  margin-top: 0.6875rem;
  gap: 2.3125rem;
}
.p-company__history-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-company__history-item {
    align-items: flex-start;
  }
}
.p-company__history-item::before {
  position: absolute;
  top: 50%;
  left: 9.8125rem;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-company__history-item::before {
    left: 5rem;
    top: 0.4375rem;
    transform: unset;
  }
}
.p-company__history-item::after {
  position: absolute;
  top: 1rem;
  left: 10rem;
  width: 0.125rem;
  height: 3.75rem;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .p-company__history-item::after {
    left: 5.1875rem;
    height: 5rem;
  }
}
.p-company__history-item:last-child::after {
  position: absolute;
  top: 1rem;
  left: 10rem;
  width: 0.125rem;
  height: 3.75rem;
  content: "";
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0 0.125rem, transparent 0.375rem 0.5rem);
}
@media screen and (max-width: 768px) {
  .p-company__history-item:last-child::after {
    left: 5.1875rem;
    height: 5rem;
  }
}
.p-company__history-date {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company__history-date {
    flex-direction: column;
    gap: 0.3125rem;
    align-items: flex-start;
  }
}
.p-company__history-year {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-company__history-year {
    font-size: 1.25rem;
  }
}
.p-company__history-month {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .p-company__history-month {
    font-size: 0.9375rem;
  }
}
.p-company__history-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-company__history-text {
    font-size: 1rem;
  }
}
.p-company__history-note {
  font-size: 0.875rem;
  font-weight: 400;
  width: 75rem;
  max-width: 100%;
  margin: 6.25rem auto 0;
  text-align: right;
  letter-spacing: 0.05em;
  color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .p-company__history-note {
    font-size: 0.75rem;
    padding-inline: 1rem;
  }
}
.p-company__history-images {
  display: grid;
  margin-top: 2.5rem;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-company__history-images {
    gap: 0.3125rem;
  }
}

.p-page__contents {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-page__contents {
    padding: 5rem 0;
  }
}
.p-page__back-btn {
  margin: 1rem auto 0;
}

#form-top {
  scroll-margin-top: 5rem;
}

.u-margin-top--narrow {
  margin-top: 0.625rem;
}
.u-margin-top--normal {
  margin-top: 1.5rem;
}
.u-margin-top--wide {
  margin-top: 3rem;
}

.u-hidden--pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-hidden--pc {
    display: block;
  }
}
.u-hidden--sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-hidden--sp {
    display: none;
  }
}

.u-color--red {
  color: #aa151b;
}
.u-color--black {
  color: #302829;
}
.u-color--white {
  color: #fbfbfb;
}
.u-color--yellow {
  color: #f1bf00;
}

.u-underline {
  position: relative;
}
.u-underline::after {
  position: absolute;
  z-index: -1;
  bottom: 0.625rem;
  left: 0;
  display: block;
  width: 100%;
  height: 20%;
  content: "";
  background-color: #f1bf00;
}