@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
html,
body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
body {
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-style: normal;
}
.inner__wrap {
  margin-inline: auto;
}
.sec__wrap {
  position: relative;
  z-index: 1;
}
.sec__wrap::after {
  content: '';
  width: 100%;
  height: 34px;
  background-size: 1366px 34px;
  background-position: top left;
  background-repeat: repeat-x;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}

@media (max-width: 767px) {
  .pc__only {
    display: none;
  }
  body {
    font-size: 14px;
  }
  .inner__wrap {
    width: 92%;
  }
}

@media (min-width: 768px) {
  .sp__only {
    display: none;
  }
  body {
    font-size: 16px;
  }
  .inner__wrap {
    width: 100%;
    max-width: calc(1024px + 40px);
    padding: 0 20px;
  }
}

@media (any-hover: hover) {
  a,
  button {
    transition: all .3s;
  }
  a:hover,
  button:hover {
    opacity: 0.8;
  }
}

/* -----------------------------------------------
header
----------------------------------------------- */
.header__nav__wrap li a {
  background-color: #D2E5F6;
}
.header__nav__wrap li:nth-child(2) a {
  background-color: #FFFFDC;
}
.header__nav__wrap li:nth-child(3) a {
  background-color: #D2E6BE;
}
.header__nav__wrap li:nth-child(4) a {
  background-color: #FFEBDC;
}
.header__nav__wrap li:nth-child(5) a {
  background-color: #E6E6D2;
}

@media (max-width: 767px) {
  body {
    position: relative;
  }
  /* ハンバーガー */
  header {
    position: fixed;
    width: 100%;
    height: 75px;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  /* html:has(body.menu__open),
  body.menu__open {
    height: 100%;
    overflow: hidden;
  } */
  #nav__toggle {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 10;
    background: none;
    border: none;
    padding: 0;
  }
  #nav__toggle span {
    width: 25px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav__toggle span:nth-child(1) {
    top: 24px;
  }
  #nav__toggle span:nth-child(2) {
    top: 32px;
  }
  #nav__toggle span:nth-child(3) {
    top: 40px;
  }
  body.menu__open #nav__toggle span:nth-child(1) {
    top: 30px;
    transform: translateX(-50%) rotate(45deg);
  }
  body.menu__open #nav__toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  body.menu__open #nav__toggle span:nth-child(3) {
    top: 30px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .header__nav__wrap {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.5s;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    padding: 75px 4% 150px;
    overflow-y: scroll;
    z-index: 9;
  }
  body.menu__open .header__nav__wrap {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .header__nav__wrap li + li {
    margin-top: 30px;
  }
  .header__nav__wrap li a {
    height: 36px;
    width: 300px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50vh;
    padding: 0 0.7em;
    margin: 0 auto;
  }
  .header__nav__wrap li a span {
    font-size: 14px;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .header__wrap {
    background-color: #fff;
  }
  header.header__fixed .header__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .header__nav__wrap {
    min-height: 68px;
    padding: 15px 0 10px;
  }
  .header__nav__wrap ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 1.62%;
    gap: 16px 1.56%;
  }
  /* 施設・スタッフ 非表示時 */
  .header__nav__wrap ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header__nav__wrap li a {
    height: 32px;
    min-width: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50vh;
    padding: 0 0.7em;
  }
  .header__nav__wrap li a span {
    font-size: 16px;
    font-weight: bold;
  }
}

/* -----------------------------------------------
footer
----------------------------------------------- */
footer .link__wrap li {
  position: relative;
}
footer .link__wrap li:nth-child(1)::after {
  content: '';
  aspect-ratio: 194/263;
  background: url(../images/common/link_deco_01.svg) center / contain no-repeat;
  position: absolute;
  translate: 0 -50%;
}
footer .link__wrap li:nth-child(2)::after {
  content: '';
  aspect-ratio: 133/188;
  background: url(../images/common/link_deco_02.svg) center / contain no-repeat;
  position: absolute;
}
footer .link__wrap li a {
  background-color: #D2E5F6;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .link__wrap li span {
  font-weight: bold;
}

.footer__content {
  background-color: #D2E5F6;
}
.footer__nav ul {
  font-weight: bold;
}
.footer__content .copyright {
  text-align: center;
}
.footer__content .copyright small {
  font-weight: bold;
}

@media (max-width: 767px) {
  footer .link__wrap {
    padding: 70px 0 50px;
  }
  footer .link__wrap li + li {
    margin-top: 30px;
  }
  footer .link__wrap li:nth-child(1)::after {
    width: 64px;
    top: calc(50% + 4px);
    right: calc(100% - 60px);
  }
  footer .link__wrap li:nth-child(2)::after {
    width: 50px;
    top: 8px;
    left: calc(100% - 40px);
  }
  footer .link__wrap li a {
    width: 100%;
    height: 60px;
    border-radius: 6px;
  }
  footer .link__wrap li span {
    font-size: 18px;
  }

  .footer__content {
    padding: 24px 0 11px;
  }
  .footer__logo {
    width: 150px;
    margin: 0 auto;
  }
  .footer__nav {
    margin-top: 20px;
  }
  .footer__nav ul {
    font-size: 14px;
    text-align: center;
  }
  .footer__nav li + li {
    margin-top: 0.5em;
  }
  .footer__nav li a {
    padding: 0.5em 1em;
    display: inline-block;
  }
  .footer__content .copyright {
    margin-top: 30px;
  }
  .footer__content .copyright small {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  footer .link__wrap {
    padding: 98px 0 60px;
  }
  footer .link__wrap ul {
    display: flex;
    justify-content: space-between;
  }
  footer .link__wrap li {
    width: 45.89%;
  }
  footer .link__wrap li:nth-child(1)::after {
    width: 194px;
    top: calc(50% + 4px);
    right: calc(100% - 67px);
  }
  footer .link__wrap li:nth-child(2)::after {
    width: 133px;
    top: 8px;
    left: calc(100% - 38px);
  }
  footer .link__wrap li a {
    width: 100%;
    height: 130px;
    border-radius: 20px;
  }
  footer .link__wrap li span {
    font-size: 24px;
  }

  .footer__content {
    padding: 48px 0 11px;
  }
  .footer__inner {
    max-width: calc(1220px + 40px);
  }
  .footer__fx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 152px;
  }
  .footer__logo {
    width: 208px;
  }
  .footer__nav ul {
    display: flex;
    justify-content: center;
    font-size: min(1.65vw, 14px);
  }
  .footer__nav li {
    border-left: 1px solid #000;
  }
  .footer__nav li:last-child {
    border-right: 1px solid #000;
  }
  .footer__nav li a {
    padding: 0 2.5em;
  }
  .footer__content .copyright {
    margin-top: 15px;
  }
  .footer__content .copyright small {
    font-size: 14px;
  }
}

/* -----------------------------------------------
subpage
----------------------------------------------- */
.sec__wrap.subpage__wrap::after {
  background-image: url(../images/common/subpage_borderline.png);
}
.subpage__mv__wrap {
  position: relative;
}
.subpage__mv__wrap h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #236EAA,0 0 5px #236EAA,0 0 5px #236EAA,0 0 5px #236EAA,0 0 5px #236EAA,0 0 5px #236EAA,0 0 5px #236EAA,0 0 5px #236EAA,0 0 5px #236EAA,0 0 5px #236EAA;
  width: 100%;
  text-align: center;
}
.subpage__wrap {
  background-color: #D2E5F6;
}
.subpage__content__wrap {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.subpage__content__wrap::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  z-index: -1;
}
.subpage__content__wrap::after {
  content: '';
  position: absolute;
  translate: -50% 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .subpage__mv__wrap h1 {
    font-size: 22px;
  }
  .subpage__wrap {
    padding: 36px 0 58px;
  }
  .subpage__content__wrap {
    border-radius: 12px;
    padding: 32px 3.9% 50px;
  }
  /* .subpage__content__wrap::before {
    width: min(119.73vw, 1274px);
    aspect-ratio: 1274/338;
    background: 
      url(../images/common/subpage_deco_01.svg) bottom left / min(22.36vw, 238px) min(7.51vw, 80px) no-repeat,
      url(../images/common/subpage_deco_02.svg) top right / min(19.73vw, 210px) min(11.18vw, 119px) no-repeat;
    top: min(1.5vw, -16px);
    left: calc(50% + min(2.06vw, 22px));
  }
  .subpage__content__wrap::after {
    width: min(120.95vw, 1287px);
    aspect-ratio: 1287/324;
    background: 
      url(../images/common/subpage_deco_03.svg) top left / min(22.36vw, 238px) min(11.65vw, 124px) no-repeat,
      url(../images/common/subpage_deco_01.svg) bottom right / min(22.36vw, 238px) min(7.51vw, 80px) no-repeat;
    bottom: min(-3vw, -32px);
    left: calc(50% + min(-1.88vw, -20px));
  } */
}

@media (min-width: 768px) {
  .subpage__mv__wrap h1 {
    font-size: 30px;
  }
  .subpage__wrap {
    padding: 72px 0 116px;
  }
  .subpage__content__wrap {
    border-radius: 24px;
    padding: 93px 13.37% 80px;
  }
  .subpage__content__wrap::before {
    width: min(119.73vw, 1274px);
    aspect-ratio: 1274/338;
    background: 
      url(../images/common/subpage_deco_01.svg) top left / min(22.36vw, 238px) min(7.51vw, 80px) no-repeat,
      url(../images/common/subpage_deco_02.svg) bottom right / min(19.73vw, 210px) min(11.18vw, 119px) no-repeat;
    top: min(1.5vw, -16px);
    left: calc(50% + min(2.06vw, 22px));
  }
  .subpage__content__wrap::after {
    width: min(120.95vw, 1287px);
    aspect-ratio: 1287/324;
    background: 
      url(../images/common/subpage_deco_03.svg) top left / min(22.36vw, 238px) min(11.65vw, 124px) no-repeat,
      url(../images/common/subpage_deco_01.svg) bottom right / min(22.36vw, 238px) min(7.51vw, 80px) no-repeat;
    bottom: min(-3vw, -32px);
    left: calc(50% + min(-1.88vw, -20px));
  }
}