/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/webpack-dart-sass-glob/index.js!./src/scss/styles-pc.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --base-letter-spacing: 0.05em;
}

* {
  letter-spacing: var(--base-letter-spacing);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #2d2a29;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

main {
  width: 100%;
}

/*recaptureバッジを非表示に*/
.grecaptcha-badge {
  display: none;
}

body {
  font-size: 16px;
  line-height: 2.0625;
}

a[href^="tel:"] {
  pointer-events: none;
}

.h-tac {
  text-align: center;
}

.h-oh {
  overflow: hidden;
}

.h-ct {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
}

.h-overflow-x-scroll {
  overflow-x: scroll;
}

.effect-fade {
  opacity: 0;
  transition: all 0.3s;
  transform: translate(0, 45px);
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(-80px);
}
.effect-slidein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein-right {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(80px);
}
.effect-slidein-right.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeintop {
  opacity: 0;
  transform: translateY(-80px);
}
.effect-fadeintop.effect-scroll {
  animation-name: fadeInTop;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeinbottom {
  opacity: 0;
  transform: translateY(80px);
}
.effect-fadeinbottom.effect-scroll {
  animation-name: fadeInBottom;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.wpcf7 .note {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .memo {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .buttons {
  margin-top: 40px;
  text-align: center;
}
.wpcf7-list-item {
  display: block;
  margin: 3px 0 0 1em;
}
.wpcf7-not-valid-tip {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #dc3232;
}
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  width: 95%;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=date] {
  min-width: 50%;
  min-height: 27px;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=number] {
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input {
  position: relative;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  top: -2px;
  margin-right: 6px;
}
.wpcf7 input[type=tel] {
  width: 50%;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset], .wpcf7 input[type=button],
.wpcf7 input button {
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
}
.wpcf7 th {
  width: 25%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #111;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wpcf7 th b {
  margin-left: 4px;
  color: #d74a5b;
}
.wpcf7 td {
  width: 75%;
  padding: 16px 20px;
  font-size: 15px;
  color: #111;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.wpcf7 td.mia input[type=text], .wpcf7 td.mia input[type=email] {
  width: 70%;
}
.wpcf7 table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
}
.wpcf7 table.in_tbl {
  width: 80%;
  margin-bottom: 10px;
}
.wpcf7 table.in_tbl th {
  width: 160px;
}
.wpcf7 #wpcf7cpcnf td > p {
  font-size: 15px;
}
.wpcf7 .wpcf7cp-btns {
  margin-top: 4em;
  text-align: center;
}
.wpcf7 .wpcf7cp-form-hide {
  display: none;
}
.wpcf7 #wpcf7cpcnf {
  position: relative;
  padding-bottom: 45px;
}
.wpcf7 .recaptcha_text {
  margin-top: 8px;
  font-size: 12px;
}
.wpcf7 .recaptcha_text a {
  display: inline-block;
  text-decoration: underline;
}
.wpcf7 .recaptcha_text a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  padding: 80px 0 0;
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  background-color: #fff;
  border: 1px solid rgba(133, 122, 133, 0.2);
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.1);
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: none;
  background: #2d2a29;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #2d2a29;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-work-slider-2 .c-slider__track {
  justify-content: center;
  overflow: unset;
}
.c-work-slider-2 .c-slider__arrow-left {
  right: calc(50% - 336px);
  bottom: -34px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/c_work_slider_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-work-slider-2 .c-slider__arrow-right {
  right: calc(50% - 420px);
  bottom: -34px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/c_work_slider_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-work-slider-2 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 830px;
  height: 552px;
  margin-right: 28px;
}
.c-work-slider-2 .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-work-slider-2__sub-slider {
  margin-top: 60px;
}
.c-work-slider-2__sub-slider ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 102px);
  gap: 8px;
  justify-content: center;
}
.c-work-slider-2__sub-slider ul li {
  height: 68px;
}
.c-work-slider-2__sub-slider ul li button {
  width: 100%;
  height: 100%;
}
.c-work-slider-2__sub-slider ul li button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-work-slider-2__sub-slider ul li button img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-work-card a {
  position: relative;
}
.c-work-card a::after {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 68px;
  height: 44px;
  content: "";
  background: url("../img/pc/c_work_card_arrow.svg") no-repeat;
}
.c-work-card__image {
  height: 268px;
  background: #9e9e9f;
}
.c-work-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-work-card__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding-left: 30px;
  margin-top: -24px;
}
.c-work-card__headline span {
  padding: 6px 12px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  line-height: 30px;
  color: #604c3f;
  letter-spacing: 0.1em;
  background: #fff;
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: var(--c-tel-font-size, 30px);
  font-weight: bold;
  line-height: 1;
  color: var(--c-tel-color-text, #604c3f);
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: var(--c-tel-icon-size, 18px);
  height: var(--c-tel-icon-size, 18px);
  margin-right: var(--c-tel-gap, 14px);
  content: "";
  background: var(--c-tel-url-tel-icon, url("../img/pc/icon_tel_black_white.svg")) no-repeat;
}

.c-staff-item__container {
  display: grid;
  grid-template-columns: 25fr 32fr;
  gap: 56px;
}
.c-staff-item__image {
  height: 290px;
}
.c-staff-item__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.c-staff-item__block {
  padding: 22px 0 0;
  border-top: 1px solid rgba(218, 219, 219, 0.5);
}
.c-staff-item__name {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
}
.c-staff-item__detail {
  margin-top: 16px;
}
.c-staff-item__table {
  margin-top: 34px;
  border-top: 1px solid rgba(218, 219, 219, 0.5);
}
.c-staff-item__table dl {
  display: grid;
  grid-template-columns: 174px 1fr;
  padding: 8px 0;
  border-bottom: 1px solid rgba(218, 219, 219, 0.5);
}
.c-staff-item__table dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #2d2a29;
  text-align: center;
  border-right: 1px solid rgba(218, 219, 219, 0.5);
}
.c-staff-item__table dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 20px;
}

.c-slider-smooth {
  overflow-x: hidden;
}
@keyframes slide1 {
  0% {
    transform: translateX(calc(100% - 5px));
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-5px);
  }
  to {
    transform: translateX(-200%);
  }
}
.c-slider-smooth__inner {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group--main.c-slider-smooth__group--is-running {
  animation: slide1 120s -60s linear infinite;
}
.c-slider-smooth__group--dummy.c-slider-smooth__group--is-running {
  animation: slide2 120s linear infinite;
}
.c-slider-smooth__item {
  height: 100%;
}
.c-slider-smooth__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider-one__main-slider {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__container {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__track {
  width: 100%;
  height: 100%;
}
.c-slider-one__main-slider .c-slider__item {
  width: 100%;
  height: 100%;
}
.c-slider-one__sub-slider {
  margin-top: 8px;
}
.c-slider-one__sub-slider ul {
  display: grid;
  grid-template-columns: repeat(3, 176px);
  grid-gap: 8px;
}
.c-slider-one__sub-slider li {
  height: 118px;
  cursor: pointer;
}
.c-slider-one__sub-slider li:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-slider-one__sub-slider li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider-fade {
  width: 100%;
  height: 100%;
}
.c-slider-fade .keen-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-slider-fade .keen-slider .keen-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.c-slider-fade .keen-slider .keen-slider__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider {
  position: relative;
}
.c-slider__wrapper {
  width: 100%;
}
.c-slider__container {
  width: 100%;
  overflow: hidden;
}
.c-slider__track {
  display: flex;
}
.c-slider__item {
  flex: 0 0 auto;
  overflow: unset;
}
.c-slider__arrow-right {
  position: absolute;
}
.c-slider__arrow-right:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-slider__arrow-left {
  position: absolute;
}
.c-slider__arrow-left:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-qa {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 18px 32px 18px 24px;
}
.c-qa__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 17px;
  height: 22px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/c_qa_q.png");
  background-image: image-set(url("../img/pc/c_qa_q.png") 1x, url("../img/pc/c_qa_q@2x.png") 2x);
}
.c-qa__title-inner::after {
  display: block;
  width: 16px;
  height: 9px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_qa_chevron.svg") no-repeat;
}
.c-qa__title {
  padding: 0 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #2d2a29;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
  color: #2d2a29;
}
.c-qa__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  color: #000;
  background-color: #ddd;
}
.c-qa__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-post-front-news-card a {
  height: 100%;
}
.c-post-front-news-card__image {
  height: 254px;
  background-color: #9e9e9f;
}
.c-post-front-news-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-card__main {
  padding-top: 10px;
  margin: 0 auto;
}
.c-post-front-news-card__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #474645;
  letter-spacing: 0.05em;
}
.c-post-front-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.c-post-front-news-card__date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b7b7c4;
}

.c-post-category-list__title a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #2d2a29;
}
.c-post-category-list__title a::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #2d2a29;
}
.c-post-category-list__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
}
.c-post-category-list__list .parent__title a {
  position: relative;
  padding: 18px 32px;
  font-size: 16px;
  line-height: 22px;
  color: #3e3a39;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}

.c-post-archive-bar a {
  display: grid;
  grid-template-columns: 302px 1fr;
  gap: 10px;
  overflow: hidden;
  background: #fff;
}
.c-post-archive-bar__image {
  padding: 10px;
}
.c-post-archive-bar__image-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #9e9e9f;
}
.c-post-archive-bar__image-inner img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-archive-bar__main {
  min-height: 208px;
  padding: 22px 24px 20px;
}
.c-post-archive-bar__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 0.05em;
}
.c-post-archive-bar__content {
  margin-top: 2px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
}
.c-post-archive-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 14px;
}
.c-post-archive-bar__category {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1;
  color: #b3b3b4;
  background: #ededed;
}
.c-post-archive-bar__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b3;
}

.c-popup-ad {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.c-popup-ad--visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s linear 0s;
}
.c-popup-ad__close {
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 300;
  width: 36px;
  height: 36px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-popup-ad__close::before {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 1px);
  display: block;
  width: 3px;
  height: 15px;
  content: "";
  background: #474645;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
.c-popup-ad__close::after {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 1px);
  display: block;
  width: 3px;
  height: 15px;
  content: "";
  background: #474645;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}
.c-popup-ad__block img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 960px;
}

.js-toggle-card {
  overflow: hidden;
}
.js-toggle-card__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-toggle-card__content {
  visibility: hidden;
  transition: all 0.2s;
}
.js-toggle-card__close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-event-card__image-block {
  position: relative;
  height: 540px;
  background: #9e9e9f;
}
.c-event-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.c-event-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-event-card .tag-block {
  position: relative;
  z-index: 20;
  height: 100%;
  padding: 18px;
}
.c-event-card .tag-block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-end;
  height: 100%;
}
.c-event-card .tag-block__item {
  padding: 2px 12px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border-radius: 100000000px;
}
.c-event-card .tag-block__item--color {
  color: #fff;
  background: #c79e63;
}
.c-event-card__title {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
}
.c-event-card__overview {
  display: flex;
  flex-direction: column;
  padding: 0 18px;
  margin-top: 16px;
  background: #f5f6f6;
}
.c-event-card__overview dl {
  display: grid;
  grid-template-columns: 86px 1fr;
  padding: 10px 0;
}
.c-event-card__overview dl:not(:last-child) {
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.c-event-card__overview dt {
  padding: 2px 14px 2px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  border-right: 1px solid rgba(199, 200, 200, 0.5);
}
.c-event-card__overview dd {
  padding: 2px 0 2px 30px;
  font-size: 14px;
  line-height: 20px;
}

.c-drawer-button {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-drawer-button__bar {
  position: relative;
  width: 23px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
.c-drawer-button__bar::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: #fff;
}
.c-drawer-button__bar--1::before {
  width: 24px;
}
.c-drawer-button__bar--2::before {
  width: 21px;
}
.c-drawer-button__bar--3::before {
  width: 18px;
}
.c-drawer-button--active .c-drawer-button__bar::before {
  width: 100%;
}
.c-drawer-button--active .c-drawer-button__bar--1 {
  width: 26px;
  transform: translateY(8px) rotate(45deg);
}
.c-drawer-button--active .c-drawer-button__bar--2 {
  opacity: 0;
}
.c-drawer-button--active .c-drawer-button__bar--3 {
  width: 26px;
  transform: translateY(-8px) rotate(-45deg);
}

.c-button-circle {
  width: var(--c-button-circle-width, 246px);
  height: var(--c-button-circle-height, 60px);
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--c-button-circle-color-text, #2d2a29);
  background-color: var(--c-button-circle-color-bg, #fff);
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
}
.c-button-circle__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px 0 24px;
}
.c-button-circle__inner::after {
  display: block;
  width: 26px;
  height: 2px;
  margin-left: auto;
  content: "";
  background-color: var(--c-button-circle-color-bar, #2d2a29);
}

.c-archive-nothing {
  max-width: 1084px;
  padding: 100px 0;
  margin: 0 auto;
}

.b-top-button__button {
  position: fixed;
  right: 100px;
  bottom: 72px;
  z-index: 9000;
  width: 53px;
  height: 53px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
.b-top-button__button--visible {
  visibility: visible;
  opacity: 1;
}

.b-site-banner {
  position: relative;
  padding: 84px 0 0;
  overflow: hidden;
}
.b-site-banner__bg {
  position: absolute;
  top: 134px;
  right: calc(50% - 820px);
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #f1f1f3;
}
.b-site-banner__fg {
  position: relative;
  z-index: 20;
  padding: 0 40px 78px;
}
.b-site-banner__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 386px);
  gap: 20px;
  justify-content: center;
}
.b-site-banner__item {
  height: 230px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

.b-privacy-policy__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.b-privacy-policy section {
  padding: 0 52px 50px;
  background: #fff;
}
.b-privacy-policy .title {
  padding: 52px 0 26px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  border-bottom: 1px solid rgba(218, 219, 219, 0.5);
}
.b-privacy-policy .text {
  margin-top: 24px;
  letter-spacing: 0.03em;
}
.b-privacy-policy .text span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 37px;
  color: #604c3f;
}
.b-privacy-policy .text a {
  display: inline;
  font-weight: bold;
  color: #604c3f;
  text-decoration: underline;
}

.b-post-content * {
  max-width: 100%;
}
.b-post-content > *:first-child {
  margin-top: unset;
}
.b-post-content > *:first-child * {
  margin-top: unset;
}
.b-post-content > *:last-child {
  margin-bottom: unset;
}
.b-post-content > *:last-child * {
  margin-bottom: unset;
}
.b-post-content h2 {
  max-width: unset;
  padding: 7px 43px;
  margin: 40px calc(50% - 450px) 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  color: #fff;
  background: #2d2a29;
}
.b-post-content h3 {
  padding: 14px 0;
  margin: 40px 0 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.291em;
  border-bottom: 2px solid #eeeeef;
}
.b-post-content p {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.05em;
}
.b-post-content p img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.b-post-content a {
  display: inline;
  text-decoration: underline;
}
.b-post-content a:hover {
  text-decoration: none;
}
.b-post-content ul {
  margin: 0 0 30px 1.3em;
  list-style: disc;
}
.b-post-content ol {
  margin: 0 0 30px 1.5em;
  list-style: decimal;
}
.b-post-content .aligncenter {
  margin: 0 auto;
}
.b-post-content .alignleft {
  margin-right: auto;
}
.b-post-content .alignright {
  margin-left: auto;
}

.b-order-mv {
  position: relative;
  max-width: 1920px;
  height: 794px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.b-order-mv__title {
  position: absolute;
  bottom: 18px;
  left: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 126px;
  height: 414px;
  border-right: 1px solid rgba(255, 255, 255, 0.33);
}
.b-order-mv__inner {
  padding: 468px 268px 0;
}
.b-order-mv__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-order-mv__catch img {
  height: 55px;
  object-position: top left;
  object-fit: none;
}
.b-order-mv__catch span {
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-order-mv__price {
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: center;
  width: 358px;
  padding: 16px 0;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.b-order-mv__price dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  border-right: 1px solid #fff;
}
.b-order-mv__price dd {
  padding-left: 30px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-order-mv__price dd span {
  font-size: 21px;
}

.b-mv {
  max-width: 1920px;
  margin: 0 auto;
}
.b-mv__container {
  display: grid;
  grid-template-columns: 638px 1fr;
}
.b-mv__block {
  padding: 306px 0 0 96px;
}
.b-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-mv__title img {
  height: 51px;
  object-fit: none;
  object-position: top left;
}
.b-mv__title span {
  margin-top: 34px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
}
.b-mv__image {
  height: 492px;
  overflow: hidden;
}
.b-mv__image img {
  max-width: unset;
  object-fit: none;
  object-position: top left;
}

.b-model-house-banner {
  display: flex;
  justify-content: center;
}
.b-model-house-banner__banner {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}

.b-header-content__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1896px;
  padding: 0 40px;
  margin: 0 auto;
  container-type: inline-size;
}
.b-header-content__logo {
  width: var(--b-header-content-logo-width, 0);
  height: var(--b-header-content-logo-height, 0);
  margin: var(--b-header-content-logo-margin, 0);
}
.b-header-content__nav {
  display: flex;
  gap: 14px;
  align-items: center;
}
.b-header-content__menu-fixed {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 44px;
  margin-right: 24px;
  filter: drop-shadow(var(--b-header-content-nav-shadow, unset));
}
@container (width < 1320px) {
  .b-header-content__menu-fixed {
    display: none;
  }
}
.b-header-content__menu-fixed li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
}
.b-header-content__menu-fixed li a span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.b-header-content__button-area {
  display: flex;
  gap: 16px;
  align-items: center;
}
.b-header-content__contact {
  width: 206px;
}
.b-header-content__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
}
.b-header-content__contact a::before {
  display: block;
  width: 19px;
  height: 19px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_calendar_white.svg") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-header-content__model-house {
  width: 188px;
}
.b-header-content__model-house a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
}
.b-header-content__model-house a::before {
  display: block;
  width: 19px;
  height: 17px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_house_white.svg") no-repeat;
}
.b-header-content__drawer-button {
  width: 72px;
  height: 54px;
  border-radius: 3px;
}

.b-header {
  position: relative;
  z-index: 7000;
  max-width: 1920px;
  margin: 0 auto;
}
.b-header__fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 86px;
  padding-top: 16px;
  background: #fff;
  transition: all 0.2s;
  transform: translateY(-100%);
  --b-header-content-logo-width: 160px;
  --b-header-content-logo-height: 33px;
  --b-header-content-logo-margin: 2px 0 0 -6px;
}
.b-header__fixed--visible {
  transform: translateY(0%);
}
.b-header__fixed .b-header-content__contact a {
  background: #fff;
  border: 1px solid rgba(71, 70, 69, 0.5);
}
.b-header__fixed .b-header-content__contact a::before {
  background-image: url("../img/pc/icon_calendar_black.svg");
}
.b-header__fixed .b-header-content__model-house a {
  background: #fff;
  border: 1px solid rgba(71, 70, 69, 0.5);
}
.b-header__fixed .b-header-content__model-house a::before {
  background-image: url("../img/pc/icon_house_black.svg");
}
.b-header__fixed .b-header-content__drawer-button {
  background: #fff;
}
.b-header__fixed .b-header-content__drawer-button .c-drawer-button__bar::before {
  background-color: #474645;
}
.b-header__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 140px;
  padding-top: 40px;
  --b-header-content-logo-width: 196px;
  --b-header-content-logo-height: 39px;
  --b-header-content-logo-margin: 8px 0 0 26px;
}
.b-header__content--white .b-header-content__contact a {
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
  border: 1px solid #fff;
}
.b-header__content--white .b-header-content__model-house a {
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
  border: 1px solid #fff;
}
.b-header__content--white .b-header-content__drawer-button {
  border: 1px solid #fff;
}
.b-header__content--sub .b-header-content__contact a {
  color: #474645;
  border: 1px solid #474645;
}
.b-header__content--sub .b-header-content__contact a::before {
  background-image: url("../img/pc/icon_calendar_black.svg");
}
.b-header__content--sub .b-header-content__model-house a {
  color: #474645;
  border: 1px solid #474645;
}
.b-header__content--sub .b-header-content__model-house a::before {
  background-image: url("../img/pc/icon_house_black.svg");
}
.b-header__content--sub .b-header-content__drawer-button {
  border: 1px solid #474645;
}
.b-header__content--sub .b-header-content__drawer-button .c-drawer-button__bar::before {
  background-color: #474645;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding-bottom: 34px;
  margin: 0 auto 0;
}
.b-footer__container {
  position: relative;
  display: flex;
  max-width: 1224px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 30%;
  max-width: 430px;
  padding-top: 92px;
}
.b-footer__block-2 {
  position: relative;
  width: 70%;
  max-width: 850px;
  padding: 84px 0 0 36px;
}
.b-footer__logo {
  position: relative;
  left: -6px;
  width: 231px;
  height: 52px;
}
.b-footer .address-block {
  margin-top: 24px;
}
.b-footer .address-block__title {
  display: flex;
  align-items: center;
  max-width: 312px;
  font-size: 16px;
  line-height: 1;
}
.b-footer .address-block__title span {
  display: block;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
}
.b-footer .address-block__address {
  margin-top: 34px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin: 34px 0 0 0;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 26px 0 22px;
  color: #474645;
  border: 1px solid #474645;
  border-radius: 29px;
}
.b-footer .address-block__button a::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/b_footer_button_pin.svg") no-repeat;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer .address-block__instagram {
  width: 40px;
  height: 40px;
  margin-top: 46px;
}
.b-footer .address-block__privacy-policy {
  display: flex;
  margin-top: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(6, auto);
  grid-template-columns: 152px 220px 110px;
  grid-auto-flow: column;
  gap: 16px 102px;
}
.b-footer__nav .item a {
  padding: 4px 0;
}
.b-footer__nav .item span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-footer__nav .item img {
  height: 14px;
  margin-top: 8px;
  object-fit: none;
  object-position: top left;
}
.b-footer__copyright {
  max-width: 1214px;
  padding: 0 20px;
  margin: 78px auto 0;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #b3b3b4;
}

.b-drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
  width: 100%;
  max-width: 1570px;
  height: 100%;
  padding: 102px 0 104px 0;
  overflow: scroll;
  background: #fff;
  transition: all 0.2s;
  transform: translateX(100%);
}
.b-drawer-menu--visible {
  transform: translateX(0%);
}
.b-drawer-menu__drawer-button {
  position: absolute;
  top: 30px;
  right: 66px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.b-drawer-menu__drawer-button .c-drawer-button__bar::before {
  background-color: #474645;
}
.b-drawer-menu__scroll {
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.b-drawer-menu__scroll::-webkit-scrollbar {
  display: none;
}
.b-drawer-menu__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 578px;
  gap: 20px;
  min-width: 1320px;
  max-width: 1376px;
  padding: 0 20px;
}
.b-drawer-menu .nav-area__logo {
  width: 196px;
  height: 39px;
  margin-left: 6px;
}
.b-drawer-menu .nav-area__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(6, auto);
  grid-template-columns: 152px 220px 110px;
  grid-auto-flow: column;
  gap: 16px 102px;
  margin-top: 38px;
}
.b-drawer-menu .nav-area__nav .item a {
  padding: 4px 0;
}
.b-drawer-menu .nav-area__nav .item span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-drawer-menu .nav-area__nav .item img {
  height: 14px;
  margin-top: 8px;
  object-fit: none;
  object-position: top left;
}
.b-drawer-menu .nav-area__instagram {
  width: 161px;
  height: 37px;
  margin-top: 42px;
}
.b-drawer-menu .contact-area__banner-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b-drawer-menu .contact-area__banner-list li {
  width: 578px;
}
.b-drawer-menu .contact-area__banner-list li a {
  height: 100px;
}
.b-drawer-menu .contact-area__title {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.b-drawer-menu .contact-area__title span {
  margin-left: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-drawer-menu .contact-area__container {
  display: grid;
  grid-template-columns: repeat(2, 270px);
  gap: 18px;
  justify-content: space-between;
  margin: 36px auto 0;
}
.b-drawer-menu .contact-area__container > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 146px;
}
.b-drawer-menu .contact-area__container .tel-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #f1f1f3;
}
.b-drawer-menu .contact-area__container .tel-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #f1f1f3;
}
.b-drawer-menu .contact-area__container .tel-area__tel {
  margin-top: 30px;
  --c-tel-icon-size: 20px;
  --c-tel-font-size: 30px;
  --c-tel-gap: 10px;
  --c-tel-color-text: #474645;
  --c-tel-url-tel-icon: url("../img/pc/icon_tel_black_white.svg");
}
.b-drawer-menu .contact-area__container .tel-area__time {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1;
}
.b-drawer-menu .contact-area__container .line-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #f1f1f3;
}
.b-drawer-menu .contact-area__container .line-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #f1f1f3;
}
.b-drawer-menu .contact-area__container .line-area__button {
  width: 270px;
  height: 59px;
  margin: 34px auto 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}

.b-contact-main {
  position: relative;
  z-index: 100;
}
.b-contact-main__slash {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}
.b-contact-main__slash span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.b-contact-main__slash::before {
  position: relative;
  top: 8px;
  display: block;
  width: 2px;
  height: 26px;
  content: "";
  background: #474645;
  transform: rotate(-32deg);
}
.b-contact-main__slash::after {
  position: relative;
  top: 8px;
  display: block;
  width: 2px;
  height: 26px;
  content: "";
  background: #474645;
  transform: rotate(32deg);
}
.b-contact-main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.b-contact-main__title span {
  margin-top: 34px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-contact-main__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 18px;
  max-width: 1200px;
  margin: 36px auto 0;
}
.b-contact-main__container > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 146px;
  border-left: 3px solid #f6f5f5;
}
.b-contact-main__container > *:last-of-type {
  border-right: 3px solid #f6f5f5;
}
.b-contact-main__container .tel-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #f1f1f3;
}
.b-contact-main__container .tel-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #f1f1f3;
}
.b-contact-main__container .tel-area__tel {
  margin-top: 30px;
  --c-tel-icon-size: 20px;
  --c-tel-font-size: 30px;
  --c-tel-gap: 10px;
  --c-tel-color-text: #474645;
  --c-tel-url-tel-icon: url("../img/pc/icon_tel_black_white.svg");
}
.b-contact-main__container .tel-area__time {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1;
}
.b-contact-main__container .line-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #f1f1f3;
}
.b-contact-main__container .line-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #f1f1f3;
}
.b-contact-main__container .line-area__button {
  width: 270px;
  height: 59px;
  margin: 34px auto 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-contact-main__container .contact-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #f1f1f3;
}
.b-contact-main__container .contact-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #f1f1f3;
}
.b-contact-main__container .contact-area__button {
  width: 300px;
  margin-top: 32px;
}
.b-contact-main__banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 44px;
  justify-content: center;
  margin-top: 62px;
}
.b-contact-main__banner-list li {
  width: 578px;
}
.b-contact-main__banner-list li a {
  height: 100px;
}
.b-contact-main__note {
  margin-top: 44px;
  text-align: center;
}

.b-contact {
  padding: 100px 40px 66px;
  border-bottom: 1px solid rgba(179, 179, 180, 0.5);
}

.b-company dl {
  display: grid;
  grid-template-columns: 162px 1fr;
  grid-gap: 0 50px;
  max-width: 936px;
  padding: 0 40px;
  margin: 0 auto;
}
.b-company dt {
  display: flex;
  align-items: center;
  min-height: 55px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #2d2a29;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.b-company dt span {
  width: 100%;
  padding: 10px 0;
}
.b-company dd {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}

.b-blank-mv {
  position: relative;
  max-width: 1920px;
  height: 194px;
  margin: 0 auto;
}
.b-blank-mv__title {
  position: absolute;
  bottom: -64px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transform: translateX(-50%);
}
.b-blank-mv__title img {
  height: 56px;
  object-position: top center;
  object-fit: none;
}
.b-blank-mv__title span {
  margin-top: 26px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.p-single-work .bg-area {
  padding: 104px 0 78px;
  background: #f1f1f3;
}
.p-single-work .title {
  max-width: 1200px;
  padding: 23px 20px;
  margin: 0 auto;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  background: #fff;
}
.p-single-work .slider {
  padding: 54px 0 40px;
}
.p-single-work .slider .c-work-slider-2__sub-slider {
  max-width: 1202px;
  margin-inline: auto;
}
.p-single-work .outline {
  margin-top: 30px;
}
.p-single-work .outline__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-work .outline__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-single-work .outline__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-single-work .outline__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 588px);
  gap: 10px 22px;
  justify-content: center;
  max-width: 1200px;
  margin: 30px auto 0;
}
.p-single-work .outline__list dl {
  display: grid;
  grid-template-columns: 186px 1fr;
  padding: 10px 0;
  background: #fff;
}
.p-single-work .outline__list dt {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 10px 34px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  border-right: 1px solid #f1f1f3;
}
.p-single-work .outline__list dd {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 10px 30px;
}
.p-single-work .pick-up {
  display: flow-root;
  max-width: 1200px;
  padding-bottom: 58px;
  margin: 112px auto 0;
  background: #fff;
}
.p-single-work .pick-up__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -34px;
}
.p-single-work .pick-up__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-single-work .pick-up__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-single-work .pick-up__title span {
  margin-top: 10px;
}
.p-single-work .pick-up__content {
  padding: 0 60px;
  margin-top: 52px;
}
.p-single-work .pick-up__content h2 {
  width: calc(100% + 120px);
  padding-right: 60px;
  padding-left: 60px;
  margin-top: 20px;
  margin-bottom: unset;
  margin-left: -60px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #2d2a29;
  background: unset;
}
.p-single-work .pick-up__content h3 {
  margin-top: 20px;
  margin-bottom: unset;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  border-bottom: unset;
}
.p-single-work .story {
  max-width: 1200px;
  margin: 108px auto 0;
}
.p-single-work .story__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -34px;
}
.p-single-work .story__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-single-work .story__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-single-work .story__list {
  display: flex;
  flex-direction: column;
  gap: 68px;
  max-width: 1200px;
  margin: 40px auto 0;
}
.p-single-work .story .item {
  position: relative;
}
.p-single-work .story .item__pin {
  position: absolute;
  bottom: -26px;
  left: calc(50% - 4px);
  width: 8px;
  height: 34px;
}
.p-single-work .story .item__pin::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  content: "";
  background: #b7b7c4;
}
.p-single-work .story .item__pin::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 8px;
  content: "";
  background: #b7b7c4;
  border-radius: 50%;
}
.p-single-work .story .item__container {
  display: grid;
  grid-template-columns: 438px 1fr;
  gap: 36px;
}
.p-single-work .story .item__image {
  position: relative;
  min-height: 292px;
  background: #9e9e9f;
}
.p-single-work .story .item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-single-work .story .item__block {
  display: flow-root;
  padding: 0 42px 38px;
  background: #fff;
}
.p-single-work .story .item__balloon {
  display: flex;
  margin-top: -8px;
}
.p-single-work .story .item__balloon span {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #b7b7c4;
  background: #604c3f;
}
.p-single-work .story .item__balloon span::after {
  position: absolute;
  bottom: -8px;
  left: 36px;
  display: block;
  width: 14px;
  height: 9px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  background: #604c3f;
}
.p-single-work .story .item__title {
  margin-top: 26px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.1em;
}
.p-single-work .story .item__detail {
  margin-top: 24px;
}
.p-single-work .story .item:last-child .item__pin {
  display: none;
}
.p-single-work .post-navi {
  position: relative;
  max-width: 1200px;
  height: 60px;
  margin: 88px auto 0;
  line-height: 1;
}
.p-single-work .post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  background-color: #2d2a29;
}
.p-single-work .post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 58px;
}
.p-single-work .post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single-work .post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #2d2a29;
  transform: translateX(-50%);
}
.p-single-work .post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single-work .post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  background-color: #2d2a29;
}
.p-single-work .post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single-work .post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single-work .recent {
  padding: 90px 40px 22px;
}
.p-single-work .recent__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-work .recent__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-single-work .recent__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-single-work .recent__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 572px);
  gap: 62px 56px;
  justify-content: center;
  max-width: 1200px;
  margin: 42px auto 0;
}
.p-single-work .recent__list .c-work-card__image {
  height: 222px;
}
.p-single-work .recent__button {
  margin: 68px auto 0;
}
.p-single-work .recent__button.c-button-circle {
  background: #f1f1f3;
  filter: none;
}

.p-single-event .top-area {
  padding: 158px 0 100px;
}
.p-single-event .top-area__title {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  padding: 23px 20px;
  margin: 0 auto;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  background: #f1f1f3;
}
.p-single-event .top-area__image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  max-height: 506px;
  margin: 36px auto 0;
}
.p-single-event .top-area__image img {
  max-width: 100%;
  height: auto;
  max-height: 506px;
  object-fit: contain;
}
.p-single-event .top-area__button {
  width: 390px;
  margin: 48px auto 0;
}
.p-single-event .top-area__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #604c3f;
  border-radius: 33px;
}
.p-single-event .top-area__button a::after {
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../img/pc/single_event_top_area_button_chevron.svg") no-repeat;
}
.p-single-event .top-area__headline {
  margin-top: 68px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}
.p-single-event .top-area__detail {
  margin-top: 32px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.p-single-event .bottom-area {
  display: flow-root;
  padding: 78px 0 84px;
  background: #f1f1f3;
}
.p-single-event .bottom-area > *:first-child:not(.overview) {
  margin-top: 0;
}
.p-single-event .bottom-area .overview {
  display: flow-root;
  margin-top: -78px;
}
.p-single-event .bottom-area .overview__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -34px;
}
.p-single-event .bottom-area .overview__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-single-event .bottom-area .overview__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-single-event .bottom-area .overview__table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1200px;
  margin: 30px auto 0;
}
.p-single-event .bottom-area .overview__table dl {
  display: grid;
  grid-template-columns: 248px 1fr;
  padding: 10px 0;
  background: #fff;
}
.p-single-event .bottom-area .overview__table dt {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 10px 40px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  border-right: 1px solid #f1f1f3;
}
.p-single-event .bottom-area .overview__table dd {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 10px 40px;
}
.p-single-event .bottom-area .campaign-banner {
  margin-top: 100px;
}
.p-single-event .bottom-area .campaign-banner__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  max-height: 260px;
  margin: 0 auto;
}
.p-single-event .bottom-area .campaign-banner__banner img {
  max-width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
}
.p-single-event .bottom-area .reservation-short {
  display: flow-root;
  max-width: 1200px;
  padding-bottom: 58px;
  margin: 100px auto 0;
  background: #fff;
}
.p-single-event .bottom-area .reservation-short__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -34px;
}
.p-single-event .bottom-area .reservation-short__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-single-event .bottom-area .reservation-short__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-single-event .bottom-area .reservation-short__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 478px);
  gap: 50px;
  justify-content: center;
  margin-top: 68px;
}
.p-single-event .bottom-area .reservation-short__container .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-event .bottom-area .reservation-short__container .tel-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #f1f1f3;
  width: 286px;
}
.p-single-event .bottom-area .reservation-short__container .tel-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #f1f1f3;
}
.p-single-event .bottom-area .reservation-short__container .tel-area__block {
  width: 100%;
  height: 116px;
  padding: 34px 0 0;
  margin-top: 24px;
  background: #f1f1f3;
}
.p-single-event .bottom-area .reservation-short__container .tel-area__container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.p-single-event .bottom-area .reservation-short__container .tel-area__tel {
  --c-tel-color-text: #474645;
  --c-tel-font-size: 30px;
  --c-tel-icon-size: 20px;
  --c-tel-gap: 12px;
}
.p-single-event .bottom-area .reservation-short__container .tel-area__note {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.p-single-event .bottom-area .reservation-short__container .contact-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-event .bottom-area .reservation-short__container .contact-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #f1f1f3;
  width: 380px;
}
.p-single-event .bottom-area .reservation-short__container .contact-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #f1f1f3;
}
.p-single-event .bottom-area .reservation-short__container .contact-area__block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 116px;
  margin-top: 24px;
  background: #604c3f radial-gradient(circle 127.1428571429px at 30.8571428571px 58px, #352821 127.1428571429px, transparent 127.1428571429px);
}
.p-single-event .bottom-area .reservation-short__container .contact-area__block::after {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 72px;
  content: "";
  background: url("../img/pc/single_event_reservation_chevron.svg") no-repeat;
}
.p-single-event .bottom-area .reservation-short__container .contact-area__time {
  display: flex;
  align-items: flex-end;
  padding-left: 30px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #c7ba9a;
}
.p-single-event .bottom-area .reservation-short__container .contact-area__time span:nth-child(1) {
  font-size: 23px;
  line-height: 32px;
}
.p-single-event .bottom-area .reservation-short__container .contact-area__time span:nth-child(2) {
  font-size: 39px;
  line-height: 39px;
}
.p-single-event .bottom-area .reservation-short__container .contact-area__time span:nth-child(3) {
  font-size: 20px;
  line-height: 30px;
}
.p-single-event .bottom-area .reservation-short__container .contact-area__label {
  display: flex;
  align-items: center;
  margin-left: 74px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-single-event .bottom-area .reservation-short__container .contact-area__label::before {
  display: block;
  width: 23px;
  height: 23px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_calendar_white.svg");
}
.p-single-event .bottom-area .detail {
  display: flow-root;
  max-width: 1200px;
  padding-bottom: 58px;
  margin: 100px auto 0;
  background: #fff;
}
.p-single-event .bottom-area .detail__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -34px;
}
.p-single-event .bottom-area .detail__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-single-event .bottom-area .detail__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-single-event .bottom-area .detail__content {
  padding: 0 60px;
  margin-top: 52px;
}
.p-single-event .bottom-area .detail__content h2 {
  width: calc(100% + 120px);
  padding-right: 60px;
  padding-left: 60px;
  margin-left: -60px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  background-color: #2d2a29;
}
.p-single-event .bottom-area .detail__content h3 {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #42342c;
  border-bottom: 3px solid #ededed;
}
.p-single-event .bottom-area .access {
  display: flow-root;
  max-width: 1200px;
  padding: 0 50px 28px;
  margin: 100px auto 0;
  background: #fff;
}
.p-single-event .bottom-area .access__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -34px;
}
.p-single-event .bottom-area .access__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-single-event .bottom-area .access__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-single-event .bottom-area .access__google-map {
  height: 444px;
  margin: 40px auto 0;
}
.p-single-event .bottom-area .access__container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.p-single-event .bottom-area .access__address {
  display: flex;
  align-items: center;
}
.p-single-event .bottom-area .access__address::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 8px;
  content: "";
  background: url("../img/pc/single_event_access_pin.svg") no-repeat;
}
.p-single-event .bottom-area .access__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 56px;
  margin-left: auto;
  background: #f1f1f3;
}
.p-single-event .bottom-area .access__button::after {
  display: block;
  width: 7px;
  height: 13px;
  margin-left: 12px;
  content: "";
  background: url("../img/pc/single_event_access_chevron.svg") no-repeat;
}
.p-single-event .bottom-area #form {
  display: flow-root;
}
.p-single-event .bottom-area .contact {
  display: flow-root;
  max-width: 1200px;
  padding: 0 50px 62px;
  margin: 100px auto 0;
  background: #fff;
}
.p-single-event .bottom-area .contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -34px;
}
.p-single-event .bottom-area .contact__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-single-event .bottom-area .contact__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-single-event .bottom-area .contact__form {
  margin-top: 42px;
}
.p-single-event .bottom-area .contact__form .mail-info {
  margin-top: 8px;
  font-size: 14px;
  line-height: 29px;
}
.p-single-event .bottom-area .contact__form .wpcf7 .wpcf7-submit {
  width: 326px;
  height: 82px;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  background: #604c3f;
  border-radius: 4px;
}
.p-single-event .post-navi {
  position: relative;
  max-width: 1200px;
  height: 60px;
  margin: 52px auto 20px;
  line-height: 1;
}
.p-single-event .post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  background-color: #2d2a29;
}
.p-single-event .post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 58px;
}
.p-single-event .post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single-event .post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #2d2a29;
  transform: translateX(-50%);
}
.p-single-event .post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single-event .post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  background-color: #2d2a29;
}
.p-single-event .post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single-event .post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}

.p-single .background {
  max-width: 1920px;
  margin: 0 auto;
}
.p-single .background__inner {
  padding: 104px 40px 104px;
  background: #f1f1f3;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 52px;
  max-width: 1200px;
  margin: 0 auto;
}
.p-single .background__category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 52px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-single .post__title-block {
  padding: 44px 0 20px;
  margin: 0 45px;
  border-bottom: 2px solid #f5f5f5;
}
.p-single .post__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 40px;
  color: #42342c;
}
.p-single .post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 14px;
}
.p-single .post__category {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1;
  color: #b3b3b4;
  background: #ededed;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single .post__content {
  padding: 32px 45px 43px;
}
.p-single .post__content h2 {
  width: calc(100% + 90px);
  padding-right: 45px;
  padding-left: 45px;
  margin-left: -45px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  background-color: #2d2a29;
}
.p-single .post__content h3 {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: #42342c;
  border-bottom: 3px solid #ededed;
}
.p-single .post .relation {
  padding-top: 56px;
  margin: 0 55px;
  border-top: 1px solid #d8d9d9;
}
.p-single .post .relation__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #2d2a29;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single .post .relation__title::after {
  display: block;
  width: 79px;
  height: 2px;
  margin: 18px auto 0;
  content: "";
  background-color: #2d2a29;
}
.p-single .post .relation__list {
  margin-top: 26px;
}
.p-single .post .relation .item {
  margin-top: 20px;
}
.p-single .post .relation .item a {
  display: flex;
}
.p-single .post .relation .item__image {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 104px;
  background-color: #9e9e9f;
}
.p-single .post .relation .item__image img {
  object-fit: cover;
  width: 100%;
  height: 68px;
}
.p-single .post .relation .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 1em 8px 2em;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  background-color: #f4f4f4;
}
.p-single .post .relation .item__title::after {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 1em;
  content: "";
  background-image: url("../img/pc/single_relation_chevron.svg");
  background-repeat: no-repeat;
}
.p-single .post__post-navi {
  position: relative;
  height: 60px;
  margin: 38px auto 0;
  line-height: 1;
}
.p-single .post__post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  background-color: #2d2a29;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 58px;
}
.p-single .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #2d2a29;
  transform: translateX(-50%);
}
.p-single .post__post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single .post__post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #fff;
  background-color: #2d2a29;
}
.p-single .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single .post__sns {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  margin-top: 39px;
  background-color: #fff;
}
.p-single .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single .post__sns ul li {
  margin-left: 10px;
}
.p-single .recently {
  margin-top: 48px;
}
.p-single .recently__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #2d2a29;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-single .recently__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #fff;
}
.p-single .recently__list {
  position: relative;
  padding: 0 10px;
  margin-top: 22px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-single .recently .item {
  border-bottom: 1px solid #eaeaeb;
}
.p-single .recently .item:last-of-type {
  border-bottom: none;
}
.p-single .recently .item a {
  padding: 18px 10px 24px;
}
.p-single .recently .item__title {
  font-size: 16px;
  line-height: 24px;
  color: #3e3a39;
}
.p-single .recently .item__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}

.p-semi-order .b-order-mv {
  background-image: url("../img/pc/semi_order_mv_bg.jpg");
}
.p-semi-order .top-section {
  padding: 72px 40px 0;
}
.p-semi-order .top-section__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  text-align: center;
}
.p-semi-order .top-section__text {
  margin-top: 34px;
  text-align: center;
}
.p-semi-order .top-section__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 282px);
  gap: 22px;
  justify-content: center;
  margin-top: 74px;
}
.p-semi-order .top-section__list .item {
  position: relative;
}
.p-semi-order .top-section__list .item a {
  height: 308px;
  padding: 130px 0 0;
  background: linear-gradient(to top, #f1f1f3 260px, rgba(241, 241, 243, 0.3) 450px);
}
.p-semi-order .top-section__list .item a::after {
  display: block;
  width: 188px;
  height: 46px;
  margin: 24px auto 0;
  content: "";
  background: #fff url("../img/pc/semi_order_top_section_chevron.svg") no-repeat center/16px 9px;
  border-radius: 8px;
}
.p-semi-order .top-section__list .item__image {
  position: absolute;
  right: 0;
  bottom: 204px;
  left: 0;
  display: flex;
  justify-content: center;
}
.p-semi-order .top-section__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-semi-order .top-section__list .item__title img {
  height: 43px;
  object-fit: none;
  object-position: top center;
}
.p-semi-order .top-section__list .item__title span {
  margin-top: 10px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-semi-order .top-section__list .item__text {
  width: 220px;
  margin: 12px auto 0;
  text-align: justify;
}
.p-semi-order .top-section__list .item__button {
  width: 246px;
  margin: 28px auto 0;
}
.p-semi-order .top-section__list .item__button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #606060;
  background: #fff;
  border-radius: 10px;
}
.p-semi-order .top-section__list .item__button a img {
  width: 34px;
  height: 10px;
}
.p-semi-order .main-content {
  padding-bottom: 98px;
  margin-top: 100px;
}
.p-semi-order .main-content__list {
  display: flex;
  flex-direction: column;
  gap: 152px;
  max-width: 1728px;
  margin: 0 auto;
}
.p-semi-order .main-content .section__image {
  height: 514px;
}
.p-semi-order .main-content .section__image img {
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: center;
}
.p-semi-order .main-content .section__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 88px;
}
.p-semi-order .main-content .section__title img:nth-child(1) {
  position: absolute;
  bottom: 114px;
  left: 0;
  width: 100%;
  pointer-events: none;
  object-fit: none;
  object-position: bottom center;
}
.p-semi-order .main-content .section__title img:nth-child(2) {
  height: 55px;
  object-fit: none;
  object-position: top center;
}
.p-semi-order .main-content .section__title span {
  margin-top: 4px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-semi-order .main-content .section__container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 12px;
}
.p-semi-order .main-content .section__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 744px;
  height: 454px;
}
.p-semi-order .main-content .section__block {
  width: 550px;
  padding-top: 40px;
}
.p-semi-order .main-content .section__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
}
.p-semi-order .main-content .section__english {
  margin-top: 18px;
}
.p-semi-order .main-content .section__text {
  width: 500px;
  margin-top: 30px;
}
.p-semi-order .main-content .section .price-area {
  padding: 24px 0 0;
}
.p-semi-order .main-content .section .price-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-semi-order .main-content .section .price-area__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.p-semi-order .main-content .section .price-area__title img {
  margin-top: 20px;
}
.p-semi-order .main-content .section .price-area__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 32px auto 0;
  container-type: inline-size;
}
.p-semi-order .main-content .section .price-area__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid rgba(45, 42, 41, 0.5);
}
.p-semi-order .main-content .section .price-area__row:first-child {
  border-top: 1px solid rgba(45, 42, 41, 0.5);
}
@container (width < 1200px) {
  .p-semi-order .main-content .section .price-area__row {
    max-width: 600px;
  }
}
.p-semi-order .main-content .section .price-area .item {
  width: 600px;
  padding: 10px 0;
}
.p-semi-order .main-content .section .price-area .item__inner {
  display: flex;
  justify-content: space-between;
  padding: 14px 60px;
}
.p-semi-order .main-content .section .price-area .item .area {
  display: flex;
  line-height: 27px;
}
.p-semi-order .main-content .section .price-area .item .area__number {
  margin-left: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 27px;
}
.p-semi-order .main-content .section .price-area .item .area__unit {
  margin-left: 4px;
}
.p-semi-order .main-content .section .price-area .item .price {
  display: flex;
  line-height: 27px;
}
.p-semi-order .main-content .section .price-area .item .price__number {
  margin-left: 14px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 27px;
}
.p-semi-order .main-content .section .price-area .item .price__unit {
  margin-left: 4px;
}
@container (1200px <= width) {
  .p-semi-order .main-content .section .price-area .item:not(:first-child) .item__inner {
    border-left: 1px solid rgba(45, 42, 41, 0.5);
  }
}
@container (width < 1200px) {
  .p-semi-order .main-content .section .price-area .item:not(:first-child) {
    border-top: 1px solid rgba(45, 42, 41, 0.5);
  }
}
.p-semi-order .select {
  padding: 96px 0 120px;
  background: #f1f1f3;
}
.p-semi-order .select__balloon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.p-semi-order .select__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}
.p-semi-order .select__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-semi-order .select__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-semi-order .select__title span {
  margin: 16px;
}
.p-semi-order .select__inner {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.p-semi-order .select__scroll {
  width: 100%;
  max-width: 1196px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-semi-order .select__scroll::-webkit-scrollbar {
  display: none;
}
.p-semi-order .select__list {
  position: relative;
  display: flex;
  gap: 14px;
  justify-content: center;
  width: 1196px;
  margin-top: 76px;
}
.p-semi-order .select__counter {
  position: absolute;
  top: -44px;
  left: calc(50% - 516px);
  width: 1032px;
  height: 53px;
}
.p-semi-order .select .item {
  width: 228px;
}
.p-semi-order .select .item__image {
  height: 134px;
}
.p-semi-order .select .item__block {
  padding: 20px 20px 24px;
  background: #fff;
}
.p-semi-order .select .item__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
}
.p-semi-order .select .item__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 33px;
}
.p-semi-order .full-order-homes {
  padding: 130px 40px 90px;
  border-bottom: 1px solid rgba(179, 179, 180, 0.5);
}
.p-semi-order .full-order-homes__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-semi-order .full-order-homes__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-semi-order .full-order-homes__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-semi-order .full-order-homes__title span {
  margin-top: 26px;
  color: #604c3f;
}
.p-semi-order .full-order-homes__block {
  position: relative;
  max-width: 1200px;
  height: 328px;
  margin: 50px auto 0;
  background: url("../img/pc/semi_order_full_order_homes_bg.jpg") no-repeat center/cover;
}
.p-semi-order .full-order-homes__deco {
  position: absolute;
  right: 38px;
  bottom: 36px;
}
.p-semi-order .full-order-homes__inner {
  padding: 68px 86px 0;
}
.p-semi-order .full-order-homes__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-semi-order .full-order-homes__catch img {
  height: 55px;
  object-position: top left;
  object-fit: none;
}
.p-semi-order .full-order-homes__catch span {
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-semi-order .full-order-homes__price {
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: center;
  width: 358px;
  padding: 16px 0;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.p-semi-order .full-order-homes__price dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  border-right: 1px solid #fff;
}
.p-semi-order .full-order-homes__price dd {
  padding-left: 30px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-semi-order .full-order-homes__price dd span {
  font-size: 21px;
}
.p-semi-order .full-order-homes__button {
  margin: 50px auto 0;
}
.p-semi-order .full-order-homes__button a::after {
  width: 34px;
  height: 10px;
  background: url("../img/pc/full_order_semi_order_arrow.svg") no-repeat left center;
}
.p-semi-order .model-house-banner {
  padding: 106px 0 46px;
}

.p-renovation .mv {
  max-width: 1920px;
  height: 952px;
  margin: 0 auto;
  background: url("../img/pc/renovation_mv_bg.jpg") no-repeat center;
}
.p-renovation .mv__inner {
  position: relative;
  max-width: 1724px;
  height: 100%;
  padding: 496px 40px 0;
  margin: 0 auto;
}
.p-renovation .mv__badge {
  position: absolute;
  right: 20px;
  bottom: 110px;
  width: 211px;
  height: 290px;
}
.p-renovation .mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-renovation .mv__title span {
  margin-top: 26px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-renovation .mv__headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 42px;
}
.p-renovation .mv__headline span {
  padding: 13px 26px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-renovation .mv__text {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  line-height: 1;
  color: #fff;
}
.p-renovation .mv__text span {
  color: #ffef00;
}
.p-renovation .mv__text em {
  position: relative;
  top: 4px;
  margin: 0 2px;
  font-size: 52px;
  font-style: normal;
}
.p-renovation .info-section {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-renovation .info-section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-renovation .info-section__fg {
  position: relative;
  padding: 0 40px;
}
.p-renovation .info-section__container {
  display: grid;
  grid-template-columns: 480px 736px;
  justify-content: space-between;
  max-width: 1530px;
  margin: 0 auto;
}
.p-renovation .info-section__text-area {
  position: sticky;
  bottom: 0;
  align-self: end;
  padding: 190px 0 184px 6px;
}
.p-renovation .info-section__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-renovation .info-section__title img {
  position: relative;
  left: -10px;
}
.p-renovation .info-section__title span {
  margin-top: 90px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-renovation .info-section__english {
  margin-top: 32px;
}
.p-renovation .info-section__text {
  max-width: 450px;
  margin-top: 34px;
}
.p-renovation .info-section .area {
  margin-top: 46px;
}
.p-renovation .info-section .area__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-renovation .info-section .area__title::after {
  display: block;
  width: 32px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background: #c7ba9a;
}
.p-renovation .info-section .area__text {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-renovation .info-section .area__text span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 50px;
  font-size: 20px;
  background: #f7f5f0;
}
.p-renovation .info-section__content {
  padding: 126px 0;
}
.p-renovation .info-section__list {
  display: flex;
  flex-direction: column;
  gap: 42px;
  max-width: 736px;
}
.p-renovation .info-section__list .item {
  position: relative;
  border: 1px solid #c7ba9a;
}
.p-renovation .info-section__list .item__circle {
  position: absolute;
  top: 20px;
  left: 74px;
  width: 138px;
  height: 138px;
}
.p-renovation .info-section__list .item__inner {
  padding-left: 40px;
}
.p-renovation .info-section__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 50px 0 0 198px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 46px;
}
.p-renovation .info-section__list .item__title img {
  margin-top: 16px;
}
.p-renovation .info-section__list .item__title::after {
  display: block;
  width: 100%;
  max-width: 438px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #c7ba9a;
}
.p-renovation .info-section__list .item__text {
  margin: 20px 38px 36px;
}
.p-renovation .feature {
  position: relative;
  isolation: isolate;
}
.p-renovation .feature__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 32px;
  left: 0;
  z-index: -1;
  background: #f7f5f0;
}
.p-renovation .feature__fg {
  padding: 88px 0 0;
}
.p-renovation .feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-renovation .feature__title::before {
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  background: url("../img/pc/renovation_icon_logo_theme.svg") no-repeat;
}
.p-renovation .feature__title img {
  margin-top: 16px;
}
.p-renovation .feature__title span {
  margin-top: 28px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-renovation .feature__list {
  display: flex;
  flex-direction: column;
  gap: 54px;
  margin-top: 42px;
}
.p-renovation .feature__list .item .container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.p-renovation .feature__list .item .bg {
  max-width: 1252px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-renovation .feature__list .item .bg img {
  object-position: center;
  object-fit: none;
  height: 503px;
}
.p-renovation .feature__list .item .block {
  flex: 0 0 auto;
  width: 390px;
  padding-top: 66px;
}
.p-renovation .feature__list .item .headline {
  margin-top: 10px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  letter-spacing: 0.1em;
}
.p-renovation .feature__list .item .text {
  max-width: 330px;
  margin-top: 34px;
}
.p-renovation .feature__list .item:nth-child(odd) {
  padding-right: 40px;
}
.p-renovation .feature__list .item:nth-child(odd) .container {
  max-width: 1784px;
}
.p-renovation .feature__list .item:nth-child(even) {
  padding-left: 40px;
}
.p-renovation .feature__list .item:nth-child(even) .container {
  flex-direction: row-reverse;
  max-width: 1726px;
  margin-left: auto;
}
.p-renovation .local-professionals {
  position: relative;
  margin-top: 68px;
}
.p-renovation .local-professionals__slider {
  height: 785px;
}
.p-renovation .local-professionals__slider .c-slider__arrow-left {
  top: 364px;
  left: 112px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/renovation_local_professionals_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-renovation .local-professionals__slider .c-slider__arrow-right {
  top: 364px;
  right: 112px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/renovation_local_professionals_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-renovation .local-professionals__english {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 264px);
  z-index: 100;
  width: 528px;
  height: 128px;
}
.p-renovation .when {
  padding: 118px 40px 78px;
}
.p-renovation .when__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-renovation .when__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-renovation .when__title img {
  margin-top: 32px;
}
.p-renovation .when__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 378px);
  gap: 46px 32px;
  justify-content: center;
  max-width: 1198px;
  margin: 42px auto 0;
}
.p-renovation .when__list .item {
  position: relative;
  padding-left: 60px;
}
.p-renovation .when__list .item__inner {
  display: flex;
  align-items: center;
  height: 116px;
  padding-left: 84px;
  background: #f7f5f0;
}
.p-renovation .when__list .item__circle {
  position: absolute;
  top: -6px;
  left: 0;
  width: 125px;
  height: 125px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-renovation .when__list .item__text {
  width: 220px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.p-renovation .contact-us {
  position: relative;
  height: 570px;
}
.p-renovation .contact-us__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-renovation .contact-us__bg img {
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: center;
}
.p-renovation .contact-us__inner {
  max-width: 1286px;
  padding: 104px 40px 0;
  margin: 0 auto;
}
.p-renovation .contact-us__headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 38px;
}
.p-renovation .contact-us__headline span {
  padding: 13px 23px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-renovation .contact-us__text {
  margin-top: 34px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 0.1em;
}
.p-renovation .contact-us .cv-block {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding: 30px 0 26px 172px;
  margin: 94px auto 0;
  background: #cd9f26;
}
.p-renovation .contact-us .cv-block .form-button {
  position: relative;
  width: 406px;
  margin-right: 38px;
  background: #604c3f;
}
.p-renovation .contact-us .cv-block .form-button::before {
  position: absolute;
  top: -62px;
  left: -118px;
  display: block;
  width: 135px;
  height: 135px;
  pointer-events: none;
  content: "";
  background: url("../img/pc/renovation_cv_block_human.png") no-repeat;
}
.p-renovation .contact-us .cv-block .form-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.p-renovation .contact-us .cv-block .form-button a::before {
  display: block;
  width: 23px;
  height: 23px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_calendar_white.svg");
}
.p-renovation .contact-us .cv-block .form-button a span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-renovation .contact-us .cv-block .form-button a::after {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  content: "";
  background: url("../img/pc/renovation_cv_block_form_chevron.svg") no-repeat;
}
.p-renovation .contact-us .cv-block .line {
  width: 277px;
  height: 59px;
  margin-right: 36px;
}
.p-renovation .contact-us .cv-block .tel {
  --c-tel-color-text: #fff;
  --c-tel-font-size: 25px;
  --c-tel-icon-size: 20px;
  --c-tel-url-tel-icon: url("../img/pc/icon_tel_white_yellow.svg");
}
.p-renovation .contact-us .cv-block .tel__tel {
  line-height: 0;
}
.p-renovation .contact-us .cv-block .tel__time {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.p-renovation .price-guide {
  position: relative;
}
.p-renovation .price-guide__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: -1;
  background: #f7f5f0;
}
.p-renovation .price-guide__fg {
  padding: 156px 40px 0;
}
.p-renovation .price-guide__balloon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.p-renovation .price-guide__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-renovation .price-guide__title span {
  margin-top: 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-renovation .price-guide__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 574px);
  gap: 38px 54px;
  justify-content: center;
  max-width: 1754px;
  margin: 34px auto 0;
}
.p-renovation .price-guide__list .item {
  background: #fff;
  border: 1px solid #c7ba9a;
}
.p-renovation .price-guide__list .item__container {
  display: grid;
  grid-template-columns: 142px 1fr;
}
.p-renovation .price-guide__list .item__image {
  position: relative;
  min-height: 142px;
}
.p-renovation .price-guide__list .item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-renovation .price-guide__list .item__block {
  padding: 0 32px 0 18px;
}
.p-renovation .price-guide__list .item__title {
  padding: 24px 0 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 1px solid #c7ba9a;
}
.p-renovation .price-guide__list .item__price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 8px;
}
.p-renovation .price-guide__list .item__price span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
}
.p-renovation .be-careful {
  padding: 118px 0 0;
}
.p-renovation .be-careful__title {
  display: flex;
  justify-content: center;
}
.p-renovation .be-careful__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 28px;
}
.p-renovation .be-careful__slider .c-slider-smooth__group {
  padding-right: 40px;
}
.p-renovation .be-careful__slider--offset .c-slider-smooth__group {
  position: relative;
  left: -130px;
}
.p-renovation .be-careful .symptom {
  position: relative;
  max-width: 1734px;
  margin: -68px auto 0;
}
.p-renovation .be-careful .symptom__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 538px;
}
.p-renovation .be-careful .symptom__fg {
  padding: 208px 0 0;
}
.p-renovation .be-careful .symptom__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-renovation .be-careful .symptom__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-renovation .be-careful .symptom__title img {
  margin-top: 32px;
}
.p-renovation .be-careful .symptom__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 652px;
  height: 70px;
  margin: 90px auto 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  background: #f7f5f0;
}
.p-renovation .be-careful .symptom__balloon::after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 9px);
  display: block;
  width: 18px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #f7f5f0;
}
.p-renovation .be-careful .symptom .block {
  max-width: 1196px;
  padding: 54px 54px 52px;
  margin: 48px auto 0;
  background: #f7f5f0;
}
.p-renovation .be-careful .symptom .block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-renovation .be-careful .symptom .block__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-renovation .be-careful .symptom .block__title img {
  margin-top: 20px;
}
.p-renovation .be-careful .symptom .block__title::after {
  display: block;
  width: 32px;
  height: 1px;
  margin-top: 20px;
  content: "";
  background: #c7ba9a;
}
.p-renovation .be-careful .symptom .block__text {
  margin-top: 10px;
}
.p-renovation .flow {
  padding: 86px 40px 202px;
}
.p-renovation .flow__balloon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.p-renovation .flow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-renovation .flow__title span {
  margin-top: 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
}
.p-renovation .flow__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 286px);
  grid-gap: 74px 84px;
  justify-content: center;
  max-width: 1396px;
  margin: 10px auto 0;
  container-type: inline-size;
}
.p-renovation .flow .item {
  position: relative;
  background: #fff;
  border: 1px solid #c7ba9a;
}
.p-renovation .flow .item::before {
  position: absolute;
  top: 172px;
  left: -88px;
  z-index: -1;
  display: block;
  width: 88px;
  height: 1px;
  content: "";
  background: #c7ba9a;
  transform: rotate(8deg);
}
.p-renovation .flow .item__image {
  height: 231px;
}
.p-renovation .flow .item__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.p-renovation .flow .item__counter {
  margin-top: -18px;
}
.p-renovation .flow .item__title {
  margin-top: 12px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.p-renovation .flow .item__text {
  padding: 0 20px;
  margin-top: 16px;
}
@container (width < 656px) {}
@container (656px <= width < 1026px) {
  .p-renovation .flow .item:nth-of-type(2n + 2) {
    top: 40px;
  }
  .p-renovation .flow .item:nth-of-type(2n + 1)::before {
    left: -52px;
    width: 54px;
  }
  .p-renovation .flow .item:nth-of-type(2n + 2)::after {
    position: absolute;
    top: 216px;
    right: -52px;
    z-index: -1;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #c7ba9a;
    transform: rotate(8deg);
  }
}
@container (1026px <= width < 1396px) {
  .p-renovation .flow .item:nth-of-type(3n + 2) {
    top: 40px;
  }
  .p-renovation .flow .item:nth-of-type(3n + 1)::before {
    left: -52px;
    width: 54px;
  }
  .p-renovation .flow .item:nth-of-type(3n + 3)::after {
    position: absolute;
    top: 216px;
    right: -52px;
    z-index: -1;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #c7ba9a;
    transform: rotate(8deg);
  }
  .p-renovation .flow .item:nth-of-type(3n + 3) {
    top: 80px;
  }
  .p-renovation .flow .item:nth-of-type(3n + 1)::before {
    left: -52px;
    width: 54px;
  }
  .p-renovation .flow .item:nth-of-type(3n + 3)::after {
    position: absolute;
    top: 216px;
    right: -52px;
    z-index: -1;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #c7ba9a;
    transform: rotate(8deg);
  }
}
@container (1396px <= width) {
  .p-renovation .flow .item:nth-of-type(4n + 2) {
    top: 40px;
  }
  .p-renovation .flow .item:nth-of-type(4n + 1)::before {
    left: -52px;
    width: 54px;
  }
  .p-renovation .flow .item:nth-of-type(4n + 4)::after {
    position: absolute;
    top: 216px;
    right: -52px;
    z-index: -1;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #c7ba9a;
    transform: rotate(8deg);
  }
  .p-renovation .flow .item:nth-of-type(4n + 3) {
    top: 80px;
  }
  .p-renovation .flow .item:nth-of-type(4n + 1)::before {
    left: -52px;
    width: 54px;
  }
  .p-renovation .flow .item:nth-of-type(4n + 4)::after {
    position: absolute;
    top: 216px;
    right: -52px;
    z-index: -1;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #c7ba9a;
    transform: rotate(8deg);
  }
  .p-renovation .flow .item:nth-of-type(4n + 4) {
    top: 120px;
  }
  .p-renovation .flow .item:nth-of-type(4n + 1)::before {
    left: -52px;
    width: 54px;
  }
  .p-renovation .flow .item:nth-of-type(4n + 4)::after {
    position: absolute;
    top: 216px;
    right: -52px;
    z-index: -1;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #c7ba9a;
    transform: rotate(8deg);
  }
}
.p-renovation .flow .item:first-of-type::before {
  display: none;
}
.p-renovation .flow .item:last-of-type::after {
  display: none;
}
.p-renovation .works {
  padding: 116px 40px 80px;
  background: #f7f5f0;
}
.p-renovation .works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-renovation .works__title span {
  margin-top: 30px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
}
.p-renovation .works__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 1200px;
  margin: 42px auto 0;
}
.p-renovation .works .item {
  padding: 0 56px 56px;
  background: #fff;
}
.p-renovation .works .item__inner {
  container-type: inline-size;
}
.p-renovation .works .item__title {
  padding: 40px 20px 22px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #c7ba9a;
}
.p-renovation .works .item__container {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}
@container (width < 1050px) {
  .p-renovation .works .item__container {
    flex-direction: column;
  }
}
.p-renovation .works .item .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}
.p-renovation .works .item .arrow img {
  width: 46px;
  height: 10px;
}
@container (width < 1050px) {
  .p-renovation .works .item .arrow {
    transform: rotate(90deg);
  }
}
.p-renovation .works .item .slider {
  position: relative;
  padding: 11px;
  background: #f7f5f0;
}
.p-renovation .works .item .slider__label {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
  width: fit-content;
  padding: 10px 14px;
  background: #f7f5f0;
}
.p-renovation .works .item .slider__inner {
  width: 472px;
  height: 320px;
  background: #fff;
}
.p-renovation .works .item .slider__inner > * {
  width: 100%;
  height: 100%;
}
.p-renovation .works .item .slider__inner .c-slider__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-renovation .works .item .slider__inner .c-slider__arrow-right {
  right: 8px;
  bottom: -32px;
  width: 58px;
  height: 58px;
  background: #f7f5f0 url("../img/pc/renovation_works_slider_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.p-renovation .works .item .detail {
  margin-top: 42px;
}
.p-renovation .works .item .detail__title {
  display: flex;
  justify-content: center;
}
.p-renovation .works .item .detail__content {
  padding: 18px 32px 30px;
  margin-top: 24px;
  background: #f7f5f0;
}
.p-renovation .works .item__table {
  display: grid;
  grid-template-columns: repeat(auto-fill, 532px);
  justify-content: space-between;
  margin-top: 24px;
  container-type: inline-size;
}
.p-renovation .works .item__table dl {
  display: grid;
  grid-template-columns: 128px 1fr;
  padding: 12px 0;
  border-top: 1px solid rgba(199, 186, 154, 0.75);
}
@container (1064px <= width) {
  .p-renovation .works .item__table dl:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(199, 186, 154, 0.75);
  }
}
@container (width < 1064px) {
  .p-renovation .works .item__table dl:last-child {
    border-bottom: 1px solid rgba(199, 186, 154, 0.75);
  }
}
.p-renovation .works .item__table dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  border-right: 1px solid rgba(199, 186, 154, 0.75);
}
.p-renovation .works .item__table dd {
  display: flex;
  align-items: center;
  padding: 2px 22px;
}
.p-renovation .qa {
  padding: 66px 40px 0;
}
.p-renovation .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-renovation .qa__title span {
  margin-top: 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
}
.p-renovation .qa__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 1200px;
  margin: 54px auto 0;
}
.p-renovation .greeting {
  position: relative;
  z-index: 100;
  margin-top: 128px;
}
.p-renovation .greeting__block {
  max-width: 1666px;
  margin: 0 auto;
  overflow: hidden;
}
.p-renovation .greeting__container {
  position: relative;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-renovation .greeting__bg {
  position: absolute;
  top: 0;
  left: -194px;
  z-index: -1;
  width: 1667px;
  height: 680px;
}
.p-renovation .greeting__bg img {
  object-fit: none;
  width: 100%;
  height: 100%;
}
.p-renovation .greeting__inner {
  min-height: 680px;
  padding-top: 70px;
}
.p-renovation .greeting__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
}
.p-renovation .greeting__headline span {
  padding: 12px 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-renovation .greeting__text {
  max-width: 570px;
  margin-top: 30px;
  color: #fff;
}
.p-renovation .greeting__signature {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 28px;
  line-height: 1;
  color: #fff;
}
.p-renovation .greeting__signature span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
}
.p-renovation .form {
  display: flow-root;
  padding: 158px 40px 92px;
  margin-top: -50px;
  background: #f7f5f0;
}
.p-renovation .form__balloon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-top: -16px;
}
.p-renovation .form__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-renovation .form__title span {
  margin-top: 30px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
}
.p-renovation .form__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 478px);
  gap: 50px;
  justify-content: center;
  margin-top: 46px;
}
.p-renovation .form__container .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-renovation .form__container .tel-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #fff;
  width: 286px;
}
.p-renovation .form__container .tel-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #fff;
}
.p-renovation .form__container .tel-area__block {
  width: 100%;
  height: 116px;
  padding: 34px 0 0;
  margin-top: 24px;
  background: #fff;
}
.p-renovation .form__container .tel-area__container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.p-renovation .form__container .tel-area__tel {
  --c-tel-color-text: #474645;
  --c-tel-font-size: 30px;
  --c-tel-icon-size: 20px;
  --c-tel-gap: 12px;
}
.p-renovation .form__container .tel-area__note {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.p-renovation .form__container .line-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-renovation .form__container .line-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #fff;
  width: 286px;
}
.p-renovation .form__container .line-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #fff;
}
.p-renovation .form__container .line-area__button {
  height: 116px;
  margin-top: 24px;
}
.p-renovation .form__form {
  max-width: 920px;
  margin: 60px auto 0;
}
.p-renovation .form__form .mail-info {
  margin-top: 8px;
  font-size: 14px;
  line-height: 29px;
}
.p-renovation .form__form .wpcf7-submit {
  width: 326px;
  height: 82px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #604c3f;
}

.p-qa .nav {
  padding: 108px 0 74px;
  background: #f1f1f3;
}
.p-qa .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 384px);
  gap: 22px;
  justify-content: center;
  max-width: 1196px;
  margin: 0 auto;
}
.p-qa .nav .item {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-qa .nav .item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 22px 28px 34px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.p-qa .nav .item__inner::after {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  content: "";
  background: url("../img/pc/qa_nav_chevron.svg") no-repeat;
}
.p-qa .category {
  padding: 78px 40px 50px;
}
.p-qa .category__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 40px;
  color: #2d2a29;
  letter-spacing: 0.1em;
}
.p-qa .category__title::after {
  display: block;
  width: 32px;
  height: 1px;
  margin-top: 22px;
  content: "";
  background: #2d2a29;
}
.p-qa .category__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 1200px;
  margin: 34px auto 0;
}
.p-qa .category dl img {
  flex: 0 0 auto;
  width: 66px;
  height: 30px;
  object-fit: none;
  object-position: center;
}
.p-qa .category dl dt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 20px 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  border-top: 1px solid rgba(45, 42, 41, 0.5);
}
.p-qa .category dl dt img {
  position: relative;
  top: 4px;
}
.p-qa .category dl dd {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 28px 0;
  border-top: 1px solid rgba(45, 42, 41, 0.5);
}
.p-qa .category dl dd img {
  position: relative;
  left: -2px;
}
.p-qa .category:nth-child(even) {
  background: #f1f1f3;
}

.p-privacy .main {
  padding: 124px 0 106px;
  background: #f1f1f3;
}
.p-privacy .main__title {
  margin-top: -8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.075em;
}
.p-privacy .main__text {
  margin-top: 14px;
  text-align: center;
}
.p-privacy .main__content {
  max-width: 1200px;
  margin: 64px auto 0;
}

.p-performance .nav {
  margin-top: 92px;
}
.p-performance .nav__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 32px;
  justify-content: center;
}
.p-performance .nav .item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 146px;
  background: #f1f1f3;
}
.p-performance .nav .item__inner::after {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 16px;
  content: "";
  background: url("../img/pc/performance_nav_item_chevron.svg") no-repeat;
}
.p-performance .nav .item__counter {
  margin-top: -34px;
}
.p-performance .nav .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.p-performance .nav .item__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-performance .nav .item__title img {
  margin-top: 16px;
}
.p-performance .main-section {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding-bottom: 42px;
  margin-top: 86px;
}
.p-performance .main-section .section__content {
  display: grid;
  grid-template-columns: 1fr min(1200px, 100%) 1fr;
  justify-content: center;
  margin-top: -122px;
}
.p-performance .main-section .section__standard {
  grid-column: 2/3;
}
.p-performance .main-section .section .top-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1732px;
  height: 506px;
  padding: 88px 40px 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-performance .main-section .section .top-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
}
.p-performance .main-section .section .top-block__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-performance .main-section .section .top-block__title img {
  margin-top: 18px;
}
.p-performance .main-section .section .top-block__text {
  margin-top: 26px;
  color: #fff;
  text-align: center;
}
.p-performance .main-section .section .slider {
  grid-column: 2/4;
  margin-top: 6px;
}
.p-performance .main-section .section .slider .c-slider {
  margin-top: -20px;
}
.p-performance .main-section .section .slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-performance .main-section .section .slider .c-slider__arrow-left {
  bottom: -10px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/performance_section_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-performance .main-section .section .slider .c-slider__arrow-right {
  bottom: -10px;
  left: 42px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/performance_section_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-performance .main-section .section .slider .item {
  width: 380px;
  padding: 60px 0 58px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-performance .main-section .section .slider .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-performance .main-section .section .slider .item__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-performance .main-section .section .slider .item__title img {
  margin-top: 20px;
}
.p-performance .main-section .section .slider .item__text {
  width: 302px;
  margin: 20px auto 0;
  text-align: justify;
}
.p-performance .main-section .section .icon-block {
  grid-column: 2/3;
  margin-top: 8px;
}
.p-performance .main-section .section .icon-block__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 222px);
  gap: 22px;
  justify-content: center;
}
.p-performance .main-section .section .icon-block__list .item {
  height: 226px;
  padding: 10px 0 0;
  background: #f1f1f3;
}
.p-performance .main-section .section .icon-block__list .item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.p-performance .main-section .section .icon-block__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-performance .main-section .section .icon-block__list .item__title::after {
  display: block;
  width: 18px;
  height: 2px;
  margin-top: 18px;
  content: "";
  background: #b7b7c4;
}
.p-performance .main-section .section .icon-block__list .item__text {
  width: 184px;
  margin: 4px auto 0;
  text-align: justify;
  letter-spacing: 0.03em;
}
.p-performance .main-section .section .icon-block__note {
  margin-top: 32px;
  text-align: center;
}
.p-performance .main-section .section .merit {
  grid-column: 2/3;
  padding-top: 70px;
  margin-top: 66px;
  border-top: 1px solid rgba(218, 219, 219, 0.5);
}
.p-performance .main-section .section .merit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-performance .main-section .section .merit__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.p-performance .main-section .section .merit__title img {
  margin-top: 22px;
}
.p-performance .main-section .section .merit__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 22px;
  justify-content: center;
  margin-top: 40px;
}
.p-performance .main-section .section .merit__list .item {
  width: 380px;
  padding: 52px 0 50px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-performance .main-section .section .merit__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-performance .main-section .section .merit__list .item__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-performance .main-section .section .merit__list .item__title img {
  margin-top: 20px;
}
.p-performance .main-section .section .merit__list .item__title::after {
  display: block;
  width: 32px;
  height: 1px;
  margin-top: 18px;
  content: "";
  background: #b7b7c4;
}
.p-performance .main-section .section .merit__list .item__text {
  width: 314px;
  margin: 14px auto 0;
  text-align: justify;
  letter-spacing: 0.03em;
}
.p-performance .main-section .section .info {
  grid-column: 2/3;
  margin-top: 70px;
}
.p-performance .main-section .section .info__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.p-performance .main-section .section .info__block {
  width: 380px;
  padding-top: 24px;
}
.p-performance .main-section .section .info__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-performance .main-section .section .info__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.p-performance .main-section .section .info__title img {
  margin-top: 24px;
}
.p-performance .main-section .section .info__metrix {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 32px;
}
.p-performance .main-section .section .info__metrix li {
  width: 381px;
  height: 63px;
}
.p-performance .main-section .section .info__figure {
  width: 737px;
  height: 355px;
}
.p-performance .main-section .section .info__definition {
  display: flex;
  flex-direction: column;
  margin-top: 38px;
}
.p-performance .main-section .section .info__definition dl {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 16px 0;
}
.p-performance .main-section .section .info__definition dl:not(:first-child) {
  border-top: 1px solid rgba(218, 219, 219, 0.5);
}
.p-performance .main-section .section .info__definition dt {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  background: #f1f1f3;
}
.p-performance .main-section .section .info__definition dt span {
  font-size: 16px;
}
.p-performance .main-section .section .info__definition dt::after {
  position: absolute;
  top: calc(50% - 9px);
  right: -11px;
  display: block;
  width: 12px;
  height: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #f1f1f3;
}
.p-performance .main-section .section:nth-child(1) .top-block {
  background-image: url("../img/pc/performance_section_top_block_bg_1.jpg");
}
.p-performance .main-section .section:nth-child(2) .top-block {
  background-image: url("../img/pc/performance_section_top_block_bg_2.jpg");
}
.p-performance .main-section .section:nth-child(3) .top-block {
  background-image: url("../img/pc/performance_section_top_block_bg_3.jpg");
}
.p-performance .main-section .section:nth-child(4) .top-block {
  background-image: url("../img/pc/performance_section_top_block_bg_4.jpg");
}

.p-notfound .main {
  max-width: 1240px;
  padding: 250px 20px 200px;
  margin: 0 auto;
}
.p-notfound .main a {
  display: inline-block;
  margin-top: 60px;
  text-decoration: underline;
}

.p-model-house .mv {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.p-model-house .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 1124px;
}
.p-model-house .mv__bg img {
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: none;
}
.p-model-house .mv__fg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 360px 0 0;
}
.p-model-house .mv__button {
  position: absolute;
  top: 604px;
  right: 202px;
  width: 202px;
  height: 219px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-model-house .mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-model-house .mv__title img:nth-child(1) {
  width: 38px;
  height: 38px;
}
.p-model-house .mv__title img:nth-child(2) {
  width: 898px;
  height: 51px;
  margin-top: 24px;
}
.p-model-house .mv__title img:nth-child(3) {
  width: 356px;
  height: 29px;
  margin-top: 30px;
}
.p-model-house .mv__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 52px;
  margin-top: 252px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #604c3f;
}
.p-model-house .mv__balloon::after {
  position: absolute;
  bottom: -9px;
  left: 126px;
  display: block;
  width: 18px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  background: #604c3f;
}
.p-model-house .mv__headline {
  margin-top: 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-model-house .mv__headline span {
  margin-right: -0.5em;
}
.p-model-house .mv__english {
  margin-top: 16px;
}
.p-model-house .mv__text {
  margin-top: 34px;
  text-align: center;
}
.p-model-house .concept {
  position: relative;
  z-index: 10;
  height: 751px;
  margin-top: 46px;
  overflow: hidden;
}
.p-model-house .concept__container {
  position: relative;
  max-width: 1826px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-model-house .concept__bg {
  position: absolute;
  top: 0;
  right: 474px;
  z-index: -1;
  width: 1435px;
  height: 751px;
}
.p-model-house .concept__block {
  max-width: 380px;
  padding: 86px 0 0;
  margin-left: auto;
}
.p-model-house .concept__headline {
  margin-top: 44px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  letter-spacing: 0.1em;
}
.p-model-house .concept__text {
  max-width: 290px;
  margin-top: 34px;
}
.p-model-house .real-info {
  padding: 126px 40px 54px;
  margin-top: -84px;
  background: #f1f1f3;
}
.p-model-house .real-info__balloon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.p-model-house .real-info__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-model-house .real-info__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-model-house .real-info__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-model-house .real-info__title span {
  margin-top: 18px;
}
.p-model-house .real-info__content-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 22px;
  justify-content: center;
  max-width: 1200px;
  margin: 26px auto 0;
}
.p-model-house .real-info__content-area dl {
  display: grid;
  grid-template-columns: 186px 1fr;
  padding: 10px 0;
  background: #fff;
}
.p-model-house .real-info__content-area dl:last-child {
  grid-column: 1/-1;
}
.p-model-house .real-info__content-area dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1;
  border-right: 2px solid #f1f1f3;
}
.p-model-house .real-info__content-area dd {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 4px 20px;
}
.p-model-house .real-info .price-area {
  position: relative;
  max-width: 1200px;
  padding: 38px 9px 9px;
  margin: 32px auto 0;
  background: #fff;
}
.p-model-house .real-info .price-area::before {
  position: absolute;
  top: -15px;
  left: calc(50% - 12.5px);
  display: block;
  width: 26px;
  height: 16px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  background: #fff;
}
.p-model-house .real-info .price-area__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-model-house .real-info .price-area__price {
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0;
}
.p-model-house .real-info .price-area__price span {
  position: relative;
  top: -2px;
  font-size: 23px;
  letter-spacing: 0.1em;
}
.p-model-house .real-info .price-area dl {
  display: grid;
  grid-template-columns: 178px 1fr;
  padding: 4px 0;
  margin-top: 20px;
  background: #f1f1f3;
}
.p-model-house .real-info .price-area dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1;
  border-right: 2px solid #fff;
}
.p-model-house .real-info .price-area dd {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 4px 20px;
}
.p-model-house .gallery {
  padding: 112px 40px 0;
}
.p-model-house .gallery__balloon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.p-model-house .gallery__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-model-house .gallery__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-model-house .gallery__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-model-house .gallery__title span {
  margin-top: 18px;
}
.p-model-house .gallery__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 843px);
  gap: 54px 40px;
  justify-content: center;
  margin-top: 40px;
}
.p-model-house .gallery .item__image {
  height: 596px;
}
.p-model-house .gallery .item__title {
  position: relative;
  width: 340px;
  padding: 28px 32px 16px;
  margin-top: -46px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-model-house .gallery .item__english {
  padding-left: 32px;
}
.p-model-house .gallery .item__text {
  padding-left: 32px;
  margin-top: 22px;
}
.p-model-house .access {
  padding: 60px 40px 74px;
}
.p-model-house .access__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-model-house .access__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-model-house .access__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-model-house .access__google-map {
  max-width: 1196px;
  height: 486px;
  margin: 20px auto 0;
}
.p-model-house .access .address {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 1196px;
  margin: 20px auto 0;
}
.p-model-house .access .address__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
}
.p-model-house .form {
  display: flow-root;
  padding: 0 40px 92px;
  background: #f1f1f3;
}
.p-model-house .form__balloon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-top: -16px;
}
.p-model-house .form__balloon img:nth-child(1) {
  width: 128px;
  height: 69px;
}
.p-model-house .form__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-model-house .form__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-model-house .form__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-model-house .form__title span {
  margin-top: 18px;
}
.p-model-house .form__banner {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 46px auto 0;
}
.p-model-house .form__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 478px);
  gap: 50px;
  justify-content: center;
  margin-top: 62px;
}
.p-model-house .form__container .tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-model-house .form__container .tel-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #fff;
  width: 286px;
}
.p-model-house .form__container .tel-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #fff;
}
.p-model-house .form__container .tel-area__block {
  width: 100%;
  height: 116px;
  padding: 34px 0 0;
  margin-top: 24px;
  background: #fff;
}
.p-model-house .form__container .tel-area__container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.p-model-house .form__container .tel-area__tel {
  --c-tel-color-text: #474645;
  --c-tel-font-size: 30px;
  --c-tel-icon-size: 20px;
  --c-tel-gap: 12px;
}
.p-model-house .form__container .tel-area__note {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.p-model-house .form__container .line-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-model-house .form__container .line-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #fff;
  width: 286px;
}
.p-model-house .form__container .line-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #fff;
}
.p-model-house .form__container .line-area__button {
  height: 116px;
  margin-top: 24px;
}
.p-model-house .form__form {
  max-width: 920px;
  margin: 60px auto 0;
}
.p-model-house .form__form .mail-info {
  margin-top: 8px;
  font-size: 14px;
  line-height: 29px;
}
.p-model-house .form__form .wpcf7-submit {
  width: 326px;
  height: 82px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #604c3f;
}

.p-full-order .b-order-mv {
  background-image: url("../img/pc/full_order_mv_bg.jpg");
}
.p-full-order .concept {
  margin-top: -56px;
}
.p-full-order .concept .top-area {
  height: 704px;
  overflow: hidden;
}
.p-full-order .concept .top-area__container {
  position: relative;
  max-width: 1724px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-full-order .concept .top-area__bg {
  position: absolute;
  top: 0;
  right: 470px;
  width: 1419px;
  height: 704px;
}
.p-full-order .concept .top-area__block {
  position: relative;
  max-width: 330px;
  padding: 158px 0 0;
  margin-left: auto;
}
.p-full-order .concept .top-area__title {
  position: absolute;
  top: 172px;
  left: -212px;
}
.p-full-order .concept .top-area__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  line-height: 61px;
}
.p-full-order .concept .top-area__text {
  max-width: 290px;
  margin-top: 34px;
}
.p-full-order .concept .bottom-area {
  height: 715px;
  margin-top: 36px;
  overflow: hidden;
}
.p-full-order .concept .bottom-area__container {
  position: relative;
  max-width: 1620px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-full-order .concept .bottom-area__bg {
  position: absolute;
  top: 0;
  left: 426px;
  width: 1371px;
  height: 715px;
}
.p-full-order .concept .bottom-area__block {
  position: relative;
  max-width: 330px;
  padding: 94px 0 0;
  margin-right: auto;
}
.p-full-order .concept .bottom-area__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  line-height: 61px;
}
.p-full-order .concept .bottom-area__text {
  max-width: 290px;
  margin-top: 34px;
}
.p-full-order .case-study {
  padding: 72px 40px 0;
}
.p-full-order .case-study__balloon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.p-full-order .case-study__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}
.p-full-order .case-study__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-full-order .case-study__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-full-order .case-study__title span {
  margin: 16px;
}
.p-full-order .case-study__list {
  display: flex;
  flex-direction: column;
  gap: 94px;
  max-width: 1728px;
  margin: 34px auto 0;
}
.p-full-order .case-study .item__image {
  position: relative;
  z-index: -1;
  height: 515px;
}
.p-full-order .case-study .item__image > img {
  object-fit: none;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-full-order .case-study .item__counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 192px;
  padding-top: 20px;
  background: #fff;
}
.p-full-order .case-study .item__deco {
  position: absolute;
  top: 54px;
  left: 86px;
}
.p-full-order .case-study .item__block {
  max-width: 1184px;
  margin: -52px auto 0;
}
.p-full-order .case-study .item__title {
  display: inline-block;
  padding: 32px 40px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-full-order .case-study .item__text {
  padding: 0 40px;
  margin-top: 6px;
}
.p-full-order .works {
  position: relative;
  padding: 134px 40px 86px;
}
.p-full-order .works__bg {
  position: absolute;
  top: 292px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #f1f1f3;
}
.p-full-order .works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-full-order .works__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-full-order .works__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-full-order .works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 572px);
  gap: 62px 56px;
  justify-content: center;
  max-width: 1200px;
  margin: 42px auto 0;
}
.p-full-order .works__list .c-work-card__image {
  height: 222px;
}
.p-full-order .works__button {
  margin: 68px auto 0;
}
.p-full-order .works__button.c-button-circle {
  filter: none;
}
.p-full-order .semi-order {
  padding: 116px 40px 86px;
}
.p-full-order .semi-order__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-full-order .semi-order__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-full-order .semi-order__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-full-order .semi-order__title span {
  margin-top: 26px;
}
.p-full-order .semi-order__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 282px);
  gap: 22px;
  justify-content: center;
  margin-top: 52px;
}
.p-full-order .semi-order__list .item {
  position: relative;
}
.p-full-order .semi-order__list .item a {
  height: 100%;
  padding: 130px 0 20px;
  background: linear-gradient(to top, #f1f1f3 260px, rgba(241, 241, 243, 0.3) 450px);
}
.p-full-order .semi-order__list .item__image {
  position: absolute;
  right: 0;
  bottom: 246px;
  left: 0;
  display: flex;
  justify-content: center;
}
.p-full-order .semi-order__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-full-order .semi-order__list .item__title img {
  height: 43px;
  object-fit: none;
  object-position: top center;
}
.p-full-order .semi-order__list .item__title span {
  margin-top: 10px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-full-order .semi-order__list .item__title::after {
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #604c3f;
}
.p-full-order .semi-order__list .item__text {
  width: 220px;
  margin: 12px auto 0;
  text-align: justify;
}
.p-full-order .semi-order__list .item__button {
  width: 246px;
  margin: 28px auto 0;
}
.p-full-order .semi-order__list .item__button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #606060;
  background: #fff;
  border-radius: 10px;
}
.p-full-order .semi-order__list .item__button a img {
  width: 34px;
  height: 10px;
}
.p-full-order .semi-order__button {
  margin: 52px auto 0;
}
.p-full-order .semi-order__button a::after {
  width: 34px;
  height: 10px;
  background: url("../img/pc/full_order_semi_order_arrow.svg") no-repeat left center;
}
.p-full-order .model-house-banner {
  padding: 40px 0 46px;
}

.p-front-page .mv {
  position: relative;
  max-width: 1920px;
  height: clamp(800px, 100vh, 960px);
  margin: 0 auto;
}
.p-front-page .mv__bg {
  position: absolute;
  inset: 0;
  z-index: 10;
}
@keyframes mvSliderSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80px);
  }
}
@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-front-page .mv__bg .keen-slider__slide {
  width: 2011px;
  height: 961px;
  opacity: 0;
  transition: opacity 2s;
}
.p-front-page .mv__bg .keen-slider__slide.active {
  opacity: 1;
}
.p-front-page .mv__bg .keen-slider__slide.active-animation {
  animation: 10s mvSliderSlide 0s linear both;
}
.p-front-page .mv__filter {
  position: absolute;
  inset: 0;
  z-index: 20;
  background: #604c3f;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.p-front-page .mv__fg {
  position: absolute;
  inset: 0;
  z-index: 30;
}
.p-front-page .mv__ad {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0;
  animation: front_mv_fadein 0.6s 3s forwards;
  animation-play-state: paused;
}
.p-front-page .mv__scroll {
  position: absolute;
  bottom: 24px;
  left: calc(50% - 36px);
  width: 73px;
  height: 68px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  opacity: 0;
  animation: front_mv_fadein 0.6s 1.2s forwards;
  animation-play-state: paused;
}
.p-front-page .mv__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 152px 40px 198px;
}
.p-front-page .mv__text {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
  opacity: 0;
  animation: front_mv_fadein 0.6s 1.2s forwards;
  animation-play-state: paused;
}
.p-front-page .mv__logo {
  margin: 38px 0 100px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
  opacity: 0;
  animation: front_mv_fadein 0.6s 1.2s forwards;
  animation-play-state: paused;
}
.p-front-page .mv__english {
  margin: auto 0 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
  opacity: 0;
  animation: front_mv_fadein 0.6s 1.2s forwards;
  animation-play-state: paused;
}
.p-front-page .mv__animation--running {
  animation-play-state: running;
}
.p-front-page .banner-area {
  position: relative;
  z-index: 200;
  padding: 28px 0;
}
.p-front-page .banner-area__list .c-slider__track {
  justify-content: center;
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .banner-area__list .c-slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 634px;
  height: 284px;
  margin-right: 50px;
}
.p-front-page .banner-area__list .c-slider__item > div {
  height: 100%;
  background: #fff;
}
.p-front-page .banner-area__list .c-slider__item a {
  height: 100%;
}
.p-front-page .banner-area__list .c-slider__item a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-front-page .concept {
  position: relative;
  z-index: 100;
  margin-top: 70px;
}
.p-front-page .concept__trim {
  overflow: hidden;
}
.p-front-page .concept__container {
  position: relative;
  max-width: 782px;
  height: 1185px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .concept__bg {
  position: absolute;
  top: 0;
  right: -569px;
  width: 1920px;
  height: 1185px;
}
.p-front-page .concept__block {
  position: relative;
  max-width: 300px;
  padding-top: 62px;
  margin-left: auto;
}
.p-front-page .concept__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .concept__title span {
  margin-top: 40px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .concept__title::after {
  display: block;
  width: 2px;
  height: 32px;
  margin: 32px 0 0 74px;
  content: "";
  background: #2d2a29;
}
.p-front-page .concept__headline {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  letter-spacing: 0.1em;
}
.p-front-page .concept__text {
  margin-top: 32px;
}
.p-front-page .concept__button {
  position: relative;
  width: 222px;
  margin-top: 82px;
}
.p-front-page .concept__button a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 2px solid rgba(179, 179, 180, 0.5);
}
.p-front-page .concept__button a::before {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 36px;
  height: 10px;
  content: "";
  background: url("../img/pc/front_global_arrow.svg") no-repeat right center;
}
.p-front-page .concept__button span {
  margin-top: 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .life-style {
  max-width: 1920px;
  padding: 100px 0 0;
  margin: -60px auto 0;
  background: linear-gradient(to bottom, #f1f1f3 652px, transparent 652px);
}
.p-front-page .life-style__title {
  display: flex;
  justify-content: center;
}
.p-front-page .life-style__note {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
}
.p-front-page .life-style__list {
  display: flex;
  flex-direction: column;
  gap: 78px;
  margin: 44px auto 0;
}
.p-front-page .life-style .section__block {
  position: relative;
  max-width: 1728px;
  height: 515px;
  padding-left: 216px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top left;
}
.p-front-page .life-style .section__title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 126px;
  height: 414px;
  padding: 50px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.33);
}
.p-front-page .life-style .section__inner {
  padding: 66px 0 0;
}
.p-front-page .life-style .section__catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .life-style .section__catch span {
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .life-style .section__catch::after {
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 26px;
  content: "";
  background: #fff;
}
.p-front-page .life-style .section__text {
  margin-top: 20px;
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .life-style .section__price {
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: center;
  width: 358px;
  padding: 16px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.p-front-page .life-style .section__price dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  border-right: 1px solid #fff;
}
.p-front-page .life-style .section__price dd {
  padding-left: 30px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .life-style .section__price dd span {
  font-size: 21px;
}
.p-front-page .life-style .section__deco {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 352px;
  height: 63px;
}
.p-front-page .life-style .section__button {
  width: 246px;
  margin-top: 44px;
}
.p-front-page .life-style .section__button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #bb9b6f;
  background: #fff;
  border-radius: 10px;
}
.p-front-page .life-style .section__button a img {
  width: 34px;
  height: 10px;
}
.p-front-page .life-style .section__slider {
  margin: -166px 0 0 18.8%;
}
.p-front-page .life-style .section__slider .c-slider__track {
  padding: 60px 0 20px;
  overflow: unset;
}
.p-front-page .life-style .section__slider .c-slider__item {
  width: 408px;
  margin-right: 32px;
}
.p-front-page .life-style .section__slider .item {
  position: relative;
  height: 446px;
  padding: 148px 0 0;
  background: linear-gradient(to top, #f1f1f3 360px, rgba(241, 241, 243, 0.3) 550px);
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .life-style .section__slider .item__image {
  position: absolute;
  right: 0;
  bottom: 312px;
  left: 0;
  display: flex;
  justify-content: center;
}
.p-front-page .life-style .section__slider .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .life-style .section__slider .item__title img {
  height: 43px;
  object-fit: none;
  object-position: top center;
}
.p-front-page .life-style .section__slider .item__title span {
  margin-top: 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-front-page .life-style .section__slider .item__title::after {
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #604c3f;
}
.p-front-page .life-style .section__slider .item__text {
  width: 300px;
  margin: 12px auto 0;
  text-align: justify;
}
.p-front-page .life-style .section__slider .item__button {
  width: 246px;
  margin: 28px auto 0;
}
.p-front-page .life-style .section__slider .item__button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #606060;
  background: #fff;
  border-radius: 10px;
}
.p-front-page .life-style .section__slider .item__button a img {
  width: 34px;
  height: 10px;
}
.p-front-page .life-style .section:nth-child(1) .section__block {
  background-image: url("../img/pc/front_life_style_bg_1.jpg");
}
.p-front-page .life-style .section:nth-child(2) .section__block {
  background-image: url("../img/pc/front_life_style_bg_2.jpg");
}
.p-front-page .life-style .section:nth-child(3) .section__block {
  background-image: url("../img/pc/front_life_style_bg_3.jpg");
}
.p-front-page .site-banner-section {
  position: relative;
  margin-top: 80px;
  isolation: isolate;
}
.p-front-page .site-banner-section::before {
  position: absolute;
  top: 50px;
  right: 142px;
  left: 0;
  z-index: -1;
  display: block;
  height: 260px;
  content: "";
  background: #f1f1f3;
}
.p-front-page .site-banner-section__inner {
  max-width: 1202px;
  margin: 0 auto;
}
.p-front-page .site-banner-section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  justify-content: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .site-banner-section__list li {
  width: 578px;
  background: #fff;
}
.p-front-page .site-banner-section__list li a {
  height: 230px;
}
.p-front-page .site-banner-section__deco {
  display: flex;
  justify-content: flex-end;
  margin: 26px 4px 0 0;
}
.p-front-page .event {
  padding: 94px 0 0;
}
.p-front-page .event__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .event__title span {
  margin-top: 32px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .event__list {
  margin: 36px 0 0 5%;
}
.p-front-page .event__list .c-slider__track {
  overflow: unset;
}
.p-front-page .event__list .c-slider__item {
  width: 540px;
  margin-right: 40px;
}
.p-front-page .event__button {
  margin: 42px auto 0;
}
.p-front-page .works {
  padding: 104px 40px 0;
}
.p-front-page .works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .works__title span {
  margin-top: 32px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .works__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 1728px;
  margin: 48px auto 0;
}
.p-front-page .works .item {
  position: relative;
  height: 672px;
}
.p-front-page .works .item__bg {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.p-front-page .works .item__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-front-page .works .item__filter {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 670px;
}
.p-front-page .works .item__filter-2 {
  position: absolute;
  inset: 0;
  z-index: 30;
}
.p-front-page .works .item__filter-2::after {
  position: absolute;
  right: 48px;
  bottom: 42px;
  display: block;
  width: 68px;
  height: 44px;
  content: "";
  background: url("../img/pc/front_works_arrow.svg") no-repeat;
}
.p-front-page .works .item__fg {
  position: relative;
  z-index: 40;
  height: 100%;
}
.p-front-page .works .item__inner {
  height: 100%;
  padding: 0 100px;
}
.p-front-page .works .item__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 270px;
  height: 100%;
  padding-bottom: 90px;
}
.p-front-page .works .item__counter {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-front-page .works .item__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 28px;
}
.p-front-page .works .item__headline span {
  padding: 6px 12px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  line-height: 30px;
  color: #604c3f;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-front-page .works .item__detail {
  margin-top: 18px;
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-front-page .works .item:nth-child(odd) .item__filter {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}
.p-front-page .works .item:nth-child(odd) .item__block {
  margin-left: auto;
}
.p-front-page .works .item:nth-child(even) .item__filter {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}
.p-front-page .works .item:nth-child(even) .item__block {
  margin-right: auto;
}
.p-front-page .works__button {
  margin: 44px auto 0;
}
.p-front-page .flow {
  position: relative;
  z-index: 100;
  margin-top: 84px;
}
.p-front-page .flow__trim {
  overflow: hidden;
}
.p-front-page .flow__container {
  position: relative;
  max-width: 1710px;
  height: 723px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .flow__bg {
  position: absolute;
  top: 0;
  right: 534px;
  width: 1281px;
  height: 723px;
}
.p-front-page .flow__block {
  position: relative;
  max-width: 340px;
  padding-top: 48px;
  margin-left: auto;
}
.p-front-page .flow__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .flow__title span {
  margin-top: 32px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .flow__title::after {
  display: block;
  width: 2px;
  height: 32px;
  margin: 32px 0 0 58px;
  content: "";
  background: #2d2a29;
}
.p-front-page .flow__headline {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  letter-spacing: 0.1em;
}
.p-front-page .flow__text {
  max-width: 270px;
  margin-top: 32px;
}
.p-front-page .flow__button {
  position: relative;
  width: 222px;
  margin-top: 64px;
}
.p-front-page .flow__button a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 2px solid rgba(179, 179, 180, 0.5);
}
.p-front-page .flow__button a::before {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 36px;
  height: 10px;
  content: "";
  background: url("../img/pc/front_global_arrow.svg") no-repeat right center;
}
.p-front-page .flow__button span {
  margin-top: 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .b-model-house-banner {
  padding: 120px 40px 0;
}
.p-front-page .bg-area-1 {
  position: relative;
  margin-top: 82px;
}
.p-front-page .bg-area-1__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 10;
  background: #f1f1f3;
}
.p-front-page .bg-area-1__fg {
  position: relative;
  z-index: 20;
}
.p-front-page .news {
  padding: 84px 0 66px;
}
.p-front-page .news__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5.1%;
}
.p-front-page .news__title {
  display: flex;
  align-items: center;
}
.p-front-page .news__title span {
  margin-left: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .news__list {
  margin: 26px 0 0 5.1%;
}
.p-front-page .news .c-slider__track {
  overflow: unset;
}
.p-front-page .news .c-slider__item {
  width: 380px;
  margin-right: 28px;
}
.p-front-page .news .c-slider__arrow-left {
  top: 98px;
  left: -30px;
  width: 56px;
  height: 56px;
  background: #fff url("../img/pc/front_news_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .instagram {
  display: flex;
  justify-content: center;
}
.p-front-page .instagram__banner {
  background: #fff;
}
.p-front-page .renovation {
  max-width: 1920px;
  margin: 106px auto 0;
  isolation: isolate;
}
.p-front-page .renovation__trim {
  overflow: hidden;
}
.p-front-page .renovation__container {
  position: relative;
  max-width: 1528px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .renovation__bg {
  position: absolute;
  top: 0;
  left: -204px;
  z-index: -1;
  width: 1940px;
  height: 475px;
}
.p-front-page .renovation__block {
  height: 475px;
  padding-top: 64px;
}
.p-front-page .renovation__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .renovation__title span {
  margin-top: 30px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-front-page .renovation__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 36px;
}
.p-front-page .renovation__headline span {
  padding: 6px 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  line-height: 30px;
  color: #474645;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-front-page .renovation__text {
  margin-top: 12px;
}
.p-front-page .renovation__button {
  display: flex;
  margin-top: 44px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #2d2a29;
}
.p-front-page .renovation__button a {
  display: flex;
  align-items: center;
}
.p-front-page .renovation__button a::after {
  display: block;
  width: 68px;
  height: 44px;
  margin-left: 20px;
  content: "";
  background: url("../img/pc/front_renovation_arrow.svg") no-repeat;
}
.p-front-page .contact-section {
  padding: 116px 40px 0;
}
.p-front-page .thoughts {
  position: relative;
  max-width: 1920px;
  margin: 92px auto 0;
}
.p-front-page .thoughts__bg {
  position: absolute;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #503b29;
}
.p-front-page .thoughts__fg {
  position: relative;
  z-index: 50;
}
.p-front-page .thoughts__trim {
  overflow: hidden;
  isolation: isolate;
}
.p-front-page .thoughts__container {
  position: relative;
  max-width: 1586px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .thoughts__image {
  position: absolute;
  top: 0;
  left: 492px;
  z-index: -2;
  width: 1243px;
  height: 847px;
}
.p-front-page .thoughts__deco {
  position: absolute;
  top: 810px;
  left: 1032px;
  z-index: -1;
  width: 391px;
  height: 95px;
}
.p-front-page .thoughts__block {
  position: relative;
  max-width: 640px;
  padding: 148px 0 100px;
  margin-right: auto;
}
.p-front-page .thoughts__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .thoughts__title span {
  margin-top: 22px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
  color: #b7b7c4;
}
.p-front-page .thoughts__title::after {
  display: block;
  width: 2px;
  height: 32px;
  margin: 32px 0 0 68px;
  content: "";
  background: #b7b7c4;
}
.p-front-page .thoughts__headline {
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-front-page .thoughts__text {
  max-width: 540px;
  margin-top: 34px;
  color: #fff;
}
.p-front-page .thoughts__button-container {
  display: flex;
  gap: 108px;
  margin-top: 54px;
}
.p-front-page .thoughts__button {
  position: relative;
  width: 222px;
}
.p-front-page .thoughts__button img {
  height: 26px;
  object-fit: none;
  object-position: top left;
}
.p-front-page .thoughts__button a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: 2px solid rgba(179, 179, 180, 0.5);
}
.p-front-page .thoughts__button a::before {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 36px;
  height: 10px;
  content: "";
  background: url("../img/pc/front_global_arrow.svg") no-repeat right center;
}
.p-front-page .thoughts__button span {
  margin-top: 12px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.p-flow .main-area {
  margin-top: 130px;
}
.p-flow .main-area__list {
  display: flex;
  flex-direction: column;
}
.p-flow .section {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.p-flow .section .pin {
  position: absolute;
  left: calc(50% - 4px);
}
.p-flow .section .clip {
  overflow: hidden;
}
.p-flow .section .container {
  position: relative;
  padding: 0 40px;
  margin: 0 auto;
}
.p-flow .section .bg {
  position: absolute;
  top: 0;
}
.p-flow .section .bg img {
  object-fit: none;
  width: 100%;
  height: 100%;
}
.p-flow .section .block {
  max-width: 480px;
}
.p-flow .section .title {
  display: flex;
  align-items: center;
}
.p-flow .section .title span {
  margin-left: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-flow .section .headline {
  margin-top: 36px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
}
.p-flow .section .english {
  margin-top: 26px;
}
.p-flow .section .text {
  margin-top: 44px;
}
.p-flow .section .slider {
  height: 364px;
  margin-bottom: 60px;
}
.p-flow .section .bar {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 25px 42px;
  margin: 0 auto;
  background: #f1f1f3;
}
.p-flow .section .bar__text {
  margin-left: 48px;
}
.p-flow .section .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 18px;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 18px auto 0;
}
.p-flow .section .list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 0 48px;
  background: #f1f1f3;
}
.p-flow .section .list__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-flow .section .list__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-flow .section .list__title img {
  height: 14px;
  margin-top: 16px;
  object-fit: none;
  object-position: top center;
}
.p-flow .section .list__text {
  width: 332px;
  margin-top: 10px;
  text-align: justify;
  letter-spacing: 0.02em;
}
.p-flow .section .badge-area {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -114px;
}
.p-flow .section .badge-area__badge {
  width: 216px;
  height: 242px;
}
.p-flow .section .badge-area__text {
  margin-top: 18px;
  text-align: center;
}
.p-flow .section .center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-flow .section .center .headline {
  text-align: center;
}
.p-flow .section .center .text {
  text-align: center;
}
.p-flow .section .important .container {
  max-width: 1094px;
  height: 408px;
}
.p-flow .section .important .bg {
  z-index: -1;
}
.p-flow .section .important .title {
  margin-top: 18px;
}
.p-flow .section .important .text {
  margin-top: 24px;
}
.p-flow .section .right .container {
  max-width: 1760px;
}
.p-flow .section .right .block {
  margin-left: auto;
}
.p-flow .section .left .container {
  max-width: 1656px;
}
.p-flow .section--1 {
  margin-top: 0;
}
.p-flow .section--1 .pin {
  top: 0;
}
.p-flow .section--1 .clip {
  min-height: 706px;
}
.p-flow .section--1 .block {
  padding-top: 70px;
}
.p-flow .section--1 .bg {
  right: 688px;
  width: 1151px;
  height: 706px;
}
.p-flow .section--2 {
  margin-top: 44px;
}
.p-flow .section--2 .pin {
  top: 0;
}
.p-flow .section--2 .clip {
  min-height: 0;
}
.p-flow .section--2 .block {
  padding-top: 0;
}
.p-flow .section--2 .bg {
  height: 0;
}
.p-flow .section--3 {
  margin-top: 68px;
}
.p-flow .section--3 .pin {
  top: -80px;
}
.p-flow .section--3 .clip {
  min-height: 709px;
}
.p-flow .section--3 .block {
  padding-top: 156px;
}
.p-flow .section--3 .bg {
  right: 604px;
  width: 969px;
  height: 709px;
}
.p-flow .section--4 {
  margin-top: 116px;
}
.p-flow .section--4 .pin {
  top: -94px;
}
.p-flow .section--4 .clip {
  min-height: 0;
}
.p-flow .section--4 .block {
  padding-top: 0;
}
.p-flow .section--4 .bg {
  height: 0;
}
.p-flow .section--5 {
  margin-top: 124px;
}
.p-flow .section--5 .pin {
  top: -90px;
}
.p-flow .section--5 .clip {
  min-height: 706px;
}
.p-flow .section--5 .block {
  padding-top: 74px;
}
.p-flow .section--5 .bg {
  width: 1151px;
  left: 638px;
  height: 706px;
}
.p-flow .section--6 {
  margin-top: 130px;
}
.p-flow .section--6 .pin {
  top: -90px;
}
.p-flow .section--6 .clip {
  min-height: 796px;
}
.p-flow .section--6 .block {
  padding-top: 80px;
}
.p-flow .section--6 .bg {
  width: 1231px;
  right: 316px;
  height: 796px;
}
.p-flow .section--7 {
  margin-top: 108px;
}
.p-flow .section--7 .pin {
  top: -64px;
}
.p-flow .section--7 .clip {
  min-height: 428px;
}
.p-flow .section--7 .block {
  padding-top: 0;
}
.p-flow .section--7 .bg {
  width: 1922px;
  left: -414px;
  top: 8px;
  height: 428px;
}
.p-flow .section--8 {
  margin-top: 118px;
}
.p-flow .section--8 .pin {
  top: -80px;
}
.p-flow .section--8 .clip {
  min-height: 0;
}
.p-flow .section--8 .block {
  padding-top: 0;
}
.p-flow .section--8 .bg {
  height: 0;
}
.p-flow .section--9 {
  margin-top: 110px;
}
.p-flow .section--9 .pin {
  top: -82px;
}
.p-flow .section--9 .clip {
  min-height: 823px;
}
.p-flow .section--9 .block {
  padding-top: 74px;
}
.p-flow .section--9 .bg {
  width: 1585px;
  right: 256px;
  height: 823px;
}
.p-flow .section--10 {
  margin-top: 94px;
}
.p-flow .section--10 .pin {
  top: -74px;
}
.p-flow .section--10 .clip {
  min-height: 0;
}
.p-flow .section--10 .block {
  padding-top: 0;
}
.p-flow .section--10 .bg {
  height: 0;
}
.p-flow .model-house {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 76px 0 32px;
}
.p-flow .model-house__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  text-align: center;
}
.p-flow .model-house__english {
  margin-top: 26px;
}
.p-flow .model-house__text {
  margin-top: 44px;
  text-align: center;
}
.p-flow .model-house__banner {
  margin-top: 86px;
}

.p-design .concept {
  position: relative;
  z-index: 100;
  margin-top: 128px;
}
.p-design .concept .top-area__trim {
  overflow: hidden;
}
.p-design .concept .top-area__container {
  position: relative;
  max-width: 1808px;
  height: 706px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-design .concept .top-area__bg {
  position: absolute;
  top: 0;
  right: 584px;
  width: 1281px;
  height: 723px;
}
.p-design .concept .top-area__block {
  position: relative;
  max-width: 500px;
  padding-top: 30px;
  margin-left: auto;
}
.p-design .concept .top-area__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-design .concept .top-area__title::after {
  display: block;
  width: 2px;
  height: 32px;
  margin: 18px 0 0 82px;
  content: "";
  background: #b7b7c4;
}
.p-design .concept .top-area__headline {
  margin-top: 12px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  letter-spacing: 0.1em;
}
.p-design .concept .top-area__english {
  margin-top: 24px;
}
.p-design .concept .top-area__text {
  margin-top: 46px;
}
.p-design .concept .bottom-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 812px;
  padding-top: 12px;
  margin-top: 82px;
  background: url("../img/pc/design_concept_bottom_bg.png") no-repeat top center;
}
.p-design .concept .bottom-area__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-design .concept .bottom-area__english {
  margin-top: 24px;
}
.p-design .concept .bottom-area__text {
  margin-top: 48px;
  text-align: center;
}
.p-design .feature {
  position: relative;
  padding: 102px 0 16px;
  margin-top: -44px;
  isolation: isolate;
}
.p-design .feature__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -2;
  height: 962px;
  background: #f1f1f3;
}
.p-design .feature__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 766px;
  height: 1162px;
  background: #f1f1f3;
}
.p-design .feature__fg {
  position: relative;
}
.p-design .feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-design .feature__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-design .feature__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-design .feature__title span {
  margin-top: 26px;
}
.p-design .feature__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, 384px);
  gap: 22px;
  justify-content: center;
  margin-top: 58px;
}
.p-design .feature__nav a {
  display: flex;
  align-items: center;
  height: 82px;
  padding: 0 22px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-design .feature__nav a::after {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/design_feature_nav_chevron.svg") no-repeat;
}
.p-design .feature__nav img {
  flex: 0 0 auto;
}
.p-design .feature__nav span {
  margin-left: 14px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-design .feature__list {
  display: flex;
  flex-direction: column;
  gap: 88px;
  margin-top: 74px;
}
.p-design .feature .section {
  min-height: 609px;
  overflow: hidden;
  isolation: isolate;
}
.p-design .feature .section__container {
  position: relative;
  max-width: 1622px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-design .feature .section__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 1233px;
  height: 609px;
}
.p-design .feature .section__inner {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}
.p-design .feature .section__consider {
  width: 100%;
  max-width: 820px;
  padding-top: 510px;
}
.p-design .feature .section__block {
  max-width: 430px;
  padding-top: 26px;
}
.p-design .feature .section__headline {
  margin-top: 12px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
}
.p-design .feature .section__english {
  margin-top: 26px;
}
.p-design .feature .section__text {
  max-width: 410px;
  margin-top: 44px;
}
.p-design .feature .section__text-2 {
  max-width: 410px;
  margin-top: 48px;
}
.p-design .feature .section .cost {
  margin-top: 44px;
}
.p-design .feature .section .cost__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-design .feature .section .cost__list dl {
  display: flex;
  gap: 10px;
  align-items: center;
}
.p-design .feature .section .cost__list dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 34px;
  font-weight: normal;
  background: #f1f1f3;
  border-radius: 17px;
}
.p-design .feature .section .cost__list dl dd {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-design .feature .section .cost__list dl dd span {
  font-size: 30px;
}
.p-design .feature .section .consider-2 {
  margin-top: 6px;
}
.p-design .feature .section .consider-2__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 256px);
  gap: 18px;
}
.p-design .feature .section .consider-2 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 122px;
  padding-top: 46px;
  background: #f1f1f3;
}
.p-design .feature .section .consider-2 span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-design .feature .section .consider-2 img {
  margin-top: 14px;
}
.p-design .feature .section .consider-3 {
  max-width: 800px;
  padding: 24px 0;
  margin-top: 4px;
  background: #f1f1f3;
}
.p-design .feature .section .consider-3 dl {
  display: grid;
  grid-template-columns: 306px 1fr;
}
.p-design .feature .section .consider-3 dt {
  height: 75px;
  padding: 8px 0 0 50px;
  border-right: 2px solid #fff;
}
.p-design .feature .section .consider-3 dd {
  padding: 2px 42px 0 48px;
}
.p-design .feature .section .consider-3 span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-design .feature .section .consider-3 img {
  margin-top: 8px;
}
.p-design .feature .section:nth-child(odd) .section__bg {
  right: 538px;
}
.p-design .feature .section:nth-child(even) .section__inner {
  flex-direction: row-reverse;
}
.p-design .feature .section:nth-child(even) .section__bg {
  left: 538px;
}

.p-contact .main {
  padding: 124px 0 106px;
  background: #f1f1f3;
}
.p-contact .catalog {
  max-width: 1200px;
  padding: 72px 40px 58px;
  margin: 0 auto 48px;
  background: #fff;
}
.p-contact .catalog__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-contact .catalog__english {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-contact .catalog__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  margin: 36px auto 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #f1f1f3;
  border-radius: 26px;
}
.p-contact .catalog__text {
  margin-top: 20px;
  text-align: center;
}
.p-contact .catalog__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 314px);
  gap: 40px;
  justify-content: center;
  margin-top: 32px;
}
.p-contact .catalog .item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 314px;
}
.p-contact .catalog .item__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-contact .catalog .item__title {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
}
.p-contact .catalog__button {
  width: 394px;
  margin: 46px auto 0;
}
.p-contact .catalog__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #503b29;
}
.p-contact .catalog__button a::after {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  content: "";
  background: url("../img/pc/contact_catalog_chevron.svg") no-repeat;
}
.p-contact .contact-section {
  max-width: 1200px;
  padding: 72px 40px 78px;
  margin: 0 auto;
  background: #fff;
}
.p-contact .contact-section__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-contact .contact-section__english {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-contact .contact-section__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 18px;
  justify-content: center;
  max-width: 1200px;
  margin: 58px auto 0;
}
.p-contact .contact-section__container > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 146px;
  border-left: 3px solid #f6f5f5;
}
.p-contact .contact-section__container > *:last-of-type {
  border-right: 3px solid #f6f5f5;
}
.p-contact .contact-section__container .tel-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #f1f1f3;
}
.p-contact .contact-section__container .tel-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #f1f1f3;
}
.p-contact .contact-section__container .tel-area__tel {
  margin-top: 30px;
  --c-tel-icon-size: 20px;
  --c-tel-font-size: 30px;
  --c-tel-gap: 10px;
  --c-tel-color-text: #474645;
  --c-tel-url-tel-icon: url("../img/pc/icon_tel_black_white.svg");
}
.p-contact .contact-section__container .tel-area__time {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1;
}
.p-contact .contact-section__container .line-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #f1f1f3;
}
.p-contact .contact-section__container .line-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #f1f1f3;
}
.p-contact .contact-section__container .line-area__button {
  width: 270px;
  height: 59px;
  margin: 34px auto 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-contact .contact-section__container .contact-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  letter-spacing: 0.1em;
  background: #f1f1f3;
}
.p-contact .contact-section__container .contact-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #f1f1f3;
}
.p-contact .contact-section__container .contact-area__button {
  width: 300px;
  margin-top: 32px;
}
.p-contact .contact-section__form {
  max-width: 920px;
  margin: 48px auto 0;
}
.p-contact .contact-section__form .mail-info {
  margin-top: 8px;
  font-size: 14px;
  line-height: 29px;
}
.p-contact .contact-section__form .wpcf7-submit {
  width: 266px;
  height: 74px;
  padding-left: 34px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: left;
  background: #604c3f url("../img/pc/contact_form_button_chevron.svg") top 30px right 34px/9px 16px no-repeat;
  border-radius: 4px;
}

.p-archive-work .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive-work .main__bg {
  padding: 104px 40px 90px;
  background: #f1f1f3;
}
.p-archive-work .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 690px);
  gap: 58px 62px;
  justify-content: center;
}
.p-archive-work .main .c-event-card__overview {
  background: #fff;
}
.p-archive-work .wp-pagenavi {
  padding: 90px 0 0;
}

.p-archive-event .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive-event .main__bg {
  padding: 104px 40px 94px;
  background: #f1f1f3;
}
.p-archive-event .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 540px);
  gap: 84px 40px;
  justify-content: center;
}
.p-archive-event .main .c-event-card__overview {
  background: #fff;
}
.p-archive-event .wp-pagenavi {
  padding: 44px 0 0;
}
.p-archive-event .b-site-banner {
  margin-top: 38px;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 104px 40px 94px;
  background: #f1f1f3;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 54px;
  max-width: 1200px;
  margin: 0 auto;
}
.p-archive .main__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-archive .main__item {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-archive .main__category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-archive .wp-pagenavi {
  padding: 44px 0 0;
}
.p-archive .b-site-banner {
  margin-top: 38px;
}

.p-after-support .top-area {
  padding: 78px 0 0;
}
.p-after-support .top-area__headline {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 61px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-after-support .top-area__text {
  margin-top: 34px;
  text-align: center;
}
.p-after-support .support {
  padding: 106px 0 86px;
}
.p-after-support .support__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-after-support .support__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-after-support .support__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-after-support .support__title span {
  margin-top: 16px;
}
.p-after-support .support__figure {
  position: relative;
  left: -8px;
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.p-after-support .support .problem {
  position: relative;
  max-width: 1196px;
  height: 334px;
  margin: 58px auto 0;
  background: url("../img/pc/after_support_bg.jpg") no-repeat center;
}
.p-after-support .support .problem::before {
  position: absolute;
  top: 52px;
  left: 68px;
  display: block;
  width: 162px;
  height: 162px;
  content: "";
  background: url("../img/pc/after_support_circle.png") no-repeat;
}
.p-after-support .support .problem__title {
  padding: 52px 0 0 248px;
}
.p-after-support .support .problem__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 26px 0 0 248px;
}
.p-after-support .support .problem__headline span {
  padding: 11px 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-after-support .support .problem__note {
  padding: 26px 0 0 80px;
  color: #fff;
}
.p-after-support .support__note {
  max-width: 1200px;
  margin: 30px auto 0;
}
.p-after-support .insurance {
  max-width: 1920px;
  padding: 578px 0 30px;
  margin: 0 auto;
  background: url("../img/pc/after_insurance_bg.jpg") no-repeat top center;
}
.p-after-support .insurance__balloon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.p-after-support .insurance__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}
.p-after-support .insurance__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-after-support .insurance__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-after-support .insurance__title span {
  margin-top: 16px;
}
.p-after-support .insurance__note {
  margin-top: 24px;
  text-align: center;
}
.p-after-support .insurance__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 28px;
  justify-content: center;
  margin-top: 46px;
}
.p-after-support .insurance .item {
  padding: 54px 0 56px;
  background: #f1f1f3;
}
.p-after-support .insurance .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-after-support .insurance .item__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-after-support .insurance .item__title img {
  height: 14px;
  margin-top: 20px;
  object-fit: none;
  object-position: top center;
}
.p-after-support .insurance .item__title::after {
  display: block;
  width: 32px;
  height: 1px;
  margin-top: 16px;
  content: "";
  background: #b7b7c4;
}
.p-after-support .insurance .item__text {
  width: 304px;
  margin: 16px auto 0;
}

.p-about .philosophy {
  padding: 90px 40px 84px;
}
.p-about .philosophy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .philosophy__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-about .philosophy__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-about .philosophy__title span {
  margin-top: 20px;
}
.p-about .philosophy__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 30px;
  justify-content: center;
  margin-top: 66px;
}
.p-about .philosophy .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 48px;
  background: #f1f1f3;
}
.p-about .philosophy .item > svg {
  margin-top: -22px;
}
.p-about .philosophy .item__counter {
  margin-top: 26px;
}
.p-about .philosophy .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.075em;
}
.p-about .philosophy .item__title img {
  margin-top: 14px;
}
.p-about .philosophy .item__text {
  width: 294px;
  margin-top: 24px;
  text-align: justify;
  letter-spacing: 0.02em;
}
.p-about .greeting {
  max-width: 1920px;
  margin: 0 auto 0;
  overflow: hidden;
}
.p-about .greeting__container {
  position: relative;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-about .greeting__bg {
  position: absolute;
  top: 0;
  left: -320px;
  z-index: -1;
  width: 1920px;
  height: 680px;
}
.p-about .greeting__bg img {
  object-fit: none;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.p-about .greeting__block {
  max-width: 520px;
  height: 680px;
  padding-top: 70px;
}
.p-about .greeting__headline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
}
.p-about .greeting__headline span {
  padding: 12px 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-about .greeting__text {
  max-width: 530px;
  margin-top: 32px;
  color: #fff;
}
.p-about .greeting__signature {
  display: flex;
  align-items: center;
  margin-top: 26px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.p-about .greeting__signature span {
  margin-left: 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
}
.p-about .staff {
  padding: 88px 40px 0;
}
.p-about .staff__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .staff__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-about .staff__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-about .staff__title span {
  margin-top: 20px;
}
.p-about .staff__list {
  display: flex;
  flex-direction: column;
  gap: 54px;
  max-width: 1200px;
  margin: 48px auto 0;
}
.p-about .company {
  padding: 118px 40px 70px;
}
.p-about .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .company__title img {
  height: 57px;
  object-fit: none;
  object-position: top center;
}
.p-about .company__title span {
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-about .company__title span {
  margin-top: 20px;
}
.p-about .company__list {
  margin-top: 40px;
}
.p-about .google-map {
  height: 420px;
}
.p-about .model-house {
  padding-bottom: 44px;
  margin-top: 88px;
}
