@charset "utf-8";
/*----------------------------------------------- PC -----------------------------------------------*/
@media all and (min-width:769px){
#content {
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}
#content-body {
	width: 100%;
	margin: 0px auto;
}
/* -- mein -- */
#main-image {
	width: 100%;
	height: 44vw;
	min-height: 450px;
	max-height: 677px;
	text-align: center;
	margin: auto;
	background-color: rgba(66,169,189,0.65);
}
#main-image img {
	width: 100%;
	min-width: 1000px;
	max-width: 1500px;
	background-color: #F6EED8;
}
/* -- staff -- */
#recruit {
	width: 100%;
	min-width: 1000px;
	max-width: 1500px;
	margin: auto auto 50px;
	text-align: center;
}
.recruit-icon {
	width: 304px;
	margin: -108px auto auto;
}
#recruit p {
	font-size: 18px;
	margin: -60px auto auto;
}
/* -- recruit-profile -- */
#recruit-profile {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto auto 100px;
	text-align: left;
}
.profile-contents {
	width: 400px;
}
.profile-contents table {
	border-collapse: collapse;
}
.profile-contents td {
	padding: 0px;
}
.profile-contents td p {
	font-size: 14px;
	margin: 0px auto 24px;
	line-height: 1.2;
}
.tablenaiyou p{margin-bottom: 10px !important;}
.tablenaiyou p:last-child{margin-bottom: 24px !important;}

.profile-contents td p a {
	text-decoration: none;
	color: #42A9BD;
	/*border-bottom: 1px solid #000000;*/
}
.profile-contents td p a:hover {
	color: #42A9BD;
	border-bottom: 1px solid #808080;
}
.profile-contents td p a:visit {
	color: #42A9BD;
}
.table-left {
	width: 120px;
	vertical-align: top;
}
.table-right {
	width: 370px;
}
.recruit-img {
	width: 587px;
}
.recruit-img img {
	width: 100%;
}
.recruit-button {
	width: 265px;
	height: 50px;
	border: solid 2px #006636;
	border-radius: 25px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #006636;
	margin: 0px auto 220px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	font-weight: 600;
}
.recruit-button:hover {
	border: solid 2px #458E89;
	background-color: #F6EED8;
	color: #458E89;
}
}

/*----------------------------------------------- SP -----------------------------------------------*/
@media all and (max-width:768px){
#content {
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}
#content-body {
	width: 100%;
	margin: 0px auto;
}
/* -- mein -- */
#main-image {
	width: 100%;
	text-align: center;
	margin: auto;
	background-color: rgba(66,169,189,0.65);
}
#main-image img {
	width: 100%;
	background-color: #F6EED8;
}
/* -- staff -- */
#recruit {
	width: 90%;
	margin: auto auto 30px;
	text-align: center;
}
.recruit-icon {
	width: 150px;
	margin: -60px auto auto;
}
#recruit p {
	font-size: 16px;
	margin: -20px auto auto;
	font-weight: 600;
}
/* -- recruit-profile -- */
#recruit-profile {
	width: 90%;
	display: flex;
	flex-flow: column-reverse nowrap;
	margin: auto auto 20px;
	text-align: left;
}
.profile-contents {
	width: 100%;
	margin: auto auto 30px;
}
.profile-contents table {
	width: 100%;
	border-collapse: collapse;
}
.profile-contents td {
	padding: 0px;
}
.profile-contents td p {
	font-size: 14px;
	margin: 0px auto 20px;
	line-height: 1.2;
}
.tablenaiyou p{margin-bottom: 10px !important;}
.tablenaiyou p:last-child{margin-bottom: 24px !important;}

.profile-contents td p a {
	text-decoration: none;
	color: #42A9BD;
	/*border-bottom: 1px solid #000000;*/
}
.profile-contents td p a:hover {
	color: #42A9BD;
	border-bottom: 1px solid #808080;
}
.profile-contents td p a:visit {
	color: #42A9BD;
}
.table-left {
	width: 30%;
	vertical-align: top;
}
.table-right {
	width: 70%;
}
.recruit-img {
	width: 100%;
	margin: auto auto 30px;
}
.recruit-img img {
	width: 100%;
}
.recruit-button {
	width: 265px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #ffffff;
	background-color: #1F683A;
	margin: 0px auto 100px;
	font-weight: 600;
}
}