@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/* 基本フォントサイズ設定 */
html {
  font-size: 100%; /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

/* //基本フォントサイズ設定 */
/* 全体設定 */
body {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  color: #222222;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
}

main {
  overflow: hidden;
}

p {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.container-980 {
  max-width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-1200 {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.d-inline-block {
  display: inline-block;
}

/* //全体設定 */
/* フォントファミリー */
.notosans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* //フォントファミリー */
/* フォントウェイト */
.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* //フォントウェイト */
/* 下から上にフェードイン */
.fade-in-from-bottom-elm {
  opacity: 0;
  transform: translateY(20px);
}

.fade-in-from-bottom-elm.scrolled {
  animation: fade-in-from-bottom 0.7s linear forwards;
}

@keyframes fade-in-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-from-bottom-x-center {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
/* //下から上にフェードイン */
/* 左から右にフェードイン */
.fade-in-from-left-elm {
  opacity: 0;
  transform: translateX(-20px);
}

.fade-in-from-left-elm.scrolled {
  animation: fade-in-from-left 1s linear forwards;
}

@keyframes fade-in-from-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* //左から右にフェードイン */
/* 右から左にフェードイン */
.fade-in-from-right-elm {
  opacity: 0;
  transform: translateX(20px);
}

.fade-in-from-right-elm.scrolled {
  animation: fade-in-from-right 1s linear forwards;
}

@keyframes fade-in-from-right {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* //右から左にフェードイン */
.ttl-pattern1 {
  font-weight: 500;
  font-size: 2.25rem;
  color: #000000;
}
@media screen and (max-width: 479px) {
  .ttl-pattern1 {
    font-size: 1.875rem;
  }
}
.ttl-pattern1--en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #84C4E2;
  line-height: 1.25;
  margin-bottom: 21px;
  display: block;
  font-weight: 500;
}

.ttl-pattern2 {
  font-weight: 500;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
  padding-bottom: 26px;
}
.ttl-pattern2.ttl-pattern2--center {
  text-align: center;
}
.ttl-pattern2.ttl-pattern2--center::before {
  left: 50%;
  transform: translatex(-50%);
}
.ttl-pattern2::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #84C4E2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.txt-green {
  color: #39B59E;
}

.bg-light-green {
  background-color: rgba(100, 255, 226, 0.04);
}

.btn-pattern1 {
  display: block;
  border: 1px solid #47b2e2;
  border-radius: 100vw;
  text-align: center;
  position: relative;
  font-size: 0.875rem;
  padding: 21px 0;
  background-color: #FFFFFF;
}
.btn-pattern1:hover {
  opacity: 1;
}
.btn-pattern1:hover::before {
  transform: translate(10px, -50%);
}
.btn-pattern1::before {
  content: "";
  width: 15px;
  height: 11px;
  background: url(../img/common/icon-arrow-right-sky-blue.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 20px;
  transition: all 0.3s;
}

.btn-pattern2 {
  display: block;
  width: 300px;
  height: 60px;
  border-radius: 100vw;
  background: linear-gradient(to right, #25baee 0%, #8cdb9c 100%);
  position: relative;
  font-size: 0.875rem;
  color: #FFFFFF;
  text-align: center;
}
.btn-pattern2::before {
  content: "";
  width: 15px;
  height: 11px;
  background: url(../img/common/icon-arrow-right-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 19.6px;
  transition: all 0.3s;
}

.parts-contact {
  background: url(../img/common/parts-contact-bg.webp) no-repeat center center/cover;
}
.parts-contact-inner {
  width: 818px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 98px;
  padding-bottom: 110px;
}
@media screen and (max-width: 599px) {
  .parts-contact-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.parts-contact-flex-inner {
  display: flex;
}
@media screen and (max-width: 599px) {
  .parts-contact-flex-inner {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.parts-contact-item {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .parts-contact-item {
    width: 100%;
  }
}
.parts-contact-item--tel {
  border-right: 1px solid #FFFFFF;
  padding-right: 48px;
}
@media screen and (max-width: 599px) {
  .parts-contact-item--tel {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 30px;
  }
}
.parts-contact-item--mail {
  padding-left: 34px;
}
@media screen and (max-width: 599px) {
  .parts-contact-item--mail {
    padding-left: 0;
  }
}
.parts-contact-item__txt {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
}
.parts-contact-item__img {
  text-align: center;
  margin-top: 19px;
}
.parts-contact-item__tel-link {
  font-size: 2.125rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 13px;
  display: block;
}
@media screen and (max-width: 767px) {
  .parts-contact-item__tel-link {
    font-size: 1.875rem;
  }
}
.parts-contact-item__time {
  font-weight: 500;
  font-size: 0.9375rem;
  text-align: center;
  color: #FFFFFF;
  margin-top: 6px;
}
.parts-contact-item-btn-wrapper {
  width: 375px;
  max-width: 100%;
  margin: 30px auto 0;
}
.parts-contact__btn {
  background-color: #FFFFFF;
  display: block;
  border-radius: 100vw;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  color: #47b2e2;
  padding: 22px 0;
}

.child-fv {
  height: 340px;
  position: relative;
}
.child-fv::before {
  content: "";
  width: 100%;
  height: 400px;
  background: url(../img/common/child-fv-bg.webp) no-repeat center center/cover;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
}
.child-fv::after {
  content: "";
  width: 1442px;
  height: 627px;
  background: url(../img/common/child-fv-bg-ribbon.svg) no-repeat center center/cover;
  position: absolute;
  top: -142px;
  left: 146px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .child-fv::after {
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .child-fv::after {
    left: -150px;
  }
}
.child-fv .ttl-pattern1-wrapper {
  position: absolute;
  top: 150px;
  left: 193px;
}
@media screen and (max-width: 1023px) {
  .child-fv .ttl-pattern1-wrapper {
    left: 90px;
  }
}
@media screen and (max-width: 599px) {
  .child-fv .ttl-pattern1-wrapper {
    left: 30px;
  }
}

.pharmacy-list {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .pharmacy-list {
    flex-wrap: wrap;
  }
}
.pharmacy-list-item__thumb {
  text-align: center;
}
.pharmacy-list-item__thumb img {
  aspect-ratio: 360/220;
  object-fit: cover;
}
.pharmacy-list-item__name {
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 27px;
  margin-bottom: 6px;
}
.pharmacy-list-item__address, .pharmacy-list-item__tel {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
}
.pharmacy-list-item__tel {
  margin-top: 2px;
  margin-bottom: 18px;
}
.pharmacy-list-item-btn-wrapper {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}/*# sourceMappingURL=style-common.css.map */