.teaserRecruit {
	background: url(../images/recruit/bg_recruit.png) no-repeat center;
	height: 270px;
	background-size: cover;
	position: relative;
}

.tit_teaser {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.tit_teaser img {
	max-width: 170px;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
}

.inner02 {
	max-width: 1260px;
	margin: 0 auto;
}

.h3dM01 {
	color: #233480;
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
}

.list_recruit {
	/*max-width: 920px;*/
	margin: 0 auto 40px;
}

.list_recruit ul {
	overflow: hidden;
}

.list_recruit ul li {
	float: left;
	width: 33.33%;
}

.list_recruit ul li .item img {
	max-width: 100%;
}

.list_recruit ul li .item a {
	display: block;
	position: relative;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.list_recruit ul li .item a span.sub_txt {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: rgba(34, 52, 128, 0.6);
	padding: 10px 0;
	z-index: 3;
	left: 0;
}

.ipad .list_recruit ul li .item a span.sub_txt {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: rgba(34, 52, 128, 0.6);
	padding: 10px 0;
	z-index: 3;
	left: 0;
}

.list_recruit ul li .item a:hover:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(35, 52, 128, 0.5);
	top: 0;
}

.list_recruit ul li .item a:hover span {
	color: #223480;
	background: rgba(255, 255, 255, 0.6);
}

.division_info {
	padding: 50px 20px;
	background: #F2F7FB;
}

.list_division ul {
	overflow: hidden;
	margin-left: -20px;
}

.list_division ul li {
	float: left;
	width: 25%;
}

.list_division ul li a {
	display: block;
	margin-left: 20px;
	transition: all .5s ease;
	background: url(../img/common/icon02.png) no-repeat bottom 25px right 20px;
}

.list_division ul li a:hover {
	background: url(../img/common/icon02.png) no-repeat bottom 25px right 10px;
}

.list_division ul li a .photo {
	position: relative;
	transition: all .5s ease;
}

.list_division ul li a .photo img {
	max-width: 100%;
}

.list_division ul li a .photo:before {
	width: 100%;
	height: 100%;
	background: rgba(35, 52, 128, 0.5);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;

	content: "";
	transition: all .5s ease;
}

.list_division ul li a:hover .photo:before {
	opacity: 1;
}

.list_division ul li h3 {
	margin-top: -38px;
	color: #233482;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	z-index: 3;
	line-height: 1.5;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.list_division ul li h3 span {
	margin-bottom: -4px;
	display: block;
	font-size: 48px;
	font-family: "Oswald", "Impact", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "HelveticaNeue", "Segoe UI", sans-serif;
}

.info_contact {
	padding: 40px 20px;
	background: #233480;
}

.info_contact .tit_contact {
	text-align: center;
	margin-bottom: 20px;
}

.info_contact .tit_contact img {
	max-width: 150px;
}

.btn_contact {
	max-width: 300px;
	margin: 0 auto;
}

.btn_contact a {
	display: block;
	padding: 20px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	background: #233480;
	background-size: 200% 100%;
	background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
	transition: background-position .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn_contact a:hover {
	color: #233480;
	background-color: rgba(255, 255, 255, 1);
	background-position: -100% 100%;
}

.list_search {
	margin-top: 60px;
	margin-bottom: 70px;
}

.list_search ul {
	margin-left: -10px;
	margin-bottom: 60px;
}

.list_search ul li {
	float: left;
	width: 25%;
	margin-bottom: 10px;
}

.list_search ul li a {
	display: block;
	margin-left: 10px;
	color: #233480;
	font-size: 18px;
	padding: 15px;
	text-align: center;
	border: 1px solid #233480;
	text-decoration: none;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.list_search ul li a:hover {
	background: #233480;
	color: #fff;
}

.banner_schedule {
	max-width: 1020px;
	margin: 0 auto;

}

.banner_schedule a {
	display: block;
	padding: 40px 140px 40px 40px;
	background: url(../images/recruit/bg_schedulepc.png) no-repeat left center;
	margin: 7px;
	position: relative;
	text-align: right;
	/*background: url(../images/recruit/icon_arrow.png) no-repeat bottom 25px right 20px;*/
}

/*.banner_schedule a:hover {
	background: url(../images/recruit/icon_arrow.png) no-repeat bottom 25px right 10px;
}*/

.banner_schedule h3 {
	color: #233482;
	display: inline-block;
	font-size: 40px;
	position: relative;
	z-index: 3;
	line-height: 1.5;
	font-family: "Oswald", "Impact", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "HelveticaNeue", "Segoe UI", sans-serif;
}

.banner_schedule h3:before {
	position: absolute;
	content: '';
	width: 34px;
	height: 12px;
	right: -55px;
	top: 50%;
	transform: translate(0, -50%);
	background: url(../images/recruit/icon_arrow.png) no-repeat;
	transition: all .5s ease;
}

.banner_schedule a:hover h3:before {
	position: absolute;
	content: '';
	width: 34px;
	height: 12px;
	right: -65px;
	top: 50%;
	transform: translate(0, -50%);
	background: url(../images/recruit/icon_arrow.png) no-repeat;
}

.banner_schedule h3 span {
	margin-top: -8px;
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 400;
	vertical-align: middle;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.search_requirement {
	padding: 30px 0;
	background: #f2f7fb;
	margin-bottom: 60px;
}

.formIn {
	max-width: 1000px;
	margin: 0 auto;
}

#form_requirement {

	text-align: center;
}

#form_requirement .formTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#form_requirement .formTable th,
#form_requirement .formTable td {
	padding: 15px;
	border: 1px solid #cdcdcd;
	font-size: 15px;
}

#form_requirement .formTable th {
	width: 100px;
	background: #e6e8f1;
	color: #233480;
	text-align: center;
	font-weight: 400;
}

#form_requirement select {
	width: 200px;
	background: #fff;
	border: 0;
	height: 50px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

.btn_form {
	text-align: center;
	margin-top: 20px;
}

#form_requirement .txt_char {
	display: inline-block;
	margin: 0 10px;
	font-size: 40px;
	vertical-align: middle;
	color: #cccccc;
}

#form_requirement input[type=submit] {
	width: 180px;
	height: 50px;
	border: 0;
	margin: 0;
	cursor: pointer;
	color: #FFF !important;
	text-decoration: none;
	behavior: url(PIE.htc);
	font-size: 18px;
	border: 1px solid #0b1e72;
	background: #0b1e72;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
	margin-left: 10px;
	border-radius: 3px;
}

.recruit-faq_list {
	max-width: 720px;
	margin: 0 auto;
}

.recruit-faq_list ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	justify-content: center;
}

.recruit-faq_list ul li {
	display: block;
	margin-right: 10px;
	float: none;
	width: auto;
	min-width: 120px;
}

.recruit-faq_list ul li a {
	margin-left: 0;
	background: #233480;
	color: #fff;
	border-radius: 7px;
	font-size: 15px;
}

.recruit-faq_list ul li a:hover {
	background: #fff;
	color: #233480;
}

@media screen and (max-width: 767px) {
	.teaserRecruit {
		height: 180px;
	}

	.h3dM01 {
		font-size: 20px;
	}

	.inner {
		max-width: 100%;
		padding: 0 15px;
		font-size: 14px;
	}

	.inner {
		max-width: 100%;
		padding: 0 15px;
	}

	.tit_teaser {
		left: 30px;
	}

	.tit_teaser img {
		max-width: 170px;
	}

	.list_recruit ul li .item a span {
		font-size: 15px;
	}

	.division_info {
		padding: 30px 15px;
	}

	.list_division ul li {
		width: 50%;
		margin: 20px 0 0;
		float: left;
	}

	.list_division ul li:nth-child(2n) {
		float: right;
	}

	.list_division ul li a {
		padding-bottom: 10px;
		background: url(../img/common/icon02.png) no-repeat bottom 0 right 5px;
		background-size: 20px auto !important;
	}

	.list_division ul li a:hover {
		background: url(../img/common/icon02.png) no-repeat bottom 0 right 5px;
	}

	.list_division ul li a .photo {
		position: relative;
	}

	.list_division ul li a .photo img {
		width: 100%;
	}

	.list_division ul li a:hover .photo:before {
		display: none;
	}

	.list_division ul li h3 {
		margin-top: -29px;
		font-size: 13px;
	}

	.list_division ul li h3 span {
		margin-bottom: -7px;
		font-size: 24px;
	}

	.list_search ul li {
		width: 50%;
	}

	.recruit-faq_list ul li {
		width: auto;
	}

	.list_search ul li a {
		padding: 15px 10px;
	}

	.banner_schedule a {
		background: none;
		padding: 0;
		margin: 0;
	}

	.list_search {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.list_search ul {
		margin-bottom: 30px;
	}

	/*.banner_schedule a {
		background: url(../images/recruit/bg_schedulesp.png) no-repeat left center;
		-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
		padding: 30px 130px 30px 40px;
	}

	.banner_schedule h3 span {
		display: block;
		margin-right: 0;
	}*/

	.banner_schedule img {
		max-width: 100%;
	}

	.search_requirement {
		padding: 30px 0;
		background: #f2f7fb;
		margin-bottom: 40px;
	}

	#form_requirement select {
		width: 30%;
		font-size: 15px;
		height: 40px;
	}

	#form_requirement input[type=submit] {
		width: 20%;
		font-size: 15px;
		height: 40px;
	}
}

@media screen and (max-width: 640px) {
	.list_recruit ul li {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 480px) {
	.list_search ul {
		margin-left: 0;
		margin-bottom: 15px;
	}

	.list_search ul li {
		float: none;
		width: auto;
	}

	.list_search ul li a {
		margin-left: 0;
		font-size: 15px;
		padding: 10px;
	}
}

@media screen and (max-width: 414px) {
	#form_requirement select {
		width: 40%;

	}

	#form_requirement .txt_char {
		margin: 0 5px;
	}

	#form_requirement input[type=submit] {
		width: 180px;
		height: 40px;
		margin-top: 5px;
	}
}


._pc {
	display: none;
}

@media screen and (min-width: 900px) {
	._pc {
		display: block;
	}
}

._sp {
	display: block;
}

@media screen and (min-width: 900px) {
	._sp {
		display: none;
	}
}

.recruit-search {
	position: relative;
	padding: 0 20px 60px;
}

.recruit-search__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: -15px;
}

@media screen and (min-width: 900px) {
	.recruit-search__content {
		margin-top: -50px;
	}
}

.recruit-search__copy {
	display: inline-block;
	position: relative;
	letter-spacing: 0;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin-bottom: 5px;
	padding: 0 35px;
}

@media screen and (min-width: 450px) {
	.recruit-search__copy {
		font-size: 3rem;
	}
}

.recruit-search__copy span {
	font-size: 3rem;
}

@media screen and (min-width: 450px) {
	.recruit-search__copy span {
		font-size: 4rem;
	}
}

.recruit-search__copy::before,
.recruit-search__copy::after {
	position: absolute;
	content: "";
	width: 26.65px;
	height: 40.05px;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
}

.recruit-search__copy::before {
	background: url(../images/recruit/recruit-search_copy_icon1.svg);
	left: 0;
}

.recruit-search__copy::after {
	background: url(../images/recruit/recruit-search_copy_icon2.svg);
	right: 0;
}

.recruit-search__white {
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	max-width: 100%;
	color: #333333;
}

@media screen and (min-width: 900px) {
	.recruit-search__white {
		max-width: 1124px;
		padding: 25px;
	}
}

.recruit-search__white a {
	color: #333333;
}

.recruit-search__tr {
	display: flex;
	flex-direction: column;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 117, 194, 0.2);
}

@media screen and (min-width: 900px) {
	.recruit-search__tr {
		display: flex;
		flex-direction: row;
		padding: 20px 0;
	}
}

.recruit-search__tr:first-child {
	padding-top: 0;
}

.recruit-search__tr:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.recruit-search__tr--sp {
	display: flex;
}

@media screen and (min-width: 900px) {
	.recruit-search__tr--sp {
		display: none;
	}
}

.recruit-search__th {
	vertical-align: top;
}

@media screen and (min-width: 900px) {
	.recruit-search__th {
		white-space: nowrap;
		padding-right: 10px;
	}
}

@media screen and (min-width: 1500px) {
	.recruit-search__th {
		min-width: 150px;
	}
}

.recruit-search__th--pc {
	display: none;
}

@media screen and (min-width: 900px) {
	.recruit-search__th--pc {
		display: table-cell;
	}
}

.recruit-search__title {
	width: 100%;
	position: relative;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #233482;
	margin-bottom: 15px;
}

.recruit-search__subtitle {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color: #233482;
	padding-left: 25px;
	margin-bottom: 10px;
}

@media screen and (min-width: 900px) {
	.recruit-search__subtitle {
		margin-bottom: 0;
	}
}

.recruit-search__subtitle::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 23px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.recruit-search__subtitle ._tab {
	display: none;
}

@media screen and (min-width: 900px) {
	.recruit-search__subtitle ._tab {
		display: block;
	}
}

@media screen and (min-width: 1500px) {
	.recruit-search__subtitle ._tab {
		display: none;
	}
}

.recruit-search__subtitle--filter::before {
	background-image: url(../images/recruit/recruit-search_subtitle_icon1.svg);
}

.recruit-search__subtitle--keyword::before {
	background-image: url(../images/recruit/recruit-search_subtitle_icon2.svg);
	width: 20px;
}

.recruit-search__subtitle--job::before {
	background-image: url(../images/recruit/recruit-search_subtitle_icon3.svg);
}

.recruit-search__subtitle--recruit-faq::before {
	background-image: url(../images/recruit/recruit-search_subtitle_icon4.svg);
}

.recruit-search__td {
	vertical-align: top;
}

.recruit-search__td--top {
	display: flex;
}

.recruit-search__td--icon {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 40px;
	column-gap: 20px;
}

@media screen and (min-width: 600px) {
	.recruit-search__td--icon {
		max-width: 70%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 900px) {
	.recruit-search__td--icon {
		max-width: 100%;
		display: flex;
		gap: 30px;
		margin: 0;
	}
}


.recruit-search__td--pc {
	display: none;
}

@media screen and (min-width: 900px) {
	.recruit-search__td--pc {
		display: table-cell;
	}
}

.recruit-search__block--border {
	display: none;
	position: relative;
	max-width: 261px;
}

@media screen and (min-width: 900px) {
	.recruit-search__block--border {
		display: none;
	}

	.recruit-search__block--border::after {
		position: absolute;
		content: "";
		width: 1px;
		top: 0;
		height: 100%;
		background-color: rgba(0, 117, 194, 0.2);
		right: 19px;
	}
}

@media screen and (min-width: 1280px) {
	.recruit-search__block--border {
		right: 0;
	}
}

@media screen and (min-width: 1500px) {
	.recruit-search__block--border {
		right: 19px;
	}
}

.recruit-search__block--row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.recruit-search__example {
	text-align: right;
	font-size: 1.4rem;
	margin: 0 0 0 20px;
}

.recruit-search__label--gray {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	margin: 5px;
	font-size: 1.4rem;
	padding: 4px 12px;
	background-color: #eeeeee;
	border-radius: 5px;
	cursor: pointer;
}

.recruit-search__label--underline {
	font-size: 1.4rem;
	text-decoration: underline;
}

.recruit-search__label--icon {
	width: 100%;
}

@media screen and (min-width: 900px) {
	.recruit-search__label--icon {
		display: block;
		text-align: center;
		width: 100px;
	}
}

.recruit-search__label--icon img {
	width: 100%;
	height: auto;
}


.recruit-search__label--bold {
	flex-shrink: 0;
	width: 120px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (min-width: 900px) {
	.recruit-search__label--bold {
		font-size: 1.6rem;
	}
}
.recruit-search__label--disabled {
	opacity: 0.45;
	pointer-events: none;
}

.recruit-search__link--disabled {
	color: inherit;
	text-decoration: none;
	cursor: default;
}
.recruit-search__input {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #333;
	border-radius: 0;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.recruit-search__input:checked {
	background-color: #007bff;
	border-color: #007bff;
}

.recruit-search__input:checked::after {
	content: "";
	left: 3px;
	top: 0px;
	width: 5px;
	height: 9px;
	position: absolute;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.recruit-search__input--keyword {
	width: 100%;
	height: 40px;
	background-color: #eeeeee;
	border: 1px solid #95989A;
	border-radius: 5px;
	padding: 10px !important;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	background-image: url(../images/recruit/recruit-search_subtitle_icon2.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: right 10px center;
}

@media screen and (min-width: 900px) {
	.recruit-search__input--keyword {
		width: 237px;
		height: 30px;
		margin: 0 0 0 4px;
		padding: 5px 30px 5px 10px;
	}
}

.recruit-search__input--pref {
	width: 13px;
	height: 13px;
}

.recruit-search__input--pref:checked::after {
	left: 3px;
	top: -0.4px;
	width: 4px;
	height: 8px;
}

.recruit-search__input--icon {
	margin: 5px 5px 0 0;
}

.recruit-search__unit {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.recruit-search__group {
	display: flex;
	gap: 5px;
	flex-direction: column;
	margin-bottom: 10px;
}

.recruit-search__group:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 900px) {
	.recruit-search__group {
		flex-direction: row;
	}
}

.recruit-search__box {
	display: flex;
	justify-content: center;
}

.recruit-search__btn {
	width: 100%;
	margin: 20px 0 0;
}

@media screen and (min-width: 900px) {
	.recruit-search__btn {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 20px auto 0;
	}
}

.recruit-search__btn input {
	width: 100%;
	font-size: 15px;
	height: 67px;
	border: 0;
	margin: 0;
	cursor: pointer;
	color: #FFF !important;
	text-decoration: none;
	behavior: url(PIE.htc);
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #0b1e72;
	background: #0b1e72 url(../images/recruit/recruit-search_btn_icon1.svg) no-repeat 10% center;
	background-size: 20px auto;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 900px) {
	.recruit-search__btn input {
		width: 485px;
		height: 60px;
		padding-left: 20px;
		background: #0b1e72 url(../images/recruit/recruit-search_btn_icon1.svg) no-repeat 30% center;
	}
}

.recruit-cta {
	display: block;
	width: 100%;
}

@media screen and (min-width: 900px) {
	.recruit-cta {
		display: flex;
		width: 100%;
		align-items: end;
	}
}

.recruit-cta__copy {
	font-size: 2.0rem;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	color: #233482;
	margin-top: 20px;
}

@media screen and (min-width: 900px) {
	.recruit-cta__copy {
		margin-top: 0;
		margin-bottom: 18px;
	}

	.recruit-cta__copy--left {
		text-align: right;
		padding-right: 30px;
	}

	.recruit-cta__copy--right {
		text-align: left;
		padding-left: 50px;
	}
}

@media screen and (min-width: 1000px) {
	.recruit-cta__copy {
		margin-top: 0;
		margin-bottom: 18px;
	}

	.recruit-cta__copy--left {
		text-align: right;
		padding-right: 110px;
	}

	.recruit-cta__copy--right {
		text-align: left;
		padding-left: 150px;
	}
}

@media screen and (min-width: 900px) {
	.recruit-cta__container {
		width: 50%;
	}
}

.recruit-cta__wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 40px 30px;
}

@media screen and (min-width: 900px) {
	.recruit-cta__wrapper {
		padding: 60px 10%;
	}
}

@media screen and (min-width: 1200px) {
	.recruit-cta__wrapper {
		padding: 60px 90px 80px;
	}
}

.recruit-cta__wrapper--left {
	background-image: url(../images/recruit/recruit-cta_wrapper_pic1.jpg);
}

.recruit-cta__wrapper--right {
	background-image: url(../images/recruit/recruit-cta_wrapper_pic2.jpg);
}

@media screen and (min-width: 900px) {
	.recruit-cta__wrapper--left {
		align-items: end;
	}

	.recruit-cta__wrapper--right {
		align-items: start;
	}
}

.recruit-cta__unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

@media screen and (min-width: 900px) {
	.recruit-cta__unit {
		width: fit-content;
	}
}

.recruit-cta__btn {
	width: 100%;
	max-width: 320px;
	height: 60px;
	margin-bottom: 30px;
}

@media screen and (min-width: 900px) {
	.recruit-cta__btn {
		width: 350px;
		height: 86px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.recruit-cta__btn {
		width: 430px;
		max-width: 430px;
		height: 86px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 900px) {
	.recruit-cta__btn {
		margin-bottom: 20px;
	}
}

.recruit-cta__btn a {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: bold;
	border: 1px solid #233482;
	background: #233482 url(../images/recruit/recruit-cta_btn_icon1.svg) no-repeat right 20px center;
	background-size: 20px auto;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	padding: 10px;
	box-sizing: border-box;
	transition: 0.5s;
}

.recruit-cta__btn a:hover {
	background: #FFF url(../images/recruit/recruit-cta_btn_icon2.svg) no-repeat right 20px center;
	color: #233482;
	transition: 0.5s;
}

@media screen and (min-width: 900px) {
	.recruit-cta__btn a {
		font-size: 1.8rem;
		background: #233482 url(../images/recruit/recruit-cta_btn_icon1.svg) no-repeat right 20px center;
		background-size: 20px auto;
		padding: 20px;
	}
}

.recruit-cta__text {
	font-size: 1.5rem;
	text-align: center;
}

.recruit-faq__title {
	margin-bottom: 70px;
}

.recruit-faq__inner {
	width: 95%;
	margin: 0 auto;
	padding: 100px 0 0;
}

@media screen and (min-width: 768px) {
	.recruit-faq__inner {
		width: 90%;
		max-width: 1200px;
		padding: 100px 0 0;
	}
}

.recruit-faq__tab-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
	.recruit-faq__tab-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}

.recruit-faq__tab {
	font-size: 1.4rem;
	background-color: transparent;
	padding: 14.5px 0;
	cursor: pointer;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid #333333;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.recruit-faq__tab {
		font-size: 1.6rem;
		padding: 20px;
	}
}

.recruit-faq__tab--active {
	background-color: #FFF;
	border-bottom: 2px solid #0075C2;
	color: #0075C2;
	font-weight: 700;
}

.recruit-faq__content {
	display: block;
}

@media screen and (min-width: 900px) {
	.recruit-faq__content {
		width: 800px;
		margin: 0 auto;
	}
}

.recruit-faq__content--hidden {
	display: none;
}

.recruit-faq__group {
	background-color: #EFF9FF;
	margin-bottom: 20px;
}

.recruit-faq__question {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 35px 10px 10px;
}

@media screen and (min-width: 900px) {
	.recruit-faq__question {
		padding: 16px 65px 16px 35px;
	}
}

.recruit-faq__question::before {
	position: absolute;
	content: "";
	width: 14px;
	height: 16px;
	background-image: url(../images/recruit/recruit-faq_question_icon1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

@media screen and (min-width: 900px) {
	.recruit-faq__question::before {
		right: 42px;
	}
}

.recruit-faq__question--active::before {
	background-image: url(../images/recruit/recruit-faq_question_icon2.svg);
}

.recruit-faq__answer {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	height: 0;
	padding: 0 35px 0 10px;
	overflow: hidden;
	transition: 0.3s;
}

@media screen and (min-width: 900px) {
	.recruit-faq__answer {
		padding: 0 34px 0 58px;
	}
}

.recruit-faq__answer--active {
	height: auto;
	padding: 0 35px 10px 10px;
	transition: 0.3s;
}

@media screen and (min-width: 900px) {
	.recruit-faq__answer--active {
		padding: 16px 34px 16px 58px;
	}
}