/*-------------------
visual
--------------------*/
._visual{
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding: 0;
	padding-top: 65px;
	margin: 0 0 50px auto;
	width: calc(100% - 50px);
}
._visual:after{
	content: "";
	display: block;
	width: 25%;
	padding-bottom: 13%;
	background:linear-gradient(to top left, #fff 50%, transparent 50%) bottom left / 100% 100% no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
h1{
	font-family: 'Barlow', YakuHanJP, 'Noto Sans Japanese', 游ゴシック, 'Yu Gothic Medium', 'Hiragino Sans', sans-serif;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 80px;
	text-align: center;
	color: #fff;
	height: 1em;
	line-height: 1;
	margin-left: -50px;
	letter-spacing: 0.08em;
}
h1 span{
	font-size: 16px;
	color: #FFE832;
	display: block;
	margin-top: 30px;
	letter-spacing: normal;
}
@media screen and (max-width: 640px) {
	._visual{
		padding-top: 40px;
		width: calc(100% - 35px);
		margin: 0 auto 30px;
	}
	h1{
		font-size: 35px;
		margin-left: auto;
	}
	h1 span{
		font-size: 15px;
		margin-top: 20px;
	}
}
h2{
	max-height: 45px;
	width: auto;
	max-width: 90%;
	margin: 0 auto 45px;
}
h2 img[src$=".svg"]{
	max-height: 45px;
	height: 100%;
	width: auto;
	max-width: none;
	margin: 0 auto;
}
h2 + p,
h2 + p + p{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	font-weight: normal;
}
h2 + p + p{
	margin-top: 2em;
}
@media screen and (max-width: 640px) {
	h2{
		max-height: none;
		width: 90%;
		max-width: 90%;
		margin: 0 auto 45px;
	}
	h2 img[src$=".svg"]{
		max-height: none;
		height: auto;
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}
	h2 + p,
	h2 + p + p{
		font-size: 13px;
		text-align: center;
		font-weight: 500;
		font-weight: normal;
	}
}

/*-------------------
overview
--------------------*/
._overview{
	position: relative;
	background: url("../img/body-bg-1.png") no-repeat top left, url("../img/body-bg-2.png") no-repeat bottom right;
	background-size: 65%;
	margin-bottom: 50px;
}
._overview-images{
	max-width: 1015px;
	width: 100%;
	margin: 70px auto;
}
._overview-images .__logo{
	max-width: 508.57px;
	width: 80%;
	margin: 70px auto;
}
/*._overview:after{
	content: "";
	display: block;
	background: #fff;
	width: 100%;
	height: 100px;
	bottom: 0;
	position: absolute;
}*/

@media screen and (max-width: 640px) {
	/*._overview{
		margin-bottom: 0;
	}*/
	._overview-images{
		margin: 50px auto;
	}
	._overview-images .__logo{
		margin: 20px auto;
	}
}

/*-------------------
service-cont
--------------------*/
._sustainability-cont{
	position: relative;
	background: url("../img/body-bg-1.png") no-repeat top left, url("../img/body-bg-2.png") no-repeat bottom right;
	background-size: 65%;
}
._sustainability-cont + ._sustainability-cont{
	margin-top: 50px;
}
._sustainability-cont .__inner{
	display: flex;
	justify-content:space-between;
	align-items: inherit;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
._sustainability-cont .__inner:last-child{
	margin-bottom: 0;
}
._sustainability-cont ._cont-head{
	display: flex;
	margin-bottom: 100px;
	justify-content: space-between;
	width: 100%;
}
._sustainability-cont ._txt{
	width: 55%;
}
._sustainability-cont ._txt p{
	font-size: 18px;
}
._sustainability-cont ._img{
	width: 38%;
}
._sustainability-cont h3{
	font-family: 'Barlow', YakuHanJP, 'Noto Sans Japanese', 游ゴシック, 'Yu Gothic Medium', 'Hiragino Sans', sans-serif;
	font-size: 50px;
	font-weight: 600;
	padding-bottom: 30px;
	position: relative;
	border-bottom: solid 1px #001346;
	margin-bottom: 50px;
  text-align: left;
	line-height: 1.25;
}
._sustainability-cont h3:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 30%;
	height: 4px;
	background: #001346;
}
._sustainability-cont h3 span{
	font-size: 20px;
	margin-left: 30px;
}
._sustainability-cont ul._icon{
	display: flex;
	justify-content:flex-start;
	align-items: inherit;
	width: 32%;
}
._sustainability-cont ul._icon li{
	width: calc(100% / 3 - 10px);
	margin-right: 10px;
}
._cont-list ._item {
	display: flex;
	gap: 40px;
	padding: 32px 0;
	border-bottom: 1px solid #7F89A2;
}
._cont-list ._item._item-last {
	align-items: flex-start;
}
._cont-list ._tit {
	width: 400px;
	flex-shrink: 0;
	font-size: 20px;
	font-weight: bold;
}
._cont-list ._txt {
	flex: 1;
	font-size: 15px;
	line-height: 1.9;
}
._cont-list ._txt li {
	position: relative;
	padding-left: 1em;
}
._cont-list ._txt li::before {
	content: "・";
	position: absolute;
	left: 0;
}
._cont-list ._txt._txt-plain {
	padding-left: 0;
}
._cont-list ._txt._txt-plain a {
	text-decoration: underline;
	color: #001346;
	display: block;
	margin-top: 2em;
}

/* 100%の数字 */
._item-number ._tit {
	display: flex;
	flex-direction: column;
}
._item-number ._num {
	font-family: 'Barlow', YakuHanJP, 'Noto Sans Japanese', 游ゴシック, 'Yu Gothic Medium', 'Hiragino Sans', sans-serif;
	font-size: 40px;
	color: #1a2b4c;
	margin-top: 8px;
	width: 300px;
	text-align: center;
}
._item-number ._num.-min {
	width: 240px;
}
._item-number ._num i {
	font-size: 24px;
	font-style: normal;
}

@media screen and (max-width: 640px) {
	._sustainability-cont ._cont-head {
		flex-direction: column;
		margin-bottom: 40px;
	}
	._sustainability-cont ul._icon {
		width: 80%;
	}
	._sustainability-cont ul._icon li{
		width: calc(100% / 3 - 10px);
		margin-right: 10px;
	}
	._sustainability-cont h3{
		font-size: 30px;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	._sustainability-cont h3 span{
		font-size: 16px;
		margin-left: 20px;
	}
	._sustainability-cont ._txt{
		width: auto;
	}
	._sustainability-cont ._img{
		width: auto;
		order: 1;
		margin: 25px 0;
	}
	._sustainability-cont ul._icon,
	._sustainability-cont ul._bnr{
		margin: 25px 0 0;
	}
	._sustainability-cont ul._icon li{
		width: calc(100% / 4);
		margin-right: 10px;
	}
	._sustainability-cont ul._bnr li p{
		font-size: 10px;
	}
	._sustainability-cont ul._bnr li{
		width: calc(100% / 2 - 5px);
		margin-right: 10px;
    margin-bottom: 10px;
	}
	._sustainability-cont ul._bnr li:nth-child(2n){
		margin-right: 0;
	}
	._sustainability-cont .__inner{
		margin-bottom: 0;
	}
	._cont-list ._item {
		flex-direction: column;
		gap: 12px;
	}
	._cont-list ._tit {
		width: auto;
	}
	._cont-list ._item {
		display: flex;
		padding: 20px 0;
	}
	._item-number ._num {
		width: auto;
		text-align: left;
		line-height: 1;
	}

}


