@charset "UTF-8";
/* CSS Document */
/* ==================================================
Mixin
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/*
 * Easing function
 * Original：http://easings.net/
 */
/* ==================================================
KeyFrames
================================================== */
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes scrollIco {
  0% {
    left: 0;
    width: 0;
  }
  25% {
    left: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 100%;
  }
  75% {
    left: auto;
    right: 0;
    width: 0;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@keyframes scrollIco {
  0% {
    left: 0;
    width: 0;
  }
  25% {
    left: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 100%;
  }
  75% {
    left: auto;
    right: 0;
    width: 0;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

/* hero */
@media all and (min-width: 751px) {
  .requirements-hero {
    background: url("../img/requirements/bg_hero01_l.png") repeat-y left center, url("../img/requirements/bg_hero01_r.png") repeat-y right center, url("../img/requirements/bg_hero01.png") no-repeat center center;
    background-size: contain,contain,cover;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero {
    background: url("../img/requirements/bg_hero01_sp_t.png") repeat-x center top, url("../img/requirements/bg_hero01_sp_b.png") repeat-x center bottom, url("../img/requirements/bg_hero01_sp.png") no-repeat center center;
    background-size: contain,contain,cover;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero__inner {
    max-width: 90em;
    margin: 0 auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 32.75em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 31.125em;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-content {
    width: 100%;
    padding-top: 5em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-content {
    width: 100%;
    padding-top: 2.875em;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-heading {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-heading {
    text-align: center;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-heading-logo {
    display: block;
    margin-bottom: -2.1875em;
  }
  .requirements-hero-heading-logo:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-heading-logo {
    display: block;
    margin-bottom: -0.75em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: left;
  }
  .requirements-hero-heading-logo:last-child {
    margin-bottom: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-heading-logo__label {
    display: inline-block;
    vertical-align: top;
    max-width: 13.75em;
    width: 18.96552%;
  }
  .requirements-hero-heading-logo__label img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-heading-logo__label {
    display: inline-block;
    vertical-align: top;
    width: 6.875em;
  }
  .requirements-hero-heading-logo__label img {
    width: 100%;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 72.5em;
    width: 100%;
    z-index: 1;
  }
  .requirements-hero-heading__label img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 19.75em;
    z-index: 1;
  }
  .requirements-hero-heading__label img {
    width: 100%;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-body {
    margin-top: 2.25em;
  }
  .requirements-hero-body:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-body {
    margin-top: 0.9375em;
  }
  .requirements-hero-body:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-lead-txt {
    text-align: center;
    font-size: 1em;
    color: #fff;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-lead-txt {
    text-align: center;
    font-size: 0.875em;
    color: #fff;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-pict-img {
    text-align: center;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-pict-img__label {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    vertical-align: top;
    max-width: 73.625em;
    width: 101.55172%;
    background: url("../img/requirements/img_pict_hero01.png") no-repeat center bottom;
    background-size: contain;
    transform: translate3d(-50%, 0, 0);
  }
  .requirements-hero-pict-img__label::before {
    content: '';
    display: block;
    padding-top: 15.78947%;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-pict-img__label {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 11.125em;
    margin-bottom: 1.625em;
    background: url("../img/requirements/img_pict_hero01_sp.png") no-repeat center bottom;
    background-size: contain;
  }
  .requirements-hero-pict-img__label::before {
    content: '';
    display: block;
    padding-top: 64.04494%;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 12.5em;
    width: 14.28571%;
    margin-bottom: 10em;
    margin-right: 7.14286%;
    text-align: right;
    z-index: 1;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 8.8125em;
    margin-bottom: -4.25em;
    margin-right: 1em;
    text-align: center;
    z-index: 1;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-btn-ex {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    margin-top: -39.5%;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-btn-ex {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110.6383%;
    margin-top: -52.48227%;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-btn-ex__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .requirements-hero-btn-ex__label img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-btn-ex__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .requirements-hero-btn-ex__label img {
    width: 100%;
  }
}

@media all and (min-width: 751px) {
  .requirements-hero-btn__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .requirements-hero-btn__label img {
    width: 100%;
    transform: translate3d(0, 0, 0);
    filter: drop-shadow(0.375em 0.375em 0.75em rgba(0, 0, 0, 0.2));
  }
}

@media screen and (max-width: 750px) {
  .requirements-hero-btn__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .requirements-hero-btn__label img {
    width: 100%;
    transform: translate3d(0, 0, 0);
    filter: drop-shadow(0.375em 0.375em 0.75em rgba(0, 0, 0, 0.2));
  }
}

/* content */
/* section */
@media all and (min-width: 751px) {
  .requirements-section {
    position: relative;
    padding-top: 7.5em;
    padding-bottom: 7.5em;
    overflow: hidden;
  }
  .requirements-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .requirements-section > * {
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section {
    position: relative;
    padding-top: 5.625em;
    padding-bottom: 5.625em;
    overflow: hidden;
  }
  .requirements-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .requirements-section > * {
    position: relative;
  }
}

@media all and (min-width: 751px) {
  .requirements-section__inner {
    max-width: 72.5em;
    margin: 0 auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section__inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

@media all and (min-width: 751px) {
  .requirements-section-heading {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section-heading {
    text-align: center;
  }
}

@media all and (min-width: 751px) {
  .requirements-section-heading__label {
    display: inline-block;
    vertical-align: bottom;
    width: 8.875em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section-heading__label {
    display: inline-block;
    vertical-align: bottom;
    width: 6.9375em;
  }
  .requirements-section-heading__label img {
    width: 100%;
  }
}

@media all and (min-width: 751px) {
  .requirements-section-heading-sub {
    display: block;
    margin-top: 0.75em;
  }
  .requirements-section-heading-sub:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section-heading-sub {
    display: block;
    margin-top: 0.75em;
  }
  .requirements-section-heading-sub:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-section-heading-sub__label {
    display: inline-block;
    vertical-align: bottom;
    font-size: 2.5em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section-heading-sub__label {
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.875em;
    font-weight: 700;
  }
}

@media all and (min-width: 751px) {
  .requirements-section-body {
    margin-top: 5.625em;
  }
  .requirements-section-body:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section-body {
    margin-top: 3.75em;
  }
  .requirements-section-body:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-section--lv1 {
    margin-top: 5.625em;
  }
  .requirements-section--lv1:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section--lv1 {
    margin-top: 3.75em;
  }
  .requirements-section--lv1:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-section--lv1-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .requirements-section--lv1-heading::after {
    content: '';
    flex-grow: 1;
    margin-left: 1em;
    padding-top: 0.125em;
    background: #09f;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section--lv1-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .requirements-section--lv1-heading::after {
    content: '';
    flex-grow: 1;
    margin-left: 0.75em;
    padding-top: 0.125em;
    background: #09f;
  }
}

@media all and (min-width: 751px) {
  .requirements-section--lv1-heading__label {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 1.5em;
    font-weight: 700;
    color: #09f;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section--lv1-heading__label {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    font-weight: 700;
    color: #09f;
  }
}

@media all and (min-width: 751px) {
  .requirements-section--lv1-body {
    margin-top: 1.875em;
  }
  .requirements-section--lv1-body:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-section--lv1-body {
    margin-top: 1.875em;
  }
  .requirements-section--lv1-body:first-child {
    margin-top: 0;
  }
}

/* txt */
@media all and (min-width: 751px) {
  .requirements-txt {
    line-height: 2;
    font-size: 1em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-txt {
    line-height: 2;
    font-size: 0.9375em;
  }
}

/* lead */
@media all and (min-width: 751px) {
  .requirements-lead-txt {
    font-size: 2em;
    font-weight: 700;
  }
  .requirements-lead-txt em {
    font-size: 125%;
    color: #09f;
  }
}

@media screen and (max-width: 750px) {
  .requirements-lead-txt {
    font-size: 1.5em;
    font-weight: 700;
  }
  .requirements-lead-txt em {
    font-size: 108.33333%;
    color: #09f;
  }
}

/* note */
@media all and (min-width: 751px) {
  .requirements-note-txt {
    padding-left: 1em;
    line-height: 2;
    font-size: 1em;
    text-indent: -1em;
  }
  .requirements-note-txt > * {
    text-indent: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-note-txt {
    padding-left: 1em;
    line-height: 2;
    font-size: 0.9375em;
    text-indent: -1em;
  }
  .requirements-note-txt > * {
    text-indent: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}

/* list */
@media all and (min-width: 751px) {
  .requirements-list__item {
    padding-left: 1.25em;
    line-height: 2;
    font-size: 1em;
    text-indent: -1.25em;
  }
  .requirements-list__item > * {
    text-indent: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-list__item {
    padding-left: 1.25em;
    line-height: 2;
    font-size: 0.9375em;
    text-indent: -1.25em;
  }
  .requirements-list__item > * {
    text-indent: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-list__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1.25em;
    height: 2em;
  }
  .requirements-list__label::before {
    content: '';
    position: absolute;
    top: 1em;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background: #09f;
    transform: translate3d(0, -50%, 0);
  }
  .requirements-list--num .requirements-list__label {
    height: auto;
  }
  .requirements-list--num .requirements-list__label::before {
    content: none;
  }
}

@media screen and (max-width: 750px) {
  .requirements-list__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1.25em;
    height: 2em;
  }
  .requirements-list__label::before {
    content: '';
    position: absolute;
    top: 1em;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background: #09f;
    transform: translate3d(0, -50%, 0);
  }
  .requirements-list--num .requirements-list__label {
    height: auto;
  }
  .requirements-list--num .requirements-list__label::before {
    content: none;
  }
}

/* desc */
@media all and (min-width: 751px) {
  .requirements-desc {
    margin-top: 2em;
  }
  .requirements-desc:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-desc {
    margin-top: 2em;
  }
  .requirements-desc:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-desc__term {
    line-height: 2;
    font-size: 1em;
    font-weight: 700;
  }
}

@media screen and (max-width: 750px) {
  .requirements-desc__term {
    line-height: 2;
    font-size: 0.9375em;
    font-weight: 700;
  }
}

/* table */
@media all and (min-width: 751px) {
  .requirements-table {
    margin-top: 2em;
  }
  .requirements-table:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-table {
    margin-top: 2em;
    margin-left: -1.25em;
    margin-right: -1.25em;
    overflow: hidden;
  }
  .requirements-table:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-table__inner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #09f #e6e6e6;
  }
  .requirements-table__inner::-webkit-scrollbar {
    height: 0.125em;
  }
  .requirements-table__inner::-webkit-scrollbar-track {
    background: #e6e6e6;
  }
  .requirements-table__inner::-webkit-scrollbar-thumb {
    background: #09f;
  }
}

@media all and (min-width: 751px) {
  .requirements-table-body {
    display: table;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .requirements-table-body {
    display: block;
    width: 149.0625em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .requirements-table-body tbody {
    display: flex;
  }
}

@media all and (min-width: 751px) {
  .requirements-table__row {
    display: table-row;
  }
}

@media screen and (max-width: 750px) {
  .requirements-table__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 20.9375em;
  }
  .requirements-table__row > * {
    width: 100%;
  }
}

@media all and (min-width: 751px) {
  .requirements-table__heading {
    display: table-cell;
    vertical-align: middle;
    width: 11.25em;
    height: 5.125em;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    border-top: 0.0625em solid #bbbcbf;
    background: #fff;
    text-align: center;
    line-height: 1.875;
    font-size: 1em;
    font-weight: 700;
  }
  .requirements-table__row:last-child .requirements-table__heading {
    height: 5.1875em;
    border-bottom: 0.0625em solid #bbbcbf;
  }
  .requirements-table__row:nth-child(2n) .requirements-table__heading {
    background: #f2f2f2;
  }
}

@media screen and (max-width: 750px) {
  .requirements-table__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    min-height: 3.375em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    border-top: 0.0625em solid #bbbcbf;
    background: #fff;
    text-align: center;
    line-height: 1.875;
    font-size: 0.9375em;
    font-weight: 700;
  }
  .requirements-table__row:nth-child(2n+1) .requirements-table__heading {
    background: #f2f2f2;
  }
  .requirements-table__heading > * {
    width: 100%;
  }
}

@media all and (min-width: 751px) {
  .requirements-table__data {
    display: table-cell;
    vertical-align: middle;
    height: 5.125em;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-left: 1.875em;
    padding-right: 1.875em;
    border-top: 0.0625em solid #bbbcbf;
    border-left: 0.0625em dotted #bbbcbf;
    background: #fff;
    text-align: center;
  }
  .requirements-table__data:last-child {
    text-align: left;
  }
  .requirements-table__row:last-child .requirements-table__data {
    height: 5.1875em;
    border-bottom: 0.0625em solid #bbbcbf;
  }
  .requirements-table__row:nth-child(2n) .requirements-table__data {
    background: #f2f2f2;
  }
}

@media screen and (max-width: 750px) {
  .requirements-table__data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    min-height: 3.375em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    border-top: 0.0625em dotted #bbbcbf;
    background: #fff;
    text-align: center;
  }
  .requirements-table__data:last-child {
    flex-grow: 1;
    border-bottom: 0.0625em solid #bbbcbf;
    text-align: left;
  }
  .requirements-table__row:nth-child(2n+1) .requirements-table__data {
    background: #f2f2f2;
  }
  .requirements-table__data > * {
    width: 100%;
  }
}

@media all and (min-width: 751px) {
  .requirements-table-txt {
    line-height: 1.875;
    font-size: 1em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-table-txt {
    line-height: 1.875;
    font-size: 0.9375em;
  }
}

@media all and (min-width: 751px) {
  .requirements-table-note-txt {
    padding-left: 1em;
    line-height: 2;
    font-size: 1em;
    text-indent: -1em;
  }
  .requirements-table-note-txt > * {
    text-indent: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-table-note-txt {
    padding-left: 1em;
    line-height: 2;
    font-size: 0.9375em;
    text-indent: -1em;
  }
  .requirements-table-note-txt > * {
    text-indent: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-table-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-table-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}

/* terms */
@media all and (min-width: 751px) {
  .requirements-terms {
    margin-top: 5.625em;
  }
  .requirements-terms:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms {
    margin-top: 3.75em;
  }
  .requirements-terms:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-terms__inner {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-radius: 1.25em;
    background: #f2f2f2;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms__inner {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
    border-radius: 1.25em;
    background: #f2f2f2;
  }
}

@media all and (min-width: 751px) {
  .requirements-terms-container__inner {
    height: 21em;
    padding-right: 1.5em;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #09f #fff;
  }
  .requirements-terms-container__inner::-webkit-scrollbar {
    width: 0.125em;
  }
  .requirements-terms-container__inner::-webkit-scrollbar-track {
    background: #fff;
  }
  .requirements-terms-container__inner::-webkit-scrollbar-thumb {
    background: #09f;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms-container__inner {
    height: 27.76667em;
    padding-right: 1.25em;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #09f #fff;
  }
  .requirements-terms-container__inner::-webkit-scrollbar {
    width: 0.125em;
  }
  .requirements-terms-container__inner::-webkit-scrollbar-track {
    background: #fff;
  }
  .requirements-terms-container__inner::-webkit-scrollbar-thumb {
    background: #09f;
  }
}

@media all and (min-width: 751px) {
  .requirements-terms-content {
    line-height: 1.86667;
    font-size: 0.9375em;
  }
  .requirements-terms-content a {
    color: #000;
    text-decoration: underline;
  }
  .requirements-terms-content a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms-content {
    line-height: 1.86667;
    font-size: 0.875em;
  }
  .requirements-terms-content a {
    color: #000;
    text-decoration: underline;
  }
}

@media all and (min-width: 751px) {
  .requirements-terms-txt {
    margin-top: 1.86667em;
  }
  .requirements-terms-txt:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms-txt {
    margin-top: 1.86667em;
  }
  .requirements-terms-txt:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-terms-note-txt {
    padding-left: 1em;
    text-indent: -1em;
  }
  .requirements-terms-note-txt > * {
    text-indent: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms-note-txt {
    padding-left: 1em;
    text-indent: -1em;
  }
  .requirements-terms-note-txt > * {
    text-indent: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-terms-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}

@media all and (min-width: 751px) {
  .requirements-terms-list {
    margin-top: 1.86667em;
  }
  .requirements-terms-list:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms-list {
    margin-top: 1.86667em;
  }
  .requirements-terms-list:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-terms-list__item {
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
  }
  .requirements-terms-list__item::before {
    content: '・';
    display: inline-block;
    vertical-align: top;
    width: 1em;
    text-indent: 0;
  }
  .requirements-terms-list--num > .requirements-terms-list__item {
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
  .requirements-terms-list--num > .requirements-terms-list__item::before {
    content: none;
  }
  .requirements-terms-list__item > * {
    text-indent: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms-list__item {
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
  }
  .requirements-terms-list__item::before {
    content: '・';
    display: inline-block;
    vertical-align: top;
    width: 1em;
    text-indent: 0;
  }
  .requirements-terms-list--num > .requirements-terms-list__item {
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
  .requirements-terms-list--num > .requirements-terms-list__item::before {
    content: none;
  }
  .requirements-terms-list__item > * {
    text-indent: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-terms-list__label {
    display: inline-block;
    vertical-align: top;
    width: 1.25em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms-list__label {
    display: inline-block;
    vertical-align: top;
    width: 1.25em;
  }
}

@media all and (min-width: 751px) {
  .requirements-terms-desc {
    margin-top: 1.86667em;
  }
  .requirements-terms-desc:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-terms-desc {
    margin-top: 1.86667em;
  }
  .requirements-terms-desc:first-child {
    margin-top: 0;
  }
}

/* entry */
@media all and (min-width: 751px) {
  .requirements-entry {
    margin-top: 7.5em;
  }
  .requirements-entry:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-entry {
    margin-top: 3.75em;
  }
  .requirements-entry:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-entry-btn {
    margin-top: 2.75em;
    text-align: center;
  }
  .requirements-entry-btn:first-child {
    margin-top: 0;
  }
  .requirements-entry-btn a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
  }
  .requirements-entry-btn a[disabled] {
    pointer-events: none;
  }
  .requirements-entry-btn a .requirements-entry-btn__ico {
    transition: transform 0.2s ease-in-out;
  }
  .requirements-entry-btn a:hover .requirements-entry-btn__ico {
    transform: translate3d(0.3125em, -50%, 0);
  }
}

@media screen and (max-width: 750px) {
  .requirements-entry-btn {
    margin-top: 1.625em;
    text-align: center;
  }
  .requirements-entry-btn:first-child {
    margin-top: 0;
  }
  .requirements-entry-btn a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    max-width: 100%;
    width: 20.9375em;
  }
  .requirements-entry-btn a[disabled] {
    pointer-events: none;
  }
}

@media all and (min-width: 751px) {
  .requirements-entry-btn-list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

@media all and (min-width: 751px) {
  .requirements-entry-btn-list__item {
    width: 28.125em;
    margin-left: 1.5em;
  }
  .requirements-entry-btn-list__item:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-entry-btn-list__item {
    margin-top: 1.5em;
  }
  .requirements-entry-btn-list__item:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-entry-btn-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28.125em;
    height: 6.25em;
    border-radius: 6.25em;
    background: #fbe120;
  }
  .requirements-entry-btn-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.1875em solid #000;
    border-radius: 6.25em;
  }
  .requirements-entry-btn a[disabled] .requirements-entry-btn-body {
    background: #f2f2f2;
  }
  .requirements-entry-btn a[disabled] .requirements-entry-btn-body::before {
    border: 0.1875em solid #c8c8c8;
  }
  .requirements-entry-btn-body > * {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 750px) {
  .requirements-entry-btn-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 20.9375em;
    height: 5.5em;
    border-radius: 5.5em;
    background: #fbe120;
  }
  .requirements-entry-btn-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.1875em solid #000;
    border-radius: 5.5em;
  }
  .requirements-entry-btn a[disabled] .requirements-entry-btn-body {
    background: #f2f2f2;
  }
  .requirements-entry-btn a[disabled] .requirements-entry-btn-body::before {
    border: 0.1875em solid #c8c8c8;
  }
  .requirements-entry-btn-body > * {
    position: relative;
    z-index: 1;
  }
}

@media all and (min-width: 751px) {
  .requirements-entry-btn__label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
  }
  .requirements-entry-btn a[disabled] .requirements-entry-btn__label {
    color: #c8c8c8;
  }
}

@media screen and (max-width: 750px) {
  .requirements-entry-btn__label {
    display: inline-block;
    vertical-align: top;
    font-size: 1.25em;
    font-weight: 700;
    color: #000;
  }
  .requirements-entry-btn a[disabled] .requirements-entry-btn__label {
    color: #c8c8c8;
  }
}

@media all and (min-width: 751px) {
  .requirements-entry-btn__ico {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    vertical-align: top;
    width: 0.4375em;
    margin-right: 2.25em;
    background: url("../img/common/ico_arw_btn02.svg") no-repeat center center;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
  }
  .requirements-entry-btn__ico::before {
    content: '';
    display: block;
    padding-top: 157.14286%;
  }
  .requirements-entry-btn a[disabled] .requirements-entry-btn__ico {
    background: url("../img/common/ico_arw_btn03.svg") no-repeat center center;
    background-size: contain;
  }
}

@media screen and (max-width: 750px) {
  .requirements-entry-btn__ico {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    vertical-align: top;
    width: 0.4375em;
    margin-right: 2em;
    background: url("../img/common/ico_arw_btn02.svg") no-repeat center center;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
  }
  .requirements-entry-btn__ico::before {
    content: '';
    display: block;
    padding-top: 157.14286%;
  }
  .requirements-entry-btn a[disabled] .requirements-entry-btn__ico {
    background: url("../img/common/ico_arw_btn03.svg") no-repeat center center;
    background-size: contain;
  }
}

@media all and (min-width: 751px) {
  .requirements-entry-note {
    margin-top: 1.5em;
  }
  .requirements-entry-note:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-entry-note {
    margin-top: 0.75em;
  }
  .requirements-entry-note:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-entry-note-txt {
    padding-left: 1em;
    text-align: center;
    line-height: 1.86667;
    font-size: 0.9375em;
    color: #e6222e;
    text-indent: -1em;
  }
  .requirements-entry-note-txt > * {
    text-indent: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-entry-note-txt {
    padding-left: 1em;
    text-align: center;
    line-height: 1.86667;
    font-size: 0.875em;
    color: #e6222e;
    text-indent: -1em;
  }
  .requirements-entry-note-txt > * {
    text-indent: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-entry-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}

@media screen and (max-width: 750px) {
  .requirements-entry-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
}

/* bottom */
@media all and (min-width: 751px) {
  .requirements-bottom {
    margin-top: 3.75em;
  }
  .requirements-bottom:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .requirements-bottom {
    margin-top: 1.875em;
  }
  .requirements-bottom:first-child {
    margin-top: 0;
  }
}

@media all and (min-width: 751px) {
  .requirements-bottom-btn {
    margin-top: 2.75em;
    text-align: center;
  }
  .requirements-bottom-btn:first-child {
    margin-top: 0;
  }
  .requirements-bottom-btn > a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
  }
  .requirements-bottom-btn > a .requirements-bottom-btn__ico {
    transition: transform 0.2s ease-in-out;
  }
  .requirements-bottom-btn > a:hover .requirements-bottom-btn__ico {
    transform: translate3d(0.3125em, -50%, 0);
  }
  .requirements-bottom-btn--back > a:hover .requirements-bottom-btn__ico {
    transform: translate3d(-0.3125em, -50%, 0) rotate(180deg);
  }
}

@media screen and (max-width: 750px) {
  .requirements-bottom-btn {
    margin-top: 1.625em;
    text-align: center;
  }
  .requirements-bottom-btn:first-child {
    margin-top: 0;
  }
  .requirements-bottom-btn > a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
  }
}

@media all and (min-width: 751px) {
  .requirements-bottom-btn-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.5em;
    height: 5em;
    border-radius: 5em;
    background: #09f;
  }
}

@media screen and (max-width: 750px) {
  .requirements-bottom-btn-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.875em;
    height: 4.375em;
    border-radius: 4.375em;
    background: #09f;
  }
}

@media all and (min-width: 751px) {
  .requirements-bottom-btn__label {
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
  }
}

@media screen and (max-width: 750px) {
  .requirements-bottom-btn__label {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9375em;
    font-weight: 700;
    color: #fff;
  }
}

@media all and (min-width: 751px) {
  .requirements-bottom-btn__ico {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    vertical-align: top;
    width: 0.4375em;
    margin-right: 2.25em;
    background: url("../img/common/ico_arw_btn01.svg") no-repeat center center;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
  }
  .requirements-bottom-btn__ico::before {
    content: '';
    display: block;
    padding-top: 157.14286%;
  }
  .requirements-bottom-btn--back .requirements-bottom-btn__ico {
    left: 0;
    right: auto;
    margin-left: 2.25em;
    margin-right: 0;
    transform: translate3d(0, -50%, 0) rotate(180deg);
  }
}

@media screen and (max-width: 750px) {
  .requirements-bottom-btn__ico {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    vertical-align: top;
    width: 0.4375em;
    margin-right: 2em;
    background: url("../img/common/ico_arw_btn01.svg") no-repeat center center;
    background-size: contain;
    transform: translate3d(0, -50%, 0);
  }
  .requirements-bottom-btn__ico::before {
    content: '';
    display: block;
    padding-top: 157.14286%;
  }
  .requirements-bottom-btn--back .requirements-bottom-btn__ico {
    left: 0;
    right: auto;
    margin-left: 2em;
    margin-right: 0;
    transform: translate3d(0, -50%, 0) rotate(180deg);
  }
}
