@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  index
* --------------------------------------------------------------------------------------------------*/
.indeximg_area{
	padding:130px 0;
	background: url(../img/about/index_img01.jpg) no-repeat bottom center;
	background-size: cover;
}
.indeximg_area ul{
	width:780px;
	margin: 0 auto;
}
.indeximg_area ul li{
	float:left;
	height: 205px;
	width: 205px;
	background: rgba(255,255,255,0.9);
	border-radius: 50%;
}
.indeximg_area ul li+li{
	margin-left:82px;
}
.indeximg_area ul li p{
	padding-top: 60px;
	text-align: center;
	line-height: 2;
	font-size:2.1rem;
	color:#003F23;
	font-weight: 500;
}
.indextxt_area{
	width:820px;
	margin: 60px auto 40px;
}
.indextxt_area p{
	font-size:1.4rem;
	line-height: 2.6;
	color:#333;
}
.indextxt_area p+p{
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
.indeximg_area{
	padding:40px 0;
}
.indeximg_ttl{
	width:90%;
	margin:0 auto;
	font-size: 1.6rem;
	line-height: 1.7;
}
.indeximg_area ul{
	width:100%;
	margin: 20px auto 0;
}
.indeximg_area ul li{
	float:none;
	margin:0 auto;
}
.indeximg_area ul li+li{
	margin:15px auto 0;
}
.indeximg_area ul li p{
	padding-top: 60px;
	text-align: center;
	line-height: 2;
	font-size:2.1rem;
	font-weight:normal;
}
.indextxt_area{
	width:90%;
	margin: 30px auto;
}
.indextxt_area p{
	line-height:1.9;
}
.indextxt_area p+p{
	margin-top: 20px;
}
}


/* ----------------------------------------------------------------------------------------------------
*  thought
* --------------------------------------------------------------------------------------------------*/

.thought_img img{
	width:100%;
}
.thoughttxt{
	width:820px;
	margin: 60px auto 40px;
	font-size:1.4rem;
	line-height: 2.6;
	color:#000;
}
@media screen and (max-width: 768px) {
.thoughttxt{
	width:90%;
	margin: 30px auto;
	line-height:1.9;
}
}


/* ----------------------------------------------------------------------------------------------------
*  strength
* --------------------------------------------------------------------------------------------------*/

.strength_img01 img,.strength_img02 img{
    width:100%;
}

.strength_ttl01{
	margin-top: 60px;
	text-align: center;
	font-size:2.4rem;
	color:#000;
	letter-spacing: 1px;
}
.strength_txt{
	width:820px;
	margin: 0 auto 75px;
	font-size:1.4rem;
	line-height: 2.6;
	color:#000;
}
.strength_img02{
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.strength_ttl01{
	margin-top: 30px;
	font-size:1.8rem;
}
.strength_txt{
	width:90%;
	margin: 20px auto 30px;
	line-height:1.9;
}
}