@charset "utf-8";
/*------------------------------------------------------------------

  トップページ

------------------------------------------------------------------*/

/* 9月1日まで */
.youtube {
  max-width: 900px;
  width: 90%;
  margin: 50px auto 0;
}
#sec06 {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff !important;
}
.footer .main_menu,
.footer .gnav-btn,
#header #gnav-area {
  display: none;
}
#header-area.scroll {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
@media screen and (max-width: 768px) {
  .youtube {
    margin-top: 30px;
  }
  #sec06 {
    padding-top: 120px !important;
  }
}

/* 9月1日まで */

/* @group content-area */

#content-area {
  width: 100%;
}

.waves {
  --wave: #9fb1d1;
  --wave-on: var(--blue);
  aspect-ratio: 1 / 1;
  width: 48px;
  position: absolute;
  top: -33px;
  right: -3px;
}

.waves::after {
  aspect-ratio: 1 / 1;
  background-color: var(--wave);
  border-radius: 100%;
  content: "";
  width: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: animWaveBgc 2.5s infinite;
}

.waves span,
.waves span::before,
.waves span::after {
  aspect-ratio: 1 / 1;
  border: 3px solid var(--wave);
  border-radius: 100%;
}

.waves span {
  display: block;
  width: 100%;
  clip-path: polygon(50% 0, 50% 50%, 100% 50%, 100% 0);
  transform: rotate(-45deg);
  animation: animWaveBorder 2.5s 1.5s infinite;
}

.waves span::before,
.waves span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.waves span::before {
  width: calc(100% - 7px);
  animation: animWaveBorder 2.5s 1s infinite;
}

.waves span::after {
  width: calc(100% - 20px);
  animation: animWaveBorder 2.5s 0.5s infinite;
}

@keyframes animWaveBgc {
  5% {
    background-color: var(--wave-on);
  }
  20% {
    background-color: var(--wave-on);
  }
  50% {
    background-color: var(--wave);
  }
}

@keyframes animWaveBorder {
  5% {
    border-color: var(--wave-on);
  }
  20% {
    border-color: var(--wave-on);
  }
  50% {
    border-color: var(--wave);
  }
}

/* @end */

/* @group main-content */

#main-content {
  background-color: #fff;
  width: 100%;
  position: relative;
}

section,
.section {
}

#main-content > *:last-child,
section > *:last-child,
.section > *:last-child {
  margin-bottom: 0;
}

p {
  line-height: 2;
}

.outer {
  padding-left: 20px;
  padding-right: 20px;
}

.inner {
  margin: 0 auto;
  max-width: var(--min);
}

/* @group heading */

h2 {
  font-size: 34px;
  letter-spacing: 0.02em;
  line-height: 1.58;
  text-align: center;
}

h2:has(+ .chk-list) {
  margin-bottom: 140px;
}

/* @end */

/* @group pattern */

.pattern1-1-1 {
  display: flex;
  gap: calc((100% - (350px * 3)) / 2);
}

.pattern1-1-1 .col {
  width: 350px;
}

.pattern1-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 55px;
}

.pattern1-1 .col {
  width: calc((100% - 55px) / 2);
}

/* @end */

/* @group box */

.box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

/* @end */

/* @group link-btn */

.box.banner {
  box-shadow: none;
}

.banner {
  height: 224px;
  width: 100%;
  position: relative;
  z-index: 0;
}

.banner::before,
.banner::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner::before {
  background-color: var(--yellow);
  border-radius: 20px;
}

.banner::after {
  background-color: var(--yellow-lit);
  border-radius: 0 20px 20px 0;
  clip-path: polygon(70.68% 0, 100% 0, 100% 100%, 84.91% 100%);
}

.banner div:has(> .bnr-btn-head):has(> .link-btn) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bnr-btn-head {
  font-size: 23px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 0.7em;
}

.bnr-btn-head:has(+ .btn-trial) .ruby {
  position: relative;
}

.bnr-btn-head:has(+ .btn-trial) .ruby::after {
  content: "・・・";
  font-size: 0.8em;
  letter-spacing: 0.3em;
  position: absolute;
  top: -0.95em;
  left: 0.2em;
}

.link-btn {
  aspect-ratio: 365 / 74;
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  width: 365px;
  min-width: 0;
}

.link-btn a {
  border: 2px solid #fff;
  border-radius: 9999px;
  color: currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.02em;
  line-height: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.link-btn a::before {
  border-radius: 9999px;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s;
  z-index: -1;
}

.link-btn a:hover::before {
  transform: scaleX(1);
}

.link-btn.btn-trial {
}

.link-btn.btn-trial a {
  padding-left: 55px;
}

.link-btn.btn-trial a::before {
  background-color: var(--yellow);
}

.btn-trial .icon {
  aspect-ratio: 29 / 41;
  background-color: var(--yellow);
  mask-image: url("../img/top/icon_trial.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  margin: auto 0;
  width: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  transition: 0.4s;
}

.btn-trial a:hover .icon {
  background-color: var(--blue);
}

.link-btn.btn-download a {
  color: var(--blue);
  padding: 0 0 0 20px;
}

.link-btn.btn-download a::before {
  background-color: var(--blue);
}

.link-btn.btn-download a:hover {
  color: #fff;
}

.btn-download .icon {
  aspect-ratio: 25 / 33;
  margin: auto 0;
  width: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
}

.btn-download .icon::before,
.btn-download .icon::after {
  background-image: url("../img/top/icon_file.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.btn-download .icon::after {
  background-image: url("../img/top/icon_file_white.svg");
  opacity: 0;
}

.btn-download a:hover .icon::before {
  opacity: 0;
}

.btn-download a:hover .icon::after {
  opacity: 1;
}

/* @end of link-btn */

/* @group scrollfade */

.scrollfade {
  opacity: 0;
  transform: scale(0.7);
  transition: transform 0.6s 0.1s cubic-bezier(0.5, 0, 0, 1.42), opacity 0.6s 0.1s cubic-bezier(0.5, 0, 0, 1.42);
}

.scrollfade.js-fadeIn {
  opacity: 1;
  transform: scale(1);
}

.scrollanime,
.bg-scrollanime::before {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  opacity: 0;
  transform-origin: top;
  transform: translateY(50%);
}

.scrollanime.js-fadeIn,
.bg-scrollanime.js-fadeIn::before {
  animation: fadeSlideUp 0.5s forwards;
}

@keyframes fadeSlideUp {
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: translateY(0);
  }
}

/* @end */
/* @group main-visual */

#main-visual {
  --mv-h: 1000px;
  height: calc(100vh - 135px);
  max-height: calc(var(--mv-h) - 135px);
  width: 100%;
}

.mv-bg-wrap {
  height: var(--mv-h);
  width: 100%;
  min-width: calc(var(--min) + 40px);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.mv-bg {
  aspect-ratio: 2 / 1;
  background-color: #d2e5f6;
  height: 100%;
  min-width: 100%;
}

.mv-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.mvl-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 25px;
  height: var(--mv-h);
  max-height: 100vh;
  margin: 0 auto;
  padding: 5.4vh 20px 0 9.125vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.mv-lead {
  width: fit-content;
}

.mv-txt1 {
  font-size: 28px;
  font-weight: var(--fw-bold);
  line-height: 1.92;
}

.mv-txt1 span {
  background-color: var(--pink);
  border-radius: 9999px;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.02em;
  line-height: 2.11;
  display: inline-block;
  padding: 0 0.93em;
  margin-right: 0.6em;
}

.mv-txt2 {
  color: var(--blue);
  font-size: 90px;
  font-weight: 900;
  line-height: 1.08;
}

.mv-txt2 .fs {
  font-size: 60px;
}

.mv-btn {
  margin: 25px 0 0 3px;
  width: 595px;
  position: relative;
}

.mv-txt3 {
  border-color: var(--blue);
  border-style: solid;
  border-width: 1.5px 0;
  font-weight: var(--fw-bold);
  line-height: 1;
  height: 164px;
  padding: 0 5px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

.mv-txt3 span:nth-of-type(1) {
  background-color: var(--yellow);
  border-radius: 9999px;
  color: var(--blue);
  font-size: 27px;
  letter-spacing: 0.09em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 106px;
  position: absolute;
  top: 22px;
  right: 14px;
}

.mv-txt3 span:nth-of-type(1)::before {
  background-color: var(--yellow);
  clip-path: polygon(0 0, 100% 100%, 80% 0);
  content: "";
  height: 15px;
  width: 18px;
  position: absolute;
  bottom: -12px;
  left: 20px;
  transform: scaleX(-1);
}

.mv-txt3 span:nth-of-type(2) {
  color: var(--blue);
  font-size: 150px;
}

.mv-txt3 span:nth-of-type(3) {
  color: var(--blue);
  font-size: 52px;
  position: relative;
  top: -5px;
}

.mv-txt3 span:nth-of-type(4) {
  display: inline-block;
  font-size: 22px;
  line-height: 1.18;
  margin: 0 0 0 3px;
  width: 3em;
}

.mv-btn [class^="btn-"] {
  position: relative;
}

.mv-btn [class^="btn-"] a {
  border: none;
  border-radius: 9999px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  display: block;
  height: 100%;
  overflow: inherit;
}

.mv-btn-head {
  border-style: solid;
  border-width: 2px;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 28px;
  width: 210px;
  margin: 0 auto;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.mv-btn .btn-txt {
  border-radius: 9999px;
  color: currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--fw-bold);
  letter-spacing: 0.02em;
  line-height: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  transition: 0.3s;
}

.mv-btn .btn-txt::before {
  content: "";
  height: 103%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s;
  z-index: -1;
}

.mv-btn a:hover .btn-txt::before {
  transform: scaleX(1);
}

.mv-btn .btn-trial {
  aspect-ratio: 33 / 10;
  margin-bottom: 36px;
  width: 334px;
}

.mv-btn .btn-trial a {
  background-color: var(--yellow);
}

.mv-btn .btn-trial .mv-btn-head {
  background-color: #fff;
  border-color: var(--yellow);
  font-size: 14px;
}

.mv-btn .btn-trial a:hover .mv-btn-head {
  background-color: var(--yellow);
  border-color: #fff;
}

.mv-btn .btn-trial .btn-txt {
  font-size: 17px;
  line-height: 1.55;
  padding: 10px 0 0 45px;
  text-align: center;
}

.mv-btn .btn-trial .btn-txt .fc-blue {
  font-size: 24px;
  line-height: 1;
}

.mv-btn .btn-trial .btn-txt::before {
  background-color: #fff;
}

.mv-btn .btn-trial .icon {
  background-color: var(--blue);
  width: 26px;
}

.mv-btn .btn-download {
  aspect-ratio: 166 / 33;
  width: 332px;
}

.mv-btn .btn-download a {
  background-color: #fff;
}

.mv-btn .btn-download .mv-btn-head {
  background-color: var(--blue);
  border-color: #fff;
  color: #fff;
  font-size: 13px;
}

.mv-btn .btn-download .btn-txt {
  color: var(--blue);
  padding: 7px 0 0 20px;
}

.mv-btn .btn-download .btn-txt::before {
  background-color: var(--blue);
}

.mv-btn .btn-download .icon {
  width: 20px;
  left: 45px;
}

.mv-btn .btn-download a:hover .mv-btn-head {
  background-color: #fff;
  border-color: var(--blue);
  color: var(--blue);
}

.mv-btn .btn-download a:hover .btn-txt {
  color: #fff;
}

/* @end */

#sec01 {
  padding: 65px 0 120px;
  position: relative;
  z-index: 0;
}

#sec01::before {
  background-color: var(--blue-lit);
  border-radius: clamp(60px, 3.75vw, 90px) clamp(60px, 3.75vw, 90px) 0 0;
  content: "";
  height: calc(100% + 60px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#sec01::after {
  background-color: var(--blue-lit);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 116px;
  width: 363px;
  position: absolute;
  bottom: calc(-116px + 35px);
  left: 50%;
  transform: translate(-50%);
}

.chk-list .col {
  padding: 30px 0 10px;
}

.chk-list h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: var(--fw-mid);
  margin: 0 auto 15px;
  height: 57px;
  position: relative;
}

.chk-list h3 span {
  border-radius: 9999px;
  font-size: 23px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 0 0.97em;
  width: fit-content;
  min-width: 230px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.chk-list h3 img {
  position: relative;
}

.chk-list ul {
  margin: 0 40px;
}

.chk-list li {
  border-color: currentColor;
  border-style: dotted;
  border-width: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.66;
  min-height: 90px;
  padding: 15px 0 15px 53px;
  position: relative;
}

.chk-list li + li {
  border-width: 2px 0 0;
}

.chk-list li::before,
.chk-list li::after {
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  content: "";
  display: block;
  width: 36px;
  min-width: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.chk-list li::before {
  opacity: 0.6;
}

.chk-list li::after {
  background-color: #fff;
  mask-image: url("../img/top/icon_check.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  z-index: 1;
}

#sec01 .chk-list {
  padding-top: 140px;
}

#sec01 .chk-list h3 span {
  color: #fff;
}

#sec01 .col h3 span,
#sec01 .col ul li::before {
  background-color: var(--base-color);
}

#sec02 {
  padding: 130px 0 0;
  position: relative;
}

#sec02 .inner {
  padding: 0 0 290px;
  position: relative;
}

#sec02::after {
  background-image: url("../img/top/sec02_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1614px auto;
  content: "";
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: -7px;
  left: 0;
  z-index: 1;
}

#sec02 h2 {
  font-size: 20px;
  font-feature-settings: normal;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.sec02-txt1 {
  font-size: 34px;
  font-weight: var(--fw-bold);
  display: flex;
  justify-content: center;
  align-items: first baseline;
  gap: 0.7em;
  margin: 15px 0 0 30px;
}

#sec02 .chk-list {
  padding-top: 130px;
}

#sec02 .chk-list li {
  color: #fff;
}

#sec02 .chk-list li::before {
  background-color: var(--yellow);
  opacity: 1;
}

#sec02 .chk-list .col,
#sec02 .chk-list .col li::after {
  background-color: var(--base-color);
}

#sec02 .chk-list .col h3 img {
  margin-bottom: 1px;
}

#sec02 .chk-list .col h3 span {
  background-color: #fff;
  color: var(--base-color);
}

#sec02 .chk-list .col[style*="--base-color: var(--blue);"] h3 span {
  background-color: #fff;
  border-radius: 9999px;
}

.sec02-txt2 {
  font-size: 33px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.09em;
  line-height: 2;
  margin: 90px auto 0;
  padding-bottom: 68px;
  text-align: center;
  width: fit-content;
  position: relative;
  left: 23px;
  z-index: 0;
}

.sec02-txt2::before {
  aspect-ratio: 127 / 159;
  background-image: url("../img/top/sec02_img04.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  width: 127px;
  position: absolute;
  bottom: -22px;
  left: 55px;
  z-index: -1;
}

.sec02-txt2 .deco1,
.sec02-txt2 .deco2 {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  width: 91px;
  position: relative;
  bottom: 6px;
}

.sec02-txt2 .deco1 {
  margin: 0 17px;
}

.sec02-txt2 .deco2 {
  margin: 0 20px 0 0;
}

.sec02-txt2 .deco1::before,
.sec02-txt2 .deco2::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  margin: auto;
  width: 100%;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.sec02-txt2 .deco1::before {
  background-image: url(../img/top/sec02_deco02.svg);
  aspect-ratio: 91 / 58;
}

.sec02-txt2 .deco2::before {
  background-image: url(../img/top/sec02_deco03.svg);
  aspect-ratio: 91 / 60;
}

.sec02-txt2 .deco3-wrap {
  display: block;
  font-size: 59px;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 9px auto 0;
  position: relative;
  left: 7px;
}

.sec02-txt2 .deco3 {
  color: var(--pink);
  letter-spacing: 0.15em;
  margin-right: 15px;
  padding: 0 15px 0 30px;
  position: relative;
}

.sec02-txt2 .deco3::before,
.sec02-txt2 .deco3::after {
  aspect-ratio: 32 / 25;
  background-image: url("../img/top/sec02_deco01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  width: 32px;
  position: absolute;
  top: 0;
}

.sec02-txt2 .deco3::before {
  left: 0;
}

.sec02-txt2 .deco3::after {
  transform: scaleX(-1);
  right: 0;
}

.sec02-bnr {
  display: flex;
  overflow: hidden;
}

.sec02-bnr::after {
  display: none;
}

.sec02-bnr .col:nth-of-type(1) {
  width: 50%;
}

.sec02-bnr .col:nth-of-type(2) {
  background-color: var(--blue);
  color: #fff;
  width: 50%;
}

.sec02-bnr .col {
  justify-content: center;
  padding: 5px 0 0;
}

#sec02 .img-bus {
  position: absolute;
  bottom: -2px;
  left: 66px;
}

#sec03 {
  background-color: var(--blue-lit);
  padding-top: 130px;
}

#sec03 h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 30px;
  margin-bottom: 55px;
}

.point-box {
  display: flex;
  padding: 35px 0 55px;
}

.point-box .col {
  display: grid;
  grid-template-areas: "B" "A" "C";
  justify-content: center;
  padding: 15px 0 0;
  width: calc(100% / 4);
}

.point-box .col + .col {
  border-color: #999;
  border-style: dotted;
  border-width: 0 0 0 2px;
}

.point-box figure {
  grid-area: A;
  margin-bottom: 1em;
}

.point-box h3 {
  grid-area: B;
  color: var(--sky70);
  font-size: 140px;
  font-weight: var(--fw-bold);
  line-height: 1;
  margin: 0 auto 25px;
}

.point-box h3 > span {
  display: inline-block;
  padding-left: 14px;
  position: relative;
}

.point-box h3 span span {
  background-color: #fff;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px 0;
  color: var(--pink);
  display: flex;
  align-items: center;
  font-size: 19px;
  letter-spacing: 0.04em;
  height: 32px;
  margin: auto 0;
  width: fit-content;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: -10px;
}

.point-box .col p {
  grid-area: C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.point-box p strong {
  font-size: 23px;
  line-height: 1.6;
  text-align: center;
}

.point-box p > span {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px 0;
  letter-spacing: 0.01em;
  line-height: 1.875;
  padding: 5px;
}

.sec03-bnr {
  margin-top: 90px;
  background: linear-gradient(180deg, var(--blue-lit) 50%, var(--blue) 50%);
}

.sec03-bnr .banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 75px 0 55px;
}

.sec03-bnr .head {
  font-size: 24px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 15px 0 12px;
  padding: 0 45px;
  text-align: center;
  position: relative;
}

.sec03-bnr .head::before,
.sec03-bnr .head::after {
  background-color: currentColor;
  content: "";
  height: 1.3em;
  width: 2.5px;
  position: absolute;
  bottom: 0;
  transform-origin: bottom;
}

.sec03-bnr .head::before {
  left: 30px;
  transform: rotate(-40deg);
}

.sec03-bnr .head::after {
  right: 30px;
  transform: rotate(40deg);
}

.sec03-bnr h3 {
  color: var(--blue);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

.sec03-bnr .banner > figure {
  margin: auto;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 80px;
  right: 0;
  height: fit-content;
  width: fit-content;
}

.sec03-bnr h3 + p {
  font-size: 17px;
  letter-spacing: 0.06em;
  padding-left: 15px;
  width: 100%;
}

.sec03-bnr h3 + p img {
  position: relative;
  left: -11px;
}

#sec04,
#sec08 {
  background-color: var(--blue);
}

#sec04 h2,
#sec08 h2 {
  color: #fff;
}

#sec04 {
  padding: 145px 0 0;
}

#sec04 h2 {
  letter-spacing: 0.03em;
  margin-bottom: 54px;
}

#sec04 h2 {
  margin-bottom: 54px;
}

#sec04 h2 > span {
  display: flex;
}

#sec04 h2 span.head {
  background-color: #fff;
  border-radius: 9999px;
  color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 2.15;
  margin: 0 auto 25px;
  padding: 0 8px 0 0;
  width: 315px;
  position: relative;
  z-index: 0;
}

#sec04 h2 span.head::before {
  background-color: #fff;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 20px;
  width: 22px;
  margin: auto;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .scene-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 55px;
  }

  #sec04 .col {
    padding: 30px;
    width: calc((var(--min) - 55px) / 2);
  }
}

#sec04 .col h3 {
  border-bottom: 1.5px solid currentColor;
  color: var(--blue);
  font-size: 25px;
  margin: 0 0 20px 80px;
  max-width: 393px;
  padding-bottom: 2px;
  position: relative;
}

#sec04 .col h3 .en {
  color: var(--sky80);
  font-size: 57px;
  line-height: 1;
  position: absolute;
  bottom: -7px;
  left: -75px;
}

#sec04 .col h3 .en span {
  color: var(--normal);
  font-size: 17px;
  font-weight: var(--fw-normal);
  text-align: center;
  width: 100%;
  position: absolute;
  top: -12px;
}

#sec04 .col figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

#sec04 .col > p {
  line-height: 1.875;
  margin: 0 auto;
  max-width: 435px;
}

.sec04-bnr {
  background: linear-gradient(180deg, transparent 50%, #fff 50%);
  margin-top: 120px;
}

.sec04-bnr .banner {
  display: flex;
  align-items: flex-end;
}

.sec04-bnr .banner > figure {
  margin: 0;
  padding: 0 0 0 70px;
}

.banner > figure:has(> span) {
  position: relative;
}

.banner > figure > span {
  background-color: var(--blue);
  border-radius: 9999px;
  color: #fff;
  font-size: 17px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
  line-height: 1.97;
  padding: 0 1.15em;
  width: fit-content;
  display: block;
  text-align: center;
  position: absolute;
}

.banner > figure > span::before {
  background-color: var(--blue);
  clip-path: polygon(0 0, 80% 0, 100% 100%);
  content: "";
  height: 15px;
  width: 18px;
  position: absolute;
  bottom: -14px;
  left: 8px;
  right: 0;
  margin: 0 auto;
}

.banner .img-bus {
  position: relative;
}

.banner .waves {
  --wave: var(--blue);
  --wave-on: #fff;
  transform: scale(1.2);
}

.banner .waves::after {
  width: 7px;
}

.sec04-bnr .banner > figure > span {
  top: -77px;
  left: 35px;
}

.sec04-bnr .banner div:nth-child(2) {
  margin: 0 0 40px 35px;
}

.sec04-bnr .head {
  font-size: 24px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 45px;
  text-align: center;
  position: relative;
}

.sec04-bnr .head::before,
.sec04-bnr .head::after {
  background-color: currentColor;
  content: "";
  height: 1.3em;
  width: 2.5px;
  position: absolute;
  bottom: 0;
  transform-origin: bottom;
}

.sec04-bnr .head::before {
  left: 30px;
  transform: rotate(-40deg);
}

.sec04-bnr .head::after {
  right: 30px;
  transform: rotate(40deg);
}

.sec04-bnr h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 37px;
  letter-spacing: 0.06em;
  line-height: 1.32;
}

.sec04-bnr .banner div:nth-child(3) {
  margin: 0 0 50px 46px;
}

#sec06,
#sec07 {
  background-color: var(--blue-lit);
}

#sec05 {
  padding: 150px 0 120px;
}

#sec05 h2 {
  letter-spacing: 0.045em;
  margin-bottom: 70px;
}

#sec05 .col {
  border: 6px solid currentColor;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 437px;
  padding: 27px 0 20px;
  position: relative;
}

#sec05 .col:nth-of-type(1) {
  color: var(--blue);
}

#sec05 .col:nth-of-type(2) {
  color: var(--green);
}

#sec05 .col > .head {
  font-size: 21px;
  font-weight: var(--fw-bold);
  line-height: 1.4;
  text-align: center;
}

#sec05 .col h3 {
  background-color: currentColor;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: var(--fw-mid);
  height: 50px;
  width: 248px;
  margin: 20px 0 3px;
}

#sec05 .col h3 span {
  color: #fff;
}

#sec05 .col > p,
#sec05 .col .unit,
#sec05 .col > .ini-cost {
  color: var(--normal);
}

#sec05 .col .unit {
  position: relative;
}

#sec05 .col .unit .tax {
  font-size: 0.4em;
  white-space: nowrap;
  position: absolute;
  top: -0.9em;
  right: -10px;
}

#sec05 .price {
  font-size: 35px;
  line-height: 1;
}

#sec05 .price .en {
  font-size: 90px;
  font-weight: var(--fw-bold);
  line-height: 1;
  position: relative;
}

#sec05 .price .en::before {
  content: "\¥";
  font-size: 0.588em;
  margin-right: 5px;
}

#sec05 .ribbon {
  margin: 16px auto 1px;
  max-width: 358px;
  width: 100%;
  position: relative;
}

#sec05 .ribbon::after {
  background-image: url("../img/top/icon_star.svg"), url("../img/top/icon_star.svg"), url("../img/top/icon_star.svg");
  background-position: right top, left 21px, right 60px bottom;
  background-repeat: no-repeat;
  background-size: 21.84px;
  content: "";
  height: 166.6%;
  width: 125.6%;
  margin: 0 auto;
  position: absolute;
  top: -16px;
  left: calc(50% + 2px);
  transform: translateX(-50%);
}

#sec05 .ribbon span {
  background-color: var(--pink);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 10px 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: var(--fw-bold);
  line-height: 1;
  height: 36px;
  width: 100%;
}

#sec05 .ini-cost {
  border: 1px solid #999;
  display: flex;
  align-items: center;
  gap: 20px;
  letter-spacing: 0.1em;
  line-height: 1.64;
  margin: 20px 0 2px 0;
  padding: 0 2px 0 0;
}

#sec05 .ini-cost .head {
  background-color: var(--normal);
  color: #fff;
  flex-shrink: 0;
  height: 100%;
  text-align: center;
  width: 6.5em;
}

#sec05 .ini-cost .en {
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
}

#sec05 .ini-cost .en::before {
  content: "\¥";
}

#sec05 .ini-cost .fs {
  font-size: 14px;
  letter-spacing: 0;
}

#sec05 .col > p {
  line-height: 1.875;
  margin: 0 auto;
  width: 80%;
}

#sec05 .col > p:last-child {
  margin: 12px 0 0;
}

.sec05-bnr {
  margin: 34px 0 12px;
}

.sec05-bnr-head {
  color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.01em;
  line-height: 1.8;
  height: 150px;
  padding: 0 25px 0 0;
  position: relative;
  z-index: 0;
}

.sec05-bnr-head p {
  line-height: 1.8;
  width: fit-content;
}

.sec05-bnr-head p .caution {
  color: var(--normal);
  font-size: var(--fz-sp);
  font-weight: var(--fw-mid);
  display: block;
  margin: 0 0 0 auto;
  text-align: right;
  width: fit-content;
}

.sec05-bnr-head::before {
  aspect-ratio: 160 / 151;
  background-image: url("../img/top/bnr_trial_img03.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  width: 160px;
  position: absolute;
  bottom: -5px;
  right: 114px;
  z-index: -1;
}

.sec05-bnr .banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 75px 0 50px;
  position: relative;
}

.sec05-bnr .banner .head {
  color: var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 13px 0 0;
}

.sec05-bnr .banner .head span:nth-of-type(2) {
  font-size: 0.72em;
}

.sec05-bnr .banner > figure {
  margin: 0 auto;
  padding: 0 0 0 50px;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 3px;
  z-index: -1;
}

.sec05-bnr .banner > figure span {
  letter-spacing: 0.05em;
  top: -21px;
  left: 0;
}

#sec05 .bnr-btn-head {
  margin: -3px 0 18px 5px;
}

.sec05-caution {
  font-size: 14px;
  font-weight: var(--fw-normal);
  line-height: 1.78;
}

#sec06 {
  padding: 130px 0 0;
}

.voice-list {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin: 55px auto 160px;
  max-width: 960px;
}

.voice-list .col {
  display: flex;
}

.voice-list .head {
  flex-shrink: 0;
  text-align: center;
  width: 240px;
}

.voice-list .head figure {
  background-color: #c5d0e3;
  border-radius: 100%;
  margin: 0 auto 0.8em;
  overflow: hidden;
  width: fit-content;
}

.voice-list .head p {
  line-height: 1.43;
}

.voice-list .box {
  padding: 35px 40px;
  width: 100%;
  position: relative;
  transition: 1s;
  transform-origin: left top;
}

.voice-list .box:not(.js-fadeIn) {
  transform: scale(0.5);
}

.voice-list .box::before {
  background-color: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: "";
  min-width: 0;
  height: 29px;
  width: 29px;
  position: absolute;
  top: 55px;
  left: -29px;
}

@media screen and (min-width: 769px) {
  .voice-list .col.reverse {
    flex-direction: row-reverse;
  }

  .voice-list .col.reverse .box {
    transform-origin: right top;
  }

  .voice-list .col.reverse .box::before {
    transform: scaleX(-1);
    left: auto;
    right: -29px;
  }
}

.voice-list h3 {
  color: var(--blue);
  font-size: 22px;
  letter-spacing: 0.01em;
  line-height: 1.57;
  padding-bottom: 0.5em;
  border-bottom: 2px dotted currentColor;
  margin-bottom: 0.5em;
}

.voice-list .box p {
  font-size: 15px;
}

#sec06 .banner {
  height: auto;
}

#sec06 .banner,
#sec06 .banner::before,
#sec06 .banner::after {
  border-radius: clamp(60px, 3.75vw, 90px);
}

#sec06 .banner .inner {
  max-width: 960px;
  padding: 70px 0 65px;
  position: relative;
}

#sec06 .banner .head {
  font-size: 34px;
  font-weight: var(--fw-bold);
  line-height: 1.66;
  margin: 0 0 11px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #sec06 .banner .head {
    width: var(--min);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
  }

  #sec06 .banner .btn-trial {
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 10px;
    right: -50px;
  }
}

#sec06 .chk-list ul {
  margin: 0;
  width: fit-content;
}

#sec06 .chk-list li::before {
  background-color: var(--blue);
  opacity: 1;
}

#sec06 .chk-list li {
  color: var(--blue);
  font-size: 28px;
  font-weight: var(--fw-bold);
  line-height: 1.77;
  min-height: 71px;
  padding: 0 0 0 56px;
}

#sec06 .chk-list + p {
  font-size: 15px;
  line-height: 1.96;
  margin: 10px 0 0 5px;
}

#sec06 .banner .img-bus {
  width: 208px;
  transform: scaleX(-1);
  position: absolute;
  bottom: 0;
  right: 22px;
}

#sec06 .banner .waves {
  right: 14px;
}

#sec07 {
  padding: 120px 0;
}

#sec07 h2 {
  margin: 0 0 45px;
}

.qa-box {
}

.qa-box + .qa-box {
  margin-top: 40px;
}

.qa-box dt {
  cursor: pointer;
  font-size: 20px;
  line-height: 1.75;
  padding: 30px 80px 25px 127px;
  position: relative;
}

.qa-box dd {
  display: none;
  line-height: 1.875;
  padding: 20px 80px 38px 127px;
  position: relative;
  z-index: 0;
}

.qa-box dd::before {
  border-top: 2px dotted var(--blue);
  content: "";
  height: 100%;
  width: calc(100% - 40px - 80px);
  position: absolute;
  top: 0;
  left: 40px;
  z-index: -1;
}

.qa-box dt::after,
.qa-box dd::after {
  display: block;
  font-size: 40px;
  font-weight: var(--fw-bold);
  line-height: 1;
  position: absolute;
}

.qa-box dt::after {
  color: var(--blue);
  content: "Q";
  top: 25px;
  left: 42px;
}

.qa-box dd::after {
  color: var(--pink);
  content: "A";
  top: 18px;
  left: 45px;
}

.qa-box dt span {
  background-color: var(--blue);
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  min-width: 0;
  width: 38px;
  display: block;
  position: absolute;
  top: 26px;
  right: 23px;
}

.qa-box dt span::before,
.qa-box dt span::after {
  background-color: #fff;
  border-radius: 9999px;
  height: 3px;
  width: 16px;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.4s;
}

.qa-box dt span::after {
  transform: rotate(-90deg);
}

.qa-box dt.open span::after {
  transform: rotate(0);
}

#sec08 {
  padding: 125px 0 88px;
}

#sec08 .flow-area {
  display: flex;
  column-gap: 55px;
  margin-top: 130px;
}

#sec08 .flow-area .col {
  width: calc(100% / 3);
  padding: 70px 38px 35px;
  position: relative;
}

#sec08 .flow-area .col:not(:first-child)::before {
  background-color: #7ecef4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 30px;
  width: 44px;
  position: absolute;
  left: -48px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(-90deg);
}

#sec08 .flow-area .col .en {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 140px;
  font-weight: var(--fw-bold);
  top: -77px;
  line-height: 1;
  color: var(--sky80);
}

#sec08 .flow-area .col p {
  line-height: 1.6;
  font-size: 17px;
  font-weight: var(--fw-bold);
}

#sec08 .flow-area .col p strong {
  color: var(--pink);
}

#sec08 .flow-area .col figure {
  text-align: center;
}

#sec08 .link-btn.btn-trial.flow-btn {
  margin-top: 100px !important;
}

#sec08 .link-btn.btn-trial.flow-btn a {
  background-color: var(--yellow);
  border: 2px solid var(--yellow);
}

#sec08 .link-btn.btn-trial.flow-btn a:hover {
  border: 2px solid #fff;
}

.link-btn.btn-trial.flow-btn a::before {
  background-color: #fff;
}

.btn-trial.flow-btn .icon {
  background-color: var(--blue);
  transition: 0.3s;
}

.btn-trial.flow-btn a:hover .icon {
  background-color: var(--yellow);
}

#sec09 {
  overflow-x: hidden;
}

#sec09 .cloud-area {
  padding: 130px 0 80px 0;
  position: relative;
  z-index: 1;
}

#sec09 .nums-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin: 25px auto 35px;
  padding: 0 50px 0 0;
  width: fit-content;
  position: relative;
}

#sec09 .nums-wrap::before {
  background-image: url("../img/top/icon_star.svg"), url("../img/top/icon_star.svg"), url("../img/top/icon_star.svg");
  background-position: 87px top, left bottom, right 55px;
  background-repeat: no-repeat;
  background-size: 22px auto;
  content: "";
  height: 128px;
  width: 669px;
  position: absolute;
  top: -32px;
  left: -118px;
  z-index: 1;
}

#sec09 .nums-wrap .nums01 {
  background: var(--blue);
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  color: #fff;
  display: grid;
  place-items: center;
  line-height: 1.4;
  font-size: 22px;
  font-weight: var(--fw-bold);
  margin: 15px 5px 0 0;
  width: 104px;
}

#sec09 .nums-wrap .nums02 {
  font-size: 132px;
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--blue);
}

#sec09 .nums-wrap .nums03 {
  font-size: 38px;
  font-weight: var(--fw-bold);
  line-height: 1;
  margin-top: 60px;
}

#sec09 .nums-wrap.scrollfade {
  opacity: 1;
  transform: inherit;
  transition: none;
}

#sec09 .nums-wrap.scrollfade::after {
  background-color: #fff;
  content: "";
  height: 100%;
  width: 100%;
  transform: scaleX(1);
  transform-origin: right;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
}

#sec09 .nums-wrap.scrollfade.js-fadeIn::after {
  transform: scaleX(0);
}

#sec09 .cloud-area .txt {
  line-height: 2.06;
  margin: 0 auto;
  width: 700px;
}

#sec09 .ft-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 25px 0 50px;
  max-width: 1382px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#sec09 .img-bus {
  margin: 0 0 6px;
  transform: scaleX(-1);
}

#sec09 .waves {
  width: 45px;
}

/* @end of main-content */

/* @end of footer */

/**************************** 
 SP
**************************** */

@media screen and (max-width: 768px) {
  /* @group main-visual */

  #main-visual {
    height: auto;
  }

  .mv-bg-wrap {
    height: 410px;
    min-width: 100%;
    top: 0;
  }

  .mv-bg {
    position: absolute;
    top: -10px;
    left: 30%;
    transform: translateX(-50%);
  }

  @media screen and (min-width: 580px) {
    .mv-bg {
      left: 48%;
    }
  }

  @media (orientation: landscape) {
    .mv-bg {
      left: 45%;
    }
  }

  .mvl-inner {
    background-color: var(--blue-lit);
    border-radius: 35px 35px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin: 195px 0 0;
    padding: 15px 20px 0;
    position: static;
  }

  .mv-txt1 {
    font-size: clamp(13px, 3.73vw, 14px);
  }

  .mv-txt1 span {
    font-size: clamp(11px, 3.2vw, 12px);
  }

  .mv-txt2 {
    font-size: clamp(41px, 12vw, 45px);
  }

  .mv-txt2 .fs {
    font-size: 30px;
  }

  .mv-btn {
    margin: 0 0 0;
    width: 100%;
  }

  .mv-txt3 {
    height: auto;
    margin: 0 auto 22px;
    padding: 0 0 5px 58px;
    width: fit-content;
    position: relative;
  }

  .mv-txt3 span:nth-of-type(1) {
    font-size: 15px;
    font-weight: var(--fw-mid);
    height: 24px;
    width: 53px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .mv-txt3 span:nth-of-type(1)::before {
    display: none;
  }

  .mv-txt3 span:nth-of-type(2) {
    font-size: 48px;
  }

  .mv-txt3 span:nth-of-type(3) {
    font-size: 18px;
    margin-left: 1px;
    top: 0;
  }

  .mv-txt3 span:nth-of-type(4) {
    font-size: 18px;
    margin: 0;
    width: auto;
  }

  .mv-btn [class^="btn-"] {
    margin: 0 auto 30px;
    width: 283px;
  }

  .mv-btn-head {
    height: 22px;
    width: 178px;
  }

  .mv-btn .btn-trial .btn-txt {
    font-size: 14px;
    padding-left: 30px;
  }

  .mv-btn .btn-trial .icon {
    width: 22px;
  }

  .mv-btn .btn-trial .btn-txt .fc-blue {
    font-size: 20px;
  }

  .mv-btn .btn-trial .mv-btn-head {
    font-size: 12px;
  }

  .mv-btn .btn-download .btn-txt {
    padding-left: 10px;
  }

  .mv-btn .btn-download .icon {
    width: 16px;
  }

  .mv-btn .btn-download .mv-btn-head {
    font-size: 11px;
  }

  /* @end */

  /* @group main-content */

  .outer-sp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner {
    max-width: 100%;
  }

  /* @group heading */

  h2 {
    font-size: 23px;
  }

  /* @end */

  /* @group pattern */

  [class*="pattern1-1"] {
    flex-direction: column;
    gap: 20px;
  }

  [class*="pattern1-1"] .col {
    width: 100%;
  }

  /* @end */

  /* @group box */

  .box {
    border-radius: 13px;
  }

  /* @end */

  /* @group link-btn */

  .box.banner {
    border-radius: 25px;
  }

  .banner {
    flex-direction: column;
    height: auto;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px 20px;
  }

  .banner::after {
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 79.46% 100%);
  }

  .bnr-btn-head {
    font-size: 17px;
    margin-bottom: 0.8em;
  }

  .banner div:has(> .bnr-btn-head):has(> .link-btn) {
    width: 100%;
  }

  .link-btn {
    width: 100%;
    max-width: 310px;
  }

  .link-btn a {
    font-size: 15px;
  }

  .link-btn.btn-trial a {
    padding-left: 45px;
  }

  .btn-trial .icon {
    width: 25px;
    left: 30px;
  }

  .link-btn.btn-download a {
    padding-left: 28px;
  }

  .btn-download .icon {
    width: 21px;
    left: 45px;
  }

  /* @end */

  /* @group slick */

  .sp-slide-wrap {
    position: relative;
  }

  .slick-slider {
    overflow-x: hidden;
  }

  .slick-track {
    display: flex;
  }

  .slick-slide {
    height: auto;
  }

  .slide-arrows {
    height: 100%;
    margin: auto;
    max-width: calc(275px + 34px + 15px);
    width: calc(73.33% + 34px + 15px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slick-arrow {
    aspect-ratio: 1 / 1;
    background-color: var(--blue);
    background-image: url("../img/top/slick-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: auto 0;
    width: 34px;
    min-width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .slick-arrow.prev-arrow {
    left: 0;
  }

  .slick-arrow.next-arrow {
    transform: scaleX(-1);
    right: 0;
  }

  .sp-slide-wrap:has(.slide-dots) {
    padding-bottom: 38px;
  }

  .slide-dots {
    line-height: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .dots-wrap {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 auto;
    width: fit-content;
  }

  .slide-dots li {
    aspect-ratio: 1 / 1;
    width: 7px;
    min-width: 0;
  }

  .slide-dots button {
    background-color: #fff;
    border: none;
    border-radius: 100%;
    box-shadow: none;
    color: transparent;
    display: inline-block;
    padding: 0;
    height: 100%;
    width: 100%;
  }

  .slide-dots .slick-active button {
    background-color: var(--yellow);
  }

  /* @end */

  .chk-list .slick-list {
    overflow: visible;
  }

  .chk-list .slick-track {
    gap: 15px;
  }

  .chk-list .col {
    padding: 22px 0 15px;
    max-width: 275px;
    width: 73.33%;
  }

  .chk-list h3 {
    height: 40px;
    margin-bottom: 12px;
  }

  .chk-list h3 span {
    font-size: 16px;
    min-width: 162px;
  }

  .chk-list h3 img {
    transform-origin: bottom;
    transform: scale(0.7);
  }

  .chk-list ul {
    margin: 0 auto;
    width: 80%;
  }

  .chk-list li {
    font-size: 15px;
    min-height: 80px;
    padding-left: 38px;
  }

  .chk-list li::before,
  .chk-list li::after {
    width: 25px;
  }

  #sec01 {
    padding: 40px 0 35px;
  }

  #sec01::before {
    border-radius: 0;
    height: 100%;
  }

  #sec01::after {
    height: 80px;
    width: 254px;
    bottom: calc(-80px + 35px);
    z-index: -1;
  }

  #sec01 .chk-list {
    padding-top: 80px;
  }

  #sec01 .slide-arrows {
    height: calc(100% - 80px);
  }

  #sec02 {
    padding: 97px 0 0;
  }

  #sec02::after {
    background-position: right 28.52% bottom;
    background-size: auto 67px;
  }

  #sec02 .inner {
    padding-bottom: 140px;
  }

  #sec02 h2 {
    font-size: 15px;
  }

  .sec02-txt1 {
    font-size: 22px;
    margin: 10px 0 0 4px;
  }

  #sec02 .chk-list {
    padding-top: 93px;
  }

  #sec02 .slide-arrows {
    height: calc(100% - 93px);
  }

  .sec02-txt1 img {
    width: 260px;
  }

  .sec02-txt2 {
    font-size: 22px;
    line-height: 2.15;
    margin-top: 40px;
    padding-bottom: 45px;
    left: 0;
  }

  .sec02-txt2::before {
    width: 89px;
    left: 9px;
    bottom: -18px;
  }

  .sec02-txt2 .deco1,
  .sec02-txt2 .deco2 {
    font-size: 19px;
    width: 64px;
    bottom: 3px;
  }

  .sec02-txt2 .deco1 {
    margin: 0 10px;
  }

  .sec02-txt2 .deco2 {
    margin: 0 10px 0 0;
  }

  .sec02-txt2 .deco3-wrap {
    font-size: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px 0 0 8px;
    left: 0;
  }

  .sec02-txt2 .deco3 {
    padding: 5px 10px 0 24px;
    width: fit-content;
  }

  .sec02-txt2 .deco3::before,
  .sec02-txt2 .deco3::after {
    width: 24px;
  }

  .sec02-bnr {
    flex-direction: column;
    border-radius: 25px;
    padding: 0;
  }

  .sec02-bnr .col {
    padding: 32px 0 35px;
  }

  #sec02 .img-bus {
    width: 113px;
    bottom: -4px;
    left: auto;
    right: calc(50% + 24%);
  }

  .waves {
    transform: scale(0.5);
    top: -30px;
    right: -12px;
  }

  .sec02-bnr .col .link-btn {
    width: calc(100% - 40px);
  }

  #sec03 {
    padding-top: 73px;
  }

  #sec03 h2 {
    gap: 18px;
  }

  #sec03 h2 > span {
    line-height: 1.4;
  }

  #sec03 h2 img {
    width: 260px;
  }

  .point-box {
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
    padding: 0 17px 5px;
  }

  .point-box .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 25px 0;
    width: 100%;
    max-width: 335px;
    position: relative;
  }

  .point-box .col:nth-child(2n) {
    align-items: flex-end;
  }

  .point-box .col + .col {
    border-width: 1.5px 0 0;
  }

  .point-box figure {
    display: flex;
    justify-content: center;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }

  .point-box figure img {
    width: clamp(160px, 50vw, 205px);
    max-width: inherit;
  }

  .point-box .col:nth-child(2n) figure {
    left: auto;
    right: 50%;
  }

  .point-box h3 {
    font-size: 80px;
    margin: 0;
    text-align: center;
    width: 50%;
  }

  .point-box h3 > span {
    padding-left: 0;
  }

  .point-box h3 span span {
    font-size: 11px;
    height: 18px;
  }

  .point-box p strong {
    font-size: clamp(14px, 4.26vw, 16px);
  }

  .point-box p > span {
    font-size: 11px;
  }

  .sec03-bnr .banner {
    padding: 28px 20px;
  }

  .sec03-bnr .banner > figure {
    margin: 0 auto;
    width: 78px;
    top: -61px;
    left: 0;
  }

  .sec03-bnr .head {
    font-size: clamp(15px, 4.53vw, 17px);
    margin: 8px auto;
    padding: 0;
    width: fit-content;
  }

  .sec03-bnr .head::before {
    bottom: -1px;
    left: -10px;
  }

  .sec03-bnr .head::after {
    bottom: -1px;
    right: -10px;
  }

  .sec03-bnr h3 {
    font-size: 32px;
  }

  .sec03-bnr h3 + p {
    font-size: 13px;
    line-height: 1.65;
    margin: 0 auto 25px;
    padding: 0 30px;
    text-align: center;
    width: fit-content;
    position: relative;
  }

  .sec03-bnr h3 + p img {
    margin: auto 0;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    width: 23px;
  }

  #sec04 {
    padding: 70px 0 0;
  }

  #sec04 h2 {
    margin-bottom: 33px;
  }

  #sec04 h2 span.head {
    gap: 14px;
    font-size: 15px;
    margin: 0 auto 20px;
    width: 220px;
  }

  #sec04 h2 span.head::before {
    height: 14px;
    width: 16px;
    bottom: -12px;
  }

  #sec04 h2 span.head img {
    width: 20px;
  }

  #sec04 .col {
    margin: 0 7.5px;
    padding: 20px 25px;
    width: 100%;
    max-width: 275px;
  }

  #sec04 .col h3 {
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0 0 16px 70px;
  }

  #sec04 .col h3 .en {
    font-size: 52px;
    letter-spacing: 0.01em;
    top: 6px;
    bottom: auto;
    left: -3px;
  }

  #sec04 .col h3 .en span {
    font-size: 15px;
    letter-spacing: 0;
    top: -10px;
    left: 2px;
  }

  #sec04 .col figure {
    height: 108px;
  }

  #sec04 .col figure img {
    transform: scale(1.08);
  }

  #sec04 .col > p {
    line-height: 1.96;
  }

  .sec04-bnr {
    margin-top: 150px;
  }

  .sec04-bnr .banner > figure {
    padding: 0;
    position: absolute;
    top: -36px;
    left: calc(50% - 2px);
    transform: translateX(-50%);
  }

  .banner .img-bus {
    width: 120px;
  }

  .banner .waves {
    transform: scale(0.7);
  }

  .banner .img-bus .waves {
    top: -31px;
    right: -9px;
  }

  .sec04-bnr .banner > figure > span {
    background-color: #fff;
    color: var(--blue);
    font-size: 14px;
    height: 28px;
    width: 143px;
    top: -53px;
    left: -71px;
  }

  .sec04-bnr .banner > figure > span::before {
    background-color: #fff;
  }

  .sec04-bnr .banner div:nth-child(2) {
    margin: 10px 0 0;
    width: 100%;
  }

  .sec04-bnr .head {
    font-size: 20px;
    margin: 0 auto 9px;
    padding: 0;
    width: fit-content;
  }

  .sec04-bnr .head::before {
    left: -13px;
  }

  .sec04-bnr .head::after {
    right: -13px;
  }

  .sec04-bnr h3 {
    font-size: 31px;
    line-height: 1.36;
    margin: 0 0 20px;
  }

  .sec04-bnr .banner div:nth-child(3) {
    margin: 0;
  }

  .sec04-bnr .banner .waves {
    --wave: #9fb1d1;
    --wave-on: #fff;
  }

  #sec05 {
    padding: 60px 0 55px;
  }

  #sec05 h2 {
    margin-bottom: 25px;
  }

  #sec05 .pattern1-1 {
    padding: 0 20px;
  }

  #sec05 .col {
    border-width: 3px;
    justify-content: flex-start;
    min-height: inherit;
  }

  #sec05 .ribbon {
    width: 85%;
    max-width: 278px;
  }

  #sec05 .ribbon::after {
    background-size: 16px;
    height: 190%;
    width: 115%;
    top: -14px;
  }

  #sec05 .ribbon span {
    clip-path: polygon(0 0, 100% 0, calc(100% - 7px) 50%, 100% 100%, 0 100%, 7px 50%);
    font-size: 16px;
    height: 30px;
    padding: 0 20px;
  }

  #sec05 .col > .head {
    font-size: 16px;
  }

  #sec05 .col h3 {
    font-size: 18px;
    height: 37px;
    margin: 16px 0 7px;
    width: 178px;
  }

  #sec05 .col .unit .tax {
    right: -7px;
  }

  #sec05 .price {
    font-size: 25px;
  }

  #sec05 .price .en {
    font-size: 65px;
  }

  #sec05 .col > p {
    font-size: 12px;
    line-height: 1.95;
    width: 85%;
  }

  #sec05 .ini-cost {
    gap: 15px;
    font-size: 11px;
    margin: 10px 0 0;
    padding: 0;
  }

  #sec05 .ini-cost .head {
    width: 7em;
  }

  #sec05 .ini-cost .en {
    font-size: 13px;
    line-height: 1;
  }

  #sec05 .ini-cost .fs {
    font-size: 10px;
  }

  #sec05 .col:nth-of-type(1) {
    padding-top: 58px;
  }

  #sec05 .col:nth-of-type(2) {
    padding-top: 26px;
  }

  .sec05-bnr-head {
    font-size: 22px;
    margin-bottom: 80px;
    padding: 0 20px;
  }

  .sec05-bnr-head::before {
    display: none;
  }

  .sec05-bnr-head p {
    text-align: center;
    line-height: 1.66;
  }

  .sec05-bnr-head p .caution {
    font-size: 10px;
    font-weight: var(--fw-normal);
    margin: 0 auto;
  }

  .sec05-bnr .banner {
    justify-content: center;
    padding: 27px 20px 28px;
  }

  .sec05-bnr .banner .head {
    font-size: 31px;
    line-height: 1.26;
    padding-top: 0;
    text-align: center;
  }

  .sec05-bnr .banner .head span:nth-of-type(2) {
    font-size: 0.55em;
    margin-top: -5px;
  }

  .sec05-bnr .banner > figure {
    margin: 0 auto;
    padding: 0 0 0 145px;
    top: -95px;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .sec05-bnr .banner > figure img {
    width: 110px;
  }

  .sec05-bnr .banner > figure span {
    font-size: var(--fz-sp);
    padding: 0 1.6em 0 1.2em;
    top: auto;
    bottom: 37px;
    left: 2px;
  }

  .banner > figure > span::before {
    height: 14px;
    width: 16px;
    left: 35px;
  }

  #sec05 .bnr-btn-head {
    margin: 28px 0 13px;
  }

  .sec05-caution {
    font-size: 12px;
    line-height: 1.95;
    margin: 16px 20px 0;
  }

  #sec06 {
    padding: 45px 0 0;
  }

  .voice-list {
    gap: 35px;
    margin: 25px auto 108px;
    padding: 0 20px;
  }

  .voice-list .col {
    flex-direction: column;
    align-items: flex-start;
  }

  .voice-list .head {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: -5px;
    text-align: left;
    position: relative;
    left: calc(50% - 82px);
    z-index: 1;
  }

  .voice-list .head figure {
    margin: 0;
    width: 82px;
    position: relative;
    top: 5px;
  }

  .voice-list .head p {
    line-height: 1.82;
  }

  .voice-list .box {
    padding: 25px;
    transform-origin: top;
  }

  .voice-list .box::before {
    clip-path: polygon(0 100%, calc(100% - 8px) 100%, 100% 0%);
    height: 23px;
    width: 35px;
    margin: 0 auto;
    top: -20px;
    bottom: auto;
    left: calc(50% - 132px);
  }

  .voice-list h3 {
    font-size: 19px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .voice-list .box p {
    font-size: var(--fz-sp);
  }

  #sec06 .banner,
  #sec06 .banner::before,
  #sec06 .banner::after {
    border-radius: 25px;
  }

  #sec06 .banner .inner {
    padding: 12px 0 0;
    width: fit-content;
  }

  #sec06 .banner .head {
    font-size: 22px;
    margin: 0 0 12px;
  }

  #sec06 .chk-list {
    margin: 0 auto;
    width: fit-content;
  }

  #sec06 .chk-list li {
    font-size: min(5.7vw, 23px);
    min-height: 85px;
    padding: 15px 0 15px 45px;
  }

  #sec06 .chk-list li::before,
  #sec06 .chk-list li::after {
    width: 30px;
  }

  #sec06 .chk-list + p {
    font-size: 14px;
    margin: 6px auto 20px;
    width: fit-content;
  }

  #sec06 .btn-trial {
    margin: 0 auto;
  }

  #sec06 .banner .img-bus {
    width: 120px;
    top: -70px;
    bottom: auto;
    left: 0;
    right: 5px;
    margin: 0 auto;
  }

  #sec06 .banner .waves {
    top: -30px;
    right: -9px;
  }

  #sec07 {
    padding: 55px 20px 35px;
  }

  #sec07 h2 {
    margin: 0 0 20px;
  }

  .qa-box + .qa-box {
    margin-top: 25px;
  }

  .qa-box dt {
    font-size: 17px;
    padding: 22px 50px 20px 55px;
  }

  .qa-box dd {
    padding: 20px 25px 30px 55px;
  }

  .qa-box dt::after,
  .qa-box dd::after {
    font-size: 28px;
  }

  .qa-box dt::after {
    top: 23px;
    left: 25px;
  }

  .qa-box dd::before {
    border-top-width: 1px;
    width: calc(100% - 50px);
    left: 25px;
  }

  .qa-box dd::after {
    top: 20px;
    left: 25px;
  }

  .qa-box dt span {
    width: 26px;
    top: calc(50% + 5px);
    right: 17px;
    transform: translateY(-50%);
  }

  #sec08 {
    padding: 55px 0 50px;
  }

  #sec08 .inner {
    padding: 0 20px;
  }

  #sec08 .flow-area {
    flex-direction: column;
    row-gap: 42px;
    margin-top: 23px;
  }

  #sec08 .flow-area .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    padding: 0 25px 15px;
    width: 100%;
  }

  #sec08 .flow-area .col .en {
    font-size: 95px;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  #sec08 .flow-area .col figure {
    margin-bottom: 0;
    width: 145px;
    max-width: 45%;
  }

  #sec08 .flow-area .col:nth-of-type(1) figure {
    position: relative;
    right: -14px;
  }

  #sec08 .flow-area .col:nth-of-type(3) {
    padding-top: 10px;
  }

  #sec08 .flow-area .col:nth-of-type(3) figure img {
    width: 127px;
    position: relative;
    left: 10px;
  }

  #sec08 .flow-area .col p {
    line-height: 1.81;
    margin-top: 0;
    width: 100%;
  }

  #sec08 .flow-area .col:not(:first-child)::before {
    top: -33px;
    bottom: auto;
    margin: auto;
    left: auto;
    width: 30px;
    height: 21px;
    transform: rotate(0deg);
  }

  #sec08 .link-btn.btn-trial.flow-btn {
    margin-top: 55px !important;
  }

  #sec09 .cloud-area {
    padding: 60px 0 138px 0;
  }

  #sec09 .nums-wrap {
    column-gap: 8px;
    margin: 30px auto;
    padding: 0 20px 0 15px;
  }

  #sec09 .nums-wrap::before {
    background-position: 64px top, 10px bottom, right 42px top 18px;
    background-size: 17px;
    height: 109px;
    width: 100%;
    top: -10px;
    left: 0;
  }

  #sec09 .nums-wrap .nums01 {
    width: 62px;
    font-size: 13px;
    margin: 10px 3px 0 0;
  }

  #sec09 .nums-wrap .nums02 {
    font-size: 80px;
  }

  #sec09 .nums-wrap .nums03 {
    font-size: 23px;
    margin-top: 40px;
  }

  #sec09 .cloud-area .txt {
    line-height: 1.96;
    padding: 0 20px;
    width: 100%;
  }

  #sec09 .ft-img {
    padding: 0 20px 0 45px;
    width: 100%;
  }

  #sec09 .ft-img > img {
    width: 96px;
  }

  #sec09 .img-bus {
    width: 109px;
    margin: 0 10px 4px 0;
  }

  #sec09 .waves {
    width: 50px;
    right: -14px;
  }

  /* @end of main-content */

  /* @group footer */

  /* @end of footer */

  /* @group common */

  .tel-link a {
    color: inherit;
    text-decoration: underline;
  }

  .sp-center-position {
    text-align: center !important;
  }
  .sp-left-position {
    text-align: left !important;
  }
  .sp-right-position {
    text-align: right !important;
  }

  /* fontsize */
  .fz-ss-sp {
    font-size: 69% !important;
  }
  .fz-s-sp {
    font-size: 85% !important;
  }
  .fz-m-sp {
    font-size: 100% !important;
  }
  .fz-l-sp {
    font-size: 115% !important;
  }
  .fz-ll-sp {
    font-size: 130% !important;
  }
  .fz-lll-sp {
    font-size: 146% !important;
  }
  .fz-llll-sp {
    font-size: 176% !important;
  }

  /* margin */
  .m-auto-sp {
    margin: 0 auto !important;
  }

  .mb-0-sp {
    margin-bottom: 0px !important;
  }
  .mb-5-sp {
    margin-bottom: 5px !important;
  }
  .mb-10-sp {
    margin-bottom: 10px !important;
  }
  .mb-15-sp {
    margin-bottom: 15px !important;
  }
  .mb-20-sp {
    margin-bottom: 20px !important;
  }
  .mb-25-sp {
    margin-bottom: 25px !important;
  }
  .mb-30-sp {
    margin-bottom: 30px !important;
  }
  .mb-35-sp {
    margin-bottom: 35px !important;
  }
  .mb-40-sp {
    margin-bottom: 40px !important;
  }
  .mb-45-sp {
    margin-bottom: 45px !important;
  }
  .mb-50-sp {
    margin-bottom: 50px !important;
  }
  .mb-55-sp {
    margin-bottom: 55px !important;
  }
  .mb-60-sp {
    margin-bottom: 60px !important;
  }
  .mb-65-sp {
    margin-bottom: 65px !important;
  }
  .mb-70-sp {
    margin-bottom: 70px !important;
  }
  .mb-75-sp {
    margin-bottom: 75px !important;
  }
  .mb-80-sp {
    margin-bottom: 80px !important;
  }
  .mb-85-sp {
    margin-bottom: 85px !important;
  }
  .mb-90-sp {
    margin-bottom: 90px !important;
  }
  .mb-95-sp {
    margin-bottom: 95px !important;
  }
  .mb-100-sp {
    margin-bottom: 100px !important;
  }

  .mb05em-sp {
    margin-bottom: 0.5em !important;
  }
  .mb1em-sp {
    margin-bottom: 1em !important;
  }
  .mb1hem-sp {
    margin-bottom: 1.5em !important;
  }
  .mb2em-sp {
    margin-bottom: 2em !important;
  }

  .last-para {
    margin-bottom: 45px !important;
  }
  .last-para2 {
    margin-bottom: 70px !important;
  }

  .ml-auto-sp {
    margin-left: auto !important;
  }
  .ml-0-sp {
    margin-left: 0px !important;
  }
  .ml-5-sp {
    margin-left: 5px !important;
  }
  .ml-10-sp {
    margin-left: 10px !important;
  }
  .ml-15-sp {
    margin-left: 15px !important;
  }
  .ml-20-sp {
    margin-left: 20px !important;
  }
  .ml-25-sp {
    margin-left: 25px !important;
  }
  .ml-30-sp {
    margin-left: 30px !important;
  }
  .ml-35-sp {
    margin-left: 35px !important;
  }
  .ml-40-sp {
    margin-left: 40px !important;
  }
  .ml-45-sp {
    margin-left: 45px !important;
  }
  .ml-50-sp {
    margin-left: 50px !important;
  }
  .ml-55-sp {
    margin-left: 55px !important;
  }
  .ml-60-sp {
    margin-left: 60px !important;
  }
  .ml-65-sp {
    margin-left: 65px !important;
  }
  .ml-70-sp {
    margin-left: 70px !important;
  }
  .ml-75-sp {
    margin-left: 75px !important;
  }
  .ml-80-sp {
    margin-left: 80px !important;
  }
  .ml-85-sp {
    margin-left: 85px !important;
  }
  .ml-90-sp {
    margin-left: 90px !important;
  }
  .ml-95-sp {
    margin-left: 95px !important;
  }
  .ml-100-sp {
    margin-left: 100px !important;
  }

  .mr-auto-sp {
    margin-right: auto !important;
  }
  .mr-0-sp {
    margin-right: 0px !important;
  }
  .mr-5-sp {
    margin-right: 5px !important;
  }
  .mr-10-sp {
    margin-right: 10px !important;
  }
  .mr-15-sp {
    margin-right: 15px !important;
  }
  .mr-20-sp {
    margin-right: 20px !important;
  }
  .mr-25-sp {
    margin-right: 25px !important;
  }
  .mr-30-sp {
    margin-right: 30px !important;
  }
  .mr-35-sp {
    margin-right: 35px !important;
  }
  .mr-40-sp {
    margin-right: 40px !important;
  }
  .mr-45-sp {
    margin-right: 45px !important;
  }
  .mr-50-sp {
    margin-right: 50px !important;
  }
  .mr-55-sp {
    margin-right: 55px !important;
  }
  .mr-60-sp {
    margin-right: 60px !important;
  }
  .mr-65-sp {
    margin-right: 65px !important;
  }
  .mr-70-sp {
    margin-right: 70px !important;
  }
  .mr-75-sp {
    margin-right: 75px !important;
  }
  .mr-80-sp {
    margin-right: 80px !important;
  }
  .mr-85-sp {
    margin-right: 85px !important;
  }
  .mr-90-sp {
    margin-right: 90px !important;
  }
  .mr-95-sp {
    margin-right: 95px !important;
  }
  .mr-100-sp {
    margin-right: 100px !important;
  }

  .mt-0-sp {
    margin-top: 0 !important;
  }
  .mt-5-sp {
    margin-top: 5px !important;
  }
  .mt-10-sp {
    margin-top: 10px !important;
  }
  .mt-15-sp {
    margin-top: 15px !important;
  }
  .mt-20-sp {
    margin-top: 20px !important;
  }
  .mt-25-sp {
    margin-top: 25px !important;
  }
  .mt-30-sp {
    margin-top: 30px !important;
  }
  .mt-35-sp {
    margin-top: 35px !important;
  }
  .mt-40-sp {
    margin-top: 40px !important;
  }
  .mt-45-sp {
    margin-top: 45px !important;
  }
  .mt-50-sp {
    margin-top: 50px !important;
  }
  .mt-55-sp {
    margin-top: 55px !important;
  }
  .mt-60-sp {
    margin-top: 60px !important;
  }
  .mt-65-sp {
    margin-top: 65px !important;
  }
  .mt-70-sp {
    margin-top: 70px !important;
  }
  .mt-75-sp {
    margin-top: 75px !important;
  }
  .mt-80-sp {
    margin-top: 80px !important;
  }
  .mt-85-sp {
    margin-top: 85px !important;
  }
  .mt-90-sp {
    margin-top: 90px !important;
  }
  .mt-95-sp {
    margin-top: 95px !important;
  }
  .mt-100-sp {
    margin-top: 100px !important;
  }

  /* padding */
  .pb-0-sp {
    padding-bottom: 0px !important;
  }
  .pb-5-sp {
    padding-bottom: 5px !important;
  }
  .pb-10-sp {
    padding-bottom: 10px !important;
  }
  .pb-15-sp {
    padding-bottom: 15px !important;
  }
  .pb-20-sp {
    padding-bottom: 20px !important;
  }
  .pb-25-sp {
    padding-bottom: 25px !important;
  }
  .pb-30-sp {
    padding-bottom: 30px !important;
  }
  .pb-35-sp {
    padding-bottom: 35px !important;
  }
  .pb-40-sp {
    padding-bottom: 40px !important;
  }
  .pb-45-sp {
    padding-bottom: 45px !important;
  }
  .pb-50-sp {
    padding-bottom: 50px !important;
  }
  .pb-55-sp {
    padding-bottom: 55px !important;
  }
  .pb-60-sp {
    padding-bottom: 60px !important;
  }
  .pb-65-sp {
    padding-bottom: 65px !important;
  }
  .pb-70-sp {
    padding-bottom: 70px !important;
  }
  .pb-75-sp {
    padding-bottom: 75px !important;
  }
  .pb-80-sp {
    padding-bottom: 80px !important;
  }
  .pb-85-sp {
    padding-bottom: 85px !important;
  }
  .pb-90-sp {
    padding-bottom: 90px !important;
  }
  .pb-95-sp {
    padding-bottom: 95px !important;
  }
  .pb-100-sp {
    padding-bottom: 100px !important;
  }

  .pl-0-sp {
    padding-left: 0px !important;
  }
  .pl-5-sp {
    padding-left: 5px !important;
  }
  .pl-10-sp {
    padding-left: 10px !important;
  }
  .pl-15-sp {
    padding-left: 15px !important;
  }
  .pl-20-sp {
    padding-left: 20px !important;
  }
  .pl-25-sp {
    padding-left: 25px !important;
  }
  .pl-30-sp {
    padding-left: 30px !important;
  }
  .pl-35-sp {
    padding-left: 35px !important;
  }
  .pl-40-sp {
    padding-left: 40px !important;
  }
  .pl-45-sp {
    padding-left: 45px !important;
  }
  .pl-50-sp {
    padding-left: 50px !important;
  }
  .pl-55-sp {
    padding-left: 55px !important;
  }
  .pl-60-sp {
    padding-left: 60px !important;
  }
  .pl-65-sp {
    padding-left: 65px !important;
  }
  .pl-70-sp {
    padding-left: 70px !important;
  }
  .pl-75-sp {
    padding-left: 75px !important;
  }
  .pl-80-sp {
    padding-left: 80px !important;
  }
  .pl-85-sp {
    padding-left: 85px !important;
  }
  .pl-90-sp {
    padding-left: 90px !important;
  }
  .pl-95-sp {
    padding-left: 95px !important;
  }
  .pl-100-sp {
    padding-left: 100px !important;
  }

  .pr-0-sp {
    padding-left: 0px !important;
  }
  .pr-5-sp {
    padding-left: 5px !important;
  }
  .pr-10-sp {
    padding-left: 10px !important;
  }
  .pr-15-sp {
    padding-left: 15px !important;
  }
  .pr-20-sp {
    padding-left: 20px !important;
  }
  .pr-25-sp {
    padding-left: 25px !important;
  }
  .pr-30-sp {
    padding-left: 30px !important;
  }
  .pr-35-sp {
    padding-left: 35px !important;
  }
  .pr-40-sp {
    padding-left: 40px !important;
  }
  .pr-45-sp {
    padding-left: 45px !important;
  }
  .pr-50-sp {
    padding-left: 50px !important;
  }
  .pr-55-sp {
    padding-left: 55px !important;
  }
  .pr-60-sp {
    padding-left: 60px !important;
  }
  .pr-65-sp {
    padding-left: 65px !important;
  }
  .pr-70-sp {
    padding-left: 70px !important;
  }
  .pr-75-sp {
    padding-left: 75px !important;
  }
  .pr-80-sp {
    padding-left: 80px !important;
  }
  .pr-85-sp {
    padding-left: 85px !important;
  }
  .pr-90-sp {
    padding-left: 90px !important;
  }
  .pr-95-sp {
    padding-left: 95px !important;
  }
  .pr-100-sp {
    padding-left: 100px !important;
  }

  .pt-0-sp {
    padding-top: 0px !important;
  }
  .pt-5-sp {
    padding-top: 5px !important;
  }
  .pt-10-sp {
    padding-top: 10px !important;
  }
  .pt-15-sp {
    padding-top: 15px !important;
  }
  .pt-20-sp {
    padding-top: 20px !important;
  }
  .pt-25-sp {
    padding-top: 25px !important;
  }
  .pt-30-sp {
    padding-top: 30px !important;
  }
  .pt-35-sp {
    padding-top: 35px !important;
  }
  .pt-40-sp {
    padding-top: 40px !important;
  }
  .pt-45-sp {
    padding-top: 45px !important;
  }
  .pt-50-sp {
    padding-top: 50px !important;
  }
  .pt-55-sp {
    padding-top: 55px !important;
  }
  .pt-60-sp {
    padding-top: 60px !important;
  }
  .pt-65-sp {
    padding-top: 65px !important;
  }
  .pt-70-sp {
    padding-top: 70px !important;
  }
  .pt-75-sp {
    padding-top: 75px !important;
  }
  .pt-80-sp {
    padding-top: 80px !important;
  }
  .pt-85-sp {
    padding-top: 85px !important;
  }
  .pt-90-sp {
    padding-top: 90px !important;
  }
  .pt-95-sp {
    padding-top: 95px !important;
  }
  .pt-100-sp {
    padding-top: 100px !important;
  }

  /* width */
  .wd-100p-sp {
    width: 100% !important;
  }
  .wd-90p-sp {
    width: 90% !important;
  }
  .wd-85p-sp {
    width: 85% !important;
  }
  .wd-80p-sp {
    width: 80% !important;
  }
  .wd-75p-sp {
    width: 75% !important;
  }
  .wd-70p-sp {
    width: 70% !important;
  }
  .wd-65p-sp {
    width: 65% !important;
  }
  .wd-60p-sp {
    width: 60% !important;
  }
  .wd-50p-sp {
    width: 50% !important;
  }
  .wd-40p-sp {
    width: 40% !important;
  }
  .wd-30p-sp {
    width: 30% !important;
  }
  .wd-25p-sp {
    width: 25% !important;
  }
  .wd-20p-sp {
    width: 20% !important;
  }
  .wd-15p-sp {
    width: 15% !important;
  }
  .wd-auto-sp {
    width: auto !important;
  }
}

@media screen and (max-width: 340px) {
  .sec02-txt1 {
    font-size: 17px;
  }

  .point-box figure {
    top: 20px;
    transform: inherit;
  }

  #sec05 .ini-cost .head {
    width: auto;
    padding: 5px 7px;
  }
}
