@charset "utf-8";

/* ------------------------------------------
- HEADER
-
	--
	--
------------------------------------------ */
/* ==============================================================
	COMMON
============================================================== */
header{
	background: url(../img/works/header_img_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.contentArea h2{
	font-size: 50px;
	font-weight: 600;
	line-height: 0.6;
	margin:20px auto;
}
.contentArea h2 span.jpn_title{
	font-size: 16px;
}
.contentArea p{
	font-size: 14px;
	width:80%;
	margin:0 auto;
}

@media screen and (max-width: 750px) {
	header{
		background: url(../img/works/header_img_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.contentArea h2{
		font-size: 32px;
	}
	.contentArea h2 span.jpn_title{
		font-size: 14px;
	}
	.contentArea p{
		width:100%;
	}

}

/* ==============================================================
	POINT
============================================================== */
.point{
	background: url(../img/bluedot_bg.jpg) repeat;
	padding-top: 100px;
	color: #fff;
}
.point .intro{
	margin-top:50px;
}
.point .intro p{
	margin-top:40px;
}
.pointContents{
	margin-top: 80px;
}
.pointContents .block{
	display: flex;
	align-items: stretch;
	margin-top: 50px;
}
.pointContents .block .item_box{
	width:33.333%;
	padding-bottom:40px;
	border-right:1px solid #fff;
}
.pointContents .block .item_box:first-child{
	border-left:1px solid #fff;
}
.pointContents .block .item_box h3{
	font-size: 20px;
	margin:15px auto;
}

@media screen and (max-width: 750px) {
	.point{
		padding-top: 50px;
		color: #fff;
	}
	.point .intro{
		margin-top:0;
	}
	.pointContents{
		margin-top: 50px;
		padding-bottom:50px;
	}
	.pointContents .block{
		display: flex;
		flex-direction: column;
		margin-top: 30px;
	}
	.pointContents .block .item_box{
		width:100%;
		padding:30px 0;
		border-right:none;
		border-bottom: 1px solid #fff;
	}
	.pointContents .block .item_box:first-child{
		border-left:none;
	}
}



/* ==============================================================
	TECHNOLOGY
============================================================== */
.technology .intro p{
	margin-top:40px;
	text-align: left;
	line-height: 2;
	padding-left:40px;
}
.technology .intro p span{
	font-size: 12px;
}
.technologyContents{
	margin-top: 80px;
}
.technologyContents h3{
	font-size: 22px;
	margin-bottom:25px;
}
.technologyContents .block{
	display: flex;
	align-items: stretch;
}
.technologyContents .block:nth-child(2n){
	flex-flow: row-reverse;
}
.technologyContents .block .img,.technologyContents .block .text{
	width:50%;
}
.technologyContents .block .img{
	position: relative;
}
.technologyContents .block .img img.technology_img{
	width:100%;
	height:100%;
}
.technologyContents .block:nth-child(2n-1) .img img.technology_icon{
	position: absolute;
	top:30%;
	margin: auto;
	right:-70px;
}
.technologyContents .block:nth-child(2n) .img img.technology_icon{
	position: absolute;
	top:30%;
	margin: auto;
	left:-70px;
}
.technologyContents .block .text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #535353;
}
.technologyContents .block:nth-child(2n) .text{
	background: #00479d;
}
.technologyContents .block .text p.crack{
	margin-bottom:25px;
}

@media screen and (max-width: 750px) {
	.technology{
		padding-top: 30px;
	}
	.technology .intro p{
		width:90%;
		padding-left:0;
	}
	.technologyContents{
		margin-top: 50px;
	}
	.technologyContents .block{
		display: block;
	}
	.technologyContents .block .img,.technologyContents .block .text{
		width:100%;
	}
	.technologyContents .block .img{
		margin-bottom:-2px;
	}
	.technologyContents .block .text{
		padding:20% 0 50px;
	}
	.technologyContents .block .text p{
		width:90%;
	}
	.technologyContents .block:nth-child(2n-1) .img img.technology_icon,
	.technologyContents .block:nth-child(2n) .img img.technology_icon{
		position: absolute;
		top:0;
		right:0;
		left:0;
		bottom:-100%;
		margin: auto;
		width:30%;
	}
}

/* ==============================================================
	PRODUCT
============================================================== */

.tabcontent{
	margin-bottom:120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.tabcontent .inner_item{
	width:29%;
	margin:30px 2.1%;
}
.tabcontent .inner_item p{
	width:100%;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
}
.tabcontent .inner_item table{
	margin-top: 10px;
	width:100%;
}
.tabcontent .inner_item table th,.tabcontent .inner_item table td{
	font-size: 14px;
	text-align: left;
	padding:10px 8px;
	border-bottom: solid 1px #dcdcdc;
	line-height: 2;
}
.tabcontent .inner_item table th{
	width:50px;
}


@media screen and (max-width: 750px) {
	.product{
		margin-top:50px;
	}
	.tabcontent{
		margin-bottom:50px;
	}
	.tabcontent .inner_item{
		width:45%;
	}
}

/* MODAL　
------------------------------------------------ */
.mfp-figure{
	padding:0 20px 50px 20px;
	/*background: #fff;*/
}
.mfp-figure:after{
	box-shadow: none;
	background: none;
}
/*-- カウンター --*/
.mfp-counter{
	display: none;
}
/*-- 閉じるボタン　--*/
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
	width:90%;
	margin: 0 auto;
	right:0;
	left:0;
}
.mfp-close-btn-in .mfp-close{
	font-size: 80px;
	font-weight: normal;
}
/*-- 左右矢印ボタン --*/
.mfp-arrow:before, .mfp-arrow:after{
	border: none;
}
.mfp-arrow-left{
	left:10%;
}
.mfp-arrow-left::before{
	left: 3px;
	width: 30px;
	height: 30px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.mfp-arrow-right{
	right:10%;
}
.mfp-arrow-right::before{
	left: 3px;
	width: 30px;
	height: 30px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
	.mfp-arrow-left{
		left:0;
	}
	.mfp-arrow-right{
		right:0;
	}
}
