@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@layer components, variations;
@layer components {
  a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  p {
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 500;
  }
  button {
    border: none;
    font: inherit;
    color: currentColor;
  }
  ol,
ul {
    list-style: none;
  }
}
html {
  line-height: 1;
}

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

strong {
  font-weight: 700;
}

caption,
td,
th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

a img {
  border: none;
}

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

html {
  font-size: 100%;
  line-height: 1.5em;
}

* {
  box-sizing: border-box;
  word-break: break-word; /* 長い単語を強制的に折り返す */
  overflow-wrap: break-word; /* 同様の目的。対応ブラウザが広い */
  line-break: strict; /* 節での自然な改行を優先（日本語では特に有効） */
  white-space: normal; /* 普通の折り返し挙動に */
}

html {
  font-size: 100%;
  width: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-size: min(10000vw, 41.6625%);
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1.33333vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  line-height: 1.6;
  background-color: var(--color-bg);
  color: #313838;
}
body.is-fixed {
  overscroll-behavior-y: none;
  overflow: hidden;
}

div[id],
section[id] {
  scroll-margin-top: 0;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

:root {
  --color-bg: #f5fcff;
  --color-bg2: #d4f4ff;
  --color-aqua: #17b8c9;
  --color-main: #096bc2;
  --color-darken: #046faa;
}

#l-footer {
  padding-block: 5rem 6rem;
}

.l-footer__logo {
  width: 46.8rem;
  margin-inline: auto;
}
.l-footer__logo img {
  width: 100%;
}

.l-footer__nav {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.l-footer__nav a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover) {
  .l-footer__nav a {
    transition: 0.3s opacity;
  }
  .l-footer__nav a:hover {
    opacity: 0.7;
  }
}

.l-footer__nav-item {
  padding-inline: 1em;
  position: relative;
}
.l-footer__nav-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #000;
  height: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.c-copyright {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #000;
  display: block;
  font-size: 1.8rem;
  text-align: center;
}

.l-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.l-mark {
  width: calc((100% - 75rem) / 2);
  background-color: var(--color-bg);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .l-mark {
    display: none;
  }
}
.l-mark .p-btn-wrapper {
  margin: max(-4vw, -10rem) auto 0;
}
@media (any-hover) {
  .l-mark .p-btn-wrapper a {
    transition: 0.3s opacity;
  }
  .l-mark .p-btn-wrapper a:hover {
    opacity: 0.7;
  }
}
.l-mark p {
  font-size: 1.8rem;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.l-mark-wrapper {
  max-width: 57.6rem;
  margin-left: auto;
  text-align: center;
}

.l-nav__content {
  background-color: var(--color-bg);
  position: -webkit-sticky;
  position: sticky;
  width: calc((100% - 75rem) / 2);
  top: 0;
  right: 0;
  height: 100vh;
  padding-left: min(3vw, 7rem);
  padding-right: 2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 1199px) {
  .l-nav__content {
    width: 100%;
    max-width: 330px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-nav__content {
    display: none;
  }
}

.l-nav-wrapper {
  max-width: 330px;
  height: 100vh;
  overflow: auto;
  width: auto;
  margin-right: auto;
  overscroll-behavior-y: contain;
  filter: drop-shadow(0px 0px 4px rgba(18, 70, 127, 0.2));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .l-nav-wrapper {
    margin-left: 0;
  }
}
.l-nav-wrapper .l-nav {
  background-color: #fff;
  border-radius: 3rem;
  padding: 3rem 3rem 6rem;
  width: 100%;
  flex-shrink: 0;
}

.l-nav__ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-darken);
  letter-spacing: 0.2em;
}

.l-nav__list {
  margin-top: 2rem;
}
.l-nav__list li {
  border-bottom: 1.5px solid #cdd3d6;
}
.l-nav__list a {
  font-weight: bold;
  text-decoration: none;
  color: currentColor;
  font-size: 2.7rem;
  display: block;
  padding: 2rem 5rem 2rem 2rem;
  position: relative;
  will-change: opacity;
}
@media (any-hover) {
  .l-nav__list a {
    transition: 0.3s opacity;
  }
  .l-nav__list a:hover {
    opacity: 0.7;
  }
}
.l-nav__list a::after {
  content: "";
  position: absolute;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1.5px solid #313838;
  border-right: 1.5px solid #313838;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#l-main {
  width: 75rem;
  background-color: #fff;
}

.c-content__ttl {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-section__ttl {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}

.u-color--aqua {
  color: var(--color-aqua);
}

.u-en {
  font-family: "Roboto", sans-serif;
}

.p-heading {
  background-color: #88d3e5;
  padding: 2rem 1.6rem;
}
.p-heading img {
  width: 100%;
}

.p-intro .c-note {
  margin: 2rem 4rem 0;
}
.p-intro + .p-cta {
  margin-top: 0;
  padding-top: 5rem;
}

.p-intro__content img {
  width: 100%;
}

.p-intro__list {
  margin-top: -35rem;
  display: flex;
  justify-content: space-between;
  margin-inline: 4rem;
}

.p-intro__item {
  width: 21rem;
  height: 19rem;
  background-color: #fff;
  position: relative;
  border-radius: 2rem;
  filter: drop-shadow(0px 0px 4px rgba(18, 70, 127, 0.2));
  text-align: center;
}
.p-intro__item.item01 {
  padding-top: 6.7rem;
}
.p-intro__item.item02 {
  padding-top: 7.7rem;
}
.p-intro__item.item02 .p-intro__txt {
  font-size: 2.5rem;
}
.p-intro__item.item03 {
  padding-top: 7.9rem;
}
.p-intro__item.item03 .p-intro__txt {
  margin-right: -1.5rem;
}
.p-intro__item.item03 .-sub {
  margin-top: 0.5rem;
  margin-right: 0;
}
.p-intro__item .c-icn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: block;
  width: 8.6rem;
  transform: translateY(-30%);
}

.p-intro__txt {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.2;
}
.p-intro__txt .u-s {
  font-size: 80%;
}
.p-intro__txt .u-en {
  font-size: 160%;
}
.p-intro__txt.-sub {
  font-size: 2.5rem;
}

.p-selfcheck {
  position: relative;
  z-index: 1;
}
.p-selfcheck .p-bg {
  background: url(../img/bg_dots_w.jpg) repeat top center/12px 12px;
  padding-bottom: 4.5rem;
  position: relative;
}
.p-selfcheck .p-bg::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  width: 9rem;
  height: 3.5rem;
  background: url(../img/bg_dots_w.jpg) repeat top 1px left 1px/12px 12px;
  left: 0;
  right: 0;
  margin-inline: auto;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 10;
}
.p-selfcheck .p-message {
  position: relative;
  min-height: 22.1rem;
  background: url(../img/bg_message.jpg) no-repeat top center/100% 100%;
  padding-left: 4rem;
  padding-top: 5rem;
}
.p-selfcheck .p-message p {
  color: #fff;
  font-weight: 900;
  font-size: 4.7rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.p-selfcheck .p-message p .u-s {
  font-size: 3.29rem;
}
.p-selfcheck .p-message figure {
  position: absolute;
  width: 21.7rem;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: block;
}
.p-selfcheck .c-heading__txt {
  font-size: 3.6rem;
  font-weight: 900;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  margin-top: 4.7rem;
}
.p-selfcheck .c-heading__txt::before, .p-selfcheck .c-heading__txt::after {
  content: "";
  position: absolute;
  height: 1.5em;
  background-color: #000;
  width: 1px;
  top: 50%;
}
.p-selfcheck .c-heading__txt::before {
  left: -0.5em;
  transform: translateY(-50%) rotate(-30deg);
}
.p-selfcheck .c-heading__txt::after {
  right: -0.5em;
  transform: translateY(-50%) rotate(30deg);
}
.p-selfcheck .p-heading {
  padding-inline: 4rem;
  background: url(../img/bg_selfchec.svg) no-repeat right bottom -0.5rem/19rem 25rem;
  position: relative;
  padding-bottom: 2.4rem;
  padding-top: 7rem;
}
.p-selfcheck .p-heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 4rem;
  right: 4rem;
  width: calc(100% - 8rem);
  height: 4rem;
  background: url(../img/line.svg) no-repeat top center/contain;
}
.p-selfcheck .sub {
  display: flex;
  font-size: 3.6rem;
  font-weight: 900;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
}
.p-selfcheck .sub i {
  width: 3.4rem;
  height: 3.4rem;
}
.p-selfcheck .c-bottom__txt {
  font-weight: bold;
  text-align: center;
  font-size: 3.6rem;
  margin-top: 1rem;
}
.p-selfcheck .c-bottom__txt .u-l {
  font-size: 5.4rem;
}
.p-selfcheck .c-bottom__txt .u-l2 {
  font-size: 4.68rem;
}
.p-selfcheck .c-bottom__txt .u-900 {
  font-weight: 900;
}
.p-selfcheck .c-bottom__txt .u-s {
  font-size: 2.88rem;
}
.p-selfcheck .c-bottom__txt .u-line {
  position: relative;
  letter-spacing: 0.01em;
}
.p-selfcheck .c-bottom__txt .u-line::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1.5px;
  background-color: #046faa;
  width: 100%;
}

.u-txtcolor--main {
  color: #096bc2;
}

.p-case {
  background-image: url(../img/bg_case.png), url(../img/bg_case_bottom.png);
  background-repeat: no-repeat;
  background-position: top right, bottom center;
  background-size: 100% auto;
  padding: 4rem 4rem 5rem;
}
.p-case .c-txt {
  margin-top: 3rem;
  text-align: center;
  font-size: 4.7rem;
  font-weight: 900;
  line-height: 1.2;
}
.p-case .c-txt .u-l {
  font-size: 130%;
}

.p-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
  margin-top: 5rem;
}

.p-case__item {
  border-radius: 2rem;
  filter: drop-shadow(0px 0px 4px rgba(18, 70, 127, 0.2));
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: calc((100% - 4rem) / 3);
}
.p-case__item figure {
  border-radius: 2rem 2rem 0 0;
}
.p-case__item.-large {
  width: calc((100% - 2rem) / 2);
}

.p-case__body {
  min-height: 6.4rem;
  flex-grow: 1;
  display: grid;
  place-content: center;
  padding-block: 1.9rem;
}
.p-case__body p {
  text-align: center;
  line-height: 1.2;
  font-size: 2.6rem;
  font-weight: 900;
}

.p-case__ttl {
  font-size: 7.6rem;
  font-weight: bold;
  line-height: 1.3;
}
.p-case__ttl .u-l {
  font-size: 120%;
}
.p-case__ttl .u-s {
  font-size: 80%;
}
.p-case__ttl .u-color--aqua {
  font-weight: 900;
}
.p-case__ttl .u-s2 {
  font-size: 5.22rem;
}
.p-case__ttl .u-line {
  position: relative;
}
.p-case__ttl .u-line::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 2rem;
  width: 100%;
  background: url(../img/line-dots.svg) no-repeat center/100% 100%;
}

.p-frame {
  margin-top: 2rem;
  background: url(../img/bg_frame.png) no-repeat center/100% 100%;
  min-height: 20.9rem;
  padding-top: 3.4rem;
  margin-right: -1.4rem;
  margin-left: -1.4rem;
}
.p-frame p {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
}
.p-frame p span {
  color: #f4821c;
  font-size: 140%;
  position: relative;
}
.p-frame p span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffe964;
  height: 4px;
  width: 100%;
  bottom: 0.5rem;
}

.p-worry {
  position: relative;
}
.p-worry .c-note {
  position: absolute;
  padding-inline: 3rem;
  z-index: 10;
  bottom: 3.3rem;
  font-size: 1.6rem;
  text-align: center;
  color: #b4cbd1;
  font-weight: bold;
  line-height: 1.1;
}

.p-selfcehck__ttl {
  font-size: 7.2rem;
  font-weight: 900;
  margin-top: -1rem;
  letter-spacing: -0.05em;
  margin-left: -1rem;
}

.p-binder {
  background-color: #bae3f9;
  padding: 4.2rem 3.6rem 3.6rem;
  margin: 2rem 4rem 0;
  border-radius: 1rem;
  position: relative;
}

.p-binder__inner {
  background-color: #fff;
  padding: 5.2rem 2.3rem 2rem;
  position: relative;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
}
.p-binder__inner::before {
  content: "";
  position: absolute;
  width: 25.2rem;
  height: 7rem;
  background: url(../img/pin.svg) no-repeat top center/contain;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: -3rem;
}

.c-pencil {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 10rem;
  z-index: 2;
}

.p-check__item {
  padding: 2.4rem 1rem 2.4rem 5.2rem;
  position: relative;
}
.p-check__item::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
  top: 3.3rem;
  background: url(../img/icn_check_s.svg) no-repeat center/contain;
}
.p-check__item:not(:last-of-type) {
  background: url(../img/dots.svg) no-repeat bottom center/100% auto;
}
.p-check__item p {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}

/* ----------------------------------------------------------------------------------------------------
*	多汗症ケアの違い
* --------------------------------------------------------------------------------------------------*/
.p-difference {
  padding: 6rem 4rem;
  background-color: #bed9e2;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}

.p-difference__ttl {
  text-align: center;
  background-color: #fff;
  font-size: 5.2rem;
  font-weight: bold;
  color: #eb5308;
  margin-inline: auto;
  border-radius: 1rem;
}

.p-diff__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4.3rem;
}

.p-diff__item {
  background: url(../img/diff_frame_s.svg) no-repeat center/100% auto;
  text-align: center;
  padding: 1.9rem 1rem 2.4rem 1rem;
  width: 20.6rem;
  height: 11rem;
}
.p-diff__item.-large {
  background: url(../img/diff_frame_l.png) no-repeat center/100% auto;
  height: 16.4rem;
  width: 24rem;
  margin-bottom: -1rem;
  padding-top: 3rem;
}
.p-diff__item.-large p {
  font-size: 3rem;
  color: #fff;
}
.p-diff__item p {
  font-weight: bold;
  line-height: 1.2;
  font-size: 2.4rem;
}

.p-diff__table {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.p-diff__table p {
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-diff__table th,
.p-diff__table td {
  text-align: center;
  background-color: #fff;
  color: #666;
}
.p-diff__table td {
  width: 30.5%;
  line-height: 1.4;
  font-size: 2.4rem;
}
.p-diff__table .c-main-heading th {
  background-color: transparent;
  border-radius: 2rem 2rem 0 0;
  background-color: #4a6a7f;
  padding-block: 1rem;
  border-bottom: 2px solid #bed9e2;
  vertical-align: middle;
}
.p-diff__table .c-main-heading th p {
  font-size: 2.3rem;
  color: #fff;
  line-height: 1.2;
}
.p-diff__table .c-main-heading .u-main {
  background-color: #eb5308;
  padding-block: 2rem;
  border-left: 2px solid #bed9e2;
  border-right: 2px solid #bed9e2;
}
.p-diff__table .c-main-heading .u-main p {
  font-size: 3.4rem;
}
.p-diff__table .c-heading th {
  background-color: #313838;
  text-align: center;
  padding-block: 0.8rem;
}
.p-diff__table .c-heading th p {
  font-size: 2.7rem;
  color: #fff;
  font-weight: bold;
}
.p-diff__table .u-main {
  width: 38.8059701493%;
  background-color: #fff3b9;
}
.p-diff__table td.u-main {
  border-left: 2px solid #f4821c;
  border-right: 2px solid #f4821c;
  padding-block: 1.8rem;
}
.p-diff__table tr:last-of-type td.u-main {
  border-bottom: 2px solid #f4821c;
}
.p-diff__table td {
  vertical-align: middle;
  padding-block: 1rem;
  padding-left: 1.5rem;
}
.p-diff__table .u-l {
  font-size: 4.9rem;
}
.p-diff__table .u-s {
  font-size: 80%;
}
.p-diff__table p.u-reg {
  font-weight: 400;
}
.p-diff__table .u-txt {
  margin-inline: auto;
}
.p-diff__table .u-lh {
  line-height: 1.18;
}
.p-diff__table .u-left {
  text-align: left;
}
.p-diff__table .txt01 {
  width: 7.4rem;
}
.p-diff__table .txt02 {
  width: 17.7rem;
}
.p-diff__table .txt03 {
  width: 11.6rem;
}
.p-diff__table .txt04 {
  width: 13.5rem;
}
.p-diff__table .txt05 {
  width: 9.1rem;
}
.p-diff__table .c-note {
  font-size: 1.8rem;
  color: #313838;
  margin-top: -0.5rem;
}
.p-diff__table .c-row td {
  padding-block: 0.6rem;
}

/* ----------------------------------------------------------------------------------------------------
*	オンラインで多汗症治療が
できます
* --------------------------------------------------------------------------------------------------*/
.p-online {
  position: relative;
  z-index: 2;
  margin-top: -7.2rem;
}

.p-online__heading {
  background: url(../img/online_heading.png) no-repeat bottom center/100% auto;
  padding: 8.2rem 4rem 0;
  min-height: 36rem;
}

.p-online__ttl {
  color: #fff;
  font-size: 7rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.p-online__ttl .c-sub {
  font-size: 3.6rem;
  display: inline-block;
  margin-bottom: 3rem;
  position: relative;
}
.p-online__ttl .c-sub::before, .p-online__ttl .c-sub::after {
  content: "";
  position: absolute;
  background: url(../img/dobule_line.svg) no-repeat center/contain;
  width: 3.4rem;
  height: 4.4rem;
}
.p-online__ttl .c-sub::before {
  left: -1.4em;
}
.p-online__ttl .c-sub::after {
  right: -5rem;
  transform: scale(-1, 1);
}
.p-online__ttl .u-small {
  font-size: 80%;
}

.p-online__body {
  background: url(../img/bg_online.jpg) no-repeat center/cover;
  padding: 2.8rem 4rem 7rem;
}
.p-online__body .c-ttl {
  position: relative;
  padding-bottom: 2rem;
  font-size: 5.7rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  color: #313838;
  letter-spacing: 0.1em;
}
.p-online__body .c-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 3rem;
  background: url(../img/line.svg) no-repeat bottom center/contain;
  margin-inline: auto;
  width: 100%;
}
.p-online__body .c-ttl .u-small {
  font-size: 3.75rem;
  font-weight: bold;
  letter-spacing: 0;
}
.p-online__body .c-txt {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 5.8rem;
}

.u-color--aqua {
  color: var(--color-aqua);
}

.p-online__list {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}

.p-online__item {
  width: 21rem;
  height: 20rem;
  border-radius: 2rem;
  background-color: #fff;
  filter: drop-shadow(1px 1px 2px rgba(18, 70, 127, 0.2));
  text-align: center;
  padding-top: 6.5rem;
  position: relative;
}
.p-online__item .c-icn {
  position: absolute;
  width: 8.6rem;
  height: 8.6rem;
  margin-inline: auto;
  left: 0;
  right: 0;
  top: -3rem;
}
.p-online__item p {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
}
.p-online__item p .u-small {
  font-size: 80%;
}
.p-online__item.item01 {
  padding-top: 9.5rem;
}
.p-online__item.item01 p {
  font-size: 3.5rem;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------
*	選ばれる理由
* --------------------------------------------------------------------------------------------------*/
.p-reason {
  padding: 2rem 4rem 8rem;
  background-color: var(--color-bg);
}

.p-reason__ttl {
  text-align: center;
  font-size: 7.2rem;
  font-weight: 900;
  margin: 0;
  line-height: 1.4;
}
.p-reason__ttl .c-sub {
  font-size: 3.4rem;
  color: #fff;
  font-weight: bold;
  background-color: var(--color-aqua);
  padding-inline: 0.5em;
}

.p-reason__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  justify-content: space-between;
  margin-top: 4rem;
}

.p-reason__item {
  border: 1px solid #000;
  border-radius: 2rem;
  background-color: #fff;
  width: 21rem;
  height: 21rem;
  text-align: center;
  padding: 2.3rem;
  display: flex;
  flex-direction: column;
}
.p-reason__item.item01 .c-icn {
  width: 6.4rem;
}
.p-reason__item.item02 .c-icn {
  width: 6.8rem;
}
.p-reason__item.item03 .c-icn {
  width: 8.3rem;
}
.p-reason__item.item04 .c-icn {
  width: 9.4rem;
}
.p-reason__item.item05 p {
  line-height: 1.2;
}
.p-reason__item.item05 .c-icn {
  width: 6rem;
}
.p-reason__item.item06 .c-icn {
  width: 6.2rem;
}
.p-reason__item .c-icn {
  margin: auto auto 0;
  display: block;
}
.p-reason__item p {
  line-height: 1.4;
  font-size: 2.5rem;
  font-weight: bold;
}
.p-reason__item .u-mt {
  margin-top: -0.3em;
}
.p-reason__item .u-l {
  font-weight: 900;
  color: var(--color-aqua);
  font-size: 3.36rem;
}
.p-reason__item .u-l2 {
  font-weight: 900;
  color: var(--color-aqua);
  font-size: 4rem;
  position: relative;
}
.p-reason__item .u-l3 {
  font-size: 3.92rem;
  line-height: 1;
}
.p-reason__item .u-c {
  font-weight: 900;
  color: var(--color-aqua);
  font-size: 3.5rem;
}
.p-reason__item .u-s {
  font-size: 2rem;
}
.p-reason__item .u-s2 {
  font-size: 2.24rem;
}

/* ----------------------------------------------------------------------------------------------------
*	制汗剤と医薬品の比較
* --------------------------------------------------------------------------------------------------*/
.p-compare {
  position: relative;
  padding: 8rem 4rem 8.5rem;
}
.p-compare::before, .p-compare::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
}
.p-compare::before {
  background-color: #4a6a7f;
  width: 31.8rem;
  left: 0;
}
.p-compare::after {
  width: calc(100% - 31.8rem);
  right: 0;
  background: linear-gradient(0deg, rgb(219, 247, 255) 0%, rgb(38, 191, 224) 91%);
}
.p-compare .p-ttl-wrapper {
  display: flex;
  justify-content: space-between;
}
.p-compare .p-ttl-wrapper > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
}
.p-compare .p-ttl-wrapper > div i {
  display: block;
}
.p-compare .p-ttl-wrapper .c-ttl01 {
  padding-left: 2.8rem;
}
.p-compare .p-ttl-wrapper .c-ttl01 i {
  width: 2.4rem;
}
.p-compare .p-ttl-wrapper .c-ttl02 i {
  width: 3.4rem;
}
.p-compare .p-ttl-wrapper .c-ttl {
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
}

.p-compare__content {
  position: relative;
  z-index: 1;
}

.p-compare__ttl {
  font-size: 5.2rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}
.p-compare__ttl::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 99%);
          clip-path: polygon(100% 0, 0 0, 50% 99%);
  width: 3rem;
  height: 2rem;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.p-compare__ttl .u-small {
  font-size: 80%;
}
.p-compare__ttl .u-s1 {
  color: #4a6a7f;
}
.p-compare__ttl .u-s2 {
  color: #118daa;
}

.p-compare__list {
  margin-top: 2.6rem;
}

.p-compare__item {
  border-radius: 2rem;
  background: linear-gradient(90deg, rgb(255, 255, 255) 41.5%, rgb(255, 252, 233) 41.5%);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  display: flex;
  text-align: center;
  position: relative;
}
.p-compare__item + .p-compare__item {
  margin-top: 2rem;
}
.p-compare__item .p-item-ttl {
  border-radius: 1000px;
  background-color: #118daa;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  font-size: 3.4rem;
  font-weight: bold;
  position: absolute;
  left: 32%;
  top: 50%;
  transform: translateY(-50%);
  width: 12.4rem;
  height: 12.4rem;
  outline: 4px solid #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
  line-height: 1.2;
}
.p-compare__item.item01 .p-block02 p {
  font-size: 3.1rem;
}
.p-compare__item .p-block01,
.p-compare__item .p-block02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 16rem;
}
.p-compare__item .p-block01 {
  width: 41.5%;
  padding-right: 5rem;
}
.p-compare__item .p-block01 p {
  font-size: 2.8rem;
  color: #4a6a7f;
  font-weight: bold;
  line-height: 1.4;
}
.p-compare__item .p-block02 {
  padding-left: 5rem;
  width: 58.5%;
}
.p-compare__item .p-block02 p {
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.3;
  color: #118daa;
}

/* ----------------------------------------------------------------------------------------------------
*	病院に行く時間、もう作らなくていい。
* --------------------------------------------------------------------------------------------------*/
.p-appeal {
  background: url(../img/bg_appeal.jpg) no-repeat top center/100% auto;
  padding: 7.4rem 4rem 6.6rem;
}
.p-appeal .c-note {
  margin-top: 2rem;
}
.p-appeal .p-block {
  background-color: var(--color-bg);
  border-radius: 2rem;
  position: relative;
  padding: 4.5rem 4rem 3rem;
  margin-top: 6rem;
}
.p-appeal .p-block + .p-block {
  margin-top: 5.6rem;
}
.p-appeal .p-block .p-bike {
  margin-top: 2.8rem;
  width: 100%;
}
.p-appeal .p-block .c-txt {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 2.6rem;
}
.p-appeal .p-block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url(../img/icn_check.png) no-repeat center/contain;
  width: 8.2rem;
  height: 8.2rem;
  margin-inline: auto;
  top: 0;
  transform: translateY(-50%);
}
.p-appeal .p-block .c-ttl {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-appeal .p-block-inner {
  margin-top: 2.9rem;
  background: url(../img/bg_privacy.png) no-repeat center/100% 100%;
  min-height: 37rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
  padding-left: 0.5rem;
}
.p-appeal .p-block-inner .p-package {
  margin-top: 1rem;
  width: 28.1rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-right: -2.5rem;
}
.p-appeal .p-block-inner .p-txt-wrapper {
  width: 31.7rem;
  flex-shrink: 0;
}

.p-checkbox {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  background-color: #fff;
  padding: 1rem 1.8rem;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}
.p-checkbox + .p-checkbox {
  margin-top: 2.5rem;
}
.p-checkbox i {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.p-checkbox p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-checkbox p .u-large {
  color: var(--color-aqua);
  font-size: 130%;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.p-appeal__ttl {
  color: #fff;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.7;
}
.p-appeal__ttl span {
  background-color: #183247;
  padding-left: 1.4rem;
  padding-bottom: 0.1em;
}

.p-appeal__content {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 2rem;
}
.p-appeal__content figure {
  width: 27.3rem;
}
.p-appeal__content .c-txt {
  margin-top: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.p-appeal__content .c-txt .u-large {
  color: var(--color-aqua);
  font-size: 120%;
  font-weight: 900;
}
.p-appeal__content .c-txt .u-line {
  border-bottom: 7px solid #cefbff;
}

.p-mark {
  display: grid;
  place-content: center;
  width: 34.8rem;
  height: 34.8rem;
  background-color: var(--color-aqua);
  border-radius: 1000px;
  position: relative;
  flex-shrink: 0;
  margin-top: 4rem;
}
.p-mark::before {
  content: "";
  position: absolute;
  z-index: 1;
  border: 1px solid #fff;
  inset: 0;
  margin: auto;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 1000px;
}
.p-mark p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.p-mark .u-small {
  font-size: 3.2rem;
  font-weight: 900;
}
.p-mark .u-large {
  color: #fff5a6;
  font-size: 3.36rem;
}
.p-mark .u-large .u-en {
  font-size: 6.72rem;
}
.p-mark .u-middle {
  font-size: 4.2rem;
}

/* ----------------------------------------------------------------------------------------------------
*	処方までの3ステップ
* --------------------------------------------------------------------------------------------------*/
.p-step {
  background: url(../img/bg_dots.jpg) repeat top center/12px 12px;
  padding: 4.4rem 4rem 8rem;
}

.p-step__ttl {
  text-align: center;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
}
.p-step__ttl .u-small {
  font-size: 4.4rem;
}
.p-step__ttl .u-num {
  font-size: 11.2rem;
  margin-top: -1em;
  display: inline-block;
  color: var(--color-aqua);
}

.p-step__list {
  margin-top: 4.7rem;
}

.p-step__item {
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid #000;
  padding: 3.8rem;
}
.p-step__item + .p-step__item {
  margin-top: 1.2rem;
}
.p-step__item .p-ttl-wrapper {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: 2.2rem;
}
.p-step__item .c-icn {
  display: block;
  width: 14.6rem;
}
.p-step__item .u-en {
  color: var(--color-aqua);
  font-size: 3.5rem;
}
.p-step__item .u-num {
  font-size: 4.7rem;
  margin-left: 0.2em;
  position: relative;
  top: 0.05em;
}
.p-step__item .c-ttl {
  font-size: 3.7rem;
  font-weight: bold;
  margin-top: 1.2rem;
  line-height: 1.4;
}
.p-step__item p {
  font-size: 2.6rem;
}

sup {
  font-size: 60%;
}

.c-note {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #4a6a7f;
  margin-top: 1.2rem;
}

/* ----------------------------------------------------------------------------------------------------
*	セットでの処方で治療ができます
* --------------------------------------------------------------------------------------------------*/
.p-set {
  padding-top: 5rem;
}
.p-set .c-heading__txt {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin-top: 2.3rem;
}

.p-set__ttl {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  padding-bottom: 4.7rem;
  margin-inline: 4rem;
}
.p-set__ttl::after {
  content: "";
  position: absolute;
  height: 3rem;
  width: 100%;
  left: 0;
  right: 0;
  margin-inline: auto;
  background: url(../img/line.svg) no-repeat center/contain;
  bottom: 0;
}
.p-set__ttl .u-l {
  font-size: 140%;
}

.p-plan {
  background: url(../img/bg_dots3.jpg) repeat top center/12px 12px;
  position: relative;
  margin-top: 10rem;
  padding: 9rem 4rem 3rem;
}
.p-plan + .p-plan {
  margin-top: 11.5rem;
}
.p-plan.-premium table th {
  background-color: #06497a;
}
.p-plan .c-note {
  margin-top: 1.5rem;
}
.p-plan table {
  margin-top: 2rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 0;
}
.p-plan table td {
  width: 25%;
  vertical-align: middle;
  background-color: #fff;
  padding: 2rem 0.1rem;
}
.p-plan table th {
  background-color: var(--color-darken);
  text-align: center;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  font-size: 2.6rem;
  padding: 1rem 0;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.p-plan table th p {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-plan table th .u-num {
  font-size: 140%;
}
.p-plan table .c-off {
  background-color: #fff;
  border-radius: 100px;
  color: #f9557c;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  min-width: 11.8rem;
  letter-spacing: 0;
  margin-top: 0.5rem;
  padding-top: 0.2rem;
}
.p-plan table .c-off .u-l {
  font-size: 140%;
}
.p-plan .c-month {
  font-size: 1.8rem;
  font-weight: 900;
  background-color: #0f4f7f;
  min-width: 6.3rem;
  padding: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.safari .p-plan .c-month {
  padding-bottom: 0.5rem;
}
.p-plan .p-price {
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.1;
}
.p-plan .p-price .u-en {
  font-size: 140%;
}
.p-plan .p-price .u-tax {
  font-weight: bold;
  font-size: 1.6rem;
}
.p-plan .p-total {
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  position: relative;
}
.p-plan .p-total::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background-color: var(--color-darken);
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
}
.p-plan .p-total p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #4a6a7f;
}
.p-plan .p-total p .u-en {
  font-size: 140%;
}
.p-plan .c-plus {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 1rem auto;
}

.p-plan__ttl {
  background-color: var(--color-darken);
  color: #fff;
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  position: absolute;
  border-radius: 2rem;
  padding: 2rem;
  transform: translateY(-50%);
  width: calc(100% - 8rem);
  top: 0;
  left: 4rem;
  right: 4rem;
}
.-premium .p-plan__ttl {
  background-color: #06497a;
}
.p-plan__ttl::before {
  content: "";
  position: absolute;
  width: 7rem;
  height: 7rem;
  background: url(../img/icn_check.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}

.p-plan__heading {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.p-plan__heading.u-center {
  align-items: center;
}
.p-plan__heading figure {
  width: 20.3rem;
  flex-shrink: 0;
}
.p-plan__heading .c-ttl {
  border: 1.5px solid #000;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}
.p-plan__heading .c-name {
  text-align: center;
  font-size: 3.7rem;
  margin-top: 1rem;
  font-weight: bold;
  line-height: 1.3;
}
.p-plan__heading .c-name .u-ls {
  letter-spacing: -0.06em;
}
.p-plan__heading .c-name .u-s {
  font-size: 70%;
}

.p-plan__heading-inner {
  flex-grow: 1;
}

.p-recommend {
  background-color: #fff;
  padding: 2rem 3rem 3.5rem;
  margin-top: 2rem;
}
.p-recommend .c-ttl {
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-darken);
}
.p-recommend ul {
  margin-top: 1.2rem;
}
.p-recommend li {
  position: relative;
  padding-left: 5rem;
  font-size: 2.8rem;
  line-height: 1.4;
}
.p-recommend li.u-ls {
  letter-spacing: -0.1em;
}
.p-recommend li + li {
  margin-top: 0.2rem;
}
.p-recommend li::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icn_check_s.svg) no-repeat center/contain;
  left: 0.4rem;
  top: 1rem;
}

.p-plan-detail {
  background-color: #fff;
  padding: 6.5rem 4rem 6rem;
}

.p-plan-detail__list {
  display: flex;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  margin-bottom: 1.4rem;
}
.p-plan-detail__list .c-note {
  margin-top: 0.2rem;
  text-align: center;
  line-height: 1.2;
}

.p-plan-detail__item {
  width: calc((100% - 3.6rem) * 3);
  border: 1.5px solid #000;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  min-height: 21.7rem;
}
.p-plan-detail__item > div {
  display: grid;
  place-content: center;
  flex-grow: 1;
}
.p-plan-detail__item .c-ttl {
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-darken);
  text-align: center;
  position: relative;
  padding-top: 1.7rem;
  padding-bottom: 1rem;
}
.p-plan-detail__item .c-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1.5px;
  background-color: #000;
  left: 3rem;
  right: 3rem;
  margin-inline: auto;
}
.p-plan-detail__item .c-price {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 1rem;
}
.p-plan-detail__item .c-price .u-en {
  font-size: 140%;
}
.p-plan-detail__item .c-price.u-l {
  margin-top: 0;
  font-size: 5.3rem;
}

/* ----------------------------------------------------------------------------------------------------
	*	実際にご利用いただいたお客様の声
	* --------------------------------------------------------------------------------------------------*/
.p-voice {
  padding-block: 4rem 2rem;
  background-image: url(../img/bg_voice_upper.jpg), url(../img/bg_voice_bottom.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
}
.p-voice .c-heading__txt {
  width: 62.8rem;
  margin: 3.8rem auto 0;
}
.p-voice .c-note {
  margin-top: -0.5rem;
  text-align: center;
  color: #666;
}
.p-voice .splide__slide {
  padding-block: 2rem;
}

.p-voice__ttl {
  text-align: center;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1.3;
}
.p-voice__ttl .u-small {
  font-size: 3.4rem;
}

.slider1 {
  margin-top: 4rem;
  padding-bottom: 6.4rem;
}
.slider1 .splide__pagination__page {
  width: 2rem;
  height: 2rem;
  transform: scale(1) !important;
  opacity: 1 !important;
  margin-inline: 2rem;
  background-color: #9fa0a0;
}
.slider1 .splide__pagination__page.is-active {
  background-color: #f9557c;
}

.p-pickup {
  margin-top: 1rem;
}

.p-pickup__ttl {
  text-align: center;
  font-size: 3.83rem;
  font-weight: bold;
  line-height: 1.2;
  background: url(../img/voice_frame.svg) no-repeat center/contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4rem 6rem 8rem 3rem;
  margin-inline: auto;
}
.p-pickup__ttl .u-l {
  font-size: 130%;
}
.p-pickup__ttl .u-ls {
  letter-spacing: -0.02em;
  margin-left: 3.6rem;
}

.p-media {
  width: 54.3rem;
  margin: -5rem auto 0;
}

.p-voice__item {
  border-radius: 2rem;
  filter: drop-shadow(1px 1px 5px rgba(18, 70, 127, 0.2));
  padding: 4rem 4rem 3rem;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.p-voice__body {
  margin-top: 2.5rem;
  position: relative;
  flex-grow: 1;
}
.p-voice__body .c-ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 2px solid #f9557c;
  padding-bottom: 2.4rem;
}
.p-voice__body .c-txt {
  margin-top: 2.3rem;
  font-size: 2.6rem;
  line-height: 1.55;
}
.p-voice__body .c-name {
  text-align: right;
  font-size: 2.2rem;
  color: #808080;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.p-medicine {
  background-color: var(--color-bg);
  padding-block: 4rem;
}
.p-medicine .splide__slide {
  padding-block: 2rem;
}

.p-medicine__ttl {
  text-align: center;
  font-size: 6rem;
  font-weight: 900;
}
.p-medicine__ttl .u-s {
  font-size: 80%;
}

.slider2 {
  margin-top: 4rem;
  padding-bottom: 6.4rem;
}
.slider2 .splide__pagination__page {
  width: 2rem;
  height: 2rem;
  transform: scale(1) !important;
  opacity: 1 !important;
  margin-inline: 2rem;
  background-color: #9fa0a0;
}
.slider2 .splide__pagination__page.is-active {
  background-color: var(--color-main);
}

.p-medicine__item {
  border-radius: 2rem;
  filter: drop-shadow(1px 1px 5px rgba(18, 70, 127, 0.2));
  padding: 4rem 4rem 3rem;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.p-medicine__item-ttl {
  color: var(--color-darken);
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.1;
}
.p-medicine__item-ttl.u-ls {
  letter-spacing: -0.08em;
}
.p-medicine__item-ttl .u-s {
  font-size: 70%;
}
.p-medicine__item-ttl .u-s2 {
  font-size: 80%;
}

.p-medicine__body {
  padding-top: 1.6rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.p-medicine__body .c-txt {
  font-size: 2.6rem;
  line-height: 1.55;
  margin-bottom: auto;
}
.p-medicine__body aside {
  margin-top: 2.5rem;
  background-color: var(--color-bg);
  padding: 2rem;
  border-radius: 2rem;
  height: 26.2rem;
}
.p-medicine__body aside .c-ttl {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.p-medicine__body aside .c-ttl .u-en {
  font-size: 4.4rem;
}
.p-medicine__body aside .c-ttl .u-en .u-l {
  font-size: 140%;
}
.p-medicine__body aside .c-txt {
  font-size: 2.2rem;
  line-height: 1.4;
}

/* ----------------------------------------------------------------------------------------------------
*	FAQ
* --------------------------------------------------------------------------------------------------*/
.p-faq {
  padding: 7rem 4rem 6rem;
}

.p-faq__items {
  background-color: var(--color-bg);
  padding: 4rem 3rem;
  border-radius: 2rem;
}
.p-faq__items + .p-faq__items {
  margin-top: 2rem;
}

.p-faq__row {
  display: flex;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.p-faq__question .p-faq__row {
  cursor: pointer;
  text-align: left;
  position: relative;
  width: 100%;
  padding-right: 3rem;
}
@media (any-hover) {
  .p-faq__question .p-faq__row {
    transition: 0.3s opacity;
  }
  .p-faq__question .p-faq__row:hover {
    opacity: 0.7;
  }
}
.p-faq__question .p-faq__row.is-open::after {
  transform: rotate(225deg);
  top: 2rem;
}
.p-faq__question .p-faq__row::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-bottom: 2px solid #313838;
  border-right: 2px solid #313838;
  transform: rotate(45deg);
  top: 1rem;
  transition: 0.3s transform, 0.3s top;
}

.p-faq__question-txt {
  font-size: 2.8rem;
  font-weight: 700;
}

.p-faq__answer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  display: none;
  border-top: 1px solid #999999;
}
.p-faq__answer ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-faq__answer .p-faq__icn {
  margin-top: 0.8rem;
}

.p-faq__answer-txt {
  font-size: 2.6rem;
}

.p-faq__icn {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-content: center;
  flex-shrink: 0;
}
.p-faq__question .p-faq__icn {
  background-color: #000;
  margin-top: 0.9rem;
}
.p-faq__answer .p-faq__icn {
  background-color: #096bc2;
}

/* ----------------------------------------------------------------------------------------------------
*	留意点
* --------------------------------------------------------------------------------------------------*/
.p-points-to-note {
  background-color: #f9f9f9;
  padding: 6rem 4rem;
}
.p-points-to-note .ttl {
  margin-top: 11rem;
  font-size: 2.88rem;
  font-weight: bold;
  margin-left: -0.6em;
  white-space: nowrap;
}

.p-ptn__block {
  margin-top: 3.3rem;
}
.p-ptn__block dt {
  font-size: 2.88rem;
  font-weight: bold;
}
.p-ptn__block dd {
  font-weight: 500;
}

.p-price0 {
  background: linear-gradient(180deg, rgb(213, 249, 255) 0%, rgb(137, 216, 230) 100%);
  padding: 6rem 4rem;
}

.p-price0__inner {
  background-color: #fff;
  border-radius: 2rem;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
  padding: 3.8rem 4rem;
}
.p-price0__inner .c-sub {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
}
.p-price0__inner .c-sub::before, .p-price0__inner .c-sub::after {
  content: "";
  position: absolute;
  width: 1.5px;
  background-color: #313838;
  height: 1.6em;
  top: 50%;
}
.p-price0__inner .c-sub::before {
  left: -1em;
  transform: translateY(-50%) rotate(-30deg);
}
.p-price0__inner .c-sub::after {
  right: -1em;
  transform: translateY(-50%) rotate(30deg);
}
.p-price0__inner .c-main {
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
}
.p-price0__inner .c-main::before, .p-price0__inner .c-main::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 2rem;
  height: 12rem;
  background: url(../img/kakko.svg) no-repeat center center/contain;
}
.p-price0__inner .c-main::before {
  left: -9rem;
  transform: translateY(-50%);
}
.p-price0__inner .c-main::after {
  right: -9rem;
  transform: translateY(-50%) scale(-1, 1);
}
.p-price0__inner .p-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
}
.p-price0__inner .p-detail .c-txt {
  background-color: #313838;
  border-radius: 1rem;
  color: #fff;
  font-size: 4.4rem;
  font-weight: 900;
  text-align: center;
  width: 36.6rem;
  line-height: 1;
  min-height: 7.1rem;
  padding-top: 1.3rem;
}
.p-price0__inner .p-detail .c-txt:has(.u-en) {
  padding-top: 0.5rem;
}
.p-price0__inner .p-detail .c-txt .u-l {
  font-size: 140%;
}
.p-price0__inner .p-detail .c-txt + .c-txt {
  margin-top: 1rem;
}
.p-price0__inner .p-detail .c-yen {
  width: 19.3rem;
}
.p-price0__inner .c-note {
  text-align: center;
}
.p-price0__inner .c-note.u-mt {
  margin-top: 1.8rem;
}
.p-price0__inner .c-note.u-mt-0 {
  margin-top: 0rem;
}

.p-img-medicine {
  margin-top: 2rem;
}

.u-txtcolor--pink {
  color: #f9557c;
}

.u-txtcolor--darken {
  color: #046faa;
}

.p-cta {
  padding: 7rem 4rem 3.5rem;
}
.p-cta .c-note {
  margin-top: 2.6rem;
  line-height: 1.5;
}

.p-cta__content {
  border: 2px solid #0262fc;
  position: relative;
  padding: 4.6rem 2rem 2.3rem;
}
.p-cta__content .c-txt {
  width: 60.4rem;
  margin: 2rem auto 0;
}
.p-cta__content .c-cta-note {
  color: #313838;
  text-align: center;
  margin-top: -0.7rem;
  font-size: 1.8rem;
}

.p-cta__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #0262fc;
  font-size: 5.8rem;
  font-weight: 900;
  margin-inline: auto;
  position: absolute;
  padding: 0 1rem;
  letter-spacing: -0.02em;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

.p-cta__btn {
  margin: 3rem auto 0;
}
@media (any-hover) {
  .p-cta__btn a {
    transition: 0.3s opacity;
  }
  .p-cta__btn a:hover {
    opacity: 0.7;
  }
}

.c-cta-txt {
  margin-top: 1.9rem;
  width: 100%;
}
.c-cta-txt img {
  width: 100%;
  height: auto;
}

.p-fix-cta {
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  padding-inline: 7rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity, 0.3s visibility;
}
.p-fix-cta.is-show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
@media (any-hover) {
  .p-fix-cta a {
    transition: 0.3s opacity;
  }
  .p-fix-cta a:hover {
    opacity: 0.7;
  }
}
.p-fix-cta img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .p-fix-cta {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */