@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
/* SET
-------------------------------------------------------------*/
#all,
#science,
#frontier,
#information,
#ai{
	display: none !important;
}
.all #all,
.science #science,
.frontier #frontier,
.information #information,
.ai #ai{
	display: block !important;
}
.btnArea {
}
.btnArea a{
	width: 230px;
	height: 78px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 0 auto;
	padding: 0 0 2px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: url("/interdisciplinary/shared/img/btn.png") no-repeat 0 0;
	background-size: 100% 100%;
	opacity: 1 !important;
}
/* #bnrArea
-------------------------------------------------------------*/
#bnrArea {
	width: 80%;
	max-width: 940px;
	margin: 0 auto 0;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#bnrArea p {
	width: 57%;
}
#bnrArea ul {
	width: 39%;
}
#bnrArea ul li:first-child {
	margin-bottom: 30px;
}
/* #listArea
-------------------------------------------------------------*/
#listArea {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	display: flex;
	justify-content: space-between;
}
/* #listArea section
-------------------------------------------------------------*/
#listArea section {
	width: 72%;
}
.category #listArea section {
	width: 100%;
}
#listArea section .category {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
#listArea section .category h2 {
	display: inline-block;
	margin-bottom: 40px;
	padding: 7px 15px;
	border: 1px solid #224c8c;
	border-radius: 999px;
	color: #224c8c;
	line-height: 1;
	font-size: clamp(12px, 1.17vw, 14px);
}
#listArea section .category ul {
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#listArea section .category ul li {
	width: calc(50% - 10px);
	margin-bottom: 20px;
	text-align: center;
}
#listArea section .category ul li span {
	display: block;
	line-height: 1.40;
}
#listArea section .category ul li span.caption {
	font-size: clamp(12px, 1.17vw, 14px);
	font-weight: 500;
}
#listArea section .category ul li span.ttl {
	font-size: clamp(14px, 1.83vw, 22px);
	font-weight: 600;
}
/* #listArea section .category ul li a
-------------------------------------------------------------*/
#listArea section .category ul li a {
	display: block;
	height: 100%;
	padding: 3px;
	color: #fff;	
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
	letter-spacing:0.35em;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,0.25));
	opacity: 1;
}
#listArea section .category ul li a.science {
	background-image: linear-gradient(90deg, #00a6bf, #36bbd2);
}
#listArea section .category ul li a.frontier {
	background-image: linear-gradient(90deg, #ee774e, #f6b062);
}
#listArea section .category ul li a.information {
	background-image: linear-gradient(90deg, #eb709d, #f199b5);
}
#listArea section .category ul li a.ai {
	background-image: linear-gradient(90deg, #37af4e, #9ac840);
}
#listArea section .category ul li a div{
	display: block;
	height: 100%;
	padding: 11px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
	letter-spacing:0.35em;
	transition-property:color, background, opacity, border, box-shadow, transform;
	transition-duration:.4s;
}
#listArea.science section .category ul li a.science div,
#listArea section .category ul li a.science:hover div{
	color: #00a6bf;
	background-color: #fff;
	}
#listArea.frontier section .category ul li a.frontier div,
#listArea section .category ul li a.frontier:hover div{
	color: #ee774e;
	background-color: #fff;
}
#listArea.information section .category ul li a.information div,
#listArea section .category ul li a.information:hover div {
	color: #eb709d;
	background-color: #fff;
}
#listArea.ai section .category ul li a.ai div,
#listArea section .category ul li a.ai:hover div {
	color: #37af4e;
	background-color: #fff;
}
/* #listArea 
-------------------------------------------------------------*/
#listArea section .listBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#listArea section .listBox:after {
	content: "";
	width: calc((100% - 70px) / 3);
	height: 0;
	overflow: hidden;
}
#listArea section .listBox:before {
	content: "";
	width: calc((100% - 70px) / 3);
	height: 0;
	overflow: hidden;
	order: 1;
}
.category #listArea section .listBox:after {
	content: "";
	width: calc((100% - 105px) / 4);
	height: 0;
	overflow: hidden;
}
.category #listArea section .listBox:before {
	content: "";
	width: calc((100% - 105px) / 4);
	height: 0;
	overflow: hidden;
	order: 1;
}

#listArea section .listBox .box {
	width: calc((100% - 70px) / 3);
	margin-bottom: 40px;
}
.category #listArea section .listBox .box {
	width: calc((100% - 105px) / 4);
	margin-bottom: 60px;
}
#listArea section .listBox .box a {
	display: block;
	position: relative;
	z-index: 2;
	height: 100%;
	background: #fff;
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
	opacity: 1;
}
#listArea section .listBox .box a:before {
 content: "";
 position: absolute;
 inset: 0;
	z-index: -1;
	height: 100%;
	transform: translate(-1px,-1px);
	padding:0;
	background: #224c8c;
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}
#listArea section .listBox .boxOuter {
	height: 100%;
	display: block;
	background: #fff;
	padding: 8px 2px 2px 8px;
	transform: translate(1px,1px);
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}
#listArea section .listBox .boxInner {
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
}
#listArea section .listBox .boxInner figure {
	height: 0;
	padding-top: 65%;
	display: block;
	clip-path: polygon(11px 0, 100% 0, 100% 100%, 0 100%, 0 11px);
	overflow: hidden;
	position: relative;
	background:#f5f5f5 url("../shared/img/logo.svg") no-repeat center center;
	background-size: 50% auto;
	transition-property:color, background, opacity, border, box-shadow, transform;
	transition-duration:.4s;
}
#listArea section .listBox .box a:hover figure {
	background:#f5f5f5 url("../shared/img/logo.svg") no-repeat center center;
	background-size: 60% auto;
}
#listArea section .listBox .boxInner figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%,-50%);
	transition-property:color, background, opacity, border, box-shadow, transform;
	transition-duration:.4s;
}
#listArea section .listBox .box a:hover figure img {
	transform: translate(-50%,-50%) scale(1.1,1.1);
}
#listArea section .listBox .boxInner .ttl {
	padding: 25px 0 15px;
	color: #224c8c;
	font-size: clamp(14px, 1.83vw, 20px);
	line-height: 1.25;
	font-weight: 700;
}
#listArea section .listBox .boxInner .caption {
	padding: 0;
	color: #333;
	font-size: clamp(14px, 1.17vw, 16px);
	font-weight: 600;
}
#listArea section .listBox .boxInner li {
	margin: 5px 0 0;
	font-size: clamp(12px, 1.17vw, 14px);
	text-align: center;
	font-weight: 500;
}
#listArea section .listBox .boxInner li.cat {
	padding: 3px;
	color: #fff;
}
#listArea section .listBox .science .boxInner li.cat {
	background-image: linear-gradient(90deg, #00a6bf, #36bbd2);
}
#listArea section .listBox .frontier .boxInner li.cat {
	background-image: linear-gradient(90deg, #ee774e, #f6b062);
}
#listArea section .listBox .information .boxInner li.cat {
	background-image: linear-gradient(90deg, #eb709d, #f199b5);
}
#listArea section .listBox .ai .boxInner li.cat {
	background-image: linear-gradient(90deg, #37af4e, #9ac840);
}
#listArea section .listBox .boxInner li.subcat {
	display: block;
	padding: 2px;
	border: 1px solid #f39800;
	color: #f39800;
	box-sizing: border-box;
}


/* #listArea nav
-------------------------------------------------------------*/
#listArea nav {
	width: 22%;
	color: #224c8c;
}
#listArea nav a {
	display: block;
	position: relative;
	padding: 10px 25px 10px 10px;
	;
	color: #224c8c;
	background: url("../shared/img/arw_menu.svg") no-repeat right center;
	background-size: 18px auto;
}
#listArea nav h2 {
	display: inline-block;
	margin-bottom: 40px;
	padding: 7px 15px;
	border: 1px solid #224c8c;
	border-radius: 999px;
	line-height: 1;
	font-size: clamp(12px, 1.17vw, 14px);
}
#listArea nav dl {
	width: 100%;
}
#listArea nav dl dt {
	padding-left: 1.3em;
	font-size: clamp(14px, 1.83vw, 20px);
	position: relative;
	font-weight: 700;
}
#listArea nav dl dd+dt {
	margin-top: 35px;
}
#listArea nav dl dt:after {
	content: "■";
	font-size: clamp(14px, 1.83vw, 20px);
	position: absolute;
	top: 0;
	left: 0;
}
#listArea nav dl dt.science:after {
	color: #00b1c7;
}
#listArea nav dl dt.frontier:after {
	color: #ef825a;
}
#listArea nav dl dt.information:after {
	color: #ec7aa4;
}
#listArea nav dl dt.ai:after {
	color: #7bbe46;
}
#listArea nav dl dd {
	margin-bottom: 1.5em;
}
#listArea nav dl li {
	margin-top: 12px;
	border-bottom: 1px solid #224c8c;
	font-size: clamp(14px, 1.67vw, 17px);
}

/* #catArea
-------------------------------------------------------------*/
#catArea {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	letter-spacing: 0.3em;
}
#catArea  ul{
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(14px, 1.67vw, 16px);
}
#catArea  ul li{
	padding:0 10px 10px 0;
}
#catArea  ul li a{
	display: block;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.science #catArea  ul li.act a{
	background-image: linear-gradient(90deg, #00a6bf, #36bbd2);
	color: #fff;
}
.frontier #catArea  ul li.act a{
	background-image: linear-gradient(90deg, #ee774e, #f6b062);
	color: #fff;
}
.information #catArea  ul li.act a{
	background-image: linear-gradient(90deg, #eb709d, #f199b5);
	color: #fff;
}
.ai #catArea  ul li.act a{
	background-image: linear-gradient(90deg, #37af4e, #9ac840);
	color: #fff;
}
	/* ============================================================
 	page_nav
	==============================================================*/    
    
	#page_nav{
		display: flex;
		justify-content:center;
		margin: 30px 0 40px;
	}
	
	#page_nav li{
		padding: 0 5px;
	}
	
	#page_nav li a{
		display: block;
		text-align: center;
		padding: 6px;
		width: 2em;
		height:2em;
		font-size: 1.4rem;
		line-height: 100%;
		border-radius:999px;
		position:relative;
		transition: all 0.5s ease 0s;
		letter-spacing: 0;
	}

	#page_nav li.act a{
		background:#b3b3b3;
		color:#fff;
	}

    #page_nav li.first_p a:after{
    	content: "";
		display: block;
		width: 8px;
		height:8px;
		border-right:solid 1px #78808d;
		border-bottom:solid 1px #78808d;
		position: absolute;
		top: 50%;
		left: 60%;
		transform:translate(-50%, -50%) rotate(135deg);
		transition: all 0.5s ease 0s;
    }
    
    #page_nav li.first_p a:before{
    	content: "";
		display: block;
		width: 1px;
		height:14px;
		border-right:solid 1px #78808d;
		position: absolute;
		top: 50%;
		left: 40%;
		transform:translate(-50%, -50%);
		transition: all 0.5s ease 0s;
    }

    #page_nav li.prev_p a:after{
    	content: "";
		display: block;
		width: 8px;
		height:8px;
		border-right:solid 1px #78808d;
		border-bottom:solid 1px #78808d;
		position: absolute;
		top: 50%;
		left: 56%;
		transform:translate(-50%, -50%) rotate(135deg);
		transition: all 0.5s ease 0s;
    }

    #page_nav li.last_p a:after{
    	content: "";
		display: block;
		width: 8px;
		height:8px;
		border-right:solid 1px #78808d;
		border-bottom:solid 1px #78808d;
		position: absolute;
		top: 50%;
		left: 46%;
		transform:translate(-50%, -50%) rotate(-45deg);
		transition: all 0.5s ease 0s;
    }
    
    #page_nav li.last_p a:before{
    	content: "";
		display: block;
		width: 1px;
		height:14px;
		border-right:solid 1px #78808d;
		position: absolute;
		top: 50%;
		left: 62%;
		transform:translate(-50%, -50%);
		transition: all 0.5s ease 0s;
    }

    #page_nav li.next_p a:after{
    	content: "";
		display: block;
		width: 8px;
		height:8px;
		border-right:solid 1px #78808d;
		border-bottom:solid 1px #78808d;
		position: absolute;
		top: 50%;
		left: 40%;
		transform:translate(-50%, -50%) rotate(-45deg);
		transition: all 0.5s ease 0s;
    }
    
    #page_nav li a:hover{
		background:#dedede;
    }


#page_nav li{
	display: none;
}
#page_nav li.show{
	display: block;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tub
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px) {}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {
	/* #bnrArea
-------------------------------------------------------------*/
	#bnrArea {
		display: block;
	}
	#bnrArea p {
		width: 100%;
	}
	#bnrArea ul {
		width: 70%;
		margin: 0 auto;
		padding: 15px 0 0;
		justify-content: space-between;
		align-items: center;
	}
	#bnrArea ul li {
		width: 100%;
	}
	#bnrArea ul li:first-child {
		margin-bottom: 10px;
	}
	/* #listArea
-------------------------------------------------------------*/
	#listArea {
		display: block;
	}
	/* #listArea section
-------------------------------------------------------------*/
	#listArea section {
		width: 100%;
		margin-bottom: 0;
	}
	#listArea section .category {
		display: block;
	}
	#listArea section .category h2 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#listArea section .category ul {
		display: block;
		width: calc(100%);
	}
	#listArea section .category ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	#listArea section .category ul li span.caption {
		font-size: 14px;
	}
	#listArea section .category ul li span.ttl {
		font-size: 18px;
	}
	/* #listArea 
-------------------------------------------------------------*/
#listArea section .listBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#listArea section .listBox:after {
	width: 48%;
}
#listArea section .listBox .box {
	width: 48%;
}
.category #listArea section .listBox:after {
	width: 48%;
}
.category #listArea section .listBox .box {
	width: 48%;
margin-bottom: 40px;
}
#listArea section .listBox .box a {
	display: block;
	position: relative;
	z-index: 2;
	height: 100%;
	background: #fff;
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}
#listArea section .listBox .box a:before {
 content: "";
 position: absolute;
 inset: 0;
	z-index: -1;
	height: 100%;
	transform: translate(-1px,-1px);
	padding:0;
	background: #224c8c;
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}
#listArea section .listBox .boxOuter {
	height: 100%;
	display: block;
	background: #fff;
	padding: 5px 2px 2px 5px;
	transform: translate(1px,1px);
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}
#listArea section .listBox .boxInner {
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}
#listArea section .listBox .boxInner figure {
	display: block;
	clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
	overflow: hidden;
}
#listArea section .listBox .boxInner .ttl {
	padding: 15px 0 10px;
	color: #224c8c;
	font-size: clamp(14px, 1.83vw, 20px);
}
#listArea section .listBox .boxInner .caption {
	padding: 0;
	color: #333;
	font-size: 12px;
}
#listArea section .listBox .boxInner li {
	margin: 5px 0 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.25em;
}
#listArea section .listBox .boxInner li.cat {
	padding: 5px;
	color: #fff;
}
#listArea section .listBox .science .boxInner li.cat {
	background-image: linear-gradient(90deg, #00a6bf, #36bbd2);
}
#listArea section .listBox .frontier .boxInner li.cat {
	background-image: linear-gradient(90deg, #ee774e, #f6b062);
}
#listArea section .listBox .information .boxInner li.cat {
	background-image: linear-gradient(90deg, #eb709d, #f199b5);
}
#listArea section .listBox .ai .boxInner li.cat {
	background-image: linear-gradient(90deg, #37af4e, #9ac840);
}
#listArea section .listBox .boxInner li.subcat {
	display: block;
	padding: 5px;
	border: 1px solid #f39800;
	color: #f39800;
	box-sizing: border-box;
}
	/* #listArea nav
-------------------------------------------------------------*/
	#listArea nav {
		width: 100%;
	}
	#listArea nav a {
		padding: 10px 20px 10px 10px;
		;
		background-size: 14px auto;
	}
	#listArea nav h2 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#listArea nav dl dt {
		padding-left: 1.3em;
		font-size: 16px;
		position: relative;
	}
	#listArea nav dl dt:after {
		font-size: 16px;
	}
	#listArea nav dl li {
		font-size: 14px;
	}
/* #catArea
-------------------------------------------------------------*/
#catArea {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
#catArea  ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
}
#catArea  ul li{
	padding:0 7px 7px 0;
}
#catArea  ul li a{
	padding: 5px 10px;
}
	#page_nav{
		display: flex;
		justify-content:center;
		margin: 0px 0 40px;
	}
}