@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
}

ul,
ol {
  list-style: none;
}

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

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  appearance: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  text-align: left;
  font-weight: inherit;
}

address,
em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

iframe {
  border: none;
}

html {
  font-size: 100%;
  scroll-padding-top: 7.5rem;
  overflow-x: clip;
}
html.is-font-large {
  font-size: 115%;
}
html:not(.lenis) {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #222222;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 4rem;
  }
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 5;
  background: url("../img/texture_washi.svg");
  opacity: 0.04;
  pointer-events: none;
}

.l-inner {
  width: 100%;
  max-width: calc(1080px + 20px * 2);
  margin-inline: auto;
  padding-inline: 20px;
}

.l-inner--narrow {
  width: 100%;
  max-width: calc(800px + 20px * 2);
  margin-inline: auto;
  padding-inline: 20px;
}

.l-main {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 4rem;
  }
}

:focus-visible {
  outline: 2px solid #f48b24;
  outline-offset: 2px;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  transition: box-shadow 0.3s;
}
.header.is-scrolled {
  box-shadow: 0 2px 16px rgba(23, 55, 120, 0.08);
}
.header__top {
  border-bottom: 1px solid #dce8f5;
}
@media screen and (max-width: 767px) {
  .header__top {
    display: none;
  }
}
.header__top-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  max-width: calc(80rem + 20px * 2);
  margin-inline: auto;
  padding: 0.25rem 20px;
}
.header__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1f5fbf;
}
.header__tel::before {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: currentcolor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.3 2.2z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: calc(80rem + 20px * 2);
  height: 4.4375rem;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 4rem;
    gap: 0.75rem;
  }
}
.header__logo {
  flex-shrink: 0;
}
.header__logo a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header__logo a:hover {
    opacity: 0.7;
  }
}
.header__logo-mark {
  width: 2.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .header__logo-mark {
    width: 2rem;
  }
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.header__logo-small {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .header__logo-small {
    font-size: 0.625rem;
  }
}
.header__logo-name {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1f5fbf;
}
@media screen and (max-width: 767px) {
  .header__logo-name {
    font-size: 1.125rem;
  }
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .header__buttons {
    display: none;
  }
}
.header__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5625rem 1.125rem;
  border-radius: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color 0.3s;
}
.header__btn--contact {
  background-color: #1f5fbf;
  color: #ffffff;
}
@media (hover: hover) {
  .header__btn--contact:hover {
    background-color: #17498f;
  }
}
.header__btn--reserve {
  background-color: #f48b24;
  color: #ffffff;
}
@media (hover: hover) {
  .header__btn--reserve:hover {
    background-color: #d9761a;
  }
}

.font-size-switch {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.font-size-switch__label {
  font-size: 0.75rem;
  color: #666666;
}
.font-size-switch__btn {
  padding: 0.125rem 0.75rem;
  border: 1px solid #dce8f5;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
}
.font-size-switch__btn.is-active {
  background-color: #1f5fbf;
  border-color: #1f5fbf;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .gnav {
    display: none;
  }
}
.gnav__list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.gnav__item {
  position: relative;
}
.gnav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.3s;
}
@media (hover: hover) {
  .gnav__link:hover {
    color: #1f5fbf;
  }
}
.gnav__link[aria-haspopup=true]::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: -0.25rem;
  border-right: 2px solid #1f5fbf;
  border-bottom: 2px solid #1f5fbf;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.gnav__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  min-width: 13.75rem;
  padding: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(23, 55, 120, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.gnav__item:hover .gnav__dropdown, .gnav__item:focus-within .gnav__dropdown {
  opacity: 1;
  visibility: visible;
}
.gnav__dropdown-link {
  display: block;
  padding: 0.5rem 0.875rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) {
  .gnav__dropdown-link:hover {
    background-color: #eef6ff;
    color: #1f5fbf;
  }
}

.menu-btn {
  position: relative;
  z-index: calc(200 + 1);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  width: 2.75rem;
  height: 2.75rem;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    display: flex;
  }
}
.menu-btn__line {
  display: block;
  width: 1.375rem;
  height: 2px;
  background-color: #1f5fbf;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.menu-btn.is-open .menu-btn__line:nth-child(1) {
  transform: translateY(0.4375rem) rotate(45deg);
}
.menu-btn.is-open .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn.is-open .menu-btn__line:nth-child(3) {
  transform: translateY(-0.4375rem) rotate(-45deg);
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  padding: 5rem 1.25rem 6rem;
  background-color: #ffffff;
  overflow-y: auto;
}
.drawer.is-open {
  display: block;
}
.drawer__group {
  border-bottom: 1px solid #dce8f5;
}
.drawer__group:first-child {
  border-top: 1px solid #dce8f5;
}
.drawer__toggle, .drawer__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.875rem 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.drawer__toggle::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
  border-right: 2px solid #1f5fbf;
  border-bottom: 2px solid #1f5fbf;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.drawer__toggle[aria-expanded=true]::after {
  transform: rotate(225deg);
}
.drawer__link::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.25rem;
  border-top: 2px solid #1f5fbf;
  border-right: 2px solid #1f5fbf;
  transform: rotate(45deg);
}
.drawer__sub {
  display: none;
  padding: 0 0.5rem 0.75rem;
}
.drawer__sub.is-open {
  display: block;
}
.drawer__sub-link {
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  font-size: 0.875rem;
}
.drawer__sub-link::before {
  content: "－";
  margin-right: 0.5rem;
  color: #1f5fbf;
}
.drawer__bottom {
  margin-top: 1.5rem;
}
.drawer__font-size {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.drawer__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.sp-fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 250;
  display: none;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #dce8f5;
}
@media screen and (max-width: 767px) {
  .sp-fixed-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.sp-fixed-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  padding: 0.5rem 0.25rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.sp-fixed-bar__item--tel {
  color: #1f5fbf;
}
.sp-fixed-bar__item--reserve {
  background-color: #f48b24;
  color: #ffffff;
}
.sp-fixed-bar__item--menu {
  background-color: #1f5fbf;
  color: #ffffff;
}
.sp-fixed-bar__icon {
  width: 1.125rem;
  height: 1.125rem;
  background-color: currentcolor;
}
.sp-fixed-bar__icon--tel {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.3 2.2z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.sp-fixed-bar__icon--calendar {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 16H5V10h14v10zM5 8V6h14v2H5z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.sp-fixed-bar__icon--menu {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.footer {
  margin-top: 7.5rem;
  padding: 4.5rem 0 2rem;
  background-color: #17498f;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 5rem;
    padding: 3.5rem 0 1.5rem;
  }
}
.footer__inner {
  width: 100%;
  max-width: calc(1080px + 20px * 2);
  margin-inline: auto;
  padding-inline: 20px;
}
.footer__body {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__body {
    flex-direction: column;
  }
}
.footer__org {
  max-width: 25rem;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.footer__logo-mark {
  width: 2.5rem;
  flex-shrink: 0;
}
.footer__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.footer__logo-small {
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
}
.footer__logo-name {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.footer__address {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
}
.footer__tel-link {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer__tel-link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
.footer__facilities {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.footer__facilities-list {
  display: grid;
  gap: 0.875rem;
}
.footer__facility {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .footer__facility {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.footer__facility-label {
  flex: none;
  min-width: 4.5rem;
  padding: 0.3125rem 0.875rem;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 3.125rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #17498f;
  text-align: center;
}
.footer__facility-body {
  display: block;
  padding-top: 0.125rem;
}
.footer__facility-link {
  display: inline;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.9;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: border-color 0.3s, opacity 0.3s;
}
@media (hover: hover) {
  .footer__facility-link:hover {
    border-bottom-color: #ffffff;
    opacity: 0.8;
  }
}
.footer__facility-link::after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin-left: 0.5625rem;
  border-top: 1.5px solid currentcolor;
  border-right: 1.5px solid currentcolor;
  rotate: 45deg;
  translate: 0 -0.125rem;
}
.footer__facility-tel {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}
.footer__nav {
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.footer__nav-list {
  font-size: 0.875rem;
  line-height: 2;
}
.footer__nav-item:not(:first-child) {
  margin-top: 0.625rem;
}
.footer__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.3s;
}
.footer__nav-link::before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .footer__nav-link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
.footer__nav-sub {
  margin-top: 0.375rem;
  padding-left: 1rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.85);
}
.footer__nav-sub-item:not(:first-child) {
  margin-top: 0.25rem;
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
.footer__sub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  font-size: 0.8125rem;
}
.footer__sub-link {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer__sub-link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
.footer__copyright {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.pagetop {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #1f5fbf;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(23, 55, 120, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 0.75rem;
    bottom: 4.75rem;
  }
}
.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .pagetop:hover {
    background-color: #17498f;
  }
}
.pagetop::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.25rem;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg);
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 16.25rem;
  padding: 0.875rem 0.875rem 0.875rem 1.75rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 3.125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-width: 15rem;
    width: 100%;
    max-width: 20rem;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #1f5fbf;
    border-color: #1f5fbf;
    color: #ffffff;
  }
  .c-btn:hover .c-btn__arrow {
    background-color: #ffffff;
  }
  .c-btn:hover .c-btn__arrow::before {
    border-color: #1f5fbf;
  }
}
.c-btn__arrow {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-color: #1f5fbf;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.c-btn__arrow::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -0.125rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}
.c-btn--primary {
  background-color: #1f5fbf;
  border-color: #1f5fbf;
  color: #ffffff;
}
.c-btn--primary .c-btn__arrow {
  background-color: #ffffff;
}
.c-btn--primary .c-btn__arrow::before {
  border-color: #1f5fbf;
}
@media (hover: hover) {
  .c-btn--primary:hover {
    background-color: #17498f;
    border-color: #17498f;
  }
}
.c-btn--accent {
  background-color: #f48b24;
  border-color: #f48b24;
  color: #ffffff;
}
.c-btn--accent .c-btn__arrow {
  background-color: #ffffff;
}
.c-btn--accent .c-btn__arrow::before {
  border-color: #f48b24;
}
@media (hover: hover) {
  .c-btn--accent:hover {
    background-color: #d9761a;
    border-color: #d9761a;
    color: #ffffff;
  }
}
.c-btn--external .c-btn__arrow::before {
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 0;
  border: 2px solid #ffffff;
  border-radius: 2px;
  transform: none;
}
@media (hover: hover) {
  .c-btn--external:hover .c-btn__arrow::before {
    border-color: #1f5fbf;
  }
}
.c-btn--primary.c-btn--external .c-btn__arrow::before {
  border-color: #1f5fbf;
}
.c-btn--accent.c-btn--external .c-btn__arrow::before {
  border-color: #f48b24;
}
@media (hover: hover) {
  .c-btn--accent.c-btn--external:hover .c-btn__arrow::before {
    border-color: #f48b24;
  }
}

.c-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
}

.c-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #1f5fbf;
}
.c-text-link::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .c-text-link:hover {
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }
}

.c-sec-head {
  text-align: center;
}
.c-sec-head__en {
  display: block;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #1f5fbf;
  text-transform: uppercase;
}
.c-sec-head__title {
  margin-top: 0.5rem;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-sec-head__title {
    font-size: 1.625rem;
  }
}
.c-sec-head__title em {
  color: #f48b24;
}
.c-sec-head--left {
  text-align: left;
}

.c-sec-lead {
  max-width: 45rem;
  margin-inline: auto;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-sec-lead {
    margin-top: 1.5rem;
    text-align: left;
  }
}

.c-badge {
  display: inline-block;
  padding: 0.125rem 0.875rem;
  background-color: #f48b24;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
}
.c-badge--outline {
  background-color: #ffffff;
  border: 1px solid #f48b24;
  color: #f48b24;
}

html.js .js-reveal {
  opacity: 0;
  translate: 0 1.75rem;
  transition: opacity 0.8s ease, translate 0.8s ease;
}
html.js .js-reveal.is-revealed {
  opacity: 1;
  translate: 0 0;
}
html.js .js-reveal-group > * {
  opacity: 0;
  translate: 0 1.75rem;
  transition: opacity 0.7s ease, translate 0.7s ease;
}
html.js .js-reveal-group.is-revealed > * {
  opacity: 1;
  translate: 0 0;
}
html.js .js-reveal-group.is-revealed > *:nth-child(1) {
  transition-delay: 0.09s;
}
html.js .js-reveal-group.is-revealed > *:nth-child(2) {
  transition-delay: 0.18s;
}
html.js .js-reveal-group.is-revealed > *:nth-child(3) {
  transition-delay: 0.27s;
}
html.js .js-reveal-group.is-revealed > *:nth-child(4) {
  transition-delay: 0.36s;
}
html.js .js-reveal-group.is-revealed > *:nth-child(5) {
  transition-delay: 0.45s;
}
html.js .js-reveal-group.is-revealed > *:nth-child(6) {
  transition-delay: 0.54s;
}
html.js .js-reveal-group.is-revealed > *:nth-child(7) {
  transition-delay: 0.63s;
}
html.js .js-reveal-group.is-revealed > *:nth-child(8) {
  transition-delay: 0.72s;
}

@media (prefers-reduced-motion: reduce) {
  html.js .js-reveal,
  html.js .js-reveal-group > * {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
}
.u-wave {
  height: clamp(4rem, 9vw, 10rem);
  color: #ecf4fd;
}
.u-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}
.u-wave--band2 {
  color: #e6effb;
}

.fv {
  position: relative;
  overflow: hidden;
  background: #ffffff url("../img/01_gradient_bg.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: 3.5rem;
  }
}
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../img/03_curve_lines.svg") no-repeat center/cover;
  opacity: 0.55;
  pointer-events: none;
}
.fv::after {
  content: "";
  position: absolute;
  top: 24%;
  left: 30%;
  z-index: 1;
  width: min(20rem, 24vw);
  height: 18.75rem;
  background: url("../img/04_dot_pattern.svg");
  -webkit-mask-image: radial-gradient(closest-side, #000000 25%, transparent 95%);
  mask-image: radial-gradient(closest-side, #000000 25%, transparent 95%);
  opacity: 0.85;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fv::after {
    top: 1.5rem;
    left: auto;
    right: -1.5rem;
    width: 11.25rem;
    height: 8.75rem;
  }
}
.fv__blob {
  position: absolute;
  top: 0;
  right: -7.5rem;
  z-index: 1;
  width: 68%;
  height: 100%;
  background: url("../img/02_blob.png") no-repeat center/cover;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000000 32%);
  mask-image: linear-gradient(90deg, transparent 0%, #000000 32%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fv__blob {
    right: -2.5rem;
    width: 100%;
  }
}
.fv__light {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../img/05_light_overlay.png") no-repeat top center/cover;
  opacity: 0.45;
  pointer-events: none;
}
.fv__plant {
  position: absolute;
  bottom: -4rem;
  left: -3.5rem;
  z-index: 1;
  width: 21.25rem;
  height: 29.375rem;
  background: url("../img/plant_shadow.svg") no-repeat center/contain;
  -webkit-mask-image: linear-gradient(45deg, transparent 12%, #000000 55%);
  mask-image: linear-gradient(45deg, transparent 12%, #000000 55%);
  opacity: 0.16;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fv__plant {
    display: none;
  }
}
.fv__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 2.5rem;
  min-height: min(51.25rem, 100vh - 6.5rem);
  padding-top: 3rem;
  padding-bottom: 4rem;
  width: 100%;
  max-width: calc(75rem + 20px * 2);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    z-index: 4;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv__inner {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    min-height: 0;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .fv__copy {
    max-width: min(32.5rem, 44%);
  }
}
.fv__title {
  font-size: clamp(2.125rem, 3.4vw, 3rem);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 1.875rem;
  }
}
.fv__title-em {
  color: #1f5fbf;
}
.fv__text {
  margin-top: 1.75rem;
  padding-left: 1.25rem;
  border-left: 2px solid #dce8f5;
  font-size: 1rem;
  line-height: 2.2;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .fv__text {
    margin-top: 1.25rem;
    padding-left: 0.875rem;
    font-size: 0.875rem;
  }
}
.fv__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .fv__btns {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.75rem;
  }
}
.fv__illust {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.fv__illust img {
  width: 100%;
  max-height: min(70vh, 35rem);
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .fv__illust--photo {
    margin-inline: 20px;
  }
  .fv__illust--photo img {
    aspect-ratio: 4/3;
    max-height: none;
    border-radius: 1.25rem;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .fv__illust--photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    left: max(24.5rem, 50% - 38.75rem + 32.5rem);
    width: auto;
    -webkit-mask-image: linear-gradient(96deg, transparent 1%, rgba(0, 0, 0, 0.6) 11%, #000000 26%);
    mask-image: linear-gradient(96deg, transparent 1%, rgba(0, 0, 0, 0.6) 11%, #000000 26%);
  }
  .fv__illust--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fv__illust--photo img {
    max-height: none;
    object-position: 60% center;
  }
}
@media screen and (max-width: 767px) {
  .fv__illust {
    margin-top: 1.75rem;
  }
}
.fv__wave {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.fv__wave--top {
  top: 0;
  z-index: 1;
  height: 12.5rem;
  background: url("../img/06_wave_separator_flip.svg") no-repeat top center/100% 100%;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .fv__wave--top {
    display: none;
  }
}
.fv__wave--bottom {
  bottom: 0;
  z-index: 3;
  height: 7.5rem;
  background: url("../img/06_wave_separator.svg") no-repeat bottom center/100% 100%;
}
@media screen and (max-width: 767px) {
  .fv__wave--bottom {
    height: 5rem;
  }
}
.fv__scroll {
  position: absolute;
  bottom: 0;
  left: max(20px, 50% - 38.75rem + 20px + 8.75rem);
  z-index: 5;
  padding-bottom: 4.5rem;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  color: #1f5fbf;
}
@media screen and (max-width: 767px) {
  .fv__scroll {
    display: none;
  }
}
.fv__scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: 1px;
  height: 3.75rem;
  background-color: rgba(31, 95, 191, 0.35);
}
.fv__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  translate: -1px 0;
  width: 3px;
  height: 1.25rem;
  border-radius: 2px;
  background-color: #1f5fbf;
  animation: fv-scroll 2s ease-in-out infinite;
}

@keyframes fv-scroll {
  0%, 100% {
    translate: -1px 0;
    opacity: 1;
  }
  50% {
    translate: -1px -2.125rem;
    opacity: 0.25;
  }
}
.about {
  position: relative;
  margin-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 6rem;
  }
}
.about::before, .about::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  pointer-events: none;
}
.about::before {
  top: -7.5rem;
  left: -15rem;
  background: radial-gradient(circle, rgba(31, 95, 191, 0.1) 0%, rgba(31, 95, 191, 0) 70%);
}
.about::after {
  right: -15rem;
  bottom: -10rem;
  background: radial-gradient(circle, rgba(31, 95, 191, 0.08) 0%, rgba(31, 95, 191, 0) 70%);
}
.about__body {
  max-width: 42.5rem;
  margin-inline: auto;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .about__body {
    margin-top: 2rem;
  }
}
.about__text {
  line-height: 2.2;
}
.about__text:not(:first-child) {
  margin-top: 2rem;
}
.about__em {
  font-weight: 700;
  color: #1f5fbf;
}

.care-band {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .care-band {
    margin-top: 6rem;
  }
}

.care {
  position: relative;
  padding: 3rem 0 6rem;
  background-color: #ecf4fd;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .care {
    padding: 1.5rem 0 3.5rem;
  }
}
.care .l-inner {
  position: relative;
  z-index: 1;
}
.care__lead {
  max-width: 42.5rem;
  margin-inline: auto;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .care__lead {
    margin-top: 2rem;
    text-align: left;
  }
}
.care__lead-text {
  line-height: 2.2;
}
.care__lead-text:not(:first-child) {
  margin-top: 1.5rem;
}
.care__note {
  max-width: 42.5rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .care__note {
    text-align: left;
  }
}

.care-cycle {
  position: relative;
  width: min(37.5rem, 100%);
  margin-inline: auto;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .care-cycle {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .care-cycle {
    margin-top: 2.5rem;
  }
}
.care-cycle__connector {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .care-cycle__connector {
    display: none;
  }
}
.care-cycle__connector line {
  stroke: rgba(31, 95, 191, 0.28);
  stroke-width: 1.5;
}
.care-cycle__connector circle {
  fill: none;
  stroke: rgba(31, 95, 191, 0.22);
  stroke-width: 1.5;
  stroke-dasharray: 4 6;
}
.care-cycle__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  background: linear-gradient(150deg, #2a6fd2 0%, #1f5fbf 55%, #17498f 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
}
@media screen and (min-width: 768px) {
  .care-cycle__center {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 13.5rem;
    height: 13.5rem;
    border-radius: 50%;
  }
}
@media screen and (max-width: 767px) {
  .care-cycle__center {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}
.care-cycle__center-label {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.5625rem;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.care-cycle__center-text {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .care-cycle__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .care-cycle__item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    width: 9.375rem;
    height: 9.375rem;
    padding: 0.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 28px rgba(23, 55, 120, 0.08);
    text-align: center;
  }
  .care-cycle__item:nth-child(1) {
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
  .care-cycle__item:nth-child(2) {
    top: 31%;
    right: 0;
    translate: 0 -50%;
  }
  .care-cycle__item:nth-child(3) {
    bottom: 0;
    right: 4rem;
  }
  .care-cycle__item:nth-child(4) {
    bottom: 0;
    left: 4rem;
  }
  .care-cycle__item:nth-child(5) {
    top: 31%;
    left: 0;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 767px) {
  .care-cycle__item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.875rem 1.125rem;
    background-color: #ffffff;
    border-radius: 3.125rem;
    box-shadow: 0 8px 28px rgba(23, 55, 120, 0.08);
  }
}
.care-cycle__item--dashed {
  border: 2px dashed rgba(31, 95, 191, 0.5);
  box-shadow: none;
}
.care-cycle__num {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #1f5fbf;
  border-radius: 50%;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #ffffff;
}
.care-cycle__name {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1f5fbf;
}
.care-cycle__facility {
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #666666;
}
.care-cycle__sp-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .care-cycle__sp-text {
    align-items: center;
    text-align: center;
  }
}

.business {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .business {
    margin-top: 6rem;
  }
}
.business::after {
  content: "";
  position: absolute;
  top: -2.5rem;
  right: 0;
  z-index: -1;
  width: 17.5rem;
  height: 12.5rem;
  background: url("../img/04_dot_pattern.svg");
  -webkit-mask-image: radial-gradient(closest-side, #000000 25%, transparent 95%);
  mask-image: radial-gradient(closest-side, #000000 25%, transparent 95%);
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .business::after {
    display: none;
  }
}
.business__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .business__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.25rem;
  }
}

.business-card {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem 2.25rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .business-card {
    padding: 2rem 1.5rem 1.75rem;
  }
}
.business-card__img {
  margin: -2.5rem -2rem 0;
  aspect-ratio: 4/3;
  background-color: #eef6ff;
  overflow: hidden;
}
.business-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .business-card__img {
    margin: -2rem -1.5rem 0;
  }
}
.business-card__img + .business-card__icon {
  margin-top: -3.75rem;
}
@media screen and (max-width: 767px) {
  .business-card__img + .business-card__icon {
    margin-top: -3.125rem;
  }
}
.business-card__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 7.5rem;
  height: 7.5rem;
  margin-inline: auto;
  background: url("../img/07_icon_bg_120_white_blue.png") no-repeat center/contain;
}
.business-card__icon svg {
  width: 2.75rem;
  height: 2.75rem;
}
.business-card__tag {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.business-card__title {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.business-card__text {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 2;
}
.business-card__badge {
  margin-left: 0.625rem;
  vertical-align: middle;
}
.business-card__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  margin-top: auto;
  padding-top: 1.5rem;
  font-size: 0.875rem;
}
.business-card--clinic {
  background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 55%);
}
.business-card--clinic .business-card__tag,
.business-card--clinic .business-card__title,
.business-card--clinic .business-card__icon {
  color: #1f5fbf;
}
.business-card--life {
  background: linear-gradient(180deg, #fdf5ec 0%, #ffffff 55%);
}
.business-card--life .business-card__tag,
.business-card--life .business-card__title,
.business-card--life .business-card__icon {
  color: #f48b24;
}
.business-card--homecare {
  background: linear-gradient(180deg, #f2f9f2 0%, #ffffff 55%);
}
.business-card--homecare .business-card__tag,
.business-card--homecare .business-card__title,
.business-card--homecare .business-card__icon {
  color: #62b76a;
}

.quality-band {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .quality-band {
    margin-top: 6rem;
  }
}

.quality {
  position: relative;
  padding: 3rem 0 6rem;
  background-color: #e6effb;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .quality {
    padding: 1.5rem 0 3.5rem;
  }
}
.quality::before {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -4.5rem;
  z-index: 0;
  width: 20rem;
  height: 27.5rem;
  background: url("../img/plant_shadow.svg") no-repeat center/contain;
  -webkit-mask-image: linear-gradient(45deg, transparent 12%, #000000 55%);
  mask-image: linear-gradient(45deg, transparent 12%, #000000 55%);
  opacity: 0.14;
  transform: scaleX(-1);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .quality::before {
    display: none;
  }
}
.quality .l-inner {
  position: relative;
  z-index: 1;
}
.quality__keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.875rem 1rem;
  max-width: 47.5rem;
  margin-inline: auto;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .quality__keywords {
    gap: 0.625rem;
    margin-top: 1.75rem;
  }
}
.quality__keyword {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.625rem;
  background-color: #ffffff;
  border-radius: 3.125rem;
  box-shadow: 0 8px 28px rgba(23, 55, 120, 0.08);
  font-size: 0.875rem;
  font-weight: 700;
  color: #1f5fbf;
}
.quality__keyword svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .quality__keyword {
    padding: 0.5rem 1.125rem;
    font-size: 0.8125rem;
  }
}

.purpose {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .purpose {
    margin-top: 6rem;
  }
}
.purpose__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .purpose__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.25rem;
  }
}

.purpose-card {
  position: relative;
  display: block;
  padding: 2.75rem 2.5rem 3rem;
  border-radius: 1.5rem;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
  transition: box-shadow 0.3s, translate 0.3s;
}
@media screen and (max-width: 767px) {
  .purpose-card {
    padding: 1.75rem 1.5rem 2rem;
  }
}
@media (hover: hover) {
  .purpose-card:hover {
    translate: 0 -0.25rem;
    box-shadow: 0 24px 64px rgba(23, 55, 120, 0.14);
  }
}
.purpose-card--partners {
  background: linear-gradient(120deg, #17498f 0%, #2f74d2 100%);
}
.purpose-card--recruit {
  background: linear-gradient(120deg, #d9761a 0%, #f48b24 100%);
}
.purpose-card::before {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -4rem;
  width: 12.5rem;
  height: 12.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.purpose-card__deco {
  position: absolute;
  right: 1.25rem;
  bottom: 0.75rem;
  width: 7.5rem;
  height: 7.5rem;
  color: rgba(255, 255, 255, 0.16);
  pointer-events: none;
}
.purpose-card__en {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.85;
}
.purpose-card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.375rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .purpose-card__title {
    font-size: 1.1875rem;
  }
}
.purpose-card__title::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  transform: rotate(45deg);
}
.purpose-card__text {
  position: relative;
  margin-top: 0.875rem;
  font-size: 0.875rem;
  line-height: 2;
}

.news {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 6rem;
  }
}
.news::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  z-index: -1;
  width: 15rem;
  height: 11.25rem;
  background: url("../img/04_dot_pattern.svg");
  -webkit-mask-image: radial-gradient(closest-side, #000000 25%, transparent 95%);
  mask-image: radial-gradient(closest-side, #000000 25%, transparent 95%);
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .news::before {
    display: none;
  }
}
.news__body {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .news__body {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.news__head {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news__head {
    width: 100%;
  }
}
.news__list {
  flex-grow: 1;
  border-top: 1px solid #dce8f5;
}
.news__btn-wrap {
  justify-content: flex-start;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .news__btn-wrap {
    justify-content: center;
  }
}

.news-item {
  border-bottom: 1px solid #dce8f5;
}
.news-item__link {
  display: flex;
  align-items: baseline;
  gap: 1.25rem;
  padding: 1.375rem 0.5rem;
  border-radius: 0.75rem;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .news-item__link {
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    padding: 1rem 0.25rem;
  }
}
@media (hover: hover) {
  .news-item__link:hover {
    background-color: #eef6ff;
  }
  .news-item__link:hover .news-item__title {
    color: #1f5fbf;
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }
}
.news-item__date {
  flex-shrink: 0;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
}
.news-item__cat {
  flex-shrink: 0;
  min-width: 6rem;
  padding: 0.0625rem 0.75rem;
  background-color: #eef6ff;
  border-radius: 3.125rem;
  font-size: 0.71875rem;
  font-weight: 700;
  color: #1f5fbf;
  text-align: center;
}
.news-item__title {
  font-size: 0.9375rem;
  line-height: 1.8;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .news-item__title {
    width: 100%;
  }
}

.access {
  position: relative;
  margin-top: 10rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .access {
    margin-top: 6rem;
  }
}
.access::after {
  content: "";
  position: absolute;
  right: -12.5rem;
  bottom: -12.5rem;
  z-index: -1;
  width: 32.5rem;
  height: 32.5rem;
  background: radial-gradient(circle, rgba(31, 95, 191, 0.09) 0%, rgba(31, 95, 191, 0) 55%);
  border-radius: 50%;
  pointer-events: none;
}
.access__card {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  margin-top: 4rem;
  padding: 3.5rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
}
@media screen and (max-width: 767px) {
  .access__card {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: 2.25rem;
    padding: 1.5rem 1.25rem;
  }
}
.access__name {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #1f5fbf;
}
.access__address {
  margin-top: 0.75rem;
}
.access__tel-list {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 2.1;
}
.access__tel-link {
  font-weight: 700;
  color: #1f5fbf;
}
@media (hover: hover) {
  .access__tel-link:hover {
    text-decoration: underline;
  }
}
.access__route-title {
  margin-top: 1.75rem;
  padding-left: 0.875rem;
  border-left: 4px solid #f48b24;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
.access__route-list {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
.access__route-item {
  position: relative;
  padding-left: 1.125rem;
  line-height: 2;
}
.access__route-item::before {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1f5fbf;
  border-radius: 50%;
}
.access__route-item:not(:first-child) {
  margin-top: 0.375rem;
}
.access__map {
  border-radius: 1rem;
  overflow: hidden;
}
.access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 22.5rem;
}
@media screen and (max-width: 767px) {
  .access__map iframe {
    min-height: 17.5rem;
  }
}

.page-head {
  position: relative;
  padding: 3.5rem 0 1.5rem;
  background-color: #ecf4fd;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-head {
    padding: 2rem 0 1rem;
  }
}
.page-head::before {
  content: "";
  position: absolute;
  top: -10rem;
  right: -10rem;
  width: 26.25rem;
  height: 26.25rem;
  background: radial-gradient(circle, rgba(31, 95, 191, 0.1) 0%, rgba(31, 95, 191, 0) 60%);
  border-radius: 50%;
  pointer-events: none;
}
.page-head__inner {
  position: relative;
  width: 100%;
  max-width: calc(1080px + 20px * 2);
  margin-inline: auto;
  padding-inline: 20px;
}
.page-head__en {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #1f5fbf;
  text-transform: uppercase;
}
.page-head__title {
  margin-top: 0.375rem;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .page-head__title {
    font-size: 1.625rem;
  }
}
.page-head__badge {
  margin-left: 0.875rem;
  vertical-align: middle;
}

.breadcrumb {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 1rem;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.5rem;
  font-size: 0.75rem;
  color: #666666;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumb__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  transform: rotate(45deg);
}
.breadcrumb__link {
  color: #1f5fbf;
}
@media (hover: hover) {
  .breadcrumb__link:hover {
    text-decoration: underline;
  }
}

.sub-main {
  padding-bottom: 4rem;
}

.sub-section {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sub-section {
    margin-top: 3.5rem;
  }
}
.sub-section:first-child {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sub-section:first-child {
    margin-top: 2.5rem;
  }
}

.c-h2 {
  padding-left: 1.125rem;
  border-left: 5px solid #1f5fbf;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-h2 {
    padding-left: 0.875rem;
    font-size: 1.3125rem;
  }
}

.c-h3 {
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  margin-top: 3rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1f5fbf;
}
@media screen and (max-width: 767px) {
  .c-h3 {
    margin-top: 2.25rem;
    font-size: 1.0625rem;
  }
}
.c-h3::before {
  content: "";
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #f48b24;
  border-radius: 50%;
}

.c-text {
  margin-top: 1.5rem;
  line-height: 2.1;
}

.c-page-lead {
  margin-top: 1.5rem;
  line-height: 2.2;
}

.c-catch {
  margin-top: 2.5rem;
  padding: 2rem 1.5rem;
  background-color: #eef6ff;
  border-radius: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.9;
  color: #17498f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-catch {
    margin-top: 1.75rem;
    padding: 1.5rem 1rem;
    font-size: 1.0625rem;
  }
}

.c-note {
  margin-top: 1rem;
  font-size: 0.8125rem;
  line-height: 1.9;
  color: #666666;
}

.c-tbc {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background-color: #fff8f0;
  border: 1px dashed #f48b24;
  border-radius: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.9;
  color: #d9761a;
}

.c-tbc-inline {
  font-size: 0.8125rem;
  color: #d9761a;
}

.c-dot-list {
  margin-top: 1.5rem;
}
.c-dot-list__item {
  position: relative;
  padding-left: 1.125rem;
  line-height: 2;
}
.c-dot-list__item::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1f5fbf;
  border-radius: 50%;
}
.c-dot-list__item:not(:first-child) {
  margin-top: 0.625rem;
}
.c-dot-list__item em {
  font-weight: 700;
  color: #1f5fbf;
}

.c-table {
  width: 100%;
  margin-top: 2rem;
  border: 1px solid #dce8f5;
  border-radius: 0.75rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-table {
    font-size: 0.875rem;
  }
}
.c-table th,
.c-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #dce8f5;
  line-height: 1.9;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    padding: 0.75rem 0.875rem;
  }
}
.c-table tr:last-child th,
.c-table tr:last-child td {
  border-bottom: none;
}
.c-table th {
  width: 28%;
  background-color: #eef6ff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-table th {
    width: 34%;
  }
}
.c-table--center th,
.c-table--center td {
  text-align: center;
  vertical-align: middle;
}
.c-table--center th {
  width: auto;
}

.c-table-scroll {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-table-scroll {
    overflow-x: auto;
  }
  .c-table-scroll .c-table {
    min-width: 35rem;
    margin-top: 0;
  }
}

.c-policy-list {
  margin-top: 2.5rem;
}
.c-policy-list__item {
  display: flex;
  gap: 1.25rem;
  padding: 1.75rem 1.75rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-policy-list__item {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
  }
}
.c-policy-list__item:not(:first-child) {
  margin-top: 1.25rem;
}
.c-policy-list__num {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #1f5fbf;
  border-radius: 50%;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}
.c-policy-list__title {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.7;
  color: #1f5fbf;
}
.c-policy-list__text {
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  line-height: 2;
}

.c-4s {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-4s {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 1.75rem;
  }
}
.c-4s__item {
  padding: 1.75rem 1rem;
  background-color: #eef6ff;
  border-radius: 1rem;
  text-align: center;
}
.c-4s__icon {
  display: block;
  width: 4.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-4s__icon {
    width: 4rem;
  }
}
.c-4s__icon img {
  width: 100%;
  height: auto;
}
.c-4s__kanji {
  display: block;
  margin-top: 0.625rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1f5fbf;
}
@media screen and (max-width: 767px) {
  .c-4s__kanji {
    font-size: 1.1875rem;
  }
}
.c-4s__en {
  display: block;
  margin-top: 0.125rem;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  color: #f48b24;
  text-transform: uppercase;
}
.c-4s__text {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.9;
  text-align: left;
}

.c-steps {
  margin-top: 2.5rem;
}
.c-steps__item {
  position: relative;
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.75rem;
}
.c-steps__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 2.75rem;
  left: 1.3125rem;
  bottom: 0;
  width: 2px;
  background-color: #dce8f5;
}
.c-steps__num {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #1f5fbf;
  border-radius: 50%;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #ffffff;
}
.c-steps__title {
  padding-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1f5fbf;
}
.c-steps__text {
  margin-top: 0.375rem;
  font-size: 0.9375rem;
  line-height: 2;
}

.c-timeline {
  margin-top: 2.5rem;
}
.c-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  gap: 1.75rem;
  padding: 0 0 2.25rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-timeline__item {
    grid-template-columns: 1fr;
    gap: 0.375rem;
    padding-left: 1.5rem;
    padding-bottom: 1.75rem;
  }
}
.c-timeline__item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  bottom: -0.5rem;
  width: 2px;
  background-color: #dce8f5;
}
.c-timeline__item:last-child::before {
  bottom: auto;
  height: 100%;
}
.c-timeline__item::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -0.3125rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #1f5fbf;
  border-radius: 50%;
}
.c-timeline__year {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #1f5fbf;
}
.c-timeline__body {
  line-height: 2;
}

.c-form {
  margin-top: 2.5rem;
}
.c-form__row {
  padding: 1.25rem 0;
  border-bottom: 1px solid #dce8f5;
}
@media screen and (min-width: 768px) {
  .c-form__row {
    display: grid;
    grid-template-columns: 17.5rem 1fr;
    gap: 1.5rem;
    align-items: start;
  }
}
.c-form__row:first-child {
  border-top: 1px solid #dce8f5;
}
.c-form__label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-top: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-form__label {
    padding-top: 0;
  }
}
.c-form__required, .c-form__optional {
  flex-shrink: 0;
  padding: 0.0625rem 0.625rem;
  border-radius: 3.125rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #ffffff;
}
.c-form__required {
  background-color: #c0392b;
}
.c-form__optional {
  background-color: #9aa7b8;
}
@media screen and (max-width: 767px) {
  .c-form__field {
    margin-top: 0.75rem;
  }
}
.c-form__input, .c-form__select, .c-form__textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.c-form__input:focus, .c-form__select:focus, .c-form__textarea:focus {
  border-color: #1f5fbf;
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 95, 191, 0.12);
}
.c-form__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231f5fbf' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem 0.5rem;
  padding-right: 2.75rem;
}
.c-form__textarea {
  min-height: 10rem;
  resize: vertical;
}
.c-form__agree {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.c-form__agree-label {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
}
.c-form__checkbox {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dce8f5;
  border-radius: 0.25rem;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
}
.c-form__checkbox:checked {
  background-color: #1f5fbf;
  border-color: #1f5fbf;
}
.c-form__checkbox:checked::before {
  content: "";
  width: 0.625rem;
  height: 0.375rem;
  margin-top: -0.125rem;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.c-form__info {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background-color: #f6f7f5;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  line-height: 2;
}
.c-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.c-alert {
  margin-top: 2rem;
  padding: 1.5rem 1.75rem;
  background-color: #fdf2f0;
  border: 1px solid rgba(192, 57, 43, 0.35);
  border-radius: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-alert {
    padding: 1.125rem 1rem;
  }
}
.c-alert__title {
  font-weight: 700;
  color: #c0392b;
}
.c-alert__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.cat-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cat-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-inline: -1.25rem;
    padding-inline: 1.25rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.cat-tabs__label {
  width: 100%;
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #666666;
  text-align: center;
}
.cat-tabs__item {
  flex-shrink: 0;
  padding: 0.5rem 1.375rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #666666;
  white-space: nowrap;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.cat-tabs__item.is-active {
  background-color: #1f5fbf;
  border-color: #1f5fbf;
  color: #ffffff;
}
@media (hover: hover) {
  .cat-tabs__item:hover {
    border-color: #1f5fbf;
    color: #1f5fbf;
  }
}

.news-item.is-hidden {
  display: none;
}

.news-empty {
  display: none;
  padding: 3rem 1.25rem;
  color: #666666;
  text-align: center;
}
.news-empty.is-visible {
  display: block;
}

.news-list-wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .news-list-wrap {
    margin-top: 2rem;
  }
}
.news-list-wrap .news__list {
  border-top: 1px solid #dce8f5;
}

.article__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.article__date {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  color: #666666;
}
.article__cat {
  padding: 0.0625rem 0.875rem;
  background-color: #eef6ff;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1f5fbf;
}
.article__title-sub {
  margin-top: 2.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #eef6ff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  color: #1f5fbf;
}
.article__nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dce8f5;
  font-size: 0.875rem;
  font-weight: 700;
}
.article__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1f5fbf;
}
@media (hover: hover) {
  .article__nav-link:hover {
    text-decoration: underline;
  }
}

.c-facility {
  margin-top: 2rem;
  padding: 1.75rem 2rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-facility {
    padding: 1.25rem;
  }
}
.c-facility__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f5fbf;
}
.c-facility__text {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 2;
}
.c-facility__link {
  margin-top: 0.75rem;
}

.ph-photo {
  display: grid;
  place-items: center;
  max-width: 22.5rem;
  margin-top: 2.5rem;
  margin-inline: auto;
  aspect-ratio: 4/5;
  background-color: #eef6ff;
  border-radius: 1.5rem;
  font-size: 0.8125rem;
  color: #666666;
}
.ph-photo--wide {
  max-width: 45rem;
  aspect-ratio: 16/9;
}

.related {
  margin-top: 6.5rem;
  padding: 4rem 0;
  background-color: #ecf4fd;
}
@media screen and (max-width: 767px) {
  .related {
    margin-top: 4rem;
    padding: 3rem 0;
  }
}
.related__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.related .c-btn-wrap {
  margin-top: 2rem;
}

.c-sign {
  margin-top: 2.5rem;
  font-weight: 700;
  text-align: right;
}

.c-num-list {
  margin-top: 1.5rem;
  counter-reset: numlist;
}
.c-num-list__item {
  position: relative;
  padding-left: 2.125rem;
  line-height: 2;
  counter-increment: numlist;
}
.c-num-list__item::before {
  content: counter(numlist);
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #eef6ff;
  border-radius: 50%;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1f5fbf;
}
.c-num-list__item:not(:first-child) {
  margin-top: 0.75rem;
}

.care-cycle-wrap {
  margin-top: 3rem;
  padding: 3.5rem 1.5rem;
  background-color: #ecf4fd;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .care-cycle-wrap {
    margin-top: 2rem;
    padding: 2rem 1rem;
  }
}

.c-map {
  margin-top: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(23, 55, 120, 0.08);
}
.c-map iframe {
  display: block;
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .c-map iframe {
    height: 17.5rem;
  }
}

.c-table--cols th {
  width: auto;
}
.c-table--cols thead th {
  background-color: #eef6ff;
  font-weight: 700;
  text-align: left;
}
.c-table--cols tbody th {
  background-color: transparent;
  font-weight: 400;
}

.c-tel-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.75rem 2.25rem;
  background: radial-gradient(circle at 92% 15%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 55%), linear-gradient(120deg, #f2f8ff 0%, #eef6ff 100%);
  border: 1px solid #dce8f5;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-tel-box {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem 1.25rem;
    text-align: center;
  }
}
.c-tel-box::before {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -4rem;
  width: 10rem;
  height: 10rem;
  background-color: rgba(31, 95, 191, 0.05);
  border-radius: 50%;
  pointer-events: none;
}
.c-tel-box__icon {
  position: relative;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background-color: #1f5fbf;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(31, 95, 191, 0.28);
}
.c-tel-box__icon::before {
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #ffffff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.3 0 .7-.2 1l-2.3 2.2z'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-tel-box__icon {
    width: 3.25rem;
    height: 3.25rem;
  }
  .c-tel-box__icon::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-tel-box__body {
  position: relative;
  flex-grow: 1;
}
.c-tel-box__num {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #1f5fbf;
}
@media screen and (max-width: 767px) {
  .c-tel-box__num {
    font-size: 1.6875rem;
  }
}
.c-tel-box__num a {
  color: inherit;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-tel-box__num a:hover {
    opacity: 0.75;
  }
}
.c-tel-box__note {
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #666666;
}
.c-tel-box__tap {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem;
  background-color: #1f5fbf;
  border-radius: 3.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-tel-box__tap {
    display: flex;
  }
}

.c-table__fax {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #666666;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .photo-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 1.75rem;
  }
}
.photo-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .photo-grid--3 {
    grid-template-columns: 1fr;
  }
}
.photo-grid--single {
  grid-template-columns: 1fr;
}
.photo-grid--compact {
  max-width: 26.25rem;
}
.photo-grid__img {
  aspect-ratio: 4/3;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(23, 55, 120, 0.08);
}
.photo-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-grid--wide .photo-grid__img {
  aspect-ratio: 16/9;
}
.photo-grid__caption {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.9;
  color: #666666;
}

.building-photo__img {
  aspect-ratio: 16/9;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
}
.building-photo__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.building-photo__caption {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 2;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .building-photo__caption {
    font-size: 0.875rem;
    text-align: left;
  }
}

.anchor-nav {
  position: sticky;
  top: 7rem;
  z-index: 50;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .anchor-nav {
    top: 4.5rem;
    margin-top: 1.5rem;
  }
}
.anchor-nav__inner {
  width: 100%;
  max-width: calc(1080px + 20px * 2);
  margin-inline: auto;
  padding-inline: 20px;
}
.anchor-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid #dce8f5;
  border-radius: 3.125rem;
  box-shadow: 0 8px 28px rgba(23, 55, 120, 0.08);
}
@media screen and (max-width: 767px) {
  .anchor-nav__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 1.75rem;
  }
}
.anchor-nav__link {
  display: inline-block;
  flex-shrink: 0;
  padding: 0.375rem 1.125rem;
  border-radius: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.7;
  color: #666666;
  white-space: nowrap;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) {
  .anchor-nav__link:hover {
    color: #1f5fbf;
  }
}
.anchor-nav__link.is-active {
  background-color: #1f5fbf;
  color: #ffffff;
}

.rinen-box {
  position: relative;
  margin-top: 3rem;
  padding: 4.5rem 4rem;
  background: radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(115deg, #17498f 0%, #1f5fbf 55%, #3479d8 100%);
  border-radius: 1.75rem;
  box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .rinen-box {
    margin-top: 2rem;
    padding: 2.75rem 1.5rem;
  }
}
.rinen-box::before {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -7.5rem;
  width: 20rem;
  height: 20rem;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  pointer-events: none;
}
.rinen-box::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: 13.75rem;
  height: 11.25rem;
  background: url("../img/04_dot_pattern.svg");
  -webkit-mask-image: radial-gradient(closest-side, #000000 20%, transparent 92%);
  mask-image: radial-gradient(closest-side, #000000 20%, transparent 92%);
  opacity: 0.45;
  filter: brightness(0) invert(1);
  pointer-events: none;
}
.rinen-box__inner {
  position: relative;
  z-index: 1;
}
.rinen-box__label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.rinen-box__label::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.45);
}
.rinen-box__text {
  margin-top: 1.5rem;
  font-size: clamp(1.1875rem, 2.4vw, 1.875rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .rinen-box__text {
    margin-top: 1rem;
    line-height: 1.9;
  }
}
.rinen-box__line {
  display: block;
  overflow: hidden;
}
.rinen-box__line span {
  display: inline-block;
}
.rinen-box__rule {
  display: block;
  width: 4rem;
  height: 0.25rem;
  margin-top: 2rem;
  background-color: #f48b24;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .rinen-box__rule {
    margin-top: 1.5rem;
  }
}

html.js .rinen-box__line span {
  translate: 0 110%;
  transition: translate 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

html.js .rinen-box.is-revealed .rinen-box__line span {
  translate: 0 0;
}

html.js .rinen-box.is-revealed .rinen-box__line:nth-child(2) span {
  transition-delay: 0.14s;
}

@media (prefers-reduced-motion: reduce) {
  html.js .rinen-box__line span {
    translate: 0 0;
    transition: none;
  }
}
.policy-feature {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .policy-feature {
    gap: 1rem;
    margin-top: 2rem;
  }
}
.policy-feature__item {
  position: relative;
  padding: 2.25rem 2.5rem 2.25rem 9.5rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1.5rem;
  overflow: hidden;
  transition: translate 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .policy-feature__item {
    padding: 3.5rem 1.5rem 1.75rem;
  }
}
@media (hover: hover) {
  .policy-feature__item:hover {
    translate: 0 -0.25rem;
    box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
  }
}
.policy-feature__num {
  position: absolute;
  top: 1rem;
  left: 1.75rem;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1;
  color: #e4eefb;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .policy-feature__num {
    top: 0.25rem;
    left: 1rem;
    font-size: 4rem;
  }
}
.policy-feature__body {
  position: relative;
}
.policy-feature__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  color: #1f5fbf;
}
.policy-feature__text {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 2;
}

.fs-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .fs-cards {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 2rem;
  }
}
.fs-cards__item {
  padding: 2.25rem 1.75rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1.25rem;
  text-align: center;
  transition: translate 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .fs-cards__item {
    padding: 1.75rem 1rem;
  }
}
@media (hover: hover) {
  .fs-cards__item:hover {
    translate: 0 -0.25rem;
    box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
  }
}
.fs-cards__icon {
  display: block;
  width: 6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .fs-cards__icon {
    width: 5rem;
  }
}
.fs-cards__icon img {
  width: 100%;
  height: auto;
}
.fs-cards__kanji {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1f5fbf;
}
@media screen and (max-width: 767px) {
  .fs-cards__kanji {
    margin-top: 0.625rem;
    font-size: 1.0625rem;
  }
}
.fs-cards__en {
  display: block;
  margin-top: 0.625rem;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  color: #f48b24;
  text-transform: uppercase;
}
.fs-cards__text {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.9;
  text-align: left;
}

.next-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .next-cards {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}
.next-cards__item {
  position: relative;
  display: block;
  padding: 1.75rem 1.75rem 2rem;
  border-radius: 1.25rem;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(23, 55, 120, 0.08);
  transition: translate 0.3s, box-shadow 0.3s;
}
@media (hover: hover) {
  .next-cards__item:hover {
    translate: 0 -0.25rem;
    box-shadow: 0 24px 64px rgba(23, 55, 120, 0.14);
  }
}
.next-cards__item::before {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -3rem;
  width: 8.75rem;
  height: 8.75rem;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.next-cards__item--blue {
  background: linear-gradient(120deg, #1f5fbf 0%, #3f7fd9 100%);
}
.next-cards__item--deep {
  background: linear-gradient(120deg, #17498f 0%, #1f5fbf 100%);
}
.next-cards__item--orange {
  background: linear-gradient(120deg, #d9761a 0%, #f48b24 100%);
}
.next-cards__item--green {
  background: linear-gradient(120deg, #4d9a55 0%, #62b76a 100%);
}
.next-cards__en {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.85;
}
.next-cards__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.25rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6;
}
.next-cards__title::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  transform: rotate(45deg);
}

.q-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .q-nav {
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
    margin-top: 1.75rem;
  }
}
.q-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding: 1.375rem 0.625rem 1.125rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: border-color 0.3s, color 0.3s, translate 0.3s;
}
.q-nav__item svg {
  width: 1.75rem;
  height: 1.75rem;
  color: #1f5fbf;
}
.q-nav__item::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-right: 2px solid #1f5fbf;
  border-bottom: 2px solid #1f5fbf;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .q-nav__item:hover {
    translate: 0 -0.1875rem;
    border-color: #1f5fbf;
    color: #1f5fbf;
  }
}

.q-card {
  margin-top: 2.5rem;
  padding: 2.75rem 3rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1.5rem;
  box-shadow: 0 8px 28px rgba(23, 55, 120, 0.08);
  scroll-margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .q-card {
    margin-top: 1.5rem;
    padding: 1.75rem 1.25rem;
    scroll-margin-top: 8.75rem;
  }
}
.q-card__head {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .q-card__head {
    gap: 0.75rem;
  }
}
.q-card__icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../img/07_icon_bg_100_light_blue.png") no-repeat center/contain;
}
.q-card__icon svg {
  width: 1.625rem;
  height: 1.625rem;
  color: #1f5fbf;
}
@media screen and (max-width: 767px) {
  .q-card__icon {
    width: 3rem;
    height: 3rem;
  }
  .q-card__icon svg {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.q-card__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .q-card__title {
    font-size: 1.125rem;
  }
}

.quality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .quality-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.quality-grid__item {
  padding: 1.375rem 1.5rem;
  background-color: #ecf4fd;
  border-radius: 1rem;
}
.quality-grid__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1f5fbf;
}
.quality-grid__title::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #f48b24;
  border-radius: 50%;
}
.quality-grid__text {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 2;
}

.journey {
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .journey {
    margin-top: 2.25rem;
  }
}
.journey::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  bottom: 1.75rem;
  left: 1.9375rem;
  width: 2px;
  background-color: rgba(31, 95, 191, 0.25);
}
@media screen and (max-width: 767px) {
  .journey::before {
    left: 1.4375rem;
  }
}
.journey__item {
  position: relative;
  padding: 0 0 1.75rem 6rem;
}
@media screen and (max-width: 767px) {
  .journey__item {
    padding-left: 4rem;
    padding-bottom: 1.25rem;
  }
}
.journey__num {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  background-color: #1f5fbf;
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(23, 55, 120, 0.08);
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .journey__num {
    width: 3rem;
    height: 3rem;
    font-size: 1.1875rem;
  }
}
.journey__item--dashed .journey__num {
  background-color: #ffffff;
  border: 2px dashed #1f5fbf;
  color: #1f5fbf;
  box-shadow: none;
}
.journey__item--dashed .journey__card {
  border-style: dashed;
  border-width: 2px;
  border-color: rgba(31, 95, 191, 0.45);
}
.journey__card {
  padding: 1.75rem 2rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1.25rem;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .journey__card {
    padding: 1.25rem;
  }
}
@media (hover: hover) {
  .journey__card:hover {
    box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
  }
}
.journey__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.875rem;
}
.journey__title {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1f5fbf;
}
@media screen and (max-width: 767px) {
  .journey__title {
    font-size: 1.0625rem;
  }
}
.journey__tag {
  padding: 0.0625rem 0.875rem;
  background-color: #eef6ff;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1f5fbf;
}
.journey__tag--accent {
  background-color: #fdeede;
  color: #d9761a;
}
.journey__text {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 2;
}
.journey__text:not(:first-child) + .journey__text {
  margin-top: 0.75rem;
}
.journey__link {
  margin-top: 0.875rem;
  font-size: 0.875rem;
}

.loop-card {
  margin-top: 0.5rem;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #17498f 0%, #1f5fbf 60%, #2f74d2 100%);
  border-radius: 1.5rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .loop-card {
    padding: 1.75rem 1.25rem;
  }
}
.loop-card__icon {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.loop-card__icon svg {
  width: 1.625rem;
  height: 1.625rem;
}
.loop-card__title {
  margin-top: 0.875rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.loop-card__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.92);
}

.point-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .point-cards {
    grid-template-columns: 1fr;
    gap: 0.875rem;
    margin-top: 1.75rem;
  }
}
.point-cards__item {
  padding: 2rem 1.5rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1.25rem;
  text-align: center;
  transition: translate 0.3s, box-shadow 0.3s;
}
@media (hover: hover) {
  .point-cards__item:hover {
    translate: 0 -0.25rem;
    box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
  }
}
.point-cards__icon {
  display: block;
  width: 5.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .point-cards__icon {
    width: 4.75rem;
  }
}
.point-cards__icon img {
  width: 100%;
  height: auto;
}
.point-cards__title {
  margin-top: 0.875rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #1f5fbf;
}
.point-cards__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 2;
  text-align: left;
}

.m-intro {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 3.5rem;
  align-items: start;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .m-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.75rem;
  }
}
.m-intro__photo {
  position: relative;
}
.m-intro__photo::before {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 100%;
  height: 100%;
  background-color: #eef6ff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .m-intro__photo::before {
    display: none;
  }
}
.m-intro__photo .ph-photo {
  position: relative;
  max-width: none;
  margin-top: 0;
}
.m-intro__photo img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
}
.m-intro__body .c-text:first-child {
  margin-top: 0;
}

.recruit-fv {
  position: relative;
  margin-top: -1.5rem;
  padding: 4.5rem 0 5.5rem;
  background: radial-gradient(circle at 82% 20%, rgba(244, 139, 36, 0.16) 0%, rgba(244, 139, 36, 0) 48%), linear-gradient(120deg, #17498f 0%, #1f5fbf 60%, #3479d8 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-fv {
    padding: 3rem 0 3.5rem;
  }
}
.recruit-fv::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 17.5rem;
  height: 13.75rem;
  background: url("../img/04_dot_pattern.svg");
  -webkit-mask-image: radial-gradient(closest-side, #000000 20%, transparent 92%);
  mask-image: radial-gradient(closest-side, #000000 20%, transparent 92%);
  opacity: 0.4;
  filter: brightness(0) invert(1);
  pointer-events: none;
}
.recruit-fv__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 27.5rem;
  gap: 3rem;
  align-items: center;
  width: 100%;
  max-width: calc(72.5rem + 20px * 2);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-fv__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
.recruit-fv__label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
}
.recruit-fv__label::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.45);
}
.recruit-fv__catch {
  margin-top: 1.25rem;
  font-size: clamp(1.625rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.recruit-fv__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .recruit-fv__text {
    font-size: 0.875rem;
  }
}
.recruit-fv__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-fv__btns {
    flex-direction: column;
    align-items: stretch;
    margin-top: 1.75rem;
  }
}
.recruit-fv__photos {
  position: relative;
  aspect-ratio: 3/2;
}
.recruit-fv__photo {
  position: absolute;
  display: grid;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.25rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  overflow: hidden;
}
.recruit-fv__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-fv__photo--main {
  top: 0;
  left: 0;
  width: 80%;
  aspect-ratio: 16/9;
}
.recruit-fv__photo--sub {
  right: 0;
  bottom: 0;
  width: 58%;
  aspect-ratio: 16/9;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 40px rgba(10, 34, 74, 0.28);
}

.recruit-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-stats {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.recruit-stats__item {
  padding: 1.75rem 1.5rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1.25rem;
  text-align: center;
}
.recruit-stats__label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #666666;
}
.recruit-stats__num {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 0.5rem;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1f5fbf;
}
.recruit-stats__unit {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", meiryo, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
}
.recruit-stats__note {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.8;
  color: #666666;
}

.recruit-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-points {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.recruit-points__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.25rem 1.75rem 2rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: translate 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.recruit-points__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 0.25rem;
  background: linear-gradient(90deg, #1f5fbf, #f48b24);
  transition: width 0.4s ease;
}
@media (hover: hover) {
  .recruit-points__item:hover {
    translate: 0 -0.375rem;
    border-color: rgba(31, 95, 191, 0.35);
    box-shadow: 0 24px 64px rgba(23, 55, 120, 0.14);
  }
  .recruit-points__item:hover::before {
    width: 100%;
  }
  .recruit-points__item:hover .recruit-points__icon {
    scale: 1.06;
  }
}
.recruit-points__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.recruit-points__num {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: rgba(31, 95, 191, 0.16);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .recruit-points__num {
    font-size: 3rem;
  }
}
.recruit-points__icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #1f5fbf, #17498f);
  border-radius: 50%;
  box-shadow: 0 0.5rem 1.25rem rgba(31, 95, 191, 0.28);
  transition: scale 0.3s;
}
.recruit-points__icon svg {
  width: 1.875rem;
  height: 1.875rem;
  color: #ffffff;
}
.recruit-points__title {
  margin-top: 1.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #222222;
  word-break: auto-phrase;
}
@media screen and (max-width: 767px) {
  .recruit-points__title {
    font-size: 1.0625rem;
  }
}
.recruit-points__text {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dce8f5;
  font-size: 0.875rem;
  line-height: 2;
  color: #666666;
}

.recruit-entrance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-entrance {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}
.recruit-entrance__item {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.75rem 1.75rem;
  background-color: #ffffff;
  border: 1px solid #dce8f5;
  border-radius: 1.25rem;
  transition: translate 0.3s, box-shadow 0.3s, border-color 0.3s;
}
@media (hover: hover) {
  .recruit-entrance__item:hover {
    translate: 0 -0.25rem;
    border-color: #1f5fbf;
    box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
  }
}
.recruit-entrance__item--accent {
  background: linear-gradient(130deg, #d9761a 0%, #f48b24 100%);
  border-color: transparent;
  color: #ffffff;
}
.recruit-entrance__item--accent .recruit-entrance__en {
  color: rgba(255, 255, 255, 0.82);
}
.recruit-entrance__item--accent .recruit-entrance__title {
  color: #ffffff;
}
.recruit-entrance__item--accent .recruit-entrance__arrow {
  background-color: #ffffff;
}
.recruit-entrance__item--accent .recruit-entrance__arrow::before {
  border-color: #f48b24;
}
@media (hover: hover) {
  .recruit-entrance__item--accent:hover {
    border-color: transparent;
  }
}
.recruit-entrance__en {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  color: #f48b24;
  text-transform: uppercase;
}
.recruit-entrance__title {
  margin-top: 0.375rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1f5fbf;
}
.recruit-entrance__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 2;
}
.recruit-entrance__arrow {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: auto;
  margin-left: auto;
  background-color: #1f5fbf;
  border-radius: 50%;
}
.recruit-entrance__arrow::before {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  margin-left: -0.1875rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.recruit-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.75rem;
  padding: 2rem 2.5rem;
  background: radial-gradient(circle at 92% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 55%), linear-gradient(120deg, #f2f8ff 0%, #eef6ff 100%);
  border: 1px solid #dce8f5;
  border-radius: 1.25rem;
  transition: translate 0.3s, box-shadow 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit-link {
    gap: 1rem;
    padding: 1.5rem 1.25rem;
  }
}
@media (hover: hover) {
  .recruit-link:hover {
    translate: 0 -0.25rem;
    border-color: #1f5fbf;
    box-shadow: 0 20px 60px rgba(23, 55, 120, 0.08);
  }
}
.recruit-link__en {
  display: block;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  color: #f48b24;
  text-transform: uppercase;
}
.recruit-link__title {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1f5fbf;
}
@media screen and (max-width: 767px) {
  .recruit-link__title {
    font-size: 1.0625rem;
  }
}
.recruit-link__text {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.9;
  color: #666666;
}
.recruit-link__arrow {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background-color: #1f5fbf;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .recruit-link__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.recruit-link__arrow::before {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  margin-left: -0.25rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
.recruit-link--accent {
  background: radial-gradient(circle at 92% 20%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 55%), linear-gradient(120deg, #d9761a 0%, #f48b24 100%);
  border-color: transparent;
}
.recruit-link--accent .recruit-link__en {
  color: rgba(255, 255, 255, 0.85);
}
.recruit-link--accent .recruit-link__title {
  color: #ffffff;
}
.recruit-link--accent .recruit-link__text {
  color: rgba(255, 255, 255, 0.9);
}
.recruit-link--accent .recruit-link__arrow {
  background-color: #ffffff;
}
.recruit-link--accent .recruit-link__arrow::before {
  border-color: #f48b24;
}
@media (hover: hover) {
  .recruit-link--accent:hover {
    border-color: transparent;
  }
}

/*# sourceMappingURL=style.css.map */
