@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (min-width: 1921px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 1250px) {
  html {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}

body.hidden {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  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;
  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]) {
  text-decoration-skip-ink: auto;
}

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

/* 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;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.l-entry {
  margin-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .l-entry {
    margin-bottom: 6rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 2.7rem;
    padding-left: 2.7rem;
  }
}

.l-interview {
  margin-top: 16rem;
  margin-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .l-interview {
    margin-top: 6.5rem;
    margin-bottom: 8rem;
  }
}

.c-arrowCircle {
  padding-left: 3.1rem;
}

.c-arrowCircle::before {
  content: "";
  background: url(../images/common/arrow_circle_white.svg) no-repeat center/contain;
  width: 2.1rem;
  height: 2.1rem;
  margin-right: 1rem;
  margin-left: -3rem;
}

.c-blueArrowCircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-blueArrowCircle::after {
  content: "";
  background: url(../images/common/arrow_circle.svg) no-repeat center/contain;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-blueArrowCircle::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.c-border {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .c-border--interview {
    border: none;
  }
}

.c-border__wrap {
  padding-top: 6.7708333333vw;
  padding-bottom: 6.7708333333vw;
  padding-right: 17.7083333333vw;
  padding-left: 18.75vw;
}
@media screen and (max-width: 767px) {
  .c-border__wrap {
    padding: 4.5rem 0;
  }
}

.c-btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 0.6rem 1rem;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }
}

.c-btn:hover {
  background-color: #fff;
  color: #0f2350;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.c-btn--spNav {
  font-size: 1.3rem;
  letter-spacing: 0.13em;
}

.c-btn--arrow,
.c-btn--arrowBlue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2rem;
  font-family: "Charis SIL", serif;
}
@media screen and (max-width: 767px) {
  .c-btn--arrow,
  .c-btn--arrowBlue {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.c-btn--arrow::after,
.c-btn--arrowBlue::after {
  content: "";
  -webkit-mask-image: url(../images/common/arrow_white.svg);
  mask-image: url(../images/common/arrow_white.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #fff;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-btn--arrow::after {
  width: 1.5rem;
  height: 0.7rem;
  -webkit-mask-size: 1.5rem 0.7rem;
  mask-size: 1.5rem 0.7rem;
}

.c-btn--arrowBlue::after {
  width: 2rem;
  height: 0.8rem;
  -webkit-mask-size: 2rem 0.8rem;
  mask-size: 2rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn--arrowBlue::after {
    width: 1.15rem;
    height: 0.45rem;
    -webkit-mask-size: 1.15rem 0.45rem;
    mask-size: 1.15rem 0.45rem;
  }
}

.c-btn--arrow:hover::after,
.c-btn--arrowBlue:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.c-btn--arrowBlue::after {
  background-color: #0f2350;
}

.c-btn--arrow:hover::after {
  background-color: #0f2350;
}

.c-btn--arrowBlue:hover::after {
  background-color: #fff;
}

.c-btn--blue,
.c-btn--blueRegular {
  border-color: #0f2350;
  font-weight: 500;
  color: #0f2350;
}

.c-btn--blue {
  font-size: 2.2rem;
}

.c-btn--blueRegular {
  font-size: 1.6rem;
  padding: 1.3rem 2.9rem;
}
@media screen and (max-width: 767px) {
  .c-btn--blueRegular {
    padding: 0.7rem 2.6rem;
    font-size: 1rem;
  }
}

.c-btn--blue:hover,
.c-btn--blueRegular:hover {
  background-color: #0f2350;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-btn--small {
    font-size: 1rem;
  }
}

.c-fadeIn {
  opacity: 0;
  -webkit-transform: translate3d(0, 8rem, 0);
  transform: translate3d(0, 8rem, 0);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99), cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99), cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -webkit-transition-duration: 1.6s, 1.6s;
  transition-duration: 1.6s, 1.6s;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
}

.c-fadeIn.is-active {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.c-fadeOut {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.c-fadeOut.is-remove {
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.c-hamburger {
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
}

.c-hamburger.is-white {
  background: #fbfff3;
}

.c-hamburger span {
  left: 50%;
  margin: 0 0 0 -1.4rem;
  top: 50%;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

.c-hamburger span::before,
.c-hamburger span,
.c-hamburger span::after {
  background: #fbfff3;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 2.8rem;
}

.c-hamburger.is-white span::before,
.c-hamburger.is-white span,
.c-hamburger.is-white span::after {
  background: #3a3e33;
}

/*×に変化*/
.c-hamburger span::before {
  top: -0.9rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-hamburger span::after {
  top: 0.9rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-hamburger span::before,
.c-hamburger span::after {
  left: 0;
  -webkit-transition:
    top 200ms,
    -webkit-transform 200ms;
  transition:
    top 200ms,
    -webkit-transform 200ms;
  transition:
    transform 200ms,
    top 200ms;
  transition:
    transform 200ms,
    top 200ms,
    -webkit-transform 200ms;
}

.c-hamburger.active span::before,
.c-hamburger.active span::after {
  top: 0;
}

.c-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: clamp(2.4rem, 0.4rem + 2.604vw, 5.4rem);
  -moz-column-gap: clamp(2.4rem, 0.4rem + 2.604vw, 5.4rem);
  column-gap: clamp(2.4rem, 0.4rem + 2.604vw, 5.4rem);
  font-family: "Charis SIL", serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 1.2rem + 0.521vw, 2.2rem);
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .c-logo {
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
    font-size: 1rem;
  }
}

.c-logo img {
  max-width: 11.2rem;
  width: 100%;
  height: auto;
  aspect-ratio: 112/52;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-logo img {
    max-width: 5.1rem;
  }
}

.c-logo--footer {
  font-size: 1.6rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-logo--footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    row-gap: 1rem;
  }
}

.c-logo--footer img {
  max-width: 8.6rem;
}
@media screen and (max-width: 767px) {
  .c-logo--footer img {
    max-width: 7.4rem;
  }
}

.c-scroll-down {
  position: absolute;
  bottom: 2rem;
  right: 5%;
}

/*Scrollテキストの描写*/
.c-scroll-down span {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  font-weight: bold;
  position: absolute;
  left: -18px;
  bottom: 103px;
  font-family: "Charis SIL", serif;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* 丸の描写 */
.c-scroll-down:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eff1f2;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation:
    circlemove 2s ease-in-out infinite,
    cirlemovehide 2s ease-out infinite;
  animation:
    circlemove 2s ease-in-out infinite,
    cirlemovehide 2s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.c-scroll-down:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 80px;
  background: #eff1f2;
}

.c-zoom {
  overflow: hidden;
}

.c-zoom img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/244;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition:
    transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 767px) {
  .c-zoom img {
    transition: none;
  }
}

a:hover .c-zoom img {
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition:
    transform 3s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  a:hover .c-zoom img {
    transform: none;
  }
}

.error_messe {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .error_messe {
    margin-top: 1rem;
  }
}

.p-academy {
  background: #0f2350;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0f2350), color-stop(50%, #e60033));
  background: linear-gradient(90deg, #0f2350 50%, #e60033 50%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-academy {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0f2350), color-stop(50%, #e60033));
    background: linear-gradient(180deg, #0f2350 50%, #e60033 50%);
  }
}

.p-academy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: clamp(5rem, -4.333rem + 12.153vw, 19rem);
  -moz-column-gap: clamp(5rem, -4.333rem + 12.153vw, 19rem);
  column-gap: clamp(5rem, -4.333rem + 12.153vw, 19rem);
  padding-top: 16rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-academy__inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-academy__wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-academy__wrap {
    width: auto;
    padding: 6.9rem 2.8rem 5.4rem;
  }
}

.p-academy__wrap:first-of-type {
  background-color: #0f2350;
}

.p-academy__wrap:last-of-type {
  background-color: #e60033;
}

.p-academy__ttl {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-academy__ttl {
    font-size: 1.8rem;
  }
}

.p-academy__txt {
  margin-top: 4rem;
  padding-top: 5rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-academy__txt {
    margin-top: 1.8rem;
    padding-top: 1.5rem;
  }
}

.p-academy__txt li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  line-height: 2.0666666667;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-academy__txt li {
    font-size: 1rem;
    line-height: 2.4;
  }
}

.p-accordion {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.p-accordion::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 1.2rem;
  width: 1.2rem;
  border-color: #fff;
  -webkit-transform: scale(1, 1) rotate(45deg);
  transform: scale(1, 1) rotate(45deg);
  position: absolute;
  right: 2.4rem;
  top: calc(50% - 0.4rem);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-accordion.open::after {
  -webkit-transform: scale(1, -1) rotate(45deg) translate(-3px, -3px);
  transform: scale(1, -1) rotate(45deg) translate(-3px, -3px);
}

.p-accordion__inner {
  background-color: #3e3e3e;
  display: none;
  padding: 1.1rem 3rem;
}

.p-accordion__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.2rem;
  padding: 0.9rem 0;
  color: #fff;
}

.p-accordion__inner.p-accordion__inner--ft {
  background-color: #d9dfc9;
}

.p-backUp {
  background-color: #0f2350;
  padding-top: 15.7rem;
  padding-bottom: 17.7rem;
}
@media screen and (max-width: 767px) {
  .p-backUp {
    padding-top: 6.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-backUp__inner.l-inner {
  max-width: 145rem;
}

.p-backUp__imgs {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-backUp__imgs {
    margin-top: 3.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-backUp__imgs img {
  max-width: 46.7rem;
  width: 100%;
  height: auto;
  aspect-ratio: 467/265;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-backUp__imgs img {
    aspect-ratio: 467/246;
  }
}

.p-backUp__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-backUp__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-backUp__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-backUp__ttl::after {
    width: 2rem;
  }
}

.p-backUp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-breadScrap {
  background-color: #fff;
  border-top: 1px solid #8d8d8d;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-breadScrap {
    padding: 0;
  }
}

.p-breadScrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-breadScrap__inner {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.p-breadScrap__link {
  font-size: 1.5rem;
  color: #b4b4b4;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-breadScrap__link {
    font-size: 1rem;
    padding: 1.1rem 0;
  }
}

.p-breadScrap__link:hover {
  color: #0f2350;
  opacity: 1;
}

.p-breadScrap__line {
  width: 3.4rem;
  height: 1px;
  background-color: #8d8d8d;
}
@media screen and (max-width: 767px) {
  .p-breadScrap__line {
    width: 2rem;
  }
}

.p-breadScrap__txt {
  font-size: 1.5rem;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-breadScrap__txt {
    font-size: 1rem;
  }
}

.p-btnBlock {
  background-color: #fff;
}

.p-btnBlock__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 28.6458333333vw;
  max-height: 55rem;
}
@media screen and (max-width: 767px) {
  .p-btnBlock__wrap {
    height: 22.5rem;
    width: 85.3333333333%;
    margin-inline: auto;
    padding-bottom: 3rem;
  }
}

.p-btnBlock__btn {
  min-width: 34.8rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-btnBlock__btn {
    min-width: 0;
    width: 50%;
    font-size: 1.3rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
}

.p-card {
  display: block;
}

.p-card:hover {
  opacity: 1;
}

.p-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/244;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem 1.3rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-card__body {
    margin-top: 0.8rem;
  }
}

.p-card__ttl {
  font-size: clamp(1.8rem, 1.2rem + 0.417vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-card__ttl {
    font-size: 1.2rem;
  }
}

.p-card__ttl span {
  font-weight: 400;
  font-size: clamp(1rem, 0.1rem + 0.625vw, 1.3rem);
  padding-left: 1.2rem;
  margin-left: 1.2rem;
  border-left: 1px solid #0f2350;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #323232;
}

.p-card__more {
  text-transform: capitalize;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  margin-left: auto;
  font-family: "Charis SIL", serif;
}
@media screen and (max-width: 767px) {
  .p-card__more {
    font-size: 1rem;
  }
}

.p-cardSimple {
  display: block;
}

.p-cardSimple:hover {
  opacity: 1;
}

.p-cardSimple__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 570/383;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-cardSimple__ttl {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #e60033;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cardSimple__ttl {
    margin-top: 1.2rem;
    font-size: 1.3rem;
  }
}

.p-cardSimple__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-cardSimple__txt {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
}

.p-develop {
  background-color: #fff;
  color: #0f2350;
  padding-top: 15.6rem;
  padding-bottom: 25rem;
}
@media screen and (max-width: 767px) {
  .p-develop {
    padding-top: 6rem;
    padding-bottom: 10.7rem;
  }
}

.p-develop__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-develop__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-develop__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f2350;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-develop__ttl::after {
    width: 2rem;
  }
}

.p-develop__item {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-develop__item {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 2.3;
  }
}

.p-develop__example {
  margin-top: 9.4rem;
  max-width: 91rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-develop__example {
    margin-top: 4rem;
  }
}

.p-develop__headBox {
  padding-bottom: 2rem;
  border-bottom: 1px solid #0f2350;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-develop__headBox {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
    padding-bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-develop__head {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-develop__head {
    font-size: 1.2rem;
  }
}

.p-develop__subtxt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-develop__subtxt {
    margin-top: 0.4rem;
    font-size: 1rem;
  }
}

.p-develop__lists {
  margin-top: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.1rem 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-develop__lists {
    gap: 1.2rem;
    margin-top: 2rem;
  }
}

.p-develop__lists li {
  letter-spacing: -0.02em;
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-develop__lists li {
    font-size: 1rem;
  }
}

.p-develop__imgs {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-develop__imgs {
    width: 78%;
    margin: 4.5rem auto 0;
    row-gap: 1.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-develop__img img {
  max-width: 37.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 375/250;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-ebisu {
  background-color: #fff;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-ebisu {
    padding-top: 7.5rem;
  }
}

.p-ebisu__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-ebisu__ttl {
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
}

.p-ebisu__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f2350;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-ebisu__ttl::after {
    width: 2rem;
  }
}

.p-ebisu__wrap {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10rem;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-ebisu__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 3.4rem;
    -moz-column-gap: 3.4rem;
    column-gap: 3.4rem;
    margin-top: 2.8rem;
  }
}

.p-ebisu__store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-ebisu__store {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    width: 50%;
  }
}

.p-ebisu__logo img {
  max-width: 13.9rem;
  width: 100%;
  height: auto;
  aspect-ratio: 139/182;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-ebisu__logo img {
    max-width: 7rem;
  }
}

.p-ebisu__storeName {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-ebisu__storeName {
    font-size: 1.1rem;
    text-align: center;
  }
}

.p-ebisu__txt {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .p-ebisu__txt {
    margin-top: 0.7rem;
    font-size: 1rem;
    text-align: justify;
  }
}

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

.p-entry__hero {
  position: relative;
  background-color: #091e3c;
  width: 100%;
  height: 49rem;
}
@media screen and (max-width: 767px) {
  .p-entry__hero {
    height: 25rem;
  }
}

.p-entry__border {
  position: absolute;
  top: 59%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 5rem;
  padding-right: 6rem;
  padding-bottom: 5rem;
  padding-left: 13.5416666667vw;
}
@media screen and (max-width: 767px) {
  .p-entry__border {
    top: 53%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 8vw;
    padding-right: 2.6rem;
  }
}

.p-entry__heroTtl {
  color: #fff;
  font-size: 3.9rem;
  font-weight: 500;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 767px) {
  .p-entry__heroTtl {
    font-size: 2rem;
  }
}

.p-entry__top {
  background-color: #0f2350;
  padding: 12.7rem 0;
}
@media screen and (max-width: 767px) {
  .p-entry__top {
    padding: 6rem 0;
  }
}

.p-entry__head {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.0416666667;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-entry__head {
    font-size: 1.2rem;
  }
}

.p-entry__inner.l-inner {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-entry__inner.l-inner {
    margin-top: 4rem;
    max-width: 60rem;
  }
}

.p-entry__txt {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-entry__txt {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}

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

.p-entry__note {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-entry__note {
    font-size: 1.1rem;
  }
}

.p-entry__table {
  margin-top: 0.8rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-entry__table {
    margin-top: 0.5rem;
  }
}

.p-entry__table tr {
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-entry__table tr {
    border-right: none;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-entry__table tr:last-of-type {
  border-bottom: 1px solid #8d8d8d;
}
@media screen and (max-width: 767px) {
  .p-entry__table tr:last-of-type {
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
  }
}

.p-entry__table th,
.p-entry__table td {
  min-height: 10rem;
}
@media screen and (max-width: 767px) {
  .p-entry__table th,
  .p-entry__table td {
    min-height: 0;
  }
}

.p-entry__table th {
  color: #fff;
  width: 26rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-entry__table th {
    width: auto;
    padding: 0.6rem 0;
    font-size: 1.3rem;
  }
}

.p-entry__table td {
  background-color: #fff;
  color: #323232;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 2.7rem 6rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-entry__table td {
    line-height: 1.89;
    padding: 1.8rem 1.5rem;
    letter-spacing: -0.04em;
    font-size: 1.1rem;
  }
}

.p-entry__table td input[type="text"],
.p-entry__table td input[type="tel"],
.p-entry__table td input[type="email"],
.p-entry__table td select {
  border: 1px solid #0f2350;
  background-color: #e6ebf0;
  border-radius: 0;
  width: 19.5rem;
  padding: 0.6rem 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-entry__table td input[type="text"],
  .p-entry__table td input[type="tel"],
  .p-entry__table td input[type="email"],
  .p-entry__table td select {
    width: 13rem;
    padding: 0.2rem 0.8rem;
    font-size: 1.6rem;
  }
}

.p-entry__table tr:nth-child(1) td input[type="text"],
.p-entry__table tr:nth-child(2) td input[type="text"],
.p-entry__table tr:nth-child(6) td input[type="text"],
.p-entry__table td input[type="tel"],
.p-entry__table td input[type="email"],
.p-entry__table td select {
  width: 100%;
}

.p-entry__table tr:nth-child(12) td {
  padding-right: 1rem;
}

.p-entry__table tr:nth-child(3) td,
.p-entry__table tr:nth-child(7) td,
.p-entry__table tr:nth-child(10) td,
.p-entry__table tr:nth-child(12) td,
.p-entry__table tr:nth-child(13) td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__table tr:nth-child(3) td,
  .p-entry__table tr:nth-child(7) td,
  .p-entry__table tr:nth-child(10) td,
  .p-entry__table tr:nth-child(12) td,
  .p-entry__table tr:nth-child(13) td {
    gap: 0.8rem 1.8rem;
  }
}

.p-entry__table td input[type="checkbox"],
.p-entry__agree input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.p-entry__table td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}

.p-entry__selectBox {
  position: relative;
}

.p-entry__selectBox::after {
  pointer-events: none;
  content: "";
  content: "";
  position: absolute;
  top: 44%;
  right: 2rem;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 1px solid #0f2350;
  border-right: 1px solid #0f2350;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-entry__selectBox::after {
    right: 1.2rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-entry__table td textarea {
  resize: vertical;
  height: 21.5rem;
  width: 100%;
  border: 1px solid #0f2350;
  background-color: #e6ebf0;
  border-radius: 0;
  padding: 0.6rem 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-entry__table td textarea {
    height: 14.5rem;
  }
}

.p-entry__table td label,
.p-entry__agree label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-entry__table td label {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-entry__table td label {
    font-size: 1.1rem;
  }
}

.p-entry__agree label {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-entry__agree label {
    font-size: 1.3rem;
  }
}

.p-entry__table td label::before,
.p-entry__agree label::before {
  content: "";
  display: inline-block;
  border: 1px solid #0f2350;
  margin-right: 1rem;
  background-color: #e6ebf0;
}
@media screen and (max-width: 767px) {
  .p-entry__table td label::before,
  .p-entry__agree label::before {
    margin-right: 0.5rem;
  }
}

.p-entry__table td label::before {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-entry__table td label::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.p-entry__agree label::before {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-entry__agree label::before {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.p-entry__table td input[type="checkbox"]:checked + label::after,
.p-entry__agree input[type="checkbox"]:checked + label::after {
  content: "";
  display: inline-block;
  border-left: 2px solid #0f2350;
  border-bottom: 2px solid #0f2350;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-entry__table td input[type="checkbox"]:checked + label::after {
  width: 1.6rem;
  height: 0.9rem;
  top: 0.7rem;
  left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-entry__table td input[type="checkbox"]:checked + label::after {
    width: 1.3rem;
    height: 0.7rem;
    top: 0.5rem;
    left: 0.3rem;
  }
}

.p-entry__agree input[type="checkbox"]:checked + label::after {
  width: 2.2rem;
  height: 1.3rem;
  top: 0.5rem;
  left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-entry__agree input[type="checkbox"]:checked + label::after {
    width: 1.7rem;
    height: 0.9rem;
    top: 0.5rem;
    left: 0.3rem;
  }
}

input:focus,
textarea:focus,
select:focus {
  outline: solid 2px #0f2350;
}

.p-entry__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 4.6rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-entry__btnWrap {
    row-gap: 3rem;
    padding-top: 4.8rem;
  }
}

.p-entry__agree a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #0f2350;
}

.p-entry__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.p-entry__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/arrow_white.svg);
  mask-image: url(../images/common/arrow_white.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #0f2350;
  width: 1.8rem;
  height: 0.7rem;
  -webkit-mask-size: 1.8rem 0.7rem;
  mask-size: 1.8rem 0.7rem;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .p-entry__btn::after {
    right: 7.5rem;
  }
}

.p-entry__btn:hover::after {
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #fff;
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.p-entry__btn input,
.p-entry__btn a {
  display: block;
  color: #0f2350;
  font-size: 1.8rem;
  font-weight: 500;
  width: 35rem;
  text-align: center;
  padding: 2rem 4.8rem 2rem 2rem;
  background-color: #fff;
  border: 1px solid #0f2350;
  border-radius: 0;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-entry__btn input,
  .p-entry__btn a {
    padding: 1.4rem 3.8rem 1.4rem 2.4rem;
    width: 31.8rem;
    font-size: 1.3rem;
  }
}

.p-entry__btn:hover input,
.p-entry__btn:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #0f2350;
  color: #fff;
}

.p-entry__btn--reverse input {
  padding: 2rem 2rem 2rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-entry__btn--reverse input {
    padding: 1.4rem 2.4rem 1.4rem 3.8rem;
  }
}

.p-entry__btn--reverse::after {
  right: auto;
  right: initial;
  left: 6.8rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.p-entry__btn--reverse:hover::after {
  -webkit-transform: translate(-5px, -50%) scale(-1, 1);
  transform: translate(-5px, -50%) scale(-1, 1);
}

.p-entry__btnInner {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-entry__btnInner {
    font-size: 1.6rem;
  }
}

.p-entry__btnInner span {
  letter-spacing: 0.08em;
  display: block;
  font-size: 1.4rem;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .p-entry__btnInner span {
    font-size: 1rem;
    white-space: nowrap;
  }
}

table.p-entry__table,
.p-entry__table td,
.p-entry__table th {
  border-collapse: collapse;
}

.p-entry__table th {
  background: #0f2350;
  color: #fff;
}

#formWrap .p-entry__agree {
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #formWrap .p-entry__agree {
    font-size: 1.2rem;
  }
}

#formWrap .p-entry__agree::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -2.4rem;
  border-left: 2px solid #0f2350;
  border-bottom: 2px solid #0f2350;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1.7rem;
  height: 0.9rem;
}
@media screen and (max-width: 767px) {
  #formWrap .p-entry__agree::before {
    width: 1.7rem;
    height: 0.9rem;
    top: 0.3rem;
    left: -2.4rem;
  }
}

#formWrap .p-entry__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  #formWrap .p-entry__btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3rem;
  }
}

.p-entry__thanks {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry__thanks {
    font-size: 1.4rem;
  }
}

.p-event {
  background-color: #fff;
  padding-top: 15rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-event {
    padding-top: 7rem;
    padding-bottom: 9.4rem;
  }
}

.p-event__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-event__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-event__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f2350;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-event__ttl::after {
    width: 2rem;
  }
}

.p-event__txt {
  margin-top: 3.4rem;
  color: #0f2350;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .p-event__txt {
    font-size: 1rem;
    line-height: 2.3;
    margin-top: 2rem;
  }
}

.p-event__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6.9rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-event__cards {
    margin-top: 3.6rem;
    gap: 3rem 1.25rem;
  }
}

.p-event__card {
  background-color: #fff;
  color: #0f2350;
  width: calc(50% - 4.9rem);
}
@media screen and (max-width: 767px) {
  .p-event__card {
    width: auto;
  }
}

.p-event__card:nth-child(n + 3) {
  width: calc(33.33333% - 5.2rem);
}
@media screen and (max-width: 767px) {
  .p-event__card:nth-child(n + 3) {
    width: calc(50% - 0.625rem);
  }
}

@media screen and (max-width: 767px) {
  .p-event__card:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-event__card:last-child .p-event__img,
  .p-event__card:last-child .p-event__body {
    width: calc(50% - 0.625rem);
  }
}

.p-event__head {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-event__head {
    letter-spacing: -0.02em;
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-event__card:last-child .p-event__head {
    margin-top: 0;
  }
}

.p-event__img img {
  max-width: 55.1rem;
  width: 100%;
  height: auto;
  aspect-ratio: 551/336;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-event__card:nth-child(n + 3) .p-event__img img {
  margin: 0 auto;
  max-width: 34.8rem;
  width: 100%;
  height: auto;
  aspect-ratio: 348/227;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-event__desc {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  letter-spacing: -0.08em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #323232;
}
@media screen and (max-width: 767px) {
  .p-event__desc {
    margin-top: 0.4rem;
    font-size: 1rem;
    line-height: 1.5555555556;
  }
}

.p-event__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-event__btn {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .p-event__btn .c-btn {
    padding: 0.7rem 2rem;
  }
}

.p-f-menu-pc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(2.4rem, 1.667rem + 0.955vw, 3.5rem);
  -moz-column-gap: clamp(2.4rem, 1.667rem + 0.955vw, 3.5rem);
  column-gap: clamp(2.4rem, 1.667rem + 0.955vw, 3.5rem);
}
@media screen and (max-width: 767px) {
  .p-f-menu-pc__wrapper {
    display: block;
  }
}

.p-f-menu-pc__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-f-menu-pc__title.p-f-menu-pc__title--mt:last-child {
  margin-top: 3rem;
}

.p-f-menu-pc__items {
  margin-top: 2.5rem;
  margin-left: 3.1rem;
}

.p-f-menu-pc__item {
  margin-top: 1.3rem;
}

.p-f-menu-pc__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(1.2rem, 1.067rem + 0.174vw, 1.4rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-f-menu-pc__item a::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1px;
  background: #fbfff3;
  margin-right: 1.2rem;
}

.p-f-menu-pc__item.p-f-menu-pc__item--none a::before {
  display: none;
}

.p-f-menu-sp {
  width: 100%;
}

.p-f-menu-sp__item {
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
  padding: 1.7rem;
}

.p-f-menu-sp__item a {
  padding: 2rem;
  display: block;
}

.p-flexSec {
  background-color: #fff;
}

.p-flexSec__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flexSec__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-flexSec__contents {
  padding-top: 14rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .p-flexSec__contents {
    padding-top: 6rem;
    padding-bottom: 6.5rem;
  }
}

.p-flexSec__contents:first-child {
  background-color: #0f2350;
}

.p-flexSec__contents:last-child {
  background-color: #091e3c;
}

.p-flexSec__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-flexSec__ttl {
    font-size: 2.1rem;
    padding-bottom: 1.5rem;
  }
}

.p-flexSec__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-flexSec__ttl::after {
    width: 2rem;
  }
}

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

.p-flexSec__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 960/545;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-flexSec__img img {
    aspect-ratio: 750/490;
  }
}

.p-flexSec__body {
  margin: 6rem 11rem 0;
}
@media screen and (max-width: 767px) {
  .p-flexSec__body {
    margin: 2rem 4rem 0;
  }
}

@media screen and (max-width: 767px) {
  .p-flexSec__body--spRight {
    text-align: right;
  }
}

.p-flexSec__txt {
  font-size: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

.p-flexSec__btn a {
  min-width: 17.1rem;
}
@media screen and (max-width: 767px) {
  .p-flexSec__btn a {
    min-width: 10.2rem;
  }
}

.p-footer {
  background-color: #0f2350;
  color: #fff;
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    display: contents;
  }
}

.p-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.p-footer__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-top: 4.4rem;
    row-gap: 4.6rem;
  }
}

.p-footer__menuPc {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.p-footer__btn {
  max-width: 20.3rem;
  width: 100%;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    max-width: 14.4rem;
    font-size: 1.2rem;
    padding: 0.7rem;
  }
}

.p-footer__info {
  margin-top: 11rem;
  border-top: 1px solid #fff;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    padding: 0.8rem 0;
    margin-top: 3.2rem;
  }
}

.p-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1rem;
  }
}

.p-footer__copy a {
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  padding: 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy a {
    font-size: 1.2rem;
  }
}

.p-footer__copy a::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask-image: url(../images/common/link.svg);
  mask-image: url(../images/common/link.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-footer__copy a:hover {
  opacity: 1;
  background-color: #fff;
  color: #0f2350;
}

.p-footer__copy a:hover::after {
  background-color: #0f2350;
}

.p-footer__copy small {
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-footer__copy small {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    white-space: nowrap;
    font-size: 1rem;
  }
}

.p-fv {
  color: #fff;
  margin-top: -100vh;
}

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

.p-fv__box {
  position: absolute;
  bottom: 7.2916666667vw;
  left: 7.6041666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    bottom: 0;
    top: 34.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}

.p-fv__year {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Charis SIL", serif;
  letter-spacing: 0.13em;
  padding-bottom: 1rem;
  position: relative;
}

.p-fv__year::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.6rem;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__year::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-fv__jaTtl {
  margin-top: 2.5rem;
  font-size: 3.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv__jaTtl {
    margin-top: 3.5rem;
    font-size: 2rem;
  }
}

.p-fv__enTtl {
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv__enTtl {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-fv__btn {
  margin-top: 4.4rem;
  min-width: 12.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    min-width: 9.9rem;
    font-size: 1rem;
  }
}

.p-fv__lead {
  max-width: 176rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 14rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-fv__lead {
    margin-top: 9rem;
    padding-bottom: 9.6rem;
  }
}

.p-fv__border {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-fv__border {
    width: 29%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.p-fv__verticalTtl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv__verticalTtl {
    font-size: 2.1rem;
  }
}

.p-fv__story {
  padding: 0 3rem;
  font-size: clamp(1.5rem, -1.132rem + 2.105vw, 1.9rem);
  letter-spacing: 0.013em;
  line-height: 4.3157894737;
}
@media screen and (max-width: 767px) {
  .p-fv__story {
    font-size: 1rem;
    line-height: 3.3;
    letter-spacing: 0.01em;
  }
}

.p-header {
  height: 14rem;
  background-position: center bottom;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 6rem;
    position: fixed;
    top: 0;
  }
}

.p-header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-header.open::before {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.p-header::after {
  content: "";
  background-size: 100% 200%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(50, 50, 50, 0.95);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-header.open::after {
  opacity: 1;
  height: calc(100% + 18rem);
}

.p-header.active {
  background-color: #090504;
}

.p-header__inner {
  width: 100%;
  height: inherit;
  padding-left: 5.5rem;
  padding-right: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 1.8rem;
  }
}

.p-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-header__container {
    width: calc(100% - 2rem);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 3;
    flex-shrink: 3;
  }
}

.p-header__pcnavBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__pcnavBox {
    display: none;
  }
}

.p-header__spnavBox {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__spnavBox {
    width: 100%;
    height: calc(100% - 6rem);
    position: fixed;
    overflow-y: auto;
    top: 6rem;
    left: 0;
    z-index: 10;
  }
}

.p-header__overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  height: calc(100vh - 6rem);
  width: 100%;
  z-index: -1;
  background-color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  display: block;
}

.p-header__overlay.active {
  opacity: 1;
  visibility: visible;
}

.p-hover.open .p-hover__inner {
  opacity: 1;
  visibility: visible;
}

.p-hover__inner {
  display: none;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 15rem;
  -webkit-transition:
    opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:
    opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1),
    visibility 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  width: 100%;
  padding: 3rem 0;
}

.p-hover__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-hover__ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-right: 12rem;
  position: relative;
}

.p-hover__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 95%;
  background-color: #fff;
}

.p-hover__items {
  padding-left: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.p-hover__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding: 3rem;
}

.p-hover__item a::before {
  content: "";
  width: 1.2rem;
  height: 1px;
  background-color: #fff;
}

.p-interview {
  overflow: hidden;
}

.p-interview__inner.l-inner {
  max-width: 130rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__inner.l-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.p-interview__wrap--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-interview__wrap--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-interview__wrap--flex::after {
  content: "";
  width: calc(50vw - 50% + 2rem);
  height: 1px;
  background-color: #0f2350;
  position: absolute;
  top: 2.1rem;
  right: 2rem;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
@media screen and (min-width: 1920px) {
  .p-interview__wrap--flex::after {
    width: calc(50vw - 50%);
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__wrap--flex::after {
    content: none;
  }
}

.p-interview__wrap--flex02::after {
  top: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-interview__wrap--flex02::after {
    content: none;
  }
}

.p-interview__wrap--flexLong::after {
  right: 15rem;
  width: calc(50vw - 50% + 15rem);
}
@media screen and (max-width: 767px) {
  .p-interview__wrap--flexLong::after {
    content: none;
  }
}

.p-interview__wrap--flexLong02::after {
  right: 20rem;
  width: calc(50vw - 50% + 20rem);
}
@media screen and (max-width: 767px) {
  .p-interview__wrap--flexLong02::after {
    content: none;
  }
}

.p-interview__wrap--flexJust::after {
  right: 0;
  width: calc(50vw - 50%);
}
@media screen and (max-width: 767px) {
  .p-interview__wrap--flexJust::after {
    content: none;
  }
}

.p-interview__wrap + .p-interview__wrap {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-interview__wrap + .p-interview__wrap {
    margin-top: 4rem;
  }
}

.p-interview__ttl {
  color: #0f2350;
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-interview__ttl {
    font-size: 1.5rem;
  }
}

.p-interview__ttl::after {
  content: "";
  width: calc(50vw - 50%);
  height: 1px;
  background-color: #0f2350;
  position: absolute;
  top: 2.1rem;
  left: -2rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 767px) {
  .p-interview__ttl::after {
    top: 1.1rem;
    left: -1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__ttl--reverse {
    display: inline-block;
  }
}

.p-interview__ttl--reverse::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .p-interview__ttl--reverse::after {
    content: "";
    left: auto;
    left: initial;
    right: -1rem;
    width: calc(100vw - 100% - 5rem);
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__ttl--reverse02::after {
    top: 3.3rem;
  }
}

.p-interview__txt {
  margin-top: 3.5rem;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  max-width: 95rem;
  width: 100%;
  letter-spacing: 0.08em;
  line-height: 2.2666666667;
}
@media screen and (max-width: 767px) {
  .p-interview__txt {
    letter-spacing: 0;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 2;
  }
}

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

.p-interview__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .p-interview__img {
    -ms-flex-negative: initial;
    flex-shrink: initial;
    max-width: 60rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__img {
    margin-right: calc(50% - 50vw);
    width: calc(50vw + 50%);
  }
}

.p-interview__img img {
  max-width: 60rem;
  width: 100%;
  height: auto;
  aspect-ratio: 600/446;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-interview__img img {
    aspect-ratio: 600/430;
    max-width: none;
  }
}

.p-interview__btn {
  margin-top: 17rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-interview__btn {
    margin-top: 7.5rem;
  }
}

.p-interviews {
  background-color: #fff;
  padding-bottom: 28rem;
}
@media screen and (max-width: 767px) {
  .p-interviews {
    padding-bottom: 14rem;
  }
}

.p-interviews__inner {
  position: relative;
  z-index: 0;
}

.p-interviews__content {
  position: relative;
  z-index: 0;
}

.p-interviews__content + .p-interviews__content {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-interviews__content + .p-interviews__content {
    margin-top: 6rem;
  }
}

.p-interviews__square {
  width: 25vw;
  height: 23.4375vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-interviews__square {
    width: 100%;
    height: 22.4rem;
  }
}

.p-interviews__square--lightblue {
  background-color: #2ca9e1;
}

.p-interviews__square--blue {
  background-color: #0f2350;
  height: 18.75vw;
}
@media screen and (max-width: 767px) {
  .p-interviews__square--blue {
    height: 21.5rem;
  }
}

.p-interviews__square--red {
  background-color: #e60033;
  height: 18.75vw;
}
@media screen and (max-width: 767px) {
  .p-interviews__square--red {
    height: 21.5rem;
  }
}

.p-interviews__wrap.l-inner {
  padding-top: 17rem;
}
@media screen and (max-width: 767px) {
  .p-interviews__wrap.l-inner {
    padding-top: 8rem;
    padding-left: 6.2rem;
    padding-right: 6.2rem;
  }
}

.p-interviews__content:not(:first-child) .p-interviews__wrap {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-interviews__content:not(:first-child) .p-interviews__wrap {
    padding-top: 6.8rem;
  }
}

.p-interviews__ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 2.5rem;
  position: relative;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-interviews__ttl {
    padding-bottom: 2rem;
    font-size: 1.8rem;
    color: #fff;
  }
}

.p-interviews__ttl::after {
  content: "";
  background-color: #0f2350;
  width: 3.2rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-interviews__ttl::after {
    width: 2rem;
    background-color: #fff;
  }
}

.p-interviews__cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem clamp(6rem, 2.2rem + 4.948vw, 11.7rem);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-interviews__cards {
    display: block;
    margin-top: 2.7rem;
  }
}

.p-interviews__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  row-gap: 1rem;
}

.p-interviews__card:hover {
  opacity: 1;
}

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

.p-interviews__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 322/440;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-interviews__img img {
    aspect-ratio: 502/675;
  }
}

.p-interviews__store {
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-interviews__store {
    font-size: 1rem;
  }
}

.p-interviews__name {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-interviews__name {
    font-size: 1.2rem;
    margin-top: -0.5rem;
  }
}

.p-introduction {
  background-color: #0f2350;
  color: #fff;
}

.p-introduction__inner {
  padding-top: 15rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .p-introduction__inner {
    padding-top: 8rem;
    padding-bottom: 7.3rem;
  }
}

.p-introduction__head {
  text-align: center;
  padding-bottom: 3.7rem;
  position: relative;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-introduction__head {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-introduction__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-introduction__head::after {
    width: 2rem;
  }
}

.p-introduction__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7rem;
  -webkit-column-gap: 4.8rem;
  -moz-column-gap: 4.8rem;
  column-gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-introduction__wrap {
    margin-top: 3rem;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    row-gap: 1.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-introduction__wrap--chinese {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 4.8rem;
}

.p-introduction__item {
  display: block;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-introduction__item {
    width: calc(50% - 0.6rem);
  }
}

.p-introduction__item--chinese {
  width: calc(25% - 3.6rem);
}
@media screen and (max-width: 767px) {
  .p-introduction__item--chinese {
    width: calc(50% - 0.6rem);
  }
}

.p-introduction__ttl {
  margin-top: 1.8rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-introduction__ttl {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

.p-introduction__img {
  overflow: hidden;
}

.p-introduction__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 263/173;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-introduction__item:hover .p-introduction__img img {
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-introduction__txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  text-align: justify;
  line-height: 1.6428571429;
}
@media screen and (max-width: 767px) {
  .p-introduction__txt {
    line-height: 1.6111111111;
    margin-top: 0.8rem;
    letter-spacing: 0.01em;
    font-size: 1rem;
  }
}

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

.p-introduction__btn a {
  min-width: 17.1rem;
}
@media screen and (max-width: 767px) {
  .p-introduction__btn a {
    min-width: 10.2rem;
  }
}

.p-lead {
  background-color: #0f2350;
  color: #fff;
  padding-top: 11rem;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-lead {
    padding-top: 6.3rem;
    padding-bottom: 5.7rem;
  }
}

.p-lead__inner.l-inner {
  max-width: 110rem;
}

.p-lead__txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.0416666667;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-lead__txt {
    font-size: 1.2rem;
    line-height: 2.25;
    letter-spacing: 0.02em;
  }
}

.p-lead__links {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-lead__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.2rem;
    margin-top: 4rem;
  }
}

.p-lead__link {
  padding: 1.3rem;
  border: 1px solid #fff;
  min-width: 31rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .p-lead__link {
    display: block;
    padding: 0.7rem 2rem;
    min-width: 20.8rem;
    font-size: 1rem;
    position: relative;
  }
}

.p-lead__link::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2.4rem;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .p-lead__link::after {
    position: absolute;
    top: 50%;
    right: 1.8rem;
    -webkit-transform: translateY(-75%) rotate(45deg);
    transform: translateY(-75%) rotate(45deg);
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-lead__link:hover {
  opacity: 1;
  background-color: #fff;
  color: #0f2350;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.p-lead__link:hover::after {
  border-bottom: 1px solid #0f2350;
  border-right: 1px solid #0f2350;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.p-masterIntro {
  position: relative;
  z-index: 0;
}

.p-masterIntro::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4.1666666667vw;
  left: 0;
  background-color: #e60033;
  width: 26.0416666667vw;
  height: 22.9166666667vw;
}
@media screen and (max-width: 767px) {
  .p-masterIntro::before {
    top: -8vw;
    width: 36.8vw;
    height: 36.8vw;
  }
}

.p-masterIntro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.5rem;
  -moz-column-gap: 6.5rem;
  column-gap: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-masterIntro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
  }
}

.p-masterIntro__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-masterIntro__img img {
  max-width: 38.1rem;
  width: 100%;
  height: auto;
  aspect-ratio: 381/279;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-masterIntro__img img {
    width: 77%;
    margin: 0 auto;
  }
}

.p-masterIntro__head {
  color: #0f2350;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-masterIntro__head {
    font-size: 0.9rem;
    text-align: center;
  }
}

.p-masterIntro__ttl {
  margin-top: 3rem;
  color: #0f2350;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-masterIntro__ttl {
    font-size: 1.2rem;
    margin-top: 0.4rem;
    text-align: center;
  }
}

.p-masterIntro__txt {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7692307692;
}
@media screen and (max-width: 767px) {
  .p-masterIntro__txt {
    margin-top: 1.4rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: clamp(5rem, -2.463rem + 5.97vw, 9rem);
  -moz-column-gap: clamp(5rem, -2.463rem + 5.97vw, 9rem);
  column-gap: clamp(5rem, -2.463rem + 5.97vw, 9rem);
}
@media screen and (max-width: 767px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5rem;
  }
}

.p-media--chinese {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-media__img {
  width: 12.7604166667vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-media__img {
    width: auto;
  }
}

.p-media__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 245/333;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-media__img img {
    aspect-ratio: 245/290;
  }
}

.p-media__head,
.p-media__name {
  color: #e60033;
}

.p-media__head {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-media__head {
    font-size: 1rem;
  }
}

.p-media__name {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 1.5rem;
  text-transform: capitalize;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-media__name {
    margin-top: 0.8rem;
    font-size: 1.3rem;
  }
}

.p-media__name span {
  font-size: 1.3rem;
}

.p-media__ttl,
.p-media__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-media__ttl {
  margin-top: 3.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-media__ttl {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-media__txt {
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 2.0769230769;
}
@media screen and (max-width: 767px) {
  .p-media__txt {
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 1.7;
    text-align: justify;
    letter-spacing: -0.02em;
  }
}

.p-mv {
  color: #fff;
}

.p-mv--interview {
  background-color: #0f2350;
}

.p-mv__inner {
  padding-top: 28rem;
  padding-bottom: 21rem;
  margin-top: -85rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-top: 12.6rem;
    padding-bottom: 9.1rem;
    margin-top: -43rem;
  }
}

.p-mv__inner--interviews {
  padding-top: 21rem;
  padding-bottom: 11.8rem;
  margin-top: -49rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner--interviews {
    padding-top: 11.4rem;
    padding-bottom: 9.7rem;
    margin-top: -30rem;
  }
}

.p-mv__inner--interview {
  margin-top: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-mv__inner--interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-mv__inner--management {
  padding-top: 20rem;
  padding-bottom: 13rem;
  margin-top: -108.9rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner--management {
    padding-top: 11.8rem;
    padding-bottom: 6.3rem;
    margin-top: -59.2rem;
  }
}

.p-mv__inner--academy {
  padding-top: 27.5rem;
  padding-bottom: 16.7rem;
  margin-top: -108.9rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner--academy {
    padding-top: 13.2rem;
    padding-bottom: 8.1rem;
    margin-top: -59.2rem;
  }
}

.p-mv__inner--feature {
  padding-top: 20.9rem;
  padding-bottom: 12rem;
  margin-top: -49rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner--feature {
    padding-top: 11.4rem;
    padding-bottom: 9.7rem;
    margin-top: -30rem;
  }
}

.p-mv__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: auto;
  }
}

.p-mv__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 96/72;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv__body {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mv__body {
    width: auto;
  }
}

.p-mv__wrap {
  display: inline-block;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  padding-left: 13.5416666667vw;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    padding: 3.5rem 2rem 3.5rem 2.8rem;
  }
}

.p-mv__wrap--interviews {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 13rem;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap--interviews {
    padding-top: 3rem;
    padding-bottom: 2.6rem;
    padding-left: 8vw;
    padding-right: 5.3rem;
  }
}

.p-mv__wrap--interview {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 6.8rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap--interview {
    width: 100%;
    text-align: center;
    margin-top: 3.4rem;
    margin-bottom: 3rem;
    padding: 0 2.7rem;
  }
}

.p-mv__wrap--management {
  padding-top: 8.6rem;
  padding-bottom: 7.5rem;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap--management {
    padding-top: 2.6rem;
    padding-bottom: 2.8rem;
    padding-left: 8vw;
    padding-right: 1rem;
    width: 65%;
  }
}

.p-mv__wrap--academy {
  max-width: 78.7rem;
  width: 100%;
  padding-top: 8.6rem;
  padding-bottom: 8rem;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap--academy {
    padding-top: 3.9rem;
    padding-bottom: 3.6rem;
    padding-left: 8vw;
    padding-right: 1rem;
    width: 65%;
  }
}

.p-mv__head {
  padding-bottom: 2rem;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-mv__head {
    padding-bottom: 1.2rem;
    font-size: 1.2rem;
  }
}

.p-mv__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 2.5rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-mv__head::after {
    width: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__head--interview::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-mv__ttl {
  margin-top: 2.5rem;
  font-size: 3.8rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

.p-mv__ttl--interviews {
  margin-top: 0;
  font-size: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl--interviews {
    font-size: 2rem;
  }
}

.p-mv__ttl--interview {
  font-size: clamp(2.4rem, -0.212rem + 2.09vw, 3.8rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl--interview {
    font-size: 1.8rem;
    margin-top: 1.3rem;
    letter-spacing: 0.12em;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__ttl span {
    font-size: 1.1rem;
  }
}

.p-mv__subTtl {
  margin-top: 4rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6818181818;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-mv__subTtl {
    line-height: 1.4545454545;
    margin-top: 1rem;
    font-size: 1.1rem;
  }
}

.p-mv__txt {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-mv__txt {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-mv__txt--management {
  line-height: 2.3333333333;
  letter-spacing: 0;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-mv__txt--management {
    margin-top: 1.5rem;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }
}

.p-mv__txt--interview {
  font-family: "Zen Old Mincho", serif;
  margin-top: 3.5rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__txt--interview {
    font-size: 1.3rem;
    margin-top: 1rem;
    letter-spacing: 0.2em;
  }
}

.p-newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-newsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-newsList li {
  padding: 2.5rem 2.5rem 2.8rem;
  background-color: #fff;
  width: calc(33.33333% - 2.66667rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-newsList li {
    max-width: 45rem;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  }
}

.p-newsList__date {
  font-size: 1.7rem;
  letter-spacing: 1px;
}

.p-newsList__ttl {
  font-size: 2rem;
  letter-spacing: 1px;
  margin-top: 0.8rem;
}

.p-newsList__txt {
  margin-top: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.3px;
}

.p-newsList__txt a {
  display: inline-block;
  color: #2f85dd;
  text-decoration: underline;
  margin-top: 1.2rem;
}

.p-pageBg {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-pageBg img {
  width: 100%;
  height: 85rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-pageBg img {
    height: 42rem;
  }
}

.p-pageBg--interviews img {
  height: 49rem;
}
@media screen and (max-width: 767px) {
  .p-pageBg--interviews img {
    height: 30rem;
  }
}

.p-pageBg--management img {
  height: 108.5rem;
}
@media screen and (max-width: 767px) {
  .p-pageBg--management img {
    height: 58.8rem;
  }
}

.p-pageBg--academy img {
  height: 108.5rem;
}
@media screen and (max-width: 767px) {
  .p-pageBg--academy img {
    height: 58.8rem;
  }
}

.p-pageDevelopment {
  background-color: #fff;
}

.p-pageDevelopment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-pageDevelopment__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-pageDevelopment__redBox {
  padding-top: 29rem;
  position: relative;
  z-index: 0;
  width: 35.9375%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pageDevelopment__redBox {
    width: auto;
    height: 22.4rem;
    aspect-ratio: initial;
    display: block;
    padding-top: 7.5rem;
  }
}

.p-pageDevelopment__redBox::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #e60033;
  width: 100%;
  height: 100%;
}
.p-pageDevelopment__inner:nth-child(n + 2) .p-pageDevelopment__redBox {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pageDevelopment__inner:nth-child(n + 2) .p-pageDevelopment__redBox {
    padding-top: 6rem;
  }
}

.p-pageDevelopment__ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 3rem;
  color: #fff;
  position: relative;
  margin-left: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-pageDevelopment__ttl {
    font-size: 1.8rem;
    padding-bottom: 2rem;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    margin-inline: auto;
  }
}

.p-pageDevelopment__ttl::after {
  content: "";
  width: 3.2rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-pageDevelopment__ttl::after {
    width: 2rem;
  }
}

.p-pageDevelopment__medias {
  z-index: 1;
  max-width: 101rem;
  width: 100%;
  margin-top: 29rem;
  margin-left: clamp(-12rem, -0.537rem - 5.97vw, -8rem);
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-pageDevelopment__medias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    margin-top: -7rem;
    margin-left: 0;
  }
}

.p-pageDevelopment__inner:nth-child(n + 2) .p-pageDevelopment__medias {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pageDevelopment__inner:nth-child(n + 2) .p-pageDevelopment__medias {
    margin-top: -7rem;
  }
}

.p-pageDevelopment__inner:last-of-type .p-pageDevelopment__medias {
  padding-bottom: 27rem;
}
@media screen and (max-width: 767px) {
  .p-pageDevelopment__inner:last-of-type .p-pageDevelopment__medias {
    padding-bottom: 7.5rem;
  }
}

.p-pageDevelopment__media + .p-pageDevelopment__media {
  margin-top: 6rem;
}

.p-pageMain {
  color: #fff;
}

.p-pageMain--japanese-food {
  background: url(../images/japanese-food/bg_main.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-pageMain--japanese-food {
    background: url(../images/japanese-food/bg_main_sp.webp) no-repeat center/cover;
  }
}

.p-pageMain--chicken-dish {
  background: url(../images/chicken-dish/bg_main.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-pageMain--chicken-dish {
    background: url(../images/chicken-dish/bg_main_sp.webp) no-repeat center/cover;
  }
}

.p-pageMain--chinese-food {
  background: url(../images/chinese-food/bg_main.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-pageMain--chinese-food {
    background: url(../images/chinese-food/bg_main_sp.webp) no-repeat center/cover;
  }
}

.p-pageMain--italian {
  background: url(../images/italian/bg_main.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-pageMain--italian {
    background: url(../images/italian/bg_main_sp.webp) no-repeat center/cover;
  }
}

.p-pageMain--cafe {
  background: url(../images/cafe/bg_main.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-pageMain--cafe {
    background: url(../images/cafe/bg_main_sp.webp) no-repeat center/cover;
  }
}

.p-pageMain__inner {
  padding-top: 25rem;
  padding-bottom: 28rem;
}
@media screen and (max-width: 767px) {
  .p-pageMain__inner {
    padding-top: 9.5rem;
    padding-bottom: 8.5rem;
  }
}

.p-pageMain__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(3.6rem, 2rem + 2.083vw, 6rem);
  -moz-column-gap: clamp(3.6rem, 2rem + 2.083vw, 6rem);
  column-gap: clamp(3.6rem, 2rem + 2.083vw, 6rem);
}
@media screen and (max-width: 767px) {
  .p-pageMain__block {
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
}

.p-pageMain__block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: 0;
}

.p-pageMain__block:nth-child(even) .p-pageMain__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-pageMain__block:nth-child(even) .p-pageMain__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.p-pageMain__block + .p-pageMain__block {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-pageMain__block + .p-pageMain__block {
    margin-top: 6rem;
  }
}

.p-pageMain__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-pageMain__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.p-pageMain__ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  padding-bottom: 2rem;
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  width: 21.3541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.12em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-pageMain__ttl {
    width: 17.3333333333vw;
    font-size: 2.4rem;
  }
}

.p-pageMain__block:nth-child(even) .p-pageMain__ttl {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-pageMain__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  width: 3.8rem;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pageMain__ttl::after {
    width: 2.3rem;
  }
}

.p-pageMain__block:nth-child(even) .p-pageMain__ttl::after {
  left: 0;
  right: auto;
  right: initial;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}

.p-pageMain__txt {
  font-size: clamp(1.4rem, 1.067rem + 0.278vw, 1.6rem);
  line-height: 2.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-pageMain__txt {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 2.3;
    letter-spacing: -0.02em;
    -ms-flex-negative: initial;
    flex-shrink: initial;
  }
}

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

.p-pageMain__block:nth-child(even) .p-pageMain__txt {
  margin-right: -6rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-pageMain__block:nth-child(even) .p-pageMain__txt {
    -webkit-transform: translateX(3.8rem);
    transform: translateX(3.8rem);
    margin-right: -3.5rem;
  }
}

.p-pageMain__img {
  width: 48.1770833333vw;
}
@media screen and (max-width: 767px) {
  .p-pageMain__img {
    width: auto;
  }
}

.p-pageMain__img img {
  height: auto;
  width: 100%;
  aspect-ratio: 925/613;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-pageMain__img img {
    aspect-ratio: 550/441;
  }
}

.p-pcNav {
  z-index: 999;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: clamp(2rem, 2.604vw, 5rem);
  -moz-column-gap: clamp(2rem, 2.604vw, 5rem);
  column-gap: clamp(2rem, 2.604vw, 5rem);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #fff;
}

.p-pcNav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

.p-pcNav__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.5rem;
  height: inherit;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
}

.p-pcNav__item > a::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 0.1rem;
  width: 0;
}

.p-pcNav__item > a:hover::after,
.p-pcNav__item.open > a::after {
  width: 4rem;
}

.p-recruitNews {
  background-color: #f3f3f3;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-recruitNews {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.p-recruitNews__ttl {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #091e3c;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-recruitNews__ttl {
    font-size: 2.4rem;
  }
}

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

.p-requirement__hero {
  position: relative;
  background-color: #091e3c;
  width: 100%;
  height: 49rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__hero {
    height: 25rem;
  }
}

.p-requirement__border {
  position: absolute;
  top: 59%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 5rem;
  padding-right: 10rem;
  padding-bottom: 5rem;
  padding-left: 13.5416666667vw;
}
@media screen and (max-width: 767px) {
  .p-requirement__border {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 8vw;
    padding-right: 4.5rem;
  }
}

.p-requirement__heroTtl {
  color: #fff;
  font-size: 3.9rem;
  font-weight: 500;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  .p-requirement__heroTtl {
    font-size: 2rem;
  }
}

.p-requirement__top {
  background-color: #0f2350;
  padding: 12.7rem 0;
}
@media screen and (max-width: 767px) {
  .p-requirement__top {
    padding: 6rem 0;
  }
}

.p-requirement__head {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.0416666667;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-requirement__head {
    font-size: 1.2rem;
  }
}

.p-requirement__inner.l-inner {
  margin-top: 16rem;
  margin-bottom: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__inner.l-inner {
    margin-top: 5.5rem;
    margin-bottom: 10rem;
    max-width: 60rem;
  }
}

.p-requirement__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-requirement__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-requirement__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f2350;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-requirement__ttl::after {
    width: 2rem;
  }
}

.p-requirement__wrap {
  margin-top: 8rem;
  background-color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-requirement__wrap {
    margin-top: 3.8rem;
  }
}

.p-requirement__container + .p-requirement__container {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__container + .p-requirement__container {
    margin-top: 8rem;
  }
}

.p-requirement__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-requirement__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none;
    border-top: none;
  }
}

.p-requirement__item:last-child {
  border-bottom: 1px solid #8d8d8d;
}
@media screen and (max-width: 767px) {
  .p-requirement__item:last-child {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
  }
}

.p-requirement__dt {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-requirement__dt {
    width: auto;
    padding: 0.6rem 0;
    font-size: 1.3rem;
  }
}

.p-requirement__dd {
  background-color: #fff;
  color: #323232;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 3.7rem 5rem 3.7rem 7.5rem;
  width: calc(100% - 27rem);
}
@media screen and (max-width: 767px) {
  .p-requirement__dd {
    line-height: 1.89;
    width: auto;
    padding: 1.5rem 1.5rem 1.8rem 2.2rem;
    font-size: 1.1rem;
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 767px) {
  .p-requirement__dd li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

.p-requirement__bttomWrap {
  background-color: #e6ebf0;
}

.p-requirement__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.7rem;
    padding-top: 5.1rem;
    padding-bottom: 5.3rem;
  }
}

.p-requirement__btn {
  width: calc(50% - 10rem);
  text-align: center;
  padding: 2.6rem 3rem 2.6rem 5rem;
  background-color: #fff;
  -webkit-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__btn {
    padding: 1.7rem 2.4rem 1.7rem 3.8rem;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
  }
}

.p-requirement__btn::after {
  width: 3rem;
  height: 1rem;
  -webkit-mask-size: 3rem 1rem;
  mask-size: 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-requirement__btn::after {
    width: 2.1rem;
    height: 0.7rem;
    -webkit-mask-size: 2.1rem 0.7rem;
    mask-size: 2.1rem 0.7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.p-requirement__btnInner {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-requirement__btnInner {
    font-size: 1.6rem;
  }
}

.p-requirement__btnInner span {
  letter-spacing: 0.08em;
  display: block;
  font-size: 1.4rem;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .p-requirement__btnInner span {
    font-size: 1rem;
    white-space: nowrap;
  }
}

.p-safety {
  background-color: #eff1f2;
  padding-top: 16rem;
  padding-bottom: 16.6rem;
}
@media screen and (max-width: 767px) {
  .p-safety {
    padding-top: 6.5rem;
    padding-bottom: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .p-safety__iner.l-inner {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.p-safety__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-safety__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-safety__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f2350;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-safety__ttl::after {
    width: 2rem;
  }
}

.p-safety__wrap {
  margin-top: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3.6rem;
  -moz-column-gap: 3.6rem;
  column-gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-safety__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.8rem;
    margin-top: 4.1rem;
  }
}

.p-safety__item {
  border: 1px solid #0f2350;
  text-align: center;
  color: #0f2350;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-safety__item {
    width: 100%;
  }
}

.p-safety__head {
  background-color: #0f2350;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-safety__head {
    font-size: 1.4rem;
    padding: 1.1rem 0;
  }
}

.p-safety__subHead {
  padding: 3.5rem 1rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-safety__subHead {
    padding-top: 2rem;
    font-size: 1.2rem;
  }
}

.p-safety__txt {
  margin-top: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  padding-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-safety__txt {
    font-size: 1rem;
    margin-top: 0.4rem;
    padding-bottom: 2.5rem;
  }
}

.p-slider {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.p-slider__container {
  margin: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
}

.p-slider__wrap {
  position: relative;
  height: 100vh;
  width: 100%;
}

.swiper-slide-active .p-slider__img,
.swiper-slide-duplicate-active .p-slider__img,
.swiper-slide-prev .p-slider__img {
  -webkit-animation: zoomUp 10s linear normal both;
  animation: zoomUp 10s linear normal both;
}

.p-slider__img {
  max-width: 100vw;
  width: 100%;
  position: relative;
  z-index: 1;
}

.p-slider__img img {
  width: 102%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
.p-spnav {
  background-color: #333;
  width: 100%;
  padding-bottom: 7rem;
}

.p-spnav__item {
  display: block;
  position: relative;
  color: #fff;
  padding: 1.2rem 2.8rem;
  border-bottom: 1px solid #828282;
  font-size: 1.5rem;
}

.p-spnav__item.p-spnav__item--arrow::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 1.2rem;
  width: 1.2rem;
  border-color: #fbfff3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2.4rem;
  top: calc(50% - 0.4rem);
}

.p-spnav__item:last-child {
  text-align: center;
  padding-top: 5.8rem;
  color: #3a3e33;
  border-bottom: none;
}

a.p-spnav__cta {
  font-family: "Zen Old Mincho", serif;
}

.p-styleLink {
  background-color: #fff;
  padding-top: 19rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-styleLink {
    padding-top: 7.5rem;
    padding-bottom: 8.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-styleLink__inner {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.p-styleLink__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem 8rem;
  color: #0f2350;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-styleLink__cards {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
}

.p-styleLink__card {
  width: calc(33.33333% - 5.33333rem);
}
@media screen and (max-width: 767px) {
  .p-styleLink__card {
    width: auto;
  }
}

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

.p-support {
  background-color: #fff;
  padding-top: 13rem;
  padding-bottom: 16rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}

.p-support__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-support__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-support__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f2350;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-support__ttl::after {
    width: 2rem;
  }
}

.p-support__txt {
  margin-top: 3.4rem;
  color: #0f2350;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .p-support__txt {
    font-size: 1rem;
    margin-top: 2rem;
    line-height: 2.3;
  }
}

.p-support__cards {
  margin-top: 8.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-support__cards {
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-support__card {
  padding: 3.2rem;
  border-top: 1px solid #0f2350;
  border-bottom: 1px solid #0f2350;
}
@media screen and (max-width: 767px) {
  .p-support__card {
    border-top: none;
    width: auto;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%) 2rem;
    width: 100vw;
  }
}

.p-support__card:nth-child(even) {
  border-left: 1px solid #0f2350;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  width: calc(50vw - 1.35rem);
}
@media screen and (max-width: 767px) {
  .p-support__card:nth-child(even) {
    width: auto;
    border-left: none;
    padding-left: 4.4rem;
  }
}

.p-support__card:nth-child(odd) {
  border-right: 1px solid #0f2350;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  width: calc(50vw - 1.35rem);
}
@media screen and (max-width: 767px) {
  .p-support__card:nth-child(odd) {
    width: auto;
    border-right: none;
    padding-right: 4.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-support__card:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .p-support__card:nth-child(even) .p-support__img {
    margin-right: calc(50% - 50vw);
    width: calc(100% + 2.7rem);
  }
}

@media screen and (max-width: 767px) {
  .p-support__card:nth-child(odd) .p-support__img {
    margin-left: calc(50% - 50vw);
  }
}

.p-support__img img {
  max-width: 55.3rem;
  width: 100%;
  height: auto;
  aspect-ratio: 553/251;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-support__img img {
    max-width: none;
  }
}

.p-support__body {
  color: #0f2350;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-support__body {
    margin-top: 1.5rem;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-support__card:nth-child(even) .p-support__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-support__card:nth-child(odd) .p-support__body {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-support__card:nth-child(even) .p-support__body--wide {
    padding-right: 0.5rem;
  }
}

.p-support__head {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0 1.7rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-support__head {
    padding: 0;
    font-size: 1.2rem;
  }
}

.p-support__head--wide {
  padding: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-support__head--wide {
    padding: 0;
  }
}

.p-support__desc {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-support__desc {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-system {
  background-color: #fff;
  padding-top: 17rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-system {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.p-system__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-system__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-system__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f2350;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-system__ttl::after {
    width: 2rem;
  }
}

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

.p-system__img img {
  margin: 0 auto;
  max-width: 81.1rem;
  width: 100%;
  height: auto;
  aspect-ratio: 811/252;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-system__img img {
    width: 94%;
    aspect-ratio: 600/237;
  }
}

.p-system__txt {
  max-width: 69rem;
  width: 100%;
  margin: 6rem auto 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.1333333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-system__txt {
    margin-top: 2.3rem;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: -0.06em;
  }
}

.p-target {
  background-color: #0f2350;
  color: #fff;
  padding-top: 17rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-target {
    padding-top: 7rem;
    padding-bottom: 5.5rem;
  }
}

.p-target__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-target__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-target__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-target__ttl::after {
    width: 2rem;
  }
}

.p-target__items {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-target__items {
    margin-top: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.p-target__item {
  padding: 3.1rem;
  border: 1px solid #fff;
  min-width: 56.2rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-target__item {
    min-width: 0;
    width: 50%;
    font-size: 1.1rem;
    padding: 1.7rem 1.5rem;
  }
}

.p-target__example {
  margin-top: 10rem;
  max-width: 91rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-target__example {
    margin-top: 4rem;
  }
}

.p-target__headBox {
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-target__headBox {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
    padding-bottom: 1.1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-target__head {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-target__head {
    font-size: 1.2rem;
  }
}

.p-target__subtxt {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-target__subtxt {
    margin-top: 0.8rem;
    font-size: 1rem;
  }
}

.p-target__lists {
  margin-top: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-target__lists {
    margin-top: 2rem;
    gap: 1.4rem;
  }
}

.p-target__lists li {
  letter-spacing: -0.02em;
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-target__lists li {
    letter-spacing: -0.05em;
    font-size: 1rem;
  }
}

.p-target__note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: -0.02em;
  margin-top: 5.5rem;
  font-size: 1.5rem;
  padding-left: 2.5rem;
  margin-left: 0.4rem;
  line-height: 2.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-target__note {
    margin-left: 0;
    padding-left: 1.3rem;
    margin-top: 3.8rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.p-target__note::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 3px;
  height: 80%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-target__note::after {
    top: 2.5%;
    height: 95%;
  }
}

.p-terms {
  background-color: #fff;
  padding-top: 24rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .p-terms {
    padding-top: 8.5rem;
    padding-bottom: 9.7rem;
  }
}

.p-terms__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-terms__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-terms__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f2350;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-terms__ttl::after {
    width: 2rem;
  }
}

.p-terms__container {
  margin-top: 4.6rem;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
  border-top: 1px solid #e6e9eb;
  border-bottom: 1px solid #e6e9eb;
}
@media screen and (max-width: 767px) {
  .p-terms__container {
    margin-top: 3.3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.p-terms__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-terms__head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0f2350;
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-terms__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.3rem;
  }
}

.p-terms__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6875;
  padding-left: 8.5rem;
  margin-left: 9rem;
  border-left: 1px solid #0f2350;
}
@media screen and (max-width: 767px) {
  .p-terms__txt {
    padding-left: 1.8rem;
    margin-left: 1.9rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.p-topDevelopment {
  border-top: 1px solid #b4b4b4;
  background-color: #fff;
  padding-bottom: 28rem;
}
@media screen and (max-width: 767px) {
  .p-topDevelopment {
    padding-bottom: 7rem;
  }
}

.p-topDevelopment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-topDevelopment__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-topDevelopment__redBox {
  position: relative;
  z-index: 0;
  width: 29%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-topDevelopment__redBox {
    width: auto;
    aspect-ratio: 750/475;
    display: block;
    padding-top: 7.5rem;
  }
}

.p-topDevelopment__redBox::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #e60033;
  width: 100%;
  height: 100%;
}
.p-topDevelopment__ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 3rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topDevelopment__ttl {
    font-size: 2.1rem;
    padding-bottom: 2rem;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    margin: 0 auto;
  }
}

.p-topDevelopment__ttl::after {
  content: "";
  width: 3.2rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-topDevelopment__ttl::after {
    width: 2rem;
  }
}

.p-topDevelopment__cards {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 130rem;
  box-sizing: border-box;
  margin-top: 28.5rem;
  margin-left: -14rem;
  gap: 0;
  padding-right: 0;
  width: 40%;
  /* padding-right: 5rem; */
  /* gap: 2.5rem 10rem; */
  /* width: 100%; */
}
@media screen and (max-width: 767px) {
  .p-topDevelopment__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    margin-top: -8rem;
    
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    width: 70%;
  }
}

.p-topStyle {
  padding-top: 19rem;
  padding-bottom: 26rem;
  background: rgb(239, 241, 242);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(239, 241, 242)),
    color-stop(29%, rgb(239, 241, 242)),
    color-stop(29%, rgb(255, 255, 255)),
    to(rgb(255, 255, 255))
  );
  background: linear-gradient(
    90deg,
    rgb(239, 241, 242) 0%,
    rgb(239, 241, 242) 29%,
    rgb(255, 255, 255) 29%,
    rgb(255, 255, 255) 100%
  );
}
@media screen and (max-width: 767px) {
  .p-topStyle {
    padding-top: 8.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-topStyle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-topStyle__ttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-bottom: 3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-topStyle__ttl {
    font-size: 2.1rem;
    padding-bottom: 1.5rem;
  }
}

.p-topStyle__ttl::after {
  content: "";
  width: 3.2rem;
  height: 1px;
  background-color: #0f2350;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-topStyle__ttl::after {
    width: 1.8rem;
  }
}

.p-topStyle__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem 3rem;
  color: #0f2350;
  max-width: 120rem;
  width: 100%;
  margin-top: 10rem;
  margin-left: -7.2916666667vw;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topStyle__cards {
    display: block;
    margin-top: 0;
    margin-left: 0;
    padding: 0 3.2rem 0 2.4rem;
  }
}

.p-topStyle__card {
  width: calc(33.33333% - 2rem);
}
@media screen and (max-width: 767px) {
  .p-topStyle__card {
    width: auto;
  }
}

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

.p-welfare {
  background-color: #eff1f2;
  padding-top: 14.8rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-welfare {
    padding-top: 7rem;
    padding-bottom: 7.8rem;
  }
}

.p-welfare__inner.l-inner {
  max-width: 97.5rem;
  width: 100%;
}

.p-welfare__ttl {
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-welfare__ttl {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
}

.p-welfare__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0f2350;
  width: 3.2rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-welfare__ttl::after {
    width: 2rem;
  }
}

.p-welfare__txt {
  margin-top: 3.4rem;
  color: #0f2350;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .p-welfare__txt {
    font-size: 1rem;
    margin-top: 2rem;
    line-height: 2.3;
  }
}

.p-welfare__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-welfare__cards {
    margin-top: 3.8rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 1.8rem;
  }
}

.p-welfare__card {
  text-align: center;
  background-color: #fff;
  padding: 3rem;
  padding-bottom: 2.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0f2350;
}
@media screen and (max-width: 767px) {
  .p-welfare__card {
    padding: 1.5rem 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-welfare__card:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-welfare__head {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-welfare__head {
    font-size: 1.1rem;
  }
}

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

.p-welfare__img img {
  margin: 0 auto;
  max-width: 12.2rem;
  width: 100%;
  height: auto;
  aspect-ratio: 122/124;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-welfare__img img {
    width: 50%;
  }
}

.p-welfare__desc {
  margin-top: 0.7rem;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-welfare__desc {
    font-size: 1rem;
    margin-top: 0.5rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.p-welfare__item {
  margin-top: 6.5rem;
  background-color: #fff;
  text-align: center;
  padding: 3rem;
}

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

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