@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* base
--------------------------------------------- */
body {
  font-family: "Noto Sans JP", serif;
  color: #333;
  background-color: #F9FBFE;
}
body.js-no-scroll {
  overflow-y: hidden;
}

/* component
--------------------------------------------- */
/* ヘッダー：CTAボタン */
.contact-button {
  display: inline-block;
  width: 240px;
  padding: 14px 56px 15px 10px;
  text-align: right;
  color: #fff;
  text-shadow: 1px 1px 0 #FF983B, -1px -1px 0 #FF983B;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  line-height: 1.4375;
  font-weight: 900;
  border-radius: 60px;
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFBB28), color-stop(36.11%, #FFA434), color-stop(69%, #F97D41), to(#FC590A));
  background: linear-gradient(90deg, #FFBB28 0%, #FFA434 36.11%, #F97D41 69%, #FC590A 100%);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(93, 45, 1, 0.6);
          box-shadow: 0px 0px 8px 0px rgba(93, 45, 1, 0.6);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width:768px) {
  .contact-button {
    width: 160px;
    padding: 8px 28px 8px 8px;
    line-height: 1.4285714286;
  }
}
.contact-button::before, .contact-button::after {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-button::before {
  width: 23px;
  height: 23px;
  top: 53%;
  right: 16px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  .contact-button::before {
    width: 15px;
    height: 15px;
    right: 7px;
  }
}
.contact-button::after {
  -webkit-mask-image: url(../img/icon-chevron-right-orange.svg);
          mask-image: url(../img/icon-chevron-right-orange.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 5px;
  height: 7px;
  top: 53%;
  right: 25px;
  background-color: #FF8516;
}
@media screen and (max-width:768px) {
  .contact-button::after {
    width: 4px;
    height: 5px;
    right: 12px;
  }
}
@media (any-hover: hover) {
  .contact-button:hover {
    opacity: 0.8;
  }
}

/* 次へ(送信)ボタン */
.form-button {
  display: inline-block;
  width: 260px;
  padding: 12px 10px;
  text-align: center;
  border-radius: 152px;
  background: -webkit-gradient(linear, left top, right top, from(#FFBB28), color-stop(36.11%, #FFA434), color-stop(69%, #F97D41), to(#FC590A));
  background: linear-gradient(90deg, #FFBB28 0%, #FFA434 36.11%, #F97D41 69%, #FC590A 100%);
  -webkit-box-shadow: 0px 8px 0px 0px #904A0A;
          box-shadow: 0px 8px 0px 0px #904A0A;
  color: #fff;
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.152px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width:400px) {
  .form-button {
    width: 150px;
    padding: 9px 0;
    line-height: 122.198%;
    letter-spacing: 0.864px;
    -webkit-box-shadow: 0px 5.499px 0px 0px #904A0A;
            box-shadow: 0px 5.499px 0px 0px #904A0A;
  }
}
@media (any-hover: hover) {
  .form-button:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width:400px) {
  input[type=submit].form-button {
    font-size: 15px;
  }
}

/* 戻るボタン */
.prev-button {
  display: inline-block;
  width: 260px;
  padding: 12px 10px;
  text-align: center;
  border-radius: 152px;
  background-color: #D2D2D2;
  color: #fff;
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 1.152px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width:400px) {
  .prev-button {
    width: 150px;
    padding: 9px 0;
    line-height: 122.198%;
    letter-spacing: 0.864px;
  }
}
@media (any-hover: hover) {
  .prev-button:hover {
    opacity: 0.8;
  }
}

/* CTAボタン */
.cta-button {
  display: inline-block;
  width: 408px;
  border-radius: 102px;
  padding: 27px 10px 29px;
  text-align: center;
  border: 3.4px solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFBB28), color-stop(36.11%, #FFA434), color-stop(69%, #F97D41), to(#FC590A));
  background: linear-gradient(90deg, #FFBB28 0%, #FFA434 36.11%, #F97D41 69%, #FC590A 100%);
  -webkit-box-shadow: 0px 0px 13.6px 0px rgba(93, 45, 1, 0.6);
          box-shadow: 0px 0px 13.6px 0px rgba(93, 45, 1, 0.6);
  color: #fff;
  text-shadow: 1px 1px #FF983B, -1px -1px #FF983B;
  font-size: clamp(1.25rem, 1.092rem + 0.68vw, 1.7rem);
  font-weight: 900;
  line-height: 1.4338235294;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width:768px) {
  .cta-button {
    width: 326px;
    padding: 6px 10px 6px;
    border-radius: 43.75px;
    border: 1.458px solid #fff;
    -webkit-box-shadow: 0px 0px 5.833px 0px rgba(93, 45, 1, 0.6);
            box-shadow: 0px 0px 5.833px 0px rgba(93, 45, 1, 0.6);
    line-height: 1.45;
  }
}

.cta-button__img {
  position: absolute;
  width: 277px;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:768px) {
  .cta-button__img {
    width: 180px;
    top: -18px;
  }
}

/* TOPへ戻るボタン(サンクスページ) */
.top-button {
  display: inline-block;
  width: 450px;
  text-align: center;
  padding: 31px 10px 32px;
  border-radius: 130.136px;
  border: 4px solid #fff;
  color: #2532AB;
  background-color: #fff;
  text-align: center;
  font-size: clamp(1.313rem, 1.114rem + 0.85vw, 1.875rem);
  font-weight: 700;
  line-height: 95.346%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width:768px) {
  .top-button {
    width: 325px;
    padding: 18px 10px 19px;
    border: 3px solid #fff;
    line-height: 95.345%;
  }
}
@media (any-hover: hover) {
  .top-button:hover {
    opacity: 0.8;
  }
}
.top-button::before, .top-button::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.top-button::before {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #2532AB;
  top: 53%;
  left: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .top-button::before {
    width: 27px;
    height: 27px;
    left: 27px;
  }
}
.top-button::after {
  -webkit-mask-image: url(../img/icon-chevron-left-white.svg);
          mask-image: url(../img/icon-chevron-left-white.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 8px;
  height: 11px;
  background-color: #fff;
  top: 53%;
  left: 54px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .top-button::after {
    width: 6px;
    height: 9px;
    left: 37px;
  }
}

/* セクション見出し */
/* STEPリスト */
/* layout
--------------------------------------------- */
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  padding: 0 24px;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(200, 228, 242, 0.2);
          box-shadow: 0px 6px 12px 0px rgba(200, 228, 242, 0.2);
  z-index: 999;
}
@media screen and (max-width:768px) {
  .header {
    height: 64px;
  }
}

.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1080px, 100%);
  margin-inline: auto;
}

.header__logo {
  width: 148px;
}
@media screen and (max-width:768px) {
  .header__logo {
    width: 101px;
  }
}
.header__logo img {
  width: 100%;
}

.header__logo-link {
  display: block;
}

/* footer */
.footer {
  padding: 42px 17px 24px;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  .footer {
    padding: 20px 17px 13px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 112px;
}
@media screen and (max-width:768px) {
  .footer__inner {
    gap: 30px;
  }
}

.footer__info-text {
  font-size: clamp(0.625rem, 0.471rem + 0.66vw, 1.063rem);
  font-weight: 700;
  line-height: 105.882%;
  letter-spacing: 0.816px;
}
@media screen and (max-width:768px) {
  .footer__info-text {
    line-height: 116%;
    letter-spacing: 0.1px;
  }
}
.footer__info-text:not(:first-child) {
  margin-top: 1em;
}

.footer__logo {
  width: 327px;
}
@media screen and (max-width:768px) {
  .footer__logo {
    width: 102px;
  }
}

.footer__logo-link {
  display: block;
}
.footer__logo-link img {
  width: 100%;
}

.footer__copyright {
  margin-top: 36px;
  text-align: center;
  font-size: clamp(0.625rem, 0.581rem + 0.19vw, 0.75rem);
  font-weight: 500;
  line-height: 250%;
  letter-spacing: 1.2px;
}
@media screen and (max-width:768px) {
  .footer__copyright {
    margin-top: 17px;
    letter-spacing: 0.1px;
  }
}

/* CTA section */
.cta {
  padding: 41px 0;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  position: relative;
}
@media screen and (max-width:768px) {
  .cta {
    padding: 24px 0;
  }
  .cta::after {
    content: "";
    position: absolute;
    bottom: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    background-image: url(../img/cta-photo-sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 195px;
    height: 137px;
    z-index: 1;
  }
}

.cta__textarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.cta__textarea::before, .cta__textarea::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:1024px) {
  .cta__textarea::before, .cta__textarea::after {
    content: none;
  }
}
.cta__textarea::before {
  background-image: url(../img/cta-woman-pc.webp);
  bottom: -41px;
  left: -340px;
  width: 360px;
  height: 429px;
}
.cta__textarea::after {
  background-image: url(../img/cta-man-pc.webp);
  bottom: -41px;
  right: -278px;
  width: 230px;
  height: 441px;
}
.cta__textarea.cta__textarea02 {
  margin-top: 35px;
}
@media screen and (max-width:768px) {
  .cta__textarea.cta__textarea02 {
    margin-top: 23px;
  }
}

.cta__text01 {
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  line-height: 2.4;
  font-weight: 700;
  letter-spacing: 0.96px;
}
@media screen and (max-width:768px) {
  .cta__text01 {
    line-height: 1;
    letter-spacing: 0.768px;
  }
}

.cta__text-blue {
  margin-top: 3px;
  background-color: #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .cta__text-blue {
    margin-top: 16px;
  }
}
.cta__text-blue span.inner {
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1rem, 0.648rem + 1.5vw, 2rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 2.688px;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .cta__text-blue span.inner {
    line-height: 137.904%;
    letter-spacing: 0.7px;
  }
}
.cta__text-blue span.dot {
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.cta__text-blue span.dot::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/text-dot.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .cta__text-blue span.dot::before {
    top: -2px;
    width: 6px;
    height: 6px;
  }
}

.cta__text02 {
  margin-top: 17px;
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  font-weight: 700;
  line-height: 166.667%;
}
@media screen and (max-width:768px) {
  .cta__text02 {
    margin-top: 9px;
    line-height: 1.5;
  }
}
.cta__text02.cta02__text02 {
  margin-top: 0;
}

.cta__top-message {
  text-align: center;
}
.cta__top-message span {
  display: inline-block;
}
.cta__top-message span.is-normal {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width:768px) {
  .cta__top-message span.is-normal {
    font-size: 16px;
    line-height: 1.5;
  }
}
.cta__top-message span.gradation {
  background: -webkit-gradient(linear, left top, right top, from(#FFBB28), color-stop(36.11%, #FFA434), color-stop(69%, #F97D41), to(#FC590A));
  background: linear-gradient(90deg, #FFBB28 0%, #FFA434 36.11%, #F97D41 69%, #FC590A 100%);
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  padding: 0 4px 6px;
  margin-right: 2px;
}
@media screen and (max-width:768px) {
  .cta__top-message span.gradation {
    padding: 0 2px 2px;
    font-size: 23px;
  }
}
.cta__top-message span.gradation span.is-lg {
  font-size: 60px;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .cta__top-message span.gradation span.is-lg {
    font-size: 35px;
  }
}

.cta__btn-wrap {
  margin-top: 64px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .cta__btn-wrap {
    margin-top: 112px;
  }
}

/* form
--------------------------------------------- */
.form {
  display: none;
}
.form.is-current {
  display: block;
  margin-top: 40px;
}

.form-wrap {
  padding: 0 16px;
}

.form-q {
  text-align: center;
  font-size: clamp(1.25rem, 0.909rem + 1.45vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.536px;
}
@media screen and (max-width:768px) {
  .form-q {
    margin-top: 16px;
    letter-spacing: 0.96px;
  }
}

.form-q__notice {
  margin-top: 16px;
  text-align: center;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  line-height: 2;
  letter-spacing: 0.768px;
}
@media screen and (max-width:768px) {
  .form-q__notice {
    margin-top: 8px;
    line-height: 137.983%;
    letter-spacing: 0.576px;
  }
}

.form-content-wrap {
  margin-top: 24px;
  border-radius: 48px;
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (max-width:768px) {
  .form-content-wrap {
    margin-top: 16px;
    border-radius: 24px;
  }
}

/* Q1 希望勤務地 */
.area-items {
  margin-top: 25px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(4, 125px);
  gap: 24px;
}
@media screen and (max-width:768px) {
  .area-items {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.area-item {
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .area-item {
    border-radius: 4px;
  }
}
.area-item::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: 121px;
  height: 72px;
  background: #fff;
  border-radius: 14px;
}
@media screen and (max-width:768px) {
  .area-item::after {
    border-radius: 4px;
    width: 99.2%;
    height: 89%;
  }
}
@media screen and (max-width:400px) {
  .area-item::after {
    width: 98.6%;
  }
}
.area-item.checked {
  background: transparent;
}
.area-item.checked::after {
  content: none;
}
.area-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.area-item input[type=checkbox]:checked + label {
  background: linear-gradient(118deg, #2E0095 0.54%, #00ECFF 100%);
  color: #fff;
}

.area-item label {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 26px 9px 27px;
  border-radius: 16px;
  cursor: pointer;
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  color: #103BAB;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .area-item label {
    border-radius: 4px;
    padding: 9px 9px 10px;
  }
}

/* Q2 年齢 */
.age-items {
  margin-top: 33px;
}
.select-wrap {
  width: 200px;
  height: 80px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .select-wrap {
    width: 200px;
    height: 64px;
  }
}
.select-wrap::before, .select-wrap::after {
  content: "";
  position: absolute;
  display: inline-block;
}
.select-wrap::after {
  top: -2px;
  left: -2px;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  width: 204px;
  height: 84px;
}
@media screen and (max-width:768px) {
  .select-wrap::after {
    border-radius: 18px;
    width: 205px;
    height: 68px;
  }
}
.select-wrap span {
  display: inline-block;
  position: absolute;
  z-index: 3;
}
.select-wrap span.icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  background-image: url(../img/icon-blue-triangle-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 16px;
  height: 16px;
}

.age01,
.age02 {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  text-align: center;
  color: #103BAB;
  font-weight: 700;
  line-height: 112.393%;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.age01:active, .age01:focus-visible,
.age02:active,
.age02:focus-visible {
  outline: none;
}

.form-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (max-width:768px) {
  .form-age {
    gap: 9px;
  }
}
.form-age span {
  display: inline-block;
}
.form-age span.text {
  font-size: clamp(1.25rem, 1.136rem + 0.48vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
}

/* お名前とフリガナ */
.form-name-list {
  margin-top: 33px;
}
@media screen and (max-width:768px) {
  .form-name-list {
    margin-top: 16px;
  }
}

.form-name-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:768px) {
  .form-name-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.form-name-item:not(:first-child) {
  margin-top: 16px;
}
.form-name-item .form-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  text-align: center;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: 500;
  line-height: 112.393%;
}
@media screen and (max-width:768px) {
  .form-name-item .form-name {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    line-height: 168.59%;
  }
}

.form-name-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.form-name-inner {
  width: 200px;
  height: 56px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:500px) {
  .form-name-inner {
    width: 133px;
    height: 40px;
    border-radius: 8px;
  }
}
.form-name-inner::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 204px;
  height: 60px;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
}
@media screen and (max-width:500px) {
  .form-name-inner::after {
    width: 137px;
    height: 44px;
    border-radius: 10px;
  }
}

.name01,
.name02 {
  width: 100%;
  height: 100%;
  padding: 14px 15px;
  border-radius: 16px;
  background: #fff;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:500px) {
  .name01,
  .name02 {
    font-size: 16px;
    padding: 6px 9px 7px;
    border-radius: 8px;
  }
}
.name01:focus,
.name02:focus {
  outline: none;
}
.name01::-webkit-input-placeholder, .name02::-webkit-input-placeholder {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 700;
}
.name01::-moz-placeholder, .name02::-moz-placeholder {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 700;
}
.name01:-ms-input-placeholder, .name02:-ms-input-placeholder {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 700;
}
.name01::-ms-input-placeholder, .name02::-ms-input-placeholder {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 700;
}
.name01::placeholder,
.name02::placeholder {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width:500px) {
  .name01::-webkit-input-placeholder, .name02::-webkit-input-placeholder {
    font-size: 13px;
  }
  .name01::-moz-placeholder, .name02::-moz-placeholder {
    font-size: 13px;
  }
  .name01:-ms-input-placeholder, .name02:-ms-input-placeholder {
    font-size: 13px;
  }
  .name01::-ms-input-placeholder, .name02::-ms-input-placeholder {
    font-size: 13px;
  }
  .name01::placeholder,
  .name02::placeholder {
    font-size: 13px;
  }
}

.form-wrap .form-btns-1.name-btns,
.form-wrap .form-btns-2.name-btns {
  margin-top: 34px;
}
@media screen and (max-width:768px) {
  .form-wrap .form-btns-1.name-btns,
  .form-wrap .form-btns-2.name-btns {
    margin-top: 39px;
  }
}

/* ご連絡先 */
.form-info-list {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .form-info-list {
    margin-top: 16px;
  }
}

.form-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (max-width:768px) {
  .form-info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
.form-info-item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .form-info-item:not(:first-child) {
    margin-top: 14px;
  }
}
.form-info-item .form-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 158px;
          flex: 0 0 158px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width:768px) {
  .form-info-item .form-info {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.form-info-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 409px;
          flex: 0 0 409px;
  width: 409px;
  height: 56px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .form-info-inner {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 274px;
    height: 40px;
  }
}
.form-info-inner::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 18px;
  width: 413px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
}
@media screen and (max-width:768px) {
  .form-info-inner::after {
    border-radius: 10px;
    width: 278px;
    height: 44px;
  }
}

.tel01,
.tel02,
.email01,
.email02 {
  width: 100%;
  height: 100%;
  padding: 14px 16px 15px;
  border-radius: 16px;
  background: #fff;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .tel01,
  .tel02,
  .email01,
  .email02 {
    border-radius: 8px;
    font-size: 16px;
    padding: 6px 10px 7px;
  }
}
.tel01::-webkit-input-placeholder, .tel02::-webkit-input-placeholder, .email01::-webkit-input-placeholder, .email02::-webkit-input-placeholder {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 700;
  line-height: 168.59%;
}
.tel01::-moz-placeholder, .tel02::-moz-placeholder, .email01::-moz-placeholder, .email02::-moz-placeholder {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 700;
  line-height: 168.59%;
}
.tel01:-ms-input-placeholder, .tel02:-ms-input-placeholder, .email01:-ms-input-placeholder, .email02:-ms-input-placeholder {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 700;
  line-height: 168.59%;
}
.tel01::-ms-input-placeholder, .tel02::-ms-input-placeholder, .email01::-ms-input-placeholder, .email02::-ms-input-placeholder {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 700;
  line-height: 168.59%;
}
.tel01::placeholder,
.tel02::placeholder,
.email01::placeholder,
.email02::placeholder {
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 700;
  line-height: 168.59%;
}
@media screen and (max-width:768px) {
  .tel01::-webkit-input-placeholder, .tel02::-webkit-input-placeholder, .email01::-webkit-input-placeholder, .email02::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 2;
  }
  .tel01::-moz-placeholder, .tel02::-moz-placeholder, .email01::-moz-placeholder, .email02::-moz-placeholder {
    font-size: 13px;
    line-height: 2;
  }
  .tel01:-ms-input-placeholder, .tel02:-ms-input-placeholder, .email01:-ms-input-placeholder, .email02:-ms-input-placeholder {
    font-size: 13px;
    line-height: 2;
  }
  .tel01::-ms-input-placeholder, .tel02::-ms-input-placeholder, .email01::-ms-input-placeholder, .email02::-ms-input-placeholder {
    font-size: 13px;
    line-height: 2;
  }
  .tel01::placeholder,
  .tel02::placeholder,
  .email01::placeholder,
  .email02::placeholder {
    font-size: 13px;
    line-height: 2;
  }
}
.tel01:focus,
.tel02:focus,
.email01:focus,
.email02:focus {
  outline: none;
}

.form-wrap .form-btns-1.info-btns,
.form-wrap .form-btns-2.info-btns {
  margin-top: 25px;
}
@media screen and (max-width:768px) {
  .form-wrap .form-btns-1.info-btns,
  .form-wrap .form-btns-2.info-btns {
    margin-top: 39px;
  }
}

/* tab */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width:768px) {
  .tabs {
    gap: 8px;
  }
}

.tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    width: 72px;
    height: 72px;
  }
}
.tab::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width:768px) {
  .tab::after {
    width: 66px;
    height: 66px;
  }
}
.tab:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -24px;
  display: inline-block;
  width: 24px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
}
@media screen and (max-width:768px) {
  .tab:not(:first-child)::before {
    left: -8px;
    width: 8px;
    height: 2px;
  }
}
.tab span.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .tab span.inner {
    gap: 6px;
  }
}
.tab span.number {
  font-family: "Roboto", serif;
  color: #103BAB;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.42px;
}
@media screen and (max-width:768px) {
  .tab span.number {
    font-size: 13px;
  }
}
.tab span.text {
  font-size: 14px;
  color: #103BAB;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.672px;
}
@media screen and (max-width:768px) {
  .tab span.text {
    font-size: 13px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width:400px) {
  .tab span.text {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
}
.tab.is-current {
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
}
.tab.is-current::after {
  content: none;
}
.tab.is-current span.number {
  color: #fff;
}
.tab.is-current span.text {
  color: #fff;
}

/* 前後ボタン */
.form-btns-1,
.form-btns-2 {
  display: none;
}
.form-btns-1.is-current,
.form-btns-2.is-current {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
@media screen and (max-width:768px) {
  .form-btns-1.is-current,
  .form-btns-2.is-current {
    margin-top: 16px;
  }
}

/* エラー文 */
.error-message {
  margin-top: 8px;
  text-align: center;
  font-size: 18px;
  color: #FF3333;
  font-weight: 700;
  display: none;
}
.error-message.error {
  display: block;
}

/* confirm
--------------------------------------------- */
.confirm {
  margin-top: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
}
@media screen and (max-width:768px) {
  .confirm {
    margin-top: 64px;
  }
}

.confirm__contents {
  padding: 120px 0 64px;
}
@media screen and (max-width:768px) {
  .confirm__contents {
    padding: 81px 0 64px;
  }
}

.confirm__heading {
  text-align: center;
  position: relative;
  z-index: 1;
}
.confirm__heading::after {
  content: "PROBLEM";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(4rem, 1.931rem + 8.83vw, 9.875rem);
  color: rgba(255, 255, 255, 0.15);
  font-family: "Montserrat", serif;
  font-weight: 700;
  z-index: 1;
}
.confirm__heading span {
  display: inline-block;
}
.confirm__heading span.inner {
  color: #fff;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  font-weight: 900;
  line-height: 1.2083333333;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .confirm__heading span.inner {
    line-height: 1.1875;
  }
}

.confirm__inner {
  width: min(698px, 100%);
  margin-inline: auto;
  padding: 83px 24px 0;
}
@media screen and (max-width:768px) {
  .confirm__inner {
    padding: 68px 24px 0;
  }
}

.confirm__content {
  background-color: #fff;
  padding: 36px 34px 70px;
  border-radius: 48px;
}
@media screen and (max-width:768px) {
  .confirm__content {
    padding: 24px 12px 46px;
    border-radius: 24px;
  }
}

.confirm__message {
  text-align: center;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: 900;
  line-height: 1.6666666667;
  letter-spacing: 1.152px;
}
@media screen and (max-width:768px) {
  .confirm__message {
    line-height: 1.5;
  }
}

.confirm__list {
  margin-top: 24px;
  padding-top: 8px;
  border-top: 2px solid #D2D2D2;
}
@media screen and (max-width:768px) {
  .confirm__list {
    margin-top: 29px;
    padding-top: 10px;
  }
}

.confirm__list-item {
  padding-bottom: 8px;
  border-bottom: 2px solid #D2D2D2;
}
.confirm__list-item:not(:first-child) {
  margin-top: 18px;
}
@media screen and (max-width:768px) {
  .confirm__list-item:not(:first-child) {
    margin-top: 12px;
  }
}
.confirm__list-item dt {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .confirm__list-item dt {
    font-size: 15px;
  }
}
.confirm__list-item dt span {
  display: inline-block;
}
.confirm__list-item dt span.num {
  margin-right: 16px;
  font-family: "Roboto", serif;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .confirm__list-item dt span.num {
    font-size: 18px;
  }
}
.confirm__list-item dd {
  margin-top: 12px;
  color: #103BAB;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.576px;
}
@media screen and (max-width:768px) {
  .confirm__list-item dd {
    font-size: 15px;
    letter-spacing: -0.48px;
  }
}

.confirm__agree {
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .confirm__agree {
    margin-top: 14px;
  }
}

.confirm__agree-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .confirm__agree-title {
    font-size: 15px;
  }
}

.confirm__agree-notice {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.512px;
}
@media screen and (max-width:768px) {
  .confirm__agree-notice {
    font-size: 15px;
    letter-spacing: -0.48px;
  }
}

.confirm__agree-wrap {
  margin-top: 14px;
  height: 270px;
  overflow-y: auto;
  border: 2px solid #D2D2D2;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width:768px) {
  .confirm__agree-wrap {
    margin-top: 19px;
    height: 385px;
  }
}
.confirm__agree-wrap::-webkit-scrollbar {
  display: none;
}

.confirm__agree-content {
  padding: 24px 24px 20px;
}
@media screen and (max-width:768px) {
  .confirm__agree-content {
    padding: 17px 12px 24px;
  }
}

.confirm__agree-textarea {
  padding-bottom: 16px;
  border-bottom: 1px dashed #D2D2D2;
}
.confirm__agree-textarea:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .confirm__agree-textarea:not(:first-child) {
    margin-top: 24px;
  }
}

.confirm__agree-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8461538462;
}
.confirm__agree-text span.is-bold {
  font-weight: 700;
}

.confirm__agree-info {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8461538462;
}

/* ボタンレイアウト */
.confirm__btn-list {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width:768px) {
  .confirm__btn-list {
    margin-top: 24px;
    gap: 8px;
  }
}

/* thanks
--------------------------------------------- */
.thanks {
  margin-top: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
}
@media screen and (max-width:768px) {
  .thanks {
    margin-top: 64px;
  }
}

.thanks__contents {
  padding: 156px 0 139px;
}
@media screen and (max-width:768px) {
  .thanks__contents {
    padding: 81px 0 66px;
  }
}

.thanks__heading {
  text-align: center;
  position: relative;
  z-index: 1;
}
.thanks__heading::after {
  content: "THANKS";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(4rem, 1.931rem + 8.83vw, 9.875rem);
  color: rgba(255, 255, 255, 0.15);
  font-family: "Montserrat", serif;
  font-weight: 700;
  z-index: 1;
}
.thanks__heading span {
  display: inline-block;
}
.thanks__heading span.inner {
  color: #fff;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  font-weight: 900;
  line-height: 1.2083333333;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .thanks__heading span.inner {
    line-height: 1.1875;
  }
}

.thanks__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 59px auto 0;
  padding: 14px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: clamp(0.938rem, 0.682rem + 1.09vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .thanks__title {
    margin: 61px auto 0;
    padding: 9px 0;
    line-height: 1.5666666667;
  }
}

.thanks__message {
  margin-top: 24px;
  text-align: center;
  color: #fff;
  font-size: clamp(0.813rem, 0.67rem + 0.61vw, 1.125rem);
  font-weight: 700;
  line-height: 1.7777777778;
  padding: 0 24px;
}
@media screen and (max-width:768px) {
  .thanks__message {
    margin-top: 15px;
    line-height: 1.8461538462;
  }
}

.thanks__btn-wrap {
  margin-top: 53px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .thanks__btn-wrap {
    margin-top: 32px;
  }
}

/* ---------- utility ---------- */
/* マーカー */
.u-marker-yellow {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #F9F900), to(#F9F900));
  background: linear-gradient(to bottom, transparent 55%, #F9F900 55%, #F9F900 100%);
}

.u-marker-pink {
  display: inline;
  font-weight: 700;
}

.u-underline-yellow {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-underline-offset: -4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* グラデーション */
/* 改行 */
.u-br-sp {
  display: none;
}
@media screen and (max-width:375px) {
  .u-br-sp {
    display: inline;
  }
}

.u-br-sm {
  display: inline;
}
@media screen and (max-width:500px) {
  .u-br-sm {
    display: none;
  }
}

.u-br-tab {
  display: none;
}
@media screen and (max-width:768px) {
  .u-br-tab {
    display: inline;
  }
}

.u-br-tab-lg {
  display: inline;
}
@media screen and (max-width:800px) {
  .u-br-tab-lg {
    display: none;
  }
}

.u-br-pc {
  display: inline;
}
@media screen and (max-width:1024px) {
  .u-br-pc {
    display: none;
  }
}

/* PCファースト */
.u-pc-br {
  display: none;
}
@media screen and (max-width:1024px) {
  .u-pc-br {
    display: inline;
  }
}

.u-tab-br {
  display: none;
}
@media screen and (max-width:768px) {
  .u-tab-br {
    display: inline;
  }
}

@media screen and (max-width:768px) {
  .u-tab-hidden {
    display: none;
  }
}

/* 文字色：メインカラー */
.u-font-main {
  font-weight: 700;
}

.u-font-accent {
  font-weight: 700;
}

/* 太字 */
.u-is-bold {
  font-weight: 700;
}

/* fv
--------------------------------------------- */
.fv {
  height: 766px;
  margin-top: 70px;
  padding-right: 23px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:900px) {
  .fv {
    height: 630px;
    margin-top: 64px;
    padding-right: 0;
  }
}
.fv::before, .fv::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fv::before {
  background-image: url(../img/fv-bg-pc.webp);
  top: 0;
  right: 0;
  width: 910px;
  height: 100%;
}
@media screen and (max-width:1024px) {
  .fv::before {
    width: 770px;
    right: -110px;
  }
}
@media screen and (max-width:900px) {
  .fv::before {
    background-image: url(../img/fv-bg-sp.webp);
    width: 100%;
    right: 0;
  }
}
@media screen and (max-width:900px) {
  .fv::after {
    background-image: url(../img/fv-photo-sp.webp);
    width: 650px;
    height: 514px;
    bottom: 0;
    left: 76%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width:768px) {
  .fv::after {
    width: 440px;
    height: 310px;
    background-size: contain;
  }
}
@media screen and (max-width:500px) {
  .fv::after {
    width: 305px;
    height: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: cover;
  }
}

.fv__inner {
  width: min(1308px, 100%);
  height: 100%;
  margin-inline: auto;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:900px) {
  .fv__inner {
    display: block;
  }
}

.fv__box {
  padding-top: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width:900px) {
  .fv__box {
    padding-bottom: 218px;
    padding-top: 23px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.fv__box-lead {
  color: #103BAB;
  font-size: clamp(1.5rem, 1.107rem + 1.96vw, 2.875rem);
  font-weight: 900;
}
.fv__box-lead span {
  display: inline-block;
}
.fv__box-lead span.is-lg {
  font-size: clamp(2.125rem, 1.732rem + 1.96vw, 3.5rem);
  font-weight: 900;
}
.fv__box-lead span.is-lg span {
  position: relative;
}
.fv__box-lead span.is-lg span::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/text-dot.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:900px) {
  .fv__box-lead span.is-lg span::after {
    top: -4px;
    width: 8px;
    height: 8px;
  }
}
.fv__box-lead span.is-md {
  font-size: clamp(1.5rem, 1.214rem + 1.43vw, 2.5rem);
}
.fv__box-lead span.is-orange {
  background: -webkit-gradient(linear, left top, right top, from(#FFBB28), color-stop(36.11%, #FFA434), color-stop(69%, #F97D41), to(#FC590A));
  background: linear-gradient(90deg, #FFBB28 0%, #FFA434 36.11%, #F97D41 69%, #FC590A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv__box-lead span.is-blue {
  background: linear-gradient(118deg, #2E0095 0.54%, #00ECFF 100%);
  color: #fff;
}
.fv__box-lead span.has-space {
  padding-right: 8px;
  margin-top: 12px;
}
@media screen and (max-width:900px) {
  .fv__box-lead span.has-space {
    margin-top: 8px;
  }
}
.fv__box-lead span.is-xl {
  font-size: clamp(3rem, 2.23rem + 3.29vw, 5.188rem);
  font-weight: 900;
}
.fv__box-lead span.is-normal {
  font-size: clamp(1.5rem, 1.104rem + 1.69vw, 2.625rem);
  font-weight: 900;
}

.fv__box-lead02 {
  margin-top: 4px;
  margin-top: 35px;
}
@media screen and (max-width:900px) {
  .fv__box-lead02 {
    margin-top: 12px;
  }
}
@media screen and (max-width:768px) {
  .fv__box-lead02 .spacing {
    letter-spacing: -7px;
  }
}
.fv__box-lead02 span {
  display: inline-block;
}
.fv__box-lead02 span.is-blue {
  background: linear-gradient(118deg, #2E0095 0.54%, #00ECFF 100%);
  color: #fff;
}
.fv__box-lead02 span.is-lg {
  font-size: clamp(1.5rem, 1.412rem + 0.38vw, 1.75rem);
  font-weight: 900;
  line-height: 128.571%;
}
.fv__box-lead02 span.is-normal {
  color: #103BAB;
  font-size: clamp(0.938rem, 0.827rem + 0.47vw, 1.25rem);
  font-weight: 900;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .fv__box-lead02 span.is-normal {
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width:900px) {
  .fv__box-lead02 span.has-space {
    margin-top: 10px;
  }
}

.fv__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width:900px) {
  .fv__list {
    margin-top: 16px;
    gap: 8px;
  }
}

.fv__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
@media screen and (max-width:900px) {
  .fv__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 97px;
            flex: 0 0 97px;
  }
}
.fv__list-item img {
  width: 100%;
}

.fv__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 840px;
          flex: 0 0 840px;
}
@media screen and (max-width:900px) {
  .fv__photo {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.fv__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* fv form
--------------------------------------------- */
.fv-form {
  width: min(1080px, 100%);
  margin-top: -105px;
  margin-inline: auto;
  padding: 41px 10px 40px;
  border-radius: 64px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-12.6%, #039EBC), color-stop(123.33%, #1742E6));
  background: linear-gradient(90deg, #039EBC -12.6%, #1742E6 123.33%);
  -webkit-box-shadow: 0px 0px 28px 0px #6E9CCE;
          box-shadow: 0px 0px 28px 0px #6E9CCE;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .fv-form {
    margin-top: -48px;
    border-radius: 32px;
    padding: 24px 16px 32px;
  }
}
.fv-form::before {
  content: "";
  position: absolute;
  top: -61px;
  left: -3px;
  background-image: url(../img/top-form-deco-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 150px;
  height: 150px;
}
@media screen and (max-width:1024px) {
  .fv-form::before {
    width: 74px;
    height: 74px;
    top: -64px;
    left: -6px;
  }
}

.fv-form__inner {
  width: min(650px, 100%);
  margin-inline: auto;
}

.fv-form__lead {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 136px;
  padding: 16px 16px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.45);
          box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.45);
}
@media screen and (max-width:1024px) {
  .fv-form__lead {
    padding: 12px 24px;
  }
}
@media screen and (max-width:768px) {
  .fv-form__lead {
    padding: 12px 15px;
  }
}
.fv-form__lead span {
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, color-stop(-12.6%, #039EBC), color-stop(123.33%, #1742E6));
  background: linear-gradient(90deg, #039EBC -12.6%, #1742E6 123.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.125rem, 0.817rem + 1.31vw, 2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.536px;
}
@media screen and (max-width:1024px) {
  .fv-form__lead span {
    letter-spacing: 0.864px;
  }
}

.fv-form__message {
  margin-top: 24px;
  text-align: center;
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.152px;
}
@media screen and (max-width:1024px) {
  .fv-form__message {
    margin-top: 16px;
    line-height: 162.5%;
    letter-spacing: 0.768px;
  }
}
.fv-form__message span.is-yellow {
  color: #F9F900;
  font-weight: 900;
}

/* lead
--------------------------------------------- */
.lead {
  background-image: url(../img/lead-bg-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width:768px) {
  .lead {
    background-image: url(../img/lead-bg-sp.webp);
  }
}

.lead__top {
  padding: 72px 0 128px;
}
@media screen and (max-width:768px) {
  .lead__top {
    padding: 35px 0 53px;
  }
}

.lead__top-pic {
  width: min(1128px, 100%);
  margin-top: 64px;
  margin-inline: auto;
  padding: 0 24px;
}
@media screen and (max-width:768px) {
  .lead__top-pic {
    margin-top: 20px;
    width: 70%;
  }
}
@media screen and (max-width:400px) {
  .lead__top-pic {
    width: 100%;
  }
}
.lead__top-pic img {
  width: 100%;
}

.lead__heading {
  text-align: center;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width:768px) {
  .lead__heading {
    line-height: 1.4;
  }
}
.lead__heading::after {
  content: "PROBLEM";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(4rem, 1.931rem + 8.83vw, 9.875rem);
  color: #E1E1E1;
  font-family: "Montserrat", serif;
  font-weight: 700;
  z-index: 1;
}
.lead__heading span {
  display: inline-block;
}
.lead__heading span.inner {
  position: relative;
  z-index: 2;
}
.lead__heading span.is-normal {
  font-size: clamp(1.25rem, 1.03rem + 0.94vw, 1.875rem);
  font-weight: 700;
}
.lead__heading span.is-lg {
  font-size: clamp(1.5rem, 1.192rem + 1.31vw, 2.375rem);
  font-weight: 900;
}
.lead__heading span.is-blue {
  color: #2532AB;
}
.lead__heading span.is-red {
  color: #FF3333;
}

.lead__bottom {
  border-radius: 64px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-12.6%, #039EBC), color-stop(123.33%, #1742E6));
  background: linear-gradient(90deg, #039EBC -12.6%, #1742E6 123.33%);
  padding-bottom: 41px;
}
@media screen and (max-width:768px) {
  .lead__bottom {
    padding-bottom: 12px;
    border-radius: 16px;
  }
}

.lead__inner {
  width: min(1128px, 100%);
  margin-inline: auto;
  padding: 0 24px;
}

.lead__bottom-lead {
  width: 557px;
  position: relative;
  -webkit-transform: translateY(-43px);
          transform: translateY(-43px);
  margin-inline: auto;
}
@media screen and (max-width:768px) {
  .lead__bottom-lead {
    width: 335px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@media screen and (max-width:500px) {
  .lead__bottom-lead {
    width: 215px;
    -webkit-transform: translateY(-17px);
            transform: translateY(-17px);
  }
}
.lead__bottom-lead img {
  width: 100%;
}

.lead__bottom-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
}
@media screen and (max-width:1240px) {
  .lead__bottom-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
@media screen and (max-width:400px) {
  .lead__bottom-contents {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.lead__bottom-photos {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}
@media screen and (max-width:1240px) {
  .lead__bottom-photos {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 70%;
  }
}
@media screen and (max-width:500px) {
  .lead__bottom-photos {
    width: 100%;
  }
}
.lead__bottom-photos img {
  width: 100%;
}

.lead__bottom-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width:768px) {
  .lead__bottom-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.lead__bottom-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.lead__bottom-message span {
  display: inline-block;
  font-size: clamp(1.438rem, 1.063rem + 1.6vw, 2.5rem);
  font-weight: 900;
  line-height: 165%;
}
.lead__bottom-message span.inner {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lead__bottom-message span.gradation {
  background: -webkit-gradient(linear, left top, right top, color-stop(-12.6%, #039EBC), color-stop(123.33%, #1742E6));
  background: linear-gradient(90deg, #039EBC -12.6%, #1742E6 123.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lead__bottom-message span span.dot {
  position: relative;
}
.lead__bottom-message span span.dot::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/text-dot.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:768px) {
  .lead__bottom-message span span.dot::before {
    top: -3px;
    width: 8px;
    height: 8px;
  }
}

.lead__bottom-text {
  margin-top: 45px;
  color: #fff;
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.678px;
}
@media screen and (max-width:768px) {
  .lead__bottom-text {
    margin-top: 16px;
    text-align: center;
  }
}

/* reason
--------------------------------------------- */
.reason {
  padding: 81px 0 0;
}
@media screen and (max-width:768px) {
  .reason {
    padding: 40px 0 0;
  }
}

.reason__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width:768px) {
  .reason__heading {
    line-height: 1.2;
    text-shadow: 0px 0px 2.106px rgba(255, 255, 255, 0.3);
  }
}
.reason__heading::after {
  content: "REASON";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Montserrat", serif;
  font-size: clamp(3rem, 0.579rem + 10.33vw, 9.875rem);
  color: #ECF1FF;
  font-weight: 700;
  line-height: 1.2215189873;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .reason__heading::after {
    top: 15%;
  }
}
.reason__heading span.inner {
  background: -webkit-gradient(linear, left top, right top, color-stop(-12.6%, #039EBC), color-stop(123.33%, #1742E6));
  background: linear-gradient(90deg, #039EBC -12.6%, #1742E6 123.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.25rem, 0.81rem + 1.88vw, 2.5rem);
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.3);
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .reason__heading span.inner {
    line-height: 1.2291666667;
    text-shadow: 0px 0px 2.106px rgba(255, 255, 255, 0.3);
  }
}

.reason__top {
  margin-top: 83px;
}
@media screen and (max-width:768px) {
  .reason__top {
    margin-top: 41px;
  }
}

.reason__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(250, 109, 40, 0.1);
          box-shadow: 0px 0px 36px 0px rgba(250, 109, 40, 0.1);
  border-radius: 64px 0 0 64px;
  background-color: #fff;
}
@media screen and (max-width:1240px) {
  .reason__top-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 24px;
  }
}
.reason__top-item.--right {
  padding: 82px 0 82px 100px;
  gap: 15px;
}
@media (max-width: 1340px) {
  .reason__top-item.--right {
    padding: 64px 0 64px 64px;
  }
}
@media screen and (max-width:768px) {
  .reason__top-item.--right {
    padding: 16px 28px 24px;
  }
}
.reason__top-item.--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 82px 0 82px 141px;
  border-radius: 0px 64px 64px 0px;
  gap: 15px;
}
@media (max-width: 1340px) {
  .reason__top-item.--left {
    padding: 64px 0 64px 64px;
  }
}
@media screen and (max-width:1240px) {
  .reason__top-item.--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 24px;
  }
}
@media screen and (max-width:768px) {
  .reason__top-item.--left {
    padding: 16px 28px 24px;
  }
}

.reason__top-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 487px;
          flex: 0 0 487px;
}
@media screen and (max-width:1240px) {
  .reason__top-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 70%;
  }
}
@media screen and (max-width:768px) {
  .reason__top-img {
    width: 100%;
  }
}
.reason__top-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason__top-body.--01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 577px;
          flex: 0 0 577px;
}
@media screen and (max-width:1240px) {
  .reason__top-body.--01 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.reason__top-body.--02 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 617px;
          flex: 0 0 617px;
}
@media screen and (max-width:1240px) {
  .reason__top-body.--02 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.reason__top-body.--03 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 593px;
          flex: 0 0 593px;
}
@media screen and (max-width:1240px) {
  .reason__top-body.--03 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.reason__top-textarea {
  max-width: 540px;
  margin-top: 40px;
  font-size: clamp(0.938rem, 0.795rem + 0.61vw, 1.25rem);
  line-height: 2.1;
}
@media screen and (max-width:768px) {
  .reason__top-textarea {
    margin-top: 14px;
    line-height: 2;
  }
}
.reason__top-textarea span.is-orange {
  color: #FB6319;
  font-weight: 900;
}

.reason__top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width:1024px) {
  .reason__top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.reason__top-number.--01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 111px;
          flex: 0 0 111px;
}
@media screen and (max-width:1024px) {
  .reason__top-number.--01 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 111px;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .reason__top-number.--01 {
    width: 90px;
  }
}
@media screen and (max-width:500px) {
  .reason__top-number.--01 {
    width: 50px;
  }
}
.reason__top-number.--02 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media screen and (max-width:1024px) {
  .reason__top-number.--02 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 120px;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .reason__top-number.--02 {
    width: 90px;
  }
}
@media screen and (max-width:500px) {
  .reason__top-number.--02 {
    width: 55px;
  }
}
.reason__top-number.--03 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 127px;
          flex: 0 0 127px;
}
@media screen and (max-width:1024px) {
  .reason__top-number.--03 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 127px;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .reason__top-number.--03 {
    width: 90px;
  }
}
@media screen and (max-width:500px) {
  .reason__top-number.--03 {
    width: 55px;
  }
}
.reason__top-number img {
  width: 100%;
}

.reason__top-title {
  background: linear-gradient(118deg, #2E0095 0.54%, #00ECFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1875;
}
@media screen and (max-width:1024px) {
  .reason__top-title {
    text-align: center;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (max-width:768px) {
  .reason__top-title {
    font-size: 22px;
    line-height: 1.4;
  }
}

.reason__top-inner {
  width: min(1384px, 100%);
}
.reason__top-inner:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width:768px) {
  .reason__top-inner:not(:first-child) {
    margin-top: 32px;
  }
}
.reason__top-inner.--left {
  margin-right: auto;
  padding-right: 24px;
}
@media screen and (max-width:1024px) {
  .reason__top-inner.--left {
    padding-right: 0;
    padding: 0 24px;
  }
}
.reason__top-inner.--right {
  margin-left: auto;
  padding-left: 24px;
}
@media screen and (max-width:1024px) {
  .reason__top-inner.--right {
    padding-left: 0;
    padding: 0 24px;
  }
}

.reason__bottom {
  margin-top: 64px;
  padding-bottom: 80px;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  .reason__bottom {
    margin-top: 32px;
    padding-bottom: 40px;
  }
}

.reason__bottom-inner {
  width: min(1128px, 100%);
  margin-inline: auto;
  padding: 0 24px;
}

.reason__bottom-header {
  border-radius: 64px 64px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#FFBB28), color-stop(36.11%, #FFA434), color-stop(69%, #F97D41), to(#FC590A));
  background: linear-gradient(90deg, #FFBB28 0%, #FFA434 36.11%, #F97D41 69%, #FC590A 100%);
  -webkit-box-shadow: 0px 0px 36px 0px rgba(37, 50, 171, 0.1);
          box-shadow: 0px 0px 36px 0px rgba(37, 50, 171, 0.1);
  padding: 32px 10px 33px;
}
@media screen and (max-width:768px) {
  .reason__bottom-header {
    padding: 7px 10px 8px;
    border-radius: 24px 24px 0px 0px;
    -webkit-box-shadow: 0px 0px 11.672px 0px rgba(37, 50, 171, 0.1);
            box-shadow: 0px 0px 11.672px 0px rgba(37, 50, 171, 0.1);
  }
}

.reason__bottom-title {
  text-align: center;
  color: #fff;
  font-size: clamp(1.25rem, 0.81rem + 1.88vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .reason__bottom-title {
    line-height: 1.3;
  }
}

.reason__bottom-body {
  border-radius: 0 0 64px 64px;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(37, 50, 171, 0.1);
          box-shadow: 0px 0px 36px 0px rgba(37, 50, 171, 0.1);
  padding: 32px 0 61px;
}
@media screen and (max-width:768px) {
  .reason__bottom-body {
    border-radius: 0 0 24px 24px;
    -webkit-box-shadow: 0px 0px 11.672px 0px rgba(37, 50, 171, 0.1);
            box-shadow: 0px 0px 11.672px 0px rgba(37, 50, 171, 0.1);
    padding: 16px 0 24px;
  }
}

.reason__bottom-text {
  text-align: center;
  font-size: clamp(0.813rem, 0.658rem + 0.66vw, 1.25rem);
  font-weight: 700;
  line-height: 2.1;
}
@media screen and (max-width:768px) {
  .reason__bottom-text {
    line-height: 144.615%;
  }
}

.reason__bottom-orange-text {
  margin-top: 4px;
  text-align: center;
  font-size: clamp(0.938rem, 0.563rem + 1.6vw, 2rem);
  color: #FB6319;
  font-weight: 900;
  line-height: 131.25%;
}
@media screen and (max-width:768px) {
  .reason__bottom-orange-text {
    line-height: 111.942%;
  }
}

.reason__bottom-text02 {
  margin-top: 4px;
  text-align: center;
  font-size: clamp(0.813rem, 0.658rem + 0.66vw, 1.25rem);
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.96px;
}
@media screen and (max-width:768px) {
  .reason__bottom-text02 {
    margin-top: 8px;
    line-height: 129.164%;
    letter-spacing: 0.624px;
  }
}

.reason__bottom-text-gradation {
  margin-top: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#FFBB28), color-stop(36.11%, #FFA434), color-stop(69%, #F97D41), to(#FC590A));
  background: linear-gradient(90deg, #FFBB28 0%, #FFA434 36.11%, #F97D41 69%, #FC590A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: clamp(0.938rem, 0.563rem + 1.6vw, 2rem);
  font-weight: 900;
  line-height: 1.3125;
}
@media screen and (max-width:768px) {
  .reason__bottom-text-gradation {
    margin-top: 8px;
    line-height: 111.942%;
  }
}

.reason__bottom-text-blue {
  margin-top: 4px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1rem, 0.648rem + 1.5vw, 2rem);
  font-weight: 900;
  line-height: 131.25%;
}
@media screen and (max-width:768px) {
  .reason__bottom-text-blue {
    margin-top: 8px;
    line-height: 1.5;
  }
}

.reason__bottom-graph {
  max-width: 670px;
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
  margin-inline: auto;
}
@media screen and (max-width:768px) {
  .reason__bottom-graph {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
.reason__bottom-graph img {
  width: 100%;
}

/* program
--------------------------------------------- */
.program {
  padding: 119px 0 0;
}
@media screen and (max-width:768px) {
  .program {
    padding: 35px 0 0;
  }
}

.program__heading {
  max-width: 898px;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
.program__heading::after {
  content: "PROGRAM";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(4rem, 1.931rem + 8.83vw, 9.875rem);
  color: #ECF1FF;
  font-family: "Montserrat", serif;
  font-weight: 700;
  z-index: 1;
}
.program__heading span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.program__heading span.inner {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5rem, 1.148rem + 1.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  .program__heading span.inner {
    line-height: 1.5;
  }
}

.program__textarea {
  -webkit-margin-before: 87px;
          margin-block-start: 87px;
}
@media screen and (max-width:768px) {
  .program__textarea {
    -webkit-margin-before: 19px;
            margin-block-start: 19px;
  }
}

.program__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-size: clamp(0.875rem, 0.655rem + 0.94vw, 1.5rem);
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 1.152px;
}
@media screen and (max-width:768px) {
  .program__text {
    line-height: 185.714%;
  }
}

.program__content {
  -webkit-margin-before: 81px;
          margin-block-start: 81px;
  width: min(1128px, 100%);
  margin-inline: auto;
  padding: 0 24px;
}
@media screen and (max-width:768px) {
  .program__content {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
}

.program__body-text {
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  font-weight: 900;
  line-height: 2.25;
}
@media screen and (max-width:768px) {
  .program__body-text {
    line-height: 1.6875;
    text-align: left;
    letter-spacing: -0.9px;
  }
}
.program__body-text span {
  display: inline-block;
}
@media screen and (max-width:768px) {
  .program__body-text span {
    display: inline;
  }
}
.program__body-text span.inner {
  background-color: #fff;
  line-height: 1.6;
  padding: 0 4px;
  position: relative;
  z-index: 1;
}
.program__body-text span.gradation {
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.program__photo {
  border-radius: 64px 64px 0 0;
}
@media screen and (max-width:768px) {
  .program__photo {
    border-radius: 24px 24px 0 0;
  }
}
.program__photo img {
  width: 100%;
}

.program__body {
  border-radius: 0 0 64px 64px;
  padding: 27px 27px 39px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
}
@media screen and (max-width:768px) {
  .program__body {
    padding: 16px 16px 24px;
    border-radius: 0 0 24px 24px;
  }
}

/* skill
--------------------------------------------- */
.skill {
  padding: 119px 0 108px;
}
@media screen and (max-width:768px) {
  .skill {
    padding: 47px 0 40px;
  }
}

.skill__heading {
  text-align: center;
  position: relative;
}
.skill__heading span.en {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(3.25rem, 2.106rem + 4.88vw, 6.5rem);
  color: #ECF1FF;
  font-family: "Montserrat", serif;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .skill__heading span.en span.is-pc {
    display: none;
  }
}
.skill__heading span {
  display: inline-block;
}
.skill__heading span.inner {
  max-width: 898px;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5rem, 1.148rem + 1.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .skill__heading span.inner {
    line-height: 1.5;
  }
}

.skill__inner {
  width: min(1128px, 100%);
  margin-inline: auto;
  padding: 0 24px;
}

.skill__items {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width:768px) {
  .skill__items {
    margin-top: 47px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.skill__item {
  min-height: 455px;
  border-radius: 64px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(37, 50, 171, 0.2);
          box-shadow: 0px 0px 24px 0px rgba(37, 50, 171, 0.2);
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .skill__item {
    border-radius: 24px;
    min-height: 329px;
  }
}

.skill__item-header {
  border-radius: 64px 64px 0 0;
  text-align: center;
}
@media screen and (max-width:768px) {
  .skill__item-header {
    border-radius: 24px 24px 0 0;
  }
}
.skill__item-header img {
  border-radius: 64px 64px 0 0;
}
.skill__item-header.--01 {
  background-color: #EC9824;
}
.skill__item-header.--01 img {
  width: 369px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .skill__item-header.--01 img {
    width: 261px;
  }
}
.skill__item-header.--02 {
  background: -webkit-gradient(linear, left top, right top, color-stop(14.5%, #34A1B1), color-stop(86%, #3FAAB8));
  background: linear-gradient(90deg, #34A1B1 14.5%, #3FAAB8 86%);
}
.skill__item-header.--02 img {
  width: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .skill__item-header.--02 img {
    width: 244px;
  }
}
.skill__item-header.--03 {
  background-color: #A177C0;
}
.skill__item-header.--03 img {
  width: 517px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .skill__item-header.--03 img {
    width: 100%;
  }
}
.skill__item-header.--04 {
  background-color: #F2F2F2;
}
.skill__item-header.--04 img {
  width: 557px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .skill__item-header.--04 img {
    width: 100%;
  }
}

.skill__pic-area.--01 {
  max-width: 424px;
  margin: 17px auto 0;
}
.skill__pic-area.--02 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px;
}
.skill__pic-area.--02 .img01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79px;
          flex: 0 0 79px;
}
@media screen and (max-width:500px) {
  .skill__pic-area.--02 .img01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
  }
}
.skill__pic-area.--02 .img02 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 204px;
          flex: 0 0 204px;
}
@media screen and (max-width:500px) {
  .skill__pic-area.--02 .img02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
            flex: 0 0 145px;
  }
}
.skill__pic-area.--03 {
  max-width: 181px;
  margin: 17px auto 0;
}
@media screen and (max-width:500px) {
  .skill__pic-area.--03 {
    max-width: 136px;
    margin: 12px auto 0;
  }
}
.skill__pic-area.--04 {
  max-width: 292px;
  margin: 34px auto 0;
}
@media screen and (max-width:500px) {
  .skill__pic-area.--04 {
    width: 187px;
    margin: 24px auto 0;
  }
}
.skill__pic-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.skill__item-body {
  border-radius: 0 0 64px 64px;
  padding: 15px 35px 15px;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  .skill__item-body {
    padding: 13px 13px 13px;
    border-radius: 0 0 24px 24px;
  }
}
@media screen and (max-width:500px) {
  .skill__item-body.--04 {
    padding: 15px 15px 30px;
  }
}

.skill__item-desc {
  text-align: center;
  color: #2532AB;
  font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem);
  font-weight: 700;
  line-height: 150.363%;
}

.skill__item-title {
  margin: 26px auto 0;
  text-align: center;
  padding: 8px 0;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  color: #fff;
  font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem);
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .skill__item-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 420px;
  }
}
@media screen and (max-width:500px) {
  .skill__item-title {
    margin: 18px auto 0;
  }
}
@media screen and (max-width:400px) {
  .skill__item-title {
    width: initial;
    min-width: initial;
  }
}

.skill__step-wrap {
  margin-top: 72px;
}
@media screen and (max-width:768px) {
  .skill__step-wrap {
    margin-top: 40px;
  }
}

.skill__step-title {
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  font-size: clamp(1.5rem, 1.412rem + 0.38vw, 1.75rem);
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-weight: 900;
}

.skill__step-list {
  margin-top: 59px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px;
}
@media screen and (max-width:900px) {
  .skill__step-list {
    grid-template-columns: 1fr;
    width: 70%;
    margin: 59px auto 0;
    gap: 52px;
  }
}
@media screen and (max-width:768px) {
  .skill__step-list {
    width: 100%;
  }
}

.skill__step-item {
  border-radius: 16px;
  padding: 45px 20px 16px;
  position: relative;
}
@media screen and (max-width:768px) {
  .skill__step-item {
    padding: 45px 16px 16px;
  }
}
.skill__step-item.--01 {
  background-color: #049BBD;
}
.skill__step-item.--02 {
  background-color: #0D74D0;
}
.skill__step-item.--03 {
  background-color: #1747E4;
}

.skill__step-number {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  font-family: "Montserrat", serif;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: clamp(2.938rem, 2.881rem + 0.24vw, 3.063rem);
  font-weight: 700;
  line-height: 1.2173913043;
}
@media screen and (max-width:768px) {
  .skill__step-number {
    width: 72px;
    height: 72px;
    line-height: 1.2340425532;
  }
}
.skill__step-number.--01 {
  background-color: #049BBD;
}
.skill__step-number.--02 {
  background-color: #0D74D0;
}
.skill__step-number.--03 {
  background-color: #1747E4;
}

.skill__step-heading {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.64px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .skill__step-heading {
    font-size: 24px;
    line-height: 1.3333333333;
    letter-spacing: 0.768px;
  }
}

.skill__step-pic {
  text-align: center;
}
.skill__step-pic.--01 {
  margin-top: 8px;
}
@media screen and (max-width:768px) {
  .skill__step-pic.--01 {
    margin-top: 11px;
  }
}
.skill__step-pic.--01 img {
  width: 167px;
}
.skill__step-pic.--02 {
  margin-top: 17px;
}
@media screen and (max-width:768px) {
  .skill__step-pic.--02 {
    margin-top: 21px;
  }
}
.skill__step-pic.--02 img {
  width: 142px;
}
.skill__step-pic.--03 {
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .skill__step-pic.--03 {
    margin-top: 16px;
  }
}
.skill__step-pic.--03 img {
  width: 145px;
}
.skill__step-pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

.skill__step-text {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.48px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .skill__step-text {
    font-size: 16px;
  }
}
@media screen and (max-width:500px) {
  .skill__step-text {
    font-size: 15px;
  }
}
.skill__step-text.--01 {
  margin-top: 11px;
}
@media screen and (max-width:768px) {
  .skill__step-text.--01 {
    margin-top: 13px;
  }
}
.skill__step-text.--02 {
  margin-top: 15px;
}
.skill__step-text.--03 {
  margin-top: 11px;
}
@media screen and (max-width:768px) {
  .skill__step-text.--03 {
    margin-top: 15px;
  }
}

/* case
--------------------------------------------- */
.case {
  padding: 91px 0 0;
}
@media screen and (max-width:768px) {
  .case {
    padding: 37px 0 0;
  }
}

.case__heading {
  text-align: center;
  position: relative;
}
.case__heading::after {
  content: "CASE";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(4rem, 1.33rem + 11.39vw, 9.875rem);
  color: #ECF1FF;
  font-family: "Montserrat", serif;
  font-weight: 700;
  letter-spacing: 3px;
  z-index: 1;
}
.case__heading span {
  display: inline-block;
}
.case__heading span.inner {
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5rem, 1.045rem + 1.94vw, 2.5rem);
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .case__heading span.inner {
    line-height: 1.4583333333;
  }
}

.case__lead {
  padding: 0 24px;
  margin-top: 72px;
  text-align: center;
  color: #000;
  font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 1.152px;
}
@media screen and (max-width:768px) {
  .case__lead {
    margin-top: 32px;
    letter-spacing: 0.768px;
    line-height: 1.5;
  }
}
.case__lead span.is-orange {
  color: #FB6319;
}
.case__lead span.is-gradation span.inner {
  background: -webkit-gradient(linear, left top, right top, from(#FFBB28), color-stop(36.11%, #FFA434), color-stop(69%, #F97D41), to(#FC590A));
  background: linear-gradient(90deg, #FFBB28 0%, #FFA434 36.11%, #F97D41 69%, #FC590A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case__inner {
  width: min(1308px, 100%);
  margin-inline: auto;
  padding: 0 24px;
}

.case__items {
  margin-top: 72px;
}
@media screen and (max-width:768px) {
  .case__items {
    margin-top: 56px;
  }
}

.case__item {
  border-radius: 64px;
  background-color: #fff;
  padding: 64px 24px 58px;
}
@media screen and (max-width:768px) {
  .case__item {
    border-radius: 24px;
    padding: 24px 24px 31px;
  }
}
.case__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .case__item:not(:first-child) {
    margin-top: 32px;
  }
}
.case__item.--01 {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(15, 107, 211, 0.3);
          box-shadow: 0px 0px 24px 0px rgba(15, 107, 211, 0.3);
}
.case__item.--02 {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(251, 99, 25, 0.3);
          box-shadow: 0px 0px 24px 0px rgba(251, 99, 25, 0.3);
}
.case__item.--03 {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(23, 68, 229, 0.3);
          box-shadow: 0px 0px 24px 0px rgba(23, 68, 229, 0.3);
}

.case__item-header {
  padding-left: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
@media screen and (max-width:900px) {
  .case__item-header {
    padding-left: 0;
  }
}
@media screen and (max-width:768px) {
  .case__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.case__item-pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media screen and (max-width:768px) {
  .case__item-pic {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: 260px;
    margin: 0 auto;
  }
}
.case__item-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width:768px) {
  .case__item-info {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.case__item-info.--01 {
  max-width: 658px;
}
.case__item-info.--02 {
  max-width: 641px;
}
.case__item-info.--03 {
  max-width: 684px;
}

.case__item-title {
  padding-top: 8px;
  font-size: clamp(1.25rem, 0.909rem + 1.45vw, 2rem);
  color: #2532AB;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .case__item-title {
    text-align: center;
  }
}

.case__item-profile {
  margin-top: 22px;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  color: #2532AB;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .case__item-profile {
    margin-top: 16px;
    text-align: center;
  }
}

.case__item-text {
  margin-top: 24px;
  font-size: clamp(0.813rem, 0.67rem + 0.61vw, 1.125rem);
  line-height: 2.2222222222;
}
@media screen and (max-width:768px) {
  .case__item-text {
    margin-top: 16px;
    line-height: 1.8461538462;
  }
}

.case__line {
  display: block;
  max-width: 1080px;
  margin: 40px auto 0;
}
@media screen and (max-width:768px) {
  .case__line {
    margin: 24px auto 0;
  }
}
@media screen and (max-width:500px) {
  .case__line {
    width: 100%;
    margin: 24px auto 0;
  }
}
.case__line img {
  width: 100%;
}

.case__item-body.--01 {
  max-width: 919px;
  margin: 0 auto;
}
.case__item-body.--02 {
  max-width: 921px;
  margin: 0 auto;
}
.case__item-body.--03 {
  max-width: 921px;
  margin: 33px auto 0;
}
@media screen and (max-width:768px) {
  .case__item-body.--03 {
    margin: 15px auto 0;
  }
}
.case__item-body img {
  width: 100%;
}

/* feature
--------------------------------------------- */
.feature {
  padding: 148px 0 80px;
}
@media screen and (max-width:768px) {
  .feature {
    padding: 37px 0 24px;
  }
}

.feature__heading {
  text-align: center;
  position: relative;
}
.feature__heading::after {
  content: "FEATURE";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(4rem, 1.33rem + 11.39vw, 9.875rem);
  color: #ECF1FF;
  font-family: "Montserrat", serif;
  font-weight: 700;
  letter-spacing: 3px;
  z-index: 1;
}
.feature__heading span {
  display: inline-block;
}
.feature__heading span.inner {
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5rem, 1.045rem + 1.94vw, 2.5rem);
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .feature__heading span.inner {
    line-height: 1.4583333333;
  }
}

.feature__lead {
  padding: 0 24px;
  margin-top: 91px;
  text-align: center;
  color: #000;
  font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 1.152px;
}
@media screen and (max-width:768px) {
  .feature__lead {
    margin-top: 37px;
    letter-spacing: 0.768px;
    line-height: 2;
    letter-spacing: 0.7px;
  }
}
.feature__lead span.is-orange {
  color: #FB6319;
}
.feature__lead span.is-gradation span.inner {
  background: -webkit-gradient(linear, left top, right top, from(#FFBB28), color-stop(36.11%, #FFA434), color-stop(69%, #F97D41), to(#FC590A));
  background: linear-gradient(90deg, #FFBB28 0%, #FFA434 36.11%, #F97D41 69%, #FC590A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width:768px) {
  .feature__lead span.is-gradation span.inner {
    letter-spacing: 0.1px;
  }
}

.feature__inner {
  width: min(1028px, 100%);
  margin-inline: auto;
  padding: 0 24px;
}

.feature__items {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width:900px) {
  .feature__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:768px) {
  .feature__items {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.feature__item {
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(37, 50, 171, 0.2);
          box-shadow: 0px 0px 24px 0px rgba(37, 50, 171, 0.2);
  padding: 24px 10px 24px;
}
@media screen and (max-width:768px) {
  .feature__item {
    padding: 21px 22px 22px;
  }
}

.feature__item-title {
  border-radius: 112px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  text-align: center;
}

.feature__item-pic {
  margin: 28px auto 0;
}
.feature__item-pic.--01 {
  width: 223px;
}
.feature__item-pic.--02 {
  width: 223px;
}
.feature__item-pic.--03 {
  width: 218px;
  margin: 27px auto 0;
}
@media screen and (max-width:768px) {
  .feature__item-pic.--03 {
    margin: 24px auto 0;
  }
}
.feature__item-pic.--04 {
  width: 224px;
}
.feature__item-pic.--05 {
  width: 245px;
  margin: 41px auto 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .feature__item-pic.--05 {
    margin: 45px auto 0;
  }
}
.feature__item-pic.--06 {
  width: 188px;
  margin: 8px auto 0;
}
@media screen and (max-width:768px) {
  .feature__item-pic.--06 {
    margin: 14px auto 0;
  }
}
.feature__item-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature__item-pic-note {
  font-size: 10px;
  text-align: center;
}
.feature__item-pic-note.--03 {
  margin-top: 4px;
}
.feature__item-pic-note.--05 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8px;
}

.feature__item-text {
  font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.feature__item-text.--01 {
  margin-top: 28px;
}
@media screen and (max-width:768px) {
  .feature__item-text.--01 {
    margin-top: 16px;
  }
}
.feature__item-text.--02 {
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .feature__item-text.--02 {
    margin-top: 5px;
  }
}
.feature__item-text.--03 {
  margin-top: 19px;
}
@media screen and (max-width:768px) {
  .feature__item-text.--03 {
    margin-top: 8px;
  }
}
.feature__item-text.--04 {
  margin-top: 23px;
}
@media screen and (max-width:768px) {
  .feature__item-text.--04 {
    margin-top: 16px;
  }
}
.feature__item-text.--05 {
  margin-top: 8px;
}
@media screen and (max-width:768px) {
  .feature__item-text.--05 {
    margin-top: 10px;
  }
}
.feature__item-text.--06 {
  margin-top: 25px;
}
@media screen and (max-width:768px) {
  .feature__item-text.--06 {
    margin-top: 15px;
  }
}

.feature__bottom {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .feature__bottom {
    margin-top: 24px;
  }
}

.feature__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 51px;
}
@media screen and (max-width:1024px) {
  .feature__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.feature__bottom-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
}
@media screen and (max-width:1024px) {
  .feature__bottom-photo {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.feature__bottom-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature__bottom-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width:1024px) {
  .feature__bottom-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.feature__bottom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width:768px) {
  .feature__bottom-header {
    gap: 8px;
  }
}

.feature__bottom-tag {
  font-family: "Roboto", serif;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFBB28), color-stop(36.11%, #FFA434), color-stop(69%, #F97D41), to(#FC590A));
  background: linear-gradient(90deg, #FFBB28 0%, #FFA434 36.11%, #F97D41 69%, #FC590A 100%);
  width: 124px;
  height: 54px;
  display: grid;
  place-items: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .feature__bottom-tag {
    font-size: 26px;
    width: 80px;
    height: 35px;
  }
}

.feature__bottom-time {
  color: #E85382;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width:768px) {
  .feature__bottom-time {
    font-size: 30px;
    margin-bottom: 3px;
  }
}

@media screen and (max-width:768px) {
  .feature__bottom-textarea {
    margin-top: 10px;
  }
}

.feature__bottom-title {
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.25rem, 0.909rem + 1.45vw, 2rem);
  font-weight: 700;
  line-height: 1.75;
  white-space: nowrap;
}
@media screen and (max-width:1024px) {
  .feature__bottom-title {
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .feature__bottom-title {
    line-height: 1.3;
  }
}

/* flow
--------------------------------------------- */
.flow {
  padding: 148px 0 0;
}
@media screen and (max-width:768px) {
  .flow {
    padding: 54px 0 0;
  }
}

.flow__inner {
  width: min(1056px, 100%);
  margin-inline: auto;
  padding: 0 24px;
}

.flow__heading {
  text-align: center;
  position: relative;
}
.flow__heading::after {
  content: "FLOW";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(4rem, 1.33rem + 11.39vw, 9.875rem);
  color: #ECF1FF;
  font-family: "Montserrat", serif;
  font-weight: 700;
  letter-spacing: 3px;
  z-index: 1;
}
.flow__heading span {
  display: inline-block;
}
.flow__heading span.inner {
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5rem, 1.045rem + 1.94vw, 2.5rem);
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .flow__heading span.inner {
    line-height: 1.4583333333;
  }
}

.flow__list {
  margin-top: 106px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
}
@media screen and (max-width:900px) {
  .flow__list {
    grid-template-columns: 1fr;
    width: 50%;
    margin: 106px auto 0;
  }
}
@media screen and (max-width:768px) {
  .flow__list {
    margin: 53px auto 0;
    width: 100%;
    gap: 36px;
  }
}

.flow__item {
  position: relative;
}
@media screen and (max-width:768px) {
  .flow__item.--01 {
    max-width: 410px;
    margin-inline: auto;
  }
}
@media screen and (max-width:500px) {
  .flow__item.--01 {
    max-width: 211px;
  }
}
@media screen and (max-width:768px) {
  .flow__item.--02 {
    max-width: 410px;
    margin-inline: auto;
  }
}
@media screen and (max-width:500px) {
  .flow__item.--02 {
    max-width: 210px;
  }
}
@media screen and (max-width:768px) {
  .flow__item.--03 {
    max-width: 410px;
    margin-inline: auto;
  }
}
@media screen and (max-width:500px) {
  .flow__item.--03 {
    max-width: 204px;
  }
}
@media screen and (max-width:768px) {
  .flow__item.--04 {
    max-width: 410px;
    margin-inline: auto;
  }
}
@media screen and (max-width:500px) {
  .flow__item.--04 {
    max-width: 205px;
  }
}

.flow__number {
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 17.188px rgba(255, 255, 255, 0.3);
  font-family: "Montserrat", serif;
  font-size: 52px;
  font-size: clamp(2.5rem, 2.159rem + 1.45vw, 3.25rem);
  font-weight: 700;
  line-height: 86.269%;
  letter-spacing: -1.56px;
}
@media screen and (max-width:768px) {
  .flow__number {
    top: -23px;
  }
}

.flow__photo {
  max-width: 154px;
  margin: 0 auto;
}
.flow__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow__title {
  margin-top: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 900;
  line-height: 186.916%;
  letter-spacing: 1.152px;
  text-align: center;
}

.flow__text {
  margin-top: 14px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.576px;
}
@media screen and (max-width:768px) {
  .flow__text {
    text-align: left;
  }
}

/* qa
--------------------------------------------- */
.qa {
  padding: 148px 0 80px;
}
@media screen and (max-width:768px) {
  .qa {
    padding: 54px 0 32px;
  }
}

.qa__heading {
  text-align: center;
  position: relative;
}
.qa__heading::after {
  content: "Q&A";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(4rem, 1.33rem + 11.39vw, 9.875rem);
  color: #ECF1FF;
  font-family: "Montserrat", serif;
  font-weight: 700;
  letter-spacing: 3px;
  z-index: 1;
}
.qa__heading span {
  display: inline-block;
}
.qa__heading span.inner {
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5rem, 1.045rem + 1.94vw, 2.5rem);
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .qa__heading span.inner {
    line-height: 1.4583333333;
  }
}

.qa__inner {
  width: min(1028px, 100%);
  margin-inline: auto;
  padding: 0 24px;
}

.qa__list {
  margin-top: 150px;
}
@media screen and (max-width:768px) {
  .qa__list {
    margin-top: 53px;
  }
}

.qa__list-item:not(:first-child) {
  margin-top: 24px;
}

.qa__list-term {
  border-radius: 16px;
  background-color: #1065D6;
  padding: 12px 24px 13px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .qa__list-term {
    padding: 7px 21px 7px 16px;
  }
}

.qa__question {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 111px;
          flex: 0 0 111px;
  font-family: "Akshar", serif;
  font-size: clamp(2rem, 1.716rem + 1.21vw, 2.625rem);
  color: #fff;
  font-weight: 500;
  letter-spacing: 8.4px;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .qa__question {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    letter-spacing: 6.4px;
  }
}

.qa__term-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1.4583333333;
}
@media screen and (max-width:768px) {
  .qa__term-text {
    line-height: 1.4375;
    letter-spacing: 0.96px;
  }
}

.qa__list-desc {
  padding: 21px 86px 27px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .qa__list-desc {
    padding: 9px 10px 9px 14px;
  }
}

.qa__answer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  font-family: "Akshar", serif;
  color: #FB6319;
  font-size: clamp(2rem, 1.716rem + 1.21vw, 2.625rem);
}
@media screen and (max-width:768px) {
  .qa__answer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}

.qa__desc-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: clamp(0.813rem, 0.5rem + 1.33vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width:768px) {
  .qa__desc-text {
    line-height: 1.8461538462;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width:400px) {
  .qa__desc-text {
    font-size: 12px;
  }
}
.qa__desc-text::after {
  content: "";
  position: absolute;
  left: -69px;
  top: -21px;
  display: inline-block;
  width: 3px;
  height: 192px;
  background-color: #E5E9EE;
}
@media screen and (max-width:768px) {
  .qa__desc-text::after {
    height: 140px;
    top: -9px;
    left: -11px;
  }
}

/* bottom form
--------------------------------------------- */
.bottom-form {
  margin-top: 80px;
  padding: 41px 0 40px;
  border-radius: 64px 64px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#039EBC), to(#1742E6));
  background: linear-gradient(90deg, #039EBC 0%, #1742E6 100%);
}
@media screen and (max-width:768px) {
  .bottom-form {
    margin-top: 32px;
    padding: 24px 0 32px;
    border-radius: 32px 32px 0 0;
  }
}

.bottom-form__inner {
  width: min(698px, 100%);
  margin-inline: auto;
  padding: 0 24px;
}
@media screen and (max-width:400px) {
  .bottom-form__inner {
    padding: 0 15px;
  }
}/*# sourceMappingURL=style.css.map */