@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);



section.topImage {
	background-image: url(../img/staff_topImage_pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1000px;
	height: 600px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	section.topImage {
		background-image: url(../img/staff_topImage_sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
		padding: 100% 0 0;
		text-indent:-9999px;
		overflow:hidden;
		display:block;
		margin: 0;
	}
	section.topImage .topImage-inner{
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
}
}

section.shain {
	margin: 50px 50px 0px 50px;
	padding: 0;
	text-align: center;
}
section.shain h3{
	font-size: 24px;
	font-family: 'Sawarabi Mincho';
	font-weight: normal;
	background-color: #333333;
	color: #FFF;
	border-radius: 20px;
	padding: 2px 5px 4px 5px;
	margin: 15px auto 15px auto;
	text-align: center;
	display: block;
	width: 300px;
}
section.shain div {
	background-image: url(../img/staff_img01_pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 900px;
	height: 600px;
	display: block;
	text-align: right;
	margin: 30px 0 0 0;
	padding: 0;
}
section.shain div h4 {
	position: relative;
	top: 35px;
	left: 500px;
	padding: 2px auto;
	background-color: #DD5301;
	color: #FFF;
	font-size: 22px;
	font-family: 'Sawarabi Mincho';
	display: block;
	width: 400px;
	text-align: center;
}
section.shain div p {
	position: relative;
	top: 60px;
	left: -20px;
	padding: 0px 20px 0 0px;
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	width: 435px;
	text-align: left;
	line-height: 1.8em;
	text-shadow:2px 1px 1px #0d0d0d;
}
@media screen and (max-width: 767px) {
	section.shain {
		margin: 25px 20px 0px 20px;
		padding: 0;
	}
	section.shain h3{
		font-size: 18px;
		font-family: 'Sawarabi Mincho';
		font-weight: normal;
		background-color: #333333;
		color: #FFF;
		border-radius: 20px;
		padding: 2px 5px 4px 5px;
		margin: 15px auto 15px auto;
		text-align: center;
		display: block;
		width: 80%;
		height: auto;
	}
	section.shain div {
		background-image: url(../img/staff_img01_sp.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: auto;
		margin: 15px 0 25px 0;
		padding: 250px 0 0 0;
	}
	section.shain div h4 {
		position: static;
		margin: 0;
		padding: 2px auto;
		background-color: #DD5301;
		color: #FFF;
		font-size: 18px;
		display: block;
		width: 80%;
		text-align: center;
	}
	section.shain div p {
		position: static;
		font-size: 14px;
		width: 80%;
		text-align: left;
		display: block;
		background: rgba(255,255,255,.7);
		padding: 20px;
		margin: 0px auto;
		color: #333333;
		text-shadow: none;
	}
}


section.careerUp {
	margin: 50px 50px 0px 50px;
	padding: 0;
	text-align: center;
}
section.careerUp h3{
	padding: 0;
	margin: 15px 0 0 0;
	text-align: center;
	display: block;
}
section.careerUp ul {
    display: flex;
  	align-items: flex-start;
  	justify-content: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.careerUp ul li {
	text-align: center;
	width: 275px;
	height: 200px;
	font-size: 14px;
}
.balloonR {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #775B24;
 	box-sizing: border-box;
	border-radius: 15px;
}
.balloonR:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
 	z-index: 2;
}
.balloonR:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #775B24;
 	z-index: 1;
}
.balloonB {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #775B24;
  box-sizing: border-box;
  border-radius: 15px;
}
.balloonB:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloonB:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #775B24;
  z-index: 1;
}
.balloon-none {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #775B24;
 	box-sizing: border-box;
	border-radius: 15px;
}
.balloon-none p,
.balloonB p,
.balloonR p {
	margin: 15px 0 0 0;
	padding: 5px 5px 10px 5px;
}
.careerUp-orange {
	color: #DD5301;
}
.careerUp-underLine {
	border-bottom: 2px dotted #333333;
}

section.careerUp span {
	text-align: left;
	font-size: 12px;
	display: block;
}

@media screen and (max-width: 767px) {
	section.careerUp {
		margin: 0px 20px 0px 20px;
		padding: 0;
		text-align: center;
	}
	section.careerUp h3{
		padding: 0;
		margin: 15px 0 0 0;
		text-align: center;
		display: block;
	}
	section.careerUp h3 img{
		width: 100%;
		height: auto;
	}
	section.careerUp ul {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	section.careerUp ul.pcSize {
		display: none;
	}
	section.careerUp ul li {
		display: block;
		text-align: center;
		width: 100%;
		height: auto;
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) {
	section.careerUp ul.mobileSize{
		display: none;
	}
}








section.voice {
	margin: 50px 50px 0px 50px;
	padding: 0;
	text-align: center;
}
section.voice h3{
	padding: 0;
	margin: 15px 0 0 0;
	text-align: left;
	display: block;
}
section.voice ul {
    display: flex;
  	align-items: center;
  	justify-content: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
section.voice ul li {
	text-align: center;
	width: 275px;
}
section.voice ul li img {
	width: 250px;
	display: block;
	margin: 0 auto;
}
section.voice ul li h4 {
	font-weight: bold;
	font-size: 16px;
	margin: 15px auto;
}
section.voice ul li p {
	font-size: 14px;
	text-align: left;
}


@media screen and (max-width: 767px) {
	section.voice {
		margin: 0px 20px 0px 20px;
		padding: 0;
	}
	section.voice h3{
		padding: 0;
		margin: 15px 0 0 0;
		text-align: center;
		display: block;
	}
	section.voice ul {
    	display: block;
		margin: 0px;
		padding: 0;
		list-style: none;
	}
	section.voice ul li {
		display: block;
		text-align: center;
		width: 100%;
		margin: 20px 0 30px 0;
	}
	section.voice ul li img {
		width: 70%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	section.voice ul li h4 {
		font-weight: bold;
		font-size: 16px;
		margin: 15px auto;
	}
	section.voice ul li p {
		font-size: 14px;
		text-align: left;
	}	
}




section.parttime {
	margin: 50px 50px 0px 50px;
	padding: 0 0 100px 0;
	text-align: center;
	background-image: url(../img/line01.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
section.parttime h3{
	font-size: 24px;
	font-family: 'Sawarabi Mincho';
	font-weight: normal;
	background-color: #333333;
	color: #FFF;
	border-radius: 20px;
	padding: 2px 5px 4px 5px;
	margin: 15px auto 15px auto;
	text-align: center;
	display: block;
	width: 300px;
}
section.parttime div {
	background-image: url(../img/staff_img06_pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 900px;
	height: 600px;
	display: block;
	text-align: right;
	margin: 30px 0 0 0;
	padding: 0;
}
section.parttime div h4 {
	position: relative;
	top: 35px;
	left: 500px;
	padding: 2px auto;
	background-color: #697BBC;
	color: #FFF;
	font-size: 22px;
	font-family: 'Sawarabi Mincho';
	display: block;
	width: 400px;
	text-align: center;
}
section.parttime div p {
	position: relative;
	top: 60px;
	left: -20px;
	padding: 0px 20px 0 0px;
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	width: 435px;
	text-align: left;
	line-height: 1.8em;
	text-shadow:2px 1px 1px #0d0d0d;
}
@media screen and (max-width: 767px) {
	section.parttime {
		margin: 0px 20px 0px 20px;
		padding: 0 0 30px 0;
		text-align: center;
		background-image: url(../img/line01.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: 150%;
	}
	section.parttime h3{
		font-size: 18px;
		font-family: 'Sawarabi Mincho';
		font-weight: normal;
		background-color: #333333;
		color: #FFF;
		border-radius: 20px;
		padding: 2px 5px 4px 5px;
		margin: 15px auto 15px auto;
		text-align: center;
		display: block;
		width: 80%;
		height: auto;
	}
	section.parttime div {
		background-image: url(../img/staff_img06_sp.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: auto;
		margin: 15px 0 25px 0;
		padding: 250px 0 0 0;
	}
	section.parttime div h4 {
		position: static;
		margin: 0;
		padding: 2px auto;
		background-color: #697BBC;
		color: #FFF;
		font-size: 18px;
		display: block;
		width: 80%;
		text-align: center;
	}
	section.parttime div p {
		position: static;
		font-size: 14px;
		width: 80%;
		text-align: left;
		display: block;
		background: rgba(255,255,255,.7);
		padding: 20px;
		margin: 0px auto;
		color: #333333;
		text-shadow: none;
	}
}


section.recruit {
	margin: 50px 50px 0px 50px;
	padding: 0;
	text-align: center;
}
section.recruit h3{
	padding: 7px 5px 10px 5px;
	margin: 15px auto;
	text-align:center;
	display: block;
	width: 300px;
	border-top:1px solid #000000;
	border-bottom: 5px double #000000;
	font-size: 22px;
}
section.recruit ul {
    display: inline-block;
	margin: 25px 20px;
	padding: 0;
	list-style: none;
}
section.recruit ul li {
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0 0 15px 0;
}
section.recruit ul li span {
	display: inline-block;
	width: 100px;
	color: #660000;
}
section.recruit p {
	display: block;
	margin: 25px auto;
	padding: 7px 5px 10px 5px;
	border: 1px solid #cccccc;
	border-radius: 15px;
	width: 400px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	section.recruit {
		margin: 50px 20px 0px 20px;
		padding: 0;
		text-align: center;
	}
	section.recruit h3{
		padding: 7px 5px 10px 5px;
		margin: 15px auto;
		text-align:center;
		display: block;
		width: 80%;
		border-top:1px solid #000000;
		border-bottom: 5px double #000000;
		font-size: 16px;
	}
	section.recruit ul {
    	display: block;
		margin: 15px 0px;
		padding: 0;
		list-style: none;
	}
	section.recruit ul li {
		text-align: left;
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 0 15px 0;
	}
	section.recruit ul li span {
		display: block;
		width: 60px;
		color: #660000;
	}
	section.recruit p {
		display: block;
		margin: 25px auto;
		padding: 7px 5px 10px 5px;
		border: 1px solid #cccccc;
		border-radius: 15px;
		width: 80%;
		font-size: 14px;
	}
}




