@charset "UTF-8";
*,
*::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: 730px) {
  html {
    font-size: 1.3698630137vw;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #000;
  background: #1d1c1c;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
}

body::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-body-sp.png);
  background-repeat: repeat;
  background-position: top center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width:768px) {
  body::before {
    background-image: url(../img/bg-body-pc.png);
  }
}
@media (max-width: 2000px) {
  body::before {
    background-size: 7.4vw 7.4vw;
  }
}

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

a:hover {
  opacity: 0.7;
}

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

@media screen and (max-width:767px) {
  .only_pc {
    display: none;
  }
}

.header {
  width: 100%;
  background: #e60012;
  position: relative;
  z-index: 10;
  position: fixed;
  top: -120px;
  left: 0;
  transition: top 0.3s ease;
  z-index: 100;
}
@media screen and (min-width:768px) {
  .header {
    top: -100px;
  }
}

.header.visible {
  top: 0;
}

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

.header__nav-items {
  display: flex;
}

.mv {
  width: 100%;
}
@media screen and (max-width:767px) {
  .mv {
    background: #140700;
    position: relative;
  }
}

.mv__inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 3.6rem;
  padding-bottom: 3.3rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .mv__inner {
    overflow: hidden;
  }
}
@media screen and (min-width:768px) {
  .mv__inner {
    max-width: 110rem;
    padding-top: 3.2rem;
    padding-bottom: 3.602rem;
  }
}

.mv__inner::before {
  position: absolute;
  display: block;
  content: "";
  aspect-ratio: 132.296/133.187;
  left: 50%;
  transform: translateX(-50%);
  top: -32.7rem;
  background: url(../img/bg-mv-sp.png) no-repeat top center/contain;
  z-index: 11;
}
@media screen and (max-width:767px) {
  .mv__inner::before {
    width: 132.296rem;
  }
}
@media screen and (min-width:768px) {
  .mv__inner::before {
    background: url(../img/bg-mv-pc.png) no-repeat top center/contain;
    width: 100%;
    max-width: 124.659rem;
    aspect-ratio: 124.659/125.499;
    top: -33.2rem;
  }
}

@media screen and (min-width:768px) {
  .mv__inner::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    max-width: 120rem;
    height: 100%;
    background: url(../img/bg-black.png);
    background-size: 100% auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 10;
  }
}

.mv__logo {
  width: 100%;
  max-width: 17.894rem;
  left: 3.4rem;
  top: 2.5rem;
  position: absolute;
  z-index: 20;
}
@media screen and (min-width:768px) {
  .mv__logo {
    max-width: 15.9476rem;
    top: 4rem;
    left: 0;
  }
}

.mv__title {
  width: 100%;
  max-width: 54.1237rem;
  position: relative;
  z-index: 11;
}
@media screen and (max-width:767px) {
  .mv__title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:768px) {
  .mv__title {
    max-width: 84.442rem;
    padding-left: 2.531rem;
  }
}

.mv__period {
  width: 100%;
  max-width: 72.872rem;
  margin: -4.4rem auto 0;
  position: relative;
  z-index: 11;
}
@media screen and (min-width:768px) {
  .mv__period {
    max-width: 72.393rem;
    margin: -2.106rem auto 0;
  }
}

.mv__product {
  width: 100%;
  max-width: 22.7809rem;
  position: absolute;
  z-index: 11;
  bottom: 17.43rem;
  right: 14.9rem;
}
@media screen and (min-width:768px) {
  .mv__product {
    max-width: 24.5632rem;
    bottom: 18rem;
    right: 1.8rem;
  }
}

.mv__note {
  color: #fff;
  font-size: 1.4rem;
  z-index: 12;
  position: absolute;
  left: 4.1rem;
  bottom: 1rem;
}
@media screen and (max-width:767px) {
  .mv__note {
    letter-spacing: -0.1rem;
  }
}
@media screen and (min-width:768px) {
  .mv__note {
    left: 5rem;
  }
}

.campaign__line {
  width: 100%;
  background: #06c755;
  position: relative;
  z-index: 11;
}

.campaign__line-text {
  width: 100%;
  max-width: 55.832rem;
  margin: 0 auto;
  padding: 1.1523rem 0;
}
@media screen and (min-width:768px) {
  .campaign__line-text {
    max-width: 74.3815rem;
    padding: 1.051rem 0;
  }
}

.campaign__content {
  width: 100%;
  max-width: 70rem;
  margin-top: 8.19rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.81rem;
  padding-bottom: 5.1rem;
  position: relative;
  border-radius: 4.5rem;
  background: linear-gradient(to bottom, #ffe300 0%, #ffe300 81.343rem, #e60012 81.343rem, #e60012 323.502rem, #fff 323.502rem, #fff 100%);
}
@media screen and (min-width:768px) {
  .campaign__content {
    max-width: 110rem;
    margin-top: 9.498rem;
    padding-top: 6.841rem;
    padding-bottom: 6.7rem;
    border-radius: 5rem;
    background: linear-gradient(to right, #ffe300 0%, #ffe300 50%, #e60012 50%, #e60012 100%) top/100% 157.806rem no-repeat, #fff;
  }
}

.campaign__content-head {
  width: 100%;
  max-width: 65.0048rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3.884rem;
}
@media screen and (min-width:768px) {
  .campaign__content-head {
    max-width: 73.3608rem;
    top: -6.369rem;
  }
}

.campaign__content-text {
  width: 100%;
  max-width: 62.5006rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .campaign__content-text {
    max-width: 70.5515rem;
  }
}

.campaign__point {
  width: 100%;
  max-width: 50.6482rem;
  margin: 2.159rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__point {
    max-width: 45rem;
    margin: 1.219rem auto 0;
  }
}

.campaign__course {
  width: 100%;
  max-width: 63.2911rem;
  margin: 5.77rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__course {
    display: flex;
    justify-content: space-between;
    max-width: 102.372rem;
    padding-left: 3.1865rem;
    margin: 2.942rem auto 0;
  }
}

.campaign__course-item:nth-child(1) {
  width: 100%;
  max-width: 55.8751rem;
}
@media screen and (max-width:767px) {
  .campaign__course-item:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:768px) {
  .campaign__course-item:nth-child(1) {
    max-width: 40.9335rem;
  }
}

.campaign__course-item:nth-child(2) {
  width: 100%;
}
@media screen and (max-width:767px) {
  .campaign__course-item:nth-child(2) {
    margin-top: 10.25rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__course-item:nth-child(2) {
    max-width: 46.4077rem;
  }
}

.section__head {
  width: 100%;
  max-width: 46.3186rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:767px) {
  .section__head.product__head,
  .section__head.apply__head,
  .section__head.apply__head {
    max-width: 41.3726rem;
  }
}

.product {
  width: 100%;
  max-width: 63rem;
  margin: 4.94rem auto 0;
  background: #140700;
  padding: 3.45rem 0 8.13rem;
  border-radius: 3rem;
}
@media screen and (min-width:768px) {
  .product {
    max-width: 100rem;
    margin: 1.998rem auto 0;
    padding: 2.961rem 5rem 2.877rem;
  }
}

@media screen and (max-width:767px) {
  .product__point {
    width: 100%;
    max-width: 55rem;
    margin: 0 auto;
  }
}

.product__head {
  margin: 1.022rem auto 0;
}
@media screen and (min-width:768px) {
  .product__head {
    margin: 0.96rem auto 0;
  }
}

.product__note1 {
  width: 100%;
  max-width: 57.3659rem;
  margin: 1.9rem auto 0;
}
@media screen and (min-width:768px) {
  .product__note1 {
    max-width: 52.4123rem;
    margin: 1.912rem auto 0;
  }
}

.product__img {
  width: 100%;
  max-width: 39.3967rem;
  margin: 3.9rem auto 0;
}
@media screen and (min-width:768px) {
  .product__img {
    max-width: 44.0058rem;
    margin: 2.447rem auto 0;
  }
}

.product__note2 {
  width: 100%;
  max-width: 52.2658rem;
  margin: 2.38rem auto 0;
}
@media screen and (min-width:768px) {
  .product__note2 {
    max-width: 65.7173rem;
    margin: 1.098rem auto 0;
  }
}

.product__no1 {
  margin-top: 2.72rem;
}
@media screen and (max-width:767px) {
  .product__no1 {
    width: 100%;
    max-width: 54.381rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:768px) {
  .product__no1 {
    margin-top: 1.671rem;
  }
}

.winner {
  width: 100%;
  margin-top: 16.178rem;
}
@media screen and (min-width:768px) {
  .winner {
    margin-top: 7.193rem;
  }
}

.winner__total {
  width: 100%;
  max-width: 63rem;
  margin: 2.79rem auto 0;
}
@media screen and (min-width:768px) {
  .winner__total {
    max-width: 100rem;
    margin: 2.826rem auto 0;
  }
}

.winner__drawing {
  width: 100%;
  max-width: 63rem;
  margin: 1.19rem auto 0;
  border: 0.548rem solid #140700;
  border-radius: 3rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .winner__drawing {
    max-width: 100rem;
    margin: 1.579rem auto 0;
  }
}

.winner__drawing-head {
  background: #140700;
  border-radius: 2rem 2rem 0 0;
  padding-top: 1.603rem;
  padding-bottom: 2.15rem;
}
@media screen and (min-width:768px) {
  .winner__drawing-head {
    padding-top: 1.314rem;
    padding-bottom: 2.049rem;
    border-radius: 20px 20px 0 0;
  }
}

.winner__drawing-head img {
  width: 100%;
  max-width: 53.9532rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .winner__drawing-head img {
    max-width: 79.6504rem;
  }
}

.winner__drawing-content {
  padding: 5.17rem 0 51.718rem;
}
@media screen and (min-width:768px) {
  .winner__drawing-content {
    padding: 2.942rem 0 3.21rem;
  }
}

.winner__drawing-special {
  width: 100%;
  max-width: 58.246rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .winner__drawing-special {
    max-width: 86.545rem;
  }
}

.winner__drawing-items {
  margin-top: 1.82rem;
}
@media screen and (min-width:768px) {
  .winner__drawing-items {
    margin-top: 3.67rem;
  }
}

.winner__drawing-item1 {
  width: 100%;
  max-width: 60.074rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .winner__drawing-item1 {
    max-width: 87.021rem;
    padding-left: 1.152rem;
  }
}

.winner__drawing-president {
  width: 100%;
  max-width: 54.3663rem;
  margin: 14.33rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .winner__drawing-president {
    max-width: 85.293rem;
    padding-right: 18.1704rem;
    margin: 6.38rem auto 0;
  }
}

.winner__drawing-president::before {
  position: absolute;
  display: block;
  content: "";
  width: 55.1636rem;
  height: 0.527rem;
  background: #140700;
  left: 50%;
  top: -7.7rem;
}
@media screen and (max-width:767px) {
  .winner__drawing-president::before {
    transform: translateX(-50%);
  }
}
@media screen and (min-width:768px) {
  .winner__drawing-president::before {
    width: 90rem;
    left: -2.5rem;
    top: -3.484rem;
  }
}

.winner__drawing-item2,
.winner__drawing-item3 {
  width: 100%;
  max-width: 49.786rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .winner__drawing-item2,
  .winner__drawing-item3 {
    max-width: 84.744rem;
    padding-right: 46.9705rem;
  }
}

.winner__drawing-item2 {
  margin-top: 3.74rem;
}
@media screen and (min-width:768px) {
  .winner__drawing-item2 {
    margin-top: 3.9rem;
  }
}

.winner__drawing-item3 {
  margin-top: 2.61rem;
}
@media screen and (min-width:768px) {
  .winner__drawing-item3 {
    margin-top: 2rem;
  }
}

.winner__img {
  width: 100%;
  max-width: 59.6854rem;
  position: absolute;
  bottom: 3.524rem;
}
@media screen and (max-width:767px) {
  .winner__img {
    left: 4.91rem;
  }
}
@media screen and (min-width:768px) {
  .winner__img {
    max-width: 59.1118rem;
    bottom: 1.1rem;
    right: -9.56rem;
  }
}

.winner__each {
  width: 100%;
  max-width: 63rem;
  margin: 5.7rem auto 0;
}
@media screen and (min-width:768px) {
  .winner__each {
    max-width: 100rem;
    margin: 3.5rem auto 0;
  }
}

.present {
  margin-top: 4.74rem;
}
@media screen and (min-width:768px) {
  .present {
    margin-top: 2.69rem;
  }
}

.present__text1 {
  width: 100%;
  max-width: 52.9672rem;
  margin: 2.71rem auto 0;
}
@media screen and (min-width:768px) {
  .present__text1 {
    max-width: 70.6379rem;
    margin: 3.63rem auto 0;
  }
}

.present__item {
  width: 100%;
  margin: 0.2rem auto 0;
}
@media screen and (min-width:768px) {
  .present__item {
    max-width: 89.5685rem;
    margin: 0.29rem auto 0;
  }
}

.present__text2 {
  width: 100%;
  max-width: 53.8769rem;
  margin: 4.09rem auto 0;
}
@media screen and (min-width:768px) {
  .present__text2 {
    max-width: 67.3988rem;
    margin: 1.13rem auto 0;
  }
}

.present__notes {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .present__notes {
    font-size: 1.5rem;
  }
}

.present__note1 {
  width: 100%;
  max-width: 58rem;
  margin: 3.43rem auto 0;
}
@media screen and (min-width:768px) {
  .present__note1 {
    max-width: 80rem;
    margin: 2rem auto 0;
  }
}

.present__note2,
.present__note3 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  padding-left: 1.1rem;
  text-align: justify;
}
@media screen and (min-width:768px) {
  .present__note2,
  .present__note3 {
    max-width: 80rem;
    padding-left: 3.6rem;
  }
}

.present__note2 {
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .present__note2 {
    line-height: 1.625;
  }
}

.present__note3 {
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .present__note3 {
    margin-top: 2rem;
  }
}
@media screen and (min-width:768px) {
  .present__note3 {
    line-height: 1.666;
  }
}

.present__note2 li,
.present__note3 li {
  color: #717071;
  position: relative;
}

.present__note2 li::before,
.present__note3 li::before {
  position: absolute;
  display: block;
  content: "・";
  font-size: 1.4rem;
  top: 0.1rem;
  left: -1.2rem;
}

.apply {
  margin-top: 7.38rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .apply {
    margin-top: 7rem;
  }
}

.apply__step {
  width: 100%;
  max-width: 64rem;
  margin: 3.28rem auto 0;
}
@media screen and (min-width:768px) {
  .apply__step {
    max-width: 110rem;
    display: flex;
    justify-content: space-between;
    margin: 3.17rem auto 0;
  }
}

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

@media screen and (max-width:767px) {
  .apply__step-item + .apply__step-item {
    margin-top: 3.28rem;
  }
}

.apply__note {
  width: 100%;
  max-width: 63rem;
  margin: 1.2rem auto 0;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width:768px) {
  .apply__note {
    font-size: 1.2rem;
    line-height: 1.5;
    max-width: 106rem;
    margin: 1rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .apply__note p span {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .apply__note p:nth-child(2) {
    line-height: 1.1;
  }
}

@media screen and (max-width:767px) {
  .apply__note p span:last-child {
    line-height: 1.25;
    margin-top: -0.4rem;
  }
}

@media screen and (max-width:767px) {
  .apply__note p span::first-letter {
    font-size: 3.1rem;
  }
}

@media screen and (max-width:767px) {
  .apply__note p {
    text-indent: -2rem;
    margin-left: 2rem;
  }
}

.apply__period {
  margin-top: 7.4rem;
}
@media screen and (min-width:768px) {
  .apply__period {
    margin-top: 5.1rem;
  }
}

.apply__period-campaign {
  width: 100%;
  max-width: 63.47rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .apply__period-campaign {
    max-width: 86.4rem;
  }
}

.apply__period-note {
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 3.5rem;
  border: 0.3rem solid #fff;
  padding: 1.55rem 3rem;
  text-align: justify;
}
@media screen and (min-width:768px) {
  .apply__period-note {
    font-size: 1.5rem;
    margin-top: 1rem;
    border: 0.283rem solid #fff;
    padding: 2.8rem;
  }
}

.scene {
  margin-top: 7.4rem;
  border: 0.286rem solid #ffe300;
  border-radius: 4.5rem;
  padding: 2.846rem 4.162rem 2.577rem 5.441rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .scene {
    margin-top: 7rem;
    border: 0.5rem solid #ffe300;
    padding: 4.9rem 6.39rem 4.5rem 9.5rem;
    border-radius: 5rem;
  }
}

.scene__head {
  width: 100%;
  max-width: 30.6495rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .scene__head {
    max-width: 53.515rem;
  }
}

.scene__text {
  width: 100%;
  max-width: 54.104rem;
  margin-left: auto;
  margin-top: 0.8rem;
}
@media screen and (min-width:768px) {
  .scene__text {
    margin: 1.39rem auto 0;
    padding-left: 0.9443rem;
    max-width: 94.466rem;
  }
}

.scene__items {
  margin-top: 1.89rem;
  padding-right: 1.59rem;
  padding-left: 0.4rem;
}
@media screen and (min-width:768px) {
  .scene__items {
    margin-top: 3.2rem;
    padding-right: 2.77rem;
    padding-left: 1.397rem;
  }
}

.scene__item + .scene__item {
  margin-top: 1.71rem;
}
@media screen and (min-width:768px) {
  .scene__item + .scene__item {
    margin-top: 3rem;
  }
}

.requirements {
  margin-top: 7.67rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .requirements {
    margin-top: 7rem;
  }
}

.requirements__head {
  width: 100%;
  max-width: 41.3726rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .requirements__head {
    max-width: 50.2036rem;
  }
}

.requirements__content {
  width: 100%;
  max-width: 64rem;
  margin: 4rem auto 0;
  height: 56.1777rem;
  overflow: auto;
  background: #fff;
  font-size: 2.1rem;
  line-height: 1.666;
  padding: 2.4rem 2.4rem 3rem 2.4rem;
  text-align: justify;
}
@media screen and (min-width:768px) {
  .requirements__content {
    height: 79rem;
    max-width: 90rem;
    margin: 4.4rem auto 0;
    font-size: 1.6rem;
  }
}

.requirements__content::-webkit-scrollbar {
  width: 0.7111rem;
}
@media screen and (min-width:768px) {
  .requirements__content::-webkit-scrollbar {
    width: 1rem;
  }
}

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

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

.requirements__content-item {
  margin-top: 3rem;
}

.requirements__content-item h3 {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width:768px) {
  .requirements__content-item h3 {
    font-size: 2rem;
  }
}

.requirements__content-item:nth-child(1) span {
  display: block;
  padding-left: 3.1rem;
}
@media screen and (min-width:768px) {
  .requirements__content-item:nth-child(1) span {
    padding-left: 2.4rem;
  }
}

.requirements__content-receipt,
.requirements__content-steps,
.requirements__content-deadline,
.requirements__content-pay,
.requirements__content-item:nth-child(8) p:last-child {
  margin-top: 3rem;
}

.requirements__content-receipt {
  margin-bottom: 3rem;
}

.requirements__content-pay {
  margin-bottom: 3rem;
}

.requirements__content-pay div {
  margin-top: 1rem;
}

.requirements__content-item > ol > li,
.requirements__content-item:nth-child(4) > p {
  text-indent: -3.1rem;
  margin-left: 3.1rem;
}
@media screen and (min-width:768px) {
  .requirements__content-item > ol > li,
  .requirements__content-item:nth-child(4) > p {
    text-indent: -2.4rem;
    margin-left: 2.4rem;
  }
}

.requirements__content-receipt ul {
  text-indent: -1.5rem;
  margin-left: -1.6rem;
}
@media screen and (min-width:768px) {
  .requirements__content-receipt ul {
    text-indent: -1rem;
    margin-left: -1.4rem;
  }
}

.requirements__content-steps ul,
.requirements__content-deadline ul,
.requirements__content-pay ul {
  text-indent: -1rem;
  margin-left: 1rem;
}

@media screen and (max-width:767px) {
  .requirements__content-pay a {
    font-size: 2rem;
  }
}

@media screen and (max-width:767px) {
  .requirements__content-item:nth-child(3) > p {
    text-indent: -2.4rem;
    margin-left: 2.4rem;
  }
}

.line {
  margin-top: 5.78rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .line {
    margin-top: 8.5rem;
  }
}

.line__btn {
  width: 100%;
  max-width: 48.6134rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .line__btn {
    max-width: 52rem;
  }
}

.line__address {
  width: 100%;
  max-width: 54rem;
  margin: 4.69rem auto 0;
  border: 0.47rem solid #fff;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 2.8rem 0 2.4rem;
}
@media screen and (min-width:768px) {
  .line__address {
    max-width: 64rem;
    margin: 3.79rem auto 0;
    font-size: 2.3rem;
    line-height: 1.6521;
    padding: 1.1375rem 0;
  }
}

@media screen and (max-width:767px) {
  .line__address p span {
    display: block;
    margin-top: 0.7rem;
  }
}

.qualification {
  margin-top: 8.4rem;
  position: relative;
}

.qualification__head {
  width: 100%;
  max-width: 39.5252rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .qualification__head {
    max-width: 50.2036rem;
  }
}

.qualification__text {
  font-size: 2.7rem;
  text-align: center;
  color: #fff;
  margin-top: 3.9rem;
}
@media screen and (min-width:768px) {
  .qualification__text {
    font-size: 1.9rem;
    margin-top: 3.5rem;
  }
}

.policy {
  position: relative;
}

.policy__head {
  width: 100%;
  max-width: 65.9678rem;
  margin: 9.98rem auto 0;
}
@media screen and (min-width:768px) {
  .policy__head {
    max-width: 62rem;
    margin: 6.32rem auto 0;
  }
}

.policy__text {
  font-size: 2.7rem;
  line-height: 1.5185;
  color: #fff;
  width: 100%;
  max-width: 65.8455rem;
  margin: 4.6rem auto 0;
}
@media screen and (min-width:768px) {
  .policy__text {
    font-size: 1.9rem;
    line-height: 1.421;
    max-width: 109.891rem;
    margin: 3rem auto 0;
  }
}

.policy__link {
  margin-top: 5rem;
}
@media screen and (min-width:768px) {
  .policy__link {
    margin-top: 4.45rem;
  }
}

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

.policy__link-url {
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.434rem;
  margin-top: 1.9rem;
}
@media screen and (min-width:768px) {
  .policy__link-url {
    margin-top: 1.1rem;
    letter-spacing: 0.406rem;
  }
}

.policy__link-item + .policy__link-item {
  margin-top: 5.675em;
}
@media screen and (min-width:768px) {
  .policy__link-item + .policy__link-item {
    margin-top: 5.4rem;
  }
}

.contact {
  margin-top: 8.62rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .contact {
    margin-top: 6.2rem;
  }
}

.contact__inner {
  padding: 2.95rem 0 3.15rem;
  background: #fff;
  border-radius: 3rem;
}
@media screen and (min-width:768px) {
  .contact__inner {
    padding: 2.8rem 0 3.5rem;
    border-radius: 5rem;
  }
}

.contact__head {
  width: 100%;
  max-width: 39.5252rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .contact__head {
    max-width: 50.2036rem;
  }
}

.contact__address {
  width: 100%;
  max-width: 38.36rem;
  margin: 2.75rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__address {
    max-width: 62.9524rem;
    margin: 2.3rem auto 0;
  }
}

.contact__tel {
  width: 100%;
  max-width: 54.5967rem;
  margin: 3.1rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__tel {
    max-width: 60.163rem;
    margin: 2.38rem auto 0;
  }
}

.contact__time {
  width: 100%;
  max-width: 54.9933rem;
  margin: 2.1rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__time {
    margin: 1.8rem auto 0;
  }
}

.banner {
  margin-top: 7.7rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .banner {
    margin-top: 7rem;
  }
}

.sns {
  width: 100%;
  background: #fff;
  margin-top: 8rem;
  padding: 2.8rem 0 7.35rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .sns {
    margin-top: 5rem;
    padding: 2.9rem 0 7.14rem;
  }
}

.sns__head {
  width: 100%;
  max-width: 59.6rem;
  margin: 0 auto;
}

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

.sns__item:nth-child(1) {
  width: 100%;
  max-width: 9.16172rem;
}
@media screen and (min-width:768px) {
  .sns__item:nth-child(1) {
    max-width: 9.78384rem;
  }
}

.sns__item:nth-child(2) {
  width: 100%;
  max-width: 9.46578rem;
}
@media screen and (min-width:768px) {
  .sns__item:nth-child(2) {
    max-width: 10.1085rem;
  }
}

.sns__item:nth-child(3) {
  width: 100%;
  max-width: 9.46544rem;
}
@media screen and (min-width:768px) {
  .sns__item:nth-child(3) {
    max-width: 10.1081rem;
  }
}

.project {
  margin-top: 7.7rem;
  position: relative;
}

.project__inner {
  background: #ea6000;
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
  border-radius: 4rem;
  padding: 4.5rem 0 3.6rem;
}
@media screen and (min-width:768px) {
  .project__inner {
    max-width: 110rem;
    padding: 3.36rem 0 3.04rem;
    border-radius: 5rem;
  }
}

.project__head {
  width: 100%;
  max-width: 62.5397rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .project__head {
    max-width: 63.0847rem;
  }
}

.project__content {
  width: 100%;
  max-width: 63rem;
  margin: 3.8rem auto 0;
  background: #fff;
  border-radius: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .project__content {
    padding-top: 1.86rem;
  }
}
@media screen and (min-width:768px) {
  .project__content {
    max-width: 100rem;
    margin: 3.5rem auto 0;
    padding-bottom: 1.51rem;
  }
}

.project__achievement {
  width: 70.3321rem;
  margin-left: -2.84rem;
}
@media screen and (min-width:768px) {
  .project__achievement {
    width: 100.818rem;
    transform: translateY(-5.1rem);
    margin-left: 4.36rem;
  }
}

.project__system {
  width: 100%;
  max-width: 59.7523rem;
  margin: 2rem auto 0;
}
@media screen and (min-width:768px) {
  .project__system {
    max-width: 94rem;
    margin: -19.5rem auto 0;
  }
}

.project__btn {
  width: 100%;
  max-width: 48.6134rem;
  margin: 4.6rem auto 0;
}
@media screen and (min-width:768px) {
  .project__btn {
    max-width: 52rem;
  }
}

.community {
  margin-top: 11.51rem;
  background: #140700;
  padding: 3.4rem 0 6rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .community {
    margin-top: 6.19rem;
    padding: 7.4rem 0 6.1rem;
  }
}

.community__logo {
  width: 100%;
  max-width: 44.0325rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .community__logo {
    max-width: 36.9549rem;
  }
}

.community__btn {
  width: 100%;
  max-width: 48.6134rem;
  margin: 4.1rem auto 0;
}
@media screen and (min-width:768px) {
  .community__btn {
    max-width: 52rem;
    margin: 6.4rem auto 0;
  }
}

.footer {
  background: #fff;
  padding: 10rem 0 2.6rem;
  position: relative;
}

.footer__logo {
  width: 100%;
  max-width: 29.5451rem;
  margin: 0 auto;
}

.footer__copy {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 5.6rem;
}

.btn {
  width: 100%;
  max-width: 17rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .btn {
    max-width: 10.6rem;
  }
}

.btn.show {
  opacity: 1;
}