@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

* {
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

body.is-active {
  overflow: hidden;
}

main {
  overflow: hidden;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (hover: hover) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms;
            animation-duration: 0.01ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-duration: 0.01ms;
            transition-duration: 0.01ms;
    scroll-behavior: auto;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: calc(100vh - 62.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .c-404 {
    text-align: left;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.c-404__title {
  font-size: 1.5rem;
  color: #1f1e84;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-404__title {
    font-size: 1.125rem;
  }
}

.c-404__text {
  font-size: 1rem;
  margin-top: 1.875rem;
  color: #1f1e84;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-404__text {
    font-size: 0.875rem;
  }
}

.c-404__link {
  display: block;
  font-size: 1rem;
  color: #1f1e84;
  text-decoration: underline;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-404__link {
    font-size: 0.875rem;
  }
}

.c-breadcrumb {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 110%;
  margin-top: 0.3125rem;
}

.c-breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-breadcrumb a {
  color: #ff4466;
  text-decoration: underline;
  white-space: nowrap;
}

.c-breadcrumb__inner > span {
  padding: 0 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb__inner > span {
    padding: 0 0.25rem;
  }
}

.c-breadcrumb__inner .post-news.current-item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-btn {
  display: grid;
  place-items: center;
  width: 17.875rem;
  height: 3.125rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #1f1e84;
  border-radius: 50vh;
  -webkit-box-shadow: 0px 1px 7px rgb(196, 196, 196);
          box-shadow: 0px 1px 7px rgb(196, 196, 196);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 0.875rem;
  }
}
.c-btn:after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../images/common/arrow-circle02.svg) center top/cover no-repeat;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (hover: hover) {
  .c-btn:hover {
    border: 1px solid #fff;
    opacity: 1;
  }
}
.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.c-form__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-form__label {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form__label.c-form__label--postal-code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.c-form__required {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #ff4466;
}

.c-form__input {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #eef5f8;
  border: none;
  border-radius: 0.375rem;
}
@media screen and (max-width: 768px) {
  .c-form__input {
    font-size: 0.875rem;
  }
}

.c-form__input--short {
  width: 100%;
  max-width: 20rem;
}

.c-form__textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #eef5f8;
  border: none;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-form__textarea {
    font-size: 0.875rem;
  }
}

.c-form ::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999;
}

.c-form ::-moz-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999;
}

.c-form ::-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999;
}

.c-form ::placeholder {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999;
}
@media screen and (max-width: 768px) {
  .c-form ::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .c-form ::-moz-placeholder {
    font-size: 0.875rem;
  }
  .c-form ::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .c-form ::placeholder {
    font-size: 0.875rem;
  }
}

.c-form__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 0.5625rem;
}

.c-form__checkbox {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-form__checkbox {
    font-size: 0.875rem;
  }
}

.c-form__checkbox input {
  display: none;
}

.c-form__checkbox input + span {
  padding-left: 1.75rem;
  display: inline-block;
  position: relative;
}

.c-form__checkbox input + span::after,
.c-form__checkbox input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.c-form__checkbox input + span::before {
  border: 1px solid #999;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-form__checkbox input + span::after {
  content: "";
  width: 0.75rem;
  height: 0.375rem;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 0.25rem;
  top: 0.5rem;
  display: none;
}

.c-form__checkbox input:checked + span::after {
  display: block;
}

.c-form__checkbox a {
  text-decoration: underline;
  color: #ff4466;
}

.c-form__select {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #eef5f8;
  border-radius: 0.375rem;
  border: none;
  font-size: 1rem;
  line-height: 1;
  height: 2.8125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 768px) {
  .c-form__select {
    font-size: 0.875rem;
  }
}

.c-form__select-wrap {
  width: 100%;
  max-width: 20rem;
  position: relative;
}
.c-form__select-wrap::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  height: 0.625rem;
  width: 0.625rem;
  top: 0.9375rem;
  right: 1.25rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
}

.c-form__btn {
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  width: 17.875rem;
  height: 3.125rem;
  background-color: #1f1e84;
  border-radius: 50vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #1f1e84;
  background-color: #1f1e84;
  margin-inline: auto;
  margin-top: 2.5rem;
}
.c-form__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.c-form__btn:hover {
  background-color: #fff;
  color: #1f1e84;
}
.c-form__btn:hover .c-form__submit {
  color: #1f1e84;
}
.c-form__btn:hover::before {
  right: 0.625rem;
  border-top-color: #1f1e84;
  border-right-color: #1f1e84;
}

.c-form__submit {
  display: grid;
  place-items: center;
  width: 17.875rem;
  height: 3.125rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__submit {
    font-size: 0.875rem;
  }
}

.c-form__note {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.wpcf7-not-valid-tip {
  font-size: 0.875rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border: 1px solid #1f1e84;
}

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  font-weight: 500;
}

.wpcf7-spinner {
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.c-hamburger {
  display: none;
  position: relative;
  z-index: 999;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #1f1e84;
}
@media screen and (max-width: 768px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 0.0625rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* 通常時（≡みたいに2本） */
.c-hamburger[aria-expanded=false] .c-hamburger__bar:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 0.3125rem));
          transform: translate(-50%, calc(-50% - 0.3125rem));
}

.c-hamburger[aria-expanded=false] .c-hamburger__bar:nth-child(2) {
  -webkit-transform: translate(-50%, calc(-50% + 0.3125rem));
          transform: translate(-50%, calc(-50% + 0.3125rem));
}

/* 展開時（×になる） */
.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-page-fv {
  height: 28.5rem;
  background: url(../images/common/page-fv02.webp) center bottom/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .c-page-fv {
    height: 18.75rem;
  }
}

.c-page-fv.c-page-fv--facility {
  background: url(../images/common/page-fv.webp) center bottom/cover no-repeat;
}

.c-page-fv__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-page-fv__title {
  margin-top: 2.8125rem;
}

.c-page-fv__subtitle {
  font-family: "Bellota Text", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #26b6ea;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-page-fv__subtitle {
    font-size: 1.125rem;
    gap: 0.25rem;
  }
}
.c-page-fv__subtitle:before {
  display: block;
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #26b6ea;
}
@media screen and (max-width: 768px) {
  .c-page-fv__subtitle:before {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.c-page-fv__maintitle {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1f1e84;
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .c-page-fv__maintitle {
    margin-top: 0;
    font-size: 2.5rem;
  }
}

.c-pagination {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin-top: 3.5rem;
  }
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

a.page-numbers {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  text-align: center;
  background-color: #ccc;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  a.page-numbers {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.75rem;
  }
}

span.page-numbers {
  font-size: 0.875rem;
  font-weight: 500;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  span.page-numbers {
    font-size: 0.75rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.page-numbers.prev,
.page-numbers.next {
  width: 4.5rem;
  height: 2.5rem;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-numbers.prev,
  .page-numbers.next {
    width: 3.125rem;
    height: 1.875rem;
  }
}

.page-numbers.prev:before {
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-left: 1px solid #1f1e84;
  border-bottom: 1px solid #1f1e84;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.page-numbers.next:after {
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-right: 1px solid #1f1e84;
  border-bottom: 1px solid #1f1e84;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.page-numbers.current {
  background-color: #26b6ea;
  color: #fff;
  border-radius: 50%;
}

.c-section-title {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1f1e84;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 2rem;
  }
}

.c-section-title--news {
  font-size: 2.25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-section-title--news {
    text-align: center;
    font-size: 2rem;
  }
}

.c-section-title__img {
  width: 100%;
  width: 6.0625rem;
  aspect-ratio: 97/43;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-section-title__img {
    width: 3.5rem;
  }
}

.c-section-title2 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1f1e84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-section-title2 {
    font-size: 1.25rem;
    gap: 0.75rem;
  }
}
.c-section-title2:before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #1f1e84;
}
@media screen and (max-width: 768px) {
  .c-section-title2:before {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}

.c-single {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-single {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }
}

.c-single__inner {
  max-width: 56.25rem;
}

.c-single__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
  border-left: 0.5rem solid #1f1e84;
}
@media screen and (max-width: 768px) {
  .c-single__title {
    font-size: 1.25rem;
  }
}

.c-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-single__meta {
    gap: 1rem;
  }
}

.c-single__date {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-single__date {
    font-size: 1rem;
  }
}

.c-single__category {
  display: grid;
  place-items: center;
  min-width: 6.25rem;
  height: 1.5625rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #8a8888;
  padding: 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-single__category {
    font-size: 0.875rem;
  }
}
.c-single__category--news {
  background-color: #2466bd;
}
.c-single__category--recruit {
  background-color: #66cf5c;
}
.c-single__category--others {
  background-color: #8a8888;
}

.c-single__content {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-single__content {
    font-size: 0.9375rem;
  }
}

.c-single__page-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}

.c-single__page-link--prev {
  width: 40%;
  text-align: left;
}

.c-single__page-link--next {
  width: 40%;
  text-align: right;
}

.c-single__page-link-archive {
  display: inline-block;
  margin-top: 2.8125rem;
}

.c-single__btn {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-single__btn {
    margin-top: 2.5rem;
  }
}

.c-single__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-single__content p {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.c-single__content figure {
  margin-top: 2rem;
}

.c-single__content h2 {
  border-bottom: 0.3125rem double #1f1e84;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-single__content h2 {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.c-single__content h3 {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1f1e84;
}
@media screen and (max-width: 768px) {
  .c-single__content h3 {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.c-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 0.875rem;
  }
}

.p-contact {
  padding: 6rem 0 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 5rem 0;
  }
}

.p-contact__text {
  width: 100%;
  max-width: 56.25rem;
  margin-inline: auto;
}

.p-contact__text a {
  text-decoration: underline;
  color: #ff4466;
  position: relative;
  margin-right: 1.5rem;
}
.p-contact__text a:after {
  display: block;
  content: "";
  width: 1rem;
  height: auto;
  aspect-ratio: 32/37;
  background: url(../images/common/pdf-icon-red.svg) center top/cover no-repeat;
  position: absolute;
  top: 50%;
  right: -0.25rem;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}

.p-contact__content {
  width: 100%;
  max-width: 56.25rem;
  margin-inline: auto;
  padding: 3.5rem 5rem 5rem 5rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(61, 94, 72, .1);
          box-shadow: 0 0 1.25rem rgba(61, 94, 72, .1);
  border-radius: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__content {
    padding: 2rem 1rem;
  }
}

.p-contact__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #1f1e84;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 1.125rem;
  }
}

.p-contact__form {
  width: 100%;
  margin-inline: auto;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 2.5rem;
  }
}

.p-facility-care {
  background: url(../images/facility/care-bg.webp) center top/cover no-repeat;
  padding: 7.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-facility-care {
    padding: 3.5rem 0;
  }
}

.p-facility-care__content {
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0 0 20px rgba(61, 94, 72, .1);
          box-shadow: 0 0 20px rgba(61, 94, 72, .1);
  padding: 5rem 3.125rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-facility-care__content {
    padding: 2.5rem 1rem;
  }
}

.p-facility-care__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
  padding-bottom: 0.375rem;
  padding-left: 0.4375rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-facility-care__head {
    margin-top: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
  }
}

.p-facility-care__ok {
  width: 1.1875rem;
  height: 1.1875rem;
  border: 0.1875rem solid #26b6ea;
  border-radius: 50%;
  content: "";
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-facility-care__ok {
    width: 1rem;
    height: 1rem;
  }
}

.p-facility-care__ng {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-facility-care__ng {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.p-facility-care__ng::before,
.p-facility-care__ng::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.375rem;
  height: 0.125rem;
  background-color: #ff4466;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 768px) {
  .p-facility-care__ng::before,
  .p-facility-care__ng::after {
    width: 1.125rem;
  }
}

.p-facility-care__ng::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-facility-care__ng::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-facility-care__head-text {
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-care__head-text {
    font-size: 0.875rem;
  }
}

.p-facility-care__head .p-facility-care__ng {
  margin-left: 2rem;
}

.p-facility-care__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  padding: 0rem 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-facility-care__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding: 0;
  }
}

.p-facility-care__column {
  width: 21.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-facility-care__column {
    width: 100%;
    max-width: 25rem;
  }
}

.p-facility-care__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-facility-care__item {
    gap: 0.75rem;
  }
}

.p-facility-care__item dt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-facility-care__item dt {
    font-size: 0.875rem;
  }
}

.p-facility-care__item dd {
  white-space: nowrap;
}

.p-facility-care__dotted-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dashed #ccc;
  height: 1px;
}

.p-facility-care__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-care__text {
    margin-top: 2rem;
    font-size: 0.75rem;
  }
}

.p-facility-flow {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-facility-flow {
    padding: 3.5rem 0;
  }
}

.p-facility-flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-facility-flow__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 2.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
  }
}
.p-facility-flow__items::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-image: radial-gradient(circle, #ccc 0.1875rem, transparent 0.1875rem);
  background-size: 0.875rem 0.375rem;
  background-repeat: repeat-x;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 2s ease-out 1s;
  transition: -webkit-clip-path 2s ease-out 1s;
  transition: clip-path 2s ease-out 1s;
  transition: clip-path 2s ease-out 1s, -webkit-clip-path 2s ease-out 1s;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-facility-flow__items::before {
    top: 0;
    left: 50%;
    width: 0.375rem;
    height: 100%;
    background-image: radial-gradient(circle, #ccc 0.1875rem, transparent 0.1875rem);
    background-size: 0.375rem 0.875rem;
    background-repeat: repeat-y;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
.p-facility-flow__items.is-lineShown::before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-facility-flow__item {
  width: 14.125rem;
  height: 27.625rem;
  padding: 2rem 1.0625rem 1.75rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-facility-flow__item {
    padding: 1rem 1.25rem;
    width: 100%;
    max-width: 25rem;
    height: auto;
    height: initial;
  }
}

.p-facility-flow__item:nth-of-type(1) {
  background-color: #e8f8ff;
}

.p-facility-flow__item:nth-of-type(2) {
  background-color: #cdeffc;
}

.p-facility-flow__item:nth-of-type(3) {
  background-color: #069ed5;
}

.p-facility-flow__item:nth-of-type(4) {
  background-color: #0060ba;
}

.p-facility-flow__item:nth-of-type(1) .p-facility-flow__item-title,
.p-facility-flow__item:nth-of-type(2) .p-facility-flow__item-title {
  color: #1f1e84;
}

.p-facility-flow__item:nth-of-type(3) .p-facility-flow__item-title,
.p-facility-flow__item:nth-of-type(4) .p-facility-flow__item-title {
  color: #fff;
}

.p-facility-flow__item-title {
  text-align: center;
}

.p-facility-flow__item-subtitle {
  font-family: "Bellota Text", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-facility-flow__item-subtitle {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-facility-flow__item-subtitle span {
  font-family: "Bellota Text", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.p-facility-flow__item-maintitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-facility-flow__item-maintitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0.5rem;
  }
}
.p-facility-flow__item-maintitle:before {
  display: block;
  content: "";
  width: 4.375rem;
  height: 4.375rem;
  background: url(../images/facility/flow-icon01.webp) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-facility-flow__item-maintitle:before {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.p-facility-flow__item:nth-of-type(1) .p-facility-flow__item-maintitle::before {
  background: url(../images/facility/flow-icon01.webp) center top/cover no-repeat;
}

.p-facility-flow__item:nth-of-type(2) .p-facility-flow__item-maintitle::before {
  background: url(../images/facility/flow-icon02.webp) center top/cover no-repeat;
}

.p-facility-flow__item:nth-of-type(3) .p-facility-flow__item-maintitle::before {
  background: url(../images/facility/flow-icon03.webp) center top/cover no-repeat;
}

.p-facility-flow__item:nth-of-type(4) .p-facility-flow__item-maintitle::before {
  background: url(../images/facility/flow-icon04.webp) center top/cover no-repeat;
}

.p-facility-flow__item:nth-of-type(5) .p-facility-flow__item-maintitle::before {
  background: url(../images/facility/flow-icon05.webp) center top/cover no-repeat;
}

.p-facility-flow__item:nth-of-type(6) .p-facility-flow__item-maintitle::before {
  background: url(../images/facility/flow-icon06.webp) center top/cover no-repeat;
}

.p-facility-flow__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-facility-flow__item-text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-facility-flow__item:nth-of-type(1) .p-facility-flow__item-text,
.p-facility-flow__item:nth-of-type(2) .p-facility-flow__item-text {
  color: #333;
}

.p-facility-flow__item:nth-of-type(3) .p-facility-flow__item-text,
.p-facility-flow__item:nth-of-type(4) .p-facility-flow__item-text {
  color: #fff;
}

.p-facility-flow__item-link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #ff4466;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ff4466;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  width: 70%;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-facility-flow__item-link {
    margin-top: 1rem;
    width: 7.5rem;
  }
}
.p-facility-flow__item-link:before {
  display: block;
  content: "";
  width: 1.125rem;
  height: 0.8125rem;
  background: url(../images/common/mail-icon03.svg) center top/cover no-repeat;
}

.p-facility-guide {
  background: url(../images/common/bg02.webp) center top/cover no-repeat;
  padding-top: 7.5rem;
  padding-bottom: 9.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-facility-guide {
    padding: 3.5rem 0;
  }
}

.p-facility-guide__content {
  max-width: 64.125rem;
  width: 100%;
  margin-top: 5rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.p-facility-guide__content:after {
  display: block;
  content: "";
  width: 100%;
  max-width: 62.5rem;
  aspect-ratio: 1196/1162;
  background: url(../images/facility/guide-blur.webp) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__content {
    margin-top: 1.375rem;
  }
}

.p-facility-guide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
  margin-right: 7.875rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__flex {
    margin-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.875rem;
  }
}

.p-facility-guide__flex:last-child {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__flex:last-child {
    margin-top: 3.375rem;
  }
}

.p-facility-guide__img {
  position: relative;
  z-index: 1;
}
.p-facility-guide__img:after {
  display: block;
  content: "";
  background: url(../images/facility/guide-circle01.webp) center center/cover no-repeat;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-facility-guide__img--1 {
    width: 54.8286604361%;
  }
}
.p-facility-guide__img--1:after {
  width: 17.6875rem;
  height: 17.6875rem;
  left: -2.3125rem;
  bottom: -4.8125rem;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__img--1:after {
    width: 62.5%;
    height: auto;
    aspect-ratio: 1/1;
    left: -8.5%;
    bottom: -8%;
  }
}

.p-facility-guide__img--2 {
  margin-top: 6.9375rem;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__img--2 {
    margin-top: 2.6875rem;
    width: 45.1713395639%;
  }
}
.p-facility-guide__img--2:after {
  width: 12.5rem;
  height: 12.5rem;
  top: -5.375rem;
  right: -3.9375rem;
  left: auto;
  left: initial;
  bottom: auto;
  bottom: initial;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__img--2:after {
    width: 53.7931034483%;
    height: auto;
    aspect-ratio: 1/1;
    top: -35%;
    right: -17%;
  }
}

.p-facility-guide__img--3 {
  margin-top: 2.6875rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__img--3 {
    margin-top: 1.125rem;
  }
}
.p-facility-guide__img--3:after {
  width: 17.6875rem;
  height: 17.6875rem;
  left: -3.125rem;
  bottom: -4.5625rem;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__img--3:after {
    width: 75.625%;
    height: auto;
    aspect-ratio: 1/1;
    left: -13%;
    bottom: -8%;
  }
}

.p-facility-guide__img--4 {
  width: 50%;
}
.p-facility-guide__img--4:after {
  width: 17.6875rem;
  height: 17.6875rem;
  top: -3.75rem;
  right: -5rem;
  left: auto;
  left: initial;
  bottom: auto;
  bottom: initial;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__img--4:after {
    width: 75.625%;
    height: auto;
    aspect-ratio: 1/1;
    top: -21%;
    right: -21%;
  }
}

.p-facility-guide__img img {
  width: 23.3125rem;
  aspect-ratio: 372/240;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__img img {
    width: 100%;
  }
}

.p-facility-guide__img--1 img {
  width: 28.3125rem;
  aspect-ratio: 453/292;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__img--1 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-guide__img--2 img {
    width: 100%;
  }
}

.p-facility-guide__img figcaption {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__img figcaption {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}

.p-facility-guide__map {
  display: block;
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc(50% - 50vw);
    padding-bottom: 1rem;
  }
}

.p-facility-guide__map img {
  width: 100%;
  max-width: 62.5rem;
  aspect-ratio: 999/162.5;
}
@media screen and (max-width: 768px) {
  .p-facility-guide__map img {
    width: 40rem;
  }
}
@media screen and (max-width: 680px) {
  .p-facility-guide__map img {
    aspect-ratio: 1019/162;
  }
}

.p-facility-guide__leaves {
  width: 100%;
  max-width: 87.625rem;
  aspect-ratio: 1402.6/660.92;
  position: absolute;
  bottom: 14.6875rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-facility-link {
  padding-top: 3.5rem;
}

.p-facility-link__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1rem 0;
  border: 1px solid #26b6ea;
}
@media screen and (max-width: 550px) {
  .p-facility-link__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.p-facility-link__item {
  width: 16.6666666667%;
  border-right: 1px solid #26b6ea;
}
@media screen and (max-width: 550px) {
  .p-facility-link__item {
    width: 33.3333333333%;
  }
}

@media screen and (max-width: 550px) {
  .p-facility-link__item:nth-of-type(3) {
    border-right: none;
  }
}

@media screen and (max-width: 550px) {
  .p-facility-link__item:nth-of-type(1),
  .p-facility-link__item:nth-of-type(2),
  .p-facility-link__item:nth-of-type(3) {
    border-bottom: 1px solid #26b6ea;
  }
}

.p-facility-link__item:last-of-type {
  border-right: none;
}

.p-facility-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #26b6ea;
  padding-top: 0.9375rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .p-facility-link__item a {
    font-size: 0.875rem;
    height: 6.875rem;
  }
}
@media screen and (max-width: 550px) {
  .p-facility-link__item a {
    padding-bottom: 0.9375rem;
  }
}
.p-facility-link__item a:before {
  display: block;
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  background: url(../images/facility/link-icon01.webp) center top/cover no-repeat;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .p-facility-link__item a:before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-facility-link__item a:after {
  display: block;
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url(../images/common/arrow-down.svg) center top/cover no-repeat;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-facility-link__item a:after {
    width: 0.75rem;
    height: 0.375rem;
  }
}

.p-facility-link__item:nth-of-type(1) a::before {
  background: url(../images/facility/link-icon01.webp) center top/cover no-repeat;
}

.p-facility-link__item:nth-of-type(2) a::before {
  background: url(../images/facility/link-icon02.webp) center top/cover no-repeat;
}

.p-facility-link__item:nth-of-type(3) a::before {
  background: url(../images/facility/link-icon03.webp) center top/cover no-repeat;
}

.p-facility-link__item:nth-of-type(4) a::before {
  background: url(../images/facility/link-icon04.webp) center top/cover no-repeat;
}

.p-facility-link__item:nth-of-type(5) a::before {
  background: url(../images/facility/link-icon05.webp) center top/cover no-repeat;
}

.p-facility-link__item:nth-of-type(6) a::before {
  background: url(../images/facility/link-icon06.webp) center top/cover no-repeat;
}

.p-facility-overview {
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-facility-overview {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
  }
}

.p-facility-overview__content {
  margin-top: 2.5rem;
  padding: 5rem;
  -webkit-box-shadow: 0 0 20px rgba(61, 94, 72, .1);
          box-shadow: 0 0 20px rgba(61, 94, 72, .1);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-facility-overview__content {
    padding: 2rem 1rem;
    margin-top: 1.5rem;
  }
}

.p-facility-overview__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-facility-overview__items {
    gap: 1.5rem;
  }
}

.p-facility-overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 0.125rem solid #ccc;
  position: relative;
}
.p-facility-overview__item:after {
  display: block;
  content: "";
  width: 21.0752688172%;
  height: 0.125rem;
  background-color: #1f1e84;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .p-facility-overview__item:after {
    width: 27.5%;
    gap: 0.625rem;
  }
}

.p-facility-overview__term {
  width: 21.0752688172%;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-overview__term {
    width: 27.5%;
    font-size: 1rem;
  }
}

.p-facility-overview__description {
  width: 78.9247311828%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-overview__description {
    width: 72.5%;
    font-size: 1rem;
    font-weight: 400;
  }
}

.p-facility-overview__img {
  margin-top: 7.5rem;
  width: 100%;
  aspect-ratio: 1440/480;
}
@media screen and (max-width: 768px) {
  .p-facility-overview__img {
    margin-top: 3.5rem;
  }
}

.p-facility-price {
  padding: 7.5rem 0;
  background: url(../images/common/bg.webp) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-facility-price {
    padding: 3.5rem 0;
  }
}

.p-facility-price__head-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-facility-price__head-text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-facility-price__content {
  margin-top: 1.5rem;
  background-color: #fff;
  padding: 5rem;
  -webkit-box-shadow: 0 0 20px rgba(61, 94, 72, .1);
          box-shadow: 0 0 20px rgba(61, 94, 72, .1);
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-facility-price__content {
    margin-top: 1rem;
    padding: 2.5rem 1rem;
  }
}
.p-facility-price__content:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 4.625rem 0 4.625rem;
  border-color: #b1ddec transparent transparent transparent;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-facility-price__content:after {
    border-width: 1.9375rem 3.5625rem 0 3.5625rem;
    bottom: -1rem;
  }
}

.p-facility-price__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-facility-price__items {
    gap: 2.5rem;
  }
}

.p-facility-price__item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-facility-price__item {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-facility-price__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-facility-price__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.p-facility-price__item-tag {
  display: grid;
  place-items: center;
  width: 4.75rem;
  height: 2.3125rem;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  background-color: #1f1e84;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-facility-price__item-tag {
    width: 100%;
    height: 1.625rem;
    font-size: 0.875rem;
  }
}

.p-facility-price__item-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-price__item-title {
    font-size: 1rem;
  }
}

.p-facility-price__item-comment {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-price__item-comment {
    font-size: 0.75rem;
  }
}

.p-facility-price__table {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-facility-price__table {
    display: block;
    width: 100%;
    max-width: 25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-price__table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-price__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-facility-price__table,
.p-facility-price__table td,
.p-facility-price__table th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.p-facility-price__table td {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-price__table td {
    font-size: 0.75rem;
  }
}

.p-facility-price__table td span {
  font-family: "Bellota Text", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-price__table td span {
    font-size: 1.125rem;
  }
}

.p-facility-price__table-tr1 th:first-of-type {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .p-facility-price__table-tr1 th:first-of-type {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-price__table-tr1 {
    width: 33.00330033%;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-price__table-tr2 {
    width: 66.99669967%;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-price__table-tr1.p-facility-price__table-tr1--2 {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-price__table-tr2.p-facility-price__table-tr2--2 {
    width: 35%;
  }
}

.p-facility-price__table-tr1 th {
  width: 8.75rem;
  height: 2.6875rem;
  background-color: #26b6ea;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-facility-price__table-tr1 th {
    width: 100%;
    height: 2.3125rem;
    font-size: 0.875rem;
    line-height: 2.3125rem;
  }
}

.p-facility-price__table-tr2 th {
  width: 9.375rem;
  height: 3.125rem;
  text-align: center;
  background-color: #26b6ea;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-facility-price__table-tr2 th {
    width: 100%;
    height: 2.3125rem;
    font-size: 0.875rem;
    line-height: 2.3125rem;
  }
}

.p-facility-price__table-tr2 td {
  width: 8.75rem;
  height: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-facility-price__table-tr2 td {
    width: 100%;
    height: 2.3125rem;
  }
}

.p-facility-price__table-tr1 th.p-facility-price__table-th--blue {
  background-color: #0785b3;
}

@media screen and (max-width: 768px) {
  .p-facility-price__table-tr2 th.p-facility-price__table-th--blue2 {
    background-color: #0785b3;
  }
}

.p-facility-price__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-facility-price__text {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}

.p-facility-price__list {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-facility-price__list {
    margin-top: 1rem;
    gap: 0;
  }
}

.p-facility-price__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 28.125rem;
}
@media screen and (max-width: 768px) {
  .p-facility-price__list-item {
    width: 100%;
    max-width: 25rem;
  }
}

.p-facility-price__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-facility-price__list-item dd {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-price__list-item dd {
    font-size: 0.875rem;
  }
}

.p-facility-price__list-item dd span {
  font-family: "Bellota Text", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-price__list-item dd span {
    font-size: 1.3125rem;
  }
}

.p-facility-price__list-item dt,
.p-facility-price__list-item dd {
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-price__list-item dt,
  .p-facility-price__list-item dd {
    font-size: 0.875rem;
  }
}

.p-facility-price__dotted-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dashed #ccc;
  height: 1px;
}

.p-facility-price__content2 {
  padding: 2.5rem 5rem;
  margin-top: 5.4375rem;
  width: 38.125rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(61, 94, 72, .1);
          box-shadow: 0 0 20px rgba(61, 94, 72, .1);
  border-radius: 1rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-facility-price__content2 {
    margin-top: 3.875rem;
    padding: 2.5rem 1rem;
    width: 100%;
    max-width: 38.125rem;
  }
}

.p-facility-price__content2-title {
  position: relative;
}
.p-facility-price__content2-title:after {
  display: block;
  content: "";
  width: 4.375rem;
  height: 5.4375rem;
  background: url(../images/facility/price-icon.webp) center top/cover no-repeat;
  position: absolute;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-facility-price__content2-title:after {
    width: 3.125rem;
    height: 3.875rem;
  }
}

.p-facility-price__content2-maintitle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-price__content2-maintitle {
    font-size: 1.25rem;
  }
}

.p-facility-price__content2-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-facility-price__content2-subtitle {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}

.p-facility-price__list-item--total {
  border-top: 1px solid #333;
  padding-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1f1e84;
}
@media screen and (max-width: 768px) {
  .p-facility-price__list-item--total {
    padding: 0.25rem;
  }
}

.p-facility-price__list-item--total dt {
  font-weight: 700;
}

.p-facility-price__list-item--total dd {
  font-weight: 700;
}

.p-facility-price__list-item--total dd span {
  font-weight: 700;
}

.p-facility-schedule {
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule {
    padding-top: 3.5rem;
    background-color: #eef5f8;
  }
}

.p-facility-schedule__content {
  width: 100%;
  background-color: #eef5f8;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  padding: 2.5rem 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__content {
    margin: 0 calc(50% - 50vw);
    margin-top: 0;
    width: 100vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    border-radius: 0;
    border-radius: initial;
  }
}

.p-facility-schedule__wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__wrap {
    width: 100%;
    max-width: 30.9375rem;
    margin-inline: auto;
  }
}

.p-facility-schedule__line {
  width: 0.125rem;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 6.1875rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__line {
    left: 3.8125rem;
  }
}

.p-facility-schedule__line2 {
  width: 0.125rem;
  height: 100%;
  background-color: #1f1e84;
  -webkit-transform-origin: top;
          transform-origin: top;
  position: absolute;
  left: 6.1875rem;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__line2 {
    left: 3.8125rem;
  }
}

.p-facility-schedule__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__steps {
    gap: 1rem;
  }
}

.p-facility-schedule__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.p-facility-schedule__step:nth-of-type(5) {
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__step:nth-of-type(5) {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-facility-schedule__horizontal {
  display: inline-block;
  width: 2.75rem;
  height: 0.125rem;
  margin-top: 1.03125rem;
  background-color: #1f1e84;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__horizontal {
    width: 1.375rem;
    margin-top: 0.71875rem;
  }
}

.p-facility-schedule__step:nth-child(even) .p-facility-schedule__horizontal {
  width: 34.375rem;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__step:nth-child(even) .p-facility-schedule__horizontal {
    width: 1.375rem;
  }
}

.p-facility-schedule__dot {
  width: 0.875rem;
  height: 0.875rem;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  left: 6.1875rem;
  top: 1.03125rem;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__dot {
    width: 0.625rem;
    height: 0.625rem;
    left: 3.8125rem;
    top: 0.71875rem;
  }
}

.p-facility-schedule__time {
  display: inline-block;
  width: 4.8125rem;
  padding: 0.1875rem 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #1f1e84;
  border-radius: 0.1875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__time {
    width: 3.125rem;
    font-size: 0.75rem;
  }
}
.p-facility-schedule__time:after {
  display: block;
  content: "";
  width: 2.75rem;
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: 1.03125rem;
  background-color: #ccc;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__time:after {
    width: 1.375rem;
    top: 0.71875rem;
  }
}

.p-facility-schedule__step:nth-child(even) .p-facility-schedule__time:after {
  width: 34.375rem;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__step:nth-child(even) .p-facility-schedule__time:after {
    width: 1.375rem;
  }
}

.p-facility-schedule__step-body {
  width: 26.4375rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__step-body {
    width: calc(100% - 4.5rem);
    max-width: 26.4375rem;
    padding: 0.5rem;
    min-height: 5.875rem;
  }
}
.p-facility-schedule__step-body:before {
  display: block;
  content: "";
  width: 5.625rem;
  height: 5.625rem;
  background: url(../images/facility/schedule-icon01.webp) center top/cover no-repeat;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__step-body:before {
    width: 4.6875rem;
    height: 4.6875rem;
    right: 0.5rem;
    top: 0.5rem;
  }
}

.p-facility-schedule__step:nth-of-type(1) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon01.webp) center top/cover no-repeat;
}

.p-facility-schedule__step:nth-of-type(2) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon02.webp) center top/cover no-repeat;
}

.p-facility-schedule__step:nth-of-type(3) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon03.webp) center top/cover no-repeat;
}

.p-facility-schedule__step:nth-of-type(4) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon04.webp) center top/cover no-repeat;
}

.p-facility-schedule__step:nth-of-type(5) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon05.webp) center top/cover no-repeat;
}

.p-facility-schedule__step:nth-of-type(6) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon06.webp) center top/cover no-repeat;
}

.p-facility-schedule__step:nth-of-type(7) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon07.webp) center top/cover no-repeat;
}

.p-facility-schedule__step:nth-of-type(8) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon08.webp) center top/cover no-repeat;
}

.p-facility-schedule__step:nth-of-type(9) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon09.webp) center top/cover no-repeat;
}

.p-facility-schedule__step:nth-of-type(10) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon10.webp) center top/cover no-repeat;
}

.p-facility-schedule__step:nth-of-type(11) .p-facility-schedule__step-body::before {
  background: url(../images/facility/schedule-icon11.webp) center top/cover no-repeat;
}

.p-facility-schedule__step-title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1f1e84;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__step-title {
    font-size: 1rem;
  }
}

.p-facility-schedule__step-text {
  width: 17.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__step-text {
    font-size: 0.75rem;
    margin-top: 0.1875rem;
    width: calc(100% - 5.875rem);
  }
}

.p-facility-schedule__slider {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-facility-schedule__slider {
    margin-top: 0;
  }
}

.p-footer {
  position: relative;
  background-color: #1f1e84;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}
.p-footer:before {
  display: block;
  content: "";
  width: 100%;
  height: 6.6875rem;
  background: url(../images/common/footer-wave.svg) center top/cover no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-footer:before {
    height: 3.5rem;
    background: url(../images/common/footer-wave-sp.svg) center top/cover no-repeat;
  }
}

.p-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__logo {
  display: block;
  width: 20rem;
  aspect-ratio: 320/67;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    width: 15rem;
  }
}

.p-footer__info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__info-items {
    margin-top: 1rem;
    font-size: 0.75rem;
  }
}

.p-footer__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-footer__info-item dt {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__info-item dt {
    width: 3rem;
  }
}

.p-footer__insta {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-footer__insta {
    margin-top: 0.75rem;
    font-size: 0.75rem;
  }
}
.p-footer__insta:before {
  display: block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/common/insta-icon.svg) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-footer__insta:before {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-footer__right {
  margin-top: 5.25rem;
}
@media screen and (max-width: 768px) {
  .p-footer__right {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0.625rem;
  gap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-footer__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.25rem 3rem;
    width: 15.625rem;
    padding-right: 0;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-footer__item {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__item {
    font-size: 0.75rem;
  }
}
.p-footer__item:before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.8125rem;
  background: url(../images/common/arrow02.svg) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-footer__item:before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.p-footer__contact {
  background-color: #fff;
  width: 34.3125rem;
  border-radius: 1rem;
  padding: 0.8125rem 1.25rem 1.125rem 1.25rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__contact {
    width: 20.9375rem;
    padding: 0.5rem 1rem 0.75rem 1rem;
    margin-inline: auto;
    margin-top: 2.5rem;
  }
}

.p-footer__contact-head {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.375rem;
  padding-left: 0.3125rem;
  border-bottom: 1px solid #1f1e84;
  color: #1f1e84;
}
@media screen and (max-width: 768px) {
  .p-footer__contact-head {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
    text-align: center;
  }
}

.p-footer__contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .p-footer__contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__tel-link.p-header__tel-link--footer {
  margin-left: 0;
}

.p-header__sp-contact-btn.p-header__sp-contact-btn--footer {
  width: 15rem;
  max-width: none;
  max-width: initial;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-header__sp-contact-btn.p-header__sp-contact-btn--footer {
    margin-top: 0.8125rem;
  }
}

.p-footer__copyright {
  font-family: "Bellota Text", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    margin-top: 3.5rem;
  }
}

.p-footer__to-top {
  position: absolute;
  top: -1.75rem;
  right: 3rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 1.75rem;
  font-weight: 500;
  color: #26b6ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__to-top {
    font-size: 0.875rem;
    top: -0.625rem;
    right: 1.25rem;
  }
}
.p-footer__to-top:before {
  display: block;
  content: "";
  width: 5.4375rem;
  height: 2.5rem;
  background: url(../images/common/arrow-top.svg) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-footer__to-top:before {
    width: 2.6875rem;
    height: 1.25rem;
  }
}
.p-header {
  height: 4.75rem;
  display: block;
  z-index: 999;
  position: fixed;
  top: 2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 4.6875rem);
  background-color: rgba(255, 255, 255, .9);
  border-radius: 50vh;
  max-width: 120rem;
  margin-inline: auto;
  padding: 0 0.75rem 0 2.5rem;
  -webkit-box-shadow: 0 4px 8px rgba(85, 85, 85, .1);
          box-shadow: 0 4px 8px rgba(85, 85, 85, .1);
}
@media screen and (max-width: 1240px) {
  .p-header {
    width: calc(100% - 2.5rem);
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    width: calc(100% - 1.25rem);
    height: 3.125rem;
    padding: 0 0.4375rem 0 1rem;
    top: 1rem;
  }
  .p-header.is-open {
    border-radius: 1.875rem 1.875rem 0 0;
  }
}

.p-header__inner {
  height: 100%;
}

.p-header__flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  margin-left: -0.25rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    margin-left: 0;
  }
}

.p-header__logo a {
  display: block;
  width: 100%;
  max-width: 16.25rem;
  aspect-ratio: 260/68;
}
@media screen and (max-width: 768px) {
  .p-header__logo a {
    max-width: 8.75rem;
  }
}

.p-header__pc-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__pc-nav {
    display: none;
  }
}

.p-header__pc-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__pc-item {
  height: 100%;
}

.p-header__pc-item a {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 4.75rem;
  padding: 0 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1240px) {
  .p-header__pc-item a {
    font-size: 1rem;
  }
}

.p-header__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  gap: 0.25rem;
  margin-left: 1rem;
}
@media screen and (max-width: 1240px) {
  .p-header__tel-link {
    margin-left: 0.5rem;
  }
}

.p-header__tel {
  font-family: "Bellota Text", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #1f1e84;
  -webkit-text-stroke: 1px #1f1e84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.p-header__tel:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/common/tel-icon.svg) center top/cover no-repeat;
}

.p-header__tel-time {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}

.p-header__pc-contact-btn {
  margin-left: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 11.1875rem;
  height: 3.125rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #1f1e84;
  border-radius: 50vh;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
@media screen and (max-width: 1240px) {
  .p-header__pc-contact-btn {
    margin-left: 1rem;
  }
}
.p-header__pc-contact-btn:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/common/mail-icon.svg) center top/cover no-repeat;
}

@media (hover: hover) {
  .p-header__pc-contact-btn:hover {
    border: 1px solid #fff;
    opacity: 1;
  }
  .p-header__pc-item a:hover {
    color: #1f1e84;
    opacity: 1;
    font-size: 1.1875rem;
  }
}
@media screen and (hover: hover) and (max-width: 1240px) {
  .p-header__pc-item a:hover {
    font-size: 1.0625rem;
  }
}
.p-header__sp-nav {
  padding: 0 1.75rem;
  width: 100%;
}

.p-header__sp-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 1.5rem;
}

.p-header__sp-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem 1.25rem 1rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 150%;
}
.p-header__sp-item a:after {
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-right: 1px solid #1f1e84;
  border-bottom: 1px solid #1f1e84;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0.25rem;
}

.p-header__tel-time--sp {
  text-align: center;
  color: #1f1e84;
}

.p-header__pc-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 2rem;
}

.p-header__sp-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 18.75rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background-color: #26b6ea;
  border-radius: 50vh;
  gap: 0.75rem;
  -webkit-box-shadow: 0px 4px 0px 0px #1692bf;
          box-shadow: 0px 4px 0px 0px #1692bf;
  margin-top: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__sp-contact-btn:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/common/mail-icon.svg) center top/cover no-repeat;
}

@media (hover: hover) {
  .p-header__sp-contact-btn--footer:hover {
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* ハンバーガー */
/* SPメニュー表示切替 */
.p-header__sp-global-menu {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.4s ease, opacity 0.1s ease;
  transition: height 0.4s ease, opacity 0.1s ease;
  position: fixed;
  top: 3.125rem;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 0 0 1.875rem 1.875rem;
  -webkit-box-shadow: 0 4px 8px rgba(85, 85, 85, .1);
          box-shadow: 0 4px 8px rgba(85, 85, 85, .1);
}
.p-header__sp-global-menu.is-active {
  display: block;
  opacity: 1;
  height: calc(100vh - 5.625rem);
  z-index: 100;
}
.p-header__sp-global-menu.is-closing {
  opacity: 0;
}

.no-scroll {
  overflow: hidden;
}

/* メニューリストの初期状態（非表示） */
.p-header__sp-item {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

/* 表示状態 */
.p-header__sp-item.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-news__tab-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 50rem;
  margin-inline: auto;
}
.p-news__tab-item {
  width: 23%;
}

.p-news__tab-item a {
  background-color: #fff;
  border: 1px solid #1f1e84;
  color: #1f1e84;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.5rem 0.5rem;
  text-align: center;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-news__tab-item a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .p-news__tab-item a {
    padding: 0.5rem 0.25rem;
    font-size: 0.75rem;
  }
}
.p-news__tab-item a:hover {
  background-color: #1f1e84;
  color: #fff;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
  opacity: 1;
}

.p-news__tab-item.active a {
  background-color: #1f1e84;
  color: #fff;
}

.p-news-archive {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-news-archive {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.p-news-archive__items {
  margin-inline: auto;
  margin-top: 5rem;
}

.p-top-news__news-noitem.p-archive-news__noitem {
  text-align: center;
  margin-top: 2.5rem;
}

.p-part-cta__wave-top {
  background: url(../images/common/contact-wave.svg) center top/cover no-repeat;
  aspect-ratio: 1920/275;
  height: 17.1875rem;
  width: 100%;
  padding-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-part-cta__wave-top {
    padding-top: 0;
    height: auto;
    aspect-ratio: 375/71;
    background: url(../images/common/contact-wave-sp.svg) center top/cover no-repeat;
    height: 6.9375rem;
  }
}

.p-parts-cta__title {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1f1e84;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__title {
    font-size: 1.5rem;
    margin-top: -0.5rem;
  }
}

.p-parts-cta__top-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__top-items {
    gap: 0.5rem;
  }
}

.p-parts-cta__top-item {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #00c3b3;
  border-radius: 50vh;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__top-item {
    font-size: 0.75rem;
  }
}

.p-parts-cta__content {
  background-color: #eaf9ff;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__content {
    padding-top: 2rem;
    padding-bottom: 5.5rem;
  }
}

.p-parts-cta__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

.p-parts-cta__tel {
  width: 100%;
  max-width: 27.375rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 0px 10px rgba(60, 60, 60, .1);
          box-shadow: 0px 0px 10px rgba(60, 60, 60, .1);
  padding: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__tel {
    max-width: 20.9375rem;
    height: 6rem;
    padding: 0.75rem 2.5625rem 0.75rem 1.3125rem;
    border-radius: 1.125rem;
  }
}

.p-parts-cta__tel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__tel-body {
    gap: 1rem;
  }
}
.p-parts-cta__tel-body:before {
  display: block;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/common/tel-icon.svg) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__tel-body:before {
    width: 2rem;
    height: 2rem;
  }
}

.p-parts-cta__tel-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-parts-cta__tel__title {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__tel__title {
    font-size: 0.875rem;
  }
}

.p-parts-cta__tel__number {
  font-family: "Bellota Text", sans-serif;
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #1f1e84;
  -webkit-text-stroke: 1px #1f1e84;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__tel__number {
    font-size: 2rem;
  }
}

.p-parts-cta__tel__comment {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__tel__comment {
    font-size: 0.75rem;
    margin-top: 0.1875rem;
  }
}

.p-parts-cta__form {
  width: 100%;
  max-width: 27.375rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 0px 10px rgba(60, 60, 60, .1);
          box-shadow: 0px 0px 10px rgba(60, 60, 60, .1);
  padding: 2.4375rem 1.25rem 2.4375rem 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__form {
    max-width: 20.9375rem;
    height: 6rem;
    border-radius: 1.125rem;
    padding: 0.75rem 0.625rem 0.75rem 1.3125rem;
  }
}

.p-parts-cta__form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3125rem;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__form-title {
    font-size: 1.25rem;
  }
}
.p-parts-cta__form-title:before {
  display: block;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/common/mail-icon02.svg) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__form-title:before {
    width: 2rem;
    height: 2rem;
  }
}

.p-parts-cta__text {
  margin-top: 5rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__text {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}

.p-parts-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3125rem;
  width: 29.0625rem;
  height: 4.0625rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff4466;
  border-radius: 0.25rem;
  margin-top: 0.75rem;
  margin-inline: auto;
  -webkit-box-shadow: 0px 4px 0px #a43636;
          box-shadow: 0px 4px 0px #a43636;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__btn {
    margin-top: 0.5rem;
    width: 20.9375rem;
    height: 3.625rem;
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
  }
}
.p-parts-cta__btn:after {
  display: block;
  content: "";
  width: 2rem;
  height: 2.3125rem;
  background: url(../images/common/pdf-icon.svg) center top/cover no-repeat;
}

@media (hover: hover) {
  .p-parts-cta__btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
}
.p-parts-cta__comment {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-parts-cta__comment {
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }
}

.p-policy {
  padding-top: 3.5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-policy {
    padding-bottom: 10rem;
  }
}

.p-policy__content {
  width: 100%;
  max-width: 56.25rem;
  margin-inline: auto;
  padding: 5rem;
  -webkit-box-shadow: 0 0 20px rgba(61, 94, 72, .1);
          box-shadow: 0 0 20px rgba(61, 94, 72, .1);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-policy__content {
    padding: 2rem 1rem;
  }
}

.p-policy__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-policy__text {
    font-size: 0.875rem;
  }
}

.p-policy__section {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-policy__section {
    margin-top: 2rem;
  }
}

.p-policy__heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1f1e84;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-policy__heading {
    font-size: 1rem;
  }
}

.p-policy__items {
  list-style: inside;
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-policy__items {
    font-size: 0.875rem;
  }
}

.p-policy__item {
  padding-left: 1em;
}

.p-policy__definition {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-policy__definition {
    font-size: 0.875rem;
  }
}

.p-policy__definition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.p-policy__link {
  text-decoration: underline;
  color: #ff4466;
}

.p-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: calc(100vh - 11.25rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    min-height: calc(100vh - 10rem);
    text-align: left;
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}

.p-thanks__title {
  font-size: 1.5rem;
  color: #1f1e84;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__title {
    font-size: 1.125rem;
  }
}

.p-thanks__text {
  font-size: 1rem;
  margin-top: 1.875rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-thanks__text {
    font-size: 0.875rem;
  }
}

.p-thanks__text a {
  text-decoration: underline;
}

.p-thanks__link {
  display: block;
  font-size: 1rem;
  color: #1f1e84;
  text-decoration: underline;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-thanks__link {
    font-size: 0.875rem;
  }
}

.p-top-about {
  padding-top: 4.3125rem;
  padding-bottom: 9.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    margin-top: 11.6875rem;
    padding-top: 2.5rem;
    padding-bottom: 16.625rem;
  }
}

.p-top-about__img01 {
  position: absolute;
  top: -1.375rem;
  left: calc(50% + 12.8125rem);
  width: 50.4166666667%;
  max-width: 45.375rem;
  aspect-ratio: 726/465;
}
@media screen and (max-width: 768px) {
  .p-top-about__img01 {
    width: 80%;
    max-width: 18.75rem;
    left: 50%;
    bottom: 3.625rem;
    top: auto;
    top: initial;
  }
}

.p-top-about__img01 img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-about__img02 {
  position: absolute;
  bottom: 0;
  right: calc(50% + 9.6875rem);
  width: 49.0277777778%;
  max-width: 44.125rem;
  aspect-ratio: 706/498;
}
@media screen and (max-width: 768px) {
  .p-top-about__img02 {
    width: 80%;
    max-width: 18.75rem;
    right: calc(50% - 2.5rem);
    bottom: 0;
  }
}

.p-top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.p-top-about__title {
  text-align: center;
}

.p-top-about__main-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1f1e84;
}
@media screen and (max-width: 768px) {
  .p-top-about__main-title {
    font-size: 1.5rem;
  }
}

.p-top-about__sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__sub-title {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.p-top-about__text {
  width: 100%;
  max-width: 36.25rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 2.5rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-top-about__text {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1.5rem;
  }
}

.p-top-about__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__btn {
    margin-top: 1.5rem;
  }
}

.p-top-access {
  padding-top: 5rem;
  padding-bottom: 4.25rem;
  scroll-margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-top-access {
    padding-top: 1.75rem;
    padding-bottom: 5rem;
  }
}

.p-top-access__map {
  width: 100%;
  aspect-ratio: 1089/366;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-access__map {
    aspect-ratio: 335/366;
  }
}
@media screen and (max-width: 650px) {
  .p-top-access__map {
    aspect-ratio: 335/300;
  }
}
@media screen and (max-width: 540px) {
  .p-top-access__map {
    aspect-ratio: 335/366;
  }
}

.p-top-access__map iframe {
  border-radius: 2.5rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-access__map iframe {
    border-radius: 1.5rem;
  }
}

.p-top-access__items {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-access__items {
    margin-top: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    gap: 0.5rem;
  }
}

.p-top-access__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25.9375rem;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-access__item {
    width: 100%;
  }
}

.p-top-access__dt {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 1.5625rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #26b6ea;
  border-radius: 50vh;
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-access__dt {
    width: 4.8125rem;
    height: 1.1875rem;
    font-size: 0.875rem;
    line-height: 1;
    padding-bottom: 0.0625rem;
  }
}

.p-top-access__dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-access__dd {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.p-top-bg-wrap {
  background: url(../images/top/bg01.webp) center top/cover no-repeat;
}

.p-top-features {
  padding-top: 0.6875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-features {
    padding-top: 1.875rem;
  }
}

.p-top-features__title {
  text-align: center;
}

.p-top-features__sub-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  color: #555;
}
@media screen and (max-width: 768px) {
  .p-top-features__sub-title {
    font-size: 1.125rem;
  }
}

.p-top-features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
  gap: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__items {
    margin-top: 0;
    gap: 2.8125rem;
  }
}

.p-top-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-features__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-features__item-img {
  width: 100%;
  max-width: 31.8125rem;
  aspect-ratio: 509/382;
}
@media screen and (max-width: 768px) {
  .p-top-features__item-img {
    height: 100%;
    max-width: none;
    max-width: initial;
    margin-top: 0;
    aspect-ratio: 335/240;
  }
}

.p-top-features__item-img img {
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item-img img {
    border-radius: 1.5rem;
  }
}

.p-top-features__item:nth-of-type(1) .p-top-features__item-img {
  max-width: 27.8125rem;
  aspect-ratio: 445/666;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-of-type(1) .p-top-features__item-img {
    max-width: none;
    max-width: initial;
    aspect-ratio: 335/240;
  }
}

.p-top-features__item-body {
  padding-top: 1.5625rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-features__item-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top-features__item-body:after {
  content: "";
  position: absolute;
  width: 52.25rem;
  height: 43.1875rem;
  background: url(../images/top/feature-blur.webp) center top/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-features__item-body:after {
    padding-top: 82.67%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% + 2.5rem);
    height: 17.8125rem;
  }
}

.p-top-features__item:nth-of-type(1) .p-top-features__item-body {
  width: 35.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-of-type(1) .p-top-features__item-body {
    width: 100%;
  }
}
.p-top-features__item:nth-of-type(1) .p-top-features__item-body:after {
  top: -10.1875rem;
  left: -4.3125rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-of-type(1) .p-top-features__item-body:after {
    top: -2.375rem;
    left: 50%;
  }
}

.p-top-features__item:nth-of-type(2) .p-top-features__item-body {
  width: 31.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-of-type(2) .p-top-features__item-body {
    width: 100%;
  }
}
.p-top-features__item:nth-of-type(2) .p-top-features__item-body:after {
  top: -9.625rem;
  left: -10.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-of-type(2) .p-top-features__item-body:after {
    top: -1.375rem;
    left: 50%;
  }
}

.p-top-features__item:nth-of-type(3) .p-top-features__item-body {
  width: 31.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-of-type(3) .p-top-features__item-body {
    width: 100%;
  }
}
.p-top-features__item:nth-of-type(3) .p-top-features__item-body:after {
  top: -13.1875rem;
  left: -2.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item:nth-of-type(3) .p-top-features__item-body:after {
    top: -1.375rem;
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-top-features__item-body hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-features__item-subtitle {
  font-family: "Bellota Text", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #26b6ea;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-features__item-subtitle {
    font-size: 1.75rem;
  }
}

.p-top-features__item-subtitle span {
  font-size: 6.5rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-top-features__item-subtitle span {
    font-size: 3.75rem;
  }
}

.p-top-features__item-maintitle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1f1e84;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item-maintitle {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.p-top-features__item-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item-text {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.8;
    margin-top: 1rem;
    width: 100%;
    max-width: 31.875rem;
  }
}

.p-top-features__item-btn {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item-btn {
    margin-top: 2.5rem;
    margin-inline: auto;
  }
}

.p-top-features__item-comment {
  width: 100%;
  max-width: 25.5rem;
  aspect-ratio: 408/79;
  position: absolute;
  bottom: 5.4375rem;
  left: -11rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__item-comment {
    display: none;
  }
}

.p-top-features__bottom {
  margin-top: 12.5rem;
  background: url(../images/top/feature-bg.webp) center top/cover no-repeat;
  aspect-ratio: 1440/658.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-features__bottom {
    margin-top: 4.8125rem;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-features__bottom-imgs {
  position: absolute;
  z-index: 1;
  width: 40.2777777778%;
  aspect-ratio: 580/387;
  top: -3.75rem;
  right: 4.8125rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__bottom-imgs {
    width: calc(100% - 2.5rem);
    aspect-ratio: 336/225;
    position: relative;
    top: 0;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-top-features__bottom-img {
  outline: 0.3125rem solid #fff;
  position: absolute;
}

.p-top-features__bottom-img img {
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, .1);
          box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, .1);
}

.p-top-features__bottom-img:nth-of-type(1) {
  width: 50.6896551724%;
  aspect-ratio: 300/190;
  -webkit-transform: rotate(-4.8deg);
          transform: rotate(-4.8deg);
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-top-features__bottom-img:nth-of-type(1) {
    width: 47.7611940299%;
    left: 0.5rem;
  }
}

.p-top-features__bottom-img:nth-of-type(2) {
  width: 41.724137931%;
  aspect-ratio: 248/173;
  -webkit-transform: rotate(8.7deg);
          transform: rotate(8.7deg);
  top: 1.25rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top-features__bottom-img:nth-of-type(2) {
    width: 39.4029850746%;
    top: 0.5rem;
    right: 0.75rem;
  }
}

.p-top-features__bottom-img:nth-of-type(3) {
  width: 30.1724137931%;
  aspect-ratio: 181/126;
  -webkit-transform: rotate(9.5deg);
          transform: rotate(9.5deg);
  bottom: 1.5rem;
  left: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__bottom-img:nth-of-type(3) {
    width: 28.0597014925%;
  }
}

.p-top-features__bottom-img:nth-of-type(4) {
  width: 48.9655172414%;
  aspect-ratio: 290/200;
  -webkit-transform: rotate(-6.5deg);
          transform: rotate(-6.5deg);
  bottom: 0;
  right: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-features__bottom-img:nth-of-type(4) {
    width: 46.2686567164%;
    bottom: 0.5625rem;
    right: 2.5rem;
  }
}

.p-top-features__bottom-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10.5625rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-features__bottom-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    left: auto;
    left: initial;
    bottom: auto;
    bottom: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    margin-inline: auto;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-features__bg {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: auto;
    aspect-ratio: 375/394;
    margin-top: -9.8125rem;
  }
}

.p-top-features__bg img {
  -o-object-position: left;
     object-position: left;
}

.p-top-features__leaves {
  position: absolute;
  bottom: 20.1875rem;
  right: 0.9375rem;
  width: 94.7222222222%;
  aspect-ratio: 1364.6/512.67;
}
@media screen and (max-width: 768px) {
  .p-top-features__leaves {
    aspect-ratio: 375/281;
    width: 122%;
    right: 0;
    bottom: 16.6875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-features__leaves img {
    -o-object-position: right top;
       object-position: right top;
  }
}

.p-top-features__three-line {
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  width: 100vw;
  aspect-ratio: 1440/173;
}
@media screen and (max-width: 768px) {
  .p-top-features__three-line {
    bottom: -0.75rem;
  }
}

.p-top-features__line {
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  width: 100vw;
  aspect-ratio: 1311.35/187.04;
}
@media screen and (max-width: 768px) {
  .p-top-features__line {
    bottom: -0.75rem;
  }
}

.p-top-fv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-fv {
    height: 31.25rem;
  }
}

.p-top-fv__copy {
  position: absolute;
  top: 20.2637889688%;
  left: 8.8888888889%;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 10.28px rgba(0, 0, 0, .4);
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-top-fv__copy {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2rem;
  }
}

.p-top-fv__copy span {
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-fv__copy span {
    font-size: 1.625rem;
  }
}

.p-top-fv__news {
  position: absolute;
  bottom: 5.625rem;
  right: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.875rem;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(85, 85, 85, .1);
          box-shadow: 0px 4px 8px 0px rgba(85, 85, 85, .1);
}
@media screen and (max-width: 768px) {
  .p-top-fv__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    height: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    position: relative;
    bottom: auto;
    bottom: initial;
    right: auto;
    right: initial;
    -webkit-transform: translateY(3.4375rem);
            transform: translateY(3.4375rem);
    z-index: 1;
    padding: 0 1.25rem;
  }
}

@media (hover: hover) {
  .p-top-fv__news:hover {
    opacity: 1;
  }
  .p-top-fv__news:hover .p-top-fv__news-arrow:after {
    -webkit-transform: translateY(-50%) translateX(calc(-50% + 0.3125rem));
            transform: translateY(-50%) translateX(calc(-50% + 0.3125rem));
  }
}
.p-top-fv__news-content {
  background-color: rgba(255, 255, 255, .95);
  border-radius: 0.625rem 0 0 0.625rem;
  padding: 0.4375rem 1.0625rem 0.375rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-fv__news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    background-color: initial;
    border-radius: 0;
    border-radius: initial;
    padding: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }
}

.p-top-fv__news-head {
  padding-right: 1.75rem;
  border-right: 1px solid #1f1e84;
  font-size: 1rem;
  font-weight: 700;
  color: #1f1e84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-top-fv__news-head:before {
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1f1e84;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-fv__news-head {
    border-right: none;
  }
}

.p-top-fv__news-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.75rem;
  width: 31.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-fv__news-body {
    width: 100%;
    padding-left: 0;
    padding-right: 2.5rem;
    position: relative;
    margin-top: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-fv__news-body:after {
    display: block;
    content: "";
    width: 1.6875rem;
    height: 1.6875rem;
    background: url(../images/common/arrow-circle.svg) center top/cover no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.p-top-fv__news-date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .p-top-fv__news-date {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-top-fv__news-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top-fv__news-title {
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: left;
    gap: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-overflow: initial;
    overflow: initial;
    white-space: normal;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.p-top-fv__news-arrow {
  background-color: #1f1e84;
  width: 4.375rem;
  border-radius: 0 0.625rem 0.625rem 0;
  position: relative;
}
.p-top-fv__news-arrow:after {
  display: block;
  content: "";
  width: 1.75rem;
  height: 0.875rem;
  background: url(../images/common/arrow.svg) center top/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-fv__news-arrow {
    display: none;
  }
}

.p-top-fv__ribbon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  aspect-ratio: 1440/220;
}
@media screen and (max-width: 768px) {
  .p-top-fv__ribbon {
    bottom: -0.75rem;
  }
}

.p-top-fv__ribbon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-fv__leaves {
  position: absolute;
  bottom: 11.5rem;
  right: 2.1875rem;
  width: 43.125%;
  aspect-ratio: 620.69/273;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-top-fv__leaves {
    width: calc(100% - 1.25rem);
    right: 0.625rem;
    bottom: -0.875rem;
  }
}

.leaf {
  position: absolute;
  opacity: 0;
  height: auto;
}

/* 座標を個別に指定 */
.leaf--1 {
  top: 69%;
  left: 0;
  width: 4.4589371981%;
  aspect-ratio: 27.69/23.08;
}

.leaf--2 {
  top: 80.2%;
  left: 6.14%;
  width: 4.6457326892%;
  aspect-ratio: 28.85/24.23;
}

.leaf--3 {
  top: 70.4%;
  left: 16.9%;
  width: 3.2206119163%;
  aspect-ratio: 20/21;
}

.leaf--4 {
  top: 81.2%;
  left: 22.9%;
  width: 2.3880837359%;
  aspect-ratio: 14.83/12.61;
}

.leaf--5 {
  top: 85.9%;
  left: 26.4%;
  width: 7.2463768116%;
  aspect-ratio: 45/23.08;
}

.leaf--6 {
  top: 59.2%;
  left: 30.2%;
  width: 6.1803542673%;
  aspect-ratio: 28.38/31.26;
}

.leaf--7 {
  top: 71.4%;
  left: 38.6%;
  width: 8.3607085346%;
  aspect-ratio: 51.92/33.46;
}

.leaf--8 {
  bottom: 0;
  left: 50.4%;
  width: 4.6457326892%;
  aspect-ratio: 28.85/31.15;
}

.leaf--9 {
  top: 61.9%;
  left: 51.6%;
  width: 5.7600644122%;
  aspect-ratio: 35.77/17.31;
}

.leaf--10 {
  top: 73.9%;
  left: 63%;
  width: 4.2206119163%;
  aspect-ratio: 26.21/52.7;
}

.leaf--11 {
  top: 35.4%;
  left: 59.2%;
  width: 4.6457326892%;
  aspect-ratio: 28.85/30;
}

.leaf--12 {
  top: 57.1%;
  left: 67.9%;
  width: 3.2206119163%;
  aspect-ratio: 20/17;
}

.leaf--13 {
  top: 61.8%;
  left: 72.7%;
  width: 8.3607085346%;
  aspect-ratio: 51.92/42.69;
}

.leaf--14 {
  top: 35%;
  left: 70.3%;
  width: 9.4766505636%;
  aspect-ratio: 58.85/36.92;
}

.leaf--15 {
  top: 56.2%;
  left: 83.3%;
  width: 2.8985507246%;
  aspect-ratio: 18/10;
}

.leaf--16 {
  top: 34.12%;
  left: 87.1%;
  width: 3.5297906602%;
  aspect-ratio: 21.92/42.69;
}

.leaf--17 {
  top: 59.6%;
  left: 91.8%;
  width: 7.0611916264%;
  aspect-ratio: 43.85/47.31;
}

.leaf--18 {
  top: 50.6%;
  left: 94.6%;
  width: 1.6103059581%;
  aspect-ratio: 10/9;
}

.leaf--19 {
  top: 0;
  right: 0;
  width: 9.2898550725%;
  aspect-ratio: 57.69/43.85;
}

.p-top-fv__three-line {
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  width: 100vw;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left center;
          transform-origin: left center; /* 左端を起点に */
  opacity: 1;
  -webkit-animation: scaleLine 1.5s ease-out forwards;
          animation: scaleLine 1.5s ease-out forwards;
  aspect-ratio: 1440/173;
}
@media screen and (max-width: 768px) {
  .p-top-fv__three-line {
    bottom: -0.75rem;
  }
}

.p-top-fv__line {
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  width: 100vw;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right center;
          transform-origin: right center; /* 左端を起点に */
  opacity: 1;
  -webkit-animation: scaleLine 1.5s ease-out forwards;
          animation: scaleLine 1.5s ease-out forwards;
  aspect-ratio: 1311.35/187.04;
}
@media screen and (max-width: 768px) {
  .p-top-fv__line {
    bottom: -0.75rem;
  }
}

@-webkit-keyframes scaleLine {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleLine {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top-news {
  padding-top: 6.125rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding-bottom: 1.75rem;
    padding-top: 4rem;
  }
}

.p-top-news__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-news__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-news__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__left {
    display: contents;
  }
}

.p-top-news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-top-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  width: 8.75rem;
  height: 1.875rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #1f1e84;
  border-radius: 50vh;
  -webkit-box-shadow: 0px 1px 7px rgb(196, 196, 196);
          box-shadow: 0px 1px 7px rgb(196, 196, 196);
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: grid;
    margin-top: 2rem;
    place-items: center;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 17.875rem;
    height: 3.125rem;
    position: relative;
    margin-inline: auto;
    margin-top: 2.5rem;
  }
}
.p-top-news__btn:after {
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.6875rem;
  background: url(../images/common/arrow02.svg) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p-top-news__btn:after {
    width: 2rem;
    height: 2rem;
    background: url(../images/common/arrow-circle02.svg) center top/cover no-repeat;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (hover: hover) {
  .p-top-news__btn:hover {
    border: 1px solid #fff;
    opacity: 1;
  }
}
.p-top-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 51.25rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__items {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 1.625rem;
  }
}

.p-top-news__item {
  border-bottom: 1px solid #ccc;
}

.p-top-news__item:last-of-type {
  border-bottom: none;
}

.p-top-news__link {
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.5rem 2.25rem 1rem 0;
    position: relative;
  }
}
.p-top-news__link:after {
  content: "";
  width: 1.6875rem;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow-circle.svg) center top/cover no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-news__link:after {
    position: absolute;
    right: 0;
    bottom: 0.875rem;
  }
}

@media (hover: hover) {
  .p-top-news__link:hover:after {
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
  }
}
.p-top-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__meta {
    gap: 1rem;
  }
}

.p-top-news__date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-top-news__date {
    font-size: 0.875rem;
  }
}

.p-top-news__category {
  display: grid;
  place-items: center;
  min-width: 6.25rem;
  height: 1.5625rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #8a8888;
  padding: 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__category {
    font-size: 0.75rem;
    min-width: 4.1875rem;
    height: 1.125rem;
  }
}
.p-top-news__category--news {
  background-color: #2466bd;
}
.p-top-news__category--recruit {
  background-color: #66cf5c;
}
.p-top-news__category--others {
  background-color: #8a8888;
}

.p-top-news__item-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 29.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-news__item-title {
    width: 100%;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    text-overflow: initial;
    overflow: initial;
    white-space: normal;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.p-top-news__news-noitem {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

.u-mobile2 {
  display: none;
}
@media screen and (max-width: 420px) {
  .u-mobile2 {
    display: block;
  }
}

.js-slideIn {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px); /* JSと同じオフセットにしておく */
}

.js-blur {
  opacity: 0;
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.js-scaleUp {
  opacity: 1;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.js-scaleLeft {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left center;
          transform-origin: left center; /* 左端を起点に */
  opacity: 1;
}

.js-scaleRight {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right center;
          transform-origin: right center; /* 左端を起点に */
  opacity: 1;
}

.js-loading .js-fadeIn {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.js-scrollable {
  overflow-x: auto;
  overflow-y: hidden !important;
}

.scroll-hint-icon {
  top: 1rem !important;
}

.splide1 .splide__slide.is-active img {
  -webkit-animation: scaleAnimation 8s ease-in-out infinite;
          animation: scaleAnimation 8s ease-in-out infinite; /* 5秒周期で繰り返す */
  -webkit-transform-origin: center;
          transform-origin: center; /* 拡大縮小の中心 */
}

/* アニメーション定義 */
@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大状態から開始 */
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 20%で縮小 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 次のスライドへ切り替え時にリセット */
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大状態から開始 */
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 20%で縮小 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 次のスライドへ切り替え時にリセット */
  }
}
/* スライドのサイズ調整 */
.splide1 .splide__slide img {
  height: 100svh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .splide1 .splide__slide img {
    height: 31.25rem;
  }
}

.splide1 .splide__slide {
  height: 100svh;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .splide1 .splide__slide {
    height: 31.25rem;
  }
}

.splide1 {
  height: 100svh;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .splide1 {
    height: 31.25rem;
  }
}

.splide2 .splide__slide {
  width: 24.8125rem;
  aspect-ratio: 397/240;
}
@media screen and (max-width: 768px) {
  .splide2 .splide__slide {
    width: 12.5rem;
    aspect-ratio: 200/120;
  }
}

.splide2 .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=styles.css.map */
