/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --blue: #54859C;
  --yellow: #fff799;
  --red: #ea5c70;
  --primary: #fc8888;
  --second: #F29B76;
  --text-body: #434343;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}
@media only screen and (min-width: 768px) {
  body {
    max-width: 750px;
  }
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 1;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: var(--text-body);
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

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

.container-fluid, .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.check-list, .site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
.site-footer {
  background: var(--red);
  padding-block: 50px;
}
.site-footer ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 25px;
  line-height: 1.4;
  justify-content: center;
}
.site-footer ul li {
  position: relative;
  padding-inline: 10px;
}
.site-footer ul li a {
  color: var(--white);
}
.site-footer ul li::after {
  content: "";
  position: absolute;
  border-right: 2px solid var(--white);
  right: 0;
  top: 5px;
  height: 26px;
}
.site-footer ul li:last-child::after {
  display: none;
}

/** pages */
.receive {
  font-size: 33px;
  line-height: 1.59;
  font-weight: 500;
}
.receive small {
  font-size: 25px;
}
.receive p {
  margin: 0 0 50px;
}
.receive p:last-of-type {
  margin: 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}
.section-heading h2 {
  font-weight: 600;
  font-size: 55px;
  line-height: 1.5;
  margin: 0;
}
.section-heading h2.small {
  font-size: 45px;
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
}
.section-heading h2.small img{
  position: absolute;
  top: 25px;
  right: -50px;
  width:31px;
}
.section-heading h2 strong {
  font-size: 85px;
  color: var(--red);
  font-weight: 600;
}
.section-heading h2 span {
  color: var(--red);
}
.section-heading h2.small{
  font-size: 45px;
}
.section-heading h2 span.red {
  color: var(--red);
  font-size: 55px;
}
.section-heading h2 span.text-bg {
  color: inherit;
  background: linear-gradient(0deg, var(--yellow) 26px, transparent 26px);
}
.section-heading h2 span.text-lines {
  color: inherit;
  position: relative;
  display: inline-block;
}
.section-heading h2 span.text-lines::before {
  content: "";
  width: 108px;
  height: 26px;
  background: url("../images/lines-text.png") no-repeat 0 0/100%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.section-heading--min h2 {
  font-size: 45px;
}
.section-heading--min h2 small {
  font-size: 35px;
}

.check-list-wrap {
  position: relative;
}
.check-list-wrap img {
  position: absolute;
  /* left: 14.5%;
  top: -26px; */
  left: 11.5%;
  top: 20px;
}

.check-list {
  background: #959595;
  border-left: 11px solid #464646;
  padding: 85px 20px 80px 30px;
  font-size: 35px;
  font-weight: 500;
}
.check-list li {
  padding-left: 51px;
  background: url("../images/check-icon.png") no-repeat 0 5px;
  min-height: 41px;
}
.check-list li span.yellow{
  color: #fff799;
}
.check-list li + li {
  margin-top: 45px;
}

.notice_top{
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  margin: 40px auto 0;
}
.notice_top span{
  font-size: 55px;
  background: linear-gradient(transparent 70%, #fff799 50%);
  padding: 0 20px;
  margin: 0 5px;
}
.notice_bottom{
  font-size: 55px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  margin: 40px auto 90px;
}
.notice_bottom span{ 
  color: #ea5c70   
}

section.free{
  padding: 90px 0 100px;
  margin-bottom: 200px;
  background-color: #fff;
}

.banner {
  padding-bottom: 45px;
  background: #FEF1F1;
}
.banner picture {
  display: block;
}
.banner picture img {
  width: 100%;
}
.banner__info {
  margin-top: -140px;
}
.banner__info figure {
  text-align: center;
}
.banner__info figure + figure {
  margin-top: 34px;
}
.banner__info p {
  margin: 15px 0;
  font-size: 20px;
  padding-left: 5px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.banner__info a {
  margin-top: 35px;
  display: block;
  text-align: center;
}

.check-section {
  background: url("../images/bg-1.png") repeat 0 100%/100% 100%;
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
.check-section picture {
  display: block;
  margin: -45px 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.points {
  padding-block: 170px 125px;
  background: #fef1f1;
  margin-top: -100px;
}
.points .section-heading {
  margin-bottom: 110px;
}
.points__item {
  border-radius: 20px;
  box-shadow: 8px 6px 6px rgba(65, 26, 34, 0.21);
  background: var(--white);
  position: relative;
}
.points__item + .points__item {
  margin-top: 110px;
}
.points__item--number {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 6px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  color: var(--primary);
}
.points__item--number small {
  background: var(--primary);
  color: var(--white);
  font-size: 20px;
  padding: 2px 6px;
  z-index: 1;
  font-weight: 600;
  position: absolute;
  right: calc(100% - 27px);
  top: 44%;
}
.points__item--heading {
  background: var(--primary);
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.points__item--heading h3 {
  color: var(--white);
  line-height: 1.2;
  font-size: 60px;
  font-weight: 600;
  min-height: 118px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
.points__item--body {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  padding: 15px 30px 35px;
  line-height: 1.8;
}
.points__item--body p {
  margin: 0 0 25px;
}
.points__item:nth-child(odd) .points__item--number {
  color: var(--second);
}
.points__item:nth-child(odd) .points__item--number small {
  background: var(--second);
}
.points__item:nth-child(odd) .points__item--heading {
  background: var(--second);
}

.pill {
  padding-top: 90px;
  background: url("../images/bg-2.png") repeat 0 0;
}
.pill picture {
  display: block;
  margin: 0 0 60px;
}
.pill h4 {
  text-align: center;
  color: var(--blue);
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 45px;
}
.pill__box {
  display: flex;
  align-items: center;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
.pill__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  clip-path: polygon(50% 50px, calc(50% + 75px) 0, 100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 75px) 0);
  z-index: -1;
}
.pill__box h3 {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0;
  font-size: 50px;
  line-height: 1.5;
  color: var(--yellow);
  font-weight: 600;
  padding-block: 40px 30px;
}
.pill__box h3 span {
  font-size: 48px;
}
.pill__box h3 small {
  font-size: 42px;
  color: var(--white);
}
.pill__box img {
  margin-top: -50px;
  max-width: 220px;
  align-self: flex-end;
}

.latest-pill {
  padding-top: 90px;
  background: url("../images/bg-3.png") no-repeat 0 100%/100% 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.latest-pill picture {
  display: block;
  margin: 0 0 100px;
}
.latest-pill h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.latest-pill h3 {
  margin: 30px 0;
  background: var(--white);
  box-shadow: 13px 13px 0 var(--red);
  color: var(--red);
  font-size: 51px;
  font-weight: 600;
  line-height: 1.5;
  padding: 35px;
}

.recommended {
  background: #DFF3FD;
  margin-top: -100px;
  padding: 200px 0 140px;
}
.recommended__item {
  border-radius: 20px;
  background: var(--white);
}
.recommended__item + .recommended__item {
  margin-top: 60px;
}
.recommended__item--heading {
  background: rgb(251, 169, 128);
  background: linear-gradient(90deg, rgb(251, 169, 128) 0%, rgb(252, 136, 136) 100%);
  color: var(--white);
  border-radius: 20px 20px 0 0;
  position: relative;
}
.recommended__item--heading::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border-top: 16px solid #FB9984;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.recommended__item--heading h3 {
  margin: 0;
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 20px;
  text-align: center;
  line-height: 1.16;
  font-size: 45px;
}
.recommended__item--body {
  padding: 50px 30px 30px;
  font-size: 33px;
  line-height: 1.59;
  font-weight: 500;
}
.recommended__item--body::after {
  content: "";
  display: block;
  clear: both;
}
.recommended__item--body span {
  background: linear-gradient(0deg, var(--yellow) 20px, transparent 20px);
}
.recommended__item--body small {
  font-size: 25px;
  line-height: 1.4;
  display: inline-block;
}
.recommended__item--body img {
  float: right;
  margin: 0 0 20px 30px;
}
.recommended__item--body p {
  margin: 0 0 50px;
}
.recommended__item--body p:last-of-type {
  margin: 0 0 20px;
}
.recommended__item:nth-child(odd) .recommended__item--body {
  text-align: right;
}
.recommended__item:nth-child(odd) .recommended__item--body img {
  float: left;
  margin: 0 30px 20px 0;
}

.note {
  background: url("../images/bg-4.png") repeat 0 0;
  padding-block: 110px;
}
.note .note-box {
  border-radius: 20px;
  border: 40px solid #f6a0a0;
  background: var(--white);
  position: relative;
  padding: 70px 40px 50px;
  font-size: 33px;
  line-height: 1.59;
  font-weight: 500;
  box-shadow: 8px 6px 6px rgba(65, 26, 34, 0.21);
}
.note .note-box::before {
  content: "";
  width: 244px;
  height: 83px;
  background: url("../images/note.png");
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  top: -30px;
}
.note .note-box h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.5;
  background: url("../images/dots.png") no-repeat 50% 100%;
  padding-bottom: 25px;
  margin: 0 0 80px;
}
.note .note-box p {
  margin: 0 0 50px;
}

.steps {
  padding-block: 70px 170px;
}
.steps .container {
  padding: 0 30px;
}
.steps__item + .steps__item {
  position: relative;
  margin-top: 30px;
}
.steps__item + .steps__item::before {
  content: "";
  background: url("../images/step-arrow.png") no-repeat 0 0/100%;
  width: 26px;
  height: 183px;
  position: absolute;
  bottom: calc(100% - 130px);
  left: 50%;
  transform: translateX(-50%);
}
.steps__item--heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}
.steps__item--heading h4 {
  color: #f6a0a0;
  font-size: 72px;
  background: linear-gradient(37deg, #fc8888, #fba980);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 -5px;
}
.steps__item--heading h3 {
  background: linear-gradient(90deg, #fc8888, #fba980);
  font-size: 45px;
  font-weight: 500;
  color: var(--white);
  border-radius: 0 100px 100px 0;
  min-height: 105px;
  padding: 10px 70px 10px 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -30px;
  min-width: 310px;
  text-align: center;
}
.steps__item--body {
  background: #eeeeee;
  padding: 90px 35px 55px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
}
.steps__item--body figure {
  margin: 0 0 35px;
}
.steps__item--body figure img {
  width: 100%;
}
.steps__item--body small {
  font-size: 25px;
  letter-spacing: -0.05em;
}
.steps__item--body p {
  margin: 0 0 50px;
}
.steps__item--body p:last-of-type {
  margin: 0;
}
.steps__item:nth-child(odd) .steps__item--heading {
  align-items: flex-end;
}
.steps__item:nth-child(odd) .steps__item--heading h3 {
  padding: 10px 40px 10px 70px;
  border-radius: 100px 0 0 100px;
  margin: 0 -30px 0 0;
}

.receive {
  background: #FFFBFB;
  padding-bottom: 140px;
}
.receive h2 {
  background: var(--primary);
  position: relative;
  margin: 0 0 120px;
  color: var(--white);
  font-weight: 600;
  font-size: 55px;
  line-height: 1.5;
  min-height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
}
.receive h2::before {
  content: "";
  position: absolute;
  border-top: 37px solid var(--primary);
  border-left: 78px solid transparent;
  border-right: 78px solid transparent;
  left: 50%;
  top: calc(100% - 1px);
  transform: translate(-50%);
}
.receive picture {
  display: block;
  margin: 0 0 100px;
  text-align: center;
}
.receive span {
  color: var(--red);
}

.following {
  padding-block: 100px 170px;
  background: #DFF3FD;
}
.following__item {
  box-shadow: 8px 6px 6px rgba(65, 26, 34, 0.21);
  border-radius: 20px;
  background: var(--white);
}
.following__item + .following__item {
  margin-top: 80px;
}
.following__item--heading {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(37deg, #fc8888, #fba980);
  border-radius: 20px 20px 0 0;
}
.following__item--heading h3 {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 42px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.6;
  padding: 20px;
}
.following__item--heading figure {
  align-self: flex-end;
}
.following__item--body {
  padding: 40px 36px 60px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.625;
}
.following__item--body p {
  margin: 0 0 40px;
}
.following__item--body p:last-of-type {
  margin: 0;
}
.following__item:nth-child(even) .following__item--heading figure {
  order: 2;
}

.qa {
  padding-block: 90px 80px;
}
.qa__item {
  font-size: 35px;
  line-height: 1.48;
  font-weight: 500;
  padding-bottom: 70px;
  margin-bottom: 70px;
  background: url("../images/dots-2.png") repeat-x 0 100%;
}
.qa__item small {
  font-size: 25px;
  line-height: 1.28;
  display: inline-block;
}
.qa__item p {
  margin: 0 0 50px;
}
.qa__item p:last-of-type {
  margin: 0;
}
.qa__item--heading, .qa__item--body {
  padding: 7px 0 7px 73px;
  position: relative;
  min-height: 64px;
}
.qa__item--heading::before, .qa__item--body::before {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  font-weight: 500;
  color: var(--white);
  background: var(--red);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.qa__item--heading {
  color: var(--red);
  margin-bottom: 40px;
}
.qa__item--heading p {
  margin: 0;
}
.qa__item--heading::before {
  content: "Q";
}
.qa__item--body::before {
  content: "A";
  background: #fbc8c8;
  color: var(--text-body);
}
.qa__content {
  font-size: 28px;
  font-weight: 500;
  margin-top: 180px;
}
.qa__content p {
  margin: 0 0 35px;
}
.qa__content p:last-of-type {
  margin: 0;
}

/* .bl_floatArea {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
  box-sizing: border-box;
} */
.bl_floatArea.is_show {
  visibility: visible;
  opacity: 1;
}
#fixed_bottom_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  max-width: 750px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: none;
  text-align: center;
  transition: 0.5s opacity ease;
  opacity: 1;
}
.bl_floatArea_inner {
  max-width: 750px;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
}
.bl_floatArea_btn {
  display: block;
}
.bl_floatArea_btn img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#fixed_bottom_btn.hide {
  opacity: 0;
  cursor: none;
  z-index: -999999;
}