@charset "UTF-8";
.wrap {
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
  min-height: 100dvh;
}

section[id] {
  scroll-margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  section[id] {
    scroll-margin-top: 4rem;
  }
}

.min {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.main-contents {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .main-contents {
    padding-bottom: 6rem;
  }
}

.headline__title {
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .headline__title {
    text-align: center;
    font-size: 1.8rem;
  }
}

.headline__lead {
  letter-spacing: 0;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .headline__lead {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 48em) {
  a.icon-arrow--before:hover::before, a.icon-arrow--before:hover::after, a.icon-arrow--after:hover::before, a.icon-arrow--after:hover::after,
  button.icon-arrow--before:hover::before,
  button.icon-arrow--before:hover::after,
  button.icon-arrow--after:hover::before,
  button.icon-arrow--after:hover::after {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 48em) {
  a.icon-arrow--before.bottom:hover::before, a.icon-arrow--before.bottom:hover::after, a.icon-arrow--after.bottom:hover::before, a.icon-arrow--after.bottom:hover::after,
  button.icon-arrow--before.bottom:hover::before,
  button.icon-arrow--before.bottom:hover::after,
  button.icon-arrow--after.bottom:hover::before,
  button.icon-arrow--after.bottom:hover::after {
    transform: scale(1.1) rotate(90deg);
  }
}
a.icon-arrow--before.bottom.is-open:hover::before, a.icon-arrow--before.bottom.is-open:hover::after, a.icon-arrow--after.bottom.is-open:hover::before, a.icon-arrow--after.bottom.is-open:hover::after,
button.icon-arrow--before.bottom.is-open:hover::before,
button.icon-arrow--before.bottom.is-open:hover::after,
button.icon-arrow--after.bottom.is-open:hover::before,
button.icon-arrow--after.bottom.is-open:hover::after {
  transform: scale(1.1) rotate(-90deg);
}

.icon-arrow--before::before, .icon-arrow--before::after, .icon-arrow--after::before, .icon-arrow--after::after {
  width: 2.1rem;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.76 21.76'%3E%3Cpath d='M10.88,21.76C4.88,21.76,0,16.88,0,10.88S4.88,0,10.88,0s10.88,4.88,10.88,10.88-4.88,10.88-10.88,10.88ZM10.88.5C5.16.5.5,5.16.5,10.88s4.66,10.38,10.38,10.38,10.38-4.66,10.38-10.38S16.6.5,10.88.5Z'/%3E%3Cpolygon points='9.84 14.48 9.48 14.13 12.63 10.88 9.48 7.62 9.84 7.28 13.32 10.88 9.84 14.48'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2rem;
  vertical-align: middle;
  transition: 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) transform;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .icon-arrow--before::before, .icon-arrow--before::after, .icon-arrow--after::before, .icon-arrow--after::after {
    width: 1.2rem;
    height: 1.2rem;
    background-size: 1.1rem;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.57 10.57'%3E%3Cpath d='M5.28,10.57c-2.91,0-5.28-2.37-5.28-5.28S2.37,0,5.28,0s5.29,2.37,5.29,5.28-2.37,5.28-5.29,5.28ZM5.28.5C2.65.5.5,2.65.5,5.28s2.15,4.78,4.78,4.78,4.79-2.15,4.79-4.78S7.92.5,5.28.5Z'/%3E%3Cpolygon points='4.88 7.32 4.53 6.97 5.92 5.58 4.42 4.07 4.78 3.72 6.63 5.58 4.88 7.32'/%3E%3C/svg%3E");
  }
}
.icon-arrow--before::before, .icon-arrow--after::before {
  margin-right: 0.5rem;
}
.icon-arrow--before::after, .icon-arrow--after::after {
  margin-left: 0.5rem;
}
.icon-arrow--before::before {
  content: "";
  display: inline-block;
}
.icon-arrow--before.bottom::before {
  transform: rotate(90deg);
}
.icon-arrow--after::after {
  content: "";
  display: inline-block;
}
.icon-arrow--after.bottom::after {
  transform: rotate(90deg);
}
.icon-arrow--after.white {
  background: #000;
}
.icon-arrow--after.white::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.22 15.22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:.5px;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='7.61' cy='7.61' r='7.36'/%3E%3Cpolyline class='cls-1' points='6.61 5.58 9.06 8.04 6.77 10.33'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 47.9375em) {
  .icon-arrow--after.white::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.5 16.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M8.25,16.5C3.7,16.5,0,12.8,0,8.25S3.7,0,8.25,0s8.25,3.7,8.25,8.25-3.7,8.25-8.25,8.25ZM8.25,1c-4,0-7.25,3.25-7.25,7.25s3.25,7.25,7.25,7.25,7.25-3.25,7.25-7.25S12.25,1,8.25,1Z'/%3E%3Cpolygon class='cls-1' points='7.72 11.47 7.01 10.76 9.07 8.7 6.84 6.47 7.55 5.76 10.49 8.7 7.72 11.47'/%3E%3C/svg%3E");
  }
}

.article {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .article {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.article-block:not(:last-of-type) {
  margin-bottom: 8rem;
}
.article-block > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.article-block > *:first-child {
  margin-top: 0;
}
.article-block > *:last-child {
  margin-bottom: 0;
}

.entry {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .entry {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.entry > * + * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .entry > * + * {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.entry figure img {
  margin: 0;
}
.entry hr {
  margin: 4em 0;
}
@media only screen and (max-width: 47.9375em) {
  .entry hr {
    margin: 2em 0;
  }
}
.entry > h2:not(:first-child) {
  margin-top: 6.4rem;
}
.entry > h3:not(:first-child) {
  margin-top: 4.8rem;
}
.entry > :is(h4, h5, h6):not(:first-child) {
  margin-top: 3.2rem;
}
.entry :is(h2, h3, h4, h5, h6) {
  font-weight: 300;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry h2 {
  font-size: 2.4rem;
  margin-bottom: 0.8em;
  letter-spacing: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .entry h2 {
    font-size: 2rem;
  }
}
.entry h3 {
  font-size: 2rem;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .entry h3 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.entry h4 {
  font-size: 1.8rem;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .entry h4 {
    font-size: 1.6rem;
  }
}
.entry h5 {
  font-size: 1.7rem;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .entry h5 {
    font-size: 1.5rem;
  }
}
.entry h6 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .entry h6 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .entry > h2:not(:first-child) {
    margin-top: 4rem;
  }
  .entry > h3:not(:first-child) {
    margin-top: 3.2rem;
  }
  .entry > :is(h4, h5, h6):not(:first-child) {
    margin-top: 2.4rem;
  }
}
.entry :is(h2, h3, h4) + :is(p, ul, ol, table, blockquote, figure) {
  margin-top: 0;
}
.entry :is(h5, h6) + :is(p, ul, ol) {
  margin-top: 0;
}
.entry > :first-child {
  margin-top: 0;
}
.entry > :last-child {
  margin-bottom: 0;
}
.entry small {
  font-size: 0.935em;
}
.entry a {
  text-decoration: underline;
  color: var(--themeColor);
}
@media only screen and (min-width: 48em) {
  .entry a:hover {
    text-decoration: none;
  }
}
.entry strong.bold {
  border-bottom: 4px solid #ffd800;
}
.entry img {
  display: block;
}
.entry ul {
  padding-left: 1em;
}
.entry ul li::before {
  margin-left: -1em;
  display: inline-block;
  content: "・";
}
.entry ol {
  padding-left: 1.5em;
  counter-reset: entry-ol;
}
.entry ol li {
  counter-increment: entry-ol;
}
.entry ol li::before {
  text-indent: -1.5em;
  display: inline-block;
  content: counter(entry-ol) ".";
  font-size: 1em;
}
.entry table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  border: 0.1rem solid #d8d8d8;
}
@media only screen and (max-width: 47.9375em) {
  .entry table {
    display: block;
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
.entry table caption {
  margin-bottom: 0.8rem;
  font-size: 0.875em;
  text-align: left;
}
.entry table th,
.entry table td {
  padding: 1.6rem 1.8rem;
  text-align: left;
  vertical-align: top;
  border: 0.1rem solid #d8d8d8;
}
@media only screen and (max-width: 47.9375em) {
  .entry table th,
  .entry table td {
    padding: 1rem;
    white-space: nowrap;
  }
}
.entry table th {
  background: #f7f7f7;
}
.entry table thead th {
  background: #333;
  color: #fff;
  border-color: #333;
}
.entry table tbody tr:nth-child(even) {
  background: #fafafa;
}
.entry table tfoot th,
.entry table tfoot td {
  background: #f7f7f7;
}
.entry table a {
  color: var(--themeColor);
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  .entry table a:hover {
    text-decoration: none;
  }
}

.inview {
  opacity: 0;
}
.inview.slideIn {
  transform: translate(0px, 6rem);
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inview.slideIn.bottom {
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(0px, 12rem);
}
.inview.slideIn.animate {
  opacity: 1;
  transform: translate(0, 0);
}
.inview.fadeIn {
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.inview.fadeIn.animate {
  opacity: 1;
}

.slideToggle {
  cursor: pointer;
  position: relative;
}
.slideToggle::before, .slideToggle::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000;
  position: absolute;
  top: 3rem;
  right: 3rem;
  transform: translate(0%, -50%);
  transition: 400ms;
}
@media only screen and (max-width: 47.9375em) {
  .slideToggle::before, .slideToggle::after {
    width: 1.5rem;
    top: 2.8rem;
    right: 1.5rem;
  }
}
.slideToggle::after {
  transform: translate(0%, -50%) rotate(90deg);
}
.slideToggle.is-open + * {
  display: block;
}
.slideToggle.is-open::before, .slideToggle.is-open::after {
  background: #000;
}
.slideToggle.is-open::after {
  transform: translate(0%, -50%) rotate(0deg);
}
.slideToggle + * {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}

.switch {
  border: 0.2rem solid #000;
  border-radius: 1rem;
  overflow: hidden;
}
.switch dt {
  padding: 1.6rem;
  padding-right: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .switch dt {
    padding-right: 4rem;
  }
}
.switch dd .inr {
  padding: 1.6rem;
  background: #f1f1f1;
}

.outline-text {
  --outline-color: #111;
  --outline-size: 0.08em;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-size: 4rem;
  text-shadow: calc(var(--outline-size) * 0.5) 0 0 var(--outline-color), calc(var(--outline-size) * -0.5) 0 0 var(--outline-color), 0 calc(var(--outline-size) * 0.5) 0 var(--outline-color), 0 calc(var(--outline-size) * -0.5) 0 var(--outline-color), calc(var(--outline-size) * 0.354) calc(var(--outline-size) * 0.354) 0 var(--outline-color), calc(var(--outline-size) * -0.354) calc(var(--outline-size) * 0.354) 0 var(--outline-color), calc(var(--outline-size) * 0.354) calc(var(--outline-size) * -0.354) 0 var(--outline-color), calc(var(--outline-size) * -0.354) calc(var(--outline-size) * -0.354) 0 var(--outline-color), calc(var(--outline-size) * 1) 0 0 var(--outline-color), calc(var(--outline-size) * 0.981) calc(var(--outline-size) * 0.195) 0 var(--outline-color), calc(var(--outline-size) * 0.924) calc(var(--outline-size) * 0.383) 0 var(--outline-color), calc(var(--outline-size) * 0.831) calc(var(--outline-size) * 0.556) 0 var(--outline-color), calc(var(--outline-size) * 0.707) calc(var(--outline-size) * 0.707) 0 var(--outline-color), calc(var(--outline-size) * 0.556) calc(var(--outline-size) * 0.831) 0 var(--outline-color), calc(var(--outline-size) * 0.383) calc(var(--outline-size) * 0.924) 0 var(--outline-color), calc(var(--outline-size) * 0.195) calc(var(--outline-size) * 0.981) 0 var(--outline-color), 0 calc(var(--outline-size) * 1) 0 var(--outline-color), calc(var(--outline-size) * -0.195) calc(var(--outline-size) * 0.981) 0 var(--outline-color), calc(var(--outline-size) * -0.383) calc(var(--outline-size) * 0.924) 0 var(--outline-color), calc(var(--outline-size) * -0.556) calc(var(--outline-size) * 0.831) 0 var(--outline-color), calc(var(--outline-size) * -0.707) calc(var(--outline-size) * 0.707) 0 var(--outline-color), calc(var(--outline-size) * -0.831) calc(var(--outline-size) * 0.556) 0 var(--outline-color), calc(var(--outline-size) * -0.924) calc(var(--outline-size) * 0.383) 0 var(--outline-color), calc(var(--outline-size) * -0.981) calc(var(--outline-size) * 0.195) 0 var(--outline-color), calc(var(--outline-size) * -1) 0 0 var(--outline-color), calc(var(--outline-size) * -0.981) calc(var(--outline-size) * -0.195) 0 var(--outline-color), calc(var(--outline-size) * -0.924) calc(var(--outline-size) * -0.383) 0 var(--outline-color), calc(var(--outline-size) * -0.831) calc(var(--outline-size) * -0.556) 0 var(--outline-color), calc(var(--outline-size) * -0.707) calc(var(--outline-size) * -0.707) 0 var(--outline-color), calc(var(--outline-size) * -0.556) calc(var(--outline-size) * -0.831) 0 var(--outline-color), calc(var(--outline-size) * -0.383) calc(var(--outline-size) * -0.924) 0 var(--outline-color), calc(var(--outline-size) * -0.195) calc(var(--outline-size) * -0.981) 0 var(--outline-color), 0 calc(var(--outline-size) * -1) 0 var(--outline-color), calc(var(--outline-size) * 0.195) calc(var(--outline-size) * -0.981) 0 var(--outline-color), calc(var(--outline-size) * 0.383) calc(var(--outline-size) * -0.924) 0 var(--outline-color), calc(var(--outline-size) * 0.556) calc(var(--outline-size) * -0.831) 0 var(--outline-color), calc(var(--outline-size) * 0.707) calc(var(--outline-size) * -0.707) 0 var(--outline-color), calc(var(--outline-size) * 0.831) calc(var(--outline-size) * -0.556) 0 var(--outline-color), calc(var(--outline-size) * 0.924) calc(var(--outline-size) * -0.383) 0 var(--outline-color), calc(var(--outline-size) * 0.981) calc(var(--outline-size) * -0.195) 0 var(--outline-color);
}

.section-mainvisual {
  overflow: hidden;
}
.section-mainvisual .inner {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual .inner {
    display: flex;
    flex-flow: column;
  }
}
.section-mainvisual .content {
  max-width: 110rem;
}
@media only screen and (min-width: 48em) {
  .section-mainvisual-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual-text {
    display: contents;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual-copy {
    text-align: center;
    order: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.section-mainvisual-copy__title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual-copy__title {
    font-size: 2.2rem;
    padding-left: 0.5em;
    letter-spacing: 0.1em;
  }
}
.section-mainvisual-copy__lead {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual-copy__lead {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual-swiper {
    height: 100%;
  }
}
.section-mainvisual-points {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 4rem;
  gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual-points {
    margin-top: 2rem;
    order: 3;
  }
}
.section-mainvisual-point {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 48em) {
  .section-mainvisual-point {
    background: rgba(255, 255, 255, 0.6);
    padding: 0.8rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual-point {
    font-size: 1.3rem;
  }
}
.section-mainvisual-point__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  color: #666;
  margin-right: 1rem;
}
.section-mainvisual-point .color-orange {
  width: 1em;
  text-align: center;
  font-size: 1.5rem;
}
.section-mainvisual .content-slide {
  margin-right: calc(50% - 50vw);
  position: relative;
  margin-left: auto;
  width: 100rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual .content-slide {
    width: 100vw;
    height: 32rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    order: 2;
  }
}
.section-mainvisual .content-slide::before {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual .content-slide::before {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual .swiper-wrapper {
    height: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual .swiper-slide {
    height: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual .swiper-slide picture {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.section-mainvisual .swiper-slide img {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .section-mainvisual .swiper-slide img {
    width: 112%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    position: relative;
    left: 0;
    transition: 6000ms linear;
  }
}
.section-mainvisual .swiper-slide-active img {
  left: -8%;
  /*transform: scale(1.2);*/
}
.section-mainvisual .swiper-slide-prev img {
  left: -8%;
  /*transform: scale(1.2);*/
}

@keyframes fvsp {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-12%);
  }
}
.section-news {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-news {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-news-swiper {
    overflow: visible;
  }
}
.section-news-list {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-news-list {
    margin-top: 0;
  }
}
.section-news-list__item {
  border-bottom: 0.1rem solid #999;
}
.section-news-list__item a {
  display: block;
  padding: 0.8rem 0.5rem;
}
@media only screen and (min-width: 48em) {
  .section-news-list__item a {
    transition: 200ms color;
  }
  .section-news-list__item a:hover {
    color: var(--color-orange);
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-news-list__item a {
    display: flex;
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-news-list__item a::before {
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
}
.section-news .date {
  font-size: 1.2rem;
  margin-right: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-news .date {
    border-right: 0.05rem solid #666;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
  }
}
.section-news .title {
  font-weight: 400;
  display: inline-block;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-news .title {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    line-height: 1.8;
  }
}
.section-news .more {
  margin-top: 2rem;
}

.section-environment {
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .section-environment .headline__title {
    font-size: 1.6rem;
    text-align: left;
  }
}
.section-environment .content-slide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-environment .content-slide {
    margin-top: 2rem;
  }
}
.section-environment-swiper {
  pointer-events: none;
}
.section-environment-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.section-environment-swiper .swiper-slide {
  height: auto;
  overflow: hidden;
}
.section-environment-swiper picture {
  display: block;
  width: 100%;
  height: 100%;
}
.section-environment-swiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.005);
}
@media only screen and (min-width: 48em) {
  .section-environment-swiper img {
    height: 100%;
    aspect-ratio: 3/2;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-environment-swiper img {
    height: 17.6rem;
  }
}

.facility-common-swiper {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .facility-common-swiper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.facility-common-swiper .swiper-button-next,
.facility-common-swiper .swiper-button-prev {
  width: 3.7rem;
  height: 4.3rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.68 43.51'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffb95a;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='0 21.75 37.68 43.51 37.68 0 0 21.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.4;
}
@media only screen and (max-width: 47.9375em) {
  .facility-common-swiper .swiper-button-next,
  .facility-common-swiper .swiper-button-prev {
    opacity: 0.2;
    background-size: 2.4rem;
  }
}
.facility-common-swiper .swiper-button-next svg,
.facility-common-swiper .swiper-button-prev svg {
  display: none;
}
.facility-common-swiper .swiper-button-next {
  transform: rotate(180deg);
}
@media only screen and (max-width: 47.9375em) {
  .facility-common-swiper .swiper-slide {
    height: auto;
  }
}

.swiper-slide-inner {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border-radius: 1.8rem;
  padding: 4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2.4rem;
}
@media only screen and (min-width: 48em) {
  .swiper-slide-inner {
    width: 77rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .swiper-slide-inner {
    flex-flow: column;
    gap: 1.6rem;
    height: 100%;
    padding: 2.4rem;
    border-radius: 0.8rem;
  }
}
.swiper-slide-inner .img {
  display: block;
}
@media only screen and (min-width: 48em) {
  .swiper-slide-inner .img {
    width: 47%;
  }
}
@media only screen and (min-width: 48em) {
  .swiper-slide-inner .text {
    flex: 1;
  }
}
.swiper-slide-inner .text .title {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-orange);
}
@media only screen and (max-width: 47.9375em) {
  .swiper-slide-inner .text .title {
    text-align: center;
    font-size: 1.6rem;
  }
}
.swiper-slide-inner .text .lead {
  letter-spacing: 0;
  margin-top: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 47.9375em) {
  .swiper-slide-inner .text .lead {
    margin-top: 0.8rem;
  }
}
.swiper-slide-inner .text .list {
  border-top: 0.05rem solid #999;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .swiper-slide-inner .text .list {
    display: block;
    column-count: 2;
    column-gap: 1.6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .swiper-slide-inner .text .list ul {
    display: contents;
  }
}
.swiper-slide-inner .text .list ul li {
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .swiper-slide-inner .text .list ul li {
    break-inside: avoid;
  }
}
.swiper-slide-inner .text .list ul li::before {
  content: "・";
  letter-spacing: 0;
}
.swiper-slide-inner .text .box {
  margin-top: 1.6rem;
}
.swiper-slide-inner .text .box .ttl {
  font-weight: 400;
}
.swiper-slide-inner .text .box p {
  padding-left: 1em;
}
@media only screen and (max-width: 47.9375em) {
  .swiper-slide-inner .text .box p {
    padding-left: 0.5em;
    letter-spacing: 0;
  }
}

.section-facility {
  padding-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-facility {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 48em) {
  .section-facility .headline-inner {
    display: flex;
    flex-flow: row wrap;
    gap: 8rem;
  }
}
.section-facility-icons {
  display: flex;
  flex-flow: row wrap;
  gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-facility-icons {
    margin-top: 2rem;
    justify-content: center;
    gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.section-facility-icon {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-facility-icon {
    position: relative;
    flex: 1;
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-facility-icon:nth-of-type(1) {
    order: 1;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-facility-icon:nth-of-type(2) {
    order: 4;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-facility-icon:nth-of-type(3) {
    order: 2;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-facility-icon:nth-of-type(4) {
    order: 5;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-facility-icon:nth-of-type(5) {
    order: 3;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-facility-icon:nth-of-type(6) {
    order: 6;
  }
}
.section-facility-icon picture {
  display: block;
  border: 0.1rem solid var(--color-yellow);
  border-radius: 50vw;
  overflow: hidden;
  width: 8.1rem;
}
.section-facility-icon img {
  width: 100%;
}
.section-facility-icon span {
  text-align: center;
  line-height: 1.5;
  display: block;
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-facility-icon span {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    min-height: 3em;
  }
}

.section-option {
  padding-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-option {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-option .facility-common-swiper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-option .headline__title {
    letter-spacing: 0.1em;
  }
}

.section-meeting {
  padding-top: 6rem;
}
.section-meeting .inner {
  display: flex;
  flex-flow: row wrap;
  gap: 2.6rem;
}
@media only screen and (min-width: 48em) {
  .section-meeting .inner {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 48em) {
  .section-meeting-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
    width: 46.4rem;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-meeting-images {
    display: flex;
    flex-flow: column-reverse;
  }
}
@media only screen and (min-width: 48em) {
  .section-meeting-images .section-meeting-images-wrap {
    display: contents;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-meeting-images .section-meeting-images-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 0.5rem;
    padding-top: 3rem;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 48em) {
  .section-meeting-images .section-meeting-images-wrap:first-child .img:first-child {
    grid-column: 1;
    grid-row: 1;
  }
}
@media only screen and (min-width: 48em) {
  .section-meeting-images .section-meeting-images-wrap:first-child .img:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
@media only screen and (min-width: 48em) {
  .section-meeting-images .section-meeting-images-wrap:nth-child(2) .img:first-child {
    grid-column: 2;
    grid-row: 1;
  }
}
@media only screen and (min-width: 48em) {
  .section-meeting-images .section-meeting-images-wrap:nth-child(2) .img:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media only screen and (min-width: 48em) {
  .section-meeting-images-wrap {
    display: contents;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-meeting-images-wrap {
    position: relative;
  }
}
@media only screen and (min-width: 48em) {
  .section-meeting-images .img {
    position: relative;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-meeting-images .img {
    flex: 1;
  }
}
.section-meeting-images .img img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 48em) {
  .section-meeting-images .img .tag {
    font-size: 1rem;
    background: #000;
    font-weight: 600;
    color: #fff;
    padding: 0.2rem 0.5rem 0.3rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-meeting-images .img .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
}
.section-meeting-text {
  display: flex;
  flex-flow: column;
  gap: 1em;
  line-height: 1.5;
}
@media only screen and (min-width: 48em) {
  .section-meeting-text {
    flex: 1;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-meeting-text {
    line-height: 1.7;
  }
}
.section-meeting-text-lead p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media only screen and (max-width: 47.9375em) {
  .section-meeting-text-lead p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
.section-meeting-text .box .small {
  font-size: 1.2rem;
}
.section-meeting-text .box .title {
  font-weight: 400;
}
.section-meeting-text .box dl {
  padding-left: 1em;
}
.section-meeting-text .box dl:not(:last-of-type) {
  margin-bottom: 1em;
}
.section-event {
  padding-top: 6rem;
}
.section-event .inner {
  display: flex;
  flex-flow: row wrap;
  gap: 2.6rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-event .inner {
    margin-top: 1.6rem;
  }
}
.section-event-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 0.7rem;
}
@media only screen and (min-width: 48em) {
  .section-event-images {
    width: 46.4rem;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-event-images {
    display: block;
    overflow: hidden;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.section-event-images > .img:first-child {
  grid-column: 1/3;
}
@media only screen and (min-width: 48em) {
  .section-event-images-swiper {
    display: contents;
  }
  .section-event-images-swiper .swiper-wrapper {
    display: contents;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-event-images-swiper {
    margin-top: 0.5rem;
    overflow: visible;
  }
  .section-event-images-swiper .swiper-wrapper {
    transition-timing-function: linear;
  }
}
.section-event-images .img {
  position: relative;
}
.section-event-images .img img {
  width: 100%;
  display: block;
}
.section-event-images .img .tag {
  font-size: 1rem;
  background: #000;
  font-weight: 600;
  color: #fff;
  padding: 0.2rem 0.5rem 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.section-event-text {
  display: flex;
  flex-flow: column;
  gap: 1em;
  line-height: 1.5;
}
@media only screen and (min-width: 48em) {
  .section-event-text {
    flex: 1;
  }
}
.section-event-text-lead p:not(:last-of-type) {
  margin-bottom: 1em;
}
.section-event-text .box .small {
  font-size: 1.2rem;
}
.section-event-text .box .title {
  font-weight: 400;
}
.section-event-text .box dl {
  padding-left: 1em;
}
.section-event-text .box dl.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1em;
}
.section-event-text .list {
  margin-top: -1em;
}
.section-event-text .list li::before {
  content: "・";
}

.section-plan {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.section-plan .headline {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan .headline {
    justify-content: center;
  }
}
.section-plan .headline span {
  padding-bottom: 0.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan .headline span {
    font-size: 1.3rem;
  }
}
.section-plan-blocks {
  display: flex;
  flex-flow: column;
  gap: 4rem;
  margin-top: 2rem;
}
.section-plan-block {
  padding: 3.6rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block {
    padding: 2rem 1.5rem;
  }
}
.section-plan-block.flex {
  display: flex;
  flex-flow: row wrap;
  gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block.flex {
    flex-flow: column;
    gap: 0;
  }
}
.section-plan-block-text {
  flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block-text {
    display: contents;
  }
}
.section-plan-block-text .flex {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .section-plan-block-text .flex {
    gap: 1em;
  }
}
.section-plan-block-text .small {
  line-height: 1.5;
}
@media only screen and (min-width: 48em) {
  .section-plan-block-text .small {
    display: block;
    font-size: 1.2rem;
  }
}
.section-plan-block .note {
  width: 26.4rem;
  float: right;
  text-align: center;
  border-top: 0.05rem solid var(--color-orange);
  border-bottom: 0.05rem solid var(--color-orange);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 7rem;
  margin-right: 7rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block .note {
    display: none;
  }
}
.section-plan-block .note-inner {
  border-top: 0.05rem solid var(--color-orange);
  border-bottom: 0.05rem solid var(--color-orange);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section-plan-block .note-title {
  font-size: 1.6rem;
}
.section-plan-block .note-lead {
  font-size: 1.2rem;
}
.section-plan-block .note-lead span {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .section-plan-block-image {
    width: 40rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block-image {
    order: 2;
    margin-bottom: 1.5rem;
  }
}
.section-plan-block-title {
  font-size: 2.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block-title {
    font-size: 1.6rem;
    text-align: center;
    color: var(--color-orange);
    order: 1;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block-title + p {
    order: 3;
  }
}
.section-plan-block .text {
  margin-top: 1em;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block .text {
    order: 4;
  }
}
.section-plan-block .text p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 48em) {
  .section-plan-block .text p small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block .text p small {
    font-size: 1.4rem;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.065em;
    font-feature-settings: "palt";
  }
}
.section-plan-block .band {
  margin-top: 1.5em;
  background: var(--color-orange);
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block .band {
    order: 5;
    padding: 1rem 4rem;
  }
}
.section-plan-block .band dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block .band dl {
    flex-flow: column;
  }
}
.section-plan-block .band dl dt span {
  border: 0.1rem solid #fff;
  border-radius: 50vw;
  width: 4rem;
  height: 1.5em;
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-top: 0.3rem;
}
.section-plan-block .band dl dd {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block .band dl dd {
    font-size: 1.8rem;
  }
}
.section-plan-block .band dl dd span {
  font-weight: 400;
  font-size: 1.4rem;
  padding-left: 0.2em;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block .band dl dd span {
    font-size: 1rem;
  }
}
.section-plan-block-list {
  margin-top: 3rem;
}
@media only screen and (min-width: 48em) {
  .section-plan-block-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2.4rem;
  }
}
.section-plan-block-list__item {
  border-radius: 0.5rem;
  border: 0.1rem solid var(--item-color);
  height: auto;
  display: flex;
  flex-flow: column;
  background: #fff;
}
@media only screen and (min-width: 48em) {
  .section-plan-block-list__item {
    flex: 1;
  }
}
.section-plan-block-list__item.plan-free {
  --item-color: var(--color-orange);
}
.section-plan-block-list__item.plan-day {
  --item-color: var(--color-blue);
}
.section-plan-block-list__item.plan-lifestyle {
  --item-color: var(--color-green);
}
.section-plan-block-list__item.plan-select {
  --item-color: var(--color-teal);
}
.section-plan-block-list__item .badge {
  width: 4.6rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block-list__item .badge {
    top: -1rem;
    left: 0.7rem;
  }
}
.section-plan-block-list__item .title {
  color: #fff;
  background: var(--item-color);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  height: 4.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block-list__item .title {
    height: 2.7rem;
  }
}
.section-plan-block-list__item .plan-box {
  padding: 0 1.5rem 2rem;
  flex: 1;
  display: flex;
  flex-flow: column;
}
.section-plan-block-list__item .price {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #666;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block-list__item .price {
    flex: 1;
  }
}
.section-plan-block-list__item .price dt {
  font-size: 0.9rem;
  border: 0.05rem solid #000;
  border-radius: 50vw;
  padding: 0.2rem 0.5rem 0.3rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block-list__item .price dt {
    margin-top: 0.2rem;
  }
}
.section-plan-block-list__item .price dd {
  font-size: 2.3rem;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block-list__item .price dd {
    line-height: 1;
  }
}
.section-plan-block-list__item .price dd span {
  font-size: 1.4rem;
  font-weight: 400;
}
.section-plan-block-list__item .data {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #666;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 48em) {
  .section-plan-block-list__item .data {
    flex: 1;
  }
}
.section-plan-block-list__item .data .item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1rem;
}
.section-plan-block-list__item .data .item p {
  flex: 1;
  font-size: 1.2rem;
}
.section-plan-block-list__item .data .item p span {
  font-size: 1.4rem;
  line-height: 1;
}
.section-plan-block-list__item .data .item.text-only {
  flex-flow: column;
}
.section-plan-block-list__item .data .item.text-only p {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.section-plan-block-list__item .data .item.text-only p::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-image: radial-gradient(circle, currentColor 0 0.05rem, transparent 0.05rem);
  background-size: 0.4rem 0.1rem;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-plan-block-list__item .data .item.text-only p span {
  font-size: 1.2rem !important;
  letter-spacing: -0.06em;
  background: #fff;
  position: relative;
  z-index: 1;
}
.section-plan-block-list__item .data .item.text-only p span:not(:first-of-type) {
  padding-left: 0.2rem;
}
.section-plan-block-list__item .data .item.text-only p span:not(:last-of-type) {
  padding-right: 0.2rem;
}
.section-plan-block-list__item .data .icon {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--item-color);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.section-plan-block-list__item .data .icon svg {
  width: 100%;
}
.section-plan-block-list__item .times {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-block-list__item .times {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
    flex: 1;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
  }
}
.section-plan-block-list__item .times .num {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .section-plan-member-swiper {
    overflow: inherit;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-member-swiper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}
.section-plan-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-options {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
}
.section-plan-option {
  background: var(--color-orange-light);
  border-radius: 0.5rem;
  padding: 2rem 2.5rem;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 47.9375em) {
  .section-plan-option {
    padding: 1.5rem 3.5rem;
  }
}
.section-plan-option .title {
  color: var(--color-orange);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
}
.section-plan-option .title span {
  font-size: 1.2rem;
}
.section-plan-option .title .icon {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: -0.4rem;
  margin-right: 0.5rem;
}
.section-plan-option .title .icon svg {
  width: 100%;
}
.section-plan-option .list {
  display: flex;
  flex-flow: column;
  gap: 0.6rem;
}
.section-plan-option .list li {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.2rem;
}
.section-plan-option .list .icon {
  color: var(--color-orange);
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
}
.section-plan-option .list .icon svg {
  width: 100%;
}
.section-plan-option .list small {
  grid-column: 2;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}
.section-plan-option .price {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.section-plan-option .price .icon {
  color: var(--color-orange);
  border: 0.1rem solid var(--color-orange);
  border-radius: 50%;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
}
.section-plan-option .price .icon::before, .section-plan-option .price .icon::after {
  content: "";
  display: block;
  width: 60%;
  height: 0.1rem;
  background: var(--color-orange);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-plan-option .price .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.section-plan-option .price strong {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
}
.section-plan-option .option-list {
  display: flex;
  flex-flow: column;
  gap: 0.2rem;
  margin-bottom: 1rem;
}
.section-plan-option .option-list li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  gap: 0.5rem;
}
.section-plan-option .option-list li::before {
  content: "";
  width: 100%;
  border-bottom: 0.1rem dotted currentColor;
  position: absolute;
  left: 0;
  top: 55%;
}
.section-plan-option .option-list li span {
  background: var(--color-orange-light);
  position: relative;
  z-index: 1;
}
.section-plan-option .option-list li span:first-child {
  padding-right: 0.2rem;
}
.section-plan-option .option-list li span:last-child {
  padding-left: 0.2rem;
}
.section-plan-option .option-note {
  font-size: 1.2rem;
  line-height: 1.6;
}

.section-flow {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .section-flow .headline__title {
    padding-top: 4rem;
    border-top: 0.05rem solid #666;
  }
}
.section-flow-blocks {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-flow-blocks {
    margin-top: 1.6rem;
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 48em) {
  .section-flow-block {
    padding-bottom: 4rem;
    border-bottom: 0.05rem solid #666;
  }
}
.section-flow-block:not(:last-of-type) {
  margin-bottom: 4rem;
}
.section-flow-block-head dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 2rem;
}
.section-flow-block-head dl dt {
  width: 20rem;
  height: 3.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #000;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-flow-block-head dl dt {
    width: 100%;
  }
}
.section-flow-block-head dl dd {
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-flow-block-head dl dd {
    font-size: 1.4rem;
  }
}
.section-flow-block-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3rem;
}
@media only screen and (min-width: 48em) {
  .section-flow-block-list {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media only screen and (min-width: 48em) {
  .section-flow-block-list .swiper-wrapper {
    display: contents;
  }
}
.section-flow-block-swiper {
  overflow: visible;
}
.section-flow-block-item {
  font-size: 1.2rem;
}
@media only screen and (min-width: 48em) {
  .section-flow-block-item {
    width: 25%;
    padding: 0 3rem;
    height: unset;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-flow-block-item {
    background: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 1.5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    height: auto;
  }
}
.section-flow-block-item:not(:last-of-type) {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .section-flow-block-item:not(:last-of-type) {
    border-right: 0.05rem solid #666;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-flow-block-item:not(:last-of-type) {
    overflow: hidden;
  }
}
@media only screen and (min-width: 48em) {
  .section-flow-block-item:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-right: 0.05rem solid #666;
    border-bottom: 0.05rem solid #666;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(50%, -50%) rotate(-45deg);
  }
}
.section-flow-block-item .num-wrap {
  font-size: 1rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: var(--color-orange);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-flow-block-item .num-wrap {
    margin-bottom: 1.5rem;
  }
}
.section-flow-block-item .num-wrap .num {
  font-size: 1.8rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .section-flow-block-item .num-wrap .num {
    font-size: 1.4rem;
    width: 2rem;
    height: 2rem;
    color: #fff;
    background: var(--color-orange);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
  }
}
.section-flow-block-item .ttl {
  color: var(--color-orange);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .section-flow-block-item .ttl {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-flow-block-item .ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-flow-block-item .text {
    width: 100%;
    height: 100%;
  }
}
.section-about {
  padding-top: 6rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .section-about {
    padding-top: 4rem;
  }
}
.section-about .section-content {
  padding: 0 1.5rem;
}
.section-about .decorative {
  opacity: 0.2;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-about .decorative img {
  width: 100%;
  object-fit: cover;
}
.section-about .decorative.circle {
  width: 33.5rem;
  aspect-ratio: 1/1;
  top: calc(50% - 4rem);
  left: calc(50% - 58rem);
}
.section-about .decorative.triangle {
  width: 25.3rem;
  aspect-ratio: 1/1;
  top: calc(50% - 15rem);
  left: calc(50% + 45rem);
}
.section-about .decorative.square {
  width: 35.2rem;
  aspect-ratio: 352/235;
  top: calc(50% + 20rem);
  left: calc(50% + 45rem);
}
.section-about .headline__title {
  display: flex;
  flex-flow: column;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .section-about .headline__title {
    letter-spacing: 0.04em;
  }
}
.section-about .headline__title .closs {
  width: 4.3rem;
  height: 4.3rem;
  position: relative;
  transform: rotate(45deg);
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .section-about .headline__title .closs {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.section-about .headline__title .closs::before, .section-about .headline__title .closs::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.05rem;
  background: var(--color-orange);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-about .headline__title .closs::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.section-about-lead {
  margin-top: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 47.9375em) {
  .section-about-lead {
    font-size: 1.4rem;
  }
}

.section-staff {
  padding-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-staff {
    padding-top: 4rem;
  }
}
.section-staff-blocks {
  display: flex;
  flex-flow: column;
  gap: 6rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-staff-blocks {
    gap: 4.8rem;
  }
}
.section-staff-block {
  background: var(--color-orange-light);
  border-radius: 0.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.6rem;
  padding: 2.4rem 3.6rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .section-staff-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    justify-content: center;
    gap: 1rem;
  }
}
.section-staff-block .image {
  border-radius: 50vw;
  overflow: hidden;
  width: 15.7rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 47.9375em) {
  .section-staff-block .image {
    width: 8.2rem;
    margin-left: 2rem;
  }
}
.section-staff-block .text {
  flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .section-staff-block .text {
    display: contents;
  }
}
.section-staff-block .text .comment {
  position: absolute;
  top: 0;
  right: 3.6rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .section-staff-block .text .comment {
    width: 100%;
    right: 0;
  }
}
.section-staff-block .text .comment span {
  background: var(--color-orange);
  color: #fff;
  border-radius: 50vw;
  text-align: center;
  font-weight: 400;
  width: 46rem;
  font-size: 1.4rem;
  min-height: 3.7rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .section-staff-block .text .comment span {
    width: 100%;
    font-size: 1.2rem;
    min-height: 3rem;
  }
}
.section-staff-block .text .comment span::before {
  content: "";
  display: block;
  width: 2.9rem;
  height: 2.5rem;
  background-image: url(../img/);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.2 24.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23d7531c;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='14.83 0 0 24.9 29.2 6.12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: -1rem;
  left: -0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-staff-block .text .comment span::before {
    display: none;
  }
}
.section-staff-block .text .head {
  border-bottom: 0.05rem solid #666;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-staff-block .text .head {
    flex: 1;
  }
}
.section-staff-block .text .head .name {
  font-size: 1.8rem;
}
.section-staff-block .text .head .position {
  font-size: 1.2rem;
}
.section-staff-block .text .body p {
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 47.9375em) {
  .section-staff-block .text .body p {
    font-size: 1.2rem;
  }
}

.section-partner {
  padding-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-partner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-partner .section-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-partner-swiper {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.section-partner-list {
  margin-top: 4rem;
}
@media only screen and (min-width: 48em) {
  .section-partner-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
    align-items: stretch;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-partner-list {
    margin-top: 2rem;
  }
}
.section-partner-item {
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 47.9375em) {
  .section-partner-item {
    background: var(--color-orange-light);
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
}
.section-partner-item .image {
  width: 16.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
  .section-partner-item .image {
    width: 6.2rem;
  }
}
.section-partner-item .text {
  background: var(--color-orange-light);
  padding: 2.4rem 3rem;
  border-radius: 0.5rem;
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .section-partner-item .text {
    display: contents;
  }
}
.section-partner-item .text .comming-soon {
  color: #999;
  width: 6.5rem;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .section-partner-item .text .comming-soon {
    width: 11.8rem;
    top: 50%;
  }
}
.section-partner-item .text .head {
  border-bottom: 0.05rem solid #666;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48em) {
  .section-partner-item .text .head {
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-partner-item .text .head {
    flex: 1;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0;
    min-height: 5.7rem;
  }
}
.section-partner-item .text .head .position {
  font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-partner-item .text .head .position {
    font-size: 1rem;
  }
}
.section-partner-item .text .body {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 47.9375em) {
  .section-partner-item .text .body {
    font-size: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
  }
}
.section-zero-bridge {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.section-zero-bridge .content {
  position: relative;
}
.section-zero-bridge-logo {
  width: 8.6rem;
  position: absolute;
  top: -1.6rem;
  left: -3.6rem;
}
@media only screen and (min-width: 48em) {
  .section-zero-bridge-logo {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-zero-bridge-logo {
    width: 3.8rem;
    top: -1rem;
    left: 3rem;
  }
}
.section-zero-bridge .headline__title-sub {
  margin-bottom: 2.4rem;
}
.section-zero-bridge .headline__title-sub span {
  color: var(--color-purple);
  background: var(--color-purple-light);
  display: block;
  border-radius: 0.5rem;
  padding: 0.2rem 2rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 48em) {
  .section-zero-bridge .headline__title-sub span {
    margin-left: -2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-zero-bridge .headline__title-sub span {
    text-align: center;
    font-size: 1.3rem;
  }
}
.section-zero-bridge .headline__title {
  color: var(--color-purple);
}
.section-zero-bridge .headline__lead {
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-zero-bridge .headline__lead {
    margin-top: 1.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section-zero-bridge .small {
  font-size: 1.2rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-zero-bridge .small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section-zero-bridge-band {
  padding: 0.5rem;
  background: var(--color-purple-light);
  border-radius: 0.3rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 48em) {
  .section-zero-bridge-band {
    margin-left: -2rem;
  }
}

.section-faq {
  padding-top: 4rem;
}
.section-faq-list {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-faq-list {
    margin-top: 1.5rem;
  }
}
.section-faq-closed {
  overflow: hidden;
}
.section-faq-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.05rem solid #666;
}
@media only screen and (max-width: 47.9375em) {
  .section-faq-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.section-faq-item dt {
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  .section-faq-item dt {
    position: relative;
    padding-right: 1.5rem;
    cursor: pointer;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-faq-item dt::before, .section-faq-item dt::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.1rem;
    background: var(--color-orange);
    position: absolute;
    top: 1.2rem;
    right: 0%;
  }
}
.section-faq-item dt::after {
  transform: translate(0) rotate(90deg);
}
.section-faq-item dt span::before {
  content: "Q : ";
}
.section-faq-item dd {
  padding-top: 0.3rem;
}
.section-faq-item dd::before {
  content: "A : ";
}
@media only screen and (max-width: 47.9375em) {
  .section-faq-item.is-open dt::after {
    transform: translate(0) rotate(0);
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-faq .more {
    display: none;
  }
}
.section-faq .more a,
.section-faq .more button {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 0;
}
.section-faq .more a.is-open::after,
.section-faq .more button.is-open::after {
  transform: rotate(-90deg);
}

.section-building-guide {
  padding-top: 8rem;
}
.section-building-guide-list {
  margin-top: 4rem;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-building-guide-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
}
.section-building-guide-item {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .section-building-guide-item a:hover img {
    transform: scale(1.1);
  }
}
.section-building-guide-item.space {
  --building-color: var(--color-blue-dark);
}
@media only screen and (min-width: 48em) {
  .section-building-guide-item.space {
    flex: 1.7;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-building-guide-item.space {
    grid-column: 1/3;
  }
}
.section-building-guide-item.fit {
  --building-color: var(--color-blue);
}
@media only screen and (min-width: 48em) {
  .section-building-guide-item.fit {
    flex: 1;
  }
}
.section-building-guide-item.trunk {
  --building-color: var(--color-green);
}
@media only screen and (min-width: 48em) {
  .section-building-guide-item.trunk {
    flex: 1;
  }
}
.section-building-guide-item .img {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-building-guide-item .img {
    border-radius: 0.5rem;
  }
}
.section-building-guide-item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--building-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
.section-building-guide-item .img img {
  transition: 400ms;
}
.section-building-guide-item .tag {
  color: var(--building-color);
  background: #fff;
  font-size: 1.4rem;
  padding: 0.1rem 1rem 0.2rem;
  border-radius: 50vw;
  font-feature-settings: "palt";
  font-weight: 400;
  position: absolute;
  z-index: 10;
  top: 1.6rem;
  left: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-building-guide-item .tag {
    font-size: 1rem;
    padding: 0.1rem 0.5rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-building-guide-item .tag.sp {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0.5rem;
    margin-top: 0.2rem;
  }
}
.section-building-guide-item .text {
  position: absolute;
  inset: 0;
  z-index: 20;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-building-guide-item .text {
    flex-flow: row wrap;
  }
}
.section-building-guide-item .text .title {
  font-size: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-building-guide-item .text .title {
    font-size: 2rem;
  }
}
.section-building-guide-item .text .title.outline-text {
  --outline-color: var(--building-color);
}
.section-building-guide-item .text .lead {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .section-building-guide-item .text .lead {
    font-size: 1.1rem;
    width: 100%;
  }
}
.section-building-guide-item .text .lead.outline-text {
  --outline-color: var(--building-color);
}
.section-building-guide-item .text .icon-arrow--after {
  background: transparent;
}
.section-building-guide-item .text .icon-arrow--after.white::after {
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
}

.section-access {
  padding-top: 6rem;
}
@media only screen and (min-width: 48em) {
  .section-access .headline .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
  }
}
.section-access .headline__title {
  flex: 1;
}
@media only screen and (min-width: 48em) {
  .section-access .headline .address {
    width: 65.4%;
  }
}
.section-access-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-access-grid {
    flex-flow: column-reverse;
    gap: 2rem;
  }
}
.section-access-grid-left {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-access-grid-left {
    flex-flow: row wrap;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-access-grid-left .img {
    flex: 1;height:100%;aspect-ratio:9/6;
  }
    .section-access-grid-left .img img{
    object-fit:cover;height:100%;
  }
}
.section-access-grid-left .video {
  position: relative;
  flex: 1;
}
.section-access-grid-left .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 48em) {
  .section-access-grid-right {
    width: 65.4%;
  }
}
.section-access-grid-right .iframe {
  position: relative;
  padding-top: 69%;
}
.section-access-grid-right .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-access .more {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-access .more {
    display: none;
  }
}

.news-list {
  border-top: 0.1rem solid #999;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .news-list {
    margin-top: 2rem;
  }
}
.news-list__item {
  border-bottom: 0.1rem solid #999;
}
.news-list__item a {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1.8rem 0.5rem;
}
@media only screen and (min-width: 48em) {
  .news-list__item a {
    transition: 200ms color;
  }
  .news-list__item a:hover {
    color: var(--color-orange);
  }
}
@media only screen and (max-width: 47.9375em) {
  .news-list__item a {
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1.4rem 0.2rem;
  }
}
.news-list__item a::before {
  margin-right: 0;
  margin-top: 0.6rem;
}
.news-list .date {
  flex: 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .news-list .date {
    font-size: 1.2rem;
    padding-top: 0.1rem;
  }
}
.news-list .title {
  flex: 1;
  min-width: 0;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 47.9375em) {
  .news-list .title {
    font-size: 1.4rem;
  }
}

.news-detail__title {
  font-weight: 300;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.09rem solid #666;
  font-size: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .news-detail__title {
    font-size: 2.4rem;
  }
}
.news-detail__date {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 47.9375em) {
  .news-detail__date {
    font-size: 1.2rem;
  }
}
.news-detail__back {
  margin-top: 5rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .news-detail__back {
    margin-top: 3rem;
  }
}
.news-detail__back a {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
}
@media only screen and (min-width: 48em) {
  .news-detail__back a {
    transition: 200ms color;
  }
  .news-detail__back a:hover {
    color: var(--color-orange);
  }
}