@charset "utf-8";
/* スマートフォンデザインをベースに */
/* =======================================

	base styles

========================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック Medium", YuGothic,YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	color: #333;
	background: rgba(250,250,250,1);
	text-align: center;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
}
ul {
	padding-left: 20px;
}
nav ul {
	padding: 0;
	margin: 0;
}
nav ul li {
	list-style: none;
}
a {
	color: rgba(206,125,126,1);
	text-decoration: underline;
    -webkit-transition: .3s ease-in-out 0s;
    transition: .3s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
}
a img {
    -webkit-transition: .3s ease-in-out 0s;
    transition: .3s ease-in-out 0s;
}
a:hover img {
	opacity: .8;
}
.imageVariableFull {
	width: 100%;
	height: auto;
}
.imageVariable50 {
	width: 100%;
	max-width: 490px;
	height: auto;
}
.linkAngle {
	display: inline;
	padding-left: 12px;
	position: relative;
}
.linkAngle::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.2rem;
	content: '\f105';
}
.linkArrowCircle {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.linkArrowCircle::before {
	position: absolute;
	top: 50%;
	left: 0;
  transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.4rem;
	content: '\f0a9';
}
.linkExternal,
.linkPdf {
	display: inline;
}
.linkExternal::after {
	display: inline-block;
	margin-left: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 1.0rem;
	content: '\f2d2';
}
.linkPdf::after {
	display: inline-block;
	margin-left: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 1.6rem;
	content: '\f1c1';
	color: #f00;
}
/*IE擬似要素対策：アイコンつきテキストリンクのアンダーラインを削除*/
_:-ms-fullscreen,
:root .linkAngle,
:root .linkExternal,
:root .linkPdf {
	text-decoration: none;
}
.wrapper {
	box-sizing: border-box;
	background: rgba(250,250,250,1);
	position: relative;
	min-width: auto;
	padding: 0;
	top: 150px;
	left: auto;
}
.contents {
	width: auto;
	margin: 0 auto 30px;
	padding-top: 40px;
	overflow: hidden;
	text-align: left;
	font-size: 1.6rem;
  line-height: 1.8;
}
.contentOneCol,
.main,
.sub {
	width: auto;
	margin: 0 13px 20px;
}
.sub {
	padding-top: 0;
}
.contents section {
	margin: 0 0 50px;
}
section p {
	margin: 0 0 20px;
}
section p:last-child {
	margin: 0;
}
section .sectionChild {
	margin: 0 0 50px;
}
section .sectionGrandChild {
	margin: 0 0 20px;
}
section .sectionChild:last-child,
section .sectionChild .sectionGrandChild:last-child{
	margin: 0;
}
section sup {
	font-size: 1.2rem;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
section sub {
	font-size: 1.2rem;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}
.textLeft01 {
	width: auto;
}
.imageHalfRight01,
.imageHalfRight02 {
	box-sizing: border-box;
}
.imageHalfRight01 {
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
}
.imageHalfRight02 {
	margin: 0 auto;
	width: auto;
}
.imageHalfCenter01 {
	width: 100%;
	max-width: 350px;
	margin: 0 auto 20px;
}
.imageHalfRight01 figcaption,
.imageHalfRight02 figcaption,
.imageHalfCenter01 figcaption {
	font-size: 1.2rem;
	text-align: center;
}
.imageVariable01 img,
.imageHalfRight01 img,
.imageHalfRight02 img,
.imageHalfCenter01 img {
	width: 100%;
	height: auto;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
header i,
.wrapper .contents i {
	font-size: 1.0rem;
}
.siteTitle {
    /*background: rgba(0,0,0,0.3);*/
	text-shadow: rgba(0,0,0,1.00) 0 0 6px;
	color: #fff;
	width: 100%;
	height: 200px;
	padding: 100px 20px 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 2.2rem;
	line-height: 1.4;
	position: absolute;
	top: -200px;
}
.siteTitle em {
	display: block;
	font-size: 2.2rem;
	font-style: normal;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.contentItem {
  margin-bottom: 40px;
}
.contentItem .summary h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.contentItem .assets {
  padding: 0;
}
.contentItem .assets li {
  list-style-type: none;
  margin: 0 auto 10px;
  max-width: 600px;
}
.contentItem .assets li img {
  width: 100%;
  height: auto;
}
/* =========== list =========== */
.list01,
.listDecimal {
	padding-left: 20px;
}
.list01 li {
	list-style-type: disc;
}
.list01 li ul {
	padding-left: 20px;
}
.listDecimal {
	list-style-type: decimal;
}

/* =========== table =========== */
.table-box {
	overflow: auto;
}
.table-box + p {
	margin-top: 0;
}
.main section > .table-box {
	margin-bottom: 20px;
}
.table-box table {
	table-layout: auto;
	margin-bottom: 0;
	width: 980px;
}
.table-box::-webkit-scrollbar {
	height: 10px;
}
.table-box::-webkit-scrollbar-track {
	background: #eee;
}
.table-box::-webkit-scrollbar-thumb {
	background: rgba(206,125,126,1);
}
.table01 {
	width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
}
.table01 th,
.table01 td {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
}
.table01 th + td {
	padding-left: 10px;
}
.tableHistory {
	width: 100%;
	border-top: 1px solid #ccc;
}
.tableHistory th,
.tableHistory td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	display: block;
}
.tableHistory th {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
}
.tableHistory td {
	background-color: rgba(255,255,255,0.5);
}
/* =========== header =========== */
.inner:after {
    content: '';
    clear: both;
    display: block;
}
#topHead,
.inner {
	width: 100%;
	padding: 0;
}
#topHead {
	background-color: rgba(206,125,126,1);
	top: 0;
    width: 100%;
    margin: 0 auto;
	position: fixed;
    line-height: 1;
    z-index: 999;
}
#topHead a,
#topHead {
    color: #fff;
    text-decoration: none;
}
#topHead .inner {
    position: relative;
}
/* global navigation */
#globalNav {
	position: absolute;
	top: -800px;
	background-color: #666;
	width: 100%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#globalNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#globalNav ul li {
	position: static;
	border-bottom: 1px dotted #fff;
	margin: 0;
	font-size: 1.4rem;
}
#globalNav ul li.language {
    font-size: 1.1rem;
}
#topHead #globalNav ul li a,
#topHead.fixed #globalNav ul li a {
	position: relative;
	width: 100%;
	display: block;
	color: #fff;
	box-sizing: border-box;
    padding: 12px 10px;
}
#topHead #globalNav ul li.language a,
#topHead.fixed #globalNav ul li.language a {
    width: auto;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #fff;
}
#globalNav ul .menuDropDown:nth-child(5) a,
#globalNav ul .menuDropDown:nth-child(6) a {
	background-color: #999;
}
/*ドロップダウン*/
#globalNav ul .menuSecondLevel li {
	text-align: left;
    border-bottom: 1px solid #ddd;
	margin: 0;
}
#globalNav ul .menuSecondLevel li a:hover {
    background: #999;
}
#globalNav ul .menuDropDown .menuSecondLevel {
    background: #003fa6;
}
#globalNav ul li:nth-child(5) .menuSecondLevel,
#globalNav ul li:nth-child(6) .menuSecondLevel {
	background-color: #333;
}
#globalNav ul .menuDropDown .menuSecondLevel > li {
	width: 100%;
	font-size: 1.00em;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a {
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
/* 展開時 */
.open #globalNav {
	height: 100vh;
}
.open #globalNav ul li:last-child {
	padding-bottom: 60px;
	border-bottom: none;
}
.open #globalNav ul li ul li:last-child {
	padding-bottom: 0;
}
/* #globalNav スライドアニメーション */
.open #globalNav {
	/* #globalNav top + #mobileHead height */
	-moz-transform: translateY(856px);
	-webkit-transform: translateY(856px);
	transform: translateY(856px);
}
/* logo */
#topHead .logo {
	position: absolute;
	text-align: left;
	left: 13px;
	top: 10px;
	width: 310px;
	height: 30px;
	font-weight: normal;
	font-size: 0.9rem;
	display: table;
	margin: 0;
}
#topHead .logo em,
#topHead .logo a {
	width: 100%;
	height: 30px;
	line-height: 1.2;
	vertical-align: bottom;
	box-sizing: border-box;
	background-image: url(../images/base/logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: contain;
	background-size: contain;
	display: table-cell;
	font-style: normal;
	padding: 0 0 0 95px;
}
/* Fixed reset */
#mobileHead {
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#topHead.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	padding-top: 0;
    background: rgba(206,125,126,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
/* Toggle Button */
#navToggle {
	display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#navToggle div {
    position: relative;
}
#navToggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {
    top: 0;
}
#navToggle span:nth-child(2) {
    top: 11px;
}
#navToggle span:nth-child(3) {
    top: 22px;
}
/* #navToggle 切り替えアニメーション */
.open #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* mainimage */
.headerImage {
	width: 100%;
	height: 150px;
	position: fixed;
	z-index: 0;
	border: 0;
	background-image: url(../images/base/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
/* =========== footer =========== */
footer {
	background-color: #333;
}
.footerInner {
	margin: 0 13px;
	padding-bottom: 10px;
	box-sizing: border-box;
	position: relative;
}
footer .pageScroll {
	text-align: center;
	font-size: 1.2rem;
	margin: 0 0 10px;
}
footer .pageScroll a {
	position: relative;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 20px 15px 10px 15px;
}
footer .pageScroll a::before {
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translate(-50%,0);
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 0.8rem;
	content: '\f077';
}
footer .pageScroll a:hover {
	opacity: .8;
}
footer nav {
	max-width: 660px;
	margin: 0 auto;
}
footer nav ul {
	padding: 5px 0 20px;
}
footer nav ul li {
	display: block;
	margin: 0 0 10px;
	font-size: 1.2rem;
}
footer nav ul li a,
footer .tel a,
footer .fax a {
	color: #fff;
}
footer address {
  font-style: normal;
  color: #fff;
}
footer address em {
  font-size: 1.4rem;
  font-style: normal;
}
footer address .address {
  font-size: 1.4rem;
  margin: 6px 0 12px;
}
.contactLink {
	max-width: 360px;
	margin: 0 auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.contactLink .btnContact {
	font-size: 1.2rem;
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
}
.contactLink .btnContact a {
	display: block;
	text-decoration: none;
	border-radius: 2px;
	position: relative;
	background-color: rgba(206,125,126,1);
	padding: 4px 10px;
	color: #fff;
}
.contactLink .btnContact a:hover {
	background-color: rgba(206,125,126,.7);
}
footer .tel {
	color: #fff;
	font-size: 1.6rem;
	width: 80%;
	text-align: center;
	margin: 0 auto 10px;
	position: relative;
}
footer .tel::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.6rem;
	content: '\f095';
	margin-right: 4px;
}
footer .fax {
	color: #fff;
	font-size: 1.6rem;
	width: 80%;
	text-align: center;
	margin: 0 auto 10px;
	position: relative;
}
footer .fax::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.6rem;
	content: '\f1ac';
	margin-right: 4px;
}
footer .copy {
	color: #fff;
	font-size: 1.2rem;
	margin: 0;
}
/* =========== side area =========== */
.localNavi01,
.boxFacebook {
	margin-bottom: 20px;
}
.localNavi01 h2,
.boxFacebook h2,
.cmsLocalNavi h2 {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	margin: 0;
	font-size: 1.8rem;
	font-weight: normal;
}
.boxFacebook h2 {
	margin-bottom: 10px;
}
.localNavi01 ul {
	background: #fff;
	padding: 10px;
}
.localNavi01 ul li {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.localNavi01 ul li a {
	text-decoration: none;

	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
.localNavi01 ul li a::before,
.cmsLocalNavi p a::before,
.cmsLocalNavi dl dd ul li a::before {
	position: absolute;
	top: 12px;
	left: 8px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.0rem;
	content: '\f061';
}
.localNavi01 ul li a:hover {
	background-color: #efefef;
}
.cmsLocalNavi {
	background: #fff;
	padding: 0 0 15px;
	margin: 0 0 10px;
}
.cmsLocalNavi p {
	border-bottom: 1px solid #ccc;
	margin: 10px 15px 0;
}
.cmsLocalNavi dl {
	border-bottom: 1px solid #ccc;
	margin: 0 15px;
}
.cmsLocalNavi dl dt {
	padding: 10px 0;
}
.cmsLocalNavi dl dd {
	margin: 0;
	padding: 0;
}
.cmsLocalNavi dl dd ul {
	padding: 0;
}
.cmsLocalNavi dl dd ul li {
	border-bottom: 1px solid #eee;
}
.cmsLocalNavi dl dd ul li:last-child {
	border-bottom: none;
}
.cmsLocalNavi p a,
.cmsLocalNavi dl dd ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
.cmsLocalNavi p a:hover,
.cmsLocalNavi dl dd ul li a:hover {
	background-color: #efefef;
}
.cmsLocalNavi dl dd ul li ul {
	padding: 0 0 0 20px;
}
.cmsLocalNavi dl dd ul li ul li {
	border-bottom: none;
}
.cmsLocalNavi dl dd select.selectBox {
	width: 210px;
	margin: 0 0 10px;
}
ul.sideBanner {
	padding: 0;
	margin-bottom: 20px;
}
ul.sideBanner li {
	list-style: none;
	line-height: 0;
	margin: 0 0 6px;
	text-align: center;
}
ul.sideBanner li img {
	display: block;
	width: 100%;
	height: auto;
}
.outsideBannerList,
.outsideBannerList2 {
	margin-bottom: 20px;
}
.outsideBannerList dt,
.outsideBannerList2 dt {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	font-size: 1.6rem;
}
.outsideBannerList dd,
.outsideBannerList2 dd {
	padding: 6px 0 0;
	margin: 0;
}
.outsideBannerList dd ul,
.outsideBannerList2 dd ul {
	margin: 0;
	padding: 0;
}
.outsideBannerList dd ul li,
.outsideBannerList2 dd ul li {
	margin: 0 0 6px;
	text-align: center;
	list-style-type: none;
}
.outsideBannerList2 dd ul li {
	line-height: 0;
}
.outsideBannerList2 dd ul li img {
	width: 100%;
	height: auto;
}
.outsideBannerList dd ul li a {
	color: #333;
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 20px;
	text-decoration: none;
}
.outsideBannerList dd ul li a:hover {
	background-color: #efefef;
}
.boxFacebook .boxFacebookInner {
	width: 260px;
	margin: 0 auto;
}
ul.sideBanner li img,
.outsideBannerList2 dd ul li img {
	max-width: 260px;
	margin: 0 auto;
}
ul.sideBanner li a,
.outsideBannerList2 dd ul li a {
	display: inline-block;
}
/* =========== heading =========== */
.heading01 {
  text-align: center;
	background: none;
	color: #333;
	padding: 0 10px;
	line-height: 1.4;
	font-size: 2.6rem;
	font-weight: normal;
	margin: 0 0 30px;
}
.heading02 {
	background: #333;
	color: #fff;
	padding: 10px 15px;
	margin: 0 0 20px;
	font-size: 1.8rem;
	font-weight: normal;
}
.heading03 {
	border-bottom: 1px dotted #333;
	padding: 2px 0 7px 13px;
	margin: 0 0 15px;
	font-size: 1.6rem;
	font-weight: normal;
	position: relative;
	overflow: hidden;
}
.heading03::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	margin-top: -4px;
	background-color: #333;
}

.newsContents .heading03 {
	margin: 0 0 5px;
}
.newsDatetime {
	display: block;
	font-size: 1.2rem;
	margin: 0 0 15px;
}
.heading04 {
	font-size: 1.4rem;
	font-weight: normal;
	background-color: #fff;
	padding: 6px 12px;
	border-top: 1px solid #333;
	margin: 0 0 15px;
}
.heading05 {
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0 0 0 16px;
	margin: 0 0 10px;
	position: relative;
}
.heading05::before {
	content: '';
	background-color: #00286a;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 0;
}
/* =========== buttons =========== */
.btnS {
  max-width: 300px;
}
.btnM {
  max-width: 500px;
}
.btnL {
  max-width: 700px;
}
.btnGeneral {
  text-align: center;
  margin: 0 auto 20px;
}
.btnGeneral a {
	color: #fff;
  display: block;
	background-color: rgba(206,125,126,1);
	text-decoration: none;
	line-height: 1.2;
	padding: 16px;
}
.btnGeneral a:hover {
	background-color: rgba(206,125,126,.7);
}
.btnGeneral a span::before {
  top: 50%;
  transform: translateY(-50%);
}
/* =========== iframe =========== */
.assetWrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
.assetWrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* =========== adjustment related =========== */
.wrapper .contents .textLeft { text-align: left;}
.wrapper .contents .textRight { text-align: right;}
.wrapper .contents .textCenter { text-align: center;}
.wrapper .contents .fLeft { float: left;}
.wrapper .contents .fRight { float: right;}
.wrapper .contents .phLeft { float: left; margin: 0 20px 10px 0;}
.wrapper .contents .phRight { float: right; margin: 0 0 10px 20px;}
.wrapper .contents .mb10 { margin-bottom: 10px;}
.wrapper .contents .mb20 { margin-bottom: 20px;}
.wrapper .contents .mb30 { margin-bottom: 30px;}
.wrapper .contents .mb40 { margin-bottom: 40px;}
.wrapper .contents .w5 { width: 5%;}
.wrapper .contents .w10 { width: 10%;}
.wrapper .contents .w12 { width: 12%;}
.wrapper .contents .w15 { width: 15%;}
.wrapper .contents .w20 { width: 20%;}
.wrapper .contents .w25 { width: 25%;}
.wrapper .contents .w30 { width: 30%;}
.wrapper .contents .w33 { width: 33%;}
.wrapper .contents .w40 { width: 40%;}
.wrapper .contents .w50 { width: 50%;}
/* =======================================

	unique styles

========================================== */
/* =========== home =========== */
.home .headerImage {
	height: 200px;
}
.home .wrapper {
	top: 200px;
}
.home h2 {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: normal;
  margin: 0 0 30px;
}
.homeAboutBanner {
  padding: 0;
}
.homeAboutBanner li {
  list-style-type: none;
  border-width: 1px;  
  border-style: solid;
  margin-bottom: 10px;
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: left;
	border-color: rgba(206,125,126,1);
}
.homeAboutBanner li a {
  text-decoration: none;
  display: block;
  padding: 20px;
  background-color: #fff;
	color: rgba(206,125,126,1);
}
.homeAboutBanner li a:hover {
  opacity: .6;
}
.homeNewsList {
	padding: 0;
	margin: 0 0 30px;
	border-top: 1px dotted #333;
}
.homeNewsList li {
	list-style-type: none;
}
.homeNewsList > li {
	border-bottom: 1px dotted #333;
	padding: 10px 0;
}
.homeNews .eventInfo {
	margin-bottom: 0;
}
.homeAboutSummaryImage {
  max-width: 480px;
  margin: 0 auto 20px;
}
.homeAboutSummaryImage img {
  display: block;
  width: 100%;
  height: auto;
}
.homeBannerRecruitment {
  text-align: center;
  border: 1px solid #ccc;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  text-shadow: rgba(0,0,0,1.00) 0 0 10px;
  font-size: 3.0rem;
  margin-bottom: 50px;
}
.homeBannerRecruitment a {
  text-decoration: none;
  display: block;
  color: #fff;
  width: 100%;
  height: 200px;
	background-image: url(../images/home/bnr_recruitment.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homeBannerRecruitment a:hover {
  opacity: .8;
}
.home .assetWrap {
  padding-bottom: 46.25%;
}
.home .homeDivisions ul {
    list-style: none;
    padding-left: 0;
}
.home .homeDivisions a .linkArrowCircle {
    text-decoration: underline;
}
.home .homeDivisions a:hover .linkArrowCircle {
    text-decoration: none;
}
.home .homeMessageProfile {
    background-color: #525252;
}
.home .homeMessageProfile::after {
    content: "";
    display: block;
    clear: both;
}
.home .homeMessageProfile .image {
    width: 100%;
}
.home .homeMessageProfile .image img {
    width: 100%;
    vertical-align: top;
}
.home .homeMessageProfile .text {
    padding: 6.5% 6%;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    font-size: 1.2rem;
}
.home .homeMessageProfile .text .post {
    margin-bottom: 1em;
}
.home .homeMessageProfile .text .name {
    margin-top: 5px;
    line-height: 1;
    font-size: 2.2rem;
    font-weight: bold;
}
/* =========== news =========== */
.news .heading03 em {
	font-style: normal;
}
.heading02 .entryDate,
.heading02 .entryDate a {
	color: #fff;
}
.heading02 .entryDate,
.heading03 .entryDate {
	display: block;
	font-size: 1.2rem;
}
.heading02 .entryDate time,
.heading03 .entryDate time {
	display: inline-block;
}
.news .sectionChild figure {
	float: none;
	width: auto;
	text-align: center;
	margin: 0 0 20px;
}
.news .sectionChild figure a {
	display: inline-block;
	max-width: 250px;
	margin: 0 auto 10px;
}
.news .sectionChild figure img {
	width: 100%;
	height: auto;
	display: block;
}
.entrySentence,
.entryImages {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.entryImages figure {
	text-align: center;
	max-width: 375px;
	margin: 0 auto 10px;
}
.entryImages figure img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 5px;
}
.entryImages figure figcaption {
	font-size: 1.2rem;
}
.eventInfo {
	margin-bottom: 20px;
	padding: 0;
}
.eventInfo li {
	list-style-type: none;
	width: 100%;
	background-color: #fff;
	font-size: 1.2rem;
	box-sizing: border-box;
	padding: 2px 10px;
	margin-top: 10px;
}
.entryDate {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 6px;
}
.entryDate a {
	font-size: 1.0rem;
	text-decoration: none;
	color: #fff;
	background: rgba(206,125,126,1);
	border-radius: 2px;
	display: inline-block;
	padding: 3px 8px;
	line-height: 1.2;
	margin-left: 8px;
}
.entryDate a:hover {
	background: rgba(206,125,126,.7);
}
.entryList01 .sectionChild .hasThumbnail {
	float: none;
	width: auto;
}
.entryList01 .sectionChild figure {
	float: none;
	width: auto;
	max-width: 200px;
	margin: 0 auto;
}
.news article img {
	max-width: 100%;
	height: auto;
}
.news .btnEntryDetail {
	color: #fff;
	background-color: rgba(206,125,126,1);
	text-decoration: none;
	border-radius: 2px;
	position: relative;
	line-height: 1.2;
	padding: 6px 10px 6px 24px;
	font-size: 1.2rem;
}
.news .btnEntryDetail:hover {
	background-color: rgba(206,125,126,.7);
}
.news .btnEntryDetail::before {
	position: absolute;
	top: 9px;
	left: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.0rem;
	content: '\f061';
}
.cmsPagenate {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
.cmsPagenate p {
	position: relative;
	margin: 0;
	font-size: 1.2rem;
}
.cmsPagenate p a {
	text-decoration: none;
}
.cmsPagenate .toList {
	text-decoration: none;
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	border-radius: 2px;
}
.cmsPagenate .prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	padding: 10px 0 10px 10px;
}
.cmsPagenate .next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	padding: 10px 10px 10px 0;
}
.cmsPagenate .prev::before,
.cmsPagenate .next::before {
	content: '';
	color: rgba(206,125,126,1);
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.2rem;
}
.cmsPagenate .prev::before {
	left: 0;
	content: '\f104';
}
.cmsPagenate .next::before {
	right: 0;
	content: '\f105';
}
.cmsPagenate .link_page,
.cmsPagenate .current_page {
	text-decoration: none;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	border-radius: 2px;
}
.cmsPagenate .link_page,
.cmsPagenate .toList {
	background-color: rgba(206,125,126,1);
}
.cmsPagenate .link_page:hover,
.cmsPagenate .toList:hover {
	background-color: rgba(206,125,126,.7);
}
.cmsPagenate .current_page {
	background-color: #666;
}
/* =========== research =========== */
.listTitleArchive {
  padding: 0;
  margin: 0 0 40px;
  border-top: 1px solid #ccc;
}
.listTitleArchive li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
}
/* =========== recruitment =========== */
.recruitmentType h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-top: 10px;
}
.boxInquiry {
  background-color: #eee;
  padding: 40px 20px;
  text-align: center;
}
.boxInquiry em {
  font-weight: bold;
  font-size: 1.8rem;
  font-style: normal;
  display: block;
  margin-bottom: 6px;
}
/* =========== staff =========== */
/*
.staffProfiles {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.profileItem {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.profileItem .assets {
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.profileItem .assets img {
  width: 100%;
  height: auto;
}
.profileItem .summary h2 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 10px;
}
.profileItem .summary .position {
  display: block;
  margin-bottom: 20px;
}
.profileItem .summary dl {
  margin: 0 0 10px;
}
.profileItem .summary dl dt {
  font-weight: bold;
}
.profileItem .summary dl dd {
  margin: 0;
}
*/

/* =========== el-syllabus =========== */
.e-learning-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.e-learning-table th,
.e-learning-table td {
	border: 1px solid #000;
	vertical-align: center;
	padding: 10px;
}
.e-learning-table th:nth-child(2),
.e-learning-table td:nth-child(2),
.e-learning-table th:nth-child(5),
.e-learning-table td:nth-child(5),
.e-learning-table th:nth-child(6),
.e-learning-table td:nth-child(6) {
	text-align: center;
}
.e-learning-table th {
	background-color: #ccc;
}
.e-learning-table .elt-subject {
	width: 25%;
}
.e-learning-table .elt-content {
	width: 25%;
}
.e-learning-table .elt-supervisor {
	width: 29%;
}
.e-learning-table .elt-materials {
	width: 7%;
}
.e-learning-table .elt-unit {
	width: 7%;
}
.e-learning-table .elt-year {
	width: 7%;
}

/* =========== topics =========== */
.topicList ul {
    list-style: none;
    padding-left: 0;
}
.topicList ul::after {
    content: "";
    display: block;
    clear: both;
}
.topicList ul li {
    margin-left: 6.25%;
    margin-right: 3.75%;
    margin-bottom: 3.125%;
    width: 41.875%;
    position: relative;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(235, 235, 235, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(235,235,235,1);
    box-shadow: 0px 0px 8px 0px rgba(235, 235, 235, 1);
}
.topicList ul li:nth-of-type(2n) {
    margin-left: 0;
}
.topicList ul li a {
    position: relative;
    padding-bottom: 40px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
}
.topicList ul li a:hover {
    opacity: 0.7;
}
.topicList ul li a span {
    display: block;
}
.topicList ul li a .image {
    height: 84px;
    position: relative;
    overflow: hidden;
}
.topicList ul li a .image img {
    position: absolute;
    width: auto;
    height: auto;
}
.topicList ul li a .division {
    margin: 10px auto;
    padding: 5px 3px 3px 3px;
    font-size: 0.8rem;
    border-radius: 3px;
    width: 87%;
    color: #fff;
    background-color: rgba(206,125,126,1);
    text-align: center;
    box-sizing: border-box;
}
.topicList ul li a .title {
    margin: 0 auto 5px auto;
    line-height: 1.5;
    font-size: 1rem;
    width: 87%;
    font-weight: bold;
}
.topicList ul li a .date {
    font-size: 0.7rem;
    margin: 0 auto;
    width: 87%;
    color: #a1a1a1;
}
.topicList ul li a .more {
    height: 26px;
    line-height: 26px;
    font-size: 0.9rem;
    padding: 0;
    border-top: 1px #eeeeee solid;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.topicList ul li a .more::after {
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url(../images/base/icon_arrow04.png) top left no-repeat;
    background-size: 12px 12px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 4.7%;
}
.topicsSearch {
    margin-bottom: 3%;
    padding: 25px 0;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.topicsSearch::after {
    content: "";
    display: block;
    clear: both;
}
.topicsSearch dl::after {
    content: "";
    display: block;
    clear: both;    
}
.topicsSearch dl.division {
    margin-left: 6.25%;
    margin-bottom: 15px;
    width: 87.5%;
}
.topicsSearch dl dt {
    margin-right: 0.5em;
    float: left;
    width: 3.5em;
    color: #333;
    line-height: 35px;
    font-size: 1.2rem;
    font-weight: bold;
}
.topicsSearch dl dd {
    float: left;
    margin: 0;
}
.topicsSearch dl dd select {
    border: 1px #c8c8c8 solid;
    height: 35px;
}
.topicsSearch dl.division dd {
    width: 81%;
}
.topicsSearch dl.division dd select {
    width: 100%;
}
.topicsSearch dl.year {
    margin-left: 6.25%;
    width: 87.5%;    
}
.topicsSearch dl.year dd {
    width: 81%;
}
.topicsSearch dl.year dd select {
    width: 100%;
}
.pager {
    color: #333;
    text-align: center;
    line-height: 0;
    font-size: 0;
}
.pager a {
    color: #434343;
    text-decoration: none;
}
.pager a.link_page,
.pager span {
    margin: 0 2px;
    border: 1px #e7e7e7 solid;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background-color: #fff;    
}
.pager a.link_page:hover,
.pager span.current_page {
    border: 1px #646464 solid;
    color: #fff;
    background-color: #646464;
    text-decoration: none;
}
.pager .prev,
.pager .next {
    display: inline-block;
    line-height: 30px;
}
.pager .prev {
	margin-right: 26px;
}
.pager .next {
    margin-left: 26px;
}
.pager .prev a,
.pager .next a {
    position: relative;
    font-size: 14px;
}
.pager .prev a {
	padding-left: 16px;
}
.pager .next a {
    padding-right: 16px;
}
.pager .prev a:hover,
.pager .next a:hover {
	text-decoration: underline;
}
.pager .prev a::before {
	margin-right: 5px;
	content: "<";
}
.pager .next a::after {
    margin-left: 5px;
    content: ">";
}
.articleDetail .articleTitle {
    padding: 3% 3.4% 4% 3.4%;
    background-color: #fff;
    margin-left: 6.25%;
    margin-right: 6.25%;
}
.articleDetail .articleTitle .division {
    margin-right: 15px;
    padding: 0 15px;
    border-radius: 3px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: rgba(206,125,126,1);
    font-size: 1.1rem;
}
.articleDetail .articleTitle .date {
    color: #565656;
    margin: 8px 0 3px 0;
    display: block;
    line-height: 1.2;
    font-size: 1.2rem;
}
.articleDetail .articleTitle h1 {
    padding-bottom: 10px;
    border-bottom: 2px #e4e4e4 solid;
    line-height: 1.35;
    color: #565656;
    font-size: 1.8rem;
    font-weight: bold;
}
.articleDetail .articleBody {
    margin-bottom: 2%;
    margin-left: 6.25%;
    margin-right: 6.25%;
    padding: 0 3.4% 3.4% 3.4%;
    background-color: #fff;
}
.articleDetail .articleBody p {
    margin-bottom: 2.6%;
}
.articleDetail .articleBody .clearfix {
    margin-bottom: 1em;
}
.articleDetail .articleBody .img01 {
    width: 100%;
    margin-bottom: 1em;
}
.articleDetail .articleBody img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.articleDetail .articleBody .img02,
.articleDetail .articleBody .img04 {
    float: left;
    width: 47.5%;
}
.articleDetail .articleBody .img03,
.articleDetail .articleBody .img05 {
    float: right;
    width: 47.5%;
}
.articleDetail .articleBody .caption {
    font-size: 1.1rem;
    margin-top: 2% 0 0;
    line-height: 1.5;
}
.articleDetail .articleBody .subArea {
	border: 1px rgba(206,125,126,1) solid;
	padding: 1em 2em;
	box-sizing: border-box;
}
.articleDetail .articleBody .subArea h4 {
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	border-bottom: 1px rgba(206,125,126,1) solid;
}
.articleDetail .articleBody .subArea p {
	margin-bottom: 0;
}
.articleDetail .articlePanel {
    margin-left: 6.25%;
    margin-right: 6.25%;
}
.articleDetail .articlePanel div {
    width: 7%;
    min-width: 70px;
}
.articleDetail .articlePanel .backIndex {
    float: left;
}
.articleDetail .articlePanel div a {
    position: relative;
    display: block;
    height: 20px;
    line-height: 20px;
    color: #565656;
    font-size: 1.2rem;
    text-decoration: none;
}
.articleDetail .articlePanel div a:hover {
    opacity: 0.7;
}
.articleDetail .articlePanel div a::before {
    margin-top: -10px;
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
}
.articleDetail .articlePanel .backIndex a {
    padding-left: 25px;
}
.articleDetail .articlePanel .backIndex a::before {
    left: 0;
    background: url(../images/base/icon_back.png) top left no-repeat;
    background-size: 20px 20px;
}
.articleDetail .articlePanel .btnPrev {
    float: right;
}
.articleDetail .articlePanel .btnPrev a {
    padding-left: 25px;
}
.articleDetail .articlePanel .btnPrev a::before {
    left: 0;
    background: url(../images/base/icon_prev.png) top left no-repeat;
    background-size: 20px 20px;
}
.articleDetail .articlePanel .btnNext {
    float: right;
}
.articleDetail .articlePanel .btnNext a {
    padding-right: 25px;
    text-align: right;
}
.articleDetail .articlePanel .btnNext a::before {
    right: 0;
    background: url(../images/base/icon_next.png) top left no-repeat;
    background-size: 20px 20px;
}

/* =========== division =========== */
.divisionAnchorlinkList {
    list-style: none;
    padding-left: 0;
}
.divisionAnchorlinkList li {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
    border-color: rgba(206,125,126,1);
}
.divisionAnchorlinkList li a {
    text-decoration: none;
    display: block;
    padding: 20px;
    background-color: #fff;
    color: rgba(206,125,126,1);
}
.divisionAnchorlinkList li a:hover {
    opacity: .6;
}
.anchorTarget {
    scroll-margin-top: 56px;
}

/* =========== researcher =========== */
.researcherTabList {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.researcherTabItem {
  width: 100%;
  padding: 20px;
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  border: 1px solid rgba(206,125,126,1);
  color: rgba(206,125,126,1);
  background-color: #fff;
}
.researcherTabItem.active,
.researcherTabItem:hover {
  color: #fff;
  background-color: rgba(206,125,126,1);
}
.researcherTabPanel {
  display: none;
}
.researcherTabPanel.active {
  display: block;
}
.researcherProfiles {
/*  border-top: 1px solid #ccc;*/
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.profileItem {
  width: calc((100% - 40px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.profileItem .assets {
/*
  max-width: 200px;
  max-height: 200px;
  overflow: hidden;
*/
  width: 100%;
  margin: 0 auto;
}
.profileItem .assets img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.profileItem .summary {
  font-size: 1.5rem;
}
.profileItem .summary .nameArea {
  padding: 10px;
  background-color: rgba(206,125,126,1);
  color: #fff;
  box-sizing: border-box;
}
.profileItem .summary h2 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 10px;
}
.profileItem .summary .researchArea {
  padding: 10px;
}
.profileItem .summary dl {
  margin: 0 0 10px;
}
.profileItem .summary dl dt {
  font-weight: bold;
}
.profileItem .summary dl dd {
  margin: 0;
}

@media screen and (min-width:600px) and (max-width:979px) {

}
@media screen and (min-width:980px) {
/* =======================================

	base styles

========================================== */
a {
  -webkit-transition: none;
  transition: none;
}
.wrapper a {
  -webkit-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
}
.wrapper {
	min-width: 980px;
	top: 250px;
}
.contents {
	width: 980px;
}
.contentOneCol,
.main,
.sub {
	margin: 0;
}
.main {
	width: 700px;
	float: left;
}
.sub {
	width: 260px;
	float: right;
}
.textLeft01 {
	float: left;
	width: 50%;
}
.imageHalfRight01,
.imageHalfRight02 {
	float: right;
	padding-left: 25px;
	width: 50%;
}
.imageHalfCenter01 {
	width: 50%;
	max-width: inherit;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.contentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentItem .assets {
  min-width: 400px;
  padding-left: 30px;
}
/* =========== table =========== */
.tableHistory th,
.tableHistory td {
	display: table-cell;
}
.tableHistory th {
	width: 20%;
}
/* =========== header =========== */
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: '';
    clear: both;
    display: block;
}
#topHead {
    top: -100px;
    margin: 100px auto 0;
    position: absolute;
    padding: 10px 0 12px;
}
/* global navigation */
#globalNav {
	position: inherit;
	top: inherit;
	background-color: transparent;
	width: inherit;
	text-align: inherit;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
#globalNav ul {
	float: right;
	width: 625px;
    position: inherit;
	right: auto;
	bottom: auto;
	text-align: right;
	overflow: inherit;
}
#globalNav ul li {
	display: inline-block;
	margin: 0 0 0 10px;
	position: inherit;
	border-bottom: none;
}
#topHead #globalNav ul li a,
#topHead.fixed #globalNav ul li a {
	display: inline-block;
	padding: 12px 8px;
}
#topHead #globalNav ul li:last-child a,
#topHead.fixed #globalNav ul li:last-child a {
	padding: 12px 0 12px 8px;
}
#topHead #globalNav ul li.language a,
#topHead.fixed #globalNav ul li.language a {
    margin-top: 0;
    padding: 8px;
}
#topHead #globalNav ul li.language a:hover,
#topHead.fixed #globalNav ul li.language a:hover {
    color: rgba(206,125,126,1);
    background-color: #fff;
}
#globalNav ul li:not(.language) a::before {
  position: absolute;
  bottom: 4px;
  left: 0;
  visibility: hidden;
  width: 97.9%;
  margin-left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  content: '';
  -webkit-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
}
#globalNav ul li:not(.language) a:hover::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#globalNav ul li.menuDropDown a:hover::before {
	visibility: hidden;
}
.home #globalNav ul li:nth-child(1) a::before,
.division #globalNav ul li:nth-child(2) a::before,
.topics #globalNav ul li:nth-child(3) a::before,
.researcher #globalNav ul li:nth-child(4) a::before,
.link #globalNav ul li:nth-child(5) a::before,
.contact #globalNav ul li:nth-child(6) a::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/*ドロップダウン*/
#globalNav ul .menuSecondLevel {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}
#globalNav ul .menuSecondLevel li {
	text-align: left;
    border-bottom: 1px solid #ddd;
	margin: 0;
}
#globalNav ul .menuSecondLevel li a:hover {
    background: #999;
}
#globalNav ul .menuDropDown .menuSecondLevel {
    position: absolute;
    top: 34px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
    background: #003fa6;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
#globalNav ul .menuDropDown:hover .menuSecondLevel {
    top: 36px;
    visibility: visible;
    opacity: 1;
}
#globalNav ul .menuDropDown .menuSecondLevel > li {
	width: 100%;
	font-size: 1.0rem;
	position: relative;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a {
	display: block;
	padding: 10px 6px 10px 26px;
	position: relative;
}
#globalNav ul .menuDropDown .menuSecondLevel > li a::before {
	visibility: hidden;
}
#topHead .logo {
    float: left;
	text-align: left;
	width: 350px;
	font-size: 1.0rem;
	display: table;
	margin: 0;
	position: inherit;
	top: inherit;
	left: inherit;
}
#topHead .logo em,
#topHead .logo a {
	width: 100%;
	height: 38px;
	padding-left: 124px;
	line-height: 1.4;
	vertical-align: bottom;
	box-sizing: border-box;
	background-image: url(../images/base/logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 116px 38px;
	background-size: 116px 38px;
	display: table-cell;
}
/* Fixed */
#mobileHead {
	width: inherit;
	height: inherit;
	z-index: inherit;
}
#topHead.fixed {
    padding-top: 10px;
}
/* Toggle Button */
#navToggle {
    display: none;
}
.headerImage {
	width: 100%;
	height: 250px;
	position: fixed;
	z-index: 0;
	border: 0;
	background-image: url(../images/base/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
/* 展開時 */
.open #globalNav {
	position: absolute;
	top: auto;
	height: inherit;
}
.open #globalNav ul {
	right: inherit;
    bottom: inherit;
}
.siteTitle {
	text-shadow: rgba(0,0,0,1.00) 0 0 10px;
	padding: 160px 20px 0;
	font-size: 3.8rem;
	height: 350px;
	top: -350px;
}
.siteTitle em {
	font-size: 3.5rem;
}
/* =========== footer =========== */
.footerInner {
	width: 980px;
	margin: 0 auto;
}
footer .pageScroll {
	margin: 0;
}
footer nav ul {
	padding: 15px 0 30px;
}
footer nav ul li {
	display: inline;
	margin: 0 10px 4px;
}
.contactLink {
	margin: 0 auto 20px;
}
.contactLink .btnContact {
	width: 48%;
	margin: 0;
}
footer .tel,
footer .fax {
	width: 48%;
	margin: 0;
}
/* =========== side area =========== */
ul.sideBanner li img {
	display: block;
	width: 100%;
	height: auto;
}
/* =======================================

	unique styles

========================================== */
/* =========== home =========== */
.home .wrapper {
	top: 350px;
}
.home .headerImage {
	height: 350px;
}
.home .sub {
	padding: 0;
}
.homeAboutBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.homeAboutBanner li {
  text-align: center;
  width: 32%;
}
.homeAboutBanner li a {
  padding: 40px 20px 40px 10px;
}
.homeNews .eventInfo li {
	margin-top: 10px;
}
.homeBannerRecruitment {
  height: 200px;
  line-height: 200px;
}
.homeAboutSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.homeAboutSummary .homeAboutSummaryImage {
  padding-top: 6px;
  margin: 0;
}
.homeAboutSummary .homeAboutSummaryImage{
  width: 480px;
}
.homeAboutSummary p {
  width: 470px;
}
.home .homeMessageProfile .image {
    float: left;
    width: 39.5%;
}
.home .homeMessageProfile .text {
    padding: 3.5% 3% 0 3%;
    float: left;
    width: 60.5%;
}
.home .homeMessageProfile .text .name {
    font-size: 3.3rem;
}
/* =========== news =========== */
.news .sectionChild figure {
	float: right;
	width: 250px;
	margin: 0 0 20px 20px;
}
.news .sectionChild figure figcaption {
	font-size: 1.2rem;
}
.entrySentence {
	float: left;
	width: 430px;
}
.entryImages {
	float: right;
	width: 250px;
}
.eventInfo {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.eventInfo li {
	width: 49%;
	margin-top: 0;
}
/* =========== research =========== */

/* =========== staff =========== */
/*
.profileItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profileItem .assets {
  width: 300px;
  max-height: inherit;
  margin: 0;
  padding-right: 30px;
}
*/

/* =========== topics =========== */
.topicList ul li {
    margin-left: 0;
    margin-right: 2.1%;
    margin-bottom: 2%;
    width: 23.4%;
}
.topicList ul li:nth-of-type(4n) {
    margin-right: 0;
}
.topicList ul li a {
    padding-bottom: 43px;
    height: auto;
}
.topicList ul li a .image {
    height: 145px;
}
.topicList ul li a .division {
    margin: 15px auto;
    padding: 8px 5px 6px 5px;
    font-size: 1.1rem;
}
.topicList ul li a .title {
    margin: 0 auto 10px auto;
    line-height: 1.625;
    font-size: 1.6rem;
}
.topicList ul li a .date {
    font-size: 1rem;
}
.topicList ul li a .more {
    height: 32px;
    line-height: 32px;
    font-size: 1.5rem;
}
.topicList ul li a .more::after {
    margin-top: -9.5px;
    background: url(../images/base/icon_arrow04.png) top left no-repeat;
    background-size: 19px 19px;
    right: 4.7%;
    width: 19px;
    height: 19px;
}
.topicsSearch dl {
    float: left;
}
.topicsSearch dl.division {
    margin-left: 5.5%;
    width: 40%;
}
.topicsSearch dl.year {
    width: 40%;
}
.topicsSearch dl dt {
    font-size: 1.6rem;
}
.topicsSearch dl.division dd {
    width: 75%;
}
.topicsSearch dl.division dd select {
    width: 90%;
}
.topicsSearch dl.year dd {
    width: 75%;
}
.topicsSearch dl.year dd select {
    width: 90%;
}
.articleDetail .articleTitle {
    margin-left: 0;
    margin-right: 0;
}
.articleDetail .articleTitle .date {
    display: inline-block;
    line-height: 30px;
}
.articleDetail .articleTitle h1 {
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 2.6rem;
}
.articleDetail .articleBody {
    margin-left: 0;
    margin-right: 0;
}
.articleDetail .articleBody .img01 {
    margin-bottom: 1em;
    width: 47.5%;
}
.articleDetail .articleBody .imgRight {
    margin-left: 1em;
    float: right;
}
.articleDetail .articleBody .imgLeft {
	margin-right: 1em;
	float: left;
}
.articleDetail .articleBody .caption {
    font-size: 1.3rem;
    margin-top: 2% 0 0;
    line-height: 1.5;
}
.articleDetail .articlePanel {
    margin-left: 0;
    margin-right: 0;
}
.articleDetail .articlePanel div a {
    height: 30px;
    line-height: 24px;
    font-size: 14px;
}
.articleDetail .articlePanel div a::before {
    margin-top: -12px;
    width: 24px;
    height: 24px;
}
.articleDetail .articlePanel .backIndex a {
    padding-left: 30px;
}
.articleDetail .articlePanel .backIndex a::before {
    background-size: 24px 24px;
}
.articleDetail .articlePanel .btnPrev a {
    padding-left: 30px;
}
.articleDetail .articlePanel .btnPrev a::before {
    background-size: 24px 24px;
}
.articleDetail .articlePanel .btnNext {
    margin-left: 60px;
}
.articleDetail .articlePanel .btnNext a {
    padding-right: 30px;
}
.articleDetail .articlePanel .btnNext a::before {
    background-size: 24px 24px;
}

/* =========== division =========== */
.divisionAnchorlinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.divisionAnchorlinkList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 32%;
}
.divisionAnchorlinkList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 20px 20px 10px;
}
.anchorTarget {
    scroll-margin-top: 60px;
}

/* =========== researcher =========== */
.researcherTabItem {
  width: calc((100% - 20px) / 3);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px 20px 10px;
  text-align: center;
}
.researcherProfiles {
  gap: 20px;
}
.profileItem {
  width: calc((100% - 60px) / 4);
}
/*
.profileItem .assets {
  width: 100%;
  max-height: inherit;
  margin: 0;
  padding-right: 30px;
}
*/
}
@media print {
#globalNav {
    display: none;
}

}
