.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: var(--z-header);

  padding: calc(15 * var(--uy)) calc(15 * var(--ux));
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  gap: 0;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
}

.site-header__logo img {

  height: calc(25 * var(--uy));
  width: auto;
  display: block;
}

.site-header__nav.pc-only,
.site-header__cta.pc-only {
  display: none;
}

.site-drawer {

  position: fixed;
  inset: 0;
  z-index: calc(var(--z-header) + 1);
  background: var(--color-cta);
}

.site-drawer[hidden] {
  display: none;
}

.site-drawer__nav {

  position: absolute;
  top: calc(251 * var(--uy));
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(300 * var(--ux));
  display: flex;
  flex-direction: column;
}

.site-drawer__list li {

  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(70.5 * var(--uy));
  border-bottom: calc(2.5 * var(--uy)) dotted var(--color-text-inverse);

}

.site-drawer__link {

  font-family: var(--font-family-base);
  font-size: calc(18 * var(--u));
  font-weight: var(--fw-bold);
  letter-spacing: calc(0.9 * var(--u));
  color: var(--color-gray-4);
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
}

.site-drawer__link.is-active {
  color: var(--color-text-inverse);
}

.site-drawer__tel {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 * var(--ux));
  width: calc(200 * var(--ux));
  height: calc(35 * var(--uy));
  margin-top: calc(28.5 * var(--uy));
  background: var(--color-bg);
  border-radius: calc(17.5 * var(--u));

  font-family: var(--font-family-base);
  font-size: calc(18 * var(--u));
  font-weight: var(--fw-bold);
  letter-spacing: calc(0.9 * var(--u));
  color: var(--color-cta);
  text-decoration: none;
}

.site-drawer__tel img {

  width: calc(11 * var(--u));
  height: auto;
}

.fv {
  position: relative;

  height: calc(730 * var(--uy));
  min-height: auto;
  padding: 0;
  overflow: visible;
  background: var(--color-primary-light);
}

.fv__bg {
  position: absolute;
  inset: 0;
  background: var(--color-primary-light);
  z-index: 0;
}

.fv__image {
  position: absolute;

  top: calc(51.5 * var(--uy));
  left: calc(18.5 * var(--ux));
  width: calc(413 * var(--ux));
  height: calc(533 * var(--uy));
  margin: 0;
  z-index: 1;
  -webkit-mask-image: url("../assets/icons/fv-mask.svg");
  mask-image: url("../assets/icons/fv-mask.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

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

.fv__decor {
  position: absolute;
  z-index: 2;
}

.fv__decor--apple {

  top: calc(32.5 * var(--uy));
  left: calc(357.5 * var(--ux));
  right: auto;
  width: calc(25 * var(--u));
  height: calc(30 * var(--u));
}

.fv__decor--leaf {

  top: calc(609 * var(--uy));
  left: calc(380.5 * var(--ux));
  right: auto;
  bottom: auto;
  width: calc(25 * var(--u));
  height: calc(22.5 * var(--u));
}

.fv__decor--ribbon {

  top: calc(472 * var(--uy));
  left: calc(14 * var(--ux));
  width: calc(25 * var(--u));
  height: calc(20.5 * var(--u));
}

.fv__decor--circle {

  top: calc(691 * var(--uy));
  left: calc(163.5 * var(--ux));
  bottom: auto;
  width: calc(25 * var(--u));
  height: calc(25 * var(--u));
}

.fv__content {

  position: absolute;
  display: block;
  top: calc(510 * var(--uy));
  left: calc(15 * var(--ux));
  width: calc(297 * var(--ux));
  margin-top: 0;
  z-index: 3;
}

.fv__catch {

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(295 * var(--ux));
  height: calc(40 * var(--uy));
  margin-bottom: 0;
  padding: 0;
  gap: calc(2 * var(--ux));
  background: var(--color-bg);
  border-radius: calc(20 * var(--u));
  font-weight: var(--fw-black);
  letter-spacing: 0;
  white-space: nowrap;
}

.fv__catch-kogu,
.fv__catch-em {

  font-size: calc(30 * var(--u));
  line-height: 1.4;
  color: var(--color-cta);
  font-weight: var(--fw-black);
}

.fv__catch-mid {

  font-size: calc(17.5 * var(--u));
  line-height: 1.4;
  color: var(--color-text-soft);
  margin-top: 0;
}

.fv__heading {

  position: absolute;
  top: calc(46.5 * var(--uy));
  left: calc(12.5 * var(--ux));
  margin-bottom: 0;
  padding: 0;
  font-size: calc(15 * var(--u));
  font-weight: var(--fw-medium);
  line-height: calc(23 * var(--u));
  letter-spacing: calc(3 * var(--u));
  color: var(--color-text-soft);
  -webkit-text-stroke: 0;
  paint-order: stroke fill;
  text-shadow: none;
  white-space: nowrap;
}

.fv__badge {

  position: absolute;
  top: calc(98 * var(--uy));
  left: calc(12.5 * var(--ux));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(20 * var(--ux));
  padding: 0;
  width: calc(265 * var(--ux));
}

.fv__badge .badge-circle {
  width: calc(61 * var(--u));
  height: calc(61 * var(--u));
  flex-shrink: 0;
}

.fv__badge .badge-circle__num {

  font-size: calc(30 * var(--u));
  line-height: calc(45 * var(--u));
  height: calc(50 * var(--u));
}

.fv__badge .badge-circle__num-unit {
  font-size: calc(19 * var(--u));
}

.fv__badge-label {

  flex: 1;
  font-size: calc(11 * var(--u));
  font-weight: var(--fw-medium);
  line-height: calc(14.5 * var(--u));
  color: var(--color-cta);
  letter-spacing: calc(1.1 * var(--u));
  text-align: left;
}

.fv__entry {
  position: absolute;
  top: calc(170 * var(--uy));
  left: calc(280 * var(--ux));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(140 * var(--ux));
  height: calc(35 * var(--uy));
  padding: 0;
  margin: 0;
  font-size: calc(13 * var(--u));
  font-weight: var(--fw-medium);
  border-radius: calc(7.5 * var(--u));
  white-space: nowrap;
}

.worry {
  position: relative;

  padding: calc(30 * var(--uy)) calc(15 * var(--ux)) calc(30 * var(--uy));
  margin-bottom: calc(30 * var(--uy));
  background: var(--color-primary-bg);
  text-align: center;
}

.worry__grid {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: calc(9 * var(--ux));
  margin-top: calc(20 * var(--uy));
  padding: 0;
  align-items: end;
}

.worry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(6 * var(--uy));
}

.worry-card__illust {
  width: 100%;
  height: auto;
  max-height: calc(160 * var(--uy));
  object-fit: contain;
  flex-shrink: 0;
  order: 2;
}

.worry-card__bubble {
  position: relative;
  width: 100%;
  min-height: calc(137 * var(--uy));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: 1;
  margin-left: 0 !important;
  padding: 0;
  z-index: 1;
}

.worry-card__bubble--1,
.worry-card__bubble--2,
.worry-card__bubble--3 {
  margin-left: 0;
}

.worry-card__bubble-bg {

  position: absolute;
  inset: calc(7 * var(--uy)) 0 auto 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.worry-card__text {

  position: relative;
  z-index: 1;
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  color: var(--color-text-soft);
  line-height: 1.4;
  text-align: center;
  padding: calc(16 * var(--uy)) calc(6 * var(--ux)) calc(10 * var(--uy));
  letter-spacing: calc(0.65 * var(--u));
}

.worry__solve {
  margin: calc(15 * var(--uy)) auto 0;
  padding: 0;
  width: calc(410 * var(--ux));
  max-width: calc(410 * var(--ux));
  height: calc(68 * var(--uy));
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-cta);
  border-radius: calc(10 * var(--u));
  color: var(--color-text-inverse);
  font-size: calc(19 * var(--u));
  font-weight: var(--fw-black);
  line-height: 1.4;
  text-align: center;
  letter-spacing: calc(0.95 * var(--u));
}

.strengths {
  position: relative;

  padding: 0 calc(47.5 * var(--ux)) calc(28 * var(--uy)) calc(63.5 * var(--ux));
  background: var(--color-primary-light);
  text-align: center;
}

.strengths__grid {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;

  gap: calc(30 * var(--uy));
  margin-top: calc(10 * var(--uy));
  padding: 0;
}

.strength-card {

  position: relative;
  background: var(--color-bg);
  border-radius: calc(10 * var(--u));
  padding: calc(8 * var(--uy)) calc(30 * var(--ux));
  text-align: center;
}

.strength-card__num {

  position: absolute;
  top: calc(-15 * var(--uy));
  left: calc(-10 * var(--ux));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(37.65 * var(--u));
  height: calc(37.65 * var(--u));
  background: var(--color-num-badge);
  border-radius: 50%;
  color: var(--color-text-inverse);

  font-size: calc(25 * var(--u));
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: calc(1.25 * var(--u));
}

.strength-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.strength-card__title {

  font-size: calc(16 * var(--u));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-cta);
  margin-bottom: calc(8 * var(--uy));
  letter-spacing: calc(0.8 * var(--u));
}

.strength-card__divider {

  width: 100%;
  height: auto;
  margin: 0 0 calc(8 * var(--uy));
  align-self: center;
  display: block;
}

.strength-card__desc {

  width: 100%;
  font-size: calc(13.5 * var(--u));
  font-weight: var(--fw-medium);
  line-height: 1.4;
  color: var(--color-text-black);
  text-align: justify;
  align-self: center;
}

.voices {
  position: relative;
  background: var(--color-primary-light);
  text-align: center;
  padding-bottom: 0;

  margin-bottom: calc(30 * var(--uy));
}

.voices__banner {

  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: calc(325.5 * var(--ux));
}

.voices__banner img {
  max-width: 100%;
  height: auto;
}

.voices__grid {

  display: grid;
  grid-template-columns: 1fr;
  gap: calc(15 * var(--uy));
  align-items: start;
  padding: 0 calc(51 * var(--ux)) calc(10 * var(--uy)) calc(87 * var(--ux));
}

.voice-card {

  position: relative;
  width: 100%;
  max-width: calc(312 * var(--ux));
  height: calc(220 * var(--uy));
  margin: 0 !important;
}

.voice-card:nth-child(1) {
  margin-top: 0;
  order: 2;
}
.voice-card:nth-child(2) {
  margin-top: 0;
  order: 1;
}
.voice-card:nth-child(3) {
  margin-top: 0;
  order: 3;
}

.voice-card__text {

  position: relative;
  width: calc(274.76 * var(--ux));
  height: calc(220 * var(--uy));
  margin: 0;
  background: var(--color-voice-bubble);
  border-radius: 50% / 50%;

  font-size: calc(15 * var(--u));
  font-weight: var(--fw-bold);
  line-height: 1.5;
  letter-spacing: calc(0.55 * var(--u));
  color: var(--color-text-inverse);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: calc(24 * var(--uy)) calc(28 * var(--ux));
}

.voice-card__person {

  display: inline-block;
  font-size: calc(12 * var(--u));
  font-weight: var(--fw-medium);
}

.voice-card__illust {

  position: absolute;
  bottom: 0;
  right: calc(0 * var(--ux));
  width: calc(96.3 * var(--u));
  height: calc(109.75 * var(--uy));
  object-fit: contain;
  z-index: 2;
}

.facility-intro {
  position: relative;

  padding: calc(30 * var(--uy)) calc(20 * var(--ux));
  background: var(--color-primary-bg);
  text-align: center;
}

.facility-intro__title {
  margin: 0 auto calc(10 * var(--uy));
  max-width: calc(360 * var(--ux));
}

.facility-intro__title::after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: calc(5 * var(--u));
}

.facility-carousel {

  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-bottom: calc(30 * var(--uy));
  overflow: hidden;
}

.facility-carousel__track {

  --carousel-offset: 0;
  --slide-unit: calc(370 * var(--ux));
  display: flex;
  justify-content: center;
  gap: calc(30 * var(--ux));
  width: max-content;
  margin-left: 50%;
  transform: translateX(calc(-50% - var(--carousel-offset) * var(--slide-unit)));
  transition: transform var(--transition-slow);
  will-change: transform;
  padding: 0;
}

.facility-carousel__slide {

  position: relative;
  flex: 0 0 100%;
  max-width: calc(340 * var(--ux));
  height: calc(225 * var(--uy));
  background: var(--color-bg);
}

.facility-carousel__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-carousel__frame {
  position: absolute;
  inset: 0;
  width: 95%;
  height: 95%;
  margin: auto;
  pointer-events: none;
}

.facility-carousel__dots {

  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;

  gap: 0;
}

.facility-carousel__dot {
  position: relative;
  width: 24px;
  height: 24px;
}

.facility-carousel__dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: clamp(8px, calc(8 * var(--u)), 10px);
  height: clamp(8px, calc(8 * var(--u)), 10px);
  background: var(--color-dot-inactive);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.facility-carousel__dot.is-active::before {
  background: var(--color-cta);
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(18 * var(--uy));
  align-items: center;

  padding: 0 calc(20 * var(--ux)) 0;
  margin-bottom: calc(50 * var(--uy));
  background: var(--color-primary-bg);
}

.about::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(-30 * var(--uy));
  height: calc(30 * var(--uy));
  background: var(--color-primary-bg);
  border-bottom-left-radius: 150%;
  border-bottom-right-radius: 150%;
  z-index: 1;
  pointer-events: none;
}

.about__info {
  display: flex;
  flex-direction: column;
  gap: calc(14 * var(--uy));
  align-items: center;
}

.about__logo {

  display: inline-flex;
  align-items: center;
  width: 100%;
  max-width: calc(154.5 * var(--ux));
}

.about__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.about__address {
  display: flex;
  width: 100%;
  align-items: center;
  gap: calc(12 * var(--ux));
}

.about__address p {

  font-size: calc(14 * var(--u));
  font-weight: var(--fw-medium);
  line-height: 1.4;
  color: var(--color-text-black);
  flex: 1;
}

.about__map {

  width: auto;
  min-width: calc(125 * var(--ux));
  height: calc(30 * var(--uy));
  padding: 0 calc(14 * var(--ux));
  font-size: calc(12 * var(--u));
  font-weight: var(--fw-medium);
  background-color: var(--color-cta-alpha60);
  border-radius: calc(15 * var(--u));
  flex-shrink: 0;
}

.about__image {

  width: 100%;
  max-width: 100%;
  height: calc(270 * var(--uy));
  border-radius: calc(10 * var(--u));
  overflow: hidden;
}

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

.qa {
  position: relative;

  padding: calc(14 * var(--uy)) calc(20 * var(--ux)) calc(30 * var(--uy));
  background: var(--color-primary-light);
  overflow: hidden;
}

.qa__decor {
  position: absolute;
  z-index: 0;
}

.qa__decor--apple {
  top: calc(40 * var(--uy));
  left: calc(30 * var(--ux));
  width: calc(32 * var(--u));
  height: calc(36 * var(--u));
}

.qa__decor--ribbon {
  top: calc(10 * var(--uy));
  right: calc(30 * var(--ux));
  left: auto;
  width: calc(32 * var(--u));
  height: calc(26 * var(--u));
}

.qa__decor--leaf {
  display: block;
  top: calc(-15.35 * var(--uy));
  left: calc(30.5 * var(--ux));
  width: calc(25 * var(--u));
  height: calc(22.7 * var(--u));
}

.qa__decor--circle {
  display: block;
  top: calc(-15.5 * var(--uy));
  left: calc(357.5 * var(--ux));
  width: calc(25 * var(--u));
  height: calc(25 * var(--u));
}

.qa__title {

  margin-bottom: calc(28 * var(--uy));
}

.qa__group {
  position: relative;
  margin-bottom: calc(28 * var(--uy));
  z-index: 1;
}

.qa__group:last-child {
  margin-bottom: 0;
}

.qa__group-title {

  display: block;
  margin: 0 auto calc(14 * var(--uy));
  padding: 0;
  font-size: calc(18 * var(--u));
  font-weight: var(--fw-bold);
  color: var(--color-text-soft);
  letter-spacing: calc(0.9 * var(--u));
  position: relative;
  text-align: center;
  width: fit-content;
  max-width: 100%;
}

.qa__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cv {

  position: relative;
  height: calc(564 * var(--uy));
  min-height: auto;
  padding: 0;
  background: var(--color-primary-light);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.cv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 1;
}

.cv__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(18 * var(--uy));
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.cv__text {

  width: calc(420 * var(--ux));
  background: var(--color-bg);
  border-radius: calc(10 * var(--u));
  padding: calc(9 * var(--uy)) calc(26 * var(--ux));
  font-size: calc(21 * var(--u));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  letter-spacing: calc(0.63 * var(--u));
  color: var(--color-text-black);
  text-align: center;
}

.cv__accent {
  color: var(--color-cta);
  font-weight: var(--fw-bold);
}

.cv__btn {

  width: calc(179.5 * var(--ux));
  height: calc(42.5 * var(--uy));
  font-size: calc(17 * var(--u));
  font-weight: var(--fw-bold);
  background: var(--color-cta);
  color: var(--color-text-inverse);
  border-radius: calc(15 * var(--u));
}

.cv__btn:hover {
  opacity: 0.95;
}

@media (min-width: 1025px) {

  .worry,
  .strengths,
  .voices,
  .facility-intro,
  .about,
  .qa {
    margin-bottom: 0;
  }

  .site-header {
    padding: calc(50 * var(--uy)) calc(50 * var(--ux));
  }

  .site-header__inner {
    gap: calc(32 * var(--ux));
    height: calc(50 * var(--uy));
  }

  .site-header__logo img {

    height: calc(50 * var(--uy));
  }

  .site-header__nav.pc-only {
    display: flex;
    align-items: center;
    gap: calc(40 * var(--ux));
    margin-left: auto;
    margin-right: calc(32 * var(--ux));
  }

  .site-header__nav-list {
    display: flex;
    gap: calc(32 * var(--ux));
    align-items: center;
  }

  .site-header__nav-list a {

    font-size: calc(20 * var(--u));
    font-weight: var(--fw-medium);
    color: var(--color-text-soft);
  }

  .site-header__tel {
    display: inline-flex;
    align-items: center;
    gap: calc(8 * var(--ux));
    font-size: calc(20 * var(--u));
    font-weight: var(--fw-medium);
    color: var(--color-text-soft);
  }

  .site-header__tel img {
    width: calc(16 * var(--ux));
    height: calc(18 * var(--uy));
  }

  .site-header__cta.pc-only {

    display: inline-flex;
    width: calc(200 * var(--ux));
    height: calc(50 * var(--uy));
    padding: 0;
    font-size: calc(20 * var(--u));
    font-weight: var(--fw-medium);
    border-radius: calc(15 * var(--u));
  }

  .fv {
    height: calc(970 * var(--uy));
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

  .fv__image {
    position: absolute;
    top: calc(124 * var(--uy));
    left: calc(487 * var(--ux));
    width: calc(1402 * var(--ux));
    height: calc(770 * var(--uy));
  }

  .fv__decor--apple {
    top: calc(175 * var(--uy));
    left: calc(90 * var(--ux));
    right: auto;
    width: calc(50 * var(--u));
    height: calc(60 * var(--u));
  }

  .fv__decor--leaf {
    top: calc(248 * var(--uy));
    left: calc(351 * var(--ux));
    right: auto;
    bottom: auto;
    width: calc(50 * var(--u));
    height: calc(45 * var(--u));
  }

  .fv__decor--ribbon {
    top: calc(154 * var(--uy));
    left: calc(528 * var(--ux));
    width: calc(50 * var(--u));
    height: calc(41 * var(--u));
  }

  .fv__decor--circle {
    top: calc(832 * var(--uy));
    left: calc(387 * var(--ux));
    bottom: auto;
    width: calc(50 * var(--u));
    height: calc(50 * var(--u));
  }

  .fv__content {
    position: absolute;
    display: block;
    top: calc(353 * var(--uy));
    left: calc(90 * var(--ux));
    width: calc(710 * var(--ux));
    margin-top: 0;
  }

  .fv__catch {

    gap: calc(8 * var(--ux));
    width: calc(710 * var(--ux));
    height: calc(100 * var(--uy));
    margin-bottom: calc(28 * var(--uy));
    padding: 0 calc(24 * var(--ux));
    border-radius: calc(50 * var(--u));
  }

  .fv__catch-kogu,
  .fv__catch-em {

    font-size: calc(70 * var(--u));
  }

  .fv__catch-mid {

    font-size: calc(45 * var(--u));
    margin-top: calc(30 * var(--uy));
  }

  .fv__heading {

    position: static;
    top: auto;
    left: auto;
    width: auto;
    line-height: 1.5;
    color: var(--color-text-soft);
    white-space: normal;

    margin-bottom: calc(24 * var(--uy));
    padding-left: calc(22 * var(--ux));
    font-size: calc(35 * var(--u));
    letter-spacing: calc(7.2 * var(--u));
    -webkit-text-stroke: calc(8 * var(--u)) var(--color-bg);
  }

  .fv__badge {

    position: static;
    top: auto;
    left: auto;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    gap: calc(24 * var(--ux));
    padding: 0 calc(25 * var(--ux));
  }

  .fv__badge .badge-circle {
    width: calc(122 * var(--u));
    height: calc(122 * var(--u));
  }

  .fv__badge .badge-circle__num {

    font-size: calc(60 * var(--u));
    height: auto;
  }

  .fv__badge .badge-circle__num-unit {

    font-size: calc(38 * var(--u));
  }

  .fv__badge-label {

    flex: 0 0 auto;
    font-size: calc(22 * var(--u));
    line-height: calc(29 * var(--u));
    letter-spacing: calc(2.2 * var(--u));
    text-align: left;
  }

  .fv__entry {
    display: none;
  }

  .worry {

    padding: calc(90 * var(--uy)) 0 calc(100 * var(--uy));
  }

  .worry__grid {
    gap: calc(12 * var(--ux));
    margin: calc(80 * var(--uy)) auto 0;
    padding: 0 calc(80 * var(--ux));
    max-width: calc(1500 * var(--ux));
    align-items: stretch;
  }

  .worry-card {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }

  .worry-card__illust {
    width: auto;
    height: calc(290 * var(--uy));
    max-height: none;
    order: 0;
  }

  .worry-card__bubble {

    width: calc(240 * var(--ux));
    min-height: calc(180 * var(--uy));
    order: 0;
    padding: 0;
    align-items: center;
  }

  .worry-card__bubble--1 {
    margin-left: calc(-40 * var(--ux)) !important;
  }

  .worry-card__bubble--2 {
    margin-left: calc(-10 * var(--ux)) !important;
  }

  .worry-card__bubble--3 {
    margin-left: calc(-50 * var(--ux)) !important;
  }

  .worry-card__text {
    font-size: var(--fs-md);
    padding: calc(20 * var(--uy)) calc(16 * var(--ux));
    align-self: center;
  }

  .worry__solve {

    margin: calc(35 * var(--uy)) auto 0;
    padding: 0;
    width: calc(1150 * var(--ux));
    max-width: calc(1150 * var(--ux));
    height: calc(106 * var(--uy));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(20 * var(--u));
    font-size: calc(38 * var(--u));
    font-weight: var(--fw-black);
    letter-spacing: calc(1.9 * var(--u));
  }

  .strengths {
    padding: calc(100 * var(--uy)) 0 calc(80 * var(--uy));
  }

  .strengths__grid {

    grid-template-columns: repeat(3, calc(380 * var(--ux)));
    gap: calc(70 * var(--ux));
    margin: calc(60 * var(--uy)) 0 0 calc(330 * var(--ux));
    padding: 0;
    width: calc(1280 * var(--ux));
    justify-content: start;
  }

  .strength-card {

    width: calc(380 * var(--ux));
    height: calc(220 * var(--uy));
    border-radius: calc(20 * var(--u));
    padding: calc(17 * var(--uy)) calc(40 * var(--ux)) calc(14 * var(--uy));
  }

  .strength-card__num {

    top: calc(-20 * var(--uy));
    left: calc(-20 * var(--ux));
    width: calc(60 * var(--u));
    height: calc(60 * var(--u));
    font-size: calc(50 * var(--u));
    font-weight: var(--fw-bold);
    line-height: 1;
    letter-spacing: calc(2.5 * var(--u));
  }

  .strength-card__title {

    font-size: calc(26 * var(--u));
    font-weight: var(--fw-bold);
    line-height: 1.4;
    margin-bottom: calc(6 * var(--uy));
    letter-spacing: calc(1.3 * var(--u));
  }

  .strength-card__divider {

    width: 100%;
    height: calc(8 * var(--uy));
    margin: 0 0 calc(5 * var(--uy));
  }

  .strength-card__desc {

    font-size: calc(22 * var(--u));
    font-weight: var(--fw-medium);
    line-height: 1.4;
    color: var(--color-text-black);
    width: 100%;
    text-align: justify;
  }

  .voices {
    padding-bottom: calc(50 * var(--uy));
  }

  .voices__banner {

    max-width: calc(521 * var(--ux));
  }

  .voices__grid {

    grid-template-columns: repeat(3, calc(400 * var(--ux)));
    gap: calc(50 * var(--ux));
    padding: calc(40 * var(--uy)) 0 calc(70 * var(--uy));
    margin: 0 auto;
    max-width: calc(1300 * var(--ux));
  }

  .voice-card {

    width: calc(400 * var(--ux));
    max-width: none;
    height: calc(320 * var(--uy));
    margin: 0 !important;
  }

  .voice-card:nth-child(1) {
    margin-top: 0 !important;
    order: 1;
  }
  .voice-card:nth-child(3) {
    margin-top: 0 !important;
    order: 3;
  }

  .voice-card:nth-child(2) {
    margin-top: calc(60 * var(--uy)) !important;
    order: 2;
  }

  .voice-card__text {

    width: 100%;
    height: 100%;
    font-size: calc(24 * var(--u));
    font-weight: var(--fw-bold);
    line-height: 1.5;
    letter-spacing: calc(1.05 * var(--u));
    padding: calc(33 * var(--uy)) calc(25 * var(--ux));
    white-space: nowrap;
  }

  .voice-card__person {

    font-size: calc(20 * var(--u));
    font-weight: var(--fw-medium);
  }

  .voice-card__illust {

    bottom: calc(-85 * var(--uy));
    right: calc(30 * var(--ux));
    width: calc(140 * var(--u));
    height: calc(160 * var(--u));
    object-fit: contain;
  }

  .facility-intro {

    padding: calc(90 * var(--uy)) 0 calc(140 * var(--uy));
  }

  .facility-intro__title {

    margin: 0 auto calc(56 * var(--uy));
    max-width: none;
  }

  .facility-carousel {

    padding-bottom: calc(50 * var(--uy));
  }

  .facility-carousel__track {
    gap: calc(50 * var(--ux));

    --slide-unit: calc(749 * var(--ux));
  }

  .facility-carousel__slide {
    flex: 0 0 calc(699 * var(--ux));
    max-width: none;
    height: calc(450 * var(--uy));
  }

  .facility-carousel__dots {

    gap: 0;
  }

  .facility-carousel__dot::before {

    width: 10px;
    height: 10px;
  }

  .about {

    grid-template-columns: 1fr 1fr;
    gap: calc(60 * var(--ux));
    padding: calc(60 * var(--uy)) calc(281 * var(--ux)) calc(60 * var(--uy)) calc(310 * var(--ux));
  }

  .about::after {
    bottom: calc(-60 * var(--uy));
    height: calc(60 * var(--uy));
  }

  .about__info {
    gap: calc(24 * var(--uy));
    align-items: flex-start;
  }

  .about__logo {

    width: calc(309 * var(--ux));
    max-width: none;
  }

  .about__address {
    flex-direction: column;
    align-items: start;
    gap: calc(20 * var(--ux)) 0;
  }

  .about__address p {

    font-size: calc(24 * var(--u));
    font-weight: var(--fw-medium);
    color: var(--color-text-black);
    line-height: 1.4;
    flex: 0 0 auto;
  }

  .about__map {

    width: calc(250 * var(--ux));
    min-width: 0;
    height: calc(60 * var(--uy));
    padding: 0;
    font-size: calc(20 * var(--u));
    font-weight: var(--fw-medium);
    border-radius: calc(30 * var(--u));
  }

  .about__image {

    max-width: calc(591.658 * var(--ux));
    height: calc(405.877 * var(--uy));
    border-radius: calc(20 * var(--u));
    justify-self: end;
  }

  .qa {

    padding: calc(160 * var(--uy)) calc(310 * var(--ux)) calc(90 * var(--uy));
  }

  .qa__decor--apple {
    top: calc(100 * var(--uy));
    left: calc(138 * var(--ux));
    width: calc(50 * var(--u));
    height: calc(60 * var(--u));
  }

  .qa__decor--ribbon {
    top: calc(400 * var(--uy));
    right: calc(132 * var(--ux));
    width: calc(50 * var(--u));
    height: calc(41 * var(--u));
  }

  .qa__decor--leaf {

    display: block;
    top: calc(130 * var(--uy));
    left: calc(-99 * var(--ux));
    bottom: auto;
    right: auto;
    width: calc(50 * var(--u));
    height: calc(45 * var(--u));
  }

  .qa__decor--circle {

    display: block;
    top: calc(130 * var(--uy));
    left: calc(1355 * var(--ux));
    bottom: auto;
    right: auto;
    width: calc(50 * var(--u));
    height: calc(50 * var(--u));
  }

  .qa__title {

    font-size: calc(32 * var(--u));
    font-weight: var(--fw-bold);
    color: var(--color-text-soft);
    letter-spacing: calc(1.6 * var(--u));
    margin-bottom: calc(60 * var(--uy));
  }

  .qa__group {
    margin-bottom: calc(56 * var(--uy));
  }

  .qa__group-title {

    margin: 0 auto calc(24 * var(--uy));
    padding-top: 0;
    font-size: calc(26 * var(--u));
    font-weight: var(--fw-bold);
    color: var(--color-text-soft);
    letter-spacing: calc(1.3 * var(--u));
    width: auto;
  }

  .cv {
    height: calc(900 * var(--uy));
    min-height: 0;
    padding: 0;
  }

  .cv__content {
    gap: calc(32 * var(--uy));
    padding: 0 calc(60 * var(--ux));
    max-width: calc(1106 * var(--ux));
  }

  .cv__text {

    width: calc(1106 * var(--ux));
    border-radius: calc(20 * var(--u));
    padding: calc(18 * var(--uy)) calc(48 * var(--ux));
    font-size: calc(32 * var(--u));
    font-weight: var(--fw-bold);
    line-height: 1.4;
    letter-spacing: calc(0.96 * var(--u));
  }

  .cv__btn {

    width: calc(250 * var(--ux));
    height: calc(60 * var(--uy));
    font-size: calc(24 * var(--u));
    font-weight: var(--fw-bold);
    border-radius: calc(30 * var(--u));
  }
}
