@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
.g-bk_heading {
  position: relative;
  margin: 0 0 65px;
  text-align: center;
}
.g-bk_heading:before {
  position: relative;
  z-index: 0;
  content: "ロゴマーク";
  font-size: 8.4rem;
  letter-spacing: 13.44px;
  color: #F8F7F4;
  white-space: nowrap;
  text-align: center;
}
.g-bk_heading .large {
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  line-height: 1.7142857143;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .g-bk_heading {
    margin: 0 -15px 58px;
    overflow: hidden;
  }
  .g-bk_heading:before {
    font-size: 6.8rem;
    line-height: 1.7058823529;
    left: 50%;
    letter-spacing: 10.88px;
    margin: 0 0 0 -100%;
  }
  .g-bk_heading .large {
    font-size: 2.6rem;
    line-height: 1.6923076923;
    letter-spacing: 4.16px;
  }
}
.g-bk_heading.en::before {
  content: 'Event Logo';
}

.about {
  margin: 0 0 80px;
}
.about__text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.8px;
}

.meaning {
  margin: 0 0 80px;
}
.meaning__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.meaning__inner .logo {
  width: 21.66%;
  padding: 53px 0;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.meaning__inner .logo .image {
  width: 53.84%;
  height: auto;
}
.meaning__inner .text {
  font-size: 1.6rem;
  line-height: 1.625;
  width: calc(78.34% - 48px);
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .meaning__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .meaning__inner .logo {
    width: 50%;
    padding: 53px 0;
    margin: 0 auto 20px;
  }
  .meaning__inner .text {
    width: 100%;
  }
}

.recruitment {
  margin: 0 0 80px;
}
.recruitment__text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.8px;
}
.recruitment__text .link {
  font-weight: 700;
  text-decoration: underline;
}

.introduction__button {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 2;
  display: block;
  width: 320px;
  padding: 18px 0 19px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: url("../images/common/arrow-blue-right.png") no-repeat calc(100% - 14px) center/7px 12px, #EFFAFD;
}

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