.pc-only {
	display: block;
}
@media (max-width: 768px) {
	.pc-only {
		display: none;
	}
}

.mo-only {
	display: none;
}
@media (max-width: 768px) {
	.mo-only {
		display: block;
	}
}

.hero {
	text-align: center;
}
.hero__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.hero__title {
		font-size: 20px;
		line-height: 140%;
	}
}
.hero__title {
	color: #222222;
}
.hero__desc {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.hero__desc {
		font-size: 16px;
	}
}
.hero__desc {
	color: #666666;
}

.visual {
	overflow: hidden;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding: 40px 0;
	margin-top: 87px;
	width: 100%;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	flex-direction: column;
}
.visual__text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	row-gap: 12px;
}
.visual__title {
	font-size: 120px;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #5380da;
}
.visual__desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.visual__desc {
		font-size: 16px;
	}
}
.visual__desc {
	color: #666666;
	text-align: center;
}
.visual__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 28px;
	overflow: hidden;
	will-change: transform, width, height, border-radius;
	transform-origin: center center;
	box-sizing: border-box;
	position: absolute;
}
.visual__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	will-change: transform, width, height, object-fit, border-radius;
	border-radius: 28px;
}
@media (max-width: 768px) {
	.visual {
		padding: 20px 0;
	}
	.visual__text {
		row-gap: 8px;
	}
	.visual__title {
		font-size: 52px;
	}
	.visual__img {
		border-radius: 24px;
	}
	.visual__img img {
		border-radius: 24px;
	}
}

.esg-hero {
	height: 100%;
	width: 100%;
}
.esg-hero__item {
	position: absolute;
	left: 0;
	width: 100%;
	top: 40px;
	bottom: 40px;
}
.esg-hero__item--environment .esg-hero__ico {
	background-image: url("../images/about/ico_36x36_01.svg");
}
.esg-hero__item--social .esg-hero__ico {
	background-image: url("../images/about/ico_36x36_02.svg");
}
.esg-hero__item--governance .esg-hero__ico {
	background-image: url("../images/about/ico_36x36_03.svg");
}
.esg-hero__img {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	border-radius: 40px;
}
.esg-hero__img img {
	width: 100%;
	height: 100%;
	border-radius: 40px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.esg-hero__contents {
	position: relative;
	height: 100%;
	display: grid;
	border-radius: 40px;
	align-items: center;
	grid-template-columns: 1fr 564px;
	color: #ffffff;
	padding: 40px;
	box-sizing: border-box;
}
.esg-hero__contents:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 40px;
}
.esg-hero__title {
	font-size: 48px;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.02em;
}
@media (max-width: 768px) {
	.esg-hero__title {
		font-size: 32px;
		line-height: 115%;
	}
}
.esg-hero__title {
	text-align: center;
	position: relative;
}
.esg-hero__blur {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	padding: 60px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
}
.esg-hero__ico {
	width: 36px;
	height: 36px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	flex: none;
}
.esg-hero__desc {
	margin-top: 16px;
	font-size: 32px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 768px) {
	.esg-hero__desc {
		font-size: 20px;
		line-height: 140%;
	}
}
.esg-hero__list {
	margin-top: auto;
}
.esg-hero__list li {
	display: flex;
	-moz-column-gap: 12px;
	     column-gap: 12px;
	padding: 20px 0;
}
.esg-hero__list li:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.esg-hero__list li > span {
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	opacity: 0.6;
	margin-top: 5px;
}
.esg-hero__list li div {
	display: flex;
	flex-direction: column;
	row-gap: 2px;
}
.esg-hero__list li div em {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.esg-hero__list li div em {
		font-size: 18px;
	}
}
.esg-hero__list li div p {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
@media (max-width: 768px) {
	.esg-hero__list li div p {
		font-size: 14px;
		line-height: 140%;
	}
}
.esg-hero__list li div p {
	opacity: 0.8;
}
@media (max-width: 768px) {
	.esg-hero__item {
		top: 20px;
		bottom: 20px;
	}
	.esg-hero__img {
		border-radius: 24px;
	}
	.esg-hero__img img {
		border-radius: 24px;
	}
	.esg-hero__title {
		margin-top: auto;
	}
	.esg-hero__contents {
		display: flex;
		flex-direction: column;
		padding: 20px;
	}
	.esg-hero__contents:before {
		border-radius: 24px;
	}
	.esg-hero__blur {
		padding: 20px 24px;
		border-radius: 16px;
		height: auto;
		margin-top: auto;
	}
	.esg-hero__ico {
		display: none;
	}
	.esg-hero__desc {
		display: none;
	}
	.esg-hero__list {
		margin-top: 0;
	}
	.esg-hero__list li {
		padding: 0;
	}
	.esg-hero__list li:not(:first-child) {
		border: 0;
		margin-top: 12px;
	}
	.esg-hero__list li > span {
		display: none;
	}
	.esg-hero__list li div em {
		font-size: 18px;
		font-weight: 600;
		line-height: 150%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.esg-hero__list li div em {
		font-size: 16px;
	}
}

.esg-history {
	display: grid;
	grid-template-columns: max-content 765px;
	justify-content: space-between;
	align-items: start;
}
.esg-history__title {
	padding-top: 40px;
	font-size: 40px;
	font-weight: 600;
	line-height: 140%;
}
@media (max-width: 768px) {
	.esg-history__title {
		font-size: 24px;
	}
}
.esg-history__title {
	color: #222222;
	position: sticky;
	top: 88px;
	align-self: start;
	height: -moz-fit-content;
	height: fit-content;
	z-index: 1;
}
.esg-history .card__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	grid-auto-flow: dense;
	align-items: flex-start;
}
.esg-history .card__item {
	position: relative;
}
.esg-history .card__item:first-child {
	margin-top: 96px;
}
.esg-history .card__item:nth-child(even):not(:nth-child(2)) {
	margin-top: -96px;
}
.esg-history .card__img img {
	border-radius: 28px;
}
.esg-history .card__body {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: flex-start;
	padding: 20px;
	box-sizing: border-box;
	justify-content: space-between;
}
.esg-history .card__bottom {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	-moz-column-gap: 8px;
	     column-gap: 8px;
	justify-content: space-between;
	padding: 8px 8px 8px 20px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
@media (max-width: 768px) {
	.esg-history .card__bottom {
		font-size: 16px;
	}
}
.esg-history .card__bottom {
	color: #222222;
	width: 100%;
}
@media (max-width: 768px) {
	.esg-history {
		display: block;
	}
	.esg-history__title {
		position: static;
		padding-top: 0;
		margin-bottom: 24px;
	}
	.esg-history .card__list {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 0 20px;
		margin: 0 -20px;
	}
	.esg-history .card__item {
		flex: none;
		width: 300px;
	}
	.esg-history .card__item:first-child {
		margin-top: 0;
	}
	.esg-history .card__item:nth-child(even):not(:nth-child(2)) {
		margin-top: 0;
	}
	.esg-history .card__img img {
		border-radius: 24px;
	}
	.esg-history .card__body {
		padding: 16px;
	}
	.esg-history .card__bottom {
		padding: 10px 12px 10px 16px;
		-moz-column-gap: 4px;
		     column-gap: 4px;
	}
	.esg-history .card__bottom .ico_arrow_right {
		width: 20px;
		height: 20px;
	}
}

.esg-banner {
	color: #ffffff;
	position: relative;
	text-align: center;
}
.esg-banner__title {
	font-size: 48px;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -0.02em;
}
@media (max-width: 768px) {
	.esg-banner__title {
		font-size: 32px;
		line-height: 115%;
	}
}
.esg-banner__title {
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.esg-banner__title {
		margin-bottom: 24px;
	}
}

.cont_section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.cont_section:not(.sub_keyvisual, .wide) {
	max-width: 1460px;
}
.cont_section:not(.sub_keyvisual) {
	box-sizing: border-box;
}
.cont_section:last-child {
	padding-bottom: 140px;
}
.cont_section--hero {
	padding-bottom: 0;
	height: calc(var(--vh) * 500);
}
.cont_section--hero .sticky-container {
	position: sticky;
	left: 0;
	top: 87px;
	height: calc(var(--vh) * 100 - 87px);
}
.cont_section.wide {
	padding-left: 40px;
	padding-right: 40px;
}
.cont_section.sub_keyvisual {
	padding-top: 0;
	padding-bottom: 0;
}
.cont_section--py140 {
	padding-top: 140px;
	padding-bottom: 140px;
}
.cont_section--esg-banner {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url("../images/about/img_esg_banner.png") no-repeat center center;
	background-size: cover;
	position: relative;
}
.cont_section--esg-banner:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.cont_section--esg-banner:last-child {
	padding-bottom: 100px;
}
@media (max-width: 768px) {
	.cont_section {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cont_section:last-child {
		padding-bottom: 60px;
	}
	.cont_section--hero {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.cont_section--hero .sticky-container {
		top: 50px;
		height: calc(var(--vh) * 100 - 50px);
	}
	.cont_section--py140 {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.cont_section--esg-banner {
		padding-top: 174.5px;
		padding-bottom: 174.5px;
		background: url("../images/about/m_img_esg_banner.png") no-repeat center center;
	}
	.cont_section--esg-banner:last-child {
		padding-bottom: 174.5px;
	}
	.cont_section.wide {
		padding-left: 20px;
		padding-right: 20px;
	}
}