@charset "UTF-8";
/*---変数---*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  position: relative;
}

input[type="submit"],
input[type="button"] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

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

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

iframe {
  display: block;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: #f3f2ed;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  color: #1a1715;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Shippori Mincho B1", serif;
  }
}
body.fix {
  position: fixed;
  width: 100%;
}
body.open {
  overflow: hidden;
}

html,
body {
  position: relative;
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
th,
td {
  color: #1a1715;
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 766px) {
  p,
  li,
  th,
  td {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}

span {
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1715;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.256rem;
}
@media screen and (max-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 766px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: min(4.8vw, 1.8rem);
  }
}

a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.pc-tb {
  display: block;
}
@media screen and (max-width: 766px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 766px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 766px) {
  .sp {
    display: block !important;
  }
}

.--en {
  font-family: "Caveat", cursive;
}

.--color {
  color: #4a3f35;
}

.--fade-up {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.--fade-down {
  animation: fadeDown 0.6s forwards;
}

@keyframes fadeDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(80px);
  }
}
.--fade {
  opacity: 0;
}
.--fade.fade-in {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delay01 {
  animation-delay: 0.25s !important;
}

.delay02 {
  animation-delay: 0.75s !important;
}

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 766px) {
  .cmn-wrap {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 370px) {
  .cmn-wrap {
    padding-inline: 16px;
  }
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}

.cmn-ttl {
  position: relative;
  text-align: center;
}
.cmn-ttl__main {
  display: block;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl__main {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 766px) {
  .cmn-ttl__main {
    font-size: 3.2rem;
  }
}
.cmn-ttl__sub {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 766px) {
  .cmn-ttl__sub {
    margin-top: 4px;
    font-size: 1.4rem;
  }
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  line-height: 1;
  transition: all 0.4s;
  z-index: 1000;
}
.hd-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-inline: 24px 40px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1360px) {
  .hd-cnt {
    padding-inline: 20px;
  }
}
.hd-name__link {
  display: block;
}
.hd-logo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hd-logo__ph {
  max-width: 152px;
  aspect-ratio: 152/82;
  transition: filter 0.3s ease;
}
.hd-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 38px;
}
@media screen and (max-width: 1360px) {
  .hd-nav {
    gap: 16px;
  }
}
.hd-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 1360px) {
  .hd-nav__list {
    gap: 16px;
  }
}
.hd-nav__item {
  text-align: center;
}
.hd-nav__link {
  position: relative;
  display: block;
  color: #fff;
  transition: 0.4s;
}
.hd-nav__link-st {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.056rem;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover {
    opacity: 0.5;
  }
}
.hd-nav__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(17.1875vw, 22rem);
  height: 48px;
  background: #4a3f35;
  border: 1px solid #4a3f35;
  color: #4a3f35;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 766px) {
  .hd-nav__btn-link {
    width: 120px;
  }
}
.hd-nav__btn-link:hover {
  background: #4a3f35;
  color: #4a3f35;
}
.hd-nav__btn-st {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 1360px) {
  .hd-nav__btn-st {
    font-size: 1.5rem;
  }
}
.hd-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hd {
    height: 55px;
  }
  .hd-logo {
    gap: 12px;
    width: auto;
    line-height: 1;
    z-index: 1001;
  }
  .hd-logo__ph {
    width: auto;
    height: 45px;
  }
  .hd-nav {
    position: fixed;
    top: 0;
    left: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 120px;
    width: 100%;
    height: 100svh;
    background: #f3f2ed;
    overflow-y: auto;
    opacity: 0;
    transition:
      transform 0.2s,
      opacity 0.2s,
      visibility 0s 0.2s;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__list {
    display: block;
    margin-bottom: 25px;
  }
  .hd-nav__item {
    padding: 0;
    line-height: 1;
  }
  .hd-nav__link {
    display: block;
    padding: 16px 0;
  }
  .hd-nav__link-st {
    font-size: 1.6rem;
  }
  .hd-nav__btn-link {
    width: 180px;
  }
  .hd-toggle {
    position: relative;
    display: block;
    width: 92px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 16px;
  }
  .hd-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #4a3f35;
    color: #4a3f35;
    transition: 0.35s ease-in-out;
  }
  .hd-toggle span:nth-child(1) {
    top: 0;
  }
  .hd-toggle span:nth-child(2) {
    top: 8px;
  }
  .hd-toggle span:nth-child(3) {
    position: relative;
    top: 16px;
  }
}
.hd.open .sp-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition:
    transform 0.4s,
    opacity 0.4s;
  visibility: visible;
}
.hd.open .hd-nav__link {
  color: #1a1715;
}
.hd.open .hd-toggle__txt {
  color: #1a1715;
  visibility: hidden;
}
.hd.open .hd-toggle__txt::after {
  visibility: visible;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
}
.hd.fixed {
  background: rgba(243, 242, 237, 0.8);
}
.hd.fixed .hd-nav__link {
  color: #1a1715;
}
/* FV通過後の固定ヘッダーは白ロゴをfilterで黒化（画像は1枚のまま） */
.hd.fixed .hd-logo__ph {
  filter: brightness(0);
}

.ft {
  padding-block: 24px 80px;
  background: #4a3f35;
}
.ft__inr {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 766px) {
  .ft__inr {
    padding-inline: 20px;
  }
}
.ft__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  line-height: 3.2rem; /* 200% */
}
@media screen and (max-width: 1024px) {
  .ft__copy {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 766px) {
  .ft__copy {
    font-size: 1rem;
  }
}

.top-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 766px) {
  .top-btn {
    right: 8px;
  }
}
.top-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 1px solid #fff;
}
@media screen and (max-width: 766px) {
  .top-btn__link {
    width: 24px;
  }
}

.banner {
  position: fixed;
  bottom: 0;
  right: 0;
  transition: 0.4s;
  z-index: 1000;
}
@media screen and (max-width: 766px) {
  .banner {
    transform: translateY(50px);
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 1000;
  }
  .banner.fixed {
    bottom: 0;
    opacity: 1;
  }
}
.banner__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 766px) {
  .banner__list {
    gap: 4px;
  }
}
.banner__item.--form2,
.banner__item.--form3 {
  display: none;
}
.banner__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  padding-inline: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(10deg, #4a3f35 -344.65%, #b0967e 211.37%);
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .banner__link:hover {
    background: linear-gradient(180deg, #f4f4f3 0%, #efede2 100%);
    color: #4a3f35;
  }
  .banner__link:hover .banner__arw-icon path {
    stroke: #4a3f35;
  }
}
.banner__st {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 766px) {
  .banner__st {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
.banner__arw {
  position: relative;
  width: 18px;
  aspect-ratio: 9/5;
}
.banner__arw path {
  transition: 0.4s;
}

section {
  scroll-padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  section {
    scroll-padding-top: 55px;
  }
}

.sec-fv {
  position: relative;
}
.sec-fv__cnt {
  position: absolute;
  top: 30%;
  left: 8%;
  z-index: 2;
}
.sec-fv__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}
.sec-fv__ttl-st.--st01 {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.256rem;
}
@media screen and (max-width: 1024px) {
  .sec-fv__ttl-st.--st01 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-fv__ttl-st.--st01 {
    font-size: 4.2rem;
  }
}
.sec-fv__ttl-st.--st02 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.8rem; /* 116.667% */
  letter-spacing: 0.096rem;
}
@media screen and (max-width: 1024px) {
  .sec-fv__ttl-st.--st02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-fv__ttl-st.--st02 {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-fv .fv-gallery__item {
  height: 100svh;
}
@media screen and (max-width: 766px) {
  .sec-fv .fv-gallery__item {
    height: 100svh;
  }
}
.sec-fv .fv-gallery__ph {
  width: 100%;
  height: 100%;
}
.sec-fv .fv-gallery__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.sec-fv .swiper-slide-active .mv-slide__ph,
.sec-fv .swiper-slide-duplicate-active .mv-slide__ph,
.sec-fv .swiper-slide-prev .mv-slide__ph {
  animation: zoomUp 7s linear 0s normal both;
}

.sec-about {
  position: relative;
  padding-block: clamp(8rem, 4.7rem + 8.84vw, 16rem) clamp(4rem, -2.4rem + 17.13vw, 19.5rem);
}
.sec-about__block {
  margin-inline: auto;
  max-width: 384px;
}
@media screen and (max-width: 1024px) {
  .sec-about__block {
    padding-inline: 40px;
    max-width: none;
  }
}
@media screen and (max-width: 766px) {
  .sec-about__block {
    padding-inline: 20px;
  }
}
.sec-about__cnt {
  margin-top: clamp(2rem, 1rem + 2.65vw, 4.4rem);
}
.sec-about__catch {
  text-align: center;
}
.sec-about__catch-st {
  line-height: 150%; /* 150% */
  letter-spacing: 0.256rem;
}
.sec-about__txt {
  margin-top: 24px;
  margin-top: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
}
.sec-about__txt-st {
  letter-spacing: 0.144rem;
}
@media screen and (max-width: 1024px) {
  .sec-about .about-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
  }
}
.sec-about .about-gallery .--gallery1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .sec-about .about-gallery .--gallery1 {
    position: relative;
  }
}
.sec-about .about-gallery .--gallery2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .sec-about .about-gallery .--gallery2 {
    position: relative;
  }
}
.sec-about .about-gallery__ph.--ph1 {
  width: min(27.7777777778vw, 40rem);
  aspect-ratio: 400/300;
}
.sec-about .about-gallery__ph.--ph2 {
  margin-inline: auto 0;
  width: min(27.7777777778vw, 40rem);
  aspect-ratio: 400/300;
}
@media screen and (max-width: 1024px) {
  .sec-about .about-gallery__ph.--ph2 {
    margin-inline: 0;
  }
}
.sec-about .about-gallery__ph.--ph3 {
  width: min(27.7777777778vw, 40rem);
  aspect-ratio: 400/600;
}

.sec-service {
  position: relative;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-service__catch {
  margin-top: clamp(3.2rem, 2.7rem + 1.33vw, 4.4rem);
  text-align: center;
}
.sec-service__txt {
  margin-top: clamp(2.4rem, 2.2rem + 0.66vw, 3rem);
  margin-inline: auto;
  max-width: 720px;
}
.sec-service__txt-st {
  letter-spacing: normal;
}
.sec-service__cnt {
  margin-top: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  padding-top: clamp(3.2rem, 2.2rem + 2.65vw, 5.6rem);
  border-top: 1px solid #e3ddd2;
}
.sec-service .service-anchor {
  margin-inline: auto;
}
.sec-service .service-anchor__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8px 40px;
}
@media screen and (max-width: 766px) {
  .sec-service .service-anchor__list {
    flex-direction: column;
    align-items: center;
  }
}
.sec-service .service-anchor__list.--bottom .anchor-btn {
  flex-direction: row-reverse;
}
.sec-service .service-anchor__list.--bottom .anchor-btn__txt {
  margin-bottom: 0;
}
.sec-service .service-anchor__list.--bottom .anchor-btn__arw {
  margin-block: 0 auto;
  margin-inline: 0 auto;
}
.sec-service .service-anchor__item {
  position: relative;
  width: calc((100% - 40px) / 3);
  max-width: 384px;
  height: auto;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .sec-service .service-anchor__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 766px) {
  .sec-service .service-anchor__item {
    width: 100%;
  }
}
.sec-service .service-anchor .anchor-btn {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  padding: 16px 14px;
  width: 100%;
  height: 100%;
  border: none;
  border: 1px solid #e3ddd2;
  background: #e3ddd2;
  color: #1a1715;
  font-size: 1.6rem;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .sec-service .service-anchor .anchor-btn {
    gap: 16px;
    padding-block: 16px;
    padding-inline: 8px;
  }
}
@media screen and (max-width: 766px) {
  .sec-service .service-anchor .anchor-btn {
    padding: 8px;
  }
}
.sec-service .service-anchor .anchor-btn.active {
  border: 1px solid #e3ddd2;
  background: #fff;
}
.sec-service .service-anchor .anchor-btn.active .anchor-btn__txt {
  border-bottom: 1px dotted #e3ddd2;
}
@media screen and (min-width: 1025px) {
  .sec-service .service-anchor .anchor-btn:hover {
    border: 1px solid #e3ddd2;
    background: #fff;
  }
  .sec-service .service-anchor .anchor-btn:hover .anchor-btn__txt {
    border-bottom: 1px dotted #e3ddd2;
  }
}
.sec-service .service-anchor .anchor-btn__ph {
  width: clamp(10rem, -17.3rem + 26.67vw, 16.8rem);
}
.sec-service .service-anchor .anchor-btn__ph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-service .service-anchor .anchor-btn__cnt {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sec-service .service-anchor .anchor-btn__ttl {
  text-align: left;
  color: #4a3f35;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%; /* 160% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1024px) {
  .sec-service .service-anchor .anchor-btn__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-service .service-anchor .anchor-btn__ttl {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-service .service-anchor .anchor-btn__txt {
  text-align: left;
  margin-block: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #4a3f35;
  color: #2b2825;
  font-family: "Shippori Mincho B1", serif;
  font-size: min(3.2vw, 1.4rem);
  line-height: 171.429%;
  letter-spacing: 0.056rem;
}
@media screen and (max-width: 766px) {
  .sec-service .service-anchor .anchor-btn__txt {
    margin-block: 4px;
    padding-bottom: 4px;
  }
}
.sec-service .service-anchor .anchor-btn__arw {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: auto 0;
  margin-inline: auto 0;
  width: 32px;
  aspect-ratio: 1;
  border-radius: 5px;
  border: 1px solid #4a3f35;
}
@media screen and (max-width: 766px) {
  .sec-service .service-anchor .anchor-btn__arw {
    width: 24px;
  }
}
.sec-service .service-detail {
  margin-block: clamp(2.4rem, 1.7rem + 1.77vw, 4rem);
}
.sec-service .service-detail__item.--item1 {
  background: #fff;
  border: 1px solid #e3ddd2;
}
.sec-service .service-detail__item.--item1 .item-box__info-num {
  color: #e3ddd2;
}
.sec-service .service-detail__item.--item1 .item-box__info-txt {
  border-top: 1px solid #e3ddd2;
}
.sec-service .service-detail__item.--item2 {
  background: #e3ddd2;
}
.sec-service .service-detail__item.--item2 .item-box__info-num {
  color: #4a3f35;
}
.sec-service .service-detail__item.--item2 .item-box__info-txt {
  border-top: 1px solid #1a1715;
}
.sec-service .service-detail .item-box {
  padding-top: clamp(3.2rem, 2rem + 3.09vw, 6rem);
}
.sec-service .service-detail .item-box__cnt {
  margin-top: 16px;
}
@media screen and (max-width: 766px) {
  .sec-service .service-detail .item-box__cnt {
    margin-top: 0;
  }
}
.sec-service .service-detail .item-box__ttl {
  text-align: center;
}
.sec-service .service-detail .item-box__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
  padding-block: clamp(2.4rem, 0.1rem + 6.19vw, 8rem);
  padding-inline: clamp(1.6rem, -0.2rem + 4.86vw, 6rem);
}
@media screen and (max-width: 1024px) {
  .sec-service .service-detail .item-box__item {
    flex-direction: column;
  }
}
.sec-service .service-detail .item-box__item.--item2 {
  flex-direction: row-reverse;
  padding-bottom: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
  border-top: 1px solid #e3ddd2;
}
@media screen and (max-width: 1024px) {
  .sec-service .service-detail .item-box__item.--item2 {
    flex-direction: column;
  }
}
.sec-service .service-detail .item-box__ph {
  flex: 1;
}
.sec-service .service-detail .item-box__info {
  flex: 1;
}
.sec-service .service-detail .item-box__info-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px 8px;
}
@media screen and (max-width: 1024px) {
  .sec-service .service-detail .item-box__info-head {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.sec-service .service-detail .item-box__info-ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1024px) {
  .sec-service .service-detail .item-box__info-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-service .service-detail .item-box__info-ttl {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-service .service-detail .item-box__info-num {
  color: #e3ddd2;
  font-size: 8rem;
  line-height: 60%;
}
@media screen and (max-width: 1024px) {
  .sec-service .service-detail .item-box__info-num {
    font-size: 6rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-service .service-detail .item-box__info-num {
    font-size: 4rem;
  }
}
.sec-service .service-detail .item-box__info-txt {
  margin-top: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
  padding-top: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  border-top: 1px solid #e3ddd2;
}

.sec-menu {
  position: relative;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(5.6rem, 3.3rem + 6.19vw, 11.2rem);
}
.sec-menu__catch {
  margin-top: clamp(3.2rem, 2.7rem + 1.33vw, 4.4rem);
  text-align: center;
}
.sec-menu__txt {
  margin-top: clamp(2.4rem, 2.2rem + 0.66vw, 3rem);
  margin-inline: auto;
  max-width: 720px;
}
.sec-menu__cnt {
  margin-top: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  padding-top: clamp(3.6rem, 2.1rem + 3.98vw, 7.2rem);
  border-top: 1px solid #e3ddd2;
}
.sec-menu .menu-anchor {
  margin-inline: auto;
}
.sec-menu .menu-anchor__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-anchor__list {
    gap: 8px;
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-anchor__list {
    flex-direction: column;
    align-items: center;
  }
}
.sec-menu .menu-anchor__list.--bottom {
  margin-top: 16px;
}
.sec-menu .menu-anchor__list.--bottom .anchor-btn {
  flex-direction: row-reverse;
}
.sec-menu .menu-anchor__list.--bottom .anchor-btn__cnt {
  border-bottom: 1px dotted #e3ddd2;
}
.sec-menu .menu-anchor__list.--bottom .anchor-btn__arw {
  margin-block: 0 16px;
  padding-top: 0;
  border: none;
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-anchor__list.--bottom .anchor-btn__arw {
    margin-block: 0 8px;
  }
}
.sec-menu .menu-anchor__list.--bottom .anchor-btn__arw-icon {
  margin-inline: 0 auto;
}
.sec-menu .menu-anchor.--menu3 .menu-anchor__sub-list {
  display: flex;
}
.sec-menu .menu-anchor__item {
  position: relative;
  width: calc((100% - 48px) / 3);
  max-width: 384px;
  height: auto;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-anchor__item {
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-anchor__item {
    width: 100%;
  }
}
.sec-menu .menu-anchor__item.--item1 .anchor-btn::before {
  background: url(../images/renovation/bg-menu-anchor-img01.jpg) no-repeat center center/cover;
}
.sec-menu .menu-anchor__item.--item2 .anchor-btn::before {
  background: url(../images/renovation/bg-menu-anchor-img02.jpg) no-repeat center center/cover;
}
.sec-menu .menu-anchor__item.--item3 .anchor-btn::before {
  background: url(../images/renovation/bg-menu-anchor-img03.jpg) no-repeat center center/cover;
}
.sec-menu .menu-anchor .anchor-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  padding: 16px 14px;
  width: 100%;
  height: 100%;
  border: none;
  outline: 1px solid #e3ddd2;
  outline-offset: -1px;
  background: #fff;
  color: #4a3f35;
  font-size: 1.6rem;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-anchor .anchor-btn {
    gap: 8px;
    padding: 8px;
  }
}
.sec-menu .menu-anchor .anchor-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.sec-menu .menu-anchor .anchor-btn.active {
  border: none;
}
.sec-menu .menu-anchor .anchor-btn.active::before {
  opacity: 1;
}
.sec-menu .menu-anchor .anchor-btn.active .anchor-btn__ttl {
  color: #fff;
}
.sec-menu .menu-anchor .anchor-btn.active .anchor-btn__price {
  color: #fff;
}
.sec-menu .menu-anchor .anchor-btn.active .anchor-btn__arw-icon {
  border: 1px solid #fff;
}
.sec-menu .menu-anchor .anchor-btn.active .anchor-btn__arw-icon path {
  fill: #fff;
}
@media screen and (min-width: 1025px) {
  .sec-menu .menu-anchor .anchor-btn:hover {
    border: none;
  }
  .sec-menu .menu-anchor .anchor-btn:hover::before {
    opacity: 1;
  }
  .sec-menu .menu-anchor .anchor-btn:hover .anchor-btn__ttl {
    color: #fff;
  }
  .sec-menu .menu-anchor .anchor-btn:hover .anchor-btn__price {
    color: #fff;
  }
  .sec-menu .menu-anchor .anchor-btn:hover .anchor-btn__arw {
    border-color: #fff;
  }
  .sec-menu .menu-anchor .anchor-btn:hover .anchor-btn__arw-icon {
    border: 1px solid #fff;
  }
  .sec-menu .menu-anchor .anchor-btn:hover .anchor-btn__arw-icon path {
    fill: #fff;
  }
}
.sec-menu .menu-anchor .anchor-btn__ph {
  width: clamp(8rem, -27.4rem + 34.51vw, 16.8rem);
  z-index: 1;
}
.sec-menu .menu-anchor .anchor-btn__ph img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-menu .menu-anchor .anchor-btn__cnt {
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 1;
}
.sec-menu .menu-anchor .anchor-btn__ttl {
  text-align: left;
  color: #4a3f35;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.08rem;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-anchor .anchor-btn__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-anchor .anchor-btn__ttl {
    font-size: 1.4rem;
  }
}
.sec-menu .menu-anchor .anchor-btn__price {
  text-align: left;
  margin-block: 8px;
  padding-bottom: 8px;
  color: #4a3f35;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.064rem;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-anchor .anchor-btn__price {
    margin-block: 4px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-anchor .anchor-btn__price {
    font-size: 1.4rem;
  }
}
.sec-menu .menu-anchor .anchor-btn__arw {
  margin-block: auto 0;
  padding-top: 16px;
  border-top: 1px dotted #e3ddd2;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-anchor .anchor-btn__arw {
    padding-top: 8px;
  }
}
.sec-menu .menu-anchor .anchor-btn__arw-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto 0;
  width: 32px;
  aspect-ratio: 1;
  border-radius: 5px;
  border: 1px solid #4a3f35;
  transition: 0.4s;
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-anchor .anchor-btn__arw-icon {
    width: 24px;
  }
}
.sec-menu .menu-anchor .anchor-btn__arw-icon path {
  transition: 0.4s;
}
.sec-menu .menu-anchor__sub-list {
  display: none;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-anchor__sub-list {
    gap: 8px;
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-anchor__sub-list {
    flex-direction: column;
    align-items: center;
  }
}
.sec-menu .menu-anchor__sub-list.--bottom .anchor-btn {
  flex-direction: row-reverse;
}
.sec-menu .menu-anchor__sub-list.--bottom .anchor-btn__cnt {
  justify-content: flex-end;
}
.sec-menu .menu-anchor__sub-list.--bottom .anchor-btn__arw {
  margin-block: 0 16px;
  padding-top: 0;
  border: none;
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-anchor__sub-list.--bottom .anchor-btn__arw {
    margin-block: 0 8px;
  }
}
.sec-menu .menu-anchor__sub-list.--bottom .anchor-btn__arw-icon {
  margin-inline: 0 auto;
}
.sec-menu .menu-anchor__sub-item {
  position: relative;
  width: calc((100% - 24px) / 2);
  max-width: 588px;
  height: 64px;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-anchor__sub-item {
    width: calc((100% - 8px) / 2);
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-anchor__sub-item {
    width: 100%;
  }
}
.sec-menu .menu-anchor__sub-item.--item1 .anchor-btn::before {
  background: url(../images/renovation/bg-menu-anchor-sub-img01.jpg) no-repeat center center/cover;
}
.sec-menu .menu-anchor__sub-item.--item2 .anchor-btn::before {
  background: url(../images/renovation/bg-menu-anchor-sub-img02.jpg) no-repeat center center/cover;
}
.sec-menu .menu-anchor__sub-item .anchor-btn__cnt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 40px;
}
.sec-menu .menu-anchor__sub-item .anchor-btn__price {
  padding: 0;
  margin: 0;
}
.sec-menu .menu-anchor__sub-item .anchor-btn__arw {
  padding: 0;
  border: none;
  z-index: 1;
}
.sec-menu .menu-detail {
  margin-block: clamp(3.2rem, 2.2rem + 2.65vw, 5.6rem) clamp(2.4rem, 1.7rem + 1.77vw, 4rem);
}
.sec-menu .menu-detail__item.--item3-2 .item-box__ttl-st {
  margin-inline: -12px;
}
.sec-menu .menu-detail .item-box {
  position: relative;
}
.sec-menu .menu-detail .item-box__head {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(21rem, 12.5rem + 22.65vw, 29.9rem);
}
.sec-menu .menu-detail .item-box__ttl {
  padding-block: clamp(1.2rem, 0.4rem + 2.21vw, 3.2rem);
  padding-inline: clamp(0.8rem, 0.1rem + 1.77vw, 2.4rem);
  text-align: center;
  background: rgba(101, 91, 61, 0.8);
}
.sec-menu .menu-detail .item-box__ttl-st {
  color: #fafafa;
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box__ttl-st {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box__ttl-st {
    font-size: 1.4rem;
  }
}
.sec-menu .menu-detail .item-box__ttl-price {
  margin-top: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  padding-top: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  border-top: 1px dotted #fafafa;
  color: #fafafa;
  font-size: 2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box__ttl-price {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box__ttl-price {
    font-size: 1.4rem;
  }
}
.sec-menu .menu-detail .item-box__ttl-price strong {
  font-size: 4rem;
  font-weight: 400;
  line-height: 80%;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box__ttl-price strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box__ttl-price strong {
    font-size: 2rem;
  }
}
.sec-menu .menu-detail .item-box__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-top: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box__info {
    flex-direction: column;
    gap: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  }
}
.sec-menu .menu-detail .item-box__info-ttl {
  flex: 1;
  color: #4a3f35;
  font-size: 2.4rem;
  line-height: 166.667%;
  letter-spacing: 0.192rem;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box__info-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box__info-ttl {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-menu .menu-detail .item-box__info-txt {
  flex: 1;
  color: #4a3f35;
}
.sec-menu .menu-detail .item-box__list {
  margin-top: clamp(5.6rem, 3.3rem + 6.19vw, 11.2rem);
  text-align: center;
}
.sec-menu .menu-detail .item-box__list-ttl {
  display: inline-block;
  padding-block: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  padding-inline: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
  border-inline: 1px solid #e3ddd2;
  border-bottom: 1px solid #e3ddd2;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 166.667%;
  letter-spacing: 0.192rem;
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box__list-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box__list-ttl {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-menu .menu-detail .item-box__list-ttl small {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 100%;
}
.sec-menu .menu-detail .item-box .works-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 24px;
}
.sec-menu .menu-detail .item-box .works-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding-block: clamp(0.8rem, 0.1rem + 1.78vw, 1.5rem) clamp(0.8rem, 0rem + 2.04vw, 1.6rem);
  padding-inline: 16px;
  width: calc((100% - 30px) / 6);
  border: 1px solid #e3ddd2;
  background: #fff;
}
@media screen and (max-width: 1240px) {
  .sec-menu .menu-detail .item-box .works-list__item {
    gap: 8px;
    padding-inline: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box .works-list__item {
    width: calc((100% - 18px) / 4);
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box .works-list__item {
    gap: 4px;
    padding-block: 8px;
    padding-inline: 4px;
    width: calc((100% - 12px) / 3);
  }
}
.sec-menu .menu-detail .item-box .works-list__item-icon {
  width: 24px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box .works-list__item-icon {
    width: 16px;
  }
}
.sec-menu .menu-detail .item-box .works-list__item-st {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box .works-list__item-st {
    font-size: 1.2rem;
    line-height: 125%;
  }
}
.sec-menu .menu-detail .item-box .works-list__item.--item0105 {
  width: calc((100% - 30px) / 6 * 2 + 6px);
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0105 {
    width: calc((100% - 18px) / 4 * 2 + 6px);
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0105 {
    width: calc((100% - 12px) / 3 * 2 + 6px);
  }
}
.sec-menu .menu-detail .item-box .works-list__item.--item0109 {
  width: calc((100% - 30px) / 6 * 3 + 12px);
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0109 {
    width: calc((100% - 18px) / 4 * 3 + 12px);
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0109 {
    width: calc((100% - 12px) / 3 * 3 + 12px);
  }
}
.sec-menu .menu-detail .item-box .works-list__item.--item0110 {
  width: calc((100% - 30px) / 6 * 2 + 6px);
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0110 {
    width: calc((100% - 18px) / 4 * 2 + 6px);
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0110 {
    width: calc((100% - 12px) / 3 * 2 + 6px);
  }
}
.sec-menu .menu-detail .item-box .works-list__item.--item0112 {
  gap: 12px;
  padding-inline: 16px 0;
}
@media screen and (max-width: 1240px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0112 {
    gap: 8px;
    padding-inline: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0112 {
    gap: 0;
    padding-inline: 0;
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0112 {
    gap: 8px;
    padding-inline: 8px;
  }
}
.sec-menu .menu-detail .item-box .works-list__item.--item0201 {
  width: calc((100% - 12px) / 3);
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0201 {
    width: calc((100% - 18px) / 4 * 2 + 6px);
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item0201 {
    width: calc((100% - 12px) / 3 * 2 + 6px);
  }
}
.sec-menu .menu-detail .item-box .works-list__item.--item030101,
.sec-menu .menu-detail .item-box .works-list__item.--item030102,
.sec-menu .menu-detail .item-box .works-list__item.--item030103,
.sec-menu .menu-detail .item-box .works-list__item.--item030104 {
  width: calc((100% - 18px) / 4);
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item030101,
  .sec-menu .menu-detail .item-box .works-list__item.--item030102,
  .sec-menu .menu-detail .item-box .works-list__item.--item030103,
  .sec-menu .menu-detail .item-box .works-list__item.--item030104 {
    width: calc((100% - 12px) / 3);
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item030101,
  .sec-menu .menu-detail .item-box .works-list__item.--item030102,
  .sec-menu .menu-detail .item-box .works-list__item.--item030103,
  .sec-menu .menu-detail .item-box .works-list__item.--item030104 {
    width: calc((100% - 6px) / 2);
  }
}
.sec-menu .menu-detail .item-box .works-list__item.--item030201,
.sec-menu .menu-detail .item-box .works-list__item.--item030202,
.sec-menu .menu-detail .item-box .works-list__item.--item030203,
.sec-menu .menu-detail .item-box .works-list__item.--item030204,
.sec-menu .menu-detail .item-box .works-list__item.--item030205 {
  width: calc((100% - 24px) / 5);
}
@media screen and (max-width: 1024px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item030201,
  .sec-menu .menu-detail .item-box .works-list__item.--item030202,
  .sec-menu .menu-detail .item-box .works-list__item.--item030203,
  .sec-menu .menu-detail .item-box .works-list__item.--item030204,
  .sec-menu .menu-detail .item-box .works-list__item.--item030205 {
    width: calc((100% - 12px) / 3);
  }
}
@media screen and (max-width: 766px) {
  .sec-menu .menu-detail .item-box .works-list__item.--item030201,
  .sec-menu .menu-detail .item-box .works-list__item.--item030202,
  .sec-menu .menu-detail .item-box .works-list__item.--item030203,
  .sec-menu .menu-detail .item-box .works-list__item.--item030204,
  .sec-menu .menu-detail .item-box .works-list__item.--item030205 {
    width: calc((100% - 6px) / 2);
  }
}
.sec-menu .menu-detail .item-box .works-list__item.--item030201.--item030205,
.sec-menu .menu-detail .item-box .works-list__item.--item030202.--item030205,
.sec-menu .menu-detail .item-box .works-list__item.--item030203.--item030205,
.sec-menu .menu-detail .item-box .works-list__item.--item030204.--item030205,
.sec-menu .menu-detail .item-box .works-list__item.--item030205.--item030205 {
  gap: 4px;
}

.sec-reasons {
  position: relative;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-reasons__cnt {
  margin-top: clamp(2.4rem, 1.2rem + 3.31vw, 5.4rem);
}
.sec-reasons .reasons-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 48px;
  max-width: 1200px;
  border-radius: 20px;
}
@media screen and (max-width: 1240px) {
  .sec-reasons .reasons-list {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-reasons .reasons-list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 766px) {
  .sec-reasons .reasons-list {
    flex-direction: column;
  }
}
.sec-reasons .reasons-list__item {
  width: calc((100% - 96px) / 3);
}
@media screen and (max-width: 1240px) {
  .sec-reasons .reasons-list__item {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .sec-reasons .reasons-list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 766px) {
  .sec-reasons .reasons-list__item {
    width: 100%;
  }
}
.sec-reasons .item-box__info {
  padding-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  padding-inline: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  background: linear-gradient(180deg, transparent 0%, transparent 2em, #f6f4ef 2em, #f6f4ef 100%);
}
@media screen and (max-width: 1024px) {
  .sec-reasons .item-box__info {
    background: linear-gradient(180deg, transparent 0%, transparent 3em, #f6f4ef 3em, #f6f4ef 100%);
  }
}
@media screen and (max-width: 766px) {
  .sec-reasons .item-box__info {
    background: linear-gradient(180deg, transparent 0%, transparent 2em, #f6f4ef 2em, #f6f4ef 100%);
  }
}
.sec-reasons .item-box__num {
  color: #e3ddd2;
  text-align: center;
  font-size: 8rem;
  line-height: 35%;
  letter-spacing: 0.72rem;
}
@media screen and (max-width: 1024px) {
  .sec-reasons .item-box__num {
    font-size: 6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 766px) {
  .sec-reasons .item-box__num {
    font-size: 4rem;
  }
}
.sec-reasons .item-box__ttl {
  margin-top: clamp(2.4rem, 1.2rem + 3.31vw, 5.4rem);
  text-align: center;
  color: #4a3f35;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
}
@media screen and (max-width: 1240px) {
  .sec-reasons .item-box__ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-reasons .item-box__ttl {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-reasons .item-box__txt {
  margin-top: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
  letter-spacing: -0.15rem;
}
.sec-reasons .item-box__ph {
  margin-top: clamp(2.4rem, 1.2rem + 3.2vw, 5.3rem);
}
.sec-reasons .item-box__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-step {
  position: relative;
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-step__cnt {
  margin-top: clamp(2.4rem, 1.5rem + 2.32vw, 4.5rem);
}
.sec-step .step-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin-inline: auto;
  max-width: 1180px;
}
@media screen and (max-width: 1240px) {
  .sec-step .step-list {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-step .step-list {
    flex-wrap: wrap;
    gap: 24px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 766px) {
  .sec-step .step-list {
    flex-direction: column;
  }
}
.sec-step .step-list__item {
  position: relative;
  width: calc((100% - 96px) / 5);
}
@media screen and (max-width: 1240px) {
  .sec-step .step-list__item {
    width: calc((100% - 54px) / 5);
  }
}
@media screen and (max-width: 1024px) {
  .sec-step .step-list__item {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 766px) {
  .sec-step .step-list__item {
    width: 100%;
  }
}
.sec-step .step-list__item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: calc(50% + 16px);
  right: calc(100% + 3px);
  transform: translateY(-50%);
  height: 32px;
  aspect-ratio: 16/40;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(180deg, #4a3f35 0%, #b0967e 100%);
}
@media screen and (max-width: 1240px) {
  .sec-step .step-list__item:not(:first-child)::after {
    height: 24px;
  }
}
@media screen and (max-width: 766px) {
  .sec-step .step-list__item:not(:first-child)::after {
    top: -30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
    height: 32px;
  }
}
.sec-step .step-list .item-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.sec-step .step-list .item-box__num {
  padding-left: 16px;
}
.sec-step .step-list .item-box__num-st {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 133.333%;
  letter-spacing: 0.12rem;
  background: linear-gradient(10deg, #4a3f35 -344.65%, #b0967e 211.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .sec-step .step-list .item-box__num-st {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-step .step-list .item-box__num-st {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-step .step-list .item-box__cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-self: stretch;
  flex: 1;
  gap: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  padding: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem) clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  border-block: 1px solid #4a3f35;
  background: #fff;
}
@media screen and (max-width: 766px) {
  .sec-step .step-list .item-box__cnt {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
}
.sec-step .step-list .item-box__icon {
  width: 80px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .sec-step .step-list .item-box__icon {
    width: 60px;
  }
}
@media screen and (max-width: 766px) {
  .sec-step .step-list .item-box__icon {
    width: 40px;
  }
}
@media screen and (max-width: 766px) {
  .sec-step .step-list .item-box__ttl {
    flex: 1;
  }
}
.sec-step .step-list .item-box__ttl-st {
  color: #4a3f35;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .sec-step .step-list .item-box__ttl-st {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-step .step-list .item-box__ttl-st {
    text-align: left;
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-step .step-list .item-box__txt {
  margin-top: 4px;
}
@media screen and (max-width: 766px) {
  .sec-step .step-list .item-box__txt {
    margin-top: 0;
    width: 100%;
  }
}
.sec-step .step-list .item-box__txt-st {
  font-size: 1.4rem;
  line-height: 171.429%;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 766px) {
  .sec-step .step-list .item-box__txt-st {
    text-align: left;
  }
}

.sec-works {
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-works__cnt {
  margin-top: clamp(3.2rem, 2.7rem + 1.44vw, 4.5rem);
}
.sec-works .works-box:not(:first-child) {
  margin-top: clamp(9rem, 5.1rem + 10.28vw, 18.3rem);
}
.sec-works .works-box__ttl {
  padding-left: 4px;
  max-width: 420px;
}
.sec-works .works-box__ttl-st {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  color: #433202;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 95.833%;
  letter-spacing: 0.072rem;
}
@media screen and (max-width: 1024px) {
  .sec-works .works-box__ttl-st {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-works .works-box__ttl-st {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-works .works-box__ttl-st::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #433202;
}
.sec-works .works-box__gallery {
  margin-top: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
}
.sec-works .works-box .works-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  height: min(46.875vw, 60rem);
}
@media screen and (max-width: 766px) {
  .sec-works .works-box .works-slide {
    flex-direction: column;
    gap: 10px;
    height: auto;
  }
}
.sec-works .works-box .works-slide__main {
  margin: 0;
  width: min(62.5vw, 80rem);
  aspect-ratio: 800/600;
}
@media screen and (max-width: 766px) {
  .sec-works .works-box .works-slide__main {
    width: 100%;
  }
}
.sec-works .works-box .works-slide__main-item {
  position: relative;
  height: auto;
  background: #fafafa;
}
@media screen and (max-width: 766px) {
  .sec-works .works-box .works-slide__main-item {
    width: 100%;
    height: auto;
  }
}
.sec-works .works-box .works-slide__main-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  aspect-ratio: 40/40;
  background: url(../images/renovation/icon-zoom.svg) no-repeat center center/cover;
  pointer-events: none;
}
@media screen and (max-width: 766px) {
  .sec-works .works-box .works-slide__main-item::after {
    width: 40px;
  }
}
.sec-works .works-box .works-slide__main img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 766px) {
  .sec-works .works-box .works-slide__main img {
    width: 100%;
  }
}
.sec-works .works-box .works-slide__thumbs {
  margin: 0;
  flex: 1;
  max-height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 766px) {
  .sec-works .works-box .works-slide__thumbs {
    width: 100%;
    overflow-x: auto;
  }
}
.sec-works .works-box .works-slide__thumbs-list {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  .sec-works .works-box .works-slide__thumbs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.sec-works .works-box .works-slide__thumbs-item {
  aspect-ratio: 192/144;
}
@media screen and (min-width: 767px) {
  .sec-works .works-box .works-slide__thumbs-item {
    margin: 0 !important;
    width: calc((100% - 8px) / 2) !important;
  }
}
@media screen and (max-width: 766px) {
  .sec-works .works-box .works-slide__thumbs-item {
    height: auto;
  }
}
.sec-works .works-box .works-slide__thumbs-item img {
  width: 100%;
  aspect-ratio: 192/144;
  object-fit: cover;
}
.sec-works .works-box__detail {
  margin-top: clamp(4rem, 2.3rem + 4.64vw, 8.2rem);
}
.sec-works .works-box__detail-name {
  color: #4a3f35;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 116.667%;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .sec-works .works-box__detail-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-works .works-box__detail-name {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-works .works-box__detail-txt {
  margin-block: 12px 36px;
}
@media screen and (max-width: 766px) {
  .sec-works .works-box__detail-txt {
    margin-block: 12px 0;
  }
}

.sec-access {
  padding-block: clamp(4.8rem, 3.6rem + 3.2vw, 7.7rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-access__cnt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: min(3.75vw, 4.8rem);
  margin-top: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  margin-inline: auto;
  max-width: 960px;
}
@media screen and (max-width: 1024px) {
  .sec-access__cnt {
    flex-direction: column;
  }
}
.sec-access__info {
  flex: 1;
}
@media screen and (max-width: 766px) {
  .sec-access__info {
    width: 100%;
  }
}
.sec-access__subttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.sec-access__subttl-icon {
  width: 64px;
  aspect-ratio: 64/63;
}
.sec-access__subttl-st {
  flex: 1;
  color: #4a3f35;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 111.111%;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .sec-access__subttl-st {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-access__subttl-st {
    font-size: 2rem;
  }
}
.sec-access__txt {
  margin-top: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
  font-weight: 500;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0;
}
.sec-access__data {
  margin-top: clamp(4rem, 2.3rem + 4.64vw, 8.2rem);
}
.sec-access__map {
  width: min(33.28125vw, 42.6rem);
  aspect-ratio: 426/312;
}
@media screen and (max-width: 1024px) {
  .sec-access__map {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.sec-access__map iframe {
  width: 100%;
  height: 100%;
}

.sec-gallery {
  padding-top: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}
.sec-gallery__ttl-st {
  color: #4a3f35;
  text-align: center;
  font-size: 2.4rem;
  line-height: 4rem; /* 166.667% */
  letter-spacing: 0.192rem;
}
@media screen and (max-width: 1024px) {
  .sec-gallery__ttl-st {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-gallery__ttl-st {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-gallery__cnt {
  margin-top: clamp(2.4rem, 1.1rem + 3.54vw, 5.6rem);
}
.sec-gallery .gallery-slide__list {
  transition-timing-function: linear;
}
.sec-gallery .gallery-slide__item {
  width: 464px;
  aspect-ratio: 464/320;
}
.sec-gallery .gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-gallery.--model {
  display: none;
}

.sec-info {
  padding-block: clamp(4rem, 2rem + 5.3vw, 8.8rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-info__block {
  margin-inline: auto;
  padding-block: clamp(4rem, 3.2rem + 2.21vw, 6rem) clamp(3rem, 1.8rem + 3.31vw, 6rem);
  padding-inline: clamp(1.6rem, 0.6rem + 2.65vw, 4rem);
  max-width: 960px;
  background: #e3ddd2;
}
.sec-info__ttl {
  text-align: center;
}
.sec-info__ttl-st {
  position: relative;
  display: inline-block;
}
.sec-info__ttl-st::before {
  content: "Coming Soon!";
  position: absolute;
  top: -30px;
  left: -30%;
  width: 174px;
  aspect-ratio: 172/40;
  font-family: "Caveat", cursive;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 4rem; /* 125% */
  letter-spacing: 0.256rem;
  opacity: 0.9;
  background: linear-gradient(10deg, #4a3f35 -344.65%, #b0967e 211.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(-10deg);
}
@media screen and (max-width: 1024px) {
  .sec-info__ttl-st::before {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-info__ttl-st::before {
    font-size: 1.8rem;
  }
}
.sec-info__cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: min(2.5vw, 3.2rem);
  margin-top: clamp(2rem, 1.2rem + 2.21vw, 4rem);
}
@media screen and (max-width: 1024px) {
  .sec-info__cnt {
    flex-direction: column;
  }
}
.sec-info__ph {
  flex: 1;
}
.sec-info__txt {
  width: 440px;
}
@media screen and (max-width: 1024px) {
  .sec-info__txt {
    width: 100%;
  }
}
.sec-info__data {
  margin-top: 16px;
}

.sec-contact {
  position: relative;
  padding-block: clamp(10rem, 5.9rem + 11.05vw, 20rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-contact__cnt {
  margin-top: 45px;
}
.sec-contact .contact-anchor {
  display: none; /*公開時*/
}
.sec-contact .contact-anchor__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  margin-inline: auto;
  max-width: 890px;
}
@media screen and (max-width: 766px) {
  .sec-contact .contact-anchor__list {
    flex-direction: column;
    max-width: 375px;
  }
}
.sec-contact .contact-anchor__item {
  flex: 1;
  height: 111px;
}
@media screen and (max-width: 766px) {
  .sec-contact .contact-anchor__item {
    width: 100%;
    height: auto;
  }
}
.sec-contact .contact-anchor__item.--item01 .anchor-btn::before {
  background: url(../images/renovation/bg-contact-anchor-img01.jpg) no-repeat center center/cover;
}
.sec-contact .contact-anchor__item.--item02 .anchor-btn::before {
  background: url(../images/renovation/bg-contact-anchor-img02.jpg) no-repeat center center/cover;
}
.sec-contact .contact-anchor__item.--item03 .anchor-btn::before {
  background: url(../images/renovation/bg-contact-anchor-img03.jpg) no-repeat center center/cover;
}
.sec-contact .contact-anchor .anchor-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 16px 8px;
  width: 100%;
  height: 100%;
  border: none;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #4a3f35;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.2rem; /* 133.333% */
  letter-spacing: 0.096rem;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .sec-contact .contact-anchor .anchor-btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .sec-contact .contact-anchor .anchor-btn {
    gap: 4px;
    padding-block: 8px;
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-contact .contact-anchor .anchor-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.sec-contact .contact-anchor .anchor-btn.active {
  color: #fff;
}
.sec-contact .contact-anchor .anchor-btn.active::before {
  opacity: 1;
}
.sec-contact .contact-anchor .anchor-btn.active .anchor-btn__arw {
  border-color: #fff;
}
.sec-contact .contact-anchor .anchor-btn.active .anchor-btn__arw path {
  fill: #fff;
}
@media screen and (min-width: 1025px) {
  .sec-contact .contact-anchor .anchor-btn:hover {
    color: #fff;
  }
  .sec-contact .contact-anchor .anchor-btn:hover::before {
    opacity: 1;
  }
  .sec-contact .contact-anchor .anchor-btn:hover .anchor-btn__arw {
    border-color: #fff;
  }
  .sec-contact .contact-anchor .anchor-btn:hover .anchor-btn__arw path {
    fill: #fff;
  }
}
.sec-contact .contact-anchor .anchor-btn__txt {
  z-index: 1;
}
.sec-contact .contact-anchor .anchor-btn__arw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 1px solid #4a3f35;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: 766px) {
  .sec-contact .contact-anchor .anchor-btn__arw {
    width: 24px;
  }
}
.sec-contact .contact-anchor .anchor-btn__arw path {
  transition: 0.4s;
}
.sec-contact .contact-form {
  margin-top: clamp(4rem, 2.3rem + 4.42vw, 8rem);
  margin-inline: auto;
  max-width: 800px;
}
.sec-contact .contact-form__ttl-st {
  color: #4a3f35;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .sec-contact .contact-form__ttl-st {
    font-size: 1.8rem;
  }
}
.sec-contact .contact-form__block {
  margin-top: clamp(2.4rem, 1.1rem + 3.54vw, 5.6rem);
}

.sec-message {
  padding-block: clamp(4.5rem, 2.6rem + 4.97vw, 9rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-message__catch {
  margin-top: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
}
.sec-message__catch-st {
  color: #4a3f35;
  text-align: center;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
}
.sec-message__cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: min(8.59375vw, 11rem);
  margin-top: clamp(2.4rem, 1.7rem + 1.77vw, 4rem);
}
@media screen and (max-width: 1024px) {
  .sec-message__cnt {
    flex-direction: column;
  }
}
.sec-message__txt {
  flex: 1;
}
.sec-message__txt-st {
  color: #4a3f35;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
}
.sec-message__txt-name {
  margin-top: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  color: #3c3c3c;
  font-weight: 500;
  line-height: 200%;
}
.sec-message__txt-name span {
  display: inline-block;
  width: 118px;
  aspect-ratio: 118/28;
}
.sec-message__ph {
  width: 50.5%;
}
@media screen and (max-width: 1024px) {
  .sec-message__ph {
    margin-inline: auto 0;
  }
}
@media screen and (max-width: 766px) {
  .sec-message__ph {
    width: 100%;
  }
}

.sec-company {
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(10rem, 5.9rem + 11.05vw, 20rem);
}
.sec-company__cnt {
  margin-top: clamp(2.4rem, 1.5rem + 2.32vw, 4.5rem);
}
.sec-company .company-overview {
  border-top: 1px solid #e3ddd2;
}
.sec-company .company-overview__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  padding-block: 18px 17px;
  padding-inline: 32px;
  border-bottom: 1px solid #e3ddd2;
}
@media screen and (max-width: 766px) {
  .sec-company .company-overview__row {
    flex-direction: column;
    gap: 4px;
    padding-block: 8px;
    padding-inline: 8px;
  }
}
.sec-company .company-overview__label {
  width: min(16.796875vw, 21.5rem);
  color: #4a3f35;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
}
@media screen and (max-width: 766px) {
  .sec-company .company-overview__label {
    width: 100%;
    font-size: 1.4rem;
  }
}
.sec-company .company-overview__value {
  flex: 1;
  color: #4a3f35;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
}
@media screen and (max-width: 766px) {
  .sec-company .company-overview__value {
    width: 100%;
    font-size: 1.4rem;
  }
}

/*---form---*/
.form {
  margin-top: clamp(2.4rem, 1.9rem + 1.22vw, 3.5rem);
  overflow: hidden;
}
.form .form-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 56px;
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .form .form-list__item {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 12px;
  }
}
.form .form-list__label {
  margin-top: 4px;
}
@media screen and (max-width: 766px) {
  .form .form-list__label {
    margin-bottom: 16px;
    width: 100%;
  }
}
.form .form-list .item-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 250px;
  color: #4a3f35;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .form .form-list .item-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 766px) {
  .form .form-list .item-name {
    justify-content: flex-start;
  }
}
.form .form-list .item-req {
  padding: 6px 12px;
  width: 84px;
  border-radius: 21px;
  background: linear-gradient(10deg, #4a3f35 -344.65%, #b0967e 211.37%);
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form .form-list .item-noreq {
  padding: 6px 20px;
  width: 84px;
  border-radius: 21px;
  background: #c6c4c0;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form .form-list__value {
  flex: 1;
}
@media screen and (max-width: 766px) {
  .form .form-list__value {
    width: 100%;
  }
}
.form .form-list .item-form {
  width: 100%;
  display: block;
}
.form .form-list .item-form span {
  display: block;
}
.form .form-list .item-form.--small {
  width: 59%;
}
@media screen and (max-width: 766px) {
  .form .form-list .item-form.--small {
    width: 100%;
  }
}
.form .form-list input {
  width: 100%;
  display: block;
}
@media screen and (max-width: 766px) {
  .form .form-list input {
    padding: 16px;
  }
}
.form .form-list textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 145px;
}
@media screen and (max-width: 766px) {
  .form .form-list textarea {
    padding: 16px;
  }
}
.form .form-list input,
.form .form-list textarea,
.form .form-list select {
  border: none;
  padding: 11px;
  background: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
}
@media screen and (max-width: 766px) {
  .form .form-list input,
  .form .form-list textarea,
  .form .form-list select {
    font-size: 1.4rem;
  }
}
.form .form-list .search-btn {
  display: flex;
  justify-content: space-between;
}
.form .form-list .search-btn span {
  width: calc(100% - 140px);
}
@media screen and (max-width: 766px) {
  .form .form-list .search-btn span {
    width: 100%;
  }
}
.form .form-list .search-btn .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}
.form .form-list .search-btn .wpcf7c-elm-step1 {
  width: 80px;
  height: 40px;
  background: #a39480;
  color: #fff;
  border: unset;
}
.form .form-list__notice {
  margin-top: 10px;
  color: #4a3f35;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 766px) {
  .form .form-list__notice {
    margin-top: 6px;
  }
}
.form .form-list__notice.--mail {
  margin-top: 22px;
}
.form .form-list .wpcf7-list-item {
  margin: 0 0 1em 0;
}
.form .form-list .wpcf7-spinner {
  display: none !important;
}
.form .form-list .wpcf7-form-control {
  border: none;
  padding: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
  line-height: 2.6rem; /* 185.714% */
  letter-spacing: 0.07rem;
  box-sizing: border-box;
  width: 100%;
}
.form .form-list .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: unset;
}
.form .form-list .wpcf7-form-control.wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.form .form-list .wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}
.form .form-list .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
  width: auto;
}
.form .form-list .wpcf7-form-control.wpcf7-checkbox {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding-inline: 0;
}
.form .form-list .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}
.form .form-list .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  width: auto;
  flex: 1;
}
.form .form-list .wpcf7-form-control.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.form .form-list .wpcf7-form-control.wpcf7-checkbox input {
  display: inline-block;
  width: 13px;
  vertical-align: bottom;
}
.form .form-list .wpcf7-form-control-wrap[data-name="radio-plan"] span.wpcf7-list-item {
  margin: 0;
}
.form .form-list .wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 4px;
}
.form .form-list .wpcf7-list-item input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
}
.form .form-list .wpcf7-not-valid-tip {
  display: none !important;
}
.form .form-check {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 766px) {
  .form .form-check {
    margin-bottom: 5%;
  }
}
.form .form-check .wpcf7-list-item {
  justify-content: center;
}
.form .form-check .wpcf7-acceptance .wpcf7-list-item-label {
  color: #4a3f35;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form .submit-btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin-top: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
  margin-inline: auto;
  max-width: 400px;
  /* border: 1px solid #216724; */
  position: relative;
}
.form .submit-btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  size: cover !important;
  position: center center !important;
}
.form .submit-btn [type="submit"] {
  position: relative;
  display: block;
  margin: auto;
  padding: 16px;
  width: 100%;
  border: none;
  background: linear-gradient(10deg, #4a3f35 -344.65%, #b0967e 211.37%);
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
}
.form .submit-btn [type="submit"]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

@supports (-webkit-touch-callout: none) {
  .wpcf7-checkbox .wpcf7-list-item input {
    /* transform: translateY(-3px); */
    margin: 0;
    padding: 0;
  }
  .wpcf7-list-item input[type="radio"] {
    /* transform: translateY(-3px); */
    margin: 0;
    padding: 0;
  }
  .wpcf7-list-item {
    margin-bottom: 2%;
  }
}
.formError {
  z-index: 20 !important;
}

.privacy-box {
  margin-top: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  margin-bottom: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
  height: 200px;
  background: #fff;
  border: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
}
.privacy-box h3,
.privacy-box h4 {
  font-weight: bold;
  font-size: 1.4rem;
}
.privacy-box h3:first-of-type {
  margin-bottom: 16px;
}
.privacy-box p {
  margin-bottom: 12px;
  font-size: 1.4rem;
}
.privacy-box::-webkit-scrollbar {
  width: 8px;
}
.privacy-box::-webkit-scrollbar-thumb {
  background: #a7a7a7;
  border-radius: 10px;
}
.privacy-box::-webkit-scrollbar-track {
  background: #fff;
}
.privacy-box .simplebar-track {
  width: 0.3rem;
}
.privacy-box .simplebar-scrollbar {
  width: 0.3rem;
}
.privacy-box .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}

/*
.reserve-notice {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.07rem;
}
.an-wrap {
  ul {
    margin-top: 0;
  }
  input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}
.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
  strong {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
  }
  p {
    font-size: 14px;
  }
}
.form-caption {
  margin-bottom: 120px;
  @include mq(max, sm) {
    margin-bottom: 32px;
  }
  p {
    font-size: 16px;
    text-align: center;
    @include mq(max, sm) {
      font-size: 14px;
      text-align: left;
    }
  }
}
.xdsoft_datetimepicker {
  z-index: 21 !important;
}
.form__notice {
  font-size: 14px;
  margin-top: 16px;
  @include mq(max, sm) {
    font-size: 12px;
    margin-top: 2%;
  }
}
.form-tab {
  @include mq(max, sm) {
    margin-bottom: 40px;
  }
}
*/

.grecaptcha-badge {
    visibility: hidden;
}