@charset "UTF-8";

:root {
  --base: "Zen Kaku Gothic Antique", sans-serif;
  --mc: #456043;
  --fc: #4B4948;
  --bdc: #D1D5DB;
  --mq: 4.8;
  /*
  --mq: 12.8vw;
  @media screen and (max-width: 1024px) {
    --mq: 7.5vw;
  }
  @media screen and (max-width: 479px) {
    --mq: 3.75vw;
  }*/
}

/*---変数---*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
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: #000;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

br {
  line-height: inherit;
}

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

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

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

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

button {
  outline: none;
}

iframe {
  display: block;
}

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

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: var(--base);
  font-size: 1rem;
  color: var(--fc);
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: var(--base);
  }
}

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: 1.6rem;
  letter-spacing: 0;
  line-height: 1.75;
}

@media screen and (max-width: 479px) {

  p,
  li,
  dl,
  tr,
  th,
  td,
  div {
    font-size: 1.4rem;
  }
}

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

.--color {
  color: var(--mc);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(70px);
  }

  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(70px);
  }
}

.fade-down {
  animation: fadeDown 0.6s forwards;
}

.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .cmn-wrap {
    padding-inline: min(24 / var(--mq) * 1vw, 2.4rem);
  }
}

.cmn-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.cmn-ttl {
  position: relative;
  text-align: center;
}

.cmn-ttl::before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto min(30 / var(--mq) * 1vw, 3rem);
  width: 1px;
  height: 40px;
  background: #4B4948;
}

.cmn-ttl.--white::before {
  background: #fff;
}

.cmn-ttl__main-st {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  .cmn-ttl__main-st {
    font-size: 2rem;
  }
}

.cmn-ttl__main-remarks {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  line-height: 2.25;
}

@media screen and (max-width: 479px) {
  .cmn-ttl__main-remarks {
    font-size: 1.6rem;
  }
}

.cmn-ttl__sub {
  margin-bottom: 16px;
  color: #89B2C9;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
}

.--white .cmn-ttl__sub {
  color: #fff;
}

.cmn-ttl.--white {
  color: #fff;
}

.cmn-btn__link {
  background: #FFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 100%;
  height: 48px;
  border: 1px solid #222123;
  cursor: pointer;
  transition: 0.4s;
}

/* @media screen and (min-width: 1025px) {
  .cmn-btn__link:hover {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
  }
  .--col01 .cmn-btn__link:hover {
    background: #4B4948;
  }
  .cmn-btn__link:hover .cmn-btn__st {
    color: #fff;
  }
  .cmn-btn__link:hover .cmn-btn__arrow {
    right: 4px;
  }
  .cmn-btn__link:hover .cmn-btn__arrow svg path {
    stroke: #fff;
  }
} */
@media screen and (min-width: 1025px) {

  /* a 要素に hover したときにボタンも hover と同じ状態に */
  .main-cta__link:hover .cmn-btn__link {
    /* background: rgba(0, 0, 0, 0.8); */
    background: rgba(75, 73, 72, 0.71);
    border: 1px solid #fff;
  }

  .main-cta__link:hover.--col01 .cmn-btn__link {
    background: #4B4948;
  }

  .main-cta__link:hover .cmn-btn__st {
    color: #fff;
  }

  .main-cta__link:hover .cmn-btn__arrow {
    right: 4px;
  }

  .main-cta__link:hover .cmn-btn__arrow svg path {
    stroke: #fff;
  }
}

.cmn-btn__link.--col01 {
  border-color: #4B4948;
}

.cmn-btn__st {
  color: #222123;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.05em;
  transition: 0.4s;
}

@media(max-width: 1024px) {
  .cmn-btn__st {
    font-size: 1.4rem;
  }
}

.--col01 .cmn-btn__st {
  color: #4B4948;
}

.cmn-btn__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  height: 42px;
  transition: 0.4s;
}

.cmn-btn__arrow.--close {
  right: 20px;
}

.cmn-btn__arrow path {
  transition: 0.4s;
}

.--col01 .cmn-btn__arrow path {
  stroke: #222123;
}

.photo-line {
  position: relative;
}

.photo-line::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  /* background: url(./img/line-top.svg) no-repeat center center/cover; */
}

.photo-line::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  /* background: url(./img/line-bottom.svg) no-repeat center center/cover; */
}

.photo-line.--white::before {
  /* background: url(./img/line-top_white.svg) no-repeat center center/cover; */
}

.photo-line.--white::after {
  /* background: url(./img/line-bottom_white.svg) no-repeat center center/cover; */
}

.wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}

@media screen and (max-width: 479px) {
  .wrap {
    padding-inline: 0;
  }
}

.wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./img/bg-body.jpg) repeat-x center center/cover;
  pointer-events: none;
}

@media screen and (max-width: 479px) {
  .wrap::before {
    display: none;
  }
}

@media screen and (max-width: 1024px) {

  #sec-concept,
  #sec-works,
  #sec-access,
  #sec-step,
  #sec-contact,
  #sec-about,
  #sec-company {
    scroll-margin-top: 56px;
  }
}

.hd {
  width: calc(100% - 480px);
  max-width: 740px;
}

.hd-cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 106px;
  width: calc(100% - 520px);
  max-width: 680px;
  height: 100vh;
}

.hd-name {
  position: relative;
  margin-bottom: 32px;
  width: 184px;
  opacity: 1;
  visibility: visible;
  transition: .4s;
}

@media screen and (max-width: 1024px) {
  .hd:not(.fixed) .hd-name {
    opacity: 0;
    visibility: hidden;
  }

  .hd.open .hd-name {
    opacity: 0;
    visibility: hidden;
  }
}

.hd-name__logo {
  transition: 0.4s;
}

.hd-menu {
  margin-inline: auto;
  width: 88.2352941176%;
  max-width: 480px;
}

.hd-nav {
  z-index: 10;
}

.hd-nav__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-inline: auto;
  max-width: 480px;
}

.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 46.1538461538%;
}

.hd-nav__item {
  width: 100%;
  border-bottom: 1px solid #727171;
}

.hd-nav__item:first-child {
  border-top: 1px solid #727171;
}

.hd-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 16px;
  padding-left: 20px;
  width: 100%;
  color: #fff;
  transition: 0.4s;
}

.hd-nav__link-main {
  position: relative;
  display: block;
  padding: 0;
  color: #3A3A3A;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  transition: 0.4s;
}

.hd-nav__link-main::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #FFF;
  border-radius: 50%;
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  .hd-nav__link:hover span {
    color: #fff;
  }

  .hd-nav__link:hover span::before {
    opacity: 1;
    transition: 0.4s;
  }
}

@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #fff;
  }

  .hd-nav__link.active span::before {
    opacity: 1;
    transition: 0.4s;
  }
}

.hd .hd-cta {
  margin-top: min(42vw / var(--mq), 4.2rem);
  margin-inline: auto;
  width: 100%;
  max-width: 600px;
  transition: 0.4s;
}

.hd .hd-cta .cta-box {
  padding-block: 24px 20px;
  padding-inline: 32px;
}

.hd-nav__name {
  margin-bottom: 16px;
  width: 192px;
}

@media screen and (min-width: 1025px) {
  .hd-nav__name {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 64px;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }

  .hd.fixed {
    background: #89B2C9;
  }

  .hd-cnt {
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    padding-inline: 20px 16px;
    width: 100%;
    height: 100%;
  }

  .hd-name {
    margin-bottom: 0;
    z-index: 1001;
    max-width: 150px;
  }

  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }

  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 70px;
    width: 100%;
    height: 100svh;
    /* background: url(./img/bg-body.jpg) repeat-x center center/cover; */
    background: rgba(75, 73, 72, 0.71);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }

  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .hd-nav__item {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }

  .hd-nav__item:first-child {
    border: none;
  }

  .hd-nav__link {
    display: block;
    padding-block: min(16vw / var(--mq), 1.6rem);
    padding-inline: 0;
  }

  .hd-nav__link-main {
    color: var(--fc);
    line-height: 1.56;
  }

  .hd-toggle {
    position: relative;
    margin-inline: auto 0;
    width: 35px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }

  .hd-toggle__txt {
    position: relative;
    margin-top: 5px;
    line-height: 1;
  }

  .hd-toggle__txt::after {
    content: "MENU";
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.07rem;
    color: #fff;
  }

  .hd-toggle div {
    display: block;
    position: relative;
    display: block;
    width: 35px;
    height: 18px;
  }

  .hd-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: #fff;
    transition: 0.35s ease-in-out;
  }

  .hd-toggle__line {
    height: 1px;
  }

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

.hd.open {
  background: transparent;
  backdrop-filter: none;
}

.hd.open .hd-name::before {
  opacity: 1;
}

.hd.open .hd-name__logo {
  opacity: 0;
}

.hd.open .hd-nav {
  opacity: 1;
  visibility: visible;
}

.hd.open .hd-nav__list {
  position: relative;
}

.hd.open .hd-nav__list:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -10px;
  width: 50px;
  height: 50px;
  /* background: url(./img/line-top_white.svg) no-repeat center center/cover; */
}

.hd.open .hd-nav__list:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -32px;
  right: -10px;
  width: 50px;
  height: 50px;
  /* background: url(./img/line-bottom_white.svg) no-repeat center center/cover; */
}

.hd.open .hd-nav__link-main {
  color: #fff;
}

.hd.open .hd-toggle__txt:after {
  content: "CLOSE";
  color: #fff;
  letter-spacing: -0.05em;
}

.hd.open .hd-toggle span {
  background: #fff;
}

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

.ft {
  position: relative;
  padding-block: 30px;
  background: #FFF;
}

@media screen and (max-width: 1024px) {
  .ft {
    padding-bottom: 150px;
  }
}

.ft-name__logo {
  margin-inline: auto;
  max-width: 180px;
}

.ft__copy {
  margin-top: 18px;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.content {
  position: relative;
  width: 480px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(65, 65, 65, 0.16);
  overflow: clip;
}

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

.main-cta__link {
  position: relative;
  display: block;
  margin-inline: auto;
}

.main-cta__link::before {
  /* content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 8px solid rgba(255, 255, 255, 0.7);
  pointer-events: none; */
}

@media screen and (min-width: 1025px) {
  .main-cta__link:hover .cmn-btn__link {
    /* background: rgba(0, 0, 0, 0.8); */
  }

  .main-cta__link:hover .cmn-btn__st {
    color: #fff;
  }

  .main-cta__link:hover .cmn-btn__arrow svg path {
    stroke: #fff;
  }
}

.main-cta .cta-box {
  display: flex;
  flex-direction: column;
  padding-block: 24px 20px;
  padding-inline: 32px;
  /* background: url(./img/cta_bg.jpg) no-repeat center center/cover; */
  background: #FFF;
}
.main-cta .cta-box.--blue {
  background: #BDCDCD;
}

@media(max-width: 1024px) {
  .main-cta .cta-box {
    padding-block: 2%;
    padding-inline: 6%;
  }
}

@media(max-width: 640px) {
  .main-cta .cta-box {
    padding-block: 4%;
    padding-inline: 8%;
  }
}

.main-cta .cta-box__head {
  /* order: 1; */
  margin-bottom: min(18 / var(--mq) * 1vw, 1.8rem);
  text-align: center;
}

.main-cta .cta-box__head-st {
  padding-bottom: 10px;
  color: #222123;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  border-bottom: 1px solid #222123;
}

@media(max-width: 1024px) {
  .main-cta .cta-box__head-st {
    font-size: 2rem;
  }
}

@media(max-width: 640px) {
  .main-cta .cta-box__head-st {
    font-size: 1.8rem;
  }
}

.main-cta .cta-box__head-remarks {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

@media(max-width: 1024px) {
  .main-cta .cta-box__head-remarks {
    font-size: 1.4rem;
  }
}

@media(max-width: 640px) {}

.main-cta .cta-box__ph {
  margin-top: 8px;
  order: 2;
  margin-inline: auto;
  max-width: 418px;
  width: 100%;
  aspect-ratio: 418 / 82;
}

.main-cta .cta-box__ph.--large {
  /* max-width: 360px; */
}

.main-cta .cta-box__anchor {
  order: 4;
  position: relative;
  margin-inline: auto;
  margin-top: min(18 / var(--mq) * 1vw, 1.8rem);
  max-width: min(335 / var(--mq) * 1vw, 33.5rem);
  width: 100%;
}

@media(max-width: 640px) {
  .main-cta .cta-box__anchor {
    max-width: 100%;
  }
}

.main-cta .cta-box__note {
  order: 3;
  margin-top: min(16vw / var(--mq), 1.6rem);
  margin-inline: 24px;
  padding: 16px;
  height: 149px;
  background: rgba(255, 255, 255, 0.7);
  overflow-y: auto;
}

.main-cta .cta-box__note-st {
  font-size: 1.4rem;
  line-height: 2.4rem;
  /* 171.429% */
  letter-spacing: 0.07rem;
}

.main-cta .cta-box.--has-note {
  padding-bottom: 15px;
}

.main-cta .cta-box__info {
  margin-inline: auto;
}

.main-cta .cta-box__info-item {
  color: #222123;
  font-family: "Zen Old Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.main-cta .cta-box__info-item.--lg {
  font-size: 1.8rem;
}

@media(max-width: 1024px) {
  .main-cta .cta-box__info-item.--lg {
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .main-cta .cta-box__info-item.--lg {
    font-size: 1.4rem;
  }
}

.main-cta .cta-box__info-item.--sm {
  font-size: 1rem;
}

.cta-box__term {
  order: 3;
  margin-top: 16px;
  padding: 14px 22px 14px 12px;
  background: rgba(255, 255, 255, 0.70);
  height: 150px;
  overflow-y: scroll;
}

.cta-box__term-text {
  color: #4B4948;
  font-family: Jost;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media(max-width: 1040px) {
  .cta-box__term-text {
    font-size: 1.2rem;
  }
}




.banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  transform: translateY(70px);
  z-index: 1001;
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  .banner {
    pointer-events: none;
  }
}

.banner__cnt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: min(8vw / var(--mq), 0.8rem);
}

.banner__link {
  display: block;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .banner__link {
    display: none;
  }
}

.banner__link.--phone {
  aspect-ratio: 108/70;
}

.banner__link.--contact {
  aspect-ratio: 364/70;
}

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

.sec-fv {
  position: relative;
  z-index: 1;
}

.sec-fv__slide {
  height: 100%;
}

.sec-fv__slide-cnt {
  position: relative;
  z-index: 0;
}

.sec-fv__slide-item {
  height: 100%;
}

.sec-fv__slide-ph {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .sec-fv__slide-ph {
    width: 100%;
    height: 100%;
  }
}

.sec-fv__slide-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-fv__scroll {
  position: absolute;
  bottom: 0;
  left: min(20 / var(--mq) * 1vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(40 / var(--mq) * 1vw, 4rem);
}

.sec-fv__scroll-st {
  position: relative;
  left: 2px;
  font-size: 1.2rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 479px) {
  .sec-fv__scroll-st {
    font-size: 1.2rem;
  }
}

.sec-fv__scroll::after {
  display: block;
  content: "";
  width: 1px;
  height: min(92 / var(--mq) * 1vw, 9.2rem);
  background: #fff;
}



.sec-fv {
  position: relative;
}

/* ▼ タイトル（縦書き3段） */
.sec-fv__title {
  padding-top: 77px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  pointer-events: none;
}

@media(max-width: 1024px) {
  .sec-fv__title {
    padding-top: 7%;
  }
}

@media(max-width: 640px) {
  .sec-fv__title {
    padding-top: 9%;
  }
}

.sec-fv__title-item {
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5em;
}

.sec-fv__title-item.--right {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
}

@media(max-width: 1024px) {
  .sec-fv__title-item.--right {
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .sec-fv__title-item.--right {
    font-size: 1.4rem;
  }
}

.sec-fv__title-item.--center {
  padding-top: 10px;
  font-family: "Zen Old Mincho";
  font-size: 3.2rem;
}

@media(max-width: 1024px) {
  .sec-fv__title-item.--center {
    font-size: 2.4rem;
  }
}

@media(max-width: 640px) {
  .sec-fv__title-item.--center {
    font-size: 2rem;
  }
}

.sec-fv__title-item.--left {
  padding-top: 200px;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
}

@media(max-width: 1024px) {
  .sec-fv__title-item.--left {
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .sec-fv__title-item.--left {
    font-size: 1.4rem;
  }
}

/* ▼ 共通 */
.sec-fv__title-text {
  color: #FFF;
  text-align: center;
  letter-spacing: 1.98px;
}

/* ▼ text1（上） */
.sec-fv__title-text--top {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 30px;
}

@media(max-width: 1024px) {
  .sec-fv__title-text--top {
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .sec-fv__title-text--top {
    font-size: 1.4rem;
  }
}

/* ▼ text2（中央）h + span */
.sec-fv__title-text--center span {
  font-family: "Zen Old Mincho";
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 3.52px;
}

@media(max-width: 1024px) {
  .sec-fv__title-text--center span {
    font-size: 2.4rem;
  }
}

@media(max-width: 640px) {
  .sec-fv__title-text--center span {
    font-size: 2rem;
  }
}

/* ▼ text3（下） */
.sec-fv__title-text--bottom {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 30px;
}

@media(max-width: 1024px) {
  .sec-fv__title-text--bottom {
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .sec-fv__title-text--bottom {
    font-size: 1.4rem;
  }
}

/* ▼ 左下固定テキスト */
.sec-fv__fixed-label {
  position: absolute;
  left: 24px;
  bottom: 21px;
  color: #FFF;
  font-family: "Hanken Grotesk";
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.05em;
  text-orientation: mixed;
}

@media(max-width: 1024px) {
  .sec-fv__fixed-label {
    font-size: 3.2rem;
  }
}

@media(max-width: 640px) {
  .sec-fv__fixed-label {
    font-size: 2.4rem;
  }
}


/* 251123 concept */

.sec-concept {
  position: relative;
  padding-block: 58px 60px;
  padding-right: 24px;
}

@media(max-width: 1024px) {
  .sec-concept {
    padding-block: 6%;
    padding-right: 2%;
  }
}

@media(max-width: 640px) {
  .sec-concept {
    padding-block: 8%;
    padding-right: 4%;
  }
}

.sec-concept__heading {
  padding-left: 24px;
}

@media(max-width: 1024px) {
  .sec-concept__heading {
    padding-left: 2%;
  }
}

@media(max-width: 640px) {
  .sec-concept__heading {
    padding-left: 4%;
  }
}

.sec-concept__heading-title {
  color: #222123;
  font-family: "Hanken Grotesk";
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-concept__heading-title {
    font-size: 3.2rem;
  }
}

@media(max-width: 640px) {
  .sec-concept__heading-title {
    font-size: 2.4rem;
  }
}

.sec-concept__decoration {
  color: #222123;
  font-feature-settings: 'vert' on;
  font-family: "Zen Old Mincho";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
  position: absolute;
  top: 58px;
  right: 72px;
  white-space: nowrap;
}

@media(max-width: 1024px) {
  .sec-concept__decoration {
    font-size: 2rem;
    right: 7%;
  }
}

@media(max-width: 640px) {
  .sec-concept__decoration {
    font-size: 1.8rem;
    right: 9%;
  }
}

.sec-concept__decoration-text {
  display: block;
}

.sec-concept__decoration-text.--first {}

.sec-concept__decoration-text.--second {
  padding-top: 32px;
}

@media(max-width: 1024px) {
  .sec-concept__decoration-text.--second {}
}

@media(max-width: 640px) {
  .sec-concept__decoration-text.--second {}
}

.sec-concept__decoration-text.--third {
  padding-top: 64px;
}

@media(max-width: 1024px) {
  .sec-concept__decoration-text.--third {}
}

@media(max-width: 640px) {
  .sec-concept__decoration-text.--third {}
}

.sec-concept__body {
  padding-top: 56px;
  text-align: center;
}

@media(max-width: 1024px) {
  .sec-concept__body {
    padding-top: 6%;
  }
}

@media(max-width: 640px) {
  .sec-concept__body {
    padding-top: 8%;
  }
}

.sec-concept__body-title {
  padding-bottom: 24px;
  color: #222123;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.11em;
}

@media(max-width: 1024px) {
  .sec-concept__body-title {
    padding-bottom: 2%;
    font-size: 1.8rem;
  }
}

@media(max-width: 640px) {
  .sec-concept__body-title {
    padding-bottom: 4%;
    font-size: 1.6rem;
  }
}

.sec-concept__body-lead {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-concept__body-lead {
    font-size: 1.4rem;
  }
}

.sec-concept__figure.--top {
  max-width: 240px;
  padding-top: 104px;
}

@media(max-width: 1024px) {
  .sec-concept__figure.--top {
    padding-top: 10%;
  }
}

@media(max-width: 640px) {
  .sec-concept__figure.--top {
    padding-top: 12%;
  }
}

.sec-concept__figure.--bottom {
  padding-left: 24px;
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

@media(max-width: 1024px) {
  .sec-concept__figure.--bottom {
    padding-left: 2%;
    padding-top: 6%;
    gap: 5%;
  }
}

@media(max-width: 640px) {
  .sec-concept__figure.--bottom {
    padding-left: 4%;
    padding-top: 8%;
  }
}

.sec-concept__figure.--left {
  max-width: 215px;
  width: 100%;
  aspect-ratio: 215 / 145;
}

.sec-concept__figure.--right {
  padding-top: 74px;
  max-width: 165px;
  width: 100%;
  aspect-ratio: 165 / 174;
}

@media(max-width: 1024px) {
  .sec-concept__figure.--right {
    padding-top: 7%;
  }
}

@media(max-width: 640px) {
  .sec-concept__figure.--right {
    padding-top: 9%;
  }
}




/* 251123 modelhosue */
.sec-modelhouse {
  padding-block: 42px 48px;
}

@media(max-width: 1024px) {
  .sec-modelhouse {
    padding-block: 4% 5%;
  }
}

@media(max-width: 640px) {
  .sec-modelhouse {
    padding-block: 6% 7%;
  }
}

.sec-modelhouse::after {
  content: '';
  display: block;
  background: url(./img/modelhouse-bg.svg);
  max-width: 201px;
  width: 100%;
  aspect-ratio: 201 / 271;
  position: absolute;
  bottom: -120px;
  right: 0;
	pointer-events: none;
}

@media(max-width: 640px) {
  .sec-modelhosue::after {
    bottom: -12%;
  }
}

.sec-modelhouse__inner {
  padding-inline: 24px;
}

@media(max-width: 1024px) {
  .sec-modelhouse__inner {
    padding-inline: 2%;
  }
}

@media(max-width: 640px) {
  .sec-modelhouse__inner {
    padding-inline: 4%;
  }
}

.sec-modelhouse__heading {
  padding-bottom: 32px;
  border-bottom: 1px solid #727171;
}

@media(max-width: 1024px) {
  .sec-modelhouse__heading {
    padding-bottom: 3%;
  }
}

@media(max-width: 640px) {
  .sec-modelhouse__heading {
    padding-bottom: 5%;
  }
}

.sec-modelhouse__heading-title {
  padding-bottom: 12px;
  color: #222123;
  font-family: "Hanken Grotesk";
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-modelhouse__heading-title {
    padding-bottom: 2%;
    font-size: 3.2rem;
  }
}

@media(max-width: 640px) {
  .sec-modelhouse__heading-title {
    padding-bottom: 4%;
    font-size: 2.4rem;
  }
}

.sec-modelhouse__heading-subtitle {
  color: #727171;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media(max-width: 1024px) {
  .sec-modelhouse__heading-subtitle {
    font-size: 1.4rem;
  }
}

@media(max-width: 640px) {
  .sec-modelhouse__heading-subtitle {
    font-size: 1.2rem;
  }
}


/* -----------------------------------
  Model Title
----------------------------------- */
.sec-modelhouse__model-title {
  margin-top: 32px;
  color: #222123;
  font-family: "Zen Old Mincho";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media(max-width: 1024px) {
  .sec-modelhouse__model-title {
    margin-top: 3%;
    font-size: 2rem;
  }
}
@media(max-width: 640px) {
  .sec-modelhouse__model-title {
    margin-top: 5%;
    font-size: 1.8rem;
  }
}
.sec-modelhouse__model-title--sm {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
@media(max-width: 1024px) {
  .sec-modelhouse__model-title--sm {
    font-size: 1.4rem;
  }
}

/* -----------------------------------
  Slider
----------------------------------- */
.modelhouse-slider {
  margin-top: 28px;
}

@media(max-width: 1024px) {
  .modelhouse-slider {
    margin-top: 3%;
  }
}

@media(max-width: 640px) {
  .modelhouse-slider {
    margin-top: 5%;
  }
}

.modelhouse-slider__main img {
  width: 100%;
  display: block;
}

.modelhouse-slider__main {
  margin-bottom: 10px;
}

.modelhouse-slider__thumbs {
  display: flex;
  gap: 10px;
}

.modelhouse-slider__thumb-item {
  /* flex: 1 1 calc((100% - 30px) / 4); */
}

.modelhouse-slider__thumb-item img {
  width: 100%;
  display: block;
  cursor: pointer;
}

/* -----------------------------------
  Catch Copy（縦書き）
----------------------------------- */
.sec-modelhouse__catch {
  writing-mode: vertical-rl;
  margin-block: auto;
  margin-inline: 53px 41px;
}

@media(max-width: 1024px) {
  .sec-modelhouse__catch {
    margin-inline: 5% 4%;
  }
}

@media(max-width: 640px) {
  .sec-modelhouse__catch {
    margin-inline: 7% 6%;
  }
}

.sec-modelhouse__catch-line {
  color: #222123;
  font-feature-settings: "vrt2" on;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.4em;
  white-space: nowrap;
}

@media(max-width: 1024px) {
  .sec-modelhouse__catch-line {
    font-size: 1.8rem;
  }
}

@media(max-width: 640px) {
  .sec-modelhouse__catch-line {
    font-size: 1.6rem;
  }
}

/* 段ごとの余白 */
.sec-modelhouse__catch-line+.sec-modelhouse__catch-line {
  margin-top: 38px;
}

.sec-modelhouse__catch-line:nth-child(3) {
  margin-top: 58px;
}

.sec-modelhouse__catch-line:nth-child(4) {
  margin-top: 86px;
}

/* -----------------------------------
  Recommend
----------------------------------- */
.modelhouse-recommend {
  margin-top: 48px;
}

@media(max-width: 1024px) {
  .modelhouse-recommend {
    margin-top: 5%;
  }
}

@media(max-width: 640px) {
  .modelhouse-recommend {
    margin-top: 7%;
  }
}

.modelhouse-recommend__title {
  color: #222123;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0.11em;
  text-align: center;
}

@media(max-width: 1024px) {
  .modelhouse-recommend__title {
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .modelhouse-recommend__title {
    font-size: 1.4rem;
  }
}

.modelhouse-recommend__lead {
  margin-top: 24px;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .modelhouse-recommend__lead {
    margin-top: 2%;
    font-size: 1.4rem;
  }
}

@media(max-width: 640px) {
  .modelhouse-recommend__lead {
    margin-top: 4%;
  }
}

/* もっと見る */
.modelhouse-recommend__toggle {
  margin-top: 48px;
  position: relative;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 48px;
  border: 1px solid #4B4948;
  flex-shrink: 0;
  cursor: pointer;
  background: none;
}

@media(max-width: 1024px) {
  .modelhouse-recommend__toggle {
    margin-top: 5%;
  }
}

@media(max-width: 640px) {
  .modelhouse-recommend__toggle {
    margin-top: 7%;
  }
}

.modelhouse-recommend__toggle-text {
  pointer-events: none;
  color: #4B4948;
  text-align: center;
  font-family: Jost;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0;
  /* 0% */
  letter-spacing: 0.7px;
}

.modelhouse-recommend__toggle::after {
  content: '';
  display: blockl;
  width: 23px;
  height: 6px;
  background: url(./img/modelhouse_more-icon.svg) no-repeat center center/cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.modelhouse-recommend__toggle.is-open::after {
  content: none;
}

/* -----------------------------------
  Detail Area（アコーディオン）
----------------------------------- */
.modelhouse-detail {
  display: none;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

@media(max-width: 1024px) {
  .modelhouse-detail {
    margin-top: 3%;
  }
}

@media(max-width: 640px) {
  .modelhouse-detail {
    margin-top: 5%;
  }
}

.modelhouse-detail.is-open {
  display: block;
}

.modelhouse-detail__section {
  margin-top: 72px;
}

@media(max-width: 1024px) {
  .modelhouse-detail__section {
    margin-top: 7%;
  }
}

@media(max-width: 640px) {
  .modelhouse-detail__section {
    margin-top: 9%;
  }
}

.modelhouse-detail__section-title {
  margin-bottom: 16px;
  color: #222123;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .modelhouse-detail__section-title {
    margin-bottom: 2%;
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .modelhouse-detail__section-title {
    margin-bottom: 4%;
    font-size: 1.4rem;
  }
}

.modelhouse-detail__plan-img {
  max-width: 210px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.modelhouse-detail__plan-img::after {
  content: '';
  background: url(./img/icon-zoom.svg);
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 1;
  width: 19px;
  height: 20px;
}

.modelhouse-detail__plan-caption {
  max-width: 214px;
  width: 100%;
  padding-top: 8px;
  margin-inline: auto;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@media(max-width: 1024px) {
  .modelhouse-detail__plan-caption {
    font-size: 1.4rem;
  }
}

@media(max-width: 640px) {}

/* Feature */
.modelhouse-feature__item {
  margin-top: 24px;
}

@media(max-width: 1024px) {
  .modelhouse-feature__item {
    margin-top: 2%;
  }
}

@media(max-width: 640px) {
  .modelhouse-feature__item {
    margin-top: 4%;
  }
}

.modelhouse-feature__num {
  display: inline-block;
  color: #3A3A3A;
  font-family: "Hanken Grotesk";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .modelhouse-feature__num {
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .modelhouse-feature__num {
    font-size: 1.4rem;
  }
}

.modelhouse-feature__border {
  height: 1px;
  background: #222123;
  margin-bottom: 24px;
}

@media(max-width: 1024px) {
  .modelhouse-feature__border {
    margin-bottom: 2%;
  }
}

@media(max-width: 640px) {
  .modelhouse-feature__border {
    margin-bottom: 4%;
  }
}

.modelhouse-feature__title {
  color: #222123;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 32px;
}

@media(max-width: 1024px) {
  .modelhouse-feature__title {
    padding-bottom: 3%;
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .modelhouse-feature__title {
    padding-bottom: 5%;
    font-size: 1.4rem;
  }
}

.modelhouse-feature__text {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .modelhouse-feature__text {
    font-size: 1.4rem;
  }
}

.modelhouse-feature__img img {
  padding-top: 24px;
  width: 100%;
  display: block;
}

@media(max-width: 1024px) {
  .modelhouse-feature__img img {
    padding-top: 2%;
  }
}

@media(max-width: 640px) {
  .modelhouse-feature__img img {
    padding-top: 4%;
  }
}

/* -----------------------------------
  Access
----------------------------------- */
.modelhouse-access__map iframe {
  width: 100%;
  height: 300px;
  display: block;
}

.modelhouse-access__name {
  margin-top: 64px;
  color: #222123;
  text-align: left;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .modelhouse-access__name {
    margin-top: 6%;
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .modelhouse-access__name {
    margin-top: 8%;
    font-size: 1.4rem;
  }
}

.modelhouse-access__address {
  margin-top: 32px;
  font-style: normal;
}

@media(max-width: 1024px) {
  .modelhouse-access__address {
    margin-top: 3%;
  }
}

@media(max-width: 640px) {
  .modelhouse-access__address {
    margin-top: 5%;
  }
}

/* -----------------------------------
  Close / Reserve
----------------------------------- */
.modelhouse-detail__close {
  margin-top: 32px;
  display: block;
  background: none;
  border: 1px solid #222123;
  padding: 10px 16px;
}

@media(max-width: 1024px) {
  .modelhouse-detail__close {
    margin-top: 3%;
  }
}

@media(max-width: 640px) {
  .modelhouse-detail__close {
    margin-top: 5%;
  }
}

.modelhouse-detail__reserve {
  max-width: 432px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  background: #ADC1C1;
  border: 1px solid #222123;
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .modelhouse-detail__reserve {
    margin-top: 2%;
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .modelhouse-detail__reserve {
    margin-top: 4%;
    font-size: 1.4rem;
  }
}

/* ▼ サムネ画像の透明度調整 */
.modelhouse-slider__thumb-item {
  opacity: 0.4;
  transition: opacity 0.3s;
}

.modelhouse-slider__thumb-item.swiper-slide-thumb-active {
  opacity: 1;
}

.modelhouse-slider__thumbs {
  display: flex;
}

.modelhouse-slider__thumb-item {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}

.modelhouse-slider__thumb-item:last-child {
  margin-right: 0;
}

.modelhouse-slider__thumb-item img {
  width: 100%;
  display: block;
  cursor: pointer;
}

.modelhouse-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  display: grid;
  place-items: center;
  z-index: 99999;
}

@media(max-width: 640px) {
  .modelhouse-modal {
    padding-inline: 4%;
  }
}

.modelhouse-modal__wrap {
  position: relative;
}

.modelhouse-modal__wrap img {
  width: 100%;
  height: auto;
  max-width: 900px;
}

body.is-noscroll {
  overflow: hidden;
  height: 100%;
}

.modelhouse-modal__close {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  z-index: 100000;
}

@media(max-width: 1024px) {
  .modelhouse-modal__close {
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .modelhouse-modal__close {
    font-size: 1.4rem;
  }
}

.sec-modelhouse__figure {
  margin-right: -24px;
}

@media(max-width: 640px) {
  .sec-modelhouse__figure {
    margin-right: -4%;
  }
}

/* 251123 sec-about */
.sec-about {
  padding-block: 48px;
}

@media(max-width: 1024px) {
  .sec-about {
    padding-block: 5%;
  }
}

@media(max-width: 640px) {
  .sec-about {
    padding-block: 7%;
  }
}

.sec-about__inner {
  padding-inline: 24px;
}

@media(max-width: 1024px) {
  .sec-about__inner {
    padding-inline: 2%;
  }
}

@media(max-width: 640px) {
  .sec-about__inner {
    padding-inline: 4%;
  }
}

.sec-about__heading {
  padding-bottom: 32px;
  border-bottom: 1px solid #727171;
}

@media(max-width: 1024px) {
  .sec-about__heading {
    padding-bottom: 3%;
  }
}

@media(max-width: 640px) {
  .sec-about__heading {
    padding-bottom: 5%;
  }
}

.sec-about__heading-title {
  padding-bottom: 12px;
  color: #222123;
  font-family: "Hanken Grotesk";
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-about__heading-title {
    font-size: 3.2rem;
  }
}

@media(max-width: 640px) {
  .sec-about__heading-title {
    font-size: 2.4rem;
  }
}

.sec-about__heading-subtitle {
  color: #727171;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media(max-width: 1024px) {
  .sec-about__heading-subtitle {
    font-size: 1.4rem;
  }
}

@media(max-width: 640px) {
  .sec-about__heading-subtitle {
    font-size: 1.2rem;
  }
}

/* About Items */
.sec-about__items {
  margin-top: 40px;
}

@media(max-width: 1024px) {
  .sec-about__items {
    margin-top: 4%;
  }
}

@media(max-width: 640px) {
  .sec-about__items {
    margin-top: 6%;
  }
}

/* item本体 */
.sec-about__item {
  padding: 32px 20px;
  border: 1px solid #727171;
  background: #FFF;
}

@media(max-width: 1024px) {
  .sec-about__item {
    padding: 3% 2%;
  }
}

@media(max-width: 640px) {
  .sec-about__item {
    padding: 5% 4%;
  }
}

.sec-about__item:not(:last-of-type) {
  margin-bottom: 24px;
}

@media(max-width: 1024px) {
  .sec-about__item:not(:last-of-type) {
    margin-bottom: 2%;
  }
}

@media(max-width: 640px) {
  .sec-about__item:not(:last-of-type) {
    margin-bottom: 4%;
  }
}

/* 見出し（クリック領域） */
.sec-about__item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* 見出し文字 */
.sec-about__item-title {
  color: #222123;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-about__item-title {
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .sec-about__item-title {
    font-size: 1.4rem;
  }
}

/* ±アイコン */
.sec-about__item-icon {
  width: 26px;
  height: 26px;
  position: relative;
}

.sec-about__item-icon::before,
.sec-about__item-icon::after {
  content: "";
  position: absolute;
  background: #727171;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec-about__item-icon::before {
  width: 26px;
  height: 1px;
  /* 横棒（デフォルト：マイナス） */
}

.sec-about__item-icon::after {
  width: 1px;
  height: 26px;
  /* 縦棒（＋状態） */
  transition: opacity 0.2s;
}

/* 開いてるとき（is-open） → マイナスになる */
.sec-about__item.is-open .sec-about__item-icon::after {
  opacity: 0;
  /* 縦棒消える＝マイナス */
}

/* body部（開閉） */
.sec-about__item-body {
  margin-top: 32px;
  display: none;
}

@media(max-width: 1024px) {
  .sec-about__item-body {
    margin-top: 3%;
  }
}

@media(max-width: 640px) {
  .sec-about__item-body {
    margin-top: 5%;
  }
}

.sec-about__item.is-open .sec-about__item-body {
  display: block;
}

.sec-about__item-img img {
  width: 100%;
  height: auto;
}

.sec-about__item-text {
  padding-top: 32px;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-about__item-text {
    padding-top: 3%;
    font-size: 1.4rem;
  }
}

@media(max-width: 640px) {
  .sec-about__item-text {
    padding-top: 5%;
  }
}

/* 251124 works */
.sec-works {
  padding-block: 0 48px;
}

@media(max-width: 1024px) {
  .sec-works {
    padding-block: 0 5%;
  }
}

@media(max-width: 640px) {
  .sec-works {
    padding-block: 0 7%;
  }
}

.sec-works__inner {
  padding-inline: 24px;
}

@media(max-width: 1024px) {
  .sec-works__inner {
    padding-inline: 4%;
  }
}

@media(max-width: 640px) {
  .sec-works__inner {
    padding-inline: 4%;
  }
}

.sec-works__heading {
  padding-bottom: 32px;
  border-bottom: 1px solid #727171;
}

@media(max-width: 1024px) {
  .sec-works__heading {
    padding-bottom: 3%;
  }
}

@media(max-width: 640px) {
  .sec-works__heading {
    padding-bottom: 5%;
  }
}

.sec-works__heading-title {
  padding-bottom: 12px;
  color: #222123;
  font-family: "Hanken Grotesk";
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-works__heading-title {
    font-size: 3.2rem;
  }
}

@media(max-width: 640px) {
  .sec-works__heading-title {
    font-size: 2.4rem;
  }
}

.sec-works__heading-subtitle {
  color: #727171;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media(max-width: 1024px) {
  .sec-works__heading-subtitle {
    font-size: 1.4rem;
  }
}

@media(max-width: 640px) {
  .sec-works__heading-subtitle {
    font-size: 1.2rem;
  }
}

.sec-works__slide {
  padding-top: 24px;
}

@media(max-width: 1024px) {
  .sec-works__slide {
    padding-top: 2%;
  }
}

@media(max-width: 640px) {
  .sec-works__slide {
    padding-top: 4%;
  }
}

.sec-works__slide-title {
  display: inline-block;
  padding: 8px;
  text-align: center;
  color: #3A3A3A;
  font-family: "Hanken Grotesk";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 1px solid #727171;
}

@media(max-width: 1024px) {
  .sec-works__slide-title {
    font-size: 1.4rem;
  }
}

.works-slider__main {
  padding-top: 20px;
}

@media(max-width: 1024px) {
  .works-slider__main {
    padding-top: 2%;
  }
}

@media(max-width: 640px) {
  .works-slider__main {
    padding-top: 4%;
  }
}

.works-slider__thumbs {
  padding-top: 10px;
}

@media(max-width: 1024px) {
  .works-slider__thumbs {
    padding-top: 2%;
  }
}

@media(max-width: 640px) {
  .works-slider__thumbs {
    padding-top: 4%;
  }
}

.works-slider:last-of-type {
  margin-top: 48px;
}

@media(max-width: 1024px) {
  .works-slider:last-of-type {
    margin-top: 5%;
  }
}

@media(max-width: 640px) {
  .works-slider:last-of-type {
    margin-top: 7%;
  }
}

/* ▼ サムネ（デフォルトは薄く） */
.works-slider__thumb-item {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

/* ▼ active のサムネだけ濃くする（Swiper側がこのクラス付けてくれる） */
.works-slider__thumb-item.swiper-slide-thumb-active {
  opacity: 1;
}


/* 251124 staff */
.sec-staff {}

.sec-staff__inner {
  padding-inline: 24px;
}

@media(max-width: 1024px) {
  .sec-staff__inner {
    padding-inline: 2%;
  }
}

@media(max-width: 640px) {
  .sec-staff__inner {
    padding-inline: 4%;
  }
}

.sec-staff__heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #727171;
}

@media(max-width: 1024px) {
  .sec-staff__heading {
    padding-bottom: 2%;
  }
}

@media(max-width: 640px) {
  .sec-staff__heading {
    padding-bottom: 4%;
  }
}

.sec-staff__heading-title {
  padding-bottom: 12px;
  color: #222123;
  font-family: "Hanken Grotesk";
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media(max-width: 1024px) {
  .sec-staff__heading-title {
    font-size: 3.2rem;
  }
}

@media(max-width: 640px) {
  .sec-staff__heading-title {
    font-size: 2.4rem;
  }
}

.sec-staff__heading-subtitle {
  color: #727171;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media(max-width: 1024px) {
  .sec-staff__heading-subtitle {
    font-size: 1.4rem;
  }
}

@media(max-width: 640px) {
  .sec-staff__heading-subtitle {
    font-size: 1.2rem;
  }
}

.sec-staff__heading-catch {
  color: #222123;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-staff__heading-catch {
    font-size: 2rem;
  }
}

@media(max-width: 640px) {
  .sec-staff__heading-catch {
    font-size: 1.8rem;
  }
}

/* Staff items wrapper */
.sec-staff__items {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* item同士の縦余白 */
}

@media(max-width: 1024px) {
  .sec-staff__items {
    margin-top: 3%;
  }
}

@media(max-width: 640px) {
  .sec-staff__items {
    margin-top: 5%;
  }
}

/* item：画像＋テキストの横並び */
.sec-staff__item {
  display: flex;
  gap: 28px;
  /* AとBの間 */
  align-items: flex-start;
}

/* A（画像） */
.sec-staff__item-img {
  flex-shrink: 0;
  width: 127px;
  max-width: 127px;
}

.sec-staff__item-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* B（テキスト部分） */
.sec-staff__item-body {
  flex: 1;
}

/* 見出し（名前） */
.sec-staff__item-name {
  color: #4B4948;
  font-family: "Zen Old Mincho";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  /* 見出し下余白 */
}

@media(max-width: 1024px) {
  .sec-staff__item-name {
    font-size: 1.6rem;
  }
}

@media(max-width: 640px) {
  .sec-staff__item-name {
    font-size: 1.4rem;
  }
}

/* テキスト */
.sec-staff__item-text {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}



/* 251124 company */
.sec-company {
  margin-bottom: 40px;
  padding-block: 48px;
  background: url(./img/company_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

@media(max-width: 1024px) {
  .sec-company {
    margin-bottom: 4%;
    padding-block: 5%;
  }
}

@media(max-width: 640px) {
  .sec-company {
    margin-bottom: 6%;
    padding-block: 7%;
  }
}

.sec-company__inner {
  padding-inline: 24px;
}

@media(max-width: 1024px) {
  .sec-company__inner {
    padding-inline: 2%;
  }
}

@media(max-width: 640px) {
  .sec-company__inner {
    padding-inline: 4%;
  }
}

.sec-company__heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #727171;
}

@media(max-width: 1024px) {
  .sec-company__heading {
    padding-bottom: 2%;
  }
}

@media(max-width: 640px) {
  .sec-company__heading {
    padding-bottom: 4%;
  }
}

.sec-company__heading-title {
  padding-bottom: 12px;
  color: #222123;
  font-family: "Hanken Grotesk";
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-company__heading-title {
    padding-bottom: 2%;
    font-size: 3.2rem;
  }
}

@media(max-width: 640px) {
  .sec-company__heading-title {
    padding-bottom: 4%;
    font-size: 2.4rem;
  }
}

.sec-company__heading-subtitle {
  color: #727171;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media(max-width: 1024px) {
  .sec-company__heading-subtitle {
    font-size: 1.4rem;
  }
}

@media(max-width: 640px) {
  .sec-company__heading-subtitle {
    font-size: 1.2rem;
  }
}

.sec-company__list {
  padding-top: 24px;
}

@media(max-width: 1024px) {
  .sec-company__list {
    padding-top: 2%;
  }
}

@media(max-width: 640px) {
  .sec-company__list {
    padding-top: 4%;
  }
}

.sec-company__list-item {
  padding-block: 24px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #D1D5DB;
}

@media(max-width: 1024px) {
  .sec-company__list-item {
    padding-block: 2%;
  }
}

@media(max-width: 640px) {
  .sec-company__list-item {
    padding-block: 4%;
  }
}

.sec-company__list-item-label {
  width: 70px;
  flex-shrink: 0;
  color: #4B4948;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-company__list-item-label {
    font-size: 1.4rem;
  }
}

.sec-company__list-item-value {
  color: #4B4948;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-company__list-item-value {
    font-size: 1.4rem;
  }
}

/* 251124 contact */
.sec-contact {
  padding-block: 48px;
}

@media(max-width: 1024px) {
  .sec-contact {
    padding-block: 5%;
  }
}

@media(max-width: 640px) {
  .sec-contact {
    padding-block: 7%;
  }
}

.sec-contact__inner {
  padding-inline: 24px;
}

@media(max-width: 1024px) {
  .sec-contact__inner {
    padding-inline: 2%;
  }
}

@media(max-width: 640px) {
  .sec-contact__inner {
    padding-inline: 4%;
  }
}

.sec-contact__heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #727171;
}

@media(max-width: 1024px) {
  .sec-contact__heading {
    padding-bottom: 2%;
  }
}

@media(max-width: 640px) {
  .sec-contact__heading {
    padding-bottom: 4%;
  }
}

.sec-contact__heading-title {
  padding-bottom: 12px;
  color: #222123;
  font-family: "Hanken Grotesk";
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .sec-contact__heading-title {
    padding-bottom: 2%;
    font-size: 3.2rem;
  }
}

@media(max-width: 640px) {
  .sec-contact__heading-title {
    padding-bottom: 4%;
    font-size: 2.4rem;
  }
}

.sec-contact__heading-subtitle {
  color: #727171;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media(max-width: 1024px) {
  .sec-contact__heading-subtitle {
    font-size: 1.4rem;
  }
}

@media(max-width: 640px) {
  .sec-contact__heading-subtitle {
    font-size: 1.2rem;
  }
}

.sec-contact .contact-form {
  margin-top: 32px;
  padding-bottom: 65px;
  padding-inline: 24px;
  background: #F8F8F8;
}

@media(max-width: 1024px) {
  .sec-contact .contact-form {
    margin-top: 3%;
    padding-bottom: 6%;
    padding-inline: 2%;
  }
}

@media(max-width: 640px) {
  .sec-contact .contact-form {
    margin-top: 5%;
    padding-bottom: 8%;
    padding-inline: 4%;
  }
}




.mfp-bg {
  background: rgba(48, 48, 48, 0.6);
  box-shadow: 0px 0px 4px rgba(65, 65, 65, 0.160784);
}

.mfp-container {
  padding: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
  max-width: 480px;
  max-height: 85%;
  overflow-y: auto;
}

.mfp-wrap.mfp-ready .mfp-content::-webkit-scrollbar {
  width: 6px;
}

.mfp-wrap.mfp-ready .mfp-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  border: none !important;
}

.mfp-arrow-left:after,
.mfp-arrow-right:after {
  width: 32px !important;
  height: 20px !important;
  border: none !important;
  background: url(./img/icon-arrow.svg) no-repeat center center/cover;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(52deg) brightness(105%) contrast(101%);
}

.mfp-arrow-left:after {
  margin-left: 18px !important;
  transform: scale(-1, 1);
}

.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  display: none;
}

.content.modal-open {
  position: relative;
}

.content.modal-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.6);
  z-index: 10;
}

.content .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.works-mfp .mfp-wrap {
  position: relative;
  z-index: 11;
}

.image-popup__overlay,
.youtube-popup__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.image-popup__content,
.youtube-popup__content {
  position: relative;
  width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-popup__content img {
  width: calc(100% - 80px);
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 90vh;
}

.youtube-popup__content iframe {
  width: calc(100% - 80px);
  height: auto;
  display: block;
  aspect-ratio: 16/9;
}

.image-popup__close,
.youtube-popup__close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  /* 150% */
  letter-spacing: 0.1rem;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 479px) {

  .image-popup__close,
  .youtube-popup__close {
    font-size: 1.6rem;
  }
}

.modaal-inner-wrapper {
  background: rgba(0, 0, 0, 0.7);
}


/*# sourceMappingURL=page-client.css.map */


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

form {
  overflow: hidden;
}

form ul {
  display: block;
  margin-bottom: 32px;
  margin-top: 40px;
}

.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 * {
  font-family: "Zen Kaku Gothic New" !important;
}

form ul li:last-of-type {
  width: 100%;
}

form ul .item-name {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 20px;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05emx;
}

form ul .item-name span.item-req {
  color: #fff;
  border: 1px solid #727171;
  background: #ADC1C1;
  text-align: center;
  font-size: 14px;
  width: 56px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

form ul .item-name span.item-noreq {
  color: #222123;
  border: 1px solid #727171;
  text-align: center;
  font-size: 14px;
  width: 56px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

@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;
  /* border: 1px solid #216724; */
  position: relative;
}

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

.section-form__check span {
  background: none;
}

form [type=submit] {
  background: #ADC1C1;
  height: 56px;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}

@media (min-width: 1025px) {
  form [type=submit]:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}

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

li.item-form.itemform_add_search button {
  width: 120px;
  background: #4B4948;
  border: none;
  color: #fff;
}

.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-bottom:32px; */
    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);
}

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

.contact__form .privacy-policy-scroll {
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.contact__form .privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
  color: #2c2928;
}

.contact__form .privacy-policy-scroll p a {
  color: #5839ff;
}

.form__notice {
  margin-top: 16px;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

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

.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 80px;
  background: #4B4948;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

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

.privacy-box {
  background: #fff;
  border: solid 1px #d8d8d8;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
}

.privacy-box h3 {
  color: #111111;
  font-size: 16px;
  line-height: 1.71;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}

.privacy-box p {
  color: #111111;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
}

.privacy-box p:not(:last-of-type) {
  margin-bottom: 4%;
}

@media (max-width: 1024px) {
  .privacy-box {
    padding: 2% 2% 3%;
  }
}

@media (max-width: 640px) {
  .privacy-box {
    padding: 4% 4% 5%;
  }
}

.section-form__check1,
.section-form__check2 {
  padding: 24px;
  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;
  /* ポインタを変更 */
  background: #fff !important;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  color: #000000 !important;
  /* チェック時の背景色 */
  box-shadow: inset 0 0 0 4px #ffffff;
  /* 中央に白い丸を作る */
  background: var(--fc) !important;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
}

@media (max-width: 640px) {
  .wpcf7-form-control.wpcf7-radio label input[type=radio] {
    padding: 8px;
  }
}

/* チェック時のスタイル */
.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,
.section-form__check3 .wpcf7-list-item {
  justify-content: center;
}

/* form radio */
/* ラジオボタンが選択された状態 */
input[type=radio]:checked+label {
  background-color: #e0e0e0;
  /* 背景色（選択されたときの色） */
  color: #8FAC23;
  /* 文字色 */
  border: 2px solid #c6a160;
  /* 枠線の色 */
  font-weight: bold;
  /* 太字 */
}

input[type=radio]+label {
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

input[type=radio]:not(:checked)+label {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
}


.form-date-notice02 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}


.contact-form .form-spot {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.contact-form .form-spot__item {
  flex: 1;
  cursor: pointer;
}

.contact-form .form-spot__item img {
  opacity: 0.6;
  transition: 0.4s;
}

.contact-form .form-spot__item.--active img {
  opacity: 1;
}