@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');
/* 要素 フォントサイズ・マージン・パディングをリセット */
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: #5B4B4B;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

br {
  line-height: inherit;
}

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

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

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 {
  font-size: 10px;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #202020;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1rem;
  color: #5B4B4B;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Zen Kaku Gothic New", 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;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  p,
  li,
  dl,
  tr,
  th,
  td,
  div {
    font-size: 0.875rem;
  }
}

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

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

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

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

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

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

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

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

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.common-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}
@media(max-width: 1024px) {
  .common-wrap {
    padding-inline: 5%;
  }
}
.common-wrap02 {
  position: relative;
  margin: 0 auto;
  padding-inline: 32px;
  width: 100%;
}
@media(max-width: 1024px) {
  .common-wrap02 {
    padding-inline: 5%;
  }
}
.common-wrap03 {
  position: relative;
  margin: 0 auto;
  padding-inline: 48px;
  width: 100%;
}
@media(max-width: 1024px) {
  .common-wrap03 {
    padding-inline: 5%;
  }
}
.common-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.cmn-ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}
.cmn-ttl__sub {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  color: #b11819;
}
.cmn-ttl__main {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .cmn-ttl__main {
    font-size: 1.5rem;
  }
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}
@media screen and (max-width: 640px) {
  .wrap {
    padding-inline: 0;
  }
}
.wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: url(./img/bg-body.jpg) repeat-x center center/cover; */
  background: #FFF;
  pointer-events: none;
}

.hd {
  width: calc(100% - 480px);
  max-width: 600px;
}
.hd-cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: min(4.8611111111vw, 4.375rem);
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}
.hd-name {
  margin-bottom: min(2.2222222222vw, 4rem);
  width: 100%;
  max-width: min(36.1111111111vw, 52rem);
    margin-inline: auto;
    max-width: 520px;
}
@media(max-width: 1024px) {
  .hd-name {
    margin-inline: 0;
  }
}
h1.hd-name__logo {
  width: 281px;
  margin-inline: auto;
}
@media(max-width: 1024px) {
  h1.hd-name__logo {
    width: 141px;
    margin: 0;
  }
}

.hd-menu {
  margin-inline: auto;
  width: 100%;
  max-width: 520px;
  /* max-width: min(36.1111111111vw, 52rem); */
}
.hd-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
.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);
}
@media(max-width: 1024px) {
  .hd-nav__list:first-of-type .hd-nav__item:last-of-type {
    border-bottom: 0;
  }
}
.hd-nav__item {
  width: 100%;
  max-width: 240px;
  border-top: 1px solid #161616;
}
@media(min-width: 1024px) {
  .hd-nav__item:last-of-type {
    border-bottom: 1px solid #161616;
  }
}
@media(max-width: 640px) {
    .hd-nav__item {
    max-width: 200px;
  }
}
.hd-nav__item:last-of-type {
  /* border-bottom: 1px solid #161616; */
}
.hd-nav__link {
  display: block;
  position: relative;
  padding: 16px 32px;
  width: 100%;
  transition: 0.4s;
}
.hd-nav__link:last-of-type {
}
.hd-nav__link-jp {
  color: var(--161616, #161616);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: 0.4s;
}
@media(max-width: 640px) {
  .hd-nav__link-jp {
    color: var(--161616, #161616);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.hd-nav__link-jp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #22205C;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover .hd-nav__link-jp::before {
    opacity: 1;
  }
  .hd-nav__link.active span {
  }
  .hd-nav__link.active span::before {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .hd-nav__link.active span::before {
    opacity: 1;
  }
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 56px;
    background: transparent;
    /* background: #fff; */
    /* border-bottom: 1px solid #333; */
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    padding-inline: 16px;
    width: 100%;
    height: 100%;
  }
  .hd-name {
    margin-bottom: 0;
    width: 130px;
    z-index: 1001;
  }
  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 56px;
    left: 0;
    padding-bottom: 70px;
    max-width: 100%!important;
    width: 100%;
    height: calc(100svh - 56px);
    background: #FFFFFF;
    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: 100%;
  }
  .hd-nav__item {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
    border-bottom: 1px solid #161616;
  }
  .hd-nav__item:first-of-type {
    border-top: 1px solid #161616;
  }
  .hd-nav__item:first-child {
    /* border: none; */
  }
  .hd-nav__link {
    display: block;
    padding-block: 16px;
    padding-inline: 0;
  }
  .hd-nav__link-jp {
    color: #000000;
    line-height: 1.56;
  }
  .hd-toggle {
    position: relative;
    width: 105px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle__txt {
    position: relative;
  }
  .hd-toggle__txt::after {
    /* content: "MENU";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: 0.1em; */
  }
  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 28px;
  }
  .hd-toggle span {
    display: block;
    position: absolute;
    left: 0;
    transition: 0.35s ease-in-out;
    width: 100%;
    background: #FFF;
    color: #333;
  }
  .hd-toggle__line {
    height: 1px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 6px;
  }
  .hd-toggle__line:nth-child(2) {
    top: 14px;
  }
  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 22px;
  }
}
@media screen and (max-width: 1024px) {
  /* .hd.fixed {
    background: #FFF;
    border-bottom: 1px solid #5B4B4B;
  } */
  .hd {
    background: #FFF;
    /* border-bottom: 1px solid #5B4B4B; */
  }
  .hd-nav__item {
    border: none;
  }
  .hd-nav__item:first-of-type {
    border: none;
  }
}
.hd.open {
  background: #FFF;
}
.hd.open .hd-name__logo {
  /* visibility: hidden; */
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle span {
  background: #3e3b31;
  color: #3e3b31;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(320deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 12px;
  transform: rotate(-320deg);
}





.banner {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  z-index: 1001;
  transition: 0.4s;
}
.banner.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .banner-contact {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2px;
  }
}

.content {
  position: relative;
  width: 480px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(65, 65, 65, 0.16);
  overflow: clip;
}
@media screen and (max-width: 1024px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}
.content.open {
  background: transparent;
  box-shadow: none;
}
.content.open .main {
  visibility: hidden;
}
.content.open .ft {
  visibility: hidden;
}



/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */
.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;
}
@media(max-width: 1024px) {
  form ul .item-name {
    font-size: 14px;
  }
}
form ul .item-name span.item-req {
  color: #fff;
  background: #42366B;
  border-radius: 30px;
  text-align: center;
  font-size: 1.4rem;
  width: 72px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
form ul .item-name span.item-noreq {
  color: #fff;
  background: #9D9D9D;
  border-radius: 30px;
  text-align: center;
  font-size: 1.4rem;
  width: 72px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}
form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}
form ul li:last-of-type input {
  width: 100%;
  display: block;
}
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}
form ul li:last-of-type input, form ul li:last-of-type textarea, form ul li:last-of-type select {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #fff;
}

.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] {
  border-radius: 40px;
  background: var(--42366-b, #42366B);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  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;
  position: relative;
}
form [type=submit]::after {

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

.submit_btn:after {
  content: '';
  display: block;
  background: url(./img/rank-arrow02.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.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 {
  margin-top: 16px;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.05em;
}

.privacy-policy-scroll {
  background: #FFF;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}
.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}
.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
}
.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #FFF;
}
.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}
.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
}
.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}
.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}
.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 80px;
  background: #0B5019;
  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;
}
@media(max-width: 1024px) {
  .section-form__check1, .section-form__check2 {
    padding: 4%;
  }
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1;
}
span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  /* 枠線の色 */
  border-radius: 50%;
  /* 丸くする */
  color: #FFFFFF;
  /* 背景色 */
  -moz-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none;
  /* Safari対応 */
  outline: none;
  /* フォーカス時の枠線を消す */
  cursor: pointer;
  /* ポインタを変更 */
}
.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  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;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

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

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






/* 250202 */
/* .hd.fixed .hd-toggle span {
  background: #333;
} */
.hd .hd-toggle span {
  background: #333;
}
.hd-nav {
}
.hd-nav img {
  padding-bottom: 16px;
}
.pc-none {
  display: none;
}
@media(max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.br-450 {
  display: none;
}
@media (max-width: 640px) {
  .fv-catch-text {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .br-450 {
    display: block;
  }
}



/* SP banner */
@media(min-width: 1024px) {
  .banner {
    display: none; /* JavaScriptで制御するためCSSでは非表示 */
    position: fixed;
    bottom: 20px;
    right: 20px;
/*     background: rgba(0, 0, 0, 0.8); */
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
  }
}



















/* 250905 common */
.common-inner {
  padding-inline: 24px;
}
@media(max-width: 640px) {
  .common-inner {
    padding-inline: 4%;
  }
}
.common__title {

}
.common__title-en {
  margin-bottom: 4px;
  display: block;
  color: var(--42366-b, #42366B);
  font-family: Montserrat;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .common__title-en {
    font-size: 1.2rem;
  }
}
.common__title-jp {
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .common__title-jp {
    font-size: 2rem;
  }
}

@media(max-width: 1024px) {
  #concept,
  #spot,
  #reason,
  #voice,
  #contact,
  #company {
    /* margin-top: -56px;
    padding-top: 56px; */
  }
}

/* 250911 CTA */
@media(max-width: 1024px) {
  .hd-cta {
    display: none;
  }
}
.cta {
  margin-top: 59px;
  border: 1px solid var(--e-8-e-6-e-5, #E8E6E5);
  background: var(--ffffff, #FFF);
}
.cta__item-heading {
  height: 59px;
  background: #EEF3F6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__item-heading-title {
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.cta__item-body {
  max-width: 410px;
  margin-inline: auto;
  padding-block: 24px 32px;
  padding-inline: 20px;
  text-align: center;
}
.cta__item-body-title {
  margin-bottom: 8px;
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
.cta__item-body-title small {
  font-size: 1.4rem;
}
.cta__item-body-link {
  display: block;
  width: 100%;
  border: 1px solid var(--42366-b, #42366B);
  position: relative;
  transition: 0.4s;
}
.cta__item-body-link-text {
  padding-block: 8px;
  display: block;
  color: var(--42366-b, #42366B);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
.cta__item-body-link-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%); 
}

@media(min-width: 1025px) {
  .cta__item-body-link:hover {
    border: 1px solid #FFF;
    background: #42366B;
    transition: 0.4s;
  }
  .cta__item-body-link:hover .cta__item-body-link-text {
    color: #FFF;
    transition: 0.4s;
  }
  .cta__item-body-link:hover .cta__item-body-link-icon--blank path {
    stroke: #FFF;
    transition: 0.4s;
  }
  .cta__item-body-link:hover .cta__item-body-link-icon--arrow path {
    fill: #FFF;
    transition: 0.4s;
  }
}

/* 250911 FV */
.fv {
  position: relative;
  z-index: 1;
}
.fv .common-wrap {
  padding-top: 0;
}
.fv-slide {
}
@media(max-width: 1024px) {
  .fv-slide {
    /* border-radius: 0; */
  }
}
.fv-slide__item {
}
.fv-slide__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-slide-cnt {
  position: relative;
}
.fv__heading {
  width: 100%;
  padding-inline: 48px;
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media(max-width: 640px) {
  .fv__heading {
    padding-inline: 7%;
  }
}
.fv__heading-badge {
  padding: 4px 10px;
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: #EEF3F6;
}
@media(max-width: 640px) {
  .fv__heading-badge {
    font-size: 1.8rem;
  }
}
.fv__heading-title {
  padding-block: 16px 8px;
  color: var(--ffffff, #FFF);
  text-shadow: 0 4px 13px rgba(0, 0, 0, 0.40);
  font-family: "Zen Kaku Gothic New";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .fv__heading-title {
    font-size: 2.4rem;
  }
}
.fv__heading-subtitle {
  color: var(--ffffff, #FFF);
  text-shadow: 0 4px 13px rgba(0, 0, 0, 0.40);
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .fv__heading-subtitle {
    font-size: 1.8rem;
  }
}
.fv__band {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: #42366B;
}
.fv__band-wrap {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.fv__band-title {
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .fv__band-title {
    font-size: 1.8rem;
  }
}
.fv__band-visual {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
@media(max-width: 640px) {
  .fv__band-visual {
    width: 24vw;
  }
}

/* 250911 carousel */
.carousel {
  padding-top: 32px;
  overflow: hidden;
}
@media(max-width: 640px) {
  .carousel {
    padding-top: 5%;
  }
}
.carousel__items {

}
.carousel__item {
  width: 100%;
  background: #FFF;
}
.carousel__item.--item01 {
  max-width: 330px;
}
.carousel__item.--item02 {
  max-width: 245px;
}

.carousel__track {
  --gap: 32px;
  /* --w: 240px; */
  --duration: 20s;
}
.carousel .swiper-wrapper {
  display: flex;
  gap: var(--gap);
  width: max-content;
  will-change: transform;
  animation: carousel-marquee var(--marquee-duration, 20s) linear infinite;
}
.carousel .swiper-slide {
  flex: 0 0 auto;
  width: var(--w);
}
.carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel:hover .swiper-wrapper {
  /* animation-play-state: paused; */
}
@media (prefers-reduced-motion: reduce) {
  .carousel .swiper-wrapper { animation: none; }
}
@keyframes carousel-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(calc(-1 * var(--marquee-distance, 1000px)), 0, 0); }
}

/* 250911 concept */
.concept {
  padding-block: 48px;
}
@media(max-width: 640px) {
  .concept {
    padding-block: 7%;
  }
}
.concept__inner {

}
.concept__lead {
  padding-top: 40px;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .concept__lead {
    padding-top: 6%;
    font-size: 1.4rem;
  }
}

/* 250911 spot */
.spot {
  padding-block: 48px;
}
@media(max-width: 640px) {
  .spot {
    padding-block: 7%;
  }
}
.spot__visual {
  padding-top: 32px;
}
@media(max-width: 640px) {
  .spot__visual {
    padding-top: 5%;
  }
}
.spot__items {
  padding-top: 40px;
}
@media(max-width: 640px) {
  .spot__items {
    padding-top: 6%;
  }
}
.spot__items-heading {
  margin-bottom: 24px;
  margin-inline: auto;
  padding-block: 8px;
  max-width: 256px;
  border-top: 1px solid var(--42366-b, #42366B);
  border-bottom: 1px solid var(--42366-b, #42366B);
}
@media(max-width: 640px) {
  .spot__items-heading {
    margin-bottom: 4%;
  }
}
.spot__items-heading-title {
  color: var(--22205-c, #22205C);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .spot__items-heading-title {
    font-size: 1.8rem;
  }
}

.spot__item {
}
.spot__item:not(:last-of-type) {
  margin-bottom: 24px;
}
@media(max-width: 640px) {
  .spot__item:not(:last-of-type) {
    margin-bottom: 4%;
  }
}
.spot__item-heading {
  display: flex;
  align-items: center;
  gap: 8px;
}
.spot__item-heading::before {
  content: '';
  display: block;
  background: url(./img/spot-icon01.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.spot__item-heading-title {
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .spot__item-heading-title {
    font-size: 1.4rem;
  }
}
.spot__item-body {
  padding-top: 8px;
}
.spot__item-body-text {
  padding-left: 24px;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .spot__item-body-text {
    font-size: 1.4rem;
  }
}

/* 250911 rank */
.rank {
  padding-block: 48px;
}
@media(max-width: 640px) {
  .rank {
    padding-block: 7%;
  }
}
.rank__items {
  padding-top: 40px;
}
@media(max-width: 640px) {
  .rank__items {
    padding-top: 7%;
  }
}
.rank__item {
  padding-block: 24px;
}
@media(max-width: 640px) {
  .rank__item {
    padding-block: 4%;
  }
}
.rank__item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media(max-width: 640px) {
  .rank__item:not(:last-of-type) {
    margin-bottom: 6%;
  }
}
.rank__item-heading-title {
  padding-top: 16px;
  color: var(--161616, #161616);
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .rank__item-heading-title {
    margin-top: 4%;
    font-size: 1.8rem;
  }
}
.rank__item-heading-thumbnail {
  position: relative;
}
.rank__item.--first .rank__item-heading-thumbnail::after {
  content: '';
  display: block;
  background: url(./img/rank-icon01.svg) no-repeat center center/cover;
  width: 80px;
  aspect-ratio: 80 / 68;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rank__item.--second .rank__item-heading-thumbnail::after {
  content: '';
  display: block;
  background: url(./img/rank-icon02.svg) no-repeat center center/cover;
  width: 80px;
  aspect-ratio: 80 / 68;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rank__item.--third .rank__item-heading-thumbnail::after {
  content: '';
  display: block;
  background: url(./img/rank-icon03.svg) no-repeat center center/cover;
  width: 80px;
  aspect-ratio: 80 / 68;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rank__item.is-limited .rank__item-heading-thumbnail::before {
  content: '';
  display: block;
  background: url(./img/rank-mask.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media(max-width: 640px) {
  .rank__item.--first .rank__item-heading-thumbnail::after,
  .rank__item.--second .rank__item-heading-thumbnail::after,
  .rank__item.--third .rank__item-heading-thumbnail::after {
    width: 60px;
  }
}

/* body */
.rank__item-body {

}
.rank__item-body-heading {
  padding-top: 14px;
}
@media(max-width: 640px) {
  .rank__item-body-heading {
    padding-top: 4%;
  }
}
.rank__item-body-heading-top {
  display: flex;
  justify-content: space-between;
}
.rank__item-body-heading-top-text {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .rank__item-body-heading-top-text {
    font-size: 1.4rem;
  }
}
.rank__item-body-heading-top-price {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .rank__item-body-heading-top-price {
    font-size: 2.4rem;
  }
}
.rank__item-body-heading-top-price small {
  font-size: 3.2rem;
  font-weight: 700;
}
@media(max-width: 640px) {
  .rank__item-body-heading-top-price small {
    font-size: 2rem;
  }
}
.rank__item-body-heading-access {
  padding-top: 8px;
}
.rank__item-body-heading-access-text {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .rank__item-body-heading-access-text {
    font-size: 1.4rem;
  }
}
.rank__item-body-heading-access-text span {
  font-weight: 500;
}

/* 間取り */
.rank__item-body-floor {
  padding-top: 24px;
}
@media(max-width: 640px) {
  .rank__item-body-floor {
    padding-top: 4%;
  }
}
.rank__item-body-floor-title {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .rank__item-body-floor-title {
    font-size: 1.8rem;
  }
}
.rank__item-body-floor-visual {
  margin-inline: auto;
  padding-top: 16px;
  max-width: 330px;
  cursor: pointer;
  position: relative;
}
@media(max-width: 640px) {
  .rank__item-body-floor-visual {
    padding-top: 4%;
  }
}
.rank__item-body-floor-visual::after {
  content: '';
  display: block;
  background: url(./img/rank-zoom.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rank__item-body-floor-list {
  padding-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.rank__item-body-floor-list-item {
  width: 50%;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .rank__item-body-floor-list-item {
    font-size: 1.4rem;
  }
}

/* 担当者のつぶやき */
.rank__item-body-comment {
  padding-top: 24px;
}
@media(max-width: 640px) {
  .rank__item-body-comment {
    padding-top: 4%;
  }
}
.rank__item-body-comment-title {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .rank__item-body-comment-title {
    font-size: 1.8rem;
  }
}
.rank__item-body-comment-text {
  padding-top: 16px;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .rank__item-body-comment-text {
    padding-top: 4%;
    font-size: 1.4rem;
  }
}

/* 物件問い合わせボタン */
.rank__item-body-contact {
  padding-top: 24px;
}
@media(max-width: 640px) {
  .rank__item-body-contact {
    padding-top: 4%;
  }
}
.rank__item-body-contact-link {
  position: relative;
  display: flex;
  max-width: 432px;
  width: 100%;
  height: 60px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 40px;
  background: var(--42366-b, #42366B);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
@media(max-width: 640px) {
  .rank__item-body-contact-link {
    padding: 4% 6%;
  }
}
.rank__item-body-contact-link::after {
  content: '';
  display: block;
  background: url(./img/rank-arrow02.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.rank__item-body-contact-link-text {
  color: var(--ffffff, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .rank__item-body-contact-link-text {
    font-size: 1.4rem;
  }
}

/* 閉じている状態 */
.js-rank-panel{
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

/* 開いた状態（上限は十分大きめに。必要に応じて調整） */
.rank__item.is-open .js-rank-panel{
  max-height: 1000px; /* 例: 1000〜2000px など */
}

/* 動きを減らしたいユーザーを尊重（任意） */
@media (prefers-reduced-motion: reduce){
  .js-rank-panel{ transition: none; }
}

/* 限定用ボタン */
.limited__button {
  padding-top: 24px;
}
@media(max-width: 640px) {
  .limited__button {
    padding-top: 4%;
  }
}
.limited__button-notice {
  padding-bottom: 4px;
  color: var(--42366-b, #42366B);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .limited__button-notice {
    font-size: 1.6rem;
  }
}
.limited__button-notice small {
  font-size: 1.6rem;
  font-weight: 400x;
}
@media(max-width: 640px) {
  .limited__button-notice small {
    font-size: 1.4rem;
  }
}
.limited__button-notice span {
  font-size: 2.4rem;
}
@media(max-width: 640px) {
  .limited__button-notice span {
    font-size: 1.8rem;
  }
}
.limited__button-link {
  position: relative;
  display: flex;
  max-width: 432px;
  width: 100%;
  height: 60px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 40px;
  background: var(--42366-b, #42366B);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
@media(max-width: 640px) {
  .limited__button-link {
    padding: 4% 6%;
  }
}
@media(any-hover:hover) {
  .limited__button-link:hover {
    opacity: 0.8;
    transition: 0.4s;
  }
}
.limited__button-link::after {
  content: '';
  display: block;
  background: url(./img/link-blank.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.limited__button-link-text {
  color: var(--ffffff, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .limited__button-link-text {
    font-size: 1.4rem;
  }
}

/* もっと見るボタン */
.rank__item-button {
  padding-top: 24px;
}
@media(max-width: 640px) {
  .rank__item-button {
    padding-top: 4%;
  }
}
.rank__item-button-link {
  position: relative;
  display: flex;
  max-width: 432px;
  width: 100%;
  height: 60px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 40px;
  background: var(--161616, #161616);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
@media(max-width: 640px) {
  .rank__item-button-link {
    padding: 4% 6%;
  }
}
.rank__item-button-link:after {
  content: '';
  display: block;
  background: url(./img/rank-arrow01.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.rank__item-button.is-open .rank__item-button-link:after {
  transform: translateY(-50%) rotate(180deg);
}
.rank__item-button-link-text {
  color: var(--ffffff, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .rank__item-button-link-text {
    font-size: 1.4rem;
  }
}

/* ボタン共通 */
@media (any-hover: hover) {
  .rank__item-button-link:hover,
  .rank__item-body-contact-link:hover {
    opacity: 0.8;
    transition: 0.4s;
  }
}

/* アコーディオン（初期非表示） */
.js-rank-panel[hidden] { display: none !important; }

/* 開状態（見た目はお好みで） */
.rank__item-button.is-open .rank__item-button-link { /* 例：矢印回転など */ }

/* モーダル */
.rank-modal[hidden]{ display:none !important; }
.rank-modal{ position:fixed; inset:0; z-index:1000; display:grid; place-items:center; }
.rank-modal__overlay{ position:absolute; inset:0; background:rgba(0,0,0,.6); }
.rank-modal__dialog{
  position:relative; z-index:1; background:#fff; max-width:min(92vw,960px); max-height:92vh;
  padding:12px; border-radius:10px; overflow:auto; display:grid; gap:8px;
}
.rank-modal__img{ width:100%; height:auto; display:block; }
.rank-modal__close{
  position:absolute; top:8px; right:8px; width:32px; height:32px;
  border:0; border-radius:50%; background:#000; color:#fff; cursor:pointer;
}
body.is-modal-open{ overflow:hidden; }

/* 250911 limited */
.limited {
  padding-block: 48px 40px;
}
@media(max-width: 640px) {
  .limited {
    padding-block: 7% 6%;
  }
}
.limited__lead {
  padding-top: 8px;
  color: var(--161616, #161616);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .limited__lead {
    font-size: 1.4rem;
  }
}
.limited__items {
  padding-top: 24px;
}
@media(max-width: 640px) {
  .limited__items {
    padding-top: 4%;
  }
}
.limited__item-heading-title {
  padding-top: 24px;
  color: var(--161616, #161616);
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .limited__item-heading-title {
    padding-top: 4%;
    font-size: 1.8rem;
  }
}
.limited__item-heading-thumbnail {
  position: relative;
}
.limited__item-heading-thumbnail::before {
  content: '';
  display: block;
  background: url(./img/rank-mask.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.limited__controls {
  margin-top: 24px;
  padding: 30px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #42366B;
}
@media(max-width: 640px) {
  .limited__controls {
    margin-top: 4%;
    padding: 5% 4%;
  }
}

.limited__progress.swiper-pagination{
  position: static !important;
  flex: 1 1 auto;
  width: auto;
  height: 4px;
  margin: 0;
}
.limited__progress.swiper-pagination-progressbar{
  height: 4px;
  background: #959595;
}
.limited__progress .swiper-pagination-progressbar-fill{
  height: 100%;
  background: #fff;
}

.limited__arrows{
  display: flex;
  align-items: center;
  gap: 12px;
}
.limited__prev,
.limited__next{
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 9999px;
  color: #fff;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.limited__prev::before { content: "←"; line-height: 1; }
.limited__next::before { content: "→"; line-height: 1; }

.swiper-button-disabled{
  visibility: hidden;
  transition: 0.3s;
}

/* 250912 reason */
.reason {
  padding-block: 48px 24px;
}
@media(max-width: 640px) {
  .reason {
    padding: 7% 4%;
  }
}
.reason__inner {

}
.reason__items {
  padding-top: 40px;
}
@media(max-width: 640px) {
  .reason__items {
    padding-top: 6%;
  }
}
.reason__item {
  padding-block: 32px 24px;
}
@media(max-width: 640px) {
  .reason__item {
    padding-block: 5% 4%;
  }
}
.reason__item:not(:last-of-type) {
  margin-bottom: 24px;
  border-bottom: 1px solid #42366B;
}
@media(max-width: 640px) {
  .reason__item:not(:last-of-type) {
    margin-bottom: 4%+
  }
}
.reason__item-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reason__item-heading-num {
  height: 42px;
  display: flex;
  align-items: center;
}
.reason__item-heading-title {
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .reason__item-heading-title {
    font-size: 1.8rem;
  }
}
.reason__item-body {
  padding-block: 16px 32px;
}
@media(max-width: 640px) {
  .reason__item-body {
    padding-block: 4% 5%;
  }
}
.reason__item-body-visual {

}
.reason__item-body-lead {
  padding-block: 16px;
  padding-inline: 24px;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .reason__item-body-lead {
    padding-block: 4%;
    padding-inline: 4%;
    font-size: 1.4rem;
  }
}
.reason__item-body-lead-bold {
  font-weight: 500;
}
.reason__item-body-list {
  padding: 8px 19px 8px 11px;
  background: #EEF3F6;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media(max-width: 640px) {
  .reason__item-body-list {
    padding: 2%;
  }
}
.reason__item-body-list-item {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .reason__item-body-list-item {
    font-size: 1.4rem;
    gap: 8px;
  }
}
.reason__item-body-list-item::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(./img/reason-check.svg) no-repeat center center/cover;
}
.reason__item-body-list-item-num {
  font-size: 2.4rem;
}
@media(max-width: 640px) {
  .reason__item-body-list-item-num {
    font-size: 1.8rem;
  }
}

/* 250912 voice */
.voice {
  padding-block: 48px;
}
@media(max-width: 640px) {
  .voice {
    padding-block: 7%;
  }
}
.voice__items {
  padding-top: 40px;
  position: relative;
  overflow: visible;  
}
@media(max-width: 640px) {
  .voice__items {
    padding-top: 7%;
  }
}
.voice__item {
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.18), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@media(max-width: 640px) {
  .voice__item {
    padding: 4%;
  }
}
.voice__item-heading {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.voice__item-heading-icon {
  width: 59px;
  height: 59px;
  flex-shrink: 0;
}
.voice__item-heading-title {
  color: #374151;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .voice__item-heading-title {
    font-size: 1.4rem;
  }
}
.voice__item-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 16px;
  border-radius: 16px;
  background: var(--e-8-e-6-e-5, #E8E6E5);
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .voice__item-lead {
    padding: 4%;
    font-size: 1.4rem;
  }
}
.voice__item-banner {
  padding-top: 16px;
}
@media(max-width: 640px) {
  .voice__item-banner {
    padding-top: 4%;
  }
}

.voice__pagination.swiper-pagination{
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
@media(max-width: 640px) {
  .voice__pagination.swiper-pagination {
    margin-top: 2%;
  }
}
.voice__pagination .swiper-pagination-bullet{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 1
}
.voice__pagination .swiper-pagination-bullet-active{
  background: #42366B;
}

.voice__prev,
.voice__next{
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  border: none;
  background: none;
  cursor: pointer;
}
.voice__prev::after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background: url(./img/voice-prev.svg) no-repeat center center/cover;
}
.voice__next::after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background: url(./img/voice-next.svg) no-repeat center center/cover;
}
.voice__prev{
  left: 0;
}
.voice__next{
  right: 0;
}

.swiper-button-disabled{ visibility: hidden; }

.voice__item-banner img{ display:block; width:100%; height:auto; }

.voice__items .swiper-slide{
  opacity: 1;
  transition: opacity .2s ease;
}

.voice__items .swiper-slide:not(.swiper-slide-active){
  opacity: 0;
  pointer-events: none;
}

/* 250912 contact */
.contact {
  padding-block: 0 48px;
  background: #E8E6E5;
}
@media(max-width: 640px) {
  .contact {
    padding-block: 0 7%;
  }
}
.contact__tab {
  display: flex;
  justify-content: space-between;
  /* box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.25); */
}
.contact__tab-item {
  cursor: pointer;
  background: #FFF;
  width: 50%;
}
.contact__tab-item.is-active {
  background: #E8E6E5;
}

.contact__tab-item-heading {
  padding: 24px;
  opacity: 0.6;
  transition: 0.4s;
}
@media(max-width: 640px) {
  .contact__tab-item-heading {
    padding: 8%;
  }
}
@media(min-width: 1025px) {
  .contact__tab-item-heading:hover {
    opacity: 1;
    transition: 0.4s;
  }
}
.contact__tab-item.is-active .contact__tab-item-heading {
  opacity: 1;
}
.contact__tab-item-heading-num {
  color: var(--42366-b, #42366B);
  font-family: Montserrat;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .contact__tab-item-heading-num {
    font-size: 1.2rem;
  }
}
.contact__tab-item-heading-title {
  padding-top: 8px;
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .contact__tab-item-heading-title {
    font-size: 1.8rem;
  }
}
.contact__panel-item {
  display: none;
}
.contact__panel-item.is-active {
  display: block;
}
.contact .limited__button-notice {
  padding-bottom: 8px;
  color: var(--42366-b, #42366B);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .contact .limited__button-notice {
    font-size: 1.2rem;
  }
}
.contact .limited__button-notice span {
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .contact .limited__button-notice span {
    font-size: 1.4rem;
  }
}

/* 250912 company */
.company {
  padding-block: 48px;
}
@media(max-width: 640px) {
  .company {
    padding-block: 7%;
  }
}
.company__inner {
  padding-inline: 16px;
}
.company__info {
  padding-top: 40px;
}
@media(max-width: 640px) {
  .company__info {
    padding-top: 6%;
  }
}
.company__info-list {
  padding: 24px 16px;
  display: flex;
  align-items: center;
  gap: 80px;
  border-top: 1px solid #42366B;
}
@media(max-width: 640px) {
  .company__info-list {
    padding: 4%;
  }
}
.company__info-list:not(:last-of-type) {
}
.company__info-list-item {
  width: 60px;
  flex-shrink: 0;
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.company__info-list-value {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* 250912 main-cta */
.main-cta {
}
.main-cta__item-heading {
  height: 59px;
  background: #EEF3F6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-cta__item-heading-title {
  color: var(--42366-b, #42366B);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .main-cta__item-heading-title {
    font-size: 1.4rem;
  }
}
.main-cta__item-body {
  padding-block: 24px;
  display: flex;
  justify-content: center;
}
.main-cta .rank__item-button,
.main-cta .limited__button {
  width: 100%;
}
.main-cta .rank__item-button-link,
.main-cta .limited__button-link {
  max-width: 432px;
  width: 100%;
}
@media(max-width: 640px) {
  .main-cta__item-body {
    padding-block: 4%;
  }
}

.main-cta .rank__item-button,
.main-cta .limited__button {
  padding: 0;
}

.main-cta .limited__button-notice {
  padding-bottom: 8px;
  color: var(--42366-b, #42366B);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .main-cta .limited__button-notice {
    font-size: 1.2rem;
  }
}
.main-cta .limited__button-notice span {
  color: var(--42366-b, #42366B);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .main-cta .limited__button-notice span {
    font-size: 1.4rem;
  }
}
.main-cta .rank__item-button-link::after {
  content: '';
  display: block;
  background: url(./img/rank-arrow02.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

/* 250908 footer */
.footer {
  padding-block: 40px;
  background: #ECECEC;
}
@media(max-width: 1024px) {
  .footer {
    padding-block: 6% 30%;
  }
}
.footer__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}
.footer__item-logo {
  padding-inline: 20px;
  max-width: 265px;
  width: 100%;
}
@media(max-width: 1024px) {
  .footer__item-logo {
    padding-inline: 4%;
  }
}
.footer__item-copy {
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}