@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%;
  font-family: "Sawarabi Mincho", serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #3b3b3b;
}

@media screen and (max-width: 479px) {
  body {
    font-size: 0.875rem;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Sawarabi Mincho", serif;
  }
}

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.08em;
  color: #3b3b3b;
}

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

  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: 479px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}

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

.tb {
  display: none !important;
}

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

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

.sp {
  display: none !important;
}

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

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

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

.cmn-wrap.--small {
  padding-inline: 40px;
}

.cmn-ttl {
  position: relative;
  margin-bottom: 48px;
}

.cmn-ttl.--half {
  margin-bottom: 25px;
}

.cmn-ttl__sub {
  display: block;
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #67b1e6;
}

.cmn-ttl__main {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.66;
  letter-spacing: 0.08em;
}

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

.en {
  font-family: "Jost", serif;
}

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

.hd {
  display: flex;
  justify-content: center;
  width: calc(100% - 480px);
}

.hd-cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: min(9.7222222222vw, 8.75rem);
  width: calc(100% - 520px);
  max-width: 470px;
  height: 100vh;
}

.hd-name {
  margin-bottom: min(3.6111111111vw, 3.25rem);
  width: 274px;
}

.hd-name img {
  width: 100%;
}

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

.hd-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(2.2222222222vw, 2rem);
  margin-bottom: min(3.6111111111vw, 3.25rem);
}

.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc((100% - min(2.2222222222vw, 2rem)) / 2);
}

.hd-nav__item {
  width: 100%;
  max-width: 240px;
}

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

.hd-nav__link-jp {
  position: relative;
  display: block;
  padding: 0;
  font-size: 0.875rem;
  line-height: 2.285;
  letter-spacing: 0.08em;
  color: #3b3b3b;
  transition: 0.4s;
}

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

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

@media screen and (min-width: 1025px) {
  .hd-nav__link.show.is-show span {
    color: #67b1e6;
  }
}

.hd-cta {
  max-width: 370px;
  border-radius: 10px;
  overflow: hidden;
}

.hd-cta__link {
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  .hd-cta__link:hover {
    opacity: 0.7;
  }
}

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

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

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

  .hd-name img {
    filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
  }

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

  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 85px;
    width: 100%;
    height: 100svh;
    background: rgba(18, 64, 96, 0.9);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }

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

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

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

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

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

  .hd-nav__link-jp {
    font-size: min(4.1666666667vw, 1.25rem);
    line-height: 1.6;
    color: #fff;
  }

  .hd-cta {
    display: none;
  }

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

  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 35px;
  }

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

  .hd-toggle__line {
    height: 1px;
  }

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

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

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

  .hd-toggle__txt {
    position: relative;
    top: 32px;
  }

  .hd-toggle__txt::after {
    content: "MENU";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    line-height: 2.66;
    text-align: center;
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .hd.fixed {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
  }

  .hd.fixed .hd-name__logo img {
    filter: invert(0%) sepia(7%) saturate(7472%) hue-rotate(3deg) brightness(104%) contrast(107%);
  }

  .hd.fixed .hd-toggle span {
    background: #3b3b3b;
    color: #3b3b3b;
  }

  .hd.fixed .hd-toggle__txt::after {
    color: #3b3b3b;
  }
}

.hd.open {
  background: transparent;
}

.hd.open .hd-name__logo img {
  filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}

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

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

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

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

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

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

.ft {
  margin-top: -2px;
  background: #67b1e6;
  color: #fff;
}

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

.ft-name {
  margin-bottom: 40px;
  width: 238px;
}

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

.ft-logo img {
  width: 100%;
  filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}

.ft-nav {
  margin-bottom: 32px;
  width: 160px;
}

.ft-nav__item {
  margin-bottom: 8px;
}

.ft-nav__link {
  position: relative;
  display: block;
  font-size: 0.875rem;
  line-height: 2.285;
  color: #fff;
  transition: 0.4s;
}

.ft-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}

.ft-nav__link:hover:after {
  transform: scale(1, 1);
}

.ft-copy {
  font-size: 0.75rem;
  line-height: 2.66;
  text-align: center;
  color: #fff;
}

.banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  height: min(16.6666666667vw, 5rem);
  background: url(./img/bg-banner.jpg) no-repeat center center/cover;
  border-radius: 10px 10px 0px 0px;
  z-index: 1001;
  transition: 0.4s;
}

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

.banner-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
}

.banner-link__st {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}

.banner-link__arrow {
  margin-bottom: 6px;
  width: 15px;
  height: 15px;
}

.banner-link__arrow img {
  filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}

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

.cta {
  /*
  &-txt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 368px;
    height: 60px;
    background: #b11819;
    border-radius: 10px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    transition: 0.4s;
    &::after {
      content: "";
      display: block;
      height: 14px;
      aspect-ratio: cos(30deg);
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      background: #fff;
      transition: 0.4s;
    }
  }
    */
}

.cta-link {
  transition: 0.4s;
}

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

.cta-ph {
  width: 100%;
}

.fv {
  position: relative;
}

.fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 420px;
  background: linear-gradient(180deg, #5399cc 0%, rgba(83, 153, 204, 0) 100%);
  z-index: 1;
}

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

.fv-slide__item {
  height: 100svh;
}

.fv-slide__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-catch__ttl {
  position: absolute;
  top: min(33.3333333333vw, 10rem);
  left: min(11.875vw, 3.5625rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 30px;
  height: 400px;
  font-size: min(6.6666666667vw, 2rem);
  line-height: 1.25;
  letter-spacing: 0.11em;
  color: #fff;
  z-index: 2;
}

.fv-catch__txt {
  position: absolute;
  top: min(27.0833333333vw, 8.125rem);
  right: min(9.375vw, 2.8125rem);
  font-size: min(12.5vw, 3.75rem);
  line-height: 1;
  text-align: right;
  letter-spacing: 0.11em;
  color: #fff;
  z-index: 2;
}

.fv-catch__txt small {
  line-height: 1.975;
  text-align: right;
  letter-spacing: 0.11em;
  color: #fff;
}

.fv-catch__txt-ph {
  display: block;
  margin-bottom: -10px;
  margin-right: -23px;
}

.fv-ph {
  position: absolute;
  bottom: 47px;
  left: 0;
  width: 100%;
  text-align: center;
  aspect-ratio: 450/214;
  z-index: 2;
}

.message {
  position: relative;
  padding-top: 64px;
}

.message-ttl {
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-size: min(5vw, 1.5rem);
  line-height: 1.66;
  letter-spacing: 0.08em;
}

.message-txt {
  margin-bottom: 64px;
  font-size: 14px;
  line-height: 2.285;
  letter-spacing: 0.08em;
}

.land {
  padding-block: 64px;
}

.land-tab__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.land-tab__item {
  width: 50%;
}

.land-tab__btn {
  width: 100%;
  height: 200px;
  background: #67b1e6;
  border: none;
  border-radius: 10px 10px 0px 0px;
}

@media screen and (max-width: 640px) {
  .land-tab__btn  {
    height: 152px;
  }
}

.land-tab__btn.--toyooka {
  background: #22699c;
}

.land-tab__ttl {
  margin-bottom: 4px;
}

.land-tab__ttl-st {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Sawarabi Mincho", serif;
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .land-tab__ttl-st {
    font-size: 1rem;
  }
}

.land-tab__ttl-st small {
  font-size: 1rem;
  line-height: 1.5;
}

.land-tab__ttl-st strong {
  font-size: min(10vw, 3rem);
  line-height: 1.33;
}

@media screen and (max-width: 640px) {
  .land-tab__ttl-st strong {
    font-size: min(8vw, 2rem);
  }
}

.land-tab__arrow img {
  filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}

.land-detail {
  margin-top: -1px;
}

.land-cnt {
  display: none;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.land-cnt.--nio .land-block {
  background: #67b1e6;
}

.land-cnt.--toyooka .land-block {
  background: #22699c;
}

.land-cnt.--toyooka .land-head__ttl span {
  background: #22699c;
}

.land-cnt.--toyooka .land-point__tab-btn {
  background: #67b1e6;
}

.land-cnt.--toyooka .land-point__tab-btn.active {
  background: #fff;
}

.land-cnt.--toyooka .land-point__tab-btn:hover {
  background: #fff;
}

.land-cnt.--toyooka .land-link__btn {
  background: #67b1e6;
}

.land-cnt.active {
  display: block;
}

.land-block {
  padding-top: 56px;
}

.land-head {
  padding-inline: 40px;
}

.land-head__ttl {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}

.land-head__ttl span {
  position: relative;
  display: inline-block;
  width: 116px;
  height: 24px;
  background: #67b1e6;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.land-head__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #fff;
}

.land-head__txt {
  margin-bottom: 32px;
  font-size: min(4.1666666667vw, 1.25rem);
  line-height: 2;
  text-align: center;
  color: #fff;
}

.land-ph {
  position: relative;
  margin-bottom: 24px;
  margin-inline: 24px;
  border-radius: 10px;
  overflow: hidden;
}

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

.land-data {
  margin-bottom: 48px;
  padding-inline: 23px;
}

.land-data__item:not(:last-child) {
  margin-bottom: 28px;
}

.land-data__ttl {
  margin-bottom: 6px;
  padding-inline: 16px;
  font-size: 1.25rem;
  line-height: 2;
  color: #fff;
}

.land-data__info {
  margin-bottom: 28px;
}

.land-data__info-item {
  padding-block: 8px;
  padding-inline: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.land-data__info-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.land-data__info-ttl {
  display: inline-block;
  width: 96px;
  font-size: 0.875rem;
  line-height: 2.285;
}

.land-data__info-txt {
  font-size: 0.875rem;
  line-height: 2.285;
}

.land-data__btn-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 53px;
  margin-inline: auto 0;
  width: 205px;
  height: 52px;
  background: #fff;
  border-radius: 50px;
  transition: 0.4s;
}

.land-data__btn-st {
  line-height: 1.5;
  color: #67b1e6;
}

.land-data__btn-arrow img {
  transform: rotate(-90deg);
  filter: invert(61%) sepia(69%) saturate(360%) hue-rotate(166deg) brightness(97%) contrast(85%);
}

@media screen and (min-width: 1025px) {
  .land-data__btn:hover {
    opacity: 0.7;
  }
}

.land-access {
  margin-bottom: 48px;
}

.land-access__ttl {
  margin-bottom: 24px;
  padding-inline: 40px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #fff;
}

.land-access__map {
  margin-bottom: 24px;
  height: auto;
  aspect-ratio: 480/260;
}

.land-access__map iframe {
  width: 100%;
  height: 100%;
}

.land-access__add {
  padding-inline: 40px;
  line-height: 1.5;
  color: #fff;
}

.land-access__time {
  padding-inline: 40px;
  line-height: 1.5;
  color: #fff;
}

.land-point {
  padding-bottom: 56px;
  padding-inline: 23px;
}

.land-point__tab-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: min(1.0666666667vw, 0.75rem);
}

.land-point__tab-item {
  width: calc((100% - min(2.1333333333vw, 1.5rem)) / 3);
}

.land-point__tab-btn {
  width: 100%;
  height: 76px;
  background: #22699c;
  border: none;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.land-point__tab-btn.active {
  background: #fff;
  color: #22699c;
}

@media screen and (min-width: 1025px) {
  .land-point__tab-btn:hover {
    background: #fff;
    color: #22699c;
  }
}

.land-point__tab-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: inherit;
}

.land-point__tab-ttl-num {
  font-size: 0.875rem;
  line-height: 1.428;
  text-align: center;
  letter-spacing: 0.05em;
}

.land-point__tab-ttl-st {
  font-size: min(4.2666666667vw, 1.25rem);
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 374px) {
  .land-point__tab-ttl-st {
    line-height: 1.15;
  }
}

.land-point__detail {
  position: relative;
  margin-top: -1px;
  padding-block: 16px 32px;
  padding-inline: 16px;
  background: #ffffff;
  border-radius: 0px 0px 10px 10px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .land-point__detail {
    padding-block: 2% 5%;
  }
}

.land-point__cnt-ph {
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .land-point__cnt-ph {
    margin-bottom: 5%;
  }
}

.land-point__cnt-info {
  padding-inline: 17px;
}

@media screen and (max-width: 640px) {
  .land-point__cnt-info {
    padding-inline: 2%;
  }
}

.land-point__cnt-ttl {
  margin-bottom: 32px;
  font-size: min(4.5333333333vw, 1.5rem);
  letter-spacing: 0.08em;
  line-height: 1.66;
}

@media screen and (max-width: 640px) {
  .land-point__cnt-ttl {
    margin-bottom: 3%;
  }
}

.land-point__cnt-txt {
  font-size: 0.875rem;
  line-height: 2.285;
}

@media screen and (max-width: 640px) {
  .land-point__cnt-txt {
    line-height: 2;
  }
}

.land-link {
  transition: 0.4s;
}

.land-link__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 53px;
  width: 100%;
  height: 112px;
  background: #22699c;
  border: none;
  border-radius: 0 0 10px 10px;
}

.land-link__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
}

.land-link__ttl span {
  font-size: 1.25rem;
  font-size: min(4.8vw, 1.25rem);
  line-height: 2;
}

.land-link__ttl small {
  font-size: 1rem;
  line-height: 1.5;
}

.land-link__ttl strong {
  font-size: 3rem;
  font-size: min(8.5333333333vw, 3rem);
  line-height: 1.33;
}

.land-link__arrow img {
  transform: rotate(-90deg);
  filter: invert(96%) sepia(97%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%);
}

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

.land-modal__inr {
  position: relative;
  margin-inline: auto;
  padding-block: 40px 48px;
  padding-inline: 16px;
  max-width: 432px;
  border-radius: 10px;
}

.land-modal__inr.--nio {
  background: #67b1e6;
}

.land-modal__inr.--toyooka {
  background: #22699c;
}

.land-modal__inr.--toyooka .land-modal__property-btn.selected {
  background: #67b1e6;
}

.land-modal__btn {
  position: absolute;
  top: 8px;
  right: 5px;
  cursor: pointer;
}

.land-modal__btn-close {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

.land-modal__btn-close::before,
.land-modal__btn-close::after {
  background-color: white;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: opacity 0.3s;
  width: 24px;
}

.land-modal__btn-close::after {
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s;
}

.land-modal__ttl {
  margin-bottom: 8px;
  padding-inline: 16px;
  font-size: 0.875rem;
  line-height: 2.285;
  color: #fff;
}

.land-modal__txt {
  margin-bottom: 32px;
  padding-inline: min(2.0833333333vw, 1rem) 10px;
  font-size: 1.25rem;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .land-modal__txt {
    padding-inline: 0;
    font-size: min(4.2666666667vw, 1.25rem);
  }
}

.land-modal__ph {
  margin-bottom: 32px;
  border-radius: 10px;
  overflow: hidden;
}

.land-modal__info {
  margin-bottom: 40px;
}

.land-modal__info-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-block: 8px 7px;
  padding-inline: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.land-modal__info-ttl {
  display: inline-block;
  width: 96px;
  font-size: 0.875rem;
  line-height: 2.285;
}

@media screen and (max-width: 479px) {
  .land-modal__info-ttl {
    width: 80px;
  }
}

.land-modal__info-txt {
  flex: 1;
  font-size: 0.875rem;
  line-height: 2.285;
}

@media screen and (max-width: 479px) {
  .land-modal__info-txt {
    line-height: 1.5;
  }
}

.land-modal__info-price {
  font-size: 1.5rem;
  line-height: 1.66;
  color: #fff;
}

.land-modal__point {
  margin-bottom: 48px;
  padding-inline: 16px;
}

.land-modal__point-ttl {
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 2;
  color: #fff;
}

.land-modal__point-list {
  padding-left: 24px;
}

.land-modal__point-item {
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  list-style: disc;
}

.land-modal__point-item02 {
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  list-style: disc;
}

.land-modal__point-item03 {
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: .9rem;
  color: #fff;
}

.land-modal__layout {
  margin-bottom: 60px;
}

.land-modal__layout-link {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.land-modal__layout-link::after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 46px;
  height: 46px;
  background: url(./img/icon-zoom.svg) no-repeat center center/cover;
  pointer-events: none;
}

.land-modal__property-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 53px;
  margin-inline: auto;
  width: 205px;
  height: 52px;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.4s;
}

.land-modal__property-btn-st {
  line-height: 1.5;
  color: #67b1e6;
  transition: 0.4s;
}

.land-modal__property-btn-arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 24px;
  transform: translateY(-50%);
}

.land-modal__property-btn-arrow img {
  transition: 0.4s;
  filter: invert(61%) sepia(69%) saturate(360%) hue-rotate(166deg) brightness(97%) contrast(85%);
}

@media screen and (min-width: 1025px) {
  .land-modal__property-btn:hover {
    opacity: 0.7;
  }
}

.land-modal__property-btn.selected {
  background: #22699c;
}

.land-modal__property-btn.selected .land-modal__property-btn-st {
  color: #fff;
}

.land-modal__property-btn.selected .land-modal__property-btn-arrow img {
  filter: invert(91%) sepia(95%) saturate(0%) hue-rotate(67deg) brightness(105%) contrast(105%);
}

.land-modal__property-cnt {
  display: none;
  padding-top: 46px;
}

.land-modal__property-item {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  padding-block: 10px;
  padding-left: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.land-modal__property-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.land-modal__property-ttl {
  width: 95px;
  font-size: 0.875rem;
  line-height: 2.285;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.land-modal__property-txt {
  flex: 1;
  font-size: 0.875rem;
  line-height: 2.285;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.plan {
  padding-block: 64px;
}

.plan-data {
  margin-bottom: 32px;
}

.plan-data__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding-block: 8px 7px;
  padding-inline: 16px;
  border-bottom: 1px solid rgba(59, 59, 59, 0.3);
  font-size: 0.875rem;
  line-height: 2.285;
}

@media screen and (max-width: 479px) {
  .plan-data__item {
    gap: min(6.4vw, 2.5rem);
  }
}

.plan-data__ttl {
  width: 62px;
}

.plan-data__txt {
  flex: 1;
}

.plan-layout {
  margin-bottom: 24px;
}

.plan-layout__item {
  position: relative;
}

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

.plan-layout__item:not(:last-child) {
  margin-bottom: 7px;
}

.plan-slide {
  position: relative;
}

.plan-slide__thumbs {
  margin-top: 2px;
  padding: 0;
  width: 100%;
  overflow: auto;
}

.plan-slide__thumbs .swiper-slide {
  height: min(16.6666666667vw, 5rem);
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
}

.plan-slide__thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.plan .swiper-slide-thumb-active {
  opacity: 1;
}

.plan .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}

.plan .swiper-pagination-bullet-active {
  background: #4b3928;
}

.plan .swiper-pagination-bullets {
  bottom: -35px;
}

.plan .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.plan .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.plan .swiper-button-next,
.plan .swiper-button-prev {
  position: absolute;
  top: 37%;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}

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

  .plan .swiper-button-next,
  .plan .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.plan .swiper-button-next::after,
.plan .swiper-button-prev::after {
  display: none;
}

@media screen and (min-width:) {

  .plan .swiper-button-next:hover,
  .plan .swiper-button-prev:hover {
    opacity: 0.7;
  }
}

.plan .swiper-button-prev {
  left: 16px;
  right: auto;
  transform: scale(-1, 1);
}

.contact {
  padding-block: 64px;
  background: #ececec;
}

.company-profile {
  padding-block: 64px;
}

.company-tab {
  margin-top: 63px;
}

.company-tab__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 9px;
}

.company-tab__item {
  width: calc((100% - 18px) / 3);
}

.company-tab__btn {
  width: 100%;
  height: 60px;
  background: #22699c;
  border: none;
  border-radius: 10px 10px 0px 0px;
  transition: 0.4s;
}

.company-tab__btn.active {
  background: #67b1e6;
}

@media screen and (min-width: 1025px) {
  .company-tab__btn:hover {
    background: #67b1e6;
  }
}

.company-tab__ttl-st {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.company-detail {
  background: #67b1e6;
}

.company-cnt__box {
  padding-block: 24px 40px;
  padding-inline: 23px;
}

.company-cnt__ph {
  margin-bottom: 32px;
}

.company-cnt__info {
  padding-inline: 16px;
}

.company-cnt__ttl {
  margin-bottom: 32px;
  font-size: min(4.1666666667vw, 1.25rem);
  letter-spacing: 0.08em;
  line-height: 2;
  color: #ffffff;
}

.company-cnt__txt {
  font-size: 0.875rem;
  line-height: 2.285;
  color: #fff;
}

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

.company-data__row {
  display: flex;
  justify-content: flex-start;
  gap: min(10.8333333333vw, 3.25rem);
  padding-block: 8px 7px;
  padding-inline: 16px;
  border-bottom: 1px solid rgba(59, 59, 59, 0.3);
}

.company-data__ttl {
  width: 48px;
  font-size: 0.875rem;
  line-height: 2.285;
}

.company-data__txt {
  flex: 1;
  font-size: 0.875rem;
  line-height: 2.285;
}

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

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

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

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

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

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

.mfp-close-btn-in .mfp-close {
  top: auto !important;
  color: #fff !important;
}

.layout-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  z-index: 10001;
  width: 92%;
  height: 92%;
  overflow: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.layout-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.layout-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
  color: #3b3b3b;
  padding: 5px 10px;
}

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

.form-btn {
  display: flex;
  margin: 0 auto;
  max-width: 400px;
}

@media screen and (max-width: 640px) {
  .form-btn {
    padding: 0 4%;
    max-width: 100%;
    justify-content: space-between;
  }
}

.form-select {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  opacity: .4;
  transition: .3s;
  cursor: pointer;
}

.form-select.active {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .form-select:hover {
    opacity: 1;
  }
}

.form-select-img {
  display: block;
  width: 18px;
  height: 20px;
}

.form-select h3 {
  font-size: 20px;
  color: #FFF;
  font-family: "Sawarabi Mincho";
}

.form-btn .consultation {
  background: linear-gradient(180deg, rgba(34, 105, 156, 0.00) 0%, #22699C 100%), url(./img/form-consultation-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 196px;
  height: 150px;
  margin-right: 8px;
  border: none;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .form-btn .consultation  {
    margin-right: 0;
    width: 48%;
  }
}

.form-btn .request {
  background: linear-gradient(180deg, rgba(34, 105, 156, 0.00) 0%, #22699C 100%), url(./img/form-request-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 196px;
  height: 150px;
  border: none;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .form-btn .request  {
    width: 48%;
  }
}



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

form {
  overflow: hidden;
}

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

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

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

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


form 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: #67B1E6;
  border-radius: 100px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}

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

form ul .item-name span.item-noreq {
  color: #fff;
  background: #9D9D9D;
  border-radius: 100px;
  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;
  line-height: 2;
}

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

form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}

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

.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: #67B1E6;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}

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 {
    padding: 16px;
    font-size: 14px;
  }

  form [type=submit] {
    font-size: 18px;
  }

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

  .form-caption p {
    font-size: 14px;
    text-align: left;
  }

  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }

  .item-notice,
  li.item-form.itemform_add_search span {
    width: 100%;
  }

  .section-form__check {
    margin-bottom: 5%;
  }
}

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

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

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

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

.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: 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: #3A3A3A;
  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 .wpcf7-list-item-label {
  width: 100%;
}

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

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

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

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