@charset "UTF-8";

.t-sec001 {
	margin-top: 60px;
	margin-bottom: 100px;
}

/* TOP h3 Q&A */
.mt20 {
	margin-top: 20px;
}

.top-h3001 {
	border-bottom: 2px solid #222222;
	/* display: block; */
	margin: 0 auto 0;
	max-width: 940px;
	width: 100%;
	padding-bottom: 0px;
}

.top-h3001_02 {
	border-bottom: 3px solid #222222;
}

.top-h3001_02 span img {
	margin-bottom: -6px !important;
}

.top-h3001 span {
	max-width: 502px;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.top-h3001 span img {
	margin-bottom: -4px;
}

.top-h3001-ppp {
	line-height: 1.8;
	font-size: 20px;
	margin-top: 60px;
	text-align: center;
}

/* 上記共通パーツ */

.t-sec001 .top-h3001 span::after {
	content: "";
	position: absolute;
	bottom: -32px;
	right: -45px;
	width: 140px;
	height: 122px;
	background-image: url(../../img/top-h3001-photo@4.png);
	background-size: 140px 122px;
}



/* カラム3用001 */

.column3top001 {
	max-width: 940px;
	margin: 0 auto;
	justify-content: space-between;
	padding-top: 70px;
}

.column3top001 li {
	width: calc(96% / 3);
	/* height: 100px; */
	/* margin-top: 185px; */
}

.column3top001 li .li-wrap {
	background-color: #ffffff;
	border: 2px solid #222222;
	border-radius: 12px;
	padding: 0 10px 15px;
	margin-top: 105px;
}

.column3top001 li .maru-p {
	margin: -105px auto 0;
	width: 100%;
	max-width: 170px;
}

.column3top001 li figure {
	margin: 20px auto;
	/* max-width: 240px; */
}

.column3top001 li figure img {
	width: 100%;
}

.column3top001 li p {
	max-width: 240px;
	margin: 0 auto 25px;
	font-size: 18px;
}

.column3top001 li p.btn a {
	text-align: center;
	display: block;
	color: #ffffff;
	font-weight: 600;
	border-radius: 5px;
	padding: 8px 0;
}

.column3top001 li p.btn a.btn-aa {
	background-color: #4dae79;
}

.column3top001 li p.btn a.btn-bb {
	background-color: #4ebdd8;
}

.column3top001 li p.btn a.btn-cc {
	background-color: #6265bb;
}

@media screen and (max-width: 812px) {

	/* TOP h3 Q&A */
	.col-right .t-sec001 {
		margin-top: 0;
		margin-bottom: 0;
	}
.top-h3001_02 span img {
    margin-bottom: -7px !important;
}
	.top-h3001 {
		/* margin-top: 10%; */
		border-bottom: 2px solid #222222;
		padding-bottom: 3px;
	}

	.top-h3001 span {
		max-width: 268px;
	}

	.top-h3001-ppp {
		margin-top: 6.5%;
		font-size: 18px;
		text-align: left;
	}

	/* 上記共通パーツ */
	.col-right .t-sec001 .top-h3001 span::after {
		content: none;
	}

	.col-right .t-sec001 .top-h3001-ph {
		display: block;
		width: 50%;
		text-align: center;
		margin: 30px auto 0;
	}

	/* カラム3用001 */
	.column3top001 {
		margin-top: 10%;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 15%;
	}

	.column3top001 li {
		width: 92%;
		margin: 0 auto 30px;
		/* padding: 0 10px 15px; */
	}

	.column3top001 li:last-child {
		margin-bottom: 0;
	}

	.column3top001 li p {}
}


@media screen and (min-width: 813px) and (max-width: 1280px) {
	.column3top001 li {
		width: 48%;
	}

	.column3top001 li:last-of-type {
		width: 48%;
		margin-top: 30px;
	}

	.column3top001 li p {
		max-width: inherit;
	}

	.column3top001 li .li-wrap {
		/* 人的資本Q&Aの2カラム */
		padding: 0 20px 0px;
	}
}

@media screen and (min-width: 481px) and (max-width: 812px) {

	/* Ｑ＆Ａ　3カラム */
	.column3top001 li figure {
		max-width: 480px;
	}

	.column3top001 li figure img {
		/* width: 200%; */
	}

	.column3top001 li p {
		max-width: 480px;
	}

	/* Ｑ＆Ａ　リスト */
	.list-b001-b .list-b001-b-in {
		margin: 105px auto 10%;
	}
}


@media screen and (max-width: 480px) {

	/* 人的資本Q&Aの顔 */
	.col-right .t-sec001 .top-h3001-ph {
		width: 50%;
		margin: 10px auto 0;
	}
}