@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/gotham");
.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

b, strong, .bold {
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-placeholder {
  color: #fff;
}

input:-ms-input-placeholder {
  color: #fff;
}

input::-ms-input-placeholder {
  color: #fff;
}

input::placeholder {
  color: #fff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #020000;
}
a:hover {
  opacity: 0.8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.under_link {
  text-decoration: underline;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.fadein {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s, visibility 1s;
  transition: transform 1s, opacity 1s, visibility 1s, -webkit-transform 1s;
}

.is-fadein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
body {
  background-color: #1f2774;
}

body.modal_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
}

.fixed {
  position: fixed;
  overflow-y: hidden;
  height: 100vh;
}

.container {
  width: 1170px;
  margin: auto;
}
@media screen and (max-width: 1170px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.container_ttl {
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-size: 5.2rem;
  color: #fff;
  margin-bottom: 70px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 640px) {
  .container_ttl {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
.container_subttl {
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.075em;
}
.container_subttl span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(33, 173, 229)), color-stop(50%, rgb(221, 130, 175)), to(rgb(113, 176, 87)));
  background: linear-gradient(90deg, rgb(33, 173, 229), rgb(221, 130, 175) 50%, rgb(113, 176, 87));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header {
  width: 100%;
  z-index: 2;
  margin: auto;
  position: fixed;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .header__inner_left {
    width: 140px;
  }
}
.header__inner_left_logo a {
  display: block;
}
@media screen and (max-width: 640px) {
  .header__inner_left_logo img {
    width: 100%;
  }
}
.header__inner_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 180px;
}
.header__inner_right_nav .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.header__inner_right_nav .navigation li {
  font-family: "Gotham", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  margin: 0 10px;
  position: relative;
}
.header__inner_right_nav .navigation li a {
  color: #fff;
}
.header__inner_right_nav .navigation li:last-child::before {
  content: "";
  width: 2px;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -10px;
}
.header__inner_right_nav .navigation li.active::before {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 70px;
  height: 100vh;
  padding: 0 20px 40px 20px;
}
@media screen and (max-width: 990px) {
  .header__right {
    display: none;
  }
}
.header__right_sns {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 20px;
}
.header__right_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__right_sns ul li {
  width: 30px;
  margin-bottom: 10px;
}
.header__right_sns ul li img {
  width: 100%;
}
.header__right_link {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 10px;
}
.header__right_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__right_link ul li {
  margin-bottom: 18px;
}
.header__right_link ul li a {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.075em;
}
.header__right_link ul li.t_year {
  position: relative;
}
.header__right_link ul li.t_year::after {
  content: "";
  width: 2px;
  height: 44px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: -6px;
}

#page_top {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: center;
}
#page_top a img {
  width: 20px;
}
#page_top a span {
  display: block;
  font-family: "Gotham", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  margin-top: 8px;
}

footer {
  padding: 80px 0 58px;
  background: rgb(2, 197, 170);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 197, 170)), to(rgb(31, 39, 116)));
  background: linear-gradient(0deg, rgb(2, 197, 170) 0%, rgb(31, 39, 116) 100%);
}
footer .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}
footer .tab li a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  padding: 0 14px;
}
footer .tab li:first-child {
  border-right: 1px solid #fff;
}
footer .copyright {
  font-size: 0.1 0.4rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.is-animation {
  background: rgb(31, 39, 116);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 39, 116, 0)), to(rgb(31, 39, 116)));
  background: linear-gradient(0deg, rgba(31, 39, 116, 0) 0%, rgb(31, 39, 116) 100%);
}

.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  padding-top: 125px;
  -webkit-transition: width 475ms ease-out, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease, -webkit-transform 450ms ease;
  border-bottom-left-radius: 100vw;
  background-color: rgba(6, 137, 134, 0.8);
  z-index: 999;
}
@media (min-width: 768px) {
  .drawer-list {
    width: 40vw;
  }
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list ul li {
  list-style: none;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translatex(100vw);
          transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list ul li:last-child {
  margin-bottom: 2em;
}
.drawer-list ul li a {
  font-family: "Gotham", sans-serif;
  text-decoration: none;
  color: #FEFEFE;
  display: block;
  padding: 1.5rem;
  padding-left: 58px;
  font-size: 1.8rem;
}
.drawer-list ul li a:hover {
  cursor: pointer;
}
.drawer-list ul li a img {
  margin-right: 15px;
}
.drawer-list ul li.half-li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 15px 58px;
}
.drawer-list ul li.half-li ul a {
  padding: 0;
}
.drawer-list ul li.half-li ul a img {
  width: 30px;
  margin-right: auto;
}
.drawer-list ul li.half-li .history {
  padding: 15px 15px 15px 58px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: lighter;
}
.drawer-list ul li.history-li ul li a {
  padding: 10px 10px 10px 58px;
}

.hamburger_list {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .hamburger_list {
    right: 5%;
  }
}

.hamburger_nav {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .hamburger_nav {
    margin-right: 10px;
  }
}
.hamburger_nav .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.hamburger_nav .navigation li {
  font-family: "Gotham", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 768px) {
  .hamburger_nav .navigation li {
    font-size: 1.4rem;
  }
}
.hamburger_nav .navigation li a {
  color: #fff;
}
.hamburger_nav .navigation li:last-child::before {
  content: "";
  width: 2px;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -10px;
}
.hamburger_nav .navigation li.active::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}

input.hamburger {
  display: none;
}

.icon_close {
  display: none;
}

input.hamburger:checked ~ .drawer-list {
  -webkit-transform: translatex(0);
          transform: translatex(0);
  border-bottom-left-radius: 0;
}

input.hamburger:checked ~ .drawer-list li {
  -webkit-transform: translatex(0);
          transform: translatex(0);
}

input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  -webkit-transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  -webkit-transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  -webkit-transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  -webkit-transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  -webkit-transition: -webkit-transform 1s 0.46s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.46s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.46s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.46s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.46s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  -webkit-transition: -webkit-transform 1s 0.5s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: -webkit-transform 1s 0.5s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.5s cubic-bezier(0.29, 1.4, 0.44, 0.96);
  transition: transform 1s 0.5s cubic-bezier(0.29, 1.4, 0.44, 0.96), -webkit-transform 1s 0.5s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}

input.hamburger:checked ~ label > i {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

input.hamburger:checked ~ label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

input.hamburger:checked ~ label > i:after {
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
}

input.hamburger:checked ~ label > .icon_list {
  display: none;
}

input.hamburger:checked ~ label > .icon_close {
  display: block;
}

input.hamburger:checked ~ label close {
  color: #FEFEFE;
  width: 100%;
}

input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 99999;
  position: relative;
  height: 75px;
  width: 143px;
  background-color: rgba(6, 137, 134, 0.8);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 32px 30px;
}
@media (max-width: 768px) {
  label.hamburger {
    right: 0;
    height: 56px;
    width: 102px;
    padding: 23px 18px;
  }
}

label.hamburger:hover {
  cursor: pointer;
}

label.hamburger text close,
label.hamburger text open {
  font-family: "Gotham", sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  -webkit-transition: width 0.25s 0.35s, color 0.45s 0.35s;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
  top: -20px;
  right: -14px;
}
@media (max-width: 768px) {
  label.hamburger text close,
  label.hamburger text open {
    font-size: 1.4em;
    top: -28px;
  }
}

label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: -14px;
  width: 0;
}

label.hamburger text open {
  color: #FEFEFE;
  width: 100%;
}

label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #FEFEFE;
  pointer-events: auto;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #FEFEFE;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

label.hamburger > i:before {
  -webkit-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px);
}

label.hamburger > i:after {
  -webkit-transform: translate(-50%, 14px);
          transform: translate(-50%, 14px);
}

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .parallax-bg {
    background-attachment: local;
    background-position: bottom;
  }
}

@-webkit-keyframes sliderAnimation {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes sliderAnimation {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.table {
  width: 970px;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .table {
    width: 100%;
    padding: 0 20px;
  }
}
.table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.table dl dt {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
  font-weight: bold;
  width: 170px;
}
@media screen and (max-width: 640px) {
  .table dl dt {
    font-size: 1.4rem;
    width: 70px;
    line-height: 2;
  }
}
.table dl dd {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
  font-weight: 500;
  width: calc(100% - 170px);
  overflow-wrap: break-word;
}
@media screen and (max-width: 640px) {
  .table dl dd {
    font-size: 1.4rem;
    width: calc(100% - 70px);
    line-height: 2;
  }
}
.table dl dd p {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 640px) {
  .table dl dd p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.table dl dd a {
  color: #02c5aa;
  word-break: break-all;
}
.table_text p {
  font-size: 1.8rem;
  letter-spacing: 0.074em;
  line-height: 1.7777777778;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .table_text p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.table_text p a {
  color: #02c5aa;
  word-break: break-all;
}
.table_toptext {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .table_toptext {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.table_btmtext {
  text-align: center;
  margin-top: 48px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.table_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .table_btn {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .table_btn .btn {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .table_btn .btn {
    width: 100%;
  }
}
.table_btn .btn a {
  width: 470px;
}
@media screen and (max-width: 980px) {
  .table_btn .btn a {
    width: 100%;
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .table_btn .btn:first-child {
    margin-bottom: 30px;
  }
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 370px;
  border-radius: 100px;
  color: #fff;
  font-size: 3.8rem;
  letter-spacing: 0.074em;
  background-color: #00a18b;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .btn a {
    width: 300px;
    font-size: 3.4rem;
    padding: 24px 0;
  }
}

/*------------------------------------------------------------
  Top
------------------------------------------------------------*/
.sec__fv {
  height: 100vh;
}
.sec__fv_inner_img {
  position: relative;
  max-width: 100vw;
}
.sec__fv_inner_img video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .sec__fv_inner_img video.pc-video {
    display: none;
  }
}
.sec__fv_inner_img video.sp-video {
  display: none;
}
@media screen and (max-width: 640px) {
  .sec__fv_inner_img video.sp-video {
    display: block;
  }
}
.sec__fv_inner_img .fv_img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec__fv_inner_img_text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: 65%;
}
@media screen and (max-width: 640px) {
  .sec__fv_inner_img_text {
    width: 80%;
  }
}
.sec__fv_inner_img_text h2 {
  text-align: center;
  font-size: 5.5rem;
  color: #fff;
  margin-bottom: 66px;
}
@media screen and (max-width: 990px) {
  .sec__fv_inner_img_text h2 {
    font-size: 4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .sec__fv_inner_img_text h2 {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
}
.sec__fv_inner_img_text img {
  width: 100%;
}

.sec__top_news {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec__top_news_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.sec__top_news_inner_list_box {
  width: 23%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1164px) {
  .sec__top_news_inner_list_box {
    width: 22%;
  }
}
@media screen and (max-width: 790px) {
  .sec__top_news_inner_list_box {
    width: 21%;
  }
}
@media screen and (max-width: 640px) {
  .sec__top_news_inner_list_box {
    width: 48%;
    margin-bottom: 20px;
  }
}
.sec__top_news_inner_list_box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec__top_news_inner_list_box_text {
  margin-top: 30px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sec__top_news_inner_list_box_text {
    margin-top: 14px;
  }
}
.sec__top_news_inner_list_box_text_ttl {
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  line-height: 1.7777777778;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .sec__top_news_inner_list_box_text_ttl {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.sec__top_news_inner_list_box_text_date {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .sec__top_news_inner_list_box_text_date {
    font-size: 1.2rem;
  }
}
.sec__top_news_inner_list_box:not(:nth-child(4n)) {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .sec__top_news_inner_list_box:not(:nth-child(4n)) {
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .sec__top_news_inner_list_box:nth-child(odd) {
    margin-right: 4%;
  }
}
.sec__top_news_inner .more_news {
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  margin-top: 20px;
}
.sec__top_news_inner .btn_more {
  cursor: pointer;
}
.sec__top_news_inner .btn_more img {
  margin-right: 12px;
}

.sec__movie_inner {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sec__movie_inner {
    margin-top: 40px;
  }
}
.sec__movie_inner_text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 2.2222222222;
  letter-spacing: 0.075em;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sec__movie_inner_text {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    margin-bottom: 30px;
  }
}
.sec__movie_inner_ttl {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5625;
  letter-spacing: 0.075em;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sec__movie_inner_ttl {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.sec__movie_inner_movie {
  margin: 4rem 0;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.sec__movie_inner_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec__concept {
  background-image: url(../images/bg_concept.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 200px;
  padding-bottom: 180px;
}
@media screen and (max-width: 640px) {
  .sec__concept {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.sec__concept_inner_text {
  width: 770px;
  margin: auto;
}
@media screen and (max-width: 790px) {
  .sec__concept_inner_text {
    width: 100%;
  }
}
.sec__concept_inner_text h2 {
  font-size: 7.6rem;
  color: #fff;
  line-height: 1.3947368421;
  letter-spacing: 0.075em;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec__concept_inner_text h2 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
.sec__concept_inner_text p {
  font-size: 3.4rem;
  color: #fff;
  line-height: 1.8823529412;
  letter-spacing: 0.075em;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 790px) {
  .sec__concept_inner_text p {
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .sec__concept_inner_text p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.sec__about .parallax-bg {
  height: 946px;
}
@media screen and (max-width: 640px) {
  .sec__about .parallax-bg {
    height: 100%;
  }
}
.sec__about .bg_img {
  background-image: url(../images/bg_about.png);
}
.sec__about_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .sec__about_inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.sec__about_inner .container_subttl {
  margin-bottom: 68px;
}
@media screen and (max-width: 640px) {
  .sec__about_inner .container_subttl {
    margin-bottom: 40px;
  }
}
.sec__about_inner_text {
  font-size: 2.4rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.075em;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .sec__about_inner_text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec__about_inner_text {
    font-size: 1.4rem;
  }
}

.sec__categories {
  margin-top: 208px;
}
.sec__categories_inner .container_subttl {
  margin-bottom: 114px;
}
@media screen and (max-width: 640px) {
  .sec__categories_inner .container_subttl {
    margin-bottom: 40px;
  }
}
.sec__categories_inner_img {
  text-align: center;
}
.sec__categories_inner_img img {
  width: 100%;
}

.sec__event {
  margin-top: 200px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sec__event {
    margin-top: 70px;
  }
}
.sec__event_inner {
  margin-bottom: 180px;
}
@media screen and (max-width: 640px) {
  .sec__event_inner {
    margin-bottom: 80px;
  }
}
.sec__event_inner .container_subttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sec__event_inner .container_subttl {
    margin-bottom: 40px;
  }
}
.sec__event_inner_theme {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.sec__event_inner_theme_text {
  display: inline-block;
  font-family: "Gotham", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  border: 1px solid #fff;
  padding: 14px 20px;
  margin-bottom: 80px;
}
.sec__event_inner_theme_ttl {
  font-size: 7.6rem;
  letter-spacing: 0.075em;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .sec__event_inner_theme_ttl {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
.sec__event_inner_theme_subttl {
  font-size: 3.4rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 640px) {
  .sec__event_inner_theme_subttl {
    font-size: 1.8rem;
  }
}
.sec__event_conference .swiper {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .sec__event_conference .swiper {
    margin-bottom: 40px;
  }
}
.sec__event_conference .swiper-slide {
  width: 970px;
}
.sec__event_conference .swiper-slide img {
  width: 100%;
}
.sec__event_conference .table .btn_online {
  margin-top: 40px;
}
.sec__event_conference .table .btn_online a {
  font-size: 2.6rem;
}
@media screen and (max-width: 640px) {
  .sec__event_conference .table .btn_online a {
    font-size: 2rem;
  }
}
.sec__event_conference .table_text {
  margin-bottom: 60px;
}
.sec__event_conference .btn {
  margin-bottom: 40px;
}
.sec__event_conference .btn a {
  width: 630px;
}
@media screen and (max-width: 640px) {
  .sec__event_conference .btn a {
    width: 100%;
    font-size: 2.4rem;
  }
}

.sec__speaker {
  margin-top: 200px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sec__speaker {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
.sec__speaker_inner .table_text {
  margin-bottom: 60px;
}
.sec__speaker_inner .speaker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 640px) {
  .sec__speaker_inner .speaker_list {
    display: block;
  }
}
.sec__speaker_inner .speaker_list::after {
  content: "";
  display: block;
  width: 31.7%;
}
.sec__speaker_inner .speaker_list_inner {
  width: 31.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sec__speaker_inner .speaker_list_inner {
    width: 100%;
    margin-bottom: 50px;
  }
}
.sec__speaker_inner .speaker_list_inner_img {
  margin-bottom: 28px;
}
@media screen and (max-width: 640px) {
  .sec__speaker_inner .speaker_list_inner_img {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}
.sec__speaker_inner .speaker_list_inner_img img {
  width: 100%;
}
.sec__speaker_inner .speaker_list_inner_btm {
  margin-bottom: 20px;
}
.sec__speaker_inner .speaker_list_inner_btm_name {
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .sec__speaker_inner .speaker_list_inner_btm_name {
    font-size: 2.8rem;
    margin-bottom: 14px;
  }
}
.sec__speaker_inner .speaker_list_inner_btm_text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 640px) {
  .sec__speaker_inner .speaker_list_inner_btm_text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.sec__speaker_inner .speaker_list_inner .btn_modal {
  text-align: center;
  margin-top: auto;
}
.sec__speaker_inner .speaker_list_inner .btn_modal button {
  width: 230px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #00a18b;
  border-radius: 100px;
  padding: 20px 0;
  cursor: pointer;
}
@media screen and (max-width: 740px) {
  .sec__speaker_inner .speaker_list_inner .btn_modal button {
    width: 90%;
  }
}
.sec__speaker_inner .speaker_list_inner .btn_modal button:hover {
  opacity: 0.8;
}

.sec__timetable .parallax-bg {
  height: 9400px;
  background-position: top;
}
@media screen and (max-width: 1300px) {
  .sec__timetable .parallax-bg {
    height: 9500px;
  }
}
@media screen and (max-width: 1150px) {
  .sec__timetable .parallax-bg {
    height: 9800px;
  }
}
@media screen and (max-width: 1070px) {
  .sec__timetable .parallax-bg {
    height: 9300px;
  }
}
@media screen and (max-width: 890px) {
  .sec__timetable .parallax-bg {
    height: 9100px;
  }
}
@media screen and (max-width: 770px) {
  .sec__timetable .parallax-bg {
    height: 9600px;
  }
}
@media screen and (max-width: 670px) {
  .sec__timetable .parallax-bg {
    height: 9900px;
  }
}
@media screen and (max-width: 640px) {
  .sec__timetable .parallax-bg {
    height: 100%;
  }
}
.sec__timetable .bg_img {
  background-image: url(../images/bg_timetabele.png);
}
.sec__timetable_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.sec__timetable_inner.container {
  width: 1370px;
}
@media screen and (max-width: 1430px) {
  .sec__timetable_inner.container {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner.container {
    padding: 70px 20px 60px;
  }
}
.sec__timetable_inner .container_subttl {
  font-size: 5.2rem;
  color: #1f2774;
  margin-bottom: 100px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner .container_subttl {
    font-size: 3rem;
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.sec__timetable_inner_text {
  font-family: "Gotham", sans-serif;
  text-align: center;
  font-size: 3.4rem;
  color: #1f2774;
  letter-spacing: 0.075em;
  font-weight: 200;
}
@media screen and (max-width: 990px) {
  .sec__timetable_inner_text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_text {
    font-size: 1.4rem;
  }
}
.sec__timetable_inner_sub {
  width: 460px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  padding: 20px 36px;
  font-size: 2.8rem;
  color: #1f2774;
  font-weight: 600;
  margin: auto;
  margin-bottom: 70px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_sub {
    width: 100%;
    font-size: 2rem;
    padding: 14px 20px;
  }
}
.sec__timetable_inner_box {
  background-color: rgba(31, 39, 116, 0.7);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 890px) {
  .sec__timetable_inner_box {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box {
    padding: 30px 20px;
  }
}
.sec__timetable_inner_box_time {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.sec__timetable_inner_box_en {
  font-family: "Gotham", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  color: #00a18b;
  margin-bottom: 14px;
}
.sec__timetable_inner_box_en.mb {
  margin-bottom: 45px;
}
.sec__timetable_inner_box_ttl {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.2352941176;
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box_ttl {
    font-size: 2.8rem;
  }
}
.sec__timetable_inner_box_subttl {
  margin: 42px 0 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 160, 139)), to(rgb(25, 89, 147)));
  background: linear-gradient(0deg, rgb(0, 160, 139) 0%, rgb(25, 89, 147) 100%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  letter-spacing: 0.075em;
  padding: 26px 30px;
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box_subttl {
    padding: 20px 10px;
  }
}
.sec__timetable_inner_box_subttl_left {
  font-size: 3.4rem;
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box_subttl_left {
    font-size: 1.8rem;
  }
}
.sec__timetable_inner_box_subttl_right {
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box_subttl_right {
    font-size: 1.4rem;
  }
}
.sec__timetable_inner_box_text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin-top: 14px;
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box_text {
    font-size: 2rem;
  }
}
.sec__timetable_inner_box .timetable_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 46px;
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box .timetable_list {
    margin-top: 30px;
  }
}
.sec__timetable_inner_box .timetable_list_box {
  width: 49%;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 30px 50px 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 890px) {
  .sec__timetable_inner_box .timetable_list_box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box .timetable_list_box {
    display: block;
    width: 100%;
  }
}
.sec__timetable_inner_box .timetable_list_box_left {
  width: 200px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .sec__timetable_inner_box .timetable_list_box_left {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box .timetable_list_box_left {
    width: 230px;
    margin: auto;
    margin-bottom: 30px;
  }
}
.sec__timetable_inner_box .timetable_list_box_left img {
  width: 100%;
}
.sec__timetable_inner_box .timetable_list_box_left span {
  position: absolute;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.075em;
  background-color: #1f2774;
  border-radius: 16px;
  padding: 8px 17px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec__timetable_inner_box .timetable_list_box_right {
  width: 57%;
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box .timetable_list_box_right {
    width: 100%;
    text-align: center;
  }
}
.sec__timetable_inner_box .timetable_list_box_right_name {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #1f2774;
  margin-bottom: 24px;
}
@media screen and (max-width: 1070px) {
  .sec__timetable_inner_box .timetable_list_box_right_name {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box .timetable_list_box_right_name {
    margin-bottom: 16px;
  }
}
.sec__timetable_inner_box .timetable_list_box_right_text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  color: #1f2774;
}
@media screen and (max-width: 1070px) {
  .sec__timetable_inner_box .timetable_list_box_right_text {
    font-size: 1.4rem;
  }
}
.sec__timetable_inner_box .timetable_list_box_right .btn_modal {
  margin-top: 24px;
}
.sec__timetable_inner_box .timetable_list_box_right .btn_modal button {
  width: 230px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #00a18b;
  border-radius: 100px;
  padding: 20px 0;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .sec__timetable_inner_box .timetable_list_box_right .btn_modal button {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .sec__timetable_inner_box .timetable_list_box_right .btn_modal button {
    width: 90%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box .timetable_list_box_right .btn_modal button {
    font-size: 1.8rem;
  }
}
.sec__timetable_inner_box .timetable_list_box_right .btn_modal button:hover {
  opacity: 0.8;
}
.sec__timetable_inner_box.collab_session {
  position: relative;
}
.sec__timetable_inner_box.collab_session .img_collab {
  position: absolute;
  right: 50px;
  top: -24px;
}
@media screen and (max-width: 1320px) {
  .sec__timetable_inner_box.collab_session .img_collab {
    width: 140px;
  }
}
@media screen and (max-width: 640px) {
  .sec__timetable_inner_box.collab_session .img_collab {
    right: 30px;
    width: 120px;
  }
}
.sec__timetable_inner_box_logo {
  position: absolute;
  right: 24px;
  top: -18px;
}
@media screen and (max-width: 1200px) {
  .sec__timetable_inner_box_logo {
    width: 25%;
  }
}

.sec__meetup {
  margin-top: 200px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sec__meetup {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
.sec__meetup_inner .table {
  padding: 0;
}
.sec__meetup_inner .table_text {
  margin-bottom: 60px;
}
.sec__meetup_inner .table .btn {
  margin-top: 40px;
}
.sec__meetup_inner .table .btn a {
  width: 630px;
}
@media screen and (max-width: 640px) {
  .sec__meetup_inner .table .btn a {
    width: 100%;
    font-size: 2.4rem;
  }
}

.sec__place {
  margin-bottom: 100px;
}
.sec__place_inner {
  width: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .sec__place_inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .sec__place_inner {
    display: block;
  }
}
.sec__place_inner_left {
  width: 370px;
}
@media screen and (max-width: 640px) {
  .sec__place_inner_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec__place_inner_left dl dt {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 2;
}
.sec__place_inner_left dl dd {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
}
.sec__place_inner_left dl:first-child {
  margin-bottom: 30px;
}
.sec__place_inner_left dl a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-decoration: underline;
}
.sec__place_inner_left p {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.7777777778;
  margin-top: 10px;
}
.sec__place_inner_right {
  width: 48.8%;
}
@media screen and (max-width: 640px) {
  .sec__place_inner_right {
    width: 100%;
  }
}
.sec__place_inner_right iframe {
  width: 100%;
}

.sec__agri_inner {
  background-image: url(../images/bg_agri.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 430px;
}
@media screen and (max-width: 640px) {
  .sec__agri_inner {
    height: 200px;
  }
}
.sec__agri_inner_ttl {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1500px) {
  .sec__agri_inner_ttl {
    left: 55%;
  }
}
@media screen and (max-width: 1100px) {
  .sec__agri_inner_ttl {
    width: 80%;
  }
  .sec__agri_inner_ttl img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec__agri_inner_ttl {
    width: 70%;
  }
}
.sec__agri_table {
  background-color: #289451;
  border-bottom: 10px solid #f2c52d;
}
.sec__agri_table .table {
  padding-top: 94px;
  margin-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .sec__agri_table .table {
    margin-bottom: 100px;
  }
}
.sec__agri_table .table .btn {
  margin-top: 50px;
}
.sec__agri_table .table .btn a {
  background-color: #f2c52d;
}

.sec__sponsor {
  background-color: #fff;
  padding-top: 200px;
  padding-bottom: 170px;
}
@media screen and (max-width: 640px) {
  .sec__sponsor {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.sec__sponsor_inner .container_subttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner .container_subttl {
    margin-bottom: 40px;
  }
}
.sec__sponsor_inner_box {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box {
    margin-bottom: 50px;
  }
}
.sec__sponsor_inner_box_ttl {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #1f2774;
  border: 1px solid #1f2774;
  padding: 12px 18px;
  margin-bottom: 68px;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_ttl {
    margin-bottom: 30px;
  }
}
.sec__sponsor_inner_box_subttl {
  margin-bottom: 80px;
}
.sec__sponsor_inner_box_text {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #1f2774;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.sec__sponsor_inner_box_diamond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_diamond {
    display: block;
    margin-bottom: 100px;
  }
}
.sec__sponsor_inner_box_diamond_logo {
  margin-bottom: 140px;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_diamond_logo {
    margin: auto;
    margin-bottom: 80px;
  }
}
.sec__sponsor_inner_box_diamond_logo img {
  width: 100%;
}
.sec__sponsor_inner_box_diamond_logo:first-child {
  width: 400px;
  margin-right: 140px;
}
@media screen and (max-width: 1000px) {
  .sec__sponsor_inner_box_diamond_logo:first-child {
    margin-right: 60px;
  }
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_diamond_logo:first-child {
    width: 100%;
    margin-bottom: 80px;
  }
}
.sec__sponsor_inner_box_diamond_logo:last-child {
  width: 436px;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_diamond_logo:last-child {
    width: 100%;
  }
}
.sec__sponsor_inner_box_gold {
  width: 750px;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 770px) {
  .sec__sponsor_inner_box_gold {
    width: 100%;
  }
}
.sec__sponsor_inner_box_gold ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec__sponsor_inner_box_gold ul li {
  width: 46%;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_gold ul li {
    width: 44%;
    margin: 0 10px 50px;
  }
}
.sec__sponsor_inner_box_gold ul li img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_gold ul li img {
    width: 100%;
  }
}
.sec__sponsor_inner_box_gold ul li.pc_wi {
  width: 51%;
}
.sec__sponsor_inner_box_gold ul li.pc_m {
  width: 25%;
}
.sec__sponsor_inner_box_gold ul li.pc_sm {
  width: 32%;
}
@media screen and (max-width: 800px) {
  .sec__sponsor_inner_box_gold ul li.sp_wi img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_gold ul li.sp_sm img {
    width: 60%;
  }
}
.sec__sponsor_inner_box_silver {
  width: 860px;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .sec__sponsor_inner_box_silver {
    width: 100%;
  }
}
.sec__sponsor_inner_box_silver ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.sec__sponsor_inner_box_silver ul li {
  margin: 0 16px;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_silver ul li {
    margin: 0 10px;
  }
}
.sec__sponsor_inner_box_silver ul li img {
  width: 94%;
}
.sec__sponsor_inner_box_silver ul li.pc_sm img {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_silver ul li.pc_sm img {
    width: 75%;
  }
}
.sec__sponsor_inner_box_bronze {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1020px) {
  .sec__sponsor_inner_box_bronze {
    width: 100%;
  }
}
.sec__sponsor_inner_box_bronze ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.sec__sponsor_inner_box_bronze ul li {
  margin: 0 30px;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_bronze ul li {
    margin: 0 10px;
  }
}
.sec__sponsor_inner_box_bronze ul li img {
  width: 100%;
}
.sec__sponsor_inner_box_bronze ul li.pc_sm img {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_bronze ul li.pc_sm img {
    width: 75%;
  }
}
.sec__sponsor_inner_box_bronze_list2 li:nth-child(1) {
  width: 240px;
}
.sec__sponsor_inner_box_bronze_list2 li:nth-child(2) {
  width: 156px;
}
.sec__sponsor_inner_box_bronze_list2 li:nth-child(3) {
  width: 134px;
}
.sec__sponsor_inner_box_bronze_list2 li:nth-child(4) {
  width: 134px;
}
@media screen and (max-width: 640px) {
  .sec__sponsor_inner_box_bronze_list5 li {
    width: 18%;
  }
}

.sec__news {
  margin-top: 144px;
}
@media screen and (max-width: 640px) {
  .sec__news {
    margin-top: 70px;
  }
}
.sec__news_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .sec__news_inner_list {
    display: block;
  }
}
.sec__news_inner_list li {
  width: 42.8%;
  max-height: 814px;
}
@media screen and (max-width: 768px) {
  .sec__news_inner_list li {
    max-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .sec__news_inner_list li {
    width: 90%;
    margin: auto;
  }
}
.sec__news_inner_list li.twitter {
  max-height: 814px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .sec__news_inner_list li.twitter {
    max-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .sec__news_inner_list li.twitter {
    margin-bottom: 40px;
  }
}
.sec__news_inner_list li .facebook_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.sec__news_inner_list li .fb-page,
.sec__news_inner_list li .fb-page span,
.sec__news_inner_list li .facebook_wrap iframe {
  width: 100% !important;
  height: 814px !important;
}
@media screen and (max-width: 768px) {
  .sec__news_inner_list li .fb-page,
  .sec__news_inner_list li .fb-page span,
  .sec__news_inner_list li .facebook_wrap iframe {
    height: 400px !important;
  }
}
.sec__news_inner_bnr {
  text-align: center;
}
.sec__news_inner_bnr a {
  display: block;
}
@media screen and (max-width: 800px) {
  .sec__news_inner_bnr a img {
    width: 100%;
  }
}

.sec__contact {
  margin-top: 144px;
  margin-bottom: 140px;
}
@media screen and (max-width: 640px) {
  .sec__contact {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}
.sec__contact_inner_text p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1.6666666667;
  overflow-wrap: break-word;
}
@media screen and (max-width: 640px) {
  .sec__contact_inner_text p {
    font-size: 1.4rem;
  }
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 70%;
  width: 86%;
  background: #fff;
  border-radius: 20px;
}
.modal-content-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 70px 75px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .modal-content-inner {
    padding: 40px 45px;
  }
}
@media screen and (max-width: 640px) {
  .modal-content-inner {
    display: block;
    padding: 20px;
    overflow: scroll;
  }
}
.modal-content-inner-left {
  width: 31.5%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .modal-content-inner-left {
    width: 80%;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
  }
}
.modal-content-inner-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-content-inner-right {
  position: relative;
  width: 59.5%;
  overflow: scroll;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .modal-content-inner-right {
    width: 100%;
    height: auto;
  }
}
.modal-content-inner-right h4 {
  font-size: 3.4rem;
  color: #1f2774;
  letter-spacing: 0.075em;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .modal-content-inner-right h4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.modal-content-inner-right-top {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1f2774;
  letter-spacing: 0.075em;
  line-height: 1.6666666667;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .modal-content-inner-right-top {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 18px;
  }
}
.modal-content-inner-right-text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1f2774;
  letter-spacing: 0.075em;
  line-height: 2;
}
@media screen and (max-width: 990px) {
  .modal-content-inner-right-text {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .modal-content-inner-right-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.modal-close-btn {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  padding: 18px 0;
  right: 50px;
  top: 50px;
}
@media screen and (max-width: 640px) {
  .modal-close-btn {
    right: 20px;
    top: 20px;
  }
}
.modal-close-btn::before {
  display: block;
  content: "";
  width: 45px;
  height: 1px;
  background: #1f2774;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .modal-close-btn::before {
    width: 35px;
  }
}
.modal-close-btn::after {
  display: block;
  content: "";
  width: 45px;
  height: 1px;
  background: #1f2774;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .modal-close-btn::after {
    width: 35px;
  }
}