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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1319px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1320 * 100vw);
  }
}

@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
}

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

@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: rgba(0, 0, 0, 0);
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.l-main--top {
  padding-block-start: 800px;
}

.l-main--under {
  margin-block-start: 13.125rem;
}

@media screen and (max-width: 767px) {
  .l-main--under {
    margin-block-start: 5.375rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner--wide {
  max-width: 88.75rem;
}

@media screen and (max-width: 767px) {
  .l-inner--wide {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}

@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-section {
  position: relative;
  z-index: 2;
}

.l-layer {
  margin-top: 10.1875rem;
  background: #fff;
}

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

.c-section__title {
  text-align: center;
  position: relative;
  z-index: 3;
}

.c-section__title--en {
  font-size: max(3.75rem, 48px);
  font-weight: 100;
  line-height: 1.3333333333;
  letter-spacing: -0.0166666667em;
  font-family: "Inter", sans-serif;
  margin-bottom: 0rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .c-section__title--en {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section__title--en {
    font-size: max(3.125rem, 40px);
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section__title--en {
    font-size: 3.125rem;
  }
}

.c-section__title--ja {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.0555555556;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .c-section__title--ja {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section__title--ja {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.1875;
    letter-spacing: 0em;
  }
}

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

.c-section__title--en-ls {
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-section__title--en-ls {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .c-section__title--ja-mt {
    margin-top: 0.4375rem;
  }
}

.c-cta {
  position: fixed;
  z-index: 90;
  bottom: 2.5rem;
  right: 0.625rem;
  background: #e47665;
  border-radius: 50%;
  width: 5.625rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cta p {
  text-transform: uppercase;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
}

@media screen and (max-width: 767px) {
  .c-cta p {
    font-size: 0.875rem;
  }
}

.c-footerContainer {
  position: relative;
}

.c-footerContainer__imgage {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-footerContainer__imgage {
    aspect-ratio: 390/427;
  }
}

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

.c-footerContainer__bottom-text {
  position: absolute;
  top: calc(100% - 7.8125rem);
  overflow: hidden;
  width: 100%;
  z-index: 4;
}

@media (max-width: 1000px) {
  .c-footerContainer__bottom-text {
    top: calc(100% - 10.3125rem);
  }
}

@media screen and (max-width: 767px) {
  .c-footerContainer__bottom-text {
    top: calc(100% - 4.0625rem);
  }
}

.c-footerContainer__bottom-text .swiper-slide {
  color: #bfafa7;
}

.c-footerContainer__swiper-wrapper {
  transition-timing-function: linear;
}

.c-footerContainer__swiper-slide {
  font-family: "Inter", sans-serif;
  font-size: max(12.5rem, 160px);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.55em;
  white-space: nowrap;
  color: #fff;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .c-footerContainer__swiper-slide {
    font-size: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-footerContainer__swiper-slide {
    font-size: max(6rem, 76.8px);
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.5544375em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-footerContainer__swiper-slide {
    font-size: 6rem;
  }
}

.c-breadcrumbs,
.c-breadcrumbs a {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs,
  .c-breadcrumbs a {
    font-size: 0.6875rem;
  }
}

.c-breadcrumbs a {
  color: #828282;
  border-bottom: 1px solid #828282;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .c-breadcrumbs a:hover {
    opacity: 0.6;
  }
}

.c-breadcrumbs a:focus {
  opacity: 0.6;
}

.c-breadcrumbs {
  padding-right: 3.125rem;
  text-align: right;
  word-break: keep-all;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: end;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding-right: 1.25rem;
  }
}

.c-breadcrumbs span {
  display: inline-block;
}

.c-breadcrumbs .bar {
  width: 1px;
  height: 0.8em;
  background: #484848;
}

.c-breadcrumbs span:last-of-type {
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs span:last-of-type {
    max-width: 8.75rem;
  }
}

.c-breadcrumbs span[property="itemListElement"]:not(:last-of-type) {
  margin-right: 0.625rem;
}

.c-breadcrumbs span[property="itemListElement"]:not(:nth-of-type(1)) {
  margin-left: 0.625rem;
}

.c-breadcrumbs span[property="itemListElement"]:last-of-type {
  padding-block-end: 0.15em;
}

.c-breadcrumbs span[property="itemListElement"] {
  display: inline-block;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  font-feature-settings: "pwid" on, "palt" on;
  transition: all 0.3s ease;
}

.p-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 6.25rem);
  height: auto;
  margin-inline: auto;
  padding-block-start: 2.1875rem;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .p-header__container {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (max-width: 767px) {
  .p-header__container {
    width: calc(100% - 2rem);
    padding-block-start: 1.6875rem;
  }
}

.p-header__logo {
  width: 13.625rem;
  height: auto;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .p-header__logo {
    width: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 10.9375rem;
  }
}

.p-header__logo a {
  width: 100%;
  height: auto;
}

.p-header__nav {
  display: flex;
  align-content: inherit;
  transition: all 0.3s ease;
}

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

.p-header__list {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
}

@media (max-width: 1200px) {
  .p-header__list {
    column-gap: 1.25rem;
  }
}

.p-header__list:nth-of-type(1) {
  margin-inline-end: 2rem;
  position: relative;
}

@media (max-width: 1200px) {
  .p-header__list:nth-of-type(1) {
    margin-inline-end: 1.5rem;
  }
}

.p-header__list:nth-of-type(2) {
  margin-inline-end: 2rem;
  position: relative;
}

@media (max-width: 1200px) {
  .p-header__list:nth-of-type(2) {
    margin-inline-end: 2rem;
  }
}

/*
.p-header__list:nth-of-type(2)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15%;
	translate: 0% -50%;
	right: calc(100% + 1.875rem);
	width: .0625rem;
	height: 1.125rem;
	background: #404040
}
*/

@media (max-width: 1200px) {
  .p-header__list:nth-of-type(2)::after {
    right: calc(100% + 0.9375rem);
  }
}

.p-header__list li {
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.3571428571;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-header__list li {
    font-size: 0.875rem;
  }
}

.p-header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.375rem;
  transition: all 0.3s ease;
}

.p-header__contact li:nth-of-type(1) a {
  padding: 0.625rem 3.3125rem;
  border-radius: 100vmax;
  background: #e47665;
  color: #fff;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-header__contact li:nth-of-type(1) a {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .p-header__contact li:nth-of-type(1) a:hover {
    opacity: 0.6;
  }
}

.p-header__contact li:nth-of-type(2) {
  margin-block-start: 0.25rem;
}

.p-header__contact li:nth-of-type(2) a {
  color: #e47665;
  font-size: max(1.375rem, 17.6px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-header__contact li:nth-of-type(2) a {
    font-size: 1.375rem;
  }
}

.p-header__contact li:nth-of-type(2) a span {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-header__contact li:nth-of-type(2) a span {
    font-size: 0.875rem;
  }
}

.p-header.js-scroll {
  top: 1rem;
}

.p-header.js-scroll .p-header__container {
  padding: 0.75rem 1.875rem;
  border-radius: 10px;
  background: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(15.5px);
}

@media (max-width: 1200px) {
  .p-header.js-scroll .p-header__container {
    padding: 0.75rem 0.9375rem;
  }
}

.p-header.js-scroll .p-header__logo {
  width: 10.875rem;
}

@media (max-width: 1200px) {
  .p-header.js-scroll .p-header__logo {
    width: 9.375rem;
  }
}

.p-header.js-scroll .p-header__list {
  column-gap: 1rem;
}

.p-header.js-scroll .p-header__list:nth-of-type(1) {
  margin-block-start: 0.5rem;
  margin-inline-end: 1.5rem;
}

@media (max-width: 1200px) {
  .p-header.js-scroll .p-header__list:nth-of-type(1) {
    margin-inline-end: 1.5rem;
  }
}

.p-header.js-scroll .p-header__list:nth-of-type(1)::after {
  left: calc(100% + 1.25rem);
}

.p-header.js-scroll .p-header__list:nth-of-type(2) {
  margin-block-start: 0.5rem;
  margin-inline-end: 1.25rem;
}

.p-header.js-scroll .p-header__list li {
  font-size: 0.8125rem;
}

.p-header.js-scroll .p-header__contact {
  flex-direction: row-reverse;
  column-gap: 1.25rem;
}

.p-header.js-scroll .p-header__contact li:nth-of-type(1) a {
  padding: 0.4375rem 1.875rem;
}

.p-header.js-scroll .p-header__contact li:nth-of-type(2) a {
  color: #e47665;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-header.js-scroll .p-header__contact li:nth-of-type(2) a {
    font-size: 0.875rem;
  }
}

.p-header__item {
  position: relative;
}

.p-header__item.js-show .p-header__item-hover svg {
  rotate: 180deg;
}

.p-header__item .p-header__item-inner {
  display: inline-block;
  overflow: hidden;
}

.p-header__item .p-header__item-inner a {
  display: inline-block;
}

.p-header__item .--wrap {
  position: relative;
  transition: translate 0.3s ease;
}

.p-header__item .--wrap .--hover {
  display: inline-block;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  white-space: nowrap;
}

.p-header__item.js-hover .--wrap {
  translate: 0 calc(-100% - 0.25rem);
}

.header__icon-wrapper {
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .header__icon-wrapper:hover {
    opacity: 0.6;
  }
}

.p-header__item-hover {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}

.p-header__item-hover svg {
  width: 0.75rem;
  transition: rotate 0.3s ease;
}

@media (any-hover: hover) {
  .p-header__item-hover:hover {
    cursor: pointer;
  }
}

.p-header__item-sub-menu {
  position: absolute;
  top: calc(100% - 0.3125rem);
  left: 50%;
  translate: -50%;
  width: fit-content;
  padding-top: 1.25rem;
  opacity: 0;
  visibility: hidden;
  translate: -50% 0.625rem;
  transition: opacity 0.3s ease, visibility 0.3s ease, translate 0.3s ease;
}

.p-header__item-sub-menu.js-show {
  opacity: 1;
  visibility: visible;
  translate: -50% 0;
}

.p-header__item-sub-menu-inner {
  padding: 1.25rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
}

.p-header__item-sub-menu-inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 10px;
  background: hsla(0, 0%, 100%, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.13);
}

.p-header__item-sub-menu-inner a,
.p-header__item-sub-menu-inner p {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.266px;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-header__item-sub-menu-inner a:hover,
  .p-header__item-sub-menu-inner p:hover {
    opacity: 0.6;
  }
}

.p-header__item-sub-menu-inner.--menu a:nth-of-type(1) {
  margin-block-start: 0.375rem;
  padding-inline-start: 1.5em;
}

.p-header__item-sub-menu-inner.--menu a:nth-of-type(2) {
  margin-block-start: -0.625rem;
  padding-inline-start: 1.5em;
}

.p-header__item-sub-menu-inner.--menu a:nth-of-type(3) {
  margin-block-start: -0.625rem;
  margin-block-end: 0.375rem;
  padding-inline-start: 1.5em;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  top: 1.875rem;
  right: 1.25rem;
  width: 1.375rem;
  height: 1.0625rem;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon.js-scroll {
  top: 2rem;
  right: 1.875rem;
  mix-blend-mode: difference;
}

.p-drawer__icon.js-scroll .p-drawer__icon--bar span {
  background: #fff;
}

.p-drawer__icon--bar {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-drawer__icon--bar span {
  width: 100%;
  height: 0.2rem;
  background: #000;
  transition: all 0.3s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar1 {
  rotate: 35deg;
  translate: 0 0.44rem;
}

.p-drawer__icon.js-show .p-drawer__icon--bar2 {
  display: none;
}

.p-drawer__icon.js-show .p-drawer__icon--bar3 {
  rotate: -35deg;
  translate: 0 -0.4rem;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #fff;
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.p-drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.p-drawer__inner {
  width: 24.375rem;
  height: fit-content;
  padding: 3.75rem 4.25rem;
  margin-inline: auto;
}

.p-drawer__nav {
  margin-block-start: 1.375rem;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  border-block-end: 1px solid #bababa;
  padding-block: 1.875rem;
}

.p-drawer__list > li a {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-drawer__list > li a {
    font-size: 1rem;
  }
}

.p-drawer__list .p-drawer__list--sub {
  display: flex;
  flex-direction: column;
  row-gap: 0.9375rem;
  margin-block-start: 1.875rem;
}

.p-drawer__list .p-drawer__list--sub li a,
.p-drawer__list .p-drawer__list--sub li p {
  color: #9a9a9a;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-drawer__list .p-drawer__list--sub li a,
  .p-drawer__list .p-drawer__list--sub li p {
    font-size: 0.875rem;
  }
}

.p-drawer__list .p-drawer__list--sub2 {
  margin-block-start: 0.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-inline-start: 1.8em;
}

.p-drawer__list .p-drawer__list--sub2 li a {
  color: #9a9a9a;
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-drawer__list .p-drawer__list--sub2 li a {
    font-size: 0.75rem;
  }
}

.p-drawer__logo {
  display: block;
  width: 11rem;
  height: auto;
  margin-inline: auto;
}

.p-drawer__contact {
  text-align: center;
  margin-block-start: 5rem;
}

@media screen and (max-width: 767px) {
  .p-drawer__contact {
    width: 100%;
  }
}

.p-drawer__contact a {
  display: block;
  width: fit-content;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-drawer__contact a {
    margin-inline: auto;
  }
}

@media (any-hover: hover) {
  .p-drawer__contact a:hover {
    opacity: 0.7;
  }
}

.p-drawer__contact a:nth-of-type(1) {
  padding: 0.625rem 3.3125rem;
  border-radius: 100vmax;
  background: #e47665;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-end: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-drawer__contact a:nth-of-type(1) {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__contact a:nth-of-type(1) {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 0.75rem 2.5rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-drawer__contact a:nth-of-type(1) {
    font-size: 1rem;
  }
}

.p-drawer__contact a:nth-of-type(2) {
  color: #e47665;
  font-family: "Inter", sans-serif;
}

.p-drawer__contact a:nth-of-type(2) span:nth-of-type(1) {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-drawer__contact a:nth-of-type(2) span:nth-of-type(1) {
    font-size: 0.875rem;
  }
}

.p-drawer__contact a:nth-of-type(2) span:nth-of-type(2) {
  font-size: max(1.375rem, 17.6px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-drawer__contact a:nth-of-type(2) span:nth-of-type(2) {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__contact a:nth-of-type(2) span:nth-of-type(2) {
    font-size: max(1.5rem, 19.2px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-drawer__contact a:nth-of-type(2) span:nth-of-type(2) {
    font-size: 1.5rem;
  }
}

.p-drawer__sns {
  margin-block-start: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .p-drawer__sns {
    margin-inline: auto;
    column-gap: 0.9375rem;
  }
}

.p-drawer__sns a {
  width: 1.1875rem;
  height: auto;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-drawer__sns a:hover {
    opacity: 0.7;
  }
}

.p-footer {
  padding-block-start: 12.5rem;
  position: relative;
  z-index: 3;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding-block-start: 7.5rem;
  }
}

.p-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-block-end: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-footer__container {
    flex-direction: column;
  }
}

.p-footer__left {
  width: fit-content;
}

.p-footer__logo {
  width: 13.625rem;
  height: auto;
  margin-block-end: 3.75rem;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-block-end: 3.125rem;
  }
}

@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

.p-footer__contact {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-footer__contact {
    width: 100%;
  }
}

.p-footer__contact a {
  display: block;
  width: fit-content;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-footer__contact a {
    margin-inline: auto;
  }
}

@media (any-hover: hover) {
  .p-footer__contact a:hover {
    opacity: 0.7;
  }
}

.p-footer__contact a:nth-of-type(1) {
  padding: 0.6875rem 3.4375rem;
  border-radius: 100vmax;
  background: #e47665;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-end: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-footer__contact a:nth-of-type(1) {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contact a:nth-of-type(1) {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 0.75rem 2.5rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__contact a:nth-of-type(1) {
    font-size: 1rem;
  }
}

.p-footer__contact a:nth-of-type(2) {
  color: #e47665;
  font-family: "Inter", sans-serif;
}

.p-footer__contact a:nth-of-type(2) span:nth-of-type(1) {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-footer__contact a:nth-of-type(2) span:nth-of-type(1) {
    font-size: 0.875rem;
  }
}

.p-footer__contact a:nth-of-type(2) span:nth-of-type(2) {
  font-size: max(1.375rem, 17.6px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-footer__contact a:nth-of-type(2) span:nth-of-type(2) {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contact a:nth-of-type(2) span:nth-of-type(2) {
    font-size: max(1.5rem, 19.2px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__contact a:nth-of-type(2) span:nth-of-type(2) {
    font-size: 1.5rem;
  }
}

.p-footer__nav-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.125rem;
  width: 53.5rem;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-footer__nav-wrap {
    grid-template-columns: 1fr;
    width: 15.75rem;
    margin-inline: auto;
    margin-block-end: 5rem;
  }
}

.p-footer__nav {
  border-block-start: 1px solid #bababa;
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    border-block-start: none;
  }
}

.p-footer__list {
  padding-block: 1.875rem;
  font-feature-settings: "pwid" on, "palt" on;
  border-block-end: 1px solid #bababa;
}

.p-footer__list li a {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.0555555556;
  letter-spacing: 0em;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-footer__list li a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list li a {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.1875;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__list li a {
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .p-footer__list li a:hover {
    opacity: 0.7;
  }
}

.p-footer__list li p {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.0555555556;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-footer__list li p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list li p {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.1875;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__list li p {
    font-size: 1rem;
  }
}

.p-footer__list--sub {
  margin-block-start: 1.875rem;
}

.p-footer__list--sub li + li {
  margin-block-start: 0.9375rem;
}

.p-footer__list--sub li a,
.p-footer__list--sub li p {
  color: #9a9a9a;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-footer__list--sub li a,
  .p-footer__list--sub li p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list--sub li a,
  .p-footer__list--sub li p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.3571428571;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__list--sub li a,
  .p-footer__list--sub li p {
    font-size: 0.875rem;
  }
}

.p-footer__list--sub2 {
  margin-block: 1.25rem;
}

@media (min-width: 768px) {
  .p-footer__list--sub2 {
    padding-inline-start: 1.5em;
  }
}

.p-footer__list--sub2 li + li {
  margin-block-start: 0.5rem;
}

.p-footer__list--sub2 li a,
.p-footer__list--sub2 li p {
  color: #9a9a9a;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-footer__list--sub2 li a,
  .p-footer__list--sub2 li p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__list--sub2 li a,
  .p-footer__list--sub2 li p {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__list--sub2 li a,
  .p-footer__list--sub2 li p {
    font-size: 0.75rem;
  }
}

.p-footer__sns {
  margin-block-start: 4rem;
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .p-footer__sns {
    margin-block-start: 4rem;
    margin-inline: auto;
    column-gap: 0.9375rem;
  }
}

.p-footer__sns a {
  width: 1.1875rem;
  height: auto;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-footer__sns a:hover {
    opacity: 0.7;
  }
}

.p-footer__copyright {
  padding-block: 0.8125rem;
  padding-inline: 3.125rem;
  background: #01ade7;
  color: #fff;
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: right;
}

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

@media screen and (max-width: 767px) {
  .p-footer__copyright {
    text-align: center;
    padding-inline: 0.625rem;
    padding-inline-end: 1.25rem;
  }
}

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

.p-top-fv__swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-top-fv__swiper-container {
    height: calc(100svh - 12.5rem);
  }
}

.p-top-fv__swiper {
  height: 100%;
}

.p-top-fv__swiper-wrapper {
  height: 100%;
}

.p-top-fv__bg {
  position: relative;
}

.p-top-fv__bg.swiper-slide-active::after {
  animation: 2.5s 0s ease forwards topFvSliderShadow;
}

@keyframes topFvSliderShadow {
  0% {
    translate: 0 0;
    opacity: 1;
  }

  100% {
    translate: -80% -20%;
    opacity: 0;
  }
}

.p-top-fv__bg.swiper-slide-active img {
  animation: 2.5s 0s ease forwards topFvSlider;
}

@keyframes topFvSlider {
  0% {
    scale: 1.2;
  }

  100% {
    scale: 1;
  }
}

.p-top-fv__bg::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/fv-shadow.png) no-repeat right center/cover;
  filter: blur(40px);
  opacity: 1;
}

.p-top-fv__bg img {
  position: relative;
  z-index: 3;
  object-fit: cover;
  scale: 1.2;
}

.p-top-fv__title {
  position: absolute;
  z-index: 5;
  bottom: 4.375rem;
  left: 4.375rem;
  font-feature-settings: "pwid" on, "palt" on;
  color: #ccc;
  mix-blend-mode: difference;
}

.p-top-fv__title p {
  font-size: max(1.25rem, 16px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: max(1.3888888889vw, 20px);
}

@media screen and (max-width: 767px) {
  .p-top-fv__title p {
    font-size: 1.25rem;
  }
}

.p-top-fv__title h2 {
  margin-block: 1rem;
  font-size: max(1.6875rem, 21.6px);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: max(1.875vw, 20px);
}

@media screen and (max-width: 767px) {
  .p-top-fv__title h2 {
    font-size: 1.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv__title {
    left: 1rem;
    bottom: 2.9375rem;
    color: #404040;
  }

  .p-top-fv__title p {
    font-size: max(0.9375rem, 12px);
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-fv__title p {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv__title h2 {
    margin-block: 0.25rem;
    font-size: max(1.125rem, 14.4px);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-fv__title h2 {
    font-size: 1.125rem;
  }
}

.p-top-message {
  padding-block: 42.5rem 3.125rem;
  position: relative;
}

.p-top-message::after {
  content: "";
  position: absolute;
  top: -12.5rem;
  left: 0;
  width: 100%;
  height: calc(100% + 12.5rem);
  background: url(../img/top-message-grade.webp) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .p-top-message {
    padding-block: 43.75rem 4.25rem;
  }

  .p-top-message::after {
    background: url(../img/top-message-grade_sp.png) no-repeat center top/cover;
  }
}

.p-top-message__text {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-block-start: 6.25rem;
  margin-block-end: 4.375rem;
}

.p-top-message__text p {
  color: #fff;
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0em;
  text-shadow: 5px 14px 94px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .p-top-message__text p {
    font-size: 1.25rem;
  }
}

.p-top-message__text p + p {
  margin-block-start: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-top-message__text p + p {
    margin-block-start: 2em;
  }
}

@media screen and (max-width: 767px) {
  .p-top-message__text {
    margin-block-start: 4.375rem;
    margin-block-end: 2.5rem;
  }

  .p-top-message__text p {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0em;
  }
}

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

.p-top-message__btn {
  position: relative;
  z-index: 3;
  display: block;
  width: fit-content;
  padding: 0.625rem 3.125rem;
  border-radius: 100vmax;
  background: #fff;
  margin-inline: auto;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "pwid" on, "palt" on;
  transition: all 0.3s ease;
}

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

@media screen and (max-width: 767px) {
  .p-top-message__btn {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-message__btn {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .p-top-message__btn:hover {
    background: #01ade7;
    color: #fff;
  }
}

.p-top-message__bottom {
  position: relative;
  z-index: 3;
  margin-block-start: -0.0625rem;
  background: #b4c2c6;
  padding-block-end: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-message__bottom {
    padding-block-end: 4.375rem;
  }
}

.p-top-message__swiper {
  position: relative;
  z-index: 5;
}

.p-top-message__swiper-wrapper {
  transition-timing-function: linear;
}

.p-top-message__swiper-slide {
  font-family: "Inter", sans-serif;
  font-size: max(12.5rem, 160px);
  font-weight: 100;
  line-height: 0.8;
  letter-spacing: 0.55em;
  white-space: nowrap;
  color: #fff;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .p-top-message__swiper-slide {
    font-size: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-message__swiper-slide {
    font-size: max(6rem, 76.8px);
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.5544375em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-message__swiper-slide {
    font-size: 6rem;
  }
}

.p-top-message-bottom__img-wrap {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .p-top-message-bottom__img-wrap {
    width: calc(100% - 1.25rem);
    margin-inline-start: 0.625rem;
    padding-inline: 0;
  }
}

.p-top-message-bottom__img {
  margin-block-start: -4.375rem;
}

@media screen and (max-width: 767px) {
  .p-top-message-bottom__img {
    margin-block-start: -1.875rem;
    width: 100%;
    height: auto;
    aspect-ratio: 370/461;
  }

  .p-top-message-bottom__img img {
    object-fit: cover;
  }
}

.p-top-message-bottom__img .p-top-message-bottom__swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top-message-shadow.png) no-repeat right center/cover;
  filter: blur(72px);
  opacity: 1;
}

.p-top-message-bottom__img .p-top-message-bottom__swiper-slide img {
  position: relative;
  z-index: 3;
  object-fit: cover;
  scale: 1.2;
}

.p-top-message-bottom__img
  .p-top-message-bottom__swiper-slide.swiper-slide-active::after {
  animation: 2.5s 0s ease forwards topFvSliderShadow;
}

@keyframes topFvSliderShadow {
  0% {
    translate: 0 0;
    opacity: 1;
  }

  100% {
    translate: -80% -20%;
    opacity: 0;
  }
}

.p-top-message-bottom__img
  .p-top-message-bottom__swiper-slide.swiper-slide-active
  img {
  animation: 2.5s 0s ease forwards topFvSlider;
}

@keyframes topFvSlider {
  0% {
    scale: 1.08;
  }

  100% {
    scale: 1;
  }
}

.p-top-about {
  position: relative;
  z-index: 3;
  padding-block: 9.375rem;
  background: #e9e4e1;
}

@media screen and (max-width: 767px) {
  .p-top-about {
    padding-block: 5.625rem 0;
  }
}

.p-top-about__link-list {
  margin-block-start: 8.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 62.5rem;
  max-width: 100%;
  margin-inline: auto;
  gap: 2.25rem 3.125rem;
}

@media (max-width: 1020px) {
  .p-top-about__link-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__link-list {
    display: none;
  }
}

.p-top-about__link-list a {
  width: 100%;
  display: flex;
  align-items: center;
  padding-block-end: 0.875rem;
  border-block-end: 1px solid #bababa;
  position: relative;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-about__link-list a:hover {
    border-block-end: 1px solid #000;
  }
}

.p-top-about__link-list span:nth-of-type(1) {
  font-family: "Inter", sans-serif;
  font-size: max(1.875rem, 24px);
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-inline-end: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .p-top-about__link-list span:nth-of-type(1) {
    font-size: 1.875rem;
  }
}

.p-top-about__link-list span:nth-of-type(2) {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-top-about__link-list span:nth-of-type(2) {
    font-size: 1rem;
  }
}

.p-top-about__link-list svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 0.5625rem;
  height: auto;
}

.p-top-about__main {
  margin-block-start: 13.75rem;
}

.p-top-about__main.--2 {
  margin-block-start: 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-top-about__main {
    margin-block-start: 4.375rem;
  }

  .p-top-about__main.--2 {
    margin-block-start: 4.375rem;
  }
}

.p-top-about__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-block-end: 13.75rem;
}

@media screen and (max-width: 767px) {
  .p-top-about__item {
    flex-direction: column;
    margin-block-end: 0;
  }

  .p-top-about__item:not(:last-of-type) {
    margin-block-end: 5.625rem;
  }
}

@media (min-width: 768px) {
  .p-top-about__item.--item1 {
    margin-block-end: 7.25rem;
  }
}

.p-top-about__item.--item2,
.p-top-about__item.--item4,
.p-top-about__item.--item6 {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-top-about__item.--item2,
  .p-top-about__item.--item4,
  .p-top-about__item.--item6 {
    flex-direction: column;
  }
}

.p-top-about__item.--item2 .p-top-about__text-title,
.p-top-about__item.--item2 .p-top-about__text-num,
.p-top-about__item.--item4 .p-top-about__text-title,
.p-top-about__item.--item4 .p-top-about__text-num,
.p-top-about__item.--item6 .p-top-about__text-title,
.p-top-about__item.--item6 .p-top-about__text-num {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-top-about__item.--item2 .p-top-about__text-title,
  .p-top-about__item.--item2 .p-top-about__text-num,
  .p-top-about__item.--item4 .p-top-about__text-title,
  .p-top-about__item.--item4 .p-top-about__text-num,
  .p-top-about__item.--item6 .p-top-about__text-title,
  .p-top-about__item.--item6 .p-top-about__text-num {
    text-align: left;
  }
}

.p-top-about__item.--item2 .p-top-about__texts,
.p-top-about__item.--item4 .p-top-about__texts,
.p-top-about__item.--item6 .p-top-about__texts {
  margin-inline-start: auto;
}

.p-top-about__item.--item2 {
  margin-block-end: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .p-top-about__item.--item2 {
    margin-block-end: 3.125rem;
  }
}

@media (min-width: 768px) {
  .p-top-about__item.--item4 {
    margin-block-end: 9.375rem;
  }
}

.p-top-about__item.--item4 .p-top-about__text-text {
  margin-inline-start: auto;
}

@media (min-width: 768px) {
  .p-top-about__item.--item5 {
    margin-block-end: 9.375rem;
  }
}

.p-top-about__item.--item6 {
  margin-block-end: 0;
}

.p-top-about__text-num {
  font-size: max(10rem, 128px);
  font-weight: 100;
  line-height: 0.875;
  letter-spacing: 0.09375em;
  font-family: "Inter", sans-serif;
  margin-block-end: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-top-about__text-num {
    font-size: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__text-num {
    font-size: max(5.625rem, 72px);
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0em;
    margin-block-end: 1.25rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-about__text-num {
    font-size: 5.625rem;
  }
}

.p-top-about__text-title {
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-block-end: 4.375rem;
  font-feature-settings: "pwid" on, "palt" on;
}

@media screen and (max-width: 767px) {
  .p-top-about__text-title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__text-title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-block-end: 1.25rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-about__text-title {
    font-size: 1.5rem;
  }
}

.p-top-about__text-text {
  width: 24.375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-block-end: 2.8125rem;
}

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

@media screen and (max-width: 767px) {
  .p-top-about__text-text {
    width: 100%;
    margin-block-end: 3.125rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-about__text-text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__text-text.--item2 {
    margin-block-end: 1.25rem;
  }
}

.p-top-about__img {
  width: 37.5rem;
  height: auto;
  aspect-ratio: 1;
  position: relative;
}

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

.p-top-about__img.--top-about3 {
  width: 44.375rem;
  height: auto;
  aspect-ratio: 710/630;
}

@media screen and (max-width: 767px) {
  .p-top-about__img.--top-about3 {
    width: 100%;
    height: auto;
    aspect-ratio: 350/438;
  }
}

.p-top-about__img .--top-about2-sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: auto;
  aspect-ratio: 1;
}

@media screen and (max-width: 767px) {
  .p-top-about__img .--top-about2-sub {
    width: 8.75rem;
  }
}

.p-top-about__img .--top-about2 {
  width: 31.25rem;
  height: auto;
  aspect-ratio: 1;
  margin-block-start: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-about__img .--top-about2 {
    margin-block-start: 4.375rem;
    width: calc(100% - 4.375rem);
  }
}

.p-top-about__img .--top-about3-sub1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: auto;
  aspect-ratio: 1;
}

@media screen and (max-width: 767px) {
  .p-top-about__img .--top-about3-sub1 {
    width: 6.25rem;
  }
}

.p-top-about__img .--top-about3-sub1 figcaption {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-top-about__img .--top-about3-sub1 figcaption {
    margin-block-start: 0;
    margin-block-end: 1rem;
  }
}

.p-top-about__img .--top-about3 {
  width: 28.125rem;
  height: auto;
  aspect-ratio: 1;
  margin-block-start: 7.1875rem;
  margin-inline-start: 9.0625rem;
}

@media screen and (max-width: 767px) {
  .p-top-about__img .--top-about3 {
    width: calc(100% - 4.375rem);
    margin-inline-start: 2.1875rem;
    margin-block-start: 5rem;
  }
}

.p-top-about__img .--top-about3-sub2 {
  position: absolute;
  bottom: -4.0625rem;
  left: 0;
  width: 12.5rem;
  height: auto;
  aspect-ratio: 1;
}

@media screen and (max-width: 767px) {
  .p-top-about__img .--top-about3-sub2 {
    width: 6.25rem;
    bottom: 0;
  }
}

.p-top-about__img figcaption {
  margin-block-start: 1.5rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-top-about__img figcaption {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__img figcaption {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-about__img figcaption {
    font-size: 0.75rem;
  }
}

.p-top-about__btns {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-about__btns {
    margin-block-end: 3.125rem;
  }

  .p-top-about__btns.--item2 {
    margin-block-end: 0;
    margin-block-start: 3.125rem;
    margin-inline-start: auto;
  }
}

.p-top-about__btn {
  padding: 0.625rem 2.0625rem;
  background: #fff;
  border-radius: 100vmax;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "pwid" on, "palt" on;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}

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

@media (any-hover: hover) {
  .p-top-about__btn:hover {
    background: #01ade7;
    color: #fff;
    border: 1px solid #01ade7;
  }
}

.p-top-about__swiper {
  margin-block-end: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-about__swiper {
    margin-block-end: 3.75rem;
  }
}

.p-top-about__swiper .swiper-slide {
  color: #dfd2cb;
}

.p-top-menu {
  position: relative;
  z-index: 3;
  background: #fff;
  padding-block: 9.375rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu {
    padding-block: 6.25rem 4.8125rem;
  }
}

.p-top-menu__head {
  margin-block: 2.5rem 8.25rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  width: fit-content;
  margin-inline: auto;
}

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

@media screen and (max-width: 767px) {
  .p-top-menu__head {
    margin-block: 3.125rem 5rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-menu__head {
    font-size: 0.875rem;
  }
}

.p-top-menu__links {
  margin-block-end: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu__links {
    margin-block-end: 3.125rem;
  }
}

.p-top-menu__link {
  display: block;
  padding-inline-start: 5rem;
  display: grid;
  grid-template-columns: 16.875rem 21.25rem auto;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .p-top-menu__link {
    grid-template-columns: 18.75rem 29.375rem auto;
  }
}

.p-top-menu__link.--link4 {
  align-items: flex-start;
}

.p-top-menu__link.--link4 .p-top-menu__link-head {
  margin-block-start: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link.--link4 .p-top-menu__link-head {
    margin-block-start: 0;
  }
}

@media (min-width: 768px) {
  .p-top-menu__link.--link5 .p-top-menu__link-head {
    margin-block-start: 0.9375rem;
  }

  .p-top-menu__link.--link5 .p-top-menu__link-text {
    margin-block-start: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-menu__link {
    padding: 1.875rem 1.25rem;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }
}

.p-top-menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3.125rem;
  width: 0.9375rem;
  height: 1.875rem;
  background: url(../img/top-menu-arrow.svg) no-repeat center center/contain;
  opacity: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link::after {
    opacity: 1;
    top: 2.1875rem;
    right: 1.25rem;
    translate: unset;
    width: 0.625rem;
    height: 1.125rem;
  }
}

.p-top-menu__link::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.2509803922);
  opacity: 0;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-menu__link:hover::before {
    opacity: 1;
  }

  .p-top-menu__link:hover::after {
    opacity: 1;
    translate: 1.25rem -50%;
  }
}

.p-top-menu__link.--link1 {
  border-radius: 12px 12px 0 0;
  margin-block-end: 1px;
  padding-block: 3.4375rem 2.9375rem;
  background: url(../img/top-menu_bg1_v3.png) no-repeat right center/cover;
}

.p-top-menu__link.--link1::after {
  background: url(../img/top-menu-arrow_black.svg) no-repeat center
    center/contain;
}

@media (max-width: 1100px) {
  .p-top-menu__link.--link1 {
    padding-block: 3.4375rem 4.4875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-menu__link.--link1 {
    padding-block: 1.25rem 1.5625rem;
    background: url(../img/top-menu_bg1_sp_v2.png) no-repeat right center/cover;
  }
}

.p-top-menu__link.--link2 {
  margin-block-end: 1px;
  padding-block: 3.625rem 4.0625rem;
  background: url(../img/top-menu_bg2_v3.png) no-repeat right center/cover;
}

.p-top-menu__link.--link2::after {
  background: url(../img/top-menu-arrow_black.svg) no-repeat center
    center/contain;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link.--link2 {
    padding-block: 1.25rem 1.75rem;
    background: url(../img/top-menu_bg2_sp_v2.png) no-repeat right center/cover;
  }
}

.p-top-menu__link.--link3 {
  border-radius: 0 0 12px 12px;
  padding-block: 3.9375rem 3.75rem;
  margin-block-end: 1.25rem;
  background: url(../img/top-menu_bg3_v3.png) no-repeat right center/cover;
}

.p-top-menu__link.--link3::after {
  background: url(../img/top-menu-arrow_black.svg) no-repeat center
    center/contain;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link.--link3 {
    padding-block: 1.125rem 1.6875rem;
    background: url(../img/top-menu_bg3_sp_v2.png) no-repeat right center/cover;
  }
}

.p-top-menu__link.--link4 {
  border-radius: 20px;
  margin-block-end: 1.25rem;
  padding-block: 3.4375rem 3.375rem;
  background: url(../img/top-menu_bg4.png) no-repeat right center/cover;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link.--link4 {
    padding-block: 1.5625rem;
    background: url(../img/top-menu_bg4_sp.png) no-repeat right center/cover;
  }
}

.p-top-menu__link.--link5 {
  border-radius: 20px;
  padding-block: 3.625rem 2.5rem;
  background: url(../img/top-menu_bg5.png) no-repeat right center/cover;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link.--link5 {
    background: url(../img/top-menu_bg5_sp.png) no-repeat right center/cover;
    padding-block: 1.875rem;
  }

  .p-top-menu__link.--link5::after {
    background: url(../img/top-menu-arrow_black.svg) no-repeat center
      center/contain;
  }
}

.p-top-menu__link-head {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-head {
    display: flex;
    align-items: end;
    column-gap: 0.8125rem;
  }
}

.p-top-menu__link-head p:nth-of-type(1) {
  font-size: max(1.625rem, 20.8px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
  font-feature-settings: "pwid" on, "palt" on;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-head p:nth-of-type(1) {
    font-size: 1.625rem;
  }
}

@media (max-width: 980px) {
  .p-top-menu__link-head p:nth-of-type(1) {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-head p:nth-of-type(1) {
    font-size: max(1.125rem, 14.4px);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-menu__link-head p:nth-of-type(1) {
    font-size: 1.125rem;
  }
}

.p-top-menu__link-head p:nth-of-type(1) span {
  font-size: max(2.625rem, 33.6px);
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-head p:nth-of-type(1) span {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-head p:nth-of-type(1) span {
    font-size: max(1.75rem, 22.4px);
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-menu__link-head p:nth-of-type(1) span {
    font-size: 1.75rem;
  }
}

.p-top-menu__link-head p:nth-of-type(2) {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-head p:nth-of-type(2) {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-head p:nth-of-type(2) {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-menu__link-head p:nth-of-type(2) {
    font-size: 1rem;
  }
}

.p-top-menu__link-text {
  position: relative;
  z-index: 4;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

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

@media (max-width: 1000px) {
  .p-top-menu__link-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-text {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-block: 1.25rem;
    width: 12.125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-menu__link-text {
    font-size: 0.75rem;
  }
}

.p-top-menu__link-labels {
  position: relative;
  z-index: 4;
  margin-inline-start: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-labels {
    margin-block-start: 0;
    margin-inline-start: 0;
    row-gap: 0.5rem;
  }
}

.p-top-menu__link-labels p {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0.625rem 1.5625rem;
  background: #fff;
  width: fit-content;
}

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

@media screen and (max-width: 767px) {
  .p-top-menu__link-labels p {
    font-size: max(0.6875rem, 8.8px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    padding: 0.1875rem 0.625rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-menu__link-labels p {
    font-size: 0.6875rem;
  }
}

.p-top-menu__link-labels span {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-labels span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-menu__link-labels span {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-menu__link-labels span {
    font-size: 0.75rem;
  }
}

.p-top-menu__btn {
  text-align: center;
}

.p-top-menu__btn a {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 1.25rem 5.8125rem;
  border: 1px solid #404040;
  border-radius: 100vmax;
  transition: all 0.3s ease;
}

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

@media screen and (max-width: 767px) {
  .p-top-menu__btn a {
    padding: 0.8125rem 5.375rem;
  }
}

@media (any-hover: hover) {
  .p-top-menu__btn a:hover {
    background: #01ade7;
    color: #fff;
    border: 1px solid #01ade7;
  }
}

.p-top-promise {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-top-promise {
    width: 100%;
    height: auto;
    aspect-ratio: 390/675;
  }
}

.p-top-promise__bg {
  width: 100%;
  height: 100%;
}

.p-top-promise__bg img {
  object-fit: cover;
}

.p-top-promise__texts {
  position: absolute;
  left: 6.25rem;
  bottom: 8.4375rem;
}

@media (min-width: 768px) {
  .p-top-promise__texts {
    text-shadow: 0 0 4px #000;
  }
}

@media (max-width: 1000px) {
  .p-top-promise__texts {
    bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-promise__texts {
    right: unset;
    bottom: unset;
    top: 20.5128205128vw;
    left: 50%;
    translate: -50%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-promise__texts hgroup p,
  .p-top-promise__texts hgroup h2 {
    color: #000;
  }
}

.p-top-promise__list {
  color: #fff;
  margin-block-start: 4.375rem;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .p-top-promise__list {
    margin-block-start: 2rem;
    color: #000;
  }
}

.p-top-promise__list li {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}

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

@media screen and (max-width: 767px) {
  .p-top-promise__list li {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-promise__list li {
    font-size: 0.875rem;
  }
}

.p-top-faq {
  position: relative;
  z-index: 3;
  background: #fff;
  padding-block: 11.25rem 9.375rem;
}

@media screen and (max-width: 767px) {
  .p-top-faq {
    padding-block: 6.25rem;
  }
}

.p-top-faq__container {
  margin-block: 6.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}

@media screen and (max-width: 767px) {
  .p-top-faq__container {
    margin-block: 3.125rem;
    row-gap: 0;
    width: calc(100% - 2.5rem);
    margin-inline: auto;
  }
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.p-top-faq__item {
  background: #f2f1f1;
  transition: all 0.3s ease;
}

.p-top-faq__item:nth-of-type(even) {
  background: #eaeaea;
}

@media (any-hover: hover) {
  .p-top-faq__item:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-top-faq__question {
  display: flex;
  align-items: flex-start;
  column-gap: 3.3125rem;
  padding: 1.625rem 5.875rem 1.375rem 1.875rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top-faq__question {
    padding: 1.75rem 4rem 1.625rem 1.25rem;
    column-gap: 2.125rem;
  }
}

@media (any-hover: hover) {
  .p-top-faq__question:hover {
    cursor: pointer;
  }
}

.p-top-faq__question-label {
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #98b7dd;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-top-faq__question-label {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-faq__question-label {
    margin-block-start: 0.5rem;
    font-size: max(1.875rem, 24px);
    font-weight: 700;
    line-height: 0.6333333333;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-faq__question-label {
    font-size: 1.875rem;
  }
}

.p-top-faq__question-text {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}

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

@media screen and (max-width: 767px) {
  .p-top-faq__question-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-faq__question-text {
    font-size: 0.875rem;
  }
}

.p-top-faq__answer {
  display: block;
  display: flex;
  align-items: flex-start;
  column-gap: 3.3125rem;
}

@media screen and (max-width: 767px) {
  .p-top-faq__answer {
    padding: 0;
    column-gap: 2.5rem;
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-top-faq__answer-label {
  color: #e47665;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Inter", sans-serif;
  position: sticky;
  top: 0rem;
}

@media screen and (max-width: 767px) {
  .p-top-faq__answer-label {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-faq__answer-label {
    font-size: max(1.875rem, 24px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    position: relative;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-faq__answer-label {
    font-size: 1.875rem;
  }
}

.p-top-faq__answer-text {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}

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

@media screen and (max-width: 767px) {
  .p-top-faq__answer-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-faq__answer-text {
    font-size: 0.875rem;
  }
}

.p-top-faq__answer-text a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-faq__answer-text a:hover {
    opacity: 0.7;
  }
}

.p-top-faq__icon {
  position: absolute;
  display: block;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  translate: 0 -50%;
  right: 1.875rem;
  padding: 0.5rem;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-top-faq__icon {
    top: 50%;
    translate: 0 -50%;
    right: 1.25rem;
  }
}

.p-top-faq__icon::before,
.p-top-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
}

.p-top-faq__icon::before {
  left: 50%;
  translate: -50% -50%;
  width: 0.9375rem;
  height: 0.1875rem;
}

.p-top-faq__icon::after {
  left: 0.875rem;
  width: 0.1875rem;
  height: 0.9375rem;
  transition: rotate 0.3s ease;
}

.p-top-faq__btn {
  text-align: center;
}

.p-top-faq__btn a {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 1.3125rem 5.8125rem;
  color: #fff;
  background: #3fb971;
  border-radius: 100vmax;
  border: 1px solid #3fb971;
  transition: opacity 0.3s ease;
}

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

@media screen and (max-width: 767px) {
  .p-top-faq__btn a {
    padding: 0.8125rem 2.375rem;
  }
}

@media (any-hover: hover) {
  .p-top-faq__btn a:hover {
    opacity: 0.7;
  }
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

dialog::backdrop {
  opacity: 0;
  transition: background 0.3s ease-in-out;
}

dialog.js-show.modal__content {
  opacity: 1;
}

dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}

.modal__content {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: min(730px, 95%);
  height: fit-content;
  max-height: 80vh;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .modal__content {
    max-height: 90vh;
  }
}

.modal__inner {
  position: relative;
  z-index: 10;
  height: auto;
  max-height: 80vh;
  padding: 4.375rem 6.25rem 3.75rem 5rem;
}

@media screen and (max-width: 767px) {
  .modal__inner {
    max-height: 90vh;
    padding: 2.5rem 1.25rem 1.625rem 1.25rem;
  }
}

.modal__body {
  overflow-y: auto;
  height: auto;
  max-height: calc(80vh - 9.375rem);
  padding-inline-end: 2.5rem;
  outline: none !important;
}

@media screen and (max-width: 767px) {
  .modal__body {
    max-height: calc(90vh - 7.875rem);
  }
}

.modal__body-scroll {
  height: fit-content;
}

.modal__close-btn {
  position: absolute;
  z-index: 11;
  top: 1.875rem;
  right: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .modal__close-btn:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.p-top-links {
  position: relative;
  z-index: 3;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-block-end: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-top-links {
    grid-template-columns: 1fr;
    row-gap: 5rem;
    padding-block-end: 5rem;
  }
}

.p-top-link {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

@media (any-hover: hover) {
  .p-top-link:hover .p-top-link__bg img {
    scale: 1.1;
  }

  .p-top-link:hover .p-top-link-text svg {
    translate: 6px;
  }
}

.p-top-link__bg {
  width: 100%;
  height: auto;
  aspect-ratio: 720/600;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-top-link__bg {
    aspect-ratio: 390/325;
  }
}

.p-top-link__bg img {
  transition: scale 0.5s ease;
}

.p-top-link-head {
  position: absolute;
  top: 3.125rem;
  left: 3.125rem;
  width: fit-content;
  font-size: max(1.875rem, 24px);
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: 0em;
  font-feature-settings: "pwid" on, "palt" on;
}

@media screen and (max-width: 767px) {
  .p-top-link-head {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-link-head {
    top: 1.875rem;
    left: 1.25rem;
    font-size: max(1.5rem, 19.2px);
    font-weight: 200;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-link-head {
    font-size: 1.5rem;
  }
}

.p-top-link-text {
  padding: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-top-link-text {
    padding: 1.875rem 1.25rem 0rem;
  }
}

.p-top-link-text span {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  width: 92.4242424242%;
}

@media screen and (max-width: 767px) {
  .p-top-link-text span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-link-text span {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    width: 93.9393939394%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-link-text span {
    font-size: 0.875rem;
  }
}

.p-top-link-text svg {
  width: 7px;
  height: auto;
  transition: translate 0.3s ease;
}

.p-top-sns {
  position: relative;
  z-index: 3;
  background: #fff;
  padding-block: 5.625rem;
  border-block-start: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .p-top-sns {
    padding-block: 4.4375rem 5.6875rem;
  }
}

.p-top-sns__inner {
  width: min(1340px + 5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-top-sns__inner {
    width: 100%;
    padding-inline: 1.25rem;
    flex-direction: column;
    row-gap: 3.125rem;
  }
}

.p-top-sns__head {
  display: flex;
  align-items: center;
  column-gap: 4.625rem;
}

@media screen and (max-width: 767px) {
  .p-top-sns__head {
    align-items: end;
    justify-content: space-between;
  }
}

.p-top-sns__head--en {
  text-transform: uppercase;
  font-size: max(2.5rem, 32px);
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-top-sns__head--en {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-sns__head--en {
    font-size: max(2.125rem, 27.2px);
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-sns__head--en {
    font-size: 2.125rem;
  }
}

.p-top-sns__head--ja {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.0555555556;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-top-sns__head--ja {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-sns__head--ja {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-sns__head--ja {
    font-size: 0.875rem;
  }
}

.p-top-sns__links {
  display: flex;
  align-items: center;
  column-gap: 1.48rem;
}

@media screen and (max-width: 767px) {
  .p-top-sns__links {
    justify-content: center;
  }
}

.p-top-sns__links a {
  display: block;
  width: 1.875rem;
  height: auto;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-sns__links a:hover {
    opacity: 0.7;
  }
}

.p-top-reservation {
  position: relative;
  z-index: 3;
  padding-block: 9.375rem;
  background: #f2f1f1;
}

@media screen and (max-width: 767px) {
  .p-top-reservation {
    padding-block: 6.25rem;
  }
}

.p-top-reservation__main {
  margin-block-start: 6.25rem;
  display: grid;
  grid-template-columns: 1fr 56.7741935484%;
  column-gap: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-top-reservation__main {
    margin-block-start: 3.125rem;
    grid-template-columns: 1fr;
    row-gap: 3.125rem;
  }
}

.p-top-reservation__info {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}

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

@media (max-width: 1000px) {
  .p-top-reservation__info {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-reservation__info {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-reservation__info {
    font-size: 0.875rem;
  }
}

.p-top-reservation__info-row {
  display: grid;
  grid-template-columns: 5.125rem 1fr;
  column-gap: 1rem;
}

@media (max-width: 1100px) {
  .p-top-reservation__info-row {
    grid-template-columns: 6.25rem 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-top-reservation__info-row {
    width: 100%;
    grid-template-columns: 5rem 1fr;
    column-gap: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-reservation__info-row:last-of-type {
    margin-block-start: 1.5rem;
  }
}

.p-top-reservation__info-data .p-top-reservation__info-map {
  margin-block: 1.25rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-top-reservation__info-data .p-top-reservation__info-map {
    margin-block: 0.625rem;
  }
}

.p-top-reservation__info-data.--movie button,
.p-top-reservation__info-data.--movie a {
  display: block;
}

.p-top-reservation__info-data button,
.p-top-reservation__info-data a {
  transition: all 0.3s ease;
}

.p-top-reservation__info-data button span,
.p-top-reservation__info-data a span {
  text-decoration: underline;
}

.p-top-reservation__info-data button .outer-link,
.p-top-reservation__info-data a .outer-link {
  width: 1.5625rem;
}

.p-top-reservation__info-data button .arrow,
.p-top-reservation__info-data a .arrow {
  width: 0.5625rem;
  margin-inline-start: 0.625rem;
}

@media (any-hover: hover) {
  .p-top-reservation__info-data button:hover,
  .p-top-reservation__info-data a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-top-reservation__btn {
  text-align: center;
  margin-block-start: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-reservation__btn {
    margin-block-start: 3.125rem;
  }
}

.p-top-reservation__btn a:nth-of-type(1) {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 1.25rem 5.8125rem;
  background: #e47665;
  border-radius: 100vmax;
  margin-block-end: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-reservation__btn a:nth-of-type(1) {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-reservation__btn a:nth-of-type(1) {
    padding: 0.8125rem 2.5rem;
  }
}

.p-top-reservation__btn a:nth-of-type(2) {
  color: #e47665;
  display: flex;
  justify-content: center;
  align-items: end;
  font-family: "Inter", sans-serif;
}

.p-top-reservation__btn a:nth-of-type(2) span:nth-of-type(1) {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-top-reservation__btn a:nth-of-type(2) span:nth-of-type(1) {
    font-size: 0.875rem;
  }
}

.p-top-reservation__btn a:nth-of-type(2) span:nth-of-type(2) {
  font-size: max(1.75rem, 22.4px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-top-reservation__btn a:nth-of-type(2) span:nth-of-type(2) {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-reservation__btn a:nth-of-type(2) span:nth-of-type(2) {
    font-size: max(1.5rem, 19.2px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-reservation__btn a:nth-of-type(2) span:nth-of-type(2) {
    font-size: 1.5rem;
  }
}

.p-top-reservation__btn a {
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-reservation__btn a:hover {
    opacity: 0.7;
  }
}

.p-top-reservation__calender {
  width: 100%;
  height: 24.4375rem;
  padding: 1rem;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-top-reservation__calender {
    height: 22.375rem;
    padding: 4px 16px;
    border-radius: 0px;
  }
}

.p-top-reservation__calender iframe {
  width: 100%;
  height: 100%;
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

dialog::backdrop {
  opacity: 0;
  transition: background 0.3s ease-in-out;
}

dialog.js-show.p-top-reservation-modal__content {
  opacity: 1;
}

dialog.js-show::backdrop {
  opacity: 1;
  background: hsla(0, 0%, 100%, 0.01);
  backdrop-filter: blur(12px);
}

.p-top-reservation-modal__content {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: min(600px, 100%);
  max-height: 100vh;
}

.p-top-reservation-modal__inner {
  overflow-y: scroll;
  height: 100%;
  position: relative;
}

.p-top-reservation-modal__body {
  height: fit-content;
  padding-block-start: 10vh;
  padding-inline: 5%;
}

.p-top-reservation-modal__body h3 {
  font-size: max(1.875rem, 24px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0em;
  margin-block-end: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-reservation-modal__body h3 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-reservation-modal__body h3 {
    font-size: max(1.25rem, 16px);
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-reservation-modal__body h3 {
    font-size: 1.25rem;
  }
}

.p-top-reservation-modal__body iframe {
  width: 100% !important;
}

.p-top-reservation-modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 7vh;
  right: 1.25rem;
  font-size: 2.5rem;
  font-weight: 100;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-reservation-modal__close-btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

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

.p-top-reservation__calender-text {
  margin-block-start: 1.25rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

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

.p-top-reservation__calender-text a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-reservation__calender-text a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-top-reservation__calender-text {
    margin-block-start: -2.5rem;
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-reservation__calender-text {
    font-size: 0.75rem;
  }
}

.p-top-information {
  position: relative;
  z-index: 3;
  background: #fff;
  padding-block: 9.375rem;
}

@media screen and (max-width: 767px) {
  .p-top-information {
    padding-block: 5.625rem;
  }
}

.p-top-information__container {
  margin-block-start: 5.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 5rem;
  margin-block-end: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-information__container {
    margin-block-start: 3.75rem;
    grid-template-columns: 1fr;
    gap: 1.875rem 0;
    margin-block-end: 3.125rem;
  }
}

.p-top-information__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding-block-end: 3.9375rem;
  border-block-end: 1px solid #bababa;
  transition: border 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-top-information__item {
    grid-template-columns: auto 1fr;
    padding-block-end: 2.625rem;
    align-items: flex-start;
  }
}

@media (any-hover: hover) {
  .p-top-information__item:hover {
    border-block-end: 1px solid #000;
  }
}

.p-top-information__meta {
  margin-inline-end: 2.5rem;
}

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

.p-top-information__date {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01875em;
  margin-block-end: 0.625rem;
  font-family: "Inter", sans-serif;
}

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

@media screen and (max-width: 767px) {
  .p-top-information__date {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-information__date {
    font-size: 0.875rem;
  }
}

.p-top-information__category {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  padding: 0.0625rem 1.0625rem;
  border-radius: 4px;
  background: #164a84;
}

@media screen and (max-width: 767px) {
  .p-top-information__category {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-information__category {
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-information__category {
    font-size: 0.625rem;
  }
}

.p-top-information__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-feature-settings: "pwid" on, "palt" on;
  margin-inline-end: 2.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

@media screen and (max-width: 767px) {
  .p-top-information__text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    margin-inline-end: 0;
    -webkit-line-clamp: 3;
    margin-block-start: -0.375rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-information__text {
    font-size: 0.875rem;
  }
}

.p-top-information__arrow {
  width: 7px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-top-information__arrow {
    display: none;
  }
}

.c-menu__title {
  text-align: center;
  color: #404040;
}

.c-menu__title--en {
  font-family: "Inter", sans-serif;
  font-size: max(2.5rem, 32px);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #656565;
}

@media screen and (max-width: 767px) {
  .c-menu__title--en {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-menu__title--en {
    font-size: max(1.875rem, 24px);
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-menu__title--en {
    font-size: 1.875rem;
  }
}

.c-menu__title--ja {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.0555555556;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-block-start: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-menu__title--ja {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .c-menu__title--ja {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.1875;
    letter-spacing: 0em;
    margin-block-start: 0.3125rem;
  }
}

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

.p-menu-fv {
  background: #fff;
}

.p-menu-fv__title {
  text-align: center;
  margin-block-start: 1.3125rem;
}

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

.p-menu-fv__title--en {
  font-feature-settings: "palt";
  font-size: max(2.75rem, 35.2px);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-menu-fv__title--en {
    font-size: 2.75rem;
  }
}

.p-menu-fv__title--en span {
  margin-inline-end: 0.5rem;
  font-size: max(3.75rem, 48px);
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-menu-fv__title--en span {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-fv__title--en {
    font-size: max(2.125rem, 27.2px);
    font-weight: 100;
    line-height: 1.2941176471;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-fv__title--en {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-fv__title--en span {
    margin-inline-end: 0.25rem;
    font-size: max(3.125rem, 40px);
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-fv__title--en span {
    font-size: 3.125rem;
  }
}

.p-menu-fv__title--ja {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-block-start: -0.625rem;
}

@media screen and (max-width: 767px) {
  .p-menu-fv__title--ja {
    font-size: 1.125rem;
  }
}

.p-menu-fv__mv {
  margin-top: 6.125rem;
  position: sticky;
  z-index: 1;
  top: 0;
  left: 0;
}

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

.p-menu-fv__bg-wrapper {
  position: relative;
  z-index: 5;
  padding-block: 46.25rem 6.875rem;
  margin-top: -37.1875rem;
}

@media screen and (max-width: 767px) {
  .p-menu-fv__bg-wrapper {
    margin-top: -25rem;
    padding-block: 29.5625rem 7.5rem;
  }
}

.p-menu-fv__bg-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  background: url(../img/menu_grade.webp) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .p-menu-fv__bg-wrapper::after {
    background: url(../img/menu_grade-sp.png) no-repeat center top/cover;
    top: unset;
    bottom: -0.25rem;
    width: 100%;
    height: calc(100% - 6.875rem);
  }
}

.p-menu-fv__bg-wrapper.--about {
  padding-block-end: 0;
}

@media screen and (max-width: 767px) {
  .p-menu-fv__bg-wrapper.--about::after {
    bottom: 0.125rem;
  }
}

.p-menu-fv__text-wrapper {
  position: relative;
  margin-inline: auto;
  padding-inline: 3.125rem;
  max-width: 90rem;
}

@media screen and (max-width: 767px) {
  .p-menu-fv__text-wrapper {
    padding-inline: 1.25rem;
  }
}

.p-menu-fv__text {
  text-align: center;
  font-weight: 400;
  line-height: 2.4;
  font-size: max(1.125rem, 12.8px);
}

@media screen and (max-width: 767px) {
  .p-menu-fv__text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-menu-recommend {
  padding-block: 11.25rem 9.375rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-menu-recommend {
    padding-block: 6.25rem 5rem;
  }
}

.p-menu-recommend__title {
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #404040;
}

@media screen and (max-width: 767px) {
  .p-menu-recommend__title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-recommend__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-recommend__title {
    font-size: 1.5rem;
  }
}

.p-menu-recommend__lists {
  margin-block-start: 5.25rem;
}

@media screen and (max-width: 767px) {
  .p-menu-recommend__lists {
    margin-block-start: 3.125rem;
  }
}

.p-menu-recommend__list {
  display: flex;
  column-gap: 0;
  border-radius: 1.25rem 1.25rem 0px 0px;
  overflow: hidden;
}

.p-menu-recommend__item {
  width: 50%;
  padding: 1.6875rem 0;
  background: #f2f1f1;
  color: #404040;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-menu-recommend__item {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-recommend__item {
    padding: 1.0625rem 0;
  }
}

.p-menu-recommend__item:nth-of-type(1) {
  border-radius: 1.25rem 0 0 0;
}

.p-menu-recommend__item:nth-of-type(2) {
  border-radius: 0 1.25rem 0 0;
}

.p-menu-recommend__item[aria-selected="true"] {
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  border-block-start: 1px solid #d9d9d9;
  border-inline: 1px solid #d9d9d9;
}

.p-menu-recommend__item[aria-selected="false"] {
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-menu-recommend__item[aria-selected="false"]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-menu-recommend__contents {
  width: 100%;
  margin-inline: auto;
}

.p-menu-recommend__content {
  padding-block: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-menu-recommend__content {
    padding-block-start: 0;
  }
}

.p-menu-recommend__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.3s ease;
}

.p-menu-recommend__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: fit-content;
}

.p-menu-recommend__content-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem 3.75rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-menu-recommend__content-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.5rem;
    width: 100%;
    padding-block-start: 3.125rem;
  }
}

.p-menu-recommend__content-item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  padding-block-end: 1.5rem;
  border-block-end: 1px solid #bababa;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-menu-recommend__content-item {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-recommend__content-item {
    width: 100%;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0em;
    column-gap: 0.9375rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-recommend__content-item {
    font-size: 1rem;
  }
}

.p-menu-recommend__content-item::before {
  content: "";
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/icon_check.svg) no-repeat center center/contain;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-menu-recommend__content-item::before {
    width: 1.5rem;
  }
}

.p-menu-information {
  padding-block: 9.375rem 6.875rem;
  padding-inline: 6.25rem;
  border-radius: 20px;
  background: #e9e4e1;
  width: min(83.75rem, 100% - 6.25rem);
  margin-inline: auto;
}

@media (max-width: 1200px) {
  .p-menu-information {
    padding-block: 6.25rem;
    padding-inline: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-information {
    padding-block: 5rem;
    padding-inline: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}

.p-menu-information__lists {
  margin-block-start: 4.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-menu-information__lists {
    margin-block-start: 3.125rem;
    grid-template-columns: 1fr;
  }
}

.p-menu-information__list + .p-menu-information__list {
  margin-block-start: 0;
}

.p-menu-information__list {
  border-block-start: 1px solid #d9d9d9;
}

.p-menu-information__item {
  display: flex;
  padding-block: 1.25rem;
  border-block-end: 1px solid #d9d9d9;
}

@media (max-width: 1200px) {
  .p-menu-information__item {
    column-gap: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-information__item {
    column-gap: 1.25rem;
    align-items: flex-start;
  }
}

.p-menu-information__head {
  font-feature-settings: "palt";
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #656565;
  width: 12.5rem;
}

@media screen and (max-width: 767px) {
  .p-menu-information__head {
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  .p-menu-information__head {
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 1.92;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  .p-menu-information__head {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-information__head {
    width: 5.625rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-information__head {
    font-size: 0.875rem;
  }
}

.p-menu-information__info {
  flex: 1;
  font-feature-settings: "palt";
}

.p-menu-information__data {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-menu-information__data {
    font-size: 1.125rem;
  }
}

@media (max-width: 1200px) {
  .p-menu-information__data {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  .p-menu-information__data {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-information__data {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.56875;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-information__data {
    font-size: 1rem;
  }
}

.p-menu-information__remark {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-start: 0.5em;
}

@media screen and (max-width: 767px) {
  .p-menu-information__remark {
    font-size: 1.125rem;
  }
}

@media (max-width: 1200px) {
  .p-menu-information__remark {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.5625;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  .p-menu-information__remark {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-information__remark {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-information__remark {
    font-size: 1rem;
  }
}

.p-menu-flow {
  padding-block: 9.375rem 11.875rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-menu-flow {
    padding-block: 7.5rem 2.5rem;
  }
}

.p-menu-flow__container {
  display: grid;
  grid-template-columns: 1fr 18.75rem;
  column-gap: 6.25rem;
  margin-block-start: 5.75rem;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__container {
    grid-template-columns: 1fr;
    margin-block-start: 0.625rem;
  }
}

.p-menu-flow__list {
  position: relative;
}

.p-menu-flow__list::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 8.375rem;
  width: 5.25rem;
  height: 100%;
  background: linear-gradient(180deg, #fff 0%, #bbcad4 56%, #fff 100%);
}

@media screen and (max-width: 767px) {
  .p-menu-flow__list::after {
    display: none;
  }
}

.p-menu-flow__item {
  padding-block: 2.5rem 3.125rem;
  display: grid;
  grid-template-columns: 3.125rem 12.5rem 1fr;
  column-gap: 3.125rem;
  position: relative;
  z-index: 3;
}

@media (max-width: 1200px) {
  .p-menu-flow__item {
    column-gap: 1.875rem;
    grid-template-columns: 3.125rem 16.25rem 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-flow__item {
    display: block;
    padding-block: 3.125rem 2.5rem;
  }
}

.p-menu-flow__item:not(:last-of-type) {
  border-block-end: 1px solid #dae2e7;
}

.p-menu-flow__item-head {
  display: contents;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__item-head {
    display: flex;
    column-gap: 1.25rem;
  }
}

.p-menu-flow__num {
  color: #01ade7;
  font-family: "Inter", sans-serif;
  font-size: max(2.5rem, 32px);
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__num {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-flow__num {
    display: inline-block;
    font-size: max(2.5rem, 32px);
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-flow__num {
    font-size: 2.5rem;
  }
}

.p-menu-flow__head {
  color: #01ade7;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 3.3333333333;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__head {
    font-size: 1.125rem;
  }
}

@media (max-width: 1200px) {
  .p-menu-flow__head {
    font-size: max(1.0625rem, 13.6px);
    font-weight: 700;
    line-height: 3.5294117647;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  .p-menu-flow__head {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-flow__head {
    display: inline-block;
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 2.0555555556;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-flow__head {
    font-size: 1.125rem;
  }
}

.p-menu-flow__data {
  margin-inline-start: 1.25rem;
  padding-block-start: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__data {
    margin-inline-start: 0;
    padding-block-start: 2.1875rem;
  }
}

.p-menu-flow__data-head {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0em;
  margin-block-end: 1.25rem;
  margin-inline-end: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__data-head {
    font-size: 1rem;
  }
}

.p-menu-flow__data-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__data-text {
    font-size: 1rem;
  }
}

.p-menu-flow__data-text a {
  text-decoration: underline;
  color: #01ade7;
}

.p-menu-flow__data-text + .p-menu-flow__data-head {
  margin-block-start: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__data-text + .p-menu-flow__data-head {
    margin-block-start: 2.5rem;
  }
}

.p-menu-flow__data + .p-menu-flow__data {
  margin-block-start: 3.125rem;
}

.p-menu-flow__data-remark {
  padding: 1.25rem;
  margin-block-start: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid #d9d9d9;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__data-remark {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-flow__data-remark {
    margin-block-start: 2.5rem;
  }
}

.p-menu-flow__img-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  margin-block-start: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__img-wrap {
    column-gap: 1.25rem;
    flex-direction: row;
    margin-block-start: 0;
  }
}

.p-menu-flow__img-wrap + .p-menu-flow__item-head {
  margin-block-start: 3.125rem;
}

.p-menu-flow__special-faq-link-wrap {
  margin-block-start: 1.25rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-menu-flow__special-faq-link-wrap {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-flow__special-faq-link-wrap {
    margin-block-start: 1.25rem;
  }
}

.p-menu-flow__special-faq-link-wrap a {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .p-menu-flow__special-faq-link-wrap a:hover {
    opacity: 0.7;
  }
}

.p-menu-pay {
  padding-block: 9.875rem 6.875rem;
  background: #f2f1f1;
}

@media screen and (max-width: 767px) {
  .p-menu-pay {
    padding-block: 3.125rem;
  }
}

.p-menu-pay__container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-menu-pay__container {
    flex-direction: column;
  }
}

.p-menu-pay__left {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-menu-pay__left {
    flex-direction: column;
  }
}

.p-menu-pay__title {
  font-feature-settings: "palt";
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-inline-end: 10.75rem;
}

@media screen and (max-width: 767px) {
  .p-menu-pay__title {
    font-size: 1.875rem;
  }
}

@media (max-width: 1200px) {
  .p-menu-pay__title {
    margin-inline-end: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-pay__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-pay__title {
    font-size: 1.5rem;
  }
}

.p-menu-pay__text {
  width: 20.625rem;
  color: #404040;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-menu-pay__text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-pay__text {
    margin-block-start: 1.875rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-pay__text {
    font-size: 0.875rem;
  }
}

.p-menu-pay__wrap {
  width: min(27.5rem, 100%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-menu-pay__wrap {
    margin-block-start: 3.125rem;
    column-gap: 1.25rem;
  }
}

.p-menu-pay__head {
  margin-block-start: 1.375rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-menu-pay__head {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-pay__head {
    margin-block-start: 1.25rem;
  }
}

.p-menu-links {
  padding-block: 9.375rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-menu-links {
    padding-block: 5rem 7.5rem;
  }
}

.p-menu-links__title {
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-block-end: 5rem;
}

@media screen and (max-width: 767px) {
  .p-menu-links__title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-links__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-block-end: 0rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-links__title {
    font-size: 1.5rem;
  }
}

.p-menu-links__link-list {
  margin-block-start: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  gap: 2.25rem 3.125rem;
}

@media (max-width: 1020px) {
  .p-menu-links__link-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-menu-links__link-list {
    grid-template-columns: 1fr;
    margin-block-start: 3.125rem;
  }
}

.p-menu-links__link-list a {
  width: 100%;
  display: flex;
  align-items: center;
  padding-block-end: 0.875rem;
  border-block-end: 1px solid #bababa;
  position: relative;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-menu-links__link-list a {
    padding-block-end: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-menu-links__link-list a:hover {
    border-block-end: 1px solid #000;
  }
}

.p-menu-links__link-list span:nth-of-type(1) {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-menu-links__link-list span:nth-of-type(1) {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-links__link-list span:nth-of-type(1) {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-menu-links__link-list span:nth-of-type(1) {
    font-size: 1rem;
  }
}

.p-menu-links__link-list svg {
  position: absolute;
  top: calc(50% - 0.4375rem);
  translate: 0 -50%;
  right: 0;
  width: 0.5625rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-menu-links__link-list svg {
    top: calc(50% - 0.625rem);
  }
}

.p-case-archive {
  margin-top: 5rem;
  margin-bottom: 12.5rem;
}

@media screen and (max-width: 767px) {
  .p-case-archive {
    margin-top: 4.375rem;
    margin-bottom: 7.5rem;
  }
}

.p-case-archive__list {
  display: grid;
  gap: 1.25rem;
}

.p-case-archive__item {
  position: relative;
}

.p-case-archive__link {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding-block: 2.5rem;
  padding-inline: 2.5rem 4.5rem;
  justify-content: space-between;
  border-radius: 1.25rem;
  position: relative;
  z-index: 1;
  transition: opacity 0.9s;
}

.p-case-archive__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #edf0f0 36.29%,
    #e9eced 44.42%,
    #d1d9db 68.17%
  );
  transition: opacity 0.3s;
  z-index: 0;
}

@media (any-hover: hover) {
  .p-case-archive__link:hover:before {
    background: linear-gradient(
      90deg,
      #edf0f0 36.29%,
      #e9eced 44.42%,
      #d1d9db 68.17%
    );
    opacity: 0.6;
  }

  .p-case-archive__link:hover .p-case-archive__arrow {
    translate: 0.375rem -50%;
  }
}

@media screen and (max-width: 767px) {
  .p-case-archive__link {
    display: block;
    padding-block: 2.25rem 1.875rem;
    padding-inline: 1.25rem;
    width: 100%;
    max-width: 21.875rem;
    margin-inline: auto;
  }
}

.p-case-archive__header {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-case-archive__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}

.p-case-archive__case {
  font-family: "Inter", sans-serif;
  font-size: max(2.1875rem, 28px);
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-case-archive__case {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-archive__case {
    font-size: max(1.875rem, 24px);
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.05em;
    translate: 0 0.0625rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-archive__case {
    font-size: 1.875rem;
  }
}

.p-case-archive__age-gender {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-case-archive__age-gender {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-archive__age-gender {
    margin-top: 0;
    font-size: max(1.125rem, 14.4px);
    font-weight: 400;
    line-height: 1.0555555556;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-archive__age-gender {
    font-size: 1.125rem;
  }
}

.p-case-archive__info-list {
  position: relative;
  z-index: 1;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  padding-inline-start: 10rem;
}

@media screen and (max-width: 767px) {
  .p-case-archive__info-list {
    font-size: 1.125rem;
  }
}

@media (max-width: 1200px) {
  .p-case-archive__info-list {
    padding-inline-start: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-archive__info-list {
    margin-top: 2.125rem;
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    padding-inline-start: 0;
    padding-inline-end: 1.875rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-archive__info-list {
    font-size: 1rem;
  }
}

.p-case-archive__info-list p {
  display: grid;
  grid-template-columns: 5rem auto 1fr;
  column-gap: 0.2em;
}

.p-case-archive__info-list p span:nth-of-type(1) {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-case-archive__info-list p {
    grid-template-columns: 4.0625rem auto 1fr;
  }
}

.p-case-archive__info-margin {
  margin-top: 1rem;
}

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

.p-case-archive__compare {
  display: flex;
  gap: 2.421875rem;
}

@media screen and (max-width: 767px) {
  .p-case-archive__compare {
    width: 100%;
    gap: 0;
    justify-content: space-between;
    margin-top: 2.375rem;
  }
}

.p-case-archive__img-wrap {
  position: relative;
  width: 12.5rem;
  height: 12.5rem;
}

@media screen and (max-width: 767px) {
  .p-case-archive__img-wrap {
    width: 9.0625rem;
    height: 9.0625rem;
  }
}

.p-case-archive__img-wrap span {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.0539375;
  letter-spacing: 0em;
  position: absolute;
  min-width: 5rem;
  padding: 0.625rem;
  text-align: center;
  border-radius: 0 0.555rem 0 0.555rem;
  right: -0.125rem;
  top: -0.125rem;
}

@media screen and (max-width: 767px) {
  .p-case-archive__img-wrap span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-archive__img-wrap span {
    font-size: max(0.701375rem, 8.9776px);
    font-weight: 700;
    line-height: 1.0539119587;
    letter-spacing: 0em;
    min-width: 3.50625rem;
    padding-inline: 0.5rem;
    padding-block: 0.5rem 0.5rem;
    right: -0.125rem;
    top: -0.125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-archive__img-wrap span {
    font-size: 0.701375rem;
  }
}

.p-case-archive__img-wrap img {
  border-radius: 0.305rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-case-archive__img-wrap img {
    border-radius: 0.26375rem;
  }
}

.p-case-archive__img-wrap.--before {
  border: 0.25rem solid #fff;
  border-radius: 0.555rem;
}

@media screen and (max-width: 767px) {
  .p-case-archive__img-wrap.--before {
    border: 0.175625rem solid #fff;
    border-radius: 0.38875rem;
  }
}

.p-case-archive__img-wrap.--before span {
  background: #fff;
}

.p-case-archive__img-wrap.--after {
  border: 0.25rem solid #01ade7;
  border-radius: 0.555rem;
}

@media screen and (max-width: 767px) {
  .p-case-archive__img-wrap.--after {
    border: 0.175625rem solid #01ade7;
    border-radius: 0.38875rem;
  }
}

.p-case-archive__img-wrap.--after span {
  background: #01ade7;
  color: #fff;
}

.p-case-archive__arrow {
  width: fit-content;
  height: fit-content;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  translate: 0 -50%;
  transition: translate 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-case-archive__arrow {
    top: 37%;
    right: 1.25rem;
  }
}

.p-case-archive__arrow path {
  width: 1.875rem;
  height: 0.9375rem;
}

.p-case-archive__btn-wrap {
  position: relative;
  margin-top: 6.25rem;
  transition: opacity 0.3s;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-case-archive__btn-wrap {
    margin-top: 3.125rem;
  }
}

@media (any-hover: hover) {
  .p-case-archive__btn-wrap:hover {
    opacity: 0.6;
  }
}

.p-case-archive__btn-wrap button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.p-case-archive__btn {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.5rem;
  height: 4.125rem;
  border: 0.0625rem solid #404040;
  border-radius: 8.125rem;
}

@media screen and (max-width: 767px) {
  .p-case-archive__btn {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-archive__btn {
    width: 15.625rem;
    height: 3.125rem;
  }
}

.p-case-archive__btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-left: 0.3125rem;
  margin-top: 0.1875rem;
}

.p-case-archive__no-posts {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-case-archive__no-posts {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-archive__no-posts {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.5625;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-archive__no-posts {
    font-size: 1rem;
  }
}

.p-case-header__title {
  text-align: center;
  margin-block-start: 1.25rem;
}

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

.p-case-header__filtering {
  margin-top: 6.125rem;
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-case-header__filtering {
    margin-top: 3.125rem;
    flex-wrap: wrap;
    width: 16.25rem;
    flex-wrap: wrap;
    margin-inline: auto;
    gap: 1.25rem 0.625rem;
  }
}

.p-case-header__filtering-block {
  display: flex;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-case-header__filtering-block {
    flex-wrap: wrap;
  }
}

.p-case-header__filtering-block a {
  display: inline-block;
  min-width: 5.625rem;
  padding: 0.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-case-header__filtering-block a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-header__filtering-block a {
    min-width: 5rem;
    padding: 0.4375rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-header__filtering-block a {
    font-size: 0.875rem;
  }
}

.p-case-header__filtering-block a.--active {
  color: #fff;
  background-color: #01ade7;
  border: none;
}

@media (any-hover: hover) {
  .p-case-header__filtering-block
    a:not(.p-case-header__filtering-block a.--active):hover {
    opacity: 0.6;
  }
}

.p-case-single-content {
  width: 55.625rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-case-single-content {
    width: 100%;
  }
}

.p-case-single-content__compare {
  display: flex;
  position: relative;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__compare {
    width: 100%;
    display: grid;
    justify-content: center;
    gap: 2.75rem;
    margin-top: 2.375rem;
  }
}

.p-case-single-content__img-wrap {
  position: relative;
  width: 25.625rem;
  height: 25.625rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__img-wrap {
    width: 100%;
    height: 100%;
  }
}

.p-case-single-content__img-wrap span {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.9368333333;
  letter-spacing: 0em;
  position: absolute;
  min-width: 6.4375rem;
  padding: 0.8125rem;
  text-align: center;
  border-radius: 0 0.555rem 0 0.555rem;
  right: -0.25rem;
  top: -0.25rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__img-wrap span {
    font-size: 1.125rem;
  }
}

.p-case-single-content__img-wrap img {
  border-radius: 0.625rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.p-case-single-content__img-wrap.--before {
  border: 0.5rem solid #d9d9d9;
  border-radius: 1.125rem;
}

.p-case-single-content__img-wrap.--before span {
  background: #d9d9d9;
}

.p-case-single-content__img-wrap.--after {
  border: 0.5rem solid #01ade7;
  border-radius: 1.125rem;
}

.p-case-single-content__img-wrap.--after span {
  background: #01ade7;
  color: #fff;
}

.p-case-single-content__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 47%;
  translate: -50% -50%;
  width: 6.875rem;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-case-single-content__arrow {
    rotate: 90deg;
    left: 50%;
    top: 44%;
  }
}

.p-case-single-content__info-list-wrap {
  display: flex;
  gap: 1.875rem;
  margin-top: 4.6875rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__info-list-wrap {
    margin-top: 3.125rem;
    display: block;
  }
}

.p-case-single-content__info-list {
  flex: 50%;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__info-list:nth-child(2) li:nth-child(1) {
    border-top: none;
  }
}

.p-case-single-content__info-list li {
  padding-block: 1.875rem;
  border-top: 1px solid #d9d9d9;
}

.p-case-single-content__info-list li:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.p-case-single-content__info-item {
  display: flex;
}

.p-case-single-content__info-ttl {
  flex: 0 0 9.375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #656565;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__info-ttl {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single-content__info-ttl {
    flex: 0 0 6.25rem;
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-single-content__info-ttl {
    font-size: 1rem;
  }
}

.p-case-single-content__info-body {
  flex-grow: 0;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__info-body {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single-content__info-body {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-single-content__info-body {
    font-size: 1rem;
  }
}

.p-case-single-content__body {
  margin-block: 9.375rem 12.5rem;
  display: grid;
  gap: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__body {
    margin-block: 6.25rem 5rem;
  }
}

.p-case-single-content__body-ttl {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__body-ttl {
    font-size: 1.125rem;
  }
}

.p-case-single-content__body-sentence {
  margin-top: 1.875rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__body-sentence {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single-content__body-sentence {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-single-content__body-sentence {
    font-size: 0.875rem;
  }
}

.p-case-single-content__btn-wrap {
  width: fit-content;
  margin-inline: auto;
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__btn-wrap {
    margin-top: 5rem;
  }
}

.p-case-single-content__btn {
  min-width: 16.5rem;
  width: 100%;
  text-align: center;
  padding-block: 1.3125rem;
  border-radius: 130px;
  border: 1px solid #404040;
  transition: opacity 0.3s ease;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-case-single-content__btn {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single-content__btn {
    min-width: 15.625rem;
    padding-block: 0.8125rem;
  }
}

@media (any-hover: hover) {
  .p-case-single-content__btn:hover {
    opacity: 0.6;
  }
}

.p-case-single-pagination {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) and (470px <=width) {
  .p-case-single-pagination {
    width: 100%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination:not(:has(.p-case-single-pagination__link.--next))
    .p-case-single-pagination__link,
  .p-case-single-pagination:not(:has(.p-case-single-pagination__link.--prev))
    .p-case-single-pagination__link {
    justify-content: center !important;
    padding-inline: 0 !important;
  }
}

.p-case-single-pagination__link {
  flex: 50%;
  position: relative;
  display: flex;
  gap: 2.8125rem;
  justify-content: center;
  align-items: center;
  padding-block: 2.0625rem;
  transition: background 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination__link {
    gap: 0.9375rem;
    justify-content: end;
    padding-right: 1.4375rem;
    padding-block: 1.1875rem 1.3125rem;
  }

  .p-case-single-pagination__link.--next {
    justify-content: start;
    padding-left: 1.4375rem;
  }
}

@media screen and (max-width: 767px) and (470px <=width) {
  .p-case-single-pagination__link {
    justify-content: center;
    padding-inline: 0;
  }

  .p-case-single-pagination__link.--next {
    justify-content: center;
    padding-inline: 0;
  }
}

@media (any-hover: hover) {
  .p-case-single-pagination__link:hover.--prev {
    background: rgba(233, 236, 237, 0.6);
  }

  .p-case-single-pagination__link:hover.--next {
    background: rgba(244, 246, 246, 0.6);
  }

  .p-case-single-pagination__link:hover .p-case-single-pagination__icon.--prev {
    transform: translateX(-0.375rem);
  }

  .p-case-single-pagination__link:hover .p-case-single-pagination__icon.--next {
    transform: translateX(0.375rem);
  }
}

.p-case-single-pagination__link.--prev {
  background: #f4f6f6;
}

.p-case-single-pagination__link.--next {
  background: #e9eced;
}

.p-case-single-pagination__icon {
  width: fit-content;
  height: fit-content;
  position: absolute;
  transition: transform 0.3s ease;
  width: 0.9375rem;
  height: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination__icon {
    width: 0.6875rem;
    height: 1.375rem;
  }
}

.p-case-single-pagination__icon.--prev {
  left: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination__icon.--prev {
    left: 0.9375rem;
  }
}

.p-case-single-pagination__icon.--next {
  right: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination__icon.--next {
    right: 0.9375rem;
  }
}

.p-case-single-pagination__case {
  font-size: max(2.1875rem, 28px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination__case {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination__case {
    font-size: max(1.305rem, 16.704px);
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-single-pagination__case {
    font-size: 1.305rem;
  }
}

.p-case-single-pagination__age {
  margin-top: 0.8125rem;
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination__age {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination__age {
    margin-top: 0.625rem;
    font-size: max(0.745625rem, 9.544px);
    font-weight: 400;
    line-height: 0.949706622;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-single-pagination__age {
    font-size: 0.745625rem;
  }
}

.p-case-single-pagination__img-wrap {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.555rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-pagination__img-wrap {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.p-case-single-pagination__img {
  object-fit: cover;
  object-position: center;
  border-radius: 0.555rem;
}

.p-case-single-sidebar {
  position: sticky;
  height: fit-content;
  top: 8.375rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-sidebar {
    position: initial;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single-sidebar__header {
    display: flex;
    gap: 1.0625rem;
    align-items: center;
    justify-content: center;
  }
}

.p-case-single-sidebar__case {
  font-size: max(3.125rem, 40px);
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-case-single-sidebar__case {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single-sidebar__case {
    font-size: max(2.5rem, 32px);
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-single-sidebar__case {
    font-size: 2.5rem;
  }
}

.p-case-single-sidebar__age {
  font-size: max(1.875rem, 24px);
  font-weight: 400;
  line-height: 0.6333333333;
  letter-spacing: 0em;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-sidebar__age {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-single-sidebar__age {
    margin-top: 0;
    font-size: max(1.5rem, 19.2px);
    font-weight: 400;
    line-height: 0.7916666667;
    letter-spacing: 0em;
    translate: 0 -0.125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-case-single-sidebar__age {
    font-size: 1.5rem;
  }
}

.p-case-single-sidebar__category {
  margin-top: 2rem;
  display: flex;
  gap: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-case-single-sidebar__category {
    margin-top: 1.875rem;
    justify-content: center;
  }
}

.p-case-single-sidebar__item {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #404040;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-case-single-sidebar__item {
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .p-case-single-sidebar__item:hover {
    opacity: 0.6;
  }
}

.p-case-single-sidebar__btn-wrap {
  margin-top: 1.875rem;
}

.p-case-single-sidebar__btn {
  min-width: 9rem;
  padding: 0.625rem;
  text-align: center;
  border-radius: 5.625rem;
  border: 1px solid #404040;
  transition: opacity 0.3s ease;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-case-single-sidebar__btn {
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .p-case-single-sidebar__btn:hover {
    opacity: 0.6;
  }
}

.p-case-single {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-case-single {
    margin-bottom: 7.5rem;
    margin-top: 4.25rem;
    overflow: hidden;
  }
}

.p-case-single__inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-case-single__inner {
    display: block;
  }
}

.p-about__title {
  text-transform: unset;
}

.p-about-what {
  padding-block: 6.25rem 11rem;
  margin-block-start: -0.625rem;
  position: relative;
  z-index: 2;
  background: #fff;
}

.p-about-what::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 25rem;
  aspect-ratio: 1440/1000;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.05) 11.5%,
    rgba(255, 255, 255, 0.1) 25%,
    #fff 80%
  );
}

@media screen and (max-width: 767px) {
  .p-about-what {
    margin-block-start: 12.5rem;
    padding-block: 0rem 5rem;
  }

  .p-about-what::after {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.05) 6.5%,
      rgba(255, 255, 255, 0.1) 10%,
      #fff 50%
    );
    top: -25rem;
  }
}

.p-about-what__inner {
  position: relative;
  z-index: 4;
}

.p-about-what__title {
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #404040;
  margin-block-end: 5.625rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-what__title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-what__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-block-end: 4.625rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-what__title {
    font-size: 1.5rem;
  }
}

.p-about-what__head {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-block-end: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-about-what__head {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-what__head {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-block-end: 3.125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-what__head {
    font-size: 1.125rem;
  }
}

.p-about-what__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  max-width: 1140px;
}

@media screen and (max-width: 767px) {
  .p-about-what__text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-what__text {
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-what__text {
    font-size: 0.9375rem;
  }
}

.p-about-what__table {
  position: relative;
  margin-block-start: 6.25rem;
  z-index: 2;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-about-what__table {
    margin-block-start: 3.125rem;
  }
}

.p-about-what__table span {
  display: inline;
}

.p-about-what__table table {
  width: 100%;
  border-collapse: collapse;
}

.p-about-what__table th,
.p-about-what__table td {
  border: 1px solid #bababa;
  padding: 0.875rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-about-what__table th,
  .p-about-what__table td {
    padding: 0.4375rem 0 0.4375rem 0.4375rem;
  }
}

.p-about-what__table .narrow-padding th,
.p-about-what__table .narrow-padding td {
  padding: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .p-about-what__table .narrow-padding th,
  .p-about-what__table .narrow-padding td {
    padding: 0.4375rem 0.25rem;
  }
}

.p-about-what__table th:nth-of-type(1) {
  width: 7.0625rem;
}

.p-about-what__table th:nth-of-type(2) {
  width: 23.4375rem;
}

.p-about-what__table th:nth-of-type(3) {
  width: 23.4375rem;
}

.p-about-what__table th:nth-of-type(4) {
  width: 23.4375rem;
}

@media (max-width: 1100px) {
  .p-about-what__table th:nth-of-type(1) {
    width: 110px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 767px) {
  .p-about-what__table th:nth-of-type(1) {
    width: 70px;
  }
}

@media (max-width: 1100px) {
  .p-about-what__table th:nth-of-type(2) {
    width: 23.4375rem;
  }
}

@media screen and (max-width: 1100px) and (max-width: 767px) {
  .p-about-what__table th:nth-of-type(2) {
    width: 5.125rem;
  }
}

@media (max-width: 1100px) {
  .p-about-what__table th:nth-of-type(3) {
    width: 23.4375rem;
  }
}

@media screen and (max-width: 1100px) and (max-width: 767px) {
  .p-about-what__table th:nth-of-type(3) {
    width: 5.125rem;
  }
}

@media (max-width: 1100px) {
  .p-about-what__table th:nth-of-type(4) {
    width: 23.4375rem;
  }
}

@media screen and (max-width: 1100px) and (max-width: 767px) {
  .p-about-what__table th:nth-of-type(4) {
    width: 5.75rem;
  }
}

.p-about-what__table th.--heading {
  background: #e9eced;
  vertical-align: middle;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-about-what__table th.--heading {
    font-size: 1rem;
  }
}

.p-about-what__table th.--heading.--text-align-start {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-about-what__table th.--heading {
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-what__table th.--heading {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-what__table th.--heading span {
    font-size: max(0.625rem, 8px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-what__table th.--heading span {
    font-size: 0.625rem;
  }
}

.p-about-what__table td:nth-of-type(1),
.p-about-what__table th.--blank {
  background: #f4f6f6;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-about-what__table td:nth-of-type(1),
  .p-about-what__table th.--blank {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-what__table td:nth-of-type(1),
  .p-about-what__table th.--blank {
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-what__table td:nth-of-type(1),
  .p-about-what__table th.--blank {
    font-size: 0.75rem;
  }
}

.p-about-what__table .highlight {
  color: #e47665;
  font-weight: bold;
}

.p-about-what__table td {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-about-what__table td {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-what__table td {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-what__table td {
    font-size: 0.75rem;
  }
}

.p-about-what__table ul li {
  position: relative;
  list-style-type: none;
  padding-inline-start: 1.4em;
}

@media screen and (max-width: 767px) {
  .p-about-what__table ul li {
    padding-inline-start: 1.2em;
  }
}

.p-about-what__table ul li::after {
  content: "";
  position: absolute;
  width: 0.4375rem;
  height: auto;
  aspect-ratio: 1;
  background: #404040;
  border-radius: 50%;
  top: 0.55em;
  left: 0.25rem;
}

@media screen and (max-width: 767px) {
  .p-about-what__table ul li::after {
    width: 0.25rem;
    left: 0.25rem;
    top: 0.6em;
  }
}

.p-about-what__table .highlight ul li::after {
  background: #e47665;
}

.p-about-what__table .fw700 {
  font-weight: 700 !important;
}

.p-about-feature {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-block-start: 10.375rem;
}

@media screen and (max-width: 767px) {
  .p-about-feature {
    margin-block-start: 5rem;
  }
}

.p-about-feature__container {
  background: #e9e4e1;
  border-radius: 2.5rem;
  padding: 6.25rem 3.125rem 3.125rem 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-about-feature__container {
    padding: 5rem 1.25rem 3.125rem;
    border-radius: 1.25rem;
  }
}

.p-about-feature__title {
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-feature__title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-feature__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-feature__title {
    font-size: 1.5rem;
  }
}

.p-about-feature__contents {
  margin-block-start: 5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-about-feature__contents {
    margin-block-start: 3.125rem;
  }
}

.p-about-feature__item {
  display: grid;
  grid-template-columns: 10.125rem 29.0625rem 1fr;
  align-items: center;
  background: #fff;
  border-radius: 1.25rem;
  padding: 0.75rem 2.8125rem 0.625rem 3.125rem;
}

@media (max-width: 1000px) {
  .p-about-feature__item {
    grid-template-columns: 8.25rem 29.0625rem 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-about-feature__item {
    grid-template-columns: repeat(1, 1fr);
    padding: 2.5rem 1rem 2.75rem 1.25rem;
  }
}

.p-about-feature__item.--1 {
  padding-block: 1.75rem;
}

.p-about-feature__item.--2 {
  padding-block: 2.6875rem 1.6875rem;
}

.p-about-feature__item-num {
  font-family: "Inter", sans-serif;
  font-size: max(6.25rem, 80px);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0em;
  color: #01ade7;
}

@media screen and (max-width: 767px) {
  .p-about-feature__item-num {
    font-size: 6.25rem;
  }
}

@media (max-width: 1000px) {
  .p-about-feature__item-num {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-feature__item-num {
    font-size: max(3.75rem, 48px);
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.005em;
    margin-block-end: 1.875rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-feature__item-num {
    font-size: 3.75rem;
  }
}

.p-about-feature__item-texts {
  padding-inline-end: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-about-feature__item-texts {
    padding-inline-end: 0;
  }
}

.p-about-feature__item-texts-head {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-end: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-about-feature__item-texts-head {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .p-about-feature__item-texts-head {
    font-feature-settings: "palt";
  }
}

@media screen and (max-width: 767px) {
  .p-about-feature__item-texts-head {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-block-end: 1.5rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-feature__item-texts-head {
    font-size: 1.125rem;
  }
}

.p-about-feature__item-texts-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-about-feature__item-texts-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-feature__item-texts-text {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    margin-block-end: 1.6875rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-feature__item-texts-text {
    font-size: 1rem;
  }
}

.p-about-feature__item-img {
  text-align: center;
  width: 100%;
}

.p-about-feature__item-img.--img1 img {
  width: 32.0625rem;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-about-feature__item-img.--img1 img {
    width: 18.125rem;
    margin-inline-start: -0.625rem;
  }
}

.p-about-feature__item-img.--img2 img {
  width: 23.5rem;
  max-width: 85%;
}

@media screen and (max-width: 767px) {
  .p-about-feature__item-img.--img2 img {
    width: 17.25rem;
    max-width: unset;
    margin-inline-start: -0.25rem;
  }
}

.p-about-feature__item-img.--img3 img {
  width: 21.0625rem;
  max-width: 85%;
}

@media screen and (max-width: 767px) {
  .p-about-feature__item-img.--img3 img {
    width: 16.625rem;
    max-width: unset;
  }
}

.p-about-feature__bottom-contents {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  margin-block-start: 1.25rem;
}

.p-about-feature__bottom-item {
  display: grid;
  grid-template-columns: 10.125rem 1fr 32.5625rem;
  align-items: center;
  padding: 3.625rem 3.125rem;
  background: #fff;
  border-radius: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-about-feature__bottom-item {
    grid-template-columns: repeat(1, 1fr);
    padding: 2.5rem 1rem 2.8125rem 1.25rem;
  }
}

.p-about-feature__bottom-item-num {
  font-family: "Inter", sans-serif;
  font-size: max(6.25rem, 80px);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0em;
  color: #01ade7;
}

@media screen and (max-width: 767px) {
  .p-about-feature__bottom-item-num {
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-feature__bottom-item-num {
    font-size: max(3.75rem, 48px);
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0em;
    margin-block-end: 2.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-feature__bottom-item-num {
    font-size: 3.75rem;
  }
}

.p-about-feature__bottom-item-texts-head {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-about-feature__bottom-item-texts-head {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-feature__bottom-item-texts-head {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-block-end: 1.5rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-feature__bottom-item-texts-head {
    font-size: 1.125rem;
  }
}

.p-about-feature__bottom-item-texts-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-about-feature__bottom-item-texts-text {
    font-size: 1rem;
  }
}

.p-about-only {
  padding-block: 9.375rem 6.25rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-about-only {
    padding-block: 6.25rem;
  }
}

.p-about-only__title {
  text-align: center;
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-about-only__title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-only__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-only__title {
    font-size: 1.5rem;
  }
}

.p-about-only__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 1.25rem;
  margin-block-start: 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-about-only__container {
    flex-direction: column;
    row-gap: 3.125rem;
    margin-block-start: 3rem;
  }
}

.p-about-only__text-wrap {
  width: 37rem;
  max-width: 100%;
}

.p-about-only__head {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-block-end: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-about-only__head {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-only__head {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-block-end: 1.25rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-only__head {
    font-size: 1.125rem;
  }
}

.p-about-only__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-about-only__text {
    font-size: 1rem;
  }
}

.p-about-only__award {
  width: 32.8125rem;
  height: 22.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f1f1;
}

.p-about-only__award img {
  width: 10.3125rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-about-only__award {
    width: 100%;
    height: auto;
    aspect-ratio: 350/240;
  }

  .p-about-only__award img {
    width: 7.0625rem;
    height: auto;
  }
}

.p-about-case {
  padding-block-start: 6.25rem;
  background: #f2f1f1;
}

@media screen and (max-width: 767px) {
  .p-about-case {
    padding-block-start: 0;
    background: #fff;
  }
}

.p-about-case__title {
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-block: 0 6.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-case__title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-case__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-block: 0 3.125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-case__title {
    font-size: 1.5rem;
  }
}

.p-about-case__head {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-block-end: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-about-case__head {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-case__head {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-block-end: 1.75rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about-case__head {
    font-size: 1.125rem;
  }
}

.p-about-case__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-block-end: 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-about-case__text {
    font-size: 1rem;
  }
}

.p-about-case__img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: auto;
  aspect-ratio: 1440/270;
}

@media screen and (max-width: 767px) {
  .p-about-case__img-wrap {
    grid-template-columns: repeat(1, 1fr);
    aspect-ratio: unset;
  }
}

.p-about-case__link {
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}

.p-about-case__link span {
  position: absolute;
  z-index: 2;
  display: block;
  top: 1.875rem;
  left: 1.875rem;
  width: fit-content;
  height: auto;
  font-size: max(1.5rem, 19.2px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
}

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

@media screen and (max-width: 767px) {
  .p-about-case__link span {
    top: 1.375rem;
    font-size: max(1.25rem, 16px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

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

.p-about-case__link img {
  position: absolute;
  z-index: 1;
  inset: 0;
}

@media screen and (max-width: 767px) {
  .p-about-case__link img {
    position: relative;
  }
}

@media (any-hover: hover) {
  .p-about-case__link:hover {
    opacity: 0.7;
  }
}

.p-sub-message-introduction {
  background-color: #fff;
  padding-block: 3.125rem 10.75rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction {
    padding-block: 1.25rem 7.5rem;
  }
}

.p-sub-message-introduction__image-inner {
  padding-inline: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__image-inner {
    padding-inline: 1.25rem;
  }
}

.p-sub-message-introduction__image-wrapper {
  position: relative;
}

.p-sub-message-introduction__image-wrapper .p-sub-message-introduction__image {
  width: 100%;
}

.p-sub-message-introduction__title {
  position: absolute;
  top: 5rem;
  left: 5rem;
  font-size: 1.625rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__title {
    top: 1.6875rem;
    left: 0;
    font-size: 1.5rem;
  }
}

.p-sub-message-introduction__fix {
  position: sticky;
  margin-top: 6.6875rem;
  top: 9.375rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__fix {
    margin-top: 5.3125rem;
  }
}

.p-sub-message-introduction__doctor {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__doctor {
    font-size: 1rem;
  }
}

.p-sub-message-introduction__kana {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0.9375rem;
  letter-spacing: -0.09em;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__kana {
    font-size: 0.75rem;
  }
}

.p-sub-message-introduction__name-wrapper {
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__name-wrapper {
    display: flex;
    gap: 0.625rem;
    align-items: end;
  }
}

.p-sub-message-introduction__name {
  font-size: 1.875rem;
  font-weight: 400;
}

.p-sub-message-introduction__en-name {
  font-size: max(1rem, 12.8px);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__en-name {
    font-size: 1rem;
  }
}

.p-sub-message-introduction__fix-image {
  margin-top: 3.3125rem;
  aspect-ratio: 200/200;
  width: 12.5rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__fix-image {
    margin-inline: auto;
    margin-top: 3.125rem;
  }
}

.p-sub-message-introduction__item-wrapper {
  margin-top: 14.875rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__item-wrapper {
    margin-top: 4.375rem;
  }
}

.p-sub-message-introduction__text {
  line-height: 1.8;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__text {
    font-size: 1rem;
  }
}

.p-sub-message-introduction__items {
  margin-top: 6.1875rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__items {
    margin-top: 5rem;
  }
}

.p-sub-message-introduction__item--flex dd {
  display: flex;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__item--flex dd {
    margin-top: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__item--flex
    dd
    .p-sub-message-introduction__item--nowrap {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__item--flex dd:first-of-type {
    margin-top: 0;
  }
}

.p-sub-message-introduction__item--indentation dd {
  padding-left: 1.5em;
  text-indent: -1em;
}

.p-sub-message-introduction__item--grid {
  display: grid;
  grid-template-areas: "title title title" "text1 image ." "text2 image ." "text3 image ." "text4 image .";
  grid-template-columns: auto 9.25rem 1fr;
  grid-template-rows: auto min-content min-content min-content 1fr;
  grid-column-gap: 3.4375rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__item--grid {
    grid-template-areas: "title title" "image text1" "image text2" "image text3" "image text4";
    grid-template-columns: 7.3125rem 1fr;
    grid-column-gap: 1.875rem;
  }
}

.p-sub-message-introduction__item dt {
  font-weight: 700;
  padding-bottom: 1.875rem;
  border-bottom: solid 0.0625rem #d9d9d9;
  margin-bottom: 1.875rem;
  font-size: max(1.125rem, 12.8px);
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__item dt {
    font-size: 1.125rem;
  }
}

.p-sub-message-introduction__item dd {
  line-height: 1.8;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__item dd {
    width: 100%;
    font-size: 1rem;
  }
}

.p-sub-message-introduction__item--grid dt {
  grid-area: title;
}

.p-sub-message-introduction__item--grid dd {
  height: min-content;
  width: fit-content;
  padding-left: 1.5em;
  text-indent: -1em;
}

.p-sub-message-introduction__item--grid dd:last-child {
  padding-left: 0;
  text-indent: 0;
}

.p-sub-message-introduction__item--grid dd:nth-of-type(1) {
  grid-area: text1;
}

.p-sub-message-introduction__item--grid dd:nth-of-type(2) {
  grid-area: text2;
}

.p-sub-message-introduction__item--grid dd:nth-of-type(3) {
  grid-area: text3;
}

.p-sub-message-introduction__item--grid dd:nth-of-type(4) {
  grid-area: text4;
  align-self: start;
}

.p-sub-message-introduction__item + .p-sub-message-introduction__item {
  margin-top: 3.125rem;
}

.p-sub-message-introduction__item-image {
  grid-area: image;
}

.p-sub-message-introduction__item-image img {
  aspect-ratio: 148/210;
}

.p-sub-message-introduction__item-link {
  text-decoration: underline;
  display: inline;
}

.p-sub-message-introduction__links {
  position: relative;
  z-index: 3;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__links {
    grid-template-columns: 1fr;
    row-gap: 2.875rem;
  }
}

.p-sub-message-introduction__link {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

@media (any-hover: hover) {
  .p-sub-message-introduction__link:hover
    .p-sub-message-introduction__link-bg
    img {
    scale: 1.1;
  }

  .p-sub-message-introduction__link:hover
    .p-sub-message-introduction__link-text
    svg {
    translate: 6px;
  }
}

.p-sub-message-introduction__link-bg {
  width: 100%;
  height: auto;
  aspect-ratio: 480/400;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__link-bg {
    aspect-ratio: 390/280;
  }
}

.p-sub-message-introduction__link-bg img {
  transition: scale 0.5s ease;
}

.p-sub-message-introduction__link-head {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 200;
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__link-head {
    top: 1.25rem;
    left: 1.25rem;
    font-weight: 200;
    font-size: 1.375rem;
  }
}

.p-sub-message-introduction__link:nth-of-type(2)
  .p-sub-message-introduction__link-head {
  color: #404040;
}

.p-sub-message-introduction__link-text {
  padding: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__link-text {
    padding: 1.0625rem 1.25rem 0rem;
  }
}

.p-sub-message-introduction__link-text span {
  font-weight: 400;
  width: 95.2380952381%;
  font-size: max(1rem, 12.8px);
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__link-text span {
    font-size: 0.875rem;
    width: 96.2857142857%;
  }
}

.p-sub-message-introduction__link-text svg {
  width: 9px;
  height: auto;
  transition: translate 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__link-text svg {
    width: 7px;
  }
}

.p-sub-message-introduction__subhead {
  font-weight: 700;
  padding-bottom: 1.875rem;
  margin-top: 5.625rem;
  font-size: max(1.125rem, 12.8px);
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__subhead {
    font-size: 1.125rem;
  }
}

.p-sub-message-introduction__item--flex aside {
  width: 100px;
  flex-shrink: 0;
}

.p-sub-message-introduction__divergence {
  margin: 50px 0;
  border-bottom: solid 0.0625rem #d9d9d9;
}

.p-sub-message-introduction__patent--description {
  margin-bottom: 2rem;
  line-height: 2;
  font-size: max(1rem, 12.8px);
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__patent--description {
    font-size: 12px;
  }
}

.p-sub-message-introduction__item--patent {
  border-collapse: separate;
  border-spacing: 0;
}

.p-sub-message-introduction__item--patent th,
.p-sub-message-introduction__item--patent td {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.p-sub-message-introduction__item--patent th:first-child,
.p-sub-message-introduction__item--patent td:first-child {
  padding-right: 20px;
}

.p-sub-message-introduction__patent dt {
  padding-bottom: 1rem;
  line-height: 1.5rem;
}

.p-sub-message-introduction__patent dd {
  padding: 0;
}

.p-sub-message-message__title {
  text-align: center;
  margin-block-start: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__title {
    margin-top: 4.0625rem;
  }
}

.p-sub-message-message__mv {
  margin-top: 6.125rem;
  position: sticky;
  z-index: 1;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__mv {
    margin-top: 5rem;
  }
}

.p-sub-message-message__bg-wrapper {
  position: relative;
  z-index: 5;
  padding-block: 45.125rem 16.9375rem;
  margin-top: -30.9375rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__bg-wrapper {
    margin-top: -13.25rem;
    padding-block: 42.0625rem 20.0625rem;
  }
}

.p-sub-message-message__bg-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/message_grade.webp) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__bg-wrapper::after {
    background: url(../img/message_grade-sp.webp) no-repeat center top/cover;
  }
}

.p-sub-message-message__text-wrapper {
  position: relative;
  margin-inline: auto;
  padding-inline: 3.125rem;
  max-width: 90rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__text-wrapper {
    padding-inline: 1.25rem;
  }
}

.p-sub-message-message__textImage {
  position: absolute;
}

.p-sub-message-message__textImage1 {
  top: 9.875rem;
  left: 11.25rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__textImage1 {
    right: calc(50% - 4.0625rem);
    transform: translateX(100%);
    left: auto;
    top: -8.5625rem;
  }
}

.p-sub-message-message__textImage2 {
  top: 26.375rem;
  left: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__textImage2 {
    left: calc(50% - 145px);
    top: -15.4375rem;
  }
}

.p-sub-message-message__textImage3 {
  bottom: -7.625rem;
  left: 18.6875rem;
}

.p-sub-message-message__textImage4 {
  top: -1.625rem;
  right: 9.375rem;
}

@media (max-width: 1100px) {
  .p-sub-message-message__textImage4 {
    right: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__textImage4 {
    top: -18.75rem;
    right: calc(50% - 4.0625rem);
    transform: translateX(100%);
  }
}

.p-sub-message-message__textImage5 {
  top: 18rem;
  right: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__textImage5 {
    right: calc(50% + 5px);
    transform: translateX(100%);
    top: auto;
    bottom: -13.8125rem;
  }
}

.p-sub-message-message__textImage6 {
  bottom: -4.375rem;
  right: 12.25rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__textImage6 {
    left: calc(50% - 145px);
    right: auto;
    bottom: -9.375rem;
    top: auto;
  }
}

.p-sub-message-message__textImage1 img,
.p-sub-message-message__textImage3 img,
.p-sub-message-message__textImage4 img {
  aspect-ratio: 100/100;
  max-width: 6.25rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__textImage1 img,
  .p-sub-message-message__textImage3 img,
  .p-sub-message-message__textImage4 img {
    max-width: 5rem;
  }
}

.p-sub-message-message__textImage2 img,
.p-sub-message-message__textImage5 img {
  aspect-ratio: 200/200;
  max-width: 12.5rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__textImage2 img,
  .p-sub-message-message__textImage5 img {
    max-width: 9.375rem;
  }
}

.p-sub-message-message__textImage6 img {
  aspect-ratio: 150/150;
  max-width: 9.375rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__textImage6 img {
    max-width: 5rem;
  }
}

.p-sub-message-introduction__contents {
  display: flex;
  gap: 9.25rem;
  padding-bottom: 12.5rem;
}

@media screen and (max-width: 767px) {
  .p-sub-message-introduction__contents {
    padding-bottom: 7.5rem;
    flex-direction: column;
    gap: 0;
  }
}

.p-sub-message-message__text {
  text-align: center;
  font-weight: 400;
  line-height: 2.65;
  font-size: max(1.125rem, 12.8px);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-sub-message-message__text {
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-sub-message-message__text + .p-sub-message-message__text {
  margin-top: 2.875rem;
}

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

.p-form__item {
  width: 100%;
  max-width: 47.0625rem;
}

.p-form__item:not(:nth-of-type(1)) {
  margin-top: 2.5rem;
}

.p-form__reservation-wrapper {
  margin-top: 2.5rem;
}

.wpcf7-form-control-wrap {
  display: block;
}

.p-form__itemName {
  max-width: 24.4375rem;
}

.p-form__itemAge {
  max-width: 6.25rem;
}

.p-form__itemMail,
.p-form__itemTel {
  max-width: 24.4375rem;
}

.p-form__itemFirstChoice,
.p-form__itemSecondChoice {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-form__itemFirstChoice,
  .p-form__itemSecondChoice {
    gap: 0.9375rem;
  }
}

.p-form__itemFirstChoiceDate,
.p-form__itemFirstChoiceTime,
.p-form__itemSecondChoiceDate,
.p-form__itemSecondChoiceTime {
  width: 100%;
  max-width: 12.375rem;
}

@media screen and (max-width: 767px) {
  .p-form__itemFirstChoiceDate,
  .p-form__itemSecondChoiceDate {
    width: 21.875rem;
  }
}

.p-form__itemAddress {
  width: fit-content;
}

.p-form__itemFirstChoiceTime,
.p-form__itemSecondChoiceTime {
  position: relative;
}

.p-form__itemFirstChoiceTime::before,
.p-form__itemSecondChoiceTime::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1.4375rem;
  transform: translate(0, -50%);
  width: 0.5625rem;
  height: 0.28125rem;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
}

.p-form__itemSelect select,
.p-form__itemName input,
.p-form__itemAge input,
.p-form__itemMail input,
.p-form__itemTel input,
.p-form__itemAddress select,
.p-form__itemFirstChoice input,
.p-form__itemFirstChoice select,
.p-form__itemSecondChoice input,
.p-form__itemSecondChoice select,
.p-form__itemNote textarea {
  font: revert;
  width: 100%;
  padding-block: 1.3125rem;
  padding-inline: 1.25rem;
  font-size: max(0.9375rem, 12.8px);
  font-weight: 400;
  border: solid 0.0625rem #d9d9d9;
  background-color: #fff;
  border-radius: 0.375rem;
  display: inline-block;
  color: #404040;
}

@media screen and (max-width: 767px) {
  .p-form__itemSelect select,
  .p-form__itemName input,
  .p-form__itemAge input,
  .p-form__itemMail input,
  .p-form__itemTel input,
  .p-form__itemAddress select,
  .p-form__itemFirstChoice input,
  .p-form__itemFirstChoice select,
  .p-form__itemSecondChoice input,
  .p-form__itemSecondChoice select,
  .p-form__itemNote textarea {
    padding-block: 0.9375rem;
    padding-inline: 1.25rem;
  }
}

.p-form__itemSelect,
.p-form__itemAddress {
  position: relative;
  width: fit-content;
}

.p-form__itemSelect select {
  width: 14.375em;
}

.p-form__itemAddress select {
  width: 11.875em;
}

.p-form__itemSelect::before,
.p-form__itemAddress::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1.4375rem;
  transform: translate(0, -50%);
  width: 0.5625rem;
  height: 0.28125rem;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
}

.p-form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-form select:focus {
  outline: 3px solid #e47665;
}

.p-form__itemCheck .wpcf7-list-item,
.p-form__itemCourse .wpcf7-list-item {
  margin: 0;
}

.p-form__itemCheck label,
.p-form__itemCourse label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

input[type="checkbox"] {
  position: relative;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #404040;
  content: "";
}

.p-form__itemContent .wpcf7-list-item,
.p-form__itemCatalyst .wpcf7-list-item {
  margin: 0;
}

.p-form__itemContent .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.p-form__itemContent label,
.p-form__itemCatalyst label {
  display: flex;
  align-items: center;
  gap: 1rem;
}

input[type="radio"] {
  position: relative;
  margin: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-color: #404040;
  border-radius: 50%;
  content: "";
}

.p-form__itemCheck label,
.p-form__itemCourse label,
.p-form__itemContent label,
.p-form__itemCatalyst label {
  font-size: max(0.9375rem, 12.8px);
  font-weight: 400;
}

.p-form__itemTitle {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-form__itemTitle {
    margin-bottom: 0.9375rem;
  }
}

.p-form__itemSupplement {
  margin-top: 0.625rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-form__itemSupplement {
    margin-top: 0.4375rem;
    line-height: 2.2;
  }
}

@media screen and (max-width: 767px) {
  .p-form__itemSupplement--policy {
    font-size: 0.875rem;
  }
}

.p-form__itemCourse {
  margin-top: 1.875rem;
}

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

.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.p-form__itemCatalyst .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.9375rem;
  column-gap: 0.9375rem;
  max-width: 40.625rem;
}

@media screen and (max-width: 767px) {
  .p-form__itemContent .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.625rem;
  }
}

.p-form__policyWrap {
  margin-top: 2.25rem;
  background-color: #fff;
  border-radius: 0.375rem;
  border: solid 0.0625rem #d9d9d9;
  overflow-y: scroll;
  height: 14.5625rem;
}

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

.p-form__policyInner {
  padding: 1.875rem 2.625rem 3.25rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-form__policyInner {
    padding-inline: 1.5625rem;
  }
}

.p-form__policyTitle {
  font-weight: 700;
  font-size: max(0.875rem, 12.8px);
  letter-spacing: 0.05em;
}

.p-form__policyText {
  margin-top: 1.1875rem;
  font-weight: 400;
  font-size: max(0.875rem, 12.8px);
  letter-spacing: 0.05em;
  line-height: 1.6;
}

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

.p-form__policyText + .p-form__policyTitle {
  margin-block-start: 3em;
}

.p-form__policyAgree {
  margin-top: 2.5rem;
  font-size: max(0.875rem, 12.8px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

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

.p-form__btn {
  margin-top: 5rem;
  max-width: 47.0625rem;
  text-align: center;
}

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

.p-form__btn button {
  color: #fff;
  background-color: #404040;
  border-radius: 8.125rem;
  font-weight: 400;
  font-size: max(1rem, 12.8px);
  padding: 1.3125rem 5.8125rem;
  text-align: center;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .p-form__btn button {
    padding: 0.8125rem 3.4375rem;
  }
}

@media (any-hover: hover) {
  .p-form__btn button:hover {
    opacity: 0.6;
  }
}

.p-form__btn button:focus {
  opacity: 0.6;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  transform: translateY(100%);
  width: max-content;
  color: #e47665;
  font-weight: bold;
  font-size: max(1rem, 12.8px);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip,
  .wpcf7-response-output.wpcf7-validation-errors {
    font-size: 0.875rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e47665;
  line-height: 1.5;
  font-size: max(1rem, 12.8px);
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7-textarea:focus {
  border: 3px solid #e47665;
  outline: 0;
}

.p-subContact--confirm .wpcf7-form-control-wrap[data-name="your-select"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.p-subContact--confirm .p-form__itemSelect::before {
  display: none;
}

.p-subContact--confirm .p-form__itemFirstChoiceTime::before,
.p-subContact--confirm .p-form__itemSecondChoiceTime::before {
  display: none;
}

.p-subContact--confirm .p-form__itemCourse {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-subContact--confirm .p-form__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-subContact--confirm .p-form__btn button {
    width: 100%;
    max-width: 15.625rem;
  }
}

.p-subContact--confirm .p-form__btn button + input {
  margin-left: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-subContact--confirm .p-form__btn button + input {
    margin-left: 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-subContact {
  padding-bottom: 9.375rem;
}

@media screen and (max-width: 767px) {
  .p-subContact {
    padding-bottom: 7.5rem;
  }
}

.p-subContact__title {
  text-align: center;
  margin-block-start: 1.25rem;
}

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

.p-subContact__itemWrapper {
  margin-top: 6.125rem;
}

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

.p-subContact__item + .p-subContact__item {
  margin-top: 1.25rem;
}

.p-subContact__item {
  background-color: #f2f1f1;
  border-radius: 1.25rem;
  padding: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-subContact__item {
    padding: 2.5rem 1.25rem;
  }
}

.p-subContact__item--form {
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-subContact__item--form {
    padding-bottom: 3.125rem;
  }
}

.p-subContact__itemFlex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-subContact__itemFlex {
    flex-direction: column;
  }
}

.p-subContact__itemTitle {
  font-weight: 700;
  font-size: max(1.125rem, 12.8px);
  width: 17.9375rem;
  line-height: 1.4;
}

.p-subContact__itemText {
  flex: 1;
  font-weight: 400;
  font-size: max(1rem, 12.8px);
  line-height: 1.8;
}

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

.p-subContact__itemTextBr {
  display: none;
}

@media screen and (min-width: 1320px) {
  .p-subContact__itemTextBr {
    display: block;
  }
}

.p-subContact__itemBtn {
  margin-right: 0;
  margin-left: auto;
  padding-left: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-subContact__itemBtn {
    margin-top: 2.625rem;
    margin-inline: auto;
  }
}

.p-subContact__itemBtn a {
  width: 17.0625rem;
  font-weight: 400;
  font-size: max(1rem, 12.8px);
  line-height: 1.5;
  letter-spacing: -0.07em;
  background-color: #fff;
  border-radius: 8.125rem;
  padding-block: 1.0625rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-subContact__itemBtn a {
    width: 15.625rem;
    padding-block: 0.75rem;
  }
}

@media (any-hover: hover) {
  .p-subContact__itemBtn a:hover {
    background: #01ade7;
    color: #fff;
  }
}

.p-subContact__itemContact {
  color: #e47665;
  padding-left: 0.625rem;
  margin-inline: auto 0.8125rem;
}

@media screen and (max-width: 767px) {
  .p-subContact__itemContact {
    margin-top: 2.375rem;
    margin-inline: auto;
    padding-left: 0;
    text-align: center;
  }
}

.p-subContact__itemTel {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 2.0625rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .p-subContact__itemTel {
    text-align: center;
    text-decoration: none;
  }
}

.p-subContact__itemSmall {
  font-size: max(1.3125rem, 12.8px);
}

.p-subContact__itemSupplement {
  margin-top: 0.3125rem;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-subContact__itemSupplement {
    margin-top: 0.5625rem;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
  .p-subContact__itemSupplement-bar {
    display: none;
  }
}

.p-subContact__itemSupplement-br {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
  .p-subContact__itemSupplement-br {
    display: block;
  }
}

.p-subContact__formWrapper {
  display: flex;
  align-items: flex-start;
  margin-left: 3.125rem;
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-subContact__formWrapper {
    margin-left: 0;
    margin-top: 3.875rem;
  }
}

.p-subContact__formStep {
  width: 14.8125rem;
  color: #d0d0d0;
  font-weight: 700;
  font-size: max(1rem, 12.8px);
  position: sticky;
  top: 7.5rem;
  left: 0;
}

.p-subContact__formStep li + li {
  margin-top: 1.875rem;
}

.p-subContact__form {
  flex: 1;
}

.p-subContact__active {
  color: #e47665;
  position: relative;
}

.p-subContact__active::after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 2.8125rem;
  transform: translate(0%, -50%);
  width: 3rem;
  height: 0.125rem;
  background-color: #e47665;
}

.p-subContact__point {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  background-color: #e47665;
  padding: 0.25em 0.5em;
  margin-left: 0.9375em;
}

@media screen and (max-width: 767px) {
  .p-subContact__point {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    margin-left: 0.9375rem;
  }
}

.p-subContact__thanks {
  font-size: 1.125rem;
  font-weight: 700;
}

.wpcf7-spinner {
  display: none;
}

.p-subContact__thanks-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-start: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-subContact__thanks-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-subContact__thanks-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-subContact__thanks-text {
    font-size: 0.875rem;
  }
}

.p-clinic__inner {
  position: relative;
}

.p-clinic__text {
  text-align: center;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0em;
  padding-block-start: 12.5rem;
}

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

@media screen and (max-width: 767px) {
  .p-clinic__text {
    padding-block-start: 0rem;
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

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

@media screen and (max-width: 767px) {
  .p-clinic__what {
    padding-block-end: 13.125rem;
  }
}

.p-clinic__facility {
  padding-block-end: 9.375rem;
}

@media screen and (max-width: 767px) {
  .p-clinic__facility {
    padding-block-end: 7.5rem;
  }
}

.p-clinic__facility-container {
  padding: 6.25rem 5rem 13.5rem;
  border-radius: 1.25rem;
  background: #e9e4e1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-container {
    padding: 5rem 1.25rem 7.5rem;
  }
}

.p-clinic__facility-title {
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-block-end: 8.375rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-block-end: 3.125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-clinic__facility-title {
    font-size: 1.5rem;
  }
}

.p-clinic__facility-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-items {
    row-gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5";
  }

  .p-clinic__facility-items .p-clinic__facility-item.--item1 {
    grid-area: item1;
  }

  .p-clinic__facility-items .p-clinic__facility-item.--item2 {
    grid-area: item2;
  }

  .p-clinic__facility-items .p-clinic__facility-item.--item3 {
    grid-area: item3;
  }

  .p-clinic__facility-items .p-clinic__facility-item.--item4 {
    grid-area: item4;
  }

  .p-clinic__facility-items .p-clinic__facility-item.--item5 {
    grid-area: item5;
  }
}

.p-clinic__facility-items--left {
  display: flex;
  flex-direction: column;
  row-gap: 4.375rem;
}

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

.p-clinic__facility-items--right {
  display: flex;
  flex-direction: column;
  row-gap: 4.375rem;
  margin-block-start: 9.375rem;
}

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

.p-clinic__facility-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 550/400;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-item-img {
    aspect-ratio: 310/225;
  }
}

.p-clinic__facility-item-label {
  position: absolute;
  top: 1.25rem;
  right: 0.5rem;
  rotate: 90deg;
  translate: 100% 0;
  font-size: max(1.875rem, 24px);
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #fff;
  transform-origin: left top;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-item-label {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-item-label {
    font-size: max(1.25rem, 16px);
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: -0.05em;
    top: 0.625rem;
    right: 0.3125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-clinic__facility-item-label {
    font-size: 1.25rem;
  }
}

.p-clinic__facility-item-head {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-block: 1.875rem 1.5rem;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-item-head {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-item-head {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-block: 1.875rem 1.375rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-clinic__facility-item-head {
    font-size: 1.125rem;
  }
}

.p-clinic__facility-item-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-item-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-item-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-clinic__facility-item-text {
    font-size: 0.875rem;
  }
}

.p-clinic__facility-logo {
  position: absolute;
  bottom: 4.625rem;
  right: 4.375rem;
  width: 13.625rem;
  height: auto;
  mix-blend-mode: luminosity;
}

@media screen and (max-width: 767px) {
  .p-clinic__facility-logo {
    bottom: 2.1875rem;
    right: 0.625rem;
    width: 8.6875rem;
  }
}

.p-doctor__head-text {
  margin-block-start: 5rem;
  text-align: center;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-doctor__head-text {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-doctor__head-text {
    margin-block-start: 4.375rem;
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-doctor__head-text {
    font-size: 0.9375rem;
  }
}

.p-doctor__main {
  margin-block-start: 8.4375rem;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/686;
}

@media screen and (max-width: 767px) {
  .p-doctor__main {
    margin-block-start: 6.25rem;
    aspect-ratio: 390/410;
  }
}

.p-doctor__main-bg {
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .p-doctor__main-bg {
    position: absolute;
    inset: 0;
  }
}

.p-doctor__main-inner {
  position: relative;
}

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

.p-doctor__main-name {
  position: absolute;
  z-index: 2;
  translate: 100%;
  rotate: 90deg;
  transform-origin: left top;
  right: -2.375rem;
  top: -1.875rem;
  font-family: "Inter", sans-serif;
  font-size: max(4.375rem, 56px);
  font-weight: 100;
  line-height: 0.9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .p-doctor__main-name {
    background: #fff;
    box-shadow: 0 0 10px 35px #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-doctor__main-name {
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-doctor__main-name {
    right: 1.25rem;
    top: -1.875rem;
    font-size: max(3.125rem, 40px);
    font-weight: 100;
    line-height: 0.9;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-doctor__main-name {
    font-size: 3.125rem;
  }
}

@media (max-width: 1439px) {
  .p-doctor__main-name {
    right: 0.625rem;
  }
}

@media screen and (max-width: 1439px) and (max-width: 767px) {
  .p-doctor__main-name {
    right: 0.9375rem;
  }
}

.p-doctor__main-text {
  z-index: 2;
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 0.4375rem;
}

@media (min-width: 768px) {
  .p-doctor__main-text {
    position: absolute;
    top: 6.25rem;
    left: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-doctor__main-text {
    position: relative;
    padding-inline: 1.25rem;
    padding-block: 1.875rem 5rem;
    width: 100%;
    row-gap: 0.5625rem;
  }
}

.p-doctor__main-text p:nth-of-type(1) {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-doctor__main-text p:nth-of-type(1) {
    font-size: 1rem;
  }
}

.p-doctor__main-text p:nth-of-type(2) {
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 2.1666666667;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-doctor__main-text p:nth-of-type(2) {
    font-size: 0.75rem;
  }
}

.p-doctor__main-text p:nth-of-type(3) {
  font-size: max(1.875rem, 24px);
  font-weight: 400;
  line-height: 0.8666666667;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-doctor__main-text p:nth-of-type(3) {
    font-size: 1.875rem;
  }
}

.p-doctor__main-text p:nth-of-type(4) {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-doctor__main-text p:nth-of-type(4) {
    font-size: 1rem;
  }
}

.p-doctor__main-text a {
  margin-block-start: 3.125rem;
  padding: 1.25rem 2.9375rem;
  border-radius: 100vmax;
  display: block;
  background: #fff;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-doctor__main-text a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-doctor__main-text a {
    padding: 0.8125rem 2.5rem;
    border: 1px solid #404040;
    margin-inline: auto;
    margin-block-start: 2.375rem;
  }
}

@media (any-hover: hover) {
  .p-doctor__main-text a:hover {
    background: #01ade7;
    color: #fff;
  }
}

.p-doctor__item:nth-of-type(1) {
  padding-block: 6.875rem 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__item:nth-of-type(1) {
    padding-block: 5rem 3.125rem;
  }
}

.p-doctor__item:nth-of-type(2) {
  padding-block: 3.75rem 5.9375rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__item:nth-of-type(2) {
    padding-block: 6.4375rem 3.125rem;
  }
}

.p-doctor__item:nth-of-type(3) {
  padding-block: 4.0625rem 9.0625rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__item:nth-of-type(3) {
    padding-block: 5rem;
  }
}

.p-doctor__item:nth-of-type(odd) {
  background: #f2f1f1;
}

.p-doctor__item-inner {
  display: grid;
  grid-template-columns: 1fr 40.32%;
  column-gap: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__item-inner {
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
  }
}

.p-doctor__item-img-wrap {
  position: relative;
  order: 2;
  margin-block-start: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__item-img-wrap {
    order: 1;
    margin-block-start: 0;
  }

  .p-doctor__item-img-wrap.--narita picture {
    width: 21.875rem;
    height: auto;
    aspect-ratio: 350/400;
  }

  .p-doctor__item-img-wrap.--narita picture img {
    object-fit: cover;
    object-position: center top;
  }

  .p-doctor__item-img-wrap.--makino picture {
    width: 21.875rem;
    height: auto;
    aspect-ratio: 350/400;
  }

  .p-doctor__item-img-wrap.--makino picture img {
    object-fit: cover;
    object-position: center -1.875rem;
  }
}

.p-doctor__item-text-wrap {
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-doctor__item-text-wrap {
    order: 2;
  }
}

.p-doctor__item-label {
  position: absolute;
  top: -2.5rem;
  right: -1.875rem;
  translate: 100% 0;
  rotate: 90deg;
  transform-origin: left top;
  font-size: max(4.375rem, 56px);
  font-weight: 100;
  line-height: 0.9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

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

@media screen and (max-width: 767px) {
  .p-doctor__item-label {
    font-size: max(3.125rem, 40px);
    font-weight: 100;
    line-height: 0.9;
    letter-spacing: 0.05em;
    top: -1.4375rem;
    right: 1.25rem;
  }
}

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

.p-doctor__item-head {
  padding-block-end: 3.125rem;
}

.p-doctor__item-head p:nth-of-type(1) {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0em;
  margin-block-end: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__item-head p:nth-of-type(1) {
    font-size: 1rem;
  }
}

.p-doctor__item-head p:nth-of-type(2) {
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 2.1666666667;
  letter-spacing: 0em;
  margin-block-end: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__item-head p:nth-of-type(2) {
    font-size: 0.75rem;
  }
}

.p-doctor__item-head p:nth-of-type(3) {
  font-size: max(1.875rem, 24px);
  font-weight: 400;
  line-height: 0.8666666667;
  letter-spacing: 0em;
  margin-block-end: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__item-head p:nth-of-type(3) {
    font-size: 1.875rem;
  }
}

.p-doctor__item-head p:nth-of-type(4) {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-doctor__item-head p:nth-of-type(4) {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .p-doctor__item-head {
    border-block-end: 1px solid #d9d9d9;
    margin-block-end: 3.125rem;
  }
}

.p-doctor__list-wrap {
  display: grid;
  grid-template-columns: 20rem 1fr;
  column-gap: 1.625rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__list-wrap {
    grid-template-columns: 1fr;
  }
}

.p-doctor__list-head {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  margin-block-end: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__list-head {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-doctor__list-head {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.4444444444;
    letter-spacing: 0em;
    padding-block-end: 1.875rem;
    border-block-end: 1px solid #d9d9d9;
    margin-block-end: 1.875rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-doctor__list-head {
    font-size: 1.125rem;
  }
}

.p-doctor__list-data {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-doctor__list-data {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-doctor__list-data {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0em;
    font-feature-settings: "pwid" on, "palt" on;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-doctor__list-data {
    font-size: 1rem;
  }
}

.p-doctor__list-data ul li {
  list-style: disc;
}

.p-doctor__list-data ul {
  padding-inline-start: 1.4em;
}

.p-doctor__list-data + .p-doctor__list-head {
  margin-block-start: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__list-data + .p-doctor__list-head {
    margin-block-start: 2.8125rem;
  }

  .p-doctor__list-data + .p-doctor__list-head.--narita-sp {
    margin-block-start: 3.125rem;
  }
}

.p-doctor__list-data + .p-doctor__list-head.--head-makino2 {
  margin-block-start: 2.25rem;
}

@media screen and (max-width: 767px) {
  .p-doctor__list-data + .p-doctor__list-head.--head-makino2 {
    margin-block-start: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-doctor__list + .p-doctor__list {
    margin-block-start: 3.125rem;
  }
}

.p-faq__head-text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0em;
  margin-block: 6.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faq__head-text {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__head-text {
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    margin-block: 5rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__head-text {
    font-size: 0.9375rem;
  }
}

.p-faq__cat-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-block-end: 6.25rem;
}

.p-faq__cat-list.--mb150 {
  margin-block-end: 9.375rem;
}

@media screen and (max-width: 767px) {
  .p-faq__cat-list.--mb150 {
    margin-block-end: 8.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__cat-list {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    margin-block-start: 4.375rem;
  }
}

.p-faq__cat-item a {
  padding: 2.3125rem 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-faq__cat-item a {
    padding: 1.6875rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-faq__cat-item a.faq-cat-a {
  background: #f2f1f1;
}

.p-faq__cat-item a.faq-cat-b {
  background: #eaeaea;
}

@media (any-hover: hover) {
  .p-faq__cat-item a:hover {
    opacity: 0.7;
  }

  .p-faq__cat-item a:hover svg {
    translate: 6px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__cat-item:nth-of-type(odd) a {
    background: #f2f1f1;
  }

  .p-faq__cat-item:nth-of-type(even) a {
    background: #eaeaea;
  }
}

.p-faq__cat-item svg {
  width: 0.4375rem;
  height: auto;
  transition: all 0.3s ease;
}

.p-faq__item-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}

@media screen and (max-width: 767px) {
  .p-faq__item-wrap {
    padding-inline: 1.25rem;
  }
}

.p-faq__read {
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
  margin-block-end: 3.125rem;
}

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

@media screen and (max-width: 767px) {
  .p-faq__read {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-block-end: 3.125rem;
  }
}

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

.p-faq__read-container {
  margin-block-end: 9.375rem;
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}

@media screen and (max-width: 767px) {
  .p-faq__read-container {
    margin-block-end: 8.125rem;
  }
}

.p-faq__taxonomy-title {
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-block: 6.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faq__taxonomy-title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__taxonomy-title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-block: 5rem 3.125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__taxonomy-title {
    font-size: 1.5rem;
  }
}

.p-faq__taxonomy-cat {
  margin-block: 6.25rem 3.125rem;
  font-size: max(1.875rem, 24px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faq__taxonomy-cat {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__taxonomy-cat {
    font-size: max(1.5rem, 19.2px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__taxonomy-cat {
    font-size: 1.5rem;
  }
}

.p-faq__article-none {
  font-size: max(1.25rem, 16px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-faq__article-none {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__article-none {
    font-size: max(1rem, 12.8px);
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__article-none {
    font-size: 1rem;
  }
}

.p-information-archive {
  margin-block-end: 9.375rem;
}

@media screen and (max-width: 767px) {
  .p-information-archive {
    margin-block-end: 8.125rem;
  }
}

.p-information-archive__cat-list {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-block-start: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-information-archive__cat-list {
    margin-block-start: 3.125rem;
  }
}

.p-information-archive__cat-item a {
  padding: 0.5rem 1.5625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 100vmax;
  transition: opacity 0.3s ease;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-information-archive__cat-item a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-archive__cat-item a {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 0.5rem 1.125rem;
    min-width: 5rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-archive__cat-item a {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .p-information-archive__cat-item a:hover {
    opacity: 0.7;
  }
}

.p-information-archive__cat-item.is-active a {
  background: #01ade7;
  color: #fff;
  border: 1px solid #01ade7;
}

.p-information-archive__article-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5rem 4.875rem;
  margin-block-start: 7.5rem;
  margin-block-end: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-information-archive__article-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-block: 5rem 4.375rem;
    row-gap: 1.875rem;
  }
}

.p-information-archive__article-item {
  padding-block-end: 3.5rem;
  border-block-end: 1px solid #bababa;
  display: grid;
  grid-template-columns: auto 1fr 0.875rem;
  align-items: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-information-archive__article-item {
    grid-template-columns: auto 1fr;
    padding-block-end: 2.625rem;
    align-items: flex-start;
  }
}

.p-information-archive__article-item svg {
  transition: all 0.3s ease;
  width: 0.4375rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-information-archive__article-item svg {
    display: none;
  }
}

.p-information-archive__article-item.--aic {
  align-items: center;
}

@media (any-hover: hover) {
  .p-information-archive__article-item:hover {
    border-block-end: 1px solid #404040;
  }

  .p-information-archive__article-item:hover svg {
    translate: 6px;
  }
}

.p-information-archive__article-meta {
  display: flex;
  flex-direction: column;
  row-gap: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .p-information-archive__article-meta {
    row-gap: 0.375rem;
  }
}

.p-information-archive__article-date {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-information-archive__article-date {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-archive__article-date {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-archive__article-date {
    font-size: 0.875rem;
  }
}

.p-information-archive__article-cat {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  padding: 0.0625rem 1.0625rem;
  background: #164a84;
  border-radius: 4px;
  min-width: 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-information-archive__article-cat {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-archive__article-cat {
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    min-width: 4.625rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-archive__article-cat {
    font-size: 0.625rem;
  }
}

.p-information-archive__article-title {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  padding-inline: 2.625rem 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .p-information-archive__article-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-archive__article-title {
    padding-inline: 2.125rem 0;
    -webkit-line-clamp: 3;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-archive__article-title {
    font-size: 0.875rem;
  }
}

.p-information-archive__pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-information-archive__pagination {
    column-gap: 0.625rem;
  }
}

.p-information-archive__pagination .page-numbers.current {
  background: #01ade7;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-information-archive__pagination .page-numbers.current {
    padding: 0.625rem 1.25rem;
  }
}

.p-information-archive__pagination .page-numbers {
  padding: 0.625rem 1.25rem;
  border-radius: 50%;
  color: #404040;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-information-archive__pagination .page-numbers {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-archive__pagination .page-numbers {
    padding: 0.625rem 0.9375rem;
  }
}

.p-information-archive__pagination .next,
.p-information-archive__pagination .prev {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
}

.p-information-archive__pagination .next svg,
.p-information-archive__pagination .prev svg {
  width: 0.4375rem;
}

.p-information-archive__pagination .next span,
.p-information-archive__pagination .prev span {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-information-archive__pagination .next span,
  .p-information-archive__pagination .prev span {
    font-size: 0.875rem;
  }
}

.p-information-archive__non {
  margin-block-start: 7.5rem;
  text-align: center;
  font-size: max(1.5rem, 19.2px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-information-archive__non {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-archive__non {
    margin-block-start: 5rem;
    font-size: max(1.25rem, 16px);
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-archive__non {
    font-size: 1.25rem;
  }
}

.p-information {
  background: #fff;
}

.p-information-single__container {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12.5rem;
  margin-block-start: 12.5rem;
  align-items: flex-start;
  margin-block-end: 9.375rem;
}

@media (max-width: 1100px) {
  .p-information-single__container {
    column-gap: 5rem;
    margin-block-start: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__container {
    display: block;
    margin-block-start: 4.375rem;
    margin-block-end: 8.125rem;
  }
}

@media (min-width: 768px) {
  .p-information-single__sidebar {
    position: sticky;
    top: 7.5rem;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__sidebar {
    display: flex;
    align-items: center;
    column-gap: 1.25rem;
  }
}

.p-information-single__sidebar-data {
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-family: "Inter", sans-serif;
  margin-block-end: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__sidebar-data {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__sidebar-data {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
    margin-block-end: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__sidebar-data {
    font-size: 0.875rem;
  }
}

.p-information-single__sidebar-cat {
  display: block;
  width: fit-content;
  padding: 0.10625rem 1.75rem;
  border-radius: 6px;
  background: #164a84;
  color: #fff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-information-single__sidebar-cat {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__sidebar-cat {
    padding: 0.0625rem 1.0625rem;
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__sidebar-cat {
    font-size: 0.625rem;
  }
}

.p-information-single__sidebar-link {
  margin-block-start: 3.125rem;
  display: block;
  width: fit-content;
  padding: 0.625rem 2.0625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  border-radius: 100vmax;
  border: 1px solid #404040;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-information-single__sidebar-link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__sidebar-link {
    display: none;
  }
}

@media (any-hover: hover) {
  .p-information-single__sidebar-link:hover {
    background: #01ade7;
    border: 1px solid #01ade7;
    color: #fff;
  }
}

.p-information-single__main-title {
  font-size: max(1.875rem, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-end: 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__main-title {
    font-size: max(1.375rem, 17.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-block-end: 3.125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__main-title {
    font-size: 1.375rem;
  }
}

.p-information-single__main-content {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content {
    margin-block-start: 3.125rem;
  }
}

.p-information-single__main-content h1 {
  font-size: max(1.875rem, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-end: 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h1 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h1 {
    font-size: max(1.375rem, 17.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-block-end: 3.125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__main-content h1 {
    font-size: 1.375rem;
  }
}

.p-information-single__main-content h1.border {
  padding-block: 2.5rem;
  border-block: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h1.border {
    padding-block: 1.25rem;
  }
}

.p-information-single__main-content h1.bg {
  background: #f2f1f1;
  padding: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h1.bg {
    padding: 1.25rem;
  }
}

.p-information-single__main-content h1.underline {
  padding-block-end: 2.5rem;
  border-block-end: 1px solid #d9d9d9;
}

.p-information-single__main-content h2 {
  font-size: max(1.625rem, 20.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-end: 5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h2 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h2 {
    font-size: max(1.25rem, 16px);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-block-end: 3.125rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__main-content h2 {
    font-size: 1.25rem;
  }
}

.p-information-single__main-content h2.border {
  border-block: 1px solid #d9d9d9;
  padding-block: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h2.border {
    padding-block: 1.875rem;
  }
}

.p-information-single__main-content h2.bg {
  background: #f2f1f1;
  padding: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h2.bg {
    padding: 1.25rem;
  }
}

.p-information-single__main-content h2.underline {
  padding-block-end: 2.5rem;
  border-block-end: 1px solid #d9d9d9;
}

.p-information-single__main-content h3 {
  font-size: max(1.375rem, 17.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-end: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h3 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h3 {
    margin-block-end: 1.875rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__main-content h3 {
    font-size: 1rem;
  }
}

.p-information-single__main-content h3.border {
  border-block: 1px solid #d9d9d9;
  padding-block: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h3.border {
    padding-block: 1.25rem;
  }
}

.p-information-single__main-content h3.bg {
  background: #f2f1f1;
  padding: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h3.bg {
    padding: 1.25rem;
  }
}

.p-information-single__main-content h3.underline {
  padding-block-end: 1.875rem;
  border-block-end: 1px solid #d9d9d9;
}

.p-information-single__main-content h4 {
  margin-block: 3.5625rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h4 {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__main-content h4 {
    font-size: 1rem;
  }
}

.p-information-single__main-content h4.border {
  border-block: 1px solid #d9d9d9;
  padding-block: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h4.border {
    padding-block: 0.9375rem;
  }
}

.p-information-single__main-content h4.bg {
  background: #f2f1f1;
  padding: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content h4.bg {
    padding: 1.25rem;
  }
}

.p-information-single__main-content h4.underline {
  padding-block-end: 1.875rem;
  border-block-end: 1px solid #d9d9d9;
}

.p-information-single__main-content p {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__main-content p {
    font-size: 0.875rem;
  }
}

.p-information-single__main-content p.bg {
  background: #f2f1f1;
  padding: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content p.bg {
    padding: 1.25rem;
  }
}

.p-information-single__main-content p + p {
  margin-block-start: 2.5em;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content p + p {
    margin-block-start: 2em;
  }
}

.p-information-single__main-content figure.wp-block-image {
  width: 46.25rem;
  max-width: 100%;
  margin-inline: auto;
  margin-block: 5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content figure.wp-block-image {
    width: 100%;
    margin-block: 3.75rem;
  }
}

.p-information-single__main-content figure.wp-block-image img {
  width: 100%;
  max-width: 100%;
}

.p-information-single__main-content figure.wp-block-table {
  margin-block: 5rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content figure.wp-block-table {
    margin-block: 3.75rem;
  }
}

.p-information-single__main-content hr {
  border: 1px solid #d9d9d9;
  margin-block-start: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content hr {
    margin-block-start: 1.875rem;
  }
}

.p-information-single__main-content .wp-block-buttons {
  margin-block: 6.25rem 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content .wp-block-buttons {
    margin-block: 5rem;
  }
}

.p-information-single__main-content .wp-block-button__link {
  background: rgba(0, 0, 0, 0);
  padding: 1.25rem 5.625rem;
  border: 1px solid #404040;
  border-radius: 100vmax;
  color: #404040;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content .wp-block-button__link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content .wp-block-button__link {
    padding: 0.8125rem 5.125rem;
  }
}

@media (any-hover: hover) {
  .p-information-single__main-content .wp-block-button__link:hover {
    background: #01ade7;
    border: 1px solid #01ade7;
    color: #fff;
  }
}

.p-information-single__main-content p + ul,
.p-information-single__main-content p + ol,
.p-information-single__main-content ul + p,
.p-information-single__main-content ol + p,
.p-information-single__main-content ul + ol,
.p-information-single__main-content ol + ul {
  margin-block-start: 1em;
}

.p-information-single__main-content p + h2,
.p-information-single__main-content ul + h2,
.p-information-single__main-content ol + h2,
.p-information-single__main-content figure + h2,
.p-information-single__main-content table + h2 {
  margin-block-start: 5rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content p + h2,
  .p-information-single__main-content ul + h2,
  .p-information-single__main-content ol + h2,
  .p-information-single__main-content figure + h2,
  .p-information-single__main-content table + h2 {
    margin-block-start: 3.75rem;
  }
}

.p-information-single__main-content p + h3,
.p-information-single__main-content ul + h3,
.p-information-single__main-content ol + h3,
.p-information-single__main-content figure + h3,
.p-information-single__main-content table + h3 {
  margin-block-start: 5rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content p + h3,
  .p-information-single__main-content ul + h3,
  .p-information-single__main-content ol + h3,
  .p-information-single__main-content figure + h3,
  .p-information-single__main-content table + h3 {
    margin-block-start: 3.75rem;
  }
}

.p-information-single__main-content p + h4,
.p-information-single__main-content ul + h4,
.p-information-single__main-content ol + h4,
.p-information-single__main-content figure + h4,
.p-information-single__main-content table + h4 {
  margin-block-start: 5rem;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content p + h4,
  .p-information-single__main-content ul + h4,
  .p-information-single__main-content ol + h4,
  .p-information-single__main-content figure + h4,
  .p-information-single__main-content table + h4 {
    margin-block-start: 3.75rem;
  }
}

.p-information-single__main-content p a {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  padding-inline-end: 1.5rem;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-information-single__main-content p a {
    font-size: 1rem;
  }
}

.p-information-single__main-content p a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 0.4375rem;
  height: 0.875rem;
  background: url(../img/icon_single-arrow.svg) no-repeat center center/cover;
}

@media (any-hover: hover) {
  .p-information-single__main-content p a:hover {
    opacity: 0.7;
  }
}

.p-information-single__contents-link {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 1.25rem 5.8125rem;
  border: 1px solid #404040;
  border-radius: 100vmax;
  margin-block-start: 7.5rem;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-information-single__contents-link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__contents-link {
    padding: 0.8125rem 5.125rem;
    margin-block-start: 5rem;
  }
}

@media (any-hover: hover) {
  .p-information-single__contents-link:hover {
    background: #01ade7;
    color: #fff;
    border: 1px solid #01ade7;
  }
}

.p-information-single__nav {
  margin-block-start: 6.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .p-information-single__nav {
    margin-block-start: 5rem;
    grid-template-columns: 1fr 1fr;
    width: calc(100% + 2.5rem);
    margin-inline-start: -1.25rem;
  }
}

.p-information-single__nav:has(.p-information-single__nav-link:only-child) {
  grid-template-columns: 1fr;
}

.p-information-single__nav-link {
  padding: 1.875rem 2.5rem 2.1875rem 1.875rem;
  display: grid;
  grid-template-areas: "date text" "cat text";
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  column-gap: 2.0625rem;
  row-gap: 0.625rem;
}

.p-information-single__nav-link.is-no-date {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link.is-no-date {
    display: block;
  }

  .p-information-single__nav-link.is-no-date .p-information-single__nav-cat {
    margin-block-end: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link {
    padding: 1.375rem 1.25rem 1.375rem 1.25rem;
    grid-template-areas: "date cat" "text text";
    align-items: start;
    grid-template-columns: 3rem 1fr;
    grid-template-rows: 1.25rem 1fr;
    column-gap: 0.5625rem;
    row-gap: 0.4375rem;
  }
}

.p-information-single__nav-link .p-information-single__nav-date {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05em;
  flex-shrink: 0;
  grid-area: date;
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link .p-information-single__nav-date {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link .p-information-single__nav-date {
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__nav-link .p-information-single__nav-date {
    font-size: 0.625rem;
  }
}

.p-information-single__nav-link .p-information-single__nav-date.is-hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.p-information-single__nav-link .p-information-single__nav-cat {
  grid-area: cat;
  padding: 0.0625rem 1.0625rem;
  min-width: 5.625rem;
  display: block;
  text-align: center;
  background: #164a84;
  border-radius: 4px;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link .p-information-single__nav-cat {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link .p-information-single__nav-cat {
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
    min-width: 4.625rem;
    padding: 0.0625rem 0.25rem;
    width: fit-content;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__nav-link .p-information-single__nav-cat {
    font-size: 0.625rem;
  }
}

@media (max-width: 370px) {
  .p-information-single__nav-link .p-information-single__nav-cat {
    font-size: max(0.5rem, 6.4px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-inline: 0.25rem !important;
  }
}

@media screen and (max-width: 370px) and (max-width: 767px) {
  .p-information-single__nav-link .p-information-single__nav-cat {
    font-size: 0.5rem;
  }
}

.p-information-single__nav-link .p-information-single__nav-title {
  display: block;
  grid-area: text;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link .p-information-single__nav-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link .p-information-single__nav-title {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-information-single__nav-link .p-information-single__nav-title {
    font-size: 0.75rem;
  }
}

@media (any-hover: hover) {
  .p-information-single__nav-link:hover {
    opacity: 0.7;
  }

  .p-information-single__nav-link:hover.--prev::after {
    translate: -6px -50%;
  }

  .p-information-single__nav-link:hover.--next::after {
    translate: 6px -50%;
  }
}

.p-information-single__nav-link.--prev {
  background: #f4f6f6;
  padding-inline-start: 4.75rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link.--prev {
    padding-inline-start: 2.75rem;
  }
}

.p-information-single__nav-link.--prev::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 1.875rem;
  width: 0.9375rem;
  height: 1.875rem;
  background: url(../img/icon_arrow-prev.svg) no-repeat center center/cover;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link.--prev::after {
    left: 1.25rem;
    width: 0.6875rem;
    height: 1.375rem;
  }
}

.p-information-single__nav-link.--next {
  background: #e9eced;
  padding-inline-end: 5.125rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link.--next {
    padding-inline-end: 2.75rem;
  }
}

.p-information-single__nav-link.--next::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1.875rem;
  width: 0.9375rem;
  height: 1.875rem;
  background: url(../img/icon_arrow-next.svg) no-repeat center center/cover;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-information-single__nav-link.--next::after {
    right: 1.25rem;
    width: 0.6875rem;
    height: 1.375rem;
  }
}

.p-interview__head {
  margin-block-start: 6.25rem;
  background: #f2f1f1;
  padding-block: 3rem 3rem;
}

@media screen and (max-width: 767px) {
  .p-interview__head {
    margin-block-start: 5rem;
    padding-block: 1.25rem 0.9375rem;
  }
}

.p-interview__head-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.75rem;
  row-gap: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-interview__head-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.875rem;
    row-gap: 0.9375rem;
  }
}

.p-interview__head-item a {
  padding-block-end: 1.5rem;
  border-block-end: 1px solid #bababa;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  font-feature-settings: "pwid" on, "palt" on;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-interview__head-item a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__head-item a {
    padding-block-end: 0.625rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0em;
    justify-content: space-between;
    column-gap: 0.9375rem;
    min-height: 62px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-interview__head-item a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__head-item a.lh2 {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2.6;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-interview__head-item a.lh2 {
    font-size: 1rem;
  }
}

.p-interview__head-item a svg {
  flex-shrink: 0;
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-interview__head-item a svg {
    width: 1.5rem;
  }
}

@media (any-hover: hover) {
  .p-interview__head-item a:hover {
    border-block-end: 1px solid #404040;
  }

  .p-interview__head-item a:hover svg {
    translate: 6px;
  }
}

.p-interview__head-item a.is-active {
  border-block-end: 1px solid #01ade7;
  color: #01ade7;
  pointer-events: none;
}

.p-interview__head-item a.is-active svg circle {
  fill: #01ade7;
}

@media screen and (max-width: 767px) {
  .p-interview__head-item:first-of-type a {
    column-gap: 1.625rem;
  }
}

.p-interview__head-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/686;
}

.p-interview__head-img img {
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-interview__head-img {
    aspect-ratio: 390/410;
  }
}

.p-interview__container {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  column-gap: 7.625rem;
  margin-block-start: 6.25rem;
  margin-block-end: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-interview__container {
    margin-block-start: 5rem;
    margin-block-end: 3.125rem;
    grid-template-columns: 1fr;
    row-gap: 4.375rem;
  }
}

.p-interview__side-title {
  font-size: max(2.125rem, 27.2px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .p-interview__side-title {
    position: sticky;
    top: 7.5rem;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__side-title {
    font-size: 2.125rem;
  }
}

.p-interview__main-head {
  font-size: max(1.875rem, 24px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-block-end: 5.375rem;
  margin-block-start: -0.625rem;
}

@media screen and (max-width: 767px) {
  .p-interview__main-head {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__main-head {
    margin-block-start: 0rem;
    font-size: max(1.25rem, 16px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-block-end: 4.75rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-interview__main-head {
    font-size: 1.25rem;
  }
}

.p-interview__main-item {
  padding-block: 1.875rem;
  display: grid;
  grid-template-columns: 5.25rem 1fr;
  border-block-start: 1px solid #d9d9d9;
  align-items: center;
}

.p-interview__main-item:nth-of-type(odd) {
  background: #f4f6f6;
}

.p-interview__main-item:nth-of-type(odd) .p-interview__main-question-text {
  font-weight: 700;
}

.p-interview__main-item:nth-of-type(even) {
  align-items: flex-start;
}

.p-interview__main-question-mark {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  width: 2.1875rem;
  padding-inline-start: 0.625rem;
  height: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-interview__main-question-mark {
    font-size: 1.125rem;
  }
}

.p-interview__main-question-mark svg {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-interview__main-question-mark {
    margin-block-start: 0.3125rem;
  }
}

.p-interview__main-question-name {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  color: #404040;
}

@media screen and (max-width: 767px) {
  .p-interview__main-question-name {
    font-size: 1.125rem;
  }
}

.p-interview__main-question-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-interview__main-question-text {
    font-size: 1rem;
  }
}

.p-404__text {
  text-align: center;
  padding-block: 5rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 2.3888888889;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1.125rem;
  }
}

.p-footer-slide__slider-container {
  position: relative;
}

.p-footer-slide__logo {
  position: absolute;
  z-index: 4;
  top: 3.125rem;
  right: 3.125rem;
  width: 10.9375rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-footer-slide__logo {
    top: 1.25rem;
    right: 1.25rem;
  }
}

.p-footer-slide__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/1000;
}

@media screen and (max-width: 767px) {
  .p-footer-slide__slider {
    aspect-ratio: 390/427;
  }
}

.p-footer-slide__slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  clip-path: inset(0 0 0 0);
  transition: transform 1s ease, clip-path 1s ease;
  z-index: 1;
  opacity: 0;
}

.p-footer-slide__slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-footer-slide__slider-slide.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  z-index: 3;
}

.p-footer-slide__slider-slide.is-scale {
  transform: scale(1);
}

.p-footer-slide__slider-slide.is-clip-path {
  clip-path: inset(0 0 0 100%);
}

.p-footer-slide__slider-slide.is-next {
  z-index: 2;
  clip-path: inset(0 0 0 0);
}

.p-footer-slide__bottom-text {
  position: absolute;
  top: calc(100% - 7.8125rem);
  overflow: hidden;
  width: 100%;
  z-index: 4;
}

@media (max-width: 1000px) {
  .p-footer-slide__bottom-text {
    top: calc(100% - 10.3125rem);
  }
}

@media screen and (max-width: 767px) {
  .p-footer-slide__bottom-text {
    top: calc(100% - 3.75rem);
  }
}

.p-footer-slide__bottom-text .swiper-slide {
  color: #bfafa7;
}

.p-footer-slide__bottom-text__swiper-slide {
  font-family: "Inter", sans-serif;
  font-size: max(12.5rem, 160px);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.55em;
  margin-inline-start: -10rem;
}

@media screen and (max-width: 767px) {
  .p-footer-slide__bottom-text__swiper-slide {
    font-size: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-slide__bottom-text__swiper-slide {
    font-size: max(6rem, 76.8px);
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.5520833333em;
    white-space: nowrap;
    margin-inline-start: 8.75rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer-slide__bottom-text__swiper-slide {
    font-size: 6rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

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

.u-font {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font__en {
  font-family: "Inter", sans-serif;
}

.u-text__center {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}

@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}

@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  transition: all 0.3s ease;
}

.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.u-color--white {
  color: #fff !important;
}
