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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: url("/img/service/mv.jpg");
}



/* overview */
.overview__h2 {
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}



/* strength */
.strength {
	background-color: #F1F1F1;
	border-radius: 70px 70px 0 0;
	padding-top: 150px;
}

/* strength */
.strength__box {
	border-top: 1px solid #DDD;
	margin-bottom: 80px;
}

.strength__item {
	border-bottom: 1px solid #DDD;
	padding: 30px 20px;
	display: flex;
	justify-content: space-between;
}

.strength__h3 {
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 700;
	color: #1f386c;
	text-align: center;
}

.strength__h3 span {
	display: block;
	font-size: 54px;
}

.strength__content {
	width: calc(100% - 100px);
}

.strength__h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}




/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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


	
	
}


/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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



}



/******************************************************

タブレットの設定 ~767pxの場合に適用 

*******************************************************/

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

/* overview */
.overview__h2 {
	font-size: 18px;
	margin-bottom: 15px;
}
	
	
	
/* strength */
.strength {
	border-radius: 30px 30px 0 0;
	padding: 70px 0;
}
	
.strength__box {
	margin-bottom: 30px;
}
	
.strength__item {
	padding: 15px 5px;
}

.strength__h3 {
	font-size: 10px;
}

.strength__h3 span {
	display: block;
	font-size: 36px;
}

.strength__content {
	width: calc(100% - 50px);
}

.strength__h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
	
	
	
}