/**  Mixins */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --base-width-sp: 650;
  --base-width: 1920;
}

/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
*,
*::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;
  --green: #469d3c;
  --primary: #3c875a;
  --second: #008ccf;
  --text-body: #414141;
  --radius: 5px;
}

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

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", "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);
  letter-spacing: 1px;
}

p {
  margin: 0 0 24px;
}
p:last-of-type {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 20px;
  }
}

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

iframe {
  max-width: 100%;
}

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

.site-footer__nav ul, .site-header 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 {
  transition: all 0.3s;
  color: var(--white);
  padding: 6px 64px 6px 25px;
  min-width: 300px;
  text-align: center;
  display: inline-flex;
  outline: none !important;
  border-radius: 999px;
  text-transform: uppercase;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "HiraMaruStdN", "Noto Sans JP", sans-serif;
  min-height: 50px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: url("../images/arrow-circle.svg") no-repeat calc(100% - 32px) 50%/26px #469d3c;
}
.btn:hover {
  opacity: 0.8;
  color: var(--white);
}
.btn span {
  text-align: left;
  line-height: 1.1;
  width: 100%;
}
.btn small {
  font-size: 12px;
}
.btn--lg {
  min-height: 60px;
}
@media only screen and (min-width: 992px) {
  .btn--lg {
    min-width: 377px;
    min-height: 68px;
    font-size: 22px;
    background-size: 35px;
    padding: 5px 80px 5px 45px;
  }
}
@media only screen and (min-width: 992px) {
  .btn--lg small {
    font-size: 14px;
  }
}
.btn--xl {
  min-height: 60px;
}
@media only screen and (min-width: 992px) {
  .btn--xl {
    min-width: 550px;
    min-height: 80px;
    font-size: 20px;
    background-size: 35px;
    padding: 5px 110px 5px 45px;
  }
}
@media only screen and (min-width: 992px) {
  .btn--xl small {
    font-size: 16px;
  }
}

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

.section__button {
  text-align: center;
  margin-top: 30px;
}
.section__button > figure {
  margin: 0 0 15px;
}
.section__button > figure img {
  max-height: 53px;
}
.section__button h3 {
  font-family: "HiraMaruStdN", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #469d3c;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  letter-spacing: 2px;
  gap: 5px;
  margin: 0 0 35px;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .section__button h3 {
    font-size: 30px;
  }
}
.section__button h3 img {
  width: 22px;
}
@media only screen and (min-width: 768px) {
  .section__button--inner {
    display: flex;
    gap: 50px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .section__button--col + .section__button--col {
    margin-top: 30px;
  }
}
.section__button--col h4 {
  font-size: 18px;
  font-weight: 500;
  color: #469d3c;
  margin: 0 0 10px;
}

.section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 60px;
    gap: 10px;
  }
}
.section-heading::before, .section-heading::after {
  content: "";
  width: 46px;
  height: 44px;
  min-width: 46px;
}
@media only screen and (min-width: 768px) {
  .section-heading::before, .section-heading::after {
    width: 84px;
    height: 82px;
    min-width: 84px;
  }
}
.section-heading::before {
  background: url("../images/heading-tree-left.svg") no-repeat 0 50%/100%;
}
.section-heading::after {
  background: url("../images/heading-tree-right.svg") no-repeat 0 50%/100%;
}
.section-heading h2 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
    min-width: 234px;
  }
}

.section-sub-heading {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-sub-heading {
    margin-bottom: 70px;
    font-size: 24px;
  }
}
.section-sub-heading h3 {
  background: #469d3c;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 99px;
  padding: 1px 20px;
  min-width: 112px;
  text-align: center;
  color: var(--white);
  margin: 0 0 15px;
}

.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-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 20px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .site-header {
    padding: 35px;
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: var(--white);
  box-shadow: 0 5px 5px rgba(60, 135, 90, 0.2);
  border-radius: 12px;
  width: 100%;
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    gap: 30px;
    border-radius: 20px;
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header .container-lg {
    padding: 0;
  }
}
.site-header__logo img {
  height: 22px;
}
@media only screen and (min-width: 1200px) {
  .site-header__logo img {
    height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    background: var(--white);
    display: none;
    padding: 30px 15px;
    box-shadow: 0 5px 5px rgba(60, 135, 90, 0.2);
    border-radius: 12px;
    width: 100%;
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    display: block !important;
  }
}
.site-header__nav ul {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__nav ul {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav ul li + li {
    margin-top: 10px;
  }
}
.site-header__nav ul li a {
  color: var(--text-body);
  display: block;
  position: relative;
}
.site-header__nav ul li.active > a, .site-header__nav ul li:hover > a {
  color: var(--primary);
}
@media only screen and (min-width: 992px) {
  .site-header__btn {
    display: none;
  }
}

.site-footer {
  background: url("../images/tree.png") repeat-x 0 100%/50px #e3eec3;
  position: relative;
  margin-top: calc(210 / var(--base-width) * 100vw);
  z-index: 1;
  padding-block: 50px 45px;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    background-size: 69px;
    padding-block: 100px 70px;
  }
}
.site-footer::before, .site-footer::after {
  content: "";
  position: absolute;
  z-index: -3;
}
.site-footer::before {
  width: 100%;
  left: 0;
  background: url("../images/wave-up-3.png") no-repeat 0 0/100%;
  top: calc(-86 / var(--base-width) * 100vw);
  height: calc(250 / var(--base-width) * 100vw);
}
.site-footer::after {
  z-index: -1;
  width: 100%;
  height: calc(400 / var(--base-width) * 100vw);
  top: calc(-210 / var(--base-width) * 100vw);
  left: 0;
  background: url("../images/tree-1.svg") no-repeat 9% 0/calc(260 / var(--base-width) * 100vw), url("../images/tree-2.svg") no-repeat 86% calc(11 / var(--base-width) * 100vw)/calc(240 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .site-footer::after {
    background-size: calc(195 / var(--base-width) * 100vw), calc(149 / var(--base-width) * 100vw);
  }
}
.site-footer__box {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: var(--primary);
  border-radius: 70px;
  padding: 60px 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer__box {
    border-radius: 120px;
    padding: 80px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__box {
    border-radius: 160px;
    padding: 110px 30px 120px;
  }
}
.site-footer__section {
  font-size: 16px;
  font-weight: 500;
  max-width: 800px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .site-footer__section {
    font-size: 18px;
  }
}
.site-footer__section + .site-footer__section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 2px dotted rgba(60, 135, 90, 0.6);
}
@media only screen and (min-width: 768px) {
  .site-footer__section + .site-footer__section {
    margin-top: 55px;
    padding-top: 45px;
  }
}
.site-footer__section h4 {
  margin: 0 auto 24px;
  border: 1px solid var(--primary);
  border-radius: 99px;
  padding: 0px 20px;
  font-weight: 400;
  color: var(--primary);
  background: var(--white);
  font-size: 18px;
  line-height: 1.3;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .site-footer__section h4 {
    font-size: 20px;
    max-width: 220px;
  }
}
.site-footer__section h3 {
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: 2px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer__section h3 {
    font-size: 32px;
  }
}
.site-footer__section > a {
  font-size: 22px;
  font-weight: 700;
  background: url("../images/phone.svg") no-repeat 0 50%/50px;
  min-height: 55px;
  padding-left: 55px;
  color: var(--primary);
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .site-footer__section > a {
    font-size: 32px;
    padding-left: 77px;
    letter-spacing: 3px;
    background-size: 67px;
  }
}
.site-footer__section > a small {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .site-footer__section > a small {
    font-size: 18px;
  }
}
.site-footer__nav {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .site-footer__nav {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__nav {
    margin-top: 80px;
  }
}
.site-footer__nav ul {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__nav ul {
    gap: 10px 40px;
  }
}
.site-footer__nav ul li a {
  color: #666666;
}
.site-footer__bottom {
  font-size: 12px;
  font-weight: 300;
  color: #469d3c;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer__bottom {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__bottom {
    margin-top: 70px;
  }
}
.site-footer__bottom p {
  margin: 0;
}

/** pages */
.section-box {
  border-radius: 20px;
  background: #f1f6e1;
  padding: 36px 30px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 45px;
}
.section-box h3 {
  color: var(--green);
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-box h3 {
    font-size: 28px;
  }
}

.banner {
  z-index: 5;
  position: relative;
  background: url("../images/banner/banner-bg-sp.svg") no-repeat 0 0/100% #e3eec3;
  padding: 110px calc(30 / var(--base-width-sp) * 100vw) 35px;
}
@media only screen and (min-width: 768px) {
  .banner {
    background-image: url("../images/banner/banner-bg.svg");
    padding: 120px calc(90 / var(--base-width) * 100vw) 45px;
  }
}
@media only screen and (min-width: 992px) {
  .banner {
    padding: 150px calc(90 / var(--base-width) * 100vw) 45px;
  }
}
.banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(91 / var(--base-width) * 100vw);
  background: url("../images/wave-down-4.png") no-repeat 0 100%/100%;
  width: 100%;
  bottom: calc(-90 / var(--base-width) * 100vw);
  left: 0;
}
.banner__inner {
  border-radius: calc(10 / var(--base-width-sp) * 100vw);
  box-shadow: calc(2 / var(--base-width-sp) * 100vw) calc(2 / var(--base-width-sp) * 100vw) 0 0 rgba(0, 0, 0, 0.2);
  position: relative;
  min-height: calc(675 / var(--base-width-sp) * 100vw);
  background: url("../images/banner/banner-inner-bg.svg") no-repeat 50% calc(295 / var(--base-width-sp) * 100vw)/calc(520 / var(--base-width-sp) * 100vw) rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) {
  .banner__inner {
    border-radius: calc(20 / var(--base-width) * 100vw);
    box-shadow: calc(5 / var(--base-width) * 100vw) calc(5 / var(--base-width) * 100vw) 0 0 rgba(0, 0, 0, 0.2);
    min-height: calc(950 / var(--base-width) * 100vw);
    background-size: calc(1300 / var(--base-width) * 100vw);
    background-position: calc(298 / var(--base-width) * 100vw) calc(442 / var(--base-width) * 100vw);
  }
}
.banner__label {
  width: calc(115 / var(--base-width-sp) * 100vw);
  left: calc(30 / var(--base-width-sp) * 100vw);
  top: calc(40 / var(--base-width-sp) * 100vw);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .banner__label {
    width: calc(258 / var(--base-width) * 100vw);
    left: calc(264 / var(--base-width) * 100vw);
    top: calc(104 / var(--base-width) * 100vw);
  }
}
.banner__center {
  width: calc(345 / var(--base-width-sp) * 100vw);
  top: calc(20 / var(--base-width-sp) * 100vw);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .banner__center {
    width: calc(719 / var(--base-width) * 100vw);
    top: calc(40 / var(--base-width) * 100vw);
  }
}
.banner__text {
  width: calc(171 / var(--base-width-sp) * 100vw);
  right: calc(-30 / var(--base-width-sp) * 100vw);
  position: absolute;
  top: calc(37 / var(--base-width-sp) * 100vw);
}
@media only screen and (min-width: 768px) {
  .banner__text {
    width: calc(526 / var(--base-width) * 100vw);
    top: calc(74 / var(--base-width) * 100vw);
    right: 0;
  }
}
.banner__phone {
  width: calc(170 / var(--base-width-sp) * 100vw);
  bottom: calc(40 / var(--base-width-sp) * 100vw);
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .banner__phone {
    width: calc(343 / var(--base-width) * 100vw);
    bottom: calc(42 / var(--base-width) * 100vw);
    left: calc(80 / var(--base-width) * 100vw);
    transform: none;
  }
}
.banner__phone img {
  width: 100%;
}
.banner__character {
  position: absolute;
  bottom: calc(58 / var(--base-width-sp) * 100vw);
}
@media only screen and (min-width: 768px) {
  .banner__character {
    bottom: calc(50 / var(--base-width) * 100vw);
  }
}
.banner__character--left {
  width: calc(101 / var(--base-width-sp) * 100vw);
  left: calc(80 / var(--base-width-sp) * 100vw);
  transform: translateX(calc(-27 / var(--base-width) * 100vw));
}
@media only screen and (min-width: 768px) {
  .banner__character--left {
    width: calc(180 / var(--base-width) * 100vw);
    left: auto;
    right: 50%;
    transform: translateX(calc(-27 / var(--base-width) * 100vw));
  }
}
.banner__character--right {
  width: calc(107 / var(--base-width-sp) * 100vw);
  right: calc(74 / var(--base-width-sp) * 100vw);
}
@media only screen and (min-width: 768px) {
  .banner__character--right {
    width: calc(190 / var(--base-width) * 100vw);
    right: auto;
    left: 50%;
    transform: translateX(calc(27 / var(--base-width) * 100vw));
  }
}

.intro {
  background: #FDFFF6;
  padding-block: 70px 50px;
  position: relative;
  z-index: 3;
  margin-bottom: calc(90 / var(--base-width) * 100vw);
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .intro {
    padding-block: 120px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .intro {
    padding-block: 160px 30px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .intro {
    padding-block: 200px 30px;
  }
}
.intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(250 / var(--base-width) * 100vw);
  background: url("../images/wave-down-5.png") no-repeat 0 100%/100%;
  width: 100%;
  bottom: calc(-90 / var(--base-width) * 100vw);
  left: 0;
}
.intro picture {
  max-width: 690px;
  margin: 45px auto 30px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .intro picture {
    margin: 60px auto 45px;
  }
}

.key-point {
  padding-block: 40px 60px;
}
@media only screen and (min-width: 768px) {
  .key-point {
    padding-block: 60px 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .key-point {
    padding-block: 80px 200px;
  }
}
.key-point .section-heading {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .key-point .section-heading {
    margin-bottom: 100px;
  }
}
.key-point__row {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin-inline: auto;
  max-width: 1020px;
}
@media only screen and (min-width: 768px) {
  .key-point__row {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .key-point__row {
    font-size: 20px;
  }
}
.key-point__row + .key-point__row {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) {
  .key-point__row + .key-point__row {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .key-point__row + .key-point__row {
    margin-top: 75px;
  }
}
.key-point__row figure {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .key-point__row figure {
    margin-bottom: 0;
  }
}
.key-point__row figure img {
  width: 100%;
  max-width: 270px;
}
@media only screen and (min-width: 1200px) {
  .key-point__row figure img {
    max-width: 380px;
  }
}
.key-point__row h4 {
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  background: #E3EEC3;
  border-radius: 999px;
  padding: 5px 20px;
  text-align: center;
  justify-content: center;
  color: var(--primary);
  position: relative;
  margin: 0 0 20px;
  min-width: 150px;
  min-height: 50px;
}
@media only screen and (min-width: 1200px) {
  .key-point__row h4 {
    font-size: 24px;
    min-width: 170px;
    min-height: 60px;
  }
}
.key-point__row h4 span {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1200px) {
  .key-point__row h4 span {
    font-size: 38px;
  }
}
.key-point__row h4::after {
  content: "";
  border-top: 11px solid #E3EEC3;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 5px);
}
.key-point__row h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  color: var(--primary);
  margin: 0 0 12px;
}
@media only screen and (min-width: 1200px) {
  .key-point__row h3 {
    font-size: 30px;
  }
}
.key-point__row--body {
  max-width: 610px;
}
@media only screen and (min-width: 768px) {
  .key-point__row.reverse figure {
    order: 2;
  }
}

.notice-box {
  border-radius: 20px;
  background: url("../images/notice-green.svg") no-repeat 50% 20px/40px var(--white);
  max-width: 1000px;
  margin-inline: auto;
  font-weight: 500;
  line-height: 1.7;
  font-family: "M PLUS 1p", sans-serif;
  padding: 74px 32px 32px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .notice-box {
    padding: 45px 45px 45px 140px;
    background-position: 45px 45px;
    background-size: 66px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .notice-box {
    font-size: 20px;
  }
}

.steps {
  padding-block: 50px 80px;
  margin-top: calc(100 / var(--base-width) * 100vw);
  z-index: 2;
  position: relative;
  background: #F1F7E1;
}
@media only screen and (min-width: 768px) {
  .steps {
    padding-block: 80px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .steps {
    padding-block: 100px 110px;
  }
}
.steps::before, .steps::after {
  content: "";
  height: calc(250 / var(--base-width) * 100vw);
  width: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.steps::before {
  background: url("../images/wave-up-1.png") no-repeat 0 0/100%;
  top: calc(-100 / var(--base-width) * 100vw);
}
.steps::after {
  background: url("../images/wave-down-2.png") no-repeat 0 0/100%;
  bottom: calc(-100 / var(--base-width) * 100vw);
}
.steps .notice-box {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .steps .notice-box {
    margin-bottom: 70px;
  }
}
.steps-box + .steps-box {
  margin-top: 80px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .steps-box + .steps-box {
    margin-top: 100px;
  }
}
.steps-box + .steps-box::before {
  content: "";
  width: 34px;
  height: 44px;
  background: url("../images/arrow-down-1.svg") no-repeat 0 0/100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -62px;
}
@media only screen and (min-width: 992px) {
  .steps-box + .steps-box::before {
    width: 48px;
    height: 61px;
    top: -80px;
  }
}
.steps-box h5 {
  font-weight: 700;
  color: var(--green);
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 20px 20px 0 0;
  padding: 5px 20px;
  gap: 5px;
  font-size: 20px;
  min-width: 260px;
  min-height: 50px;
}
@media only screen and (min-width: 992px) {
  .steps-box h5 {
    font-size: 26px;
    min-width: 380px;
    min-height: 60px;
  }
}
.steps-box h5 small {
  font-size: 14px;
  color: #3e3a39;
}
@media only screen and (min-width: 992px) {
  .steps-box h5 small {
    font-size: 16px;
  }
}
.steps-box__inner {
  background: var(--white);
  border-radius: 0 20px 20px 20px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .steps-box__inner {
    padding: 22px 35px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .steps-box__inner {
    padding: 22px 75px 45px 75px;
  }
}
.steps-box__inner h4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F1F6E1;
  color: var(--green);
  font-family: "HiraMaruStdN", "Noto Sans JP", sans-serif;
  font-weight: 600;
  border-radius: 99px;
  margin: 0 0 12px;
  min-width: 100px;
  min-height: 30px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .steps-box__inner h4 {
    min-width: 113px;
    min-height: 33px;
    font-size: 18px;
  }
}
.steps-box__inner > h3 {
  font-weight: 700;
  color: var(--green);
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .steps-box__inner > h3 {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .steps-box__inner > h3 {
    font-size: 24px;
  }
}
.steps-box__qr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .steps-box__qr {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .steps-box__qr {
    gap: 70px;
  }
}
.steps-box__note {
  text-align: right;
  font-size: 14px;
  padding-top: 40px;
}
.steps-box__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .steps-box__row {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    margin: 0 -20px;
  }
}
.steps-box__row h6 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0;
  color: #464342;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .steps-box__row h6 {
    min-height: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .steps-box__row h6 {
    font-size: 18px;
    min-height: 72px;
  }
}
.steps-box__row h6 span {
  color: var(--green);
}
.steps-box__row h6 strong {
  color: var(--green);
}
.steps-box__row figure {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .steps-box__row--2 {
    grid-template-columns: 1fr 1fr;
  }
}
.steps-box__col {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .steps-box__col {
    padding-inline: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .steps-box__col + .steps-box__col {
    border-left: 2px dotted #6ec46c;
  }
}
.steps-box__app {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 20px;
  padding-bottom: 32px;
  border-bottom: 2px dotted #6ec46c;
}
@media only screen and (min-width: 768px) {
  .steps-box__app {
    grid-template-columns: 1fr 2fr;
    padding-bottom: 40px;
  }
}
.steps-box__app--down h6 {
  font-size: 16px;
  margin: 0 0 24px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .steps-box__app--down h6 {
    font-size: 18px;
    margin: 0 0 40px;
  }
}
.steps-box__app--down h6 span {
  color: #6ec46c;
}
.steps-box__app--qrcode {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .steps-box__app--qrcode {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .steps-box__app--qrcode figure + figure {
    margin-top: 20px;
  }
}
.steps-box__notice {
  border-radius: 10px;
  font-size: 16px;
  padding: 60px 20px 20px;
  background: url("../images/notice-dark.svg") no-repeat 50% 18px/30px #FEF6D9;
  max-width: 568px;
  letter-spacing: 0;
  margin: 32px auto 0;
}
@media only screen and (min-width: 768px) {
  .steps-box__notice {
    margin: 58px auto 0;
    background-position: 38px 18px;
    background-size: 37px;
    padding: 12px 32px 12px 96px;
  }
}
.steps-box__notice h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .steps-box__finish {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .steps-box__finish--img {
    width: 44%;
  }
}
.steps-box__finish--info {
  font-size: 16px;
  margin-top: 32px;
  line-height: 1.788;
}
@media only screen and (min-width: 768px) {
  .steps-box__finish--info {
    width: 52%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .steps-box__finish--info {
    font-size: 18px;
  }
}
.steps-box__finish--info span,
.steps-box__finish--info strong {
  color: var(--green);
}
.steps-box--blue h5 {
  color: var(--second);
}
.steps-box--blue .steps-box__inner h4 {
  background: #DBEFFB;
  color: var(--second);
}
.steps-box--blue .steps-box__inner > h3 {
  color: var(--second);
}
.steps-box--blue .steps-box__app {
  border-color: #9fd6f5;
}
.steps-box--blue .steps-box__app--down h6 span {
  color: var(--second);
}
.steps-box--blue .steps-box__row h6 span,
.steps-box--blue .steps-box__row h6 strong {
  color: var(--second);
}
@media only screen and (min-width: 768px) {
  .steps-box--blue .steps-box__col + .steps-box__col {
    border-color: #9fd6f5;
  }
}
.steps .section__button {
  margin-top: 55px;
}

.points {
  padding-block: 110px;
  z-index: 1;
  position: relative;
  background: #E9F6E9;
}
@media only screen and (min-width: 768px) {
  .points {
    padding-block: 180px;
    background: url("../images/tree-vertical-1.svg") no-repeat 10px 50%/120px, url("../images/tree-vertical-2.svg") no-repeat calc(100% - 10px) 50%/120px #E9F6E9;
  }
}
@media only screen and (min-width: 992px) {
  .points {
    padding-block: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  .points {
    background-size: 220px, 220px;
    background-position: 65px 50%, calc(100% - 65px) 50%;
  }
}
.points .section-heading {
  margin-bottom: 100px;
}
.points__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px 30px;
}
@media only screen and (min-width: 768px) {
  .points__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .points__inner {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 75px;
  }
}
.points__item {
  background: #FFFBEE;
  border-radius: 20px;
}
.points__item h3 {
  width: calc(100% - 30px);
  margin: -40px auto 0;
  position: relative;
  background: #6ec46c;
  font-weight: 600;
  font-family: "HiraMaruStdN", "Noto Sans JP", sans-serif;
  line-height: 1.214;
  text-align: center;
  padding: 3px 20px;
  border-radius: 99999px;
  color: var(--white);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  font-size: 22px;
}
@media only screen and (min-width: 1200px) {
  .points__item h3 {
    font-size: 28px;
  }
}
.points__item h3::after {
  content: "";
  width: 36px;
  height: 33px;
  background: url("../images/arrow-down-2.svg") no-repeat 0 0/100%;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  z-index: -1;
}
.points__item figure {
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 20px;
}
.points__item--body {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  padding: 0 30px 40px;
}
@media only screen and (min-width: 992px) {
  .points__item:nth-child(3n+2) {
    transform: translateY(-75px);
  }
}

.flow {
  padding-block: 60px 240px;
  margin-bottom: calc(100 / var(--base-width) * 100vw);
  z-index: 1;
  position: relative;
  background: #FFFAEA;
}
@media only screen and (min-width: 768px) {
  .flow {
    padding-block: 120px 80px;
  }
}
@media only screen and (min-width: 992px) {
  .flow {
    padding-block: 150px 110px;
  }
}
.flow::before, .flow::after {
  content: "";
  height: calc(250 / var(--base-width) * 100vw);
  width: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.flow::before {
  background: url("../images/wave-up-2.png") no-repeat 0 0/100%;
  top: calc(-100 / var(--base-width) * 100vw);
}
.flow::after {
  background: url("../images/wave-down-3.png") no-repeat 0 0/100%;
  bottom: calc(-100 / var(--base-width) * 100vw);
}
.flow__heading {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 32px;
}
@media only screen and (min-width: 768px) {
  .flow__heading {
    font-size: 28px;
    margin: 0 0 45px;
  }
}
.flow__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1120px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .flow__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow__grid {
    gap: 40px;
  }
}
.flow__item {
  background: var(--white);
  gap: 20px;
  display: flex;
  padding: 20px;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .flow__item {
    border-radius: 20px;
    padding: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .flow__item {
    padding: 55px 56px;
  }
}
.flow__item figure {
  width: 80px;
}
@media only screen and (min-width: 992px) {
  .flow__item figure {
    width: 100px;
  }
}
.flow__item--body {
  width: calc(100% - 100px);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .flow__item--body {
    width: calc(100% - 120px);
  }
}
.flow__item--body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .flow__item--body h3 {
    font-size: 20px;
  }
}
.flow__box {
  padding: 40px 30px;
  background: var(--white);
  border-radius: 30px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .flow__box {
    border-radius: 50px;
    padding: 60px 40px;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .flow__box {
    padding: 90px 100px 100px 150px;
  }
}
.flow__box > h3 {
  text-align: center;
  color: var(--primary);
  margin: 0 0 50px;
  font-size: 24px;
  font-weight: 700;
  color: var(--green);
}
@media only screen and (min-width: 768px) {
  .flow__box > h3 {
    font-size: 32px;
    margin: 0 0 90px;
  }
}
@media only screen and (min-width: 768px) {
  .flow__row {
    display: flex;
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow__row {
    gap: 100px;
  }
}
.flow__row + .flow__row {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .flow__row + .flow__row {
    margin-top: 100px;
  }
}
.flow__row figure {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .flow__row figure {
    margin-bottom: 0;
    width: 187px;
  }
}
@media only screen and (min-width: 768px) {
  .flow__row figure img {
    width: 100%;
  }
}
.flow__row--body {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
}
@media only screen and (min-width: 768px) {
  .flow__row--body {
    width: calc(100% - 247px);
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .flow__row--body {
    width: calc(100% - 287px);
  }
}
.flow__row--body h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--green);
  margin: 0 0 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .flow__row--body h3 {
    font-size: 24px;
    margin: 0 0 25px;
  }
}

.faqs {
  padding-block: 80px 50px;
}
@media only screen and (min-width: 768px) {
  .faqs {
    padding-block: 120px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .faqs {
    padding-block: 200px 50px;
  }
}
.faqs .section-heading {
  margin-bottom: 10px;
}
.faqs-item {
  padding-block: 32px;
}
@media only screen and (min-width: 768px) {
  .faqs-item {
    padding-block: 50px;
  }
}
.faqs-item + .faqs-item {
  border-top: 2px dotted rgba(60, 135, 90, 0.6);
}
.faqs-item > h3 {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 12px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .faqs-item > h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .faqs-item > h3 {
    font-size: 28px;
  }
}
.faqs-item > h3::before {
  content: "";
  background: url("../images/icon-q.svg") no-repeat 0 50%/100%;
  width: 46px;
  height: 45px;
  min-width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .faqs-item > h3::before {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .faqs-item > h3::before {
    width: 73px;
    height: 70px;
    min-width: 73px;
  }
}
.faqs-item__body {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .faqs-item__body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .faqs-item__body {
    padding-left: 93px;
  }
}
.flow .flow__grid{max-width:679px;grid-template-columns: 1fr;}
.flow .flow__grid .flow__item{border:4px solid #e3eec3;gap: 16px;}
.flow .flow__grid .flow__item .price{line-height:1.2;font-weight:600;}
.flow .flow__grid .flow__item .price span{font-size:34px;font-weight:600;color:var(--green);margin-right:5px;}
@media only screen and (min-width: 992px) {
  .flow .flow__grid .flow__item{gap: 60px;}
  .flow .flow__grid figure {
    width: 180px;
  }
   .flow__item--body {
    width: calc(100% - 240px);
  }
  .flow__item--body h3 {
    font-size: 28px;
  }
  .flow .flow__grid .flow__item .price{font-size: 28px;}
  .flow .flow__grid .flow__item .price span{font-size:54px;}
}