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

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  background-color: #111;
  overflow-x: hidden;
}

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

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.l-engine-application {
  margin-top: 100vh;
}

.l-engine-faq {
  margin-top: 100vh;
}

.l-engine-fixed-btn {
  position: fixed;
  right: 2.6875rem;
  bottom: 2.6875rem;
  z-index: 10020;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 767px) {
  .l-engine-fixed-btn {
    right: 0.625rem;
    bottom: 0.625rem;
  }
}

.l-engine-fixed-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

.l-engine-fixed-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.l-engine-lecture-intro {
  margin-top: 100vh;
}

.l-engine-review {
  margin-top: 100vh;
}

.l-header {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  left: 0;
}

.l-inner {
  margin-inline: auto;
  padding-inline: 25px;
  max-width: 1150px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 14px;
    max-width: 500px;
  }
}

.l-top-fixed-btn {
  position: fixed;
  right: 2.6875rem;
  bottom: 2.6875rem;
  z-index: 10065;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 767px) {
  .l-top-fixed-btn {
    right: 0.625rem;
    bottom: 0.625rem;
  }
}
@media screen and (max-width: 550px) {
  .l-top-fixed-btn {
    right: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.6875rem;
  }
}

.l-top-fixed-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.c-engine-fade-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #111;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.c-engine-fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
}

.c-engine-fixed-bg__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: clip-path;
  z-index: -1;
}

.c-engine-fixed-bg__layer.c-engine-fixed-bg__layer--bg01 {
  background-image: url("../images/engine/bg01.jpg");
  background-image: -webkit-image-set(url("../images/engine/bg01.webp") type("image/webp"), url("../images/engine/bg01.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/engine/bg01.webp") type("image/webp"), url("../images/engine/bg01.jpg") type("image/jpeg"));
  clip-path: inset(0% 0% 0% 0%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-engine-fixed-bg__layer.c-engine-fixed-bg__layer--bg01 {
    background-position: 75%;
  }
}

.c-engine-fixed-bg__layer.c-engine-fixed-bg__layer--bg03 {
  background-image: url("../images/engine/bg02.jpg");
  background-image: -webkit-image-set(url("../images/engine/bg02.webp") type("image/webp"), url("../images/engine/bg02.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/engine/bg02.webp") type("image/webp"), url("../images/engine/bg02.jpg") type("image/jpeg"));
  clip-path: inset(100% 0% 0% 0%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-engine-fixed-bg__layer.c-engine-fixed-bg__layer--bg03 {
    background-position: 35%;
  }
}

.c-engine-fixed-bg__layer.c-engine-fixed-bg__layer--bg04 {
  background-image: url("../images/engine/bg03.jpg");
  background-image: -webkit-image-set(url("../images/engine/bg03.webp") type("image/webp"), url("../images/engine/bg03.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/engine/bg03.webp") type("image/webp"), url("../images/engine/bg03.jpg") type("image/jpeg"));
  clip-path: inset(100% 0% 0% 0%);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .c-engine-fixed-bg__layer.c-engine-fixed-bg__layer--bg04 {
    background-position: 60%;
  }
}

.c-engine-fixed-btn__link {
  padding: 1.21875rem 2.5rem;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #000;
  border-radius: 7.3125rem;
  background: linear-gradient(90deg, #CA681A 0%, #FFF2C1 50%, #CA681A 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.6s;
}
@media screen and (max-width: 767px) {
  .c-engine-fixed-btn__link {
    padding: 0.625rem 1.375rem;
    font-size: 0.75rem;
  }
}

@media (any-hover: hover) {
  .c-engine-fixed-btn__link:hover {
    opacity: 1;
    background-position: 100% 0%;
  }
}
.c-engine-load-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #111;
  z-index: 10000;
  opacity: 1;
  pointer-events: none;
}

.c-engine-title {
  padding-bottom: 1.15625rem;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-engine-title {
    font-size: 1.5rem;
  }
}

.c-engine-title::before,
.c-engine-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.5rem;
  height: 0.1875rem;
}

.c-engine-title::before {
  right: 50%;
  background-color: #CA691A;
}

.c-engine-title::after {
  left: 50%;
  background-color: #C2A35F;
}

.c-engine-title span {
  margin-top: 1.375rem;
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-engine-title span {
    font-size: 0.9375rem;
  }
}

.c-fade-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  z-index: 10060;
  opacity: 0;
  pointer-events: none;
}

.c-top-mask {
  position: relative;
  --mask-opacity: 0;
}

.c-top-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  opacity: var(--mask-opacity);
  pointer-events: none;
  z-index: 15;
}

.c-top-program-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

.c-top-program-bg__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s;
}

.c-top-program-bg__layer.is-active {
  opacity: 1;
}

.c-top-program-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-engine-application {
  padding-block: 6.25rem;
  position: relative;
  z-index: 20;
  background-color: #F2F1EF;
  scroll-margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-engine-application {
    padding-block: 3.125rem;
  }
}

.p-engine-application__inner.l-inner {
  max-width: 770px;
}
@media screen and (max-width: 767px) {
  .p-engine-application__inner.l-inner {
    max-width: 500px;
  }
}

.p-engine-application__title {
  margin-bottom: 2.5rem;
}

.p-engine-application__form-wrap + .p-engine-application__form-wrap {
  margin-top: 2.5rem;
}

.p-engine-application__form-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #362D2B;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-label {
    font-size: 0.875rem;
  }
}

.p-engine-application__form-label-required,
.p-engine-application__form-label-optional {
  margin-right: 0.4375rem;
  padding: 0.25rem 0.625rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
}

.p-engine-application__form-label-required {
  color: #fff;
  background-color: #B28247;
}

.p-engine-application__form-label-optional {
  color: #B28247;
  border: 1px solid #B28247;
  background-color: #fff;
}

.p-engine-application__form-input {
  margin-top: 0.375rem;
}

.p-engine-application__form-input input {
  padding: 0.75rem 0.875rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #9B9B9B;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-input input {
    font-size: 0.875rem;
  }
}

.p-engine-application__form-input input::-moz-placeholder {
  color: #C3C3C3;
}

.p-engine-application__form-input input::placeholder {
  color: #C3C3C3;
}

.p-engine-application__form-radio {
  margin-top: 0.9375rem;
  padding-left: 0.625rem;
  display: grid;
  gap: 1.25rem;
}

.p-engine-application__form-radio.p-engine-application__form-radio--flex {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-radio.p-engine-application__form-radio--flex {
    display: grid;
    gap: 1.25rem;
  }
}

.p-engine-application__form-radio .wpcf7-form-control.wpcf7-radio {
  display: grid;
  gap: 1.25rem;
}

.p-engine-application__form-radio.p-engine-application__form-radio--flex .wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-radio.p-engine-application__form-radio--flex .wpcf7-form-control.wpcf7-radio {
    display: grid;
    gap: 1.25rem;
  }
}

.p-engine-application__form-radio .wpcf7-list-item {
  margin: 0;
}

.p-engine-application__form-radio input[type=radio] {
  margin: 0;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  top: 0.21875rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #9B9B9B;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  flex-shrink: 0;
}

.p-engine-application__form-radio input[type=radio]::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #AE7B0D;
  opacity: 0;
  transition: opacity 0.3s;
}

.p-engine-application__form-radio input[type=radio]:checked::before {
  opacity: 1;
}

.p-engine-application__form-radio input[type=radio] + span {
  padding: 0;
  padding-left: 0.75rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #362D2B;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-radio input[type=radio] + span {
    display: inline-block;
  }
}

.p-engine-application__form-radio label {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-radio label {
    display: inline-flex;
  }
}

.p-engine-application__form-radio label.p-engine-application__form-radio-flex {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-radio label.p-engine-application__form-radio-flex {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-engine-application__form-radio label.p-engine-application__form-radio-flex span {
  display: inline-block;
}
@media (max-width: 525px) {
  .p-engine-application__form-radio label.p-engine-application__form-radio-flex span {
    width: 93%;
  }
}

.p-engine-application__form-radio label.p-engine-application__form-radio-flex input[type=radio] {
  position: relative;
  top: -0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-radio label.p-engine-application__form-radio-flex input[type=radio] {
    top: 0.21875rem;
  }
}

.p-engine-application__form-radio input[type=text] {
  margin-top: 0.9375rem;
  padding: 0.75rem 0.875rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #9B9B9B;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-radio input[type=text] {
    font-size: 0.875rem;
  }
}

.p-engine-application__form-checkbox {
  margin-top: 0.9375rem;
  padding-left: 0.625rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1.4375rem;
}

.p-engine-application__form-checkbox input {
  display: none;
}

.p-engine-application__form-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 2.5rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-checkbox input + span {
    font-size: 0.875rem;
  }
}

.p-engine-application__form-checkbox input + span::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #9B9B9B;
  background: #fff;
}

.p-engine-application__form-checkbox input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 55%;
  left: 0.3125rem;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #B28247;
  border-left: 0.1875rem solid #B28247;
  opacity: 0;
  transition: opacity 0.3s;
}

.p-engine-application__form-checkbox input:checked + span::after {
  opacity: 1;
}

.p-engine-application__form-textarea textarea {
  margin-top: 0.3125rem;
  padding: 0.8125rem;
  width: 100%;
  height: 11.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #9B9B9B;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-textarea textarea {
    font-size: 0.875rem;
  }
}

.p-engine-application__form-textarea textarea::-moz-placeholder {
  color: #C3C3C3;
}

.p-engine-application__form-textarea textarea::placeholder {
  color: #C3C3C3;
}

.p-engine-application__form-privacy {
  margin-top: 2.1875rem;
  text-align: center;
}

.p-engine-application__form-privacy-text {
  padding: 0.8125rem;
  width: 100%;
  height: 11.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #4D4D4D;
  text-align: left;
  background-color: #fff;
  border: 1px solid #9B9B9B;
  border-radius: 0;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-privacy-text {
    font-size: 0.875rem;
  }
}

.p-engine-application__form-privacy label {
  margin-top: 1.0625rem;
  display: block;
}

.p-engine-application__form-privacy input {
  display: none;
}

.p-engine-application__form-privacy input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 2.5rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-privacy input + span {
    font-size: 0.875rem;
  }
}

.p-engine-application__form-privacy input + span::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #9B9B9B;
  background: #fff;
}

.p-engine-application__form-privacy input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 55%;
  left: 0.3125rem;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #B28247;
  border-left: 0.1875rem solid #B28247;
  opacity: 0;
  transition: opacity 0.3s;
}

.p-engine-application__form-privacy input:checked + span::after {
  opacity: 1;
}

.p-engine-application__form-submit {
  margin-top: 3.125rem;
  text-align: center;
}

.p-engine-application__form-submit input {
  padding: 1.21875rem 6.9375rem;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #000;
  border-radius: 7.375rem;
  background: linear-gradient(90deg, #CA681A 0%, #FFF2C1 50%, #CA681A 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  border: none;
  text-decoration: none;
  transition: background-position 0.6s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-engine-application__form-submit input {
    padding: 0.75rem 5.25rem;
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .p-engine-application__form-submit input:hover {
    opacity: 1;
    background-position: 100% 0%;
  }
}
.p-engine-application__form-submit input:hover,
.p-engine-application__form-submit input:focus {
  outline: none;
}

.p-engine-application__form-submit::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.p-engine-application__form-submit .wpcf7-spinner {
  display: none;
}

.p-engine-application .wpcf7-response-output {
  color: #111;
}

.p-engine-cta {
  height: 100vh;
  height: 100dvh;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.p-engine-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-engine-cta__inner {
  position: relative;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

.p-engine-cta__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p-engine-cta__img {
  margin-inline: auto;
  max-width: 23.625rem;
}
@media screen and (max-width: 767px) {
  .p-engine-cta__img {
    max-width: 18.75rem;
  }
}

.p-engine-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-engine-cta__title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-engine-cta__title {
    margin-top: 0.9375rem;
    font-size: 1.125rem;
  }
}

.p-engine-cta__btn-wrap {
  margin-top: 1.125rem;
}

.p-engine-cta__btn {
  padding: 1.21875rem 2.5rem;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #000;
  border-radius: 3.5rem;
  background: linear-gradient(90deg, #CA681A 0%, #FFF2C1 50%, #CA681A 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.6s;
}
@media screen and (max-width: 767px) {
  .p-engine-cta__btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .p-engine-cta__btn:hover {
    opacity: 1;
    background-position: 100% 0%;
  }
}
.p-engine-faq {
  padding-block: 6.25rem;
  position: relative;
  z-index: 20;
  background-color: #F2F1EF;
}
@media screen and (max-width: 767px) {
  .p-engine-faq {
    padding-block: 3.125rem;
  }
}

.p-engine-faq__inner.l-inner {
  max-width: 733px;
}
@media screen and (max-width: 767px) {
  .p-engine-faq__inner.l-inner {
    max-width: 500px;
  }
}

.p-engine-faq__list {
  margin-top: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-engine-faq__list {
    margin-top: 2.5rem;
  }
}

.p-engine-faq__item + .p-engine-faq__item {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-engine-faq__item + .p-engine-faq__item {
    margin-top: 3.125rem;
  }
}

.p-engine-faq__item-question {
  padding: 0 0.625rem 0.625rem 3.375rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  border-bottom: 1px solid #9B9B9B;
  text-indent: -1.375rem;
}
@media screen and (max-width: 767px) {
  .p-engine-faq__item-question {
    padding: 0 0.625rem 0.625rem 2.375rem;
    font-size: 1.0625rem;
    line-height: 1.75;
    text-indent: -1rem;
  }
}

.p-engine-faq__item-question span {
  margin-right: 1.25rem;
  display: inline-block;
  color: #B28247;
}
@media screen and (max-width: 767px) {
  .p-engine-faq__item-question span {
    margin-right: 0.625rem;
  }
}

.p-engine-faq__item-answer {
  margin-top: 1.125rem;
  padding-inline: 0.625rem;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-engine-faq__item-answer {
    margin-top: 0.9375rem;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
  }
}

.p-engine-fv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-engine-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.7);
}

.p-engine-fv__inner {
  position: relative;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

.p-engine-fv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p-engine-fv__lead {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-engine-fv__lead {
    font-size: 1rem;
  }
}

.p-engine-fv__title {
  margin: 1.5625rem auto 0;
  max-width: 31.5rem;
}
@media screen and (max-width: 767px) {
  .p-engine-fv__title {
    margin: 0.9375rem auto 0;
    max-width: 18.75rem;
  }
}

.p-engine-fv__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-engine-fv__sub-title {
  margin-top: 0.75rem;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-engine-fv__sub-title {
    font-size: 1.25rem;
  }
}

.p-engine-fv__text {
  margin-top: 1.5625rem;
  padding: 0.5rem 1.1875rem 0.5rem 0.9375rem;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.08em;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-engine-fv__text {
    padding: 0.375rem 0.625rem 0.375rem 0.625rem;
    font-size: 0.75rem;
  }
}

.p-engine-fv__text span {
  margin-left: 1.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-engine-fv__text span {
    margin-left: 1.25rem;
  }
}

.p-engine-fv__text span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.9375rem;
  transform: translateY(-50%);
  width: 1px;
  height: 1.75rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-engine-fv__text span::before {
    left: -0.6875rem;
    height: 1.25rem;
  }
}

.p-engine-fv__btn-wrap {
  margin-top: 3rem;
}

.p-engine-fv__btn {
  padding: 1.125rem 5.21875rem;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #000;
  border-radius: 3.5rem;
  background: linear-gradient(90deg, #CA681A 0%, #FFF2C1 50%, #CA681A 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.6s;
}
@media screen and (max-width: 767px) {
  .p-engine-fv__btn {
    padding: 0.625rem 2.5rem;
    font-size: 0.75rem;
  }
}

@media (any-hover: hover) {
  .p-engine-fv__btn:hover {
    opacity: 1;
    background-position: 100% 0%;
  }
}
.p-engine-intro {
  position: relative;
  z-index: 20;
  padding-block: 6.25rem;
  background-color: #F2F1EF;
}
@media screen and (max-width: 767px) {
  .p-engine-intro {
    padding-block: 3.125rem;
  }
}

.p-engine-intro__inner {
  display: flex;
  justify-content: center;
  gap: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .p-engine-intro__inner {
    gap: 2.8125rem;
    flex-direction: column;
  }
}

.p-engine-intro__content {
  padding-top: 0.625rem;
}

.p-engine-intro__title.c-engine-title {
  font-size: 1.875rem;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-engine-intro__title.c-engine-title {
    font-size: 1.375rem;
  }
}

.p-engine-intro__title.c-engine-title::before {
  left: 0;
}

.p-engine-intro__title.c-engine-title::after {
  left: 2.5rem;
}

@media (min-width: 405px) and (max-width: 767px) {
  .p-engine-intro__title br:nth-of-type(1) {
    display: none;
  }
}

.p-engine-intro__text {
  margin-top: 2.625rem;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-engine-intro__text {
    margin-top: 1.875rem;
    font-size: 0.8125rem;
  }
}

.p-engine-intro__text span {
  margin-top: 1.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-engine-intro__text span {
    margin-top: 1.25rem;
  }
}

.p-engine-intro__info {
  max-width: 29.0625rem;
}
@media screen and (max-width: 767px) {
  .p-engine-intro__info {
    max-width: initial;
  }
}

.p-engine-intro__img img {
  aspect-ratio: 465/264;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-engine-intro__detail {
  margin-top: 3.5rem;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-engine-intro__detail {
    margin-top: 2.5rem;
  }
}

.p-engine-intro__list {
  padding-block: 0.34375rem;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.p-engine-intro__term,
.p-engine-intro__description {
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-engine-intro__term,
  .p-engine-intro__description {
    font-size: 0.8125rem;
  }
}

.p-engine-intro__term {
  padding-left: 0.625rem;
  width: 41%;
  font-weight: 500;
}

.p-engine-lecture-intro {
  padding-block: 6.25rem;
  position: relative;
  z-index: 20;
  background-color: #F2F1EF;
}
@media screen and (max-width: 767px) {
  .p-engine-lecture-intro {
    padding-block: 3.125rem;
  }
}

.p-engine-lecture-intro__inner.l-inner {
  max-width: 1087px;
}
@media screen and (max-width: 767px) {
  .p-engine-lecture-intro__inner.l-inner {
    max-width: 500px;
  }
}

.p-engine-lecture-intro__wrap {
  margin-top: 3.25rem;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-engine-lecture-intro__wrap {
    gap: 1.875rem;
    flex-direction: column;
  }
}

.p-engine-lecture-intro__img {
  max-width: 25.25rem;
}
@media screen and (max-width: 767px) {
  .p-engine-lecture-intro__img {
    margin-inline: auto;
  }
}

.p-engine-lecture-intro__img img {
  aspect-ratio: 404/418;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-engine-lecture-intro__content {
  max-width: 37.125rem;
  font-family: "Shippori Mincho", serif;
  line-height: 2;
  color: #000;
}

.p-engine-lecture-intro__name {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-engine-lecture-intro__name {
    font-size: 1.125rem;
  }
}

.p-engine-lecture-intro__text {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-engine-lecture-intro__text {
    margin-top: 0.9375rem;
    font-size: 0.8125rem;
  }
}

.p-engine-lecture-intro__text span {
  margin-top: 1.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-engine-lecture-intro__text span {
    margin-top: 0.9375rem;
  }
}

.p-engine-lecture-intro__youtube {
  margin: 5.125rem auto 0;
  position: relative;
  width: 53%;
  padding-top: 29.8%;
}
@media screen and (max-width: 767px) {
  .p-engine-lecture-intro__youtube {
    margin-top: 2.5rem;
    width: 100%;
    padding-top: 56.25%;
  }
}

.p-engine-lecture-intro__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-engine-message {
  position: relative;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111;
}

.p-engine-message__text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-engine-message__text {
    font-size: 0.875rem;
  }
}

.p-engine-purpose {
  position: relative;
  z-index: 10;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-engine-purpose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.8);
}

.p-engine-purpose__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p-engine-purpose__text {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-engine-purpose__text {
    font-size: 0.8125rem;
    line-height: 2.8;
    letter-spacing: 0.02em;
  }
}

.p-engine-purpose__text span {
  margin-top: 2.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-engine-purpose__text span {
    margin-top: 1.875rem;
  }
}

.p-engine-review {
  position: relative;
  z-index: 20;
  padding-block: 6.25rem;
  background-color: #F2F1EF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-engine-review {
    padding-block: 3.125rem 6.25rem;
  }
}

.p-engine-review__inner.l-inner {
  max-width: 64.0625rem;
}
@media screen and (max-width: 767px) {
  .p-engine-review__inner.l-inner {
    max-width: 500px;
  }
}

.p-engine-review__track {
  margin-top: 3.75rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-engine-review__track {
    margin-top: 2.8125rem;
  }
}

.p-engine-review__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 9.375rem;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-engine-review__list {
    gap: 5rem;
  }
}

.p-engine-review__item {
  display: flex;
  flex-shrink: 0;
  gap: 1.25rem;
  width: 60.9375rem;
}
@media screen and (max-width: 767px) {
  .p-engine-review__item {
    align-items: flex-start;
  }
}

.p-engine-review__content {
  padding-inline: 1.25rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 29.8125rem;
  border-radius: 1rem;
  filter: drop-shadow(0 0 0.625rem rgba(209, 204, 204, 0.25));
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-engine-review__content {
    padding-block: 1.5625rem;
    padding-inline: 1.125rem;
    max-width: 29.8125rem;
    width: 90vw;
    flex-shrink: 0;
  }
}

.p-engine-review__item:nth-of-type(1) .p-engine-review__content {
  height: 28.25rem;
}
@media screen and (max-width: 767px) {
  .p-engine-review__item:nth-of-type(1) .p-engine-review__content {
    height: initial;
  }
}

.p-engine-review__item:nth-of-type(2) .p-engine-review__content {
  height: 26.5rem;
}
@media screen and (max-width: 767px) {
  .p-engine-review__item:nth-of-type(2) .p-engine-review__content {
    height: initial;
  }
}

.p-engine-review__item:nth-of-type(4) .p-engine-review__content {
  height: 28.25rem;
}
@media screen and (max-width: 767px) {
  .p-engine-review__item:nth-of-type(4) .p-engine-review__content {
    height: initial;
  }
}

.p-engine-review__content::before {
  content: "";
  position: absolute;
  right: 2.8125rem;
  bottom: -4.0625rem;
  width: 4.6875rem;
  height: 4.375rem;
  clip-path: polygon(50% 0%, 100% 50%, 96% 0);
  background-color: #fff;
}

.p-engine-review__content-wrap .p-engine-review__content {
  padding-block: 1.5625rem;
  padding-inline: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-engine-review__content-wrap .p-engine-review__content {
    padding-inline: 0.625rem;
  }
}

.p-engine-review__item:nth-of-type(1) .p-engine-review__content-wrap .p-engine-review__content,
.p-engine-review__item:nth-of-type(2) .p-engine-review__content-wrap .p-engine-review__content,
.p-engine-review__item:nth-of-type(3) .p-engine-review__content-wrap .p-engine-review__content,
.p-engine-review__item:nth-of-type(4) .p-engine-review__content-wrap .p-engine-review__content {
  height: initial;
}

.p-engine-review__content-wrap .p-engine-review__content::before {
  right: 1.25rem;
  clip-path: polygon(60% 0, 45% 30%, 100% 0);
}

.p-engine-review__content-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-engine-review__item-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-engine-review__item-title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.p-engine-review__item-text {
  margin-top: 0.9375rem;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-engine-review__item-text {
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
}

.p-engine-review__content-wrap .p-engine-review__item-text {
  margin-top: 1.125rem;
}

.p-engine-review__item-text span {
  color: #CA691A;
}

.p-engine-worry {
  position: relative;
  z-index: 10;
  height: 100vh;
  height: 100dvh;
  background-image: url("./../images/engine/worry-bg.jpg");
  background-image: -webkit-image-set(url("./../images/engine/worry-bg.webp") type("image/webp"), url("./../images/engine/worry-bg.jpg") type("image/jpeg"));
  background-image: image-set(url("./../images/engine/worry-bg.webp") type("image/webp"), url("./../images/engine/worry-bg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.p-engine-worry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-engine-worry__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
@media screen and (max-width: 767px) {
  .p-engine-worry__wrap {
    width: 100%;
  }
}

.p-engine-worry__wrap.is-active {
  opacity: 1;
  visibility: visible;
}

.p-engine-worry__title.c-engine-title {
  padding-bottom: 1.6875rem;
  line-height: 1.6;
  color: #fff;
}

.p-engine-worry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 550px) {
  .p-engine-worry__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-engine-worry__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  height: 15.625rem;
}
@media (min-width: 551px) and (max-width: 767px) {
  .p-engine-worry__item {
    margin-inline: auto;
    width: 15.625rem;
    height: 9.0625rem;
  }
}
@media screen and (max-width: 550px) {
  .p-engine-worry__item {
    margin-top: -1.25rem;
    margin-inline: initial;
    width: 13.75rem;
    height: 9.0625rem;
  }
}

.p-engine-worry__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("./../images/engine/worry01.png");
  background-image: -webkit-image-set(url("./../images/engine/worry01.webp") type("image/webp"), url("./../images/engine/worry01.png") type("image/png"));
  background-image: image-set(url("./../images/engine/worry01.webp") type("image/webp"), url("./../images/engine/worry01.png") type("image/png"));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
  .p-engine-worry__item::before {
    top: -1.25rem;
    left: -1.875rem;
    width: 125%;
    height: 125%;
  }
}

.p-engine-worry__item.p-engine-worry__item--center {
  margin-inline: auto;
  grid-column: 1/-1;
}
@media screen and (max-width: 550px) {
  .p-engine-worry__item.p-engine-worry__item--center {
    margin-right: auto;
    margin-left: initial;
    grid-column: initial;
  }
}

@media screen and (max-width: 550px) {
  .p-engine-worry__item:nth-of-type(even) {
    margin-left: auto;
  }
}

.p-engine-worry__item.p-engine-worry__item:nth-of-type(n+3) {
  margin-top: -5.3125rem;
}
@media (min-width: 551px) and (max-width: 767px) {
  .p-engine-worry__item.p-engine-worry__item:nth-of-type(n+3) {
    margin-top: -2.8125rem;
  }
}
@media screen and (max-width: 550px) {
  .p-engine-worry__item.p-engine-worry__item:nth-of-type(n+3) {
    margin-top: -1.25rem;
  }
}

.p-engine-worry__item-title {
  padding-left: 0.625rem;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-engine-worry__item-title {
    padding-left: 0.25rem;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
  }
}

.p-engine-worry__item-title span {
  color: #906506;
}

.p-engine-worry__wrap:nth-child(2) .p-engine-worry__item {
  opacity: 0;
}

.p-footer {
  padding-block: 5.75rem;
  position: relative;
  z-index: 10000;
  background-color: #111;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 4.375rem 3.4375rem;
  }
}

.p-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    display: block;
  }
}

.p-footer__content {
  padding-top: 0.4375rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    align-items: center;
  }
}

.p-footer__logo {
  max-width: 11.875rem;
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__icon-list {
  position: relative;
  top: -0.3125rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__icon-list {
    margin-top: 0.9375rem;
  }
}

.p-footer__icon-link {
  display: block;
  width: 1.5rem;
}

.p-footer__icon-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 1.875rem;
  }
}

.p-footer__nav-list {
  display: flex;
  gap: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.875rem 1.875rem;
  }
}

.p-footer__nav-link,
.p-footer__nav-sub-link {
  padding-block: 0.6875rem;
  display: inline-block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link,
  .p-footer__nav-sub-link {
    padding-block: 0.4375rem;
  }
}

.p-footer__nav-link {
  font-size: 1rem;
}

.p-footer__nav-sub-list {
  margin-top: 0.3125rem;
}

.p-footer__nav-sub-link {
  font-size: 0.875rem;
}

.p-header__hamburger {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 1.375rem;
  width: 7.6875rem;
  height: 7.6875rem;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    top: 0;
    right: 0;
    width: 4.6875rem;
    height: 3.75rem;
  }
}

.p-header__hamburger span {
  display: block;
  width: 5.25rem;
  height: 0.125rem;
  background-color: #fff;
  transition: top 0.5s, right 0.5s, transform 0.5s, background-color 0.5s, width 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger span {
    width: 2.5rem;
    height: 1px;
  }
}

.p-header__hamburger.is-open span,
.p-header__hamburger.is-dark span {
  background-color: #111;
}

.p-header__hamburger span:nth-of-type(1) {
  position: relative;
  top: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-header__hamburger span:nth-of-type(1) {
    top: -0.3125rem;
  }
}

.p-header__hamburger span:nth-of-type(2) {
  position: absolute;
  top: 55%;
  right: 1.25rem;
  transform-origin: right center;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger span:nth-of-type(2) {
    top: 60%;
    right: 1.125rem;
  }
}

@media (any-hover: hover) {
  .p-header__hamburger:not(.is-open):hover span:nth-of-type(2) {
    width: 3.75rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .p-header__hamburger:not(.is-open):hover span:nth-of-type(2) {
    width: 1.75rem;
  }
}
.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(28deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  top: 32%;
  right: 1.375rem;
  transform: rotate(-28deg);
}
@media screen and (max-width: 767px) {
  .p-header__hamburger.is-open span:nth-of-type(2) {
    top: 33%;
    right: 1.25rem;
  }
}

.p-header__drawer {
  padding-block: 5.125rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-image: url("./../images/common/bg.jpg");
  background-image: -webkit-image-set(url("./../images/common/bg.webp") type("image/webp"), url("./../images/common/bg.jpg") type("image/jpeg"));
  background-image: image-set(url("./../images/common/bg.webp") type("image/webp"), url("./../images/common/bg.jpg") type("image/jpeg"));
  background-size: 62.5rem;
  background-position: center;
  background-repeat: repeat;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-header__drawer {
    padding-block: 2rem;
  }
}

.p-header__drawer-inner.l-inner {
  max-width: 1346px;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-inner.l-inner {
    max-width: 100%;
  }
}

.p-header__drawer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.9375rem;
}

.p-header__drawer-img-wrap {
  position: relative;
  max-width: 28.75rem;
}

.p-header__drawer-img {
  position: relative;
}

.p-header__drawer-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.32);
}

.p-header__drawer-img img {
  aspect-ratio: 460/800;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__drawer-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

.p-header__drawer-img-text span {
  position: relative;
  bottom: -6.25rem;
  display: block;
}

.p-header__drawer-wrap {
  max-width: 46.25rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-wrap {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
}

.p-header__drawer-nav {
  margin-right: 3.5rem;
  padding-right: 3.5rem;
  max-width: 22.3125rem;
  flex-shrink: 0;
  border-right: 1px solid #C9B267;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-nav {
    margin-right: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    border-right: none;
  }
}

.p-header__drawer-nav-title {
  padding-top: 0.3125rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #906506;
}

.p-header__drawer-list {
  margin-top: 2.0625rem;
}

.p-header__drawer-link {
  padding-block: 1.5rem;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #222;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-link {
    margin-inline: calc(50% - 50vw);
    padding: 1.1875rem 0 1.1875rem 1.5625rem;
    position: relative;
    width: 100vw;
    display: block;
    font-size: 1.125rem;
    border-bottom: 1px solid #C2A35F;
    background-color: rgba(174, 123, 13, 0.03);
  }
}

@media (any-hover: hover) {
  .p-header__drawer-link:hover {
    color: #906506;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-header__drawer-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.125rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-item:first-of-type .p-header__drawer-link {
    border-top: 1px solid #C2A35F;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-item--accordion {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-item--accordion > .p-header__drawer-link::after {
    content: none;
  }
}

.p-header__drawer-accordion-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-accordion-btn {
    display: block;
    position: absolute;
    top: 0;
    right: -1.5rem;
    width: 4.125rem;
    height: 4.125rem;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-accordion-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: translate(-50%, -70%) rotate(135deg);
    transition: transform 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-accordion-btn.is-open span {
    transform: translate(-50%, -30%) rotate(-45deg);
  }
}

.p-header__drawer-accordion-list {
  margin-top: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-accordion-list {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-header__drawer-accordion-item .p-header__drawer-link {
  margin-left: 0.9375rem;
  padding-block: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-accordion-item .p-header__drawer-link {
    margin-left: calc(50% - 50vw);
    padding: 1.125rem 0 1.125rem 1.75rem;
    font-size: 1rem;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-accordion-item .p-header__drawer-link::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-accordion-item:first-of-type .p-header__drawer-link {
    border-top: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer-accordion-item:last-of-type .p-header__drawer-link {
    border-bottom: 1px solid #C2A35F;
  }
}

.p-header__drawer-info {
  position: relative;
  top: -0.625rem;
  display: grid;
  gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-info {
    margin-top: 2.5rem;
    top: 0;
    gap: 1.5rem;
  }
}

.p-header__drawer-logo {
  margin-inline: auto;
  width: 16.125rem;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-logo {
    width: 10rem;
  }
}

.p-header__drawer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__drawer-icon-list {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.p-header__drawer-icon-link {
  display: block;
  width: 1.5rem;
}

.p-header__drawer-icon-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(67%) sepia(25%) saturate(797%) hue-rotate(8deg) brightness(91%) contrast(86%);
}

.p-header__drawer-engine {
  width: 20.4375rem;
}
@media screen and (max-width: 767px) {
  .p-header__drawer-engine {
    margin-top: 0.875rem;
  }
}

.p-header__drawer-engine-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-cta {
  position: relative;
  z-index: 10000;
  padding-block: 10.125rem;
  background-image: url("./../images/top/cta-bg.jpg");
  background-image: -webkit-image-set(url("./../images/top/cta-bg.webp") type("image/webp"), url("./../images/top/cta-bg.jpg") type("image/jpeg"));
  background-image: image-set(url("./../images/top/cta-bg.webp") type("image/webp"), url("./../images/top/cta-bg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-cta {
    padding-block: 5rem;
  }
}

.p-top-cta__cursor {
  position: fixed;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #FFF2C1;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  filter: blur(0.375rem);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

@media (any-hover: none) {
  .p-top-cta__cursor {
    display: none;
  }
}
.p-top-cta__logo {
  margin-inline: auto;
  max-width: 11.875rem;
}

.p-top-cta__title {
  margin-top: 0.3125rem;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-cta__title {
    font-size: 2.125rem;
  }
}

.p-top-cta__title br {
  display: none;
}
@media (max-width: 465px) {
  .p-top-cta__title br {
    display: block;
  }
}

.p-top-cta__lead {
  margin-top: 2rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-cta__lead {
    font-size: 1rem;
  }
}

.p-top-cta__text {
  margin-top: 1.6875rem;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  line-height: 2.1;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-cta__text {
    font-size: 0.875rem;
  }
}

.p-top-cta__text br:nth-of-type(1) {
  display: none;
}
@media (max-width: 465px) {
  .p-top-cta__text br:nth-of-type(1) {
    display: block;
  }
}

.p-top-cta__goal-list {
  margin: 2.0625rem auto 0;
  display: flex;
  justify-content: center;
  gap: 0.8125rem;
  max-width: 32.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__goal-list {
    flex-direction: column;
    max-width: 21.875rem;
  }
}

.p-top-cta__goal-item {
  width: 100%;
  height: 8.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
  border-radius: 0.3125rem;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-top-cta__goal-item {
    font-size: 0.875rem;
  }
}

.p-top-cta__btn-wrap {
  margin-top: 2.5rem;
  text-align: center;
}

.p-top-cta__btn {
  padding: 0.90625rem 5.09375rem;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #282828;
  border-radius: 3.5rem;
  background: linear-gradient(90deg, #CA681A 0%, #FFF2C1 50%, #CA681A 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.6s;
}
@media screen and (max-width: 767px) {
  .p-top-cta__btn {
    font-size: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .p-top-cta__btn:hover {
    opacity: 1;
    background-position: 100% 0%;
  }
}
.p-top-fixed-btn__wrap {
  margin-top: 0.625rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 550px) {
  .p-top-fixed-btn__wrap {
    margin-top: 0;
  }
}

.p-top-fixed-btn__wrap.p-top-fixed-btn__wrap--sp {
  display: none;
}
@media screen and (max-width: 550px) {
  .p-top-fixed-btn__wrap.p-top-fixed-btn__wrap--sp {
    margin-top: 0;
    height: inherit;
    display: flex;
  }
}

.p-top-fixed-btn__wrap.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-top-fixed-btn__youtube {
  margin-inline: auto;
  width: 10.8125rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-top-fixed-btn__youtube {
    width: 6.875rem;
  }
}
@media screen and (max-width: 550px) {
  .p-top-fixed-btn__youtube {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .p-top-fixed-btn__wrap.p-top-fixed-btn__wrap--sp .p-top-fixed-btn__youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 0.9375rem;
    background: linear-gradient(90deg, #B87F2E 0%, #D0A54E 100%);
    opacity: 1;
    visibility: visible;
    cursor: pointer;
  }
}

@media screen and (max-width: 550px) {
  .p-top-fixed-btn__wrap.p-top-fixed-btn__wrap--sp .p-top-fixed-btn__youtube::before {
    content: "";
    margin-top: 0.125rem;
    margin-right: 0.1875rem;
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    background-image: url(../images/top/fixed-btn01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.p-top-fixed-btn__youtube.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (any-hover: hover) {
  .p-top-fixed-btn__youtube.is-visible:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p-top-fixed-btn__youtube img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-fixed-btn__link {
  padding: 0.65625rem 1.09375rem;
  display: inline-block;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  border-radius: 2rem;
  background: linear-gradient(90deg, #AE7B0D 0%, #ECD6A5 50%, #AE7B0D 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.6s;
}
@media screen and (max-width: 767px) {
  .p-top-fixed-btn__link {
    padding: 0.3125rem 0.625rem;
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 550px) {
  .p-top-fixed-btn__link {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .p-top-fixed-btn__wrap.p-top-fixed-btn__wrap--sp .p-top-fixed-btn__link {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 0.9375rem;
    border-radius: initial;
    background: linear-gradient(90deg, #CB6C1D 0%, #E6A558 100%);
  }
}

@media screen and (max-width: 550px) {
  .p-top-fixed-btn__wrap.p-top-fixed-btn__wrap--sp .p-top-fixed-btn__link::before {
    content: "";
    margin-top: 0.125rem;
    margin-right: 0.1875rem;
    display: inline-block;
    width: 0.90625rem;
    height: 0.90625rem;
    background-image: url(../images/top/fixed-btn02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (any-hover: hover) {
  .p-top-fixed-btn__link:hover {
    opacity: 1;
    background-position: 100% 0%;
  }
}
.p-top-fv {
  position: relative;
  z-index: 10;
  height: 100vh;
}

.p-top-fv__swiper,
.p-top-fv__swiper .swiper-wrapper,
.p-top-fv__swiper .swiper-slide,
.p-top-fv__swiper .swiper-img,
.p-top-fv__swiper .swiper-img picture,
.p-top-fv__swiper .swiper-img img {
  height: inherit;
}

.p-top-fv__swiper .swiper-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-fv__swiper .swiper-slide.swiper-slide-active .swiper-img,
.p-top-fv__swiper .swiper-slide.swiper-slide-duplicate-active .swiper-img,
.p-top-fv__swiper .swiper-slide.swiper-slide-prev .swiper-img {
  animation: scale 10s linear 0s normal both;
  animation-play-state: paused;
}

.p-top-fv__swiper.is-started .swiper-slide.swiper-slide-active .swiper-img,
.p-top-fv__swiper.is-started .swiper-slide.swiper-slide-duplicate-active .swiper-img,
.p-top-fv__swiper.is-started .swiper-slide.swiper-slide-prev .swiper-img {
  animation-play-state: running;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.p-top-message {
  position: relative;
  z-index: 10000;
}

.p-top-message__inner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./../images/common/bg.jpg");
  background-image: -webkit-image-set(url("./../images/common/bg.webp") type("image/webp"), url("./../images/common/bg.jpg") type("image/jpeg"));
  background-image: image-set(url("./../images/common/bg.webp") type("image/webp"), url("./../images/common/bg.jpg") type("image/jpeg"));
  background-size: 62.5rem;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .p-top-message__inner {
    background-size: 30rem;
  }
}

.p-top-message__inner.l-inner {
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .p-top-message__inner.l-inner {
    max-width: 100%;
  }
}

.p-top-message__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__wrap {
    align-items: flex-start;
    gap: 1.5625rem;
    flex-direction: column;
  }
}

.p-top-message__img-list {
  position: relative;
  width: 28rem;
  height: 39.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-message__img-list {
    width: 100%;
    height: 100%;
  }
}

.p-top-message__img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}
@media screen and (max-width: 767px) {
  .p-top-message__img-item {
    top: -7.5rem;
  }
}

.p-top-message__img-item.is-active {
  opacity: 1;
  visibility: visible;
}

.p-top-message__img-item img {
  aspect-ratio: 448/634;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-message__img-item img {
    aspect-ratio: 448/312;
  }
}

@media screen and (max-width: 767px) {
  .p-top-message__img-item:nth-of-type(2) img,
  .p-top-message__img-item:nth-of-type(3) img {
    -o-object-position: 0 30%;
       object-position: 0 30%;
  }
}

.p-top-message__content {
  padding-block: 2.8125rem;
  height: 39.625rem;
  overflow-y: hidden;
  color: #222;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .p-top-message__content {
    padding-block: 1.875rem;
    height: 20rem;
    position: relative;
    top: 7.1875rem;
  }
}

.p-top-message__title {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-message__title {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.p-top-message__text {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-message__text {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}

.p-top-message__text span {
  margin-top: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-message__text span {
    margin-top: 1.25rem;
  }
}

.p-top-opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000000;
  pointer-events: none;
}

.p-top-opening__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  --mask-size: 0%;
  --blur-size: 0px;
  -webkit-mask-image: radial-gradient(circle at center, transparent var(--mask-size), black calc(var(--mask-size) + var(--blur-size)));
  mask-image: radial-gradient(circle at center, transparent var(--mask-size), black calc(var(--mask-size) + var(--blur-size)));
  z-index: 1;
}

.p-top-opening__light {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 4.4375rem;
  height: 4.4375rem;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 75%, transparent 100%);
  border-radius: 50%;
  filter: blur(0.9375rem);
  box-shadow: 0 0 2rem 0 #FFD06E;
  opacity: 0;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .p-top-opening__light {
    width: 2.5rem;
    height: 2.5rem;
    filter: blur(0.5rem);
  }
}

.p-top-opening__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  transform-origin: right center;
  z-index: 10;
}

.p-top-opening__title-wrap {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  background-color: #111;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-opening__title {
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-opening__title {
    font-size: 1.375rem;
    letter-spacing: 0;
  }
}

.p-top-opening__title-char {
  display: inline-block;
  opacity: 0;
  padding: 0.625rem 0.3125rem;
  position: relative;
  background-color: #111;
}
@media screen and (max-width: 767px) {
  .p-top-opening__title-char {
    padding: 0.3125rem 0.15625rem;
  }
}

.p-top-program {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.p-top-program::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.8);
}

@media screen and (max-width: 767px) {
  .p-top-program__inner.l-inner {
    padding-inline: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-program__inner {
    position: relative;
    top: -1.875rem;
  }
}

.p-top-program__title-wrap {
  line-height: 1.8;
}

.p-top-program__sub-title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-program__sub-title {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.5), 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  }
}

.p-top-program__title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-program__title {
    font-size: 2.5rem;
    text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.5), 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  }
}

.p-top-program__lead {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-program__lead {
    text-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.5), 0 0.125rem 0.375rem rgba(0, 0, 0, 0.4);
  }
}

.p-top-program__text {
  margin-top: 2.625rem;
  font-size: 0.9375rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-program__text {
    margin-top: 1.875rem;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    text-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.9), 0 0.25rem 0.5rem rgba(0, 0, 0, 0.9);
  }
}

.p-top-program__text span {
  margin-top: 1.75rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-program__text span {
    margin-top: 1.25rem;
  }
}

.p-top-program__btn-wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-program__btn-wrap {
    margin-top: 1.875rem;
  }
}

.p-top-program__btn {
  display: inline-block;
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  border-radius: 2rem;
  background: linear-gradient(90deg, #AE7B0D 0%, #ECD6A5 50%, #AE7B0D 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: background-position 0.6s;
}
@media screen and (max-width: 767px) {
  .p-top-program__btn {
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .p-top-program__btn:hover {
    opacity: 1;
    background-position: 100% 0%;
  }
}
.p-top-program__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p-top-program__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0;
  z-index: 9998;
  will-change: opacity;
}

.p-top-program__lights {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10040;
  pointer-events: none;
}

.p-top-program__line {
  position: absolute;
  top: 0;
  left: 65%;
  width: 1px;
  height: 0;
  background-color: #fff;
  transform: translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  z-index: 9997;
  will-change: height, opacity;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% - 1.25rem));
  }
}
.p-top-program__light {
  position: absolute;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 75%, transparent 100%);
  border-radius: 50%;
  filter: blur(1.25rem);
  box-shadow: 0 0 5.0625rem 0 #FFD06E;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  animation: floatUpDown 3s ease-in-out infinite;
  z-index: 10030;
}
@media screen and (max-width: 767px) {
  .p-top-program__light {
    transform: translate(-50%, -50%);
    filter: blur(0.75rem);
    box-shadow: 0 0 2.5rem 0 #FFD06E;
  }
}

.p-top-program__light.p-top-program__light--large {
  width: 11.25rem;
  height: 11.25rem;
}
@media screen and (max-width: 425px) {
  .p-top-program__light.p-top-program__light--large {
    width: 8.75rem;
    height: 8.75rem;
  }
}

.p-top-program__light.p-top-program__light--medium {
  width: 7.5rem;
  height: 7.5rem;
}
@media screen and (max-width: 425px) {
  .p-top-program__light.p-top-program__light--medium {
    width: 5.625rem;
    height: 5.625rem;
  }
}

.p-top-program__light.p-top-program__light--small {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 425px) {
  .p-top-program__light.p-top-program__light--small {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.js-top-program-light-1 {
  top: -10%;
  left: 65%;
  width: 4.375rem;
  height: 4.375rem;
}
@media screen and (max-width: 425px) {
  .js-top-program-light-1 {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.js-top-program-light-1 {
  transform: translate(-50%, -50%);
  animation: floatUpDown 3.2s ease-in-out infinite;
  animation-delay: 0s;
}

.js-top-program-light-2 {
  top: 30%;
  left: 20%;
  transform: translate(-50%, -50%);
  animation: floatUpDown 2.8s ease-in-out infinite;
  animation-delay: 0.5s;
}

.js-top-program-light-3 {
  top: 70%;
  left: 80%;
  transform: translate(-50%, -50%);
  animation: floatUpDown 3.5s ease-in-out infinite;
  animation-delay: 1.2s;
}

.js-top-program-light-4 {
  top: 40%;
  left: 75%;
  transform: translate(-50%, -50%);
  animation: floatUpDown 2.5s ease-in-out infinite;
  animation-delay: 0.8s;
}

.js-top-program-light-5 {
  top: 65%;
  left: 25%;
  transform: translate(-50%, -50%);
  animation: floatUpDown 4s ease-in-out infinite;
  animation-delay: 1.5s;
}

.p-top-program__inner {
  position: relative;
  z-index: 10050;
  will-change: opacity;
}

.p-top-program__border-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100vh;
  background-color: #fff;
  z-index: 10045;
  opacity: 0;
  will-change: opacity;
}

.p-top-program__border-line.p-top-program__border-line--left {
  right: 43%;
}

.p-top-program__border-line.p-top-program__border-line--right {
  right: 20%;
}

.p-top-program__border-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  width: 10.125rem;
  height: 10.125rem;
  overflow: hidden;
  z-index: 10045;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .p-top-program__border-image {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.p-top-program__border-image img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-top-program__border-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.4);
  }
}

.p-top-program__border-image.p-top-program__border-image--left-top {
  top: 8%;
}

.p-top-program__border-image.p-top-program__border-image--left-center {
  top: 45%;
  transform: translate(-50%, -50%);
}

.p-top-program__border-image.p-top-program__border-image--left-bottom {
  bottom: 12%;
}

.p-top-program__border-image.p-top-program__border-image--right-top {
  top: 15%;
}

.p-top-program__border-image.p-top-program__border-image--right-center {
  top: 55%;
  transform: translate(-50%, -50%);
}

.p-top-program__border-image.p-top-program__border-image--right-bottom {
  bottom: 6%;
}

.p-top-review {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10050;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  will-change: opacity, background-color;
  pointer-events: none;
}

.p-top-review.is-visible {
  pointer-events: auto;
}

.p-top-review__inner {
  height: 100vh;
  position: relative;
}

.p-top-review__wrap {
  padding-inline: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-review__wrap {
    padding-inline: 14px;
    gap: 10.9375rem;
  }
}

.p-top-review__list-wrap {
  position: relative;
  min-height: 12.5rem;
}

.p-top-review__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.125rem;
  color: #222;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-review__pagination {
    right: 0;
    bottom: -6.25rem;
    left: initial;
    font-size: 0.9375rem;
  }
}

.p-top-review__pagination-current {
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.p-top-review__pagination-separator {
  opacity: 0.6;
}

.p-top-review__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  color: #222;
  transition: opacity 0.3s, visibility 0.3s;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-review__item {
    flex-direction: column;
    gap: 0.9375rem;
  }
}

.p-top-review__item.is-active {
  opacity: 1;
  visibility: visible;
}

.p-top-review__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-review__title {
    font-size: 1.0625rem;
    letter-spacing: 0.05em;
  }
}

.p-top-review__title-char {
  display: inline-block;
  transform: translate(10px, 10px) rotate(15deg);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.p-top-review__item.is-active.is-animated .p-top-review__title-char {
  transform: translate(0, 0) rotate(0deg);
  opacity: 1;
  visibility: visible;
}

.p-top-review__text {
  width: 39.455%;
  font-size: 1rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-review__text {
    width: 100%;
    font-size: 0.84375rem;
    letter-spacing: 0.05em;
  }
}

.p-top-review__text span {
  margin-top: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-review__text span {
    margin-top: 0.75rem;
  }
}

.p-top-review__slide-wrap {
  width: 100%;
  overflow: hidden;
}

.p-top-review__slide-list {
  display: flex;
  gap: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  animation: slide-pc 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top-review__slide-list {
    gap: 1rem;
    animation: slide-sp 75s linear infinite;
  }
}

@keyframes slide-pc {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-164.5625rem);
  }
}
@keyframes slide-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-69.4375rem);
  }
}
.p-top-review__slide-item {
  width: 20.9375rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-review__slide-item {
    width: 9.0625rem;
  }
}

.p-top-review__slide-item img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-story {
  position: relative;
  z-index: 20;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-story {
    padding-block: 0;
  }
}

.p-top-story__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  background-color: #111;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  will-change: opacity;
}

.p-top-story__inner {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 16.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-story__inner {
    justify-content: space-around;
    gap: 0;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .p-top-story__inner {
    justify-content: center;
  }
}
.p-top-story__inner.l-inner {
  max-width: 1130px;
}
@media screen and (max-width: 767px) {
  .p-top-story__inner.l-inner {
    padding-inline: 10px;
    max-width: 600px;
  }
}

.p-top-story__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-story__title {
    font-size: 1.375rem;
  }
}

.p-top-story__text {
  padding-block: 2.8125rem;
  height: 70vh;
  height: 70svh;
  overflow-y: hidden;
  font-size: 1.0625rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  transform: translateY(100vh);
  transform: translateY(100dvh);
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .p-top-story__text {
    width: 46vw;
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
  }
}

.p-top-story__text span {
  margin-top: 2.375rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-story__text span {
    margin-top: 1.25rem;
  }
}

.p-top-youtube-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100010;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.p-top-youtube-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.p-top-youtube-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.p-top-youtube-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 56.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-youtube-modal__content {
    width: 95%;
  }
}

.p-top-youtube-modal__close {
  position: absolute;
  top: -3.125rem;
  right: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-youtube-modal__close {
    top: -2.5rem;
    width: 2rem;
    height: 2rem;
  }
}

.p-top-youtube-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.p-top-youtube-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-top-youtube-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-top-youtube-modal__close:hover span {
  background-color: #ae7b0d;
}

.p-top-youtube-modal__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
}

.p-top-youtube-modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-char-space {
  margin-left: -0.1875rem;
  display: inline-block;
}

.p-top-story__text .u-char-space {
  margin-top: 0;
  display: inline-block;
}

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

@media (max-width: 520px) {
  .u-smd {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
