﻿/* Scss Document */
img {
  height: auto;
  max-width: 100%;
}

section img {
  border-radius: 4px;
}

h2,
h3,
h4,
dt {
  color: #1A1A1A;
}

.h2-tit {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  padding: 32px 0 41px;
  position: relative;
  line-height: 1;
  z-index: 1;
}
.h2-tit .fnt-Moderustic {
  color: #fff;
  font-weight: 300;
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.h2-tit .t {
  font-size: 32px;
  display: inline-block;
  padding-top: 16px;
  font-weight: 700;
}
.h2-tit .t.fs40 {
  font-size: 40px;
}
.h2-tit .t.ext {
  padding-top: 0;
  font-weight: 500;
}

.fwb {
  font-weight: 700;
}

.fs20 {
  font-size: 20px;
  line-height: 1.6;
}

.fs40 {
  font-size: 40px;
}

.fs14 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .h2-tit {
    font-size: 12px;
    padding: 20px 0 30px !important;
  }
  .h2-tit .fnt-Moderustic {
    font-size: 40px;
  }
  .h2-tit .t {
    font-size: 24px;
    padding-top: 5px;
  }
  .h2-tit .t.fs40 {
    font-size: 24px;
  }
  .h2-tit .t.ext {
    padding-top: 0;
    font-size: 16px;
  }
  .fs20 {
    font-size: 18px;
  }
}
#key {
  position: relative;
  z-index: 4;
}
#key .key-info {
  background-color: #fff;
  color: #1A1A1A;
  width: 488px;
  padding: 42px 20px 68px;
  position: absolute;
  left: 5.9%;
  top: 120px;
  z-index: 9;
  box-sizing: border-box;
}
#key .key-info .box {
  max-width: 374px;
  margin: 0 auto;
}
#key .key-info h2 {
  letter-spacing: 6px;
  font-weight: 700;
  font-size: 40px;
  line-height: 57px;
  padding-bottom: 18px;
}
#key .key-info h2 .t {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1;
  margin: 0 0 17px -10px;
}
#key .key-info .price {
  gap: 14px;
  margin: 13px 0 0;
}
#key .key-info .price li {
  background-color: #EAE3DB;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  flex: 1;
  padding: 5px 0 7px;
  text-align: center;
}
#key .key-info .price li.ext {
  font-size: 18px;
  padding: 0 0 15px;
  line-height: 1;
}
#key .key-info .price li.ext .t {
  font-size: 20px;
}
#key .key-info .price li.ext .t span {
  font-size: 30px;
}
/* 価格訴求ブロック（Figmaデザイン node 29:1569 準拠） */
#key .key-info .key-price {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  width: 100%;
  margin: 20px 0 0;
  background: #EAE3DB;
  border-radius: 4px;
  padding: 20px 16px 30px;
  text-align: center;
}
#key .key-info .key-price__lead {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 32px;
  color: #1A1A1A;
}
#key .key-info .key-price__fig {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #AF6D2A;
  line-height: 1;
}
#key .key-info .key-price__fig .u {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 6px;
}
#key .key-info .key-price__fig .num {
  font-size: 68px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1;
}
#key .key-info .key-price__fig .yen {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 8px;
}
#key .js-key {
  margin-left: 11.8%;
}
#key .js-key .object-fit-cover-pc {
  height: 708px;
  display: block !important;
}
@media screen and (max-width: 999px) {
  #key .key-info {
    width: auto;
    padding: 42px 30px 68px;
    left: 0;
  }
  #key .key-info h2 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 14px;
  }
  #key .key-info h2 .t {
    font-size: 12px;
    margin: 0 0 10px -7px;
  }
  #key .js-key {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #key .key-info {
    position: static;
    width: 100%;
    padding: 22px 24px 56px;
  }
  #key .key-info .box {
    max-width: 100%;
  }
  #key .key-info .price {
    gap: 14px;
    margin: 10px 0 0;
  }
  #key .key-info .price li {
    padding: 5px 0 7px;
  }
  #key .key-info .price li.ext {
    font-size: 12px;
  }
  #key .key-info .price li.ext .t {
    font-size: 20px;
  }
  #key .key-info .price li.ext .t span {
    font-size: 24px;
  }
  /* FB: 価格の文字グループをSPで少し小さく */
  #key .key-info .key-price__fig .u {
    font-size: 20px;
    padding-bottom: 4px;
  }
  #key .key-info .key-price__fig .num {
    font-size: 52px;
  }
  #key .key-info .key-price__fig .yen {
    font-size: 16px;
    padding-bottom: 6px;
  }
  #key .js-key .object-fit-cover-pc {
    height: auto;
  }
  #key .js-key .slick-dots {
    justify-content: flex-start;
    left: 10px;
    bottom: 10px;
  }
}

#merit .lead {
  position: relative;
  z-index: 1;
  padding: 64px 20px 115px;
}
#merit .lead::after {
  background: url(../img/index/merit_bg.jpg) no-repeat center 0/cover;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -87px;
  top: -162px;
  z-index: -1;
}
#merit .lead .top_link {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 120px;
  max-width: 994px;
  margin: 0 auto 70px;
  padding: 20px 24px;
}
#merit .lead .top_link li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(50% - 16px);
  height: 81px;
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 500;
  background: url(../img/index/deco1.png) no-repeat 0 center/46px, url(../img/index/deco2.png) no-repeat right center/46px;
}
#merit .lead .top_link li span {
  font-size: 31px;
  padding-left: 6px;
}
#merit .lead .wrap {
  max-width: 1200px;
  padding: 0;
}
#merit .lead .group {
  max-width: 1200px;
  margin: 0 auto 27px;
}
#merit .lead .group .item {
  background-color: #fff;
  border-top: 2px solid #AF6D2A;
  border-radius: 4px;
  width: calc((100% - 64px) / 3);
  padding: 22px 24px 57px;
  line-height: 2;
}
#merit .lead .group .item dl {
  padding: 14px 17px 0;
}
#merit .lead .group .item dt {
  font-weight: 500;
  padding-bottom: 5px;
}
#merit .lead .group .item dt span {
  color: #C0AF7F;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  display: inline-block;
  padding-block: 6px;
}
#merit .lead .note {
  color: #1A1A1A;
}
#merit .js-loop {
  position: relative;
  z-index: 3;
}
#merit .js-loop img {
  width: 600px;
  height: auto;
  margin-right: 17px;
}
@media screen and (max-width: 999px) {
  #merit .lead .group .item {
    width: calc((100% - 40px) / 3);
    padding: 20px 20px 30px;
  }
  #merit .lead .group .item dl {
    padding: 14px 0 0;
  }
  #merit .js-loop img {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #merit .lead {
    padding: 56px 15px 70px;
    line-height: 1.6;
  }
  #merit .lead::after {
    top: 0;
    bottom: -139px;
    background: #EAE3DB url(../img/index/merit_bg_sp.jpg) no-repeat center bottom/100%;
  }
  #merit .lead .top_link {
    border-radius: 0px;
    margin: 0 auto 40px;
    padding: 0px 10px;
    gap: 10px 0;
    background-color: transparent;
  }
  #merit .lead .top_link li {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 120px;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 1;
    background-size: 29px;
    min-height: 80px;
    background-position: 16px center, calc(100% - 13px) center;
  }
  #merit .lead .top_link li span {
    font-size: 28px;
    padding-left: 0px;
  }
  #merit .lead .top_link li:first-child {
    display: block;
    padding: 17px 0 0;
  }
  #merit .lead .group {
    gap: 32px;
    margin-bottom: 33px;
    padding-top: 10px;
  }
  #merit .lead .group .item {
    width: 100%;
    padding: 22px 24px 40px;
  }
  #merit .lead .group .item .photo {
    position: relative;
    height: 45vw;
  }
  #merit .lead .group .item .photo img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
  }
  #merit .lead .group .item dl {
    padding: 16px 0 0;
  }
  #merit .lead .group .item dl dt {
    padding-bottom: 8px;
  }
  #merit .lead .group .item dl dt span {
    font-size: 12px;
  }
  #merit .js-loop img {
    width: 300px;
  }
}

#comparison {
  padding: 120px 20px 160px;
}
#comparison .tbl-info {
  max-width: 927px;
  margin: 13px auto 0;
}
#comparison .tbl-info dl {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-weight: 700;
}
#comparison .tbl-info dl dt,
#comparison .tbl-info dl dd {
  width: calc((100% - 25px) / 3);
  color: #AF6D2A;
  text-align: center;
  border-bottom: 1px solid #E4DFD9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 10px 20px;
  min-height: 85px;
}
#comparison .tbl-info dl dt {
  padding-right: 30px;
}
#comparison .tbl-info dl dd {
  width: calc((100% - 20px) / 3);
  background-color: #B79E81;
  border-bottom: 1px solid #9E805D;
}
#comparison .tbl-info dl dd span {
  display: inline-block;
  background-color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 30px;
  border-radius: 30px;
  padding: 8px 20px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#comparison .tbl-info dl dd:last-child {
  border-bottom: 1px solid #C8BBAB;
  background: #EAE3DB;
}
#comparison .tbl-info dl dd:last-child span {
  color: #505050;
}
#comparison .tbl-info dl:first-child {
  font-size: 20px;
}
#comparison .tbl-info dl:first-child dd {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#comparison .tbl-info dl:first-child dd:nth-child(2) {
  color: #fff;
}
#comparison .tbl-info dl:last-child dt {
  border: none;
  padding-bottom: 30px;
}
#comparison .tbl-info dl:last-child dd {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
  padding-bottom: 32px;
}
/* FB: 「新築時に購入」列を独立して目立たせる（おすすめ強調・幅広） */
#comparison .tbl-info {
  padding-top: 20px;
}
#comparison .tbl-info dl dt,
#comparison .tbl-info dl dd {
  box-sizing: border-box;
}
#comparison .tbl-info dl dt {
  width: 168px;
  flex: 0 0 168px;
  white-space: nowrap;
}
#comparison .tbl-info dl dd {
  width: auto;
  flex: 1;
  min-width: 0;
}
#comparison .tbl-info dl dd:nth-child(2) {
  flex: 1.5;
}
#comparison .tbl-info dl dd:nth-child(2) span {
  font-size: 19px;
  padding: 10px 26px;
}
#comparison .tbl-info dl:first-child dd:nth-child(2) {
  background: #AF6D2A;
  font-size: 24px;
  position: relative;
  overflow: visible;
}
#comparison .tbl-info dl:first-child dd:nth-child(2)::before {
  content: "おすすめ";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #AF6D2A;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 4px 18px 5px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(95, 60, 20, .25);
}
@media screen and (max-width: 999px) {
  #comparison .tbl-info dl dt {
    width: 168px;
    flex: 0 0 168px;
    padding: 0;
  }
  #comparison .tbl-info dl dd {
    width: calc((100% - 160px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #comparison {
    padding: 62px 15px 100px;
  }
  #comparison .tbl-info {
    max-width: 100%;
    margin-top: 10px;
  }
  #comparison .tbl-info dl {
    gap: 2px;
    line-height: 1.4;
  }
  #comparison .tbl-info dl .no_wrap {
    white-space: nowrap;
  }
  #comparison .tbl-info dl dt,
  #comparison .tbl-info dl dd {
    padding: 10px 10px 9px;
    min-height: 20px;
    font-size: 10px;
  }
  #comparison .tbl-info dl dt {
    width: 58px;
    flex: 0 0 58px;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  #comparison .tbl-info dl dd {
    width: auto;
    flex: 1 1 0;
  }
  #comparison .tbl-info dl dd:nth-child(2) {
    flex: 1.4 1 0;
  }
  #comparison .tbl-info dl dd span {
    font-size: 10px;
    line-height: 1.4;
    padding: 6px 12px;
  }
  #comparison .tbl-info dl dd span.ext {
    min-height: 40px;
  }
  #comparison .tbl-info dl:first-child dd {
    font-size: 14px;
    min-height: 67px;
  }
  #comparison .tbl-info dl:last-child dt {
    padding-bottom: 25px;
  }
  /* 新築時カラム強調（SP）: PCの大きいサイズを抑えつつ目立たせる */
  #comparison .tbl-info dl dd:nth-child(2) span {
    font-size: 13px;
    padding: 8px 8px;
  }
  #comparison .tbl-info dl:first-child dd:nth-child(2) {
    font-size: 15px;
  }
  #comparison .tbl-info dl:first-child dd:nth-child(2)::before {
    top: -11px;
    font-size: 10px;
    padding: 2px 10px 3px;
  }
}

#reason {
  background-color: #EAE3DB;
  padding: 120px 20px 194px;
}
#reason .group {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 56px 0 0;
}
#reason .group .reason {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 55px;
  background-color: #fff;
  border-radius: 4px;
}
#reason .group .reason .photo {
  width: 51%;
  max-width: 456px;
  margin: -80px 0 -16px;
}
#reason .group .reason .info {
  width: 46.2%;
  max-width: 385px;
  margin-right: 12px;
  padding: 6px 0 0;
}
#reason .group .reason .info dt {
  font-weight: 700;
  padding-bottom: 7px;
}
#reason .group .reason .info dt span {
  color: #C0AF7F;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  padding-bottom: 4px;
}
#reason .group .reason:nth-child(even) {
  padding-right: 40px;
  padding-left: 52px;
}
#reason .group .reason:nth-child(even) .info {
  order: -1;
}
@media screen and (max-width: 999px) {
  #reason .group .reason {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #reason .group .reason .info {
    margin-right: 0;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  #reason {
    padding: 64px 15px 100px;
  }
  #reason .group {
    gap: 32px;
    padding: 5px 0 0;
  }
  #reason .group .reason {
    display: block;
    padding: 0 !important;
    background-color: transparent;
    border-radius: 0px;
  }
  #reason .group .reason .photo {
    width: auto;
    max-width: 100%;
    margin: 0 24px -55px;
    position: relative;
    z-index: 5;
  }
  #reason .group .reason .info {
    width: auto;
    max-width: 100%;
    padding: 72px 24px 40px;
    background-color: #fff;
    border-radius: 4px;
  }
  #reason .group .reason .info dt {
    padding-bottom: 10px;
  }
  #reason .group .reason .info dt span {
    font-size: 12px;
    padding-bottom: 4px;
  }
  #reason .group .reason:nth-child(even) {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#case {
  padding: 120px 20px 200px;
}
#case .h2-tit {
  padding: 26px 0 50px;
}
#case .group {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
#case .group .case {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 440px;
}
#case .group .case .info {
  background-color: #fff;
  border-top-right-radius: 4px;
  width: 431px;
  padding: 48px 46px 0 0;
  position: relative;
  z-index: 3;
}
#case .group .case .info .tit {
  display: flex;
  gap: 10px;
}
#case .group .case .info .tit span {
  background-color: #EAE3DB;
  color: #AF6D2A;
  font-size: 14px;
  line-height: 28px;
  padding: 0 12px;
}
#case .group .case .info dt {
  font-weight: 500;
  padding: 9px 0 5px;
}
#case .group .case .photo {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 69.2%;
  max-width: 687px;
}
#case .group .case:nth-child(odd) {
  justify-content: flex-end;
}
#case .group .case:nth-child(odd) .photo {
  right: auto;
  left: 0;
}
#case .group .case:nth-child(odd) .info {
  padding-left: 48px;
  padding-right: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
}
@media screen and (max-width: 999px) {
  #case .group .case .info {
    padding-right: 30px;
  }
  #case .group .case:nth-child(odd) .info {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #case {
    padding: 64px 0px 60px;
  }
  #case .group {
    gap: 56px;
    padding-top: 10px;
  }
  #case .group .case {
    display: block;
  }
  #case .group .case .photo {
    width: 100%;
    position: static;
  }
  #case .group .case .info {
    width: 100%;
    padding: 32px 15px 0 !important;
    line-height: 32px;
  }
  #case .group .case .info .tit {
    display: flex;
    gap: 10px;
  }
  #case .group .case .info .tit span {
    font-size: 12px;
    padding: 0 12px;
  }
  #case .group .case .info dt {
    padding: 8px 0 7px;
  }
}

#lineup {
  background: url(../img/index/lineup_bg.jpg) no-repeat center/cover;
  padding: 115px 20px 180px;
}
#lineup .wrap {
  max-width: 1200px;
}
#lineup .h2-tit {
  padding: 20px 0 50px;
}
#lineup .group {
  padding: 0 0 34px;
}
#lineup .group .lineup {
  background-color: #fff;
  border-top: 2px solid #AF6D2A;
  border-radius: 4px;
  width: calc((100% - 64px) / 3);
  padding: 24px 24px 20px;
}
#lineup .group .lineup h3 {
  text-align: center;
  color: #AF6D2A;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 1px solid #D5CEC7;
  padding: 34px 0 20px;
  margin-bottom: 25px;
}
#lineup .group .lineup ul {
  background-color: #F6F3F0;
  border-radius: 4px;
  padding: 20px;
}
#lineup .group .lineup .tag {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 20px;
}
#lineup .group .lineup .tag dd {
  font-size: 14px;
  line-height: 1;
  padding: 3px 0 0;
}
#lineup .group .lineup .tag dd .price {
  color: #1A1A1A;
  font-size: 24px;
}
#lineup .group .lineup .tag dd .price span {
  font-size: 38px;
}
#lineup .group .lineup .tag dd.note {
  font-size: 16px;
  padding: 19px 0 0;
}
@media screen and (max-width: 1100px) {
  #lineup .group .lineup {
    width: calc((100% - 40px) / 3);
  }
  #lineup .group .lineup h3 {
    font-size: 36px;
  }
  #lineup .group .lineup .tag dd.note {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  #lineup .group .lineup {
    width: calc((100% - 20px) / 3);
    padding-left: 15px;
    padding-right: 15px;
  }
  #lineup .group .lineup h3 {
    font-size: 32px;
  }
  #lineup .group .lineup ul {
    font-size: 12px;
    padding: 12px;
    line-height: 2;
  }
  #lineup .group .lineup .tag {
    font-size: 16px;
  }
  #lineup .group .lineup .tag dd {
    font-size: 10px;
  }
  #lineup .group .lineup .tag dd .price {
    font-size: 20px;
  }
  #lineup .group .lineup .tag dd .price span {
    font-size: 26px;
  }
  #lineup .group .lineup .tag dd.note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #lineup {
    background: url(../img/index/lineup_bg_sp.jpg) no-repeat center/cover;
    padding: 64px 15px 100px;
    line-height: 1.6;
  }
  #lineup .group {
    gap: 32px;
    padding-bottom: 32px;
  }
  #lineup .group .lineup {
    width: 100%;
    padding: 22px 24px 40px;
  }
  #lineup .group .lineup h3 {
    padding: 27px 0 12px;
    line-height: 1;
  }
  #lineup .group .lineup .tag {
    font-size: 18px;
    padding-bottom: 14px;
  }
  #lineup .group .lineup .tag dd {
    font-size: 12px;
    padding: 5px 0 10px;
  }
  #lineup .group .lineup .tag dd .price {
    font-size: 24px;
  }
  #lineup .group .lineup .tag dd .price span {
    font-size: 30px;
  }
  #lineup .group .lineup .tag dd.note {
    font-size: 14px;
    padding-top: 5px;
  }
}

#flow {
  padding: 120px 20px 170px;
}
#flow .wrap {
  max-width: 1200px;
}
#flow .h2-tit {
  padding: 22px 0 53px;
}
#flow .group {
  justify-content: flex-start;
  gap: 28px;
  padding: 0 0 32px;
}
@media screen and (max-width: 999px) {
  #flow .group {
    max-width: 580px;
    margin: 0 auto;
    gap: 35px;
  }
}
#flow .group .flow {
  flex: 1;
  background-color: #F6F3F0;
  border-radius: 4px;
  padding: 30px 24px 40px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
#flow .group .flow:not(:last-child):before {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 14px solid #AF6D2A;
  border-bottom: 7px solid transparent;
}
#flow .group .flow .ico {
  width: 100px;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #EAE3DB;
}
#flow .group .flow dl {
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
  padding-bottom: 12px;
}
#flow .group .flow dl dt span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  color: #AF6D2A;
  padding-bottom: 8px;
  margin-bottom: 18px;
}
#flow .group .flow dl dt span:before {
  content: "";
  width: 24px;
  border-top: 1px solid;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  #flow .group .flow {
    padding-left: 10px;
    padding-right: 10px;
  }
  #flow .group .flow dl {
    font-size: 17px;
  }
}
@media screen and (max-width: 999px) {
  #flow .group .flow {
    width: 100%;
    flex: none;
    display: flex;
    gap: 16px;
    align-items: center;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }
  #flow .group .flow .ico {
    margin: 0;
  }
  #flow .group .flow dl {
    width: auto;
    font-size: 18px;
  }
  #flow .group .flow dl dt span {
    margin-bottom: 0;
  }
  #flow .group .flow dl dt span:before {
    display: none;
  }
  #flow .group .flow:not(:last-child):before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 11px solid #AF6D2A;
    border-bottom: none;
    right: 50%;
    top: auto;
    bottom: -24px;
    transform: translate(50%, 0);
  }
}
@media screen and (max-width: 767px) {
  #flow .group .flow {
    font-size: 12px;
    padding: 24px;
  }
  #flow .group .flow .info {
    width: 181px;
  }
  #flow .group .flow dl {
    padding-bottom: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #flow {
    padding: 64px 15px 100px;
    line-height: 1.6;
  }
  #flow .group {
    padding-top: 10px;
  }
}

#faq {
  background-color: #EAE3DB;
  padding: 120px 20px 156px;
}
#faq .faq {
  padding-top: 10px;
}
#faq .faq dl {
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px 24px 24px 65px;
  font-size: 14px;
  line-height: 1.4;
}
#faq .faq dl dt {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}
#faq .faq dl dt:before {
  font-family: "Moderustic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  content: "Q.";
  color: #AF6D2A;
  font-size: 24px;
  position: absolute;
  left: -40px;
  top: -8px;
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 64px 15px;
  }
  #faq .faq {
    padding-top: 10px;
  }
  #faq .faq dl {
    padding: 24px 24px 26px 52px;
  }
  #faq .faq dl dt {
    font-size: 16px;
    padding-bottom: 6px;
  }
  #faq .faq dl dt:before {
    font-size: 20px;
    left: -29px;
    top: -6px;
  }
}

#cta {
  background: url(../img/index/cta_bg.jpg) no-repeat center/100% 100%;
  text-align: center;
  color: #fff;
  padding: 85px 20px 93px;
  line-height: 1.6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#cta h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 23px;
}
#cta .bnr {
  width: 340px;
  margin: 49px auto 0;
  position: relative;
}
#cta .bnr:before {
  content: "";
  background: url(../img/index/cta_p.png) no-repeat center/100%;
  width: 138px;
  height: 79px;
  position: absolute;
  top: -17px;
  left: -54px;
  z-index: 1;
}
#cta .bnr a {
  display: block;
  text-align: center;
  background: #C0AF7F url(../img/index/arow.png) no-repeat 96% center/auto 7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #cta {
    background: url(../img/index/cta_bg_sp.jpg) no-repeat center/100% 100%;
    padding: 64px 0px 80px;
    font-size: 16px;
    line-height: 1.6;
  }
  #cta h2 {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 35px;
  }
  #cta .bnr {
    width: 280px;
    margin: 49px auto 0;
  }
  #cta .bnr:before {
    width: 105px;
    height: 79px;
    top: -40px;
    left: -21px;
  }
  #cta .bnr a {
    background-position: calc(100% - 14px) center;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #AF6D2A;
}

/* Ẩn response output khi rỗng hoặc aria-hidden */
.wpcf7-response-output[aria-hidden="true"],
.wpcf7-response-output:empty {
  display: none !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #D5CEC7;
}

input::placeholder,
textarea::placeholder {
  color: #D5CEC7;
}

input,
textarea,
select {
  padding: 14px 24px;
  font: inherit;
  line-height: 34px;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #D2D9D1;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-weight: 400;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select {
    padding: 14px 20px;
  }
}

input[type=checkbox] {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 999;
  width: 100%;
  /* padding: 0; */
  cursor: pointer;
}

select {
  background-image: url(../img/index/seclect_ar.svg);
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
  height: 180px;
}

input:focus,
textarea:focus {
  background: #fffaf0;
}

.btBox {
  text-align: center;
  justify-content: center;
}
.btBox .wpcf7-spinner {
  margin-top: 10px;
}
.btBox p {
  width: 100%;
  max-width: 340px;
}
.btBox input {
  background: url(../img/index/arow.png) no-repeat calc(100% - 14px) center/auto 7px, url(../img/index/button_bg.jpg) no-repeat center/100% 100%;
  display: block;
  width: 100%;
  padding: 0;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  line-height: 56px;
  border: none;
  padding: 0;
}
.btBox input:hover {
  opacity: 0.8;
}
.btBox .btn-back input {
  background: #f5f5f5;
  color: #000;
}
.btBox .btn-back input:hover {
  background: #ff9301;
  color: #fff;
}

#contact {
  padding: 120px 20px 0px;
}
#contact .h2-tit {
  padding: 21px 0px 54px;
}
#contact .contact_form {
  background-color: #F6F3F0;
  border-radius: 4px;
  padding: 96px 20px 100px;
}
#contact .contact-box {
  max-width: 700px;
  margin: 0 auto;
}
#contact .inquiryFormTable dl {
  padding-bottom: 24px;
}
#contact .inquiryFormTable dl dt {
  padding-bottom: 6px;
  font-weight: 700;
}
#contact .inquiryFormTable dl dt p {
  display: flex;
  align-items: center;
}
#contact .inquiryFormTable .required {
  color: #fff;
  background-color: #F56F6F;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  width: 44px;
  margin: 0 0 0 14px;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
}
#contact .inquiryFormTable.confirm_table dl {
  border-bottom: 1px solid;
  padding: 10px 0;
}
#contact .inquiryFormTable.confirm_table .btBox {
  justify-content: center;
  padding: 40px 30px 0;
  gap: 20px;
  justify-content: space-between;
}
#contact .inquiryFormTable.confirm_table .btBox p {
  width: calc(50% - 15px);
}
@media screen and (max-width: 999px) {
  #contact .inquiryFormTable.confirm_table .btBox p {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  #contact .inquiryFormTable.confirm_table .btBox p {
    width: 100%;
  }
}
#contact .inquiryFormTable.confirm_table dd {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 64px 15px 20px;
  }
  #contact .contact_form {
    padding: 3px 0px 0px;
    background-color: transparent;
    font-size: 16px;
  }
  #contact input::-moz-placeholder, #contact textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 1.4;
  }
  #contact input::placeholder,
  #contact textarea::placeholder {
    font-size: 14px;
    line-height: 1.4;
  }
  #contact .inquiryFormTable .btBox {
    padding: 0px 0px 0;
  }
  #contact .inquiryFormTable .btBox p {
    max-width: 100%;
  }
  #contact .inquiryFormTable .btBox input {
    font-size: 16px;
  }
  #contact .inquiryFormTable.confirm_table .btBox {
    padding: 40px 0 0;
  }
  #contact .inquiryFormTable.confirm_table .btBox input {
    width: 100%;
  }
}

#thanks {
  text-align: center;
  padding: 200px 0;
}
#thanks h3 {
  font-size: 30px;
  line-height: 1.45;
  font-weight: 700;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #thanks {
    padding: 100px 0;
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */


/* ============================================================
   CONFIRM PAGE  (tpl-confirm.php)
   ============================================================ */
#confirm-page {
  padding: 120px 20px 160px;
}
#confirm-page .page-header {
  text-align: center;
  padding-bottom: 56px;
}
#confirm-page .page-header .fnt-Moderustic {
  font-size: 80px;
  line-height: 1;
  color: #EAE3DB;
  display: block;
}
#confirm-page .page-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1A1A1A;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
#confirm-page .confirm-wrap {
  background-color: #F6F3F0;
  border-radius: 4px;
  padding: 64px 20px 80px;
}
#confirm-page .form-lead {
  text-align: center;
  font-size: 16px;
  padding-bottom: 48px;
  color: #505050;
}
#confirm-page .contact-box {
  max-width: 700px;
  margin: 0 auto;
}
/* confirm table rows */
#confirm-page .main-form dl,
#confirm-page .inquiryFormTable dl {
  border-bottom: 1px solid #D5CEC7;
  padding: 16px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
#confirm-page .main-form dl dt,
#confirm-page .inquiryFormTable dl dt {
  width: 200px;
  flex-shrink: 0;
  font-weight: 700;
  color: #1A1A1A;
  font-size: 14px;
}
#confirm-page .main-form dl dd,
#confirm-page .inquiryFormTable dl dd {
  flex: 1;
  font-weight: 500;
  color: #505050;
  line-height: 1.8;
}
/* confirm-mode (CF7 Multi-Step shortcode layout) */
#confirm-page .confirm-mode .form-row {
  border-bottom: 1px solid #D5CEC7;
  padding: 16px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
#confirm-page .confirm-mode .form-row .title {
  width: 200px;
  flex-shrink: 0;
  font-weight: 700;

  color: #1A1A1A;
  margin: 0;
}
#confirm-page .confirm-mode .form-row .box {
  flex: 1;
  font-weight: 500;
  color: #505050;
  line-height: 1.8;
}
#confirm-page .confirm-mode .form-row .box p,
#confirm-page .confirm-mode .form-row .box br {
  margin: 0;
  line-height: 1.8;
}
/* buttons */
#confirm-page .submit-box,
#confirm-page .btBox {
  display: flex;
  gap: 20px;
  padding: 48px 0 0;
  justify-content: center;
  flex-wrap: wrap;
}
#confirm-page .submit-box p,
#confirm-page .btBox p {
  width: calc(50% - 10px);
  max-width: 340px;
}
#confirm-page .submit-box input,
#confirm-page .btBox input {
  background: url(../img/index/arow.png) no-repeat calc(100% - 14px) center/auto 7px,
              url(../img/index/button_bg.jpg) no-repeat center/100% 100%;
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  line-height: 56px;
  border: none;
  transition: opacity 0.3s ease;
}
#confirm-page .submit-box input:hover,
#confirm-page .btBox input:hover {
  opacity: 0.8;
}
#confirm-page .submit-box .btn-back-confirm input,
#confirm-page .submit-box .confirm-back-btn input,
#confirm-page .btBox .btn-back input {
  background: #EAE3DB;
  color: #1A1A1A;
  transition: background 0.3s ease;
  display: block !important; /* override plugin JS .hide() */
}
#confirm-page .submit-box .btn-back-confirm input:hover,
#confirm-page .submit-box .confirm-back-btn input:hover,
#confirm-page .btBox .btn-back input:hover {
  background: #D5CEC7;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #confirm-page {
    padding: 64px 15px 100px;
  }
  #confirm-page .page-header .fnt-Moderustic {
    font-size: 40px;
  }
  #confirm-page .page-header h1 {
    font-size: 22px;
  }
  #confirm-page .confirm-wrap {
   padding: 3px 0px 0px;
    background-color: transparent;
    font-size: 16px;
  }
  #confirm-page .form-lead {
    font-size: 14px;
    padding-bottom: 32px;
  }
  #confirm-page .main-form dl,
  #confirm-page .inquiryFormTable dl,
  #confirm-page .confirm-mode .form-row {
    flex-direction: column;
    gap: 4px;
  }
  #confirm-page .main-form dl dt,
  #confirm-page .inquiryFormTable dl dt,
  #confirm-page .confirm-mode .form-row .title {
    width: 100%;
   
  }
  #confirm-page .submit-box,
  #confirm-page .btBox {
    flex-direction: column;
    align-items: center;
    padding: 36px 0 0;
  }
  #confirm-page .submit-box p,
  #confirm-page .btBox p {
    width: 100%;
    max-width: 100%;
  }
}

/* ============================================================
   THANKS PAGE  (tpl-thanks.php)  — replaces old #thanks stub
   ============================================================ */
#thanks {
  padding: 160px 20px 200px;
  text-align: center;
}
#thanks .thanks-inner {
  max-width: 700px;
  margin: 0 auto;
}
#thanks .thanks-eng {
  font-size: 80px;
  line-height: 1;
  color: #EAE3DB;
  display: block;
  margin-bottom: -20px;
}
#thanks h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
#thanks .thanks-note {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 24px;
  color: #505050;
}
#thanks .thanks-text {
  font-size: 14px;
  line-height: 2;
  color: #505050;
  padding-bottom: 56px;
}
#thanks .thanks-text span {
  display: block;
  font-size: 12px;
  color: #888;
  padding-top: 12px;
  line-height: 1.8;
}
#thanks .thanks-btn a {
  display: inline-block;
  background: url(../img/index/arow.png) no-repeat calc(100% - 14px) center/auto 7px,
              url(../img/index/button_bg.jpg) no-repeat center/100% 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  border-radius: 4px;
  padding: 0 50px 0 24px;
  min-width: 280px;
  text-align: center;
  transition: opacity 0.3s ease;
}
#thanks .thanks-btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #thanks {
    padding: 80px 15px 120px;
  }
  #thanks .thanks-eng {
    font-size: 40px;
    margin-bottom: -10px;
  }
  #thanks h1 {
    font-size: 22px;
    padding-bottom: 28px;
  }
  #thanks .thanks-note {
    font-size: 14px;
    line-height: 1.8;
  }
  #thanks .thanks-text {
    font-size: 13px;
  }
  #thanks .thanks-btn a {
    min-width: 240px;
    font-size: 15px;
  }
}
/* =========================================================
   モーション・オーケストレーション（Alto企画 / 2026-06-18）
   既存 WOW.js + .fadeInUp(1.2s) を活かし、時間差で立ち上げる。
   ディレイは .animated 付与時に効く。reduced-motion は既存ガードで無効化。
   ========================================================= */

/* ヒーロー: アイブロウ＋見出し → 本文 → 価格ブロック の順に立ち上げ */
#key .key-info h2.animated { animation-delay: .2s; }
#key .key-info .txt.animated { animation-delay: .45s; }
#key .key-info .key-price.animated { animation-delay: .7s; }

/* 並列カード群: 一斉ではなく左から順次（cascade） */
#merit .group .item.animated:nth-child(2) { animation-delay: .15s; }
#merit .group .item.animated:nth-child(3) { animation-delay: .3s; }

#reason .group .reason.animated:nth-child(2) { animation-delay: .15s; }
#reason .group .reason.animated:nth-child(3) { animation-delay: .3s; }

#case .group .case.animated:nth-child(2) { animation-delay: .15s; }

#lineup .group .lineup.animated:nth-child(2) { animation-delay: .15s; }
#lineup .group .lineup.animated:nth-child(3) { animation-delay: .3s; }

#flow .group .flow.animated:nth-child(2) { animation-delay: .1s; }
#flow .group .flow.animated:nth-child(3) { animation-delay: .2s; }
#flow .group .flow.animated:nth-child(4) { animation-delay: .3s; }
#flow .group .flow.animated:nth-child(5) { animation-delay: .4s; }
