.formWrap dl,
.formWrap p {
	margin-bottom: 3em;
}
.formWrap p {
	color: #724b23;
}
.formWrap dt {
	color: #6b0739
}
.reqForm .req {
	color: #fff;
	background: #f1508c;
	font-size: 81.3%;
	display: inline-block;
	margin-left: .5em;
	padding: .3em .5em .2em;
	vertical-align: 1px;
	line-height: 1;
	border-radius: 3px
}
.formWrap dd input:not([type="radio"]),
.formWrap dd textarea {
	font-size: 16px;
	padding: 1em;
	border: 1px solid #bdaf8b;
	background: #fefffc
}
label {
	cursor: pointer
}
.formWrap .radio dd {
	padding: 1em
}
.formWrap dd input:not([type="radio"]) {
	width: 100%;
	border-radius: 3px
}
.formWrap dd textarea {
	width: 98%;
	height: 16em;
	border-radius: 3px
}
.formWrap .radio dd label {
	display: block;
	color: #724b23;
	cursor: pointer;
}
.formWrap .radio dd label input[type="radio"] {
	vertical-align: -1px;
	margin-right: .5em
}

.mw_wp_form.mw_wp_form_input .submitBtn {

}
.mw_wp_form.mw_wp_form_preview .req,
.mw_wp_form.mw_wp_form_preview .contactNote {
	display: none;
}
.mw_wp_form.mw_wp_form_preview dd {
	padding: 1em;
	border: 1px solid #bdaf8b;
	background: #e8e3dd
}
.spanWrap.center > input + br {
	display: none;
}



.confirm dd {
	padding: 1em;
	border: 1px solid #bdaf8b;
	background: #e8e3dd
}

.error {
	color: Crimson;
	display: block;
	padding: 0.5em 1em 0 0;
}
input:not([type="submit"]):focus,
textarea:focus {
	outline: 0;
	padding: 2px 1px 2px 1px;
	border: 1px solid rgba(82, 168, 236, 0.8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	background: #fff!important;
}
input.warning,
textarea.warning {
	background: #f2dede!important;
	border:1px solid #cc5200!important;
}
input.warning:focus,
textarea.warning:focus {
	box-shadow: 0 0 6px #ffa366;
}





/* RECRUIT
________________________________________________________ */
.recruitNav {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	letter-spacing: -.5em
}
.recruitNav li {
	display: inline-table;
	width: calc(100% / 5 - 2em);
	margin: 0 1em;
	vertical-align: top
}
.recruitNav li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 8em;
	border-radius: 50%;
	font-size: 131.3%;
	color: #724b23;
	line-height: 1.2;
	transition: all .2s ease-in-out
}
.recruitNav li a:hover,
.recruitNav li.current a {
	background: rgba(241, 81, 139, .5);
	border: 1px solid rgba(241, 81, 139, 1);
	text-decoration: none;
	color: #fff;
	box-shadow: 0 10px 29px rgba(0, 0, 0, .3), 0 6px 3px rgba(0, 0, 0, .22);
	transition: all .2s ease-in-out
}
@media screen and (max-width:767px) {
	.recruitNav {
		margin: 2em auto
	}
	.recruitNav li {
		width: calc(100% / 2 - 2em);
		margin: 0 1em .5em
	}
	.recruitNav li a {
		height: auto;
		font-size: 18px;
		border-radius: 16px;
		padding: .25em 0;
		line-height: 1;
		border: 1px solid #724b23;
		text-decoration: none
	}
}

[class*='-recruiting-'] .section2ndHeadline {
	font-size: 42px;

	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #6b0739;
	display: block
}
[class*='-recruiting-'] .section3rdHeadline {
	font-size: 24px;

	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #6b0739;
	display: block
}
[class*='-recruiting-'] .section4thHeadline {
	font-size: 18px;

	text-align: center;
	margin-top: 2em;
	color: #6b0739;
	display: block
}
[class*='-recruiting-'] .columnWrap {
	width: 100%;
	max-width: 100%;
	letter-spacing: -.5em
}
[class*='-recruiting-'] .columnWrap img {
	max-width: 100%
}
[class*='-recruiting-'] .columnWrap .welcome {
	position: relative;
	text-align: center;
	height: 600px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto
}
[class*='-recruiting-'] .columnWrap .welcome .siteID {
	position: absolute;
	left: calc(50% - 4em);
	top: 20px;
	display: block;

	line-height: 1;
	text-align: center;
	color: #724b23;
	font-size: 112.5%
}
[class*='-recruiting-'] .columnWrap .welcome .siteID::before {
	content: '';
	margin: 0 auto .5em;
	display: block;
	width: 50px;
	height: 68px;
	background: url(../img/siteid-logo.svg) no-repeat;
	background-size: 100%
}

.slogan,
.welcomeCircle,

.welcomeItem img {
	display: block;
	margin: 0 auto
}
.welcomeItem {
	position: absolute;
	z-index: -1
}
.welcomeItem img {
	width: 100%
}
.welcomeItem.balloon {
	top: 0;
	left: 30px
}
.welcomeCircle {
	text-align: center;
	position: absolute;
	width: 50%;
	max-width: 450px;
	height: 450px;
	max-height: 450px;
	top: 146px;
	left: calc(50% - (450px / 2))
}
.slogan {
	width: 55%;
	max-width: 250px;
	max-height: 130px;
	position: relative;
	z-index: 1;
	top: calc(50% - 67px);
	animation: blur 2.5s ease-in-out 0s 1 normal forwards
}
.circle {
	width: 100%;
	max-width: 450px;
	position: absolute;
	top: 0;
	-webkit-animation: goaround 180s linear infinite;
	animation: goaround 180s linear infinite
}
.welcomeItem.crop01 {
	right: 0;
	top: 0;
	width: 368px;
	height: 279px;
	transform: rotate(-11deg)
}
.welcomeItem.crop02 {
	left: -23px;
	bottom: 52px;
	width: 381px;
	height: 203px;
	transform: rotate(-16deg)
}
.welcomeItem.crop03 {
	right: -19px;
	bottom: 43px;
	width: 407px;
	height: 251px;
	transform: rotate(19deg)
}
@media screen and (max-width:999px) {
	[class*='-recruiting-'] .columnWrap .welcome {
		height: calc(600px * .8)
	}
	[class*='-recruiting-'] .columnWrap .welcome .siteID {
		transform: scale(.7);
		top: calc(20px * .7)
	}
	.welcomeCircle {
		width: calc(450px * .8);
		height: calc(450px * .8);
		top: calc(146px * .8);
		left: calc(50% - ((450px * .8)/ 2))
	}
	.slogan {
		top: calc(50% - 50px)
	}
	.welcomeItem {
		transform: scale(.8)
	}
	.welcomeItem.balloon {
		top: 0;
		left: -20px
	}
	.welcomeItem.crop01 {
		right: -40px;
		top: 0
	}
	.welcomeItem.crop02 {
		left: -30px;
		bottom: calc(52px * .1)
	}
	.welcomeItem.crop03 {
		right: -40px;
		bottom: calc(43px * .1)
	}
}
@media screen and (max-width:767px) {
	[class*='-recruiting-'] .columnWrap .welcome {
		height: calc(600px * .5)
	}
	[class*='-recruiting-'] .columnWrap .welcome .siteID {
		transform: scale(.45);
		top: 0
	}
	.welcomeItem,
	.welcomeItem.crop01,
	.welcomeItem.crop02,
	.welcomeItem.crop03 {
		transform: scale(.5)
	}
	.welcomeCircle {
		width: calc(450px * .5);
		height: calc(450px * .5);
		top: calc(146px * .5);
		left: calc(50% - ((450px * .5)/ 2))
	}
	.slogan {
		top: calc(50% - 35px)
	}
	.welcomeItem.balloon {
		left: -55px;
		top: -55px;
		transform: scale(.5)
	}
	.welcomeItem.crop01 {
		right: -80px;
		top: -50px
	}
	.welcomeItem.crop02 {
		left: -75px;
		bottom: -28px
	}
	.welcomeItem.crop03 {
		right: -90px;
		bottom: -53px
	}
}
@media screen and (max-width:559px) {
	.welcomeItem.crop02 {
		left: -92px;
		bottom: -26px;
		transform: scale(.5)
	}
}
@media screen and (max-width:479px) {
	[class*='-recruiting-'] .columnWrap .welcome {
		height: calc(600px * .3)
	}
	[class*='-recruiting-'] .columnWrap .welcome .siteID {
		transform: scale(.3);
		top: -20px
	}
	.welcomeItem,
	.welcomeItem.balloon,
	.welcomeItem.crop01,
	.welcomeItem.crop02,
	.welcomeItem.crop03 {
		transform: scale(.37)
	}
	.welcomeCircle {
		width: calc(450px * .3);
		height: calc(450px * .3);
		top: calc(146px * .3);
		left: calc(50% - ((450px * .3)/ 2))
	}
	.slogan {
		top: calc(50% - 20px)
	}
	.welcomeItem.balloon {
		left: -80px;
		top: -100px
	}
	.welcomeItem.crop01 {
		right: -110px;
		top: -90px
	}
	.welcomeItem.crop02 {
		left: -116px;
		bottom: -61px
	}
	.welcomeItem.crop03 {
		right: -120px;
		bottom: -80px
	}
}

.page-template-page-recruiting-index .section.alpha h2 {
	font-size: 1.875em;

	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px
}
.page-template-page-recruiting-index .section.alpha h2 + p {
	margin-bottom: 70px
}
.page-template-page-recruiting-index .section.alpha figure {
	margin-bottom: 17px
}
.page-template-page-recruiting-index .section.alpha figure img {
	float: left;
	width: 20%;
	margin-right: 25px
}
.page-template-page-recruiting-index .section.alpha figure figcaption {
	color: #6b0739;
	font-size: 112.5%;
	font-weight: 500;
	margin: 1em 0;
	float: left;
	width: calc(100% - 20% - 25px)
}
.page-template-page-recruiting-index .section.alpha figure p {
	color: #724b23;
	float: left;
	width: calc(100% - 20% - 25px)
}
.page-template-page-recruiting-index .section.alpha figure + p {
	margin: 60px 0;
	font-weight: 500;
	font-size: 125%
}
@media screen and (max-width:767px) {
	.page-template-page-recruiting-index .section.alpha figure {
		letter-spacing: -.5em
	}
}
@media screen and (max-width:479px) {
	.page-template-page-recruiting-index .section.alpha h2 {
		margin-top: 20px
	}
	.page-template-page-recruiting-index .section.alpha figure figcaption {
		margin: .5em 0 0
	}
}

.page-template-page-recruiting-index .section.beta {
	height: 780px;
	background: url(../img/bg-hemp.png);
	margin-top: 160px;
	margin-bottom: 90px
}
.page-template-page-recruiting-index .section.beta .sectionInner {
	margin-bottom: -37px;
	padding-bottom: 60px
}
.page-template-page-recruiting-index .section.beta .sectionInner::before {
	content: '';
	background: url(../img/obj-recruit-standup.png) no-repeat;
	background-size: cover;
	width: 296px;
	height: 839px;
	position: absolute;
	top: -120px;
	left: 0
}
.page-template-page-recruiting-index .section.beta .sectionInner h2 {
	position: absolute;
	right: 24%;
	top: -87px;
	background: #f1518b;
	font-size: 175%;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	line-height: 1.1;

	padding: 2.2em 1.4em;
	letter-spacing: -.1em
}
.page-template-page-recruiting-index .section.beta .sectionInner ul {
	position: absolute;
	width: 184px;
	height: 184px;
	border-radius: 50%
}
.page-template-page-recruiting-index .section.beta .sectionInner ul:nth-of-type(1) {
	left: 251px;
	top: 179px
}
.page-template-page-recruiting-index .section.beta .sectionInner ul:nth-of-type(2) {
	left: 431px;
	top: 455px
}
.page-template-page-recruiting-index .section.beta .sectionInner ul:nth-of-type(3) {
	left: 697px;
	top: 227px
}
.page-template-page-recruiting-index .section.beta .sectionInner ul::before {
	position: absolute;
	content: '';
	border-radius: 50%;
	width: 184px;
	height: 184px;
	display: block;
	background: url() center/cover no-repeat;
	z-index: 100
}
.page-template-page-recruiting-index .section.beta .sectionInner ul:nth-of-type(1)::before {
	background-image: url(../img/thumb-face01.jpg)
}
.page-template-page-recruiting-index .section.beta .sectionInner ul:nth-of-type(2)::before {
	background-image: url(../img/thumb-face02.jpg)
}
.page-template-page-recruiting-index .section.beta .sectionInner ul:nth-of-type(3)::before {
	background-image: url(../img/thumb-face03.jpg)
}
.page-template-page-recruiting-index .section.beta .sectionInner ul::after {
	width: 120%;
	height: 120%;
	border-radius: 50%;
	content: '';
	display: block;
	left: -10%;
	top: -10%;
	position: absolute;
	z-index: 0;
	border: 1px dashed #724b23
}
.page-template-page-recruiting-index .section.beta .sectionInner ul li {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	z-index: 200
}
.page-template-page-recruiting-index .section.beta .sectionInner ul li::before {
	position: absolute;
	content: '';
	border-radius: 50%;
	width: 120px;
	height: 120px;
	display: block;
	background: rgba(255, 255, 255, .9);
	z-index: -1
}
.page-template-page-recruiting-index .section.beta .sectionInner ul li::after {
	width: 108%;
	height: 108%;
	border-radius: 50%;
	content: '';
	display: block;
	left: -4%;
	top: -4%;
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 10px 10px rgba(255, 255, 255, .75)
}
.page-template-page-recruiting-index .section.beta .sectionInner ul li p {
	display: block;
	line-height: 1.2;
	text-align: center;
	color: #724b23
}
.page-template-page-recruiting-index .section.beta .sectionInner ul li em {
	display: block;
	font-weight: 500;
	font-style: normal;
	font-size: 125%;
	line-height: 1.2;
	letter-spacing: -.05em;
	white-space: nowrap;
	text-shadow: 0px 0px 4px #fff;
}
.page-template-page-recruiting-index .section.beta .sectionInner ul li small {
	position: absolute;
	bottom: .25em;
	z-index: 100;
	width: 10em;
	left: calc(50% - 5em);
	text-align: center;
	font-size: 75%;
	line-height: 1;
	border: 1px solid #fff;
	color: #666;
	border-radius: 3px;
	padding: .25em .5em;
	background: rgba(255, 255, 255, .5)
}
.page-template-page-recruiting-index .section.beta .sectionInner .b01-01 {
	left: -40px;
	top: -96px
}
.page-template-page-recruiting-index .section.beta .sectionInner .b01-02 {
	left: 146px;
	top: -53px
}
.page-template-page-recruiting-index .section.beta .sectionInner .b01-03 {
	left: -103px;
	top: 91px
}
.page-template-page-recruiting-index .section.beta .sectionInner .b01-04 {
	left: 54px;
	top: 161px
}

.page-template-page-recruiting-index .section.beta .sectionInner .b02-01 {
	left: -94px;
	top: 91px
}
.page-template-page-recruiting-index .section.beta .sectionInner .b02-02 {
	left: 148px;
	top: 104px
}
.page-template-page-recruiting-index .section.beta .sectionInner .b03-01 {
	left: 77px;
	top: -107px
}
.page-template-page-recruiting-index .section.beta .sectionInner .b03-02 {
	left: -89px;
	top: -29px
}
.page-template-page-recruiting-index .section.beta .sectionInner .b03-03 {
	left: -75px;
	top: 135px
}
.page-template-page-recruiting-index .section.beta .sectionInner .b03-04 {
	left: 82px;
	top: 165px
}
.page-template-page-recruiting-index .section.beta .sectionInner .b03-05 {
	left: 170px;
	top: 26px
}

.ribbon {
	width: 80%;
	left: calc(50% - 40%);
	position: absolute;
	text-align: center;
	font-size: 18px!important;
	background: #f1518c;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1518c), to(#cc2263));
	background: -webkit-linear-gradient(top, #f1518c, #cc2263);
	background: -moz-linear-gradient(top, #f1518c, #cc2263);
	background: -ms-linear-gradient(top, #f1518c, #cc2263);
	background: -o-linear-gradient(top, #f1518c, #cc2263);
	background-image: -ms-linear-gradient(top, #f1518c 0, #cc2263 100%);
	-webkit-box-shadow: rgba(000, 000, 000, .3) 0 1px 1px;
	-moz-box-shadow: rgba(000, 000, 000, .3) 0 1px 1px;
	box-shadow: rgba(000, 000, 000, .3) 0 1px 1px
}
.ribbon h2 {
	font-size: 125%;

	color: #fff;
	text-shadow: #f1518c 0 1px 0;
	margin: 0;
	padding: 15px 10px
}
.ribbon:after,
.ribbon:before {
	content: '';
	position: absolute;
	display: block;
	bottom: -1em;
	border: 1.5em solid #bd386b;
	z-index: -1
}
.ribbon:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent;
	-webkit-box-shadow: rgba(000, 000, 000, .4) 1px 1px 1px;
	-moz-box-shadow: rgba(000, 000, 000, .4) 1px 1px 1px;
	box-shadow: rgba(000, 000, 000, .4) 1px 1px 1px
}
.ribbon:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent;
	-webkit-box-shadow: rgba(000, 000, 000, .4) -1px 1px 1px;
	-moz-box-shadow: rgba(000, 000, 000, .4) -1px 1px 1px;
	box-shadow: rgba(000, 000, 000, .4) -1px 1px 1px
}
.ribbon .ribbon-content:after,
.ribbon .ribbon-content:before {
	border-color: #871616 transparent transparent;
	position: absolute;
	display: block;
	border-style: solid;
	bottom: -1em;
	content: ''
}
.ribbon .ribbon-content:before {
	left: 0;
	border-width: 1em 0 0 1em
}
.ribbon .ribbon-content:after {
	right: 0;
	border-width: 1em 1em 0 0
}
.ribbon-stitches-top {
	margin-top: 2px;
	border-top: 1px dashed rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	box-shadow: 0 0 2px rgba(255, 255, 255, .5)
}
.ribbon-stitches-bottom {
	margin-bottom: 2px;
	border-top: 1px dashed rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	box-shadow: 0 0 2px rgba(255, 255, 255, .3)
}
@media screen and (max-width:999px) {
	.page-template-page-recruiting-index .section.beta {
		height: auto;
		margin-top: 60px;
		padding: 0;
		border-radius: 16px
	}
	.page-template-page-recruiting-index .section.beta .sectionInner::before {
		display: none;
	}
	.page-template-page-recruiting-index .section.beta .sectionInner h2 {
		position: absolute;
		width: 100%;
		left: 0;
		top: -77px;
		background: #f1518b;
		font-size: 100%;
		border-radius: 8px;
		line-height: 1;
		padding: 1em
	}
	.page-template-page-recruiting-index .section.beta .sectionInner h2 br {
		display: none
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul::before {
		position: static;
		width: 120px;
		height: 120px;
		display: inline-block;
		float: left
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul {
		position: static;
		width: 100%;
		height: auto;
		border-radius: 0;
		clear: both;
		padding: 20px 0 0 10%;
		margin-bottom: 5px;
		display: block
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul:after {
		display: none
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li {
		position: static;
		display: list-item;
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: .25em 0 .25em 140px;
		line-height: 1
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul:not(:last-of-type) li:last-of-type {
		margin-bottom: 1em
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li::after {
		display: none
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li p {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		text-align: left;
		color: #724b23;
		margin-right: .25em;
		margin-left: 1em;
		position: relative;
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li p::before {
		content: '・';
		display: inline-block;
		position: absolute;
		width: 1em;
		height: 1em;
		vertical-align: middle;
		background: 0 0;
		left: -1em;
		top: .25em;
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li em {
		display: inline-block;

		margin: 0 .25em 0 0;
		font-size: 175%
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li small {
		position: static;
		display: block;
		text-align: left;
		margin-left: 1em;
		background: 0 0;
		color: #000;
		border: none;
		box-shadow: none;
		width: auto
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li small::before {
		content: '（ '
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li small::after {
		content: ' ）'
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li small br {
		display: none
	}
}
@media screen and (max-width:767px) {
	.page-template-page-recruiting-index .section.beta {
		height: auto;
		margin-top: 60px;
		padding: 20px 0
	}
	.page-template-page-recruiting-index .section.beta .sectionInner::before {
		display: none;
	}
}
@media screen and (max-width:479px) {
	.page-template-page-recruiting-index .section.beta .sectionInner::before {
		display: none;
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul {
		padding: 20px 0 0 5%;
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul::before {
		width: 80px;
		height: 80px;
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li {
		padding: .25em 0 .25em 100px
	}
	.page-template-page-recruiting-index .section.beta .sectionInner ul li em {
		margin: 0 .25em 0 0;
		font-size: 125%
	}
	.ribbon h2 {
		font-size: 100%
	}
}

.page-template-page-recruiting-index .section.gamma {
	min-height: 200px;
	padding-top: 80px
}
.page-template-page-recruiting-index .section.gamma .sectionInner .sectionHeadline {
	margin-bottom: 1em;
	color: #6b0739;
	line-height: 1;
	text-align: left;
	font-size: 162.5%;

	border: none;
	padding: 0
}
.page-template-page-recruiting-index .section.gamma .infoList {
	margin-bottom: 80px
}
.page-template-page-recruiting-index .section.gamma .infoList li time {
	vertical-align: middle
}
.page-template-page-recruiting-index .section.gamma .infoList li > a {
	vertical-align: middle;
	padding-top: 0;
	width: auto;
	line-height: 1
}
.page-template-page-recruiting-index .section.gamma .spanWrap li {
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	transition: box-shadow .2s ease-in-out;
	border-radius: 5px
}
.page-template-page-recruiting-index .section.gamma .spanWrap li:hover {
	box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
	transition: box-shadow .2s ease-in-out
}
.page-template-page-recruiting-index .section.gamma .spanWrap li p {
	position: absolute;
	top: calc(100% - 2em);
	z-index: 1;
	width: 100%;
	text-align: center;
	font-size: 175%;
	text-shadow: 0 2px 0 rgba(255, 255, 255, .75), 2px 0 0 rgba(255, 255, 255, .75), 0 -2px 0 rgba(255, 255, 255, .75), -2px 0 0 rgba(255, 255, 255, .75), -2px -2px 0 rgba(255, 255, 255, .75), 2px -2px 0 rgba(255, 255, 255, .75), -2px 2px 0 rgba(255, 255, 255, .75), 2px 2px 0 rgba(255, 255, 255, .75), 2px 2px 4px rgba(0, 0, 0, .2)
}
.page-template-page-recruiting-index .section.gamma .spanWrap li a {
	text-align: center;
	position: relative;
	z-index: 0
}
.page-template-page-recruiting-index .section.gamma .spanWrap li a img {
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
	border-radius: 5px
}
.page-template-page-recruiting-index .section.gamma .spanWrap li a img[src*=".svg"] {
	width: 30%;
	margin-top: 29%;
	margin-bottom: 31%
}
@media screen and (max-width:479px) {
	.page-template-page-recruiting-index .section.gamma .sectionInner .sectionHeadline {
		font-size: 125%
	}
	.page-template-page-recruiting-index .section.gamma .spanWrap {
		text-align: center
	}
	.page-template-page-recruiting-index .section.gamma .spanWrap li {
		display: inline-block
	}
	.page-template-page-recruiting-index .section.gamma .infoList li > a {
		width: 100%
	}
}



.page-template-page-recruiting-work .section.alpha {
	margin-bottom: 60px
}
.page-template-page-recruiting-work .section.alpha .sectionInner .span dt:nth-of-type(1) {
	background: #edad0b;
	color: #fff;
	position: relative;
	padding: .25em 0 .25em 84px;
	line-height: 1;
	font-size: 162.5%;
	border-radius: 0 28px 28px 0;
	margin-left: 70px
}
.page-template-page-recruiting-work .section.alpha .sectionInner .span dt:nth-of-type(1):before {
	content: '';
	width: 140px;
	height: 140px;
	border: 9px solid #edad0b;
	position: absolute;
	left: -70px;
	top: 0;
	border-radius: 50%;
	background: url() center center/cover no-repeat
}
.page-template-page-recruiting-work .section.alpha .sectionInner .span:nth-of-type(1) dt:nth-of-type(1):before {
	background-image: url(../img/thumb-staff01.jpg)
}
.page-template-page-recruiting-work .section.alpha .sectionInner .span:nth-of-type(2) dt:nth-of-type(1):before {
	background-image: url(../img/thumb-staff02.jpg)
}
.page-template-page-recruiting-work .section.alpha .sectionInner .span dt:nth-of-type(2) {
	color: #6b0739;
	line-height: 1.2;
	padding: 1em 0 1em 154px;
	letter-spacing: -.05em
}
.page-template-page-recruiting-work .section.alpha .sectionInner .span dd ul {
	margin: 3.5em 0 0
}
.page-template-page-recruiting-work .section.alpha .sectionInner .span dd ul li {
	line-height: 1.2;
	padding: 1em 0 1em 2.5em
}
.page-template-page-recruiting-work .section.alpha .sectionInner .span dd ul li:nth-of-type(even) {
	background: #fdfaeb
}

.headlineDesc {
	border: 3px solid #6b0739;
	border-radius: 5px;
	position: relative;
	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center
}
.headlineDesc.work {
	margin-top: 100px;
	padding: 0 1em 2em
}
.headlineDesc.entry {
	margin-top: -40px;
	padding: 1em 0;
	font-size: 175%;
	color: #6b0739;
	font-weight: 500;
	line-height: 1
}
.headlineDesc figcaption {
	font-size: 237.5%;
	position: relative;
	top: -.85em;
	line-height: 1;
	background: #fff;
	display: inline-block;
	padding: 0 .5em;
	color: #6b0739;

}
.headlineDesc figcaption::before,
.headlineDesc figcaption::after {
	height: 58px;
	vertical-align: -14px;
	content: '';
}
.headlineDesc figcaption::before {
	display: inline-block;
	width: 64px;
	background: url(../img/ico-kids01.png) no-repeat
}
.headlineDesc figcaption::after {
	display: inline-block;
	width: 63px;
	background: url(../img/ico-kids02.png) no-repeat
}
.headlineDesc dl {
	width: 100%;
	padding: 0 0 0 3em;
	text-align: left;
	letter-spacing: -.5em;
	font-size: 112.5%
}
.headlineDesc dl dd,
.headlineDesc dl dt {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top
}
.headlineDesc dl dt {
	width: 5em;
	padding-right: 1em;
	text-align: right;
	font-weight: 500;
}
.headlineDesc dl dd {
	width: calc(100% - 5em)
}

.page-template-page-recruiting-work .section.alpha .sectionInner .timeline {
	width: 80%;
	margin: 0 auto;
	letter-spacing: -.5em;
	position: relative
}
.page-template-page-recruiting-work .section.alpha .sectionInner .timeline:after {
	content: '';
	position: absolute;
	right: -10%;
	bottom: 60px;
	width: 468px;
	height: 132px;
	background: url(../img/obj-colorCircle02.png) no-repeat;
	transform: rotate(22deg) scale(.8);
	z-index: -1
}
.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dt {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	padding: .5em 1.5em .75em 0;
	text-align: right;
	color: #724b23
}
.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dd {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 120px);
	border-left: 3px solid #6b0739;
	padding: .5em 0 .75em 1.5em;
	text-align: left;
	position: relative
}
.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dd::before {
	font-family: aime;
	content: "\e3fa";
	position: absolute;
	top: 1.4em;
	left: -.66em;
	font-size: 65%;
	line-height: 1;
	color: #fff
}
.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dd::after {
	font-family: aime;
	content: "\e3fa";
	position: absolute;
	left: -.59em;
	top: .47em;
	font-size: 125%;
	z-index: -1;
	line-height: 1;
	color: #6b0739
}
.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dd:first-of-type::before {
	top: 3.4em
}
.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dd:first-of-type::after {
	top: 1.47em
}
.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dd:first-of-type,
.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dt:first-of-type {
	padding-top: 30px
}
.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dd:last-of-type {
	padding-bottom: 0
}
@media screen and (max-width:767px) {
	.headlineDesc,
	.page-template-page-recruiting-work .section.alpha .sectionInner .timeline {
		width: 100%
	}
	.page-template-page-recruiting-work .section.alpha .sectionInner .span dd ul {
		margin: 2em 0 0
	}
	.headlineDesc figcaption {
		font-size: 175%
	}
	.page-template-page-recruiting-work .section.alpha .sectionInner .timeline:after {
		display: none
	}
}
@media screen and (max-width:479px) {
	.page-template-page-recruiting-work .section.alpha .sectionInner .span dd ul {
		margin: 0
	}
	.page-template-page-recruiting-work .section.alpha .sectionInner .span dd ul li {
		line-height: 1.2;
		padding: .5em .5em .5em 1em
	}
	.headlineDesc {
		margin: 60px auto 0
	}
	.headlineDesc figcaption {
		font-size: 150%;
		top: -.5em
	}
	.timelineHeadline figcaption::after,
	.timelineHeadline figcaption::before {
		display: none
	}
	.headlineDesc dl {
		padding-left: 0;
		font-size: 87.5%
	}
	.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dt {
		width: 80px;
		padding: .5em 1em .75em 0
	}
	.page-template-page-recruiting-work .section.alpha .sectionInner .timeline dd {
		width: calc(100% - 80px);
		padding: .5em 0 .75em 1em
	}
}

.page-template-page-recruiting-work .section.beta {
	background: #f2f2f2;
	padding-bottom: 60px
}
.page-template-page-recruiting-work .section.beta .sectionInner figure .section3rdHeadline + p {
	margin-bottom: 2em;
	display: block;
	line-height: 1;
	width: 100%
}
.page-template-page-recruiting-work .section.beta .sectionInner figure img {
	width: 36.9%;
	margin-right: 30px;
	display: inline-block;
	float: left
}
.page-template-page-recruiting-work .section.beta .sectionInner figure p {
	width: calc(100% - (39% + 30px));
	display: inline-block
}
@media screen and (max-width:479px) {
	.page-template-page-recruiting-work .section.beta .sectionInner figure img {
		width: 80%;
		float: none;
		display: block;
		margin: 0 auto
	}
	.page-template-page-recruiting-work .section.beta .sectionInner figure p {
		width: 100%;
		padding: 1em
	}
}

.page-template-page-recruiting-work .section.gamma {
	background: linear-gradient(to bottom, #fdfff5, #fff, #fdfff5)
}
.page-template-page-recruiting-work .section.gamma .sectionInner .section3rdHeadline + p {
	width: 60%;
	margin: 0 auto
}

.pdca {
	margin-bottom: 60px
}
.pdca figcaption {
	font-size: 162.5%;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1em;
	color: #6b0739;
	display: block
}
@media screen and (min-width:768px) {
	.pdca .pdcaCycle {
		width: 740px;
		height: 740px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap
	}
	.pdca .pdcaCycle .cycle {
		width: 50%;
		height: 50%;
		position: relative
	}
	.cycle h3,
	.cycle ul,
	.cycle::after {
		position: absolute
	}
	.cycle::after {
		content: "";
		height: 0;
		width: 0;
		border: 12px solid transparent
	}
	.cycle h3 {
		font-size: 46px
	}
	.cycle ul {
		width: 60%
	}
	.cycle ul li {
		padding-left: 1em;
		font-size: 81.3%;
		line-height: 1.4;
		margin-bottom: .5em
	}
	.cycle ul li::before {
		content: '・';
		width: 1em;
		height: 1em;
		line-height: 1;
		margin-left: -1em
	}
	.cycle.Plan {
		order: 0;
		border-radius: 100% 0 0;
		border-style: solid dashed dashed solid;
		border-width: 24px 1px 1px 24px;
		border-color: rgba(255, 153, 0, 1) rgba(0, 0, 0, .35) rgba(0, 0, 0, .35) rgba(255, 153, 0, 1)
	}
	.cycle.Plan::after {
		border-bottom-color: rgba(241, 81, 139, 1);
		bottom: -1px;
		left: -24px
	}
	.cycle.Plan h3 {
		color: rgba(255, 153, 0, 1);
		top: 110px;
		right: 24px
	}
	.cycle.Plan ul {
		right: 24px;
		bottom: 30px
	}
	.cycle.Do {
		order: 0;
		border-radius: 0 100% 0 0;
		border-style: solid solid dashed dashed;
		border-width: 24px 24px 1px 1px;
		border-color: rgba(31, 166, 249, 1) rgba(31, 166, 249, 1) rgba(0, 0, 0, .35) rgba(0, 0, 0, .35)
	}
	.cycle.Do::after {
		border-left-color: rgba(255, 153, 0, 1);
		top: -24px;
		left: -1px
	}
	.cycle.Do h3 {
		color: rgba(31, 166, 249, 1);
		left: 24px;
		top: 110px
	}
	.cycle.Do ul {
		left: 24px;
		bottom: 30px
	}
	.cycle.Check {
		order: 1;
		border-radius: 0 0 100%;
		border-style: dashed solid solid dashed;
		border-width: 1px 24px 24px 1px;
		border-color: rgba(0, 0, 0, .35) rgba(114, 75, 35, 1) rgba(114, 75, 35, 1) rgba(0, 0, 0, .35)
	}
	.cycle.Check::after {
		border-top-color: rgba(31, 166, 249, 1);
		top: -1px;
		right: -24px
	}
	.cycle.Check h3 {
		color: rgba(114, 75, 35, 1);
		bottom: 120px;
		left: 24px
	}
	.cycle.Check ul {
		left: 24px;
		top: 40px
	}
	.cycle.Act {
		order: 0;
		border-radius: 0 0 0 100%;
		border-style: dashed dashed solid solid;
		border-width: 1px 1px 24px 24px;
		border-color: rgba(0, 0, 0, .35) rgba(0, 0, 0, .35) rgba(241, 81, 139, 1) rgba(241, 81, 139, 1)
	}
	.cycle.Act::after {
		border-right-color: rgba(114, 75, 35, 1);
		top: 100%;
		right: -1px
	}
	.cycle.Act h3 {
		color: rgba(241, 81, 139, 1);
		bottom: 120px;
		right: 24px
	}
	.cycle.Act ul {
		right: 24px;
		top: 40px
	}
	.cycle.hov,
	.cycle:hover {
		box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
		transition: box-shadow .2s ease-in-out
	}
}
@media screen and (max-width:767px) {
	.pdca .pdcaCycle {
		width: 100%
	}
	.cycle {
		border-left: 24px solid transparent;
		padding-left: 24px;
		position: relative
	}
	.cycle.Act:before,
	.cycle::after {
		content: "";
		height: 0;
		position: absolute;
		width: 0;
		left: -24px
	}
	.cycle::after {
		border: 12px solid transparent;
		top: 0
	}
	.cycle h3 {
		font-size: 46px
	}
	.cycle.Plan {
		border-left-color: rgba(255, 153, 0, 1)
	}
	.cycle.Plan h3 {
		color: rgba(255, 153, 0, 1)
	}
	.cycle.Do {
		border-left-color: rgba(31, 166, 249, 1)
	}
	.cycle.Do:after {
		border-top-color: rgba(255, 153, 0, 1)
	}
	.cycle.Do h3 {
		color: rgba(31, 166, 249, 1)
	}
	.cycle.Check {
		border-left-color: rgba(114, 75, 35, 1)
	}
	.cycle.Check:after {
		border-top-color: rgba(31, 166, 249, 1)
	}
	.cycle.Check h3 {
		color: rgba(114, 75, 35, 1)
	}
	.cycle.Act {
		border-left-color: rgba(241, 81, 139, 1)
	}
	.cycle.Act:before {
		border: 12px solid transparent;
		border-top-color: rgba(241, 81, 139, 1);
		top: 100%
	}
	.cycle.Act:after {
		border-top-color: rgba(114, 75, 35, 1)
	}
	.cycle.Act h3 {
		color: rgba(241, 81, 139, 1)
	}
	.cycle ul li {
		padding: 0 0 .5em 1em;
		font-size: 87.5%;
		line-height: 1.4
	}
	.cycle ul li::before {
		content: '・';
		width: 1em;
		height: 1em;
		line-height: 1;
		margin-left: -1em
	}
}

.page-template-page-recruiting-work .section.gamma .sectionInner .callouts {
	letter-spacing: -.5em;
	width: 100%;
	display: flex;
	flex-wrap: wrap
}
.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dl {
	position: relative;
	text-align: left;
	width: calc(100% / 3);
	border: 1px dashed #724b23;
	padding: .5em 1.25em 2em
}
.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dl:nth-of-type(-n + 3) {
	border-bottom: none
}
.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dl:nth-of-type(-n + 2),
.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dl:nth-of-type(n + 4):nth-of-type(-n + 5) {
	border-right: none
}
.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dt {
	position: relative;
	display: inline-block;
	top: -1em;
	left: -.5em;
	line-height: 1.4;
	background: #fff;
	font-size: 131.3%;
	padding: 0 .25em 0 .5em;
	color: #724b23;
	font-weight: 500;
	letter-spacing: -.1em
}
.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dd {
	font-size: 81.3%
}
.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dd::before {
	content: '・';
	line-height: 1;
	display: inline-block;
	width: 1em;
	height: 1em
}
@media screen and (max-width:767px) {
	.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dl {
		width: calc(100% / 2);
		border-bottom: none;
		border-right: none
	}
	.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dl:nth-of-type(-n + 3) {
		border-bottom: none
	}
	.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dl:nth-of-type(-n + 2),
	.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dl:nth-of-type(n + 4):nth-of-type(-n + 5) {
		border-right: none
	}
	.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dl:nth-last-of-type(-n + 2) {
		border-bottom: 1px dashed #724b23
	}
	.page-template-page-recruiting-work .section.gamma .sectionInner .callouts dl:nth-of-type(even) {
		border-right: 1px dashed #724b23!important
	}
}
@media screen and (max-width:479px) {
	.page-template-page-recruiting-work .section.gamma .sectionInner .section3rdHeadline + p {
		width: 100%;
		padding: 0 1em
	}
}

@keyframes yurayura {
	0%,
	100% {
		transform: translate(0, 0)
	}
	50% {
		transform: translate(0, -5px)
	}
}
@keyframes blur {
	0% {
		filter: blur(30px);
		transform: scale(2.5) rotate(0)
	}
	100% {
		filter: blur(0);
		transform: scale(1) rotate(-360deg);
		animation-play-state: paused
	}
}
@keyframes goaround {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
.voiceAvatar {
	width: 94%;
	margin: 0 auto 1em;
	display: none;
}
.voiceAvatar.slick-initialized {
	display: block;
}
.voiceAvatar [aria-live=polite] {
	overflow: visible
}
.voiceAvatar li {
	text-align: center;
	margin: -50px -12px 0;
	height: 100%;
	cursor: pointer;
	transition: all .7s ease-in-out
}
.voiceAvatar li img {
	transform: scale(.65);
	transform-origin: center bottom;
	transition: all .4s ease-in-out;
	display: block;
	margin: 0 auto
}
.voiceAvatar li.slick-current {
	transition: all 2s ease-in-out
}
.voiceAvatar li.slick-current img {
	transform: scale(.65);
	transition: all .4s ease-in-out
}
.voiceAvatar li span {
	line-height: 1;
	display: block;
	color: #999;
	font-size: 87.5%;
	margin-top: 7px
}
.voiceAvatar li.slick-current span {
	font-weight: 500;
	font-size: 150%;
	color: #724b23
}
.voiceContent {
	width: calc(100% - 1px);
	background: #f9ffff
}
.voiceContent li {
	letter-spacing: -.5em;
	padding: 3em 1em 1em
}
.voiceContent dl {
	letter-spacing: 0;
	display: inline-block;
	width: calc(100% / 2);
	vertical-align: top;
	padding: 1em
}
.voiceContent dl dt {
	display: block;
	line-height: 1.1;
	margin-bottom: 1em
}
.voiceContent dl dt span {
	display: inline;
	font-size: 150%;
	color: rgba(230, 103, 0, .75);
	padding: 0 .25em;
	letter-spacing: -.1em;
	line-height: 1;
	background: linear-gradient(to top, rgba(255, 255, 3, .5) 40%, transparent 40%, transparent 100%)
}
.voiceContent dl dd {
	padding: 0
}
.voiceContent .slick-next,
.voiceContent .slick-prev {
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid rgba(0, 165, 255, .2);
	border-radius: 50%
}
.voiceContent .slick-next::before,
.voiceContent .slick-prev::before {
	font-family: aime;
	color: rgba(0, 165, 255, .4)
}
.voiceContent .slick-next::before {
	content: "\f054"
}
.voiceContent .slick-prev::before {
	content: "\f053"
}
@media screen and (max-width:567px) {
	.voiceContent li {
		padding: 2em 0 1em
	}
	.voiceAvatar li.slick-current img {
		transform: scale(1)
	}
	.voiceContent {
		padding: 0 1em
	}
	.voiceContent dl {
		display: block;
		width: 100%;
		padding: 1em 0
	}
	.voiceContent dl dt span {
		line-height: 1.3
	}
	.voiceContent dl dd {
		margin-bottom: 2em
	}
}

.faqContent .section3rdHeadline {
	text-align: left;
	padding-left: 1em
}
.faqContent dl {
	border-bottom: 2px dotted rgba(114, 75, 35, .25);
	margin-bottom: 1.5em;
	padding-bottom: 1.5em
}
.faqContent dl dt {
	font-size: 125%;
	padding-left: 5em;
	text-indent: -1.1em;
	cursor: pointer;

	color: rgba(114, 75, 35, 1);
	position: relative;
	padding-right: 1.5em
}
.faqContent dl dt::before {
	content: 'Q.';
	font-family: Amiri;
	color: rgba(31, 166, 249, 1);
	font-size: 28px;
	display: inline-block;
	margin-right: .75em;
	line-height: 1;
	!important
}
.faqContent dl dt::after {
	font-family: aime;
	content: '\e902';

	font-size: 150%;
	display: block;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0
}
.faqContent dl.faqOpen dt::after {
	content: '\e901'
}
.faqContent dl dd {
	font-size: 125%;
	color: rgba(114, 75, 35, 1);
	text-indent: -1em;
	padding-left: 6em;
	padding-top: 1em;
	display: none;
	opacity: 0
}
.faqContent dl dd::before {
	content: 'A.';
	font-family: Amiri;
	color: #f1508c;
	font-size: 28px;
	display: inline-block;
	margin-right: .65em;
	line-height: 1
}
@media screen and (max-width:567px) {
	.faqContent dl dt {
		padding-left: 2.75em
	}
	.faqContent dl dt::after {
		right: -.5em
	}
	.faqContent dl dd,
	.faqContent dl.faqOpen dd {
		padding-left: 2.7em
	}
}

#requirements .defineList > dt {
	border-top: 1px solid #e8e3dd
}
#requirements .defineList > dd {
	border-top: 1px dotted #e8e3dd
}
@media screen and (max-width:767px) {
	#requirements .defineList > dd {
		border-top: none
	}
}

#requirements .defineList > dd > ul > li {
	padding-bottom: 1em
}
.defineList > dd li > span,
.defineList > dd > span {
	background: #e8e3dd;
	display: inline-block;
	padding: .1em .5em;
	margin: 0 .15em
}
.defineList > dd li > span:last-of-type,
.defineList > dd > span:last-of-type {
	margin-right: .75em
}
.defineList > dd li > span.jobClass {
	color: #6b0739;
	font-weight: 500;
	background: 0 0
}
.defineList > dd > dl {
	letter-spacing: -.5em;
	margin-left: 1.5em
}
.defineList > dd > dl > dt {
	display: inline-block;
	letter-spacing: 0;
	width: 5em;
	vertical-align: top;
	color: #6b0739
}
.defineList > dd > dl > dt::before {
	content: '\0030fb ';
	font-size: 200%;
	line-height: 1;
	vertical-align: -.2em;
	margin-left: -1em
}
.defineList > dd > dl > dd {
	display: inline-block;
	letter-spacing: 0;
	width: calc(100% - 5em);
	vertical-align: top;
	margin-bottom: 1em
}
.defineList > dd > dl.nurseryList {
	letter-spacing: 0;
	margin-left: 0
}
.defineList > dd > dl.nurseryList > dt {
	width: auto;
	background: #e8e3dd;
	color: #6b0739;
	position: relative;
	display: inline-block;
	padding: .5em 1em;
	line-height: 1;
	margin-bottom: 1em;
	margin-left: .25em;
	border-radius: 3px;

}
#entryform dt,
.defineList .subscription p:last-child {
	color: #6b0739;
	font-weight: 500;
}
.defineList > dd > dl.nurseryList > dt::before {
	content: '';
	height: 0;
	position: absolute;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #e8e3dd;
	top: 101%;
	left: 50%;
	margin-left: -6px
}
.defineList > dd > dl.nurseryList > dd ol {
	color: #6b0739;
	margin-left: 2em
}
.defineList .subscription p {
	margin-bottom: 1em
}
.defineList .subscription > img {
	float: left;
	margin-right: 1em
}
.defineList .subscription > img + p {
	padding-top: .5em
}
.defineList .subscription > img + p a {
	display: block;
	margin-top: .5em
}
#entryform .entry .check,
#entryform .entry .radio {
	letter-spacing: -.5em;
	display: inline-table;
	padding-bottom: 1em
}
#entryform .entry .check dt,
#entryform .entry .radio dt {
	letter-spacing: 0;
	display: table-cell;
	vertical-align: top;
	width: 48%;
	padding-top: .25em
}
#entryform .entry .span1 dt {
	width: calc(100% / 6)
}
#entryform .entry .check dd,
#entryform .entry .radio dd {
	letter-spacing: 0;
	display: table-cell;
	vertical-align: middle;
	width: 55%
}
#entryform .entry .check dd label,
#entryform .entry .radio dd label {
	display: block;
	color: #724b23;
	cursor: pointer;
	padding: .25em 0;
	line-height: 1
}
#entryform .entry .check dd label input,
#entryform .entry .radio dd label input {
	vertical-align: -1px;
	margin-right: .5em
}
#entryform .confirm dd,
#entryform .entry dd {
	margin-bottom: 2em
}
#entryform .entry dd input:not([type=radio]):not([type=checkbox]) {
	width: 100%;
	font-size: 16px;
	padding: 1em;
	border: 1px solid #bdaf8b;
	background: #fefffc;
	border-radius: 3px
}
#entryform .entry dd textarea {
	width: 100%;
	font-size: 16px;
	padding: 1em;
	height: 16em;
	border: 1px solid #bdaf8b;
	background: #fefffc;
	border-radius: 3px
}
#entryform .entry dd input[readonly=readonly],
#entryform .entry dd textarea[readonly=readonly] {
	background: #ccc
}
#entryform .confirm dd {
	padding: 1em;
	min-height: 3.7em;
	border: 1px solid #bdaf8b;
	background: #e8e3dd;
	white-space: pre-wrap
}



.btn.confirmBtn {
	background: #e8e3dd;
	color: #333;
	text-align: center;
	width: 60%;
	padding: 1em 0;
	font-size: 18px;
	margin-bottom: 1em;
	cursor: pointer;
	border: none;
	outline: 0
}
.btn.backBtn,
.btn.submitBtn {
	text-align: center;
	width: 45%;
	margin-right: 2%;
	padding: 1em 0;
	font-size: 18px;
	margin-bottom: 1em
}
.btn.backBtn {
	background: #e8e3dd;
	color: #333
}
.btn.submitBtn {
	background: #f1508c;
	color: #fff
}
.btnWrap {
	padding-top: 2em
}
.btnWrap .btn {
	width: 30%!important
}
@media screen and (max-width:767px) {
	#entryform .entry .check,
	#entryform .entry .radio,
	#entryform .entry .textarea,
	.confirm .radio,
	.confirm .textarea,
	.formWrap .radio,
	.formWrap .textarea,
	.entry .check,
	.entry .radio {
		width: 85%;
		display: block;
		margin-right: auto;
		margin-left: auto
	}
	#entryform .entry .check dt,
	#entryform .entry .radio dt {
		display: block;
		width: 100%;
		margin-bottom: .5em
	}
	#entryform .entry .check dd,
	#entryform .entry .radio dd {
		display: block;
		width: 100%
	}
	#entryform .entry .check dd label,
	#entryform .entry .radio dd label {
		display: block;
		padding: .5em 0
	}
	.btnWrap .btn {
		width: 48%!important
	}
}




.recruitingCampaignBtn {
	display: block;
	margin: 5% auto 3% auto;
	width: 100%;
	max-width: 750px;
}
.recruitingCampaignBtn a {
	display: block;
	text-align: center;
}

.recruitingCampaign .section .sectionInner {
	margin-bottom: 5%!important;
}
.recruitingCampaign .section .section2ndHeadline {
	font-size: min(6vmin, 52px);
	font-weight: 700;
	font-feature-settings: "palt" 1;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.2;
	color: #6b0739;
	text-align: center;
}
.recruitingCampaign .section .section3ndHeadline {
	font-size: min(4vmin, 38px);
	font-weight: 500;
	font-feature-settings: "palt" 1;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.2;
	color: #6b0739;
	text-align: center;

	font-size: min(7vmin, 42px);
	position: relative;
	text-align: center;
	line-height: 1;
}
.recruitingCampaign .section > .lead {
	text-align: center;
	font-size: min(3.3vmin, 30px);
	font-weight: 300;
	font-feature-settings: "palt" 1;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 1.5em 4em 1.5em!important;
	margin-bottom: 5%;
	position: relative;
}
.recruitingCampaign .section > .lead mark {
	background: yellow;
	font-weight: 500;
	color: #724b23;
	padding: 0 .25em;
}
@media screen and (max-width:767px) {
	.recruitingCampaign .section > .lead {
		font-weight: 300;
		font-feature-settings: initial;
		padding: 5em 1em 5em 1em!important;
		margin-bottom: 10%;
	}
}

.recruitingCampaign .section > .lead::before {
	content: '';
	display: block;
	width: min(50%,239px);
	height: min(28%,102px);
	background: url(../img/sectionHeadline.png) no-repeat;
	position: absolute;
	background-size: contain;
	left: 1%;
	top: 2%;
}
.recruitingCampaign .section > .lead::after {
	content: '';
	display: block;
	width: min(63%,457px);
	height: min(23%,128px);
	background: url(../img/obj-colorCircle03.png) no-repeat 100%;
	background-size: contain;
	position: absolute;
	right: 1%;
	bottom: 2%;
}
.recruitingCampaign .section .defineList dt {
	/*font-size: min(4.5vmin, 24px);*/
	/*font-weight: 500;*/
}
.recruitingCampaign .section .defineList dd,
.recruitingCampaign .section .defineList dd ul li {
	/*font-size: min(4.5vmin, 24px);*/
	/*font-weight: 500;*/
}
.recruitingCampaign .section .defineList dd ul li {
	margin-bottom: .75em;
}


.recruitingCampaign .section .flowList::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    background: #6b0739;
    left: min(23%, 80px);
}
@media screen and (max-width:767px) {
	.recruitingCampaign .section .flowList::before {
		left: min(15%, 80px);
	}
}
.recruitingCampaign .section .flowList li {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 5%;
}
.recruitingCampaign .section .flowList .thumb {
	width: min(30%, 160px);
	height: auto;
	position: relative;
	background: #e8e3dd;
	color: #6b0739;
	border-radius: 50%;
	position: relative;
}
.recruitingCampaign .section .flowList .thumb::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.recruitingCampaign .section .flowList .thumb .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	text-align: center;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	font-size: min(4.5vmin, 24px);
	font-weight: 700;
}
.recruitingCampaign .section .flowList .thumb .inner span {
	display: block;
	text-align: center;
	font-size: min(6vmin, 48px);
}
.recruitingCampaign .section .flowList p {
	width: 70%;
	margin: 0;
	padding-left: 1.5em;
	font-size: min(3vmin, 18px);
	font-weight: 500;
}

.recruitingCampaign .section .btnWrap {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.recruitingCampaign .section .btnWrap .btn {
	padding: 1.5em 2em 1.5em 1em;
	text-align: center;
	font-size: min(3.25vmin, 24px);
	width: 40%!important;
}
@media screen and (max-width:767px) {
	.recruitingCampaign .section .btnWrap .btn {
		width: 48%!important;
	}
}
.recruitingCampaign .section .btnWrap .btn.reverse {
	background: #e8e3dd;
	color: #6b0739;
	padding: 1.5em 1em 1.5em 2em;
	text-align: center;
}