@charset "UTF-8";

html {
	overflow-y: scroll;
}

body{
	color: #222;
	font-size: 14px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}

a {
	text-decoration: none;
	color: #222;
}
a:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
}

/*==================================================

共通

==================================================*/

.inner {
	width: 1000px;
	margin: 0 auto;
}

/* 見出し
----------------------------------------------*/

.heading {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 5px solid #ccc;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}

.heading::before {
	content: "";
	display: block;
	background: #42318b;
	width: 100px;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.heading span {
	color: #999;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

/* パンクズ
----------------------------------------------*/

#pankuzu {
	background: #fff;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

#pankuzu ul:before {
	content: "";
	display: inline-block;
	background: url(../images/ico_home.png) center center no-repeat;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
}

#pankuzu li {
	display: inline-block;
}

#pankuzu li:before {
	content: "　>　";
}

#pankuzu li:first-child:before {
	display: none
}

#pankuzu li:last-child {
	font-weight: bold;
}

/* タイトル
----------------------------------------------*/

#title {
	background: url("../images/title_bg.png") center center no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 100px 0 80px;
	min-width: 1000px;
}

#title:after {
	position: absolute;
	font-size: 62px;
	line-height: 1;
	bottom: -5px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	opacity: 0.15;
	font-weight: 1000;
}

#title:before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -20px;
	display: block;
}

#title h1,
#title p {
	position: relative;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

/*研究紹介*/

#research #title:before {
	background: url("../images/ico_research.png") center center no-repeat;
	background-size: 40px 40px;
}

/*ニュース*/

#news #title:before {
	background: url("../images/ico_news.png") center center no-repeat;
	background-size: 40px 40px;
}

#news #title:after {
	content: "News";
}

/*招待講演・学会発表*/

#presentation #title:before {
	background: url("../images/ico_presentation.png") center center no-repeat;
	background-size: 40px 40px;
}

#presentation #title:after {
	content: "Presentation";
}

/*論文・出版物*/

#papersAndArticles #title:before {
	background: url("../images/ico_papers-and-articles.png") center center no-repeat;
	background-size: 40px 40px;
}

#papersAndArticles #title:after {
	content: "Papers and Articles";
}

/*メンバー*/

#members #title:before {
	background: url("../images/ico_members.png") center center no-repeat;
	background-size: 40px 40px;
}

#members #title:after {
	content: "Members";
}

/*アクセス*/

#access #title:before {
	background: url("../images/ico_access.png") center center no-repeat;
	background-size: 40px 40px;
}

#access #title:after {
	content: "access";
}

/*==================================================

ヘッダー

==================================================*/

#header .inner {
	height: 100px;
	display: table;
}

#header .logo {
	display: table-cell;
	vertical-align: middle;
	padding-left: 58px;
	position: relative;
	line-height: 1;
}

#header .logo::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url("../images/logo.png") center center no-repeat;
	background-size: 50px 50px;
	top: 50%;
	left: 0;
	margin-top: -25px;
	position: absolute;
}

#header .logo img {
	margin: -2px 0 8px;
}

#header .logo span {
	display: block;
	font-size: 14px;
	color: #999;
}

#header .contact {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

#header .contact a {
	display: inline-block;
	background: #42318b;
	color: #fff;
	padding: 10px 50px;
	border-radius: 1000px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
}

#header .contact a span {
	display: block;
	color: #aca0dd;
	font-size: 12px;
	margin-top: 5px;
}

.subMenu {
	display:table-cell;
	text-align: right;
	vertical-align: middle;
}
.subMenu li {
	display: inline;
	font-weight: bold;
}
.subMenu li:before {
	content: "▼";
	display: inline;
	transform: rotate( -90deg );
	display: inline-block;
	color: #42318b;
	font-size: 8px;
	margin: 7px 5px 0 10px;
	vertical-align:top;
}

/*==================================================

ナビ

==================================================*/

#globalNav ul {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}

#globalNav li {
	border-right: 1px solid #ccc;
	width: 166px;
	text-align: center;
}

#globalNav li:first-of-type {
	width: 164px;
	border-left: 1px solid #ccc;
}

#globalNav li a {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	color: #222;
	line-height: 1;
	font-weight: bold;
}

#globalNav li a span {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	letter-spacing: 1px;
	font-weight: normal;
}

/*==================================================

メインビジュアル

==================================================*/

#mainVisual  {
	display: table;
	width: 100%;
	background: url(../images/main-visual_bg.png) repeat-x center bottom;
	background-size: auto 100%;
}

#mainVisual .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 380px;
	width: 1000px;
	background: url(../images/main-visual.png) no-repeat center bottom;
	background-size: auto 100%;
}

/*==================================================

フッター

==================================================*/

#footer {
	background: #333;
}

#footer .inner {
	display: table;
	margin: 0 auto;
	padding: 60px 0;
}

#footer .inner .l {
	display: table-cell;
	vertical-align: middle;
}

#footer .logo {
	display: table-cell;
	vertical-align: middle;
	padding-left: 42px;
	position: relative;
	line-height: 1;
}

#footer .logo::before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	background: url("../images/logo_white.png") center center no-repeat;
	background-size: 36px 36px;
	top: 50%;
	left: 0;
	margin-top: -18px;
	position: absolute;
}

#footer .logo img {
	margin: 10px 0 6px;
}

#footer .logo span {
	display: block;
	font-size: 12px;
	color: #fff;
}

#footer .inner .r {
	display: table-cell;
	vertical-align: middle;
}

#footer .inner .r ul {
	display: flex;
	color: #fff;
	float: right;
}

#footer .inner .r ul li {
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 1;
}

#footer .inner .r ul li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#footer .inner .r ul a {
	color: #fff;
	font-size: 12px;
}

#footer .copyRight {
	background: #42318b;
	text-align: center;
	color: #fff;
	padding: 35px 0;
}

/*==================================================

我々の研究について

==================================================*/

#about {
	padding: 60px 0;
}

#about .text {
	float: left;
	width: 600px;
}

#about .text p {
	margin-bottom: 20px;
}

#about .text p:last-of-type {
	margin-bottom: 0;
}

#about .image {
	float: right;
	width: 345px;
}

#about .image img {
	width: 100%;
	height: auto;
}

/*==================================================

メンバー

==================================================*/

#members #main {
	background: #fff;
}

.member {
	margin-bottom: 50px;
}

.member:last-child {
	margin-bottom: 0;
}

.member .box {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}

.member .image {
	display: table-cell;
	width: 180px;
	padding-right: 20px;
	vertical-align: middle;
}

.member .info {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: 2px;
}

.member .info .depertment {
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
	color: #42318b;
}

.member .info .name {
	font-size: 32px;	
	font-weight: bold;
	margin-bottom: 15px;
}

.member .info .job {
	font-size: 18px;	
	margin-bottom: 20px;
}

.member .info li {
	display: inline-block;
	background: #42318b;
	padding: 10px 30px;
	border-radius: 1000px;
	color: #fff;
}

/*==================================================

アクセス

==================================================*/

#access #main {
	background: #fff;
}

#access .box {
	margin-bottom: 50px;
}

#access .box:last-child {
	margin-bottom: 0;
}

#access .box iframe {
	width: 100%;
	height: 350px;
	border: 10px solid #ccc!important;
	box-sizing: border-box;
}

#access .box .image {
	width: 55%;
}

#access .box:nth-of-type(odd) .image {
	float: left;
	margin-bottom: 20px;
}

#access .box:nth-of-type(even) .image {
	float: right;
}

#access .box .info {
	width: calc(45% - 50px);
	margin-bottom: 30px;
}

#access .box:nth-of-type(odd) .info {
	float: right;
}

#access .box:nth-of-type(even) .info {
	float: left;
}

/*==================================================

記事一覧

==================================================*/

#main {
	background: #f6f6f6;
	padding: 60px 0;
}

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

.articles article {
	width: 235px;
	margin-right: 20px;
	background: #fff;
	margin-top: 20px;
	overflow: hidden;
	border-radius: 5px;
}

.articles article:nth-child(1),
.articles article:nth-child(2),
.articles article:nth-child(3),
.articles article:nth-child(4) {
	margin-top: 0;	
}

.articles article:nth-child(4n){
	margin-right: 0;
}

.articles .thumbnail {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.articles .thumbnail:hover {
	opacity: 0.7;
}

.articles .thumbnail img {
	width: 100%;
	height: auto;
}

.articles .info {
	padding: 20px 15px;
}

.articles .table {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

.articles .table .category {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.articles .table .category span {
	background: #42318b;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	border-radius: 100px;
	padding: 5px 5px;
	line-height: 1;
}

.articles .info .time {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	letter-spacing: 0;
}

.articles .jp {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.read {
	border-top: 1px solid #ccc;
	padding: 10px 10px 20px;
}

.read p {
	position: relative;
	padding-left: 30px;
}

.read p:before {
	position: absolute;
	top: 15px;
	left: 6px;
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	background: url("../images/ico_read.png");
	background-size: 15px 16px;
}

.read a {
	color: #42318b;
	font-weight: bold;
	line-height: 1;
	font-size: 15px;
}

.read a span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}

/*==================================================

詳細

==================================================*/

/* 詳細ヘッダー
----------------------------------------------*/

.detailHeader {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.detailHeader .title {
	display: table-cell;
	vertical-align: middle;
}

.detailHeader .title h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

.detailHeader .title time {
	color: #999;
}

.detailHeader .language {
	width: 200px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.detailHeader .language div {
	overflow: hidden;
	border-radius: 5px;
	background: #ccc;
	display: inline-block;
	font-weight: bold;
}

.detailHeader .language p {
	display: inline-block;
	padding: 5px 13px;
	background: #42318b;
	color: #fff;
}

.detailHeader .language a {
	display: inline-block;
	padding: 5px 13px;
	color: #ccc;
	background: #fff;
}

/* 詳細本文
----------------------------------------------*/

.detailContent {
	background: #fff;
	border-top: 5px solid #42318b;
	padding: 50px;
	border-radius: 5px;
	margin-bottom: 60px;
}

.detailFooter {
	margin-top: 50px;
}

.detailFooter .images {
	margin-bottom: 50px;
	text-align: center;
	display: flex;
	width: 100%;
}

.detailFooter .images ul {
	width: 100%;
}

.detailFooter .images li {
	display: inline-block;
	width: 40%;
	margin-top: 0px;
	vertical-align: top;
	font-weight: bold;
}

.detailFooter .images li p {
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

.detailFooter .images li p img {
	width: 100%;
	height: auto;
}

.detailFooter .images li:hover {
	opacity: 0.7;
}

.detailFooter .images p {
	display: inline-block;
	margin: 20px 10px 0;
}

.detailFooter .images li:nth-child(1),
.detailFooter .images li:nth-child(2){
	margin-top: 0;
}

.detailFooter table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}

.detailFooter table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
    width: 0;
    white-space: nowrap;
	padding: 10px 15px;
	background: #f6f6f6;
	line-height: 1;
}

.detailFooter table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	padding: 10px 15px;
}

.detailFooter table th span {
	display: inline-block;
	border-left: 1px solid #ccc;
	color: #999;
	margin-left: 10px;
	padding-left: 10px;
}

.back {
	text-align: center;
}

.back a {
	border: 1px solid #ccc;
	border-radius: 1000px;
	padding: 13px 70px;
	display: inline-block;
	margin: 0 auto;
	line-height: 1;
	font-size: 16px;
}

.back a span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.detailBody h1 {
	font-weight: bold;
	font-size: 36px;
	margin: 0 0 30px;
	line-height: 1.3;
}

.detailBody h2 {
	font-weight: bold;
	font-size: 28px;
	margin: 0 0 20px;
	background: #42318b;
	padding: 10px 15px;
	color: #fff;
	line-height: 1.2;
	border-radius: 5px;
}

.detailBody h3 {
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 20px;
	border-left: 5px solid #42318b;
	line-height: 1.2;
	padding: 5px 10px 10px;
	border-bottom: 1px solid #ccc;
}

.detailBody h4 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px;
	border-bottom: 2px solid #ccc;
	padding: 5px 0;
	line-height: 1.2;
}

.detailBody h5 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 5px 10px;
	line-height: 1.2;
	border: 1px solid #ccc;
}

.detailBody h6 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px;
}

.detailBody p {
	line-height: 1.5;
	font-size: 14px;
	margin: 0 0 20px;
}

.detailBody strong,
.detailBody b{
	font-weight: bold;
}

.detailBody em,
.detailBody i {
	font-style: italic;
}

.detailBody ul {
	list-style: outside;
	margin: 0 0 20px 20px;
}

.detailBody ol {
	list-style: outside;
	margin: 0 0 20px 20px;
	list-style-type: decimal;
}

.detailBody blockquote {
	position: relative;
	margin: 0 0 20px;
	padding: 20px 50px;
	background: #f6f6f6;
}

.detailBody blockquote:before,
.detailBody blockquote:after{
	position: absolute;
	font-size: 40px;
	opacity: .1;
	color: #000;
	line-height: 1;
}

.detailBody blockquote:before{
	top: 5px;
	left: 20px;
	content: '“';
}

.detailBody blockquote:after{
	bottom: -15px;
	right: 20px;
	content: '”';
}

.detailBody img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.detailBody .aligncenter {
	text-align: center;
}

.detailBody .alignleft {
	text-align: left;
}

.detailBody .alignright {
	text-align: right;
}

.detailBody img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.detailBody img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.detailBody img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.detailBody .iframeWrap {
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
    overflow: hidden;
}

.detailBody .iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.detailBody blockquote p:last-child {
	margin: 0!important;
}



.page #main {
	background: #fff;
}

#index #main {
	background: #f6f6f6;
}

.wp-pagenavi {/* 全体 */
    margin: 20px 0;
    font-size: 12px;
}
.wp-pagenavi a {/* フォント色 */
    color: #42318b;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #fff;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #42318b;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #42318b;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}

@media screen and (max-width: 1000px) {
	.moreArticle {
		display: none;
	}	
	.viewMore {
		text-align: center;
		position: absolute;
		bottom: 0px;
		width: 100%;
	}
	.viewMore span {
		border: 1px solid #ccc;
		display: block;
		padding: 5px 50px;
		margin: 30px auto 0;
		background: #fff;
		border-radius: 5px;
		font-weight: bold;
	}
	.viewMore span:hover {
		opacity: 0.7;
		cursor: pointer;
	}
	.mainInner {
		
		position: relative;
		padding-bottom: 70px;
	}
	
}

.prev-arrow {
	position: absolute;
	left: -20px;
	top: 50%;
	width: 40px!important;
	height: 40px!important;
	margin-top: -20px;
	z-index: 20;
	cursor: pointer;
}

.next-arrow {
	position: absolute;
	right: -20px;
	top: 50%;
	width: 40px!important;
	height: 40px!important;
	margin-top: -20px;
	z-index: 20;
	cursor: pointer;
}

/*==================================================

MV動画

==================================================*/

.movieBox {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 10px;	
}
.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movieBox video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.mainMovie {
	margin: 0 auto;
	padding: 30px;
	max-width: 1000px;
	position: relative;
}
.mainMovie:before {
	content: "";
	display:block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.mainMovie.full {
	max-width: 100%;
	padding: 0;
}

.mainMovie.full .movieBox {
	border-radius: 0;
}

@media screen and (max-width: 1000px) {
	.mainMovie {
		padding: 0 10px 10px;
	}		
}

/*==================================================

SNS

==================================================*/

.mnSns {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;					
}
.mnSns li {
	display: inline-block;
	width: 40px;
	margin: 30px 10px 0;
}