@charset "utf-8";
/* recruit CSS Document */
#comjob #wrapContentsTtlTop {
	background-color: #f5f5f5;
}
#comjob #wrapMain {
	margin-top: 0;
	text-align: left;
}
.comjob__jobType--list .item a {
	text-decoration: none;
}
.comjob__mes--list {
	text-align: left;
}

/* セリオグループの福利厚生と就業サポート制度
---------------------------------------------------------------------- */
.holidayTable th {
	color: #e9606f;
}
.holidayTable th span {
	border-left: #e9606f 3px solid;
	padding-left: 1em;
}
.systemList {
	color: #e9606f;
	font-weight: bold;
}
.bgPink {
	background-color: #fff8fa;
}
.bgHdPale {
	background-color: #fff2ef;
}
#welfareMain .sSTtl {
	text-align: center;
	margin-bottom: 0.5em;
}
.systemList {
	letter-spacing: -0.4em;
	text-align: center;
}
.systemList > li {
	letter-spacing: normal;
	display: inline-block;
	background-color: #fff;
	padding: 0.5em 1em;
	margin: 0.5em;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
}
.parentingLst dt {
	background-color: #fff2ef;
	text-align: center;
	color: #e9606f;
	font-weight: bold;
}
.parentingLst dd {
	color: #e9606f;
	text-align: center;
}
.careerList > li {
	display: table;
	background-color: #fff;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
}
.careerList > li .ic {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	background-color: #99bccf;
}
.careerList > li > dl {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.careerList > li > dl dt {
	color: #769eb3;
}
#parentingWrap .block {
	border-bottom: #dbdbdb 2px solid;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
#parentingWrap .block:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.parentingLst + .note {
	text-align: center;
}
.careerListTxt > li {
	background-color: #fff;
	padding: 0.5em 1em;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
}
.careerListTxt > li > dl dt {
	color: #769eb3;
}


/* SP */
@media screen and (max-width:767px){
/* 共通パーツ
---------------------------------------------------------------------- */
/* comjob__mainTtl */
#comjob__mainTtl {
	display: table;
	width: 100%;
	height: 100px;
	background-image: url(/img/recruit/bg_main_ttl.png);
	background-repeat: repeat;
	background-position: center center;
	border-bottom: 1px solid #f1f1f1;
}
#comjob__mainTtl .hn {
	display: table-cell;
	vertical-align: middle;
	font-size: 2.4rem;
	text-align: center;
}
#comjob__mainTtl .hn i {
	display: inline-block;
	padding-right: 10px;
}
#comjob__mainTtl .hn i img {
	width: 35px;
	vertical-align: middle;
}

/* comjob__wrap */
#comjob__wrap {
	padding: 30px 15px;
}

/* comjob__nav */
#comjob__nav {}
#comjob__nav.mb {
	margin-bottom: 10%;
}
.comjob__nav--list {
	display: table;
	width: 100%;
}
.comjob__nav--list .item {
	display: table-cell;
	width: 50%;
}
.comjob__nav--list .item.fresh {
	background-color: #f5b5b5;
}
.comjob__nav--list .item.fresh a::after {
	border-color: #f5b5b5;
}
.comjob__nav--list .item.career {
	background-color: #edd74c;
}
.comjob__nav--list .item.career a::after {
	border-color: #edd74c;
}
.comjob__nav--list .item a {
	position: relative;
	display: block;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.4;
	text-align: center;
	padding: 35px 20px;
}
.comjob__nav--list .item a span {
	display: block;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: .3em;
}
.comjob__nav--list .item a::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto 0;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.comjob__nav--list .item a::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 0;
	right: 14px;
	bottom: 0;
	margin: auto 0;
	border: 0px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
/**/
	.corpjob__nav--list .item {
		padding-top: 57.3%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
	}
	.corpjob__nav--list .item.haken {
		background-image: url("/img/recruit/index/job_img_01.png?ver=210401");
	}
	.corpjob__nav--list .item.after_school {
		background-image: url("/img/recruit/index/job_img_02.png");
	}
	.corpjob__nav--list .item.nursery {
		background-image: url("/img/recruit/index/job_img_03.png");
	}
	.corpjob__nav--list .item a {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 2rem;
		text-decoration: none;
		position: absolute;
		left: 0;
		top: 0;
	}
	.corpjob__nav--list .item a span {
		display: block;
		line-height: 1.4;
		position: absolute;
		left: 0;
		right: 0;
		top: 64%;
		background-image: url("/img/recruit/index/ar_r_wh.svg");
		background-repeat: no-repeat;
		background-position: top 2px right 5px;
		background-size: 22px auto;
		padding-left: 10px;
	}
/**/

/* comjob__footer */
#comjob__fotter {
	margin-bottom: 3%;
}
.comjob__fotter--list {}
.comjob__fotter--list .item {
	background-color: #ffeaea;
}
.comjob__fotter--list .item:not(:first-of-type) {
	border-top: 1px solid #575857;
}
.comjob__fotter--list .item a {
	position: relative;
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 20px;
	text-decoration: none;
	background-image: url("/img/recruit/ar_r.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px auto;
}

/* TOPページ
---------------------------------------------------------------------- */
/* comjob__indexMain */
#comjob__indexMain {
	position: relative;
}
.comjob__indexMain--photo {}
.comjob__indexMain--photo__list {
	overflow: hidden;
}
.comjob__indexMain--photo__list .item {
	float: left;
	width: 25%;
	opacity: 0;
}
.comjob__indexMain--photo__list .item img {
	width: 100%;
	vertical-align: middle;
}
.comjob__indexMain--info {	
}
.comjob__indexMain--info .title,
.comjob__indexMain--info .txt {
	opacity: 0;
}
.comjob__indexMain--info .title {
	position: absolute;
	top: 28%;
	left: 50%;
	transform: translateY(-28%) translateX(-50%);
	-webkit-transform: translateY(-28%) translateX(-50%);
	width: 92%;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.comjob__indexMain--info .title .hn {
	font-size: 2.2rem;
	line-height: 1.4;
}
.comjob__indexMain--info .title .hn span {
	display: block;
	font-size: 1.8rem;
}
.comjob__indexMain--info .txt {
	padding: 30px 15px;
}
.comjob__indexMain--info .txt .lead {
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
}

/* 採用情報TOPページ
---------------------------------------------------------------------- */
#comjob__jobType {}

#comjob__jobType .now__job {padding: 10px 0;font-size: 1.8rem;}
#comjob__jobType .now__job span{display: inline-block;margin: 0 2px; padding: 2px 5px;}
#comjob__jobType .now__job.fresh span{background-color: #f5b5b5;}
#comjob__jobType .now__job.career span{background-color: #edd74c;}

.comjob__jobType--block {}
.comjob__jobType--block:not(:first-of-type) {
	margin-top: 40px;
}
.comjob__jobType--block .hn {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.comjob__jobType--block .hn .s {
	font-size: 1.4rem;
}
.comjob__jobType--list {
}
.comjob__jobType--list:not(:first-of-type) {
	margin-top: 10px;
}
.comjob__jobType--list .item {
	float: left;
	width: calc((100% - 10px) / 2);
}
.comjob__jobType--list .item:nth-of-type(even) {
	margin-left: 10px;
}
.comjob__jobType--list .item:nth-child(n+3) {
	margin-top: 10px;
}
.comjob__jobType--list .item a > span,
.comjob__jobType--list .item > span{
	display: flex;
	flex-flow: row;
	align-items: center;
	height: 70px;
	color: #333;
	padding: 0 8px 0 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}

.comjob__jobType--list .item > span { 
	background-color: #c1c1c1;
}
.comjob__jobType--list.fresh a > span { 
	background-color: #f5b5b5;
}
.comjob__jobType--list.career a > span {
	background-color: #edd74c;
}
.comjob__jobType--list .item a > span i,
.comjob__jobType--list .item > span i{

	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.comjob__jobType--list .item > span i{
	background-color: #adadad;
}
.comjob__jobType--list.fresh .item a > span i {
	background-color: #d79898;
}
.comjob__jobType--list.career .item a > span i {
	background-color: #dac121;
}
.comjob__jobType--list .item a > span i img,
.comjob__jobType--list .item > span i img{
	max-width: 100%;
	vertical-align: middle;
}
.comjob__jobType--list .item a > span .txt,
.comjob__jobType--list .item > span .txt{
	font-size: 1.4rem;
	line-height: 1.5;
}

.comjob__jobType--list .item > span .txt{
	color: #fff;

}

/* 採用情報詳細ページ
---------------------------------------------------------------------- */
/* comjob__details */
#comjob__details {
}
#comjob__details .hn {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}
#comjob__details.fresh .hn {
	background-color: #f5b5b5;
}
#comjob__details.career .hn {
	background-color: #6eb7de;
	color: #fff;
}
.comjob__details--table {
	margin-bottom: 30px;
}
.comjob__details--table table {
	width: 100%;
	border-collapse: collapse;
}
.comjob__details--table table tr {
	display: block;
	padding: 1em;
	border: 1px solid #e1e1e1;
	border-top: none;
}
.comjob__details--table table th,
.comjob__details--table table td {
	display: block;
}
.comjob__details--table table th {
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
.comjob__details--table table td p:not(:first-of-type) {
	margin-top: 1em;
}
.comjob__details--btn {
	text-align: center;
}
.comjob__details--btn .btnApp {
}
.comjob__details--btn .btnApp a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#comjob__details.fresh .comjob__details--btn .btnApp a {
	background-color: #f5b5b5;
}
#comjob__details.career .comjob__details--btn .btnApp a {
	background-color: #6eb7de;
	color: #fff;
}
.comjob__details--btn .btnApp a::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto 0;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.comjob__details--btn .btnApp a::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 0;
	right: 49px;
	bottom: 0;
	margin: auto 0;
	border: 0px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#comjob__details.fresh .comjob__details--btn .btnApp a::after {
	border-color: #f5b5b5;
}
#comjob__details.career .comjob__details--btn .btnApp a::after {
	border-color: #6eb7de;
	color: #fff;
}
.parentingLst + .note {
	font-size: 1.3rem;
	text-align: left;
}

/* トップメッセージ
---------------------------------------------------------------------- */
/* comjob__topMesMain */
#comjob__topMesMain {
	width: 100%;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	background-color: #fff;
	padding-top: 70.833333333%;
}
.comjob__topMesMain--txt {
	padding: 30px 15px;
}
.comjob__topMesMain--txt .hn {
	font-size: 2.0rem;
	font-weight: bold;
	color: #f4950c;
	line-height: 1.6;
	margin-bottom: 20px;
}
.comjob__topMesMain--txt .txt {
}
.comjob__topMesMain--txt .txt p {
	line-height: 1.8;
}
.comjob__topMesMain--txt .txt p:not(:first-of-type) {
	padding-top: .8em;
}
.comjob__topMesMain--txt dl {
	margin-top: 20px;
}
.comjob__topMesMain--txt dl dt {
	font-size: 1.4rem;
	padding-bottom: 15px;
}
.comjob__topMesMain--txt dl dd {
	font-size: 1.6rem;
}

/* 数字で見るセリオ
---------------------------------------------------------------------- */
/* comjob__num */
#comjob__num {
}
.comjob__num--list {
}
.comjob__num--list .item {
	text-align: center;
}
.comjob__num--list .item:nth-child(n+2) {
	margin-top: 15px;
}
.comjob__num--list .item img {
	max-width: 100%;
	vertical-align: middle;
}
.comjob__num--list .item p {
	max-width: 466px;
	margin: 0 auto;
	text-align: right;
}

/* 社員からのメッセージ
---------------------------------------------------------------------- */
/* comjob__mes */
#comjob__mes {
	padding: 30px 10px;
}
.comjob__mes--block:not(:first-of-type) {
	margin-top: 30px;
}
.comjob__mes--block .hn {
	font-size: 1.8rem;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-bottom: 20px;
}
.comjob__mes--list {
}
.comjob__mes--list .item {
}
.comjob__mes--list .item:nth-child(n+2) {
	margin-top: 20px;
}
.comjob__mes--list .item .photo {}
.comjob__mes--list .item .photo img {
	width: 100%;
	vertical-align: middle;
}
.comjob__mes--list .item .info {
	background-color: #f9f9f9;
	padding: 20px;
}
.comjob__mes--list .item .info .person {
	border-left: 4px solid #fca44e;
	padding-left: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.comjob__mes--list .item .info .person .busho {
	font-size: 1.5rem;
	font-weight: bold;
}
.comjob__mes--list .item .info .person .name {
	font-size: 1.7rem;
	font-weight: bold;
}
.comjob__mes--list .item .info .person .name .s {
	font-size: 1.4rem;
	font-weight: normal;
}
.comjob__mes--list .item .info .txt {
}

/* 応募から入社までの流れ Q&A
---------------------------------------------------------------------- */
.flow__ttl {
	padding: 3px 0;
	border-top: 1px solid #e2dcd7;
	border-bottom: 1px solid #e2dcd7;
	margin-bottom: 30px;
}
.flow__ttl .hn {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #faf0e8;
	padding: 10px;
}

/* comjob__flow */
#comjob__flow {
	margin-bottom: 40px;
}
.comjob__flow--list {
}
.comjob__flow--list .item {
	position: relative;
	display: table;
	width: 100%;
}
.comjob__flow--list .item:not(:last-of-type) {
	margin-bottom: 30px;
}
.comjob__flow--list .item .stepImg {
	display: table-cell;
	width: 100px;
	vertical-align: top;
}
.comjob__flow--list .item .stepImg i {
	position: absolute;
	top: -15px;
	left: 0;
}
.comjob__flow--list .item .stepImg i img {
	width: 40px;
}
.comjob__flow--list .item .stepImg span img {
	width: 100%;
}
.comjob__flow--list .item:not(:last-of-type) .stepImg::after {
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 11px 0 11px;
	border-color: #f4bd53 transparent transparent transparent;
}
.comjob__flow--list .item dl {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
}
.comjob__flow--list .item dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 5px;
}
.comjob__flow--list .item dl dd {
	font-size: 1.4rem;
}

/* comjob__faq */
#comjob__faq {
}
#comjob__faq a{
	text-decoration-line: underline!important;
}

.comjob__faq--list {
}
.comjob__faq--list .item {
}
.comjob__faq--list .item:not(:first-of-type) {
	border-top: 1px solid #e2dcd7;
	padding-top: 20px;
}
.comjob__faq--list .item:not(:last-of-type) {
	padding-bottom: 20px;
}
.comjob__faq--list .item dt,
.comjob__faq--list .item dd {
	display: table;
	width: 100%;
}
.comjob__faq--list .item dt {
	margin-bottom: 15px;
}
.comjob__faq--list .item dt span,
.comjob__faq--list .item dd span {
	display: table-cell;
	width: 46px;
	vertical-align: middle;
}
.comjob__faq--list .item dt span i,
.comjob__faq--list .item dd span i {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-align: center;
}
.comjob__faq--list .item dt span i {
	background-color: #e86e7a;
}
.comjob__faq--list .item dd span i {
	background-color: #69a5cc;
}
.comjob__faq--list .item dt p,
.comjob__faq--list .item dd p {
	display: table-cell;
	line-height: 1.6;
	vertical-align: middle;
}
.comjob__faq--list .item dt p {
	font-size: 1.6rem;
	font-weight: bold;
}

/* セリオグループの福利厚生と就業サポート制度
---------------------------------------------------------------------- */
#welfareMain .lead {
	padding: 5%;
}
#welfareMain .contentsIn {
	padding: 0 5%;
}
.bgPink {
	padding: 2em 0;
}
.bgWhite,
.bgHdPale {
	padding: 1em 0;
}
#welfareMain .ttlWrap {
	margin-bottom: 1em;
}
.welfareSttl .sTtl {
	font-size: 1.6rem;
	font-weight: bold;
}
#holidayWrap .welfareSttl .ic {
	width: 40px;
}
.holidayTable {
	border-top: #e2dcd7 1px solid;
	margin-bottom: 2em;
	width: 100%;
}
.holidayTable th,
.holidayTable td {
	display: block;
	width: 100%;
}

.holidayTable th {
	padding-top: 1em;
}
.holidayTable th span {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.holidayTable td {
	padding-bottom: 1em;
	padding-top: 0.75em;
	border-bottom: #e2dcd7 1px solid;
	font-size: 1.3rem;
}
.holidayTable tr {
	border-bottom: #e2dcd7 1px solid;
}

#parentingWrap .welfareSttl .ic {
	width: 64px;
}
#parentingWrap .block {
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.parentingLst {
	display: flex;
	flex-wrap: wrap;
}
.parentingLst > li {
	width: 48%;
	margin-right: 4%;
	margin-top: 10px;
}
.parentingLst > li:nth-child(even) {
	margin-right: 0;
}
.parentingLst > li:nth-of-type(-n+2) {
	margin-top: 0;
}
.parentingLst > li .photo {
	width: 64px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.25em;
}
.parentingLst dt {
	padding: 0.25em;
}
.parentingLst .note {
	font-size: 1.3rem;
}
.parentingLst > li > dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.parentingLst > li > dl > dd {
	margin-top: auto;
	text-align: center;
}
#gltdWrap {
	margin-bottom: 3em;
}
#gltdWrap .holidayTable {
	margin-bottom: 0;
}
.welfareSttl .ic {
	width: 50px;
}
.careerList > li {
	margin-bottom: 20px;
}
.careerList > li .ic {
	width: 25%;
}
.careerList > li > dl {
	padding: 0.5em 1em;
}
.careerListTxt > li {
	margin-bottom: 1em;
}
.careerListTxt > li:last-child {
	margin-bottom: 0;
}
/* 資産形成サポート */
#assetWrap .holidayTable + .note,
#gltdWrap .holidayTable + .note,
#holidayWrap .holidayTable + .note,
.note + .note {
	font-size: 1.3rem;
	padding-left: 1em;
	text-indent: -1em !important;
}
#holidayWrap .holidayTable + .note {
	font-size: 1.2rem;
	text-align: right;
}
}

/* PC */
@media print, screen and (min-width:768px){
/* 共通パーツ
---------------------------------------------------------------------- */
/* comjob__mainTtl */
#comjob__mainTtl {
	display: table;
	width: 100%;
	height: 175px;
	background-image: url(/img/recruit/bg_main_ttl.png);
	background-repeat: repeat;
	background-position: center center;
	border-bottom: 1px solid #f1f1f1;
}
#comjob__mainTtl .hn {
	display: table-cell;
	vertical-align: middle;
	font-size: 3.2rem;
	text-align: center;
}
#comjob__mainTtl .hn i {
	display: inline-block;
	padding-right: 20px;
}
#comjob__mainTtl .hn i img {
	vertical-align: middle;
}

/* comjob__wrap */
#comjob__wrap {
	width: 90%;
	max-width: 1100px;
	margin: 70px auto 80px;
}

/* comjob__nav */
#comjob__nav {}
#comjob__nav.mb {
	margin-bottom: 80px;
}
.comjob__nav--list {
	display: table;
	width: 100%;
}
.comjob__nav--list .item {
	position: relative;
	display: table-cell;
	width: 50%;
}
.comjob__nav--list .item::after {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 2;
}
.comjob__nav--list .item:hover::after {
	width: 100%;
}
.comjob__nav--list .item.fresh {
	background-color: #f5b5b5;
}
.comjob__nav--list .item.fresh::after {
	background-color: #f7a3a3;
}
.comjob__nav--list .item.fresh a::after {
	border-color: #f5b5b5;
}
.comjob__nav--list .item.career {
	background-color: #edd74c;
}
.comjob__nav--list .item.career::after {
	background-color: #e7ce30;
}
.comjob__nav--list .item.career a::after {
	border-color: #edd74c;
}
.comjob__nav--list .item a {
	position: relative;
	display: block;
	font-size: 1.6rem;
	color: #333;
	text-decoration: none;
	line-height: 2.0;
	text-align: center;
	padding: 10% 3%;
	z-index: 3;
}
.comjob__nav--list .item a span {
	display: block;
	font-size: 2.8rem;
	font-weight: bold;
}
.comjob__nav--list .item a::before {
	position: absolute;
	content: '';
	width: 28px;
	height: 28px;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto 0;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.comjob__nav--list .item a::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 0;
	right: 51px;
	bottom: 0;
	margin: auto 0;
	border: 0px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
/**/
/* corpjob__nav*/
#corpjob__nav {
	margin-bottom: 80px;
}
.corpjob__nav--list {
	display: table;
	width: 100%;
}
.corpjob__nav--list .item {
	position: relative;
	display: table-cell;
	width: 33.33%;
	padding-top: 19.1%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.corpjob__nav--list .item::after {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 2;
}
.corpjob__nav--list .item:hover::after {
	width: 100%;
}
.corpjob__nav--list .item.haken {
	background-image: url("/img/recruit/index/job_img_01.png?ver=210401");
}
.corpjob__nav--list .item.after_school {
	background-image: url("/img/recruit/index/job_img_02.png");
}
.corpjob__nav--list .item.nursery {
	background-image: url("/img/recruit/index/job_img_03.png");
}
.corpjob__nav--list .item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	z-index: 3;
}
.corpjob__nav--list .item a span {
	display: block;
	font-size: 2rem;
	line-height: 1.2;
	background-image: url("/img/recruit/index/ar_r_wh.svg");
	background-repeat: no-repeat;
	background-position: right 40px center;
	background-size: 28px auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	min-height: 66px;
}
.corpjob__nav--list .item.after_school a span,
.corpjob__nav--list .item.nursery a span {
	line-height: 66px;
}
.tablet .corpjob__nav--list .item a span {
	font-size: 1.8rem;
}

/**/

/* comjob__footer */
.comjob__fotter--list {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow:row wrap;
}
.comjob__fotter--list > li {
	width: 46%;
	margin-right: 2%;
	margin-top: 20px;
	background-color: #ffeaea;
	border: #d6d6d6 1px solid;
}
.comjob__fotter--list > li:nth-child(2n) {
	margin-right: 0;
}
.comjob__fotter--list > li:nth-child(-n+2) {
	margin-top: 0;
}
.comjob__fotter--list > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	padding: 25px;
	background-image: url("/img/recruit/ar_r.png");
	background-repeat: no-repeat;
	background-position: right 25px center;
	position: relative;
	z-index: 10;
}
.comjob__fotter--list .item {
	position: relative;
}
.comjob__fotter--list .item::after {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #d6d6d6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 2;
}
.comjob__fotter--list .item:hover::after {
	width: 100%;
}

.comjob__fotter--list a:link {
	font-family: 1.6rem;
	color: #4b4b4b;
}


/* TOPページ
---------------------------------------------------------------------- */
/* comjob__indexMain */
#comjob__indexMain {
	position: relative;
	overflow: hidden;
}
.comjob__indexMain--photo {}
.comjob__indexMain--photo__list {
	overflow: hidden;
}
.comjob__indexMain--photo__list .item {
	float: left;
	width: 25%;
	opacity: 0;
}
.comjob__indexMain--photo__list .item img {
	width: 100%;
	vertical-align: middle;
}
.comjob__indexMain--info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-align: center;
}
.comjob__indexMain--info .title,
.comjob__indexMain--info .txt {
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	opacity: 0;
}
.comjob__indexMain--info .title .hn {
	font-size: 4.8rem;
	font-size: 2.5vw;
	line-height: 1.7;
	padding-bottom: .5em;
}
.comjob__indexMain--info .title .hn span {
	display: block;
	font-size: 3.5rem;
	font-size: 1.8vw;
}
.comjob__indexMain--info .txt .lead {
	font-size: 2.8rem;
	font-size: 1.4vw;
	line-height: 2.0;
}

/* 採用情報TOPページ
---------------------------------------------------------------------- */
#comjob__jobType {}

#comjob__jobType .now__job {text-align: center;padding: 30px 10px;font-size: 1.8rem;}
#comjob__jobType .now__job span{display: inline-block;margin: 0 2px; padding: 2px 5px;}
#comjob__jobType .now__job.fresh span{background-color: #f5b5b5;}
#comjob__jobType .now__job.career span{background-color: #edd74c;}


.comjob__jobType--block {}
.comjob__jobType--block:not(:first-of-type) {
	margin-top: 80px;
}
.comjob__jobType--block .hn {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.comjob__jobType--block .hn .s {
	font-size: 1.4rem;
}
.comjob__jobType--list {
}
.comjob__jobType--list:not(:first-of-type) {
	margin-top: 25px;
}
.comjob__jobType--list .item {
	float: left;
	width: 18.8%;
}
.comjob__jobType--list .item {
	margin-right: 1.5%;
	margin-top: 15px;
}
.comjob__jobType--list .item:nth-child(5n) {
	margin-right: 0;
}
.comjob__jobType--list .item:nth-child(-n + 5) {
	margin-top: 0;
}
.comjob__jobType--list .item a > span,
.comjob__jobType--list .item > span{
	display: flex;
	flex-flow: row;
	align-items: center;
	height: 70px;
	color: #333;
	padding: 0 10px 0 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
}

.comjob__jobType--list .item > span { 
	background-color: #c1c1c1;
}
.comjob__jobType--list.fresh a > span { 
	background-color: #f5b5b5;
}
.comjob__jobType--list.career a > span {
	background-color: #edd74c;
}
.comjob__jobType--list .item a > span i,
.comjob__jobType--list .item > span i{
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-right: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.comjob__jobType--list .item > span i{
	background-color: #adadad;
}
.comjob__jobType--list.fresh .item a > span i {
	background-color: #d79898;
}
.comjob__jobType--list.career .item a > span i {
	background-color: #dac121;
}
.comjob__jobType--list .item a > span i img,
.comjob__jobType--list .item > span i img{
	max-width: 100%;
	vertical-align: middle;
}
.comjob__jobType--list .item a > span .txt,
.comjob__jobType--list .item > span .txt{
	font-size: 1.5rem;
	line-height: 1.5;
}

.comjob__jobType--list .item > span .txt{
	color: #fff;

}

/* 採用情報詳細ページ
---------------------------------------------------------------------- */
/* comjob__details */
#comjob__details {
}
#comjob__details .hn {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}
#comjob__details.fresh .hn {
	background-color: #f5b5b5;
}
#comjob__details.career .hn {
	background-color: #6eb7de;
	color: #fff;
}
.comjob__details--table {
	margin-bottom: 60px;
}
.comjob__details--table table {
	width: 100%;
	border-collapse: collapse;
}
.comjob__details--table table th,
.comjob__details--table table td {
	border: 1px solid #e1e1e1;
	padding: 1.5em;
}
.comjob__details--table table th {
	width: 20%;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.comjob__details--table table td p:not(:first-of-type) {
	margin-top: 1em;
}
.comjob__details--btn {
	text-align: center;
}
.comjob__details--btn .btnApp {
	display: inline-block;
}
.comjob__details--btn .btnApp a {
	position: relative;
	display: block;
	min-width: 400px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	padding: 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#comjob__details.fresh .comjob__details--btn .btnApp a {
	background-color: #f5b5b5;
}
#comjob__details.career .comjob__details--btn .btnApp a {
	background-color: #6eb7de;
	color: #fff;
}
.comjob__details--btn .btnApp a::before {
	position: absolute;
	content: '';
	width: 28px;
	height: 28px;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto 0;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.comjob__details--btn .btnApp a::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 0;
	right: 51px;
	bottom: 0;
	margin: auto 0;
	border: 0px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#comjob__details.fresh .comjob__details--btn .btnApp a::after {
	border-color: #f5b5b5;
}
#comjob__details.career .comjob__details--btn .btnApp a::after {
	border-color: #6eb7de;
}
.comjob__details--btn .btnApp a:hover {
	text-decoration: none;
}

/* トップメッセージ
---------------------------------------------------------------------- */
/* comjob__topMesMain */
#comjob__topMesMain {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 900px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	background-color: #fff;
	margin-bottom: 100px;
}
.comjob__topMesMain--txt {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 50%;
}
.comjob__topMesMain--txt .hn {
	font-size: 3.6rem;
	font-weight: bold;
	color: #f4950c;
	margin-bottom: 40px;
}
.comjob__topMesMain--txt .txt {
}
.comjob__topMesMain--txt .txt p {
	font-size: 1.7rem;
	line-height: 1.8;
}
.comjob__topMesMain--txt .txt p:not(:first-of-type) {
	padding-top: 1.5em;
}
.comjob__topMesMain--txt dl {
	display: table;
	margin-top: 60px;
}
.comjob__topMesMain--txt dl dt {
	display: table-cell;
	font-size: 1.4rem;
	padding-right: 40px;
	vertical-align: middle;
}
.comjob__topMesMain--txt dl dd {
	display: table-cell;
	font-size: 2.0rem;
	vertical-align: middle;
}

/* 数字で見るセリオ
---------------------------------------------------------------------- */
/* comjob__num */
#comjob__num {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.comjob__num--list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.comjob__num--list .item {
	width: 48.5%;
	max-width: 466px;
	text-align: right;
}
.comjob__num--list .item:nth-child(n+3) {
	margin-top: 30px;
}
.comjob__num--list .item img {
	vertical-align: middle;
}
.comjob__num--list .item p {
	font-size: 1.6rem;
}

/* 社員からのメッセージ
---------------------------------------------------------------------- */
/* comjob__mes */
#comjob__mes {
	padding: 70px 10px 80px;
}
.comjob__mes--block:not(:first-of-type) {
	margin-top: 80px;
}
.comjob__mes--block .hn {
	font-size: 2.8rem;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-bottom: 40px;
}
.comjob__mes--list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.comjob__mes--list .item {
	width: calc(50% - 5px);
}
.comjob__mes--list .item:nth-child(n+3) {
	margin-top: 40px;
}
.comjob__mes--list .item .photo {}
.comjob__mes--list .item .photo img {
	width: 100%;
	vertical-align: middle;
}
.comjob__mes--list .item .info {
	background-color: #f9f9f9;
	padding: 40px;
}
.comjob__mes--list .item .info .person {
	border-left: 4px solid #fca44e;
	padding-left: 20px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.comjob__mes--list .item .info .person .busho {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 5px;
}
.comjob__mes--list .item .info .person .name {
	font-size: 2.2rem;
	font-weight: bold;
}
.comjob__mes--list .item .info .person .name .s {
	font-size: 1.6rem;
	font-weight: normal;
}
.comjob__mes--list .item .info .txt {
	font-size: 1.5rem;
	line-height: 1.8;
}

/* 応募から入社までの流れ Q&A
---------------------------------------------------------------------- */
.flow__ttl {
	padding: 5px 0;
	border-top: 1px solid #e2dcd7;
	border-bottom: 1px solid #e2dcd7;
	margin-bottom: 50px;
}
.flow__ttl .hn {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	background-color: #faf0e8;
	padding: 15px;
}

/* comjob__flow */
#comjob__flow {
	margin-bottom: 80px;
}
.comjob__flow--list {
}
.comjob__flow--list .item {
	float: left;
	width: 196px;
}
.comjob__flow--list .item:not(:last-of-type) {
	margin-right: 30px;
}
.comjob__flow--list .item .stepImg {
	position: relative;
	margin-bottom: 15px;
}
.comjob__flow--list .item .stepImg i {
	position: absolute;
	top: -15px;
	left: 0;
}
.comjob__flow--list .item .stepImg span img {
	width: 100%;
}
.comjob__flow--list .item:not(:last-of-type) .stepImg::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: calc(100% + 12px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 9px;
	border-color: transparent transparent transparent #f4bd53;
}
.comjob__flow--list .item dl {
	text-align: center;
}
.comjob__flow--list .item dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 5px;
}
.comjob__flow--list .item dl dd {
	font-size: 1.4rem;
}

/* comjob__faq */
#comjob__faq {
}
#comjob__faq a{
	text-decoration-line: underline!important;
}
.comjob__faq--list {
}
.comjob__faq--list .item {
}
.comjob__faq--list .item:not(:first-of-type) {
	border-top: 1px solid #e2dcd7;
	padding-top: 40px;
}
.comjob__faq--list .item:not(:last-of-type) {
	padding-bottom: 40px;
}
.comjob__faq--list .item dt,
.comjob__faq--list .item dd {
	display: table;
	width: 100%;
}
.comjob__faq--list .item dt {
	margin-bottom: 20px;
}
.comjob__faq--list .item dt span,
.comjob__faq--list .item dd span {
	display: table-cell;
	width: 66px;
	vertical-align: middle;
}
.comjob__faq--list .item dt span i,
.comjob__faq--list .item dd span i {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-align: center;
}
.comjob__faq--list .item dt span i {
	background-color: #e86e7a;
}
.comjob__faq--list .item dd span i {
	background-color: #69a5cc;
}
.comjob__faq--list .item dt p,
.comjob__faq--list .item dd p {
	display: table-cell;
	font-size: 1.6rem;
	vertical-align: middle;
}
.comjob__faq--list .item dt p {
	font-weight: bold;
}

/* セリオグループの福利厚生と就業サポート制度
---------------------------------------------------------------------- */
#welfareMain .contentsIn,
#welfareMain .lead {
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#welfareMain .lead {
	padding: 40px 0;
}
.bgPink {
	padding: 50px 0;
}
.bgWhite,
.bgHdPale {
	padding: 30px 0;
}
#welfareMain .ttlWrap {
	margin-bottom: 15px;
}
.welfareSttl .sTtl {
	font-size: 2.4rem;
	font-weight: bold;
}
#holidayWrap .welfareSttl .ic {
	width: 50px;
}
.holidayTable {
	width: 100%;
	border-top: #e2dcd7 1px solid;
	margin-bottom: 20px;
}
.holidayTable tr {
	display: flex;
	border-bottom: #e2dcd7 1px solid;
}
.holidayTable th,
.holidayTable td {
	padding: 6px 0;
}
.holidayTable th {
	width: 34%;
}
.holidayTable th span {
	padding-top: 2px;
	padding-bottom: 2px;
}
.holidayTable td {
	font-size: 1.4rem;
}
#parentingWrap .welfareSttl .ic {
	width: 80px;
}
.parentingLst {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.parentingLst > li {
	width: 16.7%;
	margin: 1.65%;
}
.parentingLst dt {
	padding: 0.25em;
}
.parentingLst .note {
	font-size: 1.4rem;
}
.parentingLst .photo {
	width: 37.2%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
}
.parentingLst > li > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.parentingLst > li > dl > dd {
	margin-top: auto;
	text-align: center;
}
#gltdWrap {
	margin-bottom: 80px;
}
#careerWrap .welfareSttl .ic {
	width: 60px;
}
.careerList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow:row wrap;
}
.careerList > li {
	width: 47.6%;
	margin-right: 4.8%;
	margin-top: 15px;
}
.careerList > li:nth-child(even) {
	margin-right: 0;
}
.careerList > li:nth-of-type(-n+2) {
	margin-top: 0;
}
.careerList > li .ic {
	width: 130px;
	height: 130px;
}
_:-ms-lang(x)::-ms-backdrop, .careerList > li .ic img {
/* IE11 のみ適用される */
	width: 160px;
}
.careerList > li dl {
	padding: 10px 10px 10px 30px;
}
.parentingLst + .note {
	font-size: 1.4rem;
}
.careerListTxt {
	display: flex;
	flex-wrap: wrap;
}
.careerListTxt > li {
	margin-top: 15px;
	margin-right: 16px;
	width: calc(50% - 8px);
}
.careerListTxt > li:nth-child(even) {
	margin-right: 0;
}
.careerListTxt > li:nth-child(-n + 2) {
	margin-top: 0;
}
/* 資産形成サポート */
#assetWrap .holidayTable {
	margin-bottom: 1em;
}
#assetWrap .holidayTable + .note,
#gltdWrap .holidayTable + .note,
#holidayWrap .holidayTable + .note,
.note + .note {
	font-size: 1.4rem;
}
#holidayWrap .holidayTable + .note {
	font-size: 1.3rem;
	text-align: right;
}
}

.comjob__fotter--list a:visited {
	color: #4b4b4b;
}
/* ハタラクエール
---------------------------------------------------------------------- */
.mainTtl.withBnr {
	justify-content: space-between;
}
#welfareMain .bnrArea {
	text-align: center;
}
/* SP */
@media screen and (max-width:767px){
.mainTtl.withBnr .logoBnr {
	display: none;
}
#contTtlLogoSp {
	padding: 0 5%;
}
#welfareMain .bnrArea {
	padding: 0 5% 5%;
}
}
/* PC */
@media print, screen and (min-width:768px) {
.mainTtl.withBnr .logoBnr {
	width: 95%;
	max-width: 680px;
}
#contTtlLogoSp {
	display: none;
}
#welfareMain .bnrArea {
	margin-bottom: 40px;
}
}

#comjob .btnPink{
	border: none;
	border-radius: 8px;
	background-color:#e9606f;
	background-image:none;
	width: 50%;
}

#comjob .btnPink a{
	background-image: url(/img/common/parts/ic_arrow_right_recruit.svg);
	background-size: 20px;
}
/* SP */
@media print, screen and (max-width:767px) {
	#comjob .btnPink {
  		width: 100%;
  	}
	#comjob .btnPink a {
  		font-size: 1.4rem;
  	}
}

/* 2024.05改訂
---------------------------------------------------------------------- */
#leadWrap {
	background-image: url("/img/recruit/index/lead_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.recruitContInner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.leadTtl {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#leadWrap .leadTtl {
	margin-top: 2em;
}
#leadWrap .leadTtl:first-child {
	margin-top: 0;
}
/* 募集中の職種 */
.job-infoTtl,
.messageTtl {
	text-align: center;
	font-weight: bold;
}
#comjob__jobType .now__job.hd span {
	background-color: #6eb7de;
	color: #fff;
}
.comjob__jobType--list.hd .item > span i {
	background-color: transparent;
}
.comjob__jobType--list.hd a > span {
	background-color: #6eb7de;
	color: #fff;
}
/* 社員からのメッセージ */
#messagesEmployees {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(237,249,253,1) 90%, rgba(237,249,253,1) 100%);
}
.messageTtl {
	margin-bottom: 0.5em;
}
.messageList > li {
	background-color: #fff;
	border-radius: 1.5em;
	overflow: hidden;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
}
.messageTxt > dt {
	border-left: #6eb7de 3px solid;
	padding: 0.1em 0 0.1em 0.75em;
}
.messageTxt > dt .department {
	display: block;
}
.messageTxt > dt .date {
	padding-left: 0.5em;
	font-weight: normal;
}
/* 採用情報フッター共通 */
#comjob__fotter {
	background-color: #fff2ef;
}
#comjob__recruit-info {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.comjob__fotter--list > li,
.comjob__fotter--list .item {
	background-color: #fff;
}
.comjob__recruit-info--list > li a {
	display: block;
	padding: 1em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border-width: 3px;
	border-style: solid;
	border-radius: 0.5em;
	line-height: 1.2;
}
.comjob__recruit-info--list > li.corp a {
	color: #e7606e;
	border-color: #e7606e;
}
.comjob__recruit-info--list > li.garden a {
	color: #8cc43f;
	border-color: #8cc43f;
}
.comjob__recruit-info--list > li.comeback a {
	color: #4bb0df;
	border-color: #4bb0df;
}
/* SP */
@media screen and (max-width:767px) {
/* リード */
#leadWrap {
	padding: 30px 0;
}
.leadTtl {
	font-size: 2.2rem;
}
/* 募集中の職種 */
.job-infoTtl,
.messageTtl {
	font-size: 2.5rem;
}
/* 社員からのメッセージ */
#messagesEmployees {
	padding: 15px 0 30px;
}
.messageList > li {
	margin-bottom: 2em;
}
.messageList > li:last-child {
	margin-bottom: 0;
}
.messageTxt {
	padding: 1em;
}
.messageTxt dd {
	padding-top: 1em;
}
.messageTxt > dt .department {
	font-size: 1.4rem;
}
.messageTxt > dt .name {
	font-size: 1.8rem;
}
.messageTxt > dt .date {
	font-size: 1.2rem;
}
/* 採用情報フッター共通 */
.comjob__fotter--list {
	border-top: 1px solid #575857;
	border-bottom: 1px solid #575857;
}
.comjob__recruit-info--list {
	padding: 20px 0;
}
.comjob__recruit-info--list > li {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}
.comjob__recruit-info--list > li:last-child {
	margin-bottom: 0;
}
.comjob__recruit-info--list > li span + span {
	padding-left: 0.5em;
}
}
/* PC */
@media print, screen and (min-width:768px) {
/* リード */
#leadWrap {
	padding: 100px 0;
}
.recruitContInner {
	max-width: 1100px;
}
.leadTtl {
	font-size: 2.8rem;
}
/* 募集中の職種 */
.job-infoTtl,
.messageTtl {
	font-size: 3.2rem;
}
/* 社員からのメッセージ */
#messagesEmployees {
	padding: 30px 0 80px;
}
.messageList {
	display: flex;
	flex-wrap: wrap;
}
.messageList > li {
	width: 48.9%;
	margin-right: 2.2%;
	margin-top: 20px;
}
.messageList > li:nth-child(even) {
	margin-right: 0;
}
.messageList > li:nth-child(-n + 2) {
	margin-top: 0;
}
.messageTxt {
	padding: 30px 35px;
}
.messageTxt dd {
	padding-top: 30px;
}
.messageTxt > dt .department {
	font-size: 1.8rem;
}
.messageTxt > dt .name {
	font-size: 2.2rem;
}
.messageTxt > dt .date {
	font-size: 1.4rem;
}
/* 採用情報フッター共通 */
#comjob__fotter {
	padding: 70px 0;
}
#wrapMain {
	padding-bottom: 70px;
}
#comjob__recruit-info {
	max-width: 1100px;
	padding-top: 70px;
}
.comjob__recruit-info--list {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.comjob__recruit-info--list > li {
	width: 32%;
	font-size: 2rem;
}
.comjob__recruit-info--list > li a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
}
@media (hover: hover) {
.comjob__recruit-info--list > li a {
	transition: 0.3s;
}
.comjob__recruit-info--list > li a:hover {
	color: #fff;
}
.comjob__recruit-info--list > li.corp a:hover {
	background-color: #e7606e;
}
.comjob__recruit-info--list > li.garden a:hover {
	background-color: #8cc43f;
}
.comjob__recruit-info--list > li.comeback a:hover {
	background-color: #4bb0df;
}
}
/* 250821 Add */
.supKome {
	font-style: normal;
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: 0;
}

/* 251016 Add */
.parentingLst.childcare {
	flex-wrap: wrap;
	margin: 0 auto;
}
.parentingLst.childcare li {
	width: 17.7%;
}

.parentingLst.childcare .childcare_text {
	text-align: left;
	font-size: 1.2rem;
	color: #333;
}

@media screen and (max-width: 820px) {
	.parentingLst dt {
		font-size: 1.4rem;
	}
}


@media screen and (max-width: 767px) {
	.parentingLst.childcare {
		width: 100%;
	}
	.parentingLst.childcare li {
	width: 48%;
	}
	.parentingLst.childcare > li > dl {
		height: 100%;
	}

}

/*移設タイトル20260401*/
#benefits #wrapContentsTtlTop,
#comjob.number #wrapContentsTtlTop,
#comjob.welfare #wrapContentsTtlTop {
	border-bottom: 2px solid #e5298a;
        background-color: #f8f4ed;
        position: relative;
        background-position: center top;
        background-repeat: no-repeat;
		margin-bottom: 0;
    }
#benefits #wrapContentsTtlTop .innerContainer ,
#comjob.number #wrapContentsTtlTop .innerContainer,
#comjob.welfare #wrapContentsTtlTop .innerContainer
{
    font-size: 3.6rem;
	height: 210px;
}
@media screen and (max-width: 767px) {
#benefits #wrapContentsTtlTop .innerContainer ,
#comjob.number #wrapContentsTtlTop .innerContainer,
#comjob.welfare #wrapContentsTtlTop .innerContainer
{
	padding: 20px;
	height: 73px;
}
#benefits #wrapContentsTtlTop .innerContainer h1,
#comjob.number #wrapContentsTtlTop .innerContainer h1,	
#comjob.welfare #wrapContentsTtlTop .innerContainer h1 {
	font-weight: normal;
	font-size: 2rem !important;

}
	}
#benefits #wrapContentsTtlTop .mainTtl, 
#comjob.number #wrapContentsTtlTop .mainTtl,
#comjob.welfare #wrapContentsTtlTop .mainTtl {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
