@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;
  }
}
.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: var(--Brand-primary, #0054FF);
}

.l-header__content {
  width: 100%;
}

.p-header__content {
  padding: 20px 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-header__content__logo {
  width: 120px;
  height: 26px;
}
.p-header__content__logo__link__image {
  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-fw01.svg), url(../../assets/images/bg-fw04.svg);
    background-repeat: no-repeat;
    background-size: 86px, 58px;
    background-position: top -52px left calc(50% - 650px), top -24px 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: 120px;
    height: 26px;
  }
  .p-header__content__logo__link {
    display: inline-block;
  }
}
footer {
  text-align: center;
}

.footer__content {
  border-top: 1px solid #ccc;
  padding: 36px 24px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .footer__content {
    max-width: 848px;
    margin: auto;
  }
}
.p-rules {
  padding: 120px 0 40px;
  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;
  color: #0054FF;
  margin-bottom: 22px;
}

.p-rules__content__heading-3 {
  font-weight: 700;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.p-rules__content__description {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .p-rules {
    padding: 160px 0 60px;
  }
  .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;
  }
}
/*
* Layout
*//*# sourceMappingURL=style.css.map */