.sec01 {
	background: #F7F9FB;
	padding-block: 120px;
}

.sec01__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.sec01__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 100%;
}

.sec01__catch {
	font-family: "Zen Old Mincho", "Noto Sans JP", sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 5.4px;
	line-height: 170%;
	text-align: center;
}

.sec01__content {
	align-items: flex-start;
	display: flex;
	gap: 100px;
	width: 100%;
}

.sec01__profile {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 40px;
	width: 400px;
}

.sec01__img {
	aspect-ratio: 400/433;
	border-radius: 20px;
	overflow: hidden;
}

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

.sec01__position {
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
}

.sec01__person {
	font-family: "Zen Old Mincho", "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 170%;
}

.sec01__message {
	flex: 1;
}

.sec01__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 170%;
}

.sec01__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	margin-top: 20px;
}

.sec01__text + .sec01__text {
	margin-top: 27px;
}

.sec02 {
	padding-block: 120px;
}

.sec02__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.sec02__list {
	display: flex;
	gap: 50px;
	width: 100%;
}

.sec02__item {
	background: #FFF;
	border: 2px solid #D8DEE5;
	border-radius: 26px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: calc((100% - 100px) / 3);
}

.sec02__thumb {
	aspect-ratio: 16/9;
	display: grid;
	overflow: hidden;
	place-items: center;
}

.sec02__img {
	height: 100%;
	width: 100%;
}

.sec02__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.sec02__body {
	align-items: center;
	border-top: 2px solid #D8DEE5;
	color: #4D4C4A;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 16px;
	padding: 30px 30px 40px;
}

.sec02__title {
	font-feature-settings: "palt" on;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.68px;
	line-height: 140%;
	text-align: center;
}

.sec02__text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 160%;
}

.sec03 {
	background: #F7F9FB;
	padding: 120px 0 290px;
	position: relative;
}

.sec03__inner {
	background: #FFF;
	border-radius: 30px;
	padding: 70px;
	position: relative;
	z-index: 2;
}

.sec03__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sec03__icon {
	width: 49px;
}

.sec03__icon img {
	width: 100%;
}

.sec03__lead {
	color: #263238;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	line-height: 200%;
	margin-top: 70px;
	text-align: center;
}

.sec03__list {
	align-items: center;
	display: flex;
	gap: 50px;
	margin: 70px auto 0;
	max-width: 900px;
}

.sec03__item {
	align-items: center;
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

.sec03__logo {
	height: 90px;
	width: 100%;
}

.sec03__logo img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.sec03__label {
	color: #4D4C4A;
	font-feature-settings: "palt" on;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.12px;
	line-height: 140%;
	text-align: center;
}

.sec03__sdgs {
	margin-top: 140px;
}

.sec03__sdgs-head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

.sec03__sdgs-head::before {
	background: #D8DEE5;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
}

.sec03__sdgs-title,
.sec03__sdgs-logo {
	background: #FFF;
	padding-inline: 50px;
	position: relative;
}

.sec03__sdgs-title {
	color: #263238;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	line-height: 200%;
	text-align: center;
}

.sec03__sdgs-logo {
	width: 624px;
}

.sec03__sdgs-logo img {
	width: 100%;
}

.sec03__sdgs-list {
	display: flex;
	gap: 50px;
	justify-content: center;
	margin-top: 100px;
}

.sec03__sdgs-item {
	width: 154px;
}

.sec03__sdgs-item img {
	width: 100%;
}

.sec03__bottom-wrap {
	padding-inline: 50px;
}

.sec03__bottom-wrap {
	align-items: end;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 50%;
	max-width: 1920px;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.sec03__bottom {
	display: block;
	max-width: 547px;
	width: 33%;
}

@media screen and (max-width: 767px) {

.sec01 {
	padding-block: 50px;
}

.sec01__inner {
	gap: 43px;
}

.sec01__body {
	gap: 40px;
}

.sec01__catch {
	font-size: 26px;
	letter-spacing: 1.3px;
	line-height: 170%;
}

.sec01__content {
	flex-direction: column;
	gap: 40px;
}

.sec01__profile {
	align-items: center;
	gap: 20px;
	order: 2;
	width: 100%;
}

.sec01__img {
	aspect-ratio: 335/433;
	width: 100%;
}

.sec01__name {
	text-align: center;
}

.sec01__message {
	order: 1;
	width: 100%;
}

.sec01__title {
	font-weight: 500;
	text-align: center;
}

.sec01__text {
	font-size: 14px;
	margin-top: 16px;
}

.sec01__text + .sec01__text {
	margin-top: 24px;
}

.sec02 {
	padding-block: 50px;
}

.sec02__inner {
	gap: 40px;
}

.sec02__list {
	flex-direction: column;
	gap: 20px;
}

.sec02__item {
	border-radius: 12px;
	border-width: 1px;
	width: 100%;
}

.sec02__body {
	border-top-width: 1px;
}

.sec02__title {
	font-size: 18px;
	letter-spacing: 1.26px;
}

.sec02__text {
	font-size: 14px;
	letter-spacing: 0.56px;
}

.sec03 {
	background: #FFF;
	padding: 50px 0 191px;
}

.sec03__inner {
	background: none;
	border-radius: 0;
	padding: 0;
}

.sec03__head {
	gap: 18px;
}

.sec03__icon {
	width: 30px;
}

.sec03__lead {
	font-size: 14px;
	letter-spacing: 2.1px;
	line-height: 160%;
	margin-top: 60px;
	text-align: left;
}

.sec03__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 60px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	max-width: none;
	row-gap: 30px;
}

.sec03__item {
	gap: 10px;
}

.sec03__logo {
	aspect-ratio: 266.67/90;
	height: auto;
}

.sec03__label {
	font-size: 14px;
	letter-spacing: 0.98px;
}

.sec03__sdgs {
	margin-top: 60px;
}

.sec03__sdgs-head::before {
	left: -20px;
	right: -20px;
}

.sec03__sdgs-title,
.sec03__sdgs-logo {
	padding-inline: 10px;
}

.sec03__sdgs-title {
	font-size: 12px;
	letter-spacing: 1.44px;
}

.sec03__sdgs-logo {
	max-width: 100%;
	width: 295px;
}

.sec03__sdgs-list {
	gap: 10px;
	margin-top: 40px;
}

.sec03__sdgs-item {
	flex: 1;
	width: auto;
}

.sec03__bottom-wrap {
	padding-inline: 20px;
}

.sec03__bottom.--left {
	display: none;
}

.sec03__bottom.--right {
	max-width: none;
	width: 100%;
}

}

