@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media (max-width: 390px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  background: #eee;
  padding-top: 6.2rem;
}

.page {
  max-width: 390px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  position: relative;
}

img {
  width: 100%;
  height: auto;
}

span.color-pink {
  color: #FF7B7B;
}

span.color-blue {
  color: #7A98D2;
}

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
.btn {
  display: inline-block;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 390px;
  display: flex;
  align-items: center;
  height: 6.2rem;
  background: #fff;
  z-index: 99;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 2.3rem 0 2.6rem;
}
.header__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo-wrap img {
  position: relative;
  top: 0.3rem;
  width: 4.207rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo-subtitle {
  position: relative;
  top: 0.3rem;
  left: 0.3rem;
  font-size: 0.993rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.26em;
  color: #4F5A59;
  font-family: "Inter", sans-serif;
}
.header__logo-title {
  position: relative;
  top: 0.2rem;
  font-size: 2.167rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #4F5A59;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.5rem;
}
.header__btn-reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.133;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background: #FF7B7B;
  width: 10.4rem;
  height: 4.3rem;
  border-radius: 0.4rem;
}

.footer {
  position: relative;
  width: 100%;
  background: #7A98D2;
}
.footer__inner {
  width: 87.3%;
  margin: auto;
  padding: 5.8rem 0 2rem;
}
.footer .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .logo img {
  width: 6.486rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 5px;
}
.footer .logo__subtitle {
  font-size: 1.528rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.26em;
  color: #fff;
  font-family: "Inter", sans-serif;
  position: relative;
  left: 4px;
  top: 2px;
}
.footer .logo__title {
  display: inline-block;
  font-size: 3.333rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.7rem;
  position: relative;
  left: 1px;
}
.footer__copy {
  text-align: center;
  margin-top: 1.7rem;
}
.footer__copy span {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

.fv {
  position: relative;
  width: 100%;
  height: 62.5rem;
  z-index: 1;
}
.fv__bgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv .fv-catch {
  position: absolute;
  top: 3.3rem;
  left: 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.6rem;
}
.fv .fv-catch .fv-catch__title {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS P Mincho", serif;
}
.fv .fv-catch__title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: 0.28em;
  color: #000;
}
.fv .fv-catch__sub {
  margin-top: 1.7rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.08em;
  color: #000;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS P Mincho", serif;
}
.fv .fv-catch__keyword {
  padding: 1.3rem 0.9rem 1.3rem 0.7rem;
  background: rgba(122, 152, 210, 0.32);
  border-radius: 0.294rem;
}
.fv .fv-catch__keyword--bottom {
  letter-spacing: 0.2em;
  padding: 18px 0.9rem 1rem 0.7rem;
}
.fv .fv-catch__symbol {
  font-size: 3.191rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #000;
}
.fv .fv-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fv .fv-overlay .mouthpiece {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 -1rem -2.5rem;
  z-index: 3;
}
.fv .fv-overlay .mouthpiece img {
  width: 15.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv .fv-overlay .mouthpiece__catch {
  font-size: 2.597rem;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 2px 2px 5px #b6b6b6;
}
.fv .fv-overlay .price-badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF7B7B;
  border-radius: 0.8rem;
  max-width: 34.4rem;
  height: 11.1rem;
  margin: 0 auto -2.5rem;
  overflow: hidden;
}
.fv .fv-overlay .price-badge__amount {
  position: relative;
  font-family: "Squada One", sans-serif;
  font-size: 11.067rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}
.fv .fv-overlay .price-badge__thousands {
  margin-right: 0.5rem;
}
.fv .fv-overlay .price-badge__separator {
  position: absolute;
  bottom: 1.6rem;
  left: 4.5rem;
}
.fv .fv-overlay .price-badge__rest {
  margin-right: 0.7rem;
}
.fv .fv-overlay .price-badge__meta {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-right: 0.5rem;
}
.fv .fv-overlay .price-badge__period {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
}
.fv .fv-overlay .price-badge__currency {
  font-size: 2.816rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
}
.fv .fv-overlay__content {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 3.4rem 2rem 2.4rem 1.1rem;
  background: #7A98D2;
}
.fv .fv-overlay__content .share_logo {
  width: 12.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0.7rem;
}
.fv .share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv .share__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv .share__text1 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  top: 1.4rem;
}
.fv .share__text2 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #fff;
  margin: 0 0 -1rem;
}
.fv .share__text3 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 3.2;
  letter-spacing: -0.04em;
  color: #fff;
}
.fv .share::before, .fv .share::after {
  content: "";
  display: block;
  width: 5rem;
  height: 10.4rem;
  position: relative;
  top: 0.4rem;
}
.fv .share::before {
  background: url(../../assets/img/common/share_left.png) no-repeat center center/contain;
}
.fv .share::after {
  background: url(../../assets/img/common/share_right.png) no-repeat center center/contain;
}

.cta {
  position: relative;
  width: 100%;
  background: #FF7B7B;
}
.cta__inner {
  width: 87.3%;
  margin: auto;
  padding: 10rem 0 9.5rem;
}
.cta__heading {
  display: flex;
}
.cta__heading img {
  width: 7.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: 0.9rem;
}
.cta__content {
  position: relative;
}
.cta__image--headline {
  position: relative;
  width: 19.9rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 4.3rem auto 2.9rem;
  z-index: 1;
}
.cta__image--bubble {
  width: 22.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 3rem;
  right: 1.5rem;
  z-index: 0;
}
.cta__image-text {
  position: absolute;
  top: 5.9rem;
  right: 3.7rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.1em;
  color: #FF7B7B;
  text-align: center;
  z-index: 2;
}
.cta__note {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
}
.cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4.4rem;
  height: 7.7rem;
  width: 100%;
  margin-bottom: 2.3rem;
}
.cta__button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.1em;
  color: #FF7B7B;
}
.cta__button-text::after {
  content: "";
  display: block;
  background: url(../../assets/img/common/arrow-b.png) no-repeat center center/contain;
  width: 1.1rem;
  height: 1.2rem;
}

.case {
  position: relative;
  width: 100%;
  background: #FFFFFF;
}
.case__inner {
  width: 87.3%;
  margin: auto;
  padding: 1.4rem 0 6rem;
}
.case__title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1.9rem;
}
.case__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  background: #7A98D2;
  border-radius: 5rem;
  width: 17.1rem;
  padding: 0.9rem 0;
}
.case__label::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.3rem;
  position: absolute;
  background: url(../../assets/img/common/fukidashi-blue.png) no-repeat center center/contain;
  bottom: -1.5rem;
  left: 59%;
  transform: translate(-50%, 0);
}
.case__title-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #7A98D2;
  text-align: center;
  padding: 0.9rem 0 0 0;
  z-index: 1;
}
.case__title-main::before {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1.1rem;
  background: #EAF0FC;
  z-index: -1;
}
.case__title-main span {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.125;
}
.case__item {
  padding: 1.4rem 1rem 1.2rem;
  background: #EAF0FC;
  border-radius: 0.4rem;
  margin-bottom: 1.5rem;
}
.case__item:last-child {
  margin-bottom: 0;
}
.case__figure {
  margin-bottom: 1.3rem;
}
.case__caption {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.case__image {
  margin-top: -2.2rem;
}
.case__before {
  position: relative;
  padding: 0.6rem 0;
  background: #ADADAD;
}
.case__before::after {
  position: absolute;
  top: 0;
  right: -0.1rem;
  content: "";
  display: block;
  height: 100%;
  width: 0.1rem;
  border-right: 1px solid #fff;
}
.case__after {
  padding: 0.6rem 0;
  background: #FF7B7B;
}
.case__movie {
  margin-bottom: 1.5rem;
  text-align: center;
}
.case__movie img {
  aspect-ratio: 211/151;
  max-width: 21.1rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.case__meta {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1.2rem;
  font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", Meiryo, "MS P Gothic", sans-serif;
}
.case__meta-label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #7A98D2;
}
.case__meta-value {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #7A98D2;
}
.case__meta-value.color-red {
  color: #FF7B7B;
}
.case__note {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: -0.02em;
  color: #7A98D2;
  padding: 0 0.9rem 0 1.2rem;
}
.case__source {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #7A98D2;
  text-align: center;
  margin: 0.3rem 2.3rem 0 0;
}

.profile {
  position: relative;
  width: 100%;
  background: #FFFFFF;
}
.profile__inner {
  width: 100%;
  padding: 0;
}
.profile__hero {
  position: relative;
  height: 35.2rem;
}
.profile__photo {
  position: absolute;
  inset: 0;
}
.profile__info {
  position: absolute;
  z-index: 3;
  top: 2.9rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile__logo {
  width: 17.1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile__location {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #4F5A59;
  border-bottom: 0.1rem solid #4F5A59;
  margin: 0.7rem 0 0 2rem;
}
.profile__clinic {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #454445;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS P Mincho", serif;
  margin: 0.7rem 0 0 2.3rem;
}
.profile__name {
  font-size: 2.03rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #454445;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS P Mincho", serif;
  margin: 0 0 0 2.6rem;
}
.profile__name .small {
  font-size: 1.355rem;
  line-height: 1.8;
}
.profile__achievements-visual {
  position: relative;
  height: 58.8rem;
}
.profile__achievements-image {
  position: absolute;
  inset: 0;
}
.profile__achievements-content {
  position: relative;
  padding-bottom: 5.7rem;
}
.profile__achievements-content__inner {
  width: 91%;
  margin: auto;
}
.profile__achievements-other {
  position: relative;
  text-align: center;
}
.profile__achievements-other span {
  position: relative;
  font-size: 1.055rem;
  font-weight: 500;
  line-height: 2.7;
  letter-spacing: 0.1em;
  color: #FFF;
}
.profile__achievements-other span::before, .profile__achievements-other span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 10.654rem;
  height: 0.1rem;
  background: #fff;
}
.profile__achievements-other span::before {
  left: -12rem;
}
.profile__achievements-other span::after {
  right: -12rem;
}
.profile__achievements-list {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #FFF;
  margin: 1.5rem 0px 1.9rem 1.5rem;
}
.profile__achievement {
  display: inline-block;
}
.profile__achievement::before {
  content: "・";
  color: #FFF;
}
.profile__source {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  margin-right: 2.8rem;
}
.profile .award-badge {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0.9rem;
}
.profile .award-badge__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile .award-badge__headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.profile .award-badge__headline-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.profile .award-badge__txt1 {
  font-size: 1.055rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.profile .award-badge__txt2 {
  font-size: 1.477rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.profile .award-badge__result {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.profile .award-badge__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.profile .award-badge__label span:first-child {
  font-size: 0.844rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}
.profile .award-badge__label span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.844rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #824611;
  background: #fff;
  border-radius: 4.643rem;
  width: 4.645rem;
  height: 1.906rem;
}
.profile .award-badge__prefix {
  font-size: 0.916rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.profile .award-badge__value {
  font-size: 2.955rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}
.profile .award-badge__unit {
  font-size: 0.916rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.profile .award-badge__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 177.9px;
  white-space: nowrap;
}
.profile .award-badge__item::before, .profile .award-badge__item::after {
  content: "";
  display: block;
  width: 3.519rem;
  height: 7.429rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile .award-badge__item::before {
  background: url(../../assets/img/common/share_left.png) no-repeat center center/contain;
}
.profile .award-badge__item::after {
  background: url(../../assets/img/common/share_right.png) no-repeat center center/contain;
}
.profile .award-badge__item-1 .award-badge__label {
  position: relative;
  left: -0.3rem;
}
.profile .award-badge__item-1 .award-badge__value {
  position: relative;
  top: 0.2rem;
}
.profile .award-badge__item-2 {
  gap: 7px;
}
.profile .award-badge__item-2 .award-badge__inner {
  gap: 1.3rem;
}
.profile .award-badge__item-2 .award-badge__label {
  position: relative;
  left: -3px;
}
.profile .award-badge__item-2 .award-badge__result {
  margin-top: -7px;
}
.profile .award-badge__item-2 .award-badge__prefix {
  position: relative;
  left: -3px;
  top: 1px;
}
.profile .award-badge__item-2 .award-badge__value {
  position: relative;
  top: 2px;
}

.complete {
  position: relative;
  width: 100%;
  background: #7A98D2;
}
.complete__inner {
  width: 87.3%;
  margin: auto;
  padding: 7rem 0 7rem;
}
.complete__item {
  background: #fff;
  padding: 3.7rem 1.9rem 2.2rem 2.2rem;
  border-radius: 1.2rem;
  margin-bottom: 1.5rem;
}
.complete__item:last-child {
  margin-bottom: 0;
}
.complete__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.complete__heading img {
  width: 6.486rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 5px;
}
.complete__badge {
  text-align: center;
  margin-bottom: 2.9rem;
}
.complete__badge-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.274rem;
  line-height: 1.79;
  letter-spacing: 0.04em;
  color: #7A98D2;
  font-weight: 500;
  text-align: center;
  border-radius: 5rem;
  width: 24.5rem;
  height: 6.3rem;
  background: #fff;
}
.complete__badge-text::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.3rem;
  position: absolute;
  background: url(../../assets/img/common/fukidashi-w.png) no-repeat center center/contain;
  bottom: -1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.complete .number {
  text-align: center;
  margin-bottom: 7.6rem;
}
.complete .number span {
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0em;
  text-align: center;
  padding: 0.5rem 3.3rem;
  border-radius: 4.3rem;
}
.complete .number--pink span {
  color: #FF7B7B;
  background: #FFE0E2;
}
.complete .number--blue span {
  color: #7A98D2;
  background: #EAF0FC;
}
.complete .number-3 {
  margin-bottom: 2.2rem;
}
.complete hr {
  margin: 4rem 0;
}
.complete hr.hr-point2 {
  border-top: 0.1rem solid #eaf0fc;
  margin: 1.3rem 0 1.5rem;
}
.complete hr.hr-point3 {
  border-top: 0.1rem solid #eaf0fc;
  margin: 3rem 0 4rem;
}
.complete .content__image {
  border-radius: 0.4rem;
}
.complete .content__text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: 0.1em;
  color: #404040;
}
.complete .content__text.mt-3 {
  margin-top: 2.2rem;
}
.complete .content__text.mb-3 {
  margin-bottom: 3rem;
}
.complete .content__text .color-blue,
.complete .content__text .color-pink {
  font-weight: 500;
}
.complete .content__text-point3 {
  margin: 6px 0 24px;
}
.complete__title-sub {
  font-size: 1.528rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.26em;
  color: #fff;
  font-family: "Inter", sans-serif;
  position: relative;
  left: 4px;
  top: 2px;
}
.complete__title-main {
  display: inline-block;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.7rem;
  position: relative;
  left: 1px;
}
.complete .award-badge {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7A98D2;
  border-radius: 0.7rem;
  padding: 0.8rem 1rem 0.6rem;
}
.complete .award-badge::before {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  content: "＼安いのに本格矯正／";
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #7A98D2;
  width: 100%;
  text-align: center;
}
.complete .award-badge__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.complete .award-badge__text1 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #fff;
}
.complete .award-badge__text2 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #fff;
  margin: -1rem 0 -1rem;
}
.complete .award-badge__text3 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 3.2;
  letter-spacing: -0.04em;
  color: #fff;
}
.complete .award-badge__block {
  position: relative;
  display: flex;
  align-items: center;
}
.complete .award-badge__block::before, .complete .award-badge__block::after {
  content: "";
  display: block;
  width: 4rem;
  height: 8.3rem;
}
.complete .award-badge__block::before {
  margin-right: -1rem;
  background: url(../../assets/img/common/share_left.png) no-repeat center center/contain;
}
.complete .award-badge__block::after {
  margin-left: -1rem;
  background: url(../../assets/img/common/share_right.png) no-repeat center center/contain;
}
.complete .award-badge__logo {
  width: 11.1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.complete .heading {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  text-align: center;
  color: #7A98D2;
}
.complete .heading .small {
  font-size: 2rem;
  line-height: 1.7;
}
.complete .merit {
  margin-top: 3.4rem;
}
.complete .merit__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #7A98D2;
  border-radius: 0.5rem;
  padding: 1.5rem 0 1.6rem;
  margin-bottom: 3rem;
}
.complete .merit__subtitle {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #7A98D2;
  border-bottom: 0.3rem solid #7A98D2;
  border-bottom-left-radius: 3rem;
  margin-bottom: 1.5rem;
}
.complete .merit__subtitle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  background: #7A98D2;
  margin-bottom: -0.3rem;
}
.complete .comparison__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #7A98D2;
  border-radius: 0.5rem;
  padding: 1.6rem 0;
  margin: 3rem 0;
}
.complete .comparison__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.complete .comparison__table-wrap {
  margin-bottom: 0.8rem;
}
.complete .comparison__table th:first-child,
.complete .comparison__table td:first-child {
  width: 17.1rem;
  border-left: 0.4rem solid #FF7B7B;
  border-right: 0.4rem solid #FF7B7B;
}
.complete .comparison__table tr:last-child td:first-child {
  border-bottom: 0.4rem solid #FF7B7B;
}
.complete .comparison__table th:first-child {
  background: #FF7B7B;
}
.complete .comparison__table td:last-child {
  font-weight: 900;
  color: #454445;
}
.complete .comparison__table td:last-child span {
  font-weight: 300;
}
.complete .comparison__table th,
.complete .comparison__table td {
  border: 1px solid #9D9999;
  text-align: center;
  padding: 2rem 0;
  vertical-align: middle;
}
.complete .comparison__table th {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8125;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #ADADAD;
}
.complete .comparison__table td {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.459;
  letter-spacing: 0.1em;
  text-align: center;
  color: #454445;
  background: #fff;
  padding: 1.2rem 0 1.3rem;
}
.complete .comparison__table td .color-pink {
  color: #FF7B7B;
  font-weight: 700;
  margin: 0.2rem 0;
  display: inline-block;
}
.complete .comparison__table td .small {
  font-size: 0.94rem;
  font-weight: 300;
}
.complete .comparison__table td .comparison__row-head {
  text-align: left;
  font-weight: 500;
}

.reason {
  position: relative;
  width: 100%;
  background: #fff;
}
.reason__inner {
  width: 87.3%;
  margin: auto;
  padding: 7rem 0 7rem;
}
.reason__item {
  background: #fff;
  padding: 3.6rem 1.9rem 2.2rem 1.9rem;
  border-radius: 1.2rem;
  margin-bottom: 1.5rem;
  border: 1px solid #7A98D2;
}
.reason__item:last-child {
  margin-bottom: 0;
}
.reason .number {
  text-align: center;
  margin-bottom: 3.7rem;
}
.reason .number span {
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0em;
  text-align: center;
  padding: 0.5rem 3.3rem;
  border-radius: 4.3rem;
}
.reason .number--pink span {
  color: #FF7B7B;
  background: #FFE0E2;
}
.reason .number--blue span {
  color: #7A98D2;
  background: #EAF0FC;
}
.reason hr {
  margin: 4rem 0 3rem;
}
.reason hr.hr-point2 {
  border-top: 1px solid #eaf0fc;
  margin: 2.8rem 0 4rem;
}
.reason hr.hr-point3 {
  border-top: 1px solid #eaf0fc;
  margin: 2.7rem 0 4rem;
}
.reason .content__image {
  border-radius: 0.4rem;
}
.reason .content__text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: 0.1em;
  color: #404040;
  margin-top: 2rem;
}
.reason .content__text .mb-1 {
  display: inline-block;
  margin-bottom: 1.6rem;
}
.reason .content__text .color-blue {
  font-weight: 500;
}
.reason__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #7A98D2;
  text-align: center;
}
.reason__title--sub {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.026em;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.reason__title--main {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.reason .award-badge {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7A98D2;
  border-radius: 0.7rem;
  padding: 1rem 1rem;
}
.reason .award-badge::before {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  content: "＼安いのに本格矯正／";
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #7A98D2;
  width: 100%;
  text-align: center;
}
.reason .award-badge__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason .award-badge__text1 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #fff;
}
.reason .award-badge__text2 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.05em;
  color: #fff;
  margin: -1rem 0 -1rem;
}
.reason .award-badge__text3 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 3.2;
  letter-spacing: -0.04em;
  color: #fff;
}
.reason .award-badge__block {
  position: relative;
  display: flex;
  align-items: center;
}
.reason .award-badge__block::before, .reason .award-badge__block::after {
  content: "";
  display: block;
  width: 4rem;
  height: 8.3rem;
}
.reason .award-badge__block::before {
  margin-right: -1rem;
  background: url(../../assets/img/common/share_left.png) no-repeat center center/contain;
}
.reason .award-badge__block::after {
  margin-left: -1rem;
  background: url(../../assets/img/common/share_right.png) no-repeat center center/contain;
}
.reason .award-badge__logo {
  width: 11.1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.reason .heading {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  text-align: center;
  color: #7A98D2;
}
.reason .heading .small {
  font-size: 2rem;
  line-height: 1.7;
}
.reason .merit {
  margin-top: 4rem;
}
.reason .merit__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #7A98D2;
  border-radius: 0.5rem;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.reason .merit__subtitle {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #7A98D2;
  border-bottom: 0.3rem solid #7A98D2;
  border-bottom-left-radius: 3rem;
  margin-bottom: 1rem;
}
.reason .merit__subtitle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  background: #7A98D2;
}
.reason .comparison__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #7A98D2;
  border-radius: 0.5rem;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.reason .comparison__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.reason .comparison__table th:first-child,
.reason .comparison__table td:first-child {
  width: 175px;
  border-left: 0.4rem solid #FF7B7B;
  border-right: 0.4rem solid #FF7B7B;
}
.reason .comparison__table tr:last-child td:first-child {
  border-bottom: 0.4rem solid #FF7B7B;
}
.reason .comparison__table th:first-child {
  background: #FF7B7B;
}
.reason .comparison__table td:last-child {
  font-weight: 900;
  color: #454445;
}
.reason .comparison__table td:last-child span {
  font-weight: 300;
}
.reason .comparison__table th,
.reason .comparison__table td {
  border: 1px solid #9D9999;
  text-align: center;
  padding: 2rem 0;
}
.reason .comparison__table th {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8125;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #ADADAD;
}
.reason .comparison__table td {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.459;
  letter-spacing: 0.1em;
  text-align: center;
  color: #454445;
  background: #fff;
}
.reason .comparison__table td .color-pink {
  color: #FF7B7B;
  font-weight: 700;
}
.reason .comparison__table td .small {
  font-size: 0.94rem;
  font-weight: 300;
}
.reason .comparison__table td .comparison__row-head {
  text-align: left;
  font-weight: 500;
}

.difference {
  position: relative;
  width: 100%;
  background: #7A98D2;
}
.difference__inner {
  width: 87.3%;
  margin: auto;
  padding: 7rem 0 7rem;
}
.difference__item {
  background: #fff;
  padding: 3.5rem 1.9rem 2.2rem;
  border-radius: 1.2rem;
  margin-bottom: 1.5rem;
  border: 1px solid #7A98D2;
}
.difference__item:last-child {
  margin-bottom: 0;
}
.difference .number {
  text-align: center;
  margin-bottom: 3.5rem;
}
.difference .number span {
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0em;
  text-align: center;
  padding: 0.5rem 3.3rem;
  border-radius: 4.3rem;
}
.difference .number--pink span {
  color: #FF7B7B;
  background: #FFE0E2;
}
.difference .number--blue span {
  color: #7A98D2;
  background: #EAF0FC;
}
.difference hr {
  margin: 3rem 0 4rem;
}
.difference .content__image {
  border-radius: 0.4rem;
}
.difference .content__text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: 0.1em;
  color: #404040;
}
.difference .content__text.mt-3 {
  margin-top: 2rem;
}
.difference .content__text.mb-3 {
  margin-bottom: 3rem;
}
.difference .content__text .mb-1 {
  display: inline-block;
  margin-bottom: 1.6rem;
}
.difference .content__text .color-blue {
  font-weight: 500;
}
.difference__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #7A98D2;
  text-align: center;
}

.treatable {
  position: relative;
  width: 100%;
  background: #F8F8F5;
}
.treatable__inner {
  width: 87.3%;
  margin: auto;
  padding: 7rem 0 6rem;
}
.treatable figure {
  margin-top: 3.3rem;
}
.treatable figcaption {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #7A98D2;
  text-align: center;
  margin: 1.9rem 1.4rem 0 0;
}

.plan {
  position: relative;
  width: 100%;
  background: #7A98D2;
}
.plan__inner {
  width: 87.3%;
  margin: auto;
  padding: 7rem 0 5.5rem;
}
.plan__note {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", Meiryo, "MS P Gothic", sans-serif;
}

.price-card {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 2.1rem 1.5rem 1.9rem 2rem;
  background: #fff;
  border-radius: 1.2rem;
  margin-bottom: 1.5rem;
}
.price-card__plan {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-right: 1px solid #7A98D2;
  padding-right: 1.4rem;
  margin-right: 1.4rem;
}
.price-card__plan-value {
  font-size: 2.274rem;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: 0.04em;
  color: #7A98D2;
  text-align: center;
}
.price-card__plan-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.7;
  letter-spacing: 0.04em;
  color: #7A98D2;
  text-align: center;
  border: 1px solid #7A98D2;
  border-radius: 2.9rem;
  width: 8.3rem;
  height: 1.9rem;
}
.price-card__plan-label::after {
  content: "";
  display: block;
  background: url(../../assets/img/common/plus.png) no-repeat center center/contain;
  width: 1.2rem;
  height: 1.2rem;
}
.price-card__price {
  display: flex;
  flex-direction: column;
}
.price-card__label {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.7;
  letter-spacing: 0.04em;
  color: #7A98D2;
  margin-bottom: -0.4rem;
}
.price-card__monthly {
  color: #FF7B7B;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-bottom: -0.2rem;
  white-space: nowrap;
}
.price-card__monthly .big {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  /* iPhone（iOS Safari）のみ */
}
@supports (-webkit-touch-callout: none) {
  .price-card__monthly {
    letter-spacing: 0em;
  }
  .price-card__monthly .big {
    letter-spacing: 0em;
  }
}
.price-card__lump {
  font-size: 1rem;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 0.04em;
  color: #7A98D2;
}

.clinic-list {
  position: relative;
  width: 100%;
  background: #fff;
}
.clinic-list__inner {
  width: 87.3%;
  margin: auto;
  padding: 7rem 0 4rem;
}
.clinic-list__list {
  margin-top: 3.8rem;
}
.clinic-list__area {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #7A98D2;
  border-bottom: 0.1rem solid #7A98D2;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3rem;
}
.clinic-list .clinic-card {
  border-radius: 0.6rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.clinic-list .clinic-card .mb-0 {
  margin-bottom: 0;
}
.clinic-list .clinic-card__header {
  padding: 2rem 2rem 1.2rem;
  background: #7A98D2;
}
.clinic-list .clinic-card__pref {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #7A98D2;
  background: #fff;
  border-radius: 0.4rem;
  padding: 0.7rem 0.9rem 0.8rem;
  margin-bottom: 1.2rem;
}
.clinic-list .clinic-card__name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #fff;
}
.clinic-list .clinic-card__content {
  padding: 3rem 2rem;
  background: #EAF0FC;
}
.clinic-list .clinic-card__image {
  border-radius: 0.4rem;
  margin-bottom: 2.2rem;
}
.clinic-list .clinic-card__title {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #7A98D2;
  margin-bottom: 0.6rem;
}
.clinic-list .clinic-card__title::before {
  content: "";
  display: block;
  background: #7A98D2;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 1rem;
  border-radius: 50%;
}
.clinic-list .clinic-card__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.1em;
  color: #404040;
  margin-right: -0.1rem;
  margin-bottom: 1.5rem;
}
.clinic-list .clinic-card__text a {
  text-decoration: underline;
}
.clinic-list .clinic-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0.1em;
  color: #fff;
  width: 24rem;
  height: 6rem;
  background: #FF7B7B;
  border-radius: 0.6rem;
  margin: 2.4rem 0 0 auto;
  padding-right: 0.7rem;
}
.clinic-list .clinic-card__button:before {
  position: relative;
  left: -1rem;
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../assets/img/common/i_appointment.png) no-repeat center center/contain;
}

.flow {
  position: relative;
  width: 100%;
  background: #F8F8F5;
}
.flow__inner {
  width: 87.3%;
  margin: auto;
  padding: 7rem 0 7rem;
}
.flow .flow-list {
  position: relative;
  padding: 3rem 2rem 2.1rem;
  border: 0.1rem solid #7A98D2;
  border-radius: 1.2rem;
  margin: 3.2rem 0 3.8rem;
}
.flow .flow-list::before {
  content: "";
  display: block;
  background: url(../../assets/img/common/flow_arrow.png) no-repeat center center/contain;
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  bottom: -3.9rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.flow .flow-list:last-child {
  margin-bottom: 0;
}
.flow .flow-list:last-child::before {
  display: none;
}
.flow .flow-list__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #7A98D2;
  border-bottom: 0.3rem solid #7A98D2;
  border-bottom-left-radius: 3rem;
  margin-bottom: 1.5rem;
}
.flow .flow-list__title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  background: #7A98D2;
  margin-bottom: -0.3rem;
}
.flow .flow-list__text {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #404040;
  margin-top: 0.5rem;
}

.risk {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.3333333333);
}
.risk__inner {
  width: 87.3%;
  margin: auto;
  padding: 10rem 0 10rem;
}
.risk .accordion {
  /* ＋／− アイコン */
  /* スライドパネル */
}
.risk .accordion__item {
  border: 0.1rem solid #7A98D2;
  border-radius: 0.6rem;
  padding: 0 2.2rem;
  margin-bottom: 1rem;
}
.risk .accordion__item:last-child {
  margin-bottom: 0;
}
.risk .accordion__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 0.9rem 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.risk .accordion__header[aria-expanded=true] .accordion__icon::after {
  transform: rotate(0deg);
}
.risk .accordion__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.04em;
  color: #7A98D2;
}
.risk .accordion__title .small {
  font-size: 1.3rem;
}
.risk .accordion__icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  background: #7A98D2;
  border-radius: 50%;
}
.risk .accordion__icon::before, .risk .accordion__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1rem;
  height: 0.1rem;
  background: #fff;
  transition: transform 0.25s ease;
}
.risk .accordion__icon::after {
  transform: rotate(90deg);
}
.risk .accordion__panel {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.risk .accordion__panel-inner {
  padding: 0 0 1.6rem;
}
.risk .accordion__panel-inner p {
  font-size: 1.5rem;
  line-height: 1.73;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #404040;
}

.price-badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF7B7B;
  border-radius: 0.7rem;
  gap: 1rem;
}
.price-badge--text::before {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  content: "＼業界最安級の治療費用／";
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #FF7B7B;
  width: 100%;
  text-align: center;
}
.price-badge .amount {
  position: relative;
  font-family: "Squada One", sans-serif;
  font-size: 9.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}
.price-badge .separator {
  position: absolute;
  bottom: 1.6rem;
  left: 4rem;
}
.price-badge span.period {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
  margin: 0.7rem 0 0.5rem;
}
.price-badge span.currency {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
}

.section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 3rem;
}
.section-title--cw {
  color: #fff;
}
.section-title--cw .label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.274rem;
  line-height: 1.83;
  color: #7A98D2;
  font-weight: 500;
  border-radius: 5rem;
  height: 6.3rem;
  padding: 0.4rem 4rem;
  margin-bottom: 2.5rem;
}
.section-title--cw .label--mid {
  height: 4.957rem;
}
.section-title--white-f span {
  background: #fff;
}
.section-title--white-f span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.3rem;
  position: absolute;
  background: url(../../assets/img/common/fukidashi-w.png) no-repeat center center/contain;
  bottom: -1.5rem;
  left: 47.5%;
  transform: translate(-50%, 0);
}
.section-title--cb {
  color: #7A98D2;
}
.section-title--cb .label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.274rem;
  line-height: 1.83;
  color: #fff;
  font-weight: 500;
  border-radius: 5rem;
  height: 6.3rem;
  padding: 0.4rem 4rem;
  margin-bottom: 2.5rem;
}
.section-title--cb .label--mid {
  height: 4.957rem;
}
.section-title--blue-f span {
  background: #7A98D2;
}
.section-title--blue-f span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.3rem;
  position: absolute;
  background: url(../../assets/img/common/fukidashi-b.png) no-repeat center center/contain;
  bottom: -1.3rem;
  left: 47.5%;
  transform: translate(-50%, 0);
}

@media screen and (min-width:768px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .sp-inlineblock {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */