@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@400;600;700&display=swap");
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  background: #021f55;
  color: #fff;
}

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

a {
  text-decoration: none;
  color: #fff;
}

.global_head {
  margin: 0;
}

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

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

.wrap {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.wrap::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/200px 200px;
  mix-blend-mode: overlay;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.hero {
  background-image: linear-gradient(#0d1950, #1d2c71, #b0a889 70%, transparent);
  position: relative;
  text-align: center;
  padding: 110px 0 90px;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 100px 0 80px;
  }
}
.hero::after {
  content: "";
  background: url(../img/hero-bg.png) repeat-x top center/1800px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .hero::after {
    background-size: 900px auto;
  }
}
.hero__line img {
  position: absolute;
  top: 0;
  max-width: none;
  height: 200px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero__line img {
    height: 90px;
  }
}
.hero__line.line-left img {
  right: calc(50% + 80px);
}
@media only screen and (max-width: 767px) {
  .hero__line.line-left img {
    right: calc(50% + 10px);
  }
}
.hero__line.line-right img {
  left: calc(50% + 80px);
}
@media only screen and (max-width: 767px) {
  .hero__line.line-right img {
    left: calc(50% + 10px);
  }
}
.hero__ttl {
  position: relative;
  z-index: 1;
}
.hero__ttl img {
  max-width: 1150px;
  width: 80vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero__ttl img {
    max-width: 100vw;
    width: 95%;
    margin: 0 auto;
  }
}

.intro {
  position: relative;
  margin: 0 auto;
  background-image: url(../img/line.png), url(../img/line.png);
  background-repeat: repeat-x;
  background-position: top center, bottom center;
  padding: 120px 0 150px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .intro {
    background-size: auto 30px;
    padding: 70px 0 80px;
  }
}
.intro::before {
  content: "";
  background: url(../img/intro-bg.png) no-repeat top 38px right/1800px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% + 500px);
  opacity: 0.05;
}
@media only screen and (max-width: 767px) {
  .intro::before {
    background-size: 900px auto;
  }
}
.intro::after {
  content: "";
  background: url(../img/hero-bg.png) no-repeat top 38px left/1800px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% + 500px);
  opacity: 0.05;
}
@media only screen and (max-width: 767px) {
  .intro::after {
    background-size: 900px auto;
  }
}
.intro__content {
  width: calc(100% - 50px);
  max-width: 900px;
  margin: 0 auto;
}
.intro__text {
  position: relative;
  text-align: center;
  margin: 0 0 70px;
}
@media only screen and (max-width: 767px) {
  .intro__text {
    margin: 0 0 35px;
  }
}
.intro__text p {
  position: relative;
  margin: 0;
  z-index: 1;
  font-size: 2.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-shadow: 0 0 10px rgba(2, 31, 85, 0.9);
}
@media only screen and (max-width: 767px) {
  .intro__text p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
.intro__text p span {
  font-weight: 900;
  font-size: 4.5rem;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .intro__text p span {
    font-size: 2.8rem;
  }
}
.intro__text-bg img {
  position: absolute;
}
.intro__text-bg.bg-left img {
  top: -40px;
  right: calc(50% + 230px);
  height: 180px;
}
@media only screen and (max-width: 767px) {
  .intro__text-bg.bg-left img {
    top: -30px;
    right: calc(50% + 100px);
    height: 100px;
  }
}
.intro__text-bg.bg-right img {
  bottom: -20px;
  left: calc(50% + 310px);
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .intro__text-bg.bg-right img {
    bottom: -30px;
    left: calc(50% + 155px);
    height: 50px;
  }
}
.intro__info {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .intro__info {
    max-width: 300px;
    margin: 0 auto 40px;
    grid-template-columns: auto;
    gap: 20px;
  }
}
.intro__info dl {
  margin: 0;
  padding: 20px 15px 25px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.intro__info dl dt {
  font-weight: 800;
  margin: 0 0 5px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .intro__info dl dt {
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
}
.intro__info dl dd {
  margin: 0;
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .intro__info dl dd {
    font-size: 1.3rem;
  }
}
.intro__note {
  padding: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .intro__note {
    padding: 0 35px 0;
  }
}
.intro__note p {
  font-weight: 800;
  text-align: center;
  margin: 0 0 45px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .intro__note p {
    margin: 0 0 25px;
    font-size: 1.2rem;
  }
}
.intro__note a {
  text-decoration: underline;
}
.intro__note a:hover {
  text-decoration: none;
}
.intro__note ul {
  font-weight: 500;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 30px 20px 30px 45px;
  display: grid;
  gap: 10px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .intro__note ul {
    padding: 30px 15px 30px 35px;
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

.topics {
  background-image: url(../img/line.png), linear-gradient(transparent, #b0a889 60%, transparent);
  background-repeat: repeat-x, no-repeat;
  background-position: bottom left, center;
  padding: 150px 0 170px;
}
@media only screen and (max-width: 767px) {
  .topics {
    background-size: auto 30px, auto;
    padding: 40px 0 85px;
  }
}
.topics__head {
  text-align: center;
  margin: 0 0 70px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topics__head {
    margin: 0 0 40px;
  }
}
.topics__head h2 {
  margin: 0;
  font-size: 4.5rem;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .topics__head h2 {
    font-size: 2.7rem;
  }
}
.topics__head h2 span {
  font-size: 4rem;
  margin-right: 3px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767px) {
  .topics__head h2 span {
    font-size: 2.5rem;
  }
}
.topics__head-bg img {
  position: absolute;
  top: -70px;
  opacity: 0.3;
  height: 180px;
}
@media only screen and (max-width: 767px) {
  .topics__head-bg img {
    top: -30px;
    height: 100px;
  }
}
.topics__head-bg.bg-head-left img {
  right: calc(50% + 200px);
}
@media only screen and (max-width: 767px) {
  .topics__head-bg.bg-head-left img {
    right: calc(50% + 100px);
  }
}
.topics__head-bg.bg-head-right img {
  left: calc(50% + 200px);
}
@media only screen and (max-width: 767px) {
  .topics__head-bg.bg-head-right img {
    left: calc(50% + 100px);
  }
}
.topics__head-bg.bg-head-left2 img {
  top: 15px;
  right: calc(50% + 400px);
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .topics__head-bg.bg-head-left2 img {
    display: none;
  }
}
.topics__head-bg.bg-head-right2 img {
  top: 15px;
  left: calc(50% + 400px);
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .topics__head-bg.bg-head-right2 img {
    display: none;
  }
}
.topics__list {
  max-width: 1200px;
  width: calc(100% - 50px);
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .topics__list {
    width: calc(100% - 40px);
    gap: 15px;
  }
}
.topics__item {
  width: calc((100% - 80px) / 3);
  background-color: #1c2b43;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .topics__item {
    width: calc((100% - 20px) / 2);
  }
}
.topics__item:hover .topics__pic img {
  transform: scale(1.1);
}
.topics__item a {
  color: #fff;
}
.topics__pic {
  background-color: #000;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topics__pic {
    height: 150px;
    margin-bottom: 15px;
  }
}
.topics__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
.topics__pic img.noimage {
  -o-object-fit: cover;
     object-fit: cover;
}
.topics__text {
  padding: 0 20px 25px;
}
@media only screen and (max-width: 767px) {
  .topics__text {
    padding: 0 10px 17px;
  }
}
.topics__ttl {
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 73px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topics__ttl {
    font-size: 0.8rem;
    line-height: 1.5;
    height: 56px;
  }
}
.topics__soon {
  display: block;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  margin: 50px 0;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .topics__soon {
    font-size: 1.1rem;
    margin: 20px 0;
  }
}
.topics__soon[hidden] {
  display: none;
}

.sns {
  position: relative;
  padding: 90px 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 60px 0;
  }
}
.sns::after {
  content: "";
  background-color: rgba(21, 27, 87, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sns__item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 60px 25px 40px;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 15px;
  background-color: #fff;
  color: #021f55;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sns__item {
    grid-template-columns: 40px 1fr;
    padding: 15px 30px 15px 20px;
    gap: 10px;
  }
}
.sns__item:hover {
  opacity: 0.8;
}
.sns__icon {
  background-color: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .sns__icon {
    width: 40px;
    height: 40px;
  }
}
.sns__icon::before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sns__icon::before {
    font-size: 1.4rem;
  }
}
.sns__text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .sns__text {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.sns__text span {
  display: block;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .sns__text span {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */