@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;
}

body {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  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: "Didot";
  src: url("../fonts/Didot-Bold-03.ttf") format("truetype");
}
.Didot {
  font-family: "Didot";
}

/*==============================================================================
Header
============================================================================= */
.header-bg {
  padding: 0.75rem 0 1.375rem;
  background: url("../images/header.webp") no-repeat center/cover;
}
.header-top {
  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;
}
.header-top-balloon {
  padding: 0.6875rem 0.8125rem;
  background: #ffffff;
  color: #29a2d6;
  border-radius: 1.25rem 1.25rem 0 1.25rem;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.header-top-price {
  color: #fcffa6;
  font-weight: bold;
  font-size: 5.875rem;
}
.header-top-price span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1875rem;
}
.header-top-and {
  width: 2.375rem;
  margin: 1.875rem 0 0;
}
.header-top-prices {
  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;
}
.header-top-price02 {
  margin: 0 0.6875rem 0 0;
  color: #fcffa6;
  font-weight: bold;
  font-size: 5.625rem;
  letter-spacing: -0.03em;
}
.header-top-price02 span {
  font-size: 4.6875rem;
  letter-spacing: -0.1em;
}
.header-top-off {
  margin: 0.9375rem 0 0;
}
.header-top-off-yen {
  color: #fcffa6;
  font-weight: bold;
  font-size: 2.1875rem;
}
.header-top-off-txt {
  color: #fcffa6;
  font-weight: bold;
  font-size: 2.1875rem;
}
.header-band {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem;
  padding: 0.0625rem 0 0.3125rem;
  border-radius: 1.875rem;
  background: #fcffa6;
}
.header-band-left {
  margin: 0 0.3125rem 0 0;
  color: #008dca;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.header-band-right {
  color: #008dca;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.header-band-right span {
  font-weight: bold;
  color: #008dca;
  font-size: 2.8125rem;
  letter-spacing: 0.02em;
}
.header-info {
  color: #feffff;
  font-weight: lighter;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
}

/*==============================================================================
Footer
============================================================================= */
.footer--bg {
  padding: 0 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;
  font-family: "source-han-sans-japanese", sans-serif;
}
.footer--wrap a:last-child {
  border: none;
}
.footer--txt {
  color: #333333;
  font-family: "source-han-sans-japanese", sans-serif;
  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 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 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);
  }
}
.kv {
  position: relative;
}
.kv-bg {
  padding: 2.6875rem 0 10.625rem;
  background: url("../images/kv-bg.webp") no-repeat center/cover;
}
.kv h1 {
  width: 18.3125rem;
  margin: 0 auto;
}
.kv-ttl {
  width: 30.8125rem;
  margin: 0 0 2.1875rem -1.875rem;
  opacity: 0;
  -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-photo {
  position: absolute;
  top: 37.5rem;
  left: 0;
  width: 23.75rem;
}
.kv-circles {
  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;
  width: 22.5rem;
  margin: 0 0 0 7.5rem;
}
.kv-circle {
  width: 11.125rem;
  height: 10.125rem;
  padding: 0.75rem 0 0;
  background: url("../images/kv-circle01.webp") no-repeat center/cover;
}
.kv-circle-img {
  width: 2.0625rem;
  margin: 0 0 0.625rem 5rem;
}
.kv-circle-txt {
  color: #ffffff;
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.27;
}
.kv-circle-gold {
  position: relative;
  z-index: 5;
  width: 10.6875rem;
  margin: -0.9375rem 0 2.875rem 13.125rem;
}
.kv-circle02 {
  width: 11rem;
  height: 9.5rem;
  padding: 1.5rem 0 0;
  background: url("../images/kv-circle02.webp") no-repeat center/cover;
}
.kv-circle02-img {
  width: 2.4375rem;
  margin: 0 auto 1.0625rem;
}
.kv-circle02-txt {
  color: #ffffff;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.28;
}
.kv-info {
  color: #555555;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}

.point {
  position: relative;
  z-index: 5;
  margin: -10rem 0 0;
}
.point-bg {
  padding: 3.125rem 0 11.25rem;
  background: url("../images/point-bg.webp") no-repeat center/cover;
}
.point h2 {
  margin: 0 0 1.6875rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.75rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.point h2 span {
  font-weight: normal;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}
.point-item {
  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.625rem 0 0.625rem 1.6875rem;
  background: url("../images/point-item-bg.webp") no-repeat center/cover;
  border-radius: 1.25rem;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.point-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;
}
.point-item.diff02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.point-item.diff03 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.point-item-point {
  margin: -0.9375rem 2.8125rem 0 0;
  color: #0171aa;
  font-weight: bold;
  font-size: 3.4375rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.point-item-point span {
  font-size: 1.25rem;
}
.point-item-ttl {
  color: #555555;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.point-item-ttl span {
  padding: 0 3.125rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #fce4e3));
  background: linear-gradient(transparent 60%, #fce4e3 30%);
  font-weight: bold;
  color: #0171aa;
}
.point-item-ttl .diff {
  padding: 0 !important;
}
.point-item-img {
  width: 3.1875rem;
  margin: 0 0 0 1.725rem;
}
.point-item-img02 {
  width: 3rem;
  margin: 0 0 0 6.25rem;
}
.point-item-img03 {
  width: 3.75rem;
  margin: 0 0 0 7.8125rem;
}

.cta {
  position: relative;
  z-index: 10;
}
.cta.diff {
  margin: -8.75rem 0 0;
}
.cta-bg {
  padding: 5rem 0 3.125rem;
  background: url("../images/cta-bg.webp") no-repeat center/cover;
}
.cta-top {
  color: #555555;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.08em;
}
.cta h2 {
  width: 36.25rem;
  margin: -1.5625rem auto -0.625rem;
}
.cta-anim {
  -webkit-animation: purupuru2 1.5s infinite;
          animation: purupuru2 1.5s infinite;
}
.cta-txts {
  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;
  width: 37.5rem;
  margin: 0 2.8125rem -2.1875rem;
}
.cta-txt {
  padding: 0.8125rem 1.625rem;
  background: #ffffff;
  border-radius: 1.875rem;
  color: #ca7070;
  font-size: 1.875rem;
}
.cta-txt span {
  font-size: 2.25rem;
}
.cta-txt.diff {
  font-size: 2rem;
}
.cta-btn {
  position: relative;
  width: 41.25rem;
  margin: 0 auto;
  padding: 3.9375rem 0 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#d77775), to(#e49b78));
  background: linear-gradient(to right, #d77775, #e49b78);
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0.625rem 0 #cb6b6a;
          box-shadow: 0 0.625rem 0 #cb6b6a;
  color: #ffffff;
  font-size: 3.125rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: 4.6875rem;
  right: 4.1875rem;
  width: 1.8125rem;
  height: 1.5rem;
  background: url("../images/cta-btn-arrow.webp") no-repeat center/cover;
}

.method {
  position: relative;
}
.method-bg {
  padding: 4.1875rem 0 3.125rem;
  background: url("../images/method-bg.webp") no-repeat center/cover;
}
.method h2 {
  width: 30rem;
  margin: 0 0 2.0625rem;
  padding: 0 0 1.5625rem 0.3125rem;
  color: #004f69;
  border-bottom: 1px solid #0174aa;
  font-size: 2.8125rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.method h2.active {
  -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;
}
.method h2 .big {
  font-weight: bold;
  font-size: 4.5rem;
}
.method h2 .mini {
  font-size: 2.375rem;
}
.method-achievement {
  position: relative;
  width: 30rem;
  margin: 0 0 2.25rem 0.625rem;
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.method-achievement.active {
  -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;
}
.method-info {
  color: #777777;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.method-bg02 {
  margin: -3.75rem 0 0;
  padding: 6.875rem 0 17.875rem;
  background: url("../images/method-bg02.webp") no-repeat center/cover;
}
.method-human {
  position: absolute;
  top: 0.3125rem;
  right: -0.3125rem;
  width: 18.75rem;
}
.method-support {
  position: relative;
  z-index: 5;
  margin: 0 0 3.125rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-shadow: 3px 3px 7px #0178aa, -3px -3px 7px #0178aa, -3px 3px 7px #0178aa, 3px -3px 7px #0178aa, 3px 0 7px #0178aa, -3px 0 7px #0178aa, 0 3px 7px #0178aa, 0 -3px 7px #0178aa;
}
.method-support span {
  font-size: 3.75rem;
}
.method-item {
  position: relative;
  padding: 3.8125rem 0 0;
  background: url("../images/method-item-bg.webp") no-repeat top/contain;
}
.method-item-top {
  margin: 0 0 1.25rem;
  color: #e66965;
  font-size: 1.5rem;
  text-align: center;
}
.method-item-ttl {
  width: 32.1875rem;
  margin: 0 auto 2.8125rem;
}
.method-circle {
  position: relative;
  width: 22rem;
  height: 18.6875rem;
  margin: 0 auto -4.0625rem;
  padding: 3.75rem 0 0;
  background: url("../images/method-circle-bg.webp") no-repeat center/cover;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.method-circle.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;
}
.method-circle.diff01 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -0.625rem 0 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.method-circle.diff02 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -0.625rem;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.method-circle-num {
  width: 6.625rem;
  margin: 0 auto 1.4375rem;
}
.method-circle-txt {
  margin: 0 0 1.5rem;
  color: #040404;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.66;
}
.method-circle-ttl {
  color: #ffffff;
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: 0.06em;
  line-height: 1.14;
  text-align: center;
}
.method-circle-ttl span {
  position: relative;
  z-index: 5;
  padding: 0 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#0098ab), to(#0172aa));
  background: linear-gradient(to right, #0098ab, #0172aa);
}
.method-circle-ttl .diff {
  position: relative;
  z-index: 10;
}
.method-circle-img {
  position: absolute;
  top: 13.125rem;
  right: 2.5625rem;
  width: 3.1875rem;
}
.method-circle-img02 {
  position: absolute;
  top: 5.625rem;
  right: 3.6875rem;
  width: 3rem;
}
.method-circle-img03 {
  position: absolute;
  top: 12.5rem;
  right: 3.125rem;
  width: 3.75rem;
}

.method01 {
  margin: -11.875rem 0 0;
}
.method01-inner {
  position: relative;
}
.method01-bg {
  padding: 2.75rem 0 30.375rem;
  background: url("../images/method01-bg.webp") no-repeat center/cover #f0f3f7;
}
.method01-medicine {
  position: absolute;
  top: -7.5rem;
  right: 3.4375rem;
  width: 11.0625rem;
}
.method01-num {
  margin: 0 0 1.25rem 1.875rem;
  color: #dce9f2;
  font-weight: bold;
  font-size: 1.25rem;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.method01-num.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;
}
.method01-num span {
  font-size: 1.875rem;
}
.method01 h2 {
  margin: 0 0 7.5rem 1.875rem;
  color: #ffffff;
  font-size: 2.75rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.method01 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;
}
.method01 h2 span {
  font-weight: bold;
  font-size: 3.75rem;
}
.method01-ttl {
  margin: 0 0 3.75rem;
  padding: 0 0 0.625rem;
  border-bottom: 0.1875rem solid #e66965;
  color: #000000;
  font-weight: bold;
  font-size: 2.75rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.method01-ttl span {
  color: #e66965;
  font-size: 2.9375rem;
}
.method01-nothing {
  width: 39.375rem;
  margin: 0 auto 3rem;
}
.method01-box {
  position: relative;
  width: 39.375rem;
  height: 18.75rem;
  padding: 2.8125rem 0 3.125rem 2.5rem;
  border-radius: 1.25rem;
}
.method01-box-txt {
  position: relative;
  z-index: 5;
  color: #000000;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.64;
}
.method01-box-txt span {
  margin: 0 0 0 -0.625rem;
  padding: 0 0 0 0.625rem;
  background: url("../images/method01-box-txt-bg.webp") no-repeat center/cover;
  font-weight: bold;
  font-size: 2.5rem;
}
.method01-box-img {
  position: absolute;
  top: -5.3125rem;
  left: 0;
  width: 45rem;
}
.method01-effect-ttl {
  margin: -1.875rem 0 1.5625rem;
  color: #000000;
  font-size: 2.375rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.73;
}
.method01-effect-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 -1.25rem;
}
.method01-effect-item {
  position: relative;
  opacity: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.method01-effect-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;
}
.method01-effect-item:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.method01-effect-item:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.method01-effect-item::after {
  content: "";
  position: absolute;
  top: 5.625rem;
  right: -2.0625rem;
  width: 2.875rem;
  height: 2.875rem;
  background: url("../images/method01-effect-item-cross.webp") no-repeat center/cover;
}
.method01-effect-item:last-child::after {
  display: none;
}
.method01-effect-img {
  width: 14.25rem;
  margin: 0 0 0.625rem;
}
.method01-effect-img.diff {
  margin: 0 0 2.1875rem;
}
.method01-effect-txt {
  color: #000000;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.66;
  text-align: center;
}
.method01-effect-txt span {
  font-weight: bold;
}

.method02 {
  margin: -6.875rem 0 0;
}
.method02-inner {
  position: relative;
}
.method02-bg {
  padding: 2.75rem 0 1.5625rem;
  background: url("../images/method02-bg.webp") no-repeat top/contain #f0f3f7;
}
.method02-num {
  margin: 0 0 1.25rem 1.875rem;
  color: #dce9f2;
  font-weight: bold;
  font-size: 1.25rem;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.method02-num.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;
}
.method02-num span {
  font-size: 1.875rem;
}
.method02 h2 {
  margin: 0 0 7.5rem 1.875rem;
  color: #ffffff;
  font-size: 2.75rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.method02 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;
}
.method02 h2 span {
  font-weight: bold;
  font-size: 3.75rem;
}
.method02-ttl {
  margin: 0 0 5.625rem;
  color: #000000;
  font-size: 2.25rem;
  letter-spacing: 0.04em;
  line-height: 1.55;
}
.method02-ttl .middle {
  color: #0171aa;
  font-weight: bold;
  font-size: 2.5rem;
}
.method02-ttl .big {
  color: #0171aa;
  font-weight: bold;
  font-size: 2.875rem;
  letter-spacing: 0.08em;
}
.method02-example {
  margin: 0 0 5.625rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid #040404;
  color: #000000;
  font-size: 2.1875rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.method02-item {
  position: relative;
  margin: 0 0 8.75rem;
  background: #ffffff;
  border-radius: 1.875rem;
}
.method02-item.diff {
  margin: 0 0 4.6875rem;
}
.method02-item-ttl {
  position: absolute;
  z-index: 5;
  top: -1.875rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 40rem;
  padding: 1.75rem 0 1.625rem;
  border-radius: 2.5rem;
  background: #ffffff;
  color: #0171aa;
  font-weight: bold;
  font-size: 2.375rem;
  text-align: center;
}
.method02-item-ttl.diff {
  top: -6.25rem;
  width: 38.125rem;
  padding: 1.9375rem 0 2.0625rem 2rem;
  line-height: 1.31;
  text-align: left;
}
.method02-item-ttl::after {
  content: "";
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 2.1875rem;
  height: 2.1875rem;
  background: url("../images/method02-item-ttl-arrow.webp") no-repeat center/cover;
}
.method02-item-wrap01 {
  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;
  padding: 6.25rem 1.875rem 1.875rem;
  background: #27a1d6;
  border-radius: 1.875rem 1.875rem 0 0;
}
.method02-item-human {
  width: 8.125rem;
  margin: 0.9375rem 1.6875rem 0 0;
}
.method02-item-before {
  margin: 0 0 1.875rem;
  color: #ffffff;
  font-size: 1.875rem;
  text-align: center;
}
.method02-item-before-weight {
  color: #ffffff;
  font-size: 5rem;
  text-align: center;
}
.method02-item-before-weight span {
  font-size: 2.75rem;
}
.method02-item-arrow {
  margin: 1.875rem 2.25rem 0 2rem;
  width: 2.1875rem;
}
.method02-item-after {
  color: #fcffa6;
  font-size: 1.875rem;
  text-align: center;
}
.method02-item-after-weight {
  color: #fcffa6;
  font-size: 6.25rem;
  text-align: center;
}
.method02-item-after-weight span {
  font-size: 2.75rem;
}
.method02-item-circle {
  position: absolute;
  top: 4.25rem;
  right: -2.5rem;
  width: 9.25rem;
  height: 7.3125rem;
  padding: 1.9375rem 0 0;
  background: #fcffa6;
  border-radius: 50%;
  color: #e66965;
  font-weight: bold;
  font-size: 1.625rem;
  text-align: center;
}
.method02-item-circle .num {
  font-size: 1.875rem;
}
.method02-item-circle .big {
  font-size: 3.625rem;
}
.method02-item-wrap02 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.375rem 0 0.625rem 1.875rem;
}
.method02-item-doctor {
  width: 8.125rem;
  margin: 0 1.875rem 0 0;
}
.method02-item-category {
  margin: 0 0 0.9375rem;
  color: #0171aa;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
}
.method02-item-content {
  margin: 0 0 1.25rem 1.25rem;
  color: #000000;
  font-weight: 400;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1.61;
}

.method03-inner {
  position: relative;
}
.method03-bg {
  padding: 2.75rem 0 5rem;
  background: url("../images/method03-bg.webp") no-repeat top/contain #f0f3f7;
}
.method03-num {
  margin: 0 0 1.25rem 1.875rem;
  color: #dce9f2;
  font-weight: bold;
  font-size: 1.25rem;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.method03-num.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;
}
.method03-num span {
  font-size: 1.875rem;
}
.method03 h2 {
  margin: 0 0 6.875rem 1.875rem;
  color: #ffffff;
  font-size: 2.75rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.method03 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;
}
.method03 h2 span {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 1.18;
}
.method03 h2 .num {
  font-size: 4.6875rem;
}
.method03-ttl {
  margin: 0 0 1.875rem;
  color: #000000;
  font-size: 2.25rem;
  letter-spacing: 0.04em;
  line-height: 1.43;
}
.method03-ttl span {
  color: #0171aa;
  font-weight: bold;
  font-size: 2.875rem;
}
.method03-circles {
  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;
  width: 24.0625rem;
  margin: 0 0 1.875rem;
}
.method03-circle {
  width: 11.625rem;
  height: 9.125rem;
  padding: 2.3125rem 0 0;
  background: url("../images/method03-circle-bg.webp") no-repeat center/cover;
  color: #ffffff;
  font-size: 1.8125rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.method03-circle .num {
  font-weight: bold;
  font-size: 5.125rem;
}
.method03-circle .yen {
  font-weight: bold;
  font-size: 3.1875rem;
}
.method03-circle02 {
  width: 11.5625rem;
  height: 9.375rem;
  padding: 2.3125rem 0 0;
  background: url("../images/method03-circle02-bg.webp") no-repeat center/cover;
  color: #ffffff;
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.2;
}
.method03-circle02 .num {
  font-weight: bold;
  font-size: 5.125rem;
}
.method03-circle02 .yen {
  font-weight: bold;
  font-size: 3.1875rem;
}
.method03-circle02 .time {
  font-weight: bold;
  font-size: 2.3125rem;
}
.method03-circle02 .middle {
  font-size: 1.9375rem;
}
.method03-chat {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0 -1.875rem;
}
.method03-chat-img {
  width: 30.625rem;
  margin: 0 1.375rem 0 0;
}
.method03-chat-txt {
  margin: 2.8125rem 0 0;
  color: #0171aa;
  font-weight: bold;
  font-size: 2.4375rem;
  letter-spacing: 0.04em;
  line-height: 1.46;
}
.method03-chat-arrow {
  position: relative;
  z-index: 10;
  width: 7.5rem;
  margin: -11.875rem auto 0;
}
.method03-list {
  position: relative;
  z-index: 5;
  width: 44.75rem;
  margin: -1.875rem 0 5.75rem -1rem;
  padding: 4.0625rem 0 1.875rem;
  background: url("../images/method03-list-bg.webp") no-repeat center/cover;
}
.method03-list-ttl {
  margin: 0 0 2.5rem;
  color: #0171aa;
  font-weight: bold;
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.55;
}
.method03-list-img {
  width: 28.5625rem;
  margin: 0 auto;
}
.method03-item {
  position: relative;
  width: 35.625rem;
  margin: 0 auto 1.5625rem;
  padding: 2.0625rem 0;
  border-radius: 1.875rem;
  background: #5d9bc3;
  color: #ffffff;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.66;
}
.method03-item::after {
  content: "";
  position: absolute;
  bottom: -0.5625rem;
  right: -0.0625rem;
  width: 2.3125rem;
  height: 2.3125rem;
  background: url("../images/method03-item-arrow.webp") no-repeat center/contain;
}
.method03-item span {
  color: #fcffa6;
  font-weight: bold;
}
.method03-item02 {
  position: relative;
  width: 35.625rem;
  margin: 0 auto 1.5625rem;
  padding: 2.0625rem 0;
  border-radius: 1.875rem;
  background: #5d9bc3;
  color: #ffffff;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.66;
}
.method03-item02::after {
  content: "";
  position: absolute;
  bottom: -0.5625rem;
  left: -0.1875rem;
  width: 2.1875rem;
  height: 2.1875rem;
  background: url("../images/method03-item02-arrow.webp") no-repeat center/contain;
}
.method03-item02 span {
  color: #fcffa6;
  font-weight: bold;
}
.method03-slide {
  margin: 0 0 0 0.625rem;
}
.method03-slide-ttl {
  width: 40rem;
  margin: 0 auto 2.625rem;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.method03-slide-ttl.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;
}
.method03-slide-img {
  width: 19.375rem;
  margin: 0 0 0.9375rem;
}
.method03-slide-txt {
  color: #000000;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1.57;
  text-align: center;
}

.reason-bg {
  padding: 3.75rem 0 4rem;
  background: url("../images/reason-bg.webp") no-repeat top/contain;
}
.reason-top {
  margin: 0 0 0.625rem;
  color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.reason-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;
}
.reason h2 {
  margin: 0 0 8.75rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 4.375rem;
  text-align: center;
  letter-spacing: 0.04em;
  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 h2 span {
  font-size: 5.625rem;
}
.reason-item-num {
  position: relative;
  z-index: 5;
  width: 7.3125rem;
  margin: 0 auto;
}
.reason-item-ttl {
  position: relative;
  margin: -3.75rem 0 2.5625rem;
  padding: 3.125rem 0 5rem;
  color: #000000;
  font-weight: bold;
  font-size: 2.875rem;
  text-align: center;
  line-height: 1.5;
}
.reason-item-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43.125rem;
  height: 0.25rem;
  background: url("../images/reason-item-ttl-line.webp") no-repeat center/contain;
}
.reason-item-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43.125rem;
  height: 0.25rem;
  background: url("../images/reason-item-ttl-line.webp") no-repeat center/contain;
}
.reason-item-ttl .kome {
  position: absolute;
  top: 4.0625rem;
  left: 23.75rem;
  font-size: 1.25rem;
}
.reason-item-ttl .pink {
  color: #e66965;
}
.reason-item-ttl .num {
  font-size: 4.375rem;
}
.reason-item-ttl .info {
  position: absolute;
  bottom: 0.9375rem;
  left: 0;
  color: #777777;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: left;
}
.reason-item-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;
  width: 39.375rem;
  margin: 0 auto;
}
.reason-item-img {
  width: 14.375rem;
}
.reason-item-txt {
  width: 23.75rem;
  margin: 0 -0.625rem 0 0;
  color: #000000;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1.61;
}

.reason02-inner {
  position: relative;
}
.reason02-bg {
  padding: 5rem 0 2.5rem;
  background: #eef7f9;
}
.reason02-item-num {
  position: relative;
  z-index: 5;
  width: 7.3125rem;
  margin: 0 auto;
}
.reason02-item-ttl {
  position: relative;
  margin: -3.75rem 0 3.8125rem;
  padding: 4.6875rem 0 1.875rem;
  color: #000000;
  font-weight: bold;
  font-size: 2.875rem;
  text-align: center;
  line-height: 1.5;
}
.reason02-item-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43.125rem;
  height: 0.25rem;
  background: url("../images/reason-item-ttl-line.webp") no-repeat center/contain;
}
.reason02-item-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43.125rem;
  height: 0.25rem;
  background: url("../images/reason-item-ttl-line.webp") no-repeat center/contain;
}
.reason02-item-ttl span {
  color: #e66965;
  font-size: 4.375rem;
}
.reason02-item-img {
  position: absolute;
  top: 25rem;
  left: -1.875rem;
  width: 30.9375rem;
}
.reason02-item-txt {
  margin: 0 0 0.9375rem 18.75rem;
  width: 23.75rem;
  color: #000000;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1.61;
}
.reason02-item-circles {
  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;
  width: 21.875rem;
  margin: 0 0 0.5625rem 18.75rem;
}
.reason02-item-circle {
  width: 10.375rem;
  height: 8.875rem;
  padding: 1.5625rem 0 0;
  background: url("../images/reason02-item-circle.webp") no-repeat center/cover;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.2;
}
.reason02-item-circle .num {
  font-size: 2.125rem;
}
.reason02-item-circle .middle {
  font-size: 1.75rem;
}
.reason02-item-circle02 {
  width: 10.5rem;
  height: 8.0625rem;
  padding: 2.1875rem 0 0;
  background: url("../images/reason02-item-circle02.webp") no-repeat center/cover;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.3;
}
.reason02-step {
  margin: 0 0 1.25rem;
  padding: 2.1875rem 1.875rem 3.875rem;
  background: #ffffff;
  border-radius: 0 0 1.875rem 1.875rem;
}
.reason02-step-anim {
  opacity: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.reason02-step-anim.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;
}
.reason02-step-anim:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.reason02-step-top {
  position: relative;
  z-index: 5;
  width: 45.5rem;
  margin: 0 0 0 -1.25rem;
  padding: 2.8125rem 0 2.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#0095ab), to(#0174aa));
  background: linear-gradient(to right, #0095ab, #0174aa);
  color: #ffffff;
  font-weight: bold;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1.66;
}
.reason02-step-ttls {
  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.5rem;
  padding: 0 0 0.9375rem;
  border-bottom: 0.25rem dotted #1c6279;
}
.reason02-step-category {
  margin: 0.625rem 3.75rem 0 1.875rem;
}
.reason02-step-mini {
  margin: 0 0 0.3125rem;
  color: #004f69;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.reason02-step-num {
  color: #004f69;
  font-weight: bold;
  font-size: 4.375rem;
  text-align: center;
}
.reason02-step-ttl {
  width: 23.125rem;
  color: #333333;
  font-size: 2.875rem;
  text-align: center;
  line-height: 1.3;
}
.reason02-step-ttl span {
  font-weight: bold;
  color: #e66965;
}
.reason02-step-ttl .dot {
  color: #333333 !important;
  font-size: 1.5625rem;
  vertical-align: top;
}
.reason02-step-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 4.375rem;
}
.reason02-step-wrap.diff {
  margin: 0;
}
.reason02-step-wrap-txt01 {
  width: 25.625rem;
  margin: 0 0 2.5rem;
  color: #000000;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1.61;
}
.reason02-step-wrap-txt02 {
  width: 25.625rem;
  color: #000000;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1.61;
}
.reason02-step-wrap-img {
  width: 11.3125rem;
}
.reason02-step-wrap-img02 {
  width: 14.25rem;
  margin: 0 -3.125rem 0 0;
}
.reason02-info {
  color: #777777;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
}

.reason03-inner {
  padding: 3.5rem 0 1.375rem;
}
.reason03-item-num {
  position: relative;
  z-index: 5;
  width: 7.3125rem;
  margin: 0 auto;
}
.reason03-item-ttl {
  position: relative;
  margin: -3.75rem 0 2.125rem;
  padding: 4.0625rem 0 1.875rem;
  color: #000000;
  font-weight: bold;
  font-size: 2.875rem;
  text-align: center;
  line-height: 1.3;
}
.reason03-item-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43.125rem;
  height: 0.25rem;
  background: url("../images/reason-item-ttl-line.webp") no-repeat center/contain;
}
.reason03-item-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43.125rem;
  height: 0.25rem;
  background: url("../images/reason-item-ttl-line.webp") no-repeat center/contain;
}
.reason03-item-ttl span {
  color: #e66965;
  font-size: 3.75rem;
}
.reason03-item-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;
  width: 39.375rem;
  margin: 0 auto 2.5rem;
}
.reason03-item-wrap-img {
  width: 14.25rem;
}
.reason03-item-wrap-txt {
  width: 23.75rem;
  color: #000000;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  line-height: 1.61;
}

.campaign-bg {
  height: 50rem;
  padding: 4.0625rem 0 0;
  background: url("../images/campaign-bg.webp") no-repeat center/cover;
}
.campaign h2 {
  margin: 0 0 1.4375rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.75rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.campaign-balloon {
  position: relative;
  margin: 0 0 1.6875rem;
  padding: 0.9375rem 0 1rem;
  color: #29a2d6;
  background: #fcffa6;
  border-radius: 1.25rem;
  font-weight: bold;
  font-size: 2.5625rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.campaign-balloon span {
  font-size: 2.1875rem;
}
.campaign-balloon::after {
  content: "";
  position: absolute;
  bottom: -1.0625rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 2.1875rem;
  height: 2.1875rem;
  background: url("../images/campaign-balloon.webp") no-repeat center/cover;
}
.campaign-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 0.8125rem;
}
.campaign-wrap-anim01.active {
  -webkit-animation: purupuru 1s linear 0.5s 1;
  animation: purupuru 1s linear 0.5s 1;
}
.campaign-wrap-anim02.active {
  -webkit-animation: purupuru 1s linear 0.5s 1;
  animation: purupuru 1s linear 0.5s 1;
}
.campaign-wrap-category {
  width: 10.5rem;
  padding: 0.4375rem 0 0.625rem;
  border-radius: 2.5rem;
  background: #ffffff;
  color: #29a2d6;
  background: #ffffff;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.campaign-wrap-price {
  color: #fcffa6;
  font-weight: bold;
  font-size: 3.4375rem;
  text-align: center;
}
.campaign-wrap-price span {
  font-size: 9rem;
}
.campaign-wrap-and {
  width: 3.75rem;
  margin: 6.875rem 0 0;
}
.campaign-wrap-category02 {
  width: 26.6875rem;
  margin: 0 0 1.0625rem;
  padding: 0.4375rem 0 0.625rem;
  border-radius: 2.5rem;
  background: #ffffff;
  color: #29a2d6;
  background: #ffffff;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.campaign-wrap-prices {
  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;
}
.campaign-wrap-num {
  width: 18.75rem;
  margin: 0 1.0625rem 0 0;
}
.campaign-wrap-yen {
  margin: 0 0 0.625rem;
  color: #fcffa6;
  font-weight: bold;
  font-size: 3.4375rem;
}
.campaign-wrap-off {
  font-weight: bold;
  color: #fcffa6;
  font-size: 3.4375rem;
}
.campaign-name {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.6875rem;
  padding: 0.625rem 0;
  border: 1px solid #ffffff;
}
.campaign-name-txt01 {
  margin: 0 0.3125rem 0 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.campaign-name-txt02 {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
}
.campaign-name-txt02 span {
  color: #fcffa6;
  font-size: 3rem;
}
.campaign-medicine {
  width: 42.5rem;
  margin: 0 0 1.4375rem auto;
}
.campaign-info {
  color: #feffff;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.plan {
  position: relative;
}
.plan-bg {
  padding: 5.9375rem 0 6.375rem;
  background: #ebebef;
}
.plan-human {
  position: absolute;
  top: 0;
  right: 0;
  width: 38.125rem;
}
.plan h2 {
  position: relative;
  z-index: 5;
  margin: 0 0 3.4375rem 0.9375rem;
  color: #000000;
  font-weight: bold;
  font-size: 2.625rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.plan 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;
}
.plan h2 span {
  font-size: 3.625rem;
}
.plan-item {
  margin: 0 0 3.9375rem;
  padding: 2.4375rem 1.875rem 4.375rem;
  background: #ffffff;
  border-radius: 0 0 1.875rem 1.875rem;
}
.plan-item.diff {
  margin: 0;
  padding: 2.4375rem 1.875rem 3.25rem;
}
.plan-item-relative {
  position: relative;
  margin: 0 0 3.9375rem;
}
.plan-item-relative.diff {
  margin: 0 0 3.6875rem;
}
.plan-item-top {
  position: relative;
  z-index: 5;
  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;
  padding: 1.5625rem 1.875rem;
  border-radius: 1.875rem 1.875rem 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#4dacd5), to(#0c99d6));
  background: linear-gradient(to right, #4dacd5, #0c99d6);
}
.plan-item-top-img {
  width: 15.625rem;
  margin: 0 3.625rem 0 0;
}
.plan-item-top-name {
  margin: 0 0 0.9375rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.875rem;
  letter-spacing: 0.06em;
}
.plan-item-top-txt {
  color: #ffffff;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.plan-item-top02 {
  padding: 2.5rem 2.375rem;
  border-radius: 1.875rem 1.875rem 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#4dacd5), to(#0c99d6));
  background: linear-gradient(to right, #4dacd5, #0c99d6);
}
.plan-item-top02-name {
  margin: 0 0 1.375rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.875rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.plan-item-top02-txt {
  color: #ffffff;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  text-align: center;
}
.plan-item-balloon {
  position: relative;
  margin: 0 0 1.4375rem;
  padding: 2.5625rem 0;
  border-radius: 3.125rem;
  background: #c6e6f4;
  color: #004f69;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.plan-item-balloon::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 3.1875rem;
  height: 1.875rem;
  background: url("../images/plan-item-balloon-arrow.webp") no-repeat center/cover;
}
.plan-item-balloon.diff {
  padding: 0.9375rem 0;
}
.plan-item-balloon-txt {
  color: #004f69;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.plan-item-balloon-img {
  position: absolute;
  top: -0.9375rem;
  left: 0;
  width: 2.875rem;
}
.plan-item-balloon-img02 {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 4.8125rem;
}
.plan-item-balloon-img03 {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 6.5625rem;
}
.plan-item-balloon-img04 {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 3.75rem;
}
.plan-item-table {
  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 2rem;
}
.plan-item-table-first {
  width: 5.3125rem;
}
.plan-item-table-category {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.4375rem;
  background: #0171aa;
  color: #ffffff;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.plan-item-table-dose {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.25rem;
  margin: 0 0 1px;
  background: #e8ebee;
  color: #000000;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
}
.plan-item-table-other {
  width: 8.4375rem;
}
.plan-item-table-other02 {
  width: 7.8125rem;
}
.plan-item-table-other03 {
  width: 9.75rem;
}
.plan-item-table-category02 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.4375rem;
  color: #ffffff;
  background: #0171aa;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.28;
}
.plan-item-table-category03 {
  height: 7.1875rem;
  padding: 1.25rem 0 0;
  color: #ffffff;
  background: #0171aa;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.28;
}
.plan-item-table-category03 .yellow {
  color: #fcffa6;
  font-size: 1.625rem;
}
.plan-item-table-category03 .num {
  font-size: 1.75rem;
}
.plan-item-table-category03 .per {
  font-size: 1.375rem;
}
.plan-item-table-category03 .symbol {
  margin: 0 -0.4375rem;
}
.plan-item-table-category04 {
  height: 6.5625rem;
  padding: 1.875rem 0 0;
  color: #ffffff;
  background: #0171aa;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.28;
}
.plan-item-table-category04 .yellow {
  color: #fcffa6;
  font-size: 1.5rem;
}
.plan-item-table-category04 .num {
  font-size: 1.625rem;
}
.plan-item-table-category04 .per {
  font-size: 1.375rem;
}
.plan-item-table-category04 .symbol {
  margin: 0 -0.4375rem;
}
.plan-item-table-price {
  height: 5.625rem;
  margin: 0 0 1px;
  padding: 0.625rem 0 0;
  background: #e8ebee;
  color: #000000;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.7;
  letter-spacing: -0.04em;
}
.plan-item-table-price .num {
  color: #004f69;
  font-size: 1.875rem;
  letter-spacing: -0.04em;
}
.plan-item-table-price .unit {
  color: #000000;
  font-size: 1.125rem;
}
.plan-item-table-price .unit02 {
  color: #000000;
  font-size: 1.0000rem;
}
.plan-item-table-price .blue {
  color: #004f69;
}
.plan-item-table-price02 {
  height: 4.0625rem;
  padding: 2.1875rem 0 0;
  background: #e8ebee;
  color: #000000;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: -0.04em;
}
.plan-item-table-price02 .num {
  color: #004f69;
  font-size: 1.75rem;
}
.plan-item-table-price02 .blue {
  color: #004f69;
}
.plan-item-info {
  color: #777777;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.33;
}
.plan-item-info.diff {
  margin: 0 0 2.8125rem;
}
.plan-item-btn {
  cursor: pointer;
  position: relative;
  width: 23.75rem;
  margin: 0.9375rem auto 0;
  padding: 0.8125rem 0;
  background: #ffffff;
  border-radius: 2.5rem;
  color: #0171aa;
  font-weight: bold;
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.plan-item-btn::before {
  content: "";
  position: absolute;
  top: 1.6875rem;
  right: 5rem;
  width: 0.9375rem;
  height: 1px;
  background: #0171aa;
}
.plan-item-btn::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 5.4375rem;
  width: 1px;
  height: 0.9375rem;
  background: #0171aa;
}
.plan-item-btn.diff {
  margin: 1.5625rem auto 0;
}
.plan-item-btn-close, .plan-item-btn-close02 {
  cursor: pointer;
  position: relative;
  width: 23.75rem;
  margin: 1.875rem auto 0;
  padding: 0.8125rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#4dacd5), to(#0c99d6));
  background: linear-gradient(to right, #4dacd5, #0c99d6);
  color: #ffffff;
  border-radius: 2.5rem;
  font-weight: bold;
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.plan-item-btn-close::before, .plan-item-btn-close02::before {
  content: "";
  position: absolute;
  top: 1.6875rem;
  right: 5rem;
  width: 0.9375rem;
  height: 1px;
  background: #ffffff;
}
.plan-item-relaxation {
  padding: 2.625rem 0;
  background: #0171aa;
  color: #ffffff;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.04em;
}
.plan-item-relaxation-price {
  margin: 0 0 2rem;
  padding: 1.5625rem 0 1.375rem;
  background: #e8ebee;
  color: #004f69;
  font-weight: 500;
  font-size: 2.625rem;
  text-align: center;
}
.plan-item-relaxation-price span {
  font-size: 1.75rem;
}
.plan-bottom {
  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;
  padding: 2.625rem 1.875rem;
  border-radius: 1.875rem;
  background: #ffffff;
}
.plan-bottom-category {
  width: 8.8125rem;
  margin: 0 auto 0.625rem;
  padding: 0.4375rem 0;
  border-radius: 2.5rem;
  background: #0171aa;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.plan-bottom-price {
  margin: 0 0 0.625rem;
  color: #004f69;
  font-weight: 500;
  font-size: 3.625rem;
  text-align: center;
}
.plan-bottom-price span {
  font-size: 1.875rem;
}
.plan-bottom-info {
  color: #004f69;
  font-size: 1.25rem;
}

.faq--bg {
  padding: 5rem 0;
  background: #dce9f2;
}
.faq-top {
  margin: 0 0 1.3125rem;
  color: #e66965;
  font-size: 1.5rem;
  text-align: center;
}
.faq h2 {
  width: 23.125rem;
  margin: 0 auto 2.9375rem;
}
.faq-item {
  cursor: pointer;
  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 6.25rem;
}
.attention h2 {
  margin: 0 0 2.8125rem;
  color: #555555;
  font-weight: bold;
  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.58;
}