@charset "utf-8";
#wrapper #content_wrapper #top_image {
	margin: 0px;
	padding-top: 12vmin;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/**** タイトルボックス *******/
#wrapper #content_wrapper #top_image #topimage_title {
	padding: 4vmin;
	width: 25vmin;
	background-color: rgba(0,0,255,0.5);
	color:#FFFFFF;
	text-align:center;
	margin-left: 15vw;
}
#wrapper #content_wrapper #top_image #topimage_title .top_title {
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1em;
	margin-bottom: 0.2em
}
#wrapper #content_wrapper #top_image #topimage_title .top_title2 {
	font-size: 1em;
	margin-bottom: 8%;
}
#wrapper #content_wrapper #top_image #topimage_title .top_title3 {
	width: 100%;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 2em;
	margin-bottom: 1em
}
#wrapper #content_wrapper #top_image #topimage_title .toptitle_img {
	width: 25vmin;
	height: 20vmin;
	overflow: hidden;
}
#wrapper #content_wrapper #top_image #topimage_title .toptitle_img img{
	width: 100%;
	height: 195px;
	object-fit: cover;
	object-position: 0 100%;
}
/******************************************/
.construction_area {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.const_box {
	width: 14vmax;
	padding: 8px;
	background-color: rgba(0,0,128,0.5);
	display: flex;
	border: 5px solid #FFFFFF;
	margin-bottom: 1em;
	margin-left: 1em;
}
.const_box .const_img {
	width: 5vmax;
	height: 5vmax;
	overflow: hidden;
}
.const_box .const_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.const_wrap{
	width: 9vmax;
}
.const_title {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding-left: 0.4em;
	color: #FFFFFF;
}
.const_txt {
	font-size: 0.8em;
	line-height: 1.5em;
	padding-top: 0.5em;
	padding-left: 0.4em;
	word-wrap: break-word;	
	color: #FFFFFF;
}
/********************************************/
#wrapper #content_wrapper .industrial {
	width: 100%;
	background-position: top left;
	background-repeat: no-repeat;	
	margin-top: 8vmin;	
	padding-top: 5vmin;
}
#wrapper #content_wrapper .indust_wrap {
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 42%;
	display: block;
	padding-bottom: 2vmin;
	padding-right: 5%;
}
#wrapper #content_wrapper .industrial2 {
	width: 100%;
	background-position: top right;
	background-repeat: no-repeat;	
	margin-top: 8vmin;	
	padding-top: 5vmin;
}
#wrapper #content_wrapper .indust_wrap2 {
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 42vmax;
	display: block;
	padding-bottom: 2vmin;
	padding-left: 5vmax;
	min-width:520px;
}
.indust_title {
	font-size: 2em;
	color: #FFFFFF;
	display: inline-block;
	background-color: rgba(0,0,0,0.4);
	letter-spacing: 0.2em;
	font-weight: 900;
	margin-top: 0.5em;
	margin-left: 1em;
	padding: 0.2em 0.5em;
	line-height: 1em
}
.indust_title2 {
	font-size: 1em;
	color: #FF6600;	
	margin-left: 4em;
}
.indust_txt {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 1em;
	margin-top: 2em;
	margin-left: 2em;
	padding: 0.5em;
	background-color: rgba(255,255,255,0.6);
}
/*********************************/
#wrapper #content_wrapper .works {
	width: 96%;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
}
#wrapper #content_wrapper .works .works_titlearea {
	width: 100%;
	text-align: center;
}
.works_title {
	font-size: 1.2em;
	letter-spacing: 0.2em;
	line-height: 1em;
	padding-bottom: 0.2em;
	color: #003366;
}
.works_title2 {
	font-size: 1em;
	line-height: 1em;
	padding-bottom: 0.2em;
	color: #FF9933;
}
#wrapper #content_wrapper .works .works_wrap {
	margin-top: 1em;
	margin-bottom: 15vh;	
}
#wrapper #content_wrapper .works .works_wrap .works_box {
	margin: 0.5em;
	width: 22%;
}
.works_box .works_img {
	overflow: hidden;
}
.works_box .works_img img{
	width: 100%;
	height: auto;
}
#wrapper #content_wrapper .works .works_wrap .works_box table {
	border-collapse: separate;
	border-spacing: 2px 2px;
}
#wrapper #content_wrapper .works .works_wrap .works_box table td{
	font-size: 0.8em;
}
.year {
	background-color:#003399;
	text-align: center;
	color: #FFFFFF;
}
/**********************************************/
#wrapper #content_wrapper #business_info {
	width: 96%;
	max-width: 1280px;
	margin-top: 10vh;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: flex;
}
#wrapper #content_wrapper #business_info #info_img {
	margin: 0px;
	width: 40%;
}
#wrapper #content_wrapper #business_info #info_img img{
	margin: 0px;
	width: 100%;
	height: auto;
}
#wrapper #content_wrapper #business_info #info_txt {
	width: 55%;
	word-wrap: break-word;
	padding-left: 5%;
}
.businfo_title {
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1em;
	color: #666666;
	margin-bottom: 1em;
}
.businfo_title2 {
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #000066 ;
	margin-bottom: 1em;
}
.businfo_text {
	font-size: 0.9em;
	line-height: 2em;
}
#wrapper #content_wrapper .description {
	width: 100%;
	margin-top: 10vh;
	margin-bottom: 3em;
	padding-bottom: 5%;
}
.descript_title {
	font-size: 1.2em;
	background-color:#FFFFFF;
	color: #666666;
	display: block;
	text-align: center;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	border: 1px solid #999999;
	width: 10em;
	margin: auto;
}
#wrapper #content_wrapper .description .example {
	width: 100%;
	max-width: 1280px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-around;
}
#wrapper #content_wrapper .description .example .ex_img_box {
	margin: 0px;
	width: 18%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#wrapper #content_wrapper .description .example .ex_img_box img {
	width: 100%;
	border: 1px solid #CCCCCC;
}
.case_title {
	font-size: 1em;
	color: #003366;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin: 0.5em 1em;
}
.case_title2 {
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #003366;
	display: inline-block;
	letter-spacing: 0.1em;
	padding: 0.2em;
	vertical-align: 0.2em;
}
.case_txt {
	font-size: 0.8em;
	margin: 0.5em 1em;
}
#wrapper #content_wrapper .method_wrapper {
	width: 96%;
	max-width: 1280px;
	margin: 3em auto;
}
#wrapper #content_wrapper .method_wrapper .method_title{
	width: 96%;
	text-align: center;
	margin: 0 auto;
}
.style_title11 {
	font-size: 1.4em;
	font-weight: 600;
	color: #003366;
	letter-spacing: 0.1em;
}
.text_style13 {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 2em;
	letter-spacing: 0.1em;
	color: #666666;
}
/******************************************************************/
#wrapper #content_wrapper .method_wrapper .method_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.method_box {
	width: 22%;
}
.method_img {
	width: 100%;
}
.method_img img {
	width: 100%;
	height: auto;
}

.method_type {
	width: 3em;
	height: 3em;
	border-radius: 50%;
	color:#FFFFFF;
	font-weight: 900;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 0.5em;
	display: block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 2em;
	left: 0.2em;
	z-index: 2;
}
.type_a {
	background-color:#003366;
}
.type_b {
	background-color: #0033FF;
}
.type_c {
	background-color: #006699;
}
.method_name {
	font-size: 1em;
	font-weight: 600;
	color:#003366;
	line-height: 2em;
}
.method_e_name {
	font-size: 0.8em;
	font-weight: 300;
	color: #FF6600;
	line-height: 2em;
}
.method_txt {
	font-size: 0.8em;
	line-height: 2em;
}
/*********************************************************************/
#wrapper #content_wrapper .inpress {
	width: 80vw;
	max-width: 1180px;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	display: flex;
}
#wrapper #content_wrapper .inpress .inpress_img {
	margin: 0px;
	padding: 0px;
	width: 50%;	
	border: 1px solid #999999;	
}
#wrapper #content_wrapper .inpress .inpress_img img{
	width: 100%;
	height: auto;
}

#wrapper #content_wrapper .inpress .inpress_info {
	width: 50%;
	margin: 0px;
	padding: 20px;
	background-color:#003399;
	color:#FFFFFF;
}
.step_img {
	width: 100%;
	height: auto;
}
.style_title14 {
	font-size: 1.8vw;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.text_style20 {
	font-size: 1vw;
	color:#FF6600;
}
.text_style21 {
	font-size: 0.8vw;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 2em;
}

.parallax {
    min-height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;    
}
.parallax.bg-01 {
    background-image: url(../img/bg_parallax01.png);
}
.worksbtn {
	width: 10%;
	background-color: rgba(255,255,255,0.5);
	position: relative;
	text-align: center;
	padding: 0.2em 0.5em;
	top: 15vw;
	left: 45%;
	display: inline-block;
	z-index: 4;
	border: 1px solid #FFFFFF;
	color: #003366;
	text-decoration: none;
	letter-spacing: 0.2em;
	font-weight: 600;
}
.worksbtn:hover {
	width: 10%;
	background-color: rgba(0,0,255,0.5);
	color: #FFFFFF;
	text-decoration: none;
}
.slick-box3 {
	width: 100%;
}
.slick-box3 li {
	height: 25vw;
	width: auto;
	overflow: hidden;
}
.slick-box3 li img {
	height: 100%;
	object-fit: cover;
}