/* ワイド化 */
.Stage {
	width: auto;
	min-width: 950px;
}

#mainScreen {
	text-align: left;
	width: 100%;
}

div.contents,
div.contentsArea {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* サイト本体のパンくずは非表示 */
ul#topicPath {
	display: none;
}

/* 勤務地選択の必須アラート */
.modalwrap .search {
	position: relative;
}

.modalwrap .search .alert {
	position: absolute;
	top: calc(-3em - 10px);
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	line-height: 2;
	padding: 0.5em 0;
	border: 2px solid red;
	color: #000;
	width: 230px;
	margin-left: -63px;
	font-weight: bold;
	border-radius: 5px;
	display: none;
}

.modalwrap .search .alert::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: red transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}

/**/
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}

/*共通*/

#highclass {
	width: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	/*font-size: 1.4rem;*/
	/*font-size: 12.8px;*/
	/*font-size: 0.8em;*/
	line-height: 2em;
	/*line-height: 1.4em;*/
}

#highclass .contentwrap {
	width: 948px;
	margin: 0 auto;
}

#highclass a {
	display: block;
	text-decoration: none;
	color: #005599;
}

#highclass a:hover {
	text-decoration: underline;
	color: #DD0000;
}

#highclass h2 {
	font-size: 140%;
	line-height: 180%;
	font-weight: lighter;
	padding: 30px 0px 30px;
	color: #fff;
}

#highclass h2 .bolder {
	font-weight: 900;
}

#highclass img {
	display: block;
}

#highclass ul {
	margin: 0px;
	padding: 0px;
}

#highclass ul li {
	list-style-type: none;
}

#highclass .fontsmaller {
	font-size: 80%;
}

#highclass #footer {
	/*width: 98%;*/
	width: 950px;
	margin: 10px auto;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 30px;
}

#highclass #footer a {
	display: block;
	text-decoration: none;
	color: #005599;
}

#highclass #footer a:hover {
	text-decoration: underline;
	color: #DD0000;
}

#highclass #header {
	width: 98%;
	margin: 10px auto;
}

/*トピックパス*/
#highclass .topicpath {
	background-color: #FFFFFF;
	/*float: left;*/
	float: none;
	text-align: left;
}

#highclass #header {
	/*min-width: 980px;*/
	width: 950px;
}

#highclass #header .topicpath {
	margin-top: 3px;
	margin-bottom: 15px;
	/*adjust*/
}

/* for IE10 & 11 */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	#highclass #header .topicpath {
		margin-bottom: 5px;
	}
}

/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
	#highclass #header .topicpath {
		margin-bottom: 5px;
	}
}

#highclass .topicpath ul {
	float: none;
	font-size: 100%;
	line-height: 1;
	display: inline-block;
}

#highclass .topicpath ul li {
	display: inline-block;
	padding: 1px;
	line-height: 8px;
	float: none;
	font-size: 12px;
	/**/
}

#highclass .topicpath .arrow {
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}

#highclass .brand {
	/*float: right;*/
	float: none;
}

#highclass .brand img {
	margin-bottom: 5px;
}

#highclass img.brand_tenshoku {
	width: 173px;
	height: 13px;
}

#highclass img.brand_ags {
	width: 188px;
	height: 13px;
}

/*ヒーロエリア*/
#hero {
	background-image: url(../img/herobg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
}

#hero h1 {
	font-weight: 900;
	font-size: 220%;
	padding: 0 0 50px;
	color: #FFFFFF;
	line-height: 170%;
	text-shadow: 0px 0px 10px #FFFEFE;
}

#hero h2 {
	font-weight: 100;
	font-size: 100%;
	padding: 20 0 50px;
	color: #FFFFFF;


}


#hero .modalwrap {
	background: rgba(0, 0, 0, 0.4);
	padding: 20px 0;
	width: 100%;
}

/*
.inline-block {
	text-align: center;
}
.inline-block li {
	display: inline-block;
}
*/
#hero .modalwrap ul li {
	display: inline-block;
	color: #FFFFFF;
	vertical-align: middle;
	/**/
}

#hero .modalwrap ul li a {
	padding: 10px;
	background-color: #FFFFFF;
	margin: 0 10px;
	border-radius: 4px;
	color: #333333;
	/* 横幅制限 */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*/ 横幅制限 */
	max-height: 39px;
	position: relative;
}

.modalwrap li:nth-of-type(1) a {
	width: 160px;
}

.modalwrap li:nth-of-type(2) a {
	width: 110px;
}

.modalwrap li:nth-of-type(3) a {
	width: 110px;
}

#hero .modalwrap ul li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 0px 5px 2px #999999;
	box-shadow: inset 0px 0px 5px 2px #999999;
}

#hero .modalwrap ul .search a {
	color: #FFFFFF;
	background-color: #A10002;
	border-radius: 4px;
}

#hero .modalwrap ul .search a:hover {
	background-color: #870000;
	-webkit-box-shadow: inset 0px 0px 0px 0px #999999;
	box-shadow: inset 0px 0px 0px 0px #999999;
}

#hero .modalwrap .bkRGBA {
	/*	 背景画像の透過用css */
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}

#hero .modalwrap .triangle {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #005599;
	/*float: right;*/
	margin-top: -3px;
	/* added */
	position: absolute;
	top: 50%;
	right: 10px;
}

/*インナーナビ*/
#innernav {
	background-color: #003366;
}

#innernav ul li {
	width: 25%;
	float: left;
	border-left: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}

#innernav ul li.last {
	border-right: 1px solid #FFFFFF;
}

#innernav ul li a {
	color: #FFFFFF;
	padding: 20px 0;
}

#innernav ul li a:hover {
	opacity: 0.6;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #005599;
}

#innernav ul li .arrow1 {
	width: 7px;
	height: 7px;
	border: 1px solid;
	border-color: transparent transparent #FFFFFF #FFFFFF;
	transform: rotate(-45deg);
	margin: 5px auto 0px;
}

/*役職別*/
#yakushoku {
	background-image: url(../img/01bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 70px;
}

#yakushoku h2 {
	padding-bottom: 50px;
	color: #005599;
}

#yakushoku ul li {
	float: left;
	width: 210px;
	margin-right: 36px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 3px 0px #999999;
	box-shadow: 0px 0px 3px 0px #999999;
}

#yakushoku ul li a {
	display: block;
	padding: 10px;
	color: #333333;
}

#yakushoku ul li a:hover {
	text-decoration: none;
	color: #333333;
	opacity: 0.6;
}

#yakushoku ul li a img {
	width: 100%;
	height: auto;
}

#yakushoku .last {
	margin: 0px;
}

#yakushoku ul li a p {
	margin: 5px 0 10px;
}

/*特徴別*/
#tokuchou {
	background-image: url(../img/02bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 70px;
}

#tokuchou h2 {
	padding-bottom: 50px;
	color: #FFFFFF;
}

#tokuchou ul li {
	float: left;
	width: 210px;
	margin-right: 36px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 3px 0px #999999;
	box-shadow: 0px 0px 3px 0px #999999;
}

#tokuchou ul li a {
	display: block;
	padding: 10px;
	color: #333333;
}

#tokuchou ul li a:hover {
	text-decoration: none;
	color: #333333;
	opacity: 0.6;
}

#tokuchou ul li a img {
	width: 100%;
	height: auto;
}

#tokuchou .last {
	margin: 0px;
}

#tokuchou ul li a p {
	margin: 5px 0 10px;
}

/*キーワード*/
#keyword {
	background-color: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 70px;
}

#keyword ul {
	/*	margin: 0 0 36px 0;*/
}

#keyword ul li {
	float: left;
	width: 210px;
	margin-right: 36px;
	margin-bottom: 36px;
	background-color: #FFFFFF;
	overflow: hidden;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 3px 0px #999999;
	box-shadow: 0px 0px 3px 0px #999999;
	padding: 10px
}

#keyword .contentwrap.clearfix ul .clearfix a .keyicon {
	display: block;
	postion: relative;
	width: 100%;
	height: 106px;
	/*	background-color: beige;*/
}

#keyword .contentwrap.clearfix ul .clearfix a .keyicon img {
	postion: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 96px;
	width: 124px;
}

#keyword .contentwrap.clearfix ul .clearfix a .keytitle {
	/*	background-color: aqua;*/
	display: table-cell;
	width: 210px;
	height: 50px;
	vertical-align: middle;
}

#keyword .last {
	margin: 0px;
}

#keyword h2 {
	padding-bottom: 50px;
	color: #005599;
}

#keyword ul li a img {
	width: 50%;
	height: auto;
	margin: 0 auto;
}

#keyword ul li a p {
	margin: 25px 0 20px;
}

#keyword ul li a:hover {
	text-decoration: none;
	color: #005599;
	opacity: 0.6;
}

/*ノウハウ*/
#knowhow {
	background-image: url(../img/04bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 70px;
}

#knowhow h2 {
	padding-bottom: 50px;
	color: #FFFFFF;
}

#knowhow h3 {
	background-color: #29ABE2;
	color: #FFFFFF;
	padding: 5px;
}

#knowhow .leftsection {
	float: left;
	width: 48%;
	text-align: left;
}

#knowhow .rightsection {
	float: right;
	width: 48%;
	text-align: left;
}

#knowhow ul li {
	border-bottom: 1px solid #FFFFFF;
	padding: 7px 0px;
}

#knowhow ul .last {
	border-style: none;
}

#knowhow ul li a {
	display: block;
	background-image: url(../img/chevron-right.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: auto 20px;
	color: #FFFFFF;
}

#knowhow ul li a:hover {
	text-decoration: none;
	color: #999999;
}

/* 190408追加 */
#knowhow .contentwrap {
	margin-bottom: 20px;
	padding: 40px 0;
}

#knowhow .data {
	background-color: #FFFFFF;
	opacity: 1.00;
}

#knowhow .data h2 {
	color: #005599;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 5px;
}

#knowhow .data .datacontent h2 {
	color: #FFFFFF;
	padding: 5px;
	background-color: #005599;
	border-radius: 20px;
	margin-bottom: 20px;
	font-size: 120%;
}

#knowhow .data .datacontent {
	margin: 40px auto;
}

#knowhow .data .datacontent figure img {
	margin: 20px auto;
	width: 36%;
	height: auto;
}

#knowhow .datacontent .rank {
	width: 70%;
	padding: 15px;
	margin: 0 auto;
}

#knowhow .datacontent .rank dt {
	float: left;
	background-color: #005599;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#knowhow .datacontent .rank dd {
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #A0CFFF;
}

#knowhow .rightsection .rank a {
	display: block;
	color: #005599;
}

#knowhow .data .contentwrap table {
	width: 70%;
	margin: 20px auto;
	border: 1px #005599 solid;
}

#knowhow .data .contentwrap th {
	padding: 15px;
	background-color: #A0CFFF;
	color: #005599;
	border-right: solid 1px #005599;
	vertical-align: middle;
}

#knowhow .data .contentwrap td {
	padding: 15px;
	border-right: solid 1px #005599;
}

/*バックトップ*/
.backtotop {
	width: 950px;
	margin: 0 auto 20px;
	/*margin: 0px 10px 20px 0px;*/
	padding: 15px;
	text-align: left;
	font-size: 90%;
	/*background-color: #F9F9F9;*/
}

.backtotop ul {
	display: table;
}

.backtotop ul li {
	display: table-cell;
}

.backtotop .arrow3 {
	width: 7px;
	height: 7px;
	border: 1px solid;
	border-color: transparent transparent #565656 #565656;
	transform: rotate(45deg);
}

/*下部説明*/
#highclass .description {
	text-align: left;
	width: 948px;
	margin: 60px auto;
}

/*
.spinvisible {
	display: none;
}
*/
.pcinvisible {
	display: none;
}

/*190927追加*/

#modalblack {
	background-color: #000000;
	padding-top: 50px;
	padding-bottom: 60px;
}

#modalblack h2 {
	color: #FFFFFF
}

#modalblack .modalwrap {
	background: rgba(0, 0, 0, 0.4);
	padding: 30px 0;
	width: 100%;
}

/*
.inline-block {
	text-align: center;
}
.inline-block li {
	display: inline-block;
}
*/

#modalblack .modalwrap ul li {
	display: inline-block;
	color: #FFFFFF;
	vertical-align: middle;
	/**/
}

#modalblack .modalwrap ul li a {
	padding: 10px;
	background-color: #FFFFFF;
	margin: 0 10px;
	border-radius: 4px;
	color: #333333;
	/* 横幅制限 */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*/ 横幅制限 */
	max-height: 39px;
	position: relative;
}

.modalwrap li:nth-of-type(1) a {
	width: 160px;
}

.modalwrap li:nth-of-type(2) a {
	width: 110px;
}

.modalwrap li:nth-of-type(3) a {
	width: 110px;
}

#modalblack .modalwrap ul li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 0px 5px 2px #999999;
	box-shadow: inset 0px 0px 5px 2px #999999;
}

#modalblack .modalwrap ul .search a {
	color: #FFFFFF;
	background-color: #A10002;
	border-radius: 4px;
}

#modalblack .modalwrap ul .search a:hover {
	background-color: #870000;
	-webkit-box-shadow: inset 0px 0px 0px 0px #999999;
	box-shadow: inset 0px 0px 0px 0px #999999;
}

#modalblack .modalwrap .bkRGBA {
	/*	 背景画像の透過用css */
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}

#modalblack .modalwrap .triangle {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #005599;
	/*float: right;*/
	margin-top: -3px;
	/* added */
	position: absolute;
	top: 50%;
	right: 10px;
}

#characteristic .button {
	padding: 30px 20px 0px 20px;
	text-align: center;
	margin: 0 auto;
}

#characteristic {
	background-color: #FFFFFF;
	opacity: 1.00;
}

#characteristic .contentwrap {
	margin-bottom: 20px;
	padding: 40px 0;
}

#characteristic h2 {
	color: #005599;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
}

#characteristic h3 {
	color: #005599;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px;
}

#characteristic .datacontent h2 {
	color: #FFFFFF;
	padding: 5px;
	background-color: #005599;
	border-radius: 20px;
	margin-bottom: 20px;
	font-size: 120%;
}

#characteristic .datacontent {
	margin: 35px auto;
}

#characteristic .css-br::after {
	content: "\A";
	white-space: pre;
}

#characteristic ul li {
	display: inline-block;
	width: 250px;
	height: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 17px;
	background-color: #005599;
	color: #fff;
	font-size: 16px;
	transition: background 500ms, color 500ms;
	/*! border: 4px solid #00AAEB; */
	/*! background-color: #00AAEB; */
}

#characteristic ul li a {
	display: block;
	padding: 5px;
	color: #FFFFFF;
}

#register ul li {
	display: inline-block;
	width: 250px;
	height: 50px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 17px;
	background-color: #8B0000;
	color: #fff;
	font-size: 16px;
	transition: background 500ms, color 500ms;
}

/*下部説明*/
#highclass .description {
	text-align: left;
	width: 948px;
	margin: 60px auto;
}

/*
.spinvisible {
	display: none;
}
*/
.pcinvisible {
	display: none;
}

/* 改修 2024.05 ここから */
#highclass img.brand_tenshoku {
	width: auto !important;
}

#highclass img.brand_ags {
	width: auto !important;
	height: 20px !important;
	transform: translateY(-3px);
}

#characteristic .button ul.pc-flex-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 0;
	width: 540px;
	margin: 0 auto;
}

#characteristic .button .registration {
	background-color: #8B0000 !important;
}

#characteristic .button ul li {
	min-height: 67px;
	padding-top: 0;
}

#characteristic .button ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

#characteristic .button ul li:hover {
	opacity: 0.8;
}

#characteristic .button ul li:hover a {
	text-decoration: none;
	color: #fff;
}

/* 改修 2024.05 ここまで */