section {
	padding: 0px 20px 40px;
}

.about-page {
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0 20px;
	max-width: 1000px;
	background-color: #ffffff;
	font-family: sans-serif;
	line-height: 1.5;
}

.about-page p {
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: 15px;
}

.about-page h1,
.about-page h2 {
	margin: 0;
}

.about-page .page-header {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.about-page .case-page-main-title {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
	font-size: 2.0em;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #333333;
	position: relative;
	padding: .5em .7em .4em;
	border-bottom: 3px solid #25d097;
	display: block;
	margin-bottom: 25px;
}

.about-page .case-page-main-title::before,
.about-page .case-page-main-title::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 30px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}

.about-page .case-page-main-title::before {
	background-color: #25d097;
}

.about-page .case-page-main-title::after {
	bottom: -11px;
	background-color: #ffffff;
}

.about-page h2 {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
	font-size: 1.8em;
	position: relative;
	padding: .5em 0 .4em 0;
	border-bottom: 3px solid #aaaaaa;
	color: #333333;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	background-color: transparent;
}

.about-page h2::before,
.about-page h2::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 30px;
	height: 15px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}

.about-page h2::before {
	background-color: #aaaaaa;
}

.about-page h2::after {
	bottom: -11px;
	background-color: #ffffff;
}

.about-page .main-case-visual {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.about-page .r-single-images-grid {
	display: block;
	overflow-x: hidden;
	text-align: left;
}
.about-page .r-single-images-grid figure {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: none;
}
.about-page .r-single-images-grid img {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: contain;
	display: block;
	padding: 20px 20px 0;
}
.about-page .r-single-images-grid figcaption {
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 20px 5px;
	border-top: none;
	background-color: transparent;
}
.about-page .r-single-images-grid figure p {
	padding: 5px 20px 20px;
	line-height: 1.7;
	background-color: transparent;
}

.about-page .company-profile-table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0 40px;
	text-align: left;
	font-size: 1.05em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.about-page .company-profile-table th,
.about-page .company-profile-table td {
	padding: 15px 0;
	line-height: 1.6;
	vertical-align: top;
}

.about-page .company-profile-table th {
	width: 150px;
	font-weight: bold;
	padding-right: 20px;
	background-color: #f7f7f7;
	text-align: left;
	padding-left: 15px;
}

.about-page .company-profile-table td {
	padding-left: 20px;
	border-left: 1px solid #eee;
}

.about-page .company-profile-table tr {
	border-bottom: 1px dotted #e0e0e0;
}
.about-page .company-profile-table tr:last-child {
	border-bottom: none;
}

.about-page .company-profile-table ul {
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 1.5em;
	list-style-type: disc;
}
.about-page .company-profile-table li {
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.about-page .main-case-visual {
		margin-left: -20px;
		margin-right: -20px;
	}

	.about-page .case-page-main-title {
		font-size: 1.4em;
	}

	.about-page h2 {
		font-size: 1.4em;
	}

	.about-page .r-single-images-grid figcaption {
		font-size: 1.0em;
	}

	.about-page .r-single-images-grid img {
		padding: 10px 10px 0;
	}
	.about-page .r-single-images-grid figure {
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.about-page .company-profile-table th {
		width: auto;
		display: block;
		padding: 10px 15px 5px;
		background-color: #f0f0f0;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	.about-page .company-profile-table td {
		width: auto;
		display: block;
		padding: 10px 15px 10px;
		padding-left: 15px;
		border-left: none;
	}
	.about-page .company-profile-table tr {
		margin-bottom: 20px;
		display: block;
		border-bottom: none;
		border: 1px solid #ccc;
	}
	.about-page .company-profile-table tr:last-child {
		margin-bottom: 0;
	}
}