header nav ul li.facilities {
  border-bottom: 2px solid #fff;
}

.titleArea {
  background-image: url(../images/mainimg.jpg);
}

.aboutArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 70px 0 0 max(2.5vw, 20px);
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .aboutArea {
    padding-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .aboutArea {
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 668px) {
  .aboutArea {
    padding: 40px max(5vw, 20px) 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea {
    padding-top: 23px;
  }
}
.aboutArea .photo {
  width: 50%;
}
@media screen and (max-width: 668px) {
  .aboutArea .photo {
    width: 100%;
  }
}
.aboutArea .text {
  width: 50%;
  padding: 0 max(5vw, 20px);
}
@media screen and (max-width: 668px) {
  .aboutArea .text {
    width: 100%;
    padding: 20px 0 0;
  }
}
.aboutArea .text h3 {
  font-size: 5rem;
}
@media screen and (max-width: 1200px) {
  .aboutArea .text h3 {
    font-size: clamp(35px, 4.1666666667vw, 100px);
  }
}
.aboutArea .text h3 {
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .aboutArea .text h3 {
    margin-bottom: 20px;
  }
}
.aboutArea .text > p {
  line-height: 220%;
}
@media screen and (max-width: 960px) {
  .aboutArea .text > p {
    line-height: 170%;
  }
}

.listArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .listArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.listArea {
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .listArea {
    padding-bottom: 40px;
  }
}
.listArea > section {
  width: calc(33.3333333333% - 28px);
}
@media screen and (max-width: 960px) {
  .listArea > section {
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea > section {
    width: 100%;
  }
}
.listArea > section {
  margin-bottom: 40px;
}
.listArea > section:not(:nth-child(3n+1)) {
  margin-left: 42px;
}
@media screen and (max-width: 960px) {
  .listArea > section:not(:nth-child(3n+1)) {
    margin-left: 18px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .listArea > section:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
.listArea > section .photo {
  margin-bottom: 10px;
}
.listArea .other {
  width: 100%;
  text-align: right;
}