@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 {
    overflow: hidden;
    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");
}
@font-face {
  font-family: "futura-m";
  src: url("../fonts/Futura-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "futura";
  src: url("../fonts/Futura-CondensedMedium.ttf") format("truetype");
}
.genkaku {
  font-family: "源ノ角ゴシック";
}

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

.futura-m {
  font-family: "futura-m";
}

.futura {
  font-family: "futura";
}

/*==============================================================================
Header
============================================================================= */
.header-bg {
  padding: 1.5rem 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: end;
      -ms-flex-align: end;
          align-items: end;
}
.header-zero {
  width: 15rem;
  margin: 0 0.4375rem 0 -1.375rem;
}
.header-txt01 {
  width: 7.9375rem;
  margin: 0 0 -0.625rem;
  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.3125rem;
  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;
}

/*==============================================================================
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: 1px 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 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 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 yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-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%);
  }
}
@-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);
  }
}
.kv {
  position: relative;
}
.kv-bg {
  padding: 2.125rem 0 1.4375rem;
  background: url("../images/kv.webp") no-repeat center/cover;
}
.kv-logo {
  width: 18.3125rem;
  margin: 0 0 0.9375rem;
}
.kv-top {
  width: 39.0625rem;
  margin: 0 auto 0.625rem;
  -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: 34.6875rem;
  margin: 0 auto;
  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-middle {
  width: 45rem;
}
.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: 13.5rem;
  padding: 3.125rem 0 3.4375rem;
  background: url("../images/kv-item-bg.webp") no-repeat center/contain;
}
.kv-item:nth-child(2) {
  margin: 0 1.3125rem;
}
.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: #ffffff;
  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-bottom {
  width: 41.25rem;
  margin: 0 auto 1.8125rem;
}
.kv-btn {
  width: 41.25rem;
  margin: 0 auto 0.625rem;
  -webkit-animation: purupuru2 1.5s infinite;
          animation: purupuru2 1.5s infinite;
}
.kv-info {
  margin: 0 0.625rem;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.333;
  letter-spacing: 0.08em;
}

.actually-bg {
  margin: -0.3125rem 0 0;
  padding: 4.125rem 0 4.375rem;
  background: url("../images/actually.webp") no-repeat center/cover;
}
.actually-top {
  width: 16.25rem;
  margin: 0 auto 3.125rem;
}
.actually h2 {
  position: relative;
  margin: 0 0 2.1875rem;
  color: #ffffff;
  font-size: 4.0625rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.actually h2 .mini {
  font-size: 2.5625rem;
}
.actually h2 .animationMargin {
  margin: 0 12.3125rem 0 0;
}
.actually h2 .blue {
  margin: 0 0.625rem;
  color: #c9cdeb;
  font-size: 5rem;
}
.actually h2 .num {
  position: absolute;
  top: -3.75rem;
  left: 12.5rem;
  font-size: 9.375rem;
}
.actually h2 .yellow {
  color: #f7d02f;
  font-size: 6.25rem;
}
.actually-graph {
  width: 23.75rem;
  margin: 0 auto 0.9375rem;
  opacity: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.actually-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;
}
.actually-info {
  margin: 0 0 1.375rem;
  color: #ffffff;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-align: right;
}
.actually-box {
  padding: 2.5rem 0 2.9375rem;
  border-radius: 1.25rem;
  background: #ffffff;
  -webkit-box-shadow: -0.125rem 0.1rem 0.6375rem #e8e9ef;
          box-shadow: -0.125rem 0.1rem 0.6375rem #e8e9ef;
}
.actually-box-top {
  margin: 0 0 1.25rem;
  color: #181922;
  font-size: 2.25rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.actually-box-ttl {
  margin: 0 2.1875rem 2.4375rem;
  padding: 0 0 0.9375rem;
  color: #181922;
  border-bottom: 0.25rem solid #cacdde;
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.actually-box-ttl span {
  color: #5b67bb;
  font-size: 2.5rem;
}
.actually-box-txt {
  color: #181922;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.actually-box-graph {
  width: 35.625rem;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.actually-box-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;
}

.life {
  overflow: hidden;
  position: relative;
  margin: -0.3125rem 0 0;
}
.life-bg {
  padding: 0 0 4.0625rem;
  background: url("../images/life-bg.webp") no-repeat center/cover;
}
.life-triangle {
  width: 100%;
  margin: 0 0 2.5rem;
}
.life-top {
  position: relative;
  margin: 0 0.9375rem 2.375rem;
  padding: 1.125rem 0;
  background: #ffffff;
  color: #5b67bb;
  border-radius: 2.5rem;
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.08em;
}
.life-top::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 2.1875rem;
  height: 2.8125rem;
  background: url("../images/life-top-arrow.webp") no-repeat center/contain;
}
.life h2 {
  margin: 0 0 3.0625rem;
  color: #ffffff;
  font-size: 4.375rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.life h2 span {
  font-size: 3.75rem;
}
.life-list {
  position: relative;
  z-index: 5;
  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: 0 1.5625rem 2.25rem;
}
.life-item {
  width: 17.5rem;
  height: 14.25rem;
  margin: 0 0 1.5625rem;
  padding: 3.4375rem 0 0;
  background: url("../images/life-item-bg.webp") no-repeat center/contain;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.life-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;
}
.life-item:nth-child(2) {
  height: 14.9375rem;
  padding: 2.75rem 0 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.life-item:nth-child(3) {
  height: 15.875rem;
  padding: 1.8125rem 0 0;
  background: url("../images/life-item-bg02.webp") no-repeat center/contain;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.life-item:nth-child(4) {
  height: 15.5rem;
  padding: 2.1875rem 0 0;
  background: url("../images/life-item-bg02.webp") no-repeat center/contain;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.life-item-img {
  width: 4.5625rem;
  margin: 0 auto 3.0625rem;
}
.life-item-img02 {
  width: 4.9375rem;
  margin: 0 auto 2.4375rem;
}
.life-item-img03 {
  width: 3.75rem;
  margin: 0 auto 1.4375rem;
}
.life-item-img04 {
  width: 4.5625rem;
  margin: 0 auto 1.5625rem;
}
.life-item-ttl {
  color: #ffffff;
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.39;
}
.life-backImg {
  position: absolute;
  top: 26.875rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 26.125rem;
}
.life-middle {
  position: relative;
  z-index: 5;
  margin: 0 0 4.5rem;
  color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
}
.life-middle span {
  color: #f7d02f;
  font-size: 3rem;
}
.life-list02 {
  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 3.125rem;
}
.life-item02 {
  width: 21.625rem;
  margin: 0 2.125rem 0.875rem 0;
}
.life-item02:nth-child(2) {
  width: 18.125rem;
  margin: 0 0 0.875rem;
}
.life-item02:nth-child(3) {
  width: 18.125rem;
  margin: 0 3.75rem 0 0.625rem;
}
.life-item02:nth-child(4) {
  width: 20rem;
  margin: 0;
}
.life-bottom {
  position: relative;
  color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.life-bottom span {
  color: #f7d02f;
}
.life-bottom::before {
  content: "";
  position: absolute;
  top: -2.8125rem;
  right: 0;
  width: 4.6875rem;
  height: 6.25rem;
  background: url("../images/life-bottom-deco.webp") no-repeat center/contain;
}

.online {
  position: relative;
}
.online-bg {
  padding: 8.1875rem 0 8.9375rem;
  background: url("../images/online.webp") no-repeat center/cover;
}
.online-medicine {
  position: absolute;
  top: -1.875rem;
  right: 0;
  width: 11.25rem;
}
.online-top {
  margin: 0 0 2.1875rem 1.25rem;
  color: #308dd4;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.online h2 {
  width: 41.875rem;
  margin: 0 0 2.0625rem auto;
}
.online-txt01 {
  margin: 0 0 2.1875rem 1.25rem;
  color: #333333;
  font-size: 2.225rem;
  letter-spacing: 0.14em;
  line-height: 1.49;
}
.online-txt02 {
  margin: 0 0 2.0625rem 1.25rem;
  color: #333333;
  font-size: 1.75rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
.online-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;
}
.online-item {
  width: 13.5rem;
  padding: 4.0625rem 0;
  background: url("../images/online-item-bg.webp") no-repeat center/contain;
  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-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-item:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.online-item:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.online-item span {
  font-size: 1.625rem;
}
.online-item:nth-child(2), .online-item:nth-child(3) {
  padding: 3.125rem 0;
}

.difference {
  position: relative;
}
.difference-bg {
  padding: 5.9375rem 0 6.0625rem;
  background: url("../images/difference.webp") no-repeat center/cover;
}
.difference-medicine {
  position: absolute;
  top: -3.75rem;
  left: 18.5625rem;
  width: 14.375rem;
}
.difference-medicine.active {
  -webkit-animation: yurayura 2s linear infinite;
          animation: yurayura 2s linear infinite;
}
.difference h2 {
  margin: 0 0 2.0625rem;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.difference 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;
}
.difference-wrap01 {
  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 0.3125rem;
}
.difference-wrap01-txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.1875rem;
  height: 6.875rem;
  margin: 0 0.3125rem 0 0;
  color: #ffffff;
  background: #99abb8;
  border-radius: 1.25rem 1.25rem 0 0;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.difference-wrap01-txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.1875rem;
  height: 6.875rem;
  color: #ffffff;
  background: #308dd4;
  border-radius: 1.25rem 1.25rem 0 0;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.difference-wrap02 {
  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: 0 0 0.3125rem;
}
.difference-wrap02-genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.0625rem;
  height: 6.875rem;
  color: #181922;
  background: #d0e5ff;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.difference-wrap02-genre.diff {
  border-radius: 1.25rem 0 0;
}
.difference-wrap02-txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.1875rem;
  height: 6.875rem;
  background: #ffffff;
  color: #99abb8;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.42;
}
.difference-wrap02-txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.1875rem;
  height: 6.875rem;
  background: #ffffff;
  color: #308dd4;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.33;
}
.difference-middle {
  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: 2.25rem 0 0;
}
.difference-middle-img {
  width: 11rem;
}
.difference-middle-txt {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 0 -1.25rem;
  padding: 2.5625rem 2.5rem 3.0625rem 2.1875rem;
  background: #308dd4;
  border-radius: 1.875rem;
  color: #fefeff;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
}
.difference-middle-txt span {
  position: relative;
  color: #f7d02f;
  font-size: 3rem;
}
.difference-middle-txt span::before {
  content: "・・";
  position: absolute;
  top: -2.5rem;
  left: 0;
}
.difference-middle-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.1875rem;
  width: 3.125rem;
  height: 1.875rem;
  background: url("../images/difference-middle-arrow.webp") no-repeat center/contain;
}
.difference-bottom {
  position: relative;
  margin: -4.375rem 0 0;
  padding: 2.1875rem 0;
  border-radius: 1.875rem;
  background: #ffffff;
  color: #181922;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
}
.difference-bottom span {
  color: #308dd4;
  font-size: 3rem;
}
.difference-bottom::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 1.25rem;
  width: 1.3125rem;
  height: 12.8125rem;
  background: url("../images/difference-bottom-deco.webp") no-repeat center/contain;
}
.difference-bottom::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
  width: 1.3125rem;
  height: 12.8125rem;
  background: url("../images/difference-bottom-deco.webp") no-repeat center/contain;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.campaign-bg {
  padding: 3.4375rem 0 2.1875rem;
  background: url("../images/campaign.webp") no-repeat center/cover;
}
.campaign-top {
  margin: 0 0 1.25rem;
  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: #738db8;
  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: 24.375rem;
  margin: 0 0 1.875rem 5rem;
}
.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 {
  width: 37.8125rem;
  margin: 0 auto 1.4375rem;
}
.campaign-info {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
}

.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: #65b1b0;
  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: 3.875rem 0 4.6875rem;
  background: url("../images/reason.webp") no-repeat center/cover;
}
.reason h2 {
  width: 35.625rem;
  margin: 0 auto 2.5rem;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.reason 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;
}
.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: 15rem;
}
.reason-item:nth-child(2), .reason-item:nth-child(5) {
  margin: 0 -1.875rem;
}

.privacy {
  position: relative;
  z-index: 5;
  margin: -1.25rem 0 0;
}
.privacy-bg {
  padding: 5.3125rem 0 6.1875rem;
  background: #dfe2fa;
}
.privacy-top {
  margin: 0 0 1.25rem;
  color: #5b67bb;
  font-size: 2.5rem;
  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: #181922;
  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: #2727d5;
  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: #5b67bb;
  color: #ffffff;
  font-size: 1.875rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.privacy-wrap-txt {
  margin: 0 0 1.8125rem;
  color: #181922;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}
.privacy-wrap-txt span {
  color: #5b67bb;
}
.privacy-middle {
  position: relative;
  color: #333333;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.privacy-middle::after {
  content: "";
  position: absolute;
  top: -4.0625rem;
  right: 1.875rem;
  width: 7.8125rem;
  height: 6.875rem;
  background: url("../images/privacy-middle-deco.webp") no-repeat center/contain;
  -webkit-animation: yurayura 2s linear infinite;
  animation: yurayura 2s linear infinite;
}
.privacy-middle span {
  color: #2727d5;
}

.step-bg {
  padding: 1.875rem 0 5.625rem;
  background: url("../images/step.webp") no-repeat top/cover;
}
.step-ttl {
  width: 30.9375rem;
  margin: 0 0 0 1.875rem;
}
.step-box {
  margin: 0 0 4.8125rem;
  padding: 2.25rem 0 3.4375rem 0;
  background: #ffffff;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0.7rem 0.5rem 0.9375rem #e3daed;
          box-shadow: 0.7rem 0.5rem 0.9375rem #e3daed;
}
.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: 9.375rem;
  margin: 0 0.625rem;
}
.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;
  margin: 2.0625rem 0 0;
}
.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.4375rem;
  color: #2727d5;
  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;
}
.step-bottom {
  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 #e3daed;
          box-shadow: 0.7rem 0.5rem 0.9375rem #e3daed;
}
.step-bottom-top {
  width: 10.625rem;
  margin: -4.6875rem auto 2.625rem;
}
.step-bottom-ttl {
  margin: 0 0 1.875rem;
  color: #181922;
  font-size: 2.6875rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-style: oblique;
}
.step-bottom-ttl span {
  color: #2727d5;
}
.step-bottom-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;
}
.step-bottom-txt {
  margin: 0 0.4375rem 0 0;
  width: 27.5rem;
  color: #333333;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.67;
}
.step-bottom-txt span {
  font-size: 0.9375rem;
  vertical-align: super;
}
.step-bottom-img {
  width: 13.125rem;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}
.step-bottom-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;
}
.step-info {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
}

.achievement-bg {
  position: relative;
  z-index: 5;
  padding: 1.875rem 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: 38.75rem;
  margin: 0 auto -1.875rem;
  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 {
  width: 25rem;
  margin: 0 auto 2.3125rem;
  color: #ffffff;
  font-size: 3.75rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.voice h2 span {
  font-size: 3.125rem;
}
.voice-slide-box {
  min-height: 16.25rem;
  padding: 3.4375rem 1.25rem 2.1875rem 1.875rem;
  background: #ffffff;
  border-radius: 0 0 1.875rem 1.875rem;
}
.voice-slide-box-ttl {
  margin: 0 0 1.875rem;
  color: #2727d5;
  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-slide {
  border-radius: 1.875rem;
  -webkit-box-shadow: 0.1rem 0.2rem 0.5375rem #e3daed;
          box-shadow: 0.1rem 0.2rem 0.5375rem #e3daed;
}
.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 2.5rem;
  background: url("../images/media.webp") no-repeat center/cover;
}
.media-top {
  position: absolute;
  top: 2.8125rem;
  left: 2.5rem;
  color: #b4c9ef;
  opacity: 0.6;
  font-size: 4.0625rem;
  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: #738db8;
  font-size: 2.9375rem;
}
.media-img {
  position: relative;
  z-index: 5;
  width: 40.625rem;
  margin: 0 0 0 2.5rem;
}

.medicine-bg {
  padding: 5.25rem 0 5.375rem;
  background: #e9ecf3;
}
.medicine-top {
  color: #308dd4;
  margin: 0 0 2.5rem;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.08em;
}
.medicine h2 {
  width: 34.6875rem;
  margin: 0 auto 2.75rem;
}
.medicine-box {
  padding: 2.1875rem 1.5rem 3.875rem;
  border-radius: 1.25rem;
  background: #ffffff;
}
.medicine-box-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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 3.125rem;
}
.medicine-box-item {
  margin: 0 0 1.75rem;
}
.medicine-box-item:nth-child(3) {
  margin: 0 0 1.75rem 2.5rem;
}
.medicine-box-item:nth-child(5) {
  margin: 0 0 0 9.0625rem;
}
.medicine-box-item:nth-child(6) {
  margin: 0 7.1875rem 0 0;
}
.medicine-box-item p {
  color: #181922;
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-align: center;
}
.medicine-box-img {
  width: 5rem;
  margin: 0 auto 1.5rem;
}
.medicine-box-img02 {
  width: 5.3125rem;
  margin: 0 auto 1.5rem;
}
.medicine-box-img03 {
  width: 5.9375rem;
  margin: 0 auto 1.5rem;
}
.medicine-box-img04 {
  width: 8.125rem;
  margin: 0 auto 1.5rem;
}
.medicine-box-img05 {
  width: 11.75rem;
  margin: 0 auto 1.5rem;
}
.medicine-box-info {
  position: relative;
  width: 35.625rem;
  margin: 0 auto;
  border-radius: 1.875rem;
}
.medicine-box-info-tops {
  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;
  background: url("../images/medicine-box-info-tops.webp") no-repeat center/contain;
  padding: 1.25rem 0 1.375rem 3.125rem;
}
.medicine-box-info-tops::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  bottom: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("../images/medicine-box-info-arrow.webp") no-repeat center/contain;
}
.medicine-box-info-top {
  width: 3.1875rem;
  margin: 0 1.5rem 0 0;
}
.medicine-box-info-ttl {
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.36;
  letter-spacing: 0.06em;
}
.medicine-box-info-txt {
  border-radius: 0 0 1.25rem 1.25rem;
  margin: -0.625rem 0 0;
  padding: 1.3125rem 0 1.3125rem 2.25rem;
  background: #e9ecf3;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.medicine-box-info-img {
  position: absolute;
  bottom: -0.625rem;
  right: -2.5rem;
  width: 16.0625rem;
}

.plan {
  position: relative;
}
.plan-bg {
  padding: 4.6875rem 0 6.25rem;
  background: url("../images/plan.webp") no-repeat center/cover;
}
.plan-top {
  margin: 0 0 0.625rem;
  color: #99d1ee;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.plan h2 {
  width: 21.875rem;
  margin: 0 auto 0.625rem;
}
.plan-min {
  margin: 0 0 4.75rem;
  color: #ffffff;
  font-size: 1.375rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.plan-medicine {
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 43.75rem;
}
.plan-box {
  position: relative;
  z-index: 5;
  margin: 0 0 2.5625rem;
  padding: 0 0 2.5625rem;
  border-radius: 1.875rem;
  background: #ffffff;
}
.plan-box-tops {
  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 2.8125rem;
  padding: 1.4375rem 0 1.375rem 9.6875rem;
  border-radius: 1.875rem 1.875rem 0 0;
  background: #d5e8ff;
}
.plan-box-tops::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 2.5rem;
  height: 3.125rem;
  background: url("../images/plan-box-tops-arrow.webp") no-repeat center/contain;
}
.plan-box-tops-img {
  width: 4.0625rem;
  margin: 0 1.4375rem 0 0;
}
.plan-box-tops-txt {
  color: #181922;
  font-size: 2.625rem;
  letter-spacing: 0.02em;
}
.plan-box-txt {
  margin: 0 0 2.625rem;
  color: #181922;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.plan-box-genre {
  width: 39.375rem;
  margin: 0 auto 2.375rem;
  padding: 1.5rem 0;
  border-radius: 2.5rem;
  background: #d0e5ff;
  color: #181922;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.plan-box-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;
  margin: 0 3.875rem;
}
.plan-box-item-img {
  width: 10.0625rem;
  margin: 0 auto;
}
.plan-box-item-img.diff {
  margin: 0 auto 1.5625rem;
}
.plan-box-item-txt {
  margin: -0.9375rem 0 2.125rem 0;
  color: #181922;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
}
.plan-box-price {
  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 1.875rem 1.5rem;
  border-radius: 1.25rem 1.25rem 0 0;
}
.plan-box-price-item {
  position: relative;
  width: 9.8125rem;
  height: 13.25rem;
  background: #eef3f8;
}
.plan-box-price-time {
  margin: 0 0 1.5625rem;
  padding: 0.9375rem 0;
  background: #73a3dd;
  color: #ffffff;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: -0.04em;
}
.plan-box-price-time span {
  font-size: 2.5rem;
}
.plan-box-price-min {
  position: absolute;
  top: 6.0625rem;
  left: 0.625rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #2727d5;
  font-size: 1.25rem;
}
.plan-box-price-num01 {
  margin: 0 0 0.625rem 1.875rem;
  color: #2727d5;
  font-size: 2.875rem;
}
.plan-box-price-num01 span {
  font-size: 1.5rem;
}
.plan-box-price-num01.min {
  width: 1.25rem;
}
.plan-box-price-num02 {
  margin: 0 0 0.625rem;
  color: #181922;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.plan-box-price-num03 {
  color: #656565;
  font-size: 1rem;
  text-align: center;
}
.plan-box-info {
  margin: 0 1.875rem 3.75rem;
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
.plan-box-info.diff {
  margin: 0 1.875rem 0;
}
.plan-box02 {
  margin: 0 0 2.0625rem;
  padding: 0 0 3.375rem;
  background: #ffffff;
  border-radius: 1.875rem;
}
.plan-box02-top {
  position: relative;
  margin: 0 0 2.625rem;
  padding: 2.4375rem 0;
  background: #eef3f8;
  border-radius: 1.875rem 1.875rem 0 0;
  color: #181922;
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.02em;
}
.plan-box02-top::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 2.5rem;
  height: 3.125rem;
  background: url("../images/plan-box02-top-arrow.webp") no-repeat center/contain;
}
.plan-box02-txt {
  margin: 0 0 1.375rem;
  color: #181922;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.plan-box02-list {
  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;
  gap: 1.25rem;
}
.plan-box02-item {
  width: 17.1875rem;
  padding: 1.6875rem 0;
  background: #eef3f8;
  border-radius: 1.25rem;
}
.plan-box02-item-img {
  width: 5rem;
  margin: 0 auto 1.625rem;
}
.plan-box02-item-ttl {
  margin: 0 0 1.1875rem;
  color: #181922;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.02em;
}
.plan-box02-item-date {
  margin: 0 0 0.9375rem;
  color: #181922;
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: 0.02em;
}
.plan-box02-item-price {
  margin: 0 0 0.625rem;
  color: #2727d5;
  font-size: 3.8125rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.plan-box02-item-price span {
  font-size: 2rem;
}
.plan-box02-item-tax {
  margin: 0 0 1.5625rem;
  color: #555555;
  font-size: 1.375rem;
  text-align: center;
}
.plan-box02-item-txt {
  margin: 0 1.0625rem;
  color: #181922;
  font-size: 1.4375rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.plan-box03 {
  padding: 2.6875rem 1.625rem 2.8125rem 2.125rem;
  background: #ffffff;
  border-radius: 1.875rem;
}
.plan-box03-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;
  gap: 2.75rem;
  margin: 0 0 2.5rem;
}
.plan-box03-ttl {
  width: 8.8125rem;
  margin: 0 0 0.9375rem;
  padding: 0.3125rem 0;
  background: #2727d5;
  border-radius: 3.125rem;
  color: #ffffff;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.plan-box03-price {
  color: #333333;
  font-size: 3.625rem;
  text-align: center;
}
.plan-box03-price span {
  font-size: 1.875rem;
}
.plan-box03-info {
  margin: 0 3.125rem 0 0;
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.333;
  letter-spacing: 0.06em;
}

.faq--bg {
  padding: 4.6875rem 0;
  background: #efecfb;
}
.faq-top {
  margin: 0 0 1.4375rem;
  color: #2727d5;
  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.75rem 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 {
  margin: 0 0 2.5rem;
  color: #555555;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.83;
}

.end {
  padding: 5.875rem 0 1.875rem;
}

.campaign-bg {
  padding: 3.4375rem 0 3.4375rem;
  background: url("../images/test/campaign.webp") no-repeat center/cover;
}
.campaign-zero {
  width: 35rem;
  margin: 0 auto;
}