@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;
  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 {
  content: "";
  content: none;
}

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: #083459;
  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;
}

/* 画像を縦に並べた時に余白0 */
img {
  display: block;
  width: 100%;
  height: auto;
}

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

*: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;
}

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

section {
  display: block;
  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;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  font-size: 10px;
  box-sizing: border-box;
  color: #333;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #43413E;
  scroll-behavior: smooth;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
}

body.is-open {
  overflow: hidden;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

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

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

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.common__inner {
  padding-inline: 48px;
}
@media (max-width: 480px) {
  .common__inner {
    padding-inline: 5%;
  }
}

.common-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.common-ttl--en {
  font-family: "Castoro Titling", sans-serif;
  color: #B19A7E;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.common-ttl--ja {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #43413E;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
}

.sp {
  display: none;
}
@media (max-width: 425px) {
  .sp {
    display: block;
  }
}

.sp480 {
  display: none;
}
@media (max-width: 480px) {
  .sp480 {
    display: block;
  }
}

.wrap__inner {
  display: grid;
  grid-template-columns: 1fr 480px;
  margin: 0 auto;
  max-width: 1184px;
  padding: 0 2rem;
}
.wrap__inner::before {
  display: block;
  position: fixed;
  content: "";
  left: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: url(./img/wrap-bg.png) center center/cover fixed no-repeat;
  z-index: -1;
}
@media (max-width: 1024px) {
  .wrap__inner {
    display: block;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .wrap__inner::before {
    display: none;
  }
}

/* header*/
.section__header__inner {
  width: 480px;
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  .section__header__inner {
    display: none;
  }
}
.section__header__container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 11rem 0 7.8rem;
}
.section__header__logo {
  width: 100%;
  height: auto;
}
.section__header__logo a {
  display: block;
  width: 327px;
  height: auto;
  margin: 0 auto;
}
.section__header__nav {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 74px;
  gap: 80px;
  margin: 0 auto;
}
.section__header__nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  gap: 32px;
}
.section__header__nav__item {
  width: 100%;
  max-width: 240px;
  text-wrap: nowrap;
}
.section__header__nav__link {
  display: block;
  position: relative;
  width: 100%;
  transition: 0.4s;
}
@media (min-width: 641px) {
  .section__header__nav__link:hover .section__header__nav__link__text {
    opacity: 0.7;
  }
}
.section__header__nav__link.js-active .section__header__nav__link__text::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #43413E;
}
.section__header__nav__link__text {
  position: relative;
  display: inline-block;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 0.05em;
  transition: 0.4s;
}
.section__header__cta {
  position: relative;
  width: 100%;
  background: url(./img/cta-bg.png) center center/cover no-repeat;
}
.section__header__cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 40px 24px;
}
.section__header__cta__ttl {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.section__header__cta__img {
  width: 100%;
  height: auto;
}
.section__header__cta__btn {
  position: relative;
  width: 384px;
  background: #C79C3F;
  padding-block: 24px;
  border: 1px solid #C79C3F;
  border-radius: 56px;
  margin-top: 16px;
}
.section__header__cta__btn span {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
.section__header__cta__btn svg {
  position: absolute;
  stroke: #fff;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.section__header__cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 32px;
  background: #FFF;
}
@media (min-width: 641px) {
  .section__header__cta:hover .section__header__cta__btn {
    transition: 0.3s;
    background: #fff;
  }
  .section__header__cta:hover .section__header__cta__btn span {
    color: #C79C3F;
  }
  .section__header__cta:hover .section__header__cta__btn svg {
    stroke: #C79C3F;
  }
}

.section__header--sp {
  display: none;
  width: 480px;
  background: #E9E7E1;
  position: fixed;
  top: 0;
  left: calc((100% - 480px) / 2);
  z-index: 102;
  transition: background-color 0.3s ease;
}
@media (max-width: 1024px) {
  .section__header--sp {
    display: block;
  }
}
.section__header--sp.is-fv {
  background: transparent;
}
.section__header--sp.is-fv .section__header--sp__toggle__line {
  background: #fff;
}
.section__header--sp.is-menu-open .section__header--sp__toggle__line {
  background: #43413E;
}
.section__header--sp__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  z-index: 103;
  transition: background-color 0.3s ease;
}
.section__header--sp__logo {
  width: 101px;
  height: auto;
}
.section__header--sp__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.section__header--sp__toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  z-index: 103;
}
.section__header--sp__toggle__lines {
  position: relative;
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section__header--sp__toggle__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #43413E;
  transition: background-color 0.3s ease, all 0.3s ease;
  transform-origin: center;
}
.section__header--sp__toggle.is-open .section__header--sp__toggle__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.section__header--sp__toggle.is-open .section__header--sp__toggle__line:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.section__header--sp__toggle.is-open .section__header--sp__toggle__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.section__header--sp__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 480px) {
  .section__header--sp__overlay {
    left: calc((100% - 480px) / 2);
    width: 480px;
  }
}
.section__header--sp__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.section__header--sp__nav {
  position: fixed;
  top: 0;
  left: calc((100% - 480px) / 2);
  width: 480px;
  height: 100vh;
  background: #E9E7E1;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.section__header--sp__nav.is-open {
  opacity: 1;
  visibility: visible;
}
.section__header--sp__nav__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  gap: 40px;
}
.section__header--sp__nav__item {
  text-align: center;
}
.section__header--sp__nav__link {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 0.05em;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.section__header--sp__nav__link:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .section__header--sp {
    width: 100%;
    left: 0;
  }
}

.main__inner {
  background: #fff;
}
@media (max-width: 1024px) {
  .main__inner {
    width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .main__inner {
    width: 100%;
  }
}

/* fv*/
.section__fv {
  position: relative;
  z-index: 1;
  height: 100dvh;
}
@media (min-width: 1441px) {
  .section__fv {
    height: 810px;
  }
}
.section__fv__slide {
  position: absolute;
  width: 100%;
}
.section__fv__slide__cnt {
  position: relative;
  width: 100%;
  height: 100dvh; /* 必要に応じて調整 */
  overflow: hidden;
}
.section__fv__slide__item {
  width: 100%;
  height: 100dvh;
}
.section__fv__slide__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section__fv__catch {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section__fv__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 2px 3px 5px rgba(114, 113, 113, 0.5);
}
.section__fv__ttl--en, .section__fv__ttl--ja {
  display: block;
}
.section__fv__ttl--en {
  font-family: "Castoro Titling", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (max-width: 425px) {
  .section__fv__ttl--en {
    font-size: 2.4rem;
  }
}
.section__fv__ttl--ja {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.06em;
}
@media (max-width: 425px) {
  .section__fv__ttl--ja {
    font-size: 3.2rem;
  }
}
.section__fv__subttl {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 425px) {
  .section__fv__subttl {
    font-size: 1.6rem;
  }
}

/* concept */
.section__concept {
  background: #E9E7E1;
  padding-block: 80px 40px;
  border-radius: 50px 50px 0 0;
  margin-top: -48px;
  z-index: 2;
}
.section__concept__img {
  width: 100%;
  height: auto;
  margin-top: 32px;
}
.section__concept__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.05em;
  margin: 48px 0;
}
@media (max-width: 425px) {
  .section__concept__ttl {
    font-size: 1.8rem;
    margin: 32px 0;
  }
}
.section__concept__txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 200%;
}
@media (max-width: 425px) {
  .section__concept__txt {
    font-size: 1.4rem;
  }
}

/* model house */
.section__modelhouse {
  background: #E9E7E1;
}
.section__modelhouse__inner {
  padding: 56px 24px 40px;
}
@media (max-width: 425px) {
  .section__modelhouse__inner {
    padding: 40px 5%;
  }
}
.section__modelhouse__tabs {
  display: flex;
  margin-top: 40px;
  width: 100%;
}
.section__modelhouse__tab {
  background: #CCC8BD;
  color: #fff;
  width: 33.3333333333%;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Castoro Titling", serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 128.571%;
  letter-spacing: 0.1em;
  padding-block: 20px;
  border-radius: 3px 3px 0 0;
  border-right: 1px solid #FFF;
}
.section__modelhouse__tab:last-child {
  border-right: none;
}
.section__modelhouse__tab strong {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.section__modelhouse__tab.js-active {
  background: #43413E;
}
.section__modelhouse__contents__item {
  display: none;
  background: #FFF;
  padding: 32px 24px;
}
.section__modelhouse__contents__item.js-active {
  display: block;
}
.section__modelhouse__contents__item__ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .section__modelhouse__contents__item__ttl {
    font-size: 1.8rem;
  }
}
@media (max-width: 425px) {
  .section__modelhouse__contents__item__ttl {
    font-size: 1.6rem;
  }
}
.section__modelhouse__contents__item__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 192.857%;
  letter-spacing: normal;
}
@media (max-width: 425px) {
  .section__modelhouse__contents__item__txt {
    font-size: 1.2rem;
  }
}

/* plan */
.section__plan {
  padding-block: 64px;
}
@media (max-width: 425px) {
  .section__plan {
    padding-block: 40px;
  }
}
.section__plan__floor {
  position: relative;
  margin-top: 40px;
  margin-bottom: 48px;
}
.section__plan__contents {
  overflow: visible;
}
.section__plan__contents__viewport {
  overflow: hidden;
  width: 100%;
}
.section__plan__contents__slider {
  position: relative;
  width: 100%;
}
.section__plan__contents__slider__wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
.section__plan__contents__item {
  min-width: 100%;
  width: 100%;
  padding-block: 24px 48px;
}
@media (max-width: 425px) {
  .section__plan__contents__item {
    padding-block: 24px;
  }
}
.section__plan__contents__item__inner {
  position: relative;
  background: #E9E7E1;
  padding: 46px 16px 40px;
}
.section__plan__contents__item__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 45px;
  height: 45px;
  z-index: 1;
}
.section__plan__contents__item__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.section__plan__contents__item__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: normal;
  margin-top: 24px;
}
.section__plan__contents__nav__prev, .section__plan__contents__nav__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.section__plan__contents__nav__prev:hover:not(.is-disabled), .section__plan__contents__nav__next:hover:not(.is-disabled) {
  opacity: 0.7;
}
.section__plan__contents__nav__prev.is-disabled, .section__plan__contents__nav__next.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.section__plan__contents__nav__prev svg, .section__plan__contents__nav__next svg {
  display: block;
}
.section__plan__contents__nav__prev {
  left: -30px;
}
.section__plan__contents__nav__next {
  right: -30px;
}
.section__plan__info__ttl {
  color: #B19A7E;
  text-align: center;
  font-family: "Castoro Titling", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.section__plan__info__list {
  padding: 14px;
  border: 0.5px solid #43413E;
}
.section__plan__info__list__item {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 157.143%;
  letter-spacing: normal;
}
@media (max-width: 425px) {
  .section__plan__info__list__item {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .section__plan__contents__nav__prev {
    left: -10px;
  }
  .section__plan__contents__nav__next {
    right: -10px;
  }
}

/* access */
.section__access {
  background: #E9E7E1;
  padding-block: 56px;
}
.section__access__map {
  margin-block: 32px 48px;
}
.section__access__map iframe {
  width: 100%;
  height: 231px;
}
.section__access__info__item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: normal;
}

/* works */
.section__works {
  padding-block: 56px;
}
.section__works__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 32px;
}
.section__works__thumbs {
  margin-top: 8px;
}

/* about */
.section__about {
  background: #E9E7E1;
}
.section__about__inner {
  padding: 56px 24px 40px;
}
@media (max-width: 425px) {
  .section__about__inner {
    padding: 40px 5%;
  }
}
.section__about__tabs {
  display: flex;
  margin-top: 40px;
  width: 100%;
}
.section__about__tab {
  background: #CCC8BD;
  color: #fff;
  width: 33.3333333333%;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Castoro Titling", serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 128.571%;
  letter-spacing: 0.1em;
  padding-block: 20px;
  border-radius: 3px 3px 0 0;
  border-right: 1px solid #FFF;
}
.section__about__tab:last-child {
  border-right: none;
}
.section__about__tab strong {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.section__about__tab.js-active {
  background: #43413E;
}
.section__about__contents__item {
  display: none;
  background: #FFF;
  padding: 32px 24px;
}
@media (max-width: 425px) {
  .section__about__contents__item {
    padding: 24px 16px;
  }
}
.section__about__contents__item.js-active {
  display: block;
}
.section__about__contents__item__img {
  width: 100%;
  margin-bottom: 24px;
}
.section__about__contents__item__ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
@media (max-width: 425px) {
  .section__about__contents__item__ttl {
    font-size: 1.6rem;
  }
}
.section__about__contents__item__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 192.857%;
  letter-spacing: normal;
}
@media (max-width: 425px) {
  .section__about__contents__item__txt {
    font-size: 1.2rem;
  }
}

/* company */
.section__company {
  background: #E9E7E1;
  padding-block: 32px 56px;
}
.section__company__item {
  margin-top: 32px;
}
.section__company__item__list {
  display: flex;
  gap: 20px;
  padding: 16px 8px;
  border-bottom: 1px solid #B19A7E;
}
.section__company__item__list:first-child {
  padding-top: 0;
}
.section__company__item__list__item {
  width: 104px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: normal;
}
.section__company__item__list__value {
  width: calc(100% - 104px);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: normal;
}
@media (max-width: 425px) {
  .section__company {
    padding-block: 40px;
  }
  .section__company__item__list {
    flex-direction: column;
    gap: 16px;
  }
  .section__company__item__list__value {
    width: 100%;
  }
}

/* footer */
.section__footer {
  background: #E9E7E1;
  padding-block: 40px 16px;
}
.section__footer__logo {
  width: 209px;
  height: auto;
  margin: 0 auto 40px;
  display: block;
}
.section__footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 300px;
  margin: 0 auto 40px;
}
.section__footer__nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px;
}
.section__footer__nav__item {
  width: 100%;
  max-width: 130px;
  text-wrap: nowrap;
}
.section__footer__nav__item a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
}
.section__footer__copy {
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
}

/* cta */
.cta {
  position: relative;
  width: 100%;
  background: url(./img/cta-bg.png) center center/cover no-repeat;
}
.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 40px 24px;
}
@media (max-width: 425px) {
  .cta__inner {
    padding: 32px 24px 20px;
  }
}
.cta__ttl {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.cta__img {
  width: 100%;
  height: auto;
}
.cta__btn {
  position: relative;
  width: 384px;
  background: #C79C3F;
  padding-block: 24px;
  border: 1px solid #C79C3F;
  border-radius: 56px;
  margin-top: 16px;
}
@media (max-width: 425px) {
  .cta__btn {
    width: 100%;
  }
}
.cta__btn span {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
.cta__btn svg {
  position: absolute;
  stroke: #fff;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 32px;
  background: #FFF;
}
.cta__notice {
  height: 168px;
  overflow-y: auto;
  color: #5B5B5B;
  background-color: #E9E9E1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.08em;
  margin-top: 24px;
  padding: 16px 32px 16px 16px;
}
@media (min-width: 641px) {
  .cta:hover .cta__btn {
    transition: 0.3s;
    background: #fff;
  }
  .cta:hover .cta__btn span {
    color: #C79C3F;
  }
  .cta:hover .cta__btn svg {
    stroke: #C79C3F;
  }
}

.floating__banner {
  display: none;
}
@media (max-width: 1024px) {
  .floating__banner {
    position: fixed;
    bottom: 0;
    left: calc((100% - 480px) / 2);
    width: 480px;
    z-index: 1000;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .floating__banner.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .floating__banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .floating__banner__phone {
    width: 28.8%;
  }
  .floating__banner__contact {
    width: 69%;
  }
}
@media (max-width: 480px) {
  .floating__banner {
    left: 0;
    width: 100%;
  }
}

/* ****************************************************
*******************************************************

form

**************************************************** */
/* contact */
.section__contact {
  background: #DBD5C5;
}
.section__contact__inner {
  padding: 64px 24px;
}
.section__contact__form {
  padding-top: 48px;
}
@media (max-width: 425px) {
  .section__contact {
    padding-top: 40px;
  }
}

.clearfix {
  margin-top: 32px;
}
.clearfix:first-child {
  margin-top: 0;
}

.item-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.item-name span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: 0.05em;
  padding: 6px 22px;
  border-radius: 30px;
}
.item-name span.item-req {
  background: #B19A7E;
}
.item-name span.item-noreq {
  background: #C3BCAD;
}
.item-name:first-child {
  margin-top: 0;
}

.item-form {
  width: 100%;
  display: block;
  cursor: pointer;
}
.item-form span {
  width: 100%;
  display: block;
}

.wpcf7-form-control {
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.05em;
}

.itemform_add_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}
.itemform_add_search .wpcf7c-elm-step1 {
  width: 80px;
  padding: 8px 10px;
  background: #B19A7E;
  color: #fff;
  text-wrap: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: 0.05em;
  border: 1px solid #B19A7E;
}

.form__notice {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.wpcf7-textarea {
  height: 139px;
}

.privacy-box {
  background: #fff;
  height: 200px;
  overflow-y: auto;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.05em;
  padding: 16px;
  border: 1px solid #43413E;
  box-sizing: border-box;
  margin-top: 24px;
  margin-bottom: 16px;
}

.wpcf7-checkbox {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.05em;
}
.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 100%;
}
.wpcf7-checkbox label .wpcf7-list-item-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wpcf7-checkbox input[type=checkbox] {
  cursor: pointer;
}

form [type=submit] {
  background: #B19A7E;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #B19A7E;
  padding: 8px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}
@media (min-width: 641px) {
  form [type=submit]:hover {
    background: #fff;
    color: #B19A7E;
  }
}

.wpcf7-not-valid-tip {
  display: none !important;
}/*# sourceMappingURL=page-client.css.map */

.section__concept {
  margin-top: 0;
  border-radius: 0;
}