<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===============================================================

 project / eventreport top

=============================================================== */
.c-event__kv {
  width: 100%;
  margin: 0 auto;
}

.c-event__kv img {
  width: 100%;
}

.p-kv__movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-kv__movie__content {
  width: 960px;
  height: 540px;
}

.l-event__block--xl {
  margin-bottom: 56px;
}

.c-event__title {
  padding: 24px 0;
  background-color: #F2F2F4;
}

.c-event__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 540px;
  min-height: 383px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
}

.c-event__kv-mv {
  width: 960px;
  margin: 0 auto;
}

.c-event__kv-mv img {
  width: 100%;
}

.c-event__video {
  display: block;
  right: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -100;
  background: url("/eventreport/assets/img/20240126_2038_kv_01.jpg") no-repeat bottom;
  background-size: cover;
  position: absolute;
}

.c-event__lead {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 710px;
}

.c-event__lead--main {
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
}

.c-event__lead--sub {
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}

.c-event__links {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.c-event__links__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-event__links__year {
  font-size: 22px;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  padding-bottom: 8px;
  padding: 16px 24px;
  margin-bottom: 24px;
  background-color: #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

.c-event__links + .c-event__links {
  margin-top: 24px;
}

.c-event__link {
  width: calc((100% - 24px * 3) / 4);
  margin-bottom: 24px;
}

.c-event__link:nth-child(n+1) {
  margin-left: 24px;
}

.c-event__link:nth-child(4n+1) {
  margin-left: 0;
}

.c-event__link:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.c-event__link:hover {
  opacity: 0.7;
}

.c-event__link__textbox {
  border: 1px solid #EAEAEA;
  border-radius: 0 0 5px 5px;
  padding: 16px;
}

.c-event__link__title {
  font-size: 15px;
  line-height: 1.46;
  color: #4E5B73;
}

.c-event__link__date {
  font-size: 11px;
  line-height: 1.5;
  color: #B1B1B1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-event__link__title + .c-event__link__date {
  margin-top: 10px;
}

.c-event__link__date + .c-event__link__date {
  margin-top: 4px;
}

.c-event__link__location {
  position: relative;
  padding-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
}

.c-event__link__location:before {
  position: absolute;
  content: "";
  background: url("/eventreport/assets/img/icon_category_area.svg?v18d0c2f9de6") no-repeat center/contain;
  width: 9px;
  height: 11px;
  top: 1px;
  left: 0;
  bottom: 0;
  margin: auto 0;
}

.c-event__link__location span {
  position: relative;
  color: #B1B1B1;
}

.c-event__link__location span + span::before {
  position: absolute;
  content: "&gt;";
  left: 0.5em;
}

.c-event__link__location span + span {
  padding-left: 1.5em;
}

.c-event__cv .c-event__cv__button .c-button {
  margin: 0 auto;
  padding: 12px 26px;
}

.c-event__footer {
  background-color: #EDEFF1;
  padding: 40px 0 100px;
}

.c-event__footer__inner {
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-event__footer__img {
  width: 106px;
}

.c-event__footer__content {
  margin-left: 40px;
}

.c-event__footer__title {
  font-size: 20px;
  line-height: 1.45;
}

.c-event__footer__title + .c-event__footer__textbox {
  margin-top: 24px;
}

.c-event__footer__text {
  display: block;
}

.c-event__footer__text--main {
  font-size: 18px;
  line-height: 1.4;
}

.c-event__footer__text--sub {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}

.c-event__footer__cv {
  margin-top: 16px;
}

.c-event__footer__cvbutton.c-button {
  width: 240px;
  padding: 12px 26px;
}

.c-event__footer__inner {
  max-width: 960px;
}

.c-event__footer__content {
  margin-left: 0;
}

.c-event__footer__title {
  font-size: 28px;
  display: block;
  width: 100%;
  padding-left: 16px;
  border-left: 5px solid #FF585D;
}

.c-event__footer__archive {
  max-width: 960px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 40px;
}

.c-event__footer__video {
  width: 460px;
}

.c-event__footer__archive-title {
  font-size: 16px;
  color: #4E5B73;
  margin: 24px 0 0;
}

.c-event__footer__cvbutton {
  margin: 60px auto 0;
}

.c-event__footer__cvbutton.c-button {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(to right, #fff, #fff);
  color: #4E5B73;
  border: 1px solid #7283A3;
  width: 290px;
}

.c-event__footer__cvbutton.c-button:after {
  border-top: 1px solid #4E5B73;
  border-right: 1px solid #4E5B73;
}

@media screen and (max-width: 767px) {
  .p-kv__movie__content {
    width: calc(92vw);
    height: calc((92vw) * 0.5625);
  }
  .l-event__block--xl {
    margin-bottom: 40px;
  }
  .c-event__inner {
    height: calc(100vw * 0.56);
    min-height: auto;
  }
  .c-event__kv-mv {
    width: 100%;
  }
  .c-event__video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .c-event__lead {
    padding: 0 4%;
  }
  .c-event__links {
    padding: 0 4%;
  }
  .c-event__link:nth-child(n+1) {
    margin-left: 15px;
  }
  .c-event__link:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-event__link:nth-last-child(-n+4) {
    margin-bottom: 15px;
  }
  .c-event__link {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
  .c-event__link:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-event__link:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .c-event__link__textbox {
    padding: 16px 15px;
  }
  .c-event__link__title + .c-event__link__date {
    margin-top: 11px;
  }
  .c-event__cv {
    padding: 0 4%;
  }
  .c-event__cv .c-event__cv__button .c-button {
    width: 100%;
  }
  .c-event__footer {
    padding: 56px 0 56px;
    width: 100%;
  }
  .c-event__footer__inner {
    max-width: none;
  }
  .c-event__footer__img {
    width: 38%;
  }
  .c-event__footer__content {
    margin-left: 9.5%;
    width: 52%;
  }
  .c-event__footer__cvbutton.c-button {
    width: 100%;
  }
  .c-event__footer__content {
    width: 100%;
    padding: 0 4%;
    margin-left: 0;
  }
  .c-event__footer__archive {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px 0;
    margin: 38px auto 0;
  }
  .c-event__footer__video {
    width: 100%;
  }
  .c-event__footer__video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 560 / 315;
  }
  .c-event__footer__archive-title {
    margin: 16px 0 0;
  }
  .c-event__footer__cvbutton.c-button {
    width: 100%;
  }
}
</pre></body></html>