@charset "utf-8";

img {
  contain-intrinsic-size: auto !important;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 150px;
}

.sp{display:none;}

:root{
	--dot-left-h: 1300px;
	--dot-right-h: 550px;
	--dot-opacity: 1;
	--dot-size: 4px 4px;
	--keycolor: #0ed567;
	--en-font: 'Roboto', 'Noto Sans JP', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.num,
time,
.news__date {
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-variant-numeric: tabular-nums;
}

.green{
	color:var(--keycolor);
	font-weight:600;
}
.green_it{
	color:var(--keycolor);
	font-weight:600;
	font-style: italic;
}

body{
	background:#0e0e0e;
	letter-spacing: 0.05rem;
	font-size:16px;
	font-weight: 400;
	min-width:1280px;
}

.logo{
	width: 258px;
}

.global-header{
	margin: 0px auto 0 auto;
	padding-top: 42px;
	padding-left: 40px;
	padding-right: 40px;
}

.global-header .container{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}

.global-nav{
	color:#fff;
}

.global-nav ul{
	display: flex;
	justify-content: space-between;
	gap: 23px;
	font-size: 14px;
	margin-top: 6px;
}

.green{
  color:var(--keycolor);
  font-weight:600;
}
.green_it{
  color:var(--keycolor);
  font-weight:600;
  font-style: italic;
}



@media screen and (max-width: 1540px) {
.logo {
	width: 220px!important;
}
.global-nav .btn-style01 {
	padding: 8px 12px 10px 12px;
	white-space: nowrap;
	position: relative!important;
	padding-right: 50px!important;
	font-size: 14px!important;
}
 .global-nav a.btn-style01::
	after {
		position: absolute!important;
		right: 14px!important;
		top: 9px!important;
	}
}


.has-dot-top{
  position:relative; }
.has-dot-top::
  before{
 content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:max(var(--dot-left-h), var(--dot-right-h));
  z-index:0;
  pointer-events:none;
  background-image:url("../../assets/images/bg_dot.png");
  background-repeat:repeat;
  background-size:var(--dot-size);
  opacity:var(--dot-opacity);
  clip-path:polygon(
  0 0,
  100% 0,
  100% var(--dot-right-h),
  0 var(--dot-left-h)
 );
  -webkit-clip-path:polygon(0 0,100% 0,100% var(--dot-right-h),0 var(--dot-left-h));
}


.global-header{
  position: fixed;
  z-index:2;
  width: 100%;
  /* min-width: 1420px; */
}

.kv,
  main,footer{
 position:relative;
  z-index:1;
}


.kv{
  position: relative;
  width: calc(100% - 40px);
  height: 830px;
  overflow: hidden;
  color: #fff;
  margin: 0px auto;
  border-radius: 20px;
  top: 20px;
}


.kv__bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}



.kv__content{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.kv__catch1{
  font-size: clamp(14px, 1.9vw, 16px);
  font-weight: 500;
  margin-bottom: 30px;
  padding-top: 15px;
  letter-spacing: 0.1rem;
}

.kv__logo{
  max-width: 1000px;
  width: 80%;
  height: auto;
  margin-bottom: 10px;
}

.kv__catch2{
  font-size: clamp(16px, 1.9vw, 25px);
  font-weight: 400;
  line-height: 1.9;
}



.kv__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background: linear-gradient(
  rgba(0,0,0,.30) 0%,
  rgba(0,0,0,.70) 50%,
  rgba(0,0,0,.70) 100%
 );
}

.btn-style01{
  background:#46924d;
  padding: 10px 15px 12px 15px;
  border-radius: 8px;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  position: relative;
  padding-right: 60px;
  font-size: 16px;
}

.btn-style01:
  after{
 content:"";
  background: url("../../assets/images/arrow_wt.png" ) no-repeat center right;
  width: 45px;
  height: 16px;
  display:inline-block;
  background-size: 30px;
  position: absolute;
  right: 14px;
  top: 12px;
}


.kv__content > *{
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}


.kv__content.is-active .kv__catch1{
  animation: kvFadeUp .6s ease-out forwards;
  animation-delay: .0s;
}
.kv__content.is-active .kv__logo{
  animation: kvFadeUp .7s ease-out forwards;
  animation-delay: .0s;
}
.kv__content.is-active .kv__catch2{
  animation: kvFadeUp .7s ease-out forwards;
  animation-delay: .0s;
}
  @keyframes kvFadeUp{
 from{ opacity:0;
  transform:translateY(10px); }
 to  {
  opacity:1;
  transform:translateY(0); }
}





.scroll-cue{
  position: relative;
  left:50%;
  top: -35px;
  transform:translateX(-50%);
  width:1px;
  height:120px;
  z-index:3;
  pointer-events:none;
  overflow:hidden;
}
.scroll-cue::
  before{
 content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
  to bottom,
  rgba(255,255,255,.28),
  rgba(255,255,255,.18)
 );
  border-radius:1px;
}
.scroll-cue::
  after{
 content:"";
  position:absolute;
  left:0;
  width:1px;
  height:40px;
  background:#fff;
  border-radius:1px;
  animation:cueSlide 2.6s linear infinite;
}
  @keyframes cueSlide{
 0%   { transform: translateY(-40px);
  opacity:1; }
 85%  {
  opacity:1; }
 100% {
  transform: translateY(300px);
  opacity:0; }
}
  section{
 position: relative;
  width: calc(100% - 8%);
  margin: 20px auto 100px auto;
  color: #fff;
}

.news{
  max-width: 1400px;
}

.news__left{
  min-width: 260px;
}

.news__right{
  min-width: 910px;
  width: 100%;
}

.news__inner{
  display: flex;
  gap: 20px;
  justify-content: left;
}

.sublabel{
  color: var(--keycolor);
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.sublabel:
  before{
 content:"";
  width: 14px;
  height: 14px;
  display: block;
  background-size: 14px;
  position: absolute;
  top: -15px;
  left: -18px;
}
.news__more{
  display: inline-block;
  margin-top: 20px;
  width: 200px;
}

.news__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news__listli{
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 14px;
}

.news__listli:
  last-child{
 border-bottom: none;
}

.news__lista{
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}

.news__thumb{
  flex-shrink: 0;
  object-fit: contain;
}

.news__listtime{
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  min-width: 100px;
  font-style: italic;
  font-weight: 600;
  color: #999999;
  display: block;
  padding-bottom: 5px;
  letter-spacing: 0.02rem;
}

.news__text{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}


.ttl_sub01{
  margin-bottom:40px;
}

.about{
  max-width:1400px;
}

.about_box{
  display: flex;
  justify-content: space-between;
  position: relative;
  /* margin-bottom: 60px; */
  width: calc(100% - 8%);
  margin: 0 auto 60px auto;
}

.flow_box{
  text-align:center;
}

.flow_boximg{
  max-width:1200px;
  margin:0 auto;
}


.about_left{
  width: 52%;}

.about_right{
  display: flex;
  gap: 30px;
  position: relative;
  right: 0;
  top: -50px;
  width: 45%;
}

.about_rightli{
  /* max-width: 220px; */}

.about_rightli:nth-child(1){
  padding-top: 60px;
}

.about_rightli:nth-child(2){}

.subttl{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 0.15rem;
}

.text01{
  color: #eee;
  font-size: clamp(18px, 1.2vw, 20px);
  line-height: 2.5;
}

.text01p{
  margin-bottom: 2em;
}
  footer{
	margin: 140px auto 0 auto;
}

.footer_box{
  display:flex;
  justify-content: space-between;
  width: calc(100% - 8%);
  max-width: 1400px;
  margin:0 auto;
}

.footer_left{
  width: 30%;
}


.footer_right{
  width: 65%;
  gap: 30px;
}

.snsbox{
  display: flex;
  justify-content: left;
  gap: 20px;
  margin-top: 20px;
}

.snsboxli{}

.snsboxli
  a{
 display:block;
  border:1px solid #fff;
  border-radius:50px;
  padding: 15px;
  line-height: 0;
}

.snsboxli
  a img{
 width: 18px;
  height:auto;
}

.footer_rightul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
}

.footer_right{
  padding-top:40px;
}

.footer_rightul
  li a{
 display: block;
  height: 55px;
}

.footer_rightul
  li a img{
 width:auto;
  height:100%;
}

.copy{
  border-top:1px solid #3e3e3e;
  margin: 50px auto 0 auto;
}

.copy_box{
  display: flex;
  color:#fff;
  padding:50px 0;
  max-width: 1400px;
  margin:0 auto;
  width: calc(100% - 8%);
}

.copy_left{
  width:50%;
  text-align:left;
}

.copy_right{
  width:50%;
  text-align:right;
  font-size: 12px;
}



.sec_nobg{
  padding:100px 0 120px 0;
  width: 100%;
  box-sizing:border-box;
}

.sec_bg{
  padding:100px 0 120px 0;
  background-image:url("../../assets/images/bg_dot.png");
  background-repeat:repeat;
  width: 100%;
  box-sizing:border-box;
}

.events_box{
  width: calc(100% - 8%);
  max-width: 1400px;
  color:#fff;
  margin:0 auto;
}

.events__head{
  text-align: center;
}
.events__list{
  list-style:none;
  display: flex;
  padding-top: 20px;
  padding-bottom: 80px;
  width: 100%;
  justify-content: left;
  flex-wrap: wrap;
}
.event-card{
  background: transparent;
  border-right: 1px solid #3e3e3e;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.event-card:
  last-child{
 background: transparent;
  border-right:none;
  padding-right: 40px;
  padding-left: 40px;
}

.event-card__link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.event-card__media{
  aspect-ratio: 92/45;
  overflow:hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
  margin-bottom: 15px;
}

.event-card__mediaimg{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition: transform .5s ease;
}

.event-card__link:
  hover .event-card__media img{
 transform: scale(1.05);
}

.event-card__body{
}

.event-card__tag{
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  padding: 0px 6px 2px 8px;
  margin-right:5px;
}
.event-card__tag.-green{
  color: #fff;
  background:#3d5b41;
}
.event-card__tag.-blue{
  color: #fff;
  background:#2d82b2;
}

.event-card__tag.-orange{
  color: #fff;
  background:#792c2c;
}

.event-card__title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
  letter-spacing: 0.05em;
}
.event-card__meta{
  color:#cfcfcf;
  font-size: 12px;
  line-height:1.8;
  margin-bottom: 30px;
}
.event-card__meta .num{
  font-weight:500;
  color:#aaa;
}
.btn-style02{
  appearance:none;
  border:1px solid #fff;
  background:#fff;
  color: #000!important;
  border-radius: 8px;
  padding: 8px 56px 10px 12px;
  font-weight:600;
  position:relative;
  font-size: 14px;
  cursor:pointer;
  display: inline-block;
}
.btn-style02::
  after{
 content:"";
  position:absolute;
  right: 10px;
  top: 46%;
  transform:translateY(-50%);
  width: 32px;
  height: 14px;
  background:url("../../assets/images/arrow_bk.png") no-repeat center/28px;
}

.btn-style03{
  background:#46924d;
  font-size: 18px;
  padding: 21px 25px 23px 25px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  min-width: 280px;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  position: relative;
  padding-right: 80px;
}

.btn-style03:
  after{
 content:"";
  background: url("../../assets/images/arrow_wt.png" ) no-repeat center right;
  width: 40px;
  height: 40px;
  display:inline-block;
  background-size: 40px;
  position: absolute;
  right: 20px;
  top: 12px;
}
.events__cta{
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
}

.openinv{
  width: calc(100% - 8%);
  max-width: 1400px;
  margin: 80px auto 120px;
  color:#fff;
}

.openinv__head{
  text-align:center;
  margin-bottom: 28px;
}
.openinv__title{
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: .04em;
}

.openinv__grid{
  display: flex;
  gap: 60px;
  padding-top: 20px;
  align-items: flex-start;
}
.openinv__left{
  width: 54%;}
.openinv__right{
  overflow: hidden;
  width: 46%;}
.openinv__rightimg{
  display:block;
  width:100%;
  height:auto;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
}
.openinv__lead{
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  margin: 10px 0 20px;
  letter-spacing: .02em;
}
.openinv__desc{
  color:#e9e9e9;
  line-height: 2.1;
  padding-bottom: 35px;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.openinv__defs{
  margin: 0 0 35px 0;
  font-size: 16px;
}
.openinv__defs .row{
  display:grid;
  grid-template-columns: 160px 1fr;
  gap: 25px;
  padding: 35px 0;
  line-height: 2;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.openinv__defsdt{
  color:#ddd;
  font-weight: 600;
  font-size: 18px;
  color: var(--keycolor);
}
.openinv__defsdd{
  margin:0;
  color:#e9e9e9;
}
.openinv__btn{
  margin-top: 18px;
  width: unset;}
.advisors_box{
  width: calc(100% - 8%);
  max-width: 1400px;
  margin: 0 auto;
  color:#fff;
}

.advisors__head{
  text-align:center;
  margin-bottom: 40px;
}

.advisors__title{
  font-family: var(--en-font);
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: .02em;
  margin: 6px 0 18px;
}

.leadtxt{
  color: #eeeeee;
  line-height: 2.5;
  max-width: 920px;
  margin: 0 auto;
}
.advisors__list{
  list-style:none;
  padding: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 50px;
  max-width: 1120px;
  margin:0 auto;
}
.advisor{
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 35px;
  align-items: start;
}

.advisor__media{
  overflow: hidden;
  width: 260px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
}
.advisor__mediaimg{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.advisor__body{
  display: grid;
}

.advisor__name{
  font-family: var(--en-font);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: .02em;
  margin-bottom: 15px;
}

.advisor__jp{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}

.advisor__org{
  color:#d9d9d9;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.7;
}
.partners_box{
  width: 100%;
  max-width: none;
  padding-top:20px;
}
.partners__head{
  text-align:center;
  margin-bottom: 60px;}

.partners__title{
  font-family: var(--en-font);
  font-size: clamp(44px, 6.5vw, 86px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: .02em;
  margin: 6px 0 16px;
}
.partners__lead{
  color:#ddd;
  line-height:2;
  max-width:920px;
  margin:0 auto 18px;
}



.marquee{
  position: relative;
  overflow: hidden;
  margin: 26px 0;
  -webkit-mask-image: none;
  mask-image: none;
  width: 100%;
}
.marquee__track{
  display: flex;
  gap: 25px;
  align-items: center;
  width: max-content;
  animation: marquee-left 32s linear infinite;
}
.marquee.-right .marquee__track{
  animation-name: marquee-right; }
.marquee:
  hover .marquee__track{
 animation-play-state: running !important;
}
:root{
	--logo-w: 265px;
	--logo-h: 150px;
}
.p_logo{
  flex: 0 0 var(--logo-w);
  width: var(--logo-w);
  height: var(--logo-h);
  background:#fff;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 10px 30px;
}
.p_logoimg{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display:block;
  transition: transform .25s ease;
}
  @keyframes marquee-left{
 0%   { transform: translateX(0); }
 100% {
  transform: translateX(-50%); }
}
  @keyframes marquee-right{
 0%   { transform: translateX(-50%); }
 100% {
  transform: translateX(0); }
}
  @media (prefers-reduced-motion: reduce){
 .marquee__track{ animation: none; }
}
.partners__cta{
  text-align:center;
  margin-top: 70px;}
.reveal{
  opacity: 0;
  transform: translateY(16px);
  transition:
  opacity .7s ease,
  transform .7s cubic-bezier(.2,.65,.2,1);
  will-change: opacity, transform;
}
.reveal.-up{
  transform: translateY(20px); }
.reveal.-right{
  transform: translateX(24px); }
.reveal.-left{
  transform: translateX(-24px); }
.reveal.-fade{
  transform: none; }

.reveal.is-in{
  opacity: 1;
  transform: none;
}
.reveal{
  transition-delay: var(--rvd, 0s); }
  @media (prefers-reduced-motion: reduce){
 .reveal{ transition: none !important;
  opacity:1 !important;
  transform:none !important; }
}











.global-nava.txtbtn{
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}


.global-nava.txtbtn::
  after{
 content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .2s ease-out;
}

.global-nava:
  hover::after{ transform: scaleX(1); }
  a.btn-style01{ position: relative; }
  a.btn-style01::after{
  content:"";
  position: absolute;
  right: 14px;
  top: 12px;
  width: 45px;
  height: 16px;
  background: url("../../assets/images/arrow_wt.png") no-repeat center right / 30px;
  pointer-events: none;
  transform: translate3d(0,0,0);
  transition: transform .25s ease;
}
  a.btn-style01:hover::after{
  transform: translate3d(6px,0,0);
}

.btn-style01 {
  transition: transform 1.25s ease, opacity 0.25s ease;
}

.btn-style01::
  after {
    transition: transform 0.25s ease;
}
.btn-style01:
  hover {
    opacity: 0.8;
}



.btn-style02 {
  transition: transform 1.25s ease, opacity 0.25s ease;
}

.btn-style02::
  after {
    transition: transform 0.25s ease;
}
.btn-style02:
  hover {
    opacity: 0.8;
}
.btn-style02:
  hover::after {
    transform: translateY(-50%) translateX(5px);
}


.btn-style03 {
  transition: transform 1.25s ease, opacity 0.25s ease;
}

.btn-style03::
  after {
    transition: transform 0.25s ease;
}

.btn-style03:
  hover {
    opacity: 0.8;
}

.btn-style03:
  hover::after {
    transform: translateX(10px);
}

.footer_rightul
  li a img {
  transition: opacity 0.25s ease;
}

.footer_rightul
  li a:hover img {
  opacity: 0.7;
}

.footer_lefta{
  transition: opacity 0.25s ease;
}

.footer_lefta:
  hover{
  opacity: 0.7;
}

.snsboxli
  a {
 transition: opacity 0.25s ease;
}

.snsboxli
  a:hover{
 opacity: 0.7;
}
.global-header{
  transition:
  background .25s ease,
  backdrop-filter .25s ease,
  box-shadow .25s ease,
  padding .25s ease;
}
.global-header.is-filled{
  background: rgba(14,14,14,.5);
  backdrop-filter: saturate(115%) blur(8px);
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
}


.global-header.is-filled{
  padding-top: 22px;
  padding-bottom: 8px;
}
  section a{
 transition: opacity 0.25s ease;
}
  section a:hover{
 opacity:0.8;
}

.subsection{
  margin: 0 auto;
  padding-top: 180px;
}

.subsection .subttl_right
  a{
 color:#0ed567;
}

.subttlbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin:0 auto;
}
.subttl_left{}
.subttl_right{}
.subttl_rightul{
  display:flex;
  font-size: 12px;
}

.subttl_rightul
  li{
 
padding-right: 1em;
}

.subttl_rightul
  li a{}

.subttl_rightul
  li a:after{
 content:">";
  width:1em;
  height:1em;
  display:inline-block;
  padding-left:10px;
}

.column-01{
  max-width:1000px;
  margin:70px auto;
}


.column-01strong{
  display:block;
  font-weight:600;
  font-size:18px;
  margin-bottom:5px;
}

.column-01p{
  font-weight:300;
  font-size:14px;
  margin-bottom: 2em;
  line-height:1.9!important;
}

.ft16{
  font-size:16px!important;
  line-height:2!important;
}










.subkv{
  aspect-ratio: 3/1;
  overflow:hidden;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
  margin-bottom: 15px;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.subkv:
  before{
 content:"";
  width:100%;
  height:100%;
  display:block;
  position: absolute;
  background-image: url("../../assets/images/bg_dot.png");
  background-repeat:repeat;
  background-size:var(--dot-size);
  opacity:0.6;
}

.subkvimg{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition: transform .5s ease;
}



















.column-02{
  max-width:1400px;
  margin:70px auto;
}


.subevent{
  width: unset;
}

.card_info{
  display: grid;
  grid-template-columns: 125px 1fr;
  padding: 3px 0;
  line-height: 1.6;
}

.card_info .num{}

.card_info .card_text{}


.tab_menuul{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.tab_menua.btn-style04{
  display:inline-block;
  width: 100%;
  padding: 12px 16px 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color:#fff;
  text-decoration:none;
  transition:opacity .2s ease, background .2s ease;
}
.tab_menua.btn-style04[
  aria-selected="true"]{
  opacity:1;
  background: #48914b;
  border-color: #48914b;
}
.tab_box01,[
  id^="tab_box"]{
  transition: opacity .25s ease;
}
[
  hidden]{ display:none !important; }



.tab_menuul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin:0 auto;
}

.tab_menuul
  li{
 width: calc(25% - 35px);
}

.tab_menuul
  li a {
  display: inline-block;
  padding: 20px 50px;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.tab_menuul
  li a:hover {
  opacity: 1;
}
.tab_menuul
  li a.active.cl01 {
  background: #3d5b41;
  border-color: #3d5b41;
}
.tab_menuul
  li a.active.cl02 {
  background: #2d82b2;
  border-color: #2d82b2;
}
.tab_menuul
  li a.active.cl03 {
  background: #792c2c;
  border-color: #792c2c;
}
.events-detail{
  max-width: 1400px;
  margin: 0px auto 70px;
  color:#fff;
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 60px;
}

.events-detail__head{
  text-align:center;
  margin-bottom: 28px;
}
.events-detail__title{
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: .04em;
}

.events-detail__grid{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.events-detail__left{
  width: 58%;}
.events-detail__right{
  overflow: hidden;
  width: 35%;}
.events-detail__rightimg{
  display:block;
  width:100%;
  height:auto;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
}
.events-detail__lead{
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  margin: 10px 0 20px;
  letter-spacing: .02em;
}
.events-detail__desc{
  color:#e9e9e9;
  line-height: 2.1;
  padding-bottom: 2em;
  font-size: 18px;
}

.events-detail__defs {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1.0em 0.5em;
  font-size: 15px;
  line-height: 1.7;
  border-top: 1px solid #3e3e3e;
  padding-top: 43px;
}

.events-detail__defsdt {
  font-weight: 600;
  color: #0ec35e;
}

.events-detail__defsdd {
  margin: 0;
  font-weight: 400;
}
.events-detail__btn{
  margin-top: 18px;
  width: unset;
}



.column-03{
  max-width:1400px;
  margin:20px auto;
}


.noborder{
  border:none;}






















.pt60{
  padding-top:100px!important;
}

.openinv_info{}

.openinv_box{
  max-width: 1400px;
  margin: 0 auto 60px auto;
  width: calc(100% - 8%);
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.openinv_box_left{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.subttl_jp{
  font-size: 16px;
  color: #10c862;
  font-weight: 500;
  padding-bottom: 12px;
  display: block;
  letter-spacing: 0.1rem;
}

.openinv_subbox{
  background: #000;
  padding: 45px 45px 17px 45px;
  margin-top: 20px;
  border-radius: 8px;
}

.openinv_subboxstrong{
  font-size: 18px;
  color: #10c862;
  display: block;
  padding-bottom: 3px;
}

.openinv_subboxp{
  padding-bottom: 25px;
  line-height: 1.8;
  font-size: 14px;
}

.openinv_box_right{
  flex: 1;
  display: flex;
  flex-direction: column;
}



.openinv_subbox {
  flex: 1;
}

.openinv_box_all{
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 8%);
}

.openinv_subbox02{
  margin-top: 20px;
  background: #000;
  border-radius: 8px;
  padding: 15px 45px;
}

.openinv_box02{}

.openinv_subbox02_inner{}

.openinv_subbox02_innerdl{
  display: flex;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #3e3e3e;
  padding: 40px 0;
  align-items: center;
}

.openinv_subbox02_innerdl:
  last-child{
    border-bottom:none!important;
}

.openinv_subbox02_innerdl
  dt{
    font-size: 20px;
  color: #10c862;
  font-weight: 600;
  width: 35%;
}

.openinv_subbox02_innerdl
  dd{
    width: 63%;
  color: #eeeeee;
  line-height: 2;
}

.openinv_subbox02_innerdl
  dt.no01{}

.openinv_subbox02_innerdl
  dt{
 position: relative;
  display: block;
  padding-left: 75px;
}

.openinv_subbox02_innerdl
  dt:before{
 content:"";
  width: 55px;
  height: 55px;
  display:inline-block;
  position: absolute;
  left: 0;
  top: -10px;
}

.openinv_subbox02_innerdl
  dt.no01:before{
 background: url("../../assets/images/icon_no1.png") no-repeat center right;
  background-size: 55px;
}

.openinv_subbox02_innerdl
  dt.no02{}

.openinv_subbox02_innerdl
  dt.no02:before{
 background: url("../../assets/images/icon_no2.png") no-repeat center right;
  background-size: 55px;
}

.openinv_subbox02_innerdl
  dt.no03{}

.openinv_subbox02_innerdl
  dt.no03:before{
 background: url("../../assets/images/icon_no3.png") no-repeat center right;
  background-size: 55px;
}

.openinv_subbox02_innerdl
  dt.no04{}

.openinv_subbox02_innerdl
  dt.no04:before{
 background: url("../../assets/images/icon_no4.png") no-repeat center right;
  background-size: 55px;
}

.openinv_cta{

}

.openinv_ctap{
  display: block;
  text-align: center;
  padding-bottom: 60px;
  color: #eee;
  line-height: 2.1;
}



















.sub_toplead{
  text-align:center;
  font-size: 18px;
  line-height:2;
  margin-bottom: 50px;
}

.formbox {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

.formboxdl {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  border-bottom: 1px solid #3e3e3e;
  padding: 10px 0;
}

.formboxdl
  dt {
    color: #fff;
  font-weight: bold;
  position: relative;
}

.formboxdl
  dd {
    margin: 0;
}

.formbox .textbox,
.formbox .tabox {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
}

.formbox .tabox {
  height: 250px;
  resize: vertical;
  margin-top: 17px;
}

.req {
  background: #dc0029;
  color: #fff;
  font-size: 10px;
  padding: 4px 15px 5px 15px;
  border-radius: 0;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1;
}

.pp_box {
  display:block;
  text-align:center;
  padding-bottom: 60px;
  font-size:16px;
  padding-top: 60px;
}

.pp_boxa {
  color: #10c862;
  text-decoration: underline;
}

.pp_box:
  after{
 content:"";
  background: url("../../assets/images/icon_window.png" ) no-repeat center right;
  width: 12px;
  height: 13px;
  display:inline-block;
  background-size: 12px;
  right: 14px;
  top: 12px;
}


.formboxdl
  dt,
.formbox dl dd {
    border-bottom: 1px solid #3e3e3e;
  padding-bottom: 15px;
  line-height: 1.9;
  padding-top: 15px;
  padding-right: 15px;
}
.formboxdl
  dt:last-of-type,
.formbox dl dd:last-of-type {
    border-bottom: none;
}

.checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: background-color 0.2s, border-color 0.2s;
}
.checkbox:
  checked {
    background-color: #dc0029;
  border-color: #dc0029;
}
.checkbox:
  checked::after {
    content: "";
  position: absolute;
  left: 5px;
  top: -8px;
  width: 12px;
  height: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
.checkbox:
  hover {
    border-color: #ff3355;
}


.g_map{
  color: #10c862!important;
  text-decoration: underline;
  font-style: italic;
}

.g_map:
  before{
 content:"";
  background: url("../../assets/images/icon_map.png" ) no-repeat bottom left;
  width: 12px;
  height: 14px;
  display:inline-block;
  background-size: 9px;
}
  section.partners{
 width:100%!important;
}

.event-card__mediaimg{}

.event-card{
  width: 33.3333%;
  margin-bottom:30px;
}

.events__listli:nth-child(3n){
  border:none;
}

.pp_boxp{
  display:inline;}



.btn-style04{
  background:#46924d;
  font-size: 18px;
  padding: 21px 25px 23px 25px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  /* min-width: 280px; */
  text-align: center;
  white-space: nowrap;
  color: #fff;
  position: relative;
  border:none;
}

.news__thumb{
  width:90px;
  height:auto;
  border-radius: 4px;
}

.cs{
  padding:50px 0;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size:24px;
  font-weight:400;
}














.news__date{
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  min-width: 100px;
  font-style: italic;
  font-weight: 600;
  color: #999999;
  display: block;
  padding-bottom: 5px;
  letter-spacing: 0.02rem;
}

.news__title{
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  margin: 10px 0 20px;
  letter-spacing: .02em;
  padding-bottom: 35px;
  border-bottom: 1px solid #3e3e3e;

}

.news__contentp{
  color: #e9e9e9;
  line-height: 2.1!important;
  font-size: 18px!important;
  align-items: c;
}


@media screen and (max-width: 1540px) {
	.global-nav ul{
		gap: 15px!important;
		font-size: 12px!important;
	}
    .logo {
        width: 220px!important;
    }
    .global-nav .btn-style01 {
        padding: 8px 12px 10px 12px;
        white-space: nowrap;
        position: relative!important;
        padding-right: 50px!important;
        font-size: 14px!important;
    }
	.global-nav a.btn-style01::after {
        position: absolute!important;
        right: 14px!important;
        top: 9px!important;
    }
}


.has-dot-top{ position:relative; }
.has-dot-top::before{
	content:"";
	position:absolute;
	inset:0 0 auto 0;
	height:max(var(--dot-left-h), var(--dot-right-h));
	z-index:0;
	pointer-events:none;
	background-image:url("../../assets/images/bg_dot.png");
	background-repeat:repeat;
	background-size:var(--dot-size);
	opacity:var(--dot-opacity);

	clip-path:polygon(
		0 0,
		100% 0,
		100% var(--dot-right-h),
		0 var(--dot-left-h)
	);
	-webkit-clip-path:polygon(0 0,100% 0,100% var(--dot-right-h),0 var(--dot-left-h));
}


.global-header{
	position: fixed;
	z-index:2;
	width: 100%;
	/* min-width: 1420px; */
}

.kv,main,footer{
	position:relative;
	z-index:1;
}


.kv{
	position: relative;
	width: calc(100% - 40px);
	height: 830px;
	overflow: hidden;
	color: #fff;
	margin: 0px auto;
	border-radius: 20px;
	top: 20px;
}


.kv__bg{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}



.kv__content{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}

.kv__catch1{
	font-size: clamp(14px, 1.9vw, 16px);
	font-weight: 500;
	margin-bottom: 30px;
	padding-top: 15px;
	letter-spacing: 0.1rem;
}

.kv__logo{
	max-width: 1000px;
	width: 80%;
	height: auto;
	margin-bottom: 10px;
}

.kv__catch2{
	font-size: clamp(16px, 1.9vw, 25px);
	font-weight: 400;
	line-height: 1.9;
}



.kv__overlay{
	position:absolute; inset:0; z-index:1;
	background: linear-gradient(
		rgba(0,0,0,.30) 0%,
		rgba(0,0,0,.70) 50%,
		rgba(0,0,0,.70) 100%
	);
}

.btn-style01{
	background:#46924d;
	padding: 10px 15px 12px 15px;
	border-radius: 8px;
	font-weight: 600;
	white-space: nowrap;
	color: #fff;
	position: relative;
	padding-right: 60px;
	font-size: 16px;
}

.btn-style01:after{
	content:"";
	background: url("../../assets/images/arrow_wt.png" ) no-repeat center right;
	width: 45px;
	height: 16px;
	display:inline-block;
	background-size: 30px;
	position: absolute;
	right: 14px;
	top: 12px;
}


.kv__content > *{
	opacity: 0;
	transform: translateY(20px);
	will-change: opacity, transform;
}


.kv__content.is-active .kv__catch1{
	animation: kvFadeUp .6s ease-out forwards;
	animation-delay: .0s;
}
.kv__content.is-active .kv__logo{
	animation: kvFadeUp .7s ease-out forwards;
	animation-delay: .0s;
}
.kv__content.is-active .kv__catch2{
	animation: kvFadeUp .7s ease-out forwards;
	animation-delay: .0s;
}

@keyframes kvFadeUp{
	from{ opacity:0; transform:translateY(10px); }
	to  { opacity:1; transform:translateY(0); }
}





.scroll-cue{
	position: relative;
	left:50%;
	top: -35px;
	transform:translateX(-50%);
	width:1px;
	height:120px;
	z-index:3;
	pointer-events:none;
	overflow:hidden;
}
.scroll-cue::before{
	content:"";
	position:absolute; inset:0;
	background:linear-gradient(
		to bottom,
		rgba(255,255,255,.28),
		rgba(255,255,255,.18)
	);
	border-radius:1px;
}
.scroll-cue::after{
	content:"";
	position:absolute; left:0;
	width:1px;
	height:40px;
	background:#fff;
	border-radius:1px;
	animation:cueSlide 2.6s linear infinite;
}

@keyframes cueSlide{
	0%   { transform: translateY(-40px); opacity:1; }
	85%  { opacity:1; }
	100% { transform: translateY(300px); opacity:0; }
}







section{
	position: relative;
	width: calc(100% - 8%);
	margin: 20px auto 100px auto;
	color: #fff;
}

.news{
	max-width: 1400px;
}

.news__left{
	min-width: 260px;
}

.news__right{
	min-width: 910px;
	width: 100%;
}

.news__inner{
	display: flex;
	gap: 20px;
	justify-content: left;
}

.sublabel{
	color: var(--keycolor);
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}

.sublabel:before{
	content:"";
	width: 14px;
	height: 14px;
	display: block;
	background-size: 14px;
	position: absolute;
	top: -15px;
	left: -18px;
}
.news__more{
	display: inline-block;
	margin-top: 20px;
	width: 200px;
}

.news__list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.news__list li{
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding-bottom: 14px;
}

.news__list li:last-child{
	border-bottom: none;
}

.news__list a{
	display: flex;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	color: inherit;
}

.news__thumb{
	flex-shrink: 0;
	object-fit: contain;
}

.news__list time{
	font-size: 13px;
	color: rgba(255,255,255,0.75);
	min-width: 100px;
	font-style: italic;
	font-weight: 600;
	color: #999999;
	display: block;
	padding-bottom: 5px;
	letter-spacing: 0.02rem;
}

.news__text{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}


.ttl_sub01{
	margin-bottom:40px;
}

.about{
	max-width:1400px;
}

.about_box{
	display: flex;
	justify-content: space-between;
	position: relative;
	/* margin-bottom: 60px; */
	width: calc(100% - 8%);
	margin: 0 auto 60px auto;
}

.flow_box{
	text-align:center;
}

.flow_box img{
	max-width:1200px;
	margin:0 auto;
}


.about_left{width: 52%;}

.about_right{
	display: flex;
	gap: 30px;
	position: relative;
	right: 0;
	top: -50px;
	width: 45%;
}

.about_right li{
	/* max-width: 220px; */
}

.about_right li:nth-child(1){
	padding-top: 60px;
}

.about_right li:nth-child(2){

}

.subttl{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 25px;
	letter-spacing: 0.15rem;
}

.text01{
	color: #eee;
	font-size: clamp(18px, 1.2vw, 20px);
	line-height: 2.5;
}

.text01 p{
	margin-bottom: 2em;
}

footer{
	margin: 140px auto 0 auto;
}

.footer_box{
	display:flex;
	justify-content: space-between;
	width: calc(100% - 8%);
	max-width: 1400px;
	margin:0 auto;
}

.footer_left{
	width: 30%;
}


.footer_right{
	width: 65%;
	gap: 30px;
}

.snsbox{
	display: flex;
	justify-content: left;
	gap: 20px;
	margin-top: 20px;
}

.snsbox li{}

.snsbox li a{
	display:block;
	border:1px solid #fff;
	border-radius:50px;
	padding: 15px;
	line-height: 0;
}

.snsbox li a img{
	width: 18px;
	height:auto;
}

.footer_right ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 25px;
}

.footer_right{
	padding-top:40px;
}

.footer_right ul li a{
	display: block;
	height: 55px;
}

.footer_right ul li a img{
	width:auto;
	height:100%;
}

.copy{
	border-top:1px solid #3e3e3e;
	margin: 50px auto 0 auto;
}

.copy_box{
	display: flex;
	color:#fff;
	padding:50px 0;
	max-width: 1400px;
	margin:0 auto;
	width: calc(100% - 8%);
}

.copy_left{
	width:50%;
	text-align:left;
}

.copy_right{
	width:50%;
	text-align:right;
	font-size: 12px;
}



.sec_nobg{
	padding:100px 0 120px 0;
	width: 100%;
	box-sizing:border-box;
}

.sec_bg{
	padding:100px 0 120px 0;
	background-image:url("../../assets/images/bg_dot.png");
	background-repeat:repeat;
	width: 100%;
	box-sizing:border-box;
}

.events_box{
	width: calc(100% - 8%);
	max-width: 1400px;
	color:#fff;
	margin:0 auto;
}

.events__head{
	text-align: center;
}
.events__list{
	list-style:none;
	display: flex;
	padding-top: 20px;
	padding-bottom: 80px;
	width: 100%;
	justify-content: left;
	flex-wrap: wrap;
}
.event-card{

	background: transparent;
	border-right: 1px solid #3e3e3e;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.event-card:last-child{
	background: transparent;
	border-right:none;
	padding-right: 40px;
	padding-left: 40px;
}

.event-card__link{
	display:block; color:inherit; text-decoration:none;
}

.event-card__media{
	aspect-ratio: 92/45;
	overflow:hidden;
	box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
	margin-bottom: 15px;
}

.event-card__media img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition: transform .5s ease;
}

.event-card__link:hover .event-card__media img{
	transform: scale(1.05);
}

.event-card__body{
}

.event-card__tag{
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
	padding: 0px 6px 2px 8px;
	margin-right:5px;
}
.event-card__tag.-green{
	color: #fff;
	background:#3d5b41;
}
.event-card__tag.-blue{
	color: #fff;
	background:#2d82b2;
}

.event-card__tag.-orange{
	color: #fff;
	background:#792c2c;
}

.event-card__title{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 20px;
	font-style: italic;
	letter-spacing: 0.05em;
}
.event-card__meta{
	color:#cfcfcf;
	font-size: 12px;
	line-height:1.8;
	margin-bottom: 30px;
}
.event-card__meta .num{
	font-weight:500;
	color:#aaa;
}
.btn-style02{
	appearance:none;
	border:1px solid #fff;
	background:#fff;
	color: #000!important;
	border-radius: 8px;
	padding: 8px 56px 10px 12px;
	font-weight:600;
	position:relative;
	font-size: 14px;
	cursor:pointer;
	display: inline-block;
}
.btn-style02::after{
	content:"";
	position:absolute;
	right: 10px;
	top: 46%;
	transform:translateY(-50%);
	width: 32px;
	height: 14px;
	background:url("../../assets/images/arrow_bk.png") no-repeat center/28px;
}

.btn-style03{
	background:#46924d;
	font-size: 18px;
	padding: 21px 25px 23px 25px;
	border-radius: 8px;
	font-weight: 600;
	display: inline-block;
	min-width: 280px;
	text-align: left;
	white-space: nowrap;
	color: #fff;
	position: relative;
	padding-right: 80px;
}

.btn-style03:after{
	content:"";
	background: url("../../assets/images/arrow_wt.png" ) no-repeat center right;
	width: 40px;
	height: 40px;
	display:inline-block;
	background-size: 40px;
	position: absolute;
	right: 20px;
	top: 12px;
}
.events__cta{
	text-align:center;
	margin-bottom:30px;
}
.openinv{
	width: calc(100% - 8%);
	max-width: 1400px;
	margin: 80px auto 120px;
	color:#fff;
}

.openinv__head{
	text-align:center;
	margin-bottom: 28px;
}
.openinv__title{
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-size: clamp(40px, 6vw, 80px);
	font-weight: 900;
	font-style: italic;
	letter-spacing: .04em;
}

.openinv__grid{
	display: flex;
	gap: 60px;
	padding-top: 20px;
	align-items: flex-start;
}
.openinv__left{width: 54%;}
.openinv__right{overflow: hidden;width: 46%;}
.openinv__right img{
	display:block; width:100%; height:auto;
	box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
}
.openinv__lead{
	font-size: 28px;
	font-style: italic;
	font-weight: 600;
	margin: 10px 0 20px;
	letter-spacing: .02em;
}
.openinv__desc{
	color:#e9e9e9;
	line-height: 2.1;
	padding-bottom: 35px;
	font-size: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.openinv__defs{
	margin: 0 0 35px 0;
	font-size: 16px;
}
.openinv__defs .row{
	display:grid;
	grid-template-columns: 160px 1fr;
	gap: 25px;
	padding: 35px 0;
	line-height: 2;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.openinv__defs dt{
	color:#ddd;
	font-weight: 600;
	font-size: 18px;
	color: var(--keycolor);
}
.openinv__defs dd{
	margin:0;
	color:#e9e9e9;
}
.openinv__btn{margin-top: 18px;width: unset;}
.advisors_box{
	width: calc(100% - 8%);
	max-width: 1400px;
	margin: 0 auto;
	color:#fff;
}

.advisors__head{
	text-align:center;
	margin-bottom: 40px;
}

.advisors__title{
	font-family: var(--en-font);
	font-size: clamp(48px, 7vw, 92px);
	font-weight: 900;
	font-style: italic;
	letter-spacing: .02em;
	margin: 6px 0 18px;
}

.leadtxt{
	color: #eeeeee;
	line-height: 2.5;
	max-width: 920px;
	margin: 0 auto;
}
.advisors__list{
	list-style:none;
	padding: 40px 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 50px;
	max-width: 1120px;
	margin:0 auto;
}
.advisor{
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 35px;
	align-items: start;
}

.advisor__media{
	overflow: hidden;
	width: 260px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
}
.advisor__media img{
	width:100%;
	height:100%;
	object-fit: cover;
	display:block;
}

.advisor__body{
	display: grid;
}

.advisor__name{
	font-family: var(--en-font);
	font-size: 34px;
	line-height: 1.1;
	font-weight: 300;
	letter-spacing: .02em;
	margin-bottom: 15px;
}

.advisor__jp{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 25px;
}

.advisor__org{
	color:#d9d9d9;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.7;
}
.partners_box{
	width: 100%;
	max-width: none;
	padding-top:20px;
}
.partners__head{text-align:center;margin-bottom: 60px;}

.partners__title{
	font-family: var(--en-font);
	font-size: clamp(44px, 6.5vw, 86px);
	font-weight: 900;
	font-style: italic;
	letter-spacing: .02em;
	margin: 6px 0 16px;
}
.partners__lead{
	color:#ddd; line-height:2; max-width:920px; margin:0 auto 18px;
}



.marquee{
	position: relative;
	overflow: hidden;
	margin: 26px 0;
	-webkit-mask-image: none;
	mask-image: none;
	width: 100%;
}
.marquee__track{
	display: flex;
	gap: 25px;
	align-items: center;
	width: max-content;
	animation: marquee-left 32s linear infinite;
}
.marquee.-right .marquee__track{ animation-name: marquee-right; }
.marquee:hover .marquee__track{
	animation-play-state: running !important;
}
:root{
	--logo-w: 265px;
	--logo-h: 150px;
}
.p_logo{
	flex: 0 0 var(--logo-w);
	width: var(--logo-w);
	height: var(--logo-h);
	background:#fff;
	border-radius: 10px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 10px 30px;
}
.p_logo img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display:block;
	transition: transform .25s ease;
}
@keyframes marquee-left{
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
@keyframes marquee-right{
	0%   { transform: translateX(-50%); }
	100% { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce){
	.marquee__track{ animation: none; }
}
.partners__cta{text-align:center;margin-top: 70px;}
.reveal{
	opacity: 0;
	transform: translateY(16px);
	transition:
		opacity .7s ease,
		transform .7s cubic-bezier(.2,.65,.2,1);
	will-change: opacity, transform;
}
.reveal.-up{ transform: translateY(20px); }
.reveal.-right{ transform: translateX(24px); }
.reveal.-left{ transform: translateX(-24px); }
.reveal.-fade{ transform: none; }

.reveal.is-in{
	opacity: 1;
	transform: none;
}
.reveal{ transition-delay: var(--rvd, 0s); }
@media (prefers-reduced-motion: reduce){
	.reveal{ transition: none !important; opacity:1 !important; transform:none !important; }
}
.news__inner,
.about_box,
.flow_box img,
.events__head,
.event-card,
.openinv__head,
.openinv__left,
.openinv__right,
.advisors__head,
.advisor,
.partners__head,
.marquee,
.footer_box{
}














.global-nav a.txtbtn{
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
}


.global-nav a.txtbtn::after{
	content:"";
	position:absolute; left:0; bottom:0;
	width:100%; height:1px;
	background: #fff;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .2s ease-out;
}

.global-nav a:hover::after{ transform: scaleX(1); }











a.btn-style01{ position: relative; }

a.btn-style01::after{
  content:"";
  position: absolute;
  right: 14px;
  top: 12px;
  width: 45px;
  height: 16px;
  background: url("../../assets/images/arrow_wt.png") no-repeat center right / 30px;
  pointer-events: none;
  transform: translate3d(0,0,0);
  transition: transform .25s ease;
}

a.btn-style01:hover::after{
  transform: translate3d(6px,0,0);
}

.btn-style01 {
    transition: transform 1.25s ease, opacity 0.25s ease;
}

.btn-style01::after {
    transition: transform 0.25s ease;
}
.btn-style01:hover {
    opacity: 0.8;
}



.btn-style02 {
    transition: transform 1.25s ease, opacity 0.25s ease;
}

.btn-style02::after {
    transition: transform 0.25s ease;
}
.btn-style02:hover {
    opacity: 0.8;
}
.btn-style02:hover::after {
    transform: translateY(-50%) translateX(5px);
}


.btn-style03 {
    transition: transform 1.25s ease, opacity 0.25s ease;
}

.btn-style03::after {
    transition: transform 0.25s ease;
}

.btn-style03:hover {
    opacity: 0.8;
}

.btn-style03:hover::after {
    transform: translateX(10px);
}

.footer_right ul li a img {
  transition: opacity 0.25s ease;
}

.footer_right ul li a:hover img {
  opacity: 0.7;
}

.footer_left a{
  transition: opacity 0.25s ease;
}

.footer_left a:hover{
  opacity: 0.7;
}

.snsbox li a {
	transition: opacity 0.25s ease;
}

.snsbox li a:hover{
	opacity: 0.7;
}
.global-header{
	transition:
		background .25s ease,
		backdrop-filter .25s ease,
		box-shadow .25s ease,
		padding .25s ease;
}
.global-header.is-filled{
	background: rgba(14,14,14,.5);
	backdrop-filter: saturate(115%) blur(8px);
	box-shadow: 0 2px 12px rgba(0,0,0,.25);
}


.global-header.is-filled{
	padding-top: 22px;
	padding-bottom: 8px;
}

section a{
	transition: opacity 0.25s ease;
}

section a:hover{
	opacity:0.8;
}

.sub section{
	margin: 0 auto;
	padding-top: 180px;
}

.sub section .subttl_right a{
	color:#0ed567;
}

.subttlbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin:0 auto;
}
.subttl_left{}
.subttl_right{}
.subttl_right ul{
	display:flex;
	font-size: 12px;
}

.subttl_right ul li{
	
padding-right: 1em;
}

.subttl_right ul li a{}

.subttl_right ul li a:after{
	content:">";
	width:1em;
	height:1em;
	display:inline-block;
	padding-left:10px;
}

.column-01{
	max-width:1000px;
	margin:70px auto;
}


.column-01 strong{
	display:block;
	font-weight:600;
	font-size:18px;
	margin-bottom:5px;
}

.column-01 p{
	font-weight:300;
	font-size:14px;
	margin-bottom: 2em;
	line-height:1.9!important;
}

.ft16{
	font-size:16px!important;
	line-height:2!important;
}










.subkv{
	aspect-ratio: 3/1;
	overflow:hidden;
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
	margin-bottom: 15px;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.subkv:before{
	content:"";
	width:100%;
	height:100%;
	display:block;
	position: absolute;
	background-image: url("../../assets/images/bg_dot.png");
	background-repeat:repeat;
	background-size:var(--dot-size);
	opacity:0.6;
}

.subkv img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition: transform .5s ease;
}



















.column-02{
	max-width:1400px;
	margin:70px auto;
}


.subevent{
	width: unset;
}

.card_info{
    display: grid;
    grid-template-columns: 125px 1fr;
    padding: 3px 0;
    line-height: 1.6;
}

.card_info .num{}

.card_info .card_text{}


.tab_menu ul{ display:flex; gap:12px; flex-wrap:wrap; }
.tab_menu a.btn-style04{
  display:inline-block;
  width: 100%;
  padding: 12px 16px 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color:#fff;
  text-decoration:none;
  transition:opacity .2s ease, background .2s ease;
}
.tab_menu a.btn-style04[aria-selected="true"]{
  opacity:1;
  background: #48914b;
  border-color: #48914b;
}
.tab_box01,[id^="tab_box"]{
  transition: opacity .25s ease;
}
[hidden]{ display:none !important; }



.tab_menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin:0 auto;
}

.tab_menu ul li{
	width: calc(25% - 35px);
}

.tab_menu ul li a {
  display: inline-block;
  padding: 20px 50px;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.tab_menu ul li a:hover {
  opacity: 1;
}
.tab_menu ul li a.active.cl01 {
  background: #3d5b41;
  border-color: #3d5b41;
}
.tab_menu ul li a.active.cl02 {
  background: #2d82b2;
  border-color: #2d82b2;
}
.tab_menu ul li a.active.cl03 {
  background: #792c2c;
  border-color: #792c2c;
}
.events-detail{
	max-width: 1400px;
	margin: 0px auto 70px;
	color:#fff;
	border-bottom: 1px solid #3e3e3e;
	padding-bottom: 60px;
}

.events-detail__head{
	text-align:center;
	margin-bottom: 28px;
}
.events-detail__title{
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-size: clamp(40px, 6vw, 80px);
	font-weight: 900;
	font-style: italic;
	letter-spacing: .04em;
}

.events-detail__grid{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.events-detail__left{width: 58%;}
.events-detail__right{overflow: hidden;width: 35%;}
.events-detail__right img{
	display:block; width:100%; height:auto;
	box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset;
}
.events-detail__lead{
	font-size: 30px;
	font-style: italic;
	font-weight: 600;
	margin: 10px 0 20px;
	letter-spacing: .02em;
}
.events-detail__desc{
	color:#e9e9e9;
	line-height: 2.1;
	padding-bottom: 2em;
	font-size: 18px;
}

.events-detail__defs {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 1.0em 0.5em;
	font-size: 15px;
	line-height: 1.7;
	border-top: 1px solid #3e3e3e;
	padding-top: 43px;
}

.events-detail__defs dt {
	font-weight: 600;
	color: #0ec35e;
}

.events-detail__defs dd {
	margin: 0;
	font-weight: 400;
}
.events-detail__btn{
	margin-top: 18px;
	width: unset;
}



.column-03{
	max-width:1400px;
	margin:20px auto;
}


.noborder{border:none;}






















.pt60{
	padding-top:100px!important;
}

.openinv_info{}

.openinv_box{
    max-width: 1400px;
    margin: 0 auto 60px auto;
    width: calc(100% - 8%);
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.openinv_box_left{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.subttl_jp{
    font-size: 16px;
    color: #10c862;
    font-weight: 500;
    padding-bottom: 12px;
    display: block;
    letter-spacing: 0.1rem;
}

.openinv_subbox{
    background: #000;
    padding: 45px 45px 17px 45px;
    margin-top: 20px;
    border-radius: 8px;
}

.openinv_subbox strong{
    font-size: 18px;
    color: #10c862;
    display: block;
    padding-bottom: 3px;
}

.openinv_subbox p{
    padding-bottom: 25px;
    line-height: 1.8;
    font-size: 14px;
}

.openinv_box_right{
    flex: 1;
    display: flex;
    flex-direction: column;
}



.openinv_subbox {
  flex: 1;
}

.openinv_box_all{
    max-width: 1400px;
    margin: 0 auto;
    width: calc(100% - 8%);
}

.openinv_subbox02{
    margin-top: 20px;
    background: #000;
    border-radius: 8px;
    padding: 15px 45px;
}

.openinv_box02{}

.openinv_subbox02_inner{}

.openinv_subbox02_inner dl{
    display: flex;
    justify-content: space-between;
    text-align: left;
    border-bottom: 1px solid #3e3e3e;
    padding: 40px 0;
    align-items: center;
}

.openinv_subbox02_inner dl:last-child{
    border-bottom:none!important;
}

.openinv_subbox02_inner dl dt{
    font-size: 20px;
    color: #10c862;
    font-weight: 600;
    width: 35%;
}

.openinv_subbox02_inner dl dd{
    width: 63%;
    color: #eeeeee;
    line-height: 2;
}

.openinv_subbox02_inner dl dt.no01{
}

.openinv_subbox02_inner dl dt{
	position: relative;
	display: block;
	padding-left: 75px;
}

.openinv_subbox02_inner dl dt:before{
	content:"";
	width: 55px;
	height: 55px;
	display:inline-block;
	position: absolute;
	left: 0;
	top: -10px;
}

.openinv_subbox02_inner dl dt.no01:before{
	background: url("../../assets/images/icon_no1.png") no-repeat center right;
	background-size: 55px;
}

.openinv_subbox02_inner dl dt.no02{}

.openinv_subbox02_inner dl dt.no02:before{
	background: url("../../assets/images/icon_no2.png") no-repeat center right;
	background-size: 55px;
}

.openinv_subbox02_inner dl dt.no03{}

.openinv_subbox02_inner dl dt.no03:before{
	background: url("../../assets/images/icon_no3.png") no-repeat center right;
	background-size: 55px;
}

.openinv_subbox02_inner dl dt.no04{}

.openinv_subbox02_inner dl dt.no04:before{
	background: url("../../assets/images/icon_no4.png") no-repeat center right;
	background-size: 55px;
}

.openinv_cta{

}

.openinv_cta p{
	display: block;
	text-align: center;
	padding-bottom: 60px;
	color: #eee;
	line-height: 2.1;
}



















.sub_toplead{
	text-align:center;
	font-size: 18px;
	line-height:2;
	margin-bottom: 50px;
}

.formbox {
    max-width: 800px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
}

.formbox dl {
    display: grid;
    grid-template-columns: 280px 1fr;
    align-items: center;
    border-bottom: 1px solid #3e3e3e;
    padding: 10px 0;
}

.formbox dl dt {
    color: #fff;
    font-weight: bold;
    position: relative;
}

.formbox dl dd {
    margin: 0;
}

.formbox .textbox,
.formbox .tabox {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
}

.formbox .tabox {
    height: 250px;
    resize: vertical;
    margin-top: 17px;
}

.req {
    background: #dc0029;
    color: #fff;
    font-size: 10px;
    padding: 4px 15px 5px 15px;
    border-radius: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1;
}

.pp_box {
	display:block;
	text-align:center;
	padding-bottom: 30px;
	font-size:16px;
	padding-top: 60px;
}

.pp_box a {
	color: #10c862;
    text-decoration: underline;
}

.pp_box:after{
	content:"";
	background: url("../../assets/images/icon_window.png" ) no-repeat center right;
	width: 12px;
	height: 13px;
	display:inline-block;
	background-size: 12px;
	right: 14px;
	top: 12px;
}


.formbox dl dt,
.formbox dl dd {
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 15px;
    line-height: 1.9;
    padding-top: 15px;
    padding-right: 15px;
}
.formbox dl dt:last-of-type,
.formbox dl dd:last-of-type {
    border-bottom: none;
}

.checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 3px;
    margin-right: 10px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.2s, border-color 0.2s;
}
.checkbox:checked {
    background-color: #dc0029;
    border-color: #dc0029;
}
.checkbox:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: -8px;
    width: 12px;
    height: 20px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}
.checkbox:hover {
    border-color: #ff3355;
}


.g_map{
	color: #10c862!important;
    text-decoration: underline;
	font-style: italic;
}

.g_map:before{
	content:"";
	background: url("../../assets/images/icon_map.png" ) no-repeat bottom left;
	width: 12px;
	height: 14px;
	display:inline-block;
	background-size: 9px;
}

section.partners{
	width:100%!important;
}

.event-card__media img{

}

.event-card{
	width: 33.3333%;
	margin-bottom:30px;
}

.events__list li:nth-child(3n){
border:none;
}

.pp_box p{display:inline;}



.btn-style04{
	background:#46924d;
	font-size: 18px;
	padding: 21px 25px 23px 25px;
	border-radius: 8px;
	font-weight: 600;
	display: inline-block;
	/* min-width: 280px; */
	text-align: center;
	white-space: nowrap;
	color: #fff;
	position: relative;
	border:none;
}

.news__thumb{
	width:90px;
	height:auto;
	border-radius: 4px;
}

.cs{
	padding:50px 0;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-size:24px;
	font-weight:400;
}














.news__date{
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
	min-width: 100px;
	font-style: italic;
	font-weight: 600;
	color: #999999;
	display: block;
	padding-bottom: 5px;
	letter-spacing: 0.02rem;
}

.news__title{
	font-size: 28px;
	font-style: italic;
	font-weight: 600;
	margin: 10px 0 20px;
	letter-spacing: .02em;
	padding-bottom: 35px;
	border-bottom: 1px solid #3e3e3e;

}

.news__content p{
	color: #e9e9e9;
	line-height: 2.1!important;
	font-size: 18px!important;
}

.formbox p{
        margin-bottom:0!important;
        line-height: 1.7 !important;
}




.comingsooncss01{
	padding-top:20px!important;
	padding-bottom:1px!important;
}

.comingsooncss02{
	padding-top:100px!important;
	padding-bottom:1px!important;
}

.comingsooncss03{
	padding-top:100px!important;
	padding-bottom:1px!important;
}