@charset "UTF-8";
/* CSS Document */
/*===================================================================
//  基本設定
//=================================================================*/
.sp-non {
  display: none !important;
}

.pc {
  display: none !important;
}

.tb {
  display: none !important;
}

.sp {
  display: block !important;
}

body {
  font-size: 16px;
}

.contents-wrapper {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.space-btm {
  padding-bottom: 4.5em;
}

.contents-space-btm {
  padding-bottom: 3.5em;
}

.margin-b-sp {
  margin-bottom: 1.5em !important;
}

.wide90 {
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

table.base-table tbody {
  display: block;
}
table.base-table th {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 1.2rem 3.5rem 1.3rem 1rem;
}
table.base-table td {
  display: block;
  width: 100%;
  padding: 0.2rem 1rem 0.8rem;
}
table.base-table td ul.list,
table.base-table td ol.list {
  margin-left: 1.8em;
}

dl.base-dl dt {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 1.2rem 3.5rem 1.3rem 1rem;
}
dl.base-dl dd {
  display: block;
  width: 100%;
  padding: 0.2rem 1rem 0.8rem;
}
dl.base-dl dd ul.list, dl.base-dl dd ol.list {
  margin-left: 1.8em;
}

.section_txt {
  display: inline-block;
  font-size: 3rem;
  color: #1d1d1d;
  line-height: 1.3;
}

.section_txt small {
  padding-top: 0.8em;
}

.txt_accent {
  width: 140px;
}

.scroll_box {
  padding-left: 0;
}

.footer .icon_wrap a {
  color: #d4d4d4;
}

.footer .copy {
  width: 100%;
  display: block;
  padding-bottom: 0;
  color: #d4d4d4;
}

.intro_wrap .section_txt_main {
  color: #1d1d1d;
  font-weight: bold;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.5;
}

/*===================================================================
//  ヘッダー
//=================================================================*/
#header .outer {
  position: relative;
  top: 0;
}
#header .outer.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#header .outer .contents {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .outer .contents .logo {
  min-width: unset;
  padding: 0em 0.2em 0em 2vw;
  width: 50%;
}
#header .outer .contents .logo a {
  width: 100%;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
}
#header .outer .contents .logo a .logo_img {
  width: 100%;
  min-height: 65px;
}
#header .outer .contents .h1_txt h1 {
  display: none;
}
#header .outer .contents .btn_wrap {
  display: none;
}
#header .outer .link.link_of {
  display: none;
}
#header .outer .link.link_ec {
  width: 65px;
}
#header .outer .link .mincho {
  font-size: 12px;
  font-weight: 500;
}

#g-nav .nav_list .nav_item {
  width: 96%;
  margin: 0 2% 1rem;
}
#g-nav .nav_list .nav_item .nav_item_inner {
  font-size: min(6vw, 20px);
}
#g-nav .nav_list .nav_item .nav_item_inner .alpha {
  font-size: min(6vw, 30px);
}
#g-nav .nav_list .nav_item .nav_item_inner .icon {
  left: 5%;
  top: calc(50% - 18px);
  width: 35px;
}
#g-nav .nav_btm {
  bottom: 1rem;
}

div.sp-icon {
  width: 65px;
  right: 5px;
  top: -8px;
}
div.sp-icon.sp-open {
  position: fixed;
  top: 5px;
}

/*===================================================================
//  メイン
//=================================================================*/
/** 共通 **/
main {
  width: 100%;
  margin: 0 auto 0;
}
main.txt {
  display: block;
}
main .main_wrap {
  width: 100%;
  position: relative;
  margin: 0 auto 0;
  padding: 20vh 0 0;
  overflow: hidden;
  min-height: 830px;
}
.celebrate_icon {
  margin: 0 auto 1vh;
}
main .main_wrap .catch_copy {
  font-size: 10vw;
  /* padding-bottom: 1.5rem; */
  max-height: 800px;
  margin-bottom: 0;
}
main .main_wrap .catch_copy:before {
  width: 10%;
  top: calc(50% - 2vw);
}
main .main_wrap .catch_copy:after {
  width: 10%;
  top: calc(50% - 2vw);
  bottom: auto;
}
main .main_wrap .catch_copy .big {
  font-size: min(12.5vw, 80px);
  margin-bottom: 1vh;
}
main .main_wrap .contents {
  width: 95%;
  margin: 0 auto;
}
main .main_wrap .contents .sub_catch_copy {
  font-size: min(4vw, 18px);
  padding-bottom: 1.5rem;
  font-weight: 500;
}
/*===================================================================
//  TOP - セクション
//=================================================================*/
/** 共通 **/
main {
  width: 100%;
  margin: 0 0 0 0;
}

.main_top_slider_wrap {
  position: absolute;
  top: -0vh;
  left: -6vw;
  z-index: -0;
}
.main_top_slider_wrap .splide_main {
  transform: skewY(-30deg);
}
.main_top_slider_wrap .splide__track {
    overflow: visible;
}
.main_top_slider_wrap .splide__slide {
  transform: skewY(30deg);
}
.main_btm_slider_wrap {
  position: absolute;
  bottom: -4vh;
  right: -6vw;
  z-index: -0;
}
.main_btm_slider_wrap .splide_main_2 {
  transform: skewY(-30deg);
}
.main_btm_slider_wrap .splide__track {
    overflow: visible;
}
.main_btm_slider_wrap .splide__slide {
  transform: skewY(30deg);
}


main .main_wrap {
  width: 100%;
  margin: 0;
  display: block;
}
main .main_wrap:before {
  content: none;
}
main .main_wrap figure img {
  margin: auto;
  height: 100%;
}

.section_ttl {
  padding-bottom: 1.2em;
  font-size: min(9vw, 36px);
  display: block;
  text-align: center;
}

.section_ttl_wrap .txt {
  text-align: left;
}

.section_sub_ttl {
  font-size: 5.7vw;
}

.section_sub_ttl_alpha {
  font-size: 8vw;
  margin-right: 2rem;
}

.section_sub_ttl_alpha::after {
  right: -0.8rem;
}

.section_main {
  height: 23vh;
  min-height: 360px;
}

.more_btn {
  width: 100%;
}
.breadcrumb {
  font-size: 12px;
}

/** ABOUT **/
#about .about_wrap {
  gap: unset;
}
#about .section_ttl_wrap {
  margin-left: 0.5rem;
}
#about .section_ttl {
  text-align: start;
}
#about .about_wrap_top {
    font-size: 14px;
}
#about .about_wrap_top .txt {
    height: 480px;
}

.aplication_top h2 {
  flex-basis: 86px;
  font-size: 19px;
  padding: 0.2rem;
}
.aplication_top .txt {
  flex-basis: calc(100% - 86px);
  flex-wrap: wrap;
  padding: 0.5rem 2% 0.5rem 23px;
}

.aplication_top .txt .contact_txt {
  position: inherit;
  margin-left: 0;
}
.aplication_top span {
  position: static;
  margin-right: 0.5rem;
}
.aplication_link {
    display: block;
}
.aplication_link_item {
    display: block;
  width: 100%;
}
.aplication_link_item .deadline span {
}




.about_mid_wrap_inner {
    flex-wrap: wrap;
}
.about_mid_wrap_inner .txt {
    flex-basis: 100%;
}
.about_mid_wrap_inner figure {
    flex-basis: 100%;
}

#about_2 .about_mid_wrap {
    padding-left: 0%;
}
#about_2:after {
    top: -3%;
}
#about_3:after {
    top: -3%;
}


#about_3 .about_mid_wrap {
    padding-right: 0;
}
#about_3 .about_mid_wrap_inner figure {
  padding-bottom: 2.5rem;
}
#about_2 .about_mid_wrap_inner .txt {
    padding-right: 5%;
}
#about_3 .about_mid_wrap_inner .txt {
    padding-left: 5%;
}



#about_4 {
  padding-left: 0;
  margin-right: 0;
}
#about_4 .section_ttl {
  padding: 1.2em 2.5%;
}
.section_ttl_wrap .txt {
  padding: 0 2.5%;
}
.about_btm_wrap_inner {
    margin: 2.5rem 5% 0 0%;
}
.about_btm_wrap_inner.osaka:after {
  width: 30vw;
  height: 30vw;
  right: -2vw;
  left: auto;
  top: -56px;
}
.about_btm_wrap_inner.taiwan:after {
  width: 30vw;
  height: 30vw;
  left: -7vw;
  right: auto;
  top: -113px;
}
.about_btm_wrap_inner.tokyo {
    margin: 2.5rem 0% 2.5rem 5%;
    background-position: right;
}
.about_btm_wrap_inner .inner_txt {
    width: 49vw;
        max-width: 236px;
}
.about_btm_wrap_inner.tokyo .inner_txt {
    width: 49vw;
}


.about_last {
  gap: 2%;
  flex-wrap: wrap;
}
.about_last_wrap_top .section_ttl_wrap {
  flex-basis: 100%;
  padding-bottom: 5rem;
}
.about_last .section_ttl_wrap {
  width: 100%;
}
.about_last .section_ttl {
  padding-bottom: 0;
  writing-mode: horizontal-tb;
  text-align: left;
  display: block;
}
.about_last_wrap_top .txt {
  flex-basis: 100%;
  writing-mode: horizontal-tb;
  padding-right: 0;
}
.about_last_wrap_top {
  padding: 0;
}
.about_last_wrap_top figure {
  flex-basis: 100%;
}
.about_last_wrap_top figure.img_fst {
    margin-right: 10%;
}
.about_last_wrap_top figure.img_sec {
    margin-left: 10%;
}


/** OVERVEW **/

.tab-button {
  padding: 0.5rem 0.2rem;
}
.tab-content {
  padding: 0;
}
.overview_cont {
    margin-bottom: 0;
}

.overview_cont_inner dt {
        flex-basis: 76px;
        font-size: 13px;
}
.overview_cont_inner dd {
    flex-basis: calc(98% - 76px);
}
.overview_cont_inner figure {
  flex-basis: 100%;
  padding-bottom: 1rem;
}
.overview_cont_inner img {
  margin: auto;
  width: 100%;
}
.overview_cont_inner dl {
  flex-basis: 100%;
}

.overview_cont_inner {
  flex-wrap: wrap;
}



.overview_cont_inner table {
    border-bottom: 1px solid var(--border-color);
}
.overview_cont_inner thead {
  display: none;
}
.overview_cont_inner tbody th {
  width: 100%;
  display: block;
  padding: 0.3rem 1rem;
  background-color: #EEECE4;
  color: var(--accent-color-dark);
  border-top: 1px solid var(--border-color);
}
.overview_cont_inner tbody th .ver {
  writing-mode: horizontal-tb;
}
.overview_cont_inner table td {
  width: 100%;
  display: block;
  border-left: 1px solid var(--border-color);
  border-bottom: none;
}
.overview_cont_inner table .role {
  padding: 0.2rem 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
.overview_cont_inner table .post {
    letter-spacing: 0.0rem;
  }


.speaker .overview_cont_inner {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 1rem;
}
.overview_cont_inner .speaker_name {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2%;
}
.overview_cont_inner .speaker_name figure {
  flex-basis: 30%;
  max-width: 150px;
}
.overview_cont_inner .speaker_name .name_wrap {
  flex-grow: 1;
  flex-basis: 70%;
}
.overview_cont_inner .speaker_name h4 {
  text-align: left;
}
.overview_cont_inner .speaker_name p {
  text-align: left;
}

.splide__pagination {
  right: 7rem;
}
.splide__arrows {
  right: 4rem;
}

.participate_wrap h3 {
    font-size: 26px;
}
.participate_wrap li:not(:last-child):before {
    left: 0.6rem;
}
.participate_wrap li {
    padding: 0 0 2.5rem 2.5rem;
}
.participate_wrap .num {
    left: -3rem;
}

#faq .faq_wrap {
    padding: 3rem 2.5% 3rem 2.5%;
}
#faq .details .summary {
    padding: 1rem 2.5rem 1rem .8rem;
}
#faq .details .content {
    padding: 1rem .8rem 1rem .8rem;
}












/*===================================================================
//  404
//=================================================================*/
.error .error-text {
  margin: 5em 0;
}

.backhome .arrow {
  font-size: 1.4rem;
}

/*===================================================================
//  横向き・縦向き
//=================================================================*/
/* 横向き */
/* 縦向き *//*# sourceMappingURL=sp.css.map */




@media screen and (max-width: 500px) {
  main .main_wrap {
    min-height: 730px;
  }

}