@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 2.6666666667vw;
}

body {
  position: relative;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  line-height: 1.75;
  color: #000000;
}

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

.c-head {
  position: relative;
  padding-top: 2.6rem;
}
.c-head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5.8rem;
  height: 0.4rem;
  border-radius: 9999px;
  background-color: #ffffff;
}
.c-head__en {
  display: inline-block;
}
.c-head__en img {
  height: 2.55rem;
  width: auto;
}
.c-head__jp {
  vertical-align: text-top;
}

.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__logo {
  position: absolute;
  top: 1.3rem;
  left: 1.3rem;
  width: 5rem;
}

.l-footer {
  position: relative;
  background: #000000;
  color: #ffffff;
  z-index: 2;
}
.l-footer__inner {
  padding: 2rem 0 5rem;
  border-top: 1px solid #ffffff;
}
.l-footer__copyright {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.l-contents {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.l-inner {
  max-width: 1200px;
  width: 90.6%;
  margin: auto;
}

.main-visual {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 4rem;
  background: url(../img/mv_bg_sp.jpg) no-repeat center top/cover;
}
.main-visual__img {
  width: 90.5%;
  margin: auto;
}
.main-visual__icon {
  position: absolute;
  top: 1.4rem;
  right: 1.9rem;
  width: 7.9rem;
}
.main-visual__period {
  margin: 2rem 0 3rem;
}
.main-visual__button {
  position: relative;
  display: block;
  width: 63.5%;
  margin: 2.2rem auto 0;
  padding: 1.2rem 0 1.2rem;
  border-radius: 9999px;
  background-color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 9999;
}
.main-visual__button.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.main-visual__button-arrow {
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto;
}

.overview {
  padding-top: 3rem;
  padding-bottom: 24rem;
  background-image: url(../img/overview_bg_img03.png), url(../img/overview_bg_img02.png), url(../img/overview_bg_img01.png), url(../img/overview_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: left 0 bottom 0, right 1rem top 201rem, right 0 top 6.5rem, center top;
  background-size: 21rem auto, 18.5rem auto, 7.2rem auto, cover;
}
.overview__head {
  margin-bottom: 3.3rem;
  color: #075eb2;
}
.overview__head::before {
  background-color: #075eb2;
}
.overview__slider {
  width: 80%;
  margin: 0 auto 5.4rem;
}
.overview__slider .slick-list {
  overflow: visible;
}
.overview__slider-slide {
  padding: 0 0.5rem;
}
.overview__lead-txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #114085;
  letter-spacing: 0.02em;
}
.overview__list {
  margin-top: 5.4rem;
  color: #114085;
}
.overview__list dt {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.6rem;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.overview__list dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 9999px;
  background-color: #114085;
  vertical-align: middle;
}
.overview__list dt .small {
  padding-left: 0.8rem;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.06em;
}
.overview__list dd {
  padding-bottom: 2.1rem;
  border-bottom: 1px solid #5285a5;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.overview__list dd .large {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 2rem;
}
.overview__list dd .small {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
.overview__list dd + dt {
  margin-top: 2.5rem;
}
.overview__player-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2.8%;
  margin-top: 2.6rem;
  margin-bottom: 1rem;
}
.overview__player-list li {
  width: 48.6%;
}
.overview__player-list li img {
  width: 100%;
}
.overview__attention-list {
  margin-top: 18.7rem;
}
.overview__attention-list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1rem;
  line-height: 1.64;
  letter-spacing: 0;
}
.overview__attention-list li + li {
  margin-top: 0.8rem;
}

.entry-flow {
  padding-top: 6rem;
  padding-bottom: 24rem;
  background-image: url(../img/entry_bg_img02.png), url(../img/entry_bg_img01.png), url(../img/entry_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: left 2rem bottom 6.8rem, right 0 top 1rem, center top;
  background-size: 16.2rem auto, 12.2rem auto, cover;
  color: #ffffff;
}
.entry-flow__head {
  margin-bottom: 3.3rem;
  color: #ffffff;
}
.entry-flow__head::before {
  background-color: #ffffff;
}
.entry-flow__step-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.4rem;
}
.entry-flow__step-list-item:last-child {
  margin-bottom: 0;
}
.entry-flow__step-list-item:last-child::after {
  display: none;
}
.entry-flow__step-list-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.3rem;
  left: 1.8rem;
  width: 0;
  height: 0;
  border-top: 1.5rem solid #075eb2;
  border-right: 1.4rem solid transparent;
  border-left: 1.4rem solid transparent;
}
.entry-flow__step-list-item-number {
  width: 6.3rem;
}
.entry-flow__step-list-item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.entry-flow__period {
  margin-top: 4rem;
}
.entry-flow__list {
  margin-top: 2.7rem;
}
.entry-flow__list dt {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.6rem;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.entry-flow__list dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 9999px;
  background-color: #ffffff;
  vertical-align: middle;
}
.entry-flow__list dd {
  padding-bottom: 2.1rem;
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.entry-flow__list dd + dt {
  margin-top: 2.5rem;
}

.announcement {
  padding-top: 5rem;
  padding-bottom: 11.7rem;
  background-image: url(../img/announcement_bg_img03.png), url(../img/announcement_bg_img02.png), url(../img/announcement_bg_img01.png), url(../img/announcement_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: right 5.1rem bottom 7.7rem, left 0 bottom 2.8rem, right 0 top 0, center top;
  background-size: 1.6rem auto, 7.2rem auto, 16.3rem auto, cover;
  color: #ffffff;
}
.announcement__head {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.announcement__txt {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
.announcement__txt .large {
  font-size: 2.3rem;
  letter-spacing: 0.06em;
}
.announcement__txt .number {
  font-size: 3.8rem;
  letter-spacing: -0.1em;
}
.announcement__list {
  margin-top: 1.7rem;
}
.announcement__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1rem;
  line-height: 1.64;
}
.announcement__list li + li {
  margin-top: 0.4rem;
}

.terms {
  padding-top: 5.4rem;
  padding-bottom: 5.5rem;
  color: #114085;
  background: url(../img/terms_bg_sp.jpg) no-repeat center top/cover;
}
.terms__block {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.64;
  text-align: justify;
}
.terms__block + .terms__block {
  margin-top: 4.3rem;
}
.terms__block-head {
  margin-bottom: 0.9rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.terms__large-txt {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.75;
}
.terms__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.terms__list li::before {
  content: "・";
}
.terms__list li:nth-child(n+2) {
  margin-top: 0.8rem;
}
.terms__contact-txt {
  margin-top: 1rem;
}

.entry {
  background-color: #000000;
}
.entry__inner {
  position: relative;
  max-width: 1150px;
  padding: 4.9rem 0 3.7rem;
}
.entry__back-button {
  position: absolute;
  top: -2rem;
  right: 0.8rem;
  width: 4rem;
  height: 4rem;
}
.entry__checkbox {
  position: relative;
  padding-left: 1em;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.entry__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.entry__checkbox input[type=checkbox]:checked + label::before {
  background: #ffffff;
  border-color: #ffffff;
}
.entry__checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.entry__checkbox label {
  position: relative;
  display: inline-block;
}
.entry__checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  bottom: auto;
  left: -1.3rem;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  border: 1px solid #ffffff;
}
.entry__checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: -1rem;
  width: 0.6rem;
  height: 0.3rem;
  margin: auto;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.entry__button {
  position: relative;
  display: block;
  width: 85.4%;
  margin: 1.7rem auto 0;
  padding: 2rem 0;
  border-radius: 9999px;
  background-color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.entry__button.is-disabled {
  pointer-events: none;
}
.entry__button-arrow {
  position: absolute;
  top: 0;
  right: 1.7rem;
  bottom: 0;
  width: 2.9rem;
  height: 2.9rem;
  margin: auto;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.8;
  }
  .u-sp {
    display: none !important;
  }
  .c-head {
    padding-top: 5rem;
    font-size: 2.2rem;
  }
  .c-head::before {
    width: 11.4rem;
    height: 0.8rem;
  }
  .c-head__en {
    display: block;
    margin-bottom: 2.2rem;
  }
  .c-head__en img {
    height: 5.2rem;
  }
  .l-header__logo {
    top: 2rem;
    left: 2rem;
    width: 9rem;
  }
  .l-footer__inner {
    max-width: 1000px;
    padding: 3.2rem 0 5rem;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
  }
  .main-visual {
    padding-top: 10.2rem;
    padding-bottom: 6rem;
    background: url(../img/mv_bg_pc.jpg) no-repeat center top/cover;
  }
  .main-visual__img {
    width: 74.5%;
  }
  .main-visual__icon {
    top: 16.7vw;
    right: 4.2%;
    width: 10.5%;
  }
  .main-visual__period {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    margin: 0;
    z-index: 1;
  }
  .main-visual__button {
    width: 40.6rem;
    margin: 3rem auto 0;
    padding: 1.5rem 0 1.5rem;
    font-size: 2.1rem;
    z-index: 9999;
  }
  .main-visual__button-arrow {
    right: 2rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .overview {
    padding-top: 6rem;
    padding-bottom: 12rem;
    background-image: url(../img/overview_bg_img03.png), url(../img/overview_bg_img02.png), url(../img/overview_bg_img01.png), url(../img/overview_bg_pc.jpg);
    background-position: left 0 bottom 0, left 8rem top 89rem, right 0 top 12.5rem, center top;
    background-size: 42rem auto, 37rem auto, 14.5rem auto, cover;
  }
  .overview__head {
    margin-bottom: 6.6rem;
  }
  .overview__slider {
    width: 87%;
    margin-bottom: 11.4rem;
  }
  .overview__slider-slide {
    padding: 0 0.8rem;
  }
  .overview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .overview__head-area {
    width: 49.9rem;
  }
  .overview__content-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 4.1rem;
  }
  .overview__lead-txt {
    font-size: 2.6rem;
  }
  .overview__list {
    margin-top: 8.2rem;
  }
  .overview__list dt {
    margin-bottom: 1.2rem;
    padding-left: 2.8rem;
    font-size: 2rem;
  }
  .overview__list dt.mb4 {
    margin-bottom: 0.4rem;
  }
  .overview__list dt::before {
    top: 1.3rem;
    width: 1rem;
    height: 1rem;
  }
  .overview__list dt .small {
    padding-left: 1.7rem;
    font-size: 1.2rem;
  }
  .overview__list dd {
    padding-left: 2.9rem;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .overview__list dd .large {
    margin-top: 0;
    font-size: 3.2rem;
  }
  .overview__list dd .small {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .overview__list dd + dt {
    margin-top: 3rem;
  }
  .overview__player-list {
    gap: 1.2rem 1.6%;
    margin-top: 2.4rem;
    margin-bottom: 1.3rem;
  }
  .overview__player-list li {
    width: 23.8%;
  }
  .overview__player-list li:nth-child(3) {
    margin-right: 23.8%;
  }
  .overview__attention-list {
    margin-top: 0;
  }
  .overview__attention-list li {
    font-size: 1.2rem;
    line-height: 1.83;
  }
  .overview__attention-list li + li {
    margin-top: 0.9rem;
  }
  .entry-flow {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-image: url(../img/entry_bg_img02.png), url(../img/entry_bg_img01.png), url(../img/entry_bg_pc.jpg);
    background-repeat: no-repeat;
    background-position: left 5.9rem top 60.3rem, right 0 top 6rem, center top;
    background-size: 32.4rem auto, 24.5rem auto, cover;
  }
  .entry-flow__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .entry-flow__head-area {
    width: 49.9rem;
  }
  .entry-flow__content-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .entry-flow__step-list-item {
    margin-bottom: 3.8rem;
  }
  .entry-flow__step-list-item::after {
    bottom: -2.6rem;
    left: 2rem;
    border-top-width: 1.6rem;
    border-right-width: 1.6rem;
    border-left-width: 1.6rem;
  }
  .entry-flow__step-list-item-number {
    width: 7.3rem;
  }
  .entry-flow__step-list-item-txt {
    padding-left: 2.2rem;
    font-size: 2.6rem;
  }
  .entry-flow__period {
    margin-top: 5rem;
  }
  .entry-flow__list {
    margin-top: 4.5rem;
  }
  .entry-flow__list dt {
    margin-bottom: 1.9rem;
    padding-left: 2.8rem;
    font-size: 2rem;
  }
  .entry-flow__list dt::before {
    top: 1.3rem;
    width: 1rem;
    height: 1rem;
  }
  .entry-flow__list dd {
    padding-bottom: 3rem;
    padding-left: 2.9rem;
    font-size: 1.8rem;
  }
  .entry-flow__list dd + dt {
    margin-top: 4rem;
  }
  .announcement {
    padding-top: 11rem;
    padding-bottom: 11.7rem;
    background-image: url(../img/announcement_bg_img03.png), url(../img/announcement_bg_img02.png), url(../img/announcement_bg_img01.png), url(../img/announcement_bg_pc.jpg);
    background-position: left 13.4rem top 42rem, left 0 top 21.8rem, right 0 top 0, center top;
    background-size: 3.2rem auto, 14.4rem auto, 32.6rem auto, cover;
  }
  .announcement__inner {
    max-width: 800px;
  }
  .announcement__head {
    font-size: 4.8rem;
  }
  .announcement__txt {
    font-size: 3rem;
    line-height: 1.4;
  }
  .announcement__txt .large {
    font-size: 4.7rem;
    letter-spacing: 0.08em;
  }
  .announcement__txt .number {
    font-size: 7.7rem;
    letter-spacing: 0.08em;
  }
  .announcement__list {
    margin-top: 4.3rem;
  }
  .announcement__list li {
    font-size: 1.2rem;
    line-height: 1.83;
  }
  .announcement__list li + li {
    margin-top: 0.9rem;
  }
  .terms {
    padding-top: 11.7rem;
    padding-bottom: 11.5rem;
    background: url(../img/terms_bg_pc.jpg) no-repeat center top/cover;
  }
  .terms__block {
    max-width: 1000px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .terms__block + .terms__block {
    margin-top: 8.9rem;
  }
  .terms__block-head {
    margin-bottom: 1.3rem;
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1;
  }
  .terms__large-txt {
    line-height: 1.75;
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .terms__list li:nth-child(n+2) {
    margin-top: 0;
  }
  .terms__contact-txt {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .entry__inner {
    padding: 11rem 0 11.5rem;
  }
  .entry__back-button {
    top: -4rem;
    right: 0;
    width: 8rem;
    height: 8rem;
  }
  .entry__checkbox {
    padding-left: 2em;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .entry__checkbox label::before {
    top: 0;
    bottom: 0;
    left: -2.5rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .entry__checkbox label::after {
    top: 0;
    bottom: 0.3rem;
    left: -2.2rem;
    width: 1.2rem;
    height: 0.5rem;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .entry__button {
    width: 50.5rem;
    margin: 5rem auto 0;
    padding: 3.5rem 0;
    font-size: 2.4rem;
  }
  .entry__button-arrow {
    right: 2.3rem;
    width: 5.8rem;
    height: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */