*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

a,
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 10px;
}
@media (max-width: 700px) {
  html {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #000;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.inner {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .inner {
    max-width: 96rem;
  }
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  .only_sp {
    display: none;
  }
}

.only_pc {
  display: none;
}
@media screen and (min-width:768px) {
  .only_pc {
    display: block;
  }
}

.mv {
  width: 100%;
  background: #FFEF00;
  padding: 4rem 0 4.3rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .mv {
    padding: 5.5rem 0 2.9rem;
  }
}

.mv::before {
  position: absolute;
  display: block;
  content: "";
  width: min(99.767vw, 72.3311rem);
  aspect-ratio: 723.311/571.666;
  background: url(../img/bg-mv-sp.png) no-repeat center center/contain;
  top: 2.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width:768px) {
  .mv::before {
    background: url(../img/bg-mv-pc.png) no-repeat center center/contain;
    width: 177.533rem;
    aspect-ratio: 1775.33/665.901;
    top: 17.3rem;
  }
}

.mv::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg-mv-anniversary-sp.png) no-repeat center center/cover;
  top: 0;
  left: 0;
}
@media screen and (min-width:768px) {
  .mv::after {
    background: url(../img/bg-mv-anniversary-pc.png) no-repeat center center/cover;
  }
}

.mv__inner {
  width: 100%;
  max-width: 63.818rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .mv__inner {
    max-width: 95.8469rem;
  }
}

.mv__logo {
  position: absolute;
  top: -0.8rem;
  left: 1.8rem;
  width: 100%;
  max-width: 5.8rem;
}
@media screen and (min-width:768px) {
  .mv__logo {
    max-width: 7.09256rem;
    top: -1rem;
    left: 5.4rem;
  }
}

.mv__campaign {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.7rem;
}
@media screen and (min-width:768px) {
  .mv__campaign {
    max-width: 94.3469rem;
    padding: 0 0 0 1.1643rem;
  }
}

.mv__presents {
  margin-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (min-width:768px) {
  .mv__presents {
    margin-top: 5.3rem;
    gap: 3rem;
  }
}

.tab {
  width: 100%;
  display: flex;
  padding-bottom: 1.45rem;
  position: relative;
  background: #FFEF00;
}
@media screen and (min-width:768px) {
  .tab {
    padding-bottom: 2rem;
  }
}

.tab::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 1.45rem);
  background: #0000B3;
  top: 0;
  left: 0;
  border-radius: 0 10px 0 0;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .tab::before {
    height: calc(100% - 2rem);
    border-radius: 0 20px 0 0;
  }
}

.tab.is-x::before {
  background: #E60012;
  border-radius: 10px 0 0 0;
}
@media screen and (min-width:768px) {
  .tab.is-x::before {
    border-radius: 20px 0 0 0;
  }
}

.tab::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1.45rem;
  background: #E60012;
  bottom: 0.1rem;
  left: 0;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .tab::after {
    height: 2rem;
  }
}

.tab.is-x::after {
  background: #0000B3;
}

.tab__item {
  padding: 1.5rem 0 0.8rem 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .tab__item {
    padding: 2.45rem 0 0.345rem 0;
  }
}

body.index .tab__item {
  padding: 2.264rem 0 1.464rem 0;
}
@media screen and (min-width:768px) {
  body.index .tab__item {
    padding: 3.3725rem 0 1.7725rem 0;
  }
}

.tab__item-barcode {
  width: 50%;
  background: #E60012;
  border-radius: 0 10px 0 0;
  padding-right: min(3.3333vw, 2.5rem);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .tab__item-barcode {
    padding-right: 2.34rem;
    border-radius: 0 20px 0 0;
  }
}

body.index .tab__item-barcode {
  padding-right: min(2.93333vw, 2.2rem);
}
@media screen and (min-width:768px) {
  body.index .tab__item-barcode {
    padding-right: 3.8rem;
  }
}

.tab.is-x .tab__item-barcode {
  border-radius: 10px 0 0 0;
}
@media screen and (min-width:768px) {
  .tab.is-x .tab__item-barcode {
    border-radius: 20px 0 0 0;
  }
}

.tab__item-x {
  width: 50%;
  background: #0000B3;
  border-radius: 0 10px 0 0;
  padding-left: 2.6rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .tab__item-x {
    padding-left: 4.5rem;
    border-radius: 0 20px 0 0;
  }
}

body.index .tab__item-x {
  padding-left: 8rem;
}
@media screen and (min-width:768px) {
  body.index .tab__item-x {
    padding-left: 9rem;
  }
}

.tab.is-x .tab__item-x {
  border-radius: 10px 0 0 0;
}
@media screen and (min-width:768px) {
  .tab.is-x .tab__item-x {
    border-radius: 20px 0 0 0;
  }
}

.tab__item-barcode .tab__item-text {
  width: 100%;
  max-width: 31.7835rem;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  .tab__item-barcode .tab__item-text {
    max-width: 43.4239rem;
  }
}

.tab__item-x .tab__item-text {
  width: 100%;
  max-width: 30.0473rem;
}
@media screen and (min-width:768px) {
  .tab__item-x .tab__item-text {
    max-width: 43.3718rem;
  }
}

body.index .tab__item-x .tab__item-text {
  max-width: 19.8532rem;
}
@media screen and (min-width:768px) {
  body.index .tab__item-x .tab__item-text {
    max-width: 27.1463rem;
  }
}

.tab__item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.contents {
  width: 100%;
  padding: 7rem 0 10.5rem;
  background: #FFEF00;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .contents {
    padding: 11.8rem 0;
  }
}

.contents.switch {
  padding: 4.3rem 0 8rem;
}
@media screen and (min-width:768px) {
  .contents.switch {
    padding: 4.4rem 0 6.1rem;
  }
}

.contents::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-content-anniversary-sp.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .contents::before {
    background: url(../img/bg-content-anniversary-pc.png) no-repeat center center/cover;
  }
}

.section__head {
  width: 100%;
  max-width: 30.5rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .section__head {
    max-width: 42.1rem;
  }
}

.barcode {
  position: relative;
}

.barcode.switch {
  display: none;
}

.barcode__head {
  width: 100%;
  max-width: 65.4rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .barcode__head {
    max-width: 91.6rem;
  }
}

.barcode__head::before {
  position: absolute;
  display: block;
  content: "";
  width: 62.7467rem;
  aspect-ratio: 627.467/401.639;
  background: url(../img/bg-barcode-head-sp.png) no-repeat center center/contain;
  top: -6.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .barcode__head::before {
    background: url(../img/bg-barcode-head-pc.png) no-repeat center center/contain;
    width: 180.995rem;
    aspect-ratio: 1729.95/241.051;
    top: -8.3rem;
  }
}

.barcode__period {
  width: 100%;
  max-width: 60.5rem;
  margin: 6.7rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .barcode__period {
    max-width: 83.2rem;
    margin: 6.4rem auto 0;
  }
}

.barcode__period::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/x-period-fin.png) no-repeat center center/contain;
  top: 0;
  left: 0;
  z-index: 9;
}

body.index .barcode__period::before,
body.index0516 .barcode__period::before {
  display: none;
}

.barcode__present {
  width: 100%;
  max-width: 61.5rem;
  margin: 7.7rem auto 0;
}
@media screen and (min-width:768px) {
  .barcode__present {
    max-width: 81.4rem;
    margin: 5rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .barcode__present-items {
    padding: 0 1rem;
  }
}

.barcode__present-item {
  position: relative;
}

.barcode__present-item::before {
  position: absolute;
  display: block;
  content: "";
  transform: translateX(-50%);
}

.barcode__present-item:nth-child(1):before {
  width: min(95.1426vw, 72.8793rem);
  aspect-ratio: 728.793/137.464;
  background: url(../img/bg-barcode-present1-sp.png) no-repeat center center/contain;
  top: 13rem;
  left: 48%;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(1):before {
    width: 178.08rem;
    aspect-ratio: 1780.8/558.488;
    background: url(../img/bg-barcode-present1-pc.png) no-repeat center center/contain;
    top: 3.9rem;
  }
}

.barcode__present-item:nth-child(2):before {
  width: 62.2478rem;
  aspect-ratio: 622.478/451.639;
  background: url(../img/bg-barcode-present2-sp.png) no-repeat center center/contain;
  top: -4.7rem;
  left: 43.5%;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(2):before {
    background: url(../img/bg-barcode-present2-pc.png) no-repeat center center/contain;
    width: 165.324rem;
    aspect-ratio: 1653.24/701.07;
    top: -6.9rem;
    left: 48%;
  }
}

.barcode__present-item:nth-child(3):before {
  width: 51.4602rem;
  aspect-ratio: 514.602/718.317;
  background: url(../img/bg-barcode-present3-sp.png) no-repeat center center/contain;
  top: -8.2rem;
  left: 65%;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(3):before {
    background: url(../img/bg-barcode-present3-pc.png) no-repeat center center/contain;
    width: 164.208rem;
    aspect-ratio: 1642.08/666.572;
    top: 9.5rem;
    left: 40%;
  }
}

.barcode__present-item:nth-child(4):before {
  width: 69.7093rem;
  aspect-ratio: 697.093/994.775;
  background: url(../img/bg-barcode-present4-sp.png) no-repeat center center/contain;
  top: -3rem;
  left: 50%;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(4):before {
    width: 147.918rem;
    aspect-ratio: 1379.18/250.426;
    background: url(../img/bg-barcode-present4-pc.png) no-repeat center center/contain;
    top: 32rem;
    left: 68%;
  }
}

.barcode__present-item:nth-child(5):before {
  width: 39.0103rem;
  aspect-ratio: 390.103/845.164;
  background: url(../img/bg-barcode-present5-sp.png) no-repeat center center/contain;
  top: -9.7rem;
  left: 58%;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(5):before {
    width: 176.342rem;
    aspect-ratio: 1763.42/796.04;
    background: url(../img/bg-barcode-present5-pc.png) no-repeat center center/contain;
    top: 14.9rem;
    left: 47%;
  }
}

.barcode__present-item:nth-child(6):before {
  width: 4.3534rem;
  aspect-ratio: 43.5346/696.008;
  background: url(../img/bg-barcode-present6-sp.png) no-repeat center center/contain;
  top: 0;
  left: -5%;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(6):before {
    width: 170.612rem;
    aspect-ratio: 1706.12/284.429;
    background: url(../img/bg-barcode-present6-pc.png) no-repeat center center/contain;
    top: 35.1rem;
    left: 50%;
  }
}

.barcode__present-item:nth-child(2) {
  margin-top: 8.7rem;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(2) {
    margin-top: 9.4rem;
  }
}

.barcode__present-item:nth-child(3) {
  margin-top: 9rem;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(3) {
    margin-top: 11.3rem;
  }
}

.barcode__present-item:nth-child(4) {
  margin-top: 13.5rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(4) {
    margin-top: 12.7rem;
  }
}

.barcode__present-item:nth-child(5) {
  margin-top: 15.8rem;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(5) {
    margin-top: 11.5rem;
  }
}

.barcode__present-item:nth-child(6) {
  margin-top: 19rem;
  max-width: 58.3366rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .barcode__present-item:nth-child(6) {
    margin-top: 18.8rem;
    max-width: 79.4863rem;
  }
}

.barcode__present-item-link {
  position: absolute;
  width: 100%;
  max-width: 29.503rem;
  bottom: 44.5rem;
  left: 5.1rem;
}
@media screen and (min-width:768px) {
  .barcode__present-item-link {
    max-width: 30.9423rem;
    bottom: 9.2rem;
    left: 6.4rem;
  }
}

.barcode__present-note {
  font-size: 1.7rem;
  line-height: 1.49;
  font-weight: 500;
  text-align: justify;
  margin-top: 1rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .barcode__present-note {
    font-size: 1.6rem;
    line-height: 1.45;
    margin-top: 2rem;
  }
}

.barcode__apply {
  margin-top: 19.8rem;
}
@media screen and (min-width:768px) {
  .barcode__apply {
    margin-top: 20.5rem;
  }
}

.barcode__apply-head {
  position: relative;
  z-index: 3;
}

.barcode__apply-item {
  background: linear-gradient(to bottom, transparent 2.75rem, #fff 2.75rem);
  position: relative;
}
@media screen and (min-width:768px) {
  .barcode__apply-item {
    background: linear-gradient(to bottom, transparent 4.1rem, #fff 4.1rem);
  }
}

.barcode__apply-item::before {
  position: absolute;
  display: block;
  content: "";
}

.barcode__apply-item::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 2.75rem);
  background: #000;
  opacity: 0.8;
  top: 2.75rem;
  left: 0;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .barcode__apply-item::after {
    height: calc(100% - 4.1rem);
    top: 4.1rem;
  }
}

body.index .barcode__apply-item::after,
body.index0516 .barcode__apply-item::after {
  display: none;
}

.barcode__apply-item:nth-child(1):before {
  width: 57.0293rem;
  aspect-ratio: 570.293/128.597;
  background: url(../img/bg-barcode-apply1-sp.png) no-repeat center center/contain;
  top: -16.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(1):before {
    width: 182.171rem;
    aspect-ratio: 1821.71/1481.24;
    background: url(../img/bg-barcode-apply1-pc.png) no-repeat center center/contain;
    top: -13.8rem;
    left: 52%;
  }
}

.barcode__apply-item:nth-child(2):before {
  width: 57.0293rem;
  aspect-ratio: 570.293/127.076;
  background: url(../img/bg-barcode-apply2-sp.png) no-repeat center center/contain;
  top: -16.7rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(2):before {
    width: 186.567rem;
    aspect-ratio: 1865.67/1406.38;
    background: url(../img/bg-barcode-apply2-pc.png) no-repeat center center/contain;
    top: -13.6rem;
    left: 50%;
  }
}

.barcode__apply-item:nth-child(1) {
  padding-bottom: 5.2rem;
}

.barcode__apply-item:nth-child(2) {
  padding-bottom: 5.4rem;
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(2) {
    padding-bottom: 6.5rem;
  }
}

.barcode__apply-item + .barcode__apply-item {
  margin-top: 21.6rem;
}
@media screen and (min-width:768px) {
  .barcode__apply-item + .barcode__apply-item {
    margin-top: 16.1rem;
  }
}

.barcode__apply-content {
  position: relative;
}

.barcode__apply-course {
  position: relative;
}

.barcode__apply-course::before {
  position: absolute;
  display: block;
  content: "";
  width: 46.0997rem;
  height: 17.6321rem;
  background: url(../img/campaign-fin-apply.png) no-repeat center center/contain;
  top: 7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width:768px) {
  .barcode__apply-course::before {
    width: 65.5552rem;
    height: 24.6312rem;
  }
}

body.index .barcode__apply-course::before,
body.index0516 .barcode__apply-course::before {
  display: none;
}

.barcode__apply-item:nth-child(1) .barcode__apply-course {
  width: 100%;
  max-width: 52.7949rem;
  margin: 1.4rem auto 0;
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-course {
    max-width: 71.9346rem;
    margin: 1.9rem auto 0;
  }
}

.barcode__apply-item:nth-child(2) .barcode__apply-course {
  width: 100%;
  max-width: 28.5994rem;
  margin: 1.4rem auto 0;
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-course {
    max-width: 39.0198rem;
    margin: 2rem auto 0;
  }
}

.barcode__apply-text {
  width: 100%;
}
@media screen and (min-width:768px) {
  .barcode__apply-text {
    max-width: 73.8319rem;
    margin: 3rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-text {
    max-width: 45.2901rem;
    margin: 3.1rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-text {
    max-width: 55.8577rem;
    margin: 2.2rem auto 0;
  }
}

.barcode__apply-address {
  width: 100%;
  max-width: 58.2088rem;
  background-color: rgba(251, 237, 39, 0.5);
  padding: 1.2286rem 0;
}
@media screen and (min-width:768px) {
  .barcode__apply-address {
    max-width: 79.9264rem;
    margin: 3.2rem auto 0;
    padding: 1.845935rem 0;
  }
}

@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-address {
    margin: 2.1rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-address {
    margin: 2.5rem auto 0;
  }
}

.barcode__apply-address img {
  width: 100%;
  max-width: 52.1654rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .barcode__apply-address img {
    max-width: 63.0497rem;
  }
}

.barcode__apply-steps {
  width: 100%;
  max-width: 62.14rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .barcode__apply-steps {
    padding-left: 6.3776rem;
  }
}
@media screen and (min-width:768px) {
  .barcode__apply-steps {
    max-width: 57.068rem;
    margin: 2.8rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-steps {
    margin-top: 4.8rem;
  }
}

@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-steps {
    margin-top: 4rem;
  }
}

.barcode__apply-item:nth-child(1) .barcode__apply-step:nth-child(1) {
  width: 100%;
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-step:nth-child(1) {
    max-width: 48.7778rem;
  }
}

.barcode__apply-item:nth-child(2) .barcode__apply-step:nth-child(1) {
  width: 100%;
  max-width: 37.9098rem;
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-step:nth-child(1) {
    max-width: 38.4453rem;
  }
}

.barcode__apply-step:nth-child(2) {
  width: 100%;
}
@media screen and (max-width:767px) {
  .barcode__apply-step:nth-child(2) {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width:768px) {
  .barcode__apply-step:nth-child(2) {
    max-width: 38.4453rem;
    margin-top: 2.7rem;
  }
}

@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-step:nth-child(2) {
    max-width: 39.1279rem;
    margin-top: 3.1rem;
  }
}

@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-step:nth-child(2) {
    max-width: 38.7279rem;
    margin-top: 4.38rem;
  }
}

.barcode__apply-step:nth-child(3) {
  width: 100%;
  max-width: 54.0279rem;
}
@media screen and (min-width:768px) {
  .barcode__apply-step:nth-child(3) {
    max-width: 42.9832rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-step:nth-child(3) {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-step:nth-child(3) {
    margin-top: 2.5rem;
  }
}

.barcode__apply-step:last-child {
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (min-width:768px) {
  .barcode__apply-step:last-child {
    left: 39.4rem;
  }
}

.barcode__apply-item:nth-child(1) .barcode__apply-step:last-child {
  max-width: 20.1086rem;
  top: 6.6rem;
}
@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-step:last-child {
    left: 41.4rem;
  }
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-step:last-child {
    max-width: 19.2191rem;
    top: 10.8rem;
  }
}

.barcode__apply-item:nth-child(2) .barcode__apply-step:last-child {
  max-width: 26.856rem;
  top: 12.19rem;
}
@media screen and (max-width:767px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-step:last-child {
    left: 34.5rem;
  }
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-step:last-child {
    max-width: 24.4368rem;
    top: 15.3rem;
  }
}

.barcode__apply-note {
  font-size: 1.8rem;
  line-height: 1.375;
  font-weight: 500;
  text-align: justify;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .barcode__apply-note {
    font-size: 1.7rem;
    line-height: 1.35;
  }
}

.barcode__apply-item:nth-child(1) .barcode__apply-note {
  max-width: 48.9933rem;
  margin-top: 6.2rem;
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-note {
    max-width: 68.9247rem;
    margin-top: 4.6rem;
  }
}

.barcode__apply-item:nth-child(2) .barcode__apply-note {
  max-width: 48.9182rem;
  margin-top: 7.3rem;
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-note {
    max-width: 71.2896rem;
    margin-top: 3.4rem;
  }
}

.barcode__apply-btn {
  width: 100%;
  max-width: 48.0664rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .barcode__apply-btn {
    max-width: 66rem;
  }
}

.barcode__apply-item:nth-child(1) .barcode__apply-btn {
  margin-top: 2.5rem;
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(1) .barcode__apply-btn {
    margin-top: 3.4rem;
  }
}

.barcode__apply-item:nth-child(2) .barcode__apply-btn {
  margin-top: 3.6rem;
}
@media screen and (min-width:768px) {
  .barcode__apply-item:nth-child(2) .barcode__apply-btn {
    margin-top: 4.6rem;
  }
}

.barcode__contact::before {
  position: absolute;
  display: block;
  content: "";
  width: 58.9293rem;
  aspect-ratio: 589.923/87.9154;
  background: url(../img/bg-barcode-contact1-sp.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  top: -12.8rem;
}
@media screen and (min-width:768px) {
  .barcode__contact::before {
    background: url(../img/bg-barcode-contact1-pc.png) no-repeat center center/contain;
    width: 163.178rem;
    aspect-ratio: 1631.78/911.167;
    top: 29.4rem;
    left: 47%;
  }
}

@media screen and (max-width:767px) {
  .barcode__contact::after {
    position: absolute;
    display: block;
    content: "";
    width: 53.208rem;
    aspect-ratio: 532.08/78.6665;
    background: url(../img/bg-barcode-contact2-sp.png) no-repeat center center/contain;
    bottom: -9.2rem;
    left: 67%;
    transform: translateX(-50%);
  }
}

.products {
  width: 100%;
  margin-top: 16.1rem;
  background: linear-gradient(to bottom, transparent 2.75rem, #fff 2.75rem);
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .products {
    margin-top: 24.3rem;
    padding-bottom: 3.6rem;
    background: linear-gradient(to bottom, transparent 4.1rem, #fff 4.1rem);
  }
}

.products::before {
  position: absolute;
  display: block;
  content: "";
  width: 57.0293rem;
  aspect-ratio: 570.293/113.076;
  background: url(../img/bg-products-sp.png) no-repeat center center/contain;
  left: 53%;
  transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .products::before {
    top: -13.9rem;
  }
}
@media screen and (min-width:768px) {
  .products::before {
    background: url(../img/bg-products-pc.png) no-repeat center center/contain;
    width: 175.834rem;
    aspect-ratio: 1758.34/630.087;
    bottom: -12.9rem;
  }
}

.products__content {
  position: relative;
}

.products__series {
  width: 100%;
  max-width: 41.4332rem;
  margin: 2.1rem auto 0;
}
@media screen and (min-width:768px) {
  .products__series {
    max-width: 56.6619rem;
    margin: 2.9rem auto 0;
  }
}

.products__list {
  width: 100%;
  max-width: 59.286rem;
  padding-left: 0.611rem;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .products__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:768px) {
  .products__list {
    display: grid;
    grid-template-columns: 12.9631rem 12.2859rem 0.1343rem 3.0987rem 0.7264rem 10.3028rem 4.9072rem 9.3126rem 0.7264rem 1.3636rem 1.5425rem 12.0479rem 13.2011rem 1.489rem;
    max-width: 85.08rem;
    padding-left: 0.9777rem;
  }
}

@media screen and (max-width:767px) {
  .products__list-item:nth-child(1) {
    width: 100%;
    max-width: 27.6292rem;
    padding-left: 0.22rem;
  }
}
@media screen and (min-width:768px) {
  .products__list-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media screen and (max-width:767px) {
  .products__list-item:nth-child(2) {
    width: 100%;
    max-width: 27.4092rem;
  }
}
@media screen and (min-width:768px) {
  .products__list-item:nth-child(2) {
    grid-column-start: 5;
    grid-column-end: 9;
  }
}

@media screen and (max-width:767px) {
  .products__list-item:nth-child(3) {
    width: 100%;
    max-width: 27.4092rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width:768px) {
  .products__list-item:nth-child(3) {
    grid-column-start: 11;
    grid-column-end: 15;
  }
}

@media screen and (max-width:767px) {
  .products__list-item:nth-child(4) {
    width: 100%;
    max-width: 27.5549rem;
    margin-top: 2.7rem;
  }
}
@media screen and (min-width:768px) {
  .products__list-item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 7;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width:767px) {
  .products__list-item:nth-child(5) {
    width: 100%;
    max-width: 28.0371rem;
    padding-left: 1.192rem;
    margin-top: 3.7rem;
  }
}
@media screen and (min-width:768px) {
  .products__list-item:nth-child(5) {
    grid-column-start: 8;
    grid-column-end: 13;
    margin-top: 3.47rem;
  }
}

@media screen and (max-width:767px) {
  .products__list-item:nth-child(6) {
    width: 100%;
    max-width: 27.5549rem;
    margin-top: 0.65rem;
  }
}
@media screen and (min-width:768px) {
  .products__list-item:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 4;
    margin-top: 1.3rem;
  }
}

@media screen and (max-width:767px) {
  .products__list-item:nth-child(7) {
    width: 100%;
    max-width: 28.0569rem;
    padding-left: 1.171rem;
    margin-top: 2.1rem;
  }
}
@media screen and (min-width:768px) {
  .products__list-item:nth-child(7) {
    grid-column-start: 6;
    grid-column-end: 10;
    margin-top: 2.25rem;
  }
}

@media screen and (max-width:767px) {
  .products__list-item:nth-child(8) {
    width: 100%;
    max-width: 27.5549rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width:768px) {
  .products__list-item:nth-child(8) {
    grid-column-start: 12;
    grid-column-end: 14;
    margin-top: 2.25rem;
  }
}

.products__note {
  font-size: 1.8rem;
  line-height: 1.2777;
  font-weight: 500;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (min-width:768px) {
  .products__note {
    margin-top: 3.3rem;
  }
}

.contact {
  margin-top: 18rem;
  background: linear-gradient(to bottom, transparent 2.75rem, #fff 2.75rem);
  padding-bottom: 5.4rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .contact {
    margin-top: 21.8rem;
    background: linear-gradient(to bottom, transparent 4.1rem, #fff 4.1rem);
    padding-bottom: 6.2rem;
  }
}

.contact__content {
  position: relative;
}

.contact__address {
  width: 100%;
  max-width: 48.2243rem;
  margin: 2.8rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__address {
    max-width: 52.5083rem;
    margin: 3.1rem auto 0;
  }
}

.contact__tel {
  width: 100%;
  max-width: 45.5543rem;
  margin: 1.98rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__tel {
    max-width: 49.5034rem;
    margin: 4.2rem auto 0;
  }
}

.contact__time {
  width: 100%;
  max-width: 48.8811rem;
  margin: 3.18rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__time {
    max-width: 36.6593rem;
    margin: 4.2rem auto 0;
  }
}

.contact__notes {
  width: 100%;
  max-width: 56.7399rem;
  margin: 4.4rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__notes {
    max-width: 83.2259rem;
    margin: 5.5rem auto 0;
  }
}

.contact__notes-item + .contact__notes-item {
  margin-top: 5.8rem;
}
@media screen and (min-width:768px) {
  .contact__notes-item + .contact__notes-item {
    margin-top: 3.8rem;
  }
}

.contact__notes-item p {
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width:768px) {
  .contact__notes-item p {
    font-size: 1.7rem;
    line-height: 1.3;
  }
}

.contact__notes-item p:first-child {
  font-size: 2.2em;
  line-height: 1.43;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .contact__notes-item p:first-child {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.contact__notes-item p + p {
  margin-top: 0.3rem;
}
@media screen and (min-width:768px) {
  .contact__notes-item p + p {
    margin-top: 0.4rem;
  }
}

.banner {
  width: 100%;
  max-width: 60.4rem;
  margin: 7.9rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .banner {
    margin: 5.6rem auto 0;
  }
}

.banner__item + .banner__item {
  margin-top: 4.3rem;
}

.footer {
  width: 100%;
  padding: 6.5935rem 0;
}
@media screen and (min-width:768px) {
  .footer {
    padding: 4.2725rem 0;
  }
}

.footer__inner {
  width: 100%;
  max-width: 54.9134rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .footer__inner {
    max-width: 83.8023rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.footer__nav-item {
  font-size: 1.931rem;
  line-height: 1.7;
  display: flex;
  align-items: center;
}
@media screen and (min-width:768px) {
  .footer__nav-item {
    font-size: 1.3rem;
    line-height: 1.64;
  }
}

@media screen and (max-width:767px) {
  .footer__nav-item:nth-child(2) {
    font-size: 1.588rem;
    line-height: 1.64;
  }
}

.footer__nav-item:nth-child(1) p {
  padding-left: 1.9rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .footer__nav-item:nth-child(1) p {
    padding-left: 1.35rem;
  }
}

.footer__nav-item:nth-child(1) p::before {
  position: absolute;
  display: block;
  content: "";
  width: 1.0889rem;
  height: 1.8221rem;
  background: url(../img/arrow-right.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width:768px) {
  .footer__nav-item:nth-child(1) p::before {
    width: 0.7108rem;
    height: 1.1898rem;
  }
}

.footer__nav-item:nth-child(1) p + p {
  margin-left: 5rem;
}
@media screen and (min-width:768px) {
  .footer__nav-item:nth-child(1) p + p {
    margin-left: 2.2rem;
  }
}

.footer__block {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .footer__block {
    justify-content: space-between;
    margin-top: 5rem;
  }
}

.footer__sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 21.3031rem;
}
@media screen and (min-width:768px) {
  .footer__sns {
    max-width: 13.81rem;
  }
}

.footer__sns-item {
  width: 100%;
  max-width: 5.6rem;
}
@media screen and (min-width:768px) {
  .footer__sns-item {
    max-width: 3.7rem;
  }
}

.footer__sns-item:nth-child(2) {
  max-width: 4.98422rem;
}
@media screen and (min-width:768px) {
  .footer__sns-item:nth-child(2) {
    max-width: 3.28328rem;
  }
}

.footer__logo {
  width: 100%;
  max-width: 20.3807rem;
}
@media screen and (min-width:768px) {
  .footer__logo {
    max-width: 15.1567rem;
    margin-left: 4.6rem;
  }
}

.btn {
  position: fixed;
  bottom: 5rem;
  right: 1.269rem;
  width: 100%;
  max-width: min(21.9066vw, 16.43rem);
  opacity: 0;
  transition: all 0.3s ease 0s;
  pointer-events: none;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .btn {
    max-width: min(12.20355vw, 24.4071rem);
    bottom: 4rem;
    right: min(5vw, 10rem);
  }
}

.btn.show {
  opacity: 1;
  pointer-events: initial;
}

.btn__item + .btn__item {
  margin-top: 6.2rem;
}
@media screen and (min-width:768px) {
  .btn__item + .btn__item {
    margin-top: 3.9rem;
  }
}

.btn__item:nth-child(1),
.btn__item:nth-child(2) {
  display: block;
}

.btn.switch .btn__item:nth-child(1),
.btn.switch .btn__item:nth-child(2) {
  display: none;
}

.btn__item:nth-child(3),
.btn__item:nth-child(4) {
  display: none;
}

.btn.switch .btn__item:nth-child(3),
.btn.switch .btn__item:nth-child(4) {
  display: block;
}

.x {
  position: relative;
  display: none;
}

.x.switch {
  display: block;
}

.x__head {
  width: 100%;
  max-width: 51.8106rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .x__head {
    max-width: 73.0817rem;
  }
}

.x__head::before {
  position: absolute;
  display: block;
  content: "";
  width: 66.841rem;
  aspect-ratio: 64.841/21.5213;
  background: url(../img/bg-x-head-sp.png) no-repeat center center/contain;
  top: -2.1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .x__head::before {
    width: 110.2369rem;
    background: url(../img/bg-x-head1-pc.png) no-repeat center center/contain;
    aspect-ratio: 93.2369/10.1764;
    top: -1.3rem;
  }
}

@media screen and (min-width:768px) {
  .x__head::after {
    position: absolute;
    display: block;
    content: "";
    width: 172.995rem;
    height: 16.4926rem;
    background: url(../img/bg-x-head2-pc.png) no-repeat center center/contain;
    top: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.x__period {
  width: 100%;
  max-width: 62rem;
  margin: 3.2rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .x__period {
    max-width: 85rem;
    margin: 6.8rem auto 0;
  }
}

@media screen and (min-width:768px) {
  .x__period::before {
    position: absolute;
    display: block;
    content: "";
    width: 10.9938rem;
    aspect-ratio: 10.9938/19.8657;
    background: url(../img/bg-x-period.png) no-repeat center center/contain;
    top: 17rem;
    left: -30.5rem;
  }
}

.x__period::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/x-period-fin.png) no-repeat center center/contain;
  top: 0;
  left: 0;
  z-index: 9;
}

body.index .x__period::after {
  display: none;
}

.x__present {
  margin-top: 7.3rem;
}
@media screen and (min-width:768px) {
  .x__present {
    margin-top: 6.5rem;
  }
}

.x__present-items {
  width: 100%;
  max-width: 59rem;
  margin: 0.66rem auto 0;
}
@media screen and (min-width:768px) {
  .x__present-items {
    max-width: 80.8rem;
    margin: 0.9rem auto 0;
  }
}

.x__present-item {
  position: relative;
}

.x__present-item + .x__present-item {
  margin-top: 17.1rem;
}
@media screen and (min-width:768px) {
  .x__present-item + .x__present-item {
    margin-top: 24.8rem;
  }
}

.x__present-item:nth-child(1) {
  position: relative;
}

.x__present-item:nth-child(1)::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  max-width: 30.4rem;
  height: 20.4388rem;
  background: url(../img/present-x-or-sp.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17.99rem;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .x__present-item:nth-child(1)::before {
    background: url(../img/present-x-or-pc.png) no-repeat center center/contain;
    max-width: 41.5rem;
    height: 27.6759rem;
    bottom: -25.8rem;
  }
}

.x__present-item:nth-child(1)::after {
  position: absolute;
  display: block;
  content: "";
  width: 71.8038rem;
  aspect-ratio: 71.8038/81.3857;
  background: url(../img/bg-x-present1-sp.png) no-repeat center center/contain;
  left: 51%;
  transform: translateX(-50%);
  top: -19.8rem;
}
@media screen and (min-width:768px) {
  .x__present-item:nth-child(1)::after {
    background: url(../img/bg-x-present1-pc.png) no-repeat center center/contain;
    width: 180.08rem;
    aspect-ratio: 178.08/81.6102;
    top: -12.2rem;
    left: 46%;
  }
}

.x__present-item:nth-child(2)::before {
  position: absolute;
  display: block;
  content: "";
  width: 73.2514rem;
  aspect-ratio: 73.2514/122.858;
  background: url(../img/bg-x-present2-sp.png) no-repeat center center/contain;
  left: 49%;
  transform: translateX(-50%);
  top: -14.4rem;
}
@media screen and (min-width:768px) {
  .x__present-item:nth-child(2)::before {
    background: url(../img/bg-x-present2-pc.png) no-repeat center center/contain;
    width: 175.628rem;
    aspect-ratio: 175.628/139.17;
    top: -23.3rem;
    left: 40%;
  }
}

.x__present-link {
  position: absolute;
  width: 100%;
  max-width: 40.4907rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.6rem;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .x__present-link {
    max-width: 49.3549rem;
  }
}

.x__apply {
  margin-top: 10.5rem;
  background: linear-gradient(to bottom, transparent 2.75rem, #fff 2.75rem);
  padding: 0 6.7rem 3.3rem 6.7rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .x__apply {
    margin-top: 19.6rem;
    background: linear-gradient(to bottom, transparent 4.1rem, #fff 4.1rem);
    padding: 0 5.85rem 6rem 5.85rem;
  }
}

.x__apply::before {
  position: absolute;
  display: block;
  content: "";
  width: 72.0909rem;
  aspect-ratio: 71.6909/70.1079;
  background: url(../img/bg-x-apply-sp.png) no-repeat center center/contain;
  left: 49%;
  transform: translateX(-50%);
  top: -8.4rem;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .x__apply::before {
    background: url(../img/bg-x-apply-pc.png) no-repeat center center/contain;
    width: 176.342rem;
    aspect-ratio: 176.342/139.846;
    left: 47%;
    top: -20.6rem;
  }
}

.x__apply::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 2.75rem);
  background: #000;
  opacity: 0.8;
  top: 2.75rem;
  left: 0;
}
@media screen and (min-width:768px) {
  .x__apply::after {
    height: calc(100% - 4.1rem);
    top: 4.1rem;
  }
}

body.index .x__apply::after {
  display: none;
}

.x__apply-head {
  position: relative;
  z-index: 10;
}

.x__apply-steps {
  margin-top: 1.8rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .x__apply-steps {
    margin-top: 5rem;
  }
}

.x__apply-steps::before,
.x__requirements-wrapper::before {
  position: absolute;
  display: block;
  content: "";
  width: 46.0997rem;
  height: 17.6321rem;
  background: url(../img/campaign-fin-apply.png) no-repeat center center/contain;
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width:768px) {
  .x__apply-steps::before,
  .x__requirements-wrapper::before {
    top: 0;
    width: 65.5552rem;
    height: 24.6312rem;
  }
}

body.index .x__apply-steps::before,
body.index .x__requirements-wrapper::before {
  display: none;
}

.x__requirements-wrapper::before {
  top: 4.2rem;
}
@media screen and (min-width:768px) {
  .x__requirements-wrapper::before {
    top: 1.9rem;
  }
}

.x__apply-step:nth-child(1) {
  width: 100%;
  max-width: 42.3242rem;
}
@media screen and (min-width:768px) {
  .x__apply-step:nth-child(1) {
    max-width: 82.6413rem;
  }
}

.x__apply-step:nth-child(2) {
  width: 100%;
  max-width: 50.2309rem;
  margin-top: 3.3rem;
}
@media screen and (min-width:768px) {
  .x__apply-step:nth-child(2) {
    max-width: 79.8394rem;
    margin-top: 3.9rem;
  }
}

.x__apply-btn {
  width: 100%;
  max-width: 44.6875rem;
  margin: 3.6rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .x__apply-btn {
    max-width: 66rem;
    margin: 4.7rem auto 0;
  }
}

.x__requirements {
  margin-top: 10.5rem;
  position: relative;
  background: linear-gradient(to bottom, transparent 2.75rem, #fff 2.75rem);
}
@media screen and (min-width:768px) {
  .x__requirements {
    margin-top: 17.4rem;
    background: linear-gradient(to bottom, transparent 4.1rem, #fff 4.1rem);
  }
}

.x__requirements::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 2.75rem);
  background: #000;
  opacity: 0.8;
  top: 2.75rem;
  left: 0;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .x__requirements::before {
    height: calc(100% - 4.1rem);
    top: 4.1rem;
  }
}

body.index .x__requirements::before {
  display: none;
}

.x__requirements::after {
  position: absolute;
  display: block;
  content: "";
  width: 71.7386rem;
  aspect-ratio: 70.7386/56.6151;
  background: url(../img/bg-requirements-sp.png) no-repeat center center/contain;
  transform: translateX(-50%);
  left: 50.5%;
  top: -10rem;
}
@media screen and (min-width:768px) {
  .x__requirements::after {
    width: 181.344rem;
    aspect-ratio: 181.344/64.241;
    background: url(../img/bg-requirements-pc.png) no-repeat center center/contain;
    left: 53%;
    top: 24rem;
  }
}

.x__requirements-wrapper {
  position: relative;
}

.x__contact {
  margin-top: 10.5rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .x__contact {
    margin-top: 15.2rem;
  }
}

.x__contact::before {
  position: absolute;
  display: block;
  content: "";
  width: 72.8013rem;
  aspect-ratio: 72.8013/95.6602;
  background: url(../img/bg-x-contact1-sp.png) no-repeat center center/contain;
  left: 51%;
  transform: translateX(-50%);
  top: -7.8rem;
}
@media screen and (min-width:768px) {
  .x__contact::before {
    background: url(../img/bg-x-contact1-pc.png) no-repeat center center/contain;
    width: 168.306rem;
    aspect-ratio: 168.306/101.11;
    left: 60%;
    top: -7.4rem;
  }
}

.x__contact::after {
  position: absolute;
  display: block;
  content: "";
  width: 59.9139rem;
  aspect-ratio: 59.9139/83.2393;
  background: url(../img/bg-x-contact2-sp.png) no-repeat center center/contain;
  left: 41%;
  transform: translateX(-50%);
  bottom: -86.6rem;
}
@media screen and (min-width:768px) {
  .x__contact::after {
    background: url(../img/bg-x-contact2-pc.png) no-repeat center center/contain;
    width: 169.261rem;
    aspect-ratio: 169.261/53.578;
    left: 40%;
    bottom: -80.5rem;
  }
}

.requirements-head {
  position: relative;
  z-index: 11;
}

.requirements__wrapper {
  padding-bottom: 3rem;
}
@media screen and (min-width:768px) {
  .requirements__wrapper {
    padding-bottom: 5.9rem;
  }
}

.requirements__content {
  width: 100%;
  max-width: min(79.8125vw, 478.875px);
  margin: 0.8rem auto 0;
  height: min(77.2788vw, 463.673px);
  overflow: auto;
  border: 0.083rem solid #BFBFBF;
  padding: min(2.6666vw, 16px);
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .requirements__content {
    max-width: 67.0079rem;
    margin: 3.1rem auto 0;
    height: 64.8807rem;
    border: 0.117rem solid #BFBFBF;
    padding: 2rem;
  }
}

.requirements__content::-webkit-scrollbar {
  width: min(1.3935vw, 8.361px);
}
@media screen and (min-width:768px) {
  .requirements__content::-webkit-scrollbar {
    width: 1.16998rem;
  }
}

.requirements__content::-webkit-scrollbar-thumb {
  background: #B5B5B5;
  border-radius: 10px;
}

.requirements__content::-webkit-scrollbar-track {
  background: #EEEEEE;
}

.requirements__content-item {
  font-size: min(2.6254vw, 14.44px);
  line-height: 1.5263;
  text-align: justify;
}
@media screen and (min-width:768px) {
  .requirements__content-item {
    font-size: 2.021rem;
    line-height: 1.5259;
  }
}

.requirements__content-item > p {
  font-weight: 700;
  font-size: min(2.909vw, 16px);
}
@media screen and (min-width:768px) {
  .requirements__content-item > p {
    font-size: 2.2rem;
  }
}

.requirements__content-item + .requirements__content-item {
  margin-top: min(5vw, 30px);
}
@media screen and (min-width:768px) {
  .requirements__content-item + .requirements__content-item {
    margin-top: 4rem;
  }
}

.requirements__content-item div + div {
  margin-top: min(3.3333vw, 20px);
}

.requirements__content-item li,
.requirements__content-note {
  text-indent: max(-2.6254vw, -14.44px);
  margin-left: min(2.6254vw, 14.44px);
}
@media screen and (min-width:768px) {
  .requirements__content-item li,
  .requirements__content-note {
    text-indent: -2.021rem;
    margin-left: 2.021rem;
  }
}

.requirements__content-item a {
  color: #0000B3;
}