@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
body {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  color: #333;
  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;
  }
}
.pcStyle {
  display: block;
}

.spstyle {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcStyle {
    display: none;
  }
  .spstyle {
    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;
  z-index: 0;
}
.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%, #fae222 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;
}

/* ------------------------------------------------------------------------ */
/* 共通

/* ------------------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #004ead;
  z-index: 999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header h1 {
  font-size: 20px;
  color: #fff;
  margin-left: 40px;
}
.header h1 a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header h1 a img {
  width: 94px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header h1 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .header {
    height: 75px;
  }
  .header h1 {
    font-size: 16px;
  }
  .header h1 a {
    gap: 10px;
  }
  .header h1 a img {
    width: 70px;
  }
  .menu_trigger {
    top: 22px;
  }
}
.inner {
  max-width: 1000px;
  margin-inline: auto;
}

@media screen and (max-width: 980px) {
  .inner {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .inner {
    width: auto;
    margin: 0 10px;
  }
}
h2 {
  font-size: 34px;
}
h2::before {
  display: none;
}
h2::after {
  display: none;
}

@media screen and (max-width: 786px) {
  h2 {
    font-size: 24px;
  }
  h2 span {
    font-size: 6.9375vw;
  }
}
footer {
  z-index: 1;
}

.accordionContent-top {
  display: none;
}

/* ------------------------------------------------------------------------ */
/*  .link


/* ------------------------------------------------------------------------ */
.link .content {
  margin-top: 60px;
}
.link__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.link__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 340px;
  width: 100%;
  height: 54px;
  background-color: #fff;
  color: #004ead;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 700;
}
.link__btn::after {
  content: "";
  background: url(/assets_80th/teaser/img/common/arrow_blue.svg) no-repeat center center/contain;
  width: 9px;
  height: 11px;
}

@media screen and (max-width: 768px) {
  .link .content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .link .content {
    margin-top: 35px;
  }
  .link__flex {
    flex-direction: column;
  }
  .link__btn {
    margin-inline: auto;
  }
}
/* ------------------------------------------------------------------------ */
/* kvArea

/* ------------------------------------------------------------------------ */
.kvArea {
  height: min(100svh, 1080px);
  aspect-ratio: 16/9;
  max-height: 100svh;
  aspect-ratio: 16/9;
}
.kvArea .logo {
  top: 55%;
}

@media screen and (max-width: 786px) {
  .kvArea {
    height: min(100svh, 1080px);
    aspect-ratio: 16/9;
    max-height: 100svh;
    aspect-ratio: 16/9;
  }
  .kvArea .logo {
    top: 50%;
  }
}
/* ------------------------------------------------------------------------ */
/* leadArea{


/* ------------------------------------------------------------------------ */
.leadArea {
  margin-top: min(100svh, 1080px);
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 100px;
}
.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;
}

@media screen and (max-width: 786px) {
  .leadArea {
    margin-top: min(100svh, 1080px);
    padding-top: 50px;
  }
  .leadArea .logoLine {
    margin: 63px 0 0;
    height: 28.6458333333vw;
  }
  .leadArea h1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .leadArea h1 + p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .leadArea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .leadArea .logoLine {
    margin-top: 30px;
  }
}
/* ------------------------------------------------------------------------ */
/* newsArea{


/* ------------------------------------------------------------------------ */
.newsArea {
  position: relative;
  background-color: #fff;
  background-image: url(/assets_80th/teaser/img/common/bg_flag.png);
}
.newsArea .inner {
  position: relative;
  padding-top: 82px;
  padding-bottom: 100px;
}
.newsArea h2 {
  margin-bottom: 48px;
}
.newsArea__item {
  background-color: #fff;
}
.newsArea__item a {
  display: block;
  font-size: 18px;
  border-top: 1px solid #333;
  padding: 22px 0;
}
.newsArea__item:last-child a {
  border-bottom: 1px solid #333;
}
.newsArea__item .contents {
  margin-inline: 20px;
  display: flex;
  column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}
.newsArea .lineArea {
  position: relative;
  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 {
  position: relative;
  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;
}
.newsArea .hint__button {
  right: 17%;
  bottom: -10px;
}

@media screen and (max-width: 786px) {
  .newsArea .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .newsArea h2 {
    margin-bottom: 20px;
  }
  .newsArea__item a {
    font-size: 16px;
    padding: 10px 0;
  }
  .newsArea__item .contents {
    min-height: 78px;
    flex-direction: column;
    align-items: flex-start;
  }
  .newsArea__item .contents p + p {
    font-size: 18px;
  }
  .newsArea .lineArea {
    margin-top: 30px;
  }
  .newsArea .lineArea p {
    font-size: 18px;
  }
  .newsArea .lineArea__btn {
    margin-top: 10px;
    height: 40px;
  }
  .newsArea .hint__button {
    position: static;
    width: 42px;
    height: auto;
    margin-inline: auto;
    margin-top: 27px;
  }
}
@media screen and (max-width: 500px) {
  .newsArea .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .newsArea__item .contents {
    margin-inline: 10px;
  }
}
/* ------------------------------------------------------------------------ */
/* eventListArea{


/* ------------------------------------------------------------------------ */
.eventListArea {
  z-index: 0;
  position: relative;
  background-color: #004ead;
  color: #fff;
}
.eventListArea .inner {
  padding-top: 80px;
}
.eventListArea h2 {
  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 .inner {
  max-width: calc(100% - 60px);
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.eventListArea .tab__content.active {
  display: block;
}
.eventListArea__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  max-width: calc(100% - 60px);
  width: 100%;
  margin: 0 auto;
}
.eventListArea .card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #333;
}
.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;
  margin-inline: auto;
  margin-bottom: 5px;
}
.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;
}
.eventListArea .event {
  position: relative;
}
.eventListArea .event .hint__button {
  right: 30px;
  bottom: 30px;
}
.eventListArea .another .eventListArea__grid {
  max-width: 100%;
}
.eventListArea .another .accordionContent-top {
  margin-top: 25px;
}
.eventListArea .another__item {
  position: relative;
  padding-block: 20px;
  border-bottom: 4px solid #a5d8ff;
  font-size: 20px;
  font-weight: 700;
}
.eventListArea .another__item > p {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  cursor: pointer;
}
.eventListArea .another__item > p span {
  max-height: 25px;
}
.eventListArea .another__item > p span img {
  display: block;
  width: auto;
  height: 100%;
}
.eventListArea .another__item::after {
  position: absolute;
  right: 0;
  top: 25px;
  display: block;
  content: "";
  background: url(/assets_80th/teaser/img/icon_accordion_blue_close.png) no-repeat center center/contain;
  width: 18px;
  height: 11px;
  pointer-events: none;
}
.eventListArea .another__item.active::after {
  transform: rotate(180deg);
}
.eventListArea .another__map {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.eventListArea .another__map iframe {
  width: 100%;
  height: calc(100% + 56px);
  margin-top: -67px;
}

@media screen and (max-width: 786px) {
  .eventListArea .inner {
    padding-top: 40px;
  }
  .eventListArea h2 {
    margin-bottom: 20px;
  }
  .eventListArea__info {
    font-size: 16px;
  }
  .eventListArea__tab {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
  }
  .eventListArea .tab__content {
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 0 30px;
  }
  .eventListArea .tab__item {
    font-size: 18px;
    height: 40px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .eventListArea__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    max-width: calc(100% - 40px);
  }
  .eventListArea .card__title {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .eventListArea .card__info {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .eventListArea .event .hint__button {
    right: 20px;
    bottom: 10px;
  }
  .eventListArea .another__item > p {
    flex-direction: column;
  }
  .eventListArea .another__item > p span {
    max-width: 380px;
    height: auto;
  }
  .eventListArea .another__item > p span img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .eventListArea .inner {
    padding-top: 30px;
  }
  .eventListArea__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 50px;
  }
  .eventListArea .tab__item {
    max-width: 100%;
  }
  .eventListArea .tab__content {
    border-top-right-radius: 0;
  }
  .eventListArea .tab__content .inner {
    max-width: calc(100% - 40px);
  }
  .eventListArea .card__detail {
    margin-top: 10px;
  }
  .eventListArea .card__pdf {
    margin-top: 10px;
  }
  .eventListArea .card__detail, .eventListArea .card__pdf {
    height: 40px;
    border-radius: 25px;
  }
  .eventListArea .event {
    padding: 20px 0 100px;
  }
}
/* ------------------------------------------------------------------------ */
/* eventCalendar{


/* ------------------------------------------------------------------------ */
.eventCalendar {
  position: relative;
  z-index: 0;
  background-color: #004ead;
}
.eventCalendar .inner {
  padding-top: 90px;
  padding-bottom: 100px;
}
.eventCalendar__content {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  padding-top: 60px;
  padding-bottom: 80px;
  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__iframe {
  max-width: 100%;
  width: 100%;
  min-height: 660px;
  height: auto;
}
.eventCalendar__text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}
.eventCalendar__link {
  color: #004ead;
  border-bottom: 1px solid #bcc8e2;
}

@media screen and (max-width: 786px) {
  .eventCalendar .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .eventCalendar__title {
    font-size: 18px;
    height: 50px;
    top: -25px;
  }
  .eventCalendar__content {
    padding-inline: 20px;
    border-radius: 20px;
  }
  .eventCalendar__iframe {
    min-height: 440px;
  }
}
@media screen and (max-width: 500px) {
  .eventCalendar .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .eventCalendar__text {
    font-size: 14px;
  }
}
/* ------------------------------------------------------------------------ */
/* bannerArea{


/* ------------------------------------------------------------------------ */
.bannerArea {
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.bannerArea .inner {
  padding-top: 80px;
  padding-bottom: 90px;
}
.bannerArea__flex {
  display: flex;
  justify-content: center;
  column-gap: 60px;
}

@media screen and (max-width: 786px) {
  .bannerArea .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .bannerArea .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bannerArea__flex {
    margin-inline: 20px;
    flex-direction: column;
    row-gap: 30px;
  }
}
/* ------------------------------------------------------------------------ */
/* concept{


/* ------------------------------------------------------------------------ */
.concept {
  position: relative;
  z-index: 0;
  background-color: #004ead;
  color: #333;
}
.concept .inner {
  padding-top: 80px;
  padding-bottom: 100px;
}
.concept h2 {
  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%;
  min-width: 300px;
}
.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;
}

@media screen and (max-width: 786px) {
  .concept .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .concept h2 {
    margin-bottom: 20px;
  }
  .concept__content {
    padding-block: 30px;
    padding-inline: 20px;
  }
  .concept__left {
    max-width: 280px;
    margin-inline: auto;
  }
  .concept__left img {
    width: 100%;
  }
  .concept__flex {
    row-gap: 10px;
    flex-direction: column;
  }
  .concept__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .concept__left {
    max-width: 50%;
  }
  .concept__left img {
    width: 42.17vw;
    min-width: auto;
  }
  .concept__btn {
    font-size: 16px;
    max-width: 380px;
    height: 54px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .concept .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .concept__content {
    padding-block: 20px;
    padding-inline: 15px;
  }
  .concept__left {
    max-width: 280px;
    margin-inline: auto;
  }
  .concept__left img {
    width: 100%;
  }
  .concept__text {
    margin-bottom: 10px;
  }
}
/* ------------------------------------------------------------------------ */
/* vision{


/* ------------------------------------------------------------------------ */
.vision {
  position: relative;
  z-index: 0;
  background-color: #fff;
  background-image: url(/assets_80th/teaser/img/common/bg_flag.png);
  color: #333;
}
.vision .inner {
  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;
}
.vision .hint__button {
  position: static;
  width: 42px;
  height: auto;
  margin-inline: auto;
  margin-top: 27px;
}

@media screen and (max-width: 786px) {
  .vision .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .vision h2 {
    margin-bottom: 20px;
  }
  .vision h2 .sub {
    font-size: 18px;
  }
  .vision h2 span {
    font-size: 3.9375vw;
  }
  .vision__catchphrase {
    font-size: 24px;
  }
  .vision__text {
    font-size: 16px;
    margin-top: 10px;
  }
  .vision__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .vision .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .vision__btn {
    margin-top: 20px;
  }
}
/* ------------------------------------------------------------------------ */
/* info{


/* ------------------------------------------------------------------------ */
.info {
  position: relative;
  z-index: 0;
  background-color: #004ead;
  color: #fff;
}
.info .inner {
  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;
}

@media screen and (max-width: 786px) {
  .info .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .info__text {
    font-size: 24px;
  }
  .info__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .info .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .info__text {
    font-size: 20px;
  }
}
.fixedBnr {
  display: none;
}

.fixedBnr_line {
  display: block;
}

.emergency {
  position: fixed;
  z-index: 100;
  display: block;
  bottom: 26.75rem;
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #fae222;
  width: 5.375rem;
  height: 15rem;
  border-radius: 0.625rem 0 0 0.625rem;
}
.emergency::before, .emergency::after {
  top: 0;
  content: "";
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, rgba(35, 24, 21, 0.5), rgba(35, 24, 21, 0.5) 0.75rem, transparent 0.75rem, transparent 1.75rem);
}
.emergency a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.emergency::before {
  border-radius: 0.625rem 0 0 0.625rem;
}
.emergency::after {
  right: 0;
}
.emergency span {
  position: relative;
  display: block;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-top: 2.5rem;
  padding-bottom: 1.125rem;
  font-weight: 700;
}
.emergency span::before {
  content: "";
  display: block;
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  background-size: 2.25rem;
  border-width: 0.125rem;
  top: -2.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff;
  background-image: url(/assets_80th/teaser/img/common/icon_emergency.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: 0.2604166667vw solid #333;
  border-radius: 50%;
  position: absolute;
}
.emergency span::after {
  content: "";
  background-image: url(/assets_80th/teaser/img/common/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 8.9865833333px;
  height: 11.9480833333px;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .flexWrap {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 18.2291666667vw;
  }
  .emergency {
    position: static;
    width: 50%;
    height: 100%;
    border-radius: 0;
  }
  .emergency::before {
    height: 0.75rem;
    width: 100%;
    border-radius: 0;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3.515625vw, rgba(35, 24, 21, 0.5) 3.515625vw, rgba(35, 24, 21, 0.5) 5.46875vw);
  }
  .emergency::after {
    height: 0.75rem;
    width: 100%;
    top: auto;
    bottom: 0;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3.515625vw, rgba(35, 24, 21, 0.5) 3.515625vw, rgba(35, 24, 21, 0.5) 5.46875vw);
  }
  .emergency span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding-block: 0;
    padding-left: 12.2395833333vw;
    padding-right: 3.90625vw;
    line-height: 1.3;
  }
  .emergency span::before {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 5.2083333333vw;
  }
  .emergency span::after {
    width: 2.15678vw;
    height: 2.86754vw;
    top: 50%;
    transform: translateY(-46%);
    right: 0;
    left: auto;
  }
  .fixedBnr_line {
    width: 50%;
    height: 100%;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .fixedBnr_line a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
  }
  .fixedBnr_line a .sp {
    height: 100%;
  }
}
.hint__button {
  position: absolute;
  cursor: pointer;
}
.hint__area {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.hint__area.active {
  display: flex;
}
.hint__content {
  position: relative;
  background: #fff;
  padding: 3.75rem 2.5rem;
  border-radius: 1.25rem;
  min-width: 35rem;
  max-width: 90%;
  width: 400px;
  text-align: left;
}
.hint__close {
  display: block;
  position: absolute;
  background-color: #3c3c3c;
  border-radius: 50%;
  border: 0.4vw solid #fff;
  top: -16px;
  right: -16px;
  width: 43px;
  height: 43px;
  border-width: 2px;
  cursor: pointer;
}
.hint__close::before {
  width: 60%;
  height: 3px;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hint__close::after {
  width: 60%;
  height: 3px;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hint__title {
  margin-top: 0;
  margin-bottom: 1.875rem;
  text-align: center;
}
.hint__explanation {
  margin-top: 1.875rem;
  font-size: 0.875rem;
}

.hint__explanation .line a {
  position: relative;
  width: fit-content;
}
.hint__explanation .line a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .hint__content {
    max-width: 80%;
    min-width: auto;
    width: 100%;
    padding: 1.875rem 1.25rem;
  }
}
.breadcrumb {
  position: relative;
  background-color: #fff;
  padding-top: 20px;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
}
.breadcrumb__item {
  margin-right: 30px;
  position: relative;
}
.breadcrumb__item::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -23px;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__item a {
  color: #004ead;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .breadcrumb__item {
    font-size: 16px;
  }
  .breadcrumb__item::after {
    right: -21px;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumb__item {
    font-size: 14px;
  }
  .breadcrumb__item::after {
    right: -21px;
  }
}
.pageTop {
  margin-top: 100px;
  height: 28.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-image: url(/assets_80th/teaser/img/common/bg_flag.png);
}
.pageTop h1 {
  font-size: 2.5625rem;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .pageTop {
    height: 35vh;
  }
  .pageTop h1 {
    font-size: 1.875rem;
  }
}
.blueContent {
  z-index: 1;
  position: relative;
  background-color: #004ead;
  padding-top: 4.375rem;
  padding-bottom: 5rem;
}
.blueContent .content {
  background-color: #fff;
  color: #333;
  padding-inline: 3.125rem;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  border-radius: 2.625rem;
}
.blueContent h2 {
  color: #333;
  padding-inline: 0;
  margin-bottom: 3.125rem;
}
.blueContent .link {
  margin-top: 3.75rem;
}

@media screen and (max-width: 980px) {
  .blueContent .content {
    padding-inline: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .blueContent h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .blueContent {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .blueContent .content {
    padding-top: 1.875rem;
    padding-inline: 0.9375rem;
    padding-bottom: 2.5rem;
  }
  .blueContent h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

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