@charset "UTF-8";
/* -----------------------------------------------
変数
----------------------------------------------- */
/* -----------------------------------------------
flex
----------------------------------------------- */
/* -----------------------------------------------
position
----------------------------------------------- */
/* -----------------------------------------------
icon
----------------------------------------------- */
/* -----------------------------------------------
font-size
----------------------------------------------- */
/* ====================================================
layout
==================================================== */
.l-fixcta {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9999;
  width: 14rem;
}
@media print, screen and (max-width: 768px) {
  .l-fixcta {
    display: none;
  }
}
.l-fixcta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* -----------------------------------------------
header
----------------------------------------------- */
/* サービスページだけ透明 or MVに重ねる */
body.home .l-header,
body.equipment-outline .l-header,
body.kohakuno-yu .l-header,
body.delicious-meal .l-header,
body.residence .l-header,
body.common-space .l-header,
body.rehabilitation .l-header {
  background: transparent;
}
body.home .l-header.is-scrolled,
body.equipment-outline .l-header.is-scrolled,
body.kohakuno-yu .l-header.is-scrolled,
body.delicious-meal .l-header.is-scrolled,
body.residence .l-header.is-scrolled,
body.common-space .l-header.is-scrolled,
body.rehabilitation .l-header.is-scrolled {
  background: rgba(255, 255, 255, 0.86);
}

.l-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  padding: 0.7rem 1.5rem 0 3rem;
  transition: 0.4s;
  background-color: #fff;
}
@media print, screen and (max-width: 1000px) {
  .l-header {
    height: auto;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
}
.l-header.is-menu-open::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  width: 100%;
  height: 4rem;
  content: "";
  background-color: #f6f5f1;
  height: 5.3rem;
  z-index: 2;
}
.l-header__top {
  display: none;
}
@media print, screen and (max-width: 1000px) {
  .l-header__top {
    display: block;
  }
}
.l-header__logo {
  position: relative;
  width: 38rem;
}
@media print, screen and (max-width: 1300px) {
  .l-header__logo {
    width: 32rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-header__logo {
    width: 50rem;
    z-index: 2;
  }
}
@media print, screen and (max-width: 768px) {
  .l-header__logo {
    width: 24rem;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
  transition: 0.4s;
}
.home .l-header__logo--white {
  opacity: 1;
}
.home .l-header__logo--black {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.l-header__logo--white {
  opacity: 0;
}
.l-header__logo--black {
  opacity: 1;
  position: absolute;
  inset: 0;
}
.l-header__item {
  position: relative;
}
.l-header__item > p,
.l-header__item > a {
  display: block;
  padding: 2rem 0;
  cursor: pointer;
}
@media print, screen and (min-width: 1000px) {
  .l-header__item--has-child:hover .l-header__subnav {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}
.l-header__subnav {
  position: absolute;
  top: calc(100% - 0rem);
  left: 50%;
  transform: translate(-50%, 1rem);
  min-width: 24rem;
  overflow: hidden;
  background: #f6f5f1;
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media print, screen and (max-width: 1000px) {
  .l-header__subnav {
    display: none;
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    min-width: auto;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 1rem;
  }
}
.l-header__subnav li {
  margin: 0;
}
.l-header__subnav li a {
  display: block;
  padding: 1rem 2rem;
  color: #212121 !important;
  text-decoration: none;
}
@media print, screen and (max-width: 1000px) {
  .l-header__subnav li a {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .l-header__subnav li a:hover {
    opacity: 1;
    background: rgba(42, 106, 48, 0.15);
  }
}
.l-header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1000px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 18rem 2.5rem 3rem;
    display: block;
    background: #f6f5f1;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  }
  .l-header__nav.is-active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
}
@media print, screen and (max-width: 768px) {
  .l-header__nav {
    padding: 8rem 2.5rem 3rem;
  }
}
.l-header__links {
  display: flex;
  gap: 3rem;
  font-size: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .l-header__links {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 1300px) {
  .l-header__links {
    gap: 1.5rem;
    font-size: clamp(15px, 15px + (15 - 15) * (100vw - 375px) / (1440 - 375), 15px);
  }
}
@media print, screen and (max-width: 1300px) and (max-width: 768px) {
  .l-header__links {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 1000px) {
  .l-header__links {
    display: block;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-header__links > li {
    border-bottom: 1px solid rgba(42, 106, 48, 0.35);
  }
}
.home .l-header__links a,
.home .l-header__links p {
  color: #fff;
}
@media print, screen and (max-width: 1000px) {
  .home .l-header__links a,
  .home .l-header__links p {
    color: #212121;
  }
}
.l-header__links a,
.l-header__links p {
  transition: 0.4s;
}
@media print, screen and (max-width: 1000px) {
  .l-header__links a,
  .l-header__links p {
    position: relative;
    display: block;
    padding: 1.5rem 0;
    color: #212121;
  }
}
.l-header__sp-tel {
  display: none;
}
@media print, screen and (max-width: 1000px) {
  .l-header__sp-tel {
    padding: 3rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    line-height: 1;
    margin-top: 3rem;
    border: 1px solid #2a6a30;
    border-radius: 1rem;
    color: #2a6a30;
    font-size: clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1440 - 375), 30px);
  }
}
@media print, screen and (max-width: 1000px) and (max-width: 768px) {
  .l-header__sp-tel {
    font-size: calc(30 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 1000px) {
  .l-header__sp-tel span {
    font-size: 0.6em;
  }
}
@media print, screen and (max-width: 768px) {
  .l-header__sp-tel {
    padding: 1.4rem 2rem;
  }
}
.l-header__copy {
  display: none;
}
@media print, screen and (max-width: 1000px) {
  .l-header__copy {
    display: block;
    margin-top: 6rem;
    color: #2a6a30;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media print, screen and (max-width: 768px) {
  .l-header__copy {
    font-size: 1.2rem;
  }
}
.l-header__buttons {
  display: flex;
  gap: 0.5rem;
  margin-left: 2.5rem;
}
@media print, screen and (max-width: 1300px) {
  .l-header__buttons {
    margin-left: 0;
    gap: 0rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-header__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin: 1rem 0 0;
  }
}
.l-header-btn {
  position: relative;
  width: 13rem;
  height: 7rem;
}
@media print, screen and (max-width: 1300px) {
  .l-header-btn {
    width: 18rem;
    height: 10rem;
    bottom: 1rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .l-header-btn {
    padding: 4rem 2rem;
    width: 100%;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    line-height: 1;
    bottom: 0;
    border: 1px solid #2a6a30;
    color: #2a6a30;
    border-radius: 1rem;
  }
  .l-header-btn::after {
    position: absolute;
    content: "";
    left: auto;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/common/icon_arrow-gr.svg) center/cover no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    transition: transform 0.4s ease;
    display: block;
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-header-btn {
    padding: 1.4rem 2rem;
  }
  .l-header-btn::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.l-header-btn svg {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media print, screen and (max-width: 1000px) {
  .l-header-btn svg {
    display: none;
  }
}
.home .l-header-btn svg {
  fill: #fff;
}
.l-header-btn svg.l-header-btn--green {
  fill: #225a3c;
}
.l-header-btn svg.l-header-btn--orange {
  fill: #eb5c0e;
}
.l-header-btn span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 400;
  font-size: clamp(16px, 16px + (15 - 16) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .l-header-btn span {
    font-size: calc(16 / 375 * 100vw);
  }
}
.l-header-btn span {
  z-index: 2;
  transition: 0.4s;
  top: 2rem;
  color: #fff;
}
@media print, screen and (max-width: 1300px) {
  .l-header-btn span {
    top: 1.5rem;
    font-size: clamp(14px, 14px + (14 - 14) * (100vw - 375px) / (1440 - 375), 14px);
  }
}
@media print, screen and (max-width: 1300px) and (max-width: 768px) {
  .l-header-btn span {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 1000px) {
  .l-header-btn span {
    color: #2a6a30;
    position: static;
    font-size: clamp(16px, 16px + (15 - 16) * (100vw - 375px) / (1440 - 375), 15px);
  }
}
@media print, screen and (max-width: 1000px) and (max-width: 768px) {
  .l-header-btn span {
    font-size: calc(16 / 375 * 100vw);
  }
}
.l-header.is-scrolled {
  background: rgba(255, 255, 255, 0.86);
}
.home .l-header.is-scrolled .l-header__logo--white {
  opacity: 0;
}
.home .l-header.is-scrolled .l-header__logo--black {
  opacity: 1;
}
@media print, screen and (min-width: 1000px) {
  .l-header.is-scrolled .l-header__nav a,
  .l-header.is-scrolled .l-header__nav p {
    color: #212121;
  }
  .l-header.is-scrolled .l-header-btn--green {
    fill: #225a3c;
  }
  .l-header.is-scrolled .l-header-btn--orange {
    fill: #eb5c0e;
  }
  .l-header.is-scrolled .l-header-btn span {
    color: #fff;
  }
}
.l-header.is-menu-open .l-header__logo--white {
  opacity: 0;
}
.l-header.is-menu-open .l-header__logo--black {
  opacity: 1;
}

@media print, screen and (max-width: 1000px) {
  .l-header__item--has-child {
    border-bottom: 1px solid rgba(42, 106, 48, 0.35);
  }
  .l-header__item--has-child > p {
    position: relative;
    padding: 1.5rem 4rem 1.5rem 0;
    color: #212121;
    cursor: pointer;
  }
  .l-header__item--has-child > p::before, .l-header__item--has-child > p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.6rem;
    height: 2px;
    background: #2a6a30;
    transition: 0.3s;
  }
  .l-header__item--has-child > p::after {
    transform: rotate(90deg);
  }
  .l-header__item--has-child.is-open > p::after {
    opacity: 0;
  }
  .l-header__item--has-child.is-open .l-header__subnav {
    display: block;
  }
}
/* -----------------------------------------------
hamburger
----------------------------------------------- */
.l-hamburger {
  display: none;
  width: 3.6rem;
  height: 3.6rem;
  margin-left: auto;
  cursor: pointer;
  z-index: 1001;
  border: none;
  border-radius: 4px;
  background-color: #d4c48e;
}
@media print, screen and (max-width: 1000px) {
  .l-hamburger {
    display: block;
    width: 7rem;
    height: 7rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-hamburger {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.l-hamburger__wrap {
  position: relative;
  margin: auto;
}
@media print, screen and (max-width: 1000px) {
  .l-hamburger__wrap {
    width: 3.2rem;
    height: 3rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-hamburger__wrap {
    width: 2.2rem;
    height: 1.5rem;
  }
}
.l-hamburger__wrap span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  transform-origin: center;
  right: 0;
}
.l-hamburger__wrap span:nth-child(1) {
  top: 0;
}
.l-hamburger__wrap span:nth-child(2) {
  top: calc(50% - 1px);
}
.l-hamburger__wrap span:nth-child(3) {
  bottom: 0;
}
.l-hamburger.is-active span:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}
.l-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-hamburger.is-active span:nth-child(3) {
  bottom: 0;
  transform: rotate(-45deg);
  top: 0;
  margin: auto;
}

/* ====================================================
footer
==================================================== */
.l-footer {
  position: relative;
}

.l-footer-contact {
  background: #d0c58f;
  padding: 8rem 0 8rem;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact {
    padding: 4rem 0 8rem;
  }
}
.l-footer-contact__title {
  text-align: center;
  font-size: clamp(40px, 40px + (48 - 40) * (100vw - 375px) / (1440 - 375), 48px);
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__title {
    font-size: calc(40 / 375 * 100vw);
  }
}
.l-footer-contact__title {
  line-height: 1;
  font-weight: 500;
}
.l-footer-contact__title span {
  display: block;
  margin-top: 1rem;
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__title span {
    font-size: calc(20 / 375 * 100vw);
  }
}
.l-footer-contact__contents {
  margin-top: 11rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13rem;
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__contents {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 3rem;
  }
}
.l-footer-contact__box {
  position: relative;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__box {
    padding-top: 12rem;
  }
}
.l-footer-contact__box::before {
  content: "";
  position: absolute;
  bottom: 3rem;
  width: 28rem;
  height: 28rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__box::before {
    width: 14rem;
    height: 14rem;
    right: 0;
    left: 0;
    top: 0;
    bottom: auto;
    margin: auto;
  }
}
.l-footer-contact__box.footer-contact__box--tel::before {
  left: 0;
  background-image: url(../img/common/cta_icon-tel.svg);
}
.l-footer-contact__box.footer-contact__box--mail::before {
  right: 0;
  background-image: url(../img/common/cta_icon-mail.svg);
}
.l-footer-contact__sub {
  font-size: clamp(25px, 25px + (25 - 25) * (100vw - 375px) / (1440 - 375), 25px);
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__sub {
    font-size: calc(25 / 375 * 100vw);
  }
}
.l-footer-contact__sub .en {
  display: block;
  line-height: 1.4;
  font-size: 0.8em;
}
.l-footer-contact__tel, .l-footer-contact__btns a {
  padding: 0.5rem 1rem;
  min-height: 5.4rem;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
  font-size: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__tel, .l-footer-contact__btns a {
    font-size: calc(16 / 375 * 100vw);
  }
}
.l-footer-contact__tel {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 400;
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__tel {
    margin-top: 1rem;
  }
}
.l-footer-contact__tel em {
  font-size: 2.2em;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__tel em {
    font-size: 2em;
  }
}
.l-footer-contact__tel:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-3px);
}
.l-footer-contact__btns {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__btns {
    margin-top: 1rem;
    gap: 1rem;
  }
}
.l-footer-contact__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  font-size: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .l-footer-contact__btns a {
    font-size: calc(16 / 375 * 100vw);
  }
}
.l-footer-contact__btns a {
  position: relative;
}
.l-footer-contact__btns a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_arrow-wh.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
}
.l-footer-contact__btns a:hover {
  transform: translateY(-3px);
  opacity: 1;
  background: rgba(255, 255, 255, 0.16);
}
.l-footer-contact__btns a:hover span {
  transform: translateX(0.4rem);
}

.l-footer-main {
  color: #fff;
  background: #d0c38e;
  padding: 12rem 0 13rem;
}
@media print, screen and (max-width: 768px) {
  .l-footer-main {
    padding: 3rem 0 7rem;
  }
}
.l-footer-main__logo {
  width: 38rem;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__logo {
    width: 26rem;
    margin: auto;
  }
}
.l-footer-main__wrap {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr;
  align-items: flex-start;
  gap: 8rem;
  margin-top: 2rem;
}
@media print, screen and (max-width: 1200px) {
  .l-footer-main__wrap {
    grid-template-columns: 1.6fr 0.7fr 1.3fr;
  }
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__wrap {
    display: block;
  }
}
.l-footer-main__en {
  font-size: clamp(41px, 41px + (48 - 41) * (100vw - 375px) / (1440 - 375), 48px);
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__en {
    font-size: calc(41 / 375 * 100vw);
  }
}
.l-footer-main__en {
  font-weight: 500;
}
.l-footer-main__name {
  font-size: clamp(24px, 24px + (24 - 24) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__name {
    font-size: calc(24 / 375 * 100vw);
  }
}
.l-footer-main__name {
  font-weight: 500;
  line-height: 1.5;
}
.l-footer-main__name > span {
  display: block;
  font-size: 0.8em;
}
.l-footer-main__address {
  margin-top: 2.5rem;
  font-size: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__address {
    font-size: calc(16 / 375 * 100vw);
  }
}
.l-footer-main__address {
  font-weight: 400;
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__address {
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.l-footer-main__nav ul {
  display: grid;
  gap: 1rem;
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__nav ul {
    gap: 0.5rem;
    margin-top: 3rem;
  }
}
.l-footer-main__nav a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__nav a {
    font-size: calc(15 / 375 * 100vw);
  }
}
.l-footer-main__nav a {
  transition: 0.3s ease;
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__nav a {
    font-weight: 400;
  }
}
.l-footer-main__nav a:hover {
  opacity: 0.65;
}
.l-footer-main__sns {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__sns {
    margin-top: 3rem;
  }
}
.l-footer-main__sns a {
  width: 3.2rem;
  display: block;
}
.l-footer-main__sns a > img {
  width: 100%;
}
.l-footer-main__official {
  border: 1px solid #fff;
  border-radius: 0.8rem;
  display: flex;
  padding: 2rem 1rem;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  transition: 0.3s ease;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__official {
    margin: auto;
    padding: 1.5rem 2rem;
    gap: 1rem;
  }
}
.l-footer-main__official > p {
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .l-footer-main__official > p {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 1200px) {
  .l-footer-main__official > p {
    font-size: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1440 - 375), 16px);
  }
}
@media print, screen and (max-width: 1200px) and (max-width: 768px) {
  .l-footer-main__official > p {
    font-size: calc(16 / 375 * 100vw);
  }
}
.l-footer-main__official > p > span {
  display: block;
  margin-top: 0.5em;
  font-size: 0.8em;
}
.l-footer-main__official img {
  width: 4rem;
}
.l-footer-main__official:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-3px);
}

.l-footer-bottom {
  background: #fff;
  padding: 1.8rem 0 4rem;
}
@media print, screen and (max-width: 768px) {
  .l-footer-bottom {
    padding-bottom: 9rem;
  }
}
.l-footer-bottom__inner {
  width: min(150rem, 100% - 8rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media print, screen and (max-width: 768px) {
  .l-footer-bottom__inner {
    width: 100%;
    padding: 0 2rem;
    display: block;
    text-align: center;
  }
}
.l-footer-bottom ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .l-footer-bottom ul {
    display: block;
    margin-top: 2rem;
  }
}
.l-footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}
.l-footer-bottom a:hover {
  opacity: 1;
  color: #225a3c;
}
.l-footer-bottom a:hover::before {
  transform: translateY(-2px);
}
.l-footer-bottom a::before {
  content: "";
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.l-footer-bottom a:not(.is-download):not(.is-blank)::before {
  display: none;
}
.l-footer-bottom .is-download::before {
  background-image: url("../img/common/icon_download.svg");
}
.l-footer-bottom .is-blank::before {
  background-image: url("../img/common/icon_blank.svg");
}

.l-fixbtns {
  display: none;
  background: #d0c58f;
  padding: 1rem;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  margin-top: 2.4rem;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media print, screen and (max-width: 768px) {
  .l-fixbtns {
    display: grid;
  }
}
.l-fixbtns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  font-size: 1.4rem;
  position: relative;
  padding: 0.2rem 1rem;
  min-height: 4rem;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
.l-fixbtns a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_arrow-wh.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
}

/* -----------------------------------------------
lower mv
----------------------------------------------- */
.l-lower-mv {
  position: relative;
}
.l-lower-mv--visual {
  height: 32rem;
  padding: 12rem 0;
  display: flex;
  align-items: center;
  background: url("../img/common/mv_bg.png") center/cover no-repeat;
}
@media print, screen and (max-width: 1200px) {
  .l-lower-mv--visual {
    height: 60rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-lower-mv--visual {
    padding: 8rem 0 4rem;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 22rem;
    align-items: flex-start;
    background-position: right -21rem top;
  }
}
.l-lower-mv:not(.l-lower-mv--visual) {
  padding: 12rem 0 6rem;
  display: flex;
  align-items: center;
  background-color: #f4f0e2;
  height: 27.5rem;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 1200px) {
  .l-lower-mv:not(.l-lower-mv--visual) {
    height: 60rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-lower-mv:not(.l-lower-mv--visual) {
    padding: 8rem 0 4rem;
    min-height: 24rem;
    height: auto;
  }
}
.cost .l-lower-mv::before {
  position: absolute;
  content: "";
  left: 10rem;
  right: auto;
  top: auto;
  bottom: -5rem;
  margin: auto;
  width: 24rem;
  height: 24rem;
  background-image: url(../img/cost/mv_illust.png);
  background-size: cover;
  margin: 0;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .cost .l-lower-mv::before {
    width: 10rem;
    height: 10rem;
    left: 0;
    bottom: -4rem;
  }
}
.surrounding-area .l-lower-mv::before {
  position: absolute;
  content: "";
  left: 10rem;
  right: auto;
  top: auto;
  bottom: -3rem;
  margin: auto;
  width: 24rem;
  height: 22rem;
  background-image: url(../img/surrounding-area/mv_illust.png);
  background-size: cover;
  margin: 0;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .surrounding-area .l-lower-mv::before {
    width: 9.4rem;
    height: 8.2rem;
    left: -10px;
    bottom: -3rem;
  }
}
.l-lower-mv.l-lower-mv--center {
  text-align: center;
  background-color: transparent;
  position: relative;
  margin-bottom: 2rem;
  padding: 8rem 0 1rem;
}
@media print, screen and (max-width: 1200px) {
  .l-lower-mv.l-lower-mv--center {
    height: 50rem;
    padding: 12rem 0 1rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-lower-mv.l-lower-mv--center {
    padding: 7rem 0 1rem;
    min-height: 18rem;
    height: auto;
  }
}
.l-lower-mv.l-lower-mv--center .p-inner {
  justify-content: center;
}
.l-lower-mv.l-lower-mv--center .c-breadcrumb {
  position: absolute;
  top: 8rem;
  right: 10rem;
}
@media print, screen and (max-width: 1200px) {
  .l-lower-mv.l-lower-mv--center .c-breadcrumb {
    top: 3rem;
    right: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .l-lower-mv.l-lower-mv--center .c-breadcrumb {
    margin-left: auto;
    top: 0;
    right: 2rem;
    position: static;
  }
}
.l-lower-mv.l-lower-mv--center .p-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
@media print, screen and (max-width: 1200px) {
  .l-lower-mv.l-lower-mv--center .p-inner {
    position: relative;
  }
}
.l-lower-mv.l-lower-mv--center::after {
  position: absolute;
  width: 108.6rem;
  height: 1px;
  background-color: #cdcdcd;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
}
@media print, screen and (max-width: 1200px) {
  .l-lower-mv.l-lower-mv--center::after {
    width: 100%;
  }
}
.l-lower-mv.l-lower-mv--center .l-lower-mv__title {
  margin-left: 0;
  width: 100%;
}
.l-lower-mv__label {
  color: #2a6a30;
  font-size: clamp(18px, 18px + (25 - 18) * (100vw - 375px) / (1440 - 375), 25px);
}
@media print, screen and (max-width: 768px) {
  .l-lower-mv__label {
    font-size: calc(18 / 375 * 100vw);
  }
}
.l-lower-mv__label {
  font-weight: 500;
}
.l-lower-mv__title-wrap {
  display: flex;
  align-items: center;
  line-height: 1.5;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .l-lower-mv__title-wrap {
    display: block;
    width: 100%;
  }
}
.l-lower-mv__title {
  color: #212121;
  font-size: clamp(27px, 27px + (45 - 27) * (100vw - 375px) / (1440 - 375), 45px);
}
@media print, screen and (max-width: 768px) {
  .l-lower-mv__title {
    font-size: calc(27 / 375 * 100vw);
  }
}
.l-lower-mv__title {
  font-weight: 500;
  margin-left: auto;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

/* -----------------------------------------------
home
----------------------------------------------- */
/* ========================================
mv
======================================== */
.home-mv {
  position: relative;
  height: calc(100vh - 4rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .home-mv {
    height: 49rem;
    display: block;
  }
}
.home-mv__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.home-mv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
}
.home-mv__main {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .home-mv__main {
    height: 100%;
    display: block;
  }
}
.home-mv__copy {
  transition: opacity 0.4s, transform 0.4s linear;
  position: absolute;
  padding-bottom: 2rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 768px) {
  .home-mv__copy.home-intro__copy {
    display: block;
  }
  .home-mv__copy {
    position: relative;
    padding-top: 10rem;
    color: #fff;
  }
}
.home-mv__logo {
  margin: auto;
  width: 20rem;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .home-mv__logo {
    width: 11.5rem;
    position: absolute;
    bottom: -7rem;
    left: 0;
    right: 0;
  }
}

/* ========================================
intro
======================================== */
.home-intro {
  background-image: url(../img/home/intro_bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 6rem;
}
@media print, screen and (max-width: 768px) {
  .home-intro {
    padding-top: 5rem;
    display: flex;
    flex-direction: column-reverse;
    background-size: 80% auto;
    background-image: url(../img/home/intro_bg-sp.png);
    background-position: right top -2rem;
  }
}
.home-intro .home-intro__copy {
  opacity: 0;
  transform: translateY(-4rem);
  transition: opacity 1s ease, transform 0.7s ease;
}
.home-intro__copy {
  font-weight: 500;
  font-size: clamp(27px, 27px + (48 - 27) * (100vw - 375px) / (1440 - 375), 48px);
}
@media print, screen and (max-width: 768px) {
  .home-intro__copy {
    font-size: calc(27 / 375 * 100vw);
  }
}
.home-intro__copy {
  line-height: 1.6;
}
@media print, screen and (max-width: 768px) {
  .home-intro__copy {
    display: none;
  }
}
.home-intro__copy.is-hide {
  opacity: 0;
}
.home-intro.is-show .home-intro__copy {
  opacity: 1;
  transform: translateY(0);
}
.home-intro__text {
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .home-intro__text {
    font-size: calc(16 / 375 * 100vw);
  }
}
.home-intro__text {
  line-height: 2.2;
}
@media print, screen and (max-width: 768px) {
  .home-intro__text {
    margin-top: 2rem;
    position: relative;
  }
  .home-intro__text::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    top: auto;
    bottom: 1rem;
    margin: auto;
    width: 14rem;
    height: 9.8rem;
    background-image: url(../img/home/life_illust03.png);
    background-size: cover;
  }
}
.home-intro__wrap {
  display: grid;
  gap: 12rem;
  grid-template-columns: 32rem 1fr;
}
@media print, screen and (max-width: 768px) {
  .home-intro__wrap {
    display: block;
  }
}
.home-intro__illust {
  width: 98rem;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .home-intro__illust {
    width: 47rem;
    margin-left: -15rem;
  }
}

/* ========================================
wave
======================================== */
.home-wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 27rem;
  overflow: hidden;
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .home-wave {
    height: 8rem;
    bottom: -2px;
  }
}
.home-wave svg {
  width: 400%;
  height: 100%;
  animation: waveMove 40s linear infinite;
}

.wave01 {
  fill: rgba(255, 255, 255, 0.52);
  transform: translateY(1rem);
}

.wave02 {
  fill: #f6f5f1;
}

@keyframes waveMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ========================================
highlights
======================================== */
.home-highlights {
  padding: 9rem 0 8rem;
}
@media print, screen and (max-width: 768px) {
  .home-highlights {
    padding: 6rem 0 8rem;
  }
}
.home-highlights__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.home-highlights__title > .en {
  padding: 0 5rem;
  font-weight: 600;
  color: #225a3c;
  display: inline-block;
  font-size: clamp(38px, 38px + (48 - 38) * (100vw - 375px) / (1440 - 375), 48px);
}
@media print, screen and (max-width: 768px) {
  .home-highlights__title > .en {
    font-size: calc(38 / 375 * 100vw);
  }
}
.home-highlights__title > .en {
  border-bottom: 1px solid #c0c0c0;
}
.home-highlights__title > .ja {
  font-weight: 500;
  display: inline-block;
  font-size: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .home-highlights__title > .ja {
    font-size: calc(15 / 375 * 100vw);
  }
}
.home-highlights__title > .ja {
  padding-top: 0.5em;
}
.home-highlights__slider {
  margin-top: 5rem;
  margin-inline: -1.8rem;
}
@media print, screen and (max-width: 768px) {
  .home-highlights__slider {
    margin-top: 2rem;
  }
}
.home-highlights__slider .slick-slide {
  margin-inline: 1.8rem;
}
@media print, screen and (max-width: 768px) {
  .home-highlights__slider .slick-list {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.home-highlights__slider .slick-dots {
  margin-top: 2rem;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  list-style: none;
}
@media print, screen and (max-width: 768px) {
  .home-highlights__slider .slick-dots {
    margin-top: 1rem;
  }
}
.home-highlights__slider .slick-dots li {
  width: 0.9rem;
  height: 0.9rem;
}
.home-highlights__slider .slick-dots button {
  width: 0.9rem;
  height: 0.9rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  font-size: 0;
  cursor: pointer;
}
.home-highlights__slider .slick-dots .slick-active button {
  background: #c6b472;
}
.home-highlights__img {
  aspect-ratio: 330/208;
  overflow: hidden;
}
.home-highlights__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-highlights__card:hover .home-highlights__body::after {
  width: 100%;
}
.home-highlights__card:hover .home-highlights__body > .icon {
  transform: translateX(0.6rem);
}
.home-highlights__body {
  font-size: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .home-highlights__body {
    font-size: calc(15 / 375 * 100vw);
  }
}
.home-highlights__body {
  margin-top: 1rem;
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1.8rem;
  gap: 1rem;
  text-decoration: none;
  padding: 1rem 2rem;
}
@media print, screen and (max-width: 768px) {
  .home-highlights__body {
    margin-top: 0rem;
    padding: 1rem 1rem;
  }
}
.home-highlights__body::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c0c0c0;
}
.home-highlights__body::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #212121;
  transition: width 0.4s ease;
}
.home-highlights__body > .icon {
  background: url(../img/common/icon_arrow.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .home-highlights__body > .icon {
    width: 1.3rem;
    height: 1.3rem;
  }
}

/* ========================================
life
======================================== */
.home-life {
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .home-life {
    padding-bottom: 8rem;
  }
}
.home-life__visual {
  height: 75rem;
}
@media print, screen and (max-width: 768px) {
  .home-life__visual {
    height: 30rem;
  }
}
.home-life__visual .home-wave {
  height: 26rem;
}
@media print, screen and (max-width: 768px) {
  .home-life__visual .home-wave {
    height: 8rem;
  }
}
.home-life__visual .home-wave .wave02 {
  fill: #f6f5f1;
}
.home-life__content {
  position: relative;
  z-index: 2;
  background-image: url(../img/home/life_bg.png);
  background-repeat: no-repeat;
  background-position: top 35rem center;
  background-size: 100% auto;
}
@media print, screen and (max-width: 768px) {
  .home-life__content {
    padding-top: 2rem;
    background-position: top 61rem center;
    background-size: 140% auto;
  }
}
.home-life__inner {
  text-align: center;
  position: relative;
  padding: 0 0 7rem;
}
@media print, screen and (max-width: 768px) {
  .home-life__inner {
    padding-bottom: 16rem;
    margin-bottom: 2rem;
  }
}
.home-life__title {
  color: #3b6043;
  font-size: clamp(20px, 20px + (48 - 20) * (100vw - 375px) / (1440 - 375), 48px);
}
@media print, screen and (max-width: 768px) {
  .home-life__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.home-life__title {
  line-height: 1.8;
  letter-spacing: 0.22em;
  font-weight: 400;
}
.home-life__text {
  margin-top: 3rem;
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .home-life__text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.home-life__text {
  line-height: 2.3;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 768px) {
  .home-life__text {
    margin-top: 2rem;
    letter-spacing: 0em;
  }
}
.home-life__illust {
  position: absolute;
}
.home-life__illust--01 {
  left: 20rem;
  top: -2rem;
  width: 11rem;
}
@media print, screen and (max-width: 768px) {
  .home-life__illust--01 {
    left: 2rem;
    width: 10rem;
    top: -18rem;
  }
}
.home-life__illust--02 {
  right: 0;
  top: 10rem;
  width: 20rem;
}
@media print, screen and (max-width: 768px) {
  .home-life__illust--02 {
    width: 17rem;
    top: auto;
    bottom: 0;
    right: -8rem;
  }
}
.home-life__illust--03 {
  left: 10rem;
  bottom: 14rem;
  width: 20rem;
}
@media print, screen and (max-width: 768px) {
  .home-life__illust--03 {
    display: none;
  }
}
.home-life__illust--04 {
  right: 16rem;
  bottom: 6rem;
  width: 10rem;
}
@media print, screen and (max-width: 768px) {
  .home-life__illust--04 {
    width: 8rem;
    left: 2rem;
    right: auto;
    bottom: 0;
  }
}

.home-service {
  padding: 3rem 0 10rem;
}
@media print, screen and (max-width: 768px) {
  .home-service {
    padding: 0 0 4rem;
  }
}
.home-service__inner {
  position: relative;
  margin-left: 21rem;
}
@media print, screen and (max-width: 768px) {
  .home-service__inner {
    margin-left: 3rem;
  }
}
.home-service__img {
  height: 51rem;
  border-radius: 2rem 0 0 2rem;
}
@media print, screen and (max-width: 768px) {
  .home-service__img {
    aspect-ratio: 316/220;
    height: 22rem;
    overflow: hidden;
  }
  .home-service__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2rem 0 0 2rem;
  }
}
.home-service__body {
  position: relative;
  margin-top: -4rem;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .home-service__body {
    margin-top: -2rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
.home-service__title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  gap: 1rem;
  transform: translateX(-8rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .home-service__title {
    font-size: 1.2rem;
    transform: translateX(-3rem);
  }
}
.home-service__title > .en > img {
  height: 7.8rem;
}
@media print, screen and (max-width: 768px) {
  .home-service__title > .en > img {
    height: 4rem;
  }
}
.home-service--onsen .home-service__title > .ja {
  color: #eb5c0e;
}
.home-service--residence .home-service__title > .ja {
  color: #dcb22f;
}
.home-service--care .home-service__title > .ja {
  color: #2a6a30;
}
.home-service__catch {
  margin-top: 3rem;
  font-size: clamp(20px, 20px + (32 - 20) * (100vw - 375px) / (1440 - 375), 32px);
}
@media print, screen and (max-width: 768px) {
  .home-service__catch {
    font-size: calc(20 / 375 * 100vw);
  }
}
.home-service__catch {
  font-weight: 400;
  line-height: 1.5;
}
.home-service__catch + p {
  margin-top: 1rem;
  font-size: clamp(13px, 13px + (18 - 13) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .home-service__catch + p {
    font-size: calc(13 / 375 * 100vw);
  }
}
.home-service__illust {
  position: absolute;
}
.home-service--onsen .home-service__illust {
  right: 3%;
  top: 0;
  width: 23rem;
}
@media print, screen and (max-width: 768px) {
  .home-service--onsen .home-service__illust {
    width: 11rem;
    right: 0;
  }
}
.home-service--residence .home-service__illust {
  right: 10%;
  top: 1rem;
  width: 16rem;
}
@media print, screen and (max-width: 768px) {
  .home-service--residence .home-service__illust {
    width: 8rem;
    right: 1rem;
    top: -4rem;
  }
}
.home-service--care .home-service__illust {
  right: 3%;
  top: 0;
  width: 26rem;
}
@media print, screen and (max-width: 768px) {
  .home-service--care .home-service__illust {
    width: 13rem;
    right: 0;
    top: -5rem;
  }
}
.home-service__linkarea {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
@media print, screen and (max-width: 768px) {
  .home-service__linkarea {
    gap: 1rem;
    margin-top: 2rem;
  }
}

/* ========================================
pleace
======================================== */
.home-place {
  position: relative;
  background-image: url(../img/home/pleace_wave.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom 70rem center;
}
@media print, screen and (max-width: 768px) {
  .home-place {
    background-image: url(../img/home/pleace_wave-sp.png);
    background-position: bottom 110rem center;
  }
}
.home-place__visual {
  height: 75rem;
}
@media print, screen and (max-width: 768px) {
  .home-place__visual {
    height: 30rem;
  }
}
.home-place__visual .home-wave {
  height: 26rem;
}
@media print, screen and (max-width: 768px) {
  .home-place__visual .home-wave {
    height: 8rem;
  }
}
.home-place__visual .home-wave .wave02 {
  fill: #f6f5f1;
}
.home-place__content {
  background-color: #f6f5f1;
  position: relative;
  z-index: 2;
}
.home-place__inner {
  text-align: center;
  position: relative;
}
.home-place__title {
  color: #3b6043;
  font-size: clamp(20px, 20px + (48 - 20) * (100vw - 375px) / (1440 - 375), 48px);
}
@media print, screen and (max-width: 768px) {
  .home-place__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.home-place__title {
  line-height: 1.8;
  letter-spacing: 0.22em;
  font-weight: 400;
}

.home-feature {
  padding-top: 8rem;
}
.home-feature__title {
  width: 44rem;
  height: 8.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-image: url(../img/home/feature_title_bg.png);
  background-size: 100% 100%;
  color: #fff;
  font-size: clamp(22px, 22px + (48 - 22) * (100vw - 375px) / (1440 - 375), 48px);
}
@media print, screen and (max-width: 768px) {
  .home-feature__title {
    font-size: calc(22 / 375 * 100vw);
  }
}
.home-feature__title {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .home-feature__title {
    width: 21rem;
    height: 4rem;
  }
}
.home-feature__text {
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .home-feature__text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.home-feature__text {
  line-height: 2.4;
  letter-spacing: 0.12em;
}
@media print, screen and (max-width: 768px) {
  .home-feature__text {
    margin-top: 2rem;
    letter-spacing: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .home-peace {
    padding-top: 3rem;
  }
}
.home-peace__lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 8rem;
  margin-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .home-peace__lead {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .home-peace__lead .home-feature__text {
    order: 1;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.home-peace__illust {
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .home-peace__illust {
    order: 2;
    width: 24rem;
    margin: auto;
  }
}
.home-peace__illust img {
  width: 100%;
  max-width: 49rem;
}
.home-peace__gallery {
  display: flex;
  width: 100%;
  height: 36rem;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .home-peace__gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    height: auto;
  }
}
.home-peace__item {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  transition: flex 0.7s ease;
}
@media print, screen and (max-width: 768px) {
  .home-peace__item {
    aspect-ratio: 1/1;
    height: 19rem;
  }
  .home-peace__item:nth-child(1) {
    grid-column: 1/4;
  }
  .home-peace__item:nth-child(2) {
    grid-column: 4/7;
  }
  .home-peace__item:nth-child(3) {
    grid-column: 1/3;
  }
  .home-peace__item:nth-child(4) {
    grid-column: 3/5;
  }
  .home-peace__item:nth-child(5) {
    grid-column: 5/7;
  }
}
.home-peace__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0));
}
.home-peace__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
}
@media print, screen and (min-width: 768px) {
  .home-peace__item:hover {
    flex: 1.9;
  }
  .home-peace__item:hover img {
    transform: scale(1.06);
  }
  .home-peace__item:hover .home-peace__catch {
    opacity: 1;
    transform: translateY(0);
  }
  .home-peace__item:hover .home-peace__label::after {
    transform: scaleX(1);
  }
  .home-peace__item:hover .home-peace__body::after {
    display: block;
  }
  .home-peace__item:hover .home-peace__label {
    font-size: 2.4rem;
  }
}
.home-peace__caption {
  position: absolute;
  left: 2.4rem;
  right: 2.4rem;
  bottom: 2.6rem;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .home-peace__caption {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1rem;
  }
}
.home-peace__catch {
  margin: 0 0 0.5rem 6.5rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translateY(1rem);
  transition: 0.5s ease;
}
@media print, screen and (max-width: 768px) {
  .home-peace__catch {
    display: none;
  }
}
.home-peace__row {
  display: flex;
  align-items: flex-end;
}
@media print, screen and (max-width: 768px) {
  .home-peace__row {
    display: block;
  }
}
.home-peace__num {
  flex-shrink: 0;
  font-size: clamp(20px, 20px + (48 - 20) * (100vw - 375px) / (1440 - 375), 48px);
}
@media print, screen and (max-width: 768px) {
  .home-peace__num {
    font-size: calc(20 / 375 * 100vw);
  }
}
.home-peace__num {
  line-height: 1;
  transform: translateY(-2rem);
  font-weight: 400;
}
@media print, screen and (max-width: 768px) {
  .home-peace__num {
    transform: translateY(-1rem);
  }
}
.home-peace__head {
  display: flex;
  align-items: flex-start;
}
.home-peace__body {
  margin-left: -1rem;
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .home-peace__body {
    margin-left: 1rem;
  }
}
.home-peace__body::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_arrow-wh.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
  display: none;
}
@media print, screen and (max-width: 768px) {
  .home-peace__body::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.home-peace__slash {
  margin-bottom: 2rem;
  width: 4rem;
  height: 1px;
  background: #fff;
  transform: translateX(-1rem) translateY(1rem) rotate(-50deg);
  transform-origin: center;
}
@media print, screen and (max-width: 768px) {
  .home-peace__slash {
    width: 3rem;
    margin-bottom: 3rem;
  }
}
.home-peace__label {
  position: relative;
  display: inline-block;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .home-peace__label {
    font-size: calc(16 / 375 * 100vw);
  }
}
.home-peace__label {
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 0.8rem;
  width: 100%;
}
.home-peace__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.home-closer {
  padding: 18rem 0 21rem;
}
@media print, screen and (max-width: 768px) {
  .home-closer {
    padding: 7rem 0 0;
  }
}
.home-closer__body {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 4rem;
  align-items: start;
  margin-top: 10rem;
}
@media print, screen and (max-width: 768px) {
  .home-closer__body {
    display: block;
    margin-top: 0;
  }
}
.home-closer__lead {
  position: relative;
}
.home-closer__illust {
  margin-top: 3.5rem;
  margin-left: calc(50% - 23vw);
}
@media print, screen and (max-width: 768px) {
  .home-closer__illust {
    width: 32rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.home-closer__illust img {
  width: 100%;
  max-width: none;
  display: block;
}
.home-closer__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media print, screen and (max-width: 768px) {
  .home-closer__cards {
    margin-top: -2rem;
    z-index: 2;
    position: relative;
    gap: 2rem;
  }
}
.home-closer__card > img {
  border-radius: 1.8rem;
}
.home-closer__card p {
  margin-top: 1rem;
}

.home-enjoy {
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .home-enjoy {
    padding: 7rem 0 0;
  }
}
.home-enjoy__illust {
  position: absolute;
  right: 0;
  top: 0;
  width: 54rem;
}
@media print, screen and (max-width: 768px) {
  .home-enjoy__illust {
    width: 29rem;
    position: relative;
  }
}
.home-enjoy__illust img {
  width: 100%;
  height: auto;
  display: block;
}
.home-enjoy__head .home-intro__text {
  margin-top: 6rem;
}
.home-enjoy__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 17rem;
  margin-top: 13rem;
}
@media print, screen and (max-width: 768px) {
  .home-enjoy__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1rem;
  }
}
.home-enjoy__item {
  position: relative;
}
.home-enjoy__photo {
  width: 52rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .home-enjoy__photo {
    width: 24rem;
  }
}
.home-enjoy__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-enjoy__badge {
  position: absolute;
  right: 2rem;
  top: 40rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: #b0d08f;
  display: grid;
  place-items: center;
  text-align: left;
  font-size: 3rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  .home-enjoy__badge {
    width: 11rem;
    height: 11rem;
    right: -4rem;
    top: 15rem;
    font-size: 1.5rem;
  }
}
.home-enjoy__text {
  margin-top: 2rem;
  padding-left: 4rem;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .home-enjoy__text {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .home-enjoy__text {
    margin-top: 1rem;
    padding-left: 0;
  }
}
.home-enjoy__btn {
  margin-top: 7rem;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .home-enjoy__btn {
    margin-top: 4rem;
  }
}
.home-enjoy__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 29rem;
  padding: 1rem;
  border: 1px solid #c0c0c0;
  border-radius: 1rem;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .home-enjoy__btn a {
    font-size: calc(14 / 375 * 100vw);
  }
}
.home-enjoy__btn a {
  position: relative;
  transition: 0.3s ease;
}
@media print, screen and (max-width: 768px) {
  .home-enjoy__btn a {
    min-width: 24rem;
  }
}
.home-enjoy__btn a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_arrow.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .home-enjoy__btn a::after {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.home-enjoy__btn a:hover {
  opacity: 1;
  color: #225a3c;
  background: #f3f8ed;
  border-color: #225a3c;
  transform: translateY(-3px);
}
.home-enjoy__btn a:hover::after {
  right: 0.7rem;
}

/* ========================================
info
======================================== */
.home-info {
  padding: 18rem 0 7rem;
}
@media print, screen and (max-width: 768px) {
  .home-info {
    padding: 9rem 0 4rem;
  }
}
.home-info__inner {
  display: grid;
  grid-template-columns: 42rem 1fr;
  gap: 8rem;
}
@media print, screen and (max-width: 768px) {
  .home-info__inner {
    display: block;
  }
}
.home-info__head {
  padding-top: 1rem;
}
.home-info__title {
  font-size: clamp(80px, 80px + (80 - 80) * (100vw - 375px) / (1440 - 375), 80px);
}
@media print, screen and (max-width: 768px) {
  .home-info__title {
    font-size: calc(80 / 375 * 100vw);
  }
}
.home-info__title {
  line-height: 1;
  font-weight: 400;
}
@media print, screen and (max-width: 768px) {
  .home-info__title {
    text-align: center;
  }
}
.home-info__ja {
  margin-top: 1rem;
  font-size: clamp(15px, 15px + (24 - 15) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .home-info__ja {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .home-info__ja {
    text-align: center;
  }
}
.home-info__more {
  margin-top: 7rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .home-info__more {
    font-size: calc(15 / 375 * 100vw);
  }
}
.home-info__more {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .home-info__more {
    margin-top: 2rem;
    text-align: center;
    justify-content: center;
    margin: 2rem auto 0;
  }
}
.home-info__more span {
  content: "";
  background: url(../img/common/icon_arrow.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .home-info__more span {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.home-info__more:hover span {
  transform: translateX(0.4rem);
}
.home-info__body {
  border-top: 1px solid #c0c0c0;
}
@media print, screen and (max-width: 768px) {
  .home-info__body {
    margin-top: 3rem;
  }
}
.home-info__item {
  border-bottom: 1px solid #c0c0c0;
}
.home-info__item a {
  padding: 3rem 2rem;
  display: block;
  color: #222;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
}
@media print, screen and (max-width: 768px) {
  .home-info__item a {
    padding: 1.5rem 0;
  }
}
.home-info__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #225a3c;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s ease;
}
.home-info__item a:hover {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.home-info__item a:hover::before {
  transform: scaleY(1);
}
.home-info__item a:hover .home-info__arrow {
  transform: translateX(0.5rem);
}
.home-info__date {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  line-height: 1;
  font-size: clamp(32px, 32px + (32 - 32) * (100vw - 375px) / (1440 - 375), 32px);
}
@media print, screen and (max-width: 768px) {
  .home-info__date {
    font-size: calc(32 / 375 * 100vw);
  }
}
.home-info__date {
  font-weight: 400;
}
.home-info__date span {
  font-size: 0.6em;
  line-height: 1;
  color: #737373;
}
.home-info__text {
  margin-top: 2rem;
  position: relative;
  padding-right: 3rem;
}
@media print, screen and (max-width: 768px) {
  .home-info__text {
    margin-top: 1rem;
  }
}
.home-info__arrow {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_arrow.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .home-info__arrow {
    width: 1.3rem;
    height: 1.3rem;
  }
}

/* ========================================
recruit
======================================== */
@media print, screen and (max-width: 768px) {
  .home-recruit {
    height: 27rem;
  }
}
.home-recruit__link {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-decoration: none;
}
.home-recruit__link:hover {
  opacity: 1;
}
.home-recruit__link:hover .home-recruit__img img {
  transform: scale(1.08);
  filter: brightness(1.08);
}
.home-recruit__link:hover .home-recruit__text {
  transform: translateX(-0.9rem);
}
.home-recruit__img {
  aspect-ratio: 1840/580;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__img {
    aspect-ratio: 375/273;
  }
}
.home-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.8s ease, filter 0.8s ease;
}
.home-recruit__copy {
  position: absolute;
  left: 7rem;
  bottom: 4rem;
  z-index: 4;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__copy {
    left: 2rem;
    bottom: 2rem;
  }
}
.home-recruit__en {
  display: block;
  width: 51rem;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__en {
    width: 26rem;
  }
}
.home-recruit__ja {
  display: block;
  margin-left: 2rem;
  font-size: 2rem;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__ja {
    display: none;
  }
}
.home-recruit__text {
  position: absolute;
  right: 7rem;
  top: 50%;
  z-index: 4;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2rem;
  border-bottom: 1px solid #b8b8b8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .home-recruit__text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.home-recruit__text {
  transition: 0.4s ease;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__text {
    border: none;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.85);
    top: 0;
    bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    padding: 1.2rem 2rem;
    left: 0;
    right: 0;
  }
}
.home-recruit__arrow {
  position: relative;
  content: "";
  background: url(../img/common/icon_arrow.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .home-recruit__arrow {
    width: 1.3rem;
    height: 1.3rem;
  }
}

/* ========================================
kohakuno-yu
======================================== */
.kohakuno-yu .onsen-quality {
  padding: 10rem 0;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-quality {
    padding: 6rem 0;
  }
}
.kohakuno-yu .onsen-quality__content {
  gap: 4rem;
  margin-top: 2rem;
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  grid-template-columns: 240px 1fr;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-quality__content {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
}
.kohakuno-yu .onsen-quality__thumb {
  position: relative;
  border: 0;
  background: none;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-quality__thumb {
    width: 20rem;
    margin: auto;
  }
}
.kohakuno-yu .onsen-quality__thumb img {
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.12);
}
.kohakuno-yu .onsen-quality__thumb::after {
  content: "";
  position: absolute;
  right: -1.6rem;
  bottom: 1.2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #d3bf78;
}
.kohakuno-yu .onsen-quality__thumb::before {
  content: "";
  position: absolute;
  right: -0.1rem;
  bottom: 2.7rem;
  margin: auto;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/kohakuno-yu/icon-glass.svg);
  background-size: cover;
  z-index: 2;
}
.kohakuno-yu .onsen-quality__list {
  width: 100%;
  max-width: 46rem;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-quality__list {
    max-width: 100%;
  }
}
.kohakuno-yu .onsen-quality__row {
  display: grid;
  grid-template-columns: 8rem 1fr;
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-quality__row {
    font-size: calc(14 / 375 * 100vw);
  }
}
.kohakuno-yu .onsen-quality__row dt {
  padding: 1rem 1rem;
  background: #f6f3e8;
  text-align: center;
  line-height: 1.8;
}
.kohakuno-yu .onsen-quality__row dd {
  padding: 1rem 1rem;
}
.kohakuno-yu .onsen-quality-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.kohakuno-yu .onsen-quality-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.kohakuno-yu .onsen-quality-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.kohakuno-yu .onsen-quality-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90vw, 70rem);
  max-height: 86vh;
  overflow-y: auto;
  background: #fff;
}
.kohakuno-yu .onsen-quality-modal__content img {
  display: block;
  width: 100%;
  height: auto;
}
.kohakuno-yu .onsen-quality-modal__close {
  position: fixed;
  top: 3rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  border: 0;
  background: none;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-quality-modal__close {
    top: -3rem;
    right: 0;
  }
}
.kohakuno-yu .onsen-quality-modal__close::before, .kohakuno-yu .onsen-quality-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.kohakuno-yu .onsen-quality-modal__close::before {
  transform: rotate(45deg);
}
.kohakuno-yu .onsen-quality-modal__close::after {
  transform: rotate(-45deg);
}
.kohakuno-yu .onsen-footbath {
  padding: 11rem 0;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath {
    padding: 7rem 0 6rem;
  }
}
.kohakuno-yu .onsen-footbath__box {
  padding: 6rem 9rem 8rem;
  background: #fff;
  border-radius: 3rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath__box {
    padding: 5rem 2rem 3rem;
    border-radius: 2rem;
  }
}
.kohakuno-yu .onsen-footbath__box::after {
  position: absolute;
  content: "";
  left: -6rem;
  right: auto;
  top: -4rem;
  bottom: auto;
  margin: auto;
  width: 41rem;
  height: 34rem;
  background-image: url(../img/kohakuno-yu/footbath_illust.png);
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath__box::after {
    left: auto;
    right: -4rem;
    top: -11rem;
    width: 20rem;
    height: 17rem;
  }
}
.kohakuno-yu .onsen-footbath__title {
  text-align: center;
  color: #d4c48e;
  font-size: clamp(28px, 28px + (55 - 28) * (100vw - 375px) / (1440 - 375), 55px);
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath__title {
    font-size: calc(28 / 375 * 100vw);
  }
}
.kohakuno-yu .onsen-footbath__title {
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.kohakuno-yu .onsen-footbath__title span {
  display: block;
  font-size: 0.7em;
}
.kohakuno-yu .onsen-footbath__content {
  display: grid;
  grid-template-columns: 1fr 40rem;
  gap: 4rem;
  align-items: center;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath__content {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1rem;
  }
}
.kohakuno-yu .onsen-footbath__text p {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath__text p {
    font-size: calc(16 / 375 * 100vw);
  }
}
.kohakuno-yu .onsen-footbath__badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath__badges {
    grid-template-columns: 1fr;
  }
}
.kohakuno-yu .onsen-footbath__badges span {
  min-width: 18rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  background-image: url(../img/kohakuno-yu/badges_bg.png);
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath__badges span {
    font-size: calc(16 / 375 * 100vw);
  }
}
.kohakuno-yu .onsen-footbath__badges span {
  line-height: 1;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath__badges span {
    padding: 1.4rem 1rem;
    width: 20rem;
    margin: auto;
  }
}
.kohakuno-yu .onsen-footbath__info {
  margin-top: 1.8rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #c0c0c0;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath__info {
    font-size: calc(16 / 375 * 100vw);
  }
}
.kohakuno-yu .onsen-footbath__info {
  line-height: 1.6;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-footbath__info {
    padding-bottom: 2rem;
  }
}
.kohakuno-yu .onsen-footbath__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
}
.kohakuno-yu .onsen-cta__content {
  position: relative;
  overflow: hidden;
  min-height: 45rem;
  padding: 0 6rem 4rem 4rem;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-cta__content {
    flex-direction: column;
    padding: 5rem 2rem 5rem;
    min-height: auto;
  }
}
.kohakuno-yu .onsen-cta__content:hover .onsen-cta__bg {
  transform: scale(1.08);
}
.kohakuno-yu .onsen-cta__content:hover .onsen-cta__btn {
  transform: translateY(-50%) translateX(-0.9rem);
}
.kohakuno-yu .onsen-cta__bg {
  position: absolute;
  inset: 0;
  background: url("../img/kohakuno-yu/cta_bg.jpg") center/cover no-repeat;
  transition: transform 0.7s ease;
}
.kohakuno-yu .onsen-cta__title {
  position: relative;
  z-index: 2;
  width: 73rem;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-cta__title {
    width: 100%;
  }
}
.kohakuno-yu .onsen-cta__btn {
  position: absolute;
  top: 50%;
  right: 8rem;
  z-index: 2;
  min-width: 34rem;
  padding: 2rem 8rem 2rem 2rem;
  border-radius: 1rem;
  background: rgba(220, 178, 47, 0.6);
  color: #fff;
  transform: translateY(-50%);
  transition: 0.4s;
  font-size: clamp(16px, 16px + (26 - 16) * (100vw - 375px) / (1440 - 375), 26px);
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-cta__btn {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-cta__btn {
    position: relative;
    top: auto;
    right: auto;
    min-width: 30rem;
    margin: 2rem auto 0;
    transform: none;
    padding: 1.2rem 4rem 2rem 1.2rem;
  }
}
.kohakuno-yu .onsen-cta__btn::before {
  position: absolute;
  content: "";
  left: auto;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon_arrow-wh.svg) center/cover no-repeat;
  width: 3rem;
  height: 3rem;
  transition: transform 0.4s ease;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .onsen-cta__btn::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.kohakuno-yu .onsen-cta__btn:hover {
  background: #b88d10;
}
.kohakuno-yu .onsen-cta__btn:hover::after {
  right: 3.5rem;
}

/* ========================================
delicious-meal
======================================== */
.delicious-meal .meal-gallery {
  background-color: #fff;
  position: relative;
}
.delicious-meal .meal-gallery__wrap {
  position: relative;
  padding-block: 15rem;
}
@media print, screen and (max-width: 768px) {
  .delicious-meal .meal-gallery__wrap {
    padding-block: 6rem;
  }
}
.delicious-meal .meal-gallery__wrap::after {
  position: absolute;
  content: "";
  left: -5rem;
  right: auto;
  top: -2rem;
  bottom: auto;
  margin: auto;
  background-image: url(../img/delicious-meal/gallery_illust.png);
  background-size: cover;
  width: 22rem;
  height: 18.2rem;
}
@media print, screen and (max-width: 1200px) {
  .delicious-meal .meal-gallery__wrap::after {
    left: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .delicious-meal .meal-gallery__wrap::after {
    display: none;
  }
}
.delicious-meal .meal-gallery__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
@media print, screen and (max-width: 1200px) {
  .delicious-meal .meal-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .delicious-meal .meal-gallery__list {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
}
.delicious-meal .meal-gallery__item img {
  border-radius: 0.6rem;
}
.delicious-meal .meal-gallery__item figcaption {
  margin-top: 1rem;
  color: #3b6043;
  font-size: clamp(17px, 17px + (18 - 17) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .delicious-meal .meal-gallery__item figcaption {
    font-size: calc(17 / 375 * 100vw);
  }
}
.delicious-meal .meal-gallery__item figcaption {
  font-weight: 500;
  line-height: 1.5;
}

/* ========================================
common-space
======================================== */
.common-space .common-space-gallery {
  background-color: #fff;
  padding-bottom: 15rem;
}
@media print, screen and (max-width: 768px) {
  .common-space .common-space-gallery {
    padding-bottom: 6rem;
  }
}
.common-space .common-space-gallery__wrap {
  padding-top: 15rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .common-space .common-space-gallery__wrap {
    padding-top: 6rem;
  }
}
.common-space .common-space-gallery__wrap::after {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: -2rem;
  bottom: auto;
  margin: auto;
  width: 23rem;
  height: 21rem;
  background-image: url(../img/common-space/gallery_illust01.png);
  background-size: cover;
}
@media print, screen and (max-width: 1200px) {
  .common-space .common-space-gallery__wrap::after {
    left: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .common-space .common-space-gallery__wrap::after {
    left: -50px;
    right: auto;
    top: -2rem;
    width: 13rem;
    height: 12rem;
  }
}
.common-space .common-space-gallery__culture {
  margin-top: 5rem;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .common-space .common-space-gallery__culture {
    margin-top: 2rem;
  }
}
.common-space .common-space-gallery__culture img {
  display: block;
  width: 100%;
  border-radius: 4rem;
}
@media print, screen and (max-width: 768px) {
  .common-space .common-space-gallery__culture img {
    border-radius: 2rem;
  }
}
.common-space .common-space-gallery__culture::after {
  position: absolute;
  content: "";
  left: -6rem;
  right: auto;
  top: auto;
  bottom: -4rem;
  margin: auto;
  width: 16.5rem;
  height: 28rem;
  background-image: url(../img/common-space/gallery_illust02.png);
  background-size: cover;
}
@media print, screen and (max-width: 1200px) {
  .common-space .common-space-gallery__culture::after {
    left: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .common-space .common-space-gallery__culture::after {
    left: auto;
    right: -2rem;
    top: -1rem;
    width: 8.3rem;
    height: 14rem;
  }
}
.common-space .common-space-gallery__gallery {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
  margin: 8rem auto 0;
}
@media print, screen and (max-width: 768px) {
  .common-space .common-space-gallery__gallery {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.common-space .common-space-gallery__gallery-large {
  overflow: hidden;
  border-radius: 4rem;
}
@media print, screen and (max-width: 768px) {
  .common-space .common-space-gallery__gallery-large {
    border-radius: 2rem;
    height: 14rem;
  }
}
.common-space .common-space-gallery__gallery-large img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-space .common-space-gallery__gallery-side {
  display: grid;
  gap: 3rem;
}
@media print, screen and (max-width: 768px) {
  .common-space .common-space-gallery__gallery-side {
    gap: 2rem;
  }
}
.common-space .common-space-gallery__gallery-side figure {
  overflow: hidden;
  border-radius: 4rem;
}
@media print, screen and (max-width: 768px) {
  .common-space .common-space-gallery__gallery-side figure {
    border-radius: 2rem;
    height: 14rem;
  }
}
.common-space .common-space-gallery__gallery-side figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ========================================
rehabilitation
======================================== */
.rehabilitation .rehab-support {
  padding: 10rem 0 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-support {
    padding: 6rem 0 0;
  }
}
.rehabilitation .rehab-support::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  margin: auto;
  background-color: #f6f5f1;
  width: 100%;
  height: 4rem;
  z-index: -1;
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-support::after {
    height: 10rem;
  }
}
.rehabilitation .rehab-support__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-support__list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-support__list > li {
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 0;
    align-items: center;
  }
}
.rehabilitation .rehab-support__list p {
  margin-top: 2rem;
  color: #3b6043;
  text-align: center;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-support__list p {
    font-size: calc(18 / 375 * 100vw);
  }
}
.rehabilitation .rehab-support__list p {
  line-height: 1.8;
  font-weight: 500;
}
.rehabilitation .rehab-support__note {
  margin-top: 5rem;
  padding: 2rem 6rem;
  color: #8d7e4c;
  position: relative;
  border-radius: 3rem;
  background: linear-gradient(135deg, #f9f5e5 0%, #ffffff 100%);
  box-shadow: 0.6rem 0.6rem 0 #d4c48e;
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-support__note {
    margin-top: 2rem;
    padding: 1.5rem 2rem;
    border-radius: 2rem;
  }
}
.rehabilitation .rehab-feature-box {
  padding: 14rem 0 16rem;
  background: #f6f5f1;
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-feature-box {
    padding: 12rem 0 6rem;
  }
}
.rehabilitation .rehab-feature-box__wrap {
  position: relative;
  padding: 9rem 9rem 6rem;
  background: #fff;
  border-radius: 4rem;
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-feature-box__wrap {
    padding: 4rem 2rem 4rem;
    border-radius: 2rem;
  }
}
.rehabilitation .rehab-feature-box__wrap + .p-feature-box__wrap {
  margin-top: 11rem;
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-feature-box__wrap + .p-feature-box__wrap {
    margin-top: 6rem;
  }
}
.rehabilitation .rehab-feature-box__illust {
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 30rem;
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-feature-box__illust {
    width: 20rem;
    top: -8rem;
  }
}
.rehabilitation .rehab-feature-box__title {
  color: #d4c48e;
  font-size: clamp(24px, 24px + (35 - 24) * (100vw - 375px) / (1440 - 375), 35px);
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-feature-box__title {
    font-size: calc(24 / 375 * 100vw);
  }
}
.rehabilitation .rehab-feature-box__title {
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
.rehabilitation .rehab-feature-box__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: flex-start;
  margin-top: 6rem;
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-feature-box__content {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 2rem;
  }
}
.rehabilitation .rehab-feature-box__img img {
  border-radius: 4rem;
}
@media print, screen and (max-width: 768px) {
  .rehabilitation .rehab-feature-box__img img {
    border-radius: 2rem;
  }
}

/* ========================================
equipment-outline
======================================== */
.equipment-outline .floor-map__visual {
  position: relative;
  max-width: 82rem;
  margin: 0 auto 5rem;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__visual {
    max-width: 100%;
    margin: 0 auto 0;
  }
}
.equipment-outline .floor-map__visual img {
  display: block;
  width: 100%;
}
.equipment-outline .floor-map__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 48%;
  color: #225a3c;
  font-size: clamp(22px, 22px + (34 - 22) * (100vw - 375px) / (1440 - 375), 34px);
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__title {
    font-size: calc(22 / 375 * 100vw);
  }
}
.equipment-outline .floor-map__title {
  font-weight: 500;
  letter-spacing: 0.18em;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__title {
    top: 40%;
  }
}
.equipment-outline .floor-map__content {
  display: grid;
  grid-template-columns: 25rem 1fr;
  align-items: flex-start;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__content {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__building {
    display: none;
  }
}
.equipment-outline .floor-map__building img {
  display: block;
  width: 100%;
}
.equipment-outline .floor-map__list {
  margin-top: 1.2rem;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__list {
    margin-top: 0;
  }
}
.equipment-outline .floor-map__row {
  align-items: center;
  min-height: 5.9rem;
  padding-left: 3.2rem;
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__row {
    padding-left: 0;
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    display: grid;
    padding: 1.4rem 0;
    align-items: normal;
  }
}
.equipment-outline .floor-map__row p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__row p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.equipment-outline .floor-map__row p + p {
  margin-left: 2rem;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__row p + p {
    margin-left: 0;
    border-left: 1px solid #d8d8d8;
    padding-left: 1.4rem;
  }
}
.equipment-outline .floor-map__row p:nth-of-type(1):nth-last-of-type(2), .equipment-outline .floor-map__row p:nth-of-type(2):nth-last-of-type(1) {
  grid-column: auto;
}
.equipment-outline .floor-map__row:has(p:nth-of-type(2)) {
  grid-template-columns: 3rem 1fr 1fr;
}
.equipment-outline .floor-map__floor {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__floor {
    display: block;
    color: #c5aa78;
    font-size: 2rem;
    font-weight: 600;
  }
}
.equipment-outline .floor-map__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6rem;
  margin-right: 0.4rem;
  padding: 0.2rem 0.9rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.8em;
  line-height: 1.3;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floor-map__tag {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.equipment-outline .floor-map__tag--blue {
  color: #5ec1bb;
}
.equipment-outline .floor-map__tag--green {
  color: #72b830;
}
.equipment-outline .floor-map__tag--orange {
  color: #ee8b55;
}
.equipment-outline .floor-map__tag--gold {
  color: #c5aa78;
}
.equipment-outline .floorplan {
  padding: 6rem 0;
}
.equipment-outline .floorplan__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floorplan__tabs {
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 1rem;
  }
}
.equipment-outline .floorplan__tabs > li:nth-child(2n) button {
  background: #f5dec3;
}
.equipment-outline .floorplan__tabs > li button {
  min-width: 7rem;
  height: 3.2rem;
  border: 0;
  border-radius: 999px;
  background: #f0cca7;
  color: #fff;
  font-size: clamp(16px, 16px + (21 - 16) * (100vw - 375px) / (1440 - 375), 21px);
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floorplan__tabs > li button {
    font-size: calc(16 / 375 * 100vw);
  }
}
.equipment-outline .floorplan__tabs > li button {
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floorplan__tabs > li button {
    min-width: 100%;
    font-size: 1.4rem;
  }
}
.equipment-outline .floorplan__tabs > li button.is-active, .equipment-outline .floorplan__tabs > li button:hover {
  background: #eb5c0e;
}
.equipment-outline .floorplan__tabs > li button.is-active {
  position: relative;
}
.equipment-outline .floorplan__tabs > li button.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 0.8rem solid #eb5c0e;
}
.equipment-outline .floorplan__content {
  padding-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floorplan__content {
    padding-top: 2rem;
  }
}
.equipment-outline .floorplan__panel {
  display: none;
}
.equipment-outline .floorplan__panel.is-active {
  display: block;
  animation: fadeIn 0.4s ease;
}
.equipment-outline .floorplan__title {
  color: #f0cca7;
  font-size: clamp(26px, 26px + (64 - 26) * (100vw - 375px) / (1440 - 375), 64px);
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floorplan__title {
    font-size: calc(26 / 375 * 100vw);
  }
}
.equipment-outline .floorplan__title {
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #a3a3a3;
}
.equipment-outline .floorplan__image {
  margin-top: 8rem;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floorplan__image {
    overflow-x: auto;
    padding-bottom: 2rem;
    margin-top: 3rem;
  }
}
.equipment-outline .floorplan__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .floorplan__image img {
    min-width: 60rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.equipment-outline .facility-outline {
  padding: 12rem 0;
  background: #fff;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .facility-outline {
    padding: 6rem 0;
  }
}
.equipment-outline .facility-outline__title {
  margin-bottom: 5rem;
  text-align: center;
  font-size: clamp(20px, 20px + (22 - 20) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .facility-outline__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.equipment-outline .facility-outline__title {
  font-weight: 600;
}
@media print, screen and (max-width: 1200px) {
  .equipment-outline .facility-outline__title {
    margin-bottom: 3rem;
  }
}
.equipment-outline .facility-outline__list {
  padding: 0 4rem;
  display: grid;
  grid-template-columns: 40% 1fr;
  row-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .facility-outline__list {
    font-size: calc(14 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 1200px) {
  .equipment-outline .facility-outline__list {
    padding: 0 0;
    row-gap: 1rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .equipment-outline .facility-outline__list > dt {
    color: #2a6a30;
    font-weight: 600;
  }
}

/* ========================================
residence
======================================== */
.residence .residence-area {
  padding: 4.6rem;
}
@media print, screen and (max-width: 768px) {
  .residence .residence-area {
    padding: 2rem;
  }
}
.residence .residence-area__head {
  display: grid;
  gap: 6rem;
  align-items: center;
  grid-template-columns: 1fr 35rem;
}
@media print, screen and (max-width: 768px) {
  .residence .residence-area__head {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .residence .residence-area__head > figcaption {
    order: 1;
  }
}
.residence .residence-area__head > figcaption img {
  margin-top: 3rem;
  width: 90%;
}
@media print, screen and (max-width: 768px) {
  .residence .residence-area__head > figcaption img {
    margin: 2rem auto 0;
    width: 60%;
    display: block;
  }
}
.residence .residence-area__foot {
  margin-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .residence .residence-area__foot {
    margin-top: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  .residence .residence-area__img {
    order: 2;
  }
}
.residence .residence-area__img img {
  border-radius: 4rem;
  height: auto !important;
}
@media print, screen and (max-width: 1200px) {
  .residence .residence-area__img img {
    border-radius: 2rem;
  }
}
.residence .type-detail {
  padding: 0 0 15rem;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail {
    padding: 0 0 6rem;
  }
}
.residence .type-detail__link {
  margin: 8.8rem auto 0;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__link {
    margin: 2rem auto 0;
  }
}
.residence .type-detail__photo {
  width: calc(100% + 18rem);
  margin-left: -18rem;
  position: relative;
  z-index: 2;
  transform: translateY(5rem);
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__photo {
    margin-left: 0;
    width: 100%;
    order: 1;
    transform: translateY(0);
  }
}
.type-a .residence .type-detail__photo {
  order: 1;
  margin-right: -18rem;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .type-a .residence .type-detail__photo {
    margin-right: 0;
    order: 2;
  }
}
.residence .type-detail__text-area {
  position: relative;
  z-index: 2;
  padding-bottom: 4rem;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__text-area {
    padding-bottom: 0;
  }
}
.residence .type-detail__text-area::after {
  position: absolute;
  content: "";
  left: auto;
  right: -8rem;
  top: -2rem;
  bottom: 0;
  margin: auto;
  width: 24rem;
  height: 14.5rem;
  background-image: url(../img/residence/b_illust.png);
  background-size: cover;
  margin: 0;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__text-area::after {
    width: 15rem;
    height: 9.1rem;
    right: -1rem;
    top: -4rem;
  }
}
.type-a .residence .type-detail__text-area::after {
  position: absolute;
  content: "";
  left: auto;
  right: -8rem;
  top: 2rem;
  bottom: 0;
  margin: auto;
  width: 17rem;
  height: 20rem;
  background-image: url(../img/residence/a_illust.png);
  background-size: cover;
  margin: 0;
}
@media print, screen and (max-width: 768px) {
  .type-a .residence .type-detail__text-area::after {
    width: 11rem;
    height: 13rem;
    right: -4rem;
    top: -4rem;
  }
}
.residence .type-detail__main-img img {
  display: block;
  width: 100%;
  height: auto;
}
.residence .type-detail__content {
  margin-top: 10rem;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__content {
    margin-top: 6rem;
  }
  .residence .type-detail__content.type-a {
    margin-top: 3rem;
  }
}
.residence .type-detail__grid {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 40% 1fr;
  gap: 6rem;
  position: relative;
  padding: 0 0 8rem;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0 0 3rem;
  }
}
.type-a .residence .type-detail__grid {
  grid-template-columns: 1fr 40%;
}
@media print, screen and (max-width: 768px) {
  .type-a .residence .type-detail__grid {
    grid-template-columns: 1fr;
  }
}
.residence .type-detail__grid::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  right: -20rem;
  height: calc(100% - 10rem);
  background: #fff;
  border-radius: 4rem 0 0 4rem;
  width: calc(100% + 4rem);
  z-index: 1;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__grid::before {
    height: 100%;
    right: 0;
    top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
}
.type-a .residence .type-detail__grid::before {
  right: 0;
  border-radius: 0 4rem 4rem 0;
  left: -20rem;
}
@media print, screen and (max-width: 768px) {
  .type-a .residence .type-detail__grid::before {
    left: 0;
    border-radius: 0;
  }
}
.residence .type-detail__head {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__head {
    margin-bottom: 2rem;
    gap: 1rem;
    line-height: 1.5;
  }
}
.residence .type-detail__letter {
  color: #d4c48e;
  font-size: 21rem;
  line-height: 0.8;
  font-weight: 300;
  position: relative;
  padding-right: 4rem;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__letter {
    font-size: 12rem;
    padding-right: 3rem;
  }
}
.residence .type-detail__letter > .label {
  font-weight: 500;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border: 1px solid #d4c48e;
  border-radius: 999px;
  color: #8d7e4c;
  position: absolute;
  bottom: 1rem;
  right: 0;
  z-index: 2;
  background-color: #fff;
  font-size: clamp(15px, 15px + (24 - 15) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__letter > .label {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__letter > .label {
    padding: 0.4rem 1rem;
    bottom: 0;
  }
}
.residence .type-detail__room-name {
  color: #8d7e4c;
  font-size: clamp(17px, 17px + (20 - 17) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__room-name {
    font-size: calc(17 / 375 * 100vw);
  }
}
.residence .type-detail__room-name {
  font-weight: 700;
}
.residence .type-detail__catch {
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__catch {
    font-size: calc(18 / 375 * 100vw);
  }
}
.residence .type-detail__catch {
  color: #3b6043;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__catch {
    margin-top: 2rem;
  }
}
.residence .type-detail__lead {
  margin-top: 1rem;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__lead {
    font-size: calc(16 / 375 * 100vw);
  }
}
.residence .type-detail__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 96%;
  margin: 4rem auto 0;
  gap: 1.7rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__tabs {
    width: 98%;
    margin: 2rem auto 0;
  }
}
.residence .type-detail__tab {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 0.6rem 0.6rem 0 0;
  cursor: pointer;
  background: #e7e7e7;
  color: #a9a9a9;
  line-height: 1.4;
  font-weight: 500;
  font-size: clamp(16px, 16px + (25 - 16) * (100vw - 375px) / (1440 - 375), 25px);
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__tab {
    font-size: calc(16 / 375 * 100vw);
  }
}
.residence .type-detail__tab {
  transition: 0.3s;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__tab {
    padding: 0.5rem 1rem;
    gap: 1rem;
  }
}
.residence .type-detail__tab span {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  align-items: center;
  padding: 0.2em 1em;
  font-size: 0.8em;
  line-height: 1.4;
  border-radius: 999px;
  border: 1px solid #c2c2c2;
  background: rgba(255, 251, 238, 0.4);
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__tab span {
    padding: 0.2em 0.6em;
  }
}
.residence .type-detail__tab.is-active {
  background: #d4c48e;
  color: #fff;
  border: 2px solid #8d7e4c;
  border-bottom: 0;
  margin-bottom: -2px;
}
.residence .type-detail__tab.is-active span {
  border: none;
  color: #8d7e4c;
}
.residence .type-detail__desc {
  position: relative;
  z-index: 1;
  padding: 2rem 2rem;
  border: 2px solid #8d7e4c;
  border-radius: 0.6rem;
  background: #fff;
  min-height: 10rem;
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.2);
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__desc {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__desc {
    padding: 1rem 1.5rem;
  }
}
.residence .type-detail__plan {
  position: absolute;
  left: 6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__plan {
    position: static;
    width: 18rem;
  }
}
.residence .type-detail__equipment {
  position: relative;
  margin-top: 10rem;
  padding: 3rem 5rem;
  border-radius: 3rem;
  background: #fff;
  box-shadow: 1rem 1rem 0 #d4c48e;
  color: #8d7e4c;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__equipment {
    font-size: calc(16 / 375 * 100vw);
  }
}
.residence .type-detail__equipment {
  z-index: 2;
  min-height: 12rem;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__equipment {
    margin-top: 5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__equipment {
    padding: 3rem 2rem 2rem;
    border-radius: 2rem;
    box-shadow: 0.4rem 0.4rem 0 #d4c48e;
  }
}
.residence .type-detail__equipment-title {
  position: absolute;
  top: -1.8rem;
  right: 4rem;
  padding: 0.7rem 3.5rem;
  border-radius: 999px;
  background: #8d7e4c;
  color: #fff;
  line-height: 1;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__equipment-title {
    font-size: calc(18 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__equipment-title {
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    width: 50%;
  }
}
.residence .type-detail__equipment-text {
  max-width: 59rem;
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .residence .type-detail__equipment-text {
    max-width: 100%;
    margin-top: 3rem;
  }
}
.residence .js-detail-content {
  display: none;
}
.residence .js-detail-content.is-active {
  display: block;
}
.residence .support {
  padding: 12rem 0;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  .residence .support {
    padding: 6rem 0;
  }
}
.residence .support__heading {
  margin-bottom: 6rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  color: #d4c48e;
}
@media print, screen and (max-width: 768px) {
  .residence .support__heading {
    margin-bottom: 2rem;
    line-height: 1;
  }
}
.residence .support__sub {
  font-size: clamp(20px, 20px + (37 - 20) * (100vw - 375px) / (1440 - 375), 37px);
}
@media print, screen and (max-width: 768px) {
  .residence .support__sub {
    font-size: calc(20 / 375 * 100vw);
  }
}
.residence .support__title {
  margin-top: 1rem;
  font-size: clamp(26px, 26px + (45 - 26) * (100vw - 375px) / (1440 - 375), 45px);
}
@media print, screen and (max-width: 768px) {
  .residence .support__title {
    font-size: calc(26 / 375 * 100vw);
  }
}
.residence .support__title > span {
  font-size: 1.4em;
}
.residence .support__body {
  display: grid;
  grid-template-columns: 1fr 52rem;
  gap: 5rem;
  align-items: start;
}
@media print, screen and (max-width: 768px) {
  .residence .support__body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.residence .support__image img {
  display: block;
  width: 100%;
  border-radius: 3rem;
}
@media print, screen and (max-width: 768px) {
  .residence .support__image img {
    border-radius: 2rem;
  }
}
.residence .support__card-body {
  position: relative;
  border-radius: 3rem;
  border: 1px solid #d4c48e;
  margin-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .residence .support__card-body {
    border-radius: 2rem;
    margin-top: 3rem;
  }
}
.residence .support__label {
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 2.2rem;
  border-radius: 999px;
  background: #a9c97a;
  color: #fff;
  background-image: url(../img/residence/label_bg.png);
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .residence .support__label {
    width: 25rem;
    text-align: center;
  }
}
.residence .support__card-text {
  padding: 3.5rem 3rem 2rem;
}
@media print, screen and (max-width: 768px) {
  .residence .support__card-text {
    padding: 3rem 2rem 1.5rem;
  }
}
.residence .support__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
  background: #d4c48e;
  color: #fff;
  border-radius: 0 0 3rem 3rem;
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .residence .support__button {
    font-size: calc(18 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .residence .support__button {
    border-radius: 0 0 2rem 2rem;
    height: 4rem;
  }
}
.residence .support__button > .arrow {
  background: url(../img/residence/icon_arrow-wh.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
  margin-left: 1rem;
}
@media print, screen and (max-width: 768px) {
  .residence .support__button > .arrow {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.residence .family-room {
  padding: 12rem 0;
}
@media print, screen and (max-width: 768px) {
  .residence .family-room {
    padding: 6rem 0;
  }
}
.residence .family-room__heading {
  margin-bottom: 6rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  color: #d4c48e;
}
@media print, screen and (max-width: 768px) {
  .residence .family-room__heading {
    margin-bottom: 2rem;
    line-height: 1;
  }
}
.residence .family-room__sub {
  font-size: clamp(20px, 20px + (37 - 20) * (100vw - 375px) / (1440 - 375), 37px);
}
@media print, screen and (max-width: 768px) {
  .residence .family-room__sub {
    font-size: calc(20 / 375 * 100vw);
  }
}
.residence .family-room__title {
  margin-top: 1rem;
  font-size: clamp(24px, 24px + (45 - 24) * (100vw - 375px) / (1440 - 375), 45px);
}
@media print, screen and (max-width: 768px) {
  .residence .family-room__title {
    font-size: calc(24 / 375 * 100vw);
  }
}
.residence .family-room__title > span {
  font-size: 1.4em;
}
.residence .residence-cta__link {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.residence .residence-cta__link:hover {
  opacity: 1;
}
.residence .residence-cta__link:hover .residence-cta__img img {
  transform: scale(1.08);
  filter: brightness(1.08);
}
.residence .residence-cta__link:hover .residence-cta__text {
  transform: translateX(-0.9rem);
}
.residence .residence-cta__img {
  aspect-ratio: 1840/580;
  overflow: hidden;
}
.residence .residence-cta__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s ease, filter 0.8s ease;
}
@media print, screen and (max-width: 768px) {
  .residence .residence-cta__img {
    aspect-ratio: 375/273;
  }
}
.residence .residence-cta__copy {
  position: absolute;
  left: 7rem;
  bottom: 5rem;
  z-index: 2;
  font-size: 5.5rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-shadow: 0 0 27px rgba(144, 101, 78, 0.8);
}
@media print, screen and (max-width: 768px) {
  .residence .residence-cta__copy {
    left: 2rem;
    top: 3rem;
    transform: none;
    font-size: 2.3rem;
    line-height: 1.7;
    bottom: auto;
  }
}
.residence .residence-cta__copy > span {
  font-size: 0.7em;
}
.residence .residence-cta__text {
  position: absolute;
  right: 7rem;
  top: 50%;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 6rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 768px) {
  .residence .residence-cta__text {
    right: 2rem;
    bottom: 3rem;
    top: auto;
    gap: 3rem;
    padding-bottom: 1.2rem;
  }
}
.residence .residence-cta__arrow {
  background: url(../img/common/icon_arrow-wh.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .residence .residence-cta__arrow {
    width: 1.3rem;
    height: 1.3rem;
  }
}

/* ========================================
about-moving-in
======================================== */
.about-moving-in .moving-flow {
  padding: 6rem 0 18rem;
  border-top: 1px solid #cdcdcd;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow {
    padding: 3rem 0 6rem;
  }
}
.about-moving-in .moving-flow__num {
  line-height: 1;
  margin-bottom: 1rem;
  font-size: clamp(22px, 22px + (40 - 22) * (100vw - 375px) / (1440 - 375), 40px);
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__num {
    font-size: calc(22 / 375 * 100vw);
  }
}
.about-moving-in .moving-flow__num {
  color: #2a6a30;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__num {
    margin-bottom: 0;
  }
}
.about-moving-in .moving-flow__num span {
  font-size: 0.4em;
  font-weight: 400;
  display: block;
}
.about-moving-in .moving-flow__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  gap: 5.4rem;
  margin-bottom: 10rem;
  list-style: none;
  padding: 0;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    row-gap: 1rem;
    margin-bottom: 3rem;
    width: calc(100% - 1rem);
  }
}
.about-moving-in .moving-flow__nav li {
  position: relative;
}
.about-moving-in .moving-flow__nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/about-moving-in/icon-arrow.svg);
  background-size: cover;
  width: 2.4rem;
  height: 2.3rem;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__nav li:not(:last-child)::after {
    width: 1rem;
    height: 1rem;
    right: -1.2rem;
  }
}
.about-moving-in .moving-flow__nav li a {
  display: block;
  height: 100%;
  padding: 1rem 1.8rem;
  background: #fff;
  border: 1px solid #bcd7bf;
  border-radius: 0.8rem;
  color: #2a6a30;
  font-weight: 400;
  line-height: 1.5;
  font-size: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__nav li a {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__nav li a {
    padding: 1rem 1rem;
    display: grid;
    grid-template-columns: 2.8rem 1fr;
  }
}
.about-moving-in .moving-flow__nav li a > .foot {
  border-top: 1px solid #cdcdcd;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__nav li a > .foot {
    font-size: calc(14 / 375 * 100vw);
  }
}
.about-moving-in .moving-flow__nav li a > .foot {
  color: #212121;
  padding-top: 1rem;
  margin-top: 1rem;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__nav li a > .foot {
    grid-column: 1/-1;
    padding-top: 0.5rem;
  }
}
.about-moving-in .moving-flow__head {
  color: #2a6a30;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.about-moving-in .moving-flow__title {
  font-size: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.about-moving-in .moving-flow__list {
  position: relative;
}
.about-moving-in .moving-flow__item {
  position: relative;
  display: grid;
  gap: 4rem;
  padding: 3rem 4rem;
  background: #fff;
  border: 1px solid #c8ded0;
  border-radius: 0.8rem;
  grid-template-columns: 1fr 27rem;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__item {
    grid-template-columns: 1fr;
    padding: 2rem 2rem;
    gap: 2rem;
  }
}
.about-moving-in .moving-flow__item:not(:last-child) {
  margin-bottom: 7rem;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.about-moving-in .moving-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: -7rem;
  width: 6rem;
  height: 7rem;
  background: #b9cdbb;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__item:not(:last-child)::after {
    bottom: -2rem;
    width: 6rem;
    height: 2rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.about-moving-in .moving-flow__item:nth-child(3) .moving-flow__body {
  grid-column: 1/-1;
}
.about-moving-in .moving-flow__img--01 {
  width: 27rem;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__img--01 {
    width: 80%;
    margin: auto;
  }
}
.about-moving-in .moving-flow__img--02 {
  width: 20rem;
  position: absolute;
  bottom: 2rem;
  right: 4rem;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__img--02 {
    display: none;
  }
}
.about-moving-in .moving-flow__img--05 {
  width: 16rem;
  position: absolute;
  top: 2rem;
  right: 8rem;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__img--05 {
    display: none;
  }
}
.about-moving-in .moving-flow__body {
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__body {
    font-size: 1.4rem;
  }
}
.about-moving-in .moving-flow__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__top {
    display: block;
  }
}
.about-moving-in .moving-flow__price {
  border: 1px solid #c8ded0;
  border-radius: 0.8rem;
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__price {
    margin-top: 2rem;
  }
}
.about-moving-in .moving-flow__price-head {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2rem 2rem;
  background: #ddecdf;
  color: #2a6a30;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__price-head {
    gap: 1rem;
    padding: 1.5rem 1rem;
  }
}
.about-moving-in .moving-flow__price-head strong {
  font-size: clamp(20px, 20px + (28 - 20) * (100vw - 375px) / (1440 - 375), 28px);
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__price-head strong {
    font-size: calc(20 / 375 * 100vw);
  }
}
.about-moving-in .moving-flow__price-head strong {
  font-weight: 400;
}
.about-moving-in .moving-flow__price-head span {
  font-size: 0.8em;
}
.about-moving-in .moving-flow__price dd {
  padding: 2rem 2rem;
}
@media print, screen and (max-width: 768px) {
  .about-moving-in .moving-flow__price dd {
    padding: 2rem 1rem;
  }
}
.about-moving-in .moving-flow__foot {
  grid-column: 1/-1;
}

/* ========================================
question
======================================== */
.question-area {
  position: relative;
  padding: 0 0 33rem;
}
@media print, screen and (max-width: 768px) {
  .question-area {
    padding: 0 0 6rem;
  }
}
.question-area::after {
  position: absolute;
  content: "";
  left: auto;
  right: 16rem;
  top: auto;
  bottom: 0;
  margin: auto;
  width: 36rem;
  height: 33rem;
  background-image: url(../img/question/question_illust.png);
  background-size: cover;
}
@media print, screen and (max-width: 1200px) {
  .question-area::after {
    right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .question-area::after {
    display: none;
  }
}
.question__block {
  margin-top: 8rem;
}
@media print, screen and (max-width: 768px) {
  .question__block {
    margin-top: 4rem;
  }
}
.question__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  margin-bottom: 5rem;
  list-style: none;
  border-top: 1px solid #cdcdcd;
  padding-top: 8rem;
}
@media print, screen and (max-width: 768px) {
  .question__nav {
    gap: 1rem;
    padding-top: 2rem;
    margin-bottom: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.question__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 7.7rem;
  padding: 0 2.5rem;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 0.8rem;
  color: #2a6a30;
  font-weight: 500;
  font-size: clamp(13px, 13px + (18 - 13) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .question__nav a {
    font-size: calc(13 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .question__nav a {
    padding: 1rem 1rem;
    min-height: auto;
  }
}
.question__nav span {
  position: relative;
  width: 1.7rem;
  height: 1.8rem;
  background-image: url(../img/question/links_arrow.svg);
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .question__nav span {
    width: 0.8rem;
    height: 0.9rem;
  }
}
.question__title {
  color: #2a6a30;
  font-size: clamp(22px, 22px + (28 - 22) * (100vw - 375px) / (1440 - 375), 28px);
}
@media print, screen and (max-width: 768px) {
  .question__title {
    font-size: calc(22 / 375 * 100vw);
  }
}
.question__title {
  font-weight: 500;
  margin-bottom: 2.8rem;
}
@media print, screen and (max-width: 768px) {
  .question__title {
    margin-bottom: 2.5rem;
  }
}
.question__item {
  border: 1px solid #d2d2d2;
  border-radius: 0.8rem;
  background: #fff;
  padding: 0 4rem 0;
}
@media print, screen and (max-width: 768px) {
  .question__item {
    padding: 0 1rem 0 1rem;
  }
}
.question__item + .question__item {
  margin-top: 1rem;
}
.question__item.is-open .p-question__icon::after {
  opacity: 0;
}
.question__item.is-open .p-question__a {
  display: block;
}
.question__q {
  position: relative;
  width: 100%;
  min-height: 8rem;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border: none;
  color: #2a6a30;
  font-weight: 500;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  .question__q {
    min-height: 6rem;
    padding: 0.5rem 4rem 0.5rem 0;
    gap: 1rem;
    line-height: 1.5;
  }
}
.question__label {
  color: #2a6a30;
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
}
@media print, screen and (max-width: 768px) {
  .question__label {
    font-size: 1.8rem;
  }
}
.question__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 4.5rem;
  height: 2.2rem;
  border: 1px solid #2a6a30;
  border-radius: 999px;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 768px) {
  .question__icon {
    width: 3rem;
    height: 2.2rem;
  }
}
.question__icon::before, .question__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #2a6a30;
  transform: translate(-50%, -50%);
}
.question__icon::before {
  width: 1.1rem;
  height: 1px;
}
@media print, screen and (max-width: 768px) {
  .question__icon::before {
    width: 0.8rem;
  }
}
.question__icon::after {
  width: 1px;
  height: 1.1rem;
}
@media print, screen and (max-width: 768px) {
  .question__icon::after {
    height: 0.8rem;
  }
}
.is-open .question__icon::after {
  display: none;
}
.question__a {
  display: none;
  padding: 2rem 0 3rem;
  border-top: 1px solid #d2d2d2;
}
@media print, screen and (max-width: 768px) {
  .question__a {
    padding: 1rem 0 2rem;
  }
}
.question__a-inner {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.8rem;
}
@media print, screen and (max-width: 768px) {
  .question__a-inner {
    gap: 1rem;
    grid-template-columns: 2rem 1fr;
  }
}

/* ========================================
trial-move-in
======================================== */
.trial-move-in .trial-plan {
  background: #f5f4ef;
}
.trial-move-in .trial-plan + .trial-plan {
  padding-top: 18rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan + .trial-plan {
    padding-top: 6rem;
  }
}
.trial-move-in .trial-plan__box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 48rem;
  align-items: center;
  gap: 5rem;
  padding: 6rem 0 6rem 0;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__box {
    padding: 3rem 0 3rem 0;
    gap: 3rem;
    grid-template-columns: 1fr;
  }
}
.trial-move-in .trial-plan__box::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
  width: calc(100% + 4rem);
  right: 0;
  border-radius: 0 4rem 4rem 0;
  left: -20rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__box::before {
    left: 0;
    border-radius: 0;
    height: 100%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.trial-plan--reverse .trial-move-in .trial-plan__box::before {
  left: auto;
  right: -20rem;
  border-radius: 4rem 0 0 4rem;
}
@media print, screen and (max-width: 768px) {
  .trial-plan--reverse .trial-move-in .trial-plan__box::before {
    right: 0;
    border-radius: 0;
  }
}
.trial-move-in .trial-plan__content {
  position: relative;
  z-index: 1;
}
.trial-plan--reverse .trial-move-in .trial-plan__content {
  grid-column: 2;
  grid-row: 1;
}
@media print, screen and (max-width: 768px) {
  .trial-plan--reverse .trial-move-in .trial-plan__content {
    grid-row: auto;
    grid-column: auto;
  }
}
.trial-move-in .trial-plan__title {
  color: #d4c48e;
  font-size: clamp(26px, 26px + (60 - 26) * (100vw - 375px) / (1440 - 375), 60px);
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__title {
    font-size: calc(26 / 375 * 100vw);
  }
}
.trial-move-in .trial-plan__title {
  line-height: 1.2;
  font-weight: 400;
}
.trial-move-in .trial-plan__title span {
  display: inline-block;
  color: #737373;
  font-size: 0.7em;
}
.trial-move-in .trial-plan__period {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.2rem 1.8rem;
  border: 1px solid #d4c48e;
  border-radius: 999px;
  color: #8d7e4c;
  line-height: 1.4;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__period {
    font-size: calc(16 / 375 * 100vw);
  }
}
.trial-move-in .trial-plan__lead {
  margin-top: 2rem;
  color: #d4c48e;
  font-size: clamp(18px, 18px + (26 - 18) * (100vw - 375px) / (1440 - 375), 26px);
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__lead {
    font-size: calc(18 / 375 * 100vw);
  }
}
.trial-move-in .trial-plan__lead {
  line-height: 1.8;
  font-weight: 500;
}
.trial-move-in .trial-plan__text {
  margin-top: 5rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__text {
    margin-top: 2rem;
  }
}
.trial-move-in .trial-plan__text > .title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: clamp(18px, 18px + (22 - 18) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__text > .title {
    font-size: calc(18 / 375 * 100vw);
  }
}
.trial-move-in .trial-plan__text > .title {
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.trial-move-in .trial-plan__text > .title::after {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 1px;
  background-color: #2a6a30;
}
.trial-move-in .trial-plan__img {
  width: calc(100% + 18rem);
  order: 1;
  margin-right: -18rem;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__img {
    margin-right: 0;
    order: 2;
    width: 100%;
    margin-left: 0;
  }
}
.trial-move-in .trial-plan__img img {
  border-radius: 3rem 0 0 3rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__img img {
    border-radius: 2rem;
  }
}
.trial-plan--reverse .trial-move-in .trial-plan__img {
  order: 2;
  margin-left: -18rem;
}
@media print, screen and (max-width: 768px) {
  .trial-plan--reverse .trial-move-in .trial-plan__img {
    order: 1;
    margin-left: 0;
  }
}
.trial-plan--reverse .trial-move-in .trial-plan__img img {
  border-radius: 0 3rem 3rem 0;
}
@media print, screen and (max-width: 768px) {
  .trial-plan--reverse .trial-move-in .trial-plan__img img {
    border-radius: 2rem;
  }
}
.trial-move-in .trial-plan__info {
  display: grid;
  grid-template-columns: 1fr 38rem;
  gap: 3rem;
  margin-top: 6rem;
  padding: 0 1rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__info {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    gap: 2rem;
  }
}
.trial-move-in .trial-plan__info-item {
  color: #8d7e4c;
}
.trial-move-in .trial-plan__info-item > dt {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0.6rem 1rem;
  background: #ede9da;
  border-radius: 0.5rem;
  color: #8d7e4c;
  font-weight: 400;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__info-item > dt {
    padding: 0.3rem 0;
    margin-bottom: 1rem;
  }
}
.trial-move-in .trial-plan__info-item > dd {
  padding: 0 2rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__info-item > dd {
    padding: 0;
  }
}
.trial-move-in .trial-plan__info-item + .trial-plan__info-item {
  border-left: 1px solid #cbc5af;
  padding-left: 3rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__info-item + .trial-plan__info-item {
    border: none;
    padding-left: 0;
  }
}
.trial-move-in .trial-plan__note {
  position: relative;
  margin-top: 8rem;
  padding: 3rem 5rem;
  border-radius: 3rem;
  background: #fff;
  box-shadow: 1rem 1rem 0 #d4c48e;
  color: #8d7e4c;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__note {
    font-size: calc(16 / 375 * 100vw);
  }
}
.trial-move-in .trial-plan__note {
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__note {
    margin-top: 5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__note {
    padding: 3rem 2rem 2rem;
    border-radius: 2rem;
    box-shadow: 0.4rem 0.4rem 0 #d4c48e;
  }
}
.trial-move-in .trial-plan__note-title {
  position: absolute;
  top: -1.8rem;
  left: 4rem;
  padding: 0.7rem 3.5rem;
  border-radius: 999px;
  background: #8d7e4c;
  color: #fff;
  line-height: 1;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__note-title {
    font-size: calc(18 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-plan__note-title {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.trial-move-in .trial-visit-box {
  padding: 15rem 0 16rem;
  background: #f6f5f1;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box {
    padding: 12rem 0 6rem;
  }
}
.trial-move-in .trial-visit-box__wrap {
  position: relative;
  padding: 8rem 8rem 6rem;
  background: #fff;
  border-radius: 4rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__wrap {
    padding: 4rem 2rem;
    border-radius: 2rem;
  }
}
.trial-move-in .trial-visit-box__wrap + .trial-visit-box__wrap {
  margin-top: 13rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__wrap + .trial-visit-box__wrap {
    margin-top: 6rem;
  }
}
.trial-move-in .trial-visit-box__wrap--reserve {
  box-shadow: 0.6rem 0.6rem 0 #d4c48e;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__wrap--reserve {
    box-shadow: 0.4rem 0.4rem 0 #d4c48e;
  }
}
.trial-move-in .trial-visit-box__illust {
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 25rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__illust {
    top: -6rem;
    width: 15rem;
  }
}
.trial-move-in .trial-visit-box__illust img {
  display: block;
  width: 100%;
}
.trial-move-in .trial-visit-box__sub {
  position: relative;
  display: inline-block;
  width: 12rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__sub {
    width: 7rem;
  }
}
.trial-move-in .trial-visit-box__sub > img {
  width: 100%;
}
.trial-move-in .trial-visit-box__title {
  color: #d4c48e;
  font-size: clamp(24px, 24px + (37 - 24) * (100vw - 375px) / (1440 - 375), 37px);
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__title {
    font-size: calc(24 / 375 * 100vw);
  }
}
.trial-move-in .trial-visit-box__title {
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
.trial-move-in .trial-visit-box__content {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 5rem;
  align-items: center;
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
  }
}
.trial-move-in .trial-visit-box__img img {
  border-radius: 0.8rem;
}
.trial-move-in .trial-visit-box__schedule {
  margin-top: 3rem;
  padding: 1rem 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: 4rem;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__schedule {
    width: 100%;
    margin-left: 0;
  }
}
.trial-move-in .trial-visit-box__schedule::after {
  position: absolute;
  background: #f7f3e9;
  width: 6rem;
  height: 100%;
  left: 0;
  content: "";
  top: 0;
  z-index: 1;
}
.trial-move-in .trial-visit-box__schedule-title {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1.6rem 0;
  font-weight: 500;
  line-height: 1.4;
}
.trial-move-in .trial-visit-box__schedule dl {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__schedule dl {
    font-size: calc(16 / 375 * 100vw);
  }
}
.trial-move-in .trial-visit-box__schedule div {
  padding: 0.3rem 1.6rem;
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 0;
  align-items: start;
}
.trial-move-in .trial-visit-box__schedule dt {
  line-height: 1.8;
}
.trial-move-in .trial-visit-box__schedule dd {
  line-height: 1.8;
}
.trial-move-in .trial-visit-box__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 1rem;
  padding: 2rem 2rem;
  background: #f6f3e8;
  border-radius: 0.8rem;
  color: #8d7e4c;
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__tel {
    font-size: calc(18 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__tel {
    display: block;
    text-align: center;
    padding: 1rem 2rem;
  }
}
.trial-move-in .trial-visit-box__tel strong {
  font-size: 1.7em;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .trial-visit-box__tel strong {
    display: block;
    margin-top: 0.3rem;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}

/* ========================================
cost
======================================== */
.price-plan__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media print, screen and (max-width: 768px) {
  .price-plan__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.price-plan__card {
  position: relative;
  padding: 7rem 0;
  border-radius: 0 4rem 4rem 4rem;
}
@media print, screen and (max-width: 768px) {
  .price-plan__card {
    padding: 3rem 2rem 3rem 1rem;
    border-radius: 0 2rem 2rem 2rem;
  }
}
.price-plan__card::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 100%;
  background: #fff;
  width: calc(100% + 20rem);
}
@media print, screen and (max-width: 768px) {
  .price-plan__card::before {
    width: calc(100% + 2rem);
  }
}
.price-plan__card:nth-child(1) {
  padding-right: 6rem;
}
@media print, screen and (max-width: 768px) {
  .price-plan__card:nth-child(1) {
    padding: 3rem 1rem 3rem 2rem;
  }
}
.price-plan__card:nth-child(1)::before {
  border-radius: 0 4rem 4rem 0;
  left: -20rem;
}
@media print, screen and (max-width: 768px) {
  .price-plan__card:nth-child(1)::before {
    left: -2rem;
    border-radius: 0 2rem 2rem 0;
  }
}
.price-plan__card:nth-child(2) {
  padding-left: 6rem;
}
@media print, screen and (max-width: 768px) {
  .price-plan__card:nth-child(2) {
    padding-left: 2rem;
  }
}
.price-plan__card:nth-child(2)::before {
  border-radius: 4rem 0 0 4rem;
  right: -20rem;
}
@media print, screen and (max-width: 768px) {
  .price-plan__card:nth-child(2)::before {
    right: -2rem;
    border-radius: 2rem 0 0 2rem;
  }
}
.price-plan__wrap {
  position: relative;
  z-index: 2;
}
.price-plan__title {
  color: #737373;
  font-size: clamp(20px, 20px + (43 - 20) * (100vw - 375px) / (1440 - 375), 43px);
}
@media print, screen and (max-width: 768px) {
  .price-plan__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.price-plan__title {
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.price-plan__title span {
  color: #d4c48e;
  font-size: 1.2em;
}
.price-plan__label {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.8rem;
  margin-top: 1.5rem;
  padding: 0.4rem 2rem;
  background: #d4c48e;
  border-radius: 999px;
  color: #fff;
  margin-bottom: 4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .price-plan__label {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .price-plan__label {
    margin-bottom: 2rem;
    padding: 0.2rem 2rem;
    min-height: 3rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.price-table {
  padding: 12rem 0;
  background: #f6f5f1;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .price-table {
    padding: 6rem 0;
  }
}
.price-table__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .price-table__tabs {
    gap: 1rem;
  }
}
.price-table__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 6rem;
  border: none;
  background: #f6f5f1;
  border-radius: 9rem;
  color: #bfbfbf;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .price-table__tab {
    height: auto;
    border-radius: 2rem;
    padding: 0.5rem 0 2rem;
  }
}
.price-table__tab.is-active {
  background: #d4c48e;
  color: #fff;
}
.price-table__tab.is-active .label {
  background: #fff;
  color: #d4c48e;
}
.price-table__tab .type {
  font-size: 8rem;
  line-height: 1;
  transform: translateY(-2rem);
  position: relative;
  font-weight: 600;
  text-stroke: 0.5rem #f6f5f1;
  -webkit-text-stroke: 0.5rem #f6f5f1;
}
@media print, screen and (max-width: 768px) {
  .price-table__tab .type {
    font-size: 4rem;
    transform: none;
    text-stroke: 0.2rem #f6f5f1;
    -webkit-text-stroke: 0.2rem #f6f5f1;
  }
}
.price-table__tab.is-active .type {
  text-stroke: 0.5rem #d4c48e;
  -webkit-text-stroke: 0.5rem #d4c48e;
}
@media print, screen and (max-width: 768px) {
  .price-table__tab.is-active .type {
    text-stroke: 0.2rem #d4c48e;
    -webkit-text-stroke: 0.2rem #d4c48e;
  }
}
.price-table__tab .label {
  padding: 0.2rem 1.5rem;
  background: #bfbfbf;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-left: -1rem;
  font-size: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .price-table__tab .label {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 1200px) {
  .price-table__tab .label {
    padding: 0.2rem 1rem;
  }
}
.price-table__tab .room {
  margin-left: 1rem;
  font-size: clamp(16px, 16px + (22 - 16) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .price-table__tab .room {
    font-size: calc(16 / 375 * 100vw);
  }
}
.price-table__tab .room {
  font-weight: 700;
}
@media print, screen and (max-width: 1200px) {
  .price-table__tab .room {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}
.price-table__panel {
  display: none;
  position: relative;
  padding: 9rem 0 6rem;
  margin-top: -3rem;
}
@media print, screen and (max-width: 1200px) {
  .price-table__panel {
    padding: 5rem 0 3rem;
  }
}
.price-table__panel.is-active {
  display: block;
}
.price-table__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - 10rem);
  height: 100%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 4rem;
  z-index: 0;
}
@media print, screen and (max-width: 1200px) {
  .price-table__panel::before {
    width: 100vw;
    border-radius: 0;
  }
}
.price-table__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
@media print, screen and (max-width: 768px) {
  .price-table__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.price-table__plan > .title {
  color: #737373;
  font-size: clamp(20px, 20px + (23 - 20) * (100vw - 375px) / (1440 - 375), 23px);
}
@media print, screen and (max-width: 768px) {
  .price-table__plan > .title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.price-table__plan > .title {
  font-weight: 400;
  text-align: center;
}
.price-table__plan > .title span {
  color: #d4c48e;
  font-size: 1.2em;
}
.price-table__plan-label {
  margin-top: 0.5rem;
  padding: 0.2rem 1rem;
  border: 1px solid #c0c0c0;
  border-radius: 0.4rem;
  text-align: center;
  font-size: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .price-table__plan-label {
    font-size: calc(15 / 375 * 100vw);
  }
}
.price-table__plan dl {
  margin-top: 2rem;
}
.price-table__plan dl div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: flex-start;
  color: #8d7e4c;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.price-table__plan dl div::before {
  content: "";
  grid-column: 2;
  border-bottom: 2px dotted #8d7e4c;
  align-self: center;
  transform: translateY(1em);
}
.price-table__plan dl div + div {
  margin-top: 2rem;
}
.price-table__plan dt {
  grid-column: 1;
}
.price-table__plan dd {
  grid-column: 3;
  text-align: right;
}
.price-table__plan small {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
}

.price-important {
  padding: 0 0 15rem;
}
@media print, screen and (max-width: 768px) {
  .price-important {
    padding: 0 0 6rem;
  }
}
.price-important__title {
  color: #2a6a30;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #cdcdcd;
}

.price-download {
  padding: 0 0 15rem;
}
@media print, screen and (max-width: 768px) {
  .price-download {
    padding: 0 0 6rem;
  }
}
.price-download__title {
  color: #2a6a30;
  font-size: clamp(20px, 20px + (23 - 20) * (100vw - 375px) / (1440 - 375), 23px);
}
@media print, screen and (max-width: 768px) {
  .price-download__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.price-download__title {
  font-weight: 600;
  text-align: center;
}
.price-download__box {
  margin: 3rem auto 0;
  padding: 4rem 4rem;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 768px) {
  .price-download__box {
    grid-template-columns: 1fr;
    padding: 2rem 2rem;
    gap: 2rem;
    width: 100%;
    margin: 2rem auto 0;
  }
}
.price-download__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  min-height: 11rem;
  padding: 2rem 6rem;
  background: #ddecdf;
  border: 1px solid #bcd7bf;
  border-radius: 0.8rem;
  color: #2a6a30;
  text-decoration: none;
  transition: 0.3s;
  width: 40rem;
}
@media print, screen and (max-width: 768px) {
  .price-download__card {
    padding: 1rem 2rem;
    width: 100%;
    min-height: auto;
  }
}
.price-download__card:only-child {
  grid-column: 1/-1;
  width: 50rem;
  margin-inline: auto;
}
@media print, screen and (max-width: 768px) {
  .price-download__card:only-child {
    width: 100%;
  }
}
.price-download__card:hover {
  opacity: 1;
  background: #dfe8dd;
  border-color: #2a6a30;
  transform: translateY(-4px);
}
.price-download__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: clamp(22px, 22px + (28 - 22) * (100vw - 375px) / (1440 - 375), 28px);
}
@media print, screen and (max-width: 768px) {
  .price-download__head {
    font-size: calc(22 / 375 * 100vw);
  }
}
.price-download__head {
  font-weight: 700;
  line-height: 1.4;
}
.price-download__head > img {
  width: 3.7rem;
}
@media print, screen and (max-width: 768px) {
  .price-download__head > img {
    width: 2.5rem;
  }
}

/* ========================================
surrounding-area
======================================== */
.access-feature + .access-feature {
  margin-top: 14rem;
}
@media print, screen and (max-width: 768px) {
  .access-feature + .access-feature {
    margin-top: 6rem;
  }
}
.access-feature:last-child {
  margin-bottom: 20rem;
}
@media print, screen and (max-width: 768px) {
  .access-feature:last-child {
    margin-bottom: 6rem;
  }
}
.access-feature__content {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 6rem;
  align-items: start;
}
@media print, screen and (max-width: 768px) {
  .access-feature__content {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
  }
}
.access-feature__content + .access-feature__content {
  margin-top: 14rem;
}
@media print, screen and (max-width: 768px) {
  .access-feature__content + .access-feature__content {
    margin-top: 6rem;
  }
}
.access-feature__image img {
  width: 100%;
  display: block;
  border-radius: 2rem;
}
@media print, screen and (max-width: 768px) {
  .access-feature__image img {
    border-radius: 1rem;
  }
}
.access-feature__image figcaption {
  margin-top: 2rem;
}
.access-feature__info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #cdcdcd;
}
.access-feature__info ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
}
.access-feature__info ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.access-feature__maplink:link {
  display: inline-block;
  color: #2193ff;
  text-decoration: underline;
}

.access-peripheral {
  display: grid;
  gap: 2rem 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.access-peripheral__item > figure > img {
  border-radius: 2rem;
}
@media print, screen and (max-width: 768px) {
  .access-peripheral__item > figure > img {
    border-radius: 1rem;
  }
}
.access-peripheral__item > figure {
  margin-bottom: 1rem;
}

/* ========================================
blog
======================================== */
.blog-archive {
  padding: 6rem 0 14rem;
}
@media print, screen and (max-width: 768px) {
  .blog-archive {
    padding: 2rem 0 6rem;
  }
}
.blog-archive__cats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media print, screen and (max-width: 768px) {
  .blog-archive__cats {
    gap: 1rem;
  }
}
.blog-archive__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 6rem;
  padding: 1.4rem 2rem;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 0.8rem;
  color: #2a6a30;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  font-size: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .blog-archive__cat {
    font-size: calc(15 / 375 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .blog-archive__cat {
    min-height: auto;
    padding: 0.5rem 1rem;
  }
}
.blog-archive__cat:hover, .blog-archive__cat.is-active {
  opacity: 1;
  background: #2a6a30;
  border-color: #2a6a30;
  color: #fff;
}
.blog-archive__list {
  margin-top: 10rem;
}
@media print, screen and (max-width: 768px) {
  .blog-archive__list {
    margin-top: 3rem;
  }
}
.blog-archive__item {
  border-bottom: 2px dotted #c0c0c0;
}
.blog-archive__link {
  position: relative;
  display: grid;
  grid-template-columns: 22rem 1fr 4rem;
  gap: 5rem;
  align-items: center;
  padding: 3rem 2rem;
  color: inherit;
  text-decoration: none;
}
@media print, screen and (max-width: 768px) {
  .blog-archive__link {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 1rem;
  }
}
.blog-archive__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #225a3c;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s ease;
}
.blog-archive__link:hover {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.blog-archive__link:hover::before {
  transform: scaleY(1);
}
.blog-archive__link:hover .home-info__arrow {
  transform: translateX(0.5rem);
}
.blog-archive__link::after {
  position: absolute;
  content: "";
  color: #2a6a30;
  line-height: 1;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/blog/icon-arrow.svg);
  background-size: cover;
  width: 1.7rem;
  height: 1.6rem;
  transition: 0.3s;
}
@media print, screen and (max-width: 768px) {
  .blog-archive__link::after {
    top: auto;
    right: 1rem;
    bottom: 3rem;
    width: 1.3rem;
    height: 1.2rem;
  }
}
.blog-archive__link:hover {
  opacity: 1;
}
.blog-archive__link:hover::after {
  transform: translateX(0.6rem);
}
.blog-archive__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 348/220;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #2a6a30;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .blog-archive__meta {
    row-gap: 0;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.blog-archive__meta time {
  font-size: clamp(16px, 16px + (23 - 16) * (100vw - 375px) / (1440 - 375), 23px);
}
@media print, screen and (max-width: 768px) {
  .blog-archive__meta time {
    font-size: calc(16 / 375 * 100vw);
  }
}
.blog-archive__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  padding: 0 1.2rem;
  line-height: 1.5;
  border: 1px solid #d2d2d2;
  border-radius: 0.8rem;
  background: #fff;
  margin-left: 1rem;
}
@media print, screen and (max-width: 768px) {
  .blog-archive__label {
    margin-top: 0.8rem;
  }
}
.blog-archive__title {
  margin-top: 1.5rem;
  color: #2a6a30;
}
@media print, screen and (max-width: 768px) {
  .blog-archive__title {
    margin-top: 1rem;
    font-size: 1.6rem;
    padding-right: 2rem;
  }
}

.news-single {
  padding: 6rem 0 14rem;
}
@media print, screen and (max-width: 768px) {
  .news-single {
    padding: 2rem 0 6rem;
  }
}
.news-single__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #2a6a30;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .news-single__meta {
    row-gap: 0;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.news-single__meta time {
  font-size: clamp(16px, 16px + (23 - 16) * (100vw - 375px) / (1440 - 375), 23px);
}
@media print, screen and (max-width: 768px) {
  .news-single__meta time {
    font-size: calc(16 / 375 * 100vw);
  }
}
.news-single__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  padding: 0 1.2rem;
  line-height: 1.5;
  border: 1px solid #d2d2d2;
  border-radius: 0.8rem;
  background: #fff;
}
@media print, screen and (max-width: 768px) {
  .news-single__label {
    margin-top: 0.8rem;
  }
}
.news-single__title {
  margin-top: 1.8rem;
  color: #2a6a30;
  font-size: clamp(26px, 26px + (35 - 26) * (100vw - 375px) / (1440 - 375), 35px);
}
@media print, screen and (max-width: 768px) {
  .news-single__title {
    font-size: calc(26 / 375 * 100vw);
  }
}
.news-single__title {
  font-weight: 400;
  line-height: 1.6;
}
.news-single__content {
  margin-top: 5rem;
}
@media print, screen and (max-width: 768px) {
  .news-single__content {
    margin-top: 2rem;
  }
}
.news-single__content a {
  color: #2a6a30;
  text-decoration: underline;
}

.navigation {
  margin-top: 4rem;
}

.nav-links {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-links .current {
  font-weight: 600;
  color: #eb5c0e;
}

/* ========================================
status-page
thanks/404
======================================== */
.status-page {
  position: relative;
  padding: 8rem 0 8rem;
  background: url("../img/common/status_bg.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  .status-page {
    padding: 7rem 0 6rem;
  }
}
.status-page__content {
  text-align: center;
  margin-top: 3rem;
}
.status-page__icon {
  position: relative;
  width: 18rem;
  height: 18rem;
  margin: 0 auto 2rem;
  border: 1.4rem solid #d4c48e;
  border-radius: 50%;
}
@media print, screen and (max-width: 768px) {
  .status-page__icon {
    width: 6rem;
    height: 6rem;
    border-width: 0.5rem;
    margin: 0 auto 1rem;
  }
}
.status-page__icon span {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 7rem;
  height: 3.5rem;
  border-left: 1.2rem solid #d4c48e;
  border-bottom: 1.2rem solid #d4c48e;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media print, screen and (max-width: 768px) {
  .status-page__icon span {
    width: 2.4rem;
    height: 1.8rem;
    border-width: 0.4rem;
    top: 40%;
  }
}
.status-page__title {
  font-weight: 400;
  font-size: clamp(30px, 30px + (48 - 30) * (100vw - 375px) / (1440 - 375), 48px);
}
@media print, screen and (max-width: 768px) {
  .status-page__title {
    font-size: calc(30 / 375 * 100vw);
  }
}
.status-page__text {
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .status-page__text {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

/* ====================================================
component
==================================================== */
/* ====================================================
topics
==================================================== */
.c-arrow {
  display: flex;
}
.c-arrow::after {
  content: "";
  width: 3.7rem;
  height: 0.8rem;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg) translateX(-0.3rem);
}
@media print, screen and (max-width: 768px) {
  .c-arrow::after {
    width: 2.5rem;
    height: 0.5rem;
  }
}

/* ====================================================
parallax
==================================================== */
.c-parallax {
  position: relative;
  overflow: hidden;
}
.c-parallax img {
  position: absolute;
  inset: -10% 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
@media print, screen and (max-width: 768px) {
  .c-parallax img img {
    inset: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ====================================================
breadcrumb
==================================================== */
.c-breadcrumb {
  margin-top: 1rem;
}
.c-breadcrumb__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  line-height: 1;
}
.c-breadcrumb__item:not(:first-child)::before {
  content: "ー";
  margin-right: 0.2rem;
  opacity: 0.5;
}
.c-breadcrumb__item a,
.c-breadcrumb__item span {
  color: #2a6a30;
  font-size: clamp(12px, 12px + (12 - 12) * (100vw - 375px) / (1440 - 375), 12px);
}
@media print, screen and (max-width: 768px) {
  .c-breadcrumb__item a,
  .c-breadcrumb__item span {
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-breadcrumb__item a,
.c-breadcrumb__item span {
  text-decoration: none;
  font-weight: 500;
}
.c-breadcrumb__item a {
  opacity: 0.5;
}

/* ====================================================
title
==================================================== */
.c-dotstitle {
  text-align: center;
  font-size: clamp(20px, 20px + (23 - 20) * (100vw - 375px) / (1440 - 375), 23px);
}
@media print, screen and (max-width: 768px) {
  .c-dotstitle {
    font-size: calc(20 / 375 * 100vw);
  }
}
.c-dotstitle {
  font-weight: 600;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 768px) {
  .c-dotstitle {
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.c-dotstitle::before {
  position: absolute;
  content: "•••";
  color: #b0d08f;
  letter-spacing: 0.4em;
  font-size: 2rem;
  line-height: 1;
  left: 1rem;
  right: 0;
  bottom: 0;
}

/* ====================================================
link
==================================================== */
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 28rem;
  min-height: 5.6rem;
  background: #2a6a30;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: 0.3s;
}
@media print, screen and (max-width: 768px) {
  .c-btn {
    min-height: auto;
    padding: 1rem;
  }
}
.c-btn:hover {
  opacity: 0.8;
}

/* ====================================================
電話 PC時のみ無効化
==================================================== */
@media print, screen and (min-width: 768px) {
  .c-tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
/* ====================================================
project
==================================================== */
/* -----------------------------------------------
inner
----------------------------------------------- */
.p-inner {
  width: min(calc(100% - 4rem), var(--inner-width));
  margin-inline: auto;
  padding-inline: 2rem;
  margin-inline: auto;
  --inner-width: 108.6rem;
}
@media print, screen and (max-width: 1200px) {
  .p-inner {
    width: 100%;
    padding-inline: 2rem;
  }
}
.p-inner--920 {
  --inner-width: 92rem;
}
@media print, screen and (max-width: 1200px) {
  .p-inner--920 {
    width: 100%;
    padding-inline: 2rem;
  }
}
.p-inner--1220 {
  --inner-width: 122rem;
}
@media print, screen and (max-width: 768px) {
  .p-inner--1220 {
    --inner-width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .p-inner--sp-full {
    padding-inline: 0;
  }
}

/* -----------------------------------------------
link
----------------------------------------------- */
.p-linelink {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 1em 0 1em 0;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1em;
}
.p-linelink:hover {
  opacity: 1;
}
.p-linelink:hover::after {
  width: 100%;
}
.p-linelink:hover > .icon {
  transform: translateX(0.6rem);
}
.p-linelink::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c0c0c0;
}
.p-linelink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #212121;
  transition: width 0.4s ease;
}
.p-linelink > .icon {
  background: url(../img/common/icon_arrow.svg) center/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 0.4s ease;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .p-linelink > .icon {
    width: 1.3rem;
    height: 1.3rem;
  }
}

/* -----------------------------------------------
content
----------------------------------------------- */
.p-content {
  overflow: hidden;
}
.p-content--ripple {
  background-image: url(../img/common/content_bg-ripple.png);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: top right;
}
.equipment-outline .p-content {
  position: relative;
  margin-top: -6rem;
}
@media print, screen and (max-width: 768px) {
  .equipment-outline .p-content {
    margin-top: -2rem;
  }
}

/* -----------------------------------------------
lower lead
----------------------------------------------- */
.p-lower-lead {
  position: relative;
  padding: 4rem 0 11rem;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .p-lower-lead {
    padding: 2rem 0 7rem;
  }
}
.trial-move-in .p-lower-lead {
  background-image: url(../img/trial-move-in/lead_bg.png);
  background-size: 45rem;
  background-position: left top 2rem;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 768px) {
  .trial-move-in .p-lower-lead {
    background-image: none;
  }
}
.p-lower-lead__title {
  color: #2a6a30;
  font-size: clamp(20px, 20px + (34 - 20) * (100vw - 375px) / (1440 - 375), 34px);
}
@media print, screen and (max-width: 768px) {
  .p-lower-lead__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-lower-lead__title {
  font-weight: 500;
  line-height: 1.5;
}
.p-lower-lead__text {
  margin: 2rem auto 0;
  font-size: clamp(15px, 15px + (20 - 15) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .p-lower-lead__text {
    font-size: calc(15 / 375 * 100vw);
  }
}

/* -----------------------------------------------
service
----------------------------------------------- */
.p-service-detail {
  padding: 0 0 10rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail {
    padding: 0 0 6rem;
  }
}
.p-service-detail__hero {
  position: relative;
  border-radius: 4rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__hero {
    border-radius: 2rem;
  }
}
.p-service-detail__hero:has(+ .p-service-detail__body) {
  border-radius: 4rem 4rem 0 0;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__hero:has(+ .p-service-detail__body) {
    border-radius: 2rem 2rem 0 0;
  }
}
.p-service-detail__hero:has(+ .p-service-detail__body) figure img {
  border-radius: 4rem 4rem 0 0;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__hero:has(+ .p-service-detail__body) figure img {
    border-radius: 2rem 2rem 0 0;
  }
}
.p-service-detail__hero figure img {
  border-radius: 4rem;
  width: 100%;
  height: 39rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1200px) {
  .p-service-detail__hero figure img {
    height: 45rem;
  }
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__hero figure img {
    border-radius: 2rem 2rem 0 0;
    height: 22rem;
    border-radius: 2rem;
  }
}
.kohakuno-yu .p-service-detail__hero::after {
  position: absolute;
  content: "";
  left: auto;
  right: -8rem;
  top: -17rem;
  bottom: auto;
  margin: auto;
  width: 46rem;
  height: 38rem;
  background-image: url(../img/kohakuno-yu/hero_illust.png);
  background-size: cover;
}
@media print, screen and (max-width: 1200px) {
  .kohakuno-yu .p-service-detail__hero::after {
    right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .kohakuno-yu .p-service-detail__hero::after {
    right: -4rem;
    top: -8rem;
    bottom: auto;
    width: 23rem;
    height: 18rem;
  }
}
.common-space .p-service-detail__hero::after {
  position: absolute;
  content: "";
  left: auto;
  right: -8rem;
  top: -5rem;
  bottom: auto;
  margin: auto;
  width: 30rem;
  height: 19.6rem;
  background-image: url(../img/common-space/hero_illust.png);
  background-size: cover;
}
@media print, screen and (max-width: 1200px) {
  .common-space .p-service-detail__hero::after {
    right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .common-space .p-service-detail__hero::after {
    right: -4rem;
    top: -4rem;
    bottom: auto;
    width: 16rem;
    height: 12rem;
  }
}
.residence .p-service-detail__hero::after {
  position: absolute;
  content: "";
  left: -10rem;
  right: auto;
  top: auto;
  bottom: -10rem;
  margin: auto;
  width: 25rem;
  height: 28rem;
  background-image: url(../img/residence/hero_illust.png);
  background-size: cover;
}
@media print, screen and (max-width: 1200px) {
  .residence .p-service-detail__hero::after {
    right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .residence .p-service-detail__hero::after {
    right: -2rem;
    left: auto;
    top: -7rem;
    bottom: auto;
    width: 13rem;
    height: 14rem;
  }
}
.p-service-detail__hero-text {
  position: absolute;
  right: 4rem;
  bottom: 3rem;
  color: #fff;
  z-index: 2;
  text-shadow: 0 0.3rem 1rem rgba(76, 56, 33, 0.8);
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__hero-text {
    right: 2rem;
    bottom: 2rem;
  }
}
.p-service-detail__hero-text > .title {
  font-size: clamp(30px, 30px + (55 - 30) * (100vw - 375px) / (1440 - 375), 55px);
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__hero-text > .title {
    font-size: calc(30 / 375 * 100vw);
  }
}
.p-service-detail__hero-text > .title {
  line-height: 1.2;
  font-weight: 600;
  text-align: right;
}
.p-service-detail__hero-text > .title span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.4em;
}
.p-service-detail__hero-text p {
  margin-top: 3rem;
  font-size: clamp(16px, 16px + (28 - 16) * (100vw - 375px) / (1440 - 375), 28px);
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__hero-text p {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-service-detail__hero-text p {
  font-weight: 600;
  line-height: 1.7;
  text-align: right;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__hero-text p {
    margin-top: 2rem;
  }
}
.p-service-detail__body {
  padding: 4rem 7rem 6rem;
  background: #fff;
  border-radius: 0 0 4rem 4rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__body {
    padding: 3rem 2rem 3rem;
    border-radius: 0 0 2rem 2rem;
  }
}
.p-service-detail__title {
  color: #225a3c;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__title {
    font-size: calc(18 / 375 * 100vw);
  }
}
.p-service-detail__title {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.p-service-detail__text-block section + section {
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__text-block section + section {
    margin-top: 2rem;
  }
}
.p-service-detail__text-block {
  line-height: 1.5;
}
.p-service-detail__text-block p {
  font-size: clamp(15px, 15px + (18 - 15) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__text-block p {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-service-detail__text-block p {
  font-weight: 400;
  line-height: 1.8;
}
.p-service-detail__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-service-detail__cards figure img {
  height: 40rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__cards figure img {
    height: 25rem;
  }
}
.p-service-detail__cards--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 7rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__cards--2 {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    gap: 2rem;
  }
}
.p-service-detail__cards--2 figure img {
  height: 32rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__cards--2 figure img {
    height: 25rem;
  }
}
.p-service-detail__cards--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__cards--3 {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    gap: 2rem;
  }
}
.p-service-detail__cards--3 figure img {
  height: 25rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-detail__cards--3 figure img {
    height: 25rem;
  }
}

.p-service-card {
  overflow: hidden;
  background: #fff;
  border-radius: 4rem;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  .p-service-card {
    border-radius: 2rem;
  }
}
.p-service-card__img--change {
  position: relative;
  overflow: hidden;
}
.p-service-card__img--change img {
  transition: 0.4s;
}
.p-service-card:hover .p-service-card__img-default {
  opacity: 0;
}
.p-service-card:hover .p-service-card__img-hover {
  opacity: 1;
}
.p-service-card__img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.p-service-card--full {
  grid-column: 1/-1;
}
.p-service-card p {
  font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .p-service-card p {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-service-card p {
  font-weight: 400;
  line-height: 1.8;
}
.p-service-card__img img {
  width: 100%;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  .p-service-card__img img {
    height: 15rem;
  }
}
.p-service-card__title {
  color: #225a3c;
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .p-service-card__title {
    font-size: calc(18 / 375 * 100vw);
  }
}
.p-service-card__title {
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-align: center;
}
.p-service-card__body {
  padding: 2rem 3rem 3.5rem;
}
@media print, screen and (max-width: 768px) {
  .p-service-card__body {
    padding: 1.5rem 2rem 2rem;
  }
}

/* -----------------------------------------------
service
----------------------------------------------- */
.p-formarea {
  margin: 7rem 0 10rem;
  padding: 5rem 12rem;
  border-radius: 4rem;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  .p-formarea {
    padding: 3rem 2rem;
    border-radius: 2rem;
    margin: 2rem 0 6rem;
  }
}
.p-formarea .contents {
  background: transparent;
}

/* ====================================================
indent
==================================================== */
.u-indent {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(15px, 15px + (16 - 15) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .u-indent {
    font-size: calc(15 / 375 * 100vw);
  }
}

/* ====================================================
font
==================================================== */
.u-text-xxs {
  font-size: 0.4em;
}

.u-text-xs {
  font-size: 0.5em;
}

.u-text-sm {
  font-size: 0.75em;
}

.u-text-md {
  font-size: 1em;
}

.u-text-lg {
  font-size: 1.25em;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

.u-center {
  text-align: center;
}

/* ====================================================
font-size
==================================================== */
.u-fs12 {
  font-size: clamp(12px, 12px + (12 - 12) * (100vw - 375px) / (1440 - 375), 12px);
}
@media print, screen and (max-width: 768px) {
  .u-fs12 {
    font-size: calc(12 / 375 * 100vw);
  }
}

.u-fs13 {
  font-size: clamp(13px, 13px + (13 - 13) * (100vw - 375px) / (1440 - 375), 13px);
}
@media print, screen and (max-width: 768px) {
  .u-fs13 {
    font-size: calc(13 / 375 * 100vw);
  }
}

.u-fs14 {
  font-size: clamp(14px, 14px + (14 - 14) * (100vw - 375px) / (1440 - 375), 14px);
}
@media print, screen and (max-width: 768px) {
  .u-fs14 {
    font-size: calc(14 / 375 * 100vw);
  }
}

.u-fs15 {
  font-size: clamp(15px, 15px + (15 - 15) * (100vw - 375px) / (1440 - 375), 15px);
}
@media print, screen and (max-width: 768px) {
  .u-fs15 {
    font-size: calc(15 / 375 * 100vw);
  }
}

.u-fs16 {
  font-size: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1440 - 375), 16px);
}
@media print, screen and (max-width: 768px) {
  .u-fs16 {
    font-size: calc(16 / 375 * 100vw);
  }
}

.u-fs17 {
  font-size: clamp(17px, 17px + (17 - 17) * (100vw - 375px) / (1440 - 375), 17px);
}
@media print, screen and (max-width: 768px) {
  .u-fs17 {
    font-size: calc(17 / 375 * 100vw);
  }
}

.u-fs18 {
  font-size: clamp(18px, 18px + (18 - 18) * (100vw - 375px) / (1440 - 375), 18px);
}
@media print, screen and (max-width: 768px) {
  .u-fs18 {
    font-size: calc(18 / 375 * 100vw);
  }
}

.u-fs19 {
  font-size: clamp(19px, 19px + (19 - 19) * (100vw - 375px) / (1440 - 375), 19px);
}
@media print, screen and (max-width: 768px) {
  .u-fs19 {
    font-size: calc(19 / 375 * 100vw);
  }
}

.u-fs20 {
  font-size: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1440 - 375), 20px);
}
@media print, screen and (max-width: 768px) {
  .u-fs20 {
    font-size: calc(20 / 375 * 100vw);
  }
}

.u-fs21 {
  font-size: clamp(21px, 21px + (21 - 21) * (100vw - 375px) / (1440 - 375), 21px);
}
@media print, screen and (max-width: 768px) {
  .u-fs21 {
    font-size: calc(21 / 375 * 100vw);
  }
}

.u-fs22 {
  font-size: clamp(22px, 22px + (22 - 22) * (100vw - 375px) / (1440 - 375), 22px);
}
@media print, screen and (max-width: 768px) {
  .u-fs22 {
    font-size: calc(22 / 375 * 100vw);
  }
}

.u-fs23 {
  font-size: clamp(23px, 23px + (23 - 23) * (100vw - 375px) / (1440 - 375), 23px);
}
@media print, screen and (max-width: 768px) {
  .u-fs23 {
    font-size: calc(23 / 375 * 100vw);
  }
}

.u-fs24 {
  font-size: clamp(24px, 24px + (24 - 24) * (100vw - 375px) / (1440 - 375), 24px);
}
@media print, screen and (max-width: 768px) {
  .u-fs24 {
    font-size: calc(24 / 375 * 100vw);
  }
}

.u-fs25 {
  font-size: clamp(25px, 25px + (25 - 25) * (100vw - 375px) / (1440 - 375), 25px);
}
@media print, screen and (max-width: 768px) {
  .u-fs25 {
    font-size: calc(25 / 375 * 100vw);
  }
}

.u-fs26 {
  font-size: clamp(26px, 26px + (26 - 26) * (100vw - 375px) / (1440 - 375), 26px);
}
@media print, screen and (max-width: 768px) {
  .u-fs26 {
    font-size: calc(26 / 375 * 100vw);
  }
}

.u-fs27 {
  font-size: clamp(27px, 27px + (27 - 27) * (100vw - 375px) / (1440 - 375), 27px);
}
@media print, screen and (max-width: 768px) {
  .u-fs27 {
    font-size: calc(27 / 375 * 100vw);
  }
}

.u-fs28 {
  font-size: clamp(28px, 28px + (28 - 28) * (100vw - 375px) / (1440 - 375), 28px);
}
@media print, screen and (max-width: 768px) {
  .u-fs28 {
    font-size: calc(28 / 375 * 100vw);
  }
}

.u-fs29 {
  font-size: clamp(29px, 29px + (29 - 29) * (100vw - 375px) / (1440 - 375), 29px);
}
@media print, screen and (max-width: 768px) {
  .u-fs29 {
    font-size: calc(29 / 375 * 100vw);
  }
}

.u-fs30 {
  font-size: clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1440 - 375), 30px);
}
@media print, screen and (max-width: 768px) {
  .u-fs30 {
    font-size: calc(30 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs10-sp {
    font-size: clamp(10px, 10px + (10 - 10) * (100vw - 375px) / (1440 - 375), 10px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs10-sp {
    font-size: calc(10 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs11-sp {
    font-size: clamp(11px, 11px + (11 - 11) * (100vw - 375px) / (1440 - 375), 11px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs11-sp {
    font-size: calc(11 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs12-sp {
    font-size: clamp(12px, 12px + (12 - 12) * (100vw - 375px) / (1440 - 375), 12px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs12-sp {
    font-size: calc(12 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs13-sp {
    font-size: clamp(13px, 13px + (13 - 13) * (100vw - 375px) / (1440 - 375), 13px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs13-sp {
    font-size: calc(13 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs14-sp {
    font-size: clamp(14px, 14px + (14 - 14) * (100vw - 375px) / (1440 - 375), 14px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs14-sp {
    font-size: calc(14 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs15-sp {
    font-size: clamp(15px, 15px + (15 - 15) * (100vw - 375px) / (1440 - 375), 15px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs15-sp {
    font-size: calc(15 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs16-sp {
    font-size: clamp(16px, 16px + (16 - 16) * (100vw - 375px) / (1440 - 375), 16px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs16-sp {
    font-size: calc(16 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs17-sp {
    font-size: clamp(17px, 17px + (17 - 17) * (100vw - 375px) / (1440 - 375), 17px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs17-sp {
    font-size: calc(17 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs18-sp {
    font-size: clamp(18px, 18px + (18 - 18) * (100vw - 375px) / (1440 - 375), 18px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs18-sp {
    font-size: calc(18 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs19-sp {
    font-size: clamp(19px, 19px + (19 - 19) * (100vw - 375px) / (1440 - 375), 19px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs19-sp {
    font-size: calc(19 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs20-sp {
    font-size: clamp(20px, 20px + (20 - 20) * (100vw - 375px) / (1440 - 375), 20px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs20-sp {
    font-size: calc(20 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs21-sp {
    font-size: clamp(21px, 21px + (21 - 21) * (100vw - 375px) / (1440 - 375), 21px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs21-sp {
    font-size: calc(21 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs22-sp {
    font-size: clamp(22px, 22px + (22 - 22) * (100vw - 375px) / (1440 - 375), 22px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs22-sp {
    font-size: calc(22 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs23-sp {
    font-size: clamp(23px, 23px + (23 - 23) * (100vw - 375px) / (1440 - 375), 23px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs23-sp {
    font-size: calc(23 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs24-sp {
    font-size: clamp(24px, 24px + (24 - 24) * (100vw - 375px) / (1440 - 375), 24px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs24-sp {
    font-size: calc(24 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs25-sp {
    font-size: clamp(25px, 25px + (25 - 25) * (100vw - 375px) / (1440 - 375), 25px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs25-sp {
    font-size: calc(25 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs26-sp {
    font-size: clamp(26px, 26px + (26 - 26) * (100vw - 375px) / (1440 - 375), 26px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs26-sp {
    font-size: calc(26 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs27-sp {
    font-size: clamp(27px, 27px + (27 - 27) * (100vw - 375px) / (1440 - 375), 27px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs27-sp {
    font-size: calc(27 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs28-sp {
    font-size: clamp(28px, 28px + (28 - 28) * (100vw - 375px) / (1440 - 375), 28px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs28-sp {
    font-size: calc(28 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs29-sp {
    font-size: clamp(29px, 29px + (29 - 29) * (100vw - 375px) / (1440 - 375), 29px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs29-sp {
    font-size: calc(29 / 375 * 100vw);
  }
}

@media print, screen and (max-width: 768px) {
  .u-fs30-sp {
    font-size: clamp(30px, 30px + (30 - 30) * (100vw - 375px) / (1440 - 375), 30px);
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .u-fs30-sp {
    font-size: calc(30 / 375 * 100vw);
  }
}

/* ====================================================
color
==================================================== */
.u-bg--cream {
  background-color: #f6f5f1;
}

.u-bg--green {
  background-color: #225a3c;
}

.u-txc--ligreen {
  color: #2a6a30;
}

.u-txc--antique {
  color: #8d7e4c;
}

.u-txc--blue {
  color: #5097da;
}

.u-txc--red {
  color: #e51f1f;
}

/* ====================================================
list
==================================================== */
.u-list-dot {
  list-style: disc;
  padding-left: 1.5em;
}

/* ====================================================
padding
==================================================== */
.u-pl10 {
  padding-left: 1rem;
}

.u-pl20 {
  padding-left: 2rem;
}

.u-pl30 {
  padding-left: 3rem;
}

.u-pl40 {
  padding-left: 4rem;
}

.u-pl50 {
  padding-left: 5rem;
}

.u-pl60 {
  padding-left: 6rem;
}

.u-pl70 {
  padding-left: 7rem;
}

@media print, screen and (max-width: 768px) {
  .u-pl10-sp {
    padding-left: 1rem;
  }
  .u-pl20-sp {
    padding-left: 2rem;
  }
}
/* ====================================================
width
==================================================== */
@media print, screen and (max-width: 768px) {
  .u-full-sp {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
/* ====================================================
margin
==================================================== */
.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt100 {
  margin-top: 8rem;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mtb100 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

@media print, screen and (max-width: 768px) {
  .u-mt10-sp {
    margin-top: 1rem;
  }
  .u-mt20-sp {
    margin-top: 2rem;
  }
  .u-mt30-sp {
    margin-top: 3rem;
  }
  .u-mt40-sp {
    margin-top: 4rem;
  }
  .u-mt50-sp {
    margin-top: 5rem;
  }
  .u-mt60-sp {
    margin-top: 6rem;
  }
  .u-mt70-sp {
    margin-top: 7rem;
  }
  .u-mt80-sp {
    margin-top: 8rem;
  }
  .u-mt90-sp {
    margin-top: 9rem;
  }
  .u-mt100-sp {
    margin-top: 10rem;
  }
}/*# sourceMappingURL=style.css.map */