/*---------------------------------
  variable
---------------------------------*/
/*---------------------------------
  function
---------------------------------*/
/*---------------------------------
  mixin
---------------------------------*/
/*---------------------------------
  reset
---------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
}
@media (max-width: 959px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  font-family: "Sawarabi Mincho", "Noto Sans JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  line-height: normal;
  position: relative;
  color: #000000;
  background: #f6f2ee;
}
@media (max-width: 959px) {
  body {
    font-size: 1.4rem;
  }
}

body.is-modal-open,
body.is-opening-open {
  overflow: hidden;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

h2 {
  margin: 0;
  padding: 0;
}

.u-br-sp {
  display: none;
}
@media (max-width: 959px) {
  .u-br-sp {
    display: block;
  }
}

.u-br-pc {
  display: block;
}
@media (max-width: 959px) {
  .u-br-pc {
    display: none;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

/*---------------------------------
  common
---------------------------------*/
.section {
  position: relative;
  z-index: 2;
}

.section__inner {
  width: min(124rem, 100% - 8rem);
  margin: 0 auto;
}
@media (max-width: 959px) {
  .section__inner {
    width: calc(100% - 3.5rem);
  }
}

.section__label {
  margin: 0 0 1.1rem;
  color: #e70012;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.section__title {
  margin: 0;
  color: #000000;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}

.image-placeholder {
  display: block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(230, 0, 18, 0.18), rgba(240, 90, 36, 0.12)), linear-gradient(45deg, #d9d2c8 25%, #eee7df 25%, #eee7df 50%, #d9d2c8 50%, #d9d2c8 75%, #eee7df 75%);
  background-size: auto, 2.4rem 2.4rem;
}

.image-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
}

/*---------------------------------
  opening animation
---------------------------------*/
.opening-animation {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #000;
  opacity: 1;
  pointer-events: auto;
  animation: opening-finish 10.75s linear forwards;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media (max-width: 959px) {
  .opening-animation {
    animation-duration: 11.55s;
  }
}

.opening-animation.is-finished {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.opening-animation__frame {
  position: absolute;
  inset: 0;
  display: grid;
  opacity: 0;
  visibility: hidden;
  background: #000;
  animation: opening-frame 3.9s steps(1, end) forwards;
}

.opening-animation__frame:nth-child(1) {
  animation: opening-logo-frame 1.4s ease-in-out forwards;
}

.opening-animation__frame:nth-child(2) {
  animation-delay: 1.35s;
}
@media (max-width: 959px) {
  .opening-animation__frame:nth-child(2) {
    animation-delay: 1.55s;
  }
}

.opening-animation__frame:nth-child(3) {
  animation-delay: 2.75s;
}
@media (max-width: 959px) {
  .opening-animation__frame:nth-child(3) {
    animation-delay: 3.15s;
  }
}

.opening-animation__frame:nth-child(4) {
  animation-delay: 4.15s;
}
@media (max-width: 959px) {
  .opening-animation__frame:nth-child(4) {
    animation-delay: 4.75s;
  }
}

.opening-animation__frame:nth-child(5) {
  animation-delay: 5.55s;
}
@media (max-width: 959px) {
  .opening-animation__frame:nth-child(5) {
    animation-delay: 6.35s;
  }
}

.opening-animation__frame:nth-child(6) {
  animation: opening-frame 1.85s steps(1, end) 7.15s forwards;
}
@media (max-width: 959px) {
  .opening-animation__frame:nth-child(6) {
    animation-delay: 7.95s;
  }
}

.opening-animation__frame:nth-child(7) {
  animation: opening-frame-final 1.6s steps(1, end) 9s forwards;
}
@media (max-width: 959px) {
  .opening-animation__frame:nth-child(7) {
    animation-delay: 9.8s;
  }
}

.opening-animation__frame p {
  margin: 0;
  color: currentColor;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media (max-width: 959px) {
  .opening-animation__frame p {
    font-size: 1.3rem;
  }
}

.opening-animation__frame--logo {
  place-items: center;
}

.opening-animation__frame--copy {
  display: block;
  animation-name: opening-copy-frame;
  animation-timing-function: ease-out;
}

.opening-animation__frame--copy p {
  position: absolute;
}
@media (max-width: 959px) {
  .opening-animation__frame--copy p {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    font-size: 2.8rem;
    text-align: left;
    white-space: nowrap;
    transform: translate(-50%, -50%);
  }
}

.opening-animation__frame--top-left p {
  top: 22rem;
  left: 18rem;
}
@media (max-width: 959px) {
  .opening-animation__frame--top-left p {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
  }
}

.opening-animation__frame--bottom-left p {
  bottom: 21rem;
  left: 16rem;
}
@media (max-width: 959px) {
  .opening-animation__frame--bottom-left p {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
  }
}

.opening-animation__frame--top-right p {
  top: 20rem;
  right: 16rem;
}
@media (max-width: 959px) {
  .opening-animation__frame--top-right p {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
  }
}

.opening-animation__frame--bottom-right p {
  right: 18rem;
  bottom: 15rem;
}
@media (max-width: 959px) {
  .opening-animation__frame--bottom-right p {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
  }
}

.opening-animation__frame--white {
  place-items: center;
  color: #000;
  background: #fff;
}

.opening-animation__frame--white p {
  line-height: 1.35;
}

.opening-animation__frame--decision p {
  position: relative;
  z-index: 1;
  animation: opening-frame-fade-in 1.75s ease-in-out 7.35s forwards;
  font-size: 7rem;
  line-height: 1.1;
}
@media (max-width: 959px) {
  .opening-animation__frame--decision p {
    font-size: 3rem;
    transform: translateX(0.14em);
  }
}

.opening-animation__frame--decision {
  background: #fff;
}

.opening-animation__frame--decision::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  animation: opening-white-bg-fade-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) 7.3s forwards;
}

.opening-animation__frame--final p {
  transform: translateX(0.4em);
  font-size: 18rem;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.25em;
  font-feature-settings: "palt";
}
@media (max-width: 959px) {
  .opening-animation__frame--final p {
    font-size: 7.1rem;
    letter-spacing: -0.34em;
    transform: translateX(0.08em);
  }
}

.opening-animation__logo {
  width: 15rem;
}
@media (max-width: 959px) {
  .opening-animation__logo {
    width: 7.6rem;
  }
}

.opening-animation__logo-image {
  width: 100%;
  height: auto;
}

@keyframes opening-frame {
  0%, 99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes opening-logo-frame {
  0% {
    opacity: 0;
    visibility: visible;
  }
  40%, 85% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes opening-copy-frame {
  0% {
    opacity: 0;
    visibility: visible;
  }
  26%, 52% {
    opacity: 1;
    visibility: visible;
  }
  78% {
    opacity: 0.45;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes opening-frame-fade-in {
  0% {
    opacity: 0.5;
    visibility: visible;
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes opening-white-bg-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opening-frame-final {
  0%, 100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes opening-finish {
  0%, 98% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@media (prefers-reduced-motion: reduce) {
  .opening-animation {
    animation-duration: 1.2s;
  }
  .opening-animation__frame {
    animation: none;
  }
  .opening-animation__frame:nth-child(7) {
    animation: none;
  }
  .opening-animation__frame--final {
    opacity: 1;
    visibility: visible;
  }
}
/*---------------------------------
  header
---------------------------------*/
.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  pointer-events: none;
}

.site-header__logo {
  position: fixed;
  z-index: 1;
  top: 3.5rem;
  left: 4.1rem;
  display: grid;
  gap: 0.5rem;
  justify-items: center;
  color: #111;
  font-weight: 700;
  pointer-events: auto;
}
@media (max-width: 959px) {
  .site-header__logo {
    top: 1.7rem;
    left: 2.8rem;
  }
}

.site-header__logo-image {
  width: 8rem;
  height: auto;
}
@media (max-width: 959px) {
  .site-header__logo-image {
    width: 6rem;
  }
}

.site-header__entry {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-bottom-left-radius: 0.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  min-width: 24rem;
  height: 5.6rem;
  color: #fff;
  background: #e70012;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  pointer-events: auto;
  transition: color 0.28s ease, border-color 0.28s ease;
  letter-spacing: 0.1em;
}
@media (max-width: 959px) {
  .site-header__entry {
    gap: 0.8rem;
    min-width: 21.6rem;
    height: 4.2rem;
    padding: 0 1.2rem;
    font-size: 1.2rem;
  }
}

.site-header__entry::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.site-header__entry:hover,
.site-header__entry:focus-visible {
  color: #e70012;
}

.site-header__entry:hover::before,
.site-header__entry:focus-visible::before {
  transform: scaleX(1);
}

.site-header__entry::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1.2rem;
  background-color: currentColor;
  -webkit-mask: url("../images/icon-arrow.svg") center/contain no-repeat;
  mask: url("../images/icon-arrow.svg") center/contain no-repeat;
}
@media (max-width: 959px) {
  .site-header__entry::after {
    width: 2.8rem;
    height: 1.2rem;
  }
}

.page-background-video {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  border-bottom-right-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  transition: none;
}

/*---------------------------------
  hero
---------------------------------*/
.hero-scroll {
  position: relative;
  z-index: 1;
  min-height: calc(100vh + 64rem);
  min-height: calc(100dvh + 64rem);
  background: #fff;
  overflow: hidden;
}
@media (max-width: 959px) {
  .hero-scroll {
    min-height: calc(100vh + 42rem);
    min-height: calc(100dvh + 42rem);
  }
}

.hero-scroll::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -0.1rem;
  left: 50%;
  width: 100vw;
  height: 24rem;
  background: #f6f2ee;
  clip-path: polygon(0 99%, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .hero-scroll::after {
    height: 12rem;
    clip-path: polygon(0 62%, 100% 0, 100% 100%, 0 100%);
  }
}

body.is-hero-copy-complete .hero-scroll::after {
  position: absolute;
}

.hero {
  display: flex;
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  margin-top: 0;
  padding: 0;
  border-bottom-right-radius: 0;
  overflow: visible;
  align-items: flex-start;
  background-color: transparent;
  pointer-events: auto;
}

.hero::after {
  content: none;
}

.hero__copy {
  position: relative;
  width: min(132rem, 100% - 7.6rem);
  padding-top: calc(100vh - 32rem);
  padding-top: calc(100dvh - 32rem);
  color: #fff;
  transform: none;
  transform-origin: left bottom;
}
@media (max-width: 959px) {
  .hero__copy {
    width: calc(100% - 3.2rem);
    padding-top: calc(100vh - 16rem);
    padding-top: calc(100dvh - 16rem);
  }
}

.hero__title {
  margin: 0 0 3.2rem 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14rem;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.25em;
}
@media (max-width: 959px) {
  .hero__title {
    margin: 0 0 1.5rem 0.6rem;
    font-size: 4.7rem;
    line-height: 0.95;
  }
}

.hero__title span {
  display: block;
}

.hero__lead {
  margin: 0 0 1.8rem 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 959px) {
  .hero__lead {
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
  }
}

.hero__description {
  max-width: 128rem;
  margin: 0 0 100rem 3rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.08em;
  text-shadow: none;
  font-feature-settings: "halt";
}
@media (max-width: 959px) {
  .hero__description {
    max-width: calc(100% - 2.2rem);
    margin: 0 0 80rem 1rem;
    font-size: 2.4rem;
    line-height: 1.45;
  }
}

.hero__description p {
  margin: 0;
}

.hero__description p + p {
  margin-top: 6.4rem;
}
@media (max-width: 959px) {
  .hero__description p + p {
    margin-top: 3.4rem;
  }
}

.hero__side-copy {
  position: fixed;
  z-index: 2;
  right: 7.6rem;
  top: 27.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-orientation: mixed;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  writing-mode: vertical-rl;
}
@media (max-width: 959px) {
  .hero__side-copy {
    right: 1.6rem;
    top: 34%;
    font-size: 0.7rem;
  }
}

.hero__side-copy-sub {
  font-size: 0.75em;
}

.hero__movie-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  isolation: isolate;
  overflow: hidden;
  z-index: 2;
  right: 3rem;
  bottom: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: 14.5rem;
  height: 4.5rem;
  padding: 0 0.1rem 0 0.8rem;
  border: 0.1rem solid transparent;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(#e70012, #e70012) left top/0 0.1rem no-repeat, linear-gradient(#e70012, #e70012) left bottom/0 0.1rem no-repeat, linear-gradient(#e70012, #e70012) left top/0.1rem 0 no-repeat, linear-gradient(#e70012, #e70012) right top/0.1rem 0 no-repeat, linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) left top/100% 0.1rem no-repeat, linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) left bottom/100% 0.1rem no-repeat, linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) left top/0.1rem 100% no-repeat, linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) right top/0.1rem 100% no-repeat, transparent;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background-size 0.28s ease, opacity 0.24s ease, visibility 0.24s ease;
}
@media (max-width: 959px) {
  .hero__movie-link {
    right: 4.2rem;
    bottom: 2rem;
    width: 11rem;
    height: 3.4rem;
    padding: 0 0.1rem 0 0.5rem;
    font-size: 1.1rem;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}

.hero__movie-link::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #e70012;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.hero__movie-link:hover::after {
  transform: scaleX(1);
}

.hero__movie-link.is-scrolled-active::after {
  transform: scaleX(1);
}

.hero__movie-link:hover {
  color: #fff;
  background-size: 100% 0.1rem, 100% 0.1rem, 0.1rem 100%, 0.1rem 100%, 100% 0.1rem, 100% 0.1rem, 0.1rem 100%, 0.1rem 100%;
}

.hero__movie-link.is-scrolled-active {
  color: #fff;
  background-size: 100% 0.1rem, 100% 0.1rem, 0.1rem 100%, 0.1rem 100%, 100% 0.1rem, 100% 0.1rem, 0.1rem 100%, 0.1rem 100%;
}

.hero__movie-link:hover::before,
.hero__movie-link:focus-visible::before,
.hero__movie-link.is-scrolled-active::before {
  opacity: 1;
}

body.is-hero-copy-complete .hero__movie-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__movie-link.is-scroll-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-hero-copy-complete .hero__side-copy {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__movie-link::before {
  content: "";
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/arrow_white.svg") center/contain no-repeat;
  opacity: 0.6;
}
@media (max-width: 959px) {
  .hero__movie-link::before {
    width: 2rem;
    height: 2rem;
  }
}

.movie-modal:not([open]) {
  display: none;
}

.movie-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 4rem;
  border: 0;
  opacity: 0;
  color: inherit;
  background: transparent;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
@media (max-width: 959px) {
  .movie-modal {
    padding: 2rem;
  }
}

.movie-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.movie-modal::backdrop {
  background: rgba(0, 0, 0, 0.76);
}

.movie-modal__content {
  display: grid;
  justify-items: end;
  position: relative;
  z-index: 1;
  width: min(96rem, 100%);
  transform: translateY(1.4rem) scale(0.98);
  transition: transform 0.28s ease;
}

.movie-modal.is-open .movie-modal__content {
  transform: translateY(0) scale(1);
}

.movie-modal__close {
  display: block;
  min-width: 8rem;
  height: 3.8rem;
  margin: 0 0 1.2rem;
  border: 0.1rem solid #e70012;
  color: #fff;
  background: transparent;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  cursor: pointer;
}
@media (max-width: 959px) {
  .movie-modal__close {
    min-width: 4.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}

.movie-modal__frame {
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #000;
  aspect-ratio: 16/9;
}

.movie-modal__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/*---------------------------------
  about
---------------------------------*/
.about {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background: #f6f2ee;
}
@media (max-width: 959px) {
  .about {
    margin-top: 0;
  }
}

.about__dish {
  position: absolute;
  right: 9.5rem;
  top: -40rem;
  width: 38rem;
  z-index: 4;
}
@media (max-width: 959px) {
  .about__dish {
    right: 1.6rem;
    top: -19.6rem;
    width: 17.5rem;
  }
}

.about__dish img {
  width: 100%;
}

.about .section__label {
  justify-self: end;
  margin: 7rem 0 0 0;
  padding: 0 10rem 0 0;
  color: #e70012;
  font-family: "Sawarabi Mincho", "Noto Sans JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0;
}
@media (max-width: 959px) {
  .about .section__label {
    margin: 5.5rem 0 0 0;
    padding: 0 1.5rem 0 0;
    font-size: 2.4rem;
    letter-spacing: -0.02em;
  }
}

.about__inner {
  display: grid;
  position: relative;
  z-index: 2;
  background: transparent;
}

.about__inner > * {
  transform: translateY(-3rem);
}

.about__title {
  display: grid;
  padding: 1.5rem 11rem 0 0;
  color: #000;
  font-size: 8.8rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: right;
  letter-spacing: -0.06em;
  font-feature-settings: "palt";
}
@media (max-width: 959px) {
  .about__title {
    margin: 1.5rem 0 0 0;
    padding: 0 1rem 0 0;
    font-size: 3.8rem;
  }
}

.about__title-line--program {
  padding-right: 2rem;
}
@media (max-width: 959px) {
  .about__title-line--program {
    padding-right: 1.5rem;
  }
}

@media (max-width: 959px) {
  .about__title-line--sub {
    padding-right: 0.8rem;
  }
}

.about__content {
  display: grid;
  justify-items: end;
  margin: 1.6rem 0 0 0;
  color: #000;
  font-family: "Sawarabi Mincho", "Noto Sans JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
@media (max-width: 959px) {
  .about__content {
    justify-items: stretch;
    margin: 1.3rem 0 0;
  }
}

.about__award {
  display: grid;
  grid-template-columns: 12rem 1fr;
  align-items: center;
  gap: 1.8rem;
  padding: 0 10.5rem 0 0;
}
@media (max-width: 959px) {
  .about__award {
    grid-template-columns: 8rem 20rem;
    align-items: center;
    justify-content: end;
    gap: 1.4rem;
    padding: 0;
  }
}

.about__award-logo {
  width: 100%;
  height: auto;
}

.about__award p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media (max-width: 959px) {
  .about__award p {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
}

.about__lead {
  margin: 3rem 0 0 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
  letter-spacing: -0.07em;
  padding: 0 10rem 0 0;
}
@media (max-width: 959px) {
  .about__lead {
    margin: 3.2rem 0 0 0;
    padding: 0 1.4rem 0 0;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: -0.09em;
    text-align: right;
  }
}

.about__date {
  display: grid;
  grid-template-columns: repeat(2, 16.5rem);
  justify-self: end;
  gap: 1.4rem;
  margin: 1.3rem 9.5rem 0 0;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28;
  text-align: center;
}
@media (max-width: 959px) {
  .about__date {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin: 2.4rem 1.5rem 0;
    font-size: 1.3rem;
  }
}

.about__date-item {
  display: grid;
  place-content: center;
  width: 16.5rem;
  aspect-ratio: 1;
  margin: 0;
  background: url("../images/bg_about.png") center/contain no-repeat;
}
@media (max-width: 959px) {
  .about__date-item {
    width: 12rem;
  }
}

.about__date-item span {
  display: block;
}

.about__date-emphasis {
  color: #e70012;
  font-size: 2rem;
}
@media (max-width: 959px) {
  .about__date-emphasis {
    font-size: 1.5rem;
  }
}

.about-training {
  display: grid;
  position: relative;
  margin-top: 5.8rem;
  padding: 2rem 0 0;
  background: url("../images/img_bg_about.png") top center/108% auto no-repeat, #f6f2ee;
}
@media (max-width: 959px) {
  .about-training {
    margin-top: 3.1rem;
    background: url("../images/img_bg_about_sp.png") center 10rem/100% auto no-repeat, #f6f2ee;
  }
}

.about-training__item {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .about-training__item {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-bottom: 5.4rem;
    padding-top: 2.2rem;
  }
}

@media (max-width: 959px) {
  .about-training__item:last-child {
    margin-bottom: 0;
  }
}

.about-training__heading {
  position: absolute;
  z-index: 2;
}
@media (max-width: 959px) {
  .about-training__heading {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0 0 1.4rem;
  }
}

.about-training__heading-inner {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 959px) {
  .about-training__heading-inner {
    gap: 0.6rem;
    width: auto;
  }
}

.about-training__number {
  position: relative;
  display: block;
  top: 0;
  left: 0;
}

.about-training__number img {
  display: block;
  width: 100%;
  height: auto;
}

.about-training__number--01 {
  width: 38rem;
  margin-left: -1.9rem;
}
@media (max-width: 959px) {
  .about-training__number--01 {
    top: 0;
    left: 4.3rem;
    width: 13rem;
    margin-left: 0;
  }
}

.about-training__number--02 {
  width: 43rem;
  margin-right: -1.9rem;
}
@media (max-width: 959px) {
  .about-training__number--02 {
    top: 0;
    left: 19.3rem;
    width: 14.8rem;
    margin-right: 0;
  }
}

.about-training__number--03 {
  width: 71.2rem;
}
@media (max-width: 959px) {
  .about-training__number--03 {
    top: 0;
    left: -7rem;
    width: 23.2rem;
  }
}

.about-training__name {
  position: absolute;
  top: 9.8rem;
  right: 12.2rem;
  color: #000;
  font-family: "Sawarabi Mincho", "Noto Sans JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 6.2rem;
  line-height: 1.15;
  letter-spacing: -0.35em;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media (max-width: 959px) {
  .about-training__name {
    top: auto;
    right: auto;
    left: auto;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: -0.08em;
    transform: none;
    white-space: nowrap;
    writing-mode: horizontal-tb;
  }
}

.about-training__name--01 {
  top: 10.3rem;
  left: 22rem;
}
@media (max-width: 959px) {
  .about-training__name--01 {
    top: 2.5rem;
    left: 1.5rem;
  }
}

.about-training__name--02 {
  top: 9.8rem;
  right: 12.2rem;
}
@media (max-width: 959px) {
  .about-training__name--02 {
    top: 2.5rem;
    left: 18rem;
  }
}

html.is-win-edge .about-training__name--01,
html.is-win-edge .about-training__name--02 {
  letter-spacing: 0em;
}

.about-training__name--03 {
  top: 15rem;
  right: -1rem;
  letter-spacing: -0.01em;
  writing-mode: horizontal-tb;
  font-size: 8.8rem;
}
@media (max-width: 959px) {
  .about-training__name--03 {
    top: 2.5rem;
    right: 9.5rem;
    font-size: 4.8rem;
    letter-spacing: -0.05em;
  }
}

.about-training__label {
  display: block;
  z-index: 3;
  align-self: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 1.9rem 1rem;
  color: #fff;
  background: #000;
  font-family: "Sawarabi Mincho", "Noto Sans JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 4.4rem;
  line-height: 1;
}
@media (max-width: 959px) {
  .about-training__label {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 0.8rem;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: left;
    letter-spacing: -0.05em;
  }
}

@media (max-width: 959px) {
  .about-training__label--sales-split {
    display: grid;
    justify-items: end;
    gap: 0;
    padding: 0;
    background: transparent;
  }
}

@media (max-width: 959px) {
  .about-training__label--sales-split span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.4rem 0.8rem;
    background: #000;
  }
}

@media (max-width: 959px) {
  .about-training__label--sales-split span + span {
    margin-top: -1px;
  }
}

@media (max-width: 959px) {
  .about-training__label--sales-split .u-br-sp {
    display: none;
  }
}

.about-training__image {
  margin-top: 0;
  z-index: 1;
}

.about-training__image img {
  width: 100%;
  height: auto;
}

.about-training__body {
  z-index: 2;
}

.about-training__text {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #000;
  font-family: "Sawarabi Mincho", "Noto Sans JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.85;
}
@media (max-width: 959px) {
  .about-training__text {
    position: static;
    margin: 2rem 0 0;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.about-training__schedule {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.5rem 0 0;
  padding-top: 2rem;
  border-top: 0.1rem solid currentColor;
  color: #000;
  font-family: "Sawarabi Mincho", "Noto Sans JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.85;
}
@media (max-width: 959px) {
  .about-training__schedule {
    margin: 3rem 1.5rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.about-training__body .about-training__text {
  position: static;
}

.about-training__item--strategy {
  margin-bottom: 12.7rem;
}
@media (max-width: 959px) {
  .about-training__item--strategy {
    margin-bottom: 4.5rem;
  }
}

.about-training__item--strategy .about-training__heading {
  top: 9.2rem;
  left: 0;
}
@media (max-width: 959px) {
  .about-training__item--strategy .about-training__heading {
    top: auto;
    left: auto;
  }
}

.about-training__item--strategy .about-training__label {
  margin: 0;
}
@media (max-width: 959px) {
  .about-training__item--strategy .about-training__label {
    order: 2;
    align-self: flex-end;
    margin-top: 0;
  }
}

.about-training__item--strategy .about-training__image {
  width: 64rem;
  margin-top: -2.6rem;
  align-self: flex-end;
}
@media (max-width: 959px) {
  .about-training__item--strategy .about-training__image {
    order: 3;
    margin-top: -1.7rem;
    width: 35.1rem;
  }
}

.about-training__item--strategy .about-training__text {
  top: 26.6rem;
  left: 30.5rem;
  width: 44rem;
}
@media (max-width: 959px) {
  .about-training__item--strategy .about-training__text {
    width: 100%;
    order: 1;
    padding: 2.2rem 1rem 0 1.5rem;
    margin: 0 0 3.2rem 0;
    letter-spacing: 0.08em;
    line-height: 1.9;
  }
}

.about-training__item--philosophy {
  align-items: flex-start;
  padding-bottom: 15rem;
  overflow: hidden;
}
@media (max-width: 959px) {
  .about-training__item--philosophy {
    padding-bottom: 0;
    margin-bottom: 5.5rem;
    overflow: visible;
  }
}

.about-training__item--philosophy .about-training__label {
  align-self: flex-start;
  margin-left: 0;
}
@media (max-width: 959px) {
  .about-training__item--philosophy .about-training__label {
    order: 2;
    align-self: flex-start;
  }
}

.about-training__item--philosophy .about-training__image {
  margin-top: -1.2rem;
  width: 64rem;
}
@media (max-width: 959px) {
  .about-training__item--philosophy .about-training__image {
    order: 3;
    margin-top: -1.9rem;
    width: 35.3rem;
  }
}

.about-training__item--philosophy .about-training__heading {
  right: 0;
  top: 18.4rem;
}
@media (max-width: 959px) {
  .about-training__item--philosophy .about-training__heading {
    top: auto;
    right: auto;
  }
}

.about-training__item--philosophy .about-training__text {
  top: 27rem;
  right: 34.5rem;
  width: 45rem;
}
@media (max-width: 959px) {
  .about-training__item--philosophy .about-training__text {
    width: 100%;
    order: 1;
    padding: 2.2rem 1rem 0 1.5rem;
    margin: 0 0 3.1rem 0;
    letter-spacing: 0.08em;
    line-height: 1.9;
  }
}

.about-training__item--sales {
  align-items: flex-end;
  padding-bottom: 5rem;
}
@media (max-width: 959px) {
  .about-training__item--sales {
    padding-bottom: 0.6rem;
  }
}

.about-training__item--sales .about-training__heading {
  top: 0;
  left: 38.5rem;
}
@media (max-width: 959px) {
  .about-training__item--sales .about-training__heading {
    top: auto;
    left: auto;
  }
}

.about-training__item--sales .about-training__name {
  writing-mode: horizontal-tb;
}

.about-training__item--sales .about-training__label {
  margin: 29.7rem 0 0 0;
}
@media (max-width: 959px) {
  .about-training__item--sales .about-training__label {
    order: 2;
    align-self: flex-end;
    margin: 0;
  }
}

.about-training__item--sales .about-training__image {
  margin-top: -2rem;
  width: 97.4rem;
}
@media (max-width: 959px) {
  .about-training__item--sales .about-training__image {
    order: 3;
    margin-top: -3.3rem;
    width: 35.1rem;
  }
}

.about-training__item--sales .about-training__body {
  position: absolute;
  left: 10.5rem;
  top: 51rem;
  width: 38rem;
}
@media (max-width: 959px) {
  .about-training__item--sales .about-training__body {
    position: static;
    top: auto;
    left: auto;
    order: 1;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 959px) {
  .about-training__item--sales .about-training__text {
    margin: 2.2rem 1.5rem 0 1.5rem;
  }
}

@media (max-width: 959px) {
  .about-training__heading,
  .about-training__item--strategy .about-training__heading,
  .about-training__item--philosophy .about-training__heading,
  .about-training__item--sales .about-training__heading,
  .about-training__body,
  .about-training__item--sales .about-training__body {
    width: auto;
    margin: 0;
  }
}

@media (max-width: 959px) {
  .about-training__image {
    margin: 0;
    height: auto;
  }
}

@media (max-width: 959px) {
  .about-training__schedule,
  .about-training__item--sales .about-training__schedule {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
  }
}

/*---------------------------------
  step
---------------------------------*/
.step {
  position: relative;
  overflow: hidden;
  padding: 20rem 0 8.2rem;
  color: #fff;
  background: #000;
  margin-top: -0.1rem;
}
@media (max-width: 959px) {
  .step {
    padding: 10rem 0 2.8rem;
  }
}

.step::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(25.1rem + 1px);
  background: #f6f2ee;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  pointer-events: none;
}
@media (max-width: 959px) {
  .step::before {
    height: calc(6.5rem + 1px);
  }
}

.step__inner {
  position: relative;
  z-index: 1;
  width: min(124rem, 100% - 11rem);
  margin: 0 auto;
}
@media (max-width: 959px) {
  .step__inner {
    width: calc(100% - 3.2rem);
  }
}

.step__header {
  display: grid;
  justify-items: end;
  margin-bottom: 5.4rem;
  text-align: right;
}
@media (max-width: 959px) {
  .step__header {
    margin-bottom: 4.7rem;
    text-align: left;
  }
}

.step__label {
  margin: 0 1.6rem 2rem 0;
  color: #e70012;
  font-size: 3.2rem;
  line-height: 1;
}
@media (max-width: 959px) {
  .step__label {
    margin: 0.2rem 1.5rem 1.5rem 0;
    font-size: 3.2rem;
    letter-spacing: -0.02em;
  }
}

.step__title {
  margin: 0;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.08em;
}
@media (max-width: 959px) {
  .step__title {
    font-size: 4.6rem;
    letter-spacing: -0.07em;
  }
}

.step__lead {
  margin: 3rem 0 0;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: -0.15em;
}
@media (max-width: 959px) {
  .step__lead {
    margin: 3rem 0 0 0;
    text-align: right;
    font-size: 1.6rem;
    letter-spacing: -0.12em;
    line-height: 1.4;
  }
}

.step__note {
  margin: 1.7rem 0 0;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: -0.08em;
}
@media (max-width: 959px) {
  .step__note {
    margin: 1.6rem 0 0;
    text-align: right;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.step__ranking {
  width: 100%;
  display: grid;
  justify-items: end;
  margin-bottom: -0.1rem;
}
@media (max-width: 959px) {
  .step__ranking {
    display: none;
  }
}

.step__ranking p {
  min-width: 19.3rem;
  margin: 0;
  padding: 1.2rem 2rem;
  color: #e70012;
  background: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.step-card {
  display: grid;
  justify-items: center;
  overflow: hidden;
  padding: 0 0 5rem 0;
  background: #303030;
  text-align: center;
}
@media (max-width: 959px) {
  .step-card {
    padding: 3.2rem 1.8rem 4.4rem;
  }
}

.step-card--seminar,
.step-card--entry {
  opacity: 1;
  transform: none;
  transition: none;
}

.step-card--seminar.is-visible,
.step-card--entry.is-visible {
  opacity: 1;
  transform: none;
}

.step-card + .step-card {
  margin-top: 3rem;
}

.step-card--entry {
  grid-template-columns: 1fr 34rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 4.5rem 0 6.5rem 0;
}
@media (max-width: 959px) {
  .step-card--entry {
    grid-template-columns: 1fr;
    padding: 3rem 0 0 0;
  }
}

.step-card--entry > *:not(.step-card__people) {
  grid-column: 1/-1;
}

.step-card--entry {
  position: relative;
  grid-column: 1;
}

.step-card__eyebrow {
  margin: 0.5rem 0 1rem;
  font-size: 1.6rem;
}
@media (max-width: 959px) {
  .step-card__eyebrow {
    margin: 1.4rem 0 0.8rem;
    font-size: 1.3rem;
  }
}

.step-card__title {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}
@media (max-width: 959px) {
  .step-card__title {
    font-size: 1.5rem;
  }
}

.step-card__title span {
  font-size: 3.6rem;
}
@media (max-width: 959px) {
  .step-card__title span {
    font-size: 2.3rem;
  }
}

.step-card__text {
  margin: 2.2rem 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media (max-width: 959px) {
  .step-card__text {
    margin: 1rem 0 0;
    line-height: 1.85;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    transform: translateY(var(--step-card-text-shift-sp, 1rem));
  }
}

.step-card__text--large {
  font-size: 1.8rem;
  letter-spacing: -0.12em;
}
@media (max-width: 959px) {
  .step-card__text--large {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.04em;
  }
}

.step-card__text-link {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: from-font;
  transition: color 0.28s ease;
}

.step-card__text-link:hover,
.step-card__text-link:focus-visible {
  color: #d00;
}

.step-card__button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 35.2rem;
  min-height: 5.6rem;
  margin-top: 4.8rem;
  overflow: hidden;
  border: 0.1rem solid #e70012;
  border-radius: 0.4rem;
  color: #fff;
  background: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.0001em;
  font-feature-settings: "palt";
  transition: border-color 0.42s ease;
}
@media (max-width: 959px) {
  .step-card__button {
    margin-top: 5.6rem;
    font-size: 1.3rem;
    min-width: 27.5rem;
    min-height: 4rem;
    border-radius: 0.2rem;
  }
}

.step-card__button::after {
  content: "";
  width: 7rem;
  height: 1.5rem;
  margin-left: 1rem;
  background-color: #fff;
  -webkit-mask: url("../images/icon-arrow.svg") center/contain no-repeat;
  mask: url("../images/icon-arrow.svg") center/contain no-repeat;
  transition: background-color 0.42s ease;
}
@media (max-width: 959px) {
  .step-card__button::after {
    width: 5rem;
    height: 1.5rem;
  }
}

.step-card__button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #e70012;
  transform-origin: right center;
  transition: transform 0.42s ease;
}

.step-card__button[href="#"] {
  border-color: #8c8c8c;
  color: #d6d6d6;
  cursor: not-allowed;
  pointer-events: none;
}

.step-card__button[href="#"]::before {
  background: #8c8c8c;
  transform: scaleX(1);
}

.step-card__button[href="#"]::after {
  background-color: #d6d6d6;
}

.step-card__button:hover,
.step-card__button:focus-visible,
.step-card__button.is-auto-hover {
  border-color: #e70012;
  color: #e70012;
}

.step-card__button:hover::before,
.step-card__button:focus-visible::before,
.step-card__button.is-auto-hover::before {
  transform: scaleX(0);
}

.step-card__button:hover::after,
.step-card__button:focus-visible::after,
.step-card__button.is-auto-hover::after {
  background-color: #e70012;
}

.step-card__button--small {
  min-width: 20.5rem;
  min-height: 4.3rem;
  margin-top: 2.2rem;
  font-size: 1.4rem;
}
@media (max-width: 959px) {
  .step-card__button--small {
    min-width: 19.5rem;
    min-height: 4rem;
    font-size: 1.3rem;
    margin-top: 3.2rem;
  }
}

.step-card__button--entry {
  min-width: 24.5rem;
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media (max-width: 959px) {
  .step-card__button--entry {
    min-width: 23.5rem;
    min-height: 5rem;
    font-size: 1.8rem;
  }
}

.step-card__button-arrow--small::after {
  width: 4.2rem;
  margin-left: 0.8rem;
}
@media (max-width: 959px) {
  .step-card__button-arrow--small::after {
    width: 4rem;
    margin-left: 0.5rem;
  }
}

.step-card__button-group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
  margin-top: 3rem;
}
.step-card__button-group .step-card__button {
  margin-top: 0;
}
@media (max-width: 959px) {
  .step-card__button-group {
    flex-direction: column;
    gap: 1.2rem;
  }
}

.step-card__date {
  margin: 1.4rem 0 0;
  font-size: 1.2rem;
}
@media (max-width: 959px) {
  .step-card__date {
    margin: 1.7rem 0 0;
    letter-spacing: -0.04em;
  }
}

.step-card__divider {
  width: min(88rem, 100%);
  height: 0.1rem;
  margin-top: 3.2rem;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 959px) {
  .step-card__divider {
    margin-top: 2.8rem;
  }
}

.step-card__note {
  margin: 1.5rem 0 0 0;
  font-size: 1.3rem;
}
@media (max-width: 959px) {
  .step-card__note {
    font-size: 1.2rem;
  }
}

.step-card__note--small {
  font-size: 1.6rem;
}
@media (max-width: 959px) {
  .step-card__note--small {
    font-size: 1.2rem;
  }
}

.step-flow {
  width: 96rem;
  margin-top: 3.7rem;
}
@media (max-width: 959px) {
  .step-flow {
    width: 100%;
    margin-top: 4rem;
    padding: 0 3.2rem;
  }
}

.step-flow__image {
  display: block;
  width: 100%;
  height: auto;
}

.step-card__people {
  position: absolute;
  right: 4rem;
  bottom: 0;
  width: 34rem;
  height: auto;
}
@media (max-width: 959px) {
  .step-card__people {
    position: static;
    width: 20rem;
    margin-top: 3.3rem;
  }
}

/*---------------------------------
  showcase background
---------------------------------*/
.site-showcase-bg {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  background-color: #f6f2ee;
}

.site-showcase-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../images/img_site-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 959px) {
  .site-showcase-bg::before {
    background-image: url("../images/img_site-bg_sp.jpg");
  }
}

.site-showcase-bg > section {
  position: relative;
  z-index: 1;
}

/*---------------------------------
  voice
---------------------------------*/
.voice {
  padding: 23.8rem 0 16rem;
}
@media (max-width: 959px) {
  .voice {
    height: 72rem;
    padding: 7.6rem 0 5.3rem;
  }
}

.voice__inner {
  position: relative;
  z-index: 1;
}

.voice .section__label {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 959px) {
  .voice .section__label {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
  }
}

.voice__title {
  color: #fff;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin: 2rem 0 0;
}
@media (max-width: 959px) {
  .voice__title {
    font-size: 3.2rem;
    letter-spacing: -0.04em;
    margin: 1.5rem 0 0;
  }
}

.voice__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7rem;
  margin-top: 3.8rem;
}
@media (max-width: 959px) {
  .voice__list {
    grid-template-columns: 1fr;
    gap: 3.6rem;
    margin-top: 3rem;
  }
}

.voice-card__media {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
  background: #000;
  aspect-ratio: 16/9;
  min-height: 24rem;
}
@media (max-width: 959px) {
  .voice-card__media {
    min-height: 19rem;
  }
}

.voice-card__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.voice-card__profile {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 1.8rem 0 0;
  color: #fff;
}
@media (max-width: 959px) {
  .voice-card__profile {
    gap: 1.4rem;
    margin: 1.8rem 0 0;
    font-size: 1.2rem;
  }
}

.voice-card__name {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 959px) {
  .voice-card__name {
    font-size: 1.8rem;
    letter-spacing: -0.02em;
  }
}

/*---------------------------------
  recommend
---------------------------------*/
.recommend {
  padding: 17.5rem 0 9rem;
}
@media (max-width: 959px) {
  .recommend {
    padding: 6.2rem 0 0;
  }
}

.recommend__inner {
  display: grid;
  grid-template-columns: 1fr 53.7rem;
  gap: 5rem;
  align-items: self-start;
  width: min(124rem, 100% - 8rem);
  margin: 0 auto;
}
@media (max-width: 959px) {
  .recommend__inner {
    width: calc(100% - 4rem);
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.recommend .section__label {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.001em;
  font-weight: 500;
  margin: 3.7rem 0 0 1.6rem;
}
@media (max-width: 959px) {
  .recommend .section__label {
    margin: 0.2rem 0 0 0.2rem;
    font-size: 2.4rem;
    letter-spacing: -0.02em;
  }
}

.recommend__title {
  font-size: 8.8rem;
  line-height: 1.1;
  letter-spacing: -0.08em;
  margin: 2.2rem 0 0 0rem;
}
@media (max-width: 959px) {
  .recommend__title {
    margin: 1.1rem 0 0 0rem;
    font-size: 4.2rem;
    line-height: 1.2;
    letter-spacing: -0.09em;
  }
}

.recommend__text {
  margin: 3.2rem 0 0;
  max-width: 53rem;
  color: #000;
  font-size: 1.7rem;
  line-height: 2.1;
  font-feature-settings: "halt";
}
@media (max-width: 959px) {
  .recommend__text {
    max-width: 100%;
    margin: 3rem 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
}

.recommend__image-wrap {
  width: 52rem;
}
@media (max-width: 959px) {
  .recommend__image-wrap {
    margin: 1.3rem auto 0;
    width: 28rem;
  }
}

.recommend__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------
  message
---------------------------------*/
.message {
  color: #fff;
  font-weight: 500;
  font-family: "Shippori Mincho", "Sawarabi Mincho", "Noto Sans JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.message__inner {
  min-height: 51.3rem;
  text-align: center;
  padding: 13rem 0 0 0;
}
@media (max-width: 959px) {
  .message__inner {
    min-height: 32.7rem;
    padding: 14.4rem 0 0 0;
  }
}

.message p {
  margin: 0;
  font-size: 3.3rem;
  line-height: 1.4;
}
@media (max-width: 959px) {
  .message p {
    font-size: 2.1rem;
  }
}

.message__number {
  font-size: 5.6rem;
  line-height: 1;
}
@media (max-width: 959px) {
  .message__number {
    font-size: 3.6rem;
  }
}

/*---------------------------------
  company
---------------------------------*/
.company {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 5.6rem 0 2.8em;
  background: #f6f2ee;
}
@media (max-width: 959px) {
  .company {
    padding-top: 3rem;
    padding: 3rem 0 4.6rem;
  }
}

.company__inner {
  display: grid;
  grid-template-columns: 1fr 60rem;
  gap: 10rem;
  width: min(133.5rem, 100% - 20rem);
  margin: 0 auto;
}
@media (max-width: 959px) {
  .company__inner {
    grid-template-columns: 1fr;
    width: calc(100% - 3rem);
    gap: 4.5rem;
  }
}

.company .section__label {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.001em;
  font-weight: 500;
}
@media (max-width: 959px) {
  .company .section__label {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
  }
}

.company .section__title {
  font-size: 3.2rem;
  line-height: 1.1;
  margin: 1.5rem 0 0 0rem;
}
@media (max-width: 959px) {
  .company .section__title {
    margin: 1rem 0 0 0rem;
    font-size: 2.2rem;
    letter-spacing: 0.01em;
  }
}

.company__body {
  margin-top: 1rem;
}

.company__description {
  margin: 4.5rem 0 0;
  font-size: 1.7rem;
  line-height: 2.1;
  letter-spacing: 0.12em;
  font-feature-settings: "halt";
}
@media (max-width: 959px) {
  .company__description {
    margin: 3.5rem 0 0;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
}

.company__note {
  margin: 3.6rem 0 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 959px) {
  .company__note {
    margin: 2.6rem 0 0;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: -0.03em;
  }
}

.company__links {
  display: flex;
  gap: 2.3rem;
  margin-top: 4rem;
}
@media (max-width: 959px) {
  .company__links {
    gap: 2.3rem;
    margin-top: 2.8rem;
  }
}

.company__links a {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 0 3rem;
  min-width: 22rem;
  height: 5.6rem;
  border: 0.1rem solid #000;
  color: #fff;
  background: #050505;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  transition: color 0.28s ease;
}
@media (max-width: 959px) {
  .company__links a {
    padding: 0 1.5rem 0 1.2rem;
    min-width: 16.1rem;
    height: 4rem;
    font-size: 1.2rem;
  }
}

.company__links a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.company__links a::after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-color: currentColor;
  -webkit-mask: url("../images/icon_link.svg") center/contain no-repeat;
  mask: url("../images/icon_link.svg") center/contain no-repeat;
  transition: background-color 0.28s ease;
}
@media (max-width: 959px) {
  .company__links a::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.company__links a:hover,
.company__links a:focus-visible {
  color: #000;
}

.company__links a:hover::before,
.company__links a:focus-visible::before {
  transform: scaleX(1);
}

.company__brand-grid {
  display: grid;
  grid-template-columns: 12rem 5rem 15rem 3rem 8.5rem 3.5rem 7.7rem;
  align-items: center;
  margin-top: 5rem;
}
.company__brand-grid > *:nth-child(1) {
  grid-column: 1;
}
.company__brand-grid > *:nth-child(2) {
  grid-column: 3;
}
.company__brand-grid > *:nth-child(3) {
  grid-column: 5;
}
.company__brand-grid > *:nth-child(4) {
  grid-column: 7;
}
@media (max-width: 959px) {
  .company__brand-grid {
    grid-template-columns: auto auto auto;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    justify-content: center;
    margin-top: 4.5rem;
  }
  .company__brand-grid > *:nth-child(1) {
    grid-column: 1/-1;
  }
  .company__brand-grid > *:nth-child(2) {
    grid-column: 1;
    width: 100%;
    max-width: 10.5rem;
    justify-self: end;
  }
  .company__brand-grid > *:nth-child(3) {
    grid-column: 2;
    width: 100%;
    max-width: 7.8rem;
    justify-self: center;
  }
  .company__brand-grid > *:nth-child(4) {
    grid-column: 3;
    width: 100%;
    max-width: 7.6rem;
    justify-self: start;
  }
}

.company__media .image-placeholder {
  aspect-ratio: 332/186;
}

.company__image {
  width: 100%;
  height: auto;
}

.company__brand-panel {
  display: grid;
  place-items: center;
  padding: 1.1rem 1rem;
  color: #000;
  background: linear-gradient(#e70012, #e70012) top center/100% 0.15rem no-repeat, linear-gradient(#e70012, #e70012) bottom center/100% 0.15rem no-repeat;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}
@media (max-width: 959px) {
  .company__brand-panel {
    width: 17rem;
    margin: 0 auto 3rem;
    min-height: 3rem;
    font-size: 1.2rem;
  }
}

.company__brand-panel span {
  display: block;
}

.company__gallery {
  margin-top: 8rem;
  overflow: hidden;
}
@media (max-width: 959px) {
  .company__gallery {
    display: grid;
    gap: 1rem;
    margin-top: 5.8rem;
  }
}

.company__gallery-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
  animation: gallery-slide 42s linear infinite;
}

.company__gallery-track--reverse {
  display: none;
}
@media (max-width: 959px) {
  .company__gallery-track--reverse {
    display: flex;
    animation-direction: reverse;
  }
}

.company__gallery img {
  flex: 0 0 42rem;
  width: 42rem;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 959px) {
  .company__gallery img {
    flex-basis: 24rem;
    width: 25.2rem;
  }
}

@keyframes gallery-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*---------------------------------
  footer
---------------------------------*/
.site-footer {
  padding: 6.2rem 0 5.2rem;
  color: #e70012;
  background: #000;
}
@media (max-width: 959px) {
  .site-footer {
    padding: 3.5rem 0 5.4rem;
  }
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 21rem 44rem;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10rem 0;
}
@media (max-width: 959px) {
  .site-footer__inner {
    width: calc(100% - 3rem);
    grid-template-columns: 1fr;
    padding: 0 0;
  }
}

@media (max-width: 959px) {
  .site-footer__brand {
    order: 2;
    display: grid;
    justify-items: center;
    margin-top: 7.5rem;
  }
}

@media (max-width: 959px) {
  .site-footer__content {
    order: 1;
  }
}

.site-footer__to-top {
  display: none;
}
@media (max-width: 959px) {
  .site-footer__to-top {
    display: grid;
    justify-items: center;
    row-gap: 0.7rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4rem;
    color: #e70012;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  }
}

@media (max-width: 959px) {
  .site-footer__to-top::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 0.15rem solid currentColor;
    border-right: 0.15rem solid currentColor;
    transform: rotate(-45deg);
  }
}

.site-footer__logo {
  display: inline-block;
  color: #e70012;
  transition: opacity 0.24s ease;
}

.site-footer__logo:hover,
.site-footer__logo:focus-visible {
  opacity: 0.7;
}

.site-footer__logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 0 3.5rem;
}
@media (max-width: 959px) {
  .site-footer__logo-frame {
    width: 26rem;
    padding: 1rem 0 0 0;
  }
}

.site-footer__logo-image {
  display: block;
  width: 12.5rem;
  height: auto;
}
@media (max-width: 959px) {
  .site-footer__logo-image {
    width: 7.2rem;
  }
}

.site-footer__logo-mark {
  display: grid;
  place-items: center;
  width: 13.5rem;
  height: 13.5rem;
  border: 0.6rem solid currentColor;
  transform: rotate(45deg);
  font-size: 5rem;
}

.site-footer__logo-mark span {
  transform: rotate(-45deg);
}

.site-footer__logo-text {
  font-size: 3.2rem;
}

.site-footer__copyright {
  margin: 2rem 0 0 0;
  color: #e70012;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 959px) {
  .site-footer__copyright {
    margin-top: 2.8rem;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}

.site-footer__nav {
  display: grid;
  justify-items: start;
  gap: 1.8rem;
  padding: 0 0 0 3.5rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 959px) {
  .site-footer__nav {
    gap: 1rem;
    padding: 1.4rem 0 0 1rem;
    margin-bottom: 3.5rem;
  }
}

.site-footer__nav a {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1.2rem;
  color: #e70012;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: color 0.24s ease;
}
@media (max-width: 959px) {
  .site-footer__nav a {
    gap: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}

.site-footer__nav a::before {
  content: "";
  width: 1.2rem;
  height: 0.1rem;
  background: currentColor;
  transition: background-color 0.24s ease;
}
@media (max-width: 959px) {
  .site-footer__nav a::before {
    width: 1.2rem;
    height: 0.2rem;
  }
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: #fff;
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  padding: 0 0 0 2rem;
}
@media (max-width: 959px) {
  .site-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem;
    padding: 0;
  }
}

.site-footer__links a {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 19rem;
  height: 5rem;
  padding: 0 2.2rem 0 1.8rem;
  border: 0.1rem solid #e70012;
  border-radius: 0.4rem;
  color: #e70012;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  transition: border-color 0.28s ease;
}
@media (max-width: 959px) {
  .site-footer__links a {
    min-width: 0;
    height: 4rem;
    padding: 0 1.2rem 0 1.4rem;
    font-size: 1.3rem;
    letter-spacing: -0.06em;
  }
}

.site-footer__links a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.site-footer__links a::after {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-color: currentColor;
  -webkit-mask: url("../images/icon_link.svg") center/contain no-repeat;
  mask: url("../images/icon_link.svg") center/contain no-repeat;
  transition: background-color 0.28s ease;
}
@media (max-width: 959px) {
  .site-footer__links a::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.site-footer__links a:hover::before,
.site-footer__links a:focus-visible::before {
  transform: scaleX(1);
}