@charset "utf-8";

.contentsHome {
	padding-bottom: 80px;
	background: url(../img/content_bg01.png) no-repeat right 0;
}

.inblock {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.block:after {
	content: "";
	clear: both;
	display: block;
}
.block h2 {
	font-size: 2.8rem;
	font-weight: bold;
	color: #063156;
	text-align: center;
	margin-bottom: 40px;
}
.block h2 span {
	font-size: 1.2rem;
	font-weight: normal;
	color: #A1A7AC;
	display: block;
}
.onBox h2 {
	color: #fff;
}

.block h3 {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.block h3::after {
	content: '';
	width: 45px;
	height: 3px;
	background: #0078C8;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome {
		padding-bottom: 50px;
		background-size: 156px auto;
	}
	.inblock {
		width: auto;
		padding: 0 5%;
	}
	
	
	.block h2 {
		font-size: 2.3rem;
		margin-bottom: 20px;
	}
	.block h2 span {
		font-size: 1rem;
	}
	.onBox h2 {
		color: #fff;
	}

	.block h3 {
		font-size: 1.8rem;
		padding-bottom: 10px;
	}
}

/* ------------------------------
 メインイメージ
------------------------------ */
.mainimg {
	height: 915px;
	position: relative;
	background: url(/img/main_img.jpg) no-repeat 0 0;
}
.mainimg ul {
	width: 100%;
	display: table;
}
.mainimg li {
	height: 915px;
	display: table-cell;
	vertical-align: middle;
}
.mainimg .scroll {
	font-family: 'Roboto' , "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 1.3rem;
	color: #fff;
	padding-bottom: 32px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
}
.mainimg .scroll::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 7px;
	margin: auto;
	width: 34px;
	height: 34px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimg {
		background-size: auto 100%;
	}
	.mainimg li {
		padding: 0 10%;
	}
	.mainimg .scroll {
		bottom: 0;
	}
	.mainimg .scroll::after {
		top: 17px;
		width: 17px;
		height: 17px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-height: 736px) {
	.mainimg,
	.mainimg li {
		height: 75vh;
	}
}
@media screen and (max-height: 570px) {
	.mainimg,
	.mainimg li {
		height: 67vh;
	}
}
/* ------------------------------
 コンファレンスバナー
------------------------------ */
.conf_bnr {
	color: #fff;
	background: #000;
	margin-bottom: 50px;
}
.conf_bnr a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.conf_bnr .imgBox {
	width: 50%;
}
.conf_bnr .imgBox img {
	width: 100%;
}
.conf_bnr .textBox {
	text-align: left;
	width: 50%;
	padding: 20px 80px 20px 45px;
	position: relative;
}
.conf_bnr a .textBox::after {
	content: "";
	width: 20px;
	height: 20px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transform: rotate(-45deg);
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.conf_bnr .textBox .title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 45px;
	margin-bottom: 10px;
	background: url(/img/icon_movie.png) no-repeat 0 2px / 30px auto;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.conf_bnr a {
		display: block;
	}
	.conf_bnr .imgBox {
		width: 100%;
	}
	.conf_bnr .textBox {
		font-size: 1.2rem;
		width: 100%;
		padding: 22px 32px 22px 22px;
	}
	.conf_bnr a .textBox::after {
		width: 12px;
		height: 12px;
		right: 14px;
	}
	.conf_bnr .textBox .title {
		font-size: 1.5rem;
		padding-left: 22px;
		background: url(/img/icon_movie.png) no-repeat 0 2px / 17px auto;
	}
}

/* ------------------------------
 最初見出し
------------------------------ */
.titleBlock {
	padding: 50px 0 35px;
}
.titleBlock h1 {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.titleBlock h1 .h1-br {
	display: none;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.titleBlock {
		padding: 40px 0 0;
	}
	.titleBlock h1 {
		font-size: 2.0rem;
	}
	.titleBlock h1 .span-small {
		font-size: 1.6rem;
	}
	.titleBlock h1 .h1-br {
		display: inline;
	}
	.titleBlock h1 .h1-span {
		display: none;
	}
}

/* ------------------------------
 ニュース
------------------------------ */
.newsBlock {
	padding: 95px 0 80px;
}
.newsList {
	border-top: solid 1px #E6E6E6;
	margin-bottom: 60px;
	text-align: left;
}
.newsList li:after {
	content: "";
	clear: both;
	display: block;
}
.newsList li {
	padding: 20px 8px;
	border-bottom: solid 1px #E6E6E6;
}
.newsList li.new p::after,
.interviewList li.new .title-interview::after {
	content: 'NEW';
	font-family: 'Roboto' , "メイリオ", Meiryo, Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 18px;
	color: #fff;
	padding: 0 8px;
	margin-left: 5px;
	border-radius: 18px;
	display: inline-block;
	background: #D93C47;
	vertical-align: middle;
	text-decoration: none;
}
.newsList li span {
	color: #838383;
	line-height: 1.3;
	float: left;
	display: block;
	padding-top: 2px;
	width: 200px;
}
.newsList li em {
	font-style: normal;
	color: #0078C8;
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #DADADA;
}
.newsList li p {
	line-height: 1.7;
	width: 920px;
	float: left;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBlock {
		padding: 40px 0 ;
	}
	.newsList {
		margin-bottom: 30px;
	}
	.newsList li {
		padding: 10px 0;
	}
	.newsList li span {
		width: auto;
		float: none;
		padding-top: 0;
		margin-bottom: 10px;
	}
	.newsList li p {
		width: auto;
		float: none;
	}
}

/* ------------------------------
 各カテゴリ
------------------------------ */
.menuBox {
	position: relative;
}
.menuBox a {
	display: block;
}
.menuBox .btn-a a {
	display: inline-block;
}
.menuBox > a > img {
	width: 100%;
}
.onBox {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction:row;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.w1-2p {
		width: auto;
	}
	.menuBox.w1-2p a,
	.menuBox.w1-3p a {
		display: block;
	}
	.menuBox img {
		width: 100%;
	}
}

/* ------------------------------
 当財団について
------------------------------ */
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.aboutmain {
		height: 366px;
		overflow: hidden;
	}
	.aboutmain img {
		min-width: 1193px;
		height: 410px;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -596px;
	}
	.aboutmain .onBox {
		padding: 0 5%;
	}
}
/* ------------------------------
 事業について
------------------------------ */
.activitiesBlock {
	padding: 95px 0 80px;
	background: url(../img/content_bg02.png) no-repeat 0 0;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.activitiesBlock {
		padding: 40px 0;
		background-size: 156px auto;
	}
}

/* ------------------------------
 研究者インタビュー
------------------------------ */
.interviewBlock {
	padding: 95px 0 80px;
	background: url(../img/content_bg03.png) no-repeat right 0;
}
.interviewList li a {
	display: block;
}
.title-interview {
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.interviewer span {
	font-size: 2rem;
}


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.interviewBlock {
		padding: 40px 0;
		background-size: 156px auto;
	}
	
	.title-interview {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.interviewer {
		font-size: 1.2rem;
	}
	.interviewer span {
		font-size: 1.5rem;
	}
}


/* 微調整 */

/* 画像の削除 */
.contentsHome,
.activitiesBlock {
	background-image: none;
	position: relative;
}

/* 重なり順の調整 */
.titleBlock .inblock,
.newsBlock .inblock,
.activitiesBlock .inblock {
	position: relative;
	z-index: 1;
}