@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/*=======================================
　base
=======================================*/
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
}

main, header, .modaal-noscroll {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  letter-spacing: 0.1em;
}
main .inner, header .inner, .modaal-noscroll .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

main a {
  text-decoration: none !important;
}
main .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
main .pc {
  display: block;
}
main .sp {
  display: none;
}
main .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .pc {
    display: none;
  }
  main .sp {
    display: block;
  }
}

/*=======================================
　fade anime
=======================================*/
/*左から*/
.fadeIn_left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.fadeIn_left.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*右から*/
.fadeIn_right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fadeIn_right.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*下から*/
.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
          transform: translate(0, 35px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*その場で出現*/
.fadeIn {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* .js-fadeBottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(35px);
  transition: opacity 1s, visibility 1s, transform 1s;
  &.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);    
  }
} */
/* .js-fadeTop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: opacity 1s, visibility 1s, transform 1s;
  &.inview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);    
  }
} */
/* .js-fadeLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: opacity 1s, visibility 1s, transform 1s;
  &.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }  
} */
/* .js-fadeRight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  transition: opacity 1s, visibility 1s, transform 1s;
  &.inview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }
} */
/*=======================================
　color
=======================================*/
:root {
  --main_color: #2980E3;
}

.blue_01 {
  color: var(--main_color);
}

/*=======================================
　cmn_btn
=======================================*/
.cmn_btn_01 {
  width: 405.03px;
  height: 69.12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn_btn_01 {
    width: 90%;
    height: 60px;
  }
}
.cmn_btn_01 a {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  z-index: 1;
  color: #000;
}
@media screen and (max-width: 768px) {
  .cmn_btn_01 a {
    font-size: 16px;
  }
}
.cmn_btn_01._black a {
  color: #FFF;
}
.cmn_btn_01::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 8%;
  top: 25px;
  z-index: 1;
}
.cmn_btn_01._black::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 8%;
  top: 25px;
  z-index: 1;
}
.cmn_btn_01._white a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  border: 1px solid #000;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  height: 69.12px;
}
@media screen and (max-width: 768px) {
  .cmn_btn_01._white a::after {
    height: 60px;
  }
}
.cmn_btn_01._black a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
  border: 1px solid #FFF;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  height: 69.12px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .cmn_btn_01._black a::after {
    height: 60px;
  }
}

/*=======================================
　modal
=======================================*/
.modal {
  display: none;
}

.modaal-close {
  position: absolute;
  right: 7%;
  top: 3%;
  color: var(--main_color);
  width: 42.43px;
  height: 42.43px;
}
@media screen and (max-width: 768px) {
  .modaal-close {
    right: 2%;
    top: 1%;
  }
}
.modaal-close::before, .modaal-close::after {
  position: absolute;
  top: 0;
  left: 45%;
  width: 3px;
  height: 42.43px;
  border-radius: 0;
  background: var(--main_color);
}
.modaal-close:hover::before, .modaal-close:hover::after {
  background: var(--main_color);
}
.modaal-close:hover, .modaal-close:focus {
  background: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-container {
  background: none;
}

/*=======================================
　sttl
=======================================*/
.sttl_01 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.05em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .sttl_01 {
    font-size: 35px;
    padding-left: 30px;
  }
}
.sttl_01::before {
  content: "";
  width: 20px;
  height: 52.25px;
  display: inline-block;
  background: linear-gradient(90deg, var(--main_color) 0%, var(--main_color) 2px, transparent 3px, transparent calc(100% - 3px), var(--main_color) calc(100% - 2px), var(--main_color) 100%);
  position: absolute;
  left: 0;
  bottom: 0.15em;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
@media screen and (max-width: 768px) {
  .sttl_01::before {
    width: 15px;
    height: 35.25px;
  }
}
.sttl_01._center {
  margin: 0 auto;
}
.sttl_01._right {
  margin-left: auto;
}
.sttl_01._white {
  color: #fff;
}
.sttl_01 span {
  font-weight: 400;
  font-size: 20px;
  display: block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .sttl_01 span {
    font-size: 17px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.sttl_03 {
  font-weight: 500;
  font-size: 46px;
  /* letter-spacing: 0.1em; */
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .sttl_03 {
    font-size: 23px;
  }
}
.sttl_03._white {
  color: #fff;
}

.sttl_para {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  position: relative;
  display: inline-block;
  height: 41.74px;
}
.sttl_para .sttl_para_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.sttl_para .parallelogram {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 41.74px;
}
.sttl_para .parallelogram::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: 1;
  height: 41.74px;
}
.sttl_para._black {
  color: #fff;
}
.sttl_para._black .parallelogram::after {
  background: #191919;
}
.sttl_para._white {
  color: #111;
}
.sttl_para._white .parallelogram::after {
  border: 1px solid #000;
  background: #fff !important;
}
.sttl_para._white_02 .sttl_para_txt {
  color: #fff;
}
.sttl_para._white_02 .parallelogram::after {
  border: 1px solid #fff;
}

/*=======================================
　copy
=======================================*/
.copy_01 {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.4769;
  position: relative;
}
@media screen and (max-width: 768px) {
  .copy_01 {
    font-size: 16px;
  }
}
.copy_01._white {
  color: #fff;
}
.copy_01::before {
  content: "";
  width: 3px;
  height: 26px;
  display: inline-block;
  background: var(--main_color);
  position: absolute;
  /* left: -12.6px; */
  left: -16.6px;
  top: 0.25em;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

@media screen and (max-width: 768px) {
  .copy_01 {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.4769;
    position: relative;
  }
  .copy_01._white {
    color: #fff;
  }
  .copy_01::before {
    content: "";
    width: 3px;
    height: 26px;
    display: inline-block;
    background: var(--main_color);
    position: absolute;
    /* left: -12.6px; */
    left: -16.6px;
    top: 0.25em;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
}
/*=======================================
　txt/notes
=======================================*/
.txt_01 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  /* line-height: 2.1875; */
  line-height: 2.5;
}
.txt_01._white {
  color: #fff;
}

.notes_01 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.2857;
}
.notes_01._white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .txt_01 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.1875;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .txt_01 {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .txt_01._white {
    color: #fff;
  }
  .notes_01 {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.2857;
  }
  .notes_01._white {
    color: #fff;
  }
}
.notes_02 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .notes_02 {
    font-size: 13px;
  }
}
.notes_02._white {
  color: #fff;
}

/*=======================================
　back_movie
=======================================*/
.back_movie {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -2;
}
.back_movie video {
  position: fixed;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.mv_sec .back_movie, .theme_sec .back_movie, .case_sec .back_movie {
  position: absolute;
  height: 100%;
  top: 0;
}
.mv_sec .back_movie video, .theme_sec .back_movie video, .case_sec .back_movie video {
  position: absolute;
}

.mv_sec .back_movie {
  /* position: absolute; */
}
.mv_sec .back_movie video {
  width: 100%;
  height: auto;
  min-height: auto;
}

.theme_sec .back_movie {
  position: fixed;
  top: 0;
}

/*=======================================
　date_area
=======================================*/
.date_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 58px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #191919;
  -webkit-transform: translateX(2%);
          transform: translateX(2%);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .date_area {
    font-size: 29px;
  }
}
.date_area span {
  font-size: 18px;
  letter-spacing: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .date_area span {
    font-size: 13px;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}

/*=======================================
　mv_sec
=======================================*/
.mv_sec {
  /* height: 900px; */
  height: 56.25vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv_sec::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("../image/mv_dot.png") repeat;
  background-size: 1600px auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .mv_sec {
    /* height: 263.46px; */
  }
}
@media screen and (max-width: 640px) {
  .mv_sec {
    /* height: 450px; */
  }
}
@media screen and (max-width: 450px) {
  .mv_sec {
    /* height: 400px; */
  }
}

/* モーダルボタン */
.modal_btn {
  position: absolute;
  right: 3.56%;
  top: 29.6px;
  width: 19.9375%;
  max-width: 310.81px;
}
@media screen and (max-width: 768px) {
  .modal_btn {
    position: static;
    width: 70.25%;
    margin: 0 auto 24.1px;
  }
}
.modal_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-filter: blur(18px);
          filter: blur(18px);
}

/* モーダル中身 */
.mv_modal_box {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
}
.mv_modal_box .main_ttl {
  background: url("../image/about_main_img.jpg") no-repeat;
  background-size: cover;
  height: 326px;
  position: relative;
  margin-bottom: 32.9px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .main_ttl {
    height: 226px;
  }
}
.mv_modal_box .main_ttl h2 {
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #191919;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv_modal_box .main_ttl h2 {
    font-size: 30px;
    width: 100%;
  }
}
.mv_modal_box .main_ttl h2 small {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .main_ttl h2 small {
    font-size: 32px;
  }
}
.mv_modal_box .main_ttl h2 .sttl_para {
  display: block;
  height: 41.44px;
  margin-bottom: 0;
}
.mv_modal_box .main_ttl h2 .sttl_para .sttl_para_txt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}
.mv_modal_box .main_ttl h2 .sttl_para .parallelogram {
  width: 278.85px;
  height: 41.44px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .main_ttl h2 .sttl_para .parallelogram {
    width: 280px;
    top: 50%;
    left: 50%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mv_modal_box .main_ttl h2 .sttl_para .parallelogram::after {
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  width: 278.85px;
  height: 41.44px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .main_ttl h2 .sttl_para .parallelogram::after {
    width: 280px;
  }
}
.mv_modal_box .intro_sec {
  margin-bottom: 121.1px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .intro_sec {
    margin-bottom: 60px;
  }
}
.mv_modal_box .intro_sec .inner {
  width: 85.45%;
}
.mv_modal_box .intro_sec .inner .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .intro_sec .inner .flex_area {
    display: block;
  }
}
.mv_modal_box .intro_sec .inner .flex_area .img_area {
  width: 44.46%;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .intro_sec .inner .flex_area .img_area {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.mv_modal_box .intro_sec .inner .flex_area .txt_area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .intro_sec .inner .flex_area .txt_area {
    width: auto;
  }
}
.mv_modal_box .intro_sec .inner .flex_area .txt_area .copy_01 {
  margin-bottom: 33.9px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .intro_sec .inner .flex_area .txt_area .copy_01 {
    margin-bottom: 20px;
  }
}
.mv_modal_box .sttl_para {
  position: relative;
  width: 87.18%;
  height: 159.68px;
  z-index: 1;
  margin: 0 auto 69.2px;
  display: block;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .sttl_para {
    width: auto;
    height: 80px;
    margin: 0 auto 35px;
  }
}
.mv_modal_box .sttl_para .sttl_para_txt {
  font-weight: 800;
  font-size: 31px;
  letter-spacing: 0.1em;
  line-height: 47px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .sttl_para .sttl_para_txt {
    line-height: 1.7;
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.mv_modal_box .sttl_para .parallelogram {
  width: 87.18%;
  height: 159.68px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .sttl_para .parallelogram {
    width: 87.18%;
    height: 80px;
  }
}
.mv_modal_box .sttl_para .parallelogram::after {
  background: #000;
  height: 159.68px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .sttl_para .parallelogram::after {
    height: 80px;
  }
}
.mv_modal_box .season_sec .inner .item {
  position: relative;
  margin-bottom: 51.2px;
  padding-bottom: 146.21px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .inner .item {
    margin-bottom: 31.2px;
    padding-bottom: 116.21px;
  }
}
.mv_modal_box .season_sec .inner .item::after {
  content: "";
  width: 3px;
  height: 99.71px;
  display: inline-block;
  background: #DADADA;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv_modal_box .season_sec .inner .item:last-child {
  padding-bottom: 227.02px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .inner .item:last-child {
    padding-bottom: 90px;
  }
}
.mv_modal_box .season_sec .inner .item:last-child::after {
  height: 173.52px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .inner .item:last-child::after {
    height: 80px;
  }
}
.mv_modal_box .season_sec .inner .item .sttl_01 {
  margin-bottom: 10px;
}
.mv_modal_box .season_sec .inner .item .lead_copy {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.653;
  text-align: center;
  margin-bottom: 26.3px;
}
.mv_modal_box .season_sec .inner .item iframe {
  width: 100%;
  height: 37vw;
  max-height: 535px;
  margin-bottom: 49.2px;
}
.mv_modal_box .season_sec .inner .item img {
  width: 100%;
  height: 37vw;
  max-height: 535px;
  margin-bottom: 49.2px;
}
@media only screen and (max-width: 768px) {
  .mv_modal_box .season_sec .inner .item iframe {
    height: 58vw;
  }
  .mv_modal_box .season_sec .inner .item img {
    height: 58vw;
  }
}
.mv_modal_box .season_sec .inner .item .copy_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .inner .item .copy_area {
    display: block;
  }
}
.mv_modal_box .season_sec .inner .item .copy_area .sttl_para {
  width: 160.54px;
  height: 54.89px;
  display: block;
  margin-bottom: 0;
}
.mv_modal_box .season_sec .inner .item .copy_area .sttl_para .sttl_para_txt {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #111;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .inner .item .copy_area .sttl_para .sttl_para_txt {
    font-size: 18px;
  }
}
.mv_modal_box .season_sec .inner .item .copy_area .sttl_para .parallelogram {
  width: 160.54px;
  height: 54.89px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .inner .item .copy_area .sttl_para .parallelogram {
    width: 110px;
    height: 40px;
  }
}
.mv_modal_box .season_sec .inner .item .copy_area .sttl_para .parallelogram::after {
  width: 160.54px;
  height: 54.89px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .inner .item .copy_area .sttl_para .parallelogram::after {
    width: 110px;
    height: 40px;
  }
}
.mv_modal_box .season_sec .inner .item .copy_area .sttl_para small {
  font-size: 18px;
}
.mv_modal_box .season_sec .inner .item .copy_area .txt {
  font-weight: 700;
  font-size: 33px;
  letter-spacing: 0.1em;
  color: #111;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .inner .item .copy_area .txt {
    font-size: 21px;
  }
}
.mv_modal_box .season_sec .inner .item .copy_area .txt span {
  font-weight: 800;
}
.mv_modal_box .season_sec .coming_soon {
  height: 461px;
  background: url("../image/about_bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .coming_soon {
    height: 300px;
  }
}
.mv_modal_box .season_sec .coming_soon .year {
  font-weight: 500;
  font-size: 39px;
  letter-spacing: 0.1em;
  line-height: 1.3846;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .coming_soon .year {
    font-size: 20px;
  }
}
.mv_modal_box .season_sec .coming_soon .sttl_01._big {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 89px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .coming_soon .sttl_01._big {
    font-size: 37px;
  }
}
.mv_modal_box .season_sec .coming_soon .sttl_01._big::before {
  width: 28px;
  height: 73.15px;
  bottom: 0.2em;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .coming_soon .sttl_01._big::before {
    left: 3px;
    height: 37px;
    width: 15px;
  }
}
.mv_modal_box .season_sec .coming_soon .txt {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 45px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv_modal_box .season_sec .coming_soon .txt {
    font-size: 30px;
  }
}

/*=======================================
　info_sec
=======================================*/
.info_sec {
  width: 100%;
  height: 218px;
  background: rgba(255, 255, 255, 0.61);
  /* background: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .info_sec {
    height: 97px;
  }
}
.info_sec .date_area {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .info_sec .date_area {
    margin-bottom: 5px;
  }
}
.info_sec .cmn_btn_01_img {
  max-width: 405.03px;
  margin: 0 auto;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
@media screen and (max-width: 768px) {
  .info_sec .cmn_btn_01_img {
    max-width: 208.61px;
  }
}

/*=======================================
　theme_sec
=======================================*/
.theme_sec {
  padding: 200px 0 120px;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 40, 40, 0.752)), color-stop(32.64%, #101010), color-stop(68.62%, rgba(16, 16, 16, 0.752)), to(rgba(40, 40, 40, 0.752)));
  background: linear-gradient(rgba(40, 40, 40, 0.752) 0%, #101010 32.64%, rgba(16, 16, 16, 0.752) 68.62%, rgba(40, 40, 40, 0.752) 100%);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .theme_sec {
    padding: 35.4px 0% 60px;
    overflow: hidden;
  }
}
.theme_sec .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 200px 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul {
    gap: 0;
  }
}
.theme_sec .inner ul li {
  width: 50%;
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 20px);
  letter-spacing: 0.1em;
  line-height: 2.1;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme_sec .inner ul li .emphasis {
  font-size: clamp(27px, 1.25vw, 32px);
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li.li_img {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li.li_txt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    /* transition-delay: unset; */
  }
}
.theme_sec .inner ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}
.theme_sec .inner ul li:nth-child(3) {
  /* transition-delay: 0.6s; */
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}
.theme_sec .inner ul li:nth-child(4) {
  /* transition-delay: 0.4s; */
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* transition-delay: unset; */
  }
}
.theme_sec .inner ul li:nth-child(5) {
  /* transition-delay: 0.8s; */
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    /* transition-delay: unset; */
  }
}
.theme_sec .inner ul li:nth-child(6) {
  /* transition-delay: 1.0s; */
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li:nth-child(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}
.theme_sec .inner ul li:nth-child(7) {
  /* transition-delay: 1.4s; */
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    /* transition-delay: unset; */
    margin-bottom: 0;
  }
}
.theme_sec .inner ul li:nth-child(8) {
  /* transition-delay: 1.2s; */
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li:nth-child(8) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    /* transition-delay: unset; */
  }
}
@media screen and (max-width: 768px) {
  .theme_sec .inner ul li {
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.823;
  }
}
.theme_sec .inner .theme_copy {
  /* margin-bottom: 120.6px; */
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .theme_copy {
    /* margin-bottom: 47.5px; */
  }
}
.theme_sec .inner .theme_copy.sttl_para {
  position: relative;
  width: 100%;
  height: 159.68px;
  z-index: 1;
  margin: 0 auto 200.2px;
  display: block;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .theme_copy.sttl_para {
    margin-bottom: 100px;
    height: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .theme_sec .inner .theme_copy.sttl_para {
    height: 90px;
  }
}
.theme_sec .inner .theme_copy.sttl_para .sttl_para_txt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  font-size: clamp(40px, 3.125vw, 50px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .theme_copy.sttl_para .sttl_para_txt {
    font-size: 25px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 500px) {
  .theme_sec .inner .theme_copy.sttl_para .sttl_para_txt {
    font-size: 20px;
  }
}
.theme_sec .inner .theme_copy.sttl_para .sttl_para_txt br {
  display: none;
}
@media only screen and (max-width: 500px) {
  .theme_sec .inner .theme_copy.sttl_para .sttl_para_txt br {
    display: inline-block;
  }
}
.theme_sec .inner .theme_copy.sttl_para .parallelogram {
  width: 100%;
  height: 159.68px;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .theme_copy.sttl_para .parallelogram {
    height: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .theme_sec .inner .theme_copy.sttl_para .parallelogram {
    height: 90px;
  }
}
.theme_sec .inner .theme_copy.sttl_para .parallelogram::after {
  width: 100%;
  height: 159.68px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .theme_copy.sttl_para .parallelogram::after {
    height: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .theme_sec .inner .theme_copy.sttl_para .parallelogram::after {
    height: 90px;
  }
}
.theme_sec .inner .lead_txt {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.615;
  text-align: center;
  color: #fff;
  margin-bottom: 80.6px;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .lead_txt {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.529;
    width: 90%;
    margin: 0 auto 65.4px;
    text-align: left;
  }
}
.theme_sec .inner .sttl_01 {
  margin-bottom: 59.4px;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .sttl_01 {
    margin-bottom: 30px;
  }
}
.theme_sec .inner .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  .theme_sec .inner .flex_area {
    display: block;
  }
}
.theme_sec .inner .flex_area .item {
  width: 46.36%;
  border: 1px solid #fff;
  padding: 60px 40.5px;
}
@media only screen and (max-width: 850px) {
  .theme_sec .inner .flex_area .item {
    width: 100%;
    padding: 30px 5%;
  }
}
@media only screen and (max-width: 850px) {
  .theme_sec .inner .flex_area .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.theme_sec .inner .flex_area .item .copy_01 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item .copy_01 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item .copy_01::before {
    height: 20px;
  }
}
.theme_sec .inner .flex_area .item .copy_01.copy_01_2l::before {
  left: 10px;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item .copy_01.copy_01_2l::before {
    left: -16.6px;
  }
}
.theme_sec .inner .flex_area .item .txt {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item .txt {
    font-size: 15px;
  }
}
.theme_sec .inner .flex_area .item .contents_num {
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 8.5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item .contents_num {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item .contents_num .left {
    text-align: center;
  }
}
.theme_sec .inner .flex_area .item .contents_num .left p {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.52;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item .contents_num .left p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.theme_sec .inner .flex_area .item .contents_num .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme_sec .inner .flex_area .item .contents_num .right p {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 65px;
  letter-spacing: 0.05em;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item .contents_num .right p {
    font-size: 40px;
  }
}
.theme_sec .inner .flex_area .item .contents_num .right span {
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.1875;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item .contents_num .right span {
    font-size: 25px;
  }
}
.theme_sec .inner .flex_area .item:nth-child(2) .copy_01::before {
  top: 1em;
}
@media only screen and (max-width: 850px) {
  .theme_sec .inner .flex_area .item:nth-child(2) .copy_01::before {
    top: 0.25em;
  }
}
.theme_sec .inner .flex_area .item:nth-child(2) .contents_num .left p {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item:nth-child(2) .contents_num .left p {
    font-size: 16px;
  }
}
.theme_sec .inner .flex_area .item:nth-child(2) .contents_num .left span {
  font-size: 19px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .theme_sec .inner .flex_area .item:nth-child(2) .contents_num .left span {
    font-size: 14px;
  }
}

/*=======================================
　speaker_sec
=======================================*/
.speaker_sec {
  /* background: rgb(209, 209, 209, 0.95); */
  background: #D1D1D1;
  padding: 106px 0 144px;
}
@media screen and (max-width: 768px) {
  .speaker_sec {
    padding: 60px 0 60px;
  }
}
.speaker_sec .inner .sttl_01 {
  margin-bottom: 45.4px;
}
@media screen and (max-width: 768px) {
  .speaker_sec .inner .sttl_01 {
    margin-left: 0;
  }
}
.speaker_sec .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 50px 0;
}
.speaker_sec .inner ul li {
  width: 20.18%;
}
@media screen and (max-width: 768px) {
  .speaker_sec .inner ul li {
    width: 45.18%;
  }
}
.speaker_sec .inner ul li .img {
  margin-bottom: 15.1px;
}
.speaker_sec .inner ul li .logo {
  margin-bottom: 15.1px;
}
.speaker_sec .inner ul li .company {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .speaker_sec .inner ul li .company {
    font-size: 12px;
  }
}
.speaker_sec .inner ul li .name {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 14.7px;
}
@media screen and (max-width: 768px) {
  .speaker_sec .inner ul li .name {
    font-size: 20px;
  }
}
.speaker_sec .inner ul li .name span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .speaker_sec .inner ul li .name span {
    font-size: 16px;
  }
}
.speaker_sec .inner ul li .modal_area .cmn_btn_01 {
  height: 52.49px;
  width: 88.28%;
  margin: 0 auto;
}
.speaker_sec .inner ul li .modal_area .cmn_btn_01::after {
  width: 12px;
  height: 12px;
  top: 18.9px;
}
.speaker_sec .inner ul li .modal_area .cmn_btn_01 a {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .speaker_sec .inner ul li .modal_area .cmn_btn_01 a {
    font-size: 16px;
  }
}
.speaker_sec .inner ul li .modal_area .cmn_btn_01 a::after {
  height: 52.49px;
}

/* モーダル中身 */
.speaker_modal_box {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0 70px;
}
.speaker_modal_box .inner .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 93.4px;
  margin-bottom: 37.3px;
}
@media screen and (max-width: 768px) {
  .speaker_modal_box .inner .flex_area {
    display: block;
  }
}
.speaker_modal_box .inner .flex_area .img_area {
  width: 32.65%;
}
@media screen and (max-width: 768px) {
  .speaker_modal_box .inner .flex_area .img_area {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.speaker_modal_box .inner .flex_area .txt_area {
  width: 44.7%;
}
@media screen and (max-width: 768px) {
  .speaker_modal_box .inner .flex_area .txt_area {
    width: auto;
  }
}
.speaker_modal_box .inner .flex_area .txt_area .logo {
  margin-bottom: 18.2px;
}
@media screen and (max-width: 768px) {
  .speaker_modal_box .inner .flex_area .txt_area .logo {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.speaker_modal_box .inner .flex_area .txt_area .txt {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .speaker_modal_box .inner .flex_area .txt_area .txt {
    font-size: 14px;
  }
}
.speaker_modal_box .inner .flex_area .txt_area .name {
  font-weight: 500;
  font-size: 37px;
  letter-spacing: 0.1em;
  line-height: 1.405;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .speaker_modal_box .inner .flex_area .txt_area .name {
    font-size: 25px;
    width: 90%;
    margin: 0 auto;
  }
}
.speaker_modal_box .inner .flex_area .txt_area .name span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .speaker_modal_box .inner .flex_area .txt_area .name span {
    font-size: 18px;
  }
}
.speaker_modal_box .inner .flex_area .txt_area .name::after {
  content: "";
  position: absolute;
  top: -6px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  border: 1px solid #000;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  height: 73.12px;
}
@media screen and (max-width: 768px) {
  .speaker_modal_box .inner .flex_area .txt_area .name::after {
    font-size: 25px;
    height: 53.12px;
  }
}
.speaker_modal_box .inner .txt_01 {
  font-size: 18px;
  line-height: 2.111;
}
@media screen and (max-width: 768px) {
  .speaker_modal_box .inner .txt_01 {
    font-size: 16px;
    line-height: 1.6;
  }
}

/*=======================================
　timetable_sec
=======================================*/
.timetable_sec {
  /* background: rgb(17, 17, 17, 0.9); */
  background: #222;
  padding: 110.5px 0 120.8px;
}
@media screen and (max-width: 768px) {
  .timetable_sec {
    padding: 60px 0 60px;
  }
}
.timetable_sec .inner .sttl_01 {
  margin-bottom: 52.5px;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .sttl_01 {
    margin-bottom: 30px;
  }
}
.timetable_sec .inner .timetable_area dl {
  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.1em;
  gap: 0 39px;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl {
    display: block;
  }
}
.timetable_sec .inner .timetable_area dl:not(:last-child) dt::after {
  content: "";
  width: 1px;
  height: calc(88% - 64px);
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl:not(:last-child) dt::after {
    left: 0%;
    -webkit-transform: none;
            transform: none;
  }
}
.timetable_sec .inner .timetable_area dl:not(:last-child) dd {
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl:not(:last-child) dd {
    padding-bottom: 50px;
    border-left: 1px solid #FFF;
    padding-left: 10%;
    width: 90%;
    margin: 0 auto 15px;
  }
}
.timetable_sec .inner .timetable_area dl dt {
  width: 154px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.699;
  position: relative;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dt {
    margin: 0 0 15px 0;
  }
}
.timetable_sec .inner .timetable_area dl dd {
  width: calc(100% - 154px);
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd {
    padding-bottom: 0px;
    border-left: 1px solid #FFF;
    padding-left: 10%;
    width: 90%;
    margin: 0 auto 15px;
  }
}
.timetable_sec .inner .timetable_area dl dd .ttl {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.359;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 36.9px;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .ttl {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.timetable_sec .inner .timetable_area dl dd .ttl span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 49px;
  border: 1px solid #fff;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .ttl span {
    font-size: 16px;
    margin: 0 0 12px 0;
  }
}
.timetable_sec .inner .timetable_area dl dd .column .flex_area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .column .flex_area {
    width: 48%;
    display: block;
  }
}
.timetable_sec .inner .timetable_area dl dd .column .flex_area .img_area {
  width: 33.83%;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .column .flex_area .img_area {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.timetable_sec .inner .timetable_area dl dd .column .flex_area .txt_area {
  width: calc(100% - 37px - 33.83%);
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .column .flex_area .txt_area {
    width: auto;
  }
}
.timetable_sec .inner .timetable_area dl dd .column .flex_area .txt_area .txt {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .column .flex_area .txt_area .txt {
    font-size: 14px;
  }
}
.timetable_sec .inner .timetable_area dl dd .column .flex_area .txt_area .name {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.timetable_sec .inner .timetable_area dl dd .column.column_01 .flex_area {
  /* width: 50%;
  display: flex;
  gap: 0 37px;
  align-items: center; */
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .column.column_01 .flex_area {
    width: auto;
    display: block;
  }
}
.timetable_sec .inner .timetable_area dl dd .column.column_01 .flex_area .img_area {
  /* width: 33.83%; */
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .column.column_01 .flex_area .img_area {
    width: 49%;
    margin: 0 auto 30px;
  }
}
.timetable_sec .inner .timetable_area dl dd .column.column_01 .flex_area .txt_area {
  width: calc(100% - 37px - 33.83%);
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .column.column_01 .flex_area .txt_area {
    width: auto;
  }
}
.timetable_sec .inner .timetable_area dl dd .column_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 57.1px;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .column_02 {
    margin-bottom: 25px;
  }
}
.timetable_sec .inner .timetable_area dl dd .column_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 57.1px;
}
.timetable_sec .inner .timetable_area dl dd .timetable_modal_area .cmn_btn_01 {
  width: 246.9px;
  height: 51.66px;
  margin: 0 auto;
  position: relative;
  left: -80px;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .timetable_modal_area .cmn_btn_01 {
    left: 0px;
    width: 246.9px;
    height: 51.66px;
    margin: 25px auto 0;
  }
}
.timetable_sec .inner .timetable_area dl dd .timetable_modal_area .cmn_btn_01::after {
  width: 12px;
  height: 12px;
  top: 18px;
}
.timetable_sec .inner .timetable_area dl dd .timetable_modal_area .cmn_btn_01 a {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .timetable_sec .inner .timetable_area dl dd .timetable_modal_area .cmn_btn_01 a {
    font-size: 16px;
  }
}
.timetable_sec .inner .timetable_area dl dd .timetable_modal_area .cmn_btn_01 a::after {
  width: 246.9px;
  height: 51.66px;
}

/* モーダル中身 */
.timetable_modal_box {
  max-width: 900px;
  background: #fff;
  margin: 0 auto;
  padding: 102.1px 0 80.1px;
}
@media screen and (max-width: 768px) {
  .timetable_modal_box {
    padding: 60px 0 40px;
  }
}
.timetable_modal_box .inner {
  max-width: 773px;
}
.timetable_modal_box .inner .time {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.51;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .timetable_modal_box .inner .time {
    font-size: 22px;
  }
}
.timetable_modal_box .inner .ttl {
  margin-bottom: 47.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 28.5px;
  font-weight: 600;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.359;
  color: var(--main_color);
}
@media screen and (max-width: 768px) {
  .timetable_modal_box .inner .ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.timetable_modal_box .inner .ttl span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 16px;
  height: 49px;
  border: 1px solid #000;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: 768px) {
  .timetable_modal_box .inner .ttl span {
    font-size: 15px;
    padding: 0 10px;
  }
}
.timetable_modal_box .inner .txt_01 {
  margin-bottom: 50.2px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.111;
}
@media screen and (max-width: 768px) {
  .timetable_modal_box .inner .txt_01 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.timetable_modal_box .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .timetable_modal_box .inner ul {
    display: block;
  }
}
.timetable_modal_box .inner ul li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .timetable_modal_box .inner ul li {
    width: auto;
    margin: 0 0 20px 0;
  }
}
.timetable_modal_box .inner ul li .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timetable_modal_box .inner ul li .flex_area .img_area {
  width: 35.88%;
}
.timetable_modal_box .inner ul li .flex_area .txt_area {
  width: 59.15%;
}
.timetable_modal_box .inner ul li .flex_area .txt_area .logo {
  margin-bottom: 21.9px;
  max-width: 154.02px;
}
@media screen and (max-width: 768px) {
  .timetable_modal_box .inner ul li .flex_area .txt_area .logo {
    margin-bottom: 10px;
  }
}
.timetable_modal_box .inner ul li .flex_area .txt_area .name {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.72;
}
@media screen and (max-width: 768px) {
  .timetable_modal_box .inner ul li .flex_area .txt_area .name {
    font-size: 20px;
  }
}
.timetable_modal_box .inner ul li .flex_area .txt_area .txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .timetable_modal_box .inner ul li .flex_area .txt_area .txt {
    font-size: 12px;
    line-height: 1.5;
  }
}

/*=======================================
　case_sec
=======================================*/
.case_sec {
  position: relative;
  overflow: hidden;
  background: url("../image/case_bg.png") no-repeat;
  background-size: cover;
  padding: 105px 0;
}
@media screen and (max-width: 768px) {
  .case_sec {
    padding: 60px 0;
  }
}
.case_sec .lead_txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  .case_sec .lead_txt {
    font-size: 16px;
    text-align: left;
    margin: 0 0 62px 0;
  }
}
.case_sec .sttl_01 {
  margin: 0 auto 30px;
  text-align: center;
}
.case_sec .box_area {
  border: 1px solid #333;
  background: #FFF;
  position: relative;
}
.case_sec .box_area h3 {
  width: 67%;
  color: #FFF;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 18px 0;
  margin: 0 auto;
  top: -31px;
  font-size: 25px;
  margin-bottom: -25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .case_sec .box_area h3 {
    font-size: 20px;
  }
}
.case_sec .box_area h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.case_sec .box_area .item {
  border-bottom: #333 solid 1px;
  padding: 65px 15.9%;
}
@media screen and (max-width: 768px) {
  .case_sec .box_area .item {
    padding: 30px 6%;
  }
}
.case_sec .box_area .item:last-child {
  border-bottom: none;
}
.case_sec .box_area h4 {
  font-size: 27px;
  margin: 0 0 40px 0;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .case_sec .box_area h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .case_sec .box_area h4.js-fadeBottom {
    /* transform: translate(-80px,0); */
    /* transition: opacity 1s, visibility 1s, transform 1s; */
  }
}
@media screen and (max-width: 768px) {
  .case_sec .box_area h4.inview {
    /* transform: translate(0); */
  }
}
.case_sec .box_area ul {
  /* display: flex; */
}
@media screen and (max-width: 768px) {
  .case_sec .box_area ul {
    /* display: block; */
  }
}
.case_sec .box_area .before {
  /* width: 43.8%; */
}
@media screen and (max-width: 768px) {
  .case_sec .box_area .before {
    /* width: auto; */
    margin: 0 0 10px 0;
  }
}
.case_sec .box_area .arrow {
  /* width: 20%; */
  height: 21.28px;
  position: relative;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .case_sec .box_area .arrow {
    /* width: auto; */
    margin: 15px 0;
  }
}
.case_sec .box_area .arrow::after {
  content: "";
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 21px solid #2980E3;
  /* border-right: 0; */
}
@media screen and (max-width: 768px) {
  .case_sec .box_area .arrow::after {
    /* transform: rotate(90deg); */
    /* top: 0%; */
    margin: 0 auto 40px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 18px solid #2980E3;
  }
}
.case_sec .box_area .after {
  /* width: 43.8%; */
}
@media screen and (max-width: 768px) {
  .case_sec .box_area .after {
    /* width: auto; */
    /* margin: 60px 0 0 0; */
  }
}
.case_sec .box_area .ttl {
  text-align: center;
  background: rgba(116, 116, 116, 0.38);
  padding: 15px 0;
  font-size: 20px;
  border: solid 1px rgba(0, 0, 0, 0.38);
  margin-bottom: 21px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 16px;
}
.case_sec .box_area .txt_02 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.111;
}
@media screen and (max-width: 768px) {
  .case_sec .box_area .txt_02 {
    font-size: 14px;
  }
}
.case_sec .box_area .after .ttl {
  background: #000;
  color: #FFF;
}

/*=======================================
　outline_sec
=======================================*/
.outline_sec {
  /* background: rgba(17, 17, 17, 0.9); */
  background: #111;
  padding: 120px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .outline_sec {
    padding: 60px 0 60px 0;
  }
}
.outline_sec .sttl_01 {
  color: #FFF;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 768px) {
  .outline_sec .sttl_01 {
    margin: 0 auto 10px;
  }
}
.outline_sec .outline_area dl {
  border-bottom: solid 1px #FFF;
  padding: 50px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .outline_sec .outline_area dl {
    padding: 30px 0 30px 0;
    display: block;
  }
}
.outline_sec .outline_area dt {
  width: 18%;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .outline_sec .outline_area dt {
    width: auto;
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
.outline_sec .outline_area dd {
  width: 88%;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .outline_sec .outline_area dd {
    width: auto;
    font-size: 14px;
  }
}
.outline_sec .outline_area .notes {
  font-size: 14px;
  line-height: 2.285;
}
@media screen and (max-width: 768px) {
  .outline_sec .outline_area .notes {
    font-size: 12px;
  }
}
.outline_sec .cmn_btn_01 {
  margin: 70.5px auto 0;
  width: 332.9px;
}
@media screen and (max-width: 768px) {
  .outline_sec .cmn_btn_01 {
    width: 100%;
  }
}
.outline_sec .cmn_btn_01 a {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .outline_sec .cmn_btn_01 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .outline_sec .cmn_btn_01 {
    margin: 40px auto 0;
  }
}

/*=======================================
　faq_sec
=======================================*/
.faq_sec {
  background: #F0F0F0;
  padding: 110px 0 170px;
}
@media screen and (max-width: 768px) {
  .faq_sec {
    padding: 60px 0 60px;
  }
}
.faq_sec .sttl_01 {
  text-align: center;
  margin: 0 auto 57px;
}
@media screen and (max-width: 768px) {
  .faq_sec .sttl_01 {
    margin: 0 auto 30px;
  }
}

.faq_area {
  margin: 0 0 78px 0;
}

.faq_area dt {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  /* border-bottom: 1px solid rgba(0,0,0,0.2); */
  padding: 29px 24px 29px 12%;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 820px) {
  .faq_area dt {
    padding: 29px 12%;
  }
}
@media screen and (max-width: 768px) {
  .faq_area dt {
    font-size: 14px;
    padding: 26px 24px 26px 9%;
  }
}

.faq_area dd {
  font-size: 23px;
  padding: 29px 24px 29px 12%;
  position: relative;
  /* border-top: 1px solid rgba(0,0,0,0.2); */
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .faq_area dd {
    font-size: 14px;
    padding: 26px 24px 26px 9%;
  }
}

.faq_area dl:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.aco_open_btn {
  position: relative;
}

.aco_open_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 33px;
  height: 1px;
  background: #707070;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .aco_open_btn::before {
    right: 0px;
    width: 20px;
  }
}

.aco_open_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 51px;
  width: 1px;
  height: 33px;
  background: #707070;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .aco_open_btn::after {
    right: 9px;
    width: 1px;
    height: 20px;
  }
}

.aco_open_btn.open::after {
  top: 25%;
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.aco_open_btn span::before {
  content: "Q";
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-style: italic;
  position: absolute;
  left: 20px;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .aco_open_btn span::before {
    font-size: 21px;
    left: 0px;
    top: 21px;
  }
}

.aco_inn {
  display: none;
  padding: 20px 0;
}

.aco_inn span::before {
  content: "A";
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-style: italic;
  position: absolute;
  left: 20px;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .aco_inn span::before {
    font-size: 21px;
    left: 11px;
    top: 26px;
    /* transform: translateY(-50%); */
  }
}

.faq_sec .cmn_btn_01 {
  margin: 0 auto;
  width: 332.9px;
}
@media screen and (max-width: 768px) {
  .faq_sec .cmn_btn_01 {
    width: 100%;
  }
}
.faq_sec .cmn_btn_01 a {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .faq_sec .cmn_btn_01 a {
    font-size: 16px;
  }
}/*# sourceMappingURL=layout.css.map */