@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;
}

main img {
  width: 100%;
}

.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: #fff;
  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) {*/
@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-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-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-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;
  padding-top: 72px;
  background: radial-gradient(47.53% 68.79% at 52.57% 31.21%, #FFF 50.58%, #E8F3FF 100%);
}
@media screen and (min-width: 769px) {
  .l-hero {
    padding-top: 84px;
  }
}

.p-hero {
  /*padding: 32px 20px 28px;*/
  padding: 32px 20px 0;
  position: relative;
  overflow: hidden;
  background-image: url(../../assets/images/kv-bg-sp.png?v=2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;

  height: 99vw;
  max-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-hero img {
  width: 100%;
}
.p-hero-kv {
  width: 100%;
  /*max-width: 688px;*/
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-hero-kv-logo {
  display: block;
  width: 130px;
  position: absolute;
  top: 32px;
  left: 20px;
}
.p-hero-kv__center {
  /*margin-top: 30px;*/
  margin-top: clamp(0px, calc((2200px - 400vw) / 9), 60px);
}
.p-hero-kv-title {
  display: block;
  width: 86%;
  /*max-width: calc(295px * 1.5);*/
  min-width: 324px;
  margin: 0 auto;
}
.p-hero-kv-date {
  display: block;
  width: 66%;
  /*max-width: calc(240px * 1.5);*/
  min-width: 256px;
  margin: 30px auto 0;
}
.p-hero-description {
  color: #0054FF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin: 36px auto 0;
  width: 100%;
  max-width: 500px;
}


/*@media screen and (min-width: 750px) {*/
/*@media screen and (min-width: 769px) {*/
/*@media screen and (min-width: 480px) {*/
@media screen and (min-width: 610px) {
  .p-hero {
    padding-top: 54px;
    background-image: url(../../assets/images/kv-bg-md.png);
    /*background-repeat: no-repeat;
    background-size: 116vw auto;*/
    height: 55vw;
    max-height: 100%;
  }
  .p-hero::before {
    content: none;
  }
  .p-hero-kv {
    width: 100%;
    max-width: 1200px;
  }
  .p-hero-kv-logo {
    padding: 30px 20px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .p-hero-kv-logo img {
    width: 130px;
    height: auto;
  }
  .p-hero-kv__center {
    margin-top: 40px;
  }
  .p-hero-kv-title {
    width: 100%;
    max-width: 62vw;
    margin-top: 0;
  }
  .p-hero-kv-date {
    max-width: 327px;
    margin-top: 20px;
  }
  .p-hero-description {
    max-width: 100%;
    text-align: center;
    margin: 36px 0 0;
    font-size: 17px;
    line-height: 150%;
  }
}
@media screen and (min-width: 769px) {
  .p-hero-kv-logo img {
    width: 150px;
    height: auto;
  }
}
@media screen and (min-width: 1080px) {
  .p-hero {
    padding-top: 54px;
    background-image: url(../../assets/images/kv-bg-lg.png);
    background-size: cover;
    /*background-size: 116vw auto;*/
    height: 55vw;
  }
  .p-hero-description {
    margin-bottom: 56px;
  }
  .p-hero-kv-date {
    margin-top: 40px;
  }
    .p-hero-description {
    margin-top: 56px;
  }
}
@media screen and (min-width: 1420px) {
  .p-hero {
    background-image: url(../../assets/images/kv-bg-back-pc.png), url(../../assets/images/kv-bg-front-pc.png);
    /*background-size: 1700px 709px;*/
    background-size: 1700px auto;
    height: 720px;
  }
  .p-hero-kv-title {
    max-width: 737px;
    margin-top: 0;
  }
  .p-hero-description {
    font-size: 18px;
  }
}

.p-insentive {
  text-align: center;
  background-color: #E9F3FF;
  padding: 40px;
}
.p-insentive__heading {
  color: #FF63CE;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.p-insentive__heading strong {
  font-size: 30px;
}
.p-insentive span {
  position: relative;
  display: inline-block;
}
.p-insentive__heading span::before {
  content: "\\";
  position: absolute;
  font-size: 24px;
  font-weight: 300;
  left: -16px;
  bottom: 0;
}
.p-insentive__heading span::after {
  content: "/";
  position: absolute;
  font-size: 24px;
  font-weight: 300;
  bottom: 0;
  right: -16px;
}
.p-insentive__box {
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  margin: 20px auto 0;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(73, 109, 221, 0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.p-insentive__box__left {
  width: 172px;
}
.p-insentive__box__right {
  width: 100%;
  max-width: 276px;
}
@media screen and (min-width: 769px) {
  .l-insentive {
    overflow: hidden;
  }
  .p-insentive {
    padding-top: 28px;
    padding-bottom: 80px;
  }
  .p-insentive__box {
    padding: 28px;
    max-width: 710px;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    position: relative;
  }
  .p-insentive__box__left {
    width: 206px;
  }
  .p-insentive__box__right {
    max-width: 344px;
  }
    .p-insentive__box::before,
    .p-insentive__box::after {
    content: "";
    position: absolute;
    width: 382px;
    height: 190px;
    top: 0;
    background-image: url(../../assets/images/bg-eight-blur.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-insentive__box::before {
    right: -440px;
  }
  .p-insentive__box::after {
    left: -440px;
  }
}

.p-conditions {
  padding: 60px 20px;
}
.p-conditions__heading {
  color: var(--Brand-primary, #0054FF);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.p-conditions__content {
  width: 100%;
  max-width: 420px;
  margin: 24px auto 0;
  display: flex;
  padding: 28px 20px;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  align-self: stretch;
  border-radius: 20px;
  background: #F0F7FF;
}
.p-conditions__content__heading {
  color: var(--Brand-primary, #0054FF);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.p-conditions__content__box {
  display: flex;
  padding: 28px 24px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: #FFF;
}
.p-conditions__content__box__text {
  /* silence */
}
.p-conditions__content__box__text h4 {
  color: var(--Brand-primary, #0054FF);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.p-conditions__content__box__text p {
  margin-top: 12px;
  color: var(--Foreground-primary, #0E202E);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
.p-conditions__content__box__text .notice {
  margin: 20px auto 0;
  width: 100%;
  max-width: 245px;
  color: var(--Brand-Red-FF134C, #FF134C);
  font-size: 12px;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
.p-conditions__content__box__figure {
  width: 100%;
  max-width: 245px;
}
.p-conditions__notice {
  margin-top: 52px;
  color: var(--Foreground-secondary, #595959);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
}
@media screen and (min-width: 769px) {
  .p-conditions {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-conditions__heading {
    font-size: 26px;
  }
  .p-conditions__content {
    max-width: 800px;
    padding: 40px 50px;
  }

  .p-conditions__content__heading {
    font-size: 20px;
  }
  .p-conditions__content__box {
    padding: 28px 50px;
    flex-direction: row;
    justify-content: space-between;
  }
  .p-conditions__content__box__text h4 {
    font-size: 18px;
    text-align: left;
  }
  .p-conditions__content__box__text p {
    margin-top: 16px;
    font-size: 18px;
    text-align: left;
  }
  .p-conditions__content__box__text .notice {
    margin-top: 16px;
    max-width: 100%;
  }
  .p-conditions__content__box__figure {
    width: 170px;
  }
  .p-conditions_notice {
    margin-top: 40px;
  }
}

.p-faq {
  padding: 60px 0;
  background: #f0f3f5;
  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;
  }
}
