@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  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;
  margin: 0;
  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;
  -webkit-text-size-adjust: 100%;
}

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

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

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

/* Remove all animations and transitions 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 !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.contact input[type=submit],
.contact input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

.contact input[type=submit]::-webkit-search-decoration,
.contact input[type=button]::-webkit-search-decoration {
  display: none;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * maxremの計算
 * 参考
******************************************/
html {
  font-size: 16px;
}

@media (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #282f27;
  line-height: 1.5;
  background-color: #fffef4;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

h2,
h3 {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
.footer-layout {
  padding-top: 4.875rem;
  padding-bottom: 5.8125rem;
}

@media screen and (max-width: 767px) {
  .footer-layout {
    padding-top: 1rem;
  }
}
.header-layout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.inner {
  max-width: 1140px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 16px;
    max-width: 600px;
  }
}
.top-about-layout {
  padding-top: 8.625rem;
  padding-bottom: 2.0625rem;
}

@media screen and (max-width: 767px) {
  .top-about-layout {
    padding-top: 8rem;
    padding-bottom: 1.8125rem;
  }
}
.top-contact-layout {
  margin-top: 2.8125rem;
  padding-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .top-contact-layout {
    /* margin-top: 0; */
    margin-top: 3.4375rem;
  }
}
.top-facility-layout {
  padding-top: 17.25rem;
}

@media screen and (max-width: 767px) {
  .top-facility-layout {
    padding-top: 6.375rem;
  }
}
.top-faq-layout {
  margin-top: 14.3125rem;
}

@media screen and (max-width: 767px) {
  .top-faq-layout {
    margin-top: 4.75rem;
  }
}
.top-feature-layout {
  padding-top: 8.25rem;
}

@media screen and (max-width: 767px) {
  .top-feature-layout {
    padding-top: 7.875rem;
  }
}
.top-mv-layout {
  padding-top: 10.4375rem;
}

@media screen and (max-width: 767px) {
  .top-mv-layout {
    padding-top: 5.875rem;
  }
}
.top-news-layout {
  padding-top: 4.6875rem;
  padding-bottom: 4.75rem;
}

@media screen and (max-width: 767px) {
  .top-news-layout {
    padding-top: 4.25rem;
    padding-bottom: 3.25rem;
  }
}
.top-recruit-layout {
  margin-top: 15rem;
  /* padding-top: 4.8125rem; */
  padding-top: 8.75rem;
  padding-bottom: 5.4375rem;
}

@media screen and (max-width: 767px) {
  .top-recruit-layout {
    margin-top: 9.75rem;
    /* padding-top: 0; */
    padding-top: 5.5rem;
    padding-bottom: 3.375rem;
  }
}
.top-service-layout {
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .top-service-layout {
    padding-top: 3.875rem;
  }
}
.top-voice-layout {
  margin-top: 9.625rem;
}

@media screen and (max-width: 767px) {
  .top-voice-layout {
    margin-top: 3.5rem;
  }
}
.common-btn__item {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  color: #fff;
  border-radius: 0.3125rem;
  background-color: #3a95ff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.common-btn__item::after {
  content: "";
  background: url(../images/common/button-arrow.svg) no-repeat center center/cover;
  width: 0.4375rem;
  height: 0.5625rem;
  padding: 0.1875rem 0.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.common-btn__item:hover {
  opacity: 1;
}

.common-btn__item:hover::after {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.common-sky-img {
  width: 100%;
}

.common-sky-img img {
  width: 100%;
  aspect-ratio: 1200/200;
  -o-object-fit: cover;
  object-fit: cover;
}

.common-tag {
  color: #ffffff;
  padding: 0.125rem 0.875rem 0.1875rem 0.6875rem;
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  line-height: 1.2142857143;
  border-radius: 0.3125rem;
  background-color: #54c382;
}

.common-title {
  text-align: center;
}

.common-title__img {
  max-width: 50px;
  width: 100%;
  margin-inline: auto;
}

.common-title__img img {
  display: block;
  width: 100%;
  aspect-ratio: 50/47;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .common-title__img {
    max-width: 45px;
  }
  .common-title__img img {
    aspect-ratio: 45/42.216;
  }
}
.common-title__jp {
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(2rem, 12px);
  font-weight: 400;
  line-height: 2.2;
  margin-top: 0.875rem;
}

@media screen and (max-width: 767px) {
  .common-title__jp {
    font-size: max(1.625rem, 12px);
  }
}
.common-title__en {
  color: #969696;
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .common-title__en {
    font-size: max(1.125rem, 12px);
    line-height: 1.2222222222;
    margin-top: 0.5rem;
  }
}
.common-button {
  border-radius: 30px;
  display: inline-block;
  max-width: 24.44rem;
  width: 100%;
  height: 62.688px;
  line-height: 62.688px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.common-button::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common-button:hover::after {
  right: 1.5rem;
}
.common-button__large {
  border-radius: 30px;
  display: inline-block;
  width: 512px;
  height: 62.688px;
  line-height: 62.688px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
.common-button__large::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .common-button__large::after {
    right: 1rem;
  }
}
.common-button__large:hover::after {
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .common-button__large {
    height: auto;
    line-height: 1.5;
    white-space: normal;
    overflow: visible;
    padding: 1rem 2rem;
    border-radius: 40px;
    max-width: 32rem;
    width: 100%;
  }
}

.button-pink {
  background: #ff9898;
}

.button-blue {
  background: #539cf2;
}

.page-top {
  padding-top: 6.87rem;
}
@media screen and (max-width: 768px) {
  .page-top {
    padding-top: 3.5rem;
  }
}

.page-top__inner {
  padding-inline: 2.625rem;
  padding-block: 0.8125rem 1.25rem;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .page-top__inner {
    padding-inline: 0.4375rem;
  }
}

.page-top__bg {
  height: 18.31rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-top__bg {
    height: 6rem;
  }
}

.page-top__head {
  color: #323232;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(3.43rem, 40px);
  font-weight: 400;
  margin-top: 2.5rem;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .page-top__head {
    font-size: max(2rem, 26px);
  }
}

.service-text__common {
  color: #000;
  font-size: max(1rem, 10px);
  font-style: normal;
  font-weight: 350;
  line-height: 1.75;
}

.lead-common {
  color: #af6b26;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
}

.lead-common-center {
  color: #af6b26;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .lead-common-center {
    text-align: center;
  }
}

.service-special__lead {
  color: #31ad65;
  background: #f3f3f3;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.62rem, 12px);
  font-weight: 400;
  padding: 0.18rem 0 0 1.62rem;
  border-bottom: 2px solid #dcdddd;
}
@media screen and (max-width: 767px) {
  .service-special__lead {
    font-size: max(1.4rem, 12px);
    padding-left: 0.5rem;
  }
}

.l-contact-layout {
  margin-top: 10rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-contact-layout {
    margin-top: 3.4375rem;
  }
}

.all-wrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.to-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  right: 0;
  bottom: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top a {
  display: block;
  width: 3.3125rem;
  height: 3.5rem;
  background-color: rgba(58, 149, 255, 0.9);
  border-radius: 0.1875rem 0 0 0.1875rem;
  position: relative;
}

.to-top a::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 55%;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  border-right: 2px solid #fffef4;
  border-top: 2px solid #fffef4;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

.to-instagram {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  right: 0;
  bottom: 6.25rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.to-instagram.is-show {
  opacity: 1;
  visibility: visible;
}

.to-instagram a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.3125rem;
  height: 3.5rem;
  background-color: rgba(221, 42, 123, 0.9);
  border-radius: 0.1875rem 0 0 0.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fffef4;
  font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
  .to-instagram {
    bottom: 11.875rem;
    display: none;
  }
}
.footer {
  background-color: #f8ffeb;
}

.footer__inner {
  max-width: 1140px;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    max-width: 600px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
}

@media screen and (max-width: 767px) {
  .footer__content {
    -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-inline: 1.5rem;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__info {
    width: 100%;
    display: contents;
  }
}
.footer__facility-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  color: #282f27;
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 1.1875;
}

@media screen and (max-width: 767px) {
  .footer__facility-name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 399px) {
  .footer__facility-name {
    font-size: max(0.875rem, 10px);
    white-space: nowrap;
  }
}
.footer__facility-logo {
  max-width: 130px;
  width: 100%;
}

.footer__facility-logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__address {
  margin-top: 1.25rem;
  color: #282f27;
  font-size: max(0.875rem, 12px);
  font-weight: 350;
  line-height: 1.7857142857;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: 0.875rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__contact {
  margin-top: 1.625rem;
}

@media screen and (max-width: 767px) {
  .footer__contact {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.footer__map {
  color: #282f27;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.0416666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
  padding-left: 0.125rem;
}

.footer__map-icon .fa-location-dot {
  font-size: 26px;
}

.footer__phone {
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .footer__phone {
    pointer-events: auto;
  }
}
.footer__phone-icon {
  max-width: 24px;
  width: 100%;
}

.footer__phone-icon img {
  width: 100%;
  aspect-ratio: 30/30;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__phone-img {
  max-width: 195px;
  width: 100%;
}

.footer__phone-img img {
  width: 100%;
  aspect-ratio: 426/53;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__nav {
  margin-top: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    display: contents;
  }
}
.footer__nav-icon {
  display: inline-block;
  max-width: 48px;
  width: 100%;
  padding: 0.5rem 0.4375rem;
}

.footer__nav-icon img {
  width: 100%;
  aspect-ratio: 32/32;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .footer__nav-icon {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-inline: auto;
    margin-top: 1.75rem;
    padding: 0;
  }
}
.footer__nav-list {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .footer__nav-list {
    -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;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-inline: auto;
    margin-top: 4rem;
    row-gap: 0;
  }
}
.footer__nav-link {
  color: #282f27;
  padding: 0.5rem 0.4375rem;
  font-size: max(1rem, 12px);
  font-weight: 400;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .footer__nav-link {
    line-height: 2.5;
  }
}
.copyright {
  margin-top: 3.5rem;
  text-align: center;
}

.copyright__text {
  color: #282f27;
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 1.5625;
}

.drawer {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-bottom: 9.375rem;
  overflow-y: scroll;
  z-index: 1000;
  background-color: #fffef4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .drawer__logo {
    max-width: 12.3125rem;
    width: 100%;
    padding-top: 0.4375rem;
    padding-left: 1.0625rem;
    z-index: 1;
  }
  .drawer__logo img {
    width: 100%;
    aspect-ratio: 197/60.12;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.drawer-nav {
  padding: 5rem 3.125rem 0;
  width: 100%;
  background-color: #fffef4;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.drawer-nav.is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-nav__item a {
  padding: 1.25rem 0;
  display: block;
  font-size: 1.25rem;
  line-height: 1.1428571429;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  border-bottom: 0.0625rem solid #282f27;
  color: #282f27;
}

.drawer-nav__item a:hover {
  opacity: 0.7;
}

.drawer-nav__item:first-child a {
  border-top: 0.0625rem solid #011950;
}

.drawer-nav__item .drawer-nav__subItem a {
  border: none;
  padding: 0.875rem 0.625rem;
  font-size: 1rem;
  line-height: 1.1875;
}

.drawer-nav__link {
  position: relative;
}

.drawer-nav__link::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #282f27;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drawer-nav__link::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #282f27;
  top: 50%;
  right: 11px;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  -webkit-transition: -webkit-transform 0.7s ease-out;
  transition: -webkit-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}

/* is-open クラスがついたときの回転 */
.js-drawer-link.is-open::after {
  -webkit-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}

.drawer-nav__subItems {
  max-height: 0;
  overflow: hidden; /* はみ出た部分を隠す */
  opacity: 0;
  display: none;
  -webkit-transition: max-height 0.7s ease-out, opacity 0.7s ease-out;
  transition: max-height 0.7s ease-out, opacity 0.7s ease-out;
  border-bottom: 0.0625rem solid #282f27;
}

.drawer-nav__subItems.is-open {
  max-height: 500px;
  opacity: 1;
}

.drawer-nav__subItem a {
  border: none;
}

.drawer-nav__sns {
  margin-top: 1.25rem;
}

.drawer-sns__items {
  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;
}

.drawer-sns__item a {
  padding: 1.875rem;
  display: block;
}

.drawer-sns__item a:hover {
  opacity: 0.7;
}

.drawer-sns__icon--map .fa-location-dot {
  font-size: 2.5rem;
}

.drawer-sns__icon--instagram {
  max-width: 100px;
  width: 100%;
}

.drawer-sns__icon--instagram img {
  width: 100%;
  aspect-ratio: 48/48;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-hamburger {
  padding: 0.625rem 0.75rem 0.4375rem;
  position: relative;
  border-radius: 0.625rem;
  background: #f2bb17;
  height: 3.75rem;
  cursor: pointer;
  z-index: 999;
  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;
}

.header-hamburger span {
  position: absolute;
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-hamburger span:nth-of-type(1) {
  top: 15%;
}

.header-hamburger span:nth-of-type(2) {
  top: 35%;
}

.header-hamburger span:nth-of-type(3) {
  top: 55%;
}

.header-hamburger .header-hamburger__text {
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  margin-top: 1.75rem;
  text-transform: uppercase;
}

.header-hamburger.is-open span:nth-of-type(1),
.header-hamburger.is-open span:nth-of-type(3) {
  top: 39%;
  background-color: #f9f2e5;
  width: 1.8895rem;
}

.header-hamburger.is-open span:nth-of-type(1) {
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
}

.header-hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header-hamburger.is-open span:nth-of-type(3) {
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
}

.header-nav__content {
  height: inherit;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-nav__time {
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 2;
}

.header-nav__phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.header-nav__phone-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .header-nav__phone-wrap a {
    pointer-events: auto;
  }
}
.header-nav__phone-text {
  color: #c58600;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 2;
}

.header-nav__phone-img {
  max-width: 30px;
  width: 100%;
}

.header-nav__phone-img img {
  width: 100%;
  aspect-ratio: 30/30;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-nav__phone {
  max-width: 205px;
  width: 100%;
}

.header-nav__phone img {
  width: 100%;
  aspect-ratio: 426/53;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav__item a {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(1rem, 12px);
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .header-nav__item {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .header-nav__icon {
    display: none;
  }
}
.header-nav__icon--map {
  padding: 0.5rem;
}

.header-nav__icon--map .fa-location-dot {
  font-size: 1.625rem;
}

.header-nav__icon--instagram {
  padding: 0.5rem 0 0.5rem 0.5rem;
  max-width: 40px;
  width: 100%;
}

.header-nav__icon--instagram img {
  width: 100%;
  aspect-ratio: 48/48;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-nav__item--hover {
  position: relative;
}

.header-nav__item--hover:hover .header-nav__subItems {
  opacity: 1;
  top: 3rem;
  pointer-events: auto;
}

.header-nav__link {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.header-nav__link:hover {
  color: #3ab86f;
}

.header-nav__subItems {
  position: absolute;
  content: "";
  background-color: #f3ffdd;
  border-radius: 1.25rem;
  padding-block: 1.0625rem 0.75rem;
  width: 12.5rem;
  top: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.header-nav__subItems a {
  padding: 0.3125rem 1.8125rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(0.875rem, 12px);
  font-weight: 400;
  line-height: 2;
}

.header-nav__subItems:hover {
  opacity: 1;
  top: 3rem;
  pointer-events: auto;
}

.header-sp__phone {
  max-width: 55px;
  width: 100%;
  z-index: 999;
}

.header-sp__phone img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.header {
  background-color: #fffef4;
}

.header__inner {
  padding-inline: 1.25rem 2.625rem;
  padding-block: 0.8125rem 1.25rem;
  height: inherit;
  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: 767px) {
  .header__inner {
    padding-inline: 1.0625rem 0.4375rem;
    padding-block: 0.4375rem 0.625rem;
  }
}
.header__logo {
  max-width: 15.625rem;
  width: 100%;
  padding-top: 1.375rem;
  padding-inline: 1.375rem;
}

.header__logo a {
  display: block;
  height: inherit;
}

.header__logo img {
  width: 100%;
  aspect-ratio: 277/123;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 11.25rem;
    width: 100%;
    padding-top: 0.125rem;
    padding-inline: 0;
  }
  .header__logo img {
    width: 100%;
    aspect-ratio: 180/53.12;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.header__nav {
  height: inherit;
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
  }
}
.header__drawer {
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__sp {
    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;
    gap: 0.75rem;
  }
}
.fuwafuwa {
  -webkit-animation: fuwafuwa 7s ease-in-out infinite alternate;
          animation: fuwafuwa 7s ease-in-out infinite alternate;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(10px, -10px) rotate(0deg);
            transform: translate(10px, -10px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(3deg);
            transform: translate(0, 0) rotate(3deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(10px, -10px) rotate(0deg);
            transform: translate(10px, -10px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(3deg);
            transform: translate(0, 0) rotate(3deg);
  }
}
.fuwafuwa2 {
  -webkit-animation: fuwafuwa 6s ease-in-out infinite alternate;
          animation: fuwafuwa 6s ease-in-out infinite alternate;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(5px, -5px) rotate(0deg);
            transform: translate(5px, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
}
.pop {
  -webkit-animation: pop 0.5s ease-out forwards;
          animation: pop 0.5s ease-out forwards;
}

.fade {
  -webkit-animation: fade 0.5s ease-out forwards;
          animation: fade 0.5s ease-out forwards;
}

/* アニメーションの定義 */
@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); /* 下から */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に */
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); /* 下から */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に */
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); /* 下から */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に */
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); /* 下から */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に */
  }
}
.top-about {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.top-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 14.375rem;
  background: url(../images/top-about-bottom.svg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .top-about::after {
    height: 6.6875rem;
  }
}
.top-about__title {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-about__title {
    margin-top: 2rem;
  }
}
.top-about__cloud-img {
  position: absolute;
  content: "";
}

.top-about__cloud-img.top-about__cloud-img1 {
  top: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  max-width: 130px;
  width: 100%;
}

.top-about__cloud-img.top-about__cloud-img1 img {
  width: 100%;
  aspect-ratio: 156/43;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-about__cloud-img.top-about__cloud-img1 {
    top: -32%;
    right: 17px;
    max-width: 77px;
  }
  .top-about__cloud-img.top-about__cloud-img1 img {
    aspect-ratio: 77/21;
  }
}
.top-about__cloud-img.top-about__cloud-img2 {
  top: -15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -16px;
  max-width: 79px;
  width: 100%;
}

.top-about__cloud-img.top-about__cloud-img2 img {
  width: 100%;
  aspect-ratio: 79/24;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-about__cloud-img.top-about__cloud-img2 {
    top: -8%;
    right: 0;
    max-width: 41px;
  }
  .top-about__cloud-img.top-about__cloud-img2 img {
    aspect-ratio: 41/12;
  }
}
.top-about__text-wrap {
  margin-top: 2.5625rem;
}

@media screen and (max-width: 767px) {
  .top-about__text-wrap {
    margin-top: 1.6875rem;
  }
}
.top-about__text {
  color: #282f27;
  text-align: center;
  font-size: max(1rem, 12px);
  font-weight: 350;
  line-height: 1.875;
}

.top-about__text:nth-of-type(2) {
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .top-about__text {
    text-align: left;
  }
  .top-about__text:nth-of-type(3) {
    margin-top: 1.875rem;
  }
}
.top-about__btn {
  margin-top: 1.75rem;
  margin-right: 2.5rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .top-about__btn {
    margin-top: 3.125rem;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-about__btn .common-btn__item {
    width: min(89%, 305px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .top-about__btn .common-btn__item span {
    font-size: max(1.125rem, 12px);
  }
}
@media screen and (max-width: 767px) {
  .top-about__btn .common-btn__item::after {
    background: url(../images/common/button-arrow-big.svg) no-repeat center center/cover;
    width: 0.875rem;
    height: 1.125rem;
    padding: 0.4375rem 0.5rem;
  }
}
/*===========================================
top-about__swiper
===========================================*/
.top-about__container {
  margin-top: 4.25rem;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 767px) {
  .top-about__container {
    margin-top: 7.25rem;
  }
}
.top-about__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.top-about__slide {
  width: 14rem;
  height: 19.75rem;
}

.top-about__slide:nth-child(odd) {
  margin-top: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .top-about__slide {
    width: 11rem;
    height: 15.5rem;
  }
  .top-about__slide:nth-child(odd) {
    margin-top: 2rem;
  }
}
.top-about__img {
  max-width: 224px;
  width: 100%;
}

.top-about__img img {
  width: 100%;
  aspect-ratio: 224/316;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.875rem;
}

@media screen and (max-width: 767px) {
  .top-about__img {
    max-width: 176px;
  }
  .top-about__img img {
    aspect-ratio: 176/248;
  }
}
.top-contact {
  background-color: #fffef4;
}

.top-contact__inner {
  max-width: 1024px;
}

@media screen and (max-width: 767px) {
  .top-contact__inner {
    max-width: 600px;
  }
}
.top-contact__header {
  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;
}

@media screen and (max-width: 767px) {
  .top-contact__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-contact__title {
  margin-top: -5px;
  width: 14.375rem;
  padding-right: 1.875rem;
}

@media screen and (max-width: 767px) {
  .top-contact__title {
    margin-top: 0;
    width: 100%;
    padding-right: 0;
  }
}
.top-contact__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.875rem;
  font-weight: 350;
}

@media screen and (min-width: 768px) {
  .top-contact__description {
    position: relative;
  }
  .top-contact__description::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: max(125px, 100%);
    background-color: #282f27;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__description {
    margin-top: 2.375rem;
    padding-inline: 1.5rem;
  }
}
.top-contact__grid {
  margin-top: 1.9375rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 1.25rem;
}

@media screen and (max-width: 767px) {
  .top-contact__grid {
    margin-top: 2.875rem;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.top-contact__block {
  padding: 2.125rem 2.4375rem 1.5625rem;
}

@media screen and (max-width: 767px) {
  .top-contact__block {
    padding: 2.8125rem 2.8125rem 1.8125rem;
    text-align: center;
  }
}
.top-contact__block--contact {
  background-color: #fca919;
  border-radius: 1.25rem 0 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .top-contact__block--contact {
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 2.8125rem 2.8125rem 1.4375rem;
  }
}
.top-contact__block-title {
  color: #ffffff;
  font-size: max(1.25rem, 12px);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .top-contact__block-title {
    text-align: start;
  }
}
.top-contact__block-subtitle {
  margin-top: 1.25rem;
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.0416666667;
}

@media screen and (max-width: 767px) {
  .top-contact__block-subtitle {
    margin-top: 1rem;
  }
}
.top-contact__block-phone {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .top-contact__block-phone {
    margin-top: 1.25rem;
    pointer-events: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-contact__block-icon {
  max-width: 25px;
  width: 100%;
}

.top-contact__block-icon img {
  width: 100%;
  aspect-ratio: 30/30;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-contact__block-img {
  max-width: 240px;
  width: 100%;
}

.top-contact__block-img img {
  width: 100%;
  aspect-ratio: 426/53;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-contact__block-hours {
  margin-top: 1.4375rem;
  color: #282f27;
  font-size: max(1rem, 12px);
  font-weight: 300;
  line-height: 1.1875;
}

@media screen and (max-width: 767px) {
  .top-contact__block-hours {
    margin-top: 2.5rem;
  }
}
.top-contact__block--recruit {
  background-color: #87d080;
  background-color: #4dc742;
  border-radius: 0 1.25rem 1.25rem 0;
}

@media screen and (max-width: 767px) {
  .top-contact__block--recruit {
    border-radius: 0 0 1.25rem 1.25rem;
    padding: 1.0625rem 2.8125rem 1.8125rem;
  }
}
.top-contact__block__text {
  margin-top: 1rem;
  color: #282f27;
  font-size: max(0.875rem, 12px);
  font-weight: 350;
  line-height: 1.6428571429;
}

@media screen and (max-width: 767px) {
  .top-contact__block__text {
    text-align: left;
  }
}
.top-contact__cta {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top-contact__cta {
    margin-top: 1.125rem;
  }
}
.top-contact__button {
  display: inline-block;
  padding: 0.875rem 3.0625rem 0.875rem 1.375rem;
  color: #ffffff;
  font-size: max(1rem, 12px);
  font-weight: 700;
  border-radius: 0.3125rem;
  background-color: #3a95ff;
  position: relative;
}

.top-contact__button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/top-contact-arrow.svg) no-repeat center center/cover;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-contact__button:hover {
  opacity: 1;
}

.top-contact__button:hover::after {
  right: 0.5em;
}

.top-facility {
  overflow: hidden;
}

.top-facility__bg-top {
  width: 100%;
}

.top-facility__bg-top img {
  width: 100%;
  aspect-ratio: 1200/222;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-facility__inner {
  max-width: 1012px;
}

@media screen and (max-width: 767px) {
  .top-facility__inner {
    max-width: 600px;
    padding-inline: 0.625rem;
  }
}
.top-facility__container {
  margin-top: 3.0625rem;
}

@media screen and (max-width: 767px) {
  .top-facility__container {
    margin-top: 2.625rem;
  }
}
.top-facility__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.1728395062%;
}

@media screen and (max-width: 767px) {
  .top-facility__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-facility__item {
  width: calc(50% - 1.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fcfcf5;
}

@media screen and (max-width: 767px) {
  .top-facility__item {
    width: 100%;
  }
  .top-facility__item:not(:first-of-type) {
    margin-top: 2.375rem;
  }
}
.top-facility__image {
  max-width: 456px;
  width: 100%;
}

.top-facility__image img {
  width: 100%;
  aspect-ratio: 456/246;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.875rem 1.875rem 0 0;
}

@media screen and (max-width: 767px) {
  .top-facility__image {
    max-width: 100%;
  }
  .top-facility__image img {
    aspect-ratio: 356/243;
  }
}
.top-facility__content {
  border: 1px solid #cac9c9;
  border-radius: 0 0 1.875rem 1.875rem;
  padding: 1.625rem 2.125rem 2.25rem 2.375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .top-facility__content {
    padding: 0.75rem 1.875rem 3.125rem 1.875rem;
  }
}
.top-facility__category {
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 2;
}

.top-facility__name {
  margin-top: 0.5rem;
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.0416666667;
}

@media screen and (max-width: 767px) {
  .top-facility__name {
    margin-top: 0.3125rem;
  }
}
.top-facility__address {
  margin-top: 0.5rem;
  color: #282f27;
  font-size: max(0.875rem, 12px);
  font-weight: 350;
  line-height: 1.7857142857;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .top-facility__address {
    margin-top: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-facility__icon .fa-location-dot {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top-facility__icon .fa-location-dot {
    font-size: 1.25rem;
  }
}
.top-facility__services {
  margin-top: 1.6875rem;
}

.top-facility__services-list {
  padding: 1.625rem 1.125rem 0.875rem;
  border-radius: 1.875rem;
  background-color: #f3ffdd;
}

@media screen and (max-width: 767px) {
  .top-facility__services-list {
    padding: 1.75rem 1.6875rem;
  }
}
.top-facility__services-item {
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.5833333333;
}

@media screen and (max-width: 767px) {
  .top-facility__services-item {
    font-size: max(1.25rem, 12px);
    line-height: 1.9;
  }
}
.top-faq {
  background-color: #fffef4;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.top-faq__content {
  max-width: 902px;
  margin-inline: auto;
  margin-top: 3.375rem;
}

@media screen and (max-width: 767px) {
  .top-faq__content {
    margin-top: 2.5rem;
  }
}
.top-faq__item:not(:first-of-type) {
  margin-top: 1.625rem;
}

.top-faq__summary {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8847006652%;
}

@media screen and (max-width: 767px) {
  .top-faq__summary {
    display: block;
  }
}
.top-faq__summary-content {
  display: contents;
}

@media screen and (max-width: 767px) {
  .top-faq__summary-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #86cd80;
    border-radius: 0.3125rem;
    padding: 0.9375rem 1.1875rem 0.9375rem 0.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.875rem;
  }
}
.top-faq-question {
  color: #ffffff;
  background-color: #86cd80;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1.125rem, 12px);
  line-height: 1.5;
  border-radius: 0.3125rem;
  font-weight: 400;
  padding: 0.4375rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5625rem;
}

@media screen and (max-width: 767px) {
  .top-faq-question {
    font-size: max(1rem, 12px);
    line-height: 1.8;
    gap: 0.75rem;
    padding: 0;
  }
}
.top-faq-question__q {
  color: #f7f6ae;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.2083333333;
  font-family: "Noto Sans JP", sans-serif;
}

/* --------アイコンを作ります-------- */
.top-faq__icon {
  display: block;
  position: relative;
  width: 2.5625rem;
  height: 2.5625rem;
  border-radius: 999px;
  background-color: #3a95ff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .top-faq__icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.top-faq__icon::before,
.top-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9375rem;
  height: 0.125rem;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .top-faq__icon::before,
  .top-faq__icon::after {
    width: 0.875rem;
  }
}
.top-faq__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.top-faq__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

details[open] .top-faq__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

details[open] .top-faq__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.top-faq__explanation {
  padding: 1.375rem 4.0625rem 1.375rem 1rem;
  cursor: pointer;
  color: #282f27;
  font-size: max(0.875rem, 12px);
  font-weight: 400;
  line-height: 1.7142857143;
}

@media screen and (max-width: 767px) {
  .top-faq__explanation {
    padding: 1.375rem 4.0625rem 1.375rem 0.9375rem;
  }
}
.top-faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5625rem;
}

.top-faq-answer__a {
  color: #3a95ff;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1;
}

.top-feature {
  background-color: #fffef4;
  position: relative;
}

.top-feature::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: url(../images/top-feature-img.svg) no-repeat center center/cover;
  aspect-ratio: 1300/320.77;
}

@media screen and (max-width: 767px) {
  .top-feature::after {
    aspect-ratio: 508/186;
    background: url(../images/top-feature-img.svg) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1300px) {
  .top-feature::after {
    max-width: 1400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-feature__bg-img {
  width: 100%;
}

.top-feature__bg-img img {
  width: 100%;
  aspect-ratio: 1200/181;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature__items {
  margin-top: 4.125rem;
  counter-reset: listnum; /* カウンターをリセット */
}

@media screen and (max-width: 767px) {
  .feature__items {
    margin-top: 2.9375rem;
  }
}
.top-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.625rem;
}

@media screen and (max-width: 767px) {
  .top-features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.375rem;
  }
}
.top-features__item:nth-child(odd) {
  margin-left: calc((100vw - 100%) / 2 * -1);
  width: min(1320px, 100% + (100vw - 100%) / 2);
}

@media screen and (max-width: 767px) {
  .top-features__item:nth-child(odd) {
    margin-left: 0;
    width: 100%;
  }
}
.top-features__item:nth-child(odd) .top-features__img img {
  border-radius: 0 1.875rem 1.875rem 0;
}

@media screen and (max-width: 767px) {
  .top-features__item:nth-child(odd) .top-features__img {
    margin-left: calc((100vw - 100%) / 2 * -1);
    width: calc(100% + (100vw - 100%) / 2);
    padding-right: 2.375rem;
  }
  .top-features__item:nth-child(odd) .top-features__img img {
    aspect-ratio: 311/202;
    border-radius: 0 1.875rem 1.875rem 0;
  }
}
@media screen and (min-width: 1300px) {
  .top-features__item:nth-child(odd) .top-features__img img {
    border-radius: 1.875rem;
  }
}
.top-features__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: min(1320px, 100% + (100vw - 100%) / 2);
}

@media screen and (max-width: 767px) {
  .top-features__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.top-features__item:nth-child(even) .top-features__img img {
  border-radius: 1.875rem 0 0 1.875rem;
}

@media screen and (max-width: 767px) {
  .top-features__item:nth-child(even) .top-features__img {
    width: calc(100% + (100vw - 100%) / 2);
    padding-left: 2.375rem;
  }
  .top-features__item:nth-child(even) .top-features__img img {
    aspect-ratio: 311/202;
    border-radius: 1.875rem 0 0 1.875rem;
  }
}
@media screen and (min-width: 1300px) {
  .top-features__item:nth-child(even) .top-features__img img {
    border-radius: 1.875rem;
  }
}
.top-features__item:not(:first-of-type) {
  margin-top: 3.9375rem;
}

@media screen and (max-width: 767px) {
  .top-features__item:not(:first-of-type) {
    margin-top: 3.625rem;
  }
}
@media screen and (min-width: 1300px) {
  .top-features__item:nth-child(odd) {
    margin-left: 0;
    width: 100%;
  }
  .top-features__item:nth-child(even) {
    width: 100%;
  }
}
.top-features__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-features__img img {
  width: 100%;
  aspect-ratio: 556/329;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-features__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0.9375rem;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .top-features__content {
    padding-top: 0.4375rem;
    width: 100%;
  }
}
.top-features__description {
  padding-left: 5rem;
  color: #c58600;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.4166666667;
  position: relative;
}

.top-features__description::before {
  position: absolute;
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: "0" counter(listnum); /* カウントした数に応じて番号を表示 */
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c58600;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2166666667;
}

@media screen and (max-width: 767px) {
  .top-features__description {
    padding-left: 0;
    font-size: max(1.3rem, 16px);
    line-height: 1.5454545455;
    letter-spacing: -0.05em;
    position: relative;
  }
  .top-features__description::before {
    top: -2.5rem;
  }
}
.top-features__text {
  margin-top: 1.25rem;
  color: #282f27;
  font-size: max(1rem, 12px);
  font-weight: 350;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .top-features__text {
    margin-top: 0.875rem;
  }
}
.top-feature__button {
  margin-top: 5.9375rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-feature__button {
    margin-top: 2.5625rem;
  }
}
.top-feature__button .common-btn__item {
  width: clamp(12.5rem, 24.242vw + 6.818rem, 25rem);
  padding-block: 1.25rem;
  padding-left: 2.5rem;
  font-size: max(1.5rem, 12px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.25rem;
}

@media screen and (max-width: 767px) {
  .top-feature__button .common-btn__item {
    width: max(305px, 90%);
    width: min(89%, 305px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 0.75rem;
    font-size: max(1.125rem, 12px);
  }
}
.top-feature__button .common-btn__item::after {
  background: url(../images/common/button-arrow-big.svg) no-repeat center center/cover;
  width: 14px;
  height: 18px;
}

.top-feature__button .common-btn__item:hover::after {
  right: 1.5em;
}

.top-mv {
  background-color: #fffef7;
}

.top-mv__inner {
  width: 100%;
  max-width: 100%;
  padding-inline: 2.75rem;
}

@media screen and (max-width: 767px) {
  .top-mv__inner {
    padding-inline: 1.125rem;
  }
}
.top-mv__text {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-mv__text {
    display: block;
    color: #282f27;
    font-size: 0.75rem;
    font-weight: 350;
    line-height: 1.1666666667;
    text-align: center;
  }
}
.top-mv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2.25rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top-mv__flex {
    margin-top: 0.5625rem;
    display: block;
  }
}
/*===========================================
top-mv__title
===========================================*/
.top-mv__title-wrap {
  margin-top: 2.9375rem;
  width: 12.0833333333%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: 21.875rem;
}

@media screen and (max-width: 1024px) {
  .top-mv__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -1.1875rem;
    margin-left: 0;
    width: 100%;
    min-height: 0;
    position: relative;
  }
}
.top-mv__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  min-height: inherit;
  color: #282f27;
  font-size: max(2.25rem, 12px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.3em;
  font-family: "ta-kotodama-r", sans-serif;
  font-style: normal;
}
.top-mv__title span {
  font-size: max(3rem, 14px);
}

@media screen and (max-width: 1024px) {
  .top-mv__title p {
    display: inline;
    background-color: #f0ffd5;
    padding: 0.75rem 0.625rem 0.875rem 0.185rem;
  }
}
.top-mv__title p:nth-of-type(2) {
  margin-top: 0.9375rem;
}

@media screen and (max-width: 1024px) {
  .top-mv__title p:nth-of-type(2) {
    margin-top: 0;
  }
}
.top-mv__title p:nth-of-type(3) {
  margin-top: 2.625rem;
}

@media screen and (max-width: 1024px) {
  .top-mv__title p:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__title {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -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;
    z-index: 1;
    width: auto;
    color: #282f27;
    font-size: max(3.25rem, 12px);
    font-weight: 400;
    line-height: 2.35;
    letter-spacing: 0.03em;
  }
  .top-mv__title span {
    line-height: 1;
    font-size: max(4rem, 14px);
  }
  .top-mv__title p {
    margin: 0;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: max(1.5rem, 12px);
  }
  .top-mv__title span {
    font-size: max(2.25rem, 14px);
  }
}
/*===========================================
mv-swiper
===========================================*/
.swiper-container {
  position: relative;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
}

.top-mv__container {
  width: 69.2446043165%;
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .top-mv__container {
    width: 100%;
    padding-bottom: 0;
  }
}
.top-mv__wrapper {
  min-height: 24.5rem;
  height: calc(100svh - 13.5625rem);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top-mv__wrapper {
    min-height: 18.5rem;
  }
}
.top-mv__slide {
  height: inherit;
  min-height: inherit;
}

.top-mv__img {
  height: inherit;
  min-height: inherit;
  width: 100%;
}

.top-mv__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
  min-height: inherit;
  border-radius: 1.875rem;
}

@media screen and (max-width: 767px) {
  .top-mv__img img {
    border-radius: 0.625rem;
  }
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  background-color: #d9d9d9;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    display: none;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff9e28;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10.5px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*===========================================
top-mv__cta
===========================================*/
.top-mv__cta {
  position: fixed;
  bottom: 4.5rem;
  left: 3.125rem;
  z-index: 5;
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}

.top-mv__cta.is-pc {
  -webkit-animation: fadeIn-left 2.5s cubic-bezier(0.15, 1.13, 0.25, 1) 0.4s forwards;
          animation: fadeIn-left 2.5s cubic-bezier(0.15, 1.13, 0.25, 1) 0.4s forwards;
}

.top-mv__cta.is-sp {
  opacity: 0;
  visibility: hidden;
}

.top-mv__cta.is-sp.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeIn-right 2.5s cubic-bezier(0.15, 1.13, 0.25, 1) forwards;
          animation: fadeIn-right 2.5s cubic-bezier(0.15, 1.13, 0.25, 1) forwards;
}

@media screen and (max-width: 767px) {
  .top-mv__cta {
    position: fixed;
    bottom: 3.75rem;
    right: 1.1875rem;
    left: auto;
    z-index: 3;
  }
}
.top-mv__cta-button {
  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;
  width: clamp(6.5625rem, 3.273vw + 5.795rem, 8.25rem);
  height: clamp(6.5625rem, 3.273vw + 5.795rem, 8.25rem);
  background-color: #ff9e28;
  color: #ffffff;
  border-radius: 999px;
  text-align: center;
  font-size: max(1.25rem, 12px);
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .top-mv__cta-button {
    font-size: max(1.125rem, 12px);
  }
}
@-webkit-keyframes fadeIn-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeIn-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeIn-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top-mv__scroll {
  position: absolute;
  content: "";
  bottom: -1.5rem;
  right: 10%;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 767px) {
  .top-mv__scroll {
    display: block;
  }
}
.top-mv__scroll span {
  color: #4971ce;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}

.top-mv__scroll span::after {
  content: "";
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 40px;
  border: 0.3px solid #4971ce;
  background: #4971ce;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: moveArrow;
          animation-name: moveArrow;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
    height: 0;
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
    height: 2.5rem;
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
    height: 0;
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
    height: 0;
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
    height: 2.5rem;
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
    height: 0;
  }
}
.top-news {
  background-color: #ffffff;
}

.top-news__inner {
  max-width: 1100px;
}

.top-news__content {
  background-color: #f3ffdd;
  border-radius: 1.25rem;
  padding-top: 1.3125rem;
  padding-bottom: 5.6875rem;
  padding-inline: 2.5rem;
}

@media screen and (max-width: 767px) {
  .top-news__content {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    padding-inline: 0;
    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: 767px) {
  .top-news__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-news__list {
  margin-top: 1.3125rem;
  max-width: 944px;
  width: 100%;
  padding: 1.25rem 2.1875rem;
  margin-inline: auto;
  background-color: #ffffff;
  border-radius: 1.25rem;
}

@media screen and (max-width: 767px) {
  .top-news__list {
    margin-top: 2.5625rem;
    padding: 0.25rem 0.0625rem 1.25rem 1.375rem;
    background-color: #f8ffeb;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-news__item a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 9.875rem 7.6875rem 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-block: 0.75rem;
}

@media screen and (max-width: 767px) {
  .top-news__item a {
    display: block;
  }
}
.top-news__date {
  display: inline-block;
  color: #282f27;
  font-size: max(1rem, 12px);
  font-weight: 500;
  line-height: 1.4375;
}

@media screen and (max-width: 767px) {
  .top-news__date {
    font-size: max(0.875rem, 12px);
    line-height: 1.2142857143;
  }
}
.top-news__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}

.top-news__label {
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 0.3125rem;
  padding-block: 0.1875rem;
  padding-inline: 0.3125rem;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-news__label {
    margin-top: 0.4375rem;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    padding-inline: 0.9375rem;
    min-width: 7.6875rem;
    width: auto;
  }
}
.top-news__label--diary {
  background: #eea230;
}

.top-news__label--notice {
  background: #52a7f2;
}

.top-news__label--other {
  background: #54c382;
}

.top-news__item-title {
  margin-left: 1.9375rem;
  color: #282f27;
  font-size: max(1rem, 12px);
  font-weight: 500;
  line-height: 1.1875;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .top-news__item-title {
    margin-top: 0.9375rem;
    margin-left: 0;
    font-size: clamp(12px, 5vw - 0.3rem, 1rem);
    font-weight: 400;
    letter-spacing: 0.03em;
  }
}
.top-news__button {
  max-width: 944px;
  width: 100%;
  margin-top: -2rem;
  margin-inline: auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .top-news__button {
    margin-top: 1rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}
.top-news__button a {
  color: #3a95ff;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  line-height: 1.4444444444;
  position: relative;
  padding: 0.625rem 1.375rem 0.625rem 0.625rem;
}

@media screen and (max-width: 767px) {
  .top-news__button a {
    font-size: max(1rem, 12px);
  }
}
.top-news__button a::after {
  position: absolute;
  content: "";
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.8125rem;
  height: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../images/news/news-button-arrow.svg) no-repeat center center/cover;
}

.top-news__button a:hover {
  opacity: 1;
}

.top-news__button a:hover::after {
  right: -0.5em;
}

/* @media screen and (min-width: 768px) {
  .top-recruit {
    background: url(../images/recruit-bg.svg) no-repeat center center/cover;
    background-position: top;
  }
} */
.top-recruit {
  background: url(../images/recruit-bg1.svg) no-repeat center center/cover;
  background-position: top;
}

@media screen and (max-width: 767px) {
  .top-recruit {
    background: url(../images/recruit-sp.svg) no-repeat center center/cover;
    background-position: top;
  }
}
.top-recruit__inner {
  max-width: 1140px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .top-recruit__inner {
    padding-inline: 0;
  }
}
.top-recruit__title.common-title .common-title__jp {
  color: #ffffff;
}

/* @media screen and (max-width: 767px) {
  .top-recruit__title.common-title .common-title__jp {
    color: #282F27;
  }
} */
.top-recruit__title.common-title .common-title__en {
  color: #ffffff;
}

/* @media screen and (max-width: 767px) {
  .top-recruit__title.common-title .common-title__en {
    color: #969696;
  }
} */
.top-recruit__voice {
  margin-top: 3.3125rem;
}

@media screen and (max-width: 767px) {
  .top-recruit__voice {
    margin-top: 4.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .staff-voice {
    /* padding-top: 5.125rem;
    padding-bottom: 5.4375rem;
    background: url(../images/recruit-bg-sp.svg) no-repeat center center/cover;
    background-position: top; */
    padding-inline: 1rem;
  }
}
/* @media screen and (max-width: 767px) and (max-width: 767px) {
  .staff-voice {
    padding-top: 2.125rem;
  }
} */
@media screen and (max-width: 767px) {
  .staff-voice__wrapper {
    max-width: 600px;
    margin-inline: auto;
  }
}
.top-recruit__description {
  margin-top: 2.25rem;
  max-width: 798px;
  margin-inline: auto;
  color: #ffffff;
  font-size: max(1rem, 12px);
  font-weight: 350;
  line-height: 1.5625;
}

@media screen and (max-width: 767px) {
  .top-recruit__description {
    margin-top: 1.875rem;
  }
}
.staff-voice__container {
  margin-top: 3.125rem;
  max-width: 986px;
  margin-inline: auto;
  border-radius: 1.875rem;
  background: #fffefc;
  padding: 1.625rem 3.25rem 1.75rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.203539823%;
}

@media screen and (max-width: 767px) {
  .staff-voice__container {
    margin-top: 3.75rem;
    padding: 2rem 0.625rem 2.25rem 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staff-voice__section {
  max-width: 17.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .staff-voice__section {
    max-width: 100%;
    padding-inline: 1.375rem;
  }
}
.staff-voice__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}

.staff-voice__tag .common-tag {
  padding: 0.0625rem 0.875rem 0.0625rem 0.6875rem;
}

.staff-voice__title {
  margin-top: 1.5625rem;
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1.875rem, 12px);
  font-weight: 400;
  line-height: 1.4333333333;
}

@media screen and (max-width: 767px) {
  .staff-voice__title {
    margin-top: 0.75rem;
  }
}
.staff-voice__description {
  margin-top: 3.0625rem;
  color: #282f27;
  font-size: max(0.875rem, 12px);
  font-weight: 400;
  line-height: 1.7857142857;
}

@media screen and (max-width: 767px) {
  .staff-voice__description {
    margin-top: 1.125rem;
  }
}
.staff-voice__btn {
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .staff-voice__btn {
    text-align: center;
    margin-top: 0.75rem;
  }
}
.staff-voice__flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.3756432247%;
}

@media screen and (max-width: 767px) {
  .staff-voice__flex {
    margin-top: 2.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staff-voice__card {
  width: calc(50% - 1.34375rem);
  max-width: 271px;
}

@media screen and (max-width: 767px) {
  .staff-voice__card {
    width: 100%;
    max-width: 100%;
  }
  .staff-voice__card:not(:first-of-type) {
    margin-top: 1.75rem;
  }
}
.staff-voice__card:hover {
  opacity: 1;
}

.staff-voice__card:hover .staff-voice__arrow::after {
  right: -10px;
}

.staff-voice__image {
  max-width: 271px;
  width: 100%;
}

.staff-voice__image img {
  width: 100%;
  aspect-ratio: 271/143;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.875rem 1.875rem 0 0;
}

@media screen and (max-width: 767px) {
  .staff-voice__image {
    max-width: 100%;
  }
  .staff-voice__image img {
    aspect-ratio: 327/226;
  }
}
.staff-voice__content {
  background-color: #ffffff;
  border: 1px solid #cac9c9;
  border-radius: 0 0 1.875rem 1.875rem;
  padding: 1.5rem 1.1875rem 2rem;
}

@media screen and (max-width: 767px) {
  .staff-voice__content {
    text-align: center;
    padding: 1.5rem 1.1875rem 3.625rem;
  }
}
.staff-voice__category {
  display: inline-block;
  color: #ffffff;
  font-size: max(1rem, 12px);
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 10px;
  background: #6ec167;
  padding: 0.5625rem 1.125rem;
}

@media screen and (max-width: 767px) {
  .staff-voice__category {
    letter-spacing: 0.05em;
    padding: 0.4375rem 1.125rem;
  }
}
.staff-voice__text {
  margin-top: 1.4375rem;
  color: #282f27;
  font-size: max(0.875rem, 12px);
  font-weight: 400;
  line-height: 1.7857142857;
}

@media screen and (max-width: 767px) {
  .staff-voice__text {
    margin-top: 1.25rem;
    font-size: max(1rem, 12px);
    text-align: start;
    margin-inline: auto;
    line-height: 2;
  }
}
.staff-voice__arrow {
  margin-top: 2.5rem;
  position: relative;
}

.staff-voice__arrow::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1.4375rem;
  height: 1rem;
  background: url(../images/top-voice-arrow.svg) no-repeat center center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-recruit__foreign {
  margin-top: 3.375rem;
}

.foreign-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 61.625rem;
  margin-inline: auto;
  border-radius: 1.875rem;
  background: #fffefc;
  padding: 2.1875rem 2.125rem 2.8125rem;
}

@media screen and (max-width: 767px) {
  .foreign-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.1875rem 1.25rem 2.8125rem;
  }
}
.foreign-content .foreign-content__text-group {
  width: 29.8125rem;
}

@media screen and (max-width: 767px) {
  .foreign-content .foreign-content__text-group {
    width: 100%;
    overflow-wrap: break-word;
  }
}
.foreign-content__title {
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1.875rem, 12px);
  font-weight: 400;
  line-height: 1.4333333333;
}

.foreign-content__description {
  margin-top: 1.875rem;
  color: #282f27;
  font-size: max(0.875rem, 12px);
  font-weight: 350;
  line-height: 1.7857142857;
}

.foreign-content__features {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .foreign-content__features {
    margin-top: 2.5625rem;
  }
}
.foreign-content__item {
  color: #282f27;
  font-size: max(0.875rem, 12px);
  font-weight: 400;
  line-height: 1.7857142857;
}

.foreign-content__cta {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .foreign-content__cta {
    margin-top: 3rem;
    width: 100%;
    max-width: 305px;
  }
}
.foreign-content__button {
  width: 100%;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  color: #fff;
  border-radius: 0.3125rem;
  background-color: #3a95ff;
  position: relative;
  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;
}

.foreign-content__button::after {
  content: "";
  background: url(../images/common/button-arrow-big.svg) no-repeat center center/cover;
  width: 14px;
  height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.4375rem 0.5rem;
}

.foreign-content__button:hover {
  opacity: 1;
}

.foreign-content__button:hover::after {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.top-service {
  background-color: #fffef4;
  overflow: hidden;
}

.top-service__bg-top {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-service__bg-top {
    display: none;
  }
}
.top-service__bg-top img {
  width: 100%;
  aspect-ratio: 1200/245;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-service__grid {
  margin-top: 5.375rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 4.625rem 1.875rem;
  grid-template-areas: "a a a b b b" "c c d d e e";
}

@media screen and (max-width: 767px) {
  .top-service__grid {
    margin-top: 3.875rem;
    display: block;
  }
}
.top-service__item {
  border-radius: 1.875rem;
  border: 1px solid #cac9c9;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
}

.top-service__item:first-child {
  grid-area: a;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media screen and (max-width: 767px) {
  .top-service__item:first-child {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.top-service__item:nth-child(2) {
  grid-area: b;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@media screen and (max-width: 767px) {
  .top-service__item:nth-child(2) {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.top-service__item:nth-child(3) {
  grid-area: c;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 767px) {
  .top-service__item:nth-child(3) {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.top-service__item:nth-child(4) {
  grid-area: d;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 767px) {
  .top-service__item:nth-child(4) {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.top-service__item:nth-child(5) {
  grid-area: e;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 767px) {
  .top-service__item:nth-child(5) {
    -webkit-animation-delay: unset;
            animation-delay: unset;
  }
}
.top-service__item.top-service__item--green .top-service__heading {
  background-color: #86cd80;
}

.top-service__item.top-service__item--blue .top-service__heading {
  background-color: #6cc4ea;
}

.top-service__item.top-service__item--pink .top-service__heading {
  background-color: #ffa1bf;
}

.top-service__item.top-service__item--orange .top-service__heading {
  background-color: #eaa365;
}

.top-service__item.top-service__item--purple .top-service__heading {
  background-color: #d0aedc;
}

@media screen and (max-width: 767px) {
  .top-service__item:not(:first-of-type) {
    margin-top: 3rem;
  }
}
.top-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  padding: 1.75rem 1.125rem 2.1875rem;
}

.top-service__container.top-service__container--content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .top-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.75rem 1.125rem 2.625rem;
  }
}
.top-service__content {
  margin-top: 1.6875rem;
  width: clamp(200px, 2.315vw + 12.639rem, 14.375rem);
  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: 767px) {
  .top-service__content {
    display: contents;
  }
}
.top-service__heading {
  color: #ffffff;
  text-align: center;
  font-size: max(1.4375rem, 12px);
  font-weight: 400;
  line-height: 1.2173913043;
  border-radius: 1.875rem 1.875rem 0 0;
  padding-block: 1.125rem 0.875rem;
}

.top-service__name {
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1.3125rem, 12px);
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top-service__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top-service__description {
  margin-top: 1rem;
  color: #282f27;
  font-size: max(1rem, 12px);
  font-weight: 350;
  line-height: 1.5625;
}

@media screen and (max-width: 767px) {
  .top-service__description {
    margin-top: 2.875rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.top-service__btn {
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .top-service__btn {
    margin-top: 2.125rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.top-service__item {
  background-color: #ffffff;
}

.top-service__item .top-service__icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-service__item .top-service__icon img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top-service__item .top-service__icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.75rem;
  }
}
.top-service__item:nth-child(1) .top-service__icon {
  max-width: 206.38px;
}

.top-service__item:nth-child(1) .top-service__icon img {
  aspect-ratio: 206.38/127.519;
}

@media screen and (max-width: 767px) {
  .top-service__item:nth-child(1) .top-service__icon {
    max-width: 165px;
  }
  .top-service__item:nth-child(1) .top-service__icon img {
    aspect-ratio: 165/96.895;
  }
}
.top-service__item:nth-child(2) .top-service__icon {
  max-width: 140px;
}

.top-service__item:nth-child(2) .top-service__icon img {
  aspect-ratio: 222/151.75;
}

@media screen and (max-width: 767px) {
  .top-service__item:nth-child(2) .top-service__icon {
    max-width: 130px;
  }
  .top-service__item:nth-child(2) .top-service__icon img {
    aspect-ratio: 130/91;
  }
}
.top-service__item:nth-child(3) .top-service__icon {
  max-width: 115px;
}

.top-service__item:nth-child(3) .top-service__icon img {
  aspect-ratio: 113/114.21;
}

@media screen and (max-width: 767px) {
  .top-service__item:nth-child(3) .top-service__icon {
    max-width: 135px;
  }
  .top-service__item:nth-child(3) .top-service__icon img {
    aspect-ratio: 113/108.77;
  }
}
.top-service__item:nth-child(4) .top-service__icon {
  max-width: 129px;
}

.top-service__item:nth-child(4) .top-service__icon img {
  aspect-ratio: 129/117;
}

.top-service__item:nth-child(5) .top-service__icon {
  max-width: 108.98px;
}

.top-service__item:nth-child(5) .top-service__icon img {
  aspect-ratio: 108.98/111;
}

.top-service__container--content .top-service__content {
  display: contents;
  margin-top: 1.6875rem;
  width: 100%;
}

.top-service__container--content .top-service__title {
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top-service__container--content .top-service__description {
  margin-top: 2rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.top-service__container--content .top-service__btn {
  margin-top: 1.25rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.top-service__container--content .top-service__icon {
  margin-top: 2rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top-voice {
  background-color: #fffef4;
}

@media screen and (max-width: 767px) {
  .top-voice__inner {
    padding-inline: 0.75rem;
  }
}
.top-voice__container {
  margin-top: 2.4375rem;
  margin-inline: auto;
  max-width: 987px;
  padding: 1.4375rem 2.3125rem 2rem;
  border-radius: 1.875rem;
  background-color: #86cd80;
}

@media screen and (max-width: 767px) {
  .top-voice__container {
    margin-top: 2.25rem;
    padding: 1.25rem 1.5625rem 2.25rem;
  }
}
.top-voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.1135902637%;
}

@media screen and (max-width: 767px) {
  .top-voice__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 767px) {
  .top-voice__item {
    display: contents;
  }
}
.top-voice__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}

.top-voice__tag {
  color: #ffffff;
  padding: 0.125rem 0.875rem 0.1875rem 0.6875rem;
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  line-height: 1.2142857143;
  border-radius: 0.3125rem;
  background-color: #54c382;
}

@media screen and (max-width: 767px) {
  .top-voice__tag {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.top-voice__quote {
  margin-top: 1rem;
  color: #ffffff;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", sans-serif;
  font-size: max(1.875rem, 12px);
  font-weight: 400;
  line-height: 1.4333333333;
}

@media screen and (max-width: 767px) {
  .top-voice__quote {
    margin-top: 0.875rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: max(1.625rem, 12px);
    line-height: 1.6538461538;
  }
}
.top-voice__details {
  margin-top: 1rem;
  color: #ffffff;
  font-size: max(0.875rem, 12px);
  font-weight: 400;
  line-height: 1.7857142857;
}

@media screen and (max-width: 767px) {
  .top-voice__details {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.top-voice__btn {
  margin-top: 2rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .top-voice__btn {
    margin-top: 1.5rem;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    text-align: center;
  }
}
.top-voice__image {
  margin-top: 1.1875rem;
  max-width: 412px;
  width: 100%;
}

.top-voice__image img {
  width: 100%;
  aspect-ratio: 412/237;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.875rem;
}

@media screen and (max-width: 767px) {
  .top-voice__image {
    margin-top: 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
  .top-voice__image img {
    aspect-ratio: 300/200;
  }
}
.top-voice__author {
  margin-top: 0.75rem;
  color: #ffffff;
  font-size: max(0.875rem, 12px);
  font-weight: 400;
  line-height: 1.7857142857;
}

@media screen and (max-width: 767px) {
  .top-voice__author {
    margin-top: 1.5rem;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .is-tab {
    display: none;
  }
}
.page-top__bg-special {
  background: url(../images/service-special-fv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-top__bg-special {
    background: url(../images/sp/service-special-fv-sp.jpg) no-repeat center top/cover;
  }
}

.page-top__head-common {
  border-bottom: 4px solid #86cd80;
}

.breadcrumb {
  margin-top: 1.62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* 横幅が足りなければ折り返す */
  gap: 0.5rem; /* アイテム間の余白 */
}

.breadcrumb__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.7rem;
  font-size: max(0.87rem, 12px);
}
.breadcrumb__text .home span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb__text .home span:hover {
  opacity: 0.5;
}
.breadcrumb__text .breadcrumb__border {
  position: relative;
}
.breadcrumb__text .breadcrumb__border::after {
  content: "＞";
  display: inline-block;
  margin: 0 0.3rem; /* 前後のスペース */
  font-size: max(0.7rem, 10px);
  line-height: 1; /* 親のline-heightに合わせる */
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb__text {
    gap: 0.5rem;
  }
}

/* 他のリンクは改行させない */
.breadcrumb a {
  white-space: nowrap;
}

.breadcrumb .current {
  /* 現在ページ（タイトル部分）だけ */
  white-space: normal; /* 折り返し許可 */
  word-break: break-word; /* 長い単語も途中で改行 */
  max-width: 100%; /* 親幅を超えないように */
}

.service-special__table {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service-special__table {
    padding-top: 1rem;
  }
}

.table-of-contents {
  background: #ebffd1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  padding: 1.25rem 0 1.25rem 3rem;
}
@media screen and (max-width: 767px) {
  .table-of-contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.75rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    padding: 1.25rem 1rem;
  }
}

.table-of-content {
  color: #000;
  text-align: center;
  font-size: max(0.75rem, 12px);
  font-weight: 400;
}

.table-of-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.62rem;
}

.table-of-content__img {
  padding-top: 3px;
}
.table-of-content__img svg {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.service-special__service {
  padding-top: 9.37rem;
}
@media screen and (max-width: 767px) {
  .service-special__service {
    padding-top: 5rem;
  }
}

.service-special__text {
  margin-top: 5.62rem;
  color: #000;
  font-size: max(1rem, 10px);
  font-style: normal;
  font-weight: 350;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .service-special__text {
    margin-top: 2rem;
  }
}

.service-special__swiper {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 4.12rem 0 8.88rem;
}
@media screen and (max-width: 767px) {
  .service-special__swiper {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.swiper-wrapper1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.gallery__slide {
  width: 25%;
  aspect-ratio: 304/203;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.gallery__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .gallery__slide {
    min-width: 11.25rem;
  }
}

.special__lead-service {
  margin-top: 2.75rem;
}

.service-special__service-table {
  margin: 3.75rem auto 0;
  max-width: 70rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-special__service-table {
    margin-top: 2rem;
  }
}

.service-table {
  border-collapse: separate;
  border-spacing: 0px 1px;
  border-color: #fff; /* これで枠線を白に */
  border-radius: 1.87rem;
  overflow: hidden; /* ← border-radius を効かせるため */
  width: 100%;
}

.service-table__row {
  height: 4.75rem;
}

.service-table__th,
.service-table__td {
  text-align: center;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.37rem, 12px);
  font-weight: 400;
  border: none;
}
@media screen and (max-width: 767px) {
  .service-table__th,
  .service-table__td {
    font-size: max(0.9rem, 10px);
  }
}

.service-table__th {
  width: 27.8%;
  background: #54c382;
  color: #fff;
}

.service-table__td {
  width: 72.1%;
  background: #f3f3f3;
}
.service-table__td span {
  text-align: center;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 10px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .service-table__td span {
    font-size: max(0.7rem, 10px);
  }
}

.service-table__note {
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: max(1.12rem, 10px);
  font-weight: 400;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-table__note {
    font-size: max(0.8rem, 10px);
  }
}

.service-special__feature {
  padding-top: 12.06rem;
}
@media screen and (max-width: 767px) {
  .service-special__feature {
    padding-top: 6rem;
  }
}

.service-special__feature-inner {
  position: relative;
}
.service-special__feature-inner::after {
  content: "";
  position: absolute;
  background: url(../images/circle_green.png) no-repeat center center/contain;
  top: 2.62rem;
  right: 3.31rem;
  width: 6.06rem;
  height: 6.06rem;
}
@media screen and (max-width: 767px) {
  .service-special__feature-inner::after {
    width: 4rem;
    height: 4rem;
  }
}

.service-special__feature-title {
  position: relative;
  z-index: 10;
}
.service-special__feature-title::before {
  content: "";
  position: absolute;
  background: url(../images/circle_yellow\ 1.png) no-repeat center center/contain;
  top: 2.93rem;
  left: 11.06rem;
  width: 7.62rem;
  height: 7.62rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service-special__feature-title::before {
    top: 1.93rem;
    left: 5.06rem;
    width: 4.62rem;
    height: 4.62rem;
  }
}
.service-special__feature-title::after {
  content: "";
  position: absolute;
  background: url(../images/circle_blue.png) no-repeat center center/contain;
  top: -2rem;
  left: 3.5rem;
  width: 9.62rem;
  height: 9.62rem;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  .service-special__feature-title::after {
    top: -1rem;
    left: 0.5rem;
    width: 6.62rem;
    height: 6.62rem;
  }
}

.service-special__feature-head {
  margin-top: 7.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-special__feature-head {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
  }
}

.feature-big__img {
  width: 50.98%;
}
@media screen and (max-width: 767px) {
  .feature-big__img {
    width: 100%;
  }
}

.feature-big__texts {
  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.37rem;
  width: 46.13%;
}
@media screen and (max-width: 767px) {
  .feature-big__texts {
    width: 100%;
    gap: 1.5rem;
  }
}

.service-special__feature-items {
  margin-top: 6.12rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .service-special__feature-items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
    gap: 3rem;
  }
}

.service-special__feature-item {
  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: 2rem;
}
@media screen and (max-width: 767px) {
  .service-special__feature-item {
    gap: 1.5rem;
  }
}

.feature-big__img-head,
.feature-item__img,
.feature-big__img-footer {
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .feature-big__img-head img,
  .feature-item__img img,
  .feature-big__img-footer img {
    aspect-ratio: 16/9;
  }
}

.feature-item__img-radius img {
  border-radius: 1.62rem;
}

.service-special__feature-footer {
  margin-top: 4.37rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1.62rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-special__feature-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
    gap: 1.5rem;
  }
}
.service-special__feature-footer::before {
  content: "";
  position: absolute;
  background: url(../images/service-special-footer.png) no-repeat center center/cover;
  bottom: -1.81rem;
  left: 0;
  width: 73.6%;
  height: 5.56rem;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service-special__feature-footer::before {
    bottom: -2.81rem;
  }
}
@media screen and (max-width: 767px) {
  .service-special__feature-footer::before {
    background: none;
  }
}
.service-special__feature-footer::after {
  content: "";
  position: absolute;
  background: url(../images/circle_green2.png) no-repeat center center/contain;
  bottom: -4.81rem;
  right: 28.56rem;
  width: 1.76rem;
  height: 1.76rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .service-special__feature-footer::after {
    background: none;
  }
}

.feature-big__img-footer {
  width: 58.62%;
}
@media screen and (max-width: 767px) {
  .feature-big__img-footer {
    width: 100%;
  }
}

.feature-footer__texts {
  margin-top: 1.25rem;
  width: 39.1%;
  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: 767px) {
  .feature-footer__texts {
    width: 100%;
    margin-top: 0;
  }
}

.service-special__medical {
  padding-top: 17rem;
}
@media screen and (max-width: 767px) {
  .service-special__medical {
    padding-top: 7rem;
  }
}

.special__medical-lead {
  margin-top: 2.75rem;
}

.service-special__medical-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.31rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .service-special__medical-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.medical-content__img {
  max-width: 346px;
}
@media screen and (max-width: 767px) {
  .medical-content__img {
    padding-inline: 1.5rem;
  }
}

.medical-content__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.medical-content__text {
  position: relative;
  padding-left: 1.2rem;
  max-width: 640px;
  color: #000;
  font-size: max(1rem, 12px);
  font-weight: 350;
  line-height: 1.75; /* 175% */
}
.medical-content__text::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
}

.service-special__building {
  padding-top: 10.25rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .service-special__building {
    padding-top: 6rem;
  }
}

.service-special__building-inner {
  position: relative;
  z-index: 1;
}
.service-special__building-inner::after {
  content: "";
  position: absolute;
  background: url(../images/circle_blue.png) no-repeat center center/contain;
  top: -2rem;
  right: -5rem;
  width: 9.31rem;
  height: 9.31rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service-special__building-inner::after {
    width: 6rem;
    height: 6rem;
  }
}

.service-special__building-title {
  position: relative;
  z-index: 10;
}
.service-special__building-title::before {
  content: "";
  position: absolute;
  background: url(../images/circle_green.png) no-repeat center center/contain;
  top: 5rem;
  left: 14.37rem;
  width: 5.43rem;
  height: 5.43rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service-special__building-title::before {
    top: 5rem;
    left: 5.06rem;
    width: 3.43rem;
    height: 3.43rem;
  }
}
.service-special__building-title::after {
  content: "";
  position: absolute;
  background: url(../images/circle_yellow\ 1.png) no-repeat center center/contain;
  top: -2rem;
  left: 2rem;
  width: 8.81rem;
  height: 8.81rem;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  .service-special__building-title::after {
    top: -2rem;
    left: 0.5rem;
    width: 5.81rem;
    height: 5.81rem;
  }
}

.service-special__building-table {
  margin: 6.56rem auto 0;
  max-width: 60.62rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-special__building-table {
    margin-top: 3rem;
  }
}

.pl1 {
  padding-left: 1rem;
}

.building-table__row:last-child {
  height: 13.18rem;
}

.building-table__th,
.building-table__td {
  text-align: left;
}

.building-table__th {
  padding-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .building-table__th {
    padding-left: 0.8rem;
  }
}

.building-table__th--top {
  vertical-align: top;
  padding-top: 1rem;
}

.building-table__td {
  padding-left: 1.62rem;
}
@media screen and (max-width: 767px) {
  .building-table__td {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

.building-table__td--top {
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .building-table__td--top {
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .building-table__br {
    padding-left: 2rem;
  }
}

.building-table__br-large {
  padding-left: 12.1rem;
}
@media screen and (max-width: 767px) {
  .building-table__br-large {
    padding-left: 2rem;
  }
}

.service-special__price {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .service-special__price {
    padding-top: 6rem;
  }
}

.service-special__price-content {
  margin-top: 2.62rem;
}

.service-price__text {
  margin-top: 4rem;
  color: #31ad65;
  font-size: max(1.37rem, 12px);
  font-weight: 700;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .service-price__text {
    margin-top: 2rem;
  }
}

.service-price__lead {
  color: #31ad65;
  font-size: max(1.37rem, 12px);
  font-weight: 700;
  line-height: 1.27;
}

.service-price__unit {
  margin-top: 3.5rem;
}

.service-price__unit-text {
  color: #000;
  font-size: 18px;
  font-size: max(1.12rem, 12px);
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}

.service-price__unit-value {
  color: #000;
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin-top: 1rem;
}

.table-wrapper {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .table-wrapper {
    overflow-x: auto;
  }
}

.care-table {
  border-collapse: separate;
  border-spacing: 0 0;
  border-color: #fff; /* これで枠線を白に */
  border-radius: 1rem;
  overflow: hidden; /* ← border-radius を効かせるため */
  width: 100%;
}
@media screen and (max-width: 767px) {
  .care-table {
    width: 100%;
    table-layout: fixed;
    overflow-x: auto;
    min-width: 600px;
  }
}

.care-table__head {
  background: #54c382;
}

.care-table__row--head {
  color: #fff;
  font-size: max(1.31rem, 12px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .care-table__row--head {
    font-size: max(1.1rem, 12px);
  }
}

.care-table__row--head .care-table__th {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.care-table__th,
.care-table__td {
  padding: 0.87rem 0 0.87rem 1.37rem;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .care-table__th,
  .care-table__td {
    word-break: break-word;
    padding: 0.5rem 0.5rem 0.5rem 0.8rem;
  }
}

.care-table__th {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .care-table__th {
    font-size: max(1rem, 12px);
  }
}

.care-table__body {
  background: #fff;
}

.care-table__td {
  color: #000;
  font-size: max(1.31rem, 12px);
  font-weight: 350;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .care-table__td {
    font-size: max(1.1rem, 12px);
  }
}

/* 角丸対応 */
.care-table tr:first-child th:first-child {
  border-top-left-radius: 1rem;
}

.care-table tr:first-child th:last-child {
  border-top-right-radius: 1rem;
}

.care-table tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}

.care-table tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}

.care-table__detail {
  color: #000;
  font-family: Inter;
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1rem;
}

.service-price__unit-lead {
  color: #31ad65;
  font-size: max(1.12rem, 12px);
  font-weight: 700;
  line-height: 32px;
}

.cost-table__wrapper {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .cost-table__wrapper {
    overflow-x: auto;
  }
}

.cost-table {
  border-collapse: separate;
  border-spacing: 0 0;
  border-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cost-table {
    width: 100%;
    overflow-x: auto;
    min-width: 600px;
  }
}

.cost-table__head {
  background: #54c382;
}

.cost-table__row--head {
  color: #fff;
  font-size: max(1.31rem, 12px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cost-table__row--head {
    font-size: max(1.1rem, 12px);
  }
}

.cost-table__row--head .cost-table__th {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.cost-table__th,
.cost-table__td {
  padding: 0.87rem 0 0.87rem 1.37rem;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .cost-table__th,
  .cost-table__td {
    padding: 0.4rem;
  }
}

.cost-table__th {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cost-table__th {
    font-size: max(1rem, 12px);
  }
}

.cost-table__body {
  background: #fff;
}

.cost-table__td {
  color: #000;
  font-size: max(1.31rem, 12px);
  font-weight: 350;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .cost-table__td {
    font-size: max(1.1rem, 12px);
  }
}

/* 角丸対応 */
.cost-table tr:first-child th:first-child {
  border-top-left-radius: 1rem;
}

.cost-table tr:first-child th:last-child {
  border-top-right-radius: 1rem;
}

.cost-table tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}

.cost-table tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}

.fee-info {
  margin-top: 40px;
}

.fee-info__title {
  color: #31ad65;
  font-size: max(1.12rem, 12px);
  font-weight: 700;
  line-height: 32px; /* 177.778% */
}

.fee-info__text {
  color: #000;
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 2rem;
}

.service-special__price-footer {
  margin-top: 9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-special__price-footer {
    margin-top: 4rem;
  }
}

.contact-button {
  background: #fca919;
}

.l-faq-layout {
  padding-top: 14.3125rem;
}
@media screen and (max-width: 767px) {
  .l-faq-layout {
    padding-top: 7rem;
  }
}

.l-faq__content {
  max-width: 902px;
  margin-inline: auto;
  margin-top: 6.375rem;
}
@media screen and (max-width: 767px) {
  .l-faq__content {
    margin-top: 2.5rem;
  }
}

.service-special__admission {
  padding-top: 14.37rem;
  padding-bottom: 6.93rem;
}
@media screen and (max-width: 767px) {
  .service-special__admission {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
}

.admission-content {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .admission-content {
    margin-top: 3rem;
  }
}

.admission-content__text {
  padding-left: 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .admission-content__text {
    margin-top: 2.375rem;
    padding-inline: 1.5rem;
  }
}

.service-special__admission-footer {
  margin-top: 4.06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.37rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-top__bg-stay {
  background: url(../images/service-stay-fv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-top__bg-stay {
    background: url(../images/sp/service-stay-fv-sp.jpg) no-repeat center top/cover;
  }
}

.page-top__head-stay {
  border-bottom: 4px solid #6cc4ea;
}

.service-stay__text {
  margin-top: 3.2rem;
}

.stay__service-lists {
  margin-top: 3.93rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.43rem;
}

.stay__service-list {
  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.3rem;
}
.stay__service-list span {
  font-weight: 700;
  margin-bottom: 2rem;
}

.stay__service-support {
  margin: 4.5rem auto 0;
  border-radius: 1.25rem;
  border: 1px solid #54c382;
  background: #f8ffeb;
  padding: 2rem 5.31rem 2.75rem;
  max-width: 48.5rem;
}
@media screen and (max-width: 767px) {
  .stay__service-support {
    margin-top: 2rem;
    padding: 1.5rem 1rem 1.5rem;
  }
}

.stay__service-support-lead {
  color: #31ad65;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.16;
}
@media screen and (max-width: 767px) {
  .stay__service-support-lead {
    font-size: max(1.25rem, 12px);
  }
}

.stay__service-support-lists {
  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.62rem;
  margin-top: 2.18rem;
}

.stay__service-support-list {
  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: 767px) {
  .stay__service-support-list {
    gap: 0.5rem;
  }
}

.support-list__tag {
  width: 1.31rem;
  height: 1.31rem;
  border: 3px solid #f78262; /* ドーナツの太さと色 */
  border-radius: 50%; /* 完全な円にする */
  background-color: #f8ffeb; /* 中心を白く塗る（背景色） */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.support-list__text {
  color: #000;
  font-size: max(1.31rem, 12px);
  font-weight: 350;
  line-height: 1.33; /* 133.333% */
}
@media screen and (max-width: 767px) {
  .support-list__text {
    font-size: max(1.12rem, 12px);
  }
}

.service-stay__middle {
  margin-top: 7.62rem;
}
@media screen and (max-width: 767px) {
  .service-stay__middle {
    margin-top: 4rem;
  }
}

.service-stay__item {
  margin-top: 5.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .service-stay__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
    gap: 1.5rem;
  }
}

.stay__item-img {
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.stay__item-lists {
  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;
}
@media screen and (max-width: 767px) {
  .stay__item-lists {
    gap: 2.5rem;
  }
}

.stay__item-lists-footer {
  margin-top: 1.87rem;
}
@media screen and (max-width: 767px) {
  .stay__item-lists-footer {
    margin-top: 2.5rem;
  }
}

.stay__item-list {
  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.31rem;
}
@media screen and (max-width: 767px) {
  .stay__item-list {
    gap: 1.5rem;
  }
}

.stay__item-list-second {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .stay__item-list-second {
    margin-top: 0;
  }
}

.stay__item-lead {
  color: #af6b26;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .stay__item-lead {
    text-align: center;
  }
}

.service-stay__lead {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .service-stay__lead {
    margin-top: 2rem;
  }
}

.stay__feature-item {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.62rem;
}
@media screen and (max-width: 767px) {
  .stay__feature-item {
    -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;
    margin-top: 1rem;
  }
}

.stay__feature-item-img {
  max-width: 23.75rem;
  width: 100%;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.stay__feature-item-text {
  padding-right: 2rem;
  margin-top: 2.37rem;
}
@media screen and (max-width: 767px) {
  .stay__feature-item-text {
    padding-right: 0;
    margin-top: 0;
  }
}

.stay__feature-lists {
  margin-top: 1.75rem;
  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;
}
@media screen and (max-width: 767px) {
  .stay__feature-lists {
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
}

.stay__feature-list {
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .stay__feature-list {
    padding-right: 0;
    gap: 1.5rem;
  }
}

.stay__price-lists {
  margin-top: 4rem;
  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;
}
@media screen and (max-width: 767px) {
  .stay__price-lists {
    margin-top: 2rem;
  }
}

.stay__price-list-lead {
  color: #31ad65;
  font-size: max(1.12rem, 12px);
  font-weight: 700;
  line-height: 1.55;
}

.page-top__bg-day {
  background: url(../images/service-day-fv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-top__bg-day {
    background: url(../images/sp/service-day-fv-sp.jpg) no-repeat center top/cover;
  }
}

.page-top__head-day {
  border-bottom: 4px solid #ffa1bf;
}

.service-day__text {
  margin-top: 4rem;
  text-align: center;
  color: #000;
  font-size: max(1.12rem, 12px);
  font-weight: 350;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .service-day__text {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service-day__text {
    text-align: left;
  }
}

.service-text__day {
  color: #000;
  font-size: max(1.12rem, 12px);
  font-weight: 350;
  line-height: 1.55;
}
.service-text__day span {
  font-weight: 700;
}

.day-stuff__text {
  margin: 5.62rem auto 0;
  color: #000;
  font-size: max(1rem, 10px);
  font-weight: 350;
  line-height: 1.75;
  max-width: 60rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .day-stuff__text {
    margin-top: 2rem;
  }
}

.day__service-lists {
  margin-top: 3.93rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.43rem;
}

.day__service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.day__service-list span {
  font-weight: 700;
  margin-bottom: 2rem;
}
.day__service-list:nth-child(n+4) {
  margin-top: 5rem;
}

.day__service-list-second {
  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;
}
@media screen and (max-width: 767px) {
  .day__service-list-second {
    margin-top: 0;
    gap: 1.5rem;
  }
}

.service-day__item {
  margin-top: 1.37rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-day__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.service-day__item-second {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .service-day__item-second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}

.day__item-img {
  max-width: 23.25rem;
  width: 100%;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .day__item-img {
    margin: 0 auto;
  }
}

.day__item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .day__item-lists {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.day__item-list {
  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.31rem;
}
@media screen and (max-width: 767px) {
  .day__item-list {
    gap: 1.5rem;
  }
}

.day__service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.68rem;
  margin-top: 1.37rem;
}
@media screen and (max-width: 767px) {
  .day__service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.day__service-item-img {
  max-width: 23.25rem;
  width: 100%;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.service-day__service-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .service-day__service-table {
    margin-top: 2rem;
  }
}

.service-day-table {
  border-collapse: separate;
  border-spacing: 0px 1px;
  border-color: #fff; /* これで枠線を白に */
  border-radius: 1.87rem;
  overflow: hidden; /* ← border-radius を効かせるため */
  width: 100%;
  max-width: 60.06rem;
}

.day-table__th,
.day-table__td {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .day-table__th,
  .day-table__td {
    text-align: center;
  }
}

.day-table__th {
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .day-table__th {
    padding-inline: 0.1rem;
  }
}

.day-table__td {
  padding-inline: 1.75rem;
}
@media screen and (max-width: 767px) {
  .day-table__td {
    padding-inline: 0.1rem;
  }
}

@media screen and (max-width: 767px) {
  .left-small {
    margin-left: -0.26rem;
  }
}

.day__service-footer {
  margin-top: 1.37rem;
}
@media screen and (max-width: 767px) {
  .day__service-footer {
    margin-top: 0;
  }
}

.day__service-footer-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.68rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .day__service-footer-imgs {
    -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;
  }
}

.day__service-footer-img {
  max-width: 23.25rem;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.day-footer-table table {
  max-width: 70rem;
  width: 100%;
  border-collapse: collapse;
  margin: 2rem auto 0;
}
.day-footer-table table th,
.day-footer-table table td {
  text-align: left;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  color: #191818;
  padding-bottom: 0.56rem;
}
@media screen and (max-width: 767px) {
  .day-footer-table table th,
  .day-footer-table table td {
    font-size: max(0.9rem, 10px);
  }
}
.day-footer-table table th {
  width: 21%;
  border-bottom: 2px solid #54c382;
  padding-top: 1.18rem;
}
.day-footer-table table td {
  width: 79%;
  border-bottom: 2px solid #dcdcdc;
  padding-left: 2.5rem;
  padding-top: 1.18rem;
}

.day__price-text {
  margin: 2.5rem auto 0;
  max-width: 60rem;
  width: 100%;
}
.page-top__bg-place {
  background: url(../images/service-place-fv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-top__bg-place {
    background: url(../images/sp/service-place-fv-sp.jpg) no-repeat center top/cover;
  }
}

.page-top__head-place {
  border-bottom: 4px solid #eaa365;
}

.service-place__text {
  margin-top: 4rem;
}

.place-service__lists {
  margin-top: 3.93rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2rem;
}

.place-service__text {
  margin-top: 2.37rem;
}

.flow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.43rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .flow-container {
    -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: 3.43rem;
  }
}

.flow-step {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 4px;
  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;
  position: relative;
  width: 4rem;
  height: 18.12rem;
  border-radius: 0.62rem;
  background: #54c382;
  color: #fff;
  font-size: max(1.5rem, 12px);
  font-weight: 350;
  line-height: 1.37;
}
@media screen and (max-width: 767px) {
  .flow-step {
    letter-spacing: 0;
  }
}
.flow-step::after {
  content: "";
  position: absolute;
  background: url(../images/floe-arrow.png) no-repeat center center/contain;
  width: 2.5rem;
  height: 2.5rem;
  right: -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  color: #54c382;
}
@media screen and (max-width: 767px) {
  .flow-step::after {
    right: 0;
    left: 50%;
    top: 126%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 1.5rem;
    height: 1.5rem;
  }
}
.flow-step:nth-of-type(5) {
  font-size: 16px;
}
.flow-step:last-child::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .flow-step {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 18.12rem;
    height: 4rem;
  }
}

.service-place__item {
  margin-top: 1.37rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-place__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.place__item-img {
  max-width: 23.25rem;
  width: 100%;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .place__item-img {
    margin: 0 auto;
  }
}

.place__item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .place__item-lists {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

.place__feature-item {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .place__feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .place__item-list-footer {
    margin-top: 2.5rem;
  }
}

.service-day__lead {
  margin-top: 4rem;
}
.service-place__lead {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .service-place__lead {
    margin-bottom: 2rem;
  }
}

.service-place__contact {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .service-place__contact {
    margin-top: 2.375rem;
    padding-inline: 1.5rem;
  }
}

.service-place__contact-footer {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-place__contact-footer {
    margin-top: 4rem;
  }
}

.page-top__bg-center {
  background: url(../images/service-center-fv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-top__bg-center {
    background: url(../images/sp/service-center-fv-sp.jpg) no-repeat center top/cover;
  }
}

.page-top__head-center {
  border-bottom: 4px solid #d0aedc;
}

.service-center__service-text {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service-center__service-text {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .service-center__service-text {
    text-align: left;
  }
}

.service__center-img {
  padding-inline: 4.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service__center-img {
    padding-inline: 0rem;
  }
}

.service__center-both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7rem;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service__center-both {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}

.service__center-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service__center-left {
    width: 100%;
  }
}

.service__center-right {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .service__center-right {
    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;
    width: 100%;
  }
}

.service__center-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .service__center-lists {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.service__center-list {
  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.31rem;
}
@media screen and (max-width: 767px) {
  .service__center-list {
    gap: 1.5rem;
  }
}

.service-center__service-button {
  margin-top: 7.68rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-center__service-button {
    margin-top: 3rem;
  }
}

.button-text__small {
  font-family: "Noto Sans JP";
  font-size: max(1.12rem, 12px);
  font-style: normal;
  font-weight: 700;
}

.service-center__contents {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12rem;
}

.service-center__local-text {
  margin-top: 3.12rem;
}
@media screen and (max-width: 767px) {
  .service-center__local-text {
    margin-top: 1.5rem;
  }
}

.center__local-content {
  border: 1px solid #54c382;
  background: #f8ffeb;
  margin-top: 7rem;
}

.local-content__title {
  color: #fff;
  text-align: center;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.62rem, 12px);
  font-weight: 400;
  background: #54c382;
  padding-block: 0.5rem;
}

.local-content__item {
  padding: 2rem 2.37rem;
}
@media screen and (max-width: 767px) {
  .local-content__item {
    padding: 1rem;
  }
}

.local-content__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.62rem;
}
.local-content__lead {
  padding-left: 3rem;
  position: relative;
}
.local-content__lead::before {
  content: "";
  position: absolute;
  background: url(../images/local-content-tag.png) no-repeat center center/contain;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.local-content__text {
  margin-top: 0.75rem;
}

.local-content__footer {
  margin-top: 4rem;
  text-align: center;
}

.service-center__text {
  padding-left: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .service-center__text {
    margin-top: 3rem;
    padding-left: 0;
  }
}

.contact-inner {
  max-width: 1024px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
.contact-flows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-flows {
    -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: 1rem;
    padding-right: 0;
    padding-left: 2rem;
  }
}
.contact-flow {
  color: #000;
  font-size: max(1.56rem, 12px);
  font-weight: 400;
  text-align: center;
  background: #eaede1;
  padding-block: 1.12rem;
  max-width: 20rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-flow {
    max-width: 6rem;
    font-size: max(0.6rem, 12px);
    padding-block: 0.4rem;
  }
}
.contact-flow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.5rem;
  border-top: 2.24rem solid transparent;
  border-bottom: 2.24rem solid transparent;
  border-left: 2.5rem solid #eaede1;
  height: 100%;
  width: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-flow::after {
    right: -1rem;
    border-left: 1rem solid #eaede1;
  }
}
@media screen and (max-width: 767px) {
  .contact-flow::after {
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    right: -1.5rem;
    border-left: 1.5rem solid #eaede1;
  }
}
.contact-flow.contact-now::after {
  border-left-color: #cbe380;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-flow:not(:first-child) {
    clip-path: polygon(0 0, 100% 0, calc(100% + 3.5rem) 50%, 100% 100%, 0 100%, 0 100%, 1rem 50%, 0 0);
  }
}
@media screen and (min-width: 1025px) {
  .contact-flow:not(:first-child) {
    clip-path: polygon(0 0, 100% 0, calc(100% + 3.5rem) 50%, 100% 100%, 0 100%, 0 100%, 2.75rem 50%, 0 0);
  }
}

.contact-now {
  background: #cbe380;
}

.contact__box {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .contact__box {
    margin-top: 2rem;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 61.87rem;
  width: 100%;
  margin: 0 auto;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__field:nth-child(n+4) {
    margin-top: 16px;
  }
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  border-radius: 5px;
  background: #cbe380;
  border: 1px solid #cbe380;
}
@media screen and (max-width: 767px) {
  .form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.form-field__head {
  width: 35%;
  background: #cbe380;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
  gap: 1.5rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 767px) {
  .form-field__head {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}

.flex-start {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 1.56rem;
}
@media screen and (max-width: 767px) {
  .flex-start {
    padding: 0.5rem 1rem;
  }
}

.form-field__label {
  font-size: max(1.12rem, 12px);
}
.form-field__tag {
  color: #fff;
  background: #fd4949;
  padding: 0.12rem 0.62rem;
  font-size: max(0.7rem, 12px);
}
@media screen and (max-width: 767px) {
  .form-field__tag {
    padding: 0.12rem 0.32rem;
  }
}

.form-field__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-text {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f2f2f2;
  padding: 1rem;
  width: 100%;
  border: none;
  color: #000;
}
.form-text ::-webkit-input-placeholder {
  color: #ccc;
}
.form-text ::-moz-placeholder {
  color: #ccc;
}
.form-text :-ms-input-placeholder {
  color: #ccc;
}
.form-text ::-ms-input-placeholder {
  color: #ccc;
}
.form-text ::placeholder {
  color: #ccc;
}
.form-text:focus {
  outline: none;
  background-color: #e9f6f8;
}
.form-text:valid {
  background-color: #f5f5f5;
}

.form-radio__item {
  background: #f5f5f5;
  padding: 1.56rem 1.37rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

/* inputは非表示 */
.wpcf7-radio input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label {
  font-weight: 600;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-list-item-label {
  font-size: max(1.12rem, 12px);
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.wpcf7-list-item-label::before {
  width: 1.12rem;
  height: 1.12rem;
  background: #fff;
  left: 0;
  border: 1px solid #000;
}
.wpcf7-list-item-label::after {
  width: 0.62rem;
  height: 0.62rem;
  background: #000;
  left: 0.25rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.form-radio__details {
  margin-top: 2.12rem;
  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.3rem;
}

.form-textarea__item {
  background: #f5f5f5;
  padding: 1rem;
  display: block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.form-textarea__item .wpcf7-not-valid-tip {
  top: 109%;
}

.wpcf7-not-valid-tip {
  position: absolute !important; /* たいてい絶対配置 */
  top: 96%;
  left: 0; /* 左揃え */
  margin-top: 0.25em; /* 少しスペース */
  z-index: 10;
}

.form-textarea {
  padding: 1rem;
  width: 100%;
  height: 10rem;
  color: #000;
  resize: vertical;
  border-radius: 5px;
  border: 1px solid #939393;
  background: #fefefe;
}
.form-textarea ::-webkit-input-placeholder {
  color: #f5f5f5;
}
.form-textarea ::-moz-placeholder {
  color: #f5f5f5;
}
.form-textarea :-ms-input-placeholder {
  color: #f5f5f5;
}
.form-textarea ::-ms-input-placeholder {
  color: #f5f5f5;
}
.form-textarea ::placeholder {
  color: #f5f5f5;
}
.form-textarea:focus {
  outline: 1px solid #3a95ff;
  background: #e9f6f8;
  outline: none;
}

.contact__pryvacy {
  text-align: center;
  margin-top: 4.75rem;
}

.form-checkbox__text a:focus {
  outline: 1px solid #3a95ff;
}

.sns-link {
  color: #0075ff;
}

.contact__footer {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .contact__footer {
    padding-left: 0;
  }
}

.l-contact__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4rem;
  font-weight: 350;
}
@media screen and (max-width: 767px) {
  .l-contact__description {
    margin-top: 2.375rem;
    padding-inline: 1.5rem;
  }
}

.page-top__bg-guide {
  background: url(../images/guide-fv.jpg) no-repeat center center/cover;
}

.guide-flow {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .guide-flow {
    padding-top: 4rem;
  }
}

.guide-flow__contents {
  margin: 7rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
  max-width: 63.37rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .guide-flow__contents {
    margin-top: 4rem;
  }
}

.flow__content-head {
  border-radius: 30px;
  border: 1px solid #54c382;
  background: #fff;
  padding: 50px 32px 70px;
}

.flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__content:not(:first-child) {
  border-radius: 30px;
  border: 1px solid #54c382;
  background: #fff;
  padding: 26px 32px;
}
@media screen and (max-width: 767px) {
  .flow__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow__content-tag {
  width: 8.5rem;
  height: 8.5rem;
  background: #54c382;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-family: Inter;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.41;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}

.flow__content-right {
  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.62rem;
}
@media screen and (max-width: 767px) {
  .flow__content-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.flow__content-lead {
  color: #31ad65;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.62rem, 12px);
  font-weight: 400;
  line-height: 1.07;
}

.flow__content-text {
  color: #000;
  font-size: max(1.12rem, 12px);
  font-weight: 350;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .flow__content-text {
    line-height: 1.8;
  }
}

.application-title {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.application-title__tag {
  width: 2.48rem;
}

.application-title__head {
  color: #010101;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(2rem, 12px);
  font-weight: 400;
  letter-spacing: 1.6px;
}

.application-items {
  margin-top: 1.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.application-lead {
  color: #31ad65;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.62rem, 12px);
  font-weight: 400;
}

.application-form {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.application-form__paper {
  color: #000;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  letter-spacing: 0.9px;
  width: 33%;
  border-bottom: 2px solid #54c382;
  padding-bottom: 0.62rem;
}
@media screen and (max-width: 767px) {
  .application-form__paper {
    width: 45%;
  }
}

.application-form__pdf {
  color: #0059ff;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  letter-spacing: 0.9px;
  width: 66%;
  border-bottom: 2px solid #dcdcdc;
  padding-left: 4.5rem;
  padding-bottom: 0.62rem;
}
@media screen and (max-width: 767px) {
  .application-form__pdf {
    padding-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.application-form__caution {
  color: #000;
  font-size: max(0.87rem, 12px);
  font-weight: 350;
  line-height: 2;
  margin-top: 1rem;
}

.guide-flow__button {
  margin-top: 5.31rem;
  text-align: center;
}

.guide-application {
  padding-top: 8.12rem;
}
@media screen and (max-width: 767px) {
  .guide-application {
    padding-top: 4rem;
  }
}

.guide-application__content {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .guide-application__content {
    -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;
    margin-top: 4rem;
    gap: 4rem;
  }
}

.guide-application__text {
  color: #000;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  line-height: 1.55;
}

.guide-application__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.37rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guide-application__phone-img {
  max-width: 2.18rem;
  width: 100%;
}
.guide-application__phone-img img {
  width: 100%;
  aspect-ratio: 35/35;
  -o-object-fit: cover;
  object-fit: cover;
}

.guide-application__phone-number {
  max-width: 15rem;
  width: 100%;
}
.guide-application__phone-number img {
  width: 100%;
  aspect-ratio: 426/53;
  -o-object-fit: cover;
  object-fit: cover;
}

.guide-application__button {
  margin-top: 7.87rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guide-application__button {
    margin-top: 4rem;
  }
}

.page-top__bg-voice {
  background: url(../images/voice-fv.jpg) no-repeat center center/cover;
}

.voice-residence {
  background: #f8fee7;
  padding: 5.75rem 0 7.68rem;
}
@media screen and (max-width: 767px) {
  .voice-residence {
    padding: 4rem 0 5rem;
  }
}

.voice-residence__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: 5.5rem;
}
.voice-residence__item {
  position: relative;
}

.residence__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  border-radius: 30px;
  background: #fff;
  padding: 6.66rem 1.87rem;
}
@media screen and (min-width: 767px) {
  .residence__item {
    height: 42.68rem;
  }
}
@media screen and (max-width: 767px) {
  .residence__item {
    -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;
    padding: 4rem 1.87rem;
  }
}

.residence__item-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .residence__item-reverse {
    -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;
    padding: 4rem 1.87rem;
  }
}

.residence__item-img {
  max-width: 24rem;
  width: 100%;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.residence__item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .residence__item-lists {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}

.residence__item-list {
  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;
}
@media screen and (max-width: 767px) {
  .residence__item-list {
    gap: 1.5rem;
  }
}

.residence__item-lead {
  color: #c58600;
}

.residence__item-tag {
  position: absolute;
  border-radius: 10px;
  background: #fcd390;
  color: #040404;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  top: -1.87rem;
  padding: 0.75rem 3.62rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 17rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .residence__item-tag {
    padding: 0.75rem 2rem;
    max-width: 14rem;
  }
}

.item-tag__right {
  right: 4.87rem;
}
@media screen and (max-width: 767px) {
  .item-tag__right {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.item-tag__left {
  left: 4.87rem;
}
@media screen and (max-width: 767px) {
  .item-tag__left {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.page-top__bg-company {
  background: url(../images/company-fv.jpg) no-repeat center center/cover;
}

.company-about {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .company-about {
    padding-top: 4rem;
  }
}

.company-about__text {
  margin-top: 3rem;
  padding-inline: 3rem;
  color: #000;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .company-about__text {
    padding-inline: 1rem;
  }
}

.company-about__lead {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .company-about__lead {
    margin-top: 4rem;
  }
}

.company-table-wrapper {
  margin: 4rem auto 0;
  max-width: 60.62rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-table-wrapper {
    overflow-x: auto;
    margin-top: 2rem;
  }
}

.company-table {
  border-collapse: collapse;
  border-spacing: 0 0;
  border-color: #fff; /* これで枠線を白に */
  border-radius: 1rem;
  overflow: hidden; /* ← border-radius を効かせるため */
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-table {
    width: 100%;
    table-layout: fixed;
    overflow-x: auto;
    min-width: 600px;
  }
}

.company-table__head {
  background: #54c382;
}

.company-table__row--head {
  font-size: max(1.31rem, 12px);
  font-weight: 400;
}

.company-table__th,
.company-table__td {
  padding: 1.25rem 1.75rem;
  border: 1px solid #fff;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .company-table__th,
  .company-table__td {
    word-break: break-word;
    padding: 0.5rem 0.5rem 0.5rem 0.8rem;
  }
}

.company-table__th {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .company-table__th {
    font-size: max(1rem, 12px);
  }
}

.company-table__body {
  background: #f3f3f3;
}

.company-table__td:first-child {
  font-size: max(1.12rem, 12px);
  color: #0e0e0e;
  font-weight: 400;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
.company-table__td:last-child {
  color: #0e0e0e;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1rem, 12px);
  font-weight: 400;
  letter-spacing: -0.32px;
}

.company-table tr:first-child th:first-child {
  border-top-left-radius: 1rem;
}

.company-table tr:first-child th:last-child {
  border-top-right-radius: 1rem;
}

.company-table tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}

.company-table tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}

.company-medical {
  padding-top: 6.93rem;
}
@media screen and (max-width: 767px) {
  .company-medical {
    padding-top: 5rem;
  }
}

.company-medical__text {
  margin-top: 4rem;
  color: #000;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .company-medical__text {
    margin-top: 2rem;
  }
}

.company-medical__lead {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .company-medical__lead {
    margin-top: 4rem;
  }
}

.company-medical__items {
  margin-top: 2.81rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .company-medical__items {
    margin-top: 1.5rem;
  }
}

.medical__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .medical__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.medical__item-tag {
  color: #fffffe;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  border-radius: 1.87rem;
  background: #6ac5f6;
  padding: 0.5rem 1rem;
}

.medical__item-hospital {
  color: #191818;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .medical__item-hospital {
    text-align: center;
  }
}

.company-footer-table table {
  max-width: 70rem;
  width: 100%;
  border-collapse: collapse;
  margin: 1rem auto 0;
}
.company-footer-table table th,
.company-footer-table table td {
  color: #191818;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.12rem, 12px);
  text-align: left;
  font-weight: 400;
  padding-bottom: 0.56rem;
}
@media screen and (max-width: 767px) {
  .company-footer-table table th,
  .company-footer-table table td {
    font-size: max(0.9rem, 10px);
  }
}
.company-footer-table table th {
  width: 21%;
  border-bottom: 2px solid #54c382;
  padding-top: 1.18rem;
}
.company-footer-table table td {
  width: 79%;
  border-bottom: 2px solid #dcdcdc;
  padding-left: 2.5rem;
  padding-top: 1.18rem;
}

.company-building {
  padding-top: 8.31rem;
}
@media screen and (max-width: 767px) {
  .company-building {
    padding-top: 4rem;
  }
}

.company-building__lead {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .company-building__lead {
    margin-top: 3rem;
  }
}

.company-stuff {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .company-stuff {
    padding-top: 5rem;
  }
}

.company-stuff__text {
  margin-top: 4rem;
  color: #000;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .company-stuff__text {
    margin-top: 2rem;
  }
}

.company-stuff__lead {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .company-stuff__lead {
    margin-top: 3rem;
  }
}

.stuff-table__th {
  text-align: center;
  font-size: max(1.37rem, 12px);
  font-weight: 400;
}

.stuff-table__td {
  font-size: max(1.25rem, 12px);
  font-weight: 400;
  padding: 1.25rem 0.9rem;
}
.stuff-table__td:first-child {
  font-size: max(1.37rem, 12px);
  font-weight: 400;
  padding: 1.25rem 1.25rem;
}
.stuff-table__td:nth-of-type(3) {
  text-align: center;
}
.stuff-table__td:last-child {
  color: #2e2323;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  padding: 1.25rem 0.7rem;
}

.company-access {
  padding-top: 13.5rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .company-access {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.company-access__lead {
  margin-top: 5rem;
}

.company-access__item {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .company-access__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access__item-img {
  max-width: 28.5rem;
  width: 100%;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.access__item-right {
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.37rem, 12px);
  font-weight: 400;
  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.81rem;
}

.access__item-lead {
  color: #31ad65;
}

.access__item-address {
  color: #2e2323;
}

.access__item-footers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}

.company-access__text {
  margin-top: 3.75rem;
  color: #000;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  line-height: 1.55;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .company-access__text {
    padding-left: 0;
  }
}

.company-access__iframe {
  margin-top: 4rem;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
.company-access__iframe iframe {
  display: block;
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}

.company-access__about {
  background: #f8fee7;
  padding: 2rem;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}

.access__about-lead {
  color: #000;
  font-size: max(1.62rem, 12px);
  font-weight: 400;
  line-height: 1.61;
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access__about-lead {
    font-size: max(1.5rem, 12px);
  }
}

.access__about-text {
  color: #000;
  font-size: max(1.5rem, 12px);
  font-weight: 350;
  line-height: 1.75;
  letter-spacing: 1.2px;
  max-width: 75rem;
  width: 100%;
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  .access__about-text {
    font-size: max(1.12rem, 12px);
  }
}

.company-access__button {
  margin-top: 5rem;
  text-align: center;
}

.page-top__bg-greeting {
  background: url(../images/greeting-fv.jpg) no-repeat center center/cover;
}

.greeting {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .greeting {
    padding-block: 6rem;
  }
}

.greeting-ceo {
  background: #fff;
}

.greeting-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .greeting-item {
    -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;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .greeting-item__ceo {
    text-align: center;
  }
}

.greeting-item__img {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .greeting-item__img {
    max-width: 280px;
    width: 100%;
  }
}

.greeting-item__company {
  color: #000;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.9px;
  margin-top: 1.25rem;
}

.greeting-item__leader {
  color: #000;
  font-size: max(1rem, 12px);
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.48px;
  margin-top: 0.5rem;
}

.leader {
  color: #000;
  font-size: max(0.87rem, 12px);
  font-weight: 350;
  line-height: 2.28;
  letter-spacing: 0.42px;
  padding-right: 1rem;
}

.greeting-item__content {
  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;
  position: relative;
}

.greeting-item__content-ceo::before {
  content: "";
  position: absolute;
  top: -3rem;
  right: -20px;
  background: #daed9f;
  width: 103%;
  height: 0.62rem;
}
@media screen and (max-width: 767px) {
  .greeting-item__content-ceo::before {
    width: 100%;
    right: 0;
  }
}

.greeting-item__lead {
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .greeting-item__lead {
    text-align: center;
  }
}

.greeting-item__lead-ceo {
  color: #2dae22;
}

.greeting-item__texts {
  line-height: 1.9;
}

.greeting-item__text {
  margin-bottom: 1.5rem;
  color: #000;
  font-size: max(1rem, 12px);
  font-weight: 350;
  line-height: 1.87;
}

.greeting-manager {
  background: #f9f7f1;
}

.greeting-manager__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .greeting-manager__item {
    -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;
    margin-top: 2rem;
  }
}

.greeting-item__profile-manager {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .greeting-item__profile-manager {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.greeting-item__facility {
  color: #000;
  font-size: max(1.25rem, 12px);
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.greeting-item__lead-manager {
  color: #c58600;
}

.greeting-item__content-manager::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -20px;
  background: #ffd793;
  width: 103%;
  height: 0.62rem;
}
@media screen and (max-width: 767px) {
  .greeting-item__content-manager::before {
    left: 0;
    width: 100%;
  }
}

.page-top__bg-philosophy {
  background: url(../images/philosophy-fv.jpg) no-repeat center center/cover;
}

.philosophy-base {
  padding-top: 8.1rem;
}
.philosophy-base__lead {
  margin-top: 5rem;
  color: #000;
  font-size: max(1.75rem, 12px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .philosophy-base__lead {
    text-align: center;
    margin-top: 3rem;
  }
}

.philosophy-base__text {
  color: #000;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.16;
  margin-top: 2.8rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .philosophy-base__text {
    line-height: 1.8;
  }
}

.philosophy-base__lists {
  margin-top: 4.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.base__list {
  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;
}
@media screen and (max-width: 767px) {
  .base__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.base__list-lead {
  color: #c58600;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
}

.base__list-text {
  padding-left: 1.6rem;
  position: relative;
}
.base__list-text::before {
  content: "";
  position: absolute;
  background: #4dc742;
  top: 50%;
  left: 0.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .base__list-text::before {
    top: 0.7rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.base__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .base__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    gap: 1rem;
  }
}

.base__list-img {
  width: 6.68rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.base__list-footer-text {
  max-width: 640px;
  width: 100%;
}

.philosophy-social {
  padding-top: 9.56rem;
}
@media screen and (max-width: 767px) {
  .philosophy-social {
    padding-top: 6rem;
  }
}

.philosophy-social__content {
  margin-top: 5.62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.87rem;
}
@media screen and (max-width: 767px) {
  .philosophy-social__content {
    -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;
    margin-top: 3rem;
    gap: 3rem;
  }
}

.philosophy-social__img {
  width: 23.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.philosophy-social__text {
  margin-bottom: 1.5rem;
}

.page-top__bg-rule {
  background: url(../images/rule-fv.jpg) no-repeat center center/cover;
}

.rule-text {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .rule-text {
    margin-top: 5rem;
  }
}

.rule-table table {
  max-width: 70rem;
  width: 100%;
  border-collapse: collapse;
  margin: 5rem auto 0;
}
.rule-table table th,
.rule-table table td {
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.12rem, 12px);
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .rule-table table th,
  .rule-table table td {
    font-size: max(0.9rem, 10px);
  }
}
.rule-table table th {
  color: #000;
  width: 30%;
  border-bottom: 2px solid #54c382;
}
.rule-table table td {
  width: 70%;
  border-bottom: 2px solid #dcdcdc;
  padding-left: 2.5rem;
  color: #0059ff;
}

.page-top__bg-privacy {
  background: url(../images/privacy-fv.jpg) no-repeat center center/cover;
}

.privacy {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .privacy-lead {
    text-align: center;
    padding-left: 0;
  }
}

.privacy-item {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .privacy-item {
    padding-bottom: 5rem;
  }
}

.privacy-content {
  padding-inline: 3.5rem;
}
@media screen and (max-width: 767px) {
  .privacy-content {
    padding-inline: 0;
  }
}

.privacy-lists {
  margin-top: 4.37rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .privacy-lists {
    margin-top: 3rem;
  }
}

.privacy-list {
  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.75rem;
}

.list__text-privacies {
  list-style-type: decimal; /* 数字の順序付きリスト */
  padding-left: 1rem;
}

.privacy-footer {
  margin-top: 4rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer__people {
    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;
  }
}

.footer__people-ombudsman {
  margin-top: 5rem;
}

.footer__people-company {
  margin-top: 3rem;
}

.l-mv__cta {
  position: fixed;
  bottom: 1.75rem;
  right: 4.125rem;
  z-index: 5;
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}
.l-mv__cta.is-pc, .l-mv__cta.is-tab, .l-mv__cta.is-sp {
  opacity: 0;
  visibility: hidden;
}
.l-mv__cta.is-pc.is-show, .l-mv__cta.is-tab.is-show, .l-mv__cta.is-sp.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeIn-right 2.5s cubic-bezier(0.15, 1.13, 0.25, 1) forwards;
          animation: fadeIn-right 2.5s cubic-bezier(0.15, 1.13, 0.25, 1) forwards;
}
@media screen and (max-width: 767px) {
  .l-mv__cta {
    position: fixed;
    bottom: 3.75rem;
    right: 1.1875rem;
    left: auto;
    z-index: 3;
  }
}

.page-top__bg-overseas {
  background: url(../images/overseas-fv3.jpg) no-repeat center center/cover;
  height: 18.31rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-top__bg-overseas {
    height: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-top__bg-overseas {
    background: url(../images/overseas-fv3.jpg) no-repeat center center/cover;
    height: 24rem;
  }
}

.overseas-mv {
  margin-top: 2rem;
  background: linear-gradient(113deg, #eff3cc 22.49%, #e5f2be 85.19%);
}

.overseas-mv__img {
  padding: 2rem 3rem 0;
}
.overseas-appeal {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .overseas-appeal {
    padding-top: 6rem;
  }
}

.overseas-appeal__items {
  margin-top: 7.06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .overseas-appeal__items {
    margin-top: 3rem;
    gap: 3rem;
  }
}

.appeal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .appeal__item {
    gap: 1.5rem;
  }
}
.appeal__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .appeal__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .appeal__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.appeal__item:nth-of-type(2) .appeal__item-img {
  max-width: 18.75rem;
  width: 100%;
}
.appeal__item:nth-of-type(2) .appeal__item-img img {
  max-width: 9.81rem;
  width: 100%;
}
.appeal__item:nth-of-type(2) .careers__item-img {
  max-width: 18.75rem;
  width: 100%;
}
.appeal__item:nth-of-type(2) .careers__item-img img {
  max-width: 12.12rem;
  width: 100%;
}
.appeal__item:nth-of-type(3) .careers__item-img {
  max-width: 18.75rem;
  width: 100%;
}
.appeal__item:nth-of-type(3) .careers__item-img img {
  max-width: 10rem;
  width: 100%;
}
.appeal__item:nth-of-type(4) .appeal__item-img {
  max-width: 18.75rem;
  width: 100%;
}
.appeal__item:nth-of-type(4) .appeal__item-img img {
  max-width: 11.81rem;
  width: 100%;
}
.appeal__item:nth-of-type(5) .careers__item-img {
  max-width: 18.75rem;
  width: 100%;
}
.appeal__item:nth-of-type(5) .careers__item-img img {
  max-width: 11rem;
  width: 100%;
}

.appeal__item-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: 2rem;
}
@media screen and (max-width: 767px) {
  .appeal__item-body {
    gap: 1.5rem;
  }
}

.appeal__item-head {
  color: #c58600;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .appeal__item-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.appeal__item-head-tag {
  font-family: Inter;
  font-size: max(3.75rem, 50px);
  font-weight: 300;
  line-height: normal;
}

.appeal__item-text {
  color: #000;
  font-size: max(0.87rem, 12px);
  font-weight: 400;
  line-height: 2;
}

.appeal__item-img {
  max-width: 18.75rem;
  width: 100%;
  text-align: center;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.appeal__item-img img {
  display: inline-block;
}

.overseas-interview {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .overseas-interview {
    padding-top: 5rem;
  }
}

.overseas-interview__lead {
  margin-top: 4.5rem;
  color: #c58600;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overseas-interview__lead {
    margin-top: 3rem;
  }
}

.overseas-content {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .overseas-content {
    margin-top: 3rem;
  }
}

.common-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.common-tabs::after {
  content: "";
  position: absolute;
  background: #cbe380;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.75rem;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .common-tabs {
    gap: 1rem;
  }
}

.common-tab {
  max-width: 17.62rem;
  width: 100%;
}

.common-tab__link {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: #86cd80;
  padding: 1.43rem;
  color: #fff;
  font-size: max(1.12rem, 12px);
  font-weight: 350;
  line-height: 1.55;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-tab__link {
    padding: 0.8rem;
  }
}

.overseas-interview__items {
  margin-top: 8.37rem;
}
@media screen and (max-width: 767px) {
  .overseas-interview__items {
    margin-top: 5rem;
  }
}

.interview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .interview__item {
    -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;
  }
}

.interview__item-img {
  max-width: 29.18rem;
  width: 100%;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.interview__item-img img {
  border-radius: 30px;
}
.interview__item-img.fade {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.interview__item-body {
  margin-top: 2rem;
  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: 767px) {
  .interview__item-body {
    margin-top: 0;
    text-align: center;
  }
}

.interview__item-name {
  color: #090909;
  font-size: max(1.75rem, 12px);
  font-weight: 350;
  line-height: 1;
}

.interview__item-from {
  color: #090909;
  font-size: max(1.5rem, 12px);
  font-weight: 350;
  line-height: 1.16;
}
@media screen and (max-width: 767px) {
  .interview__item-from {
    font-size: max(1.3rem, 12px);
  }
}

.overseas-content__text {
  margin: 4.5rem auto 0;
  border-radius: 10px;
  background: #f9ffea;
  padding: 2rem;
  max-width: 52.62rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overseas-content__text {
    text-align: left;
    margin-top: 3rem;
  }
}

.content__lists {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .content__lists {
    gap: 3rem;
  }
}

.content__list {
  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.7rem;
}

.content__list-lead {
  color: #4eaa46;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  padding-left: 3rem;
  position: relative;
}
.content__list-lead::before {
  content: "";
  position: absolute;
  background: url(../images/leaf.png) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 46.77px;
}

.content__footer {
  margin: 5rem auto 0;
  max-width: 53.12rem;
  width: 100%;
}

.content__footer-head {
  color: #4db544;
  text-align: center;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  border-radius: 10px;
  border: 2px solid #cbe380;
  padding: 0.5rem;
  position: relative;
}
.content__footer-head span {
  position: relative;
}
.content__footer-head span::before {
  content: "";
  position: absolute;
  background: url(../images/footer-head-left.png) no-repeat center center/contain;
  top: 50%;
  left: -3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.content__footer-head span::after {
  content: "";
  position: absolute;
  background: url(../images/footer-head-right.png) no-repeat center center/contain;
  top: 50%;
  right: -3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

.content__footer-item {
  padding: 2rem;
  background: #f9ffea;
}
@media screen and (max-width: 767px) {
  .content__footer-item {
    padding: 1rem;
  }
}

.content__footer-description {
  display: inline-block;
  padding-bottom: 6px; /* 文字と線の間隔 */
  background-image: radial-gradient(circle, hsla(0, 0%, 32%, 0.5) 1px, transparent 2px);
  background-size: 8px 4px; /* 横間隔 8px、縦の高さ 4px */
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.content__footer-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  position: relative;
}
.content__footer-lists::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 73%;
  background: hsl(0, 0%, 55%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .content__footer-lists::before {
    width: 100%; /* 横線の長さ */
    height: 1px; /* 横線の太さ */
    bottom: auto;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .content__footer-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content__footer-lists-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 73%;
  background: hsl(0, 0%, 55%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .content__footer-lists-line::before {
    width: 100%; /* 横線の長さ */
    height: 1px; /* 横線の太さ */
    bottom: auto;
    top: 58%;
  }
}

.content__footer-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.content__footer-lead {
  color: #4eaa46;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
}

.content__footer-text {
  color: #000;
  font-size: max(0.87rem, 12px);
  font-weight: 350;
  line-height: 2;
}

.overseas-qualifications {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .overseas-qualifications {
    padding-top: 6rem;
  }
}

.overseas-qualifications__inner {
  max-width: 56rem;
  width: 100%;
  margin: 0 auto;
}

.overseas-qualifications__text {
  padding-block: 4rem;
}

.overseas-qualifications__items {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8fee7;
  padding: 3.25rem;
  gap: 10rem;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .overseas-qualifications__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}

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

.qualifications__item-lists {
  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.3rem;
}

.qualifications__item-list {
  padding-left: 1.5rem;
  position: relative;
}
.qualifications__item-list::before {
  content: "";
  position: absolute;
  top: 0.4em; /* 1行目の文字の高さあたりに合わせる */
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 3px solid #54c382;
  border-radius: 50%;
}
.overseas-detail {
  padding-top: 7.87rem;
}

.overseas-table table {
  max-width: 70rem;
  width: 100%;
  border-collapse: collapse;
  margin: 2rem auto 0;
}
.overseas-table table th,
.overseas-table table td {
  text-align: left;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.12rem, 12px);
  font-weight: 400;
  color: #191818;
  padding-bottom: 0.56rem;
}
@media screen and (max-width: 767px) {
  .overseas-table table th,
  .overseas-table table td {
    font-size: max(0.9rem, 10px);
  }
}
.overseas-table table th {
  width: 21%;
  border-bottom: 2px solid #54c382;
  padding-top: 1.18rem;
}
.overseas-table table td {
  width: 79%;
  border-bottom: 2px solid #dcdcdc;
  padding-left: 2.5rem;
  padding-top: 1.18rem;
}

.overseas-table__th {
  vertical-align: top;
  padding-top: 1rem;
}

.overseas-table__td {
  line-height: 3rem;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .overseas-table__td {
    line-height: 1.5rem;
    padding-block: 0.8rem;
  }
}

.entry {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .entry {
    padding-top: 7rem;
  }
}

.entry__content {
  border-radius: 10px;
  background: #f9ffea;
  padding: 2.68rem 3.62rem;
  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;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .entry__content {
    padding: 1.5rem;
  }
}

.entry__content-text {
  color: #000;
  text-align: center;
  font-size: max(1.12rem, 12px);
  font-weight: 350;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .entry__content-text {
    text-align: left;
  }
}

.entry__footer {
  margin-top: 10rem;
  text-align: center;
}

.entry__footer-button {
  max-width: 24.43rem;
  width: 100%;
}

.page-top__bg-careers {
  background: url(../images/careers-fv.jpg) no-repeat center center/cover;
}

.careers-message {
  padding-top: 12.81rem;
}
@media screen and (max-width: 767px) {
  .careers-message {
    padding-top: 6rem;
  }
}

.careers-message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.62rem;
  margin-top: 9.43rem;
}
@media screen and (max-width: 767px) {
  .careers-message__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
  }
}

.message__item {
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .message__item {
    padding-right: 16px;
    max-width: 600px;
  }
}

.message__item-img {
  max-width: 40rem;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 635px;
          flex: 0 0 635px; /* 幅を固定 */
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .message__item-img {
    max-width: 40rem;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }
}
.message__item-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: 1.5rem;
}
@media screen and (max-width: 767px) {
  .message__item-body {
    padding-left: 16px;
  }
}

.message__item-lead {
  color: #c58600;
}

.careers__item-img {
  max-width: 18.75rem;
  width: 100%;
  text-align: center;
  opacity: 0; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 下から登場するように設定 */
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.careers__item-img img {
  display: inline-block;
}

.careers-interview {
  padding-top: 15.6rem;
}
@media screen and (max-width: 767px) {
  .careers-interview {
    padding-top: 8rem;
  }
}

.careers-interview__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15rem;
}
@media screen and (max-width: 767px) {
  .careers-interview__contents {
    gap: 8rem;
  }
}

.careers-content__footer-item {
  padding: 0 2rem 2rem;
  background: #f9ffea;
}
@media screen and (max-width: 767px) {
  .careers-content__footer-item {
    padding: 0 1rem 1rem;
  }
}

.careers-content__footer-lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 1rem;
}
.careers-content__footer-lists::before {
  content: "";
  position: absolute;
  background: none;
}

.careers-content__footer-list {
  margin-top: 2rem;
}

.benefit {
  padding-top: 11.81rem;
}

@media screen and (max-width: 1024px) {
  .benefit-lists__inner {
    padding-inline: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .benefit-lists__inner {
    padding-inline: 0;
  }
}

.benefit-lists {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC：3列 */
  gap: 3rem; /* アイテム間の隙間 */
}
@media screen and (max-width: 1024px) {
  .benefit-lists {
    grid-template-columns: repeat(2, 1fr); /* タブレット：2列 */
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .benefit-lists {
    grid-template-columns: 1fr; /* スマホ：1列 */
  }
}

.benefit-list {
  border-radius: 30px;
  border: 1px solid #4eaa46;
  background: #fff;
  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;
  padding: 3.31rem 1.25rem 1.68rem;
}
.benefit-list:nth-child(n+5) .benefit-list__text {
  margin-top: 1.2rem;
}

.benefit-list__img {
  width: 7.5rem;
  height: 7.5rem;
}
.benefit-list__lead {
  color: #090909;
  font-size: max(1.5rem, 12px);
  font-weight: 350;
  line-height: 1.16;
  text-align: center;
  margin-top: 1.2rem;
}

.benefit-list__text {
  margin-top: 3rem;
}

.page-top__bg-jobs {
  background: url(../images/jobs-fv.jpg) no-repeat center center/cover;
}

.jobs {
  padding-top: 8.62rem;
}
@media screen and (max-width: 767px) {
  .jobs {
    padding-top: 4rem;
  }
}

.jobs-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: 12.5rem;
}
@media screen and (max-width: 767px) {
  .jobs-items {
    gap: 6rem;
  }
}

.jobs-item__head {
  margin-top: 3rem;
  color: #54c382;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.75rem, 12px);
  font-weight: 400;
  text-align: center;
}

.jobs-tabs {
  margin-top: 3rem;
}

.common-tab__link.active {
  background: #86cd80;
}

.interview__tab-link,
.first-tab__link,
.middle-tab__link,
.last-tab__link {
  background: rgba(134, 205, 128, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: max(1rem, 12px);
  font-weight: 350;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .interview__tab-link,
  .first-tab__link,
  .middle-tab__link,
  .last-tab__link {
    padding: 0.2rem 0.2rem 0.8rem;
    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; /* 横中央揃え */
    height: 5rem; /* 固定高さ */
    text-align: center;
  }
}
.interview__tab-link:hover,
.first-tab__link:hover,
.middle-tab__link:hover,
.last-tab__link:hover {
  opacity: 1;
  background: #86cd80;
}

.jobs-content__inner {
  text-align: center;
}

.middle-content__inner {
  text-align: center;
}

.last-content__inner {
  text-align: center;
}

.jobs-content__head {
  margin-top: 5rem;
  color: #54c382;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.jobs-content__head::after {
  content: "";
  width: 100%; /* 文字幅に合わせる */
  height: 3px;
  background-color: #cbe380;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px; /* 下線の位置調整 */
}

.jobs-table {
  margin: 2rem auto 0;
  max-width: 60.62rem;
  width: 100%;
}
.welfare-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* スマホ対応で折り返す場合 */
}
@media screen and (max-width: 767px) {
  .welfare-lists {
    gap: 0rem;
  }
}

.jobs-item__footer {
  margin-top: 5rem;
  text-align: center;
}

.jobs-button {
  border-radius: 5px;
  background: #3a95ff;
  display: inline-block;
  max-width: 14.43rem;
  width: 100%;
  height: 51px;
  line-height: 51px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: max(1rem, 12px);
  font-weight: 500;
}

.jobs-entry {
  padding-top: 15.31rem;
}
@media screen and (max-width: 767px) {
  .jobs-entry {
    padding-top: 8rem;
  }
}

.jobs-entry__text {
  padding-left: 2.6rem;
  margin-top: 8rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .jobs-entry__text {
    padding-left: 0;
    margin-top: 4rem;
    padding-bottom: 2.5rem;
  }
}

.form-radio__entry.wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.entry__pryvacy {
  max-width: 35rem;
  width: 100%;
  margin: 4.68rem auto 0;
}

.page-top__bg-contact {
  background: url(../images/contact-fv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .page-top__bg-contact {
    background: url(../images/sp/contact-fv-sp.jpg) no-repeat center top/cover;
  }
}

.submit {
  cursor: pointer;
  outline: none;
  border: none;
  text-align: center;
  display: inline-block;
  max-width: 391px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.submit::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 4.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 1.31rem;
  color: #fff;
  font-family: Inter;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .submit::after {
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .submit {
    max-width: 24.43rem;
    width: 100%;
  }
}
.submit:hover {
  opacity: 0.7;
}
.submit:hover::after {
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .submit:hover::after {
    right: 2rem;
  }
}

/* CF7の送信ボタンをリセット＋デザイン適用 */
input[type=submit] {
  border-radius: 30px;
  max-width: 512px;
  width: 100%;
  line-height: 62.688px;
  background-color: #3a95ff;
  color: #fff;
  text-align: center;
  font-size: max(1.25rem, 12px);
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  /* スマホ用調整 */
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    height: auto;
    line-height: 1.5;
    white-space: normal;
    overflow: visible;
    padding: 1rem 2rem;
    border-radius: 40px;
    max-width: 24.43rem;
    width: 100%;
  }
}

span.wpcf7-spinner {
  display: none;
}

.contact-call {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .contact-call {
    padding-top: 5rem;
  }
}

.contact-call__text {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .contact-call__text {
    margin-top: 3rem;
  }
}

.contact-call__lists {
  margin-top: 3rem;
  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.68rem;
}

.call__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: #cbe380;
}
@media screen and (max-width: 767px) {
  .call__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.call__list:nth-of-type(4) .top-contact__block-img img {
  width: 100%;
  aspect-ratio: 400/53;
  -o-object-fit: cover;
  object-fit: cover;
}
.call__list-lead {
  width: 55%;
  color: #282f27;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.5rem, 12px);
  font-weight: 400;
  line-height: 1.04;
  padding: 1.6rem 2.81rem;
}
@media screen and (max-width: 767px) {
  .call__list-lead {
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: center;
  }
}

.call__list-number {
  width: 45%;
  background: #f2f2f2;
  padding: 1.87rem 4.37rem;
  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: 767px) {
  .call__list-number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 1rem 1.5rem;
  }
}

.tel-black__img {
  max-width: 240px;
  width: 100%;
}
.tel-black__img img {
  width: 100%;
}

.contact-reservation {
  padding-top: 12.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .contact-reservation {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}

.contact-reservation__lead {
  margin-top: 8rem;
  color: #c58600;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact-reservation__lead {
    padding-left: 0;
    margin-top: 3rem;
  }
}

.contact-reservation__text {
  margin-top: 1.8rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact-reservation__text {
    padding-left: 0;
  }
}

.contact-reservation__item {
  margin-top: 4rem;
}

.contact-confirm {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .contact-confirm {
    padding-top: 3rem;
  }
}

.contact-confirm__text {
  text-align: center;
  margin-top: 4.12rem;
}

.form-field__confirm {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f2f2f2;
  padding: 1rem;
  width: 100%;
  border: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0; /* フレックスアイテムのはみ出し防止に必須 */
}

.form-field__tag-confirm {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.form-field__tag-option {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  background: #a4a4a4;
  padding: 0.12rem 0.62rem;
}
@media screen and (max-width: 767px) {
  .form-field__tag-option {
    padding: 0.12rem 0.32rem;
  }
}

.form-textarea__item-confirm {
  background: #f5f5f5;
  display: block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.flex-start__confirm {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-thanks {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .contact-thanks {
    padding-top: 4rem;
  }
}

.center__local-content {
  border: 1px solid #54c382;
  background: #f8ffeb;
  margin-top: 7rem;
}

.local-content__title {
  color: #fff;
  text-align: center;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(1.62rem, 12px);
  font-weight: 400;
  background: #54c382;
  padding-block: 0.5rem;
}

.local-content__item {
  padding: 2rem 2.37rem;
}
@media screen and (max-width: 767px) {
  .local-content__item {
    padding: 1rem;
  }
}

.contact-content {
  margin-top: 4rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .contact-content {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}

.contact-content__texts {
  text-align: center;
  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;
}

.contact-content__ways {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .contact-content__ways {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.contact-content__way-number {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-content__way-number {
    max-width: 220px;
  }
}

.contact-content__link {
  color: #0059ff;
}

.content__link-mail {
  color: #0059ff;
  font-size: max(1.5rem, 12px);
  font-weight: 350;
  line-height: 1.16;
}

.contact-content__recommend {
  margin: 3rem auto 0;
  padding-inline: 6rem;
}
@media screen and (max-width: 767px) {
  .contact-content__recommend {
    margin-top: 5rem;
    padding-inline: 0rem;
  }
}

.content__recommend-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .content__recommend-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.contact-content__links {
  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: 767px) {
  .contact-content__links {
    margin-top: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.content__recommend-icon-big img {
  width: 2.2rem;
  height: 2.87rem;
}

.content__recommend-icon img {
  width: 2.5rem;
  height: 2.5rem;
}

.content__recommend-icon-instagram img {
  width: 2rem;
  height: 2rem;
}

.page-top__bg-news {
  background: url(../images/news-fv.jpg) no-repeat center center/cover;
}

.news {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 5rem;
  }
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-main {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .news-main {
    padding-left: 0;
  }
}

.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;
  gap: 2.3rem;
}

.news-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .news-item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.news-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .news-item__meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
  }
}

.news-item__date {
  color: #282f27;
  font-size: max(1rem, 12px);
  font-weight: 400;
}
.news-item__category {
  color: #fff;
  text-align: center;
  font-size: max(0.75rem, 12px);
  font-weight: 600;
  letter-spacing: 0.6px;
  border-radius: 5px;
  min-width: 7.68rem;
  width: auto; /* ←固定幅を解除 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 潰れない */
  padding: 0.3rem 0.8rem; /* 内側余白を調整 */
}

.top-news__label.category-diary {
  background: #eea230;
}

.top-news__label.category-news {
  background: #52a7f2;
}

.top-news__label.category-other {
  background: #54c382;
}

.news-item__category.category-diary {
  background: #eea230;
}

.news-item__category.category-news {
  background: #52a7f2;
}

.news-item__category.category-other {
  background: #54c382;
}

.news-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 残り幅を全部使う */
  word-break: break-word; /* 長い単語で崩れない */
  color: #282f27;
  font-size: max(1.31rem, 12px);
  font-weight: 500;
}

/* ページネーション */
.pagination {
  text-align: center;
  margin-top: 80px;
}

.nav-links {
  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;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px; /* 数字の間隔 */
}

.nav-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-links a.page-numbers,
.nav-links span.page-numbers.current {
  font-size: 21px;
  font-weight: 400;
  color: #282f27;
  text-decoration: none;
}

.nav-links span.separator {
  padding-left: 1.25rem;
  font-size: max(1.5rem, 12px);
  font-weight: 300;
}

.nav-links span.page-numbers.current {
  font-weight: 600;
}

.nav-links a.prev.page-numbers {
  border-radius: 5px;
  background: #3a95ff;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.nav-links a.next.page-numbers {
  border-radius: 5px;
  background: #3a95ff;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.news-sidebar {
  width: 217px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-sidebar {
    width: 100%;
    margin-right: 0;
  }
}

.news-sidebar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.68rem;
}

.sidebar-head {
  text-align: center;
  color: #323232;
  font-family: "maru-maru-gothic-bsr-stdn", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: max(2rem, 12px);
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.sidebar-lists {
  margin-top: 2rem;
  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.12rem;
}
@media screen and (max-width: 767px) {
  .sidebar-lists {
    margin-inline: auto;
    max-width: 200px;
    width: 100%;
  }
}

.sidebar__category-list {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sidebar__category-list {
    padding-left: 0;
  }
}

.sidebar-link {
  color: #000;
  font-size: max(1.25rem, 12px);
  font-weight: 350;
  line-height: 1.4;
}

.sidebar__category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
}

.sidebar__past-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-post {
  padding-top: 7.81rem;
}
@media screen and (max-width: 767px) {
  .l-post {
    padding-top: 4rem;
  }
}

.post-content__main {
  padding-left: 8rem;
}
@media screen and (max-width: 1024px) {
  .post-content__main {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .post-content__main {
    padding-left: 0;
  }
}

.post-head__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.post-head__title {
  margin-top: 2.25rem;
  color: #282f27;
  font-size: max(1.5rem, 12px);
  font-weight: 500;
}

.post-main {
  margin-top: 6rem;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post-main {
    margin-top: 3rem;
  }
}
.post-main p {
  font-weight: normal;
}

.post-pagination {
  margin-top: 7.62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.62rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post__prev,
.post__next {
  border-radius: 5px;
  background: #3a95ff;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.2rem 1rem;
}

.archive__page {
  font-size: max(1.12rem, 12px);
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #fff;
  border-radius: 5px;
  background: #3a95ff;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  width: 10rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.grecaptcha-badge {
  bottom: 11.25rem !important; /* デフォルトは bottom:14px */
}
@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 6rem !important; /* スマホでは下から6rem */
  }
}

/* 指定ページ以外は非表示 
body:not(.page-id-2183):not(.page-id-2181):not(.page-id-2577):not(.page-id-2597):not(.page-id-2633) .grecaptcha-badge {
  display: none !important;
}
*/
/* 指定ページは表示 
body.page-id-2183 .grecaptcha-badge,
body.page-id-2181 .grecaptcha-badge,
body.page-id-2577 .grecaptcha-badge,
body.page-id-2597 .grecaptcha-badge,
body.page-id-2633 .grecaptcha-badge {
  visibility: visible !important;
}
*/