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

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

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

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

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

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

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

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #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;
}

.--en {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.--color {
  color: #363505;
}

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: "Zen Old Mincho", serif;
  font-size: 1rem;
  color: #2d2d2d;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Zen Old Mincho", serif;
  }
}
body.fix {
  position: fixed;
  width: 100%;
}
body.open {
  overflow: hidden;
}

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

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  font-size: 1.6rem;
  line-height: 187.5%;
  letter-spacing: 0.08rem;
}
@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 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%; /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.8rem;
  }
}

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

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

.pc-tb {
  display: block;
}
@media screen and (max-width: 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: #363505;
}

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

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

@keyframes fadeDown {
  from {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  to {
    opacity: 0;
    transform: translate(-50%, 90px);
  }
}
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}
.cmn-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}
.cmn-wrap.--small {
  padding-inline: 48px;
}
@media screen and (max-width: 479px) {
  .cmn-wrap.--small {
    padding-inline: 24px;
  }
}

.cmn-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.cmn-ttl__main {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 100%; /* 100% */
  letter-spacing: 0.096rem;
}
@media screen and (max-width: 479px) {
  .cmn-ttl__main {
    font-size: 3.2rem;
  }
}
.cmn-ttl__sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem; /* 187.5% */
  letter-spacing: 0.08rem;
}
.cmn-ttl.--white {
  color: #fff;
}
.cmn-ttl.--small .cmn-ttl__main {
  font-size: 4rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 479px) {
  .cmn-ttl.--small .cmn-ttl__main {
    font-size: 3rem;
  }
}

.cmn-btn__link {
  display: flex;
  margin-inline: auto;
  max-width: 327px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-block: 12px;
  padding-inline: 50px 40px;
  width: 100%;
  background: #363505;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .cmn-btn__link {
    padding-block: 7px;
    padding-inline: min(8vw, 3rem);
    max-width: 295px;
  }
}
@media screen and (min-width: 1025px) {
  .cmn-btn__link:hover {
    border: 1px solid #363505;
    background: #fff;
    color: #363505;
  }
  .cmn-btn__link:hover path {
    fill: #363505;
  }
}
.cmn-btn__st {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem; /* 187.5% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 479px) {
  .cmn-btn__st {
    font-size: 1.4rem;
  }
}
.cmn-btn__arw path {
  transition: 0.4s;
}

.wrap {
  display: flex;
  justify-content: space-between;
  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/flathouse/bg-body.jpg) repeat-x center center/cover;
  pointer-events: none;
}

.hd {
  width: calc(100% - 480px);
  max-width: 600px;
}
.hd__cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}
.hd__name {
  margin-bottom: min(1.6666666667vw, 2.4rem);
  width: 70px;
  height: 99px;
  aspect-ratio: 70/99;
}
.hd__menu {
  width: 100%;
}
.hd .hd-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(1.6666666667vw, 2.4rem);
  margin-bottom: min(2.2222222222vw, 3.2rem);
  margin-inline: auto;
  width: 92%;
  max-width: 350px;
}
.hd .hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  width: calc((100% - min(1.6666666667vw, 2.4rem)) / 2);
}
.hd .hd-nav__item {
  width: 100%;
  max-width: 240px;
}
.hd .hd-nav__link {
  display: block;
  position: relative;
  padding-block: 8px;
  padding-left: 24px;
  width: 100%;
  transition: 0.4s;
}
.hd .hd-nav__link-jp {
  position: relative;
  display: block;
  padding: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem; /* 187.5% */
  letter-spacing: 0.08rem;
  transition: 0.4s;
}
.hd .hd-nav__link-jp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background: #2f4401;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .hd .hd-nav__link:hover span {
    color: #2f4401;
  }
  .hd .hd-nav__link:hover span::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .hd .hd-nav__link.active span {
    color: #2f4401;
  }
  .hd .hd-nav__link.active span::before {
    opacity: 1;
  }
}
.hd__anchor {
  margin-inline: auto;
  max-width: 480px;
}
.hd {
  /*
  &-btn {
    margin: 0 auto;
    width: min(calc(432 / 1440 * 100 * 1vw), 43.2rem);
    width: rem(400);
    aspect-ratio: 400 / 330;
    &__link {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      transition: 0.4s;
      &:hover {
        @include mq(min, md) {
          opacity: 0.7;
        }
      }
    }
    &__txt {
      position: absolute;
      bottom: 12%;
      left: 50%;
      transform: translateX(-50%);
      width: 370px;
      height: 48px;
      background: linear-gradient(#203152 0%, #060a10 100%);
      border: 1px solid #203152;
      border-radius: 30px;
      font-weight: bold;
      font-size: rem(18);
      letter-spacing: 0.05em;
      line-height: 45px;
      text-align: center;
      color: #fff;
      transition: 1s;
      &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        height: 10px;
        aspect-ratio: cos(30deg);
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background: #fff;
        transition: 1s;
      }
    }
  }
  */
}
@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 56px;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd__cnt {
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-inline: 24px;
    width: 100%;
    height: 100%;
    background: #dcdfd6;
  }
  .hd__name {
    margin-bottom: 0;
    width: 28px;
    height: 40px;
    aspect-ratio: 7/10;
    z-index: 1001;
  }
  .hd__menu {
    width: auto;
  }
  .hd .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 56px;
    padding-bottom: 70px;
    width: 100%;
    max-width: none;
    height: calc(100svh - 56px);
    background: url(../img/flathouse/bg-nav.jpg) no-repeat center center/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd .hd-nav__name {
    margin-bottom: 16px;
    width: 150px;
  }
  .hd .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .hd .hd-nav__item {
    width: 100%;
    padding: 0;
    border: none;
  }
  .hd .hd-nav__item:first-child {
    border: none;
  }
  .hd .hd-nav__link {
    display: block;
    padding-block: 2.1333333333vw;
    padding-left: 16px;
  }
  .hd__anchor {
    display: none;
  }
  .hd-toggle {
    position: relative;
    width: 60px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 20px;
  }
  .hd-toggle span {
    display: block;
    position: absolute;
    left: 0;
    transition: 0.35s ease-in-out;
    width: 100%;
    background: #333;
    color: #333;
  }
  .hd-toggle__line {
    height: 2px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 0;
  }
  .hd-toggle__line:nth-child(2) {
    top: 10px;
  }
  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 20px;
  }
  .hd-toggle__txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .hd-toggle__txt::after {
    content: "MENU";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.6rem; /* 185.714% */
    letter-spacing: 0.07rem;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
  }
}
.hd.open {
  background: transparent;
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle span {
  background: #3e3b31;
  color: #3e3b31;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}
.hd.open .hd-toggle__txt::after {
  content: "CLOSE";
}

.banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90px);
  width: 100%;
  max-width: 480px;
  z-index: 1000;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .banner:hover {
    opacity: 0.8;
  }
}
.banner-contact {
  display: none;
}
@media screen and (max-width: 1024px) {
  .banner-contact {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
  }
}
.banner-contact__item.--phone img {
  aspect-ratio: 108/70;
}
.banner-contact__item.--form img {
  aspect-ratio: 259/70;
}

.ft {
  padding-block: 56px 56px;
  background: #dcdfd6;
}
@media screen and (max-width: 1024px) {
  .ft {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 479px) {
  .ft {
    padding-bottom: min(26.6666666667vw, 12rem);
  }
}
.ft__logo-link {
  display: block;
  margin-inline: auto;
  width: 70px;
  height: 99px;
  aspect-ratio: 70/99;
}
.ft__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ft__copy {
  margin-top: 32px;
}
.ft__copy-st {
  text-align: center;
  font-size: 1rem;
  line-height: 1rem; /* 100% */
  letter-spacing: 0.05rem;
}

.cta {
  position: relative;
  background: url(../img/flathouse/bg-cta.jpg) no-repeat center center/cover;
}
.cta__link {
  display: block;
  padding-block: 40px 32px;
}
@media screen and (max-width: 479px) {
  .cta__link {
    padding-block: 32px 24px;
  }
}
@media screen and (min-width: 1025px) {
  .cta__link:hover .cmn-btn__link {
    border: 1px solid #363505;
    background: #fff;
    color: #363505;
  }
  .cta__link:hover .cmn-btn__link path {
    fill: #363505;
  }
}
.cta__anchor {
  margin-top: 18px;
}
@media screen and (max-width: 479px) {
  .cta__anchor {
    margin-top: 12px;
  }
}
.cta__txt {
  margin-top: 8px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem; /* 100% */
}

.content {
  position: relative;
  width: 480px;
  background: #fff;
  box-shadow: 0px 3px 6px 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;
}

@media screen and (max-width: 1024px) {
  #fv,
  #concept,
  #merit,
  #features,
  #works,
  #access,
  #model,
  #contact,
  #about,
  #company {
    scroll-margin-top: 56px;
  }
}

.sec-fv .cmn-wrap {
  padding-top: 0;
}
.sec-fv__slide-item {
  height: 100svh;
}
@media screen and (min-width: 1025px) {
  .sec-fv__slide-item {
    max-height: 810px;
  }
}
.sec-fv__slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-fv__info {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sec-fv__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 479px) {
  .sec-fv__ttl {
    padding-left: 35px;
  }
}
.sec-fv__ttl-st {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4.2rem;
  letter-spacing: 1.65rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 479px) {
  .sec-fv__ttl-st {
    font-size: min(8vw, 3rem);
  }
}
.sec-fv__ttl-st strong {
  font-size: 4rem;
  font-weight: 500;
  line-height: 145%; /* 145% */
}
@media screen and (max-width: 479px) {
  .sec-fv__ttl-st strong {
    font-size: min(10.6666666667vw, 4rem);
  }
}
.sec-fv__ttl-st small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 125%; /* 125% */
  letter-spacing: 0.4rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 479px) {
  .sec-fv__ttl-st small {
    font-size: min(5.3333333333vw, 2rem);
  }
}
.sec-fv__ttl-st.--line {
  position: relative;
}
.sec-fv__ttl-st.--line::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 1px;
  background: #fff;
}
.sec-fv__catch {
  margin-top: 50px;
  width: 201px;
}
.sec-fv__catch-st {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
  font-size: 2rem;
  letter-spacing: 0.4rem;
}

.sec-concept {
  position: relative;
  padding-block: 80px 64px;
}
.sec-concept__cnt {
  margin-top: 40px;
}
.sec-concept__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 250%;
  letter-spacing: 0.06rem;
}
.sec-concept__ph {
  margin-top: 40px;
  margin-inline: -24px;
}

.sec-merit {
  padding-block: 96px 64px;
  background: #dcdfd6;
}
.sec-merit__cnt {
  margin-top: 32px;
}
.sec-merit .merit-list {
  position: relative;
}
.sec-merit .merit-list__item {
  padding-bottom: 24px;
  padding-inline: 40px;
  height: auto;
}
@media screen and (max-width: 479px) {
  .sec-merit .merit-list__item {
    padding-inline: 24px;
  }
}
.sec-merit .swiper-button-prev,
.sec-merit .swiper-button-next {
  position: absolute;
  top: 19.5%;
  width: 40px;
  aspect-ratio: 1;
}
@media screen and (max-width: 479px) {
  .sec-merit .swiper-button-prev,
  .sec-merit .swiper-button-next {
    width: 32px;
  }
}
.sec-merit .swiper-button-prev::after,
.sec-merit .swiper-button-next::after {
  content: "";
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/flathouse/icon-arw_slide.png) no-repeat center center/cover;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .sec-merit .swiper-button-prev::after,
  .sec-merit .swiper-button-next::after {
    width: 32px;
  }
}
.sec-merit .swiper-button-prev.swiper-button-disabled,
.sec-merit .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-merit .swiper-button-prev {
  left: 24px;
}
@media screen and (max-width: 479px) {
  .sec-merit .swiper-button-prev {
    left: 4px;
  }
}
.sec-merit .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.sec-merit .swiper-button-next {
  right: 24px;
}
@media screen and (max-width: 479px) {
  .sec-merit .swiper-button-next {
    right: 4px;
  }
}
.sec-merit .swiper-pagination {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 64px);
  height: 4px;
  background: #57534c;
  border-radius: 4px;
}
.sec-merit .swiper-pagination span {
  background: #fff;
  border-radius: 5px;
}
.sec-merit .item-box {
  height: 100%;
  background: #F2F7F7;
}
.sec-merit .item-box__cnt {
  padding-block: 32px;
  padding-inline: 24px;
}
@media screen and (max-width: 479px) {
  .sec-merit .item-box__cnt {
    padding-inline: 16px;
  }
}
.sec-merit .item-box__num {
  color: #a1a17e;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-merit .item-box__ttl {
  margin-top: 8px;
}
.sec-merit .item-box__txt {
  margin-top: 16px;
}

.sec-features {
  padding-block: 100px 70px;
  background: #363505;
  color: #fff;
}
.sec-features__cnt {
  margin-top: 40px;
}
.sec-features .features-list__item:not(:first-child) {
  margin-top: 40px;
  padding-top: 64px;
  border-top: 1px solid #fff;
}
.sec-features .features-list__item.--item01 .item-box__ph,
.sec-features .features-list__item.--item03 .item-box__ph {
  margin-left: -24px;
}
.sec-features .features-list__item.--item02 .item-box__ph {
  margin-right: -24px;
}
.sec-features .item-box__cnt {
  padding-block: 24px;
  padding-inline: 16px;
}
@media screen and (max-width: 479px) {
  .sec-features .item-box__cnt {
    padding-inline: 0;
  }
}
.sec-features .item-box__num {
  color: #a1a17e;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sec-features .item-box__ttl {
  margin-top: 18px;
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-features .item-box__ttl {
    font-size: 1.8rem;
  }
}
.sec-features .item-box__txt {
  margin-top: 24px;
}

.sec-works {
  padding-block: 96px 92px;
}
.sec-works__cnt {
  margin-top: 40px;
}
.sec-works .works-list__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #2d2d2d;
}
.sec-works .works-list__item:first-child {
  border-top: 1px solid #2d2d2d;
}
.sec-works .item-box__head {
  position: relative;
  padding-block: 24px 16px;
  padding-inline: 10px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-works .item-box__head {
    padding-inline: 5px;
  }
}
.sec-works .item-box__head::before,
.sec-works .item-box__head::after {
  content: "";
  display: block;
  background: #2d2d2d;
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
}
.sec-works .item-box__head::before {
  width: 22px;
  height: 1px;
  right: 15px;
}
@media screen and (max-width: 479px) {
  .sec-works .item-box__head::before {
    right: 5px;
  }
}
.sec-works .item-box__head::after {
  width: 1px;
  height: 22px;
  right: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 479px) {
  .sec-works .item-box__head::after {
    right: 15px;
  }
}
.sec-works .item-box__head.selected::after {
  opacity: 0;
  transition: 0.3s;
}
.sec-works .item-box__cnt {
  display: none;
  padding-bottom: 16px;
}
.sec-works .works-slide {
  position: relative;
}
.sec-works .works-slide__thumbs {
  margin-top: 8px;
  padding: 0;
  width: 100%;
  overflow: auto;
}
.sec-works .works-slide__thumbs .swiper-slide {
  aspect-ratio: 105/80;
  text-align: center;
  overflow: hidden;
}
.sec-works .works-slide__thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.sec-works .works-slide__thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-works .works-slide__thumbs .swiper-slide:hover::after {
    opacity: 1;
  }
}
.sec-works .works-slide__main {
  aspect-ratio: 432/250;
}
.sec-works .works-slide__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-works .swiper-button-prev,
.sec-works .swiper-button-next {
  position: absolute;
  top: 37%;
  width: 40px;
  aspect-ratio: 1;
}
@media screen and (max-width: 479px) {
  .sec-works .swiper-button-prev,
  .sec-works .swiper-button-next {
    width: 32px;
  }
}
.sec-works .swiper-button-prev::after,
.sec-works .swiper-button-next::after {
  content: "";
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/flathouse/icon-arw_slide.png) no-repeat center center/cover;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .sec-works .swiper-button-prev::after,
  .sec-works .swiper-button-next::after {
    width: 32px;
  }
}
.sec-works .swiper-button-prev.swiper-button-disabled,
.sec-works .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-works .swiper-button-prev {
  left: 8px;
}
@media screen and (max-width: 479px) {
  .sec-works .swiper-button-prev {
    left: 4px;
  }
}
.sec-works .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.sec-works .swiper-button-next {
  right: 8px;
}
@media screen and (max-width: 479px) {
  .sec-works .swiper-button-next {
    right: 4px;
  }
}

.sec-access {
  position: relative;
  padding-block: 80px 94px;
  background: #dcdfd6;
}
.sec-access__cmt {
  position: relative;
  padding-block: 16px;
  padding-inline: 24px;
  background: #f2f7f7;
}
@media screen and (max-width: 479px) {
  .sec-access__cmt {
    padding-inline: 16px;
  }
}
.sec-access__cmt::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  height: 15px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #f2f7f7;
}
.sec-access__cmt-txt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 185.714%; /* 185.714% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-access__cmt-txt {
    font-size: 1.2rem;
  }
}
.sec-access__ttl {
  margin-top: 40px;
}
.sec-access__cnt {
  margin-top: 40px;
}
.sec-access__ph {
  margin-top: 40px;
}
.sec-access__txt {
  margin-top: 40px;
  text-align: center;
}
.sec-access__map {
  margin-top: 24px;
  aspect-ratio: 432/243;
}
.sec-access__map iframe {
  width: 100%;
  height: 100%;
}
.sec-access__name {
  margin-top: 40px;
}
@media screen and (max-width: 479px) {
  .sec-access__name-st {
    font-size: 1.7rem;
  }
}
.sec-access__add {
  margin-block: 6px;
  font-size: 1.4rem;
  line-height: 2.6rem; /* 185.714% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-access__add {
    font-size: 1.3rem;
  }
}
.sec-access__route {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.sec-access__route-icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
.sec-access__route-st {
  font-size: 1.4rem;
  line-height: 3rem; /* 185.714% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-access__route-st {
    font-size: 1.3rem;
  }
}
.sec-access__model {
  position: relative;
  padding-top: 96px;
  background: #dcdfd6;
}
.sec-access__model .model-block {
  padding-bottom: 38px;
  padding-inline: 24px;
  background: #fff;
  border: 1px solid #2f4401;
}
@media screen and (max-width: 479px) {
  .sec-access__model .model-block {
    padding-inline: 16px;
  }
}
.sec-access__model .model-block__head {
  margin-top: -35px;
}
.sec-access__model .model-block__cmt {
  position: relative;
  margin-inline: auto;
  padding-block: 16px;
  padding-inline: 24px;
  max-width: 280px;
  background: #2f4401;
}
@media screen and (max-width: 479px) {
  .sec-access__model .model-block__cmt {
    padding-inline: 16px;
  }
}
.sec-access__model .model-block__cmt::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -15px;
  height: 15px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #2f4401;
}
.sec-access__model .model-block__cmt-txt {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem; /* 185.714% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-access__model .model-block__cmt-txt {
    font-size: 1.2rem;
  }
}
.sec-access__model .model-block__ttl {
  margin-top: 32px;
}
.sec-access__model .model-block__cnt {
  margin-top: 32px;
}
.sec-access__model .model-block__gallery {
  margin-top: 32px;
}
.sec-access__model .model-block .model-slide {
  position: relative;
}
.sec-access__model .model-block .model-slide__thumbs {
  margin-top: 8px;
  padding: 0;
  width: 100%;
  overflow-x: auto;
}
.sec-access__model .model-block .model-slide__thumbs .swiper-slide {
  position: relative;
  aspect-ratio: 105/80;
  text-align: center;
  overflow: hidden;
}
.sec-access__model .model-block .model-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-access__model .model-block .model-slide__thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-access__model .model-block .model-slide__thumbs .swiper-slide:hover::after {
    opacity: 1;
  }
}
.sec-access__model .model-block .model-slide__main {
  aspect-ratio: 64/37;
}
.sec-access__model .model-block .model-slide__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-access__model .model-block .swiper-button-prev,
.sec-access__model .model-block .swiper-button-next {
  top: 42%;
  width: 40px;
  aspect-ratio: 1;
}
@media screen and (max-width: 479px) {
  .sec-access__model .model-block .swiper-button-prev,
  .sec-access__model .model-block .swiper-button-next {
    top: 40%;
    width: 35px;
  }
}
.sec-access__model .model-block .swiper-button-prev::after,
.sec-access__model .model-block .swiper-button-next::after {
  content: "";
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  background: url(../img/flathouse/icon-arw_slide.png) no-repeat center center/cover;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .sec-access__model .model-block .swiper-button-prev::after,
  .sec-access__model .model-block .swiper-button-next::after {
    width: 35px;
  }
}
.sec-access__model .model-block .swiper-button-prev.swiper-button-disabled,
.sec-access__model .model-block .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-access__model .model-block .swiper-button-prev {
  left: 8px;
}
.sec-access__model .model-block .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.sec-access__model .model-block .swiper-button-next {
  right: 8px;
}
.sec-access__model .model-block__map {
  margin-top: 16px;
  aspect-ratio: 16/9;
}
.sec-access__model .model-block__map iframe {
  width: 100%;
  height: 100%;
}
.sec-access__model .model-block__name {
  margin-top: 32px;
}
@media screen and (max-width: 479px) {
  .sec-access__model .model-block__name-st {
    font-size: 1.7rem;
  }
}
.sec-access__model .model-block__add {
  margin-block: 6px;
  font-size: 1.4rem;
  line-height: 2.6rem; /* 185.714% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-access__model .model-block__add {
    font-size: 1.3rem;
  }
}
.sec-access__model .model-block__route {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.sec-access__model .model-block__route-icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
.sec-access__model .model-block__route-st {
  font-size: 1.4rem;
  line-height: 3rem; /* 185.714% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-access__model .model-block__route-st {
    font-size: 1.3rem;
  }
}

.benefits {
  background: url(../img/flathouse/bg-benefits.jpg) no-repeat center center/cover;
  margin: 0 auto;
}
.benefits__link {
  display: block;
  padding-block: 40px;
}
@media screen and (min-width: 1025px) {
  .benefits__link:hover .cmn-btn__link {
    border: 1px solid #363505;
    background: #fff;
    color: #363505;
  }
  .benefits__link:hover .cmn-btn__link path {
    fill: #363505;
  }
}
.benefits__anchor {
  margin-top: 18px;
}
.benefits__txt {
  margin-top: 8px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem; /* 100% */
}
.benefits__note {
  margin-top: 16px;
  padding: 15px;
  width: 100%;
  max-width: 432px;
  height: 100px;
  border: 1px solid #fff;
  overflow-y: auto;
}
.benefits__note-txt-st {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2rem; /* 166.667% */
  letter-spacing: 0.06rem;
}

.sec-contact {
  padding-block: 96px 56px;
  background: #dcdfd6;
}
.sec-contact .contact-form {
  margin-top: 40px;
}
.sec-contact .contact-form__tab {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 32px;
  gap: 8px;
}
.sec-contact .contact-form__tab-item {
  flex: 1;
  max-width: 133px;
  aspect-ratio: 133/134;
}
.sec-contact .contact-form__select {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  opacity: 0.4;
  transition: 0.4s;
  cursor: pointer;
}
.sec-contact .contact-form__select img {
  transition: 0.4s;
}
.sec-contact .contact-form__select.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .sec-contact .contact-form__select:hover {
    opacity: 1;
  }
}

.sec-about {
  padding-block: 96px 92px;
}
.sec-about__cnt {
  margin-top: 40px;
}
.sec-about .about-list__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #2d2d2d;
}
.sec-about .about-list__item:first-child {
  border-top: 1px solid #2d2d2d;
}
.sec-about .item-box__head {
  position: relative;
  padding-block: 32px 16px;
  padding-inline: 16px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-about .item-box__head {
    padding-inline: 5px 20px;
  }
}
.sec-about .item-box__head::before,
.sec-about .item-box__head::after {
  content: "";
  display: block;
  background: #2d2d2d;
  position: absolute;
  top: 12px;
  bottom: 0;
  margin: auto;
}
.sec-about .item-box__head::before {
  width: 22px;
  height: 1px;
  right: 15px;
}
@media screen and (max-width: 479px) {
  .sec-about .item-box__head::before {
    right: 5px;
  }
}
.sec-about .item-box__head::after {
  width: 1px;
  height: 22px;
  right: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 479px) {
  .sec-about .item-box__head::after {
    right: 15px;
  }
}
.sec-about .item-box__head.selected::after {
  opacity: 0;
  transition: 0.3s;
}
.sec-about .item-box__cnt {
  display: none;
  padding-bottom: 16px;
  padding-inline: 16px;
}
@media screen and (max-width: 479px) {
  .sec-about .item-box__cnt {
    padding-inline: 0;
  }
}
.sec-about .item-box__txt {
  margin-top: 16px;
}

.sec-company {
  padding-block: 80px 64px;
  background: #dcdfd6;
}
.sec-company__head {
  margin-bottom: 40px;
}
.sec-company__overview-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding-block: 24px 23px;
  padding-inline: 24px 20px;
  border-bottom: 1px solid #2d2d2d;
}
@media screen and (max-width: 479px) {
  .sec-company__overview-item {
    padding-inline: 8px;
  }
}
@media screen and (max-width: 370px) {
  .sec-company__overview-item {
    padding-inline: 4px;
  }
}
.sec-company__overview-item:first-child {
  border-top: 1px solid #2d2d2d;
}
.sec-company__overview-label {
  width: 102px;
}
@media screen and (max-width: 479px) {
  .sec-company__overview-label {
    width: 90px;
  }
}
@media screen and (max-width: 370px) {
  .sec-company__overview-label {
    width: 80px;
    font-size: 1.2rem;
  }
}
.sec-company__overview-value {
  flex: 1;
}
@media screen and (max-width: 370px) {
  .sec-company__overview-value {
    font-size: 1.2rem;
  }
}
.sec-company__overview-value small {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.06rem;
}

.image-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 {
  position: relative;
  width: 90vw;
  max-width: 1000px;
  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;
}
@media screen and (max-width: 479px) {
  .image-popup__content img {
    width: 100%;
  }
}
.image-popup__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
/*form*/
.contact-form {
  padding-bottom: 56px;
}

.item-req {
  padding: 3px 12px;
  width: 72px;
  background: #2f4401;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem; /* 185.714% */
  letter-spacing: 0.07rem;
}

.item-noreq {
  padding: 3px 20px;
  width: 72px;
  background: #bfbfbf;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem; /* 185.714% */
  letter-spacing: 0.07rem;
}

.reserve-notice {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2.6rem; /* 185.714% */
  letter-spacing: 0.07rem;
}
.an-wrap ul {
  margin-top: 0;
}
.an-wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

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

form [type="submit"]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

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

.privacy-box h3 {
  font-weight: bold;
  font-size: 1.4rem;
}

.privacy-box h3:first-of-type {
  margin-bottom: 16px;
}

.privacy-box p {
  margin-bottom: 12px;
  font-size: 1.4rem;
}

.wpcf7-list-item {
  margin: 0 0 1em 0;
}

form {
  overflow: hidden;
}

form ul {
  display: block;
  margin-bottom: 24px;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}

.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.item-notice p {
  font-size: 14px;
}

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

form ul .item-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem; /* 187.5% */
  letter-spacing: 0.08rem;
}

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

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

.wpcf7c-elm-step1 {
  width: 80px;
  height: 40px;
  background: #2f4401;
  color: #fff;
  border: unset;
}

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

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

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

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
}

li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}

.form-caption {
  margin-bottom: 120px;
}

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

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  margin-bottom: 32px;
}

.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}

.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}

.section-form-privacy__cnt p {
  font-size: 14px;
}

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

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

@media screen and (max-width: 640px) {
  form ul {
    /* margin-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 [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 {
  font-family: "Zen Old Mincho", serif;
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
}

.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}
/*
.form-caption p,
form * {
  font-family: "Zen Kaku Gothic New";
}
*/
/*
.wpcf7-not-valid-tip {
 display: none !important;
}*/

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

.privacy-policy-scroll {
  background: #fff;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}

.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #a7a7a7;
  border-radius: 10px;
}

.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}

.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
}

.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}

.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}

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

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

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.5;
}

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 .wpcf7-list-item-label {
  width: auto;
}

.wpcf7-checkbox .wpcf7-list-item input {
  display: inline-block;
  vertical-align: bottom;
}

.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  width: auto;
  flex: 1;
}

/* チェック時のスタイル */
.wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.wpcf7-list-item input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
}

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

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

@media (max-width: 640px) {
  .contact-tab__wrap {
    padding: 0;
    gap: 16px;
    margin: 4% 0;
  }
}

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

.wpcf7-not-valid-tip {
	display: none!important;
}
.grecaptcha-badge {
	opacity: 0!important;
	visibility: hidden!important;
	pointer-events: none!important;
}

