html {
  font-size: max(0.94vw, 16px);
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-padding-top: 120px;
}
body {
  font-family: "Zen Old Mincho", serif;
  line-height: 2.16;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-feature-settings: "palt";
  height: 100%;
  background-color: #eeeeeb;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    line-height: 2;
  }
}

ul,
ol {
  list-style: none;
}

a {
  transition: all 0.4s ease-out;
}

@media screen and (max-width: 47.9375em) {
  /* --- 縦並び - sp --- */
  .flex-sp-block {
    flex-direction: column;
  }
  .flex-sp-block > * {
    width: 100% !important;
  }
}
/* -- font -- */
.font-en {
  font-family: "Josefin Sans", serif;
  font-weight: 600;
}
.font-jp {
  font-weight: 400;
}
.txt-ctr {
  text-align: center;
}

/* -- ttl -- */
.section_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_ttl .font-en {
  font-size: 200%; /* 36px */
}
.section_ttl .font-jp {
  font-size: 111%; /* 20px */
}
.section_ttl .slash {
  margin: 0 2.08vw; /* 40px */
}
.section_ttl .slash svg {
  width: 4.17vw; /* 80px */
  height: 4.17vw; /* 80px */
}
@media screen and (max-width: 767px) {
  .section_ttl {
    flex-direction: column;
    text-align: center;
  }
  .section_ttl .font-en {
    line-height: 1.5;
  }
  .section_ttl .slash {
    display: none;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
/* -- list -- */
.disc_list li {
  position: relative;
  padding-left: 16px;
}
.disc_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

/* -- section_pdg -- */
.section_pdg {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section_pdg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* -- btn -- */
.btn a {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 24px 4.17vw; /*80px*/
  background-color: #626e7a;
  text-decoration: none;
  color: #fff;
  justify-content: center;
}
.btn a:hover {
  opacity: 0.7;
}
.btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  margin-top: 2px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .btn a {
    padding: 16px 32px;
    width: 100%;
  }
}

/* -- mgn-btm -- */
.mgn-btm16 {
  margin-bottom: 16px;
}
.mgn-btm24 {
  margin-bottom: 24px;
}
.mgn-btm32 {
  margin-bottom: 32px;
}
.mgn-btm40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm40 {
    margin-bottom: 32px;
  }
}

/* -- inner --  */
.inner {
  max-width: 1580px;
  width: 86%;
  margin-inline: auto;
}
.inner-sm {
  max-width: 1280px;
}
.inner-xl {
  max-width: calc(100% - 64px);
  width: 90%;
}

@media print, screen and (min-width: 767px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

/* header
********************************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 106px;
  transition: all 0.4s ease-out;
}
.header--wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-left: 1.7vw; /*64px*/
}
.header--logo {
  display: flex;
  align-items: center;
}
.header--logo a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  color: #404044;
  font-weight: 500;
  font-size: 14px;
  flex-wrap: nowrap;
}
.header--logo a .logo {
  position: relative;
  display: inline-block;
}

.header--logo img {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-out;
}
.gnav {
  display: flex;
  height: 100%;
}
.gnav--link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gnav li a {
  padding: 0 clamp(12px, 1.04vw, 20px);
  font-size: max(0.94vw, 18px);
  text-decoration: none;
  color: #404044;
  white-space: nowrap;
}
.gnav li.last a {
  padding-right: clamp(24px, 3vw, 114px);
}
.gnav li a:hover {
  opacity: 0.5;
}

.gnav li.gnav--reserve a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 2.81vw; /*54px*/
  background-color: #626e7a;
  color: #fff;
  gap: 18px;
}
.gnav li.gnav--reserve a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  margin-top: 2px;
  margin-left: 8px;
}
.gnav li.gnav--search a {
  background-color: #a59482;
}
.gnav .icon-calendar {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1600px) {
  .gnav li.last a {
    padding-right: 2vw;
  }
  .gnav li a {
    padding: 0 0.625vw;
  }
  .header--wrap {
    padding-left: 2vw;
  }
  .gnav li.gnav--reserve a {
    padding: 0 1vw;
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .header-sm {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .header-sm .header--logo {
    padding-top: 0;
  }
  .header-sm .header--logo a {
    color: #000;
  }

  .header-sm .gnav--link {
    padding-top: 0;
    align-items: center;
  }
  .header-sm .gnav--link a {
    color: #3b3b3b;
  }
  .header-sm .gnav li.gnav--reserve {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: absolute;
    height: 72px;
  }
  .header--wrap {
    padding-left: 24px;
  }
  .header--logo {
    position: relative;
    z-index: -1;
    width: 50%;
    padding-top: 8px;
  }
  .header--nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: #eeeeeb;
    padding: 80px 7% 60px;
  }
  .header--nav.active {
    opacity: 1;
    pointer-events: all;
  }
  .header-sp {
    padding-right: 80px;
    padding-top: 14px;
  }
  .header-sp a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    text-decoration: none;
    color: #626e7a;
    white-space: nowrap;
  }
  .header-sp .icon-calendar {
    width: 20px;
    height: 20px;
    fill: #626e7a;
  }
  .gnav {
    display: block;
  }
  .gnav--link {
    height: auto;
  }
  .gnav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
  }
  .gnav li.last a {
    padding-right: 20px;
  }
  .gnav li:not(:last-child) {
    border-bottom: 1px solid #aaa;
  }
  .gnav li.gnav--reserve {
    margin-top: 24px;
    margin-left: 0;
  }
  .gnav li.gnav--reserve a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 16px;
    text-align: center;
  }
  .gnav li a::after,
  .gnav li.gnav--reserve a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    margin-top: 2px;
    margin-left: 8px;
  }
  .gnav li.gnav--reserve svg {
    width: 26px;
    height: 26px;
    margin-right: 16px;
  }
  .gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
    background-color: #626e7a;
    z-index: 999;
  }
  .gnav_btn--lines {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 32px;
    height: 16px;
  }
  .gnav_btn--lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: top left;
    transition: all 0.4s ease-out;
  }
  .gnav_btn--lines span:nth-child(1) {
    top: 0;
  }
  .gnav_btn--lines span:nth-child(2) {
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
  }
  .gnav_btn--lines span:nth-child(3) {
    top: calc(100% - 2px);
  }
  .gnav_btn.active .gnav_btn--lines span:nth-child(1) {
    transform: rotate(45deg) translateY(-5px);
  }
  .gnav_btn.active .gnav_btn--lines span:nth-child(2) {
    opacity: 0;
  }
  .gnav_btn.active .gnav_btn--lines span:nth-child(3) {
    transform: rotate(-45deg) translateY(5px) translateX(-2px);
  }
}

/* hero
********************************************** */
.hero {
  position: relative;
  height: calc(100vh - 106px);
  margin-top: 106px;
}
.hero--cont {
  display: flex;
  justify-content: space-between;
  height: calc(100vh - 106px);
}
.hero-map {
  position: relative;
}
.hero-map img {
  height: 100%;
}
.hero_catch-deco {
  position: absolute;
  top: 0;
  right: clamp(80px, 10vw, 230px);
}
.hero--catch {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.hero--catch .ttl {
  position: relative;
  color: #5f6960;
  font-size: 2.08vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; /* 64px */
  letter-spacing: 1.2px;
  padding-left: 53px;
  padding-top: 42px;
}
.hero_btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 32px;
  bottom: 74px;
  right: 48px;
}
.hero_btn a {
  width: fit-content;
  padding: 18px 32px;
  gap: 10px;
  line-height: 1.6;
  background-color: #626e7a;
}
.hero_btn a::after {
  transform: rotate(45deg);
  margin-bottom: 6px;
}

.hero--slide {
  display: flex;
  gap: 11px;
  height: calc(100vh - 128px);
  padding-right: 11px;
  overflow: hidden;
  padding-top: 11px;
  flex-shrink: 0;
  width: 43%;
}

.track {
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: scroll-up 40s linear infinite;
}

/* 右列だけ逆 */
.col.reverse .track {
  animation-name: scroll-down;
}

/* 上に流れる */
@keyframes scroll-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

/* 下に流れる */
@keyframes scroll-down {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1280px) {
  .hero--catch .ttl {
    padding-bottom: 60px;
    padding-top: 32px;
  }
  .hero--slide .col {
    width: 240px;
  }
  .hero--slide .col img {
    max-width: 100%;
  }
  .hero--slide {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  @media (max-width: 768px) {
    .hero--slide {
      width: 100%;
      height: auto;
      padding-right: 0;
      flex-direction: column;
      gap: 5px;
    }

    .track {
      gap: 5px;
      flex-direction: row;
      animation: scroll-left 15s linear infinite;
    }

    .col.reverse .track {
      animation-name: scroll-right;
    }

    /* 横 */
    @keyframes scroll-left {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }

    @keyframes scroll-right {
      from {
        transform: translateX(-50%);
      }
      to {
        transform: translateX(0);
      }
    }
  }

  .hero {
    margin-top: 66px;
    height: auto;
  }
  .hero--catch .ttl {
    font-size: 25px;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 0;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 0.75px;
  }
  .hero-map img {
    height: auto;
  }
  .hero_catch-deco {
    width: 80px;
    right: 30px;
    top: 16px;
  }
  .hero_btn {
    position: relative;
    flex-direction: row;
    justify-content: center;
    bottom: auto;
    right: auto;
    gap: 10px;
    padding-top: 18px;
    padding-bottom: 35px;
  }
  .hero_btn a {
    font-size: 13px;
    flex-direction: column;
    gap: 0;
    padding: 10px 14px;
  }
  .hero--cont {
    height: auto;
  }

  .hero--slide img {
    max-width: 100%;
    height: 110px;
  }
}
/* ttl
********************************************** */
.ttl-03 {
  font-size: clamp(18px, 2.08vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 64px */
  letter-spacing: 1.2px;
}
.ttl-03 .font-en {
  font-family: "Zen Old Mincho";
  font-size: 110px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 176px */
  letter-spacing: 3.3px;
  color: #a19e93;
  opacity: 0.2;
  display: block;
  margin-bottom: 32px;
}
.ttl-04 {
  font-size: 1.67vw;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 54.4px */
  letter-spacing: 0.96px;
}
.ttl-05 {
  font-size: clamp(16px, 1.25vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 48px */
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .ttl-03 .font-en {
    font-size: 50px !important;
    margin-bottom: 16px;
  }

  .ttl-04 {
    font-size: 24px;
  }
  .ttl-05 {
    font-size: 18px;
  }
}
/* -- inner --  */
.inner {
  max-width: 1440px;
  width: 75%;
  margin-inline: auto;
}
.inner-sm {
  max-width: 1280px;
}
.inner-xl {
  max-width: calc(100% - 64px);
  width: 90%;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl-03 {
    font-size: 32px;
  }
}
/* -- clr --  */
.clr-wht {
  color: #fff;
}
/* home_intro
********************************************** */
.home_intro {
  padding-top: 213px;
  padding-bottom: 173px;
  position: relative;
}
.home-illust01 {
  position: absolute;
  right: 0;
  top: 102px;
}
.home_intro .ttl-03 {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #626e7a;
  flex-shrink: 0;
}
.home_intro--img {
  display: flex;
  justify-content: center;
}
.home_intro--cont {
  text-align: center;
  margin-bottom: 160px;
}
.home_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.05vw;
  background-color: #8d9c9f;
  padding: 2.19vw 2.66vw;
}
.home_cta .icon-calendar {
  width: 37px;
  height: 36px;
  padding-right: 18px;
}
.home_cta-txt {
  border: 1px solid #fff;
  background: #eeeeeb;
  padding: 3vw;
  width: 34vw;
  white-space: nowrap;
}
.home_cta-txt .ttl-04 {
  color: #5f6960;
  margin-bottom: 16px;
  padding-bottom: 0 !important;
}
.home_cta-btn .ttl-04 {
  margin-bottom: 56px;
  padding-bottom: 0 !important;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home_intro {
    padding-bottom: 25px;
    padding-top: 50px;
    .inner {
      width: 100%;
    }
    img {
      width: 75%;
      margin: 0 auto;
    }
  }
  .home-illust01 {
    width: 100%;
    position: static;
    margin-bottom: 50px;
  }
  .home_intro .ttl-03 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
  }
  .home_intro--cont {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
    p {
      text-align: left;
    }
  }
  .home_cta {
    padding: 24px;
    gap: 24px;
    .ttl-04 {
      font-size: 21px;
      padding-top: 0 !important;
    }
    li {
      font-size: clamp(10px, 3.08vw, 12px);
    }
  }
  .home_cta.inner {
    width: 100%;
  }
  .home_cta-txt {
    padding: 7.69vw;
    width: 100%;
    margin-right: 0;
  }
  .home_cta-btn .ttl-04 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 24px;
    white-space: wrap;
  }
}
/* home_property
********************************************** */
.home_property .ttl-03 {
  color: #626e7a;
  margin-bottom: 92px;
}
.home_property-cont .ttl-04 {
  color: #626e7a;
  padding-bottom: 44px;
}
.home_property--list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 16px;
  width: 90%;
  margin: 0 auto;
}
.home_property--list li {
  width: calc((100% - 1.14rem) / 2);
  background-color: #fff;
}
.home_property--list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.home_property--list-img {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.home_property--list-img a:hover img {
  transform: scale(1.1);
}
.home_property--list-txt {
  padding: 2.08vw 1.67vw;
}
.home_property--list-txt p {
  min-height: 80px;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.8;
}
.home_property-cont-txt {
  margin-bottom: 48px;
  color: #404044;
}

.list-tag-cont {
  display: flex;
  gap: 8px;
}
.list-tag {
  display: block;
  padding: 8px 12px;
  background-color: #bb9f93;
  color: #fff;
  width: fit-content;
  font-size: clamp(12px, 0.94vw, 18px);
}
.list-tag:nth-child(2) {
  background-color: #8d9c9f;
}

.home_property--list-txt .ttl-05 {
  padding-top: 20px;
}
.circle-btn {
  padding-top: 20px;
}
.circle-btn a {
  color: #404044;
  padding: 14px 48px;
  border: 1px solid#404044;
  width: fit-content;
  border-radius: 999px;
  text-decoration: none;
}
.circle-btn a:hover {
  background-color: #8d9c9f;
  color: #fff;
  border-color: #8d9c9f;
}
.home_property-cont {
  padding-top: 114px;
  padding-bottom: 124px;
  position: relative;
  margin-bottom: 120px;
  width: 100%;
  overflow: hidden;
}
.home_property-cont::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  right: 146px;
  background-color: #e3e3dc;
  z-index: -1;
}
.home_property-cont:nth-child(odd):before {
  left: 146px;
  right: 0;
}
.home_property--btn {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .home_property .ttl-04 {
    padding-bottom: 22px;
    padding-top: 50px;
  }
  .home_property-cont {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .home_property-cont .inner {
    width: 100%;
  }
  .home_property--btn {
    gap: 16px;
  }
  .home_property-cont-txt {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .list-tag-cont {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
  }
  .home_property--list-txt p {
    min-height: none;
  }
  .home_property--list-txt .ttl-05 {
    padding-top: 12px;
  }
  .list-tag {
    padding: 4px 8px;
  }
  .home_property--list-txt {
    padding: 20px 16px;
  }
  .home_property .ttl-03 {
    margin-bottom: 15px;
  }

  .home_property-cont::before {
    width: 100%;
    right: 0;
    top: 25px;
  }
  .home_property-cont:nth-child(odd):before {
    left: 0;
  }
  .home_property--list {
    padding: 25px 16px;
    position: relative;
  }

  .circle-btn {
    text-align: center;
  }
  .circle-btn a {
    padding: 8px 24px;
  }
  .home_property .home_cta {
    margin-top: 48px;
  }
  .home_property--list {
    row-gap: 16px;
  }
}

/* home_smile
********************************************** */
.home_smile {
  padding-top: 180px;
  padding-bottom: 196px;
  position: relative;
}
.home-illust02 {
  width: 23.4375vw;
  position: absolute;
  top: 327px;
  left: 0;
}
.home_smile .ttl-03 {
  color: #626e7a;
  margin-bottom: 92px;
}
.home_smile .ttl-03 .font-en {
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 32px;
  display: block;
}
.home_smile--txt {
  width: 49%;
  margin-inline: auto;
  padding-bottom: 65px;
}
.home_smile--list {
  display: flex;
  justify-content: space-around;
  margin-inline: auto;
}
.home_smile--list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  gap: 44px;
}

@media screen and (max-width: 767px) {
  .home_smile {
    padding-top: 48px;
    padding-bottom: 25px;
  }
  .home_smile .ttl-03 {
    margin-bottom: 40px;
  }
  .home_smile--txt {
    width: 90%;
    padding-bottom: 32px;
  }
  .home-illust02 {
    width: 90%;
    margin: 0 auto;
    position: static;
    padding-top: 40px;
  }
  .home_smile--list {
    width: 90%;
    gap: 10px;
  }
  .home_smile--list li {
    gap: 39px;
  }
  .home_smile--list img {
    width: 180px;
    margin: 0 auto;
  }
}
/* home_faq
********************************************** */
.home_faq {
  position: relative;
}
.home-illust03 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37.0833vw;
}
.home_faq--inner {
  width: 49%;
  margin-inline: auto;
  padding-bottom: 139px;
}
.home_faq .ttl-03 {
  color: #626e7a;
  margin-bottom: 58px;
}
.lps_parts:not(:last-child) {
  margin-bottom: 5rem;
}

.lps_parts {
  position: relative;
  z-index: 1;
}

.lps_parts--faq {
  margin-left: auto;
  margin-right: auto;
}

.lps_parts--faq.faq-toggle .faq_item {
  border-bottom: 1px solid;
  border-color: rgba(141, 156, 159, 0.6);
  padding-block: 60px;
}

.lps_parts--faq.faq-toggle .faq_item .accordion--toggle {
  cursor: pointer;
}

.lps_parts--faq.faq-toggle .ttl {
  padding-right: 3.5rem;
}

.lps_parts--faq .ttl {
  margin-bottom: 0 !important;
  position: relative;
}

.lps_parts--faq.faq-toggle .ttl .toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background-color: #8d9c9f;
  border-radius: 50%;
  transition: 0.3s;
}
.lps_parts--faq.faq-toggle .faq_item.is-open .toggle {
  rotate: 180deg;
  opacity: 0.5;
}
.lps_parts--faq.faq-toggle .ttl .toggle::before,
.lps_parts--faq.faq-toggle .ttl .toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.75rem;
  height: 1px;
  border-bottom: 1px solid;
  transition: 0.3s;
}

.lps_parts--faq.faq-toggle .ttl .toggle::after {
  transform: rotate(90deg);
}
.lps_parts--faq.faq-toggle .faq_item.is-open .toggle::after {
  opacity: 0;
}

.accordion--cont {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s;
}

.accordion--cont > * {
  overflow: hidden;
}
.lps_parts--faq .mce-content-body {
  margin-bottom: 0 !important;
  flex: 1;
}
.accordion.is-open .accordion--cont {
  grid-template-rows: 1fr;
  padding-top: 33px;
}
.home_faq .home_cta {
  margin-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .home-illust03 {
    width: 100%;
    position: static;
    margin-bottom: 67px;
  }
  .home_faq .ttl-03 {
    margin-bottom: 24px;
  }
  .lps_parts--faq.faq-toggle .faq_item {
    padding-block: 30px;
  }
  .home_faq--inner {
    width: 90%;
    padding-bottom: 48px;
  }
  .lps_parts--faq.faq-toggle .ttl .toggle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home_faq .home_cta {
    margin-bottom: 0;
  }
}
/* home_voice
********************************************** */
.home_voice {
  padding-top: 44px;
  padding-bottom: 124px;
  background-color: #e3e3dc;
}
.home_voice--img {
  width: 260px;
  flex-shrink: 0;
}
.home_voice--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_voice .ttl-03 {
  color: #626e7a;
  margin-bottom: 58px;
}
.home_voice--cont {
  display: flex;
}
.home_voice--txt {
  display: flex;
  gap: 44px;
}
.home_voice--txt .ttl {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 44.8px */
  letter-spacing: 0.84px;
  margin-bottom: 18px;
}

.home_voice--txt .text {
  font-size: 18px;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
  margin-top: 18px;
}
.home_voice .slick-track {
  display: flex !important;
  gap: 72px;
}
.slick-slide {
  height: auto !important;
}
.home_voice .slick-slide {
  width: 736px !important; /* 固定したい幅 */
  flex-shrink: 0;
}
@media screen and (max-width: 47.9375em) {
  .home_voice--img {
    width: 100%;
    margin: 0 auto;
  }
  .home_voice--img img {
    object-fit: cover;
    aspect-ratio: 4/3;
  }
  .home_voice--txt {
    flex-direction: column;
    padding-right: 8px;
    padding-left: 8px;
    gap: 20px;
  }
  .home_voice--txt .text {
    margin-top: 8px;
    font-size: 1em;
  }
  .slick-track {
    gap: 0;
  }

  .home_voice--txt .ttl {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .home_voice {
    padding-top: 25px;
    padding-bottom: 96px;
  }
  .home_voice .slick-slide {
    width: 300px !important;
    flex-shrink: unset;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    z-index: 10;
    cursor: pointer;
  }

  /* 共通 */
  .slick-prev::before,
  .slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #626e7a;
    border-right: 2px solid #626e7a;
    transform-origin: center;
  }

  .slick-prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
  }

  .slick-next::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .slick-prev {
    left: 8px;
  }

  .slick-next {
    right: 8px;
  }
}
/* home_event
********************************************** */
.home_event {
  padding-top: 148px;
  padding-bottom: 170px;
}
.home_event .home_cta {
  margin-bottom: 118px;
}
.home_event .ttl-03 {
  color: #626e7a;
  margin-bottom: 58px;
}
.home_event--list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 47.9375em) {
  .home_event {
    padding-top: 0;
    padding-bottom: 48px;
  }
  .home_event .home_cta {
    margin-bottom: 25px;
  }
  .home_event--list {
    display: block;
  }
  .home_event--list li {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* footer
********************************************** */
.footer {
  padding-top: 100px;
  padding-bottom: 16px;
  background-color: #8d9c9f;
  color: #fff;
}
.footer--top {
  display: flex;
}
.footer_address {
  width: 50%;
  padding-right: 40px;
}
.footer--logo {
  font-size: 32px;
}
.footer_address iframe {
  width: 28.54vw;
  height: 17.4vw;
}
.footer_cta {
  display: flex;
  flex: 1;
}
.footer_cta li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  border-left: 1px solid #fff;
}
.footer_cta--tel .ttl,
.footer_cta--reserve .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.footer_cta--tel .ttl svg {
  width: 48px;
  height: 62px;
  margin-bottom: 24px;
}
.footer_cta--reserve .ttl svg {
  width: 45px;
  height: 45px;
  margin-bottom: 40px;
}
.footer_cta--tel .tel_num a {
  font-size: 2.08vw; /*40px*/
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.footer--btm {
  border-top: 1px solid #fff;
  padding-top: 16px;
  margin-top: 60px;
}
.footer_cta--reserve a {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 54px;
  }
  .footer--top {
    display: block;
  }
  .footer_address {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .footer--logo {
    font-size: 150%;
    margin-bottom: 16px;
  }
  .footer_address iframe {
    width: 100%;
    height: 320px;
  }
  .footer_cta {
    flex-direction: column;
  }
  .footer_cta li {
    width: 100%;
    border-left: none;
  }
  .footer_cta--tel .ttl,
  .footer_cta--reserve .ttl {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer_cta--reserve .ttl svg {
    margin-bottom: 32px;
  }
  .footer_cta--tel {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
  .footer_cta--tel .tel_num a {
    font-size: 220%;
  }
}
