.recruit-head {
	position: relative;
}

.recruit-head__main img {
	display: block;
}

.recruit-head__content {
	display: none;
}

.recruit-head__heading {
	font-size: 2.5rem;
	line-height: 1.84;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.recruit-head__text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}

.form-table {
	margin-top: 26px;
	border: 1px solid #b3b3b3;
	margin-bottom: 32px;
}

.form-table__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #b3b3b3;
}

.form-table__item--bb-none {
	border-bottom: none;
}

.form-table__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 80px;
	padding: 4px 5px;
	background: #f2f9fb;
	border-right: 1px solid #b3b3b3;
}

.form-table__head__label {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 3px;
	text-align: center;
	display: block;
	width: 4.3em;
	text-align-last: justify;
}

.form-table__head__must {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 20px;
	background: #7fbfd8;
	color: #ffffff;
	border-radius: 10px;
	font-size: 1.1rem;
}

.form-table__content {
	padding: 20px 12px 21px;
	width: calc(100% - 80px);
  line-height: 1.5;
}

.form-table__content--radio {
	padding: 17px 12px 16px;
}

.form-table__note {
	margin-top: 18px;
}

.form-table__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -3px;
}

.form-table__radio {
	display: block;
	margin-right: 12px;
	font-size: 1.4rem;
	line-height: 1.64286;
	cursor: pointer;
	min-width: 100px;
}

.form-table__radio input {
	opacity: 0;
	margin: 3px 3px 0 0;
}

.form-table__radio input:checked + span::after {
	content: '';
}

.form-table__radio input:focus + span::before {
	-webkit-box-shadow: 0 1px 3px #eeeeee;
	box-shadow: 0 1px 3px #eeeeee;
}

.form-table__radio span {
	position: relative;
}

.form-table__radio span::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #707070;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: -18px;
}

.form-table__radio span:after {
	content: none;
	width: 6px;
	height: 6px;
	background: #707070;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: -15px;
}

.form-table__radio--other {
	width: 100%;
}

.form-table__input {
	width: 100%;
}

.form-table__input input {
	width: 100%;
	padding: 0;
	border: 1px solid #cccccc;
	border-radius: 0;
	outline: none;
	background: none;
	font-size: 1.4rem;
	padding: 4px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
}

.form-table__input input::-webkit-input-placeholder {
	color: #cccccc;
}

.form-table__input input:-ms-input-placeholder {
	color: #cccccc;
}

.form-table__input input::-ms-input-placeholder {
	color: #cccccc;
}

.form-table__input input::placeholder {
	color: #cccccc;
}

.form-table__input input:-ms-input-placeholder {
	color: #cccccc;
}

.form-table__input input::-ms-input-placeholder {
	color: #cccccc;
}

.form-table__input textarea {
	width: 100%;
	border: 1px solid #cccccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	outline: none;
	background: transparent;
	padding: 7px 10px;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-table__input--year {
	width: 100px;
	margin-right: 10px;
}

.form-table__input--age {
	width: 50px;
	margin-right: 10px;
}

.form-table__input--graduate {
	width: 70px;
	margin-right: 10px;
}

.form-table__input--post-1 {
	width: 80px;
}

.form-table__input--post-2 {
	width: 106px;
}

.form-table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-table__row + .form-table__row {
	margin-top: 10px;
}

.form-table__row__head {
	margin-right: 8px;
	font-size: 1.4rem;
	white-space: nowrap;
}

.form-table__birth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-table__birth__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-table__birth__item + .form-table__birth__item {
	margin-top: 10px;
}

.form-table__birth__item--pc {
	margin-left: 8px;
	font-family: "Noto Sans JP", sans-serif;
}

.form-table__birth__unit {
	margin-right: 10px;
}

.form-table__select {
	position: relative;
	margin-right: 10px;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, transparent), color-stop(70%, #7fbfd8), to(#7fbfd8));
	background: -webkit-linear-gradient(left, transparent 0%, transparent 70%, #7fbfd8 70%, #7fbfd8 100%);
	background: -o-linear-gradient(left, transparent 0%, transparent 70%, #7fbfd8 70%, #7fbfd8 100%);
	background: linear-gradient(90deg, transparent 0%, transparent 70%, #7fbfd8 70%, #7fbfd8 100%);
}

.form-table__select::before {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: 8px;
}

.form-table__select::after {
	content: '';
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 6px;
	right: 8px;
}

.form-table__select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0;
	outline: none;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	border: 1px solid #cccccc;
	height: 30px;
	width: 73px;
	font-size: 1.4rem;
	padding: 1px 10px 1px 10px;
}

.form-table__select select::-ms-expand {
	display: none;
}

.form-table__academic {
	width: 100%;
}

.form-table__academic__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-table__academic__item + .form-table__academic__item {
	margin-top: 10px;
}

.form-table__post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.form-table__post__unit {
	margin: 0 5px;
}

.form-table__post__unit--mark {
	margin-left: 0;
}

.message {
	background: url(../img/bg_sp_1.png) no-repeat top left/92px auto, url(../img/bg_sp_2.png) no-repeat top 70px right/71px auto;
}

.message__image {
	margin-bottom: 12px;
}

.message__main {
	font-size: 1.4rem;
	line-height: 1.71429;
	text-align: justify;
}

.motto {
	margin-bottom: 5px;
}

.motto__main {
	background: #BFDFEB;
	padding: 20px;
	position: relative;
}

.motto__main:before {
	content: "";
	display: block;
	width: 90px;
	height: 58px;
	top: -58px;
	right: 0;
	position: absolute;
	background: url(../img/bg_sp_3.png) no-repeat bottom right/contain;
}

.motto__item {
	background: #E0F1FA;
	padding: 15px 18px 17px;
	border: 3px solid #7FBFD8;
}

.motto__item:not(:last-child) {
	margin-bottom: 10px;
}

.motto__heading {
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 2.0rem;
	color: #7FBFD8;
	margin-bottom: 4px;
}

.motto__heading span {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 2.6rem;
	padding-right: 7px;
	padding-bottom: 3px;
	display: inline-block;
	letter-spacing: 0;
	vertical-align: middle;
}

.motto__text {
	font-size: 1.4rem;
	line-height: 1.71429;
}

.motto__gallary img {
	width: 195px;
}

.voice__item {
	padding: 0 20px;
	margin-bottom: 22px;
}

.voice__item:last-of-type {
	margin-bottom: 10px;
}

.voice__item:nth-child(odd) {
	background: #F2F9FB;
	padding: 28px 20px 22px;
}

.voice__image {
	margin-bottom: 17px;
}

.voice__image img {
	display: block;
}

.voice__head{
	display: flex;
	align-items: center;
}

.voice__head-img{
	width: 100px;
	margin: 0 20px 0 0;
}

.voice__head-title{
	width: calc(100% - 120px);
}

.voice__heading {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 14px;
}

.voice__name {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.103em;
	margin-bottom: 17px;
}

.voice__name span {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 7px;
}

.voice__text {
	font-size: 1.4rem;
	line-height: 1.92857;
}

.merit__body {
	background: #E0F1FA;
}

.merit__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0 5px;
}

.merit__item {
	background: #FFFFFF;
	margin-bottom: 15px;
	width: calc((100% - 15px) / 2);
	padding: 0 10px 10px;
}

.merit__item:nth-child(even) .merit__number:before {
	background: #2B5083;
}

.merit__number {
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 700;
	position: relative;
	z-index: 1;
	text-align: center;
	width: 70px;
	height: 70px;
	margin: -10px auto 0px;
	line-height: 1;
	padding-top: 2px;
}

.merit__number:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 50px;
	height: 50px;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	background: #7FBFD8;
}

.merit__number > span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.merit__number > span span {
	font-size: 2.6rem;
	font-weight: 400;
}

.merit__icon {
	text-align: center;
	margin-bottom: 6px;
}

.merit__heading {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 7px;
	letter-spacing: 0.103em;
}

.merit__text {
	font-size: 1.3rem;
	line-height: 1.46154;
	text-align: justify;
}

.form {
	padding-bottom: 60px;
}

.requirment {
	background: #F0F0F0;
	padding-bottom: 20px;
	margin-bottom: 5px;
}

.requirment__main {
	font-size: 1.4rem;
	line-height: 1.71429;
	width: 100%;
}

.requirment__row {
	border-bottom: 3px solid #F0F0F0;
}

.requirment__heading {
	background: #2B5083;
	width: 5.8em;
	color: #FFFFFF;
	vertical-align: middle;
	text-align-last: justify;
	padding: 5px 9px 5px;
	font-weight: 500;
}

.requirment__content {
	background: #FFFFFF;
	padding: 5px 8px 5px;
}

.requirment__content li:before {
	content: "・";
}

.err{
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  color: #FF0000;
}

.err::before{
  content: "※";
  color: #FF0000;
}

.form-btnlist button:first-of-type{
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {

.recruit-head__content { /* pc */
	display: block;
	text-align: center;
	width: 46.2%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form-table { /* pc */
	margin-bottom: 53px;
}

.form-table__2col { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-table__item--2col { /* pc */
	width: 50%;
}

.form-table__item--br { /* pc */
	border-right: 1px solid #b3b3b3;
}

.form-table__head { /* pc */
	width: 225px;
	padding: 1px 5px 5px;
}

.form-table__head__label { /* pc */
	font-size: 1.7rem;
	margin-bottom: 0;
}

.form-table__head__label--long {
	width: 7em;
}

.form-table__head__must { /* pc */
	width: 90px;
	margin-top: 7px;
	font-size: 1.3rem;
}

.form-table__content { /* pc */
	width: calc(100% - 225px);
	padding: 20px 15px 20px 62px;
}

.form-table__content--textarea {
	padding-right: 60px;
}

.form-table__content--rows { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 21px 15px 22px 62px;
  flex-wrap: wrap;
}

.form-table__content--radio { /* pc */
	padding: 20px 15px 15px 62px;
}

.form-table__content--tel { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  flex-wrap: wrap;
}

.form-table__note { /* pc */
	margin-top: 0;
	margin-left: 15px;
}

.form-table__wrap { /* pc */
	display: block;
}

.form-table__radio + .form-table__radio { /* pc */
	margin-top: 3px;
}

.form-table__radio input { /* pc */
	margin-right: 15px;
}

.form-table__radio span::before { /* pc */
	top: 3px;
	left: -28px;
}

.form-table__radio span:after { /* pc */
	top: 6px;
	left: -25px;
}

.form-table__radio--other { /* pc */
	width: 80px;
}

.form-table__input { /* pc */
	max-width: 355px;
}

.form-table__input input { /* pc */
	padding: 7px 10px 8px;
}

.form-table__input input:focus {
	-webkit-box-shadow: 0 1px 3px #eeeeee;
	box-shadow: 0 1px 3px #eeeeee;
}

.form-table__input textarea { /* pc */
}

.form-table__input textarea:focus {
	-webkit-box-shadow: 0 1px 3px #eeeeee;
	box-shadow: 0 1px 3px #eeeeee;
}

.form-table__input--name input { /* pc */
	max-width: 140px;
}

.form-table__input--year { /* pc */
	width: 100px;
	margin-right: 0;
}

.form-table__input--age { /* pc */
	margin-right: 0;
}

.form-table__input--school { /* pc */
	width: 355px;
}

.form-table__input--post-1 { /* pc */
	width: 70px;
}

.form-table__input--post-2 { /* pc */
	width: 90px;
}

.form-table__input--full { /* pc */
	max-width: 650px;
}

.form-table__row + .form-table__row { /* pc */
	margin-top: 0;
	margin-left: 20px;
}

.form-table__birth__item + .form-table__birth__item { /* pc */
	margin-top: 0;
}

.form-table__birth__unit { /* pc */
	margin: 0 11px;
}

.form-table__select::before { /* pc */
	width: 6px;
	height: 6px;
	top: 10px;
	right: 7px;
}

.form-table__select::after { /* pc */
	width: 6px;
	height: 6px;
	bottom: 10px;
	right: 7px;
}

.form-table__select { /* pc */
	margin-right: 0;
}

.form-table__select select { /* pc */
	width: 70px;
	height: 37px;
}

.form-table__select select:focus {
	-webkit-box-shadow: 0 1px 3px #eeeeee;
	box-shadow: 0 1px 3px #eeeeee;
}

.form-table__academic { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  flex-wrap: wrap;
}

.form-table__academic__item + .form-table__academic__item { /* pc */
	margin-top: 0;
}

.form-table__post__unit { /* pc */
	margin: 0 5px;
}

.form-table__post__unit--mark { /* pc */
	margin-left: 0;
	margin-right: 12px;
}

.message { /* pc */
	padding-top: 80px;
	margin-bottom: 88px;
	background: none;
}

.message__body { /* pc */
	position: relative;
	padding-left: 486px;
}

.message__image { /* pc */
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
}

.message__heading { /* pc */
	text-align: left;
}

.message__main { /* pc */
	font-size: 1.6rem;
	line-height: 2.15;
}

.motto { /* pc */
}

.motto__main:before { /* pc */
	display: none;
}

.motto__main { /* pc */
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	position: relative;
	z-index: 4;
}

.motto__item { /* pc */
	position: relative;
	width: calc(100% / 3);
	padding: 0;
	background: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 290px;
	padding-bottom: 30px;
}

.motto__item:before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 225px;
	height: 225px;
	border: 3px solid #7FBFD8;
	background: #E0F1FA;
}

.motto__heading { /* pc */
	position: relative;
	z-index: 5;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 16px;
}

.motto__heading span { /* pc */
	display: block;
	font-size: 4.0rem;
}

.motto__heading span:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background: #7FBFD8;
	margin: 10px auto 14px;
}

.motto__text { /* pc */
	text-align: center;
	position: relative;
	z-index: 5;
}

.motto__gallary { /* pc */
	margin-top: -32px;
	position: relative;
	z-index: 2;
}

.motto__gallary img { /* pc */
	width: 370px;
}

.voice { /* pc */
	padding: 90px 0 74px;
}

.voice__item:nth-child(odd) { /* pc */
	background: none;
	padding: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


.voice__item { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 42px;
}

.voice__item:first-of-type {
	margin-top: 80px;
}

.voice__image { /* pc */
	width: 500px;
}

.voice__main { /* pc */
	width: 445px;
}
	
.voice__main2 { /* pc */
	width: 100%;
}
	
.voice__head-img{
	width: 150px;
	margin: 0 40px 0 0;
}
	
.voice__head-title{
	width: calc(100% - 190px);
}

.voice__heading { /* pc */
	font-size: 3rem;
	line-height: 1.56667;
	margin-bottom: 22px;
}

.voice__name { /* pc */
	font-size: 2.8rem;
	margin-bottom: 22px;
}

.voice__name span { /* pc */
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.merit__main { /* pc */
	padding: 60px 0 36px;
}

.merit__item { /* pc */
	position: relative;
	width: 232px;
	padding: 25px 20px 17px;
	margin-bottom: 22px;
}

.merit__number { /* pc */
	font-size: 1.6rem;
	width: 95px;
	height: 95px;
	position: absolute;
	top: -19px;
	left: -28px;
	padding-top: 4px;
}

.merit__number:before { /* pc */
	width: 67px;
	height: 67px;
}

.merit__number > span span { /* pc */
	font-size: 3.5rem;
}

.merit__icon { /* pc */
	margin-bottom: 8px;
}

.merit__icon img {
	width: 69px;
}

.merit__heading { /* pc */
	font-size: 2.1rem;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.merit__text { /* pc */
	font-size: 1.4rem;
	line-height: 1.78571;
}

.form { /* pc */
	padding-top: 43px;
}

.requirment { /* pc */
	padding: 35px 0 72px;
}

.requirment__main { /* pc */
	font-size: 1.7rem;
	line-height: 1.52941;
}

.requirment__heading { /* pc */
	width: 120px;
	padding: 12px 24px;
}

.requirment__content { /* pc */
	padding: 12px 25px;
}

.requirment__content .list-inine li { /* pc */
	display: inline-block;
}

.requirment__content .list-inine li:not(:last-child) {
	margin-right: 1em;
}

.requirment__content .inline-block { /* pc */
	display: inline-block;
	vertical-align: top;
}

.recruit-bg { /* pc */
	background: url(../img/bg_pc.png) no-repeat center top 100px;
}
  
.form-btnlist{
  display: flex;
  width: 630px;
  margin: 0 auto;
}

.form-btnlist button:first-of-type{
  margin-right: 30px;
  margin-bottom: 0;
}

}


@media screen and (max-width: 767px) {

.form-table__birth__item--pc { /* sp */
	display: none;
}
  

}

