@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

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

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4260249554vw;
  }
}
@media (min-width: 1122px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: #fbfaf7;
}

.front-page {
  background-color: #ffffff;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

/* Make images easier to work with */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.breadcrumbs {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  background-color: #fbfaf7;
  font-family: "Zen Old Mincho", serif;
  color: #5A72C7;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding-left: 2.625rem;
    font-size: 0.875rem;
  }
}

.breadcrumbs.inner {
  max-width: 1408px;
}

.single .breadcrumbs {
  background-color: #fff;
}

.breadcrumbs .current-item {
  color: #333;
}

.breadcrumbs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.com-banner-wrap {
  background-color: #FBFAF7;
  border-radius: 1.875rem 1.875rem 0 0;
  padding-block: 41px;
  padding-block: 2.5625rem;
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .com-banner-wrap {
    margin-top: 8.875rem;
    margin-bottom: 2.5625rem;
  }
}

.com-banner {
  background-color: #95782c;
  max-width: 1124px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  width: 90%;
}
.com-banner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  height: 867px;
  height: 54.1875rem;
  width: 867px;
  width: 54.1875rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .com-banner::before {
    height: 56.9375rem;
    width: 56.9375rem;
    right: -30%;
    left: auto;
    top: 110%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.com-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 94px;
  gap: 5.875rem;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .com-banner__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.25rem 3.8125rem 1.3125rem 4.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.875rem;
  }
}

.com-banner__content {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .com-banner__content {
    text-align: left;
  }
}

.com-banner__header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.com-banner__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.com-banner__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-family: "Zen Old Mincho", serif;
}

.com-banner__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.com-banner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
  width: 297px;
  width: 18.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .com-banner__actions {
    width: 24.375rem;
    margin-top: 1.5rem;
    margin-inline: 0;
  }
}

.com-banner__btn {
  padding: 16px 30px 16px 30px;
  padding: 1rem 1.875rem 1rem 1.875rem;
  border-radius: 6.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-banner__btn {
    padding: 1.25rem 1.875rem 1.25rem 1.875rem;
  }
}

.com-banner__btn--availability {
  background-color: #c75a7b;
  text-align: center;
}

.com-banner__btn--contact {
  background-color: #2e4e7e;
  text-align: center;
}

.com-banner__btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.com-banner__btn-icon {
  position: absolute;
  right: 30px;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  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;
}

.com-banner__btn-symbol {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
  color: #ffffff;
}

.com-banner__btn-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  color: #ffffff;
  position: relative;
}

.com-banner__btn-text::before {
  content: "";
  position: absolute;
  left: -38px;
  left: -2.375rem;
  top: 69%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 23px;
  height: 1.4375rem;
  width: 23px;
  width: 1.4375rem;
}

.com-banner__btn--availability .com-banner__btn-text::before {
  background-image: url(../images/common/icon_calendar.png);
  top: 50%;
  left: -47px;
  left: -2.9375rem;
}

.com-banner__tel {
  margin-left: 16px;
  margin-left: 1rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .com-banner__tel {
    margin-left: -2.3125rem;
  }
}

.com-banner__tel a {
  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: 15px;
  gap: 0.9375rem;
}

.com-banner__tel-icon {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  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;
}

.com-banner__tel-number {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #95782c;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .com-banner__tel-number {
    font-size: 2.25rem;
  }
}

.consult-banner-wrap {
  margin-top: -62px;
  margin-top: -3.875rem;
}
@media screen and (min-width: 768px) {
  .consult-banner-wrap {
    margin-top: -8.875rem;
  }
}

@media screen and (min-width: 768px) {
  .consult-banner-wrap.inner {
    max-width: 1372px;
  }
}

.consult-banner {
  margin-inline: auto;
  border-radius: 1rem;
  padding: 9px;
  padding: 0.5625rem;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, .08);
  position: relative;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0, 0, 0, .12);
          box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0, 0, 0, .12);
  z-index: 1;
  background-color: #fff;
  max-width: 400px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .consult-banner {
    width: 33.75rem;
    max-width: none;
    padding: 1.125rem 1.25rem 2rem 0.75rem;
    border-radius: 1.875rem;
    margin-inline: 0;
    margin-left: auto;
  }
}

.consult-banner:hover {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.consult-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/common/bg_circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 91px;
  height: 5.6875rem;
  width: 91px;
  width: 5.6875rem;
  border-top-left-radius: 16px;
  border-top-left-radius: 1rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .consult-banner::after {
    height: 11.1875rem;
    width: 11.1875rem;
    left: -1rem;
    top: -0.25rem;
    border-top-left-radius: 1.875rem;
  }
}

.wrap::before {
  content: "";
  position: absolute;
  left: -49px;
  left: -3.0625rem;
  bottom: -49px;
  bottom: -3.0625rem;
  background-image: url(../images/common/icon_nurse.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 160px;
  height: 10rem;
  width: 224px;
  width: 14rem;
}

.consult-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  gap: 0.375rem;
  z-index: 1;
}

.consult-banner__image-wrapper {
  width: 33%;
  position: absolute;
  bottom: 0;
  left: 5px;
  left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .consult-banner__image-wrapper {
    width: 32%;
  }
}

.consult-banner__image {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .consult-banner__content {
    width: 62%;
  }
}

.consult-banner__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  gap: 0.75rem;
}

.consult-banner__title-icon {
  width: 45px;
  width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .consult-banner__title-icon {
    width: 3.875rem;
  }
}

.consult-banner__title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  color: #c54d7f;
}
@media screen and (min-width: 768px) {
  .consult-banner__title {
    font-size: 1.0625rem;
    text-align: right;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.consult-banner__title span {
  margin-left: 44px;
  margin-left: 2.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .consult-banner__title span {
    display: inline;
    margin-left: 0;
    font-size: 1.0625rem;
  }
}

.consult-banner__message {
  font-size: 8px;
  font-size: 0.5rem;
  margin-left: -5px;
  margin-left: -0.3125rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .consult-banner__message {
    font-size: 0.75rem;
    margin-top: -1.1875rem;
    text-align: center;
    margin-left: 2.5625rem;
  }
}

.consult-banner__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .consult-banner__details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.3125rem;
    margin-top: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.375rem;
  }
}

.consult-banner__date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #999;
}
@media screen and (min-width: 768px) {
  .consult-banner__date {
    font-size: 0.8125rem;
  }
}

.consult-banner__status {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999;
}
@media screen and (min-width: 768px) {
  .consult-banner__status {
    font-size: 0.75rem;
  }
}

.consult-banner__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding: 7px 20px;
  padding: 0.4375rem 1.25rem;
  background: #c54d7f;
  color: #ffffff;
  text-decoration: none;
  border-radius: 1.5rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .consult-banner__button {
    font-size: 0.75rem;
    width: 94%;
    padding-block: 0.625rem;
    gap: 0.9375rem;
    margin-top: 0.25rem;
  }
}

.consult-banner__button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.content-wrap {
  padding: 40px 28px;
  padding: 2.5rem 1.75rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .content-wrap {
    padding: 3.75rem 5.625rem;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

.footer {
  background-color: #fff;
}

.footer__inner.inner {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .footer__inner.inner {
    padding-top: 5.625rem;
    max-width: 1320px;
    padding-left: 2.8125rem;
  }
}

.footer__main-content {
  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 (min-width: 768px) {
  .footer__main-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7%;
  }
}

.footer__logo {
  width: 80%;
  margin-inline: auto;
  max-width: 300px;
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 16.125rem;
    margin-inline: 0;
  }
}

.footer__logo a:hover {
  opacity: 0.6;
}

.footer__logo-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
}

.footer__logo-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.71;
}

.footer__logo-subtitle {
  font-size: 11.5px;
  font-size: 0.71875rem;
  font-weight: 300;
  line-height: 3.1;
  margin: 0;
}

.footer__contact {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .footer__contact {
    margin-top: 0.75rem;
    text-align: left;
    text-align: initial;
  }
}

.footer__address,
.footer__tel {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.0525em;
  margin: 0;
}

.footer__tel a {
  padding: 10px;
  padding: 0.625rem;
}

.footer__nav {
  margin-top: 16px;
  margin-top: 1rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 1.1875rem;
  }
}

.footer__nav-item:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-item:not(:first-child) {
    margin-top: 0.625rem;
  }
}

.footer__nav-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  color: #666666;
}

.footer__nav-link:hover {
  text-decoration: underline;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 68%;
    gap: 6%;
    row-gap: 3.5625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__menu {
    gap: 4%;
    row-gap: 3.5625rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu {
    width: 72%;
    gap: 6%;
    row-gap: 3.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__menu-column {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__menu-column {
    width: 22%;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu-column {
    width: 20%;
  }
}

.red .footer__menu-title::after {
  background-color: #c75a7b;
}

.blue .footer__menu-title::after {
  background-color: #3a5abf;
}

.red .footer__menu-link-icon {
  color: #c75a7b;
}

.blue .footer__menu-link-icon {
  color: #3a5abf;
}

.footer__menu-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.56;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .footer__menu-title {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__menu-title {
    font-size: 1.125rem;
  }
}

.footer__menu-title.no-wrap {
  white-space: nowrap;
}

.footer__menu-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-color: #c75a7b;
}

.footer__menu-list {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .footer__menu-list {
    margin-top: 2.125rem;
  }
}

.footer__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
}

.footer__menu-item:not(:first-child) {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .footer__menu-item:not(:first-child) {
    margin-top: 1.5625rem;
  }
}

.footer__menu-item.start-icon {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__menu-link-icon {
  color: #c75a7b;
  font-size: 6px;
  font-size: 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  width: 0.75rem;
}

.footer__menu-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #9D9D9D;
}

.footer__menu-link:hover {
  text-decoration: underline;
}

.footer__copy {
  text-align: center;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    padding-bottom: 0;
  }
}

.footer__copy p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.45;
  color: #666666;
  margin: 0;
}

.header {
  height: 64px;
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5.9375rem;
  }
}

.header.is-scrolled {
  background-color: rgba(255, 255, 255, .75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .1);
}

.header__inner {
  padding: 0 8px;
  padding: 0 0.5rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 0.625rem 0 0.625rem;
    max-width: 1920px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1440px) {
  .header__inner {
    padding: 0 1.25rem 0 1.875rem;
  }
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  text-decoration: none;
  width: 155px;
  width: 9.6875rem;
}
@media screen and (min-width: 768px) {
  .header__logo a {
    width: 8.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__logo a {
    width: 12.6875rem;
  }
}

.header__logo a:hover {
  opacity: 0.6;
}

.header__logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.header__logo-main {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 768px) {
  .header__logo-main {
    font-size: 1.25rem;
  }
}

.header__logo-sub {
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: 300;
  line-height: 3.1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .header__logo-sub {
    font-size: 0.625rem;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
    margin-left: 0.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__nav {
    margin-left: 0.375rem;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .header__nav-modal-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.0625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.375rem;
    height: 0.375rem;
    background-color: #e8de64;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .header__nav-modal-wrap::before {
    top: 52%;
    left: 0.3125rem;
  }
}

.header__nav-modal-wrap > p {
  cursor: pointer;
}

.header__nav-item > a,
.header__nav-modal-wrap > p {
  position: relative;
  font-size: clamp(13px, 3.153px + 0.9615384615vw, 17px);
  font-size: clamp(0.8125rem, 0.1971153846rem + 0.9615384615vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header__nav-item > a,
  .header__nav-modal-wrap > p {
    padding: 0 0.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__nav-item > a,
  .header__nav-modal-wrap > p {
    padding: 0 1.25rem;
  }
}

.header__nav-item a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  bottom: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  height: 0.125rem;
  background-color: #e8de64;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.header__nav-item a:hover {
  opacity: 1;
}

.header__nav-item a:hover::after {
  width: 68%;
}

.header__contact {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__contact {
    gap: 1rem;
  }
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.header__tel-number {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .header__tel-number {
    font-size: 1.1875rem;
  }
}

.header__tel-number::before {
  content: "";
  position: absolute;
  left: -18px;
  left: -1.125rem;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-image: url(../images/common/icon_tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1440px) {
  .header__tel-number::before {
    width: 1.25rem;
    height: 1.25rem;
    left: -1.5rem;
  }
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}

.header__action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  padding: 5px 20px 5px 18px;
  padding: 0.3125rem 1.25rem 0.3125rem 1.125rem;
  border-radius: 1.25rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1440px) {
  .header__action-btn {
    gap: 1rem;
    padding: 0.5625rem 1.4375rem 0.5625rem 1.3125rem;
  }
}

.header__action-btn--vacancy {
  background-color: #c54d7f;
  border: 1px solid #c54d7f;
  border: 0.0625rem solid #c54d7f;
}

.header__action-btn--contact {
  background-color: #3a5abf;
  border: 1px solid #3a5abf;
  border: 0.0625rem solid #3a5abf;
  gap: 9px;
  gap: 0.5625rem;
}

.header__action-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.header__action-icon {
  width: 14px;
  width: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 1440px) {
  .header__action-icon {
    width: 1.25rem;
  }
}

.header__action-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__action-text {
  font-size: 11.5px;
  font-size: 0.71875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.header__tel-icon {
  position: absolute;
  right: 116px;
  right: 7.25rem;
  width: 35px;
  width: 2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__mail {
  position: absolute;
  right: 66px;
  right: 4.125rem;
  width: 28px;
  width: 1.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__mail a:hover {
  opacity: 0.6;
}

.header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 4px;
  height: 0.25rem;
  background-color: #c54d7f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -6px;
  top: -0.375rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 6px;
  top: 0.375rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 4px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

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

.header__hamburger.is-open span:nth-of-type(3) {
  top: -4px;
  top: -0.25rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  padding: 100px 20px 40px;
  padding: 6.25rem 1.25rem 2.5rem;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f7e6cd;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}

.header__drawer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__drawer-item a,
.header__drawer-item > p {
  padding: 14px 0;
  padding: 0.875rem 0;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .header__drawer-item a:hover {
    color: #e8de64;
  }
}

.header__drawer-accordion-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
  padding-right: 30px;
  padding-right: 1.875rem;
  cursor: pointer;
}
.header__drawer-accordion-title::before {
  content: "";
  position: absolute;
  right: -20px;
  right: -1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  width: 0.8125rem;
  height: 2px;
  height: 0.125rem;
  background-color: #333;
}
.header__drawer-accordion-title::after {
  content: "";
  position: absolute;
  right: -15px;
  right: -0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  width: 0.125rem;
  height: 13px;
  height: 0.8125rem;
  background-color: #333;
  -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;
}
.header__drawer-accordion-title.is-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.header__drawer-accordion-list {
  background-color: #fff;
}

.header__drawer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-top: 0.0625rem solid rgba(255, 255, 255, .3);
}

.header__drawer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.header__drawer-tel-number {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.header__drawer-tel-number::before {
  content: "";
  position: absolute;
  left: -10px;
  left: -0.625rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-image: url(../images/common/icon_tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__drawer-actions {
  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: 12px;
  gap: 0.75rem;
  width: 100%;
}

.header__drawer-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85%;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  border-radius: 1.5625rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.header__drawer-action-btn::before {
  content: "";
  position: absolute;
  left: 60px;
  left: 3.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
}

.header__drawer-action-btn--vacancy {
  background-color: #c54d7f;
}

.header__drawer-action-btn--contact {
  background-color: #7cb532;
}

.header__drawer-action-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.header__drawer-action-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.header__nav-modal-wrap {
  position: relative;
}

.header__nav-modal {
  padding: 10px 0;
  padding: 0.625rem 0;
  position: absolute;
  top: 32px;
  top: 2rem;
  left: -15px;
  left: -0.9375rem;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .header__nav-modal {
    width: 23.25rem;
  }
}

.header__nav-modal-wrap:hover > .header__nav-modal {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.header__nav-modal-item a {
  padding: 20px 0 20px 28px;
  padding: 1.25rem 0 1.25rem 1.75rem;
  position: relative;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}

.header__nav-modal-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  right: 0.875rem;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-top: 1px solid #c54d7f;
  border-top: 0.0625rem solid #c54d7f;
  border-right: 1px solid #c54d7f;
  border-right: 0.0625rem solid #c54d7f;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .header__nav-modal-item a:hover::before {
    opacity: 0.6;
  }
}

.header__drawer-accordion-item a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 0;
  padding: 0.375rem 0;
  font-weight: 400;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1172px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .inner.page-inner {
    max-width: 1170px;
  }
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}
.js-fadeIn.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.layout-content {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .layout-content {
    margin-top: 6.875rem;
  }
}

.layout-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.layout-single {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .layout-single {
    margin-top: 15.125rem;
  }
}

.layout-page {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .layout-page {
    margin-top: 8.75rem;
  }
}

.mv {
  position: relative;
}
.mv__titleWrap {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  -webkit-animation: fade 2s ease-in-out;
          animation: fade 2s ease-in-out;
}

.mv__titleEn {
  color: #2E4E7E;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .mv__titleEn {
    font-size: 1.25rem;
    font-size: 1.125rem;
  }
}

.mv__titleJa {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: clamp(24px, 21.183px + 0.7511737089vw, 32px);
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
}
@media screen and (min-width: 768px) {
  .mv__titleJa {
    margin-top: 1.0625rem;
  }
}

.mv__img {
  margin-top: 40px;
  margin-top: 2.5rem;
  height: 200px;
  height: 12.5rem;
  -webkit-animation: fade 2s ease-in-out;
          animation: fade 2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .mv__img {
    margin-top: 3.5rem;
    height: auto;
  }
}
.mv__img img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/200;
}
@media screen and (min-width: 768px) {
  .mv__img img {
    height: inherit;
    aspect-ratio: 1440/400;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv__tree {
  position: absolute;
  width: 120px;
  width: 7.5rem;
  left: -20px;
  left: -1.25rem;
  top: 15%;
  -webkit-animation: sway2 4s ease-in-out infinite;
          animation: sway2 4s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .mv__tree {
    width: 14.875rem;
    top: 9%;
    left: -1rem;
  }
}

.mv__dot {
  position: absolute;
  right: 3px;
  right: 0.1875rem;
  bottom: 5px;
  bottom: 0.3125rem;
  width: 80px;
  width: 5rem;
  height: 60px;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .mv__dot {
    width: 8.5625rem;
    height: 6.875rem;
    right: 1.5625rem;
    bottom: 2.5rem;
  }
}

.mv__tree.archive-mv__tree {
  top: -16%;
  pointer-events: none;
}

.mv__dot.archive-mv__tree {
  width: 80px;
  width: 5rem;
  height: 60px;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .mv__dot.archive-mv__tree {
    width: 8.5625rem;
    height: 6.875rem;
    bottom: -5.5rem;
  }
}

.page-slider {
  max-width: 1124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  gap: 1.5625rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .page-slider {
    margin-top: 6.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .page-slider__item {
    width: 33.3%;
  }
}

.page-slider__item img {
  aspect-ratio: 358/239;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-heading {
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .sec-heading {
    margin-left: 1.3125rem;
  }
}

.sec-heading__ja {
  font-size: clamp(18px, 16.591px + 0.3755868545vw, 22px);
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  color: #333;
}

.sec-heading__ja::after {
  content: "";
  position: absolute;
  left: -10px;
  left: -0.625rem;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #95782c;
  height: 7px;
  height: 0.4375rem;
  width: 7px;
  width: 0.4375rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .sec-heading__ja::after {
    height: 0.5rem;
    width: 0.5rem;
    left: -1.125rem;
  }
}

.sec-heading__en {
  font-size: clamp(10px, 9.295px + 0.1877934272vw, 12px);
  font-size: clamp(0.625rem, 0.5809859155rem + 0.1877934272vw, 0.75rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #95782c;
  display: block;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  gap: 0.6875rem;
}

.sec-title__en {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.1em;
  color: #e6bb65;
  font-family: "Zen Old Mincho", serif;
}

.sec-title__ja {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 21.183px + 0.7511737089vw, 32px);
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
}

.second-title-dot {
  position: relative;
  font-size: clamp(18px, 15.887px + 0.5633802817vw, 24px);
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
  line-height: 0.83;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
  position: relative;
}

.second-title-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  left: -0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: #95782c;
}
@media screen and (min-width: 768px) {
  .second-title-dot::before {
    width: 0.625rem;
    height: 0.625rem;
    left: -1.375rem;
  }
}

.second-title-underline {
  color: #2e4e7e;
  font-size: clamp(18px, 17.295px + 0.1877934272vw, 20px);
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  position: relative;
}

.second-title-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  bottom: -0.625rem;
  background-color: #e6bb65;
  height: 1px;
  width: 45px;
  width: 2.8125rem;
}

.service {
  padding: 80px 0;
  padding: 5rem 0;
  background-color: #f8f8f8;
}

.service__content {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.service__title {
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.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: 40px;
  gap: 2.5rem;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .service__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .service__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.service__item-img {
  width: 100%;
  height: 250px;
  height: 15.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .service__item-img {
    width: 50%;
    height: 18.75rem;
  }
}
.service__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__item-content {
  padding: 30px 25px;
  padding: 1.875rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .service__item-content {
    width: 50%;
    padding: 2.5rem 1.875rem;
  }
}

.service__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.service__item-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #666666;
}

.about-page__content {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .about-page__content {
    margin-top: 6.875rem;
  }
}

.about-page__info-wrap-container {
  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 (min-width: 768px) {
  .about-page__info-wrap-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about-page__info-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .about-page__info {
    width: 40%;
  }
}

.about-page__info-wrapImg {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about-page__info-wrapImg {
    width: 28.375rem;
    margin-top: 0;
  }
}
.about-page__info-wrapImg img {
  aspect-ratio: 454/484;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page__logo {
  width: 80%;
  margin-inline: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 375px;
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .about-page__logo {
    width: 59%;
    margin-top: 0;
    margin-inline: 0;
  }
}

.about-page__details {
  font-weight: 300;
}

.about-page__address {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.about-page__address-text,
.about-page__tel {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about-page__address-text,
  .about-page__tel {
    font-size: 1.125rem;
  }
}

.about-page__business-text {
  font-weight: 300;
  line-height: 1.36;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about-page__business-text {
    margin-top: 1.5625rem;
  }
}

.about-page__business-list li {
  text-indent: -16px;
  text-indent: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .about-page__business-list li {
    text-indent: 0;
    padding-left: 0;
    font-size: 1rem;
  }
}

.about-page__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.about-page__title-line {
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-color: #E6BB65;
}

.about-page__title-main {
  font-size: clamp(24px, 21.183px + 0.7511737089vw, 32px);
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about-page__title-main {
    margin-top: 1.25rem;
  }
}

.about-page__description {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.about-page__description-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-page__description-list li {
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.03em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.about-page__description-list li + li {
  margin-top: 18px;
  margin-top: 1.125rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .about-page__description-list li + li {
    margin-top: 1.5625rem;
  }
}

.about-page__company-info {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-page__company-info {
    margin-top: 2.0625rem;
  }
}

.about-page__company-info-header {
  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: 8px;
  gap: 0.5rem;
  padding: 20px 0 12px;
  padding: 1.25rem 0 0.75rem;
  border-bottom: 1px solid #ece5d3;
}
@media screen and (min-width: 768px) {
  .about-page__company-info-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.8125rem 0 0.9375rem;
    gap: 1rem;
  }
}

.about-page__company-info-item:last-child .about-page__company-info-header {
  border-bottom: none;
}

.about-page__company-info-label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #034495;
  font-family: "Zen Old Mincho", serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-page__company-info-label {
    width: 11.25rem;
    font-size: 1.125rem;
    text-align: left;
  }
}

.about-page__company-info-item:last-child .about-page__company-info-header {
  border-bottom: none;
}

.about-page__company-info-value {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

.about-page__company-info-value p {
  margin: 0;
}

.about-page__company-info-value span {
  padding-left: 3em;
}

.about-pageMap__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74%;
  margin-top: 28px;
  margin-top: 1.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about-pageMap__wrap {
    padding-top: 26%;
    border-radius: 1.25rem;
  }
}

.bout-pageMap__access iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-page__disclosure {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .about-page__disclosure {
    margin-top: 2.625rem;
  }
}

.about-page__disclosure-container {
  background-color: #fff;
  padding: 40px 28px;
  padding: 2.5rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .about-page__disclosure-container {
    padding: 3.75rem 4.375rem;
  }
}

.about-page__disclosure-item {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #95782c;
}

.about-page__disclosure-item + .about-page__disclosure-item {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.about-page__disclosure-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.about-page__disclosure-icon {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #95782c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about-page__disclosure-body {
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about-page__disclosure-body {
    padding-left: 1.5rem;
  }
}

.about-page__disclosure-list {
  list-style: none;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-page__disclosure-list {
    margin-top: 2rem;
  }
}

.about-page__disclosure-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
}

.about-page__disclosure-list-item + .about-page__disclosure-list-item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .about-page__disclosure-list-item + .about-page__disclosure-list-item {
    margin-top: 0;
  }
}

.about-page__disclosure-arrow {
  font-size: 7px;
  font-size: 0.4375rem;
  font-weight: 500;
  line-height: 1.45;
  color: #3a5abf;
}

.about-page__disclosure-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  color: #3a5abf;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .about-page__disclosure-text {
    line-height: 1.7;
  }
}

.about-page__disclosure-line {
  display: none;
  width: 1px;
  width: 0.0625rem;
  height: 100%;
  background-color: #95782c;
}
@media screen and (min-width: 768px) {
  .about-page__disclosure-line {
    display: block;
  }
}

.about-page__disclosure-description {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.67;
  color: #333;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-page__disclosure-description {
    font-size: 1.125rem;
    margin-top: 2.625rem;
  }
}

.about-page__disclosure-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .about-page__disclosure-link {
    gap: 1.125rem;
  }
}

.about-page__disclosure-link--external {
  margin-top: 16px;
  margin-top: 1rem;
}

.availability__table {
  padding: 80px 0;
  padding: 5rem 0;
  background-color: #fbfaf7;
}

.availability__table-inner {
  max-width: 784px;
  max-width: 49rem;
  margin: 0 auto;
}

.availability__content {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .availability__content {
    margin-top: 6.875rem;
  }
}

.availability__table-wrap {
  border-radius: 0.375rem;
  overflow: hidden;
}

.availability__table-wrap:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.availability__table-name {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(22px, 17.422px + 1.220657277vw, 35px);
  font-size: clamp(1.375rem, 1.0889084507rem + 1.220657277vw, 2.1875rem);
  color: #000000;
}

.availability__table-content {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
  margin-top: 16px;
  margin-top: 1rem;
  color: #000000;
}

.availability__table-header {
  background-color: #eee8e0;
}

.availability__table-cell {
  padding: 16px 8px;
  padding: 1rem 0.5rem;
  text-align: center;
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .availability__table-cell {
    padding: 1rem 0.75rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .availability__table-cell.first {
    width: 12.5rem;
  }
}

.availability__table-cell--time {
  width: 183px;
  width: 11.4375rem;
  background-color: #eee8e0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .availability__table-cell--time {
    width: 15.5rem;
  }
}

.availability__table-cell--data {
  padding: 16px 8px;
  padding: 1rem 0.5rem;
}

.availability__status {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5;
}

.availability__table-attention {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .availability__table-attention {
    font-size: 1.125rem;
    margin-top: 1.375rem;
  }
}

.availability__status--closed {
  color: #888888;
}

.availability__table-row {
  background-color: #fff;
}

.capacity-table .availability__table-cell {
  width: 27%;
}

.capacity-table .availability__table-row .availability__table-cell {
  width: 20%;
}

.availability__table-row:last-child .availability__table-cell--time {
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: 0.375rem;
}

.availability__table-row:last-child .availability__table-cell:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: 0.375rem;
}

.availability__table-header .availability__table-cell:first-child {
  border-top-left-radius: 6px;
  border-top-left-radius: 0.375rem;
}

.availability__table-header .availability__table-cell:last-child {
  border-top-right-radius: 6px;
  border-top-right-radius: 0.375rem;
}

@media screen and (min-width: 768px) {
  .availability__table {
    padding: 7.5rem 0;
  }
}
.availability__price {
  padding: 80px 0;
  padding: 5rem 0;
  background-color: #fbfaf7;
}

.availability__price-inner {
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto;
}

.availability__price-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-family: "Zen Old Mincho", serif;
}

.availability__price-table-wrap {
  background-color: #ffffff;
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
}

.availability__price-table {
  width: 100%;
  border-collapse: collapse;
}

.availability__price-header {
  background-color: #eee8e0;
}

.availability__price-cell {
  padding: 16px 8px;
  padding: 1rem 0.5rem;
  text-align: center;
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}

.availability__price-cell--room-type {
  background-color: #eee8e0;
  font-weight: 500;
}

.availability__price-cell--data {
  padding: 16px 8px;
  padding: 1rem 0.5rem;
}

.availability__price-number {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5;
  color: #000000;
}

.availability__price-row:last-child .availability__price-cell--room-type {
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: 0.375rem;
}

.availability__price-row:last-child .availability__price-cell:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: 0.375rem;
}

.availability__price-header .availability__price-cell:first-child {
  border-top-left-radius: 6px;
  border-top-left-radius: 0.375rem;
}

.availability__price-header .availability__price-cell:last-child {
  border-top-right-radius: 6px;
  border-top-right-radius: 0.375rem;
}

.contact-complete__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .contact-complete__inner {
    padding-top: 3.75rem;
  }
}

.contact-complete__content {
  padding: 40px 0;
  padding: 2.5rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-complete__content {
    padding: 2.5rem 1.5rem;
  }
}

.contact-complete__message {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: clamp(18px, 16.543px + 0.3883495146vw, 24px);
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
}

.contact-complete__button-wrap {
  text-align: center;
}

.contact-complete__button {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background: #3a5abf;
  border: 1px solid #3a5abf;
  border-radius: 2rem;
  padding: 12px 40px;
  padding: 0.75rem 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .contact-complete__button {
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}

.contact-complete__button:hover,
.contact-complete__button:focus {
  background: #fff;
  color: #3a5abf;
}

.contact-page__content-inner {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .contact-page__content-inner {
    padding-bottom: 6.25rem;
  }
}

.contact-form__flow {
  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: 40px;
  gap: 2.5rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .contact-form__flow {
    margin-bottom: 5rem;
  }
}

.contact-form__flow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-form__flow-container {
    gap: 4.375rem;
  }
}

.contact-form__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.contact-form__step:not(:last-child):after {
  content: "";
  position: absolute;
  right: -85px;
  right: -5.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #dddddd;
  height: 2px;
  height: 0.125rem;
  width: 84px;
  width: 5.25rem;
}

.contact-form__step-circle {
  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;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-form__step-circle {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.contact-form__step-circle--active {
  background-color: #2e4e7e;
  border-color: #2e4e7e;
}

.contact-form__step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
}

.contact-form__step-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.contact-form__step-circle--active .contact-form__step-number {
  color: #ffffff;
}
.contact-form__step-circle--completed .contact-form__step-number {
  color: #777777;
}
.contact-form__step-circle:not(.contact-form__step-circle--active):not(.contact-form__step-circle--completed) .contact-form__step-number {
  color: #777777;
}

.contact-form__step-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.contact-form__step-circle--active .contact-form__step-text {
  color: #ffffff;
}
.contact-form__step-circle--completed .contact-form__step-text {
  color: #777777;
}
.contact-form__step-circle:not(.contact-form__step-circle--active):not(.contact-form__step-circle--completed) .contact-form__step-text {
  color: #777777;
}
@media screen and (min-width: 768px) {
  .contact-form__step-text {
    font-size: 1.125rem;
  }
}

.contact-form__separator {
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #dddddd;
  position: absolute;
  top: 30px;
  top: 1.875rem;
  left: 30px;
  left: 1.875rem;
  right: 30px;
  right: 1.875rem;
  z-index: -1;
}

.contact-form__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 768px) {
  .contact-form__description {
    font-size: 1.125rem;
    line-height: 1.22;
  }
}

.contact-page__content {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .contact-page__content {
    margin-top: 7.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form {
    width: 654px;
    margin-inline: auto;
  }
}

.p-form__item {
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    margin-right: auto;
    margin-left: auto;
    padding: 0.5625rem 0 0.5625rem 0;
  }
}

.p-form__item:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__item:not(:first-child) {
    margin-top: 0.5625rem;
  }
}

.p-form__title {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-form__title {
    padding: 0 0.625rem 0 0.5625rem;
    font-size: 1.125rem;
  }
}

.p-form__title span {
  display: inline-block;
  color: #e07b9f;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 2px;
  padding: 0.125rem;
}

.p-form__title--type02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-form__title--type02 {
    -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;
  }
}

.p-form__title--type03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-form__title--aiStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__input {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__input {
    margin-top: 0.3125rem;
    padding: 0 10px;
  }
}

.age .p-form__input {
  width: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  gap: 0.3125rem;
}

.age .p-form__input input {
  width: 78px;
  text-align: center;
  padding-left: 0;
}

.p-formInput input::-webkit-input-placeholder,
.p-formTextarea textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
}

.p-formInput input::-moz-placeholder,
.p-formTextarea textarea::-moz-placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
}

.p-formInput input::-ms-input-placeholder,
.p-formTextarea textarea::-ms-input-placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
}

.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
  color: #CCC;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-formInput input::-webkit-input-placeholder,
  .p-formTextarea textarea::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  .p-formInput input::-moz-placeholder,
  .p-formTextarea textarea::-moz-placeholder {
    font-size: 1.125rem;
  }
  .p-formInput input::-ms-input-placeholder,
  .p-formTextarea textarea::-ms-input-placeholder {
    font-size: 1.125rem;
  }
  .p-formInput input::placeholder,
  .p-formTextarea textarea::placeholder {
    font-size: 1.125rem;
  }
}

.p-formInput input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border-radius: 0.5rem;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-formInput input {
    width: 100%;
    height: 50px;
    margin-left: 0;
    padding-left: 15px;
  }
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
  outline: 2px solid #b5b5b5;
}

.p-formInput--sm input {
  width: 350px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-formInput--sm input {
    width: 100%;
  }
}

.p-formInput__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formInput__post input {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-formInput__post input {
    width: 100%;
  }
}

.p-formInput__address {
  margin-top: 10px;
}

.p-formInput__address input {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-formInput__address input {
    width: 100%;
  }
}

.p-formInput--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-formInput--tel {
    gap: 1.875rem;
  }
}

.p-formInput--tel > * {
  min-width: 0;
}

.post .p-formInput--tel {
  gap: 4px;
}

.post .p-formInput--tel input {
  width: 77px;
}

.p-formInput--tel input {
  max-width: 96%;
  border-radius: 0.5rem;
}

.p-formSelect select {
  width: 250px;
  max-width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  background: url(../images/common/pulldown.svg) right 10px center/10px no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 768px) {
  .p-formSelect select {
    width: 100%;
    height: 50px;
  }
}

.p-formSelect select:focus {
  outline: 2px solid #b5b5b5;
}

.p-formSelect--selected select {
  color: #333;
}

.p-formDate__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-formDate__flex {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-formDate__flex + .p-formDate__flex {
  margin-top: 20px;
}

.p-formDate__label {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .p-form__dataBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-form__dataBlockFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__dataBlockFlex + .p-form__dataBlockFlex {
  margin-top: 20px;
}

.p-form__dataBlockLabel {
  width: 80px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-form__dataBlockLabel {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-form__dataBlockDate {
    width: 100%;
  }
}

.p-formCalendar {
  position: relative;
}

.p-formCalendar input {
  width: 250px;
  height: 60px;
  padding-left: 20px;
  padding-right: 5px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  background: url(../images/common/calendar.svg) right 8px center/15px no-repeat;
}
@media screen and (min-width: 768px) {
  .p-formCalendar input {
    width: 100%;
    height: 50px;
  }
}

.p-formCalendar input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent;
  z-index: 1;
}

@-moz-document url-prefix() {
  .p-formCalendar input {
    background: none;
  }
  .p-formCalendar::after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    top: 50%;
    right: 10px;
    transform: translateY(-55%);
    pointer-events: none;
  }
}
.p-formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .Android .p-formCalendar input {
    padding-left: 15px;
  }
}

.p-formCalendar input:focus {
  outline: 2px solid #b5b5b5;
}

@media screen and (min-width: 768px) {
  .p-form__dataBlockSelect {
    width: 100%;
  }
}

.p-form__dataBlockDate input:not(.p-formDate__default) {
  color: #333;
}

.p-formNumber__txt {
  font-size: 16px;
}

.p-formNumber__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-formNumber__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-formNumber__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-formNumber__blockLabel01 {
  margin-right: 30px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-formNumber__blockLabel01 {
    width: 55px;
  }
}

.p-formNumber__blockLabel01 {
  font-size: 16px;
}

.p-formNumber__blockInput {
  width: 150px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-formNumber__blockInput {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
}

.p-formCheckbox input {
  display: none;
}

.p-formCheckbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

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

.p-formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.p-formCheckbox input + span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 35px;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-formCheckbox input + span {
    font-size: 1.125rem;
  }
}

.p-formCheckbox input + span::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.25rem;
}
.p-formCheckbox input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 8px;
  height: 13px;
  margin-top: -8px;
  border-right: 3px solid blue;
  border-bottom: 3px solid blue;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-formCheckbox input:checked + span::after {
  opacity: 1;
}

.p-form__input--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15%;
}

.p-formRadio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-formRadio .wpcf7-radio {
    gap: 16%;
  }
}

.p-formRadio--vertical .wpcf7-radio {
  display: block;
}

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

.p-formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.p-formRadio input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  cursor: pointer;
}

.p-formRadio input[type=radio] {
  display: none;
}

.p-formRadio input + span::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: auto;
  margin-right: 0.5em;
  margin-bottom: auto;
  border: 3px solid #999999;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.p-formRadio input:checked + span::before {
  background-color: #2e4e7e;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.p-formFile .wpcf7-form-control-wrap {
  display: block;
}

.p-formFile .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 20px;
}

.p-formFile input {
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
}

.p-formTextarea textarea {
  width: 100%;
  min-height: 350px;
  padding-top: 10px;
  padding-left: 20px;
  border-radius: 0.5rem;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-formTextarea textarea {
    width: 100%;
    min-height: 250px;
    margin-left: 0;
    padding-left: 15px;
  }
}

.p-form__privacy {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy {
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-form__privacy a {
  line-height: 1;
  color: #0066a0;
}
.p-form__privacy span {
  color: #e07b9f;
}

.p-form__acceptance {
  text-align: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form__acceptance {
    text-align: left;
  }
}

.comfirm-page .p-form__acceptance {
  padding-left: 1em;
}

.p-form__submit {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    margin-top: 3.3125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-form__submit button {
  background-color: #c75a7b;
  position: relative;
  padding-right: 35px;
  padding-right: 2.1875rem;
  width: 270px;
  width: 16.875rem;
  border-radius: 2.1875rem;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-form__submit button {
    width: 21.875rem;
    padding: 1.25rem 0.625rem;
  }
}

.p-form__submit::before {
  content: "";
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/icon_arrow-pink.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  z-index: 10;
}

.comfirm-page .p-form__submit::before {
  top: 80%;
}
@media screen and (min-width: 768px) {
  .comfirm-page .p-form__submit::before {
    top: 50%;
  }
}

.p-form__submit .p-formBtn__back {
  background-color: #2e4e7e;
}

.p-formBtn input {
  width: 270px;
  width: 16.875rem;
  padding: 20px 0;
  border: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 100px;
  background-color: #c75a7b;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-formBtn input {
    width: 21.875rem;
  }
}
.p-formBtn input:disabled {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}
@media screen and (min-width: 768px) {
  .p-formBtn input:disabled:hover {
    cursor: not-allowed;
  }
}
@media screen and (min-width: 768px) {
  .p-formBtn input:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px 10px;
  border-color: #2c94de;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px 10px;
  border-color: red;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation__error {
  display: none;
  margin-top: 10px;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

.initiative-page {
  padding: 100px 0 0;
  padding: 6.25rem 0 0;
}

.initiative-page .content-wrap {
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.initiative-page .content-wrap.content-wrap--narrow {
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .initiative-page .content-wrap.content-wrap--narrow {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.initiative-page__container {
  position: relative;
}

.initiative-page .js-slider {
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  overflow: hidden;
}

.initiative-page .js-slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}

.initiative-page .swiper-button-prev,
.initiative-page .swiper-button-next {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .15);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 768px) {
  .initiative-page .swiper-button-prev,
  .initiative-page .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5rem;
    height: 5rem;
  }
}

.initiative-page .swiper-button-prev {
  left: -50px;
  left: -3.125rem;
}

.initiative-page .swiper-button-next {
  right: -50px;
  right: -3.125rem;
}

.initiative-page .swiper-button-prev::before,
.initiative-page .swiper-button-next::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.initiative-page .swiper-button-prev::before {
  border-width: 12px 16px 12px 0;
  border-width: 0.75rem 1rem 0.75rem 0;
  border-color: transparent #1e90ff transparent transparent;
}

.initiative-page .swiper-button-next::before {
  border-width: 12px 0 12px 16px;
  border-width: 0.75rem 0 0.75rem 1rem;
  border-color: transparent transparent transparent #1e90ff;
}

.initiative-page .swiper-button-prev:hover,
.initiative-page .swiper-button-next:hover {
  -webkit-box-shadow: 0 0 0.875rem rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.875rem rgba(0, 0, 0, .25);
}

.initiative-page .swiper-button-prev svg,
.initiative-page .swiper-button-next svg,
.initiative-page .swiper-button-prev .swiper-button-prev,
.initiative-page .swiper-button-next .swiper-button-next,
.initiative-page .swiper-button-prev::after,
.initiative-page .swiper-button-next::after {
  display: none !important;
}

.initiative-page__center {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30/18;
  color: #333;
}
@media screen and (min-width: 768px) {
  .initiative-page__center {
    font-size: 1.125rem;
  }
}

.initiative-page__texts {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .initiative-page__texts {
    padding: 0 2.5rem;
  }
}

.initiative-page__text {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30/18;
  color: #333;
}
@media screen and (min-width: 768px) {
  .initiative-page__text {
    font-size: 1.125rem;
  }
}

.initiative-page__text:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.initiative-page__pamphlet {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30/18;
  color: #333;
}
@media screen and (min-width: 768px) {
  .initiative-page__pamphlet {
    font-size: 1.125rem;
    margin-top: 3.25rem;
  }
}

.initiative-page__pamphlet-link {
  position: relative;
  padding-left: 28px;
  padding-left: 1.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.017em;
  color: #3a5abf;
  cursor: pointer;
}

.initiative-page__pamphlet-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-top: 0.25rem solid transparent;
  border-bottom: 4px solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 6px solid #3a5abf;
  border-left: 0.375rem solid #3a5abf;
  margin-left: 4px;
  margin-left: 0.25rem;
}

.initiative-page__title.initiative-page__title--second {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .initiative-page__title.initiative-page__title--second {
    margin-top: 6.25rem;
  }
}

.initiative-page__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .initiative-page__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.initiative-page__flex-left {
  width: 100%;
  max-width: 383px;
  max-width: 23.9375rem;
}

.initiative-page__flex-right {
  width: 100%;
  max-width: 450px;
  max-width: 28.125rem;
}

.initiative-page__flex-right img {
  border-radius: 10px;
}

.initiative-page__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.initiative-page__item-wrap {
  margin-top: 24px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .initiative-page__item-wrap {
    padding: 0 2.5rem;
  }
}

.service-page__price-header.service-page__price-header--second {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.initiative-page__grid {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .initiative-page__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.initiative-page__grid-text {
  padding: 10px 0;
  padding: 0.625rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #333;
}

.initiative-page__grid img {
  border-radius: 20px;
}

.initiative-page__block.initiative-page__block--top {
  padding-top: 32px;
  padding-top: 2rem;
  border-top: 1px solid #95782c;
  border-top: 0.0625rem solid #95782c;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.initiative-page__heading {
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.initiative-page__training-grid {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  gap: 2rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .initiative-page__training-grid {
    padding: 0 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.initiative-page__training-list {
  margin: 0;
}

.initiative-page__training-row {
  font-weight: 350;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30/18;
}
.initiative-page__training-row + .initiative-page__training-row {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.initiative-page__training-month {
  font-weight: 350;
}

.initiative-page__training-body p + p {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.initiative-page__committee-list {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30/18;
  padding: 0;
  font-weight: 300;
  color: #333;
}
@media screen and (min-width: 768px) {
  .initiative-page__committee-list {
    padding: 0 2.5rem;
  }
}

.initiative-page__committee-item {
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
}

.initiative-page__committee-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.initiative-page .service-page__price-title {
  line-height: 1;
}

.medical-page__info-wrap-container {
  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 (min-width: 768px) {
  .medical-page__info-wrap-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.medical-page__info-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .medical-page__info-wrap {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .medical-page__info {
    width: 40%;
  }
}

.medical-page__info-wrapImg {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .medical-page__info-wrapImg {
    width: 28.375rem;
    margin-top: 0;
  }
}
.medical-page__info-wrapImg img {
  aspect-ratio: 454/318;
  -o-object-fit: cover;
     object-fit: cover;
}

.medical-page__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.medical-page__title-main {
  font-size: clamp(20px, 15.774px + 1.1267605634vw, 32px);
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .medical-page__title-main {
    margin-top: 1.25rem;
  }
}

.medical-page__description-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.medical-page__table {
  margin-top: 59px;
  margin-top: 3.6875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .medical-page__table {
    width: 57%;
  }
}
.medical-page__table img {
  aspect-ratio: 339/320;
}

body.single {
  background-color: #fff;
}

.single-detail__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2e4e7e;
  border-radius: 1.5rem;
  padding: 3px 16px;
  padding: 0.1875rem 1rem;
  min-width: 140px;
  min-width: 8.75rem;
}
@media screen and (min-width: 768px) {
  .single-detail__tag {
    min-width: 10.125rem;
    padding: 0.5rem 1rem;
  }
}

.single-detail__tag-text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}

.single-detail__title {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: clamp(24px, 21.183px + 0.7511737089vw, 32px);
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .single-detail__title {
    margin-bottom: 1.4375rem;
  }
}

.single-detail__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .single-detail__back {
    margin-top: 2.75rem;
  }
}

.single-detail__back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
  background-color: #ffffff;
  border: 1px solid #004774;
  border-radius: 624.9375rem;
  padding: 16px 24px 16px 36px;
  padding: 1rem 1.5rem 1rem 2.25rem;
  width: 286px;
  width: 17.875rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-detail__back-link:hover {
  background-color: #004774;
  color: #ffffff;
}
.single-detail__back-link:hover .single-detail__back-icon {
  background-color: #ffffff;
}
.single-detail__back-link:hover .single-detail__back-icon svg path {
  stroke: #004774;
}

.single-detail__back-icon {
  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;
  background-color: #004774;
  border-radius: 1.5rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  padding: 7px 6px;
  padding: 0.4375rem 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-detail__back-icon svg {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}

.single-detail__back-icon svg path {
  stroke: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-detail__back-link:hover .single-detail__back-text {
  color: #ffffff;
}

.single-detail__back-text {
  color: #004774;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-detail__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single-detail__navigation {
    margin-top: 1.875rem;
  }
}

.single-detail__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  width: 106px;
  width: 6.625rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-detail__nav-link:hover {
  opacity: 0.8;
}
.single-detail__nav-link:hover .single-detail__nav-icon {
  -webkit-transform: translateX(-0.125rem);
          transform: translateX(-0.125rem);
  color: #004774;
}

.single-detail__nav-link--next:hover .single-detail__nav-icon {
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
}

.single-detail__nav-link--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.single-detail__nav-link--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}

.single-detail__nav-icon {
  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;
  padding: 7px 6px;
  padding: 0.4375rem 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #004774;
}

.single-detail__nav-text {
  color: #004774;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .single .mv__tree {
    top: -142%;
  }
}

.single-page__content {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .single-page__content {
    margin-top: 3.5rem;
  }
}

.single-page__wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .single-page__wrap {
    margin-top: 7.8125rem;
  }
}

.single-page__wrap .wp-block-image img {
  max-width: none;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.single-page__wrap p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .single-page__wrap p {
    margin-bottom: 1.125rem;
    line-height: 2;
    font-size: 1.125rem;
  }
}

.single-page__wrap h2 {
  line-height: 1.7;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 2px solid;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .single-page__wrap h2 {
    margin-bottom: 0.625rem;
    margin-top: 2.5rem;
    letter-spacing: 0;
    font-size: 1.5rem;
    border-bottom: 2px solid #999;
  }
}

.single-page__wrap h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.07em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 1em;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .single-page__wrap h3 {
    font-size: 1.1875rem;
    letter-spacing: 0.05em;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
  }
}

.single-page__wrap h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #999;
  height: 72%;
  width: 4px;
}

.single-page__wrap h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .single-page__wrap h4 {
    font-size: 1.125rem;
    margin-bottom: 1.1875rem;
    margin-top: 2.625rem;
  }
}

.single-page__wrap h4::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
}
@media screen and (min-width: 768px) {
  .single-page__wrap h4::before {
    height: 1rem;
    width: 1rem;
  }
}

.single-page__wrap h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .single-page__wrap h5 {
    font-size: 1rem;
  }
}

.single-page__wrap img {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  max-height: 678px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .single-page__wrap img {
    margin-bottom: 2.375rem;
    max-width: 763px;
  }
}

.single-page__wrap a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.single-page__wrap p a {
  margin-bottom: 0;
  color: #0739cd;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffeb80));
  background: linear-gradient(transparent 70%, #ffeb80 70%);
}

.single-page__wrap ul {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .single-page__wrap ul {
    margin-top: 2.75rem;
    padding-left: 1.6875rem;
  }
}

.wp-block-list.background {
  background-color: #f7f7f7;
  padding: 20px 36px;
  padding: 1.25rem 2.25rem;
}
@media screen and (min-width: 768px) {
  .wp-block-list.background {
    padding: 1.5rem 2.6875rem;
  }
}

.single-page__wrap ul li {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  list-style: disc outside none;
  list-style: initial;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .single-page__wrap ul li {
    font-size: 1.125rem;
  }
}

.single-page__wrap ul li:not(:first-child) {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .single-page__wrap ul li:not(:first-child) {
    margin-top: 1.0625rem;
  }
}

.single-page__wrap ol {
  list-style-type: decimal;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .single-page__wrap ol {
    margin-top: 2.8125rem;
  }
}

.single-page__wrap ol li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .single-page__wrap ol li {
    font-size: 1.125rem;
  }
}

.single-page__wrap ol li:not(:first-child) {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .single-page__wrap ol li:not(:first-child) {
    margin-top: 1.125rem;
  }
}

.single-page__wrap .wp-block-quote {
  position: relative;
  margin-left: 27px;
  margin-left: 1.6875rem;
  margin-top: 54px;
  margin-top: 3.375rem;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .single-page__wrap .wp-block-quote {
    margin-left: 3.1875rem;
    margin-right: 3.125rem;
    width: 55%;
    margin-top: 3.875rem;
  }
}

.single-page__wrap .wp-block-quote::before {
  content: "";
  position: absolute;
  left: -29px;
  left: -1.8125rem;
  top: -22px;
  top: -1.375rem;
  background-image: url(../images/common/icon_quote01.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
  height: 2.1875rem;
  width: 48px;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .single-page__wrap .wp-block-quote::before {
    height: 4rem;
    width: 3.9375rem;
    left: -3.0625rem;
  }
}

.single-page__wrap .wp-block-quote::after {
  content: "";
  position: absolute;
  right: -24px;
  right: -1.5rem;
  bottom: -19px;
  bottom: -1.1875rem;
  background-image: url(../images/common/icon_quote02.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 29px;
  height: 1.8125rem;
  width: 22px;
  width: 1.375rem;
}
@media screen and (min-width: 768px) {
  .single-page__wrap .wp-block-quote::after {
    height: 3.125rem;
    width: 2.9375rem;
    right: -3.5rem;
  }
}

.wp-block-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-top: 1.25rem;
  border: 1px solid #999;
  max-width: 712px;
}
.wp-block-table thead {
  border: solid 1px #999;
  background-color: #f7f7f7;
}
.wp-block-table th {
  border: solid 1px #999;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .wp-block-table th {
    font-size: 1.125rem;
    padding: 1.375rem 1.25rem;
    width: 25%;
  }
}
.wp-block-table td {
  border: solid 1px #999;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .wp-block-table td {
    font-size: 1.125rem;
    padding: 1.375rem 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-table {
    margin-top: 2.9375rem;
  }
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.info-table th,
.info-table td {
  text-align: left;
  vertical-align: top;
}

.info-table th {
  background-color: #f9f9f9;
}

.sub-brand {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .sub-brand {
    margin-top: 10.5rem;
  }
}

.single-page__wrap table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #999 !important;
}

.news-page__content-inner.inner {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .news-page__content-inner.inner {
    max-width: 1163px;
  }
}

.news-page__content {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .news-page__content {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1440px) {
  .news-page__content {
    margin-top: 7.8125rem;
  }
}

.news-page__wrap {
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-inline: 24px;
  padding-inline: 1.5rem;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 0.9375rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news-page__wrap {
    padding-inline: 5.625rem;
    padding-top: 5.75rem;
    padding-bottom: 5.875rem;
    border-radius: 1.875rem;
  }
}

.news-page__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news-page__filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news-page__filter-btn {
  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: 16px;
  gap: 1rem;
  padding: 5px 16px;
  padding: 0.3125rem 1rem;
  width: 48%;
  border-radius: 1.5rem;
  border: 1px solid #2e4e7e;
  border: 0.0625rem solid #2e4e7e;
  background-color: #ffffff;
  color: #2e4e7e;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news-page__filter-btn {
    width: 10rem;
  }
}

.news-page__filter-btn--active {
  background-color: #2e4e7e;
  color: #ffffff;
  border-color: #2e4e7e;
}

.news-page__filter-btn:hover {
  opacity: 0.8;
}

.news-page__posts {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.news-page__post {
  width: 100%;
  display: block;
  color: inherit;
  padding: 18px 0 23px;
  padding: 1.125rem 0 1.4375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ddd2c3;
}

.news-page__post:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.news-page__post:hover .news-page__post-arrow svg path:first-child {
  fill: #2e4e7e;
  stroke: #ffffff;
}

.news-page__post:hover .news-page__post-arrow svg path:last-child {
  fill: #ffffff;
}

.news-page__post-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .news-page__post-main {
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news-page__post-image {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-page__post-image {
    width: 11%;
  }
}

.news-page__post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5/1;
}
@media screen and (min-width: 768px) {
  .news-page__post-image img {
    aspect-ratio: 1/1;
  }
}

.news-page__post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-page__post-details .news-page__post-arrow {
  width: 30px;
  width: 1.875rem;
}

.news-page__post-arrow svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-page__post-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 744px;
  max-width: 46.5rem;
}

.news-page__post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.news-page__post-date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #666666;
  font-family: "Zen Old Mincho", serif;
}

.news-page__post-tag {
  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: 9px;
  gap: 0.5625rem;
  padding: 5px 28px;
  padding: 0.3125rem 1.75rem;
  background-color: #2e4e7e;
  border-radius: 3.0625rem;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.news-page__post-description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.6;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .news-page__post-description {
    font-size: 1.125rem;
  }
}

.news-page__post-arrow {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-page__post-arrow img {
  width: 100%;
  height: 100%;
}

.news-page__post-separator {
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-color: #ddd2c3;
}

.news__pager {
  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: 48px;
  gap: 3rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .news__pager {
    margin-top: 1.875rem;
  }
}

.news__pager-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 23px;
  gap: 1.4375rem;
}

.news__pager-number {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2e4e7e;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Zen Old Mincho", serif;
}

.news__pager-number:hover {
  opacity: 0.8;
}

.news__pager-dots {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2e4e7e;
  font-family: "Zen Old Mincho", serif;
}

.news__pager-next {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #2e4e7e;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Zen Old Mincho", serif;
}

.news__pager-next:hover {
  opacity: 0.8;
}

.news-page__post-item {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.news-page__post-item.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.news-page__post-item.is-display-none {
  display: none;
}

.recruit-page__content-wrap {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .recruit-page__content-wrap {
    padding-left: 3.125rem;
    padding-top: 2.4375rem;
  }
}

.recruit-page__content-guide {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.recruit-table__item {
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  border-bottom: 1px solid #95782c;
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-table__item {
    padding-bottom: 2.5rem;
  }
}

.recruit-table__item:last-child {
  border-bottom: none;
}

.recruit-table__term {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.recruit-table__content {
  margin-top: 32px;
  margin-top: 2rem;
  line-height: 1.8;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .recruit-table__content {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}

.recruit-table__content h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .recruit-table__content h3 {
    font-size: 1.125rem;
    padding-left: 3em;
  }
}

.recruit-table__content p {
  padding-left: 2em;
}

.recruit-table__content p span {
  display: block;
  padding-left: 1em;
  line-height: 1.5;
}

.recruit-table__content ul {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-left: 2em;
  line-height: 1.6;
  margin-bottom: 29px;
  margin-bottom: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .recruit-table__content ul {
    padding-left: 4em;
  }
}

.recruit-table__content ul:nth-of-type(6) {
  margin-bottom: 0;
}

.recruit-table__description {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
  padding-left: clamp(16px, 3vw, 54px);
  padding-left: clamp(1rem, 3vw, 3.375rem);
}

.recruit-table__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.recruit-table__item-text {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recruit-table__item-text {
    margin-top: 2.8125rem;
    font-size: 1.125rem;
    padding-left: 2em;
  }
}

.related-page__content-wrap + .related-page__content-wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .related-page__content-wrap + .related-page__content-wrap {
    margin-top: 3.75rem;
  }
}

.related-page__info-wrap-container {
  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 (min-width: 768px) {
  .related-page__info-wrap-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.related-page__info-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .related-page__info-wrap {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .related-page__info {
    width: 40%;
  }
}

.related-page__info-wrapImg {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .related-page__info-wrapImg {
    width: 28.375rem;
    margin-top: 0;
  }
}

.related-page__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.related-page__title-main {
  font-size: clamp(24px, 21.183px + 0.7511737089vw, 32px);
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .related-page__title-main {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .related-page__description {
    margin-top: 1.875rem;
  }
}

.related-page__description-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.related-page__disclosure-title {
  margin-top: 32px;
  margin-top: 2rem;
  margin-left: 12px;
  margin-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .related-page__disclosure-title {
    margin-top: 2.5rem;
    margin-left: 1.5rem;
  }
}

.related-page__disclosure-title:nth-of-type(1) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .related-page__disclosure-title:nth-of-type(1) {
    margin-top: 3.75rem;
  }
}

.related-page__disclosure-description {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.67;
  padding: 0 16px 0 18px;
  padding: 0 1rem 0 1.125rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .related-page__disclosure-description {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    padding: 0 3.5rem 0 2.5rem;
  }
}

.related-page__toc-container {
  background-color: #f5f5f5;
  border: 1px solid #666;
  border-radius: 0.25rem;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  margin: 40px 0;
  margin: 2.5rem 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .related-page__toc-container {
    padding: 1.25rem 1.5rem;
    margin-block: 3.75rem;
    width: 600px;
    margin-inline: 0;
  }
}

.related-page__toc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .related-page__toc-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}

.related-page__toc-icon {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .related-page__toc-icon {
    font-size: 1.25rem;
  }
}

.related-page__toc-title-text {
  font-weight: 600;
}

.related-page__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-page__toc-item {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .related-page__toc-item {
    margin-bottom: 0.625rem;
  }
}
.related-page__toc-item:last-child {
  margin-bottom: 0;
}

.related-page__toc-link {
  color: #5a72c7;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .related-page__toc-link {
    font-size: 1rem;
  }
}
.related-page__toc-link:hover {
  opacity: 0.8;
}

.related-page__toc-sublist {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 20px;
  margin: 0.5rem 0 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .related-page__toc-sublist {
    margin-left: 1.5rem;
  }
}

.service-page__content-wrap {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .service-page__content-wrap {
    padding-left: 5.8125rem;
  }
}

.service-page__content-wrap + .service-page__content-wrap {
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .service-page__content-wrap + .service-page__content-wrap {
    margin-top: 6.5625rem;
  }
}

.service-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  row-gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .service-page__item {
    gap: 6.6875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 3.75rem;
  }
}

.service-page__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: 30px;
  gap: 1.875rem;
}

.service-page__heading.sec-heading--short-stay .service-page__title-ja::after {
  background-color: #b56176;
}

.service-page__heading.sec-heading--short-stay .service-page__title-en {
  color: #b56176;
}

.service-page__heading.sec-heading--day-rehab .service-page__title-ja::after {
  background-color: #2e4e7e;
}

.service-page__heading.sec-heading--day-rehab .service-page__title-en {
  color: #2e4e7e;
}

.service-page__heading.sec-heading--home-rehab .service-page__title-ja::after {
  background-color: #2e4e7e;
}

.service-page__heading.sec-heading--home-rehab .service-page__title-en {
  color: #2e4e7e;
}

.service-page__description {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #9d9d9d;
}

.service-page__image {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .service-page__image {
    width: 17.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.service-page__image img {
  aspect-ratio: 280/186;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-page__consulting-wrap {
  padding-top: 32px;
  padding-top: 2rem;
  border-top: 1px solid #95782c;
}
@media screen and (min-width: 768px) {
  .service-page__consulting-wrap {
    padding-top: 3.5625rem;
  }
}

.service-page__consulting-title {
  margin-left: 12px;
  margin-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .service-page__consulting-title {
    margin-left: 1.25rem;
  }
}

.service-page__consulting-list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .service-page__consulting-list {
    margin-top: 1.875rem;
    margin-left: 2.5rem;
    width: 92%;
  }
}

.service-page__consulting-item {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .service-page__consulting-item {
    font-size: 1.125rem;
  }
}

.service-page__consulting-item + .service-page__consulting-item {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.service-page__consulting-attention {
  margin-top: 44px;
  margin-top: 2.75rem;
  padding: 14px 32px;
  padding: 0.875rem 2rem;
  background-color: #f9f6ea;
  color: #95782c;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .service-page__consulting-attention {
    font-size: 1.125rem;
    line-height: 1.7;
    padding: 1.25rem 2.5rem;
  }
}

.service-page__flow {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service-page__flow {
    padding-top: 3.5rem;
  }
}

.service-page__flow__list {
  position: relative;
  list-style: none;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .service-page__flow__list {
    margin-top: 1.75rem;
  }
}

.service-page__flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 16px;
  row-gap: 1rem;
  position: relative;
}

.service-page__flow__item + .service-page__flow__item {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.service-page__flow__index {
  width: 64px;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service-page__flow__index {
    width: 5rem;
  }
}

.service-page__flow__item::before {
  content: "";
  position: absolute;
  left: 28px;
  left: 1.75rem;
  top: 50px;
  top: 3.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #034495;
  height: 100%;
  width: 1px;
}

.service-page__flow__item:last-child::before {
  content: none;
}

.service-page__flow__index-number {
  font-family: "Zen Old Mincho", serif;
  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;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #034495;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-page__flow__index-number {
    width: 3.375rem;
    height: 3.375rem;
    font-size: 1.125rem;
  }
}

.service-page__flow__body {
  padding-left: 16px;
  padding-left: 1rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .service-page__flow__body {
    padding-left: 2.375rem;
    width: 28rem;
    margin-top: 0.6875rem;
  }
}

.service-page__flow__title {
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #034495;
}
@media screen and (min-width: 768px) {
  .service-page__flow__title {
    font-size: 1.1875rem;
  }
}

.service-page__flow__message {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .service-page__flow__message {
    font-size: 0.875rem;
  }
}

.service-page__flow__message + .service-page__flow__message {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .service-page__flow__message + .service-page__flow__message {
    margin-top: 1.25rem;
  }
}

.service-page__button {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-page__button {
    margin-top: 1rem;
  }
}

.service-page__button-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  padding: 9px 24px;
  padding: 0.5625rem 1.5rem;
  border-radius: 62.4375rem;
  border: 1px solid #95782c;
  background-color: transparent;
  color: #95782c;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 180px;
  width: 11.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.service-page__button-link:hover {
  opacity: 0.6;
}

.service-page__button-link.service-page__button-link--short-stay {
  border-color: #b56176;
  color: #b56176;
}
.service-page__button-link.service-page__button-link--short-stay::after {
  border-top: solid 2px #b56176;
  border-right: solid 2px #b56176;
}

.service-page__button-link.service-page__button-link--day-rehab {
  border-color: #2e4e7e;
  color: #2e4e7e;
}
.service-page__button-link.service-page__button-link--day-rehab::after {
  border-top: solid 2px #2e4e7e;
  border-right: solid 2px #2e4e7e;
}

.service-page__button-link.service-page__button-link--home-rehab {
  border-color: #2e4e7e;
  color: #2e4e7e;
}
.service-page__button-link.service-page__button-link--home-rehab::after {
  border-top: solid 2px #2e4e7e;
  border-right: solid 2px #2e4e7e;
}

.service-page__button-link:after {
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: solid 2px #95782c;
  border-right: solid 2px #95782c;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  font-size: 22px;
  font-size: 1.375rem;
}

.service-page__button-link.is-active:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.service-page__button-link:focus-visible {
  outline: 2px solid #95782c;
  outline: 0.125rem solid #95782c;
  outline-offset: 3px;
  outline-offset: 0.1875rem;
}

.service-page__adl-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service-page__adl-section {
    margin-top: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .service-page__adl-title.second-title-underline {
    font-size: 1.5rem;
  }
}

.service-page__adl-content {
  border-bottom: 1px solid #95782c;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-block: 1em;
}
@media screen and (min-width: 768px) {
  .service-page__adl-content {
    padding-block: 2.1875rem;
  }
}

.service-page__adl-content:last-child {
  border-bottom: none;
}

.service-page__adl-content:hover .service-page__adl-header {
  opacity: 0.6;
}

.service-page__adl-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  height: 30px;
  height: 1.875rem;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.service-page__adl-icon {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #95782c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .service-page__adl-icon {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.service-page__adl-title {
  font-size: clamp(16px, 13.183px + 0.7511737089vw, 24px);
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
}

.service-page__adl-arrow-icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #2e4e7e;
  border-radius: 50%;
  margin-left: auto;
  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;
}
@media screen and (min-width: 768px) {
  .service-page__adl-arrow-icon {
    width: 1.875rem;
    height: 1.875rem;
    border: 2px solid #2e4e7e;
  }
}

.service-page__adl-arrow-icon::before {
  content: "";
  position: absolute;
  width: 10px;
  width: 0.625rem;
  height: 1.5px;
  height: 0.09375rem;
  background-color: #2e4e7e;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.service-page__adl-arrow-icon::after {
  content: "";
  position: absolute;
  width: 10px;
  width: 0.625rem;
  height: 1.5px;
  height: 0.09375rem;
  background-color: #2e4e7e;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.service-page__adl-header.is-open .service-page__adl-arrow-icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.service-page__adl-wrap {
  background-color: #fff;
  padding: 24px 32px 24px 32px;
  padding: 1.5rem 2rem 1.5rem 2rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .service-page__adl-wrap {
    padding: 5.25rem 6.125rem 1.5rem 3.125rem;
  }
}

.service-page__adl-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  background-color: #fff;
  overflow: hidden;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .service-page__adl-list {
    margin-top: 2.125rem;
  }
}

.service-page__adl-list.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-page__adl-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: 20px;
  gap: 1.25rem;
}

.service-page__adl-item + .service-page__adl-item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-page__adl-item + .service-page__adl-item {
    margin-top: 2.25rem;
  }
}

.service-page__adl-item:last-child {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .service-page__adl-item:last-child {
    margin-bottom: 3.4375rem;
  }
}

.service-page__adl-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}

.service-page__adl-item-title-wrap {
  background-color: #f9f6ea;
  padding: 16px 18px;
  padding: 1rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .service-page__adl-item-title-wrap {
    padding: 1.125rem 2.25rem;
  }
}

.service-page__adl-item-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.67;
  color: #95782c;
}
.service-page__adl-item-body {
  gap: 97px;
  gap: 6.0625rem;
}

.service-page__adl-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: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service-page__adl-item-content {
    padding-left: 3.75rem;
  }
}

.service-page__adl-item-description {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .service-page__adl-item-description {
    font-size: 1.125rem;
  }
}

.service-page__adl-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
  text-decoration: none;
  color: inherit;
  margin-top: 18px;
  margin-top: 1.125rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .service-page__adl-item-link {
    padding-left: 3.75rem;
    margin-top: 1.875rem;
  }
}

.service-page__adl-item-link:hover {
  opacity: 0.6;
}

.service-page__adl-item-arrow {
  font-size: 7px;
  font-size: 0.4375rem;
  font-weight: 500;
  line-height: 1.45;
  color: #3a5abf;
}

.service-page__adl-item-link-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #3a5abf;
  font-family: "Noto Sans JP", sans-serif;
}

.service-page__price-section {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .service-page__price-section {
    margin-top: 6.25rem;
  }
}

.service-page__price-container {
  background-color: #fff;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 32px 24px;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .service-page__price-container {
    padding: 3.75rem 3.125rem 2rem;
    margin-top: 3.8125rem;
  }
}

.service-page__price-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  gap: 1.125rem;
  background-color: #fff;
  border-bottom: 1px solid #95782c;
}
@media screen and (min-width: 768px) {
  .service-page__price-table {
    padding-bottom: 1.875rem;
    gap: 1.875rem;
  }
}

.service-page__price-table:last-child {
  border-bottom: none;
}

.service-page__price-table + .service-page__price-table {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-page__price-table + .service-page__price-table {
    margin-top: 1.875rem;
  }
}

.service-page__price-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  height: 30px;
  height: 1.875rem;
}

.service-page__price-dot {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #95782c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.service-page__price-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 0.83;
}
@media screen and (min-width: 768px) {
  .service-page__price-title {
    font-size: 1.5rem;
  }
}

.service-page__price-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: 10px;
  gap: 0.625rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .service-page__price-content {
    padding-bottom: 0;
  }
}

.service-page__price-row {
  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 (min-width: 768px) {
  .service-page__price-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8.8125rem;
  }
}

.service-page__price-label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.67;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .service-page__price-label {
    font-size: 1.125rem;
  }
}

.service-page__price-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-page__price-buttons {
    gap: 1.6875rem;
  }
}

.service-page__price-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .service-page__price-button {
    font-size: 0.875rem;
  }
}
.service-page__price-button:hover {
  opacity: 0.7;
}

.service-page__price-button--basic {
  color: #3a5abf;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.service-page__price-button--additional {
  color: #95782c;
}

.service-page__price-button span {
  font-size: 7px;
  font-size: 0.4375rem;
}

.service-page__price-divider {
  border: none;
  border-top: 1px solid #95782c;
  width: 100%;
}

.fv {
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .fv {
    height: 53.75rem;
  }
}

@media screen and (min-width: 768px) {
  .fv__inner {
    height: inherit;
    max-width: 1440px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .fv__img {
    -webkit-transform: translateX(255px);
            transform: translateX(255px);
    height: inherit;
  }
}

.fv__img picture {
  height: inherit;
  display: block;
}

.fv__img img {
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv__text-wrap {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 66%;
  top: 17%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Zen Old Mincho", serif;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__text-wrap {
    left: 44%;
    top: 25.5%;
  }
}

.fv__title {
  font-size: clamp(34px, 30.478px + 0.9389671362vw, 44px);
  font-size: clamp(2.125rem, 1.9049295775rem + 0.9389671362vw, 2.75rem);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.3em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__title {
    line-height: 2.1;
  }
}

.fv__title::before {
  content: "";
  position: absolute;
  right: 24%;
  top: -17%;
  background-image: url(../images/common/bg_fv-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  height: 5rem;
  width: 80px;
  width: 5rem;
  z-index: -1;
  -webkit-animation: fade 1s ease-in-out 2.3s both;
          animation: fade 1s ease-in-out 2.3s both;
}
@media screen and (min-width: 768px) {
  .fv__title::before {
    right: 43%;
    top: -29%;
    height: 8.5625rem;
    width: 8.5625rem;
  }
}

.fv__title span {
  display: inline-block;
  margin-top: -34px;
  margin-top: -2.125rem;
  color: #333;
  background-color: #fff;
  line-height: 1.6;
  padding: 23px 0 23px;
  padding: 1.4375rem 0 1.4375rem;
}
@media screen and (min-width: 768px) {
  .fv__title span {
    padding: 2.9375rem 0;
  }
}

@-webkit-keyframes up {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes up {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.fv__title span:nth-of-type(1) {
  -webkit-animation: up 1s ease-in-out 1s both;
          animation: up 1s ease-in-out 1s both;
}
@media screen and (min-width: 768px) {
  .fv__title span:nth-of-type(1) {
    margin-left: 0.5rem;
  }
}

.fv__title span:nth-of-type(2) {
  -webkit-animation: up 1s ease-in-out 1.5s both;
          animation: up 1s ease-in-out 1.5s both;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .fv__title span:nth-of-type(2) {
    margin-top: 0;
  }
}

.fv__message {
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-top: -45px;
  margin-top: -2.8125rem;
  line-height: 2.3;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.4em;
  -webkit-animation: fade 1s ease-in-out 2.5s both;
          animation: fade 1s ease-in-out 2.5s both;
}
@media screen and (min-width: 768px) {
  .fv__message {
    margin-top: 2.8125rem;
    font-size: 1.125rem;
    margin-right: 0.6875rem;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv__img-wrap {
  left: 3.9%;
  position: absolute;
  left: 2.9%;
  width: 36.3%;
  position: absolute;
  top: 23%;
}
@media screen and (min-width: 768px) {
  .fv__img-wrap {
    width: 29.3%;
    bottom: -13%;
    top: auto;
    width: 26.3125rem;
    left: 19%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fv__img-item--upper {
  width: 35%;
}
@media screen and (min-width: 768px) {
  .fv__img-item--upper {
    margin-left: 9.75rem;
    width: 21%;
  }
}
@media screen and (min-width: 1440px) {
  .fv__img-item--upper {
    width: 35%;
  }
}

.fv__img-item--lower {
  width: 46%;
  margin-top: -51px;
  margin-top: -3.1875rem;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .fv__img-item--lower {
    width: 27%;
  }
}
@media screen and (min-width: 1440px) {
  .fv__img-item--lower {
    width: 46%;
  }
}

.fv__tree-wrap {
  position: absolute;
  left: 0;
}

@-webkit-keyframes sway {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}

@keyframes sway {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
@-webkit-keyframes sway1 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes sway1 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@-webkit-keyframes sway2 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@keyframes sway2 {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
.fv__tree-item-left {
  position: absolute;
  -webkit-animation: sway 4s ease-in-out infinite;
          animation: sway 4s ease-in-out infinite;
  left: -27px;
  left: -1.6875rem;
  width: 36%;
  top: 10.5%;
}
@media screen and (min-width: 768px) {
  .fv__tree-item-left {
    left: 0;
    width: 26%;
    top: 24.5%;
    width: 23.375rem;
  }
}

.fv__tree-item-right {
  position: absolute;
  right: 140px;
  right: 8.75rem;
  width: 35%;
  top: 85%;
  -webkit-animation: sway 4s ease-in-out infinite;
          animation: sway 4s ease-in-out infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (min-width: 768px) {
  .fv__tree-item-right {
    right: -3.25rem;
    width: 60%;
    top: 37%;
  }
}

@media screen and (min-width: 768px) {
  .fv__banner {
    width: 39.125rem;
    margin-left: auto;
    margin-top: -10.75rem;
    margin-right: 0;
  }
}

.fv__banner a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fv__banner a:hover {
  opacity: 1;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.news {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: -0.25rem;
  }
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .news__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.25rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.news__title-wrap {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.news__sec-title {
  font-weight: 600;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.35;
  letter-spacing: 0.2em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .news__sec-title {
    margin-bottom: 1.25rem;
    letter-spacing: 0.35em;
  }
}

.news__subtitle {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #3a5abf;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .news__subtitle {
    margin-right: 1.125rem;
    margin-left: 0;
    margin-top: 0.3125rem;
  }
}

.news__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: 20px;
  gap: 1.25rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .news__list {
    margin-top: 0.9375rem;
    width: 64%;
  }
}

.news__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: 13px;
  gap: 0.8125rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .news__item {
    padding-right: 4.6875rem;
  }
}

.news__item:last-child {
  border-bottom: none;
}

.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.news__date {
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.11em;
  color: #3a5abf;
}

.news__category {
  padding: 4px 17px;
  padding: 0.25rem 1.0625rem;
  background-color: #3a5abf;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-radius: 0.9375rem;
}

.news__title {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #9d9d9d;
}

@media screen and (min-width: 768px) {
  .news__more {
    margin-top: 2.375rem;
    margin-right: 0.9375rem;
  }
}

.news__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.news__more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  height: 0.125rem;
  background-color: #3a5abf;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.news__more a:hover::after {
  width: 100%;
}

.news__more-arrow {
  font-weight: 500;
  font-size: 7px;
  font-size: 0.4375rem;
  line-height: 1.45;
  color: #3a5abf;
}

.news__more-text {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #9d9d9d;
}

.community {
  padding: 50px 0 52px;
  padding: 3.125rem 0 3.25rem;
  background-image: url(../images/common/bg_community01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .community {
    padding: 5.9375rem 0 6.375rem;
  }
}

.community__content {
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.community__title {
  position: relative;
}
@media screen and (min-width: 768px) {
  .community__title {
    margin-left: 11.5%;
  }
}

.community__title::before {
  content: "";
  position: absolute;
  left: -20%;
  top: -48%;
  background-image: url(../images/common/bg_community-dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  height: 8.75rem;
  width: 140px;
  width: 8.75rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .community__title::before {
    height: 26.75rem;
    width: 26.75rem;
    left: -26%;
    top: -194%;
  }
}

.community__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .community__list {
    gap: 2.75rem;
    row-gap: 3.9375rem;
    margin-top: 5.375rem;
  }
}

.community__list-item {
  border-radius: 1.875rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .community__list-item {
    width: calc(50% - 1.375rem);
  }
}

.community__list-img {
  width: 100%;
  position: relative;
}
.community__list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .community__list-img img {
    aspect-ratio: 519/314;
  }
}

.community__list-content {
  padding: 30px 11px 24px;
  padding: 1.875rem 0.6875rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .community__list-content {
    padding: 2.5rem 1.375rem 2.5rem 2.1875rem;
  }
}

.community__list-title {
  position: absolute;
  bottom: -25px;
  bottom: -1.5625rem;
  left: 22px;
  left: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.14em;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(18px, 16.591px + 0.3755868545vw, 22px);
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
}
@media screen and (min-width: 768px) {
  .community__list-title {
    left: 3.9375rem;
  }
}
.community__list-title::before {
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 31%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -12px;
  left: -0.75rem;
}
@media screen and (min-width: 768px) {
  .community__list-title::before {
    width: 0.5rem;
    height: 0.5rem;
    left: -1.1875rem;
  }
}

.community__list-title span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0.15em;
  display: block;
  margin-left: 10px;
  margin-left: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
}

.community__list-item:nth-child(1) .community__list-title::before {
  background-color: #95782c;
}

.community__list-item:nth-child(2) .community__list-title::before {
  background-color: #b56176;
}

.community__list-item:nth-child(3) .community__list-title::before {
  background-color: #2e4e7e;
}

.community__list-item:nth-child(4) .community__list-title::before {
  background-color: #2e4e7e;
}

.community__list-item:nth-child(1) .community__list-title span {
  color: #95782c;
}
.community__list-item:nth-child(1) .community__list-title span::before {
  background-color: #95782c;
}

.community__list-item:nth-child(2) .community__list-title span {
  color: #b56176;
}
.community__list-item:nth-child(2) .community__list-title span::before {
  background-color: #b56176;
}

.community__list-item:nth-child(3) .community__list-title span {
  color: #2e4e7e;
}
.community__list-item:nth-child(3) .community__list-title span::before {
  background-color: #2e4e7e;
}

.community__list-item:nth-child(4) .community__list-title span {
  color: #2e4e7e;
}
.community__list-item:nth-child(4) .community__list-title span::before {
  background-color: #2e4e7e;
}

.community__list-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #9d9d9d;
}

.about {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
  overflow-x: clip;
  background-image: url(../images/common/bg_about.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 6.875rem;
    padding-bottom: 5.875rem;
  }
}

.about__img {
  border-radius: 0.875rem;
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__img {
    margin-top: 3rem;
    border-radius: 1.875rem;
  }
}

.about__img::before {
  content: "";
  position: absolute;
  right: -102px;
  right: -6.375rem;
  bottom: -129px;
  bottom: -8.0625rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/common/bg_community-dot.png) no-repeat center center/cover;
  height: 136px;
  height: 8.5rem;
  width: 136px;
  width: 8.5rem;
}
@media screen and (min-width: 768px) {
  .about__img::before {
    height: 26.4375rem;
    width: 26.4375rem;
    right: -36%;
    bottom: -4.25rem;
  }
}

.about__img img {
  border-radius: 0.875rem;
}
@media screen and (min-width: 768px) {
  .about__img img {
    aspect-ratio: 1122/365;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.875rem;
  }
}

.about__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about__content-wrap {
    gap: 2.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .about__info {
    width: 40%;
  }
}

.about__logo {
  width: 80%;
  margin-inline: auto;
  margin-top: 30px;
  max-width: 375px;
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .about__logo {
    width: 59%;
    margin-top: 0;
    margin-inline: 0;
  }
}

.about__name {
  font-size: 25.875px;
  font-size: 1.6171875rem;
  font-weight: 500;
  line-height: 1.71;
  color: #000000;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.about__subtitle {
  font-size: 11.5px;
  font-size: 0.71875rem;
  font-weight: 300;
  line-height: 3.1;
  color: #000000;
}

.about__details {
  font-weight: 300;
}

.about__address {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.about__address-text,
.about__tel {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .about__address-text,
  .about__tel {
    font-size: 1.125rem;
  }
}

.about__business-text {
  font-weight: 300;
  line-height: 1.36;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .about__business-text {
    margin-top: 1.5625rem;
  }
}

.about__business-list li {
  text-indent: -16px;
  text-indent: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .about__business-list li {
    text-indent: 0;
    padding-left: 0;
    font-size: 1rem;
  }
}

.about__links {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .about__links {
    margin-top: 2.75rem;
  }
}

.about__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  text-decoration: none;
  background-color: #c54d7f;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .about__link {
    width: 16.5rem;
    margin-inline: 0;
  }
}
.about__link:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.about__link-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
}

.about__link-arrow {
  font-size: 12px;
  font-size: 0.75rem;
  color: #c54d7f;
}

.about__notice {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .about__notice {
    margin-top: 0.3125rem;
  }
}

.about__notice a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 10px 10px 4px;
  padding: 0.625rem 0.625rem 0.625rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .about__notice a {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.about__notice-icon {
  font-size: 7px;
  font-size: 0.4375rem;
  font-weight: 500;
  line-height: 1.45;
  color: #3a5abf;
}

.about__notice-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #9d9d9d;
}

.about__schedule {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 24px 16px 19px;
  padding: 1.5rem 1rem 1.1875rem;
  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;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__schedule {
    width: 57%;
    height: auto;
    padding: 2.625rem 4.1875rem 3.25rem 4.1875rem;
    border-radius: 1.875rem;
  }
}

.about__schedule-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .about__schedule-table {
    gap: 1.875rem;
  }
}

.about__schedule-item {
  border-bottom: 1px solid #95782c;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}
.about__schedule-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .about__schedule-header {
    gap: 0.625rem;
  }
}

.about__schedule-dot {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #95782c;
}
@media screen and (min-width: 768px) {
  .about__schedule-dot {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.about__schedule-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about__schedule-title {
    line-height: 1;
    font-size: 1.25rem;
  }
}

.about__schedule-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.67;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .about__schedule-text {
    font-size: 1.125rem;
    padding-left: 0;
  }
}
.about__schedule-text:not(:last-child) {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.about__wrap {
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .about__wrap {
    margin-top: 5rem;
    border-radius: 1.875rem;
  }
}

.about__access {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
@media screen and (min-width: 768px) {
  .about__access {
    padding-top: 27%;
  }
}

.about__access iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruitment {
  position: relative;
  padding: 80px 0;
  padding: 5rem 0;
  overflow-x: clip;
}

.recruitment__bg-tree-lt {
  position: absolute;
  left: -29px;
  left: -1.8125rem;
  top: -30px;
  top: -1.875rem;
  width: 143px;
  width: 8.9375rem;
  -webkit-animation: sway1 4s ease-in-out infinite;
          animation: sway1 4s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .recruitment__bg-tree-lt {
    width: 16.4375rem;
    top: 61%;
    left: -4.5625rem;
  }
}

.recruitment__bg-tree-rt {
  position: absolute;
  right: 0;
  bottom: -84px;
  bottom: -5.25rem;
  right: -32px;
  right: -2rem;
  width: 140px;
  width: 8.75rem;
  -webkit-animation: sway2 4s ease-in-out infinite;
          animation: sway2 4s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .recruitment__bg-tree-rt {
    width: 24.4375rem;
    top: 81%;
    right: -9.0625rem;
  }
}

.recruitment__title-wrap {
  text-align: center;
}

.recruitment__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .recruitment__content {
    margin-top: 3.25rem;
  }
}

.recruitment__item-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruitment__item-img {
    border-radius: 1.875rem;
  }
}
.recruitment__item-img img {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .recruitment__item-img img {
    aspect-ratio: 1122/440;
  }
}

.recruitment__item-img::before {
  content: "";
  position: absolute;
  right: -38px;
  right: -2.375rem;
  bottom: -65px;
  bottom: -4.0625rem;
  background-image: url(../images/common/bg_community-dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 136px;
  height: 8.5rem;
  width: 136px;
  width: 8.5rem;
}
@media screen and (min-width: 768px) {
  .recruitment__item-img::before {
    height: 26.75rem;
    width: 26.75rem;
    right: -6.625rem;
    bottom: -11.125rem;
  }
}

.recruitment__text-content {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recruitment__text-content {
    width: 42%;
    margin-right: auto;
    margin-top: 2.625rem;
  }
}

.recruitment__message {
  font-size: 32px;
  font-size: 2rem;
  font-size: clamp(24px, 21.183px + 0.7511737089vw, 32px);
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}

.recruitment__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #9d9d9d;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .recruitment__text {
    margin-top: 3.125rem;
  }
}

.recruitment__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 18px;
  gap: 1.125rem;
  cursor: pointer;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .recruitment__more {
    margin-top: 0.8125rem;
    font-size: 1rem;
  }
}
.recruitment__more:hover {
  opacity: 0.7;
}

.recruitment__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 18px;
  gap: 1.125rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruitment__more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  height: 0.125rem;
  background-color: #3a5abf;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.recruitment__more a:hover::after {
  width: 100%;
}

.recruitment__more-icon {
  font-size: 7px;
  font-size: 0.4375rem;
  font-weight: 500;
  line-height: 1.45;
  color: #3a5abf;
}

.recruitment__more-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7;
  color: #9D9D9D;
}
@media screen and (min-width: 768px) {
  .recruitment__more-text {
    font-size: 1rem;
  }
}

.recruit__slider-wrapper {
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  gap: 20px;
  gap: 1.25rem;
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .recruit__slider-wrapper {
    margin-top: 5.125rem;
    border-radius: 1.25rem;
  }
}

.recruit__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-animation: slide 20s infinite linear;
          animation: slide 20s infinite linear;
}
@media screen and (min-width: 768px) {
  .recruit__slider {
    gap: 1.25rem;
  }
}

.recruit__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.625rem;
  width: 50vw;
}
@media screen and (min-width: 768px) {
  .recruit__slide {
    width: 25.641025641vw;
  }
}
.recruit__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
  margin-top: 6.25rem;
  row-gap: 32px;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .recruit__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6%;
    margin-top: 10.9375rem;
    row-gap: 3.5rem;
  }
}

.recruit__list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit__list-item {
    width: 46%;
  }
}

.recruit__list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 10px;
  left: 0.625rem;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .recruit__list-content {
    left: 1.875rem;
    gap: 1.3125rem;
  }
}

.recruit__list-icon {
  font-size: 7px;
  font-size: 0.4375rem;
  color: #3a5abf;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recruit__list-title {
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .recruit__list-title {
    font-size: 1rem;
  }
}

.recruit__list-link:hover .recruit__list-title {
  color: #3a5abf;
}
/*# sourceMappingURL=styles.css.map */
