.introSect {
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.introSect__inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .introSect__inner {
    display: flex;
    gap: 6rem;
    max-width: 120rem;
    padding: 12rem 0 20rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__inner {
    display: flex;
    flex-direction: column;
    padding: 6rem 2.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .introSect__head {
    align-self: center;
    flex-shrink: 0;
    order: 1;
    width: 58rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__head {
    order: 1;
  }
}
.introSect__head .headingCombi {
  text-align: left;
}
.introSect__head .heading {
  color: #2d76a9;
}
@media screen and (min-width: 768px) {
  .introSect__head .heading {
    font-size: 3.6rem;
    letter-spacing: 0;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .introSect__head .heading {
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .introSect__head .headingCombi__txt {
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 2.4;
  }
}
@media screen and (max-width: 767px) {
  .introSect__head .headingCombi__txt {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.4;
  }
}
.introSect__cont {
  position: relative;
}
@media screen and (min-width: 768px) {
  .introSect__cont {
    flex-shrink: 0;
    height: 57rem;
    order: 0;
    width: 56.6rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__cont {
    order: 0;
  }
}
.introSect__visual .photo__image {
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .introSect__visual:nth-child(1) {
    left: 0;
    position: absolute;
    top: 0;
    width: 49.6rem;
  }
}
@media screen and (max-width: 767px) {
  .introSect__visual:nth-child(1) {
    width: 34.2rem;
  }
}
@media screen and (min-width: 768px) {
  .introSect__visual:nth-child(2) {
    left: 23.8rem;
    position: absolute;
    top: 35.1rem;
    width: 32.8rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .introSect__visual:nth-child(2) {
    margin-left: auto;
    margin-top: 2.2rem;
    width: 20rem;
  }
}

.pointSect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pointSect {
    max-width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .pointSect {
    padding: 0 1.1rem;
  }
}
.pointSect__head {
  text-align: center;
}
.pointSect__head .sectTtl--main .sectTtl__en {
  font-family: "EB Garamond Variable", georgia, serif;
}
@media screen and (min-width: 768px) {
  .pointSect__head .sectTtl--main .sectTtl__en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .pointSect__head .sectTtl--main .sectTtl__en {
    font-size: 4.4rem;
  }
}
.pointSect__head .heading {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .pointSect__head .heading {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pointSect__head .heading {
    font-size: 2.8rem;
    margin-top: 3rem;
  }
}
.pointSect__head .headingCombi__txt {
  color: #231815;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .pointSect__head .headingCombi__txt {
    letter-spacing: 0.08em;
    margin: 4rem auto 0;
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .pointSect__head .headingCombi__txt {
    letter-spacing: 0;
    margin-top: 3rem;
  }
}
.pointSect__cont {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pointSect__cont {
    align-items: center;
    display: flex;
    gap: 4rem;
    margin-top: 8rem;
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .pointSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .pointSect__visual {
    flex-shrink: 0;
    width: 46rem;
  }
}
.pointSect__visual .photo__image {
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .pointSect__visual--reverse {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .pointSect__txt {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .pointSect__txt {
    margin-top: 2rem;
  }
}
.pointSect__ttl {
  color: #2d76a9;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .pointSect__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pointSect__ttl {
    font-size: 2rem;
  }
}
.pointSect__divider {
  background-color: #e1e1e1;
  border: 0;
  height: 1px;
  margin: 1.4rem 0;
}
.pointSect__dist {
  color: #666;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.pointSect__desc {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pointSect__desc {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .pointSect__desc + .generalBtn {
    margin-top: 2rem;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .pointSect__desc + .generalBtn {
    margin: 2rem auto 0;
    width: 18rem;
  }
}
.pointSect__cards {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pointSect__cards {
    gap: 2.4rem;
    margin-top: 4rem;
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .pointSect__cards {
    flex-wrap: wrap;
    gap: 1.6rem;
    justify-content: center;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .pointSect__card {
    flex: 0 0 calc((100% - 4.8rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .pointSect__card {
    flex: 0 0 calc((100% - 1.6rem) / 2);
  }
}
.pointSect__cardVisual .photo__image {
  aspect-ratio: 317/238;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.pointSect__cardName {
  color: #333;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.8rem;
  text-align: left;
}
.pointSect__listArea {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pointSect__listArea {
    margin-top: 6rem;
    max-width: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .pointSect__listArea {
    margin-top: 4rem;
  }
}

.facilityList {
  background: linear-gradient(to left, #DDEEF5 0%, #F5F9FA 100%);
}
@media screen and (min-width: 768px) {
  .facilityList {
    padding: 6rem 6rem 8.7rem;
  }
}
@media screen and (max-width: 767px) {
  .facilityList {
    padding: 3rem 2.4rem 6rem;
  }
}
.facilityList__ttl {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .facilityList__ttl {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .facilityList__ttl {
    padding-bottom: 1rem;
  }
}
.facilityList__ttlTxt {
  color: #2d76a9;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .facilityList__ttlTxt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .facilityList__ttlTxt {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.facilityList__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .facilityList__cont {
    gap: 2.4rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .facilityList__cont {
    gap: 1.6rem;
    margin: 3.4rem 0.8rem 0;
  }
}
.facilityList__card {
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .facilityList__card {
    flex: 0 0 calc((100% - 4.8rem) / 3);
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .facilityList__card {
    padding: 2.4rem 2rem;
  }
}
.facilityList__label {
  background-color: #7bbecc;
  border-radius: 0.4rem;
  color: #fff;
  display: inline-block;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  padding: 0.8rem 1.2rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .facilityList__label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .facilityList__label {
    font-size: 1.4rem;
  }
}
.facilityList__desc {
  color: #333;
  display: block;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.2rem;
}
.facilityList__note {
  color: #666;
  font-family: "Shippori Mincho B1", "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2rem;
  text-align: left;
}
.facilityList:first-child {
  border-radius: 1rem 1rem 0 0;
}
.facilityList:not(:first-child) {
  border-radius: 0 0 1rem 1rem;
  margin-top: 0.4rem;
}

@media screen and (min-width: 768px) {
  .child-intro {
    margin-top: -2rem;
  }
}

.child-waveDeco {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .child-waveDeco {
    max-width: 120rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .child-waveDeco {
    padding: 4rem 1.3rem 0;
  }
}
.child-waveDeco img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .child-waveDeco img {
    max-width: 120rem;
  }
}

.child-point1 {
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .child-point1 {
    max-width: 120rem;
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .child-point1 {
    margin: 0 1.3rem;
    padding: 4rem 0 0;
  }
}

.child-point2 {
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .child-point2 {
    max-width: 120rem;
    padding: 12rem 0;
  }
}
@media screen and (max-width: 767px) {
  .child-point2 {
    margin: 0 1.3rem;
    padding: 8rem 0;
  }
}
/*# sourceMappingURL=style.css.map */
