/************ home page 2026.002 ************/
br.sp-only {
	display: none;
}

@media screen and (max-width: 756px) {
	br.sp-only {
		display: inline;
	}
}

.home-page {
	color: #1b1b1b;
	background: #fff
}

.home-page .topMenuInner {
	max-width: 1080px
}

.home-page .topMenu01 li a {
	font-size: 20px
}

.home-page .topMenu01 li a span {
	font-size: 16px
}

.home-page .topMenu02 li a {
	font-size: 18px
}

.home-page .topMenu02 li a span {
	font-size: 16px
}

.home-page .mainimg_top {
	width: 100%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto 70px;
	overflow: hidden
}

.home-page .mainimg_top h2 {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0
}

.home-page .mainimg_top h2 img {
	display: block;
	width: 100%;
	height: auto
}

.home-page .bx-wrapper {
	margin: 0 auto 70px;
	border: 0;
	box-shadow: none
}

.home-page .bx-wrapper .bx-viewport {
	left: 0;
	border: 0;
	box-shadow: none
}

.home-page .bx-wrapper .mainimg_top {
	max-width: none;
	margin-bottom: 0
}

.home-page .bx-wrapper .bx-pager {
	bottom: 18px
}

.home-page .bx-wrapper .bx-pager.bx-default-pager a {
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: transparent
}

.home-page .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home-page .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff
}

.home-climate,
.home-information>.inner01 {
	width: min(1080px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto
}

.home-climate {
	padding-top: 47px;
	text-align: left
}

.home-section-kicker {
	margin: 0 0 14px;
	color: #004fad;
	font-family: "Cormorant Infant", serif;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .04em
}

.home-climate h2 {
	margin: 0 0 26px;
	font-family: "Sawarabi Mincho", "Yu Mincho", serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	text-align: left !important
}

.home-climate__links {
	display: grid;
	grid-template-columns: repeat(4, 1fr)
}

.home-climate__link {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 178px;
	color: #fff !important;
	font-family: "Sawarabi Mincho", "Yu Mincho", serif;
	font-size: 19px;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	background: #004fad
}

.home-climate__link:hover,
.home-climate__link:focus {
	color: #fff !important
}

.home-climate__link:before {
	position: absolute;
	z-index: -2;
	inset: 0;
	content: "";
	background-position: center;
	background-size: cover
}

.home-climate__link:after {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: #004fad;
	opacity: .5;
	transition: .8s all ease
}

.home-climate__link:hover:after,
.home-climate__link:focus:after {
	opacity: 0
}

.home-climate__link span {
	margin-top: 8px;
	font-family: "Cormorant Infant", serif;
	font-size: 16px
}

.home-climate__link--tcfd:before {
	background-image: url('../img/index-renew/climate-tcfd.jpg')
}

.home-climate__link--decarbonization:before {
	background-image: url('../img/index-renew/climate-decarbonization.jpg')
}

.home-climate__link--solar:before {
	background-image: url('../img/index-renew/climate-solar.jpg')
}

.home-climate__link--bcp:before {
	background-image: url('../img/index-renew/climate-bcp.jpg')
}

.home-information {
	padding: 52px 0 112px;
	text-align: left
}

.home-information>.inner01 {
	max-width: 1080px
}

.home-information .infoBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 60px;
	margin: 54px auto 0;
	border: 1px solid #222;
	background: #fff
}

@media only screen and (max-width:1100px) {
	.home-climate__links {
		grid-template-columns: 1fr
	}

	.home-climate__link {
		height: 150px;
		font-size: 16px
	}
}

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

	.home-climate,
	.home-information>.inner01 {
		width: calc(100% - 30px)
	}

	.home-climate {
		padding-top: 42px
	}

	.home-climate h2 {
		font-size: 22px
	}

	.home-climate__link {
		height: 126px;
		padding: 8px;
		font-size: 14px
	}

	.home-information {
		padding: 42px 0 70px
	}
}

/************ /home page 2026.002 ************/
