@charset "utf8";

/*コンテンツ*/
.content-wrap {
    margin: 0 auto 0;
    overflow: hidden;
}
/* spview */
@media screen and (max-width:767px) {
	.content-wrap {
		margin: 25px auto 0;
	}
	
	#main-wrapp.iwaikin {
		margin: 60px 0 0px;
		padding-top: 20px;
	}
}

/*メインビジュアル*/
#main_image.sub_page {
    height: 300px;
    background: url(../images/subpage_mv.png) no-repeat center 0;
    background-size: cover;
    margin-top: -20px;
}
#main_image.sub_page .box {
	height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main_image.sub_page .box .tit {
    line-height: 1.8em;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

/* spview */
@media screen and (max-width:767px) {
	/*メインビジュアル*/
	#main_image.sub_page {
		height: 100px;
		margin-top: 60px;
	}
	#main_image.sub_page .box {
		height: 100px;
	}
	#main_image.sub_page .box .tit {
		font-size: 18px;
	}
	
}


/* タクQの強み */
.stregth {}

.stregth .item {
    margin: 0 0 50px 0;
}

.stregth .back.item-01 {
	padding: 70px 0;
    background: url(../images/strength_01.png) no-repeat right center;
    background-size: auto;
}
.stregth .back.item-02 {
	padding: 75px 0;
    background: url(../images/strength_02.png) no-repeat left center;
    background-size: auto;
    overflow: hidden;
    position: relative;
}
.stregth .back.item-03 {
	padding: 70px 0;
    background: url(../images/strength_03.png) no-repeat right center;
    background-size: auto;
}
.stregth .back.item-04 {
	padding: 70px 0;
    background: url(../images/strength_04.png) no-repeat left center;
    background-size: auto;
	overflow: hidden;
    position: relative;
}
.stregth .back.item-05 {
	padding: 70px 0;
    background: url(../images/strength_05.png) no-repeat right center;
    background-size: auto;
}
.stregth .back.item-06 {
	padding: 70px 0;
    background: url(../images/strength_06.png) no-repeat left center;
    background-size: auto;
	overflow: hidden;
    position: relative;
}
.stregth .item .wrap {
    width: 80%;
    max-width: 700px;
    padding: 50px 30px;
    background: rgba(213,237,226,0.8);
    position: relative;
}
.stregth .item .wrap.right { float: right;}

.stregth .item .wrap.left .num_wrap {
    position: absolute;
    top: -35px;
    left: 0;
}
.stregth .item .wrap.right .num_wrap {
    position: absolute;
    top: -35px;
    right: 0;
}

.stregth .item .wrap.left .num_wrap .my-parts {
	display: inline-block;
    padding: 10px 120px 10px 15px;
    position: relative;
    z-index: 1;
}
.stregth .item .wrap.left .num_wrap .my-parts:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #108e4d;
    transform: scaleY(1.3) perspective(0.6em) rotateX(2.5deg);
    transform-origin: bottom left;
    border-radius: 0 0 0 0;
}
.stregth .item .wrap.right .num_wrap .my-parts {
	display: inline-block;
    padding: 10px 15px 10px 120px;
    position: relative;
    z-index: 1;
}
.stregth .item .wrap.right .num_wrap .my-parts:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #108e4d;
    transform: scaleY(1.3) perspective(0.6em) rotateX(2.5deg);
    transform-origin: bottom right;
    border-radius: 0 0 0 0;
}


.stregth .item .wrap .tit {
	color: #108e4d;
	font-size: 30px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.stregth .item .wrap .text {
    font-size: 16px;
    line-height: 1.8em;
    color: #3a4040;
}

.stregth .item a.btn {
    color: #10878e;
    background: #fff;
    font-weight: bold;
    margin: 20px 10px 0 0;
    opacity: 0.9;
}
.stregth .item a.btn:hover {
	background: #10878e;
	color: #fff;
	border-color: #10878e;;
}

.stregth .item:nth-child(1) a.btn {
    width: 200px;
}
.stregth .item:nth-child(2) a.btn,
.stregth .item:nth-child(3) a.btn,
.stregth .item:nth-child(5) a.btn,
.stregth .item:nth-child(6) a.btn {
    width: 300px;
}



/* タブレットサイズ修正 */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	
}

/* spview */
@media screen and (max-width:767px) {
	
	.stregth .item {
		margin: 0 0 30px 0;
	}
	.stregth .back.item-01,
	.stregth .back.item-02,
	.stregth .back.item-03,
	.stregth .back.item-04,
	.stregth .back.item-05,
	.stregth .back.item-06 {
		padding: 80% 0 0 0;
		background-position: top center;
		background-size: 100% auto;
	}
	.stregth .item .wrap {
		width: 100%;
		padding: 30px 20px 20px;
	}
	
	.stregth .item .wrap.left .num_wrap {
		top: -25px;
	}
	.stregth .item .wrap.right .num_wrap {
		top: -25px;
		right: inherit;
		left: 0;
	}
	.stregth .item .wrap.left .num_wrap .my-parts,
	.stregth .item .wrap.right .num_wrap .my-parts{
		padding: 7px 90px 7px 15px;
	}
	.stregth .item .wrap.right .num_wrap .my-parts:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background: #108e4d;
		transform: scaleY(1.3) perspective(0.6em) rotateX(2.5deg);
		transform-origin: bottom left;
		border-radius: 0 0 0 0;
	}
	.stregth .item .wrap.left .num_wrap .my-parts img,
	.stregth .item .wrap.right .num_wrap .my-parts img{
		width: 70%;
		height: auto;
	}
	
	.stregth .item .wrap .tit {
		font-size: 18px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	
	.stregth .item:nth-child(1) a.btn,
	.stregth .item:nth-child(2) a.btn,
	.stregth .item:nth-child(3) a.btn,
	.stregth .item:nth-child(5) a.btn,
	.stregth .item:nth-child(6) a.btn {
		width: 100%;
	}
	
	
	
}




