@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;
  letter-spacing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  position: relative;
  overflow-x: hidden;
}

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 {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #333;
  font-family: "Noto Serif JP", serif;
}

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

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

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

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

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

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

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

.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding: 8.125rem 2.5rem 0;
  width: 100%;
  max-width: 1280px;
}

@media screen and (max-width: 1024px) {
  .cmn-wrap {
    padding: 13% 4% 0;
  }
}

@media screen and (max-width: 640px) {
  .cmn-wrap {
    padding: 13% 1.5625rem 0;
  }
}

.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}

.cmn-wrap.--line {
  padding-top: 13.75rem;
}

@media screen and (max-width: 1024px) {
  .cmn-wrap.--line {
    padding-top: 22%;
  }
}

.cmn-wrap.--access {
  padding-top: 18.75rem;
}

@media screen and (max-width: 1024px) {
  .cmn-wrap.--access {
    padding-top: 30%;
  }
}

.cmn-wrap.--benefits {
  padding-top: 15.3125rem;
}

@media screen and (max-width: 1024px) {
  .cmn-wrap.--benefits {
    padding-top: 24%;
  }
}

.cmn-ttl {
  position: relative;
  margin-bottom: 3.125rem;
}

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

.cmn-ttl__st {
  position: relative;
  display: inline-block;
  padding-left: 7.8125rem;
}

@media screen and (max-width: 640px) {
  .cmn-ttl__st {
    padding-left: 5rem;
  }
}

.cmn-ttl__st::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5.125rem;
  aspect-ratio: 82/88;
  background: url(../../img/withmama/icon_ttl.png) no-repeat center center/cover;
}

@media screen and (max-width: 640px) {
  .cmn-ttl__st::before {
    width: 3.75rem;
  }
}

.cmn-ttl__st-en {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 2;
  color: #c2ab89;
}

@media screen and (max-width: 640px) {
  .cmn-ttl__st-en {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.cmn-ttl__st-jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  color: #c2ab89;
}

.cmn-ttl.--center {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .cmn-ttl.--center {
    text-align: left;
  }
}

.cmn-ttl.--line {
  margin-bottom: 2.1875rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #122;
}

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

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  line-height: 1;
  background: #6bb7a0;
  transition: all 0.4s;
  z-index: 1000;
}

.hd-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding-inline: 2.5rem;
  width: 100%;
  height: 100%;
}

.hd-nav {
  margin-right: 5rem;
}

@media screen and (max-width: 1240px) {
  .hd-nav {
    margin-right: 0;
  }
}

.hd-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 2rem;
  gap: min(1.9512195122vw, 2rem);
}

.hd-nav__item {
  text-align: center;
}

.hd-nav__link {
  display: block;
  position: relative;
}

.hd-nav__link-st {
  display: block;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  font-size: min(1.3658536585vw, 1rem);
}

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

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

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

.hd-nav__info {
  display: none;
}

.hd-phone {
  display: none;
}

.hd-toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .hd {
    height: 4rem;
    background: #6bb7a0;
  }

  .hd-cnt {
    padding-inline: 1.0625rem;
  }

  .hd-name {
    padding-left: 0.4375rem;
    width: 6.875rem;
    z-index: 1001;
  }

  .hd-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.125rem;
  }

  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 100%;
    margin-top: 4rem;
    padding-top: 3.4375rem;
    width: 100%;
    height: calc(100svh - 4rem);
    background: linear-gradient(rgba(98, 116, 119, 0.4), rgba(98, 116, 119, 0.4)), rgba(107, 183, 160, 0.6);
    overflow-y: scroll;
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    visibility: hidden;
    z-index: 1000;
  }

  .hd-nav__list {
    display: block;
    margin-bottom: 0.9375rem;
  }

  .hd-nav__item {
    padding: 0;
    line-height: 1;
  }

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

  .hd-nav__link-st {
    font-weight: 600;
    font-size: 1rem;
  }

  .hd-nav__info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.9375rem;
  }

  .hd-nav__name {
    width: 8.4375rem;
  }

  .hd-nav__phone {
    padding: 0.25rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .hd-nav__phone-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
  }

  .hd-nav__phone-icon {
    display: flex;
    align-items: center;
  }

  .hd-nav__phone-st {
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
    color: #fff;
  }

  .hd-nav__time {
    margin-bottom: 0.625rem;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.86;
    text-align: center;
    color: #fff;
  }

  .hd-phone {
    display: block;
    z-index: 1001;
  }

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

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

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

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

  .hd-toggle span:nth-child(2) {
    top: 8px;
  }

  .hd-toggle span:nth-child(3) {
    position: relative;
    top: 16px;
  }
}

@media screen and (max-width: 640px) {
  .hd {
    height: 3.125rem;
  }

  .hd .hd-nav {
    margin-top: 3.125rem;
    height: calc(100svh - 115px);
  }
}

.hd.fixed {
  background: rgba(107, 183, 160, 0.5);
  backdrop-filter: blur(10px);
}

.hd.open .sp-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition: transform 0.4s, opacity 0.4s;
  visibility: visible;
}

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

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

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

.banner {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 1.5%;
  width: min(13.59375vw, 10.875rem);
  aspect-ratio: 174/206;
  z-index: 1001;
}

@media screen and (max-width: 1024px) {
  .banner {
    width: 9.375rem;
  }
}

@media screen and (max-width: 640px) {
  .banner {
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 375/79;
  }
}

.ft {
  background: #6bb7a0;
}

.ft-inr {
  position: relative;
  margin: 0 auto;
  padding: 3.4375rem 2.5rem 4.375rem;
  width: 100%;
  max-width: 1280px;
}

@media screen and (max-width: 1024px) {
  .ft-inr {
    padding: 5% 4% 7%;
  }
}

@media screen and (max-width: 640px) {
  .ft-inr {
    padding: 5% 4% 30%;
  }
}

.ft-pagetop {
  text-align: center;
  margin-bottom: 3.125rem;
}

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

.ft-pagetop__link {
  position: relative;
}

.ft-nav {
  margin-bottom: 2.1875rem;
}

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

.ft-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .ft-nav__list {
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .ft-nav__list {
    gap: 1.25rem;
  }
}

.ft-nav__item {
  text-align: center;
}

.ft-nav__link {
  position: relative;
  display: block;
}

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

@media screen and (min-width: 1025px) {
  .ft-nav__link:hover {
    opacity: 1;
  }

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

.ft-nav__st {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
}

.ft-name {
  text-align: center;
}

.cta {
  position: relative;
}

.cta-link {
  transition: 0.4s;
}

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

@media screen and (max-width: 640px) {
  .cta-ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 26% 50%;
  }
}

.mv {
  margin-top: 4.5rem;
}

@media screen and (max-width: 1024px) {
  .mv {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 640px) {
  .mv {
    margin-top: 3.125rem;
    height: calc(100svh - 3.125rem - 20vw);
  }
}

.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  aspect-ratio: 2800/187;
  background: url(../../img/withmama/bg_nami-up_mv.png) no-repeat center right/cover;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .mv::before {
    aspect-ratio: 750/85;
    background: url(../../img/withmama/bg_nami-up_mv_sp.png) no-repeat center right/cover;
  }
}

.mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  aspect-ratio: 2800/185;
  background: url(../../img/withmama/bg_nami-down_mv.png) no-repeat center left/cover;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .mv::after {
    aspect-ratio: 750/85;
    background: url(../../img/withmama/bg_nami-down_mv_sp.png) no-repeat center left/cover;
  }
}

.mv-ttl {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 2.5rem;
  width: 100%;
  max-width: 1280px;
  font-weight: 600;
  font-size: min(3.359375vw, 2.6875rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-indent: -0.5em;
  color: #fff;
  text-shadow: 3px 3px 3px #6bb7a0;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .mv-ttl {
    top: auto;
    bottom: 7%;
    padding-inline: calc(4% + 0.5em);
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .mv-ttl {
    bottom: 15vw;
    font-size: 1.625rem;
    text-align: right;
  }
}

.mv-catch {
  position: absolute;
  bottom: 8.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .mv-catch {
    top: 3%;
    left: 0;
    transform: none;
    padding-inline: 4%;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .mv-catch {
    top: 6%;
  }
}

.mv-catch__st {
  font-weight: bold;
  font-size: min(4.375vw, 3.5rem);
  letter-spacing: 0.08em;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .mv-catch__st {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  .mv-catch__st {
    font-size: 1.625rem;
  }
}

.mv-catch__st strong {
  font-weight: bold;
  font-size: min(7.109375vw, 5.6875rem);
}

@media screen and (max-width: 1024px) {
  .mv-catch__st strong {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 640px) {
  .mv-catch__st strong {
    font-size: 2.625rem;
  }
}

.mv-ph {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .mv-ph {
    height: calc(100svh - 3.125rem - 20vw);
  }
}

.mv-slide__item {
  height: calc(100svh - 4.5rem);
}

@media screen and (max-width: 1024px) {
  .mv-slide__item {
    height: calc(100svh - 4rem);
  }
}

@media screen and (max-width: 640px) {
  .mv-slide__item {
    height: calc(100svh - 3.125rem - 20vw);
  }
}

.mv-slide__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.mv-scroll {
  position: absolute;
  bottom: 2%;
  left: 10%;
}

@media screen and (max-width: 1024px) {
  .mv-scroll {
    display: none;
  }
}

.mv-scroll span {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #627477;
  z-index: 3;
}

.mv-scroll span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5625rem;
  transform: translateY(-50%);
  width: 1.125rem;
  aspect-ratio: 1/1;
  background: url(../../img/withmama/icon_arrow.svg) no-repeat center center/cover;
}

@media screen and (max-width: 640px) {
  .catch img {
    width: auto;
    height: 37.3333333333vw;
    object-fit: cover;
  }
}

.concept {
  background: url(../../img/withmama/bg_nami-up.png) no-repeat right top/100% auto, url(../../img/withmama/bg_nami-down.png) no-repeat left bottom/100% auto;
}

@media screen and (max-width: 1024px) {
  .concept {
    background: url(../../img/withmama/bg_nami-up.png) no-repeat center top/auto 90px, url(../../img/withmama/bg_nami-down.png) no-repeat center bottom/auto 90px;
  }
}

@media screen and (max-width: 640px) {
  .concept {
    background: url(../../img/withmama/bg_nami-up_sp.png) no-repeat center top/100% auto, url(../../img/withmama/bg_nami-down_sp.png) no-repeat center bottom/100% auto;
  }
}

.concept .cmn-wrap {
  padding-bottom: 18.75rem;
}

@media screen and (max-width: 1024px) {
  .concept .cmn-wrap {
    padding-bottom: 30%;
  }
}

.concept-ttl {
  width: 100%;
  margin-bottom: 5.625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: min(3.4375vw, 2.75rem);
  letter-spacing: 0.1em;
  line-height: 1.77;
  text-align: center;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .concept-ttl {
    margin-bottom: 3%;
    font-size: 1.625rem;
    order: 2;
  }
}

@media screen and (max-width: 640px) {
  .concept-ttl {
    font-size: 1.4375rem;
    text-align: left;
  }
}

.concept-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .concept-box {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.concept-info {
  padding-top: 0.625rem;
  width: calc(50% - 4.0625rem);
}

@media screen and (max-width: 1024px) {
  .concept-info {
    padding-top: 0;
    width: 100%;
    order: 2;
  }
}

.concept-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.33;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .concept-txt {
    line-height: 2.28;
  }
}

@media screen and (max-width: 640px) {
  .concept-txt {
    font-size: 0.9375rem;
  }
}

.concept-ph {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .concept-ph {
    margin-bottom: 3%;
    width: 100%;
    order: 1;
  }
}

.concept-ph img {
  width: 100%;
}

/* .property {
  background: url(../../img/withmama/bg_nami-up.png) no-repeat right top/100% auto;
}

@media screen and (max-width: 1024px) {
  .property {
    background: url(../../img/withmama/bg_nami-up.png) no-repeat center top/auto 90px;
  }
}

@media screen and (max-width: 640px) {
  .property {
    background: url(../../img/withmama/bg_nami-up_sp.png) no-repeat center top/100% auto;
  }
} */

.property-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8.4375rem;
}

@media screen and (max-width: 1024px) {
  .property-block {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 13%;
  }
}

.property-info {
  width: calc(50% - 120px);
}

@media screen and (max-width: 1024px) {
  .property-info {
    width: 100%;
  }
}

.property-ttl {
  margin-bottom: 3.125rem;
  font-weight: bold;
  font-size: min(2.03125vw, 1.625rem);
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .property-ttl {
    margin-bottom: 5%;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 640px) {
  .property-ttl {
    font-size: 1.25rem;
  }
}

.property-txt {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.6;
  text-align: left;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .property-txt {
    line-height: 2.28;
  }
}

.property-ph {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .property-ph {
    width: 100%;
  }
}

.property-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3.125rem;
}

@media screen and (max-width: 640px) {
  .property-tab__list {
    gap: 0;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .property-tab__list {
    margin-inline: -1.5625rem;
  }
}

.property-tab__item {
  width: calc(50% - 3.125rem);
}

@media screen and (max-width: 640px) {
  .property-tab__item {
    width: 50%;
  }
}

.property-tab__btn {
  display: flex;
  align-items: flex-end;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  opacity: 0.8;
  transition: 0.4s;
  cursor: pointer;
}

.property-tab__btn.active {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .property-tab__btn:hover {
    opacity: 1;
  }
}

.property-tab__btn img {
  width: 100%;
}

.property-content {
  display: none;
  margin-inline: calc((100% - 100vw) / 2);
  padding-block: 2.5rem 1.875rem;
}

@media screen and (max-width: 1024px) {
  .property-content {
    padding-block: 4%;
  }
}

.property-content__slide {
  margin-bottom: 2.1875rem;
}

@media screen and (max-width: 1024px) {
  .property-content__slide {
    margin-bottom: 3%;
  }
}

.property-content__slide-inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-inline: 1.5rem;
  border-right: 1px solid #6bb7a0;
}

@media screen and (max-width: 640px) {
  .property-content__slide-inr {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.property-content__slide-info {
  padding-top: 1.25rem;
  width: calc(50% - 0.75rem);
}

@media screen and (max-width: 1024px) {
  .property-content__slide-info {
    padding-top: 2%;
  }
}

@media screen and (max-width: 640px) {
  .property-content__slide-info {
    width: 100%;
  }
}

.property-content__slide-num {
  position: relative;
  margin-bottom: 0.9375rem;
  font-weight: bold;
  font-size: 1.9375rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #c1b5a3;
}

@media screen and (max-width: 1024px) {
  .property-content__slide-num {
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 640px) {
  .property-content__slide-num {
    font-size: 1.25rem;
  }
}

.property-content__slide-num small {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #c1b5a3;
}

@media screen and (max-width: 640px) {
  .property-content__slide-num small {
    font-size: 1rem;
  }
}

.property-content__slide-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.75rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .property-content__slide-num::before {
    width: 3.125rem;
  }
}

.property-content__slide-price {
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  line-height: 2.67;
  text-align: center;
  color: #627477;
}

@media screen and (max-width: 640px) {
  .property-content__slide-price {
    font-size: 1.25rem;
  }
}

.property-content__slide-note {
  margin: 0 auto 1.0625rem;
  padding-block: 0.5rem;
  max-width: 200px;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  color: #627477;
}

@media screen and (max-width: 1024px) {
  .property-content__slide-note {
    margin-bottom: 1%;
  }
}

.property-content__slide-data {
  margin-bottom: 1.6875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2.2;
  text-align: left;
  color: #627477;
}

@media screen and (max-width: 1024px) {
  .property-content__slide-data {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .property-content__slide-data {
    font-size: 0.875rem;
    text-align: center;
  }
}

.property-content__slide-btn {
  margin: 0 auto;
  max-width: 10.9375rem;
}

.property-content__slide-ph {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .property-content__slide-ph {
    margin: 0 auto;
    width: 80%;
  }
}

.property-content__nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2.1875rem;
  width: calc(100% - 80px);
  max-width: 75rem;
  background-image: linear-gradient(to right, #332f2b 11px, transparent 1px);
  background-size: 18px 1px;
  background-repeat: repeat-x;
  background-position: left center;
}

@media screen and (max-width: 1024px) {
  .property-content__nav {
    margin-bottom: 3%;
    width: 92%;
  }
}

@media screen and (max-width: 640px) {
  .property-content__nav {
    width: calc(100% - 50px);
  }
}

.property-content__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: 9.0625rem;
  background: #f7f4ec;
}

.property-content__nav-prev,
.property-content__nav-next {
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {

  .property-content__nav-prev:hover,
  .property-content__nav-next:hover {
    opacity: 0.5;
  }
}

.property-content:nth-child(1) {
  background: rgba(155, 229, 192, 0.4);
}

.property-content:nth-child(1) .property-content__slide-num {
  color: #6bb7a0;
}

.property-content:nth-child(1) .property-content__slide-num small {
  color: #6bb7a0;
}

.property-content:nth-child(1) .property-content__nav-list {
  background: #d7f5e6;
}

.property-content:nth-child(1) .property-overview__ttl {
  background: #6bb7a0;
  border: 1px solid #6bb7a0;
}

.property-content:nth-child(2) {
  background: rgba(245, 241, 231, 0.8);
}

.property-overview {
  margin: 0 auto;
  padding-inline: 2.5rem;
  max-width: 80rem;
}

@media screen and (max-width: 1024px) {
  .property-overview {
    padding-inline: 4%;
  }
}

@media screen and (max-width: 640px) {
  .property-overview {
    padding-inline: 1.5625rem;
  }
}

.property-overview__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.property-overview__btn.selected .property-overview__ttl-icon img {
  transform: rotate(0);
}

.property-overview__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 340px;
  height: 3.125rem;
  background: #c1b5a3;
  border: 1px solid #c2ab89;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .property-overview__ttl {
    width: 16.25rem;
  }
}

.property-overview__ttl-st {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
}

.property-overview__ttl-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.property-overview__ttl-icon img {
  transform: rotate(180deg);
  transition: 0.4s;
}

.property-overview__content {
  display: none;
  padding-block: 1.875rem 0;
}

.property-overview__content-st {
  margin-bottom: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.63;
  color: #332f2b;
}

.property-overview__content-note {
  margin-bottom: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.63;
  color: #332f2b;
}

.property-overview__close {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.property-overview__close-st {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.22;
  color: #332f2b;
}

.property-overview__close-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.property-modal__item {
  position: relative;
  margin: 0 auto;
  padding: 3.75rem 4.0625rem;
  max-width: 1200px;
  width: 90%;
  min-height: 618px;
  max-height: 90vh;
  background: #ebfaf3;
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
  .property-modal__item {
    padding: 6%;
  }
}

@media screen and (max-width: 640px) {
  .property-modal__item {
    padding: 12% 5% 6%;
    min-height: 80vh;
  }
}

.property-modal__item.--west {
  background: #ebfaf3;
}

.property-modal__item.--west .property-modal__num::before {
  background: #6bb7a0;
}

.property-modal__item.--west .property-modal__btn-link {
  background: #6bb7a0;
}

.property-modal__item.--east {
  background: #faf8f2;
}

.property-modal__item.--east .property-modal__num::before {
  background: #c1b5a3;
}

.property-modal__item.--east .property-modal__btn-link {
  background: #c1b5a3;
}

.property-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 1024px) {
  .property-modal__head {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .property-modal__head {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.property-modal__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5625rem;
}

.property-modal__area {
  font-weight: bold;
  font-size: 3.0625rem;
  letter-spacing: 0.08em;
  line-height: 2.18;
  text-align: center;
  color: #627477;
}

@media screen and (max-width: 1024px) {
  .property-modal__area {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 640px) {
  .property-modal__area {
    font-size: 1.625rem;
  }
}

.property-modal__num {
  position: relative;
  margin-bottom: 0.9375rem;
  font-weight: bold;
  font-size: 1.9375rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .property-modal__num {
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 640px) {
  .property-modal__num {
    font-size: 1.25rem;
  }
}

.property-modal__num small {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .property-modal__num small {
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .property-modal__num small {
    font-size: 0.875rem;
  }
}

.property-modal__num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.75rem;
  aspect-ratio: 1/1;
  background: #6bb7a0;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .property-modal__num::before {
    width: 3.125rem;
  }
}

.property-modal__price {
  font-weight: bold;
  font-size: 2.625rem;
  letter-spacing: 0.08em;
  line-height: 1.14;
  color: #958c7f;
}

@media screen and (max-width: 1024px) {
  .property-modal__price {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .property-modal__price {
    font-size: 1.25rem;
  }
}

.property-modal__price small {
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
  color: #958c7f;
}

@media screen and (max-width: 1024px) {
  .property-modal__price small {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .property-modal__price small {
    font-size: 1.125rem;
  }
}

.property-modal__detail {
  padding: 4.25rem 4.375rem;
  border-radius: 2.5rem;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .property-modal__detail {
    padding: 6% 7%;
    border-radius: 1.5625rem;
  }
}

@media screen and (max-width: 640px) {
  .property-modal__detail {
    padding: 6% 5%;
    border-radius: 0.9375rem;
  }
}

.property-modal__ph {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 640px) {
  .property-modal__ph {
    margin-bottom: 6%;
  }
}

.property-modal__ph-main {
  width: calc((100% - 1.1875rem) * 2 / 3);
}

@media screen and (max-width: 640px) {
  .property-modal__ph-main {
    width: calc((100% - 0.5rem) * 2 / 3);
  }
}

.property-modal__ph-main img {
  width: 100%;
  height: 100%;
}

.property-modal__ph-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 1.1875rem;
  width: calc((100% - 1.1875rem) * 1 / 3);
}

@media screen and (max-width: 640px) {
  .property-modal__ph-sub {
    gap: 0.5rem;
    width: calc((100% - 0.5rem) * 1 / 3);
  }
}

.property-modal__ph-sub img {
  width: 100%;
  height: 100%;
}

.property-modal__layout {
  margin-bottom: 4.6875rem;
}

@media screen and (max-width: 1024px) {
  .property-modal__layout {
    margin-bottom: 7%;
  }
}

.property-modal__btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  max-width: 21.25rem;
}

.property-modal__btn-item {
  width: calc((100% - 1rem) / 2);
  height: 50px;
}

.property-modal__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  height: 100%;
  background: #6bb7a0;
}

.property-modal__btn-txt {
  font-size: 1.125rem;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .property-modal__btn-txt {
    font-size: 0.9375rem;
  }
}

.mfp-close-btn-in .mfp-close {
  top: 1%;
  right: 1%;
  width: 25px;
  height: 25px;
  line-height: 27px;
  background: #000;
  border-radius: 50%;
  font-size: 1.125rem;
  color: #fff;
}

/* modelhouse */
.modelhouse {
  background: url(../../img/withmama/bg_nami-up.png) no-repeat right top/100% auto;
}

@media screen and (max-width: 1024px) {
  .modelhouse {
    background: url(../../img/withmama/bg_nami-up.png) no-repeat center top/auto 90px;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse {
    background: url(../../img/withmama/bg_nami-up_sp.png) no-repeat center top/100% auto;
  }
}

.modelhouse-catch {
  margin-bottom: 3.4375rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: min(3.4375vw, 2.75rem);
  letter-spacing: 0.1em;
  line-height: 1.77;
  text-align: center;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .modelhouse-catch {
    margin-bottom: 5%;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-catch {
    font-size: 1.4375rem;
  }
}

.modelhouse-txt {
  margin: 0 auto 4.6875rem;
  max-width: 535px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.6;
  text-align: left;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .modelhouse-txt {
    margin-bottom: 7%;
    line-height: 2.28;
  }
}

.modelhouse-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 5rem;
  height: min(46.5625vw, 37.25rem);
}

@media screen and (max-width: 1024px) {
  .modelhouse-slide {
    margin-bottom: 8%;
    height: 22.5rem;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-slide {
    flex-direction: column;
    gap: 0.625rem;
    height: auto;
  }
}

.modelhouse-slide__main {
  margin: 0;
  width: 88%;
}

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

.modelhouse-slide__main-item {
  height: min(46.5625vw, 37.25rem);
  background: #faf9f5;
  border-radius: 0.3125rem;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .modelhouse-slide__main-item {
    height: 22.5rem;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-slide__main-item {
    width: 100%;
    height: 13.125rem;
  }
}

.modelhouse-slide__main img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .modelhouse-slide__main img {
    width: 100%;
  }
}

.modelhouse-slide__main .modelhouse-ph__modal {
  bottom: 3%;
  right: 2%;
}

.modelhouse-slide__thumbs {
  margin: 0;
  width: calc(30% - 1.25rem);
  max-height: 100%;
  overflow-y: auto;
}

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

.modelhouse-slide__thumbs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 0.875rem;
  height: auto;
}

@media screen and (max-width: 640px) {
  .modelhouse-slide__thumbs-list {
    flex-wrap: nowrap;
    gap: 0.625rem;
    width: 100%;
  }
}

.modelhouse-slide__thumbs-item {
  margin: 0 !important;
  border-radius: 0.3125rem;
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .modelhouse-slide__thumbs-item {
    width: calc((100% - 0.875rem) / 2) !important;
    aspect-ratio: 136/143;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-slide__thumbs-item {
    height: 5.125rem;
  }
}

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

.modelhouse .swiper-button-prev,
.modelhouse .swiper-button-next {
  width: 4rem;
  height: 4rem;
}

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

  .modelhouse .swiper-button-prev,
  .modelhouse .swiper-button-next {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.modelhouse .swiper-button-prev::after,
.modelhouse .swiper-button-prev::after,
.modelhouse .swiper-button-next::after,
.modelhouse .swiper-button-next::after {
  content: "";
  margin: auto;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.66;
  transition: 0.4s;
}

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

  .modelhouse .swiper-button-prev::after,
  .modelhouse .swiper-button-prev::after,
  .modelhouse .swiper-button-next::after,
  .modelhouse .swiper-button-next::after {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.modelhouse .swiper-button-prev img,
.modelhouse .swiper-button-next img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1025px) {

  .modelhouse .swiper-button-prev:hover::after,
  .modelhouse .swiper-button-next:hover::after {
    opacity: 1;
  }
}

.modelhouse .swiper-button-prev::after {
  background-image: url(../../img/withmama/icon_prev2.svg);
}

.modelhouse .swiper-button-next::after {
  background-image: url(../../img/withmama/icon_next2.svg);
}

.modelhouse-point {
  position: relative;
}

.modelhouse-point::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-inline: calc((100% - 100vw) / 2);
  width: calc(100% + 100vw - 100%);
  height: 110.5%;
  z-index: -1;
  background: url(../../img/withmama/bg_modelhouse.jpg) no-repeat top center/cover;
}

@media screen and (min-width: 1440px) {
  .modelhouse-point::before {
    background: url(../../img/withmama/bg_modelhouse.jpg) no-repeat top center/100% 100%;
  }
}

@media screen and (max-width: 1024px) {
  .modelhouse-point::before {
    height: 106%;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-point::before {
    height: 105%;
  }
}

.modelhouse-point__ttl {
  margin-bottom: 17.5rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .modelhouse-point__ttl {
    margin-bottom: 28%;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-point__ttl {
    margin-bottom: 30%;
  }

  .modelhouse-point__ttl img {
    height: 10vw;
  }
}

.modelhouse-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  padding: 3.875rem 2.8125rem 3.875rem 3.5625rem;
}

@media screen and (max-width: 1024px) {
  .modelhouse-box {
    flex-direction: column-reverse;
    gap: 1.25rem;
    margin-bottom: 4%;
    padding: 6% 5%;
  }
}

.modelhouse-ph {
  position: relative;
  /* width: 59%; */
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .modelhouse-ph {
    width: 100%;
  }
}

.modelhouse-ph__modal {
  position: absolute;
  bottom: 10%;
  right: 5%;
  opacity: 0.79;
  transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .modelhouse-ph__modal {
    width: min(8vw, 3.125rem);
    aspect-ratio: 1/1;
  }
}

@media screen and (min-width: 1025px) {
  .modelhouse-ph__modal:hover {
    opacity: 1;
  }
}

.modelhouse-info {
  width: 37%;
}

@media screen and (max-width: 1024px) {
  .modelhouse-info {
    width: 100%;
  }
}

.modelhouse-price {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .modelhouse-price {
    margin-bottom: 2%;
  }
}

.modelhouse-price__ttl {
  margin: 0 auto;
  width: 15.125rem;
  height: 2.6875rem;
  border-radius: 21.5px;
  background: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 2.6875rem;
  text-align: center;
  color: #6bb7a0;
}

.modelhouse-price__txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: min(6.40625vw, 5.125rem);
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .modelhouse-price__txt {
    font-size: 4.6875rem;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-price__txt {
    font-size: 3.125rem;
  }
}

.modelhouse-price__txt small {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: min(3.828125vw, 3.0625rem);
  letter-spacing: 0.08em;
  line-height: 121px;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .modelhouse-price__txt small {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-price__txt small {
    font-size: 1.5rem;
  }
}

.modelhouse-note {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.6;
  text-align: left;
  color: #627477;
}

@media screen and (max-width: 1024px) {
  .modelhouse-note {
    line-height: 2.28;
  }
}

.modelhouse-detail {
  padding-top: 5.125rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 1024px) {
  .modelhouse-detail {
    padding-top: 0;
  }
}

.modelhouse-detail__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7.5rem;
  margin-bottom: 10.625rem;
}

@media screen and (max-width: 1240px) {
  .modelhouse-detail__box {
    gap: min(9.756097561vw, 8.75rem);
  }
}

@media screen and (max-width: 1024px) {
  .modelhouse-detail__box {
    flex-direction: column;
    gap: 3.125rem;
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-detail__box {
    gap: 1.25rem;
  }
}

.modelhouse-detail__box.--reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .modelhouse-detail__box.--reverse {
    flex-direction: column;
  }
}

.modelhouse-detail__box.--reverse .modelhouse-content__info {
  padding-right: 8%;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .modelhouse-detail__box.--reverse .modelhouse-content__info {
    padding-right: 0;
    width: 100%;
  }
}

.modelhouse-detail__box.--reverse .modelhouse-content__ph {
  width: calc(50% - 5rem);
}

@media screen and (max-width: 1024px) {
  .modelhouse-detail__box.--reverse .modelhouse-content__ph {
    width: 100%;
  }
}

.modelhouse-detail__info {
  width: calc(50% - 7.5rem);
}

@media screen and (max-width: 1240px) {
  .modelhouse-detail__info {
    width: calc(50% - min(7.8048780488vw, 8.75rem));
  }
}

@media screen and (max-width: 1024px) {
  .modelhouse-detail__info {
    width: 100%;
  }
}

.modelhouse-detail__ttl {
  margin-bottom: min(2.734375vw, 2.1875rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: min(2.5vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #627477;
}

@media screen and (max-width: 1024px) {
  .modelhouse-detail__ttl {
    margin-bottom: 3%;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-detail__ttl {
    font-size: 1.375rem;
  }
}

.modelhouse-detail__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.33;
  color: #627477;
}

@media screen and (max-width: 1024px) {
  .modelhouse-detail__txt {
    font-size: 1rem;
    line-height: 2.28;
  }
}

@media screen and (max-width: 640px) {
  .modelhouse-detail__txt {
    font-size: 0.9375rem;
  }
}

.modelhouse-detail__txt:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .modelhouse-detail__txt:not(:last-child) {
    margin-bottom: 3%;
  }
}

.modelhouse-detail__ph {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .modelhouse-detail__ph {
    width: 100%;
  }
}

.features {
  background: url(../../img/withmama/bg_nami-down.png) no-repeat left bottom/100% auto;
}

@media screen and (max-width: 1024px) {
  .features {
    background: url(../../img/withmama/bg_nami-down.png) no-repeat center bottom/auto 90px;
  }
}

@media screen and (max-width: 640px) {
  .features {
    background: url(../../img/withmama/bg_nami-down_sp.png) no-repeat center bottom/100% auto;
  }
}

.features .cmn-wrap {
  padding-bottom: 16.25rem;
}

@media screen and (max-width: 1024px) {
  .features .cmn-wrap {
    padding-bottom: 26%;
  }
}

.features-catch {
  margin-bottom: 7.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: min(3.4375vw, 2.75rem);
  letter-spacing: 0.1em;
  line-height: 1.77;
  text-align: center;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .features-catch {
    margin-bottom: 12%;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 640px) {
  .features-catch {
    font-size: 1.4375rem;
  }
}

.features-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .features-box {
    flex-direction: column;
  }
}

.features-box.--reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .features-box.--reverse {
    flex-direction: column;
  }
}

.features-box.--reverse .features-info {
  width: calc(50% - min(8.59375vw, 6.875rem));
}

@media screen and (max-width: 640px) {
  .features-box.--reverse .features-info {
    width: 100%;
  }
}

.features-box.--reverse .features-head {
  margin-left: -3em;
}

@media screen and (max-width: 640px) {
  .features-box.--reverse .features-head {
    margin-left: 0;
  }
}

.features-box.--reverse .features-ph {
  margin-left: calc((100% - 100vw) / 2);
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .features-box.--reverse .features-ph {
    margin-left: 0;
  }
}

.features-box:first-child {
  margin-top: 3.125rem;
}

@media screen and (max-width: 1024px) {
  .features-box:first-child {
    margin-top: 5%;
  }
}

.features-box:not(:last-child) {
  margin-bottom: 9.0625rem;
}

@media screen and (max-width: 1024px) {
  .features-box:not(:last-child) {
    margin-bottom: 14%;
  }
}

.features-info {
  width: calc(50% - min(4.296875vw, 3.4375rem));
}

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

.features-head {
  margin-bottom: 4.375rem;
  margin-left: -1.5em;
}

@media screen and (max-width: 1024px) {
  .features-head {
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 640px) {
  .features-head {
    margin-left: 0;
    width: 85%;
    max-width: 20rem;
  }

  .features-head img {
    height: 12vw;
  }
}

.features-subttl {
  margin-bottom: 3.125rem;
  font-weight: bold;
  font-size: min(2.03125vw, 1.625rem);
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .features-subttl {
    margin-bottom: 5%;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 640px) {
  .features-subttl {
    font-size: 1.25rem;
  }
}

.features-txt {
  max-width: 30.125rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.6;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .features-txt {
    line-height: 2.28;
  }
}

.features-ph {
  margin-right: calc((100% - 100vw) / 2);
  padding-top: 1.5625rem;
  width: calc(50% + (100vw - 100%) / 2);
}

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

.charm {
  background: url(../../img/withmama/bg_nami-up.png) no-repeat right top/100% auto;
}

@media screen and (max-width: 1024px) {
  .charm {
    background: url(../../img/withmama/bg_nami-up.png) no-repeat center top/auto 90px;
  }
}

@media screen and (max-width: 640px) {
  .charm {
    background: url(../../img/withmama/bg_nami-up_sp.png) no-repeat center top/100% auto;
  }
}

.charm .cmn-wrap {
  padding-bottom: 0;
}

.charm-ttl {
  margin-bottom: 3.75rem;
  text-align: center;
}

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

@media screen and (max-width: 640px) {
  .charm-ttl img {
    height: 10vw;
  }
}

@media screen and (min-width: 1680px) {
  .charm-tab {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

.charm-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.4375rem;
  margin: 0 auto max(8.3333333333vw, 7.5rem);
}

@media screen and (min-width: 1680px) {
  .charm-tab__list {
    justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) {
  .charm-tab__list {
    gap: 0.9375rem;
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 640px) {
  .charm-tab__list {
    gap: 0.5rem;
  }
}

.charm-tab__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 4.3125rem) / 4);
}

@media screen and (min-width: 1680px) {
  .charm-tab__item {
    width: 17.8125rem;
  }
}

@media screen and (max-width: 1024px) {
  .charm-tab__item {
    width: calc((100% - 2.8125rem) / 4);
  }
}

@media screen and (max-width: 640px) {
  .charm-tab__item {
    width: calc((100% - 1rem) / 2);
  }
}

.charm-tab__btn {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  opacity: 0.4;
  transition: 0.4s;
  cursor: pointer;
}

.charm-tab__btn.active {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .charm-tab__btn:hover {
    opacity: 1;
  }
}

.charm-tab__btn img {
  width: 100%;
}

.charm-content {
  display: none;
  position: relative;
  padding-top: min(6.40625vw, 5.125rem);
  padding-bottom: min(6.640625vw, 8.5rem);
}

@media screen and (max-width: 1024px) {
  .charm-content {
    padding-block: 10% 8%;
  }
}

.charm-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-inline: calc((100% - 100vw) / 2);
  width: calc(100% + 100vw - 100%);
  height: 120%;
  z-index: -1;
}

.charm-content__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6.25rem;
}

@media screen and (max-width: 1024px) {
  .charm-content__box {
    flex-direction: column;
    gap: 1.875rem;
  }
}

@media screen and (max-width: 640px) {
  .charm-content__box {
    gap: 2.5rem;
  }
}

.charm-content__box.--reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .charm-content__box.--reverse {
    flex-direction: column;
  }
}

.charm-content__box.--reverse .modelhouse-content__info {
  padding-right: 8%;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .charm-content__box.--reverse .modelhouse-content__info {
    padding-right: 0;
    width: 100%;
  }
}

.charm-content__box.--reverse .modelhouse-content__ph {
  width: calc(50% - 5rem);
}

@media screen and (max-width: 1024px) {
  .charm-content__box.--reverse .modelhouse-content__ph {
    width: 100%;
  }
}

.charm-content__info {
  width: calc(47% - 6.25rem);
}

@media screen and (max-width: 1024px) {
  .charm-content__info {
    width: 100%;
  }
}

.charm-content__ttl {
  margin-bottom: min(2.34375vw, 1.875rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: min(2.5vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #627477;
}

@media screen and (max-width: 1024px) {
  .charm-content__ttl {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .charm-content__ttl {
    font-size: 1.375rem;
  }
}

.charm-content__txt {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.6;
  color: #627477;
}

@media screen and (max-width: 1024px) {
  .charm-content__txt {
    line-height: 2.28;
  }
}

.charm-content__txt:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .charm-content__txt:not(:last-child) {
    margin-bottom: 3%;
  }
}

.charm-content__ph {
  width: 53%;
}

@media screen and (max-width: 1024px) {
  .charm-content__ph {
    width: 100%;
  }
}

.charm-content:nth-child(1)::before {
  background: url(../../img/withmama/bg_charm01.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 1440px) {
  .charm-content:nth-child(1)::before {
    background: url(../../img/withmama/bg_charm01.jpg) no-repeat center center/100% 100%;
  }
}

@media screen and (max-width: 1240px) {
  .charm-content:nth-child(1)::before {
    background: url(../../img/withmama/bg_charm01.jpg) no-repeat left 30% center/cover;
  }
}

@media screen and (max-width: 1024px) {
  .charm-content:nth-child(1)::before {
    background: url(../../img/withmama/bg_charm_sp.jpg) no-repeat center bottom/115% 88%;
  }
}

.charm-content:nth-child(2)::before {
  background: url(../../img/withmama/bg_charm02.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 1440px) {
  .charm-content:nth-child(2)::before {
    background: url(../../img/withmama/bg_charm02.jpg) no-repeat center center/100% 100%;
  }
}

@media screen and (max-width: 1240px) {
  .charm-content:nth-child(2)::before {
    background: url(../../img/withmama/bg_charm02.jpg) no-repeat left 42% center/cover;
  }
}

@media screen and (max-width: 1024px) {
  .charm-content:nth-child(2)::before {
    background: url(../../img/withmama/bg_charm_sp.jpg) no-repeat center bottom/115% 88%;
  }
}

.charm-content:nth-child(3)::before {
  background: url(../../img/withmama/bg_charm03.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 1440px) {
  .charm-content:nth-child(3)::before {
    background: url(../../img/withmama/bg_charm03.jpg) no-repeat center center/100% 100%;
  }
}

@media screen and (max-width: 1240px) {
  .charm-content:nth-child(3)::before {
    background: url(../../img/withmama/bg_charm03.jpg) no-repeat left 60% center/cover;
  }
}

@media screen and (max-width: 1024px) {
  .charm-content:nth-child(3)::before {
    background: url(../../img/withmama/bg_charm_sp.jpg) no-repeat center bottom/115% 88%;
  }
}

.charm-content:nth-child(4)::before {
  background: url(../../img/withmama/bg_charm04.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 1440px) {
  .charm-content:nth-child(4)::before {
    background: url(../../img/withmama/bg_charm04.jpg) no-repeat center center/100% 100%;
  }
}

@media screen and (max-width: 1240px) {
  .charm-content:nth-child(4)::before {
    background: url(../../img/withmama/bg_charm04.jpg) no-repeat left 75% center/cover;
  }
}

@media screen and (max-width: 1024px) {
  .charm-content:nth-child(4)::before {
    background: url(../../img/withmama/bg_charm_sp.jpg) no-repeat center bottom/115% 88%;
  }
}

.location {
  background: url(../../img/withmama/bg_nami-down.png) no-repeat left bottom/100% auto;
}

@media screen and (max-width: 1024px) {
  .location {
    background: url(../../img/withmama/bg_nami-down.png) no-repeat center bottom/auto 90px;
  }
}

@media screen and (max-width: 640px) {
  .location {
    background: url(../../img/withmama/bg_nami-down_sp.png) no-repeat center bottom/100% auto;
  }
}

.location-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5.25rem;
  margin-bottom: 24.6875rem;
}

@media screen and (max-width: 1024px) {
  .location-block {
    flex-direction: column-reverse;
    margin-top: 8%;
    margin-bottom: 39%;
  }
}

.location-block__ph {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .location-block__ph {
    width: 100%;
  }
}

.location-block__info {
  width: calc(50% - 115px);
}

@media screen and (max-width: 1024px) {
  .location-block__info {
    margin-bottom: 3%;
    width: 100%;
  }
}

.location-block__ttl {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: min(2.03125vw, 1.625rem);
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: left;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .location-block__ttl {
    margin-bottom: 4%;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 640px) {
  .location-block__ttl {
    font-size: 1.25rem;
  }
}

.location-block__txt {
  max-width: 30rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.6;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .location-block__txt {
    max-width: none;
    line-height: 2.28;
  }
}

.location-list {
  position: relative;
  padding-bottom: 12.5rem;
}

@media screen and (max-width: 1024px) {
  .location-list {
    padding-bottom: 20%;
  }
}

.location-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-inline: calc((100% - 100vw) / 2);
  width: calc(100% + 100vw - 100%);
  height: 118%;
  background: url(../../img/withmama/bg_location_pc.jpg) no-repeat center bottom/cover;
  z-index: -1;
}

@media screen and (min-width: 1440px) {
  .location-list::before {
    background: url(../../img/withmama/bg_location_pc.jpg) no-repeat center bottom/100% 100%;
  }
}

@media screen and (max-width: 640px) {
  .location-list::before {
    height: 103%;
    background: url(../../img/withmama/bg_location_sp.jpg) no-repeat center bottom/cover;
  }
}

.location-ttl {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .location-ttl {
    margin-bottom: 2%;
  }
}

.location-ttl__en {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: min(2.5vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #332f2b;
}

@media screen and (max-width: 1024px) {
  .location-ttl__en {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .location-ttl__en {
    font-size: 1.375rem;
  }
}

.location-ttl__jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #332f2b;
}

.location-box__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .location-box__list {
    gap: min(2.3400936037vw, 2.5rem);
  }
}

@media screen and (max-width: 640px) {
  .location-box__list {
    flex-direction: column;
  }
}

.location-box__item {
  width: calc((100% - 5rem) / 3);
}

@media screen and (max-width: 1024px) {
  .location-box__item {
    width: calc((100% - min(4.6801872075vw, 5rem)) / 3);
  }
}

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

.location-box__ph {
  margin-bottom: 1.75rem;
}

@media screen and (max-width: 1024px) {
  .location-box__ph {
    margin-bottom: 2%;
  }
}

.location-box__ttl {
  margin-bottom: 0.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #332f2b;
}

.location-box__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1;
  color: #332f2b;
}

.location-box:not(:last-child) {
  margin-bottom: 6.875rem;
}

@media screen and (max-width: 1024px) {
  .location-box:not(:last-child) {
    margin-bottom: 11%;
  }
}

/* .access {
  background: url(../../img/withmama/bg_nami-up.png) no-repeat right top/100% auto;
}

@media screen and (max-width: 1024px) {
  .access {
    background: url(../../img/withmama/bg_nami-up.png) no-repeat center top/auto 90px;
  }
}

@media screen and (max-width: 640px) {
  .access {
    background: url(../../img/withmama/bg_nami-up_sp.png) no-repeat center top/100% auto;
  }
} */

.access {
  padding-bottom: 144px;
  background: url(../../img/withmama/bg_nami-down.png) no-repeat left bottom/100% auto;
}

@media screen and (max-width: 1024px) {
  .access {
    padding-bottom: 15%;
    background: url(../../img/withmama/bg_nami-down.png) no-repeat center bottom/auto 90px;
  }
}

@media screen and (max-width: 640px) {
  .access {
    background: url(../../img/withmama/bg_nami-down_sp.png) no-repeat center bottom/100% auto;
  }
}

.access-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  gap: 46px;
}

@media screen and (max-width: 1024px) {
  .access-block {
    flex-direction: column;
    margin-bottom: 4%;
  }
}

.access-info {
  max-width: 500px;
  width: 100%;
  /* width: 33%; */
}

@media screen and (max-width: 1024px) {
  .access-info {
    margin-bottom: 3%;
    width: 100%;
  }
}

.access-ttl {
  margin-bottom: 3.125rem;
  font-weight: bold;
  font-size: min(2.03125vw, 1.625rem);
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .access-ttl {
    margin-bottom: 5%;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 640px) {
  .access-ttl {
    font-size: 1.25rem;
  }
}

.access-txt {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.6;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .access-txt {
    line-height: 2.28;
  }
}

.access-ph {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .access-ph {
    width: 100%;
  }
}

.access-data {
  padding-top: 24px;
}
.access-data__ttl {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  max-width: min(21.25vw, 17rem);
  border-bottom: 1px solid #6bb7a0;
  font-weight: bold;
  font-size: min(2.5vw, 2rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .access-data__ttl {
    margin-bottom: 1%;
    padding-bottom: 1%;
  }
}

.access-data__txt {
  margin-bottom: 2.1875rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.18;
  color: #627477;
}

@media screen and (max-width: 1024px) {
  .access-data__txt {
    margin-bottom: 3%;
  }
}

.access-map {
  margin: 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1200/483;
}

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

.benefits {
  background: url(../../img/withmama/bg_nami-up.png) no-repeat right top/100% auto;
}

@media screen and (max-width: 1024px) {
  .benefits {
    background: url(../../img/withmama/bg_nami-up.png) no-repeat center top/auto 90px;
  }
}

@media screen and (max-width: 640px) {
  .benefits {
    background: url(../../img/withmama/bg_nami-up_sp.png) no-repeat center top/100% auto;
  }
}

.benefits-ttl {
  margin-bottom: 1.5625rem;
  font-weight: bold;
  font-size: min(2.03125vw, 1.625rem);
  letter-spacing: 0.1em;
  line-height: 1.73;
  text-align: center;
  color: #c1b5a3;
}

@media screen and (max-width: 1024px) {
  .benefits-ttl {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .benefits-ttl {
    font-size: 1.25rem;
  }
}

.benefits-txt {
  margin-bottom: 5.3125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: min(3.4375vw, 2.75rem);
  letter-spacing: 0.1em;
  line-height: 1.77;
  text-align: center;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .benefits-txt {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .benefits-txt {
    font-size: 1.3125rem;
  }
}

.benefits-box {
  margin-bottom: 3.875rem;
  padding-bottom: 2.1875rem;
  padding-inline: 5.3125rem 5rem;
  border: 1px solid #707070;
}

@media screen and (max-width: 1024px) {
  .benefits-box {
    margin-bottom: 6%;
    padding-bottom: 3%;
    padding-inline: 6%;
  }
}

@media screen and (max-width: 640px) {
  .benefits-box {
    margin-bottom: 12%;
  }
}

.benefits-box__ttl {
  margin-block: -1.5rem 1.25rem;
  font-weight: bold;
  font-size: min(2.03125vw, 1.625rem);
  letter-spacing: 0.1em;
  line-height: 1.73;
  text-align: center;
  color: #c1b5a3;
}

@media screen and (max-width: 1024px) {
  .benefits-box__ttl {
    margin-block: -0.9375rem 2%;
  }
}

@media screen and (max-width: 640px) {
  .benefits-box__ttl {
    font-size: 1.125rem;
  }
}

.benefits-box__ttl-st {
  background: #fff;
}

.benefits-box__txt {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.63;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .benefits-box__txt {
    line-height: 2.28;
  }
}

.contact .cmn-wrap {
  padding-top: 4.0625rem;
}

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

.contact-ttl {
  margin-bottom: 3.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: min(3.4375vw, 2.75rem);
  letter-spacing: 0.1em;
  line-height: 1.77;
  text-align: center;
  color: #6bb7a0;
}

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

@media screen and (max-width: 640px) {
  .contact-ttl {
    font-size: 1.4375rem;
  }
}

.contact-txt {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  max-width: 45.4375rem;
  letter-spacing: 0.05em;
  line-height: 2.63;
  text-align: center;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .contact-txt {
    line-height: 2.28;
  }
}

.contact-form {
  padding-top: 4.75rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1024px) {
  .contact-form {
    padding-top: 7%;
  }
}

.contact-form__tab {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  margin: 0 auto 4.375rem;
  max-width: 38.5rem;
}

@media screen and (max-width: 1024px) {
  .contact-form__tab {
    margin-bottom: 7%;
  }
}

.contact-form__tab-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 2rem) / 2);
}

@media screen and (max-width: 640px) {
  .contact-form__tab-item img {
    height: 10vw;
  }
}

.contact-form__cnt {
  padding: 6rem 12.5rem;
  background: url(../../img/withmama/bg_contact.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1024px) {
  .contact-form__cnt {
    padding: 9% 20%;
  }
}

@media screen and (max-width: 640px) {
  .contact-form__cnt {
    padding: 9% 10%;
  }
}

.contact-form__select {
  padding: 0;
  background: transparent;
  border: none;
  opacity: 0.3;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form__select.active {
  opacity: 1;
}

.contact-form__block {
  display: none;
}

.company {
  position: relative;
  padding-block: 13.75rem 12.8125rem;
  background: url(../../img/withmama/bg_nami-down.png) no-repeat left bottom/100% auto;
}

@media screen and (max-width: 1024px) {
  .company {
    padding-block: 22% 20%;
    background: url(../../img/withmama/bg_nami-down.png) no-repeat center bottom/auto 90px;
  }
}

@media screen and (max-width: 640px) {
  .company {
    background: url(../../img/withmama/bg_nami-down_sp.png) no-repeat center bottom/100% auto;
  }
}

.company-head {
  position: relative;
  padding-bottom: 5.625rem;
}

@media screen and (max-width: 1024px) {
  .company-head {
    padding-bottom: 9%;
  }
}

.company-head::before {
  content: "";
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: calc(100% + min(7.8125vw, 6.25rem));
  background: url(../../img/withmama/bg_about.jpg) no-repeat top center/cover;
  filter: blur(24px);
  z-index: -1;
}

.company-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: url(../../img/withmama/bg_about.jpg) no-repeat bottom center/cover;
  filter: blur(24px);
  z-index: -2;
}

@media screen and (max-width: 640px) {
  .company-head::after {
    height: 120%;
  }
}

.company-open {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #332f2b;
  cursor: pointer;
}

.company-open::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  margin-bottom: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #111;
  border-top: 2px solid #111;
}

.company-close {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #332f2b;
  cursor: pointer;
}

.company-close::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  margin-top: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #111;
  border-top: 2px solid #111;
}

.company-content {
  display: none;
}

.about {
  position: relative;
  padding-bottom: 4.375rem;
}

.about::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 125%;
  background: url(../../img/withmama/bg_about.jpg) no-repeat bottom center/cover;
  filter: blur(24px);
  z-index: -1;
}

@media screen and (min-width: 1440px) {
  .about::before {
    top: -8vw;
    height: calc(105% + 8vw);
  }
}

@media screen and (max-width: 640px) {
  .about::before {
    top: -12%;
    height: 117%;
  }
}

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

.about .cmn-ttl {
  margin-bottom: 4.6875rem;
}

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

.about-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6.25rem;
  margin-block: 0 7.1875rem;
}

@media screen and (max-width: 1024px) {
  .about-block {
    gap: min(3.90625vw, 6.25rem);
    margin-block: 10% 11%;
  }
}

@media screen and (max-width: 640px) {
  .about-block {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.about-block__info {
  width: calc(50% - 7.375rem);
}

@media screen and (max-width: 1024px) {
  .about-block__info {
    width: calc(50% - min(3.90625vw, 6.25rem));
  }
}

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

.about-block__ttl {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: min(2.03125vw, 1.625rem);
  letter-spacing: 0.1em;
  line-height: 1.73;
  color: #6bb7a0;
}

@media screen and (max-width: 1024px) {
  .about-block__ttl {
    margin-bottom: 4%;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 640px) {
  .about-block__ttl {
    font-size: 1.25rem;
  }
}

.about-block__txt {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.63;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .about-block__txt {
    line-height: 2.28;
  }
}

.about-block__ph {
  width: 50%;
}

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

.about-box {
  position: relative;
  z-index: 1;
}

.about-box::before {
  content: "";
  position: absolute;
  top: 5%;
  right: calc((100% - 100vw) / 2);
  width: 86%;
  width: calc(76% + (100vw - 100%) / 2);
  height: 478px;
  background: #fff;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
}

@media screen and (max-width: 1240px) {
  .about-box::before {
    width: 86%;
  }
}

@media screen and (max-width: 1024px) {
  .about-box::before {
    top: 2%;
    width: 91%;
    height: 85%;
  }
}

@media screen and (max-width: 640px) {
  .about-box::before {
    width: calc(97% + 1.5625rem);
    height: 90%;
  }
}

.about-box:not(:last-child) {
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 1024px) {
  .about-box:not(:last-child) {
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 640px) {
  .about-box:not(:last-child) {
    margin-bottom: 14%;
  }
}

.about-box__head {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 2.8125rem auto;
  max-width: 66.875rem;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .about-box__head {
    gap: 1.25rem;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .about-box__head {
    flex-direction: column;
    gap: 0;
  }
}

.about-box__num {
  width: 15rem;
  font-weight: bold;
  font-size: min(6.640625vw, 5.3125rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  color: #6bb7a0;
  opacity: 0.65;
}

@media screen and (max-width: 1024px) {
  .about-box__num {
    padding-bottom: 2.5rem;
    width: min(19.53125vw, 15rem);
  }
}

@media screen and (max-width: 640px) {
  .about-box__num {
    padding-bottom: 0;
    width: 100%;
    font-size: 2.625rem;
    text-align: left;
  }
}

.about-box__num small {
  display: block;
  padding-right: 0.9375rem;
  font-weight: bold;
  font-size: min(4.21875vw, 3.375rem);
  letter-spacing: 0.1em;
  line-height: 0.7em;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .about-box__num small {
    font-size: 1.25rem;
    text-align: left;
  }
}

.about-box__ttl {
  width: calc(100% - 15rem);
  font-weight: bold;
  font-size: min(2.03125vw, 1.625rem);
  letter-spacing: 0.1em;
  line-height: 1.73;
  text-align: right;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .about-box__ttl {
    padding-top: 1.875rem;
    width: calc(100% - min(19.53125vw, 15rem));
    font-size: 1.375rem;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .about-box__ttl {
    padding-top: 0;
    width: 90%;
    font-size: 1.25rem;
  }
}

.about-box__detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .about-box__detail {
    flex-direction: column-reverse;
  }
}

.about-box__ph {
  padding-top: 0.625rem;
  width: 62%;
}

@media screen and (max-width: 1024px) {
  .about-box__ph {
    padding-top: 0;
    width: 100%;
  }
}

.about-box__txt {
  width: calc(38% - 5.125rem);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 2.63;
  color: #7e9aa0;
}

@media screen and (max-width: 1024px) {
  .about-box__txt {
    margin: 0 0 0 auto;
    padding-bottom: 3%;
    width: 80%;
    line-height: 2.28;
  }
}

@media screen and (max-width: 640px) {
  .about-box__txt {
    width: 90%;
  }
}

.about-box.--reverse::before {
  left: calc((100% - 100vw) / 2);
  right: auto;
  background: #fff;
  border-radius: 0 50px 50px 0;
  z-index: -1;
}

.about-box.--reverse::after {
  left: calc((100% - 100vw) / 2);
  right: auto;
}

.about-box.--reverse .about-box__head {
  flex-direction: row-reverse;
  margin: 0 auto 2.8125rem 0;
}

@media screen and (max-width: 1024px) {
  .about-box.--reverse .about-box__head {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .about-box.--reverse .about-box__head {
    flex-direction: column;
  }
}

.about-box.--reverse .about-box__num {
  padding-left: 0.9375rem;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .about-box.--reverse .about-box__num {
    padding-bottom: 0.625rem;
  }
}

@media screen and (max-width: 640px) {
  .about-box.--reverse .about-box__num {
    text-align: right;
  }
}

@media screen and (max-width: 640px) {
  .about-box.--reverse .about-box__num small {
    padding-right: 0;
    text-align: right;
  }
}

.about-box.--reverse .about-box__ttl {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .about-box.--reverse .about-box__ttl {
    padding-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .about-box.--reverse .about-box__ttl {
    margin: 0 auto 0 0;
  }
}

.about-box.--reverse .about-box__detail {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .about-box.--reverse .about-box__detail {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .about-box.--reverse .about-box__txt {
    margin: 0 auto 0 0;
  }
}

.company-profile__data {
  padding: 4.375rem 2rem 0;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .company-profile__data {
    padding: 7% 0 0;
  }
}

.company-profile__data-list {
  margin: 0 auto;
  max-width: 55.8125rem;
}

.company-profile__data-row {
  background-image: linear-gradient(to right, #332f2b 2px, transparent 2px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.company-profile__data-row:last-child {
  background: none;
}

.company-profile__data-ttl {
  position: relative;
  padding: 1.125rem 1.5625rem;
  width: 14.0625rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.78;
  text-align: left;
  color: #6bb7a0;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .company-profile__data-ttl {
    padding: 2%;
    width: 22%;
  }
}

@media screen and (max-width: 640px) {
  .company-profile__data-ttl {
    display: block;
    padding: 2% 2% 0;
    width: 100%;
    height: auto;
    font-size: 1rem;
  }
}

.company-profile__data-txt {
  padding: 1.125rem 0;
  font-size: 1.125rem;
  line-height: 1.78;
  text-align: left;
  color: #627477;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .company-profile__data-txt {
    padding: 2% 0;
  }
}

@media screen and (max-width: 640px) {
  .company-profile__data-txt {
    display: block;
    padding: 0 2% 2%;
    width: 100%;
    height: auto;
    font-size: 0.9375rem;
  }
}


/*FORM*/
/*フォーム用*/

.contact__form {
  width: 100%;
  margin: auto;
}

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

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

form ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  flex-wrap: wrap;
}

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

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

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

form ul li:first-of-type {
  width: 280px;
  font-weight: 400;
  color: #272727;
}

form ul li:last-of-type {
  width: calc(100% - 280px);
}

form ul .item-name {
  justify-content: flex-start;
}

form ul .item-name span.item-req {}

form ul li:last-of-type .item-form,
form ul li:last-of-type input:not([type='radio']),
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
}

form ul li:last-of-type input,
form ul li:last-of-type textarea {
  background-color: #fff;
  border: none;
  padding: 18px;
  font-size: 16px;
}

.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.section-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%;
  max-width: 300px;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  border: none;
  margin: auto;
  margin-top: 56px;
  position: relative;
}

form [type='submit'] {
  background: #6BB7A0;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  border: none;
  padding: 24px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
}


.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  /* background:url(../img/kaneko/arrow-icon.svg); */
  background-size: cover !important;
  background-position: center center !important;
}

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

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

}

li.item-form.itemform_add_search {
  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: #6BB7A0;
  border: none;
  color: #fff;
}

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

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

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

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 24px;
  border: 1px solid;
  margin-bottom: 40px;
}

.section-form-privacy__cnt h3 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 18px;
  margin-top: 40px;
}

@media screen and (max-width:640px) {
  .section-form-privacy__cnt h3 {
    font-size: 14px;
    padding-bottom: 2%;
    margin-bottom: 2%;
    margin-top: 4%;
  }
}

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

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

@media screen and (max-width:640px) {
  .section-form-privacy__cnt p {
    font-size: 12px;
  }
}

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

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

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

  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 {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }

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

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

  form ul li:last-of-type input,
  form ul li:last-of-type textarea {
    padding: 16px;
    font-size: 14px;
  }

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

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

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

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

  .item-notice {
    width: 100%;
  }
}

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

/* 追記　------------------------------------------------- */

.tabs {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1024px;
  gap: 16px;
  margin: 0 auto 128px auto;
}

@media screen and (max-width:1024px) {
  .tabs {
    margin: 0 auto 8% auto;
    gap: 6px;
    flex-wrap: wrap;
    width: 100%;
  }
}

.tab-link {
  background: unset;
  border: unset;
  display: block;
  width: calc((100% - 48px) /4);
  opacity: 0.5;
  position: relative;
}

@media screen and (max-width:1024px) {
  .tabs {
    flex-wrap: wrap;
    width: 100%;
  }

  .tab-link {
    width: calc((100% - 12px) /2);
  }
}

.tab-link.active {
  opacity: 1;
}

.tab-link.active::after {
  content: "";
  display: block;
  width: 126px;
  height: 128px;
  background: url(../../img/withmama/features-box_add.png) no-repeat center center/contain;
  position: absolute;
  left: 4vw;
  bottom: -131px;
}

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

  .tab-link.active::after {
    display: none;
  }

}

.tab-content {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.features-head {
  margin-bottom: 4.375rem;
  margin-left: 0;
}

@media screen and (max-width:1024px) {
  .features-head {
    margin-bottom: 8%;
    margin-left: 0;
    max-width: 440px;
  }
}

.tab-content .features-box {
  display: none;
  background: url(../../img/withmama/features-box_bg.png) no-repeat center center/cover;
  margin-top: 0;
  border-radius: 160px 160px 0 0;
  position: relative;
  padding: 0 2.5rem;
}

@media screen and (max-width:1024px) {
  .tab-content .features-box {
    border-radius: 40px 40px 0 0;
    padding: 0 1.5625rem;
  }
}

.tab-content .features-box .cmn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
  max-width: 1200px;
}

.features-box.active {
  display: block;
}

.features .cmn-wrap {
  padding-bottom: 8rem;
}

.features-ph {
  margin-right: 0;
  padding-top: 0;
  width: 56%;
}

@media screen and (max-width:1024px) {
  .tab-content .features-box .cmn-wrap {
    display: block;
    padding: 8% 0;
  }

  .features .cmn-wrap {
    padding-bottom: 4rem;
  }

  .features-ph {
    width: 100%;
    margin-top: 8%;
  }

  .features-info {
    width: 100%;
  }
}


.cta02 {
  background: url(../../img/withmama/cta_img02-bg.jpg?0226) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
}

.cta02::before {
  content: "";
  display: block;
  width: 80%;
  max-width: 860px;
  height: 160%;
  background: url(../../img/withmama/cta_img02-bg2.png) no-repeat center center/contain;
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}

.cta02 span {
  position: relative;
  z-index: 3;
  display: block;
  color: #6BB7A0;
  background: #fff;
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
  padding: 8px 24px;
  width: 280px;
  margin: 0 auto;
  margin-top: 32px;
  border-radius: 40px;
  transition: 0.4s;

}

.cta02:hover span {
  opacity: 0.6;
  transition: 0.4s;
}

.deco-up {
  width: 100%;
  height: 8.8vw;
  background: url(../../img/withmama/bg_nami-up.png) no-repeat right top / 100% auto;
}

.cta02 a {
  display: block;
  padding: 40px 0;
}

.cta02 picture {
  max-width: 580px;
  width: 80%;
  margin: 0 auto 24px auto;
  display: block;
  position: relative;
  z-index: 3;
}

.cta02 div {
  height: 180px;
  padding: 16px;
  overflow: scroll;
  max-width: 580px;
  width: 80%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 3;
}

@media screen and (max-width:1024px) {
  .cta02 a {
    display: block;
    padding: 24px 0;
  }

  .cta02 picture {
    max-width: 440px;
  }

  .cta02 div {
    height: 160px;
    padding: 12px;
    max-width: 580px;
  }

  .cta02 div p {
    font-size: 10px;
  }

  .cta02::before {
    opacity: 0.8;
    width: 100%;
  }

  .cta02 div {
    height: 100px;
  }

  .cta02 span {
    font-size: 12px;
    margin-top: 24px;
    width: 200px;
  }
}

.cta02--text--sp {
  display: none;
}

@media screen and (max-width:640px) {
  .cta02 picture {
    max-width: 100%;
    width: 60%;
  }

  .cta02--text--sp {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .cta02 span {
    margin-top: 8px;
  }
}

.location {
  padding-bottom: 200px;
}

.location-block {
  margin-bottom: 64px
}

.location-list::before {
  display: none;
}

#location .location-box {
  display: none;
  margin-bottom: 0;
}

#location .location-box.active {
  display: block;
}

.tabs2 {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.tabs2 .tab-link2 {
  width: calc((100% - 24px) / 3);
  background: unset;
  border: unset;
  display: block;
  opacity: 0.5;
  position: relative;
}

.tabs2 .tab-link2.active {
  opacity: 1;
}

.location-list {
  background: #F5F1E7;
  padding: 32px 36px;
  border-radius: 8px;
}

@media screen and (max-width:1024px) {
  .location {
    padding-bottom: 20%;
  }

  .location-block {
    margin-bottom: 8%;
  }

  .tabs2 .tab-link2 {
    gap: 6px;
  }

  .location-box__list {
    gap: 18px;
    flex-direction: row;
  }

  .location-box__item {
    width: calc((100% - 18px) / 2);
  }

  .location-list {
    padding: 24px 12px;
  }

  .location-box__ttl {
    font-size: 1rem;
  }
}

@media screen and (max-width:640px) {
  .tabs2 {
    margin-bottom: 24px;
    flex-direction: column;
  }

  .tabs2 .tab-link2 {
    /* width: calc((100% - 12px) / 2); */
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    /* gap: 6px; */
  }

  .location-box__ttl {
    font-size: 0.8rem;
  }

  .location-box__txt {
    font-size: 0.6rem;
  }
}






.point-box {
  display: none;
  margin-bottom: 0;
}

.point-box.active {
  display: block;
}

.tabs3 {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.tabs3 .tab-link3 {
  width: calc((100% - 24px) / 3);
  background: unset;
  border: unset;
  display: block;
  opacity: 0.5;
  position: relative;
}

.tabs3 .tab-link3.active {
  opacity: 1;
}

@media screen and (max-width:1024px) {
  .tabs3 .tab-link3 {
    gap: 6px;
  }
}

@media screen and (max-width:640px) {
  .tabs3 {
    margin-bottom: 24px;
    flex-direction: column;
  }

  .tabs3 .tab-link3 {
    /* width: calc((100% - 12px) / 2); */
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    /* gap: 6px; */
  }
}

.property-content__sold {
  padding: 80px 20px;
  text-align: center;
}

.property-content__sold-st {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
}

@media screen and (max-width: 640px) {
  .property-content__sold-st {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
  }
}