@charset "UTF-8";
/*------------------------
データで見る
------------------------*/
section {
	padding: 100px 0;
}
section .inner {
	width: 1200px;
	margin: auto;
}
section .ttl {
	margin-bottom: 40px;
}
.data .block {
	margin-bottom: 60px;
}
.data .block .txt {
	justify-content: space-between;
	align-items: flex-end;
}
.data .block .head-area {
	margin-bottom: 30px;
}
.data .block .head-area h3 {
	font-size: 3.2rem;
	line-height: 1;
	font-weight: bold;
	color: var(--btncolor);
	margin-bottom: 12px;
}
.data .block .head-area p {
    line-height: 1;
}
.data .block .txt .ashi {
	width: 90px;
	height: 100px;
}
.data .block .txt .ashi img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.data .block .item-list {
	gap: 0 30px;
	align-items: stretch;	
}
.data .block .item-list .item {
	width: 100%;
	height: auto;
	background: #f3f4f5;
	padding: 30px;
}
.data .block .item-list .item .head {
	display: block;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
/*帯グラフ*/
.data .block .item-list .band .wrap {
	justify-content: space-between;
	margin-bottom: 15px;
}
.data .block .item-list .band .wrap .wrap-item span {
	display: block;
	line-height: 1;
}
.data .block .item-list .band .wrap .wrap-item .label {
	font-size: 2.1rem;
}
.data .block .item-list .band .wrap .wrap-item.right {
	text-align: right;
}
.data .block .item-list .band .wrap .wrap-item .ratio {
	font-size: 2.5rem;
}
.data .block .item-list .band .wrap .wrap-item .ratio b {
	font-size: 4.8rem;
	color: var(--btncolor);
}
.data .block .item-list .band .wrap .wrap-item.right .ratio b {
	color: var(--career);
}
.data .block .item-list .band .graph {
	width: 100%;
	height: 26px;
	background: var(--career);
	position: relative;
	margin-bottom: 30px;
}
.data .block .item-list .band .graph::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	background: var(--btncolor);
}
/*男女比*/
.data .block .item-list .band .graph.gender::after {
	width: 75%;
}
/*テレワーク比率*/
.data .block .item-list .band .graph.remote::after {
	width: 35%;
}
/*職場での服装*/
.data .block .item-list .band .graph.clothing::after {
	width: 40%;
}
/*数字*/
.data .block .item-list .num .head {
	margin-bottom: 0;
}
.data .block .item-list .num .cell {
	display: block;
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
}
.data .block .item-list .num .cell b {
	font-size: 14rem;
	color: var(--btncolor);
	 vertical-align: -4px;
}
/*棒グラフ*/
.data .block .item-list .rod .head {
	margin-bottom: 0;
}
.data .block .item-list .item .emp-chart .bars {
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	margin-bottom: 20px;
}
.data .block .item-list .item .emp-chart .bars::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	height: 2px;
	background: var(--career);
}
.data .block .item-list .item .emp-chart .chartitem {
	width: 60px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.data .block .item-list .item .emp-chart .value {
	align-items: baseline;
	line-height: 1;
	margin-bottom: 10px;
}
.data .block .item-list .item .emp-chart .value .num {
	font-size: 4.8rem;
	color: var(--career);
	font-weight: bold;
	letter-spacing: -0.02em;
}
.data .block .item-list .item .emp-chart .chartitem:last-of-type .value .num {
	color: var(--btncolor);
}
.data .block .item-list .item .emp-chart .value .unit {
	font-size: 2.5rem;
}
.data .block .item-list .item .emp-chart .bar {
	width: 100%;
	height: calc(220px * var(--height) / 100);
	background: var(--career);
	margin-bottom: 10px;
}
.data .block .item-list .item .emp-chart .chartitem:last-of-type .bar {
	background: var(--btncolor);
}
.data .block .item-list .item .emp-chart .year {
	color: var(--btncolor);
	letter-spacing: 0;
	line-height: 1;
}
/*円グラフ*/
.circle {
	position: relative;
}
.circle .pie {
	width: 310px;
	margin: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-image: conic-gradient(
		/*営業系 35名*/
		var(--career) 0deg 206.557deg,
		/*企画系 16名*/
		var(--btncolor) 206.557deg 300.984deg,
		/*管理系 10名*/
		var(--newgraduate) 300.984deg 360deg
	);
}
.circle .circle-item {
	position: absolute;
	color: #fff;
}
.circle .circle-item.sales {
	top: 198px;
	right: 174px;
}
.circle .circle-item.plan {
	bottom: 126px;
	left: 166px;
}
.circle .circle-item.management {
	top: 120px;
	left: 205px;
}
.circle .circle-item .ratio {
	display: block;
	font-size: 2.5rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0;
}
.circle .circle-item .ratio b {
	font-size: 4.8rem;
}
@media screen and (max-width: 1240px) {
	section .inner {
		width: 1160px;
	}
}
/*------------------------
アンケート
------------------------*/
.questionnaire {
	background: url(/recruit/pc/img/common/bg_pat.jpg);
}
.questionnaire .ttl h2 {
	margin-bottom: 10px;
}
.questionnaire .ttl .lead{
	font-size: 1.8rem;
	text-align: justify;
	line-height: 1.66;
}
.questionnaire .inner .block {
	padding: 40px;
	border-radius: 18px;
}
.questionnaire .inner .block:not(:last-of-type) {
	margin-bottom: 30px;
}
.questionnaire .inner .block h3 {
	font-size: 3.2rem;
	font-weight: bold;
}
.questionnaire .inner .block .item {
	display: block;
}
/*pat1*/
.questionnaire .inner .pat1 {
	background: #fff;
	position: relative;
}
.questionnaire .inner .pat1 h3 {
	line-height: 1.3;
	padding: 24px 0 20px 135px;
	border-bottom: 4px dashed var(--btncolor);
	margin-bottom: 40px;
	position: relative;
}
.questionnaire .inner .pat1 h3.wrap {
	padding: 0px 0 12px 135px;
}
.questionnaire .inner .pat1 h3::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: -3px;
	width: 118px;
	height: 97px;
	background: url(/recruit/pc/img/company/icn_pat1questioner.png) no-repeat 100%/contain;
}
.questionnaire .inner .pat1 .item {
	background: #f3f4f5;
	width: 788px;
	margin-top: -10px;
	padding: 30px;
	border-radius: 16px;
	text-align: justify;
	position: relative;
}
.questionnaire .inner .pat1 .item:nth-of-type(odd) {
	margin-left: 185px;
	box-shadow: -5px 5px 0 #cae3e9;
}
.questionnaire .inner .pat1 .item:nth-of-type(even) {
	background: #e5e5e5;
	margin-left: 145px;
	box-shadow: 5px 5px 0 #cae3e9;
}
.questionnaire .inner .pat1 .item:nth-of-type(odd)::before {
	content: '';
	position: absolute;
	top: 40px;
	right: -16px;
	width: 23px;
	height: 16px;
	background: url(/recruit/pc/img/faq/img_sip.png) no-repeat 100% / contain;
	transform: rotateY(180deg);
}
.questionnaire .inner .pat1 .item:nth-of-type(even)::before {
	content: '';
	position: absolute;
	top: 40px;
	left: -16px;
	width: 23px;
	height: 16px;
	background: url(/recruit/pc/img/faq/img_sip_g.png) no-repeat 100% / contain;
}
.questionnaire .inner .pat1 .ashi {
	position: absolute;
	top: 164px;
	right: 40px;
}
.questionnaire .inner .pat1 .ashi2 {
	position: absolute;
	top: 240px;
	left: 40px;
}
/*pat2*/
.questionnaire .inner .pat2 {
	background: url(/recruit/pc/img/company/bg_pat2.jpg);
	position: relative;
}
.questionnaire .inner .pat2 h3 {
	color: var(--btncolor);
	line-height: 1.3;
	padding: 0 0 40px 165px;
	position: relative;
}
.questionnaire .inner .pat2 h3::before {
	content: '';
	display: block;
	position: absolute;
	top: -60px;
	left: 10px;
	width: 118px;
	height: 118px;
	background: #a5d1f2;
	border-radius: 50vw;
}
.questionnaire .inner .pat2 h3::after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 70px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 32px solid transparent;
	border-left: 32px solid transparent;
	border-bottom: 59px solid #a5d1f2;
	border-top: 0;
}
.questionnaire .inner .pat2 .item {
	width: fit-content;
	background: #ecf7ff;
	border-radius: 50%;
	padding: 60px 40px;
	text-align: center;
	position: relative;
}
.questionnaire .inner .pat2 .item::before {
	content: '';
	position: absolute;
	width: 23px;
	height: 16px;
}
.questionnaire .inner .pat2 .item:first-of-type {
	margin: 0 220px 0 auto;
}
.questionnaire .inner .pat2 .item:first-of-type::before {
	bottom: -8px;
	left: 120px;
	background: url(/recruit/pc/img/company/img_sip_b.png) no-repeat 100% / contain;
	transform: rotate(-90deg);
}
.questionnaire .inner .pat2 .item:nth-of-type(2) {
	margin: -60px 0 0 20px;
}
.questionnaire .inner .pat2 .item:nth-of-type(2)::before {
	bottom: -8px;
	right: 120px;
	background: url(/recruit/pc/img/company/img_sip_b.png) no-repeat 100% / contain;
	transform: rotate(-90deg);
}
.questionnaire .inner .pat2 .item:nth-of-type(3) {
	margin: -90px 0 0 auto;
}
.questionnaire .inner .pat2 .item:nth-of-type(3)::before {
	bottom: -8px;
	left: 120px;
	background: url(/recruit/pc/img/company/img_sip_b.png) no-repeat 100% / contain;
	transform: rotate(-90deg);
}
.questionnaire .inner .pat2 .item:nth-of-type(4) {
	margin-top: -60px;
}
.questionnaire .inner .pat2 .item:nth-of-type(4)::before {
	bottom: -8px;
	right: 120px;
	background: url(/recruit/pc/img/company/img_sip_b.png) no-repeat 100% / contain;
	transform: rotate(-90deg);
}
.questionnaire .inner .pat2 .item:nth-of-type(5) {
	margin: -60px 10px 0 auto;
}
.questionnaire .inner .pat2 .item:nth-of-type(5)::before {
	top: 50%;
	left: -16px;
	background: url(/recruit/pc/img/company/img_sip_b.png) no-repeat 100% / contain;
}
.questionnaire .inner .pat2 .item:nth-of-type(6) {
	margin: -90px 0 0 170px;
}
.questionnaire .inner .pat2 .item:nth-of-type(6)::before {
	top: 2px;
	right: 60px;
	background: url(/recruit/pc/img/company/img_sip_b.png) no-repeat 100% / contain;
	transform: rotate(135deg);
}
.questionnaire .inner .pat2 .ashi {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 240px;
	display: block;
	width: 260px;
	height: 210px;
}
.questionnaire .inner .pat2 .ashi img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*pat2-sec2*/
.questionnaire .inner .pat2.sec2 .item:first-of-type {
	margin: auto;
}
.questionnaire .inner .pat2.sec2 .item:nth-of-type(3) {
	margin: -150px 100px 0 auto;
}
.questionnaire .inner .pat2.sec2 .item:nth-of-type(4) {
	margin-top: -40px;
}
.questionnaire .inner .pat2.sec2 .item:nth-of-type(5) {
	margin: -130px 0px 0 auto;
}
.questionnaire .inner .pat2.sec2 .item:nth-of-type(6) {
	margin: -50px 0 0 250px;
}
.questionnaire .inner .pat2.sec2 .item:nth-of-type(6)::before {
	top: 8px;
}
.questionnaire .inner .pat2.sec2 .ashi {
	bottom: 320px;
	width: 290px;
}
/*pat2-sec3*/
.questionnaire .inner .pat2.sec3 .item:first-of-type {
	margin: 0 300px 0 auto;
}
.questionnaire .inner .pat2.sec3 .item:nth-of-type(5) {
	margin: -70px 30px 0 auto;
}
.questionnaire .inner .pat2 .item:nth-of-type(6) {
	margin: -80px 0 0 110px;
}
.questionnaire .inner .pat2.sec3 .item:nth-of-type(6)::before {
	top: 12px;
}
.questionnaire .inner .pat2.sec3 .ashi {
	bottom: 230px;
	height: 230px;
}
/*pat3*/
.questionnaire .inner .pat3 {
	background: rgba(255,255,255,.7);
}
.questionnaire .inner .pat3 .head-area {
	justify-content: space-between;
}
.questionnaire .inner .pat3 h3 {
	padding-left: 30px;
	border-left: 12px solid #03696f;
	color: #03696f;
	line-height: 1.3;
	margin-bottom: 30px;
}
.questionnaire .inner .pat3 .item-flex {
	flex-wrap: wrap;
	justify-content: space-between;
}
.questionnaire .inner .pat3 .item {
	width: fit-content;
	max-width: 50%;
	background: #e6f2ec;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
	position: relative;
}
.questionnaire .inner .pat3 .item:nth-of-type(odd) {
	margin-top: 20px;
}
.questionnaire .inner .pat3 .item:nth-of-type(3) {
	margin-left: 90px;
}
.questionnaire .inner .pat3 .item:nth-of-type(4) {
	margin-right: 50px;
}
.questionnaire .inner .pat3 .item:nth-of-type(6) {
	margin-right: 30px;
}
.questionnaire .inner .pat3 .item:nth-of-type(7) {
	margin-left: 50px;
}
.questionnaire .inner .pat3 .item::before {
	content: '';
	position: absolute;
	width: 23px;
	height: 16px;
	bottom: -12px;
	background: url(/recruit/pc/img/company/img_sip_gr.png) no-repeat 100% / contain;
	transform: rotate(-90deg);
}
.questionnaire .inner .pat3 .item:nth-of-type(odd)::before {
	right: 120px;
}
.questionnaire .inner .pat3 .item:nth-of-type(even)::before {
	left: 120px;
}
.questionnaire .inner .pat3 .ashi {
	width: 206px;
	height: 118px;
}
.questionnaire .inner .pat3 .ashi img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*pat3-sec2*/
.questionnaire .inner .pat3.sec2 .ashi {
	width: 166px;
	height: 138px;
}
/*pat3-sec3*/
.questionnaire .inner .pat3.sec3 .ashi {
	width: 126px;
	height: 118px;
}