@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.footer {
  background-color: #ebefef;
  padding: 70px 0 20px;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 60px 0 20px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer__row {
    display: flex;
    gap: 100px;
    justify-content: center;
  }
}
.footer__logo {
  margin: 10px 0 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .footer__logo {
    margin: 0 auto 40px;
    width: 138px;
  }
}
.footer__name {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .footer__name {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
.footer__address {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6923076923;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__address {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-bottom: 24px;
  }
}
.footer__home-site {
  background-color: #b20031;
  border-radius: 4.55px;
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 6px 10px;
  transition: opacity 0.15s linear;
}
.footer__home-site:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .footer__home-site {
    font-size: 0.9375rem;
  }
}
.footer__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer__nav {
    gap: 10px 16px;
    margin: 70px 0 40px;
    margin-top: 70px;
  }
}
.footer__link {
  color: #231815;
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  transition: opacity 0.15s linear;
}
.footer__link:hover {
  opacity: 0.5;
}
.footer__sns {
  display: flex;
  gap: 20px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .footer__sns {
    gap: 16px;
    margin: 0 0 0 20px;
    margin-left: 20px;
    transform: scale(0.8);
  }
}
.footer__to-top {
  background: none;
  border: 0;
  bottom: 20px;
  outline: none;
  padding: 0;
  position: fixed;
  right: 20px;
  z-index: 1030;
  transition: opacity 0.15s linear;
}
.footer__to-top:hover {
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .footer__to-top {
    width: 35px;
  }
}
.footer__copyright {
  margin: 0;
  text-align: center;
}
.footer__copyright__text {
  font-family: "Noto Sans JP", "Shippori Mincho", serif;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .footer__copyright__text {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .health .section__head {
    left: 20px;
  }
}
@media (max-width: 767.98px) {
  .health .section__top {
    padding-left: 38%;
  }
}
@media (min-width: 768px) {
  .health .section__top {
    padding-left: 25%;
  }
}
@media (min-width: 1140px) {
  .health .section__top {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .health .section__top__image {
    left: -7%;
    width: 47%;
  }
}
@media (min-width: 768px) {
  .health .section__top__image {
    left: -10%;
    width: 38%;
  }
}
@media (min-width: 1140px) {
  .health .section__top__image {
    left: -310px;
    width: 565px;
  }
}
.health__logo {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .health__logo {
    margin: 0 auto 50px;
    width: 124px;
  }
}
.health__lead {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .health__lead {
    font-size: 1.1875rem;
    letter-spacing: 0.16em;
    line-height: 2.1052631579;
    margin-bottom: 45px;
  }
}
.health__text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 0 auto 45px;
  max-width: 740px;
}
@media (min-width: 768px) {
  .health__text {
    font-size: 0.9375rem;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 90px;
  }
}

.cards {
  display: grid;
  gap: 30px;
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .cards {
    gap: 40px;
  }
}

.card {
  background: #fff url("../img/home/card-label.webp") left top/85px 85px no-repeat;
  padding: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .card {
    background-size: 132px 132px;
    padding: 30px 25px;
  }
}
@media (min-width: 992px) {
  .card {
    padding: 38px 35px;
  }
}
.card__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 24px 0 28px;
}
@media (min-width: 768px) {
  .card__ttl {
    font-size: 1.5625rem;
    margin: 30px 0 40px;
  }
}
.card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin-bottom: 28px;
  padding: 0;
}
@media (min-width: 768px) {
  .card__tags {
    margin: 0 -10px 30px;
  }
}
.card__tag {
  border: 1px solid #b20031;
  border-radius: 4px;
  color: #b20031;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  padding: 0.5em;
  text-align: center;
  width: 7em;
}
@media (min-width: 768px) {
  .card__tag {
    font-size: 0.78125rem;
  }
}
.card__heading {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .card__heading {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 2.2222222222;
  }
}
.card__text {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7692307692;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .card__text {
    font-size: 0.9375rem;
    letter-spacing: 0;
    line-height: 1.7333333333;
    margin: 0 -8px;
  }
}

.comfort {
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .comfort {
    padding-bottom: 160px;
  }
}
@media (max-width: 767.98px) {
  .comfort .section__head__comfort {
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  .comfort .section__top {
    margin-bottom: 80px;
    padding-right: 50%;
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .comfort .section__top {
    margin-bottom: 155px;
  }
}
@media (max-width: 767.98px) {
  .comfort .section__top__image {
    left: inherit;
    right: -3%;
    width: 44%;
  }
}
@media (min-width: 768px) {
  .comfort .section__top__image {
    left: inherit;
    max-width: 463px;
    right: -10%;
    width: 50%;
  }
}
@media (min-width: 1140px) {
  .comfort .section__top__image {
    left: inherit;
    right: -310px;
    width: 463px;
  }
}

.performance {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .performance {
    display: grid;
    gap: 30px;
    grid-template-columns: 325px 1fr;
    margin-bottom: 110px;
  }
}
.performance__head {
  border-bottom: 1px dashed #231815;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .performance__head {
    border-bottom: 0;
    border-right: 1px dashed #231815;
    padding-right: 30px;
  }
}
.performance__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .performance__ttl {
    font-size: 1.5625rem;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .performance__ttl {
    text-align: left;
  }
}
.performance__description {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .performance__description {
    font-size: 1.1875rem;
    letter-spacing: 0.08em;
    line-height: 2.1052631579;
  }
}
@media (min-width: 992px) {
  .performance__description {
    text-align: left;
  }
}
.performance__note {
  font-size: 0.75rem;
}
.performance__body {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (min-width: 768px) {
  .performance__body {
    display: grid;
    font-size: 0.9375rem;
    gap: 55px;
    grid-template-columns: minmax(0, 1fr) 247px;
    letter-spacing: 0;
    line-height: 1.6666666667;
    padding-left: 30px;
  }
}
@media (min-width: 1140px) {
  .performance__body--figure {
    grid-template-columns: minmax(0, 1fr) 375px;
    padding-left: 60px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .performance__body__box {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: minmax(0, 1fr) auto;
  }
}
.performance__image {
  text-align: center;
}
@media (max-width: 767.98px) {
  .performance__image {
    margin: 30px auto 0;
    width: 70%;
  }
}
.performance__comment {
  background-color: #fff;
  border: 1px solid #231815;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.875;
  margin: 0;
  margin-bottom: 40px;
  padding: 12px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .performance__comment {
    font-size: 0.975rem;
    line-height: 1.6129032258;
    margin: 0;
    padding: 18px 0;
  }
}
.performance__comment::after {
  background-color: #fff;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  bottom: -2px;
  content: "";
  height: 16px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg) skew(30deg, 30deg);
  width: 16px;
}
@media (min-width: 768px) {
  .performance__comment::after {
    bottom: inherit;
    height: 26px;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-70deg) skew(30deg, 30deg);
    width: 33px;
  }
}
.performance__comment__inner {
  position: relative;
  z-index: 2;
}
.performance__block {
  grid-column: 1/3;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .performance__block {
    margin-top: 20px;
  }
}

.performance-table {
  background-color: #ebefef;
  border-radius: 20px;
  margin: 30px 0 100px;
  margin-top: 30px;
  padding: 60px 20px 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-table {
    align-items: flex-start;
    display: flex;
    gap: 40px;
    margin: 40px 0 130px;
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .performance-table {
    gap: 50px;
    padding: 40px 60px 40px 40px;
  }
}
@media (min-width: 1140px) {
  .performance-table {
    gap: 110px;
    padding: 70px 130px 50px 100px;
  }
}
.performance-table__ttl {
  background-color: #fff;
  color: #004b42;
  font-size: 0.9375rem;
  font-weight: 700;
  left: -20px;
  letter-spacing: 0.16em;
  line-height: 1.6666666667;
  margin-bottom: 32px;
  padding: 18px 5px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: calc(100% + 20px);
}
@media (min-width: 768px) {
  .performance-table__ttl {
    font-size: 1.03125rem;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.16em;
    line-height: 2;
    margin: 0;
    padding: 35px 20px;
    text-align: left;
    top: -40px;
    width: 6.5em;
    word-break: break-all; /* 一部ブラウザ対策 */
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
  }
  .performance-table__ttl .yoko {
    line-height: 1.1;
  }
  .performance-table__ttl .yoko--02 {
    line-height: 1.6;
  }
}
@media (min-width: 1140px) {
  .performance-table__ttl {
    top: -70px;
  }
}

.works-ttl {
  background-color: #ebefef;
  color: #004b42;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: -35px;
  padding: 40px 10px 70px;
  text-align: center;
}
@media (min-width: 768px) {
  .works-ttl {
    font-size: 1.0625rem;
    margin: 0 -20px -40px -25px;
    padding: 20px 30px 60px;
    text-align: left;
  }
}

.works-list {
  display: grid;
  gap: 25px;
  grid-template-columns: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .works-list {
    margin: 0 auto;
    max-width: 188px;
  }
}
@media (min-width: 768px) {
  .works-list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    padding-right: 10px;
  }
}
.works-list__text {
  color: #738c8c;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4615384615;
  margin: 10px 0 0;
}
@media (min-width: 992px) {
  .works-list__text {
    font-size: 0.875rem;
  }
}

.delight {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .delight {
    padding-bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  .delight .section__head {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .delight .section__head {
    left: 20px;
  }
}
@media (max-width: 767.98px) {
  .delight .section__head__delight {
    letter-spacing: 0.085em;
  }
}
@media (max-width: 767.98px) {
  .delight .section__top {
    margin-bottom: 80px;
    padding-left: 50%;
  }
}
@media (min-width: 768px) {
  .delight .section__top {
    margin-bottom: 150px;
    padding-left: 50%;
  }
}
@media (min-width: 1140px) {
  .delight .section__top {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .delight .section__top__image {
    left: -10%;
    width: 52%;
  }
}
@media (min-width: 768px) {
  .delight .section__top__image {
    left: -10%;
    width: 48%;
  }
}
@media (min-width: 1140px) {
  .delight .section__top__image {
    left: -310px;
    width: 500px;
  }
}
.delight__row {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .delight__row {
    display: grid;
    gap: 60px;
    grid-template-columns: 51.5% 1fr;
    margin-bottom: 135px;
  }
}
.delight__image {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .delight__image {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .delight__body {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding-top: 50px;
  }
}
.delight__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .delight__ttl {
    font-size: 1.1875rem;
    letter-spacing: 0.16em;
    line-height: 2.1052631579;
    margin-bottom: 30px;
    text-align: left;
  }
}
.delight__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .delight__text {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
}
.delight__images {
  text-align: center;
}

.gallery__ttl {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin-bottom: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .gallery__ttl {
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    margin-bottom: 85px;
  }
}
.gallery__slide {
  margin: 0 auto 22px;
  max-width: 720px;
  width: 80%;
}
@media (min-width: 768px) {
  .gallery__slide {
    margin-bottom: 55px;
  }
}
.gallery__thumb {
  margin: 0 auto;
  max-width: 612px;
  width: 80%;
}
.gallery__thumb .swiper-slide {
  padding: 0 6px;
}
@media (min-width: 768px) {
  .gallery__thumb .swiper-slide {
    padding: 0 15px;
  }
}

.future {
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .future {
    padding-bottom: 185px;
  }
}
@media (max-width: 767.98px) {
  .future .section__head {
    margin-bottom: -0.1em;
  }
}
@media (min-width: 768px) {
  .future .section__head {
    left: 20px;
  }
}
@media (max-width: 767.98px) {
  .future .section__head__future {
    font-size: 6.125rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  .future .section__top {
    margin-bottom: 80px;
    padding-right: 37%;
  }
}
@media (min-width: 768px) {
  .future .section__top {
    margin-bottom: 155px;
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .future .section__top__image {
    left: inherit;
    right: -12px;
    width: 39%;
  }
}
@media (min-width: 768px) {
  .future .section__top__image {
    left: inherit;
    max-width: 582px;
    right: -15%;
    width: 42%;
  }
}
@media (min-width: 1140px) {
  .future .section__top__image {
    right: -310px;
    width: 582px;
  }
}

.info {
  margin: 0 auto 75px;
  width: 90%;
}
@media (min-width: 768px) {
  .info {
    display: grid;
    grid-template-columns: 35.5% 64.5%;
    margin-bottom: 85px;
    max-width: 914px;
  }
}
.info--last {
  margin-bottom: 115px;
}
.info__image {
  text-align: center;
}
@media (max-width: 767.98px) {
  .info__image {
    margin: 0 auto 20px;
    width: 84%;
  }
}
.info__ttl {
  border-bottom: 1px solid #231815;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 18px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .info__ttl {
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
    padding-left: 65px;
    padding-top: 10px;
    text-align: left;
    width: calc(100% + 40px);
  }
}
.info__body {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (min-width: 768px) {
  .info__body {
    padding-left: 65px;
  }
}
@media (min-width: 992px) {
  .info__body {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    letter-spacing: 0.05em;
    line-height: 1.9285714286;
  }
}
.info__detail {
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .info__detail {
    gap: 20px;
  }
}
.info__detail__ttl {
  align-items: center;
  background-color: #231815;
  color: #fff;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0;
  margin: 0;
  padding: 1px;
  word-break: break-all; /* 一部ブラウザ対策 */
  writing-mode: tb-rl; /* IE独自仕様 */
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .info__detail__ttl {
    font-size: 0.9375rem;
  }
}
.info__detail__text {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 768px) {
  .info__detail__text {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.6428571429;
  }
}
.info__map {
  position: relative;
}
@media (max-width: 991.98px) {
  .info__map {
    aspect-ratio: 314/203;
    margin-top: 20px;
  }
}
.info__iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}