@charset "utf-8";
@import "reboot.css";
html {
  overflow-y: scroll;
  width: 100%;
}
body {
  color: #000;
  font-size: 15px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  background-color: #e1e3e0;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
a:link, a:visited {
  color: #060a51;
  text-decoration: underline;
}
a:active, a:hover {
  color: #060a51;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
/* header */
#headerWrapper {
  width: 100%;
  margin: 0 0 32px;
  background: #060a51;
}
header {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header img {
  width: 234px;
  margin: 0 80px 0 0;
}
header h1 {
  margin: 0;
  padding: 0;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
#lang {
	width: 86px;
}
#lang img {
	width: 100%;
}
/* nav */
nav {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  border: 2px solid #e6aa6e;
}
.menu {
  margin: 0;
  padding: 0 5px;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
.menu li {
  margin: 0;
  padding: 0;
}
.menu li a {
  padding: 14px 15px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #060a51;
  display: block;
}
/* footer */
footer {
  background: #060a51;;
  width: 100%;
  color: #fff;
  padding: 13px 0;
  font-size: 12px;
}
/* ページトップへ戻る */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 45px;
  padding: 15px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  clear: both;
  opacity: .7;
}
#page-top:hover {
  opacity: .8;
}
.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-left-color: #fff;
  border-top-color: #fff;
  top: 20px;
  left: 26px;
  transform: rotate(45deg);
}
@media print {
  #page-top {
    display: none;
  }
}
#mainvisual {
	width: 1200px;
	margin: 0 auto 55px;
}
#mainvisual img {
	width: 100%;
}
main.top {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
aside {
	width: 245px;
	margin: 0;
}
#contact {
	width: auto;
	padding: 40px 20px 15px;
	background-color: #060a51;
	border-left: 5px solid #e6aa6e;
	color: #FFF;
	text-align: left;
	line-height: 1.3em;
	font-size:13px;
}
.contactTitle {
	font-size: 15px;
	font-weight: 700;
}
#banner {
	width: 100%;
}
#banner ul {
	width: 100%;
	margin: 27px auto 10px;
	padding: 0 0 20px;
	justify-content: center;
	list-style: none;
}
#banner ul li {
	width: 245px;
	margin: 0 0 18px;
	padding: 0;
}
#banner ul li img {
	width: 100%;
}
#topics {
  width: 915px;
  padding: 25px 0 0;
  margin: 0 0 60px;
  background-color: #fff;
  text-align: left;
  border: 2px solid #060a51;
}
#topics h2 {
  margin: 10px 25px 15px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}
#topics dl {
  margin: 10px auto;
  height: 400px;
  padding: 0 25px;
  list-style: none;
  overflow: auto;
  color: #060a51;
  line-height:1.4;
}
#topics dl dt {
  margin: 10px 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
}
#topics dl dd {
  margin: 0 0 15px;
  padding: 0;
}
/* main */
#contentsVisual {
  width: 100%;
  margin: 78px auto 35px;
  height: 498px;
  background-attachment: fixed;
  background-position: center 78px;
  background-repeat: no-repeat;
  padding: 0 0 60px;
}
#contentsVisual.team {
  background-image: url("../image/image01.jpg");
  background-size: 2166px 498px;
}
#contentsVisual.contact {
  background-image: url("../image/image05.jpg");
  background-size: 2714px 498px;
}
#contentsVisual.join {
  background-image: url("../image/image09.jpg");
  background-size: 1568px 498px;
}
#contentsVisual.publications {
  background-image: url("../image/image13.jpg");
  background-size: 1831px 498px;
}
#contentsVisual.research {
  background-image: url("../image/image15.jpg");
  background-size: 1604px 498px;
}
#mainWrapper {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
main.contents {
  width: 1200px;
  min-height: 560px;
  text-align: left;
  margin: 0 auto 35px;
  padding: 35px 0 55px;
  background-color: #FFF;
}
#mainWrapper h1 {
  width: 1200px;
  margin: 0 auto 20px;
  padding: 20px 0 20px 30px;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  color: #060a51;
  border-left: 10px solid #e6aa6e;
}
main.contents h2 {
  margin: 30px 30px 25px;
  padding: 11px 20px 10px;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  background-color: #060a51;
  color: #fff;
}
main.contents h3 {
  margin: 30px 40px 15px;
  padding: 5px 10px 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  clear: both;
  color: #424242;
  border-bottom: 2px solid #e6aa6e;
}
main.contents h4 {
  margin: 20px 55px 10px;
  padding: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  color: #5d5d5d;
}
main.contents p {
  margin: 5px 60px;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 5px 10px 5px 50px;
  padding: 0;
}
main.contents ul li {
  list-style: none;
  padding: 2px 0 2px 16px;
  margin: 0 0 0 7px;
  position: relative;
}
main.contents ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #060a51;
}
main.contents ul ul {
  margin: 0 0 3px;
}
main.contents ul ul li {
  list-style: disc;
  padding: 2px 0;
  margin: 0 0 0 15px;
}
main.contents ul ul li::before {
  display: none;
}
main.contents ul ul ul li {
  list-style: circle;
}
main.contents ol {
  margin: 5px 10px 5px 75px;
  padding: 0;
}
main.contents ol li {
  margin: 0;
  padding: 2px 0;
}
main.contents ol li ol {
  margin: 5px 0 0 20px;
}
/* table */
table {
  padding: 0;
  margin: 15px auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}
table th {
  padding: 7px 10px 5px;
  text-align: left;
  background-color: #060a51;
  border: none;
  font-weight: 900;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #060a51;
}
@media all and (-ms-high-contrast:none) {
  table th {
    padding: 9px 5px 3px;
  }
  table td {
    padding: 9px 5px 3px;
  }
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
/* figure */
figure {
  margin: 30px 45px;
}
figure.center {
  margin: 30px auto;
}
figure.fr {
  float: right;
  margin: 0 45px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 45px;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  font-size: 0.85em;
  line-height: 1.1;
  padding: 0 5px;
  text-align: left;
}
hr {
  border: 0;
  height: 1px;
  margin: 35px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #060a51, #fff);
}
/* utility */
a[target="_blank"] {
  background: url(../image/ic_blank.png) right no-repeat;
  padding-right: 22px;
  background-size: 18px 17px;
}
a[href$=".pdf"] {
  background: url(../image/ic_pdf.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat !important;
  padding-right: 24px !important;
  background-size: 20px 18px !important;
}
.no_icon {
  background-image: none !important;
  padding-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.85em;
}
blockquote {
  margin: 5px 0 5px 15px;
}
/* プロジェクト紹介 */
.stripe {
  border-collapse: collapse;
  border: none;
  width: 90%;
}
.stripe td {
  border: none;
  padding: 10px 10px 9px;
}
.stripe tr {
  background: #f1f0f0;
}
.stripe tr:nth-child(even) {
  background: #fcfcfc;
}
/* イベント */
main.contents dl {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0 0;
	list-style: none;
	text-align: left;
}
main.contents dl dt {
	width: 180px;
	margin: 8px 0 0;
	padding: 2px 8px;
	float: left;
	clear: left;
	font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
main.contents dl dd {
	margin: 0 10px 15px 180px;
	padding: 2px 0;
}