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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  cursor: pointer;
}

picture,
figure {
  display: block;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
}

@font-face {
  font-family: "源ノ角ゴシック";
  src: url("../fonts/SourceHanSans-Regular.otf") format("opentype");
}
body {
  position: relative;
  font-family: "源ノ角ゴシック";
  overflow-x: hidden;
  word-break: break-all;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
  .header {
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  .inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .main {
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  .footer {
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 751px) {
  .header {
    max-width: 46.875rem;
    margin: 0 auto;
  }
  .main {
    max-width: 46.875rem;
    margin: 0 auto;
    background: #fff;
  }
  .inner {
    width: 43.125rem;
    margin: 0 auto;
  }
  .footer {
    max-width: 46.875rem;
    margin: 0 auto;
  }
  p {
    font-size: 1rem;
  }
}
@font-face {
  font-family: "源ノ角ゴシックBold";
  src: url("../fonts/SourceHanSans-Bold.otf") format("opentype");
}
.genkaku {
  font-family: "源ノ角ゴシック";
}

.genkaku-b {
  font-family: "源ノ角ゴシックBold";
}

.kaisotai {
  font-family: "kaisotai", sans-serif;
}

/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 750px) {
  .header--bg {
    background: #fff;
  }
}
@media screen and (min-width: 751px) {
  .header--bg {
    background: #fff;
  }
}
/*==============================================================================
Footer
============================================================================= */
.footer--bg {
  padding: 3.875rem 0 15.9375rem;
}
.footer--logo {
  width: 26.875rem;
  margin: 0 auto 2.9375rem;
}
.footer--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 3.125rem;
}
.footer--wrap a {
  padding: 0 0.75rem;
  color: #333333;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  border-right: 2px solid #a7a7a7;
}
.footer--wrap a:last-child {
  border: none;
}
.footer--txt {
  color: #333333;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.06em;
}

.cv {
  width: 46.875rem;
  margin: 0 auto;
  display: none;
}
.cv--bg {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 2.1875rem 0 1.25rem;
  background: url("../images/cv-bg.webp") no-repeat top/cover;
}
.cv--btn {
  width: 41.25rem;
  margin: 0 auto;
}

@-webkit-keyframes purupuru2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.98, 0.9);
            transform: scale(0.98, 0.9);
  }
}

@keyframes purupuru2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.98, 0.9);
            transform: scale(0.98, 0.9);
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(0, 0) translate(0%, 0%);
            transform: scale(0, 0) translate(0%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    -webkit-transform: scale(0, 0) translate(0%, 0%);
            transform: scale(0, 0) translate(0%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes fadeInRight {
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
            transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
            transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
            transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
            transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.header-bg {
  padding: 1.1875rem 0 1.4375rem;
  background: url("../images/header.webp") no-repeat center/contain;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-zero {
  width: 15rem;
  margin: 0 0.4375rem 0 -1.375rem;
}
.header-txt01 {
  width: 7.9375rem;
  padding: 0.5rem 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  text-align: center;
}
.header-ttl {
  margin: 0 0 0.625rem;
  color: #ffffff;
  font-size: 1.75rem;
  letter-spacing: 0.12em;
}
.header-ttl span {
  font-size: 3.0625rem;
}
.header-info {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.kv-bg {
  padding: 2.125rem 0 1.5625rem;
  background: url("../images/fv.webp") no-repeat center/cover;
}
.kv-inner {
  position: relative;
}
.kv-logo {
  width: 18.3125rem;
  margin: 0 0 1.3125rem;
}
.kv-top {
  width: 38.125rem;
  margin: 0 0 2rem;
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv h1 {
  width: 37.5rem;
  margin: 0 0 2.25rem 2.5rem;
  opacity: 0;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv h2 {
  width: 37.5rem;
  margin: 0 0 2.25rem 2.5rem;
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv-human {
  position: absolute;
  top: 1.875rem;
  right: -2.1875rem;
  width: 13.125rem;
}
.kv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 2.1875rem;
}
.kv-price {
  width: 11.5625rem;
  height: 8.4375rem;
  margin: 4.0625rem 0 0;
}
.kv-online {
  width: 17.375rem;
}
.kv-medicine {
  width: 9.0625rem;
  height: 10rem;
  margin: 0 -1.25rem 0 0;
}
.kv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5rem 0 1.25rem;
}
.kv-item {
  width: 16.875rem;
  margin: 0 -1.875rem;
  padding: 3.125rem 0 3.4375rem;
  background: url("../images/kv-item-bg.webp") no-repeat center/cover;
}
.kv-item-img {
  width: 3.25rem;
  margin: 0 auto 1.25rem;
}
.kv-item-img02 {
  width: 3.75rem;
  margin: 0 auto 1.0625rem;
}
.kv-item-img03 {
  width: 3.3125rem;
  margin: 0 auto 1.5625rem;
}
.kv-item-txt {
  color: #333333;
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1.2;
}
.kv-item-txt span {
  font-size: 1.375rem;
  letter-spacing: 0.06em;
}
.kv-wrap02 {
  width: 41.25rem;
  margin: 0 auto;
}
.kv-btn {
  -webkit-animation: purupuru2 1.5s infinite;
          animation: purupuru2 1.5s infinite;
}
.kv-info {
  margin: 0 1.0625rem;
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.333;
  letter-spacing: 0.1em;
}

.trouble-bg {
  padding: 5.1875rem 0 0;
  background: url("../images/trouble.webp") no-repeat top/contain;
}
.trouble-top {
  width: 23.125rem;
  margin: 0 0 0 3.4375rem;
}
.trouble h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 18.4375rem;
  color: #74a0cb;
  font-size: 2.5625rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.trouble h2 .trouble-ttl-right {
  margin: 1.25rem 0 0 0.4375rem;
}
.trouble h2 .num {
  position: absolute;
  top: -2.5rem;
  left: -16.25rem;
  font-size: 16.75rem;
  letter-spacing: 0;
}
.trouble h2 .per {
  position: absolute;
  top: 5.625rem;
  left: -4.0625rem;
  font-size: 8.1875rem;
}
.trouble h2 .big {
  font-size: 5.25rem;
}
.trouble-graph {
  width: 27.5rem;
  margin: 1.25rem 0.625rem 2.5rem auto;
  opacity: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.trouble-graph.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.trouble-box {
  position: relative;
  padding: 3.75rem 3.75rem 4.375rem 2.5rem;
  background: url("../images/trouble-box-bg.webp") no-repeat center/cover;
}
.trouble-box-question {
  position: absolute;
  top: -0.3125rem;
  left: 0;
  width: 3.75rem;
}
.trouble-box-question.active {
  -webkit-animation: yurayura 2s linear infinite;
          animation: yurayura 2s linear infinite;
}
.trouble-box-top {
  margin: 0 0 1.375rem;
  color: #333333;
  font-size: 2.125rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.trouble-box-ttl {
  width: 32.8125rem;
  margin: 0 auto 1.1875rem;
  padding: 0 0 1.4375rem;
  border-bottom: 0.375rem solid #c7dbe4;
  color: #333333;
  font-size: 2.75rem;
  text-align: center;
  letter-spacing: 0.08em;
}
.trouble-box-ttl span {
  color: #ab74cb;
}
.trouble-box-txt {
  color: #555555;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.trouble-box-graph {
  width: 38.75rem;
  margin: 0 0 1.75rem auto;
}
.trouble-box-info {
  margin: 0 0.9375rem 0 0;
  color: #555555;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: right;
}

.select {
  position: relative;
  overflow: hidden;
}
.select-bg {
  padding: 6.4375rem 0 5.25rem;
  background: url("../images/select.webp") no-repeat center/cover;
}
.select-top {
  width: 16.25rem;
  margin: 0 auto 1.9375rem;
  padding: 0.9375rem 0;
  color: #333333;
  background: url("../images/select-top-bg.webp") no-repeat center/cover;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  text-align: center;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.select-top.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.select h2 {
  color: #333333;
  font-size: 2.375rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}
.select h2 .big {
  color: #ffffff;
  text-shadow: 1px 1px 0 #333333, -1px -1px 0 #333333, -1px 1px 0 #333333, 1px -1px 0 #333333, 1px 0 0 #333333, -1px 0 0 #333333, 0 1px 0 #333333, 0 -1px 0 #333333;
  font-size: 4.5625rem;
  letter-spacing: 0;
}
.select h2 .middle {
  margin: 0 0.5rem 0 0;
  font-size: 3.4375rem;
}
.select h2 .big02 {
  font-size: 4.5625rem;
  letter-spacing: -0.04em;
}
.select h2.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.select-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 2.5625rem;
}
.select-doctor-img {
  width: 9.75rem;
  margin: 0 0.625rem 0 0;
}
.select-doctor-txt {
  position: relative;
  width: 32.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 2.5rem 0 0;
  padding: 1.875rem 0;
  color: #ffffff;
  background: #e78e9f;
  border-radius: 2.5rem;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
}
.select-doctor-txt span {
  font-size: 2.3125rem;
  letter-spacing: 0.1em;
}
.select-doctor-txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.9375rem;
  width: 3.125rem;
  height: 2.1875rem;
  background: url("../images/select-doctor-arrow.webp") no-repeat center/contain;
}
.select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2.875rem;
}
.select-wrap-ttl {
  margin: 0 0 1.3125rem;
  color: #6298cd;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.14em;
  text-align: center;
}
.select-wrap-ttl span {
  font-size: 2.375rem;
}
.select-wrap-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26.875rem;
}
.select-wrap-left-box {
  width: 12.9375rem;
  background: #ffffff;
  padding: 1.875rem 0 2.1875rem;
  border-radius: 1.875rem;
}
.select-wrap-left-ttl {
  margin: 0 0 1.0625rem;
  color: #6298cd;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.14em;
  text-align: center;
}
.select-wrap-left-txt {
  margin: 0 0 1.5625rem;
  color: #444444;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.37;
  text-align: center;
}
.select-wrap-left-img {
  width: 4.75rem;
  margin: 0 auto;
}
.select-wrap-left-img02 {
  width: 6.5rem;
  margin: 0 auto;
}
.select-wrap-middle {
  position: relative;
  z-index: 5;
  margin: 0 -1.375rem;
  padding: 1.5625rem 0.625rem;
  color: #6298cd;
  background: #ecf1ff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  border-radius: 3.125rem;
  font-size: 1.75rem;
}
.select-wrap-right {
  position: relative;
  margin: 0 0 0 -0.3125rem;
}
.select-wrap-right-main {
  margin: 0 0 1.1875rem;
  color: #ed627c;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.select-wrap-right-main span {
  font-size: 2.375rem;
}
.select-wrap-right-box {
  width: 16.4375rem;
  padding: 1.8125rem 0 2.0625rem;
  background: #ffffff;
  border-radius: 2.5rem;
  border: 2px solid #e78e9f;
}
.select-wrap-right-ttl {
  margin: 0 0 0.9375rem;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.14em;
}
.select-wrap-right-txt {
  margin: 0 0 2.125rem;
  color: #444444;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  line-height: 1.375;
  text-align: center;
}
.select-wrap-right-img {
  width: 9.1875rem;
  margin: 0 auto;
}
.select-wrap-right::before {
  content: "";
  position: absolute;
  bottom: -2.8125rem;
  left: 2.1875rem;
  width: 2.6875rem;
  height: 3.5rem;
  background: url("../images/select-wrap-right-arrow.webp") no-repeat center/contain;
}
.select-bottom-txt {
  position: relative;
  width: 22.875rem;
  margin: 0 0 0 3.75rem;
  padding: 1.3125rem 0;
  border-radius: 2.5rem;
  background: linear-gradient(-45deg, #efb7c1, #e3bfe2);
  color: #ffffff;
  font-size: 3.3125rem;
  letter-spacing: 0.02em;
  line-height: 1.18;
  text-align: center;
}
.select-bottom-txt::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  right: -1.5625rem;
  width: 2.5rem;
  height: 3.125rem;
  background: url("../images/select-bottom-deco.webp") no-repeat center/contain;
}
.select-bottom-txt::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: -1.5625rem;
  width: 2.5rem;
  height: 3.125rem;
  background: url("../images/select-bottom-deco.webp") no-repeat center/contain;
}
.select-bottom-img {
  position: absolute;
  bottom: -5rem;
  right: -0.3125rem;
  width: 21.875rem;
}

.online {
  position: relative;
}
.online-bg {
  padding: 7.8125rem 0 4.8125rem;
  background: url("../images/online.webp") no-repeat center/cover;
}
.online-medicine {
  position: absolute;
  top: 1.25rem;
  right: 0;
  width: 14.375rem;
}
.online-top {
  width: 15.625rem;
  margin: 0 0 1.875rem 1.25rem;
}
.online h2 {
  width: 34.375rem;
  margin: 0 0 2.0625rem 1.25rem;
}
.online-txt01 {
  margin: 0 0 2.5rem 1.875rem;
  color: #333333;
  font-size: 2.1875rem;
  letter-spacing: 0.14rem;
  line-height: 1.48;
}
.online-txt02 {
  margin: 0 0 1.5625rem 1.875rem;
  color: #333333;
  font-size: 1.75rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
.online-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.online-wrap-item {
  width: 13.1875rem;
  padding: 2.5rem 0;
  border-radius: 50%;
  background: linear-gradient(-45deg, #efb7c1, #e3bfe2);
  color: #ffffff;
  font-size: 2.375rem;
  letter-spacing: 0.18em;
  line-height: 1.15;
  text-align: center;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.online-wrap-item.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.online-wrap-item:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.online-wrap-item:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.online-wrap-item.diff {
  padding: 3.75rem 0;
}
.online-wrap-item span {
  font-size: 1.625rem;
}

.handling {
  position: relative;
}
.handling-bg {
  padding: 4.875rem 0 2.5rem;
  background: url("../images/handling.webp") no-repeat center/cover;
}
.handling-human {
  position: absolute;
  top: 3.125rem;
  left: 0;
  width: 13.625rem;
}
.handling-logo {
  width: 24.8125rem;
  margin: 0 0 1.1875rem 11.5625rem;
}
.handling h2 {
  margin: 0 0 3.625rem 11.875rem;
  color: #333333;
  font-size: 3.25rem;
  letter-spacing: 0.1em;
}
.handling-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4.6rem 2.9375rem 2.0625rem 3.25rem;
  background: url("../images/handling-box-bg.webp") no-repeat center/cover;
}
.handling-box-item {
  margin: 0 0 2.4375rem;
}
.handling-box-img01 {
  width: 4.5625rem;
  margin: 0 auto 0.75rem;
}
.handling-box-img02 {
  width: 5.0625rem;
  margin: 0 auto 0.75rem;
}
.handling-box-img03 {
  width: 4.3125rem;
  margin: 0 auto 0.75rem;
}
.handling-box-img04 {
  width: 4.0625rem;
  margin: 0 auto 0.75rem;
}
.handling-box-img05 {
  width: 6.125rem;
  margin: 0 auto 0.75rem;
}
.handling-box-img06 {
  width: 2.375rem;
  margin: 0 auto 1.6875rem;
}
.handling-box-img07 {
  width: 2.625rem;
  margin: 0 auto 1.625rem;
}
.handling-box-img08 {
  width: 7.375rem;
  margin: 1.5625rem auto 2.4375rem;
}
.handling-box-name {
  color: #333333;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
}

.campaign-bg {
  padding: 3.4375rem 0 2.1875rem;
  background: url("../images/campaign.webp") no-repeat center/cover;
}
.campaign-top {
  margin: 0 0 0.8125rem;
  color: #ffffff;
  font-size: 3.125rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.campaign h2 {
  position: relative;
  width: 41.0625rem;
  margin: 0 auto 2.1875rem;
  padding: 1rem 0;
  background: #ffffff;
  color: #eb8c83;
  border-radius: 2.5rem;
  font-size: 2.5625rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.campaign h2 span {
  font-size: 2.1875rem;
}
.campaign h2::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 3.75rem;
  height: 1.875rem;
  background: url("../images/campaign-ttl-arrow.webp") no-repeat center/contain;
}
.campaign-zero {
  width: 25.625rem;
  margin: 0 0 1.875rem 4.375rem;
}
.campaign-zero.active {
  -webkit-animation: purupuru 1s linear 0.5s 1;
  animation: purupuru 1s linear 0.5s 1;
}
.campaign-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 1.5625rem 2.5rem;
}
.campaign-wrap-txt01 {
  width: 5.3125rem;
  padding: 0.9375rem 0;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1.5rem;
  line-height: 1.29;
  letter-spacing: 0.18em;
  text-align: center;
}
.campaign-wrap-txt02 {
  margin: 0 0 0.625rem;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0.14em;
  text-align: center;
}
.campaign-wrap-txt02 span {
  font-size: 3.3125rem;
}
.campaign-wrap-txt03 {
  color: #ffffff;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.campaign-medicine {
  margin: 0 0 1.4375rem;
}
.campaign-info {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
}

.step-bg {
  padding: 1.875rem 0 4.0625rem;
  background: url("../images/step.webp") no-repeat top/cover;
}
.step-ttl {
  position: relative;
  margin: 0 0 0 4.375rem;
  color: #eb8c83;
  font-size: 2.5625rem;
  letter-spacing: 0.06em;
}
.step-ttl .top {
  position: absolute;
  top: 3.75rem;
  left: 6.25rem;
}
.step-ttl .middle {
  font-size: 4rem;
}
.step-ttl .num {
  font-size: 15.5rem;
}
.step-ttl .big {
  font-size: 6.6875rem;
  letter-spacing: -0.12em;
}
.step-box {
  padding: 2.25rem 0 3.4375rem 0;
  background: #ffffff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0.7rem 0.5rem 0.9375rem #d8e7ef;
          box-shadow: 0.7rem 0.5rem 0.9375rem #d8e7ef;
}
.step-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 3.4375rem;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.step-box-wrap.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.step-box-wrap:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.step-box-wrap:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  margin: 0 0 1.875rem;
}
.step-box-img {
  width: 7.0625rem;
  margin: 0 2.0625rem;
}
.step-box-img02 {
  width: 9.0625rem;
  margin: 0 1.3125rem 0 0.3125rem;
}
.step-box-img03 {
  width: 8.3125rem;
  height: 100%;
  margin: 0 1.5625rem 0 0.3125rem;
}
.step-box-txts {
  width: 30rem;
}
.step-box-txts.diff {
  margin: 3.125rem 0 0;
}
.step-box-min {
  width: 8.1875rem;
  margin: 0 0 0.875rem;
}
.step-box-ttl {
  margin: 0 0 1.625rem;
  color: #eb8c83;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.step-box-txt {
  margin: 0 0.625rem 0 0;
  color: #333333;
  font-size: 1.75rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
.step-box-txt span {
  font-size: 0.9375rem;
  vertical-align: super;
}
.step-box-info {
  margin: 0 3.875rem 0 2.6875rem;
  color: #777777;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.333;
}

.subject-bg {
  padding: 3.75rem 0 6.25rem;
  background: url("../images/subject.webp") no-repeat center/cover;
}
.subject h2 {
  margin: 0 0 0.625rem;
  color: #66c1cc;
  font-size: 2.625rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.1;
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.subject h2.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.subject h2 .middle {
  font-size: 3.0625rem;
}
.subject h2 .big {
  padding: 0 0 0.625rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ebfdf8));
  background: linear-gradient(transparent 50%, #ebfdf8 50%);
  font-size: 3.8125rem;
  line-height: 1.3;
}
.subject h2 .num {
  font-size: 4.5rem;
}
.subject-humans {
  width: 46.875rem;
  margin: 0 0 0 -1.5625rem;
}
.subject-bottom {
  position: relative;
  color: #333333;
  font-size: 2.0625rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
.subject-bottom span {
  padding: 0.3125rem;
  background: #ffffff;
}
.subject-bottom::before {
  content: "";
  position: absolute;
  top: -1.875rem;
  left: 0;
  width: 2.5rem;
  height: 5.625rem;
  background: url("../images/subject-bottom-deco.webp") no-repeat center/contain;
}
.subject-bottom::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  right: 0;
  width: 2.5rem;
  height: 5.625rem;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  background: url("../images/subject-bottom-deco.webp") no-repeat center/contain;
}

.reason-bg {
  padding: 6.125rem 0 2.5rem;
  background: url("../images/reason.webp") no-repeat center/cover;
}
.reason-tops {
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.reason-tops.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.reason-top {
  width: 37.5rem;
  margin: 0 auto 1.625rem;
  padding: 0.625rem 0;
  color: #ffffff;
  background: url("../images/reason-top-bg.webp") no-repeat center/cover;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.18em;
}
.reason h2 {
  width: 24.375rem;
  margin: 0 auto 2.5rem;
}
.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reason-item {
  width: 16.875rem;
  margin: 0 -1.875rem;
}

.everyday-bg {
  background: linear-gradient(-45deg, #efb7c1, #e2c0e5);
}
.everyday-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.everyday-line {
  width: 12.5625rem;
  margin: -1.25rem 1.3125rem 0 0;
}
.everyday h2 {
  color: #ffffff;
  font-size: 2.25rem;
  letter-spacing: 0.045em;
  line-height: 1.57;
}

.privacy-bg {
  padding: 5.3125rem 0 2.9375rem;
  background: url("../images/privacy-bg.webp") no-repeat center/cover;
}
.privacy-top {
  margin: 0 0 1.25rem;
  color: #66c1cc;
  font-size: 3.125rem;
  text-align: center;
  letter-spacing: 0.06em;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.privacy-top.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.privacy h2 {
  margin: 0 0 5.3125rem;
  color: #66c1cc;
  font-size: 2.8125rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.53;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.privacy h2.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.privacy h2 span {
  color: #eb8c83;
  font-size: 3.125rem;
}
.privacy-wrap {
  position: relative;
}
.privacy-wrap-delivery {
  position: absolute;
  top: -2.5rem;
  left: 2.8125rem;
  width: 20.625rem;
}
.privacy-wrap-box {
  width: 23.1875rem;
  margin: 0 0 5.625rem 21.5625rem;
  padding: 2.0625rem 0 0.5rem 4.0625rem;
  background: #ffffff;
  border-radius: 0.625rem;
}
.privacy-wrap-ttl {
  width: 10rem;
  margin: 0 0 1rem;
  padding: 0.6875rem 0;
  border-radius: 3.125rem;
  background: #66c1cc;
  color: #ffffff;
  font-size: 1.875rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.privacy-wrap-txt {
  margin: 0 0 1.8125rem;
  color: #66c1cc;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}
.privacy-wrap-txt span {
  color: #eb8c83;
}
.privacy-middle {
  position: relative;
  margin: 0 0 5rem;
  color: #eb8c83;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.privacy-middle::after {
  content: "";
  position: absolute;
  top: -1.6875rem;
  right: 0;
  width: 9.6875rem;
  height: 10rem;
  background: url("../images/privacy-middle-deco.webp") no-repeat center/contain;
}
.privacy-box {
  margin: 0 0 1.625rem;
  padding: 3.5625rem 0 2.1875rem;
  border-radius: 1.875rem;
  background: #ffffff;
  -webkit-box-shadow: 0.7rem 0.5rem 0.9375rem #d8e7ef;
          box-shadow: 0.7rem 0.5rem 0.9375rem #d8e7ef;
}
.privacy-box-top {
  width: 10.625rem;
  margin: -4.6875rem auto 2.625rem;
}
.privacy-box-ttl {
  margin: 0 0 1.875rem;
  color: #66c1cc;
  font-size: 2.6875rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-style: oblique;
}
.privacy-box-ttl span {
  color: #eb8c83;
}
.privacy-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacy-box-txt {
  margin: 0 0.4375rem 0 0;
  width: 27.5rem;
  color: #333333;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.67;
}
.privacy-box-txt span {
  font-size: 0.9375rem;
  vertical-align: super;
}
.privacy-box-img {
  width: 13.125rem;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}
.privacy-box-img.active {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.privacy-info {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
}

.achievement-bg {
  position: relative;
  z-index: 5;
  padding: 3.1875rem 0 4.75rem;
  background: url("../images/achievement-bg.webp") no-repeat center/cover;
}
.achievement-bg:after {
  position: absolute;
  content: "";
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0.5px;
  height: 4.25rem;
  background: #333333;
}
.achievement h2 {
  width: 32.8125rem;
  margin: 0 auto 0.9375rem;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.achievement h2.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.achievement-info {
  margin: 0 0 0 5.9375rem;
  color: #777777;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
.achievement-bg02 {
  position: relative;
  margin: -3.75rem 0 0;
  padding: 5.625rem 0 1.375rem;
  background: url("../images/achievement-bg02.webp") no-repeat center/cover;
}
.achievement-txt {
  position: relative;
  width: 31rem;
  margin: 0 auto 1.875rem;
  padding: 1.3125rem 0;
  background: #ffffff;
  border-radius: 3.125rem;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.achievement-txt.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.achievement-txt::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 3.75rem;
  height: 1.875rem;
  background: url(../images/campaign-ttl-arrow.webp) no-repeat center/contain;
}
.achievement-graph {
  width: 26.3125rem;
  margin: 0 auto 1.4375rem;
  opacity: 0;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.achievement-graph.active {
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.achievement-info02 {
  color: #777777;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
}
.achievement-human {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20.3125rem;
}

.voice {
  position: relative;
}
.voice--bg {
  padding: 5.75rem 0 8.125rem;
  background: url("../images/voice-bg.webp") no-repeat center/cover;
}
.voice-top {
  margin: 0 0 1.1875rem;
  color: #ffffff;
  font-size: 3.125rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.voice h2 {
  margin: 0 0 1.875rem;
  color: #ffffff;
  font-size: 3.75rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.voice h2 span {
  font-size: 3.125rem;
}
.voice-slide {
  overflow: hidden;
}
.voice-slide-box {
  min-height: 16.25rem;
  margin: -4.375rem 0 0;
  padding: 3.4375rem 1.25rem 2.1875rem 1.875rem;
  background: url("../images/voice-slide-box-bg.webp") no-repeat center/cover;
  border-radius: 0 0 1.875rem 1.875rem;
}
.voice-slide-box-ttl {
  margin: 0 0 1.875rem;
  color: #eb8c83;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.voice-slide-box-txt {
  margin: 0 0 1.5625rem;
  color: #333333;
  font-size: 1.6875rem;
  letter-spacing: 0.02em;
  line-height: 1.67;
}
.voice-slide-box-name {
  margin: 0 0.625rem 0 0;
  color: #555555;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  text-align: right;
}
.voice .swiper-wrapper {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.voice .js-voice-pagination {
  bottom: 4.375rem;
}
.voice .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: none;
  border: 0.1875rem solid #ffffff;
  opacity: 1;
}
.voice .swiper-pagination-bullet-active {
  background: #ffffff;
}
.voice .swiper-pagination-bullet:nth-child(2) {
  margin: 0 0.9375rem;
}

.media {
  overflow: hidden;
  position: relative;
}
.media-bg {
  padding: 5.9375rem 0 1.25rem;
  background: #c1e7ec;
}
.media-top {
  position: absolute;
  top: 0;
  left: -1.875rem;
  color: #98d4dc;
  font-size: 10.625rem;
  letter-spacing: 0.02em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.media h2 {
  margin: 0 0 1.25rem;
  color: #333333;
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.media h2 .bg01 {
  padding: 1.25rem 0.625rem 0.3125rem;
  background: #ffffff;
}
.media h2 .bg02 {
  padding: 0.625rem 0.625rem 0.3125rem;
  background: #ffffff;
}
.media h2 .blue {
  color: #66c1cc;
  font-size: 2.9375rem;
}
.media-img {
  position: relative;
  z-index: 5;
  width: 39.6875rem;
  margin: 0 0 0 3.125rem;
}
.media::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  width: 9.375rem;
  height: 13.4375rem;
  background: url("../images/media-line.webp") no-repeat center/contain;
}
.media::after {
  content: "";
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  width: 9.375rem;
  height: 13.4375rem;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  background: url("../images/media-line.webp") no-repeat center/contain;
}

.plan {
  position: relative;
}
.plan--bg {
  padding: 4.9375rem 0 2.0625rem;
}
.plan--medicine {
  position: absolute;
  top: -1.25rem;
  left: 0;
}
.plan--ttl {
  width: 20rem;
  margin: 0 auto 3.125rem;
}
.plan-item {
  position: relative;
  z-index: 5;
  width: 40.625rem;
  margin: 0 auto 2.625rem;
  padding: 0 0 2.5rem;
  border-radius: 2.5rem;
  border: 1px solid #eeb1ab;
}
.plan-item-ttl {
  padding: 2.3125rem 0;
  background: #eeb1ab;
  border-radius: 2.5rem 2.5rem 0 0;
  color: #ffffff;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.plan-item-ttl.diff {
  padding: 1.5rem 0;
  line-height: 1.25;
}
.plan-item-box {
  margin: 0 1.9375rem 2.5rem 1.8125rem;
  padding: 1.4375rem 0 1.0625rem;
  background: #f5f5f5;
  border-radius: 0.625rem;
}
.plan-item-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.25rem;
  padding: 0 0 0.6875rem 1.5625rem;
  border-bottom: 1px solid #ed627c;
}
.plan-item-box-ttl {
  margin: 0 4.0625rem 0 0;
  color: #333333;
  font-size: 1.75rem;
  letter-spacing: 1;
}
.plan-item-box-ttl.diff {
  margin: 0 2.5rem 0 0;
}
.plan-item-box-price {
  color: #ed627c;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
}
.plan-item-box-price .num {
  margin: 0 0.3125rem 0 0;
  font-size: 4rem;
}
.plan-item-box-price .unit {
  font-size: 1.875rem;
}
.plan-item-box-txt {
  margin: 0 0 0 1.625rem;
  color: #333333;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.plan-item-plan01 {
  width: 36.875rem;
  margin: 2.25rem auto 2.5rem;
}
.plan-item-plan02 {
  width: 22.8125rem;
  margin: 1.5rem auto 1.6875rem;
}
.plan-item-btn {
  position: relative;
  width: 23.625rem;
  margin: 0 auto;
}
.plan-item-btn::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  right: 2.375rem;
  width: 0.25rem;
  height: 1.375rem;
  background: #fff;
}
.plan-item-btn::after {
  content: "";
  position: absolute;
  top: 2.375rem;
  right: 1.875rem;
  width: 1.25rem;
  height: 0.25rem;
  background: #fff;
}
.plan-item-btn.open::before {
  display: none;
}
.plan-item-hide {
  display: none;
  margin: 3.1875rem 1.9375rem 0 1.8125rem;
  padding: 2.1875rem 2.1875rem 0.9375rem 1.5625rem;
  background: #fef6ec;
  border-radius: 0.625rem;
}
.plan-item-hide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 1.75rem;
}
.plan-item-hide-top {
  width: 10.25rem;
  margin: 0 0.5rem 0 0;
  padding: 0.625rem 0;
  background: #ffffff;
  color: #333333;
  font-size: 1.75rem;
  text-align: center;
}
.plan-item-hide-top02 {
  width: 13.8125rem;
  padding: 0.625rem 0;
  background: #ffffff;
  color: #333333;
  font-size: 1.75rem;
  text-align: center;
}
.plan-item-hide-wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5625rem;
  padding: 0 0 0.9375rem 8.75rem;
  border-bottom: 3px dotted #f1cfc6;
}
.plan-item-hide-time {
  margin: 0 6.25rem 0 0;
  color: #333333;
  font-size: 1.75rem;
}
.plan-item-hide-time.diff {
  margin: 0 4.0625rem 0 0;
}
.plan-item-hide-time.diff02 {
  margin: 0 3.75rem 0 0;
}
.plan-item-hide-time.diff03 {
  margin: 0 2.5rem 0 0;
}
.plan-item-hide-time.diff04 {
  margin: 0 3.75rem 0 0;
}
.plan-item-hide-time.diff05 {
  margin: 0 3.4375rem 0 0;
}
.plan-item-hide-time.diff06 {
  margin: 0 3.125rem 0 0;
}
.plan-item-hide-time.diff07 {
  margin: 0 2.5rem 0 0;
}
.plan-item-hide-price {
  margin: 0 0 0.625rem 0;
  color: #ed627c;
  font-size: 3.8125rem;
  letter-spacing: 0.04em;
  text-align: right;
}
.plan-item-hide-price span {
  margin: 0 0 0 -0.4375rem;
  font-size: 2rem;
  letter-spacing: 0.01em;
}
.plan-item-hide-price span.diff {
  margin: 0;
}
.plan-item-hide-price02 {
  margin: 0 0 0.625rem 0;
  color: #555555;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  text-align: right;
}
.plan-item-hide-wrap03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.5625rem;
  padding: 0 0 0.9375rem 0;
  border-bottom: 3px dotted #f1cfc6;
}
.plan-item-hide-wrap03:last-child {
  margin: 0;
  border: none;
}
.plan-item-hide-img {
  width: 6.875rem;
  margin: 0 2.8125rem 0 0;
}
.plan-item-hide-img.diff {
  margin: 0 1.875rem 0 0;
}
.plan-item-hide-img.diff02 {
  margin: 0 1.875rem 0 0;
}
.plan-item-hide-img.diff03 {
  margin: 0 1.875rem 0 0;
}
.plan-item-hide-price03 {
  color: #555555;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  text-align: right;
}
.plan-item-detail {
  width: 36.875rem;
  margin: 3.1875rem auto 0;
}
.plan-bottom {
  width: 40.625rem;
  margin: 0 auto 1.625rem;
}
.plan-bottom-plus {
  width: 2.4375rem;
  margin: 0 auto 1.9375rem;
}
.plan-bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eeb1ab;
  padding: 1.625rem 4.25rem 1.25rem 4.4375rem;
  border-radius: 1.875rem;
}
.plan-bottom-ttl {
  width: 8.8125rem;
  margin: 0 0 0.625rem;
  padding: 0.4375rem 0;
  background: #eeb1ab;
  color: #ffffff;
  border-radius: 1.25rem 0 1.25rem 0;
  font-size: 1.875rem;
  text-align: center;
}
.plan-bottom-price {
  color: #333333;
  font-size: 1.875rem;
  text-align: center;
}
.plan-bottom-price span {
  font-size: 3.625rem;
}
.plan-info {
  color: #777777;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  line-height: 1.33;
}

.faq--bg {
  padding: 4.6875rem 0;
  background: #f5fafe;
}
.faq-top {
  margin: 0 0 1.4375rem;
  color: #66c1cc;
  font-size: 3.125rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.faq h2 {
  margin: 0 0 2.9375rem;
  color: #333333;
  font-size: 3.25rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.faq-item {
  position: relative;
  width: 43.125rem;
  margin: 0 auto 1.875rem;
}
.faq-item::before {
  content: "";
  position: absolute;
  top: 3.25rem;
  right: 3.3125rem;
  width: 0.25rem;
  height: 1.25rem;
  background: #333333;
}
.faq-item::after {
  content: "";
  position: absolute;
  top: 3.75rem;
  right: 2.8125rem;
  width: 1.25rem;
  height: 0.25rem;
  background: #333333;
}
.faq-item.open::before {
  display: none;
}
.faq-item-txt {
  position: absolute;
  top: 1.5625rem;
  left: 6.0625rem;
  color: #333333;
  font-size: 1.875rem;
  letter-spacing: 0.04em;
  line-height: 1.33;
}
.faq-item-txt.diff {
  top: 2.8125rem;
}
.faq-item-answer {
  display: none;
  margin: 1.6875rem 2.125rem 3.125rem;
  color: #333333;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.67;
}
.faq-item-answer-txt {
  color: #333333;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.67;
}
.faq-item-answer-info {
  margin: 1.25rem 0 0;
  color: #777777;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.333;
}

.attention {
  padding: 3.125rem 0 3.375rem;
}
.attention h2 {
  margin: 0 0 2.1875rem;
  color: #555555;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.attention-txt {
  color: #555555;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.83;
}

.end {
  padding: 6.25rem 0 1.875rem;
}
.end-human {
  position: absolute;
  top: -1.875rem;
  right: -2.1875rem;
  width: 13.125rem;
}