@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

body {
  font-size: 1.6rem;
  background-color: #ffffff;
}

.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    justify-content: center;
  }
}
.l-footer__left img {
  width: 240px;
}
.l-footer__left p {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .l-footer__left {
    text-align: center;
    margin-bottom: 32px;
  }
}
.l-footer__navList {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .l-footer__navList {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.l-footer__navItem {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .l-footer__navItem {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    text-align: center;
    padding-bottom: 4px;
  }
}
.l-footer__navItem a {
  position: relative;
  display: block;
}
.l-footer__navItem a::after {
  content: "";
  display: block;
  height: 1px;
  width: 0%;
  background: #144687;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .l-footer__navItem a::after {
    display: none;
  }
}
.l-footer__navItem a:hover {
  color: #144687;
}
.l-footer__navItem a:hover::after {
  width: 100%;
}
.l-footer__bottom {
  padding: 16px 24px;
  background-color: #144687;
  color: #fff;
  text-align: center;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 0px 8px gray;
}
.l-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: 12px 24px;
  }
}
.l-header__left img {
  width: 260px;
  display: block;
}
@media (max-width: 768px) {
  .l-header__left img {
    width: 200px;
  }
}
.l-header__right ul {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__navItem a {
  position: relative;
  display: block;
  font-weight: 600;
}
.l-header__navItem a::after {
  content: "";
  display: block;
  height: 1px;
  width: 0%;
  background: #144687;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
.l-header__navItem a:hover {
  color: #144687;
}
.l-header__navItem a:hover::after {
  width: 100%;
}
.l-header__mobileMenu {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .l-header__mobileMenu {
    display: block;
  }
}
.l-header__menubar, .l-header__menubar::before, .l-header__menubar::after {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #144687;
  cursor: pointer;
  transition: all 0.5s;
}
.l-header__menubar::before {
  top: -10px;
}
.l-header__menubar::after {
  top: 10px;
}
.l-header__mobileMenu.open > .l-header__menubar {
  background-color: transparent;
}
.l-header__mobileMenu.open > .l-header__menubar::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.l-header__mobileMenu.open > .l-header__menubar::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
.l-header__mobileNav {
  position: fixed;
  width: 80%;
  height: 100vh;
  top: 0px;
  right: -120%;
  background-color: #144687;
  padding: 50px 0;
  transition: all 0.5s;
}
.l-header__mobileNavList {
  margin: 20px 30px;
}
.l-header__mobileNavItem {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.l-header__mobileNavItem a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__mobileNav.open {
  right: 0;
}
.l-header__mobileNavInfo {
  margin: 40px auto;
  text-align: center;
}
.l-header__mobileNavContact {
  margin: 30px 30px;
  font-size: 1.4rem;
  color: #fff;
}

.l-main__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-main__section {
  margin-bottom: 160px;
}

.c-heading-h2 {
  position: relative;
  font-weight: 600;
  font-size: 3.2rem;
  text-align: center;
  margin: 2em 0;
}
@media (max-width: 768px) {
  .c-heading-h2 {
    font-size: 2.4rem;
  }
}
.c-heading-h2::before {
  content: attr(data-word);
  font-size: 2.4rem;
  position: absolute;
  top: -1.3em;
  left: 50%;
  transform: translateX(-50%);
  color: #144687;
}
@media (max-width: 768px) {
  .c-heading-h2::before {
    font-size: 1.6rem;
  }
}
.c-heading-h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #144687;
  bottom: -0.3em;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .c-heading-h2::after {
    width: 40px;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.c-scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-scroll-infinity__wrap {
    display: none;
  }
}

.c-scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  /* 横に2倍並べる */
  width: -moz-max-content;
  width: max-content;
  animation: infinity-scroll-left 60s linear infinite;
}

.c-scroll-infinity__list::after {
  content: attr(data-duplicate);
}

.c-scroll-infinity__item {
  max-width: 500px;
  flex-shrink: 0;
}

.c-scroll-infinity__item > img {
  width: 100%;
  height: auto;
}

.c-scroll-slide {
  display: none;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .c-scroll-slide {
    display: block;
  }
}

.c-scroll-slide__wrap {
  width: 100%;
}

.c-scroll-slide__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.5s ease-in-out;
  /* スライドアニメーション */
}

.c-scroll-slide__item {
  min-width: 100%;
  /* 1枚ずつ表示 */
}

.c-scroll-slide__item img {
  width: 100%;
  display: block;
}

.p-toppage__mv {
  background-color: #fff;
}
.p-toppage__mv__image {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  z-index: 10;
}
.p-toppage__mv__image img {
  display: block;
  width: 480px;
  margin-top: -160px;
}
@media (max-width: 576px) {
  .p-toppage__mv__image img {
    width: 80%;
    margin-top: -100px;
  }
}
.p-toppage__mv__copy {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .p-toppage__mv__copy {
    font-size: 3.2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.p-toppage__mv__subCopy {
  text-align: center;
  margin-bottom: 32px;
}
.p-toppage__mv__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.p-toppage__mv__contact a {
  display: block;
  max-width: 400px;
  padding: 16px 56px;
  background-color: #144687;
  color: #ffffff;
  border-radius: 32px;
  transition: 0.3s;
  box-shadow: 0px 2px 2px #333;
  font-weight: 600;
}
.p-toppage__mv__contact a:hover {
  opacity: 0.8;
}
.p-toppage__mv__bottom {
  display: flex;
  justify-content: center;
}
.p-toppage__mv__bottom__decoration img {
  width: 480px;
}
@media (max-width: 768px) {
  .p-toppage__mv__bottom__decoration img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-toppage__mv__bottom__decoration img:nth-child(2) {
    display: none;
  }
}
.p-toppage__about__text {
  text-align: center;
  margin-bottom: 3em;
}
.p-toppage__about__contentList {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-toppage__about__contentList {
    flex-direction: column;
  }
}
.p-toppage__about__contentItem {
  width: 30%;
  border: 1px solid #d5d5d5;
  border-radius: 24px;
  box-shadow: 0px 2px 4px rgb(192, 192, 192);
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-toppage__about__contentItem {
    width: 100%;
  }
}
.p-toppage__about__contentItem a {
  display: block;
}
.p-toppage__about__contentItem a:hover {
  opacity: 0.9;
}
.p-toppage__about__contentItem a:hover .p-toppage__about__contentItem__bg::before {
  transform: scale(1.1);
}
.p-toppage__about__contentItem__image {
  height: 200px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  position: relative;
}
.p-toppage__about__contentItem__bg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-toppage__about__contentItem__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: transform 0.4s ease;
  z-index: -1;
}
.p-toppage__about__contentItem__bg.bg-image1::before {
  background: url(../../../images/about-sample1.png) center/cover no-repeat;
}
.p-toppage__about__contentItem__bg.bg-image2::before {
  background: url(../../../images/about-sample3.png) center/cover no-repeat;
}
.p-toppage__about__contentItem__bg.bg-image3::before {
  background: url(../../../images/about-sample2.png) center/cover no-repeat;
}
.p-toppage__about__contentItem__title {
  font-weight: 600;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  color: #144687;
  position: relative;
  z-index: 1;
}
.p-toppage__about__contentItem__text {
  font-size: 1.4rem;
  height: 80px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-toppage__facility__text {
  text-align: center;
  margin-bottom: 3em;
}
.p-toppage__facility__facilityList {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-toppage__facility__facilityList {
    flex-direction: column;
  }
}
.p-toppage__facility__facilityItem {
  width: 30%;
  border: 1px solid #d5d5d5;
  border-radius: 24px;
  box-shadow: 0px 2px 4px rgb(192, 192, 192);
}
@media (max-width: 768px) {
  .p-toppage__facility__facilityItem {
    width: 100%;
  }
}
.p-toppage__facility__facilityItem a {
  display: block;
}
.p-toppage__facility__facilityItem a:hover {
  opacity: 0.8;
}
.p-toppage__facility__facilityItem a:hover .p-toppage__facility__facilityItem__bg::before {
  transform: scale(1.1);
}
.p-toppage__facility__facilityItem__image {
  height: 200px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  position: relative;
}
.p-toppage__facility__facilityItem__bg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-toppage__facility__facilityItem__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: transform 0.4s ease;
  z-index: -1;
}
.p-toppage__facility__facilityItem__bg.bg-image1::before {
  background: url(../../../images/facility_image1.jpg) center/cover no-repeat;
}
.p-toppage__facility__facilityItem__bg.bg-image2::before {
  background: url(../../../images/facility_image2.jpg) center/cover no-repeat;
}
.p-toppage__facility__facilityItem__bg.bg-image3::before {
  background: url(../../../images/facility_image3.jpg) center/cover no-repeat;
}
.p-toppage__facility__facilityItem__bg.bg-image4::before {
  background: url(../../../images/facility_image4.jpg) center/cover no-repeat;
}
.p-toppage__facility__facilityItem__bg.bg-image5::before {
  background: url(../../../images/facility_image5.jpg) center/cover no-repeat;
}
.p-toppage__facility__facilityItem__data {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}
.p-toppage__facility__facilityItem__name {
  font-weight: 600;
  margin-top: 16px;
}
.p-toppage__facility__facilityItem__adress {
  font-size: 1.4rem;
}
.p-toppage__facility__facilityItem__button {
  padding: 8px 16px;
  margin-bottom: 24px;
  border: 1px solid #144687;
  border-radius: 24px;
  color: #144687;
  font-size: 1.4rem;
}
.p-toppage__faq .accordion-001 {
  max-width: 800px;
  background-color: #ffffff;
  margin: 0 auto;
}
.p-toppage__faq .accordion-001:not([open]) {
  margin-bottom: 7px;
}
.p-toppage__faq .accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #ebebeb;
  color: #144687;
  font-weight: 600;
  cursor: pointer;
}
.p-toppage__faq .accordion-001 summary::-webkit-details-marker {
  display: none;
}
.p-toppage__faq .accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #144687;
  border-right: 3px solid #144687;
  content: "";
  transition: transform 0.3s;
}
.p-toppage__faq .accordion-001[open] summary::after {
  transform: rotate(225deg);
}
.p-toppage__faq .accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}
.p-toppage__faq .accordion-001[open] p {
  transform: none;
  opacity: 1;
}
.p-toppage__contact {
  background-image: url(../../../images/contact_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-toppage__contact__content {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
@media (max-width: 768px) {
  .p-toppage__contact__content {
    flex-direction: column;
    justify-content: center;
  }
}
.p-toppage__contact__content p {
  color: #fff;
  font-weight: 600;
  margin-bottom: -8px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-toppage__contact__content p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0;
  }
}
.p-toppage__contact__content h2 {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-toppage__contact__content h2 {
    font-size: 2.4rem;
  }
}
.p-toppage__contact__content a {
  padding: 16px 24px;
  color: #144687;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #fff;
  border-radius: 32px;
  transition: 0.3s;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-toppage__contact__content a {
    font-size: 1.6rem;
  }
}
.p-toppage__contact__content a:hover {
  color: #fff;
  background-color: #144687;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-bold {
  font-weight: bold;
}

.u-icon-left {
  margin-right: 10px;
}

.u-pc-none {
  display: none;
}
@media (max-width: 768px) {
  .u-pc-none {
    display: block;
  }
}

.u-sp-none {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */