@charset "utf-8";
/***************************************************************************************************
	page_about_technical.css
***************************************************************************************************/
#page_about_technical {
	position: relative;
	width: 100%;
}
/*
*/
#page_about_technical .blk_1 {
	position: relative;
	width: 100%;
	height: 535px;
}
#page_about_technical .blk_1::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100vw - 212px);
	height: 536px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background-image: url('../images/about_technical_img_1.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
#page_about_technical .blk_1_1 {
	position: absolute;
	left:50%;
	top:50%;
	width: 595px;
	height: 245px;
	transform: translate(-50%, -50%);
	background-color:#003f91;
	overflow: hidden;
}
#page_about_technical .blk_1_1::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100vw - 215px);
	height: 535px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background-image: url('../images/about_technical_img_1.jpg');
	background-position: 50% 50%;
	background-size: cover;
	opacity: .7;
	filter:blur(20px);
}
#page_about_technical .blk_1_1 h2 {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
}
#page_about_technical .blk_1_1 h2 .lin_1 {
	display: block;
	order: 2;
	color:#ffffff;
	font-size: 20px;
	line-height: 1;
	padding: 25px 0;
}
#page_about_technical .blk_1_1 h2 .lin_1 br {
	display: none;
}
#page_about_technical .blk_1_1 h2 .lin_2 {
	display: block;
	order: 3;
	color:#ffffff;
}
#page_about_technical .blk_1_1 h2 .lin_2_1 {
	display: inline-block;
	color:#ffffff;
	vertical-align: top;
	height: 80px;
	width: 80px;
	font-size: 60px;
	font-weight: 400;
	line-height: 80px;
	font-family: 'Viga', sans-serif;
	background-color: #FFDC2A;
}
#page_about_technical .blk_1_1 h2 .lin_2_2 {
	display: inline-block;
	color: rgba(255,255,255,0);
	width: 274px;
	height: 62px;
	background-image: url('../images/chemmat.png');
	background-position: 10px 14px;
	background-size: 94% auto;
}
#page_about_technical .blk_1_1 h2 .lin_3 {
	display: block;
	order: 1;
	color:#ffffff;
	padding:  40px 0 0 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	font-family: 'Viga', sans-serif;
}
/*
*/
#page_about_technical .rep_1 {
	position: relative;
	width: 100%;
}
#page_about_technical .rep_1::after {
	position: absolute;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	left:50%;
	top:0;
	background-position: 50% 0;
	background-size: cover;
}
#page_about_technical .rep_1:nth-child(odd)::after {
	left:0;
}
#page_about_technical .rep_1_1 {
	position: relative;
	width: 50%;
	padding: 0 0 100px 0;
	text-align: center;
}
#page_about_technical .rep_1:nth-child(odd) .rep_1_1 {
	left:50%;
}
#page_about_technical .rep_1_1 .tit_1 {
	position: relative;
	width: 272px;
	height: 80px;
	display: flex;
	background-color: #231816;
	text-align: left;
}
#page_about_technical .rep_1_1 .tit_1 .lin_1 {
	display: block;
	color:#ffffff;
	font-size: 24px;
	line-height: 1;
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	padding: 28px 0 0 40px;

}
#page_about_technical .rep_1_1 .tit_1 .lin_2 {
	display: block;
	color:#ffffff;
	font-size: 60px;
	line-height: 1;
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	padding: 10px 0 0 20px;
}
#page_about_technical .rep_1_1 .tit_2 {
	text-align: left;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
	margin: auto;
	max-width: 900px;
	padding: 50px 70px 0 70px;
}
#page_about_technical .rep_1_1 .tit_2 * {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
#page_about_technical .rep_1_1 .tit_2 .lin_sty_2 {
  border-bottom: 5px solid #BAB8B7;
}
#page_about_technical .rep_1_1 p {
	text-align: left;
	max-width: 900px;
	margin: auto;
	padding: 40px 70px 0 70px;
	font-size: 14px;
	line-height: 2;
}
/*
*/
#page_about_technical .blk_2.rep_1 {
	background-color: #ffffff;
}
#page_about_technical .blk_2.rep_1::after {
	background-image: url('../images/about_technical_img_2.jpg');
}
#page_about_technical .blk_2.rep_1 .lin_sty_1 {
	color: #ffffff;
}
#page_about_technical .blk_2.rep_1 .lin_sty_2 {
	border-color: #BAB8B7;
}
/*  */
#page_about_technical .blk_3.rep_1 {
	background-color: #E1EEF6;
}
#page_about_technical .blk_3.rep_1::after {
	background-image: url('../images/about_technical_img_3.jpg');
}
#page_about_technical .blk_3.rep_1 .lin_sty_1 {
	color: #196DAE;
}
#page_about_technical .blk_3.rep_1 .lin_sty_2 {
	border-color: #196DAE;
}
/*  */
#page_about_technical .blk_4.rep_1 {
	background-color: #FFFBE4;
}
#page_about_technical .blk_4.rep_1::after {
	background-image: url('../images/about_technical_img_4.jpg');
}
#page_about_technical .blk_4.rep_1 .lin_sty_1 {
	color: #FFDC2A;
}
#page_about_technical .blk_4.rep_1 .lin_sty_2 {
	border-color: #FFDC2A;
}
/*  */
#page_about_technical .blk_5.rep_1 {
	background-color: #ffffff;
}
#page_about_technical .blk_5.rep_1::after {
	background-image: url('../images/about_technical_img_5.jpg');
}
#page_about_technical .blk_5.rep_1 .lin_sty_1 {
	color: #ffffff;
}
#page_about_technical .blk_5.rep_1 .lin_sty_2 {
	border-color: #BAB8B7;
}
/*  */
#page_about_technical .blk_6.rep_1 {
	background-color: #E1EEF6;
}
#page_about_technical .blk_6.rep_1::after {
	background-image: url('../images/about_technical_img_6.jpg');
}
#page_about_technical .blk_6.rep_1 .lin_sty_1 {
	color: #196DAE;
}
#page_about_technical .blk_6.rep_1 .lin_sty_2 {
	border-color: #196DAE;
}
/*  */
#page_about_technical .blk_7.rep_1 {
	background-color: #FFFBE4;
}
#page_about_technical .blk_7.rep_1::after {
	background-image: url('../images/about_technical_img_7.jpg');
}
#page_about_technical .blk_7.rep_1 .lin_sty_1 {
	color: #FFDC2A;
}
#page_about_technical .blk_7.rep_1 .lin_sty_2 {
	border-color: #FFDC2A;
}
/*  */
#page_about_technical .blk_8.rep_1 {
	background-color: #ffffff;
}
#page_about_technical .blk_8.rep_1::after {
	background-image: url('../images/about_technical_img_8.jpg');
}
#page_about_technical .blk_8.rep_1 .lin_sty_1 {
	color: #ffffff;
}
#page_about_technical .blk_8.rep_1 .lin_sty_2 {
	border-color: #BAB8B7;
}
/*  */
#page_about_technical .blk_9.rep_1 {
	background-color: #E1EEF6;
}
#page_about_technical .blk_9.rep_1::after {
	background-image: url('../images/about_technical_img_9.jpg');
}
#page_about_technical .blk_9.rep_1 .lin_sty_1 {
	color: #196DAE;
}
#page_about_technical .blk_9.rep_1 .lin_sty_2 {
	border-color: #196DAE;
}
/*  */
#page_about_technical .blk_10.rep_1 {
	background-color: #FFFBE4;
}
#page_about_technical .blk_10.rep_1::after {
	background-image: url('../images/about_technical_img_10.jpg');
	background-position: 0 100%;
}
#page_about_technical .blk_10.rep_1 .lin_sty_1 {
	color: #FFDC2A;
}
#page_about_technical .blk_10.rep_1 .lin_sty_2 {
	border-color: #FFDC2A;
}
/*  */
#page_about_technical .blk_11.rep_1 {
	background-color: #ffffff;
}
#page_about_technical .blk_11.rep_1::after {
	background-image: url('../images/about_technical_img_11.jpg');
}
#page_about_technical .blk_11.rep_1 .lin_sty_1 {
	color: #ffffff;
}
#page_about_technical .blk_11.rep_1 .lin_sty_2 {
	border-color: #BAB8B7;
}
/*  */
#page_about_technical .blk_12.rep_1 {
	background-color: #E1EEF6;
}
#page_about_technical .blk_12.rep_1::after {
	background-image: url('../images/about_technical_img_12.jpg');
	background-position: 50% 50%;
	background-size: 320px auto;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
#page_about_technical .blk_12.rep_1 .lin_sty_1 {
	color: #196DAE;
}
#page_about_technical .blk_12.rep_1 .lin_sty_2 {
	border-color: #196DAE;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

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

#page_about_technical {
}
#page_about_technical .blk_1 {
	height: 55vh;
	min-height: 280px;
}
#page_about_technical .blk_1::before {
	width: 100vw;
	height: 55.1vh;
	min-height: 280px;
}
#page_about_technical .blk_1_1 {
	width: calc(100% - 40px);
	max-width: 335px;
	height: 240px;
}
#page_about_technical .blk_1_1::before {
	width: 100vw;
	height: 55vh;
	height: 240px;
}
#page_about_technical .blk_1_1 h2 {
}
#page_about_technical .blk_1_1 h2 .lin_1 {
	font-size: 16px;
	line-height: 1.5;
	padding: 15px 0;
}
#page_about_technical .blk_1_1 h2 .lin_1 br {
	display: inline;
}
#page_about_technical .blk_1_1 h2 .lin_2 {
	display: block;
	order: 3;
	color:#ffffff;
}
#page_about_technical .blk_1_1 h2 .lin_2_1 {
	height: 55px;
	width: 55px;
	font-size: 41px;
	line-height: 55px;
}
#page_about_technical .blk_1_1 h2 .lin_2_2 {
	height: 55px;
	font-size: 30px;
	line-height: 50px;
	padding: 0 0 0 10px;
}
#page_about_technical .blk_1_1 h2 .lin_3 {
	padding:  45px 0 0 0;
}
/*
*/
#page_about_technical .rep_1 {
}
#page_about_technical .rep_1::after {
	position: relative;
	display: block;
	content: '';
	width: 100%;
	height: 320px;
	left:0;
	top:0;
}
#page_about_technical .rep_1:nth-child(odd)::after {
	left:0;
}
#page_about_technical .rep_1_1 {
	width: 100%;
	padding: 0 0 40px 0;
}
#page_about_technical .rep_1:nth-child(odd) .rep_1_1 {
	left:0;
}
#page_about_technical .rep_1_1 .tit_1 {
	width: 200px;
	height: 60px;
}
#page_about_technical .rep_1_1 .tit_1 .lin_1 {
	font-size: 17px;
	padding: 23px 0 0 25px;

}
#page_about_technical .rep_1_1 .tit_1 .lin_2 {
	font-size: 44px;
	padding: 9px 0 0 15px;
}
#page_about_technical .rep_1_1 .tit_2 {
	font-size: 20px;
	line-height: 1.75;
	max-width: 700px;
	padding: 30px 5% 0 5%;
}
#page_about_technical .rep_1_1 .tit_2 * {
}
#page_about_technical .rep_1_1 .tit_2 .lin_sty_2 {
}
#page_about_technical .rep_1_1 p {
	max-width: 700px;
	padding: 30px 5% 0 5%;
}

/* peace add 2021.1.29*/
#page_about_technical .blk_1_1 h2 .lin_2_2 {
	display: inline;
	background-size: 95% auto;
}

/*
*/
}
