@charset "UTF-8";
/* リセット
--------------------------------- */
body {
  font-family: "Noto Sans JP", serif;
  color: #333333;
  font-weight: 700;
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, span {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

img, figure {
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

figure {
  margin: 0;
}

/* カラー
--------------------------------- */
/* ボタン
--------------------------------- */
.btn {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover {
  opacity: 0.9;
  -webkit-filter: drop-shadow(0 3px 6px #0003) brightness(1.1) !important;
  filter: drop-shadow(0 3px 6px #0003) brightness(1.1) !important;
}

/* マーカー
--------------------------------- */
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #FEE13C));
  background: -webkit-linear-gradient(transparent 65%, #FEE13C 0%);
  background: linear-gradient(transparent 65%, #FEE13C 0%);
}

/* pc sp
--------------------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-ib {
  display: inline-block;
}

.pc-im {
  display: block !important;
}

.sp-im {
  display: none !important;
}

br.pc {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .pc, .pc-ib, br.pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc-im {
    display: none !important;
  }

  .sp-im {
    display: block !important;
  }

  br.sp {
    display: inline-block;
  }
}
.dp-n {
  display: none;
}

.dp-n-im {
  display: none !important;
}

/* font
--------------------------------- */
.ff-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

/* CTA
--------------------------------- */
.cta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 537px;
  padding: 42px 0 50px;
  text-align: center;
  background: url(../img/cta/cta-bg-1.jpg) no-repeat top/cover;
}
.cta img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cta h2 {
  margin-bottom: 27px;
  font-size: 28px;
  font-weight: 700;
  color: #F76C7C;
}
.cta .cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  margin-bottom: 40px;
}
.cta .cta-btns a {
  width: 460px;
  height: 105px;
  -webkit-filter: drop-shadow(0 3px 6px #0003);
  filter: drop-shadow(0 3px 6px #0003);
}
.cta h3 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  color: #F76C7C;
}
.cta .cta-tel {
  pointer-events: none;
  display: block;
  width: 374px;
  height: 62px;
  margin: 0 auto 45px;
}
.cta .cta-tel-sp {
  display: none;
}
.cta .cta-medicine {
  display: block;
  width: 340px;
  height: 58px;
  /* margin: 0 auto; */
  -webkit-filter: drop-shadow(0 3px 6px #0003);
  filter: drop-shadow(0 3px 6px #0003);
}
.cta.cta-2 {
  height: 485px;
  padding: 75px 0 50px;
}

@media (max-width: 950px) {
  .cta .cta-btns {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .cta {
    height: auto;
    padding: 30px 18px 30px;
  }
  .cta h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .cta .cta-btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 23px;
    width: 92%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 29px;
  }
  .cta .cta-btns a {
    width: 100%;
    height: auto;
  }
  .cta h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cta .cta-tel {
    display: none;
  }
  .cta .cta-tel-sp {
    display: block;
    width: 82%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 24px;
  }
  .cta .cta-medicine {
    width: 70%;
    max-width: 280px;
    height: auto;
  }
  .cta.cta-2 {
    height: auto;
    padding: 30px 0 42px;
  }
  .cta.cta-2 .cta-tel-sp {
    margin-bottom: 0;
  }
}
/* フロート来院診療ボタン
--------------------------------- */
.float-btn {
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 161px;
}
.float-btn a {
  display: block;
  -webkit-filter: drop-shadow(0 3px 6px #0003);
  filter: drop-shadow(0 3px 6px #0003);
}
.float-btn a:nth-of-type(1) {
  width: 100%;
  margin-bottom: 10px;
}

.sp-btm-btn {
  display: none;
}

@media (max-width: 767px) {
  .sp-btm-btn {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    width: 100%;
    height: 64px;
    background-color: #fffd;
  }
  .sp-btm-btn a {
    -webkit-filter: drop-shadow(0 3px 6px #0003);
    filter: drop-shadow(0 3px 6px #0003);
  }
  .sp-btm-btn a:nth-of-type(1) {
    width: 112px;
    height: 54px;
  }
  .sp-btm-btn a:nth-of-type(2) {
    width: 228px;
    height: 54px;
  }
}
/* footer
--------------------------------- */
.footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 92px;
  background-color: #C2BFB9;
}
.footer .footer-copyright {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .footer {
    height: 56px;
    margin-bottom: 64px;
    padding: 27px 0;
  }
  .footer .footer-copyright {
    font-size: 10px;
    margin-top: 0;
  }
}
/* カラー
--------------------------------- */
/* hero
--------------------------------- */
.hero {
  width: 100%;
  height: 500px;
  background: url(../img/hero/hero-bg-pc.jpg) no-repeat top center/cover;
}
.hero .container {
  position: relative;
  width: 98%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 17px;
}
.hero .container .logo {
  width: 322px;
  height: 82px;
}
.hero .container .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 400px;
}
.hero .container .hero-text > span:nth-child(1) {
  width: 814px;
  height: 184px;
  margin: 0 auto 0;
}
.hero .container .hero-text > span:nth-child(1) img {
  height: 100%;
}
.hero .container .hero-text > span:nth-child(2) {
  position: relative;
  width: 814px;
  height: 187px;
  margin: auto auto 0;
}
.hero .container .hero-text > span:nth-child(2) .hero-price {
  position: absolute;
  bottom: 5px;
  right: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 105px;
  font-weight: 700;
  color: #F76C7C;
}
.hero .container .hero-text > span:nth-child(2) .hero-price > span {
  font-size: 70px;
}
.hero .container .hero-text > span:nth-child(2) .hero-price > div {
  position: relative;
  font-size: 50px;
}
.hero .container .hero-text > span:nth-child(2) .hero-price > div > span {
  position: absolute;
  top: -8px;
  left: 3px;
  font-size: 16px;
}

@media (max-width: 864px) {
  .hero .container .hero-text span:nth-child(1) {
    width: 726px;
    height: -webkit-calc(184px * 726 / 814);
    height: calc(184px * 726 / 814);
    margin: 26px auto 0;
  }
  .hero .container .hero-text span:nth-child(2) {
    width: 726px;
    height: -webkit-calc(184px * 726 / 814);
    height: calc(184px * 726 / 814);
  }
}
@media (max-width: 767px) {
  .hero {
    height: auto;
    aspect-ratio: 375/401;
    background: url(../img/hero/hero-bg-sp.jpg) no-repeat top center/cover;
  }
  .hero .container {
    width: 100%;
    height: 100%;
    padding-top: 14px;
  }
  .hero .container .logo {
    width: 50vw;
    height: 11.0824742268vw;
    height: auto;
  }
  .hero .container .hero-text {
    height: -webkit-calc(100% - 11.0824742268vw - 14px);
    height: calc(100% - 11.0824742268vw - 14px);
  }
  .hero .container .hero-text span:nth-child(3) {
    width: 45%;
    height: auto;
    margin: 10vw auto 0 16px;
  }
  .hero .container .hero-text span:nth-child(4) {
    width: 96%;
    max-width: 500px;
    height: auto;
    margin: auto auto 0 0;
  }
}
/* reason
--------------------------------- */
.reason {
  width: 100%;
  padding: 73px 0 80px;
  background-color: #FFA2A2;
}
.reason h2 {
  width: 448px;
  height: 107px;
  margin: 0 auto 25px;
}
.reason h2 img {
  -o-object-fit: contain;
  object-fit: contain;
}
.reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 21px;
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
}
.reason ul li {
  overflow: hidden;
  width: 31.8367346939%;
  border-radius: 10px;
}
.reason ul li img {
  height: 140px;
}
.reason ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 120px;
  background-color: #fff;
}
.reason ul li div h3 {
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.reason ul li div h3 span {
  color: #F76C7C;
}
.reason ul li div small {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 900px) {
  .reason ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .reason ul li {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .reason {
    padding: 29px 0 46px;
  }
  .reason h2 {
    width: 80%;
    max-width: 500px;
    height: auto;
  }
  .reason ul {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .reason ul li {
    width: 47%;
  }
  .reason ul li div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 144px;
    padding: 19% 2.5% 22%;
  }
  .reason ul li div h3 {
    font-size: 18px;
  }
  .reason ul li div small {
    font-size: 14px;
  }
  .reason ul li div small span {
    display: none;
  }
}
/* blueday
--------------------------------- */
.blueday .blk-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 800px;
  padding-top: 70px;
  background: url(../img/blueday/img-blueday-bg.png) no-repeat top center/100% 100%;
}
.blueday .blk-1 h2 {
  width: 288px;
  height: 136px;
  margin: 0 auto;
}
.blueday .blk-1 h2 img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.blueday .blk-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
}
.blueday .blk-1 ul li:nth-child(1) {
  width: 32.7551020408%;
  aspect-ratio: 321/248;
  position: relative;
  top: -40px;
}
.blueday .blk-1 ul li:nth-child(2) {
  width: 32.6530612245%;
  aspect-ratio: 320/252;
  position: relative;
  top: 20px;
  right: 20px;
}
.blueday .blk-1 ul li:nth-child(3) {
  width: 33.3673469388%;
  aspect-ratio: 327/291;
  position: relative;
  top: -70px;
}
.blueday .blk-1 ul li:nth-child(4) {
  width: 35.612244898%;
  aspect-ratio: 348/284;
  position: relative;
  top: -60px;
}
.blueday .blk-1 ul li:nth-child(5) {
  width: 30.7142857143%;
  aspect-ratio: 301/296;
  position: relative;
  top: -20px;
  right: 30px;
}
.blueday .blk-1 ul li:nth-child(6) {
  width: 28.3673469388%;
  aspect-ratio: 378/249;
  position: relative;
  top: -20px;
  right: 10px;
}
.blueday .blk-1 ul li:nth-child(1) {
  background: url(../img/blueday/img-blueday-1.png) no-repeat center/contain;
}
.blueday .blk-1 ul li:nth-child(2) {
  background: url(../img/blueday/img-blueday-2.png) no-repeat center/contain;
}
.blueday .blk-1 ul li:nth-child(3) {
  background: url(../img/blueday/img-blueday-3.png) no-repeat center/contain;
}
.blueday .blk-1 ul li:nth-child(4) {
  background: url(../img/blueday/img-blueday-4.png) no-repeat center/contain;
}
.blueday .blk-1 ul li:nth-child(5) {
  background: url(../img/blueday/img-blueday-5.png) no-repeat center/contain;
}
.blueday .blk-1 ul li:nth-child(6) {
  background: url(../img/blueday/img-blueday-6.png) no-repeat center/contain;
}
.blueday .blk-2 {
  position: relative;
  aspect-ratio: 2049/881;
  height: auto;
  margin-top: -1px;
  background: url(../img/blueday/img-blueday-bg-2.jpg) no-repeat top center/100%;
}
.blueday .blk-2 h3 {
  position: absolute;
  left: 46%;
  top: max(150px, 10vw);
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
}
.blueday .blk-2 h3 span {
  color: #F76C7C;
}
.blueday .blk-2 h3 span:nth-of-type(1) {
  font-size: 30px;
}
.blueday .blk-2 h3 span:nth-of-type(2) {
  font-size: 44px;
}
.blueday .blk-2 h3 span:nth-of-type(3) {
  font-size: 30px;
}
.blueday .blk-2 div {
  position: absolute;
  left: 46%;
  top: max(280px, 18vw);
  width: 480px;
  padding: 30px;
  background-color: #fffb;
}
.blueday .blk-2 div h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #F76C7C;
}
.blueday .blk-2 div p {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1300px) {
  .blueday .blk-2 {
    aspect-ratio: unset;
    height: 32vw;
    min-height: 558px;
  }
}
@media (max-width: 1200px) {
  .blueday .blk-1 {
    height: 763px;
  }
  .blueday .blk-2 {
    aspect-ratio: 2049/1041;
    background: url(../img/blueday/img-blueday-bg-3.jpg) no-repeat top center/100%;
  }
  .blueday .blk-2 h3 {
    top: 130px;
  }
  .blueday .blk-2 div {
    top: 260px;
  }
}
@media (max-width: 1000px) {
  .blueday .blk-1 {
    height: 722px;
  }
  .blueday .blk-2 h3 {
    left: 46%;
    top: 110px;
    font-size: 24px;
  }
  .blueday .blk-2 h3 span:nth-of-type(1) {
    font-size: 28px;
  }
  .blueday .blk-2 h3 span:nth-of-type(2) {
    font-size: 42px;
  }
  .blueday .blk-2 h3 span:nth-of-type(3) {
    font-size: 28px;
  }
  .blueday .blk-2 div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 46%;
    top: 230px;
    width: 480px;
    padding: 20px;
  }
  .blueday .blk-2 div h4 {
    font-size: 22px;
  }
  .blueday .blk-2 div p {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  .blueday .blk-1 {
    height: 672px;
  }
  .blueday .blk-2 h3 {
    left: 44%;
    top: 90px;
    font-size: 20px;
  }
  .blueday .blk-2 h3 span:nth-of-type(1) {
    font-size: 24px;
  }
  .blueday .blk-2 h3 span:nth-of-type(2) {
    font-size: 36px;
  }
  .blueday .blk-2 h3 span:nth-of-type(3) {
    font-size: 24px;
  }
  .blueday .blk-2 div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 44%;
    top: 190px;
    width: 420px;
    padding: 16px;
  }
  .blueday .blk-2 div h4 {
    font-size: 20px;
  }
  .blueday .blk-2 div p {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .blueday {
    z-index: 2;
    position: relative;
  }
  .blueday .blk-1 {
    overflow: hidden;
    height: auto;
    padding-top: 50px;
    background: url(../img/blueday/img-blueday-bg-sp.jpg) no-repeat top center/100% 100%;
  }
  .blueday .blk-1 h2 {
    width: 182px;
    height: 86px;
    margin: 0 auto 16px;
  }
  .blueday .blk-1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .blueday .blk-1 ul li:nth-child(1) {
    width: 80%;
    background: url(../img/blueday/img-blueday-1-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(2) {
    width: 60%;
    background: url(../img/blueday/img-blueday-2-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(3) {
    width: 70%;
    background: url(../img/blueday/img-blueday-3-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(4) {
    width: 75%;
    background: url(../img/blueday/img-blueday-4-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(5) {
    width: 75%;
    background: url(../img/blueday/img-blueday-5-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(6) {
    width: 70%;
    background: url(../img/blueday/img-blueday-6-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(1) {
    aspect-ratio: 349/206;
    top: unset;
    left: 2%;
    right: unset;
  }
  .blueday .blk-1 ul li:nth-child(2) {
    aspect-ratio: 283/183;
    top: unset;
    left: unset;
    right: 3%;
    margin-top: -70px;
    margin-left: auto;
  }
  .blueday .blk-1 ul li:nth-child(3) {
    aspect-ratio: 329/189;
    top: unset;
    left: 2%;
    right: unset;
    margin-top: -40px;
  }
  .blueday .blk-1 ul li:nth-child(4) {
    aspect-ratio: 362/264;
    top: unset;
    left: unset;
    right: -1%;
    margin-top: -100px;
    margin-left: auto;
  }
  .blueday .blk-1 ul li:nth-child(5) {
    aspect-ratio: 362/226;
    top: unset;
    left: 2%;
    right: unset;
    margin-top: -75px;
  }
  .blueday .blk-1 ul li:nth-child(6) {
    aspect-ratio: 330/190;
    top: unset;
    left: unset;
    right: 3%;
    margin-top: -15px;
    margin-left: auto;
  }
  .blueday .blk-2 {
    position: relative;
    aspect-ratio: auto;
    height: 70vw;
    max-height: 400px;
    background: url(../img/blueday/img-blueday-bg-2-sp.jpg) no-repeat top center/100%;
  }
  .blueday .blk-2 h3 {
    position: absolute;
    left: 46%;
    top: 13.5vw;
    font-size: 22px;
  }
  .blueday .blk-2 h3 span:nth-of-type(1) {
    font-size: 26px;
  }
  .blueday .blk-2 h3 span:nth-of-type(2) {
    font-size: 32px;
  }
  .blueday .blk-2 h3 span:nth-of-type(3) {
    font-size: 26px;
  }
  .blueday .blk-2 div {
    position: absolute;
    left: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, 20%);
    -ms-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
    width: 90%;
    max-width: 450px;
    padding: 16px 14px 16px;
  }
  .blueday .blk-2 div h4 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
  .blueday .blk-2 div p {
    font-size: 14px;
    line-height: 1.6666666667;
  }
}
@media (max-width: 500px) {
  .blueday {
    z-index: 2;
    position: relative;
  }
  .blueday .blk-1 {
    overflow: hidden;
    height: auto;
    padding-top: 50px;
    background: url(../img/blueday/img-blueday-bg-sp.jpg) no-repeat top center/100% 100%;
  }
  .blueday .blk-1 h2 {
    width: 182px;
    height: 86px;
    margin: 0 auto 16px;
  }
  .blueday .blk-1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .blueday .blk-1 ul li:nth-child(1) {
    width: 100%;
    background: url(../img/blueday/img-blueday-1-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(2) {
    width: 80%;
    background: url(../img/blueday/img-blueday-2-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(3) {
    width: 90%;
    background: url(../img/blueday/img-blueday-3-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(4) {
    width: 100%;
    background: url(../img/blueday/img-blueday-4-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(5) {
    width: 100%;
    background: url(../img/blueday/img-blueday-5-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(6) {
    width: 100%;
    background: url(../img/blueday/img-blueday-6-sp.png) no-repeat center/contain;
  }
  .blueday .blk-1 ul li:nth-child(1) {
    aspect-ratio: 349/206;
    top: unset;
    left: -10%;
    right: unset;
  }
  .blueday .blk-1 ul li:nth-child(2) {
    aspect-ratio: 283/183;
    top: unset;
    left: unset;
    right: -10%;
    margin-top: -50px;
    margin-left: auto;
  }
  .blueday .blk-1 ul li:nth-child(3) {
    aspect-ratio: 329/189;
    top: unset;
    left: -10%;
    right: unset;
    margin-top: -20px;
  }
  .blueday .blk-1 ul li:nth-child(4) {
    aspect-ratio: 362/264;
    top: unset;
    left: unset;
    right: -10%;
    margin-top: -80px;
    margin-left: auto;
  }
  .blueday .blk-1 ul li:nth-child(5) {
    aspect-ratio: 362/226;
    top: unset;
    left: -10%;
    right: unset;
    margin-top: -46px;
  }
  .blueday .blk-1 ul li:nth-child(6) {
    aspect-ratio: 330/190;
    top: unset;
    left: unset;
    right: -10%;
    margin-top: 0px;
    margin-left: auto;
  }
  .blueday .blk-2 {
    position: relative;
    aspect-ratio: auto;
    height: 70vw;
    max-height: 400px;
    background: url(../img/blueday/img-blueday-bg-2-sp.jpg) no-repeat top center/100%;
  }
  .blueday .blk-2 h3 {
    position: absolute;
    left: 46%;
    top: 14vw;
    font-size: 20px;
  }
  .blueday .blk-2 h3 span:nth-of-type(1) {
    font-size: 24px;
  }
  .blueday .blk-2 h3 span:nth-of-type(2) {
    font-size: 30px;
  }
  .blueday .blk-2 h3 span:nth-of-type(3) {
    font-size: 24px;
  }
  .blueday .blk-2 div {
    position: absolute;
    left: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, 20%);
    -ms-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
    width: 90%;
    max-width: 450px;
    padding: 16px 14px 16px;
  }
  .blueday .blk-2 div h4 {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .blueday .blk-2 div p {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
@media (max-width: 450px) {
  .blueday {
    z-index: 2;
    position: relative;
  }
  .blueday .blk-2 {
    position: relative;
    aspect-ratio: auto;
    height: 70vw;
    max-height: 400px;
    background: url(../img/blueday/img-blueday-bg-2-sp.jpg) no-repeat top center/100%;
  }
  .blueday .blk-2 h3 {
    position: absolute;
    left: 46%;
    top: 14vw;
    font-size: 18px;
  }
  .blueday .blk-2 h3 span:nth-of-type(1) {
    font-size: 22px;
  }
  .blueday .blk-2 h3 span:nth-of-type(2) {
    font-size: 28px;
  }
  .blueday .blk-2 h3 span:nth-of-type(3) {
    font-size: 22px;
  }
  .blueday .blk-2 div {
    position: absolute;
    left: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(-50%, -webkit-calc(20% + 42px));
    -ms-transform: translate(-50%, calc(20% + 42px));
    transform: translate(-50%, calc(20% + 42px));
    width: 90%;
    max-width: 450px;
    padding: 14px 14px 14px;
  }
  .blueday .blk-2 div h4 {
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
  }
  .blueday .blk-2 div p {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
/* effect
--------------------------------- */
.effect {
  z-index: 0;
  position: relative;
  padding: 63px 0 80px;
  background-color: #FFF0F1;
}
.effect h2 {
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: 700;
  color: #F76C7C;
  text-align: center;
}
.effect h2 span {
  font-size: 40px;
}
.effect div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 92%;
  max-width: 980px;
  margin: 0 auto 20px;
}
.effect div:nth-of-type(1) span {
  width: 30.612244898%;
  aspect-ratio: 300/392;
}
.effect div:nth-of-type(1) span:nth-child(1) {
  background: url(../img/effect/img-effect-1.png) no-repeat center/contain;
}
.effect div:nth-of-type(1) span:nth-child(2) {
  background: url(../img/effect/img-effect-2.png) no-repeat center/contain;
}
.effect div:nth-of-type(1) span:nth-child(3) {
  background: url(../img/effect/img-effect-3.png) no-repeat center/contain;
}
.effect small {
  width: 92%;
  max-width: 980px;
  display: block;
  margin: 0 auto 40px;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.effect div:nth-of-type(2) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
  padding: 37px 60px 40px;
  background-color: #FEE3E6;
  border-radius: 10px;
}
.effect div:nth-of-type(2) h3 {
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.effect div:nth-of-type(2) p:nth-of-type(1) {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.8;
}
.effect div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 767px) {
  .effect {
    z-index: 0;
    position: relative;
    padding: 56px 0 40px;
    background-color: #FFF0F1;
  }
  .effect h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .effect h2 span {
    font-size: 36px;
  }
  .effect div:nth-of-type(1) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 92%;
    max-width: 450px;
    margin: 0 auto 10px;
  }
  .effect div:nth-of-type(1) span {
    width: 100%;
    aspect-ratio: 343/183;
  }
  .effect div:nth-of-type(1) span:nth-child(1) {
    background: url(../img/effect/img-effect-1-sp.png) no-repeat center/contain;
  }
  .effect div:nth-of-type(1) span:nth-child(2) {
    background: url(../img/effect/img-effect-2-sp.png) no-repeat center/contain;
  }
  .effect div:nth-of-type(1) span:nth-child(3) {
    background: url(../img/effect/img-effect-3-sp.png) no-repeat center/contain;
    aspect-ratio: 343/213;
  }
  .effect small {
    max-width: 450px;
    margin: 0 auto 32px;
    font-size: 10px;
  }
  .effect div:nth-of-type(2) {
    width: 92%;
    max-width: 550px;
    margin: 0 auto;
    padding: 15px 14px 20px;
    background-color: #FEE3E6;
  }
  .effect div:nth-of-type(2) h3 {
    font-size: 18px;
  }
  .effect div:nth-of-type(2) p:nth-of-type(1) {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .effect div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .effect {
    padding: 98px 0 40px;
  }
}
/* price
--------------------------------- */
.price {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 0 80px;
}
.price h2 {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  color: #DB61B1;
  text-align: center;
}
.price .price-table {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border: 1px solid #DB61B188;
  border-radius: 10px;
  background-color: #FFEFF7;
}
.price .price-table h3 {
  width: 100%;
  padding: 11px 0 12px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #DB61B1;
}
.price .price-table > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 17px 0;
  padding: 8px 10px 20px;
}
.price .price-table > div:first-of-type {
  border-right: 1px dashed #333333;
}
.price .price-table > div:first-of-type h4 {
  position: relative;
}
.price .price-table > div:first-of-type h4::after {
  position: absolute;
  content: "ジェネリック薬品";
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 700;
  color: #DB61B1;
}
.price .price-table > div:last-of-type ul li:first-child {
  padding-left: 6px;
}
.price .price-table > div h4 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #DB61B1;
}
.price .price-table > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.price .price-table > div ul li {
  width: 33%;
  padding: 0 16px 50px;
}
.price .price-table > div ul li:not(:first-child) {
  border-left: 1px solid #DB61B1;
}
.price .price-table > div ul li:last-child {
  position: relative;
  padding: 0 10px 24px 16px;
}
.price .price-table > div ul li:last-child span.price-label {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background-color: #F76C7C;
  border-radius: 3px;
}
.price .price-table > div ul li:last-child span.price-label span {
  font-size: 13px;
}
.price .price-table > div ul li:last-child span.price-label::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent transparent #F76C7C transparent;
  border-width: 0 6px 8px 6px;
}
.price .price-table > div ul li h5 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #DB61B1;
  border-radius: 80px;
  text-align: center;
}
.price .price-table > div ul li p {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.price .price-table > div ul li p span {
  font-size: 30px;
  font-weight: 700;
}
.price .price-table > div ul li p::after {
  position: absolute;
  content: "（税込）";
  bottom: -1.2em;
  right: 0;
  font-size: 13px;
  color: #333;
}
.price .price-table-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.price .price-table-2 > div {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.0612244898%;
  background-color: #FFEFF7;
  border: 1px solid #E67BC188;
  border-radius: 10px;
}
.price .price-table-2 > div h4 {
  margin-bottom: 29px;
  padding: 11px 0 12px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #DB61B1;
}
.price .price-table-2 > div > p:nth-of-type(1) {
  margin-bottom: 27px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
.price .price-table-2 > div > p:nth-of-type(1) span:nth-of-type(1) {
  font-size: 28px;
  font-weight: 700;
}
.price .price-table-2 > div > p:nth-of-type(1) span:nth-of-type(2) {
  font-size: 14px;
}
.price .price-table-2 > div > p:nth-of-type(2) {
  margin: 0 36px 12px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
  border-bottom: 1px dashed #333;
}
.price .price-table-2 > div h6 {
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.price .price-table-2 > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.price .price-table-2 > div > div > div {
  width: 162px;
  padding: 0 20px;
}
.price .price-table-2 > div > div > div:first-child {
  border-right: 1px solid #CEC2C8;
}
.price .price-table-2 > div > div > div h5 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #DB61B1;
  text-align: center;
  line-height: 1.4;
}
.price .price-table-2 > div > div > div h5 span {
  font-size: 12px;
  font-weight: 500;
}
.price .price-table-2 > div > div > div p {
  font-size: 19px;
  font-weight: 500;
}
.price .price-table-2 > div > div > div p span:nth-of-type(1) {
  font-size: 26px;
  font-weight: 700;
}
.price .price-table-2 > div > div > div p span:nth-of-type(2) {
  font-size: 14px;
}
.price .price-table-2 > div button {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0 17px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: #F76C7C;
  cursor: pointer;
}
.price .price-table-2 > div button::after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "＋";
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
}
.price .price-table-2 > div button.open::after {
  content: "ー";
}
.price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) {
  margin-bottom: 27px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
.price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) br {
  display: none;
}
.price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(1) {
  font-size: 19px;
  font-weight: 500;
}
.price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(2) {
  font-size: 28px;
  font-weight: 700;
}
.price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(3) {
  font-size: 14px;
}
.price .price-table-2 > div:nth-child(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 31px;
  padding: 0 36px;
}
.price .price-table-2 > div:nth-child(2) > div h5 {
  width: 100%;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #DB61B1;
}
.price .price-table-2 > div:nth-child(2) > div p {
  font-size: 19px;
  font-weight: 500;
}
.price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(1) {
  font-size: 16px;
}
.price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(2) {
  font-size: 28px;
  font-weight: 700;
}
.price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(3) {
  font-size: 14px;
}
.price .price-table-2 > div:nth-child(2) small {
  display: block;
  margin-bottom: 32px;
  padding: 0 36px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1020px) {
  .price .price-table > div ul li:last-child span.price-label {
    font-size: 15px;
  }
  .price .price-table > div ul li:last-child span.price-label span {
    font-size: 12px;
  }
  .price .price-table > div ul li h5 {
    font-size: 20px;
  }
  .price .price-table > div ul li p {
    font-size: 20px;
  }
  .price .price-table > div ul li p span {
    font-size: 26px;
  }
  .price .price-table-2 > div > p:nth-of-type(2) {
    margin: 0 20px 12px;
  }
  .price .price-table-2 > div:nth-child(2) > div {
    padding: 0 20px;
  }
}
@media (max-width: 920px) {
  .price .price-table > div {
    padding: 8px 5px 20px;
  }
  .price .price-table > div ul li {
    padding: 0 10px 50px;
  }
  .price .price-table > div ul li:last-child {
    padding: 0 10px 24px 16px;
  }
  .price .price-table > div ul li:last-child span.price-label {
    bottom: 0;
    left: 20px;
    padding: 2px 10px;
    font-size: 15px;
  }
  .price .price-table > div ul li:last-child span.price-label span {
    font-size: 12px;
  }
  .price .price-table > div ul li h5 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .price .price-table > div ul li p {
    font-size: 18px;
  }
  .price .price-table > div ul li p span {
    font-size: 24px;
  }
  .price .price-table-2 > div {
    width: 48.9795918367%;
  }
  .price .price-table-2 > div > p:nth-of-type(2) {
    margin: 0 18px 12px;
    font-size: 15px;
  }
  .price .price-table-2 > div > div {
    margin-bottom: 40px;
  }
  .price .price-table-2 > div > div > div {
    width: 162px;
    padding: 0 20px;
  }
  .price .price-table-2 > div > div > div h5 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.4;
  }
  .price .price-table-2 > div > div > div h5 span {
    font-size: 11px;
  }
  .price .price-table-2 > div > div > div p {
    font-size: 17px;
  }
  .price .price-table-2 > div > div > div p span:nth-of-type(1) {
    font-size: 23px;
  }
  .price .price-table-2 > div > div > div p span:nth-of-type(2) {
    font-size: 12px;
  }
  .price .price-table-2 > div:nth-child(2) > div {
    margin-bottom: 31px;
    padding: 0 26px;
  }
  .price .price-table-2 > div:nth-child(2) > div h5 {
    margin-bottom: 11px;
    font-size: 18px;
  }
  .price .price-table-2 > div:nth-child(2) > div p {
    font-size: 19px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(1) {
    font-size: 13px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(2) {
    font-size: 25px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(3) {
    font-size: 12px;
  }
  .price .price-table-2 > div:nth-child(2) small {
    margin-bottom: 32px;
    padding: 0 36px;
    font-size: 14px;
  }
}
@media (max-width: 860px) {
  .price .price-table-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .price .price-table-2 > div {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.0612244898%;
  }
  .price .price-table-2 > div h4 {
    margin-bottom: 13px;
    padding: 11px 0 12px;
    font-size: 24px;
  }
  .price .price-table-2 > div > p:nth-of-type(1) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 67px;
    margin-bottom: 27px;
    font-size: 19px;
  }
  .price .price-table-2 > div > p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 28px;
  }
  .price .price-table-2 > div > p:nth-of-type(1) span:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
    font-size: 14px;
  }
  .price .price-table-2 > div > p:nth-of-type(2) {
    margin: 0 36px 12px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 1.75;
  }
  .price .price-table-2 > div h6 {
    margin-bottom: 17px;
    font-size: 14px;
  }
  .price .price-table-2 > div > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .price .price-table-2 > div > div > div {
    width: 100%;
    margin: 0 36px;
    padding: 0;
  }
  .price .price-table-2 > div > div > div:first-child {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-right: none;
    border-bottom: 1px solid #CEC2C8;
  }
  .price .price-table-2 > div > div > div:first-child h5 br {
    display: none;
  }
  .price .price-table-2 > div > div > div h5 {
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
  }
  .price .price-table-2 > div > div > div h5 span {
    font-size: 12px;
  }
  .price .price-table-2 > div > div > div p {
    font-size: 19px;
  }
  .price .price-table-2 > div > div > div p span:nth-of-type(1) {
    font-size: 26px;
  }
  .price .price-table-2 > div > div > div p span:nth-of-type(2) {
    font-size: 14px;
  }
  .price .price-table-2 > div button {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0 17px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: none;
    background-color: #F76C7C;
    cursor: pointer;
  }
  .price .price-table-2 > div button::after {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "＋";
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  .price .price-table-2 > div button.open::after {
    content: "ー";
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) {
    display: block;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) br {
    display: block;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(1) {
    display: none;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(2) {
    position: relative;
    right: unset;
    line-height: 1;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(3) {
    position: absolute;
    bottom: -8px;
    right: 50%;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
  }
  .price .price-table-2 > div:nth-child(2) > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 31px;
    padding: 0 36px;
  }
  .price .price-table-2 > div:nth-child(2) > div h5 {
    width: 100%;
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #DB61B1;
  }
  .price .price-table-2 > div:nth-child(2) > div p {
    font-size: 19px;
    font-weight: 500;
  }
  .price .price-table-2 > div:nth-child(2) > div p:first-of-type {
    margin-bottom: 16px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(1) {
    font-size: 16px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(2) {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(3) {
    font-size: 14px;
  }
  .price .price-table-2 > div:nth-child(2) small {
    display: block;
    margin-bottom: 32px;
    padding: 0 36px;
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 840px) {
  .price .price-table {
    margin-bottom: 40px;
  }
  .price .price-table h3 {
    width: 100%;
    padding: 11px 0 12px;
    font-size: 24px;
  }
  .price .price-table > div {
    width: 100%;
    margin: 17px 20px;
    padding: 8px 10px 20px;
  }
  .price .price-table > div:first-of-type {
    margin-bottom: 0;
    border-right: none;
    border-bottom: 1px dashed #333333;
  }
  .price .price-table > div:first-of-type h4 {
    position: relative;
  }
  .price .price-table > div:first-of-type h4::after {
    bottom: -1.5em;
    font-size: 12px;
  }
  .price .price-table > div:last-of-type h4 {
    margin-bottom: 22px;
  }
  .price .price-table > div:last-of-type ul li:first-child {
    padding-left: 6px;
  }
  .price .price-table > div h4 {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .price .price-table > div ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px 50px;
  }
  .price .price-table > div ul li:last-child {
    padding: 0 10px 24px 16px;
  }
  .price .price-table > div ul li:last-child span.price-label {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 2px 10px;
    font-size: 17px;
    border-radius: 3px;
  }
  .price .price-table > div ul li:last-child span.price-label span {
    font-size: 13px;
  }
  .price .price-table > div ul li:last-child span.price-label::before {
    top: -8px;
    left: 50%;
  }
  .price .price-table > div ul li h5 {
    margin-bottom: 5px;
    padding: 2px 30px 3px;
    font-size: 22px;
  }
  .price .price-table > div ul li p {
    display: inline-block;
    font-size: 22px;
  }
  .price .price-table > div ul li p span {
    font-size: 30px;
    font-weight: 700;
  }
  .price .price-table > div ul li p::after {
    bottom: -1.2em;
    right: -0.6em;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .price {
    padding: 32px 0 40px;
  }
  .price h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .price h2::after {
    font-size: 24px;
    -webkit-text-stroke: #FEE3E6 4px;
  }
  .price .price-table {
    max-width: 550px;
    margin: 0 auto 40px;
  }
  .price .price-table h3 {
    padding: 10px 0 10px;
    font-size: 18px;
  }
  .price .price-table > div {
    width: 100%;
    margin: 11px 7px;
    padding: 0 0 15px;
  }
  .price .price-table > div:first-of-type h4::after {
    bottom: -1.5em;
    font-size: 10px;
  }
  .price .price-table > div:last-of-type {
    margin-top: 15px;
  }
  .price .price-table > div:last-of-type h4 {
    margin-bottom: 12px;
  }
  .price .price-table > div:last-of-type ul li:first-child {
    padding-left: 6px;
  }
  .price .price-table > div h4 {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .price .price-table > div ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px 42px;
  }
  .price .price-table > div ul li:last-child {
    padding: 0 3px 24px 6px;
  }
  .price .price-table > div ul li:last-child span.price-label {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 3px;
  }
  .price .price-table > div ul li:last-child span.price-label span {
    font-size: 10px;
  }
  .price .price-table > div ul li:last-child span.price-label::before {
    top: -8px;
    left: 50%;
  }
  .price .price-table > div ul li h5 {
    width: 95px;
    margin-bottom: 5px;
    padding: 2px 10px 3px;
    font-size: 16px;
  }
  .price .price-table > div ul li p {
    display: inline-block;
    font-size: 16px;
  }
  .price .price-table > div ul li p span {
    font-size: 22px;
    font-weight: 700;
  }
  .price .price-table > div ul li p::after {
    bottom: -1.2em;
    right: -0.6em;
    font-size: 10px;
  }
  .price .price-table-2 {
    max-width: 550px;
    margin: 0 auto 0;
  }
  .price .price-table-2 > div {
    width: 48.5%;
  }
  .price .price-table-2 > div h4 {
    margin-bottom: 13px;
    padding: 11px 0 12px;
    font-size: 20px;
  }
  .price .price-table-2 > div > p:nth-of-type(1) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 67px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .price .price-table-2 > div > p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 24px;
  }
  .price .price-table-2 > div > p:nth-of-type(1) span:nth-of-type(2) {
    position: absolute;
    bottom: 0.5em;
    right: 50%;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    font-size: 10px;
  }
  .price .price-table-2 > div > p:nth-of-type(2) {
    margin: 0 20px 12px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
  .price .price-table-2 > div h6 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .price .price-table-2 > div > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .price .price-table-2 > div > div > div {
    margin: 0 20px;
    padding: 0;
  }
  .price .price-table-2 > div > div > div:first-child {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-right: none;
    border-bottom: 1px solid #CEC2C8;
  }
  .price .price-table-2 > div > div > div:first-child h5 br {
    display: none;
  }
  .price .price-table-2 > div > div > div h5 {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
  }
  .price .price-table-2 > div > div > div h5 span {
    font-size: 14px;
  }
  .price .price-table-2 > div > div > div p {
    font-size: 14px;
  }
  .price .price-table-2 > div > div > div p span:nth-of-type(1) {
    font-size: 20px;
  }
  .price .price-table-2 > div > div > div p span:nth-of-type(2) {
    font-size: 12px;
  }
  .price .price-table-2 > div button {
    padding: 10px 0 11px;
    font-size: 15px;
  }
  .price .price-table-2 > div button::after {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "＋";
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  .price .price-table-2 > div button.open::after {
    content: "ー";
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) br {
    display: block;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(1) {
    display: none;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(2) {
    position: relative;
    right: unset;
    line-height: 1;
    font-size: 24px;
    bottom: 0;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
    font-size: 12px;
  }
  .price .price-table-2 > div:nth-child(2) > div {
    margin-bottom: 31px;
    padding: 0 20px;
  }
  .price .price-table-2 > div:nth-child(2) > div h5 {
    width: 100%;
    margin-bottom: 11px;
    font-size: 16px;
  }
  .price .price-table-2 > div:nth-child(2) > div p {
    font-size: 16px;
    font-weight: 500;
  }
  .price .price-table-2 > div:nth-child(2) > div p:first-of-type {
    margin-bottom: 16px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(1) {
    font-size: 16px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(2) {
    font-size: 20px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(3) {
    font-size: 11px;
  }
  .price .price-table-2 > div:nth-child(2) small {
    margin-bottom: 16px;
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 440px) {
  .price .price-table-2 > div h4 {
    margin-bottom: 13px;
    padding: 11px 0 12px;
    font-size: 18px;
  }
  .price .price-table-2 > div > p:nth-of-type(1) {
    height: 67px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .price .price-table-2 > div > p:nth-of-type(1) span:nth-of-type(1) {
    font-size: 22px;
  }
  .price .price-table-2 > div > p:nth-of-type(1) span:nth-of-type(2) {
    bottom: 0.5em;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    font-size: 10px;
  }
  .price .price-table-2 > div > p:nth-of-type(2) {
    margin: 0 12px 12px;
    padding-bottom: 18px;
    font-size: 12px;
  }
  .price .price-table-2 > div h6 {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .price .price-table-2 > div > div {
    margin-bottom: 20px;
  }
  .price .price-table-2 > div > div > div {
    margin: 0 10px;
    padding: 0;
  }
  .price .price-table-2 > div > div > div:first-child {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .price .price-table-2 > div > div > div h5 {
    margin-bottom: 0;
    font-size: 14px;
  }
  .price .price-table-2 > div > div > div h5 span {
    font-size: 12px;
  }
  .price .price-table-2 > div > div > div p {
    font-size: 14px;
  }
  .price .price-table-2 > div > div > div p span:nth-of-type(1) {
    font-size: 18px;
  }
  .price .price-table-2 > div > div > div p span:nth-of-type(2) {
    font-size: 10px;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(2) {
    font-size: 22px;
    bottom: 0;
  }
  .price .price-table-2 > div:nth-child(2) > p:nth-of-type(1) span:nth-of-type(3) {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
    font-size: 10px;
  }
  .price .price-table-2 > div:nth-child(2) > div {
    margin-bottom: 31px;
    padding: 0 10px;
  }
  .price .price-table-2 > div:nth-child(2) > div h5 {
    margin-bottom: 11px;
    font-size: 14px;
  }
  .price .price-table-2 > div:nth-child(2) > div p {
    font-size: 14px;
  }
  .price .price-table-2 > div:nth-child(2) > div p:first-of-type {
    margin-bottom: 16px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(1) {
    font-size: 14px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(2) {
    font-size: 18px;
  }
  .price .price-table-2 > div:nth-child(2) > div p span:nth-of-type(3) {
    font-size: 10px;
  }
  .price .price-table-2 > div:nth-child(2) small {
    margin-bottom: 32px;
    padding: 0 10px;
    font-size: 11px;
  }
}
/* check
--------------------------------- */
.check {
  position: relative;
  padding: 80px 0 84px;
  background: url(../img/check/img-check-bg.jpg) no-repeat center/cover;
}
.check > span {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 455px;
  -webkit-transform: translateX(123%);
  -ms-transform: translateX(123%);
  transform: translateX(123%);
}
.check > span img {
  -o-object-fit: contain;
  object-fit: contain;
}
.check div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 91%;
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 50px 83px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #0003;
  box-shadow: 0 3px 6px #0003;
}
.check div span {
  width: 90%;
}
.check div span img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .check {
    position: relative;
    padding: 40px 0 min(145px, 29vw);
    background: url(../img/check/img-check-bg.jpg) no-repeat center/cover;
  }
  .check > span {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 90%;
    max-width: 400px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .check > span img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .check div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 92%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 32px 17px 38px;
  }
  .check div span {
    width: 90%;
  }
  .check div span img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
/* app
--------------------------------- */
.app {
  position: relative;
  padding: 73px 0 78px;
  background: url(../img/app/img-app-bg.jpg) no-repeat center/cover;
}
.app h2 {
  margin-bottom: 55px;
  font-size: 30px;
  font-weight: 700;
  color: #F76C7C;
  text-align: center;
}
.app > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.app > div > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.75%;
}
.app > div > div:nth-of-type(1) p {
  width: 82%;
  margin: 37px auto 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  color: #333333;
}
.app > div > div:nth-of-type(2) {
  padding: 37px 42px;
  background-color: #fff;
  border-radius: 20px;
}
.app > div > div:nth-of-type(2) > div h4 {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
.app > div > div:nth-of-type(2) > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
}
.app > div > div:nth-of-type(2) > div > div span:nth-of-type(1) {
  width: 154px;
}
.app > div > div:nth-of-type(2) > div > div span:nth-of-type(2) {
  width: 90px;
}
.app > div > div:nth-of-type(2) > div:first-of-type {
  border-bottom: 1px solid #989898;
  padding-bottom: 26px;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .app > div {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .app {
    padding: 38px 0 40px;
  }
  .app h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .app > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 28px;
    width: 92%;
    margin: 0 auto;
  }
  .app > div > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
  }
  .app > div > div:nth-of-type(1) p {
    width: 82%;
    margin: 24px auto 0;
    font-size: 16px;
  }
  .app > div > div:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 450px;
    padding: 21px 32px 29px;
    background-color: #fff;
    border-radius: 20px;
  }
  .app > div > div:nth-of-type(2) > div {
    width: 50%;
  }
  .app > div > div:nth-of-type(2) > div h4 {
    margin-bottom: 6px;
    font-size: 14px;
    text-align: center;
  }
  .app > div > div:nth-of-type(2) > div > div span:nth-of-type(1) {
    width: auto;
    height: 40px;
  }
  .app > div > div:nth-of-type(2) > div > div span:nth-of-type(1) a {
    display: block;
    height: 100%;
  }
  .app > div > div:nth-of-type(2) > div > div span:nth-of-type(1) a img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .app > div > div:nth-of-type(2) > div > div span:nth-of-type(2) {
    display: none;
  }
  .app > div > div:nth-of-type(2) > div:first-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid #989898;
    padding-right: 19px;
    margin-right: 19px;
  }
  .app > div > div:nth-of-type(2) > div:first-of-type > div span:nth-of-type(1) {
    aspect-ratio: 109/40;
  }
  .app > div > div:nth-of-type(2) > div:last-of-type > div span:nth-of-type(1) {
    aspect-ratio: 134/41;
  }
}
/* consult
--------------------------------- */
.consult {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
  padding: 78px 0 0;
}
.consult h2 {
  width: 384px;
  margin: 0 auto 21px;
}
.consult .consult-type input {
  display: none;
}
.consult .consult-type input#tab-1:checked ~ div:nth-of-type(2) {
  display: none;
}
.consult .consult-type input#tab-2:checked ~ div:nth-of-type(1) {
  display: none;
}
.consult .consult-type .consult-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.consult .consult-type .consult-tabs label {
  width: 40%;
  margin-bottom: -1px;
  padding: 10px 0 11px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #FFA2A2;
  text-align: center;
  border: 1px solid #F76C7C;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.consult .consult-type input#tab-1:checked ~ nav label:nth-child(1),
.consult .consult-type input#tab-2:checked ~ nav label:nth-child(2) {
  color: #F76C7C;
  background-color: #fff;
  border-bottom: none;
}
.consult .consult-type > div {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 0;
  border: 1px solid #F76C7C;
  border-radius: 10px;
}
.consult .consult-type > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 40px 31px;
}
.consult .consult-type > div ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 31.1111111111%;
  padding: 20px 40px;
  background-color: #FFF0F1;
  border-radius: 10px;
}
.consult .consult-type > div ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translate(-webkit-calc(100% + 0.6vw), -50%);
  -ms-transform: translate(calc(100% + 0.6vw), -50%);
  transform: translate(calc(100% + 0.6vw), -50%);
  width: 12px;
  height: 14px;
  background: url(../img/consult/img-consult-arrow.png) no-repeat center/contain;
}
.consult .consult-type > div ul li img {
  width: 120px;
  margin-bottom: 22px;
}
.consult .consult-type > div ul li h4 {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.consult .consult-type > div ul li h3 {
  margin-bottom: 21px;
  font-size: 22px;
  font-weight: 700;
  color: #F76C7C;
}
.consult .consult-type > div ul li p {
  font-size: 16px;
  font-weight: 400;
}
.consult .consult-type > div > div {
  padding: 25px 0 34px;
  background-color: #FFFAF0;
}
.consult .consult-type > div > div p {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.consult .consult-type > div > div a {
  display: block;
  width: 460px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 3px 6px #0003);
  filter: drop-shadow(0 3px 6px #0003);
}
.consult .consult-type > div > div a img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 860px) {
  .consult .consult-type > div {
    padding: 20px 0 0;
  }
  .consult .consult-type > div ul {
    margin: 0 20px 31px;
  }
  .consult .consult-type > div ul li {
    width: 31.1111111111%;
    padding: 20px 20px;
  }
  .consult .consult-type > div ul li:not(:last-child)::after {
    -webkit-transform: translate(-webkit-calc(100% + 0.6vw), -50%);
    -ms-transform: translate(calc(100% + 0.6vw), -50%);
    transform: translate(calc(100% + 0.6vw), -50%);
  }
  .consult .consult-type > div ul li h4 {
    margin-bottom: 3px;
    font-size: 18px;
  }
  .consult .consult-type > div ul li h3 {
    margin-bottom: 21px;
    font-size: 20px;
  }
  .consult .consult-type > div ul li p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .consult {
    width: 92%;
    padding: 37px 0 0;
  }
  .consult h2 {
    width: 241px;
    margin: 0 auto 17px;
  }
  .consult .consult-type .consult-tabs {
    max-width: 450px;
    margin: 0 auto;
  }
  .consult .consult-type .consult-tabs label {
    margin-bottom: -1px;
    padding: 13px 0 13px;
    font-size: 16px;
  }
  .consult .consult-type > div {
    max-width: 450px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .consult .consult-type > div ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 36px;
    margin: 0 20px 31px;
  }
  .consult .consult-type > div ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
    width: 100%;
    padding: 20px 20px 15px;
  }
  .consult .consult-type > div ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, 100%) rotate(90deg);
    -ms-transform: translate(50%, 100%) rotate(90deg);
    transform: translate(50%, 100%) rotate(90deg);
    width: 12px;
    height: 14px;
    background: url(../img/consult/img-consult-arrow.png) no-repeat center/contain;
  }
  .consult .consult-type > div ul li img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 42%;
    margin-bottom: 22px;
  }
  .consult .consult-type > div ul li div {
    width: 56%;
  }
  .consult .consult-type > div ul li div h4 {
    font-size: 16px;
    text-align: center;
  }
  .consult .consult-type > div ul li div h3 {
    font-size: 20px;
    text-align: center;
  }
  .consult .consult-type > div ul li p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }
  .consult .consult-type > div ul li:nth-of-type(2) img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .consult .consult-type > div > div {
    padding: 25px 0 34px;
    background-color: #FFFAF0;
  }
  .consult .consult-type > div > div p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .consult .consult-type > div > div a {
    display: block;
    width: 92%;
    max-width: 350px;
    margin: 0 auto;
    -webkit-filter: drop-shadow(0 3px 6px #0003);
    filter: drop-shadow(0 3px 6px #0003);
  }
  .consult .consult-type > div > div a img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
/* about
--------------------------------- */
.about {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 72px;
}
.about h2 {
  margin-bottom: 17px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #F76C7C;
}
.about .consult-hour,
.about .dayoff,
.about .access,
.about .online-consult {
  padding: 36px 60px 36px;
  text-align: center;
  background-color: #FFF0F1;
  border-radius: 10px;
}
.about .consult-hour:not(:last-child),
.about .dayoff:not(:last-child),
.about .access:not(:last-child),
.about .online-consult:not(:last-child) {
  margin-bottom: 20px;
}
.about .consult-hour h3,
.about .dayoff h3,
.about .access h3,
.about .online-consult h3 {
  margin-bottom: 38px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #F76C7C;
  border-bottom: 1px solid #F76C7C;
}
.about .consult-hour ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
}
.about .consult-hour ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.8372093023%;
}
.about .consult-hour ul li h4, .about .consult-hour ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  padding: 30px 10px;
  font-size: 20px;
  font-weight: 700;
}
.about .consult-hour ul li h4 {
  color: #fff;
  background-color: #FFA2A2;
}
.about .consult-hour ul li p {
  background-color: #fff;
}
.about .consult-hour ul li p small {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.about .consult-hour ul li:nth-of-type(2) p small {
  margin-top: -1.5em;
}
.about .consult-hour small {
  font-size: 14px;
  font-weight: 400;
}
.about .dayoff p {
  font-size: 20px;
}
.about .access > h4 {
  margin-bottom: 29px;
  font-size: 24px;
  font-weight: 700;
  color: #F76C7C;
  text-align: center;
}
.about .access > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 31px;
}
.about .access > div > div {
  width: 53.488372093%;
}
.about .access > div > div ul {
  margin-bottom: 28px;
}
.about .access > div > div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.about .access > div > div ul li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBC0C1;
}
.about .access > div > div ul li h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.about .access > div > div ul li h4 span {
  display: inline-block;
}
.about .access > div > div ul li p {
  font-size: 16px;
  font-weight: 400;
}
.about .access > div > div p {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.about .access > div iframe {
  width: 42.7906976744%;
  height: auto;
  aspect-ratio: 368/244;
}
.about .access a {
  width: 374px;
  margin: 0 auto;
}
.about .access a:nth-of-type(1) {
  pointer-events: none;
}
.about .online-consult > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about .online-consult > div button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 48%;
  padding: 20px 40px 21px;
  border-radius: 10px;
  border: 1px solid #F76C7C;
  background-color: #fff;
  cursor: pointer;
}
.about .online-consult > div button::after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "＋";
  top: 36px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border-radius: 50%;
  background-color: #F76C7C;
}
.about .online-consult > div button.open::after {
  content: "ー";
}
.about .online-consult > div button h4 {
  font-size: 22px;
  font-weight: 700;
  color: #F76C7C;
  text-align: left;
}
.about .online-consult > div button a {
  display: block;
  width: 243px;
  height: 40px;
  margin: 27px auto 30px;
}

@media (max-width: 1050px) {
  .about .online-consult > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .online-consult > div button {
    padding: 20px 30px 21px 40px;
  }
  .about .online-consult > div button h4 {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .about .online-consult > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .online-consult > div button {
    padding: 20px 30px 21px;
  }
  .about .online-consult > div button::after {
    top: 34px;
  }
  .about .online-consult > div button h4 {
    font-size: 18px;
  }
}
@media (max-width: 880px) {
  .about .access > h4 {
    margin-bottom: 29px;
    font-size: 24px;
    font-weight: 700;
    color: #F76C7C;
    text-align: center;
  }
  .about .access > div {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    padding-bottom: 70px;
  }
  .about .access > div > div {
    width: 80%;
  }
  .about .access > div > div > p {
    position: absolute;
    bottom: 0;
  }
  .about .access > div iframe {
    width: 80%;
  }
  .about .online-consult > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 20px;
  }
  .about .online-consult > div button {
    width: 80%;
    padding: 20px 40px 21px;
  }
  .about .online-consult > div button::after {
    top: 34px;
  }
  .about .online-consult > div button h4 {
    font-size: 22px;
  }
}
@media (max-width: 850px) {
  .about .consult-hour ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about .consult-hour ul li {
    width: 100%;
  }
  .about .consult-hour ul li:first-of-type h4 {
    border-bottom: 1px solid #FEE3E3;
  }
  .about .consult-hour ul li:first-of-type p {
    border-bottom: 1px solid #FAD2D2;
  }
  .about .consult-hour ul li h4, .about .consult-hour ul li p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 120px;
    padding: 0;
  }
  .about .consult-hour ul li p small {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }
  .about .consult-hour ul li:nth-of-type(1) p small,
.about .consult-hour ul li:nth-of-type(2) p small {
    margin-top: 0.5em;
  }
  .about .consult-hour small {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 42px;
  }
  .about h2 {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .about .consult-hour,
.about .dayoff,
.about .access,
.about .online-consult {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 21px;
    border-radius: 10px;
  }
  .about .consult-hour:not(:last-child),
.about .dayoff:not(:last-child),
.about .access:not(:last-child),
.about .online-consult:not(:last-child) {
    margin-bottom: 10px;
  }
  .about .consult-hour h3,
.about .dayoff h3,
.about .access h3,
.about .online-consult h3 {
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .about .consult-hour ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .about .consult-hour ul li {
    width: 100%;
  }
  .about .consult-hour ul li:first-of-type h4 {
    border-bottom: 1px solid #FEE3E3;
  }
  .about .consult-hour ul li:first-of-type p {
    border-bottom: 1px solid #FAD2D2;
  }
  .about .consult-hour ul li h4, .about .consult-hour ul li p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 120px;
    padding: 0;
    font-size: 14px;
  }
  .about .consult-hour ul li p small {
    width: 100%;
    font-size: 10px;
    font-weight: 400;
  }
  .about .consult-hour ul li:nth-of-type(1) p small,
.about .consult-hour ul li:nth-of-type(2) p small {
    margin-top: 0.5em;
  }
  .about .consult-hour small {
    font-size: 11px;
    font-weight: 400;
  }
  .about .dayoff p {
    font-size: 14px;
  }
  .about .access > h4 {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .about .access > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 60px;
  }
  .about .access > div > div {
    width: 100%;
  }
  .about .access > div > div ul {
    margin-bottom: 0;
  }
  .about .access > div > div ul li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CBC0C1;
  }
  .about .access > div > div ul li h4 {
    width: 38%;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
  }
  .about .access > div > div ul li h4 span {
    display: inline-block;
  }
  .about .access > div > div ul li p {
    width: 62%;
    font-size: 13px;
    font-weight: 400;
  }
  .about .access > div > div p {
    font-size: 14px;
  }
  .about .access > div iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 320/212;
  }
  .about .access a {
    max-width: 300px;
  }
  .about .online-consult > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .about .online-consult > div button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    padding: 22px 12.5px 21px;
    border-radius: 10px;
    border: 1px solid #F76C7C;
    background-color: #fff;
    cursor: pointer;
  }
  .about .online-consult > div button::after {
    top: 35px;
    right: 14px;
    width: 17px;
    height: 17px;
    font-size: 13px;
  }
  .about .online-consult > div button.open::after {
    content: "ー";
  }
  .about .online-consult > div button h4 {
    font-size: 18px;
    text-align: center;
  }
  .about .online-consult > div button a {
    display: block;
    width: 226px;
    height: 37px;
    margin: 27px auto 28px;
  }
  .about .online-consult > div button img {
    max-width: 380px;
  }
}
@media (max-width: 400px) {
  .about .online-consult > div button h4 {
    margin-left: 10px;
    text-align: left;
  }
  .about .online-consult > div button h4::after {
    right: 12px;
  }
}
/* doctor
--------------------------------- */
.doctor {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 53px;
}
.doctor h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #F76C7C;
  text-align: center;
}
.doctor > div {
  padding: 35px 60px 40px;
  background-color: #FFF0F1;
  border-radius: 10px;
}
.doctor > div h3 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #CBC0C1;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.doctor > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.doctor > div > div ul {
  width: 49%;
}
.doctor > div > div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cbc0c1;
}
.doctor > div > div ul li h4 {
  width: 35%;
  font-size: 18px;
  font-weight: 500;
}
.doctor > div > div ul li p {
  width: 65%;
  font-size: 18px;
  font-weight: 500;
}
.doctor > div > p {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 880px) {
  .doctor > div > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .doctor > div > div ul {
    width: 100%;
  }
  .doctor > div > div ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #cbc0c1;
  }
  .doctor > div > div ul li h4 {
    width: 30%;
    font-size: 18px;
    font-weight: 500;
  }
  .doctor > div > div ul li p {
    width: 70%;
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .doctor h2 {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .doctor > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 14px 11.5px 21px;
  }
  .doctor > div h3 {
    margin-bottom: 11px;
    font-size: 18px;
  }
  .doctor > div > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .doctor > div > div ul {
    width: 100%;
  }
  .doctor > div > div ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #cbc0c1;
  }
  .doctor > div > div ul li h4 {
    width: 30%;
    font-size: 15px;
    font-weight: 500;
  }
  .doctor > div > div ul li p {
    width: 70%;
    font-size: 15px;
    font-weight: 500;
  }
  .doctor > div > p {
    font-size: 15px;
    font-weight: 400;
  }
}
/* clinic
--------------------------------- */
.clinic {
  padding-top: 60px;
}
.clinic .for-pc {
  display: block;
}
.clinic .for-sp {
  display: none;
}
.clinic h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #F76C7C;
  text-align: center;
}
.clinic .slider.slick-dotted {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 40px 72px;
  border-radius: 10px;
  background-color: #FFF0F1;
}
.clinic .slider.slick-dotted .slick-slide li {
  width: 48%;
  padding: 0 10px;
  aspect-ratio: 422/303;
}
.clinic .slider.slick-dotted .slick-dots {
  left: 50%;
  bottom: 54px;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.clinic .slider.slick-dotted .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #F76C7C;
  background-color: #fff;
}
.clinic .slider.slick-dotted .slick-dots li button::before {
  content: none;
}
.clinic .slider.slick-dotted .slick-dots li.slick-active {
  background-color: #f76c7c;
}
.clinic .slider.slick-dotted .slick-arrow {
  z-index: 1;
  content: "";
  top: 44%;
  width: 50px;
  height: 50px;
  border: 1px solid #F76C7C;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.clinic .slider.slick-dotted .slick-arrow::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-left: 1px solid #F76C7C;
  border-bottom: 1px solid #F76C7C;
  -webkit-transform: translateX(140%) rotate(45deg);
  -ms-transform: translateX(140%) rotate(45deg);
  transform: translateX(140%) rotate(45deg);
  opacity: 1;
}
.clinic .slider.slick-dotted .slick-arrow.slick-prev {
  left: 25px;
}
.clinic .slider.slick-dotted .slick-arrow.slick-next {
  right: 25px;
}
.clinic .slider.slick-dotted .slick-arrow.slick-next::before {
  -webkit-transform: translate(85%) rotate(-135deg);
  -ms-transform: translate(85%) rotate(-135deg);
  transform: translate(85%) rotate(-135deg);
}
.clinic .slick-slide {
  height: auto !important;
  -webkit-transform-style: preserve-3d;
}

@media (max-width: 767px) {
  .clinic {
    padding-top: 60px;
  }
  .clinic .for-pc {
    display: none !important;
  }
  .clinic .for-sp {
    display: block;
  }
  .clinic h2 {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .clinic .slider.slick-dotted {
    width: 92%;
    max-width: 550px;
    margin: 0 auto;
    padding: 36px 21px 70px;
    border-radius: 10px;
    background-color: #FFF0F1;
  }
  .clinic .slider.slick-dotted .slick-slide li {
    width: 100%;
    padding: 0;
    aspect-ratio: 300/220;
  }
  .clinic .slider.slick-dotted .slick-dots {
    left: 50%;
    bottom: 30px;
    width: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .clinic .slider.slick-dotted .slick-dots li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #F76C7C;
    background-color: #fff;
  }
  .clinic .slider.slick-dotted .slick-dots li button::before {
    content: none;
  }
  .clinic .slider.slick-dotted .slick-dots li.slick-active {
    background-color: #f76c7c;
  }
  .clinic .slider.slick-dotted .slick-arrow {
    z-index: 1;
    content: "";
    top: 38%;
    width: 33px;
    height: 33px;
    border: 1px solid #F76C7C;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .clinic .slider.slick-dotted .slick-arrow::before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-left: 1px solid #F76C7C;
    border-bottom: 1px solid #F76C7C;
    -webkit-transform: translateX(90%) rotate(45deg);
    -ms-transform: translateX(90%) rotate(45deg);
    transform: translateX(90%) rotate(45deg);
    opacity: 1;
  }
  .clinic .slider.slick-dotted .slick-arrow.slick-prev {
    left: 6px;
  }
  .clinic .slider.slick-dotted .slick-arrow.slick-next {
    right: 6px;
  }
  .clinic .slider.slick-dotted .slick-arrow.slick-next::before {
    -webkit-transform: translate(50%) rotate(-135deg);
    -ms-transform: translate(50%) rotate(-135deg);
    transform: translate(50%) rotate(-135deg);
  }
  .clinic .slick-slide {
    height: auto !important;
    -webkit-transform-style: preserve-3d;
  }
}
/* question
--------------------------------- */
.question {
  padding: 60px 0 80px;
}
.question .heading {
  margin-bottom: 20px;
  text-align: center;
}
.question .heading h2 {
  font-size: 22px;
  color: #F76C7C;
}
.question .blk-1 {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
}
.question .blk-1 > ul > li {
  padding: 22px 60px 22px 70px;
  border: 1px solid #FCCBD1;
  border-radius: 10px;
  cursor: pointer;
}
.question .blk-1 > ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.question .blk-1 > ul > li h3 {
  position: relative;
  font-size: 20px;
  color: #F76C7C;
  line-height: 1.65;
}
.question .blk-1 > ul > li h3::after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "＋";
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border-radius: 50%;
  background-color: #F76C7C;
}
.question .blk-1 > ul > li h3.open::after {
  content: "ー";
}
.question .blk-1 > ul > li h3 > span {
  position: absolute;
  top: -13px;
  left: -50px;
  font-size: 30px;
  font-weight: 700;
}
.question .blk-1 > ul > li p {
  position: relative;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: #333333;
}
.question .blk-1 > ul > li p > span {
  color: #F8BFBF;
  position: absolute;
  top: -13px;
  left: -50px;
  font-size: 30px;
  font-weight: 700;
}
.question .blk-1 > ul > li .question-delivery {
  display: block;
  margin-top: 16px;
  padding: 24px 30px 23px;
  background-color: #FFFAF0;
}
.question .blk-1 > ul > li .question-delivery h4 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #C0BDB6;
}
.question .blk-1 > ul > li .question-delivery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 8px;
}
.question .blk-1 > ul > li .question-delivery ul li:nth-child(3n+1) {
  width: 25%;
  font-size: 18px;
  font-weight: 700;
}
.question .blk-1 > ul > li .question-delivery ul li:nth-child(3n+2) {
  width: 30%;
  font-size: 18px;
  font-weight: 500;
}
.question .blk-1 > ul > li .question-delivery ul li:nth-child(3n+2) span {
  color: #F76C7C;
}
.question .blk-1 > ul > li .question-delivery ul li:nth-child(3n+3) {
  width: 40%;
  font-size: 16px;
  font-weight: 500;
}
.question .blk-1 > ul > li .question-delivery small {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .question {
    padding: 35px 0 40px;
  }
  .question .heading {
    margin-bottom: 20px;
  }
  .question .heading span {
    font-size: 14px;
  }
  .question .heading h2 {
    font-size: 22px;
  }
  .question .blk-1 {
    width: 92%;
    max-width: 550px;
  }
  .question .blk-1 ul li {
    padding: 27px 30px 26px 57px;
  }
  .question .blk-1 ul li h3 {
    font-size: 15px;
  }
  .question .blk-1 ul li h3::after {
    right: -19px;
    width: 17px;
    height: 17px;
  }
  .question .blk-1 ul li h3 span {
    top: -17px;
    left: -43px;
    font-size: 30px;
  }
  .question .blk-1 ul li p {
    margin-top: 14px;
    font-size: 15px;
  }
  .question .blk-1 ul li p span {
    top: -17px;
    left: -43px;
  }
  .question .blk-1 ul li .question-delivery {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    margin-top: 16px;
    margin-left: -30px;
    padding: 16px 20px;
  }
  .question .blk-1 ul li .question-delivery h4 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #C0BDB6;
  }
  .question .blk-1 ul li .question-delivery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 20px;
  }
  .question .blk-1 ul li .question-delivery ul li {
    padding: 0;
  }
  .question .blk-1 ul li .question-delivery ul li:nth-child(3n+1) {
    width: 50%;
    font-size: 15px;
  }
  .question .blk-1 ul li .question-delivery ul li:nth-child(3n+2) {
    width: 50%;
    font-size: 15px;
  }
  .question .blk-1 ul li .question-delivery ul li:nth-child(3n+3) {
    width: 0;
  }
  .question .blk-1 ul li .question-delivery small {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
  }
}
/*# sourceMappingURL=app.css.map */


/* 20240208修正 */
.note-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* 20241225修正 */
.reason_img_pills {
  width: 980px;
  margin: 30px auto 0;
}

.reason_img_pills img {
  width: 100%;
}

@media only screen and (max-width: 1059px) {

  .reason_img_pills {
    width: 90%;
    margin: 30px auto 0;
  }
  
}



/* 20250128修正 */

.hero .container .hero-text > span:nth-child(1) {
  width: 863px;
  height: 178px;
  margin: 16px auto 0;
}


@media (max-width: 767px) {
  .hero .container .hero-text span:nth-child(3) {
      width: 46%;
      height: auto;
      margin: 10vw auto 0 16px;
  }
}

@media (max-width: 767px) {
  .hero .container .hero-text span:nth-child(4) {
      width: 100%;
      max-width: 500px;
      height: auto;
      margin: auto auto 0 0;
  }
}

.hero .container .hero-text > span:nth-child(2) {
  position: relative;
  width: 814px;
  height: 195px;
  margin: auto auto 0;
}



/* 20250402修正 */


.hero .container {
  position: relative;
  width: 98%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 17px;
}


.hero .container .hero-text > span:nth-child(1) {
  width: 926px;
  height: 178px;
  margin: 16px 0;
}

.hero .container .hero-text > span:nth-child(2) {
  position: relative;
  width: 814px;
  height: 195px;
  margin: auto 0;
}

.price-table-withtax {
  font-size: 10px!important;
  margin-top: 20px;
  text-align: right;
}

.price-table-withtax span {
  font-size: 18px!important;
}

@media (max-width: 767px) {
  .price-table-withtax span {
    font-size: 14px!important;
  }
}


.price .price-table > div ul li p::after {
  position: absolute;
  content: "（税抜）";
  bottom: -1.2em;
  right: 0;
  font-size: 13px;
  color: #333;
}


.price-label-2 {
  position: relative;
  bottom: -30px;
  left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #F76C7C;
  border-radius: 3px;
  text-align: center;
}
.price-label-2 span {
  font-size: 13px;
}


@media (max-width: 767px) {
.price-label-2 {
  left: 0px;
}
.price-label-2 span {
  font-size: 11px;
}
}




.price-label-2:before {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent transparent #F76C7C transparent;
  border-width: 0 6px 8px 6px;
}


.price .price-table.line {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border: 1px solid #06c755;
  border-radius: 10px;
  background-color: #f2ffec;
}

.price .price-table.line h3 {
  background-color: #06c755;
}

.price .price-table.line > div h4 {
  color: #06c755;
}

.price .price-table.line > div:first-of-type h4::after {
  color: #06c755;
}

.price .price-table.line > div ul li h5 {
  background-color: #06c755;
}

.price .price-table.line > div ul li:not(:first-child) {
  border-left: 1px solid #06c755;
}

.price .price-table.line > div ul li:not(:first-child) {
  border-left: 1px solid #06c755;
}

.line-note {
  font-size: 13px;
  font-weight: 300;
  width: 90%;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .line-note {
    font-size: 11px;
  }
}


.doctor > div > div ul li h4 {
  width: 30%;
  font-size: 16px;
  font-weight: 500;
}

.doctor > div > div ul li p {
  width: 70%;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .doctor > div > div ul li h4 {
    width: 28%;
    font-size: 14px;
  }
  
  .doctor > div > div ul li p {
    width: 72%;
    font-size: 14px;
  }
}

.doctor_pic {
  width: 100%;
  }   
  .doctor_pic img {
  margin: 0 auto 30px;
  width: 30%; 
  }
  @media only screen and (max-width: 768px) {
  .doctor_pic img {
    width: 60%; 
    }
  }


  .price_block__bottom {
margin: 50px auto 0;
  }

  .price_block__card {
    border: 1px #f76c7c solid;
    border-radius: 10px;
    padding: 30px 40px;
  }

  @media only screen and (max-width: 499px) {
    .price_block__card {
      padding: 20px 30px;
    }
    }

  .price_block__card h3 {
    font-size: 20px;
    color: #f76c7c;
    margin-bottom: 24px;
  }

  @media only screen and (max-width: 499px) {
    .price_block__card h3 {
      font-size: 18px;
      margin-bottom: 20px;
    }
    }

  .price_block__card li {
    font-size:16px;
    margin-bottom: 5px;
  }

  @media only screen and (max-width: 499px) {
    .price_block__card li {
      font-size:14px;
      margin-bottom: 5px;
    }
    }

  .price_block__card li.b {
    color: #f76c7c;
  }

.price-table-2-withtax {
  display: block!important;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 36px!important;
}



/* ★ LINE限定ブロックだけ上書き */
.price .price-table > div.line-special h4 {
  color: #06c755;
}

.price .price-table > div.line-special ul li h5 {
  background-color: #06C755;
  color: #fff;
  
}

.price .price-table > div.line-special ul li:not(:first-child) {
  border-left: 1px solid #06C755;
}

.price .price-table > div.line-special {
  background-color: #f2ffec;
  border: 1px solid #06C755;
  border-radius: 10px;
}


.price-label-2-special {
  position: relative;
  bottom: -30px;
  left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #06c755;
  border-radius: 3px;
  text-align: center;

  
}
.price-label-2-special span {
  font-size: 13px;
}
.price-label-2-special span {
  font-size: 13px;
}


@media (max-width: 767px) {
.price-label-2-special {
  left: 0px;
}
.price-label-2-special span {
  font-size: 11px;
}
}





.price-label-.price-label-2-special {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent transparent #F76C7C transparent;
  border-width: 0 6px 8px 6px;
}

.price-label-2-special:before {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent transparent #06C755 transparent;
  border-width: 0 6px 8px 6px;
}



.line-note-special {
  font-size: 13px;
  font-weight: 300;
  width: 90%;
  padding-top: 2%;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .line-note {
    font-size: 11px;
  }
}