  @charset "utf-8";

/* ============================================================
common
============================================================ */

section {
	position: relative;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.link_no{
	pointer-events: none;
}

/* ============================================================
index
============================================================ */

/* .mv */

.index .mv {
	width: 100%;
	height: 740px;
	background: url(/excellent-researchers/img/index_mv_bg.jpg) no-repeat center center;
	background-size: cover;
}
.index .mv h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 50%;
	letter-spacing: 0.2em;
	font-size: 5rem;
	font-weight: 500;
	color: #0066ff;
}
.index .mv h1 span {
	margin-top: 10px;
	letter-spacing: 0.05em;
	font-size: 2.8rem;
	font-weight: 300;
}
.index .mv dl {
	height: 50%;
	text-align: center;
	background: rgba(0,102,255,.5);
	color: #fff;
}
.index .mv dt {
	padding: 30px 0 40px;
	font-size: 2.7rem;
	letter-spacing: 0.4em;
}
.index .mv dd {
	line-height: 2;
	font-size: 2rem;
	font-weight: 300;
}
.index .mv p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	text-align: center;
}
.index .mv p a {
	display: inline-block;
	margin: 0 0 25px;
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
}

/* .mv_sec */
.mv_sec{
    width: 100%;
    min-width: 1200px;
}
.mv_slide{
    margin: 0 auto;
    max-width: 1400px;
}
.mv_item{
    position: relative;
    
}
/*.mv_item{
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
     background-attachment: fixed;
    background-position: top center;
}
.mv_item:first-of-type{
    background-image: url(/excellent-researchers/img/mv_slide01.jpg);
}
.mv_item:nth-of-type(2){
    background-image: url(/excellent-researchers/img/mv_slide02.jpg);
}
.mv_item:nth-of-type(3){
    background-image: url(/excellent-researchers/img/mv_slide03.jpg);
}*/
.mv_item img{
    width: 100%;
    height: auto;
    display: block;
}
.mv_sec .slick-slide{
    /*height: 720px;*/
}
.mv_item .mv_ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    letter-spacing: 0.2em;
    line-height: 1.5;
	font-size: 5.0rem;
	font-weight: 500;
	color: #0066ff;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.mv_item.item2 .mv_ttl{
    color: #B2D1FF;
    top: 58%;
    left: 50%;
    -ms-transform: translate(-50%,-41%);
    -webkit-transform: translate(-50%,-41%);
    transform: translate(-50%,-41%);
}
.mv_item .mv_ttl span{
    margin-top: 10px;
	letter-spacing: 0.05em;
	font-size: 2.8rem;
	font-weight: 300;
    display: block;
}

.top_lead_area{
    background-color: #3485FF;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: -2px;
    text-align: center;
}
.top_lead_area .top_lead{
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 1.0rem;
    font-weight: bold;
    color: #fff;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.top_lead_area .top_lead p{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 2.0;
    letter-spacing: normal;
    color: #fff;
    margin-top: 20px;
}



#member_area .notes {
    font-size: 1.5rem;
}

/* main */

.main .pamphlet {
	position: absolute;
	top: -15px;
	right: 0;
}
.main .pamphlet::after {
	content: url(/excellent-researchers/common/img/icon_pdf.png);
	position: relative;
	top: 14px;
	margin-left: 5px;
}
.main .pamphlet a {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #666;
	text-decoration: none;
	border-bottom: dotted 1px #666;
}
.main h2 {
	margin: 50px 0 30px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
}
.main dl {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}
.main dl > div {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 600px;
	height: 300px;
	padding: 0 0 0 310px;
	background: #65A2FF;
}
.main dl > div:nth-of-type(4n),
.main dl > div:nth-of-type(4n-1) {
	padding: 0 310px 0 0;
	text-align: right;
}
.main dl > a{
    display: flex;
	flex-direction: column;
	position: relative;
	width: 600px;
	height: 300px;
	padding: 0 0 0 310px;
	background: #65A2FF;
    text-decoration: none;
    color: #fff;
}
.main dl > a:nth-of-type(4n),
.main dl > a:nth-of-type(4n-1) {
	padding: 0 310px 0 0;
	text-align: right;
}
.main dt {
	order: 2;
	margin-bottom: 14px;
	line-height: 1.2;
	font-size: 2.4rem;
}
.main dt span {
	display: block;
	margin-bottom: 8px;
	font-weight: 300;
	font-size: 1.4rem;
	letter-spacing: -0.01em;
}
.main dd:nth-child(2) {
	order: 3;
	font-size: 1.5rem;
	font-weight: 300;
}
.main dd:nth-child(3) {
	display: flex;
	align-items: center;
	order: 1;
	height: 160px;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: -0.02em;
}
.main dd:nth-child(3) small {
	font-size: 1.5rem;
}
.main dd:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	order: 4;
}
.main dd:nth-child(4) img{
    max-width: 300px;
    height: auto;
}

.main dd:nth-child(4)::after {
	content: url(/excellent-researchers/common/img/icon_arrow_L.png);
	position: absolute;
	top: 135px;
	left: 270px;
}
.main dl > div:nth-of-type(4n) dd:nth-child(3),
.main dl > div:nth-of-type(4n-1) dd:nth-child(3) {
	justify-content: flex-end;
}
.main dl > div:nth-of-type(4n) dd:nth-child(4),
.main dl > div:nth-of-type(4n-1) dd:nth-child(4) {
	left: 300px;
}
.main dl > div:nth-of-type(4n) dd:nth-child(4)::after,
.main dl > div:nth-of-type(4n-1) dd:nth-child(4)::after {
	content: url(/excellent-researchers/common/img/icon_arrow_R.png);
	left: 0;
}
.main dl > a:nth-of-type(4n) dd:nth-child(3),
.main dl > a:nth-of-type(4n-1) dd:nth-child(3) {
	justify-content: flex-end;
}
.main dl > a:nth-of-type(4n) dd:nth-child(4),
.main dl > a:nth-of-type(4n-1) dd:nth-child(4) {
	left: 300px;
}
.main dl > a:nth-of-type(4n) dd:nth-child(4)::after,
.main dl > a:nth-of-type(4n-1) dd:nth-child(4)::after {
	content: url(/excellent-researchers/common/img/icon_arrow_R.png);
	left: 0;
}
div.mcelwain dd:nth-child(3) {
	height: 140px;
}
div.kato dd:nth-child(3) {
	font-size: 1.7rem;
}
div.shibata dd:nth-child(3) {
	font-size: 1.7rem;
}

/* main */

dl.inquire {
	margin: 65px 0 65px;
	text-align: center;
}
dl.inquire dt {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2rem;
	color: #0066ff;
}
dl.inquire dd {
	line-height: 2.4;
	font-size: 1.5rem;
}
dl.inquire dd a {
	font-size: 2rem;
	color: #0066ff;
	text-decoration: none;
}

/* accordion */
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #4D4D4D;
  background: #fff;
  border-bottom: 3px solid #3485ff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #89B1EE;
  color: #4D4D4D;
}
.accordion-container .accordion-title.open{
    background-color: #89B1EE;
    border-bottom: none;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  background-color: #89B1EE;
  color: #4D4D4D;
}

.accordion-title{
    text-align: center;
}
.accordion-title span{
  position: relative;
}
.accordion-title span:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 32%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #4D4D4D;
  border-right: solid 3px #4D4D4D;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-title.ttl_2line{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.accordion-title small{
	font-size: 1.3rem;
	display: inline-block;
	padding-left: 45px;
	line-height: 1.3;
}

.accordion-content {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 30px;
}



/* menber */
section.menber{
    width: 100%;
    margin: 0 auto;
}
section.menber .pamphlet{
    position: static;
    text-align: right;
    margin-bottom: 20px;
}

/* member
-------------------------------------------------------------*/
#member{
    
}
/* Modal Window */
#layer_board_area {
	display: none;
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 3vw;
    overflow-y: auto;
    box-sizing: border-box; /*スクロールバーを非表示*/
    -ms-overflow-style: none; /*スクロールバーを非表示*/
    scrollbar-width: none; /*スクロールバーを非表示*/
    z-index: 2;
}
#layer_board_area::-webkit-scrollbar {
	display:none; /*スクロールバーを非表示*/
}
.layer_board_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background: #000;
	z-index: 0;
}
/* --modalWindow ポップアップ部分-- */
.layer_board {
	display: none;
	position: relative;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: calc(70 / 1280 * 100vw) !important;
	box-sizing: border-box;
	background: rgba(39,126,255,0.9);
	z-index: 10;
}
.layer_board.shortLayer {
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
	position: absolute;
	top: 20px;
	right: 20px;
    color: #fff;
    cursor: pointer;
    border: none;
    opacity: 1;
	width: 40px;
	height: 40px;
    transition: all 0.2s ease-in-out;
}
.layer_board .mdl_btn_close.circle_btn:after{
    background: #fff;
    transform: rotate(45deg);
}
.layer_board .mdl_btn_close.circle_btn:before{
    transform: rotate(-45deg);
    background: #fff;
}
.layer_board .mdl_btn_close.circle_btn:before, .layer_board .mdl_btn_close.circle_btn:after{
    display: block;
    content: " ";
    position: absolute;
    top: 12px;
    left: 16px;
    width: 1px;
    height: 20px;
    transition: background 0.2s ease-in-out;
}
.layer_board .mdl_btn_close.circle_btn span{
    position:absolute !important;
    clip:rect(1px 1px 1px 1px);
    clip:rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height:1px !important;
    width:1px !important;
    overflow:hidden
}
.layer_board .mdl_btn_close.circle_btn:hover {
	opacity: 0.7;
}
/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
	display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}
/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
	display: block;
    position: relative;
    width:160px;
    margin: 0 auto;
    padding: 10px;
    border:2px solid #111;
    border-radius: 2px;
    font-size: 1.2em;
    font-weight: 300;
    color: #111;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .15s;
}
.layer_board .square_btn:hover {
	background: #111;
	color: #fff;
}
#select{
    width: 100%;
    font-size: 1.4rem;
    color: #fff;
}
#select .titleArea h2{
    font-size: 2.4rem;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 30px;
    padding-bottom: 5px;
}
#select .titleArea h2::before{
    content: '';
    display: inline-block;
    text-decoration: inherit;
    width: 23px;
    height: 26px;
    background-image: url(/excellent-researchers/member/img/ttl_searchico.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    text-align: center;
    margin-right: 10px;
    margin-bottom: -2px;
}
#select dl{
    margin-top: calc(30 / 1280 * 100vw);
    width: 48%;
    -webkit-flex-direction:vertical;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
}
#select dl.block_l{
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-flex-direction:horizontal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#select dl.block_l .block_l_inner{
    width: 48%;
    height: auto;
    display: block;
    background: none;
    padding: 0;
}
#select dl.block_l .block_l_inner:first-of-type{
    margin-right: 15px;
}
#select dl.block_l .block_l_inner dd ul li{
    width: 100%;
}
#select dl dt{
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
#select dl dt span{
    font-size: 1.8rem;
    font-weight: bold;
}
#select input[type="checkbox"] + span{
    position: relative;
}
#select input[type="checkbox"] + span:before{
    content:"";
    width:15px;
    height:15px;
    background: url(/excellent-researchers/member/img/icon_check_off.svg) no-repeat center center;
    display:inline-block;
    margin-right:10px;
    margin-bottom: 2px;
    transform:translateY(0.2em)
}
#select input[type="checkbox"]:checked + span:before{
    content:"";
    width:15px;
    height:15px;
    background:url(/excellent-researchers/member/img/icon_check_on.svg) no-repeat center center;
    background-size: contain;
    display:inline-block;
    margin-right:10px;
    margin-bottom: 2px;
    transform:translateY(0.2em);
}
#select dl dd{
    padding-left: 2.5rem;
}
#select dl dd ul{
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
}
#select dl dd ul li{
    margin-top: calc(10 / 1280 * 100vw);
    width: 48%;
}
#select dl dd ul li.label_l{
    width: 100%;
}
.bl_inner{
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#select input[type="checkbox"]{
    display: none;
    opacity: 0;
    appearance: none;
    position: absolute;
}
#select input[type="checkbox"] + span{
    position: relative;
}
#select input[type="checkbox"] + span:before{
    content:"";
    width: 15px;
    height: 15px;
    background: url(/excellent-researchers/member/img/icon_check_off.svg) no-repeat center center;
    display:inline-block;
    margin-right:10px;
    transform:translateY(0.2em)
}
.layer_board .btn_area{
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 50px;
}
.layer_board .btn_area a{
    width: 180px;
    display: block;
    color: #2876eb;
    background-color: #fff;
    font-size: 2.0rem;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    padding: 10px 15px;
    border: 3px solid #fff;
    transition: all 0.3s ease-out;
    border-radius: 5px;
}
.layer_board .btn_area a:hover{
    border: 3px solid #65a2ff;
}
.layer_board .btn_area a:first-of-type{
    margin-right: 20px;
}
.layer_board .btn_area .clear_btn{
    cursor: pointer;
}
@media screen and (max-width:480px) {
	.layer_board {
		width: 90%;
		margin: 3em auto;
		padding: 1.5em;
	}
	.layer_board .mdl_btn_close.circle_btn {
		width: 26px;
		height: 26px;
		background-size: 14px;
	}
}
.index_btn{
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-box-pack: start;
   -ms-flex-pack: start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
    padding: 20px;
    
}
.index_btn .search_btn, .clear_btn{
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #0066ff;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    padding: 10px 15px;
    border: 2px solid #0066ff;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.index_btn .search_btn{
    margin-right: 15px;
}
.index_btn .search_btn:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-right: 8px;
    background-image: url(/excellent-researchers/common/img/ico_search.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.index_btn .search_btn:hover{
    opacity: 0.7;
}
#staff_list .inner ul li{
    width: 25%;
    padding:calc(5 / 1280 * 100vw);
    display:none
}
/* staff_list */
#staff_list .inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#staff_list .inner ul{
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#staff_list .inner ul li{
    width: 25%;
    box-sizing: border-box;
}
#staff_list .inner ul li.selected{
    display:block
}
#staff_list .inner ul li a{
    display: block;
    height: 100%;
    background: #65A2FF;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease;
    position: relative;
}
#staff_list .inner ul li a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 0 #65A2FF inset;
    transition: all 0.4s ease;
}
#staff_list .inner ul li a:hover::before, #staff_list .inner ul li a:focus::before{
    box-shadow: 0 0 0 10px #65A2FF inset;
}
#staff_list .inner ul li a > div{
    height: 100%;
}
#staff_list .inner ul li a img{
    max-width: 100%;
    height: auto;
}
#staff_list .inner ul li a > div .text{
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-flex-direction:vertical;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    padding: 15px 15px 20px;
    background: #65A2FF;
    font-size: 500;
    height: 268px;
}
#staff_list .inner ul li a > div .text .read{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    height: 82px;
}
#staff_list .inner ul li a > div .text .name_area{
    
}
#staff_list .inner ul li a > div .text .name_area .name_en{
    margin-bottom: 0px;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
}
#staff_list .inner ul li a > div .text .name_area .name{
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 2.4rem;
    letter-spacing: -0.15rem;
}
#staff_list .inner ul li a > div .text .name_area .cl_name, #staff_list .inner ul li a > div .text .name_area .position{
    font-size: 1.5rem;
}

/* article
-------------------------------------------------------------*/
.article .inner{
    width: 98%;
    max-width: 1200px;
     margin-left: auto;
    margin-right: auto;
}
.article_3col{
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 100px;
}
.article_3col .article_first, .article_3col .article_second {
    width: 31%;
}
.article_3col .article_third{
    width: 33%;
}
.article_3col .article_first .name_area{
    margin-bottom: 15px;
}
.article_3col .article_first .name_area .name_en{
    font-size: 1.6rem;
    margin-bottom: 3px;
}
.article_3col .article_first .name_area .name{
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.15rem;
    margin-bottom: 5px;
}
.article_3col .article_first .name_area .position{
    font-size: 1.8rem;
}
.article_3col .article_first .img_area img{
    max-width: 100%;
    height: auto;
}
.article_3col .article_second .lead_txt{
    font-weight: bold;
    font-size: 2.4rem;
    color: #0066FF;
    margin-bottom: 20px;
}
.article_3col .article_second .txt{
    font-size: 1.6rem;
    line-height: 1.75;
}
.article_3col .article_third dl div{
    margin-bottom: 20px;
}
.article_3col .article_third dl div dt{
    font-weight: bold;
    color: #0066FF;
    font-size: 1.4rem;
}
.article_3col .article_third dl div.theme dd{
    font-weight: bold;
}
.article_3col .article_third table{
    border: none;
}
.article_3col .article_third .career_table th{
    width: 25%;
	min-width: 97px;
    text-align: left;
    vertical-align: top;
    padding-right: 15px;
}
.article_3col .article_third .career_table td{
	width: 75%;
    text-align: left;
    vertical-align: top;
}
.article_3col .article_third .career_table th, .article_3col .article_third .career_table td{
    padding-bottom: 8px;
}
.article_3col .article_third .award_table th{
    width: 21%;
    text-align: left;
    padding-right: 10px;
    vertical-align: top;
}
.article_3col .article_third .award_table td{
	width: calc(79% - 10px);
    text-align: left;
    vertical-align: top;
}
.article_3col .article_third .award_table th, .article_3col .article_third .award_table td{
    padding-bottom: 8px;
}

/* message
-------------------------------------------------------------*/
section.message{
    width: 100%;
    margin: 0 auto;
}
.message .message_kv{
    width: 100%;
    height: 500px;
    background-image: url(/excellent-researchers/message/img/gonokami_003.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    
}
.message .message_kv .message_kv_inner{
    width: 95%;
    max-width: 1100px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.message .message_kv .message_ttl{
    font-weight: bold;
    color: #0066FF;
    font-size: 2.8rem;
    letter-spacing: 3px;
}
.message .message_kv .message_ttl span{
    font-size: 2.2rem;
}
.message .message_kv .message_kv_inner .message_lead{
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    font-size: 3.0rem;
    color: #0066FF;
    line-height: 1.5;
}
.message .message_kv .message_kv_inner .message_name{
    position: absolute;
    bottom: 8%;
    left: 0;
    -ms-transform: translate(0%,-8%);
    -webkit-transform: translate(0%,-8%);
    transform: translate(0%,-8%);
    color: #000;
    line-height: 1.5;
}
.message .message_kv .message_kv_inner .message_name .name_en{
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
}
.message .message_kv .message_kv_inner .message_name .name{
    font-size: 3.0rem;
    margin-bottom: 0px;
}
.message .message_kv .message_kv_inner .message_name .position{
    font-size: 1.6rem;
    letter-spacing: -0.02em;
}
.message .inner{
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.message .message_txt_area{
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 40px;
}
.message .message_txt_area .txt{
    width: 48%;
    line-height: 1.8;
    font-size: 1.6rem;
	letter-spacing: 0.05em;
}

/* about
-------------------------------------------------------------*/
section.about{
    width: 100%;
    margin: 0 auto;
}
.about .about_kv{
    width: 100%;
    height: 340px;
    background-image: url(/excellent-researchers/about/img/ttl_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    
}
.about .about_kv .about_kv_inner{
    width: 95%;
    max-width: 1100px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.about .about_kv .about_ttl{
    font-weight: bold;
    color: #0066FF;
    font-size: 2.8rem;
    letter-spacing: 3px;
}
.about .about_kv .about_ttl span{
    font-size: 2.2rem;
}
.about .inner{
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.about .inner_sec{
    margin-bottom: 100px;
}
.about .inner_sec:last-of-type{
    margin-bottom: 150px;
}
.about h2{
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.5;
    color: #0066FF;
    text-align: center;
    margin-bottom: 50px;
}
.about h2 span{
    font-size: 3.0rem;
}

.about .about_list{
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about .about_list li{
    width: 31%;
}

.about .about_list li .img_area{
    margin-bottom: 15px;
}
.about .about_list li .img_area img{
    max-width: 100%;
}
.about .about_list li .txt_area{
    font-size: 1.6rem;
    line-height: 1.7;
}
