@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "Noto Sans JP";
	src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype"),
	url("../font/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype"),
	url("../font/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype"),
	url("../font/Noto_Sans_JP/NotoSansJP-Thin.otf") format("opentype"),
	url("../font/Noto_Sans_JP/NotoSansJP-Black.otf") format("opentype"),
	url("../font/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: "Zen Old Mincho";
	src: url("../font/Zen_Old_Mincho/ZenOldMincho-Regular.ttf") format("truetype"),
	url("../font/Zen_Old_Mincho/ZenOldMincho-Medium.ttf") format("truetype"),
	url("../font/Zen_Old_Mincho/ZenOldMincho-Black.ttf") format("truetype"),
	url("../font/Zen_Old_Mincho/ZenOldMincho-Bold.ttf") format("truetype"),
	url("../font/Zen_Old_Mincho/ZenOldMincho-SemiBold.ttf") format("truetype");
	font-display: swap;
}

body {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	font-family: 'Zen Old Mincho',sans-serif,'hiragino kaku gothic pro', meiryo, 'ms pgothic';
	background: #e6e8ea;
	text-align: justify;
	display: flex;
	flex-wrap: wrap;
}

body.contents p,
body.contents ol li,
body.contents figcaption {
	font-family: "Noto Sans JP";
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}

p {
	width: 100%;
	margin: 0 0 30px 0;
	line-height: 1.8;
}

li:hover,
a:hover,
a:hover:before,
a:hover:after {
	text-decoration: none;
}

li {
	list-style: none;
	font-size: 1rem;
}

ul.discList {
	width: 100%;
	margin: 0 0 20px 0;
	box-sizing: border-box;
}

ul.discList li {
	width: 100%;
	margin: 0 0 3px 0;
	line-height: 1.6;
	list-style: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 2em;
	box-sizing: border-box;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, ul.discList li {
	text-indent: -1.5em;
}

ul.linkList {
	width: 100%;
	margin: 0 0 30px 0;
}

ul.linkList li {
	width: 100%;
	margin: 0 0 5px 0;
}

ul.linkList li a {
	width: 100%;
	font-family: "Noto Sans JP";
}

ul.linkList li a:hover {
	color: #114a89;
}

a.linkIcon:hover {
	color: #114a89;
}

a.linkIcon:before,
ul.linkList li a:before {
	content: '\f0da';
	padding: 0 5px;
	color: #114a89;
	font-weight: 900;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
}

figure {
	width: 100%;
	margin: 0 0 30px 0;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

figure img {
	line-height: 1;
	vertical-align: bottom;
}

figure.campusMap {
	width: 100%;
	max-width: 600px;
}

.lb-outerContainer {
	width: 80%!important;
}

.lb-container {
	overflow: auto;
}

.lb-nav {
	z-index: -1;
}

img.lb-image {
	transform: scale(2.5);
	object-fit: contain;
	transform-origin: 25% 40%;
}

figure.img2column,
figure.img3column {
	width: 100%;
	margin: 0 0 40px 0;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

figure.img3column {
	grid-template-columns: repeat(3, 1fr);
}

.imgRight,
.imgLeft {
	width: 100%;
	margin: 0 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	
}

.imgRight figure,
.imgLeft figure {
	width: 100%;
	max-width: 300px;
	margin: 0 0 0 20px;
}

.imgRight figure img,
.imgLeft figure img {
	width: 100%;
	margin: 0 0 2px 0;
	height: 1;
	vertical-align: bottom;
}

.imgRight figure span,
.imgLeft figure span {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-family: "Noto suns JP";
}

.imgRight p,
.imgLeft p {
	width: calc(100% - 320px);
}

.imgLeft figure {
	margin: 0 20px 0 0;
}

ol {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 0 1.5rem;
}

ol li {
	margin: 0 0 5px 0;
	list-style-type: decimal;
	line-height: 1.4;
}

table {
	width: 100%;
	margin: 0 0 30px 0;
	border-top: solid 3px #114a89;
	border-bottom: solid 3px #114a89;
	background: #fff;
}

table th {
	padding: 5px 10px;
	border-bottom: solid 1px #114a89;
	text-align: center;
	vertical-align: middle;
	font-size: 1.1rem;
	font-family: "Noto suns JP";
}

table td {
	padding: 3px 10px;
	border-bottom: solid 1px #114a89;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	font-family: "Noto suns JP";
}

.breadcrumbs {
	width: 100%;
	max-width: 1300px;
	margin: 95px auto 30px;
	padding: 0 50px;
	font-size: 0.9rem;
}

.breadcrumbs ul {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	display: flex;
	border-bottom: dashed 1px #cdcdcd;
}

.breadcrumbs ul li {
	margin: 0 5px 0 0;
	font-size: 0.8rem;
}

.breadcrumbs ul li a:hover {
	text-decoration: underline;
}

.breadcrumbs ul li:nth-child(n + 2):before {
	margin-right: 5px;
	content: '>';
	color: #333;
}

.breadcrumbs .home:before {
	margin-right: 5px;
	content: '\f015';
	font-weight: 900;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	color: #333;
}

header {
	width: 100%;
	border-bottom: solid 2px #114a89;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

header .headerContent {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
}

header .headerContent h1 {
	width: 100%;
	max-width: 325px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

header .headerContent nav {
	width: calc(100% - 325px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

header .headerContent nav ul.catNav {
	width: 100%;
	margin: 0 0 5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

header .headerContent nav ul.catNav li {
	margin: 0 15px 0 0;
	display: flex;
}

header .headerContent nav ul.catNav li:last-child {
	margin: 0;
}

header .headerContent nav ul.catNav li a {
	width: 100%;
	font-weight: bold;
	font-size: 0.85rem;
}

header .headerContent nav ul.catNav li a:after {
	content: '\f138';
	padding: 0 0 0 3px;
	color: #114a89;
	font-size: 0.9rem;
	font-weight: 900;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	transition: 0.3s;
}

header .headerContent nav ul.catNav li a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #ce0e2d;
}

header .headerContent nav ul.catNav li a:hover:after {
	color: #ce0e2d;
}

header .headerContent nav ul.gNav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

header .headerContent nav ul.gNav li {
	margin: 0 15px 0 0;
	padding: 0 0 10px 0;
	position: relative;
	display: flex;
}

header .headerContent nav ul.gNav li:last-child {
	margin: 0;
}

header .headerContent nav ul.gNav li a {
	width: 100%;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.2;
}

header .headerContent nav ul.gNav li a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #ce0e2d;
}

header .headerContent nav ul.catNav li a.current,
header .headerContent nav ul.gNav li a.current {
	text-decoration: underline;
	text-underline-offset: 3px;
}

header .headerContent nav ul.gNav li a:before {
	content: '\f077';
	padding: 0 3px;
	color: #114a89;
	font-size: 1rem;
	font-weight: 900;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	transition: 0.4s;
}

header .headerContent nav ul.gNav li:nth-child(5) a:before {
	content: none;
}

header .headerContent nav ul.gNav li a:hover:before {
	transform: rotate(180deg);
	text-decoration: none;
	color: #ce0e2d;
}

header .headerContent nav ul.gNav li:hover a:before {
	transform: rotate(180deg);
}

header .headerContent nav ul.subNav {
	width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: translateY(-10px);
	pointer-events: none;
	background: #fff;
}

header .headerContent nav ul.gNav li:hover > ul.subNav {
	opacity: 1;
	transform: translateY(0);
	pointer-events: inherit;
}

header .headerContent nav ul.subNav li {
	margin: 0;
	padding: 0;
}

header .headerContent nav ul.subNav li a {
	padding: 4px 10px;
	display: flex;
	font-size: 0.85rem;
	line-height: 1.8;
	border-bottom: solid 1px #e6e8ea;
}

header .headerContent nav ul.subNav li a:hover {
	background: rgba(17,74,137,0.15);
	text-decoration: none;
	color: #333;
}

header .headerContent nav ul.subNav li a:before {
	content: none;
}

figure.mainImg {
	width: 100%;
	margin: 0;
	position: relative;
	z-index: -10;
}

figure.mainImg img {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	z-index: 100;
	position: relative;
}

figure.mainImg img.fixed {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 10;
}

main {
	width: 100%;
	background: rgba(230,232,234,0.9);
	position: relative;
	z-index: 10;
}


section {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 120px 50px;
	/*background: rgba(230,232,234,0.9);*/
}

section.blue {
	max-width: 100%;
	padding: 120px 0;
	background: rgba(17,74,137,0.9);
	box-shadow: 0px -5px 15px #114a89;
}

section.blue > div {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
	background: url("../../img/aboutBg.png") no-repeat;
	background-position: bottom;;
}

section.blue p {
	width: 100%;
	margin: 0 0 50px 0;
	color: #fff;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #666;
}

.contents section {
	padding: 20px 50px 120px 50px;
}

.contents p,
.contents section p {
	font-size: 1rem;
}

.moreBtn {
	width: 100%;
	max-width: 200px;
	margin: 0 0 120px auto;
}

.moreBtn.left {
	margin: 0;
}

.moreBtn span {
	width: 100%;
	position: relative;
	overflow: hidden;
	transition: ease .2s;
	display: inline-block;
	background: #114a89;
}

.moreBtn span.bgskew:before {
	width: 120%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: -130%;
	background:#ce0e2d;
	transform: skewX(-25deg);
}

.moreBtn span.bgskew:hover:before {
	animation: skewanime .5s forwards;
}

@keyframes skewanime {
	100% {
		left: -10%;
	}
}

.moreBtn a {
	width: 100%;
	padding: 5px 15px;
	font-size: 1.2rem;
	color: #fff;
	border: solid 1px #fff;
	display: flex;
	text-shadow: 1px 1px 2px #666;
	letter-spacing: 1px;
	position: relative;
}

.moreBtn.left a {
	font-size: 1rem;
}

.moreBtn a:after {
	content: url("../img/moreIcon.svg");
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
}

.moreBtn span a:hover {
	opacity: 1;
}

h2 {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 5px 20px;
	border-left: solid 8px #ce0e2d;
	color: #114a89;
	font-size: 1.8rem;
	text-shadow: none;
	line-height: 1;
}

section.blue h2 {
	color: #fff;
}

.contents h2 {
	margin: 0 0 30px 0;
}

h3 {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 1.3rem;
}

h4 {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 1.2rem;
}

section ul.newsList {
	width: 100%;
	margin: 0 0 30px 0;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

section ul.newsList li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

section ul.newsList li a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: baseline;
	background: #fff;
	border: solid 1px #bdbdbd;
}

section ul.newsList li a:hover {
	box-shadow: 0 2px 5px #a5a6d1;
}

section ul.newsList li a figure {
	width: 100%;
	height: 220px;
	margin: 0;
}

section ul.newsList li a figure img {
	height: 100%;
	object-fit: cover;
	border-bottom: solid 1px #dfdfdf;
}

section ul.newsList li a .newsContent {
	width: 100%;
	margin: 0;
	padding: 15px;
}

section ul.newsList li a .newsContent span.category {
	margin: 0 10px 15px 0;
	padding: 1px 10px 2px 10px;
	font-size: 0.8rem;
	font-weight: bold;
	color: #ce0e2d;
	border: solid 1px #ce0e2d;
	display: inline-block;
}

section ul.newsList li a .newsContent p {
	width: 100%;
	margin: 0;
	color: #333;
	font-size: 0.9rem;
	line-height: 1.6;
	font-family: "Noto Sans JP";
	text-shadow: none;
}

section ul.noticeList {
	width: 100%;
	margin: 0 0 60px 0;
	display: flex;
	flex-wrap: wrap;
}

section ul.noticeList li {
	width: calc(50% - 20px);
	margin: 0 40px 0 0;
}

section ul.noticeList li:nth-child(2n) {
	margin: 0;
}

section ul.noticeList li.noLink,
section ul.noticeList li a {
	width: 100%;
	padding: 15px 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: solid 1px #114a89;
	position: relative;
}

section ul.noticeList li.noLink {
	width: calc(50% - 20px);
}

section ul.noticeList li.noLink:first-child,
section ul.noticeList li.noLink:nth-child(2),
section ul.noticeList li:first-child a,
section ul.noticeList li:nth-child(2) a {
	border-top: solid 1px #114a89;
}

section ul.linkList li a:after,
section ul.noticeList li a:after {
	content: '\f061';
	padding: 0 0 0 12px;
	color: #114a89;
	font-size: 1.6rem;
	font-weight: 900;
	text-shadow: none;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	transition: 0.3s;
}

section ul.linkList li a:after {
	content: none;
	padding: 0 0 0 5px;
	font-size: 1rem;
}

section ul.noticeList li a.directLink:after {
	content: '\f0c1';
}

section ul.linkList li a[href$=".pdf"]:after,
section ul.noticeList li a[href$=".pdf"]:after {
	content: '\f1c1';
}

section ul.linkList li a[href$=".doc"]:after,
section ul.linkList li a[href$=".docx"]:after,
section ul.noticeList li a[href$=".doc"]:after,
section ul.noticeList li a[href$=".docx"]:after {
	content: '\f1c2';
}

section ul.linkList li a[href$=".xls"]:after,
section ul.linkList li a[href$=".xlsx"]:after,
section ul.noticeList li a[href$=".xls"]:after,
section ul.noticeList li a[href$=".xlsx"]:after {
	content: '\f1c3';
}

section ul.linkList li a[href$=".ppt"]:after,
section ul.linkList li a[href$=".pptx"]:after,
section ul.noticeList li a[href$=".ppt"]:after,
section ul.noticeList li a[href$=".pptx"]:after {
	content: '\f1c4';
}

section ul.noticeList li a:hover {
	background: #dbe4ed;
}

section ul.noticeList li a:hover:after {
	color: #ce0e2d;
}

section ul.noticeList li.noLink time,
section ul.noticeList li a time {
	width: 6rem;
	font-size: 0.9rem;
	font-family: "Noto Sans JP";
	text-shadow: none;
}

section ul.noticeList li.noLink p,
section ul.noticeList li a p {
	width: calc(100% - 6rem - 50px);
	margin: 0;
	font-size: 0.9rem;
	font-family: "Noto Sans JP";
	line-height: 1.6;
	text-shadow: none;
}

section ul.bannerList {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	flex-wrap: wrap;
}

section ul.bannerList li {
	width: calc(33.3% - 20px);
	margin: 0 30px 20px 0;
}

section ul.bannerList li:nth-child(3n) {
	width: calc(33.4% - 20px);
	margin: 0 0 20px 0;
}

section ul.bannerList li a {
	width: 100%;
	display: flex;
}

section ul.bannerList li a:hover {
	opacity: 0.7;
}

section ul.bannerList li a img {
	width: 100%;
	object-fit: contain;
}

.movie {
	width: 100%;
	height: 650px;
	margin: 0 0 50px 0;
	border: solid 1px #dfdfdf;
}

ul.laboratoryList {
	width: 100%;
	margin: 0 0 40px 0;
	display: grid;
	gap: 18px 24px;
	grid-template-columns: repeat(3, 1fr);
}

ul.laboratoryList li {
	width: 100%;
	padding: 20px 25px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

ul.laboratoryList li h2 {
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	font-size: 1.2rem;
}

ul.laboratoryList li figure {
	margin: 0;
}

ul.laboratoryList li figure img {
	width: 100%;
	height: 100%;
	max-height: 200px;
	object-fit: cover;
}

ul.laboratoryList li:hover {
	cursor: pointer;
}

ul.sortNav {
	width: 100%;
	margin: 0 0 40px 0;
	display: grid;
	gap: 8px 12px;
	grid-template-columns: repeat(4, 1fr);
}

ul.sortNav li {
	width: 100%;
}

ul.sortNav li span {
	width: 100%;
	padding: 3px 5px 4px 5px;
	font-weight: bold;
	color: #114a89;
	border: solid 1px #114a89;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	justify-content: center;
}

ul.sortNav li span.current,
ul.sortNav li span:hover {
	color: #fff;
	background: #114a89;
}

.iziModal,
.iziModal .iziModal-content,
.iziModal .iziModal-wrap,
.facultyContent,
.laboratoryContent {
	max-width: 800px!important;
	height: 100%!important;
	max-height: 500px;
	overflow: auto;
}

.facultyContent,
.laboratoryContent {
	width: 100%;
	padding: 30px;
}

.facultyContent {
	display: grid;
	gap: 30px;
	grid-template-columns: 200px 1fr;
}

.facultyText h2 {
	padding: 3px 0 5px 0;
	text-align: left;
}

.facultyText h2 span.position{
	font-size: 1rem;
	color: #114a89;
}

.laboratoryContent h2 {
	font-size: 1.4rem;
}

.facultyContent a,
.laboratoryContent a,
.laboratoryContent li {
	font-family: "Noto suns JP";
}

.laboratoryContent figure {
	width: 100%;
	max-width: 400px;
}

.laboratoryContent figure figcaption {
	width: 100%;
}

ul.facultyList {
	width: 100%;
	margin: 0 0 40px 0;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

ul.facultyList li {
	padding: 18px 20px;
	color: #114a89;
	font-weight: bold;
	background: rgba(255,255,255,0.7);
	border-right: solid 8px #114a89;
	border-bottom: solid 2px #114a89;
	box-shadow: 1px 1px 2px #666;
	display: grid;
	gap: 15px;
	grid-template-columns: 110px 1fr;
}

div.iziModal.first,
ul.facultyList li.first {
	order: 1;
}

div.iziModal.second,
ul.facultyList li.second {
	order: 2;
}

div.iziModal.third,
ul.facultyList li.third {
	order: 3;
}

div.iziModal.fourth,
ul.facultyList li.fourth {
	order: 4;
}

ul.facultyList li figure {
	margin: 0;
}

ul.facultyList li figure img {
	object-fit: contain;
	border: solid 1px #dfdfdf;
}

ul.facultyList li p {
	font-size: 1.1rem;
	line-height: 1.4;
	font-family: 'Zen Old Mincho', sans-serif, 'hiragino kaku gothic pro', meiryo, 'ms pgothic';
}

ul.facultyList li p span.position {
	font-size: 1rem;
	color: #114a89;
	letter-spacing: none;
}

ul.facultyList li span {
	font-size: 0.8rem;
	letter-spacing: 1px;
	color: #999;
}

ul.facultyList li:hover {
	cursor: pointer;
}

.facultyContent h2 {
	font-size: 1.6rem;
}

.facultyContent h2 span {
	font-size: 0.9rem;
	margin: 0 0 0 15px;
	display: inline-block;
	color: #999;
	letter-spacing: 1px;
}

.facultyContent h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 22px;
	font-size: 1.1rem;
	font-family: "Noto suns JP";
	position: relative;
	display: inline-block;
}

.facultyContent h3:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 1px;
	background-color: #000;
}

.facultyContent h3:before {
	left: 0;
}

ul.movieList {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	flex-wrap: wrap;
}

ul.movieList li {
	width: calc(50% - 15px);
	margin: 0 30px 50px 0;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

ul.movieList li:nth-child(2n) {
	margin: 0 0 50px 0;
}

ul.movieList li h3 {
	content: none;
	margin: 0;
	padding: 9px 15px 10px 15px;
	font-family: "Noto snns JP";
	font-size: 1.05rem;
	text-shadow: 1px 1px 2px #333;
	color: #fff;
	background: #114a89;
	flex-grow: 1;
}

ul.movieList li iframe {
	width: 100%;
	height: 280px;
	line-height: 1;
	vertical-align: bottom;
}

section.footerNav {
	max-width: 100%;
	padding: 50px 0;
	border-top: solid 2px #114a89;
}

section.footerNav > ul {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
}

section.footerNav ul li {
	width: calc(33.3% - 20px);
	margin: 0 30px 30px 0;
}

section.footerNav ul li:nth-child(3n) {
	width: calc(33.4% - 20px);
	margin: 0 0 30px 0;
}

section.footerNav ul li a {
	width: 100%;
	color: #114a89;
	font-size: 1.4rem;
	font-weight: bold;
}

section.footerNav ul li a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #ce0e2d;
}

section.footerNav ul li ul.subNav {
	width: 100%;
	padding: 0 0 0 20px;
}

section.footerNav ul li ul.subNav li {
	width: 100%;
	margin: 0;
}

section.footerNav ul li ul.subNav li a {
	color: #333;
	font-size: 1rem;
}

section.footerNav ul li ul.subNav li a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #ce0e2d;
}

footer {
	width: 100%;
	background: #114a89;
}

footer .footerContent {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px 50px;
	display: flex;
	flex-wrap: wrap;
}

footer .footerContent h1 {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #fff;
}

footer .footerContent h1 img {
	width: 100%;
	max-width: 820px;
}

footer .footerContent .leftContent,
footer .footerContent .rightContent {
	width: calc(50% - 15px);
	margin: 0 30px 30px 0;
}

footer .footerContent .rightContent {
	margin: 0 0 30px 0;
}

footer .footerContent h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
	font-size: 1.1rem;
	border: none;
}

footer .footerContent p {
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 0.9rem;
}

footer .footerContent p.copyRight {
	padding: 0;
	font-size: 0.9rem;
}

.pageTop {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: flex;
	z-index: 500;
	opacity: 0;
}

.pageTop a {
	width: 100%;
	border-top: solid 1px #114a89;
	border-left: solid 1px #114a89;
	border-right: solid 1px #114a89;
	color: #114a89;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 1px;
	background: #e6e8ea;
}

.pageTop a:hover {
	opacity: 0.7;
}

.pageTop a:before {
	position: absolute;
	top: 100%;
	left: -10%;
	width: 120%;
	height: 1px;
	content: '';
	background: #114a89;
}

.pageTop a:after {
	position: absolute;
	top: 100%;
	left: -10%;
	width: 120%;
	height: 8px;
	content: '';
	background-image: repeating-linear-gradient(-45deg, #114a89, #114a89 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width:1024px) {
	
	header .headerContent nav ul.gNav li a {
		font-size: 0.8rem;
	}
	
	ul.sortNav {
		grid-template-columns: repeat(2, 1fr);
	}
	
	ul.sortNav li {
		display: flex;
	}
	
	ul.sortNav li span {
		padding: 3px 10px 4px 10px;
	}
	
}

@media screen and (max-width:820px) {
	
	.imgRight figure,
	.imgLeft figure {
		max-width: 200px;
		margin: 0 0 0 15px;
	}
	
	.imgLeft figure {
		margin: 0 15px 0 0;
	}
	
	.imgRight p,
	.imgLeft p {
		width: calc(100% - 215px);
	}
	
	figure.img2column,
	figure.img3column {
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.btn-gnavi {
		padding: 10px;
		position: fixed;
		top: 20px;
		right: 20px;
		width: 50px;
		height: 44px;
		z-index: 10001;
		box-sizing: border-box;
		cursor: pointer;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		background: rgba(255,255,255,0.8);
	}
	
	.btn-gnavi span {
		position: absolute;
		width: 30px;
		height: 4px;
		right: 9px;
		background: #666;
		-webkit-transition: all 400ms;
		transition: all 400ms;
		z-index: 10002;
	}
	
	.btn-gnavi.open {
		width: 100%;
		height: 25px;
		padding: 20px 20px 40px;
		background: #114a89;
		border-bottom: solid 1px #fff;
		top: 0px;
		right: 0;
	}
	
	.btn-gnavi span:nth-child(1) {
		top: 10px;
	}
	
	.btn-gnavi span:nth-child(2) {
		top: 20px;
	}
	
	.btn-gnavi span:nth-child(3) {
		top: 30px;
	}
	
	div.open span {
		background: #fff!important;
	}
	
	div.open span:nth-child(1) {
		transform: translateY(10px) rotate(-45deg);
		-webkit-transform: translateY(10px) rotate(-45deg);
		top: 10px!important;
	}
	
	div.open span:nth-child(2) {
		display: none;
	}
	
	div.open span:nth-child(3) {
		transform: translateY(-10px) rotate(45deg);
		-webkit-transform: translateY(-10px) rotate(45deg);
		top: 30px!important;
	}
	
	header .headerContent nav {
		width: 100%;
		height: 100vh;
		display: none;
		align-items: flex-start;
		position: fixed;
		top: 61px;
		background: #114a89;
		overflow-y: auto;
		z-index: 2000;
	}
	
	header .headerContent nav ul.catNav {
		margin: 0 0 150px 0;
		order: 2;
	}
	
	header .headerContent nav ul.gNav {
		order: 1;
	}
	
	header .headerContent nav ul.catNav li,
	header .headerContent nav ul.gNav li {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	
	header .headerContent nav ul.catNav li a,
	header .headerContent nav ul.gNav li a {
		padding: 15px 15px;
		display: flex;
		color: #fff;
		font-size: 1.1rem;
		border-bottom: solid 1px #fff;
	}
	
	header .headerContent nav ul.catNav li a:hover,
	header .headerContent nav ul.gNav li a:hover {
		text-decoration: none;
	}
	
	header .headerContent nav ul.catNav li a:after,
	header .headerContent nav ul.gNav li a:before {
		content: none;
	}
	
	header .headerContent nav ul.subNav {
		width: 100%;
		position: static;
		background: none;
		opacity: 1;
		transform: translateY(0);
	}
	
	header .headerContent nav ul.subNav li {
		
	}
	
	header .headerContent nav ul.subNav li a {
		padding: 8px 15px;
		font-size: 0.95rem;
		color: #114a89;
		background: #fff;
		border-bottom: solid 1px #e6e8ea;
	}
	
	header .headerContent nav ul.subNav li a:hover {
		color: #fff;
	}
	
	.breadcrumbs {
		padding: 0 20px;
	}
	
	.contents section,
	section {
		padding: 60px 20px;
	}
	
	section.blue {
		padding: 60px 0;
	}
	
	section.blue > div {
		padding: 0 20px;
		background-size: contain;
	}
	
	section.blue p {
		font-size: 0.9rem;
	}
	
	section ul.newsList {
		gap: 15;
		grid-template-columns: repeat(1, 1fr);
	}
	
	section ul.newsList li a figure {
		height: 300px;
	}
	
	.contents section ul.newsList {
		gap: 15;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.contents section ul.newsList li a figure {
		height: 220px;
	}
	
	section ul.noticeList li.noLink,
	section ul.noticeList li,
	section ul.noticeList li:nth-child(2n) {
		width: 100%;
		margin: 0;
	}
	
	section ul.noticeList li.noLink,
	section ul.noticeList li:nth-child(2) a {
		border-top: none;
	}
	
	.moreBtn {
		margin: 0 0 60px auto;
	}
	
	.movie {
		height: 450px;
	}
	
	h2 {
		margin: 0 0 30px 0;
		font-size: 1.6rem;
		border-left: solid 5px #ce0e2d;
	}
	
	ul.laboratoryList {
		gap: 14px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	ul.laboratoryList li {
		padding: 12px 18px;
	}
	
	ul.laboratoryList li h2 {
		font-size: 1rem;
	}
	
	ul.facultyList {
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	section ul.bannerList li,
	section ul.bannerList li:nth-child(3n) {
		width: calc(50% - 10px);
		margin: 0 20px 15px 0;
	}
	
	section ul.bannerList li:nth-child(2n) {
		margin: 0 0 15px 0;
	}
	
	section.footerNav > ul {
		padding: 0 20px;
	}
	
	section.footerNav ul li,
	section.footerNav ul li:nth-child(3n) {
		width: calc(50% - 15px);
		margin: 0 30px 50px 0;
	}
	
	section.footerNav ul li:nth-child(2n) {
		margin: 0 0 50px 0;
	}
	
	footer .footerContent {
		padding: 30px 20px;
	}
	
	.pageTop {
		right: 20px;
	}
}

@media screen and (max-width:500px) {
	
	.scroll {
		overflow-x: auto;
		display: block;
	}
	
	.scroll table th,
	.scroll table td {
		white-space: nowrap;
	}
	
	.imgRight figure,
	.imgLeft figure {
		max-width: 350px;
		margin: 0 auto 20px;
		order: 1;
	}
	
	.imgRight p,
	.imgLeft p {
		width: 100%;
		order: 2;
	}
	
	figure.img2column,
	figure.img3column {
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	
	header .headerContent h1 {
		width: calc(100% - 60px);
	}
	
	.contents section,
	section {
		padding: 30px 20px;
	}
	
	.contents p,
	.contents section p {
		font-size: 0.9rem;
	}
	
	figure.mainImg img:nth-child(2) {
		padding: 50px 0 0 0;
	}
	
	figure.mainImg img.fixed {
		top: 50px;
	}
	
	h2 {
		font-size: 1.3rem;
	}
	
	section.blue {
		padding: 40px 0;
	}
	
	section.blue p {
		margin: 0 0 30px 0;
		font-size: 0.8rem;
	}
	
	.contents section ul.newsList {
		grid-template-columns: repeat(1, 1fr);
	}
	
	section ul.newsList li a figure {
		height: 220px;
	}
	
	section ul.noticeList li.noLink,
	section ul.noticeList li a {
		padding: 8px 5px;
	}
	
	section ul.noticeList li.noLink p,
	section ul.noticeList li a p {
		font-size: 0.75rem;
	}
	
	.movie {
		height: 250px;
	}
	
	ul.laboratoryList {
		gap: 15px;
		grid-template-columns: repeat(1, 1fr);
	}
	
	ul.laboratoryList li {
		padding: 20px 18px;
	}
	
	ul.sortNav {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	
	ul.sortNav li span {
		padding: 3px 5px;
		font-size: 0.65rem;
	}
	
	ul.facultyList {
		gap: 15px;
		grid-template-columns: repeat(1, 1fr);
	}
	
	ul.facultyList li {
		padding: 10px 12px;
		font-size: 1rem;
	}
	
	ul.facultyList li span {
		font-size: 0.7rem;
	}
	
	.iziModal,
	.iziModal .iziModal-content,
	.iziModal .iziModal-wrap,
	.facultyContent,
	.laboratoryContent {
		max-width: 320px!important;
		max-height: 400px!important;
	}
	
	.iziModal {
		top: 10%;
	}
	
	.facultyContent {
		padding: 15px 20px;
		gap: 0;
		grid-template-columns: 1fr;
	}
	
	.facultyContent figure {
		margin: 0 0 20px 0;
	}
	
	.facultyContent figure img {
		height: 100%;
		max-height: 250px;
		object-fit: cover;
		object-position: 50% 25%;
	}
	
	.facultyContent h2 {
		margin: 0 0 20px 0;
		font-size: 1.1rem;
	}
	
	.facultyContent h3 {
		font-size: 1rem;
	}
	
	.facultyText h2 span {
		font-size: 0.8rem;
	}
	
	.facultyText h2 span.position {
		font-size: 0.9rem;
	}
	
	.facultyText p {
		font-size: 0.9rem;
		line-height: 1.6;
	}
	
	ul.movieList li,
	ul.movieList li:nth-child(2n) {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	section.footerNav ul li,
	section.footerNav ul li:nth-child(2n),
	section.footerNav ul li:nth-child(3n) {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	footer .footerContent .leftContent,
	footer .footerContent .rightContent {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	footer .footerContent p.copyRight {
		font-size: 0.8rem;
	}
	
	.pageTop {
		width: 50px;
		height: 50px;
	}
	
	.pageTop a {
		font-size: 0.7rem;
	}
	
}

/*---------------------共通設定---------------------*/

.linkList li a.directLink:after,
.directLink:after {
	padding: 0 5px;
	content: '\f08e';
	font-weight: 900;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	color: #114a89;
}

.noIcon:after {
	content: none!important;
}

.txtUline,
.a_txtUline {
	text-decoration: underline;
}

.txtOrange {
	color: #ff9172;
}

.talR,
.a_talR {
	text-align: right !important;
}
.talL,
.a_talL {
	text-align: left!important;
}
.talC,
.a_talC {
	text-align: center!important;
}

.mrgnT0,
.a_mrgnT0 {
	margin-top: 0px!important;
}
.mrgnB0,
.a_mrgnB0 {
	margin-bottom: 0px!important;
	margin-top: 0px;
}
.mrgnL0,
.a_mrgnL0 {
	margin-left: 0px!important;
}
.mrgnR0,
.a_mrgnR0 {
	margin-right: 0px!important;
}
.mrgnB5,
.a_mrgnB5 {
	margin-bottom: 5px!important;
}

.mrgnL5,
.a_mrgnL5 {
	margin-left: 5px!important;
}

.mrgnT10,
.a_mrgnT10 {
	margin-top: 10px!important;
}
.mrgnB10,
.a_mrgnB10 {
	margin-bottom: 10px!important;
}
.mrgnL10,
.a_mrgnL10 {
	margin-left: 10px!important;
}
.mrgnR10,
.a_mrgnR10 {
	margin-right: 10px!important;
}
.mrgnL15,
.a_mrgnL15 {
	margin-left: 15px!important;
}
.mrgnT20,
.a_mrgnT20 {
	margin-top: 20px!important;
}
.mrgnB20,
.a_mrgnB20 {
	margin-bottom: 20px!important;
}
.mrgnL20,
.a_mrgnL20 {
	margin-left: 20px!important;
}
.mrgnL30,
.a_mrgnL30 {
	margin-left: 30px!important;
}
.mrgnB30,
.a_mrgnB30 {
	margin-bottom: 30px!important;
}
.mrgnB40,
.a_mrgnB40 {
	margin-bottom: 40px!important;
}
.mrgnB50,
.a_mrgnB50 {
	margin-bottom: 50px!important;
}
.mrgnB80,
.a_mrgnB80 {
	margin-bottom: 80px!important;
}

.mrgn0pdng0,
.a_mrgn0pdng0 {
	margin: 0;
	padding: 0;
}
.mrgnR20,
.a_mrgnR20 {
	margin-right: 20px!important;
}
.mrgnT30,
.a_mrgnT30 {
	margin-top: 30px!important;
}
.padB0,
.a_padB0 {
	padding-bottom:0 !important;
}

.padT0,
.a_padT0 {
	padding-top:0 !important;
}

.padL0,
.a_padL0 {
	padding-left:0 !important;
}

.padR0,
.a_padR0 {
	padding-right:0 !important;
}

.type11,
.a_type11 {
	font-size: 78%;
}

.font12,
.a_font12 {
	font-size: 12px!important;
}

.font14,
.a_font14 {
	font-size: 14px!important;
}

.font16,
.a_font16 {
	font-size: 16px!important;
}

.font18,
.a_font18 {
	font-size: 18px!important;
}

.font20,
.a_font20 {
	font-size: 20px!important;
}

.font22,
.a_font22 {
	font-size: 22px!important;
}

.font24,
.a_font24 {
	font-size: 24px!important;
}

.font26,
.a_font26 {
	font-size: 26px!important;
}

.font28,
.a_font28 {
	font-size: 28px!important;
}

.font30,
.a_font30 {
	font-size: 30px!important;
}

.w20p {
	width: 20%!important;
}

.w25p {
	width: 25%!important;
}

.w30p {
	width: 30%!important;
}

.w65p {
	width: 65%!important;
}

.mw120 {
	width: 100%;
	max-width: 120px!important;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
}

@media screen and (max-width:500px) {
	
	.w30p {
		width: 100%!important;
	}
	
	.mrgnR20,
	.a_mrgnR20,
	.mrgnL20,
	.a_mrgnL20 {
			margin-bottom: 15px !important;
	}
	
	
	
}
