@charset "UTF-8";

#page .sec01 {
	padding: 80px 0;
	position: relative;
}
#page .sec02 {
	margin: 0 0 80px;
	position: relative;
}
#page .sec03 {
	margin: 0 0 100px;
	position: relative;
}
@media screen and (max-width: 898px)  {
#page .sec01 {
	padding: 50px 0;
}
#page .sec02 {
	margin: 0 0 50px;
}
#page .sec03 {
	margin: 0 0 80px;
}
}
@media screen and (max-width: 768px)  {
#page .sec01 {
	padding: 50px 0 20px;
}
}

/* -------------------------------------------------

 Recruit

------------------------------------------------- */
.recruit_wrp	{
 width: 1140px;
 margin: 0px auto 80px;
	padding:0;
	font-weight: 400;
	position:relative;
}
.recruit_wrp:last-child	{
 margin: 0px auto;
}
.recruit_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.recruit_wrp .title	{
	margin: 0px auto 50px;
}
.recruit_wrp .title02	{
	margin: 60px auto 50px;
}
.recruit_wrp .title h2,.recruit_wrp .title02 h2	{
	font-weight:400;
	font-size:2.8rem;
	position:relative;
	text-align: center;
	margin: 0;
}
.recruit_wrp .title h2:before,
.recruit_wrp .title02 h2:before {
 content: '';
 position: absolute;
	bottom: -20px;
 display: inline-block;
 width: 40px;
 height: 3px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color:#008730;
 border-radius: 2px;
}
.recruit_wrp .content	{
	width: 100%;
	margin:0;
}
.recruit_wrp .content .cp	{
	font-weight:500;
	font-size:3rem;
	position:relative;
	margin: 0 0 30px;
	text-align: center;
	color:#008730;
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
.recruit_wrp	{
 width: 92%;
 margin: 0px auto;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.recruit_wrp	{
 width: 92%;
 margin: 0px auto;
}
}
@media screen and (max-width: 898px)  {
.recruit_wrp .content	{
	padding: 0;
}
.recruit_wrp	{
 width: 90%;
 margin: 0px auto 50px;
}
.recruit_wrp .title	{
	margin: -20px auto 50px;
	padding-top: 30px;
}
.recruit_wrp .title02	{
	margin: 50px auto 60px;
}
.recruit_wrp .title h2,
.recruit_wrp .title02 h2	{
	font-size:2.8rem;
}
.recruit_wrp .content .cp	{
	font-size:2.8rem;
	position:relative;
	margin: 0 0 30px;
}
.recruit_banner	{
	width: 90%;
	margin:0 auto;
	padding: 0;
}
}
@media screen and (max-width: 768px)  {
.recruit_wrp .title	{
	margin: 0px auto 40px;
	padding-top: 20px;
}
.recruit_wrp .title02	{
	margin: 50px auto 40px;
}
.recruit_wrp .title h2,
.recruit_wrp .title02 h2	{
	font-size:2.4rem;
}
.recruit_wrp .title h2:before,
.recruit_wrp .title02 h2:before {
  bottom: -15px;
  width: 30px;
  height: 2px;
}
.recruit_wrp .content	{
	width: 100%;
	margin:0;
}
.recruit_wrp .content .cp	{
	font-size:2.4rem;
	margin: 0 0 20px;
}
}
@media screen and (max-width: 640px)  {
.recruit_wrp .title	{
	margin: 0px auto 30px;
}
.recruit_wrp .title h2,
.recruit_wrp .title02 h2	{
	font-size:2rem;
}
.recruit_wrp .content .cp	{
	font-size:2rem;
}
}
@media screen and (max-width: 480px)  {
.recruit_wrp .title	{
	margin: 0px auto 30px;
}
.recruit_wrp .title h2,.recruit_wrp .title02 h2	{
	font-size:2rem;
}
.recruit_wrp .content .cp	{
	font-size:1.8rem;
}
}
@media screen and (max-width: 414px)  {
.recruit_wrp .content .cp	{
	text-align: left;
}
}

/* あいさつ文
================================================== */
.greeting_wrp	{
 width: 780px;
 margin: 0px auto;
	font-size: 1.8rem;
	line-height: 2;
}
.greeting_wrp .photo img	{
	border-radius: 30px 0px 30px;
}
/*@media screen and (min-width: 899px) and (max-width: 1200px) {
.greeting_wrp	{
 width: 100%;
	padding: 0 20px;
}
}*/
@media screen and (max-width: 898px)  {
.greeting_wrp	{
 width: 100%;
	padding: 0;
}
}
@media screen and (max-width: 768px)  {
.greeting_wrp	{
 margin: 0px auto;
	line-height: 1.5;
	font-size: 1.6rem;
}
}
@media screen and (max-width: 480px)  {
.greeting_wrp	{
 font-size: 1.4rem;
}
}

/* 要項
================================================== */
.recruit	{
 width: 780px;
 margin: 0px auto;
}
.recruit > table	{
 width: 100%;
 border-spacing: 0;
	border-top: solid 1px	#ccc;
}
.recruit > table th	{
 border-bottom: solid 1px	#ccc;
 padding: 30px;
	vertical-align:text-top;
	color:	#333;
	width:25%;
	font-weight: 500;
}
.recruit > table td	{
 border-bottom: solid 1px #ccc;
 padding: 30px;
	vertical-align:text-top;
}
.recruit > table td ul	{
	list-style: none;
}
.detail	{
	padding: 5px 0 5px 15px;
}
.detail > p	{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 3px !important;
}
.detail02	{
	margin-bottom: 20px;
}
.detail02:last-child	{
	margin-bottom: 0px;
}
.detail02 > strong	{
	display: block;
	margin-bottom: 10px;
	font-weight:500;
}
.detail02 > p	{
	padding: 0 0 0 15px;
}
a.link	{
	color:#0010C2;
	text-decoration:underline;
}
a.link:hover	{
	text-decoration:none;
}
@media screen and (max-width: 898px)  {
.recruit	{
 width: 100%;
}
}
@media screen and (max-width: 768px)  {
.recruit > table	{
 border-top: solid 2px	#ccc;
}
.recruit > table th	{
	width:100%;
	display:block;
 border-bottom: solid 1px #ccc;
	padding: 10px;
	font-size: 1.4rem;
}
.recruit > table td	{
	width:100%;
	display:block;
 border-bottom: solid 2px	#ccc;
 padding: 20px 10px;
	font-size: 1.4rem;
}
.detail	{
	padding: 5px 0;
}
}
@media screen and (max-width: 480px)  {
.recruit	{
	margin-bottom:0px;
}
.recruit > table th	{
 padding: 10px;
}
.recruit > table td	{
 padding: 10px;
}
}

