@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
section {
  position: relative;
  z-index: 4;
}

.fv {
  height: 55.4904831625vw;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .fv {
    height: 100vh;
  }
}
.fv::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  background: url(../img/home/fv-bg.webp) no-repeat center center/cover;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 8px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .fv::before {
    background-position: center right 24%;
  }
}
@media screen and (max-width: 767px) {
  .fv::before {
    background-position: center right 82%;
  }
}
@media screen and (max-width: 479px) {
  .fv::before {
    background-position: center right 78%;
  }
}
.fv::after {
  content: "";
  width: 100%;
  height: 97.0717423133vw;
  background: url(../img/home/fv-cover.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .fv::after {
    height: 1249px;
  }
}
.fv-inner {
  position: relative;
  height: 100%;
}
.fv-inner::before {
  content: "";
  width: 113.1039531479vw;
  height: 30.4538799414vw;
  background: url(../img/home/fv-ribbon.png) no-repeat center center/cover;
  position: absolute;
  top: 26.8301610542vw;
  left: -1.9765739385vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fv-inner::before {
    top: 66.6666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .fv-inner::before {
    top: 450px;
  }
}
.fv-txt-wrapper {
  z-index: 4;
  color: #000000;
  position: absolute;
  top: 11.2005856515vw;
  right: 3.953147877vw;
}
@media screen and (max-width: 1279px) {
  .fv-txt-wrapper {
    top: 14.6484375vw;
  }
}
@media screen and (max-width: 1023px) {
  .fv-txt-wrapper {
    top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .fv-txt-wrapper {
    top: 250px;
    left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .fv-txt-wrapper {
    top: 220px;
  }
}
@media screen and (max-width: 479px) {
  .fv-txt-wrapper {
    top: 150px;
  }
}
.fv__main-ttl {
  font-weight: 700;
  font-size: max(30px, 3.6603221083vw);
  line-height: 1.4;
}
.fv__sub-ttl {
  font-weight: 700;
  font-size: max(20px, 1.6837481698vw);
  line-height: 1.7391304348;
  margin-top: 1.1713030747vw;
  margin-bottom: 3.3674963397vw;
}
.fv__txt {
  font-weight: 500;
  font-size: max(14px, 1.0248901903vw);
  line-height: 1.7142857143;
}
.fv__company-name {
  font-weight: 600;
  font-size: 12.9575402635vw;
  color: #FFFFFF;
  position: absolute;
  bottom: -4.0995607613vw;
  right: -1.0248901903vw;
  z-index: 3;
  line-height: 1.2259887006;
}
@media screen and (max-width: 1279px) {
  .fv__company-name {
    font-size: 9.765625vw;
    right: 0;
    bottom: -2.9296875vw;
  }
}
.fv-scroll-wrapper {
  position: absolute;
  bottom: 71px;
  left: 190px;
  z-index: 3;
  animation: fuwafuwa 1.3s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 599px) {
  .fv-scroll-wrapper {
    bottom: 60px;
    left: 10px;
  }
}
.fv-scroll__txt {
  font-weight: 700;
  font-size: 0.6875rem;
  color: #FFFFFF;
  transform: rotate(90deg);
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(10px);
    opacity: 1;
  }
}
.top-section {
  position: relative;
  padding-top: 116px;
}
.top-section::before {
  content: "";
  width: min(886px, 64.8609077599vw);
  height: min(560px, 40.9956076135vw);
  border-radius: min(8px, 0.5856515373vw);
  position: absolute;
  top: 0;
  right: max(-12px, -0.878477306vw);
  z-index: -1;
}
.top-section.service::before {
  background: url(../img/home/service-bg.webp) no-repeat center center/cover;
}
.top-section.online::before {
  background: url(../img/home/online-bg.webp) no-repeat center center/cover;
}
.top-section .ttl-pattern1-wrapper {
  padding-left: 30px;
}
.top-section-description-wrapper {
  border-radius: 0px 15px 0px 0px;
  background-color: #FFFFFF;
  padding: 62px 63px 139px 21px;
  width: 644px;
  max-width: 100%;
  height: 498px;
  margin-top: 32px;
  margin-left: 9px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-section-description-wrapper {
    padding: 21px 21px 70px 21px;
    margin-left: 0;
    height: auto;
  }
}
.top-section-description__ttl {
  font-weight: 700;
  font-size: 1.375rem;
  color: #47b2e2;
  line-height: 1.4545454545;
  margin-bottom: 24px;
}
.top-section-description__txt {
  font-size: 0.9375rem;
  line-height: 2;
  color: #767676;
}
.top-section-description__link {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 80px;
  bottom: 144px;
}
@media screen and (max-width: 599px) {
  .top-section-description__link {
    position: relative;
    bottom: unset;
    right: unset;
    justify-content: flex-end;
  }
}
.top-section-description__link:hover {
  opacity: 1;
}
.top-section-description__link:hover span::before {
  transform: translate(5px, -50%);
}
.top-section-description__link span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid #47b2e2;
  border-radius: 50%;
  position: relative;
}
.top-section-description__link span::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%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.service {
  margin-top: 220px;
}
@media screen and (max-width: 599px) {
  .service {
    margin-top: 150px;
  }
}

.online {
  margin-top: 26px;
  padding-bottom: 30px;
}

.news {
  background-color: rgba(100, 255, 226, 0.06);
  position: relative;
  padding-top: 117px;
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.news::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
.news .container-1200 {
  position: relative;
}
.news-inner {
  display: flex;
  margin-left: -85.5px;
  margin-right: -85.5px;
}
@media screen and (max-width: 1023px) {
  .news-inner {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .news-inner {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.news-ttl-wrapper, .news-list-wrapper {
  padding: 0 85.5px;
}
@media screen and (max-width: 1023px) {
  .news-ttl-wrapper, .news-list-wrapper {
    padding: 0 40px;
  }
}
.news-ttl-wrapper {
  width: 21.2%;
}
@media screen and (max-width: 1279px) {
  .news-ttl-wrapper {
    width: 26%;
  }
}
@media screen and (max-width: 1023px) {
  .news-ttl-wrapper {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .news-ttl-wrapper {
    width: 100%;
  }
}
.news .ttl-pattern1--en {
  margin-bottom: 15px;
}
.news .ttl-pattern1 {
  font-size: 1.875rem;
  font-weight: 700;
}
.news-list-wrapper {
  width: 78.8%;
}
@media screen and (max-width: 1279px) {
  .news-list-wrapper {
    width: 74%;
  }
}
@media screen and (max-width: 1023px) {
  .news-list-wrapper {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .news-list-wrapper {
    width: 100%;
  }
}
.news-list-item {
  border-bottom: 1px solid #DDDDDD;
}
.news-list-item:not(:first-of-type) a {
  padding-top: 20px;
}
.news-list-item a {
  padding-bottom: 30px;
  display: block;
}
.news-list-item__date {
  font-weight: 500;
  font-size: 0.875rem;
  color: #39B59E;
  padding-right: 27px;
}
@media screen and (max-width: 1023px) {
  .news-list-item__date {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.news-list-item__ttl {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #000000;
}
.news-all-link {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #39B59E;
}
.news-all-link:hover {
  opacity: 1;
}
.news-all-link:hover span::before {
  transform: translate(10px, -50%);
}
.news-all-link-wrapper {
  text-align: right;
  margin-top: 31px;
}
.news-all-link span {
  position: relative;
  padding-right: 50px;
}
.news-all-link span::before {
  content: "";
  width: 30px;
  height: 12px;
  background: url(../img/common/icon-arrow-right-green.svg) no-repeat center center/contain;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.5s;
}

.pharmacy {
  padding-top: 100px;
  padding-bottom: 237px;
}
@media screen and (max-width: 599px) {
  .pharmacy {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.pharmacy .ttl-pattern1-wrapper {
  text-align: center;
}
.pharmacy .ttl-pattern1--en {
  margin-bottom: 16px;
}
.pharmacy .ttl-pattern1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.pharmacy-list {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 45px;
  row-gap: 60px;
}
@media screen and (max-width: 1023px) {
  .pharmacy-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .pharmacy-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pharmacy-list-item {
  padding: 0 30px;
  width: 33.3333333%;
}
@media screen and (max-width: 1023px) {
  .pharmacy-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .pharmacy-list-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 479px) {
  .pharmacy-list-item {
    width: 100%;
  }
}
.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-home.css.map */