@charset "UTF-8";
.welfare dl.outline dt {
	border-color: #FF5F19;
}
.welfare .pb,
.real .pb {
	padding-bottom: 40px;
}
.welfare dl.outline dd span {
	font-weight: 500;
}
.welfare dl.outline dd .data {
	width: 80%;
	max-width: 310px;
	margin: 15px auto 15px;
}
.welfare dl.outline dd .data + p {
	text-align: center;
}
.pickup {
	padding: 30px;
	box-sizing: border-box;
	background: #F5F2E7;
	border: solid 1px #162F3A;
	margin: 20px 0 20px;
}
.pickup .cc {
	font-size: 18px;
	margin-bottom: 10px;
}
.pickup .cc span {
	font-weight: 400;
	padding-left: .5em;
}
.pickup .note {
	padding-left: 110px;
	min-height: 80px;
	color: #00B29B;
	font-size: 14px;
	position: relative;
	margin: 20px 0 0;
}
.pickup .note:before {
	width: 90px;
	height: 80px;
	left: 0;
	top: 0;
}
.pickup .icon01:before {
	background-image: url("../img/workstyle_img/benefits-icon01.svg");
}
.pickup .icon02:before {
	background-image: url("../img/workstyle_img/benefits-icon02.svg");
}
.welfare h3 {
	text-align: left;
	padding: 0 0 0 65px;
	margin: 0;
}
.welfare h3:before {
	width: 50px;
	height: 50px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.welfare h3.icon01:before {
	background-image: url("../img/workstyle_img/balance-icon01.svg");
}
.welfare h3.icon02:before {
	background-image: url("../img/workstyle_img/balance-icon02.svg");
}
.welfare h3.icon03:before {
	background-image: url("../img/workstyle_img/balance-icon03.svg");
}
.welfare h3.icon04:before {
	background-image: url("../img/workstyle_img/balance-icon04.svg");
}
.welfare h3.icon05:before {
	background-image: url("../img/workstyle_img/balance-icon05.svg");
}

.kz-logo {
	width: 80%;
	margin: 0 auto 10px;
	max-width: 260px;
	background: #FFF;
	padding: 10px 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.welfare .pb,
	.real .pb {
		padding-bottom: 30px;
	}
	.welfare dl.outline dd .data {
		width: 80%;
		max-width: 310px;
		margin: 15px auto 15px;
	}
	.pickup {
		padding: 20px;
		box-sizing: border-box;
		background: #F5F2E7;
		border: solid 1px #162F3A;
		margin: 20px 0 20px;
	}
	.pickup .cc {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.pickup .cc span {
		padding-left: 0em;
		display: block;
	}
	.pickup .note {
		padding-top: 90px;
		padding-left: 0;
		color: #00B29B;
		font-size: 14px;
		position: relative;
		margin: 30px 0 0;
	}
	.pickup .note:before {
		width: 90px;
		height: 80px;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.welfare h3 {
		text-align: left;
		padding: 0 0 0 65px;
		margin: 0;
	}
	.welfare h3:before {
		width: 50px;
		height: 50px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}


.career .figure01 {
	margin: 0 auto 50px;
}
.career .point-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.career .point-list li {
	width: 48%;
	margin-bottom: 80px;
	position: relative;
	background: #F5F2E7;
	border: solid 1px #162F3A;
	box-sizing: border-box;
	padding: 60px 30px 30px;
}
.career .point-list li.icon06 {
	width: 100%;
}
.career .point-list li:before {
	width: 80px;
	height: 80px;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.career .point-list li.icon01:before {
	background-image: url("../img/workstyle_img/orientation-icon01.svg");
}
.career .point-list li.icon02:before {
	background-image: url("../img/workstyle_img/orientation-icon02.svg");
}
.career .point-list li.icon03:before {
	background-image: url("../img/workstyle_img/orientation-icon03.svg");
}
.career .point-list li.icon04:before {
	background-image: url("../img/workstyle_img/orientation-icon04.svg");
}
.career .point-list li.icon05:before {
	background-image: url("../img/workstyle_img/orientation-icon05.svg");
}
.career .point-list li.icon06:before {
	background-image: url("../img/workstyle_img/improve-icon01.svg");
}
.career .point-list li.icon07:before {
	background-image: url("../img/workstyle_img/improve-icon02.svg");
}
.career .point-list li.icon08:before {
	background-image: url("../img/workstyle_img/improve-icon03.svg");
}


.career .point-list li h3 {
	margin-bottom: 10px;
	font-size: min(4vw,20px);
}
.career .figure02 {
	width: 90%;
	margin: 30px auto 50px;
	max-width: 600px;
}






.real .bg.main {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 80px;
}
.real .bg.main:before {
	width: 400px;
	height: 50px;
	background-image: url("../img/workstyle_img/voice-main-txt.png");
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.real .voice {
	margin-bottom: 100px;
}
.real .voice .before-box,
.real .voice .after-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.before-box .spk {
	width: 15%;
}
.after-box .spk {
	width: 19%;
	order: 2;
}
.before-box .spk p,
.after-box .spk p {
	font-size: 24px;
	font-weight: 600;
	padding: 15px 0 0;
	text-align: center;
}
.before-box .txt,
.after-box .txt {
	width: 82%;
	position: relative;
	background: #F5F2E7;
	border: solid 1px #162F3A;
	box-sizing: border-box;
	padding: 60px 40px 30px;
}
.before-box .txt {
	width: 82%;
}
.after-box .txt {
	width: 78%;
	order: 1;
}
.before-box .txt .ttl,
.after-box .txt .ttl {
	position: absolute;
	border: solid 1px #162F3A;
	top: -1px;
	left: -1px;
	padding: 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}
.before-box .txt .ttl {
	background: #3E79E8;
}
.after-box .txt .ttl {
	background: #00B29B;
}
.before-box .txt .question,
.after-box .txt .question {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}
.before-box .txt .question {
	color: #3E79E8;
}
.after-box .txt .question {
	color: #00B29B;
}
.before-box .txt .question span,
.after-box .txt .question span {
	color: #FF5F19;
}
.before-box .txt p:not([class]) span,
.after-box .txt p:not([class]) span {
	font-weight: 600;
}
.arrow-txt {
	padding: 40px 0;
	position: relative;
}
.arrow-txt p {
	width: 50%;
	max-width: 400px;
	display: inline-block;
	position: relative;
	left: 60%;
	transform: translateX(-50%);
	padding-left: 50px;
	color: #FF5F19;
	font-size: 20px;
	font-weight: 600;
}
.arrow-txt p:before {
	background-image: url("../img/workstyle_img/voice-arrow.svg");
	height: 100px;
	width: 22px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.career .ttl2 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.career .ttl2 + p {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.career .figure01 {
		margin: 0 auto 20px;
	}
	.career .point-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}
	.career .point-list li {
		width: 100%;
		margin-bottom: 40px;
		position: relative;
		background: #F5F2E7;
		border: solid 1px #162F3A;
		box-sizing: border-box;
		padding: 50px 20px 20px;
	}
	.career .point-list li.icon06 {
		width: 100%;
	}
	.career .point-list li:before {
		width: 60px;
		height: 60px;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.career .point-list li h3 {
		margin-bottom: 10px;
		font-size: min(5vw,20px);
	}
	.career .figure02 {
		width: 100%;
		margin: 20px auto 30px;
	}


	.real .bg.main {
		position: relative;
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.real .bg.main:before {
		width: 200px;
		height: 26px;
		background-image: url("../img/workstyle_img/voice-main-txt.png");
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
	.real .voice {
		margin-bottom: 100px;
	}
	.real .voice .before-box,
	.real .voice .after-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}
	.before-box .spk {
		width: 90px;
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 3;
	}
	.after-box .spk {
		width: 90px;
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 3;
		order: 2;
	}
	.before-box .spk p,
	.after-box .spk p {
		font-size: 20px;
		font-weight: 600;
		padding: 5px 0 20px;
		text-align: center;
	}
	.before-box .txt,
	.after-box .txt {
		width: 100%;
		position: relative;
		background: #F5F2E7;
		border: solid 1px #162F3A;
		box-sizing: border-box;
		padding: 190px 20px 20px;
	}
	.before-box .txt {
		width: 100%;
	}
	.after-box .txt {
		width: 100%;
		order: 2;
	}
	.before-box .txt .ttl,
	.after-box .txt .ttl {
		position: absolute;
		border: solid 1px #162F3A;
		top: -1px;
		left: -1px;
		padding: 0 15px;
		font-size: 16px;
		font-weight: 600;
		color: #FFF;
	}
	.before-box .txt .question,
	.after-box .txt .question {
		font-size: min(5vw,18px);
		font-weight: 600;
		padding-bottom: 10px;
	}
	.before-box .txt .question span,
	.after-box .txt .question span {
		color: #FF5F19;
		padding-right: 5px;
	}
	.before-box .txt p:not([class]) span,
	.after-box .txt p:not([class]) span {
		font-weight: 600;
	}
	.arrow-txt {
		padding: 30px 0;
		position: relative;
	}
	.arrow-txt p {
		width: 80%;
		max-width: 400px;
		display: inline-block;
		position: relative;
		left: 10%;
		transform: translateX(0%);
		padding-left: 30px;
		color: #FF5F19;
		font-size: min(4vw,18px);
		font-weight: 600;
	}
	.arrow-txt p:before {
		background-image: url("../img/workstyle_img/voice-arrow.svg");
		height: calc(100px * .6);
		width: calc(22px * .6);
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}