@charset "UTF-8";
/************************************************
    Key Visual
*************************************************/
.keyVisual {
  color: white;
  font-size: 0.625em;
  text-align: center;
  background: no-repeat center / cover;
  padding-block: 14.625em 12.875em;
  padding-inline: var(--gutter);
  margin: 0;
}
@supports ((background-image: -webkit-image-set(url('../img/keyVisual.webp') 1x, url('../img/keyVisual@2x.webp') 2x, url('../img/keyVisual@3x.webp') 3x)) or (background-image: image-set(url('../img/keyVisual.webp') 1x, url('../img/keyVisual@2x.webp') 2x, url('../img/keyVisual@3x.webp') 3x))) {
  .webp .keyVisual {
    background-image: -webkit-image-set(url('../img/keyVisual.webp') 1x, url('../img/keyVisual@2x.webp') 2x, url('../img/keyVisual@3x.webp') 3x);
    background-image: image-set(url('../img/keyVisual.webp') 1x, url('../img/keyVisual@2x.webp') 2x, url('../img/keyVisual@3x.webp') 3x);
  }
}
@supports ((background-image: -webkit-image-set(url('../img/keyVisual.jpg') 1x, url('../img/keyVisual@2x.jpg') 2x, url('../img/keyVisual@3x.jpg') 3x)) or (background-image: image-set(url('../img/keyVisual.jpg') 1x, url('../img/keyVisual@2x.jpg') 2x, url('../img/keyVisual@3x.jpg') 3x))) {
  .no-webp .keyVisual {
    background-image: -webkit-image-set(url('../img/keyVisual.jpg') 1x, url('../img/keyVisual@2x.jpg') 2x, url('../img/keyVisual@3x.jpg') 3x);
    background-image: image-set(url('../img/keyVisual.jpg') 1x, url('../img/keyVisual@2x.jpg') 2x, url('../img/keyVisual@3x.jpg') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/keyVisual.webp') 1x, url('../img/keyVisual@2x.webp') 2x, url('../img/keyVisual@3x.webp') 3x)) or (background-image: image-set(url('../img/keyVisual.webp') 1x, url('../img/keyVisual@2x.webp') 2x, url('../img/keyVisual@3x.webp') 3x))) {
  .keyVisual {
    background-image: url('../img/keyVisual.webp');
  }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
    .webp .keyVisual {
      background-image: url('../img/keyVisual@2x.webp');
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
    .webp .keyVisual {
      background-image: url('../img/keyVisual@3x.webp');
    }
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/keyVisual.jpg') 1x, url('../img/keyVisual@2x.jpg') 2x, url('../img/keyVisual@3x.jpg') 3x)) or (background-image: image-set(url('../img/keyVisual.jpg') 1x, url('../img/keyVisual@2x.jpg') 2x, url('../img/keyVisual@3x.jpg') 3x))) {
  .keyVisual {
    background-image: url('../img/keyVisual.jpg');
  }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
    .no-webp .keyVisual {
      background-image: url('../img/keyVisual@2x.jpg');
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
    .no-webp .keyVisual {
      background-image: url('../img/keyVisual@3x.jpg');
    }
  }
}
_:-ms-lang(x)::-ms-backdrop, .keyVisual {
  background-image: url('../img/keyVisual.jpg');
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .no-webp _:-ms-lang(x)::-ms-backdrop, .no-webp .keyVisual {
    background-image: url('../img/keyVisual@2x.jpg');
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
  .no-webp _:-ms-lang(x)::-ms-backdrop, .no-webp .keyVisual {
    background-image: url('../img/keyVisual@3x.jpg');
  }
}

@supports not (padding-block: 14.625em 12.875em) {
  .keyVisual {
    -webkit-padding-before: 14.625em;
    padding-block-start: 14.625em;
    -webkit-padding-after: 12.875em;
    padding-block-end: 12.875em;
  }
}
@supports not (padding-inline: var(--gutter)) {
  .keyVisual {
    -webkit-padding-start: var(--gutter);
    padding-inline-start: var(--gutter);
    -webkit-padding-end: var(--gutter);
    padding-inline-end: var(--gutter);
  }
}
@media (min-width: 48rem) {
  .keyVisual {
    font-size: 1em;
  }
}
.keyVisual .text {
  text-align: start;
  display: inline-block;
  background-color: rgba(0, 159, 93, 0.82);
  padding-block: 1.75em 2.125em;
  padding-inline: 1.9403125em;
}
@supports not (padding-block: 1.75em 2.125em) {
  .keyVisual .text {
    -webkit-padding-before: 1.75em;
    padding-block-start: 1.75em;
    -webkit-padding-after: 2.125em;
    padding-block-end: 2.125em;
  }
}
@supports not (padding-inline: 1.9403125em) {
  .keyVisual .text {
    -webkit-padding-start: 1.9403125em;
    padding-inline-start: 1.9403125em;
    -webkit-padding-end: 1.9403125em;
    padding-inline-end: 1.9403125em;
  }
}
.keyVisual .en {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  display: block;
}
.keyVisual .ja {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  -webkit-margin-before: 2.1666666667em;
  margin-block-start: 2.1666666667em;
}

/************************************************
    Link
*************************************************/
.link {
  max-inline-size: 26.875em;
  margin: 0.9375em;
}
@media (min-width: 48rem) {
  .link {
    max-inline-size: 30em;
  }
}
.link a {
  color: inherit;
  text-decoration: none;
  display: block;
  background-color: white;
  padding-block: 0.75em 2.8125em;
  padding-inline: 1.875em;
  border-radius: 1.25em;
}
@supports not (padding-block: 0.75em 2.8125em) {
  .link a {
    -webkit-padding-before: 0.75em;
    padding-block-start: 0.75em;
    -webkit-padding-after: 2.8125em;
    padding-block-end: 2.8125em;
  }
}
@supports not (padding-inline: 1.875em) {
  .link a {
    -webkit-padding-start: 1.875em;
    padding-inline-start: 1.875em;
    -webkit-padding-end: 1.875em;
    padding-inline-end: 1.875em;
  }
}
@media (min-width: 48rem) {
  .link a {
    padding-inline: 3.4375em;
  }
  @supports not (padding-inline: 3.4375em) {
    .link a {
      -webkit-padding-start: 3.4375em;
      padding-inline-start: 3.4375em;
      -webkit-padding-end: 3.4375em;
      padding-inline-end: 3.4375em;
    }
  }
}
.link a:hover {
  opacity: 0.8;
}
.link a:hover img {
  opacity: 1;
}
.link__title {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.4571428571;
  text-align: center;
  margin-block: 0 0.4333666667em;
}
@supports not (margin-block: 0 0.4333666667em) {
  .link__title {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0.4333666667em;
    margin-block-end: 0.4333666667em;
  }
}
.link__title::before {
  color: #f3994f;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.3333333333em;
  display: block;
}
.link--information .link__title::before {
  content: '\e904';
}
.link--price .link__title::before {
  content: '\e902';
}
.link__title .text {
  letter-spacing: 0.05em;
  display: block;
  -webkit-padding-start: 0.05em;
  padding-inline-start: 0.05em;
}
.link__thumbnail img {
  border-radius: 1.25em;
}
.link__content {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.875;
  -webkit-margin-before: 1.125em;
  margin-block-start: 1.125em;
}
.link__content p {
  margin: 0;
}

.links {
  font-size: 0.875em;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #ebfbf4;
  padding-block: 5.3125em;
  padding-inline: 0.9375em;
  margin: 0;
}
@supports not (padding-block: 5.3125em) {
  .links {
    -webkit-padding-before: 5.3125em;
    padding-block-start: 5.3125em;
    -webkit-padding-after: 5.3125em;
    padding-block-end: 5.3125em;
  }
}
@supports not (padding-inline: 0.9375em) {
  .links {
    -webkit-padding-start: 0.9375em;
    padding-inline-start: 0.9375em;
    -webkit-padding-end: 0.9375em;
    padding-inline-end: 0.9375em;
  }
}
@media (min-width: 48rem) {
  .links {
    font-size: 1em;
  }
}

/************************************************
    Post
*************************************************/
.post {
  max-inline-size: 50em;
  margin-inline: auto;
}
@supports not (margin-inline: auto) {
  .post {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
  }
}
@media (min-width: 48rem) {
  @supports (display: flow-root) {
    .post {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .post::after {
      content: "";
      display: block;
      clear: both;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .post::after {
    content: "";
    display: block;
    clear: both;
  }
}
.post + .post {
  -webkit-margin-before: 3.125em;
  margin-block-start: 3.125em;
}
@media (min-width: 48rem) {
  .post + .post {
    -webkit-margin-before: 1.25em;
    margin-block-start: 1.25em;
  }
}
.section__title + .post {
  -webkit-margin-before: 5em;
  margin-block-start: 5em;
}
.post__time {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
}
@media (min-width: 48rem) {
  .post__time {
    inline-size: 46.25%;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    float: inline-start;
  }
  @supports not (float: inline-start) {
    .post__time {
      float: left;
    }
  }
}
.post__title {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin-block: 0.2083333333em 0;
}
@supports not (margin-block: 0.2083333333em 0) {
  .post__title {
    -webkit-margin-before: 0.2083333333em;
    margin-block-start: 0.2083333333em;
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }
}
@media (min-width: 48rem) {
  .post__title {
    inline-size: 46.25%;
    float: inline-start;
  }
  @supports not (float: inline-start) {
    .post__title {
      float: left;
    }
  }
}
.post__checkbox {
  display: none;
}
.post__content {
  font-size: 1em;
  line-height: 1.625;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-margin-before: 1.3125em;
  margin-block-start: 1.3125em;
}
@media (min-width: 48rem) {
  .post__content {
    inline-size: 46.25%;
    float: inline-start;
  }
  @supports not (float: inline-start) {
    .post__content {
      float: left;
    }
  }
}
.post__checkbox:checked + .post__content {
  -webkit-line-clamp: initial;
}
.post__content p {
  margin: 0;
}
.post__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  font-weight: 700;
  display: inline-block;
  background-color: #009f5d;
  padding-block: 1em;
  padding-inline: 2.25em;
  border: 1px solid #009f5d;
  border-radius: 1.875em;
  -webkit-margin-before: 1.5em;
  margin-block-start: 1.5em;
  cursor: pointer;
}
@supports not (padding-block: 1em) {
  .post__button {
    -webkit-padding-before: 1em;
    padding-block-start: 1em;
    -webkit-padding-after: 1em;
    padding-block-end: 1em;
  }
}
@supports not (padding-inline: 2.25em) {
  .post__button {
    -webkit-padding-start: 2.25em;
    padding-inline-start: 2.25em;
    -webkit-padding-end: 2.25em;
    padding-inline-end: 2.25em;
  }
}
@media (min-width: 48rem) {
  .post__button {
    float: inline-start;
  }
  @supports not (float: inline-start) {
    .post__button {
      float: left;
    }
  }
}
.post__button:hover {
  color: #009f5d;
  background-color: white;
}
.post__button::before {
  content: "詳細を見る";
}
.post__checkbox:checked ~ .post__button::before {
  content: "閉じる";
}
@media (min-width: 48rem) {
  .post-photo {
    inline-size: 50%;
    float: inline-end;
  }
  @supports not (float: inline-end) {
    .post-photo {
      float: right;
    }
  }
}
.post-photo-swiper {
  position: relative;
}
.post-photo-swiper .swiper-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  font-size: 0.8125em;
  line-height: 1;
  background-color: #2a99fb;
  padding: 1.0384615385em;
  border: none;
  border-radius: 0.25em;
  cursor: pointer;
  position: absolute;
  inset-block-start: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@supports not (inset-block-start: 50%) {
  .post-photo-swiper .swiper-button {
    top: 50%;
  }
}
.post-photo-swiper .swiper-button:hover {
  color: #2a99fb;
  background-color: white;
}
.post-photo-swiper .swiper-button::before {
  font-family: "icomoon";
  font-weight: normal;
}
.post-photo-swiper .swiper-button--prev {
  inset-inline-start: 0;
}
@supports not (inset-inline-start: 0) {
  .post-photo-swiper .swiper-button--prev {
    left: 0;
  }
}
.post-photo-swiper .swiper-button--prev::before {
  content: '\e900';
}
.post-photo-swiper .swiper-button--next {
  inset-inline-end: 0;
}
@supports not (inset-inline-end: 0) {
  .post-photo-swiper .swiper-button--next {
    right: 0;
  }
}
.post-photo-swiper .swiper-button--next::before {
  content: '\e901';
}

/************************************************
    Clause
*************************************************/
.section-Clause__clause {
  text-align: center;
  margin-block: 0;
  margin-inline: calc(var(--gutter) * -1);
}
@supports not (margin-block: 0) {
  .section-Clause__clause {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }
}
@supports not (margin-inline: calc(var(--gutter) * -1)) {
  .section-Clause__clause {
    -webkit-margin-start: calc(var(--gutter) * -1);
    margin-inline-start: calc(var(--gutter) * -1);
    -webkit-margin-end: calc(var(--gutter) * -1);
    margin-inline-end: calc(var(--gutter) * -1);
  }
}

/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/*# sourceMappingURL=../maps/front-page.css.map */