@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* ##### メディアクエリ ##### */
/* ##### カラーコードの指定 ##### */
:root {
  --color-001: #e9f2e6;
  --color-002: 58,161,72;
  --color-003: #444;
  --color-004: #acacac;
  --color-filter: brightness(0) saturate(100%) invert(41%) sepia(53%) saturate(5963%) hue-rotate(217deg) brightness(88%) contrast(100%);
}

/* カスタムプロパティでフォントの設定 */
:root {
  --font-001: "Noto Serif JP", serif;
  --font-002: "Lato", sans-serif;
}

/* ##### 全体の設定 ##### */
html,
body {
  font-family: var(--font-001);
  font-weight: normal;
  /* font-size: 14px; */
  color: var(--color-003);
  font-style: normal;
}

main {
  position: relative;
  z-index: 2;
}

.container {
  position: relative;
  z-index: 2;
}

[class^=inner] {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  max-width: 1000px;
}
.inner850 {
  max-width: 850px;
}
.inner1280 {
  max-width: 1280px;
}

.map {
  width: 100%;
  position: relative;
}
.map::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
}

@media (max-width: 1024px) {
  html,
body {
    font-size: 16px;
  }
  [class^=inner] {
    width: 92%;
  }
}
@media (max-width: 599px) {
  [class^=inner] {
    width: 90%;
  }
  .map::before {
    padding-top: 100%;
  }
}
/* ##### パララックス ##### */
.parallax-image {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.parallax-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.parallax-window {
  height: 55vh;
  position: relative;
}
.parallax-shape {
  width: 100%;
  height: 5.9vw;
  overflow: hidden;
  margin-bottom: -2px;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.parallax-shape svg {
  width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
}
.parallax-shape svg path {
  fill: var(--color-001);
}
.parallax-shape svg .shape-desktop {
  display: block;
}
.parallax-shape svg .shape-mobile {
  display: none;
}

@media (max-width: 599px) {
  .parallax-shape {
    height: 18.2vw;
  }
  .parallax-shape svg .shape-desktop {
    display: none;
  }
  .parallax-shape svg .shape-mobile {
    display: block;
  }
}
/* ##### 余白 ##### */
.space-only-top {
  padding-bottom: 0;
}
.space-only-bottom {
  padding-top: 0;
}
.space-01 {
  padding: 100px 0;
}
.space-02 {
  margin: 100px 0;
}
.space-03 {
  padding: 64px 0;
}
.space-05 {
  padding: clamp(1rem, 0.4rem + 2.56vw, 2rem) 0;
}

.margin-01 {
  margin: 1em 0;
}

@media (max-width: 1024px) {
  .space-01 {
    padding: 65px 0;
  }
  .space-02 {
    margin: 80px 0;
  }
}
@media (max-width: 599px) {
  .space-03 {
    padding: 48px 0;
  }
}
/* ##### テキスト ##### */
.text-align-center {
  text-align: center;
}
.text-01 {
  font-family: var(--font-001);
  font-weight: 500;
  font-size: clamp(1.125rem, 1.073rem + 0.22vw, 1.25rem);
}
.text-02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.text-03 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin: 40px 0px 0px 0px;
  text-align: left;
}
.text-04 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin: 24px 0px 0px 0px;
  text-align: left;
}
.text-05 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

.-mt10 {
  margin-top: 10px;
}

.zen-kaku {
  font-family: var(--font-001);
}

.italic {
  font-style: italic;
}

@media (max-width: 1024px) {
  .text-03 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 8px 0px 0px 0px;
  }
  .text-04 {
    margin-top: 16px;
  }
}
@media (max-width: 599px) {
  .text-03 {
    font-size: 15px;
  }
  .text-04 {
    font-size: 14px;
  }
  .text-05 {
    font-size: 14px;
  }
}
/* ##### 見出し ##### */
.heading-01 {
  display: flex;
  flex-direction: column;
}
.heading-01 .sub {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  color: rgba(var(--color-002), 1);
  margin-bottom: 15px;
}
.heading-01 .main {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
}
.heading-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-size: 32px;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
.heading-02::after {
  content: "";
  display: block;
  background-color: rgba(var(--color-002), 1);
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 64px;
}
.heading-02 .sub {
  color: rgba(var(--color-002), 1);
  font-family: var(--font-002);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}
.heading-02-text {
  color: rgba(var(--color-002), 1);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  margin: 24px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
.heading-02-text02 {
  display: flex;
  flex-direction: column;
}
.heading-02-text02 .sub {
  color: rgba(var(--color-002), 1);
  font-family: var(--font-002);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}
.heading-02-text02 .main {
  font-size: 30px;
  font-weight: 900;
  height: auto;
  line-height: 1.3;
  margin: 32px 0px 0px 0px;
  text-align: left;
}
.heading-02-text03 {
  display: flex;
  flex-direction: column;
}
.heading-02-text03 .sub {
  color: rgba(var(--color-002), 1);
  font-family: var(--font-002);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-align: left;
  justify-content: flex-start;
}
.heading-02-text03 .main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
}
.heading-03 {
  font-size: 38px;
  font-weight: 900;
  height: auto;
  line-height: 1.3;
  margin: 0px 40px;
  padding: 0px;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 5;
  max-width: calc(100% - 80px);
}
.heading-04 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 32px;
}
.heading-04-text {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  justify-content: flex-start;
}
.heading-05 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.heading-05-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .heading-02-text02 .main {
    margin-top: 16px;
  }
  .heading-03 {
    font-size: 34px;
    max-width: unset;
    margin: 0;
  }
  .heading-05 {
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .heading-01 .sub {
    font-size: 16px;
  }
  .heading-01 .main {
    font-size: 28px;
    line-height: 1.3;
  }
  .heading-02 {
    margin-bottom: 48px;
  }
  .heading-02 .sub {
    font-size: 13px;
  }
  .heading-02 .main {
    font-size: 24px;
  }
  .heading-02-text {
    font-size: 20px;
  }
  .heading-02-text02 .sub {
    font-size: 18px;
  }
  .heading-02-text02 .main {
    font-size: 22px;
  }
  .heading-02-text03 .sub {
    font-size: 14px;
  }
  .heading-02-text03 .main {
    font-size: 16px;
    margin-top: 16px;
  }
  .heading-03 {
    font-size: 22px;
  }
  .heading-04 {
    font-size: 18px;
  }
  .heading-04-text {
    font-size: 20px;
  }
  .heading-05 {
    font-size: 22px;
  }
  .heading-05-text {
    font-size: 20px;
    text-align: center;
  }
}
.slip a {
  display: block;
  z-index: 2;
}
.slip a:hover {
  transform: translate(0.25em, 0);
}

/* ##### ヘッダー ##### */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: white;
  box-shadow: 0px 4px 16px rgba(56, 63, 73, 0.16);
}
.header-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: auto;
  padding: 0px 0px 0px 24px;
  z-index: 3;
}
.header-logo {
  width: 100%;
  max-width: 180px;
  flex-shrink: 0;
}
.header-drawer {
  width: 100%;
}
.header-drawer-inner {
  width: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.header-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px 16px;
  flex-grow: 1;
  margin-left: auto;
}
.header-list li a {
  font-family: var(--font-001);
  font-size: 14px;
  font-weight: 900;
  position: relative;
  padding-bottom: 5px;
}
.header-list li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--color-003);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.header-list li a:hover {
  opacity: 1;
}
.header-list li a:hover::before {
  width: 100%;
}
.header-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  overflow: hidden;
  width: 145px;
}
.header-btn a {
  padding: 2em 0.5em;
  width: 100%;
  max-width: 100%;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  text-align: center;
  background-color: var(--color-003);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-003);
  height: 100%;
}
.header-btn a .icon {
  width: 18px;
  margin-right: 5px;
  flex-shrink: 0;
}
.header-btn a:hover {
  opacity: 1;
  background-color: #fff;
  color: inherit;
}
.header-btn a:hover .icon.-download {
  filter: var(--color-filter);
}
.header-btn a:hover .icon.-mail {
  filter: brightness(0) saturate(100%) invert(16%) sepia(4%) saturate(1291%) hue-rotate(173deg) brightness(102%) contrast(89%);
}
.header-btn-box-wrap {
  display: flex;
  align-items: center;
}
.header-btn.-btn01 a {
  background-color: rgba(var(--color-002), 1);
  border-color: rgba(var(--color-002), 1);
}
.header-btn.-btn01 a:hover {
  background-color: #fff;
  color: rgba(var(--color-002), 1);
}
.header-tel-box {
  flex-shrink: 0;
}
.header-tel-box .tel-box-inner {
  position: relative;
  padding: 0 15px;
  max-width: 200px;
}
.header-tel-box .tel-box-inner::before {
  content: "";
  background-color: var(--color-004);
  width: 2px;
  height: 80%;
  opacity: 0.8;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-tel-box .tel-box-inner .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.header-tel-box .tel-box-inner .tel-wrap {
  display: flex;
  align-items: center;
}
.header-tel-box .tel-box-inner .tel-wrap .icon {
  width: 20px;
}
.header-tel-box .tel-box-inner .tel-wrap .tel {
  font-family: var(--font-002);
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.4;
  margin: 0px 0px 0px 4px;
}
.header-tel-box .tel-box-inner .sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 1024px) {
  .header-drawer {
    width: 100%;
    height: 100%;
    display: block;
    visibility: hidden;
    overflow: hidden;
    padding: clamp(3rem, 2.378rem + 2.65vw, 4.5rem) 1em 1em 1em;
    background-color: white;
    opacity: 0;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    top: 0;
    left: 0;
    z-index: -10;
  }
  .header-drawer-inner {
    flex-direction: column;
    max-width: 240px;
    max-height: 100%;
  }
  .header-tel-box {
    flex-shrink: 0;
    margin-top: 25px;
    border-top: 1px solid rgba(var(--color-002), 0.3);
    padding-top: 25px;
    width: 100%;
  }
  .header-list {
    display: block;
    margin-left: 0;
    overflow-y: scroll;
    max-height: calc(100% - 310px);
    width: 100%;
    padding: 1em;
  }
  .header-list li a {
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
  }
  .header-list li + li {
    margin-top: 1rem;
  }
  .header-btn {
    width: 100%;
    margin: 1em auto 0;
  }
  .header-btn a {
    padding: 1em 0.5em;
    width: 100%;
  }
  .header-btn-box-wrap {
    display: block;
  }
  .header-inner {
    justify-content: space-between;
    padding: 0px 0px 0px 16px;
  }
  .header-logo {
    max-width: 150px;
  }
  .drawer-active .header-drawer {
    visibility: visible;
    opacity: 1;
    z-index: 10;
  }
}
/* ##### フッター ##### */
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-list {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 40px;
}
.footer-list .logo {
  max-width: 200px;
}
.footer-list .address .company {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}
.footer .copyright {
  background: var(--color-003);
  color: #fff;
  padding: 16px 0px 16px 0px;
  text-align: center;
  font-family: var(--font-002);
}

@media (max-width: 1024px) {
  .footer-list .logo {
    max-width: 120px;
  }
  .footer .address {
    font-size: 14px;
    font-weight: 500;
  }
  .footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .footer-container {
    flex-direction: column;
  }
  .footer-list {
    margin-bottom: 3em;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
/* ##### ハンバーガーボタン オーバーレイ ##### */
.hamburger {
  display: none;
}

.sp-right {
  display: none;
}

.cta-btn a {
  width: 84px;
  height: 84px;
  background-color: rgba(var(--color-002), 1);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta-btn a .icon {
  width: 20px;
}
.cta-btn a .text {
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .overlay {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    z-index: -10;
    touch-action: none;
  }
  .sp-right {
    display: flex;
  }
  .hamburger {
    width: 84px;
    height: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s linear;
    z-index: 11;
  }
  .hamburger a, .hamburger:hover, .hamburger:focus {
    opacity: 1;
  }
  .menu-trigger {
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: 0.3s linear;
    position: relative;
    background-color: var(--color-003);
    color: #fff;
    height: 100%;
  }
  .menu-trigger span {
    width: 28px;
    height: 1px;
    display: inline-block;
    border-top: 2px solid #fff;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.2);
    transition: 0.3s linear;
    transform-origin: center center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu-trigger span:nth-of-type(1) {
    top: 24px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 30px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 36px;
  }
  .menu-trigger .text {
    border: none;
    font-size: 12px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 48px;
    font-weight: 700;
  }
  .menu-trigger .text::before {
    content: "メニュー";
  }
  body.drawer-active {
    overflow: hidden;
    touch-action: none;
  }
  body.drawer-active .menu-trigger .text::before {
    content: "閉じる";
  }
  .drawer-active .overlay {
    display: block;
    z-index: 5;
  }
  .drawer-active .menu-trigger span {
    box-shadow: none;
  }
  .drawer-active .menu-trigger span:nth-of-type(1) {
    transform: rotate(25deg) translateX(-50%);
    top: 32px;
  }
  .drawer-active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .drawer-active .menu-trigger span:nth-of-type(3) {
    transform: rotate(-25deg) translateX(-50%);
    top: 20px;
  }
}
@media (max-width: 599px) {
  .cta-btn a {
    width: 64px;
    height: 70px;
  }
  .hamburger {
    width: 64px;
    height: 70px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 26px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 32px;
  }
  .menu-trigger .text {
    font-size: 10px;
    top: 42px;
  }
}
/* ##### メインビジュアル ##### */
.hero-section-wrap {
  display: grid;
  padding: 0 clamp(0.5rem, -0.122rem + 2.65vw, 2rem);
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(0.5rem, -0.122rem + 2.65vw, 2rem) clamp(0.5rem, -0.122rem + 2.65vw, 2rem);
  grid-template-areas: "hero-section-grid-01 hero-section-grid-02" "hero-section-grid-01 hero-section-grid-03";
}
.hero-section-item {
  overflow: hidden;
  border-radius: clamp(0.5rem, -0.122rem + 2.65vw, 2rem);
}
.hero-section-item .img {
  height: 100%;
}
.hero-section-arrow {
  width: 88px;
  height: 88px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section-arrow a {
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid var(--color-001);
  border-radius: 100%;
  background-color: var(--color-003);
  position: relative;
}
.hero-section-arrow a::before {
  content: "";
  width: 2px;
  height: 1.25em;
  display: block;
  margin: auto;
  background-color: white;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section-arrow a::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  margin: auto;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section-arrow a:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 599px) {
  .hero-section-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .hero-section-grid-01 {
    width: 100%;
  }
  .hero-section-grid-02, .hero-section-grid-03 {
    width: calc(50% - clamp(0.5rem, -0.122rem + 2.65vw, 2rem) / 2);
  }
}
/* ##### 各セクション ##### */
.section-bgc {
  background-color: rgba(var(--color-002), 0.1);
}
.section-bgc-white {
  background-color: white;
}
.section-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 84px;
}
.section-01-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: calc(100vh - 84px);
}
.section-01-inner .left-block {
  width: 60%;
}
.section-01-inner .left-block .text-box {
  width: 100%;
}
.section-01-inner .left-block .image-box {
  width: 80%;
  margin-top: 5rem;
}
.section-01-inner .right-block {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section-02 {
}
.section-03-inner {
  max-width: calc(100% - 64px);
  margin-bottom: 72px;
}
.section-04 {
  background-color: rgba(var(--color-002), 0.8);
  color: #fff;
}
.section-04 .btn-01 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.section-06 {
}
.section-08 {
  background-color: rgba(var(--color-002), 0.1);
}
.section-08-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.section-08-inner .image-box {
  width: calc(60% - 40px);
  position: relative;
}
.section-08-inner .image-box .image {
  border-radius: 8px;
  overflow: hidden;
}
.section-08-inner .image-box .image-title {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
  padding: 8px 10px;
  text-align: center;
  z-index: 2;
  width: calc(100% - 24px);
  max-height: calc(100% - 24px);
  overflow: hidden;
}
.section-08-inner .text-box {
  width: 40%;
  flex-grow: 1;
}
.section-08-inner .text-box-title {
  color: rgba(var(--color-002), 1);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 16px;
}
.section-08-inner .text-box-list {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
.section-08-inner .text-box-list li {
  padding-left: 1em;
  position: relative;
}
.section-08-inner .text-box-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.section-08-inner .text-box-list li + li {
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .section-01-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-01 .text-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-01 .image-box {
    width: 60%;
    margin-top: 2rem;
  }
  .section-01 .left-block {
    width: 100%;
  }
  .section-01 .left-block .text-box {
    width: 100%;
  }
  .section-01 .left-block .image-box {
    width: 60%;
    margin-top: 2rem;
  }
  .section-01 .right-block {
    width: 100%;
    flex-direction: row;
    gap: 20px;
  }
  .section-02 {
    margin-bottom: 30px;
  }
  .section-03-inner {
    max-width: 100%;
  }
  .section-08-inner {
    flex-wrap: wrap;
    gap: 0;
  }
  .section-08-inner .image-box {
    width: 100%;
  }
  .section-08-inner .text-box {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 599px) {
  .section-01 .image-box {
    width: 90%;
  }
  .section-02 {
    margin-bottom: 10px;
  }
  .section-08-inner .image-box .image-title {
    font-size: 13px;
    top: 10px;
    line-height: 1.4;
    padding: 4px;
    width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    border-radius: 5px;
  }
  .section-08-inner .text-box-title {
    font-size: 16px;
  }
  .section-08-inner .text-box-list {
    font-size: 20px;
  }
}
.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.logo-list li {
  width: calc((100% - 70px) / 8);
}

@media (max-width: 1024px) {
  .logo-list li {
    width: calc((100% - 50px) / 5);
  }
}
@media (max-width: 599px) {
  .logo-list {
    gap: 15px;
  }
  .logo-list li {
    width: calc((100% - 30px) / 3);
  }
}
/* ##### パーツ ##### */
.box-01 {
  display: flex;
}
.box-01-item-01 {
  width: 8em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  margin-top: 1em;
}
.box-01-item-02 {
  width: auto;
  flex-grow: 1;
}
.box-02 {
  display: flex;
}
.box-02-item-01 {
  width: 25%;
  flex-shrink: 0;
}
.box-02-item-02 {
  width: auto;
  flex-grow: 1;
}

.element {
  overflow: hidden;
  border-radius: 1em;
}
.element + .element {
  margin-top: 3em;
}
.element-01 {
  padding: 2em 1.5em;
  background-color: white;
}

.list-card-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  padding-bottom: 100px;
}
.list-card-01 li {
  width: calc((100% - 3em) / 3);
}
.list-card-01::before {
  content: "";
  background-image: url('/import/tenant_1/naturalhouse.a-bisu.jp/template_02/images/parts/parts_001.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 16/80;
  width: 6px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.list-card-02 li {
  width: 100%;
}
.list-card-02 li + li {
  margin-top: 80px;
}
.list-card-03 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 0px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.list-card-03 li {
  background: var(--color-001);
  border-radius: 8px;
  padding: 24px 24px 24px 44px;
  width: 253px;
  position: relative;
}
.list-card-04 li + li {
  margin-top: 24px;
}
.list-card-04 .card {
  background-color: var(--color-001);
  padding: 56px 56px 56px 56px;
  border-radius: 8px;
}
.list-card-04 .card-04-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  gap: 50px;
}
.list-card-04 .card-04-image {
  width: 46%;
  border-radius: 8px;
  overflow: hidden;
}
.list-card-04 .card-04-content {
  width: 50%;
  flex-grow: 1;
}
.list-card-05 li {
  position: relative;
}
.list-card-05 li + li {
  margin-top: 50px;
}
.list-card-05 li + li::before {
  content: "";
  background-color: #303439;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 55px;
  height: 25px;
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.list-card-06 li + li {
  margin-top: 24px;
}
.list-table {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
}
.list-table + .list-table {
  margin-top: 1em;
}
.list-table dt {
  width: 20%;
  flex-shrink: 0;
}
.list-table dd {
  width: auto;
  flex-grow: 1;
  padding-left: 1em;
}
.list-news li + li {
  margin-top: 1em;
}

.card-01 {
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: flex-start;
  padding: 24px 24px 32px 24px;
}
.card-01-image {
  overflow: hidden;
  margin-bottom: 1em;
}
.card-02 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.card-02-image {
  position: relative;
  width: 48%;
}
.card-02-caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  padding: 0.5em 1em;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 0 0 1em 0;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-02-content {
  width: 48%;
  align-self: center;
  flex-grow: 1;
}
.card-02-link {
  margin-top: 1em;
}
.card-02-link a {
  font-size: 12px;
  text-decoration: underline;
}
.card-03 {
  width: 100%;
}
.card-03::before {
  content: "";
  background: rgba(var(--color-002), 1);
  display: block;
  height: 3.6rem;
  width: 6px;
  flex-shrink: 0;
  position: absolute;
  top: 24px;
  left: 24px;
}
.card-05-inner {
  align-items: flex-start;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 40px 48px;
  background-color: #fff;
  width: 100%;
}
.card-05-num {
  color: #acacac;
  font-family: var(--font-002);
  font-size: 64px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  text-align: left;
  justify-content: center;
  flex-shrink: 0;
  min-width: 90px;
}
.card-06-q {
  background-color: var(--color-001);
  border-radius: 8px;
  padding: 16px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}
.card-06-q::before {
  content: "Q.";
  font-family: var(--font-002);
  font-weight: 900;
  color: rgba(var(--color-002), 1);
  margin-right: 8px;
  flex-shrink: 0;
}
.card-06-a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding: 12px;
}

.btn-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em auto 0;
}
.btn-01 a {
  background: rgba(var(--color-002), 1);
  border-bottom: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  border-radius: 10rem;
  border-right: 3px solid #FFFFFF;
  border-top: 3px solid #FFFFFF;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: 700;
  padding: 24px 64px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.btn-01 a .icon {
  width: 26px;
  transform: translateY(3px);
  flex-shrink: 0;
  align-self: center;
}
.btn-01 a:hover {
  scale: 1.1;
  opacity: 1;
  background-color: rgba(var(--color-002), 0.8);
  filter: brightness(1.2);
}
.btn-01-text {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 12px;
}
.btn-01-deco {
  width: 4em;
  height: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--color-004);
}
.btn-01-deco::before {
  content: "";
  width: 3px;
  height: 30%;
  display: inline-block;
  border-left: 3px dotted var(--color-003);
}
.btn-02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 0;
}
.btn-02 a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  gap: 3px;
  position: relative;
  padding-bottom: 5px;
}
.btn-02 a:hover {
  opacity: 1;
}
.btn-02 a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.btn-02 a:hover::before {
  content: "";
  width: 100%;
}
.btn-02 a .icon {
  width: 22px;
  transform: translateY(1px);
  margin-right: 3px;
}

@media (max-width: 1024px) {
  .box-02 {
    display: block;
  }
  .box-02-item-01, .box-02-item-02 {
    width: 100%;
  }
  .list-card-01 {
    gap: 2em;
  }
  .list-card-01 li {
    width: calc(100% - 160px);
    margin-left: auto;
    margin-right: auto;
  }
  .list-card-02 {
    gap: 72px;
  }
  .list-card-02 li {
    width: 100%;
  }
  .list-card-04 .card-04-inner {
    flex-wrap: wrap;
    gap: 0;
  }
  .list-card-04 .card-04-image {
    width: 100%;
  }
  .list-card-04 .card-04-content {
    width: 100%;
    margin-top: 32px;
  }
  .card-02 {
    flex-direction: column-reverse;
    gap: 0;
  }
  .card-02-content {
    width: 100%;
  }
  .card-02-content .text-03 {
    margin-top: 32px;
  }
  .card-02-image {
    width: 100%;
    margin-top: 24px;
  }
  .card-03 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .box-01-item-01 {
    width: 3em;
    align-items: center;
    margin-top: 0.75em;
    padding: 0 0.5em;
  }
  .list-card-01 li {
    width: 100%;
  }
  .list-card-02 li {
    width: 100%;
  }
  .list-card-03 {
    gap: 16px;
    max-width: 90%;
    width: 100%;
  }
  .list-card-03 li {
    width: 100%;
  }
  .list-card-04 .card {
    padding: 40px 24px;
  }
  .list-card-04 .card-04-content {
    margin-top: 24px;
  }
  .list-card-05 li + li {
    margin-top: 40px;
  }
  .list-card-05 li + li::before {
    width: 40px;
    height: 18px;
    top: -28px;
  }
  .list-table {
    display: block;
    font-weight: 500;
  }
  .list-table dt,
.list-table dd {
    width: 100%;
  }
  .list-table dd {
    margin-top: 0.25em;
    padding-left: 0;
  }
  .card-02-content .text-03 {
    font-size: 16px;
    line-height: 1.8;
  }
  .card-03 {
    padding: 16px 16px 16px 34px;
  }
  .card-03-step {
    padding-bottom: 1em;
    padding-right: 0;
  }
  .card-03-title {
    font-size: 15px;
  }
  .card-03::before {
    height: calc(100% - 26px);
    width: 5px;
    left: 16px;
  }
  .card-05-inner {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0px 24px 24px 24px;
  }
  .card-05-num {
    min-width: unset;
  }
  .card-06-q {
    font-size: 18px;
  }
  .card-06-a {
    font-size: 14px;
  }
  .btn-01 a {
    font-size: 16px;
    padding: 24px 25px;
  }
  .btn-02 a {
    font-size: 14px;
  }
}
