@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
}
@media (max-width: 414px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html, body {
  overflow-x: clip;
}

/* ホバー */
a {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

.l-inner {
  padding-inline: 3.75%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 64.875rem;
    padding-inline: 1.25rem;
  }
}

.footer {
  background: #fff;
  padding: 24px 0;
  font-size: 1rem;
  color: #010101;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .footer {
    text-align: center;
  }
}

.footer-links {
  margin-bottom: 8px;
}

.footer-link {
  color: #222;
  font-weight: 500;
}

.footer-divider {
  color: #010101;
  margin: 0 4px;
}

.footer-copyright {
  font-size: 1rem;
  color: #010101;
  text-align: center;
  margin-top: 32px;
}

.contact {
  position: relative;
  padding-top: 90px;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #318CFC 0%, #43B6E3 100%);
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 88px;
    padding-bottom: 70px;
  }
}

.contact-wrap {
  text-align: center;
  color: #fff;
}

.contact-sub {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact-sub {
    font-size: 1.75rem;
  }
}

.contact-title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 6px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contact-title {
    font-size: 3.4375rem;
    margin-top: 8px;
  }
}

.contact-bg {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6.125rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  opacity: 0.1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .contact-bg {
    font-size: 9.1875rem;
    top: 32px;
  }
}

.contact-tab-wrap {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .contact-tab-wrap {
    margin-bottom: 32px;
  }
}

.contact-tab-list {
  display: flex;
  border-bottom: 2px solid #3594F7;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-tab {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
  background: #ECECEC;
  border: none;
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  margin-right: 8px;
  transition: background 0.2s, color 0.2s;
}
.contact-tab.active {
  background: #3594F7;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact-tab {
    font-size: 1rem;
  }
}

.form-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 27px 20px 38px 20px;
  margin-top: 36px;
  margin-inline: auto;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .form-wrapper {
    max-width: 727px;
    padding: 50px 38px 31px 38px;
  }
}

.contact-form-group {
  margin-bottom: 18px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact-form-group {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .contact-form-group--textarea {
    align-items: flex-start;
  }
  .contact-form-group--textarea label {
    margin-top: 8px;
  }
}

.contact-form-group label {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #010101;
}
@media screen and (min-width: 768px) {
  .contact-form-group label {
    justify-content: space-between;
    width: 185px;
  }
}

.required {
  background: #FE7903;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 12px;
  display: inline-block;
}

.optional {
  background: #808080;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 12px;
  display: inline-block;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  font-size: 1rem;
  background: #f7f7f7;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
    padding: 20px;
    flex: 1;
  }
}

input::-moz-placeholder {
  color: #C9C9C9;
}

input::placeholder {
  color: #C9C9C9;
}

.contact-form textarea {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  font-size: 1rem;
  background: #f7f7f7;
  resize: vertical;
  min-height: 282px;
}
@media screen and (min-width: 768px) {
  .contact-form textarea {
    flex: 1;
    min-height: 277px;
  }
}

.contact-form-group.contact-form-privacy {
  text-align: center;
  display: flex;
  justify-content: center;
}

.contact-form-group.contact-form-privacy label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #474747;
  white-space: nowrap;
}

.contact-form-group.contact-form-privacy a {
  color: #4BA2F4;
}

.contact-form-privacy input[type=checkbox] {
  margin-right: 8px;
  accent-color: #318CFC;
}

.contact-form-submit {
  text-align: center;
}

.contact-form button[type=submit] {
  width: 100%;
  background-color: #FE7903;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 16px 0;
  cursor: pointer;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contact-form button[type=submit] {
    width: 271px;
    margin: 0 auto;
    display: block;
  }
}

.contact-form select option {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-form select {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .example-wrap {
    flex: 1;
  }
}

.contact-form select {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  font-size: 0.9375rem;
  background: #f7f7f7;
  margin-bottom: 0;
}

.contact-form select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.contact-form select:not([value=""]) {
  font-size: 1rem;
}

.form-example {
  font-size: 0.8125rem;
  color: #444;
  margin-top: 4px;
}

#trouble-flow {
  min-height: 140px;
}

.fix-btn {
  position: fixed;
  top: 246px;
  right: 0;
  z-index: 100;
  width: 72px;
}

.fv {
  padding-top: 32px;
  padding-bottom: 45px;
  background-image: url(../images/fv-sp-back.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .fv {
    background-image: url(../images/fv-pc-back.jpg);
    padding-top: 46px;
    padding-bottom: 38px;
  }
}

.fv-btn {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .fv-btn {
    margin-top: 43px;
    text-align: center;
    max-width: 624px;
    margin-inline: auto;
  }
}

.what-wrap {
  background: linear-gradient(to bottom, #318CFC 0%, #43B6E3 100%);
  border-radius: 14.5px;
}

.what {
  padding-top: 77px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .what {
    padding-top: 111px;
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 768px) {
  .what::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 702px;
    height: 693px;
    background-image: url(../images/what-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
  }
}

.what-bg {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6.125rem;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #285FD5 0%, #3EB598 100%);
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .what-bg {
    font-size: 9.1875rem;
  }
}

.what-sub {
  color: #0C2458;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .what-sub {
    font-size: 1.25rem;
  }
}

.what-title {
  color: #0C2458;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 4px;
  background-color: #fff;
  padding: 0 10px 15px;
  display: inline-block;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .what-title {
    font-size: 2.625rem;
    margin-top: 6px;
    padding: 0 27px 17px;
    border-radius: 14.5px;
  }
}

.what-wrap {
  margin-top: -25px;
  position: relative;
  z-index: -1;
  padding-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .what-wrap {
    margin-top: -70px;
  }
}

.what-img {
  width: 82.3671497585%;
  margin-inline: auto;
  padding-top: 62px;
}
@media screen and (min-width: 768px) {
  .what-img {
    max-width: 917px;
    width: 100%;
  }
}

.what-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .what-text {
    margin-top: 34px;
  }
}

.what-text span {
  font-size: 1.625rem;
}

.what-text2 {
  background-color: #fff;
  display: inline-block;
  border-radius: 100px;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .what-text2 {
    margin-top: 33px;
  }
}
.what-text2 .text-gradient {
  display: inline-block;
  padding: 8px 45px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #285FD5 0%, #3EB598 100%);
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .what-text2 .text-gradient {
    font-size: 1.5rem;
  }
}

.what-box {
  background-color: #3296D1;
  width: 90.4809619238%;
  border-radius: 15px;
  padding-top: 74px;
  padding-bottom: 43px;
  margin-top: -60px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .what-box {
    padding-top: 50px;
    margin-top: -25px;
  }
}

.what-text3 {
  color: #fff;
  font-size: 1.40625rem;
  font-weight: 500;
}

.what-text4 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #FFF200;
}
@media screen and (min-width: 768px) {
  .what-text4 {
    font-size: 1.9375rem;
    margin-top: 8px;
  }
}

.works {
  background-image: url(../images/works-bg-img-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 132px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .works {
    background-image: url(../images/works-bg-img.jpg);
    padding-top: 87px;
    padding-bottom: 56px;
  }
}

.works-bg {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6.125rem;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #285FD5 0%, #3EB598 100%);
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .works-bg {
    font-size: 9.1875rem;
    top: -50px;
  }
}

.works-inner {
  position: relative;
}

.works-illast {
  position: absolute;
  top: -175px;
  right: 0px;
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .works-illast {
    top: -130px;
    width: 284px;
    height: 284px;
  }
}

.works-sub {
  color: #040404;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works-sub {
    font-size: 1.75rem;
  }
}

.works-wrap {
  text-align: center;
}

.works-title {
  color: #285FD5;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 6px;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works-title {
    font-size: 3.4375rem;
    margin-top: 6px;
  }
}

.sample-img {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sample-img {
    margin-top: 80px;
  }
}

@-webkit-keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slider-container {
  display: flex;
  margin-top: 40px;
}

/* スライダー本体 */
.slider-wrapper {
  display: flex;
  -webkit-animation: horizontal-animation 20s linear infinite;
          animation: horizontal-animation 20s linear infinite;
}

/* スライドコンテンツ */
.slide {
  width: 340px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .slide {
    width: 389px;
    margin-right: 14px;
  }
}

.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.reason {
  background-image: url(../images/reason-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 86px;
}
.reason-title {
  text-align: center;
}

.reason-title img {
  width: 96%;
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .reason-title img {
    width: 62.7254509018%;
  }
}

.reason-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .reason-list {
    gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .reason-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .reason-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .reason-item-text {
    flex: 1;
  }
}

.reason-top-text {
  display: flex;
  align-items: center;
  gap: 3px;
}

.reason-number {
  font-size: 5.75rem;
  font-weight: 700;
  line-height: 1;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #285FD5 0%, #3EB598 100%);
  -webkit-text-fill-color: transparent;
  font-family: "Bebas Neue", sans-serif;
}

.reason-copy {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #285FD5 0%, #3EB598 100%);
  -webkit-text-fill-color: transparent;
  writing-mode: vertical-rl;
}
.reason-item-title {
  font-size: 1.875rem;
  font-weight: 900;
  color: #47C9A8;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .reason-item-title {
    margin-top: 0;
    font-size: 2.25rem;
  }
}

.reason-desc {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 13px;
}

.reason-img {
  aspect-ratio: 454/326;
  max-width: 28.375rem;
}
.reason-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .sp-flex {
    display: contents;
  }
}

.sp-flex-even {
  flex-direction: row-reverse;
}

.toushi-top-text {
  font-size: 2.1875rem;
  font-weight: 900;
  color: #181818;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .toushi-top-text {
    font-size: 3rem;
  }
}

.toushi-top-text span {
  font-size: 4.25rem;
  background: linear-gradient(45deg, #FF8802 0%, #FFB401 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "Bebas Neue", sans-serif;
}

.toushi-title {
  display: inline-block;
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .toushi-title {
    margin-top: 60px;
  }
}

.toushi-title::before,
.toushi-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 192px;
}
@media screen and (min-width: 768px) {
  .toushi-title::before,
.toushi-title::after {
    width: 54.5px;
    height: 155px;
  }
}

.toushi-title::before {
  left: -40px;
  background-image: url(../images/l-arrow-sp.png);
}
@media screen and (min-width: 768px) {
  .toushi-title::before {
    left: -60px;
    background-image: url(../images/l-arrow.png);
  }
}

.toushi-title::after {
  right: -40px;
  background-image: url(../images/r-arrow-sp.png);
}
@media screen and (min-width: 768px) {
  .toushi-title::after {
    background-image: url(../images/r-arrow.png);
    right: -60px;
  }
}

.toushi-title-wrap {
  text-align: center;
}

.toushi-bottom-text {
  font-size: 1.5625rem;
  font-weight: 900;
  color: #181818;
  text-align: center;
  letter-spacing: 0.1em;
  background: linear-gradient(70deg, #FF8802 0%, #FFB401 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .toushi-bottom-text {
    font-size: 2.25rem;
    margin-top: 8px;
  }
}

.scroll {
  overflow-x: scroll;
}

.hikaku-img {
  width: 43.75rem;
  margin-inline: auto;
  margin-top: 54px;
}

.scroll-text {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 500;
}

.hikaku-btn {
  margin-top: 35px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .hikaku-btn {
    max-width: 624px;
    margin-top: 60px;
  }
}

.plan {
  background-color: #EDF8FD;
  padding-bottom: 70px;
  position: relative;
}

.plan-title-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 313px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .plan-title-bg {
    width: 546px;
  }
}

.plan-wrap {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.plan-sub {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-top: 36px;
}
@media screen and (min-width: 768px) {
  .plan-sub {
    padding-top: 60px;
    font-size: 1.9375rem;
  }
}

.plan-title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 6px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .plan-title {
    font-size: 3.4375rem;
    margin-top: 6px;
  }
}

.plan-bg {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6.125rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.14;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .plan-bg {
    font-size: 9.1875rem;
    top: 14px;
  }
}

.plan-flex {
  margin-top: 86px;
}
@media screen and (min-width: 768px) {
  .plan-flex {
    display: flex;
    justify-content: space-between;
    gap: 2.6875rem;
    margin-top: 140px;
    align-items: center;
  }
}

.price-img {
  width: 67.6328502415%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .price-img {
    width: 34.0681362725%;
  }
}

.price-desc {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .price-desc {
    flex: 1;
    margin-top: 0;
  }
}

.price-title {
  font-size: 1.875rem;
  font-weight: 700;
  background: linear-gradient(to bottom, #285FD5 0%, #3EB598 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .price-title {
    font-size: 2.25rem;
  }
}

.price-text {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .price-text {
    padding: 24px;
  }
}

.price-text-title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #FE7903;
  white-space: nowrap;
}

.price-title2 {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .price-title2 {
    margin-top: 30px;
  }
}

.price-text-desc {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .price-text-desc {
    font-size: 1.25rem;
  }
}

.price-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .price-text-wrap {
    flex-direction: row;
    gap: 24px;
  }
}

.price-text-title2 {
  color: #285FD5;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

.flow {
  position: relative;
  padding-top: 83px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 88px;
    padding-bottom: 75px;
  }
}

.flow-wrap {
  text-align: center;
}

.flow-sub {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #040404;
}
@media screen and (min-width: 768px) {
  .flow-sub {
    font-size: 1.75rem;
  }
}

.flow-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 6px;
  display: inline-block;
  color: #285FD5;
}
@media screen and (min-width: 768px) {
  .flow-title {
    font-size: 3.4375rem;
    margin-top: 6px;
  }
}

.flow-bg {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6.125rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #285FD5 0%, #3EB598 100%);
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .flow-bg {
    font-size: 9.1875rem;
    top: 32px;
  }
}

.step-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-inline: auto;
  margin-top: 35px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-items {
    margin-top: 54px;
  }
}

.step-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 350px;
  background-color: #2B6ACD;
  opacity: 0.1;
}

.step-item {
  background: linear-gradient(80deg, #285FD5 0%, #3EB598 100%);
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding: 24px;
  border-radius: 34px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-item {
    width: 40.6875rem;
  }
}

.step-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 430px) {
  .step-item::before {
    width: 40px;
    height: 40px;
  }
}

.step-item:nth-of-type(1)::before {
  background-image: url(../images/step1.png);
}

.step-item:nth-of-type(2)::before {
  background-image: url(../images/step2.png);
}

.step-item:nth-of-type(3)::before {
  background-image: url(../images/step3.png);
}

.step-item:nth-of-type(4)::before {
  background-image: url(../images/step4.png);
}

.step-item:nth-of-type(5)::before {
  background-image: url(../images/a.png);
}

.flow-btn {
  margin-top: 50px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .flow-btn {
    max-width: 624px;
    margin-top: 78px;
  }
}

.faq {
  position: relative;
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #EDF8FD;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 88px;
    padding-bottom: 70px;
  }
}

.faq-wrap {
  text-align: center;
}

.faq-sub {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #040404;
}
@media screen and (min-width: 768px) {
  .faq-sub {
    font-size: 1.75rem;
  }
}

.faq-title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 6px;
  display: inline-block;
  color: #285FD5;
}
@media screen and (min-width: 768px) {
  .faq-title {
    font-size: 3.4375rem;
    margin-top: 6px;
  }
}

.faq-bg {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6.125rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  white-space: nowrap;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #285FD5 0%, #3EB598 100%);
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .faq-bg {
    font-size: 9.1875rem;
    top: 32px;
  }
}

.faq-item-q span {
  background-color: #285FD5;
  border-radius: 50%;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  margin-top: -4px;
  flex-shrink: 0;
}

.faq-item-a span {
  background: linear-gradient(45deg, #FF8802 0%, #FFB401 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  flex-shrink: 0;
}

.faq-item-q {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #040404;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .faq-item-q {
    font-size: 1.25rem;
    gap: 13px;
  }
}

.faq-item-a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  color: #040404;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .faq-item-a {
    font-size: 1.25rem;
    gap: 13px;
  }
}

.faq-item {
  border-bottom: 1px dotted #CACACA;
  padding-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .faq-item {
    padding-bottom: 20px;
  }
}

.faq-item:nth-child(n+2) {
  margin-top: 24px;
}

.faq-list {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .faq-list {
    margin-top: 82px;
    max-width: 750px;
    margin-inline: auto;
  }
}

.header {
  background-color: #fff;
  height: 65px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
}

.low-inner {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
}

.header-inner {
  display: flex;
  align-items: center;
  height: inherit;
  margin-right: auto;
}

.header-logo {
  width: 140px;
  margin-right: auto;
}

.thanks-inner {
  text-align: center;
}

.low-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #0C2458;
  margin-top: 54px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .low-title {
    font-size: 2.25rem;
  }
}

.low-text {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #040404;
}

.policy-text {
  max-width: 750px;
  margin-inline: auto;
}

.footer.low-footer {
  padding-top: 60px;
}

.policy {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 34px;
}

.policy__row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .policy__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}

.policy__label {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #285FD5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .policy__label {
    text-align: left;
    width: 32.1167883212%;
    padding: 14px 0 14px 27px;
    border-bottom: 1px solid #fff;
  }
}

.policy__value {
  width: 100%;
  font-size: 16px;
  padding: 14px 18px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .policy__value {
    flex: 1;
    color: #1C1C1C;
    background-color: #fff;
    font-weight: 500;
    text-align: left;
  }
}

.policy__value--blue {
  background-color: #F7F9FF;
}