@charset "UTF-8";
.d-md-flex {
  display: flex !important;
}
@media (max-width: 767px) {
  .d-md-flex {
    display: block !important;
  }
}

.mv {
  position: relative;
}
.mv-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.mv-ttl {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  z-index: 2;
}
.mv-ttl span {
  color: var(--sc);
}

.mv-ttl__st .--st01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 9rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .mv-ttl__st .--st01 {
    font-size: 7.7rem;
  }
}

.mv-ttl__st .--st01 img {
  margin-inline: 4rem;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .mv-ttl__st .--st01 img {
    width: 4.2rem;
  }
}

.mv-ttl__st .--st02 {
  display: block;
  font-weight: normal;
  font-size: 3.7rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .mv-ttl__st .--st02 {
    font-size: 3.1rem;
  }
}

.mv-ttl__st .--color {
  color: var(--sc);
}

.mv-txt {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv-txt {
    bottom: 3.2rem;
    right: 3.2rem;
  }
}

.mv-txt__jp {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7778em;
  color: var(--sc);
  letter-spacing: 0.08em;
  text-align: right;
}
.mv-txt__en {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--sc);
  letter-spacing: 0.08em;
  text-align: right;
}
.mv-ph {
  flex: 1;
  overflow: hidden;
}

.mv-slide__item {
  height: 100svh;
}
@media screen and (max-width: 767px) {
  .mv-slide__item {
    height: 87rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-slide__item:not([class*=-next]) img {
    animation: slideLeft 7s linear 0s forwards;
  }
}

.mv-slide__ph {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv-slide__ph:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 88, 88, 0.35);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mv-slide__ph picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
}
.mv-slide__ph picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mv-slide__ph picture img {
    display: block;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none !important;
    position: absolute;
    top: 0;
    left: -20%;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
.mv .swiper-slide-active .mv-slide__ph,
.mv .swiper-slide-duplicate-active .mv-slide__ph,
.mv .swiper-slide-prev .mv-slide__ph {
  animation: zoomUp 7s linear 0s normal both;
}
@media screen and (max-width: 767px) {
  .mv .swiper-slide-active .mv-slide__ph,
  .mv .swiper-slide-duplicate-active .mv-slide__ph,
  .mv .swiper-slide-prev .mv-slide__ph {
    animation: none;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .mv .swiper-slide-active .mv-slide__ph img,
  .mv .swiper-slide-duplicate-active .mv-slide__ph img,
  .mv .swiper-slide-prev .mv-slide__ph img {
    height: 100%;
    width: auto;
  }
}

.concept {
  position: relative;
  margin-top: 8rem;
  padding-block: 7rem 12rem;
  overflow: hidden;
}
.concept:before {
  content: "Performance Design";
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 12rem;
  font-weight: 700;
  color: #f5f5f5;
  position: absolute;
  top: -1.2rem;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .concept:before {
    font-size: 8.4vw;
  }
}
@media screen and (max-width: 767px) {
  .concept:before {
    font-size: 12rem;
    line-height: 0.8333333333;
  }
}
.concept-block {
  position: relative;
  width: 100%;
  z-index: 1;
}

.concept-ttl {
  font-size: 4.9rem;
  font-weight: 400;
  line-height: 1.6em;
  color: var(--mc);
  letter-spacing: 0.04em;
  line-height: 1.5918367347;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .concept-ttl {
    padding-left: 1.6rem;
  }
}

.concept-subttl {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-family: "Kaisei HarunoUmi", serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .concept-subttl {
    padding-left: 2rem;
  }
}

.concept-txt {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  color: var(--mc);
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  position: absolute;
  right: 40px;
  bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .concept-txt {
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 3.5rem;
    margin-top: 1.6rem;
    padding-left: 2rem;
  }
}
.concept-txt span {
  display: inline-block;
  line-height: 1.1;
  padding: 0.2rem 0.4rem;
  color: var(--sc);
  background-color: #9b0000;
  text-decoration: none;
}

.concept-ph {
  margin-top: 2.4rem;
  position: relative;
}

.concept-slide {
  margin-inline: auto;
  width: 100%;
  height: 100%;
  aspect-ratio: 1200/680;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .concept-slide {
    aspect-ratio: auto;
  }
}
.concept-slide__item {
  width: 100%;
  height: 100%;
}
.concept-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .concept-slide__item img {
    height: 87rem;
  }
}

.concept .swiper-pagination {
  width: calc(100% - 80px);
  height: 2px;
  background: #ccc;
  top: auto;
  bottom: -2.4rem;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .concept .swiper-pagination {
    width: calc(100% - 6.4rem);
    left: 3.2rem;
  }
}

.concept .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--mc);
}

.oh {
  position: relative;
  background: url(../images/lp/bg-openhouse.png) repeat-y scroll center top/100% auto;
  padding-top: 0;
  padding-bottom: 4rem;
  margin-top: 9rem;
}
.oh-head {
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.oh-title {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.oh-title .cmn-ttl__sub {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .oh-title .cmn-ttl__sub {
    font-size: 2.6rem;
    margin-bottom: 0.4rem;
  }
}
.oh-title .cmn-ttl__main {
  display: inline-block;
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 0.8;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .oh-title .cmn-ttl__main {
    font-size: 8rem;
  }
}
.oh-card {
  padding-top: 16rem;
  padding-bottom: 8rem;
}
.oh-card__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8rem 3rem;
}
@media screen and (max-width: 767px) {
  .oh-card__list {
    display: block;
  }
}
.oh-card__item {
  width: calc((100% - 6rem) / 3);
  background-color: var(--sc);
  padding: 3rem 3rem 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .oh-card__item {
    width: 100%;
    margin-top: 10rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .oh-card__item:first-of-type {
    margin-top: 0;
  }
}
.oh-card__item .cat {
  display: inline-block;
  background-color: #BD8A3B;
  color: var(--sc);
  font-size: 1.4rem;
  padding: 0.5rem 2.7rem;
  position: absolute;
  top: -1.1rem;
  left: 1.1rem;
}
@media screen and (max-width: 767px) {
  .oh-card__item .cat {
    padding: 1rem 4rem;
    font-size: 1.6rem;
  }
}
.oh-card__item time {
  display: block;
  font-size: 1.6rem;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .oh-card__item time {
    font-size: 2.2rem;
    text-align: center;
  }
}
.oh-card__item .title {
  font-size: 1.8rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .oh-card__item .title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.oh-card__item .photo {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .oh-card__item .photo {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .oh-card__item .photo img {
    width: 32.4rem;
  }
}
.oh-card__item .btnbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .oh-card__item .btnbox {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 4rem;
  }
}
.oh-card__item .btnbox .btn {
  border: 1px solid #707070;
  background-color: var(--sc);
  width: 24rem;
  height: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .oh-card__item .btnbox .btn {
    font-size: 2rem;
    width: 30.6rem;
    height: 7rem;
  }
}
.oh-ph {
  position: relative;
}
.oh-ph .article-model__swiper-button-prev, .oh-ph .article-model__swiper-button-next {
  width: 6rem;
  height: 6rem;
  background: transparent url(../images/lp/arrow_circle-g.png) no-repeat scroll center center/contain;
  cursor: pointer;
  position: absolute;
  top: calc((100% - 6rem) / 2);
  bottom: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .oh-ph .article-model__swiper-button-prev, .oh-ph .article-model__swiper-button-next {
    top: 20rem;
  }
}
.oh-ph .article-model__swiper-button-prev {
  left: calc(50% - 50rem);
  right: auto;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .oh-ph .article-model__swiper-button-prev {
    left: -2rem;
  }
}
.oh-ph .article-model__swiper-button-next {
  right: calc(50% - 50rem);
  left: auto;
}
@media screen and (max-width: 767px) {
  .oh-ph .article-model__swiper-button-next {
    right: -2rem;
  }
}
.oh-cont {
  margin-top: 8rem;
}
.oh-cont.is-single {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .oh-cont.is-single {
    padding-top: 12rem;
  }
}

.oh-block {
  max-width: 77rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .oh-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .oh-cnt {
    width: 100%;
  }
}

.oh-info {
  margin-bottom: 20px;
  text-align: center;
}

.oh-date {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .oh-date {
    display: flex;
    margin-bottom: 0;
    font-size: 2.2rem;
    gap: 4rem;
  }
}
.oh-date span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  background: #bd8a3b;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.5556em;
  color: var(--sc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .oh-date span {
    width: 16rem;
    height: 5.3rem;
    font-size: 2.3rem;
  }
}

.oh-name__st {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.5556em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .oh-name__st {
    font-size: 3.2rem;
    line-height: 1.8;
    text-align: left;
  }
}

.oh-txt {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
  color: var(--mc);
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .oh-txt {
    font-size: 2.8rem;
  }
}
.oh-txt h2 {
  font-size: 2.3rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .oh-txt h2 {
    font-size: 3.3rem;
  }
}
.oh-txt h3 {
  font-size: 1.9rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .oh-txt h3 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .oh-txt p {
    font-size: 2.6rem;
  }
}

.oh-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
  display: block;
}

@media screen and (max-width: 767px) {
  .oh-slide {
    flex-direction: column;
    height: auto;
  }
}
.oh-slide__main {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .oh-slide__main {
    width: 100%;
  }
}
.oh-slide__main-item {
  position: relative;
  height: auto;
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .oh-slide__main-item {
    width: 100%;
    height: auto;
  }
}
.oh-slide__main img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .oh-slide__main img {
    width: 100%;
  }
}
.oh-slide__thumbs {
  margin: 0;
  max-height: 100%;
  width: 100%;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .oh-slide__thumbs {
    margin-top: 1.6rem;
    width: 100%;
  }
}

.oh-slide__thumbs-list {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .oh-slide__thumbs-list {
    display: flex;
    gap: 6px;
  }
}
.oh-slide__thumbs-item {
  aspect-ratio: 140/89;
  cursor: pointer;
}
.oh-slide__thumbs-item img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .oh-slide__thumbs-item {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 7.8rem;
  }
}
@media screen and (max-width: 767px) {
  .oh-slide__thumbs-item {
    height: auto;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.oh .swiper-slide-active .oh-slide__ph,
.oh .swiper-slide-duplicate-active .oh-slide__ph,
.oh .swiper-slide-prev .oh-slide__ph {
  animation: zoomUp 7s linear 0s normal both;
}

.point {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem) 0;
}

.point-cnt {
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .point-cnt {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .point-slide {
    margin-right: calc((100% - 100vw) / 2);
  }
}

@media screen and (min-width: 768px) {
  .point-slide__inr {
    display: flex;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .point-slide__inr .swiper-slide {
    width: calc((100% - 8rem) / 3);
    padding-right: 0;
  }
}

.point-slide__block {
  padding-inline: 0 40px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .point-slide__block {
    padding-inline: 0 20px;
  }
}
.point-slide__box {
  height: 100%;
  background: var(--sc);
  border-bottom: 1px solid #ccc;
  border-inline: 1px solid #ccc;
}

.point-slide__ph {
  width: 100%;
  aspect-ratio: 48/32;
}

.point-slide__ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point-slide__info {
  position: relative;
  padding: clamp(1.9rem, 1.1rem + 2.1vw, 3.8rem) clamp(2rem, 1.2rem + 2.21vw, 4rem);
}
@media screen and (max-width: 767px) {
  .point-slide__info {
    padding: 4rem;
  }
}

.point-slide__ttl {
  margin-bottom: clamp(1rem, 0.3rem + 1.99vw, 2.8rem);
  position: relative;
  z-index: 1;
}

.point-slide__ttl-st {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7778em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .point-slide__ttl-st {
    gap: 1.5rem;
    font-size: 2.8rem;
  }
}

.point-slide__ttl-st::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--mc);
}

@media screen and (max-width: 767px) {
  .point-slide__ttl-st::before {
    width: 15px;
  }
}
.point-slide__txt {
  position: relative;
  z-index: 1;
}

.point-slide__txt-st {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .point-slide__txt-st {
    font-size: 2.4rem;
    line-height: 1.5833333333;
  }
}

.point-slide__num {
  position: absolute;
  bottom: 0;
  right: -6px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .point-slide__num {
    right: 4rem;
  }
}

.point-slide__num-st {
  font-size: 15rem;
  letter-spacing: 0.04em;
  line-height: 0.8;
  text-align: right;
  color: #eee;
}
@media screen and (max-width: 767px) {
  .point-slide__num-st {
    font-size: 10rem;
  }
}

.point .swiper-btn {
  position: relative;
  margin-bottom: clamp(3.5rem, 2rem + 3.87vw, 7rem);
  margin-inline: auto calc(100vw - 100%);
  width: 120px;
  height: 50px;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .point .swiper-btn {
    visibility: visible;
    opacity: 1;
    width: 100px;
    height: 40px;
  }
}

.point .swiper-btn .swiper-button-prev,
.point .swiper-btn .swiper-button-next {
  top: 0;
  margin-top: 0;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .point .swiper-btn .swiper-button-prev,
  .point .swiper-btn .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.point .swiper-btn .swiper-button-prev::after,
.point .swiper-btn .swiper-button-next::after {
  content: "";
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .point .swiper-btn .swiper-button-prev::after,
  .point .swiper-btn .swiper-button-next::after {
    width: 10px;
  }
}
.point .swiper-btn .swiper-button-prev.swiper-button-disabled,
.point .swiper-btn .swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
}

.point .swiper-btn .swiper-button-prev {
  left: 0;
  background: var(--sc);
}

.point .swiper-btn .swiper-button-prev::after {
  margin-left: 6px;
  transform: rotate(225deg);
  border-top: 3px solid var(--mc);
  border-right: 3px solid var(--mc);
}

.point .swiper-btn .swiper-button-next {
  right: 0;
  background: #666;
}

.point .swiper-btn .swiper-button-next::after {
  margin-right: 10px;
  transform: rotate(45deg);
  border-top: 3px solid var(--sc);
  border-right: 3px solid var(--sc);
}

.point .swiper-pagination {
  width: calc(100% - (100vw - 100%));
  position: relative;
  margin-top: 38px;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .point .swiper-pagination {
    margin-top: 4rem;
    height: 2px;
  }
}

.point .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--mc);
}

.oh-plan {
  padding-block: clamp(3.8rem, 2.2rem + 4.31vw, 7.7rem) 0;
}

.oh-plan-head {
  margin-bottom: clamp(2rem, 1.2rem + 2.21vw, 4rem);
}

.oh-plan-cnt {
  padding: clamp(2rem, -0.5rem + 6.63vw, 8rem);
  background: var(--sc);
}
@media screen and (max-width: 767px) {
  .oh-plan-cnt {
    padding: 2.4rem;
  }
}

.oh-plan-layout {
  margin-bottom: clamp(2rem, 1.2rem + 2.21vw, 4rem);
  margin-bottom: 6rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .oh-plan-layout {
    margin-bottom: 4rem;
  }
}

.oh-plan-layout__ph {
  position: relative;
  overflow: hidden;
}

.oh-plan-layout__ph img {
  transition: 0.4s;
}

.oh-plan-layout__ph::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  aspect-ratio: 40/40;
  background: url(../images/lp/icon-zoom.svg) no-repeat center center/cover;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .oh-plan-layout__ph::after {
    width: 40px;
  }
}
.oh-plan-layout__ph:hover img {
  transform: scale(1.1);
}

.oh-plan-gallery {
  margin-bottom: clamp(2rem, 0.5rem + 3.87vw, 5.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(2rem, 1.2rem + 2.21vw, 4rem);
}

@media screen and (max-width: 767px) {
  .oh-plan-gallery {
    flex-direction: column;
  }
}
.oh-plan-gallery__ph {
  position: relative;
  overflow: hidden;
}

.oh-plan-gallery__ph img {
  transition: 0.4s;
}

.oh-plan-gallery__ph::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  aspect-ratio: 40/40;
  background: url(../images/lp/icon-zoom.svg) no-repeat center center/cover;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .oh-plan-gallery__ph::after {
    width: 40px;
  }
}
.oh-plan-gallery__ph:hover img {
  transform: scale(1.1);
}

.oh-plan-data__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
  padding-block: 15px 14px;
  padding-inline: 15px;
  border-top: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .oh-plan-data__item {
    padding-block: 10px 9px;
    padding-inline: 10px;
  }
}
.oh-plan-data__item:last-child {
  border-bottom: 1px solid #999;
}

.oh-plan-data__name {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .oh-plan-data__name {
    width: 11rem;
  }
}

.oh-plan-data__name-st {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .oh-plan-data__name-st {
    font-size: 2rem;
  }
}

.oh-plan-data__txt-st {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .oh-plan-data__txt-st {
    font-size: 2rem;
  }
}

.access {
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
  padding-block: 8rem;
}

.access-head {
  margin-bottom: clamp(4.1rem, 2.4rem + 4.53vw, 8.2rem);
}

.access-cnt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .access-cnt {
    flex-direction: column;
    gap: 6rem;
  }
}

.access-info {
  width: 50%;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .access-info {
    width: 100%;
    padding-right: 0;
  }
}

.access-data__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(1.5rem, 0.2rem + 3.43vw, 4.6rem);
  padding-block: 15px 14px;
  padding-inline: 15px;
  border-top: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .access-data__item {
    padding: 2rem;
  }
}

.access-data__item:last-child {
  border-bottom: 1px solid #999;
}

.access-data__name {
  width: 67px;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .access-data__name {
    font-size: 2rem;
  }
}

.access-data__txt {
  flex: 1;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .access-data__txt {
    font-size: 2rem;
  }
}

.access-map {
  width: 50%;
  height: auto;
  aspect-ratio: 600/419;
}

@media screen and (max-width: 767px) {
  .access-map {
    width: 100%;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.worry {
  padding-top: 12rem;
  padding-bottom: 14rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worry {
    padding-bottom: 7rem;
  }
}
.worry:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 17rem solid transparent;
  border-top: 11.2rem solid #999999;
  border-bottom-width: 0;
  position: absolute;
  bottom: -4rem;
  left: calc((100% - 34rem) / 2);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .worry:after {
    bottom: -6rem;
  }
}

.worry__ttl {
  margin-bottom: 8rem;
  font-size: 3.2rem;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1.75em;
  color: var(--mc);
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worry__ttl {
    font-size: 5.4rem;
  }
}

.worry__ph {
  margin-bottom: min(4.375vw, 5.6rem);
  margin-inline: auto;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .worry__ph {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }
}

.worry__subttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.worry__subttl-st {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 2.25em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .worry__subttl-st {
    font-size: 4.2rem;
  }
}

.worry__subttl .--dots {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 400;
  background-image: radial-gradient(circle at center, var(--mc) 10%, transparent 20%);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 1.04em 0.3em;
  color: var(--mc);
}

.worry__subttl .--bg {
  display: inline-block;
  margin-inline: 12px;
  width: 16rem;
  height: 5rem;
  background: #980000;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.75em;
  color: var(--sc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .worry__subttl .--bg {
    font-size: 4.2rem;
    width: auto;
    height: auto;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    margin-inline: 1.2rem;
  }
}

.feature {
  position: relative;
  padding-block: 12rem 16rem;
  background: transparent url(../images/lp/bg_feature.webp) no-repeat scroll 0 center/cover;
}
.feature .cmn-wrap {
  max-width: none;
  max-width: 144rem;
  padding: 0;
}
.feature-head .cmn-ttl2__main {
  color: #999;
}
@media screen and (max-width: 767px) {
  .feature-head .cmn-ttl2__main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-head .cmn-ttl2__sub {
    font-size: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .feature-block {
    flex-direction: column;
  }
}

.feature-cnt {
  padding-top: 16rem;
}

.feature-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .feature-box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.feature-box:first-of-type {
  margin-top: 0;
}
.feature-box:nth-of-type(even) {
  justify-content: flex-start;
}
.feature-box:nth-of-type(even) .feature-info {
  order: 2;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .feature-box:nth-of-type(even) .feature-info {
    padding-right: 3.2rem;
  }
}
.feature-box:nth-of-type(even) .feature-num {
  left: auto;
  right: -9rem;
}
.feature-box:nth-of-type(even) .feature-txt {
  margin-left: -6rem;
  margin-right: -6rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .feature-box:nth-of-type(even) .feature-txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.feature-box:nth-of-type(even) .feature-en {
  left: auto;
  right: -4rem;
}
.feature-box:nth-of-type(even) .feature-ph {
  order: 1;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .feature-box.-feature02 {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-box.-feature02 .feature-num {
    top: -8rem;
    left: auto;
    right: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-box.-feature02 .feature-ttl {
    top: 9rem;
    left: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-box.-feature02 .feature-subttl {
    padding-top: 16rem;
  }
}
.feature-box.-feature02 .feature-en {
  top: 16rem;
}
@media screen and (max-width: 767px) {
  .feature-box.-feature02 .feature-en {
    top: -16rem;
    right: -1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-box.-feature02 .feature-ph {
    padding-right: 3rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .feature-box.-feature03 {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-box.-feature03 .feature-num {
    left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-box.-feature03 .feature-ttl {
    top: -3rem;
    left: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .feature-box.-feature03 .feature-subttl {
    padding-top: 5rem;
  }
}
.feature-box.-feature03 .feature-en {
  top: 18rem;
}
@media screen and (max-width: 767px) {
  .feature-box.-feature03 .feature-en {
    top: -38rem;
    left: 6.4rem;
  }
}

.feature-info {
  width: 50%;
  max-width: 60rem;
  position: relative;
  padding-top: 23rem;
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  .feature-info {
    width: 100%;
    max-width: none;
    order: 2;
    padding-top: 3rem;
    padding-left: 5.4rem;
    z-index: 2;
  }
}

.feature-num {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 29rem;
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 700;
  line-height: 0.7;
  color: var(--sc);
  letter-spacing: -0.04em;
  position: absolute;
  left: -11rem;
  top: -6rem;
}
@media screen and (max-width: 767px) {
  .feature-num {
    left: -1rem;
    top: -62rem;
  }
}

.feature-ttl {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.25em;
  color: var(--sc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .feature-ttl {
    font-size: 5.4rem;
    position: absolute;
    top: -58.6rem;
    left: 29rem;
  }
}

.feature-subttl {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .feature-subttl {
    margin-top: 0;
  }
}
.feature-subttl p {
  font-size: 2.4rem;
  color: var(--sc);
}
@media screen and (max-width: 767px) {
  .feature-subttl p {
    font-size: 3.7rem;
  }
}

.feature-txt {
  margin-left: -6rem;
  margin-top: 7rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .feature-txt {
    margin-left: 0;
    margin-top: 3.2rem;
  }
}
.feature-txt p {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--sc);
  line-height: 1.7777777778;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature-txt p {
    font-size: 2.4rem;
  }
}
.feature-txt p span {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature-txt p span {
    font-size: 2.4rem;
  }
}
.feature-txt.-list p {
  padding-left: 2.6rem;
}
.feature-txt.-list p:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--sc);
  position: absolute;
  top: 0.9rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .feature-txt.-list p:before {
    width: 1.6rem;
    height: 1.6rem;
    top: 1rem;
  }
}

.feature-en {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--sc);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  transform: rotateZ(90deg);
  transform-origin: 0 bottom;
  position: absolute;
  top: 20rem;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .feature-en {
    top: -40rem;
    left: 3.2rem;
  }
}

.feature-ph {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .feature-ph {
    width: 100%;
    padding-left: 3.2rem;
    z-index: 1;
  }
}
.feature-ph img {
  width: 100%;
  height: 100%;
  min-height: 54rem;
  aspect-ratio: 720/540;
  -o-object-fit: cover;
     object-fit: cover;
}

.works {
  padding-block: 12rem 10rem;
}

@media screen and (max-width: 767px) {
  .works {
    padding-block: 50px 60px;
  }
}
.works-head {
  margin-bottom: 10rem;
}
.works-head .cmn-ttl2__main {
  color: #c7c7c7;
}
.works-head .cmn-ttl2__sub {
  color: #252525;
}

@media screen and (max-width: 767px) {
  .works-head {
    margin-bottom: 40px;
  }
}
.works-box:first-child {
  margin-bottom: min(6.25vw, 8rem);
}

@media screen and (max-width: 767px) {
  .works-box:first-child {
    margin-bottom: 60px;
  }
}
.works-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: min(2.5vw, 3.2rem);
  margin-bottom: min(4.296875vw, 5.5rem);
  height: min(43.75vw, 56rem);
}

@media screen and (max-width: 767px) {
  .works-slide {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
    height: auto;
  }
}
.works-slide__main {
  margin: 0;
  width: 66.5%;
}

@media screen and (max-width: 767px) {
  .works-slide__main {
    width: 100%;
  }
}
.works-slide__main-item {
  position: relative;
  height: auto;
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .works-slide__main-item {
    width: 100%;
    height: auto;
  }
}
.works-slide__main-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  aspect-ratio: 40/40;
  background: url(../images/lp/icon-zoom.svg) no-repeat center center/cover;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .works-slide__main-item::after {
    width: 40px;
  }
}
.works-slide__main img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .works-slide__main img {
    width: 100%;
  }
}
.works-slide__thumbs {
  margin: 0;
  width: calc(33.5% - min(3.125vw, 4rem));
  max-height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .works-slide__thumbs {
    width: 100%;
  }
}
.works-slide__thumbs-list {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .works-slide__thumbs-list {
    display: flex;
    flex-wrap: wrap;
    gap: min(0.625vw, 0.8rem);
  }
}
.works-slide__thumbs-item {
  aspect-ratio: 176/123;
}

@media screen and (min-width: 768px) {
  .works-slide__thumbs-item {
    margin: 0 !important;
    width: calc((100% - min(0.78125vw, 1rem)) / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .works-slide__thumbs-item {
    height: auto;
  }
}
.works-slide__thumbs-item img {
  width: 100%;
  aspect-ratio: 176/123;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-info {
  padding: min(4.0625vw, 5.2rem) min(4.375vw, 5.6rem) min(3.125vw, 4rem);
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .works-info {
    padding: 4rem;
  }
}

.works-ttl {
  margin-bottom: min(1.953125vw, 2.5rem);
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .works-ttl {
    margin-bottom: 12px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.works-data {
  margin-bottom: min(2.109375vw, 2.7rem);
}
@media screen and (max-width: 767px) {
  .works-data {
    margin-bottom: 0.4rem;
  }
}

.works-data__st {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7771em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .works-data__st {
    font-size: 2.6rem;
  }
}
.works-data__st span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .works-data__st span {
    font-size: 2rem;
  }
}

.works-txt {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: var(--mc);
}
@media screen and (max-width: 767px) {
  .works-txt {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.plan {
  padding-top: min(2.734375vw, 3.5rem);
  overflow: hidden;
}

.plan-head {
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 767px) {
  .plan-head {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .plan-head .cmn-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.plan-head .cmn-ttl__main.--en {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 12rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .plan-head .cmn-ttl__main.--en {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .plan-head .cmn-ttl__sub {
    margin-top: 0.8rem;
  }
}

.plan-cnt {
  position: relative;
  padding-block: min(6.25vw, 8rem);
}

.plan-cnt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  background: var(--mc);
}
@media screen and (max-width: 767px) {
  .plan-cnt::before {
    background: #252525;
    width: 100%;
  }
}

.plan-cnt__inr {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .plan-cnt__inr {
    margin-left: 0;
  }
}

.plan-slide {
  margin-right: calc((100% - 100vw) / 2);
}

.plan-slide__block {
  height: auto;
}

.plan-slide__box {
  margin-inline: 20px;
  padding: min(2.34375vw, 3rem) min(3.125vw, 4rem) min(3.125vw, 4rem);
  height: 100%;
  background: var(--sc);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .plan-slide__box {
    margin-inline: 1rem;
    padding: 5rem;
  }
}

.plan-slide__box:hover .plan-slide__ph img {
  transform: scale(1.1);
}

.plan-slide__num {
  margin-bottom: 5px;
}

.plan-slide__num-st {
  font-family: "Alata", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  font-weight: 400;
  line-height: 2.1811em;
  color: var(--mc);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .plan-slide__num-st {
    font-size: 2.9rem;
  }
}
.plan-slide__num-st span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .plan-slide__num-st span {
    font-size: 4.9rem;
  }
}

.plan-slide__ph {
  margin-bottom: min(2.34375vw, 3rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .plan-slide__ph {
    margin-bottom: 3.2rem;
  }
}

.plan-slide__ph img {
  transition: 0.4s;
}

.plan-slide__ttl {
  margin-bottom: min(2.734375vw, 3.5rem);
}
@media screen and (max-width: 767px) {
  .plan-slide__ttl {
    margin-bottom: 3.2rem;
  }
}

.plan-slide__ttl-st {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7778em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
.plan-slide__list {
  margin-bottom: min(3.125vw, 4rem);
}

.plan-slide__item {
  padding-block: 15px 12px;
  padding-inline: 15px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .plan-slide__item {
    padding: 2.4rem;
  }
}

.plan-slide__item:first-child {
  border-top: 1px solid #999;
}

.plan-slide__item-st {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7778em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .plan-slide__item-st {
    font-size: 2.1rem;
  }
}
.plan-slide__item-st span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .plan-slide__item-st span {
    font-size: 1.6rem;
  }
}

.plan-slide__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 50px;
  border: 1px solid #666;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan-slide__btn {
    height: 6.2rem;
  }
}

.plan-slide__btn-st {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9992em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .plan-slide__btn-st {
    font-size: 1.8rem;
    gap: 1.6rem;
  }
}

.plan-slide__btn-st::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/lp/icon-search-plus.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .plan-slide__btn-st::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.plan .swiper-button-prev,
.plan .swiper-button-next {
  top: 40%;
  width: 50px;
  height: 50px;
  background: var(--mc);
  border: 1px solid var(--sc);
}

@media screen and (max-width: 767px) {
  .plan .swiper-button-prev,
  .plan .swiper-button-next {
    width: 5rem;
    height: 5rem;
  }
}
.plan .swiper-button-prev::after,
.plan .swiper-button-next::after {
  content: "";
  margin-right: 10px;
  width: 15px;
  height: auto;
  aspect-ratio: 1;
  border-top: 3px solid var(--sc);
  border-right: 3px solid var(--sc);
  transform: rotate(45deg);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .plan .swiper-button-prev::after,
  .plan .swiper-button-next::after {
    width: 1.5rem;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

.plan .swiper-button-prev {
  left: 40px;
}
@media screen and (max-width: 767px) {
  .plan .swiper-button-prev {
    left: 2rem;
  }
}

.plan .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .plan .swiper-button-next {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .plan .swiper-button-next {
    right: 2rem;
  }
}

.plan .swiper-button-prev::after {
  margin-left: 6px;
  margin-right: 0;
  transform: rotate(225deg);
}
@media screen and (max-width: 767px) {
  .plan .swiper-button-prev::after {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .plan .swiper-button-next::after {
    margin-left: 1.2rem;
  }
}

.plan .swiper-button-next.swiper-button-disabled,
.plan .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.plan-popup__cnt {
  position: relative;
  padding: min(6.25vw, 8rem);
  background: var(--sc);
  width: 90%;
  height: 90vh;
  margin-inline: auto;
  overflow: auto;
}

.plan-popup__box {
  margin-inline: auto;
  max-width: 1200px;
}

.plan-popup__slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: min(2.5vw, 3.2rem);
  margin-bottom: min(4.375vw, 5.6rem);
  height: min(37.890625vw, 48rem);
}

@media screen and (max-width: 767px) {
  .plan-popup__slide {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
    height: auto;
  }
}
.plan-popup__slide-main {
  margin: 0;
  width: 66.5%;
}

@media screen and (max-width: 767px) {
  .plan-popup__slide-main {
    width: 100%;
  }
}
.plan-popup__slide-main-item {
  position: relative;
  height: auto;
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .plan-popup__slide-main-item {
    width: 100%;
    height: auto;
  }
}
.plan-popup__slide-main img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .plan-popup__slide-main img {
    width: 100%;
  }
}
.plan-popup__slide-thumbs {
  margin: 0;
  width: calc(33.5% - min(3.125vw, 4rem));
  max-height: 100%;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .plan-popup__slide-thumbs {
    width: 100%;
  }
}
.plan-popup__slide-thumbs-list {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .plan-popup__slide-thumbs-list {
    display: flex;
    flex-wrap: wrap;
    gap: min(0.625vw, 0.8rem);
  }
}
.plan-popup__slide-thumbs-item {
  aspect-ratio: 176/123;
}

@media screen and (min-width: 768px) {
  .plan-popup__slide-thumbs-item {
    margin: 0 !important;
    width: calc((100% - min(0.78125vw, 1rem)) / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .plan-popup__slide-thumbs-item {
    height: auto;
  }
}
.plan-popup__slide-thumbs-item img {
  width: 100%;
  aspect-ratio: 176/123;
  -o-object-fit: cover;
     object-fit: cover;
}

.plan-popup__data {
  margin-bottom: min(5.078125vw, 6.5rem);
}

.plan-popup__data-item {
  padding-block: 15px 12px;
  padding-inline: 15px;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .plan-popup__data-item {
    padding-inline: 8px;
  }
}
.plan-popup__data-item:first-child {
  border-top: 1px solid #999;
}

.plan-popup__data-item-st {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7778em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .plan-popup__data-item-st {
    font-size: 2.5rem;
  }
}

.plan-popup__data-item-st span {
  font-size: 1.4rem;
}

.plan-popup__layout-ttl {
  margin-bottom: min(1.71875vw, 2.2rem);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.6667em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .plan-popup__layout-ttl .plan-popup__layout-ttl {
    font-size: 2.8rem;
  }
}

.plan-popup__layout-box {
  padding-block: min(6.015625vw, 7.7rem);
  border: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .plan-popup__layout-box {
    padding-inline: 20px;
  }
}
.plan-popup__layout-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: min(2.34375vw, 3rem);
  margin-inline: auto;
  max-width: 606px;
}

@media screen and (max-width: 767px) {
  .plan-popup__layout-list {
    flex-direction: column;
  }
}
.promise {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.promise-head {
  margin-bottom: min(6.40625vw, 8.2rem);
  max-width: 942px;
}
@media screen and (max-width: 767px) {
  .promise-head {
    margin-bottom: 4rem;
  }
}
.promise-head .cmn-ttl2 {
  text-align: left;
}
.promise-head .cmn-ttl2__main {
  padding-left: 5.2rem;
}
.promise-head .cmn-ttl2__sub {
  left: 0;
  transform: translate(0, -50%);
}

.promise-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(5.5555555556vw, 8rem);
  margin-bottom: min(5.859375vw, 7.5rem);
}
@media screen and (max-width: 767px) {
  .promise-info {
    flex-direction: column;
    gap: 3rem;
  }
}

.promise-txt {
  font-size: 2.4rem;
  line-height: 1.6667em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .promise-txt {
    font-size: 3.5rem;
  }
}

.promise-none {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
  color: var(--mc);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .promise-none {
    font-size: 2.7rem;
  }
}

.promise-block {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  background: var(--sc);
  border: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .promise-block {
    border: none;
  }
}

.promise-box {
  padding-block: min(6.25vw, 8rem) min(4.6875vw, 6rem);
  width: 33.3333333333%;
  background: var(--sc);
}
@media screen and (max-width: 767px) {
  .promise-box {
    padding: 10rem 4.8rem 6rem;
    border: 1px solid #999;
    width: 100%;
    margin-top: 3.2rem;
  }
}
.promise-box:first-of-type {
  margin-top: 0;
}

.promise-box:not(:last-child) {
  border-right: 1px solid #999;
}
.promise-box__num {
  position: relative;
  margin-bottom: min(3.75vw, 4.8rem);
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.8003em;
  color: var(--mc);
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .promise-box__num {
    margin-bottom: 6rem;
    font-size: 8rem;
  }
}

.promise-box__ttl {
  margin-bottom: min(2.34375vw, 3rem);
  padding-inline: 20px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
  line-height: 1.66;
  text-align: center;
  color: var(--mc);
}
@media screen and (max-width: 767px) {
  .promise-box__ttl {
    font-size: 3.7rem;
    margin-bottom: 2.4rem;
  }
}

.promise-box__txt {
  padding-inline: min(2.734375vw, 3.5rem);
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: var(--mc);
}
@media screen and (max-width: 767px) {
  .promise-box__txt {
    font-size: 3.4rem;
    line-height: 1.4117647059;
    padding: 0;
  }
}

.company {
  padding-top: 4rem;
  padding-bottom: 12rem;
  background-color: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .company {
    padding-block: 4rem 8rem;
  }
}

.company-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .company-block {
    gap: 0;
  }
}

.company-side__txt {
  font-weight: 700;
  font-size: 12rem;
  letter-spacing: 0.04em;
  line-height: 1.166;
  color: var(--sc);
  writing-mode: vertical-rl;
}
.company-cnt {
  flex: 1;
  background-color: #d9d9d9;
  border: none;
  margin-left: 0;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .company-cnt {
    padding-left: 3rem;
  }
}

.company-ttl {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #252525;
  padding-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .company-ttl {
    font-size: 3.2rem;
  }
}

.company-overview {
  padding-block: min(4.84375vw, 6.2rem) min(2.5vw, 3.2rem);
}
@media screen and (max-width: 767px) {
  .company-overview {
    padding-block: 4rem 0.8rem;
  }
}

.company-overview__data {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1040px;
  border-top: 1px solid #999;
}

.company-overview__data-row {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(3.75vw, 4.8rem);
  padding-block: min(1.640625vw, 2.1rem) min(1.40625vw, 1.8rem);
  padding-inline: min(6.25vw, 8rem);
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .company-overview__data-row {
    flex-direction: column;
    gap: 0;
    padding: 1.6rem;
  }
}
.company-overview__data-row:last-of-type {
  align-items: center;
}
.company-overview__data-row:last-of-type .company-overview__data-ttl {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .company-overview__data-row:last-of-type .company-overview__data-ttl br {
    display: none;
  }
}

.company-overview__data-ttl {
  width: 150px;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5005em;
  color: #252525;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .company-overview__data-ttl {
    width: 100%;
    line-height: 2;
  }
}
.company-overview__data-txt {
  position: relative;
  flex: 1;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5001em;
  color: #252525;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .company-overview__data-txt {
    width: 100%;
    line-height: 2;
    font-size: 1.8rem;
  }
}

.section-contact-form {
  background-color: #f5f5f5;
  padding: 5rem 7.5rem;
}
@media (max-width: 767px) {
  .section-contact-form {
    padding: 4.8rem;
  }
}

input[type=checkbox] {
  transform: translateY(0.1rem);
}
input[type=checkbox].form-check-input {
  transform: translateY(-0.3rem);
}

.contact-form .section-select-model-house .form-label {
  width: auto;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.model-house-list {
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .model-house-list {
    display: block;
  }
}
.model-house-tab {
  width: calc((100% - 6rem) / 3);
}
@media (max-width: 767px) {
  .model-house-tab {
    width: 100%;
    margin-top: 3rem;
  }
}

.card-check-model-house .form-check {
  padding-left: 3rem !important;
  margin-bottom: 2rem;
}

.card-check-model-house .form-check .form-check-input {
  width: 2rem;
  height: 2rem;
  border-width: 2px;
  border-color: #d3d3d3;
  margin-left: -3rem !important;
}

.card-check-model-house .form-check .form-check-input:focus {
  box-shadow: none;
}

.card-check-model-house .form-check .form-check-input:checked {
  border-color: #d3d3d3;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.43%22%20height%3D%228.58%22%20viewBox%3D%220%200%2010.43%208.58%22%3E%20%3Cpath%20d%3D%22m.4%203.08%203.4%204.69L10.04.32%22%20fill%3D%22none%22%20stroke%3D%22%23e10001%22%2F%3E%3C%2Fsvg%3E");
  background-size: 9px auto;
  background-position: center;
}

.card-check-model-house .form-check .form-check-label {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .card-check-model-house .form-check .form-check-label {
    font-size: 2.6rem;
    margin-left: 0.8rem;
  }
}
.card-check-model-house .form-check .form-check-label span {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .card-check-model-house .form-check .form-check-label span {
    font-size: 2.6rem;
  }
}

.card-check-model-house .form-check .form-check-input:checked + span {
  color: #e10001;
}

.card-check-model-house__thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 264/174;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.card-check-model-house__body {
  position: relative;
}

.card-check-model-house__content {
  padding-top: 3rem;
  display: none;
}
@media (min-width: 768px) {
  .card-check-model-house__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.card-check-model-house__content dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 10px;
  margin-bottom: 0;
}

.card-check-model-house__content dl:nth-child(1n+2) {
  margin-top: 10px;
}

.card-check-model-house__content dl dt {
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 5px;
  line-height: 1;
}

@media (min-width: 768px) {
  .card-check-model-house__content dl dt {
    color: #646464;
    background-color: #fff;
  }
}
@media (max-width: 767.98px) {
  .card-check-model-house__content dl dt {
    color: #fff;
    background-color: #646464;
  }
}
.card-check-model-house__content dl dd {
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .card-check-model-house__content dl dd {
    color: #fff;
  }
}
.card-check-model-house__btn {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  letter-spacing: 0.06em;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .card-check-model-house__btn {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #D3D3D3;
    text-align: left;
  }
}

.card-check-model-house__btn.active span::before {
  transform: rotate(180deg);
}

.card-check-model-house__btn span {
  position: relative;
  padding-right: 21px;
}

.card-check-model-house__btn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.8rem;
  display: block;
  width: 12px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.23%22%20height%3D%226.82%22%20viewBox%3D%220%200%2012.23%206.82%22%3E%20%3Cpath%20d%3D%22m.35.35%205.77%205.77L11.88.35%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 3px solid #d3d3d3;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.contact {
  padding-top: 16rem;
  padding-bottom: 8rem;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  .contact .cmn-wrap {
    padding: 0;
  }
}
.contact-head {
  margin-bottom: 6rem;
}
.contact-txt {
  text-align: center;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .contact-txt {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .contact-txt p {
    font-size: 2.4rem;
  }
}

.contact-form {
  position: relative;
  background-color: #fff;
  padding: 8rem;
}
@media (max-width: 767px) {
  .contact-form {
    width: 100%;
    padding: 14rem 4rem 6rem;
  }
}
.contact-form__note {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #e10001;
  text-align: right;
  position: absolute;
  top: 4rem;
  right: 8rem;
}
@media (max-width: 767px) {
  .contact-form__note {
    font-size: 2.6rem;
    right: 4rem;
  }
}
.contact-form .title-sm {
  margin-bottom: 1.2rem;
}
.contact-form .text {
  font-size: 1.2rem;
  margin-bottom: 6.5rem;
}
@media (max-width: 767px) {
  .contact-form .text {
    margin-bottom: 4rem;
  }
}
.contact-form .text-note {
  position: absolute;
  margin-bottom: 0;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #a23232;
}
.contact-form__inner {
  margin-bottom: 4.8rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contact-form__inner {
    margin-bottom: 3rem;
  }
}
.contact-form__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .contact-form__row {
    display: block;
  }
}
.contact-form__row.align-items-md-start {
  align-items: flex-start;
}
.contact-form__row:nth-child(1n+2) {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contact-form__row:nth-child(1n+2) {
    margin-top: 4rem;
  }
}
.contact-form .form-label {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  width: 17.2rem;
}
@media (max-width: 767px) {
  .contact-form .form-label {
    margin-bottom: 0.8rem;
    font-size: 2.8rem;
    width: auto;
  }
}
.contact-form .form-label .required {
  color: #A23232;
  padding-left: 1rem;
}
.contact-form .form-label.-form-title {
  width: auto;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .contact-form .form-label.-form-title {
    font-size: 2.6rem;
    margin-bottom: 8rem;
  }
}
.contact-form .form-label-sm {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .contact-form .form-label-sm {
    font-size: 2.2rem;
  }
}
.contact-form__child:nth-child(1n+2) {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .contact-form__child:nth-child(1n+2) {
    margin-top: 2rem;
  }
}
.contact-form__content {
  font-size: 1.6rem;
  width: calc(100% - 17.2rem);
}
@media (max-width: 767px) {
  .contact-form__content {
    width: 100%;
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .contact-form__content p {
    font-size: 3.2rem;
  }
}
.contact-form__content .fw-bold {
  font-weight: 700;
  margin-bottom: 2rem;
}
.contact-form__content .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.contact-form__content .wpcf7-list-item:nth-of-type(1n+2) {
  margin-top: 1rem;
}
.contact-form__content .wpcf7-form-control-wrap {
  display: block;
}
.contact-form__content .wpcf7-form-control-wrap:nth-of-type(1n+2) {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .contact-form__content .wpcf7-form-control-wrap:nth-of-type(1n+2) {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .contact-form .wpcf7-not-valid-tip {
    font-size: 2.4rem;
  }
}
.contact-form .form-control {
  font-size: 1.4rem;
  padding: 1.4rem 2.2rem;
  background-color: #f4f4f4;
  border: none;
  width: 100%;
  border-radius: 0;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .contact-form .form-control {
    font-size: 3rem;
    padding: 2.4rem;
  }
}
.contact-form .form-control::-moz-placeholder {
  color: #cbcbcb;
}
.contact-form .form-control::placeholder {
  color: #cbcbcb;
}
.contact-form .form-control.form-control-sm {
  width: 15.8rem;
}
@media (max-width: 767px) {
  .contact-form .form-control.form-control-sm {
    width: 100%;
  }
}
.contact-form .form-control.form-control-sm + .form-control-sm {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .contact-form .form-control.form-control-sm + .form-control-sm {
    margin-top: 1rem;
  }
}
.contact-form .form-select {
  font-size: 1.4rem;
  padding: 1.4rem 2.2rem;
  background-color: #f4f4f4;
  border: none;
  width: 100%;
  border-radius: 0;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .contact-form .form-select {
    font-size: 3rem;
    padding: 2.4rem;
  }
}
.contact-form .form-select .form-check {
  padding-left: 4rem;
}
.contact-form .form-select .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: -4rem;
}
.contact-form .form-select .form-check-label {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.contact-form .form-select .form-check-label a {
  color: #000;
}
.contact-form .btnbox {
  text-align: center;
  padding: 0;
  margin-top: 6rem;
}
.contact-form .btn-submit {
  background-color: var(--mc);
  color: var(--sc);
  width: 28.2rem;
  height: 7rem;
  border: 1px solid var(--mc);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .contact-form .btn-submit {
    width: 100%;
    height: 14rem;
  }
}
@media (max-width: 767px) {
  .contact-form .btn-submit span {
    font-size: 2.8rem;
  }
}
@media (hover: hover) {
  .contact-form .btn-submit:hover {
    background-color: var(--sc);
  }
  .contact-form .btn-submit:hover span {
    color: var(--mc);
  }
  .contact-form .btn-submit:hover span:before {
    border-color: var(--mc);
  }
}
.contact-form .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: -4rem;
  border-width: 1px;
}
@media (max-width: 767px) {
  .contact-form .form-check .form-check-input[type=checkbox] {
    width: 3.6rem;
    height: 3.6rem;
    margin-left: 0;
    margin-right: 2rem;
  }
}

#contact .wpcf7-response-output {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2rem;
  background-color: rgba(155, 0, 0, 0.7);
  border: none;
  color: var(--sc);
}
@media (max-width: 767px) {
  #contact .wpcf7-response-output {
    font-size: 2.4rem;
    text-align: left;
    margin: 0;
    margin-top: 2rem;
  }
}

.schedule-select:nth-child(1n+2) {
  margin-top: 2rem;
}
.schedule-select__title {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .schedule-select__title {
    font-size: 2.8rem;
  }
}
.schedule-select__contents {
  display: flex;
}
@media (max-width: 767px) {
  .schedule-select__contents {
    display: block;
  }
}
.schedule-select__item {
  width: 25.4rem;
}
@media (max-width: 767px) {
  .schedule-select__item {
    width: 100%;
  }
}
.schedule-select__item:nth-child(1n+2) {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .schedule-select__item:nth-child(1n+2) {
    margin-top: 2rem;
    margin-left: 0;
  }
}
.schedule-select__item p {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .schedule-select__item p {
    font-size: 2.2rem;
  }
}

.custom-control-label {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .custom-control-label {
    font-size: 3.2rem;
  }
}
.custom-control-label a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}