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

.pc {
  display: none !important;
}

.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 !important;
  }
  .pc {
    display: inline-block !important;
  }
  .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 !important;
  }
  .pc--inline {
    display: inline !important;
  }
  .is-hide--force-pc {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  width: 28px;
  height: 55px;
  top: calc(50% - 27px);
  text-indent: -9999px;
  z-index: 1;
  background-image: url(../../assets/images/icon-slick-right.svg);
  background-repeat: no-repeat;
  overflow: hidden;
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
}
.slick-prev {
  left: -12px;
  transform: rotate(180deg);
}
.slick-next {
  right: -12px;
}

.l-header {
  width: 100%;
  position: fixed;
  z-index: 2;
  background: linear-gradient(90deg, #00126B 0%, #0054FF 50%, #00126B 100%);
}

.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-fw01.svg), url(../../assets/images/bg-fw03.svg);
  background-repeat: no-repeat;
  background-size: 50px, 44px;
  background-position: top -28px left -10px, top -22px right -10px;
}

.p-header__content__logo {
  width: 248px;
  height: 18px;
}
.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-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: 428px;
    height: 31px;
  }
  .p-header__content__logo__link {
    display: inline-block;
  }
  .p-header__content {
    background-image: url(../../assets/images/bg-fw02.svg), url(../../assets/images/bg-fw03.svg);
    background-repeat: no-repeat;
    background-size: 118px, 64px;
    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;
}
.p-hero {
  position: relative;
  overflow: hidden;
}
.p-hero img {
  width: 100%;
}
.p-hero-kv {
  width: 100%;
  margin: 0 auto;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 560px) {
  .p-hero-kv picture {
    position: relative;
    width: 100%;
    height: 492px;
    z-index: 1;
    display: block;
  }
  .p-hero-kv picture img {
    width: 1440px;
    height: auto;
    left: calc(50% - 720px);
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .p-hero-kv {
    padding-top: 84px;
  }
  .p-hero-kv picture {
    height: 656px;
  }
  .p-hero-kv picture img {
    width: 1920px;
    left: calc(50% - 960px);
  }
}
.l-about {
  padding: 48px 28px;
}

.p-about__box__text__description {
  color: var(--Brand-primary, #0054FF);
  font-size: 16px;
  font-weight: 700;
  line-height: 220%; /* 35.2px */
}
.p-about__box__text__figure {
  margin: 32px auto 0;
  width: 280px;
}
.p-about__box__text__figure img {
  width: 100%;
  height: auto;
}
.p-about__box__timetable {
  margin: 60px auto 0;
  width: 100%;
  max-width: 320px;
}
.p-about__box__timetable img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .l-about {
    padding: 100px 24px;
  }
  .p-about {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .p-about__box {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .p-about__box__text {
    flex: 1;
  }
  .p-about__box__text__description {
    color: var(--Brand-primary, #0054FF);
    font-size: 20px;
    font-weight: 700;
    line-height: 220%; /* 44px */
  }
  .p-about__box__text__figure {
    margin-top: 45px;
    width: 412px;
    padding-right: 70px;
  }
  .p-about__box__timetable {
    max-width: 400px;
    margin: 12px 0 0 0;
  }
}
.l-outline {
  background-color: #EFF6FF;
}

.p-outline {
  padding: 60px 24px;
}
.p-outline__heading {
  text-align: center;
  color: var(--Foreground-link, #0054FF);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.p-outline table {
  width: 100%;
  margin: 36px auto 0;
}
.p-outline table tr {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--Border-standard, #E0E0E0);
}
.p-outline table tr:last-of-type {
  border-bottom: none;
}
.p-outline table tr th {
  color: var(--Foreground-primary, #0E202E);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 2px;
  display: block;
}
.p-outline table tr td {
  display: block;
  color: var(--Foreground-primary, #0E202E);
  font-size: 14px;
  line-height: 150%; /* 21px */
}
.p-outline__note {
  width: 100%;
  max-width: 960px;
  margin: 36px auto 0;
  color: var(--Foreground-secondary, #595959);
  font-size: 14px;
  font-style: normal;
  line-height: 150%; /* 21px */
}
.p-outline iframe {
  margin: 52px auto 0;
  display: block;
  width: 100%;
  height: 40vw;
}
@media screen and (min-width: 769px) {
  .p-outline {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-outline__heading {
    font-size: 28px;
  }
  .p-outline table {
    max-width: 960px;
    margin-top: 36px;
  }
  .p-outline table tr {
    display: flex;
  }
  .p-outline table tr th {
    width: 160px;
    font-size: 16px;
  }
  .p-outline table tr td {
    flex: 1;
    font-size: 16px;
  }
  .p-outline iframe {
    width: 900px;
    height: 326px;
  }
}

.l-application {
  background: linear-gradient(292deg, #0054FF -1.65%, #00157B 100.73%);
}

.p-application {
  padding: 60px 24px;
}
.p-application__heading {
  color: #ABF5FF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.p-application__description {
  margin-top: 20px;
  color: var(--Foreground-contrast-white, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  width: 100%;
}
.p-application__button {
  margin: 20px auto 0;
  width: 100%;
  max-width: 320px;
  display: block;
  text-align: center;
  padding: 12px 32px;
  background-color: #FFF;
  color: var(--Foreground-link, #0054FF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s;
}
.p-application__button a {
  text-decoration: none;
  color: #0054FF;
}
.p-application__button:hover {
  color: #FFF;
  background-color: #0054FF;
}
.p-application__note {
  padding: 32px 16px;
  margin: 48px auto 0;
  position: relative;
  width: 100%;
  max-width: 960px;
}
.p-application__note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  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-application__note__heading {
  color: var(--Brand-Yellow-FFCB13, #FFCB13);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.p-application__note ul {
  margin-top: 20px;
}
.p-application__note ul li {
  padding-left: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 150%; /* 18px */
  margin-top: 12px;
}
.p-application__note ul li.large {
  font-size: 16px;
  font-weight: 700;
}
.p-application__note ul li::before {
  content: "※";
  margin-left: -12px;
}
.p-application__note__prohibited {
  margin-top: 20px;
  border-radius: var(--Radius-2, 4px);
  background: rgba(0, 6, 38, 0.2);
  padding: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
@media screen and (min-width: 769px) {
  .p-application {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-application__heading {
    font-size: 28px;
  }
  .p-application__description {
    font-size: 20px;
  }
  .p-application__button {
    width: 200px;
    margin: 32px auto 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .p-application__note {
    padding: 40px 32px;
  }
  .p-application__note__heading {
    font-size: 20px;
  }
  .p-application__note ul li {
    font-size: 16px;
  }
  .p-application__note ul li.large {
    font-size: 18px;
  }
  .p-application__note__prohibited {
    padding: 12px 24px;
    font-size: 18px;
  }
}

/*
* Layout
*//*# sourceMappingURL=style.css.map */