@charset "UTF-8";
/* ---------------

   トップページ

   --------------- */


/* #header
-------------------------------------------------- */



/* .content-container
-------------------------------------------------- */
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #ccc;
  --color-gray: #ccc;
  --color-theme: #1363df;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .02), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}
[class*=swiper]:focus {
  outline: none;
}
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  border: solid 1px var(--color-gray);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: .8rem;
  height: .8rem;
  content: "";
  border: solid var(--color-theme);
  border-width: 2px 2px 0 0;
}
.swiper-button-prev::after {
  margin-left: .4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: .4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.p-carousel {
  overflow: hidden;
}
.p-carousel__viewer {
  overflow: visible;
}
.p-carousel .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*-webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;*/
  margin-top: clamp(4rem, 2.136rem + 1.82vw, 5.6rem);
}
.p-carousel .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  text-align: center;
}
.p-carousel .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.p-carousel .swiper-pagination-bullet-active {
  width: 3.2rem;
  background-color: var(--color-theme);
}
.p-carousel .swiper-button-prev, .p-carousel .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
}
.p-carousel .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.p-carousel .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
          box-shadow: var(--box-shadow-inset);
}
.p-carousel .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-carousel .slide {
  overflow: hidden;
  width: 320px;
  /*-webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);*/
}
.p-carousel .slide-media {
  padding-top: 75%;
}
/*.p-carousel .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}*/
@media only screen and (max-width: 1024px) {
.pc {
  display: none !important;
  }
}
@media only screen and (min-width: 600px) {
.p-carousel .slide {
  width: 480px;
}
}
@media only screen and (max-width: 399px) {
.pc-tab {
  display: none !important;
}
.p-carousel .slide {
  width: 240px;
}
}
@media only screen and (min-width: 1025px) {
.tab-sp {
  display: none !important;
}
.swiper-button-prev::before, .swiper-button-next::before {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-carousel .slide {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.p-carousel .slide img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
/*.p-carousel .slide:hover {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-box-shadow: var(--box-shadow-hover);
          box-shadow: var(--box-shadow-hover);
}
.p-carousel .slide:hover img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}*/
}
@media only screen and (min-width: 600px) {
.sp {
  display: none !important;
}
}
.p-page-head {
  margin-top: 80px;
}
.-facility.p-page-lead  {
  position: relative;
  z-index: 0;
}
.-facility.p-page-lead::after {
  content: "FACILITY";
  position: absolute;
  bottom: -30px;
  right: 0;
  font: 600 12rem 'Montserrat', cursive;
  color: #f8f8f8;
  z-index: -1;
  /*text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7,
               -1px 1px 0 #f7f7f7, 1px -1px 0 #f7f7f7,
               0px 1px 0 #f7f7f7,  0-1px 0 #f7f7f7,
               -1px 0 0 #f7f7f7, 1px 0 0 #f7f7f7;*/
}
.-bg.-facility.p-page-lead {
  position: relative;
  z-index: 0;
  background: url(../../images/facility_lead_bg.jpg) no-repeat 50% 100% / cover;
}
.p-page-lead {
  padding: clamp(56px, 2.591rem + 4.55vw, 96px) clamp(24px, 0.591rem + 4.55vw, 64px);
}
.p-page-lead__title {
  position: relative;
  text-align: center;
}
.p-page-lead__title::after {
  position: absolute;
  bottom: -16px;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
  background: #1363df;
}
.p-page-lead__title span {
  display: inline-block;
}
.p-page-lead__text {
  margin-top: clamp(4rem, 1.955rem + 2.73vw, 6.4rem);
  text-align: center;
}
.p-facility {
  overflow: hidden;
  padding-top: clamp(56px, 2.591rem + 4.55vw, 96px);
}
.p-facility__contents {
  margin: 0 clamp(24px, 0.591rem + 4.55vw, 64px);
}
.p-facility__block {
  margin-bottom: clamp(64px, 2.636rem + 6.82vw, 124px);
}
.p-facility__title {
  position: relative;
  padding-left: 24px;
}
.p-facility__title::before {
  position: absolute;
  top: calc(50% - 6px);
  left: 0px;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 50%;
  background: #1363df;
}
.p-facility__text {
   margin-top: clamp(1.6rem, 0.818rem + 0.91vw, 2.4rem);
}
.p-facility-info__title {
  padding-right: clamp(2.4rem, 0.773rem + 3.64vw, 5.6rem);
}
.p-facility-info {
  background: #f7f7f7;
  padding: clamp(2.4rem, 0.227rem + 6.36vw, 8rem);
  padding-right: 0;
  margin: clamp(3.2rem, 1.455rem + 2.73vw, 5.6rem) 0 0 0;
}
.p-carousel {
 margin-top: clamp(2.4rem, 1.318rem + 0.91vw, 3.2rem);
}
.p-carousel__item {
  width: 320px;
}
.p-carousel__title {
  margin-top: clamp(1.6rem, 0.818rem + 0.91vw, 2.4rem);
}
@media screen and (min-width: 520px) {
.c-table th,.c-table td {
  padding: 32px;
  border-bottom: 1px solid #ccc;
}
.c-table th {
  border-bottom: 1px solid #333;
  width: 24%;
}
}
@media screen and (min-width: 960px) {
.p-facility {
  padding-top: clamp(80px, 3.545rem + 7.27vw, 144px);
}
}
@media screen and (max-width: 1199px) {
.l-sub {
  display: none;
}
}
@media screen and (min-width: 1200px) {
.p-page-lead {
  padding: clamp(56px, 2.591rem + 4.55vw, 96px) 10%;
}
.p-page-lead__title::after {
  bottom: -24px;
}
.-flex.p-facility-container {
  display: flex;
}
.p-facility {
  order: 2;
}
.p-facility__contents {
  margin: 0;
}
.p-facility__title {
  padding-left: 32px;
}
.l-sub {
  order: 1;
  width: 240px;
  min-width: 240px;
  margin: 0 80px 0 10%;
}
.l-sub__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: clamp(80px, 3.545rem + 7.27vw, 144px);
  margin-bottom: clamp(80px, 3.545rem + 7.27vw, 144px);
}
.l-sub-nav__head {
  color: #1363df;
  font-weight: 700;
  margin-bottom: 40px;
}
.l-sub-nav__item {
  font-weight: 700;
  position: relative;
  padding-left: 24px;
}
.l-sub-nav__item:not(:first-of-type) {
  margin-top: 24px;
}
.l-sub-nav__item::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  background: #1363df;
}
.-child.l-sub-nav__list {
  margin-top: 4px;
}
.-child .l-sub-nav__item {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding: 8px 0;
}
.-child .l-sub-nav__item::before {
  position: absolute;
  top: 0;
  left: -21px;
  width: 1px;
  height: 100%;
  content: '';
  border-radius: none;
  background: #ccc none;
}
}