*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  color: #fff;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 14px;
  background: #000;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

a {
  color: inherit;
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header {
  padding: 24px 0;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 25px 0;
  }
}

.header__inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 4.6428571429%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__inner {
    justify-content: center;
    padding: 0 20px;
  }
}

.header__nav {
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-link {
  font-size: 12px;
  letter-spacing: 0.12px;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.header__nav-link:hover {
  opacity: 0.7;
}

.header__logo {
  width: 186px;
  margin-right: 38px;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.header__logo:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-right: 0;
  }
}

.front-subtitle {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-subtitle {
    font-size: 28px;
    letter-spacing: 1.68px;
  }
}

.drawer {
  position: fixed;
  z-index: 1001;
  width: 19px;
  height: 15px;
  top: 34.5px;
  right: 20px;
}

.drawer__bar {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
}
.drawer__bar:nth-of-type(1) {
  top: 0;
}
.drawer__bar:nth-of-type(2) {
  top: 6px;
}
.drawer__bar:nth-of-type(3) {
  top: 12px;
}
.drawer__bar.is-active:nth-of-type(1) {
  transform: rotate(45deg);
  top: 5px;
}
.drawer__bar.is-active:nth-of-type(2) {
  display: none;
}
.drawer__bar.is-active:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 5px;
}

.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transform: translateX(100%);
  transition: transform 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .drawer-content {
    display: block;
  }
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer__nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .section-title {
    text-align: center;
  }
}

.section-title__en {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3.36px;
}
@media screen and (max-width: 767px) {
  .section-title__en {
    font-size: 28px;
    letter-spacing: 1.68px;
  }
}

.section-title__ja {
  margin-top: 48px;
  display: inline-block;
  letter-spacing: 0.14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section-title__ja {
    margin-top: 28px;
  }
}

.fv {
  width: 100%;
  height: 1098px;
  background: url(../img/mv.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url(../img/fv-sp.png) no-repeat center center/cover;
    height: 690px;
  }
}

.fv__title {
  text-align: center;
  padding-top: 280px;
  font-size: 52px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 3.12px;
}
@media screen and (max-width: 767px) {
  .fv__title {
    padding-top: 222px;
    font-size: 28px;
    line-height: 2;
    letter-spacing: 1.68px;
  }
}

.fv__application {
  margin-top: 40px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .fv__application {
    margin-top: 40px;
  }
}

.link-guidance {
  display: inline-block;
  letter-spacing: 0.14px;
  line-height: 1;
  padding-bottom: 24px;
  padding-right: 41px;
  border-bottom: 1px solid #fff;
  position: relative;
  transition: opacity 0.3s ease;
}
.link-guidance:hover {
  opacity: 0.7;
}
.link-guidance::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-icon.png) no-repeat center center/contain;
  width: 25px;
  height: 16px;
  right: 0;
  top: 0;
}

.fv__application-link {
  display: inline-block;
  letter-spacing: 0.14px;
  line-height: 1;
  background: #000;
  padding: 20px 73px 20px 32px;
  position: relative;
  transition: opacity 0.3s ease;
}
.fv__application-link::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-icon.png) no-repeat center center/contain;
  width: 25px;
  height: 16px;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.fv__application-link:hover {
  opacity: 0.7;
}

.news {
  padding-top: 140px;
  padding-bottom: 135px;
  background: url(../img/news-bg.png) no-repeat center center/cover;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .news {
    background: url(../img/news-bg-sp.png) no-repeat center center/cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.news__front {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .news__front {
    margin-top: 32px;
  }
}

.news-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5.2631578947%;
}
@media screen and (max-width: 767px) {
  .news-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.news-item__link {
  display: flex;
  gap: 24px;
  padding: 24px 0 22px;
  border-bottom: 1px solid #6E6E6E;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .news-item__link {
    padding: 18px 0 17px;
    align-items: center;
  }
}
.news-item__link:hover {
  opacity: 0.7;
}
.news-item__link:nth-child(1), .news-item__link:nth-child(2) {
  border-top: 1px solid #6E6E6E;
}

.news-thumbnails {
  width: 100px;
}
.news-thumbnails img {
  aspect-ratio: 1/1;
}

.news-content {
  width: calc(100% - 124px);
}

.news-content__days {
  line-height: 1;
  letter-spacing: 0.14px;
  color: #8D8D8D;
  vertical-align: top;
}

.news-content__title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.16px;
}
@media screen and (max-width: 767px) {
  .news-content__title {
    margin-top: 0;
    line-height: 1.4;
    margin-top: -3px;
  }
}

.news-content__text {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.12px;
}
@media screen and (max-width: 767px) {
  .news-content__text {
    margin-top: 8px;
    line-height: 1.2;
  }
}

.news__list {
  margin-top: 77px;
  text-align: right;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .news__list {
    margin-top: 38px;
    text-align: center;
    margin-right: 0;
  }
}

.program {
  padding: 140px 0 163px;
  background: url(../img/program-bg.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .program {
    padding: 60px 0 70px;
  }
}

.program-photo-left {
  position: absolute;
  top: 320px;
  left: 0;
  width: clamp(
      120px,
      calc(120px + (120) * ((100vw - 375px) / (768 - 375))),
      240px
    );
  height: clamp(
      80px,
      calc(80px + (80) * ((100vw - 375px) / (768 - 375))),
      160px
    );
}

.program-photo-right {
  position: absolute;
  top: 640px;
  right: 0;
  width: clamp(
      81px,
      calc(81px + (81) * ((100vw - 375px) / (768 - 375))),
      162px
    );
  height: clamp(
      53px,
      calc(53px + (55) * ((100vw - 375px) / (768 - 375))),
      108px
    );
}

.program__lists {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 88px;
}
@media screen and (max-width: 767px) {
  .program__lists {
    margin-top: 40px;
    gap: 53px;
  }
}

.program__list {
  text-align: center;
  position: relative;
}
.program__list:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #6E6E6E;
  top: calc(100% + 50px);
  left: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .program__list:not(:last-child)::after {
    height: 28px;
    top: calc(100% + 27px);
  }
}

.program__list-days {
  font-size: 40px;
  line-height: 1.55;
  letter-spacing: 0.4px;
  opacity: 0.4;
}
.list-days2{
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .program__list-days {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.28px;
  }
}

.program__list-month {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #8D8D8D;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .program__list-month {
    font-size: 14px;
    letter-spacing: 0.14px;
    line-height: 1;
  }
}

.program__list-text {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.16px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .program__list-text {
    margin-top: 0px;
    font-size: 14px;
  }
}

.concept {
  padding: 140px 0 360px;
  background: url(../img/concept-bg.png) no-repeat center center/cover;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .concept {
    padding: 60px 0 56px;
    background: url(../img/concept-bg-sp.png) no-repeat center center/cover;
  }
}

.concept__texts {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .concept__texts {
    margin-top: 32px;
    gap: 13px;
  }
}

.concept__text {
  letter-spacing: 0.14px;
}
@media screen and (max-width: 767px) {
  .concept__text {
    line-height: 1.6;
  }
}

.outline {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .outline {
    padding: 62px 0;
  }
}

.outline__items {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .outline__items {
    margin-top: 32px;
  }
}

.outline-dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .outline-dl {
    flex-direction: column;
  }
}

.outline-dt {
  width: 180px;
  padding: 20px 0;
  font-size: 14px;
  letter-spacing: 0.14px;
}
@media screen and (max-width: 767px) {
  .outline-dt {
    width: 100%;
    padding: 12px 0 13.5px;
    line-height: 1;
    background: rgba(110, 110, 110, 0.3);
    text-align: center;
  }
}

.outline-dd {
  width: calc(100% - 180px);
  padding: 20px 0 21px;
  border-bottom: 1px solid #6E6E6E;
  font-size: 14px;
  letter-spacing: 0.14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .outline-dd {
    width: 100%;
    padding: 20px 0;
    border: none;
  }
}
.outline-dd::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  background: #fff;
  bottom: -1px;
  left: -180px;
}
@media screen and (max-width: 767px) {
  .outline-dd::after {
    display: none;
  }
}

.outline-span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.14px;
}
.outline-span:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .outline-span:not(:first-child) {
    margin-top: 4px;
  }
}

.outline-days {
  padding-right: 24px;
}

.footer {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer__circle {
  margin: 0 auto;
  width: 121px;
}
@media screen and (max-width: 767px) {
  .footer__circle {
    width: 80px;
  }
}

.footer__nav {
  display: flex;
  gap: 3.6363636364%;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    gap: 31px 24px;
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-link {
    line-height: 1.1;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .link-home {
    padding-top: 12px;
  }
  .link-home::after {
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .link-spectating::after {
    top: 10px;
  }
}

.footer__copyright {
  margin: 78px auto 0;
  text-align: center;
  line-height: 1;
}
.footer__copyright small {
  font-size: 10px;
  letter-spacing: 0.1px;
  color: #8D8D8D;
}

.access-fv {
  width: 100%;
  height: 914px;
  background: url(../img/access-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .access-fv {
    background: url(../img/access-bg-sp.png) no-repeat center center/cover;
    height: 567px;
  }
}

.access-title {
  padding-top: 400px;
}
@media screen and (max-width: 767px) {
  .access-title {
    padding-top: 457px;
  }
}

.access {
  padding: 80px 0 135px;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 60px 0 53px;
  }
}

.access__link {
  transition: opacity 0.3s ease;
}
.access__link:hover {
  opacity: 0.7;
}

.access__map {
  margin-top: 80px;
  aspect-ratio: 1100/600;
  filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .access__map {
    margin-top: 20px;
  }
}
.access__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access__map iframe {
    max-height: 440px;
  }
}

.information-fv {
  background: url(../img/information-bg.png) no-repeat center center/cover;
  height: 914px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .information-fv {
    background: url(../img/infromation-bg-sp.png) no-repeat center center/cover;
    height: 567px;
  }
}

.information-title {
  padding-top: 400px;
}
@media screen and (max-width: 767px) {
  .information-title {
    padding-top: 457px;
  }
}

.information {
  padding: 80px 0 140px;
}
@media screen and (max-width: 767px) {
  .information {
    padding: 60px 0;
  }
}

.information__list {
  line-height: 2.22;
  letter-spacing: 0.14px;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .information__list {
    line-height: 1.57;
  }
}
.information__list::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 14px;
  left: 9px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .information__list::after {
    top: 9px;
  }
}

.information__message {
  margin-top: 60px;
  letter-spacing: 0.14px;
}
@media screen and (max-width: 767px) {
  .information__message {
    margin-top: 40px;
    line-height: 1.6;
  }
}

.archive {
  padding-top: 198px;
  padding-bottom: 140px;
  background: url(../img/archive-bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .archive {
    padding-top: 138px;
    padding-bottom: 60px;
    background: url(../img/archive-bg-sp.png) no-repeat top center/cover;
  }
}

.archive__lists {
  margin-top: 172px;
}
@media screen and (max-width: 767px) {
  .archive__lists {
    margin-top: 60px;
  }
}

.archive__pagination {
  margin-top: 80px;
  display: flex;
  gap: 16.37px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .archive__pagination {
    margin-top: 60px;
  }
}

.archive__pagination-number {
  line-height: 1;
  letter-spacing: 0.14px;
  padding: 5px 16px 7px;
  border: 1px solid #6E6E6E;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
.archive__pagination-number:hover {
  opacity: 0.7;
  cursor: pointer;
}
.archive__pagination-number.is-active {
  background-color: #6E6E6E;
}

.single {
  padding-top: 178px;
  padding-bottom: 162px;
  background: url(../img/single-bg.png) no-repeat top center/contain;
}
@media screen and (max-width: 767px) {
  .single {
    padding-top: 135px;
    padding-bottom: 82px;
    background: url(../img/single-bg-sp.png) no-repeat top center/contain;
  }
}

.single__top-img {
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .single__top-img {
    width: clamp(
      143px,
      calc(143px + (125) * ((100vw - 375px) / (768 - 375))),
      268px
    );
  }
}

.single__days {
  display: block;
  margin-top: 100px;
  line-height: 1;
  letter-spacing: 0.14px;
}
@media screen and (max-width: 767px) {
  .single__days {
    margin-top: 40px;
  }
}

.single__title {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .single__title {
    font-size: 24px;
    letter-spacing: 0.24;
  }
}

.single__content {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .single__content {
    margin-top: 32px;
  }
}
.single__content h2 {
  font-size: 32px;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .single__content h2 {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.single__content h2:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single__content h2:not(:first-child) {
    margin-top: 28px;
  }
}
.single__content img {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .single__content img {
    margin-top: 32px;
    margin-bottom: 12px;
  }
}
.single__content p {
  letter-spacing: 0.14px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .single__content p {
    margin-top: 16px;
    line-height: 1.6;
  }
}
.single__content h3 {
  margin-top: 40px;
  letter-spacing: 0.24px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .single__content h3 {
    font-size: 16px;
    letter-spacing: 0.16px;
    margin-top: 28px;
  }
}
.single__content ul {
  margin-top: 15px;
}
.single__content li {
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .single__content li {
    line-height: 1.6;
  }
}
.single__content li::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 10px;
  left: 9px;
  background: #fff;
  border-radius: 50%;
}
.single__content h4 {
  font-size: 20px;
  letter-spacing: 0.2px;
  margin-top: 40px;
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .single__content h4 {
    font-size: 14px;
    margin-top: 28px;
  }
}

.single__archive {
  margin: 74px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single__archive {
    margin-top: 60px;
  }
}

.single__archive-link {
  padding-left: 41px;
  padding-bottom: 21px;
  border-bottom: 1px solid #6E6E6E;
  position: relative;
  transition: opacity 0.3s ease;
}
.single__archive-link:hover {
  opacity: 0.7;
}
.single__archive-link::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-left.png) no-repeat center center/contain;
  width: 25px;
  height: 16px;
  left: 0;
  top: 3px;
}
/*# sourceMappingURL=style.css.map */


/* 追加css */
@media screen and (max-width: 767px) {
  .pc-only-space {
    display: none;
  }
}

.qa-8{
  margin-top:40px;
}
.qa-8 dt {
    margin-bottom: 1em;
    padding-left:20px;
    color: #ffffff;
    font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #353535;
    color: #ffffff;
}

.qa-8 dd::before {
    content: "A.";
}

.customtext-link {
  text-decoration: underline;
}
.customtext-link:hover {
  opacity: 0.7;
}

/*トップページコンセプトPC*/
@media screen and (min-width: 768px) {
.concept__texts{
text-align:center;
}
}