@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Odibee+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Odibee+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Odibee+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Odibee+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Odibee+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Odibee+Sans&display=swap");
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans", sans-serif !important;
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: vw(80);
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

body {
  font-family: "Noto Sans", sans-serif !important;
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 18.691588785vw;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.nup-header {
  background: rgb(6, 22, 35);
  padding: 18px 20px;
}
@media screen and (max-width: 1100px) {
  .nup-header {
    padding: 18px 10px;
  }
}
@media screen and (max-width: 768px) {
  .nup-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 11;
  }
}
@media screen and (max-width: 768px) {
  .nup-header {
    padding: 3.5046728972vw 3.0373831776vw;
    height: 18.691588785vw;
  }
}
.nup-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.nup-header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: calc(93.2% - 113px);
  transition: 0.3s;
}
@media screen and (max-width: 1100px) {
  .nup-header nav ul {
    flex-basis: calc(100% - 175px);
  }
}
@media screen and (max-width: 900px) {
  .nup-header nav ul {
    flex: 100%;
  }
}
@media screen and (max-width: 768px) {
  .nup-header nav ul {
    position: fixed;
    top: 18.691588785vw;
    right: -110vw;
    background: rgba(6, 22, 35, 0.8);
    width: 100%;
    padding: 4.2056074766vw 3.5046728972vw 7.2429906542vw;
    flex-wrap: wrap;
    gap: 3.2710280374vw;
    transition: 0.5s;
    z-index: 200;
  }
}
@media screen and (max-width: 768px) {
  .nup-header nav ul.is-open {
    right: 0;
  }
}
.nup-header nav ul li {
  font-size: 18px;
  margin-right: 1.7%;
  transition: 0.3s;
}
.nup-header nav ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .nup-header nav ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .nup-header nav ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 950px) {
  .nup-header nav ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .nup-header nav ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .nup-header nav ul li {
    background: #061623;
    flex-basis: 44.3925233645vw;
    height: 20.3271028037vw;
    font-size: 4.2056074766vw;
    box-shadow: 0.9345794393vw 0.7009345794vw 0 rgba(6, 22, 35, 0.7);
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .nup-header nav ul li.cta_wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nup-header nav ul li.cart {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .nup-header nav ul li.cart a {
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;
  }
}
.nup-header nav ul li.cart a img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .nup-header nav ul li.cart a img {
    margin-right: 17px;
  }
}
@media screen and (min-width: 769px) {
  .nup-header nav ul li.cart a span {
    display: none !important;
  }
}
.nup-header nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  transition: 0.3s;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .nup-header nav ul li a {
    background: #061623;
    width: 100%;
    height: 20.3271028037vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 501px) {
  .nup-header nav ul li a:hover {
    color: #DE1E30;
  }
}
@media screen and (max-width: 500px) {
  .nup-header nav ul li a.cta {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .nup-header nav ul li a.cta:hover {
    color: #fff;
    opacity: 0.7;
  }
}
.nup-header nav .cta {
  padding: 11px 30px 9px 30px;
  background: #DE1E30;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .nup-header nav .cta {
    font-size: 3.5046728972vw;
    padding: 3.738317757vw;
  }
}
.nup-header-logo {
  flex-basis: 113px;
  position: relative;
  margin-right: 6.8%;
}
@media screen and (max-width: 1100px) {
  .nup-header-logo {
    flex-basis: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .nup-header-logo {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 768px) {
  .nup-header-logo {
    flex-basis: 26.4018691589vw;
    margin: 0;
  }
}
.nup-header-logo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -8px;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #DE1E30;
}
.nup-header-logo img {
  width: 100%;
}
.nup-header-menu__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1682242991vw;
  width: 10.5140186916vw;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .nup-header-menu__btn {
    display: none;
  }
}
.nup-header-menu__btn hr {
  border: none;
  flex-basis: 2.3364485981vw;
  width: 2.3364485981vw;
  height: 2.3364485981vw;
  background: #fff;
  transition: 0.5s;
}
.nup-header-menu__btn.is-open hr {
  opacity: 0;
  width: 100%;
  transform: rotate(45deg);
}
.nup-header-menu__btn.is-open hr:first-of-type, .nup-header-menu__btn.is-open hr:last-of-type {
  opacity: 1;
  position: absolute;
  top: 2.8037383178vw;
  left: 0;
}
.nup-header-menu__btn.is-open hr:last-of-type {
  transform: rotate(135deg);
}

body {
  font-family: "Noto Sans", sans-serif !important;
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 18.691588785vw;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.nup-mv {
  height: 873px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nup-mv {
    height: 174.0654205607vw;
  }
}
.nup-mv-inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nup-mv-inner .scrolldown {
    left: 50%;
    top: auto;
    bottom: 49%;
    z-index: 1;
  }
  .nup-mv-inner .scrolldown:after {
    display: none;
  }
}
.nup-mv-titles {
  max-width: 480px;
  height: 740px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .nup-mv-titles {
    max-width: 89.2523364486vw;
  }
}
.nup-mv-titles__title {
  margin-bottom: 24px;
}
.nup-mv-titles__logo {
  max-width: 380px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 768px) {
  .nup-mv-titles__logo {
    max-width: 89.2523364486vw;
  }
}
.nup-mv-titles__text p {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .nup-mv-titles__text p {
    font-size: 11.214953271vw;
  }
}
.nup-mv .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scrolldown {
  position: absolute;
  bottom: -58px;
  left: 50%;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .scrolldown {
    bottom: -13.5514018692vw;
    left: 75%;
    z-index: 9;
  }
}
.scrolldown hr {
  border: none;
  width: 2px;
  height: 58px;
  background: rgb(55, 188, 173);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .scrolldown hr {
    height: 13.5514018692vw;
  }
}
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(55, 188, 173);
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@media screen and (max-width: 768px) {
  .scrolldown:before {
    left: -0.9345794393vw;
    width: 2.3364485981vw;
    height: 2.3364485981vw;
  }
}
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 109px;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .scrolldown:after {
    width: 0.4672897196vw;
    height: 25.4672897196vw;
  }
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
body {
  font-family: "Noto Sans", sans-serif !important;
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 18.691588785vw;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.nup-title {
  text-align: center;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 70px;
}
.nup-title:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 4px;
  background: #37BCAD;
}
.nup-title span {
  color: #DE1E30;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 27px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .nup-title span {
    font-size: 5.6074766355vw;
    margin-bottom: 5.1401869159vw;
  }
}
.nup-title strong {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .nup-title strong {
    font-size: 7.0093457944vw;
    line-height: 1.4;
  }
}

.nup-message {
  padding-top: 160px;
  padding-bottom: 95px;
  text-align: center;
  background: url(../images/bkg-message.webp) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .nup-message {
    background: url(../images/bkg-message-sp.webp) left bottom no-repeat;
    background-size: 100% auto;
  }
}
.nup-message-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.nup-message p {
  color: #666;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .nup-message p {
    max-width: 84.1121495327vw;
    margin: 0 auto;
    font-size: 4.6728971963vw;
    text-align: left;
  }
}

.nup-message2 {
  background: url(../images/bkg-message-2.webp) no-repeat;
  background-size: cover;
  padding: 84px 65px 0 0;
  margin-bottom: -34px;
}
@media screen and (max-width: 768px) {
  .nup-message2 {
    background: url(../images/bkg-message-2-sp.webp) left bottom no-repeat;
    background-size: 100% auto;
    padding: 5.8411214953vw 7.0093457944vw 0 0;
    margin-bottom: 0;
  }
}
.nup-message2-inner {
  max-width: 1110px;
  margin: 0 auto;
  background: url(../images/bkg-message-2-inner.webp) no-repeat;
  background-size: 100% 100%;
  padding: 31px 10px 10px 10px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .nup-message2-inner {
    background: url(../images/bkg-message-2-inner-sp.webp) no-repeat;
    background-size: 100% 100%;
    padding-top: 11.214953271vw;
  }
}
.nup-message2-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.nup-message2-inner h2 {
  font-size: 7.0093457944vw;
  line-height: 1.66;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 37px;
  transition: 0.3s;
}
@media screen and (min-width: 1001px) {
  .nup-message2-inner h2 {
    font-size: 60px;
    line-height: 1.28;
    letter-spacing: 9px;
  }
}
.nup-message2-inner__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nup-message2-inner__content {
    display: block;
  }
}
.nup-message2-inner__image {
  flex-basis: 30%;
}
@media screen and (max-width: 768px) {
  .nup-message2-inner__image {
    max-width: 73.8317757009vw;
    margin: 0 auto;
  }
}
.nup-message2-inner__text {
  flex-basis: 67.6%;
}
.nup-message2-inner__text strong {
  color: #DE1E30;
  font-size: 5.6074766355vw;
  line-height: 7.476635514vw;
  letter-spacing: 0.7009345794vw;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .nup-message2-inner__text strong {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .nup-message2-inner__text strong {
    text-align: center;
  }
}
.nup-message2-inner aside {
  font-size: 16px;
  color: #282828;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .nup-message2-inner aside {
    display: block;
    max-width: 85.5140186916vw;
    margin: 0 auto;
    font-size: 3.5046728972vw;
    line-height: 1.5;
  }
}

.nup-instructor {
  padding: 145px 0 0 85px;
  margin-bottom: 180px;
  position: relative;
}
.nup-instructor:after {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background: url(../images/bkg-instructor.webp) no-repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .nup-instructor:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nup-instructor {
    background: url(../images/bkg-instructor-sp.webp) no-repeat;
    background-size: cover;
    padding: 11.6822429907vw 0 0 7.476635514vw;
    margin-bottom: 0;
    width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
  }
}
.nup-instructor-inner {
  max-width: 1110px;
  margin: 0 auto;
  background: url(../images/bkg-instructor-inner.webp) no-repeat;
  background-size: 100% 100%;
  padding: 31px 10px 10px 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nup-instructor-inner {
    background: url(../images/bkg-instructor-inner-sp.webp) no-repeat;
    background-size: 100% 100%;
    padding-top: 11.214953271vw;
  }
}
.nup-instructor-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #EDFFE6;
}
.nup-instructor-inner h2 {
  color: #37BCAD;
  font-family: "Odibee Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nup-instructor-inner h2 {
    font-size: 11.6822429907vw;
  }
}
.nup-instructor-inner strong {
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #DE1E30;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .nup-instructor-inner strong {
    font-size: 7.0093457944vw;
    line-height: 1.33;
  }
}
.nup-instructor-inner aside {
  display: block;
  text-align: center;
  color: #101010;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 3px;
  margin-bottom: 84px;
}
@media screen and (max-width: 768px) {
  .nup-instructor-inner aside {
    font-size: 4.6728971963vw;
    margin-bottom: 4.9065420561vw;
  }
}
.nup-instructor-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .nup-instructor-list {
    display: block;
  }
}
.nup-instructor-list__item {
  flex-basis: 22.5%;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .nup-instructor-list__item {
    width: 79.4392523364vw;
    margin: 0 auto 17.523364486vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .nup-instructor-list__item:last-of-type {
    margin-bottom: 0;
  }
}
.nup-instructor-list__item img {
  width: 100%;
}
.nup-instructor-list__item h3 {
  color: #3E3D3E;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .nup-instructor-list__item h3 {
    font-size: 4.2056074766vw;
  }
}
.nup-instructor-list__item aside {
  color: #3E3D3E;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  display: block;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .nup-instructor-list__item aside {
    font-size: 3.5046728972vw;
    margin-bottom: 3.5046728972vw;
  }
}
.nup-instructor-list__item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .nup-instructor-list__item p {
    font-size: 4.2056074766vw;
    margin-bottom: 3.5046728972vw;
  }
}
.nup-instructor-list__item .readmore {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .nup-instructor-list__item .readmore {
    position: static;
    display: flex;
    justify-content: flex-end;
  }
}
.nup-instructor-list__item .readmore a {
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  background: url(../images/bkg-readmore.svg) no-repeat right bottom;
  background-size: 100% 8px;
  display: inline-block;
  width: 142px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nup-instructor-list__item .readmore a {
    font-size: 4.2056074766vw;
    width: 33.1775700935vw;
    text-align: right;
    background: url(../images/bkg-readmore.svg) no-repeat right bottom;
    background-size: 100% 1.8691588785vw;
    padding-right: 7.0093457944vw;
  }
}

.nup-dream {
  padding: 0 20px;
  margin-bottom: 238px;
}
@media screen and (max-width: 930px) {
  .nup-dream {
    padding: 0;
    margin-bottom: 15.1869158879vw;
  }
}
.nup-dream h2 {
  max-width: 1170px;
  font-size: 56px;
  color: #222222;
  font-weight: 700;
  margin: 0 auto 68px;
}
@media screen and (max-width: 930px) {
  .nup-dream h2.pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .nup-dream h2 {
    margin-bottom: 0;
  }
}
.nup-dream-inner {
  max-width: 1170px;
  margin: 0 auto 63px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 930px) {
  .nup-dream-inner {
    display: block;
    margin-bottom: 30px;
  }
  .nup-dream-inner .sp {
    display: block !important;
  }
}
.nup-dream-inner__text {
  flex-basis: 41.4%;
}
@media screen and (max-width: 930px) {
  .nup-dream-inner__text {
    width: 85.5vw;
    margin: 0 auto;
  }
}
.nup-dream-inner__text p {
  font-size: 19px;
  line-height: 1.36;
}
@media screen and (max-width: 930px) {
  .nup-dream-inner__text p {
    font-size: 4.2vw;
    line-height: 1.33;
  }
}
.nup-dream-inner__image {
  flex-basis: 55.7%;
}
@media screen and (max-width: 930px) {
  .nup-dream-inner__image {
    margin-bottom: 40px;
    position: relative;
  }
}
@media screen and (max-width: 930px) {
  .nup-dream-inner__image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(3, 17, 12, 0.5);
    z-index: 2;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 930px) {
  .nup-dream-inner__image h2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1em;
    text-align: center;
    font-size: 8.29vw;
    color: #fff;
    z-index: 3;
  }
}
.nup-dream-inner__image img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 930px) {
  .nup-dream-inner__image img {
    height: auto;
    width: 100%;
  }
}
.nup-dream-info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 930px) {
  .nup-dream-info {
    display: block !important;
  }
}
.nup-dream-info {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
}
.nup-dream-info__button {
  display: flex;
  justify-content: center;
  flex-basis: 41.4%;
}
@media screen and (max-width: 930px) {
  .nup-dream-info__button {
    margin-bottom: 1.1682242991vw;
  }
}
.nup-dream-info__button a {
  display: flex;
  align-items: center;
  max-width: 307px;
  width: 100%;
  height: 67px;
  background: #061623;
  border-radius: 9px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  padding-left: 35px;
  position: relative;
  letter-spacing: 3px;
}
@media screen and (max-width: 930px) {
  .nup-dream-info__button a {
    max-width: 62.3831775701vw;
    height: 13.5514018692vw;
    font-size: 4.6728971963vw;
    padding-left: 6.7757009346vw;
  }
}
.nup-dream-info__button a:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #fff url(../images/icn-triangle-right.webp) center center no-repeat;
  background-size: 10px 13px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  left: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .nup-dream-info__button a:after {
    right: 3.5046728972vw;
    width: 6.308411215vw;
    height: 6.308411215vw;
    background: #fff url(../images/icn-triangle-right.webp) center center no-repeat;
    background-size: 2.5700934579vw 2.5700934579vw;
  }
}
.nup-dream-info__descriptions {
  flex-basis: 55.7%;
}
.nup-dream-info__descriptions__inner {
  max-width: 485px;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (min-width: 931px) {
  .nup-dream-info__descriptions__inner {
    margin-top: -160px;
  }
}
@media screen and (max-width: 930px) {
  .nup-dream-info__descriptions__inner {
    max-width: 93.4579439252vw;
    padding: 3.5046728972vw;
  }
}
.nup-dream-info__descriptions__item {
  flex-basis: 50%;
  background: #DE1E30;
  color: #fff;
  padding: 25px 25px 40px;
}
@media screen and (max-width: 930px) {
  .nup-dream-info__descriptions__item {
    padding: 5.8411214953vw 3.5046728972vw 9.3457943925vw;
  }
}
.nup-dream-info__descriptions__item strong {
  font-size: 16px;
  display: block;
  margin-bottom: 40px;
  font-weight: 600;
}
@media screen and (max-width: 930px) {
  .nup-dream-info__descriptions__item strong {
    font-size: 3.738317757vw;
    margin-bottom: 7.0093457944vw;
  }
}
.nup-dream-info__descriptions__item p {
  font-size: 14px;
  line-height: 1.42;
}
@media screen and (max-width: 930px) {
  .nup-dream-info__descriptions__item p {
    font-size: 3.2710280374vw;
  }
}

.nup-voices {
  margin-bottom: 137px;
}
@media screen and (max-width: 768px) {
  .nup-voices {
    margin-bottom: 28.0373831776vw;
  }
}
.nup-voices-item {
  position: relative;
  margin-bottom: 251px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .nup-voices-item {
    padding: 0 4.6728971963vw;
    margin-bottom: 23.3644859813vw;
  }
}
.nup-voices-item:last-of-type {
  margin-bottom: 0;
}
.nup-voices-item:before {
  content: "";
  display: block;
  width: 1px;
  height: 109px;
  background: #37BCAD;
  position: absolute;
  top: -154px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .nup-voices-item:before {
    display: none;
  }
}
.nup-voices-item__list {
  position: relative;
}
.nup-voices-item__list.parents {
  max-width: 585px;
  margin: 0 auto;
  background: url(../images/bkg-voice-item.webp) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px;
}
.nup-voices-item__list.students {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  padding: 22px;
  justify-content: space-between;
  align-items: center;
  background: url(../images/bkg-voice-student.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .nup-voices-item__list.students {
    display: block;
    background: url(../images/bkg-voice-student-sp.webp) no-repeat;
    background-size: cover;
    padding: 7.476635514vw 8.6448598131vw;
  }
}
.nup-voices-item__list.students strong {
  color: #fff;
  font-size: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .nup-voices-item__list.students strong {
    font-size: 5.6074766355vw;
    margin-bottom: 7.476635514vw;
  }
}
.nup-voices-item__list.students p {
  color: #171818;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .nup-voices-item__list.students p {
    color: #FFF;
    font-size: 5.6074766355vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-voices-item__list.students img {
    width: 47.1962616822vw;
    height: auto;
    display: block;
    margin: 0 auto 5.1401869159vw;
  }
}
.nup-voices-item__list__image {
  flex-basis: 23.6%;
}
.nup-voices-item__list__text {
  flex-basis: 70%;
}
.nup-voices-item__list strong, .nup-voices-item__list p {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .nup-voices-item__list strong, .nup-voices-item__list p {
    font-size: 5.1401869159vw;
    margin-bottom: 14.0186915888vw;
  }
}
.nup-voices-item__list p {
  line-height: 1.5;
}
.nup-voices-item__list a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 18px 60px;
  background: #DE1E30;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .nup-voices-item__list a {
    font: 3.738317757vw;
    padding: 4.2056074766vw 6.308411215vw;
  }
}

.nup-experience {
  margin-bottom: 251px;
}
@media screen and (max-width: 768px) {
  .nup-experience {
    margin-bottom: 23.3644859813vw;
  }
}
.nup-experience-inner {
  max-width: 1137px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nup-experience-inner {
    display: block;
  }
}
.nup-experience-inner:before, .nup-experience-inner:after {
  content: "";
  display: block;
  position: absolute;
}
.nup-experience-inner:before {
  width: 911px;
  height: 557px;
  top: -26px;
  left: 300px;
  border-radius: 6px;
  background: #37BCAD;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .nup-experience-inner:before {
    width: 52.8037383178vw;
    height: 84.8130841121vw;
    top: -5.3738317757vw;
    left: -1.8691588785vw;
    border-radius: 1.4018691589vw;
  }
}
.nup-experience-inner:after {
  width: 948px;
  height: 576px;
  background: #061623;
  top: 57px;
  left: -70px;
}
@media screen and (max-width: 768px) {
  .nup-experience-inner:after {
    width: 100vw;
    height: 167.2897196262vw;
    top: 5.8411214953vw;
    left: 0vw;
  }
}
.nup-experience-inner__main {
  flex-basis: 48.8%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__main {
    max-width: 81.0747663551vw;
    margin: 0 auto 10.046728972vw;
  }
}
.nup-experience-inner__main__text {
  max-width: 425px;
  height: 423px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__main__text {
    max-width: 37.610619469vw;
    height: 37.4336283186vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__main__text {
    max-width: 78.2710280374vw;
    height: 70.0934579439vw;
  }
}
.nup-experience-inner__main__text > span {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__main__text > span {
    font-size: 2.1238938053vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__main__text > span {
    font-size: 4.6728971963vw;
    margin-bottom: 4.6728971963vw;
  }
}
.nup-experience-inner__main__text img {
  max-width: 343px;
  display: block;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__main__text img {
    max-width: 30.3539823009vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__main__text img {
    max-width: 58.4112149533vw;
  }
}
.nup-experience-inner__main__text > strong {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__main__text > strong {
    font-size: 4.2477876106vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__main__text > strong {
    font-size: 7.0093457944vw;
    margin-bottom: 1.6355140187vw;
  }
}
.nup-experience-inner__main__text a {
  display: block;
  background: #DE1E30;
  border-radius: 28px 28px 28px 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 340px;
  padding: 16px 16px 10px 16px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__main__text a {
    border-radius: 2.4778761062vw 2.4778761062vw 2.4778761062vw 0px;
    box-shadow: 0px 0.3539823009vw 0.3539823009vw 0px rgba(0, 0, 0, 0.25);
    width: 30.0884955752vw;
    padding: 1.4159292035vw 1.4159292035vw 0.8849557522vw 1.4159292035vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__main__text a {
    border-radius: 6.5420560748vw 6.5420560748vw 6.5420560748vw 0px;
    box-shadow: 0px 0.9345794393vw 0.9345794393vw 0px rgba(0, 0, 0, 0.25);
    width: 58.1775700935vw;
    padding: 0.5841121495vw 5.7242990654vw;
  }
}
.nup-experience-inner__main__text a span,
.nup-experience-inner__main__text a strong {
  display: block;
  color: #fff;
}
.nup-experience-inner__main__text a strong {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__main__text a strong {
    font-size: 1.7699115044vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__main__text a strong {
    font-size: 4.6728971963vw;
  }
}
.nup-experience-inner__main__text a span {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__main__text a span {
    font-size: 1.3274336283vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__main__text a span {
    font-size: 3.5046728972vw;
  }
}
.nup-experience-inner__aside {
  flex-basis: 48.7%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__aside {
    max-width: 89.953271028vw;
    margin: 0 auto;
  }
}
.nup-experience-inner__aside__images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__aside__images {
    gap: 2.3008849558vw;
  }
}
.nup-experience-inner__aside__images img {
  flex-basis: 265px;
  width: 265px;
  height: auto;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__aside__images img {
    flex-basis: 23.4513274336vw;
    width: 23.4513274336vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__aside__images img {
    flex-basis: 42.9906542056vw;
    width: 42.9906542056vw;
  }
}
.nup-experience-inner__aside__text {
  padding: 12px 0;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__aside__text {
    padding: 1.0619469027vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__aside__text {
    padding: 3.738317757vw;
    text-align: center;
  }
}
.nup-experience-inner__aside__text strong {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.39;
  color: #fff;
  display: block;
  width: 110%;
}
@media screen and (max-width: 1130px) {
  .nup-experience-inner__aside__text strong {
    font-size: 3.6283185841vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-experience-inner__aside__text strong {
    font-size: 5.6074766355vw;
    letter-spacing: 0.9345794393vw;
    width: 100%;
  }
}

body {
  font-family: "Noto Sans", sans-serif !important;
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 18.691588785vw;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.nup-mv-page {
  height: 392px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .nup-mv-page {
    height: 112.3831775701vw;
    margin-bottom: 14.2523364486vw;
  }
}
.nup-mv-page-image {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nup-mv-page-image {
    height: 112.3831775701vw;
  }
}
.nup-mv-page-image:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(42, 42, 42, 0.56);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nup-mv-page-image:after {
    width: 75%;
  }
}
.nup-mv-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nup-mv-page-title {
  max-width: 1100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .nup-mv-page-title {
    padding-left: 6.7757009346vw;
  }
}
.nup-mv-page-title h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .nup-mv-page-title h2 {
    font-size: 9.3457943925vw;
    margin-bottom: 2.3364485981vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-mv-page-title h2.is-md {
    font-size: 7.0093457944vw;
  }
}
.nup-mv-page-title aside {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .nup-mv-page-title aside {
    font-size: 3.738317757vw;
    line-height: 1.25;
  }
}

@media screen and (max-width: 768px) {
  .nup-page-message .nup-title {
    margin-bottom: 7.0093457944vw;
  }
}
.nup-page-message-accent {
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .nup-page-message-accent {
    margin-bottom: 10.9813084112vw;
  }
}
.nup-page-message-accent strong {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 20px 55px;
  background: #DE1E30;
}
@media screen and (max-width: 768px) {
  .nup-page-message-accent strong {
    font-size: 6.5420560748vw;
    font-weight: 700;
    line-height: 1.42;
    width: 90.6542056075vw;
    padding: 3.2710280374vw 2.3364485981vw 2.1028037383vw;
  }
}

.nup-type {
  max-width: 813px;
  margin: 0 auto 63px;
}
@media screen and (max-width: 768px) {
  .nup-type-list {
    max-width: 85.5140186916vw;
    margin: 0 auto 14.0186915888vw;
  }
}
.nup-type-list strong {
  color: #DE1E30;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .nup-type-list strong {
    margin-bottom: 7.0093457944vw;
    font-size: 5.8411214953vw;
  }
}
.nup-type-list strong.is-green {
  color: #37BCAD;
}
.nup-type-list strong.is-green span {
  background: #37BCAD;
}
.nup-type-list strong span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #DE1E30;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .nup-type-list strong span {
    width: 14.953271028vw;
    height: 14.953271028vw;
    font-size: 5.6074766355vw;
    flex-basis: 14.953271028vw;
    margin-right: 3.738317757vw;
  }
}
@media screen and (max-width: 768px) {
  .nup-type-list strong p {
    flex-basis: 66.8vw;
  }
}
.nup-type-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .nup-type-wrap {
    display: block;
  }
}
.nup-type-text {
  flex-basis: 64.3%;
}
@media screen and (min-width: 769px) {
  .nup-type-text {
    margin-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .nup-type-text {
    margin-bottom: 7.0093457944vw;
  }
}
.nup-type-text p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .nup-type-text p {
    font-size: 3.738317757vw;
  }
}
.nup-type-image {
  flex-basis: 21.5%;
}
@media screen and (min-width: 769px) {
  .nup-type-image {
    position: relative;
    top: -69px;
  }
}
@media screen and (max-width: 768px) {
  .nup-type-image {
    width: 40.8878504673vw;
    margin: 0 auto 6.5420560748vw;
  }
}

.nup-main.page h2 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .nup-main.page h2 {
    margin-bottom: 18.2242990654vw;
    font-size: 6.0747663551vw;
  }
}

.nup-bother {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .nup-bother {
    width: 100vw;
    overflow-x: hidden;
    margin-bottom: 11.6822429907vw;
  }
}
.nup-bother-list {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .nup-bother-list {
    padding: 0 4.6728971963vw;
  }
}
.nup-bother-list__item {
  border-radius: 22px;
  border: 1px solid #37BCAD;
  background: #FCFCFC;
  max-width: 1140px;
  margin: 0 auto 60px;
  padding: 65px 100px 30px;
  gap: 1.4%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nup-bother-list__item {
    display: block;
    padding: 7.0093457944vw 5.8411214953vw;
  }
}
@media screen and (min-width: 769px) {
  .nup-bother-list__item:first-of-type:after {
    content: "";
    display: block;
    position: absolute;
    top: -68px;
    right: 36px;
    width: 226px;
    height: 134px;
    background: url(../images/icn-case.webp) no-repeat;
    background-size: 100% 100%;
  }
}
.nup-bother-list__item:first-of-type .nup-bother-list__item__text {
  padding-left: 240px;
}
@media screen and (max-width: 768px) {
  .nup-bother-list__item:first-of-type .nup-bother-list__item__text {
    padding-left: 0;
  }
}
.nup-bother-list__item:first-of-type .nup-bother-list__item__image {
  top: 10px;
  left: 0;
}
.nup-bother-list__item:first-of-type .nup-bother-list__item__image:before {
  left: -120px;
}
.nup-bother-list__item:last-of-type {
  margin-bottom: 0;
}
.nup-bother-list__item:last-of-type .nup-bother-list__item__text {
  padding-right: 240px;
}
@media screen and (max-width: 768px) {
  .nup-bother-list__item:last-of-type .nup-bother-list__item__text {
    padding-right: 0;
  }
}
.nup-bother-list__item__image {
  width: 204px;
  position: absolute;
  top: 10px;
  left: auto;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .nup-bother-list__item__image {
    position: relative;
    top: 0;
    left: 0;
    width: 49.0654205607vw;
    margin: 0 auto 9.3457943925vw;
  }
}
.nup-bother-list__item__image:before {
  content: "";
  display: block;
  position: absolute;
  top: -142px;
  left: -240px;
  width: 530px;
  height: 298px;
  background: url(../images/bkg-case.webp) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .nup-bother-list__item__image:before {
    width: 124.0654205607vw;
    height: 56.5420560748vw;
    left: -29.2056074766vw;
    top: -17.2897196262vw;
  }
}
.nup-bother-list__item__image img {
  border-radius: 1000px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}
.nup-bother-list__item__text {
  position: relative;
  z-index: 4;
}
.nup-bother-list__item__text strong {
  max-width: 670px;
  display: block;
  color: #37BCAD;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .nup-bother-list__item__text strong {
    font-size: 8.4112149533vw;
  }
}
.nup-bother-list__item__text aside {
  max-width: 670px;
  display: block;
  color: #3E3D3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  margin-bottom: 25px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .nup-bother-list__item__text aside {
    font-size: 5.6074766355vw;
  }
}
.nup-bother-list__item__text p {
  max-width: 710px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .nup-bother-list__item__text p {
    font-size: 3.738317757vw;
  }
}

.nup-feature {
  position: relative;
}
.nup-feature img {
  width: 100%;
  height: 391px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .nup-feature img {
    height: 120.5607476636vw;
  }
}
.nup-feature-titles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nup-feature-titles {
    justify-content: space-between;
    padding: 9.1121495327vw 8.1775700935vw 9.3457943925vw;
    text-align: left;
  }
}
.nup-feature-titles:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(17, 17, 17, 0.5);
}
.nup-feature-titles p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .nup-feature-titles p {
    font-size: 5.6074766355vw;
    text-align: left;
  }
}
.nup-feature-titles p:first-of-type:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  height: 64px;
  background: url(../images/icn-feature.webp) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .nup-feature-titles p:first-of-type:before {
    background: url(../images/icn-feature-sp.webp) no-repeat;
    background-size: 100% 100%;
    height: 14.953271028vw;
    left: -25%;
    width: 150%;
  }
}

.nup-trial {
  background: url(../images/bkg-trial.webp) no-repeat;
  background-size: cover;
  padding: 90px 20px 150px;
}
@media screen and (max-width: 768px) {
  .nup-trial {
    background: url(../images/bkg-trial-sp.webp) no-repeat;
    background-size: cover;
    padding: 14.0186915888vw 7.0093457944vw 18.691588785vw;
  }
}
.nup-trial .nup-title {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .nup-trial .nup-title {
    margin-bottom: 9.1121495327vw !important;
  }
}
.nup-trial .nup-title strong {
  font-size: 28px;
}
.nup-trial-title {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .nup-trial-title {
    font-size: 5.1401869159vw;
    font-weight: normal;
    text-align: left;
    margin-bottom: 16.8224299065vw;
  }
}
.nup-trial-item {
  max-width: 860px;
  margin: 0 auto 47px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .nup-trial-item {
    display: block;
    margin-bottom: 7.0093457944vw;
  }
}
.nup-trial-item__image {
  flex-basis: 22.9%;
}
@media screen and (max-width: 768px) {
  .nup-trial-item__image {
    width: 46.7289719626vw;
    margin: 0 auto 2.3364485981vw;
  }
}
.nup-trial-item__text {
  flex-basis: 72.6%;
}
.nup-trial-item__text p {
  max-width: 492px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: -15px;
  margin-left: 90px;
}
@media screen and (max-width: 768px) {
  .nup-trial-item__text p {
    max-width: 100%;
    margin-top: 3.2710280374vw;
    margin-left: 0;
    font-size: 3.738317757vw;
  }
}
.nup-trial-item__title {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .nup-trial-item__title {
    gap: 2.1028037383vw;
    align-items: center;
  }
}
.nup-trial-item__title span {
  display: block;
  width: 64px;
  height: 64px;
  background: #37BCAD;
  border-radius: 100px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 64px;
}
@media screen and (max-width: 768px) {
  .nup-trial-item__title span {
    flex-basis: 14.953271028vw;
    width: 14.953271028vw;
    height: 14.953271028vw;
    font-size: 7.476635514vw;
    line-height: 14.953271028vw;
  }
}
.nup-trial-item__title strong {
  color: #37BCAD;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .nup-trial-item__title strong {
    font-size: 5.8411214953vw;
    flex-basis: 68.9252336449vw;
  }
}

.nup-motivation {
  position: relative;
}
.nup-motivation-titles {
  width: 784px;
  height: 218px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 5;
  padding: 44px 35px;
}
@media screen and (max-width: 768px) {
  .nup-motivation-titles {
    width: 71.7289719626vw;
    height: 37.3831775701vw;
    padding: 3.0373831776vw 1.1682242991vw;
  }
}
.nup-motivation-titles p {
  color: #262525;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .nup-motivation-titles p {
    font-size: 3.9719626168vw;
    flex-basis: 100%;
  }
}

.nup-form {
  padding: 0 20px;
  margin-bottom: -95px;
}
@media screen and (max-width: 768px) {
  .nup-form {
    padding: 0;
    margin-bottom: 0;
  }
}
.nup-form label.error {
  color: #DE1E30;
  font-weight: bold;
  line-height: 1.25;
  display: inline-block;
  padding: 10px 20px 10px 0;
  padding-bottom: 0;
}
.nup-form-inner {
  background: #ED818B;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 956px;
  margin: 0 auto;
  padding: 77px 15px 93px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .nup-form-inner {
    padding: 12.8504672897vw 3.5046728972vw 17.9906542056vw;
    max-width: 95vw;
    margin: 0 auto;
  }
}
.nup-form-inner.confirm {
  background: #f1f1f1;
}
.nup-form-inner.confirm p {
  font-weight: bold;
  line-height: 1.75;
}
.nup-form-inner.complete {
  background: #f1f1f1;
}
.nup-form-inner.complete p {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 50px;
  margin-bottom: 50px;
}
.nup-form-inner h3 {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 59px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nup-form-inner h3 {
    font-size: 6.5420560748vw;
    margin-bottom: 13.5514018692vw;
  }
}
.nup-form-inner h3:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: -16px;
  margin: auto;
  width: 40px;
  height: 4px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .nup-form-inner h3:after {
    width: 9.3457943925vw;
    height: 0.9345794393vw;
    bottom: -3.738317757vw;
  }
}
.nup-form-group {
  max-width: 680px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .nup-form-group {
    margin-bottom: 5.6074766355vw;
  }
}
.nup-form-group.is-check {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.nup-form-group.is-check a {
  color: #000;
  text-underline-offset: 5px;
}
@media screen and (max-width: 768px) {
  .nup-form-group.is-check a {
    font-size: 3.738317757vw;
  }
}
.nup-form-group.is-button {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.nup-form-group.is-button.is-confirm {
  gap: 20px;
}
.nup-form-group.is-button.is-confirm button {
  flex-basis: 280px;
  width: 280px;
}
.nup-form-group.is-button button, .nup-form-group.is-button a {
  text-decoration: none;
  display: flex;
  width: 343px;
  height: 65px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  appearance: none;
  border: none;
  transition: background 1s, color 1s;
  cursor: pointer;
  position: relative;
}
.nup-form-group.is-button button:before, .nup-form-group.is-button button:after, .nup-form-group.is-button a:before, .nup-form-group.is-button a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  background-image: linear-gradient(90deg, rgb(27, 19, 6), rgb(27, 19, 6) 75%);
  background-size: 100% 100%;
  z-index: 1;
}
.nup-form-group.is-button button:after, .nup-form-group.is-button a:after {
  opacity: 0;
  transition: 0.3s;
  background-image: linear-gradient(90deg, rgb(222, 30, 53), rgb(27, 19, 6) 75%);
}
.nup-form-group.is-button button span, .nup-form-group.is-button a span {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .nup-form-group.is-button button:hover, .nup-form-group.is-button a:hover {
    opacity: 1;
  }
  .nup-form-group.is-button button:hover:after, .nup-form-group.is-button a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .nup-form-group.is-button button, .nup-form-group.is-button a {
    font-size: 5.6074766355vw;
    width: 80.1401869159vw;
    height: 15.1869158879vw;
    padding: 3.738317757vw;
  }
}
.nup-form-group label {
  display: block;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .nup-form-group label {
    font-size: 3.738317757vw;
    margin-bottom: 1.8691588785vw;
  }
}
.nup-form-group input[type=text],
.nup-form-group textarea,
.nup-form-group .select {
  display: block;
  padding: 13px 16px;
  width: 100%;
  border-radius: 4px;
  border: solid 1px rgb(170, 170, 170);
  font-size: 16px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .nup-form-group input[type=text],
.nup-form-group textarea,
.nup-form-group .select {
    font-size: 3.738317757vw;
  }
}
.nup-form-group input[type=text]::placeholder,
.nup-form-group textarea::placeholder,
.nup-form-group .select::placeholder {
  color: rgb(170, 170, 170);
}
.nup-form-group textarea {
  height: 143px;
}
@media screen and (max-width: 768px) {
  .nup-form-group textarea {
    height: 28.2710280374vw;
  }
}
.nup-form-group .select {
  padding: 0;
  position: relative;
}
.nup-form-group .select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  z-index: 2;
  background: url(../images/icn-down.webp) no-repeat;
  background-size: 100% 100%;
}
.nup-form-group select {
  padding: 13px 16px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .nup-form-group select {
    font-size: 3.738317757vw;
  }
}
.nup-form-group input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: solid 1px #000;
  border-radius: 2px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 7px;
}
.nup-form-group input[type=checkbox]:checked {
  background: #000;
}
.nup-form-group input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #ED818B;
  border-bottom: 2px solid #ED818B;
  content: "";
}

.nup-qa {
  background: #EDFFE6;
  padding: 195px 20px 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .nup-qa {
    padding-top: 17.523364486vw;
  }
}
.nup-qa-title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  margin-bottom: 52px;
}
.nup-qa-title:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  width: 40px;
  height: 4px;
  background: #000;
}
.nup-qa-list__item {
  max-width: 960px;
  background: #fff;
  margin: 0 auto 16px;
  padding: 27px 40px;
  box-shadow: 0 4px 0 0 #E6EBEF;
}
@media screen and (max-width: 768px) {
  .nup-qa-list__item {
    padding: 4.9065420561vw 3.738317757vw;
  }
}
.nup-qa-list__item.is-active .nup-qa-list__item__title:after {
  transform: rotate(0deg);
}
.nup-qa-list__item.is-active .nup-qa-list__item__text {
  display: block;
}
.nup-qa-list__item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nup-qa-list__item__title {
    gap: 4.9065420561vw;
    padding-right: 4.6728971963vw;
  }
}
.nup-qa-list__item__title:hover {
  opacity: 0.7;
}
.nup-qa-list__item__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icn-triangle.webp) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nup-qa-list__item__title:after {
    width: 5.6074766355vw;
    height: 5.6074766355vw;
  }
}
.nup-qa-list__item__title span {
  flex-basis: 40px;
  height: 40px;
  border-radius: 2px;
  background: #FF753A;
  color: #FFEFD0;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nup-qa-list__item__title span {
    font-size: 3.5046728972vw;
    flex-basis: 5.3738317757vw;
  }
}
.nup-qa-list__item__title strong {
  flex-basis: 815px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .nup-qa-list__item__title strong {
    font-size: 4.2056074766vw;
    flex-basis: 80.8411214953vw;
    line-height: 1.5;
  }
}
.nup-qa-list__item__text {
  display: none;
  border-top: solid 1px #DDDDDD;
  margin-top: 23px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .nup-qa-list__item__text {
    margin-top: 5.3738317757vw;
    padding-top: 3.0373831776vw;
  }
}
.nup-qa-list__item__text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .nup-qa-list__item__text p {
    font-size: 2.8037383178vw;
  }
}

.nup-normal {
  max-width: 826px;
  padding: 0 20px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .nup-normal {
    padding: 8.1775700935vw;
    margin-bottom: 23.3644859813vw;
  }
}
.nup-normal p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .nup-normal p {
    font-size: 4.2056074766vw;
  }
}

p.rep {
  margin-top: 70px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  p.rep {
    margin-top: 11.6822429907vw;
  }
}

.nup-page-message {
  padding: 0 20px;
  max-width: 750px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 768px) {
  .nup-page-message {
    margin-bottom: 16.3551401869vw;
  }
}
.nup-page-message-image {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .nup-page-message-image {
    margin-bottom: 19.8598130841vw;
  }
}
.nup-page-message-image img {
  max-width: 496px;
  width: 100%;
  margin: 0 auto 30px;
  display: block;
}
.nup-page-message p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .nup-page-message p {
    font-size: 4.2056074766vw;
  }
}
.nup-page-message h3 {
  color: #37BCAD;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .nup-page-message h3 {
    font-size: 5.6074766355vw;
    margin-top: 5.8411214953vw;
    margin-bottom: 5.8411214953vw;
  }
}

.nup-page-curriculum {
  max-width: 978px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .nup-page-curriculum {
    padding: 0 2.3364485981vw;
  }
}
.nup-page-curriculum-image {
  margin-bottom: 134px;
}
@media screen and (max-width: 768px) {
  .nup-page-curriculum-image {
    margin-bottom: 21.0280373832vw;
  }
}
.nup-page-curriculum-image__button {
  text-align: right;
  margin-top: 78px;
}
@media screen and (max-width: 768px) {
  .nup-page-curriculum-image__button {
    text-align: center;
    margin-top: 11.4485981308vw;
  }
}
.nup-page-curriculum-image__button a {
  background: #37BCAD;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  text-decoration: none;
  padding: 13px 40px;
}
@media screen and (max-width: 768px) {
  .nup-page-curriculum-image__button a {
    font-size: 4.2056074766vw;
    padding: 1.6355140187vw 4.6728971963vw;
  }
}
.nup-page-curriculum-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .nup-page-curriculum-section {
    margin-bottom: 7.0093457944vw;
  }
}
.nup-page-curriculum-video img,
.nup-page-curriculum-video video {
  max-width: 319px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .nup-page-curriculum-video img,
.nup-page-curriculum-video video {
    max-width: 89.4859813084vw;
  }
}
.nup-page-curriculum-map {
  max-width: 734px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .nup-page-curriculum-map {
    padding-bottom: 14.0186915888vw;
  }
}
.nup-page-curriculum-map strong {
  display: block;
  color: #3E3D3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .nup-page-curriculum-map strong {
    font-size: 5.6074766355vw;
    margin-bottom: 3.5046728972vw;
  }
}
.nup-page-curriculum-map p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .nup-page-curriculum-map p {
    font-size: 4.2056074766vw;
    margin-bottom: 3.5046728972vw;
  }
}
.nup-page-curriculum-map iframe {
  max-width: 694px;
  width: 100%;
  height: 394px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 768px) {
  .nup-page-curriculum-map iframe {
    margin-bottom: 9.3457943925vw;
    height: 92.0560747664vw;
  }
}

.nup-page-achievements-section {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-section {
    padding: 0 4.6728971963vw;
  }
}
.nup-page-achievements-section h3 {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-section h3 {
    font-size: 7.0093457944vw;
    margin-bottom: 7.0093457944vw;
  }
}
.nup-page-achievements-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.nup-page-achievements-section .section-title strong {
  display: inline-block;
  color: #2B2B2B;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  border-radius: 34px;
  background: #D9D9D9;
  padding: 12px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-section .section-title strong {
    font-size: 6.0747663551vw;
    padding: 2.8037383178vw 3.5046728972vw;
    border-radius: 100px;
  }
}
.nup-page-achievements-graph {
  max-width: 1000px;
  margin: 0 auto 67px;
}
.nup-page-achievements-graph.is-red {
  background: #FEA0A0;
}
.nup-page-achievements-graph.is-red span {
  background: #DE1E30;
}
.nup-page-achievements-graph.is-green {
  background: #EDFFE6;
}
.nup-page-achievements-graph.is-multi {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.nup-page-achievements-graph.is-multi span.is-25 {
  flex-basis: 25%;
}
.nup-page-achievements-graph.is-multi span.is-30 {
  flex-basis: 30%;
}
.nup-page-achievements-graph.is-multi span.is-50 {
  flex-basis: 50%;
}
.nup-page-achievements-graph.is-multi span.is-70 {
  flex-basis: 70%;
}
.nup-page-achievements-graph.is-multi span.is-100 {
  flex-basis: 100%;
}
.nup-page-achievements-graph span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-graph span {
    font-size: 6.5420560748vw;
    height: 23.3644859813vw;
  }
}
.nup-page-achievements-graph span.is-achieve {
  width: 90%;
}
.nup-page-achievements-graph span.is-strong {
  background: #37BCAD;
}
.nup-page-achievements-graph span.is-medium {
  background: #73D1C6;
}
.nup-page-achievements-graph span.is-weak {
  background: #EDFFE6;
  color: #4A4747;
}
.nup-page-achievements-graph__aside {
  max-width: 810px;
  margin: 0 auto;
}
.nup-page-achievements-graph__aside strong {
  color: #3E3D3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-graph__aside strong {
    font-size: 5.6074766355vw;
    margin-bottom: 4.2056074766vw;
  }
}
.nup-page-achievements-graph__aside p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-graph__aside p {
    font-size: 4.2056074766vw;
  }
}
.nup-page-achievements-fukidashi {
  border-radius: 35px;
  background: #F1F1F1;
  display: inline-block;
  color: #4A4747;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 15px 10px;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-fukidashi {
    display: none;
  }
}
.nup-page-achievements-fukidashi:after {
  content: "";
  display: block;
  width: 32px;
  height: 41px;
  background: url(../images/icn-fukidashi.webp) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 96px;
  top: -30px;
}
.nup-page-achievements-message {
  max-width: 1100px;
  margin: 0 auto 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-message {
    margin-bottom: 17.523364486vw;
  }
}
.nup-page-achievements-message__titles {
  width: 100%;
  height: 100%;
  background: rgba(17, 3, 4, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.nup-page-achievements-message__titles span {
  display: inline-block;
  border-radius: 100px;
  background: #EEE;
  color: #DE1E30;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  padding: 13px 40px;
  width: 366px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-message__titles span {
    font-size: 5.6074766355vw;
    margin-bottom: 3.738317757vw;
    width: 81.308411215vw;
    padding: 3.0373831776vw 4.6728971963vw;
  }
}
.nup-page-achievements-message__titles strong {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-message__titles strong {
    font-size: 11.6822429907vw;
    margin-bottom: 3.5046728972vw;
  }
}
.nup-page-achievements-message__titles a {
  display: flex;
  width: 253px;
  height: 64px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border-radius: 100px;
  background: #DE1E30;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .nup-page-achievements-message__titles a {
    font-size: 4.6728971963vw;
    padding: 3.738317757vw;
    width: 60.2803738318vw;
    height: 13.3177570093vw;
  }
}

.nup-page-parents {
  padding: 0 20px;
}
.nup-page-parents .nup-page-message-accent {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .nup-page-parents .nup-page-message-accent {
    margin-bottom: 21.0280373832vw;
  }
}
.nup-page-parents-aside {
  max-width: 810px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .nup-page-parents-aside {
    margin-bottom: 7.0093457944vw;
  }
}
.nup-page-parents-aside strong {
  color: #3E3D3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .nup-page-parents-aside strong {
    font-size: 5.6074766355vw;
    margin-bottom: 4.2056074766vw;
  }
}
.nup-page-parents-aside p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .nup-page-parents-aside p {
    font-size: 4.2056074766vw;
  }
}

.nup-page-voice {
  max-width: 1100px;
  padding: 32px;
  margin: 0 auto 120px;
  background: url(../images/bkg-parents.webp) repeat-y rgb(10, 25, 68);
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nup-page-voice {
    background: rgb(10, 25, 68);
    background-size: 100% auto;
    padding: 6.5420560748vw 5.1401869159vw;
  }
}
.nup-page-voice.students {
  background: url(../images/bkg-students.webp) repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .nup-page-voice.students {
    background: url(../images/bkg-students-sp.webp) repeat-y;
    background-size: 100% auto;
  }
}
.nup-page-voice:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -67px;
  right: 39px;
  width: 363px;
  height: 375px;
  background: url(../images/img-voice-bkg.webp) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .nup-page-voice:after {
    width: 53.5046728972vw;
    height: 26.8691588785vw;
    bottom: 8.6448598131vw;
    right: 9.8130841121vw;
    background: url(../images/img-voice-bkg-sp.webp) no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .nup-page-voice {
    margin-bottom: 18.2242990654vw;
  }
}
.nup-page-voice-desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .nup-page-voice-desc {
    display: block;
  }
}
.nup-page-voice-desc__image {
  flex-basis: 34.8%;
}
@media screen and (max-width: 768px) {
  .nup-page-voice-desc__image {
    width: 100%;
    margin-bottom: 9.3457943925vw;
  }
}
.nup-page-voice-desc__text {
  flex-basis: 58.2%;
}
@media screen and (min-width: 769px) {
  .nup-page-voice-desc__text {
    padding-right: 5%;
    padding-top: 20px;
  }
}
.nup-page-voice-desc__text.students h3, .nup-page-voice-desc__text.students p {
  color: #3E3D3E;
}
.nup-page-voice-desc__text h3 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .nup-page-voice-desc__text h3 {
    font-size: 7.0093457944vw;
    margin-bottom: 8.4112149533vw;
  }
}
.nup-page-voice-desc__text p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .nup-page-voice-desc__text p {
    font-size: 5.6074766355vw;
    margin-bottom: 12.6168224299vw;
  }
}
.nup-page-voice-content {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 15px 215px;
}
@media screen and (max-width: 768px) {
  .nup-page-voice-content {
    padding: 4.9065420561vw 3.2710280374vw 41.5887850467vw;
  }
}
.nup-page-voice-content ul li {
  margin-bottom: 30px;
  padding-left: 23px;
}
@media screen and (max-width: 768px) {
  .nup-page-voice-content ul li {
    padding-left: 6.5420560748vw;
  }
}
.nup-page-voice-content ul li strong {
  color: #3E3D3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 9px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nup-page-voice-content ul li strong {
    font-size: 5.6074766355vw;
  }
}
.nup-page-voice-content ul li strong:before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: -23px;
  width: 11px;
  height: 11px;
  background: #DE1E30;
}
@media screen and (max-width: 768px) {
  .nup-page-voice-content ul li strong:before {
    width: 2.5700934579vw;
    height: 2.5700934579vw;
    top: 3.0373831776vw;
    left: -5.3738317757vw;
  }
}
.nup-page-voice-content ul li p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .nup-page-voice-content ul li p {
    font-size: 4.2056074766vw;
  }
}

.nup-page-instructors {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors {
    padding: 0 3.5046728972vw;
    margin-bottom: 33.8785046729vw;
  }
}
.nup-page-instructors-item {
  background: url(../images/bkg-instructors.webp) repeat-y;
  background-size: 100% auto;
  border: solid 1px #252525;
  padding: 25px;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 4.5%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item {
    padding: 5.8411214953vw 3.5046728972vw;
    display: block;
    margin-bottom: 23.8317757009vw;
  }
}
.nup-page-instructors-item:last-of-type {
  margin-bottom: 0;
}
.nup-page-instructors-item:nth-of-type(even):before, .nup-page-instructors-item:nth-of-type(even):after {
  background: url(../images/img-bar-instructors-2.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item:nth-of-type(even):before, .nup-page-instructors-item:nth-of-type(even):after {
    background: url(../images/img-bar-instructors-2-sp.webp);
    background-size: 100% 100%;
  }
}
.nup-page-instructors-item:nth-of-type(even):after {
  background: url(../images/img-bar-instructors-2-b.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item:nth-of-type(even):after {
    background: url(../images/img-bar-instructors-2-sp.webp);
    background-size: 100% 100%;
    transform: rotate(180deg);
  }
}
.nup-page-instructors-item:before, .nup-page-instructors-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 87.9%;
  height: 25px;
  background: url(../images/img-bar-instructors-1.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item:before, .nup-page-instructors-item:after {
    width: 70.3271028037vw;
    height: 5.8411214953vw;
    background: url(../images/img-bar-instructors-1-sp.webp);
    background-size: 100% 100%;
  }
}
.nup-page-instructors-item:after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  width: 66%;
  height: 25px;
  background: url(../images/img-bar-instructors-1-b.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item:after {
    width: 69.1588785047vw;
    height: 5.8411214953vw;
    background: url(../images/img-bar-instructors-1-sp.webp);
    background-size: 100% 100%;
    transform: rotate(180deg);
  }
}
.nup-page-instructors-item__info {
  flex-basis: 39.4%;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item__info {
    padding-top: 6.7757009346vw;
  }
}
.nup-page-instructors-item__image {
  margin-bottom: 84px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item__image {
    margin-bottom: 9.3457943925vw;
  }
}
@media screen and (min-width: 769px) {
  .nup-page-instructors-item__personality {
    padding-bottom: 20px;
  }
}
.nup-page-instructors-item__personality h3.sp {
  color: #37BCAD;
  font-size: 7.0093457944vw;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 7.0093457944vw;
}
.nup-page-instructors-item__personality div {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item__personality div {
    margin-bottom: 4.6728971963vw;
  }
}
.nup-page-instructors-item__personality div strong {
  display: block;
  color: #3E3D3E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item__personality div strong {
    font-size: 4.6728971963vw;
  }
}
.nup-page-instructors-item__personality div p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item__personality div p {
    font-size: 4.2056074766vw;
  }
}
.nup-page-instructors-item__interview {
  flex-basis: 61.1%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .nup-page-instructors-item__interview {
    padding-top: 100px;
  }
}
.nup-page-instructors-item__interview:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -10px;
  width: 650px;
  height: 190px;
  background: url(../images/img-instructors-bkg.webp);
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item__interview:before {
    display: none;
  }
}
.nup-page-instructors-item__interview h3 {
  color: #37BCAD;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
}
.nup-page-instructors-item__interview div {
  position: relative;
  z-index: 3;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item__interview div {
    margin-bottom: 4.2056074766vw;
  }
}
.nup-page-instructors-item__interview div strong {
  color: #3E3D3E;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item__interview div strong {
    margin-bottom: 0.2336448598vw;
    font-size: 5.6074766355vw;
  }
}
.nup-page-instructors-item__interview div p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .nup-page-instructors-item__interview div p {
    font-size: 4.2056074766vw;
  }
}

body {
  font-family: "Noto Sans", sans-serif !important;
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    padding-top: 18.691588785vw;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

.nup-footer .swiper-wrapper {
  height: 320px;
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .nup-footer .swiper-wrapper {
    height: 35.046728972vw;
  }
}
.nup-footer .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nup-footer-copy {
  background: #061623;
  color: #fff;
  padding: 29px 0 16px;
}
@media screen and (max-width: 768px) {
  .nup-footer-copy {
    padding: 4.4392523364vw 0;
  }
}
.nup-footer-copy p {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .nup-footer-copy p {
    font-size: 2.8037383178vw;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s, transform 0.5s;
}

.fade-in.show {
  opacity: 1;
  visibility: visible;
}