@charset "utf-8";
.header_content {
	opacity: 0;
	visibility: hidden;
	animation: fadeIn ease 1s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.TopScroll .header_content {
	opacity: 1;
	visibility: visible;
}
.ecor {
	background: var(--color-white);
}

/*MV Section*/
.sec_mv {
	padding: 200px 0 180px;
}
.sec_mv .inner {
	width: 90%;
	max-width: 1210px;
}
.mv_left {
	width: 362px;
	margin-right: 80px;
}
.mv_left .mv_logo {
	width: 100%;
	margin-bottom: 30px;
}
.language_wrap {
	width: 148px;
	background: var(--color-white);
	border: 1px solid var(--color-lavender-purple);
	-webkit-border-radius: 16px;
	        border-radius: 16px;
}
.language_wrap button {
	width: 50%;
	font-size: 12px;
	color: var(--color-black);
	line-height: 1;
	padding: 9px 0;
	appearance: none;
    background: transparent;
}
.language_wrap button:first-child {
	-webkit-border-radius: 16px 0px 0px 16px;
	        border-radius: 16px 0px 0px 16px;
}
.language_wrap button:last-child {
	-webkit-border-radius: 0px 16px 16px 0px;
	        border-radius: 0px 16px 16px 0px;
}
.language_wrap button.language_active {
	background: var(--color-lavender-purple);
	color: var(--color-white);
}
.mv_right {
	width: 360px;
}
.mv_right h1 {
	font-size: 44px;
	color: var(--color-dark-blue);
	line-height: 1;
	margin-bottom: 15px;
}
.mv_right .text_sm {
	color: var(--color-dark-blue);
}
.bg_shape01 {
	width: 54%;
	max-width: 727px;
}
.bg_shape02 {
	width: 45%;
	max-width: 599px;
}
.bg_shape05 {
	width: 52%;
	max-width: 697px;
	right: 0;
	bottom: 0;
}
.menu_wrap {
	position: absolute;
	width: 100%;
	background: url(../images/top/bg_menu.jpg) no-repeat top center;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	left: 0;
	bottom: 0;
}
.menu_wrap .list_menu {
	-webkit-justify-content: center;
	        justify-content: center;
	padding: 26px 0;
}
.menu_wrap .list_menu li {
	margin-right: 4.5%;
}
.menu_wrap .list_menu li:last-child {
	margin-right: 0;
}
.menu_wrap .list_menu li a span {
	font-size: 24px;
}
/*end of MV Section*/

/*Project Section*/
.sec_project {
	background: var(--color-soft-gray);
	padding: 25px 0;
}
.sec_project .inner {
	width: 96%;
	max-width: 1290px;
	background: rgba(246,249,255,0.70);
	-webkit-border-radius: 18px;
	        border-radius: 18px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	text-align: center;
	padding: 70px 0 60px;
}
.project_wrap {
	width: 850px;
	margin: 0 auto;
}
.title_eng {
	font-family: var(--font-neue);
  	font-size: 38px;
  	font-weight: 600;
  	color: var(--color-theme);
  	line-height: 1;
  	text-transform: uppercase;
  	text-align: center;
  	margin-bottom: 70px;
}
.project_wrap h3 {
	font-size: 26px;
	color: var(--color-dark-blue01);
	line-height: 1.2;
	margin-bottom: 10px;
}
.project_wrap p {
	font-size: 18px;
	color: var(--color-dark-blue01);
	line-height: 1.5;
	text-align: left;
	margin-bottom: 40px;
}
.bg_shape06 {
	width: 21%;
	max-width: 279px;
	left: 0;
	top: 0;
}
.bg_shape07 {
	width: 54%;
	max-width: 717px;
	left: 0;
	bottom: 0;
}
.bg_shape08 {
	width: 17%;
	max-width: 217px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/*end of Project Section*/

/*Event Section*/
.sec_event {
	background: var(--color-soft-green);
	padding: 40px 0;
}
.sec_event .inner {
	width: 96%;
  	max-width: 1290px;
  	background: rgba(243,252,255,0.70);
  	-webkit-border-radius: 18px;
  		border-radius: 18px;
  	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
  	text-align: center;
  	padding: 50px 0 35px;
}
.event_wrap {
	width: 1000px;
	margin: 0 auto;
}
.list_events {
	text-align: left;
	margin-bottom: 100px;
}
.list_events li {
	margin-bottom: 25px;
}
.list_events li:last-child {
	margin-bottom: 0;
}
.list_events li .img_item {
	width: 260px;
	height: 146px;
	margin-right: 60px;
}
.list_events li .img_item img {
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.list_events li .item_content {
	width: 68%;
}
.list_events li .item_content h3 {
	font-size: 28px;
	color: var(--color-deep-teal);
	line-height: 1.4;
	margin-bottom: 5px;
}
.list_events li .item_content .text_base {
	color: var(--color-deep-teal01);
}
.list_events li .item_content .text_xs {
	margin-bottom: 5px;
}
.bg_shape09 {
	width: 25%;
	max-width: 326px;
	top: 0;
	left: 0;
}
/*end of Event Section*/

/*Publications Section*/
.sec_publications {
	padding: 90px 0;
}
.sec_publications .inner {
	width: 1000px;
	text-align: center;
}
.list_publications {
	text-align: left;
	margin-bottom: 60px;
}
.list_publications li {
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	margin-bottom: 40px;
}
.list_publications li:last-child {
	margin-bottom: 0;
}
.tag_base {
	width: 123px;
	font-size: 18px;
	color: var(--color-white);
	line-height: 1;
	background: var(--color-plum-purple01);
	-webkit-border-radius: 24px;
	        border-radius: 24px;
	padding: 10px;
	text-align: center;
	margin-right: 60px;
}
.list_publications li .item_content {
	width: 75%;
}
.list_publications li .item_content h3 {
	font-size: 28px;
	color: var(--color-deep-purple);
	line-height: 1.4;
	margin-bottom: 10px;
}
.list_publications li .item_content .text_xs {
	font-size: 14px;
	color: var(--color-deep-purple01);
}
.bg_shape10 {
	width: 19%;
	max-width: 252px;
	right: 0;
	top: 0;
}
.bg_shape11 {
	width: 19%;
	max-width: 245px;
	left: 0;
	bottom: 0;
}
/*end of Publications Section*/

/*Links Section*/
.sec_links {
	background: var(--color-soft-gray);
	padding: 80px 0;
}
.sec_links .inner {
	width: 1000px;
}
.list_links li {
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	margin-bottom: 40px;
}
.list_links li:last-child {
	margin-bottom: 0;
}
.list_links li .item_content {
	width: 55%;
}
.list_links li .item_content h3 {
	font-size: 28px;
	color: var(--color-primary-blue);
	line-height: 1.4;
	text-decoration: underline;
}
/*end of Links Section*/

/*For Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	/*MV Section*/
	.sec_mv {
		padding: 2.00rem 0 1.80rem;
	}
	.mv_left {
		width: 3.62rem;
		margin-right: 0.80rem;
	}
	.mv_left .mv_logo {
		margin-bottom: 0.30rem;
	}
	.language_wrap {
		width: 1.48rem;
		border-width: 0.01rem;
		-webkit-border-radius: 0.16rem;
		        border-radius: 0.16rem;
	}
	.language_wrap button {
		font-size: 0.12rem;
		padding: 0.09rem 0;
	}
	.language_wrap button:first-child {
		-webkit-border-radius: 0.16rem 0px 0px 0.16rem;
		        border-radius: 0.16rem 0px 0px 0.16rem;
	}
	.language_wrap button:last-child {
		-webkit-border-radius: 0px 0.16rem 0.16rem 0px;
		        border-radius: 0px 0.16rem 0.16rem 0px;
	}
	.mv_right {
		width: 3.60rem;
	}
	.mv_right h1 {
		font-size: 0.44rem;
		margin-bottom: 0.15rem;
	}
	.menu_wrap .list_menu {
		padding: 0.26rem 0;
	}
	.menu_wrap .list_menu li a span {
		font-size: 0.24rem;
	}
	/*end of MV Section*/
	
	/*Project Section*/
	.sec_project {
		padding: 0.25rem 0;
	}
	.sec_project .inner {
		-webkit-border-radius: 0.18rem;
		        border-radius: 0.18rem;
		box-shadow: 0.03rem 0.03rem 0.03rem rgba(0,0,0,0.15);
		padding: 0.70rem 0 0.60rem;
	}
	.project_wrap {
		width: 8.50rem;
	}
	.title_eng {
	  	font-size: 0.38rem;
	  	margin-bottom: 0.70rem;
	}
	.project_wrap h3 {
		font-size: 0.26rem;
		margin-bottom: 0.10rem;
	}
	.project_wrap p {
		font-size: 0.18rem;
		margin-bottom: 0.40rem;
	}
	/*end of Project Section*/
	
	/*Event Section*/
	.sec_event {
		padding: 0.40rem 0;
	}
	.sec_event .inner {
	  	-webkit-border-radius: 0.18rem;
	  		border-radius: 0.18rem;
	  	box-shadow: 0.03rem 0.03rem 0.03rem rgba(0,0,0,0.15);
	  	padding: 0.50rem 0 0.35rem;
	}
	.event_wrap {
		width: 10.00rem;
	}
	.list_events {
		margin-bottom: 1.00rem;
	}
	.list_events li {
		margin-bottom: 0.25rem;
	}
	.list_events li .img_item {
		width: 2.60rem;
		height: 1.46rem;
		margin-right: 0.60rem;
	}
	.list_events li .img_item img {
		-webkit-border-radius: 0.10rem;
		        border-radius: 0.10rem;
	}
	.list_events li .item_content h3 {
		font-size: 0.28rem;
		margin-bottom: 0.05rem;
	}
	.list_events li .item_content .text_xs {
		margin-bottom: 0.05rem;
	}
	/*end of Event Section*/
	
	/*Publications Section*/
	.sec_publications {
		padding: 0.90rem 0;
	}
	.sec_publications .inner {
		width: 10.00rem;
	}
	.list_publications {
		margin-bottom: 0.60rem;
	}
	.list_publications li {
		margin-bottom: 0.40rem;
	}
	.tag_base {
		width: 1.23rem;
		font-size: 0.18rem;
		-webkit-border-radius: 0.24rem;
		        border-radius: 0.24rem;
		padding: 0.10rem;
		margin-right: 0.60rem;
	}
	.list_publications li .item_content h3 {
		font-size: 0.28rem;
		margin-bottom: 0.10rem;
	}
	.list_publications li .item_content .text_xs {
		font-size: 0.14rem;
	}
	/*end of Publications Section*/

	/*Links Section*/
	.sec_links {
		padding: 0.80rem 0;
	}
	.sec_links .inner {
		width: 10.00rem;
	}
	.list_links li {
		margin-bottom: 0.40rem;
	}
	.list_links li .item_content h3 {
		font-size: 0.28rem;
	}
	/*end of Links Section*/
}

/*For SP*/
@media only screen and (max-width: 767px) {
	.header_content {
		opacity: 1;
		visibility: visible;
		animation: none;
	}
	/*MV Section*/
	.sec_mv {
		padding: 3.60rem 0 0.90rem;
	}
	.sec_mv .inner {
		width: 60%;
		max-width: 4.50rem;
	}
	.mv_left {
		width: 100%;
		margin: 0 0 1.00rem 0;
	}
	.mv_left .mv_logo {
		width: 4.15rem;
		margin: 0 auto;
	}
	.mv_right {
		width: 100%;
	}
	.mv_right h1 {
		font-size: 0.44rem;
		margin-bottom: 0.30rem;
		text-align: center;
	}
	.bg_shape01 {
		width: 66%;
    	max-width: 4.95rem;
	}
	.bg_shape02 {
		width: 52%;
    	max-width: 3.84rem;
	}
	/*end of MV Section*/
	
	/*Project Section*/
	.sec_project {
		padding: 0.20rem 0;
	}
	.sec_project .inner {
		width: 94%;
		max-width: 7.02rem;
		-webkit-border-radius: 0.18rem;
		        border-radius: 0.18rem;
		box-shadow: 0.03rem 0.03rem 0.03rem rgba(0,0,0,0.15);
		padding: 0.90rem 0.50rem 0.60rem;
	}
	.project_wrap {
		width: 100%;
	}
	.title_eng {
	  	font-size: 0.38rem;
	  	margin-bottom: 0.40rem;
	}
	.project_wrap h3 {
		font-size: 0.29rem;
		margin-bottom: 0.55rem;
	}
	.project_wrap p {
		font-size: 0.26rem;
		margin-bottom: 0.55rem;
	}
	.bg_shape06 {
		width: 44%;
		max-width: 3.26rem;
	}
	.bg_shape07 {
		width: 98%;
		max-width: 7.28rem;
	}
	.bg_shape08 {
		width: 29%;
		max-width: 2.11rem;
		top: unset;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
		bottom: 0;
	}
	/*end of Project Section*/
	
	/*Event Section*/
	.sec_event {
		padding: 0.20rem 0;
	}
	.sec_event .inner {
		width: 94%;
	  	max-width: 7.02rem;
	  	-webkit-border-radius: 0.18rem;
	  		border-radius: 0.18rem;
	  	box-shadow: 0.03rem 0.03rem 0.03rem rgba(0,0,0,0.15);
	  	padding: 0.90rem 0.30rem 0.60rem;
	}
	.event_wrap {
		width: 100%;
	}
	.list_events {
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		margin-bottom: 0.20rem;
	}
	.list_events li {
		width: 3.10rem;
		margin-bottom: 0.40rem;
	}
	.list_events li:last-child {
		margin-bottom: 0.40rem;
	}
	.list_events li .img_item {
		width: 100%;
		height: 1.86rem;
		margin: 0 0 0.15rem 0;
	}
	.list_events li .img_item img {
		-webkit-border-radius: 0.10rem;
		        border-radius: 0.10rem;
	}
	.list_events li .item_content {
		width: 100%;
	}
	.list_events li .item_content h3 {
		font-size: 0.26rem;
		margin-bottom: 0;
	}
	.bg_shape09 {
		width: 44%;
		max-width: 3.26rem;
	}
	/*end of Event Section*/
	
	/*Publications Section*/
	.sec_publications {
		padding: 0.90rem 0;
	}
	.sec_publications .inner {
		width: 80%;
		max-width: 6.00rem;
	}
	.list_publications {
		margin-bottom: 0.55rem;
	}
	.list_publications li {
		margin-bottom: 0.55rem;
	}
	.tag_base {
		width: 1.23rem;
		font-size: 0.18rem;
		-webkit-border-radius: 0.24rem;
		        border-radius: 0.24rem;
		padding: 0.10rem;
		margin-right: 0.30rem;
	}
	.list_publications li .item_content {
		width: 74%;
	}
	.list_publications li .item_content h3 {
		font-size: 0.28rem;
		margin-bottom: 0.10rem;
	}
	.list_publications li .item_content .text_xs {
		font-size: 0.24rem;
	}
	.bg_shape10 {
		width: 34%;
		max-width: 2.52rem;
	}
	.bg_shape11 {
		width: 33%;
		max-width: 2.45rem;
	}
	/*end of Publications Section*/

	/*Links Section*/
	.sec_links {
		padding: 0.90rem 0;
	}
	.sec_links .inner {
		width: 80%;
		max-width: 6.00rem;
	}
	.list_links li {
		margin-bottom: 0.55rem;
	}
	.list_links li .item_content {
		width: 74%;
	}
	.list_links li .item_content h3 {
		font-size: 0.28rem;
	}
	/*end of Links Section*/
}