body {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 3.90625vw;
  position: relative;
  line-height: 1.8;
}

figure {
  line-height: 0;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

ul, ol {
  list-style: none;
}

.pc {
  display: none;
}

.pcW {
  display: none;
}

.pcS {
  display: none;
}

.sp {
  display: block;
}

.contWrap {
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
}

.pArea p:not(:last-of-type),
.pMB {
  margin-bottom: 3.90625vw;
}

.toTop {
  width: 13.0208333333vw;
  position: fixed;
  right: 2.6041666667vw;
  bottom: 2.6041666667vw;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .sp {
    display: none;
  }
  .pcW {
    display: none;
  }
  .pcS {
    display: block;
  }
  .pc {
    display: block;
  }
  .contWrap {
    width: calc(100% - 2.5rem);
    max-width: 1000px;
    box-sizing: border-box;
  }
  .pArea p:not(:last-of-type),
  .pMB {
    margin-bottom: 1rem;
  }
  .toTop {
    width: 3.75rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
@media screen and (min-width: 1080px) {
  .pcS {
    display: none;
  }
  .pcW {
    display: block;
  }
}
.accordionBtn {
  opacity: 1;
  position: relative;
  background: #a5d8ff;
  font-size: 4.53vw;
  line-height: 1;
  color: #004ead;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  height: 12vw;
  border-radius: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordionBtn::after {
  content: "";
  display: inline-block;
  width: 4vw;
  height: 0.4vw;
  background-color: #004ead;
  position: absolute;
  right: 4vw;
}
.accordionBtn::before {
  content: "";
  display: inline-block;
  width: 4vw;
  height: 0.4vw;
  background-color: #004ead;
  position: absolute;
  right: 4vw;
  transform: rotate(90deg);
}
.accordionBtn.active::before {
  display: none;
}

.accordionContent {
  display: none;
}
.accordionContent.show {
  display: block;
}

@media screen and (min-width: 768px) {
  .accordionBtn {
    max-width: 650px;
    margin-inline: auto;
    height: 90px;
    font-size: 34px;
    line-height: 65px;
    border-radius: 6vw;
  }
  .accordionBtn::after {
    width: 30px;
    height: 2px;
    right: 4vw;
  }
  .accordionBtn::before {
    width: 30px;
    height: 2px;
    right: 4vw;
    transform: rotate(90deg);
  }
  .accordionBtn.active::before {
    display: none;
  }
}
.leadArea {
  margin-bottom: 20.8333333333vw;
}
.leadArea p:nth-of-type(1) {
  margin-bottom: 3.90625vw;
}
.leadArea ul {
  margin-bottom: 7.8125vw;
}
.leadArea .quizLead {
  padding: 5.2083333333vw;
  font-size: 5.7291666667vw;
  font-weight: 700;
  color: #00b16a;
  background-color: #7fffd4;
}
.leadArea .quizLead span {
  background-image: linear-gradient(transparent 76%, #ffe066 76%);
}

h2::after, h2::before {
  width: 0.5208333333vw;
  height: 100%;
  content: "";
  background-color: #004ead;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(20deg);
}

h2 {
  margin: 0 auto 13.0208333333vw;
  font-size: 6.5104166667vw;
  font-weight: 700;
  text-align: center;
  color: #004ead;
  position: relative;
}
h2::before {
  left: 5.2083333333vw;
}
h2::after {
  right: 5.2083333333vw;
}

.step > div h3 {
  width: fit-content;
  margin-bottom: 3.90625vw;
  padding: 0.78125vw 2.6041666667vw 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #004ead;
}
.step > div h3 span {
  font-family: "Caflisch Script Pro", sans-serif;
  font-size: 19.53125vw;
  line-height: 0;
  color: #a7d8ff;
}
.step > div:nth-child(1) {
  margin-bottom: 3.90625vw;
}
.step:not(:last-of-type) {
  margin-bottom: 18.2291666667vw;
}

.step01 div:nth-child(1) > p {
  margin-bottom: 3.90625vw;
  font-size: 4.9479166667vw;
  font-weight: 700;
}
.step01 div:nth-child(1) dl {
  margin-bottom: 5.2083333333vw;
  display: flex;
}
.step01 div:nth-child(1) dl dd, .step01 div:nth-child(1) dl dt {
  padding: 2.0833333333vw;
  box-sizing: border-box;
  text-align: center;
}
.step01 div:nth-child(1) dl dt {
  width: 40%;
  color: #fff;
  background-color: #00b16a;
}
.step01 div:nth-child(1) dl dd {
  width: 60%;
  background-color: #7fffd4;
}
.step01 div:nth-child(2) {
  padding: 5.2083333333vw;
  background-color: #e5edf7;
}
.step01 div:nth-child(2) p {
  text-align: center;
}
.step01 div:nth-child(2) p:nth-child(2) img {
  width: 36.4583333333vw;
}
.step01 div:nth-child(2) p:not(:last-child) {
  margin-bottom: 3.90625vw;
}
@media (hover: hover) {
  .step01 div:nth-child(2) p a {
    transition: ease 0.3s;
  }
  .step01 div:nth-child(2) p a:hover {
    opacity: 0.7;
  }
}

.step02 div:nth-child(1) p:nth-of-type(1) {
  margin-bottom: 3.90625vw;
}
.step02 div:nth-child(1) p:nth-of-type(1) span {
  font-size: 4.9479166667vw;
  font-weight: 700;
}
.step02 div:nth-child(1) p:nth-of-type(2) {
  padding-left: 3.90625vw;
  text-indent: -3.90625vw;
}

.stepEnd {
  margin: 13.0208333333vw auto;
  font-size: 6.5104166667vw;
  font-weight: 700;
  text-align: center;
  color: #004ead;
}

@media screen and (min-width: 768px) {
  .leadArea {
    margin-bottom: 6.25rem;
  }
  .leadArea p:nth-of-type(1) {
    margin-bottom: 1.875rem;
  }
  .leadArea ul {
    margin-bottom: 3.75rem;
  }
  .leadArea .quizLead {
    padding: 1.25rem;
    font-size: 1.5rem;
    text-align: center;
  }
  h2::after, h2::before {
    width: 0.125rem;
    height: 160%;
    transform: translateY(-50%) rotate(30deg);
  }
  h2 {
    width: fit-content;
    margin: 0 auto 6.25rem;
    padding: 0 7.5rem;
    font-size: 1.75rem;
  }
  h2::before {
    left: 2.5rem;
  }
  h2::after {
    right: 2.5rem;
  }
  .step {
    display: flex;
    justify-content: space-between;
  }
  .step > div {
    width: 48%;
    box-sizing: border-box;
  }
  .step > div h3 {
    margin-bottom: 1.875rem;
    padding: 0.1875rem 1rem 0;
  }
  .step > div h3 span {
    font-size: 5rem;
  }
  .step > div:nth-child(1) {
    margin-bottom: 0;
  }
  .step figure {
    width: 48%;
  }
  .step:not(:last-of-type) {
    margin-bottom: 6.25rem;
  }
  .step01 div:nth-child(1) > p {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .step01 div:nth-child(1) dl dd, .step01 div:nth-child(1) dl dt {
    padding: 1rem;
  }
  .step01 div:nth-child(2) {
    padding: 1.25rem;
  }
  .step01 div:nth-child(2) p:nth-child(2) img {
    width: 10rem;
  }
  .step01 div:nth-child(2) p:nth-child(3) img {
    width: 10rem;
  }
  .step01 div:nth-child(2) p:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .step02 div:nth-child(1) p:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  .step02 div:nth-child(1) p:nth-of-type(1) span {
    font-size: 1.25rem;
  }
  .step02 div:nth-child(1) p:nth-of-type(2) {
    padding-left: 1.875rem;
    text-indent: -1.875rem;
  }
  .stepEnd {
    margin: 5rem auto 3.75rem;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1080px) {
  .step01 div:nth-child(2) {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1.5fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .step01 div:nth-child(2) p {
    text-align: left;
  }
  .step01 div:nth-child(2) p:nth-child(1) {
    padding-bottom: 1.875rem;
    grid-area: 1/1/2/2;
    display: flex;
    align-items: flex-end;
  }
  .step01 div:nth-child(2) p:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .step01 div:nth-child(2) p:nth-child(3) {
    grid-area: 1/2/3/3;
    display: flex;
    align-items: center;
  }
  .step01 div:nth-child(2) p:not(:last-child) {
    margin-bottom: 0;
  }
}
.whole {
  display: block;
}

.kvArea {
  height: 43.9583333333vw;
}

.leadArea {
  margin-top: 43.9583333333%;
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 60px;
}
.leadArea::after {
  display: none;
}
.leadArea .logoLine {
  margin: 63px 0 0;
  height: 14.75rem;
}
.leadArea h1 {
  font-size: 42px;
  line-height: 1;
}
.leadArea h1 + p {
  font-size: 26px;
}

h2::before {
  display: none;
}
h2::after {
  display: none;
}

.newsArea {
  position: relative;
  background-color: #fff;
  background-image: url(/assets_80th/teaser/img/common/bg_flag.png);
}
.newsArea .inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding-top: 82px;
  padding-bottom: 100px;
}
.newsArea h2 {
  font-size: 34px;
  margin-bottom: 48px;
}
.newsArea__item {
  background-color: #fff;
}
.newsArea__item a {
  display: block;
  font-size: 18px;
  border-top: 1px solid #333333;
  padding: 22px 0;
}
.newsArea__item:last-child a {
  border-bottom: 1px solid #333333;
}
.newsArea__item .contents {
  margin-inline: 20px;
  display: flex;
  column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}
.newsArea .lineArea {
  margin-top: 51px;
}
.newsArea .lineArea p {
  width: fit-content;
  margin-inline: auto;
  position: relative;
  color: #09c054;
  font-size: 20px;
  text-align: center;
}
.newsArea .lineArea p::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #09c054;
  height: 25px;
  width: 2px;
  left: -22px;
  top: 50%;
  transform: translateY(-50%) rotate(332deg);
}
.newsArea .lineArea p::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #09c054;
  height: 25px;
  width: 2px;
  top: 50%;
  right: -22px;
  transform: translateY(-50%) rotate(28deg);
}
.newsArea .lineArea__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  width: 100%;
  height: 54px;
  margin-top: 12px;
  margin-inline: auto;
  background-color: #09c054;
  border-radius: 27px;
  color: #fff;
  font-size: 16px;
}
.newsArea .lineArea__btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

.eventListArea {
  z-index: 1;
  position: relative;
  background-color: #004ead;
  color: #fff;
}
.eventListArea .inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 80px;
}
.eventListArea h2 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px;
}
.eventListArea__info {
  text-align: center;
  font-size: 18px;
}
.eventListArea__tab {
  margin-top: 80px;
}
.eventListArea .tab__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  background-color: #a8d7ff;
  color: #004ead;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  max-width: 200px;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
}
.eventListArea .tab__item.active {
  background-color: #fff;
}
.eventListArea .tab__content {
  display: none;
  padding: 29px 0 60px;
  background-color: #fff;
  border-radius: 40px;
  border-top-left-radius: 0;
  color: #004ead;
}
.eventListArea .tab__content.active {
  display: block;
}
.eventListArea__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  max-width: calc(100% - 60px);
  width: 100%;
  margin: 0 auto;
}
.eventListArea .card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #333333;
}
.eventListArea .card__imgBox {
  position: relative;
}
.eventListArea .card__imgBox img {
  display: block;
}
.eventListArea .card__reception, .eventListArea .card__closed {
  position: absolute;
  bottom: 0;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.eventListArea .card__reception {
  background-color: #fae222;
  color: #004ead;
}
.eventListArea .card__closed {
  background-color: #004ead;
  color: #a8d7ff;
}
.eventListArea .card__end, .eventListArea .card__coming {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.eventListArea .card__end::before, .eventListArea .card__coming::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.eventListArea .card__end::before {
  background-color: #808080;
  opacity: 0.8;
}
.eventListArea .card__coming::before {
  background-color: #000;
  opacity: 0.5;
}
.eventListArea .card__banner {
  width: 206px;
  height: auto;
  display: block;
}
.eventListArea .card__title {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #004ead;
}
.eventListArea .card__info {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 17px;
}
.eventListArea .card__day, .eventListArea .card__deadline {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.eventListArea .card__detail, .eventListArea .card__pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  width: 100%;
  height: 34px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #004ead;
  border-radius: 17px;
}
.eventListArea .card__detail {
  margin-top: 15px;
  background-color: #004ead;
  color: #fff;
}
.eventListArea .card__detail::after {
  content: "";
  background: url("/assets_80th/teaser/img/icon_white.png") no-repeat center center/contain;
  width: 9px;
  height: 11px;
}
.eventListArea .card__pdf {
  margin-top: 5px;
  color: #004ead;
}
.eventListArea .card__pdf::after {
  content: "";
  background: url("/assets_80th/teaser/img/icon_pdf.png") no-repeat center center/contain;
  width: 17px;
  height: 17px;
}
.eventListArea .card .yellow {
  color: #fae222;
}
.eventListArea .card .yellow::after {
  content: "";
  background: url("/assets_80th/teaser/img/icon_yellow.png") no-repeat center center/contain;
}

.eventCalendar {
  position: relative;
  z-index: 1;
  background-color: #004ead;
}
.eventCalendar .inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 90px;
  padding-bottom: 100px;
}
.eventCalendar__content {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-inline: 60px;
}
.eventCalendar__title {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  max-width: 300px;
  width: 100%;
  height: 62px;
  background-color: #fae222;
  color: #004ead;
  border-radius: 31px;
}
.eventCalendar__text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}
.eventCalendar__link {
  color: #004ead;
  border-bottom: 1px solid #bcc8e2;
}

.bannerArea {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.bannerArea .inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 90px;
}
.bannerArea__flex {
  display: flex;
  justify-content: center;
  column-gap: 60px;
}

.concept {
  position: relative;
  z-index: 1;
  background-color: #004ead;
  color: #333;
}
.concept .inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}
.concept h2 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 39px;
}
.concept__content {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-inline: 50px;
}
.concept__flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 50px;
}
.concept__left {
  max-width: 420px;
  width: 100%;
}
.concept__left img {
  display: block;
  width: 100%;
}
.concept__text {
  font-size: 18px;
  margin-bottom: 38px;
}
.concept__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #004ead;
  color: #fff;
  border-radius: 27px;
  max-width: 340px;
  width: 100%;
  height: 54px;
  margin-top: 10px;
}
.concept__btn::after {
  content: "";
  background: url(/assets_80th/teaser/img/icon_white.png) no-repeat center center/contain;
  width: 9px;
  height: 11px;
}

.vision {
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-image: url(/assets_80th/teaser/img/common/bg_flag.png);
  color: #333;
}
.vision .inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}
.vision h2 {
  margin-bottom: 52px;
}
.vision h2 .sub {
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #004ead;
  font-weight: 700;
  transform: none;
}
.vision__catchphrase {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #004ead;
}
.vision__text {
  margin-top: 60px;
  font-size: 18px;
  text-align: center;
}
.vision__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  background-color: #004ead;
  color: #fff;
  border-radius: 27px;
  max-width: 380px;
  width: 100%;
  height: 54px;
  margin-top: 40px;
  margin-inline: auto;
  font-size: 18px;
}
.vision__btn::after {
  content: "";
  background: url(/assets_80th/teaser/img/icon_tab_white.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
}

.info {
  position: relative;
  z-index: 1;
  background-color: #004ead;
  color: #fff;
}
.info .inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.info__text {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.info__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  margin-inline: auto;
  max-width: 380px;
  width: 100%;
  height: 54px;
  border-radius: 27px;
  background-color: #fce221;
  color: #004ead;
  font-size: 16px;
  font-weight: 700;
}
.info__btn::after {
  content: "";
  background-image: url(/assets_80th/teaser/img/common/arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 12px;
}

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