@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75em;
  background-color: #121212;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.disabled:hover{
  opacity:1 !important;
}

.btn {
  border: 1px solid #9FEF4E;
  width: 85%;
  margin: auto;
  position: relative;
}

.btn::after {
  position: absolute;
  top: 32px;
  right: 0;
  content: "";
  width: 50px;
  height: 1px;
  background: #9FEF4E;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.4s;
}

@media (min-width: 768px) {
  .btn {
    width: 280px;
    height: 64px;
    margin: 0px;
    transition: 0.3s;
  }
  .btn:hover {
    border: 1px solid #eaff39;
    transition: 0.3s;
  }

  .btn:hover::after {
    transform: scale(0, 1);
    background: #eaff39;
    transition: 0.3s;
  }
}
.btn a {
  display: block;
  padding: 20px 36px;
  color: #9FEF4E;
  font-size: 1.6em;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .btn a {
    padding: 24px 36px;
  }
  .btn a:hover {
    color: #eaff39;
    transition: 0.3s;
  }
}

.title--color {
  color: #eaff39;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 7px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  padding: 5px;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 34px;
  height: 1px;
  left: 18px;
  background: #ffffff;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 29px;
}

.hamburger span:nth-child(2) {
  top: 37px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 33px;
  left: 18px;
  background: #fff;
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2) {
  top: 33px;
  left: 18px;
  background: #fff;
  transform: rotate(-315deg);
}

.nav {
  display: flex;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  background: #121212;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 768px) {
  .nav {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    background: none;
  }
}
.nav__inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .nav__inner {
    display: block;
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  .nav__inner {
    flex-flow: column;
    height: 100vh;
  }
}
.nav__list {
  list-style-type: none;
  padding: 0;
  transition: 0.3s all;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .nav__list {
    width: 100%;
    height: 40px;
  }
}
.nav__list:last-child {
  padding-bottom: 0;
}
.nav__list a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  transition: 0.3s;
}

nav.nav.active {
  opacity: 100;
  visibility: visible;
}

.header {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .header__nav {
    height: 140px;
    position: absolute;
    right: 30px;
    top: 40px;
  }
}

.nav__inner {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .nav__inner {
    margin-right: 70px;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .nav__list {
    padding: 5px;
    margin: 10px;
  }
}
.nav__box {
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  font-size: 1.8em;
}
@media (min-width: 768px) {
  .nav__box {
    position: relative;
  }
  .nav__box::after {
    position: absolute;
    bottom: 9px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.4s;
  }
  .nav__box:hover::after {
    transform: scale(1, 1);
  }
}

.tag-end {
  font-size: 16px;
  color: #121212;
  background-color: #9FEF4E;
  font-weight: bold;
  margin-bottom: 10px;
}

#mv {
  margin-bottom: 100px;
}

.mv__img {
  margin: auto;
  display: block;
}

.slider {
  margin: auto;
  margin-bottom: 150px;
}
.slider__title {
  font-size: 3em;
  color: #ffffff;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}
.slider__inner {
  margin: auto;
}
.slider__list {
  width: 400px;
  height: auto;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .slider__list {
    transition: 0.3s;
  }
  .slider__list:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

.news {
  width: 92%;
  margin: auto;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .news {
    width: 100%;
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .news__inner {
    display: flex;
    justify-content: space-between;
  }
}
.news__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4em;
  color: #9FEF4E;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news__title {
    margin-right: 24px;
  }
}

@media (min-width: 768px) {
  .news__btn {
    width: 210px;
  }
}

@media (min-width: 768px) {

  .news__title__inner{
    margin-left: 80px;
    margin-right: 40px;
  }
}

.news__sub-title {
  display: block;
  color: #ffffff;
  font-size: 0.4em;
  font-weight: 400;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .news__sub-title {
    font-size: 0.3em;
  }
}
.news__block {
  direction: ltr;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .news__block {
    width: 75%;
    margin-top: 0;
  }
}
.news__block__scroll {
  background-color: #171717;
  height: 162px;
  padding: 30px;
  overflow: scroll;
  direction: rtl;
  scrollbar-color: #9FEF4E #000000;
  scrollbar-width: thin;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .news__block__scroll {
    height: 110px;
    padding: 50px;
  }
}
.news__block__scroll::-webkit-scrollbar {
  width: 2px;
  height: 0px;
}
.news__block__scroll::-webkit-scrollbar-track {
  background: #000000;
  direction: rtl;
}
.news__block__scroll::-webkit-scrollbar-thumb {
  background: #9fef4e;
}
.news__article {
  direction: ltr;
}
.news__list {
  font-size: 1.4em;
  margin-bottom: 40px;
}
.news__list__box {
  display: flex;
  color: #ACACAC;
  margin-bottom: 10px;
}
.news__list__day {
  display: block;
  padding-right: 10px;
  border-right: 1px solid #464646;
}
.news__list__category {
  padding-left: 10px;
}
.news__list__title {
  color: #ffffff;
  line-height: 1.75em;
}
@media (min-width: 768px) {
  .news__list__title {
    position: relative;
    padding-bottom: 0.25em;
    background: linear-gradient(#ffffff, #ffffff) 0 100%/0 1px no-repeat;
    transition: background 0.3s;
    text-decoration: none;
  }
  .news__list__title.reverse {
    background-position: 100% 100%;
  }
  .news__list__title:hover {
    background-size: 100% 1px;
  }
}

#message {
  position: relative;
}

.message {
  height: auto;
  background: url(../images/message-bg.png) top center/1920px 1600px no-repeat;
  background-color: #ADE28E;
}
@media (min-width: 768px) {
  .message {
    margin: 0 0 0 5%;
  }
}
.message::before {
  content: "";
  background: url(../images/message-01.svg) top left no-repeat;
  background-size: contain;
  width: 329px;
  height: 55px;
  position: absolute;
  top: -30px;
  left: 15px;
}
@media (min-width: 768px) {
  .message::before {
    width: 600px;
    height: 101px;
    top: -40px;
    left: 135px;
  }
}
.message__inner {
  width: 92%;
  margin: auto;
  padding: 100px 0 0 0;
  padding-bottom: 80px;
  margin-bottom: 65px;
  position: relative;
}
@media (min-width: 768px) {
  .message__inner {
    width: 64%;
    padding: 140px 0 120px 0;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 1020px) {
  .message__inner {
    min-width: auto;
  }
}
.message__title {
  font-size: 2.4em;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .message__title {
    margin-bottom: 40px;
  }
}
.message__text {
  font-size: 1.4em;
  line-height: 1.75em;
  font-weight: 700;
  margin-bottom: 50px;
}
.message__mayor {
  display: flex;
  align-items: center;
}
.message__mayor-img {
  width: 170px;
  margin-right: 15px;
}
.message__mayor-name {
  width: 200px;
}

#about {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  #about {
    padding-top: 0;
    padding: 80px 0 200px;
  }
}
#about::after {
  content: "";
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: hard-light;
  opacity: 0.16;
  width: 100%;
  height: 420px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 180px;
  z-index: -10;
}
@media (min-width: 768px) {
  #about::after {
    width: 1300px;
    height: 100%;
    left: 660px;
    background-size: contain;
  }
}

@media (min-width: 768px) {
  .about {
    position: relative;
  }
}
.about::before {
  content: "";
  background-image: url(../images/about-bg-02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 420px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .about::before {
    width: 150px;
    height: 708px;
    top: 26%;
    left: 15%;
  }
}
@media (min-width: 768px) {
  .about {
    max-width: 1200px;
  }
}
.about__title {
  width: 86%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4em;
  color: #9FEF4E;
  padding-bottom: 36px;
  margin: auto;
}
@media (min-width: 768px) {
  .about__title {
    transform: rotate(270deg);
    font-size: 9.3em;
    position: absolute;
    top: 35%;
    left: 3%;
    width: 326px;
  }
}
.about__inner {
  width: 86%;
  margin: auto;
}
@media (min-width: 768px) {
  .about__inner {
    width: 64%;
    max-width: 740px;
    padding-left: 30%;
    padding-top: 180px;
  }
}
.about__sub-title {
  color: #ACACAC;
  position: relative;
  margin-bottom: 15px;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .about__sub-title {
    font-size: 1.8em;
    margin-bottom: 38px;
  }
}
@media (min-width: 768px) {
  .about__sub-title::after {
    left: 368px;
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #ACACAC;
    position: absolute;
    top: 9px;
  }
}
.about__summary {
  font-size: 2em;
  color: #ffffff;
  line-height: 1.7em;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about__summary {
    font-size: 3.2em;
    margin-bottom: 60px;
  }
}
.about__text {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.75em;
}
@media (min-width: 768px) {
  .about__text {
    line-height: 2.5em;
  }
}

.program-00__kickoff {
  position: relative;
  margin-bottom: 20px;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .program-00__kickoff {
    height: 600px;
    width: 100%;
    margin: auto;
    padding: 80px 0 0;
  }
}
.program-00__kickoff::before {
  content: "";
  background: url(../images/kickoff-01-sp.png) top right no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media (min-width: 768px) {
  .program-00__kickoff::before {
    background: url(../images/kickoff-01.png) top right no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1020px) {
  .program-00__kickoff::before {
    height: 700px;
  }
}
.program-00__kickoff__inner {
  width: 100%;
  margin: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .program-00__kickoff__inner {
    width: 64%;
    margin: 0px;
    margin-left:135px;
  }
}
.program-00__kickoff__title {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  padding:0 8%;
}
@media (min-width: 768px) {
  .program-00__kickoff__title {
    font-size: 3em;
    padding: 0;
  }
}

.program-00__kickoff__event-day {
  font-size: 1.6em;
  font-weight: 700;
  width: 85%;
  margin: auto;
  margin-bottom: 30px;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .program-00__kickoff__event-day {
    font-size: 2em;
    margin-bottom: 40px;
    width: 100%;
  }
}
.program-00__kickoff__text {
  font-size: 1.4em;
  line-height: 2em;
  width: 85%;
  margin: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .program-00__kickoff__text {
    font-size: 1.6em;
    width: 100%;
  }
}



#movie {
  background: url(../images/movie-bg.png);
  background-repeat: repeat;
  width: 100%;
}

.movie {
  /* 動画を囲うdiv */
  /* YouTube埋め込み用のiframe */
}
.movie__title {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.8em;
  color: #9FEF4E;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .movie__title {
    font-size: 10.8em;
    text-align: left;
    width: 85%;
    max-width: 1200px;
    margin-bottom: 100px;
  }
}
.movie__title::after {
  content: "2021年度 アーカイブ動画";
  color: #9FEF4E;
  font-size: 0.3em;
  font-weight: 700;
  display: block;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .movie__title::after {
    font-size: 0.15em;
    padding-top: 50px;
  }
}
.movie__inner {
  padding: 120px 0 60px;
  width: 85%;
  margin: auto;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .movie__inner {
    padding: 200px 0 120px;
  }
  .movie__cont {
    display: flex;
    flex-wrap: wrap;
  }
}
.movie__cont {
  position: relative;
  max-width: 1200px;
}
.movie__list {
  margin: auto;
  margin-bottom: 60px;
  width: 100%;
}
@media (min-width: 768px) {
  .movie__list {
    width: 30%;
    margin-top: 0;
  }
}
.movie__text {
  font-size: 1.8em;
  line-height: 1.45em;
  color: #ffffff;
  font-weight: 700;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .movie__text {
    font-size: 2em;
  }
}
.movie__span-text {
  font-size: 14px;
  line-height: 1.45em;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 700;
}
.movie__wrap {
  max-width: 100%;
}
.movie__wrap-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#program {
  padding-top: 100px;
  background: url(../images/program-bg.png) top left no-repeat;
  background-size: 140%;
  max-width: 1765px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media (min-width: 768px) {
  #program {
    padding-top: 230px;
    background-size: contain;
    margin-bottom: 120px;
  }
}

.program__title {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.8em;
  color: #9FEF4E;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .program__title {
    font-size: 10.8em;
    text-align: left;
    width: 85%;
    margin: auto;
    max-width: 1200px;
    margin-bottom: 100px;
  }
}
.program__title::after {
  content: "プログラム一覧";
  color: #9FEF4E;
  font-size: 0.3em;
  font-weight: 700;
  display: block;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .program__title::after {
    font-size: 0.15em;
    padding-top: 50px;
  }
}
.program__cont-title {
  font-size: 2.2em;
  line-height: 1.45em;
  color: #9FEF4E;
  margin: 0 15px 60px;
  display: flex;
}
.program__cont-title::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .program__cont-title {
    font-size: 3.8em;
    margin-left: 0px;
    align-items: center;
    margin: auto;
    max-width: 1200px;
    width: 85%;
  }
}
.program__cont-title__01::before {
  background-image: url(../images/program-01.svg);
  background-size: contain;
  width: 58px;
  height: 54px;
  margin-right: 22px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .program__cont-title__01::before {
    width: 100px;
    height: 94px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .program__cont-title__01 {
    margin-bottom: 90px;
  }
}
.program__cont-title__02::before {
  background-image: url(../images/program-02.svg);
  background-size: contain;
  width: 68px;
  height: 54px;
  margin-right: 22px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .program__cont-title__02::before {
    width: 119px;
    height: 94px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .program__cont-title__02 {
    margin-bottom: 12px;
  }
}
.program__cont-title__03 {
  width: 85%;
}
.program__cont-title__03::before {
  background-image: url(../images/program-03.svg);
  background-size: contain;
  width: 69px;
  height: 54px;
  margin-right: 22px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .program__cont-title__03::before {
    width: 120px;
    height: 94px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .program__cont-title__03 {
    margin-bottom: 90px;
  }
}
.program__cont-title__04::before {
  background-image: url(../images/program-04.svg);
  background-size: contain;
  width: 74px;
  height: 54px;
  margin-right: 22px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .program__cont-title__04::before {
    width: 129px;
    height: 94px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .program__cont-title__04 {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .program__event {
    margin-bottom: 100px;
  }
}
.program__event__inner {
  width: 95%;
  margin: auto;
  margin-bottom: 30px;
}
.program__event-title {
  font-size: 1.8em;
  line-height: 1.45em;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .program__event-title {
    font-size: 2.4em;
  }
}
.program__event-day {
  font-size: 1.4em;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 18px;
}
.program__event-detail {
  font-size: 1.4em;
  line-height: 1.75em;
  color: #E8E8E8;
}
@media (min-width: 768px) {
  .program-01__event {
    width: 85%;
    margin: auto;
    max-width: 1200px;
    margin-bottom: 100px;
  }
}
.program-01__event__inner {
  width: 92%;
  margin: auto;
}
@media (min-width: 768px) {
  .program-01__event__inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .program-01__box {
    display: flex;
    transition: 0.3s;
  }
  .program-01__box:hover {
    opacity: 0.7;
    transition: 0.3s;
    cursor: default;
  }
  .program-01__box--right {
    display: flex;
    flex-flow: row-reverse;
  }
}
.program-01__img {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .program-01__img {
    width: 54%;
    margin-right: 40px;
  }
  .program-01__img--right {
    margin-right: 0px;
    margin-left: 40px;
  }
}
.program-01__text {
  line-height: 1.75em;
}
@media (min-width: 768px) {
  .program-01__text {
    width: 46%;
  }
}
.program-01__list {
  display: block;
  position: relative;
  padding: 15px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .program-01__list {
    margin-bottom: 70px;
    padding: 30px;
  }
}
.program-01__list::before {
  content: "";
  background-image: url(../images/program-brakets-l.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.program-01__list::after {
  content: "";
  background-image: url(../images/program-brakets-r.svg);
  background-size: cover;
  width: 40px;
  height: 43px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.program-01__award {
  position: relative;
  margin-bottom: 20px;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .program-01__award {
    height: 600px;
    width: 85%;
    margin: auto;
    margin-bottom: 80px;
    max-width: 1330px;
    padding: 60px 0;
  }
}
.program-01__award::before {
  content: "";
  background: url(../images/award-bg-sp.png) top left no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media (min-width: 768px) {
  .program-01__award::before {
    background: url(../images/award-bg.png) top right no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1020px) {
  .program-01__award::before {
    height: 700px;
  }
}
.program-01__award__inner {
  width: 92%;
  margin: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .program-01__award__inner {
    width: 57%;
    margin: 0px;
  }
}
.program-01__award__title {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 8%;
}
@media (min-width: 768px) {
  .program-01__award__title {
    font-size: 3em;
    padding-left: 6%;
  }
}
.program-01__award__title::before {
  content: "";
  background-color: #9FEF4E;
  width: 3px;
  height: 56px;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
}
@media (min-width: 768px) {
  .program-01__award__title::before {
    height: 88px;
  }
}
.program-01__award__event-day {
  font-size: 1.6em;
  font-weight: 700;
  width: 85%;
  margin: auto;
  margin-bottom: 30px;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .program-01__award__event-day {
    font-size: 2em;
    margin-bottom: 40px;
    width: 100%;
  }
}
.program-01__award__text {
  font-size: 1.4em;
  line-height: 2em;
  width: 85%;
  margin: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .program-01__award__text {
    font-size: 1.6em;
    width: 100%;
  }
}
.program-01__mentor {
  position: relative;
  color: #ffffff;
  padding: 80px 0 60px;
  background: url(../images/mentor-bg.png) repeat;
}
@media (min-width: 768px) {
  .program-01__mentor {
    padding: 100px 0 60px;
  }
}
.program-01__mentor__inner {
  width: 92%;
  margin: auto;
  color: #ffffff;
}
@media (min-width: 768px) {
  .program-01__mentor__inner {
    width: 63%;
    margin: auto;
    max-width: 1200px;
  }
}
.program-01__mentor__title {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 8%;
}
@media (min-width: 768px) {
  .program-01__mentor__title {
    font-size: 3em;
    padding-left: 4%;
  }
}
.program-01__mentor__title::before {
  content: "";
  background-color: #9FEF4E;
  width: 3px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
}
@media (min-width: 768px) {
  .program-01__mentor__title::before {
    height: 50px;
  }
}
.program-01__mentor__text {
  font-size: 1.4em;
  line-height: 2em;
  width: 85%;
  margin: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .program-01__mentor__text {
    width: 100%;
  }
}
.program-01__member {
  width: 92%;
}
.program-01__member__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .program-01__member__inner {
    padding-bottom: 40px;
  }
}
.program-01__member__list {
  width: 48%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .program-01__member__list {
    width: 29.3333333333%;
    margin-bottom: 60px;
  }
}
.program-01__member__list:nth-of-type(odd) {
  margin-right: 4%;
}
@media (min-width: 768px) {
  .program-01__member__list:nth-of-type(odd) {
    margin-right: 0px;
  }
}
.program-01__member__img {
  margin-bottom: 10px;
}
.program-01__member__name {
  font-size: 1.8em;
  font-weight: 400;
  margin-bottom: 10px;
}
.program-01__member__biography {
  font-size: 1.4em;
  font-weight: 400;
}
.program-02 {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .program-02 {
    padding: 120px 0;
  }
}
.program-02::before {
  content: "";
  background: url(../images/program-02-bg.png) top left no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .program-02__inner {
    width: 85%;
    margin: auto;
    max-width: 1200px;
  }
}
.program-02__text {
  width: 92%;
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .program-02__text {
    margin: 0px;
    margin-bottom: 30px;
    margin-left: 160px;
  }
}
.program-02__text__inner {
  width: 85%;
  margin: auto;
}
.program-02__detail {
  max-width: 790px;
}
@media (min-width: 768px) {
  .program-02__btn {
    margin-left: 160px;
  }
}
.program-03 {
  padding-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .program-03 {
    padding-top: 120px;
    width: 85%;
    margin: auto;
    max-width: 1200px;
    margin-bottom: 120px;
  }
}
.program-03__inner {
  width: 92%;
  margin: auto;
}
@media (min-width: 768px) {
  .program-03__inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
  }
}
.program-03__list {
  display: block;
  position: relative;
  padding: 15px;
  margin-bottom: 40px;
}
.program-03__list::before {
  content: "";
  background-image: url(../images/program-brakets-l.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.program-03__list::after {
  content: "";
  background-image: url(../images/program-brakets-r.svg);
  background-size: cover;
  width: 40px;
  height: 43px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .program-03__list {
    width: 46%;
  }
}
.program-03__box {
  transition: 0.3s;
  display: block;
}
@media (min-width: 768px) {
  .program-03__box:hover {
    opacity: 0.7;
    transition: 0.3s;
    cursor: default;
  }
}
.program-03__img {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .program-03__title {
    font-size: 2em;
  }
}
.program-04 {
  position: relative;
}
.program-04::before {
  content: "";
  background: url(../images/program-04-bg.png) top left no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media (min-width: 768px) {
  .program-04::before {
    height: 880px;
    background-size: contain;
  }
}
.program-04__block {
  padding-top: 80px;
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .program-04__block {
    width: 85%;
    margin: auto;
    max-width: 1200px;
  }
}
.program-04__inner {
  width: 92%;
  margin: auto;
}
.program-04__list {
  position: relative;
  padding: 15px;
  margin-bottom: 40px;
}
.program-04__list::before {
  content: "";
  background-image: url(../images/program-brakets-l.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.program-04__list::after {
  content: "";
  background-image: url(../images/program-brakets-r.svg);
  background-size: cover;
  width: 40px;
  height: 43px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .program-04__box {
    display: flex;
    width: 100%;
    transition: 0.3s;
  }
  .program-04__box:hover {
    opacity: 0.7;
    transition: 0.3s;
    cursor: default;
  }
}
.program-04__img {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .program-04__img {
    margin-right: 5%;
    width: 50%;
  }
}
.program-04__text {
  width: 100%;
}
@media (min-width: 768px) {
  .program-04__text {
    width: 50%;
  }
}
.program-04__title {
  font-size: 2.2em;
}

#interview {
  background-color: #B1F87F;
  width: 96%;
  height: auto;
  margin-bottom: 20px;
  padding: 96px 0 50px;
}
@media (min-width: 768px) {
  #interview {
    margin-bottom: 100px;
    padding: 60px 0 50px;
  }
}

.interview {
  color: #121212;
}
.interview__title {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.8em;
  color: #121212;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .interview__title {
    display: flex;
    font-size: 10.8em;
    padding-top: 45px;
    margin-bottom: 70px;
  }
}
.interview__title::after {
  content: "インタビュー";
  color: #121212;
  font-size: 0.3em;
  font-weight: 700;
  display: block;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .interview__title::after {
    font-size: 0.2em;
  }
}
@media (min-width: 768px) {
  .interview__inner {
    margin: auto;
    width: 92%;
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .interview__article {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .interview__list {
    margin: 40px 30px;
  }
}
@media (min-width: 768px) {
  .interview__list {
    width: 30.6666666667%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .interview__list:nth-of-type(3n) {
    margin-right: 0;
  }
}
.interview__box {
  transition: 0.3s;
  display: block;
}
.interview__box:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: default;
}
.interview__img {
  margin-bottom: 12px;
}
.interview__text {
  color: #121212;
  font-size: 1.8em;
  line-height: 1.5em;
}

.more-btn {
  margin: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .more-btn {
    width: 280px;
    height: 59px;
    margin: auto;
    transition: 0.3s;
  }
  .more-btn:hover {
    transition: 0.3s;
  }
  .more-btn::after {
    position: absolute;
    bottom: 0;
    left: 140px;
    content: "";
    width: 1px;
    height: 13px;
    background: #121212;
    transform: scale(1, 1);
    transform-origin: left bottom;
    transition: transform 0.4s;
  }
  .more-btn:hover::after {
    transform: scale(1, 0);
    background: #121212;
    transition: 0.3s;
  }
}
.more-btn p {
  display: block;
  padding: 20px 0px;
  border: 1px solid #121212;
  color: #121212;
  font-size: 1.6em;
  text-align: center;
  cursor: default;
  transition: 0.3s;
}
.more-btn p:hover {
  border: 1px solid #579e25;
  color: #579e25;
  transition: 0.3s;
}

#report {
  margin: 30px 0 0 4%;
  background-color: #91FFA0;
  padding: 96px 0 50px;
}
@media (min-width: 768px) {
  #report {
    padding: 60px 0 50px;
  }
}

.report__inner {
  height: auto;
  color: #121212;
}
@media (min-width: 768px) {
  .report__inner {
    padding: 60px 0;
    width: 92%;
    margin: auto;
  }
}
.report__title {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.8em;
  color: #121212;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .report__title {
    display: flex;
    font-size: 10.8em;
    padding-top: 45px;
    margin-bottom: 70px;
  }
}
.report__title::after {
  content: "イベントレポート";
  color: #121212;
  font-size: 0.3em;
  font-weight: 700;
  display: block;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .report__title::after {
    font-size: 0.2em;
  }
}
.report__contents {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .report__contents {
    margin-top: 80px;
  }
}
.report__contents--visible {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .report__contents--visible {
    margin-bottom: 30px;
  }
}
.report__year {
  font-size: 2.8em;
  margin: 30px;
}
@media (min-width: 768px) {
  .report__year {
    margin: 30px 0;
  }
}
@media (min-width: 768px) {
  .report__article {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .report__list {
    margin: 15px 30px;
  }
}
@media (min-width: 768px) {
  .report__list {
    width: 30.6666666667%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  .report__list:nth-of-type(3n) {
    margin-right: 0;
  }
}
.report__box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .report__box {
    margin-bottom: 130px;
  }
}
@media (min-width: 769px) and (max-width: 1020px) {
  .report__box {
    margin-bottom: 190px;
  }
}
@media (min-width: 768px) {
  .report__box {
    transition: 0.3s;
  }
  .report__box:hover {
    transition: 0.3s;
    opacity: 0.7;
    cursor: default;
  }
}
.report__img {
  margin-bottom: -4px;
}
@media (min-width: 768px) {
  .report__img {
    margin-bottom: 12px;
  }
}
.report__block {
  background-color: #121212;
  padding: 20px;
}
@media (min-width: 768px) {
  .report__block {
    width: 82%;
    position: absolute;
    top: 80%;
  }
}
.report__day {
  color: #C3C3C3;
  font-size: 1.6em;
  margin-bottom: 9px;
}
.report__text {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.5em;
}

.archive {
  padding-top: 40px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .archive {
    padding-top: 80px;
  }
}
.archive__inner {
  width: 92%;
  margin: auto;
}
.archive__title {
  font-size: 2em;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .archive__title {
    font-size: 3em;
  }
}
.archive__sub-title {
  display: block;
  font-size: 0.7em;
  color: #C3C3C3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .archive__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }
}
.archive__list {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .archive__list {
    margin-bottom: 18px;
    width: 31.6666666667%;
  }
}
.archive__box {
  transition: 0.3s;
}
.archive__box:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: default;
}

.other {
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
}
.other::before {
  content: "";
  background: url(../images/other-bg.png) center center no-repeat;
  mix-blend-mode: soft-light;
  background-size: cover;
  width: 100%;
  height: 930px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
}
@media (min-width: 768px) {
  .other::before {
    height: 630px;
  }
}
.other__inner {
  width: 92%;
  margin: auto;
}
.other__title {
  font-size: 2em;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .other__title {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  .other__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
  }
}
@media (min-width: 769px) and (max-width: 1020px) {
  .other__link {
    flex-flow: column;
    align-items: center;
  }
}
.other__list {
  margin-bottom: 40px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .other__list {
    transition: 0.3s;
    margin-right: 4%;
  }
}
@media (min-width: 768px) and (min-width: 769px) and (max-width: 1020px) {
  .other__list {
    margin-right: 0%;
  }
}
@media (min-width: 768px) {
  .other__list:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .other__list:hover {
    opacity: 0.7;
    transition: 0.3s;
    cursor: default;
  }
}
.other__img {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .other__img {
    width: 400px;
  }
}
.other__detail {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #C3C3C3;
  margin-bottom: 8px;
}
.other__name {
  font-size: 1.8em;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 700;
}

.sponsors {
  padding-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sponsors {
    margin-bottom: 60px;
  }
}
.sponsors__title {
  color: #ffffff;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 20px;
}
.sponsors__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 92%;
  margin: auto;
}
@media (min-width: 768px) {
  .sponsors__inner {
    flex-wrap: inherit;
    max-width: 1100px;
  }
}
.sponsors__list {
  width: 46%;
  margin-right: 8px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .sponsors__list {
    width: 20%;
  }
}
.sponsors__list:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .sponsors__list:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sponsors__box {
    transition: 0.3s;
  }
  .sponsors__box:hover {
    opacity: 0.7;
    transition: 0.3s;
    cursor: default;
  }
}

.copyright {
  padding: 24px;
  background: #9FEF4E;
}
.copyright__text {
  font-size: 1.4em;
  text-align: center;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 0;
}

.pagetop__link {
  display: block;
  padding: 8px;
  width: 30px;
  height: 30px;
}
.pagetop__link img {
  width: 12px;
}
/*# sourceMappingURL=style.css.map */



/* 下層 */


.contents__main{
  width:100%;
  margin: auto;
  margin-top: 80px;
  background-color: #171717;
}

.contents__title{
  width: 80%;
  margin: auto;
  margin-top: 130px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .contents__title {
    width: 70%;
}
}

.contents__title__en{
font-family: "Josefin Sans", sans-serif;
font-size: 4em;
color: #9FEF4E;
margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contents__title__en {
  font-size: 5em;
  margin-right: 24px;
}
}

.contents__inner{
  padding: 40px;
}

@media (min-width: 768px) {
  .contents__inner{
    padding: 60px;
  }
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width:100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .tabs {
    width:70%;
  }
}


/*タブのスタイル*/
.tab_item {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .tab_item {
    margin-left: 30px;
    margin-right: 0;
  }
}

.tab_item:hover {
 color:#9FEF4E;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding:0;
  clear: both;
  overflow: hidden;
}

@media (min-width: 768px) {
  .tab_content {
    padding: 40px 40px 0;
  }
}


/*選択されているタブのコンテンツのみを表示*/
#year-2022:checked ~ #year-2022_content,
#year-2021:checked ~ #year-2021_content,
#year-2023:checked ~ #year-2023_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  border-bottom:2px solid #9FEF4E;
  color: #9FEF4E;
}