@charset "UTF-8";
@media (min-width: 960px) {
  .is-hidden_pc {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .is-hidden_sp {
    display: none !important;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
}

a {
  transition: 0.3s;
}

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

ul,
ol {
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

article>*+* {
  margin-top: 1em;
}

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

img:not([alt]) {
  filter: blur(10px);
}

button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

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

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

.u-align__right {
  text-align: right !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

a img {
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
}

table {
  width: 100%;
}

.c-title__black {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.0625rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  margin-block-end: 5rem;
}

@media (max-width: 959px) {
  .c-title__black {
    font-size: 1.25rem;
    margin-block-end: 1.875rem;
  }
}

.c-title__orange {
  color: var(--color_main);
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.15em;
  margin-block-end: 2.5rem;
}

@media (max-width: 959px) {
  .c-title__orange {
    font-size: 1.25rem;
    margin-block-end: 1.875rem;
    line-height: 1.7;
  }
}

.c-title__overlap {
  margin-block-end: 8.125rem;
  position: relative;
  z-index: 0;
}

@media (max-width: 959px) {
  .c-title__overlap {
    margin-block-end: 3.75rem;
  }
}

.c-title__overlap-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.0625rem;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 959px) {
  .c-title__overlap-ja {
    font-size: 1.8rem;
  }
}

.c-title__overlap-en {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: auto;
  width: fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  z-index: -1;
}

@media (max-width: 959px) {
  .c-title__overlap-en {
    font-size: 3.75rem;
  }
}

.c-title_border {
  font-size: 1.25rem;
  font-weight: 700;
  border-block-end: 1px solid var(--color-b1);
  margin-block-end: 2.5rem;
  padding-block-end: 1.25rem;
  letter-spacing: 0.1em;
}

@media (max-width: 959px) {
  .c-title_border {
    font-size: 1rem;
    margin-block-end: 1.25rem;
    padding-block-end: 0.625rem;
  }
}

.c-title_lightbulb {
  border-block-end: 1px solid var(--color-b1);
  display: flex;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-block-end: 2.5rem;
  padding-block-end: 0.9375rem;
}

@media (max-width: 959px) {
  .c-title_lightbulb {
    font-size: 1rem;
    margin-block-end: 1.25rem;
    gap: 0.3125rem;
  }
}

.c-title_lightbulb::before {
  content: "";
  flex-shrink: 0;
  margin-block-start: -10px;
  width: 2.875rem;
  aspect-ratio: 1;
  background: url(../img/common/icon-lightbulb.svg) no-repeat center/contain;
}

@media (max-width: 959px) {
  .c-title_lightbulb::before {
    margin-block-start: 0;
    width: 1.4375rem;
  }
}

.u-mark__orange {
  background: linear-gradient(transparent 70%, var(--color_main) 70%);
}

.c-btn__navy {
  margin-block-start: 5rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 599px) {
  .c-btn__navy {
    margin-block-start: 3.75rem;
  }
}

.c-btn__navy a {
  background-color: var(--color_main);
  border-radius: 2.5rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  width: 25rem;
  max-width: 85%;
  height: 5rem;
  position: relative;
}

@media (max-width: 599px) {
  .c-btn__navy a {
    font-size: 0.9375rem;
    height: 3.75rem;
  }
}

.c-btn__navy a::after {
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.75rem;
  aspect-ratio: 1;
  background-color: #fff;
  margin-block: auto;
  position: absolute;
  inset: 0 1.5625rem 0 auto;
}

.c-btn__navy a:hover {
  opacity: 0.7;
}

.c-btn__white {
  margin-block-start: 5rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 599px) {
  .c-btn__white {
    margin-block-start: 3.75rem;
  }
}

.c-btn__white a {
  background-color: #fff;
  border-radius: 2.5rem;
  color: var(--color_main);
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  width: 25rem;
  max-width: 85%;
  height: 5rem;
  position: relative;
}

@media (max-width: 599px) {
  .c-btn__white a {
    font-size: 0.9375rem;
    height: 3.75rem;
  }
}

.c-btn__white a::after {
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.75rem;
  aspect-ratio: 1;
  background-color: var(--color_main);
  margin-block: auto;
  position: absolute;
  inset: 0 1.5625rem 0 auto;
}

.c-btn__white a:hover {
  opacity: 0.7;
}

.c-list__disc li {
  padding-inline-start: 1em;
  text-indent: -1em;
}

.c-list__disc li::before {
  content: "・";
}

.c-post--meta {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-block-end: 1.25rem;
}

.c-post--title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-block-end: 0.9375rem;
}

@media (max-width: 599px) {
  .c-post--title {
    font-size: 1rem;
  }
}

.c-post--text {
  font-size: 0.875rem;
}

.c-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.c-youtube iframe {
  width: 100%;
  height: 100%;
}

/* アコーディオン
----------------------- */
.js-accordion_toggle {
  cursor: pointer;
}

.js-accordion_toggle .ico-toggle {
  width: auto;
  height: 1.25rem;
  aspect-ratio: 1;
  margin-block: auto;
  position: absolute;
  inset: 0 0.9375rem 0 auto;
  transition: 0.3s;
}

.js-accordion_toggle .ico-toggle::before,
.js-accordion_toggle .ico-toggle::after {
  content: "";
  background: var(--color_main);
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
  transition: 0.3s;
}

.js-accordion_toggle .ico-toggle::after {
  transform: rotate(90deg);
}

.js-accordion_toggle.is-open .ico-toggle {
  transform: rotate(90deg);
}

.js-accordion_toggle.is-open .ico-toggle::before {
  opacity: 0;
}

.js-accordion_tree {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

:root {
  --color-cb: #CBF7F6;
  --color-f9: #F9F6F0;
  --color-f4: #F4EEE3;
  --color-b1: #B1AB9E;
  --color-pink: #BA7FB0;
  --color-green: #75B14C;
  --color-ad: #ADC2D5;
  --color-d7: #D7E2CF;
  --color-ef: #EFEFEF;
}

body {
  line-height: 2;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
  outline: none;
}

main {
  display: block;
}

/* =======================================
下層パーツ
======================================= */
.l-mv {
  margin-block-start: 4.5rem;
}

.l-section {
  padding-block: 11.5625rem 10rem;
  position: relative;
}

@media (max-width: 599px) {
  .l-section {
    padding-block: 7.5rem 5rem;
  }
}

.top-mv {
  margin-inline: calc(50% - 50vw);
  position: relative;
  padding: 3.4375rem 3.125rem 0 0;
}

@media (max-width: 959px) {
  .top-mv {
    display: flex;
    flex-direction: column;
    padding: 0;
    /* padding: 52vw 20vw 0 0; */
  }

  .top-mv::before {
    content: "";
    background: #fff;
    opacity: 0.1;
    position: absolute;
    inset: 10px 10px 0;
    border-radius: 10px 10px 0 0;
  }
}

.top-mv__slider-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.top-mv__slider-bg::after {
  content: "";
  background-color: var(--color_main);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.top-mv__slider-bg img {
  width: 100%;
  height: 46.625rem;
  object-fit: cover;
}

@media (max-width: 959px) {
  .top-mv__slider-bg {
    z-index: -1;
  }

  .top-mv__slider-bg * {
    height: 100%;
  }
}

/* .top-mv__slider .swiper-slide {
  width: fit-content !important;
} */

.top-mv__slider img {
  width: 100%;
  height: 46.625rem;
  object-fit: cover;
}

@media (max-width: 959px) {
  .top-mv__slider .swiper-slide {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
  }

  .top-mv__slider img {
    height: 65vw;
    object-position: 0%;
  }

  .top-mv__slider .swiper-slide:after {
    content: "";
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 60%, rgba(12, 77, 140, 1));
    position: absolute;
    inset: 0;
    z-index: 1;
  }
}

.top-mv__catch {
  position: absolute;
  inset: 13.125rem 7.5rem auto auto;
  width: fit-content;
  height: fit-content;
  max-width: 50%;
  z-index: 1;
}

.top-mv__catch img {
  width: 37.5rem;
  height: auto;
  aspect-ratio: 1198/770;
}

@media (max-width: 959px) {
  .top-mv__slider {
    margin-inline-end: 8vw;
  }

  .top-mv__catch {
    /* background: rgba(12, 77, 135, 0.4);
    backdrop-filter: blur(2px); */
    order: -1;
    padding: 1em;
    width: 85%;
    max-width: 100%;
    margin: 10px auto 0;
    position: static;
    inset: 0;
  }
}

.top-mv__calendar {
  background-color: #fff;
  border-radius: 0.625rem 0 0 0.625rem;
  border-radius: 10px 0px 0px 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 2.5rem 3.125rem;
  position: absolute;
  inset: auto 0 -4.375rem auto;
  z-index: 1;
}

@media (max-width: 959px) {
  .top-mv__calendar {
    position: static;
    inset: 95% 0 auto auto;
  }
}

@media (max-width: 599px) {
  .top-mv__calendar {
    font-size: 0.75rem;
    padding: 1.875rem 1.25rem;
    margin: -20px 0 -20px 20px;
  }
}

.top-mv__calendar-table tr>*:first-child {
  padding-inline-start: 0;
  width: 35%;
}

.top-mv__calendar-table th,
.top-mv__calendar-table td {
  font-weight: 400;
  padding: 0.3em 0.9em;
}

@media (max-width: 959px) {

  .top-mv__calendar-table th,
  .top-mv__calendar-table td {
    padding: 0.1em 0.5em;
  }
}

.top-mv__calendar-table th {
  text-align: left;
}

.top-mv__calendar-circle,
.top-mv__calendar-triangle,
.top-mv__calendar-slash {
  color: var(--color_main);
}

.top-mv__calendar-note {
  margin-block-start: 0.9375rem;
}

.top-news {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e3e7ef 100%);
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 37.5rem);
}

@media (max-width: 959px) {
  .top-news {
    padding-block-start: 12.5rem;
  }
}

.top-news__inner {
  display: flex;
  gap: 8.125rem;
  align-items: flex-start;
  max-width: calc(100vw - 2.5rem);
  margin-inline: auto;
}

@media (max-width: 959px) {
  .top-news__inner {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.top-news__list {
  flex: 1;
}

.top-news__title {
  flex-shrink: 0;
  letter-spacing: 0.2em;
  position: relative;
}

@media (max-width: 959px) {
  .top-news__title {
    display: flex;
    gap: 1.25rem;
    align-items: baseline;
  }
}

.top-news__title::after {
  content: "";
  background-color: var(--color_main);
  width: 1px;
  height: 4.375rem;
  position: absolute;
  inset: calc(100% + 0.625rem) auto auto 0.9375rem;
}

@media (max-width: 959px) {
  .top-news__title::after {
    display: none;
  }
}

.top-news__title-en {
  color: var(--color_main);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}

@media (max-width: 959px) {
  .top-news__title-en {
    order: 2;
  }
}

@media (max-width: 599px) {
  .top-news__title-en {
    font-size: 1rem;
  }
}

.top-news__title-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.0625rem;
}

@media (max-width: 599px) {
  .top-news__title-ja {
    font-size: 1.5rem;
  }
}

.top-news__list {
  border-block-start: 1px solid var(--color-ad);
}

.top-news__list-item {
  border-block-end: 1px solid var(--color-ad);
}

.top-news__list-link {
  display: block;
  position: relative;
  padding: 1.875rem 3.125rem 1.875rem 0;
}

@media (max-width: 599px) {
  .top-news__list-link {
    padding-inline-end: 1.875rem;
  }
}

.top-news__list-link::after {
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.75rem;
  aspect-ratio: 1;
  background-color: var(--color_main);
  margin-block: auto;
  position: absolute;
  inset: 0 1.5625rem 0 auto;
  transition: 0.3s;
}

@media (max-width: 599px) {
  .top-news__list-link::after {
    inset-inline-end: 0.625rem;
  }
}

.top-news__list-link:hover {
  color: var(--color_main);
}

.top-news__list-link:hover::after {
  inset-inline-end: 1.25rem;
}

@media (max-width: 599px) {
  .top-news__list-link:hover::after {
    inset-inline-end: 0.3125rem;
  }
}

.top-philosophy {
  margin-inline: calc(50% - 50vw);
  padding-block: 7.5rem 16.25rem;
}

.top-philosophy::before {
  content: "";
  background: url(../img/common/ring.svg) no-repeat center/contain;
  width: 9.0625rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  margin-inline: auto;
  inset: -4.8125rem 0 auto;
  animation: rotation 15s linear infinite;
}

@media (max-width: 599px) {
  .top-philosophy::before {
    width: 5.625rem;
    inset-block-start: -2.8125rem;
  }
}

.top-philosophy__video {
  padding: 0 1.25rem 7.5rem;
  width: 58.75rem;
  max-width: 100%;
  margin-inline: auto;
}

@media (max-width: 599px) {
  .top-philosophy__video {
    padding-block-end: 3.75rem;
  }
}

.top-philosophy__video-title {
  border-block-end: 1px solid var(--color_main);
  color: var(--color_main);
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-block-end: 2.5rem;
  margin-inline: auto;
  padding-block-end: 0.625rem;
  padding-inline: 0.3125rem;
  line-height: 1.8;
  text-align: center;
  position: relative;
  width: fit-content;
}

@media (max-width: 959px) {
  .top-philosophy__video-title {
    font-size: 1.125rem;
    margin-block-end: 1.25rem;
  }
}

.top-philosophy__video-title::before {
  content: "";
  background: var(--color_bg);
  width: 0.75rem;
  height: 1px;
  margin-inline: auto;
  position: absolute;
  inset: auto 0 -1px;
}

.top-philosophy__video-title::after {
  content: "";
  background: var(--color_main);
  width: 0.75rem;
  height: 1px;
  margin-inline: auto;
  position: absolute;
  inset: auto 0 -1px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}

.top-philosophy__items {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.top-philosophy__item-text {
  box-shadow: 30px 20px 40px rgba(0, 0, 0, 0.03);
  border-radius: 0.625rem;
  padding: 3.75rem 4.375rem;
  width: 47.22vw;
}

@media (max-width: 959px) {
  .top-philosophy__item-text {
    margin-block-start: -8%;
    padding: 2.5rem 1.25rem;
    width: 90%;
  }
}

.top-philosophy__item-img {
  margin-block-start: 3.75rem;
  width: 51.39vw;
  position: relative;
  z-index: -1;
}

@media (max-width: 959px) {
  .top-philosophy__item-img {
    margin-block-start: 0;
    order: -1;
    width: 90%;
  }
}

.top-philosophy__item {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 959px) {
  .top-philosophy__item {
    flex-direction: column;
  }
}

.top-philosophy__item:nth-child(odd) {
  padding-inline-start: calc(50% - 37.5rem);
}

.top-philosophy__item:nth-child(odd) .top-philosophy__item-text {
  background: linear-gradient(296.59deg, #e0ccdd 0%, #ffffff 35.62%);
  margin-inline-end: -6.25vw;
}

.top-philosophy__item:nth-child(odd) .top-philosophy__item-img img {
  border-radius: 0.625rem 0 0 0.625rem;
}

@media (max-width: 959px) {
  .top-philosophy__item:nth-child(odd) .top-philosophy__item-text {
    border-radius: 0 0.625rem 0.625rem 0;
    margin-inline-end: 0;
  }

  .top-philosophy__item:nth-child(odd) .top-philosophy__item-img {
    margin-inline-start: auto;
  }
}

.top-philosophy__item:nth-child(even) {
  padding-inline-end: calc(50% - 37.5rem);
}

.top-philosophy__item:nth-child(even) .top-philosophy__item-text {
  background: linear-gradient(296.59deg, #d1e2c5 0%, #ffffff 35.62%);
  margin-inline-start: -6.25vw;
}

.top-philosophy__item:nth-child(even) .top-philosophy__item-img {
  order: -1;
}

@media (min-width: 960px) {
  .top-philosophy__item:nth-child(even) .top-philosophy__item-img {
    padding-inline-start: 6.11vw;
  }
}

@media (max-width: 959px) {
  .top-philosophy__item:nth-child(even) .top-philosophy__item-text {
    border-radius: 0.625rem 0 0 0.625rem;
    margin-inline-start: auto;
  }

  .top-philosophy__item:nth-child(even) .top-philosophy__item-img {
    margin-inline-end: auto;
  }
}

.top-philosophy__item-head {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-block-end: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.top-philosophy__item-head:first-letter {
  color: var(--color-green);
}

@media (max-width: 959px) {
  .top-philosophy__item-head {
    font-size: 1.125rem;
  }
}

.top-philosophy__btnwrap {
  margin-block-start: 3.75rem;
}

.top-nayami {
  background: url(../img/top/nayami_bg.webp) no-repeat center bottom/auto 31.25rem;
  margin-inline: calc(50% - 50vw);
  padding-block: 0.000625rem 7.5rem;
}

@media (min-width: 960px) {
  .top-nayami {
    padding-inline: 1.25rem;
  }
}

.top-nayami__inner {
  background: linear-gradient(180deg, #ba7fb0 0%, rgba(186, 127, 176, 0.7) 100%);
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
  border-radius: 1.25rem;
  color: #fff;
  margin-inline: auto;
  padding: 5rem 6.25rem;
  position: relative;
  width: 75rem;
  max-width: 100%;
  margin-block-start: -6.25rem;
}

@media (max-width: 959px) {
  .top-nayami__inner {
    border-radius: 0;
    padding: 3.75rem 1.25rem;
  }
}

.top-nayami__inner::before,
.top-nayami__inner::after {
  content: "";
  background: url(../img/top/nayami_frame.svg) no-repeat center/contain;
  width: 24.25rem;
  height: auto;
  aspect-ratio: 388/122;
  position: absolute;
  opacity: 0.5;
}

@media (max-width: 599px) {

  .top-nayami__inner::before,
  .top-nayami__inner::after {
    width: 12.5rem;
  }
}

.top-nayami__inner::before {
  inset: 0 0 auto auto;
}

.top-nayami__inner::after {
  inset: auto auto 0 0;
  transform: scale(-1);
}

.top-nayami__title {
  font-size: 2.0625rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  margin-block-end: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.25em;
  text-align: center;
  width: 100%;
}

@media (max-width: 959px) {
  .top-nayami__title {
    margin-block-end: 1.25rem;
    font-size: 1.375rem;
  }
}

.top-nayami__title::before,
.top-nayami__title::after {
  content: "";
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  width: 13.125rem;
  max-width: 25%;
}

@media (max-width: 959px) {

  .top-nayami__title::before,
  .top-nayami__title::after {
    width: 6.25rem;
  }
}

@media (max-width: 599px) {

  .top-nayami__title::before,
  .top-nayami__title::after {
    width: 2.5rem;
  }
}

.top-nayami__title::after {
  transform: scale(-1, 1);
}

.top-nayami__title .s {
  font-size: 1.5rem;
}

@media (max-width: 959px) {
  .top-nayami__title .s {
    font-size: 1rem;
  }
}

.top-nayami__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  text-align: center;
}

@media (max-width: 959px) {
  .top-nayami__lead {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 599px) {
  .top-nayami__lead {
    text-align: left;
  }
}

.top-nayami__btnwrap {
  gap: 1.25rem;
  margin-block-start: 1.875rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .top-nayami__btnwrap {
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
  }
}

.top-nayami__btnwrap .top-nayami__btn {
  color: var(--color-pink);
}

.top-nayami__btnwrap .top-nayami__btn::after {
  background-color: var(--color-pink);
}

@media (min-width: 600px) {
  .top-nayami__btnwrap .top-nayami__btn {
    max-width: 100%;
  }
}

.top-nayami__btnwrap-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  max-width: 100%;
}

@media (max-width: 959px) {
  .top-nayami__btnwrap-item {
    width: 100%;
  }
}

.top-nayami__btnwrap-head {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.625rem;
  width: 100%;
}

.top-nayami__attention-hukidashi {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  margin-block: 5rem 1rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
}

.top-nayami__attention-hukidashi::before,
.top-nayami__attention-hukidashi::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 40px;
  transform: rotate(-30deg);
}

.top-nayami__attention-hukidashi::after {
  transform: rotate(30deg) scale(-1, 1);
}

@media (max-width: 959px) {
  .top-nayami__attention-hukidashi {
    font-size: 1.125rem;
    margin-block-start: 2.5rem;
  }
}

.top-nayami__attention {
  background: #fff;
  border-radius: 0.625rem;
  color: initial;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  gap: 3.75rem;
  padding: 2.5rem;
}

@media (max-width: 959px) {
  .top-nayami__attention {
    flex-direction: column;
    gap: 1.875rem;
    padding-inline: 1.25rem;
  }
}

.top-nayami__attention-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-block-end: 1.25rem;
}

@media (max-width: 959px) {
  .top-nayami__attention-title {
    font-size: 1.125rem;
  }
}

.top-nayami__attention-text {
  flex-shrink: 0;
  width: 50%;
}

@media (max-width: 959px) {
  .top-nayami__attention-text {
    width: 100%;
  }
}

.top-nayami__attention-img {
  flex: 1;
}

@media (max-width: 959px) {
  .top-nayami__attention-img {
    width: 100%;
  }
}

.top-nayami__attention-head {
  background: var(--color-pink);
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.625rem;
  margin-block-end: 1.25rem;
}

.top-doctor {
  margin-inline: calc(50% - 50vw);
}

@media (max-width: 599px) {
  .top-doctor {
    padding-block-end: 7.5rem;
  }
}

.top-doctor__profile {
  display: flex;
  gap: 4.0625rem;
}

@media (max-width: 1060px) {
  .top-doctor__profile {
    flex-direction: column;
    gap: 3.75rem;
  }
}

.top-profile__dl {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  flex: 1;
  padding-inline-start: calc(50% - 31.25rem);
}

@media (max-width: 959px) {
  .top-profile__dl {
    padding-inline: 1.25rem;
  }
}

.top-profile__dt {
  border-block-end: 1px solid var(--color_main);
  color: var(--color_main);
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  padding-block-end: 0.625rem;
  margin-block-end: 1.875rem;
}

@media (max-width: 959px) {
  .top-profile__dt {
    font-size: 1rem;
  }
}

.top-profile__dl-keireki .top-profile__dd+* {
  margin-block-start: 0.5em;
}

.top-profile__dl-gakkai .top-profile__dd {
  display: flex;
  gap: 0.1875rem;
  padding-inline-start: 1.5em;
  position: relative;
}

.top-profile__dl-gakkai .top-profile__dd::before {
  content: "●";
  color: var(--color_main);
  position: absolute;
  inset: auto auto auto 0;
}

.top-profile__imgwrap {
  border-radius: 0 0 0 2.9375rem;
  padding: 0 0 3.125rem 4.0625rem;
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.05);
  padding-inline-end: calc(50% - 31.25rem);
}

@media (max-width: 1060px) {
  .top-profile__imgwrap {
    margin-inline-start: 2.5rem;
    padding-inline-end: 6.5625rem;
  }
}

@media (max-width: 599px) {
  .top-profile__imgwrap {
    margin-inline-start: 1.875rem;
    padding-inline: 1.875rem 3.75rem;
  }
}

.top-profile__img {
  margin-inline: auto;
  position: relative;
  width: fit-content;
}

.top-profile__img::after {
  content: "";
  background: url(../img/top/doctor_medal.webp) no-repeat center/contain;
  width: 9.125rem;
  height: auto;
  aspect-ratio: 146/157;
  position: absolute;
  inset: -1.875rem -1.875rem auto auto;
}

@media (max-width: 599px) {
  .top-profile__img::after {
    width: 6.25rem;
  }
}

.top-profile__img img {
  border-radius: 0.625rem;
  width: 22.5rem;
  aspect-ratio: 36/46;
}

.top-profile__name {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
  margin-block-start: 1.25rem;
}

.top-profile__name-ja {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
}

.top-profile__name-kana {
  font-size: 0.875rem;
}

.top-reason {
  padding-block-start: 0;
}

.top-reason__items {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}

@media (max-width: 959px) {
  .top-reason__items {
    gap: 5rem;
  }
}

.top-reason__item {
  display: grid;
  gap: 5rem;
  grid-template-columns: 48.33% auto;
}

@media (max-width: 959px) {
  .top-reason__item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 599px) {
  .top-reason__item {
    gap: 1.875rem;
  }
}

.top-reason__item:nth-child(odd) .top-reason__img::after {
  content: "";
  background: var(--color-pink);
}

.top-reason__item:nth-child(even) .top-reason__img::after {
  content: "";
  background: var(--color-green);
}

.top-reason__img {
  height: fit-content;
  position: relative;
}

@media (max-width: 959px) {
  .top-reason__img {
    order: 2;
    max-width: 80%;
    margin-inline: auto;
  }
}

.top-reason__img::before {
  content: "";
  background: var(--color_main);
  border-radius: 0.4375rem;
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  opacity: 0.8;
  position: absolute;
  inset: -2.5rem auto auto -2.5rem;
}

@media (max-width: 599px) {
  .top-reason__img::before {
    width: 2.5rem;
    inset: -1.25rem auto auto -1.25rem;
  }
}

.top-reason__img::after {
  content: "";
  border-radius: 0.3125rem;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  opacity: 0.8;
  position: absolute;
  inset: auto -1.25rem -1.25rem auto;
}

@media (max-width: 599px) {
  .top-reason__img::after {
    width: 1.5625rem;
    inset: auto -0.625rem -0.625rem auto;
  }
}

.top-reason__img img {
  border-radius: 10px;
}

.top-reason__items-label {
  color: var(--color_main);
  font-size: 1.25rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-block-end: 1.25rem;
  line-height: 1;
}

@media (max-width: 599px) {
  .top-reason__items-label {
    font-size: 0.875rem;
  }
}

.top-reason__items-title {
  margin-block-end: 3.75rem;
}

@media (max-width: 959px) {
  .top-reason__items-title {
    margin-block-end: 1.875rem;
  }
}

.top-reason__items-main {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

@media (max-width: 599px) {
  .top-reason__items-main {
    font-size: 1.125rem;
  }
}

.top-step {
  background: #fff;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 37.5rem);
}

.top-step__inner {
  max-width: calc(100vw - 2.5rem);
  margin-inline: auto;
}

.top-step__title .c-title__overlap-en {
  color: var(--color-ef);
}

.top-step__items {
  counter-reset: number 0;
}

.top-step__item {
  border-inline-start: 1px solid var(--color_main);
  display: grid;
  grid-template-columns: auto 37.46%;
  gap: 3.75rem;
  margin-inline-start: 3.25rem;
  padding: 0 0 6.25rem 5.625rem;
  position: relative;
}

.top-step__item:last-child {
  border-inline-start: 0;
}

@media (max-width: 959px) {
  .top-step__item {
    gap: 1.875rem;
    grid-template-columns: 1fr;
    margin-inline-start: 2.1875rem;
    padding: 0 0 3.75rem 3.125rem;
  }
}

.top-step__badge {
  background: #fff;
  border-radius: 100%;
  color: var(--color_main);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 6.375rem;
  height: auto;
  aspect-ratio: 1;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.07), inset 10px 10px 30px rgba(0, 0, 0, 0.03);
  position: absolute;
  inset: 0 auto auto -3.25rem;
}

@media (max-width: 959px) {
  .top-step__badge {
    font-size: 0.75rem;
    width: 4.375rem;
    inset-inline-start: -2.1875rem;
  }
}

.top-step__badge::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (max-width: 959px) {
  .top-step__badge::after {
    font-size: 1.125rem;
  }
}

.top-step__item-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-block-end: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

@media (max-width: 599px) {
  .top-step__item-title {
    margin-block-end: 1.875rem;
  }
}

.top-step__item-title__label {
  border-block-end: 1px solid var(--color_main);
  margin-block-end: 0.9375rem;
  padding-inline: 0.3125rem;
  position: relative;
  width: fit-content;
}

@media (max-width: 599px) {
  .top-step__item-title__label {
    font-size: 0.875rem;
  }
}

.top-step__item-title__label::before {
  content: "";
  background: #fff;
  width: 0.75rem;
  height: 1px;
  position: absolute;
  inset: auto auto -1px 1.4375rem;
}

.top-step__item-title__label::after {
  content: "";
  background: var(--color_main);
  width: 0.75rem;
  height: 1px;
  position: absolute;
  inset: auto auto -1px 1.4375rem;
  transform: rotate(45deg);
  transform-origin: 0 0;
}

.top-step__item-title__main {
  font-size: 1.5rem;
}

@media (max-width: 599px) {
  .top-step__item-title__main {
    font-size: 1.125rem;
  }
}

.top-step__img img {
  border-radius: 0.625rem;
}

.top-step__box {
  background: #e8f1f7;
  border-radius: 0.625rem;
  padding: 3.75rem 4.375rem;
  position: relative;
}

@media (min-width: 960px) {
  .top-step__box {
    grid-area: 2/1/3/3;
  }
}

@media (max-width: 959px) {
  .top-step__box {
    padding: 3.75rem 1.25rem 1.875rem;
    margin-inline-start: -5.3125rem;
    margin-block-start: 3.75rem;
  }
}

.top-step__box-head {
  position: absolute;
  inset: auto auto calc(100% - 1.5em) 1.5em;
  color: #fff;
  background-color: var(--color_main);
  border-radius: 6.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0.5em 1.5em;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 959px) {
  .top-step__box-head {
    font-size: 1rem;
    inset: auto 1em calc(100% - 1.5em);
  }
}

.top-step__box-dl {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.top-step__box-dt {
  background-color: #fff;
  border-radius: 6.25rem;
  color: var(--color_main);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  padding: 0 0.625rem;
  width: 15.625rem;
  max-width: 100%;
  text-align: center;
  margin-block-end: 0.625rem;
}

@media (max-width: 959px) {
  .top-step__box-dt {
    width: 100%;
  }
}

.top-implant {
  padding-block: 7.5rem;
}

.top-implant::before {
  content: "";
  mask: url(../img/common/ring.svg) no-repeat center/contain;
  background: var(--color-green);
  width: 9.0625rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  margin-inline: auto;
  inset: -4.8125rem 0 auto;
  animation: rotation 15s linear infinite;
}

@media (max-width: 599px) {
  .top-implant::before {
    width: 5.625rem;
    inset-block-start: -2.8125rem;
  }
}

.top-implant__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.75rem 5rem;
  margin-inline: auto;
  width: 53.125rem;
  max-width: 100%;
}

@media (max-width: 599px) {
  .top-implant__list {
    gap: 1.875rem 0.9375rem;
  }
}

.top-implant__item {
  text-align: center;
}

@media (max-width: 599px) {
  .top-implant__item {
    width: calc(50% - 1.875rem);
  }
}

.top-implant__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  transition: opacity 0.3s;
}

.top-implant__link:hover {
  opacity: 0.7;
}

.top-implant__link:hover .top-implant__text::after {
  transform: translateX(0.3125rem);
}

.top-implant__icon {
  background: var(--color-d7);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.3125rem;
  height: auto;
  aspect-ratio: 1;
}

@media (max-width: 599px) {
  .top-implant__icon {
    width: 5.625rem;
  }

  .top-implant__icon img {
    height: 2.5rem;
  }
}

.top-implant__text {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.7;
  position: relative;
}

@media (max-width: 959px) {
  .top-implant__text {
    font-size: 1rem;
  }
}

@media (max-width: 599px) {
  .top-implant__text {
    font-size: 0.875rem;
  }
}

.top-implant__text::after {
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  background: var(--color-green);
  height: 0.75rem;
  aspect-ratio: 1;
  margin-block: auto;
  position: absolute;
  inset: 0 auto 0 calc(100% + 0.9375rem);
  transition: 0.3s;
}

.top-case {
  background: linear-gradient(270deg, #e4dfe3 0%, #e3e7ef 100%);
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 36.25rem);
}

.top-case::before {
  content: "";
  mask: url(../img/common/ring.svg) no-repeat center/contain;
  background: #fff;
  width: 39.0625rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  inset: auto auto 7.5rem -18.125rem;
  animation: rotation 20s linear infinite;
}

@media (max-width: 599px) {
  .top-case::before {
    width: 18.75rem;
    inset: auto auto 15rem -7.5rem;
  }
}

.top-case__slider {
  position: relative;
}

.top-case__slider .swiper {
  padding: 0.625rem 2.5rem 4.375rem;
}

@media (max-width: 599px) {
  .top-case__slider .swiper {
    padding: 0.3125rem 1.25rem 2.5rem;
  }
}

.top-case__slider .swiper-pagination {
  position: relative;
}

/* @media (min-width: 960px) {
  .top-case__slider .swiper-pagination {
    display: none;
  }
} */

.top-case__slider .swiper-pagination-bullet-active {
  background-color: var(--color_main);
}

.top-case__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 0.625rem;
}

.top-case__slider .swiper-pagination-bullet {
  width: 0.75rem;
  height: auto;
  aspect-ratio: 1;
}

.top-case__slider .swiper-button-next,
.top-case__slider .swiper-button-prev {
  background: var(--color_main);
  border-radius: 100%;
  height: 3.375rem;
  width: auto;
  aspect-ratio: 1;
  inset-block-start: 27.8125rem;
}

.top-case__slider .swiper-button-next::after,
.top-case__slider .swiper-button-prev::after {
  content: "";
  display: block;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.75rem;
  aspect-ratio: 1;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translateX(0.25rem);
}

@media (max-width: 959px) {

  .top-case__slider .swiper-button-next,
  .top-case__slider .swiper-button-prev {
    position: relative;
    height: 2rem;
    margin-block-start: 0;
    inset: auto !important;
  }
}

.top-case__slider .swiper-button-prev {
  inset-inline-start: -3.75rem;
  transform: scale(-1, 1);
}

.top-case__slider .swiper-button-next {
  inset-inline-end: -3.75rem;
  background: var(--color-pink);
}

.top-case__slider .swiper-slide {
  background: #fff;
  box-shadow: 0px 1.875rem 2.5rem rgba(0, 0, 0, 0.05);
  border-radius: 1.25rem;
  padding: 5rem 5.625rem;
}

@media (max-width: 959px) {
  .top-case__slider .swiper-slide {
    box-shadow: 0px 1.25rem 1.875rem rgba(0, 0, 0, 0.05);
    padding: 2.5rem 1.25rem;
  }
}

.top-case__slider-top {
  position: relative;
}

/* @media (min-width: 960px) {
  .top-case__slider-top {
    display: none;
  }
} */

@media (max-width: 959px) {
  .top-case__slider-top {
    margin-inline: 4vw;
    margin-block-end: 0.625rem;
    position: relative;
    display: flex;
    justify-content: center;
  }
}

.top-case__slider-bottom .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

@media (max-width: 959px) {
  .top-case__slider-bottom {
    margin-inline: 4vw;
    inset-block-start: 1.875rem;
    position: absolute;
    inset: 100% 0 auto;
  }
}

@media (max-width: 959px) {
  .top-case__slider-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    inset: 0;
  }
}

.top-case__head {
  color: var(--color_main);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-block-end: 3.75rem;
  padding-block-end: 1.875rem;
  text-align: center;
  position: relative;
}

@media (max-width: 599px) {
  .top-case__head {
    font-size: 1rem;
    padding-block-end: 1.25rem;
  }
}

.top-case__head::after {
  content: "";
  background-color: var(--color_main);
  margin-inline: auto;
  width: 5rem;
  height: 1px;
  position: absolute;
  inset: auto 0 0;
}

.top-case__compare {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 959px) {
  .top-case__compare {
    gap: 0.625rem;
  }
}

.top-case__compare-before__label,
.top-case__compare-after__label {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  margin-block-end: 1.25rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}

@media (max-width: 599px) {

  .top-case__compare-before__label,
  .top-case__compare-after__label {
    font-size: 1rem;
    margin-block-end: 0.625rem;
  }
}

.top-case__compare-before__label {
  color: var(--color_main);
}

.top-case__compare-after__label {
  color: var(--color-pink);
}

.top-case__compare-before__img img,
.top-case__compare-after__img img {
  border-radius: 0.625rem;
  aspect-ratio: 39/26;
  object-fit: cover;
}

.top-case__detail {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-block-start: 3.75rem;
}

@media (max-width: 599px) {
  .top-case__detail {
    margin-block-start: 1.875rem;
  }
}

.top-case__detail-row {
  display: grid;
  grid-template-columns: 14.375rem auto;
}

@media (max-width: 599px) {
  .top-case__detail-row {
    grid-template-columns: 1fr;
  }
}

.top-case__detail-term,
.top-case__detail-desc {
  padding: 0.75rem 1.5625rem;
}

@media (max-width: 599px) {

  .top-case__detail-term,
  .top-case__detail-desc {
    padding: 0.3125rem 0.9375rem;
  }
}

.top-case__detail-term {
  background: linear-gradient(90deg, #e3e7ef 0%, #ffffff 100%);
  color: var(--color_main);
  display: flex;
  align-items: center;
}

.top-case__lead {
  color: var(--color_main);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-block-start: 3.125rem;
  padding-block: 7.5rem 5rem;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .top-case__lead {
    font-size: 1.125rem;
    padding-block: 3.125rem;
  }
}

.top-case__lead::before,
.top-case__lead::after {
  content: "";
  background-color: var(--color_main);
  width: 1px;
  margin-inline: auto;
  position: absolute;
  inset-inline: 0;
}

@media (max-width: 959px) {

  .top-case__lead::before,
  .top-case__lead::after {
    height: 1.875rem;
  }
}

.top-case__lead::before {
  inset-block-start: 0;
}

@media (min-width: 960px) {
  .top-case__lead::before {
    height: 5.625rem;
  }
}

.top-case__lead::after {
  inset-block-end: 0;
}

@media (min-width: 960px) {
  .top-case__lead::after {
    height: 3.75rem;
  }
}

.top-case__more {
  margin-block-start: 2.8125rem;
}

.top-choices {
  background: url(../img/top/choices_bg.webp) no-repeat center/cover;
  color: #fff;
  padding-block: 6.25rem;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 37.5rem);
}

@media (max-width: 599px) {
  .top-choices {
    padding-block: 3.75rem;
  }
}

.top-choices__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.0625rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.2em;
}

.top-choices__title .s {
  font-size: 1.5rem;
}

@media (max-width: 599px) {
  .top-choices__title {
    font-size: 1.25rem;
  }

  .top-choices__title .s {
    font-size: 1rem;
  }
}

.top-choices__more {
  margin-block-start: 1.875rem;
}

.top-choices__more-button {
  width: 31.25rem !important;
}

.top-faq__item {
  border-block-start: 1px solid var(--color-ad);
  transition: 0.3s;
}

.top-faq__item:last-child {
  border-block-end: 1px solid var(--color-ad);
}

.top-faq__item:has(.top-faq__a.is-open) {
  padding-block-end: 1.875rem;
}

.top-faq__q {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 2.5rem 3.125rem;
  letter-spacing: 0.1em;
  position: relative;
}

@media (max-width: 959px) {
  .top-faq__q {
    font-size: 1rem;
    padding: 1.25rem 3.125rem 1.25rem 1.875rem;
  }
}

.top-faq__q::before {
  content: "Q.";
  color: var(--color_main);
  font-size: 1.875rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto auto auto 0;
  transform: translateY(0.25em);
}

@media (max-width: 959px) {
  .top-faq__q::before {
    font-size: 1.125rem;
    transform: translateY(0.55em);
  }
}

@media (max-width: 599px) {
  .top-faq__q::before {
    font-size: 1rem;
  }
}

.top-faq__a {
  padding: 0 3.125rem;
  position: relative;
}

@media (max-width: 959px) {
  .top-faq__a {
    padding: 0 1.875rem;
  }
}

.top-faq__a::before {
  content: "A.";
  color: var(--color-pink);
  font-size: 1.875rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto auto auto 0;
  transform: translateY(0.25em);
}

@media (max-width: 959px) {
  .top-faq__a::before {
    font-size: 1.125rem;
    transform: translateY(0.55em);
  }
}