@charset "UTF-8";
.wrap {
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
  min-height: 100dvh;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .wrap {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .wrap {
    padding-top: 6rem;
  }
}

.text-underline {
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.text-marker {
  background: linear-gradient(transparent 50%, var(--primary--dark) 50%);
}
.text-marker-light {
  background: linear-gradient(transparent 50%, var(--primary) 50%);
}
.text-marker-yellow {
  background: linear-gradient(transparent 70%, #F9FF64 70%);
}

.font-large {
  font-size: 1.25em;
}

.font-small {
  font-size: 0.75em;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.theme_color {
  color: var(--primary);
}

.page-top {
  position: fixed;
  right: 0%;
  transform: translate(100%, -50%);
  transform-origin: top left;
  z-index: 99;
  transition: transform 300ms ease;
}
@media only screen and (min-width: 48em) {
  .page-top {
    top: 50%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page-top {
    bottom: -3rem;
  }
}
.page-top a {
  display: block;
  width: 6rem;
  height: 14.6rem;
}
@media only screen and (min-width: 48em) {
  .page-top a:hover .hover {
    opacity: 1;
  }
}
.page-top a .hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 200ms;
}
.page-top.is-show {
  transform: translate(0%, -50%);
}

.icon-arrow {
  display: block;
  width: 3.8rem;
  aspect-ratio: 1;
  background-color: var(--primary--dark);
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0%, -50%);
  border: 0.1rem solid var(--primary--dark);
  transition: 200ms;
}
.icon-arrow::before {
  content: "";
  display: block;
  width: 0.6rem;
  aspect-ratio: 3/5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.783 10.066'%3E%3Cpath d='M.75 10.066a.75.75 0 0 1-.53-1.28l3.753-3.753L.22 1.28A.75.75 0 0 1 1.28.22l4.283 4.283a.75.75 0 0 1 0 1.061L1.28 9.847a.748.748 0 0 1-.53.219Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 200ms;
  z-index: 1;
}
.icon-arrow::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.15rem;
  background: var(--primary--dark);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 48em) {
  a:hover .icon-arrow {
    background: #fff;
  }
  a:hover .icon-arrow::before {
    left: calc(50% + 0.5rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.783 10.066'%3E%3Cpath d='M.75 10.066a.75.75 0 0 1-.53-1.28l3.753-3.753L.22 1.28A.75.75 0 0 1 1.28.22l4.283 4.283a.75.75 0 0 1 0 1.061L1.28 9.847a.748.748 0 0 1-.53.219Z' fill='%2382AC02'/%3E%3C/svg%3E");
  }
}

.min {
  font-family: "Lora", serif;
}

.curve {
  display: block;
  width: 4.8rem;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.555 47.976'%3E%3Cpath d='M47.555 47.975H0V0a47.959 47.959 0 0 0 47.555 47.975Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .curve {
    width: 3.2rem;
  }
}
.curve01 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.976 47.555'%3E%3Cpath d='M0 47.555V0h47.975A47.959 47.959 0 0 0 0 47.555Z' fill='%23fff'/%3E%3C/svg%3E");
}
.curve02 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.555 47.976'%3E%3Cpath d='M47.555 47.975H0V0a47.959 47.959 0 0 0 47.555 47.975Z' fill='%23fff'/%3E%3C/svg%3E");
}
.curve03 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.555 47.976'%3E%3Cpath d='M0 0h47.555v47.975A47.959 47.959 0 0 0 0 0Z' fill='%23fff'/%3E%3C/svg%3E");
}
.curve04 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.976 47.555'%3E%3Cpath d='M47.976 0v47.555H0A47.959 47.959 0 0 0 47.976 0Z' fill='%23fff'/%3E%3C/svg%3E");
}

.wave {
  display: block;
  width: 100%;
  aspect-ratio: 1366/175;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}
.wave-top {
  background-image: url(../img/common/wave-top.png);
}
.wave-top2 {
  background-image: url(../img/common/wave-top2.png);
}
.wave-bottom {
  background-image: url(../img/common/wave-bottom.png);
}
.wave-bottom-alpha {
  background-image: url(../img/common/wave-bottom-alpha.png);
}
.wave-bottom2 {
  aspect-ratio: 1366/130;
  background-image: url(../img/common/wave-bottom2.png);
}

.headline__title {
  --primary: #92C100;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .headline__title {
    font-size: 2.4rem;
  }
}
.headline__title::after {
  content: "";
  display: block;
  width: 12.2rem;
  height: 0.6rem;
  border: 0.1rem solid var(--primary);
  margin-top: 1.6rem;
  background: linear-gradient(to right, var(--primary) 50%, #fff 50%, #fff 100%);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
  .headline__title::after {
    width: 10rem;
    height: 0.4rem;
  }
}
.headline__title.reverse::after {
  border-color: #fff;
  background: linear-gradient(to right, #fff 50%, var(--primary) 50%, var(--primary) 100%);
}

.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;
}

h1.headline__title {
  margin-bottom: 4rem;
}

.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
.flex-item {
  flex: 0 0 calc((100% - 4rem) / 3);
}

.section-page-hero {
  max-width: 136.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 48em) {
  .section-page-hero {
    padding: 0 3.2rem;
  }
}
.section-page-hero .content {
  position: relative;
}
.section-page-hero .img {
  border-radius: 0 0 4.8rem 4.8rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .section-page-hero .img {
    border-radius: 0 0 3.2rem 3.2rem;
  }
}
.section-page-hero .img img {
  object-fit: cover;
}
@media only screen and (min-width: 48em) {
  .section-page-hero .img img {
    max-height: 48rem;
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-page-hero .img img {
    height: 41.6rem;
  }
}
.section-page-hero .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(52, 64, 17, 0.4);
  position: absolute;
  inset: 0;
}
.section-page-hero-head {
  background: #fff;
  border-radius: 3.6rem 0 0 0;
}
@media only screen and (min-width: 48em) {
  .section-page-hero-head {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-page-hero-head {
    position: relative;
    width: max-content;
    margin-left: auto;
    max-width: 27.3rem;
  }
}
.section-page-hero-head .curve {
  position: absolute;
  top: 0.5px;
  right: -0.5px;
  transform: translateY(-100%);
}
@media only screen and (min-width: 48em) {
  .section-page-hero-wrap {
    display: contents;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-page-hero-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }
}
.section-page-hero-title {
  font-size: 8rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 48em) {
  .section-page-hero-title {
    position: absolute;
    top: 9rem;
    left: 9rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .section-page-hero-title {
    font-size: 3.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
}
.section-page-hero-title span::after {
  content: "";
  display: block;
  width: 32rem;
  height: 1.2rem;
  border: 0.2rem solid #fff;
  margin-top: 2.4rem;
  background: linear-gradient(to right, #fff 50%, transparent 50%, transparent 100%);
}
@media only screen and (max-width: 47.9375em) {
  .section-page-hero-title span::after {
    width: 12.8rem;
    height: 0.5rem;
  }
}
.section-page-hero-lead {
  font-weight: bold;
  font-size: 2rem;
  padding: 3rem 2rem 2.2rem 3.8rem;
  line-height: 1.75;
}
@media only screen and (max-width: 47.9375em) {
  .section-page-hero-lead {
    font-size: 1.6rem;
    padding: 2rem 1.5rem 1.5rem 2rem;
    line-height: 1.5;
  }
}
.section-page-hero-lead .small {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 47.9375em) {
  .section-page-hero-lead .small {
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-bottom: 0.5em;
  }
}
.section-page-hero-lead .fzl {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .section-page-hero-lead .fzl {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.entry {
  font-size: 1.8rem;
  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 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  letter-spacing: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .entry h2 {
    font-size: 2.4rem;
  }
}
.entry h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .entry h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.entry h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .entry h4 {
    font-size: 1.8rem;
  }
}
.entry h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .entry h5 {
    font-size: 1.7rem;
  }
}
.entry h6 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .entry h6 {
    font-size: 1.6rem;
  }
}
@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(--primary--dark);
  font-weight: bold;
}
@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:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.entry ul li::before {
  content: "・";
  margin-left: -1em;
  display: inline-block;
}
.entry ol {
  padding-left: 1em;
  counter-reset: entry-ol;
}
.entry ol li {
  counter-increment: entry-ol;
}
.entry ol li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.entry ol li::before {
  text-align: right;
  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 {
  font-weight: 700;
  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 {
  font-weight: 700;
  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;
}

.top-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.top-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  background: #fff;
  overflow: hidden;
}

.page--top .section-mainvisual .section-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 48em) {
  .page--top .section-mainvisual .section-content {
    padding: 0 3.2rem;
  }
}
.page--top .section-mainvisual .content {
  position: relative;
}
.page--top .section-mainvisual-heading {
  position: absolute;
  z-index: 3;
  width: 64.9rem;
  left: 0%;
}
@media only screen and (min-width: 48em) {
  .page--top .section-mainvisual-heading {
    bottom: 15%;
  }
}
@media only screen and (min-width: 48em) and (max-width: 78.75em) {
  .page--top .section-mainvisual-heading {
    top: calc(50% - 4rem);
    width: 63rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual-heading {
    width: 32rem;
    top: calc(50% - 4rem);
    transform: translateY(-50%);
  }
}
.page--top .section-mainvisual .mark {
  width: 12.5rem;
  position: absolute;
  top: 3rem;
  right: 3.4rem;
  z-index: 3;
}
@media only screen and (min-width: 48em) and (max-width: 78.75em) {
  .page--top .section-mainvisual .mark {
    width: 11rem;
    top: 2rem;
    right: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual .mark {
    width: 8.4rem;
    top: 2rem;
    right: 2rem;
  }
}
.page--top .section-mainvisual .check-list {
  background: rgba(53, 61, 48, 0.8);
  position: absolute;
  top: 3rem;
  left: 0;
  color: #fff;
  border-radius: 0 1.6rem 1.6rem 0;
  padding: 2.4rem;
  z-index: 3;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual .check-list {
    top: 1rem;
    padding: 2rem;
  }
}
.page--top .section-mainvisual .check-list-item:not(:last-of-type) span {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.page--top .section-mainvisual .check-list-item:not(:last-of-type) span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: repeating-linear-gradient(to right, #b8c9c5 0, #b8c9c5 0.4rem, transparent 0.4rem, transparent 0.8rem);
}
.page--top .section-mainvisual .check-list-item span {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual .check-list-item span {
    font-size: 1.4rem;
    gap: 0 0.9rem;
  }
}
.page--top .section-mainvisual .check-list-item span::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 2/1.4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='14' viewBox='0 0 20 14'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='20' height='14' transform='translate(445.151 957.607)' fill='%23c0e648'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-checkbox' transform='translate(-445.151 -957.607)' clip-path='url(%23clip-path)'%3E%3Crect id='short' width='4.041' height='12.122' rx='1' transform='translate(445.151 963.321) rotate(-45)' fill='%23c0e648'/%3E%3Crect id='long' width='16.162' height='4.041' rx='1' transform='translate(450.865 969.035) rotate(-45)' fill='%23c0e648'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual .check-list-item span::before {
    width: 1.6rem;
  }
}
.page--top .section-mainvisual .img {
  border-radius: 0 0 0 4.8rem;
  overflow: hidden;
}
.page--top .section-mainvisual .img img {
  width: 100%;
}
.page--top .section-mainvisual .content-slide {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .page--top .section-mainvisual .content-slide {
    border-radius: 0 0 0 4.8rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual .content-slide {
    height: calc(100dvh - 6rem);
    min-height: 63rem;
    max-height: 77rem;
  }
}
.page--top .section-mainvisual .content-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #687932;
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.4;
}
.page--top .section-mainvisual .swiper-controller {
  position: absolute;
  bottom: 0;
  z-index: 9;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .page--top .section-mainvisual .swiper-controller {
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.page--top .section-mainvisual .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 48em) {
  .page--top .section-mainvisual .swiper-slide img {
    aspect-ratio: 1302/668;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual .swiper-slide img {
    height: calc(100dvh - 6rem);
    min-height: 63rem;
    max-height: 77rem;
  }
}
.page--top .section-mainvisual .swiper-button-next, .page--top .section-mainvisual .swiper-button-prev {
  width: 6.4rem;
  height: 6.4rem;
  background: #fff;
  position: static;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual .swiper-button-next, .page--top .section-mainvisual .swiper-button-prev {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.page--top .section-mainvisual .swiper-button-next .icon-arrow, .page--top .section-mainvisual .swiper-button-prev .icon-arrow {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  background: transparent;
  border: none;
}
.page--top .section-mainvisual .swiper-button-next .icon-arrow::before, .page--top .section-mainvisual .swiper-button-prev .icon-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.783 10.066'%3E%3Cpath d='M.75 10.066a.75.75 0 0 1-.53-1.28l3.753-3.753L.22 1.28A.75.75 0 0 1 1.28.22l4.283 4.283a.75.75 0 0 1 0 1.061L1.28 9.847a.748.748 0 0 1-.53.219Z' fill='%2382AC02'/%3E%3C/svg%3E");
}
.page--top .section-mainvisual .swiper-button-next .icon-arrow::after, .page--top .section-mainvisual .swiper-button-prev .icon-arrow::after {
  background: #fff;
}
.page--top .section-mainvisual .swiper-button-next {
  border-radius: 0 2rem 0 0;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual .swiper-button-next {
    border-radius: 0 1.6rem 0 0;
  }
}
@media only screen and (min-width: 48em) {
  .page--top .section-mainvisual .swiper-button-next:hover {
    background: var(--primary--dark);
  }
  .page--top .section-mainvisual .swiper-button-next:hover .icon-arrow::before {
    left: calc(50% + 0.5rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.783 10.066'%3E%3Cpath d='M.75 10.066a.75.75 0 0 1-.53-1.28l3.753-3.753L.22 1.28A.75.75 0 0 1 1.28.22l4.283 4.283a.75.75 0 0 1 0 1.061L1.28 9.847a.748.748 0 0 1-.53.219Z' fill='%23fff'/%3E%3C/svg%3E");
  }
}
.page--top .section-mainvisual .swiper-button-prev {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .page--top .section-mainvisual .swiper-button-prev {
    border-radius: 2rem 0 0 0;
  }
}
.page--top .section-mainvisual .swiper-button-prev::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 70%;
  border-right: 0.1rem dashed var(--primary--dark);
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}
.page--top .section-mainvisual .swiper-button-prev .icon-arrow {
  transform: rotate(180deg);
}
@media only screen and (min-width: 48em) {
  .page--top .section-mainvisual .swiper-button-prev:hover {
    background: var(--primary--dark);
  }
  .page--top .section-mainvisual .swiper-button-prev:hover .icon-arrow::before {
    left: calc(50% + 0.5rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.783 10.066'%3E%3Cpath d='M.75 10.066a.75.75 0 0 1-.53-1.28l3.753-3.753L.22 1.28A.75.75 0 0 1 1.28.22l4.283 4.283a.75.75 0 0 1 0 1.061L1.28 9.847a.748.748 0 0 1-.53.219Z' fill='%23fff'/%3E%3C/svg%3E");
  }
}
.page--top .section-mainvisual-head {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  writing-mode: vertical-rl;
  padding-top: 5.4rem;
  padding-left: 2.4rem;
  padding-bottom: 2rem;
  border-radius: 3.6rem 0 0 0;
  z-index: 3;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual-head {
    padding-top: 2.4rem;
    padding-right: 1rem;
    padding-bottom: 0.9rem;
    border-radius: 3.2rem 0 0 0;
  }
}
.page--top .section-mainvisual-head .curve {
  position: absolute;
  bottom: 0;
  left: 0.5px;
  transform: translateX(-100%);
}
.page--top .section-mainvisual-title {
  color: var(--primary--dark);
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual-title {
    font-size: 2rem;
  }
}
.page--top .section-mainvisual-title span {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual-title span {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}
.page--top .section-mainvisual-title span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  line-height: 0.5;
  width: 1.3rem;
  aspect-ratio: 1364/1137;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.636' height='11.368' viewBox='0 0 13.636 11.368'%3E%3Cpath id='パス_28157' data-name='パス 28157' d='M6.44-21.84c-3.164,1.568-4.7,3.948-4.7,7.028,0,2.744,1.064,4.34,3.164,4.34a2.517,2.517,0,0,0,2.548-2.716A2.419,2.419,0,0,0,4.9-15.652a1.363,1.363,0,0,0-.336.028c.028-1.876,1.008-3.108,2.968-4.032Zm7.84,0c-3.164,1.568-4.7,3.948-4.7,7.028,0,2.744,1.064,4.34,3.164,4.34a2.517,2.517,0,0,0,2.548-2.716,2.419,2.419,0,0,0-2.548-2.464,1.363,1.363,0,0,0-.336.028c.028-1.876,1.008-3.108,2.968-4.032Z' transform='translate(-1.736 21.84)' fill='%2382ac00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual-title span::before {
    width: 0.97rem;
  }
}
.page--top .section-mainvisual-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  width: 1.3rem;
  aspect-ratio: 1364/1137;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.636' height='11.34' viewBox='0 0 13.636 11.34'%3E%3Cpath id='パス_28158' data-name='パス 28158' d='M13.132-10.948c3.192-1.54,4.732-3.92,4.732-7,0-2.744-1.092-4.34-3.136-4.34A2.485,2.485,0,0,0,12.152-19.6a2.427,2.427,0,0,0,2.576,2.464.953.953,0,0,0,.28-.028c-.028,1.9-.98,3.108-2.94,4.06Zm7.84,0c3.192-1.54,4.732-3.92,4.732-7,0-2.744-1.092-4.34-3.136-4.34A2.485,2.485,0,0,0,19.992-19.6a2.427,2.427,0,0,0,2.576,2.464.953.953,0,0,0,.28-.028c-.028,1.9-.98,3.108-2.94,4.06Z' transform='translate(-12.068 22.288)' fill='%2382ac00'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual-title span::after {
    width: 0.97rem;
  }
}
.page--top .section-mainvisual-lead {
  font-size: 2rem;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-mainvisual-lead {
    font-size: 1.4rem;
  }
}
.page--top .section-news {
  --section-news-top: 22rem;
  background: var(--primary--light);
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-news {
    padding-top: 6.6rem;
    padding-bottom: 5rem;
  }
}
.page--top .section-news .wave-top {
  position: absolute;
  top: var(--section-news-top);
  left: 0;
}
.page--top .section-news > * {
  position: relative;
  z-index: 2;
}
.page--top .section-news::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--section-news-top);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.page--top .section-news .news-wrap {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-news .news-wrap {
    margin-top: 3.2rem;
  }
}
.page--top .section-news .btn {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.page--top .section-reason {
  background: var(--primary--light);
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.page--top .section-reason .section-content {
  position: relative;
}
.page--top .section-reason .bg-icon {
  width: 18rem;
  aspect-ratio: 1;
  position: absolute;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason .bg-icon {
    width: 10.8rem;
  }
}
.page--top .section-reason .bg-icon01 {
  top: 10rem;
  left: calc(50% - 35rem);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason .bg-icon01 {
    top: 5%;
    left: calc(50% - 17rem);
  }
}
.page--top .section-reason .bg-icon02 {
  top: 1rem;
  left: calc(50% + 38rem);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason .bg-icon02 {
    top: 0rem;
    left: calc(50% + 12rem);
  }
}
.page--top .section-reason .bg-icon03 {
  bottom: 19rem;
  left: calc(50% - 55rem);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason .bg-icon03 {
    bottom: 28rem;
    left: calc(50% - 17rem);
  }
}
.page--top .section-reason .bg-icon04 {
  bottom: 10rem;
  left: calc(50% + 53rem);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason .bg-icon04 {
    bottom: 10rem;
    left: calc(50% + 16rem);
  }
}
.page--top .section-reason.is-three-slides .content-slide {
  padding-left: 3rem;
  padding-right: 3rem;
}
.page--top .section-reason .content-slide {
  margin-top: 7.4rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason .content-slide {
    margin-top: 3rem;
  }
}
.page--top .section-reason .swiper-reason {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.page--top .section-reason.is-static .swiper-reason {
  overflow: visible;
}
.page--top .section-reason.is-static .swiper-reason .swiper-wrapper {
  gap: 4.8rem;
  justify-content: center;
}
.page--top .section-reason.is-static .swiper-reason .swiper-slide {
  flex: 1 1 0;
  width: auto;
  max-width: 45rem;
}
.page--top .section-reason.is-static .swiper-pagination {
  display: none;
}
.page--top .section-reason-card {
  border-radius: 4.8rem;
  background: #fff;
  padding: 2.4rem;
  height: auto;
  box-shadow: 0 1rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason-card {
    padding: 1.5rem;
    border-radius: 3rem;
  }
}
.page--top .section-reason-card .inner {
  border-radius: 2.4rem;
  border: 0.2rem dashed #B8C9C5;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 7.4rem;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason-card .inner {
    border-radius: 1.6rem;
    padding-top: 5.3rem;
  }
}
.page--top .section-reason-card .icon {
  width: 10rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason-card .icon {
    width: 7.2rem;
  }
}
.page--top .section-reason-card .title {
  font-size: 2.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason-card .title {
    font-size: 1.8rem;
  }
}
.page--top .section-reason-card .check-list {
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason-card .check-list {
    margin-top: 1.2rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page--top .section-reason-card .check-list__item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason-card .check-list__item:not(:last-of-type) {
    margin-bottom: 0.8rem;
  }
}
.page--top .section-reason-card .check-list__item span {
  font-size: 1.8rem;
  flex: 1;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason-card .check-list__item span {
    font-size: 1.5rem;
    gap: 0.5rem;
    line-height: 1.5;
  }
}
.page--top .section-reason-card .check-list__item::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 2/1.4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17' height='12' viewBox='0 0 17 12'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='17' height='12' transform='translate(445.151 957.607)' fill='%23b9c9c5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-checkbox' transform='translate(-445.151 -957.607)' clip-path='url(%23clip-path)'%3E%3Crect id='short' width='3.366' height='10.097' rx='1' transform='translate(445.151 962.366) rotate(-45)' fill='%23b9c9c5'/%3E%3Crect id='long' width='13.462' height='3.366' rx='1' transform='translate(449.91 967.126) rotate(-45)' fill='%23b9c9c5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: cover;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason-card .check-list__item::before {
    width: 1.7rem;
    margin-top: 0.6rem;
  }
}
.page--top .section-reason-card .image {
  width: 100%;
  margin-top: auto;
  border-radius: 0 0 2.4rem 2.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason-card .image {
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
.page--top .section-reason-card .image img {
  width: 100%;
}
.page--top .section-reason .swiper-pagination {
  position: static;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason .swiper-pagination {
    margin-top: 1rem;
  }
}
.page--top .section-reason .swiper-pagination-bullet {
  --primary--dark: #92C100;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--primary--dark);
  opacity: 1;
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason .swiper-pagination-bullet {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
}
.page--top .section-reason .swiper-pagination-bullet-active {
  background: #fff;
  width: 2rem;
  height: 2rem;
}
.page--top .section-reason-lead {
  font-size: 2rem;
  text-align: center;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason-lead {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 4rem;
  }
}
.page--top .section-reason .btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-reason .btn {
    margin-top: 4.8rem;
  }
}
.page--top .section-trouble {
  padding-bottom: 11rem;
  position: relative;
  z-index: 3;
  width: 100%;
  background-image: linear-gradient(to bottom, #F0F5F4, #F0F5F4 45rem, transparent 45rem);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-position: 50% 0%;
  background-size: 100% 71.1rem;
  border-radius: 0 0 10rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390 782.56'%3E%3Cpath fill='%23f0f5f4' d='M0 0h390v678.421c-61.507 0-194.81 104.139-194.81 104.139S65.29 678.421 0 678.421V0Z'/%3E%3C/svg%3E");
    background-size: 100% 78rem;
    background-position: 50% -8rem;
    border-radius: 0 0 6rem 0;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 48em) {
  .page--top .section-trouble .wave-bottom-alpha {
    height: 17.5rem;
  }
}
.page--top .section-trouble::after {
  content: "";
  display: block;
  width: 100%;
  height: 26.5rem;
  background-image: url(../img/top/bg-valley.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 45rem;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
.page--top .section-trouble::before {
  content: "";
  display: block;
  width: 7.2rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Ccircle cx='36' cy='36' r='36' fill='%23687932'/%3E%3Cpath d='M36 15.5v42l-8-7.332' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 66rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble::before {
    width: 5.6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .section-content {
    padding-top: 4rem;
  }
}
.page--top .section-trouble .trouble-title {
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .trouble-title {
    text-align: center;
  }
}
.page--top .section-trouble .trouble-title > span {
  background: #687932;
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  padding: 1.8rem 5rem;
  position: relative;
  display: inline-block;
  transform: rotate(2deg);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .trouble-title > span {
    font-size: 2.2rem;
    padding: 1.2rem 3.5rem;
    line-height: 1.3;
  }
}
.page--top .section-trouble .trouble-title > span::before {
  content: "";
  display: block;
  width: 4rem;
  position: absolute;
  bottom: -0.1rem;
  right: -0.1rem;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #BADA55 0%, #BADA55 50%, #F0F5F4 50%, #F0F5F4 100%);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .trouble-title > span::before {
    width: 2.5rem;
  }
}
.page--top .section-trouble .trouble-title > span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 26'%3E%3Cpath fill='%23687a32' d='M1.948 0 0 26 20 0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .trouble-title > span::after {
    bottom: 1rem;
  }
}
.page--top .section-trouble .trouble-title > span .small {
  font-size: 80.56%;
}
.page--top .section-trouble-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem;
  align-items: start;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.4rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.page--top .section-trouble-list__item {
  position: relative;
}
.page--top .section-trouble-list__item:nth-of-type(odd) {
  border-radius: 0 1.4rem 1.4rem 0;
}
.page--top .section-trouble-list__item:nth-of-type(even) {
  border-radius: 1.4rem 0 0 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble-list__item:nth-of-type(1) {
    background: #9CDAE2;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble-list__item:nth-of-type(2) {
    background: #D3D39C;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble-list__item:nth-of-type(3) {
    background: #EFB5B9;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble-list__item:nth-of-type(4) {
    background: #B7CFEA;
  }
}
.page--top .section-trouble-list__item .text span {
  border: 0.1rem solid #000;
  background: #fff;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 100%;
  width: 23rem;
  height: 5.4rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble-list__item .text span {
    font-size: 1.2rem;
    width: 15.4rem;
    height: 3.7rem;
  }
}
.page--top .section-trouble .title {
  font-size: 4.7rem;
  text-align: center;
  margin-top: 18rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .title {
    font-size: 2.4rem;
    position: relative;
    flex-flow: column;
    gap: 0;
    margin-top: 13rem;
  }
}
.page--top .section-trouble .title::before, .page--top .section-trouble .title::after {
  content: "";
  display: block;
  width: 6.4rem;
  aspect-ratio: 64/75;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64.001 75.05'%3E%3Cg fill='%23efef6f' transform='translate(62.974 74.554) rotate(180)'%3E%3Cpath d='M20.526 0l4.308 19.265L26.982 21.5 41.053 26l-14.068 4.491-2.15 2.246L20.526 52l-4.308-19.263-2.15-2.246L0 26l14.068-4.489 2.15-2.248Z' transform='translate(-1.027 -.496)'/%3E%3Cpath d='M19.359 14.1l1.672 1.632L32 19.026l-10.964 3.287-1.677 1.645L16 38.054l-3.358-14.1-1.677-1.645L0 19.026l10.964-3.285L12.641 14.1 16 0Z' transform='translate(30.974 36.5)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .title::before, .page--top .section-trouble .title::after {
    width: 3.6rem;
    position: absolute;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .title::before {
    top: 0;
    left: calc(50% - 15rem);
    transform: translate(-50%, 0%);
  }
}
.page--top .section-trouble .title::after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .title::after {
    top: 4rem;
    left: calc(50% + 15rem);
    transform: translate(-50%, 0%) rotate(180deg);
  }
}
.page--top .section-trouble .title span.large {
  font-size: 121.28%;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .title span.large {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble .title > .text-marker-yellow {
    display: contents;
  }
}
@media only screen and (min-width: 48em) {
  .page--top .section-trouble .title > .text-marker-yellow > .text-marker-yellow {
    display: contents;
  }
}
.page--top .section-trouble-detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4.8rem;
  margin-top: 6.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble-detail {
    margin-top: 3.2rem;
    gap: 3rem;
  }
}
.page--top .section-trouble-detail .img {
  border-radius: 2.4rem;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .page--top .section-trouble-detail .img {
    width: 50rem;
  }
}
.page--top .section-trouble-detail .text {
  flex: 1;
  font-size: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble-detail .text {
    font-size: 1.6rem;
    text-align: center;
  }
}
.page--top .section-trouble-detail .text p {
  font-weight: 400;
  letter-spacing: 0;
}
.page--top .section-trouble-detail .text p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble-detail .text p:not(:last-of-type) {
    margin-bottom: 1.2em;
  }
}
.page--top .section-trouble-detail .text p .large {
  font-size: 2.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-trouble-detail .text p .large {
    font-size: 1.8rem;
  }
}
.page--top .section-insurance {
  padding-top: 25rem;
  margin-top: -16rem;
  padding-bottom: 25rem;
  margin-bottom: -16rem;
  background: rgba(152, 237, 202, 0.9);
  position: relative;
}
.page--top .section-insurance .curve {
  width: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-insurance .curve {
    width: 6rem;
  }
}
.page--top .section-insurance .curve01 {
  position: absolute;
  top: calc(16rem - 0.5px);
  left: 0;
  z-index: 9;
}
.page--top .section-insurance .curve02 {
  position: absolute;
  bottom: 16rem;
  left: 0;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cpath fill='%23efef6f' transform='rotate(180 80 80)' d='M160 0H0a160 160 0 0 1 160 160Z'/%3E%3C/svg%3E");
}
.page--top .section-insurance-list {
  margin-top: 4.8rem;
}
@media only screen and (min-width: 48em) {
  .page--top .section-insurance-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 3.6rem;
    align-items: stretch;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-insurance-list {
    margin-top: 4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.page--top .section-insurance-list__item {
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-insurance-list__item {
    border-radius: 2rem;
    padding: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-insurance-list__item:not(:last-of-type) {
    margin-bottom: 2.8rem;
  }
}
.page--top .section-insurance-list-title {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}
.page--top .section-insurance-list-title span {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 32.8rem;
  aspect-ratio: 328/48;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 328 48'%3E%3Cpath fill='%23f4f404' d='M327.032 47.5H.968L17.445 24 .968.5h326.064L310.553 24Z'/%3E%3Cpath fill='%2329241f' d='M0 0h328l-17.04 24L328 48H0l17.037-24Zm1.936 1 16.327 23L1.936 47h324.128l-16.33-23 16.33-23Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-insurance-list-title span {
    width: 27rem;
    font-size: 2rem;
  }
}
.page--top .section-insurance-list-lead {
  text-align: center;
}
.page--top .section-insurance-list-lead p {
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.page--top .section-insurance-list-lead p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.page--top .section-self-pay-treatment {
  position: relative;
  z-index: 2;
  border-radius: 0 16rem 16rem 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: var(--primary--light);
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-self-pay-treatment {
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-radius: 0 6rem 6rem 0;
  }
}
.page--top .section-self-pay-treatment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 5.6rem 4.4rem;
  align-items: stretch;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-self-pay-treatment-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8rem 1.2rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.page--top .section-self-pay-treatment-list__item {
  position: relative;
}
.page--top .section-self-pay-treatment-list-title {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.page--top .section-self-pay-treatment-list-title > span {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 31.2rem;
  aspect-ratio: 312/48;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 312 48'%3E%3Cpath fill='%23f0f5f4' d='M311.032 47.5H.968L17.445 24 .968.5h310.064L294.553 24Z'/%3E%3Cpath fill='%2329241f' d='M0 0h312l-17.04 24L312 48H0l17.037-24Zm1.936 1 16.327 23L1.936 47h308.128l-16.33-23 16.33-23Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-self-pay-treatment-list-title > span {
    width: 17.4rem;
    aspect-ratio: 174/30;
    font-size: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 174 30'%3E%3Cpath fill='%23f0f5f4' d='M173.032 29.5H.968L11.263 15 .968.5h172.064L162.737 15Z'/%3E%3Cpath fill='%2329241f' d='M0 0h174l-10.65 15L174 30H0l10.65-15Zm1.936 1 9.94 14-9.94 14h170.127l-9.94-14 9.94-14Z'/%3E%3C/svg%3E");
  }
}
.page--top .section-self-pay-treatment-list-title > span .small {
  font-size: 80%;
}
.page--top .section-self-pay-treatment .btn {
  margin-top: 6.9rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-self-pay-treatment .btn {
    margin-top: 5rem;
  }
}
.page--top .section-clinic-hours {
  padding-bottom: 16rem;
  position: relative;
  padding-top: 25rem;
  margin-top: -16rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-clinic-hours {
    padding-bottom: 14rem;
  }
}
.page--top .section-clinic-hours .curve {
  width: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-clinic-hours .curve {
    width: 6rem;
  }
}
.page--top .section-clinic-hours .curve01 {
  position: absolute;
  top: 16rem;
  left: 0;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath id='corner1' d='M160,160H0a161.258,161.258,0,0,0,32.213-3.251,159.263,159.263,0,0,0,30.041-9.323A160.071,160.071,0,0,0,89.44,132.675a161.181,161.181,0,0,0,23.686-19.537,161.158,161.158,0,0,0,19.542-23.68,160.006,160.006,0,0,0,14.756-27.178,159.163,159.163,0,0,0,9.325-30.034A161.141,161.141,0,0,0,160,0Z' transform='translate(160 160) rotate(180)' fill='%23efef6f'/%3E%3C/svg%3E%0A");
}
.page--top .section-clinic-hours .calendar-wrap {
  margin-top: 4.8rem;
}
.page--top .section-clinic-hours-map {
  margin-top: 4.8rem;
}
.page--top .section-clinic-hours-map .map {
  height: 30rem;
  position: relative;
}
.page--top .section-clinic-hours-map .map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page--top .section-clinic-hours .btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--top .section-clinic-hours .btn {
    margin-top: 4rem;
  }
}

.news-wrap {
  background: #fff;
  border-radius: 4.8rem;
  padding: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .news-wrap {
    padding: 2rem;
    border-radius: 2.4rem;
    padding-bottom: 6rem;
  }
}
.news-wrap .news-list {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
  border-top: 0.1rem solid #D2E3DF;
  padding-top: 1.5rem;
}
.news-wrap .news-list__item {
  border-bottom: 0.1rem solid #D2E3DF;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .news-wrap .news-list__item {
    padding-bottom: 1.4rem;
  }
}
.news-wrap .news-list__item a {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
@media only screen and (min-width: 48em) {
  .news-wrap .news-list__item a:hover .title {
    text-decoration: underline;
    color: var(--primary--dark);
  }
}
@media only screen and (max-width: 47.9375em) {
  .news-wrap .news-list__item a .icon-arrow {
    width: 2.4rem;
    height: 2.4rem;
    right: 0;
  }
  .news-wrap .news-list__item a .icon-arrow::before {
    background-size: 0.4rem;
  }
}
.news-wrap .news-list-meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.news-wrap .news-list-meta .cat {
  font-size: 1.4rem;
  background: var(--cat-color);
  width: 10.8rem;
  height: 2.8rem;
  padding: 0 0.5rem;
  border-radius: 0 0.2rem 0.2rem 0;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .news-wrap .news-list-meta .cat {
    font-size: 1.2rem;
    width: 9.4rem;
    height: 2.2rem;
    padding: 0rem 0.5rem;
  }
}
.news-wrap .news-list-meta .date {
  font-size: 1.6rem;
  color: #556376;
  font-weight: normal;
}
@media only screen and (max-width: 47.9375em) {
  .news-wrap .news-list-meta .date {
    font-size: 1.4rem;
  }
}
.news-wrap .news-list .title {
  font-size: 1.8rem;
  font-weight: normal;
}
@media only screen and (min-width: 48em) {
  .news-wrap .news-list .title {
    transition: 200ms;
    padding-left: 1.6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .news-wrap .news-list .title {
    font-size: 1.6rem;
  }
}

.section-news {
  --section-news-top: 14rem;
  background: var(--primary--light);
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .section-news {
    padding-top: 3.6rem;
  }
}
.section-news .wave-top {
  position: absolute;
  top: var(--section-news-top);
  left: 0;
}
.section-news > * {
  position: relative;
  z-index: 2;
}
.section-news::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--section-news-top);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.section-news .news-wrap {
  margin-top: 4.8rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-news .news-wrap {
    margin-top: 3.2rem;
    margin-bottom: 4rem;
  }
}
.section-news-detail {
  background: #fff;
  border-radius: 4.8rem;
  padding: 8rem;
  margin-bottom: 6rem;
  min-height: 40rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-news-detail {
    padding: 2rem;
    border-radius: 2.4rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    min-height: 24rem;
  }
}
.section-news-detail-title {
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 0.1rem solid #D2E3DF;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-news-detail-title {
    font-size: 2rem;
    line-height: 1.3;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.section-news-detail .entry-head-meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .section-news-detail .entry-head-meta {
    margin-bottom: 1.6rem;
  }
}
.section-news-detail .entry-head-meta .cat {
  font-size: 1.4rem;
  background: var(--cat-color);
  width: 10.8rem;
  height: 2.8rem;
  padding: 0 0.5rem;
  border-radius: 0 0.2rem 0.2rem 0;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .section-news-detail .entry-head-meta .cat {
    font-size: 1.2rem;
    width: 9.4rem;
    height: 2.2rem;
    padding: 0rem 0.5rem;
  }
}
.section-news-detail .entry-head-meta .date {
  font-size: 1.6rem;
  color: #556376;
  font-weight: normal;
}
@media only screen and (max-width: 47.9375em) {
  .section-news-detail .entry-head-meta .date {
    font-size: 1.4rem;
  }
}

.calendar-schedule {
  overflow-x: auto;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-schedule {
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }
}
.calendar-schedule table {
  width: 100%;
  min-width: 90rem;
  border-collapse: collapse;
  table-layout: fixed;
  border: 0.1rem solid #92C100;
  background: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-schedule table {
    min-width: auto;
    width: 100%;
  }
}
.calendar-schedule table th,
.calendar-schedule table td {
  border: 0.1rem solid #92C100;
  vertical-align: middle;
}
.calendar-schedule table thead tr th {
  height: 4.4rem;
  background: #E4FF91;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-schedule table thead tr th {
    height: 3.4rem;
    font-size: 1.4rem;
  }
}
.calendar-schedule table thead tr th:first-child {
  width: 15.5%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-schedule table thead tr th:first-child {
    width: 30%;
    font-size: 1.4rem;
  }
}
.calendar-schedule table thead tr th:nth-child(2), .calendar-schedule table thead tr th:last-child {
  color: #DE6804;
}
.calendar-schedule table thead tr th:nth-child(8) {
  color: #12989D;
}
.calendar-schedule table thead tr th span {
  display: block;
}
.calendar-schedule table tbody tr th {
  height: 4.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-schedule table tbody tr th {
    height: 3.4rem;
    font-size: 1.4rem;
  }
}
.calendar-schedule table tbody tr th span {
  display: block;
}
.calendar-schedule table tbody tr td {
  height: 4.4rem;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-schedule table tbody tr td {
    height: 3.4rem;
    font-size: 1.4rem;
  }
}
.calendar-schedule table tbody tr td span {
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  border-radius: 50vw;
  border: 0.2rem solid #000;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-schedule table tbody tr td span {
    width: 1.4rem;
    border-width: 0.1rem;
  }
}
.calendar-schedule table tbody tr td.cross {
  color: #DE6804;
}
.calendar-schedule table tbody tr td.cross span {
  border-radius: 0;
  border: none;
  position: relative;
}
.calendar-schedule table tbody tr td.cross span::before, .calendar-schedule table tbody tr td.cross span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  border-radius: 1rem;
  background: #DE6804;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 47.9375em) {
  .calendar-schedule table tbody tr td.cross span::before, .calendar-schedule table tbody tr td.cross span::after {
    width: 110%;
    height: 0.15rem;
  }
}
.calendar-schedule table tbody tr td.cross span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.calendar-note {
  display: flex;
  flex-flow: row wrap;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-note {
    flex-flow: column;
    gap: 2rem;
  }
}
.calendar-note .calendar-note-item {
  text-align: center;
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.calendar-note .calendar-note-item > span.bg {
  font-size: 2rem;
  font-weight: bold;
  background: #F0F5F4;
  border-radius: 50vw;
  max-width: 32rem;
  width: 100%;
  display: inline-block;
  padding: 0.6rem;
}
.calendar-note .calendar-note-item > span.bg .small {
  font-size: 80%;
}
.calendar-note .calendar-note-item > span.bg.color {
  color: #DE6804;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-note .calendar-note-item > .small {
    margin-top: 0.5rem;
  }
}
.calendar-lead {
  text-align: center;
  margin-top: 3.2rem;
}
.calendar-lead p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-lead p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.calendar-lead p small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-lead p small {
    font-size: 1.4rem;
  }
}
.calendar-utility {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-utility {
    flex-flow: column;
    gap: 2.4rem;
    margin-top: 4rem;
  }
}
.calendar-utility .contact-tel {
  padding: 1.1rem;
}
.calendar-utility .contact-tel-label {
  font-size: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-utility .contact-tel-label {
    font-size: 1.6rem;
  }
}
.calendar-utility .contact-tel-link::before {
  width: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-utility .contact-tel-link::before {
    width: 2rem;
  }
}
.calendar-utility .contact-tel-number {
  font-size: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .calendar-utility .contact-tel-number {
    font-size: 2.4rem;
  }
}
.calendar-utility .contact-line {
  width: 19.5rem;
}
@media only screen and (min-width: 48em) {
  .calendar-utility .contact-line a {
    transition: 200ms;
  }
  .calendar-utility .contact-line a:hover {
    opacity: 0.7;
  }
}

.page--about .section-staff {
  overflow: hidden;
  --section-news-top: 18rem;
  background: var(--primary);
  padding-top: 3.6rem;
  padding-bottom: 10rem;
  position: relative;
  border-radius: 0 0 16rem 0;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff {
    padding-top: 3rem;
    padding-bottom: 5rem;
    border-radius: 0 0 6rem 0;
  }
}
.page--about .section-staff .wave-top2 {
  position: absolute;
  top: var(--section-news-top);
  left: 0;
}
.page--about .section-staff > * {
  position: relative;
  z-index: 2;
}
.page--about .section-staff::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--section-news-top);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.page--about .section-staff .content-slide {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff .content-slide {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff .swiper-staff {
    overflow: visible;
  }
}
@media only screen and (min-width: 48em) {
  .page--about .section-staff .section-staff-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.4rem;
    transform: none !important;
  }
}
.page--about .section-staff .section-staff-list__item {
  height: auto;
}
@media only screen and (min-width: 48em) {
  .page--about .section-staff .section-staff-list__item {
    width: auto !important;
  }
}
.page--about .section-staff .staff-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.4rem 2.4rem 2.8rem;
  background: #fff;
  border-radius: 3rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff .staff-card {
    padding: 2.4rem 2rem 2rem;
    border-radius: 2.4rem;
  }
}
.page--about .section-staff .staff-card__image {
  max-width: 20rem;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4rem;
  overflow: hidden;
  border: 0.15rem solid #b7df35;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff .staff-card__image {
    width: 16rem;
    margin-bottom: 2rem;
  }
}
.page--about .section-staff .staff-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page--about .section-staff .staff-card__name {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff .staff-card__name {
    font-size: 2.1rem;
  }
}
.page--about .section-staff .staff-card__name-en {
  color: var(--primary--dark);
  font-family: "Lora", serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff .staff-card__name-en {
    font-size: 1.2rem;
  }
}
.page--about .section-staff .staff-card__position {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6rem;
}
.page--about .section-staff .staff-card__position sp span {
  padding: 0 1.5rem;
  line-height: 1.6;
}
.page--about .section-staff .staff-card__position sp span:not(:last-of-type) {
  border-right: 1px solid var(--primary);
}
.page--about .section-staff .staff-card__position sp span.large {
  font-size: 1.8rem;
}
.page--about .section-staff .staff-card__qualification {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
  min-height: 2.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff .staff-card__qualification {
    font-size: 1.4rem;
  }
}
.page--about .section-staff .staff-card__text {
  padding: 1.6rem;
  background: #f3f6f5;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 2.4rem;
  border-radius: 0.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff .staff-card__text {
    font-size: 1.4rem;
    padding: 1.4rem;
    letter-spacing: 0;
  }
}
.page--about .section-staff .swiper-button-prev,
.page--about .section-staff .swiper-button-next {
  background: var(--primary--dark);
  border: 0.1rem solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cg id='ic_arrow' transform='translate(-6.6 0.66)'%3E%3Cpath id='mask' d='M1,0H7A0,0,0,0,1,7,0V12a0,0,0,0,1,0,0H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z' transform='translate(6.6 -0.66)' fill='none' opacity='0.901'/%3E%3Cpath id='_' data-name='&gt;' d='M1157.072,998.326a.75.75,0,0,1-.53-1.28l4.47-4.47-4.47-4.47a.75.75,0,0,1,1.061-1.061l5,5a.75.75,0,0,1,0,1.061l-5,5A.748.748,0,0,1,1157.072,998.326Z' transform='translate(-1149.472 -987.236)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.7rem;
  right: -0.1rem;
  outline: none;
  width: 5rem;
  height: 5rem;
}
@media only screen and (min-width: 48em) {
  .page--about .section-staff .swiper-button-prev,
  .page--about .section-staff .swiper-button-next {
    display: none;
  }
}
.page--about .section-staff .swiper-button-prev {
  transform: rotate(180deg);
  left: -0.1rem;
}
.page--about .section-staff .swiper-pagination {
  position: static;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .page--about .section-staff .swiper-pagination {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff .swiper-pagination {
    margin-top: 3rem;
  }
}
.page--about .section-staff .swiper-pagination-bullet {
  --primary--dark: #92C100;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--primary--light);
  opacity: 1;
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-staff .swiper-pagination-bullet {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
}
.page--about .section-staff .swiper-pagination-bullet-active {
  background: #fff;
  width: 2rem;
  height: 2rem;
}
.page--about .section-clinic-introduction {
  padding-bottom: 10rem;
  position: relative;
  padding-top: 26rem;
  margin-top: -16rem;
  background: var(--primary--light);
  border-radius: 0 0 0 16rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-clinic-introduction {
    padding-bottom: 10rem;
    border-radius: 0 0 0 6rem;
  }
}
.page--about .section-clinic-introduction .curve {
  width: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-clinic-introduction .curve {
    width: 6rem;
  }
}
.page--about .section-clinic-introduction .curve02 {
  position: absolute;
  top: 16rem;
  left: 0;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath id='corner1' d='M160,160H0a161.256,161.256,0,0,0,32.213-3.251,159.263,159.263,0,0,0,30.041-9.323A160.072,160.072,0,0,0,89.44,132.674a161.182,161.182,0,0,0,23.686-19.537,161.158,161.158,0,0,0,19.542-23.68,160.006,160.006,0,0,0,14.756-27.178,159.162,159.162,0,0,0,9.325-30.034A161.14,161.14,0,0,0,160,0Z' transform='translate(160 160) rotate(180)' fill='%23c0e648'/%3E%3C/svg%3E%0A");
}
.page--about .section-clinic-introduction-list {
  margin-top: 4.8rem;
}
@media only screen and (min-width: 48em) {
  .page--about .section-clinic-introduction-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.2rem 3.2rem;
    align-items: start;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-clinic-introduction-list {
    margin-right: -2rem;
    display: flex;
    flex-flow: column;
    gap: 2.8rem;
  }
}
.page--about .section-clinic-introduction-list__item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-clinic-introduction-list__item {
    flex-flow: column;
    align-items: center;
  }
}
.page--about .section-clinic-introduction-list__item {
  z-index: 0;
}
.page--about .section-clinic-introduction-list__item::before {
  content: "";
  display: block;
  width: calc(100% - 2.4rem);
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: -2.6rem;
  right: 0;
  z-index: -1;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-clinic-introduction-list__item::before {
    width: 100%;
    height: calc(100% - 8.8rem);
    border-radius: 1.6rem 0 0 1.6rem;
    bottom: 0;
  }
}
.page--about .section-clinic-introduction-list__item .image {
  border: 0.2rem solid #fff;
  border-radius: 0.2rem;
  box-shadow: 0.4rem 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 28.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-clinic-introduction-list__item .image {
    width: 24rem;
  }
}
.page--about .section-clinic-introduction-list__item .text {
  flex: 1;
  padding-top: 5rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-clinic-introduction-list__item .text {
    padding: 1.8rem;
  }
}
.page--about .section-clinic-introduction-list__item .text .title {
  font-size: 2rem;
  border-left: 0.3rem solid var(--primary);
  padding-left: 0.8rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-clinic-introduction-list__item .text .title {
    font-size: 1.5rem;
  }
}
.page--about .section-clinic-introduction-list__item .text .lead p {
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-clinic-introduction-list__item .text .lead p {
    font-size: 1.3rem;
  }
}
.page--about .section-clinic-introduction-lead {
  text-align: center;
  font-size: 2rem;
  margin-top: 7.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-clinic-introduction-lead {
    font-size: 1.6rem;
    margin-top: 5.5rem;
  }
}
.page--about .section-reassurance {
  padding-bottom: 10rem;
  position: relative;
  padding-top: 25rem;
  margin-top: -16rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance {
    padding-bottom: 10rem;
    padding-top: 23rem;
  }
}
.page--about .section-reassurance .curve {
  width: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance .curve {
    width: 6rem;
  }
}
.page--about .section-reassurance .curve02 {
  position: absolute;
  top: calc(16rem - 0.5px);
  right: 0;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath id='corner1' d='M160,0H0A161.256,161.256,0,0,1,32.213,3.251a159.263,159.263,0,0,1,30.041,9.323A160.071,160.071,0,0,1,89.44,27.325a161.182,161.182,0,0,1,23.686,19.537,161.158,161.158,0,0,1,19.542,23.68,160.005,160.005,0,0,1,14.756,27.178,159.162,159.162,0,0,1,9.325,30.034A161.14,161.14,0,0,1,160,160Z' fill='%23efef6f'/%3E%3C/svg%3E%0A");
}
.page--about .section-reassurance .content {
  max-width: 118rem;
}
.page--about .section-reassurance-title {
  text-align: center;
  font-size: 3.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance-title {
    font-size: 2.1rem;
  }
}
.page--about .section-reassurance-title > span {
  background: #fff;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 79.2rem;
  height: 7.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 792 72'%3E%3Cpath fill='%23efef6f' d='M0 0l25.556 36L0 72h792l-25.56-36L792 0Z'/%3E%3Cdefs%3E%3Cg id='s' fill='%23fff'%3E%3Cpath d='m19.476 0 2.519 11.263 1.256 1.3 8.225 2.637-8.224 2.624-1.257 1.313-2.519 11.263-2.519-11.261-1.257-1.313L7.476 15.2l8.224-2.623 1.257-1.314Z' transform='translate(-7.476 -2)'/%3E%3Cpath d='m11.192 28.265.967.944 6.341 1.9-6.338 1.9-.97.951-1.942 8.155-1.942-8.15-.97-.951L0 31.114l6.338-1.9.97-.95 1.942-8.149Z' transform='translate(17.5 -.114)'/%3E%3C/g%3E%3C/defs%3E%3Cuse href='%23s' transform='translate(701 20)'/%3E%3Cuse href='%23s' transform='translate(91 52)rotate(180)'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance-title > span {
    display: inline-block;
    line-height: 1.2;
    padding-top: 0.7rem;
    width: 35rem;
    height: 6.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='350' height='64' viewBox='0 0 350 64'%3E%3Cg id='グループ_19' data-name='グループ 19' transform='translate(0 10)'%3E%3Cpath id='bg' d='M-195.286-10l14.907,32-14.907,32h350L139.8,22l14.91-32Z' transform='translate(195.286)' fill='%23efef6f'/%3E%3Cg id='eff_light-r' transform='translate(275 23)'%3E%3Cpath id='パス_10210' data-name='パス 10210' d='M14.678,0l1.511,6.759.754.783,4.936,1.581L16.943,10.7l-.754.788-1.511,6.758-1.511-6.758-.754-.788L7.476,9.123l4.936-1.575.754-.789Z' transform='translate(-7.476 0)' fill='%23fff'/%3E%3Cpath id='パス_10211' data-name='パス 10211' d='M6.717,25.006l.58.566L11.1,26.715,7.3,27.856l-.582.571L5.551,33.317,4.386,28.427,3.8,27.856,0,26.715l3.8-1.14.582-.57,1.165-4.891Z' transform='translate(10.502 -6.912)' fill='%23fff'/%3E%3C/g%3E%3Cg id='eff_light-r-2' data-name='eff_light-r' transform='translate(75 20.406) rotate(180)'%3E%3Cpath id='パス_10210-2' data-name='パス 10210' d='M7.2,0,8.713,6.759l.754.783L14.4,9.123,9.467,10.7l-.754.788L7.2,18.244,5.69,11.486,4.936,10.7,0,9.123,4.936,7.548l.754-.789Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='パス_10211-2' data-name='パス 10211' d='M6.717,4.891l.58.566L11.1,6.6,7.3,7.742l-.582.571L5.551,13.2,4.386,8.312,3.8,7.742,0,6.6l3.8-1.14.582-.57L5.551,0Z' transform='translate(10.502 13.203)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.page--about .section-reassurance-title > span span {
  font-size: 80%;
  margin-top: 0.8rem;
}
.page--about .section-reassurance-lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.8rem;
}
@media only screen and (min-width: 48em) {
  .page--about .section-reassurance-lead {
    letter-spacing: 0.25em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance-lead {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.page--about .section-reassurance-list {
  align-items: start;
  margin-top: 7.7rem;
}
@media only screen and (min-width: 48em) {
  .page--about .section-reassurance-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 3rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance-list {
    margin-top: 6rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 8rem;
  }
}
.page--about .section-reassurance-list__item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50vw;
  background: var(--primary--light);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  z-index: 1;
  width: 36rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance-list__item {
    width: 30rem;
  }
}
.page--about .section-reassurance-list__item::before {
  content: "";
  display: block;
  width: 42rem;
  aspect-ratio: 1;
  background: var(--primary--light);
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance-list__item::before {
    width: 35rem;
  }
}
.page--about .section-reassurance-list__item::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 0.2rem dashed #fff;
}
.page--about .section-reassurance-list__item .img {
  display: inline-block;
  width: 24rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance-list__item .img {
    width: 20rem;
  }
}
.page--about .section-reassurance-list__item .title {
  font-size: 2.4rem;
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 5;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance-list__item .title {
    font-size: 1.8rem;
    bottom: -2.8rem;
  }
}
.page--about .section-reassurance-list__item .title > span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='48' viewBox='0 0 360 48'%3E%3Cg id='bg' transform='translate(81.286)' fill='%23fff'%3E%3Cpath d='M 277.74609375 47.5 L -80.31759643554688 47.5 L -63.8409309387207 24.28940963745117 L -63.63547897338867 24 L -63.8409309387207 23.71059036254883 L -80.31759643554688 0.5 L 277.74609375 0.5 L 261.2666625976562 23.71054458618164 L 261.0611267089844 24 L 261.2666625976562 24.28945541381836 L 277.74609375 47.5 Z' stroke='none'/%3E%3Cpath d='M -79.3494873046875 1 L -63.02230834960938 24 L -79.3494873046875 47 L 276.7778930664062 47 L 260.4478759765625 24 L 276.7778930664062 1 L -79.3494873046875 1 M -81.28570556640625 0 L 278.7142944335938 0 L 261.6742858886719 24 L 278.7142944335938 48 L -81.28570556640625 48 L -64.2486572265625 24 L -81.28570556640625 0 Z' stroke='none' fill='%2329241f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 36rem;
  aspect-ratio: 360/48;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance-list__item .title > span {
    width: 30rem;
  }
}
.page--about .section-reassurance-list__item .title > span .small {
  font-size: 80%;
}
.page--about .section-reassurance-list__item .lead {
  font-size: 1.6rem;
  max-width: 22.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance-list__item .lead {
    font-size: 1.3rem;
    max-width: 18.4rem;
  }
}
.page--about .section-reassurance .text {
  font-size: 2rem;
  text-align: center;
  margin-top: 7.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance .text {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-top: 6.5rem;
  }
}
.page--about .section-reassurance .btn {
  margin-top: 6.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--about .section-reassurance .btn {
    margin-top: 4rem;
  }
}

.page--guide .section-treatable-symptoms {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  background: var(--primary--light);
  border-radius: 0 16rem 16rem 0;
  z-index: 1;
}
@media only screen and (min-width: 48em) {
  .page--guide .section-treatable-symptoms {
    margin-top: -8rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatable-symptoms {
    margin-top: -4rem;
    padding-top: 8rem;
    padding-bottom: 7rem;
    border-radius: 0 6rem 6rem 0;
  }
}
.page--guide .section-treatable-symptoms-list {
  margin-top: 4.8rem;
}
@media only screen and (min-width: 48em) {
  .page--guide .section-treatable-symptoms-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 3.6rem;
    align-items: start;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatable-symptoms-list {
    display: flex;
    flex-flow: column;
    gap: 2.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page--guide .section-treatable-symptoms-list__item {
  background: #fff;
  border-radius: 2.4rem;
  padding: 2.4rem;
  box-shadow: 0 0.8rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatable-symptoms-list__item {
    padding: 2rem;
  }
}
.page--guide .section-treatable-symptoms-list__item .title > span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='328' height='48' viewBox='0 0 328 48'%3E%3Cg id='bg' transform='translate(51.286)' fill='%23caf24c'%3E%3Cpath d='M 275.747802734375 47.5 L -50.3193359375 47.5 L -33.89312362670898 24.28883361816406 L -33.68870544433594 24 L -33.89312362670898 23.71116638183594 L -50.3193359375 0.5 L 275.747802734375 0.5 L 259.3187866210938 23.71112442016602 L 259.1143493652344 24 L 259.3187866210938 24.28887557983398 L 275.747802734375 47.5 Z' stroke='none'/%3E%3Cpath d='M -49.35293579101562 1 L -33.07620239257812 24 L -49.35293579101562 47 L 274.7813415527344 47 L 258.501708984375 24 L 274.7813415527344 1 L -49.35293579101562 1 M -51.28570556640625 0 L 276.7142944335938 0 L 259.7268676757812 24 L 276.7142944335938 48 L -51.28570556640625 48 L -34.30130004882812 24 L -51.28570556640625 0 Z' stroke='none' fill='%2329241f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 32.8rem;
  aspect-ratio: 328/48;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatable-symptoms-list__item .title > span {
    width: 27rem;
    font-size: 1.9rem;
  }
}
.page--guide .section-treatable-symptoms-list__item .title > span .small {
  font-size: 80%;
}
.page--guide .section-treatable-symptoms-list__item .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (min-width: 48em) {
  .page--guide .section-treatable-symptoms-list__item .inner {
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatable-symptoms-list__item .inner {
    gap: 1rem;
  }
}
.page--guide .section-treatable-symptoms-list__item .img {
  display: block;
}
.page--guide .section-treatable-symptoms-list__item .img img {
  height: 8.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatable-symptoms-list__item .img img {
    height: 7.4rem;
  }
}
.page--guide .section-treatable-symptoms-list__item ul {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2rem 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatable-symptoms-list__item ul {
    gap: 0 1rem;
    margin-top: 1.4rem;
  }
}
.page--guide .section-treatable-symptoms-list__item ul li {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatable-symptoms-list__item ul li {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.page--guide .section-treatable-symptoms-list__item ul li::before {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m1.5 8.5 4 4 9-9' fill='none' stroke='%23c0e648' stroke-width='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page--guide .section-treatment-examples {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples {
    padding-top: 8rem;
  }
}
.page--guide .section-treatment-examples .curve {
  width: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples .curve {
    width: 6rem;
  }
}
.page--guide .section-treatment-examples .curve01 {
  position: absolute;
  top: -0.5px;
  left: 0;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath id='corner1' d='M160,160H0a161.258,161.258,0,0,0,32.213-3.251,159.263,159.263,0,0,0,30.041-9.323A160.071,160.071,0,0,0,89.44,132.675a161.181,161.181,0,0,0,23.686-19.537,161.158,161.158,0,0,0,19.542-23.68,160.006,160.006,0,0,0,14.756-27.178,159.163,159.163,0,0,0,9.325-30.034A161.141,161.141,0,0,0,160,0Z' transform='translate(160 160) rotate(180)' fill='%23efef6f'/%3E%3C/svg%3E%0A");
}
.page--guide .section-treatment-examples-list {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 3.8rem 3.6rem;
  align-items: start;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples-list {
    display: flex;
    gap: 0;
  }
}
.page--guide .section-treatment-examples-list__item {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples-list__item {
    height: auto;
  }
}
.page--guide .section-treatment-examples-list__item .img {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
}
.page--guide .section-treatment-examples-list__item .title {
  font-size: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples-list__item .title {
    font-size: 1.8rem;
  }
}
.page--guide .section-treatment-examples-list__item .title > span {
  border-left: 0.4rem solid var(--primary);
  padding-left: 1.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples-list__item .title > span {
    border-width: 0.3rem;
  }
}
.page--guide .section-treatment-examples-list__item .title > span .small {
  font-size: 80%;
}
.page--guide .section-treatment-examples .content-slide {
  margin-left: -2rem;
  margin-right: -2rem;
}
.page--guide .section-treatment-examples .swiper-button-prev,
.page--guide .section-treatment-examples .swiper-button-next {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples .swiper-button-prev,
  .page--guide .section-treatment-examples .swiper-button-next {
    display: block;
    background: var(--primary--dark);
    border: 0.1rem solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cpath d='M1.5 1.5 6.5 6 1.5 10.5' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0.7rem;
    width: 5rem;
    height: 5rem;
    right: -0.1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples .swiper-button-prev {
    transform: rotate(180deg);
    left: -0.1rem;
  }
}
.page--guide .section-treatment-examples .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples .swiper-pagination {
    position: static;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: var(--primary--dark);
    opacity: 1;
    margin: 0 1.2rem !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples .swiper-pagination-bullet-active {
    background: #F0F5F4;
    width: 2rem;
    height: 2rem;
  }
}
.page--guide .section-treatment-examples-lead {
  font-size: 2rem;
  text-align: center;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples-lead {
    font-size: 1.6rem;
  }
}
.page--guide .section-treatment-examples .btn {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--guide .section-treatment-examples .btn {
    margin-top: 4rem;
  }
}

.page--access .section-clinic-hours {
  overflow: hidden;
  --section-news-top: 15.4rem;
  background: var(--primary);
  padding-top: 2rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-clinic-hours {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.page--access .section-clinic-hours .wave-top2 {
  position: absolute;
  top: var(--section-news-top);
  left: 0;
}
.page--access .section-clinic-hours > * {
  position: relative;
  z-index: 2;
}
.page--access .section-clinic-hours::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--section-news-top);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.page--access .section-clinic-hours .headline__lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 4.8rem;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-clinic-hours .headline__lead {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.page--access .section-clinic-hours .calendar-wrap {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-clinic-hours .calendar-wrap {
    margin-top: 2rem;
  }
}
.page--access .section-clinic-hours .calendar-note .calendar-note-item > span.bg {
  background: #fff;
}
.page--access .section-access {
  background: var(--primary);
  padding-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access {
    padding-top: 3rem;
    overflow: inherit;
  }
}
.page--access .section-access .headline__lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 4.8rem;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .headline__lead {
    font-size: 1.6rem;
    margin-top: 4rem;
    letter-spacing: 0.1em;
  }
}
.page--access .section-access .map-area {
  position: relative;
}
.page--access .section-access .map-area .iframe {
  border: 0.2rem solid #fff;
  height: 52rem;
  position: relative;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .map-area .iframe {
    margin-top: 3rem;
    height: 40rem;
  }
}
.page--access .section-access .map-area .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--access .section-access .map-area .info {
  padding: 3.2rem 4.8rem;
  background: #fff;
  border-radius: 2.4rem;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 2rem;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .map-area .info {
    padding: 1.8rem;
    width: calc(100% - 4rem);
    font-size: 1.6rem;
    gap: 0.5rem;
    border-radius: 1.8rem;
  }
}
.page--access .section-access .map-area .info .icon {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .map-area .info .icon {
    padding-left: 2rem;
    position: relative;
  }
}
.page--access .section-access .map-area .info .icon::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .map-area .info .icon::before {
    width: 1.6rem;
    margin-top: 0.6rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page--access .section-access .map-area .info .address::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='20' height='20' transform='translate(382.83 124.156)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic_map' transform='translate(-382.83 -124.156)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_10259' data-name='パス 10259' d='M19.062.184a7.93,7.93,0,0,0-7.93,7.93c0,.092.009.182.014.275a7.9,7.9,0,0,0,1.688,4.628c.092.115,6.228,7.4,6.228,7.4l6.226-7.4a7.891,7.891,0,0,0,1.69-4.628c0-.092.014-.182.014-.275a7.93,7.93,0,0,0-7.93-7.93m0,10.939a3.008,3.008,0,1,1,3.009-3.009,3.009,3.009,0,0,1-3.009,3.009' transform='translate(373.698 123.972)' fill='%2382ac00'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.page--access .section-access .map-area .info .train::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='20' height='20' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-train' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_27747' data-name='パス 27747' d='M4.108,17.64h6.207l.547.808h-7.3Zm-.55-.762V16.9H3.146L.727,20H2.51l.535-.79h8.333l.536.79H13.7l-2.421-3.1h-.4v-.025Z' transform='translate(3.273)' fill='%2382ac00'/%3E%3Cpath id='パス_27748' data-name='パス 27748' d='M7.211,0C1.615,0,0,2.031,0,3.581v10.1a2.47,2.47,0,0,0,2.47,2.47h9.483a2.469,2.469,0,0,0,2.469-2.47V3.581C14.422,2.031,12.807,0,7.211,0M4.6,2.226H9.825a.629.629,0,1,1,0,1.258H4.6a.629.629,0,0,1,0-1.258M3.472,14a.785.785,0,1,1,.784-.785A.785.785,0,0,1,3.472,14m3.19-4.655H2.474V5.516H6.662ZM10.951,14a.785.785,0,1,1,.784-.785.785.785,0,0,1-.784.785m1.184-4.655H7.761V5.516h4.374Z' transform='translate(3)' fill='%2382ac00'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.page--access .section-access .map-area .info .tel {
  font-size: 2.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .map-area .info .tel {
    font-size: 1.8rem;
  }
}
.page--access .section-access .map-area .info .tel::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='20' height='20' fill='%2382ac00'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic_phone' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_2' data-name='パス 2' d='M.829,1.493C-.464,2.784-.112,5.887.981,8.244a22.88,22.88,0,0,0,4.438,6.326,23.762,23.762,0,0,0,6.321,4.445c2.356,1.1,5.458,1.451,6.751.16a7.764,7.764,0,0,0,1.495-2.488l-1.07-1.071-2.942-2.945c-.219-.219-1.2.233-1.663.641a5.105,5.105,0,0,0-1.045,1.765c-.426.383-.891.19-1.823-.02-1.145-.258-2.636-1.5-3.856-2.653-1.151-1.222-2.392-2.714-2.648-3.86-.209-.932-.4-1.4-.018-1.823A5.106,5.106,0,0,0,6.687,5.679c.409-.461.862-1.443.643-1.662L4.389,1.072,3.319,0A7.765,7.765,0,0,0,.829,1.493' transform='translate(0 -0.001)' fill='%2382ac00'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.page--access .section-access .map-area .info .btns {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 3.6rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .map-area .info .btns {
    flex-flow: column;
    gap: 1.6rem;
    margin-top: 0.5rem;
  }
}
.page--access .section-access .map-area .info .btns .btn-access {
  width: 100%;
}
.page--access .section-access .map-area .info .btns .btn-access a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border: 0.2rem solid #fff;
  border-radius: 0.6rem;
  background: var(--primary--dark);
  color: #fff;
  min-height: 5.6rem;
  box-shadow: 0 1rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 48em) {
  .page--access .section-access .map-area .info .btns .btn-access a {
    width: 30rem;
  }
  .page--access .section-access .map-area .info .btns .btn-access a:hover {
    background: #fff;
    color: var(--primary--dark);
    border-color: var(--primary);
  }
  .page--access .section-access .map-area .info .btns .btn-access a:hover::before {
    filter: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .map-area .info .btns .btn-access a {
    box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  }
}
.page--access .section-access .map-area .info .btns .btn-access a::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  filter: brightness(0) invert(1);
}
.page--access .section-access .map-area .info .btns .btn-access.map a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='20' height='20' transform='translate(382.83 124.156)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic_map' transform='translate(-382.83 -124.156)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_27749' data-name='パス 27749' d='M19.062.184a7.93,7.93,0,0,0-7.93,7.93c0,.092.009.182.014.275a7.9,7.9,0,0,0,1.688,4.628c.092.115,6.228,7.4,6.228,7.4l6.226-7.4a7.891,7.891,0,0,0,1.69-4.628c0-.092.014-.182.014-.275a7.93,7.93,0,0,0-7.93-7.93m0,10.939a3.008,3.008,0,1,1,3.009-3.009,3.009,3.009,0,0,1-3.009,3.009' transform='translate(373.698 123.972)' fill='%2382AC00'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.page--access .section-access .map-area .info .btns .btn-access.root a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='22' viewBox='0 0 20 22'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='20' height='22' fill='%2382AC00'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-rute' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_27750' data-name='パス 27750' d='M19.721,10.26,10.673.307a.891.891,0,0,0-1.346,0L.279,10.26a1.123,1.123,0,0,0,0,1.482l9.048,9.952a.891.891,0,0,0,1.346,0l9.048-9.952a1.123,1.123,0,0,0,0-1.482M12.649,13.9V11.436H7.589V14.9h-1.7V9.568h6.757V7.1l3.091,3.4Z' fill='%2382AC00'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 48em) {
  .page--access .section-access .section-access-list {
    padding-top: 26rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 2.4rem;
    align-items: start;
    margin-bottom: -16rem;
  }
}
@media screen and (min-width:47.9375em) and ( max-width:81.25em) {/*応急措置*/
  .page--access .section-access .section-access-list {
    margin-bottom:-12rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .section-access-list {
    padding-top: 24rem;
    display: flex;
    flex-flow: column;
    gap: 5.2rem;
    margin-bottom: -16rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page--access .section-access .section-access-list__item {
  background: #fff;
  border-radius: 1.6rem;
  padding: 5.8rem 2.4rem 3.2rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .section-access-list__item {
    padding: 4.4rem 1.6rem 1.8rem;
  }
}
.page--access .section-access .section-access-list__item .icon {
  display: inline-block;
  width: 7.2rem;
  aspect-ratio: 1;
  border-radius: 50vw;
  background-color: #687932;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 4rem;
  border: 1rem solid #fff;
  box-sizing: content-box;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .section-access-list__item .icon {
    width: 5.6rem;
    background-size: 3rem;
    border-width: 0.8rem;
  }
}
.page--access .section-access .section-access-list__item.train .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='40' height='40' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-train' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_27751' data-name='パス 27751' d='M7.489,18.4H19.9L21,20.018H6.4Zm-1.1-1.524v.05H5.565L.727,23.122H4.293l1.07-1.58H22.029l1.072,1.58h3.566l-4.842-6.194h-.792v-.05Z' transform='translate(7.273 16.878)' fill='%23fff'/%3E%3Cpath id='パス_27752' data-name='パス 27752' d='M14.422,0C3.23,0,0,4.062,0,7.162v20.2A4.94,4.94,0,0,0,4.94,32.3H23.906a4.939,4.939,0,0,0,4.938-4.94V7.162c0-3.1-3.23-7.162-14.422-7.162M9.194,4.452H19.65a1.258,1.258,0,1,1,0,2.516H9.194a1.258,1.258,0,0,1,0-2.516M6.944,28a1.57,1.57,0,1,1,1.568-1.57A1.57,1.57,0,0,1,6.944,28m6.38-9.31H4.948V11.032h8.376ZM21.9,28a1.57,1.57,0,1,1,1.568-1.57A1.57,1.57,0,0,1,21.9,28m2.368-9.31H15.522V11.032H24.27Z' transform='translate(6)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.page--access .section-access .section-access-list__item.bus .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='40' height='40' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-bus' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_27753' data-name='パス 27753' d='M1.515,20.728a.764.764,0,0,0,.764.764H6.813a.764.764,0,0,0,.764-.764v-2.22H1.515Z' transform='translate(4.546 18.508)' fill='%23fff'/%3E%3Cpath id='パス_27754' data-name='パス 27754' d='M12.425,20.728a.764.764,0,0,0,.764.764h4.532a.763.763,0,0,0,.764-.764v-2.22h-6.06Z' transform='translate(15.456 18.508)' fill='%23fff'/%3E%3Cpath id='パス_27755' data-name='パス 27755' d='M16.97,0C8.884,0,0,.788,0,6.13V34.814A1.144,1.144,0,0,0,1.144,35.96h31.65a1.144,1.144,0,0,0,1.144-1.146V6.13C33.938.788,25.056,0,16.97,0M9.7,3.77H24.242V6.194H9.7Zm-5.758,7.9A.764.764,0,0,1,4.7,10.91H29.236a.764.764,0,0,1,.764.762v7.746a.762.762,0,0,1-.764.762H4.7a.762.762,0,0,1-.764-.762ZM8.822,31.518a.382.382,0,0,1-.382.38H6.814a2.283,2.283,0,0,1-1.13-.3L4.1,30.7a.381.381,0,0,1-.194-.332V28.958a.383.383,0,0,1,.382-.382H8.44a.383.383,0,0,1,.382.382ZM20.682,33.4H13.258v-4.31h7.424Zm9.352-3.036a.381.381,0,0,1-.194.332l-1.584.9a2.3,2.3,0,0,1-1.132.3H25.5a.382.382,0,0,1-.384-.38v-2.56a.384.384,0,0,1,.384-.382h4.152a.383.383,0,0,1,.382.382Z' transform='translate(3.031)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.page--access .section-access .section-access-list__item.car .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='30.486' viewBox='0 0 40 30.486'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='40' height='30.486' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-car' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_27756' data-name='パス 27756' d='M2.68,7.5c.18-.394.524-1.038,1.126-2.172.278-.524.588-1.1.906-1.69H1.93a1.931,1.931,0,0,0,0,3.862Z' transform='translate(0 3.64)' fill='%23fff'/%3E%3Cpath id='パス_27757' data-name='パス 27757' d='M20.424,3.64h-2.78c.318.59.626,1.168.9,1.69.6,1.134.946,1.78,1.126,2.172h.75a1.931,1.931,0,1,0,0-3.862' transform='translate(17.644 3.64)' fill='%23fff'/%3E%3Cpath id='パス_27758' data-name='パス 27758' d='M1.539,15.172a2.6,2.6,0,1,0,5.206,0V12.71H1.539Z' transform='translate(1.539 12.71)' fill='%23fff'/%3E%3Cpath id='パス_27759' data-name='パス 27759' d='M15.857,15.172a2.6,2.6,0,1,0,5.208,0V12.71H15.857Z' transform='translate(15.857 12.71)' fill='%23fff'/%3E%3Cpath id='パス_27760' data-name='パス 27760' d='M36,11.624c.132.04-4.82-9.048-5.056-9.538A4.094,4.094,0,0,0,27.269,0H11.629A4.091,4.091,0,0,0,7.953,2.086c-.238.49-5.186,9.578-5.056,9.538,0,0-1.6,1.6-1.724,1.726a2.427,2.427,0,0,0-.624,1.978V22.56c0,1.348.24,2.088,1.83,2.088H36.521c1.59,0,1.832-.74,1.832-2.088V15.328a2.422,2.422,0,0,0-.63-1.978c-.116-.128-1.72-1.726-1.72-1.726M7,8.838s3.18-5.728,3.368-6.1a2.475,2.475,0,0,1,2.172-1.1h13.83a2.479,2.479,0,0,1,2.174,1.1c.188.374,3.368,6.1,3.368,6.1a1.016,1.016,0,0,1-.834,1.508H7.827A1.015,1.015,0,0,1,7,8.838M6.569,21.576a2.922,2.922,0,1,1,2.922-2.922,2.922,2.922,0,0,1-2.922,2.922m17.318.79a.386.386,0,0,1-.386.386H15.4a.385.385,0,0,1-.386-.386V18.8a.385.385,0,0,1,.386-.384h8.1a.386.386,0,0,1,.386.384Zm8.444-.79a2.922,2.922,0,1,1,2.922-2.922,2.923,2.923,0,0,1-2.922,2.922' transform='translate(0.549 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.page--access .section-access .section-access-list__item.cycle .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='40' height='40' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-bicycle' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_27761' data-name='パス 27761' d='M32.038,9.78a7.958,7.958,0,0,0-7.908,7.076H20.716L24.45,6.438h-10.9L16.152,0H9.336V1.77h4.192L10.16,10.094a7.933,7.933,0,1,0,1.638.672l1.034-2.558h9.1L18.2,18.626H24.13A7.96,7.96,0,1,0,32.038,9.78m-20.116,4A5.6,5.6,0,1,1,7.96,12.138a5.647,5.647,0,0,1,1.31.16L6.844,18.292l1.64.664L10.9,12.98a5.64,5.64,0,0,1,1.02.8M36,21.7a5.6,5.6,0,0,1-9.488-3.076h5.526v-1.77H26.512A5.6,5.6,0,1,1,36,21.7' transform='translate(0 7.149)' fill='%23fff'/%3E%3Cpath id='パス_27762' data-name='パス 27762' d='M16.069,3.759l.688-2.112h-6.34l.738,2.112Z' transform='translate(10.417 8.796)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.page--access .section-access .section-access-list__item .title {
  color: #687932;
  border-bottom: 0.1rem solid #687932;
  letter-spacing: 0.15em;
  padding-bottom: 0.6rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .section-access-list__item .title {
    font-size: 1.6rem;
  }
}
.page--access .section-access .section-access-list__item .note {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.6rem 0;
}
.page--access .section-access .section-access-list__item.bus .note {/*応急措置*/
  white-space: nowrap;
  letter-spacing:-.01em;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .section-access-list__item .note {
    font-size: 1.8rem;
  }
}
.page--access .section-access .section-access-list__item .label > span {
  background: var(--primary);
  display: inline-block;
  width: 100%;
  height: 5.2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 50vw;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .section-access-list__item .label > span {
    height: 4.4rem;
    font-size: 2rem;
  }
}
.page--access .section-access .section-access-list__item .label > span.orange {
  background: #FFCC22;
}
.page--access .section-access .section-access-list__item .label > span .small {
  font-size: 2.1rem;
}
.page--access .section-access .section-access-list__item .text {
  line-height: 1.5;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-access .section-access-list__item .text {
    letter-spacing: 0;
  }
}


.page--access .section-parking {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-parking {
    padding-top: 19rem;
  }
}
.page--access .section-parking-title {
  text-align: center;
  font-size: 3.2rem;
}
.page--access .section-parking-title span {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 79.2rem;
  aspect-ratio: 792/72;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='792' height='72' viewBox='0 0 792 72'%3E%3Cpath id='bg' d='M-355.286,0l25.556,36-25.556,36h792l-25.56-36,25.56-36Z' transform='translate(355.286)' fill='%23efef6f'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-parking-title span {
    width: 35rem;
    aspect-ratio: 350/48;
    font-size: 2.1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='350' height='48' viewBox='0 0 350 48'%3E%3Cpath id='bg' d='M-355.286,0l17.037,24-17.037,24h350l-17.04-24L-5.286,0Z' transform='translate(355.286)' fill='%23efef6f'/%3E%3C/svg%3E%0A");
  }
}
.page--access .section-parking-list {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  margin-top: 8.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-parking-list {
    flex-flow: column;
    margin-top: 7rem;
    gap: 6rem;
  }
}
.page--access .section-parking-list__item {
  background: #F0F5F4;
  border-radius: 1.6rem;
  padding: 6rem 2.4rem 2.4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-parking-list__item {
    padding: 4.8rem 1.6rem 2rem;
  }
}
.page--access .section-parking-list__item .icon {
  display: inline-block;
  width: 7.2rem;
  aspect-ratio: 1;
  border-radius: 50vw;
  background-color: #687932;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 4rem;
  border: 1rem solid #F0F5F4;
  box-sizing: content-box;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-parking-list__item .icon {
    width: 5.6rem;
    background-size: 3rem;
    border-width: 0.8rem;
  }
}
.page--access .section-parking-list__item .title {
  color: #687932;
  border-bottom: 0.1rem solid #687932;
  letter-spacing: 0.15em;
  padding-bottom: 0.6rem;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-parking-list__item .title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.page--access .section-parking-list__item .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-parking-list__item .inner {
    flex-flow: column;
    gap: 1rem;
  }
}
.page--access .section-parking-list__item .inner .text {
  flex: 1;
}
.page--access .section-parking-list__item .inner .text .label {
  margin-bottom: 1.5rem;
}
.page--access .section-parking-list__item .inner .text .label > span {
  background: #FFCC22;
  border: 0.2rem solid #fff;
  font-size: 2.4rem;
  border-radius: 50vw;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-parking-list__item .inner .text .label > span {
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-width: 0.1rem;
  }
}
.page--access .section-parking-list__item .inner .text .label > span .small {
  font-size: 2.1rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-parking-list__item .inner .text .label > span .small {
    font-size: 1.6rem;
  }
}
.page--access .section-parking-list__item .inner .text .lead {
  letter-spacing: 0;
}
.page--access .section-parking-list__item .inner .text ul {
  margin-top: 1em;
}
.page--access .section-parking-list__item .inner .text ul li::before {
  content: "・";
}
.page--access .section-parking-list__item .inner .img {
  display: block;
}
@media only screen and (min-width: 48em) {
  .page--access .section-parking-list__item .inner .img {
    width: 25rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--access .section-parking-list__item .inner .img {
    width: 28.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.page--access .section-parking-list__item.parking01 .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='40' height='40' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-park' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_27792' data-name='パス 27792' d='M22.143,13.786H15.715v4.286h6.428a2.143,2.143,0,0,0,0-4.286' fill='%23fff'/%3E%3Cpath id='パス_27793' data-name='パス 27793' d='M34.5,4H5.5A1.5,1.5,0,0,0,4,5.5v29A1.5,1.5,0,0,0,5.5,36h29A1.5,1.5,0,0,0,36,34.5V5.5A1.5,1.5,0,0,0,34.5,4M23.428,22.357H15.714V30.5H10.571V9.5H23.428c3.536,0,6,2.893,6,6.428s-2.464,6.429-6,6.429' fill='%23fff'/%3E%3Cpath id='パス_27794' data-name='パス 27794' d='M35.263,0H4.737A4.742,4.742,0,0,0,0,4.736V35.263A4.742,4.742,0,0,0,4.737,40H35.263A4.742,4.742,0,0,0,40,35.263V4.736A4.742,4.742,0,0,0,35.263,0M38.5,35.263A3.241,3.241,0,0,1,35.263,38.5H4.737A3.241,3.241,0,0,1,1.5,35.263V4.736A3.24,3.24,0,0,1,4.737,1.5H35.263A3.24,3.24,0,0,1,38.5,4.736Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.page--access .section-parking-list__item.parking02 .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='40' height='40' transform='translate(0.178)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-bicycle' transform='translate(-0.178)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_27761' data-name='パス 27761' d='M32.038,9.78a7.958,7.958,0,0,0-7.908,7.076H20.716L24.45,6.438h-10.9L16.152,0H9.336V1.77h4.192L10.16,10.094a7.933,7.933,0,1,0,1.638.672l1.034-2.558h9.1L18.2,18.626H24.13A7.96,7.96,0,1,0,32.038,9.78m-20.116,4A5.6,5.6,0,1,1,7.96,12.138a5.647,5.647,0,0,1,1.31.16L6.844,18.292l1.64.664L10.9,12.98a5.64,5.64,0,0,1,1.02.8M36,21.7a5.6,5.6,0,0,1-9.488-3.076h5.526v-1.77H26.512A5.6,5.6,0,1,1,36,21.7' transform='translate(0.172 7.149)' fill='%23fff'/%3E%3Cpath id='パス_27762' data-name='パス 27762' d='M16.069,3.759l.688-2.112h-6.34l.738,2.112Z' transform='translate(10.59 8.796)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.page--flow .section-first {
  overflow: hidden;
  --section-news-top: 15.4rem;
  background: var(--primary);
  padding-top: 2rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-first {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.page--flow .section-first .wave-top2 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-first .wave-top2 {
    top: var(--section-news-top);
  }
}
.page--flow .section-first > * {
  position: relative;
  z-index: 2;
}
.page--flow .section-first::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--section-news-top);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.page--flow .section-first-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 3.6rem;
  margin-top: 7.8rem;
  --primary--dark: #687932;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-first-list {
    display: flex;
    flex-flow: column;
    gap: 6rem;
  }
}
.page--flow .section-first-list__item {
  background: #fff;
  border-radius: 2.4rem;
  position: relative;
  padding: 4rem 2.4rem 2.4rem;
  box-shadow: 0 0.8rem 0 rgba(0, 0, 0, 0.1);
}
.page--flow .section-first-list__item::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: var(--primary--dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='22.222' viewBox='0 0 30 22.222'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='30' height='22.222' transform='translate(0 0)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-checkbox' clip-path='url(%23clip-path)'%3E%3Cpath id='合体_1' data-name='合体 1' d='M1,16.875a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0H4.625a1,1,0,0,1,1,1V11.25H23.376a1,1,0,0,1,1,1v3.625a1,1,0,0,1-1,1Z' transform='translate(0.001 10.501) rotate(-45)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 3rem;
  border-radius: 50vw;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-first-list__item::before {
    width: 5rem;
    height: 5rem;
    background-size: 2.5rem;
  }
}
.page--flow .section-first-list__item .title {
  border-bottom: 0.1rem solid var(--primary--dark);
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-first-list__item .title {
    font-size: 2rem;
  }
}
.page--flow .section-first-list__item .title > span .small {
  font-size: 80%;
}
.page--flow .section-first-list__item .lead p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-first-list__item .lead p {
    font-size: 1.5rem;
  }
}
.page--flow .section-flow {
  background: var(--primary);
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-radius: 0 0 16rem 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow {
    padding-top: 3rem;
    padding-bottom: 6rem;
    overflow: inherit;
    border-radius: 0 0 6rem 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow .content-slide {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.page--flow .section-flow .swiper-flow {
  overflow: inherit;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow .swiper-flow {
    overflow: hidden;
  }
}
.page--flow .section-flow-list {
  margin-top: 4.8rem;
}
@media only screen and (min-width: 48em) {
  .page--flow .section-flow-list {
    display: flex;
    flex-flow: column;
    gap: 6.2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow-list {
    margin-right: 0;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
  }
}
.page--flow .section-flow-list__item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow-list__item {
    flex-flow: column;
    align-items: center;
  }
}
.page--flow .section-flow-list__item {
  z-index: 0;
}
.page--flow .section-flow-list__item::before {
  content: "";
  display: block;
  width: calc(100% - 2.4rem);
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: -2.6rem;
  right: 0;
  z-index: -1;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow-list__item::before {
    width: 100%;
    height: calc(100% - 8.8rem);
    bottom: 0;
  }
}
.page--flow .section-flow-list__item .image {
  border: 0.2rem solid #fff;
  border-radius: 0.2rem;
  box-shadow: 0.4rem 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 28.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow-list__item .image {
    width: 24rem;
  }
}
.page--flow .section-flow-list__item .text {
  flex: 1;
  padding-top: 5rem;
  padding-left: 2.4rem;
  padding-right: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow-list__item .text {
    padding: 1.8rem;
  }
}
.page--flow .section-flow-list__item .text .title {
  font-size: 2rem;
  border-left: 0.3rem solid var(--primary);
  padding-left: 0.8rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow-list__item .text .title {
    font-size: 1.5rem;
  }
}
.page--flow .section-flow-list__item .text .lead p {
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow-list__item .text .lead p {
    font-size: 1.3rem;
    min-height:13.65rem;
  }
}
.page--flow .section-flow-list__item .num {
  display: block;
  width: 6rem;
  font-size: 4.2rem;
  color: #92C100;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
}
@media only screen and (min-width: 48em) {
  .page--flow .section-flow-list__item .num {
    position: absolute;
    bottom: -1rem;
    right: 2.4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow-list__item .num {
    width: 5.4rem;
    font-size: 3.6rem;
    position: relative;
    margin-left: auto;
    margin-top: 1.4rem;
  }
}
.page--flow .section-flow-list__item .num::before, .page--flow .section-flow-list__item .num::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  border: 0.1rem solid #92C100;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow-list__item .num::before, .page--flow .section-flow-list__item .num::after {
    height: 0.5rem;
  }
}
.page--flow .section-flow-list__item .num::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #92C100;
  width: 0%;
}
.page--flow .section-flow-list__item:nth-of-type(1) .num::after {
  width: 16.6666666667%;
}
.page--flow .section-flow-list__item:nth-of-type(2) .num::after {
  width: 33.3333333333%;
}
.page--flow .section-flow-list__item:nth-of-type(3) .num::after {
  width: 50%;
}
.page--flow .section-flow-list__item:nth-of-type(4) .num::after {
  width: 66.6666666667%;
}
.page--flow .section-flow-list__item:nth-of-type(5) .num::after {
  width: 83.3333333333%;
}
.page--flow .section-flow-list__item:nth-of-type(6) .num::after {
  width: 100%;
}
.page--flow .section-flow .swiper-button-prev,
.page--flow .section-flow .swiper-button-next {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow .swiper-button-prev,
  .page--flow .section-flow .swiper-button-next {
    display: block;
    background: var(--primary--dark);
    border: 0.1rem solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cpath d='M1.5 1.5 6.5 6 1.5 10.5' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0.7rem;
    width: 5rem;
    height: 5rem;
    right: -0.1rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow .swiper-button-prev {
    transform: rotate(180deg);
    left: -0.1rem;
  }
}
.page--flow .section-flow .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow .swiper-pagination {
    position: static;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: var(--primary--light);
    opacity: 1;
    margin: 0 1.2rem !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-flow .swiper-pagination-bullet-active {
    background: #F0F5F4;
    width: 2rem;
    height: 2rem;
  }
}
.page--flow .section-faq {
  padding-bottom: 10rem;
  position: relative;
  padding-top: 25rem;
  margin-top: -16rem;
  background: var(--primary--light);
  border-radius: 0 0 0 16rem;
  z-index: 1;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-faq {
    padding-bottom: 8rem;
    border-radius: 0 0 0 6rem;
  }
}
.page--flow .section-faq .curve {
  width: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-faq .curve {
    width: 6rem;
  }
}
.page--flow .section-faq .curve02 {
  position: absolute;
  top: 16rem;
  left: 0;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath id='corner1' d='M160,160H0a161.256,161.256,0,0,0,32.213-3.251,159.263,159.263,0,0,0,30.041-9.323A160.072,160.072,0,0,0,89.44,132.674a161.182,161.182,0,0,0,23.686-19.537,161.158,161.158,0,0,0,19.542-23.68,160.006,160.006,0,0,0,14.756-27.178,159.162,159.162,0,0,0,9.325-30.034A161.14,161.14,0,0,0,160,0Z' transform='translate(160 160) rotate(180)' fill='%23c0e648'/%3E%3C/svg%3E%0A");
}
.page--flow .section-faq-list {
  margin-top: 4.8rem;
  display: flex;
  flex-flow: column;
  gap: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-faq-list {
    margin-top: 4rem;
    gap: 2rem;
  }
}
.page--flow .section-faq-list__item {
  font-size: 1.8rem;
  background: #fff;
  border-radius: 1.6rem;
  counter-increment: faq-list;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-faq-list__item {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.page--flow .section-faq-list__item .question {
  font-weight: bold;
  transition: 200ms;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .page--flow .section-faq-list__item .question:hover {
    color: var(--primary--dark);
  }
}
.page--flow .section-faq-list__item .question::before {
  display: none;
}
.page--flow .section-faq-list__item .question::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--primary--dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3E%3Cpath id='_' data-name='&gt;' d='M0,8.5a.5.5,0,0,1-.354-.146.5.5,0,0,1,0-.707L3.293,4-.354.354a.5.5,0,0,1,0-.707.5.5,0,0,1,.707,0l4,4a.5.5,0,0,1,0,.707l-4,4A.5.5,0,0,1,0,8.5Z' transform='translate(8.5 0.5) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 55%;
  background-size: 0.9rem;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-faq-list__item .question::after {
    right: 2rem;
    width: 2.1rem;
    height: 2.1rem;
    background-size: 0.7rem;
  }
}
.page--flow .section-faq-list__item .question .inner {
  padding: 2.4rem;
  padding-left: 9rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-faq-list__item .question .inner {
    padding: 2rem;
    padding-left: 7rem;
    padding-right: 5.2rem;
  }
}
.page--flow .section-faq-list__item .question .inner::before {
  content: "Q." counter(faq-list, decimal-leading-zero);
  display: block;
  color: var(--primary--dark);
  font-family: "Lora", serif;
  font-size: 2rem;
  border-bottom: 0.2rem solid var(--primary--dark);
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  line-height: 1.5;
  font-weight: normal;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-faq-list__item .question .inner::before {
    font-size: 1.6rem;
    border-width: 0.1rem;
    top: 2rem;
    left: 2rem;
  }
}
.page--flow .section-faq-list__item .question.is-open::after {
  transform: translate(0%, -50%) rotate(180deg);
}
.page--flow .section-faq-list__item .answer .inner {
  padding: 2.4rem;
  position: relative;
  padding-left: 9rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-faq-list__item .answer .inner {
    padding: 2rem;
    padding-left: 7rem;
  }
}
.page--flow .section-faq-list__item .answer .inner::before {
  content: "A." counter(faq-list, decimal-leading-zero);
  display: block;
  color: #CF650B;
  font-family: "Lora", serif;
  font-size: 2rem;
  border-bottom: 0.2rem solid #CF650B;
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  line-height: 1.5;
  font-weight: normal;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-faq-list__item .answer .inner::before {
    font-size: 1.6rem;
    border-width: 0.1rem;
    top: 2rem;
    left: 2rem;
  }
}
.page--flow .section-faq-list__item .answer .inner::after {
  content: "";
  display: block;
  width: calc(100% - 4.8rem);
  height: 0.1rem;
  background: repeating-linear-gradient(to right, #D3E3DF 0, #D3E3DF 0.4rem, transparent 0.4rem, transparent 0.8rem);
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.page--flow .section-faq-list__item .answer .inner .ttl {
  font-weight: bold;
}
.page--flow .section-faq-list__item .answer .inner .text {
  line-height: 1.5;
}
.page--flow .section-faq-list__item .answer .inner .text ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.page--flow .section-cta {
  padding-bottom: 10rem;
  position: relative;
  padding-top: 25rem;
  margin-top: -16rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-cta {
    padding-bottom: 10rem;
    padding-top: 23rem;
  }
}
.page--flow .section-cta .curve {
  width: 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-cta .curve {
    width: 6rem;
  }
}
.page--flow .section-cta .curve02 {
  position: absolute;
  top: calc(16rem - 0.5px);
  right: 0;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cpath id='corner1' d='M160,0H0A161.256,161.256,0,0,1,32.213,3.251a159.263,159.263,0,0,1,30.041,9.323A160.071,160.071,0,0,1,89.44,27.325a161.182,161.182,0,0,1,23.686,19.537,161.158,161.158,0,0,1,19.542,23.68,160.005,160.005,0,0,1,14.756,27.178,159.162,159.162,0,0,1,9.325,30.034A161.14,161.14,0,0,1,160,160Z' fill='%23efef6f'/%3E%3C/svg%3E%0A");
}
.page--flow .section-cta .content {
  max-width: 118rem;
}
.page--flow .section-cta-title {
  text-align: center;
  font-size: 3.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-cta-title {
    font-size: 2.1rem;
  }
}
.page--flow .section-cta-title > span {
  background: #fff;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 79.2rem;
  height: 7.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='792' height='72' viewBox='0 0 792 72'%3E%3Cpath id='bg' d='M-355.286,0l25.556,36-25.556,36h792l-25.56-36,25.56-36Z' transform='translate(355.286)' fill='%23efef6f'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-cta-title > span {
    display: inline-block;
    line-height: 1.2;
    padding-top: 0.7rem;
    width: 35rem;
    height: 6.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='350' height='64' viewBox='0 0 350 64'%3E%3Cpath id='bg' d='M-195.286-10l14.907,32-14.907,32h350L139.8,22l14.91-32Z' transform='translate(195.286 10)' fill='%23efef6f'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.page--flow .section-cta-title > span span {
  font-size: 80%;
  margin-top: 0.8rem;
}
.page--flow .section-cta-lead {
  font-size: 2rem;
  margin-top: 4.8rem;
}
@media only screen and (min-width: 48em) {
  .page--flow .section-cta-lead {
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-cta-lead {
    font-size: 1.6rem;
  }
}
.page--flow .section-cta-utility {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-cta-utility {
    gap: 2rem;
    margin-top: 4rem;
  }
}
.page--flow .section-cta .contact-tel {
  padding: 1.1rem;
}
.page--flow .section-cta .contact-tel-label {
  font-size: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-cta .contact-tel-label {
    font-size: 1.6rem;
  }
}
.page--flow .section-cta .contact-tel-number {
  font-size: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-cta .contact-tel-number {
    font-size: 2.4rem;
  }
}
.page--flow .section-cta .contact-tel-link::before {
  width: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-cta .contact-tel-link::before {
    width: 2rem;
  }
}
.page--flow .section-cta .social-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.page--flow .section-cta .social-list__item a {
  display: block;
  width: 5.6rem;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
}
@media only screen and (min-width: 48em) {
  .page--flow .section-cta .social-list__item a {
    transition: 200ms;
  }
  .page--flow .section-cta .social-list__item a:hover {
    opacity: 0.6;
  }
}
.page--flow .section-cta .social-list__item a img {
  width: 3.4rem;
}
.page--flow .section-cta .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.page--flow .section-cta .btn {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .page--flow .section-cta .btn {
    margin-top: 4rem;
  }
}

.entry-content {
  font-size: 1.8rem;
}
.entry-content * > :first-child {
  margin-top: 0;
}
.entry-content > * {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-column > *,
.entry-content .wp-block-group:not(.is-layout-flex, .is-layout-grid) > *,
.entry-content .wp-block-cover__inner-container > *,
.entry-content .wp-block-details > *,
.entry-content .wp-block-media-text__content > * {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .entry-content .wp-block-column > *,
  .entry-content .wp-block-group:not(.is-layout-flex, .is-layout-grid) > *,
  .entry-content .wp-block-cover__inner-container > *,
  .entry-content .wp-block-details > *,
  .entry-content .wp-block-media-text__content > * {
    margin-bottom: 1rem;
  }
}
.entry-content .wp-block-column > *:last-child,
.entry-content .wp-block-group:not(.is-layout-flex, .is-layout-grid) > *:last-child,
.entry-content .wp-block-cover__inner-container > *:last-child,
.entry-content .wp-block-details > *:last-child,
.entry-content .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.entry-content h2 {
  margin-top: 6.4rem;
}
.entry-content h3 {
  margin-top: 4.8rem;
}
.entry-content h4 {
  margin-top: 3.2rem;
}
.entry-content > h2 + h3,
.entry-content > h2 + h4,
.entry-content > h3 + h4,
.entry-content > h3 + h5,
.entry-content > h4 + h5,
.entry-content > h4 + h6 {
  margin-top: 1.6rem;
}
.entry-content > :first-child {
  margin-top: 0;
}
.entry-content h1 {
  font-size: 3.6rem;
}
.entry-content h2 {
  font-size: 2.8rem;
}
.entry-content h3 {
  font-size: 2.4rem;
}
.entry-content h4 {
  font-size: 2rem;
}
.entry-content h5 {
  font-size: 1.8rem;
}
.entry-content h6 {
  font-size: 1.6rem;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 700;
  line-height: 1.4;
}
.entry-content .wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
.entry-content .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
}
.entry-content .wp-block-gallery .wp-block-image {
  flex-grow: 1;
  margin-bottom: 0;
}
.entry-content .wp-block-gallery .wp-block-image img {
  width: 100%;
  object-fit: cover;
}
.entry-content .wp-block-gallery.columns-2 .wp-block-image {
  width: calc(50% - 0.4rem);
}
.entry-content .wp-block-gallery.columns-3 .wp-block-image {
  width: calc(33.333% - 0.54rem);
}
.entry-content .wp-block-gallery.columns-4 .wp-block-image {
  width: calc(25% - 0.6rem);
}
.entry-content ul, .entry-content ol {
  padding-left: 1.5em;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  margin-bottom: 0;
}
.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin-top: 0.6rem;
  margin-bottom: 0;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content .wp-block-quote cite {
  display: block;
  margin-top: 1.2rem;
  font-size: 0.75em;
  font-style: normal;
}
.entry-content .wp-block-quote cite::before {
  content: "— ";
}
.entry-content .wp-block-quote.is-style-large {
  border-left: none;
  padding: 4.8rem;
  text-align: center;
  font-size: 1.2em;
}
.entry-content .wp-block-pullquote {
  border-top: 0.4rem solid currentColor;
  border-bottom: 0.4rem solid currentColor;
  padding: 3.6rem 0;
  text-align: center;
}
.entry-content .wp-block-pullquote blockquote {
  margin: 0;
}
.entry-content .wp-block-pullquote p {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
}
.entry-content .wp-block-pullquote cite {
  display: block;
  margin-top: 1.6rem;
  font-size: 0.75em;
  font-style: normal;
}
.entry-content .wp-block-code code {
  padding: 2.4rem;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .entry-content .wp-block-code code {
    padding: 1.6rem;
  }
}
.entry-content code {
  font-size: 0.875em;
  background: #333;
  color: #fff;
  padding: 0.5em;
}
.entry-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  border: 0.1rem solid #d8d8d8;
}
.entry-content .wp-block-table th,
.entry-content .wp-block-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-content .wp-block-table th,
  .entry-content .wp-block-table td {
    padding: 1rem;
  }
}
.entry-content .wp-block-table th {
  font-weight: 700;
  background: #f7f7f7;
}
.entry-content .wp-block-table thead th {
  background: #f1f1f1;
}
.entry-content .wp-block-table tfoot th,
.entry-content .wp-block-table tfoot td {
  font-weight: 700;
  background: #f7f7f7;
}
.entry-content .wp-block-table figcaption {
  margin-top: 0.8rem;
  font-size: 0.75em;
  text-align: center;
}
.entry-content .wp-block-table a {
  color: var(--themeColor);
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  .entry-content .wp-block-table a:hover {
    text-decoration: none;
  }
}
.entry-content .wp-block-table.is-scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.entry-content .wp-block-table.is-scrollable table {
  word-break: keep-all;
}
@media only screen and (max-width: 47.9375em) {
  .entry-content .wp-block-table.is-scrollable th, .entry-content .wp-block-table.is-scrollable td {
    white-space: nowrap;
  }
}
.entry-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.entry-content .wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.entry-content .wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.entry-content .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 0.4rem;
  border: 0.2rem solid transparent;
  cursor: pointer;
  transition: opacity 0.2s;
}
.entry-content .wp-block-button .wp-block-button__link:hover, .entry-content .wp-block-button .wp-block-button__link:focus {
  opacity: 0.8;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: currentColor;
}
.entry-content .wp-block-group.has-background {
  padding: 2.4rem;
}
.entry-content .wp-block-group.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.entry-content .wp-block-group.is-layout-grid {
  display: grid;
  gap: 2.4rem;
}
.entry-content .wp-block-cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43rem;
  padding: 4.8rem;
  overflow: hidden;
}
.entry-content .wp-block-cover .wp-block-cover__image-background,
.entry-content .wp-block-cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.entry-content .wp-block-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.entry-content .wp-block-media-text {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 0;
}
.entry-content .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  order: 2;
}
.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  order: 1;
}
.entry-content .wp-block-media-text .wp-block-media-text__media img, .entry-content .wp-block-media-text .wp-block-media-text__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-content .wp-block-media-text .wp-block-media-text__content {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .entry-content .wp-block-media-text .wp-block-media-text__content {
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .entry-content .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 1fr;
  }
  .entry-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
  .entry-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    order: unset;
  }
  .entry-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 1.6rem 0 0;
  }
}
.entry-content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content .wp-block-embed figcaption {
  margin-top: 0.8rem;
  font-size: 0.75em;
  text-align: center;
}
.entry-content .wp-block-video video, .entry-content .wp-block-video audio,
.entry-content .wp-block-audio video,
.entry-content .wp-block-audio audio {
  width: 100%;
}
.entry-content .wp-block-video figcaption,
.entry-content .wp-block-audio figcaption {
  margin-top: 0.8rem;
  font-size: 0.75em;
  text-align: center;
}
.entry-content .wp-block-details {
  border: 0.2rem solid;
  border-radius: 0.4rem;
  padding: 1em;
}
.entry-content .wp-block-details summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  position: relative;
  margin-bottom: 0;
  padding: 1em;
  margin: -1em;
}
.entry-content .wp-block-details summary + * {
  margin-top: 0.5em;
}
.entry-content .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.entry-content .wp-block-details summary::before, .entry-content .wp-block-details summary::after {
  content: "";
  display: block;
  width: 1em;
  height: 0.15em;
  background: #333;
  position: absolute;
  top: 1.85em;
  right: 1.5em;
}
.entry-content .wp-block-details summary::before {
  transform: rotate(90deg);
  transition: 400ms;
}
.entry-content .wp-block-details[open] summary::before {
  transform: rotate(0deg);
}
.entry-content .wp-block-file {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-flow: row wrap;
  justify-content: space-between;
}
.entry-content .wp-block-file .wp-block-file__content-wrapper {
  flex-grow: 1;
}
.entry-content .wp-block-file a:not(.wp-block-file__button) {
  text-decoration: underline;
  word-break: break-all;
}
.entry-content .wp-block-file .wp-block-file__button {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  font-weight: 700;
  border-radius: 0.4rem;
  text-decoration: none;
  white-space: nowrap;
  background: var(--themeColor);
  color: #fff;
}
.entry-content .wp-block-file .wp-block-file__button:hover {
  opacity: 0.8;
}
.entry-content .wp-block-search {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.entry-content .wp-block-search .wp-block-search__label {
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.entry-content .wp-block-search .wp-block-search__input {
  flex: 1;
  padding: 0.7em 1em;
  font-size: 1em;
  border: 0.1rem solid;
  border-radius: 0.4rem;
  min-width: 20rem;
}
.entry-content .wp-block-search .wp-block-search__button {
  padding: 1rem 2rem;
  font-size: 1em;
  font-weight: 700;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  background: var(--themeColor);
  color: #fff;
}
.entry-content .wp-block-search .wp-block-search__button:hover {
  opacity: 0.8;
}
.entry-content figcaption {
  width: 100%;
  text-align: center;
}
.entry-content .has-text-align-left {
  text-align: left;
}
.entry-content .has-text-align-center {
  text-align: center;
}
.entry-content .has-text-align-right {
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .entry-content {
    font-size: 1.4rem;
  }
  .entry-content h1 {
    font-size: 2.8rem;
  }
  .entry-content h2 {
    font-size: 2.2rem;
  }
  .entry-content h3 {
    font-size: 1.8rem;
  }
  .entry-content h4 {
    font-size: 1.6rem;
  }
  .entry-content h5 {
    font-size: 1.5rem;
  }
  .entry-content h6 {
    font-size: 1.4rem;
  }
  .entry-content h2 {
    margin-top: 4.8rem;
  }
  .entry-content h3 {
    margin-top: 3.2rem;
  }
  .entry-content h4 {
    margin-top: 2.4rem;
  }
  .entry-content .wp-block-columns.is-layout-flex {
    flex-direction: column;
  }
  .entry-content .wp-block-gallery.columns-3 .wp-block-image, .entry-content .wp-block-gallery.columns-4 .wp-block-image {
    width: calc(50% - 0.4rem);
  }
  .entry-content .wp-block-cover {
    min-height: 28rem;
    padding: 2.4rem;
  }
  .entry-content .wp-block-pullquote {
    padding: 2.4rem 0;
  }
  .entry-content .wp-block-pullquote p {
    font-size: 1.8rem;
  }
  .entry-content .wp-block-quote.is-style-large {
    padding: 2.4rem;
    font-size: 1.8rem;
  }
  .entry-content .wp-block-button {
    width: 100%;
  }
  .entry-content .wp-block-button .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
  .entry-content .wp-block-group.has-background {
    padding: 1.6rem;
  }
  .entry-content .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr;
  }
  .entry-content .wp-block-search .wp-block-search__input {
    min-width: 0;
    width: 100%;
  }
}

.is-style-bg-fill {
  background: var(--themeColor);
  color: #fff;
  padding: 0.35em 0.6em;
  border-radius: 0.1em;
}

.is-style-square-dot {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.is-style-square-dot::before {
  content: "";
  display: block;
  width: 0.55em;
  height: 0.55em;
  background: var(--themeColor);
  flex-shrink: 0;
}

.is-style-border-left {
  padding-left: 0.5em;
  border-left: 0.2em solid var(--themeColor);
}

.is-style-border-bottom {
  padding-bottom: 0.35em;
  border-bottom: 0.08em solid var(--themeColor);
}

.is-style-center-line {
  text-align: center;
}
.is-style-center-line::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.1em;
  background: var(--themeColor);
  margin: 0.8em auto 0;
  border-radius: 0.05em;
}

.custom-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5em 1em;
  min-height: 2.4em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: opacity 0.2s, background-color 0.2s, color 0.2s;
}
.custom-button--fill {
  background-color: var(--wp--preset--color--theme);
  border-color: var(--wp--preset--color--theme);
  color: #fff;
}
.custom-button--fill .custom-button__icon svg path {
  fill: #fff;
  transition: 200ms;
}
.custom-button--fill:hover {
  background: #fff;
  color: var(--wp--preset--color--theme);
}
.custom-button--fill:hover svg path {
  fill: var(--wp--preset--color--theme);
}
.custom-button--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--theme);
  color: var(--wp--preset--color--theme);
}
.custom-button--outline .custom-button__icon svg path {
  fill: var(--wp--preset--color--theme);
  transition: 200ms;
}
.custom-button--outline:hover {
  color: #fff;
  background: var(--wp--preset--color--theme);
}
.custom-button--outline:hover svg path {
  fill: #fff;
}
.custom-button--radius-none {
  border-radius: 0;
}
.custom-button--radius-small {
  border-radius: 0.5rem;
}
.custom-button--radius-pill {
  border-radius: 9999px;
}
.custom-button--icon-left {
  padding-left: 0.3em;
}
.custom-button__icon {
  display: inline-flex;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
}
.custom-button__icon svg {
  width: 100%;
  height: 100%;
}
.custom-button__text {
  line-height: 1.2;
}

.section-news-detail .entry img {
width: auto;
max-width: 100%;
}