@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#recruit .philosophy {
	counter-reset: item;
}
#recruit .philosophy h3.sub02 {
	font-size: 45px;
	margin-bottom: 60px;
}
#recruit .philosophy .box {
	position: relative;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px;
	background:
		conic-gradient(
			from 90deg,
			var(--color-primary) 0deg 180deg,
			var(--color-font) 180deg 360deg
		);
}
#recruit .philosophy .box::after {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: #fff;
	z-index: 0;
}
#recruit .philosophy .box::before {
	position: absolute;
	counter-increment: item;
	content: counter(item, decimal-leading-zero);
	color: var(--color-primary);
	font-size: 40px;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 500;
	z-index: 1;
}
#recruit .philosophy .box > * {
	position: relative;
	z-index: 1;
}
#recruit .philosophy .box dl {
	text-align: center;
	position: relative;
}
#recruit .philosophy .box dl dt {
	font-size: 40px;
	font-weight: 500;
}
#recruit .philosophy .box dl dd {
	font-size: 25px;
}
#recruit .recruit {
	margin-bottom: 50px;
}
#recruit .recruit .bg_white {
	background: #fff;
	position: relative;
	padding: 50px 50px 80px;
	margin-bottom: 120px;
}
#recruit .recruit .bg_white h3.sub02 {
	margin-bottom: 40px;
	color: var(--color-font);
	font-size: 45px;
}
#recruit .recruit .bg_white .txt {
	width: 743px;
	font-size: 110%;
	text-align: left;
	margin: 0 auto;
}
#recruit .recruit .bg_white .btn01 {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
}
#recruit .recruit .bg_white .btn01 a {
	width: 228px;
}
#recruit .recruit .waku {
	width: 525px;
	border: 1px solid #ff9900;
	position: relative;
}
#recruit .recruit .waku .img {
	position: absolute;
	left: 0;
	bottom: 0;
}
#recruit .recruit .waku dl {
	padding-left: 200px;
	padding-top: 15px;
	padding-bottom: 35px;
}
#recruit .recruit .waku dl dt {
	font-size: 42px;
	font-weight: 500;
}
#recruit .recruit .waku dl dd .txt {
	font-size: 110%;
}
#recruit .recruit .waku dl dd .btn01 {
	margin-bottom: 0;
	position: absolute;
	bottom: -23px;
	right: 30px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#recruit .philosophy h3.sub02 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	#recruit .philosophy .list {
		width: 620px;
		margin: 0 auto;
	}
	#recruit .philosophy .box {
		width: 195px;
		height: 195px;
	}
	#recruit .philosophy .box::before {
		font-size: 25px;
		top: 15px;
	}
	#recruit .philosophy .box dl dt {
		font-size: 23px;
	}
	#recruit .philosophy .box dl dd {
		font-size: 18px;
	}
	#recruit .recruit .bg_white {
		padding: 25px 25px 40px;
		margin-bottom: 60px;
	}
	#recruit .recruit .bg_white h3.sub02 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#recruit .recruit .bg_white .txt {
		width: 100%;
		font-size: 100%;
	}
	#recruit .recruit .waku {
		width: 49%;
	}
	#recruit .recruit .waku .img {
		width: 100px;
	}
	#recruit .recruit .waku dl {
		padding-left: 110px;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 25px;
	}
	#recruit .recruit .waku dl dt {
		font-size: 25px;
	}
	#recruit .recruit .waku dl dd .txt {
		font-size: 100%;
	}
	#recruit .recruit .waku dl dd .btn01 {
		right: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#recruit .philosophy .list {
		width: 335px;
		margin: 0 auto;
	}
	#recruit .philosophy .box {
		width: 160px;
		height: 160px;
	}
	#recruit .philosophy .box::before {
		font-size: 20px;
		top: 12px;
	}
	#recruit .philosophy .box:last-of-type {
		margin: 20px auto 0;
	}
	#recruit .philosophy .box dl dt {
		font-size: 18px;
	}
	#recruit .philosophy .box dl dd {
		font-size: 15px;
	}
	#recruit .recruit .bg_white {
		padding: 15px 15px 40px;
	}
	#recruit .recruit .bg_white h3.sub02 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#recruit .recruit .waku {
		width: 100%;
		margin-bottom: 50px;
	}
	#recruit .recruit .waku:last-of-type {
		margin-bottom: 0;
	}
	#recruit .recruit .waku dl dd .btn01 {
		right: 15px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#recruit .philosophy h3.sub02 {
		font-size: 23px;
		margin-bottom: 20px;
	}
	#recruit .philosophy .list {
		width: 100%;
	}
	#recruit .philosophy .box {
		width: 135px;
		height: 135px;
	}
	#recruit .philosophy .box::before {
		top: 9px;
	}
	#recruit .philosophy .box:last-of-type {
		margin-top: 10px;
	}
	#recruit .philosophy .box dl dt {
		font-size: 16px;
	}
	#recruit .philosophy .box dl dd {
		font-size: 13px;
	}
	#recruit .recruit .bg_white h3.sub02 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#recruit .recruit .waku dl dt {
		font-size: 20px;
	}
}