@charset "UTF-8";
/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "Noto Sans JP", serif;
  color: #fff;
}

body {
  background-color: #000;
}

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: 767px) {
  br.is-pc {
    display: none;
  }
}

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

.button-entry {
  display: block;
  width: 15.375em;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button-entry {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125em;
    z-index: 500;
  }
  .button-entry img {
    width: 10.375em;
    height: auto;
    display: block;
    transform: translateY(5%);
  }
}
.button-entry:hover {
  filter: brightness(1.1);
}

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: 1.6rem;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67.5em;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 0%, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0) 26%, #000 100%);
  opacity: 0.9;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .container::before {
    height: 42.5em;
  }
}
@media screen and (max-width: 767px) {
  .container {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67.5em;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .bg {
    height: 42.5em;
  }
}
.bg img {
  height: 100%;
  object-fit: cover;
}

.inner {
  max-width: 31.25em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 89.6%;
  }
}
.inner.-md {
  max-width: 61.625em;
}
.inner.-ml {
  max-width: 67.5em;
}
.inner.-lg {
  max-width: 120em;
}

.inner-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/*======================================
    section
======================================*/
.text.-ex img {
  height: 1.185em;
}
.text img {
  width: auto;
  height: 1em;
}

.text-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.section-title {
  font-size: 0.9375em;
  line-height: 1.8666666667;
  font-weight: 500;
}
.section-title span.en {
  display: block;
  font-size: 3.46em;
  line-height: 1;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .section-title span.en {
    font-size: 2.6em;
    margin-bottom: 0;
  }
}
.section-title span.en.-ex {
  margin-bottom: -0.15em;
}

.section-text {
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.7333333333;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .section-text {
    line-height: 1.4666666667;
  }
}
.section-text a {
  font-weight: inherit;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.l-flow {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 6.875em 0;
}
@media screen and (max-width: 767px) {
  .l-flow {
    margin: 3em 0;
  }
}

.l-flow-items {
  display: flex;
  animation-name: infinity-scroll-left;
  animation-duration: 120s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .l-flow-items {
    animation-duration: 80s;
  }
}

.l-flow-item {
  width: 182.5em;
  margin-right: 9.375em;
}
@media screen and (max-width: 767px) {
  .l-flow-item {
    width: 109.75em;
    margin-right: 4em;
  }
}

/*======================================
    button
======================================*/
.more {
  font-size: 1.375em;
  display: inline-block;
  padding-right: 3.25em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .more {
    font-size: 1.875em;
  }
}
.more:hover {
  opacity: 0.7;
}
.more:hover::before {
  transform: translateX(0.25em);
}
.more::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3em;
  height: 0.91em;
  background: url(../img/arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

.button01 {
  font-size: 0.9375em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33em;
  height: 4.87em;
  line-height: 1.7333333333;
  border: 1px solid #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button01:hover {
  background-color: #fff;
  color: #000;
}

.button02 {
  background-color: #ff0000;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4444444444;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 5.55em;
  width: 100%;
  max-width: 23.8em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3em;
  position: relative;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button02 {
    font-size: 0.875em;
  }
}
.button02:hover {
  filter: brightness(1.1);
}
.button02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.33em;
  transform: translateY(-50%);
  width: 0.72em;
  height: 0.72em;
  background: url(../img/icon_link.svg) no-repeat center/contain;
}
.button02 span.sm {
  font-size: 0.72em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .header {
    top: 1.25em;
    left: 1.25em;
  }
}

.h__logo {
  width: 14em;
}
@media screen and (max-width: 767px) {
  .h__logo {
    width: 8em;
  }
}
.h__logo a {
  display: block;
}

.d-icon {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .d-icon {
    right: 1.25em;
  }
}
.d-icon:hover {
  cursor: pointer;
}
.d-icon.active .d-bar.bar1, .d-icon.active .d-bar.bar2, .d-icon.active .d-bar.bar3 {
  top: 50%;
  height: 1px;
}
.d-icon.active .d-bar.bar1 {
  transform: translate(-50%, -50%) rotate(-25deg);
}
.d-icon.active .d-bar.bar2, .d-icon.active .d-bar.bar3 {
  transform: translate(-50%, -50%) rotate(25deg);
}

.d-bars {
  width: 2.8125em;
  height: 1.1875em;
  position: relative;
}

.d-bar {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}
.d-bar.bar1 {
  top: 0;
  height: 3px;
}
.d-bar.bar2 {
  top: 50%;
  height: 2px;
}
.d-bar.bar3 {
  top: 100%;
  height: 1px;
}

.d-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8e8e8e;
  z-index: 200;
  overflow: auto;
  display: none;
}

.d-contents__inner {
  max-height: 67.5em;
}
@media screen and (min-width: 768px) {
  .d-contents__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .d-contents__inner {
    padding-top: 15em;
    padding-bottom: 3.75em;
  }
}

.d-contents__container {
  display: flex;
  justify-content: space-between;
  column-gap: 1.25em;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .d-contents__container {
    flex-direction: column;
    align-items: start;
    max-width: 12.1875em;
    margin-left: auto;
    margin-right: auto;
  }
}

.d-contents__links {
  flex: 1;
}

.d-contents__link:nth-child(n+2) {
  margin-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .d-contents__link:nth-child(n+2) {
    margin-top: 1.75em;
  }
}
.d-contents__link a {
  font-size: 3.25em;
  display: inline-block;
  padding-right: 1.11em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .d-contents__link a {
    font-size: 1.8125em;
  }
}
.d-contents__link a:hover::before {
  transform: translate(0.1em, -100%);
}
.d-contents__link a::before {
  content: "";
  position: absolute;
  top: 1em;
  right: 0;
  transform: translateY(-100%);
  width: 0.92em;
  height: 0.278em;
  background: url(../img/arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .d-contents__entry {
    display: none;
  }
}

.footer {
  margin-top: auto;
  padding: 5em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2em 0 6em;
  }
}

.f__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .f__text {
    font-size: 0.75em;
    line-height: 1.75;
  }
}

.f__copy {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .f__copy {
    margin-top: 1em;
  }
}
.f__copy small {
  font-size: 0.75em;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .f__copy small {
    font-size: 0.625em;
  }
}

@media screen and (min-width: 768px) {
  .fixed-button {
    position: fixed;
    bottom: 2.5em;
    right: 2.5em;
    z-index: 300;
  }
  .fixed-button .button-entry {
    width: min(15.375vw, 15.375em);
  }
}

.fv {
  position: relative;
}

.fv__text {
  position: absolute;
  letter-spacing: -0.075em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fv__text {
    left: 50%;
    transform: translate(-50%, -5%);
    bottom: 0;
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__text {
    left: 1.25em;
    top: 11em;
  }
}
.fv__text span.sm {
  font-size: 0.83em;
}

.fv__inner {
  display: flex;
  align-items: flex-end;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.75em;
  max-width: 120em;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .fv__inner {
    flex-direction: column;
    width: 89.6%;
    padding-top: 5.35em;
    max-width: 31.25em;
  }
}

.fv__item {
  display: block;
  position: relative;
  padding-bottom: 6.25em;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fv__item {
    padding-bottom: 0;
    padding-right: 2em;
  }
  .fv__item::after {
    content: "";
    position: absolute;
    bottom: 4.2em;
    right: 0;
    width: 0.9375em;
    height: 6.375em;
    background: url(../img/txt_Learn_More.svg) no-repeat center/contain;
  }
}
.fv__item:hover {
  transform: scale(1.01);
}
@media screen and (min-width: 768px) {
  .fv__item:hover::before {
    transform: translateY(0.5em);
  }
}
.fv__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../img/arrow_vertical.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .fv__item::before {
    left: 50%;
    width: 0.5em;
    height: 4.875em;
  }
}
@media screen and (max-width: 767px) {
  .fv__item::before {
    right: 0;
    width: 0.375em;
    height: 3.75em;
    transform: translateX(-58%);
  }
}
.fv__item:nth-child(1) {
  width: 45.76%;
}
@media screen and (max-width: 767px) {
  .fv__item:nth-child(1) {
    width: 91.67%;
  }
}
.fv__item:nth-child(2) {
  width: 45.27%;
  margin-left: 6.5%;
}
@media screen and (max-width: 767px) {
  .fv__item:nth-child(2) {
    width: 90.18%;
    margin-top: 2em;
    margin-left: 0;
  }
}

.lead {
  margin-top: 6.5em;
}
@media screen and (max-width: 767px) {
  .lead {
    margin-top: 7.75em;
  }
}

.lead__lead {
  font-size: 3.6875em;
  font-weight: 500;
  line-height: 1.1186440678;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .lead__lead {
    font-size: 2.5em;
    line-height: 1.125;
  }
}
.lead__lead .en {
  display: block;
  font-size: 1.42em;
  margin-bottom: -0.1em;
}
@media screen and (max-width: 767px) {
  .lead__lead .en {
    font-size: 1.4em;
  }
}
.lead__lead .en img {
  width: auto;
  height: 1em;
}

.lead__text {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .lead__text {
    margin-top: 0.5em;
  }
}

.t-about {
  margin-top: 4.375em;
}
@media screen and (max-width: 767px) {
  .t-about {
    margin-top: 4em;
  }
}

@media screen and (max-width: 767px) {
  .t-about__text {
    margin-top: 1em;
  }
}

.t-about__img {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .t-about__img {
    margin-top: 1.5em;
  }
}

.t-about__date {
  margin-top: 0.75em;
}
.t-about__date dt {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .t-about__date dt {
    font-size: 1em;
  }
}
.t-about__date dd {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25em;
  align-items: flex-end;
  column-gap: 1em;
  margin-top: 0.5em;
}
.t-about__date dd .date {
  display: inline-block;
  font-size: 1.73em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .t-about__date dd .date {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .t-content {
    margin-top: 4em;
  }
}

.t-content__lists {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .t-content__lists {
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }
}

.t-content__list:nth-child(n+2) {
  margin-top: 6.25em;
  padding-top: 3.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t-content__list:nth-child(n+2) {
    margin-top: 3em;
  }
}
.t-content__list:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.9375em;
  height: 1.1875em;
  background: url(../img/txt_or.svg) no-repeat center/contain;
}

.t-content__list--link {
  display: flex;
  column-gap: 2.5em;
}
@media screen and (min-width: 768px) {
  .t-content__list--link {
    align-items: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .t-content__list--link {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .t-content__list--link {
    font-size: 1em;
    flex-direction: column;
  }
}

.t-content__list--img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .t-content__list--img {
    width: 100%;
    order: 2;
  }
}

.t-content__list--texts {
  width: 33.75em;
  display: grid;
  align-items: flex-end;
  padding-right: 2.3em;
}
@media screen and (max-width: 767px) {
  .t-content__list--texts {
    width: 100%;
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .t-content__list--lead {
    grid-column: 1/2;
    padding-bottom: 14.85em;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .t-content__list--lead {
    order: 1;
    padding-bottom: 0;
    margin-right: auto;
    margin-bottom: -8em;
    transform: translateX(-6%);
  }
}
.t-content__list--lead span.row {
  display: block;
  font-size: 2.375em;
  font-weight: 500;
  line-height: 1.95;
}
@media screen and (max-width: 767px) {
  .t-content__list--lead span.row {
    font-size: 1.375em;
  }
}
.t-content__list--lead.-jump span.row1 {
  padding-top: 1.5em;
}
.t-content__list--lead.-jump span.row2 {
  padding-top: 3.25em;
}
.t-content__list--lead.-jump span.row4 {
  padding-top: 5em;
}
.t-content__list--lead.-step {
  padding-bottom: 7em;
}
@media screen and (max-width: 767px) {
  .t-content__list--lead.-step {
    padding-bottom: 0;
    margin-bottom: -9.5em;
  }
}
.t-content__list--lead.-step span.row1 {
  padding-top: 3.25em;
}
.t-content__list--lead.-step span.row2 {
  padding-top: 5.25em;
}
.t-content__list--lead.-step span.row3 {
  padding-top: 4em;
}
@media screen and (min-width: 768px) {
  .t-content__list--details {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .t-content__list--details {
    order: 3;
    margin-top: 2.75em;
  }
}

.t-content__list--title {
  width: 23.5em;
}
@media screen and (max-width: 767px) {
  .t-content__list--title {
    width: 16.25em;
  }
}
.t-content__list--title.-step {
  width: 19.75em;
}
@media screen and (max-width: 767px) {
  .t-content__list--title.-step {
    width: 13.625em;
  }
}

.t-content__list--date {
  display: flex;
  align-items: center;
  column-gap: 0.625em;
  margin: 1em 0 1.5em;
}
.t-content__list--date dt {
  font-size: 0.6875em;
  padding: 0.5em 1em;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .t-content__list--date dt {
    font-size: 0.9375em;
  }
}
.t-content__list--date dd {
  font-size: 1.1875em;
}
@media screen and (max-width: 767px) {
  .t-content__list--date dd {
    font-size: 1.625em;
  }
}

.t-content__button {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  .t-content__button {
    margin-top: 5em;
  }
}

.t-topics {
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  .t-topics {
    margin-top: 5em;
  }
}

.t-topics__wrap {
  margin-top: 4.5em;
}
@media screen and (max-width: 767px) {
  .t-topics__wrap {
    margin-top: 1.875em;
  }
}

.t-topic-swiper-next {
  position: static;
  width: 4.125em;
  height: auto;
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .t-topic-swiper-next {
    margin-top: 3.2em;
    margin-left: auto;
  }
}
.t-topic-swiper-next::after {
  display: none;
}

.t-topics-swiper {
  overflow: visible;
}

.t-topic-swiper-slide {
  width: 18.75em;
}
@media screen and (max-width: 767px) {
  .t-topic-swiper-slide {
    width: 16.25em;
  }
}

.topic-card__link {
  display: block;
  transition: filter 0.3s ease;
}
.topic-card__link:hover {
  filter: brightness(1.1);
}
.topic-card__link:hover .topic-card__img img {
  transform: scale(1.05);
}

.topic-card__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #8e8e8e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic-card__img img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.no-img {
  width: 50%;
}
.no-img img {
  height: auto;
}

.topic-card__body {
  margin-top: 0.5em;
}

.topic-card__date {
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3461538462;
}
@media screen and (max-width: 767px) {
  .topic-card__date {
    font-size: 1.375em;
  }
  .topic-card__date.-archive {
    font-size: 0.875em;
  }
}

.topic-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.topic-card__title.-archive {
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .topic-card__title {
    font-size: 0.8125em;
  }
}

.t-topics__button {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .t-topics__button {
    margin-top: 1.25em;
  }
}

.t-sponsor {
  background-color: #ff0000;
  padding: 7.75em 0 7em;
  margin-top: 10em;
}
@media screen and (max-width: 767px) {
  .t-sponsor {
    margin-top: 7.5em;
    padding: 5em 0;
  }
}

.t-sponsor__lead {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.3571428571;
  margin-top: 1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .t-sponsor__lead {
    margin-top: 0.5em;
  }
}

.t-sponsor__text {
  margin-top: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .t-sponsor__text {
    line-height: 1.7333333333;
  }
}

/*======================================
    Page
======================================*/
.page {
  padding-top: 6.25em;
  padding-bottom: 2em;
}

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

.p-section-title {
  font-size: 1.125em;
  line-height: 1.4444444444;
  font-weight: 700;
  border-top: 0.167em solid #fff;
  border-bottom: 0.167em solid #fff;
  padding: 1em 0;
  margin-top: 3.2em;
}

.p-section-title02 {
  font-size: 1.125em;
  line-height: 1.4444444444;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
  margin-top: 3em;
}
.p-section-title02::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.p-section-text {
  margin-top: 1em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.8571428571;
  text-align: justify;
  font-feature-settings: "palt";
}
.p-section-text a {
  font-weight: inherit;
}

.about-lists {
  margin-top: 1em;
}

.about-list:nth-child(n+2) {
  margin-top: 2em;
}

.about-list__title {
  font-size: 1.125em;
  line-height: 1.4444444444;
  font-weight: 500;
}

.line-list {
  padding-left: 1em;
  border-left: 1px solid #fff;
}
.line-list:nth-child(n+2) {
  margin-top: 1.5em;
}

.disc-lists {
  margin-top: -0.25em;
}

.disc-list {
  padding-left: 0.85em;
  position: relative;
}
.disc-list:nth-child(n+2) {
  margin-top: 0;
}
.disc-list::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0;
  width: 0.25em;
  height: 0.25em;
  background-color: #fff;
  border-radius: 50%;
}

.p-about-course__lead {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.55;
  margin-top: 0.5em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-about-course__lead {
    font-size: 1.125em;
  }
}

.p-about-course__img {
  margin: 2.5em 0;
}

.p-about-course__details {
  margin-top: 1.5em;
}
.p-about-course__details dd {
  margin-top: 0.25em;
}

.circle-lists {
  margin: 1.5em 0 1em;
}

.circle-list {
  position: relative;
  padding-left: 1em;
  margin-top: 0;
}
.circle-list::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.dot-lists {
  margin-top: 3em;
}

.dot-list {
  padding: 2.75em 0;
  position: relative;
}
.dot-list:last-child {
  padding-bottom: 1em;
}
.dot-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(circle farthest-side, #fff, #fff 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
  background-size: 10px;
}

.p-about-course__title {
  max-width: 24.625em;
}
.p-about-course__title.-step {
  max-width: 23em;
  margin-top: 1em;
}

.p-about-course__entry--lists {
  margin-top: 2.25em;
}

.p-about-course__entry--list:nth-child(n+2) {
  margin-top: 1em;
}
.p-about-course__entry--list dl dt {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4444444444;
}
.p-about-course__entry--list dl dd {
  margin-top: 0.5em;
}

.p-about-course__ex {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5em;
}

.p-about-course__ex--wrap {
  display: grid;
  grid-template-columns: 42.6% auto;
  column-gap: 0.875em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-about-course__ex--wrap {
    grid-template-columns: 1fr;
    row-gap: 0.5em;
  }
}

.p-about-course__ex--text {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
}

.p-about-course__entry--button {
  margin-top: 2em;
}

.p-about-prize {
  margin-top: 1.75em;
}

@media screen and (max-width: 767px) {
  .p-about-final__date {
    margin: 1em 0 0.5em;
  }
}
.p-about-final__date .lg {
  display: inline-block;
  font-size: 1.79em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-about-final__date .lg {
    display: block;
    line-height: 1.5;
  }
}

.p-about-final__lists {
  margin: 0;
}

.p-about-final__text {
  margin-top: 0.25em;
}

.p-about-final__table--wrap {
  margin-top: 2em;
}

.p-about-final__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-about-final__table tr th, .p-about-final__table tr td {
  font-weight: 500;
  line-height: 1.8571428571;
  font-size: 0.875em;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #fff;
  padding: 1.2em 0;
  font-feature-settings: "palt";
}
.p-about-final__table tr th:last-child, .p-about-final__table tr td:last-child {
  border-right: none;
}
.p-about-final__table tr th {
  text-align: center;
}
.p-about-final__table tr th:nth-child(1) {
  width: 2.14em;
  border-left: none;
}
.p-about-final__table tr th:nth-child(2) {
  width: 10.57em;
}
@media screen and (max-width: 767px) {
  .p-about-final__table tr th:nth-child(2) {
    width: 7em;
  }
}
.p-about-final__table tr td.center {
  text-align: center;
}
.p-about-final__table tr td:last-child {
  padding-left: 1em;
}

/*======================================
    archive
======================================*/
.a-topics {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
  column-gap: 2.5em;
  row-gap: 3.125em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .a-topics {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25em;
  }
}

.no-post {
  margin-top: 3em;
}

.pagination {
  margin-top: 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.5em;
  row-gap: 0.25em;
}
.pagination .page-numbers {
  font-size: 1em;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers.current {
  background-color: #ff0000;
}
.pagination a {
  transition: opacity 0.3s ease;
}
.pagination a:hover {
  opacity: 0.7;
}

/*======================================
    single
======================================*/
.s-contents {
  margin-top: 5em;
}

.s-title {
  font-size: 1.25em;
  font-weight: 500;
  padding-bottom: 1em;
  line-height: 1.75;
  margin-top: 0.5em;
  position: relative;
}
.s-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5em;
  height: 0.15em;
  background-color: #ff0000;
}

.s-eye {
  margin: 3em 0;
}
.s-eye img {
  height: auto;
}

.s-content {
  margin-top: 4em;
  font-size: 0.875em;
  text-align: justify;
  font-feature-settings: "palt";
  line-height: 1.8571428571;
  font-weight: 500;
}
.s-content * {
  font-weight: inherit;
  margin-top: 1.5em;
}
.s-content h2 {
  font-size: 1.125em;
  line-height: 1.4444444444;
  font-weight: 700;
  border-top: 0.167em solid #fff;
  border-bottom: 0.167em solid #fff;
  padding: 1em 0;
  margin-top: 3.2em;
}
.s-content h3 {
  font-size: 1.125em;
  line-height: 1.4444444444;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
  margin-top: 3em;
}
.s-content h3::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.s-content h4 {
  padding-bottom: 0.5em;
  border-bottom: 0.167em solid #fff;
}
.s-content a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.s-content a:hover {
  opacity: 0.7;
}
.s-content img {
  height: auto;
  margin: 0;
}

.s-pagination {
  margin-top: 5em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.s-pagination-link {
  display: block;
  grid-row: 1/2;
  font-size: 0.875em;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.s-pagination-link:hover {
  opacity: 0.7;
}
.s-pagination-link.-prev, .s-pagination-link.-next {
  position: relative;
}
.s-pagination-link.-prev::before, .s-pagination-link.-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.75em;
  height: 0.75em;
  border-bottom: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  transition: transform 0.3s ease;
}
.s-pagination-link.-prev {
  grid-column: 1/2;
  padding-left: 1em;
}
.s-pagination-link.-prev::before {
  left: 0;
  transform: translateY(-50%) rotate(-225deg);
}
.s-pagination-link.-prev:hover::before {
  transform: translate(-0.25em, -50%) rotate(-225deg);
}
.s-pagination-link.-all {
  text-align: center;
  grid-column: 2/3;
}
.s-pagination-link.-next {
  text-align: right;
  grid-column: 3/4;
  padding-right: 1em;
}
.s-pagination-link.-next::before {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.s-pagination-link.-next:hover::before {
  transform: translate(0.25em, -50%) rotate(-45deg);
}

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