@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;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/* 新規追加要素をブロック要素化 */
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: #5b4b4b;
  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 {
  -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;
}

.--en {
  font-family: "Cormorant", serif;
}

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: 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;
}

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

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  color: #000;
}

@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,
dl,
tr,
th,
td,
div {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  p,
  li,
  dl,
  tr,
  th,
  td,
  div {
    font-size: 0.875rem;
  }
}
span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 1.35;
}

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: 479px) {
  .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: 479px) {
  .tb {
    display: none !important;
  }
}

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation: fadeUp 0.6s forwards;
}

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

@keyframes fade {
  0% {
    opacity: 0;
    visibility: hidden;
    filter: blur(1rem);
  }
  100% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }
}
.js-fade {
  opacity: 0;
  filter: blur(1rem);
}
.js-fade.is-view {
  animation: fade 1.4s ease forwards;
}

@keyframes scale {
  0% {
    opacity: 0;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.js-scale {
  opacity: 0;
  scale: 1.1;
  display: inline-block;
}
.js-scale.is-view {
  animation: scale 1.5s ease forwards;
}

*:has(> .js-scale) {
  overflow: hidden;
}

.common-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 20px;
  width: 100%;
}
.common-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.common-ttl {
  position: relative;
  text-align: center;
}
.common-ttl__main {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 479px) {
  .common-ttl__main {
    font-size: 2.2rem;
  }
}
.common-ttl__sub {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2.29;
  text-align: center;
  color: #937218;
}
.common-ttl__sub.--white {
  color: #fff;
}
.common-ttl.--color .common-ttl__sub {
  color: #ffe294;
}
.common-ttl.--color2 .common-ttl__main {
  color: #937218;
}
.common-ttl.--color2 .common-ttl__sub {
  color: #433f37;
}
.common-ttl.--line::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #b8973c;
}

.body-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .body-bg {
    display: none;
  }
}

.bg-slide {
  width: 100%;
  height: 100%;
}
.bg-slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
	flex-wrap: wrap;
  margin: 0 auto;
  background: rgba(48, 48, 48, 0.6);
  background-blend-mode: multiply;
}
@media screen and (max-width: 479px) {
  .wrap {
    padding-inline: 0;
  }
}

.banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  transform: translateY(80px);
  z-index: 1001;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .banner {
    pointer-events: none;
  }
}
.banner__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .banner__link {
    display: none;
  }
}
.banner-box__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: url(./img/bg-banner.png) no-repeat center center/cover;
  border-radius: 10px 10px 0 0;
  transition: 0.4s;
}
.banner-box__ttl-st {
  position: relative;
  padding-right: 15px;
  border-bottom: 1px solid #b8973c;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.banner-box__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .banner {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
  }
}

.content {
  position: relative;
  margin-inline: auto min(29.1666666667vw, 42rem);
  margin-inline: auto 29.1666666667vw;
  width: 480px;
  overflow: clip;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}
.content.open {
  background: transparent;
  box-shadow: none;
}
.content.open .main {
  visibility: hidden;
}
.content.open .ft {
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  #sec-concept,
  #sec-modelhouse,
  #sec-promise,
  #sec-contact,
  #sec-works,
  #sec-about {
    scroll-margin-top: 75px;
  }
}

.hd {
  display: flex;
  width: 100%;
}
.hd-cnt {
  position: fixed;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  width: 100%;
  height: 100vh;
}
@media (min-width: 1025px) {
  .hd-cnt {
    gap: 480px;
  }
}
.hd-info {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .hd-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 48px;
    padding-left: 42px;
    width: calc(100% - 480px - min(29.1666666667vw, 42rem));
    width: calc(100% - 480px - 29.1666666667vw);
    text-align: center;
  }
}
.hd-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .hd-info__bg {
    display: none;
  }
}
.hd-info__slide {
  width: 100%;
  height: 100%;
}
.hd-info__slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hd-name {
  width: 165px;
  height: 40px;
  z-index: 1001;
}
.hd-name__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hd-menu {
  position: relative;
  width: 100%;
  max-width: min(29.1666666667vw, 42rem);
  max-width: 29.1666666667vw;
}
.hd-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .hd-menu__bg {
    display: none;
  }
}
.hd-menu__slide {
  width: 100%;
  height: 100%;
}
.hd-menu__slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .hd-nav {
    position: relative;
    padding: min(3.90625vw, 5rem);
    width: 100%;
    height: 100%;
    z-index: 10;
  }
}
.hd-nav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-block: 65px 80px;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.7);
}
.hd-nav__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.hd-nav__item {
  width: 100%;
  max-width: 240px;
}
.hd-nav__link {
  position: relative;
  display: block;
  padding-block: 16px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  transition: 0.4s;
}
.hd-nav__link-main {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.16em;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #bfa06b;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover {
    color: #bfa06b;
  }
}
.hd-btn {
  margin-bottom: 21px;
}
.hd-btn__link {
  display: block;
  width: 192px;
  height: 40px;
  background: #303030;
  border: 1px solid #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-btn__link:hover {
    background: rgba(48, 48, 48, 0.6);
  }
}
.hd-phone__link {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.88;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .hd {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    height: 75px;
    background: transparent;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 26px;
    width: 100%;
    height: 100%;
  }
  .hd-name {
    margin-bottom: 0;
    width: 140px;
    z-index: 100;
  }
  .hd-name__logo {
    width: 110px;
    aspect-ratio: 110/26.67;
  }
  .hd-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 50px 100px;
    width: 100%;
    height: 100svh;
    background: url(./img/bg-hd-menu.jpg) no-repeat center center/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__wrap {
    margin-inline: auto;
    padding-block: 32px;
    width: 100%;
    max-width: 320px;
    height: 100%;
  }
  .hd-nav__list {
    flex-direction: column;
    border: none;
  }
  .hd-nav__item {
    padding: 0;
    width: 100%;
  }
  .hd-nav__link {
    width: 240px;
    text-align: center;
    padding-block: 8px;
    padding-block: clamp(0.8rem, 0.6rem + 0.62vw, 1.2rem);
  }
  .hd-toggle {
    position: relative;
    margin-inline: auto 0;
    width: 57px;
    height: 57px;
    background: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 18px;
  }
  .hd-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: #fff;
    color: #fff;
    transition: 0.35s ease-in-out;
  }
  .hd-toggle__line {
    height: 2px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 0;
  }
  .hd-toggle__line:nth-child(2) {
    top: 9px;
  }
  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    position: fixed;
    background: rgba(48, 48, 48, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.hd.open {
  background: transparent;
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(330deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-330deg);
}
.hd.open .hd-toggle span.hd-toggle__txt::after {
  content: "CLOSE";
}

.ft {
  padding-block: clamp(5.3rem, 3.1rem + 5.86vw, 10.6rem) clamp(1.8rem, 1.2rem + 1.55vw, 3.2rem);
  background: url(./img/bg-footer.jpg) no-repeat center center/cover;
  color: #fff;
}
.ft__logo {
  margin-bottom: clamp(3.2rem, 1.8rem + 3.65vw, 6.5rem);
}
.ft__logo-link {
  display: block;
  margin-inline: auto;
  width: 165px;
}
@media screen and (max-width: 479px) {
  .ft__logo-link {
    width: 135px;
  }
}
.ft__logo-img {
  width: 100%;
  height: auto;
}
.ft-nav {
  margin-bottom: clamp(7.1rem, 4.2rem + 7.85vw, 14.2rem);
  margin-inline: auto;
  max-width: 400px;
}
.ft-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ft-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 180px;
  height: 132px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.16em;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .ft-nav__link {
    width: 160px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .ft-nav__link:hover {
    color: #bfa06b;
  }
}
.ft-nav__link-main {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
  letter-spacing: 0.32rem;
}
.ft-nav__link-sub {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.07rem;
}
.ft__btn {
  margin-bottom: 21px;
}
.ft__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 192px;
  height: 40px;
  background: #303030;
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.064rem;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .ft__btn-link:hover {
    background: rgba(48, 48, 48, 0.6);
  }
}
.ft__phone {
  margin-bottom: clamp(7.1rem, 4.2rem + 7.85vw, 14.2rem);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.88;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .ft__phone:hover {
    color: #bfa06b;
  }
}
.ft__copy-st {
  font-size: 1rem;
  line-height: 2.8;
  letter-spacing: 0.06em;
  text-align: center;
}

.main-cta__link {
  position: relative;
  display: block;
}
@media screen and (min-width: 1025px) {
  .main-cta__link:hover .cta-box__ttl {
    background: #4b4b4b;
  }
  .main-cta__link:hover .cta-box__ttl-st:after {
    margin-left: 4px;
  }
  .main-cta__link:hover .cta-box__catch::before {
    content: none;
  }
}
.main-cta .cta-box__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  background: #303030;
  transition: 0.4s;
}
.main-cta .cta-box__ttl-st {
  position: relative;
  padding-right: 15px;
  border-bottom: 1px solid #b8973c;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.main-cta .cta-box__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.main-cta .cta-box__catch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 200px;
  background: url(./img/bg-cta-box.jpg) no-repeat center center/cover;
}
.main-cta .cta-box__catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
  opacity: 0.5;
  transition: 0.4s;
}
.main-cta .cta-box__catch-main {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .main-cta .cta-box__catch-main {
    font-size: 2.2rem;
  }
}
.main-cta .cta-box__catch-sub {
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: 0.16em;
  color: #ffe294;
  z-index: 1;
}

.sec-fv {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-fv {
    height: 100svh;
  }
}
.sec-fv__slide-cnt {
  position: relative;
}
.sec-fv__slide-ph {
  width: 100%;
  height: 100svh;
}
.sec-fv__slide-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec-fv__catch {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  color: #fff;
  z-index: 1;
}
.sec-fv__catch-ttl {
  position: relative;
  display: block;
  font-size: 2.4rem;
  line-height: 1.46;
  letter-spacing: 0.5em;
  text-align: center;
}
.sec-fv__catch-ttl::after {
  content: "";
  display: block;
  margin-top: 15px;
  margin-inline: auto;
  width: 20px;
  height: 20px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(135deg);
}
.sec-fv__catch-subttl {
  display: block;
  margin-bottom: 24px;
  margin-inline: auto;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.sec-fv .swiper-slide-active .sec-fv__slide-ph,
.sec-fv .swiper-slide-duplicate-active .sec-fv__slide-ph,
.sec-fv .swiper-slide-prev .sec-fv__slide-ph {
  animation: zoomUp 7s linear 0s normal both;
}

.sec-concept {
  padding-block: clamp(5.5rem, 3.2rem + 6.08vw, 11rem) clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
}
.sec-concept__head {
  margin-bottom: clamp(3.5rem, 2rem + 3.87vw, 7rem);
}
.sec-concept__cnt {
  padding-bottom: clamp(3rem, 1.8rem + 3.31vw, 6rem);
}
.sec-concept__txt {
  text-align: center;
}
.sec-concept__txt-st {
  margin-bottom: clamp(1.8rem, 1.1rem + 1.99vw, 3.6rem);
  font-size: 1.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.084rem;
}
.sec-concept__ph {
  margin-bottom: clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
}
.sec-concept__gallery-ph {
  display: block;
  margin-bottom: clamp(3rem, 1.8rem + 3.31vw, 6rem);
}
.sec-concept__gallery-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-concept__gallery-ph.--ph01 {
  margin-inline: auto 0;
  width: 420px;
  height: auto;
  aspect-ratio: 420/286;
}
.sec-concept__gallery-ph.--ph02 {
  margin-bottom: clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
  margin-inline: 0 auto;
  width: 420px;
  height: auto;
  aspect-ratio: 420/286;
}
.sec-concept__gallery-ph.--ph03 {
  margin-inline: auto 30px;
  width: 278px;
  height: auto;
  aspect-ratio: 278/368;
}
.sec-concept__gallery-ph.--ph04 {
  margin-bottom: clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
  margin-inline: 30px auto;
  width: 278px;
  height: auto;
  aspect-ratio: 1;
}
.sec-concept__gallery-ph.--ph05 {
  margin-inline: auto 0;
  width: 420px;
  height: auto;
  aspect-ratio: 420/286;
}

.sec-modelhouse {
  padding-block: clamp(5.5rem, 3.2rem + 6.08vw, 11rem) 0;
  background: #f0efeb;
}
.sec-modelhouse__head {
  margin-bottom: clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-modelhouse__txt {
  margin-bottom: clamp(3.5rem, 2rem + 3.87vw, 7rem);
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
}
.sec-modelhouse .modelhouse-map__head {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}
.sec-modelhouse .modelhouse-map__ttl {
  position: relative;
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  max-width: 346px;
  height: 55px;
  border: 1px solid #000;
  background: #f0efeb;
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-map__ttl {
    font-size: 1.8rem;
  }
}
.sec-modelhouse .modelhouse-map__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 22px 13px 0 13px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.sec-modelhouse .modelhouse-map__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 11.8px 0 11.8px;
  border-color: #f0efeb transparent transparent;
  translate: -50% 100%;
}
.sec-modelhouse .modelhouse-map__cnt {
  position: relative;
  margin-inline: auto 0;
  width: 100%;
  max-width: 434px;
  height: 428px;
  background: url(./img/bg-modelhouse-map.png) no-repeat center center/cover;
}
.sec-modelhouse .modelhouse-map__pin {
  position: absolute;
  width: auto;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-modelhouse .modelhouse-map__pin:hover .modelhouse-map__pin-icon::before {
    top: calc(50% - 5px);
  }
}
.sec-modelhouse .modelhouse-map__pin.--no-link {
  pointer-events: none;
}
.sec-modelhouse .modelhouse-map__pin.--no-link .modelhouse-map__pin-name,
.sec-modelhouse .modelhouse-map__pin.--no-link .modelhouse-map__pin-icon{
	opacity: 0.35;
}

.sec-modelhouse .modelhouse-map__pin.--no-link::after{
	content:"";
	display:block;
	width:100%;
	height:auto;
aspect-ratio: 153 / 34;
	background:url(./img/no-link_text.png);
	background-size:contain;
	background-position:center;
	position:absolute;
	bottom:-48px;
	left:0;
	right:0;
	margin:auto;
}
.sec-modelhouse .modelhouse-map__pin-name {
  position: relative;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-map__pin-name {
    font-size: 1.6rem;
  }
}
.sec-modelhouse .modelhouse-map__pin-name::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 2px;
  background: #b8973c;
}
.sec-modelhouse .modelhouse-map__pin-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 52px;
}
.sec-modelhouse .modelhouse-map__pin-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 52px;
  background: url(./img/icon-pin.svg) no-repeat center center/contain;
  transition: 0.4s;
}
.sec-modelhouse .modelhouse-map__pin-icon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 5px;
  transition: 0.3s;
  background: url(./img/icon-pin-line.svg) no-repeat center center/cover;
}
.sec-modelhouse .modelhouse-map__pin-icon img {
  width: auto;
  height: 100%;
}
.sec-modelhouse .modelhouse-map__pin.--karatsu {
  top: 8%;
  left: 0;
}
.sec-modelhouse .modelhouse-map__pin.--karatsu .modelhouse-map__pin-icon {
  top: 115%;
  left: 40%;
}
.sec-modelhouse .modelhouse-map__pin.--kurume {
  top: 18%;
  left: 38%;
}
.sec-modelhouse .modelhouse-map__pin.--kurume .modelhouse-map__pin-icon {
  top: 105%;
  left: 12%;
}
.sec-modelhouse .modelhouse-map__pin.--saga {
  top: 42%;
  left: 2%;
}
.sec-modelhouse .modelhouse-map__pin.--saga .modelhouse-map__pin-icon {
  top: -125%;
  left: 62%;
}
.sec-modelhouse .modelhouse-map__pin.--kumamoto {
  top: 53%;
  left: 56%;
}
.sec-modelhouse .modelhouse-map__pin.--kumamoto .modelhouse-map__pin-icon {
  top: -38%;
  left: -21%;
}
.sec-modelhouse .modelhouse-list__item {
  min-height: clamp(10rem, 8.5rem + 3.98vw, 13.6rem);
  background: #f9f8f4;
}
.sec-modelhouse .modelhouse-list__item.--item01 .modelhouse-list__head {
  background: url(./img/bg-modelhouse-item01.jpg) no-repeat center center/cover;
}
.sec-modelhouse .modelhouse-list__item.--item02 .modelhouse-list__head {
  background: url(./img/bg-modelhouse-item02.jpg) no-repeat center center/cover;
}
.sec-modelhouse .modelhouse-list__head {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  flex-direction: column;
  padding-block: 57px;
  padding-inline: 40px;
  width: 100%;
  aspect-ratio: 1;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-list__head {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .sec-modelhouse .modelhouse-list__head:hover .modelhouse-list__btn {
    background: #303030;
  }
}
.sec-modelhouse .modelhouse-list__head.selected .modelhouse-list__arrow::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sec-modelhouse .modelhouse-list__head.selected .modelhouse-list__arrow::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sec-modelhouse .modelhouse-list__name {
  margin-bottom: clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
}
.sec-modelhouse .modelhouse-list__name-sub {
  display: block;
  margin-bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.sec-modelhouse .modelhouse-list__catch {
  margin-bottom: 24px;
	text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-list__catch {
    font-size: 2rem;
  }
}
.sec-modelhouse .modelhouse-list__txt {
	margin-inline: auto;
  margin-bottom: 50px;
  max-width: 380px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.sec-modelhouse .modelhouse-list__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: auto 0;
  margin-inline: auto;
  width: 100%;
  max-width: 235px;
  height: 47px;
  border: 1px solid #fff;
  transition: 0.4s;
}
.sec-modelhouse .modelhouse-list__btn-st {
  position: relative;
  padding-right: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.sec-modelhouse .modelhouse-list__btn-arrow {
  position: relative;
	transform: rotate(90deg);
}
.sec-modelhouse .modelhouse-list__btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 8px);
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.sec-modelhouse .modelhouse-list__btn-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 100%;
  width: 6px;
  height: 6px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg) translateY(-50%);
}
.sec-modelhouse .modelhouse-list__arrow {
  position: absolute;
  top: 27px;
  right: 8px;
  width: 33px;
  aspect-ratio: 1;
}
.sec-modelhouse .modelhouse-list__arrow::before, .sec-modelhouse .modelhouse-list__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 1px;
  background: #fff;
  transition: opacity 0.3s ease;
}
.sec-modelhouse .modelhouse-list__arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.sec-modelhouse .modelhouse-list__cnt {
  display: none;
}
.sec-modelhouse .modelhouse-detail__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  background: #303030;
  cursor: pointer;
  transition: 0.4s;
}
.sec-modelhouse .modelhouse-detail__close:hover {
  background: rgba(48, 48, 48, 0.7);
}
.sec-modelhouse .modelhouse-detail__close-txt {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.084rem;
}
.sec-modelhouse .modelhouse-slide {
  position: relative;
  margin-bottom: 55px;
  margin-bottom: clamp(2.6rem, 1.5rem + 2.87vw, 5.2rem);
}
.sec-modelhouse .modelhouse-slide__thumbs {
  margin-top: 8px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.sec-modelhouse .modelhouse-slide__thumbs .swiper-slide {
  aspect-ratio: 1;
  text-align: center;
  overflow: hidden;
}
.sec-modelhouse .modelhouse-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-modelhouse .modelhouse-slide__main {
  /*height: 338px;*/
}
.sec-modelhouse .modelhouse-slide__main img {
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.sec-modelhouse .swiper-slide-thumb-active {
  opacity: 1;
}
.sec-modelhouse .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}
.sec-modelhouse .swiper-pagination-bullet-active {
  background: #4b3928;
}
.sec-modelhouse .swiper-pagination-bullets {
  bottom: -35px;
}
.sec-modelhouse .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec-modelhouse .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.sec-modelhouse .swiper-button-prev01, .sec-modelhouse .swiper-button-next01, .sec-modelhouse .swiper-button-prev02, .sec-modelhouse .swiper-button-next02 {
  position: absolute;
  top: 35%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 30px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: -1px) {
  .sec-modelhouse .swiper-button-prev01, .sec-modelhouse .swiper-button-next01, .sec-modelhouse .swiper-button-prev02, .sec-modelhouse .swiper-button-next02 {
    width: 40px;
    height: 40px;
  }
}
.sec-modelhouse .swiper-button-prev01::after, .sec-modelhouse .swiper-button-next01::after, .sec-modelhouse .swiper-button-prev02::after, .sec-modelhouse .swiper-button-next02::after {
  display: none;
}
@media screen and (min-width: ) {
  .sec-modelhouse .swiper-button-prev01:hover, .sec-modelhouse .swiper-button-next01:hover, .sec-modelhouse .swiper-button-prev02:hover, .sec-modelhouse .swiper-button-next02:hover {
    opacity: 0.7;
  }
}
.sec-modelhouse .swiper-button-prev01, .sec-modelhouse .swiper-button-prev02 {
  left: 8px;
  transform: scale(-1, 1);
}
.sec-modelhouse .modelhouse-info {
  padding-bottom: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  padding-inline: 20px;
}
.sec-modelhouse .modelhouse-info__head {
  margin-bottom: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
}
.sec-modelhouse .modelhouse-info__txt {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-modelhouse .modelhouse-info__txt {
    font-size: 1.8rem;
  }
}
.sec-modelhouse .modelhouse-info__floor {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.sec-modelhouse .modelhouse-info__floor-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.sec-modelhouse .modelhouse-info__floor-ph {
  position: relative;
  margin-bottom: clamp(1rem, 0.6rem + 1.1vw, 2rem);
}
.sec-modelhouse .modelhouse-info__floor-ph::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 7px;
  width: 19px;
  height: 20px;
  background: url(./img/icon-zoom.svg) no-repeat center center/contain;
  pointer-events: none;
}
.sec-modelhouse .modelhouse-info__floor-txt {
  margin-right: -8px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.084rem;
}
.sec-modelhouse .modelhouse-info__map {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  width: 100%;
  max-width: 440px;
  height: auto;
  aspect-ratio: 440/244;
}
.sec-modelhouse .modelhouse-info__map iframe {
  width: 100%;
  height: 100%;
}
.sec-modelhouse .modelhouse-info__data {
  margin-bottom: clamp(2.2rem, 1.3rem + 2.43vw, 4.4rem);
  text-align: center;
}
.sec-modelhouse .modelhouse-info__data-st {
	display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.084rem;
}
.sec-modelhouse .modelhouse-btn__link {
  display: block;
}
.sec-modelhouse .modelhouse-btn__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 192px;
  height: 40px;
  background: #303030;
  border: 1px solid #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-modelhouse .modelhouse-btn__txt:hover {
    background: rgba(48, 48, 48, 0.7);
  }
}
.sec-modelhouse .modelhouse-btn__txt-st {
  position: relative;
  margin-bottom: 4px;
  padding-right: 15px;
  border-bottom: 1px solid #b8973c;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.096rem;
}
.sec-modelhouse .modelhouse-btn__txt-st::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
.sec-modelhouse .modelhouse-architect {
  margin-top: clamp(4rem, 2.3rem + 4.42vw, 8rem);
}
.sec-modelhouse .modelhouse-architect__layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}
.sec-modelhouse .modelhouse-architect__ph {
  width: 200px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.40);
}
.sec-modelhouse .modelhouse-architect__data {
  width: calc(100% - 224px);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.084rem;
}
.sec-modelhouse .modelhouse-architect__ttl {
  margin-bottom: clamp(0.3rem, 0.1rem + 0.55vw, 0.8rem);
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.072rem;
}
.sec-modelhouse .modelhouse-architect__name {
  margin-bottom: clamp(0.9rem, 0.5rem + 0.99vw, 1.8rem);
}
.sec-modelhouse .modelhouse-architect__name-sub {
  color: #937218;
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: 0.224rem;
}
.sec-modelhouse .modelhouse-architect__name-main {
  font-size: 1.8rem;
  line-height: 1.55;
  letter-spacing: 0.108rem;
}
.sec-modelhouse .modelhouse-architect__position {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.072rem;
}
.sec-modelhouse .modelhouse-architect__intent-ttl {
  margin-bottom: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
}
.sec-modelhouse .modelhouse-architect__intent-ttl-main {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.096rem;
}
.sec-modelhouse .modelhouse-architect__intent-ttl-sub {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #937218;
  font-size: 1.4rem;
  line-height: 2.28;
  letter-spacing: 2.24em;
  letter-spacing: 0.224rem;
}
.sec-modelhouse .modelhouse-architect__intent-ttl-sub::after {
  content: "";
  display: inline-block;
  flex: 1;
  margin-left: 8px;
  height: 1px;
  background: #b8973c;
}
.sec-modelhouse .modelhouse-architect__intent-txt {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  margin-inline: auto;
  max-width: 385px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.084rem;
}

.sec-reason {
  padding-block: clamp(5.4rem, 3.2rem + 5.97vw, 10.8rem) clamp(1.2rem, 0.7rem + 1.44vw, 2.5rem);
}
.sec-reason__head {
  margin-bottom: clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
}
.sec-reason__item {
  padding-bottom: clamp(2.8rem, 1.7rem + 2.98vw, 5.5rem);
}
.sec-reason__item.--item02 {
  padding-top: clamp(2.8rem, 1.7rem + 2.98vw, 5.5rem);
  background: #f3f3f3;
}
.sec-reason__item.--item02 .sec-reason__info {
  margin-bottom: clamp(2.5rem, 2.1rem + 1.1vw, 3.5rem);
}
.sec-reason__item.--item02 .sec-reason__ttl {
  justify-content: center;
}
.sec-reason__item.--item02 .sec-reason__txt {
  margin-inline: auto 0;
}
.sec-reason__item.--item03 {
  padding-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.sec-reason__item.--item03 .sec-reason__ttl-num {
  line-height: 1.2rem;
}
.sec-reason__item.--item03 .sec-reason__ttl-num span {
  padding-bottom: 12px;
}
.sec-reason__info {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.sec-reason__ttl {
  margin-bottom: clamp(2rem, 1.2rem + 2.21vw, 4rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.sec-reason__ttl-num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #937218;
  font-size: 1.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.028rem;
}
@media screen and (max-width: 479px) {
  .sec-reason__ttl-num {
    font-size: 1.2rem;
  }
}
.sec-reason__ttl-num span {
  color: #b8973c;
  text-align: center;
  font-size: 6.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 479px) {
  .sec-reason__ttl-num span {
    font-size: 4.2rem;
  }
}
.sec-reason__ttl-st {
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-reason__ttl-st {
    font-size: 18px;
    line-height: 1.6;
  }
}
.sec-reason__txt {
  max-width: 380px;
}
.sec-reason__txt-st {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.084rem;
}
.sec-reason__gallery {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  gap: 23px;
}
.sec-reason__gallery.--row {
  flex-direction: row;
}
.sec-reason__gallery.--row .sec-reason__gallery-ph.--ph01 {
  margin-top: clamp(6.6rem, 3.9rem + 7.29vw, 13.2rem);
  width: 171px;
  height: auto;
  aspect-ratio: 171/168;
}
.sec-reason__gallery.--row .sec-reason__gallery-ph.--ph02 {
  width: 242px;
  height: auto;
  aspect-ratio: 242/338;
}
.sec-reason__gallery-ph {
  display: block;
}
.sec-reason__gallery-ph.--right {
  margin-inline: auto 0;
}
.sec-reason__gallery-ph.--ph01 {
  width: 379px;
  height: auto;
  aspect-ratio: 379/219;
}
.sec-reason__gallery-ph.--ph02 {
  width: 223px;
  height: auto;
  aspect-ratio: 223/144;
}

.sec-promise {
  padding-block: clamp(5.5rem, 3.2rem + 6.08vw, 11rem) clamp(2.3rem, 1.3rem + 2.54vw, 4.6rem);
  background: #f0efeb;
}
.sec-promise__head {
  margin-bottom: clamp(1.4rem, 0.8rem + 1.55vw, 2.8rem);
}
.sec-promise__txt {
  margin-top: clamp(4rem, 2.3rem + 4.42vw, 8rem);
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.084rem;
}
.sec-promise__cnt {
  padding-block: clamp(1.4rem, 0.9rem + 1.44vw, 2.7rem) clamp(2rem, 1.2rem + 2.21vw, 4rem);
}
.sec-promise .promise-slide__item {
  height: auto;
}
.sec-promise .promise-slide__box {
  padding-bottom: clamp(4.2rem, 2.4rem + 4.75vw, 8.5rem);
}
.sec-promise .promise-slide__ph {
  position: relative;
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  width: 100%;
  height: auto;
  aspect-ratio: 480/309;
}
.sec-promise .promise-slide__ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-promise .promise-slide__ph-txt {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.sec-promise .promise-slide__info {
  padding-inline: clamp(4rem, 2.8rem + 3.09vw, 6.8rem);
}
.sec-promise .promise-slide__ttl {
  margin-bottom: clamp(1.8rem, 1.1rem + 1.99vw, 3.6rem);
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-promise .promise-slide__ttl {
    font-size: 1.6rem;
  }
}
.sec-promise .promise-slide__txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.084rem;
}
.sec-promise .swiper-button-prev, .sec-promise .swiper-button-next {
  top: 155px;
}
.sec-promise .swiper-button-prev::after, .sec-promise .swiper-button-next::after {
  font-size: 3rem;
  color: #fff;
  transition: 0.4s;
}
.sec-promise .swiper-button-prev.swiper-button-disabled, .sec-promise .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-promise .swiper-button-prev {
  left: clamp(1rem, 0.6rem + 1.1vw, 2rem);
}
.sec-promise .swiper-button-next {
  right: clamp(1rem, 0.6rem + 1.1vw, 2rem);
}
.sec-promise .swiper-pagination-bullets {
  top: auto;
  bottom: 0;
}
.sec-promise .swiper-pagination-bullet {
  margin-inline: 9px !important;
  width: 10px;
  height: 10px;
  background: #d1cac1;
  opacity: 1;
}
.sec-promise .swiper-pagination-bullet-active {
  background: #937218;
}

.sec-contact {
  padding-block: clamp(6.5rem, 3.8rem + 7.18vw, 13rem) clamp(6.6rem, 3.9rem + 7.29vw, 13.2rem);
  background: #dcdcdc;
}
.sec-contact__head {
  margin-bottom: clamp(3.8rem, 2.3rem + 4.09vw, 7.5rem);
}
.sec-contact__txt {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
.sec-contact__note {
  margin-bottom: clamp(3rem, 1.8rem + 3.31vw, 6rem);
  padding: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem) clamp(1rem, 0.6rem + 1.1vw, 2rem);
  border-block: 1px solid #b8973c;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}
.sec-contact .contact-form__tab {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
  margin: 0 auto clamp(3rem, 1.8rem + 3.31vw, 6rem);
}
.sec-contact .contact-form__tab-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 14px) / 2);
  height: auto;
  aspect-ratio: 208.85/120.88;
}
.sec-contact .contact-form__tab-item.--item01 .contact-form__select::before {
  background: url(./img/contact-form-img01_active.jpg) no-repeat center center/cover;
}
.sec-contact .contact-form__tab-item.--item02 .contact-form__select::before {
  background: url(./img/contact-form-img02_active.jpg) no-repeat center center/cover;
}
.sec-contact .contact-form__select {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}
.sec-contact .contact-form__select::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.sec-contact .contact-form__select img {
  transition: 0.4s;
}
.sec-contact .contact-form__select.active img {
  opacity: 0;
}
.sec-contact .contact-form__select.active::before {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .sec-contact .contact-form__select:hover img {
    opacity: 0;
  }
  .sec-contact .contact-form__select:hover::before {
    opacity: 1;
  }
}

.sec-works {
  padding-block: clamp(5.5rem, 3.2rem + 6.08vw, 11rem) clamp(1.1rem, 0.6rem + 1.22vw, 2.2rem);
}
.sec-works__head {
  margin-bottom: clamp(3.7rem, 2.2rem + 4.09vw, 7.4rem);
}
.sec-works__block {
  padding-bottom: clamp(5.4rem, 3.2rem + 5.86vw, 10.7rem);
}
.sec-works__block-ttl {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.12rem;
}
.sec-works .works-slide {
  position: relative;
}
.sec-works .works-slide__thumbs {
  margin-top: 8px;
  padding: 0;
  width: 100%;
  overflow-x: auto;
}
.sec-works .works-slide__thumbs .swiper-slide {
  aspect-ratio: 1;
  text-align: center;
  overflow: hidden;
}
.sec-works .works-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-works .works-slide__main {
  height: 338px;
}
.sec-works .works-slide__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-works .swiper-slide-thumb-active {
  opacity: 1;
}
.sec-works .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}
.sec-works .swiper-pagination-bullet-active {
  background: #4b3928;
}
.sec-works .swiper-pagination-bullets {
  bottom: -35px;
}
.sec-works .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec-works .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.sec-works .swiper-button-prev03, .sec-works .swiper-button-next03, .sec-works .swiper-button-prev04, .sec-works .swiper-button-next04 {
  position: absolute;
  top: 35%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 30px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: -1px) {
  .sec-works .swiper-button-prev03, .sec-works .swiper-button-next03, .sec-works .swiper-button-prev04, .sec-works .swiper-button-next04 {
    width: 40px;
    height: 40px;
  }
}
.sec-works .swiper-button-prev03::after, .sec-works .swiper-button-next03::after, .sec-works .swiper-button-prev04::after, .sec-works .swiper-button-next04::after {
  display: none;
}
@media screen and (min-width: ) {
  .sec-works .swiper-button-prev03:hover, .sec-works .swiper-button-next03:hover, .sec-works .swiper-button-prev04:hover, .sec-works .swiper-button-next04:hover {
    opacity: 0.7;
  }
}
.sec-works .swiper-button-prev03, .sec-works .swiper-button-prev04 {
  left: 8px;
  transform: scale(-1, 1);
}

.sec-about {
  margin-top: clamp(6.4rem, 3.8rem + 6.96vw, 12.7rem);
  padding-top: clamp(5.8rem, 3.4rem + 6.41vw, 11.6rem);
  background: #000;
  color: #fff;
}
.sec-about__head {
  margin-bottom: clamp(2.6rem, 1.5rem + 2.87vw, 5.2rem);
}
.sec-about .about-message {
  padding-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  background: #000;
  color: #fff;
}
.sec-about .about-message__block {
  padding-top: clamp(6rem, 3.3rem + 7.18vw, 12.5rem);
  background: url(./img/bg-message.png) no-repeat top center/100% calc(100% - 105px);
}
.sec-about .about-message__head {
  margin-bottom: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
}
.sec-about .about-message__cnt-wrap {
  position: relative;
  padding-inline: 20px;
}
.sec-about .about-message__cnt {
  margin-bottom: clamp(3.4rem, 2rem + 3.76vw, 6.8rem);
  padding-inline: 35px;
}
@media screen and (max-width: 479px) {
  .sec-about .about-message__cnt {
    padding-inline: 0;
  }
}
.sec-about .about-message__txt {
  margin-bottom: clamp(1.4rem, 0.8rem + 1.55vw, 2.8rem);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-about .about-message__president {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.sec-about .about-message__ph {
  flex: 1;
}
.sec-about .about-message__data {
  width: 180px;
}
.sec-about .about-message__position {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-about .about-message__name-main {
  display: block;
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.sec-about .about-message__name-sub {
  display: block;
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: 0.16em;
  color: #ffe294;
}
.sec-about .about-message__btn {
  margin-top: -80px;
  padding-bottom: 64px;
  text-align: center;
}
.sec-about .about-message__btn-txt {
  position: relative;
  margin-inline: auto;
  padding-right: 25px;
  width: 120px;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #000;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .sec-about .about-message__btn-txt {
    font-size: 1.4rem;
  }
}
.sec-about .about-message__btn-txt::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b8973c;
}
.sec-about .about-message__btn-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-about .about-message__btn-txt:hover::after {
    margin-left: 4px;
  }
}

.sec-company {
  padding-block: clamp(3.5rem, 2rem + 3.87vw, 7rem) clamp(3.7rem, 2.1rem + 4.2vw, 7.5rem);
  background: #000;
}
.sec-company__head {
  margin-bottom: clamp(4.1rem, 2.4rem + 4.53vw, 8.2rem);
}
.sec-company__overview {
  padding-block: clamp(4.6rem, 2.7rem + 5.08vw, 9.2rem) clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
  padding-inline: 55px;
  background: #303030;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .sec-company__overview {
    padding-inline: 20px;
  }
}
.sec-company__overview-item {
  padding-block: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
}
.sec-company__overview-name {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-company__overview-value {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-company__overview-value span {
  display: inline-block;
}
.sec-company__overview-value span:not(:last-child) {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}

.sec-merit {
  padding-block: clamp(5.8rem, 3.4rem + 6.3vw, 11.5rem) clamp(6rem, 3.5rem + 6.63vw, 12rem);
  background: #f0efeb;
}
.sec-merit__head {
  margin-bottom: clamp(3.4rem, 2rem + 3.76vw, 6.8rem);
}
.sec-merit__cnt {
  color: #fff;
}
.sec-merit .merit-slide__list {
  padding-block: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  background: #f9f8f4;
  border-block: 1px solid #b8973c;
}
.sec-merit .merit-slide__item {
  height: auto;
}
.sec-merit .merit-slide__box {
  padding-block: clamp(3.5rem, 2rem + 3.87vw, 7rem) clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: clamp(52rem, 44.9rem + 19.01vw, 69.2rem);
}
.sec-merit .merit-slide__box.--box01 {
  background: url(./img/merit-img01.jpg) no-repeat center center/cover;
}
.sec-merit .merit-slide__box.--box02 {
  background: url(./img/merit-img02.jpg) no-repeat center center/cover;
}
.sec-merit .merit-slide__box.--box03 {
  background: url(./img/merit-img03.jpg) no-repeat center center/cover;
}
.sec-merit .merit-slide__box.--box04 {
  background: url(./img/merit-img04.jpg) no-repeat center center/cover;
}
.sec-merit .merit-slide__info {
  padding-inline: 42px;
}
.sec-merit .merit-slide__ttl {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .sec-merit .merit-slide__ttl {
    font-size: 4rem;
  }
}
.sec-merit .merit-slide__subttl {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .sec-merit .merit-slide__subttl {
    font-size: 1.8rem;
  }
}
.sec-merit .merit-slide__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .sec-merit .merit-slide__txt {
    font-size: 1.4rem;
  }
}
.sec-merit .swiper-button-prev::after, .sec-merit .swiper-button-next::after {
  font-size: 3rem;
  color: #fff;
  transition: 0.4s;
}
.sec-merit .swiper-button-prev.swiper-button-disabled, .sec-merit .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-merit .swiper-button-prev {
  left: 0;
}
.sec-merit .swiper-button-next {
  right: 0;
}
.sec-merit .swiper-pagination-bullets {
  top: auto;
  bottom: -50px;
}
@media screen and (max-width: 1024px) {
  .sec-merit .swiper-pagination-bullets {
    bottom: -30px;
  }
}
@media screen and (max-width: 479px) {
  .sec-merit .swiper-pagination-bullets {
    bottom: -20px;
  }
}
.sec-merit .swiper-pagination-bullet {
  margin-inline: 9px !important;
  width: 10px;
  height: 10px;
}
.sec-merit .swiper-pagination-bullet-active {
  background: #937218;
}

.sec-plan {
  padding-block: clamp(5.8rem, 3.4rem + 6.3vw, 11.5rem) clamp(2.8rem, 1.7rem + 2.98vw, 5.5rem);
  background: #f0efeb;
}
.sec-plan__head {
  margin-bottom: clamp(3.5rem, 2rem + 3.87vw, 7rem);
}
.sec-plan .plan-list__item {
  margin-bottom: 20px;
  padding-block: clamp(1rem, 0.6rem + 1.1vw, 2rem);
  min-height: clamp(10rem, 8.5rem + 3.98vw, 13.6rem);
  background: #f9f8f4;
  border-block: 1px solid #b8973c;
}
.sec-plan .plan-list__head {
  position: relative;
  padding-inline: 45px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-list__head {
    padding-inline: 20px;
  }
}
.sec-plan .plan-list__head-num {
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: 0.05em;
  color: #433f37;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-list__head-num {
    line-height: 1.8;
  }
}
.sec-plan .plan-list__head-num span {
  font-size: 2.2rem;
}
.sec-plan .plan-list__head-name {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #937218;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-list__head-name {
    font-size: 1.6rem;
  }
}
.sec-plan .plan-list__head-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
  background: rgba(184, 151, 60, 0.5);
  border-radius: 50%;
}
.sec-plan .plan-list__head-arrow::before, .sec-plan .plan-list__head-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 1px;
  background: #fff;
  transition: opacity 0.3s ease;
}
.sec-plan .plan-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.sec-plan .plan-list__head.selected .plan-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s;
}
.sec-plan .plan-list__cnt {
  display: none;
}
.sec-plan .plan-detail__item {
  padding-block: clamp(1.8rem, 1.1rem + 1.88vw, 3.5rem) clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
}
.sec-plan .plan-detail__ph {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.sec-plan .plan-detail__floor {
  margin-bottom: clamp(1rem, 0.6rem + 1.1vw, 2rem);
}
.sec-plan .plan-detail__floor-ph {
  margin-bottom: clamp(1.3rem, 0.8rem + 1.44vw, 2.6rem);
  margin-inline: auto;
  width: 100%;
  max-width: 300px;
}
.sec-plan .plan-detail__floor-txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
}
.sec-plan .plan-detail__data {
  padding-inline: 45px;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-detail__data {
    padding-inline: 20px;
  }
}
.sec-plan .plan-detail__data-ttl {
  margin-bottom: clamp(0.5rem, 0.3rem + 0.66vw, 1.1rem);
  font-size: 1.4rem;
  line-height: 2.29;
  letter-spacing: 0.05em;
  color: #937218;
}
.sec-plan .plan-detail__data-txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-plan .plan-slide {
  position: relative;
  margin-bottom: 55px;
  margin-bottom: clamp(2.8rem, 1.7rem + 2.98vw, 5.5rem);
}
.sec-plan .plan-slide__thumbs {
  margin-top: 8px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.sec-plan .plan-slide__thumbs .swiper-slide {
  aspect-ratio: 1;
  text-align: center;
  overflow: hidden;
}
.sec-plan .plan-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-plan .plan-slide__main {
  height: 269px;
}
.sec-plan .plan-slide__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-plan .swiper-slide-thumb-active {
  opacity: 1;
}
.sec-plan .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}
.sec-plan .swiper-pagination-bullet-active {
  background: #4b3928;
}
.sec-plan .swiper-pagination-bullets {
  bottom: -35px;
}
.sec-plan .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec-plan .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.sec-plan .swiper-button-prev01, .sec-plan .swiper-button-next01, .sec-plan .swiper-button-prev02, .sec-plan .swiper-button-next02, .sec-plan .swiper-button-prev03, .sec-plan .swiper-button-next03, .sec-plan .swiper-button-prev04, .sec-plan .swiper-button-next04 {
  position: absolute;
  top: 35%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 30px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: -1px) {
  .sec-plan .swiper-button-prev01, .sec-plan .swiper-button-next01, .sec-plan .swiper-button-prev02, .sec-plan .swiper-button-next02, .sec-plan .swiper-button-prev03, .sec-plan .swiper-button-next03, .sec-plan .swiper-button-prev04, .sec-plan .swiper-button-next04 {
    width: 40px;
    height: 40px;
  }
}
.sec-plan .swiper-button-prev01::after, .sec-plan .swiper-button-next01::after, .sec-plan .swiper-button-prev02::after, .sec-plan .swiper-button-next02::after, .sec-plan .swiper-button-prev03::after, .sec-plan .swiper-button-next03::after, .sec-plan .swiper-button-prev04::after, .sec-plan .swiper-button-next04::after {
  display: none;
}
@media screen and (min-width: ) {
  .sec-plan .swiper-button-prev01:hover, .sec-plan .swiper-button-next01:hover, .sec-plan .swiper-button-prev02:hover, .sec-plan .swiper-button-next02:hover, .sec-plan .swiper-button-prev03:hover, .sec-plan .swiper-button-next03:hover, .sec-plan .swiper-button-prev04:hover, .sec-plan .swiper-button-next04:hover {
    opacity: 0.7;
  }
}
.sec-plan .swiper-button-prev01, .sec-plan .swiper-button-prev02, .sec-plan .swiper-button-prev03, .sec-plan .swiper-button-prev04 {
  left: 8px;
  transform: scale(-1, 1);
}

.sec-access {
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
  background: #f0efeb;
}
.sec-access__head {
  margin-bottom: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
}
.sec-access__txt {
  margin-bottom: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
}
.sec-access .access-list__item {
  margin-bottom: 20px;
  padding: clamp(1.3rem, 0.8rem + 1.44vw, 2.6rem) 48px;
  min-height: clamp(10rem, 8.5rem + 3.98vw, 13.6rem);
  background: #f9f8f4;
  border-block: 1px solid #b8973c;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__item {
    padding-inline: 20px;
  }
}
.sec-access .access-list__head {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head {
    padding-right: 24px;
  }
}
.sec-access .access-list__head-name {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #937218;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head-name {
    font-size: 1.6rem;
  }
}
.sec-access .access-list__head-add {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-access .access-list__head-arrow {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1;
  background: rgba(184, 151, 60, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head-arrow {
    right: -8px;
  }
}
.sec-access .access-list__head-arrow::before, .sec-access .access-list__head-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 1px;
  background: #fff;
  transition: opacity 0.3s ease;
}
.sec-access .access-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.sec-access .access-list__head.selected .access-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s;
}
.sec-access .access-list__cnt {
  display: none;
}
.sec-access .access-detail__item {
  padding-block: clamp(1.3rem, 0.8rem + 1.44vw, 2.6rem) clamp(1.1rem, 0.6rem + 1.22vw, 2.2rem);
}
.sec-access .access-detail__ph {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.sec-access .access-detail__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
}
.sec-access .access-detail__data-txt {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2.08;
  color: #1f1f1f;
}
.sec-access .access-detail__data-ph {
  width: 123px;
  height: auto;
  aspect-ratio: 123/72;
}
.sec-access .access-detail__map {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  width: 100%;
  aspect-ratio: 344/173;
}
.sec-access .access-detail__map iframe {
  width: 100%;
  height: 100%;
}
.sec-access .access-detail__btn {
  text-align: center;
}
.sec-access .access-detail__btn-link {
  position: relative;
  padding-right: 25px;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 479px) {
  .sec-access .access-detail__btn-link {
    font-size: 1.4rem;
  }
}
.sec-access .access-detail__btn-link::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b8973c;
}
.sec-access .access-detail__btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-access .access-detail__btn-link:hover::after {
    margin-left: 4px;
  }
}

.sec-staff {
  padding-block: clamp(3.8rem, 2.3rem + 4.09vw, 7.5rem) clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  background: #000;
  color: #fff;
}
.sec-staff__head {
  margin-bottom: clamp(3.6rem, 2.1rem + 3.98vw, 7.2rem);
}
.sec-staff__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 45px 18px;
}
.sec-staff__item {
  width: calc((100% - 18px) / 2);
}
.sec-staff__ph {
  margin-bottom: 9px;
}
.sec-staff__position {
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-staff__name-main {
  display: block;
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: 0.06em;
}
.sec-staff__name-sub {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  color: #ffe294;
}

/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */
.wpcf7-list-item {
  margin: 0 0 1em 0;
}

form {
  overflow: hidden;
}
form ul {
  display: block;
  margin: 24px 0;
}
form ul:first-of-type {
  display: block;
  margin-top: 0;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}
.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.item-notice p {
  font-size: 14px;
}

form ul li:last-of-type {
  width: 100%;
}
form ul .item-name {
  color: #2C2928;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 16px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}
form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}
form ul li:last-of-type input {
  width: 100%;
  display: block;
}
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}
form ul li:last-of-type input,
form ul li:last-of-type textarea,
form ul li:last-of-type select {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #fff !important;
}

@media (max-width: 1024px) {
  form ul .item-name {
    font-size: 14px;
  }
}
.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.contact__form ul.form-tab button.active {
  color: #186a68;
  border-top: 1px solid #186a68;
  border-bottom: 1px solid #186a68;
}

.submit_btn {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin: auto;
  position: relative;
}
.submit_btn:hover {
  /* border: 1px solid rgba(108, 142, 120, 0.5); */
}

.section-form__check {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 48px;
}
.section-form__check span {
  background: none;
}

.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  size: cover !important;
  position: center center !important;
}

.wpcf7-spinner {
  display: none !important;
}

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}

.form-caption {
  margin-bottom: 120px;
}
.form-caption p {
  font-size: 16px;
  text-align: center;
}

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  margin-bottom: 32px;
}
.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}
.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}
.section-form-privacy__cnt p {
  font-size: 14px;
}

.formError {
  z-index: 20 !important;
}

.xdsoft_datetimepicker {
  z-index: 21 !important;
}

@media screen and (max-width: 640px) {
  form ul {
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
  }
  form ul li:first-of-type, form ul li:last-of-type {
    width: 100%;
  }
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  form ul li:last-of-type input,
  form ul li:last-of-type textarea {
    padding: 16px;
    font-size: 14px;
  }
  form [type=submit] {
    font-size: 18px;
  }
  .form-caption {
    margin-bottom: 32px;
  }
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  .item-notice,
  li.item-form.itemform_add_search span {
    width: 100%;
  }
  .section-form__check {
    margin-bottom: 5%;
  }
}
.wpcf7-form-control {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
}
.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

.form-caption p,
form * {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #444444;
}

.wpcf7-not-valid-tip {
  /*   display: none !important; */
}

.form__notice {
  font-size: 14px;
  margin-top: 16px;
}

.privacy-policy-scroll {
  background: #FFF;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}
.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}
.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
}
.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #FFF;
}
.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}
.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
}
.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}
.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}

span.wpcf7-form-control.wpcf7-radio {
  background: unset;
}

.section-form__check1,
.section-form__check2 {
  text-align: center;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1;
}
span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  /* 枠線の色 */
  border-radius: 50%;
  /* 丸くする */
  color: #FFFFFF;
  /* 背景色 */
  -moz-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none;
  /* Safari対応 */
  outline: none;
  /* フォーカス時の枠線を消す */
  cursor: pointer;
  /* ポインタを変更 */
}
.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  color: #000000 !important;
  box-shadow: inset 0 0 0 4px #FFFFFF;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.section-form__check1 .wpcf7-list-item,
.section-form__check2 .wpcf7-list-item {
  justify-content: center;
}


.item-req {
  background: #3A3A3A;
  color: #fff;
  text-align: center;
  padding: 5px 21px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 30px;
}

.item-noreq {
  background: #B4B4B4;
  color: #fff;
  text-align: center;
  padding: 5px 21px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 30px;
}

.wpcf7c-elm-step1 {
  background: #3A3A3A;
  width: 80px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  border: none;
  color: #FFF;
}

.wpcf7-form-control-wrap[data-name=kaizyo] {
  padding-right: 10px;
  background: #fff;
}

.reserve-notice {
  color: #444444;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

form [type=submit] {
  background: #3A3A3A;
  max-width: 100%;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
  line-height: 1.8;
}
form [type=submit]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.privacy-box {
  color: #444444;
  background: #fff;
  border: none;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
}