html {
	overflow: visible;
}

.c_esg_sustainable_policy_div_box {
	background-color: #FFFFFE;
	padding: 40px;
	margin-bottom: 40px;
	border: 4px solid #ccddcc
}

.c_esg_sustainable_policy_p_marginbottom {
	margin-bottom: 20px;
}

body #common-headerWrapper {
	font-family: 'Noto Sans JP', sans-serif;
}

.all-wrap {
	overflow: visible;
}

.main-wrap .main-menu {
	top: var(--header01-height) !important;
	height: calc(100vh - var(--header01-height)) !important;
}

.main-wrap .main-menu-inner {
	top: var(--header01-height) !important;
	box-shadow: 0px 3px 4px 1px #ccc;
}

.single .main-content {
	padding-top: 0;
}

.header .item-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 140px;
	width: 100%;
	margin: 0;
}


.item-logo p {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #499B3E;
}

.top .main {
	padding-top: 150px;
}

.top-mainvisual {
	height: auto;
	padding: 40px 0 100px;
	position: relative;
}

.top-mainvisual::before {
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	background: url(../img/common/img-pattern-footer.png) repeat-x;
	background-position: left bottom;
	position: absolute;
	top: 1px;
	left: 0;
	transform: translateY(-100%);
}

.newsTickerWrapper {
	width: min(90%, 1132px);
	background-color: #fff;
	border-radius: 100px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 35px;
}

.newsTicker_title {
	color: #df8058;
	font-weight: bold;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-right: 10px;
	flex-shrink: 0;
}

.newsTicker {
	display: grid;
	grid-template-columns: 70px 1fr;

}

.newsticker_arrows {
	margin-right: 20px;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	align-items: center;
	padding: 0 10px;
	position: relative;
	z-index: 10;
}

.newsticker_arrows .prev,
.newsticker_arrows .next {
	width: 13px;
	height: 13px;
	border-left: 3px solid #79b319;
	border-bottom: 3px solid #79b319;
}

.newsticker_arrows .prev {
	transform: rotate(45deg);
}

.newsticker_arrows .next {
	transform: rotate(-135deg);
}

.newsTicker_list time {
	margin-right: 10px;
}

.newsTicker_list_txt {
	display: flex;
	height: 100%;
	align-items: center;
}

.newsTicker_list_txt p {
	display: block;
	line-height: 1.2;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.top-goal .icon--box::after {
	content: "";
	display: block;
	width: 44px;
}
.top-goal .icon--box.full::after {
	display: none;
}
.top-goal .icon--box .figure:last-child {
	margin-right: 1.8rem;
}
.top-goal .icon--box .figure:nth-of-type(3n) {
	margin-right: 0;
}
#basicPolicy {
	margin-top: 5px;
}
#contribution {
	padding-top: 20px;
}
@media screen and (max-width: 1119px) {
	.main-content {
		padding-top: 0;
	}

	.main-wrap .main-menu {
		display: none;
	}

	.newsTicker_list_txt {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 1131px) {
	#page-top {
		z-index: 99;
	}
}

@media screen and (max-width: 767px) {
	.top-mainvisual {
		padding: 20px 0 60px;
	}

	.newsTickerWrapper {
		width: min(90%, 450px);
		border-radius: 20px;
		padding: 0;
		display: block;
		overflow: hidden;
	}

	.newsTicker_title {
		font-size: 18px;
		text-align: center;
		padding: 3px 0;
		color: #fff;
		background-color: #ee5944;
		margin-right: 0;
	}

	.newsTicker_list {
		display: block;
		height: 70px;
	}

	.newsTicker_list_txt {
		display: block;
	}

	.newsTicker_list_box a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;

	}

	.newsTicker_list_txt p {
		width: 100%;
	}

	.newsTicker {
		grid-template-columns: 30px calc(100% - 30px);
		width: 100%;
		padding: 5px 10px;
	}

	.newsticker_arrows {
		flex-direction: column;
		justify-content: center;
		margin-right: 10px;
	}

	.newsticker_arrows .prev {
		transform: rotate(135deg);
	}

	.newsticker_arrows .next {
		transform: rotate(-45deg);
	}

	.top-about--box--right .figure {
		height: 50vw;
	}
	.top-goal .icon--box .figure,
	.top-goal .icon--box .figure:last-child {
		margin-right: 0.5rem;
	}
	.top-goal .icon--box .figure:nth-of-type(3n) {
		margin-right: 0;
	}
	.top-goal .icon--box::after {
		width: 25px;
	}
}