/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** 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);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #474645;
  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 .mail-info {
  margin: 10px 0;
  font-size: 14px;
}
.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: #a28861;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #a28861;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-work-slider .c-slider__track {
  justify-content: center;
  overflow: unset;
}
.c-work-slider .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;
  border-radius: 50%;
}
.c-work-slider .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;
  border-radius: 50%;
}
.c-work-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 826px;
  height: 550px;
  margin-right: 40px;
}
.c-work-slider .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-work-slider__sub-slider {
  margin-top: 60px;
}
.c-work-slider__sub-slider ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 102px);
  gap: 8px;
  justify-content: center;
}
.c-work-slider__sub-slider ul li {
  height: 68px;
}
.c-work-slider__sub-slider ul li button {
  width: 100%;
  height: 100%;
}
.c-work-slider__sub-slider ul li button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-work-slider__sub-slider ul li button img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-work-card__image {
  height: 350px;
  background: #9e9e9f;
}
.c-work-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-work-card__title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
}
.c-work-card__info {
  display: flex;
  align-items: center;
  margin-top: 6px;
  font-size: 14px;
  line-height: 26px;
}
.c-work-card__info::before {
  display: block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  content: "";
  background: url("../img/pc/c_work_card_info_icon.svg") no-repeat;
}

.c-text-theme {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-text-theme span {
  margin-top: 26px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.c-text-theme::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #604c3f;
}

.c-text-slash {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: center;
}
.c-text-slash span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-text-slash::before {
  position: relative;
  top: 18px;
  display: block;
  width: 1px;
  height: 37px;
  content: "";
  background-color: #000;
  transform: rotate(-37deg);
}
.c-text-slash::after {
  position: relative;
  top: 18px;
  display: block;
  width: 1px;
  height: 37px;
  content: "";
  background-color: #000;
  transform: rotate(37deg);
}

.c-staff-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-staff-card__image {
  width: 100%;
  padding: 6px;
  background: #f7f5f0;
}
.c-staff-card__image-inner {
  height: 176px;
  background: #9e9e9f;
}
.c-staff-card__image-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-staff-card__position {
  width: 178px;
  padding: 8px 12px;
  margin-top: -18px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #c7ba9a;
}
.c-staff-card__name {
  margin: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
}

.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 {
  animation: slide1 120s -60s linear infinite;
}
.c-slider-smooth__group--dummy {
  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-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-reform-menu {
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}
.c-reform-menu__container {
  display: flex;
}
.c-reform-menu__image {
  flex: 0 0 auto;
  width: 188px;
  height: 138px;
  background: #9e9e9f;
}
.c-reform-menu__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-reform-menu__main {
  flex: 1 1 auto;
  padding: 0 24px;
}
.c-reform-menu__title {
  padding: 20px 0;
  font-size: 23px;
  font-weight: bold;
  line-height: 32px;
  color: #604c3f;
  border-bottom: 1px solid #604c3f;
}
.c-reform-menu .price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 14px 0;
}
.c-reform-menu .price-block__title {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
}
.c-reform-menu .price-block__value {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #604c3f;
}

.c-reform-before-after {
  padding: 14px;
  background: #f7f5f0;
  container-type: inline-size;
}
.c-reform-before-after__title {
  display: flex;
  justify-content: center;
  padding: 18px 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #3e3a39;
  text-align: center;
  letter-spacing: 0.1em;
  background: #fff;
}
.c-reform-before-after__image-container {
  display: flex;
  gap: 72px;
  justify-content: center;
  margin-top: 26px;
}
@container (width < 1172px) {
  .c-reform-before-after__image-container {
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }
}
.c-reform-before-after__before {
  position: relative;
  width: 538px;
  height: 358px;
  background: #3e3a39;
}
.c-reform-before-after__before > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-reform-before-after__before-text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 46px;
  background: #f7f5f0;
}
.c-reform-before-after__after {
  position: relative;
  width: 538px;
  height: 358px;
  background: #3e3a39;
}
.c-reform-before-after__after > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-reform-before-after__after::before {
  position: absolute;
  top: 164px;
  left: -54px;
  z-index: 10;
  display: block;
  width: 34px;
  height: 32px;
  content: "";
  background: url("../img/pc/c_reform_before_after_arrow.svg") no-repeat;
}
@container (width < 1172px) {
  .c-reform-before-after__after::before {
    top: -48px;
    left: calc(50% - 17px);
    transform: rotate(90deg);
  }
}
.c-reform-before-after__after-text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 46px;
  background: #f7f5f0;
}
.c-reform-before-after__main {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding: 20px 40px 42px;
  margin-top: 16px;
  background: #fff;
}
.c-reform-before-after__table {
  display: flex;
  flex-direction: column;
}
.c-reform-before-after__table dl {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 40px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(62, 58, 57, 0.25);
}
.c-reform-before-after__table dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  background: #f7f5f0;
}
.c-reform-before-after__table dl dd {
  display: flex;
  align-items: center;
  min-height: 56px;
}
.c-reform-before-after .detail__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-reform-before-after .detail__title::after {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 14px;
  content: "";
  background: #c7ba9a;
}
.c-reform-before-after .detail__text {
  margin-top: 12px;
}

.c-qa-product {
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.c-qa-product__title-inner {
  display: flex;
  align-items: center;
  padding: 19px 36px 19px 36px;
}
.c-qa-product__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 17px;
  height: 19px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/c_qa_product_q.png");
  background-image: image-set(url("../img/pc/c_qa_product_q.png") 1x, url("../img/pc/c_qa_product_q@2x.png") 2x);
}
.c-qa-product__title-inner::after {
  display: block;
  width: 16px;
  height: 9px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_qa_product_chevron.svg") no-repeat;
}
.c-qa-product__title {
  padding: 0 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.c-qa-product__content-inner {
  padding: 16px 32px 30px;
  color: #474645;
  background: #fff;
}
.c-qa-product__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-product__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-qa {
  border: 1px solid #604c3f;
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 18px 36px 18px 28px;
  background: #604c3f;
}
.c-qa__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 17px;
  height: 19px;
  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 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
  color: #474645;
  background: #fff;
}
.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%;
  background: #fff;
}
.c-post-front-news-card__image {
  height: 258px;
  background-color: #9e9e9f;
}
.c-post-front-news-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-card__main {
  padding: 24px 30px 32px;
}
.c-post-front-news-card__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.c-post-front-news-card__title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0.05em;
}
.c-post-front-news-card__content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
  letter-spacing: 0.05em;
}

.c-post-front-news-bar a {
  display: grid;
  grid-template-columns: 182px 1fr;
  gap: 40px;
  height: 100%;
  padding: 26px 0 20px;
}
.c-post-front-news-bar__image {
  height: 102px;
  background-color: #9e9e9f;
}
.c-post-front-news-bar__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-bar__main {
  padding: 10px 0;
}
.c-post-front-news-bar__date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.c-post-front-news-bar__title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: 0.05em;
}
.c-post-front-news-bar__content {
  margin-top: 6px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
  letter-spacing: 0.05em;
}

.c-post-front-event-card__image-block {
  position: relative;
  height: 540px;
  background: #9e9e9f;
}
.c-post-front-event-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.c-post-front-event-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-event-card .tag-block {
  position: relative;
  z-index: 20;
  height: 100%;
  padding: 18px;
}
.c-post-front-event-card .tag-block__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-end;
  height: 100%;
}
.c-post-front-event-card .tag-block__item {
  padding: 2px 12px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border-radius: 100000000px;
}
.c-post-front-event-card .tag-block__item--color {
  color: #fff;
  background: #c79e63;
}
.c-post-front-event-card__title {
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
}
.c-post-front-event-card__note {
  font-size: 14px;
  line-height: 26px;
  color: #604c3f;
}

.c-post-category-list__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #a38a77;
}
.c-post-category-list__list {
  padding: 6px 0 10px;
  background-color: #fff;
}
.c-post-category-list__list .parent__title {
  border-bottom: 1px dashed rgba(216, 217, 217, 0.75);
}
.c-post-category-list__list .parent__title a {
  position: relative;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 22px;
}
.c-post-category-list__list .parent__child-list {
  padding-left: 1em;
}
.c-post-category-list__list .parent__child-list .child {
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.c-post-category-list__list .parent__child-list .child a {
  position: relative;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 22px;
}
.c-post-category-list__list .parent:last-of-type:not(:has(.parent__child-list)) .parent__title {
  border-bottom: unset;
}
.c-post-category-list__list .parent:last-of-type .child:last-of-type {
  border-bottom: unset;
}

.c-post-archive-bar a {
  display: grid;
  grid-template-columns: 276px 1fr;
  gap: 26px;
  padding: 40px 0;
}
.c-post-archive-bar__image {
  position: relative;
  height: 182px;
  background-color: #9e9e9f;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.c-post-archive-bar__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-post-archive-bar__category {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 10;
  padding: 8px 20px;
  background: #a38a77;
}
.c-post-archive-bar__category--event {
  background: #a38a77;
}
.c-post-archive-bar__category--news-and-blog {
  background: #c7ba9a;
}
.c-post-archive-bar__main {
  padding-top: 4px;
}
.c-post-archive-bar__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.c-post-archive-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
}
.c-post-archive-bar__date {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #b2b2b3;
}
.c-post-archive-bar__content {
  margin-top: 10px;
}

.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 {
  height: 100%;
  background: #9e9e9f;
}
.c-popup-ad__block a {
  height: 100%;
}
.c-popup-ad__block img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.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-drawer-button {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-drawer-button__bar {
  position: relative;
  width: 36px;
  height: 2px;
  border-radius: 1px;
  transition: 0.2s all 0.1s;
  transform-origin: 50% 50%;
}
.c-drawer-button__bar::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: #474645;
}
.c-drawer-button__bar--1::before {
  width: 36px;
}
.c-drawer-button__bar--2::before {
  width: 32px;
}
.c-drawer-button__bar--3::before {
  width: 28px;
}
.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-archive-nothing {
  max-width: 1084px;
  padding: 100px 0;
  margin: 0 auto;
}

.b-works-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-works-block__title::after {
  display: block;
  width: 20px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #2d4e60;
}
.b-works-block__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 524px);
  gap: 40px 28px;
  justify-content: center;
  margin-top: 24px;
}
.b-works-block__button {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}

.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-system-mv {
  position: relative;
  z-index: 1000;
  padding: 108px 40px 0;
}
.b-system-mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-system-mv__title span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #c7ba9a;
  letter-spacing: 0.1em;
}
.b-system-mv__title img {
  margin-top: 34px;
}

.b-site-banner {
  position: relative;
}
.b-site-banner__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 1780px;
  background: #f7f5f0;
}
.b-site-banner__fg {
  position: relative;
  z-index: 20;
  padding: 98px 40px 68px;
}
.b-site-banner__slider {
  max-width: 1200px;
  margin: 0 auto;
}
.b-site-banner__slider .c-slider__track {
  overflow: unset;
}
.b-site-banner__slider .c-slider__item {
  width: 385px;
  margin-right: 21px;
}
.b-site-banner__slider .c-slider__arrow-left {
  top: 110px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/b_site_banner_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.b-site-banner__slider .c-slider__arrow-right {
  top: 110px;
  right: -30px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/b_site_banner_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 1200px;
  margin: 56px auto 0;
}
.b-site-banner__list .item__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-site-banner__list .item__image {
  width: 579px;
  height: 309px;
}
.b-site-banner__list .item__title {
  padding: 20px 14px;
  margin-top: -20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #f7f5f0;
}
.b-site-banner__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/b_site_banner_scene_image_1.png");
}
.b-site-banner__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/b_site_banner_scene_image_2.png");
}

.b-reform-line-area__slash span {
  font-size: 23px;
  color: #604c3f;
}
.b-reform-line-area__slash span em {
  position: relative;
  top: 2px;
  font-size: 38px;
  font-style: normal;
}
.b-reform-line-area__title {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  text-align: center;
}
.b-reform-line-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 370px);
  gap: 48px;
  justify-content: center;
  margin-top: 34px;
}
.b-reform-line-area__list li {
  position: relative;
  height: 282px;
}
.b-reform-line-area__list li::before {
  position: absolute;
  top: 158px;
  left: -34px;
  display: block;
  width: 20px;
  height: 22px;
  content: "";
  background: url("../img/pc/reform_line_area_list_triangle.svg") no-repeat;
}
.b-reform-line-area__list li:first-of-type::before {
  display: none;
}
.b-reform-line-area__button {
  width: 480px;
  margin: 28px auto 0;
  background: #604c3f;
  border-radius: 39px;
}
.b-reform-line-area__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-reform-line-area__button a::before {
  display: block;
  width: 41px;
  height: 39px;
  margin-right: 12px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/reform_line_area_button_balloon.png");
  background-image: image-set(url("../img/pc/reform_line_area_button_balloon.png") 1x, url("../img/pc/reform_line_area_button_balloon@2x.png") 2x);
}
.b-reform-line-area__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: 20px;
  content: "";
  background: url("../img/pc/reform_line_area_button_chevron.svg") no-repeat;
}

.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: #604c3f;
}
.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-mv {
  max-width: 1920px;
  height: 496px;
  padding: 262px 40px 0;
  margin: 0 auto;
  background: center no-repeat;
}
.b-mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-mv__title span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.1em;
}
.b-mv__title img {
  margin-top: 36px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.8));
}

.b-header__logo {
  position: absolute;
  top: 44px;
  left: 68px;
  z-index: 7000;
  width: 175px;
  height: 36px;
}
.b-header .fixed-header {
  height: 86px;
  background: #fff;
}
.b-header .fixed-header__inner {
  height: 100%;
  padding: 0 96px 0 264px;
}
.b-header .fixed-header__logo {
  position: absolute;
  top: 26px;
  left: 68px;
  z-index: 7000;
  width: 175px;
  height: 36px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-header .fixed-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.b-header .fixed-header__nav li + li {
  border-left: #ededed 1px solid;
}
.b-header .fixed-header__nav a {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 20px;
}
.b-header__button {
  z-index: 7000;
  background: #f5f6f6;
}
.b-header .drawer-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 86px;
}
.b-header .drawer-button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.b-header__event {
  position: absolute;
  top: 86px;
  right: 0;
  z-index: 7000;
}
.b-header__event a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 148px;
  background: #474645;
}
.b-header__reservation {
  position: absolute;
  top: 234px;
  right: 0;
  z-index: 7000;
}
.b-header__reservation a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 174px;
  background: #c79f62;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding-bottom: 34px;
  margin: 0 auto 0;
  overflow: hidden;
}
.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: 108px;
}
.b-footer__block-2 {
  position: relative;
  width: 70%;
  max-width: 850px;
  padding: 98px 0 0 40px;
}
.b-footer__logo {
  width: 196px;
  height: 44px;
}
.b-footer .address-block {
  margin-top: 28px;
}
.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-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__tel {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin-top: 38px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 24px 0 24px;
  font-weight: bold;
  color: #604c3f;
  border: 1px solid #604c3f;
  border-radius: 29px;
}
.b-footer .address-block__button a::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 14px;
  content: "";
  background: url("../img/pc/icon_map_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: 38px;
  height: 38px;
  margin-top: 46px;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(4, 94px);
  grid-template-columns: repeat(3, 208px);
  grid-auto-flow: column;
  gap: 22px 62px;
}
.b-footer__nav .item {
  border-bottom: 1px solid rgba(96, 76, 63, 0.2);
}
.b-footer__nav .item a {
  padding: 16px 0 22px;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/8px 12px no-repeat;
}
.b-footer__nav .item span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-footer__nav .item img {
  max-height: 14px;
  margin-top: 10px;
}
.b-footer__copyright {
  max-width: 1230px;
  padding: 0 20px;
  margin: 90px auto 0;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #f7f5f0;
}

.b-fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7000;
  transition: all 0.2s;
  transform: translateY(-100%);
}
.b-fixed-header--visible {
  transform: translateY(0);
}

.b-drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
  width: 100%;
  max-width: 1444px;
  height: 100%;
  padding: 96px 100px 100px 198px;
  overflow: scroll;
  background: #fff;
  transition: all 0.2s;
  transform: translateX(100%);
}
.b-drawer-menu--visible {
  transform: translateX(0%);
}
.b-drawer-menu__logo {
  position: absolute;
  top: 74px;
  left: 54px;
  width: 361px;
  height: 59px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.75));
}
.b-drawer-menu__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 70px;
}
.b-drawer-menu__left {
  width: 420px;
}
.b-drawer-menu__right {
  width: 638px;
}
.b-drawer-menu .tel-area__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.b-drawer-menu .tel-area__title::before {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 18px;
  content: "";
  background: url("../img/pc/icon_tel_circle_black_white.svg") no-repeat;
}
.b-drawer-menu .unit {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.b-drawer-menu .unit__tel {
  margin-right: 10px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
.b-drawer-menu .unit__time {
  font-size: 14px;
  line-height: 20px;
}
.b-drawer-menu .line-area {
  margin-top: 40px;
}
.b-drawer-menu .line-area__title {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.b-drawer-menu .line-area__button {
  width: 246px;
  height: 59px;
  margin-top: 22px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-drawer-menu .banner-area {
  margin-top: 47px;
}
.b-drawer-menu .banner-area__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b-drawer-menu .banner-area__list li {
  width: 412px;
  height: 111px;
}
.b-drawer-menu .access-area {
  margin-top: 38px;
}
.b-drawer-menu .access-area__logo {
  width: 165px;
  height: 34px;
}
.b-drawer-menu .access-area__address {
  margin-top: 22px;
  line-height: 24px;
}
.b-drawer-menu .access-area__button {
  width: 240px;
  margin-top: 28px;
}
.b-drawer-menu .access-area__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  border: 1px solid #474645;
  border-radius: 29px;
}
.b-drawer-menu .access-area__button a::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 16px;
  content: "";
  background: url("../img/pc/icon_map_pin.svg") no-repeat;
}
.b-drawer-menu .access-area__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: 16px;
  content: "";
  background: url("../img/pc/b_drawer_menu_access_button_chevron.svg") no-repeat;
}
.b-drawer-menu .product-area {
  padding: 8px 0 30px;
  border-bottom: 1px solid rgba(71, 70, 69, 0.15);
}
.b-drawer-menu .product-area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.b-drawer-menu .product-area .item {
  width: 308px;
}
.b-drawer-menu .product-area .item__image {
  height: 165px;
  background: center/cover no-repeat;
}
.b-drawer-menu .product-area .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.b-drawer-menu .product-area .item__title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.b-drawer-menu .product-area .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/b_drawer_menu_product_banner_1.png");
}
.b-drawer-menu .product-area .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/b_drawer_menu_product_banner_2.png");
}
.b-drawer-menu .nav-area {
  padding: 40px 0 46px;
  border-bottom: 1px solid rgba(71, 70, 69, 0.15);
}
.b-drawer-menu .nav-area__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.b-drawer-menu .nav-area__container .nav {
  width: 300px;
}
.b-drawer-menu .nav-area__container .nav__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 30px;
}
.b-drawer-menu .nav-area__container .nav__list li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.b-drawer-menu .nav-area__container .nav__list li a {
  padding: 4px 0;
}
.b-drawer-menu .sns-area {
  padding: 40px 0 0;
}
.b-drawer-menu .sns-area__instagram {
  width: 161px;
  height: 38px;
  margin-top: 34px;
}

.b-contact-tel-block {
  padding: 44px 20px;
  background: #f7f5f0;
}
.b-contact-tel-block__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.b-contact-tel-block__title {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
}
.b-contact-tel-block__title::before {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  content: "";
  background: url("../img/pc/icon_tel_circle_black_white.svg") no-repeat;
}
.b-contact-tel-block__tel {
  font-size: 34px;
  font-weight: bold;
  line-height: 42px;
}
.b-contact-tel-block__time {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

.b-contact-line-block {
  padding: 28px 20px;
  border-bottom: 1px solid rgba(62, 58, 57, 0.5);
}
.b-contact-line-block__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.b-contact-line-block__title {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.b-contact-line-block__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
.b-contact-line-block__button {
  width: 246px;
  height: 59px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}

.b-contact {
  padding: 110px 0 124px;
  background: linear-gradient(to top, #f7f5f0 0, transparent 340px);
}
.b-contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-contact__title span {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.b-contact__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 28px;
  content: "";
  background: #604c3f;
}
.b-contact__inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 42px auto 0;
}
.b-contact__banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: center;
}
.b-contact__banner-list li {
  width: 582px;
}
.b-contact__banner-list li a {
  height: 156px;
}
.b-contact__content {
  margin-top: 24px;
}

.b-company dl {
  display: grid;
  grid-template-columns: 94px 1fr;
  grid-gap: 0 26px;
  max-width: 724px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 31px;
}
.b-company dt {
  min-height: 50px;
  padding: 10px 0;
  font-weight: normal;
  color: #604c3f;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.b-company dd {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}

.b-campaign-banner-block__slider .c-slider__track {
  overflow: unset;
}
.b-campaign-banner-block__slider .c-slider__item {
  width: 634px;
  height: 284px;
  margin-right: 50px;
}
.b-campaign-banner-block__slider .c-slider__item a {
  height: 100%;
}
.b-campaign-banner-block__slider .c-slider__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-warranty .b-mv {
  background-image: url("../img/pc/warranty_mv_bg.jpg");
}
.p-warranty .concept {
  min-height: 588px;
  padding-top: 116px;
  margin-top: 62px;
  background: url("../img/pc/warranty_concept_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1470px) {
  .p-warranty .concept {
    background-position: top 0 right -225px;
  }
}
.p-warranty .concept__container {
  max-width: 1470px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-warranty .concept__block {
  position: relative;
  max-width: 440px;
  margin-left: auto;
}
.p-warranty .concept__block::before {
  position: absolute;
  top: -86px;
  left: -92px;
  display: block;
  width: 338px;
  height: 103px;
  content: "";
  background: url("../img/pc/warranty_concept_deco.png") no-repeat;
}
.p-warranty .concept__english {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-warranty .concept__english::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 48px;
  content: "";
  background: #c79e63;
}
.p-warranty .concept__headline {
  margin-top: 14px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-warranty .concept__text {
  margin-top: 16px;
}
.p-warranty .nav {
  padding: 80px 40px 84px;
}
.p-warranty .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 586px);
  gap: 30px;
  max-width: 1202px;
  margin: 0 auto;
}
.p-warranty .nav .item {
  height: 117px;
}
.p-warranty .nav .item__inner {
  display: grid;
  grid-template-columns: 133px 1fr;
  height: 100%;
  background: #f7f5f0;
}
.p-warranty .nav .item__image {
  background: center/cover no-repeat;
}
.p-warranty .nav .item__main {
  position: relative;
  padding: 38px 0 0 28px;
}
.p-warranty .nav .item__main::after {
  position: absolute;
  top: 44px;
  right: 28px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url("../img/pc/warranty_nav_chevron.svg") no-repeat;
}
.p-warranty .nav .item__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-warranty .nav .item__english {
  margin-top: 14px;
}
.p-warranty .nav .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/warranty_nav_bg_1.jpg");
}
.p-warranty .nav .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/warranty_nav_bg_2.jpg");
}
.p-warranty .quality {
  background: #f7f5f0;
}
.p-warranty .quality .top-area {
  max-width: 1920px;
  height: 538px;
  padding-top: 184px;
  margin: 0 auto;
  background: url("../img/pc/warranty_quality_top_bg.jpg") center no-repeat;
}
.p-warranty .quality .top-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-warranty .quality .top-area__title::before {
  display: block;
  width: 56px;
  height: 61px;
  content: "";
  background: url("../img/pc/warranty_quality_top_illust.png") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.8));
}
.p-warranty .quality .top-area__title span {
  margin-top: 20px;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.1em;
}
.p-warranty .quality .top-area__title img {
  margin-top: 30px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.8));
}
.p-warranty .quality .main-area {
  padding-top: 1px;
}
.p-warranty .quality .main-area__inner {
  max-width: 1714px;
  padding: 30px 40px 90px;
  margin: -28px auto 0;
  background: #f7f5f0;
}
.p-warranty .quality .main-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 378px);
  gap: 34px 32px;
  justify-content: center;
  max-width: 1198px;
  margin: 34px auto 0;
}
.p-warranty .quality .main-area__list .item {
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(199, 186, 154, 0.5);
}
.p-warranty .quality .main-area__list .item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 30px 0 36px;
  background: #fff;
  border: 1px solid #c7ba9a;
}
.p-warranty .quality .main-area__list .item__inner::before {
  display: block;
  width: 62px;
  height: 52px;
  content: "";
  background: center no-repeat;
}
.p-warranty .quality .main-area__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-warranty .quality .main-area__list .item__title::after {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #c7ba9a;
}
.p-warranty .quality .main-area__list .item__text {
  width: 290px;
  margin-top: 20px;
}
.p-warranty .quality .main-area__list .item:nth-of-type(1) .item__inner::before {
  background-image: url("../img/pc/warranty_quality_main_counter_1.png");
}
.p-warranty .quality .main-area__list .item:nth-of-type(2) .item__inner::before {
  background-image: url("../img/pc/warranty_quality_main_counter_2.png");
}
.p-warranty .quality .main-area__list .item:nth-of-type(3) .item__inner::before {
  background-image: url("../img/pc/warranty_quality_main_counter_3.png");
}
.p-warranty .quality .main-area__list .item:nth-of-type(4) .item__inner::before {
  background-image: url("../img/pc/warranty_quality_main_counter_4.png");
}
.p-warranty .quality .main-area__list .item:nth-of-type(5) .item__inner::before {
  background-image: url("../img/pc/warranty_quality_main_counter_5.png");
}
.p-warranty .quality .main-area__list .item:nth-of-type(6) .item__inner::before {
  background-image: url("../img/pc/warranty_quality_main_counter_6.png");
}
.p-warranty .guarantee {
  position: relative;
  background: #f7f5f0 url("../img/pc/warranty_guarantee_bottom_bg.png") bottom center no-repeat;
}
.p-warranty .guarantee .top-area {
  max-width: 1920px;
  height: 538px;
  padding-top: 184px;
  margin: 0 auto;
  background: url("../img/pc/warranty_guarantee_top_bg.jpg") center no-repeat;
}
.p-warranty .guarantee .top-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-warranty .guarantee .top-area__title::before {
  display: block;
  width: 61px;
  height: 67px;
  content: "";
  background: url("../img/pc/warranty_guarantee_top_illust.png") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.8));
}
.p-warranty .guarantee .top-area__title span {
  margin-top: 16px;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.1em;
}
.p-warranty .guarantee .top-area__title img {
  margin-top: 30px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.8));
}
.p-warranty .guarantee .main-area {
  padding: 1px 0 0;
}
.p-warranty .guarantee .main-area__inner {
  max-width: 1714px;
  padding: 30px 40px 0;
  margin: -28px auto 0;
  background: linear-gradient(to bottom, #f7f5f0 100px, transparent 100px);
}
.p-warranty .guarantee .main-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 378px);
  gap: 34px 32px;
  justify-content: center;
  max-width: 1198px;
  margin: 34px auto 0;
}
.p-warranty .guarantee .main-area__list .item {
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(199, 186, 154, 0.5);
}
.p-warranty .guarantee .main-area__list .item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 30px 0 36px;
  background: #fff;
  border: 1px solid #c7ba9a;
}
.p-warranty .guarantee .main-area__list .item__inner::before {
  display: block;
  width: 90px;
  height: 52px;
  content: "";
  background: center no-repeat;
}
.p-warranty .guarantee .main-area__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-warranty .guarantee .main-area__list .item__title::after {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background: #c7ba9a;
}
.p-warranty .guarantee .main-area__list .item__period {
  width: 284px;
  padding: 16px 20px;
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #f7f5f0;
}
.p-warranty .guarantee .main-area__list .item__text {
  width: 290px;
  margin-top: 8px;
}
.p-warranty .guarantee .main-area__list .item:nth-of-type(1) .item__inner::before {
  background-image: url("../img/pc/warranty_guarantee_main_counter_1.png");
}
.p-warranty .guarantee .main-area__list .item:nth-of-type(2) .item__inner::before {
  background-image: url("../img/pc/warranty_guarantee_main_counter_2.png");
}
.p-warranty .guarantee .main-area__list .item:nth-of-type(3) .item__inner::before {
  background-image: url("../img/pc/warranty_guarantee_main_counter_3.png");
}
.p-warranty .guarantee .main-area__list .item:nth-of-type(4) .item__inner::before {
  background-image: url("../img/pc/warranty_guarantee_main_counter_4.png");
}
.p-warranty .guarantee .main-area__list .item:nth-of-type(5) .item__inner::before {
  background-image: url("../img/pc/warranty_guarantee_main_counter_5.png");
}
.p-warranty .guarantee .main-area__list .item:nth-of-type(6) .item__inner::before {
  background-image: url("../img/pc/warranty_guarantee_main_counter_6.png");
}
.p-warranty .guarantee .bottom-area {
  padding-bottom: 272px;
  margin-top: 102px;
}
.p-warranty .guarantee .bottom-area__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.1em;
}
.p-warranty .guarantee .bottom-area__text {
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.8);
}
.p-warranty .guarantee .bottom-area::after {
  display: block;
  width: 287px;
  height: 92px;
  margin: 20px auto 0;
  content: "";
  background: url("../img/pc/warranty_guarantee_bottom_deco.png") no-repeat;
}
.p-warranty .guarantee__slider {
  position: absolute;
  right: 0;
  bottom: -34px;
  left: 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-warranty .b-site-banner {
  margin-top: 146px;
}

.p-single-work .background {
  margin-top: -20px;
}
.p-single-work .post__top-area {
  padding: 70px 0 82px;
  background: #f7f5f0;
}
.p-single-work .post__title-block {
  position: relative;
  z-index: 100;
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 1200px;
  padding: 11px 24px;
  margin: 0 auto;
  background-color: #fff;
}
.p-single-work .post__title-block::after {
  display: block;
  flex: 0 0 auto;
  width: 84px;
  content: "";
}
.p-single-work .post__category {
  flex: 0 0 auto;
  width: 84px;
  padding: 8px 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #a28861;
}
.p-single-work .post__title {
  flex: 1 1 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}
.p-single-work .post__slider {
  margin-top: 30px;
}
.p-single-work .post__slider .c-work-slider__sub-slider {
  max-width: 1202px;
  margin-inline: auto;
}
.p-single-work .post .house-concept {
  max-width: 1200px;
  margin: 54px auto 0;
}
.p-single-work .post .house-concept__title img {
  margin-inline: auto;
}
.p-single-work .post .house-concept__content {
  padding: 38px 42px 40px;
  margin-top: -12px;
  background: #fff;
}
.p-single-work .post .pickup-point {
  max-width: 1104px;
  margin: 54px auto 0;
}
.p-single-work .post .pickup-point__title img {
  margin-inline: auto;
}
.p-single-work .post .pickup-point__content {
  margin-top: 26px;
}
.p-single-work .post .pickup-point__content h2 {
  width: 100%;
  padding: 0;
  margin: 28px 0 12px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  color: #474645;
  background: unset;
}
.p-single-work .post .pickup-point__content h3 {
  width: 100%;
  padding: 0;
  margin: 24px 0 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  color: #474645;
  background: unset;
  border: unset;
}
.p-single-work .post .post-navi {
  position: relative;
  padding: 60px 0;
  margin-top: 86px;
}
.p-single-work .post .post-navi__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 1780px;
  background: #f7f5f0;
}
.p-single-work .post .post-navi__fg {
  position: relative;
  z-index: 20;
  max-width: 916px;
  height: 60px;
  margin-inline: auto;
  line-height: 1;
}
.p-single-work .post .post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #a38a77;
}
.p-single-work .post .post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.p-single-work .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-work .post .post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #a38a77;
  transform: translateX(-50%);
}
.p-single-work .post .post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single-work .post .post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #a38a77;
}
.p-single-work .post .post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single-work .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-work .post__sns {
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding: 16px 36px;
  margin: 39px auto 0;
  background-color: #fff;
}
.p-single-work .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single-work .post__sns ul li {
  margin-left: 10px;
}
.p-single-work .other {
  position: relative;
  padding: 82px 40px 90px;
}
.p-single-work .other__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-work .other__title::after {
  display: block;
  width: 20px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #2d4e60;
}
.p-single-work .other__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 524px);
  grid-gap: 36px 32px;
  justify-content: center;
  margin-top: 24px;
}
.p-single-work .other__button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.p-single .background {
  padding: 74px 40px 82px;
  margin-top: -20px;
  background: #f7f5f0;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 50px;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background-color: #fff;
}
.p-single .post__title-block {
  padding: 38px 0 14px;
  margin: 0 45px;
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.p-single .post__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 58px;
}
.p-single .post__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single .post__category {
  padding: 8px 20px;
  background: #a38a77;
}
.p-single .post__category--event {
  background: #a38a77;
}
.p-single .post__category--news-and-blog {
  background: #c7ba9a;
}
.p-single .post__inner {
  border-bottom: 1px solid rgba(219, 220, 220, 0.5);
}
.p-single .post .overview {
  padding: 56px 40px 0;
}
.p-single .post .overview__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .post .overview__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-single .post .overview__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 834px;
  margin: 22px auto 0;
}
.p-single .post .overview__list dl {
  display: grid;
  grid-template-columns: 194px 1fr;
  padding: 8px 0;
  background: #f7f5f0;
}
.p-single .post .overview__list dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 4px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  border-right: 1px solid rgba(199, 186, 154, 0.2);
}
.p-single .post .overview__list dl dd {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 4px 20px;
}
.p-single .post .access {
  padding: 70px 40px 0;
}
.p-single .post .access__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .post .access__title span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-single .post .access__google-map {
  max-width: 832px;
  height: 338px;
  margin: 20px auto 0;
}
.p-single .post .access__container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.p-single .post .access__address {
  display: flex;
  align-items: center;
}
.p-single .post .access__address::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 8px;
  content: "";
  background: url("../img/pc/icon_map_pin.svg") no-repeat;
}
.p-single .post .access__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 56px;
  margin-left: auto;
  background: #f7f5f0;
}
.p-single .post .access__button::after {
  display: block;
  width: 7px;
  height: 13px;
  margin-left: 12px;
  content: "";
  background: url("../img/pc/single_access_chevron.svg") no-repeat;
}
.p-single .post .contact {
  max-width: 834px;
  margin: 76px auto 0;
}
.p-single .post .contact__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #a38a77;
}
.p-single .post .contact__title::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: #a38a77;
}
.p-single .post .contact__form {
  margin-top: 42px;
}
.p-single .post .contact__form .wpcf7 .wpcf7-submit {
  width: 302px;
  height: 62px;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  background: #a38a77;
  border-radius: 4px;
}
.p-single .post__content {
  padding: 28px 45px 43px;
}
.p-single .post__content h2 {
  width: calc(100% + 90px);
  padding-right: 45px;
  padding-left: 45px;
  margin-left: -45px;
  background-color: #a38a77;
}
.p-single .post__content h3 {
  border-bottom: 2px solid #eeeeef;
}
.p-single .post .relation {
  padding-top: 30px;
  margin: 76px 55px 0;
  border-top: 1px solid #d8d9d9;
}
.p-single .post .relation__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single .post .relation__title::after {
  display: block;
  width: 79px;
  height: 1px;
  margin: 22px auto 0;
  content: "";
  background-color: #a38a77;
}
.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-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-weight: bold;
  color: #fff;
  background-color: #a38a77;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.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-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #a38a77;
  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-weight: bold;
  color: #fff;
  background-color: #a38a77;
}
.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 .category-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-single .recently {
  margin-top: 44px;
}
.p-single .recently__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  color: #a38a77;
  background-color: #fff;
}
.p-single .recently__text::after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #fff;
}
.p-single .recently__list {
  position: relative;
  padding: 0 10px;
  margin-top: 22px;
  background-color: #fff;
}
.p-single .recently .item {
  border-bottom: 1px solid #eaeaeb;
}
.p-single .recently .item a {
  padding: 24px 4px 20px;
}
.p-single .recently .item__title {
  font-size: 16px;
  line-height: 24px;
}
.p-single .recently .item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  margin-top: 14px;
}
.p-single .recently .item__date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single .b-site-banner {
  margin-top: 94px;
}

.p-reform .mv {
  max-width: 1920px;
  height: 718px;
  padding-top: 424px;
  margin: 0 auto;
  background: url("../img/pc/reform_mv_bg.jpg") no-repeat;
}
.p-reform .mv__inner {
  position: relative;
  max-width: 1696px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-reform .mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-reform .mv__title img {
  margin-left: 8px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.8));
}
.p-reform .mv__title span {
  margin-top: 28px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-reform .mv__headline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 80px;
}
.p-reform .mv__headline span {
  padding: 13px 43px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #474645;
}
.p-reform .mv__button {
  position: absolute;
  right: 130px;
  bottom: -32px;
  width: 246px;
  height: 297px;
}
.p-reform .concept {
  position: relative;
  z-index: 100;
  max-width: 1920px;
  padding: 0 0 120px;
  margin: 124px auto 0;
  background: url("../img/pc/reform_concept_bg.png") no-repeat;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1482px) {
  .p-reform .concept {
    background-position: top 0 left -219px;
  }
}
.p-reform .concept__container {
  max-width: 1482px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-reform .concept__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-reform .concept__large {
  margin-top: 34px;
}
.p-reform .concept__text {
  max-width: 410px;
  margin-top: 4px;
}
.p-reform .concept__headline {
  margin-top: 34px;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 0.1em;
}
.p-reform .line-area {
  max-width: 1920px;
  padding: 100px 40px 240px;
  margin: -60px auto 0;
  background: #f7f5f0;
}
.p-reform .line-area__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  height: 120px;
  margin: 52px auto 0;
  border-left: 4px solid #c7ba9a;
}
.p-reform .line-area__container .tel-area {
  border-right: 4px solid #c7ba9a;
}
.p-reform .line-area__container .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .line-area__container .tel-area__title span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .line-area__container .tel-area__title::after {
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-reform .line-area__container .tel-area__tel {
  margin-top: 18px;
}
.p-reform .line-area__container .tel-area__tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .line-area__container .tel-area__tel a::before {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  content: "";
  background: url("../img/pc/icon_tel_circle_brown_white.svg") no-repeat;
}
.p-reform .line-area__container .contact-area {
  border-right: 4px solid #c7ba9a;
}
.p-reform .line-area__container .contact-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .line-area__container .contact-area__title span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .line-area__container .contact-area__title::after {
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-reform .line-area__container .contact-area__button {
  width: 360px;
  margin: 10px auto 0;
}
.p-reform .line-area__container .contact-area__button a {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px 0 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #604c3f;
  border-radius: 3px;
}
.p-reform .line-area__container .contact-area__button a::before {
  display: block;
  width: 20px;
  height: 13px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}
.p-reform .line-area__container .contact-area__button a::after {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/reform_line_area_arrow.svg") no-repeat;
}
.p-reform .problem {
  max-width: 1920px;
  padding: 80px 40px 40px;
  margin: -188px auto 0;
  clip-path: polygon(0 140px, 50% 0, 100% 140px, 100% 100%, 0 100%);
  background: #fff;
}
.p-reform .problem__title img {
  margin: 0 auto;
}
.p-reform .problem__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 224px);
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  margin: 34px auto 0;
}
.p-reform .problem__list .item {
  padding: 6px;
  background: #c7ba9a;
}
.p-reform .problem__list .item__inner {
  padding: 20px 0 20px;
  background: #fff;
}
.p-reform .problem__list .item__image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: center no-repeat;
}
.p-reform .problem__list .item__text {
  margin-top: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}
.p-reform .problem__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/reform_problem_illust_1.png");
}
.p-reform .problem__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/reform_problem_illust_2.png");
}
.p-reform .problem__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/reform_problem_illust_3.png");
}
.p-reform .problem__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/reform_problem_illust_4.png");
}
.p-reform .problem__list .item:nth-of-type(5) .item__image {
  background-image: url("../img/pc/reform_problem_illust_5.png");
}
.p-reform .problem__list .item:nth-of-type(6) .item__image {
  background-image: url("../img/pc/reform_problem_illust_6.png");
}
.p-reform .problem__list .item:nth-of-type(7) .item__image {
  background-image: url("../img/pc/reform_problem_illust_7.png");
}
.p-reform .problem__list .item:nth-of-type(8) .item__image {
  background-image: url("../img/pc/reform_problem_illust_8.png");
}
.p-reform .problem__list .item:nth-of-type(9) .item__image {
  background-image: url("../img/pc/reform_problem_illust_9.png");
}
.p-reform .problem__list .item:nth-of-type(10) .item__image {
  background-image: url("../img/pc/reform_problem_illust_10.png");
}
.p-reform .problem__note {
  max-width: 574px;
  padding: 22px 20px;
  margin: 34px auto 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  color: #fff;
  text-align: center;
  background: #c7ba9a;
  border-radius: 100000000px;
}
.p-reform .reason {
  position: relative;
  padding: 30px 0 0;
  background: linear-gradient(to bottom, transparent 240px, #f7f5f0 240px);
}
.p-reform .reason__slash::before, .p-reform .reason__slash::after {
  background: unset;
  border-right: 1px dashed #474645;
}
.p-reform .reason__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.p-reform .reason__title span {
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .reason__title span em {
  position: relative;
  top: -3px;
  margin: 0 4px;
  font-size: 51px;
  font-style: normal;
}
.p-reform .reason__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-reform .reason__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 377px);
  gap: 34px;
  justify-content: center;
  margin-top: 26px;
}
.p-reform .reason__list .item {
  position: relative;
  padding: 6px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}
.p-reform .reason__list .item::after {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  display: block;
  height: 30px;
  content: "";
  background: url("../img/pc/reform_reason_list_shadow.png") no-repeat;
}
.p-reform .reason__list .item__inner {
  padding-bottom: 20px;
}
.p-reform .reason__list .item__image {
  height: 204px;
  background: cover/center no-repeat;
}
.p-reform .reason__list .item__main::before {
  display: block;
  width: 52px;
  height: 38px;
  margin: -20px auto 0;
  content: "";
  background: center no-repeat;
}
.p-reform .reason__list .item__title {
  margin-top: 8px;
  font-size: 26px;
  font-weight: bold;
  line-height: 38px;
  color: #604c3f;
  text-align: center;
}
.p-reform .reason__list .item__text {
  width: 296px;
  margin: 14px auto 0;
}
.p-reform .reason__list .item:nth-of-type(1) .item__main::before {
  background-image: url("../img/pc/reform_reason_list_counter_1.png");
  background-image: image-set(url("../img/pc/reform_reason_list_counter_1.png") 1x, url("../img/pc/reform_reason_list_counter_1@2x.png") 2x);
}
.p-reform .reason__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/reform_reason_list_bg_1.jpg");
}
.p-reform .reason__list .item:nth-of-type(2) .item__main::before {
  background-image: url("../img/pc/reform_reason_list_counter_2.png");
  background-image: image-set(url("../img/pc/reform_reason_list_counter_2.png") 1x, url("../img/pc/reform_reason_list_counter_2@2x.png") 2x);
}
.p-reform .reason__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/reform_reason_list_bg_2.jpg");
}
.p-reform .reason__list .item:nth-of-type(3) .item__main::before {
  background-image: url("../img/pc/reform_reason_list_counter_3.png");
  background-image: image-set(url("../img/pc/reform_reason_list_counter_3.png") 1x, url("../img/pc/reform_reason_list_counter_3@2x.png") 2x);
}
.p-reform .reason__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/reform_reason_list_bg_3.jpg");
}
.p-reform .reason__slider {
  height: 440px;
  margin-top: 110px;
}
.p-reform .reason__slider-text {
  position: absolute;
  right: 0;
  bottom: -34px;
  left: 0;
  z-index: 100;
  height: 104px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-reform .feature {
  position: relative;
  padding: 76px 0 0;
}
.p-reform .feature__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 1400px;
  height: 324px;
  background: #f7f5f0;
}
.p-reform .feature__fg {
  position: relative;
  z-index: 20;
}
.p-reform .feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .feature__title::before {
  display: block;
  width: 60px;
  height: 62px;
  content: "";
  background: url("../img/pc/reform_feaute_title_illust.svg") no-repeat;
}
.p-reform .feature__title img {
  margin-top: 18px;
}
.p-reform .feature__title span {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #604c3f;
}
.p-reform .feature__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-reform .feature__list {
  margin-top: 44px;
}
.p-reform .feature__list .section {
  min-height: 587px;
  padding-top: 152px;
  margin-top: -60px;
  background: no-repeat;
}
.p-reform .feature__list .section__container {
  max-width: 1372px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-reform .feature__list .section__block {
  position: relative;
  max-width: 430px;
}
.p-reform .feature__list .section__block::before {
  display: block;
  width: 120px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
}
.p-reform .feature__list .section__block::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
}
.p-reform .feature__list .section__headline {
  margin-top: 18px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  color: #604c3f;
}
.p-reform .feature__list .section__text {
  margin-top: 22px;
}
.p-reform .feature__list .section:nth-of-type(1) {
  background-image: url("../img/pc/reform_feature_bg_1.png");
}
.p-reform .feature__list .section:nth-of-type(1) .section__block::before {
  background-image: url("../img/pc/reform_feature_counter_1.png");
  background-image: image-set(url("../img/pc/reform_feature_counter_1.png") 1x, url("../img/pc/reform_feature_counter_1@2x.png") 2x);
}
.p-reform .feature__list .section:nth-of-type(1) .section__block::after {
  background-image: url("../img/pc/reform_feature_deco_1.png");
  background-image: image-set(url("../img/pc/reform_feature_deco_1.png") 1x, url("../img/pc/reform_feature_deco_1@2x.png") 2x);
}
.p-reform .feature__list .section:nth-of-type(2) {
  background-image: url("../img/pc/reform_feature_bg_2.png");
}
.p-reform .feature__list .section:nth-of-type(2) .section__block::before {
  background-image: url("../img/pc/reform_feature_counter_2.png");
  background-image: image-set(url("../img/pc/reform_feature_counter_2.png") 1x, url("../img/pc/reform_feature_counter_2@2x.png") 2x);
}
.p-reform .feature__list .section:nth-of-type(2) .section__block::after {
  background-image: url("../img/pc/reform_feature_deco_2.png");
  background-image: image-set(url("../img/pc/reform_feature_deco_2.png") 1x, url("../img/pc/reform_feature_deco_2@2x.png") 2x);
}
.p-reform .feature__list .section:nth-of-type(3) {
  background-image: url("../img/pc/reform_feature_bg_3.png");
}
.p-reform .feature__list .section:nth-of-type(3) .section__block::before {
  background-image: url("../img/pc/reform_feature_counter_3.png");
  background-image: image-set(url("../img/pc/reform_feature_counter_3.png") 1x, url("../img/pc/reform_feature_counter_3@2x.png") 2x);
}
.p-reform .feature__list .section:nth-of-type(3) .section__block::after {
  background-image: url("../img/pc/reform_feature_deco_3.png");
  background-image: image-set(url("../img/pc/reform_feature_deco_3.png") 1x, url("../img/pc/reform_feature_deco_3@2x.png") 2x);
}
.p-reform .feature__list .section:nth-of-type(odd) {
  background-position: top 0 right calc(50vw - 170px);
}
@media screen and (max-width: 1372px) {
  .p-reform .feature__list .section:nth-of-type(odd) {
    background-position: top 0 right 516px;
  }
}
.p-reform .feature__list .section:nth-of-type(odd) .section__block {
  margin-left: auto;
}
.p-reform .feature__list .section:nth-of-type(even) {
  background-position: top 0 left calc(50vw - 170px);
}
@media screen and (max-width: 1372px) {
  .p-reform .feature__list .section:nth-of-type(even) {
    background-position: top 0 left 516px;
  }
}
.p-reform .feature__list .section:nth-of-type(1) .section__block::after {
  top: -98px;
  left: -154px;
  width: 339px;
  height: 103px;
}
.p-reform .feature__list .section:nth-of-type(2) .section__block::after {
  top: -18px;
  right: 18px;
  width: 169px;
  height: 53px;
}
.p-reform .feature__list .section:nth-of-type(3) .section__block::after {
  top: -68px;
  left: -138px;
  width: 207px;
  height: 77px;
}
.p-reform .price {
  position: relative;
  z-index: 300;
  padding: 0 40px 128px;
  margin-top: -74px;
  background: linear-gradient(to bottom, transparent 260px, #f7f5f0 260px);
}
.p-reform .price__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .price__title::before {
  display: block;
  width: 47px;
  height: 64px;
  content: "";
  background: url("../img/pc/reform_price_title_illust.svg") no-repeat;
}
.p-reform .price__title img {
  margin-top: 18px;
}
.p-reform .price__title span {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #604c3f;
}
.p-reform .price__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-reform .price__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 584px);
  gap: 32px 30px;
  justify-content: center;
  max-width: 1198px;
  margin: 40px auto 0;
}
.p-reform .confirmation {
  max-width: 1920px;
  padding: 92px 0 118px;
  margin: 0 auto;
  background: url("../img/pc/reform_confirmation_bg.jpg") center/cover no-repeat;
}
.p-reform .confirmation__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-reform .confirmation__title::before, .p-reform .confirmation__title::after {
  background: unset;
  border-right: 1px dashed #fff;
}
.p-reform .confirmation__headline {
  max-width: 720px;
  padding: 16px 20px;
  margin: 28px auto 0;
  font-size: 50px;
  font-weight: bold;
  line-height: 64px;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-reform .confirmation__slider-1 {
  margin-top: 64px;
}
.p-reform .confirmation__slider-1 .c-slider-smooth__group {
  padding-right: 44px;
}
.p-reform .confirmation__slider-2 .c-slider-smooth__group {
  padding-right: 44px;
}
.p-reform .confirmation__slider-3 .c-slider-smooth__group {
  padding-right: 44px;
}
.p-reform .confirmation__message {
  margin-top: -8px;
}
.p-reform .confirmation__message img {
  margin: 0 auto;
}
.p-reform .confirmation__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 382px);
  gap: 26px;
  justify-content: center;
  margin-top: 60px;
}
.p-reform .confirmation__list .item__image {
  height: 184px;
  background: center/cover no-repeat;
}
.p-reform .confirmation__list .item__main {
  padding: 26px 26px 32px;
  background: #fff;
}
.p-reform .confirmation__list .item__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  color: #604c3f;
  text-align: center;
}
.p-reform .confirmation__list .item__text {
  margin-top: 20px;
  text-align: justify;
}
.p-reform .confirmation__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/reform_confirmation_image_1.jpg");
}
.p-reform .confirmation__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/reform_confirmation_image_2.jpg");
}
.p-reform .confirmation__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/reform_confirmation_image_3.jpg");
}
.p-reform .diagnose {
  max-width: 1920px;
  height: 603px;
  padding: 0 40px;
  margin: 0 auto;
  background: url("../img/pc/reform_diagnose_bg.jpg") center no-repeat;
}
.p-reform .diagnose__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.p-reform .diagnose__left {
  width: 430px;
  padding-top: 128px;
}
.p-reform .diagnose__headline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.p-reform .diagnose__headline span {
  padding: 14px 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #604c3f;
}
.p-reform .diagnose__headline::before {
  position: absolute;
  top: -32px;
  left: -24px;
  display: block;
  width: 155px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/reform_diagnose_deco.png");
  background-image: image-set(url("../img/pc/reform_diagnose_deco.png") 1x, url("../img/pc/reform_diagnose_deco@2x.png") 2x);
}
.p-reform .diagnose__sub {
  margin-top: 20px;
  font-size: 23px;
  font-weight: bold;
  line-height: 37px;
  color: #fff;
}
.p-reform .diagnose__text {
  width: 390px;
  margin-top: 16px;
  color: #fff;
}
.p-reform .diagnose__right {
  width: 342px;
  padding-top: 130px;
}
.p-reform .diagnose__balloon {
  width: 340px;
  height: 65px;
  margin: 0 auto;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-reform .diagnose .tel-block {
  margin-top: 20px;
}
.p-reform .diagnose .tel-block__tel a {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .diagnose .tel-block__tel a::before {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  content: "";
  background: url("../img/pc/icon_tel_circle_brown_white.svg") no-repeat;
}
.p-reform .diagnose .tel-block__time {
  margin-top: 2px;
}
.p-reform .diagnose__line-button {
  width: 341px;
  height: 69px;
  margin-top: 32px;
}
.p-reform .diagnose__form-button {
  width: 341px;
  margin-top: 36px;
}
.p-reform .diagnose__form-button a {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 14px 0 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #604c3f;
}
.p-reform .diagnose__form-button a::before {
  display: block;
  width: 25px;
  height: 16px;
  margin-right: 8px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}
.p-reform .diagnose__form-button a::after {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/reform_diagnose_button_arrow.svg") no-repeat;
}
.p-reform .flow {
  padding: 1px 40px 208px;
  background: #f7f5f0;
}
.p-reform .flow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -30px;
}
.p-reform .flow__title::before {
  display: block;
  width: 47px;
  height: 64px;
  content: "";
  background: url("../img/pc/reform_form_title_illust.svg") no-repeat;
}
.p-reform .flow__title img {
  margin-top: 24px;
}
.p-reform .flow__title span {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #604c3f;
}
.p-reform .flow__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-reform .flow__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 286px);
  grid-gap: 74px 86px;
  justify-content: center;
  max-width: 1402px;
  margin: -2px auto 0;
  container-type: inline-size;
}
.p-reform .flow__list .item {
  position: relative;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}
.p-reform .flow__list .item::before {
  position: absolute;
  top: 168px;
  left: -90px;
  display: block;
  width: 90px;
  height: 1px;
  content: "";
  background: #604c3f;
  transform: rotate(7deg);
}
.p-reform .flow__list .item__image {
  position: relative;
  z-index: 100;
  height: 231px;
  background: center/cover no-repeat;
}
.p-reform .flow__list .item__main {
  position: relative;
  z-index: 100;
  padding: 1px 0 22px;
  background: #fff;
}
.p-reform .flow__list .item__main::before {
  display: block;
  width: 50px;
  height: 40px;
  margin: -28px auto 0;
  content: "";
  background: center no-repeat;
}
.p-reform .flow__list .item__title {
  margin-top: 4px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #604c3f;
  text-align: center;
}
.p-reform .flow__list .item__text {
  width: 240px;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.p-reform .flow__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/reform_flow_image_1.jpg");
}
.p-reform .flow__list .item:nth-of-type(1) .item__main::before {
  background-image: url("../img/pc/reform_flow_counter_1.png");
  background-image: image-set(url("../img/pc/reform_flow_counter_1.png") 1x, url("../img/pc/reform_flow_counter_1@2x.png") 2x);
}
.p-reform .flow__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/reform_flow_image_2.jpg");
}
.p-reform .flow__list .item:nth-of-type(2) .item__main::before {
  background-image: url("../img/pc/reform_flow_counter_2.png");
  background-image: image-set(url("../img/pc/reform_flow_counter_2.png") 1x, url("../img/pc/reform_flow_counter_2@2x.png") 2x);
}
.p-reform .flow__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/reform_flow_image_3.jpg");
}
.p-reform .flow__list .item:nth-of-type(3) .item__main::before {
  background-image: url("../img/pc/reform_flow_counter_3.png");
  background-image: image-set(url("../img/pc/reform_flow_counter_3.png") 1x, url("../img/pc/reform_flow_counter_3@2x.png") 2x);
}
.p-reform .flow__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/reform_flow_image_4.jpg");
}
.p-reform .flow__list .item:nth-of-type(4) .item__main::before {
  background-image: url("../img/pc/reform_flow_counter_4.png");
  background-image: image-set(url("../img/pc/reform_flow_counter_4.png") 1x, url("../img/pc/reform_flow_counter_4@2x.png") 2x);
}
.p-reform .flow__list .item:nth-of-type(5) .item__image {
  background-image: url("../img/pc/reform_flow_image_5.jpg");
}
.p-reform .flow__list .item:nth-of-type(5) .item__main::before {
  background-image: url("../img/pc/reform_flow_counter_5.png");
  background-image: image-set(url("../img/pc/reform_flow_counter_5.png") 1x, url("../img/pc/reform_flow_counter_5@2x.png") 2x);
}
.p-reform .flow__list .item:nth-of-type(6) .item__image {
  background-image: url("../img/pc/reform_flow_image_6.jpg");
}
.p-reform .flow__list .item:nth-of-type(6) .item__main::before {
  background-image: url("../img/pc/reform_flow_counter_6.png");
  background-image: image-set(url("../img/pc/reform_flow_counter_6.png") 1x, url("../img/pc/reform_flow_counter_6@2x.png") 2x);
}
.p-reform .flow__list .item:nth-of-type(7) .item__image {
  background-image: url("../img/pc/reform_flow_image_7.jpg");
}
.p-reform .flow__list .item:nth-of-type(7) .item__main::before {
  background-image: url("../img/pc/reform_flow_counter_7.png");
  background-image: image-set(url("../img/pc/reform_flow_counter_7.png") 1x, url("../img/pc/reform_flow_counter_7@2x.png") 2x);
}
.p-reform .flow__list .item:nth-of-type(8) .item__image {
  background-image: url("../img/pc/reform_flow_image_8.jpg");
}
.p-reform .flow__list .item:nth-of-type(8) .item__main::before {
  background-image: url("../img/pc/reform_flow_counter_8.png");
  background-image: image-set(url("../img/pc/reform_flow_counter_8.png") 1x, url("../img/pc/reform_flow_counter_8@2x.png") 2x);
}
@container (width < 658px) {}
@container (658px <= width < 1030px) {
  .p-reform .flow__list .item:nth-of-type(2n + 2) {
    top: 40px;
  }
  .p-reform .flow__list .item:nth-of-type(2n + 1)::before {
    top: 158px;
    left: -54px;
    width: 54px;
    height: 1px;
    background: #604c3f;
    transform: rotate(7deg);
  }
  .p-reform .flow__list .item:nth-of-type(2n + 2)::after {
    position: absolute;
    top: 212px;
    right: -54px;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #604c3f;
    transform: rotate(7deg);
  }
}
@container (1030px <= width < 1402px) {
  .p-reform .flow__list .item:nth-of-type(3n + 2) {
    top: 40px;
  }
  .p-reform .flow__list .item:nth-of-type(3n + 1)::before {
    top: 158px;
    left: -54px;
    width: 54px;
    height: 1px;
    background: #604c3f;
    transform: rotate(7deg);
  }
  .p-reform .flow__list .item:nth-of-type(3n + 3)::after {
    position: absolute;
    top: 212px;
    right: -54px;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #604c3f;
    transform: rotate(7deg);
  }
  .p-reform .flow__list .item:nth-of-type(3n + 3) {
    top: 80px;
  }
  .p-reform .flow__list .item:nth-of-type(3n + 1)::before {
    top: 158px;
    left: -54px;
    width: 54px;
    height: 1px;
    background: #604c3f;
    transform: rotate(7deg);
  }
  .p-reform .flow__list .item:nth-of-type(3n + 3)::after {
    position: absolute;
    top: 212px;
    right: -54px;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #604c3f;
    transform: rotate(7deg);
  }
}
@container (1402px <= width) {
  .p-reform .flow__list .item:nth-of-type(4n + 2) {
    top: 40px;
  }
  .p-reform .flow__list .item:nth-of-type(4n + 1)::before {
    top: 158px;
    left: -54px;
    width: 54px;
    height: 1px;
    background: #604c3f;
    transform: rotate(7deg);
  }
  .p-reform .flow__list .item:nth-of-type(4n + 4)::after {
    position: absolute;
    top: 212px;
    right: -54px;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #604c3f;
    transform: rotate(7deg);
  }
  .p-reform .flow__list .item:nth-of-type(4n + 3) {
    top: 80px;
  }
  .p-reform .flow__list .item:nth-of-type(4n + 1)::before {
    top: 158px;
    left: -54px;
    width: 54px;
    height: 1px;
    background: #604c3f;
    transform: rotate(7deg);
  }
  .p-reform .flow__list .item:nth-of-type(4n + 4)::after {
    position: absolute;
    top: 212px;
    right: -54px;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #604c3f;
    transform: rotate(7deg);
  }
  .p-reform .flow__list .item:nth-of-type(4n + 4) {
    top: 120px;
  }
  .p-reform .flow__list .item:nth-of-type(4n + 1)::before {
    top: 158px;
    left: -54px;
    width: 54px;
    height: 1px;
    background: #604c3f;
    transform: rotate(7deg);
  }
  .p-reform .flow__list .item:nth-of-type(4n + 4)::after {
    position: absolute;
    top: 212px;
    right: -54px;
    display: block;
    width: 54px;
    height: 1px;
    content: "";
    background: #604c3f;
    transform: rotate(7deg);
  }
}
.p-reform .flow__list .item:first-of-type::before {
  display: none;
}
.p-reform .flow__list .item:first-of-type::after {
  display: none;
}
.p-reform .flow__list .item:last-of-type::after {
  display: none;
}
.p-reform .before-after {
  padding: 104px 40px 98px;
}
.p-reform .before-after__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .before-after__title span {
  margin-top: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .before-after__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 18px;
  content: "";
  background: #604c3f;
}
.p-reform .before-after__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
  margin-top: 34px;
}
.p-reform .before-after__item {
  width: 100%;
  max-width: 1200px;
}
.p-reform .qa {
  padding: 1px 40px 96px;
  background: #f7f5f0;
}
.p-reform .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -30px;
}
.p-reform .qa__title::before {
  display: block;
  width: 80px;
  height: 68px;
  content: "";
  background: url("../img/pc/reform_qa_title_illust.svg") no-repeat;
}
.p-reform .qa__title img {
  margin-top: 24px;
}
.p-reform .qa__title span {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #604c3f;
}
.p-reform .qa__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-reform .qa__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  margin: 30px auto 0;
}
.p-reform .contact {
  padding: 50px 40px 108px;
}
.p-reform .contact__slash::before, .p-reform .contact__slash::after {
  background: unset;
  border-right: 1px dashed #474645;
}
.p-reform .contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4px;
}
.p-reform .contact__title img {
  margin-top: 24px;
}
.p-reform .contact__title span {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #604c3f;
}
.p-reform .contact__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-reform .contact__line {
  margin-top: 36px;
}
.p-reform .contact .tel-area {
  margin-top: 52px;
}
.p-reform .contact .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .contact .tel-area__title span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .contact .tel-area__title::after {
  display: block;
  width: 2px;
  height: 16px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-reform .contact .tel-area__tel {
  margin-top: 18px;
}
.p-reform .contact .tel-area__tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .contact .tel-area__tel a::before {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  content: "";
  background: url("../img/pc/icon_tel_circle_brown_white.svg") no-repeat;
}
.p-reform .contact .tel-area__note {
  margin-top: 20px;
  text-align: center;
}
.p-reform .contact__form {
  max-width: 820px;
  margin: 68px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.p-reform .contact__form .wpcf7 .date {
  display: block;
}
.p-reform .contact__form .wpcf7 .message {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
.p-reform .contact__form .wpcf7 .wpcf7-submit {
  width: 266px;
  height: 74px;
  padding-left: 34px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: left;
  background: #604c3f url("../img/sp/reform_form_button_chevron.svg") top 30px right 34px/9px 16px no-repeat;
  border-radius: 4px;
}

.p-performance .b-mv {
  background-image: url("../img/pc/performance_mv_bg.jpg");
}
.p-performance .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 40px 76px;
  text-align: center;
}
.p-performance .top__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-performance .top__title {
  margin-top: 28px;
}
.p-performance .top__title img {
  margin: 0 auto;
}
.p-performance .top__text {
  margin-top: 38px;
}
.p-performance .nav {
  padding-bottom: 74px;
}
.p-performance .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.p-performance .nav__list .item__inner {
  display: grid;
  grid-template-columns: 133px 1fr;
}
.p-performance .nav__list .item__image {
  height: 116px;
  background: center/cover no-repeat;
}
.p-performance .nav__list .item__main {
  padding: 38px 0 0 28px;
  background: #f7f5f0;
}
.p-performance .nav__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-performance .nav__list .item__title span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-performance .nav__list .item__title img {
  margin-top: 14px;
}
.p-performance .nav__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/performance_nav_image_1.jpg");
}
.p-performance .nav__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/performance_nav_image_2.jpg");
}
.p-performance .nav__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/performance_nav_image_3.jpg");
}
.p-performance .nav__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/performance_nav_image_4.jpg");
}
.p-performance .nav__list .item:nth-of-type(5) .item__image {
  background-image: url("../img/pc/performance_nav_image_5.jpg");
}
.p-performance .nav__list .item:nth-of-type(6) .item__image {
  background-image: url("../img/pc/performance_nav_image_6.jpg");
}
.p-performance .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-performance .main .section .top-area {
  height: 556px;
  padding-top: 162px;
  background: no-repeat;
}
.p-performance .main .section .top-area__container {
  max-width: 1460px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-performance .main .section .top-area__block {
  max-width: 440px;
}
.p-performance .main .section .top-area__block::before {
  display: block;
  width: 130px;
  height: 50px;
  content: "";
  background: no-repeat;
}
.p-performance .main .section .top-area__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
.p-performance .main .section .top-area__title span {
  margin-top: 28px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-performance .main .section .bottom-area {
  height: 594px;
  padding-top: 128px;
  margin-top: -70px;
  background: no-repeat;
}
.p-performance .main .section .bottom-area__container {
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-performance .main .section .bottom-area__block {
  max-width: 500px;
}
.p-performance .main .section .bottom-area__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-performance .main .section .bottom-area__text {
  max-width: 420px;
  margin-top: 22px;
}
.p-performance .main .section .zeh-area {
  padding-bottom: 84px;
  margin: -70px auto 0;
  background: linear-gradient(to bottom, transparent 600px, #f7f5f0 600px);
}
.p-performance .main .section .zeh-area__formula img {
  width: 1201px;
  height: 94px;
  margin: 0 auto;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-performance .main .section .zeh-area .zeh-top-area {
  padding-bottom: 46px;
  margin-top: 46px;
  background: url("../img/pc/performance_main_zeh_bg@2x.png") top left/595px 370px no-repeat;
  background-position: top 0 left calc(50vw - -6px);
}
@media screen and (max-width: 1098px) {
  .p-performance .main .section .zeh-area .zeh-top-area {
    background-position: top 0 left 555px;
  }
}
.p-performance .main .section .zeh-area .zeh-top-area__container {
  max-width: 1198px;
  padding: 0 50px;
  margin: 0 auto;
}
.p-performance .main .section .zeh-area .zeh-top-area__block {
  max-width: 500px;
}
.p-performance .main .section .zeh-area .zeh-top-area__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-performance .main .section .zeh-area .zeh-top-area__text {
  max-width: 420px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 33px;
}
.p-performance .main .section .zeh-area .zeh-bottom-area {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-performance .main .section .zeh-area .zeh-bottom-area__title {
  padding: 18px 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.15em;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}
.p-performance .main .section .zeh-area .zeh-bottom-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 374px);
  gap: 30px 39px;
  margin-top: 34px;
}
.p-performance .main .section .zeh-area .zeh-bottom-area__list .item {
  padding: 30px 0 34px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}
.p-performance .main .section .zeh-area .zeh-bottom-area__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #a28861;
}
.p-performance .main .section .zeh-area .zeh-bottom-area__list .item__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 22px;
  content: "";
  background: #dbdcdc;
}
.p-performance .main .section .zeh-area .zeh-bottom-area__list .item__text {
  width: 308px;
  margin: 14px auto 0;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area {
  padding: 32px 36px 40px;
  margin-top: 56px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #a28861;
  text-align: center;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container {
  display: grid;
  grid-template-columns: 1fr 214px;
  gap: 14px;
  margin-top: 24px;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .block {
  padding: 22px 0 14px;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .block__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .block__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 180px;
  margin: 12px auto 0;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .block__list dl {
  display: grid;
  grid-template-columns: 1fr 72px;
  padding: 3px 0;
  background: #fff;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .block__list dl dt {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  border-right: 2px solid;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .block__list dl dd {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .left-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #f7f7f7;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .left-area__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 214px);
  gap: 14px;
  margin-top: 12px;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .left-area__container .block {
  background: #f7f7f7;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .left-area__container .block__list dt {
  border-right-color: #f7f7f7;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .right-area__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #a28861;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .right-area__container {
  margin-top: 12px;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .right-area__container .block {
  background: #a28861;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .right-area__container .block__title {
  color: #fff;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .right-area__container .block__list dt {
  color: #a28861;
  border-right-color: #f1e9e1;
}
.p-performance .main .section .zeh-area .zeh-bottom-area .achievement-area__container .right-area__container .block__list dd {
  color: #a28861;
}
.p-performance .main .section:nth-of-type(1) .top-area {
  background-image: url("../img/pc/performance_main_top_bg_1.jpg");
}
.p-performance .main .section:nth-of-type(1) .top-area__block::before {
  background-image: url("../img/pc/performance_main_counter_1.png");
}
.p-performance .main .section:nth-of-type(1) .top-area__title span {
  color: #fff;
}
.p-performance .main .section:nth-of-type(1) .bottom-area {
  background-image: url("../img/pc/performance_main_bottom_bg_1.png");
}
.p-performance .main .section:nth-of-type(2) .top-area {
  background-image: url("../img/pc/performance_main_top_bg_2.jpg");
}
.p-performance .main .section:nth-of-type(2) .top-area__block::before {
  background-image: url("../img/pc/performance_main_counter_2.png");
}
.p-performance .main .section:nth-of-type(2) .top-area__title span {
  color: #474645;
}
.p-performance .main .section:nth-of-type(2) .bottom-area {
  background-image: url("../img/pc/performance_main_bottom_bg_2.png");
}
.p-performance .main .section:nth-of-type(3) .top-area {
  background-image: url("../img/pc/performance_main_top_bg_3.jpg");
}
.p-performance .main .section:nth-of-type(3) .top-area__block::before {
  background-image: url("../img/pc/performance_main_counter_3.png");
}
.p-performance .main .section:nth-of-type(3) .top-area__title span {
  color: #fff;
}
.p-performance .main .section:nth-of-type(3) .bottom-area {
  background-image: url("../img/pc/performance_main_bottom_bg_3.png");
}
.p-performance .main .section:nth-of-type(4) .top-area {
  background-image: url("../img/pc/performance_main_top_bg_4.jpg");
}
.p-performance .main .section:nth-of-type(4) .top-area__block::before {
  background-image: url("../img/pc/performance_main_counter_4.png");
}
.p-performance .main .section:nth-of-type(4) .top-area__title span {
  color: #fff;
}
.p-performance .main .section:nth-of-type(4) .bottom-area {
  background-image: url("../img/pc/performance_main_bottom_bg_4.png");
}
.p-performance .main .section:nth-of-type(5) .top-area {
  background-image: url("../img/pc/performance_main_top_bg_5.jpg");
}
.p-performance .main .section:nth-of-type(5) .top-area__block::before {
  background-image: url("../img/pc/performance_main_counter_5.png");
}
.p-performance .main .section:nth-of-type(5) .top-area__title span {
  color: #474645;
}
.p-performance .main .section:nth-of-type(5) .bottom-area {
  background-image: url("../img/pc/performance_main_bottom_bg_5.png");
}
.p-performance .main .section:nth-of-type(6) .top-area {
  background-image: url("../img/pc/performance_main_top_bg_6.jpg");
}
.p-performance .main .section:nth-of-type(6) .top-area__block::before {
  background-image: url("../img/pc/performance_main_counter_6.png");
}
.p-performance .main .section:nth-of-type(6) .top-area__title span {
  color: #fff;
}
.p-performance .main .section:nth-of-type(6) .bottom-area {
  background-image: url("../img/pc/performance_main_bottom_bg_6.png");
}
.p-performance .main .section:nth-of-type(odd) .top-area {
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1460px) {
  .p-performance .main .section:nth-of-type(odd) .top-area {
    background-position: top 0 right -230px;
  }
}
.p-performance .main .section:nth-of-type(odd) .top-area__block {
  margin-left: auto;
}
.p-performance .main .section:nth-of-type(odd) .bottom-area {
  background-position: top 0 left calc(50vw - 74px);
}
@media screen and (max-width: 1180px) {
  .p-performance .main .section:nth-of-type(odd) .bottom-area {
    background-position: top 0 left 516px;
  }
}
.p-performance .main .section:nth-of-type(odd) .bottom-area__container {
  max-width: 1180px;
}
.p-performance .main .section:nth-of-type(even) .top-area {
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1460px) {
  .p-performance .main .section:nth-of-type(even) .top-area {
    background-position: top 0 left -230px;
  }
}
.p-performance .main .section:nth-of-type(even) .bottom-area {
  background-position: top 0 right calc(50vw - 74px);
}
@media screen and (max-width: 1350px) {
  .p-performance .main .section:nth-of-type(even) .bottom-area {
    background-position: top 0 right 601px;
  }
}
.p-performance .main .section:nth-of-type(even) .bottom-area__container {
  max-width: 1350px;
}
.p-performance .main .section:nth-of-type(even) .bottom-area__block {
  margin-left: auto;
}
.p-performance .works {
  padding: 0 40px 96px;
  margin-top: -14px;
}

.p-one .mv {
  position: relative;
  max-width: 1920px;
  min-height: 880px;
  margin: 0 auto;
  background: url("../img/pc/one_mv_bg.jpg") center no-repeat;
}
.p-one .mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 302px;
}
.p-one .mv__headline {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
}
.p-one .mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.p-one .mv__title span {
  padding: 9px 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #1a3248;
}
.p-one .mv__title img {
  margin-top: 32px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
}
.p-one .mv__scroll {
  position: absolute;
  bottom: 134px;
  left: calc(50% - 32px);
  z-index: 100;
  width: 64px;
  height: 70px;
}
.p-one .concept {
  position: relative;
  max-width: 1920px;
  margin: -160px auto 0;
}
.p-one .concept__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-one .concept__bg::before {
  display: block;
  max-width: 1728px;
  height: 162px;
  margin: 0 auto;
  content: "";
  background: #fff;
}
.p-one .concept__fg {
  position: relative;
  z-index: 20;
  padding: 120px 0 94px;
  background: url("../img/pc/one_concept_bg.png") no-repeat;
  background-position: top 120px left calc(50vw - 960px);
}
@media screen and (max-width: 1480px) {
  .p-one .concept__fg {
    background-position: top 120px left -220px;
  }
}
.p-one .concept__container {
  position: relative;
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-one .concept__container::before {
  position: absolute;
  top: -240px;
  left: 32px;
  display: block;
  width: 387px;
  height: 183px;
  content: "";
  background: url("../img/pc/one_concept_deco.png") no-repeat;
}
.p-one .concept__catch {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-one .concept__english {
  margin-top: 36px;
}
.p-one .concept__text {
  max-width: 410px;
  margin-top: 44px;
}
.p-one .concept__headline {
  margin-top: 44px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-one .main-section .section-1 {
  height: 556px;
  padding-top: 140px;
  background: url("../img/pc/one_section_1_bg.png");
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1640px) {
  .p-one .main-section .section-1 {
    background-position: top 0 right -140px;
  }
}
.p-one .main-section .section-1__container {
  position: relative;
  max-width: 1640px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-one .main-section .section-1__container::before {
  position: absolute;
  top: -146px;
  left: 122px;
  display: block;
  width: 43px;
  height: 162px;
  content: "";
  background: url("../img/pc/one_section_1_label.png") no-repeat;
}
.p-one .main-section .section-1__block {
  position: relative;
  max-width: 470px;
  margin-left: auto;
}
.p-one .main-section .section-1__block::before {
  position: absolute;
  top: -64px;
  left: -70px;
  display: block;
  width: 286px;
  height: 93px;
  content: "";
  background: url("../img/pc/one_section_1_deco.png") no-repeat;
}
.p-one .main-section .section-1__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-one .main-section .section-1__text {
  max-width: 360px;
  margin-top: 14px;
  color: #fff;
}
.p-one .main-section .section-2 {
  position: relative;
  height: 872px;
  padding-top: 144px;
  margin-top: -164px;
  background: url("../img/pc/one_section_2_bg.png") no-repeat;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1490px) {
  .p-one .main-section .section-2 {
    background-position: top 0 left -215px;
  }
}
.p-one .main-section .section-2__slider {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  z-index: 200;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-one .main-section .section-2__container {
  max-width: 1490px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-one .main-section .section-2 .block-1 {
  position: relative;
}
.p-one .main-section .section-2 .block-1__english {
  margin-left: 6px;
}
.p-one .main-section .section-2 .block-1__text {
  max-width: 420px;
  margin-top: 50px;
}
.p-one .main-section .section-3 {
  position: relative;
  z-index: 100;
  height: 1210px;
  padding-top: 144px;
  margin-top: -78px;
  background: url("../img/pc/one_section_3_bg.png") no-repeat;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1480px) {
  .p-one .main-section .section-3 {
    background-position: top 0 left -220px;
  }
}
.p-one .main-section .section-3__container {
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-one .main-section .section-3 .block-1 {
  position: relative;
  max-width: 540px;
}
.p-one .main-section .section-3 .block-1::after {
  position: absolute;
  right: -34px;
  bottom: -80px;
  display: block;
  width: 281px;
  height: 86px;
  content: "";
  background: url("../img/pc/family_section_3_deco.png") no-repeat;
}
.p-one .main-section .section-3 .block-1__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-one .main-section .section-3 .block-1__text {
  max-width: 370px;
  margin-top: 16px;
}
.p-one .main-section .section-3 .block-1__english {
  margin-top: 54px;
}
.p-one .main-section .section-3 .block-2 {
  position: relative;
  max-width: 260px;
  margin: 404px 0 0 0;
}
.p-one .main-section .section-3 .block-3 {
  position: relative;
  max-width: 210px;
  margin: -14px 0 0 760px;
}
.p-one .main-section .section-3 .block-3::before {
  display: block;
  width: 52px;
  height: 25px;
  padding-bottom: 8px;
  content: "";
  background: url("../img/pc/icon_product_point.png") no-repeat;
}
.p-one .main-section .section-4 {
  height: 556px;
  padding-top: 182px;
  margin-top: -60px;
  background: url("../img/pc/one_section_4_bg.png");
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1636px) {
  .p-one .main-section .section-4 {
    background-position: top 0 right -142px;
  }
}
.p-one .main-section .section-4__container {
  position: relative;
  max-width: 1636px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-one .main-section .section-4__container::before {
  position: absolute;
  top: -186px;
  left: 118px;
  display: block;
  width: 43px;
  height: 134px;
  content: "";
  background: url("../img/pc/one_section_4_label.png") no-repeat;
}
.p-one .main-section .section-4__block {
  position: relative;
  max-width: 470px;
  margin-left: auto;
}
.p-one .main-section .section-4__block::before {
  position: absolute;
  top: -70px;
  left: -56px;
  display: block;
  width: 263px;
  height: 79px;
  content: "";
  background: url("../img/pc/one_section_4_deco.png") no-repeat;
}
.p-one .main-section .section-4__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  color: #231815;
  letter-spacing: 0.1em;
}
.p-one .main-section .section-4__text {
  max-width: 360px;
  margin-top: 14px;
  color: #231815;
}
.p-one .main-section .section-5 {
  position: relative;
  height: 600px;
  padding-top: 40px;
  margin-top: -58px;
  background: url("../img/pc/one_section_5_bg.png") no-repeat;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1490px) {
  .p-one .main-section .section-5 {
    background-position: top 0 left -215px;
  }
}
.p-one .main-section .section-5__container {
  max-width: 1490px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-one .main-section .section-5 .block-1 {
  position: relative;
}
.p-one .main-section .section-5 .block-1__english {
  margin-left: 6px;
}
.p-one .main-section .section-5 .block-1__text {
  max-width: 320px;
  margin-top: 50px;
}
.p-one .main-section .section-6 {
  position: relative;
  z-index: 100;
  height: 1350px;
  padding-top: 88px;
  background: url("../img/pc/one_section_6_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1768px) {
  .p-one .main-section .section-6 {
    background-position: top 0 right -76px;
  }
}
.p-one .main-section .section-6__container {
  position: relative;
  max-width: 1768px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-one .main-section .section-6__container::before {
  position: absolute;
  top: 434px;
  right: 662px;
  display: block;
  width: 44px;
  height: 134px;
  content: "";
  background: url("../img/pc/one_section_6_label.png") no-repeat;
}
.p-one .main-section .section-6 .block-1 {
  position: relative;
  max-width: 540px;
  margin-left: auto;
}
.p-one .main-section .section-6 .block-1::after {
  position: absolute;
  top: -78px;
  left: -130px;
  display: block;
  width: 243px;
  height: 82px;
  content: "";
  background: url("../img/pc/one_section_6_deco.png") no-repeat;
}
.p-one .main-section .section-6 .block-1__text {
  max-width: 406px;
  margin-top: 44px;
}
.p-one .main-section .section-6 .block-1__headline {
  margin-top: 44px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-one .main-section .section-6 .block-2 {
  position: relative;
  max-width: 260px;
  margin: 120px 488px 0 auto;
}
.p-one .main-section .section-6 .block-2::before {
  display: block;
  width: 52px;
  height: 25px;
  padding-bottom: 8px;
  content: "";
  background: url("../img/pc/icon_product_point.png") no-repeat;
}
.p-one .main-section .section-6 .block-3 {
  position: relative;
  max-width: 210px;
  margin: -86px 0 0 144px;
}
.p-one .main-section .section-6 .block-3::before {
  display: block;
  width: 52px;
  height: 25px;
  padding-bottom: 8px;
  content: "";
  background: url("../img/pc/icon_product_point.png") no-repeat;
}
.p-one .works {
  padding: 88px 40px 70px;
}
.p-one .qa {
  max-width: 1634px;
  padding: 70px 40px 137px;
  margin: 0 auto;
  border-top: 3px solid #f7f5f0;
}
.p-one .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-one .qa__title span {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #604c3f;
}
.p-one .qa__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-one .qa__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 36px auto 0;
}

.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-front-page .mv {
  position: relative;
  max-width: 1920px;
  height: 960px;
  margin: 0 auto;
}
.p-front-page .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@keyframes mvSliderZoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.p-front-page .mv__bg .keen-slider__slide {
  opacity: 0;
  transition: opacity 2s;
  transform: scale(1.1);
}
.p-front-page .mv__bg .keen-slider__slide.active {
  opacity: 1;
}
.p-front-page .mv__bg .keen-slider__slide.active-animation {
  animation: 10s mvSliderZoom 0s linear both;
}
.p-front-page .mv__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  animation: 0.6s mvFadein 2s forwards;
}
@keyframes mvFadein {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-front-page .mv__ad {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 328px;
  height: 380px;
  opacity: 0;
  animation: 0.6s mvFadein 3s forwards;
}
.p-front-page .mv__ad .c-popup-ad {
  height: 100%;
}
.p-front-page .mv__text {
  position: absolute;
  top: 204px;
  left: 88px;
  width: 214px;
  height: 295px;
}
.p-front-page .mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 40px 140px;
}
.p-front-page .mv__scroll {
  position: absolute;
  bottom: 24px;
  left: calc(50% - 32px);
  width: 64px;
  height: 70px;
}
.p-front-page .campaign-banner {
  max-width: 1920px;
  padding: 48px 0 56px;
  margin: 0 auto;
}
.p-front-page .concept {
  max-width: 1920px;
  min-height: 951px;
  padding-top: 90px;
  margin: 0 auto;
  background: url("../img/pc/front_concept_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1440px) {
  .p-front-page .concept {
    background-position: top 0 right -240px;
  }
}
.p-front-page .concept__container {
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .concept__block {
  max-width: 470px;
  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: 32px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .concept__text {
  margin-top: 26px;
}
.p-front-page .concept__catch {
  position: relative;
  margin-top: 88px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-front-page .concept__catch::after {
  position: absolute;
  top: -52px;
  left: -62px;
  display: block;
  width: 216px;
  height: 66px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/front_concept_deco.png");
  background-image: image-set(url("../img/pc/front_concept_deco.png") 1x, url("../img/pc/front_concept_deco@2x.png") 2x);
}
.p-front-page .scene {
  max-width: 1920px;
  padding-top: 1px;
  margin: -28px auto 0;
}
.p-front-page .scene__headline {
  margin-top: 24px;
  font-size: 21px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
.p-front-page .scene__list {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
  justify-content: center;
  margin-top: 48px;
}
.p-front-page .scene__list .item__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .scene__list .item__image {
  width: 790px;
  height: 422px;
}
.p-front-page .scene__list .item__title {
  padding: 24px 26px;
  margin-top: -42px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-front-page .scene__list .item__price {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 730px;
  padding: 24px 20px;
  margin: 18px auto 0;
  line-height: 1;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.15em;
  background: #f7f5f0;
  border-radius: 100000000px;
}
.p-front-page .scene__list .item__price span {
  font-size: 22px;
  font-weight: bold;
}
.p-front-page .scene__list .item__price::before {
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 16px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  background: #f7f5f0;
}
.p-front-page .scene__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/front_scene_image_1.jpg");
}
.p-front-page .scene__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/front_scene_image_2.jpg");
}
.p-front-page .works {
  padding: 80px 40px 80px;
  background: linear-gradient(to bottom, transparent 208px, #f7f5f0 208px);
}
.p-front-page .works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .works__title::after {
  display: block;
  width: 20px;
  height: 1px;
  margin-top: 14px;
  content: "";
  background: #2d4e60;
}
.p-front-page .works__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 524px);
  gap: 40px 28px;
  justify-content: center;
  margin-top: 24px;
}
.p-front-page .works__button {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}
.p-front-page .event {
  padding: 98px 0 80px;
}
.p-front-page .event__container {
  position: relative;
  padding-left: 298px;
}
.p-front-page .event__title {
  position: absolute;
  top: 0;
  left: 124px;
  z-index: 100;
  display: block;
  width: 227px;
  height: 426px;
  pointer-events: none;
  content: "";
}
.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 {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.p-front-page .feature {
  max-width: 1920px;
  padding: 178px 0 66px;
  margin: -86px auto 0;
  background: url("../img/pc/front_feature_bg.png") top left no-repeat;
}
.p-front-page .feature__container {
  max-width: 1714px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .feature__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .feature__title span {
  margin-top: 28px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .feature__title::after {
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 26px;
  content: "";
  background: #474645;
}
.p-front-page .feature__headline {
  margin-top: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.1em;
}
.p-front-page .feature__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 385px);
  gap: 22px;
  justify-content: center;
  margin-top: 106px;
}
.p-front-page .feature__list li {
  height: 417px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-front-page .reform {
  max-width: 1920px;
  padding: 102px 0 100px;
  margin: 0 auto;
  background: url("../img/pc/front_reform_bg.png") top center no-repeat;
}
.p-front-page .reform__container {
  max-width: 1278px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .reform__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.p-front-page .reform__title span {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .reform__text {
  max-width: 440px;
  margin-top: 34px;
  font-size: 16px;
  line-height: 33px;
}
.p-front-page .reform__headline {
  margin-top: 24px;
}
.p-front-page .reform__slider {
  margin-top: 22px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .news {
  padding: 90px 0 242px;
  background: #f7f5f0;
}
.p-front-page .news__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1610px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .news__title {
  display: flex;
  align-items: center;
}
.p-front-page .news__title span {
  margin-left: 34px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-front-page .news__container {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 102px;
  max-width: 1610px;
  padding: 0 40px;
  margin: 44px auto 0;
}
.p-front-page .news__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(178, 178, 179, 0.5);
}
.p-front-page .news__item {
  border-bottom: 1px solid rgba(178, 178, 179, 0.5);
}
.p-front-page .instagram {
  display: flex;
  justify-content: center;
  padding: 0 40px;
  margin-top: -160px;
}
.p-front-page .contact {
  position: relative;
  z-index: 10;
  padding: 114px 0 40px;
}
.p-front-page .contact .b-contact {
  padding-top: unset;
  padding-bottom: unset;
  background: unset;
}
.p-front-page .area {
  max-width: 1920px;
  min-height: 850px;
  padding: 280px 0 0;
  margin: -144px auto 0;
  background: url("../img/pc/front_area_bg.png") top center no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1452px) {
  .p-front-page .area {
    background-position: top 0 right -234px;
  }
}
.p-front-page .area__container {
  max-width: 1452px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .area__block {
  max-width: 430px;
  margin-left: auto;
}
.p-front-page .area__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .area__title span {
  margin-top: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .area__text {
  margin-top: 54px;
  font-size: 16px;
  line-height: 33px;
}
.p-front-page .home {
  margin-top: 36px;
  background: linear-gradient(to bottom, transparent 0, #f7f5f0 100%);
}
.p-front-page .home__bg {
  height: 482px;
  padding-top: 20px;
  background: url("../img/pc/front_home_bg.jpg") no-repeat;
  background-position: top 0 left calc(50vw - 150px);
}
@media screen and (max-width: 1424px) {
  .p-front-page .home__bg {
    background-position: top 0 left 562px;
  }
}
.p-front-page .home__container {
  max-width: 1424px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .home__headline {
  margin-top: 14px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-front-page .home__text {
  max-width: 470px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 33px;
}

.p-flow .b-mv {
  background-image: url("../img/pc/flow_mv_bg.jpg");
}
.p-flow .concept {
  min-height: 588px;
  padding-top: 114px;
  margin-top: 64px;
  background: url("../img/pc/flow_concept_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1468px) {
  .p-flow .concept {
    background-position: top 0 right -226px;
  }
}
.p-flow .concept__container {
  max-width: 1468px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-flow .concept__block {
  max-width: 440px;
  margin-left: auto;
}
.p-flow .concept__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-flow .concept__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 48px;
  content: "";
  background: #c79e63;
}
.p-flow .concept__headline {
  margin-top: 14px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-flow .concept__text {
  margin-top: 18px;
}
.p-flow .banner-area {
  display: flex;
  justify-content: center;
  padding: 64px 40px 0;
}
.p-flow .banner-area__banner-aera {
  min-height: 279px;
}
.p-flow .main-area {
  position: relative;
  margin-top: 136px;
}
.p-flow .main-area__slider {
  position: absolute;
  right: 0;
  bottom: -72px;
  left: 0;
  z-index: 100;
  height: 104px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-flow .main-area__top {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-flow .main-area__top .step {
  position: relative;
}
.p-flow .main-area__top .step::before {
  position: absolute;
  top: -68px;
  left: calc(50% - 39px);
  display: block;
  width: 78px;
  height: 78px;
  content: "";
  background: url("../img/pc/flow_step_counter_1.png") no-repeat;
}
.p-flow .main-area__top .contact-block {
  max-width: 1200px;
  padding-bottom: 34px;
  margin: 38px auto 0;
  border-bottom: 1px solid rgba(62, 58, 57, 0.5);
}
.p-flow .main-area__top .contact-block__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 120px;
  border-left: 3px solid #f7f5f0;
}
.p-flow .main-area__top .contact-block .line-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-right: 3px solid #f7f5f0;
}
.p-flow .main-area__top .contact-block .line-area__title {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.p-flow .main-area__top .contact-block .line-area__button {
  width: 246px;
  height: 59px;
  margin-top: 36px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-flow .main-area__top .contact-block .contact-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-right: 3px solid #f7f5f0;
}
.p-flow .main-area__top .contact-block .contact-area__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.p-flow .main-area__top .contact-block .contact-area__button {
  width: 314px;
  margin-top: 36px;
}
.p-flow .main-area__top .contact-block .contact-area__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #3e3a39;
  border-radius: 5px;
}
.p-flow .main-area__top .contact-block .contact-area__button a::before {
  display: block;
  width: 23px;
  height: 14px;
  margin-right: 16px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}
.p-flow .main-area__top .contact-block .contact-area__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: 16px;
  content: "";
  background: url("../img/pc/flow_step_contact_button_chevron.svg") no-repeat;
}
.p-flow .main-area__top .contact-block__note {
  margin-top: 38px;
  text-align: center;
}
.p-flow .main-area__list {
  margin-top: 120px;
}
.p-flow .main-area .chunk {
  position: relative;
}
.p-flow .main-area .chunk__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 1780px;
  max-width: 100%;
  height: 1743px;
  background: #f7f5f0;
}
.p-flow .main-area .chunk__fg {
  position: relative;
  z-index: 20;
}
.p-flow .main-area .chunk .step {
  position: relative;
  margin-top: 96px;
  background-repeat: no-repeat;
}
.p-flow .main-area .chunk .step::before {
  position: absolute;
  top: -82px;
  left: calc(50% - 39px);
  display: block;
  width: 78px;
  height: 99px;
  content: "";
  background: no-repeat;
}
.p-flow .main-area .chunk .step__container {
  padding: 0 40px;
  margin: 0 auto;
}
.p-flow .main-area .chunk .step__block {
  position: relative;
  max-width: 510px;
}
.p-flow .main-area .chunk .step__title {
  font-size: 39px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-flow .main-area .chunk .step__english {
  margin-top: 18px;
}
.p-flow .main-area .chunk .step__text {
  margin-top: 40px;
}
.p-flow .main-area .chunk .step__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  height: 46px;
  margin-top: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  background: #fff;
  border-radius: 23px;
}
.p-flow .main-area .chunk .step:nth-of-type(1) {
  background-position: top 0 right calc(50vw - 96px);
  height: 469px;
}
@media screen and (max-width: 1464px) {
  .p-flow .main-area .chunk .step:nth-of-type(1) {
    background-position: top 0 right 636px;
  }
}
.p-flow .main-area .chunk .step:nth-of-type(1) .step__container {
  max-width: 1464px;
}
.p-flow .main-area .chunk .step:nth-of-type(1) .step__block {
  margin-left: auto;
}
.p-flow .main-area .chunk .step:nth-of-type(2) {
  background-position: top 0 left calc(50vw - 96px);
  height: 469px;
}
@media screen and (max-width: 1464px) {
  .p-flow .main-area .chunk .step:nth-of-type(2) {
    background-position: top 0 left 636px;
  }
}
.p-flow .main-area .chunk .step:nth-of-type(2) .step__container {
  max-width: 1424px;
}
.p-flow .main-area .chunk .step:nth-of-type(3) {
  background-position: top 0 right calc(50vw - 968px);
  height: 645px;
}
@media screen and (max-width: 1834px) {
  .p-flow .main-area .chunk .step:nth-of-type(3) {
    background-position: top 0 right -51px;
  }
}
.p-flow .main-area .chunk .step:nth-of-type(3) .step__container {
  max-width: 1834px;
}
.p-flow .main-area .chunk .step:nth-of-type(3) .step__block {
  margin-left: auto;
}
.p-flow .main-area .chunk .step:nth-of-type(3) .step__title {
  color: #fff;
}
.p-flow .main-area .chunk .step:nth-of-type(3) .step__text {
  color: #fff;
}
.p-flow .main-area .chunk .step--2 {
  background-image: url("../img/pc/flow_step_bg_2.jpg");
}
.p-flow .main-area .chunk .step--2::before {
  background-image: url("../img/pc/flow_step_counter_2.png");
}
.p-flow .main-area .chunk .step--3 {
  background-image: url("../img/pc/flow_step_bg_3.jpg");
}
.p-flow .main-area .chunk .step--3::before {
  background-image: url("../img/pc/flow_step_counter_3.png");
}
.p-flow .main-area .chunk .step--4 {
  background-image: url("../img/pc/flow_step_bg_4.jpg");
}
.p-flow .main-area .chunk .step--4::before {
  background-image: url("../img/pc/flow_step_counter_4.png");
}
.p-flow .main-area .chunk .step--5 {
  background-image: url("../img/pc/flow_step_bg_5.jpg");
}
.p-flow .main-area .chunk .step--5::before {
  background-image: url("../img/pc/flow_step_counter_5.png");
}
.p-flow .main-area .chunk .step--6 {
  background-image: url("../img/pc/flow_step_bg_6.jpg");
}
.p-flow .main-area .chunk .step--6::before {
  background-image: url("../img/pc/flow_step_counter_6.png");
}
.p-flow .main-area .chunk .step--7 {
  background-image: url("../img/pc/flow_step_bg_7.jpg");
}
.p-flow .main-area .chunk .step--7::before {
  background-image: url("../img/pc/flow_step_counter_7.png");
}
.p-flow .main-area .chunk .step--8 {
  background-image: url("../img/pc/flow_step_bg_8.jpg");
}
.p-flow .main-area .chunk .step--8::before {
  background-image: url("../img/pc/flow_step_counter_8.png");
}
.p-flow .main-area .chunk .step--9 {
  background-image: url("../img/pc/flow_step_bg_9.jpg");
}
.p-flow .main-area .chunk .step--9::before {
  background-image: url("../img/pc/flow_step_counter_9.png");
}
.p-flow .main-area .chunk .step--10 {
  background-image: url("../img/pc/flow_step_bg_10.jpg");
}
.p-flow .main-area .chunk .step--10::before {
  background-image: url("../img/pc/flow_step_counter_10.png");
}
.p-flow .main-area .chunk .step--2 {
  padding-top: 132px;
}
.p-flow .main-area .chunk .step--2 .step__block::before {
  position: absolute;
  top: -54px;
  left: -120px;
  display: block;
  width: 216px;
  height: 66px;
  content: "";
  background: url("../img/pc/flow_step_deco_2.png") no-repeat;
}
.p-flow .main-area .chunk .step--3 {
  padding-top: 12px;
}
.p-flow .main-area .chunk .step--4 {
  padding-top: 128px;
}
.p-flow .main-area .chunk .step--5 {
  padding-top: 88px;
}
.p-flow .main-area .chunk .step--5 .step__block::before {
  position: absolute;
  top: -54px;
  left: -120px;
  display: block;
  width: 181px;
  height: 72px;
  content: "";
  background: url("../img/pc/flow_step_deco_5.png") no-repeat;
}
.p-flow .main-area .chunk .step--6 {
  padding-top: 56px;
}
.p-flow .main-area .chunk .step--7 {
  padding-top: 134px;
}
.p-flow .main-area .chunk .step--8 {
  padding-top: 88px;
}
.p-flow .main-area .chunk .step--8 .step__block::before {
  position: absolute;
  top: -44px;
  left: -110px;
  display: block;
  width: 176px;
  height: 75px;
  content: "";
  background: url("../img/pc/flow_step_deco_8.png") no-repeat;
}
.p-flow .main-area .chunk .step--9 {
  padding-top: 56px;
}
.p-flow .main-area .chunk .step--10 {
  padding-top: 134px;
}
.p-flow .b-site-banner__fg {
  padding-top: 178px;
}

.p-family .mv {
  position: relative;
  max-width: 1920px;
  min-height: 880px;
  margin: 0 auto;
  background: url("../img/pc/family_mv_bg.jpg") center no-repeat;
}
.p-family .mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 286px;
}
.p-family .mv__headline {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
}
.p-family .mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 42px;
}
.p-family .mv__title span {
  padding: 9px 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #737f8f;
}
.p-family .mv__title img {
  margin-top: 26px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
}
.p-family .mv__scroll {
  position: absolute;
  bottom: 134px;
  left: calc(50% - 32px);
  z-index: 100;
  width: 64px;
  height: 70px;
}
.p-family .concept {
  position: relative;
  max-width: 1920px;
  margin: -160px auto 0;
}
.p-family .concept__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-family .concept__bg::before {
  display: block;
  max-width: 1728px;
  height: 162px;
  margin: 0 auto;
  content: "";
  background: #fff;
}
.p-family .concept__fg {
  position: relative;
  z-index: 20;
  padding: 120px 0 136px;
  background: url("../img/pc/family_concept_bg.png") no-repeat;
  background-position: top 120px left calc(50vw - 960px);
}
@media screen and (max-width: 1480px) {
  .p-family .concept__fg {
    background-position: top 120px left -220px;
  }
}
.p-family .concept__container {
  position: relative;
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-family .concept__container::before {
  position: absolute;
  top: -210px;
  left: 10px;
  display: block;
  width: 435px;
  height: 163px;
  content: "";
  background: url("../img/pc/family_concept_deco.png") no-repeat;
}
.p-family .concept__catch {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-family .concept__english {
  margin-top: 36px;
}
.p-family .concept__text {
  max-width: 410px;
  margin-top: 44px;
}
.p-family .concept__headline {
  margin-top: 44px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-family .main-section .section-1 {
  height: 556px;
  padding-top: 140px;
  background: url("../img/pc/family_section_1_bg.png");
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1640px) {
  .p-family .main-section .section-1 {
    background-position: top 0 right -140px;
  }
}
.p-family .main-section .section-1__container {
  position: relative;
  max-width: 1640px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-family .main-section .section-1__container::before {
  position: absolute;
  top: -146px;
  left: 122px;
  display: block;
  width: 43px;
  height: 162px;
  content: "";
  background: url("../img/pc/family_section_1_label.png") no-repeat;
}
.p-family .main-section .section-1__block {
  position: relative;
  max-width: 470px;
  margin-left: auto;
}
.p-family .main-section .section-1__block::before {
  position: absolute;
  top: -78px;
  left: -76px;
  display: block;
  width: 286px;
  height: 93px;
  content: "";
  background: url("../img/pc/family_section_1_deco.png") no-repeat;
}
.p-family .main-section .section-1__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  color: #231815;
  letter-spacing: 0.1em;
}
.p-family .main-section .section-1__text {
  max-width: 360px;
  margin-top: 14px;
  color: #231815;
}
.p-family .main-section .section-2 {
  position: relative;
  height: 1151px;
  padding-top: 144px;
  margin-top: -164px;
  background: url("../img/pc/family_section_2_bg.png");
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1490px) {
  .p-family .main-section .section-2 {
    background-position: top 0 left -215px;
  }
}
.p-family .main-section .section-2__slider {
  position: absolute;
  right: 0;
  bottom: 214px;
  left: 0;
  z-index: 200;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-family .main-section .section-2__container {
  max-width: 1490px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-family .main-section .section-2 .block-1 {
  position: relative;
}
.p-family .main-section .section-2 .block-1__english {
  margin-left: 6px;
}
.p-family .main-section .section-2 .block-1__text {
  max-width: 420px;
  margin-top: 50px;
}
.p-family .main-section .section-2 .block-2 {
  position: relative;
  max-width: 210px;
  margin: 228px 0 0 764px;
}
.p-family .main-section .section-2 .block-2::before {
  display: block;
  width: 52px;
  height: 25px;
  padding-bottom: 8px;
  content: "";
  background: url("../img/pc/icon_product_point.png") no-repeat;
}
.p-family .main-section .section-3 {
  position: relative;
  z-index: 100;
  height: 1189px;
  padding-top: 110px;
  margin-top: -264px;
  background: url("../img/pc/family_section_3_bg.png");
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1520px) {
  .p-family .main-section .section-3 {
    background-position: top 0 right -200px;
  }
}
.p-family .main-section .section-3__container {
  max-width: 1520px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-family .main-section .section-3 .block-1 {
  position: relative;
  max-width: 540px;
  margin-left: auto;
}
.p-family .main-section .section-3 .block-1::after {
  position: absolute;
  right: -34px;
  bottom: -80px;
  display: block;
  width: 281px;
  height: 86px;
  content: "";
  background: url("../img/pc/family_section_3_deco.png") no-repeat;
}
.p-family .main-section .section-3 .block-1__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-family .main-section .section-3 .block-1__text {
  max-width: 370px;
  margin-top: 16px;
}
.p-family .main-section .section-3 .block-1__english {
  margin-top: 54px;
}
.p-family .main-section .section-3 .block-2 {
  position: relative;
  max-width: 260px;
  margin: 400px 276px 0 auto;
}
.p-family .main-section .section-3 .block-3 {
  position: relative;
  max-width: 210px;
  margin: -10px 698px 0 auto;
}
.p-family .main-section .section-3 .block-3::before {
  display: block;
  width: 52px;
  height: 25px;
  padding-bottom: 8px;
  content: "";
  background: url("../img/pc/icon_product_point.png") no-repeat;
}
.p-family .main-section .section-4 {
  height: 556px;
  padding-top: 182px;
  margin-top: -42px;
  background: url("../img/pc/family_section_4_bg.png");
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1640px) {
  .p-family .main-section .section-4 {
    background-position: top 0 right -140px;
  }
}
.p-family .main-section .section-4__container {
  position: relative;
  max-width: 1528px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-family .main-section .section-4__container::before {
  position: absolute;
  top: -186px;
  right: 114px;
  display: block;
  width: 43px;
  height: 219px;
  content: "";
  background: url("../img/pc/family_section_4_label.png") no-repeat;
}
.p-family .main-section .section-4__block {
  position: relative;
  max-width: 470px;
  margin-left: auto;
}
.p-family .main-section .section-4__block::before {
  position: absolute;
  top: -46px;
  left: -68px;
  display: block;
  width: 230px;
  height: 67px;
  content: "";
  background: url("../img/pc/family_section_4_deco.png") no-repeat;
}
.p-family .main-section .section-4__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  color: #231815;
  letter-spacing: 0.1em;
}
.p-family .main-section .section-4__text {
  max-width: 360px;
  margin-top: 14px;
  color: #231815;
}
.p-family .main-section .section-5 {
  position: relative;
  height: 584px;
  margin-top: -18px;
  background: url("../img/pc/family_section_5_bg.png") no-repeat;
  background-position: top 54px left calc(50vw - 960px);
}
@media screen and (max-width: 1490px) {
  .p-family .main-section .section-5 {
    background-position: top 54px left -215px;
  }
}
.p-family .main-section .section-5__container {
  max-width: 1490px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-family .main-section .section-5 .block-1 {
  position: relative;
}
.p-family .main-section .section-5 .block-1__english {
  margin-left: 6px;
}
.p-family .main-section .section-5 .block-1__text {
  max-width: 320px;
  margin-top: 50px;
}
.p-family .main-section .section-6 {
  position: relative;
  z-index: 100;
  height: 1299px;
  padding-top: 64px;
  background: url("../img/pc/family_section_6_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1768px) {
  .p-family .main-section .section-6 {
    background-position: top 0 right -76px;
  }
}
.p-family .main-section .section-6__container {
  position: relative;
  max-width: 1768px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-family .main-section .section-6__container::before {
  position: absolute;
  top: 454px;
  right: 662px;
  display: block;
  width: 43px;
  height: 134px;
  content: "";
  background: url("../img/pc/family_section_6_label.png") no-repeat;
}
.p-family .main-section .section-6 .block-1 {
  position: relative;
  max-width: 540px;
  margin-left: auto;
}
.p-family .main-section .section-6 .block-1::after {
  position: absolute;
  top: -90px;
  left: -128px;
  display: block;
  width: 322px;
  height: 96px;
  content: "";
  background: url("../img/pc/family_section_6_deco.png") no-repeat;
}
.p-family .main-section .section-6 .block-1__text {
  max-width: 406px;
  margin-top: 44px;
}
.p-family .main-section .section-6 .block-1__headline {
  margin-top: 44px;
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-family .main-section .section-6 .block-2 {
  position: relative;
  max-width: 260px;
  margin: 208px 488px 0 auto;
}
.p-family .main-section .section-6 .block-2::before {
  display: block;
  width: 52px;
  height: 25px;
  padding-bottom: 8px;
  content: "";
  background: url("../img/pc/icon_product_point.png") no-repeat;
}
.p-family .works {
  padding: 72px 40px 70px;
}
.p-family .qa {
  max-width: 1634px;
  padding: 70px 40px 137px;
  margin: 0 auto;
  border-top: 3px solid #f7f5f0;
}
.p-family .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-family .qa__title span {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #604c3f;
}
.p-family .qa__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-family .qa__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 36px auto 0;
}

.p-contact .main {
  padding: 176px 40px 140px;
  margin-top: -20px;
  background: #f7f5f0;
}
.p-contact .main .present__block {
  max-width: 1218px;
  padding: 0 10px 20px;
  margin: 0 auto;
  background: #fff;
}
.p-contact .main .present__container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}
.p-contact .main .present__image {
  width: 292px;
  height: 292px;
  background-repeat: no-repeat;
}
.p-contact .main .present__image:nth-of-type(1) {
  background-image: url("../img/pc/contact_present_image_1.png");
  background-image: image-set(url("../img/pc/contact_present_image_1.png") 1x, url("../img/pc/contact_present_image_1@2x.png") 2x);
}
.p-contact .main .present__image:nth-of-type(2) {
  background-image: url("../img/pc/contact_present_image_2.png");
  background-image: image-set(url("../img/pc/contact_present_image_2.png") 1x, url("../img/pc/contact_present_image_2@2x.png") 2x);
}
.p-contact .main .present__image-container {
  display: flex;
  gap: 26px;
  margin-top: -78px;
}
.p-contact .main .present__main {
  position: relative;
  margin-top: -40px;
}
.p-contact .main .present__main::after {
  position: absolute;
  top: -60px;
  left: 20px;
  display: block;
  width: 124px;
  height: 71px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/contact_present_deco.png");
  background-image: image-set(url("../img/pc/contact_present_deco.png") 1x, url("../img/pc/contact_present_deco@2x.png") 2x);
}
.p-contact .main .present__title {
  padding: 18px 32px;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
  background: #a28861;
}
.p-contact .main .present__text {
  margin: 16px 0 0 36px;
}
.p-contact .main .present__button {
  width: 218px;
  margin: 28px 0 0 32px;
  background: #c7ba9a;
  border-radius: 5px;
}
.p-contact .main .present__button a {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-contact .main .present__button a::after {
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url("../img/pc/contact_present_button_chevron.svg") no-repeat;
}
.p-contact .main .contact-block {
  max-width: 1200px;
  margin: 80px auto 0;
}
.p-contact .main .contact-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  color: #604c3f;
}
.p-contact .main .contact-block__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 14px;
  content: "";
  background: #604c3f;
}
.p-contact .main .contact-block .b-contact-tel-block {
  margin-top: 28px;
  background: #fff;
}
.p-contact .form {
  max-width: 820px;
  margin: 68px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.p-contact .form .wpcf7 .wpcf7-submit {
  width: 266px;
  height: 74px;
  padding-left: 34px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: left;
  background: #604c3f url("../img/sp/reform_form_button_chevron.svg") top 30px right 34px/9px 16px no-repeat;
  border-radius: 4px;
}
.p-contact .b-site-banner {
  margin-top: 98px;
}

.p-archive-works .main {
  max-width: 1920px;
  margin: -20px auto 0;
}
.p-archive-works .main__bg {
  padding: 84px 40px 94px;
  background: #f7f5f0;
}
.p-archive-works .main__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: center;
}
.p-archive-works .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 524px);
  gap: 40px 28px;
  justify-content: center;
  margin-top: 76px;
}
.p-archive-works .wp-pagenavi {
  padding: 70px 40px 0;
}
.p-archive-works .b-site-banner {
  margin-top: 76px;
}

.p-archive .main {
  max-width: 1920px;
  margin: -20px auto 0;
}
.p-archive .main__bg {
  padding: 74px 40px 66px;
  background: #f7f5f0;
}
.p-archive .main__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-archive .main .nav {
  display: flex;
  gap: 6px;
  align-items: center;
}
.p-archive .main .nav__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #231815;
}
.p-archive .main .nav__list {
  display: flex;
  gap: 20px;
  align-items: center;
}
.p-archive .main .nav__list .item__inner {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #231815;
  border-radius: 100000000px;
}
.p-archive .main .nav__list .item--active .item__inner {
  padding-right: 14px;
  padding-left: 14px;
  color: #fff;
  background: #a38a77;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 50px;
  margin-top: 52px;
}
.p-archive .main__list {
  display: grid;
  flex-direction: column;
  margin-top: -36px;
}
.p-archive .main__item:nth-of-type(n + 2) {
  border-top: 1px solid rgba(219, 220, 220, 0.5);
}
.p-archive .main .category-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-archive .wp-pagenavi {
  padding: 70px 40px 0;
}
.p-archive .b-site-banner {
  margin-top: 76px;
}

.p-about .b-mv {
  background-image: url("../img/pc/about_mv_bg.jpg");
}
.p-about .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 88px 40px 68px;
  text-align: center;
}
.p-about .top__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0.1em;
}
.p-about .top__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
}
.p-about .top__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 20px;
  content: "";
  background: #c7ba9a;
}
.p-about .top__text {
  margin-top: 14px;
}
.p-about .staff-introduction {
  max-width: 1920px;
  margin: 0 auto;
}
.p-about .staff-introduction .person-1 {
  position: relative;
  z-index: 100;
  height: 717px;
  padding-top: 106px;
  background: url("../img/pc/about_staff_introduction_bg_1.png") no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1478px) {
  .p-about .staff-introduction .person-1 {
    background-position: top 0 right -221px;
  }
}
.p-about .staff-introduction .person-1__title img {
  margin: 0 auto;
}
.p-about .staff-introduction .person-1__container {
  max-width: 1478px;
  padding: 0 40px;
  margin: 20px auto 0;
}
.p-about .staff-introduction .person-1__block {
  max-width: 540px;
  padding: 32px 46px 42px;
  margin-left: auto;
  background: #fff;
}
.p-about .staff-introduction .person-1__position {
  font-size: 14px;
  line-height: 31px;
  color: #c7ba9a;
  letter-spacing: 0.1em;
}
.p-about .staff-introduction .person-1__name {
  margin-top: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.15em;
}
.p-about .staff-introduction .person-1__text {
  margin-top: 24px;
}
.p-about .staff-introduction .person-2 {
  height: 576px;
  padding-top: 120px;
  margin-top: -28px;
  background: url("../img/pc/about_staff_introduction_bg_2.png") no-repeat;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1254px) {
  .p-about .staff-introduction .person-2 {
    background-position: top 0 left -333px;
  }
}
.p-about .staff-introduction .person-2__container {
  max-width: 1254px;
  padding: 0 40px;
  margin: 20px auto 0;
}
.p-about .staff-introduction .person-2__block {
  max-width: 540px;
  padding: 42px 46px 42px;
  background: #fff;
}
.p-about .staff-introduction .person-2__position {
  font-size: 14px;
  line-height: 31px;
  color: #c7ba9a;
  letter-spacing: 0.1em;
}
.p-about .staff-introduction .person-2__name {
  margin-top: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.15em;
}
.p-about .staff-introduction .person-2__text {
  margin-top: 24px;
}
.p-about .staff {
  padding: 72px 40px 40px;
}
.p-about .staff__slash::before, .p-about .staff__slash::after {
  background: unset;
  border-right: 1px dashed #474645;
}
.p-about .staff__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.p-about .staff__title span {
  margin-top: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
}
.p-about .staff__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin: 18px;
  content: "";
  background: #604c3f;
}
.p-about .staff__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 284px);
  gap: 18px 20px;
  justify-content: center;
  max-width: 1196px;
  margin: 16px auto 0;
}
.p-about .company {
  padding: 70px 40px 52px;
}
.p-about .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .company__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
}
.p-about .company__title span::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #c0a070;
}
.p-about .company__title img {
  margin-top: 18px;
}
.p-about .company__list {
  margin-top: 36px;
}
.p-about .google-map {
  height: 486px;
}
.p-about .b-site-banner {
  margin-top: 88px;
}
