@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.p-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1400/583;
  background: url(../images/pc_bg_hero.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1023px) {
  .p-hero {
    aspect-ratio: 375/540;
    background-image: url(../images/sp_bg_hero.jpg);
  }
}
.p-hero__icon {
  margin: -1rem 0 0 -1rem;
}
@media screen and (max-width: 1023px) {
  .p-hero__icon {
    margin: -0.7rem 0 0 -0.7rem;
  }
}
.p-hero__icon img {
  width: clamp(0px, 22.85vw, 32rem);
}
@media screen and (max-width: 1023px) {
  .p-hero__icon img {
    width: 22.4rem;
  }
}

.p-information {
  font-family: "LINESeedJP", sans-serif;
}
.p-information__list {
  width: 68.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-information__list {
    width: 100%;
  }
}
.p-information__item {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  font-size: var(--font-size-text-small);
}
@media screen and (max-width: 1023px) {
  .p-information__item {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 0;
  }
}
.p-information__item-date {
  flex-shrink: 0;
}
.p-information__item-text {
  line-height: 1.714;
}
.p-information__item + .p-information__item {
  border-top: 1px solid #D4D4D4;
}

.p-coordinator {
  position: relative;
  padding: 6rem 0;
  background: url(../images/bg_pattern.png) center center #C10007;
}
@media screen and (max-width: 1023px) {
  .p-coordinator {
    padding: 3rem 0;
  }
}
.p-coordinator__title {
  margin-bottom: 3rem;
}
.p-coordinator__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-coordinator__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-coordinator__list img {
  width: 100%;
}

.p-about__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-about__wrapper {
    flex-direction: column;
  }
}
.p-about__content {
  width: 50%;
  padding: 0 clamp(0px, 4.28vw, 6rem);
  flex-direction: column;
}
@media screen and (max-width: 1239px) {
  .p-about__content {
    padding: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-about__content {
    width: 100%;
    padding: 3rem 1rem;
  }
}
.p-about__title {
  margin-bottom: clamp(0px, 3.57vw, 5rem);
  font-size: 3.2rem;
}
@media screen and (max-width: 1239px) {
  .p-about__title {
    font-size: 2.8rem;
  }
  .p-about__title span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-about__title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
  .p-about__title span {
    font-size: 1.4rem;
  }
}
.p-about__text {
  line-height: 1.66;
}
@media screen and (max-width: 1239px) {
  .p-about__text {
    font-size: 1.4rem;
  }
}
.p-about__image {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-about__image {
    width: 100%;
  }
}
.p-about__image img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */