@charset "utf-8";
/***************************************************************************************************
	page_about_field.css
***************************************************************************************************/
#page_about_field {
	position: relative;
}
/*
*/
#page_about_field .blk_1 {
	position: relative;
	padding: 200px 100px 0 100px;
}
#page_about_field .blk_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 405px;
	left:0;
	top:0;
	background-image: url('../images/about_field_img_1.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
#page_about_field .blk_1_1 {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: auto;
	background-color: #ffffff;
	padding: 50px 8% 80px 8%;
}
#page_about_field .blk_1_1 {
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: auto;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px 5px rgba(0,0,0,.2);
}
#page_about_field .blk_1_1 h2 {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	border-bottom: 3px solid #196DAE;
}
#page_about_field .blk_1_1 h2 .lin_1 {
	position: relative;
	display: block;
	order: 2;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding: 20px 0 0 0;
}
#page_about_field .blk_1_1 h2 .lin_2 {
	position: relative;
	display: block;
	order: 3;
	padding: 25px 0 20px 0;
}
#page_about_field .blk_1_1 h2 .lin_2 span {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
}
#page_about_field .blk_1_1 h2 .lin_2 span br {
	/* display: none; */
	display: inline;
}
#page_about_field .blk_1_1 h2 .lin_3 {
	position: relative;
	display: block;
	order: 1;
	font-size: 14px;
	line-height: 1;
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	color:#1379B9;
}
#page_about_field .blk_1_1 p {
	position: relative;
	padding: 20px 0 0 0;
	font-size: 14px;
	line-height: 2;
}
/*
*/
#page_about_field .blk_2 {
	position: relative;
	padding: 70px 100px 0 100px;
}
/*
*/
#page_about_field .blk_2_1 {
	position: relative;
	margin:auto;
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
}
#page_about_field .blk_2_1 h3 {
	position: relative;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	padding: 0 0 60px 0;
}
#page_about_field .blk_2_1 ul {
	position: relative;
	display: flex;
	width: 100%;
	margin: auto;
}
#page_about_field .blk_2_1 ul li {
	position: relative;
	width: 33%;
	text-align: center;
	padding: 0 3px 0 3px;
}
#page_about_field .blk_2_1 ul li label {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	border: 1px solid #B2BCC7;
	border-bottom: none;
	text-align: center;
	top:100%;
	transform: translateY(-100%);
	cursor: pointer;
	background-color: #ffffff;
	transition: background-color .1s ease-out 0s;
}
#page_about_field .blk_2_1 ul li label span {
	position: absolute;
	display: block;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
	color:#1379B9;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	transition: color .1s ease-out 0s;
}
#page_about_field .blk_2_1 ul li label span br {
	/* display: none; */
}
/*  */
#page_about_field input.ipt_tab.t_1:checked ~ .blk_2 .blk_2_1 ul li.t_1 label,
#page_about_field input.ipt_tab.t_2:checked ~ .blk_2 .blk_2_1 ul li.t_2 label,
#page_about_field input.ipt_tab.t_3:checked ~ .blk_2 .blk_2_1 ul li.t_3 label,
#page_about_field input.ipt_tab.t_4:checked ~ .blk_2 .blk_2_1 ul li.t_4 label {
	background-color: #1379B9;
	height: 56px;
}
#page_about_field input.ipt_tab.t_1:checked ~ .blk_2 .blk_2_1 ul li.t_1 label span,
#page_about_field input.ipt_tab.t_2:checked ~ .blk_2 .blk_2_1 ul li.t_2 label span,
#page_about_field input.ipt_tab.t_3:checked ~ .blk_2 .blk_2_1 ul li.t_3 label span,
#page_about_field input.ipt_tab.t_4:checked ~ .blk_2 .blk_2_1 ul li.t_4 label span {
	color:#ffffff;
}
#page_about_field input.ipt_tab {
	position: fixed;
	left:0;
	top:0;
	display: none;
}

/*
*/
#page_about_field .blk_3 {
	position: relative;
	padding: 0 0 120px 0;
}

/*
*/
#page_about_field .blk_3 .rep_1 {
	position: absolute;
	width: 100%;
	left:0;
	top:0;
	z-index: 4;
	pointer-events: none;
	opacity: 0;
	overflow: hidden;
	transition: opacity .2s ease-out 0s;
	animation:anim_tab_hide .2s ease 0s 1 normal both;
}
#page_about_field .blk_3 .rep_1 * {
	pointer-events: none !important;
}

#page_about_field input.ipt_tab.t_1:checked ~ .blk_3 .rep_1.tab_1,
#page_about_field input.ipt_tab.t_2:checked ~ .blk_3 .rep_1.tab_2,
#page_about_field input.ipt_tab.t_3:checked ~ .blk_3 .rep_1.tab_3,
#page_about_field input.ipt_tab.t_4:checked ~ .blk_3 .rep_1.tab_4 {
	position: relative;
	z-index: 1;
	opacity: 1;
	left:0;
	top:0;
	pointer-events: auto;
	overflow: visible;
	animation:anim_tab_show 0s ease 0s 1 normal both;
}
@keyframes anim_tab_show {
  100% {
		height: auto;
	}
}
@keyframes anim_tab_hide {
  0% {
		height: 100vh;
	}
  99% {
		height: 100vh;
	}
  100% {
		height: 0;
	}
}

#page_about_field input.ipt_tab.t_1:checked ~ .blk_3 .rep_1.tab_1 *,
#page_about_field input.ipt_tab.t_2:checked ~ .blk_3 .rep_1.tab_2 *,
#page_about_field input.ipt_tab.t_3:checked ~ .blk_3 .rep_1.tab_3 *,
#page_about_field input.ipt_tab.t_4:checked ~ .blk_3 .rep_1.tab_4  *{
	pointer-events: auto !important;
}


/*  */
#page_about_field .blk_3 .rep_1_1 {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 450px;
	padding: 60px 0 140px 0;
	background-position: 50% 50%;
	background-size: cover;
}
#page_about_field .blk_3_1 .rep_1_1 {
	background-image: url('../images/about_field_img_2.jpg');
}
#page_about_field .blk_3_2 .rep_1_1 {
	background-image: url('../images/about_field_img_8.jpg');
}
#page_about_field .blk_3_3 .rep_1_1 {
	background-image: url('../images/about_field_img_16.jpg');
}
#page_about_field .blk_3_4 .rep_1_1 {
	background-image: url('../images/about_field_img_23.jpg');
}
#page_about_field .blk_3 .rep_1_1_1 {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 0 100px 0 100px;
}
#page_about_field .blk_3 .rep_1_1_1 h3 {
	position: relative;
}
#page_about_field .blk_3 .rep_1_1_1 h3 .lin_1 {
	position: relative;
	text-align: center;
	display: block;
	margin: auto;
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
}
#page_about_field .blk_3 .rep_1_1_1 h3 .lin_2 {
	position: relative;
	text-align: center;
	display: block;
	margin: auto;
	color: #ffffff;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	font-family: 'Viga', sans-serif;
	padding: 20px 0 30px 0;
}
#page_about_field .blk_3 .rep_1_1_1 p {
	position: relative;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
}
#page_about_field .blk_3 .rep_1_2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: -130px auto auto auto;
	padding: 0 100px 0 100px;
}
/*  */
#page_about_field .blk_3 .rep_1_2_1 {
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: 140px;
	background-color: #ffffff;
	border: 1px solid #E2E2E2;
	border-bottom: none;
	z-index: 2;
	margin: auto;
}
#page_about_field .blk_3 .rep_1_2_1 h4 {
	position: relative;
	text-align: center;
	padding: 40px 0 17px 0;
	font-size: 30px;
	line-height: 1;
}
#page_about_field .blk_3 .rep_1_2_1_1 {
	position: relative;
	width: 135px;
	height: auto;
	border-top: 3px solid #1379B9;
	margin: auto;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}
#page_about_field .blk_3 .rep_1_2_1_1 label {
	position: relative;
	display: inline-block;
	width:35px;
	height: 35px;
	cursor: pointer;
}
#page_about_field .blk_3 .rep_1_2_1_1 label::before {
	position: absolute;
	display: block;
	content: '';
	left:50%;
	top:50%;
	width:15px;
	height: 15px;
	border: 1px solid #1379B9;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	transition: background-color .2s ease-out 0s;
}
/*  */
#page_about_field .blk_3 .rep_1_2_2 {
	position: relative;
	width: 100%;
	max-width: 1100px;
	background-color: #ffffff;
	border: 1px solid #E2E2E2;
	border-top: none;
	z-index: 1;
	margin: auto;
}
/*  */
#page_about_field .blk_3 .rep_2 {
	position: relative;
	padding: 0 40px 40px 40px;
}
#page_about_field .blk_3 .rep_2 h5 {
	position: relative;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #ffffff;
	background-color: #1379B9;
	padding: 9px 0 0 0;
}
#page_about_field .blk_3 .rep_2_1 {
	position: relative;
	padding: 30px 0 30px 0;
	display: flex;
	width: 100%;
}
#page_about_field .blk_3 .rep_2_1_1 {
	position: relative;
	width: 28%;
	z-index: 3;
}
#page_about_field .blk_3 .rep_2_1_1 img {
	display: block;
	width: 100%;
	height: auto;
}
#page_about_field .blk_3 .rep_2_1_2 {
	position: relative;
	width: 72%;
	padding:0 0 0 20px;
	z-index: 2;
	font-size: 14px;
	line-height: 2;
}
#page_about_field .blk_3 .rep_2_1_3 {
	position: absolute;
	width: 100%;
	/* height: 100px; */
	left:0;
	top:50%;
	z-index: 1;
}
#page_about_field .blk_3 .rep_2_1_3 label {
	position: absolute;
	display: block;
	width:40px;
	height: 40px;
	top:-20px;
	cursor: pointer;

}
#page_about_field .blk_3 .rep_2_1_3 label.btn_prev {
	left:-40px;
}
#page_about_field .blk_3 .rep_2_1_3 label.btn_next {
	left:100%;
	transform: rotate(180deg);
}
#page_about_field .blk_3 .rep_2_1_3 label::before {
	position: absolute;
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	left:10px;
	top:18px;
	border-top: 2px solid #1379B9;
	border-left: 2px solid #1379B9;
	transform-origin: 0 0;
	transform: rotate(-45deg);
}
/*  */
#page_about_field .blk_3 .rep_2_2 {
	position: relative;
	/* border: 1px solid #E2E2E2; */
	padding: 20px 30px 20px 30px;
}
#page_about_field .blk_3 .rep_2_2 h6 {
	position: relative;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding: 15px 0;
	border-bottom: 2px solid #1379B9;
}
#page_about_field .blk_3 .rep_2_2 dl {
	position: relative;
	padding: 20px 0 0 0;
}
#page_about_field .blk_3 .rep_2_2 dl dt {
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 0 10px 0;
}
#page_about_field .blk_3 .rep_2_2 dl dd {
	position: relative;
	display: flex;
	width: 100%;
	padding: 0 0 30px 0;
}
#page_about_field .blk_3 .rep_2_2 dl dd p:first-child {
	position: relative;
	width: 20%;
}
#page_about_field .blk_3 .rep_2_2 dl dd p:first-child img {
	display: block;
	width:100%;
	height: auto;
}
#page_about_field .blk_3 .rep_2_2 dl dd p:last-child {
	position: relative;
	width: 80%;
	padding: 0 0 0 15px;
	font-size: 14px;
	line-height: 2;
}
/*@media screen and (min-width: 1001px) {
  #page_about_field .blk_3 .rep_2_2 dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  #page_about_field .blk_3 .rep_2_2 dl dd p:first-child{width: 40%;}
  #page_about_field .blk_3 .rep_2_2 dl dd p:last-child {text-align: justify;width: 60%;}
}
*/
/*
*/
#page_about_field .blk_3 .rep_2 {
	position: absolute;
	width: 100%;
	left:0;
	top:0;
	/* z-index: 1; */
	pointer-events: none;
	opacity: 0;
	overflow: hidden;
	transition: opacity .4s ease-out 0s;
	animation:anim_rep_2_page_hide .4s ease .5s 1 normal both;
}
#page_about_field .blk_3 .rep_1_2 input.ipt_tab_page.p_1:checked ~ .rep_1_2_2 .rep_2.page_1,
#page_about_field .blk_3 .rep_1_2 input.ipt_tab_page.p_2:checked ~ .rep_1_2_2 .rep_2.page_2,
#page_about_field .blk_3 .rep_1_2 input.ipt_tab_page.p_3:checked ~ .rep_1_2_2 .rep_2.page_3 {
	position: relative;
	/* z-index: 2; */
	opacity: 1;
	pointer-events: auto;
	overflow: visible;
	transition: opacity .4s ease-out .6s;
	animation:anim_rep_2_page_show 0s ease 0s 1 normal both;
}
@keyframes anim_rep_2_page_show {
  100% {
		height: auto;
	}
}
@keyframes anim_rep_2_page_hide {
  0% {
		height: 100vh;
	}
  99% {
		height: 100vh;
	}
  100% {
		height: 0;
	}
}
#page_about_field .blk_3 .rep_1_2 input.ipt_tab_page.p_1:checked ~ .rep_1_2_1 .p_1::before,
#page_about_field .blk_3 .rep_1_2 input.ipt_tab_page.p_2:checked ~ .rep_1_2_1 .p_2::before,
#page_about_field .blk_3 .rep_1_2 input.ipt_tab_page.p_3:checked ~ .rep_1_2_1 .p_3::before {
	background-color: #1379B9;
}
#page_about_field .blk_3 .rep_1_2 input.ipt_tab_page {
	display: none;
	position:fixed;
	left:0;
	top:0;
}
/*
*/
#page_about_field .blk_3_1 {

}
#page_about_field .blk_3_2 {

}

/**********************************************************************
  PEACE ADD
**********************************************************************/

/* peace add 2021.1.29 */
#page_about_field .blk_1_1 h2 .lin_2 p {
	position: relative;
	display: block;
	order: 4;
	color: rgba(255,255,255,0);
	width: 236px;
	height: 43px;
	background-image: url('../images/chemmat.png');
	background-position: 50% 0;
	background-size: 100% auto;
	margin: 10px auto;
}

/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
#page_about_field {
	position: relative;
}
/*
*/
#page_about_field .blk_1 {
	padding:  20vh 5% 0 5%;
}
#page_about_field .blk_1::before {
	position: absolute;
	width: 100%;
	height: 50vh;
}
#page_about_field .blk_1_1 {
	padding: 30px 5% 40px 5%;
	max-width: 700px;
}
#page_about_field .blk_1_1 {
}
#page_about_field .blk_1_1 h2 {
	padding: 0 0 0 0;
	border: none;
}
#page_about_field .blk_1_1 h2 .lin_1 {
	padding: 17px 0 0 0;
}
#page_about_field .blk_1_1 h2 .lin_2 {
	padding: 12px 0 0 0;
}
#page_about_field .blk_1_1 h2 .lin_2 span {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	border-bottom: 3px solid #196DAE;
	display: inline-block;
	padding: 0 3px 15px 3px;
}
#page_about_field .blk_1_1 h2 .lin_2 span br {
	display: inline;
}
#page_about_field .blk_1_1 h2 .lin_3 {
}
#page_about_field .blk_1_1 p {
}
/*
*/
#page_about_field .blk_2 {
	position: relative;
	padding: 40px 0 0 0;
}
/*
*/
#page_about_field .blk_2_1 {
}
#page_about_field .blk_2_1 h3 {
	font-size: 20px;
	padding: 0 0 30px 0;
}
#page_about_field .blk_2_1 ul {
	max-width: 640px;
	padding: 0 5px 0 5px;
}
#page_about_field .blk_2_1 ul li {
}
#page_about_field .blk_2_1 ul li label {
	height: 50px;
}
#page_about_field .blk_2_1 ul li label span {
	font-size: 12px;
	line-height: 1.05;
}
#page_about_field .blk_2_1 ul li label span br {
	/* display: inline; */
}
/*  */
#page_about_field input.ipt_tab.t_1:checked ~ .blk_2 .blk_2_1 ul li.t_1 label,
#page_about_field input.ipt_tab.t_2:checked ~ .blk_2 .blk_2_1 ul li.t_2 label,
#page_about_field input.ipt_tab.t_3:checked ~ .blk_2 .blk_2_1 ul li.t_3 label,
#page_about_field input.ipt_tab.t_4:checked ~ .blk_2 .blk_2_1 ul li.t_4 label {
	height: 56px;
}
#page_about_field input.ipt_tab.t_1:checked ~ .blk_2 .blk_2_1 ul li.t_1 label span,
#page_about_field input.ipt_tab.t_2:checked ~ .blk_2 .blk_2_1 ul li.t_2 label span,
#page_about_field input.ipt_tab.t_3:checked ~ .blk_2 .blk_2_1 ul li.t_3 label span,
#page_about_field input.ipt_tab.t_4:checked ~ .blk_2 .blk_2_1 ul li.t_4 label span {
}
#page_about_field input.ipt_tab {
}

/*
*/
#page_about_field .blk_3 {
	padding: 0 0 100px 0;
}

/*  */
#page_about_field .blk_3 .rep_1_1 {
	min-height: 0;
	padding: 60px 0 240px 0;
}
#page_about_field .blk_3 .rep_1_1_1 {
	max-width: 800px;
	padding: 0 5% 0 5%;
}
#page_about_field .blk_3 .rep_1_1_1 h3 {
}
#page_about_field .blk_3 .rep_1_1_1 h3 .lin_1 {
	font-size: 20px;
}
#page_about_field .blk_3 .rep_1_1_1 h3 .lin_2 {
	font-size: 16px;
	padding: 20px 0 20px 0;
}
#page_about_field .blk_3 .rep_1_1_1 p {
	font-size: 14px;
	text-align: left;
}
#page_about_field .blk_3 .rep_1_2 {
	margin: -200px auto auto auto;
	padding: 0 5% 0 5%;
}
/*  */
#page_about_field .blk_3 .rep_1_2_1 {
	height: 120px;
}
#page_about_field .blk_3 .rep_1_2_1 h4 {
	padding: 35px 0 17px 0;
	font-size: 18px;
}
#page_about_field .blk_3 .rep_1_2_1_1 {
}
#page_about_field .blk_3 .rep_1_2_1_1 label {
	width:30px;
	height: 32px;
}
#page_about_field .blk_3 .rep_1_2_1_1 label::before {
	width:13px;
	height: 13px;
}
/*  */
#page_about_field .blk_3 .rep_1_2_2 {
}
/*  */
#page_about_field .blk_3 .rep_2 {
	padding: 0 30px 40px 30px;
}
#page_about_field .blk_3 .rep_2 h5 {
	height: 36px;
	font-size: 18px;
	padding: 8px 0 0 0;
}
#page_about_field .blk_3 .rep_2_1 {
	padding: 20px 0 30px 0;
	display: block;
	width: 100%;
}
#page_about_field .blk_3 .rep_2_1_1 {
	width: 100%;
}
#page_about_field .blk_3 .rep_2_1_1 img {
	width: 100%;
}
#page_about_field .blk_3 .rep_2_1_2 {
	width: 100%;
	padding:20px 0 0 0;
}
#page_about_field .blk_3 .rep_2_1_3 {
	top:20px;
	padding: 82% 0 0 0;
}
#page_about_field .blk_3 .rep_2_1_3 label {
	top:calc(50% - 20px);
}
#page_about_field .blk_3 .rep_2_1_3 label.btn_prev {
}
#page_about_field .blk_3 .rep_2_1_3 label.btn_next {
}
#page_about_field .blk_3 .rep_2_1_3 label::before {
	width: 12px;
	height: 12px;
	left:18px;
}
/*  */
#page_about_field .blk_3 .rep_2_2 {
	padding: 10px 15px 20px 15px;
}
#page_about_field .blk_3 .rep_2_2 h6 {
	padding: 13px 0;
}
#page_about_field .blk_3 .rep_2_2 dl {
	padding: 10px 0 0 0;
}
#page_about_field .blk_3 .rep_2_2 dl dt {
}
#page_about_field .blk_3 .rep_2_2 dl dd {
	display: block;
	padding: 0 0 20px 0;
}
#page_about_field .blk_3 .rep_2_2 dl dd p:first-child {
	width: 100%;
}
#page_about_field .blk_3 .rep_2_2 dl dd p:first-child img {
}
#page_about_field .blk_3 .rep_2_2 dl dd p:last-child {
	width: 100%;
	padding: 10px 0 0 0;
}

/**********************************************************************
  PEACE ADD
**********************************************************************/

#page_about_field .blk_1_1 h2 .lin_2 p {
	width: 206px;
	height: 43px;
}

}
