@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@500&display=swap");
/*
@media (max-width: 767px) {

	}
*/
.p-visual {
  position: relative;
}
.p-visual__pic {
  width: 100%;
  height: 100vh;
  min-height: 840px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .p-visual__pic {
    min-height: auto;
    height: 500px;
    -o-object-position: 75% bottom;
       object-position: 75% bottom;
  }
}
.p-visual__content {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  min-height: 840px;
  padding-left: 50px;
  padding-top: 290px;
}
@media (max-width: 767px) {
  .p-visual__content {
    min-height: auto;
    height: 500px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 140px;
  }
}
.p-visual__list li {
  font-weight: bold;
  font-size: 3.6rem;
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}
@media (max-width: 767px) {
  .p-visual__list li {
    font-size: 1.7rem;
  }
}
.p-visual__circles {
  display: flex;
  gap: 10px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-visual__circles {
    gap: 5px;
    margin-top: 15px;
  }
}
.p-visual__circle {
  border-radius: 100%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1666666667em;
  width: 117px;
  height: 117px;
}
@media (max-width: 767px) {
  .p-visual__circle {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    text-shadow: black 2px 0px 2px, black -2px 0px 2px, black 0px -2px 2px, black -2px 0px 2px, black 2px 2px 2px, black -2px 2px 2px, black 2px -2px 2px, black -2px -2px 2px, black 1px 2px 2px, black -1px 2px 2px, black 1px -2px 2px, black -1px -2px 2px, black 2px 1px 2px, black -2px 1px 2px, black 2px -1px 2px, black -2px -1px 2px, black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
  }
}
.p-visual__feats {
  display: flex;
  gap: 10px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .p-visual__feats {
    margin-top: 15px;
    display: block;
  }
}
.p-visual__feat {
  color: white;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  border-radius: 9999px;
  border: 1px solid white;
  padding: 5px 15px;
  background: #8bd2d8;
}
.p-visual__feat:nth-child(2) {
  background: #ab8fa5;
}
.p-visual__feat:nth-child(3) {
  background: #abc139;
}
@media (max-width: 767px) {
  .p-visual__feat {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.p-top-lead {
  text-align: center;
  font-size: 3.1rem;
  color: #85b200;
  margin: 45px auto;
}
@media (max-width: 767px) {
  .p-top-lead {
    font-size: 2.7rem;
    margin: 25px auto;
  }
}

.p-top-banner {
  position: relative;
}
.p-top-banner .c-banner-grid {
  align-items: end;
}

.p-feature {
  position: relative;
  padding-top: 70px;
}

.p-news {
  position: relative;
  padding-top: 70px;
}

.p-treat {
  position: relative;
  padding-top: 70px;
}
.p-treat__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 33px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-treat__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
.p-treat__item {
  position: relative;
}
.p-treat__link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-treat__link:hover + .p-treat__pic {
  opacity: 0.7;
}
.p-treat__pic {
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s ease;
}
.p-treat__title {
  text-align: center;
  font-size: 2rem;
  color: #442c1f;
  line-height: 1.2em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-treat__title {
    font-size: 1.5rem;
  }
}

.p-message {
  padding-top: 40px;
  position: relative;
}
.p-message__grid {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .p-message__grid {
    display: block;
  }
}
.p-message__pic {
  order: 2;
  flex: 0 0 480px;
}
.p-message__pic img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-message__pic {
    width: 240px;
    margin: 0 auto 15px;
  }
}
.p-message__content {
  order: 1;
  flex: 1;
}
.p-message__content p {
  font-size: 1.8rem;
}

.p-reason {
  position: relative;
  padding-top: 70px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-reason {
    padding-bottom: 70px;
  }
}

.p-relate {
  position: relative;
  padding-top: 70px;
  background: #f1f1f1;
}
@media (max-width: 767px) {
  .p-relate {
    padding-top: 35px;
  }
}
.p-relate__title {
  text-align: center;
  font-weight: bold;
  color: #0066b6;
  margin-bottom: 20px;
}
.p-relate__pic {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 15px;
  display: block;
  border-radius: 10px;
}
.p-relate__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin: 100px 0 100px;
}
@media (max-width: 767px) {
  .p-relate__grid {
    margin: 30px auto;
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-relate__grid img {
  border-radius: 10px;
}
.p-relate__grid iframe {
  display: block;
  height: 320px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-relate__grid iframe {
    height: 250px;
  }
}
/*# sourceMappingURL=style-front.css.map */
