<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 16px;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 13px;
  }
}

body {
  color: #fff;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow: hidden;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/img-bg.webp);
  background-size: cover;
  z-index: -1;
}

a {
  color: #0A262E;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p, li, dt, dd, th, td, span {
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4 {
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.025em;
}

/* smartphone */
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}
/* layout */
.content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 1264px) {
  .content-wrap {
    margin: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap {
    margin: 0 20px;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .title {
    text-align: center;
  }
}
.title--vertical {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.3;
}
.title__japanese {
  display: block;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .title__japanese {
    font-size: 1rem;
  }
}
.title__english {
  display: block;
  font-family: "Spectral", serif;
  font-size: 6.625rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .title__english {
    font-size: 3.5rem;
  }
}

.border-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.75rem;
  padding: 12px 16px;
  border: 1px solid #003948;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .border-title {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 1.25rem;
    padding: 8px 12px;
  }
}
.border-title--white {
  border: 1px solid #fff;
}

.description {
  font-size: 1.125rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .description {
    font-size: 0.9rem;
  }
}
.description + .description {
  margin-top: 1.5em;
}

.button {
  display: inline-block;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  height: 48px;
  line-height: 48px;
  padding-left: 24px;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.button--green {
  background: #136472;
}
.button--gold {
  background: -webkit-gradient(linear, left top, right top, from(#AF8E56), to(#8B6E3D));
  background: linear-gradient(90deg, #AF8E56, #8B6E3D);
}
.button::after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button:hover {
  opacity: 0.7;
}
.button:hover::before {
  -webkit-transform: translateY(-50%) translateX(17px);
          transform: translateY(-50%) translateX(17px);
}
.table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #fff;
}
.table th,
.table td {
  padding: 12px;
  font-size: 1.25rem;
  border-bottom: 1px solid #fff;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table th,
  .table td {
    font-size: 0.9rem;
    padding: 8px;
  }
}
.table th {
  width: 30%;
}
.table td {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .ac-child {
    display: none;
  }
}
/* img effect  ------- cover fadeIn */
.imgEffectAnime_mv {
  z-index: 12;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: imgEffectAnime_fadeIn;
  animation-name: imgEffectAnime_fadeIn;
  visibility: visible !important;
}

.imgEffectAnime_fadeIn {
  z-index: 12;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: imgEffectAnime_fadeIn;
  animation-name: imgEffectAnime_fadeIn;
  visibility: visible !important;
}

@-webkit-keyframes imgEffectAnime_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgEffectAnime_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* img effect  ------- _bottom_top */
.imgEffectAnime_bottom_top {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: imgEffectAnime_bottom_top;
  animation-name: imgEffectAnime_bottom_top;
  visibility: visible !important;
}

@-webkit-keyframes imgEffectAnime_bottom_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes imgEffectAnime_bottom_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mv {
  position: relative;
}
.mv__text {
  font-size: 1.5vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  position: absolute;
  bottom: 24%;
  left: 4.5%;
  padding: 0 3%;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 3.5vw;
    left: 50%;
    bottom: 16%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}
.mv__text span {
  font-size: 1.75vw;
  font-family: "Spectral", serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .mv__text span {
    font-size: 4.75vw;
  }
}

.overview {
  padding: 160px 0 100px;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 64px 0 80px;
  }
}
.overview__content {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.overview__title {
  width: 80px;
  position: absolute;
  top: -32px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .overview__title {
    width: 40px;
    left: -20px;
  }
}
.overview__description {
  width: calc(100% - 160px);
  margin-left: 160px;
}
@media screen and (max-width: 767px) {
  .overview__description {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
}

.features {
  padding: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .features {
    padding: 80px 0;
  }
}
.features__title {
  text-align: center;
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .features__title {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .features__list-wrap {
    width: 100vw;
    margin-left: -20px;
    overflow-x: scroll;
    padding: 0 20px;
  }
}
.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .features__list {
    white-space: nowrap;
    width: 900px;
  }
}
.features__list-content {
  width: 31%;
  background: -webkit-gradient(linear, left top, left bottom, from(#003948), to(#00242E));
  background: linear-gradient(180deg, #003948, #00242E);
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .features__list-content {
    width: 280px;
    margin-right: 20px;
    white-space: normal;
  }
}
.features__list-number {
  display: block;
  font-size: 1.125rem;
  font-family: "Spectral", serif;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .features__list-number {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
.features__list-number strong {
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .features__list-number strong {
    font-size: 3rem;
  }
}
.features__list-image {
  max-width: 100px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .features__list-image {
    max-width: 80px;
    margin: 0 auto 16px;
  }
}
.features__list-title {
  font-size: 1.625rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .features__list-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .features__list-description {
    font-size: 0.9rem;
  }
}

.categories {
  background: #003948;
  padding: 100px 0 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .categories {
    padding: 80px 0;
  }
}
.categories::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 57, 72, 0)), to(#003948));
  background: linear-gradient(180deg, rgba(0, 57, 72, 0), #003948);
  position: absolute;
  top: -99px;
  left: 0;
}
.categories .content-wrap {
  position: relative;
}
.categories .content-wrap::after {
  content: "";
  display: block;
  width: 783px;
  height: 783px;
  background-image: url(../img/bg-categories.webp);
  background-size: contain;
  position: absolute;
  top: -180px;
  left: -160px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .categories .content-wrap::after {
    width: 400px;
    height: 400px;
    top: -80px;
    left: -140px;
  }
}
.categories__header, .categories__list {
  position: relative;
  z-index: 2;
}
.categories__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .categories__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .categories__title {
    margin-bottom: 32px;
  }
}
.categories__description {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .categories__description {
    margin-left: 0;
    text-align: center;
    font-size: 0.9rem;
  }
}
.categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  grid-gap: 112px;
}
@media screen and (max-width: 767px) {
  .categories__list {
    grid-gap: 24px;
  }
}
.categories__list-content {
  width: calc(50% - 56px);
  position: relative;
  padding: 116px 0 0 40px;
}
@media screen and (max-width: 767px) {
  .categories__list-content {
    width: calc(50% - 12px);
    padding: 56px 0 0 20px;
    margin-bottom: 20px;
  }
}
.categories__list-content:nth-of-type(2) {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .categories__list-content:nth-of-type(2) {
    margin-top: 120px;
  }
}
.categories__list-content:nth-of-type(3) {
  margin-top: -200px;
}
@media screen and (max-width: 767px) {
  .categories__list-content:nth-of-type(3) {
    margin-top: -120px;
  }
}
.categories__list-number {
  width: 105px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .categories__list-number {
    width: 56px;
    left: -12px;
  }
}
.categories__list-title {
  font-size: 1.625rem;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .categories__list-title {
    font-size: 1.25rem;
    margin-bottom: 16px;
    line-height: 1.2;
  }
}
.categories__list-title span {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .categories__list-title span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .categories__list-description {
    font-size: 0.75rem;
    width: calc(100% + 20px);
    margin-left: -20px;
    letter-spacing: 0.075em;
  }
}

.criteria {
  background: #E5E7E9;
  color: #003948;
  padding: 96px 0;
}
@media screen and (max-width: 767px) {
  .criteria {
    padding: 64px 0;
  }
}
.criteria__wrap {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.criteria__title {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .criteria__title {
    position: relative;
    text-align: center;
    margin-bottom: 32px;
  }
}
.criteria__content {
  padding-right: 180px;
}
@media screen and (max-width: 767px) {
  .criteria__content {
    padding-right: 0;
  }
}
.criteria__table {
  border-spacing: 0;
  width: 100%;
}
.criteria th,
.criteria td {
  padding: 20px 0;
  border-bottom: 1px solid #003948;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .criteria th,
  .criteria td {
    padding: 12px 0;
    vertical-align: top;
  }
}
.criteria__table-number {
  font-family: "Spectral", serif;
  font-size: 1.75rem;
  width: 56px;
}
@media screen and (max-width: 767px) {
  .criteria__table-number {
    font-size: 1.3rem;
    width: 22px;
    line-height: 1.6;
  }
}
.criteria__table-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.625rem;
  width: 160px;
  padding: 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .criteria__table-title {
    font-size: 1.25rem;
    width: 80px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .criteria__description {
    font-size: 0.9rem;
  }
}

.schedule {
  padding: 160px 0 212px;
}
@media screen and (max-width: 767px) {
  .schedule {
    padding: 120px 0;
  }
}
.schedule__title {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .schedule__list-wrap {
    width: 100vw;
    margin-left: -20px;
    overflow-x: scroll;
    padding: 20px 20px 0;
  }
}
.schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .schedule__list {
    white-space: nowrap;
    width: 800px;
  }
}
.schedule__list-content {
  width: 25%;
  position: relative;
  padding: 32px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .schedule__list-content {
    width: 200px;
    padding-right: 20px;
    white-space: normal;
  }
}
.schedule__list-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.schedule__list-content::after {
  content: "";
  display: block;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
}
.schedule__list-content:first-of-type::after {
  width: 8px;
  height: 8px;
  top: -4px;
}
.schedule__list-content:nth-of-type(2)::after {
  width: 12px;
  height: 12px;
  top: -6px;
}
.schedule__list-content:nth-of-type(3)::after {
  width: 16px;
  height: 16px;
  top: -8px;
}
.schedule__list-content:last-of-type::before {
  content: none;
}
.schedule__list-content:last-of-type::after {
  width: 20px;
  height: 20px;
  top: -10px;
}
.schedule__list-date {
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .schedule__list-date {
    font-size: 0.9rem;
  }
}
.schedule__list-title {
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .schedule__list-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.schedule__list-title span {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .schedule__list-title span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule__list-description {
    font-size: 0.9rem;
  }
}

.how-to-enter {
  background: #003948;
  padding: 160px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .how-to-enter {
    padding: 80px 0;
  }
}
.how-to-enter::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 57, 72, 0)), to(#003948));
  background: linear-gradient(180deg, rgba(0, 57, 72, 0), #003948);
  position: absolute;
  top: -99px;
  left: 0;
}
.how-to-enter::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#003948), to(rgba(0, 57, 72, 0)));
  background: linear-gradient(180deg, #003948, rgba(0, 57, 72, 0));
  position: absolute;
  bottom: -99px;
  left: 0;
}
.how-to-enter .content-wrap {
  position: relative;
}
.how-to-enter__title {
  width: 80px;
  white-space: nowrap;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .how-to-enter__title {
    left: -20px;
    width: 40px;
  }
}
.how-to-enter__content-list {
  padding-left: 140px;
}
@media screen and (max-width: 767px) {
  .how-to-enter__content-list {
    padding-left: 40px;
  }
}
.how-to-enter__content {
  position: relative;
  padding-right: 160px;
}
@media screen and (max-width: 767px) {
  .how-to-enter__content {
    padding-right: 0;
  }
}
.how-to-enter__content-title {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .how-to-enter__content-title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }
}
.how-to-enter .content-wrap {
  position: relative;
}
.how-to-enter .content-wrap::after {
  content: "";
  display: block;
  width: 783px;
  height: 783px;
  background-image: url(../img/bg-how-to-enter.webp);
  background-size: contain;
  position: absolute;
  bottom: -180px;
  right: -160px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .how-to-enter .content-wrap::after {
    width: 400px;
    height: 400px;
    bottom: -160px;
    right: -140px;
  }
}

.qualification {
  padding-top: 20px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .qualification {
    padding-top: 0;
    margin-bottom: 100px;
  }
}
.qualification__title {
  font-size: 1.625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .qualification__title {
    font-size: 1.25rem;
  }
}
.qualification__title::after {
  content: "";
  display: block;
  width: 33px;
  height: 9px;
  background-image: url(../img/ico-line.svg);
  background-size: contain;
  position: absolute;
  bottom: -5px;
  right: 0;
}
.qualification__list {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 32px;
}
.qualification__list-content {
  position: relative;
  padding-left: 56px;
}
@media screen and (max-width: 767px) {
  .qualification__list-content {
    padding-left: 32px;
  }
}
.qualification__list-content::before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  font-size: 1.75rem;
  font-family: "Spectral", serif;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qualification__list-content::before {
    font-size: 1.25rem;
  }
}
.qualification__list-title {
  font-size: 1.625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .qualification__list-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .qualification__list-description {
    font-size: 0.9rem;
  }
}
.qualification__text-list {
  list-style: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 8px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .qualification__text-list-content {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .step__list-wrap {
    width: 100vw;
    margin-left: -60px;
    padding: 0 20px 0 60px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .step__list {
    white-space: nowrap;
    width: 780px;
  }
}
.step__list-number {
  display: block;
  font-size: 1.125rem;
  font-family: "Spectral", serif;
  margin-bottom: 24px;
  position: relative;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .step__list-number {
    font-size: 1rem;
  }
}
.step__list-number strong {
  font-size: 3.5rem;
  line-height: 1;
  display: block;
  margin-left: -4px;
}
@media screen and (max-width: 767px) {
  .step__list-number strong {
    font-size: 3rem;
  }
}
.step__list-number::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 48px;
  left: 0;
}
.step__list-number::after {
  content: "";
  display: block;
  width: calc(100% - 86px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 53px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .step__list-number::after {
    width: calc(100% - 76px);
  }
}
.step__list-content {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .step__list-content {
    width: 240px;
    margin-right: 20px;
    white-space: normal;
  }
}
.step__list-content:nth-of-type(2) .step__list-number::before {
  width: 16px;
  height: 16px;
  top: 46px;
}
.step__list-content:nth-of-type(3) .step__list-number::before {
  width: 20px;
  height: 20px;
  top: 44px;
}
.step__list-content:nth-of-type(3) .step__list-number::after {
  content: none;
}
.step__list-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#003948), to(#00242E));
  background: linear-gradient(180deg, #003948, #00242E);
  padding: 24px;
  height: calc(100% - 88px);
}
@media screen and (max-width: 767px) {
  .step__list-box {
    padding: 20px;
  }
}
.step__list-title {
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .step__list-title {
    font-size: 1.125rem;
  }
}
.step__list-button {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .step__list-description {
    font-size: 0.9rem;
  }
}
.step__list-description span {
  display: block;
  font-size: 0.75rem;
  margin-top: 4px;
}

.judges {
  padding: 140px 0 100px;
}
@media screen and (max-width: 767px) {
  .judges {
    padding: 100px 0 80px;
  }
}
.judges__title {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .judges__title {
    margin-bottom: 72px;
  }
}
.judges__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .judges__list {
    grid-gap: 16px;
  }
}
.judges__list::after {
  content: "";
  display: block;
  width: calc((100% - 96px) / 4);
}
.judges__list::before {
  content: "";
  display: block;
  width: calc((100% - 96px) / 4);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.judges__list-content {
  width: calc((100% - 96px) / 4);
}
@media screen and (max-width: 767px) {
  .judges__list-content {
    width: calc(50% - 8px);
  }
}
.judges__list-link {
  display: block;
  height: 100%;
  background: #0A262E;
  color: #fff;
}
.judges__list-image {
  position: relative;
}
.judges__list-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.judges__list-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.judges__list-text {
  padding: 12px 12px 24px;
}
@media screen and (max-width: 767px) {
  .judges__list-text {
    padding: 12px;
  }
}
.judges__list-tag {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 8px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #fff;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .judges__list-tag {
    font-size: 0.75rem;
    padding: 0 4px;
    height: 20px;
    line-height: 18px;
  }
}
.judges__list-name {
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .judges__list-name {
    font-size: 1rem;
  }
}
.judges__list-degree {
  font-size: 0.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .judges__list-degree {
    font-size: 0.75rem;
  }
}

.judges__link {
    color: #fff;
    text-decoration: none;
}
.judges__link:hover {
    color: #fff;
    text-decoration: none;
}

.remodal {
  max-width: 90%;
  background: -webkit-gradient(linear, left top, left bottom, from(#003948), to(#00242E));
  background: linear-gradient(180deg, #003948, #00242E);
  padding: 56px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .remodal {
    max-width: 100%;
    padding: 48px 20px 20px;
  }
}

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .remodal-close {
    width: 48px;
    height: 48px;
  }
}
.remodal-close::before, .remodal-close::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 50%;
}
.remodal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.remodal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.judges-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .judges-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 20px;
  }
}
.judges-modal__image {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .judges-modal__image {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
.judges-modal__text {
  width: calc(100% - 340px);
}
@media screen and (max-width: 767px) {
  .judges-modal__text {
    width: 100%;
  }
}
.judges-modal__tag {
  display: inline-block;
  font-size: 1rem;
  padding: 0 8px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #fff;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .judges-modal__tag {
    font-size: 0.9rem;
    padding: 0 4px;
    height: 24px;
    line-height: 22px;
  }
}
.judges-modal__name {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 1.625rem;
  margin-bottom: 16px;
}
.judges-modal__degree {
  font-size: 1rem;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .judges-modal__degree {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .judges-modal__description {
    font-size: 0.9rem;
  }
}

.ceremony {
  padding: 100px 0 160px;
  background-image: url(../img/bg-ceremony.webp);
  background-size: 100%;
  background-position: 0 80px;
}
@media screen and (max-width: 767px) {
  .ceremony {
    padding: 80px 0 100px;
    background-size: 300%;
    background-position: center 120px;
  }
}
.ceremony__title {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .ceremony__title {
    margin-bottom: 72px;
  }
}
.ceremony__table {
  max-width: 800px;
  margin: 0 auto 80px;
}
.ceremony__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: -webkit-gradient(linear, left top, left bottom, from(#003948), to(#00242E));
  background: linear-gradient(180deg, #003948, #00242E);
  padding: 64px 48px;
}
@media screen and (max-width: 767px) {
  .ceremony__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 20px 20px;
    grid-gap: 24px;
  }
}
.ceremony__box-logo {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .ceremony__box-logo {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
.ceremony__box-text {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .ceremony__box-text {
    width: 100%;
  }
}
.ceremony__box-button {
  width: 240px;
  margin-top: 32px;
  float: right;
}
@media screen and (max-width: 767px) {
  .ceremony__box-button {
    width: 100%;
    margin-top: 24px;
    float: none;
  }
}
.ceremony__box-title {
  font-size: 1.625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .ceremony__box-title {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}
.ceremony__box-title span {
  position: relative;
  padding-right: 12px;
}
.ceremony__box-title span::after {
  content: "※";
  font-size: 0.7rem;
  position: absolute;
  top: -2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .ceremony__box-title span::after {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ceremony__box-description {
    font-size: 0.9rem;
  }
}
.ceremony__box-annotation {
  display: block;
  font-size: 0.75rem;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .ceremony__box-annotation {
    margin-top: 24px;
  }
}

.company {
  background: #E5E7E9;
  padding: 128px 0;
  color: #003948;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 80px 0;
  }
}
.company__content-title {
  font-size: min(3.8rem, 4vw);
  font-family: "Spectral", serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .company__content-title {
    font-size: 3rem;
  }
}
.company__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 40px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .company__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.company__content {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .company__content {
    width: 100%;
  }
}
.company__content--supporters {
  width: 100%;
}
.company__content-name {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .company__content-name {
    font-size: 1rem;
  }
}
.company__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px;
}
@media screen and (max-width: 767px) {
  .company__logo-list {
    grid-gap: 12px;
  }
}
.company__logo-list-content {
  width: calc((100% - 60px) / 4);
  position: relative;
}
@media screen and (max-width: 767px) {
  .company__logo-list-content {
    width: calc((100% - 12px) / 2);
  }
}

.footer {
  background: #0A262E;
  padding: 72px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 72px 0 20px;
  }
}
.footer__note {
  padding-bottom: 48px;
  border-bottom: 1px solid #fff;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__note {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.footer__note::after {
  content: "";
  display: block;
  width: 33px;
  height: 9px;
  background-image: url(../img/ico-line.svg);
  background-size: contain;
  position: absolute;
  bottom: -5px;
  right: 0;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.footer__contact-title {
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer__contact-title {
    font-size: 1.125rem;
  }
}
.footer__contact-description {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .footer__contact-description {
    font-size: 0.875rem;
  }
}
.footer__logo {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 224px;
    margin: 0 auto 32px;
  }
}
.footer__copyright {
  display: block;
  font-size: 1rem;
  font-family: "Spectral", serif;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.625rem;
    line-height: 1.7;
    width: 100%;
    text-align: center;
  }
}

.note__title {
  font-size: 1.625rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 64px;
  padding: 0 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .note__title {
    font-size: 1.25rem;
    padding: 8px 12px;
    line-height: 1.7;
    display: block;
    text-align: center;
  }
}
.note__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  list-style: disc;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .note__list {
    grid-gap: 12px;
    font-size: 0.875rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}
.header.white {
  background: -webkit-gradient(linear, left top, left bottom, from(#003948), to(rgba(0, 57, 72, 0)));
  background: linear-gradient(180deg, #003948, rgba(0, 57, 72, 0));
}
.header.green {
  background: -webkit-gradient(linear, left top, left bottom, from(#E5E7E9), to(rgba(229, 231, 233, 0)));
  background: linear-gradient(180deg, #E5E7E9, rgba(229, 231, 233, 0));
}
@media screen and (max-width: 767px) {
  .header {
    height: 56px;
    padding: 0 4px 0 0;
  }
}
.header #nav-toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header #nav-toggle:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .header #nav-toggle {
    width: 56px;
    height: 56px;
    top: 0;
    right: 0;
  }
}
.header #nav-toggle div {
  position: relative;
}
.header #nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header #nav-toggle.green span {
  background: #003948;
}
.header #nav-toggle.white span {
  background: #fff;
}
.header #nav-toggle span:nth-child(1) {
  top: 11px;
  width: 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header #nav-toggle span:nth-child(1) {
    top: 21px;
    width: 70%;
    right: 15%;
  }
}
.header #nav-toggle span:nth-child(2) {
  top: 19px;
  width: 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header #nav-toggle span:nth-child(2) {
    top: 27px;
    width: 70%;
    right: 15%;
  }
}
.header #nav-toggle span:nth-child(3) {
  top: 27px;
  width: 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header #nav-toggle span:nth-child(3) {
    top: 33px;
    width: 70%;
    right: 15%;
  }
}
.header__logo {
  position: relative;
  z-index: 1000;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-left: 8px;
  }
}
.header__logo a {
  display: block;
  width: 130px;
  line-height: 80px;
}
@media screen and (max-width: 767px) {
  .header__logo a {
    width: 98px;
    line-height: 56px;
  }
}
.header__button {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#AF8E56), to(#8B6E3D));
  background: linear-gradient(90deg, #AF8E56, #8B6E3D);
  font-family: "Spectral", serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0 20px;
  width: 160px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 88px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .header__button {
    font-size: 0.875rem;
    height: 32px;
    padding: 0 12px;
    width: 100px;
    top: 12px;
    right: 56px;
  }
}
.header__button span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header__button span {
    font-size: 0.625rem;
  }
}
.header #global-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#003948), to(#00242E));
  background: linear-gradient(180deg, #003948, #00242E);
  text-align: left;
  padding: 120px 0 64px;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .header #global-nav {
    padding: 120px 0 40px;
    display: block;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
.header__menu-list {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .header__menu-list {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu-list {
    margin: 0;
  }
}
.header__menu-list-content {
  display: block;
  position: relative;
  width: 49%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .header__menu-list-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.header__menu-list-link {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__menu-list-link {
    padding: 8px 32px;
  }
  .header__menu-list-link::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 32px;
  }
}
.header__menu-list-link-english {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header__menu-list-link-english {
    font-size: 0.625rem;
  }
}
.header__menu-list-link-japanese {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header__menu-list-link-japanese {
    font-size: 0.875rem;
  }
}
.header.fade #global-nav {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header.open {
  /* #global-nav スライドアニメーション */
}
.header.open #nav-toggle {
  position: fixed;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.header.open #nav-toggle span {
  background: #fff;
}
.header.open #nav-toggle span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: 0;
  right: inherit;
}
@media screen and (max-width: 767px) {
  .header.open #nav-toggle span:nth-child(1) {
    top: 28px;
    left: 20%;
    width: 60%;
  }
}
.header.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.header.open #nav-toggle span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
  left: 0;
  right: inherit;
}
@media screen and (max-width: 767px) {
  .header.open #nav-toggle span:nth-child(3) {
    top: 28px;
    left: 20%;
    width: 60%;
  }
}
.header.open #global-nav {
  position: fixed;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  z-index: 100;
}

#logo.green .logo-green {
  display: block;
}
#logo.green .logo-white {
  display: none;
}

#logo.white .logo-green {
  display: none;
}
#logo.white .logo-white {
  display: block;
}

#top-head.open #logo.green .logo-green {
  display: none;
}
#top-head.open #logo.green .logo-white {
  display: block;
}</pre></body></html>