@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@400,500,700,900&display=swap&subset=japanese");
:root {
  --main-color: #369;
  scroll-behavior: smooth;
  scroll-padding-top: 57px;
  --sub-color: #c33;
}

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, main, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, img, video, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link img, a:visited img, a:hover img, a img {
  border: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

body {
  background: #fff;
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

button:hover {
  opacity: .7;
}

a {
  transition: all .3s;
}

a:hover {
  opacity: .7;
}

.wrapper .live-banner-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.wrapper .live-banner-wrap .live-banner {
  background: var(--sub-color);
  color: #fff;
  display: block;
  letter-spacing: 0;
  width: min(90%, 280px);
}

@media screen and (max-width: 1000.9px) {
  .wrapper .live-banner-wrap .live-banner {
    margin: 0 auto;
  }
}

.wrapper .live-banner-wrap .live-banner span:first-child {
  margin-right: 6px;
}

.wrapper .live-banner-wrap .live-banner span:last-child {
  margin-top: 2px;
}

.wrapper .live-banner-wrap .live-banner a {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 89.2px;
  padding: 15px 10px;
}

.wrapper .live-banner-wrap .live-banner a div {
  align-items: center;
  display: flex;
  justify-content: center;
}

.wrapper .live-banner-wrap .live-banner a p {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 12px;
}

.wrapper .entry-note {
  color: var(--sub-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 30px;
  max-width: 900px;
  width: 90%;
}

.wrapper .entry-note:has(span) {
  display: flex;
  justify-content: center;
}

.wrapper .archive-movie-note {
  margin: 10px auto 30px;
  text-align: center;
  width: min(90%, 500px);
}

.wrapper .button-wrapper {
  margin: 40px 0 0;
  position: relative;
}

.wrapper .event-date-badge {
  font-size: 14px;
}

.wrapper .button {
  border-radius: 4px;
  box-shadow: 0 2px 0 0 #ccc;
  color: #fff;
  display: block;
  font-size: clamp(1rem, 0.583rem + 2.22vw, 1.25rem);
  font-weight: 700;
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 55px;
  position: relative;
  text-align: center;
  width: min(500px, 90%);
}

.wrapper .button.button-two-lines {
  margin-bottom: 30px;
  padding: 16.5px 55px;
}

.wrapper .button.button-two-lines.button-two-lines--mb0 {
  margin-bottom: 0;
}

.wrapper .button span {
  display: block;
  line-height: 1.4;
}

.wrapper .button.button--statement.en {
  font-size: 12px;
}

.wrapper .button.button--statement {
  background-color: var(--sub-color);
  font-size: clamp(.938rem, .493rem + 2.22vw, 1.188rem)  ;
}

.wrapper .button.button--statement:after {
  background: url(/kansensho2025/img/archive/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 24px;
  margin: auto;
  position: absolute;
  right: 21px;
  top: 0;
  width: 24px;
}

.wrapper .button.button-archive-movie {
  background-color: var(--main-color);
  font-size: clamp(0.938rem, 0.493rem + 2.22vw, 1.188rem);
}

.wrapper .button.button-archive-movie.button-archive-movie--en {
  font-size: clamp(0.938rem, 0.826rem + 0.56vw, 1rem);
}

.wrapper .button.button-archive-movie:after {
  background: url(/kansensho2025/img/archive/icon_link_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 21px;
  margin: auto;
  position: absolute;
  right: 21px;
  top: 0;
  width: 21px;
}

.wrapper .button.button-archive-movie {
  background: var(--sub-color);
  font-feature-settings: "palt";
}

.wrapper .button.button-archive-movie:after {
  background: url(/kansensho2025/img/common/icon_movie2.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 21px;
  margin: auto;
  position: absolute;
  right: 21px;
  top: 0;
  width: 21px;
}

.wrapper .button.button--entry {
  background: var(--sub-color);
  font-feature-settings: "palt";
}

.wrapper .button.button--entry:after {
  background: url(/kansensho2025/img/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 31px;
  margin: auto;
  position: absolute;
  right: 21px;
  top: 0;
  width: 31px;
}

.wrapper .button.button--position-offset {
  margin-top: 0;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .button.button--position-offset {
    margin-top: 60px;
  }
}

.wrapper .drawer-hamburger {
  display: none;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .drawer-hamburger {
    background: #464646;
    cursor: pointer;
    display: block;
    height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 20;
  }
  .wrapper .drawer-hamburger span {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    left: 14px;
    position: absolute;
    width: 45%;
  }
  .wrapper .drawer-hamburger span:first-child {
    top: 15px;
  }
  .wrapper .drawer-hamburger span:nth-child(2) {
    top: 23px;
    width: 30%;
  }
  .wrapper .drawer-hamburger span:last-child {
    top: 31px;
  }
  .wrapper .drawer-hamburger.active span:first-child {
    background: #fff;
    left: 18px;
    top: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .wrapper .drawer-hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .wrapper .drawer-hamburger.active span:last-child {
    background: #fff;
    left: 18px;
    top: 30px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
}

.wrapper .header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .header {
    position: fixed;
    top: -120%;
    transition: all .3s;
  }
}

.wrapper .header.panelactive {
  overflow: auto;
  top: 0;
}

.wrapper .header .header__navi {
  background: #ccc;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .header .header__navi.fade-in {
    opacity: 1;
  }
  .wrapper .header .header__navi.fade-in.animate__fadeIn {
    -webkit-animation-name: none !important;
    animation-name: none !important;
  }
}

.wrapper .header .header__navi ul {
  display: flex;
  max-width: 100%;
  width: min(90%, 1080px);
  margin: 0 auto;
  width: min(90%, 810px);
}

@media screen and (max-width: 1000.9px) {
  .wrapper .header .header__navi ul {
    flex-direction: column;
    height: 100vh;
    justify-content: center;
  }
}

.wrapper .header .header__navi ul li {
  text-align: center;
  width: calc(100%/4);
}

@media screen and (max-width: 1000.9px) {
  .wrapper .header .header__navi ul li {
    width: 100%;
  }
}

.wrapper .header .header__navi ul li:last-child {
  display: none;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .header .header__navi ul li:last-child {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  .wrapper .header .header__navi ul li.active {
    background: var(--main-color);
  }
}

@media screen and (min-width: 1001px) {
  .wrapper .header .header__navi ul li.active a {
    color: #fff;
  }
}

.wrapper .header .header__navi ul li a {
  display: block;
  font-size: 17px;
  font-weight: 700;
  padding: 19px 0 20px;
}

.wrapper .header .header__navi ul li a:hover {
  background: var(--main-color);
  color: #fff;
  opacity: 1;
}

.wrapper .main .section .description {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 auto 10px;
  max-width: 100%;
  text-align: left;
  text-align: center;
  width: 1000px;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .main .section .description {
    max-width: 480px;
    width: 90%;
  }
}

.wrapper .main .section.main-visual {
  align-items: center;
  background: url(/kansensho2025/img/common/main.jpg) no-repeat top center/cover;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  padding: 30px 0 130px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section.main-visual {
    padding: 40px 0 75px;
  }
}

.wrapper .main .section.lead {
  background: #fff;
}

.wrapper .main .section .news {
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #000;
  display: flex;
  max-width: 100%;
  width: min(90%, 1080px);
  margin: 0 auto 50px;
  padding: 25px 0 25px 25px;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .news {
    flex-direction: column;
  }
}

.wrapper .main .section.lecturer .section:last-child {
  margin-bottom: 0;
}

.wrapper .main .section.program, .wrapper .main .section.archives, .wrapper .main .section.lecturer, .wrapper .main .section.overview {
  background: #f5f7fa;
  padding: 60px 0;
  width: 100%;
}

.wrapper .main .section.overview {
  background: url(/kansensho2025/img/overview/overview_back.jpg) no-repeat center center/cover;
}

.wrapper .main .section.organizer {
  padding-top: 48px;
}

.wrapper .main .section.sponsor {
  padding: 48px 0;
}

.wrapper .main .section .section__header h2 {
  font-size: clamp(1.5rem, 1.286rem + 1.14vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
}

.wrapper .main .section .section__header h2 .en {
  color: var(--sub-color);
  display: block;
  font-size: 14px;
}

.wrapper .main .section .section__header.section__header--news {
  color: var(--sub-color);
  flex-shrink: 0;
}

.wrapper .main .section .section__header.section__header--program {
  max-width: 100%;
  width: min(90%, 900px);
  margin: 0 auto;
}

.wrapper .main .section .section__header.section__header--archives {
  max-width: 100%;
  width: min(90%, 1080px);
  margin: 0 auto;
}

.wrapper .main .section .section__header.section__header--lecturer {
  max-width: 100%;
  width: min(90%, 950px);
  margin: 0 auto;
}

.wrapper .main .section .section__header.section__header--lecturer h3 {
  background: var(--main-color);
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 5px 5px 5px 13px;
}

.wrapper .main .section .section__header.section__header--overview {
  max-width: 100%;
  width: min(90%, 1080px);
  margin: 0 auto;
}

.wrapper .main .section .section__header.section__header--sponsor {
  background: #f5f5f5;
  border-radius: 25px;
  max-width: 100%;
  width: min(90%, 1080px);
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 15px;
  text-align: center;
}

.wrapper .main .section .section__header.section__header--sponsor h2 {
  font-size: clamp(1rem, 0.893rem + 0.57vw, 1.375rem);
}

.wrapper .main .section .section__body {
  max-width: 100%;
  width: 100%;
}

.wrapper .main .section .section__body.section__body-buttons {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  width: 1000px;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .main .section .section__body.section__body-buttons {
    align-items: normal;
    flex-direction: column;
  }
}

.wrapper .main .section .section__body .download {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 auto 6px;
  max-width: 100%;
  width: min(90%, 480px);
}

.wrapper .main .section .section__body .download.en {
  font-size: 11px;
}

.wrapper .main .section .section__body .download.ja span:last-child {
  font-size: 11px;
}

.wrapper .main .section .section__body .download span {
  display: block;
}

.wrapper .main .section .section__body .about-program {
  font-weight: 900;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 100%;
  text-align: center;
  width: min(90%, 480px);
}

@media screen and (max-width: 1000.9px) {
  .wrapper .main .section .section__body .about-program.sp-margin-top {
    margin-top: 45px;
  }
}

.wrapper .main .section .section__body .section__body__now-accepting {
  line-height: 1.5;
  margin: 45px auto 0;
  text-align: center;
  width: min(90%, 750px);
}

.wrapper .main .section .section__body .section__body__now-accepting.en {
  width: min(90%, 800px);
}

.wrapper .main .section .section__body .section__body__now-accepting p {
  line-height: 1.5;
}

.wrapper .main .section .section__body .section__body__about-sns {
  line-height: 1.5;
  margin: 40px auto 15px;
  max-width: 100%;
  text-align: left;
  width: min(90%, 750px);
}

.wrapper .main .section .section__body .section__body__social-buttons {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

.wrapper .main .section .section__body .section__body__social-buttons li {
  margin: 0 10px;
}

.wrapper .main .section .section__body .section__body__program {
  max-width: 100%;
  width: min(90%, 900px);
  margin: 0 auto 48px;
}

.wrapper .main .section .section__body .section__body__program:last-child {
  margin-bottom: 0;
}

.wrapper .main .section .section__body .section__body__program .event-days {
  align-items: center;
  background: var(--main-color);
  border-radius: 6px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding: 6px 0;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__program .event-days {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 12px;
    text-align: left;
  }
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__program .event-days .vertical-bar {
    display: none;
  }
}

.wrapper .main .section .section__body .section__body__program .event-days a {
  font-weight: 700;
  line-height: 1.7;
  margin: 0 3px;
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__program .event-days a {
    margin-bottom: 6px;
  }
}

.wrapper .main .section .section__body .section__body__program .event-days a:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 6px;
  position: relative;
  top: -2px;
  width: 0;
}

.wrapper .main .section .section__body .section__body__program .event-days a.active {
  font-size: 18px;
  font-weight: 900;
}

.wrapper .main .section .section__body .section__body__program .event-days a.active:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

.wrapper .main .section .section__body .section__body__program .event-days a.active:after {
  background: #fff;
  bottom: 1px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.wrapper .main .section .section__body .section__body__program .event-days a span {
  font-size: 14px;
  font-weight: 500;
}

.wrapper .main .section .section__body .section__body__program .program-contents .event-day {
  line-height: 1.7;
  margin-bottom: 12px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .event-day span {
  display: inline-block;
}

.wrapper .main .section .section__body .section__body__program .program-contents .event-day span:first-child {
  background: var(--main-color);
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  margin-right: 8px;
  padding: 3px 5px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .event-day span:nth-child(2) {
  font-weight: 700;
  margin-right: 6px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body {
  font-size: 15px;
  line-height: 1.7;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body dl {
  margin-bottom: 12px;
  overflow: hidden;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body dl.attention {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body dl.attention.about-movie {
  color: var(--sub-color);
  font-size: 12px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body dl dt {
  float: left;
  width: 10px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body dl dd {
  padding-left: 10px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table {
  background: #fff;
  border-collapse: collapse;
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table span.en {
  color: #262626;
  display: block;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table th {
  border: #ccc 1px solid;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table th {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td {
  border: #ccc 1px solid;
  vertical-align: top;
  width: 80%;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td.theme {
  background: var(--main-color);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px;
  text-align: center;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td.theme span {
  display: inline-block;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td.theme span.theme--en {
  font-size: 14px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td.subcommittee {
  font-size: 15px;
  width: 40%;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td.subcommittee {
    display: block;
    width: 100%;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td h3 {
  font-size: inherit;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td ul li:first-child {
  padding-top: 0;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session {
  padding: 20px 10px 20px 20px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session hr {
  background: #ccc;
  height: 1px;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4 {
  color: var(--main-color);
  font-weight: 700;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4.special-session {
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4.special-session {
    align-items: flex-start;
    flex-direction: column;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4.special-session span:first-child {
  margin-right: 12px;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4.special-session span:first-child {
    margin-right: 0;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4.special-session .en {
  font-size: 11px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4.company {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4.company {
    align-items: flex-start;
    flex-direction: column;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4.company span:first-child {
  margin-right: 12px;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4.company span:first-child {
    margin-right: 0;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session h4.company .en {
  font-size: 14px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .text .name {
  font-weight: 700;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .text .job {
  font-size: 12px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .moderator {
  color: #666;
  font-size: 15px;
  font-weight: 700;
  margin: 25px 0 0;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .lecturer .name {
  font-size: 15px;
  font-weight: 700;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .lecturer .job {
  font-size: 12px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .accordion {
  margin-top: 10px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .accordion ul {
  display: none;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .accordion ul li:first-child {
  padding-top: 10px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .accordion .accordion__button {
  background: var(--main-color);
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  max-width: 100%;
  padding: 5px;
  position: relative;
  text-align: center;
  width: min(90%, 300px);
}

@media screen and (max-width: 370px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .accordion .accordion__button {
    padding: 5px 25px;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .accordion .accordion__button:hover {
  cursor: pointer;
  opacity: .7;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .accordion .accordion__button.open:after {
  top: 45%;
  transform: rotate(-45deg);
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .session .accordion .accordion__button:after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 5%;
  top: calc(50% - 6px);
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .archive-movies {
  display: flex;
  margin: 0 0 15px;
}

@media screen and (max-width: 380.9px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .archive-movies {
    flex-direction: column;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .archive-movies div:first-child {
  margin-right: 18px;
}

@media screen and (max-width: 380.9px) {
  .wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .archive-movies div:first-child {
    margin-bottom: 12px;
    margin-right: 0;
  }
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .archive-movies div a {
  align-items: center;
  background: var(--sub-color);
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  max-width: 100%;
  padding: 5px 10px;
  width: 150px;
}

.wrapper .main .section .section__body .section__body__program .program-contents .program-contents__body table td .archive-movies div a span:first-child {
  margin-right: 5px;
}

.wrapper .main .section .section__body .section__body__archives {
  max-width: 100%;
  width: min(90%, 1080px);
  margin: 30px auto 0;
}

.wrapper .main .section .section__body .section__body__archives .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__archives .list {
    flex-direction: column;
    margin: 0 0 0 0;
  }
}

.wrapper .main .section .section__body .section__body__archives .list li {
  flex: 0 0 50%;
  margin: 0 10px 10px 0;
  max-width: calc(50% - 10px);
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__archives .list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.wrapper .main .section .section__body .section__body__archives .list li:first-child {
  flex: 0 0 calc(100% - 10px);
  max-width: 100%;
  width: 100%;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__header {
  letter-spacing: 1px;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__header h3 {
  font-size: clamp(1rem, 0.964rem + 0.19vw, 1.125rem);
  line-height: 1.5;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__header h3 span {
  display: block;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__header h3 span:first-child {
  font-size: clamp(1.125rem, 0.982rem + 0.76vw, 1.625rem);
  line-height: 1.2;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__header h3 span:nth-child(2) {
  margin-bottom: 6px;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body .about-archive-viewing {
  margin: 30px 0 20px;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body .archive-box__body__flex {
  display: flex;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body .archive-box__body__flex {
    flex-direction: column;
  }
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body .archive-box__body__flex a:nth-child(2) {
  margin-left: 24px;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body .archive-box__body__flex a:nth-child(2) {
    margin-left: 0;
    margin-top: 18px;
  }
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body div:nth-child(2) {
  margin: 20px 0 0;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body div .link {
  color: var(--main-color);
  display: inline-block;
  font-size: clamp(1rem, 0.583rem + 2.22vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body div .link:after {
  background: url(/kansensho2025/img/archive/icon_link.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  left: 5px;
  position: relative;
  top: 4px;
  width: 20px;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body div .movie {
  background: var(--main-color);
  border-radius: 4px;
  box-shadow: 0 2px 0 0 #ccc;
  color: #fff;
  display: block;
  font-size: clamp(1rem, 0.583rem + 2.22vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 346px;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body div .movie span {
  display: inline-block;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body div .movie:after {
  background: url(/kansensho2025/img/archive/icon_link_white.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  left: 5px;
  position: relative;
  top: 3px;
  width: 20px;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body div .pdf {
  background: var(--main-color);
  border-radius: 4px;
  box-shadow: 0 2px 0 0 #ccc;
  color: #fff;
  display: block;
  font-size: clamp(1rem, 0.583rem + 2.22vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 346px;
}

.wrapper .main .section .section__body .section__body__archives .list li .archive-box .archive-box__body div .pdf:after {
  background: url(/kansensho2025/img/archive/icon_pdf.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  left: 5px;
  position: relative;
  top: 3px;
  width: 20px;
}

.wrapper .main .section .section__body .section__body__lecturers2 {
  max-width: 100%;
  width: min(90%, 950px);
  margin: 0 auto 48px;
}

.wrapper .main .section .section__body .section__body__lecturers2.link, .wrapper .main .section .section__body .section__body__lecturers2.last {
  margin-bottom: 0;
}

.wrapper .main .section .section__body .section__body__lecturers2 .in-page-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 20px;
}

@media screen and (max-width: 640px) {
  .wrapper .main .section .section__body .section__body__lecturers2 .in-page-links {
    justify-content: flex-start;
    line-height: 1.8;
  }
}

.wrapper .main .section .section__body .section__body__lecturers2 .in-page-links li {
  text-align: center;
}

.wrapper .main .section .section__body .section__body__lecturers2 .in-page-links li:not(:last-child) {
  margin-right: 35px;
}

.wrapper .main .section .section__body .section__body__lecturers2 .in-page-links li a {
  color: var(--main-color);
  font-size: clamp(1rem, 0.964rem + 0.19vw, 1.125rem);
  text-decoration: underline;
}

.wrapper .main .section .section__body .section__body__lecturers2 .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__lecturers2 .list {
    margin: 0 0 0 0;
  }
}

.wrapper .main .section .section__body .section__body__lecturers2 .list li {
  flex: 0 0 50%;
  margin: 0 10px 10px 0;
  max-width: calc(50% - 10px);
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__lecturers2 .list li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.wrapper .main .section .section__body .section__body__lecturers2 .list li .lecturer-box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 5.82px 0.18px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 20px 18px 20px 20px;
}

@media screen and (max-width: 320px) {
  .wrapper .main .section .section__body .section__body__lecturers2 .list li .lecturer-box {
    padding: 12px 10px 12px 10px;
  }
}

.wrapper .main .section .section__body .section__body__lecturers2 .list li .lecturer-box .photo {
  flex-shrink: 0;
  margin-right: 10px;
}

@media screen and (max-width: 320px) {
  .wrapper .main .section .section__body .section__body__lecturers2 .list li .lecturer-box .photo {
    width: 60px;
  }
}

.wrapper .main .section .section__body .section__body__lecturers2 .list li .lecturer-box .text .session {
  margin-bottom: 10px;
}

.wrapper .main .section .section__body .section__body__lecturers2 .list li .lecturer-box .text .session span {
  border: solid 1px var(--main-color);
  border-radius: 3px;
  color: var(--main-color);
  display: inline-block;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 3px 6px 0;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 320px) {
  .wrapper .main .section .section__body .section__body__lecturers2 .list li .lecturer-box .text .session span {
    font-size: 10px;
  }
}

.wrapper .main .section .section__body .section__body__lecturers2 .list li .lecturer-box .text .name {
  font-size: clamp(1rem, 0.964rem + 0.19vw, 1.125rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}

.wrapper .main .section .section__body .section__body__lecturers2 .list li .lecturer-box .text .job {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.4;
}

.wrapper .main .section .section__body .section__body__lecturers {
  margin: 35px 0;
}

.wrapper .main .section .section__body .section__body__lecturers .lecturers {
  margin: 0 auto;
  max-width: 100%;
  width: min(100%, 916px);
}

@media screen and (min-width: 768px) and (max-width: 966.9px) {
  .wrapper .main .section .section__body .section__body__lecturers .lecturers {
    max-width: 680px;
  }
}

@media screen and (min-width: 551px) and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__lecturers .lecturers {
    max-width: 460px;
  }
}

@media screen and (max-width: 550.9px) {
  .wrapper .main .section .section__body .section__body__lecturers .lecturers {
    max-width: 220px;
  }
}

.wrapper .main .section .section__body .section__body__lecturers .lecturers li .lecturer {
  background: #fff;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 100%;
  min-height: 225px;
  padding: 18px;
  width: 220px;
}

.wrapper .main .section .section__body .section__body__lecturers .lecturers li .lecturer.en {
  min-height: 237px;
}

.wrapper .main .section .section__body .section__body__lecturers .lecturers li .lecturer.en p .name {
  font-size: 14px;
}

.wrapper .main .section .section__body .section__body__lecturers .lecturers li .lecturer img {
  margin: 0 auto;
}

.wrapper .main .section .section__body .section__body__lecturers .lecturers li .lecturer p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 12px;
  text-align: center;
}

.wrapper .main .section .section__body .section__body__lecturers .lecturers li .lecturer p .label {
  display: block;
  margin: 6px 0;
}

.wrapper .main .section .section__body .section__body__lecturers .lecturers li .lecturer p .name {
  font-size: 16px;
  font-weight: bold;
}

.wrapper .main .section .section__body .section__body__news {
  margin: 0 0 0 auto;
  width: min(90%, 916px);
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__news {
    margin: 15px auto 0;
    width: 100%;
  }
}

.wrapper .main .section .section__body .section__body__news .news__list {
  font-size: 14px;
  height: 100px;
  line-height: 1.5;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 20px;
  padding-top: 5px;
}

.wrapper .main .section .section__body .section__body__news .news__list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

.wrapper .main .section .section__body .section__body__news .news__list::-webkit-scrollbar-track {
  background: #e2e0e1;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 0 2px #777;
}

.wrapper .main .section .section__body .section__body__news .news__list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-shadow: none;
}

.wrapper .main .section .section__body .section__body__news .news__list li {
  margin-bottom: 5px;
}

.wrapper .main .section .section__body .section__body__news .news__list li ul {
  display: flex;
}

.wrapper .main .section .section__body .section__body__news .news__list li ul li a {
  color: #4788c7;
  font-weight: 500;
  text-decoration: underline;
}

.wrapper .main .section .section__body .section__body__news .news__list li ul li:first-child {
  margin-right: 12px;
}

.wrapper .main .section .section__body .section__body__news2 {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  line-height: 1.7;
  margin: 75px auto;
  max-width: 100%;
  width: min(90%, 790px);
}

.wrapper .main .section .section__body .section__body__news2 ul li .news2-content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.wrapper .main .section .section__body .section__body__news2 ul li .news2-content .news2-content__image {
  align-items: center;
  background: #f46200;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  display: flex;
  justify-content: center;
  padding: 10px 5px;
  width: 190px;
}

@media screen and (min-width: 768px) {
  .wrapper .main .section .section__body .section__body__news2 ul li .news2-content .news2-content__image {
    flex-shrink: 0;
  }
}

@media screen and (max-width: 640px) {
  .wrapper .main .section .section__body .section__body__news2 ul li .news2-content .news2-content__image {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    min-height: 250px;
  }
}

.wrapper .main .section .section__body .section__body__news2 ul li .news2-content .news2-content__image.news2-content__image--bg-white {
  background: #fff;
}

.wrapper .main .section .section__body .section__body__news2 ul li .news2-content .news2-content__image.news2-content__image--bg-green {
  background: var(--main-color);
}

.wrapper .main .section .section__body .section__body__news2 ul li .news2-content .news2-content__text {
  padding: 0 30px;
  width: 100%;
}

@media screen and (max-width: 360px) {
  .wrapper .main .section .section__body .section__body__news2 ul li .news2-content .news2-content__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 550.9px) {
  .wrapper .main .section .section__body .section__body__news2 ul li .news2-content .news2-content__text {
    padding: 0 12px;
  }
}

.wrapper .main .section .section__body .section__body__news2 ul li .news2-content .news2-content__text a {
  color: #19953d;
  text-decoration: underline;
}

.wrapper .main .section .section__body .section__body__news2 ul li .news2-content .news2-content__text span {
  display: block;
}

.wrapper .main .section .section__body .section__body__main-visual {
  margin: 0 auto;
}

.wrapper .main .section .section__body .section__body__main-visual .main-visual-link {
  margin: 0 auto;
  padding: 0 0 25px;
  position: relative;
  width: min(90%, 1350px);
}

.wrapper .main .section .section__body .section__body__main-visual .main-visual-link .main-visual-link__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .main .section .section__body .section__body__main-visual .main-visual-link .main-visual-link__inner {
    justify-content: center;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .language {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: right;
  text-shadow: 1px 1px 1px #fff;
  top: 25px;
  width: min(1350px, 90%);
}

@media screen and (max-width: 1000.9px) {
  .wrapper .main .section .section__body .section__body__main-visual .language {
    display: none;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .language a {
  position: relative;
}

.wrapper .main .section .section__body .section__body__main-visual .language a:before {
  background: url(/kansensho2025/img/common/icon_language.svg) no-repeat top center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  left: -21px;
  position: absolute;
  top: 1px;
  width: 20px;
}

.wrapper .main .section .section__body .section__body__main-visual .language a:after {
  background: #262626;
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  left: -21px;
  position: absolute;
  right: 0;
  width: calc(100% + 21px);
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 24px 15px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: min(1000px, 96%);
}

@media screen and (max-width: 900px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title {
    flex-direction: column;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title figure {
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title figure {
    max-width: 120px;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div .statement {
  align-items: center;
  display: flex;
  font-size: clamp(1.125rem, 1.018rem + 0.57vw, 1.5rem);
  gap: 10px;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div .statement {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div .statement.en span.number {
  bottom: clamp(0.063rem, -0.027rem + 0.48vw, 0.375rem);
  position: relative;
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div .statement.en span:nth-child(2) {
  flex-basis: 80%;
  font-size: clamp(1rem, 0.893rem + 0.57vw, 1.25rem);
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div .statement span:nth-child(2) {
  text-align: left;
}

@media screen and (min-width: 1001px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div .statement span:nth-child(2) {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div .statement span:nth-child(2) {
    text-align: center;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div .statement .times {
  align-items: center;
  display: flex;
  font-size: 21px;
  overflow: hidden;
  position: relative;
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div .statement .times .number {
  bottom: clamp(0.063rem, -0.009rem + 0.38vw, 0.313rem);
  flex-basis: auto;
  font-size: clamp(1.313rem, 1.08rem + 1.24vw, 2.125rem);
  position: relative;
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div h1 {
  font-feature-settings: "palt";
  font-weight: 900;
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div h1.ja {
  font-size: clamp(2.5rem, 1.618rem + 4.41vw, 4.375rem);
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div h1.ja {
    white-space: nowrap;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div h1.en {
  font-size: clamp(2rem, 1.265rem + 3.68vw, 3.563rem);
  letter-spacing: 1px;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title div h1.en {
    text-align: center;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period {
  font-size: clamp(1rem, 0.714rem + 1.52vw, 2rem);
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period {
    text-align: center;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period .date {
  font-size: clamp(1.125rem, 0.536rem + 3.14vw, 3.188rem);
  margin-right: 5px;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period .date {
    margin-right: 0;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period .date .date--ja {
  font-size: clamp(0.75rem, 0.607rem + 0.76vw, 1.25rem);
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period .year.en {
  margin-left: 12px;
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period .weekday {
  display: inline-block;
  font-size: 20px;
  position: relative;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period .weekday {
    font-size: 14px;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period .weekday.en {
  bottom: 3px;
}

@media screen and (max-width: 767.9px) {
  .wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period .weekday.en {
    bottom: 0;
  }
}

.wrapper .main .section .section__body .section__body__main-visual .section__body__main-visual__title-box .title .holding-period .hyphen {
  font-size: clamp(1.875rem, 1.5rem + 2vw, 3.188rem);
  font-weight: 400;
}

.wrapper .main .section .section__body .section__body__lead-box {
  margin: -60px auto 0;
  padding: 0 0 0;
  width: min(90%, 640px);
}

.wrapper .main .section .section__body .section__body__lead-box.en {
  margin: -80px auto 0;
}

.wrapper .main .section .section__body .section__body__lead-box .section__body__lead-box__text {
  padding: 0 0 40px;
}

.wrapper .main .section .section__body .section__body__lead-box .section__body__lead-box__text p {
  line-height: 1.7;
  margin-bottom: 24px;
  text-indent: 1em;
}

.wrapper .main .section .section__body .section__body__lead-box .section__body__lead-box__text p.en {
  text-indent: 0;
}

.wrapper .main .section .section__body .section__body__lead-box .section__body__lead-box__catch p {
  color: var(--main-color);
  font-size: clamp(1.375rem, 0.162rem + 6.47vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.wrapper .main .section .section__body .section__body__lead-box .section__body__lead-box__catch p.en {
  display: none;
  letter-spacing: 5px;
}

.wrapper .main .section .section__body .section__body__overview {
  background: #fff;
  border-radius: 6px;
  max-width: 100%;
  width: min(90%, 1080px);
  margin: 30px auto 0;
  padding: 57px 0 37px;
}

.wrapper .main .section .section__body .section__body__overview dl {
  line-height: 1.5;
  margin: 0 auto;
  max-width: 100%;
  width: min(90%, 966px);
}

.wrapper .main .section .section__body .section__body__overview dl.en {
  word-break: break-all;
}

@media screen and (max-width: 1000.9px) {
  .wrapper .main .section .section__body .section__body__overview dl.en div {
    min-height: 120px;
  }
}

.wrapper .main .section .section__body .section__body__overview dl div {
  min-height: auto;
}

.wrapper .main .section .section__body .section__body__overview dl div dt {
  border-top: 1px solid #2a3232;
  float: left;
  font-weight: 700;
  padding: 20px 0;
  width: 230px;
}

@media screen and (max-width: 966.9px) {
  .wrapper .main .section .section__body .section__body__overview dl div dt {
    max-width: 230px;
    padding: 15px 0;
    width: 20%;
  }
}

.wrapper .main .section .section__body .section__body__overview dl div dd {
  border-top: 1px solid #d3d3d3;
  margin-left: 230px;
  max-width: 884px;
  padding: 20px 20px 20px 0;
}

@media screen and (max-width: 966.9px) {
  .wrapper .main .section .section__body .section__body__overview dl div dd {
    margin-left: 20%;
    padding: 15px 15px 15px 15px;
    width: 80%;
  }
}

@media screen and (max-width: 550.9px) {
  .wrapper .main .section .section__body .section__body__overview dl div dd .time {
    display: block;
  }
}

.wrapper .main .section .section__body .section__body__overview dl div dd div:nth-child(2) {
  margin-top: 30px;
}

.wrapper .main .section .section__body .section__body__overview dl div dd h3 {
  background: #009c75;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 21px;
}

.wrapper .main .section .section__body .section__body__overview dl div dd ul li {
  display: inline-block;
}

.wrapper .main .section .section__body .section__body__sponsor-list {
  margin: 0 auto 48px;
  max-width: 100%;
  text-align: center;
  width: min(90%, 1050px);
}

.wrapper .main .section .section__body .section__body__sponsor-list li {
  display: inline-block;
  padding: 12px 18px;
  vertical-align: middle;
}

@media screen and (max-width: 428.9px) {
  .wrapper .main .section .section__body .section__body__sponsor-list li {
    width: 100%;
  }
}

.wrapper .main .section .section__body .section__body__sponsor-list li img {
  margin: 0 auto;
}

.wrapper .footer {
  font-size: 10px;
  width: 100%;
}

.wrapper .footer .footer__list {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 24px 0 18px;
}

@media screen and (max-width: 750.9px) {
  .wrapper .footer .footer__list {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
}

.wrapper .footer .footer__list .footer__list__item {
  border-left: 1px solid #262626;
  font-size: 14px;
  margin-left: 24px;
  padding-left: 24px;
}

@media screen and (min-width: 751px) and (max-width: 820px) {
  .wrapper .footer .footer__list .footer__list__item {
    margin-left: 18px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 750.9px) {
  .wrapper .footer .footer__list .footer__list__item {
    border-left: none;
    line-height: 1.8;
    margin-left: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 750.9px) {
  .wrapper .footer .footer__list .footer__list__item a {
    padding-left: 15px;
    position: relative;
  }
  .wrapper .footer .footer__list .footer__list__item a:before {
    background: #262626;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 10px;
  }
}

.wrapper .footer .footer__list .footer__list__item:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.wrapper .footer .footer__copyright {
  background: #464646;
  padding: 33px 0;
  text-align: center;
}

.wrapper .footer .footer__copyright .footer__copyright__logo {
  display: inline-block;
  margin-right: 18px;
}

@media screen and (max-width: 480px) {
  .wrapper .footer .footer__copyright .footer__copyright__logo {
    margin-right: 0;
  }
}

.wrapper .footer .footer__copyright .footer__copyright__text {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  position: relative;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .wrapper .footer .footer__copyright .footer__copyright__text {
    display: block;
    line-height: 1.5;
    margin: 10px auto 0;
    width: 90%;
  }
}

.page-top {
  bottom: 30px;
  position: fixed;
  right: 10px;
  z-index: 10;
}

.slick-initialized {
  display: block;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.lecturers {
  display: none;
}

.lecturers .slick-arrow:before {
  content: "" !important;
  height: 44px !important;
  left: 0;
  opacity: 1;
  position: absolute;
  top: -13px;
  width: 44px !important;
}

.lecturers .slick-prev {
  left: -18px;
  z-index: 10;
}

.lecturers .slick-prev:before {
  background: url(/kansensho2025/img/common/slick_arrow_left.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.lecturers .slick-next {
  right: 8px;
  z-index: 10;
}

.lecturers .slick-next:before {
  background: url(/kansensho2025/img/common/slick_arrow_right.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.fade-down, .fade-in, .fade-in-right, .fade-in-left, .fade-in-up, .fade-in-up-delay-1s, .fade-in-up-delay-2s, .fade-in-up-delay-3s {
  opacity: 0;
}

.mt10 {
  margin-top: 10px;
}
