@charset "UTF-8";
.l-footer__address a {
  color: #223A5E;
}

@media screen and (min-width: 1600px) {
  .l-gnavi__contact {
    width: 13.5%;
    margin-left: 1.7rem;
  }
}
@media screen and (max-width: 1600px) {
  .l-gnavi__contact a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1600px) {
  .l-gnavi__btns {
    width: 26.5%;
  }
}

.l-gnavi__btn {
  max-width: none;
}
.l-gnavi__btn:not(:first-child) {
  margin-left: 1.8rem;
}
@media screen and (min-width: 1600px) {
  .l-gnavi__btn a {
    padding: 0.2em 12px;
  }
}
@media screen and (max-width: 1599.9px) {
  .l-gnavi__btn a {
    font-size: 1.4rem;
  }
}

.c-panel_contact__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-panel_contact__btn a {
  padding: 0.7em 0;
  font-size: 1.9rem;
}

.l-content.-under.p-privacypolicy,
.l-content.-under.p-contact,
.l-content.-under.p-news {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 991.9px) {
  .l-content.-under.p-privacypolicy,
  .l-content.-under.p-contact,
  .l-content.-under.p-news {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.c-form .p-postal-code {
  width: min(100%, 15em);
}
.c-form .p-region {
  width: min(100%, 15em);
}
.c-form__btn {
  padding: 0.5em 0;
}

.c-center_col__inner {
  display: flex;
}
@media screen and (max-width: 991.9px) {
  .c-center_col__inner {
    display: block;
  }
}
.c-center_col__ttl {
  width: 33.07%;
  position: relative;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 5.4rem;
}
@media screen and (max-width: 991.9px) {
  .c-center_col__ttl {
    width: 100%;
    display: block;
    text-align: center;
    padding: 3rem 0;
  }
}
.c-center_col__ttl:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #223A5E;
}
.c-center_col__ttl:after {
  content: "";
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  background: #fff;
}
@media screen and (max-width: 991.9px) {
  .c-center_col__ttl:after {
    bottom: 0;
    top: inherit;
    width: 100%;
    height: 1.2rem;
  }
}
@media screen and (max-width: 991.9px) {
  .c-center_col__ttl .c-ttl_sup {
    margin-bottom: 0;
  }
}
.c-center_col__ttl .c-ttl_sup__en {
  line-height: 1.09;
  font-weight: 500;
  font-size: 2.3vw;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #fff;
}
@media screen and (max-width: 991.9px) {
  .c-center_col__ttl .c-ttl_sup__en {
    font-size: 3rem;
  }
}
.c-center_col__ttl .c-ttl_sup__jp {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 991.9px) {
  .c-center_col__ttl .c-ttl_sup__jp {
    font-size: 1.8rem;
  }
}
.c-center_col__cnt {
  width: 66.93%;
  position: relative;
  padding-right: calc((100% - 1240px) / 2);
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 5.6rem;
}
@media screen and (max-width: 991.9px) {
  .c-center_col__cnt {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-center_col__item:nth-child(even) .c-center_col__ttl:before {
  opacity: 0.8;
}

@media screen and (max-width: 767.9px) {
  .p-home_kv__catchMain {
    width: 55%;
  }
}
@media screen and (max-width: 767.9px) {
  .p-home_kv__catchSub .main {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-home_kv__img {
    height: 32svh;
  }
}
@media screen and (max-width: 767.9px) {
  .p-home_kv__img img {
    height: 32svh;
  }
}

.p-news .p-home_news__cntWrap {
  width: 100%;
}
.p-news.-single .c-card_news__ttl {
  font-size: 3.2rem;
  padding: 0.2em 0;
  margin-bottom: 0.5em;
  border-bottom: #223A5E 1px solid;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .p-news.-single .c-card_news__ttl {
    font-size: 2.2rem;
  }
}
.p-news.-single .p-panel_article__btn {
  margin-top: 6rem;
}
.p-news.-single .p-panel_article__btn a:hover .arrow {
  fill: #fff;
}
.p-news.-single .p-panel_article__btn .arrow {
  transition: all 0.4s;
  fill: #223A5E;
}

.p-facility .p-about_head__ttl min {
  font-weight: bold;
  color: #223A5E;
}
.p-facility .p-about_head__ttl span {
  color: #FF6B00;
}
.p-facility .p-about_head__desc {
  font-size: 2rem;
}
@media screen and (max-width: 700px) {
  .p-facility .p-about_head__desc {
    font-size: 1.4rem;
  }
}

.p-facility_body__imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 991.9px) {
  .p-facility_body__imgs {
    gap: 10px;
  }
}
.p-facility_body__img {
  width: calc((100% - 20px) / 2);
}
.p-facility_body__img img {
  width: 100%;
  aspect-ratio: 193/126;
  object-fit: cover;
}

.item-image {
  position: relative;
}
.item-image:hover::before {
  opacity: 1;
}
.item-image::before {
  content: "拡大表示";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.69);
  color: #fff;
  font-weight: bold;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
}
.item-image img {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.modal img {
  max-height: 80%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  cursor: zoom-in;
  transition: transform 0.3s ease;
}
.modal img.zoomed {
  cursor: grab;
  transition: none;
}
.modal img.dragging {
  cursor: grabbing;
}

.test-page {
  padding: 6rem 0;
  text-align: center;
  font-size: 1.6rem;
}/*# sourceMappingURL=include.css.map */