@charset "utf-8";

.message{
	background: url(../../recruit/img/ph_image.jpg) no-repeat right bottom;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

.message p{
	padding-right: 25%;
}

.navCategory ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.navCategory ul li{
	display: block;
	width: 24%;
	padding: 10px;
	margin: 5px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #15479d;
	
	position: relative;
	text-align: center;
}

.navCategory ul li a{
	display: block;
	color: #15479d;
	text-decoration: none;
	padding: 8px 0;
	background: url(../../img/common/ar_blue_l.png) no-repeat 10px 0.7em;
	font-weight: bold;
}

.navCategory ul li a::after,
.navCategory ul li a::before,
.navCategory ul li a span::after,
.navCategory ul li a span::before {
	background-color: #ffbb04;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.navCategory ul li a::after {
	height: 1px;
	left: -1px;
	top: -1px;
	width: 0px;
}
.navCategory ul li a::before {
	bottom: -1px;
	height: 1px;
	right: -1px;
	width: 0px;
}
.navCategory ul li a span::after {
	bottom: -1px;
	height: 0px;
	left: -1px;
	width: 1px;
}
.navCategory ul li a span::before {
	height: 0px;
	right: -1px;
	top: -1px;
	width: 1px;
}
.navCategory ul li a:hover::after,
.navCategory ul li a:hover::before {
	width: 100%;
	width: calc(100% + 1px);
}
.navCategory ul li a:hover span::after,
.navCategory ul li a:hover span::before {
	height: 100%;
	height: calc(100% + 1px);
}

@media screen and (max-width: 979px) {
.message{
	background: url(../../recruit/img/ph_image.jpg) no-repeat right bottom;
	-moz-background-size: auto 70%;
	background-size: auto 70%;
}

.message p{
	padding-right: 30% !important;
}

.navCategory ul li{
	width: 32%;
	padding: 10px;
	margin: 5px 0.5%;
}


}

@media screen and (max-width: 768px){
.message{
	background: none;
	-moz-background-size: auto 70%;
	background-size: auto 70%;
}

.message p{
	padding-right: 0 !important;
}

.navCategory ul li{
	width: 49%;
	padding: 10px;
	margin: 5px 0.5%;
}
}


@media screen and (max-width: 620px) {

}
@media screen and (max-width: 480px){
.navCategory ul li{
	width: 99%;
	padding: 10px;
	margin: 2px 0;
}
}


/*details_frame
************************************************************************************/
.details_frame{
	border: 2px solid #CCC;
	padding: 15px;
	margin: 0 0 20px 0;
}
.details_frame .main_ttl{
	background: #15479d;
	color: #FFF;
	padding: 5px 15px;
	border-bottom: 2px solid #c0c0c0;
	margin: 0 0 15px 0;
	font-size: 21px;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

.details_frame .details_frame_in{
	border-bottom: 1px solid #CCC;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.details_frame .details_frame_in:last-child{
	border: 0;
	padding: 0;
	margin: 0;
}

.details_frame .details_frame_in th{
	width: 150px;
}

.details_frame .details_frame_in .btnEntry{
	background: #76c2af url(../../recruit/img/icon_entry.png) no-repeat 5px center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 25px auto;
	line-height: 64px;
	width: 300px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.details_frame .details_frame_in .btnEntry:hover{
	background: #15479d url(../../recruit/img/icon_entry.png) no-repeat 5px center;
}
.details_frame .details_frame_in .btnEntry a{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	padding: 0 0 0 80px;
	font-weight: bold;
}
.details_frame .details_frame_in .btnEntry a:hover{
}


@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
.details_frame .details_frame_in th{
	width: auto;
}

.details_frame .details_frame_in .btnEntry{
	background: #76c2af url(../../recruit/img/icon_entry.png) no-repeat 5px center;
	-moz-background-size: 40px auto;
	background-size: 40px auto;
	width: 100%;
	text-align: center;
}
.details_frame .details_frame_in .btnEntry:hover{
	background: #15479d url(../../recruit/img/icon_entry.png) no-repeat 5px center;
	-moz-background-size: 40px auto;
	background-size: 40px auto;
}
.details_frame .details_frame_in .btnEntry a{
	font-size: 15px;
	padding: 0 0 0 45px;
}
}


/*form
----------------------------------------------------------------------*/
span.hissu{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fdc400;
	color: #000;
	padding: 1px 4px;
	margin: 0 5px;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
}

.form td li{
	display: inline-block;
	padding: 0 15px 0 0;
}

.form input{
	margin: 1px;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email]{
	width: 450px;
	padding: 10px;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 200px;
	padding: 10px;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 100px;
	padding: 10px;
}

.form textarea{
	width: 500px;
	height: 150px;
}

.form select{
	padding: 10px;
}

.btnSend{
	text-align: center;
	padding-bottom: 20px;
}

.btnSend input[type=submit]{
	padding: 15px 40px;
	background: #15479d;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.btnSend input[type=reset],
.btnSend input.back{
	padding: 15px 40px;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
.form input[type=text],
.form input[type=tel],
.form input[type=email]{
	width: 100%;
	padding: 15px 1%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 50%;
	padding: 15px 1%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 30%;
	padding: 15px 1%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form textarea{
	width: 100%;
	padding: 5px 1%;
	height: 150px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 15px 40px 15px 15px;
	background: url(../../img/common/arrow_down.png) no-repeat right center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	font-size: 15px;
}
.btnSend input[type=submit]{
	padding: 15px 0;
	width: 95%;
	background: #15479d;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
}

.btnSend input[type=reset],
.btnSend input.back{
	padding: 15px 0;
	width: 95%;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
}
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}

