.p-about_top_inner {
  padding: 2.7rem 0 9.3rem;
}

.p-about_top_content {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 1024px) {
  .p-about_top_content {
    flex-direction: column-reverse;
  }
}

.p-about_top_content_img {
  min-width: 57.5rem;
}
@media screen and (max-width: 1024px) {
  .p-about_top_content_img {
    width: 100%;
    min-width: unset;
  }
}

.p-about_top_content_text p {
  line-height: 2;
}
.p-about_top_content_text p:first-of-type {
  margin-top: 1.6rem;
}

.p-about_ttl {
  font-size: 2.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.p-about_feature_inner {
  padding: 8rem 0 13rem;
}

.about-feature {
  margin-top: 8rem;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
}

.about-feature_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .about-feature_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-feature_list li {
  padding: 5.8rem 4rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #565656;
}
.about-feature_list li:last-child {
  border-right: 1px solid #565656;
}
@media screen and (max-width: 1024px) {
  .about-feature_list li {
    padding: 4.8rem 3rem 4rem;
    border-right: 1px solid #565656;
    position: relative;
  }
  .about-feature_list li:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    background-color: #565656;
  }
}
@media screen and (max-width: 768px) {
  .about-feature_list li {
    padding: 4.8rem 2rem 5rem;
  }
}

.about-feature_num {
  font-weight: 100;
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .about-feature_num {
    font-size: 2.3rem;
  }
}

.about-feature_img {
  height: 20rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  .about-feature_img {
    height: 15rem;
  }
}
@media screen and (max-width: 1024px) {
  .about-feature_img img {
    width: 80%;
  }
}

.about-feature_ttl {
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .about-feature_ttl {
    font-size: 1.8rem;
  }
}

.about-feature_text {
  line-height: 2;
  margin-top: 2rem;
}

.p-about_tipsBox {
  margin-top: 7.5rem;
}
.p-about_tipsBox .p-about_tips:not(:first-child) {
  margin-top: 3.3rem;
}

.p-about_tips.c-page_tips {
  justify-content: space-between;
}
.p-about_tips .c-page_tips_ttl {
  font-size: 2.2rem;
}
.p-about_tips .c-page_tips_text {
  max-width: 88rem;
}
.p-about_tips .c-page_tips_text p:not(:first-child) {
  margin-top: 1.7rem;
}

.p-about_tips_ttl {
  margin-top: 4.1rem;
}

.p-about_facility {
  padding: 8.4rem 0;
}

.p-about_facility_content {
  margin-top: 7.7rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .p-about_facility_content {
    margin-top: 3.7rem;
  }
}

.p-about_img_list {
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-about_img_list {
    flex-direction: column;
  }
}
.p-about_img_list li {
  width: 42rem;
}
@media screen and (max-width: 768px) {
  .p-about_img_list li {
    width: 100%;
  }
}
.p-about_img_list .p-about_image {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-about_img_list .p-about_image figcaption {
  margin-top: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-about_img_list .p-about_image figcaption {
    font-size: 1.4rem;
  }
}