@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&family=Roboto:wght@500;600&display=swap");
:root {
  --font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
  --font-family-notosans: "Noto Sans JP", sans-serif;
  --base-fontsize: 1.6rem;
  --base-sp-fontsize: 1.2rem;
  --container-width: 1240px;
  --wrapper-width: 1500px;
  --primary-color: #126bce;
  --font-color: #3b3c3c;
  --link-color: #0000ff;
  --body-color: #fff;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

iframe {
  vertical-align: bottom;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img,
iframe {
  vertical-align: bottom;
}

input,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font-family);
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  input,
  textarea {
    font-size: var(--base-sp-fontsize);
  }
}

select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font-family);
  font-size: 1.6rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  select {
    font-size: var(--base-sp-fontsize);
  }
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font-family);
  font-size: 1.6rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  button {
    font-size: var(--base-sp-fontsize);
  }
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.pc-block {
  display: block;
}
@media (max-width: 767.98px) {
  .pc-block {
    display: none;
  }
}

.pc-inline {
  display: inline;
}
@media (max-width: 767.98px) {
  .pc-inline {
    display: none;
  }
}

.pc-inline-block {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .pc-inline-block {
    display: none;
  }
}

.pc-table {
  display: table;
}
@media (max-width: 767.98px) {
  .pc-table {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 767.98px) {
  .sp-block {
    display: block;
  }
}

.sp-inline {
  display: none;
}
@media (max-width: 767.98px) {
  .sp-inline {
    display: inline;
  }
}

.sp-inline-block {
  display: none;
}
@media (max-width: 767.98px) {
  .sp-inline-block {
    display: inline-block;
  }
}

.sp-table {
  display: none;
}
@media (max-width: 767.98px) {
  .sp-table {
    display: table;
  }
}

html {
  font-size: 62.5%;
  color: var(--font-color);
}

body {
  font-size: 1.4rem;
}

a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a.tel-none {
  pointer-events: none;
}
a.tel-none:hover {
  opacity: 1;
}

img,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
}

body {
  position: relative;
  width: 100%;
  font-family: var(--font-family);
  font-size: var(--base-fontsize);
  font-weight: 500;
  color: var(--font-color);
  line-height: 2;
  background-color: var(--body-color);
}
@media (max-width: 767.98px) {
  body {
    font-size: var(--base-sp-fontsize);
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
}
@media (max-width: 767.98px) {
  .header {
    height: 58px;
  }
}
.header-ttl {
  padding: 21px 31px 18px 19px;
  max-width: 296px;
  background-color: #fff;
  border-radius: 0px 0px 20px 0px;
  -webkit-box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
          box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
}
@media (max-width: 767.98px) {
  .header-ttl {
    padding: 17px 22px 12px 14px;
    max-width: 213px;
    height: 58px;
    -webkit-box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
            box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
    border-radius: 0px 0px 20px 0px;
  }
}
.header-nav {
  padding-top: 20px;
  padding-right: 18px;
}
@media (max-width: 767.98px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav ul .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .header-nav ul .tel {
    display: none;
  }
}
.header-nav ul .tel .ico {
  width: 57px;
  height: 57px;
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}
.header-nav ul .tel .ico img {
  position: absolute;
  left: 0;
  top: 0;
}
.header-nav ul .tel .ico .blue {
  opacity: 0;
}
.header-nav ul .tel .ico .white {
  opacity: 1;
}
.header-nav ul .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.header-nav ul .text {
  padding-left: 17px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.18em;
}
.header-nav ul .text span {
  display: block;
  font-family: var(--font-family-roboto);
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.5px;
}
.header-nav ul .link {
  margin-left: 48px;
}
.header-nav ul .link .btn-default {
  padding-left: 1.5em;
  padding-right: 1em;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.header {
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.header-ttl {
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
.header .tel {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.header .tel .ico img {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.header .text {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.header-nav {
  -webkit-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}
.header .btn-default {
  -webkit-transition: -webkit-box-shadow 0.2s ease-out;
  transition: -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
.header.on {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .header.on {
    background-color: transparent;
  }
}
.header.on .header-ttl {
  -webkit-box-shadow: 0px 0px 0px rgba(7, 71, 147, 0.2);
          box-shadow: 0px 0px 0px rgba(7, 71, 147, 0.2);
}
.header.on .tel {
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.header.on .tel .ico .white {
  opacity: 0;
}
.header.on .tel .ico .blue {
  opacity: 1;
}
.header.on .text {
  color: var(--primary-color);
}
.header.on .header-nav {
  padding-top: 1px;
}
.header.on .btn-default {
  -webkit-box-shadow: 0 0 0 rgba(7, 71, 147, 0.2);
          box-shadow: 0 0 0 rgba(7, 71, 147, 0.2);
}

.burger-btn {
  position: absolute;
  top: 11px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37px;
  height: 37px;
  border-left: 0;
  border-right: 0;
  text-align: right;
  line-height: 1;
  z-index: 4000;
  display: none;
}
@media (max-width: 767.98px) {
  .burger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  display: block;
  width: 22px;
  height: 13px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 6px;
}

.menu-trigger span:nth-of-type(3) {
  left: 0;
  width: 15px;
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5.5px) rotate(-45deg);
          transform: translateY(5.5px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6.5px) rotate(45deg);
          transform: translateY(-6.5px) rotate(45deg);
  width: 100%;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  line-height: 2;
  word-break: break-all;
}

.flow-wrap, .data-wrap, .reason-wrap, .feature-wrap, .cost-wrap, .recommend-wrap, .about-wrap, .visual-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wrapper-width);
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .flow-wrap, .data-wrap, .reason-wrap, .feature-wrap, .cost-wrap, .recommend-wrap, .about-wrap, .visual-wrap {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
}

.flow-inner, .data-inner, .reason-inner, .feature-inner, .cost-inner, .recommend-inner, .about-inner, .visual-inner, .footer-inner-2, .footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
}
@media (max-width: 767.98px) {
  .flow-inner, .data-inner, .reason-inner, .feature-inner, .cost-inner, .recommend-inner, .about-inner, .visual-inner, .footer-inner-2, .footer-inner {
    width: 100%;
  }
}

.main {
  position: relative;
  z-index: 10;
}

.footer-wrap {
  padding-top: 95px;
  padding-bottom: 20px;
  background: #126bce;
}
@media (max-width: 767.98px) {
  .footer-wrap {
    padding-top: 40px;
  }
}
.footer address {
  padding: 1.5em 0;
  background-color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4375;
}
@media (max-width: 767.98px) {
  .footer address {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
}
.footer address a {
  color: var(--primary-color);
  text-decoration: underline;
}
.footer address a:hover {
  text-decoration: none;
}
.footer p {
  padding: 0.7em 0;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #3b3c3c;
  background-color: #eaf4fe;
}
@media (max-width: 767.98px) {
  .footer p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-inner {
  position: relative;
  padding-top: 130px;
  padding-bottom: 107px;
}
@media (max-width: 767.98px) {
  .footer-inner {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
}
.footer figure.laptop {
  position: absolute;
  left: 620px;
  top: 0px;
  width: 708px;
}
@media (max-width: 767.98px) {
  .footer figure.laptop {
    position: static;
    margin-bottom: 10px;
    max-width: 152vw;
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0);
  }
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767.98px) {
  .footer ul {
    display: block;
  }
}
.footer .link {
  text-align: center;
}
@media (max-width: 767.98px) {
  .footer .link {
    margin-bottom: 35px;
  }
}
.footer .link dt {
  margin-bottom: 34px;
}
.footer .link dt span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  border-radius: 4.58px;
  max-width: 308px;
  font-weight: 600;
  font-size: 25.65px;
  line-height: 36px;
  text-align: center;
  color: var(--primary-color);
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .footer .link dt span {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer .link dt span:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #ffffff;
  border-bottom: 0;
  -webkit-transform: translate(-50%, 95%);
          transform: translate(-50%, 95%);
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  background-color: var(--primary-color);
  background-image: url(../img/bars.svg);
  background-position: center;
  background-size: 60px auto;
  background-repeat: no-repeat;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.loading.on {
  opacity: 0;
  visibility: hidden;
}

.heading-1 {
  position: relative;
  font-weight: 700;
  font-size: 4.8rem;
  font-family: var(--font-family-notosans);
  line-height: 1.45833333;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .heading-1 {
    font-size: 24px;
    line-height: 35px;
  }
}
.heading-1 span {
  position: relative;
  z-index: 10;
}
.heading-1:before {
  display: block;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 200px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  opacity: 0.03;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
  word-break: normal;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .heading-1:before {
    left: -16px;
    font-size: 72px;
    line-height: 104px;
  }
}
.heading-1.reverse:before {
  left: auto;
  right: 0;
}
@media (max-width: 767.98px) {
  .heading-1.reverse:before {
    right: -16px;
  }
}

.heading-2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .heading-2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.heading-2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fcf11e));
  background: linear-gradient(transparent 50%, #fcf11e 50%);
}

.heading-3 {
  position: relative;
  font-family: var(--font-family-notosans);
  text-align: center;
  color: #fff;
}
.heading-3:before {
  display: block;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 200px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  opacity: 0.1;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
  word-break: normal;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .heading-3:before {
    left: -16px;
    font-size: 55.3752px;
    line-height: 80px;
  }
}
.heading-3.reverse:before {
  left: auto;
  right: 0;
}
@media (max-width: 767.98px) {
  .heading-3.reverse:before {
    right: -16px;
  }
}
.heading-3.black {
  color: var(--primary-color);
}
.heading-3 span {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .heading-3 span {
    font-size: 24px;
    line-height: 35px;
  }
}
.heading-3 span:before, .heading-3 span:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 4px;
  height: 63px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .heading-3 span:before, .heading-3 span:after {
    width: 2px;
    height: 32px;
  }
}
.heading-3 span:before {
  top: 3px;
  left: -50px;
  -webkit-transform: rotate(152.62deg);
          transform: rotate(152.62deg);
}
@media (max-width: 767.98px) {
  .heading-3 span:before {
    left: -25px;
  }
}
.heading-3 span:after {
  top: 3px;
  right: -30px;
  -webkit-transform: rotate(-152.62deg);
          transform: rotate(-152.62deg);
}
@media (max-width: 767.98px) {
  .heading-3 span:after {
    right: -15px;
  }
}

.btn-default {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-default {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 292px;
  height: 61px;
  color: var(--font-color);
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, right top, left top, from(#ffcb12), to(#fcf11e));
  background: linear-gradient(270deg, #ffcb12 0%, #fcf11e 100%);
  -webkit-box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
          box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
  border-radius: 10px;
  text-decoration: none;
}
.btn-default:hover {
  text-decoration: none !important;
}
.btn-default.large {
  width: 624.75px;
  height: 98.83px;
  -webkit-box-shadow: 0px 12.8457px 68.5101px rgba(7, 71, 147, 0.2);
          box-shadow: 0px 12.8457px 68.5101px rgba(7, 71, 147, 0.2);
  border-radius: 21.4094px;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .btn-default.large {
    height: 69px;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    background: -webkit-gradient(linear, right top, left top, from(#ffcb12), to(#fcf11e));
    background: linear-gradient(270deg, #ffcb12 0%, #fcf11e 100%);
    -webkit-box-shadow: 0px 8.90303px 47.4828px rgba(7, 71, 147, 0.2);
            box-shadow: 0px 8.90303px 47.4828px rgba(7, 71, 147, 0.2);
    border-radius: 14.8384px;
  }
}

.js-scroll {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.55, 0.7, 0.96);
  transition: all 0.5s cubic-bezier(0.1, 0.55, 0.7, 0.96);
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.js-scroll.js-scroll-left {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.js-scroll.js-scroll-right {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.js-scroll.js-scroll-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.js-scroll.on {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.visual {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  padding-top: 138px;
  padding-bottom: 138px;
}
.visual:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 630px;
  background: linear-gradient(79.16deg, #1167cc 0%, #1890e0 100%);
}
@media (max-width: 767.98px) {
  .visual:before {
    height: auto;
    aspect-ratio: 375/580;
  }
}
@media (max-width: 575.98px) {
  .visual:before {
    height: auto;
    aspect-ratio: 375/550;
  }
}
@media (max-width: 767.98px) {
  .visual-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.visual-inner {
  position: relative;
  min-height: 600px;
}
@media (max-width: 767.98px) {
  .visual-inner {
    min-height: 1px;
  }
}
@media (max-width: 767.98px) {
  .visual {
    padding-top: 83px;
    padding-bottom: 70px;
  }
}
.visual figure {
  position: absolute;
  left: 521px;
  top: -50px;
  max-width: 1417px;
  width: 1417px;
  -webkit-transform: translate(14px, 0);
          transform: translate(14px, 0);
}
@media (max-width: 767.98px) {
  .visual figure {
    position: static;
    max-width: 152vw;
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
}
.visual-ttl {
  padding-top: 36px;
  max-width: 529px;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}
@media (max-width: 767.98px) {
  .visual-ttl {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    padding-top: 0;
    max-width: calc(100% - 40px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.visual-ttl--text {
  position: relative;
  margin-inline: auto;
  margin-bottom: 1.6em;
  padding-inline: 0.7em;
  border-radius: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  line-height: 1.6;
  color: #116bcf;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .visual-ttl--text {
    border-radius: 3px;
    font-size: clamp(20px, 20px + 10 * (100vw - 375px) / 290, 30px);
  }
}
.visual-ttl--text:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: translate(-50%, calc(100% - 1px));
          transform: translate(-50%, calc(100% - 1px));
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.visual-ttl .texts {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .visual-ttl .texts {
    white-space: wrap;
    font-size: clamp(28px, 28px + 20 * (100vw - 375px) / 225, 50px);
  }
}
.visual-ttl .texts .large {
  font-size: 8rem;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .visual-ttl .texts .large {
    font-size: clamp(60px, 60px + 20 * (100vw - 375px) / 225, 80px);
  }
}
.visual-ttl .texts .large i {
  position: relative;
  font-style: normal;
  font-family: var(--font-family-roboto);
}
.visual-ttl .texts .large i:before {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100%;
}
@media (max-width: 767.98px) {
  .visual-ttl .texts .large i:before {
    width: 10px;
  }
}
.visual-ttl .texts .small {
  font-size: 2rem;
}
.visual ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-59px, 31px);
          transform: translate(-59px, 31px);
}
@media (max-width: 767.98px) {
  .visual ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(2%, -10px);
            transform: translate(2%, -10px);
  }
}
.visual ul li {
  max-width: 238px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .visual ul li {
    max-width: 40%;
    width: 40%;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.visual ul li:nth-child(2) {
  -webkit-transform: translate(-41px, 0);
          transform: translate(-41px, 0);
}
@media (max-width: 767.98px) {
  .visual ul li:nth-child(2) {
    -webkit-transform: translate(-10px, 0) scale(1.1);
            transform: translate(-10px, 0) scale(1.1);
  }
}
.visual ul li:nth-child(3) {
  -webkit-transform: translate(-82px, 0);
          transform: translate(-82px, 0);
}
@media (max-width: 767.98px) {
  .visual ul li:nth-child(3) {
    -webkit-transform: translate(-20px, 0) scale(1.1);
            transform: translate(-20px, 0) scale(1.1);
  }
}

.about {
  padding-bottom: 160px;
}
@media (max-width: 767.98px) {
  .about {
    padding-bottom: 32px;
  }
}
.about-inner {
  position: relative;
}
.about .heading-1 {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .about .heading-1 {
    margin-bottom: 48px;
  }
}
.about .heading-1:after {
  position: absolute;
  right: 93px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  content: "";
  width: 210px;
  height: 200px;
  background-image: url(../img/about-img-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767.98px) {
  .about .heading-1:after {
    right: -16px;
    top: -52px;
    width: 92px;
    height: 88px;
  }
}
.about .heading-2 {
  margin-bottom: 22px;
}
.about .text {
  margin-bottom: 55px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .about .text {
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 24px;
  }
}
.about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .about ul {
    display: block;
  }
}
.about ul li {
  padding: 35px 15px;
  width: 31.129032%;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
          box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .about ul li {
    margin-bottom: 32px;
    padding: 20px 15px 30px;
    width: 100%;
  }
}
.about ul li figure {
  display: block;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  height: 160px;
}
@media (max-width: 767.98px) {
  .about ul li figure {
    max-width: 100%;
    height: auto;
  }
}
.about ul li figure img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.about ul li:nth-child(1) figure {
  max-width: 205px;
}
@media (max-width: 767.98px) {
  .about ul li:nth-child(1) figure {
    max-width: 45.8666666667vw;
  }
}
@media (max-width: 767.98px) {
  .about ul li:nth-child(2) figure {
    max-width: 67.4666666667vw;
  }
}
.about ul li:nth-child(3) figure {
  max-width: 236px;
}
@media (max-width: 767.98px) {
  .about ul li:nth-child(3) figure {
    max-width: 57.8666666667vw;
  }
}
.about ul li dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 72px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .about ul li dt {
    min-height: 1px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
}
.about ul li dd {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .about ul li dd {
    font-size: 14px;
    line-height: 21px;
  }
}

.recommend {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 767.98px) {
  .recommend {
    padding-top: 63px;
    padding-bottom: 50px;
  }
}
.recommend-inner {
  position: relative;
}
.recommend .heading-3 {
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .recommend .heading-3 {
    margin-bottom: 34px;
  }
}
.recommend .text {
  margin-bottom: 76px;
  font-family: var(--font-family-notosans);
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .recommend .text {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 23px;
  }
}
.recommend .text span {
  font-size: 32px;
  color: #fcf11e;
}
@media (max-width: 767.98px) {
  .recommend .text span {
    font-size: 24px;
  }
}
.recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: number 0;
}
@media (max-width: 767.98px) {
  .recommend ul {
    display: block;
  }
}
.recommend ul li {
  width: 31.129032%;
  aspect-ratio: 1/1;
}
.recommend ul li picture {
  display: block;
  margin-bottom: 20px;
  -webkit-transform: scale(1.17);
          transform: scale(1.17);
}
@media (max-width: 767.98px) {
  .recommend ul li {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .recommend ul li picture {
    display: block;
    margin-bottom: 0px;
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.recommend .explain {
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .recommend .explain {
    margin-top: -10px;
    font-size: 13.3519px;
    line-height: 20px;
  }
}

.cost {
  padding-top: 114px;
  padding-bottom: 71px;
  background-color: #fee019;
}
@media (max-width: 767.98px) {
  .cost {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.cost-inner {
  position: relative;
}
.cost .heading-1 {
  margin-bottom: 58px;
}
@media (max-width: 767.98px) {
  .cost .heading-1 {
    margin-bottom: 26px;
  }
}
.cost .heading-1:before {
  opacity: 0.05;
}
@media (max-width: 767.98px) {
  .cost .heading-1:before {
    -webkit-transform: translate(0, -65%);
            transform: translate(0, -65%);
  }
}
.cost .heading-1:after {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  content: "";
  width: 204px;
  height: 139px;
  background-image: url(../img/cost-img-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767.98px) {
  .cost .heading-1:after {
    right: 0px;
    top: -38px;
    width: 138px;
    height: 94px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.cost .text {
  margin-bottom: 63px;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .cost .text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.cost ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 62px;
}
@media (max-width: 767.98px) {
  .cost ul {
    margin-bottom: 30px;
    display: block;
  }
}
.cost ul li {
  padding: 40px 15px 20px;
  width: 31.129032%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
          box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cost ul li {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cost ul li dl {
  margin-bottom: 15px;
}
.cost ul li dl dt {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 767.98px) {
  .cost ul li dl dt {
    margin-bottom: 6.5px;
    font-size: 24px;
    line-height: 36px;
  }
}
.cost ul li dl dd {
  font-family: var(--font-family-roboto);
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #f55f04;
}
@media (max-width: 767.98px) {
  .cost ul li dl dd {
    font-size: 28.4721px;
    line-height: 33px;
  }
}
.cost ul li dl dd span {
  font-size: 96px;
  line-height: 112px;
}
@media (max-width: 767.98px) {
  .cost ul li dl dd span {
    font-size: 85.4163px;
    line-height: 100px;
  }
}
.cost .explain {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .cost .explain {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

.feature {
  padding-top: 114px;
  padding-bottom: 224px;
}
@media (max-width: 767.98px) {
  .feature {
    padding-top: 94px;
    padding-bottom: 60px;
  }
}
.feature-inner {
  position: relative;
}
.feature .heading-1 {
  margin-bottom: 122px;
}
@media (max-width: 767.98px) {
  .feature .heading-1 {
    margin-bottom: 56px;
  }
}
.feature .heading-1:after {
  position: absolute;
  left: 26px;
  top: 0;
  -webkit-transform: translate(0, -169px);
          transform: translate(0, -169px);
  display: block;
  content: "";
  width: 248px;
  height: 204px;
  background-image: url(../img/feature-img-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767.98px) {
  .feature .heading-1:after {
    left: -6px;
    width: 115px;
    height: 95px;
    -webkit-transform: translate(0, -122px);
            transform: translate(0, -122px);
  }
}
.feature ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .feature ul li {
    display: block;
  }
}
.feature ul li.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature ul li dl {
  position: relative;
  z-index: 10;
  width: 52.983871%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767.98px) {
  .feature ul li dl {
    width: 100%;
  }
}
.feature ul li dl dt {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .feature ul li dl dt {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 36px;
  }
}
.feature ul li dl dd {
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .feature ul li dl dd {
    font-size: 16px;
    line-height: 32px;
  }
}
.feature ul li dl dd span {
  font-weight: 700;
}
.feature ul li figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .feature ul li figure {
    margin-top: 20px;
  }
}
.feature ul li figure img {
  position: absolute;
  top: 0;
}
@media (max-width: 767.98px) {
  .feature ul li figure img {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature ul li:nth-child(1) {
  margin-bottom: 230px;
}
@media (max-width: 767.98px) {
  .feature ul li:nth-child(1) {
    margin-bottom: 30px;
  }
}
.feature ul li:nth-child(1) figure img {
  right: -40px;
  top: -40px;
  width: 608px;
}
@media (max-width: 767.98px) {
  .feature ul li:nth-child(1) figure img {
    width: 100%;
  }
}
.feature ul li:nth-child(2) {
  margin-bottom: 220px;
}
@media (max-width: 767.98px) {
  .feature ul li:nth-child(2) {
    margin-bottom: 30px;
  }
}
.feature ul li:nth-child(2) figure img {
  left: 0;
  top: -40px;
  width: 521px;
}
@media (max-width: 767.98px) {
  .feature ul li:nth-child(2) figure img {
    width: 77.6vw;
  }
}
.feature ul li:nth-child(3) {
  margin-bottom: 260px;
}
@media (max-width: 767.98px) {
  .feature ul li:nth-child(3) {
    margin-bottom: 30px;
  }
}
.feature ul li:nth-child(3) figure img {
  right: -60px;
  top: -30px;
  width: 615px;
}
@media (max-width: 767.98px) {
  .feature ul li:nth-child(3) figure img {
    width: 80.8vw;
  }
}
.feature ul li:nth-child(4) {
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .feature ul li:nth-child(4) {
    margin-bottom: 30px;
  }
}
.feature ul li:nth-child(4) figure img {
  left: 0;
  top: -30px;
  width: 538px;
}
@media (max-width: 767.98px) {
  .feature ul li:nth-child(4) figure img {
    width: 80.8vw;
  }
}

.reason {
  padding-top: 114px;
  padding-bottom: 108px;
  background-color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .reason {
    padding-top: 59px;
    padding-bottom: 20px;
  }
}
.reason-inner {
  position: relative;
}
.reason .heading-3 {
  margin-bottom: 83px;
}
@media (max-width: 767.98px) {
  .reason .heading-3 {
    margin-bottom: 48px;
  }
}
.reason .heading-3:before {
  -webkit-transform: translate(0, -44%);
          transform: translate(0, -44%);
}
@media (max-width: 767.98px) {
  .reason .heading-3:before {
    -webkit-transform: translate(0, -68%);
            transform: translate(0, -68%);
  }
}
.reason .heading-3:after {
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: translate(0, -200px);
          transform: translate(0, -200px);
  display: block;
  content: "";
  width: 205px;
  height: 151px;
  background-image: url(../img/reason-img-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767.98px) {
  .reason .heading-3:after {
    left: auto;
    right: -6px;
    width: 100px;
    height: 74px;
    -webkit-transform: translate(0, -101px);
            transform: translate(0, -101px);
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .reason .heading-3 span:before, .reason .heading-3 span:after {
    width: 2px;
    height: 65px;
  }
}
.reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .reason ul {
    display: block;
  }
}
.reason ul li {
  padding: 25px 30px 35px;
  width: 31.129032%;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
          box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .reason ul li {
    padding: 25px 20px 30px;
    margin-bottom: 36px;
    width: 100%;
  }
}
.reason ul li:nth-child(1) figure {
  max-width: 304px;
}
@media (max-width: 767.98px) {
  .reason ul li:nth-child(1) figure {
    max-width: 72vw;
  }
}
.reason ul li:nth-child(2) figure {
  max-width: 205px;
}
@media (max-width: 767.98px) {
  .reason ul li:nth-child(2) figure {
    max-width: 48.5333333333vw;
  }
}
.reason ul li:nth-child(3) figure {
  max-width: 285px;
}
@media (max-width: 767.98px) {
  .reason ul li:nth-child(3) figure {
    max-width: 67.4666666667vw;
  }
}
.reason ul li:nth-child(3) dl dt {
  margin-bottom: 5px;
}
.reason ul li figure {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  height: 185px;
}
@media (max-width: 767.98px) {
  .reason ul li figure {
    margin-bottom: 10px;
    height: auto;
  }
}
.reason ul li dl {
  text-align: center;
}
.reason ul li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  min-height: 72px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .reason ul li dl dt {
    margin-bottom: 12px;
    min-height: 1px;
  }
}
.reason ul li dl dd {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media (max-width: 767.98px) {
  .reason ul li dl dd {
    font-size: 14px;
    line-height: 21px;
  }
}

.data {
  padding-top: 114px;
  padding-bottom: 71px;
  background-color: #eaf4fe;
}
@media (max-width: 767.98px) {
  .data {
    padding-top: 102px;
    padding-bottom: 71px;
  }
}
.data-inner {
  position: relative;
}
.data .heading-1 {
  margin-bottom: 38px;
}
@media (max-width: 767.98px) {
  .data .heading-1 {
    margin-bottom: 36px;
  }
}
.data .heading-1:after {
  position: absolute;
  left: 67px;
  top: 0;
  -webkit-transform: translate(0, -90px);
          transform: translate(0, -90px);
  display: block;
  content: "";
  width: 193px;
  height: 174px;
  background-image: url(../img/data-img-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767.98px) {
  .data .heading-1:after {
    display: none;
  }
}
.data .text {
  margin-bottom: 62px;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: var(--font-family-notosans);
}
@media (max-width: 767.98px) {
  .data .text {
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 24px;
  }
}
.data-box {
  margin-bottom: 41px;
  padding: 56px 110px 61px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
          box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .data-box {
    padding: 30px 19px 36px;
  }
}
.data-box dl {
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .data-box dl {
    margin-bottom: 45px;
  }
}
.data-box dl:last-child {
  margin-bottom: 0;
}
.data-box dt {
  margin-bottom: 41px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .data-box dt {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
.data-box dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 49px 0;
}
@media (max-width: 767.98px) {
  .data-box dd ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 20px;
  }
}
.data-box dd ul.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.data-box .ebe {
  width: 140px;
}
@media (max-width: 767.98px) {
  .data-box .ebe {
    width: 100%;
    max-width: 19.2vw;
  }
}
.data-box .carnet {
  width: 254px;
}
@media (max-width: 767.98px) {
  .data-box .carnet {
    width: 100%;
    max-width: 34.9333333333vw;
  }
}
.data-box .base {
  width: 210px;
}
@media (max-width: 767.98px) {
  .data-box .base {
    width: 100%;
    max-width: 28.8vw;
  }
}
.data-box .assistplan {
  width: 252px;
}
@media (max-width: 767.98px) {
  .data-box .assistplan {
    width: 100%;
    max-width: 34.6666666667vw;
  }
}
.data-box .frontier {
  width: 270px;
}
@media (max-width: 767.98px) {
  .data-box .frontier {
    width: 100%;
    max-width: 37.3333333333vw;
  }
}
.data-box .softplanner {
  width: 267px;
}
@media (max-width: 767.98px) {
  .data-box .softplanner {
    width: 100%;
    max-width: 36.8vw;
  }
}
.data-box .tajima {
  width: 156px;
}
@media (max-width: 767.98px) {
  .data-box .tajima {
    width: 100%;
    max-width: 21.3333333333vw;
  }
}
.data-box .protorios {
  width: 156px;
}
@media (max-width: 767.98px) {
  .data-box .protorios {
    width: 100%;
    max-width: 21.3333333333vw;
  }
}
.data-box .anzen {
  width: 196px;
}
@media (max-width: 767.98px) {
  .data-box .anzen {
    width: 100%;
    max-width: 24.5333333333vw;
  }
}
.data .explain {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .data .explain {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
}

.flow {
  padding-top: 114px;
  padding-bottom: 258px;
}
@media (max-width: 767.98px) {
  .flow {
    padding-top: 87px;
    padding-bottom: 30px;
  }
}
.flow-inner {
  position: relative;
}
.flow .heading-1 {
  margin-bottom: 78px;
}
@media (max-width: 767.98px) {
  .flow .heading-1 {
    margin-bottom: 114px;
  }
}
.flow .heading-1:before {
  -webkit-transform: translate(0, -65%);
          transform: translate(0, -65%);
}
@media (max-width: 767.98px) {
  .flow .heading-1:before {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.flow .heading-1:after {
  position: absolute;
  right: 70px;
  top: 0;
  -webkit-transform: translate(0, -165px);
          transform: translate(0, -165px);
  display: block;
  content: "";
  width: 286px;
  height: 248px;
  background-image: url(../img/flow-img-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767.98px) {
  .flow .heading-1:after {
    right: 0;
    width: 117px;
    height: 101px;
    -webkit-transform: translate(0, -114px);
            transform: translate(0, -114px);
  }
}
.flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px 2.903226%;
  counter-reset: number 0;
}
@media (max-width: 767.98px) {
  .flow ul {
    display: block;
  }
}
.flow li {
  position: relative;
  padding: 40px 28px 40px;
  width: 31.129032%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
          box-shadow: 0px 6px 32px rgba(7, 71, 147, 0.2);
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .flow li {
    margin-bottom: 46px;
    padding: 36px 20px 40px;
    width: 100%;
  }
}
.flow li:before {
  position: absolute;
  left: -14px;
  top: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: number 1;
  content: counter(number);
  width: 56px;
  aspect-ratio: 1;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 100%;
  font-family: var(--font-family-roboto);
  font-weight: 600;
  font-size: 27.6164px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .flow li:before {
    left: -14px;
    top: -14px;
    width: 50px;
  }
}
.flow li dt {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .flow li dt {
    font-size: 24px;
    line-height: 36px;
  }
}
.flow li dt:after {
  display: block;
  content: "";
  width: 100%;
  height: 128px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media (max-width: 767.98px) {
  .flow li dt:after {
    margin-top: 15px;
    margin-bottom: 25px;
    width: 100%;
    height: 78px;
  }
}
.flow li dd {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .flow li dd {
    font-size: 14px;
    line-height: 20px;
  }
}
.flow li:nth-child(1) dt:after {
  background-image: url(../img/flow-img-2.svg);
}
@media (max-width: 767.98px) {
  .flow li:nth-child(1) dt:after {
    background-size: sqvw(82) auto;
  }
}
.flow li:nth-child(2) dt:after {
  background-image: url(../img/flow-img-3.svg);
}
@media (max-width: 767.98px) {
  .flow li:nth-child(2) dt:after {
    background-size: sqvw(70) auto;
  }
}
.flow li:nth-child(3) dt:after {
  background-image: url(../img/flow-img-4.svg);
}
@media (max-width: 767.98px) {
  .flow li:nth-child(3) dt:after {
    background-size: sqvw(103) auto;
  }
}
.flow li:nth-child(4) dt:after {
  background-image: url(../img/flow-img-5.svg);
}
@media (max-width: 767.98px) {
  .flow li:nth-child(4) dt:after {
    background-size: sqvw(77) auto;
  }
}
.flow li:nth-child(5) dt:after {
  background-image: url(../img/flow-img-6.svg);
}
@media (max-width: 767.98px) {
  .flow li:nth-child(5) dt:after {
    background-size: sqvw(87) auto;
  }
}
.flow li:nth-child(6) dt:after {
  background-image: url(../img/flow-img-7.svg);
}
@media (max-width: 767.98px) {
  .flow li:nth-child(6) dt:after {
    background-size: sqvw(91) auto;
  }
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.modal.show {
    display: block;
    opacity: 1;
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
    transform: translateY(-20px);
    transition: transform 0.3s ease-in-out;
}

.modal.show .modal-content {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
}

.modal-close:hover {
    color: #000;
}

.modal-body {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 90%;
        margin: 30% auto;
    }
}