@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
初期設定
****************************************************************************************************/

/* 古いブラウザへの対応 */
article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}
/* 古いブラウザへの対応 */

.pcOnly {
	display: block;
}
img.pcOnly,
span.pcOnly,
i.pcOnly {
	display: inline;
}
.spOnly {
	display: none;
}

html, body {
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
	background: #FFF;
	font-size: 15px;
}
html.large, html.large body {
	font-size: 18px;
}
html.small, html.small body {
	font-size: 13px;
}
html.dark, html.dark body {
	background: #000066;
	color: #FFF !important;
}
.dark.hospital #main *,
.dark.local #main *,
.dark.education #main *,
.dark.nursing #main *,
.dark #wrap *,
.dark.hospital #footer *,
.dark.local #footer *,
.dark.education #footer *,
.dark.nursing #footer * {
	background: none !important;
	border-color: rgba(255,255,255,.5) !important;
	color: #FFF !important;
}
.dark #wrap *::before,
.dark #wrap *::after {
	border-color: rgba(255,255,255,.5) !important;
}
.dark #wrap #contents-second #link ul li.hospital a::before,
.dark #wrap #contents-second #link ul li.local a::before,
.dark #wrap #contents-second #link ul li.education a::before,
.dark #wrap #contents-second #link ul li.nursing a::before,
.dark #wrap .tab ul li a::after,
.dark #wrap .tab ul li span.none::after {
    border-color: #FFF transparent transparent transparent !important;
}
.dark.hospital #header,
.dark.local #header,
.dark.education #header,
.dark.nursing #header {
	background-color: #000066 !important;
}
.dark #header img,
.dark #main img,
.dark #footer img {
	-webkit-filter: grayscale(1) brightness(0) invert(1);
	filter: grayscale(1) brightness(0) invert(1);
}
.dark.hospital #header,
.dark.local #header,
.dark.education #header,
.dark.nursing #header,
.dark.hospital #header a,
.dark.local #header a,
.dark.education #header a,
.dark.nursing #header a,
.dark.hospital #header > .controle,
.dark.local #header > .controle,
.dark.education #header > .controle,
.dark.nursing #header > .controle {
	color: #FFFFFF !important;
}
.dark.hospital #header .font a,
.dark.local #header .font a,
.dark.education #header .font a,
.dark.nursing #header .font a {
	background: #FFFFFF !important;
	color: #000066 !important;
}
.dark #header .font .select a {
	background: #00008C !important;
	color: #FFFFFF !important;
}
.dark .tab ul li a,
.dark .tab ul li span.none,
.dark #home-btn a,
.dark #menu-btn a,
.dark #menu,
.dark #covid-19 a,
.dark #local-lead a,
.dark #wrap #main-panel ul li,
.dark #wrap #contents-second #news,
.dark #wrap #contents-second #link ul li a,
.dark #wrap #contents-sub ul li a,
.dark .pagetop a,
.dark table,
.dark .section-box.important,
.dark .section-box.bg {
	border: 1px solid rgba(255,255,255,.5) !important;
}
.dark table.closed-table,
.dark table.recruit-table {
	border-left: none !important;
	border-right: none !important;
}
.dark.hospital #scroll a::after,
.dark.local #scroll a::after,
.dark.education #scroll a::after,
.dark.nursing #scroll a::after,
.dark.hospital #pagetop a::before,
.dark.local #pagetop a::before,
.dark.education #pagetop a::before,
.dark.nursing #pagetop a::before {
    border-color: rgba(255,255,255,.5) !important;
}
.dark #bread a,
.dark #wrap a {
	color: #FFF !important;
}
.monochrome {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	background: none;
}

* {
	box-sizing: border-box;
}
img {
	vertical-align: top;
}
a {
	word-break: break-all;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
}
a:hover {
	opacity: .5;
}

/* clear fix */
.clearfix:before,
.clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	*zoom:1;
}
/* clear fix */



/****************************************************************************************************
header
****************************************************************************************************/
#header {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 32px 40px;
	border-top: 8px solid #000066;
	text-align: left;
	z-index: 1000;
}
#header h1 {
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	padding-right: 1em;
	font-weight: normal;
	line-height: 1.4;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
.controle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #FFF;
	font-size: 0.733rem;
	font-weight: bold;
	z-index: 100;
	white-space: nowrap;
}
.search dt a,
.sns,
.font,
.page-color {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.sns,
.font,
.page-color {
	margin-left: 1rem;
}
.sns ul,
.font dl,
.font dl dd ul,
.page-color dl,
.page-color dl dd ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.search dt a img {
	margin-right: 0.2em;
}
.search dd {
	position: relative;
}
.search form {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8px;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
}
.search.active form {
	pointer-events: auto;
	opacity: 1;
}
.search form input[type="text"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	width: 200px;
	padding: 0.3rem 0.5rem;
	background: #FFF;
	border: 1px solid #EEE;
	font-size: 0.8rem;
}
.search form input[type="submit"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	padding: 0.3rem 0.5rem;
	background: #00008C;
	color: #FFF;
	font-size: 0.8rem;
	font-weight: bold;
}
.sns ul li + li {
	margin-left: 10px;
}
.font dl dt,
.page-color dl dt {
	margin-right: 6px;
}
.font dl dd ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background: #FFF;
}
#header .font dl dd ul li a {
	color: #00AFFF;
}
#header .font dl dd ul li.select a {
	background: #00008C;
	color: #FFF;
}
.page-color dl dd ul li {
	width: 20px;
	height: 20px;
}
.page-color dl dd ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.page-color dl dd ul li[data-color="basic"] a {
	background: #FFF;
}
.page-color dl dd ul li[data-color="dark"] a {
	background: #00008C;
}
.page-color dl dd ul li[data-color="monochrome"] a {
	background: #CCCCCC;
	border: 4px solid #FFF;
}
.page-color dl dd ul li.select {
	opacity: .5;
}

#home-btn,
#menu-btn {
	position: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 100px;
	top: 50%;
	-webkit-transform: translate(0, calc(-50% - 10px));
	transform: translate(0, calc(-50% - 10px));
	z-index: 100;
}
#home-btn {
	left: 0;
}
#menu-btn {
	right: 0;
	text-indent: -9999px;
}
#home-btn a,
#menu-btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #000066;
	color: #FFF;
	font-size: 1.066rem;
	text-decoration: none;
}
#menu-btn span,
#menu-btn a::before,
#menu-btn a::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 28px;
	height: 2px;
	margin: auto;
	background: #FFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}
#menu-btn span {
	background: #FFF;
	overflow: visible;
	white-space: nowrap;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#menu-btn a::before {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
	content: "";
}
#menu-btn a::after {
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px);
	content: "";
}
#menu-btn.active {
	background: none;
}
#menu-btn.active span {
	opacity: 0;
	-webkit-transition: opacity 150ms;
	transition: opacity 150ms;
}
#menu-btn.active a::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-btn.active a::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}




/****************************************************************************************************
menu
****************************************************************************************************/
#menu {
	position: fixed;
	width: auto;
	height: 100%;
	max-height: 100vh;
	overflow: scroll;
	right: -100%;
	top: 0;
	padding: 40px 40px 40px 45px;
	background: #000066;
	text-align: left;
	z-index:1000;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
}
.nursing #menu {
	background: #00448E;
}
.nursing #header .font dl dd ul li.select a {
	background: #00448E;
}
.nursing #menu .page-color dl dd ul li[data-color="dark"] a {
	background: #00448E;
}
#menu.active {
	right: 0;
	top: 0;
}
#menu .search form input[type="submit"] {
	border: 1px solid #FFF;
}
#menu .font dl dd ul li a {
	color: #000170;
}
#menu .font-size dl dd ul li.select a {
	color: #FFF;
}
#menu .page-color dl dd ul li {
	border: 1px solid #FFF;
}
#menu #gNav {
	position: relative;
	margin-top: 2.8rem;
	color: #FFF;
	line-height: 1.8;
}
#menu #gNav #close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.8rem;
	font-weight: bold;
	z-index: 10;
}
#menu #gNav #close a {
	position: relative;
	display: block;
	padding: 0.3rem 2rem 0.3rem 0.6rem;
}
#menu #gNav #close a::before,
#menu #gNav #close a::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	/*left: 0;*/
	right: 0;
	width: 28px;
	height: 2px;
	margin: auto;
	background: #FFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
}
#menu #gNav #close a::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#menu #gNav #close a::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}
#menu #gNav a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#menu #gNav > ul > li > ul {
	padding: 1.0em 0;
	border-top: 1px solid #FFF;
}
#menu #gNav > ul > li > a {
	font-size: 1.2rem;
	color: #26C9FF;
}
#menu #gNav > ul > li > ul:nth-of-type(1) {
	margin-top: 0.8em;
}
#menu #gNav > ul > li > ul:nth-last-of-type(1) {
	border-bottom: 1px solid #FFF;
}
#menu #gNav > ul > li > ul + ul {
	border-top: 1px dotted #FFF;
}
#menu #gNav .supplement {
	font-size: 0.866rem;
}



/****************************************************************************************************
footer
****************************************************************************************************/
#footer {
	position: relative;
	padding: 0 0 50px 0;
	background-image:
		url(../img/common/footer-bg1.png),
		url(../img/common/footer-bg2.png);
	background-repeat:
		no-repeat,
		no-repeat;
	background-position:
		left bottom,
		right bottom;
	border-bottom: 5px solid #000066;
}
.nursing #footer {
	border-color: #00448E;
}
#footer a {
	color: #00A3F7;
	text-decoration: none;
}
#pagetop {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 0.666rem;
	margin: auto;
}
#pagetop a {
	display: block;
	margin: 70px 0;
	padding: 0 2em;
}
#pagetop a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 40px;
	margin-bottom: 1em;
	border-top: 1px solid #00BFFF;
	border-left: 1px solid #00BFFF;
	-webkit-transform: translate(2px, 0) skew(0, 45deg);
	transform: translate(2px, 0) skew(0, 45deg);
	transform-origin: left top;
}

.pagetop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 46px;
	height: 46px;
}
.pagetop.absolute {
	position: absolute;
	bottom: 185px;
}
.pagetop a {
	display: block;
	width: 100%;
	height: 100%;
	background: #000066;
	border-radius: 50%;
	text-indent: -9999px;
}
.pagetop a::before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 22px;
	top: 11px;
	width: 2px;
	height: 24px;
	border-radius: 1px;
	background-color: #FFFFFF;
}
.pagetop a::after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 22px;
	top: 11px;
	width: 2px;
	height: 14px;
	border-radius: 1px;
	background-color: #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transform-origin: 0 1px;
}
.nursing .pagetop a {
	background: #00448E;
}

#fNav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -0.5em 0;
}
#fNav ul li {
	margin: 0.5em 1em;
}

#fLogo {
	margin: 46px 0 18px 0; 
}
#copyright {
	font-size: 0.866rem;
	line-height: 1.4;
}






@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	初期設定
	****************************************************************************************************/
	html,
	body {
		min-width: initial;
		min-width: auto;
		min-width: initial;
		min-width: auto;
		font-size: 3.466vw;
	}
	img {
		width: 100%;
		height: auto;
	}
	a {
		-webkit-transition: none;
		transition: none;
	}
	a:hover {
		opacity:1;
	}
	.pcOnly,
	img.pcOnly,
	span.pcOnly,
	i.pcOnly {
		display:none;
	}
	.spOnly {
		display:block;
	}
	span.spOnly {
		display:inline;
	}
	
	
	
	/****************************************************************************************************
	header
	****************************************************************************************************/
	#header {
		padding: 3vw 4vw;
		border-top-width: 1.5vw;
	}
	#header h1 {
		padding: 0;
		font-size: 0.6rem;
	}
	#header > .controle {
		display: none;
	}
	#menu .controle {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 60vw;
		gap: 1.2em 2em;
	}
	.sns,
	.font,
	.page-color {
		margin-left: 0;
	}
	.search form {
		margin-top: 1vw;
	}
	.search form input[type="text"] {
		width: 50vw;
	}
	.sns ul li + li {
		margin-left: 2vw;
	}
	.font dl dt,
	.page-color dl dt {
		margin-right: 1.5vw;
	}
	.font dl dd ul li a {
		width: 5vw;
		height: 5vw;
	}
	.page-color dl dd ul li {
		width: 5vw;
		height: 5vw;
	}
	
	#home-btn,
	#menu-btn {
		width: 10vw;
		height: 10vw;
		-webkit-transform: translate(0, calc(-50% - 0));
		transform: translate(0, calc(-50% - 0));
	}
	#home-btn a,
	#menu-btn a {
		font-size: 0.6rem;
	}
	#menu-btn span,
	#menu-btn a::before,
	#menu-btn a::after {
		width: 5vw;
		height: 0.5vw;
	}
	#menu-btn a::before {
		-webkit-transform: translate(0, -2.0vw);
		transform: translate(0, -2.0vw);
		content: "";
	}
	#menu-btn a::after {
		-webkit-transform: translate(0, 2.0vw);
		transform: translate(0, 2.0vw);
		content: "";
	}
	
	
	
	
	/****************************************************************************************************
	menu
	****************************************************************************************************/
	#menu {
		padding: 6vw 6vw 6vw 6vw;
	}
	#menu #gNav {
		margin-top: 2.0rem;
	}
	#menu #gNav #close {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 0.8rem;
		font-weight: bold;
		z-index: 10;
	}
	#menu #gNav #close a::before,
	#menu #gNav #close a::after {
		width: 7vw;
		height: 0.5vw;
	}
	#menu #gNav li a {
		padding-right: 1.5em;
	}
	
	
	
	/****************************************************************************************************
	footer
	****************************************************************************************************/
	#footer {
		padding: 0 0 10vw 0;
		background-size:
			calc(293vw / 12) auto,
			calc(304vw / 12) auto;
		border-bottom-width: 1vw;
	}
	#pagetop a {
		margin: 10vw 0;
	}
	#pagetop a::before {
		width: calc(8vw / 5);
		height: calc(40vw / 5);
		-webkit-transform: translate(0, 0) skew(0, 45deg);
		transform: translate(0, 0) skew(0, 45deg);
	}
	
	.pagetop {
		right: 3vw;
		bottom: 3vw;
		width: 8vw;
		height: 8vw;
	}
	.pagetop.absolute {
		bottom: 16vw;
	}
	.pagetop a::before {
		left: 3.8vw;
		top: 2vw;
		width: 0.5vw;
		height: 4vw;
		border-radius: 0.25vw;
	}
	.pagetop a::after {
		left: 3.8vw;
		top: 2vw;
		width: 0.5vw;
		height: 3vw;
		border-radius: 0.25vw;
		transform-origin: 0 0.25vw;
	}
	
	#fNav ul {
		width: 80vw;
		margin: auto;
	}
	
	#fLogo {
		width: calc(22.6vw * 3);
		margin: 5vw auto 4vw auto; 
	}
	#copyright {
		font-size: 0.6rem;
	}
}