@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #606267;
}

.top .lang {
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top .lang {
    width: 95%;
  }
}
.top .lang {
  margin: 0 auto;
  text-align: right;
}
.top .lang p {
  color: #fff;
  font-size: 24px;
}
.top .lang p a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
.top .lang p a:hover {
  font-weight: bolder;
  color: #043784;
}
.top .lang p span {
  opacity: 0.5;
}
.top {
  position: sticky;
  overflow: hidden;
  position: sticky;
  background: #A4A8AE;
  background: linear-gradient(180deg, rgb(164, 168, 174) 0%, rgb(179, 183, 189) 52%, rgb(234, 238, 246) 73%, rgb(146, 148, 154) 86%, rgb(96, 98, 102) 100%);
  z-index: 1;
  top: 0;
  overflow-x: hidden;
}
.top__poster {
  position: relative;
  height: 75vh;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .top__poster {
    height: 100vh;
    overflow: hidden;
  }
}
.top__poster--logo {
  position: absolute;
  z-index: 10;
  top: 45%;
  right: 0;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top__poster--logo {
    backdrop-filter: blur(5px);
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top__poster--logo img {
  max-width: 500px;
}
@media only screen and (min-width: 768px) {
  .top__poster--logo img {
    width: 35vw;
  }
}
@media only screen and (max-width: 767px) {
  .top__poster--logo img {
    width: 100%;
  }
}
.top__poster--main {
  position: absolute;
  top: 2.5vh;
  left: 0;
  width: 100%;
  z-index: 1;
}
.top__poster--main img {
  width: clamp(150px, 80vw, 750px);
}
@media only screen and (max-width: 767px) {
  .top__poster--main img {
    width: 1250px;
  }
}

main {
  position: relative;
  z-index: 2;
  background: #606267;
  background: linear-gradient(316deg, rgb(96, 98, 103) 0%, rgb(164, 164, 166) 28%, rgb(161, 162, 164) 74%, rgb(96, 98, 103) 100%);
}
main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/checker.jpg);
  background-size: 50px;
  opacity: 0.05;
  mix-blend-mode: multiply;
}

article {
  color: #fff;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  margin: 0px auto;
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 768px) {
  article {
    max-width: 1000px;
    width: 95%;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  article {
    width: 95%;
    padding: 40px 10px;
  }
}
article h3 {
  color: rgb(255, 255, 255);
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  article h3 {
    font-size: 52px;
  }
  article h3 span:before {
    margin-bottom: -35px;
  }
  article h3 span:before, article h3 span:after {
    content: "";
    display: inline-block;
    width: 150px;
    height: 75px;
    background-image: url(../img/flag.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  article h3 span:after {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 767px) {
  article h3 {
    font-size: 54px;
  }
  article h3 span {
    line-height: 48px;
  }
}

section {
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  section {
    padding-bottom: 50px;
  }
}
section:first-child {
  padding-top: 50px;
}

.info p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .info p {
    line-height: 48px;
  }
}
.info__text {
  font-size: 30px;
  font-weight: bold;
  margin: 25px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .info__text {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
  }
}

.item {
  max-width: 1000px;
  margin: auto;
  color: #fff;
}
.item__top {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .item__top {
    width: fit-content;
    margin: 0 auto 20px;
  }
}
.item p {
  margin: 0;
  font-weight: bold;
}
.item__maker {
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .item__maker {
    font-size: 6vw;
    line-height: 6vw;
  }
}
.item__ttl {
  font-size: 48px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .item__ttl {
    font-size: 20vw;
    line-height: 13vw;
  }
  .item__ttl span {
    font-size: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .item__subttl {
    font-size: 5vw;
    line-height: 5vw;
  }
}
.item__iteminfo {
  display: flex;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .item__iteminfo {
    display: block;
  }
}
.item__img {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .item__img {
    width: 95%;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
}
.item__img--select {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .item__img--select {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .item__img--select {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
}
.item__img--thumb {
  display: flex;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .item__img--thumb {
    flex-direction: column;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .item__img--thumb:last-child {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .item__img--thumb {
    width: 20%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .item__img--thumb:last-child {
    border-right: 1px solid #fff;
  }
}
.item__img--thumb img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .item__img--thumb img {
    height: 90px;
    padding: 5px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .item__img--thumb img {
    width: 100%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .item__img--selected {
    text-align: center;
  }
}
.item__img--selected img {
  width: auto;
  border: #fff solid 1px;
  height: 506px;
  display: block;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .item__img--selected img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .item dl {
    margin: 0;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .item dl {
    width: 85%;
    margin: 36px auto 0;
  }
}
.item dl dt {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .item dl dt {
    border-bottom: #fff solid 2px;
    width: fit-content;
  }
}
.item dl dd {
  font-size: 24px;
  font-weight: bolder;
}
@media only screen and (min-width: 768px) {
  .item dl dd {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .item dl dd {
    margin: 0 0 10px;
  }
}
.item dl dd span {
  font-size: 15px;
}
.item dl dd span a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .item dl hr {
    display: none;
  }
}
.item dl hr {
  border: none;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.4784313725);
  width: 100%;
  margin: 0 auto 25px;
}

.apply a {
  color: #fff;
}
.apply div {
  margin-bottom: 20px;
}
.apply__date {
  font-size: 24px;
  font-weight: bolder;
}
.apply__date h4 {
  margin: 24px 0 0 0;
}
.apply__date p {
  margin: 0;
  font-size: 18px;
}
.apply__info {
  font-size: 18px;
}
.apply__info--text {
  font-size: 18px;
  font-weight: bolder;
}
.apply__note {
  font-size: 18px;
  font-weight: bolder;
}
.apply__note--text {
  font-size: 18px;
  font-weight: 500;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.logos img {
  filter: invert(1);
  max-height: 80px;
  width: auto;
  object-fit: contain;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.logos img:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .logos .logos {
    flex-direction: column;
    gap: 1.5rem;
  }
  .logos .logos img {
    max-height: 60px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header, footer {
  position: relative;
  z-index: 9999999999;
}/*# sourceMappingURL=style.css.map */