/* NO CSS*/
html.active {
  overflow: hidden;
}
@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}

#wrap {
  overflow: hidden;
}

.layout {
  width: 85rem;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .layout {
    padding: 0 20px;
  }
}

#main {
  width: 120rem;
  max-width: 100%;
  margin: auto;
  background: url(../images/bg.jpg) no-repeat top/cover;
  color: #fff;
  overflow: hidden;
}

.box-txt {
  position: relative;
  padding: 3.5rem 0;
  text-align: center;
  z-index: 1;
  margin: 12rem 0 7rem;
}
.box-txt::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #0d0c29;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.box-txt strong {
  font-size: 5.3rem;
}
@media (max-width: 768px) {
  .box-txt strong {
    font-size: 3.5rem;
  }
}

.blue {
  color: #0c79ff;
}

.wrap1 {
  padding-top: 6rem;
}
.wrap1 .logo {
  text-align: right;
  margin-bottom: 6rem;
}
.wrap1 > span {
  font-size: 3.4rem;
  font-weight: 300;
  border-top: 1px solid #898bc1;
  border-bottom: 1px solid #898bc1;
}
.wrap1 > p {
  font-size: 3.8rem;
  margin-bottom: 2rem;
}
.wrap1 > p strong {
  font-size: 5.8rem;
}
.wrap1 .iframe-container {
  aspect-ratio: 16/9;
}
.wrap1 .iframe-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  margin-top: 8rem;
}

.wrap2 {
  text-align: center;
}
.wrap2 > strong {
  display: block;
  font-size: 5.3rem;
  margin-bottom: 1rem;
}
.wrap2 > p {
  margin-bottom: 4.5rem;
}
.wrap2 .img {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.wrap2 .img img {
  width: calc(50% - 0.5rem);
}
@media (max-width: 480px) {
  .wrap2 .img {
    flex-wrap: wrap;
  }
  .wrap2 .img img {
    width: auto;
  }
}

.wrap3 .box-txt p {
  font-size: 2.7rem;
}
.wrap3 .title {
  display: block;
  text-align: center;
  font-size: 5.3rem;
  margin-bottom: 3rem;
}
.wrap3 .box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 7rem;
}
.wrap3 .box-list a {
  width: calc(33.3333333333% - 1rem);
  display: flex;
  flex-direction: column;
  padding: 2.2rem;
  background: #0068f6;
  border: 2px solid #0068f6;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .wrap3 .box-list a {
    width: calc(50% - 0.75rem);
  }
}
.wrap3 .box-list a:nth-of-type(odd) {
  background: #0055c8;
}
.wrap3 .box-list a b {
  font-size: 2.8rem;
}
.wrap3 .box-list a u {
  font-size: 4.5rem;
  font-weight: 700;
  text-underline-position: under;
  margin-bottom: 1.5rem;
}
.wrap3 .box-list a span {
  width: 9.6rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #222;
  font-weight: 500;
  background: #fff;
  border-radius: 5rem;
  margin: auto;
  margin-right: 0;
}

.wrap4 .title {
  display: block;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
}
.wrap4 * + .title {
  margin-top: 4.5rem;
}
.wrap4 .img-wrap {
  display: flex;
  justify-content: center;
  gap: 1.3rem;
}
@media (max-width: 480px) {
  .wrap4 .img-wrap {
    flex-direction: column;
  }
}

.wrap5 .wt-bg {
  background: #fff;
  color: #222;
  padding: 5rem 4rem 7.5rem;
  border-radius: 2.5rem 2.5rem 0 0;
  text-align: center;
}
.wrap5 .wt-bg .title-wrap {
  margin-bottom: 3rem;
}
.wrap5 .wt-bg .title-wrap strong {
  font-size: 4.4rem;
  line-height: 1.2;
}
.wrap5 .wt-bg .title-wrap p {
  font-size: 2.3rem;
  margin-top: 1.5rem;
}
.wrap5 .wt-bg > img {
  display: block;
  margin: auto;
}
.wrap5 .wt-bg .title {
  display: block;
  margin: 5.5rem 0 3rem;
}
.wrap5 .wt-bg .box {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 4.5rem;
}
.wrap5 .wt-bg .box div {
  width: 33.33333%;
}
@media (max-width: 580px) {
  .wrap5 .wt-bg .box {
    flex-wrap: wrap;
  }
  .wrap5 .wt-bg .box div {
    width: auto;
  }
}
.wrap5 .wt-bg .btn {
  display: block;
  width: 50rem;
  max-width: 100%;
  height: 9.5rem;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #fff;
  font-size: 2.9rem;
  margin: auto;
}
@media (max-width: 480px) {
  .wrap5 .wt-bg .btn {
    font-size: 2.5rem;
  }
}
.wrap5 .grey-bg {
  background: #f5f5f5;
  color: #222;
  padding: 4.4rem 5.5rem 7rem;
  border-radius: 0 0 2.5rem 2.5rem;
}
@media (max-width: 768px) {
  .wrap5 .grey-bg {
    padding: 4rem;
  }
}
.wrap5 .grey-bg > strong {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}
.wrap5 .grey-bg > strong span {
  font-size: 1.3rem;
}
.wrap5 .grey-bg ul {
  font-size: 1.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-left: 2rem;
}

.wrap6 {
  position: relative;
  padding-bottom: 8rem;
}
.wrap6 > img {
  width: 120rem;
  height: 62.5rem;
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .wrap6 > img {
    width: 100vw;
    height: auto;
  }
}
.wrap6 .box-txt {
  margin-bottom: 0;
}
.wrap6 .title {
  margin-top: 62.5rem;
  margin-bottom: 4.5rem;
  padding-top: 7.7rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .wrap6 .title {
    margin-top: 60%;
  }
}
.wrap6 .title strong {
  font-size: 5.3rem;
}
.wrap6 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 7rem;
}
.wrap6 .list div {
  width: calc(25% - 0.525rem);
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 2.2rem;
  color: #222;
  font-size: 2.7rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wrap6 .list div {
    width: calc(50% - 0.35rem);
    font-size: 2.5rem;
  }
}
.wrap6 .btn {
  width: 50rem;
  max-width: 100%;
  height: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  background: #0250ba;
  border-radius: 5rem;
  font-size: 2.8rem;
  margin: auto;
}
@media (max-width: 480px) {
  .wrap6 .btn {
    font-size: 2.5rem;
  }
}

.footer {
  position: relative;
  padding: 5.5rem 0 15rem;
  text-align: center;
  z-index: 1;
}
.footer::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.footer .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem 5rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.footer p {
  font-size: 2rem;
}
@media (max-width: 640px) {
  .footer p br {
    display: none;
  }
}

.modal {
  width: 85rem;
  max-width: 95%;
  height: 80vh;
  max-height: 80vh;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  overflow-y: auto;
  display: none;
}
.modal.active {
  display: block;
}
.modal-close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 5rem;
  height: 5rem;
}
.modal-close.type2 {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.modal-close.type2 img {
  width: 1.5rem;
}
.modal embed {
  width: 100%;
  height: 100%;
}