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


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

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

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

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



/* overview */
.overview__h2 {
	font-size: 32px;
	margin-bottom: 80px;
	line-height: 1.8;
}

.overview__box {
	display: flex;
	justify-content: space-between;
}

.overview__box:nth-of-type(1) {
	margin-bottom: 100px;
}

.overview__box:nth-of-type(2) {
	flex-direction: row-reverse;
}

.overview__left {
	width: 45%;
	margin-top: 30px;
}

.overview__h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.overview__txt {
	margin-bottom: 30px;
}

.overview__right {
	width: 50%;
}

.overview__img {
	display: block;
	width: 100%;
	height: auto;
}



/* strength */
.strength {
	background-color: #F9F9F9;
}

.strength__box {
	display: flex;
	justify-content: space-between;
}

.strength__item {
	background-color: #FFF;
	width: 31%;
	padding: 40px;
}

.strength__h3 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

.strength__icon {
	display: block;
	width: 60px;
	height: auto;
	margin: 0 auto 30px auto;
}

.strength__btn {
	margin: 50px auto 0 auto;
}



/* specification */
.specification__txt {
	text-align: center;
	margin-bottom: 50px;
}

.specification__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.specification__box::after {
	display: inline-block;
	content: "";
	width: 23%;
}

.specification__item {
	width: 23%;
	margin-bottom: 30px;
}

.specification__link {
	display: flex;
	align-items: center;
	padding: 0;
	border: 3px solid #EEE;
	padding: 10px;
	transition: .2s;
}

.specification__link:hover {
	border: 3px solid #008cd6;
}

.specification__img {
	width: 35%;
	height: auto;
}

.specification__h3 {
	margin-left: 12px;
	font-weight: 600;
}




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

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

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

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




	
	
}



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

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

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

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


	
	

}



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

SPの設定 767px以下の場合に適用 

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

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

/* overview */
.overview__h2 {
	font-size: 16px;
	margin-bottom: 30px;
}

.overview__box {
	display: block;
}

.overview__box:nth-of-type(1) {
	margin-bottom: 50px;
}

.overview__left {
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
}

.overview__h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.overview__txt {
	margin-bottom: 20px;
}

.overview__right {
	width: 100%;
}


	
/* strength */
.strength__box {
	display: block;
}

.strength__item {
	background-color: #FFF;
	width: 100%;
	padding: 30px;
}
	
.strength__item:not(:last-child) {
	margin-bottom: 30px;
}

.strength__h3 {
	font-size: 16px;
	margin-bottom: 20px;
}

.strength__icon {
	width: 50px;
	margin: 0 auto 20px auto;
}

.strength__btn {
	margin: 30px auto 0 auto;
}
	
	
	
/* specification */
.specification__txt {
	margin-bottom: 30px;
}

.specification__item {
	width: 48%;
	height: 60px;
	margin-bottom: 15px;
}

.specification__link {
	height: 100%;
	border: 2px solid #EEE;
	padding: 10px;
	transition: .2s;
	font-size: 13px;
	line-height: 1.4;
}

.specification__link:hover {
	border: 2px solid #108a61;
}

.specification__img {
	width: 35%;
	height: auto;
}

.specification__h3 {
	margin-left: 12px;
	font-weight: 600;
}

	
	
	
}