.p-search__home_inner {
  margin: 0 auto;
}

.p-facility__tag {
  position: absolute;
  right: 1.5rem;
  top: -4.5rem;
  width: 9rem;
  height: 9rem;
  background: #d9673f;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 100;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-facility__tag {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-facility__tag {
    width: 13rem;
    height: 13rem;
    right: auto;
    left: 3rem;
    top: -6.5rem;
  }
}
.p-facility__tag span {
  line-height: 1.5;
  font-weight: 500;
}

.p-facility__archive {
  padding: 6rem 0 10rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-facility__archive {
    padding: 15.5rem 0 20rem;
  }
}

.p-facility__archive_list {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-facility__archive_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14rem 5.9%;
    padding: 0;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-facility__archive_item {
    width: 29.4%;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-facility__archive_item + .p-facility__archive_item {
    margin-top: 8rem;
  }
}

.p-mainv {
  position: relative;
}
.p-mainv::before {
  content: "";
  display: block;
  height: 15rem;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv::before {
    height: 34rem;
  }
}

.p-mainv__inner {
  position: relative;
  width: calc(100% - 2.75rem);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__inner {
    width: 91.7%;
  }
}

.p-mainv__main .swiper-slide img {
  aspect-ratio: 22/13;
}

.p-mainv__thumbnail {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__thumbnail {
    margin-top: 3.5rem;
  }
}
.p-mainv__thumbnail .swiper-slide {
  width: 18%;
  padding: 0 2% 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__thumbnail .swiper-slide {
    width: 9.9%;
    padding: 0 1.5rem 0 0;
  }
}
.p-mainv__thumbnail .swiper-slide img {
  aspect-ratio: 16/15;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__thumbnail .swiper-slide img:hover {
    opacity: 0.3;
  }
}

.p-about {
  padding: 7rem 0 8rem;
  margin-top: -7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about {
    padding: 13.8rem 0 12rem;
    margin-top: -13.8rem;
  }
}

.p-about__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__list {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-about__list {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1701px) {
  .p-about__list {
    padding-bottom: 14rem;
  }
}
.p-about__list.swiper {
  overflow: visible;
}
.p-about__list .swiper-wrapper {
  transition-timing-function: linear;
}
.p-about__list .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 0 1.35rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__list .swiper-slide {
    padding: 0 2rem;
  }
}
.p-about__list .p-location__home_img {
  overflow: hidden;
}
.p-about__list .p-location__home_img img {
  transition: 0.8s cubic-bezier(0, 0.39, 0.3, 1.03);
  aspect-ratio: 128/93;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__list .swiper-pagination {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
  bottom: 1.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__list .swiper-pagination {
    justify-content: flex-start;
    bottom: 5.5rem;
  }
}
.p-about__list .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 !important;
  background: rgba(0, 55, 83, 0.2);
}
.p-about__list .swiper-pagination-bullet-active {
  background: #003753;
}

.p-about__list_item {
  width: 100%;
  padding: 0 3rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__list_item {
    max-width: 86rem;
    padding: 0 3rem 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__list_item:first-child {
    margin-left: 0.9%;
  }
}
.p-about__list_item:last-child {
  /*max-width: calc(106rem + 2.8%); */
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__list_item:last-child {
    margin-right: 0.9%;
  }
}
@media screen and (min-width: 1081px) and (orientation: landscape) {
  .p-about__list_item {
    width: 38%;
  }
}
@media screen and (min-width: 1281px) {
  .p-about__list_item {
    width: 46%;
  }
}
@media screen and (min-width: 1441px) {
  .p-about__list_item {
    width: 50%;
  }
}
@media screen and (min-width: 1701px) {
  .p-about__list_item {
    width: 58%;
  }
}

.p-about__list_img img {
  aspect-ratio: 50/33;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 0.3rem;
}

.p-about__navi,
.p-features__navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 118%;
  margin: auto -9%;
  gap: 0 2.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__navi,
.p-features__navi {
    width: 114%;
    margin: auto -7%;
    top: 0;
    bottom: 0;
    gap: 0 5rem;
  }
}
.p-about__navi .swiper-pagination,
.p-features__navi .swiper-pagination {
  position: static;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
.p-about__navi .swiper-button-prev,
.p-features__navi .swiper-button-prev {
  position: static;
  -webkit-transform: translateY(0.7rem);
          transform: translateY(0.7rem);
}
.p-about__navi .swiper-button-next,
.p-features__navi .swiper-button-next {
  position: static;
  -webkit-transform: translateY(0.7rem) rotate(180deg);
          transform: translateY(0.7rem) rotate(180deg);
}
.p-about__navi .swiper-button-prev,
.p-about__navi .swiper-button-next,
.p-features__navi .swiper-button-prev,
.p-features__navi .swiper-button-next {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  text-indent: 300%;
  white-space: nowrap;
  text-indent: -10rem;
  outline: none;
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__navi .swiper-button-prev,
.p-about__navi .swiper-button-next,
.p-features__navi .swiper-button-prev,
.p-features__navi .swiper-button-next {
    width: 7rem;
    height: 7rem;
    bottom: 2rem;
  }
}
.p-about__navi .swiper-button-prev svg path,
.p-about__navi .swiper-button-next svg path,
.p-features__navi .swiper-button-prev svg path,
.p-features__navi .swiper-button-next svg path {
  fill: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__navi .swiper-button-prev:hover svg path,
.p-about__navi .swiper-button-next:hover svg path,
.p-features__navi .swiper-button-prev:hover svg path,
.p-features__navi .swiper-button-next:hover svg path {
    fill: #003753;
  }
  .p-about__navi .swiper-button-prev:hover svg path.arrow,
.p-about__navi .swiper-button-next:hover svg path.arrow,
.p-features__navi .swiper-button-prev:hover svg path.arrow,
.p-features__navi .swiper-button-next:hover svg path.arrow {
    stroke: #fff;
  }
}
.p-about__navi svg path,
.p-features__navi svg path {
  transition: 0.5s;
}

.p-about__navi {
  top: -45%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__navi {
    top: -36%;
  }
}
.p-about__navi .swiper-button-prev svg path,
.p-about__navi .swiper-button-next svg path {
  fill: #f2f0ed;
}

.p-about__list_title {
  font-size: 1.7rem;
  letter-spacing: 0.3em;
  margin: 1.5rem 0 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-about__list_title {
    font-size: 2.4rem;
    margin: 2rem 0 1rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-about__list_title {
    font-size: 2.8rem;
    margin: 3rem 0 2rem;
  }
}

.p-features {
  padding: 11rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features {
    padding: 22rem 0 0;
  }
}

.p-features__list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 0 2.75rem;
  padding: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__list {
    gap: 0 10rem;
    padding: 0;
  }
}
.p-features__list.swiper {
  overflow: visible;
}
.p-features__list .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__list .swiper-wrapper {
    margin-left: -9rem;
  }
}

.p-features__list_item {
  position: relative;
  width: 100%;
  border-right: 1px solid #ccc;
  padding: 0 2.75rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__list_item {
    width: 92%;
    display: flex;
    align-items: stretch;
    max-width: 125.5rem;
    justify-content: space-between;
    padding: 0 9rem;
  }
}
@media screen and (min-width: 1701px) {
  .p-features__list_item {
    width: 88.1%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__list_img {
    width: 52.6%;
  }
}
.p-features__list_img img {
  aspect-ratio: 660/480;
}

.p-features__list_detail {
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__list_detail {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    align-content: flex-end;
    right: 0;
    bottom: 0;
    width: 43.8%;
    height: 100%;
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__list_detail_inner {
    height: 100%;
  }
}

.p-features__list_number {
  width: 100%;
  font-size: 1.059em;
  letter-spacing: 0.3em;
  text-align: right;
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__list_number {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
  }
}

.p-features__list_title {
  font-size: 1.7rem;
  letter-spacing: 0.3em;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__list_title {
    font-size: 3rem;
  }
}

.p-features__list_text {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-features__list_text {
    width: 76.4%;
    margin-top: 3.5rem;
  }
}

.p-blog {
  padding: 12rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-blog {
    padding: 24rem 0 0;
  }
}

.p-overview {
  padding: 8rem 0 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-overview {
    padding: 19rem 0 15.5rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-overview__inner {
    display: flex;
    justify-content: space-between;
  }
}

.p-overview__map {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-overview__map {
    width: 53.8%;
    margin-top: 0;
    order: 1;
  }
}
.p-overview__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-overview__contents {
    width: 38.5%;
    padding-top: 4rem;
    order: 2;
  }
}
.p-overview__contents dl {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-overview__contents dl {
    padding: 3rem 0;
  }
}
.p-overview__contents dl dt span,
.p-overview__contents dl dd span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-overview__contents dl dt {
  width: 27%;
  border-right: 1px solid #ccc;
}
.p-overview__contents dl dd {
  padding-left: 11.8%;
  flex: 1;
}