@charset "utf-8";

/* CSS Document */
#contents #main {
	width: 100%;
	margin: 0;
	float: none;
}
#main_contents_area #contents {
	width: auto;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#main_contents_area #contents {
		padding: 0 16px !important;
	}
}

/* 見出しリンク */
#contents a.heading-link {
	position: relative;
	display: block;
	height: 100%;
	border-bottom: 2px solid #A50000;
	color: #000;
	transition: color 0.3s ease-out;
}
#contents .heading-link:hover {
	color: #A50000;
}
#contents .heading-text {
	display: inline-block;
	margin: 0;
	padding: 15px 41px 13px 0;
	border-top: none;
	border-bottom: none;
	background: url(https://www.azbil.com/jp/sustainability/images/icon-arrow-middle.svg) no-repeat right center / 25px;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
	#contents .heading-text {
		padding: 8px 35px 6px 0;
		font-size: 24px;
	}
}

/* メインビジュアル */
#contents .main-visual {
	position: relative;
	width: 100%;
	height: 440px;
	min-height: 440px;
	aspect-ratio: 144 / 39;
}
#contents .main-visual-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contents .main-visual-pic-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#contents .main-visual-inner {
	position: relative;
	box-sizing: border-box;
	max-width: 1280px;
	height: 100%;
	margin-inline: auto;
}
#contents .main-visual-title {
	position: absolute;
	top: calc(160 / 390 * 100%);
	left: 20px;
	margin: 0;
	padding: 0;
	border: none;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.04em;
	filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.35));
}
#contents .main-visual-btn {
	position: absolute;
	bottom: calc(48 / 390 * 100%);
	right: 20px;
}
#contents a.main-visual-btn-link {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 294px;
	height: 61px;
	padding: 0 65px 0 20px;
	background: #fff url(https://www.azbil.com/jp/sustainability/images/icon-arrow-middle.svg) no-repeat right 20px center / 25px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
	transition: color 0.3s ease-out, box-shadow 0.3s ease-out;
}
#contents a.main-visual-btn-link:hover {
	color: #A50000;
	text-decoration: none;
	box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.40);
}
@media screen and (max-width: 768px) {
	#contents .main-visual {
		width: calc(100% + 32px);
		height: auto;
		min-height: auto;
		aspect-ratio: 375 / 240;
		margin-inline: -16px;
	}
	#contents .main-visual-inner {
		width: auto;
		margin: 0;
	}
	#contents .main-visual-title {
		top: calc(61 / 240 * 100%);
		left: 17px;
		font-size: 2.4rem;
	}
	#contents .main-visual-btn {
		display: none;
	}
}

/* パンくず */
#contents .topicpath-wrapper {
	max-width: 1280px;
	margin-inline: auto;
	padding: 0 20px 15px;
}
@media screen and (max-width: 768px) {
	#contents .topicpath-wrapper {
		padding: 0 0 15px;
	}
}

/* イントロ */
#contents .intro-section {
	box-sizing: border-box;
	position: relative;
	padding-block: 80px;
	background: #F6F6F5;
}
#contents .intro-inner {
	box-sizing: border-box;
	max-width: 1120px;
	margin-inline: auto;
	padding-inline: 20px;
}
#contents .intro-btn {
	display: none;
}
#contents .intro-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	gap: 1px;
}
#contents .intro-item {
	flex-basis: calc(100% / 3 - 1px);
	height: 337px;
	padding: 0;
	background: none;
}
#contents .intro-item:nth-child(1),
#contents .intro-item:nth-child(2) {
	flex-basis: calc(50% - 1px);
}
#contents a.intro-link {
	position: relative;
	display: block;
	height: 100%;
	color: #FFF;
	text-decoration: none;
}
#contents .intro-link:hover .intro-pic-img {
	transform: scale(1.18);
}
#contents .intro-item-first-body {
    box-sizing: border-box;
	display: flex;
	height: 100%;
	padding: 16px 70px;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	flex-shrink: 0;
	background-color: #1775BA;
	transition: background-color 0.3s ease-out;
}
#contents a.intro-link:hover .intro-item-first-body {
	background-color: #0B619F;
}
#contents a.intro-link:hover .intro-item-first-title {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}
#contents .intro-item-first-title {
	margin: 0;
	padding: 0;
	border: none;
	background: url(https://www.azbil.com/jp/sustainability/images/icon-arrow-middle-w.svg) no-repeat right center / 25px;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
#contents .intro-item-first-text {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
#contents .intro-pic {
	height: 100%;
	overflow: hidden;
}
#contents .intro-pic-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-out;
}
#contents .intro-text {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 116px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 0px 12px 0px;
	flex-shrink: 0;
	background: rgba(0, 0, 0, 0.40);
	text-align: center;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
}
#contents .intro-item:nth-child(2) .intro-text {
	height: 108px;
}
#contents .intro-text-title {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
}
#contents .intro-text-sub {
	margin: -4px 0 0;
	font-family: "Roboto Condensed";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
	#contents .intro-section {
		margin-inline: -16px;
		padding-block: 32px;
	}
	#contents .intro-inner {
		width: 100%;
		padding-inline: 16px;
	}
	#contents .intro-btn {
		display: block;
		text-align: center;
		margin-bottom: 32px;
	}
	#contents a.intro-btn-link {
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		width: 300px;
		height: 61px;
		padding: 0 65px 0 20px;
		background: #fff url(https://www.azbil.com/jp/sustainability/images/icon-arrow-middle.svg) no-repeat right 20px center / 25px;
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.6;
		transition: color 0.3s ease-out;
	}
	#contents a.intro-btn-link:hover {
		color: #A50000;
		text-decoration: none;
	}
	#contents .intro-list {
		flex-direction: column;
	}
	#contents .intro-item {
		flex-basis: auto;
		height: auto;
	}
	#contents .intro-item:nth-child(1),
	#contents .intro-item:nth-child(2) {
		flex-basis: 100%;
	}
	#contents .intro-item-first-body {
		gap: 16px;
		padding: 32px 16px;
	}
	#contents .intro-item-first-title {
		font-size: 24px;
	}
	#contents .intro-item-first-text {
		font-size: 14px;
		line-height: 1.6;
	}
	#contents .intro-text {
		height: auto;
		padding: 14px 16px 10px;
	}
	#contents .intro-item:nth-child(2) .intro-text {
		height: auto;
	}
	#contents .intro-text-title {
		font-size: 16px;
	}
	#contents .intro-text-sub {
		margin: -1px 0 0;
		font-size: 13px;
	}
}

/* ローカルナビ */
#contents .nav-section {
	box-sizing: border-box;
	padding-block: 80px;
}
#contents .nav-inner {
	box-sizing: border-box;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 20px;
}
#contents .nav-grid {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 56px;
	margin: 0 auto;
	padding-inline: 20px;
}
#contents .nav-grid-item {
	padding: 0;
	background: none;
}
#contents a.nav-title-link {
	position: relative;
	display: block;
	height: 100%;
	color: #000;
	transition: color 0.3s ease-out;
}
#contents .nav-title-link:hover {
	color: #A50000;
}
#contents .nav-title-link:hover .nav-title-pic-img {
	transform: scale(1.18);
}
#contents .nav-title-text {
	display: inline-block;
	margin: 0 0 16px;
	padding: 0 37px 0 8px;
	border-top: none;
	border-left: 4px solid #A50000;
	border-bottom: none;
	background: url(https://www.azbil.com/jp/sustainability/images/icon-arrow-middle.svg) no-repeat right center / 25px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
#contents .nav-title-pic {
	height: 100%;
	overflow: hidden;
}
#contents .nav-title-pic-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-out;
}
#contents .nav-title-pic-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-out;
}
#contents .nav-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 20px;
}
#contents .nav-list-item {
	padding-left: 33px;
	background: url(https://www.azbil.com/jp/shared/img/icon-arrow-link-l.png) no-repeat left 10px top 8px / 6px;
}
#contents a.nav-list-link {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.02em;
	transition: color 0.3s ease-out;
}
#contents a.nav-list-link:hover {
	color: #A50000;
}

@media screen and (max-width: 768px) {
	#contents .nav-section {
		padding: 40px 0 64px;
	}
	#contents .nav-inner {
		width: 100%;
		padding: 0;
	}
	#contents .nav-grid {
		grid-template-columns: 1fr;
		gap: 48px;
		width: 100%;
		padding-inline: 0;
	}
	#contents .nav-title-text {
		margin: 0 0 8px;
		font-size: 18px;
	}
	#contents .nav-list {
		margin-top: 16px;
	}
	#contents a.nav-list-link {
		font-size: 16px;
		line-height: 1.8;
	}
}

/* 社会貢献 */
#contents .society-section {
	box-sizing: border-box;
	padding-bottom: 80px;
}
#contents .society-inner {
	box-sizing: border-box;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 20px;
}
#contents .society-text {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
#contents .society-grid {
	display: grid;
	grid-template-columns: 1fr 320px;
	justify-content: space-between;
	align-items: center;
	gap: 64px;
	max-width: 1080px;
	margin: 40px auto 0;
}
#contents .society-pic {
	width: 100%;
	height: 360px;
	overflow: hidden;
}
#contents .society-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0;
}
#contents .society-list-item {
	padding-left: 33px;
	background: url(https://www.azbil.com/jp/shared/img/icon-arrow-link-l.png) no-repeat left 10px top 8px / 6px;
}
#contents a.society-list-link {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.02em;
	transition: color 0.3s ease-out;
}
#contents a.society-list-link:hover {
	color: #A50000;
}
@media screen and (max-width: 768px) {
	#contents .society-section {
		padding-bottom: 64px;
	}
	#contents .society-inner {
		width: 100%;
		padding: 0;
	}
	#contents .society-text {
		font-size: 14px;
		line-height: 1.6;
	}
	#contents .society-grid {
		grid-template-columns: 1fr;
		gap: 32px;
		max-width: none;
		margin: 32px auto 0;
	}
	#contents .society-pic {
		height: auto;
	}
	#contents .society-list {
		gap: 24px;
	}
	#contents a.society-list-link {
		font-size: 16px;
	}
}

/* 外部評価・イニシアチブ */
#contents .evaluation-section {
	box-sizing: border-box;
	padding-bottom: 80px;
}
#contents .evaluation-inner {
	box-sizing: border-box;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 20px;
}
#contents .evaluation-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 32px 64px;
	margin: 56px 0 0;
	padding: 0;
}
#contents .evaluation-list-item {
	margin: 0;
	padding: 0;
	background: none;
}
@media screen and (max-width: 768px) {
	#contents .evaluation-section {
		padding-bottom: 64px;
	}
	#contents .evaluation-inner {
		width: 100%;
		padding: 0;
	}
	#contents .evaluation-list {
		flex-direction: column;
		gap: 40px;
		margin-top: 18px;
	}
}

/* 新着情報 */
#contents .news-section {
	box-sizing: border-box;
	padding-block: 80px;
	background: #F6F6F5;
}
#contents .news-inner {
	box-sizing: border-box;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 20px;
}
#contents .news-title {
	margin: 0;
	padding: 15px 0 13px;
	border-top: none;
	border-bottom: 2px solid #A50000;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
#contents .news-list {
	max-width: 1080px;
	margin: 40px auto 0;
}
#contents .news-list-item {
	display: grid;
	grid-template-columns: 138px 1fr;
	gap: 120px;
	margin: 0;
	padding: 16px 16px 15px;
	background: none;
	border-bottom: 1px solid #E7E7E6;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
#contents a.news-list-link {
	color: #000;
	font-size: 16px;
	transition: color 0.3s ease-out;
}
#contents a.news-list-link:hover {
	color: #A50000;
	text-decoration: none ;
}
#contents .news-btn {
	margin-top: 48px;
	text-align: right;
}
#contents a.news-btn-link {
	display: inline-block;
	padding-right: 59px;
	background: url(https://www.azbil.com/jp/sustainability/images/icon-arrow-middle.svg) no-repeat right center / 25px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.02em;
	transition: color 0.3s ease-out;
}
#contents .news-btn-link:hover {
	color: #A50000;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#contents .news-section {
		margin-inline: -16px;
		padding: 40px 0 64px;
	}
	#contents .news-inner {
		width: 100%;
		padding-inline: 16px;
	}
	#contents .news-title {
		margin: 0;
		padding: 15px 0 13px;
		border-top: none;
		border-bottom: 2px solid #A50000;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 1.8;
		letter-spacing: 0.04em;
	}
	#contents .news-list {
		width: calc(100% + 32px);
		margin: 16px -16px 0;
	}
	#contents .news-list-item {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 16px !important;
		font-size: 14px;
		line-height: 1.6;
	}
	#contents .news-list-body {
		margin: 0 !important;
	}
	#contents .news-btn {
		margin-top: 32px;
	}
	#contents a.news-btn-link {
		padding: 4px 33px 0 0;
		background-position: right top 3px;
	}
}

/* サステナビリティ関連資料 */
#contents .data-section {
	box-sizing: border-box;
	padding-block: 80px;
}
#contents .data-inner {
	box-sizing: border-box;
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 20px;
}
#contents .data-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 30px;
	margin-top: 40px;
}
#contents .data-list-item {
	padding: 0;
	background: none;
}
#contents a.data-list-link {
	display: flex;
	align-items: center;
	height: 100px;
	padding: 0 73px 0 24px;
	border-bottom: 1px solid #A89797;
	background: #fff url(https://www.azbil.com/jp/sustainability/images/icon-arrow-middle.svg) no-repeat right 24px center / 25px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.02em;
	transition: color 0.3s ease-out;
}
#contents a.data-list-link:hover {
	color: #A50000;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#contents .data-section {
		padding: 40px 0 64px;
	}
	#contents .data-inner {
		width: 100%;
		padding: 0;
	}
	#contents .data-list {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 8px;
	}
}

/* お問い合わせ */
#contents .contact-section {
	box-sizing: border-box;
	padding-block: 100px;
	background: #EFEFEE;
}
#contents .contact-inner {
	box-sizing: border-box;
	max-width: 660px;
	margin-inline: auto;
	padding-inline: 20px;
}
#contents .contact-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	margin: 0;
}
#contents .contact-list-item {
	padding: 0;
	background: none;
}
#contents a.contact-list-link {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 100px;
	padding: 0 49px 0 24px;
	background: #A50000 url(https://www.azbil.com/jp/sustainability/images/icon-arrow-middle-w.svg) no-repeat right 24px center / 25px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.32px;
	transition: background-color 0.3s ease-out, background-image 0.3s ease-out, color 0.3s ease-out;
}
#contents a.contact-list-link::before {
	content: "";
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid transparent;
	transition: border-color 0.3s ease-out;
}
#contents a.contact-list-link:hover {
	background-color: #FFF;
	background-image: url(https://www.azbil.com/jp/sustainability/images/icon-arrow-middle.svg);
	color: #A50000;
	text-decoration: none;
}
#contents a.contact-list-link:hover::before {
	border-color: #A50000;
}
@media screen and (max-width: 768px) {
	#contents .contact-section {
		margin-inline: -16px;
		padding-block: 80px;
	}
	#contents .contact-inner {
		max-width: none;
		padding-inline: 16px;
	}
	#contents .contact-list {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}