.about-main-visual {
	aspect-ratio: 440/434;
	background-image: url(../../assets/img/about-mainview-img-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-concept {
	margin-top: 80px;
}

.about-concept__inner {
	margin-inline: auto;
	max-width: 1690px;
	padding-left: 20px;
	padding-right: 20px;
}

.about-concept__title-sub {
	color: #428c37;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(20px, 2.1vw, 40px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-align: center;
}

.about-concept__title-main {
	color: #2a3429;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(30px, 4.69vw, 90px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 0.44em;
	text-align: center;
}

.about-concept__text {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(16px, 1.25vw, 24px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 40px;
}

.about-concept__image {
	aspect-ratio: 1920/841;
	margin-top: 60px;
	width: 100%;
}

.about-concept__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-purpose__inner {
	margin-inline: auto;
	max-width: 1810px;
	padding-left: 20px;
	padding-right: 20px;
}

.about-purpose__image {
	aspect-ratio: 1770/644;
	width: 100%;
}

.about-purpose__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-purpose {
	background-color: #ffffff;
	padding-bottom: 90px;
	padding-top: 50px;
}

.about-purpose__title {
	color: #428c37;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(32px, 3.33vw, 64px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-align: center;
}

.about-purpose__text {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(16px, 1.25vw, 24px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-inline: auto;
	margin-top: 46px;
	width: 93.2%;
}

.about-purpose__image {
	aspect-ratio: 1770/644;
	margin-top: 45px;
	width: 100%;
}

.about-purpose__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-purpose__annotation {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 1.04vw, 20px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-inline: auto;
	margin-top: 40px;
	width: 93.2%;
}

.about-purpose__annotation a {
	color: #2a3429;
	overflow-wrap: anywhere;
	text-decoration: underline;
	transition: opacity 0.3s;
	word-break: break-word;
}

.about-purpose__annotation a:hover {
	opacity: 0.7;
}

.about-overview {
	margin-top: 175px;
}

.about-overview__inner {
	margin-inline: auto;
	max-width: 1690px;
	padding-left: 20px;
	padding-right: 20px;
}

.about-overview__title-en {
	color: #428c37;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(20px, 2.08vw, 40px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-align: center;
}

.about-overview__title-ja {
	color: #2a3429;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(30px, 3.13vw, 60px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 18px;
	text-align: center;
}

.about-overview__lead {
	color: #2a3429;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(16px, 1.25vw, 24px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 30px;
}

.about-overview__table-wrap {
	margin-top: 106px;
}

.about-overview__table {
	border-collapse: collapse;
	width: 100%;
}

.about-overview__table tr {
	display: block;
	width: 100%;
}

.about-overview__table th,
.about-overview__table td {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(20px, 2.1vw, 40px);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-align: left;
	text-align: center;
}

.about-overview__table th {
	color: #428c37;
	height: auto;
	min-height: 300px;
	min-height: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 27px;
	vertical-align: top;
	width: 100%;
}

.about-overview__table td {
	border-bottom: 2px solid #428c37;
	color: #2a3429;
	line-height: 1.5;
	padding-bottom: 27px;
	padding-right: 0px;
	padding-top: 18px;
	vertical-align: top;
	width: 100%;
}

.about-overview__table tr:last-child th,
.about-overview__table tr:last-child td {
	border-bottom: none;
}

.about-overview__table tr:first-child {
	border-top: 2px solid #428c37;
}

@media screen and (min-width: 768px) {

.about-main-visual {
	aspect-ratio: 1920/400;
	background-image: url(../../assets/img/about-mainview-img-pc.jpg);
}

.about-concept__image {
	margin-top: 90px;
}

.about-overview__table tr {
	display: table-row;
}

.about-overview__table th,
.about-overview__table td {
	display: table-cell;
	text-align: left;
}

.about-overview__table th {
	border-bottom: 2px solid #428c37;
	padding-bottom: 27px;
	padding-left: 16px;
	width: 29%;
}

.about-overview__table td {
	padding-right: 16px;
	padding-top: 27px;
	width: 71%;
}

}

@media screen and (min-width: 1024px) {

.about-overview__title-ja {
	margin-top: 28px;
}

}

