/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@font-face {
  font-family: "Gen Jyuu Gothic P";
  src: url("../fonts/GenJyuuGothic-P-Normal/GenJyuuGothic-P-Normal.eot");
  src: url("../fonts/GenJyuuGothic-P-Normal/GenJyuuGothic-P-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/GenJyuuGothic-P-Normal/GenJyuuGothic-P-Normal.woff2") format("woff2"), url("../fonts/GenJyuuGothic-P-Normal/GenJyuuGothic-P-Normal.woff") format("woff"), url("../fonts/GenJyuuGothic-P-Normal/GenJyuuGothic-P-Normal.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Gen Jyuu Gothic P";
  src: url("../fonts/GenJyuuGothic-P-Bold/GenJyuuGothic-P-Bold.eot");
  src: url("../fonts/GenJyuuGothic-P-Bold/GenJyuuGothic-P-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GenJyuuGothic-P-Bold/GenJyuuGothic-P-Bold.woff2") format("woff2"), url("../fonts/GenJyuuGothic-P-Bold/GenJyuuGothic-P-Bold.woff") format("woff"), url("../fonts/GenJyuuGothic-P-Bold/GenJyuuGothic-P-Bold.ttf") format("truetype");
  font-weight: 700;
}
*,
*::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;
  --red: #ff0000;
  --orange: #d44600;
  --yellow: #ffff00;
  --yellow-light: #ffffc8;
  --primary: #4578F0;
  --second: #049C4E;
  --third: #FFB900;
  --text-body: #000;
  --radius: 5px;
}

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

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "yu-gothic-pr6n", 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: 0.1em;
}

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: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
}

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: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 0.5px solid var(--text-body);
  border-radius: 0;
  padding: 2.34375vw 3.75vw;
  outline: none !important;
  height: 11.71875vw;
  width: 100%;
  font-size: 3.75vw;
}
@media only screen and (min-width: 768px) {
  input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
    height: 50px;
    font-size: 16px;
    padding: 5px 24px;
  }
}

textarea {
  height: 34.375vw;
}
@media only screen and (min-width: 768px) {
  textarea {
    height: 190px;
  }
}

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

.section {
  padding-block: 10.9375vw;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-block: 70px;
  }
}
.section--sm {
  padding-block: 50px;
}
.section--blue {
  background: #4578F0;
}
.section--blue-dark {
  background: #32558E;
}
.section--yellow {
  background: var(--yellow-light);
}

.section-heading, .section-heading--sm {
  text-align: center;
  line-height: 1.5625;
  font-weight: 700;
  font-family: "Gen Jyuu Gothic P", sans-serif;
  margin: 0 0 7.8125vw;
  text-align: center;
  font-size: 5.625vw;
}
@media only screen and (min-width: 768px) {
  .section-heading, .section-heading--sm {
    font-size: 36px;
    margin: 0 0 50px;
  }
}
.section-heading--sm {
  font-size: 5vw;
}
@media only screen and (min-width: 768px) {
  .section-heading--sm {
    font-size: 32px;
  }
}

.text--red {
  color: var(--red);
}

.text--yellow {
  color: var(--yellow);
}

.text--orange {
  color: var(--orange);
}

.text--white {
  color: var(--white);
}

.heading-box {
  background: var(--primary);
  color: var(--white);
  position: relative;
  padding: 3.75vw;
  text-align: center;
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .heading-box {
    margin-bottom: 80px;
    padding: 24px;
    margin-bottom: 40px;
  }
}
.heading-box h2 {
  font-size: 5.625vw;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4427;
  font-family: "Gen Jyuu Gothic P", sans-serif;
  margin: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .heading-box h2 {
    font-size: 36px;
  }
}
.heading-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 2px);
  width: 12.8125vw;
  height: 5.3125vw;
  background: var(--primary);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .heading-box::before {
    width: 82px;
    height: 34px;
  }
}

.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;
  }
}
@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.site-header .container {
  max-width: 1240px;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 3.90625vw;
}
@media only screen and (min-width: 768px) {
  .site-header__inner {
    justify-content: space-between;
    padding-block: 17px;
    gap: 30px;
  }
}
.site-header__logo img {
  height: 10.9375vw;
}
@media only screen and (min-width: 768px) {
  .site-header__logo img {
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__logo img {
    height: 70px;
  }
}
.site-header__contact {
  display: none;
}
@media only screen and (min-width: 768px) {
  .site-header__contact {
    display: flex;
    gap: 10px;
  }
}
.site-header__contact a img {
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .site-header__contact a img {
    height: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__contact a img {
    height: 50px;
  }
}

.site-footer {
  text-align: center;
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  padding-block: 3.125vw;
  font-size: 2.8125vw;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    font-size: 16px;
    padding-block: 20px;
  }
}
.site-footer p {
  margin: 0;
}

/** pages */
.banner {
  padding-top: 15.625vw;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .banner {
    padding-top: 75px;
  }
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: url("../images/bg-1-sp.png") no-repeat 50% 0/cover;
  height: calc(100% - 11vw);
}
@media only screen and (min-width: 768px) {
  .banner::before {
    background-image: url("../images/bg-1.png");
    height: calc(100% - 80px);
  }
}
.banner picture {
  display: block;
  margin-bottom: -11vw;
}
@media only screen and (min-width: 768px) {
  .banner picture {
    margin-bottom: -80px;
  }
}
.banner picture img {
  width: 100%;
}

.contact-box {
  padding-block: 17.96875vw 7.8125vw;
}
@media only screen and (min-width: 768px) {
  .contact-box {
    padding-block: 100px 50px;
  }
}
.contact-box .section-heading, .contact-box .section-heading--sm {
  margin-bottom: 15px;
}
.contact-box__content {
  background: var(--white);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 11px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 68.75vw;
  margin-inline: auto;
  padding: 3.125vw 3.125vw 4.375vw;
}
@media only screen and (min-width: 768px) {
  .contact-box__content {
    padding: 25px 45px 35px;
    max-width: 850px;
  }
}
.contact-box__content h3 {
  margin: 0 0 3.125vw;
  font-size: 3.75vw;
  text-align: center;
  position: relative;
  font-weight: 400;
  font-family: "Gen Jyuu Gothic P", sans-serif;
  line-height: 1.91;
}
@media only screen and (min-width: 768px) {
  .contact-box__content h3 {
    font-size: 24px;
    border-bottom: 0.5px solid var(--text-body);
    margin: 0 0 24px;
  }
}
.contact-box__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5vw;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact-box__inner {
    gap: 12px;
  }
}
.contact-box__inner a {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact-box__inner a {
    width: calc(33.33% - 8px);
  }
}
.contact-box__inner a img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-box__inner a img {
    max-width: 46.5625vw;
  }
}

.intro {
  background: url("../images/bg-2-sp.png") no-repeat 50% 0/cover #00154B;
  text-align: center;
  padding-top: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  .intro {
    padding-top: 90px;
    background-image: url("../images/bg-2.png");
  }
}
.intro h2 {
  margin-bottom: 8.59375vw;
}
@media only screen and (min-width: 768px) {
  .intro h2 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .need-to-do {
    padding-block: 104px 200px;
  }
}
.need-to-do .section-heading, .need-to-do .section-heading--sm {
  margin-bottom: 30px;
}
.need-to-do__row {
  background: var(--white);
  border-radius: 20px;
  letter-spacing: 0;
  padding: 2.34375vw 2.34375vw 9.375vw;
}
@media only screen and (min-width: 768px) {
  .need-to-do__row {
    display: flex;
    align-items: center;
    padding: 24px 48px 24px 0;
  }
}
.need-to-do__row + .need-to-do__row {
  margin-top: 42px;
}
.need-to-do__row picture {
  display: block;
}
@media only screen and (min-width: 768px) {
  .need-to-do__row picture {
    width: 38.8%;
  }
}
@media only screen and (max-width: 767px) {
  .need-to-do__row picture {
    max-width: 35.9375vw;
    float: left;
    margin: 0 3.125vw 3.125vw -2.34375vw;
  }
}
@media only screen and (min-width: 768px) {
  .need-to-do__row--body {
    width: 61.2%;
    padding-left: 12px;
  }
}
.need-to-do__row--body h3 {
  font-size: 5.625vw;
  font-weight: 700;
  line-height: 1.598;
  padding-bottom: 10px;
  margin: 0 0 7.8125vw;
}
@media only screen and (min-width: 768px) {
  .need-to-do__row--body h3 {
    background: url("../images/dashed.png") repeat-x 0 100%/auto 0.5px;
    font-size: 30px;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .need-to-do__row--body h3 {
    min-height: 39.0625vw;
    display: flex;
    align-items: center;
  }
}
.need-to-do__row--box {
  background: var(--yellow-light);
  border-radius: 3.125vw;
  padding: 2.34375vw;
  font-size: 3.125vw;
  line-height: 1.529;
  font-weight: 500;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .need-to-do__row--box {
    font-size: 19px;
    border-radius: 20px;
    padding: 15px;
  }
}
.need-to-do__row--box p {
  margin: 0;
}
.need-to-do__row--box::after {
  content: "";
  position: absolute;
  right: 12.5vw;
  bottom: calc(100% - 1px);
  box-shadow: -2px -2px 2px #000;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 5.625vw;
  height: 3.90625vw;
  background: var(--yellow-light);
}
@media only screen and (min-width: 768px) {
  .need-to-do__row--box::after {
    right: 80px;
    width: 36px;
    height: 25px;
  }
}
.need-to-do__row--box-inner {
  position: relative;
  z-index: 1;
}
.need-to-do__row--box-inner::before {
  content: "";
  position: absolute;
  width: 19.375vw;
  height: 20.78125vw;
  bottom: calc(100% - 2.19vw);
  background: url("../images/people-2.png") no-repeat 0 0/100%;
  z-index: -1;
  right: -2.34375vw;
}
@media only screen and (min-width: 768px) {
  .need-to-do__row--box-inner::before {
    width: 136px;
    height: 149px;
    right: -42px;
    bottom: calc(100% - 14px);
  }
}
.need-to-do__row h6 {
  font-weight: 400;
  font-size: 2.5vw;
  text-align: right;
  margin: 3.125vw 0 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .need-to-do__row h6 {
    margin: 45px 0 0;
    font-size: 14px;
  }
}

.percent {
  background: url("../images/bg-3.png") repeat-y 50% 0/100%;
}
.percent .container {
  max-width: 940px;
}
.percent .contact-box__inner {
  display: flex;
  gap: 1.5625vw;
  flex-wrap: nowrap;
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  .percent .contact-box__inner {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .percent .section-heading, .percent .section-heading--sm {
    margin-bottom: 75px;
  }
}
.percent__box {
  border-radius: 3.125vw;
  background: var(--primary);
  padding: 4.6875vw 7.5vw 5.46875vw;
}
@media only screen and (min-width: 768px) {
  .percent__box {
    border-radius: 20px;
    padding: 30px 48px 35px;
  }
}
.percent__box + .percent__box {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .percent__box + .percent__box {
    margin-top: 40px;
  }
}
.percent__box figure {
  text-align: center;
  display: block;
  margin: 0 0 2.34375vw;
}
@media only screen and (min-width: 768px) {
  .percent__box figure {
    margin: 0 0 15px;
  }
}
.percent__box figure img {
  width: 15.625vw;
}
@media only screen and (min-width: 768px) {
  .percent__box figure img {
    width: 100px;
  }
}
.percent__box h3 {
  text-align: center;
  margin: 0 0 6.25vw;
  font-weight: 500;
  font-size: 4.6875vw;
  letter-spacing: 0;
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .percent__box h3 {
    margin: 0 0 40px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .percent__box--inner {
    display: flex;
  }
}
.percent__box--inner picture {
  display: block;
  text-align: center;
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  .percent__box--inner picture {
    width: 37.3%;
    margin-bottom: 0;
  }
}
.percent__box--inner picture img {
  width: 65%;
}
@media only screen and (min-width: 768px) {
  .percent__box--inner picture img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .percent__box--body {
    width: 62.7%;
    padding-left: 36px;
  }
}
.percent__box--body h4 {
  color: var(--yellow);
  font-size: 4.375vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 0 3.90625vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .percent__box--body h4 {
    font-size: 28px;
    margin: 0 0 25px;
    text-align: left;
  }
}
.percent__box--content {
  background: var(--yellow-light);
  border-radius: 3.125vw;
  padding: 3.125vw 3.75vw;
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 1.81125;
}
@media only screen and (min-width: 768px) {
  .percent__box--content {
    border-radius: 20px;
    padding: 20px 24px;
    font-size: 16px;
  }
}
.percent__box--content p {
  margin: 0;
}

.knowledge {
  padding-bottom: 21.09375vw;
}
@media only screen and (min-width: 768px) {
  .knowledge {
    padding-block: 70px 135px;
  }
}
.knowledge__box {
  display: flex;
  align-items: flex-end;
  max-width: 535px;
  margin-inline: auto;
}
.knowledge__box figure {
  width: 25.625vw;
  padding-right: 3.125vw;
}
@media only screen and (min-width: 768px) {
  .knowledge__box figure {
    width: 164px;
    padding-right: 20px;
  }
}
.knowledge__box figure img {
  width: 100%;
}
.knowledge__box--body {
  font-size: 4.375vw;
  font-weight: 700;
  line-height: 1.749;
  color: var(--yellow);
  letter-spacing: 0;
  padding-bottom: 3.90625vw;
  background: url("../images/dashed-yellow.png") repeat-x 0 100%/auto 1px;
  width: calc(100% - 25.63vw);
}
@media only screen and (min-width: 768px) {
  .knowledge__box--body {
    font-size: 28px;
    padding-bottom: 25px;
    width: calc(100% - 164px);
  }
}
.knowledge__box--body p {
  margin: 0;
}
.knowledge__inner {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  margin-top: 15.625vw;
}
@media only screen and (min-width: 768px) {
  .knowledge__inner {
    margin-top: 80px;
  }
}
.knowledge__item {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .knowledge__item {
    width: calc(33.33% - 24px);
  }
}
.knowledge__item h3 {
  font-size: 4.6875vw;
  font-weight: 700;
  line-height: 1.42;
  color: var(--yellow);
  margin: 1.875vw 0 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .knowledge__item h3 {
    font-size: 19px;
    margin: 12px 0 0;
  }
}

.reviews {
  position: relative;
  z-index: 1;
  padding-bottom: 15.625vw;
}
@media only screen and (min-width: 768px) {
  .reviews {
    padding-bottom: 75px;
  }
}
.reviews .heading-box {
  margin-top: -11.71875vw;
}
@media only screen and (min-width: 768px) {
  .reviews .heading-box {
    margin-top: -75px;
  }
}
.reviews__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3.90625vw;
}
@media only screen and (min-width: 768px) {
  .reviews__inner {
    gap: 30px;
  }
}
.reviews__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .reviews__item {
    width: calc(50% - 15px);
  }
}
.reviews__item picture img {
  width: 100%;
}
.reviews__item--heading {
  position: relative;
  z-index: 1;
  padding: 6.25vw 0 0 10vw;
}
@media only screen and (min-width: 768px) {
  .reviews__item--heading {
    padding: 70px 0 0 36px;
  }
}
.reviews__item--heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 50vw;
  border-radius: 100%;
  clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
  transform: translate(-50%, -50%);
  background: var(--yellow-light);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .reviews__item--heading::before {
    width: 470px;
    height: 470px;
  }
}
.reviews__item--heading h3 {
  font-size: 4.53125vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.466;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .reviews__item--heading h3 {
    font-size: 30px;
  }
}
.reviews__next {
  text-align: center;
  position: relative;
  padding-block: 7.8125vw;
  margin-block: 6.25vw 8.59375vw;
}
@media only screen and (min-width: 768px) {
  .reviews__next {
    padding-block: 50px;
    margin-block: 40px 55px;
  }
}
.reviews__next::before, .reviews__next::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.reviews__next::before {
  width: 10vw;
  height: 4.21875vw;
  top: 0;
  background: var(--primary);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media only screen and (min-width: 768px) {
  .reviews__next::before {
    width: 64px;
    height: 27px;
  }
}
.reviews__next::after {
  width: 100%;
  max-width: 87.8125vw;
  background: var(--yellow);
  height: 2.1875vw;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .reviews__next::after {
    max-width: 562px;
    height: 14px;
  }
}
.reviews__next h2 {
  font-size: 6.71875vw;
  font-weight: 700;
  line-height: 1.3748;
  margin: 0;
  letter-spacing: 0;
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .reviews__next h2 {
    font-size: 43px;
  }
}
.reviews__new {
  text-align: center;
}
.reviews__new picture {
  display: block;
}
.reviews__new picture + picture {
  margin-top: 7.8125vw;
}
@media only screen and (min-width: 768px) {
  .reviews__new picture + picture {
    margin-top: 50px;
  }
}

.benefits {
  padding-block: 9.375vw;
}
@media only screen and (min-width: 768px) {
  .benefits {
    padding-block: 36px 60px;
  }
}
.benefits h2 {
  background: #ffb900;
  font-size: 5.625vw;
  font-weight: 700;
  color: var(--white);
  border-radius: 200px;
  text-align: center;
  margin: 0 0 6.25vw;
  min-height: 15vw;
  line-height: 1.5;
  padding: 3.125vw;
  font-family: "Gen Jyuu Gothic P", sans-serif;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  .benefits h2 {
    font-size: 36px;
    padding: 20px;
    margin: 0 0 25px;
    min-height: 96px;
  }
}
.benefits__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.benefits__inner picture {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .benefits__inner picture {
    width: calc(33.33% - 30px);
  }
}

.about-fees {
  text-align: center;
  padding-block: 9.375vw;
}
@media only screen and (min-width: 768px) {
  .about-fees {
    padding-block: 64px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .about-fees h2 {
    margin: 0 0 20px;
  }
}
.about-fees p {
  font-size: 4.6875vw;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .about-fees p {
    font-size: 21px;
  }
}
.about-fees h3 {
  font-size: 4.6875vw;
  color: var(--yellow);
  background: var(--red);
  display: inline-block;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Gen Jyuu Gothic P", sans-serif;
  padding: 3.125vw 6.25vw;
  border-radius: 200px;
  margin: 7.8125vw 0 6.25vw;
}
@media only screen and (min-width: 768px) {
  .about-fees h3 {
    font-size: 27px;
    padding: 9px 24px;
    margin: 50px 0 20px;
  }
}
.about-fees h4 {
  line-height: 1.2;
  font-size: 9.375vw;
  color: var(--red);
  font-family: "Gen Jyuu Gothic P", sans-serif;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .about-fees h4 {
    font-size: 57px;
  }
}

.record__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4.6875vw;
  padding-inline: 3.125vw;
}
@media only screen and (min-width: 768px) {
  .record__inner {
    padding-inline: 30px;
    gap: 30px;
    padding-inline: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .record__inner {
    gap: 69px;
  }
}
.record__inner picture {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .record__inner picture {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .record__inner picture {
    width: calc(33.33% - 46px);
  }
}
.record__inner picture img {
  width: 100%;
}

.faq__item {
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  .faq__item {
    margin-bottom: 20px;
  }
}
.faq__item h3 {
  background: var(--primary);
  color: var(--white);
  border-radius: 3.125vw;
  padding: 2.8125vw 9.375vw 2.8125vw 10.9375vw;
  position: relative;
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .faq__item h3 {
    font-size: 20px;
    border-radius: 20px;
    padding: 18px 60px 18px 95px;
  }
}
.faq__item h3::before, .faq__item h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq__item h3::before {
  content: "Q";
  font-size: 6.25vw;
  line-height: 1;
  color: var(--white);
  font-family: "Gen Jyuu Gothic P", sans-serif;
  text-transform: uppercase;
  left: 3.125vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .faq__item h3::before {
    font-size: 40px;
    left: 20px;
  }
}
.faq__item h3::after {
  border-top: 2.5vw solid var(--white);
  border-left: 2.5vw solid transparent;
  border-right: 2.5vw solid transparent;
  right: 3.125vw;
}
@media only screen and (min-width: 768px) {
  .faq__item h3::after {
    border-top-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    right: 25px;
  }
}
.faq__item--body {
  padding: 3.90625vw 0 6.25vw 15.625vw;
  position: relative;
  font-size: 3.4375vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .faq__item--body {
    font-size: 16px;
    padding: 25px 0 40px 100px;
  }
}
.faq__item--body::before {
  content: "A";
  position: absolute;
  font-size: 6.25vw;
  line-height: 1;
  color: var(--text-body);
  font-family: "Gen Jyuu Gothic P", sans-serif;
  text-transform: uppercase;
  top: 3.90625vw;
  left: 7.03125vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .faq__item--body::before {
    font-size: 40px;
    top: 25px;
    left: 45px;
  }
}
.faq__item--body p {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .form {
    padding-block: 80px;
  }
}
.form__inner {
  background: var(--white);
  border-radius: 3.125vw;
  padding: 9.375vw 4.6875vw 10.9375vw;
}
@media only screen and (min-width: 768px) {
  .form__inner {
    padding: 60px 30px 70px;
    border-radius: 20px;
  }
}
.form__inner form {
  max-width: 766px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .form__inner .section-heading, .form__inner .section-heading--sm {
    margin-bottom: 35px;
  }
}
.form-row {
  margin-bottom: 4.375vw;
}
@media only screen and (min-width: 768px) {
  .form-row {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .form-row {
    display: flex;
  }
}
.form-row label {
  font-size: 3.75vw;
  font-weight: 500;
  margin: 0 0 2.34375vw;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  gap: 1.5625vw;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .form-row label {
    width: 244px;
    padding-top: 10px;
    padding-right: 34px;
    font-size: 18px;
    gap: 10px;
    margin: 0;
  }
}
.form-row label span {
  color: var(--white);
  background: var(--red);
  line-height: 1.2;
  padding: 0.46875vw 1.09375vw;
}
@media only screen and (min-width: 768px) {
  .form-row label span {
    padding: 3px 7px;
  }
}
@media only screen and (min-width: 768px) {
  .form-row__input {
    width: calc(100% - 244px);
  }
}
.form-agree {
  font-size: 3.75vw;
  font-weight: 500;
  color: var(--red);
  text-align: center;
  margin: 7.8125vw 0 4.375vw;
}
@media only screen and (min-width: 768px) {
  .form-agree {
    font-size: 18px;
    margin: 50px 0 28px;
  }
}
.form-agree p {
  margin: 0;
}
.form-submit {
  margin-top: 4.6875vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .form-submit {
    margin-top: 30px;
  }
}
.form-submit input,
.form-submit button {
  color: white;
  font-size: 5vw;
  font-weight: 500;
  font-family: "Gen Jyuu Gothic P", sans-serif;
  border-radius: 2.5vw;
  background: #ff7700;
  width: 100%;
  max-width: 62.5vw;
  min-height: 12.5vw;
}
@media only screen and (min-width: 768px) {
  .form-submit input,
.form-submit button {
    font-size: 28px;
    max-width: 400px;
    min-height: 80px;
    border-radius: 16px;
  }
}

.info .container {
  max-width: 740px;
}
@media only screen and (min-width: 768px) {
  .info .section-heading, .info .section-heading--sm {
    margin-bottom: 25px;
  }
}
.info__row {
  padding-block: 2.34375vw;
  border-bottom: 0.5px solid var(--text-body);
}
@media only screen and (min-width: 768px) {
  .info__row {
    display: flex;
    padding-block: 15px;
  }
}
.info__row label {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.68;
}
@media only screen and (min-width: 768px) {
  .info__row label {
    width: 170px;
    padding-inline: 20px;
    font-size: 16px;
  }
}
.info__row--content {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.68;
}
@media only screen and (min-width: 768px) {
  .info__row--content {
    width: calc(100% - 170px);
    font-size: 15px;
  }
}
.info__row--content p:last-of-type {
  margin: 0;
}
form#ctform label.error, label.error {
  width: 100%;
  color: red;
  font-size: 14px;
  font-style: italic;
}