<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;family=Roboto:ital,wght@0,700;1,700&amp;display=swap");
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-green: #153940;
  --color-green2: #1a8191;
  --color-orange: #c74700;
  --color-yellow: #e2e000;
  --color-gray: #e1e6ef;
  --color-red: #d22e34;
  --color-green-rgb: 21, 57, 64;
  --color-yellow-rgb: 226, 224, 0;
  --bgcolor-green: #f2fdff;
  --bgcolor-yellow: #fffedf;
  --bgcolor-lightgray: #f2f2f2;
  --inner-size: 96%;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-num: "Roboto", system-ui;
}

.tenji-search #map .tenji-search-map-content__wrap {
  box-sizing: content-box;
}

.tenji-search #map .tenji-search-map-content__wrap a.tenji-search-map-content__link {
  color: #fff;
}
.tenji-search #map .tenji-search-map-content__wrap a.tenji-search-map-content__link span {
  color: #fff;
}

.lp-taishin * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  line-height: 1.6;
  color: var(--color-green);
}
@media screen and (max-width: 767px) {
  .lp-taishin * {
    font-size: 16px;
  }
}
.lp-taishin em {
  font-weight: 700;
}
.lp-taishin img {
  vertical-align: middle;
}
.lp-taishin a:link {
  color: initial;
  text-decoration: none;
}
.lp-taishin &gt; section {
  overflow-x: clip;
}
.lp-taishin-c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: 100%;
  max-width: 328px;
  padding: 20px 32px;
  border-radius: 100vmax;
  color: var(--color-white) !important;
  background-color: var(--color-red);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .lp-taishin-c-btn:hover {
    opacity: 0.8;
  }
}
.lp-taishin-c-btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  border-radius: 2px;
  transform: rotate(45deg);
}
.lp-taishin-c-btn.border {
  gap: 0 15px;
  padding: 20px 30px;
  background-color: transparent;
  border: 2px solid var(--color-red);
  color: var(--color-red) !important;
}
.lp-taishin-c-btn.border::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  border-radius: 2px;
  transform: rotate(-135deg);
}
.lp-taishin-c-btn.border::after {
  display: none;
}
.lp-taishin .u-color-green2 {
  color: var(--color-green2);
}
.lp-taishin .u-color-yellow {
  color: var(--color-yellow);
}
.lp-taishin .u-color-orange {
  color: var(--color-orange);
}
.lp-taishin .u-color-red {
  color: var(--color-red);
}
.lp-taishin .u-fw-regular {
  font-weight: 400;
}
.lp-taishin .u-fw-bold {
  font-weight: 700;
}
.lp-taishin .u-fw-ex-bold {
  font-weight: 900;
}
.lp-taishin .u-al-center {
  text-align: center;
}
@media screen and (max-width: 512px) {
  .lp-taishin .u-default-fz {
    font-size: max(14px, 14 / 512 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .lp-taishin .u-hide-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin .u-hide-md {
    display: none;
  }
}
@media screen and (min-width: 513px) {
  .lp-taishin .u-hide-ovsp {
    display: none;
  }
}
@media screen and (max-width: 512px) {
  .lp-taishin .u-hide-sp {
    display: none;
  }
}
.lp-taishin-section__wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  z-index: 0;
}
.lp-taishin-section__inner {
  width: var(--inner-size);
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__inner {
    max-width: max(690px / 2, 690 / 750 * 100vw);
    margin-top: 64px;
  }
}
.lp-taishin-section__title {
  position: relative;
  padding-top: 20px;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__title {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.lp-taishin-section__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 20px;
  aspect-ratio: 1/1;
  margin-inline: auto;
  background: url(../image/lp_taishin_icon_house.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__title::before {
    width: max(28px / 2, 28 / 750 * 100vw);
  }
}
.lp-taishin-section__row {
  margin-top: clamp(24px, 4.5572916667vw, 64px);
}
.lp-taishin-section__row-col {
  display: flex;
  align-items: flex-start;
  gap: 0 4.5454545455%;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__row-col {
    flex-direction: column;
    margin-inline: auto;
  }
}
.lp-taishin-section__row-col-copy {
  color: var(--color-green);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__row-col-copy {
    font-size: 24px;
    margin: 16px 0;
  }
}
.lp-taishin-section__row-col-text {
  line-height: 1.7;
}
.lp-taishin-section__row-col-image {
  width: 440px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__row-col-image {
    width: 100%;
  }
}
.lp-taishin-section__row-inner-text {
  text-align: center;
}
.lp-taishin-section__row-inner-image {
  width: 100%;
  height: auto;
}
.lp-taishin-section__row-inner-copy {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__row-inner-copy {
    font-size: 24px;
  }
}
.lp-taishin-section__row-inner-copy &gt; span {
  font-size: 28px;
  display: block;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__row-inner-copy &gt; span {
    font-size: 24px;
  }
}
.lp-taishin-section__row-note {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__row-note {
    margin-top: 8px;
  }
}
.lp-taishin-section__row-note ul li {
  font-size: 14px;
  margin-left: 1.1em;
  text-indent: -1.1em;
}
.lp-taishin-section__row-note ul li::before {
  content: "※";
  margin-right: 0.1em;
}
.lp-taishin-section__row-note ul li.square::before {
  content: "■";
}
.lp-taishin-section__point-title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: flex;
  padding: var(--number-xs, 16px);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--number-xs, 8px);
  border-radius: 8px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .lp-taishin-section__point-title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__point-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.lp-taishin-section__point-title &gt; span.small {
  font-size: 22px;
  line-height: 150%; /* 33px */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__point-title &gt; span.small {
    font-size: 20px;
  }
}
.lp-taishin-section__point-title.family {
  color: var(--color-yellow);
  background: var(--color-green);
}
.lp-taishin-section__point-title.life {
  color: var(--color-green);
  background-color: var(--color-yellow);
}
.lp-taishin-section__point-title-num {
  color: var(--color-green);
  font-size: 128px;
  font-family: var(--font-num);
  line-height: 100%; /* 120px */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__point-title-num {
    font-size: 80px;
  }
}
.lp-taishin-section__dot-title {
  font-size: 32px;
  color: var(--color-green);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 32px;
  background: url(../image/h3-dot.svg) repeat top left/3px 3px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__dot-title {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.lp-taishin-section__dot-title.family {
  background-color: rgba(var(--color-green-rgb), 0.2);
}
.lp-taishin-section__dot-title.life {
  background-color: rgba(var(--color-yellow-rgb), 0.3);
}
.lp-taishin-section__frame {
  position: relative;
  margin-top: 64px;
  padding-block: 40px 56px;
  background-color: var(--color-white);
  border: 4px solid var(--color-green2);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__frame {
    margin-top: 40px;
  }
}
.lp-taishin-section__frame-inner {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 30px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__frame-inner {
    padding-inline: 10px;
    width: var(--inner-size);
    max-width: 600px;
  }
}
.lp-taishin-section__frame-title {
  color: var(--color-green2);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section__frame-title {
    font-size: 24px;
    padding-inline: 20px;
  }
}
.lp-taishin .back_round {
  width: 16px;
  height: 16px;
  background: var(--color-green2);
  border-radius: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .lp-taishin .back_round {
    width: 8px;
    height: 8px;
  }
}
.lp-taishin .round_top_left {
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .lp-taishin .round_top_left {
    top: 16px;
    left: 16px;
  }
}
.lp-taishin .round_top_right {
  top: 24px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .lp-taishin .round_top_right {
    top: 16px;
    right: 16px;
  }
}
.lp-taishin .round_bottom_left {
  bottom: 24px;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .lp-taishin .round_bottom_left {
    bottom: 16px;
    right: 16px;
  }
}
.lp-taishin .round_bottom_right {
  bottom: 24px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .lp-taishin .round_bottom_right {
    bottom: 16px;
    left: 16px;
  }
}
.lp-taishin-mv {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-taishin-mv {
    height: max(614px / 2, 614 / 750 * 100vw);
  }
}
.lp-taishin-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: -1;
}
.lp-taishin-mv__inner {
  width: var(--inner-size);
  max-width: 1308px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-taishin-mv__inner {
    max-width: max(700px / 2, 700 / 750 * 100vw);
  }
}
.lp-taishin-mv__title-small {
  display: block;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-mv__title-small {
    font-size: max(14px, 32 / 750 * 100vw);
    text-align: left;
  }
}
.lp-taishin-mv__title-house {
  position: relative;
  width: 1000px;
  aspect-ratio: 1000/261;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  z-index: 0;
  margin-bottom: -80px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-mv__title-house {
    width: max(700px / 2, 700 / 750 * 100vw);
    aspect-ratio: 350/145;
    margin-bottom: -30px;
    justify-content: center;
    padding-top: 20px;
  }
}
.lp-taishin-mv__title-house::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/lp_taishin_mv_house.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lp-taishin-mv__title-house::before {
    background: url(../image/sp/lp_taishin_mv_house.webp) no-repeat center/contain;
  }
}
.lp-taishin-mv__title-house-large {
  color: var(--color-green2);
  font-size: 82px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lp-taishin-mv__title-house-large {
    font-size: max(14px, 68 / 750 * 100vw);
  }
}
.lp-taishin-mv__title-house-small {
  display: block;
  color: var(--color-green2);
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lp-taishin-mv__title-house-small {
    font-size: max(14px, 48 / 750 * 100vw);
  }
}
.lp-taishin-links {
  max-width: 960px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-links {
    gap: 1px;
    margin-top: 32px;
    max-width: max(694px / 2, 694 / 750 * 100vw);
  }
}
.lp-taishin-links-large {
  color: var(--color-green2);
  font-size: 44px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .lp-taishin-links-large {
    font-size: max(14px, 48 / 750 * 100vw);
  }
}
.lp-taishin-links li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 16px;
  gap: 4px;
  color: var(--color-green) !important;
  font-size: min(20px, 20 / 9.2 * 1vw);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-taishin-links li a {
    font-size: max(32px / 2, 32 / 750 * 100vw);
    font-size: clamp(16px, 4vw, 20px);
  }
}
.lp-taishin-links li a::after {
  content: "";
  flex-shrink: 0;
  width: 22px;
  aspect-ratio: 1/1;
  background: url(../image/lp_taishin_icon_arrow.png) no-repeat center/contain;
}
.lp-taishin-links li:last-of-type {
  border-left: 2px dotted var(--color-green);
}
@media screen and (max-width: 767px) {
  .lp-taishin-links li:last-of-type a {
    justify-content: center;
  }
}
.lp-taishin-section01 {
  text-align: center;
}
.lp-taishin-section01 .lp-taishin-section__wrapper {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section01 .lp-taishin-section__wrapper {
    padding: 0;
  }
}
.lp-taishin-section01 .lp-taishin-section__inner {
  margin-top: 32px;
}
.lp-taishin-section01__title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section01__title {
    font-size: clamp(14px, 44 / 750 * 100vw, 35px);
    margin-bottom: 16px;
  }
}
.lp-taishin-section01__text {
  line-height: 2;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section01__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .lp-taishin-section01__text + .lp-taishin-section01__text {
    margin-top: 40px;
  }
}
.lp-taishin-section02 {
  background-color: var(--bgcolor-green);
  position: relative;
  padding: 140px 0 64px;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .lp-taishin-section02 {
    padding: calc(85px + 3.8194444444vw) 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section02 {
    padding: 64px 0 0;
  }
}
.lp-taishin-section02::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 197px;
  background: url(../image/lp_taishin_sec02_bg_top.svg) no-repeat center/cover;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .lp-taishin-section02::before {
    height: 13.6805555556vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section02::before {
    height: max(100px / 2, 100 / 750 * 100vw);
    top: 0px;
  }
}
.lp-taishin-section02__intro {
  margin-top: 20px;
}
.lp-taishin-section02__intro-image {
  width: 50.2923976608%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section02__intro-image {
    width: 100%;
    margin-inline: auto;
  }
}
.lp-taishin-section02__intro-inner {
  width: var(--inner-size);
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 63px;
  gap: 0 5.8479532164%;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section02__intro-inner {
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
    margin-top: 16px;
  }
}
.lp-taishin-section02__intro-title {
  font-size: 66px;
  margin-bottom: 32px;
  font-weight: 900;
}
@media screen and (max-width: 980px) {
  .lp-taishin-section02__intro-title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section02__intro-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
.lp-taishin-section02__intro-text {
  margin-top: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section02__intro-text {
    margin-top: max(40px / 2, 40 / 750 * 100vw);
    margin-bottom: 16px;
  }
}
.lp-taishin-section02__intro-link {
  display: flex;
  align-items: flex-start;
  gap: 0 4px;
  margin-top: 40px;
  color: var(--color-brown) !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section02__intro-link {
    margin-top: max(40px / 2, 40 / 750 * 100vw);
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .lp-taishin-section02__intro-link:hover {
    text-decoration: none !important;
  }
}
.lp-taishin-section03 {
  position: relative;
  padding: 0 0 80px;
  background-color: var(--bgcolor-green);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section03 {
    padding: 40px 0 0;
  }
}
.lp-taishin-section03__inner {
  background: url(../image/pattern_noise.webp) repeat top left;
  background-color: var(--color-green2);
  border-radius: 16px;
  padding: 60px 5%;
  width: min(1100px, var(--inner-size));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section03__inner {
    padding: 32px 5%;
  }
}
.lp-taishin-section03__title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--color-white) !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section03__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section03__title &gt; span {
    font-size: 32px;
  }
}
.lp-taishin-section03__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section03__list {
    grid-template-columns: repeat(1, 1fr);
    gap: max(60px / 2, 60 / 750 * 100vw) 0;
    width: min(600px, 100%);
    margin-top: 24px;
    margin-inline: auto;
  }
}
.lp-taishin-section03__list-image {
  width: 100%;
  height: auto;
}
.lp-taishin-section03__list-title {
  color: var(--color-white);
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section03__list-title {
    font-size: clamp(14px, 40 / 750 * 100vw, 24px);
  }
}
.lp-taishin-section03__list-text {
  color: var(--color-white);
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section03__list-text {
    margin-top: 8px;
  }
}
.lp-taishin-section04 {
  padding: 80px 0;
  background-color: var(--bgcolor-green);
}
@media screen and (max-width: 767px) {
  .lp-taishin-section04 {
    padding: 40px 0 0;
  }
}
.lp-taishin-section04__list-container {
  max-width: 960px;
  margin-inline: auto;
}
.lp-taishin-section04__list-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 36px */
  border-left: 8px solid var(--color-green2);
  padding-inline: 8px;
  margin-block: 32px 0;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section04__list-title {
    font-size: clamp(14px, 40 / 750 * 100vw, 22px);
    margin-block: 24px;
  }
}
.lp-taishin-section04__list-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 4%;
  margin-top: 32px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section04__list-col {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section04__list-col li + li {
    margin-top: max(48px / 2, 48 / 750 * 100vw);
  }
}
.lp-taishin-section04__list-col-image {
  width: 100%;
  height: auto;
}
.lp-taishin-section04__list-col-title {
  margin-top: 30px;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section04__list-col-title {
    margin-top: max(40px / 2, 40 / 750 * 100vw);
    font-size: clamp(14px, 36 / 750 * 100vw, 24px);
  }
}
.lp-taishin-section04__list-col-text {
  text-align: center;
  margin-top: 8px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section04__list-col-text {
    margin-top: max(16px / 2, 16 / 750 * 100vw);
  }
}
.lp-taishin-section04 .youtube {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.lp-taishin-section04 .youtube-inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.lp-taishin-section04 .youtube-inner &gt; iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-taishin-section04 .lp-taishin-section__row-note {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section04 .lp-taishin-section__row-note {
    margin-top: 24px;
  }
}
.lp-taishin-section05 {
  padding: 80px 0;
  background-color: var(--bgcolor-green);
}
@media screen and (max-width: 767px) {
  .lp-taishin-section05 {
    padding: 40px 0 0;
  }
}
.lp-taishin-section05 .lp-taishin-section__row-col {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section05 .lp-taishin-section__row-col {
    margin-top: 16px;
  }
}
.lp-taishin-section06 {
  padding: 80px 0 200px;
  background-color: var(--bgcolor-green);
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section06 {
    padding: 40px 0 80px;
  }
}
.lp-taishin-section06::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: var(--bgcolor-yellow);
  border-radius: 80px 80px 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section06::after {
    height: 40px;
    border-radius: 40px 40px 0 0;
  }
}
.lp-taishin-section06__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section06__list {
    grid-template-columns: repeat(1, 1fr);
    gap: max(60px / 2, 60 / 750 * 100vw) 0;
    width: min(600px, 100%);
    margin-top: 24px;
    margin-inline: auto;
  }
}
.lp-taishin-section06__list-image {
  width: 100%;
  height: auto;
}
.lp-taishin-section06__list-title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section06__list-title {
    font-size: clamp(14px, 40 / 750 * 100vw, 24px);
  }
}
.lp-taishin-section07 {
  background-color: var(--bgcolor-yellow);
  position: relative;
  padding-bottom: 64px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section07 {
    padding: 0 0 40px;
  }
}
.lp-taishin-section07__intro-image {
  width: 50.2923976608%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section07__intro-image {
    width: 100%;
    margin-inline: auto;
  }
}
.lp-taishin-section07__intro-inner {
  width: var(--inner-size);
  max-width: 1440px;
  margin-inline: auto;
  margin-block: 0 64px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0 5.8479532164%;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section07__intro-inner {
    flex-direction: column;
    max-width: 600px;
    margin-block: 16px 40px;
  }
}
.lp-taishin-section07__intro-title {
  font-size: 66px;
  margin-bottom: 32px;
  font-weight: 900;
}
@media screen and (max-width: 980px) {
  .lp-taishin-section07__intro-title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section07__intro-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
.lp-taishin-section07__intro-text {
  margin-top: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section07__intro-text {
    margin-top: max(40px / 2, 40 / 750 * 100vw);
  }
}
.lp-taishin-section07__intro-link {
  display: flex;
  align-items: flex-start;
  gap: 0 4px;
  margin-top: 40px;
  color: var(--color-brown) !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section07__intro-link {
    margin-top: max(40px / 2, 40 / 750 * 100vw);
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .lp-taishin-section07__intro-link:hover {
    text-decoration: none !important;
  }
}
.lp-taishin-section07__text-list {
  margin: 24px 0;
}
.lp-taishin-section07__text-list &gt; li::before {
  content: "●";
  color: var(--color-green2);
  line-height: 1.7;
}
.lp-taishin-section08 {
  position: relative;
  padding: 80px 0 80px;
  border-top: 8px solid var(--color-gray);
  border-bottom: 8px solid var(--color-gray);
}
@media screen and (max-width: 767px) {
  .lp-taishin-section08 {
    padding: 0 0 40px;
  }
}
.lp-taishin-section08__list {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section08__list {
    margin-top: 16px;
  }
}
.lp-taishin-section08__list li {
  display: grid;
  grid-template-columns: 44.1818181818% auto;
  gap: 0 4.5454545455%;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section08__list li {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    max-width: 600px;
    margin-inline: auto;
  }
}
.lp-taishin-section08__list li + li {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section08__list li + li {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .lp-taishin-section08__list li:nth-of-type(even) {
    grid-template-columns: auto 44.1818181818%;
  }
  .lp-taishin-section08__list li:nth-of-type(even) .lp-taishin-section08__list-image {
    order: 2;
  }
}
.lp-taishin-section08__list-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section08__list-image {
    max-width: 486px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section08__list-inner {
    margin-top: 8px;
  }
}
.lp-taishin-section08__list-title {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section08__list-title {
    font-size: 24px;
  }
}
.lp-taishin-section08__list-number {
  font-size: 60px;
  color: var(--color-green2);
  font-family: var(--font-num);
  font-weight: 700;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section08__list-number {
    font-size: 40px;
  }
}
.lp-taishin-section08__list-text {
  margin-top: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section08__list-text {
    margin-top: 0;
  }
}
.lp-taishin-section09 {
  padding: 160px 0 80px;
  background-color: var(--bgcolor-yellow);
}
@media screen and (max-width: 767px) {
  .lp-taishin-section09 {
    padding: 40px 0 0;
  }
}
.lp-taishin-section09__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section09__list {
    grid-template-columns: repeat(1, 1fr);
    gap: max(60px / 2, 60 / 750 * 100vw) 0;
    width: min(600px, 100%);
    margin-top: 24px;
    margin-inline: auto;
  }
}
.lp-taishin-section09__list-image {
  width: 100%;
  height: auto;
}
.lp-taishin-section09__list-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section09__list-title {
    font-size: clamp(14px, 40 / 750 * 100vw, 24px);
    margin-top: 8px;
  }
}
.lp-taishin-section09__list-text {
  margin-top: 8px;
  text-align: center;
}
.lp-taishin-section10 {
  padding: 80px 0;
  background-color: var(--bgcolor-yellow);
}
@media screen and (max-width: 767px) {
  .lp-taishin-section10 {
    padding: 40px 0 0;
  }
}
.lp-taishin-section10__list-container {
  max-width: 960px;
  margin-inline: auto;
}
.lp-taishin-section10__list-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 4%;
  margin-top: 32px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section10__list-col {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section10__list-col li + li {
    margin-top: 24px;
  }
}
.lp-taishin-section10__list-col-image {
  width: 100%;
  height: auto;
}
.lp-taishin-section10__list-col-title {
  margin-top: 30px;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section10__list-col-title {
    margin-top: max(40px / 2, 40 / 750 * 100vw);
    font-size: clamp(14px, 36 / 750 * 100vw, 24px);
  }
}
.lp-taishin-section10__list-col-text {
  text-align: center;
  margin-top: 16px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section10__list-col-text {
    margin-top: max(16px / 2, 16 / 750 * 100vw);
  }
}
.lp-taishin-section10__frame-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section10__frame-list {
    grid-template-columns: repeat(1, 1fr);
    gap: max(60px / 2, 60 / 750 * 100vw) 0;
    width: min(600px, 100%);
    margin-top: 24px;
    margin-inline: auto;
  }
}
.lp-taishin-section10__frame-list-image {
  width: 100%;
  height: auto;
}
.lp-taishin-section10__frame-list-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section10__frame-list-title {
    font-size: clamp(14px, 40 / 750 * 100vw, 24px);
    margin-top: 16px;
  }
}
.lp-taishin-section10__frame-list-text {
  margin-top: 8px;
}
.lp-taishin-section10 .lp-taishin-section__row-note {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section10 .lp-taishin-section__row-note {
    margin-top: 24px;
  }
}
.lp-taishin-section11 {
  padding: 80px 0;
  background-color: var(--bgcolor-yellow);
  /* テーブルのセル */
  /* Swiperのレスポンシブ対応 */
  /* 円のデザイン */
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11 {
    padding: 40px 0;
  }
}
.lp-taishin-section11 .table {
  /* テーブルのスタイル */
}
.lp-taishin-section11 .table-contents {
  width: 308px; /* テーブルの幅 */
  font-size: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  align-self: flex-end;
}
@media screen and (max-width: 1100px) {
  .lp-taishin-section11 .table-contents {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11 .table-contents {
    width: var(--inner-size);
  }
}
.lp-taishin-section11 .table-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: auto;
  line-height: 1;
}
.lp-taishin-section11 .table-title p {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11 .table-title p {
    font-weight: 500;
    font-size: 22px;
  }
}
.lp-taishin-section11 .table-title-wrapper {
  display: flex;
  justify-content: start;
  flex-direction: column;
  text-align: left;
  margin-bottom: 8px;
}
.lp-taishin-section11 .table-title-date {
  font-size: 14px;
  border-bottom: 1px solid var(--color-green);
}
.lp-taishin-section11 table {
  width: calc(100% - 4px);
  border-collapse: collapse;
  height: 100%;
}
.lp-taishin-section11 td {
  box-sizing: border-box;
  background-color: var(--color-white);
  border: 1px solid var(--color-green);
  height: auto; /* 高さを自動調整 */
  text-align: center;
  vertical-align: middle;
  padding: 16px 10px;
}
.lp-taishin-section11 tr:has(td.table-dark) td {
  background-color: var(--color-green);
  border: 1px solid var(--color-gray);
  color: var(--color-white);
}
.lp-taishin-section11 tr:has(td.table-dark) td span {
  font-size: 20px;
  color: var(--color-white);
}
.lp-taishin-section11 .swiper-container-wrapper {
  position: relative;
}
.lp-taishin-section11 .swiper {
  /*　ナビボタン　*/
  /* Swiperのナビボタン（768px以下で表示） */
  /* Swiperのデフォルトアイコンを調整 */
}
.lp-taishin-section11 .swiper-container {
  position: relative;
  max-width: 1100px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11 .swiper-container {
    overflow: hidden;
    width: 100%;
    margin: 20px auto 0;
  }
}
.lp-taishin-section11 .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch; /* スライドの高さを揃える */
  padding-top: 24px;
  column-gap: 2%;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11 .swiper-wrapper {
    width: 100%;
    justify-content: start;
    column-gap: 0;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 980px) {
  .lp-taishin-section11 .swiper-slide {
    width: 32%;
    row-gap: 1%;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11 .swiper-slide {
    width: 100%;
  }
}
.lp-taishin-section11 .swiper-button-prev, .lp-taishin-section11 .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11 .swiper-button-prev, .lp-taishin-section11 .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の背景 */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
  }
}
.lp-taishin-section11 .swiper-button-prev {
  left: -15px;
}
.lp-taishin-section11 .swiper-button-next {
  right: -15px;
}
.lp-taishin-section11 .swiper-button-prev::after, .lp-taishin-section11 .swiper-button-next::after {
  font-size: 18px;
  color: white;
}
.lp-taishin-section11 .kumamoto {
  position: relative;
}
.lp-taishin-section11 .earthquake-label {
  position: absolute;
  top: 10px; /* 上方向にずらす */
  right: -30px; /* 右方向にずらす */
  width: 110px;
  height: 110px;
  background-color: #2c3e50; /* 円の背景色 */
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%; /* 完全な円にする */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .lp-taishin-section11 .earthquake-label {
    right: -1%;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11 .earthquake-label {
    right: 0;
  }
}
.lp-taishin-section11__bottom-sec {
  margin-top: 64px;
  background-color: var(--color-white);
  box-shadow: 0px 4px 30px 0px rgba(226, 224, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11__bottom-sec {
    margin-top: 40px;
    box-shadow: 0px 4px 10px 0px rgba(226, 224, 0, 0.2);
  }
}
.lp-taishin-section11__bottom-sec-inner {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 30px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11__bottom-sec-inner {
    padding-inline: 10px;
    width: var(--inner-size);
    max-width: 600px;
  }
}
.lp-taishin-section11__bottom-sec-title {
  color: var(--color-green2);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11__bottom-sec-title {
    font-size: 24px;
    padding-inline: 0;
  }
}
.lp-taishin-section11__bottom-sec-list {
  padding-block: 40px 56px;
  display: grid;
  place-content: center;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px 2%;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section11__bottom-sec-list {
    padding-block: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
  }
}
.lp-taishin-section11__bottom-sec-list li {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.lp-taishin-section11__bottom-sec-list-text {
  text-align: center;
  font-weight: 500;
}
.lp-taishin-section12 {
  position: relative;
  padding: 120px 0 80px;
  background: url(../image/h3-dot.svg) repeat top left/3px 3px;
  background-color: var(--bgcolor-lightgray);
}
@media screen and (max-width: 767px) {
  .lp-taishin-section12 {
    padding: 40px 0;
  }
}
.lp-taishin-section12::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: url(../image/lp_taishin_sec-bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 1441px) {
  .lp-taishin-section12::before {
    height: 11.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section12::before {
    height: max(320px / 2, 320 / 750 * 100vw);
    background: url(../image/sp/lp_taishin_sec-bg.webp) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .lp-taishin-section12 .lp-taishin-section__inner {
    max-width: 600px;
  }
}
.lp-taishin-section12__text {
  margin-top: 40px;
  line-height: 2;
  text-align: center;
}
.lp-taishin-section12__box {
  padding-top: 56px;
  background-color: var(--color-white);
}
@media screen and (max-width: 512px) {
  .lp-taishin-section12__box {
    padding-top: 32px;
  }
}
.lp-taishin-section12__box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: var(--color-green);
  background: url(../image/h3-dot.svg) repeat top left/3px 3px;
  background-color: var(--bgcolor-yellow, 0.3);
}
@media screen and (max-width: 767px) {
  .lp-taishin-section12__box-title {
    padding: max(40px / 2, 40 / 750 * 100vw) max(20px / 2, 20 / 750 * 100vw);
    font-size: clamp(14px, 40 / 750 * 100vw, 28px);
  }
}
@media screen and (max-width: 512px) {
  .lp-taishin-section12__box-title {
    padding: 16px 8px;
    font-size: max(14px, 28 / 512 * 100vw);
  }
}
.lp-taishin-section12__box-inner {
  padding: 10px 15px 50px;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section12__box-inner {
    padding: max(20px / 2, 20 / 750 * 100vw) max(20px / 2, 20 / 750 * 100vw) max(80px / 2, 80 / 750 * 100vw);
  }
}
.lp-taishin-section12__box-flex {
  display: flex;
  justify-content: center;
  padding: 20px 5.4545454545% 0;
  gap: 100px 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section12__box-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 512px) {
  .lp-taishin-section12__box-flex {
    gap: max(24px / 2, 24 / 512 * 100vw) max(0px / 2, 0 / 512 * 100vw);
    padding: 16px 0;
  }
}
.lp-taishin-section12__box-flex-list {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section12__box-flex-list {
    width: 100%;
  }
}
.lp-taishin-section12__box-flex-image img {
  width: 100%;
  height: auto;
}
.lp-taishin-section12__box-flex-content {
  flex-grow: 1;
}
.lp-taishin-section12__box-flex-title {
  padding-block: 16px 8px;
  font-size: 20px;
  font-weight: 700;
}
.lp-taishin-section12__box-flex-text {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 512px) {
  .lp-taishin-section12__box-flex-text {
    margin-top: max(10px / 2, 10 / 512 * 100vw);
  }
}
.lp-taishin-section12__btn-wrap {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-taishin-section12__btn-wrap {
    margin-top: max(48px / 2, 48 / 750 * 100vw);
  }
}
.lp-taishin-section12__btn-wrap.bottom {
  margin-top: 80px;
}
@media screen and (max-width: 512px) {
  .lp-taishin-section12__btn-wrap.bottom {
    margin-top: 24px;
  }
}
.lp-taishin-section12__btn-wrap .lp-taishin-c-btn {
  margin-inline: auto;
}
.lp-taishin-section12__btn-wrap .lp-taishin-c-btn.large {
  max-width: 357px;
}
@media screen and (max-width: 512px) {
  .lp-taishin-section12__btn-wrap .lp-taishin-c-btn.large {
    max-width: 328px;
    gap: 0 5px;
    padding: 16px 20px;
  }
}</pre></body></html>