/*------------------------------------------------------------
	awardlist
------------------------------------------------------------*/
#main {
    padding-bottom: 104px;
}
.pageTitle::before {
    background-image: url(/about/sustainability/deandi/img/interview/bg01.png);
}
.pageTitle {
	margin-bottom: 74px;
}
#main .secBox .imgBox {
	margin-bottom: 65px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .secBox .imgBox .photoBox {
	width: 391px;
}
#main .secBox .imgBox .textBox {
	width: calc(100% - 426px);
}
#main .secBox .imgBox .textBox .text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
}
#main .secBox .photoList {
	margin: 0 -3px 90px;
	gap: 24px;
}
#main .secBox .photoList li {
	padding: 24px 27px 34px;
	width: calc((100% - 48px) / 3);
	border: 1px solid #9CBCAC;
	border-radius: 2rem;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
}
#main .secBox .photoList li .title {
	margin-bottom: 8px;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .secBox .photoList li .photo {
	margin: 0 auto 22px;
	width: 181px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
}
#main .secBox .photoList li .time {
	margin-bottom: 29px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .secBox .photoList li .tag {
	margin-bottom: 12px;
	padding: 4px 5px 1px;
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	background: #366FB6;
}
#main .secBox .photoList li .tag.color01 {
	background: #7FBB65;
}
#main .secBox .photoList li .tag.color02 {
	background: #ED886B;
}
#main .secBox .photoList li .text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
}
#main .secBox .subInner:not(:last-child) {
	margin-bottom: 91px;
}
#main .secBox .subInner .photo {
	margin: -2px 0 0 60px;
	float: right;
	width: 406px;
}
#main .secBox .subInner h3 {
	margin-bottom: 25px;
	padding-left: 71px;
	position: relative;
	font-size: 2.7rem;
	font-weight: 700;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .secBox .subInner h3::before {
	margin-top: -2px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 61px;
	height: 1px;
	background: #000;
	content: '';
}
#main .secBox .subInner .textBox:not(:last-child) {
	margin-bottom: 35px;
}
#main .secBox .subInner .textBox .title {
	margin-bottom: 6px;
	color: #366FB6;
	font-size: 2.1rem;
	font-weight: 700;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .secBox .subInner .textBox .color01 {
	color: #ED886B;
}
#main .secBox .subInner .textBox .color02 {
	color: #7FBB65;
}
#main .secBox .subInner .textBox .color03 {
	color: #53AF9B;
}
#main .secBox .subInner .textBox .color04 {
	color: #000;
}
#main .secBox .subInner .textBox .text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
}
#main .secBox .subInner .textBox .smallText {
	margin-top: 27px;
	font-size: 1.55rem;
	font-weight: 500;
	text-align: right;
}
@media all and (max-width: 767px) {
    #main {
        padding-bottom: 80px;
    }
	.pageTitle {
		margin-bottom: 50px;
	}
	#main .secBox .imgBox {
		margin-bottom: 40px;
		display: block;
	}
	#main .secBox .imgBox .photoBox {
		margin-bottom: 30px;
		width: auto;
	}
	#main .secBox .imgBox .photoBox img {
		width: 100%;
	}
	#main .secBox .imgBox .textBox {
		width: auto;
	}
	#main .secBox .imgBox .textBox .text {
		font-size: 1.4rem;
	}
	#main .secBox .photoList {
		margin: 0 0 40px;
		display: block;
	}
	#main .secBox .photoList li {
		margin-bottom: 30px;
		padding: 20px;
		width: auto;
	}
	#main .secBox .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .secBox .photoList li .title {
		margin-bottom: 8px;
		font-size: 2rem;
	}
	#main .secBox .photoList li .photo {
		margin: 0 auto 15px;
		width: 140px;
	}
	#main .secBox .photoList li .time {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	#main .secBox .photoList li .tag {
		margin-bottom: 12px;
		padding: 5px;
		font-size: 1.8rem;
	}
	#main .secBox .photoList li .text {
		font-size: 1.4rem;
	}
	#main .secBox .subInner:not(:last-child) {
		margin-bottom: 40px;
	}
	#main .secBox .subInner .photo {
		margin: 0 0 30px;
		float: inherit;
		width: auto;
	}
	#main .secBox .subInner .photo img {
		width: 100%;
	}
	#main .secBox .subInner h3 {
		margin-bottom: 20px;
		padding-left: 40px;
		font-size: 2rem;
	}
	#main .secBox .subInner h3::before {
		width: 30px;
	}
	#main .secBox .subInner .textBox:not(:last-child) {
		margin-bottom: 20px;
	}
	#main .secBox .subInner .textBox .title {
		margin-bottom: 6px;
		font-size: 1.8rem;
	}
	#main .secBox .subInner .textBox .text {
		font-size: 1.4rem;
	}
	#main .secBox .subInner .textBox .smallText {
		margin-top: 15px;
		font-size: 1.2rem;
	}
}