/* max-width 960px
   height auto

   【スマホ切り替え】
   ヘッダー、ナビ、フッター　768px
   メイン　600px

	 z-index
   1  body .site

*/

/************** トップエリア **************/
#content .top-area .frame{
	position: relative;
	padding-top: 9rem;
  padding-bottom: 6rem;
	margin-bottom: 3rem;
}
#content .top-area .frame::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
  height: 100%;
	background-color: #5CE6FF;
	border-radius: 0 30px 30px 0;
	z-index: -1;
}
#content .top-area .frame .title div:first-of-type{
	width: 300px;
	padding-top: 1rem;
	position: relative;
}
#content .top-area .frame .title div:first-of-type:before{
	content: "";
	position: absolute;
	top: 0;
	left: -2rem;
	width: 127px;
	height: 127px;
	background-color: #FFC47D;
	border-radius: 50%;
}
#content .top-area .frame .title div h2{
	font-size: 71px;
	font-weight: normal;
	line-height: 110%;
	border-bottom: 1px solid #000;
}
#content .top-area .frame .title div p{
	font-size: 20px;
	text-align: right;
}
@media screen and (min-width:768px) {
	#content .top-area .frame .title{
		position: relative;
	}
}
@media screen and (max-width:767px) {
	#content .top-area .frame {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
	#content .top-area .frame::before {
		width: 80%;
	}
	#content .top-area .frame .title div:first-of-type {
		width: 200px;
		margin-left: 2rem;
	}
	#content .top-area .frame .title div:first-of-type::before {
		width: 107px;
		height: 107px;
	}
	#content .top-area .frame .title div h2 {
		font-size: 40px;
	}
}

/************** 契約社員 **************/
.recruit{
	max-width: 800px;
	width: auto;
	margin: 0 auto;
}
.recruit > div{
	text-align: center;
	margin-bottom: 5rem;
}
.recruit h3{
	margin: 0 auto;
	margin-bottom: 1rem;
	font-size: 34px;
	display: inline-block;
  padding: 0 4rem;
	position: relative;
}
.recruit h3::before,
.recruit h3::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-color: #FFC47D;
	border-radius: 50%;
}
.recruit h3::before{
	left: 0;
}
.recruit h3::after{
	right: 0;
}

/************** 契約社員 **************/
.recruit .table{
	align-items: center;
	border-radius: 30px;
	overflow: hidden;
}
.recruit .table .tr{
	text-align: center;
	font-size: 18px;
}
.recruit .table .th,
.recruit .table .td{
	padding: 1rem 0;
}
.recruit .table .th{
	flex-basis: 20%;
}
.recruit .table .tr:not(:last-of-type) .th{
	border-bottom: 1px solid #fff;
}
.recruit .table .td{
	flex-basis: 80%;
	padding-left: 2rem;
  text-align: justify;
}
.recruit .table .tr:not(:last-of-type) .td{
	border-bottom: 1px solid #A2F1D9;
}
.recruit .table.blue{
	border: 1px solid #A2F1D9;
}
.recruit .table.blue .tr .th{
	background-color: #A2F1D9;
}
@media screen and (max-width:767px) {
	.recruit{
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.recruit h3{
		font-size: 23px;
		padding: 0 3rem;
	}
	.recruit h3::before,
	.recruit h3::after{
		width: 35px;
		height: 35px;
	}
	.recruit .table .tr {
		font-size: 14px;
	}
	.recruit .table .td{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/************** ボランティア **************/
.volunteer ul{
	text-align: justify;
}
.volunteer .box{
	margin-top: 2rem;
}
.volunteer .box p{
	font-size: 23px;
	position: relative;
}
.volunteer .box p::after {
  content: '';
  background: #A2F1D9;
  width: 50%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
	z-index: -1;
}
.volunteer .box ul li::before{
	content: "";
	display: inline-block;
	background-color: #000;
  width: 10px;
  height: 13px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
	margin-right: 0.5rem;
}
.volunteer p.red{
	color: #e74c3c;
	font-size: 20px;
  margin: 2rem 0;
}
.volunteer > ul{
	list-style: disc;
	list-style-position: inside;
}
.volunteer .exclusive{
	border-top: 1px solid #ccc;
	padding-top: 2rem;
  margin-top: 2rem;
}
.volunteer .exclusive a{
	padding: 1rem 2rem;
  display: inline-block;
  background-color: #5CE6FF;
  border-radius: 10px;
	margin-top: 2rem;
}
@media screen and (max-width:767px) {
	.volunteer .box p{
		font-size: 20px;
	}
	.volunteer .box p::after {
		width: 100%;
	}
}

/************** フォーム **************/
.form{
	max-width: 800px;
	width: auto;
	margin: 0 auto;
	text-align: justify !important;
}
.mw_wp_form form p.comment {
	text-align: center;
	line-height: 300%;
  margin-bottom: 3rem;
}
.form .frame .box{
	margin-bottom: 1.5rem;
}
.form .frame .box p{
  font-size: 18px;
	margin-bottom: 0.5rem;
}
.form .frame .box p span{
	color: #FFF;
	background-color: #FF0000;
  font-size: 12px;
	padding: 0 0.3rem;
  border-radius: 5px;
  margin-left: 0.5rem;
}
.mw_wp_form .vertical-item{
	padding: 0.5rem 0.8rem;
  background-color: #FFC47D;
}
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0 !important;
	padding-top: 0;
}
.form .frame .box div{
	border-radius: 5px;
	overflow: hidden;
}
.form .frame .box input,
.form .frame .box textarea,
.mw_wp_form_preview .frame .box div{
	padding: 0.5rem 0.8rem;
  font-size: 16px;
  border: 0;
	background-color: #FFC47D;
}
.form .frame .button{
	text-align: center;
	margin-top: 3rem;
}
.form .frame .button input{
	background-image: unset;
	background-color: #5CE6FF;
	font-size: 18px;
	border: 0;
	padding: 0.5rem 3rem;
  color: #404040;
}
.mw_wp_form_complete > p {
	text-align: center;
	line-height: 200%;
  margin-bottom: 1rem;
}
.mw_wp_form_complete .back {
  font-size: 20px;
  max-width: 300px;
  width: auto;
	margin: 0 auto;
	margin-top: 3rem;
  text-align: center;
}
.mw_wp_form_complete .back a {
  display: block;
  background-color: #5CE6FF;
  border-radius: 30px;
  padding: 1rem 0;
}
@media screen and (max-width:767px) {
	.form{
		margin-left: 2rem;
		margin-right: 2rem;
	}
}