@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #fff;
  font-weight: 600;
  overflow-x: hidden;
}

@media screen and (min-width: 769px), print {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 17.5vw;
  }
}
a {
  text-decoration: none;
}

p {
  font-weight: 500;
  line-height: 1.7;
}

button {
  color: #000;
}

.button {
  padding: 0.75rem 1.5rem;
  background-color: #ed6c00;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button:hover {
  background-color: #ba5500;
}

.tit {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tit {
    font-size: 6.4vw;
  }
}
.section-title {
  font-weight: 700;
  text-align: center;
}

.section-catch {
  font-weight: 400;
  text-align: center;
  line-height: calc(1em + 1rem);
}

.section-catch .lg01, .section-catch .lg02 {
  font-weight: 700;
}

.section-catch .section-catch__logo {
  position: relative;
  bottom: -0.1em;
}

.section-catch .section-catch__logo img {
  display: inline-block;
  margin-right: 0.5rem;
}

@media screen and (min-width: 769px), print {
  .section-title {
    font-size: 2.25rem;
    padding-bottom: 2rem;
  }

  .section-catch {
    font-size: 1.5rem;
  }

  .section-catch .lg01 {
    font-size: 1.75rem;
  }

  .section-catch .lg02 {
    font-size: 2rem;
  }

  .section-catch .section-catch__logo img {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
    padding-bottom: 1rem;
  }

  .section-catch {
    font-size: 1rem;
  }

  .section-catch .lg01 {
    font-size: 1.125rem;
  }

  .section-catch .lg02 {
    font-size: 1.25rem;
  }

  .section-catch .section-catch__logo img {
    width: 140px;
  }
}
.text_link {
  text-decoration: underline;
}

.text_link:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
@media screen and (min-width: 769px), print {
  .sp {
    display: none;
  }
}
.pc {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .pc {
    display: block;
  }
}
.inner {
  max-width: 100%;
  width: 1220px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.text--center {
  text-align: center;
}

.text--orange {
  color: #f17200;
}

.text--green {
  color: #27a844;
}

.text--bold {
  font-weight: bold;
}

.ilb {
  display: inline-block;
}

sup {
  font-size: 50%;
}

.panel.hide {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

@media screen and (min-width: 769px), print {
  .header {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 3.25vw 0;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo__wrapper {
  position: relative;
}

.header__logo {
  height: 50px;
  margin-right: 20px;
  margin-top: 18px;
}

@media screen and (min-width: 769px), print {
  .header__logo-txt {
    position: absolute;
    top: -8px;
    left: 0;
    white-space: nowrap;
    font-weight: 300;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    height: 8.5vw;
    margin-right: 5.3333333333vw;
    margin-top: 0;
  }

  .header__logo-txt {
    display: none;
  }
}
.header__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 769px), print {
  .header__actions {
    margin-left: auto;
    margin-right: 24px;
    padding-left: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px), print {
  .header__actions {
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__actions {
    gap: 2.1333333333vw;
    display: none;
  }
}
.header__button {
  order: 3;
}

@media screen and (max-width: 768px) {
  .header__button {
    order: 2;
    z-index: 1005;
    margin: 0 4.2666666667vw 0 auto;
  }
}
.header__button .button {
  text-align: center;
  border-radius: 4rem;
  font-weight: bold;
  transition: color 0.3s, background 0.3s;
}

@media screen and (min-width: 769px), print {
  .header__button .button {
    padding: 9px 1rem 11px;
    font-size: 18px;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .header__button .button {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .header__button .button {
    width: auto;
    padding: calc(2.125vw - 2px) 4.25vw;
    font-size: 4.25vw;
    line-height: 6.75vw;
    border-radius: 5.5vw;
  }
}
.header .button--primary {
  background-color: #ed6c00;
  color: #fff;
  border: 2px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  .header .button--primary {
    border-width: 0.5333333333vw;
  }
}
.header .button--primary:hover {
  color: #ed6c00;
  background-color: #fff;
  transition: all 0.3s;
}

.hamburger {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger {
    order: 3;
    display: flex;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  border-radius: 2px;
  transition: 0.3s ease;
}

.hamburger span:nth-child(1) {
  top: 4px;
}

@media screen and (max-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 1.0666666667vw;
  }
}
.hamburger span:nth-child(2) {
  top: 10px;
}

@media screen and (max-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 2.6666666667vw;
  }
}
.hamburger span:nth-child(3) {
  top: 16px;
}

@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 4.2666666667vw;
  }
}
.hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

@media screen and (max-width: 768px) {
  .hamburger.is-active span:nth-child(1) {
    top: 2.6666666667vw;
  }
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

@media screen and (max-width: 768px) {
  .hamburger.is-active span:nth-child(3) {
    top: 2.6666666667vw;
  }
}
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 251, 237, 0.95);
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 3.2vw 4.2666666667vw;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
}

.nav-overlay.is-active {
  display: flex;
  right: 0;
}

.nav-overlay .logo {
  margin-top: 1.25vw;
}

.nav-overlay .logo img {
  margin-bottom: 10.5vw;
  height: 8.5vw;
  margin-right: 5.3333333333vw;
}

.nav-overlay a.nav_text {
  font-size: 4.2666666667vw;
  width: 100%;
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-top: 1px solid;
  padding: 6.4vw 0;
}

.nav-overlay a.nav_text:last-child {
  border-bottom: 1px solid #333;
}

.footer {
  padding: 48px 0 32px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 8.5333333333vw 0 21.3333333333vw;
  }
}
.footer__inner {
  max-width: 1220px;
  width: 100%;
  padding: 0 40px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__info {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.footer__company {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .footer__company {
    font-size: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.footer__nav {
  display: flex;
  gap: 16px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 3.7333333333vw;
    gap: 4.2666666667vw 8.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.footer__phone {
  font-size: 26px;
  margin-bottom: 8px;
  font-weight: bold;
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .footer__phone {
    font-size: 6.9333333333vw;
    margin-bottom: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
}
.footer__phone--text {
  display: inline;
}

@media screen and (max-width: 768px) {
  .footer__phone--text {
    display: none;
  }
}
.footer__phone--link {
  display: none;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer__phone--link {
    display: inline;
  }
}
.footer__phone--image {
  width: 30px;
}

@media screen and (max-width: 768px) {
  .footer__phone--image {
    width: 8vw;
  }
}
.footer__button {
  color: #ed6c00;
  display: block;
  border: 2px solid;
  width: 250px;
  background-color: #ed6c00;
  color: #fff;
  border: 2px solid #ed6c00;
  padding: 12px 2rem;
  text-align: center;
  border-radius: 4rem;
  font-weight: bold;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .footer__button {
    width: 100%;
    padding: 3.2vw 2rem;
    border-radius: 266.4vw;
  }
}
.footer__button:hover {
  color: #ed6c00;
  background-color: #fff;
  transition: all 0.3s;
}

.main-visual {
  position: relative;
  background-color: #fff;
}

.main-visual__inner {
  position: relative;
}

.main-visual__title {
  display: flex;
  flex-direction: column;
}

.main-visual__title .main-visual__title__tokkyo {
  border: #111 1px solid;
  border-radius: 0.25em;
  text-align: center;
}

.main-visual__ribbon {
  position: absolute;
  top: 0;
}

.main-visual__catch {
  display: flex;
}

.main-visual__catch h2 {
  display: flex;
}

@media screen and (min-width: 769px), print {
  .main-visual::before, .main-visual::after {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    bottom: 0;
    height: 12svw;
    z-index: 1;
  }

  .main-visual::before {
    left: 0;
    background-image: radial-gradient(circle at 100% -20%, #aacc03, #3fa531 60%, #00913a 85%, #007b3a);
  }

  .main-visual::after {
    right: 0;
    background-image: radial-gradient(circle at 0% -20%, #fcd005, #f4a000 50%, #ec6c00 85%, #e95504);
  }

  .main-visual__inner {
    z-index: 2;
    aspect-ratio: 5/3;
  }

  .main-visual__title {
    position: absolute;
    transform: translateY(-50%);
    left: 4%;
    top: 17.5%;
    width: 27.5%;
  }

  .main-visual__title .main-visual__title__tokkyo {
    font-size: min(1rem, 1.6svw);
    line-height: calc(1.75em - 1px);
    padding-bottom: 1px;
    margin-top: 1em;
  }

  .main-visual__ribbon {
    right: 20px;
    width: min(184px, 12.6667svw);
  }

  .main-visual__main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
  }

  .main-visual__catch {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    justify-content: center;
  }

  .main-visual__catch h2 {
    width: 50%;
    display: flex;
    position: relative;
  }

  .main-visual__catch h2::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 80%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .main-visual__catch h2:nth-child(1)::before {
    background-image: url("/public/img/lp/kv_illust01-2e4db504b520980b0b2c20830e20a702.png");
    background-position: left top;
  }

  .main-visual__catch h2:nth-child(2) {
    justify-content: flex-end;
  }

  .main-visual__catch h2:nth-child(2)::before {
    background-image: url("/public/img/lp/kv_illust02-16f9e106393615f8aa8cd0a5c30c9142.png");
    background-position: right top;
  }

  .main-visual__catch h2 img {
    height: 12svw;
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .main-visual::before, .main-visual::after {
    height: min(160px, 10svw);
  }

  .main-visual__inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 5/2;
  }

  .main-visual__title {
    left: 5%;
    top: 32.5%;
    width: 22.5%;
  }

  .main-visual__main {
    width: 40%;
  }

  .main-visual__catch h2 {
    width: min(50svw, 800px);
  }

  .main-visual__catch h2::before {
    height: 100%;
  }

  .main-visual__catch h2 img {
    height: min(160px, 10svw);
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-visual__inner {
    padding-bottom: 10px;
  }

  .main-visual__title {
    width: 55%;
    padding-top: 5vw;
    margin-left: 7.5vw;
  }

  .main-visual__title .main-visual__title__tokkyo {
    font-size: max(10px, 3svw);
    line-height: calc(1.75em - 1px);
    padding-bottom: 1px;
    margin-top: 1em;
  }

  .main-visual__ribbon {
    right: 1%;
    width: 30%;
  }

  .main-visual__main {
    margin-left: 8.33333%;
    margin-right: 8.33333%;
  }

  .main-visual__catch {
    flex-direction: column;
  }

  .main-visual__catch h2 {
    width: calc(100% - 20px);
  }

  .main-visual__catch h2:nth-child(1) {
    background-image: radial-gradient(circle at 100% -20%, #aacc03, #3fa531 60%, #00913a 85%, #007b3a);
    align-self: flex-start;
    border-radius: 0 11.11111svw 11.11111svw 0;
  }

  .main-visual__catch h2:nth-child(2) {
    background-image: radial-gradient(circle at 0% -20%, #fcd005, #f4a000 50%, #ec6c00 85%, #e95504);
    align-self: flex-end;
    justify-content: flex-end;
    border-radius: 11.11111svw 0 0 11.11111svw;
    margin-top: 10px;
  }

  .main-visual__catch h2 img {
    height: 22.22222svw;
    width: auto;
  }
}
.news {
  position: relative;
  overflow: hidden;
  background-color: #f2eee3;
}

@media screen and (min-width: 769px), print {
  .news {
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 8.5333333333vw;
    padding-right: 4.2666666667vw;
  }
}
.news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  /* 左半分 */
  height: 100%;
  z-index: 0;
  margin-top: 32px;
}

@media screen and (min-width: 769px), print {
  .news::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .news .inner {
    padding: 0;
  }
}
.news .news__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 24px 0;
  z-index: 1;
  background: #fff;
  display: flex;
  gap: 24px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .news .news__inner {
    padding: 6.4vw 4.2666666667vw 2.1333333333vw;
    gap: 4.2666666667vw;
    border-radius: 0 2.6666666667vw 2.6666666667vw 0;
    flex-direction: column;
  }
}
.news .news__title {
  flex-grow: 0;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .news .news__title {
    font-size: 4.2666666667vw;
  }
}
.news .news__list {
  flex-grow: 1;
  font-weight: 400;
}

.news .news__item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ccc;
  margin-bottom: 0rem;
}

.news .news__item:first-child {
  padding-top: 0px;
  border-top: none;
}

.news .news__date {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .news .news__date {
    font-size: 3.7333333333vw;
    display: block;
    margin-bottom: 1.0666666667vw;
  }
}
.about {
  background: url("/public/img/lp/about_bg-2e259476dd60f28a19e08d9cc394a882.png") center bottom no-repeat;
  background-color: #f2eee3;
}

.switching {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.switching__tab {
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.switching__tab:hover {
  transition: 0.1s padding-bottom, 0.2s opacity;
}

.switching__tab:not(.is-active):not(:hover) {
  opacity: 0.6;
}

.switching__tab.pharmacy {
  background-color: #27a844;
}

.switching__tab.facility {
  background-color: #f17200;
}

@media screen and (min-width: 769px), print {
  .about {
    padding-top: 5rem;
    padding-bottom: 7rem;
    background-size: auto 100px;
  }

  .switching {
    height: calc( 2.5rem + 16px );
  }

  .switching__tab {
    font-size: 1.25rem;
    line-height: 2.5rem;
    padding: 8px 0;
    width: calc(50% - 8px);
  }

  .switching__tab:not(.is-active):not(:hover) {
    padding-bottom: 0;
  }

  .about .switching {
    margin-top: 2rem;
  }

  .about .switching__tab {
    border-radius: 16px 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    background-size: auto 60px;
  }

  .switching {
    height: calc( 2rem + 16px );
  }

  .switching__tab {
    font-size: 1rem;
    line-height: 2rem;
    padding: 8px 0;
    width: calc(50% - 4px);
  }

  .switching__tab:not(.is-active):not(:hover) {
    padding-bottom: 2px;
  }

  .about .switching {
    margin-top: 1.5rem;
  }

  .about .switching__tab {
    border-radius: 10px 10px 0 0;
  }
}
.about-circle__wrapper {
  background-color: #fff;
}

.about-circle {
  position: relative;
}

.about-circle .hide {
  opacity: 0;
  pointer-events: none;
}

.about-circle__illust {
  position: absolute;
}

.about-circle__point li {
  position: absolute;
}

.about-circle__point .pin {
  text-align: center;
  font-family: "SN Pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  cursor: pointer;
  width: 64%;
  aspect-ratio: 4/5;
  left: 18%;
  background: center top/cover no-repeat;
}

.about-circle__point .pin.pin_green {
  background-image: url("/public/img/lp/about_pin_green-a76a04ad4228a356a3389f0c785dfa20.png");
  color: #00913a;
}

.about-circle__point .pin.pin_orange {
  background-image: url("/public/img/lp/about_pin_orange-1817eb2442fe4aa8d3d3f0f5bc636469.png");
  color: #ea5514;
}

.about-circle__point .pin:hover, .about-circle__point .pin:active {
  background-position: center bottom;
  color: #ff0;
}

.about-circle__link {
  position: absolute;
  background-repeat: repeat-x;
  background-position: left calc(100% + 2px);
  background-size: 6px 6px;
  padding: 0 1.75em 0.25em 0.5em;
}

.about-circle__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 0.66666em;
  height: 0.75em;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: #f39800;
}

.about-circle__link.pharmacy {
  color: #27a844;
  background-image: radial-gradient(#27a844 33.3333%, transparent 33.3333%);
}

.about-circle__link.pharmacy::after {
  background-color: #27a844;
}

.about-circle__link.facility {
  color: #f17200;
  background-image: radial-gradient(#f17200 33.3333%, transparent 33.3333%);
}

.about-circle__link.facility::after {
  background-color: #f17200;
}

.about-circle__note {
  position: absolute;
}

@media screen and (min-width: 769px), print {
  .about-circle {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-circle__illust {
    width: 30%;
    left: 35%;
    top: 37.8666%;
  }

  .about-circle__point .pin {
    font-size: min(24px, 2.4vw);
    padding-top: min(11px, 1.1vw);
  }

  .about-circle__point .point_lg,
.about-circle__point .point_md {
    width: 10%;
  }

  .about-circle__point .point_lg .pin {
    bottom: 92%;
  }

  .about-circle__point .point_md .pin {
    bottom: 88%;
  }

  .about-circle__point .point01 {
    left: 67.6%;
    bottom: 71.8667%;
  }

  .about-circle__point .point02 {
    left: 82.2%;
    bottom: 68.6667%;
  }

  .about-circle__point .point03 {
    left: 86.4%;
    bottom: 54.2666%;
  }

  .about-circle__point .point04 {
    left: 77.4%;
    bottom: 39.0667%;
  }

  .about-circle__point .point05 {
    left: 60.6%;
    bottom: 23.0667%;
  }

  .about-circle__point .point06 {
    left: 41.6%;
    bottom: 12.9333%;
  }

  .about-circle__point .point07 {
    left: 23%;
    bottom: 8.1333%;
  }

  .about-circle__point .point08 {
    left: 8%;
    bottom: 10.8%;
  }

  .about-circle__point .point09 {
    left: 3.6%;
    bottom: 27.0667%;
  }

  .about-circle__point .point10 {
    left: 13.8%;
    bottom: 44.9333%;
  }

  .about-circle__point .point11 {
    left: 30.4%;
    bottom: 58.5333%;
  }

  .about-circle__point .point12 {
    left: 49.8%;
    bottom: 68.1333%;
  }

  .about-circle__link {
    background-position: left calc(100% + 2px);
    background-size: 6px 6px;
    right: 1rem;
    bottom: 1rem;
    font-size: 1.125rem;
  }

  .about-circle__note {
    font-size: 0.875rem;
    top: 1rem;
    left: 40px;
  }

  .about-circle__note .pc {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .about-circle__wrapper {
    /*
        padding-top: 8.8888vw;
        padding-bottom: 13.3333vw;
    */
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .about-circle__illust {
    width: 40%;
    left: 30%;
    top: 40%;
  }

  .about-circle__point .pin {
    font-size: 4vw;
    padding-top: 1.6vw;
  }

  .about-circle__point .point_lg, .about-circle__point .point_md {
    width: 15.625%;
  }

  .about-circle__point .point_lg .pin {
    bottom: 74%;
  }

  .about-circle__point .point_md .pin {
    bottom: 70%;
  }

  .about-circle__point .point01 {
    left: 48.8542%;
    bottom: 72.4688%;
  }

  .about-circle__point .point02 {
    left: 66.9097%;
    bottom: 69.4688%;
  }

  .about-circle__point .point03 {
    left: 78.0208%;
    bottom: 57.2188%;
  }

  .about-circle__point .point04 {
    left: 79.132%;
    bottom: 40.4688%;
  }

  .about-circle__point .point05 {
    left: 71.9097%;
    bottom: 23.7188%;
  }

  .about-circle__point .point06 {
    left: 56.0764%;
    bottom: 10.625%;
  }

  .about-circle__point .point07 {
    left: 35.5208%;
    bottom: 5.6222%;
  }

  .about-circle__point .point08 {
    left: 16.3541%;
    bottom: 6.8438%;
  }

  .about-circle__point .point09 {
    left: 3.0208%;
    bottom: 18.4688%;
  }

  .about-circle__point .point10 {
    left: 3.8542%;
    bottom: 39.4688%;
  }

  .about-circle__point .point11 {
    left: 14.9653%;
    bottom: 56.2188%;
  }

  .about-circle__point .point12 {
    left: 30.7986%;
    bottom: 68.2552%;
  }

  .about-circle__link {
    background-position: left calc(100% + 1px);
    background-size: 4px 4px;
    right: 1rem;
    bottom: -2rem;
    font-size: 0.875rem;
  }

  .about-circle__note {
    font-size: 0.75rem;
    top: -1.5rem;
    left: 4.2666666667vw;
  }

  .about-circle__note .sp {
    display: inline;
  }
}
@keyframes opacity100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about-circle__modal {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  animation: opacity100 0.5s forwards;
}

.about-circle__modal__title {
  border-bottom-style: solid;
}

.about-circle__modal__subtitle {
  position: relative;
  padding-left: 1em;
}

.about-circle__modal__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 8/9;
  left: 0;
  top: 0.375em;
  width: 0.6667em;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.about-circle__modal__text {
  font-weight: 400;
}

.about-circle__modal__link {
  display: flex;
  justify-content: flex-end;
}

.about-circle__modal__button {
  color: #fff;
  line-height: 2em;
  clip-path: polygon(0% 0%, calc(100% - 1em) 0%, 100% 50%, calc(100% - 1em) 100%, 0 100%);
}

.about-circle__modal--pharmacy .about-circle__modal__title {
  color: #27a844;
  border-bottom-color: #27a844;
}

.about-circle__modal--pharmacy .about-circle__modal__subtitle::before {
  background-color: #6fba2c;
}

.about-circle__modal--pharmacy .about-circle__modal__button {
  background-color: #006322;
}

.about-circle__modal--facility .about-circle__modal__title {
  color: #f17200;
  border-bottom-color: #f17200;
}

.about-circle__modal--facility .about-circle__modal__subtitle::before {
  background-color: #f39800;
}

.about-circle__modal--facility .about-circle__modal__button {
  background-color: #ea5514;
}

@media screen and (min-width: 769px), print {
  .about-circle__modal {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem;
  }

  .about-circle__modal__title {
    font-size: 1.5rem;
    padding-bottom: 6px;
    border-bottom-width: 2px;
  }

  .about-circle__modal__subtitle {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }

  .about-circle__modal__text {
    margin-top: 0.75rem;
  }

  .about-circle__modal__link {
    margin-top: 1.5rem;
  }

  .about-circle__modal__button {
    font-size: 0.875rem;
    padding-left: 8px;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .about-circle__modal {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 3rem 2rem;
  }

  .about-circle__modal__title {
    font-size: 1.25rem;
    padding-bottom: 6px;
    border-bottom-width: 2px;
  }

  .about-circle__modal__subtitle {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .about-circle__modal__text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }

  .about-circle__modal__link {
    margin-top: 1rem;
  }

  .about-circle__modal__button {
    font-size: 0.75rem;
    padding-left: 10px;
    padding-right: 1rem;
  }
}
.worries {
  display: flex;
}

.worries .worries_list {
  background-color: #fff;
  position: relative;
  text-align: center;
}

.worries .worries_list li + li {
  border-top: #ddd 1px solid;
}

.worries .worries_list::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}

@media screen and (min-width: 769px), print {
  .worries {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5rem;
  }

  .worries .worries_list {
    width: calc(50% - 1rem);
    border-radius: 1rem;
    padding: 9px 2.25rem;
  }

  .worries .worries_list li {
    font-size: 1.375rem;
    line-height: 2.25rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .worries .worries_list li + li {
    border-top: #ddd9ce 1px solid;
  }

  .worries .worries_list::before {
    width: 2.1rem;
    height: 2.1rem;
    bottom: -2rem;
  }

  .worries .worries_list:nth-child(1)::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    right: 3rem;
  }

  .worries .worries_list:nth-child(2)::before {
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    left: 3rem;
  }

  .worries .section-catch {
    width: 100%;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .worries {
    flex-direction: column;
    margin-top: 2.5rem;
  }

  .worries .worries_list {
    border-radius: 12px;
    padding: 9px 1rem;
  }

  .worries .worries_list li {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .worries .worries_list::before {
    width: 1.35rem;
    height: 1.35rem;
  }

  .worries .worries_list:nth-child(1) {
    order: 1;
  }

  .worries .worries_list:nth-child(1)::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    bottom: -1.25rem;
    left: 1.9rem;
  }

  .worries .worries_list:nth-child(2) {
    order: 3;
  }

  .worries .worries_list:nth-child(2)::before {
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    top: -1.25rem;
    right: 1.9rem;
  }

  .worries .section-catch {
    order: 2;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.features__heaader .inner {
  display: flex;
  flex-direction: column;
}

.features__title {
  color: #fff;
  font-weight: 700;
}

.features__flow {
  align-self: flex-end;
}

.features__flow img {
  width: auto;
}

.features__flow__inner {
  position: relative;
}

.features__flow__point li {
  position: absolute;
  aspect-ratio: 1/1;
  height: 30%;
}

.features__flow__point li::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  left: 37.5%;
  bottom: -20%;
  width: 25%;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #ff0;
  transition: background-color 0.1s;
}

.features__flow__point li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #ff0;
  border-radius: 50%;
  text-align: center;
  font-family: "SN Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2.4vw, 22px);
  transition: background-color 0.1s;
}

.features__flow__point li:hover a, .features__flow__point li:active a {
  background-color: #fff;
}

.features__flow__point li:hover::before, .features__flow__point li:active::before {
  background-color: #fff;
}

.features__flow__point li#point_pharmacy01 {
  left: 32.0767%;
  top: 7.7778%;
}

.features__flow__point li#point_pharmacy02 {
  left: 87.4339%;
  top: 0%;
}

.features__flow__point li#point_pharmacy03 {
  left: 76.9841%;
  top: 0%;
}

.features__flow__point li#point_pharmacy04 {
  left: 95.0397%;
  top: 7.7778%;
}

.features__flow__point li#point_facility01 {
  left: 59.3915%;
  top: 0%;
}

.features__flow__point li#point_facility02 {
  left: 67.5926%;
  top: 0%;
}

.features__flow__point li#point_facility03 {
  left: 89.1535%;
  top: 0%;
}

.features__flow__point--pharmacy a {
  color: #00913a;
}

.features__flow__point--facility a {
  color: #ea5514;
}

.features--pharmacy {
  background-color: #dff2e3;
}

.features--pharmacy .features__heaader {
  background-image: linear-gradient(to right, #27a844 0%, #00913a 100%);
}

.features--pharmacy .features-item__title__txt {
  color: #006322;
}

.features--pharmacy .features-item__subtitle {
  background-image: linear-gradient(to left, #27a844 0%, #00913a 100%);
}

.features--facility {
  background-color: #fdead9;
}

.features--facility .features__heaader {
  background-image: linear-gradient(to right, #f17200 0%, #ea5514 100%);
}

.features--facility .features-item__title__txt {
  color: #ea5514;
}

.features--facility .features-item__subtitle {
  background-image: linear-gradient(to left, #f17200 0%, #ea5514 100%);
}

@media screen and (min-width: 769px), print {
  .features {
    padding-bottom: 5rem;
    margin-top: 5rem;
  }

  .features + .features {
    margin-top: 0;
  }

  .features__heaader {
    padding-top: 52px;
    padding-bottom: 20px;
  }

  .features__title {
    font-size: 2.25rem;
  }

  .features__flow {
    margin-top: 2rem;
  }

  .features__flow img {
    height: min(90px, 10svw);
  }
}
@media screen and (min-width: 1025px) {
  .features__heaader .inner {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }

  .features__title {
    align-self: flex-end;
  }

  .features__flow {
    margin-top: 0;
  }

  .features__flow img {
    height: min(90px, 8svw);
  }
}
@media screen and (max-width: 768px) {
  .features {
    padding-bottom: 2.5rem;
    margin-top: 2.5rem;
  }

  .features + .features {
    margin-top: 0;
  }

  .features__heaader .inner {
    display: flex;
    flex-direction: column;
  }

  .features__title {
    font-size: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
  }

  .features__title::before, .features__title::after {
    content: "";
    display: block;
    position: absolute;
    width: 1rem;
    height: 2px;
    background-color: #fff;
    top: calc(50% - 1px);
    right: 0.25rem;
    transition: 0.5s transform;
  }

  .features__title.close::after {
    transform: rotate(90deg);
  }

  .features__flow {
    overflow: auto;
    max-width: calc(100% + 4.2666666667vw*2);
    margin: 0 -4.2666666667vw;
    padding: 4px 4.2666666667vw 10px;
  }

  .features__flow img {
    height: 67.5px;
  }

  .features__flow .features__flow__scroll {
    min-width: 567px;
    position: relative;
  }
}
.features-item__heaader {
  display: flex;
}

.features-item__title {
  display: flex;
  align-items: flex-end;
}

.features-item__title__txt {
  background: linear-gradient(to bottom, transparent 70%, #ff0 70%, #ff0 95%, transparent 95%);
}

.exclamation {
  display: flex;
  font-weight: 500;
  position: relative;
  align-items: center;
}

.exclamation::before {
  content: "";
  background: url("/public/img/lp/exclamation-1f6586ac91b77f923f287b0a48d03d58.png") center center/contain no-repeat;
  flex-shrink: 0;
}

.features-item__box {
  background-color: #fff;
}

.features-item__subtitle {
  color: #fff;
}

.features-item__tag-head {
  display: flex;
}

.features-item__tag {
  background-color: #694623;
  color: #fff;
  position: relative;
}

.features-item__tag::before, .features-item__tag::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}

.features-item__tag::before {
  background-color: #694623;
}

.features-item__tag::after {
  background-color: #3a1f00;
  border-radius: 100% 0 0 100%/50%;
}

@media screen and (min-width: 769px), print {
  .features-item {
    margin-top: 60px;
  }

  .features-item__heaader {
    align-items: flex-end;
    justify-content: space-between;
  }

  .features-item__title__num {
    width: 48px;
    margin-right: 8px;
  }

  .features-item__title {
    font-size: 1.75rem;
    flex-shrink: 0;
    padding-right: 2rem;
  }

  .exclamation {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .exclamation::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .features-item__heaader .exclamation {
    bottom: 2px;
  }

  .features-item__tag-head .exclamation {
    margin-right: 20px;
  }

  .features-item__box {
    margin-top: 12px;
  }

  .features-item__subtitle {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 12px 20px;
  }

  .features-item__tag-head {
    margin-top: 30px;
  }

  .features-item__tag {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding: 6px 28px;
    border-radius: 8px;
    margin-left: -8px;
  }

  .features-item__tag::before, .features-item__tag::after {
    width: 8px;
    height: 16px;
  }

  .features-item__tag::before {
    bottom: -8px;
  }

  .features-item__tag::after {
    bottom: -16px;
  }

  .features-item__tag-head {
    justify-content: space-between;
  }

  .features-item__innerbox {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 40px;
  }

  .features-item__innerbox__2cols {
    display: flex;
    align-items: center;
  }

  .features-item__innerbox__2cols .features-item__image {
    width: 50%;
  }

  .features-item__innerbox__2cols .features-item__innerbox__cont {
    padding-left: 2rem;
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .features-item {
    margin-top: 30px;
  }

  .features-item__title__num {
    width: 36px;
    margin-right: 6px;
  }

  .features-item__title {
    font-size: 1.375rem;
  }

  .features-item__heaader {
    flex-direction: column-reverse;
  }

  .exclamation {
    font-size: 0.875rem;
    line-height: 1.125rem;
    align-self: flex-end;
  }

  .exclamation::before {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .features-item__tag-head .exclamation {
    margin-right: 12px;
    margin-top: 8px;
  }

  .features-item__box {
    margin-top: 8px;
  }

  .features-item__subtitle {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 6px 10px;
  }

  .features-item__tag-head {
    flex-direction: column;
    margin-top: 20px;
  }

  .features-item__tag {
    align-self: flex-start;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 6px 20px;
    border-radius: 6px;
    margin-left: -6px;
  }

  .features-item__tag::before, .features-item__tag::after {
    width: 6px;
    height: 12px;
  }

  .features-item__tag::before {
    bottom: -6px;
  }

  .features-item__tag::after {
    bottom: -12px;
  }

  .features-item__innerbox {
    padding: 20px;
  }

  .features-item__innerbox__2cols .features-item__innerbox__cont {
    margin-top: 1rem;
  }
}
.pharmacy01_cont01 {
  border-bottom: #55697e 1px solid;
}

.pharmacy01_cont01__title {
  border-bottom: #55697e 1px solid;
  display: flex;
}

.pharmacy01_cont01__title__txt {
  color: #fff;
  background-color: #55697e;
}

.pharmacy01_cont01__list {
  color: #0f3f5f;
  counter-reset: number;
}

.pharmacy01_cont01__list li::before {
  content: counter(number);
  counter-increment: number;
  background-color: #0f3f5f;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 1.3em;
  width: 1.3em;
  margin-right: 0.2em;
  position: relative;
}

.pharmacy01_cont01__note {
  background-color: #e7ebee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 769px), print {
  .pharmacy01_cont01 {
    margin-top: 1rem;
  }

  .pharmacy01_cont01__title__txt {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 4px 12px 3px;
  }

  .pharmacy01_cont01__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
  }

  .pharmacy01_cont01__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .pharmacy01_cont01__list li {
    padding-right: 1em;
  }

  .pharmacy01_cont01__list li::before {
    font-size: 1rem;
    top: -2px;
  }

  .pharmacy01_cont01__note {
    flex-shrink: 0;
    padding: 8px 20px;
  }

  .pharmacy01_cont01__note02 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .pharmacy01_cont01 {
    margin-top: 1rem;
  }

  .pharmacy01_cont01__title__txt {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 3px 8px 2px;
  }

  .pharmacy01_cont01__inner {
    padding: 8px;
  }

  .pharmacy01_cont01__list {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .pharmacy01_cont01__list li {
    padding-right: 1em;
  }

  .pharmacy01_cont01__list li::before {
    font-size: 0.875rem;
    top: -1px;
  }

  .pharmacy01_cont01__note {
    padding: 6px 12px;
    margin-top: 8px;
  }

  .pharmacy01_cont01__note01 {
    font-size: 0.875rem;
  }

  .pharmacy01_cont01__note02 {
    font-size: 0.75rem;
  }
}
.pharmacy02_img__list {
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: 400;
}

.pharmacy02_img__list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.75em;
}

.pharmacy02_img__list li::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  left: 0;
  top: 0.55em;
}

.pharmacy02_img__list:nth-child(1) {
  border-color: #27a844;
}

.pharmacy02_img__list:nth-child(1) li::before {
  background-color: #27a844;
}

.pharmacy02_img__list:nth-child(2) {
  border-color: #f17200;
}

.pharmacy02_img__list:nth-child(2) li::before {
  background-color: #f17200;
}

@media screen and (min-width: 769px), print {
  .pharmacy02_img {
    position: relative;
  }

  .pharmacy02_img__list {
    position: absolute;
    font-size: min(0.875rem, 1.4vw);
    padding: 0.625em 0;
  }

  .pharmacy02_img__list:nth-child(1) {
    top: 65%;
    left: 22.5%;
    width: 20%;
  }

  .pharmacy02_img__list:nth-child(2) {
    top: 65%;
    left: 80%;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .pharmacy02_img__list__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
  }

  .pharmacy02_img__list {
    font-size: 0.75rem;
    padding: 0.625em 0;
    align-self: flex-start;
  }

  .pharmacy02_img__list:nth-child(1) {
    width: calc(45% - 6px);
  }

  .pharmacy02_img__list:nth-child(2) {
    width: calc(55% - 6px);
    margin-left: 12px;
  }
}
.pharmacy04_cont01__list dt {
  padding-left: 1rem;
  color: #27a844;
  position: relative;
}

.pharmacy04_cont01__list dt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.6em;
  height: 0.7em;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background-color: #f39800;
}

.pharmacy04_cont01__list dd {
  padding-left: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 769px), print {
  .pharmacy04_cont01__list dt {
    font-size: 1.25rem;
  }

  .pharmacy04_cont01__list dd {
    margin-top: 0.2em;
  }

  .pharmacy04_cont01__list dd + dt {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  .pharmacy04_cont01__list dt {
    font-size: 1.125rem;
  }

  .pharmacy04_cont01__list dd {
    margin-top: 0.1em;
  }

  .pharmacy04_cont01__list dd + dt {
    margin-top: 0.5em;
  }
}
.facility02_cont01 li {
  color: #fff;
  text-align: center;
}

.facility02_cont01 li:nth-child(1) {
  background-color: #f6ad3c;
}

.facility02_cont01 li:nth-child(2) {
  background-color: #f2903e;
}

.facility02_cont01 li:nth-child(3) {
  background-color: #ee723f;
}

.facility02_cont01 li:nth-child(4) {
  background-color: #ea5541;
}

.facility02_cont01 .marker {
  background: linear-gradient(to bottom, transparent 70%, #f6bed0 70%, #f6bed0 95%, transparent 95%);
}

.facility02_cont01__txt {
  font-weight: 400;
}

@media screen and (min-width: 769px), print {
  .facility02_cont01__list li {
    font-size: min(1.25rem, 2.2vw);
    line-height: 1.75rem;
    padding: 6px 8px;
    border-radius: 20px;
  }

  .facility02_cont01__list li + li {
    margin-top: 10px;
  }

  .facility02_cont01__txt {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .facility02_cont01__list li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 4px 8px;
    border-radius: 16px;
  }

  .facility02_cont01__list li + li {
    margin-top: 8px;
  }

  .facility02_cont01__txt {
    margin-top: 1rem;
  }
}
.features__footer {
  position: sticky;
  display: flex;
  justify-content: center;
}

.features__footer__link {
  display: block;
  color: #fff;
}

#pharmacy .features__footer__link {
  background-color: rgba(0, 145, 58, 0.8);
}

#facility .features__footer__link {
  background-color: rgba(234, 85, 20, 0.8);
}

.features__footer__link::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  margin-right: 0.75em;
  position: relative;
  top: 0.05em;
}

@media screen and (min-width: 769px), print {
  .features__footer {
    bottom: 1rem;
    right: 0;
    margin-top: 4rem;
  }

  .features__footer__link {
    font-size: 1.125rem;
    line-height: 4rem;
    border-radius: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .features__footer__link::before {
    border-width: 2px 2px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .features__footer {
    bottom: 1rem;
    right: 0;
    margin-top: 2rem;
  }

  .features__footer__link {
    font-size: 0.875rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .features__footer__link::before {
    border-width: 1px 1px 0 0;
  }
}
.cta {
  background-image: url("/public/img/lp/cta_bg-8eca468456268d829b487fc3a765c86d.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta__title {
  text-align: center;
}

.cta__buttons {
  display: flex;
  justify-content: space-between;
}

.cta__button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.cta__button--primary {
  background-color: #f17200;
  border-color: #f17200;
}

.cta__button--primary:hover {
  background-color: #fff;
  color: #f17200;
}

.cta__button--secondary {
  background-color: #27a844;
  border-color: #27a844;
}

.cta__button--secondary:hover {
  color: #27a844;
  background-color: #fff;
}

@media screen and (min-width: 769px), print {
  .cta {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .cta__title {
    font-size: 1.625rem;
  }

  .cta__buttons {
    margin-top: 2rem;
  }

  .cta__buttons li {
    width: calc(50% - 10px);
  }

  .cta__button {
    font-size: 1.5rem;
    line-height: 2rem;
    height: 6rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .cta__buttons {
    margin-top: 1rem;
  }

  .cta__buttons li {
    width: calc(50% - 4px);
  }

  .cta__button {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    height: 4.5rem;
    border-radius: 2.25rem;
  }

  .cta__button .ilb {
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.faq .tabs {
  display: flex;
  justify-content: space-between;
}

.faq__section {
  display: none;
}

.faq__section--features {
  text-align: center;
}

.faq__highlight {
  font-size: clamp(18px, 2vw, 24px);
  color: #ed6c00;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .faq__highlight {
    font-size: 5.3333333333vw;
  }
}
.faq__section.is-active {
  display: block;
}

.faq__section {
  padding: 56px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  border: 1px solid #ed6c00;
  margin-top: -1px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .faq__section {
    padding: 10.6666666667vw 4.2666666667vw 8.5333333333vw;
    background-color: #fff;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
  }
}
.faq__section--pharmacy {
  border: 1px solid #27a844;
}

.tabs__button {
  width: 49.5%;
  border-radius: 10px 10px 0 0px;
  padding: 16px;
  color: #ed6c00;
  color: rgba(237, 108, 0, 0.3);
  border: 1px solid #ed6c00;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .tabs__button {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    padding: 2.1333333333vw 0;
    gap: 2.1333333333vw;
  }
}
.tabs__button:hover {
  color: #fff;
  background-color: #ed6c00;
  transition: all 0.3s;
}

.tabs__button:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(144deg) brightness(109%) contrast(101%);
}

.tabs__button img {
  filter: invert(88%) sepia(10%) saturate(1738%) hue-rotate(317deg) brightness(107%) contrast(96%);
}

@media screen and (max-width: 768px) {
  .tabs__button img {
    height: 60%;
  }
}
.tabs__button.is-active {
  background-color: #ed6c00;
  color: #fff;
  position: relative;
}

.tabs__button.is-active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ed6c00;
}

@media screen and (max-width: 768px) {
  .tabs__button.is-active::after {
    border-left: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid transparent;
    border-top: 2.6666666667vw solid #ed6c00;
    bottom: -2.6666666667vw;
  }
}
.tabs__button.is-active img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(144deg) brightness(109%) contrast(101%);
}

.tabs__button--pharmacy {
  color: rgba(39, 168, 68, 0.3);
  border: 1px solid #27a844;
}

.tabs__button--pharmacy img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(10%) saturate(532%) hue-rotate(82deg) brightness(91%) contrast(96%);
}

@media screen and (max-width: 768px) {
  .tabs__button--pharmacy img {
    height: 60%;
  }
}
.tabs__button--pharmacy.is-active {
  background-color: #27a844;
}

.tabs__button--pharmacy.is-active::after {
  border-top: 10px solid #27a844;
}

@media screen and (max-width: 768px) {
  .tabs__button--pharmacy.is-active::after {
    border-top: 2.6666666667vw solid #27a844;
  }
}
.tabs__button--pharmacy:hover {
  color: #fff;
  background-color: #27a844;
  transition: all 0.3s;
}

.tabs__button--pharmacy:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(144deg) brightness(109%) contrast(101%);
}

.faq__item {
  margin-bottom: 1rem;
  background-color: #fffbed;
  border-radius: 10px;
  padding: 24px;
}

@media screen and (max-width: 768px) {
  .faq__item {
    padding: 0vw;
  }
}
.faq__item:last-child {
  margin-bottom: 0rem;
}

.faq__section--pharmacy .faq__item {
  background-color: #eef6f1;
}

.faq__item .faq__question span, .faq__item a {
  color: #f17200;
}

.faq__section--pharmacy .faq__item .faq__question span, .faq__section--pharmacy .faq__item a {
  color: #27a844;
}

.faq__question {
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}

@media screen and (min-width: 769px), print {
  .faq__question {
    padding: 16px 16px;
    padding-right: 2em;
    font-size: clamp(16px, 1.8vw, 20px);
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .faq__question {
    padding: 6.4vw 10.6666666667vw 6.4vw 4.2666666667vw;
    font-size: 1.125rem;
    gap: 3.2vw;
  }
}
.faq__question p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .faq__question::after {
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid currentColor;
    border-right: 0.5333333333vw solid currentColor;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 0.2666666667vw;
    transition: transform 0.3s ease-in-out;
  }
}
.faq__item.faq__question--active .faq__question::after {
  transform: translateY(-50%) rotate(-45deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  line-height: 1.7;
  font-weight: 500;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .faq__answer {
    padding: 0 4.2666666667vw;
  }
}
.faq__item.faq__question--active .faq__answer {
  max-height: 500px;
  padding: 8px 16px 16px;
}

@media screen and (max-width: 768px) {
  .faq__item.faq__question--active .faq__answer {
    padding: 0vw 4.2666666667vw 4.2666666667vw;
  }
}
.flow {
  text-align: center;
  background-color: #f0ede2;
}

@media screen and (min-width: 769px), print {
  .flow {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 2.5rem 0;
  }
}
.flow__description {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .flow__description {
    margin-bottom: 4.2666666667vw;
  }
}
.flow__highlight {
  font-size: 26px;
  color: #ed6c00;
}

@media screen and (max-width: 768px) {
  .flow__highlight {
    font-size: 6.9333333333vw;
  }
}
.flow__read {
  background-color: #fffbed;
  font-size: clamp(16px, 1.5vw, 18px);
  padding: 12px 0;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow__read {
    font-size: 4.8vw;
    padding: 3.2vw 0;
    border-radius: 2.6666666667vw;
  }
}
.faq__item.faq__question--active .arrow {
  transform: rotate(180deg);
}

.flow__tabs {
  display: flex;
  justify-content: space-between;
}

.flow__tab {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
}

.flow__tab.pharmacy {
  color: #27a844;
  border-color: #27a844;
}

.flow__tab.pharmacy.is-active, .flow__tab.pharmacy:hover, .flow__tab.pharmacy:active {
  background-color: #27a844;
}

.flow__tab.facility {
  color: #f17200;
  border-color: #f17200;
}

.flow__tab.facility.is-active, .flow__tab.facility:hover, .flow__tab.facility:active {
  background-color: #f17200;
}

.flow__tab.is-active, .flow__tab:hover, .flow__tab:active {
  color: #fff;
}

@media screen and (min-width: 769px), print {
  .flow__tabs {
    margin-top: 4rem;
  }

  .flow__tab {
    font-size: 1.25rem;
    line-height: 40px;
    padding: 4px 0;
    border-radius: 25px;
    width: calc(50% - 8px);
  }

  .flow__tab:not(.is-active) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow__tabs {
    margin-top: 2rem;
  }

  .flow__tab {
    font-size: 1rem;
    line-height: 32px;
    padding: 3px 0;
    border-radius: 20px;
    width: calc(50% - 4px);
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  align-items: stretch;
  padding: 0;
  margin: 0;
  gap: 32px;
}

@media screen and (min-width: 769px), print {
  .flow .tab_content {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .flow__list {
    align-items: stretch;
    gap: 1.25rem;
    flex-direction: column;
    padding: 4.2666666667vw;
  }
}
.flow__item {
  flex: 1;
  background: #ffffff;
  text-align: center;
  padding: 8px 0px 32px 0px;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  height: 200px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flow__item {
    height: auto;
    padding: 2.1333333333vw 2.1333333333vw 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .flow__item {
    padding: 2.1333333333vw 0 8.5333333333vw;
    border-radius: 2.6666666667vw;
    height: 53.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.flow__item:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: -17px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .flow__item:not(:last-child)::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
    border-radius: 0.2666666667vw;
    right: auto;
    top: auto;
    left: 50%;
    bottom: -1.125rem;
    transform: translateX(-50%) rotate(135deg);
  }
}
.flow__step {
  position: absolute;
  left: 0;
  color: #fff;
  border-radius: 0 40px 40px 0px;
  padding: 4px 10px;
  font-size: clamp(16px, 1.5vw, 18px);
}

.flow--pharmacy .flow__step {
  background-color: #27a844;
}

.flow--facility .flow__step {
  background-color: #f17200;
}

@media screen and (max-width: 768px) {
  .flow__step {
    border-radius: 0 10.6666666667vw 10.6666666667vw 0;
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.flow__label {
  font-size: 13px;
  padding-right: 8px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow__label {
    font-size: 3.2vw;
    padding-right: 2.1333333333vw;
  }
}
.flow__image {
  margin: 32px auto 16px;
  height: 80px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .flow__image {
    margin: 8.5333333333vw auto 4.2666666667vw;
    height: 18.6666666667vw;
  }
}
.flow__text {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .flow__text {
    font-size: 4.8vw;
  }
}
.flow__note p {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .flow__note {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .flow__note {
    margin-top: 1.25rem;
  }

  .flow__note p {
    font-size: 4.2666666667vw;
  }
}
.flow__note li {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  margin-top: 8px;
  list-style-type: disc;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .flow__note li {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.flow__accordion-title .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .flow__accordion-title .icon {
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 0.5333333333vw solid currentColor;
    border-right: 0.5333333333vw solid currentColor;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: transform 0.3s ease-in-out;
  }
}
.contact__error-messages {
  color: red;
  font-size: 14px;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .contact__error-messages {
    font-size: 3.7333333333vw;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
/* 基本的なスタイル設定 */
.contact {
  padding: 80px 0px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 12.8vw 4.2666666667vw 12.8vw;
  }
}
.contact__inner {
  display: flex;
  justify-content: space-between;
  width: 1220px;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .contact__inner {
    flex-direction: column;
    max-width: 100%;
    padding: 0;
  }
}
.contact__left {
  flex: 0 0 460px;
  margin-right: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__left {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 768px) {
  .contact__left {
    margin-right: 0;
    margin-bottom: 6.4vw;
  }
}
.contact__right {
  flex: 1;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .contact__right {
    max-width: 100%;
  }
}
.contact__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.contact__list {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .contact__list {
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.contact__list li {
  margin-bottom: 0.5rem;
}

.contact__desc {
  font-size: 16px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .contact__desc {
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.contact__image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .contact__image img {
    max-width: 100%;
    border-radius: 2.6666666667vw;
  }
}
.contact__form {
  background-color: #fff;
  padding: 48px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .contact__form {
    padding: 6.4vw;
    border-radius: 2.6666666667vw;
  }
}
.form__group {
  margin-bottom: 20px;
}

.form__group label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .form__group label {
    font-size: 4.2666666667vw;
  }
}
.form__group input,
.form__group textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .form__group input,
.form__group textarea {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
  }
}
.form__group input:focus,
.form__group textarea:focus {
  border-color: #ed6c00;
  outline: none;
}

textarea {
  min-height: 150px;
}

@media screen and (max-width: 768px) {
  textarea {
    min-height: 40vw;
  }
}
.required {
  color: red;
}

.contact__note {
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact__note {
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.contact__note a {
  text-decoration: underline;
}

.contact__submit {
  display: inline-block;
  background-color: #ed6c00;
  color: #fff;
  padding: 16px 30px;
  font-size: clamp(16px, 1.5vw, 18px);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  border: 2px solid;
  transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
  .contact__submit {
    padding: 4.2666666667vw 6.4vw;
    font-size: 4.8vw;
  }
}
.contact__submit:hover {
  color: #ed6c00;
  background-color: #fff;
  transition: 0.3s ease;
}

.contact-complete .contact__title {
  text-align: center;
}

.contact-complete .contact__image {
  margin-bottom: 6.4vw;
}

.contact-complete .contact__image img {
  margin: 0 auto;
}

.contact-complete .center_blk {
  margin: 0 auto;
  width: fit-content;
}