@charset "UTF-8";
:root {
  --mc: #6CB132;
  --sc: #fff;
}

/* 要素 フォントサイズ・マージン・パディングをリセット */
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.5;
  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;
}

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 {
  max-width: 100%;
  height: auto;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  color: #333;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Zen Old Mincho", serif;
  }
}
body.fix {
  position: fixed;
  width: 100%;
}

body.open {
  overflow: hidden;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  font-size: 1rem;
  letter-spacing: 0;
  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);
  }
}
.--en {
  font-family: "Bitter", serif;
}

.--color {
  color: var(--mc);
}

.common-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .common-wrap {
    padding-inline: 5%;
  }
}
.common-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.common-ttl {
  text-align: center;
}
.common-ttl__main {
  font-size: 3.2rem;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .common-ttl__main {
    font-size: 2 4/10rem;
  }
}
@media screen and (max-width: 640px) {
  .common-ttl__main {
    font-size: 2rem;
  }
}
.common-ttl__sub {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .common-ttl__sub {
    font-size: 1.4rem;
  }
}

.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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/housenavi/bg-body.jpg) no-repeat center center/cover;
  pointer-events: none;
}

/*
.pagetop {
  padding-bottom: 24px;
  @include mq(max, md) {
    padding-bottom: 80px;
  }
  &-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto 16px;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.4s;
    span {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 6px;
      font-size: 0.75rem;
      letter-spacing: 0.1em;
      line-height: 1.5;
      color: #333;
      text-align: center;
      transition: 0.4s;
      &::after {
        content: "";
        display: block;
        height: 10px;
        background: #333;
        aspect-ratio: 1/0.8660254038;
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        transition: 0.4s;
      }
    }
    &:hover {
      background: #333;
      span {
        color: #fff;
        &::after {
          background: #fff;
        }
      }
    }
  }
}
*/
.banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  z-index: 1001;
}
@media screen and (min-width: 641px) {
  .banner:hover {
    opacity: 0.8;
  }
}
.banner-contact {
  display: none;
}
@media screen and (max-width: 640px) {
  .banner-contact {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
  }
}
.banner-contact__link:first-of-type {
  width: 32.0833333333%;
}
.banner-contact__link:last-of-type {
  width: 66.25%;
}
@media screen and (min-width: 641px) {
  .banner {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
  }
}
.content {
  position: relative;
  width: 480px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(65, 65, 65, 0.160784);
  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;
}

@media screen and (max-width: 1024px) {
  #sec-question,
  #sec-strong,
  #sec-voice,
  #sec-flow,
  #sec-access,
  #sec-contact,
  #sec-company {
    scroll-margin-top: 75px;
  }
}

.hd {
  width: calc(100% - 480px);
  max-width: 600px;
}
@media (min-width: 1025px) {
  .hd-cnt {
    position: fixed;
    width: calc(100% - 520px);
    max-width: 600px;
    height: 100vh;
  }
}
@media (max-width: 1200px) {
  .hd-cnt {
    width: 520px;
  }
}
@media (max-width: 1100px) {
  .hd-cnt {
    width: 480px;
  }
}
.hd-name {
  margin-bottom: 0;
  width: auto;
  height: 67px;
  aspect-ratio: 180/67;
  z-index: 1001;
}
.hd-name__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hd-menu {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .hd-nav {
    margin: 0 auto;
    padding-block: clamp(4rem, -28rem + 25vw, 8rem) clamp(1.5rem, -10.5rem + 9.38vw, 3rem);
    max-width: clamp(37rem, -43rem + 62.5vw, 47rem);
  }
}
.hd-nav__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .hd-nav__wrap {
    flex-direction: column;
  }
}
.hd-nav__name {
  margin-bottom: 23px;
  margin-inline: auto;
  height: 67px;
  aspect-ratio: 180/67;
}
.hd-nav__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc((100% - min(2.2222222222vw, 2rem)) / 2);
}
.hd-nav__item {
  width: 100%;
  max-width: 240px;
}
.hd-nav__item.--question .hd-nav__link-main {
  height: 16px;
}
.hd-nav__link {
  position: relative;
  display: block;
  padding-block: 22px;
  padding-left: min(1.6666666667vw, 15px);
  width: 100%;
  transition: 0.4s;
}
.hd-nav__link-main {
  position: relative;
  display: block;
  padding: 0;
  height: 12px;
  transition: 0.4s;
}
.hd-nav__link-main img {
  height: 100%;
  object-fit: contain;
  filter: invert(13%) sepia(0%) saturate(83%) hue-rotate(162deg) brightness(93%) contrast(78%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(33%) saturate(865%) hue-rotate(50deg) brightness(94%) contrast(88%);
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(33%) saturate(865%) hue-rotate(50deg) brightness(94%) contrast(88%);
  }
}
@media screen and (max-width: 1024px) {
  .hd {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    height: 60px;
    background: transparent;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 26px;
    width: 100%;
    height: 100%;
  }
  .hd-name {
    margin-bottom: 0;
    width: 180px;
    z-index: 100;
	  transform: translateX(-26px);
  }
  .hd-name__logo {
    width: 180px;
    aspect-ratio: 180/67;
  }
  .hd-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 80px;
    width: 100%;
    height: 100svh;
    background: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__list {
    flex-direction: column;
    border: none;
  }
  .hd-nav__item {
    padding: 0;
    width: 100%;
  }
  .hd-nav__link {
    width: 240px;
    text-align: center;
  }
  .hd-toggle {
    position: relative;
    margin-inline: auto 0;
    width: 35px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 35px;
    height: 18px;
  }
  .hd-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: #333;
    color: #333;
    transition: 0.35s ease-in-out;
  }
  .hd-toggle__line {
    height: 2px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 0;
  }
  .hd-toggle__line:nth-child(2) {
    top: 9px;
  }
  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
  }
}
.hd.open {
  background: transparent;
}
.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: 7px;
  transform: rotate(330deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-330deg);
}
.hd.open .hd-toggle span.hd-toggle__txt::after {
  content: "CLOSE";
}
.hd .main-cta {
  margin-inline: auto;
  width: 100%;
  max-width: clamp(45rem, 1rem + 34.38vw, 50.5rem);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .hd .main-cta {
    display: none;
  }
}
.hd .main-cta__txt {
  max-width: 400px;
  font-size: 1.4rem;
}

.ft {
  padding-block: 50px 72px;
  background: var(--mc);
}
@media screen and (max-width: 1024px) {
  .ft {
    padding-bottom: 120px;
  }
}
.ft__logo {
  margin-bottom: 28px;
}
.ft__logo-link {
  display: block;
  margin-inline: auto;
  width: clamp(12rem, 8.7rem + 8.84vw, 20rem);
}
.ft__logo-img {
  width: 100%;
  height: auto;
}
.ft__copy-txt {
  font-size: 1.2rem;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
}

.main-cta {
  padding-block: 26px 40px;
/*   background: var(--mc); */
background: linear-gradient(121deg, #6CB132 0%, #007757 98.52%);
}
.main-cta__block {
  position: relative;
}
.main-cta__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .main-cta__link:hover .main-cta__btn {
/*     background: var(--mc); */
background: #E9CD44;
    color: #fff;
  }
  .main-cta__link:hover .main-cta__btn::after {
    background: url(../../images/housenavi/icon-arrow_white.svg) no-repeat center center/cover;
  }
}
.main-cta__item {
  margin-bottom: 12px;
}
.main-cta__ttl {
  margin-bottom: 38px;
  text-align: center;
}
.main-cta__ttl span {
  padding-bottom: 12px;
  border-bottom: 1px solid #d8c369;
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .main-cta__ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .main-cta__ttl span {
    font-size: 1.8rem;
  }
}
.main-cta__img {
  margin-bottom: 24px;
  margin-inline: auto;
  width: calc(100% - 30px);
}
.main-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  margin-inline: auto;
  padding: 10px;
  max-width: 367px;
  height: 60px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 70px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: var(--mc);
  text-align: center;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .main-cta__btn {
    font-size: 1.6rem;
  }
}
.main-cta__btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/housenavi/icon-arrow.svg) no-repeat center center/cover;
  transition: 0.4s;
}
.main-cta__txt {
  margin-inline: auto;
  max-width: 335px;
  font-size: 1.2rem;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
}

.sec-fv {
  position: relative;
  z-index: 1;
}
.sec-fv__slide-cnt {
  position: relative;
}
.sec-fv__slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-fv__block {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 420px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-fv__block {
    top: 10%;
    padding-inline: 2%;
  }
}
.sec-fv__catch {
  margin-bottom: 20px;
  text-align: center;
}
.sec-fv__catch-ttl {
  display: block;
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.sec-fv__info-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  margin-inline: auto;
  width: 100%;
  max-width: 366px;
  height: 55px;
  background: rgba(218, 218, 218, 0.3);
  backdrop-filter: blur(4px);
  border: 1px solid #ffffff;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 640px) {
  .sec-fv__info-top {
    font-size: 1.8rem;
  }
}
.sec-fv__info-bottom {
	margin-top: 10px;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .sec-fv__info-bottom {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec-fv__info-bottom {
    font-size: 3.6rem;
  }
}

.sec-fv__info-bottom small {
  font-size: calc(3.2/5.6*1em);
}

.sec-question {
  padding-block: 55px 0;
  text-align: center;
background: #F6F5ED;
}
.sec-question__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
  margin-inline: auto;
  max-width: 370px;
}
.sec-question__head-img {
  max-width: 138px;
}
.sec-question__head-img img {
  width: 100%;
  height: auto;
}
.sec-question__ttl-sub {
  display: block;
  margin-bottom: 24px;
}
.sec-question__ttl-main {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-question__ttl-main {
    font-size: 1.8rem;
  }
}
.sec-question__trouble {
  padding-bottom: 45px;
}
.sec-question__trouble-item {
  margin-bottom: 8px;
  padding: 20px 24px;
/*   background: url(../../images/housenavi/bg-queston.jpg) no-repeat center center/cover; */
  border-radius: 5px;
background:#fff;
border: 1px solid #6CB132;
}
.sec-question__trouble-ttl {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #999999;
  font-size: 2.4rem;
  line-height: 1.67;
  text-align: center;
  letter-spacing: 0.05em;
}
.sec-question__trouble-ttl span {
	font-size: 0.875em;
}
@media screen and (max-width: 1024px) {
  .sec-question__trouble-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec-question__trouble-ttl {
    font-size: 1.8rem;
  }
}
.sec-question__trouble-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-question__trouble-txt {
    font-size: 1.4rem;
  }
}
.sec-question__solution {
  padding-block: 70px 55px;
  background: url("../../images/housenavi/bg-solution.jpg") center/cover no-repeat;
}
.sec-question__solution-ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.67;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
	text-shadow: 0 0 0.875rem rgba(0,0,0,0.6);
}
@media screen and (max-width: 1024px) {
  .sec-question__solution-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec-question__solution-ttl {
    font-size: 1.8rem;
  }
}
.sec-question__solution-ttl small {
  display: block;
  margin-bottom: 15px;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .sec-question__solution-ttl small {
    font-size: 1.8rem;
  }
}
.sec-question__slide-tab {
  margin-bottom: 20px;
  padding-inline: 16px;
}
.sec-question__slide-tab-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
  margin: 0 auto;
  width: 100%;
}
.sec-question__slide-tab-item {
  width: calc((100% - 16px) / 3);
}
.sec-question__slide-tab-item.swiper-slide-thumb-active .sec-question__slide-tab-btn {
  opacity: 1;
}
.sec-question__slide-tab-btn {
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.4s;
}
.sec-question__slide-tab-btn.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .sec-question__slide-tab-btn:hover {
    opacity: 1;
  }
}
.sec-question__slide-cnt {
  padding-inline: 16px;
  height: auto;
}
.sec-question__slide-box {
  padding: 32px 28px 30px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #a0a083;
  border-radius: 5px;
}
.sec-question__slide-name {
  margin-bottom: 16px;
}
.sec-question__slide-ttl {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--mc);
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sec-question__slide-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec-question__slide-ttl {
    font-size: 1.6rem;
  }
}
.sec-question__slide-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .sec-question__slide-txt {
    font-size: 1.4rem;
  }
}
.sec-question .swiper-button-prev::after, .sec-question .swiper-button-next::after {
  content: "";
  width: 32px;
  height: auto;
  aspect-ratio: 1;
  background: url(../../images/housenavi/icon-arrow_slide.png) no-repeat center center/cover;
  transition: 0.4s;
}
.sec-question .swiper-button-prev.swiper-button-disabled, .sec-question .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-question .swiper-button-prev {
  left: 0;
}
.sec-question .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.sec-question .swiper-button-next {
  right: 0;
}

.sec-center {
	position: relative;
  padding-block: 60px 40px;
  text-align: center;
}
.sec-center::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(88%);
	height: 1px;
	background: #D9D9D9;
}
.sec-center__head {
  margin-bottom: 32px;
}
.sec-center__ttl-img {
  display: block;
  margin-bottom: 16px;
  margin-inline: auto;
}
.sec-center__ttl-st {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .sec-center__ttl-st {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec-center__ttl-st {
    font-size: 2rem;
  }
}
.sec-center__txt {
}
.sec-center__txt-st {
  margin-bottom: 28px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  color: #3e4648;
}
@media screen and (max-width: 640px) {
  .sec-center__txt-st {
    font-size: 1.4rem;
  }
}
.sec-center__txt-st span {
  /*text-decoration: underline;
  text-decoration-color: var(--mc);*/
	color: var(--mc);
}
.sec-center__img {
  margin-inline: auto;
  max-width: 400px;
}

.sec-strong {
  position: relative;
  padding-block: 64px 24px;
/*   background: #f0f0f0; */
}
.sec-strong .common-wrap{
	z-index:2;
}
.sec-strong::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
/*   height: auto; */
/*   aspect-ratio: 480/35; */
/*   background-color: #f0f0f0; */
/*   clip-path: polygon(50% 35px, 0% 0%, 480px 0%); */
	top:0;
	height:calc(100% + 35px);
background:linear-gradient(0deg, rgba(108, 177, 50, 0.70) -13.39%, #EEFAE0 27.93%, #FFF 100%);
	z-index:1;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
}
.sec-strong__head {
  margin-bottom: 32px;
}
.sec-strong__anchor-item {
  margin-bottom: 8px;
}
.sec-strong__anchor-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 24px 10px 32px;
  gap: clamp(1.6rem, 1rem + 1.55vw, 3rem);
  width: 100%;
  height: 64px;
  background: var(--mc);
  border: none;
  border-radius: 5px;
  opacity: 0.4;
  transition: 0.4s;
}
.sec-strong__anchor-btn.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .sec-strong__anchor-btn:hover {
    opacity: 1;
  }
}
.sec-strong__anchor-num {
  height: 16px;
}
@media screen and (max-width: 640px) {
  .sec-strong__anchor-num {
    height: 16px;
  }
}
.sec-strong__anchor-num img {
  height: 100%;
  object-fit: contain;
}
.sec-strong__anchor-txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .sec-strong__anchor-txt {
    font-size: 1.4rem;
  }
}
.sec-strong__anchor-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(90deg);
  width: 15px;
  height: 15px;
  background: url(../../images/housenavi/icon-arrow_white.svg) no-repeat center center/cover;
}
.sec-strong__box {
  position: relative;
  margin-bottom: 8px;
  padding-block: 30px;
  padding-inline: 16px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
}
.sec-strong__box-ttl {
  margin-bottom: 37px;
  margin-left: 15px;
}
.sec-strong__box-ttl img {
  width: auto;
  height: 40px;
  object-fit: contain;
}
.sec-strong__box-img {
  margin-bottom: 24px;
  border-radius: 5px;
  overflow: hidden;
}
.sec-strong__box-subttl {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-strong__box-subttl {
    font-size: 1.6rem;
  }
}
.sec-strong__box-description {
  margin-inline: auto;
  max-width: 365px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .sec-strong__box-description {
    font-size: 1.4rem;
  }
}
.sec-strong__box.--box01 .sec-strong__box-ttl {
  height: 20px;
}
.sec-strong__box.--box02 .sec-strong__box-ttl {
  height: 26px;
}
.sec-strong__box.--box03 .sec-strong__box-ttl {
  height: 26px;
}

.sec-record {
  position: relative;
  padding-block: 82px 55px;
}
.sec-record::before {
  content: "";
  position: absolute;
  top: 122px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  height: auto;
  aspect-ratio: 432/76;
  background: url(../../images/housenavi/bg-record.png) no-repeat center center/cover;
}
.sec-record__head {
  margin-bottom: 24px;
}
.sec-record__ttl {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sec-record__ttl {
    font-size: 1.4rem;
  }
}
.sec-record__ttl strong {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .sec-record__ttl strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec-record__ttl strong {
    font-size: 1.8rem;
  }
}
.sec-record__img {
  margin-inline: auto;
  max-width: 416px;
}

.sec-voice {
  padding-block: 0 16px;
  background: #fff;
}
.sec-voice__head {
  margin-bottom: 32px;
}
.sec-voice__items-wrap {
  border-bottom: 1px solid #d9d9d9;
}
.sec-voice__item:not(:first-child) .sec-voice__cnt {
  display: none;
}
.sec-voice__btn.selected + .sec-voice__content {
  max-height: 500px;
  padding-bottom: 24px;
}
.sec-voice__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  padding-inline: 15px;
  max-width: 432px;
  height: 110px;
  border-top: 1px solid #d9d9d9;
  cursor: pointer;
}
.sec-voice__btn-ttl {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 29px;
}
.sec-voice__btn-ttl .--num {
  width: 30px;
  height: 17px;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #ececdc;
  text-align: center;
  text-decoration-line: underline;
}
@media screen and (max-width: 1024px) {
  .sec-voice__btn-ttl .--num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec-voice__btn-ttl .--num {
    font-size: 1.8rem;
  }
}
.sec-voice__btn-ttl-st {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .sec-voice__btn-ttl-st {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec-voice__btn-ttl-st {
    font-size: 1.6rem;
  }
}
.sec-voice__btn::before, .sec-voice__btn::after {
  content: "";
  position: absolute;
  right: 5px;
  width: 22.5px;
  height: 1px;
  background: #000;
  transition: opacity 0.3s ease;
}
.sec-voice__btn::before {
  top: 50%;
  transform: translateY(-50%);
}
.sec-voice__btn::after {
  top: 50%;
  transform: rotate(90deg);
  transition: 0.3s;
}
.sec-voice__btn.selected::after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.sec-voice__cnt {
  position: relative;
  margin-bottom: 24px;
  padding-inline: 16px;
  background: #fffdfc;
}
.sec-voice__cnt-img {
  margin-bottom: 24px;
}
.sec-voice__cnt-description {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .sec-voice__cnt-description {
    font-size: 1.4rem;
  }
}

.sec-flow {
  padding-block: 48px 12px;
}
.sec-flow__head {
  margin-bottom: 35px;
}
.sec-flow__items-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.sec-flow__items-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 156px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #ffffff 100%);
}
.sec-flow__items-wrap.open::after {
  opacity: 0;
  pointer-events: none;
}
.sec-flow__item {
  position: relative;
  margin-bottom: 56px;
}
.sec-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 24px;
  background: url(../../images/housenavi/icon-arrow_flow.svg) no-repeat center center/cover;
}
.sec-flow__cnt {
  padding: 30px 24px;
/*   background: #DCEFE0; */
  border-radius: 5px;
background: #EEFAE0;
}
.sec-flow__cnt-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 18px;
  margin-bottom: 25px;
}
.sec-flow__cnt-num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 26px;
  width: 56px;
  height: 40px;
  border-right: 1px solid var(--mc);
}
.sec-flow__cnt-num img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec-flow__cnt-name {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .sec-flow__cnt-name {
    font-size: 1.6rem;
  }
}
.sec-flow__cnt-description {
  font-size: 1.6rem;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .sec-flow__cnt-description {
    font-size: 1.4rem;
  }
}
.sec-flow__btn {
  position: relative;
  margin-top: -80px;
  padding-bottom: 64px;
}
.sec-flow__btn-txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-inline: auto;
  padding: 10px;
  width: 200px;
  height: 60px;
  background: var(--mc);
  border: 1px solid var(--mc);
  border-radius: 70px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ffffff;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .sec-flow__btn-txt {
    font-size: 1.4rem;
  }
}
.sec-flow__btn-txt::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/housenavi/icon-arrow_white.svg) no-repeat center center/cover;
  transform: rotate(90deg);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-flow__btn-txt:hover {
    background: #fff;
    color: var(--mc);
  }
  .sec-flow__btn-txt:hover:after {
    background: url(../../images/housenavi/icon-arrow.svg) no-repeat center center/cover;
  }
}

.sec-access {
  padding-block: 64px 60px;
  background: #fff;
}
.sec-access__head {
  margin-bottom: 25px;
}
.sec-access__description {
  margin-bottom: 22px;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  color: #3e4648;
}
@media screen and (max-width: 640px) {
  .sec-access__description {
    font-size: 1.8rem;
  }
}
.sec-access__info {
  margin-bottom: 25px;
  padding: 24px clamp(2.4rem, 1.9rem + 1.22vw, 3.5rem);
/*   background: #DCEFE0;
  border: 1px solid #DCEFE0; */
  border-radius: 5px;
border: 1px solid #6CB132;
background: #EEFAE0;
}
.sec-access__info-ttl {
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .sec-access__info-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec-access__info-ttl {
    font-size: 1.8rem;
  }
}
.sec-access__info-ttl::before {
  content: "";
  width: 49px;
  height: 43px;
  background: url(../../images/housenavi/icon-access-info.svg) no-repeat center center/cover;
}
.sec-access__info-txt {
  font-size: 1.4rem;
  line-height: 1.43;
  text-align: center;
  color: #332f2b;
}
.sec-access__list {
  border-bottom: 1px solid #d9d9d9;
}
.sec-access__heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  padding-inline: 15px;
  max-width: 432px;
  height: 105px;
  border-top: 1px solid #d9d9d9;
}
.sec-access__heading-name {
  font-size: 2rem;
  line-height: 1.6;
}
.sec-access__heading-add {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  line-height: 1.6;
  font-size: 1.4rem;
  line-height: 1.43;
}
.sec-access__heading-add::before {
  content: "";
  width: 13px;
  height: 18px;
  background: url(../../images/housenavi/icon-add.svg) no-repeat center center/cover;
}
.sec-access__heading::before, .sec-access__heading::after {
  content: "";
  position: absolute;
  right: 5px;
  width: 22.5px;
  height: 1px;
  background: #000;
  transition: opacity 0.3s ease;
}
.sec-access__heading::before {
  top: 50%;
  transform: translateY(-50%);
}
.sec-access__heading::after {
  top: 50%;
  transform: rotate(90deg);
  transition: 0.3s;
}
.sec-access__heading.active::after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.sec-access__box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.sec-access__box.open {
  max-height: 10000px;
}
.sec-access .js-property {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.sec-access .js-property.open {
  max-height: 5000px;
}
.sec-access__item-img {
  display: block;
  margin-bottom: 25px;
  margin-inline: auto;
  max-width: 400px;
}
.sec-access__item-info {
  margin-bottom: 30px;
}
.sec-access__item-add {
  margin-bottom: 20px;
  margin-inline: auto;
  max-width: 400px;
  font-size: 1.4rem;
  line-height: 1.43;
}
.sec-access__item-data {
  margin-bottom: 28px;
  margin-inline: auto;
  max-width: 400px;
}
.sec-access__item-data-txt {
  font-size: 1.4rem;
  line-height: 1.43;
}
.sec-access__item-note {
  margin-bottom: 24px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.43;
  color: #1f1f1f;
}
.sec-access__item-map {
  margin-bottom: 32px;
  width: 100%;
  aspect-ratio: 432/219;
}
.sec-access__item-map iframe {
  width: 100%;
  height: 100%;
}
.sec-access__item-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.sec-access__item-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-inline: auto;
  height: 52px;
  border-radius: 5px;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .sec-access__item-link {
    font-size: 1.4rem;
  }
}
.sec-access__item-link.--form {
  width: 313px;
  background: var(--mc);
  border: 1px solid var(--mc);
}
.sec-access__item-link.--form::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 15px;
  height: 15px;
  background: url(../../images/housenavi/icon-arrow_white.svg) no-repeat center center/cover;
  transform: rotate(90deg);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-access__item-link.--form:hover {
    background: #fff;
    color: var(--mc);
  }
  .sec-access__item-link.--form:hover:after {
    background: url(../../images/housenavi/icon-arrow.svg) no-repeat center center/cover;
  }
}
.sec-access__item-link.--phone {
  width: 111px;
  background: #878787;
  border: 1px solid #878787;
}
.sec-access__item-link.--phone::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../../images/housenavi/icon-phone_white.svg) no-repeat center center/cover;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-access__item-link.--phone:hover {
    background: #fff;
    color: #878787;
  }
  .sec-access__item-link.--phone:hover::before {
    background: url(../../images/housenavi/icon-phone.svg) no-repeat center center/cover;
  }
}

.benefit-cta {
  padding-block: 26px 40px;
/*   background: var(--mc); */
    background: linear-gradient(121deg, #6CB132 0%, #007757 98.52%);
}
.benefit-cta__block {
  position: relative;
}
.benefit-cta__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .benefit-cta__link:hover .benefit-cta__btn {
/*     background: var(--mc); */
    color: #fff;
background:#E9CD44;
  }
  .benefit-cta__link:hover .benefit-cta__btn::after {
    background: url(../../images/housenavi/icon-arrow_white.svg) no-repeat center center/cover;
  }
}
.benefit-cta__item {
  margin-bottom: 12px;
}
.benefit-cta__ttl {
  margin-bottom: 38px;
  text-align: center;
}
.benefit-cta__ttl span {
  padding-bottom: 12px;
  border-bottom: 1px solid #d8c369;
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .benefit-cta__ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .benefit-cta__ttl span {
    font-size: 1.8rem;
  }
}
.benefit-cta__img {
  margin-bottom: 24px;
}
.benefit-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  margin-inline: auto;
  padding: 10px;
  max-width: 367px;
  height: 60px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 70px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: var(--mc);
  text-align: center;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .benefit-cta__btn {
    font-size: 1.6rem;
  }
}
.benefit-cta__btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/housenavi/icon-arrow.svg) no-repeat center center/cover;
  transition: 0.4s;
}
.benefit-cta__txt {
  margin-bottom: 30px;
  margin-inline: auto;
  max-width: 335px;
  font-size: 1.2rem;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
}
.benefit-cta__note {
  margin-inline: auto;
  padding: 24px 16px;
  max-width: 400px;
  height: 100px;
  border: 1px solid #ffffff;
  overflow-y: auto;
}
.benefit-cta__note-txt {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.sec-contact {
  padding-block: 64px 80px;
background: #F6F5ED;
}
.sec-contact__head {
  margin-bottom: 25px;
}
.sec-contact__txt {
  margin-bottom: 34px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-contact__txt {
    font-size: 1.4rem;
  }
}
.sec-contact__note {
  margin-bottom: 40px;
  margin-inline: auto;
  max-width: 400px;
  padding: 16px 16px 24px;
/*   border: 0.5px solid #999999; */
border: 0.5px solid #6CB132;
background: #FFF;
}
.sec-contact__note-txt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.43;
  text-align: center;
}
.sec-contact__note-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 287px;
  height: 52px;
/*   background: #DCEFE0; */
/*   border: 1px solid #999999; */
  border-radius: 5px;
  font-size: 1.6rem;
  text-align: center;
background: #6CB132;
color:#fff;
}
.sec-contact .contact-form__tab {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
  margin: 0 auto 20px;
}
.sec-contact .contact-form__tab-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 14px) / 2);
}
.sec-contact .contact-form__select {
  padding: 0;
  background: transparent;
  border: none;
  opacity: 0.5;
  transition: 0.4s;
  cursor: pointer;
}
.sec-contact .contact-form__select.active {
  opacity: 1;
}
.sec-contact .contact-form__select:not(.active) {
  filter: grayscale(1);
}
@media screen and (min-width: 1025px) {
  .sec-contact .contact-form__select:hover {
    opacity: 1;
  }
}

.sec-company {
  padding-block: 60px 0;
/*   background: #f0f0f0; */
background: #F1F1F1;
}
.sec-company__head {
  margin-bottom: 36px;
}
.sec-company__anchor {
  margin-bottom: 40px;
}
.sec-company__anchor-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 17px;
}
.sec-company__anchor-item {
  width: calc((100% - 34px) / 3);
  cursor: pointer;
  transition: 0.4s;
}
.sec-company__anchor-item:hover .sec-company__anchor-img .--hover {
  opacity: 1;
}
.sec-company__anchor-item.swiper-slide-thumb-active .sec-company__anchor-img .--hover {
  opacity: 1;
}
.sec-company__anchor-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  transition: 0.4s;
}
.sec-company__anchor-img img {
  width: 128px;
}
.sec-company__anchor-img .--hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
}
.sec-company__anchor-txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-company__anchor-txt {
    font-size: 1.4rem;
  }
}
.sec-company__slide-wrap {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}
.sec-company__slide-item {
  position: relative;
  height: auto;
}
.sec-company__slide-img {
  margin-bottom: 30px;
}
.sec-company__slide-head {
  margin-bottom: 25px;
}
.sec-company__slide-ttl {
  position: relative;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-company__slide-ttl {
    font-size: 1.6rem;
  }
}
.sec-company__slide-txt {
  margin-inline: auto;
  max-width: 400px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .sec-company__slide-txt {
    font-size: 1.4rem;
  }
}
.sec-company .swiper-button-prev::after, .sec-company .swiper-button-next::after {
  content: "";
  width: 32px;
  height: auto;
  aspect-ratio: 1;
  background: url(../../images/housenavi/icon-arrow_slide.png) no-repeat center center/cover;
  transition: 0.4s;
}
.sec-company .swiper-button-prev.swiper-button-disabled, .sec-company .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-company .swiper-button-prev {
  top: 30%;
  left: 18px;
}
@media screen and (max-width: 640px) {
  .sec-company .swiper-button-prev {
    left: 4px;
  }
}
.sec-company .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.sec-company .swiper-button-next {
  top: 30%;
  right: 18px;
}
@media screen and (max-width: 640px) {
  .sec-company .swiper-button-next {
    right: 4px;
  }
}
.sec-company__overview {
  padding-block: 32px 57px;
  padding-inline: clamp(2.4rem, 1.7rem + 1.77vw, 4rem);
}
.sec-company__overview-item {
  display: flex;
  justify-content: space-between;
  padding-block: 19px 18px;
}
@media screen and (max-width: 640px) {
  .sec-company__overview-item {
    flex-direction: column;
  }
}
.sec-company__overview-item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.sec-company__overview-name {
  width: 92px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.43;
}
@media screen and (max-width: 640px) {
  .sec-company__overview-name {
    width: 100%;
  }
}
.sec-company__overview-value {
  width: calc(100% - 92px);
}
@media screen and (max-width: 640px) {
  .sec-company__overview-value {
    width: 100%;
  }
}
.sec-company__overview-value span {
  display: inline-block;
}
.sec-company__overview-value span:not(:last-child) {
  margin-bottom: 24px;
}
.sec-company__overview-value-txt {
  font-size: 1.4rem;
  line-height: 1.43;
}
.sec-company__overview-value-list {
  padding-left: 25px;
}
.sec-company__overview-value-item {
  list-style: disc;
  font-size: 1.4rem;
  line-height: 1.43;
}

/*アコーディオン */
.js-property {
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.js-property.is-open {
  display: block;
  opacity: 1;
  max-height: 10000px;
  transition: 0.3s;
}
.js-property-heading {
  cursor: pointer;
  user-select: none;
}

/* ****************************************************
*******************************************************

form

**************************************************** */

.section-contact {
  padding-top: 56px;
}

.contact-tab__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  gap: 16px;
  margin: 40px 0 32px 0;
}

.contact-tab {
  width: calc(50% - 8px);
  opacity: 0.4;
  cursor: pointer;
  transition: 0.3s;
}

@media (min-width: 1025px) {
  .contact-tab:hover {
    opacity: 1;
    transition: 0.3s;
  }
}

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

.contact-form {
  padding-bottom: 56px;
}

#form-cnt .tab-area {
  display: none;
  margin: 0 auto;
}

#form-cnt .tab-area.active {
  display: block;
}

#form-cnt .tab-area .form-msg {
  max-width: 252px;
  margin: 0 auto 40px auto;
  position: relative;
}

#form-cnt .tab-area .form-msg::before,
#form-cnt .tab-area .form-msg::after {
  content: "";
  display: block;
  width: 2px;
  height: 56px;
  background: #1E1E24;
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#form-cnt .tab-area .form-msg::before {
  left: -28px;
  transform: rotate(-20deg);
}

#form-cnt .tab-area .form-msg::after {
  right: -28px;
  transform: rotate(20deg);
}

#form-cnt .tab-area .form-msg__txt {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
  font-weight: 500;
}

.item-req {
  background: var(--mc);
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  width: 72px;
}

.item-noreq {
  background: #999;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 6px 22px;
  font-size: 14px;
  width: 72px;
}

.reserve-notice {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  /* 171.429% */
  letter-spacing: 0.7px;
  margin-top: 16px;
}
.an-wrap ul{
  margin-top:0;
}
.an-wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
}

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

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

.privacy-box {
  background: #fff;
  border: none;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border: 1px solid #999;
}

/* 250319 */
.privacy-box h3 {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.privacy-box p {
  margin-bottom: 12px;
  font-size: 1.4rem;
}

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

form {
  overflow: hidden;
}

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

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

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

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: #eee; */
background:#fff;
}

.wpcf7c-elm-step1 {
  background: #1E1E24;
  color: #fff;
  border: unset;
}

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



.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  size: cover !important;
  position: center center !important;
}

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

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

li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}


.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%;
/*   background: #eee; */
background:#fff;

}

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

.wpcf7-form-control.wpcf7-checkbox label {
  display: flex;
  align-items:center;
  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 * {
}

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

.form__notice {
  font-size: 14px;
  margin-top: 16px;
}

.privacy-policy-scroll {
  background: #FFF;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}

.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
}

.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #FFF;
}

.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}

.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
}

.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}

.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}

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


.section-form__check1,
.section-form__check2 {
  text-align: center;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.5;
}

span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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


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

.wpcf7-checkbox .wpcf7-list-item input {
  display: inline-block;
  vertical-align: bottom;
}

.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  width: auto;
  flex:1;
}

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

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

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

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

@media(max-width: 640px) {
  .contact-tab__wrap {
    padding: 0;
    gap: 16px;
    margin: 4% 0;
  }
}

/* 250314 アコーディオン */
.js-property {
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.js-property.is-open {
  display: block;
  opacity: 1;
  max-height: 10000px;
  transition: 0.3s;
}

.js-property-heading {
  cursor: pointer;
  user-select: none;
}
/*
.banner {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  color: #fff;
  max-width: 440px;
  z-index: 1111;
}

@media(max-width: 1024px) {
  .fixed.banner {
    display: block;
  }
}
*/
#property01,#property02,#property03,#property04{
  scroll-margin-top: 80px;
  margin-top: -80px;
  padding-top: 80px;
}
#section-contact_anc{
  scroll-margin-top: 20px;
}
@media(max-width: 1024px) {
  #section-contact_anc{
    scroll-margin-top: 40px;
  }
}

@supports (-webkit-touch-callout: none) {
  .wpcf7-checkbox .wpcf7-list-item input{
    /* transform: translateY(-3px); */
    margin: 0;
    padding: 0;
  }
  .wpcf7-list-item input[type=radio]{
    /* transform: translateY(-3px); */
    margin: 0;
    padding: 0;
  }
  .wpcf7-list-item{
    margin-bottom:2%;
  }
}
.sec-strong__anchor-btn,
.sec-access__heading {
	cursor: pointer;
}

/*0718追加*/
.sec-intro {
  padding-block: 56px;
  background: #DCEFE0;
  text-align: center;
}
.sec-intro__head {
  margin-bottom: 32px;
}
.sec-intro__ttl-img {
  display: block;
  margin-bottom: 16px;
  margin-inline: auto;
}
.sec-intro__ttl-st {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .sec-intro__ttl-st {
    font-size: 2rem;
  }
}
.sec-intro__guide {
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}
.sec-intro__guide-st {
  display: inline-block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.75;
}
.sec-intro__about {
  padding-inline: 1em;
}
.sec-intro__about-st {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.75;
}
.sec-intro__about-st + .sec-intro__about-st {
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .sec-intro__about-st {
    font-size: 1.4rem;
  }
}

.sec-question__trouble-slider {
	margin: 0 auto;
	max-width: 320px;
}
.sec-question__trouble-slider-item {
	padding: 16px 24px;
/* 	background: #fff; */
	border-radius: 5px;
background: #EEFAE0;
}
.sec-question__trouble-slider-item-ttl {
	margin-bottom: 16px;
	text-align: center;
	font-size: 20px;
}
.sec-question__trouble-slider-item-txt {
	text-align: left;
	font-size: 14px;
	min-height: calc(3em*1.75);
}
.sec-question__trouble-cnt {
	position: relative;
}
.sec-question__trouble-cnt  .swiper-button-prev, .sec-question__trouble-cnt  .swiper-button-next {
  width: 27px;
  height: 27px;
}
.sec-question__trouble-cnt .swiper-button-prev::after, .sec-question__trouble-cnt  .swiper-button-next::after {
  content: "";
  width: 27px;
  height: 27px;
  aspect-ratio: 1;
  background: url(../../images/housenavi/icon-arrow_slide02.png) no-repeat center center/cover;
  transition: 0.4s;
}

.sec-question__slide-tab {
	position: relative;
}
.sec-question__slide-tab::after {
	position: absolute;
	left: 0;
	top: 63%;
	transform: translateY(-50%);
	  content: "";
  width: 100%;
  aspect-ratio: 400/30;
  background: url(../../images/housenavi/menu_icon.png) no-repeat center center/100% auto;
	z-index: 10;
	pointer-events: none;
}