@charset "UTF-8";
@media (min-width: 600px) {
  .is-hidden_pc {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .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;
}

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

table {
  width: 100%;
}

.c-title__black {
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  margin-block-end: 3.75rem;
}
@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: 7.5rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 959px) {
  .c-title__overlap {
    margin-block-end: 3.75rem;
  }
}

.c-title__overlap-ja {
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (max-width: 959px) {
  .c-title__overlap-ja {
    font-size: 1.25rem;
  }
}

.c-title__overlap-en {
  color: var(--color-f4);
  font-family: "Cormorant Garamond", serif;
  font-size: 12.5rem;
  line-height: 1;
  margin: auto;
  width: fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateY(-25px);
}
@media (max-width: 959px) {
  .c-title__overlap-en {
    font-size: 5.625rem;
  }
}

.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__orange {
  margin-block-start: 5rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .c-btn__orange {
    margin-block-start: 3.75rem;
  }
}
.c-btn__orange a {
  background-color: var(--color_main);
  border-radius: 2.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
  width: 25rem;
  max-width: 90%;
  height: 5rem;
  position: relative;
}
@media (max-width: 599px) {
  .c-btn__orange a {
    font-size: 0.9375rem;
    height: 3.75rem;
  }
}
.c-btn__orange 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__orange a:hover {
  opacity: 0.7;
}

.c-btn__blue {
  margin-block-start: 5rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .c-btn__blue {
    margin-block-start: 3.75rem;
  }
}
.c-btn__blue a {
  background-color: var(--color_deep01);
  border-radius: 2.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
  width: 25rem;
  max-width: 85%;
  height: 5rem;
  position: relative;
}
@media (max-width: 599px) {
  .c-btn__blue a {
    font-size: 0.9375rem;
    height: 3.75rem;
  }
}
.c-btn__blue 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__blue a:hover {
  opacity: 0.7;
}

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

:root {
  --color-cb: #CBF7F6;
  --color-f9: #F9F6F0;
  --color-f4: #F4EEE3;
  --color-b1: #B1AB9E;
}

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 {
  margin-block-start: 17.5rem;
  position: relative;
}
@media (max-width: 959px) {
  .l-section {
    margin-block-start: 7.5rem;
  }
}

.top-mv {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 959px) {
  .top-mv {
    margin-block-start: -2em;
  }
}

.top-mv__inner {
  margin-inline: 2.5rem;
  position: relative;
}
@media (max-width: 599px) {
  .top-mv__inner {
    margin-inline: 1.25rem;
  }
}

.top-mv__imgwrap img {
  width: 100%;
  height: 41.25rem;
  object-fit: cover;
}
@media (max-width: 959px) {
  .top-mv__imgwrap img {
    height: 31.25rem;
    object-position: 14%;
  }
}

.top-mv__textwrap {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
  position: absolute;
  inset: 3.125rem 2.5rem 3.125rem auto;
  width: 51.47%;
}
@media (max-width: 959px) {
  .top-mv__textwrap {
    padding: 30px 20px;
    inset: auto 0 -17%;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .top-mv__textwrap {
    height: fit-content;
    line-height: 1.7;
  }
}

.top-mv__catch {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 959px) {
  .top-mv__catch {
    font-size: 1rem;
    text-align: center;
  }
}

.top-mv__text {
  font-size: 1.25rem;
  margin-block-start: 1.875rem;
}
@media (max-width: 959px) {
  .top-mv__text {
    font-size: 0.75rem;
    margin-block-start: 0.625rem;
  }
}

.top-mv__achievements {
  display: flex;
  gap: 1.25rem;
  margin-block-start: 1.875rem;
}
@media (max-width: 959px) {
  .top-mv__achievements {
    gap: 0.625rem;
    margin-block-start: 0.9375rem;
  }
}

.top-mv__achievements-item img {
  width: 11.25rem;
  aspect-ratio: 1;
}
@media (max-width: 959px) {
  .top-mv__achievements-item img {
    width: 7.5rem;
  }
}

.top-about {
  display: flex;
  justify-content: flex-start;
  margin-block-start: 15rem;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 959px) {
  .top-about {
    flex-direction: column;
    align-items: center;
    margin-block-start: 7.5rem;
    margin-inline: 0;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .top-about__title {
    font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.top-about__text {
  background-color: #fff;
  margin-block-start: 5rem;
  margin-inline-end: -7.78%;
  padding: 5rem 5rem 5rem calc(50vw - 37.5rem);
  position: relative;
  z-index: 1;
  width: 57.78%;
}
@media (max-width: 959px) {
  .top-about__text {
    margin-block-start: 0;
    margin-inline-end: 0;
    padding: 0;
    width: 100%;
  }
}
.top-about__text::before {
  content: "About us";
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: rotate(90deg);
  transform-origin: top left;
  inset: 0 auto auto calc(100% + 0.8em);
  white-space: pre;
  position: absolute;
}
@media (max-width: 959px) {
  .top-about__text::before {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-about__text > * {
    padding-inline-start: 1.25rem;
  }
}

.top-about__imgwrap {
  flex-shrink: 0;
  width: 50%;
  position: relative;
}
.top-about__imgwrap img {
  aspect-ratio: 297/223;
  width: 100%;
}
@media (max-width: 959px) {
  .top-about__imgwrap {
    margin-block-start: 1.25rem;
    width: 80%;
  }
}

.top-conductor {
  margin-block-start: 6.25rem;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.top-conductor__inner {
  background-color: var(--color-f9);
  margin-inline: 2.5rem;
  padding: 7.5rem 5rem;
}
@media (max-width: 959px) {
  .top-conductor__inner {
    margin-inline: 4vw;
    padding: 5rem 4vw;
  }
}

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

.top-conductor__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 2.5rem;
  counter-reset: number 0;
}
@media (max-width: 959px) {
  .top-conductor__grid {
    gap: 1.875rem 1.25rem;
  }
}
@media (max-width: 599px) {
  .top-conductor__grid {
    grid-template-columns: 1fr;
  }
}

.top-conductor__card {
  background-color: #fff;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  position: relative;
}
.top-conductor__card::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  color: var(--color_main);
  font-family: Futura, "Century Gothic", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  inset: -1.25rem auto auto -0.625rem;
}
@media (max-width: 599px) {
  .top-conductor__card::before {
    font-size: 1.5rem;
    inset-block-start: -0.625rem;
  }
}
.top-conductor__card:first-child {
  background-image: url(/assets/img/top/conductor_road.svg);
  background-position: right 0.6875rem bottom;
}
.top-conductor__card:nth-child(2) {
  background-image: url(/assets/img/top/conductor_comment.svg);
  background-position: right 1rem bottom 0.6875rem;
}
.top-conductor__card:nth-child(3) {
  background-image: url(/assets/img/top/conductor_book.svg);
  background-position: right 0.875rem bottom 0.5625rem;
}
.top-conductor__card:nth-child(4) {
  background-image: url(/assets/img/top/conductor_man.svg);
  background-position: right 0.5625rem bottom 0.9375rem;
}

.top-conductor-card__text {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 959px) {
  .top-conductor-card__text {
    font-size: 1rem;
  }
}

.top-conductor-card {
  position: relative;
  height: 182px;
}

.top-conductor-card__title {
  position: absolute;
  left: 169px;
  top: 62px;
  width: 262px;
}

.top-conductor-card__icon {
  position: absolute;
  right: 10px;
  top: 27px;
  width: 106px;
  height: 106px;
}

.top-conductor-card__icon img {
  max-width: none;
  max-height: 100%;
  object-fit: contain;
}

.top-promise {
  margin-block-start: 15rem;
  counter-reset: number 0;
}
@media (max-width: 959px) {
  .top-promise {
    margin-block-start: 7.5rem;
  }
}

.top-promise__items {
  display: flex;
  flex-direction: column;
  gap: 8.75rem;
}
@media (max-width: 959px) {
  .top-promise__items {
    gap: 5rem;
  }
}

.top-promise__item {
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  .top-promise__item {
    align-items: flex-start;
  }
}
@media (max-width: 599px) {
  .top-promise__item {
    flex-direction: column;
    align-items: center;
  }
}
.top-promise__item:nth-child(odd) .top-promise__imgwrap {
  order: -1;
}
@media (min-width: 960px) {
  .top-promise__item:nth-child(even) .top-promise__content {
    margin-inline-end: -3.75rem;
  }
}

.top-promise__badge {
  background-color: var(--color_main);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  position: absolute;
  inset: -3.75rem auto auto 0;
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 959px) {
  .top-promise__badge {
    inset-block-start: -1.5625rem;
    width: 3.125rem;
  }
}

.top-promise__badge:after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: Futura, "Century Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
}
@media (max-width: 959px) {
  .top-promise__badge:after {
    font-size: 1rem;
  }
}

.top-promise__badge-label {
  font-size: 0.875rem;
  font-weight: 700;
}
@media (max-width: 959px) {
  .top-promise__badge-label {
    font-size: 0.625rem;
  }
}

.top-promise__content {
  flex: 1;
  padding-inline: 3.75rem;
}
@media (max-width: 959px) {
  .top-promise__content {
    padding-inline: 4vw;
  }
}

.top-promise__head {
  border-block-end: 1px solid var(--color_main);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 -3.75rem 1.875rem;
  padding-block-end: 0.9375rem;
  padding-inline: 3.75rem;
  letter-spacing: 0.15em;
}
@media (max-width: 959px) {
  .top-promise__head {
    font-size: 1.125rem;
    padding-block-start: 1.875rem;
    letter-spacing: 0.1em;
  }
}

.top-promise__imgwrap {
  flex-shrink: 0;
  padding-inline-start: 3.75rem;
  width: fit-content;
  position: relative;
}
@media (max-width: 959px) {
  .top-promise__imgwrap {
    padding-inline-start: 1.5625rem;
  }
}
@media (max-width: 599px) {
  .top-promise__imgwrap {
    padding-inline: 1.5625rem;
    order: -1;
  }
}

.top-promise__imgwrap img {
  width: 15rem;
  aspect-ratio: 1;
}
@media (max-width: 959px) {
  .top-promise__imgwrap img {
    width: 10rem;
  }
}

@media (min-width: 960px) {
  .top-service {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

@media (min-width: 960px) {
  .top-service__inner {
    margin-inline: 2.5rem;
  }
}

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

.top-service__grid {
  background-color: var(--color-f9);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.75rem 2.5rem;
  margin-block-start: 5rem;
  padding-block-end: 7.5rem;
  padding-inline: calc(50vw - 40rem);
  position: relative;
  z-index: 0;
}
@media (max-width: 959px) {
  .top-service__grid {
    margin-inline: -4vw;
    padding-inline: 4vw;
    gap: 1.875rem 1.25rem;
  }
}
.top-service__grid::before {
  content: "";
  background-color: #fff;
  height: 15.5625rem;
  position: absolute;
  inset: 0 0 auto 0;
  z-index: -1;
}

.top-service__card {
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  width: calc((100% - 5rem) / 3);
}
@media (max-width: 959px) {
  .top-service__card {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media (max-width: 599px) {
  .top-service__card {
    width: 80%;
  }
}

.top-service__card-imgwrap img {
  width: 100%;
  aspect-ratio: 373/249;
}

.top-service__card-body {
  text-align: center;
  padding: 1.875rem 2.5rem;
}
@media (max-width: 599px) {
  .top-service__card-body {
    padding: 1.25rem;
  }
}

.top-service__card-title {
  border-block-start: 1px solid var(--color-b1);
  font-size: 1.5rem;
  font-weight: 700;
  margin-block-start: 1.5625rem;
  padding-block-start: 1.875rem;
  letter-spacing: 0.15em;
}
.top-service__card-title .s {
  font-size: 0.875rem;
}
@media (max-width: 599px) {
  .top-service__card-title {
    font-size: 1.125rem;
    margin-block-start: 0.9375rem;
    padding-block-start: 1.25rem;
  }
}

.top-service__card-caption {
  line-height: 1.7;
}

.top-service__btn {
  margin-block-start: -2.5rem;
}

.top-voice {
  background: url(../img/top/voice_bg.webp) repeat-x center bottom/auto 25.625rem;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 37.5rem);
  width: 100vw;
}
.top-voice .swiper-wrapper {
  align-items: normal;
}
.top-voice .swiper-slide {
  height: auto;
}
.top-voice .swiper-pagination-bullet-active {
  background-color: var(--color_main);
}
.top-voice .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 0.625rem;
}
.top-voice .swiper-pagination-bullet {
  width: 0.75rem;
  height: auto;
  aspect-ratio: 1;
}
.top-voice .swiper-button-next,
.top-voice .swiper-button-prev {
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  height: 4rem;
  width: auto;
  aspect-ratio: 37/64;
  inset-block-start: 6.875rem;
}
.top-voice .swiper-button-next::after,
.top-voice .swiper-button-prev::after {
  display: none;
}
@media (max-width: 959px) {
  .top-voice .swiper-button-next,
  .top-voice .swiper-button-prev {
    height: 2rem;
    position: relative;
    inset: auto !important;
  }
}
.top-voice .swiper-button-prev {
  inset-inline-start: -3.75rem;
}
.top-voice .swiper-button-next {
  inset-inline-end: -3.75rem;
  transform: scale(-1, 1);
}

@media (max-width: 959px) {
  .top-voice__card-arrow {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 95%;
    margin-inline: auto;
    inset: auto 0 0.625rem;
    z-index: 11;
  }
}

.top-voice__title {
  margin-block-end: 8.125rem;
}
@media (max-width: 959px) {
  .top-voice__title {
    margin-block-end: 3.75rem;
  }
}

.top-voice__slider {
  padding-block-end: 4.0625rem;
  position: relative;
}

.top-voice__card-body {
  background-color: var(--color-f9);
  border-radius: 1.25rem;
  font-size: 0.875rem;
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
  line-height: 1.6;
  padding: 1.875rem;
  height: 100%;
}
@media (max-width: 599px) {
  .top-voice__card-body {
    padding: 1.25rem;
  }
}

.top-voice__card-meta {
  text-align: right;
  margin-block-start: auto;
}

.top-consultation {
  background: url(../img/top/consultation_bg.webp) no-repeat top center/100%;
  margin-block-start: 15rem;
  margin-inline: calc(50% - 50vw);
  padding-block-start: 15.625rem;
  padding-inline: calc(50vw - 37.5rem);
  width: 100vw;
}
@media (max-width: 959px) {
  .top-consultation {
    margin-block-start: 7.5rem;
    padding-block-start: 7.5rem;
  }
}
.top-consultation .swiper {
  padding: 1.375rem;
}
.top-consultation .swiper-pagination {
  position: relative;
}
@media (min-width: 960px) {
  .top-consultation .swiper-pagination {
    display: none;
  }
}
.top-consultation .swiper-pagination-bullet-active {
  background-color: var(--color_main);
}
.top-consultation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 0.625rem;
}
.top-consultation .swiper-pagination-bullet {
  width: 0.75rem;
  height: auto;
  aspect-ratio: 1;
}
.top-consultation .swiper-button-next,
.top-consultation .swiper-button-prev {
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  height: 4rem;
  width: auto;
  aspect-ratio: 37/64;
  inset-block-start: 27.8125rem;
}
.top-consultation .swiper-button-next::after,
.top-consultation .swiper-button-prev::after {
  display: none;
}
@media (max-width: 959px) {
  .top-consultation .swiper-button-next,
  .top-consultation .swiper-button-prev {
    position: static;
    height: 2rem;
    margin-block-start: 0;
  }
}
.top-consultation .swiper-button-prev {
  inset-inline-start: -3.75rem;
}
.top-consultation .swiper-button-next {
  inset-inline-end: -3.75rem;
  transform: scale(-1, 1);
}

.top-consultation__card-top {
  position: relative;
}
@media (min-width: 960px) {
  .top-consultation__card-top {
    display: none;
  }
}
@media (max-width: 959px) {
  .top-consultation__card-top {
    margin-inline: 4vw;
    position: relative;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 959px) {
  .top-consultation__card-bottom {
    margin-inline: 4vw;
    inset-block-start: 1.875rem;
    position: absolute;
    inset: calc(100% + 3.75rem) 0 auto;
  }
  .top-consultation__card-bottom .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
}

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

.top-consultation__title .c-title__overlap-en {
  color: #d0eaed;
}

.top-consultation__slider {
  position: relative;
}

.top-consultation__card {
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 5rem 6.25rem;
}
@media (max-width: 959px) {
  .top-consultation__card {
    padding: 2.5rem 4vw 5rem;
  }
}

.top-consultation__header {
  display: flex;
  gap: 3.125rem;
  align-items: center;
}
@media (max-width: 599px) {
  .top-consultation__header {
    flex-direction: column;
    gap: 1.5625rem;
  }
}

.top-consultation__header-titlewrap {
  background-color: var(--color-f9);
  border-radius: 1.25rem;
  flex: 1;
  padding: 1.875rem 2.5rem;
  position: relative;
  width: 100%;
}
@media (max-width: 959px) {
  .top-consultation__header-titlewrap {
    padding: 0.9375rem;
  }
}
.top-consultation__header-titlewrap::after {
  content: "";
  background-color: var(--color-f9);
  height: 1.375rem;
  width: auto;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-block: auto;
  position: absolute;
  inset: 0 auto 0 100%;
}
@media (max-width: 959px) {
  .top-consultation__header-titlewrap::after {
    margin: 0 auto;
    transform: rotate(90deg);
    inset: 100% 0 auto;
  }
}

.top-consultation__header-category {
  background-color: var(--color_main);
  border-radius: 6.25rem;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.375rem 1.375rem;
  line-height: 1;
  width: fit-content;
  position: absolute;
  inset-block-start: -0.75rem;
}

.top-consultation__header-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media (max-width: 959px) {
  .top-consultation__header-title {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.top-consultation__header-imgwrap {
  flex-shrink: 0;
  width: fit-content;
}
.top-consultation__header-imgwrap img {
  width: 10rem;
  aspect-ratio: 1;
}
@media (max-width: 599px) {
  .top-consultation__header-imgwrap img {
    width: 6.25rem;
  }
}

.top-consultation__summary {
  margin-block-start: 3.75rem;
}
@media (max-width: 959px) {
  .top-consultation__summary {
    margin-block-start: 1.875rem;
  }
}

.top-consultation__bottom {
  border: 0.375rem solid var(--color-f9);
  border-radius: 1rem;
  margin: 3.75rem -3.125rem 0;
  padding: 3.125rem 3.125rem 3.75rem;
}
@media (max-width: 959px) {
  .top-consultation__bottom {
    margin: 1.875rem 0 0;
    padding: 1.25rem;
  }
}

.top-consultation__result {
  margin-block-start: 3.75rem;
}
@media (max-width: 959px) {
  .top-consultation__result {
    margin-block-start: 1.875rem;
  }
}

.top-consultation__btn {
  margin-block-start: -3.75rem !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .top-consultation__btn a {
    max-width: 80% !important;
  }
}

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

.top-price__item + .top-price__item {
  margin-block-start: 10rem;
}
@media (max-width: 599px) {
  .top-price__item + .top-price__item {
    margin-block-start: 5rem;
  }
}

.top-price__item-body {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
@media (max-width: 959px) {
  .top-price__item-body {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.top-price__item-title {
  background-color: var(--color-f9);
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  gap: 1.5625rem;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  width: 15rem;
  aspect-ratio: 1;
}
@media (max-width: 959px) {
  .top-price__item-title {
    gap: 0.625rem;
    flex-direction: row;
    justify-content: normal;
    font-size: 1.125rem;
    padding: 0.625rem;
    width: 100%;
    aspect-ratio: auto;
  }
  .top-price__item-title img {
    width: 3.125rem;
  }
}

.top-price__item-content {
  flex: 1;
}
@media (max-width: 599px) {
  .top-price__item-content {
    width: 100%;
  }
}

.top-price__table {
  border-block: 1px solid var(--color-b1);
}
.top-price__table th,
.top-price__table td {
  padding: 1.875rem 1.25rem;
  line-height: 1.6;
}
.top-price__table th {
  border-block-end: 1px solid #fff;
}
.top-price__table td {
  border-block-end: 1px solid var(--color-b1);
}
.top-price__table .s {
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .top-price__table {
    font-size: 0.8125rem;
  }
  .top-price__table tr,
  .top-price__table th,
  .top-price__table td {
    display: block;
    width: 100%;
  }
  .top-price__table th,
  .top-price__table td {
    padding: 0.9375rem;
    line-height: 1.6;
  }
}

.top-price__item-head {
  background-color: var(--color_deep01);
  color: #fff;
  font-weight: 700;
  text-align: left;
  width: 0;
  white-space: nowrap;
  min-width: 15.9375rem;
}

.top-price__item-price {
  background-color: var(--color-cb);
  color: var(--color_deep01);
  font-weight: 700;
  width: 0;
  white-space: nowrap;
}

.top-price__item-detail li + * {
  margin-block-start: 0.3em;
}

.top-price__note {
  font-size: 0.875rem;
  margin-block-start: 1.25rem;
  text-align: right;
}
@media (max-width: 599px) {
  .top-price__note {
    font-size: 0.6875rem;
  }
}

.top-flow__step {
  counter-reset: number 0;
  display: grid;
  gap: 6.875rem 7.8125rem;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
}
@media (max-width: 959px) {
  .top-flow__step {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 599px) {
  .top-flow__step {
    grid-template-columns: 100%;
    gap: 7.5rem;
  }
}

.top-flow__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.top-flow__step-item::after {
  content: "";
  background: url(../img/common/arrow.svg) center center/contain no-repeat;
  height: 4rem;
  width: auto;
  aspect-ratio: 37/64;
  position: absolute;
  inset: 30% -32% auto auto;
  transform: scale(-1, 1);
}
@media (max-width: 599px) {
  .top-flow__step-item::after {
    margin-inline: auto;
    height: 3rem;
    inset: calc(100% + 0.9375rem) 0 auto;
    transform: rotate(-90deg);
  }
}
@media (min-width: 960px) {
  .top-flow__step-item:nth-child(3n)::after {
    display: none;
  }
}
@media (max-width: 959px) {
  .top-flow__step-item:nth-child(2n)::after {
    display: none;
  }
}
@media (max-width: 599px) {
  .top-flow__step-item:nth-child(2n)::after {
    display: block;
  }
  .top-flow__step-item:last-child::after {
    display: none;
  }
}

.top-flow__step-badge {
  color: var(--color_main);
  font-size: 0.875rem;
  font-weight: 500;
  font-family: Futura, "Century Gothic", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  margin-inline: auto;
  width: fit-content;
  position: absolute;
  inset: -3.125rem 0 auto;
}
.top-flow__step-badge::after {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.top-flow__step-title {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
}
.top-flow__step-title .s {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .top-flow__step-title {
    font-size: 1rem;
  }
}

.top-flow__step-imgwrap {
  width: fit-content;
}
@media (max-width: 599px) {
  .top-flow__step-imgwrap {
    max-width: 50%;
  }
}
.top-flow__step-imgwrap img {
  border-radius: 100%;
  width: 15rem;
  aspect-ratio: 1;
}

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

.l-top-info__columns {
  margin-block-start: 12.5rem;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 959px) {
  .l-top-info__columns {
    grid-template-columns: 100%;
    gap: 7.5rem;
  }
}
.l-top-info__columns section {
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
  padding: 5rem 2.5rem 6.875rem;
  position: relative;
}
@media (max-width: 959px) {
  .l-top-info__columns section {
    padding: 2.5rem 4vw 3.75rem;
  }
}
.l-top-info__columns section::before {
  font-size: 4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  inset: auto auto calc(100% - 0.2em) 0;
}
@media (max-width: 599px) {
  .l-top-info__columns section::before {
    font-size: 2.5rem;
  }
}
.l-top-info__columns h2 {
  text-align: center;
}

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

.top-news__list-item,
.top-blog__list-item {
  border-block-end: 1px solid var(--color-b1);
}
.top-news__list-item a,
.top-blog__list-item a {
  display: block;
  padding-block: 1.875rem;
}
@media (max-width: 599px) {
  .top-news__list-item a,
  .top-blog__list-item a {
    padding-block: 0.9375rem;
  }
}

.top-news__list-meta,
.top-blog__list-meta {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.top-news__list-title,
.top-blog__list-title {
  margin-block-start: 0.9375rem;
  font-weight: 700;
}
@media (max-width: 599px) {
  .top-news__list-title,
  .top-blog__list-title {
    margin-block-start: 0.3125rem;
  }
}

.top-news__list-text,
.top-blog__list-text {
  color: var(--color-b1);
  font-size: 0.875rem;
  margin-block-start: 0.9375rem;
}

.top-news__btn,
.top-blog__btn {
  margin-inline: auto;
  position: absolute;
  inset: auto 0 -2.5rem;
}

.top-news::before {
  content: "News";
  color: var(--color_main);
}

.top-news__meta-category {
  color: #fff;
  background-color: var(--color_main);
  border-radius: 6.25rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
  padding: 0.375rem;
  width: 6.875rem;
}

.top-blog::before {
  content: "Blog";
  color: var(--color_deep01);
}

.top-blog__meta-category {
  color: #fff;
  background-color: var(--color_deep01);
  border-radius: 6.25rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
  padding: 0.375rem;
  width: 6.875rem;
}

.top-greeting {
  margin-block-start: 20rem;
}
@media (min-width: 960px) {
  .top-greeting {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
@media (max-width: 959px) {
  .top-greeting {
    margin-block-start: 11.25rem;
  }
}

.top-greeting__inner {
  margin-inline: 2.5rem;
}
@media (max-width: 959px) {
  .top-greeting__inner {
    margin-inline: 0;
  }
}

.top-greeting__body {
  background-color: var(--color-f9);
  padding-inline: calc(50vw - 40rem);
  position: relative;
  z-index: 0;
}
.top-greeting__body::after {
  content: "";
  background-color: #fff;
  height: 8.75rem;
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
}

.top-greeting__profile {
  background-color: #fff;
  display: grid;
  gap: 8%;
  grid-template-columns: 32% 60%;
  padding: 0 6.25rem 6.25rem;
}
@media (max-width: 959px) {
  .top-greeting__profile {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    padding: 0 0 3.75rem;
  }
}

.top-greeting__profile-title {
  font-family: "Cormorant Garamond", serif;
  color: var(--color_main);
  font-weight: 700;
  font-size: 1.25rem;
  margin-block-end: 1.875rem;
}
@media (max-width: 599px) {
  .top-greeting__profile-title {
    margin-block-end: 1.25rem;
  }
}

.top-greeting__profile-imgwrap {
  width: fit-content;
  height: fit-content;
  position: relative;
}
@media (max-width: 959px) {
  .top-greeting__profile-imgwrap {
    max-width: 60%;
    margin-inline: auto;
  }
}
.top-greeting__profile-imgwrap::after {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  inset: 0.625rem;
}
.top-greeting__profile-imgwrap img {
  vertical-align: middle;
}

.top-greeting__profile-name {
  margin-block-start: 1.25rem;
  text-align: center;
}

.top-greeting__profile-name_ja {
  font-size: 1.25rem;
  letter-spacing: 0.15em;
}

.top-greeting__profile-name_en {
  font-family: "Cormorant Garamond", serif;
}

.top-greeting__profile-dl {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  line-height: 1.6;
}

.top-greeting__profile-dl__item {
  display: flex;
  gap: 2.1875rem;
}
@media (max-width: 599px) {
  .top-greeting__profile-dl__item {
    border-block-end: 1px solid var(--color-b1);
    flex-direction: column;
    gap: 0.3125rem;
    padding-block-end: 1.25rem;
  }
}

.top-greeting__profile-dt {
  font-weight: 700;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  width: 10rem;
}
.top-greeting__profile-dt::after {
  content: "";
  background-color: var(--color-b1);
  height: 1px;
  width: 2.5rem;
}
@media (max-width: 599px) {
  .top-greeting__profile-dt {
    width: 100%;
  }
  .top-greeting__profile-dt::after {
    display: none;
  }
}

.top-greeting__lead {
  padding-inline: 4vw;
  display: grid;
  gap: 6.67%;
  grid-template-columns: 53.33% auto;
  margin-block-start: 10rem;
}
@media (max-width: 959px) {
  .top-greeting__lead {
    margin-block-start: 3.75rem;
  }
}
@media (max-width: 599px) {
  .top-greeting__lead {
    display: flex;
    flex-direction: column;
  }
}

.top-greeting__lead-btn {
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .top-greeting__lead-btn {
    justify-content: center;
    order: 3;
  }
}

@media (max-width: 599px) {
  .top-greeting__lead-content {
    display: contents;
  }
}

.top-greeting__lead-imgwrap img {
  width: 30rem;
  aspect-ratio: 480/640;
}
@media (max-width: 599px) {
  .top-greeting__lead-imgwrap {
    max-width: 70%;
    margin-block-start: 1.875rem;
    margin-inline: auto;
  }
}

.top-greeting__area {
  background-color: #fff;
  margin-block-start: 7.5rem;
  padding: 5rem 6.25rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 959px) {
  .top-greeting__area {
    margin-block-start: 3.75rem;
    margin-inline: 4vw;
    padding: 2.5rem 4vw;
  }
}
.top-greeting__area::before {
  content: "Area";
  color: var(--color-f9);
  font-family: "Cormorant Garamond", serif;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: rotate(90deg);
  transform-origin: top left;
  inset: 0 auto auto 0.8em;
  white-space: pre;
  position: absolute;
  z-index: -1;
}

.top-greeting__area-title {
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  gap: 4.0625rem;
  align-items: center;
  letter-spacing: 0.1em;
  margin-block-end: 3.75rem;
  text-align: center;
}
@media (max-width: 599px) {
  .top-greeting__area-title {
    font-size: 1rem;
    gap: 1.25rem;
    margin-block-end: 1.875rem;
  }
}
.top-greeting__area-title::before, .top-greeting__area-title::after {
  content: "";
  background-color: var(--color-b1);
  height: 1px;
  flex: 1;
}

.top-greeting__area-dt {
  font-weight: 700;
}

.top-greeting__area-dd {
  margin-inline-start: 1em;
}

.top-greeting__area-note {
  font-size: 0.875rem;
  margin-block-start: 1.25rem;
}