<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  :root {
    font-size: 1.4545454545vw;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  color: #000;
}

img {
  max-width: 100%;
}

input,
textarea {
  font-size: 16px;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1119px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1120px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1366px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1367px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1079px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 480px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 481px) {
  ._view-sm-low {
    display: none !important;
  }
}
@keyframes gallery-slider {
  0% {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.basic-heading {
  text-align: center;
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .basic-heading {
    font-size: 1.25rem;
  }
}
.basic-heading &gt; span {
  display: inline-block;
  border-bottom: 0.25rem solid #F47A00;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .basic-heading &gt; span {
    padding-bottom: 1rem;
  }
}

.bg-tile {
  background-image: url("../images/bg-tile.png");
  background-repeat: repeat;
  background-size: 6.25rem 6.25rem;
}

.group-top {
  margin-top: -4.5rem;
  padding-bottom: 6.5rem;
  background-image: url("../images/bg-feature.png"), url("../images/bg-intro.jpg");
  background-repeat: no-repeat;
  background-size: cover, 115.625rem auto;
  background-position: bottom center, calc(50% + 3.125rem) -1.75rem;
}
@media (max-width: 767px) {
  .group-top {
    margin-top: -2.875rem;
    padding-bottom: 4rem;
    background-image: url("../images/bg-feature.png"), url("../images/bg-intro_sp.jpg");
    background-size: 100% auto, 35.625rem 49.1875rem;
    background-position: bottom center, top 1.5625rem center;
  }
}

.group-bottom {
  padding-top: 5.375rem;
  padding-bottom: 13.75rem;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
  position: relative;
}
@media (max-width: 767px) {
  .group-bottom {
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -2.5rem;
    padding-top: 2.125rem;
    padding-bottom: 6.5rem;
  }
}

.site-header {
  padding: 1.75rem 4.75rem 1.625rem;
}
@media (max-width: 767px) {
  .site-header {
    padding: 0.9375rem 1.25rem;
  }
}
.site-header .logo {
  width: 17.75rem;
}
@media (max-width: 767px) {
  .site-header .logo {
    width: 9.75rem;
  }
}

.site-footer {
  background-color: #fff;
}
.site-footer &gt; .sitemap {
  background-color: #EEE9E7;
}
.site-footer &gt; .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 1.25rem;
}
@media (max-width: 767px) {
  .site-footer &gt; .inner {
    flex-direction: column;
    padding: 2rem 1.25rem;
    gap: 1rem;
  }
}
.site-footer &gt; .inner .logo {
  width: 21.875rem;
  margin: 0;
  text-align: center;
}
.site-footer &gt; .inner .logo a {
  display: inline-block;
}
.site-footer &gt; .inner .logo img {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .site-footer &gt; .inner .logo {
    width: 15.625rem;
  }
}
.site-footer &gt; .copyright {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  background: #F47A00;
  padding: 0.9375rem;
  margin: 0;
}

.box-facility-footer {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  line-height: 1.75;
}
.box-facility-footer a {
  color: inherit;
}
.box-facility-footer .header p {
  margin: 0;
}
.box-facility-footer .region {
  margin: 0;
}
.box-facility-footer .region dd {
  clear: both;
  margin: 0;
}
.box-facility-footer .region .pref {
  margin: 0;
}
.box-facility-footer .region .pref dt {
  position: relative;
}
@media (min-width: 768px) {
  .box-facility-footer {
    zoom: 1;
  }
  .box-facility-footer:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto;
  }
  .box-facility-footer .header {
    float: left;
    width: 130px;
    padding: 0 0 0.5em 1em;
  }
  .box-facility-footer .facility {
    float: left;
    max-width: 870px;
  }
  .box-facility-footer .region dt {
    float: left;
    width: 4.5em;
    margin-bottom: -1.8em;
  }
  .box-facility-footer .region dd {
    padding-left: 4.8em;
    padding-bottom: 25px;
  }
  .box-facility-footer .region .pref dt {
    width: 11.5em;
  }
  .box-facility-footer .region .pref dt::after {
    content: " ／";
  }
  .box-facility-footer .region .pref dd {
    padding-left: 11.8em;
    padding-bottom: 2px;
  }
  .box-facility-footer .region .pref li {
    display: inline-block;
    padding-right: 0.65em;
  }
}
@media (max-width: 767px) {
  .box-facility-footer .header {
    margin-bottom: 1em;
    font-weight: 700;
  }
  .box-facility-footer .region {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
  }
  .box-facility-footer .region &gt; dt {
    width: 5em;
  }
  .box-facility-footer .region &gt; dd {
    box-sizing: border-box;
    width: calc(100% - 5em);
    padding-left: 1em;
    padding-bottom: 1rem;
  }
  .box-facility-footer .region .pref &gt; dd {
    padding-left: 1em;
  }
}

.main-visual {
  width: 100%;
  height: 50.8125rem;
  background-image: url("../images/bg-mainvisual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media (max-width: 767px) {
  .main-visual {
    height: 16.25rem;
  }
}
.main-visual .text {
  position: absolute;
  z-index: 1;
  top: 3.125rem;
  right: 6.625rem;
  width: 12rem;
  height: 46.125rem;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .main-visual .text {
    top: 1.875rem;
    right: 1.875rem;
  }
}
@media (max-width: 767px) {
  .main-visual .text {
    top: 1.5625rem;
    right: 0.5rem;
    width: 5.75rem;
    height: 20.8125rem;
  }
}
.main-visual .text::before {
  position: absolute;
  bottom: 0;
  right: calc(100% + 0.75rem);
  width: 12.8125rem;
  height: 13.75rem;
  background-image: url("../images/mainvisual-illust.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .main-visual .text::before {
    width: 5.3125rem;
    height: 5.6875rem;
    bottom: 5.375rem;
    right: calc(100% - 0.25rem);
  }
}
.main-visual::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 15.375rem;
  background: #fff;
  clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 1.952% 97.848%, 3.744% 95.454%, 5.393% 92.846%, 6.916% 90.053%, 8.33% 87.104%, 9.652% 84.029%, 10.9% 80.857%, 12.09% 77.616%, 13.239% 74.336%, 14.365% 71.046%, 14.365% 71.046%, 15.573% 67.521%, 16.795% 64.068%, 18.057% 60.721%, 19.387% 57.513%, 20.812% 54.476%, 22.359% 51.645%, 24.055% 49.052%, 25.927% 46.73%, 28.003% 44.712%, 30.308% 43.031%, 30.308% 43.031%, 32.623% 41.858%, 34.724% 41.297%, 36.638% 41.281%, 38.388% 41.746%, 40.002% 42.626%, 41.503% 43.855%, 42.917% 45.368%, 44.27% 47.1%, 45.587% 48.985%, 46.892% 50.957%, 46.894% 50.957%, 46.894% 50.957%, 48.335% 53.134%, 49.812% 55.244%, 51.351% 57.205%, 52.976% 58.937%, 54.715% 60.357%, 56.593% 61.385%, 58.636% 61.939%, 60.87% 61.937%, 63.32% 61.298%, 66.013% 59.94%, 66.013% 59.94%, 68.695% 57.979%, 71.114% 55.61%, 73.299% 52.883%, 75.278% 49.846%, 77.079% 46.546%, 78.729% 43.032%, 80.259% 39.352%, 81.694% 35.553%, 83.064% 31.685%, 84.397% 27.795%, 84.397% 27.795%, 85.588% 24.32%, 86.792% 20.915%, 88.035% 17.611%, 89.342% 14.441%, 90.74% 11.436%, 92.255% 8.628%, 93.912% 6.049%, 95.738% 3.73%, 97.759% 1.703%, 100% 0%, 100% 100%, 0% 100%);
  content: "";
}
@media (max-width: 767px) {
  .main-visual::after {
    height: 4rem;
  }
}

.section-intro {
  margin-bottom: 6.25rem;
}
@media (max-width: 767px) {
  .section-intro {
    margin-bottom: 3.125rem;
  }
}
.section-intro &gt; .inner {
  max-width: 69.375rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .section-intro &gt; .inner {
    flex-direction: column;
    margin: 0;
    padding: 0 1.5rem;
    gap: 0.75rem;
  }
}
.section-intro .image {
  width: 22.6875rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-intro .image {
    width: 9.375rem;
    margin-left: -0.5rem;
  }
}
.section-intro .image::after {
  position: absolute;
  top: -3.4375rem;
  left: -4.125rem;
  z-index: -1;
  width: 30.25rem;
  height: 23.9375rem;
  background-image: url("../images/intro-illust.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .section-intro .image::after {
    width: 12.4375rem;
    height: 11.625rem;
    top: -1.375rem;
    left: -1.625rem;
  }
}
.section-intro .heading {
  font-size: 1.625rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .section-intro .heading {
    font-size: 1.5rem;
  }
}
.section-intro .heading .-orange {
  color: #F47A00;
}
.section-intro .heading .-big {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .section-intro .heading .-big {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.75rem;
  }
}
.section-intro .heading .dot {
  display: inline-block;
  position: relative;
}
.section-intro .heading .dot::after {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #F47A00;
  content: "";
}
@media (max-width: 767px) {
  .section-intro .heading .dot::after {
    bottom: -0.3125rem;
  }
}
.section-intro .content {
  width: 40.6875rem;
  padding-top: 7.0625rem;
}
@media (max-width: 767px) {
  .section-intro .content {
    width: 100%;
    padding-top: 0;
  }
}
.section-intro .text {
  margin: 2.625rem 0 0;
  font-size: 1.25rem;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .section-intro .text {
    margin: 1.125rem 0 0;
    font-size: 1rem;
    line-height: 2;
  }
}

.section-feature &gt; .inner {
  max-width: 65.25rem;
  margin: 0 auto;
}
.section-feature .head {
  position: relative;
}
.section-feature .head::before, .section-feature .head::after {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.section-feature .head::before {
  bottom: -0.1875rem;
  left: 6.25rem;
  background-image: url("../images/feature-illust-01.png");
  width: 4.875rem;
  height: 10.0625rem;
}
@media (max-width: 767px) {
  .section-feature .head::before {
    bottom: -0.5625rem;
    left: 0.875rem;
    width: 2.5rem;
    height: 5.125rem;
  }
}
.section-feature .head::after {
  bottom: -1.25rem;
  right: 2.0625rem;
  background-image: url("../images/feature-illust-02.png");
  width: 10.25rem;
  height: 14.5rem;
}
@media (max-width: 767px) {
  .section-feature .head::after {
    bottom: -0.5625rem;
    right: 0.875rem;
    width: 3.625rem;
    height: 5.0625rem;
  }
}
.section-feature .head &gt; .title {
  text-align: center;
  margin: 0;
  font-size: 1.5625rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .section-feature .head &gt; .title {
    font-size: 1rem;
  }
}
.section-feature .head &gt; .title span {
  font-size: 2.0625rem;
  color: #F47A00;
}
@media (max-width: 767px) {
  .section-feature .head &gt; .title span {
    font-size: 1.25rem;
  }
}
.section-feature .head &gt; .title::after {
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 50%;
  transform: translateX(-50%);
  width: 23.375rem;
  height: 3.6875rem;
  background-image: url("../images/feature-underline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .section-feature .head &gt; .title::after {
    top: calc(100% - 0.125rem);
    width: 15.6875rem;
    height: 2.4375rem;
  }
}
.section-feature .head &gt; .heading {
  text-align: center;
  font-size: 2.3125rem;
  font-weight: bold;
  margin: 4.625rem 0 5rem;
}
@media (max-width: 767px) {
  .section-feature .head &gt; .heading {
    font-size: 1.25rem;
    margin: 3.25rem 0 3.375rem;
    line-height: 1;
  }
}
.section-feature .head &gt; .heading .number {
  display: inline-block;
  color: #F47A00;
  font-size: 4.0625rem;
  margin-left: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-feature .head &gt; .heading .number {
    font-size: 3.5rem;
  }
}
.section-feature .head &gt; .heading .number::before {
  position: absolute;
  top: -0.1875rem;
  left: -1.75rem;
  width: 1.25rem;
  height: 1.4375rem;
  background-image: url("../images/feature-illust-03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .section-feature .head &gt; .heading .number::before {
    top: -0.3125rem;
    left: -1.3125rem;
  }
}
.section-feature .head &gt; .heading .unit {
  display: inline-block;
  color: #F47A00;
  font-size: 2.5625rem;
  margin: 0 0.1219512195em;
}
@media (max-width: 767px) {
  .section-feature .head &gt; .heading .unit {
    font-size: 2rem;
    margin: 0 0.1875rem 0 0;
  }
}
.section-feature .head &gt; .heading .suffix {
  display: inline-block;
  font-size: 2.25rem;
  letter-spacing: -0.0111111111em;
}
@media (max-width: 767px) {
  .section-feature .head &gt; .heading .suffix {
    font-size: 1.75rem;
  }
}
.section-feature .head &gt; .heading .dot {
  color: #F47A00;
  display: inline-block;
  position: relative;
}
.section-feature .head &gt; .heading .dot::after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #F47A00;
  content: "";
}
@media (max-width: 767px) {
  .section-feature .head &gt; .heading .dot::after {
    bottom: -0.6875rem;
  }
}
.section-feature .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section-feature .list {
    gap: 1.875rem;
  }
}
@media (max-width: 767px) {
  .section-feature .list {
    grid-template-columns: 1fr;
    padding: 0 1.875rem;
    gap: 2.6875rem;
  }
}
.section-feature .list .image img {
  display: block;
  border-radius: 0.5rem;
}
.section-feature .list .lead {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  margin: 2rem 0 0.625rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-feature .list .lead {
    font-size: 1.25rem;
    margin: 1.25rem 0 0.9375rem;
  }
}
.section-feature .list .lead span {
  color: #F47A00;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .section-feature .list .lead span {
    font-size: 1.75rem;
  }
}
.section-feature .list .lead.-small {
  font-size: 1.25rem;
}
.section-feature .list .text {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  margin: 0;
}
@media (max-width: 767px) {
  .section-feature .list .text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.section-feature .list .text span {
  color: #F47A00;
}
.section-feature .point-box {
  display: flex;
  padding-right: 0.5rem;
  margin-top: 5.875rem;
}
@media (max-width: 767px) {
  .section-feature .point-box {
    flex-direction: column;
    padding: 0 1.5rem;
    margin-top: 2.0625rem;
    gap: 1.375rem;
  }
}
@media (min-width: 768px) {
  .section-feature .point-box .content {
    margin-right: 4.6875rem;
  }
}
.section-feature .point-box .image {
  width: 26.25rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .section-feature .point-box .image {
    width: 18.75rem;
    margin: 0 auto;
  }
}
.section-feature .point-box .title {
  margin: 0 0 0.75rem;
}
.section-feature .point-box .lead {
  margin: 0 0 1.375rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .section-feature .point-box .lead {
    font-size: 1.25rem;
    margin: 0 0 0.375rem;
  }
}
.section-feature .point-box .lead span {
  color: #F47A00;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .section-feature .point-box .lead span {
    font-size: 1.75rem;
  }
}
.section-feature .point-box .text {
  margin: 0;
  font-size: 1.25rem;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .section-feature .point-box .text {
    font-size: 1rem;
    line-height: 2;
  }
}

.section-gallery {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.section-gallery &gt; .inner {
  display: flex;
  will-change: transform;
  animation: gallery-slider 60s linear infinite;
}
.section-gallery &gt; .inner li {
  width: 30rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .section-gallery &gt; .inner li {
    width: 14rem;
  }
}
.section-gallery &gt; .inner li img {
  display: block;
}

.section-testimonial {
  padding-bottom: 7.1875rem;
}
@media (max-width: 767px) {
  .section-testimonial {
    padding-bottom: 6.5rem;
  }
}
.section-testimonial &gt; .inner {
  --swiper-pagination-color: #F47A00;
  --swiper-pagination-bullet-inactive-color: #9D887E;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 0.75rem;
  --swiper-pagination-bullet-horizontal-gap: 0.5625rem;
  --swiper-pagination-bottom: -3.125rem;
  --swiper-navigation-sides-offset: 0;
  margin-top: 3.5rem;
  position: relative;
  box-sizing: border-box;
  overflow-x: clip;
}
@media (min-width: 1301px) {
  .section-testimonial &gt; .inner {
    margin-left: calc((100% - 90rem) / 2 + 5.5rem);
    padding-left: 3.5rem;
  }
}
@media (min-width: 1101px) and (max-width: 1300px) {
  .section-testimonial &gt; .inner {
    margin-left: 0.625rem;
    padding-left: 3.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section-testimonial &gt; .inner {
    margin-left: 0.625rem;
    padding-left: 3.125rem;
  }
}
@media (max-width: 767px) {
  .section-testimonial &gt; .inner {
    --swiper-navigation-sides-offset: 0.5rem;
    padding: 0 1.5rem;
    margin-top: 0.625rem;
  }
}
.section-testimonial &gt; .inner::before {
  position: absolute;
  bottom: 100%;
  left: 4.75rem;
  width: 12.125rem;
  height: 10.4375rem;
  background-image: url("../images/testimonial-illust.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .section-testimonial &gt; .inner::before {
    left: 1.5rem;
    width: 5.1875rem;
    height: 4.5rem;
    bottom: calc(100% - 0.125rem);
  }
}
.section-testimonial .heading {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 767px) {
  .section-testimonial .heading {
    text-align: left;
    font-size: 1rem;
    padding: 0 1.5rem;
    margin-left: 6.4375rem;
  }
}
.section-testimonial .heading .-medium {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .section-testimonial .heading .-medium {
    font-size: 1rem;
  }
}
.section-testimonial .heading .-big {
  font-size: 2.5rem;
  color: #F47A00;
}
@media (max-width: 767px) {
  .section-testimonial .heading .-big {
    font-size: 2rem;
  }
}
.section-testimonial .testimonial-card {
  display: flex;
  box-sizing: border-box;
  gap: 2rem;
  width: 55rem;
  height: 100%;
  padding: 2.5rem;
  background: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .section-testimonial .testimonial-card {
    width: 100%;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
  }
}
.section-testimonial .testimonial-card .image {
  width: 25rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .section-testimonial .testimonial-card .image {
    width: 100%;
  }
}
.section-testimonial .testimonial-card .image img {
  display: block;
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .section-testimonial .testimonial-card .image img {
    border-radius: 1rem;
  }
}
.section-testimonial .testimonial-card .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 2.8em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .section-testimonial .testimonial-card .title {
    font-size: 1.125rem;
  }
}
.section-testimonial .testimonial-card .pos {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0.8125rem 0 0.6875rem;
}
@media (max-width: 767px) {
  .section-testimonial .testimonial-card .pos {
    margin: 0.375rem 0;
  }
}
.section-testimonial .testimonial-card .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 7em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  font-size: 1.125rem;
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 767px) {
  .section-testimonial .testimonial-card .text {
    font-size: 1rem;
  }
}
.section-testimonial .testimonial-card .link {
  text-align: right;
  margin: 1.375rem 0 0;
}
@media (max-width: 767px) {
  .section-testimonial .testimonial-card .link {
    margin: 1.125rem 0 0;
  }
}
.section-testimonial .testimonial-card .link &gt; a {
  font-size: 1.125rem;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-testimonial .testimonial-card .link &gt; a {
    font-size: 1rem;
  }
}
.section-testimonial .testimonial-card .link &gt; a::after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: -0.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #9D887E;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.09556 0L0 1.12222L2.80897 3.99994L0 6.87778L1.09556 8L5 3.99994L1.09556 0Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 0.3125rem 0.5rem;
  background-position: center center;
  content: "";
}
.section-testimonial .slider {
  margin: 0;
  overflow: visible;
}
.section-testimonial .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media (min-width: 768px) {
  .section-testimonial .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.4s;
  }
  .section-testimonial .swiper-slide-active {
    opacity: 1;
  }
}
@media (min-width: 1101px) {
  .section-testimonial .swiper-slide {
    margin-right: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section-testimonial .swiper-slide {
    margin-right: 3.75rem;
  }
}
@media (max-width: 767px) {
  .section-testimonial .swiper-slide {
    margin-right: 1.5rem;
  }
}
.section-testimonial .swiper-pagination {
  text-align: left;
  padding-left: 3.5rem;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section-testimonial .swiper-pagination {
    padding-left: 3.125rem;
  }
}
@media (max-width: 767px) {
  .section-testimonial .swiper-pagination {
    display: none;
  }
}
.section-testimonial .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.section-testimonial .swiper-button-next, .section-testimonial .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #9D887E;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 1.0625rem 1rem;
  background-position: center center;
}
@media (max-width: 767px) {
  .section-testimonial .swiper-button-next, .section-testimonial .swiper-button-prev {
    width: 2rem;
    height: 2rem;
  }
}
.section-testimonial .swiper-button-next::after, .section-testimonial .swiper-button-prev::after {
  display: none;
}
.section-testimonial .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292892 7.29289C-0.0976315 7.68342 -0.0976314 8.31658 0.292893 8.70711L6.65686 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928933C7.68054 0.538409 7.04738 0.538409 6.65685 0.928933L0.292892 7.29289ZM17 7L1 7L1 9L17 9L17 7Z' fill='white'/%3E%3C/svg%3E%0A");
}
.section-testimonial .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289L10.3431 0.928932C9.95262 0.538408 9.31946 0.538408 8.92893 0.928932C8.53841 1.31946 8.53841 1.95262 8.92893 2.34315L14.5858 8L8.92893 13.6569C8.53841 14.0474 8.53841 14.6805 8.92893 15.0711C9.31946 15.4616 9.95262 15.4616 10.3431 15.0711L16.7071 8.70711ZM1.63918e-08 9L16 9L16 7L-1.63918e-08 7L1.63918e-08 9Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .section-testimonial .swiper-button-next {
    right: auto;
    left: 59.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section-testimonial .swiper-button-next {
    left: 58.75rem;
  }
}

.section-faq &gt; .inner {
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .section-faq &gt; .inner {
    position: relative;
    padding: 0 1.5rem;
    margin: 0;
  }
}
.section-faq &gt; .inner &gt; .image {
  width: 34.0625rem;
  margin-right: -7.8125rem;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-faq &gt; .inner &gt; .image {
    width: 8.1875rem;
    position: absolute;
    top: -3.125rem;
    left: 0;
  }
}
.section-faq &gt; .inner &gt; .image img {
  display: block;
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 2.5rem;
}
@media (max-width: 1440px) {
  .section-faq &gt; .inner &gt; .image img {
    border-radius: 0 2.5rem 2.5rem 0;
  }
}
@media (max-width: 767px) {
  .section-faq &gt; .inner &gt; .image img {
    border-radius: 0 1.25rem 1.25rem 0;
  }
}
.section-faq &gt; .inner &gt; .wrapper {
  max-width: 58.75rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0 2.5rem 2.5rem 2.5rem;
}
@media (min-width: 768px) {
  .section-faq &gt; .inner &gt; .wrapper {
    padding: 6.6875rem 7.5rem 6.625rem 11.25rem;
    margin: 4rem 5rem 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section-faq &gt; .inner &gt; .wrapper {
    padding-right: 3.75rem;
  }
}
@media (max-width: 767px) {
  .section-faq &gt; .inner &gt; .wrapper {
    padding: 5.25rem 1rem 1.25rem;
    border-radius: 1.25rem;
  }
}
.section-faq .heading {
  font-size: 2.0625rem;
  margin: 0;
  padding-right: 6.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .section-faq .heading {
    padding-right: 0;
    font-size: 1.25rem;
    margin-left: 6.5rem;
    text-align: center;
  }
}
.section-faq .heading span {
  color: #F47A00;
  font-size: 2.5625rem;
  text-align: center;
}
@media (max-width: 767px) {
  .section-faq .heading span {
    font-size: 2rem;
  }
}
.section-faq .heading::after {
  position: absolute;
  bottom: -0.4375rem;
  right: 0;
  width: 12.75rem;
  height: 13.9375rem;
  background-image: url("../images/faq-illust.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .section-faq .heading::after {
    width: 6rem;
    height: 6.5625rem;
    bottom: calc(100% + 0.3125rem);
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-faq .list {
  margin: 2.8125rem 0 0;
}
@media (max-width: 767px) {
  .section-faq .list {
    margin: 4.0625rem 0 0;
  }
}
.section-faq .list dt, .section-faq .list dd {
  margin: 0;
  position: relative;
}
.section-faq .list dt::before, .section-faq .list dd::before {
  position: absolute;
  width: 3.0625rem;
  height: 3.0625rem;
  border-radius: 50%;
  border: 1px solid #F47A00;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0625rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-faq .list dt::before, .section-faq .list dd::before {
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
  }
}
.section-faq .list dt {
  font-size: 1.125rem;
  line-height: 1.5;
  padding-left: 4.1875rem;
  margin-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .section-faq .list dt {
    font-size: 1rem;
    padding-left: 2.75rem;
    margin-bottom: 1.25rem;
  }
}
.section-faq .list dt:not(:first-child) {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .section-faq .list dt:not(:first-child) {
    margin-top: 1.5625rem;
  }
}
.section-faq .list dt::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  background: #F47A00;
  content: "Q";
}
.section-faq .list dd {
  font-size: 1rem;
  line-height: 2;
  background: #EEE9E7;
  border-radius: 0.25rem;
  padding: 1.875rem 2rem 1.875rem 5.5625rem;
}
@media (max-width: 767px) {
  .section-faq .list dd {
    font-size: 1.0625rem;
    line-height: 1.5;
    padding: 1.25rem 1.25rem 1.25rem 3.5rem;
  }
}
.section-faq .list dd::before {
  top: 1.5rem;
  left: 1.5rem;
  color: #F47A00;
  background: #fff;
  content: "A";
}
@media (max-width: 767px) {
  .section-faq .list dd::before {
    top: 1rem;
    left: 1rem;
  }
}
.section-faq .list dd p {
  margin: 0;
}

.section-condition {
  background: #fff;
  padding: 5.375rem 1.25rem 9.75rem;
  border-radius: 5rem 5rem 0 0;
  margin-top: -6.25rem;
  position: relative;
  background-image: url("../images/bg-condition.jpg");
  background-repeat: no-repeat;
  background-size: 119.0625rem auto;
  background-position: calc(50% + 1rem) top;
}
@media (max-width: 767px) {
  .section-condition {
    padding: 2.8125rem 1.5rem 4rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -3.125rem;
    background-image: url("../images/bg-condition_sp.jpg");
    background-size: 42.75rem 83.0625rem;
    background-position: top center;
  }
}
.section-condition &gt; .inner {
  max-width: 60rem;
  margin: 0 auto;
}
.section-condition .table {
  margin-top: 4.0625rem;
}
@media (max-width: 767px) {
  .section-condition .table {
    margin-top: 2.1875rem;
  }
}
.section-condition .table table {
  border-collapse: collapse;
  border: 1px solid #87715C;
}
.section-condition .table th, .section-condition .table td {
  border: 1px solid #87715C;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.625rem 0.9375rem;
}
.section-condition .table th {
  font-weight: bold;
  background: #FCF0DF;
  text-align: left;
  width: 17.5rem;
}
@media (max-width: 767px) {
  .section-condition .table th {
    width: 6.5rem;
  }
}
.section-condition .table td {
  background: #fff;
}

.section-contact {
  padding: 5.375rem 1.25rem 7.5rem;
  border-radius: 5rem 5rem 0 0;
}
@media (max-width: 767px) {
  .section-contact {
    border-radius: 2.5rem 2.5rem 0 0;
    padding: 2.8125rem 1.5rem 2.5rem;
  }
}
.section-contact &gt; .inner &gt; .wrapper {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  .section-contact &gt; .inner &gt; .wrapper {
    flex-direction: column;
    margin-top: 2.6875rem;
    gap: 1.5rem;
  }
}
.section-contact .box {
  width: 36.5rem;
  min-height: 13.875rem;
  border: 0.1875rem solid #F4A995;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, #FFFFFF 50%, #FEF2E5 100%);
}
@media (max-width: 767px) {
  .section-contact .box {
    width: 100%;
    min-height: 0;
  }
}
.section-contact .box.-left {
  position: relative;
  padding: 2.3125rem 10rem 2.3125rem 2.3125rem;
}
@media (max-width: 767px) {
  .section-contact .box.-left {
    padding: 1.625rem 1.3125rem 1.1875rem;
  }
}
.section-contact .box.-left .lead {
  margin: 0;
  font-size: 1.375rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-contact .box.-left .lead {
    font-size: 1rem;
  }
}
.section-contact .box.-left .lead .-orange {
  display: inline-block;
  color: #F47A00;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .section-contact .box.-left .lead .-orange {
    display: block;
    font-size: 1.5rem;
  }
}
.section-contact .box.-left .lead .dot {
  display: inline-block;
  position: relative;
}
.section-contact .box.-left .lead .dot::after {
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #F47A00;
  content: "";
}
@media (max-width: 767px) {
  .section-contact .box.-left .lead .dot::after {
    bottom: -0.5625rem;
  }
}
.section-contact .box.-left .text {
  margin: 1.875rem 0 0;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .section-contact .box.-left .text {
    font-size: 0.9375rem;
    margin: 0.875rem 0 0;
    letter-spacing: 0;
  }
}
.section-contact .box.-left .image {
  position: absolute;
  bottom: -0.1875rem;
  right: 1.375rem;
  width: 8.25rem;
}
@media (max-width: 767px) {
  .section-contact .box.-left .image {
    width: 5.9375rem;
    bottom: 0;
    right: 0.25rem;
  }
}
.section-contact .box.-left .image img {
  display: block;
}
.section-contact .box.-right {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .section-contact .box.-right {
    padding: 0.9375rem 1.25rem 1.0625rem;
  }
}
.section-contact .box.-right .lead {
  font-weight: bold;
  margin: 0;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .section-contact .box.-right .lead {
    font-size: 1.25rem;
  }
}
.section-contact .box.-right .text {
  font-size: 1.0625rem;
  margin: 0.9375rem 0 0.75rem;
}
@media (max-width: 767px) {
  .section-contact .box.-right .text {
    font-size: 0.9375rem;
    margin: 0.3125rem 0;
  }
}
.section-contact .box.-right .phone {
  line-height: 1;
  font-weight: bold;
  display: inline-flex;
  flex-direction: column;
}
.section-contact .box.-right .phone a {
  color: #F47A00;
  text-decoration: none;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .section-contact .box.-right .phone a {
    font-size: 1.625rem;
  }
}
.section-contact .box.-right .phone a::before {
  display: inline-block;
  vertical-align: -0.125rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../images/icon-phone.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
  content: "";
}
@media (max-width: 767px) {
  .section-contact .box.-right .phone a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.section-contact .box.-right .phone span {
  font-size: 1rem;
  margin-top: 0.375rem;
  margin-right: -0.8125rem;
}
@media (min-width: 768px) {
  .section-contact .box.-right .phone span {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .section-contact .box.-right .phone span {
    line-height: 1.4;
  }
}

.modal-box {
  width: 63.75rem;
  display: none;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  padding: 0;
}
@media (max-width: 767px) {
  .modal-box {
    width: 100%;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.5);
  }
}
.modal-box &gt; .inner {
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .modal-box &gt; .inner {
    padding: 1rem;
  }
}
.modal-box .head {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .modal-box .head {
    margin-bottom: 0.9375rem;
  }
}
.modal-box .head .heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.625rem 0 0;
}
@media (max-width: 767px) {
  .modal-box .head .heading {
    font-size: 1.25rem;
  }
}
.modal-box .head .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
.modal-box .head .list li {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  background: #F47A00;
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .modal-box .head .list li {
    font-size: 0.875rem;
  }
}
.modal-box .body {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .modal-box .body {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.modal-box .body .image {
  width: 25rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .modal-box .body .image {
    width: 100%;
  }
}
.modal-box .body .image img {
  display: block;
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .modal-box .body .image img {
    border-radius: 1rem;
  }
}
.modal-box .body .text {
  margin: -0.625rem 0 0;
  font-size: 1.125rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .modal-box .body .text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.modal-box .foot {
  background: #FEEEB1;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .modal-box .foot {
    padding: 1rem;
    margin-top: 1.5rem;
  }
}
.modal-box .foot .lead {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0 0 0.625rem;
}
@media (max-width: 767px) {
  .modal-box .foot .lead {
    font-size: 1.125rem;
  }
}
.modal-box .foot .text {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 767px) {
  .modal-box .foot .text {
    font-size: 0.875rem;
  }
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.4);
  --fancybox-content-color: #000;
}

.fancybox__nav {
  --f-button-prev-pos: calc(50% - 33.125rem);
  --f-button-next-pos: calc(50% - 33.125rem);
  --f-button-width: 2.5rem;
  --f-button-height: 2.5rem;
  --f-button-bg: #9D887E;
  --f-button-hover-bg: #9D887E;
}
@media (max-width: 767px) {
  .fancybox__nav {
    --f-button-prev-pos: 0.25rem;
    --f-button-next-pos: 0.25rem;
    --f-button-width: 2rem;
    --f-button-height: 2rem;
  }
}

@media (min-width: 768px) {
  .f-button.is-close-btn {
    display: none;
  }
}
.f-button.is-prev, .f-button.is-next {
  background-repeat: no-repeat;
  background-size: 1.0625rem 1rem;
  background-position: center center;
}
.f-button.is-prev::before, .f-button.is-prev svg, .f-button.is-next::before, .f-button.is-next svg {
  display: none;
}
.f-button.is-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292892 7.29289C-0.0976315 7.68342 -0.0976314 8.31658 0.292893 8.70711L6.65686 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34315C8.46159 1.95262 8.46159 1.31946 8.07107 0.928933C7.68054 0.538409 7.04738 0.538409 6.65685 0.928933L0.292892 7.29289ZM17 7L1 7L1 9L17 9L17 7Z' fill='white'/%3E%3C/svg%3E%0A");
}
.f-button.is-next {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289L10.3431 0.928932C9.95262 0.538408 9.31946 0.538408 8.92893 0.928932C8.53841 1.31946 8.53841 1.95262 8.92893 2.34315L14.5858 8L8.92893 13.6569C8.53841 14.0474 8.53841 14.6805 8.92893 15.0711C9.31946 15.4616 9.95262 15.4616 10.3431 15.0711L16.7071 8.70711ZM1.63918e-08 9L16 9L16 7L-1.63918e-08 7L1.63918e-08 9Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .fancybox__slide {
    padding: 1.5rem;
    scrollbar-width: none;
  }
}</pre></body></html>