*{
	text-decoration:none;
	margin:0;
	padding:0;
  	font-family: "Helvetica Neue",
    	Arial,
    	"Hiragino Kaku Gothic ProN",
    	"Hiragino Sans",
    	"BIZ UDPGothic",
    	Meiryo,
    	sans-serif;
}
body{
	font-weight:normal;
	font-size:16px;
}
.topobi{
	font-size:1em;
	padding:10px 0;
	color:#fff;
	text-align:center;
	background-color:#ff0000;
}
.maincontainer{
    	padding: 40px 0;
	margin-top: -45px;
	background:url("../img/bg.jpg") no-repeat scroll center center / cover;
}
header{
	margin-bottom:40px;
}
header img.pc{
	width:100%;
}
header img.s{
	display:none;
}
.topBox{
	width:980px;
	margin:0 auto 40px;
	text-align:center;
}
.topBox p{
	color:#000;
	font-size:12px;
	line-height: 160%;
}
.enterBox{
	margin-top:20px;
}
.enterBox a{
	margin:0 40px;
}
.ForeignersConiatner,
.recruitConiatner{
/*
	display:flex;
  	justify-content: center;
  	align-items: center;
	gap:20px;
*/
	padding:40px 0;
	margin:0 auto;
	text-align:center;
}
.ForeignersConiatner{

}
.recruitConiatner{

}
.ForeignersBox{
	margin:20px 0;
}
.recruitBox{
	display:flex;
  	justify-content: center;
	/*
	  align-items: center;
	*/
	gap:40px;
}
.ForeignersConiatner{
	border: solid 3px #fff;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 3px #f9b6c8;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 3px;        /* 外側の線と内側の線の空き具合を調整*/
	margin: 17px;            	/* 外側の線を広げた分、要素の大きさを調整する*/
	background:url("../img/bg01.png") repeat;
}
.recruitConiatner{
	border: solid 3px #fff;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 3px #eed0f9;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 3px;        /* 外側の線と内側の線の空き具合を調整*/
	margin: 17px;            	/* 外側の線を広げた分、要素の大きさを調整する*/
	background:url("../img/bg02.png") repeat;
}
.ForeignersBox a{
	background: linear-gradient(0deg,rgba(247, 225, 225, 1) 0%, rgba(255, 71, 71, 1) 2%, rgba(255, 143, 143, 1) 48%, rgba(196, 24, 24, 1) 49%, rgba(252, 0, 0, 1) 100%);
}
.ForeignersBox a,
.recruitBox a{
	font-size: 30px;
	color:#ff0000;
	padding:20px 60px;
	margin-top:20px;
	margin-right:10px;
	margin-left:10px;
	border-radius:10px;
	box-shadow: 0px 8px 0px 0px rgba(140,7,7,1);
	/*
	background: #D6EAF7;
	background: linear-gradient(0deg,rgba(214, 234, 247, 1) 0%, rgba(194, 212, 224, 1) 22%, rgba(194, 212, 224, 1) 34%, rgba(239, 244, 247, 1) 100%);
	*/
  	position: relative;
  	top: 0;
  	transition: .2s ease-in-out;
}
.ForeignersBox a:hover,
.recruitBox a:hover,
.recruitBox .woman a:hover,
.recruitBox .man a:hover{
  	top: 9px; /* 元の位置から9px分下げる */
  	box-shadow: 0 0 #4C0F13; /* 影を0pxにする */
}
p.Foreigners img{
	margin-bottom:10px;
}
.ForeignersBox img{
	vertical-align:middle;
}
.recruitBox{
	font-size: 36px;
	margin:10px 0;
	text-align:center;
}
.recruitBox a{
	display:block;
	color:#fff;
	padding:30px 20px;
	margin:0 auto;
}
.recruitBox .woman a,
.recruitBox .man a{
	width: 350px;
}
.recruitBox .woman a{
	box-shadow: 0px 8px 0px 0px rgba(191,60,64,1);
background-size: auto auto;
background-color: rgba(251, 118, 118, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 1, 1, 0.07) 5px, rgba(255, 1, 1, 0.07) 10px ), linear-gradient(0deg,rgba(209, 48, 69, 0.7) 0%, rgba(255, 87, 140, 0.5) 100%);
}
.recruitBox .man a{
	box-shadow: 0px 8px 0px 0px rgba(20,81,173,1);
background-size: auto auto;
background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 255, 255, 0.04) 5px, rgba(255, 255, 255, 0.04) 10px ), linear-gradient(0deg,rgba(0, 106, 156, 1) 0%, rgba(28, 172, 255, 1) 100%);
}
.bannerBox{
	width:468px;
	padding: 0 20px;
	margin:40px auto 0;
	text-align:center;
}
/*
.bannerBox img{
	width:100%;
}
*/
iframe{
	margin-bottom:5px;
}
footer{
	margin:40px 0;
}
footer p{
	color:#000;
	font-weight:normal;
    	font-size: 10px;
    	text-align: center;
}



