@charset "UTF-8";
/*
* Tool
*/
/*
* Foundation
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

html {
  height: 100%;
  font-size: 62.5%;
  font-family: Helvetica Neue, Helvetica, Arial, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}

a {
  color: #017cff;
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

.sp {
  display: inline-block;
}

.pc {
  display: none;
}

.c-heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .c-heading {
    font-size: 30px;
  }
}
.c-button {
  width: 286px;
  margin: 18px auto 0;
  border-radius: 30px;
  background-color: #fff;
  transition: 0.3s;
  padding: 4px;
}

.c-button__link {
  display: block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: 700;
  color: #030168;
  border-radius: 26px;
  text-decoration: none;
  transition: 0.3s;
}

.c-button:hover .c-button__link {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
  .c-button {
    width: 322px;
    margin: 24px auto 0;
  }
  .c-button__link {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
  }
}
.c-notice {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}

.c-notice__link {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .c-notice {
    font-size: 14px;
  }
}
.c-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 0.8;
  margin-left: 4px;
}

.c-arrow img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .c-arrow {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    line-height: 1;
  }
}
.c-top {
  position: fixed;
  bottom: -100px;
  right: 20px;
  width: 46px;
  height: 65px;
  transition: 0.3s;
  z-index: 1;
}

.c-top.popup {
  bottom: 24px;
}

.c-top__figure {
  transition: 0.3s;
}

.c-top__figure:hover {
  opacity: 0.7;
}

.c-top__figure__image {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 769px) {
  .c-top {
    right: 48px;
    width: 50px;
    height: 70px;
  }
  .c-top.popup {
    bottom: 48px;
  }
}
.p-rules {
  padding: 40px 0;
  background: #f0f3f5;
  color: #0E202E;
}

.p-rules__content {
  padding: 0 24px;
  width: 100%;
  text-align: left;
}

.p-rules__content__heading {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.p-rules__content__heading-3 {
  font-weight: 700;
  margin-top: 20px;
}

.p-rules__content__description,
.p-rules__content__heading-3 {
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .p-rules {
    padding: 60px 0;
  }
  .p-rules__content {
    padding: 0 24px;
    max-width: 848px;
    margin: auto;
  }
  .p-rules__content__heading {
    font-size: 20px;
  }
  .p-rules__content__description,
  .p-rules__content__heading-3 {
    font-size: 14px;
  }
}
.mb16 {
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .w480 {
    width: 480px;
  }
  .fs22 {
    font-size: 22px;
  }
}
.u-fontsize--level-04 {
  font-size: 14px;
}

.u-fontsize--level-07 {
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .u-fontsize--level-04 {
    font-size: 18px;
  }
  .u-fontsize--level-07 {
    font-size: 32px;
  }
}
.u-row-reverse {
  flex-direction: row-reverse;
}

.u-row-reverse__content {
  padding-right: 0;
}

.u-row-reverse__media {
  margin-right: 40px;
}

.u-transparent {
  background-image: none;
  background-color: transparent;
}

.u-pale-blue {
  background: #e9fcff;
}

.u-gradient--pale-blue {
  background: linear-gradient(0deg, #e9fcff, #fff 50.99%);
}

.u-gradient--pale-blue--reverse {
  background: linear-gradient(180deg, #e9fcff, #fff 50.99%);
}

.zi1 {
  z-index: 1;
  position: relative;
}

.sp {
  display: block;
}

.sp--inline {
  display: inline;
}

.pc,
.pc--inline {
  display: none;
}

.u-align-center {
  text-align: center;
}

.u-align-left--sp {
  text-align: left;
}

.u-sleep {
  opacity: 0;
}

.u-sleep--down {
  opacity: 0;
  margin-top: 50px;
}

.u-delay--01 {
  transition-delay: 0.5s;
}

.u-orange {
  color: #ffcb13;
}

@media screen and (min-width: 769px) {
  .sp,
  .sp--inline {
    display: none;
  }
  .pc {
    display: block;
  }
  .pc--inline {
    display: inline;
  }
  .is-hide--force-pc {
    display: none !important;
  }
}
.l-header {
  width: 100%;
  position: fixed;
  z-index: 2;
  background-color: #0054FF;
}

.l-header__content {
  width: 100%;
}

.p-header__content {
  padding: 20px 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../../assets/images/bg-logo01.svg), url(../../assets/images/bg-logo03.svg);
  background-repeat: no-repeat;
  background-size: 52px, 44px;
  background-position: top -28px left -10px, top -22px right -19px;
}

.p-header__content__logo {
  width: 248px;
  height: 19px;
}
.p-header__content__logo__link__image {
  width: 100%;
  height: auto;
}

.p-header__content__sns {
  right: 20px;
  width: 76px;
}
.p-header__content__sns__balloon {
  display: none;
}
.p-header__content__sns__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-header__content__sns__icons a {
  display: block;
  width: 32px;
}
.p-header__content__sns__icons a img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .l-header {
    display: block;
    height: 84px;
    min-height: auto;
  }
  .l-header .inner {
    background-image: url(../../assets/images/bg-logo01.svg), url(../../assets/images/bg-logo04.svg);
    background-repeat: no-repeat;
    background-size: 102px, 67px;
    background-position: top -52px left calc(50% - 650px), top -32px right calc(50% - 650px);
  }
  .p-header__content {
    max-width: 1260px;
    width: 100%;
    height: 84px;
    margin: 0 auto;
    padding: 40px 28px;
  }
  .p-header__content__logo {
    position: relative;
    width: 424px;
    height: 27px;
  }
  .p-header__content__logo__link {
    display: inline-block;
  }
  .p-header__content {
    background-image: url(../../assets/images/bg-logo02.svg), url(../../assets/images/bg-logo03.svg);
    background-repeat: no-repeat;
    background-size: 95px, 51px;
    background-position: top -50px right 350px, top 12px right 280px;
  }
  .p-header__content__sns {
    width: 186px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-header__content__sns__balloon {
    display: block;
  }
  .p-header__content__sns__icons {
    justify-content: space-between;
    width: 88px;
  }
  .p-header__content__sns__icons a {
    width: 36px;
  }
}
.l-hero {
  overflow: hidden;
  background: linear-gradient(180deg, #E4EDFF 0%, #ECF3FF 100%);
}
.p-hero {
  padding: 120px 32px 60px;
  position: relative;
  overflow: hidden;
  background-image: url(../../assets/images/bg-eight01.svg), url(../../assets/images/bg-eight02.svg);
  background-repeat: no-repeat;
  background-size: 120px, 120px;
  background-position: left 0 top 770px, right 0 bottom 0;
}
.p-hero__upper__text__balloon {
  text-align: center;
}
.p-hero__upper__text__balloon img {
  width: 184px;
  height: auto;
}
.p-hero__upper__text__lead {
  margin-top: 20px;
  text-align: center;
  color: var(--Brand-dark-blue, #0037A2);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.p-hero__upper__text__heading {
  margin-top: 16px;
  color: var(--Foreground-link, #0054FF);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 40.5px */
}
.p-hero__upper__kv {
  text-align: center;
  margin-top: 24px;
}
.p-hero__upper__kv img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
.p-hero__description {
  margin-top: 40px;
  color: var(--Very-Dark-Gray0E202E, #0E202E);
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 200%; /* 32px */
}
.p-hero__box {
  margin-top: 30px;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 4px 4px 16px 0px rgba(0, 13, 75, 0.2);
}
.p-hero__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  border: 2px solid transparent;
  background: linear-gradient(108deg, #FFCE85 -12.19%, #FFF59F 11.58%, #ACFFCD 34.76%, #BFF0FF 62.1%, #FFAAE2 86.46%, #B491FF 106.67%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.p-hero__box__heading {
  padding: 16px 0;
  text-align: center;
  color: var(--Foreground-contrast-white, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: var(--Radius-5, 12px) var(--Radius-5, 12px) 0px 0px;
  background: var(--Brand-primary, #0054FF);
}
.p-hero__box ul {
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-hero__box ul li {
  color: var(--Foreground-primary, #0E202E);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-left: 44px;
  background-image: url(../../assets/images/icon-01.svg);
  background-repeat: no-repeat;
  background-size: 32px;
}
.p-hero__box ul li:nth-child(2) {
  background-image: url(../../assets/images/icon-02.svg);
}
.p-hero__box ul li:nth-child(3) {
  background-image: url(../../assets/images/icon-03.png);
}
.p-hero__box ul li:nth-child(4) {
  background-image: url(../../assets/images/icon-04.svg);
}
.p-hero__box ul li .small {
  display: block;
  color: var(--Foreground-primary, #0E202E);
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-hero {
    padding-top: 130px;
    padding-bottom: 98px;
    background-image: url(../../assets/images/bg-point01.png?v=2), url(../../assets/images/bg-point02.png?v=2), url(../../assets/images/bg-eight01.svg), url(../../assets/images/bg-eight02.svg);
    background-repeat: no-repeat;
    background-size: 180px, 180px, 250px, 250px;
    background-position: left calc(50% - 520px) top 770px, left calc(50% + 520px) bottom 20px, left 0 top 370px, right 0 bottom 50px;
  }
  .p-hero__upper {
    display: flex;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .p-hero__upper__text {
    width: 55%;
  }
  .p-hero__upper__text__balloon {
    text-align: left;
  }
  .p-hero__upper__text__balloon img {
    width: 221px;
  }
  .p-hero__upper__text__lead {
    margin-top: 24px;
    text-align: left;
    font-size: 26px;
    line-height: 130%;
  }
  .p-hero__upper__text__heading {
    margin-top: 24px;
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    line-height: 135%;
  }
  .p-hero__upper__kv {
    width: 45%;
    overflow: visible;
  }
  .p-hero__upper__kv img {
    display: block;
    width: 546px;
    max-width: 546px;
  }
  .p-hero__description {
    width: 100%;
    max-width: 960px;
    text-align: center;
    font-size: 18px;
    margin: 58px auto 0;
  }
  .p-hero__box {
    width: 720px;
    margin: 90px auto 0;
  }
  .p-hero__box__heading {
    font-size: 18px;
  }
  .p-hero__box ul {
    padding: 32px 40px;
    gap: 32px;
  }
  .p-hero__box ul li {
    font-size: 24px;
    padding-left: 60px;
    background-size: 40px;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
  .p-hero__box ul li .small {
    font-size: 16px;
  }
}
@media screen and (min-width: 1010px) {
  .p-hero .p-hero__upper__text__lead {
    font-size: 32px;
  }
  .p-hero .p-hero__upper__text__heading {
    font-size: 52px;
  }
}

.l-how {
  background-color: #ECF3FF;
}

.p-how {
  padding: 0 32px 60px;
  position: relative;
  overflow: hidden;
}
.p-how__heading {
  color: var(--Foreground-link, #0054FF);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.p-how ul {
  margin-top: 32px;
}
.p-how ul li {
  border-radius: 8px;
  border: 1px solid var(--Brand-dark-blue, #0037A2);
  color: var(--Brand-dark-blue, #0037A2);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 16px;
  margin-top: 78px;
  position: relative;
}
.p-how ul li:first-child {
  margin-top: 0;
}
.p-how ul li::before {
  content: "";
  width: 50px;
  height: 21px;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 25px);
  background-image: url(../../assets/images/icon-triangle-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-how ul li:last-child::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-how {
    padding-bottom: 90px;
  }
  .p-how___heading {
    font-size: 28px;
  }
  .p-how ul {
    width: 100%;
    max-width: 800px;
    margin: 32px auto 0;
  }
  .p-how ul li {
    font-size: 18px;
    text-align: center;
  }
}

.l-cta {
  background: linear-gradient(184deg, #216DFF 3.12%, #0054FF 59.33%, #201DBB 124.01%);
}

.p-cta {
  padding: 60px 32px;
}
.p-cta__button {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.p-cta__button a {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 80px;
  text-decoration: none;
  color: var(--Brand-primary, #0054FF);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  transition: all 0.3s;
}
.p-cta__button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 80px;
  border: 3px solid transparent;
  background: linear-gradient(108deg, #FFCE85 -12.19%, #FFF59F 11.58%, #ACFFCD 34.76%, #BFF0FF 62.1%, #FFAAE2 86.46%, #B491FF 106.67%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.p-cta__button a:hover {
  color: #fff;
  background-color: var(--Brand-primary, #0054FF);
}
.p-cta__notice {
  margin-top: 32px;
  color: var(--WhiteFFFFFF, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
.p-cta__description {
  color: var(--WhiteFFFFFF, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 769px) {
  .p-cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-cta__button {
    max-width: 436px;
  }
  .p-cta__button a {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 28px;
  }
  .p-cta__notice {
    font-size: 16px;
    margin-top: 48px;
  }
  .p-cta__description {
    font-size: 28px;
  }
}

.p-faq {
  padding: 60px 0;
  background: #fff;
  color: #0e202e;
}

.p-faq__content {
  padding: 0 24px;
  width: 100%;
  margin: auto;
}

.p-faq__content__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-top: 8px;
}

.p-faq__content__list {
  margin-top: 24px;
}

.p-faq__content__list__block {
  padding-left: 34px;
  padding-right: 40px;
  border-bottom: 1px solid #d7d7d7;
}

.p-faq__content__list__block:first-of-type {
  border-top: 1px solid #d7d7d7;
}

.p-faq__content__list__block__question {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  cursor: pointer;
}

.p-faq__content__list__block__question:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-question.svg");
  background-repeat: no-repeat;
  top: 12px;
  left: -34px;
}

.p-faq__content__list__block__question:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  top: 14px;
  right: -34px;
  transition: 0.3s;
}

.p-faq__content__list__block__question.is-active:after {
  transform: rotate(180deg);
}

.p-faq__content__list__block__answer {
  display: none;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 12px;
}

@media screen and (min-width: 769px) {
  .p-faq {
    padding: 72px 0 100px;
  }
  .p-faq__content__heading {
    font-size: 24px;
    margin-top: 16px;
  }
  .p-faq__content__list {
    width: 100%;
    max-width: 800px;
    margin: 44px auto 0;
  }
  .p-faq__content__list__block {
    padding-left: 40px;
    padding-right: 72px;
  }
  .p-faq__content__list__block__question {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }
  .p-faq__content__list__block__question:before {
    width: 28px;
    height: 28px;
    background-size: 28px;
    top: 24px;
    left: -40px;
  }
  .p-faq__content__list__block__question:after {
    width: 28px;
    height: 28px;
    background-size: 28px;
    top: 24px;
    right: -60px;
  }
  .p-faq__content__list__block__answer {
    padding-bottom: 24px;
    font-size: 16px;
  }
}
/*
* Layout
*//*# sourceMappingURL=style.css.map */