@charset "UTF-8";
/*--------------------------
文字に対して、一括でfont-size、line-height、letter-spacing、font-weightを指定する
line-heightがpxの場合
---------------------------*/
/*--------------------------
文字に対して、一括でfont-size、line-height、letter-spacing、font-weightを指定する
line-heightが％の場合
---------------------------*/
/*--------------------------------
    remの換算
--------------------------------*/
/*--------------------------------
    vwにする
--------------------------------*/
/*--------------------------------
    親要素に対する割合
--------------------------------*/
/*--------------------------------
背景のグラデーション
--------------------------------*/
/*--------------------------------
一次関数
画面幅 1440pxの時は、120pxで、そこからどんどん小さくなり、1000pxの時に20pxになるという実装の際に使える関数。
--------------------------------*/
/*--------------------------------
一次関数（最大値、最小値付き）
画面幅 1440pxの時は、120pxで、そこからどんどん小さくなり、1000pxの時に20pxになるという実装の際に使える関数。
--------------------------------*/
/*--------------------------------
擬似要素の背景
--------------------------------*/
/*--------------------------------
三角形
--------------------------------*/
/*--------------------------
  フォント読み込み
---------------------------*/
body {
  font-family: "Shippori Mincho B1", sans-serif;
  color: #4C4947;
}

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

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

/*--------------------------------
リキッドの設定
--------------------------------*/
html {
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1320px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.pc-content-bg {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pc-content-bg {
    background: #F5F5F5;
    padding-top: 13.0625rem;
    padding-bottom: 4.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .pc-content-bg {
    display: grid;
    grid-template-columns: 17.25rem 23.4375rem 17.25rem;
    gap: clamp(30px, -106 * (100vw - 1920px) / -896 + 136px, 136px);
    align-items: start;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .pc-content-wrapper {
    width: 23.4375rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .pc-content-wrapper {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    margin: 0;
  }
}

.pc-side-nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-side-nav {
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    position: sticky;
    top: 9.375rem;
    z-index: 80;
  }
}

.pc-side-nav__list {
  list-style: none;
}

.pc-side-nav__list li:first-child .pc-side-nav__link {
  padding-top: 0;
}

.pc-side-nav__link {
  display: grid;
  grid-template-columns: 1.875rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.375rem;
  padding: 1.25rem 0;
  text-decoration: none;
  border-bottom: 0.5px solid #898989;
  transition: opacity 0.3s ease;
}

.pc-side-nav__link:hover {
  opacity: 0.65;
}

.pc-side-nav__num {
  grid-row: 1/3;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
  padding: 0.3125rem 1.0625rem 0.3125rem 0;
  color: #927010;
}

.pc-side-nav__jp {
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #4C4947;
}

.pc-side-nav__en {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #927010;
  padding-top: 0.3125rem;
  text-transform: uppercase;
}

.pc-side-nav__cta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.8125rem 0;
}

.pc-side-nav__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.25rem;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.pc-side-nav__btn:hover {
  opacity: 0.7;
}

.pc-side-nav__btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.pc-side-nav__btn-text {
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  color: #927010;
}

.pc-side-nav__btn--dl .pc-side-nav__btn-text {
  color: #ffffff;
}

.pc-side-logo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-side-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    position: sticky;
    top: 6.25rem;
    z-index: 80;
    padding-top: 16.8125rem;
  }
}

.pc-side-logo__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.pc-side-logo__img {
  width: 8.625rem;
}

.pc-side-logo__name {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.6875rem;
  background: #F5F5F5;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    position: absolute;
    height: 6.25rem;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 1.5625rem;
    max-width: 1250px;
    margin: 0 auto;
  }
}

.header__logo {
  display: block;
  width: 4.3125rem;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 8.625rem;
  }
}

.header__logo:hover {
  opacity: 0.7;
}

.header__logo img {
  width: 100%;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1250px) {
  .header__nav {
    display: flex;
    flex: 1;
    justify-content: right;
    padding-right: 1.0625rem;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  list-style: none;
}

.header__nav-list a {
  text-decoration: none;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #4C4947;
  transition: opacity 0.3s ease;
}

.header__nav-list a:hover {
  opacity: 0.65;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}

.header__cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.3125rem;
  height: 2.5625rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1250px) {
  .header__cta-btn {
    display: none;
  }
}

.header__cta-btn:hover {
  opacity: 0.7;
}

html.is-fixed .header__cta-btn {
  display: none;
}

.header__cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.header__cta-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1px;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  color: #4C4947;
}

.header__cta-sep {
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
}

.header__pc-btn {
  display: none;
}
@media screen and (min-width: 1250px) {
  .header__pc-btn {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.875rem;
    padding: 0.625rem;
    white-space: nowrap;
    position: relative;
  }
}

.header-pc-btn__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header__pc-btn:hover {
  opacity: 0.75;
}

.header__pc-btn--outline {
  color: #AC8D38;
  width: 11.75rem;
}

.header__pc-btn--fill {
  color: #ffffff;
  width: 16.75rem;
}

.header__hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1250px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger-deco--lt {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8125rem;
  height: 1.9375rem;
  pointer-events: none;
}

.header__hamburger-deco--rb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.8125rem;
  height: 1.9375rem;
  pointer-events: none;
}

.header__hamburger-lines {
  display: flex;
  flex-direction: column;
  gap: 0.46875rem;
}

.header__hamburger-lines span {
  display: block;
  width: 1.375rem;
  height: 0.5px;
  background: #4C4947;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.header__hamburger.is-open .header__hamburger-lines span:nth-child(1) {
  transform: translateY(0.25rem) rotate(-40deg);
  width: 0.90625rem;
  height: 1px;
}

.header__hamburger.is-open .header__hamburger-lines span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header__hamburger.is-open .header__hamburger-lines span:nth-child(3) {
  transform: translateY(-0.1875rem) rotate(40deg);
  width: 0.90625rem;
  height: 1px;
}

.drawer {
  position: fixed;
  top: 4.6875rem;
  left: 0;
  width: 100%;
  height: calc(100% - 4.6875rem);
  z-index: 200;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.35s;
}
@media screen and (min-width: 768px) {
  .drawer {
    top: 6.25rem;
    height: calc(100% - 6.25rem);
  }
}
@media screen and (min-width: 1250px) {
  .drawer {
    display: none;
  }
}

.drawer.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.drawer.is-open .drawer__overlay {
  opacity: 1;
}

.drawer__body {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.96875rem;
}

.drawer.is-open .drawer__body {
  transform: translateX(0);
}

.drawer__nav {
  padding-top: 2.3125rem;
}

.drawer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 73.6%;
  margin: 0 auto;
  max-width: 31.25rem;
}

.drawer__link {
  display: grid;
  grid-template-columns: 1.875rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.375rem;
  padding: 1.25rem 0;
  text-decoration: none;
  border-bottom: 0.5px solid #898989;
  transition: opacity 0.3s ease;
}

.drawer__link:hover {
  opacity: 0.65;
}

.drawer__list li:first-child .drawer__link {
  padding-top: 0;
}

.drawer__num {
  grid-row: 1/3;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
  padding: 0.3125rem 1.0625rem 0.3125rem 0;
  color: #927010;
}

.drawer__jp {
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #4C4947;
}

.drawer__en {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #927010;
  padding-top: 0.3125rem;
  text-transform: uppercase;
}

.drawer__cta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.8125rem 0;
}

.drawer__cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.25rem;
  height: 4.25rem;
  text-decoration: none;
  overflow: hidden;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

.drawer__cta-btn:hover {
  opacity: 0.7;
}

.drawer__cta-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.drawer__cta-btn-text {
  position: relative;
  z-index: 1;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  color: #927010;
}

.drawer__cta-btn--dl .drawer__cta-btn-text {
  color: #ffffff;
}

.drawer__copy {
  text-align: center;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
}

html.is-fixed {
  overflow: hidden;
}

.fv-message {
  position: relative;
}

.fv-message__bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-bottom: -100vh;
  margin-bottom: -100svh;
  overflow: hidden;
  z-index: 0;
  --fv-tint: 0.5;
}
.fv-message__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--fv-tint));
  z-index: 1;
  pointer-events: none;
}

.mv {
  position: relative;
  z-index: 1;
  height: 47.9375rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 66.8125rem;
  }
}

.mv__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv__swiper .swiper-wrapper {
  height: 100%;
}

.mv__swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.mv__swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
}

.mv__content {
  position: absolute;
  width: 100%;
  top: 27.1875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv__content {
    top: 40%;
    gap: 2.0625rem;
  }
}

.mv__title {
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-shadow: 0 0 10px #000;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 4.25rem;
    line-height: 1.2;
  }
}

.mv__sub {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__sub {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

.mv__scroll {
  position: absolute;
  bottom: 0.8125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .mv__scroll {
    bottom: 0.59375rem;
  }
}

.mv__scroll-line {
  width: 1px;
  height: 2.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(172, 141, 56, 0.6) 100%);
  animation: scrollLine 2s ease infinite;
  transform-origin: top center;
}
@media screen and (min-width: 768px) {
  .mv__scroll-line {
    height: 7.5625rem;
  }
}

.mv__scroll-text {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 300;
  color: #e4d2a2;
  text-shadow: 0 0 16.741px #000;
}
@media screen and (min-width: 768px) {
  .mv__scroll-text {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}
.main {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 5.75rem;
  }
}

.message {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.message__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.45) 55%, rgba(255, 255, 255, 0.8) 80%, rgb(255, 255, 255) 100%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .message__fade {
    height: 26.25rem;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.15) 30%, rgba(245, 245, 245, 0.45) 55%, rgba(245, 245, 245, 0.8) 80%, whitesmoke 100%);
  }
}

.message__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.875rem;
  padding-top: 2.3125rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .message__inner {
    padding-top: 9.375rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 18.3125rem;
    max-width: 674px;
    margin-inline: auto;
  }
}

.message__heading-block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .message__heading-block {
    text-align: center;
  }
}

.message__en {
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .message__en {
    font-size: 6.25rem;
    line-height: 1;
  }
}

.message__ja {
  display: block;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .message__ja {
    font-size: 1.4375rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}

.message__body {
  width: 100%;
  font-family: "Shippori Mincho B1", sans-serif;
  text-shadow: 0 0 10px #000;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .message__body {
    font-size: 1.25rem;
    line-height: 2;
    text-align: center;
  }
}

.message__body p {
  display: inline;
}
@media screen and (min-width: 768px) {
  .message__body p {
    display: block;
  }
}

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

.message__sign {
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
}
.message__sign::before {
  content: "";
  display: block;
  margin-top: -0.5625rem;
  width: 1px;
  height: 2.75rem;
  transform: rotate(-90deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(172, 141, 56, 0.6) 100%);
}
@media screen and (min-width: 768px) {
  .message__sign::before {
    height: 5.375rem;
    margin-top: -1.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .message__sign {
    gap: 3.4375rem;
  }
}

.message__sign-text {
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 10px #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .message__sign-text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section-h2 {
  font-family: "Cormorant Garamond", sans-serif;
  color: #000;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.section-h2__amp {
  font-family: "Noto Serif JP", sans-serif;
  opacity: 0.9;
  font-size: 2.375rem;
  line-height: 1;
  font-weight: 400;
}

.section-h2-sub {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #484848;
}

.interview__top-img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .interview__top-img {
    width: 23.4375rem;
    margin: 0 auto;
  }
}

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

.interview {
  background: #ffffff;
  padding-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .interview__heading {
    max-width: 31.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.interview__list {
  margin-top: 2.5rem;
}

.interview__sep {
  width: 100%;
  height: 1px;
  background: #ddd;
}

.interview__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 1.5rem 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

/* 閉じている時のヘッダーコンテンツ */
.interview__closed {
  flex: 1;
  padding-right: 0.625rem;
  min-width: 0;
}

.interview__closed-content {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0.625rem;
  padding-top: 0.625rem;
}

.interview__thumb {
  width: 5.875rem;
  flex-shrink: 0;
}

.interview__closed-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

.interview__closed-role {
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.interview__closed-en {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  word-break: keep-all;
}

.interview__closed-date {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  word-break: keep-all;
}

/* 開いている時：閉じコンテンツを非表示 */
.interview__item.is-open > .interview__header > .interview__closed {
  display: none;
}

/* 開いている時のヘッダーコンテンツ */
.interview__info {
  padding-right: 0.75rem;
  display: none;
  gap: 0.75rem;
}

.interview__item.is-open > .interview__header > .interview__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.interview__label {
  display: flex;
  align-items: baseline;
}

.interview__label-main {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #7B2D3E;
  text-transform: uppercase;
}

.interview__label-num {
  font-family: "Cormorant Infant", serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #7B2D3E;
}

.interview__role {
  min-width: 0;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 1.4375rem;
  line-height: 1.347826087;
  letter-spacing: 0.1em;
  font-weight: 600;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.interview__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3125rem;
  min-width: 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  word-break: keep-all;
}

.interview__meta-en {
  overflow-wrap: anywhere;
}

.interview__name {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.interview__icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}

.interview__icon-deco--lt {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8125rem;
  height: 1.9375rem;
  pointer-events: none;
}

.interview__icon-deco--rb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.8125rem;
  height: 1.9375rem;
  pointer-events: none;
}

.interview__icon::before {
  content: "";
  position: absolute;
  width: 1.375rem;
  height: 1px;
  background: #7B2D3E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.interview__icon::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.375rem;
  background: #7B2D3E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.interview__item.is-open > .interview__header > .interview__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.interview__body {
  display: none;
  overflow: hidden;
}

.interview__photo img,
.interview__photo2 img {
  width: 100%;
}

.interview__photo2 {
  padding-top: 2.8125rem;
}

.interview__inner {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}

.interview__qa {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.interview__q {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #7B2D3E;
}

.interview__a {
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 1rem;
}

.interview__schedule {
  margin-top: 4.6875rem;
  background: #F5F5F5;
  padding: 3.6875rem 1.25rem 3rem;
  position: relative;
}
.interview__schedule::before {
  position: absolute;
  content: "";
  background: #7B2D3E;
  width: 1px;
  height: 3.75rem;
  top: -1.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.interview__schedule-head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  color: #7B2D3E;
}

.interview__schedule-en {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
}

.interview__schedule-title {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
}

.interview__timeline-wrapper {
  margin-top: 1.25rem;
}

.interview__schedule-label {
  color: #7B2D3E;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
}

.interview__schedule-label + .interview__timeline {
  margin-top: 0.625rem;
}

.interview__timeline + .interview__schedule-label {
  margin-top: 1.25rem;
}

.interview__timeline {
  position: relative;
  list-style: none;
  margin-top: 1.25rem;
}

/* 縦線 */
.interview__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  width: 1px;
  background: #debfc6;
}

.interview__tl-item {
  display: grid;
  grid-template-columns: 2.3125rem 1.4375rem 1fr;
  align-items: start;
}

.interview__tl-item + .interview__tl-item {
  margin-top: 1.25rem;
}

/* 各行の四角マーカー */
.interview__tl-item::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 0.3125rem;
  height: 0.3125rem;
  background: #7B2D3E;
  position: relative;
  z-index: 1;
  margin-top: 0.5rem;
}

.interview__time {
  grid-column: 1;
  grid-row: 1;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
  color: #7B2D3E;
}

.interview__task {
  grid-column: 3;
  grid-row: 1;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
}

.data-info__collage {
  padding-top: 4.1875rem;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.data-info {
  padding-top: 1.875rem;
  padding-bottom: 6.75rem;
  background: #ffffff;
}

.data-info__block {
  margin-top: 2.8125rem;
}

.data-info__block + .data-info__block {
  margin-top: 2.8125rem;
}

.data-info__label-en {
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #AC8D38;
}

.data-info__block--benefit .data-info__label-en {
  color: #7B2D3E;
}

.data-info__block--numbers .data-info__label-en {
  color: #c37938;
}

.data-info__label-jp {
  margin-top: 0.75rem;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.data-info__img {
  margin-top: 1.875rem;
}

.data-info__img img {
  width: 100%;
  height: auto;
}

.data-info__note {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 1.875rem;
}

.data-info__benefit-collage {
  width: 100%;
  overflow: hidden;
  margin-top: 4.0625rem;
}

@media screen and (min-width: 768px) {
  .data-info__numbers > .inner {
    max-width: 31.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.data-info__numbers-head {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.store {
  background: #F5F5F5;
  padding-top: 5.125rem;
  padding-bottom: 14.5rem;
  overflow-x: clip;
}

.store__groups {
  display: flex;
  margin-top: 1.5rem;
  flex-direction: column;
  gap: 2.5rem;
}

.store__group {
  width: 100%;
  min-width: 0;
}

.store__group-head {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  padding-bottom: 0.25rem;
}

.store__group-accent {
  width: 0.1875rem;
  height: 1rem;
  background: linear-gradient(180deg, #752b35 0%, #521213 100%);
  flex-shrink: 0;
}

.store__group-name {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

.store__group-line {
  width: 100%;
  height: 1px;
  background: #e8dec2;
}

.store__swiper {
  width: 20.9375rem;
  max-width: calc(100vw - 2.5rem);
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0.75rem;
  margin-top: 0.75rem;
  overflow: hidden;
}

.store__swiper .swiper-slide {
  width: 100%;
}

.store__swiper-button {
  position: absolute;
  z-index: 2;
  top: 6.84375rem;
  width: 1.4375rem;
  height: 1.4375rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.store__swiper-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.store__swiper-button--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.store__swiper-button--next {
  right: 0;
  transform: translateY(-50%);
}

.store__swiper .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}

.store__swiper .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background: rgba(201, 168, 76, 0.3);
  opacity: 1;
  transition: background 0.3s ease;
  border-radius: 0;
}

.store__swiper .swiper-pagination-bullet-active {
  background: #C9A84C;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0;
}

.store__slide {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.store__slide-img {
  width: 100%;
}

.store__slide-img img {
  width: 100%;
  aspect-ratio: 326/213;
  object-fit: cover;
}

.store__slide-img--placeholder {
  width: 100%;
  height: auto;
  background: #e0dad4;
}

.store__slide-name {
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}

.job {
  padding-top: 2.8125rem;
  background: #ffffff;
}

.job__top-img {
  width: 100%;
  margin-top: -9.625rem;
  background: linear-gradient(to bottom, transparent 9.625rem, #ffffff 9.625rem);
}

.job__top-img img {
  width: 100%;
}

.job__table {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}

.job__sep {
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.job__row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.875rem 0;
}

.job__label {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 600;
  color: #7B2D3E;
}

.job__content {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.job__flow {
  padding-top: 4.6875rem;
}

.job__flow-inner {
  padding: 2.75rem 3.75rem 1.8125rem;
  background: #F5F5F5;
  position: relative;
}
.job__flow-inner::before {
  position: absolute;
  content: "";
  background: #7B2D3E;
  width: 1px;
  height: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  top: -1.875rem;
}

.job__flow-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
}

.job__flow-label {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #7B2D3E;
  text-transform: uppercase;
}

.job__flow-title {
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.job__flow-list {
  list-style: none;
  margin-top: 1.5rem;
}

.job__flow-item {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.75rem;
  align-items: center;
}

.job__flow-item + .job__flow-item {
  margin-top: 0.875rem;
}

.job__flow-num {
  font-family: "Cormorant Infant", serif;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #7B2D3E;
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.job__flow-num::before {
  content: "";
  position: absolute;
  background: url(../img/hamburder-bg-lt.svg) no-repeat center/contain;
  width: 1.8125rem;
  height: 1.9375rem;
  top: 0;
  left: 0;
}

.job__flow-num::after {
  content: "";
  position: absolute;
  background: url(../img/hamburder-bg-rb.svg) no-repeat center/contain;
  width: 1.8125rem;
  height: 1.9375rem;
  bottom: -1px;
  right: -1px;
}

.job__flow-text {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
}

.collage {
  width: 100%;
}

.collage img {
  width: 100%;
}

.entry {
  position: relative;
  padding-top: 11.4375rem;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .entry {
    padding-top: 21.8125rem;
    padding-bottom: 13.125rem;
  }
}

.entry__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .entry__inner {
    max-width: 43.75rem;
    margin: 0 auto;
  }
}

.entry__heading {
  text-align: center;
}

.entry__h2 {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .entry__h2 {
    font-size: 6.25rem;
    line-height: 1;
  }
}

.entry__amp {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .entry__amp {
    font-size: 5rem;
    line-height: 1;
  }
}

.entry__h2-sub {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 10px #000;
}
@media screen and (min-width: 768px) {
  .entry__h2-sub {
    font-size: 1.4375rem;
    line-height: 1.6;
  }
}

.entry__cta-text {
  padding-top: 3.4375rem;
  font-size: 1.4375rem;
  line-height: 1.6;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .entry__cta-text {
    padding-top: 7.0625rem;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.entry__btns {
  padding-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.entry__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.8125rem;
  height: 4.125rem;
  margin: 0 auto;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .entry__btn {
    width: 24.6875rem;
    height: 6.25rem;
  }
}

.entry__btn:hover {
  opacity: 0.7;
}

.entry__btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.entry__btn-logo {
  position: relative;
  z-index: 1;
  width: 100%;
}

.download {
  position: relative;
  overflow: hidden;
  padding-top: 2.6875rem;
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .download {
    padding-top: 13.5rem;
    padding-bottom: 12.1875rem;
  }
}

.download__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.download__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.download__text {
  font-size: 1.4375rem;
  line-height: 1.6;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .download__text {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.download__pamphlet {
  position: relative;
  width: 16.9375rem;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .download__pamphlet {
    width: 24.9375rem;
  }
}

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

.download__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.8125rem;
  height: 3.75rem;
  margin: 2.5rem auto 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .download__btn {
    margin-top: 3.125rem;
    width: 24.75rem;
    height: 6.1875rem;
  }
}

.download__btn:hover {
  opacity: 0.8;
}

.download__btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.download__btn-text {
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .download__btn-text {
    font-size: 1.625rem;
    line-height: 1.6153846154;
  }
}

.footer {
  background: #322e2c;
  height: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .footer {
    height: 6.25rem;
  }
}

.footer__inner {
  height: 100%;
  padding: 0.75rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 1.6875rem 1.25rem;
  }
}

.footer__logo {
  width: 4.125rem;
  margin: 0 auto;
  height: auto;
}

.footer__copy {
  margin-top: 0.625rem;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
