@charset "utf-8";
/* CSS Document */

.benefit{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 120px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	line-height: 1.6em;
}
.benefit .img01{
	width: 23%;
	position: absolute;
	top: -20.1%;
	right: -14.8%;
}
.benefit .img02{
	width: 14%;
	position: absolute;
	bottom: 10.5%;
	right: -7.5%;
}
.benefit .img03{
	width: 24%;
	position: absolute;
	top: -36%;
	left: -14.2%;
}
.benefit .img04{
	width: 37%;
	position: absolute;
	top: -50.2%;
	right: -21.4%;
}
.benefit .mr0{
	margin-right: 0!important;
}
.benefit .box{
	width: 32%;
	background-color: #FFF;
	margin-right: 2%;
	border-radius: 20px;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.20);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.20);
	margin-bottom: 30px;
	position: relative;
}

.benefit .box01{
	width: 49%;
	background-color: #FFF;
	margin-right: 2%;
	border-radius: 20px;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.20);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.20);
	margin-bottom: 30px;
	position: relative;
}
.benefit .box02{
	width: 66%;
	background-color: #FFF;
	margin-right: 2%;
	border-radius: 20px;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.20);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.20);
	margin-bottom: 30px;
	position: relative;
}

.benefit .box03{
	width: 32%;
	color: #FFF;
	background-color: #FF5B55;
	margin-right: 2%;
	border-radius: 20px;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.20);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.20);
	margin-bottom: 30px;
	position: relative;
}

.benefit .box04{
	width: 49%;
	color: #FFF;
	background-color: #FF5B55;
	margin-right: 2%;
	border-radius: 20px;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.20);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.20);
	margin-bottom: 30px;
	position: relative;
}

.benefit .come{
	padding: 40px 10px 40px;
	text-align: center;
}

.benefit .come02{
	padding: 30px 10px 20px;
	text-align: center;
}
.benefit .come03{
	padding: 30px 20px 20px;
	width: calc(100% - 40px);
	position: absolute;
	left: 50%;
	top:50%;
	transform: translateX(-50%) translateY(-50%);
}
.benefit .come04{
	padding: 30px 0 20px;
	width: 55%;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translateX(-50%) translateY(-50%);
}
.benefit h4{
	color: #FFF;
	background-color: #FF5B55;
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 900;
	padding: 20px;
	border-radius: 20px 20px 0 0;
}
.benefit h5{
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 900;
	padding-bottom: 20px;
}
.benefit .count{
	text-align: center;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2em;
}
.benefit .count.linefit{
	padding-top: 20px;
	padding-bottom: 20px;
}
.benefit .count strong{
  font-family: "Poppins", sans-serif;
	font-size: 100px;
	line-height: 1.2em;
}
.benefit .count .txtbig{
	font-size: 60px;
	line-height: 1.2em;
}
.voice{
	display: flex;
	flex-wrap: wrap;
}
.voice .box{
	position: relative;
	width: calc(32% - 80px);
	padding: 60px 40px 120px;
	border-radius: 20px;
	color: #454545;
	background-image: url(../../img/benefits/baloon.png);
	background-position: center center;
	background-size: 100% 100%;
	margin-right: 2%;
}
.voice .box:nth-of-type(3n){
	margin-right: 0;
}

.voice h4{
	text-align: center;
	font-size: 25px;
	line-height: 1.6em;
	font-weight: 900;
}
