/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #111310;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
}

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

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

address {
  font-style: normal;
}

main {
  width: 100%;
}

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

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

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

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

.h-oh {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.wp-pagenavi {
  padding: 80px 0 0;
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  background-color: #fff;
  border: 1px solid rgba(133, 122, 133, 0.2);
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.1);
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: none;
  background: #604c3f;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #604c3f;
  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;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  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;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-work-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 830px;
  height: 552px;
  margin-right: 28px;
}
.c-work-slider .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-work-slider__sub-slider {
  max-width: 1200px;
  margin: 60px auto 0;
}
.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-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-size: var(--c-tel-font-size, 28px);
  font-weight: bold;
  line-height: 1;
  color: var(--c-tel-color-text, #604c3f);
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: var(--c-tel-icon-size, 18px);
  height: var(--c-tel-icon-size, 18px);
  margin-right: var(--c-tel-gap, 14px);
  content: "";
  background: var(--c-tel-url-tel-icon, url("../img/pc/icon_tel_theme_white.svg")) no-repeat;
}

.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 {
  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-work {
  position: relative;
}
.c-reform-work__shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #dbdcdc;
  transform: rotate(0.5deg);
  transform-origin: bottom left;
}
.c-reform-work__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: #fff;
}
.c-reform-work__bg-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  clip-path: polygon(0 0, 32px 0, 32px 20px, 68px 20px, 68px 0, 100% 0, 100% 100%, 0 100%);
  background: #fff;
  border: 2px solid #231815;
}
.c-reform-work__fg {
  position: relative;
  z-index: 40;
  padding: 0 58px 52px;
}
.c-reform-work__fg::before {
  position: absolute;
  top: -20px;
  left: 34px;
  z-index: 40;
  display: block;
  width: 31px;
  height: 36px;
  content: "";
  background: url("../img/pc/c_reform_work_pin.svg") no-repeat;
}
.c-reform-work__title {
  padding: 30px 0;
  font-size: 31px;
  font-weight: bold;
  line-height: 44px;
  color: #474645;
  text-align: center;
  border-bottom: 2px solid #231815;
}
.c-reform-work__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  justify-content: center;
  margin-top: 28px;
  container-type: inline-size;
}
.c-reform-work__ba {
  position: relative;
  width: 532px;
  height: 357px;
  padding: 28px 0 0 46px;
  background: url("../img/pc/c_reform_work_board.png") no-repeat;
}
.c-reform-work__ba p {
  position: absolute;
  top: 36px;
  left: 18px;
}
.c-reform-work__ba div {
  width: 472px;
  height: 320px;
}
.c-reform-work__ba div img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.c-reform-work__arrow {
  position: absolute;
  top: calc(50% + 30px);
  left: calc(50% + 10px);
  width: 21px;
  height: 23px;
  background: url("../img/pc/c_reform_work_triangle.svg") no-repeat;
}
@container (width < 1084px) {
  .c-reform-work__arrow {
    top: calc(50% - 6px);
    transform: rotate(90deg);
  }
}
.c-reform-work__description {
  padding: 20px 32px 28px;
  margin-top: 36px;
  background: #f6f3ee;
  border-radius: 10px;
}
.c-reform-work__row-list {
  margin-top: 6px;
}
.c-reform-work__row-list dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding: 14px 0;
  border-bottom: 1px solid rgba(35, 24, 21, 0.5);
}
.c-reform-work__row-list dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 4px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  border-right: 1px solid rgba(35, 24, 21, 0.5);
}
.c-reform-work__row-list dl dd {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 4px 62px;
  font-size: 18px;
  line-height: 24px;
}

.c-reform-menu__container {
  display: grid;
  grid-template-columns: 188px 1fr;
  gap: 12px;
}
.c-reform-menu__image {
  height: 138px;
  background: #9e9e9f;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
}
.c-reform-menu__image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.c-reform-menu__title {
  position: relative;
  margin-left: 10px;
}
.c-reform-menu__title span {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 10px 30px;
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
  color: #604c3f;
  background: #fff;
  border-radius: 36px;
}
.c-reform-menu__title::before {
  position: absolute;
  top: calc(50% - 11px);
  left: -11px;
  display: block;
  width: 12px;
  height: 22px;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  content: "";
  background: #fff;
}
.c-reform-menu__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 12px;
  margin: 0 14px 0 36px;
  border-bottom: 1px solid #fff;
}
.c-reform-menu__price span {
  margin-left: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #604c3f;
}

.c-qa {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 20px 36px;
}
.c-qa__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 14px;
  height: 24px;
  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 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
  color: #604c3f;
}
.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-work-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-post-work-card__image {
  height: 350px;
  background-color: #9e9e9f;
}
.c-post-work-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-post-work-card__main {
  position: relative;
  min-height: 112px;
  padding: 1px 20px 24px;
  margin-top: 18px;
  border-right: 1px solid rgba(62, 58, 57, 0.5);
  border-bottom: 1px solid rgba(62, 58, 57, 0.5);
  border-left: 1px solid rgba(62, 58, 57, 0.5);
}
.c-post-work-card__main::before {
  position: absolute;
  right: 28px;
  bottom: 22px;
  width: 68px;
  height: 44px;
  content: "";
  background: url("../img/pc/icon_circle_arrow_white_theme.svg") no-repeat;
}
.c-post-work-card__title {
  margin-top: -8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 0.05em;
}
.c-post-work-card__note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.c-post-shuu-archive-card a {
  height: 100%;
}
.c-post-shuu-archive-card__image {
  height: 254px;
  background-color: #9e9e9f;
}
.c-post-shuu-archive-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-shuu-archive-card__main {
  padding-top: 12px;
  margin: 0 auto;
}
.c-post-shuu-archive-card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #3e3a39;
  letter-spacing: 0.05em;
}
.c-post-shuu-archive-card__event {
  margin: 10px 0 0;
}
.c-post-shuu-archive-card__event-date {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 14px;
}
.c-post-shuu-archive-card__event-date dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  background: #fff;
}
.c-post-shuu-archive-card__event-date dt::after {
  position: absolute;
  top: calc(50% - 6px);
  right: -5px;
  display: block;
  width: 6px;
  height: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #fff;
}
.c-post-shuu-archive-card__event-date dd {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 4px;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid rgba(62, 58, 57, 0.5);
  border-bottom: 1px solid rgba(62, 58, 57, 0.5);
}
.c-post-shuu-archive-card__event-area {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 14px;
}
.c-post-shuu-archive-card__event-area dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.c-post-shuu-archive-card__event-area dd {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 4px;
  font-size: 14px;
  line-height: 20px;
}
.c-post-shuu-archive-card__works-note {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 28px;
}
.c-post-shuu-archive-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 10px 0 0;
}
.c-post-shuu-archive-card__category {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 18px;
  background: #fff;
}
.c-post-shuu-archive-card__date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.c-post-shuu-archive-card__content {
  margin-top: 12px;
  font-size: 14px;
  line-height: 23px;
  color: #595757;
}

.c-post-front-news-card a {
  height: 100%;
}
.c-post-front-news-card__image {
  height: 254px;
  background-color: #9e9e9f;
}
.c-post-front-news-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-card__main {
  padding-top: 10px;
  margin: 0 auto;
}
.c-post-front-news-card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #3e3a39;
  letter-spacing: 0.05em;
}
.c-post-front-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.c-post-front-news-card__date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}

.c-post-event-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-post-event-card__image {
  height: 254px;
  background-color: #9e9e9f;
}
.c-post-event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-post-event-card__main {
  padding-top: 10px;
}
.c-post-event-card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 0.05em;
}
.c-post-event-card__meta {
  margin-top: 10px;
}
.c-post-event-card__date {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 14px;
}
.c-post-event-card__date dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  background: #fff;
}
.c-post-event-card__date dt::after {
  position: absolute;
  top: calc(50% - 6px);
  right: -5px;
  display: block;
  width: 6px;
  height: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #fff;
}
.c-post-event-card__date dd {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid rgba(62, 58, 57, 0.5);
  border-bottom: 1px solid rgba(62, 58, 57, 0.5);
}
.c-post-event-card__area {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 14px;
}
.c-post-event-card__area dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.c-post-event-card__area dd {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 20px;
}
.c-post-event-card__content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 23px;
}

.c-post-category-list__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #c7ba9a;
}
.c-post-category-list__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #c7ba9a;
}
.c-post-category-list__list {
  padding: 6px 0 10px;
  margin-top: 20px;
  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: 15px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #3e3a39;
}
.c-post-category-list__list .parent__child-list {
  padding-left: 1em;
}
.c-post-category-list__list .parent__child-list .child {
  border-bottom: 1px dashed rgba(216, 217, 217, 0.75);
}
.c-post-category-list__list .parent__child-list .child a {
  position: relative;
  padding: 15px 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;
}

.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;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  padding-top: 10px;
}
.c-drawer-button__bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.c-drawer-button__bar {
  position: relative;
  width: 54px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
.c-drawer-button__bar::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: var(--c-drawer-button-color-bar, #fff);
}
.c-drawer-button__english {
  margin-top: 14px;
}
.c-drawer-button--active .c-drawer-button__bar::before {
  width: 100%;
}
.c-drawer-button--active .c-drawer-button__bar--1 {
  width: 56px;
  transform: translateY(5px) rotate(11deg);
}
.c-drawer-button--active .c-drawer-button__bar--2 {
  width: 56px;
  transform: translateY(-5px) rotate(-11deg);
}

.c-button-circle {
  width: var(--c-button-circle-width, 282px);
  height: var(--c-button-circle-height, 58px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--c-button-circle-color-text, #111310);
  background-color: var(--c-button-circle-color-bg, #fff);
  border-radius: calc(var(--c-button-circle-height, 58px) / 2);
}
.c-button-circle__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px 0 36px;
}
.c-button-circle__inner::after {
  display: block;
  width: 21px;
  height: 2px;
  margin-left: auto;
  content: "";
  background-color: var(--c-button-circle-color-bar, #111310);
}

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

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

.b-toggle-sidebar {
  position: fixed;
  top: calc(50vh - 175px);
  right: 0;
  z-index: 7000;
  width: 78px;
  height: 350px;
  transition: all 0.2s;
  transform: translateX(100%);
}
.b-toggle-sidebar--visible {
  transform: translateX(0%);
}

.b-site-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.b-site-banner__item {
  width: 572px;
  height: 191px;
}

.b-post-vertical-slider {
  height: 100%;
}
.b-post-vertical-slider .c-slider {
  width: 100%;
  height: 100%;
}
.b-post-vertical-slider .c-slider__container {
  height: 100%;
}
.b-post-vertical-slider .c-slider__track {
  height: 100%;
}
.b-post-vertical-slider .c-slider .item {
  width: 100%;
  height: 100%;
}
.b-post-vertical-slider .c-slider .item__inner {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
  padding: 0 48px 0 30px;
}
.b-post-vertical-slider .c-slider .item__inner::after {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background: #03467c;
  background: url("../img/pc/b_post_vertical_slider_chevron.svg");
}
.b-post-vertical-slider .c-slider .item__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.b-post-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  border-left: 2px solid #fff;
}
.b-post-nav li {
  border-right: 2px solid #fff;
}
.b-post-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 78px;
}
.b-post-nav li a span {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}

.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-side {
  height: 100%;
  padding-top: 116px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.b-mv-side__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: var(--b-mv-side-padding-top, 80px);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.b-mv-side__line {
  width: 33px;
  height: 32px;
  margin-top: 24px;
  pointer-events: auto;
}
.b-mv-side__instagram {
  width: 29px;
  height: 29px;
  margin-top: 24px;
  pointer-events: auto;
}

.b-mv {
  position: relative;
  max-width: 1920px;
  height: 427px;
  padding: 224px 0 0 146px;
  margin: 0 auto;
  background: center no-repeat;
}
.b-mv__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-mv__title span {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-mv__title span::before {
  display: block;
  width: 55px;
  height: 3px;
  margin-bottom: 34px;
  content: "";
  background: var(--b-mv-color-bar, #fff);
}
.b-mv__side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: 114px;
  pointer-events: none;
  --b-mv-side-padding-top: 64px;
}

.b-history-block__list {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(199, 200, 200, 0.5);
}
.b-history-block__list .item {
  padding: 30px 16px 36px 0;
  border-bottom: 1px solid rgba(199, 200, 200, 0.5);
}
.b-history-block__list .item__flex {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.b-history-block__list .item__year {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 234px;
  font-size: 63px;
  font-weight: bold;
  line-height: 1;
  color: rgba(96, 76, 63, 0.2);
  letter-spacing: 0.1em;
}
.b-history-block__list .item__block {
  flex: 1 1 auto;
  padding: 0 44px;
}
.b-history-block__list .item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #604c3f;
  letter-spacing: 0.2em;
}
.b-history-block__list .item__detail {
  margin-top: 4px;
  font-size: 16px;
  line-height: 28px;
  color: #393327;
}

.b-header-content__container {
  display: flex;
  justify-content: space-between;
  max-width: 1860px;
  margin-left: auto;
}
.b-header-content__logo {
  width: 184px;
  height: 40px;
  margin: 36px 0 0 20px;
}
.b-header-content__nav {
  display: flex;
  align-items: center;
  height: 104px;
}
.b-header-content__menu {
  display: flex;
  align-items: center;
  padding-top: 12px;
  margin-right: 20px;
}
.b-header-content__menu li {
  padding: 0 20px;
}
.b-header-content__menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
}
.b-header-content__menu li a span {
  font-weight: bold;
  line-height: 1;
  color: var(--b-header-content-color-text, #fff);
}
.b-header-content__menu li a img {
  margin-top: 18px;
}
.b-header-content__menu li + li {
  position: relative;
}
.b-header-content__menu li + li::before {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  display: block;
  width: 1px;
  height: 40px;
  content: "";
  background: var(--b-header-content-color-menu-border, rgba(255, 255, 255, 0.3));
}
.b-header-content__tel {
  --c-tel-color-text: var(--b-header-content-color-text, #fff);
  --c-tel-font-size: 22px;
  --c-tel-icon-size: 18px;
  --c-tel-url-tel-icon: var(--b-header-content-url-tel-icon, url("../img/pc/icon_tel_white_theme.svg"));
  padding-top: 20px;
  margin-right: 50px;
}
.b-header-content__drawer-button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 114px;
}
.b-header-content__drawer-button::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 1px;
  height: 92px;
  content: "";
  background: var(--b-header-content-color-drawer-button-left-line, transparent);
}

.b-header-blank {
  height: 104px;
}

.b-header {
  position: relative;
  z-index: 7000;
  max-width: 1920px;
  margin: 0 auto;
}
.b-header__fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 104px;
  background: #fff;
  --b-header-content-url-tel-icon: url("../img/pc/icon_tel_theme_white.svg");
  --b-header-content-color-text: #111310;
  --b-header-content-color-menu-border: rgba(157, 158, 158, 0.3);
  --b-header-content-color-drawer-button-left-line: rgba(157, 158, 158, 0.3);
  --c-drawer-button-color-bar: #474645;
  transition: all 0.2s;
  transform: translateY(-100%);
}
.b-header__fixed--visible {
  transform: translateY(0%);
}
.b-header__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 104px;
}
.b-header__content--main {
  --b-header-content-url-tel-icon: url("../img/pc/icon_tel_white_theme.svg");
  --b-header-content-color-text: #fff;
  --b-header-content-color-menu-border: rgba(255, 255, 255, 0.3);
  --b-header-content-color-drawer-button-left-line: transparent;
  --c-drawer-button-color-bar: #fff;
}
.b-header__content--sub {
  --b-header-content-url-tel-icon: url("../img/pc/icon_tel_theme_white.svg");
  --b-header-content-color-text: #111310;
  --b-header-content-color-menu-border: rgba(157, 158, 158, 0.3);
  --b-header-content-color-drawer-button-left-line: rgba(157, 158, 158, 0.3);
  --c-drawer-button-color-bar: #474645;
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding-bottom: 26px;
  margin: 0 auto 0;
  overflow: hidden;
  background: url("../img/pc/b_footer_bg.jpg") center/cover no-repeat;
}
.b-footer__container {
  position: relative;
  z-index: 10;
  display: flex;
  max-width: 1242px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 30%;
  max-width: 430px;
  padding-top: 82px;
}
.b-footer__block-2 {
  position: relative;
  width: 51%;
  max-width: 606px;
  padding: 164px 0 0 44px;
}
.b-footer__block-3 {
  position: relative;
  width: 10%;
  max-width: 212px;
  padding: 128px 0 0 0;
}
.b-footer__logo {
  width: 208px;
  height: 46px;
}
.b-footer .address-block {
  max-width: 312px;
  margin-top: 54px;
}
.b-footer .address-block__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-footer .address-block__address {
  margin-top: 34px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.b-footer .address-block__tel {
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.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 26px 0 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 29px;
}
.b-footer .address-block__button a::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 14px;
  content: "";
  background: url("../img/pc/b_footer_button_pin.svg") no-repeat;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer .address-block__instagram {
  width: 38px;
  height: 38px;
  margin-top: 46px;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(4, 88px);
  grid-template-columns: repeat(3, 200px);
  grid-auto-flow: column;
  gap: 24px 68px;
}
.b-footer__nav .item {
  border-bottom: 1px solid rgba(179, 179, 180, 0.2);
}
.b-footer__nav .item a {
  padding: 12px 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;
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-footer__nav .item img {
  max-height: 14px;
  margin-top: 12px;
}
.b-footer__banner-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 382px);
  gap: 28px;
  max-width: 1242px;
  padding: 0 20px;
  margin: 44px auto 0;
}
.b-footer__banner-list .item__image {
  height: 140px;
}
.b-footer__banner-list .item__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.b-footer__banner-list .item__text {
  margin-top: 2px;
  font-weight: bold;
  color: #fff;
}
.b-footer__copyright {
  max-width: 1242px;
  padding: 0 20px;
  margin: 52px auto 0;
  color: #fff;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #fff;
}

.b-drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
  width: 100%;
  max-width: 1320px;
  height: 100%;
  padding: 80px 0 200px;
  overflow: scroll;
  background: #503e31;
  transition: all 0.2s;
  transform: translateX(100%);
}
.b-drawer-menu--visible {
  transform: translateX(0%);
}
.b-drawer-menu__drawer-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 114px;
  height: 114px;
}
.b-drawer-menu__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, 88px);
  grid-template-columns: repeat(4, 200px);
  grid-auto-flow: column;
  gap: 42px 90px;
  margin-left: 74px;
}
.b-drawer-menu__nav .item {
  border-bottom: 1px solid rgba(179, 179, 180, 0.2);
}
.b-drawer-menu__nav .item a {
  padding: 12px 0 22px;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/8px 12px no-repeat;
}
.b-drawer-menu__nav .item span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-drawer-menu__nav .item img {
  max-height: 14px;
  margin-top: 12px;
}
.b-drawer-menu__nav .item-instagram {
  grid-area: 3/4;
  padding-top: 20px;
}
.b-drawer-menu__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 18px;
  max-width: 1200px;
  margin: 50px 0 0 64px;
}
.b-drawer-menu__container > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 226px;
  padding-top: 44px;
  background: #fff;
  border-radius: 3px;
}
.b-drawer-menu__container .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.b-drawer-menu__container .tel-area__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #c7ba9a;
}
.b-drawer-menu__container .tel-area__tel {
  margin-top: 26px;
  --c-tel-icon-size: 24px;
  --c-tel-font-size: 28px;
  --c-tel-color-text: #3e3a39;
}
.b-drawer-menu__container .tel-area__time {
  margin-top: 4px;
  font-size: 14px;
}
.b-drawer-menu__container .line-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.b-drawer-menu__container .line-area__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #c7ba9a;
}
.b-drawer-menu__container .line-area__button {
  width: 246px;
  height: 59px;
  margin: 28px auto 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-drawer-menu__container .contact-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.b-drawer-menu__container .contact-area__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #c7ba9a;
}
.b-drawer-menu__container .contact-area__button {
  width: 312px;
  height: 59px;
  margin-top: 26px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-drawer-menu__bottom {
  display: flex;
  align-items: center;
  margin: 52px 0 0 70px;
}
.b-drawer-menu__address {
  margin-left: 34px;
  color: #fff;
}
.b-drawer-menu__button {
  width: 240px;
  height: 58px;
  margin-left: 36px;
}
.b-drawer-menu__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 26px 0 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 29px;
}
.b-drawer-menu__button a::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 14px;
  content: "";
  background: url("../img/pc/b_footer_button_pin.svg") no-repeat;
}
.b-drawer-menu__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-contact-main {
  position: relative;
  z-index: 100;
  max-width: 1920px;
  padding: 102px 40px 158px;
  margin: 0 auto;
  background: url("../img/pc/b_contact_main_bg.jpg") center/cover no-repeat;
}
.b-contact-main__headline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-contact-main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}
.b-contact-main__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.b-contact-main__title img {
  margin-top: 20px;
}
.b-contact-main__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.b-contact-main__title span {
  color: #c7ba9a;
}
.b-contact-main__title::after {
  background: #fff;
}
.b-contact-main__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 18px;
  max-width: 1200px;
  margin: 32px auto 0;
}
.b-contact-main__container > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 226px;
  padding-top: 44px;
  background: #fff;
  border-radius: 3px;
}
.b-contact-main__container .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.b-contact-main__container .tel-area__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #c7ba9a;
}
.b-contact-main__container .tel-area__tel {
  margin-top: 26px;
  --c-tel-icon-size: 24px;
  --c-tel-font-size: 28px;
  --c-tel-color-text: #3e3a39;
}
.b-contact-main__container .tel-area__time {
  margin-top: 4px;
  font-size: 14px;
}
.b-contact-main__container .line-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.b-contact-main__container .line-area__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #c7ba9a;
}
.b-contact-main__container .line-area__button {
  width: 246px;
  height: 59px;
  margin: 28px auto 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-contact-main__container .contact-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.b-contact-main__container .contact-area__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #c7ba9a;
}
.b-contact-main__container .contact-area__button {
  width: 312px;
  height: 59px;
  margin-top: 26px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}

.b-contact {
  padding-bottom: 72px;
}
.b-contact__site-banner {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  padding: 20px 20px 0;
  margin: -98px auto 0;
  background: #fff;
}

.b-company dl {
  display: grid;
  grid-template-columns: 158px 1fr;
  grid-gap: 0 50px;
  max-width: 936px;
  padding: 0 40px;
  margin: 0 auto;
}
.b-company dt {
  display: flex;
  min-height: 55px;
  font-weight: normal;
  color: #604c3f;
  text-align: justify;
  text-align-last: justify;
  word-break: break-all;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.b-company dt span {
  width: 100%;
  padding: 10px 0;
}
.b-company dd {
  display: flex;
  align-items: center;
  min-height: 55px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}

.b-banner-list-slider__slider .c-slider__item a {
  width: 652px;
  height: 258px;
}
.b-banner-list-slider__slider .c-slider__item a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.b-area {
  max-width: 1920px;
  height: 500px;
  margin: 0 auto;
  background: url("../img/pc/front_area_bg.jpg") right top no-repeat;
}
.b-area__container {
  display: flex;
  gap: 78px;
  max-width: 1570px;
}
.b-area__image {
  position: relative;
  z-index: 100;
  flex: 1 1 auto;
  height: 470px;
  margin-top: -38px;
  background: url("../img/pc/front_area_image.jpg") center/cover no-repeat;
}
.b-area__block {
  flex: 0 0 auto;
  max-width: 424px;
  padding-top: 76px;
}
.b-area__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-area__title span {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.b-area__text {
  margin-top: 32px;
}

.b-access__google-map {
  max-width: 1732px;
  height: 420px;
  margin: 0 auto;
}
.b-access .bottom-area {
  margin-top: 42px;
}
.b-access .bottom-area__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 62px;
  justify-content: center;
}
.b-access .bottom-area__image-area {
  flex: 0 0 auto;
  width: 573px;
  height: 360px;
  background: url("../img/pc/trial_access_bg.jpg") no-repeat;
}
.b-access .bottom-area .main-area {
  width: 560px;
  padding-top: 10px;
}
.b-access .bottom-area .main-area .title-container {
  display: flex;
  align-items: center;
}
.b-access .bottom-area .main-area .title-container__title {
  margin-left: 16px;
  font-size: 16px;
  font-weight: bold;
}
.b-access .bottom-area .main-area__address {
  margin-top: 22px;
  font-size: 16px;
  line-height: 28px;
}
.b-access .bottom-area .main-area__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  height: 44px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #f5f6f6;
  border-radius: 9px;
}
.b-access .bottom-area .contact-container {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.b-access .bottom-area .contact-container__tel {
  --c-tel-icon-size: 24px;
  --c-tel-font-size: 28px;
  --c-tel-gap: 12px;
  --c-tel-color-text: #3e3a39;
}
.b-access .bottom-area .contact-container__line {
  width: 60px;
  height: 60px;
  margin-left: 26px;
}
.b-access .bottom-area .contact-container__contact {
  width: 60px;
  height: 60px;
  margin-left: 26px;
}
.b-access .bottom-area .time-area {
  margin-top: 12px;
  border-top: 1px solid rgba(6, 8, 8, 0.5);
}
.b-access .bottom-area .time-area dl {
  display: grid;
  grid-template-columns: 122px 1fr;
  padding: 10px 0;
  border-bottom: 1px solid rgba(6, 8, 8, 0.5);
}
.b-access .bottom-area .time-area dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  color: #060808;
  border-right: 1px solid rgba(6, 8, 8, 0.5);
}
.b-access .bottom-area .time-area dl dt span {
  width: 70px;
  text-align: justify;
  text-align-last: justify;
}
.b-access .bottom-area .time-area dl dd {
  display: flex;
  align-items: center;
  padding-left: 2em;
}

.p-single .background {
  padding: 72px 0 118px;
  background: #ededed;
}
.p-single .background__title {
  max-width: 1200px;
  padding: 16px 20px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  background: #fff;
}
.p-single .background__slider {
  margin-top: 32px;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 50px;
  max-width: 1200px;
  margin: 50px auto 0;
}
.p-single .background .house-concept {
  max-width: 1200px;
  padding: 1px 45px 42px;
  margin: 92px auto 0;
  background: #fff;
}
.p-single .background .house-concept__title {
  display: flex;
  justify-content: center;
  margin-top: -18px;
}
.p-single .background .house-concept__text {
  margin-top: 24px;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 52px;
  background-color: #fff;
}
.p-single .post__data:has(> *) {
  margin-top: 40px;
  border-top: 1px solid rgba(219, 220, 220, 0.5);
}
.p-single .post .overview {
  padding: 52px 40px 0;
}
.p-single .post .overview__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .post .overview__title span {
  margin-top: 18px;
  font-size: 20px;
  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: #f5f6f6;
}
.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: 60px 40px 0;
}
.p-single .post .access__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single .post .access__title span {
  margin-top: 18px;
  font-size: 20px;
  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_red.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: #604c3f;
}
.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: #604c3f;
}
.p-single .post .contact__form {
  margin-top: 42px;
}
.p-single .post .contact__form .mail-info {
  margin-top: 8px;
  font-size: 14px;
  line-height: 29px;
}
.p-single .post .contact__form .wpcf7 .wpcf7-submit {
  width: 302px;
  height: 62px;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  background: #604c3f;
  border-radius: 4px;
}
.p-single .post__content {
  padding: 50px 45px 0;
}
.p-single .post__content h2 {
  width: calc(100% + 90px);
  padding-right: 45px;
  padding-left: 45px;
  margin-left: -45px;
  background-color: #604c3f;
}
.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: #604c3f;
}
.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: #604c3f;
}
.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: #604c3f;
  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: #604c3f;
}
.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: 36px;
}
.p-single .recently {
  margin-top: 56px;
}
.p-single .recently__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  color: #604c3f;
  background-color: #fff;
}
.p-single .recently__text::after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  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:last-of-type {
  border-bottom: none;
}
.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-contact {
  margin-top: 32px;
}

.p-reform .mv {
  position: relative;
  max-width: 1920px;
  height: 972px;
  margin: 0 auto;
  background: url("../img/pc/reform_mv_bg.jpg") no-repeat center/cover;
}
@keyframes reform_mv_fadein {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-reform .mv__fg {
  position: relative;
  z-index: 100;
  height: 100%;
  padding: 324px 0 0 138px;
}
.p-reform .mv__title {
  position: relative;
  left: -26px;
  opacity: 0;
  animation: 0.6s reform_mv_fadein 0.8s forwards;
}
.p-reform .mv__large {
  position: relative;
  left: -30px;
  margin-top: -76px;
  opacity: 0;
  animation: 0.6s reform_mv_fadein 0.8s forwards;
}
.p-reform .mv__headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 14px;
  opacity: 0;
  animation: 0.6s reform_mv_fadein 0.8s forwards;
}
.p-reform .mv__headline span {
  padding: 13px 16px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-reform .mv__text {
  margin-top: 36px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1em;
  opacity: 0;
  animation: 0.6s reform_mv_fadein 0.8s forwards;
}
.p-reform .mv__side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: 114px;
  pointer-events: none;
  --b-mv-side-padding-top: 64px;
}
.p-reform .mv__button {
  position: absolute;
  right: 164px;
  bottom: 88px;
  width: 245px;
  height: 313px;
  opacity: 0;
  animation: 0.6s reform_mv_fadein 0.8s forwards;
}
.p-reform .mv__badge {
  position: absolute;
  top: 122px;
  right: 172px;
  width: 143px;
  height: 189px;
  opacity: 0;
  animation: 0.6s reform_mv_fadein 0.8s forwards;
}
.p-reform .our {
  padding: 94px 0 0;
}
.p-reform .our__block {
  position: relative;
  max-width: 1602px;
  height: 454px;
  padding-top: 204px;
  margin: 0 auto;
  background: url("../img/pc/reform_our_bg.jpg") no-repeat center/cover;
}
.p-reform .our__block::before {
  position: absolute;
  top: -50px;
  left: calc(50% - 328px);
  display: block;
  width: 244px;
  height: 103px;
  content: "";
  background: url("../img/pc/reform_our_deco.png") no-repeat;
}
.p-reform .our__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .our__title img {
  position: relative;
}
.p-reform .our__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 296px;
  height: 48px;
  margin-top: -10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-reform .our__list {
  margin: -60px 0 0 18.8%;
}
.p-reform .our__list .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-reform .our__list .c-slider__arrow-right {
  top: 194px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/reform_our_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-reform .our__list .item {
  width: 378px;
  padding: 9px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-reform .our__list .item__image {
  height: 206px;
}
.p-reform .our__list .item__main {
  position: relative;
  padding: 28px 0 24px;
}
.p-reform .our__list .item__title {
  font-size: 29px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}
.p-reform .our__list .item__text {
  padding: 0 14px;
  margin-top: 14px;
}
.p-reform .feature {
  padding: 64px 0 0;
}
.p-reform .feature__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .feature__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .feature__title img {
  margin-top: 20px;
}
.p-reform .feature__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-reform .feature__list {
  display: flex;
  flex-direction: column;
  gap: 58px;
  margin-top: 40px;
  background: linear-gradient(to bottom, transparent 540px, #f6f4ee 540px, #f6f4ee 1798px, transparent 1798px);
}
.p-reform .feature__list .sub-section {
  position: relative;
}
.p-reform .feature__list .sub-section__container {
  display: flex;
  gap: 80px;
  max-width: 1858px;
}
.p-reform .feature__list .sub-section__image {
  position: relative;
  flex: 1 1 auto;
  height: 571px;
  background-repeat: no-repeat;
  background-position: center;
}
.p-reform .feature__list .sub-section__image::before {
  position: absolute;
  top: -82px;
  display: block;
  width: 140px;
  height: 140px;
  content: "";
  background: #fff;
  border-bottom: 1px solid #c7ba9a;
}
.p-reform .feature__list .sub-section__block {
  flex: 0 0 auto;
  width: 416px;
  padding-top: 18px;
}
.p-reform .feature__list .sub-section__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-reform .feature__list .sub-section__title::before {
  display: block;
  width: 150px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
}
.p-reform .feature__list .sub-section__title span {
  margin-top: 20px;
  font-size: 41px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-reform .feature__list .sub-section__title img {
  margin-top: 22px;
}
.p-reform .feature__list .sub-section__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 28px;
  content: "";
  background: #c7ba9a;
}
.p-reform .feature__list .sub-section__headline {
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0.1em;
}
.p-reform .feature__list .sub-section__text {
  max-width: 370px;
  margin-top: 20px;
}
.p-reform .feature__list .sub-section:nth-of-type(1) {
  z-index: 9;
}
.p-reform .feature__list .sub-section:nth-of-type(1) .sub-section__image {
  background-image: url("../img/pc/reform_feature_image_1.jpg");
}
.p-reform .feature__list .sub-section:nth-of-type(1) .sub-section__image::before {
  right: -82px;
  transform: rotate(45deg);
  background: #fff;
}
.p-reform .feature__list .sub-section:nth-of-type(1) .sub-section__title::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 .sub-section:nth-of-type(1) .sub-section__container {
  padding-right: 80px;
}
.p-reform .feature__list .sub-section:nth-of-type(2) {
  z-index: 8;
}
.p-reform .feature__list .sub-section:nth-of-type(2) .sub-section__image {
  background-image: url("../img/pc/reform_feature_image_2.jpg");
}
.p-reform .feature__list .sub-section:nth-of-type(2) .sub-section__image::before {
  left: -82px;
  transform: rotate(-45deg);
  background: #f6f4ee;
}
.p-reform .feature__list .sub-section:nth-of-type(2) .sub-section__title::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 .sub-section:nth-of-type(2) .sub-section__container {
  flex-direction: row-reverse;
  padding-left: 80px;
  margin-left: auto;
}
.p-reform .feature__list .sub-section:nth-of-type(3) {
  z-index: 7;
}
.p-reform .feature__list .sub-section:nth-of-type(3) .sub-section__image {
  background-image: url("../img/pc/reform_feature_image_3.jpg");
}
.p-reform .feature__list .sub-section:nth-of-type(3) .sub-section__image::before {
  right: -82px;
  transform: rotate(45deg);
  background: #f6f4ee;
}
.p-reform .feature__list .sub-section:nth-of-type(3) .sub-section__title::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 .sub-section:nth-of-type(3) .sub-section__container {
  padding-right: 80px;
}
.p-reform .when {
  padding: 90px 0 48px;
  background: linear-gradient(to bottom, transparent 284px, #f5cf3f 284px);
}
.p-reform .when__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .when__title span {
  margin-top: 24px;
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .when__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 20px;
  content: "";
  background: #604c3f;
}
.p-reform .when__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 224px);
  gap: 26px 20px;
  max-width: 1200px;
  margin: 30px auto 0;
}
.p-reform .when__item {
  height: 223px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-reform .cv-area {
  padding: 120px 0 1px;
}
.p-reform .cv-area__smooth-slider {
  position: relative;
  z-index: 100;
  margin: 28px 0 -44px;
}
.p-reform .cv-area .top-area {
  max-width: 1260px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-reform .cv-area .top-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 44px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #474645;
  background: #f5cf3f;
}
.p-reform .cv-area .top-area__headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 24px;
}
.p-reform .cv-area .top-area__headline span {
  padding: 13px 32px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #604c3f;
}
.p-reform .cv-area .top-area__text {
  margin-top: 24px;
  font-size: 23px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.p-reform .cv-area .top-area__text span {
  margin-left: -0.5em;
}
.p-reform .cv-area .bottom-area {
  margin-top: 72px;
}
.p-reform .cv-area .bottom-area .line-block {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-reform .cv-area .bottom-area .line-block__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.p-reform .cv-area .bottom-area .step-block {
  max-width: 1280px;
  padding: 0 40px;
  margin: 44px auto 0;
}
.p-reform .cv-area .bottom-area .step-block ol {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  justify-content: center;
}
.p-reform .cv-area .bottom-area .step-block ol li {
  padding: 9px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.p-reform .cv-area .bottom-area .step-block ol li + li {
  position: relative;
}
.p-reform .cv-area .bottom-area .step-block ol li + li::before {
  position: absolute;
  top: calc(50% - 11px);
  left: -32px;
  display: block;
  width: 20px;
  height: 22px;
  content: "";
  background: url("../img/pc/reform_cv_area_step_triangle.svg") no-repeat;
}
.p-reform .cv-area .bottom-area .step-block ol li img {
  width: 352px;
  height: 252px;
}
.p-reform .cv-area .bottom-area .contact-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 1280px;
  padding: 0 40px;
  margin: 52px auto 0;
}
.p-reform .cv-area .bottom-area .contact-block .tel-block__block {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 580px;
  height: 100px;
  background: #fff;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
  --c-tel-color-text: #3e3a39;
  --c-tel-icon-size: 24px;
}
.p-reform .cv-area .bottom-area .contact-block .tel-block__block span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-reform .cv-area .bottom-area .contact-block .tel-block__text {
  margin-top: 6px;
  font-size: 14px;
}
.p-reform .cv-area .bottom-area .contact-block__contact {
  width: 580px;
  height: 100px;
  background: #604c3f;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.p-reform .cv-area .bottom-area .contact-block__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p-reform .cv-area .bottom-area .contact-block__contact a::before {
  display: block;
  width: 27px;
  height: 17px;
  margin-right: 20px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}
.p-reform .cv-area .bottom-area .contact-block__contact a span {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-reform .cv-area .bottom-area .contact-block__contact a::after {
  display: block;
  width: 23px;
  height: 23px;
  margin-left: 60px;
  content: "";
  background: url("../img/pc/reform_cv_area_contact_arrow.svg") no-repeat;
}
.p-reform .cv-area--1 {
  background: #f5cf3f url("../img/pc/reform_cv_area_1_bg.png") top center no-repeat;
}
.p-reform .cv-area--2 {
  background: #acc0db url("../img/pc/reform_cv_area_2_bg.png") top center no-repeat;
}
.p-reform .menu-section {
  max-width: 1920px;
  padding: 126px 40px 112px;
  margin: 0 auto;
  background: #f7f5f0;
}
.p-reform .menu-section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .menu-section__title span {
  margin-top: 24px;
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .menu-section__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 20px;
  content: "";
  background: #604c3f;
}
.p-reform .menu-section__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 578px);
  gap: 66px 42px;
  max-width: 1198px;
  margin: 50px auto 0;
}
.p-reform .checklist {
  padding: 86px 40px 1px;
  background: url("../img/pc/reform_checklist_bg.jpg") no-repeat center/cover;
}
.p-reform .checklist__title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.p-reform .checklist__title span {
  padding: 14px 28px;
  font-size: 41px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
  background: #fff;
}
.p-reform .checklist__title::before {
  position: absolute;
  top: -32px;
  left: calc(50% - 344px);
  display: block;
  width: 688px;
  height: 59px;
  content: "";
  background: url("../img/pc/reform_checklist_title_deco.png") no-repeat;
}
.p-reform .checklist .board {
  position: relative;
  z-index: 2000;
  width: 1008px;
  height: 804px;
  padding: 80px 0 0;
  margin: 30px auto 0;
  background: url("../img/pc/reform_checklist_board_bg.png") no-repeat;
}
.p-reform .checklist .board__inner {
  width: 854px;
  margin: 0 auto;
}
.p-reform .checklist .board__title {
  display: flex;
  justify-content: center;
  padding-bottom: 18px;
  border-bottom: 2px solid #dbd7d5;
}
.p-reform .checklist .board__list {
  display: grid;
  grid-template-columns: repeat(3, 266px);
  gap: 11px 0;
  justify-content: space-between;
  margin-top: 10px;
}
.p-reform .checklist .board__list li {
  display: flex;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid rgba(35, 24, 21, 0.5);
}
.p-reform .checklist .board__list li::before {
  display: block;
  flex: 0 0 auto;
  width: 19px;
  height: 16px;
  margin-right: 22px;
  content: "";
  background: url("../img/pc/reform_checklist_board_checkbox.svg") no-repeat;
}
.p-reform .checklist .board__list li span {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  color: #3e3a39;
}
.p-reform .checklist .board__text {
  position: relative;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 702px;
  height: 131px;
  padding: 26px 0 0 10px;
  margin: 12px auto 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
  letter-spacing: 0.1em;
  background: url("../img/pc/reform_checklist_board_text_bg.png") no-repeat;
}
.p-reform .checklist__list {
  position: relative;
  z-index: 2000;
  display: flex;
  gap: 22px;
  justify-content: center;
  margin: -112px 0 -354px;
}
.p-reform .checklist__list .item {
  width: 271px;
  height: 406px;
  padding: 36px 4px 0 0;
  background: url("../img/pc/reform_checklist_list_board.png") no-repeat;
}
.p-reform .checklist__list .item__image {
  width: 249px;
  height: 117px;
  margin: 0 auto;
  background-color: #ffef00;
  background-repeat: no-repeat;
  background-position: center;
}
.p-reform .checklist__list .item__title {
  width: 239px;
  padding-bottom: 14px;
  margin: 4px auto 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(35, 24, 21, 0.5);
}
.p-reform .checklist__list .item__text {
  width: 239px;
  margin: 16px auto 0;
}
.p-reform .checklist__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/reform_checklist_list_image_1.jpg");
}
.p-reform .checklist__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/reform_checklist_list_image_2.jpg");
}
.p-reform .checklist__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/reform_checklist_list_image_3.jpg");
}
.p-reform .flow {
  padding: 434px 40px 152px;
  background: #f7f5f0;
}
.p-reform .flow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .flow__title span {
  margin-top: 24px;
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .flow__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 20px;
  content: "";
  background: #604c3f;
}
.p-reform .flow__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 286px);
  gap: 74px 86px;
  justify-content: center;
  max-width: 1402px;
  margin: 6px auto 0;
  container-type: inline-size;
}
.p-reform .flow__list .item {
  position: relative;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 0 0 34px 0;
}
.p-reform .flow__list .item::before {
  position: absolute;
  top: 196px;
  left: -52px;
  display: block;
  width: 20px;
  height: 22px;
  content: "";
  background: url("../img/pc/reform_flow_triangle.svg") no-repeat;
}
.p-reform .flow__list .item::after {
  position: absolute;
  top: 226px;
  right: -52px;
  display: none;
  width: 20px;
  height: 22px;
  content: "";
  background: url("../img/pc/reform_flow_triangle.svg") no-repeat;
}
.p-reform .flow__list .item__image {
  height: 231px;
  background: center/cover no-repeat;
}
.p-reform .flow__list .item__main {
  padding: 26px 22px 22px;
}
.p-reform .flow__list .item__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  text-align: center;
}
.p-reform .flow__list .item__text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 32px;
}
@container (width < 658px) {}
@container (658px <= width < 1030px) {
  .p-reform .flow__list .item:nth-of-type(2n + 2) {
    top: 30px;
  }
  .p-reform .flow__list .item:nth-of-type(2n + 2)::after {
    display: block;
  }
}
@container (1030px <= width < 1402px) {
  .p-reform .flow__list .item:nth-of-type(3n + 2) {
    top: 30px;
  }
  .p-reform .flow__list .item:nth-of-type(3n + 3)::after {
    display: block;
  }
  .p-reform .flow__list .item:nth-of-type(3n + 3) {
    top: 60px;
  }
  .p-reform .flow__list .item:nth-of-type(3n + 3)::after {
    display: block;
  }
}
@container (1402px <= width) {
  .p-reform .flow__list .item:nth-of-type(4n + 2) {
    top: 30px;
  }
  .p-reform .flow__list .item:nth-of-type(4n + 4)::after {
    display: block;
  }
  .p-reform .flow__list .item:nth-of-type(4n + 3) {
    top: 60px;
  }
  .p-reform .flow__list .item:nth-of-type(4n + 4)::after {
    display: block;
  }
  .p-reform .flow__list .item:nth-of-type(4n + 4) {
    top: 90px;
  }
  .p-reform .flow__list .item:nth-of-type(4n + 4)::after {
    display: block;
  }
}
.p-reform .flow__list .item:first-of-type::before {
  display: none;
}
.p-reform .flow__list .item:last-of-type::after {
  display: none;
}
.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(2) .item__image {
  background-image: url("../img/pc/reform_flow_image_2.jpg");
}
.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(4) .item__image {
  background-image: url("../img/pc/reform_flow_image_4.jpg");
}
.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(6) .item__image {
  background-image: url("../img/pc/reform_flow_image_6.jpg");
}
.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(8) .item__image {
  background-image: url("../img/pc/reform_flow_image_8.jpg");
}
.p-reform .works {
  padding: 124px 40px 154px;
}
.p-reform .works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .works__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .works__title img {
  margin-top: 20px;
}
.p-reform .works__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-reform .works__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 1200px;
  margin: 36px auto 0;
}
.p-reform .qa {
  padding: 108px 40px 126px;
  background: #f5cf3f;
}
.p-reform .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-reform .qa__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .qa__title img {
  margin-top: 20px;
}
.p-reform .qa__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-reform .qa__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 42px auto 0;
}
.p-reform .qa__item {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-reform .greeting {
  max-width: 1920px;
  min-height: 680px;
  padding: 98px 0 0;
  margin: 0 auto;
  background: url("../img/pc/reform_greeting_bg.jpg") no-repeat;
  background-position: top 0 right calc(50vw - 968px);
}
@media screen and (max-width: 1240px) {
  .p-reform .greeting {
    background-position: top 0 right -348px;
  }
}
.p-reform .greeting__container {
  max-width: 1568px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-reform .greeting__block {
  max-width: 400px;
  margin-left: auto;
}
.p-reform .greeting__headline {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
  margin-top: 28px;
}
.p-reform .greeting__text {
  margin-top: 20px;
}
.p-reform .form {
  padding: 1px 40px 128px;
  background: #f6f4ee;
}
.p-reform .form__slash {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -114px;
}
.p-reform .form__slash::before {
  display: block;
  width: 145px;
  height: 185px;
  content: "";
  background: url("../img/pc/reform_form_deco.png") no-repeat;
}
.p-reform .form__slash img {
  margin-top: 12px;
}
.p-reform .form__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.p-reform .form__title span {
  margin-top: 24px;
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-reform .form__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 20px;
  content: "";
  background: #604c3f;
}
.p-reform .form .contact-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  max-width: 1280px;
  padding: 0 40px;
  margin: 38px auto 0;
}
.p-reform .form .contact-block .tel-block__block {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 580px;
  height: 100px;
  background: #fff;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
  --c-tel-color-text: #3e3a39;
  --c-tel-icon-size: 24px;
}
.p-reform .form .contact-block .tel-block__block span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-reform .form .contact-block .tel-block__text {
  margin-top: 6px;
  font-size: 14px;
}
.p-reform .form .contact-block__line {
  width: 580px;
  height: 100px;
}
.p-reform .form__note {
  margin-top: 48px;
  text-align: center;
}
.p-reform .form__content {
  max-width: 1116px;
  margin: 40px auto 0;
}
.p-reform .form__content .wpcf7 .message-note {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
.p-reform .form__content .wpcf7 .wpcf7-radio {
  display: flex;
}
.p-reform .form__content .wpcf7 .wpcf7-submit {
  width: 266px;
  height: 74px;
  padding-left: 36px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: left;
  background: #604c3f url("../img/pc/reform_form_chevron.svg") no-repeat right 40px center/9px 16px;
  border-radius: 4px;
}

.p-performance .b-mv {
  background-image: url("../img/pc/performance_mv_bg.jpg");
}
.p-performance .performance {
  padding: 80px 40px 70px;
}
.p-performance .performance__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-performance .performance__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-performance .performance__title img {
  margin-top: 20px;
}
.p-performance .performance__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-performance .performance__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 310px);
  gap: 50px;
  justify-content: center;
  margin-top: 44px;
}
.p-performance .performance__list .item__slash {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.p-performance .performance__list .item__slash span {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  color: #604c3f;
  text-align: center;
}
.p-performance .performance__list .item__slash::before {
  position: relative;
  top: 24px;
  display: block;
  width: 1px;
  height: 32px;
  content: "";
  background: #604c3f;
  transform: rotate(-34deg);
}
.p-performance .performance__list .item__slash::after {
  position: relative;
  top: 24px;
  display: block;
  width: 1px;
  height: 32px;
  content: "";
  background: #604c3f;
  transform: rotate(34deg);
}
.p-performance .performance__list .item__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 152px;
  padding: 1px 0 0;
  margin-top: 34px;
  border: 6px solid #c7ba9a;
}
.p-performance .performance__list .item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 40px;
  margin-top: -22px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #604c3f;
}
.p-performance .performance__list .item__value {
  display: flex;
  align-items: flex-end;
  margin-top: 24px;
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
  color: #c10d23;
}
.p-performance .performance__list .item__value span {
  position: relative;
  top: -2px;
  margin-left: 6px;
  font-size: 21px;
}
.p-performance .performance__list .item__text {
  margin-top: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-performance .performance__note {
  margin-top: 22px;
  text-align: center;
}
.p-performance .performance__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, 384px);
  gap: 0 24px;
  justify-content: center;
  max-width: 1200px;
  margin: 54px auto 0;
}
.p-performance .performance__nav li {
  margin-top: -1px;
  border-top: 1px solid #c7ba9a;
  border-bottom: 1px solid #c7ba9a;
}
.p-performance .performance__nav li a {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 22px 0 18px;
  font-size: 20px;
  font-weight: bold;
  color: #604c3f;
}
.p-performance .performance__nav li a::after {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/performance_performance_chevron.svg") no-repeat;
}
.p-performance .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-performance .main__list .section .top-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 510px;
  padding: 156px 40px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.p-performance .main__list .section .top-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 384px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.6));
}
.p-performance .main__list .section .top-block__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin-top: 16px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-performance .main__list .section .top-block__note {
  margin-top: 28px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.p-performance .main__list .section .bottom-block {
  padding: 1px 0 98px;
  background: #ededed;
}
.p-performance .main__list .section .bottom-block__block {
  max-width: 1200px;
  padding: 48px 58px 56px;
  margin: -30px auto 0;
  background: #fff;
}
.p-performance .main__list .section .bottom-block__block .sub-section-list__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.p-performance .main__list .section .bottom-block__block .sub-section-list__list .item__container {
  display: flex;
  gap: 50px;
}
.p-performance .main__list .section .bottom-block__block .sub-section-list__list .item__image {
  flex: 0 0 auto;
  width: 572px;
  height: 355px;
}
.p-performance .main__list .section .bottom-block__block .sub-section-list__list .item__main {
  flex: 1 1 auto;
  padding-top: 18px;
}
.p-performance .main__list .section .bottom-block__block .sub-section-list__list .item__headline {
  font-size: 31px;
  font-weight: bold;
  line-height: 53px;
}
.p-performance .main__list .section .bottom-block__block .sub-section-list__list .item__english {
  margin-top: 18px;
}
.p-performance .main__list .section .bottom-block__block .sub-section-list__list .item__text {
  margin-top: 24px;
}
.p-performance .main__list .section .bottom-block__block .sub-section-list__list .item__note {
  margin: 8px 0 -10px;
}
.p-performance .main__list .section .bottom-block__block .sub-section-list__list .item__note dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  color: #595757;
}
.p-performance .main__list .section .bottom-block__block .sub-section-list__list .item__note dd {
  margin-top: 2px;
  font-size: 14px;
  line-height: 26px;
  color: #595757;
}
.p-performance .main__list .section .bottom-block__block .evaluation__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-performance .main__list .section .bottom-block__block .evaluation__title span {
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
  letter-spacing: 0.1em;
}
.p-performance .main__list .section .bottom-block__block .evaluation__title img {
  margin-top: 18px;
}
.p-performance .main__list .section .bottom-block__block .evaluation__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}
.p-performance .main__list .section .bottom-block__block .evaluation__list dl {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 16px;
}
.p-performance .main__list .section .bottom-block__block .evaluation__list dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #604c3f;
  border: 1px solid #c7ba9a;
}
.p-performance .main__list .section .bottom-block__block .evaluation__list dt::before {
  position: absolute;
  top: 50%;
  right: -12px;
  display: block;
  width: 12px;
  height: 1px;
  content: "";
  background: #c7ba9a;
}
.p-performance .main__list .section .bottom-block__block .evaluation__list dd {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 10px 36px;
  background: #ededed;
}
.p-performance .main__list .section .bottom-block__block .benefit {
  margin-top: 56px;
}
.p-performance .main__list .section .bottom-block__block .benefit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-performance .main__list .section .bottom-block__block .benefit__title span {
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #3e3a39;
  letter-spacing: 0.1em;
}
.p-performance .main__list .section .bottom-block__block .benefit__title img {
  margin-top: 18px;
}
.p-performance .main__list .section .bottom-block__block .benefit__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 344px);
  gap: 24px;
  justify-content: center;
  margin-top: 36px;
}
.p-performance .main__list .section .bottom-block__block .benefit__list dl {
  padding: 9px;
  background: #fff;
  border: 1px solid #c7ba9a;
}
.p-performance .main__list .section .bottom-block__block .benefit__list dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  font-size: 22px;
  font-weight: bold;
  color: #3e3a39;
  background: #eeeae1;
}
.p-performance .main__list .section .bottom-block__block .benefit__list dt::after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #eeeae1;
}
.p-performance .main__list .section .bottom-block__block .benefit__list dd {
  padding: 20px 8px 20px;
  color: #3e3a39;
}
.p-performance .main__list .section:nth-of-type(1) .top-block {
  background-image: url("../img/pc/performance_section_bg_1.jpg");
}
.p-performance .main__list .section:nth-of-type(1) .sub-section-list__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_1_1.png");
}
.p-performance .main__list .section:nth-of-type(1) .sub-section-list__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_1_2.png");
}
.p-performance .main__list .section:nth-of-type(1) .sub-section-list__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_1_3.png");
}
.p-performance .main__list .section:nth-of-type(2) .top-block {
  background-image: url("../img/pc/performance_section_bg_2.jpg");
}
.p-performance .main__list .section:nth-of-type(2) .sub-section-list__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_2_1.png");
}
.p-performance .main__list .section:nth-of-type(2) .sub-section-list__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_2_2.png");
}
.p-performance .main__list .section:nth-of-type(2) .sub-section-list__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_2_3.png");
}
.p-performance .main__list .section:nth-of-type(3) .top-block {
  background-image: url("../img/pc/performance_section_bg_3.jpg");
}
.p-performance .main__list .section:nth-of-type(3) .sub-section-list__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_3_1.png");
}
.p-performance .main__list .section:nth-of-type(3) .sub-section-list__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_3_2.png");
}
.p-performance .main__list .section:nth-of-type(3) .sub-section-list__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_3_3.png");
}
.p-performance .main__list .section:nth-of-type(4) .top-block {
  background-image: url("../img/pc/performance_section_bg_4.jpg");
}
.p-performance .main__list .section:nth-of-type(4) .sub-section-list__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_4_1.png");
}
.p-performance .main__list .section:nth-of-type(4) .sub-section-list__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_4_2.png");
}
.p-performance .main__list .section:nth-of-type(4) .sub-section-list__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/performance_sub_section_image_4_3.png");
}
.p-performance .guarantee {
  max-width: 1920px;
  padding: 92px 40px 112px;
  margin: 0 auto;
  background: url("../img/pc/performance_guarantee_bg.jpg") no-repeat center/cover;
}
.p-performance .guarantee__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-performance .guarantee__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-performance .guarantee__title img {
  margin-top: 20px;
}
.p-performance .guarantee__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-performance .guarantee__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 584px);
  gap: 34px 34px;
  max-width: 1202px;
  margin: 52px auto 0;
}
.p-performance .guarantee__list .item {
  position: relative;
  height: 312px;
}
.p-performance .guarantee__list .item__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}
.p-performance .guarantee__list .item__border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  clip-path: polygon(0 0, 236px 0, 236px 20px, calc(100% - 236px) 20px, calc(100% - 236px) 0, 100% 0, 100% 100%, 0 100%);
  border: 6px solid #c7ba9a;
}
.p-performance .guarantee__list .item__fg {
  position: relative;
  z-index: 30;
  padding: 1px 48px 0;
}
.p-performance .guarantee__list .item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-performance .guarantee__list .item__inner::before {
  display: block;
  width: 77px;
  height: 58px;
  margin-top: -4px;
  content: "";
  background-repeat: no-repeat;
}
.p-performance .guarantee__list .item__title {
  margin-top: 22px;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
}
.p-performance .guarantee__list .item__period {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: 26px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
  border-top: 1px solid #c7ba9a;
  border-bottom: 1px solid #c7ba9a;
}
.p-performance .guarantee__list .item__text {
  width: 100%;
  margin-top: 10px;
}
.p-performance .guarantee__list .item:nth-of-type(1) .item__inner::before {
  background-image: url("../img/pc/performance_guarantee_counter_1.png");
}
.p-performance .guarantee__list .item:nth-of-type(2) .item__inner::before {
  background-image: url("../img/pc/performance_guarantee_counter_2.png");
}
.p-performance .guarantee__list .item:nth-of-type(3) .item__inner::before {
  background-image: url("../img/pc/performance_guarantee_counter_3.png");
}
.p-performance .guarantee__list .item:nth-of-type(4) .item__inner::before {
  background-image: url("../img/pc/performance_guarantee_counter_4.png");
}
.p-performance .guarantee__list .item:nth-of-type(4) .item__text {
  margin-top: 10px;
  line-height: 29px;
}
.p-performance .zeh {
  max-width: 1920px;
  padding: 104px 40px 106px;
  margin: 0 auto;
  background: #ededed;
}
.p-performance .zeh__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-performance .zeh__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-performance .zeh__title img {
  margin-top: 20px;
}
.p-performance .zeh__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-performance .zeh .main-block {
  max-width: 1200px;
  padding: 62px 34px 64px;
  margin: 36px auto 0;
  background: #fff url("../img/pc/performance_zeh_bg_mark.png") top 168px right 62px/auto no-repeat;
}
.p-performance .zeh .main-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-performance .zeh .main-block__title span {
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-performance .zeh .main-block__title img {
  margin-top: 16px;
}
.p-performance .zeh .main-block__text {
  padding-right: 240px;
  margin-top: 40px;
}
.p-performance .zeh .main-block__container {
  display: grid;
  grid-template-columns: 1fr 176px;
  gap: 14px;
  margin-top: 28px;
}
.p-performance .zeh .main-block__container .block {
  padding: 22px 16px 14px;
}
.p-performance .zeh .main-block__container .block__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-performance .zeh .main-block__container .block__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
.p-performance .zeh .main-block__container .block__list dl {
  display: grid;
  grid-template-columns: 1fr 72px;
  padding: 3px 0;
  background: #fff;
}
.p-performance .zeh .main-block__container .block__list dl dt {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  border-right: 2px solid;
}
.p-performance .zeh .main-block__container .block__list dl dd {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.p-performance .zeh .main-block__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: #ededed;
}
.p-performance .zeh .main-block__container .left-area__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 176px);
  gap: 14px;
  margin-top: 12px;
}
.p-performance .zeh .main-block__container .left-area__container .block {
  background: #ededed;
}
.p-performance .zeh .main-block__container .left-area__container .block__list dt {
  border-right-color: #ededed;
}
.p-performance .zeh .main-block__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: #604c3f;
}
.p-performance .zeh .main-block__container .right-area__container {
  margin-top: 12px;
}
.p-performance .zeh .main-block__container .right-area__container .block {
  background: #604c3f;
}
.p-performance .zeh .main-block__container .right-area__container .block__title {
  color: #fff;
}
.p-performance .zeh .main-block__container .right-area__container .block__list dt {
  color: #a28861;
  border-right-color: #f1e9e1;
}
.p-performance .zeh .main-block__container .right-area__container .block__list dd {
  color: #a28861;
}

.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-lifestyle .b-mv {
  background-image: url("../img/pc/lifestyle_mv_bg.jpg");
  --b-mv-color-bar: #c7ba9a;
}
.p-lifestyle .top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 58px 40px 0;
}
.p-lifestyle .top-section__headline {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-lifestyle .top-section__english {
  margin-top: 28px;
}
.p-lifestyle .top-section__text {
  margin-top: 32px;
  text-align: center;
}
.p-lifestyle .suggestion {
  position: relative;
  z-index: 100;
  padding-top: 42px;
}
.p-lifestyle .suggestion__slider {
  margin-top: -56px;
}
.p-lifestyle .suggestion__list .section {
  background-repeat: no-repeat;
}
.p-lifestyle .suggestion__list .section__container {
  padding: 0 40px;
  margin: 0 auto;
}
.p-lifestyle .suggestion__list .section__block::before {
  display: block;
  width: 180px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
}
.p-lifestyle .suggestion__list .section__title {
  margin-top: 22px;
  font-size: 41px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-lifestyle .suggestion__list .section__english {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 22px;
}
.p-lifestyle .suggestion__list .section__english::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 26px;
  content: "";
  background: #c7ba9a;
}
.p-lifestyle .suggestion__list .section__headline {
  margin-top: 32px;
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0.1em;
}
.p-lifestyle .suggestion__list .section__text {
  max-width: 370px;
  margin-top: 22px;
}
.p-lifestyle .suggestion__list .section:nth-of-type(1) {
  background-image: url("../img/pc/lifestyle_suggestion_bg_1.png");
  background-position: top 0 right calc(50vw - 960px);
  height: 683px;
  padding-top: 96px;
}
.p-lifestyle .suggestion__list .section:nth-of-type(1) .section__block::before {
  background-image: url("../img/pc/lifestyle_suggestion_counter_1.png");
}
@media screen and (max-width: 1800px) {
  .p-lifestyle .suggestion__list .section:nth-of-type(1) {
    background-position: top 0 right -60px;
  }
}
.p-lifestyle .suggestion__list .section:nth-of-type(1) .section__container {
  max-width: 1800px;
}
.p-lifestyle .suggestion__list .section:nth-of-type(1) .section__block {
  max-width: 460px;
  margin-left: auto;
}
.p-lifestyle .suggestion__list .section:nth-of-type(2) {
  background-image: url("../img/pc/lifestyle_suggestion_bg_2.png");
  background-position: top 0 left calc(50vw - 960px);
  height: 734px;
  padding-top: 54px;
  margin-top: 64px;
}
.p-lifestyle .suggestion__list .section:nth-of-type(2) .section__block::before {
  background-image: url("../img/pc/lifestyle_suggestion_counter_2.png");
}
@media screen and (max-width: 1700px) {
  .p-lifestyle .suggestion__list .section:nth-of-type(2) {
    background-position: top 0 left -110px;
  }
}
.p-lifestyle .suggestion__list .section:nth-of-type(2) .section__container {
  max-width: 1700px;
}
.p-lifestyle .scene {
  max-width: 1920px;
  padding: 990px 0 38px;
  margin: -914px auto 0;
  background: linear-gradient(to top, transparent 246px, #ededed 246px);
}
.p-lifestyle .scene .title-block {
  max-width: 1602px;
  padding: 330px 78px 0;
  margin: 0 auto;
  background: url("../img/pc/lifestyle_scene_title_bg.png") top center no-repeat;
}
.p-lifestyle .scene .title-block__inner {
  padding: 50px 40px 0;
  background: #ededed;
}
.p-lifestyle .scene .title-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-lifestyle .scene .title-block__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-lifestyle .scene .title-block__title img {
  margin-top: 20px;
}
.p-lifestyle .scene .title-block__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-lifestyle .scene__list {
  margin-top: -18px;
}
.p-lifestyle .scene__list .section {
  background-repeat: no-repeat;
}
.p-lifestyle .scene__list .section__container {
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-lifestyle .scene__list .section__headline {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-lifestyle .scene__list .section__headline span {
  margin-left: -0.5em;
}
.p-lifestyle .scene__list .section__english {
  margin-top: 26px;
}
.p-lifestyle .scene__list .section__text {
  margin-top: 34px;
}
.p-lifestyle .scene__list .section:nth-of-type(1) {
  height: 580px;
  padding-top: 130px;
  margin-top: 0;
  background-image: url("../img/pc/lifestyle_scene_bg_1.png");
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1120px) {
  .p-lifestyle .scene__list .section:nth-of-type(1) {
    background-position: top 0 right -400px;
  }
}
.p-lifestyle .scene__list .section:nth-of-type(1) .section__container {
  max-width: 1200px;
}
.p-lifestyle .scene__list .section:nth-of-type(1) .section__block {
  max-width: 370px;
  margin-left: auto;
}
.p-lifestyle .scene__list .section:nth-of-type(2) {
  height: 676px;
  padding-top: 180px;
  margin-top: -60px;
  background-image: url("../img/pc/lifestyle_scene_bg_2.png");
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1324px) {
  .p-lifestyle .scene__list .section:nth-of-type(2) {
    background-position: top 0 left -298px;
  }
}
.p-lifestyle .scene__list .section:nth-of-type(2) .section__container {
  max-width: 1404px;
}
.p-lifestyle .scene__list .section:nth-of-type(2) .section__block {
  max-width: 370px;
}
.p-lifestyle .scene__list .section:nth-of-type(2) .section__block {
  position: relative;
}
.p-lifestyle .scene__list .section:nth-of-type(2) .section__block::before {
  position: absolute;
  top: -40px;
  left: -46px;
  display: block;
  width: 167px;
  height: 56px;
  content: "";
  background: url("../img/pc/lifestyle_scene_deco_2.png") no-repeat;
}
.p-lifestyle .scene__list .section:nth-of-type(3) {
  height: 944px;
  padding-top: 262px;
  margin-top: -210px;
  background-image: url("../img/pc/lifestyle_scene_bg_3.png");
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1102px) {
  .p-lifestyle .scene__list .section:nth-of-type(3) {
    background-position: top 0 right -409px;
  }
}
.p-lifestyle .scene__list .section:nth-of-type(3) .section__container {
  max-width: 1182px;
}
.p-lifestyle .scene__list .section:nth-of-type(3) .section__block {
  max-width: 400px;
  margin-left: auto;
}

.p-front-page .mv {
  position: relative;
  max-width: 1920px;
  height: 972px;
  margin: 0 auto;
}
@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-front-page .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-front-page .mv__bg .keen-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-front-page .mv__bg .keen-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-front-page .mv__bg .keen-slider__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-front-page .mv__bg .block {
  position: absolute;
  top: 0;
  bottom: 0;
}
.p-front-page .mv__bg .block:nth-of-type(1) {
  left: 0;
  width: calc(32% + 88px);
  clip-path: polygon(0 0, calc(100% - 176px) 0, 100% 100%, 0 100%);
}
.p-front-page .mv__bg .block:nth-of-type(2) {
  left: calc(50% - (19% + 88px));
  width: calc(38% + 176px);
  clip-path: polygon(0 0, calc(100% - 176px) 0, 100% 100%, 176px 100%);
}
.p-front-page .mv__bg .block:nth-of-type(3) {
  right: 0;
  width: calc(32% + 88px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 176px 100%);
}
.p-front-page .mv__filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(35, 24, 21, 0.3);
  mix-blend-mode: multiply;
}
.p-front-page .mv__filter-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: 260px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 10%, transparent 90%);
}
.p-front-page .mv__fg {
  position: relative;
  z-index: 100;
  height: 100%;
  padding-top: 270px;
}
.p-front-page .mv__side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: 114px;
  pointer-events: none;
  --b-mv-side-padding-top: 264px;
}
.p-front-page .mv__large {
  margin: 0 0 0 186px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__scroll {
  position: absolute;
  right: 42px;
  bottom: 56px;
  z-index: 200;
  width: 30px;
  height: 148px;
}
.p-front-page .mv__badge {
  position: absolute;
  top: 122px;
  right: 172px;
  width: 143px;
  height: 189px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv__note {
  position: absolute;
  right: 140px;
  bottom: 36px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.p-front-page .mv .vertical-slider {
  position: absolute;
  bottom: 82px;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 164px 1fr;
  width: 670px;
  padding: 10px 0;
  background: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv .vertical-slider__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding-left: 20px;
  border-right: 1px solid #604c3f;
}
.p-front-page .mv .vertical-slider__slider {
  height: 48px;
}
.p-front-page .banner-list {
  padding: 64px 0 80px;
}
.p-front-page .concept {
  min-height: 757px;
  padding-top: 142px;
  background: url("../img/pc/front_concept_bg.jpg") no-repeat;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1574px) {
  .p-front-page .concept {
    background-position: top 0 left -173px;
  }
}
.p-front-page .concept__container {
  max-width: 1574px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .concept__block {
  max-width: 460px;
}
.p-front-page .concept__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-front-page .concept__title::before {
  position: absolute;
  top: -70px;
  left: 186px;
  display: block;
  width: 210px;
  height: 72px;
  content: "";
  background: url("../img/pc/front_concept_deco.png") no-repeat;
}
.p-front-page .concept__title span {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .concept__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 24px;
  content: "";
  background: #fff;
}
.p-front-page .concept__headline {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
  margin-top: 28px;
}
.p-front-page .concept__english {
  margin-top: 26px;
}
.p-front-page .concept__text {
  margin-top: 36px;
}
.p-front-page .event {
  padding: 68px 40px 50px;
  background: #ededed;
}
.p-front-page .event__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .event__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-front-page .event__title img {
  margin-top: 20px;
}
.p-front-page .event__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-front-page .event__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 30px;
  justify-content: center;
  padding: 0 40px;
  margin-top: 40px;
}
.p-front-page .event__button {
  margin: 52px auto 0;
}
.p-front-page .lifestyle {
  position: relative;
  z-index: 10;
  min-height: 642px;
  margin-top: 90px;
  background: url("../img/pc/front_lifestyle_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 960px);
}
@media screen and (max-width: 1824px) {
  .p-front-page .lifestyle {
    background-position: top 0 right -48px;
  }
}
.p-front-page .lifestyle__container {
  max-width: 1824px;
  margin: 0 auto 0;
}
.p-front-page .lifestyle__block {
  max-width: 854px;
  padding-top: 18px;
  margin-left: auto;
}
.p-front-page .lifestyle__title {
  position: relative;
  left: -48px;
}
.p-front-page .lifestyle__headline {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
  margin-top: 28px;
}
.p-front-page .lifestyle__english {
  margin-top: 26px;
}
.p-front-page .lifestyle__text {
  max-width: 370px;
  margin-top: 34px;
}
.p-front-page .middle-menu {
  padding: 10px 0 78px;
  margin-top: -52px;
  background: #ededed;
}
.p-front-page .middle-menu__slider {
  position: relative;
  z-index: 20;
}
.p-front-page .middle-menu__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 384px);
  gap: 24px;
  justify-content: center;
  margin-top: 44px;
}
.p-front-page .middle-menu__list a {
  height: 304px;
}
.p-front-page .works {
  padding: 74px 0 96px;
  background: linear-gradient(to bottom, transparent 280px, #ededed 280px);
}
.p-front-page .works__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .works__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-front-page .works__title img {
  margin-top: 20px;
}
.p-front-page .works__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-front-page .works__list {
  margin: 40px 0 0 8.4%;
}
.p-front-page .works__button {
  margin: 58px auto 0;
}
.p-front-page .works .c-slider__track {
  overflow: unset;
}
.p-front-page .works .c-slider__item {
  width: 524px;
  margin-right: 34px;
}
.p-front-page .works .c-slider__arrow-left {
  bottom: -116px;
  left: -4px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_works_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .works .c-slider__arrow-right {
  bottom: -116px;
  left: 88px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_works_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .reform {
  padding: 72px 0 80px;
  background: linear-gradient(to bottom, transparent 280px, #ededed 280px);
}
.p-front-page .reform__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .reform__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-front-page .reform__title img {
  margin-top: 20px;
}
.p-front-page .reform__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-front-page .reform__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1604px;
  height: 362px;
  padding-top: 46px;
  margin: 38px auto 0;
  background: url("../img/pc/front_reform_bg.jpg") no-repeat;
  border: 14px solid #ffda2a;
}
.p-front-page .reform__concept {
  position: absolute;
  top: 44px;
  left: 58px;
  width: 143px;
  height: 240px;
}
.p-front-page .reform__arrow {
  position: absolute;
  right: 106px;
  bottom: 36px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-front-page .reform__arrow::before {
  position: absolute;
  right: -64px;
  bottom: 4px;
  z-index: 10;
  display: block;
  width: 52px;
  height: 10px;
  content: "";
  background: url("../img/pc/icon_arrow_white.svg") no-repeat;
}
.p-front-page .reform__arrow::after {
  position: absolute;
  right: -82px;
  bottom: -12px;
  display: block;
  width: 44px;
  height: 44px;
  content: "";
  background: #604c3f;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.p-front-page .reform__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  height: 48px;
  margin-top: 42px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-front-page .news {
  position: relative;
  max-width: 1920px;
  padding: 108px 0 86px;
  margin: 0 auto;
}
.p-front-page .news__container {
  display: flex;
  gap: 62px;
  max-width: 1806px;
  padding-left: 40px;
  margin-left: auto;
}
.p-front-page .news__title {
  flex: 0 0 auto;
  width: 123px;
  height: 367px;
}
.p-front-page .news__list {
  width: calc(100% - 123px - 62px);
}
.p-front-page .news .c-slider__track {
  overflow: unset;
}
.p-front-page .news .c-slider__item {
  width: 380px;
  margin-right: 28px;
}
.p-front-page .news .c-slider__arrow-left {
  top: 98px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #fff url("../img/pc/front_news_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .news__button {
  margin: 54px auto 0;
  --c-button-circle-color-bg: #ededed;
}
.p-front-page .promise {
  max-width: 1920px;
  min-height: 783px;
  margin: 0 auto;
  background: url("../img/pc/front_promise_bg.jpg") center no-repeat;
}
.p-front-page .promise__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 166px 0 0;
}
.p-front-page .promise__headline {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.p-front-page .promise__english {
  margin-top: 24px;
}
.p-front-page .promise__text {
  margin-top: 34px;
  color: #fff;
  text-align: center;
}
.p-front-page .promise__button {
  margin-top: 46px;
}
.p-front-page .sub-contact-section {
  max-width: 1920px;
  padding: 1px 0 98px;
  margin: 0 auto;
  background: #ededed;
}
.p-front-page .sub-contact-section__content {
  position: relative;
  z-index: 100;
  margin-top: -72px;
}
.p-front-page .sub-contact-section .welcome-block {
  max-width: 1200px;
  height: 335px;
  margin: 0 auto 0;
  background: url("../img/pc/front_welcome_bg.jpg") right top no-repeat;
}
.p-front-page .sub-contact-section .welcome-block__inner {
  position: relative;
  max-width: 440px;
  padding: 60px 0 0 46px;
  margin-left: auto;
}
.p-front-page .sub-contact-section .welcome-block__inner::before {
  position: absolute;
  top: -18px;
  left: 10px;
  z-index: 200;
  display: block;
  width: 190px;
  height: 71px;
  content: "";
  background: url("../img/pc/front_welcome_deco.png") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .sub-contact-section .welcome-block__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  color: #fff;
}
.p-front-page .sub-contact-section .welcome-block__text {
  max-width: 350px;
  margin-top: 12px;
  color: #fff;
}
.p-front-page .sub-contact-section .instagram-block {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.p-flow .b-mv {
  background-image: url("../img/pc/flow_mv_bg.jpg");
}
.p-flow .top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 58px 40px 0;
}
.p-flow .top-section__headline {
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-flow .top-section__english {
  margin-top: 28px;
}
.p-flow .top-section__text {
  margin-top: 32px;
  text-align: center;
}
.p-flow .main-section {
  position: relative;
}
.p-flow .main-section__bg {
  position: absolute;
  top: 70px;
  right: 0;
  left: 36%;
  z-index: 10;
  height: 1366px;
  background: #ededed;
}
.p-flow .main-section__bg-2 {
  position: absolute;
  top: 2600px;
  right: 0;
  left: 36%;
  z-index: 20;
  height: 1366px;
  background: #ededed;
}
.p-flow .main-section__bg-3 {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 36%;
  z-index: 30;
  height: 1366px;
  background: #ededed;
}
.p-flow .main-section__fg {
  position: relative;
  z-index: 40;
  padding-bottom: 118px;
}
.p-flow .main-section__list {
  display: flex;
  flex-direction: column;
  gap: 66px;
  margin-top: 80px;
}
.p-flow .main-section__slider {
  margin-top: -56px;
}
.p-flow .main-section__item {
  position: relative;
}
.p-flow .main-section__item::before {
  position: absolute;
  top: -54px;
  left: calc(50% - 36px);
  z-index: 100;
  display: block;
  width: 72px;
  height: 90px;
  content: "";
  background-repeat: no-repeat;
}
.p-flow .main-section__item .col-section__container {
  display: flex;
  gap: 66px;
  max-width: 1768px;
}
.p-flow .main-section__item .col-section__image {
  flex: 1 1 auto;
  height: 532px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  background-repeat: no-repeat;
  background-position: center;
}
.p-flow .main-section__item .col-section__block {
  flex: 0 0 auto;
  max-width: 366px;
  padding-top: 82px;
}
.p-flow .main-section__item .col-section__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-flow .main-section__item .col-section__title span {
  font-size: 41px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-flow .main-section__item .col-section__title img {
  margin-top: 12px;
}
.p-flow .main-section__item .col-section__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 26px;
  content: "";
  background: #c7ba9a;
}
.p-flow .main-section__item .col-section__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  color: #604c3f;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
.p-flow .main-section__item .col-section__text {
  margin-top: 22px;
}
.p-flow .main-section__item .bg-section {
  height: 618px;
  padding-top: 124px;
  background-repeat: no-repeat;
}
.p-flow .main-section__item .bg-section__container {
  padding: 0 40px;
  margin: 0 auto;
}
.p-flow .main-section__item .bg-section__block {
  max-width: 440px;
}
.p-flow .main-section__item .bg-section__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-flow .main-section__item .bg-section__title span {
  font-size: 41px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-flow .main-section__item .bg-section__title img {
  margin-top: 12px;
}
.p-flow .main-section__item .bg-section__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 26px;
  content: "";
  background: #c7ba9a;
}
.p-flow .main-section__item .bg-section__headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  color: #604c3f;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
.p-flow .main-section__item .bg-section__text {
  width: 370px;
  margin-top: 22px;
}
.p-flow .main-section__item:nth-of-type(1)::before {
  background-image: url("../img/pc/flow_main_counter_1.png");
  background-image: image-set(url("../img/pc/flow_main_counter_1.png") 1x, url("../img/pc/flow_main_counter_1@2x.png") 2x);
}
.p-flow .main-section__item:nth-of-type(1) .col-section__container {
  flex-direction: row-reverse;
  padding-left: 40px;
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(1) .col-section__image {
  background-image: url("../img/pc/flow_main_bg_1.png");
}
.p-flow .main-section__item:nth-of-type(1) .bg-section {
  background-image: url("../img/pc/flow_main_bg_1.png");
}
.p-flow .main-section__item:nth-of-type(1) .bg-section__container {
  max-width: 1650px;
}
.p-flow .main-section__item:nth-of-type(2)::before {
  background-image: url("../img/pc/flow_main_counter_2.png");
  background-image: image-set(url("../img/pc/flow_main_counter_2.png") 1x, url("../img/pc/flow_main_counter_2@2x.png") 2x);
}
.p-flow .main-section__item:nth-of-type(2) .col-section__container {
  padding-right: 40px;
}
.p-flow .main-section__item:nth-of-type(2) .col-section__block {
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(2) .col-section__image {
  background-image: url("../img/pc/flow_main_bg_2.png");
}
.p-flow .main-section__item:nth-of-type(2) .bg-section {
  background-image: url("../img/pc/flow_main_bg_2.png");
}
.p-flow .main-section__item:nth-of-type(2) .bg-section__container {
  max-width: 1764px;
}
.p-flow .main-section__item:nth-of-type(2) .bg-section__block {
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(2) .bg-section__title {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(2) .bg-section__headline {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(2) .bg-section__text {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(3)::before {
  background-image: url("../img/pc/flow_main_counter_3.png");
  background-image: image-set(url("../img/pc/flow_main_counter_3.png") 1x, url("../img/pc/flow_main_counter_3@2x.png") 2x);
}
.p-flow .main-section__item:nth-of-type(3) .col-section__container {
  flex-direction: row-reverse;
  padding-left: 40px;
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(3) .col-section__image {
  background-image: url("../img/pc/flow_main_bg_3.png");
}
.p-flow .main-section__item:nth-of-type(3) .bg-section {
  background-image: url("../img/pc/flow_main_bg_3.png");
}
.p-flow .main-section__item:nth-of-type(3) .bg-section__container {
  max-width: 1650px;
}
.p-flow .main-section__item:nth-of-type(4)::before {
  background-image: url("../img/pc/flow_main_counter_4.png");
  background-image: image-set(url("../img/pc/flow_main_counter_4.png") 1x, url("../img/pc/flow_main_counter_4@2x.png") 2x);
}
.p-flow .main-section__item:nth-of-type(4) .col-section__container {
  padding-right: 40px;
}
.p-flow .main-section__item:nth-of-type(4) .col-section__block {
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(4) .col-section__image {
  background-image: url("../img/pc/flow_main_bg_4.png");
}
.p-flow .main-section__item:nth-of-type(4) .bg-section {
  background-image: url("../img/pc/flow_main_bg_4.png");
}
.p-flow .main-section__item:nth-of-type(4) .bg-section__container {
  max-width: 1764px;
}
.p-flow .main-section__item:nth-of-type(4) .bg-section__block {
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(4) .bg-section__title {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(4) .bg-section__headline {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(4) .bg-section__text {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(5)::before {
  background-image: url("../img/pc/flow_main_counter_5.png");
  background-image: image-set(url("../img/pc/flow_main_counter_5.png") 1x, url("../img/pc/flow_main_counter_5@2x.png") 2x);
}
.p-flow .main-section__item:nth-of-type(5) .col-section__container {
  flex-direction: row-reverse;
  padding-left: 40px;
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(5) .col-section__image {
  background-image: url("../img/pc/flow_main_bg_5.png");
}
.p-flow .main-section__item:nth-of-type(5) .bg-section {
  background-image: url("../img/pc/flow_main_bg_5.png");
}
.p-flow .main-section__item:nth-of-type(5) .bg-section__container {
  max-width: 1650px;
}
.p-flow .main-section__item:nth-of-type(6)::before {
  background-image: url("../img/pc/flow_main_counter_6.png");
  background-image: image-set(url("../img/pc/flow_main_counter_6.png") 1x, url("../img/pc/flow_main_counter_6@2x.png") 2x);
}
.p-flow .main-section__item:nth-of-type(6) .col-section__container {
  padding-right: 40px;
}
.p-flow .main-section__item:nth-of-type(6) .col-section__block {
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(6) .col-section__image {
  background-image: url("../img/pc/flow_main_bg_6.png");
}
.p-flow .main-section__item:nth-of-type(6) .bg-section {
  background-image: url("../img/pc/flow_main_bg_6.png");
}
.p-flow .main-section__item:nth-of-type(6) .bg-section__container {
  max-width: 1764px;
}
.p-flow .main-section__item:nth-of-type(6) .bg-section__block {
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(6) .bg-section__title {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(6) .bg-section__headline {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(6) .bg-section__text {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(7)::before {
  background-image: url("../img/pc/flow_main_counter_7.png");
  background-image: image-set(url("../img/pc/flow_main_counter_7.png") 1x, url("../img/pc/flow_main_counter_7@2x.png") 2x);
}
.p-flow .main-section__item:nth-of-type(7) .col-section__container {
  flex-direction: row-reverse;
  padding-left: 40px;
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(7) .col-section__image {
  background-image: url("../img/pc/flow_main_bg_7.png");
}
.p-flow .main-section__item:nth-of-type(7) .bg-section {
  background-image: url("../img/pc/flow_main_bg_7.png");
}
.p-flow .main-section__item:nth-of-type(7) .bg-section__container {
  max-width: 1650px;
}
.p-flow .main-section__item:nth-of-type(8)::before {
  background-image: url("../img/pc/flow_main_counter_8.png");
  background-image: image-set(url("../img/pc/flow_main_counter_8.png") 1x, url("../img/pc/flow_main_counter_8@2x.png") 2x);
}
.p-flow .main-section__item:nth-of-type(8) .col-section__container {
  padding-right: 40px;
}
.p-flow .main-section__item:nth-of-type(8) .col-section__block {
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(8) .col-section__image {
  background-image: url("../img/pc/flow_main_bg_8.png");
}
.p-flow .main-section__item:nth-of-type(8) .bg-section {
  background-image: url("../img/pc/flow_main_bg_8.png");
}
.p-flow .main-section__item:nth-of-type(8) .bg-section__container {
  max-width: 1764px;
}
.p-flow .main-section__item:nth-of-type(8) .bg-section__block {
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(8) .bg-section__title {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(8) .bg-section__headline {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(8) .bg-section__text {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(9)::before {
  background-image: url("../img/pc/flow_main_counter_9.png");
  background-image: image-set(url("../img/pc/flow_main_counter_9.png") 1x, url("../img/pc/flow_main_counter_9@2x.png") 2x);
}
.p-flow .main-section__item:nth-of-type(9) .col-section__container {
  flex-direction: row-reverse;
  padding-left: 40px;
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(9) .col-section__image {
  background-image: url("../img/pc/flow_main_bg_9.png");
}
.p-flow .main-section__item:nth-of-type(9) .bg-section {
  background-image: url("../img/pc/flow_main_bg_9.png");
}
.p-flow .main-section__item:nth-of-type(9) .bg-section__container {
  max-width: 1650px;
}
.p-flow .main-section__item:nth-of-type(10)::before {
  background-image: url("../img/pc/flow_main_counter_10.png");
  background-image: image-set(url("../img/pc/flow_main_counter_10.png") 1x, url("../img/pc/flow_main_counter_10@2x.png") 2x);
}
.p-flow .main-section__item:nth-of-type(10) .col-section__container {
  padding-right: 40px;
}
.p-flow .main-section__item:nth-of-type(10) .col-section__block {
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(10) .col-section__image {
  background-image: url("../img/pc/flow_main_bg_10.png");
  height: 624px;
}
.p-flow .main-section__item:nth-of-type(10) .bg-section {
  background-image: url("../img/pc/flow_main_bg_10.png");
}
.p-flow .main-section__item:nth-of-type(10) .bg-section__container {
  max-width: 1764px;
}
.p-flow .main-section__item:nth-of-type(10) .bg-section__block {
  margin-left: auto;
}
.p-flow .main-section__item:nth-of-type(10) .bg-section__title {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(10) .bg-section__headline {
  color: #fff;
}
.p-flow .main-section__item:nth-of-type(10) .bg-section__text {
  color: #fff;
}

.p-contact .main {
  position: relative;
  max-width: 1920px;
  padding: 64px 0 158px;
  margin: 0 auto;
  background: #ededed;
}
.p-contact .main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact .main__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-contact .main__title img {
  margin-top: 20px;
}
.p-contact .main__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-contact .main__info {
  margin-top: 26px;
  line-height: 33px;
  text-align: center;
}
.p-contact .main__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin: 62px auto 0;
}
.p-contact .main__container > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 146px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.p-contact .main__container > * + * {
  border-left: unset;
}
.p-contact .main__container .tel-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-contact .main__container .tel-area__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #c7ba9a;
}
.p-contact .main__container .tel-area__tel {
  margin-top: 26px;
  --c-tel-icon-size: 24px;
  --c-tel-font-size: 28px;
  --c-tel-color-text: #3e3a39;
}
.p-contact .main__container .tel-area__time {
  margin-top: 4px;
  font-size: 14px;
}
.p-contact .main__container .line-area__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-contact .main__container .line-area__title::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #c7ba9a;
}
.p-contact .main__container .line-area__button {
  width: 246px;
  height: 59px;
  margin: 22px auto 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-contact .form {
  max-width: 1116px;
  margin: 78px auto 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.p-contact .form .wpcf7 .wpcf7-radio {
  display: flex;
}
.p-contact .form .wpcf7 .wpcf7-submit {
  width: 266px;
  height: 74px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #604c3f url("../img/pc/reform_form_chevron.svg") no-repeat right 40px center/9px 16px;
  border-radius: 4px;
}
.p-contact .b-contact {
  margin-top: 32px;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 96px 40px 126px;
  background-color: #ededed;
}
.p-archive .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 56px 28px;
  justify-content: center;
  margin-top: 58px;
}
.p-archive .main__item > * {
  height: 100%;
}
.p-archive .wp-pagenavi {
  padding: 86px 0 0;
}
.p-archive .b-contact {
  margin-top: 32px;
}

.p-about .b-mv {
  background-image: url("../img/pc/about_mv_bg.jpg");
}
.p-about .top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 40px 0;
}
.p-about .top-section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .top-section__title span {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-about .top-section__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 22px;
  content: "";
  background: #c7ba9a;
}
.p-about .top-section__headline {
  margin-top: 28px;
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-about .top-section__english {
  margin-top: 28px;
}
.p-about .top-section__text {
  margin-top: 32px;
  text-align: center;
}
.p-about .greeting {
  height: 681px;
  padding: 100px 0 0;
  margin-top: 74px;
  background: url("../img/pc/about_greeting_bg.jpg") no-repeat center;
  background-position: top 0 left calc(50vw - 960px);
}
@media screen and (max-width: 1240px) {
  .p-about .greeting {
    background-position: top 0 left -340px;
  }
}
.p-about .greeting__container {
  max-width: 1560px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-about .greeting__headline {
  margin-top: 26px;
  font-size: 35px;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.1em;
}
.p-about .greeting__text {
  max-width: 510px;
  margin-top: 20px;
}
.p-about .greeting__signature {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.p-about .greeting__signature span {
  margin-left: 16px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.p-about .staff {
  max-width: 1920px;
  padding: 72px 40px 110px;
  margin: 0 auto;
  background: #ededed;
}
.p-about .staff__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .staff__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-about .staff__title img {
  margin-top: 20px;
}
.p-about .staff__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-about .staff__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 40px auto 0;
}
.p-about .staff__list .item {
  padding: 9px;
  background: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
}
.p-about .staff__list .item__container {
  display: flex;
  gap: 46px;
}
.p-about .staff__list .item__image {
  flex: 0 0 auto;
  width: 454px;
  height: 302px;
  background: #9e9e9f;
}
.p-about .staff__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-about .staff__list .item__main {
  flex: 1 1 auto;
  padding: 10px 0 0;
}
.p-about .staff__list .item__position {
  padding: 4px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  color: #604c3f;
  border-top: 1px solid #c7ba9a;
  border-bottom: 1px solid #c7ba9a;
}
.p-about .staff__list .item__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px;
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
}
.p-about .staff__list .item__name span {
  margin-left: 16px;
  font-size: 15px;
  font-weight: normal;
  color: #c7ba9a;
}
.p-about .staff__list .item__description {
  margin-top: 14px;
}
.p-about .staff__list .item .hobby-block {
  display: flex;
  padding: 8px 0;
  margin-top: 18px;
  border-top: 1px solid #c7ba9a;
  border-bottom: 1px solid #c7ba9a;
}
.p-about .staff__list .item .hobby-block__title {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 116px;
  border-right: 1px solid #c7ba9a;
}
.p-about .staff__list .item .hobby-block__value {
  flex: 1 1 auto;
  padding: 0 20px;
}
.p-about .company {
  padding: 90px 40px 0;
}
.p-about .company__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .company__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-about .company__title img {
  margin-top: 20px;
}
.p-about .company__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-about .company__list {
  margin-top: 18px;
}
.p-about .access {
  padding: 60px 40px 120px;
}
.p-about .history {
  max-width: 1920px;
  padding: 74px 40px 132px;
  margin: 0 auto;
  background: #ededed;
}
.p-about .history__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about .history__title span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-about .history__title img {
  margin-top: 20px;
}
.p-about .history__title::after {
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 28px;
  content: "";
  background: #000;
}
.p-about .history__list {
  margin-top: 42px;
}
