.p-top-visual {
  position: relative;
}
@media (max-width: 767px) {
  .p-top-visual {
    margin-top: 80px;
    padding-bottom: 20%;
    background: #f3f8ee;
  }
}
.p-top-visual__swiper {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-visual__swiper img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-visual__swiper .swiper-pagination {
  padding-bottom: 120px;
}
.p-top-visual__swiper .swiper-pagination-bullet {
  width: 70px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-top-visual__swiper .swiper-pagination-bullet {
    width: 35px;
    height: 2px;
  }
}
.p-top-visual__swiper .swiper-pagination-bullet-active {
  background: #0050ad;
}
@media (max-width: 767px) {
  .p-top-visual__swiper .swiper-pagination {
    padding-bottom: 5px;
    bottom: -30px;
  }
}
.p-top-visual__inner {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-top-visual__inner {
    justify-content: flex-start;
    top: 39%;
  }
}
.p-top-visual__title {
  width: 672px;
  margin-left: 64px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-top-visual__title {
    width: 250px;
    margin-left: 10px;
  }
}
.p-top-visual__note {
  margin: 0;
  margin-left: 64px;
  margin-bottom: 30px;
  color: #0050ad;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-top-visual__note {
    display: none;
  }
}
.p-top-visual__info {
  margin: 0;
  margin-left: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-visual__info {
    margin-left: 10px;
  }
}
.p-top-visual__info img:nth-child(1) {
  width: 166px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .p-top-visual__info img:nth-child(1) {
    width: 83px;
    margin-right: 10px;
  }
}
.p-top-visual__info img:nth-child(2) {
  width: 331px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-top-visual__info img:nth-child(2) {
    width: 165.5px;
  }
}

.p-top-intro-news {
  position: relative;
  background: #f3f8ee;
  margin: 0;
  padding-top: 45px;
  padding-bottom: 200px;
}
.p-top-intro-news .l-content {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-intro-news .l-content {
    display: block;
  }
}
.p-top-intro-news__left {
  width: 45%;
}
@media (max-width: 767px) {
  .p-top-intro-news__left {
    width: 100%;
    margin-bottom: 35px;
  }
}
.p-top-intro-news__right {
  width: 47%;
}
@media (max-width: 767px) {
  .p-top-intro-news__right {
    width: 100%;
  }
}
.p-top-intro-news__right img {
  border-radius: 30px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.p-top-intro-news__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-top-intro-news__title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-top-intro-news__title > img {
    transform: scale(0.7);
    transform-origin: left center;
  }
}
.p-top-intro-news__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 234px;
  bottom: 0;
  background: url(../img/top/top-intro-news-title-stick.svg) 0 0 no-repeat;
  background-size: contain;
  width: 124px;
  height: 70px;
}

.p-top-clinic {
  margin: 0;
  padding-bottom: 250px;
  position: relative;
  background: url(../img/top/top-clinic-bg.png) 0 0 repeat;
  background-size: 10px 10.5px;
}
.p-top-clinic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -155px;
  height: 155px;
  background: url(../img/top/top-clinic-top.png) center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top-clinic::before {
    background-size: 200% 100%;
  }
}
.p-top-clinic::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/top/p-clinic-bottom.png) center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 227px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-top-clinic::after {
    background-size: 200% 100%;
  }
}
.p-top-clinic__title {
  text-align: center;
  margin: 0 auto 130px;
  width: 280px;
}
@media (max-width: 767px) {
  .p-top-clinic__title {
    width: 196px;
    margin-bottom: 35px;
  }
}
.p-top-clinic .l-content {
  max-width: 1160px;
}
.p-top-clinic .c-btn--green {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .p-top-clinic .c-btn--green {
    font-size: 3rem;
  }
}
.p-top-clinic .c-btn--pink {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .p-top-clinic .c-btn--pink {
    font-size: 3rem;
  }
}
.p-top-clinic__stick-1 {
  position: absolute;
  left: 0;
  top: -150px;
  background: url(../img/p-top-clinic__stick-1.png) 0 0 no-repeat;
  background-size: contain;
  width: 350px;
  height: 130px;
}
@media (max-width: 767px) {
  .p-top-clinic__stick-1 {
    width: 175px;
    height: 65px;
  }
}
.p-top-clinic__stick-2 {
  position: absolute;
  right: 0;
  top: 0px;
  background: url(../img/p-top-clinic__stick-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 262px;
  height: 213.5px;
}
@media (max-width: 767px) {
  .p-top-clinic__stick-2 {
    width: 131px;
    height: 106.5px;
    top: -70px;
  }
}

.p-top-point {
  position: relative;
  background: #36bd92;
  padding-top: 1px;
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  .p-top-point {
    padding-bottom: 110px;
  }
}
.p-top-point .l-content {
  padding-top: 100px;
}
.p-top-point .l-content::before {
  content: "";
  display: block;
  position: absolute;
  left: 100px;
  top: -200px;
  background: url(../img/top/p-top-point-stick-1.svg) 0 0 no-repeat;
  background-size: contain;
  width: 278px;
  height: 192px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-top-point .l-content::before {
    width: 139px;
    height: 96px;
    top: -150px;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .p-top-point .l-content {
    padding-top: 0;
  }
}
.p-top-point__main-title {
  width: 576px;
  margin: 0 auto 50px;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-point__main-title {
    width: 320px;
    margin-top: -70px;
    z-index: 3;
  }
}
.p-top-point__main-title::before {
  content: "";
  display: block;
  position: absolute;
  left: -280px;
  top: -80px;
  background: url(../img/top/p-top-point__main-title-l.svg) 0 0 no-repeat;
  background-size: contain;
  width: 265px;
  height: 195px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-top-point__main-title::before {
    width: 130px;
    height: 95px;
  }
}
.p-top-point__main-title::after {
  content: "";
  display: block;
  position: absolute;
  right: -340px;
  top: -120px;
  background: url(../img/top/p-top-point__main-title-r.svg) 0 0 no-repeat;
  background-size: contain;
  width: 381px;
  height: 250px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-top-point__main-title::after {
    width: 190px;
    height: 125px;
  }
}
.p-top-point__lead {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-top-point__lead {
    text-align: left;
  }
}
.p-top-point__list {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .p-top-point__list {
    margin-top: 50px;
  }
}
.p-top-point__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .p-top-point__item {
    display: block;
    margin-bottom: 50px !important;
  }
}
.p-top-point__pic {
  width: 550px;
  flex-shrink: 0;
  position: relative;
}
.p-top-point__pic img {
  position: relative;
  z-index: 6;
}
@media (max-width: 767px) {
  .p-top-point__pic {
    width: 100%;
  }
}
.p-top-point__content {
  width: calc(100% - 600px);
}
@media (max-width: 767px) {
  .p-top-point__content {
    width: 100%;
  }
}
.p-top-point__content p {
  color: white;
  text-align: left;
  font-size: 2rem;
}
.p-top-point__point-title {
  color: white;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 4.2rem;
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.p-top-point__point-title img {
  width: 100px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .p-top-point__point-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top-point__point-title img {
    width: 70px;
    margin-right: 15px;
  }
}
.p-top-point__item--reverse .p-top-point__pic {
  order: 2;
}
.p-top-point__item--reverse .p-top-point__content {
  order: 1;
}
.p-top-point__item:nth-child(1) .p-top-point__pic:before {
  content: "";
  display: block;
  position: absolute;
  left: -203px;
  top: -230px;
  background: url(../img/top/dot-1.svg) 0 0 no-repeat;
  background-size: contain;
  width: 278px;
  height: 422px;
}
@media (max-width: 767px) {
  .p-top-point__item:nth-child(1) .p-top-point__pic:before {
    display: none;
  }
}
.p-top-point__item:nth-child(1) .p-top-point__pic:after {
  content: "";
  display: block;
  position: absolute;
  right: -555px;
  bottom: -148px;
  background: url(../img/top/dot-2.svg) 0 0 no-repeat;
  background-size: contain;
  width: 697px;
  height: 265px;
}
@media (max-width: 767px) {
  .p-top-point__item:nth-child(1) .p-top-point__pic:after {
    display: none;
  }
}
.p-top-point__item:nth-child(2) .p-top-point__pic:after {
  content: "";
  display: block;
  position: absolute;
  left: -385px;
  bottom: -169px;
  background: url(../img/top/dot-3.svg) 0 0 no-repeat;
  background-size: contain;
  width: 742px;
  height: 309px;
}
@media (max-width: 767px) {
  .p-top-point__item:nth-child(2) .p-top-point__pic:after {
    display: none;
  }
}
.p-top-point__item:nth-child(3) .p-top-point__pic:after {
  content: "";
  display: block;
  position: absolute;
  left: -134px;
  bottom: -253px;
  background: url(../img/top/dot-4.svg) 0 0 no-repeat;
  background-size: contain;
  width: 461px;
  height: 331px;
}
@media (max-width: 767px) {
  .p-top-point__item:nth-child(3) .p-top-point__pic:after {
    display: none;
  }
}

.p-top-news {
  position: relative;
  background: #097ed2;
  padding-bottom: 420px;
}
@media (max-width: 767px) {
  .p-top-news {
    padding-bottom: 210px;
  }
}
.p-top-news::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -454px;
  background: url(../img/top/p-top-news-top.png) center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 454px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-top-news::before {
    top: -227px;
    height: 227px;
    background-size: 200% 100%;
  }
}
.p-top-news .l-content {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 118px; */
  display: flex;
  justify-content: space-between;
}
.p-top-news .l-content > div {
  width: 48%;
}
@media (max-width: 767px) {
  .p-top-news .l-content {
    /* display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px; */
    display: block;
  }
  .p-top-news .l-content > div {
    width: 100%;
  }
  .p-top-news .l-content > .p-top-news__left {
    margin-bottom: 50px;
  }
}
.p-top-news__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-top-news__title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-top-news__title img {
    transform: scale(0.7);
    transform-origin: left top;
  }
}
.p-top-news .c-btn {
  margin-top: 44px;
}
.p-top-news__stick-1 {
  background: url(../img/top/p-top-news-stick-1.svg) 0 0 no-repeat;
  background-size: contain;
  width: 114px;
  height: 121.5px;
  position: absolute;
  right: 50px;
  top: -150px;
  z-index: 3;
}

.p-top-treat {
  position: relative;
  background: #baebad;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-top-treat {
    padding-top: 100px;
    padding-bottom: 10px;
  }
}
.p-top-treat::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -313px;
  background: url(../img/top/p-top-treat-top.png) center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 314px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-top-treat::before {
    top: -155.5px;
    background-size: 200% 100%;
    height: 156.5px;
  }
}
.p-top-treat::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -193px;
  background: url(../img/top/p-top-treat-bottom.png) center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 193px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-top-treat::after {
    background-size: 200% 100%;
  }
}
.p-top-treat__box {
  background: url(../img/top/p-top-treat-bg.png) 0 0 repeat;
  background-size: 25px 25px;
  border-radius: 80px;
  padding: 130px;
  position: relative;
  margin-top: -150px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-top-treat__box {
    border-radius: 40px;
    padding: 20px;
    margin-top: -75px;
  }
}
.p-top-treat__title {
  width: 489px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .p-top-treat__title {
    width: 260px;
    margin-bottom: 20px;
  }
}
.p-top-treat__lead {
  text-align: center;
  color: #133e70;
  line-height: 150%;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-top-treat__lead {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-top-treat__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 10px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-top-treat__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-treat__item {
  position: relative;
}
.p-top-treat__item:nth-child(1) .p-top-treat__pic {
  width: 172px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(1) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(2) .p-top-treat__pic {
  width: 175.5px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(2) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(3) .p-top-treat__pic {
  width: 172px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(3) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(4) .p-top-treat__pic {
  width: 172px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(4) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(5) .p-top-treat__pic {
  width: 173.5px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(5) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(6) .p-top-treat__pic {
  width: 171px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(6) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(7) .p-top-treat__pic {
  width: 168px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(7) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(8) .p-top-treat__pic {
  width: 168px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(8) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(9) .p-top-treat__pic {
  width: 168px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(9) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(10) .p-top-treat__pic {
  width: 168px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(10) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(11) .p-top-treat__pic {
  width: 168px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(11) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__item:nth-child(12) .p-top-treat__pic {
  width: 168px;
}
@media (max-width: 767px) {
  .p-top-treat__item:nth-child(12) .p-top-treat__pic {
    width: auto;
    max-width: 150px;
    transform: scale(0.7);
    transform-origin: center center;
  }
}
.p-top-treat__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #133e70;
  transition: 0.3s ease;
}
.p-top-treat__link:hover {
  opacity: 0.7;
}
.p-top-treat__pic {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 186px;
}
@media (max-width: 767px) {
  .p-top-treat__pic {
    height: 110px;
  }
}
.p-top-treat__label {
  font-size: 2.6rem;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-treat__label {
    font-size: 1.6rem;
  }
}
.p-top-treat__stick-1 {
  background: url(../img/top/p-top-treat__stick-1.svg) 0 0 no-repeat;
  background-size: contain;
  width: 237px;
  height: 230px;
  position: absolute;
  left: 100px;
  top: 100px;
}
@media (max-width: 767px) {
  .p-top-treat__stick-1 {
    width: 118.5px;
    height: 115px;
    right: 20px;
    left: auto;
    top: -90px;
  }
}
.p-top-treat__stick-2 {
  background: url(../img/top/p-top-treat__stick-2.svg) 0 0 no-repeat;
  background-size: contain;
  width: 217px;
  height: 187px;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-top-treat__stick-2 {
    width: 108.5px;
    height: 93.5px;
    left: 0;
    right: auto;
    top: -150px;
  }
}

.p-top-message {
  position: relative;
  background: url(../img/top/ptop-message-bg.png) 0 0 repeat;
  background-size: 1500px 1497px;
  padding-top: 225px;
  padding-bottom: 242px;
}
@media (max-width: 767px) {
  .p-top-message {
    padding-top: 150px;
    padding-bottom: 121px;
  }
}
.p-top-message__title {
  width: 350px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-top-message__title {
    width: 220px;
  }
}
.p-top-message__lead {
  text-align: center;
  font-size: 2.4rem;
  color: #395fff;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-top-message__lead {
    font-size: 1.7rem;
    text-align: left;
    margin-top: 30px;
  }
}
.p-top-message__col {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-message__col {
    flex-wrap: wrap;
  }
}
.p-top-message__col-left {
  width: 46%;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .p-top-message__col-left {
    width: 100%;
    order: 2;
  }
}
.p-top-message__col-left p {
  color: #121214;
  line-height: 2em;
  font-size: 1.6rem;
  margin-bottom: 35px;
}
.p-top-message__col-right {
  width: 45%;
}
@media (max-width: 767px) {
  .p-top-message__col-right {
    width: 100%;
    order: 1;
  }
}
/*# sourceMappingURL=style-front.css.map */
