@charset "utf-8";
.invisible-style{
  display: none!important;
}

.js-text .char {
  display: inline-block;
}

html {
  word-break: auto-phrase;
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}


body{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
.link-opacity:hover {
  opacity: 0.5;
}


img {
  max-width: 100%;
  display: block;
  width: 100%;
}

p,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}


/* 共通パーツ */
.inner {
  max-width: 1920px!important;
  margin: 0 auto;
}

/* パンくずリスト　*/
.pg-breadcrumb {
      display: flex;
    align-items: center;
    column-gap: 0.5em;
}
.breadcrumb__text {
      font-size: 14px;
    font-weight: 500;
    color: #2E619A;
}

/* pg-fv */
.pg-fv {
  padding-top: clamp(7.5rem, 5rem + 5.21vw, 11.25rem);
}
.pg-fv__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.pg-fv__title {
      margin-top: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
    position: relative;
    padding-bottom: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    border-bottom: 3px solid #2E619A;
}
.pg-fv-title__text {
        font-size: clamp(1.5rem, 0.167rem + 2.78vw, 3.5rem);
    color: #2E619A;
    font-weight: 700;
}
.pg-fv-title__car {
      width: clamp(3.5rem, 1.667rem + 3.82vw, 6.25rem);
    position: absolute;
    bottom: 0;
    right: 20%;
}
.pg-fv-title__house {
      width: clamp(7.5rem, 3rem + 9.38vw, 14.25rem);
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 767px) {
  .pg-fv-title__house {
    width: clamp(2.938rem, -1.782rem + 19.36vw, 7.5rem);
  }
  .pg-fv-title__car {
    width: clamp(1.5rem, -3.414rem + 20.16vw, 6.25rem);
  }
}

/* btn1 */
.btn1 {
      width: fit-content;
    display: flex;
    align-items: center;
    column-gap: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
}
.btn1__icon {
      width: clamp(3.75rem, 3.417rem + 0.69vw, 4.25rem);
    object-fit: contain;
    transition: all 0.5s;
}
.btn1__text {
      font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
    font-weight: 700;
    color: #2E619A;
}
.btn1:hover .btn1__icon {
  transform: scale(1.1);
}

/* section__title */
.section__title {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.section__title--left {
    align-items: flex-start;
}
.section-title__top {
      display: flex;
    align-items: center;
    column-gap: clamp(0.25rem, 0.083rem + 0.35vw, 0.5rem);
}
.section-title__icon {
      width: clamp(0.188rem, 0.104rem + 0.17vw, 0.313rem);
    height: clamp(0.188rem, 0.104rem + 0.17vw, 0.313rem);
    border-radius: 50%;
    background-color: #2E619A;
}
.section-title__sub {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 500;
    color: #2E619A;
}
.section-title__sub--20 {
  font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
  font-weight: 700;
}
.section-title__main {
      font-size: clamp(2.5rem, 1.667rem + 1.74vw, 3.75rem);
    font-weight: 700;
    color: #2E619A;
  line-height: 1;
}
.section-title__main--160 {
  font-size: clamp(3rem, -1.667rem + 9.72vw, 10rem);
}
.section-title__main--100 {
  font-size: clamp(2.5rem, 5.21vw, 6.25rem);
}

/* pcとspの文字切り替え */
.sp-content {
  display: none;
}
@media (max-width: 767px) {
    .pc-content {
    display: none;
  }
  .sp-content {
    display: block;
  }
}

/* アニメーション */
.anime2 {
  animation-delay: 0.5s;
}
.anime3 {
  animation-delay: 1s;
}
.anime4 {
  animation-delay: 1.5s;
}
.anime5 {
  animation-delay:2s;
}
.anime6 {
  animation-delay: 2.5s;
}
.anime7 {
  animation-delay: 3s;
}
.anime8 {
  animation-delay: 3.5s;
}
.anime9 {
  animation-delay: 4s;
}
.anime10 {
  animation-delay: 4.5s;
}
.anime11 {
  animation-delay: 5s;
}
.anime12 {
  animation-delay: 5.5s;
}