.p-mainv {
  position: relative;
}
.p-mainv .swiper {
  overflow: visible;
}
.p-mainv .swiper-pagination {
  height: 3rem;
  bottom: -3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-mainv .swiper-pagination {
    height: 6rem;
    bottom: -6rem;
  }
}
.p-mainv .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.8rem;
  background: rgba(44, 85, 132, 0.2);
  transition: 0.3s;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-mainv .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 1.2rem;
  }
}
.p-mainv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2c5584;
  width: 0.9rem;
  height: 0.9rem;
}
@media screen and (min-width: 769px) {
  .p-mainv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.p-mainv__contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.p-mainv__contents .l-container {
  height: 100%;
}

.p-mainv__contents_inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-mainv__title {
  color: #2c5584;
  font-size: 5rem;
  width: 100%;
}
.p-mainv__title img {
  width: 85.7%;
}
@media screen and (min-width: 769px) {
  .p-mainv__title img {
    width: 39.7%;
  }
}
.p-mainv__title .__subtitle {
  display: block;
  font-size: 1.25rem;
  margin-top: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-mainv__title .__subtitle {
    font-size: 1.8rem;
    margin-top: 3.5rem;
  }
}

.p-mainv__news {
  position: absolute;
  left: 0;
  bottom: 3rem;
  background: #fff;
  width: 76.2%;
}
@media screen and (min-width: 769px) {
  .p-mainv__news {
    width: 29.8%;
    bottom: 4rem;
  }
}

.p-mainv__news_item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 0.4rem solid #6c95c5;
  padding: 0.5rem 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-mainv__news_item a {
    padding: 1.5rem 1.5rem;
    border-left: 0.6rem solid #6c95c5;
  }
}
.p-mainv__news_item a svg {
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.3s;
  width: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-mainv__news_item a svg {
    right: 2rem;
    width: 1.7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-mainv__news_item a:hover {
    color: #222;
  }
  .p-mainv__news_item a:hover svg {
    right: 1.4rem;
  }
}
.p-mainv__news_item + .p-mainv__news_item {
  border-top: 1px solid #e5e5e5;
}

.p-mainv__news_date {
  color: #999;
  font-size: 1rem;
  min-width: 7.1rem;
}
@media screen and (min-width: 769px) {
  .p-mainv__news_date {
    font-size: 1.2rem;
    min-width: 8rem;
  }
}

.p-mainv__news_title {
  font-size: 1.1rem;
  width: calc(100% - 6.1rem);
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-mainv__news_title {
    font-size: 1.4rem;
    width: calc(100% - 12rem);
  }
}

.p-mainv__consultation {
  position: absolute;
  right: 0;
  bottom: 0rem;
}
@media screen and (max-width: 768px) {
  .p-mainv__consultation {
    width: 95.7%;
    transform: translateX(calc(100% - 3.5rem));
    transition: 0.5s;
    bottom: 3rem;
  }
}
.p-mainv__consultation.is_active {
  transform: translateX(0);
}
.p-mainv__consultation.is_active .c-table__consultation_title {
  height: 100%;
  padding: 0 2.1rem;
  background-image: url("../img/common/sp/bg_consultation_active.svg");
}
@media screen and (max-width: 768px) {
  .p-mainv__consultation .c-table__consultation {
    padding-left: 3.5rem;
  }
  .p-mainv__consultation .c-table__consultation table thead th {
    padding-top: 1rem;
  }
  .p-mainv__consultation .c-table__consultation table tbody th:first-child {
    width: 15%;
  }
  .p-mainv__consultation .c-table__consultation table tbody th:first-child span {
    line-height: 1.2;
  }
  .p-mainv__consultation .c-table__consultation .__small .active {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mainv__consultation .c-table__consultation_title {
    font-size: 0;
    width: 3.5rem;
    position: absolute;
    left: 0;
    height: 100%;
    transition: 0.3s;
    top: auto;
    bottom: 0;
    padding: 0 1.75rem;
    height: 9rem;
    background: url("../img/common/sp/bg_consultation.svg") no-repeat top right/auto 100%;
  }
}

.p-about {
  position: relative;
  padding: 6.5rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .p-about {
    padding: 12rem 0 0;
  }
}

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

.p-about__img {
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (min-width: 769px) {
  .p-about__img {
    width: 50%;
    margin-top: 0;
  }
}
.p-about__img figure:first-child {
  width: 82.4%;
}
@media screen and (min-width: 769px) {
  .p-about__img figure:first-child {
    width: 71.1%;
    transform: translateY(-4rem);
  }
}
.p-about__img figure:last-of-type {
  width: 52.6%;
  margin: 0 0 0 auto;
  transform: translateY(-6rem);
}
@media screen and (min-width: 769px) {
  .p-about__img figure:last-of-type {
    width: 58.6%;
    transform: translateY(-13rem);
  }
}
@media screen and (max-width: 768px) {
  .p-about__img .c-btn {
    margin-top: -1rem;
  }
}

@media screen and (min-width: 769px) {
  .p-about__detail {
    width: 50%;
  }
}

.p-about__title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  font-size: 2.24rem;
  color: #2c5584;
  line-height: 1.65;
}
@media screen and (min-width: 769px) {
  .p-about__title {
    font-size: 3.2rem;
  }
}

.p-about__text {
  margin: 3.5rem 0 3rem;
}
@media screen and (min-width: 769px) {
  .p-about__text {
    margin: 4rem 0 7.5rem;
  }
}

.p-about__deco {
  position: absolute;
  width: 188.1%;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .p-about__deco {
    width: 81.7%;
  }
}
.p-about__deco.__01 {
  top: 48.5%;
  left: 50.7%;
}
@media screen and (min-width: 769px) {
  .p-about__deco.__01 {
    left: auto;
    top: 20%;
    right: -53%;
  }
}
.p-about__deco.__02 {
  transform: rotate(4.52deg);
  bottom: 8%;
  left: -77%;
}
@media screen and (min-width: 769px) {
  .p-about__deco.__02 {
    bottom: 15%;
    left: -17%;
  }
}

.p-menu {
  position: relative;
  padding: 13rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .p-menu {
    padding: 10.5rem 0 9rem;
  }
}
@media screen and (max-width: 768px) {
  .p-menu .l-container,
.p-menu .p-menu__category_item_inner {
    position: static;
  }
}

.p-menu__category_item {
  position: relative;
}
.p-menu__category_item + .p-menu__category_item {
  margin-top: 7.5rem;
}
@media screen and (min-width: 769px) {
  .p-menu__category_item + .p-menu__category_item {
    margin-top: 7rem;
  }
}
.p-menu__category_item:first-child .p-menu__category_img {
  width: 87%;
  max-height: 120rem;
}
.p-menu__category_item:nth-child(2) .p-menu__category_detail {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-menu__category_item:nth-child(2) .p-menu__category_detail {
    width: 67%;
  }
}
.p-menu__category_item:nth-child(2) .p-menu__category_img {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) {
  .p-menu__category_item:nth-child(2) .p-menu__category_img {
    position: absolute;
    margin: 0;
    left: auto;
    right: 0;
    top: 0;
    transform-origin: right top;
    width: 75%;
    max-height: 133rem;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__category_item:nth-child(2) .p-menu__category_detail_message {
    top: -5.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-menu__category_item:nth-child(2) .p-menu__category_detail_message {
    left: auto;
    right: -6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-menu__category_item:nth-child(3) .p-menu__category_img {
    width: 65%;
    max-height: 140rem;
  }
}
@media screen and (min-width: 769px) {
  .p-menu__category_item:nth-child(3) .p-menu__category_detail {
    width: 67.3%;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__category_item:nth-child(3) .p-menu__category_detail_message {
    top: -5.4rem;
  }
}

.p-menu__category_item_inner {
  position: relative;
}

.p-menu__category_detail {
  margin: 0 0 0 auto;
  padding: 2.5rem 0 3rem;
}
@media screen and (min-width: 769px) {
  .p-menu__category_detail {
    width: 50%;
    padding: 4rem 0 6rem;
    margin: 0 0 0 auto;
  }
}

.p-menu__category_detail_title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 2.5rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .p-menu__category_detail_title {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-menu__category_img {
    width: 90.7%;
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-menu__category_img {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0.5);
    transform-origin: left top;
  }
}
.p-menu__category_img img {
  object-fit: cover;
  height: 100%;
}

.p-menu__category_detail_message {
  position: absolute;
  width: 7rem;
  top: -6rem;
}
@media screen and (max-width: 768px) {
  .p-menu__category_detail_message {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-menu__category_detail_message {
    left: -6rem;
    top: -4.6rem;
  }
}

.p-facility {
  padding: 12rem 0 6rem;
  background: url("../img/home/facility.webp") no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .p-facility {
    padding: 8rem 0;
  }
}

.p-facility__contents {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding: 3.5rem 2.6rem 4rem;
}
@media screen and (min-width: 769px) {
  .p-facility__contents {
    padding: 3rem 4rem;
    width: 53.6%;
    flex-wrap: nowrap;
    gap: 3rem;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-facility__contents .c-btn {
    width: 100%;
  }
}

.p-facility__title {
  width: 5.9rem;
  padding-left: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .p-facility__title {
    width: 7.2rem;
    margin-top: 0;
  }
}

.p-facility__detail {
  flex: 1;
}
.p-facility__detail .c-btn {
  margin-top: 3rem;
}

.p-first {
  position: relative;
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .p-first {
    padding: 10rem 0;
  }
}
.p-first .c-btn {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .p-first .c-btn {
    margin-top: 4rem;
  }
}

.p-first__tip {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  width: 12.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-first__tip {
    width: 17.5rem;
    top: -4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-first__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}

.p-first__header {
  width: 18.35rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-first__header {
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-first__detail {
    width: 67.3%;
  }
}

.p-first__img {
  width: 11.75rem;
  margin: 1.4rem auto 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-first__img {
    width: 16.8rem;
    margin: 2.5rem 0 0;
  }
}

.p-news {
  padding: 6rem 0 6.5rem;
}
@media screen and (min-width: 769px) {
  .p-news {
    padding: 10rem 0;
  }
}

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

.p-news__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-news__header {
    width: 32%;
    display: block;
  }
}

.p-news__title {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  color: #2c5584;
}
@media screen and (min-width: 769px) {
  .p-news__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-news__archive_list {
    width: 67.3%;
  }
}

.p-access {
  position: relative;
  padding: 5.5rem 0 6rem;
}
@media screen and (min-width: 769px) {
  .p-access {
    padding: 10.5rem 0 8rem;
  }
}

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

@media screen and (min-width: 769px) {
  .p-access__contents {
    width: 38.6%;
  }
}

.p-access__clinic {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-access__clinic {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.p-access__address {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-access__address {
    font-size: 1.8rem;
  }
}

.p-access__list {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-access__list {
    margin-top: 3rem;
  }
}
.p-access__list dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 0;
}
.p-access__list dl + dl {
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 769px) {
  .p-access__list dl {
    gap: 1.6rem;
    padding: 1rem 0;
  }
}
.p-access__list dl dt {
  width: 2.7rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-access__list dl dt {
    width: 3.2rem;
  }
}
.p-access__list dl dd {
  flex: 1;
  line-height: 1.6;
}
.p-access__list dl dd span {
  line-height: 1.6;
}

.p-access__map {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-access__map {
    width: 55.8%;
    margin-top: 0;
  }
}

.p-access__map_frame {
  border: 0.7rem solid #fff;
  margin-bottom: 0.4rem;
  height: 20rem;
}
@media screen and (min-width: 769px) {
  .p-access__map_frame {
    border: 1rem solid #fff;
    height: 33rem;
    margin-bottom: 0.8rem;
  }
}
.p-access__map_frame iframe {
  width: 100%;
  height: 100%;
}

.p-access__map_link {
  text-align: right;
}
.p-access__map_link a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #2c5584;
}
.p-access__map_link a svg {
  width: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-access__map_link a svg {
    width: 1.8rem;
  }
}