@charset "UTF-8";

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

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

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

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

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

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
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 {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #202020;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  color: #3A3A3A;
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP";
  }
}

body.fix {
  position: fixed;
  width: 100%;
}

body.open {
  overflow: hidden;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
}

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

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

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

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

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

.pc {
  display: block;
}

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

.pc-tb {
  display: block;
}

@media screen and (max-width: 640px) {
  .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: 640px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

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

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

.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: 640px) {
  .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: 1140px) {
  .wrap::before {
    background: url(./img/bg-body-full.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .8;
    background-position-x: -24px;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .hd-name__logo {
    max-width: 80px;
  }

  .hd-name__logo img {
    margin-top: -13px;
  }
}

.hd-sp__logo {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hd-sp__logo {
    display: block;
  }
}

.hd-cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: min(4.8611111111vw, 4.375rem);
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}

.hd-name {
  margin-bottom: 50px;
  width: 150px;
}

.hd-menu {
  margin-inline: auto;
  width: 432px;
  max-width: min(36.1111111111vw, 32.5rem);
}

.hd-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.hd-nav__list {
  display: flex;
  justify-content: space-between;
  width: 251px;
}

.hd-nav__item {
  writing-mode: tb;
  font-family: "Shippori Mincho B1";
  color: #6A5D44;
}

.hd-nav__link {
  display: block;
  position: relative;
  width: 100%;
  transition: 0.4s;
}

.hd-nav__link-jp {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.875;
  color: #6A5D44;
  transition: 0.4s;
}

@media screen and (min-width: 1024px) {
  .hd-nav__link-concept {
    margin-top: -3px;
  }
}

.hd-nav__link-jp::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #C6B593;
  border-radius: 50%;
  opacity: 0;
}

.hd-nav__link-hover {
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #C6B593;
  border-radius: 50%;
  opacity: 0;
  transition: .3s;
}

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

  .hd-nav__link:hover .hd-nav__link-hover {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #C6B593;
    border-radius: 50%;
    opacity: 1;
  }
}

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

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

@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;
    background-color: transparent;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }

  .hd-cnt {
    position: relative;
    justify-content: space-between;
    align-items: baseline;
    padding: 24px 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
  }

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

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

  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 56px;
    left: 0;
    padding-top: 80px;
    padding-bottom: 70px;
    width: 100%;
    height: calc(100svh - 56px);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }

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

  .hd-nav__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 7vh;
    width: 110px;
    gap: 18px;
    row-gap: 60px;
    align-items: flex-start;
    justify-content: space-between;
  }

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

  @media screen and (max-width: 1024px) {
    .hd-nav__item {
      margin: 0 auto;
    }
  }

  .hd-nav__item:nth-child(1) {
    grid-row: 2;
  }

  .hd-nav__item:nth-child(2) {
    grid-row: 2;
  }

  .hd-nav__item:nth-child(3) {
    grid-row: 2;
  }

  .hd-nav__item:nth-child(4) {
    grid-row: 1;
  }

  .hd-nav__item:nth-child(5) {
    grid-row: 1;
  }

  .hd-nav__item:nth-child(6) {
    grid-row: 1;
  }

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

  .hd-nav__link {
    display: block;
    padding-block: 0;
    padding-inline: 0;
  }

  .hd-nav__link-jp {
    color: #6A5D44;
    line-height: 1.56;
  }

  .hd .cta {
    display: none;
  }

  .hd-toggle {
    position: relative;
    width: 105px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }

  .hd-toggle__txt {
    position: relative;
  }

  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 41px;
  }

  .hd-toggle span {
    display: block;
    position: absolute;
    left: 0;
    transition: 0.35s ease-in-out;
    width: 100%;
    height: 2px;
    color: #C6B593;
  }

  .hd-toggle .second {
    background: #C6B593;
  }

  .hd-toggle__line {
    height: 1px;
  }

  .hd-toggle__line:nth-child(1) {
    top: 0;
  }

  .hd-toggle__line:nth-child(2) {
    top: 14px;
  }

  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .hd.fixed {
    background-color: #FFF;
    opacity: .9;
    backdrop-filter: blur(10px);
  }
}

.hd.open {
  background: linear-gradient(176deg, var(--FFFFFF, #FFF) -0.79%, #FDF1DB 102.54%);
  opacity: 0.97;
}

@media screen and (max-width: 1024px) {
  .hd.open {
    height: 100vh;
  }
}

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

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

.hd.open .hd-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(320deg);
}

.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}

.hd.open .hd-toggle span:nth-child(3) {
  top: 12px;
  transform: rotate(-320deg);
}

.ft {
  background: #FFF;
}

.ft-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .ft-cnt {
    padding: 6% 23px 26%;
  }
}

.ft-name {
  margin-bottom: 45px;
  width: 130px;
}

@media screen and (max-width: 1024px) {
  .ft-name {
    margin-bottom: 6%;
  }
}

.ft-logo {
  display: block;
  width: 100%;
  height: 100%;
}

.ft-logo img {
  width: 100%;
}

.ft-add {
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

.ft-phone {
  margin-bottom: 24px;
  font-family: "Noto Sans JP", serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

.ft-copy {
  font-family: "Noto Sans JP", serif;
  font-size: 8px;
  line-height: 2.8;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}

.ft-nav__list {
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.ft-menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .ft-menu {
    display: block;
  }
}

.ft-nav__item {
  width: 50%;
  font-size: 16px;
  padding-bottom: 4%;
  color: #6A5D44;
}

@media screen and (max-width: 480px) {
  .ft-nav__item {
    font-size: 14px;
  }
}

.ft-nav__link-jp {
  font-family: "Shippori Mincho B1";
}

.ft-nav__item:nth-child(5),
.ft-nav__item:nth-child(6) {
  padding-bottom: 0;
}

.pagetop {
  padding-bottom: 24px;
}

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

.pagetop-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto 16px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s;
}

.pagetop-link span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
  transition: 0.4s;
}

.pagetop-link span::after {
  content: "";
  display: block;
  height: 10px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #333;
  transition: 0.4s;
}

.pagetop-link:hover {
  background: #333;
}

.pagetop-link:hover span {
  color: #fff;
}

.pagetop-link:hover span::after {
  background: #fff;
}

.banner {
  position: fixed;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 480px;
  z-index: 1001;
  transition: 0.4s;
z-index:-1;
	opacity:0;
}
.banner.scrolled{
	z-index:1001;
	opacity:1;
}

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

.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: linear-gradient(176deg, var(--FFFFFF, #FFF) -0.79%, #FDF1DB 102.54%);*/
  box-shadow: none;
}

.content.open .main {
  visibility: visible;
}

.content.open .ft {
  visibility: hidden;
}

.fv {
  position: relative;
	height:100vh;
}

.fv .cmn-wrap {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .fv-slide {
  height: calc(100vh - 67px);
  }
}

.fv-slide__item,
.fv__list__item {
  height: calc(100vh - 67px);
}

.fv-slide__item img,
.fv__list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position:bottom;
}
/* .fv-slide .swiper-slide{
	padding-bottom: 67px;
}
@media screen and (max-width: 640px) {
	.fv-slide .swiper-slide{
		padding-bottom: 50px;
	}
} */
.fv-catch {
  position: absolute;
  top: 83px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
  writing-mode: vertical-rl;
  font-weight: 700;
  letter-spacing: .14em;
  font-family: "Shippori Mincho B1";
  color: #FFF;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .fv-catch {
    font-size: 36px;
    margin-top: 64px;
  }
}
@media screen and (max-height: 677px) {
	.fv-catch {
    margin-top: 48px;
		font-size: 32px;
  }
	
}

.fv-catch span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-right: 32px;
  line-height: 1.6;
}
@media screen and (max-height: 677px) {
	.fv-catch span {
  font-size: 20px;
}
}

.fv-txt {
  font-family: "Shippori Mincho B1";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #FFF;
  background-color: #6A5D44;
  width: 100%;
  height: 67px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}


/* @media screen and (max-width: 480px) {
  .fv-txt {
    width: 90%;
    height: 50px;
    font-size: 14px;
  }
} */

.concept {
  padding-top: 64px;
  margin-top: -64px;
}

.concept__inner {
  padding-top: 40px;
}

@media screen and (max-width: 480px) {
  .concept__inner {
    padding-top: 8%;
  }
}

.concept-img {
  padding-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .concept-img {
    padding-bottom: 14%;
  }
}

.concept-2col {
  display: flex;
}

@media screen and (max-width: 480px) {
  .concept-2col {
    flex-direction: column;
  }
}

.concept-title-en {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .06em;
  line-height: 1;
  color: #DADADA;
  writing-mode: vertical-rl;
  font-family: "Lateef";
}

@media screen and (max-width: 480px) {
  .concept-title-en {
    writing-mode: lr;
  }
}


.concept-cnt {
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .concept-cnt {
    margin-top: 0;
  }
}

.concept-h3 {
  font-family: "Shippori Mincho B1";
  font-size: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
}

@media screen and (max-width: 480px) {
  .concept-h3 {
    padding-left: 0;
    font-size: 18px;
    padding-bottom: 4%;
  }
}

.concept-txt {
  padding-bottom: 45px;
  padding-left: 16px;
}

@media screen and (max-width: 480px) {
  .concept-txt {
    padding-left: 0;
    padding-bottom: 8%;
  }
}

.features {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 480px) {
  .features__inner {
    padding-bottom: 14%;
  }
}


.features-h3 {
  font-family: "Shippori Mincho B1";
  position: relative;
  z-index: 2;
  font-size: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .features-h3 {
    font-size: 18px;
    margin-bottom: 6%;
  }
}

.features-h3-en {
  position: absolute;
  top: -60px;
  z-index: -1;
  font-size: 74px;
  color: #F1F1F1;
}

@media screen and (max-width: 480px) {
  .features-h3-en {
    font-size: 40px;
    top: -30px;
  }
}

.features-cnt {
  display: flex;
  margin-bottom: 43px;
}

@media screen and (max-width: 480px) {
  .features-cnt:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .features-cnt {
    flex-direction: column;
    margin-bottom: 8%;
  }
}

.features-cnt__ph {
  margin-bottom: 16px;
}

.features-cnt__ph.ph-pc {
  display: block;
}

.features-cnt__ph.ph-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .features-cnt__ph.ph-pc {
    display: none;
  }

  .features-cnt__ph.ph-sp {
    display: block;
  }
}

.features-cnt__en {
  writing-mode: vertical-rl;
  letter-spacing: .04em;
  color: #C6B593;
  font-family: "Lateef";
  font-weight: 300;
  line-height: 1.4;
  margin-left: -12px;
  font-size: 32px;
}

@media screen and (max-width: 480px) {
  .features-cnt__en {
    font-size: 22px;
    margin-left: 0;
    writing-mode: lr;
  }
}

.features-cnt__ttl {
  font-family: "Shippori Mincho B1";
  color: #1F1F1F;
  font-size: 20px;
  border-bottom: 1px solid #C6B593;
  padding-bottom: 24px;
  margin-bottom: 24px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .features-cnt__ttl {
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 480px) {
  .features-cnt__ttl {
    font-size: 16px;
  }
}

.features-cnt__txt {
  color: #1F1F1F;
}

.mfp-hide {
  display: none;
}

.plan {
  padding-top: 100px;
  margin-top: -100px;
}

.plan__inner {
  padding-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .plan__inner {
    padding-bottom: 14%;
  }
}

.plan-2col {
  display: flex;
}

@media screen and (max-width: 480px) {
  .plan-2col {
    flex-direction: column;
  }
}

.plan-cnt {
  width: 100%;
}

.plan-title {
  font-family: "Shippori Mincho B1";
  color: #6A5D44;
  font-size: 20px;
  writing-mode: vertical-rl;
  letter-spacing: .06em;
  margin-right: 40px;
  margin-top: -32px;
}

@media screen and (max-width: 480px) {
  .plan-title {
    margin-right: 0;
    margin-top: 0;
    writing-mode: lr;
    margin-bottom: 6%;
  }
}

.plan-cnt-title {
  border-bottom: 1px solid #6A5D44;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
  .plan-cnt-title {
    padding-bottom: 6%;
    margin-bottom: 6%;
  }
}

.plan-cnt__btn__title {
  font-family: "Shippori Mincho B1";
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .plan-cnt__btn__title {
    font-size: 16px;
  }
}

.plan-cnt__btn__title__sub {
  display: block;
}

.plan-cnt__btn__en {
  color: #C6B593;
  font-size: 32px;
  font-family: "Lateef";
  font-weight: 300;
  letter-spacing: .04em;
  padding-right: 12px;
}

@media screen and (max-width: 480px) {
  .plan-cnt__btn__en {
    font-size: 24px;
  }
}

.plan-cnt__btn__cash {
  font-family: "Shippori Mincho B1";
  color: #FFF;
  font-size: 14px;
  background-color: #6A5D44;
  padding: 4px 8px;
}

@media screen and (max-width: 480px) {
  .plan-cnt__btn__cash {
    font-size: 12px;
  }
}

.plan-ph {
  padding: 26px 0 16px 0;
}

@media screen and (max-width: 480px) {
  .plan-ph {
    padding: 4% 0;
  }
}

.plan-modal-txt {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 480px) {
  .plan-modal-txt {
    padding-bottom: 4%;
  }
}

.plan-modal-ph {
  position: relative;
}

.plan-modal-2col {
  display: flex;
}

.popup-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 60px;
  z-index: 9999;
}

.popup-modal-content {
  margin: auto;
  display: block;
  padding: 150px 6%;
}

@media screen and (max-width: 1024px) {
  .popup-modal-content {
    width: 100%;
  }
}

.popup-close {
  position: absolute;
  z-index: 9999;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

@media screen and (max-width: 480px) {
  .popup-close {
    top: 120px;
  }
}

.popup-close:hover,
.popup-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


.accordionBtn {
  display: block;
  position: relative;
}

.accordionBtn::after {
  content: "";
  display: block;
  background-color: #6A5D44;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.accordionBtn::before {
  content: "";
  display: block;
  background-color: #6A5D44;
  width: 2px;
  height: 18px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}

.accordionBtn.open::before {
  opacity: 0;
}

.plan-modal-ph::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(./img/icon-zoom.svg) no-repeat center center/cover;
  pointer-events: none;
}

.merit {
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 480px) {
  .merit {
    padding-bottom: 14%;
  }
}

.merit-bg {
  background-color: #EDE5D9;
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 480px) {
  .merit-bg {
    padding: 14% 0;
  }
}

.merit-ttl {
  font-family: "Shippori Mincho B1";
  padding-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .merit-ttl {
    padding-bottom: 4%;
  }
}

.merit-ttl__sub {
  display: block;
  color: #6A5D44;
  font-size: 74px;
  letter-spacing: .04em;
  position: absolute;
  top: -55px;
}

@media screen and (max-width: 480px) {
  .merit-ttl__sub {
    font-size: 54px;
    top: -40px;
  }
}

.merit-ttl__main {
  display: block;
  font-size: 24px;
  color: #1F1F1F;
}

@media screen and (max-width: 480px) {
  .merit-ttl__main {
    font-size: 18px;
  }
}

.merit-cnt__item {
  width: 372px;
  margin: 0 auto;
  color: #1F1F1F;
}

@media screen and (max-width: 640px) {
  .merit-cnt__item {
    width: 100%;
  }
}


.merit-ph {
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  .merit-ph {
    margin-bottom: 4%;
  }
}

.merit-cnt-title {
  font-family: "Shippori Mincho B1";
  text-align: center;
  font-size: 18px;
  padding-bottom: 16px;
}

@media screen and (max-width: 480px) {
  .merit-cnt-title {
    padding-bottom: 4%;
  }
}

.merit-cnt__txt {
  font-size: 14px;
}

.cta {
  padding-bottom: 120px;
  transition: .3s;
}

@media screen and (max-width: 480px) {
  .cta {
    padding-bottom: 16%;
  }
}

.cta-pd02 {
  padding-bottom: 0;
}

.cta-bg {
  font-family: "Shippori Mincho B1";
  background: url(./img/cta-bg.jpg) no-repeat center center/cover;
  padding: 48px 0 32px;
  font-size: 18px;
  letter-spacing: .06em;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .cta-bg {
    padding: 8% 0;
    font-size: 16px;
  }
}

.cta-link {
  transition: .3s;
}

@media screen and (min-width: 1025px) {
  .cta-link:hover {
    opacity: .5;
  }
}

.cta-bg>span {
  display: block;
  font-size: 32px;
}

@media screen and (max-width: 480px) {
  .cta-bg>span {
    font-size: 24px;
  }
}

.cta-ph {
  background-color: #322F2B;
  padding: 18px 23px 32px;
}

@media screen and (max-width: 480px) {
  .cta-ph {
    padding: 6% 3%;
  }
}

.cta-info {
  padding: 14px 20px;
  margin-top: 42px;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #fff;
}

@media screen and (max-width: 4880px) {
  .cta-info {
    padding: 2%;
    margin-top: 6%;
    height: 90px;
  }
}


.cta-txt-st {
  font-family: "Shippori Mincho B1";
  font-size: 14px;
  color: #3A3A3A;
}

.works {
  padding-top: 120px;
  margin-top: -120px;
}

.cmn-ttl {
  font-family: "Shippori Mincho B1";
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .cmn-ttl {
    margin-bottom: 4%;
  }
}

.cmn-ttl__main {
  font-size: 24px;
  position: relative;
  z-index: 2;
}

.modelhoouse-ttl-main {
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .cmn-ttl__main {
    font-size: 18px;
  }
}


.cmn-ttl__sub {
  color: #F1F1F1;
  font-size: 74px;
  position: absolute;
  top: -60px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .cmn-ttl__sub {
    font-size: 40px;
    top: -30px;
  }
}

.works-h3 {
  font-family: "Lateef";
  font-weight: 300;
  color: #C6B593;
  font-size: 32px;
  font-weight: 300;
}

@media screen and (max-width: 480px) {
  .works-h3 {
    font-size: 22px;
  }
}

.access {
  padding-block: 80px;
}

.access-map {
  margin-bottom: 21px;
  height: auto;
  aspect-ratio: 432/250;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.works-ph {
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .works-ph {
    margin-bottom: 14%;
  }
}

.swiper-button-prev:after {
  content: "";
  background: url(./img/button-prev.svg) no-repeat center center/cover;
  display: block;
  width: 16px;
  height: 30px;
  position: absolute;
}

.swiper-button-next:after {
  content: "";
  background: url(./img/button-next.svg) no-repeat center center/cover;
  display: block;
  width: 16px;
  height: 30px;
  position: absolute;
}

.works-slide__main {
  margin-bottom: 8px;
}

.works-slide__thumbs-item {
  width: 102px !important;
  height: 71px;
  margin-right: 8px !important;
}

@media screen and (max-width: 480px) {
  .works-slide__thumbs-item {
    width: calc(25% - 8px) !important;
    height: 48px;
  }
}

.works-slide__thumbs-item img {
  height: 100%;
  object-fit: cover;
}

.works-slide__thumbs-item:last-child {
  margin-right: 0 !important;
}

@media screen and (max-width: 480px) {
  .works-slide__thumbs-item:last-child {
    width: calc(25%) !important;
  }
}

.kengaku {
  padding-bottom: 56px;
}

@media screen and (max-width: 480px) {
  .kengaku {
    padding-bottom: 14%;
  }
}

.kengaku-txt01 {
  text-align: center;
  padding-bottom: 16px;
  font-size: 14px;
  font-family: "Shippori Mincho B1";
}

@media screen and (max-width: 480px) {
  .kengaku-txt01 {
    font-size: 12px;
    padding-bottom: 4%;
  }
}

.kengaku-txt02 {
  font-family: "Shippori Mincho B1";
  text-align: center;
  color: #6A5D44;
  font-weight: 700;
  padding-bottom: 24px;
  letter-spacing: .06em;
}

@media screen and (max-width: 480px) {
  .kengaku-txt02 {
    padding-bottom: 4%;
  }
}

.kengaku-txt02 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.kengaku-ph {
  text-align: center;
}

.modelhouse {
  padding-top: 120px;
  margin-top: -120px;
}

.modelhouse__inner {
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .modelhouse__inner {
    margin-bottom: 14%;
  }
}

.modelhouse-txt {
  font-size: 14px;
  padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .modelhouse-txt {
    padding-bottom: 6%;
    font-size: 12px;
  }
}

.modelhouse-cnt-title {
  border-bottom: 1px solid #C6B593;
  padding: 28px 0 32px;
}

@media screen and (max-width: 480px) {
  .modelhouse-cnt-title {
    padding: 6% 0;
  }
}

.modelhouse-cnt-title:first-child {
  border-top: 1px solid #C6B593;
}

.modelhouse-cnt__btn__title {
  font-family: "Shippori Mincho B1";
  font-size: 24px;
  color: #C6B593;
}

@media screen and (max-width: 480px) {
  .modelhouse-cnt__btn__title {
    font-size: 18px;
  }
}

.modelhouse-cnt__btn__title span {
  display: block;
  font-size: 16px;
  padding-top: 16px;
  color: #3A3A3A;
}

@media screen and (max-width: 480px) {
  .modelhouse-cnt__btn__title span {
    font-size: 14px;
    padding-top: 3%;
  }
}

.modelhouse-ph {
  padding: 16px 0;
}

.modelhouse-info {
  font-family: "Noto Sans JP";
  font-size: 14px;
  padding-bottom: 32px;
  color: #1F1F1F;
}

.modelhouse-map {
  padding-bottom: 48px;
}

@media screen and (max-width: 480px) {
  .modelhouse-map {
    padding-bottom: 6%;
  }
}

.modelhouse-map iframe {
  max-width: 432px;
  height: 250px;
}

@media screen and (max-width: 480px) {
  .modelhouse-map iframe {
    max-width: 100%;
  }
}

.modelhouse-form__btn {
  font-family: "Shippori Mincho B1";
  display: block;
  background-color: #6A5D44;
  border: 1px solid #6A5D44;
  margin: 0 auto;
  border-radius: 40px;
  width: 370px;
  color: #FFF;
  font-size: 20px;
  padding: 8px 0;
  margin-bottom: 32px;
  text-align: center;
  transition: .3s;
}

@media screen and (min-width: 1025px) {
  .modelhouse-form__btn:hover {
    background-color: #FFF;
    color: #6A5D44;
  }
}

@media screen and (max-width: 480px) {
  .modelhouse-form__btn {
    width: 100%;
    margin: 0 auto;
  }
}

.about {
  padding-top: 120px;
  margin-top: -120px;
}

.about__inner {
  padding-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .about__inner {
    padding-bottom: 14%;
  }
}

.about-modal__item {
  padding-bottom: 32px;
  border-bottom: 1px solid #6A5D44;
}


.about-cnt__btn__title {
  font-family: "Shippori Mincho B1";
  font-size: 18px;
  border-bottom: 1px solid #6A5D44;
  padding: 32px 0;
}

@media screen and (max-width: 480px) {
  .about-cnt__btn__title {
    padding: 6% 0;
  }
}

.about-ph {
  padding: 32px 0;
}

.about-txt {
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #1F1F1F;
}

.contact {
  padding-top: 100px;
  margin-top: -100px;
}

.contact__inner {
  background: url(./img/bg-contact.jpg) no-repeat center center/cover;
  margin-bottom: 126px;
}

@media screen and (max-width: 480px) {
  .contact__inner {
    margin-bottom: 16%;
  }
}

.company-info {
  padding-bottom: 56px;
}

@media screen and (max-width: 480px) {
  .company-info {
    padding-bottom: 14%;
  }
}

.company-data__list {
  font-family: "Shippori Mincho B1";
  color: #464C4F;
  font-weight: 400;
}

.company-data__row {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (max-width: 640px) {
  .company-data__row {
    padding: 16px;
  }
}

.company-data__ttl {
  width: 90px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 640px) {
  .company-data__ttl {
    width: 90px;
  }
}

.company-data__ttl::after {
  content: "";
  background-color: #DBDBDB;
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 10px;
}

.company-data__cnt {
  width: calc(100% - 90px - 16px);
  line-height: 1.875;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .company-data__cnt {
    width: calc(100% - 90px - 8px);
    font-size: 12px;
  }
}

.company-data__cnt span {
  display: block;
  font-weight: 700;
}

.tel-opacity {
  transition: .3s;
}

@media screen and (min-width: 1025px) {
  .tel-opacity:hover {
    opacity: .4;
  }
}



/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */

.contact-form__box {
  max-width: 360px;
  margin: 0 auto;
  padding-top: 32px;
}

@media screen and (max-width: 640px) {
  .contact-form__box {
    padding-top: 6%;
  }
}

.contact-form__box__img {
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .contact-form__box__img {
    margin-bottom: 4%;
  }
}

.contact-form__box__txt {
  font-family: "Shippori Mincho B1";
  font-size: 14px;
  color: #6A5D44;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .contact-form__box__txt {
    font-size: 12px;
  }
}

.form-ttl {
  position: relative;
  font-family: "Shippori Mincho B1";
}

.form-ttl__main {
  display: block;
  padding-bottom: 6px;
  font-size: 24px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .form-ttl__main {
    font-size: 22px;
  }
}

.form-ttl__sub {
  font-size: 72px;
  color: #EDE5D7;
  position: absolute;
  bottom: 0;
  z-index: 1;
  line-height: .86;
}

@media screen and (max-width: 480px) {
  .form-ttl__sub {
    font-size: 66px;
  }
}

.contact-bg {
  background-color: #EDE5D9;
  padding-bottom: 56px;
}

@media screen and (max-width: 480px) {
  .contact-bg {
    font-size: 14%;
  }
}

.form-btn {
  display: flex;
}

.form-select {
  font-family: "Shippori Mincho B1";
  background-color: #6A5D44;
  color: #FFF;
  border: none;
  width: 50%;
  padding: 20px 0;
}

@media screen and (max-width: 480px) {
  .form-select {
    padding: 4% 0;
  }
}

.form-select h3 {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .form-select h3 {
    font-size: 16px;
  }
}

.form-select.active {
  background-color: #EDE5D9;
  color: #6A5D44;
  border: none;
}

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

form {
  overflow: hidden;
  font-family: "Shippori Mincho B1";
  color: #464C4F;
}

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 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: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

form ul .item-name span.item-req {
  color: #fff;
  background: #C6B593;
  border-radius: 40px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}

form ul .item-name span.item-noreq,
form ul .item-name span.item-any {
  color: #6A5D44;
  background: #DBDBDB;
  border-radius: 40px;
  text-align: center;
  padding: 6px 28px;
  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;
}

form ul li:last-of-type input,
form ul li:last-of-type textarea,
form ul li:last-of-type select {
  font-family: "Shippori Mincho B1";
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #fff;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  justify-content: 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;
}

.submit_btn:hover {
  /* border: 1px solid rgba(108, 142, 120, 0.5); */
}

.section-form__check {
  text-align: center;
}

.section-form__check span {
  background: none;
}

form [type=submit] {
  font-family: "Shippori Mincho B1";
  background: #C6B593;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 20px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}

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: #216724;
  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 {
    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%;
  display: flex;
  flex-wrap: wrap;
}

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

.wpcf7-form-control.wpcf7-checkbox {
  gap: 10px;
}

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

.wpcf7-form-control.wpcf7-checkbox input {
  width: 13px;
  height: 13px;
}

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

.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 80px;
  background: #C6B593;
  border: none;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}

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 #707070;
  /* 枠線の色 */
  border-radius: 50%;
  /* 丸くする */
  color: #FFFFFF;
  /* 背景色 */
  -moz-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none;
  /* Safari対応 */
  outline: none;
  /* フォーカス時の枠線を消す */
  cursor: pointer;
  /* ポインタを変更 */
  background-color: #FFF !important;
}

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

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

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

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

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

.hd-toggle__line.first:before {
  content: '';
  display: block;
  background: #C6B593;
  width: 60%;
  height: 2px;
  position: absolute;
  left: 0;
}

.hd-toggle__line.first:after {
  content: '';
  display: block;
  background: #C6B593;
  width: 10%;
  height: 2px;
  position: absolute;
  right: 0;
}

.hd.open .hd-toggle__line.first:before,
.hd.open .hd-toggle__line.first:after {
  background: #000;
}

.hd-toggle__line.third:before {
  content: '';
  display: block;
  background: #C6B593;
  width: 10%;
  height: 2px;
  position: absolute;
  left: 0;
}

.hd-toggle__line.third:after {
  content: '';
  display: block;
  background: #C6B593;
  width: 60%;
  height: 2px;
  position: absolute;
  right: 0;
}

.hd.open .hd-toggle__line.third:after,
.hd.open .hd-toggle__line.third:before {
  background: #000;
}