@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/* fonts */
@font-face {
  src: url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSerifJP-Bold.woff) format("woff"), url(../fonts/NotoSerifJP-Bold.woff2) format("woff2");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSerifJP-Medium.woff) format("woff"), url(../fonts/NotoSerifJP-Medium.woff2) format("woff2");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
/* font:rem=px デザインしたwidthを割る  */
html {
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.5208333333vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #392A1B;
  font-display: optional;
}

/* header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 1rem 1.5rem;
  width: 100%;
  position: fixed;
  z-index: 999;
}
@media only screen and (min-width: 769px) {
  .header {
    padding: 2.5rem;
  }
}
.header h1 {
  cursor: pointer;
}
.header h1 img {
  width: 9rem;
}
@media only screen and (min-width: 769px) {
  .header h1 img {
    width: 18rem;
  }
}
.header--cta {
  width: 15.9rem;
}
@media only screen and (min-width: 769px) {
  .header--cta {
    width: 25.4rem;
  }
}

/* cta */
.include_cta {
  position: relative;
}

.cta {
  position: absolute;
}

.cta_btn {
  display: block;
  filter: brightness(100%) drop-shadow(0 0.4rem 1rem rgba(70, 129, 0, 0.25));
  transition: 0.4s;
}
.cta_btn:hover {
  transition: 0.4s;
  filter: brightness(105%) drop-shadow(0 0.4rem 1rem rgba(70, 129, 0, 0.25));
}

/* splide arrows */
.splide__arrows .splide__arrow {
  background: #99CA5E;
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 769px) {
  .splide__arrows .splide__arrow {
    width: 4rem;
    height: 4rem;
  }
}
.splide__arrows .splide__arrow svg {
  fill: #fff;
}
@media only screen and (max-width: 769px) {
  .splide__arrows .splide__arrow--prev {
    left: calc(10% - 2.25rem);
  }
}
@media only screen and (min-width: 769px) {
  .splide__arrows .splide__arrow--prev {
    left: calc(30% - 5.3rem);
  }
}
@media only screen and (max-width: 769px) {
  .splide__arrows .splide__arrow--next {
    right: calc(10% - 2.25rem);
  }
}
@media only screen and (min-width: 769px) {
  .splide__arrows .splide__arrow--next {
    right: calc(30% - 5.3rem);
  }
}

/* キャンペーン */
.campaign--cta {
  width: 31rem;
  transform: translateX(-50%);
  left: 50%;
  bottom: 7rem;
}
@media only screen and (min-width: 769px) {
  .campaign--cta {
    width: 62rem;
    bottom: 12.65rem;
  }
}

/**/
.check--cta {
  width: 31rem;
  transform: translateX(-50%);
  left: 50%;
  bottom: 4rem;
}
@media only screen and (min-width: 769px) {
  .check--cta {
    width: 62rem;
    bottom: 7.661rem;
  }
}

/**/
.voice {
  background: #FDF8F2;
  padding: 4rem 0;
}
@media only screen and (min-width: 769px) {
  .voice {
    padding: 8rem 0;
  }
}
.voice h2 {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  .voice h2 {
    margin-bottom: 5rem;
  }
}
.voice h2 span {
  display: inline-block;
  color: #392A1B;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 1rem 0 1.3rem;
  border-top: 1px solid #392A1B;
  border-bottom: 1px solid #392A1B;
}
@media only screen and (min-width: 769px) {
  .voice h2 span {
    font-size: 3.8rem;
    padding: 1.6rem 0 2.1rem;
  }
}

/**/
.flow--cta {
  width: 24.4rem;
  left: 9.6rem;
  bottom: 37.4rem;
}
@media only screen and (min-width: 769px) {
  .flow--cta {
    width: 37.333rem;
    left: 36rem;
    bottom: 8rem;
  }
}

/* クリニック紹介 */
.introduction {
  padding: 6rem 0 4rem;
}
@media only screen and (min-width: 769px) {
  .introduction {
    padding: 8rem 0 6rem;
  }
}
.introduction .logo {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  .introduction .logo {
    margin-bottom: 4rem;
  }
}
.introduction .logo img {
  width: 20rem;
}
@media only screen and (min-width: 769px) {
  .introduction .logo img {
    width: 27rem;
  }
}
.introduction h3 {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  .introduction h3 {
    margin-bottom: 4rem;
  }
}
.introduction h3 span {
  background: #99CA5E;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  border-radius: 0.2rem;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.5em 1em;
}
@media only screen and (min-width: 769px) {
  .introduction h3 span {
    font-size: 2.1rem;
  }
}

/**/
.access {
  padding: 4rem 2rem 3rem;
  background: #468100;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .access {
    padding: 6rem 56.1rem;
  }
}
.access h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .access h3 {
    font-size: 2.1rem;
  }
}
.access .map iframe {
  width: 100%;
  height: 20rem;
}
@media only screen and (min-width: 769px) {
  .access .map iframe {
    height: 40rem;
  }
}
.access .address {
  text-align: left;
  color: #fff;
  margin-top: 1em;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .access .address {
    font-size: 2.1rem;
  }
}
.access .address + .copy {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: solid 1px #fff;
}
@media only screen and (min-width: 769px) {
  .access .address + .copy {
    padding-top: 2.5rem;
  }
}
.access .copy {
  color: #fff;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .access .copy {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */