  @charset "utf-8";

/* ============================================================
html,body
============================================================ */

html {
	overflow:auto;
}
body {
	overflow: hidden;
	min-width: 1200px;
}

/* ============================================================
misc
============================================================ */

.sp {
	display: none !important;
}

a:hover,
button:hover {
	opacity: 0.75;
	transition: opacity 0.1s ease-in;
}

/* ============================================================
header
============================================================ */

/* aside.skip
-------------------------------------------------------------*/

aside.skip {
	position: relative;
	width: 100%;
	height: 0;
	top: -9999px;
	left: 0;
	z-index: 99999;
	margin: 110px: 
	text-align: center;
	background: #ddd;
	overflow: hidden;
}
aside.skip a {
	color: #000;
}
aside.skip.show {
	height: 30px;
	padding: 8px 0 0;
	top: 0;
	text-align: center;
}

/* header
-------------------------------------------------------------*/

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	min-width: 1200px;
	height: 60px;
	padding: 0 20px;
	background: #fff url(../img/logo.png) no-repeat center center;
}
header.on {
	box-shadow: 1px 0 3px #ddd;
}
header aside {
	display: flex;
}
header p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.25;
	font-size: 1.4rem;
	font-weight: 400;
	color: #0066ff;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
header p a{
    display: block;
    text-decoration: none;
    color: #0066ff;
}
header p strong {
	margin-right: 10px;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}
header p img {
	display: none;
	margin: 0 15px 0 18px;
}
header nav {
	display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
	min-width: 470px;
	margin-left: 300px;
}
header ul {
	display: flex;
	justify-content: space-between;
    margin-right: 20px;
}
header ul a {
	display: block;
	padding: 5px 12px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #0066ff;
	text-decoration: none;
	white-space: nowrap;
}
header ul span:hover {
	opacity: 0.75;
	transition: opacity 0.1s ease-in;
}
header form {
	position: relative;
	display: inline-block;
	margin-left: 14px;
}
header input {
	width: 180px;
	height: 25px;
	padding-left: 1.5em;
	border: solid 2px #999;
	border-radius: 16px;
}
header button {
	position: absolute;
	top: 4px;
	left: 1px;
}

/* search */
.search_btn a{
    position: relative;
    transition: all 0.4s ease;
    color: #0066ff;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 5px 12px;
    font-weight: 900;
    line-height: 1.2;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display:flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 2px solid #0066ff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    font-family: 'Lato','ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic ProN,'メイリオ',Meiryo,sans-serif;
    letter-spacing: 0.05rem;
}
.search_btn a:before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    margin-right: 8px;
    background-image: url(/excellent-researchers/common/img/ico_search.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/* ============================================================
 main
============================================================ */

main {
	line-height: 1.6;
	letter-spacing: 0.1em;
	padding-top: 60px;
}

section {
	opacity: 1;
}
section.show {
	opacity: 1;
	transition: all 0.5s ease-in;
}

/* ============================================================
footer
============================================================ */

footer {
	width: 100%;
	min-width: 1200px;
	font-size: 1.5rem;
}
footer nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background: #65A2FF;
}
footer ul {
	display: flex;
	justify-content: space-between;
	width: 535px;
}
footer ul a,
footer ul span {
	display: block;
	font-size: 1.7rem;
	color: #fff;
	text-decoration: none;
}
footer ul span:hover {
	opacity: 0.75;
	transition: opacity 0.1s ease-in;
}
footer aside {
	width: 100%;
	min-width: 1200px;
	padding: 35px 0 50px;
	text-align: center;
	line-height: 2;
}
footer aside img {
	margin: 30px 0 0;
}

