@charset "utf-8";
/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
/* outline:0; */
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
hr {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:""; content:none;}
input, select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	background-color: #fff;
	color: #1a1a1a;
	font-family:  "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Arial, sans-serif;
	line-height: 1.75;
	font-weight: 500;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.site {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.7rem;
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
strong, .bold { font-weight: bold; }
.nobold { font-weight: 500 !important; }
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none { display:none; }
/* 行スペース */
.t1 { margin-top: 1.75em; }
.b1 { margin-bottom: 1.75em; }
.b2 { margin-bottom: 3.5em; }
.b3 { margin-bottom: 5.25em; }
/* スペース */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt25 { margin-top: 25px !important; }
.mt20 { margin-top: 20px !important; }
.mt80 { margin-top: 80px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb120 { margin-bottom: 120px !important; }
.mb130 { margin-bottom: 130px !important; }
.mb150 { margin-bottom: 150px !important; }
.mb200 { margin-bottom: 200px !important; }
.pb50 { padding-bottom: 50px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml50 { margin-left: 50px !important; }
.ml2rem { margin-left: 2rem !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.nopd { padding: 0 !important; }
/* リンク */
a {
	color: #1a1a1a;
	text-decoration: none;
	transition: .3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
	a:hover {
		color: #004da0;
	}
}
a:focus {
	color: #004da0;
}
a.cms_link {
	color: #004da0;
	text-decoration: none !important;
}
.cms_link a {
	text-decoration: none !important;
	color: #004da0;
}
.contents a,
.contentsWide a {
	color: #004da0;
}
a .img_hover {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
a .img_hover img {
	display: block;
	overflow: hidden;
	width: 100%;
	transition-duration: .3s;
}
a:hover .img_hover img {
	opacity: 1;
	overflow: hidden;
	transform: scale(1.03);
	transition-duration: .3s;
}
.contents .cms_text:not(.btn) :not(.btn) a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.contents a,
	.contentsWide a {
		transition: .3s ease-in-out;
	}
	.contents a:hover,
	.contentsWide a:hover {
		opacity: .5;
	}
}
/* カラー */
.pink { color: #ff8d70; }
.red { color: #ff0000; }
.blue { color: #004da0; }
.navy { color: #0d2c4f; }
.gray { color: #8a8a90; }
/* .gold { color: #b5a14c; } */
/* フォントサイズ */
.f11 { font-size: 1.1rem; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.small, small,
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.6rem; }
.big,
.f18 { font-size: 1.8rem; }
.f19 { font-size: 1.9rem; }
.f20 { font-size: 2rem; }
.f21 { font-size: 2.1rem; }
.f22 { font-size: 2.2rem; }
.f24 { font-size: 2.4rem; }
.f25 { font-size: 2.5rem; }
.f26 { font-size: 2.6rem; }
.f28 { font-size: 2.8rem; }
.f29 { font-size: 2.9rem; }
.f30 { font-size: 3rem; }
.f31 { font-size: 3.1rem; }
.f32 { font-size: 3.2rem; }
.f33 { font-size: 3.3rem; }
.f34 { font-size: 3.4rem; }
/* 上付き */
sup {
	font-size: 1.3rem;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 1.3rem;
	vertical-align:bottom;
}
/* 強調 */
em { font-style: italic; }
/* 打消し */
del { text-decoration: line-through; }
/* 引用・転用 */
blockquote { margin: 1em 3em; }
/* 非表示 */
.hide { display: none; }
/* インラインブロック */
.inline-block {
	display: inline-block;
}
/* インデント */
.ti1c {
	padding-left: 1em;
	text-indent: -1em;
}
.ti2c {
	padding-left: 2em;
	text-indent: -2em;
}
.ti2hc {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
/* キャプション内見出し */
.cms_caption_b .f24 {
	line-height: 1.5;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pc { display: block !important; }
	.sp { display: none !important;}.f34
	.pc_tal { text-align: left; }
	.pc_tac { text-align: center; }
	.pc_tar { text-align: right; }
	.pc_bold { font-weight: bold;}
	.pc_nobr br { display: none; }
	/* スペース */
	.pc_mb0 { margin-bottom: 0 !important }
	.pc_mb10 { margin-bottom: 10px !important; }
	.pc_mb20 { margin-bottom: 20px !important; }
	.pc_mb30 { margin-bottom: 30px !important; }
	.pc_mb40 { margin-bottom: 40px !important; }
	.pc_mb50 { margin-bottom: 50px !important; }
	.pc_mb60 { margin-bottom: 60px !important; }
	.pc_mb80 { margin-bottom: 80px !important; }
	.pc_mb100 { margin-bottom: 100px !important; }
	.pc_mr0 { margin-right: 0 !important; }
	.pc_mr10 { margin-right: 10px !important; }
	/* TEL Link */
	a[href^="tel:"] {
		color: #1a1a1a;
		text-decoration: none !important;
		pointer-events: none;
		cursor: default;
	}
	/* PCのみインラインブロック */
	.pc_inline-block {
		display: inline-block;
	}
	.br_sp { display: none; }
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html, body {
		min-width: 100%;
		max-width: 100%;
	}
	.site { min-width: 0;}
	.pc { display: none !important; }
	.sp { display: block !important; }
	.sp_db { display: block !important; }
	.sp_tac { text-align: center !important; }
	.sp_tal { text-align: left !important; }
	.sp_nobr br { display: none; }
	.fl, .fr { float: none; }
	/* スペース */
	.mt25 { margin-top: 20px !important; }
	.mt80 { margin-top: 50px !important; }
	.mb15 { margin-bottom: 10px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mb25 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 20px !important; }
	.mb35 { margin-bottom: 20px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 30px !important; }
	.mb60 { margin-bottom: 40px !important; }
	.mb70 { margin-bottom: 40px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb100 { margin-bottom: 60px !important; }
	.mb120 { margin-bottom: 60px !important; }
	.mb130 { margin-bottom: 60px !important; }
	.mb150 { margin-bottom: 60px !important; }
	.mb200 { margin-bottom: 80px !important; }
	.pb50 { padding-bottom: 30px !important; }
	.sp_mt30 { margin-top: 30px !important; }
	.sp_mb0 { margin-bottom: 0 !important; }
	.sp_mb5 { margin-bottom: 5px !important; }
	.sp_mb10 { margin-bottom: 10px !important; }
	.sp_mb15 { margin-bottom: 15px !important; }
	.sp_mb20 { margin-bottom: 20px !important; }
	.sp_mb25 { margin-bottom: 25px !important; }
	.sp_mb30 { margin-bottom: 30px !important; }
	.sp_mb40,
	.mb10.sp_mb40  { margin-bottom: 40px !important; }
	.sp_mb50 { margin-bottom: 50px !important; }
	.sp_mb60 { margin-bottom: 60px !important; }
	.sp_mb80 { margin-bottom: 80px !important; }
	.sp_ml2em { margin-left: 2rem !important; }
	.sp_ml_auto { margin-left: auto !important; }
	.sp_mr0 { margin-right: 0 !important; }
	/* フォントサイズ */
	.f13 { font-size: 1.2rem; }
	.small, small,
	.f14 { font-size: 1.2rem; }
	.f15 { font-size: 1.3rem; }
	.f16 { font-size: 1.4rem; }
	.big,
	.f18 { font-size: 1.6rem; }
	.f19 { font-size: 1.6rem; }
	.f20 { font-size: 1.7rem; }
	.f21 { font-size: 1.7rem; }
	.f22 { font-size: 1.7rem; }
	.f24 { font-size: 1.8rem; }
	.f25 { font-size: 1.8rem; }
	.f26 { font-size: 1.9rem; }
	.f28 { font-size: 1.9rem; }
	.f29 { font-size: 2rem; }
	.f30 { font-size: 2rem; }
	.f31 { font-size: 2.1rem; }
	.f32 { font-size: 2.1rem; }
	.f33 { font-size: 2.2rem; }
	.f34 { font-size: 2.2rem; }
	.nobr br { display: none; }
	.br_pc { display: none; }
	.br_sp { display: block; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
}
/* ------------------------------
 ヘッダー
------------------------------ */
.header-area {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	text-align: center;
}
.header-block {
	margin: 0 auto;
	text-align: left;
}
.header-block a {
	color: #1a1a1a;
}
/* ロゴ */
.header-block_logo a {
	display: flex;
	align-items: center;
	column-gap: 20px;
	position: relative;
	margin-top: -8px;
	text-decoration: none;
}
.header-block_logo img {
	vertical-align: middle;
}
.header-block_logo:hover img {
	opacity: 1;
}
.header-block_logo span {
	display: inline-block;
	margin-top: 15px;
	color: #004da0;
	font-family: "Poppins", sans-serif;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 400;
}
.visually-hidden {
	display: block !important;
	overflow: hidden !important;
	visibility: visible !important;
	opacity: 0 !important;
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
/* ENTRY */
.header-block .gnav .entryBox {
	display: flex;
}
.header-block .gnav .entryKosen a,
.header-block .gnav .entryNewgrad a,
.header-block .gnav .entryCareer a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;	
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.header-block .gnav .entryKosen a {
	background-color: #00a6db;
}
.header-block .gnav .entryNewgrad a {
	background-color: #004da0;
}
.header-block .gnav .entryCareer a {
	background-color: #ec6c00;
}
.header-block .gnav .entryKosen a span,
.header-block .gnav .entryNewgrad a span,
.header-block .gnav .entryCareer a span {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header-area {
		max-width: 100%;
		min-width: 1240px;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	.header-block {
		position: relative;
		width: 100%;
		height: 100px;
		margin: 0 auto;
		background-color: #fff;
	}
	.header-box {
		display: flex;
		justify-content: space-between;
		position: relative;
		/* max-width: 1600px; */
		height: 100px;
		margin: auto;
		background-color: #fff;
	}
	/* ロゴ */
	.header-block_logo {
		display: flex;
		align-items: center;
		margin-left: 30px;
	}
	.header-block_logo img {
		width: 150px;
		margin-top: -5px;
	}
	/* グローバルナビ */
	.gnav {
		width: 100%;
		display: flex;
	}
	.header-block .gnav .header-menu {
		display: flex;
		justify-content: center;
		visibility: visible;
		height: 100px;
		margin-right: 30px;
	}
	.header-block .gnav .header-menu > li {
		display: flex;
		align-items: center;
		font-size: 1.4rem;
		text-align: center;
		font-weight: bold;
	}
	.header-block .gnav .header-menu > li:not(:first-child) {
		padding: 0 8px;
	}
	.header-block .gnav .header-menu > li:not(:last-child) {
		padding: 0 8px;
	}
	.header-block .gnav .header-menu > li:last-child {
		padding-right: 0;
	}
	.header-block .gnav .header-menu > li > p {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.header-block .gnav .header-menu > li > p a {
		font-size: 1.6rem;
		display: flex;
		height: 100%;
		align-items: center;
		transition: 0.3s ease-in-out;
		text-decoration: none;
		position: relative;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		color: #1a1a1a;
		line-height: 1;
	}
	.header-block .gnav .header-menu > li:hover > p a,
	.header-block .gnav .header-menu > li > p a:hover,
	.header-block .gnav .header-menu > li > p a:focus,
	.header-block .gnav .header-menu > li.on > p a {
		opacity: 1;
		color: #004da0 !important;
	}
	.header-block .gnav .header-menu > li:hover > p a::after,
	.header-block .gnav .header-menu > li:focus > p a::after,
	.header-block .gnav .header-menu > li.on > p a::after {
		opacity: 1;
	}
	.header-block .gnav .header-menu > li > a::after,
	.header-block .gnav .header-menu > li > p > a::after {
		content: "";
		position: absolute;
		bottom: 25px;
		left: 0;
		width: 28px;
		height: 2px;
		background-color: #004da0;
		transition: all .3s;
		transform: scale(0, 1);
		transform-origin: left top;
	}
	.header-block .gnav .header-menu > li:hover a::after,
	.header-block .gnav .header-menu > li.on a::after,
	.header-block .gnav .header-menu > li a:focus::after {
		transform: scale(1, 1);
	}
	.header-navigation {
		display: flex;
	}
	.pulldown.on {
		overflow-y: auto;
		max-height: calc(100vh - 126px);
	}
	.pulldown + .header-overlay {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0);
		z-index: -5;
		transition-duration:0.4s;
		transition-timing-function:ease-in-out;
		transition-delay:0.3s;
		width: 100vw;
		height: 100vh;
		pointer-events: none;
	}
	.pulldown.on + .header-overlay {
		background-color: rgba(0, 0, 0, 0.5);
		cursor: pointer;
	}
	/* ENTRY */
	.header-block .gnav .entryKosen a,
	.header-block .gnav .entryNewgrad a,
	.header-block .gnav .entryCareer a {
		flex-direction: column;
		line-height: 1.4;
	}
	.header-block .gnav .entryKosen a span,
	.header-block .gnav .entryNewgrad a span,
	.header-block .gnav .entryCareer a span {
		display: block;
	}
}
@media print, screen and (min-width: 1280px) {
	.header-block_logo span {
		font-size: 1.6rem;
	}
	.header-block .gnav .header-menu > li {
		font-size: 1.5rem;
	}
	.header-block .gnav .header-menu > li:not(:first-child) {
		padding: 0 13px;
	}
	.header-block .gnav .header-menu > li:not(:last-child) {
		padding: 0 13px;
	}
}
/* safari(iOS)ハック */
@media print, screen and (min-width:1240px) and (max-width:1600px) {
	_::-webkit-full-page-media, _:future, :root .header-block .gnav .header-menu > li:not(:first-child) {
		margin-left: 10px;
	}
	_::-webkit-full-page-media, _:future, :root .header-block .gnav .header-menu > li:not(:last-child) {
		margin-right: 10px;
	}
}
/* ------------------------------
 プルダウンメニュー部分（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header-block .gnav .header-menu > li {
		position: relative;
	}
	.header-block .gnav .header-menu > li > .pulldown {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 90px;
		left: 10px;
		background-color: #fff;
		text-align: left;
		white-space: nowrap;
		transition: .3s ease-in-out;
		border-radius: 10px;
		font-size: 1.4rem;
		box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px;
		border: solid 1px #828993;
	}
	.header-block .gnav .header-menu > li > .pulldown.on {
		visibility: visible;
		opacity: 1;
		height: auto;
	}
	/* 下層メニュー */
	.header-block .gnav .header-menu > li > .pulldown > li > a {
		display: block;
		position: relative;
		padding: 12px 50px 12px 15px;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a:hover {
		opacity: 1;
		color: #004da0;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		width: 6px;
		height: 6px;
		margin: auto 0;
		border: 0;
		border-top: solid 2px #004da0;
		border-right: solid 2px #004da0;
		transform: rotate(45deg);
	}
	.header-block .gnav .header-menu > li > .pulldown > li:not(:last-child) > a {
		border-bottom: solid 1px #d7e2e6;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header-area {
		min-width: 100%;
	}
	.header-block {
		width: 100%;
		height: 60px;
		margin: 0 auto;
		background-color: #fff;
		transition: 0s all !important;
	}
	.header-box {
		position: relative;
		top: 0;
		z-index: 10;
		width: 100%;
	}
	/* ロゴ */
	.header-block_logo {
		display: flex;
		align-items: center;
		position: relative;
		z-index: 99;
		height: 60px;
		padding-left: 3%;
		background-color: #fff;
	}
	.header-block_logo a {
		column-gap: 12px;
		margin-top: 0;
	}
	.header-block_logo img {
		width: 110px;
	}
	.header-block_logo span {
		margin-top: 14px;
		font-size: 1rem;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		width: 60px;
		height: 60px;
		cursor: pointer;
		background: none;
		transition: .3s ease-in-out;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 28px;
		height: 2px;
		background-color: #18539b;
	}
	.menu-icon:before,
	.menu-icon:after {
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .header-block_logo {
		background-color: #fff;
	}
	.page-open-slidemenu .menu-icon::before,
	.page-open-slidemenu .menu-icon::after {
		background-color: #004da0;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: "";
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.menu-icon:before {
		top: -9px;
		transition: transform .05s ease-out;
	}
	.menu-icon:after {
		bottom: -9px;
		transition: transform .05s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background-color: transparent !important;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(9px) rotate(45deg);
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-9px) rotate(-45deg);
	}
	/* グローバルナビ */
	.header-block .gnav {
		display: flex;
		flex-flow: column;
		visibility: hidden;
		position: fixed;
		top: -150vh;
		width: 100%;
		padding: 0;
		background-color: #edf3f8;
		transition: .3s ease-in-out;
	}
	/* 開いたら固定 */
	.page-open-slidemenu .header-block {
		position: fixed;
		top: 0;
		background: #fff;
	}
	.page-open-slidemenu .header-block.is-before-scrolled {
		top: 0;
	}
	.page-open-slidemenu .header-block .gnav {
		visibility: visible;
		transition: .3s ease-in-out;
		max-height: 100vh;
		height: 100vh;
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		opacity: 1;
		top: 60px;
	}
	.page-open-slidemenu .header-block.is-before-scrolled .gnav {
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
	}
	.header-block .gnav .header-menu {
		margin-bottom: 45px;
		border-top: 1px solid #cddbe0;
	}
	.header-block .gnav .header-menu > li > p {
		position: relative;
		border-bottom: 1px solid #cddbe0;
		background-color: #edf3f8;
		font-weight: bold;
	}
	.header-block .gnav .header-menu > li a {
		display: block;
		line-height: 1;
		text-decoration: none;
	}
	/* 開閉ボタン 開く処理 */
	.header-block .gnav > .inBlock > p {
		display: none;
	}
	.header-block .gnav .header-menu > li > p > a:not(.btn-submenu-toggle)  {
		position: relative;
		width: 100%;
		padding: 27px 5% 26px;
		font-size: 1.6rem;
	}
	.header-block .gnav .header-menu > li > p > a:not(.btn-submenu-toggle)::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(5% + 7px);
		width: 8px;
		height: 8px;
		margin: auto 0;
		border: 0;
		border-top: solid 2px #004da0;
		border-right: solid 2px #004da0;
		transform: rotate(45deg);
	}
	/* ------------------------------
	プルダウンメニュー部分（SP）
	------------------------------ */
	.header-block .gnav .header-menu > li > .pulldown {
		display: none;
		position: relative;
		overflow: hidden;
		padding: 15px 5%;
		border-bottom: 1px solid #cddbe0;
		background-color: #fff;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a {
		position: relative;
		font-size: 1.5rem;
		padding: 10px 32px 10px 0;
	}
	.header-block .gnav .header-menu > li > .pulldown > li > a::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: auto 0;
		border: 0;
		border-top: solid 1px #004da0;
		border-right: solid 1px #004da0;
		transform: rotate(45deg);
		margin-left: 5px;
    	vertical-align: 1px;
	}
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		bottom: 0;
		width: 60px;
		height: 60px;
		margin: auto;
		cursor: pointer;
		background-color: #edf3f8;
	}
	.btn-submenu-toggle::before,
	.btn-submenu-toggle::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #004da0;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle::before {
		width: 2px;
		height: 16px;
	}
	.btn-submenu-toggle::after {
		width: 16px;
		height: 2px;
	}
	.is-open .btn-submenu-toggle::before {
		background-color: transparent;
	}
	.header-block .gnav .navigation-block .navigation-box a.link-group .text-title-m {
		margin-top: 10px;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.header-navigation .inquiry {
		justify-content: center;
		margin: 40px auto 100px;
	}
	/* 下層トグルボタン */
	.navigation-flexbox .btn-submenu-toggle {
		display: block;
		width: 24px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		cursor: pointer;
		height: 24px;
		background: #fff;
		bottom: 0;
		margin: auto;
	}
	.navigation-flexbox .btn-submenu-toggle::before,
	.navigation-flexbox .btn-submenu-toggle::after {
		background-color: #004da0;
		-webkit-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}
	.navigation-flexbox .btn-submenu-toggle::before {
		width: 2px;
		height: 14px;
	}
	.navigation-flexbox .btn-submenu-toggle::after {
		width: 14px;
		height: 2px;
	}
	.navigation-flexbox .is-open .btn-submenu-toggle::before {
		background-color: transparent;
	}
	/* ENTRY */
	.header-block .gnav .entryBox {
		padding: 50px 5% 25px;
    	background: #fff;
	}
	.header-block .gnav .entryKosen {
		width: 33.33%;
	}
	.header-block .gnav .entryNewgrad {
		width: 33.33%;
	}
	.header-block .gnav .entryCareer {
		width: 33.33%;
	}
	.header-block .gnav .entryKosen a,
	.header-block .gnav .entryNewgrad a,
	.header-block .gnav .entryCareer a {
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: 60px;
		margin: 0 auto;
		padding: 0;
		font-size: 1.4rem;
		display: flex;
    	justify-content: center;
	}
	.header-block .gnav .entryKosen a {
		border-radius: 6px 0 0 6px;
	}
	.header-block .gnav .entryCareer a {
		border-radius: 0 6px 6px 0;
	}
	.header-block .gnav .entryKosen a br,
	.header-block .gnav .entryNewgrad a br,
	.header-block .gnav .entryCareer a br {
		display: none;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.menu-layer {
	display: none;
}
.contentsHome,
.contentsTop,
.contents,
.contentsNews,
.contentsPerson {
	position: relative;
	width: 100%;
	text-align: left;
}
/* 横幅1140px */
.inBlock {
	text-align: left;
}
/* 背景あり */
.bgBlock {
	background-color: #f5f3ee;
}
/* 入力 */
.contents > .inBlock {
	position: relative;
}
.contents > .inBlock > *:last-child {
	margin-bottom: 0;
}
/*  コンテンツ（PC） */
@media print, screen and (min-width: 768px) {
	html,
	body {
		background-color: #fff;
	}
	.site {
		min-width: 1240px;
		margin: 0 auto;
		background-color: #fff;
	}
	.contentsHome,
	.contentsTop,
	.contents,
	.contentsNews
	.contentsPerson {
		min-width: 1240px;
	}
	.contentsTop,
	.contents {
		margin-top: 100px;
		padding-bottom: 180px;
	}
	.contentsNews {
		margin-top: 250px;
		padding-bottom: 120px;
	}
	.contentsPerson {
		margin-top: 100px;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	.cms_block {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.cms_block.wide,
	.contentsPerson .cms_block {
		width: 100%;
	}
	.cms_block.wide .cms_text,
	.contentsPerson .cms_block .cms_text {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		width: 745px;
		float: left;
	}
	.mainContents .cms_block {
		width: 100%;
	}
	.sideContents {
		width: 300px;
		float: right;
	}
}
/*  コンテンツ（SP） */
@media screen and (max-width: 767px) {
	.site {
		font-size: 1.5rem;
		min-width: 320px;
	}
	#bggr {
		position: relative;
		z-index: 1;
	}
	.menu-layer {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background-color: transparent;
	}
	.page-open-slidemenu .menu-layer {
		display: block;
	}
	.page-open-slidemenu {
		overflow: hidden;
	}
	.contentsHome,
	.contentsTop,
	.contents,
	.contentsNews
	.contentsPerson {
		min-width: 320px;
	}
	.contentsTop,
	.contents {
		margin: 60px 0 0;
		padding-bottom: 70px;
	}
	.contentsNews {
		margin: 130px 0 0;
	}
	.contentsPerson {
		margin: 60px 0 0;
	}
	.contentsHome .inBlock {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	/* 入力 */
	.contentsTop > .inBlock,
	.contents > .inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* Wideの場合 */
	.cms_block {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.cms_block.wide,
	.contentsPerson .cms_block {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.cms_block.wide .cms_text,
	.contentsPerson .cms_block .cms_text {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		margin-bottom: 60px;
	}
	.mainContents .cms_block {
		width: 100%;
		margin-left: 0;
   		margin-right: 0;
	}
	.sideContents {
		margin-bottom: 60px !important;
	}
	.listContents .sideContents {
		margin-bottom: 0 !important;
	}
}

/* ------------------------------
 フッターリンク
------------------------------ */
.footerLink ul li a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 60px 80px;
	font-size: 2.8rem;
	font-weight: bold;
	position: relative;
}
.footerLink ul li.btn_kosen a {
	background-color: #00a6db;
}
.footerLink ul li.btn_newgraduate a {
	background-color: #004da0;
}
.footerLink ul li.btn_career a {
	background-color: #ec6c00;
}
.footerLink ul li a::before {
	display: block;
	content: "";
	position: absolute;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
}
.footerLink ul li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 70px;
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #00a6db;
	border-right: solid 2px #00a6db;
	transform: rotate(45deg);
}
.footerLink ul li.btn_newgraduate a::after {
	border-top: solid 2px #004da0;
	border-right: solid 2px #004da0;
}
.footerLink ul li.btn_career a::after {
	border-top: solid 2px #ec6c00;
	border-right: solid 2px #ec6c00;
}
@media print, screen and (min-width: 768px) {
	.footerLink ul {
		display: flex;
	}
	.footerLink ul li {
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 767px) {
	.footerLink ul li a {
		padding: 25px 5%;
		font-size: 2rem;
	}
	.footerLink ul li a::before {
		right: 20px;
		width: 30px;
		height: 30px;
	}
	.footerLink ul li a::after {
		right: 33px;
	}
}
/* ------------------------------
 フッター
------------------------------ */
.footer {
	position: relative;
	text-align: left;
}
.footerBox {
	background: #e6f2fa;
}
/* ロゴと住所 */
.footerLogo a {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.footerLogo img {
	width: 120px;
}
.footerLogo span {
	display: inline-block;
	margin-top: 20px;
	color: #004da0;
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
}
.footerAdd {
	font-size: 1.5rem;
}
/* フッターナビ */
.footerNav > ul {
	line-height: 2;
}
.footerNav > ul > li > p a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 0 4px 10px;
	background: url(/shared/img/icon_blank_b.svg) no-repeat 0 0 / cover;
	vertical-align: middle;
}
/* コピーライト */
.copyright {
	padding: 30px;
	font-size: 1.2rem;
	text-align: center;
}
/*  フッター（PC） */
@media print, screen and (min-width: 768px) {
	.footerBox {
		padding: 90px 0 80px;
	}
	.footerBox .inblock {
		display: flex;
		width: 1140px;
		justify-content: space-between;
		margin: auto;
	}
	/* ロゴと住所 */
	.footerInfoBlock {
		width: 280px;
	}
	.footerLogo {
		margin-bottom: 30px;
	}
	/*フッターナビ*/
	.footerNav {
		display: flex;
		column-gap: 40px;
	}
	.footerNav > ul > li:not(:last-child) {
		margin-bottom: 4px;
	}
	.footerNav > ul > li > p a {
		font-size: 1.4rem;
		font-weight: bold;
	}
	.footerNav > ul > li a:hover {
		opacity: 1;
		color: #004da0;
	}
	.footerNav > ul > li > ul {
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	/* コピーライト */
	.copyright {
		width: 1140px;
		margin: auto;
	}
}
/*  フッター（SP） */
@media screen and (max-width: 767px) {
	.footerBox {
		padding: 40px 5% 50px;
	}
	/*ロゴと住所*/
	.footerInfoBlock {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: solid 1px #cddbe0;
	}
	.footerLogo {
		margin-bottom: 20px;
	}
	.footerLogo a {
		column-gap: 17px;
	}
	.footerLogo img {
		width: 110px;
	}
	.footerLogo span {
		margin-top: 15px;
		font-size: 1.4rem;
	}
	/*フッターナビ*/

	.footerNav li {
		display: block;
		font-size: 1.3rem;
	}

	/* コピーライト */
	.copyright {
		font-size: 1.2rem;
		padding: 25px 5%;
	}
}
/* ------------------------------
 ページトップ
------------------------------ */
/* -- PAGE TOP -- */
.js-btn-pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #004da0;
	transition: background-color .3s ease 0s;
	cursor: pointer;
}
.js-btn-pagetop span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}
.js-btn-pagetop span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
}
/*  ページトップ（SP） */
@media screen and (max-width: 767px) {
	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		right: 10px;
		bottom: 15px;
		width: 40px;
		height: 40px;
	}
	.js-btn-pagetop span {
		width: 40px;
		height: 40px;
	}
	.js-btn-pagetop span::before {
		width: 8px;
		height: 8px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	background-color: #004da0;
	text-align: center;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	.header-area {
		position: relative;
	}
	.contentsHome {
		margin-top: -110px;
	}
	.contentsTop, .contents {
		margin-top: 80px;
	}
}
@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
	html,
	body {
		width: 1600px;
		margin: 0;
	}
	@page {
		margin: 0;
		size: 11in 14.028in;
	}
	@page :left {
		margin: 0;
	}
	@page :right {
		margin: 0;
	}
	@page :first {
		margin-top: 0;
	}
}

/* 余白 */
@page {
	margin: 9.7mm 9.7mm;
}