@charset "utf-8";

/* ========================================================
	csr.css
======================================================== */

/* ph_contents
============================================================================================================ */
.ph_contents > section {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.ph_contents .m_title {
	font-size: 3.2rem;
	margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
	.ph_contents > section {
		gap: 35px;
	}
	.ph_contents .m_title {
		font-size: 2.3rem;
		margin-bottom: 18px;
	}
	
	.ph_contents .ph {
		order: 2;
	}

	.ph_contents .content {
		order: 1;
	}

	.ph_contents h2 {
		font-size: 2.2rem;
	}
}

/* csr_commitment
/* community_section
============================================================================================================ */
/* csr_commitment */
.csr_commitment {
	max-width: 1240px;
	margin: 0 auto;
	background-color: #EDF4E6;
	padding: 50px 60px;
	margin-top: 120px;
}

.csr_commitment h2 {
	font-size: 3.2rem;
	text-align: center;
}

.csr_commitment_list_inner {
	padding-top: 20px;
}
.csr_commitment_list {
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(3, 1fr);
}

.csr_commitment_list > li,
.community_section_list > li {
	position: relative;
	background-color: #fff;
	color: rgb(0, 0, 0);
	padding: 80px 30px 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.csr_commitment_list .num {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	border-bottom: 2px solid #000;
	font-size: 5.5rem;
	font-weight: 700;
	font-family: var(--font-family-en);
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.csr_commitment_list .icon,
.community_section_list .icon {
	/* margin-bottom: 20px; */
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.csr_commitment_list .icon img,
.community_section_list .icon img {
	width: auto;
	height: auto;
	max-height: 100%;
}

.csr_commitment_list h3,
.community_section_list h3 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 4px;
	min-height: 2.88em;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}

.csr_commitment_list p,
.community_section_list p {
	font-size: 1.6rem;
	text-align: left;
	flex: 1;
}

/* community_section */
.community_section {
	position: relative;
	color: #fff;
}
.community_section_list_inner {
	max-width: 1240px;
	margin: 0 auto;
	margin-top: 60px;
}
.community_section_list {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}
.community_section_list > li {
	padding: 40px 30px 30px;
}
.community_section_list .icon {
	max-height: 98px;
	margin-bottom: 24px;
}
.community_section_list h3 {
	min-height: 0;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.csr_commitment {
		padding: 30px var(--sp-base-padding);
		margin-top: 50px;
	}
	.csr_commitment h2 {
		font-size: 2.3rem;
	}
	.community_section {
		padding-top: 59px;
	}
	.community_section h2 {		
		line-height: 1.2;
		margin-bottom: 0;
	}
	.community_section h2::before {
		margin-bottom: 28px;
	}
	.community_section_list_inner{
		margin-top: 26px;
	}
	.community_section h2::before {
		width: 46px;;
	}

	.csr_commitment_list,
	.community_section_list {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.csr_commitment_list > li{
		padding: 70px 20px 30px;
	}
	
	.community_section_list > li  {
		padding: 30px 25px 20px;
	}
	.community_section_list .icon {
		max-height: 84px;
		margin-bottom: 34px;
	}
	.csr_commitment_list h3,
	.community_section_list h3 {
		font-size: 2rem;
		margin-bottom: 0;
		min-height: 2.88em;
		
	}
	.community_section_list h3 {
		min-height: auto;
		line-height: 1;
		margin-bottom: 14px;
	}
	
	.csr_commitment_list p,
	.community_section_list p {
		font-size: 1.4rem;
	}
}


/* message_section
============================================================================================================ */
.message_section {
	background: #6FBA2B;
	color: #fff;
}
.message_section h2 {
	font-size: 3.2rem;
	margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
	.message_section h2 {
		font-size: 2.3rem;
		margin-bottom: 22px;
	}
}
