@charset "UTF-8";

:root {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: var(--font-color);
  --main-color: #9BA4A7;
  --font-color: #3A3A3A;
  --font-en: "Sacramento", cursive;
  --font-ja: "Zen Kaku Gothic New", serif;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

* {
  color: #3A3A3A;
  font-weight: 500;
}

p {
  font-weight: 400;
}

/*scroll*/
html {
  font-size: 10px;
}

/* br */
.br-sp,
.br-tb {
  display: none;
}

.pc-contents,
.sp-none {
  display: block;
}

.sp-contents {
  display: none;
}

@media (max-width: 980px) {
  .negativeMargin {
    margin-top: -64px;
    padding-top: 64px;
  }
}

.pc-none {
  display: none !important;
}

@media (max-width: 1024px) {
  .br-tb {
    display: block;
  }

  .ta-none {
    display: none !important;
  }
}

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

  .br-pc,
  .pc-contents {
    display: none;
  }

  .sp-contents {
    display: block !important;
  }
}

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

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

/**/
:root {
  margin-top: 0 !important;
}

img {
  max-width: 100%;
}

.page-tb {
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.page-header {
  transition: 0.3s;
}

.page-header.is-active {
  display: block;
  transition: 0.3s;
}

@media (max-width: 980px) {
  .page-header {
    width: 480px;
    position: fixed;
    z-index: 4;
  }
}

@media (max-width: 640px) {
  .page-header {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .Marginnegative {
    padding-top: 64px;
    margin-top: -64px;
  }
}

/* GoogleFont */
.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#flarunePc {
  background: url(/wp-content/themes/sho-san/pages/kenso-modelhouse/img/flarune-bg.png);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
}

@media (max-width: 880px) {
  #flarunePc::after {
    content: "";
    display: block;
    width: 171px;
    height: 117px;
    background: url(/wp-content/themes/sho-san/pages/kenso-modelhouse/img/page-common_icon01.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

#page-body {
  width: 480px;
  max-width: 640px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  border-left: 1px solid #9BA4A7;
  border-right: 1px solid #9BA4A7;
  padding: 0 9px;
}

@media (max-width: 1024px) {
  #page-body {
    /* width: 400px; */
  }
}

@media (max-width: 980px) {
  #page-body {
    width: 480px;
    max-width: 640px;
    position: relative;
    z-index: 4;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  #page-body {
    width: 100%;
  }
}

.page-scroll {
  width: 100%;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  background-color: #F2F2F2;
}

/* header */
.headerLogo {
  display: none;
}

.headerLogo-logo.hide {
  display: none;
}

body.open .headerLogo {
  background: rgba(255, 255, 255, 0);
}

@media (max-width: 980px) {
  .headerLogo {
    display: block;
    width: 100%;
    background: #FFF;
    padding: 14px;
    height: 56px;
    position: relative;
  }

  .headerLogo h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .headerLogo h1 a {
    display: block;
  }

  .headerLogo h1 a img {}
}

.header-present {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1120px) {
  .header-present {
    justify-content: flex-start;
    gap: 40px;
  }
}

.header-present__cta {
  height: 100%;
  padding: 32px 0;
  border-top: 1px solid #9BA4A7;
  border-bottom: 1px solid #9BA4A7;
}

.header-present__cta__text {
  padding-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  font-family: "Zen Kaku Gothic New" !important;
  position: relative;
  z-index: 1;
}

.header-present__cta__text::before {
  content: "PRESENT";
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.8rem;
  letter-spacing: .08em;
  color: #EAEAEA;
  z-index: -1;
  font-weight: 700;
}

.header-present__cta__img {
  margin: 0 auto 16px;
  max-width: 309px;
}

.page-header__inner {
  width: 640px;
  padding: 0 20px;
  position: fixed;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1060px) {
  .page-header__inner {
    max-width: 560px;
  }
}

@media (max-width: 980px) {
  .page-header__inner {
    display: none;
  }
}

.page-header__inner * {
  font-family: "Alata";
}

.page-header__inner--cnt {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.page-header__inner--cnt--logo {
  width: 150px;
  height: 34px;
  margin-bottom: 72px;
}

@media (max-width: 1024px) {
  .page-header__inner--cnt--logo {
    margin-bottom: 7%;
  }
}

.page-header__inner--cnt--h2 {
  font-size: 6.4rem;
  padding-bottom: 66px;
  letter-spacing: .08em;
}

@media (max-width: 1024px) {
  .page-header__inner--cnt--h2 {
    font-size: 5.4rem;
    padding-bottom: 6%;
  }
}

.page-header__inner--cnt--h2 span {
  display: block;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: .06em;
  font-family: "Zen Kaku Gothic New" !important;
  font-weight: 500;
}

.page-header__inner--cnt--p__box {
  margin: 0 24px;
}

.page-header__inner--cnt--anchor {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.page-header__inner--cnt--anchor li a {
  text-align: left;
  display: block;
  color: #A7A7A7;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-bottom: 32px;
  position: relative;
}

.page-header__inner--cnt--anchor li:last-child a {
  padding-bottom: 0;
}

@media(max-width: 1024px) {
  .page-header__inner--cnt--anchor li a:hover {
    color: #111111;
    opacity: 1;
  }
}

.page-header__inner--cnt--anchor li.is-current a {
  color: #111111;
}

@media (max-width: 1024px) {
  .page-header__inner--cnt--anchor li {
    /* font-size: 12px; */
  }
}

@media (max-width: 1024px) {
  .page-header__inner--cnt--anchor li:nth-child(1) {
    /* font-size: 12px; */
  }
}

@media (max-width: 1024px) {
  .page-header__inner--cnt--anchor li:nth-child(2) {
    /* font-size: 12px; */
  }
}

.page-header__inner--cnt--hover {
  transform: 0.3s;
}

.page-header__inner--cnt--hover:hover {
  opacity: 0.5;
  transform: 0.3s;
}

@media (max-width: 1024px) {
  .page-header__inner--cnt--hover:hover {
    opacity: 1;
  }
}

.page-header__inner--cnt--p {
  background: #216724;
  width: 100%;
}

.page-header__inner--cnt--p p {
  color: #fff;
  font-size: 16px;
  /* padding: 18px 0; */
  padding: 16px 0;
  text-align: center;
}

.page-header__inner--cnt--p p span {
  display: block;
  font-size: 14px;
  margin-left: 24px;
}

/*left end*/
/* fv height */
@media (max-height: 800px) {
  .page-header__inner {
    /* padding: 60px 40px 0 40px; */
    padding: 0 40px;
  }
}

@media (max-height: 700px) {
  .page-header__inner--cnt--anchor {
    padding: 5% 0;
  }

  .page-header__inner--cnt--anchor li {
    font-size: 1.4rem;
  }

  .page-header__inner--cnt--anchor li:not(:last-of-type) a {
    margin-bottom: 8%;
  }
}

.common-logo {
  max-width: 123px;
}

.common-logo02 {
  max-width: 168px;
}

.common-logo03 {
  max-width: 120px;
}

@media (max-width: 1024px) {
  .hover-animation {
    background: #F1A0AB !important;
    border: 2px solid #F1A0AB !important;
    box-sizing: border-box !important;
    transition: 0.3s;
  }

  .hover-animation:hover {
    background: #FFFFFF !important;
    border: 2px solid #F1A0AB !important;
    color: #F1A0AB !important;
    transition: 0.3s;
  }

  .hover-animation:hover path {
    fill: #F1A0AB !important;
    transition: 0.3s;
  }
}

.common-inner02 {
  padding: 0 14px;
}

.common-inner--title {
  padding-bottom: 32px;
  text-align: center;
}

@media (max-width: 1024px) {
  .common-inner--title {
    padding-bottom: 6%;
  }
}

.common-inner--title.left {
  text-align: end;
}

.common-inner--title.right {
  text-align: justify;
}

.common-inner--title--en {
  display: block;
  padding-bottom: 16px;
  font-size: 1.8rem;
  color: #9BA4A7;
  font-family: "Alata";
  letter-spacing: .08em;
}

@media (max-width: 1024px) {
  .common-inner--title--en {
    padding-bottom: 2%;
  }
}

@media (max-width: 640px) {
  .common-inner--title--en {
    font-size: 1.6rem;
  }
}

.common-inner--title--jp {
  font-size: 2rem;
  letter-spacing: .08em;
}

@media (max-width: 640px) {
  .common-inner--title--jp {
    font-size: 1.8rem;
  }
}

.common-inner-p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .08em;
}

/* 例: .open クラスが追加されたときのスタイル */
body.open {
  background-color: #f0f0f0;
  /* 背景色の変更例 */
}

.navToggleCross.open span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

.navToggleCross.open span:nth-child(2) {
  opacity: 0;
}

.navToggleCross.open span:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
}

.navToggleCross {
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navToggleCross span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
}

.navToggleCross.open span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

.navToggleCross.open span:nth-child(2) {
  opacity: 0;
}

.navToggleCross.open span:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
}

#page-fv {
  background: url("/wp-content/themes/sho-san/pages/kenso-modelhouse/img/page-fv_img.jpg");
  /* height: 80vh; */
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
  background-position: center top;
}

@media (max-width: 980px) {
  #page-fv {
    margin-top: 56px;
  }
}

@media (max-width: 640px) {
  #page-fv {
/*     background: url("/wp-content/themes/sho-san/pages/kenso-modelhouse/img/page-fv_img-sp.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position-y: center; */
    background-position: center center;
    height: 100vh;
  }
}


.page-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 400;
  padding-top: 143px;
  letter-spacing: .08em;
  color: #FFF;
}

@media (max-width: 1024px) {
  .page-title {
    padding-top: 14%;
  }
}

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

.page-title--bold {
  display: block;
  font-size: 3.2rem;
  position: relative;
  color: #FFF;
}

@media (max-width: 640px) {
  .page-title--bold {
    font-size: 3rem;
    color: #FFF;
  }
}

.page-title--bold::before {
  content: "";
  /* background-color: #A7A7A7; */
  background: #FFF;
  height: 30px;
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
}

.page-title--small {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #FFF;
}

.page-concept__inner {
  padding: 48px 0;
}

@media (max-width: 1024px) {
  .page-concept__inner {
    padding: 10% 0;
  }
}

.page-concept__inner--p {
  padding: 60px 0 92px;
  text-align: center;
}

@media (max-width: 1024px) {
  .page-concept__inner--p {
    padding: 6% 0 9%;
  }
}
@media(max-width: 640px) {
  .page-concept__inner--p {
    text-align: left;
  }
}

#page-concept .page-concept__inner__contents {
  padding-bottom: 24px;
}

@media (max-width: 1024px) {
  #page-concept .page-concept__inner__contents {
    padding-bottom: 6%;
  }
}

.page-concept__inner__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 13px;
  padding-bottom: 64px;
  /* margin-left: 36px; */
}

@media (max-width: 1024px) {
  .page-concept__inner__text {
    padding-bottom: 6%;
  }
}

@media (max-width: 640px) {
  .page-concept__inner__text {
    /* margin-left: 3%; */
  }
}

@media (max-width: 425px) {
  .page-concept__inner__text {
    margin-left: 0;
    gap: 8px;
  }
}

.page-concept__inner__text>div {
  display: flex;
  width: 50%;
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 425px) {
  .page-concept__inner__text>div {
    width: 100%;
  }
}

.page-concept__inner__text>div>span {
  display: inline-block;
  padding-right: 68px;
  font-size: 1.4rem;
  width: 68%;
  position: relative;
  text-align: end;
  font-weight: 400;
}

@media (max-width: 425px) {
  .page-concept__inner__text>div>span {
    text-align: justify;
    width: 38%;
  }
}

.page-concept__inner__text>div>span::after {
  content: "";
  background-color: #9BA4A7;
  width: 44px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}

#page-concept .page-concept__inner__contents .thumbnail-slide,
#page-concept .page-concept__inner__contents .thumbnail-slide02 {
  margin-top: 16px;
}

@media (max-width: 1024px) {

  #page-concept .page-concept__inner__contents .thumbnail-slide,
  #page-concept .page-concept__inner__contents .thumbnail-slide02 {
    margin-top: 2%;
  }
}

@media (max-width: 640px) {

  #page-concept .page-concept__inner__contents .thumbnail-slide,
  #page-concept .page-concept__inner__contents .thumbnail-slide02 {
    margin-top: 4%;
  }
}

#page-concept .page-concept__inner__contents .thumbnail-slide .slick-track,
#page-concept .page-concept__inner__contents .thumbnail-slide02 .slick-track {
  display: flex;
  gap: 4px;
}

#page-concept .page-concept__inner__contents .slick-next {
  display: block !important;
  position: absolute;
  right: 8px !important;
  z-index: 2;
  width: 30px !important;
  height: 30px !important;
}

#page-concept .page-concept__inner__contents .slick-next:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/sho-san/pages/kenso-modelhouse/img/page-concept_next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1 !important;
}

#page-concept .page-concept__inner__contents .slick-prev {
  display: block !important;
  position: absolute;
  left: 8px !important;
  z-index: 2;
  width: 30px !important;
  height: 30px !important;
}

#page-concept .page-concept__inner__contents .slick-prev:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/sho-san/pages/kenso-modelhouse/img/page-concept_prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1 !important;
}

.concept-feature__inner--cnt--text--popup--img img {
  display: block;
}


.concept-plan-cnt__inner__pop-up {
  max-width: 100%;
  width: 340px;
  position: relative;
  z-index: auto;
}

.concept-plan-cnt__inner__pop-up--img__button {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.concept-plan-cnt__inner__pop-up--img__button {
  position: absolute;
  bottom: 0;
}

.concept-plan-cnt__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2%;
  padding-bottom: 40px;
}

.concept-plan-cnt__inner__pop-up {
  width: 48%;
}

.concept-plan-modal {
  background-color: #FFF;
  margin-left: 22px;
  padding: 24px;
}

@media (max-width: 1024px) {
  .concept-plan-modal {
    margin-left: 3%;
    padding: 4%;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal.is-active {
  display: flex;
}

.modal-bg {
  width: 40%;
  margin: 0 3%;
}

@media (max-width: 980px) {
  .modal-bg {
    width: 60%;
    margin: 0 3%;
  }
}

@media (max-width: 640px) {
  .modal-bg {
    width: 90%;
    margin: 0 3%;
  }
}

.modal-cnt {
  position: relative;
  overflow: hidden;
}

.modalClose {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.modalClose span {
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.modal .modalClose span::before {
  content: "";
  background: #000;
  display: block;
  width: 1em;
  height: 0.1em;
  position: absolute;
  margin: auto;
  transform: rotate(45deg);
  inset: 0;
}

.modal .modalClose span::after {
  content: "";
  background: #000;
  display: block;
  width: 1em;
  height: 0.1em;
  position: absolute;
  margin: auto;
  transform: rotate(-45deg);
  inset: 0;
}

.modal img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.page-roomTour__inner {
  background-color: #FFF;
  padding: 32px 19px 40px;
  margin-right: 22px;
}

@media (max-width: 1024px) {
  .page-roomTour__inner {
    padding: 6% 3% 6%;
    margin-right: 22px;
  }
}

.page-roomTour__inner__youtube>iframe {
  width: 400px;
  height: 225px;
}

@media (max-width: 640px) {
  .page-roomTour__inner__youtube>iframe {
    width: 100%;
    height: 50vw;
  }
}


.page-point__inner {
  padding: 64px 0;
}

@media (max-width: 1024px) {
  .page-point__inner {
    padding: 12% 0;
  }
}


.page-point__inner__cnt__box {
  margin-left: 37px;
}

@media (max-width: 1024px) {
  .page-point__inner__cnt__box {
    margin-left: 7%;
  }
}

.page-point__inner__cnt__box:not(:last-child) {
  margin-bottom: 64px;
}

@media (max-width: 1024px) {
  .page-point__inner__cnt__box:not(:last-child) {
    margin-bottom: 6%;
  }
}

.page-point__inner__cnt__box.left {
  margin-right: 37px;
  margin-left: auto;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .page-point__inner__cnt__box.left {
    margin-right: 7%;
  }
}

.page-point__inner__cnt__box__title {
  font-size: 2rem;
  padding: 20px 0 16px;
  line-height: 1.6;
  letter-spacing: .06em;
}

@media (max-width: 1024px) {
  .page-point__inner__cnt__box__title {
    padding: 3% 0 2%;
  }
}

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

.page-point__inner__cnt__box__img {
  position: relative;
}

.toggle-padding-left {
  padding-left: 32px;
}

@media (max-width: 1024px) {
  .toggle-padding-left {
    padding-left: 3%;
  }
}

.toggle-padding-right {
  padding-right: 24px;
}

@media (max-width: 1024px) {
  .toggle-padding-right {
    padding-right: 3%;
  }
}

.toggle-button {
  width: 100%;
}

.toggle-content {
  display: none;
}

.toggle-button p {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  letter-spacing: .08em;
  border-bottom: 1px solid #000;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .toggle-button p {
    padding-bottom: 4%;
    margin-bottom: 4%;
    font-size: 1.8rem;
  }
}

@media (max-width: 640px) {
  .toggle-button p {
    font-size: 1.4rem;
  }
}

.toggle-content.active .toggle-button__text p {
  margin-bottom: 8px;
}

.toggle__icon {
  position: relative;
}

.toggle__icon::before {
  content: "";
  display: block;
  background-color: #9BA4A7;
  width: 1px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle__icon.active::before {
  content: "";
  display: none;
}

@media (max-width: 640px) {
  .toggle__icon::before {
    left: -15px;
    transform: translateY(-50%);
  }
}

.toggle__icon::after {
  content: "";
  display: block;
  background-color: #9BA4A7;
  width: 19px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .toggle__icon::after {
    left: -15px;
    transform: translate(-50%);
  }
}

.toggle-content__text {
  letter-spacing: .06em;
  line-height: 1.8;
  font-size: 1.4rem;
  text-align: justify;
  margin-bottom: 32px;
}

.page-company__inner__cnt__box__img {
  padding-bottom: 20px;
}

.page-point__inner__cnt__box__img.point01::after {
  content: "";
  display: block;
  width: 20px;
  height: 111px;
  background: url("/wp-content/themes/sho-san/pages/kenso-modelhouse/img/page-point_icon01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -20px;
}

.page-point__inner__cnt__box__img.point02::after {
  content: "";
  display: block;
  width: 20px;
  height: 111px;
  background: url("/wp-content/themes/sho-san/pages/kenso-modelhouse/img/page-point_icon02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -20px;
}

.page-point__inner__cnt__box__img.point03::after {
  content: "";
  display: block;
  width: 20px;
  height: 111px;
  background: url("/wp-content/themes/sho-san/pages/kenso-modelhouse/img/page-point_icon03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -20px;
}

.page-point__inner__cnt__box__text {
  padding-right: 14px;
}

.page-point__inner__cnt__box__text.left {
  padding-left: 14px;
}

.company__data {
  background-color: #FFF;
  margin-left: 14px;
  padding: 32px 20px;
}

@media (max-width: 1024px) {
  .company__data {
    margin-left: 3%;
  }
}

@media (max-width: 640px) {
  .company__data {
    padding: 6% 4%;
  }
}

.company__data-row {
  padding: 20px 0;
  border-bottom: 1px solid #9BA4A7;
}


.company__data-ttl {
  position: relative;
  padding: 8px 0;
  width: 125px;
  vertical-align: inherit;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
  position: relative;
}

@media (max-width: 640px) {
  .company__data-ttl {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) {
  .company__data-list {
    width: 100%;
  }
}


.company__data-ttl::after {
  content: "";
  background-color: #9BA4A7;
  display: block;
  height: -webkit-fill-available;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 640px) {
  .company__data-ttl::after {
    width: 70%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
  }
}

.company__data-txt {
  padding: 8px 20px;
  vertical-align: top;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  color: #3a3a3a;
}

@media (max-width: 1024px) {
  .company__data-txt {
    padding: 8px 2%;
  }
}

@media (max-width: 640px) {
  .company__data-txt {
    display: block;
    padding: 8px 0;
    width: 100%;
    font-size: 1.6rem;
  }
}

.company__data-txt-item {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}

.page-access__inner {
  background-color: #FFF;
  padding: 32px 26px 40px;
}

@media (max-width: 1024px) {
  .page-access__inner {
    padding: 12% 4% 12%;
  }
}

.page-access__inner__map {
  margin-bottom: 20px;
}

.page-access__inner__map iframe {
  width: 100%;
  height: 230px;
}

.page-access__inner__text {
  /* max-width: 305px; */
  max-width: 350px;
  margin: 0 auto 20px;
}

.page-access__inner__text p {
  font-weight: 500;
}

.page-access__inner__text h5 {
  font-size: 2rem;
  padding-bottom: 20px;
  letter-spacing: .08em;
  text-align: center;
}

@media (max-width: 1024px) {
  .page-access__inner__text h5 {
    font-size: 1.8rem;
    padding-bottom: 4%;
  }
}

.page-cta__inner {
  background-color: #3A3A3A;
  padding: 32px 14px 32px;
}

@media (max-width: 1024px) {
  .page-cta__inner {
    padding: 6% 2% 6%;
  }
}

.page-cta__inner__title {
  font-size: 2rem;
  letter-spacing: .08em;
  color: #FFF;
  border-bottom: 1px solid #FFf;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-align: center;
}

.page-cta__inner__img {
  padding: 0 20px 16px;
  max-width: 404px;
}

@media (max-width: 640px) {
  .page-cta__inner__img img {
    width: 100%;
    height: auto;
  }
}

.page-cta__inner__button {
  max-width: 287px;
  margin: 0 auto;
  border: 1px solid #FFF;
  border-radius: 50px;
  transition: .3s;
}

.page-cta__inner__button:hover {
  opacity: .5;
}

@media (max-width: 1024px) {
  .page-cta__inner__button:hover {
    opacity: 1;
  }
}

.page-cta__inner__button>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: .08em;
  padding: 12px 0;
}

.page-cta__inner__button.button--black {
  border: 1px solid #3A3A3A;
}

.page-cta__inner__button.button--black>a {
  color: #3A3A3A;
}


.amzn__privacy {
  height: 150px;
  border: 1px solid #fff;
  margin-inline: auto;
  background-color: #fff;
  padding: 20px 14px;
  overflow: scroll;
}

.amzn__privacy * {
  font-size: 14px;
  letter-spacing: 0.012em;
  line-height: 1.6;
}

.amzn__scrollin {
  max-width: 74.6rem;
  margin-inline: auto;
}

.amzn__scrollin * {
  font-weight: 400;
}

.amzn__scrollin li {
  line-height: 2;
  font-size: 14px;
}

.page-tel__inner {
  background-color: #FFF;
  margin-right: 22px;
  padding: 32px 0;
  padding-left: 37px;
}

@media (max-width: 1024px) {
  .page-tel__inner {
    margin-right: 6%;
    padding: 6% 0;
    padding-left: 4%;
  }
}

.page-tel__inner>a {
  transition: .3s;
}

.page-tel__inner>a:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .page-tel__inner>a:hover {
    opacity: 1;
  }
}

.page-tel__inner__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1024px) {
  .page-tel__inner__text {
    gap: 8px;
  }
}

.page-tel__inner__text__span01 {
  display: block;
  width: fit-content;
  font-size: 2rem;
  border-bottom: 1px solid #9BA4A7;
  line-height: 2;
  padding-right: 8px;
}

@media (max-width: 640px) {
  .page-tel__inner__text__span01 {
    font-size: 1.8rem;
  }
}

.page-tel__inner__text__span02 {
  display: block;
  font-size: 3.2rem;
  font-family: "Alata";
}

@media (max-width: 1024px) {
  .page-tel__inner__text__span02 {
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  .page-tel__inner__text__span02 {
    font-size: 2.6rem;
  }
}

.page-tel__inner__text__span02>span {
  padding-right: 5px;
}

.page-tel__inner__text__span03 {
  display: block;
  font-size: 1.6rem;
}

.page-company__inner {
  padding: 64px 0;
}

@media (max-width: 1024px) {
  .page-company__inner {
    padding: 12% 0;
  }
}

.page-company__inner02 {
  padding-top: 0;
  padding-bottom: 64px;
}

@media (max-width: 1024px) {
  .page-company__inner02 {
    padding-bottom: 12%;
  }
}

.page-company__inner__cnt__box {
  margin-left: 37px;
}

@media (max-width: 1024px) {
  .page-company__inner__cnt__box {
    margin-left: 6%;
  }
}

/* add 20241202 page-floating */
#page-floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 888;
}

#page-floating .page-floating__inner {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

#page-floating .page-floating__inner img {
  display: block;
}

@media (max-width: 640px) {
  #page-floating {
    display: block;
    position: fixed;
    bottom: 0;
    max-width: 480px;
    margin: 0 auto;
  }

  #page-floating .page-floating__inner {
    gap: 2%;
  }
}

@media (max-width: 640px) {
  #page-floating {
    max-width: 100%;
  }
}

#page-footer {
  padding: 32px 0 20px;
  background: #FBF7F5;
}

@media (max-width: 1024px) {
  #page-footer {
    padding: 3% 0 20%;
  }
}

@media (max-width: 640px) {
  #page-footer {
    padding: 5% 0 26%;
  }
}

#page-footer .page-footer__inner .logo {
  width: 150px;
  height: 34px;
  text-align: center;
  margin: 0 auto 24px;
}

#page-footer .page-footer__inner p.copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* add 20240930 SP_menu */
.header__inner {
  display: flex;
  justify-content: end;
  max-width: 460px;
}

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

.header__inner .navToggleCross {
  background: none;
  cursor: pointer;
  z-index: 2;
  display: none;
  width: 50px;
  border: none;
  position: fixed;
  height: 60px;
  z-index: 998;
  overflow: inherit;
}

.header__inner .navToggleCross span {
  display: flex;
  justify-content: center;
  background: #1A1A1A;
  width: 100%;
  height: 1px;
  position: absolute;
  margin: auto;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

.header__inner .navToggleCross p {
  display: block;
  position: absolute;
  bottom: 0;
  letter-spacing: 1.6;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

.header__inner .navToggleCross span:nth-of-type(1) {
  top: 30%;
}

.header__inner .navToggleCross span:nth-of-type(2) {
  top: 40%;
  left: 0;
  bottom: auto;
  right: 0;
}

.header__inner .navToggleCross span:nth-of-type(3) {
  bottom: auto;
  top: 50%;
}

.navToggleCross span:nth-of-type(1).back-on,
.navToggleCross span:nth-of-type(2).back-on,
.navToggleCross span:nth-of-type(3).back-on {
  background-color: #2c2a28;
}

.header__inner__menu p {
  display: none;
}

@media (max-width: 980px) {
  .header__inner__menu p {
    display: block;
  }

  .header__inner .navToggleCross {
    display: block;
    padding: 0;
    position: absolute;
    width: 36px;
    top: 0;
    right: 0;
    margin-right: 35px;
  }
}

@media (max-width: 640px) {
  .header__inner .navToggleCross {
    display: block;
    width: 35px;
    position: fixed;
    right: 22px;
    margin-right: 0;
    top: 0;
  }
}

@media (max-width: 980px) {
  .header__inner .navToggleCross .ham-menu-text p {
    color: #216724;
    font-size: 10px;
    letter-spacing: 0.16em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}

.open {
  overflow: hidden;
}

.open .header__inner .navToggleCross span:nth-of-type(1) {
  top: 40%;
  transform: rotate(25deg);
}

.open .header__inner .navToggleCross span:nth-of-type(2) {
  visibility: hidden;
}

.open .header__inner .navToggleCross span:nth-of-type(3) {
  top: 40%;
  transform: rotate(-25deg);
}

.header-change .menu {
  display: block;
  font-size: 1rem;
  letter-spacing: .08em;
  font-family: "Lato";
  background: unset !important;
  bottom: 23px;
}

.header-change .menu.open {
  display: none;
}

.header-change .close {
  display: none;
  font-size: 1rem;
  letter-spacing: .08em;
  font-family: "Lato";
  background: unset !important;
  bottom: 23px;
}

.header-change .close.open {
  display: block;
}


.open .headerNavHum {
  opacity: 1;
  display: block;
}

.back-on-none {
  visibility: hidden;
  opacity: 0;
}

.headerNavHum {
  color: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  z-index: 3;
}

.headerNavHum::after {
  content: "";
  display: block;
  width: 171px;
  height: 117px;
  background: url("/wp-content/themes/sho-san/pages/kenso-modelhouse/img/page-common_icon01.png");
  background-size: cover;
  position: absolute;
  bottom: -1vw;
  right: 16px;
}

.headerNavHum__inner--cnt {
  background: #F6F6F6;
  opacity: .9;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  padding: 0 20px;
  height: 100vh;
  position: relative;
  box-sizing: border-box;
  width: 480px;
  margin: 0 auto;
}

.headerNavHum__inner--cnt::after {
  /* content: "";
  display: block;
  width: 171px;
  height: 117px;
  background: url("/wp-content/themes/sho-san/pages/kenso-modelhouse/img/page-common_icon01.png");
  background-size: cover;
  position: absolute;
  bottom: -1vw;
  right: 16px; */
}

@media (max-width: 980px) {
  .headerNavHum__inner--cnt {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .headerNavHum__inner--cnt {
    width: 100%;
    justify-content: flex-start;
    padding-top: 23vw;
  }
}


.headerNavHum__inner--cnt a {
  display: block;
  max-width: 260px;
  height: auto;
}

.headerNavHum__inner--cnt .headerNavHum__logo {
  max-width: 220px;
  margin: 0 auto;
}

.headerNavHum__inner--cnt .headerNavHum__logo img {
  display: block;
  margin: 0 auto;
}

.headerNavHum__inner--cnt .headerNavHum__inner--cnt--nav {
  overflow-y: scroll;
  width: 100%;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.headerNavHum__inner--cnt .headerNavHum__inner--cnt--nav ul {
  width: 100%;
}

@media (max-width: 980px) {
  .headerNavHum__inner--cnt .headerNavHum__inner--cnt--nav ul {
    margin: 0 auto;
  }
}

.headerNavHum__inner--cnt .headerNavHum__inner--cnt--nav ul li {
  width: 100%;
}

.headerNavHum__inner--cnt .headerNavHum__inner--cnt--nav ul li a {
  display: block;
  font-size: 1.8rem;
  letter-spacing: .13em;
  line-height: 1em;
  text-align: center;
  position: relative;
  transition: color 0.6s ease;
  margin: 0 auto;
  color: #9BA4A7;
  font-family: "Alata";
}

@media (max-width: 980px) {
  .headerNavHum__inner--cnt .headerNavHum__inner--cnt--nav ul li a {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
}

.headerNavHum__inner--cnt .headerNavHum__inner--cnt--nav ul li:not(:last-child) {
  padding-bottom: 32px;
}

@media (max-width: 980px) {
  .headerNavHum__inner {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 980px) {
  .headerNavHum__inner--cnt--banner {
    width: 100%;
    max-width: 150px;
  }

  .headerNavHum__inner--cnt--banner a img {
    width: 100%;
  }

  .headerNavHum__inner--cnt--nav {
    width: 100%;
    /* height: 70vh; */
    /* padding-bottom: 10%; */
    overflow: scroll;
  }
}

@media (max-height: 710px) {
  .headerNavHum__inner--cnt .headerNavHum__logo {
    padding-bottom: 15%;
  }

  .headerNavHum__inner--cnt--nav ul li:not(:last-child) {
    padding-bottom: 10%;
  }

  .headerNavHum__inner--cnt--nav ul li a {
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) {
  .headerNavHum__inner--cnt {
    gap: 64px;
    width: 100%;
  }

  .headerNavHum__inner--cnt--nav ul li:not(:last-child) {
    /* padding-bottom: 7%; */
  }
}

@media (max-width: 1500px) {
  .back-on-none {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .back-on-none .header__inner {
    color: #2d3630;
  }
}

.back-on {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: 0.4s;
}

.back-on .navToggleCross {
  color: rgba(112, 112, 112, 0.5);
}

.back-on .headerNavHum__inner--cnt::before {
  display: none;
}



/* form */
.page-form--button {
  max-width: 287px;
  margin: 0 auto;
  border: 1px solid #3A3A3A;
  border-radius: 50px;
  transition: 0.3s;
}

.page-form--button:hover {
  opacity: .5;
}

@media (max-width: 1024px) {
  .page-form--button:hover {
    opacity: 1;
  }
}

.page-form--button>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  height: 44px;
}

.page-form--button>a>span {
  font-size: 1.6rem;
  letter-spacing: .08em;
  text-align: center;
}

.page-form__inner {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #F2F2F2;
}

@media (max-width: 1024px) {
  .page-form__inner {
    padding-top: 12%;
    padding-bottom: 12%;
  }
}

#page-form .page-form__inner p.form-explain {
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
  padding: 32px 0;
}

@media (max-width: 1024px) {
  #page-form .page-form__inner p.form-explain {
    padding: 3% 0;
  }
}

@media (max-width: 640px) {
  #page-form .page-form__inner p.form-explain {
    font-size: 1.4rem;
    padding: 5% 0;
  }
}

#page-form .page-form__inner .form-tab-list .form-tab-contents {
  display: none;
}

#page-form .page-form__inner .form-tab-list .form-tab-contents.is-show {
  display: block;
}


.contact__form {
  max-width: 900px;
  margin: auto;
  /* width:90%; */
}

.contact__form ul.form-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}

.contact__form ul.form-tab button {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: calc(50% - 24px);
  font-size: 24px;
  padding: 30px 0;
  cursor: pointer !important;
}

.form-content {
  width: 100%;
}

.form-content>div {
  width: 100%;
}

.form-content>div>form {
  width: 100%;
}

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

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 {
  color: #2C2928;
  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: rgb(58, 58, 58);
  border-radius: 21px;
  text-align: center;
  padding: 10px 28px;
  font-size: 14px;
}

form ul .item-name span.item-any {
  color: #fff;
  background: #9D9D9D;
  border-radius: 21px;
  text-align: center;
  padding: 10px 28px;
  font-size: 14px;
}

form ul .item-name span.item-noreq {
  color: #fff;
  background: #989898;
  border-radius: 21px;
  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 {
  background-color: #FFF;
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  opacity: 0.6;
}

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

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

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

.section-form__check span {
  background: none;
}

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

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

@media (max-width: 1024px) {
  form [type=submit]:hover {
    opacity: 1;
  }
}

.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  background-size: cover !important;
  background-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;
  background-color: #FFF;
  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 (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;
  }

  .contact__form ul.form-tab::after {
    display: none;
  }

  .contact__form ul.form-tab button {
    width: calc(50% - 8px);
    font-size: 18px;
    padding: 16px 0;
  }

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

.text-form {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 16px;
}

@media (max-width: 640px) {
  .text-form {
    font-size: 1.2rem;
  }
}

.tel-form {
  background-color: #8A8A8A;
  border-radius: 50px;
  padding: 13px 10px;
}

.tel-form a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .06em;
  font-weight: 500 !important;
}

.tel-form a>span::before {
  content: "☎";
}

.tel-form a>span {
  display: inline-flex;
  gap: 2px;
  color: #FFF;
}

.wpcf7-form-control {
  background-color: #fff;
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  opacity: 0.6;
  width: 100%;
}

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

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

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

.form-caption p,
form * {
  font-family: "Zen Kaku Gothic New";
}

.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: 1.4rem;
  line-height: 1.71;
  color: #2C2928;
}

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

.form__notice {
  font-size: 1.4rem;
  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;
  background-color: #fff;
  opacity: 1;
}

.privacy-policy-scroll p {
  font-size: 1.4rem;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 1.2rem;
    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: rgb(58, 58, 58);
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
}

form ul li:last-of-type .item-form {}

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

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

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

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

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

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

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

.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: 1.4rem;
  color: #111111;
  line-height: 1;
}

.wpcf7-form-control-wrap[data-name="radio-plan"] {}

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

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

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

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

.wpcf7-list-item {
  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 {
  justify-content: center;
}

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


/* .formError .formErrorContent{
} */

form ul li:last-of-type .item-form span.people-label{
	font-size:1.6rem;
	padding: 6px 0;
}

/* 250616 */
.page-access__inner__info {

}
.page-access__inner__info-list {
  display: flex;
  gap: 8px;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media(max-width: 1024px) {
  .page-access__inner__info-list {
    font-size: 14px;
  }
}
.page-access__inner__info-list:not(:last-of-type) {
  padding-bottom: 8px;
}
.page-access__inner__info-list-item {
  width: 67px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}
.page-access__inner__info-list-item::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #3A3A3A;
}
.page-access__inner__info-list-value-small {
  display: block;
  font-size: 12px;
}
@media(max-width: 1024px) {
  .page-access__inner__info-list-value-small {
    font-size: 10px;
  }
}
.page-concept__inner__contents-notice {
	display: none;
  padding-top: 4px;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.page-concept__inner_info-wrap {
  padding-bottom: 64px;
  max-width: 419px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media(max-width: 1024px) {
  .page-concept__inner_info-wrap {
    padding-bottom: 6%;
  }
}
@media(max-width: 640px) {
  .page-concept__inner_info-wrap {
    flex-direction: column;
    gap: 16px;
  }
}
.page-concept__inner_info {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0.05em;
}
.page-concept__inner_info.--info01 {
  max-width: 255px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-concept__inner_info.--info02 {
  max-width: 132px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media(max-width: 640px) {
  .page-concept__inner_info.--info01,
  .page-concept__inner_info.--info02 {
    max-width: 100%;
  }
}
.page-concept__inner_info-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-concept__inner_info-list-line {
  width: 44px;
  height: 1px;
  display: block;
  background: #3a3a3a;
}

.page-concept__inner_info.--info02 .page-concept__inner_info-list-item {
  width: 35px;
}