@charset "utf-8";

/*-------------------------------
	solu list
-------------------------------*/

.solu_list {
	max-width:97rem;
	margin:10rem auto 0;
}

.solu_list::after {
	content:"";
	display: block;
	width:17rem;
	margin:0 1rem 2rem;
}

.solu_en {
	display: flex;
	align-items: center;
	justify-content: center;
	width:17rem;
	height:17rem;
	border-radius: 50%;
	margin:0 1rem 2rem;
	background: #0070B8;
	background: linear-gradient(134deg,rgba(0, 112, 184, 1) 0%, rgba(88, 190, 255, 1) 100%);
}

.solu_en h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	width:calc(100% - 1rem);
	height:calc(100% - 1rem);
	background:#fff;
	border-radius: 50%;
}

.solu_en h4 span {
	display: block;
	text-align: center;
	font-size:2rem;
	font-weight:600;
	line-height:1.5;
	letter-spacing: 0;
	color:var(--maincolor);
	position:relative;
	padding-bottom:2.25em;
}

.solu_en h4 span::after {
	content:"";
	display: block;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
}

.solu_en .icon_global::after {
	width:3.7rem;
	height:3.7rem;
	background:url(../images/solution/icon_global.svg) no-repeat center / contain;
}

.solu_en .icon_birthrete::after {
	bottom:-0.8rem;
	width:5.2rem;
	height:4.7rem;
	background:url(../images/solution/icon_birthrete.svg) no-repeat center / contain;
}

.solu_en .icon_pc::after {
	width:4.6rem;
	height:3.7rem;
	background:url(../images/solution/icon_pc.svg) no-repeat center / contain;
}

.solu_en .icon_inflation::after {
	width:3.8rem;
	height:3.8rem;
	background:url(../images/solution/icon_inflation.svg) no-repeat center / contain;
}

.solu_en .icon_environment::after {
	bottom:-0.4rem;
	width:4.4rem;
	height:4.3rem;
	background:url(../images/solution/icon_environment.svg) no-repeat center / contain;
}

/*-------------------------------
	sus block
-------------------------------*/

.ar_sus {
	padding-top:0;
}

.sus_child {
	margin-top:3.5rem;
}

.sus_child .list-no li {
	margin-bottom:0;
}

/*-------------------------------
	responsive
-------------------------------*/

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

.solu_list {
	justify-content: center;
	max-width:62rem;
}

.solu_list::after {
	display: none;
}

.solu_en {
	margin:0 1rem 0;
}

} /* end 960px */

/*-------------------------------
	ver sp
-------------------------------*/

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

/*-------------------------------
	solu list
-------------------------------*/

.solu_list {
	max-width:100%;
	margin:12rem auto 0;
	justify-content: center;
}

.solu_list::after {
	display: none;
}

.solu_en {
	width:27.2rem;
	height:27.2rem;
	margin:0 2rem 3rem;
}

.solu_en:last-of-type {
	margin-top:-3rem;
}

.solu_en h4 {
	width:calc(100% - 1.5rem);
	height:calc(100% - 1.5rem);
}

.solu_en h4 span {
	font-size:3.2rem;
}

.solu_en .icon_global::after {
	width:5.9rem;
	height:5.9rem;
}

.solu_en .icon_birthrete::after {
	bottom:-1.2rem;
	width:8.3rem;
	height:7.5rem;
}

.solu_en .icon_pc::after {
	width:7.3rem;
	height:5.9rem;
}

.solu_en .icon_inflation::after {
	width:6rem;
	height:6rem;
}

.solu_en .icon_environment::after {
	bottom:-0.6rem;
	width:7rem;
	height:6.8rem;
}

/*-------------------------------
	sus block
-------------------------------*/

.ar_sus {
	padding-top:0;
}

.sus_child {
	margin-top:6rem;
}

} /* end 768px */