@charset "utf-8";

/* 採用情報
============================ */

/* ヘッダ
------------------------------------------------- */
.recruit header h2 {
	font-size: min(2.4vw, 2.7rem);
	border-left: 1px solid #ccc;
	padding: 5px 2.5vw;
	margin-left: 2.5vw;
}
.recruit header h2 span {
	color: #e7587a;
	font-size: min(1.2vw, 1.4rem);
	display: block;
	letter-spacing: 0.06em;
	text-align: center;
}
.recruit header h2::before {
	display: none;
	}
	@media screen and (max-width:1024px) {
	.recruit header h2 {
		font-size: min(3.4vw, 2.7rem);
	}
	.recruit header h2 span {
		font-size: min(1.8vw, 1.4rem);
	}
}

/* ビジュアル
------------------------------------------------- */
.recruit .visual {
	padding-top: 0;
	position: relative;
	z-index: 1;
}
.recruit .visual figure {
	width: 92.5%;
	margin-left: auto;
}
.recruit .visual .wrap2 {
	width: 92.5%;
	margin: 0 0 0 auto;
}
.recruit .visual .copy {
	width: 60.5%;
	background: #fff;
	padding: min(8vw, 100px) 7% 0 3%;
	display: table;
	margin-top: -6vw;
	position: relative;
	z-index: 3;
}
.recruit .visual .copy img {
	width: 100%;
	max-width: 690px;
}
.recruit .visual .intro {
	font-size: 2.4rem;
	line-height: 1.95;
	margin-left: 3%;
	margin-top: 45px;
	}
	@media screen and (max-width:1024px) {
	.recruit .visual figure {
		width: 92.5%;
		margin-left: auto;
		height: 0;
		padding-top: 55%;
		background: url("/wp-content/uploads/recruit_visual.jpg") left 15% center no-repeat;
		background-size: cover;
	}
	.recruit .visual figure img {
		display: none;
	}
	.recruit .visual .wrap2 {
		width: 92.5%;
		margin: 0 0 0 auto;
	}
	.recruit .visual .copy {
		width: 80%;
		background: #fff;
		padding: 9.5vw 7% 0 0;
		display: table;
		margin-top: -7vw;
		position: relative;
		z-index: 3;
	}
	.recruit .visual .intro {
		font-size: 1.75rem;
		line-height: 1.95;
		margin: 40px 7% 0 0;
	}
}

/* やよいで働く一日
------------------------------------------------- */
.recruit .movieArea {
	position: relative;
}
.recruit .movieArea::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 758px;
	height: 613px;
	background: url("../images/recruit_bg_flower01.png") 0 0 no-repeat;
	background-size: 100%;
	z-index: 1;
}
/* YouTube */
.recruit .movie {
	max-width: 800px;
	width: 58%;
	margin: 30px 0 0;
}
.recruit .movie .txt {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}
.recruit .movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
} 
.recruit .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:1024px) {
	.recruit .movieArea::before {
		width: 360px;
		height: 292px;
	}
	.recruit .movie {
		margin: 20px auto 0;
		width: 100%;
	} 
	.recruit .movie .txt {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
}

/* スタッフの日常
------------------------------------------------- */
.recruit .instagramArea {
	padding-left: 22%;
	position: relative;
}
.recruit .instagramArea::before {
	display: block;
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	margin: 0;
	width: 516px;
	height: 742px;
	background: url("../images/recruit_bg_flower02.png") 0 0 no-repeat;
	background-size: 100%;
	z-index: 1;
}
	@media screen and (max-width:1024px) {
	.recruit .instagramArea {
		padding-left: 0;
		position: relative;
	}
	.recruit .instagramArea::before {
		top: -100px;
		width: 250px;
		height: 360px;
	}
}

/* Instagram */
.recruit .instagramArea #sb_instagram {
	margin-top: 18px;
	padding-bottom: 0!important;
	}
	@media screen and (max-width:1024px) {
	.recruit .instagramArea #sb_instagram {
		margin-top: 8px;
	}
	}
	@media screen and (max-width:768px) {
	.recruit .instagramArea #sbi_images {
		gap: 10px!important;
	}
}

/* ボタン */
.recruit .instagramArea .btn {
	margin-top: 35px;
}
.recruit .instagramArea .btn a {
	background: #ffdde5;
	color: #4a413e;
	padding: 0 3.7em 0 3em;
	min-width: 340px;
}
.recruit .instagramArea .btn a::after {
	border-color: #e7587a;
}
	@media screen and (max-width:1024px) {
	.recruit .instagramArea .btn {
		margin-top: 23px;
	}
	.recruit .instagramArea .btn a {
		min-width: auto;
		padding: 0 2.7em 0.1em 1.8em;
	}
}

/* 募集職種
------------------------------------------------- */
.recruit .jobArea ul {
	margin-top: 40px;
}
.recruit .jobArea li {
	flex-basis: 47%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	background: #e7587a;
	color: #fff;
	padding: 25px;
	border-radius: 0 30px 30px 0;
}
.recruit .jobArea li p {
	margin-top: 0;
}
.recruit .jobArea li p.pic {
	flex-basis: 40%;
}
.recruit .jobArea li p.txt {
	flex-basis: 60%;
	font-size: 2.4rem;
	font-size: min(4.5vw, 2.4rem);
	line-height: 1.6;
	padding-left: min(5vw, 35px);
}
	@media screen and (max-width:1024px) {
	.recruit .jobArea ul {
		margin-top: 2em;
	}
	.recruit .jobArea li {
		margin-bottom: 20px;
		padding: 12px;
		border-radius: 0 20px 20px 0;
	}
}

/* 募集要項
------------------------------------------------- */
.recruit .guideline .bg {
	background: #fff;
	padding: 40px 0;
}
.recruit .guideline table {
	border-collapse: separate;
	border-spacing: 20px;
	width: 94%;
	margin: 0 auto;
}
.recruit .guideline th,
.recruit .guideline td {
	padding: 0 2em 20px;
}
.recruit .guideline th {
 	font-weight: 400;
	border-bottom: 1px solid #e7587a;
	width: 16em;
}
.recruit .guideline td {
	border-bottom: 1px solid #b8b8b8;
	width: clac(100% - 16em);
}
.recruit .guideline tr:first-child th {
	border-top: 1px solid #e7587a;
	padding: 20px 2em;
}
.recruit .guideline tr:first-child td {
	border-top: 1px solid #b8b8b8;
	padding: 20px 2em;
}
.recruit .guideline td p {
	line-height: 1.85;
}
	@media screen and (max-width:1024px) {
	.recruit .guideline .bg {
		padding: 20px 0;
	}
	.recruit .guideline table {
		border-collapse: separate;
		border-spacing: 15px;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.recruit .guideline th,
	.recruit .guideline td {
		padding: 0 0 20px;
	}
	.recruit .guideline th {
		width: 6em;
	}
	.recruit .guideline td {
		width: clac(100% - 6em);
	}
	.recruit .guideline tr:first-child th {
		padding: 20px 0;
	}
	.recruit .guideline tr:first-child td {
		padding: 20px 0;
	}
}

/* 選考プロセス
------------------------------------------------- */
.recruit .process ol {
	width: 95%;
	margin: 40px auto 0;
	justify-content: space-between;
}
.recruit .process li {
	flex-basis: 32%;
	counter-increment: cnt;
	position: relative;
}
.recruit .process li::before {
	display: block;
	content: "0"counter(cnt)"";
	position: absolute;
	top: 0;
	left: 3vw;
	margin-top: -0.2em;
	font-size: 4vw;
	z-index: 1;
}
.recruit .process li .pic {
	width: 72%;
	aspect-ratio: 1;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	box-shadow: 0px 5px 15px 0px rgba(253, 226, 233, 0.5);
}
.recruit .process li .pic::before,
.recruit .process li .pic::after {
	display: block;
	content: "";
	position: absolute;
}
.recruit .process li:nth-child(1) .pic::before,
.recruit .process li:nth-child(2) .pic::before {
	top: 50%;
	left: 100%;
	margin-top: -12px;
	height: 24px;
	width: 100%;
	background: #a6a6a6;
}
.recruit .process li:nth-child(2) .pic::before {
	left: 100%;
	width: 40%;
}
.recruit .process li:last-child .pic::after {
	top: 50%;
	left: -42px;
	margin-top: -30px;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-left: 42px solid #a6a6a6;
}
.recruit .process li .pic img {
	height: 45%;
	margin-bottom: 10px;
}
.recruit .process li:nth-child(3) .pic img {
	margin-bottom: 22px;
}
.recruit .process li .ttl {
	background: #ffd1dc;
	font-size: min(4.5vw, 1.9rem);
	height: 40px;
	line-height: 40px;
	display: table;
	padding: 0 2.5em;
	margin: -25px auto 20px;
	position: relative;
	z-index: 1;
}
.recruit .process li .txt {
	text-align: center;
	line-height: 1.95;
}
@media screen and (max-width:1024px) {
	.recruit .process ol {
		flex-direction: column;
		width: 100%;
		margin: 40px auto 0;
	}
	.recruit .process li {
		flex-basis: 100%;
		margin-bottom: 35px;
	}
	.recruit .process li:last-child {
		margin-bottom: 0;
	}
	.recruit .process li::before {
		top: 0;
		left: 20vw;
		margin-top: -0.1em;
		font-size: 8.5vw;
		z-index: 1;
	}
	.recruit .process li .pic {
		width: 65%;
		margin: 0 auto;
	}
	.recruit .process li .pic::before,
	.recruit .process li .pic::after {
		display: none;
	}
	.recruit .process li .pic img {
		height: 45%;
		margin-bottom: 10px;
	}
	.recruit .process li:nth-child(3) .pic img {
		height: 40%;
		margin-bottom: 20px;
	}
	.recruit .process li .ttl {
		height: 38px;
		line-height: 38px;
	}
	.recruit .process li .txt {
		text-align: center;
		line-height: 1.95;
	}
}

/* 応募方法
------------------------------------------------- */
.recruit .entryArea .bg {
	background: #ffd1dc;
	padding: 45px;
}
.recruit .entryArea dl {
	flex-basis: 48.75%;
	background: #fff;
	padding: 50px 0 40px;
	text-align: center;
}
.recruit .entryArea dt {
	font-size: 2.6rem;
	font-weight: 500!important;
}
.recruit .entryArea dd .btn a {
	font-size: min(2.2vw, 2.6rem);
	height: 95px;
	padding: 0 0 0.15em 0;
	text-align: center;
	width: min(85%, 460px);
}
.recruit .entryArea dd .btn a::after {
	display: none;
}
.recruit .entryArea dl.tel dd .btn a {
	background: #e7587a url("../images/icon_tel.svg") left 60px center no-repeat;
	background-size: auto 50%;
	font-size: min(2.4vw, 3.2rem);
	padding: 0 0 0.15em 70px;
	pointer-events:none;
}
.recruit .entryArea .atten {
	font-size: 85%;
	line-height: 1.4;
	}
	@media screen and (max-width:1280px) {
	.recruit .entryArea dl {
		padding: 30px 0 25px;
	}
	.recruit .entryArea dt {
		font-size: 2rem;
	}
	.recruit .entryArea dd .btn a {
		font-size: 1.8rem;
		height: 60px;
		padding: 0 0 0.1em 0;
		width: min(80%, 300px);
	}
	.recruit .entryArea dl.tel dd .btn a {
		background: #e7587a url("../images/icon_tel.svg") left 40px center no-repeat;
		background-size: auto 50%;
		padding: 0 0 0.1em 40px;
		font-size: 2rem;
	}
	}
	@media screen and (max-width:1024px) {
	.recruit .entryArea .bg {
		padding: 15px;
	}
	.recruit .entryArea dl:first-of-type {
		margin-bottom: 15px;
	}
	.recruit .entryArea dd .btn a {
		width: min(85%, 300px);
	}
}
	