/* 採用情報 */
.pageHeader.recruit {
	background-image: url(../img/recruit/pageRecruit.png);
}
.pageHeader.entry,.pageHeader.thanks {
	background-image: url(../img/entry/pageEntry.png);
}
@media screen and (max-width: 599px) {
	/* 採用情報 */
	.pageHeader.recruit {
		background-image: url(../img/recruit/pageRecruit-sp.png);
	}
	.pageHeader.entry,.pageHeader.thanks {
		background-image: url(../img/entry/pageEntry-sp.png);
	}
}

/*MESSAGE*/
#message {
	margin-top: 60px;
}
#message .msgBox .leftBox h2 {
	color:#F39800;
	font-size: 24px;
	margin-bottom: 15px;
}
#message .msgBox .leftBox p {
	margin-top: 0;
}
@media screen and (max-width: 599px) {
	#message {
		margin-top: 10%;
		padding: 0;
	}
	#message.twoToneBg {
		background: linear-gradient(to right, #fff 50%, #FCEAC5 50%);
	}
	#message .msgBox .leftBox h2 {
		font-size: 6.5vw;
		margin-bottom: 5%;
	}
}

/*求める人物像*/
#personalty {
	margin-top: 60px;
}
#personalty .personaltyLiWrap {
	margin: 0;
	display: flex; align-items: stretch; justify-content: center;
}
#personalty .personaltyLiWrap .personaltyLi {
	text-align: center;
	display: flex; align-items:center; justify-content: center;
	background-color: #f39800;
	color: #fff;
	border-radius: 340px;
	height: 340px;
	font-size: 28px;
}
#personalty .personaltyLiWrap .personaltyLi img {
	display: block;
}
@media screen and (min-width: 600px) {
	#personalty .personaltyLiWrap .personaltyLi {
		width: 28%;
		margin-top: 15px;
		margin-left: 4%;
	}
	#personalty .personaltyLiWrap .personaltyLi:nth-child(3n+1) {
		margin-left: 0;
	}
	#personalty .personaltyLiWrap .personaltyLi img {
		width: 60%;
		display: block;
		margin: 0 auto 15px;
	}
}
@media screen and (max-width: 599px) {
	#personalty .personaltyLiWrap.col3 {
		display: flex;
		align-items:stretch;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 5%;
	}
	#personalty .personaltyLiWrap .personaltyLi {
		width: 48%;
		margin-top:0;
		margin-left: 4%;
		font-size: 4vw;
		height: 40vw;
	}
	#personalty .personaltyLiWrap .personaltyLi:nth-child(2n+1) {
		margin-left: 0;
	}
	#personalty .personaltyLiWrap .personaltyLi img {
		width: 80%;
		margin: 0 auto 5%;
	}
}

/*仕事について*/
#job {
	margin-top: 60px;
}
#job .jobTabWrap {

}

.jobTabWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.jobTabWrap > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    text-align: center;
    cursor: pointer;
}

.jobTabWrap > label:hover {
    opacity: .8;
}

.jobTabWrap input {
    display: none;
}

.jobTabWrap > div.jobBox {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.jobTabWrap label:has(:checked) {
    opacity: 1;
}

.jobTabWrap label:has(:checked) + div.jobBox  {
    display: block;
}
/*タブ切り替え全体のスタイル*/
.jobtabs {
	margin-top: 60px;
	padding-bottom: 0;
	width:100%;
	margin: 0 auto;
	position: relative;
}
#person1 + .tab_item {
	position: absolute;
	top: 3%;
	right:36%;
}
#person2 + .tab_item {
	position: absolute;
	top: 3%;
	right:22%;
}
#person3 + .tab_item {
	position: absolute;
	top: 3%;
	right:8%;
}
/*タブのスタイル*/
.tab_item {
	width:150px;
	font-size: 16px;
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#person1:checked ~ #person1_content,
#person2:checked ~ #person2_content,
#person3:checked ~ #person3_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.jobtabs input:checked + .tab_item {
}
.tab_content_description {
	background: #FCEAC5;
	border-radius: 30px;
	margin-top:200px;
	padding: 30px;
}
.tab_content_description .col2 { flex-wrap: wrap; align-items: stretch;}
.tab_content_description .col2 .leftBox,.tab_content_description .col2 .rightBox{
	width: 48%;
}
.tab_content_description .col2 .leftBox {
	position: relative;
}
.tab_content_description .col2 .leftBox .mainP{
    position: absolute;
    right: 0;
	left: 0;
	margin: auto;
    top: -233px;
    width: 330px;
}
.tab_content_description .col2 .rightBox .jobPosition {
	
}
.tab_content_description .col2 .rightBox .jobName {
	font-size:48px;
	line-height: 1.2em;
}
.tab_content_description .col2 .leftBox.bottomBox,.tab_content_description .col2 .rightBox.bottomBox{
	margin-top: 30px;
}
.tab_content_description .col2 .leftBox.bottomBox{
	padding-top:120px;
}
.tab_content_description .col2 .leftBox.bottomBox h4 {
	font-size: 24px;
	margin-bottom: 10px;
}
.tab_content_description .col2 .leftBox.bottomBox h4.jobMsgTtl {
	margin-top: 30px;
}
.tab_content_description .col2 .rightBox.bottomBox h5 {
	background:#F39800;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	padding: 5px 30px;
}
.timeLi li {
	background-color: #FFF6E6;
	border-radius: 10px;
	padding: 5px 30px;
	font-size: 22px;
	margin-top:25px;
	text-align: center;
	position: relative;
	font-family: 'M PLUS Rounded 1c', serif;
    font-weight: 500;
    font-style: normal;
}
.timeLi li:after {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
	content: "";
	background-image: url(../img/recruit/orangeTrg.png);
	background-repeat:no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 15px;
    height: 15px;
    display: inline-block;
}
.timeLi li:last-child::after {
	display: none;
}
.timeLi li strong {
	margin-right: 30px;
	display: inline-block;
}
@media screen and (max-width: 599px) {
	#person1 + .tab_item {
		position: absolute;
		top:50px;
		right:34%;
	}
	#person2 + .tab_item {
		position: absolute;
		top:50px;
		right:17%;
	}
	#person3 + .tab_item {
		position: absolute;
		top:50px;
		right:0;
	}
	/*タブのスタイル*/
	.tab_item {
		width:16%;
		max-width:60px;
	}
	.tab_content_description {
		margin-top:124px;
		padding:7%;
	}
	.tab_content_description .col2 {display: block;}
	.tab_content_description .col2 .leftBox,.tab_content_description .col2 .rightBox{
		width:100%;
	}
	.tab_content_description .col2 .leftBox.topBox {
		height: 60px;
	}
	.tab_content_description .col2 .leftBox .mainP{
		position: absolute;
		right:unset;
		left:-5%;
		top:-140px;
		width: 50%;
		max-width: 170px;
	}
	.tab_content_description .col2 .rightBox .jobPosition {
		font-size: 4.5vw;
	}
	.tab_content_description .col2 .rightBox .jobName {
		font-size:9vw;
	}
	.tab_content_description .col2 .leftBox.bottomBox,.tab_content_description .col2 .rightBox.bottomBox{
		margin-top: 5%;
	}
	.tab_content_description .col2 .leftBox.bottomBox {
		padding-top: 10%;
	}
	.tab_content_description .col2 .leftBox.bottomBox h4 {
		font-size: 5vw;
		margin-bottom: 2.5%;
	}
	.tab_content_description .col2 .leftBox.bottomBox h4.jobMsgTtl {
		margin-top: 5%;
	}
	.tab_content_description .col2 .rightBox.bottomBox h5 {
		font-size: 4.5vw;
		padding:2.5% 5%;
	}
	.timeLi li:first-child {
		margin-top: 3%;
	}
	.timeLi li {
		padding:2.5% 5%;
		font-size: 4.5vw;
		margin-top:7%;
	}
	.timeLi li strong {
		margin-right: 5%;
	}
}

/*募集要項*/
#requirements {
	margin-top: 60px;
}
.rqmTab {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    width:100%;
	margin-top: 30px;
}
.rqmTab > label {
    width:31%;
    order: -1;
    opacity: 1;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color:#FCEAC5;
    color: #F39800;
    font-size:22px;
    text-align: center;
    cursor: pointer;
}
.rqmTab > label:hover {
    opacity: .8;
}
.rqmTab input {
    display: none;
}
.rqmTab > div {
    display: none;
    width: 100%;
    padding:25px;
    background-color: #fff;
}
.rqmTab label:has(:checked) {
    opacity: 1;
    background-color:#F39800;
	color: #fff;
}
.rqmTab label:has(:checked) + div {
    display: block;
}
.rqmTab .rqmTabInner {
    background-color:#F39800;
}
.rqmTab .rqmTabInner .scroll {
    background-color:#FFF;
	border-radius: 20px;
	padding: 40px;
}
.rqmTab .rqmTabInner .scroll table th,.rqmTab .rqmTabInner .scroll table td {
	padding: 10px;
	width:50%;
}
@media screen and (max-width: 599px) {
	#requirements {
		margin-top: 10%;
	}
	.rqmTab {
		width:100%;
		margin-top: 5%;
	}
	.rqmTab > label {
		width:32%;
		padding:2.5% 1%;
		font-size:5vw;
	}
	.rqmTab > div {
		padding:3%;
	}
	.rqmTab .rqmTabInner .scroll {
		padding: 5%;
	}
	.rqmTab .rqmTabInner .scroll table th,.rqmTab .rqmTabInner .scroll table td {
		padding: 2.5%;
		font-size: 3vw;
	}
}

.requirementsBox {
	margin:25px 0 0;
}
.requirementsTtl .main {
	background-color:#f39800;
	color: #fff;
	display: inline-block;
	border-radius: 6px;
	padding: 15px 80px 15px 15px;
	font-size: 24px;
	margin-right: 10px;
}
.requirementsTtl .sub {
	font-size: 18px;
}
.requirementsBox dl {
	margin-top: 20px;
}
.requirementsBox dl dt {
	font-size: 22px;
    font-family: 'M PLUS Rounded 1c', serif;
    font-weight: 500;
    font-style: normal;
}
.requirementsBox dl dt strong {
	color:#f39800;
}
.requirementsBox dl dd {
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 15px;
}

.requirementsInfo {
    padding:10px 15px;
    border: 1px solid #000;
    display: inline-block;
}
@media screen and (max-width: 599px) {
	.requirementsBox {
		margin:8% 0 0;
	}
	.requirementsTtl .main {
		background-color:#f39800;
		color: #fff;
		display: inline-block;
		border-radius: 6px;
		padding:1% 3%;
		font-size:4.5vw;
		margin-right: 5%;
	}
	.requirementsTtl .sub {
		font-size: 4vw;
	}
	.requirementsBox dl {
		margin-top: 5%;
	}
	.requirementsBox dl dt {
		font-size: 3.8vw;
	}
	.requirementsBox dl dd {
		margin-top:1.5%;
		font-size: 3.5vw;
		margin-bottom:3.5%;
		margin-right: 0;
	}
	
	.requirementsInfo {
		padding:2.5% 2.5%;
	}
}

/*仕事について*/
#flow {
	margin-top: 60px;
}
.flowLiWrap {
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin: 30px 0 0;
}
.flowLiWrap li {
	width:30%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-left:5.33%;
	padding: 20px 0;
	font-size:22px;
	border-radius: 10px;
	position: relative;
	text-align: center;
}
.flowLiWrap li strong {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 28px;
}
.flowLiWrap li:nth-child(1) {
	background:#FFF6E6;
	margin-left: 0;
}
.flowLiWrap li:nth-child(2) {
	background:#FCEAC5;
}
.flowLiWrap li:nth-child(1):after,.flowLiWrap li:nth-child(2):after{
	content: "";
	background-image: url(../img/recruit/grayTrg.png);
	background-repeat:no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right:-50px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.flowLiWrap li:nth-child(3) {
	background:#F39800;
	color: #fff;
}
#flow .cntTtl {
	margin-top:40px;
	font-size: 28px;
}
#flow .cntBtnWrap {
	width: 60%;
	margin: 10px auto 0;
	align-items: stretch;
	justify-content: space-between;
}
#flow .cntBtnWrap .cntBtn {
	width:48%;
	margin:0;
}
#flow .cntBtnWrap .cntBtn a {
	display: block;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	padding: 25px 15px;
    background-color:#F39800;
	font-size: 24px;
}
.recruitSlideWrap {
	margin-top: 60px;
}
.recruitSlideWrap .slick-slide img {
	width: 100%;
}
@media screen and (max-width: 599px) {
	#flow {
		margin-top: 10%;
	}
	.flowLiWrap {
		margin:5% 0 0;
	}
	.flowLiWrap li {
		width:30%;
		padding: 5% 0;
		font-size:3.5vw;
	}
	.flowLiWrap li strong {
		font-size: 5vw;
	}
	.flowLiWrap li:nth-child(1):after,.flowLiWrap li:nth-child(2):after{
		width: 1em;
		height: 1em;
		right:-17%;
	}
	.flowLiWrap li:nth-child(1),.flowLiWrap li:nth-child(2) {
		align-items: flex-start;
	}
	.flowLiWrap li:nth-child(3) {
		align-items:center;
	}
	#flow .cntTtl {
		margin-top:8%;
		font-size: 5vw;
	}
	#flow .cntBtnWrap {
		width:100%;
		margin: 5% auto 0;
	}
	#flow .cntBtnWrap .cntBtn {
		width:49%;
	}
	#flow .cntBtnWrap .cntBtn a {
		padding: 5% 5%;
		font-size: 3.5vw;
	}
	.recruitSlideWrap {
		margin-top: 10%;
	}
}


/* エントリー */
#entryForm {
	margin-top: 60px;
}
#entryForm .s-red {
	color: #F39800;
}

#entryForm button,#entryForm input,#entryForm optgroup,#entryForm select,#entryForm textarea {
	font: initial;
}
#entryForm input {
	-webkit-appearance: radio;
}

/*コンタクトフォーム*/
.wpcf7-form {
	width:100%;
}
.wpcf7-form #cntform {
margin-bottom: 10%;
margin-top: 10%;
}
.wpcf7-form #cntform dt {
text-align: center;
margin-top: 8%;
padding: 5px 0;
font-size: 4vw;
}
.wpcf7-form #cntform dd {
line-height: 0;
margin: 2.5% 0 0;
font-size: 3.5vw;
text-align: center;
}
.wpcf7-form #cntform dd input[type=text], .wpcf7-form #cntform dd input[type=tel], .wpcf7-form #cntform dd input[type=email], .wpcf7-form #cntform dd textarea, .wpcf7-form #cntform dd select {
background: none;
border: 2px solid;
border-color:#EAEAEA;
background-color: #fff;
width: 100%;
padding: 10px;
text-align: left;
}
.wpcf7-form .subbtn {
position: relative;
text-align: center;
margin-bottom: 5%;
}
.wpcf7-form .subbtn input[type=submit] {
display: block;
background-color:#F39800;
color: #fff;
line-height: 2em;
text-align: center;
position: relative;
cursor: pointer;
border-radius: 100px;
font-size: 4.5vw;
width: 80%;
margin: 0 auto;
}
.wpcf7-form .subbtn input[type=submit]:hover {
opacity: 0.6;
}
.wpcf7-form .subbtn input[type=submit]:disabled {
background-color: #ebecea;
color: #fff;
}
.wpcf7-form .subbtn .ajax-loader {
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 0;
bottom: 0;
}
.wpcf7-form .subbtn .wpcf7-spinner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.wpcf7-form .wpcf7-not-valid-tip {
color: #fdfdfd;
background-color: #d81e00;
border-radius: 100px;
line-height: 1em;
padding: 2.5% 5%;
position: relative;
bottom: 2px;
font-weight: normal;
text-align: center;
z-index: 1;
display: inline-block;
font-size: 3vw;
font-size: 2.5vw;
margin-top: 3%;
}
.wpcf7-form .wpcf7-not-valid-tip:after {
content: "";
position: absolute;
top: 0;
left: 50%;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #d81e00;
translate: -50% -100%;
}
.wpcf7-form .s-red {
font-size: 1.1rem;
display: inline-block;
margin: 0 0 0 10px;
line-height: 1.8em;
}
.wpcf7-form .acceptance {
text-align: center;
font-weight: bold;
margin: 8% 0 0;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.wpcf7-form .acceptance .wpcf7-list-item {
margin: 3% 0;
}
.wpcf7-form .acceptance .wpcf7-list-item input[type=checkbox] {
transform: scale(2.5);
}
.wpcf7-form .acceptance .wpcf7-list-item {
margin-left: 0;
}
.wpcf7-form .acceptance .wpcf7-form-control-wrap {
display: block;
width: 100%;
margin: 2% 0 0;
}
.wpcf7-form .acceptance .leftbox {
line-height: 1.5em;
margin-bottom: 0;
}
.wpcf7-form .acceptance .chknote {
display: block;
width: 100%;
margin: 1% 0 0;
}
.wpcf7-form input[type=radio] {
	transform: scale(2.5);
	margin-right:20px;
}
.wpcf7-form .wpcf7-list-item {
	margin-right:30px;
}
@media screen and (max-width:599px) {
	#entryForm {
		margin-top:10%;
	}
	.wpcf7-form #cntform dt {
		background: #FFF6E6;
		border-radius: 6px;
	}
	.wpcf7-form input[type=radio] {
		transform: scale(2);
		margin-top: 5%;
	}
}
@media screen and (min-width:600px) {
	.wpcf7-form {
	width:85%;
	margin:30px auto 0;
	}
	.wpcf7-form #cntform {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 50px;
	}
	.wpcf7-form #cntform dt:first-child, .wpcf7-form #cntform dt:first-child + dd {
	margin-top: 0;
	}
	.wpcf7-form #cntform dt {
	margin-top: 35px;
	padding: 10px 0;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content:flex-start;
	font-size:20px;
	box-sizing: border-box;
	}
	.wpcf7-form #cntform dt p {
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.wpcf7-form #cntform dd {
	line-height: 0;
	margin: 35px 0 0;
	width: 75%;
	font-size: clamp(1.063rem, -1rem + 3vw, 1.25rem);
	}
	.wpcf7-form #cntform dd input[type=text], .wpcf7-form #cntform dd input[type=tel], .wpcf7-form #cntform dd input[type=email], .wpcf7-form #cntform dd textarea, .wpcf7-form #cntform dd select {
	height: 100%;
	font-size: 20px;
	}
	.wpcf7-form .subbtn {
	margin-bottom: 0;
	font-size:24px;
	}
	#entryForm .wpcf7-form .subbtn input[type=submit] {
	font: unset;
	font-size:24px;
	width:300px;
	padding:15px 0;
	}
	.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	width: 240px;
	padding: 5px 0;
	left: 0;
	margin: 0;
	bottom: -28px;
	position: absolute;
	right: 0;
	}
	.wpcf7-form .wpcf7-form-control-wrap {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	}
	.wpcf7-form .s-red {
	font-size: 10px;
	padding: 0 10px;
	margin: 0 0 0 5px;
	line-height: 2em;
	}
	.wpcf7-form .acceptance {
	margin: 50px 0 0;
	line-height: 1em;
	flex-direction: row-reverse;
	justify-content: space-between;
	}
	.wpcf7-form .acceptance .wpcf7-form-control-wrap {
	margin-left: 0;
	width: 15%;
	margin-top: 0;
	}
	.wpcf7-form .acceptance .wpcf7-list-item {
	margin: 3% 0;
	}
	.wpcf7-form .acceptance .wpcf7-list-item input[type=checkbox] {
	transform: scale(3);
	}
	.wpcf7-form .acceptance .wpcf7-list-item {
	margin-left: 0;
	}
	.wpcf7-form .acceptance .wpcf7-form-control-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	}
	.wpcf7-form .acceptance .leftbox {
	line-height: 1.5em;
	margin-bottom: 0;
	width: 85%;
	text-align: justify;
	}
	.wpcf7-form .acceptance .chknote {
	margin: 30px 0 0;
	}
}

/*サンクスページ*/
.thanksBox p {
	font-weight: bold;
	font-size: 22px;
}
@media screen and (max-width:599px) {
	.thanksBox p {
		font-size:4vw;
	}
}


.recruitDecoWrap .decoR1 {
    display: none;
}
.recruitDecoWrap .decoL1 {
	display: none;
}

.recruitDecoWrap .R1CenterBack {
	display: none;
}
.recruitDecoWrap .decoL3 {
    bottom: 360px;
}
@media screen and (max-width: 599px) {
	.recruitDecoWrap .decoR1 {
		display: none;
	}
	.recruitDecoWrap .L3Foot.decoL3 {
		bottom:7.5%;
		left: -10%;
		width: calc((257 / 600) * 100vw);
	}
}

.entryDecoWrap .decoR1 {
    display: none;
}
.entryDecoWrap .decoL1 {
	display: none;
}

.entryDecoWrap .R1CenterBack {
	display: none;
}
.entryDecoWrap .decoL3 {
    bottom: 360px;
}
@media screen and (max-width: 599px) {
	.entryDecoWrap .decoR1 {
		display: none;
	}
	.entryDecoWrap .L3Foot.decoL3 {
		bottom:7.5%;
		left: -10%;
		width: calc((257 / 600) * 100vw);
	}
}

.thanksDecoWrap .decoR1 {
    display: none;
}
.thanksDecoWrap .decoL1 {
	display: none;
}

.thanksDecoWrap .R1CenterBack {
	display: none;
}
.thanksDecoWrap .decoL3 {
    bottom: 360px;
}
@media screen and (max-width: 599px) {
	.thanksDecoWrap .decoR1 {
		display: none;
	}
	.thanksDecoWrap .L3Foot.decoL3 {
		bottom:7.5%;
		left: -10%;
		width: calc((257 / 600) * 100vw);
	}
}