@charset "UTF-8";
/*======================================
    Font / Color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-weight: 500;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  br.is-pc {
    display: none;
  }
}

/*======================================
    header
======================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 10px 15px;
  }
}

#js-header {
  display: none;
}

.header__container {
  position: relative;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 60px;
  }
}

.header-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .header-navs {
    display: none;
  }
}

.header-nav:nth-child(1) {
  width: 227px;
}
.header-nav:nth-child(2) {
  width: 91px;
}
.header-nav:nth-child(3) {
  width: 73px;
}
.header-nav:nth-child(4) {
  width: 100px;
}
.header-nav a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-nav a:hover {
  opacity: 0.7;
}

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 300;
  display: none;
}
@media screen and (max-width: 1024px) {
  .drawer-icon {
    display: block;
  }
}

.drawer-open {
  width: 30px;
  height: 27px;
  background: url(../img/menu_open.png) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer-open.is-active {
  background: url(../img/menu_open-black.png) no-repeat center center/contain;
}
.drawer-open.is-black {
  background: url(../img/menu_open-black.png) no-repeat center center/contain;
}

.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  background-color: rgba(35, 24, 21, 0.9);
  overflow: scroll;
  display: none;
}

.drawer-content-items {
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.drawer-content-item {
  margin: 0 auto;
  font-size: 1.5rem;
}
.drawer-content-item:nth-child(1) {
  width: 19.53em;
}
.drawer-content-item:nth-child(2) {
  width: 7.8em;
}
.drawer-content-item:nth-child(3) {
  width: 6.3em;
}
.drawer-content-item:nth-child(4) {
  width: 8.67em;
}

.drawer-close {
  width: 53px;
  margin: 80px auto 0;
}

/*======================================
    MV
======================================*/
.mv {
  position: relative;
  height: 100vh;
  background: url(../img/mv.jpg) no-repeat center top/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .mv {
    background: url(../img/mv_sp.jpg) no-repeat center top/cover;
  }
}

.mv__title--container {
  position: absolute;
  top: 52.5%;
  left: 48.75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .mv__title--container {
    top: 72%;
    left: 50%;
  }
}

.mv__title {
  width: min(636 / 1920 * 100vw, 636px);
}
@media screen and (max-width: 1024px) {
  .mv__title {
    width: 313px;
    max-width: 83.5vw;
  }
}

.mv__lead {
  width: min(436 / 1920 * 100vw, 436px);
  margin: 0 auto;
  -webkit-transform: translate(17%, -4%);
          transform: translate(17%, -4%);
}
@media screen and (max-width: 1024px) {
  .mv__lead {
    width: 214px;
    max-width: 57.1vw;
  }
}

.mv__logo--container {
  position: absolute;
  bottom: 52px;
  left: 44px;
}
@media screen and (max-width: 1439px) {
  .mv__logo--container {
    bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .mv__logo--container {
    bottom: unset;
    top: 10px;
    left: 15px;
  }
}

.mv__logo {
  width: min(158 / 1920 * 100vw, 158px);
}
@media screen and (max-width: 1024px) {
  .mv__logo {
    width: 89px;
  }
}

.mv__menu--container {
  margin-top: auto;
  margin-bottom: min(50 / 1920 * 100vw, 50px);
}
@media screen and (max-width: 1024px) {
  .mv__menu--container {
    display: none;
  }
}

.mv__menu--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
}

.mv__menu--list a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mv__menu--list a:hover {
  opacity: 0.7;
}
.mv__menu--list:nth-child(1) {
  width: 293px;
}
.mv__menu--list:nth-child(2) {
  width: 117px;
}
.mv__menu--list:nth-child(3) {
  width: 95px;
}
.mv__menu--list:nth-child(4) {
  width: 130px;
}

/*======================================
    story
======================================*/
.bg {
  background: url(../img/bg.jpg) repeat center center/contain;
}
@media screen and (max-width: 599px) {
  .bg {
    background: url(../img/bg.jpg);
    background-repeat: repeat;
    background-size: 1920px 1080px;
  }
}

.story {
  padding: 132px 0 70px;
}
@media screen and (max-width: 1024px) {
  .story {
    padding: 46px 0 38px;
  }
}

.story__title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .story__title {
    display: block;
    width: 206px;
    margin-left: calc(47 / 375 * 100vw);
  }
}

.story__container {
  width: 1188px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .story__container {
    width: calc(1188 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .story__container {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .story__container {
    width: 100%;
    max-width: 100%;
  }
}

.story__img {
  position: relative;
}
.story__img::before {
  content: "";
  display: block;
  padding-top: calc(1143 / 1188 * 100%);
}
@media screen and (max-width: 1024px) {
  .story__img::before {
    padding-top: calc(257 / 373 * 100%);
  }
}
.story__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story__contents {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .story__contents {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.story__text {
  margin-top: 842px;
  line-height: 2.1875;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1439px) {
  .story__text {
    margin-top: calc(842 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .story__text {
    width: 86%;
    margin: 28px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .story__text {
    white-space: unset;
    text-align: left;
    text-align: justify;
    line-height: 1.75;
  }
}

.story__more {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  .story__more {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 599px) {
  .story__more {
    margin-top: 38px;
  }
}

.readmore {
  display: inline-block;
  width: 13.75em;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .readmore {
    width: calc(220 / 1440 * 100vw);
  }
}
@media screen and (max-width: 599px) {
  .readmore {
    width: 7.5em;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
.readmore::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.75em;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 1.125em;
  height: 2em;
  background: url(../img/icon_arrow.png) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .readmore::before {
    width: 0.67em;
    right: -1.25em;
  }
}
.readmore:hover::before {
  right: -1.95em;
}
@media screen and (max-width: 599px) {
  .readmore:hover::before {
    right: -1.5em;
  }
}

/*======================================
    event
======================================*/
.event {
  padding: 132px 0 110px;
}
@media screen and (max-width: 599px) {
  .event {
    padding-bottom: 80px;
  }
}

.section-title {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 1.6rem;
  }
}

.event__title {
  width: 39.9em;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .event__title {
    width: 19.5625em;
  }
}

.cards__inner {
  width: 1888px;
  max-width: 98%;
  margin: 70px auto 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  .cards__inner {
    margin-top: 30px;
    max-width: 91%;
    font-size: 1.2rem;
  }
}
.cards__inner.-archive {
  width: 100%;
  max-width: 100%;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .cards {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
}

.card {
  text-align: center;
  font-size: 1.5rem;
  position: relative;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/card.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 599px) {
  .card {
    font-size: 1.2rem;
  }
}

.card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px 44px 37px;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .card__link {
    padding: calc(14 / 375 * 100vw);
  }
}
.card__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 13px;
  height: 24px;
  background: url(../img/icon_arrow.png) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .card__link::before {
    right: 0;
    -webkit-transform: translate(50%, -65%);
            transform: translate(50%, -65%);
  }
}
.card__link:hover {
  opacity: 0.7;
}
.card__link:hover::before {
  right: 4px;
}
@media screen and (max-width: 599px) {
  .card__link:hover::before {
    right: -4px;
  }
}

@media screen and (max-width: 599px) {
  .card__meta {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
  }
}

.card__cat {
  margin-left: auto;
}
.card__cat.-event {
  width: 4.6667em;
}
@media screen and (max-width: 1024px) {
  .card__cat.-event {
    width: 2.47em;
  }
}
@media screen and (max-width: 599px) {
  .card__cat.-event {
    width: 3.08em;
  }
}
.card__cat.-info {
  width: 9.3333em;
}
@media screen and (max-width: 1024px) {
  .card__cat.-info {
    width: 5.2em;
  }
}
@media screen and (max-width: 599px) {
  .card__cat.-info {
    width: 6.5em;
  }
}

.card__date {
  margin-top: 5px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 599px) {
  .card__date {
    font-size: 0.83em;
    margin-top: 0;
  }
}

.card__img {
  margin-top: 37px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .card__img {
    margin-top: 0;
  }
}
.card__img::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: gray;
}
.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__title {
  margin-top: 24px;
  font-size: 1.0667em;
  line-height: 2.125;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 599px) {
  .card__title {
    line-height: 1.5;
    text-align: left;
    margin-top: 7px;
    font-size: 1em;
  }
}

.card__more {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .card__more {
    margin-top: 35px;
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}

.more {
  display: inline-block;
  width: 5.93em;
  position: relative;
}
.more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.75em;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 0.8em;
  height: 2em;
  background: url(../img/icon_arrow.png) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.more:hover::before {
  right: -1.95em;
}

/*======================================
    Projects
======================================*/
.project__slide {
  position: relative;
  z-index: 2;
  height: 100vh;
  background-color: #000;
}
.project__slide img.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project__slide--container {
  height: 100%;
}

.projects__container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 902px;
  max-width: 90%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .projects__container {
    width: 700px;
    max-width: 100%;
  }
}

.projects__contents {
  position: relative;
  margin: 68px 54px 39px 58px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .projects__contents {
    margin: 38px 72px 39px 22px;
  }
}

.projects__title--container {
  width: 44%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-152%);
          transform: translateY(-152%);
}
@media screen and (max-width: 1024px) {
  .projects__title--container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .projects__title {
    width: 126px;
  }
}

.projects__text--container {
  display: grid;
  grid-template-columns: 16.5% 56.5% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .projects__text--container {
    display: block;
  }
}

.projects__number {
  width: 71%;
}
@media screen and (max-width: 1024px) {
  .projects__number.-pc {
    display: none;
  }
}
.projects__number.-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .projects__number.-sp {
    display: block;
    width: 39px;
  }
}

.projects__texts {
  width: 86%;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .projects__texts {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.projects__name {
  font-size: 1.6em;
  line-height: 1.4166666667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.projects__description {
  margin-top: 1.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.projects__readmore {
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1024px) {
  .projects__readmore {
    margin-top: 20px;
  }
}

.projects__readmore--link {
  display: inline-block;
  width: 68%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .projects__readmore--link {
    width: 126px;
  }
}
.projects__readmore--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 36px;
  height: 61px;
  background: url(../img/icon_arrow-white.png) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .projects__readmore--link::before {
    width: 10px;
    height: 18px;
    right: -16px;
  }
}
.projects__readmore--link:hover::before {
  right: -35px;
}
@media screen and (max-width: 1024px) {
  .projects__readmore--link:hover::before {
    right: -20px;
  }
}

/*======================================
    people
======================================*/
.people {
  padding: 208px 0 170px;
}

.people__title {
  width: 13.7em;
  margin: 0 auto;
}
.people__contents {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-top: 120px;
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 599px) {
  .people__contents {
    font-size: 1.5rem;
  }
}

/*======================================
    sponsor
======================================*/
.sponsor {
  padding: 50px 0;
  background-color: #F0F0F0;
}

.sponsor-lists {
  width: 1773px;
  max-width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 40px;
}
@media screen and (max-width: 599px) {
  .sponsor-lists {
    max-width: 68%;
    row-gap: 44px;
  }
}

.sponsor-list {
  position: relative;
}
.sponsor-list::before {
  content: "";
  display: block;
  padding-top: calc(60 / 256 * 100%);
  background-color: #DADADA;
}
.sponsor-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*======================================
    footer
======================================*/
.footer {
  padding: 60px 0 120px;
}
.footer.-page {
  padding-top: 84px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 84px;
}
@media screen and (max-width: 1024px) {
  .footer__menu {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.footer__menu li {
  font-size: 2rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .footer__menu li {
    font-size: 1.8rem;
  }
}
.footer__menu li:hover {
  opacity: 0.7;
}
.footer__menu li:nth-child(1) {
  width: 11.35em;
}
.footer__menu li:nth-child(2) {
  width: 4.55em;
}
.footer__menu li:nth-child(3) {
  width: 3.65em;
}
.footer__menu li:nth-child(4) {
  width: 5em;
}

.footer__logo {
  width: 83px;
  margin: 0 auto;
}

.footer__text {
  margin-top: 50px;
  text-align: center;
  font-size: 1.8rem;
}

.scrollify {
  width: 100%;
  height: 100vh;
}

.scroll1,
.scroll2 {
  height: 100%;
}

.pagination {
  position: absolute;
  right: 40px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 300;
}
@media screen and (max-width: 599px) {
  .pagination {
    bottom: 10px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    right: 16px;
  }
}
.pagination li {
  margin: 25px 0;
}
@media screen and (max-width: 599px) {
  .pagination li {
    margin: 22px 0;
  }
}
.pagination a {
  display: block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .pagination a {
    height: 12px;
    width: 12px;
  }
}
.pagination a.active {
  background-color: #fff;
  pointer-events: none;
}

/*======================================
    page
======================================*/
.page__inner {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 136px;
}
@media screen and (max-width: 599px) {
  .page__inner {
    padding-top: 170px;
  }
}

.page-title {
  font-size: 2rem;
  max-width: 95%;
  margin: 0 auto;
}

.page-subtitle {
  font-size: 2.7rem;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

.page-related {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

.page-project__title {
  width: 11.95em;
}

.page-contents {
  width: 736px;
  max-width: 100%;
  margin: 0 auto 106px;
}

.page-contents__lg {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
}

.s-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  font-size: 1.5rem;
  line-height: 2.0666666667;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

.page-text {
  font-size: 1.5rem;
  line-height: 2.0666666667;
  letter-spacing: 0.025em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.page-text.mt60 {
  margin-top: 42px;
}
.page-text.mt50 {
  margin-top: 40px;
}

.text-indent {
  text-indent: 1em;
}

.page-lead__underline {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.page-lead__underline span {
  display: inline-block;
  font-weight: 500;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #000;
}

/*======================================
    page projects
======================================*/
.page-project__head {
  margin-top: 80px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.page-project__head span {
  display: block;
  width: 2.125em;
  margin: 0 auto;
  margin-bottom: 1.15em;
}

.page-project__eyecatch {
  width: 1080px;
  max-width: 100%;
  margin: 36px auto 0;
  position: relative;
}
.page-project__eyecatch::before {
  content: "";
  display: block;
  padding-top: calc(500 / 1080 * 100%);
  background-color: gray;
}
.page-project__eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-project__lead {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 61px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.page-project__subtitle {
  margin-top: 131px;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}
.page-project__subtitle span {
  display: block;
  width: 4.15em;
  margin: 0 auto 1em;
}
.page-project__subtitle span.is-nowrap {
  display: inline;
  margin: 0;
  width: unset;
}

.page-progect__detail {
  margin-top: 93px;
}

.page-project__img {
  margin-top: 52px;
}

.page-people {
  margin-top: 106px;
  margin-bottom: 120px;
}

.page-people__title {
  width: 4.15em;
}

.people__comingsoon {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .people__comingsoon {
    font-size: 2rem;
  }
}

.people__lists {
  background-color: #F2F2F2;
  padding: 70px 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  row-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.people__list {
  width: 196px;
}

.people__list--img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.people__list--img::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: gray;
}
.people__list--img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.people__introduce {
  margin-top: 1em;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
}
.people__introduce dt {
  font-size: 0.78em;
}
.people__introduce dd {
  margin-top: 0.5em;
}

.page-event__title {
  width: 17.6em;
}

.page-blog {
  padding-bottom: 174px;
}
.page-blog.-related {
  background-color: #F2F2F2;
  padding-top: 100px;
}

.page-blog__lists {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 84px;
}
@media screen and (max-width: 1024px) {
  .page-blog__lists {
    grid-row-gap: 60px;
  }
}
.page-blog__lists.-project {
  margin-top: 60px;
}

.page-blog__link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-blog__link:hover {
  opacity: 0.7;
}

.page-blog__img {
  position: relative;
}
.page-blog__img::before {
  content: "";
  display: block;
  padding-top: calc(210 / 320 * 100%);
  background-color: gray;
}
.page-blog__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-blog__date {
  color: #6E6E6E;
  margin-top: 16px;
}

.page-blog__title {
  font-size: 1.143em;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 0.5em;
}

.page-blog__description {
  margin-top: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.page-project__link {
  background-image: url(../img/projects_bg.jpg);
  background-size: 1920px 1342px;
  background-repeat: repeat;
}

.page-project__link {
  padding: 90px 0 120px;
  color: #fff;
}

.page-project__link--title {
  width: 7em;
}

.page-project__link--lists {
  margin-top: 80px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-column-gap: 86px;
  grid-row-gap: 74px;
}
@media screen and (max-width: 599px) {
  .page-project__link--lists {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.page-project__link--list a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-project__link--list a:hover {
  opacity: 0.9;
}
.page-project__link--list a:hover .page-project__link--readmore::before {
  right: -1.25em;
}

.page-project__link--img {
  position: relative;
}
.page-project__link--img::before {
  content: "";
  display: block;
  padding-top: calc(280 / 497 * 100%);
  background-color: gray;
}
.page-project__link--img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-project__link--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 1.43em;
  margin-top: 26px;
}
.page-project__link--name span {
  display: inline-block;
  width: 1.8em;
}

.page-project__link--description {
  margin-top: 0.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.page-project__link--readmore {
  margin-top: 27px;
  width: 4.75em;
  position: relative;
}
.page-project__link--readmore::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 1.2em;
  height: 2em;
  background: url(../img/icon_arrow-white.png) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

/*======================================
    page people
======================================*/
.page-people__title {
  width: 8.85em;
}

.page-people__head {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 46px;
}

.page-people__date {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}

.page-people__head--img {
  width: 226px;
  max-width: 80%;
  margin: 20px auto 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.page-people__head--img::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: gray;
}
.page-people__head--img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-people__head--name {
  font-size: 2.1rem;
  margin-top: 15px;
}
.page-people__head--name dt {
  font-size: 0.81em;
}
.page-people__head--name dd {
  margin-top: 10px;
}

/*======================================
    event
======================================*/
.single-event__title {
  width: 23.75em;
}

.s-eyecatch {
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .s-eyecatch {
    margin-top: 60px;
  }
}

.s-date {
  margin-top: 68px;
  color: #6E6E6E;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.s-title {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 60px;
}

.s-news__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 80px;
  font-size: 1.5rem;
}

.s-news__link.prev {
  grid-column: 1/2;
  position: relative;
  padding-left: 1.5em;
}
.s-news__link.prev:hover::before {
  left: -0.25em;
}
.s-news__link.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 1em;
  height: 2em;
  background: url(../img/icon_arrow.png) no-repeat center center/contain;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.s-news__link.next {
  grid-column: 2/3;
  text-align: right;
  position: relative;
  padding-right: 1.5em;
}
.s-news__link.next:hover::before {
  right: -0.25em;
}
.s-news__link.next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 2em;
  background: url(../img/icon_arrow.png) no-repeat center center/contain;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

/*======================================
    archive
======================================*/
.archive-event {
  padding-bottom: 120px;
}

.archive-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin-top: 120px;
  font-size: 2rem;
}
.archive-pagination .page-numbers:hover {
  cursor: pointer;
}
.archive-pagination .page-numbers.next, .archive-pagination .page-numbers.prev {
  width: 0.5em;
}
.archive-pagination .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.archive-pagination .page-numbers.current {
  display: block;
  opacity: 0.7;
}
.archive-pagination .page-numbers.current:hover {
  cursor: default;
}

/*======================================
    contact
======================================*/
.contact__title {
  width: 16em;
}

.contact__form {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: 80px;
}

.contact-list:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .contact-list:nth-child(n+2) {
    margin-top: 20px;
  }
}

.contact-list__row {
  display: grid;
  grid-template-columns: 10em auto;
  grid-gap: 10px;
}
@media screen and (max-width: 599px) {
  .contact-list__row {
    grid-template-columns: 1fr;
  }
}
.contact-list__row dt {
  padding-top: 0.5em;
}
.contact-list__row dd input,
.contact-list__row dd textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 0.5em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 15px;
  width: 100%;
}
.contact-list__row dd textarea {
  height: 220px;
}

.contact__check {
  margin-top: 60px;
  text-align: center;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 599px) {
  .contact__check {
    margin-top: 18px;
    font-size: min(14 / 480 * 100vw, 1.4rem);
  }
}
.contact__check input[type=checkbox] {
  display: none;
}
.contact__check input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
  top: 15%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact__check .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 2em;
  position: relative;
  white-space: nowrap;
}
.contact__check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.contact__check .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 1.5em;
  height: 0.5em;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7-spinner {
  display: none;
}

.contact-submit {
  margin-top: 60px;
  text-align: center;
}
.contact-submit input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: #000;
  font-weight: 700;
  color: #fff;
  padding: 15px;
  width: 304px;
  max-width: 100%;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact-submit input[type=submit]:hover {
  opacity: 0.7;
}