@charset "UTF-8";

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

/* nurie */

.nurie {
  position: relative;
}

.nurie::after {
  background-image: url(../img/bg_pc.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
}

.nurie-flag {
}

.nurie-flag-item {
  position: absolute;
  top: 0;
  width: 19.326%;
}

.nurie-flag-item.-left {
  left: 0;
}

.nurie-flag-item.-right {
  right: 0;
}

.nurie-wrapper {
  margin: 0 auto;
  padding: 74px 0 176px;
  width: 75.402%;
}

.nurie-ttl {
  margin: 0 auto 102px;
  width: 77.669%;
}

.nurie-flow {
  width: 100%;
  margin-bottom: 94px;
}

.nurie-flow-dl {
  position: relative;
}

.nurie-flow-dl-detail {
  margin-bottom: 39px;
}

.nurie-flow-dl-btn {
  display: block;
  position: absolute;
  top: 13.982vw;
  left: 4.831vw;
  width: 44.951%;
}
.nurie-flow-apply {
  position: relative;
}

.nurie-flow-apply-detail{
}

.nurie-flow-apply-btn {
}

.nurie-flow-apply-btn-item {
  display: block;
  position: absolute;
  bottom: 4.743vw;
  width: 38.64%;
}

.nurie-flow-apply-btn-item.-hp {
  left: 4.758vw;
}

.nurie-flow-apply-btn-item.-insta {
  right: 4.758vw;
}

.nurie-theater {
  display: block;
  margin: 0 auto;
  width: 48.155%;
}

@media (min-width: 769px) {
  .nurie-flow-dl-btn, .nurie-flow-apply-btn-item, .nurie-theater {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .nurie-flow-dl-btn:hover, .nurie-flow-apply-btn-item:hover, .nurie-theater:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {

  .nurie::after {
    background-image: url(../img/bg_sp.jpg);
    background-position: center center;
  }
  
  .nurie-flag-item {
    width: 30.666%;
  }
  
  .nurie-wrapper {
    padding: 17.866vw 0 27.2vw;
    width: 100%;
  }
  
  .nurie-ttl {
    margin: 0 auto 16.266vw;
    width: 97.333%;
  }
  
  .nurie-flow {
    margin: 0 auto 10.666vw;
    width: 93.6%;
  }
  
  .nurie-flow-dl-detail {
    margin-bottom: 6.666vw;
  }
  
  .nurie-flow-dl-btn {
    top: 31.733vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 89.173%;
  }
  
  .nurie-flow-apply-btn-item {
    margin: 0 auto;
    width: 88.603%;
  }

  .nurie-flow-apply-btn-item.-hp {
    bottom: 93.6vw;
    left: 0;
    right: 0;
  }

  .nurie-flow-apply-btn-item.-insta {
    bottom: 10.666vw;
    left: 0;
    right: 0;
  }
  
  .nurie-theater {
    width: 93.6%;
  }

}

/* result */

.result .nurie-wrapper {
  padding: 74px 0 122px;
}

.result .nurie-ttl {
  margin: 0 auto 61px;
  width: 77.475%;
}

.result .nurie-txt {
  margin: 0 auto 61px;
  width: 47.184%;
}

.result .nurie-award {
  margin-bottom: 50px;
}

.result .nurie-award-item {
  margin-bottom: 40px;
}

.result .nurie-line {
  margin-bottom: 82px;
  width: 100%;
}

@media (min-width: 769px) {

  .result .nurie-award {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4.854%;
    justify-content: center;
  }

  .result .nurie-award-item {
    width: 47.572%;
  }

  .result .nurie-award.big .nurie-award-item {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {

  .result .nurie-wrapper {
    padding: 18.4vw 0 10.133vw;
    width: 93.6%;
  }

  .result .nurie-ttl {
    margin: 0 auto 12.48vw;
    width: 87.683%;
  }

  .result .nurie-txt {
    margin: 0 auto 16vw;
    width: 94.871%;
  }

  .result .nurie-award {
    margin-bottom: 3.7333vw;
  }

  .result .nurie-award-item {
    margin-bottom: 7.466vw;
  }

  .result .nurie-line {
    margin-bottom: 9.066vw;
    width: 99.145%;
  }

}


/* benefits */

.benefits{
}

.benefits-wrapper {
  margin: 0 auto;
  padding-bottom: 122px;
  width: 75.402%;
}

.benefits-ttl {
  margin: 0 auto 31px;
  width: 43.106%;
}

.benefits-txt {
  margin: 0 auto 58px;
  width: 63.883%;
}

.benefits-list {
  margin-bottom: 122px;
}

.benefits-list-item {
  margin-bottom: 50px;
}

.benefits-list-item:last-child {
  margin-bottom: 0;
}

.benefits-selection{
}

@media (min-width: 769px) {}

@media screen and (max-width: 768px) {

  .benefits-wrapper {
    padding-bottom: 18.4vw;
    width: 93.6%;
  }
  
  .benefits-ttl {
    margin: 0 auto 3.2vw;
    width: 75.498%;
  }

  .benefits-txt {
    margin: 0 auto 8.533vw;
    width: 100%;
  }
  
  .benefits-list {
    margin-bottom: 10.666vw;
  }
  
  .benefits-list-item {
    margin-bottom: 10.666vw;
  }

}


/* notice */

.notice {
  background-color: rgba(26, 13, 17, 0.8);
  color: #fff;
}

.notice-wrapper {
  margin: 0 auto;
  padding: 120px 0 122px;
  width: 75.402%;
}

.notice-ttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
}

.notice-list{
}

.notice-list-item {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}


@media (min-width: 769px) {

  .notice-list-link {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .notice-list-link:hover {
    text-decoration: underline;
  }

}

@media screen and (max-width: 768px) {

  .notice-wrapper {
    padding: 16.266vw 0 18.4vw;
    width: 89.333%;
  }
  
  .notice-ttl {
    font-size: 4.8vw;
    padding-bottom: 5.866vw;
  }

  .notice-list-item {
    font-size: 3.733vw;
    line-height: 2.142;
  }

}


/* footer */

.footer {
  background-color: #000;
}

.footer-copyright {
  color: #fff;
  display: block;
  font-size: 10px;
  padding: 15px 0 16px;
  text-align: center;
}

@media (min-width: 769px) {}

@media screen and (max-width: 768px) {

  .footer-copyright {
    font-size: 2.666vw;
    padding: 2.666vw 0 2.9333vw;
  }

}