<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#d2p_toolbarHolder,
#nl-gl-header {
  display: none;
}

@media (min-width: 768px) {
  #d2p_toolbarHolder,
#nl-gl-header {
    display: block;
  }
}
.site-header {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header a img {
  height: 28px;
}

@media (min-width: 768px) {
  .site-header {
    display: none;
  }
}
.nl-generic.nl-oneColumn #nl-main-contentsHolder {
  width: auto;
  border: none;
}

.nl-generic.nl-oneColumn #nl-main-contentsHolder #nl-mainCol {
  background: none;
}

.nl-generic.nl-oneColumn #nl-main-contentsHolder #nl-mainCol #nl-gl-mainContents {
  min-height: 0px;
  background: none;
}

#nl-gl-footer {
  padding: 32px !important;
}

#nl-gl-footer #nl-gl-footerInner {
  width: 100% !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#nl-gl-footer #nl-gl-footerInner section {
  margin-bottom: 24px;
}

#nl-gl-copyright {
  padding-bottom: 16px;
}

.cr-wrap {
  color: white;
  font-size: 10px;
  background-color: #333333;
  padding: 0 16px 16px;
}

h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  h2 {
    margin-bottom: 64px;
  }
}
h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 28px;
}

.p-margin {
  margin-bottom: 24px;
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #eb45e2));
  background: linear-gradient(transparent 60%, #eb45e2 60%);
  padding-bottom: 4px;
}

.text-blue {
  color: #49b3ff;
}

.text-green {
  color: #39C0C4;
}

.text-magenta {
  color: #E44398;
}

.text-orange {
  color: orange;
}

.text-s {
  font-size: 15px;
}

.text-l {
  font-size: 18px;
}

.text-xl {
  font-size: 30px;
}

.unwrap {
  word-break: keep-all;
}

.container {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 20px;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1320px;
  }
}
a.join-btn {
  min-width: 300px;
  font-size: 18px;
  color: black;
  background-color: white;
  border-radius: 50px;
  border: 4px solid #004588;
  -webkit-box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 768px) {
  a.join-btn {
    min-width: 246px;
  }
}
@media (min-width: 1024px) {
  a.join-btn {
    min-width: 300px;
    font-size: 20px;
    padding: 18px 0;
  }
}
a.join-btn:hover {
  color: white;
  background-color: #004588;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
}

.promo-wrap {
  max-width: 998px;
  font-size: 16px;
  line-height: 1.8;
  background-color: #27b79f;
  position: relative;
}

@media (min-width: 768px) {
  .promo-wrap {
    border-radius: 8px;
    overflow: hidden;
    margin: 8px auto;
  }
}
.page-title-wrap {
  height: calc(100vh - 54px);
  min-height: 594px;
  max-height: 800px;
  background-color: #1d606b;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #1d606b), color-stop(43%, #47d5c0));
  background-image: linear-gradient(0deg, #1d606b 5%, #47d5c0 43%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 16px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 592px) {
  .page-title-wrap {
    height: 70vw;
    min-height: 0px;
  }
}
@media (min-width: 768px) {
  .page-title-wrap {
    height: 59vw;
  }
}
@media (min-width: 1024px) {
  .page-title-wrap {
    height: 555px;
    padding: 40px 32px;
  }
}
.page-title-wrap .page-title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (min-width: 592px) {
  .page-title-wrap .page-title {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .page-title-wrap .page-title {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (min-width: 1360px) {
  .page-title-wrap .page-title {
    max-width: 1320px;
  }
}
.page-title-wrap .page-title .title-content--a {
  width: 100%;
  max-width: 364px;
  position: relative;
  z-index: 1;
}

@media (min-width: 592px) {
  .page-title-wrap .page-title .title-content--a {
    width: 50vw;
  }
}
@media (min-width: 768px) {
  .page-title-wrap .page-title .title-content--a {
    max-width: none;
  }
}
.page-title-wrap .page-title .title-content--a img {
  width: 100%;
}

.page-title-wrap .page-title .title-content--a .date {
  width: 100%;
  color: white;
  font-size: 5.5vw;
  font-weight: 800;
  text-shadow: 2px 2px 0px #0c3f39;
  position: absolute;
  top: 46.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 396px) {
  .page-title-wrap .page-title .title-content--a .date {
    font-size: 24PX;
    top: 180px;
  }
}
@media (min-width: 592px) {
  .page-title-wrap .page-title .title-content--a .date {
    font-size: 3vw;
    top: 24vw;
  }
}
@media (min-width: 1024px) {
  .page-title-wrap .page-title .title-content--a .date {
    font-size: 30px;
    top: 240px;
  }
}
.page-title-wrap .page-title .title-content--b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

@media (min-width: 592px) {
  .page-title-wrap .page-title .title-content--b {
    width: 50vw;
    position: relative;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.page-title-wrap .page-title .title-content--b .content-container {
  position: relative;
}

.page-title-wrap .page-title .title-content--b .content-container figure {
  position: absolute;
  left: 50%;
  top: 58vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 396px) {
  .page-title-wrap .page-title .title-content--b .content-container figure {
    top: 220px;
  }
}
@media (min-width: 592px) {
  .page-title-wrap .page-title .title-content--b .content-container figure {
    top: 16px;
  }
}
.page-title-wrap .page-title .title-content--b .content-container figure img {
  width: 110vw;
  max-width: 420px;
}

@media (min-width: 592px) {
  .page-title-wrap .page-title .title-content--b .content-container figure img {
    width: 50vw;
  }
}
.page-title-wrap .page-title .title-content--b .content-container .slogan {
  width: 20vw;
  position: absolute;
}

@media (min-width: 1024px) {
  .page-title-wrap .page-title .title-content--b .content-container .slogan {
    width: 204px;
  }
}
.page-title-wrap .page-title .title-content--b .content-container .slogan.migi {
  right: 6px;
  top: 27vh;
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
}

@media (min-width: 592px) {
  .page-title-wrap .page-title .title-content--b .content-container .slogan.migi {
    right: -26px;
    top: 0;
  }
}
.page-title-wrap .page-title .title-content--b .content-container .slogan.migi img {
  height: 71vw;
  max-height: 330px;
}

@media (min-width: 592px) {
  .page-title-wrap .page-title .title-content--b .content-container .slogan.migi img {
    height: 35vw;
  }
}
.page-title-wrap .page-title .title-content--b .content-container .slogan.hidari {
  left: 0;
  top: 29vh;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

@media (min-width: 592px) {
  .page-title-wrap .page-title .title-content--b .content-container .slogan.hidari {
    left: -3vw;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .page-title-wrap .page-title .title-content--b .content-container .slogan.hidari {
    left: -30px;
  }
}
.page-title-wrap .page-title .title-content--b .content-container .slogan.hidari img {
  height: 58vw;
  max-height: 278px;
}

@media (min-width: 592px) {
  .page-title-wrap .page-title .title-content--b .content-container .slogan.hidari img {
    height: 35vw;
  }
}
@media (min-width: 768px) {
  .page-title-wrap .page-title .title-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.page-title-wrap .title-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.page-title-wrap .title-bottom img {
  width: 100%;
  height: 110px;
}

.page-title-wrap .rocket {
  position: absolute;
  top: -22px;
  left: 58vw;
  -webkit-transform: rotate(-23deg);
  transform: rotate(-23deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 0;
}

@media (min-width: 592px) {
  .page-title-wrap .rocket {
    top: -13vw;
    left: 48vw;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
  }
}
@media (min-width: 768px) {
  .page-title-wrap .rocket {
    top: -9vw;
    left: 59vw;
  }
}
@media (min-width: 1024px) {
  .page-title-wrap .rocket {
    top: -80px;
    left: 700px;
  }
}
.page-title-wrap .submit-wrap {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

@media (min-width: 592px) {
  .page-title-wrap .submit-wrap {
    position: absolute;
    left: 75vw;
    bottom: 23vw;
  }
}
@media (min-width: 768px) {
  .page-title-wrap .submit-wrap {
    bottom: 18vw;
  }
}
@media (min-width: 1024px) {
  .page-title-wrap .submit-wrap {
    top: 360px;
    left: 75%;
  }
}
.page-title-wrap .submit-wrap .submit-btn {
  width: 80vw;
  max-width: 320px;
  height: 15vw;
  font-size: 20px;
  color: white;
  border-radius: 4px;
  background: rgba(2, 48, 67, 0.75);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6.1px);
  backdrop-filter: blur(6.1px);
  border: 1px solid rgba(2, 48, 67, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 592px) {
  .page-title-wrap .submit-wrap .submit-btn {
    width: 40vw;
    height: 54px;
  }
}
@media (min-width: 1024px) {
  .page-title-wrap .submit-wrap .submit-btn {
    width: 340px;
    height: 64px;
    font-size: 24px;
  }
}
.downarrow {
  text-align: center;
  padding: 8px;
}

@media (min-width: 768px) {
  .downarrow {
    display: none;
  }
}
.downarrow img {
  width: 34px;
}

.page-info-wrap a {
  color: #49b3ff;
}

.page-info-wrap a:hover {
  text-decoration: underline;
}

.page-info-wrap .container.page-info-a {
  background-color: #FDE9E9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
}

@media (min-width: 592px) {
  .page-info-wrap .container.page-info-a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.page-info-wrap .container.page-info-a .content-right {
  height: 300px;
  position: relative;
}

@media (min-width: 592px) {
  .page-info-wrap .container.page-info-a .content-right {
    width: 40%;
    height: 35vw;
    margin: 0 5%;
  }
}
@media (min-width: 1024px) {
  .page-info-wrap .container.page-info-a .content-right {
    height: 340px;
  }
}
.page-info-wrap .container.page-info-a .content-right header img {
  width: 100%;
}

.page-info-wrap .container.page-info-a .content-right .sec1-fig {
  width: 100%;
  position: absolute;
  top: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 592px) {
  .page-info-wrap .container.page-info-a .content-right .sec1-fig {
    width: 90%;
    top: 12vw;
  }
}
@media (min-width: 768px) {
  .page-info-wrap .container.page-info-a .content-right .sec1-fig {
    width: 320px;
  }
}
@media (min-width: 1024px) {
  .page-info-wrap .container.page-info-a .content-right .sec1-fig {
    top: 100px;
  }
}
@media (min-width: 592px) {
  .page-info-wrap .container.page-info-a .content-left {
    width: 40%;
    margin: 0 5%;
    font-size: 20px;
  }
}
.page-info-wrap .container.page-info-a .content-left p:first-child {
  margin-bottom: 24px;
}

.page-info-wrap .container.page-info-a .content-left p.emph {
  font-size: 22px;
}

@media (min-width: 768px) {
  .page-info-wrap .container.page-info-a .content-left p span {
    font-size: 28px;
    display: block;
  }
}
.page-info-wrap .container.page-info-b {
  background-color: #fbfbfb;
}

.page-info-wrap .container.page-info-b header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (min-width: 592px) {
  .page-info-wrap .container.page-info-b header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-info-wrap .container.page-info-b header img {
  width: 80px;
  height: auto;
}

@media (min-width: 592px) {
  .page-info-wrap .container.page-info-b header img {
    width: 120px;
    margin-right: 16px;
  }
}
.page-info-wrap .container.page-info-b header .title-text {
  text-align: right;
  line-height: 1.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 592px) {
  .page-info-wrap .container.page-info-b header .title-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-info-wrap .container.page-info-b header .title-text span, .page-info-wrap .container.page-info-b header .title-text .text-xl {
    font-size: 30px;
  }
}
.page-info-wrap .container.page-info-b .ghb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .page-info-wrap .container.page-info-b .ghb-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
.page-info-wrap .container.page-info-b .ghb-wrap .ghb-item {
  margin-bottom: 32px;
}

.page-info-wrap .container.page-info-b .ghb-wrap .ghb-item p {
  font-size: 18px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .page-info-wrap .container.page-info-b .ghb-wrap .ghb-item p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.page-info-wrap .container.page-info-b .ghb-wrap .ghb-item img {
  width: 260px;
}

.page-info-wrap .container.page-info-b .ghb-wrap-b table {
  width: 100%;
  font-size: 3.5vw;
  border-collapse: collapse;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 40px 0;
}

@media (min-width: 592px) {
  .page-info-wrap .container.page-info-b .ghb-wrap-b table {
    font-size: 16px;
  }
}
.page-info-wrap .container.page-info-b .ghb-wrap-b table th, .page-info-wrap .container.page-info-b .ghb-wrap-b table td {
  line-height: 1.6;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 4px;
}

@media (min-width: 768px) {
  .page-info-wrap .container.page-info-b .ghb-wrap-b table th, .page-info-wrap .container.page-info-b .ghb-wrap-b table td {
    padding: 8px 16px;
  }
}
.page-info-wrap .container.page-info-b .ghb-wrap-b table th .plus-plan, .page-info-wrap .container.page-info-b .ghb-wrap-b table td .plus-plan {
  display: block;
  text-wrap: nowrap;
}

.page-info-wrap .container.page-info-b .ghb-wrap-b table thead th {
  color: #fff;
  background-color: #456472;
}

.page-info-wrap .container.page-info-b .ghb-wrap-b table tbody td {
  -webkit-box-shadow: 0 1px 0 0 rgba(85, 96, 144, 0.3);
  box-shadow: 0 1px 0 0 rgba(85, 96, 144, 0.3);
}

.page-info-wrap .container.page-info-b .ghb-wrap-b table tbody td .calc-wrap span {
  display: block;
}

@media (min-width: 768px) {
  .page-info-wrap .container.page-info-b .ghb-wrap-b table tbody td .calc-wrap span {
    display: inline-block;
    margin-left: 6px;
  }
}
.caution h4 {
  text-align: left;
}

.caution ul {
  padding-left: 15px;
}

.caution ul li {
  font-size: 15px;
  list-style-type: "※";
  line-height: 1.5;
  text-align: left;
}

#app-nl-gl-toPageTop {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
</pre></body></html>