@charset "utf-8";
/***************************************************************************************************
	page_about_strategy.css
***************************************************************************************************/
#page_about_strategy {
	position: relative;
}
/*
*/
#page_about_strategy .blk_1 {
	position: relative;
	width: 100%;
	height: 405px;
	z-index: 3;
}
#page_about_strategy .blk_1::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100vw - 212px);
	height: 405px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background-image: url('../images/about_field_img_1.jpg');
	background-position: 50% 50%;
	background-size: cover;
}
#page_about_strategy .blk_1_1 {
	position: absolute;
	left:50%;
	top:50%;
	width: 465px;
	height: 240px;
	transform: translate(-50%, -50%);
	background-color:#ffffff;
	overflow: hidden;
}
#page_about_strategy .blk_1_1::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100vw - 215px);
	height: 405px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background-image: url('../images/about_field_img_1.jpg');
	background-position: 50% 50%;
	background-size: cover;
	opacity: .5;
	filter:blur(20px);
}
#page_about_strategy .blk_1_1 h2 {
	position: relative;
	text-align: center;
}
#page_about_strategy .blk_1_1 h2 .lin_1 {
	display: block;
	color:#231816;
	font-size: 30px;
	line-height: 1;
	padding: 40px 0 20px 0;
}
#page_about_strategy .blk_1_1 h2 .lin_2 {
	display: block;
	color: rgba(255,255,255,0);
	width: 206px;
	height: 33px;
	background-image: url('../images/chemmat.png');
	background-position: 50% 0;
	background-size: 100% auto;
	margin: auto;
}
#page_about_strategy .blk_1_1 p {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color:#231816;
	text-align: center;
	padding: 20px 0 0 0;
}
/*
*/
#page_about_strategy .blk_2 {
	position: absolute;
	width: 100%;
	padding: 100px 5% 0 5%;
	z-index: 1;
}
#page_about_strategy .blk_2_1 {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
#page_about_strategy .blk_2_1 ol {
	position: relative;
	width: 100%;
	padding: 80.9% 0 0 0;
	background-image: url('../images/about_strategy_img_1.jpg');
	background-position: 0 0;
	background-size: 100% auto;
}
#page_about_strategy .blk_2_1 ol li {
	position: absolute;
	display: block;
}
#page_about_strategy .blk_2_1 ol li label {
	position: absolute;
	display: block;
	left:-37px;
	top:-83px;
	width: 74px;
	height: 85px;
	background-image: url('../images/about_strategy_bk_1.svg');
	background-position: 50% 0;
	background-size: 100% auto;
	cursor: pointer;
}
#page_about_strategy .blk_2_1 ol li label span {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	left:0;
	text-align: center;
}
#page_about_strategy .blk_2_1 ol li label span:first-child {
	top:12px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Viga', sans-serif;
	color: #ffffff;
}
#page_about_strategy .blk_2_1 ol li label span:last-child {
	top:35px;
	font-size: 12px;
	line-height: 1.1;
	color: #ffffff;
}
#page_about_strategy .blk_2_1 ol li.lst_1 {
	left:18.5%;
	top:20.5%
}
#page_about_strategy .blk_2_1 ol li.lst_2 {
	left:37.5%;
	top:23%
}
#page_about_strategy .blk_2_1 ol li.lst_3 {
	left:59.5%;
	top:21%
}
#page_about_strategy .blk_2_1 ol li.lst_4 {
	left:79.5%;
	top:22%
}
#page_about_strategy .blk_2_1 ol li.lst_5 {
	left:7.5%;
	top:44.5%
}
#page_about_strategy .blk_2_1 ol li.lst_5 label span:last-child {
	top:30px;
}
#page_about_strategy .blk_2_1 ol li.lst_6 {
	left:43.5%;
	top:45%
}
#page_about_strategy .blk_2_1 ol li.lst_7 {
	left:87.5%;
	top:48.5%
}
#page_about_strategy .blk_2_1 ol li.lst_8 {
	left:29%;
	top:89.5%
}
#page_about_strategy .blk_2_1 ol li.lst_9 {
	left:48%;
	top:72.5%
}
#page_about_strategy .blk_2_1 ol li.lst_10 {
	left:65.5%;
	top:80%
}
#page_about_strategy .blk_2_1 ol li.lst_11 {
	left:86.5%;
	top:82%
}
#page_about_strategy .blk_2_1 ol li .nmjs_btn_scrollaction {
	display: none;
}
/*
*/
#page_about_strategy .blk_3 {
	position: relative;
	left:0;
	top:0;
	width: 100%;
	height: auto;
	padding: 100px 5% 100px 5%;
	pointer-events: auto;
	opacity: 1;
	transition: opacity .4s ease-out 0s;
	z-index: 2;
}
#page_about_strategy input#ipt_blk_3_lst_0:checked ~ .blk_3 {
	opacity: 0;
	pointer-events: none ;
}
#page_about_strategy input.ipt_blk_3_lst {
	display: none;
	position: fixed;
	left:0;
	top:0;
}
#page_about_strategy .blk_3_1 {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	animation:anim_blk_3_1 .5s ease 0s 1 normal both;
}
@keyframes anim_blk_3_1 {
  0% {
		opacity: 0;
	}
  99% {
		opacity: 0;
	}
  100% {
		opacity: 1;
	}
}
#page_about_strategy .blk_3_1_1 {
	position: relative;
	left:0;
	top:0;
	width: 100%;
	height: auto;
	padding: 80.9% 0 0 0;
	background-color: rgba(0,0,0,.8);
}
#page_about_strategy .blk_3_1_1_1 {
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
/*  */
#page_about_strategy .blk_3_1_1_1 .btn_close {
	position: absolute;
	right:20px;
	top:20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 1;
	transition: opacity .4s ease-out .8s;
}
#page_about_strategy input#ipt_blk_3_lst_0:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 .btn_close {
	opacity: 0;
	transition: opacity 0s .4s;
}
#page_about_strategy .blk_3_1_1_1 .btn_close::after {
  position: absolute;
  display: block;
	content: '';
	width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 20px;
}
#page_about_strategy .blk_3_1_1_1 .btn_close span {
	position: absolute;
	display: block;
	right:22px;
	top:20px;
  z-index: 1;
}
#page_about_strategy .blk_3_1_1_1 .btn_close span::before {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 20px;
	left:0;
	top:-10px;
	border-left:4px solid #005F93;
	transform: rotate(45deg);
}
#page_about_strategy .blk_3_1_1_1 .btn_close span::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 20px;
	left:0;
	top:-10px;
	border-left:4px solid #005F93;
	transform: rotate(-45deg);
}
/*  */
#page_about_strategy .blk_3_1 ol {
	position: relative;
}
#page_about_strategy .blk_3_1 ol > li {
	position: relative;
	left:0;
	top:0;
	width: 880px;
	border: 3px solid #ffffff;
	background-color: #005F93;
}

#page_about_strategy .blk_3_1 ol > li .blk_sty_1 {
	position: relative;
}
#page_about_strategy .blk_3_1 ol > li .blk_flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#page_about_strategy .blk_3_1 ol > li .blk_flex .blk_flex_img{
  width: 25%;
}
#page_about_strategy .blk_3_1 ol > li .blk_flex .blk_flex_img img{
  max-width: 90%;
  height: auto;
}
#page_about_strategy .blk_3_1 ol > li .blk_flex .blk_flex_title{
  width: 75%;
}
#page_about_strategy .blk_3_1 ol > li .blk_slide{
  width: 760px;
  margin: 0 auto 10px;
  text-align: center;
  color: #fff;
}
#page_about_strategy .blk_3_1 ol > li .blk_slide p{
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}
#page_about_strategy .blk_3_1 ol > li .blk_slide p a{
  color: #fff;
  font-size: 20px;
  padding: .5em 1em;
  border-radius: 12px;
  border: 1px solid #fff;
  font-weight: 700;
}
#page_about_strategy .blk_3_1 ol > li .blk_slide .blk_slide_img{
  text-align: center;
  margin-bottom: 20px;
}
#page_about_strategy .blk_3_1 ol > li .blk_slide .blk_slide_img img{
  margin: 0 auto;
  max-width: 80%;
}
#page_about_strategy .blk_3_1 ol > li .blk_sty_1 .lin_2 {
	position: relative;
	font-size: 34px;
	line-height: 1.5;
	font-weight: 700;
	color:#fff;
	padding: 0;
}
#page_about_strategy .blk_3_1 ol > li .blk_sty_2 {
	position: relative;
	color:#fff;
	font-size: 22px;
  font-weight: 700;
	line-height: 1.25;
	padding: 0 0 0 0;
}
#page_about_strategy .blk_3_1 ol > li ul {
	position: relative;
	padding: 5px 0 0 0;
}
#page_about_strategy .blk_3_1 ol > li ul li {
	position: relative;
	color: #ffffff;
	font-size:12px;
	line-height: 1.25;
	padding: 0 0 3px 12px;
}
#page_about_strategy .blk_3_1 ol > li ul li::after {
	position: absolute;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	left:2px;
	top:7px;
	background-color: #ffffff;
	border-radius: 50%;
}
/*  */
#page_about_strategy .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li {
	height: 0;
	overflow: hidden;
	opacity: 0;
	top:20px;
	transition: opacity 0s .4s, top 0s .4s, padding 0s .4s, border-width 0s .4s;
	animation:anim_lst_hide .4s ease 0s 1 normal both;
	pointer-events: none;
	border-width: 0;
	padding: 0;
}
#page_about_strategy input#ipt_blk_3_lst_1:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_1,
#page_about_strategy input#ipt_blk_3_lst_2:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_2,
#page_about_strategy input#ipt_blk_3_lst_3:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_3,
#page_about_strategy input#ipt_blk_3_lst_4:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_4,
#page_about_strategy input#ipt_blk_3_lst_5:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_5,
#page_about_strategy input#ipt_blk_3_lst_6:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_6,
#page_about_strategy input#ipt_blk_3_lst_7:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_7,
#page_about_strategy input#ipt_blk_3_lst_8:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_8,
#page_about_strategy input#ipt_blk_3_lst_9:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_9,
#page_about_strategy input#ipt_blk_3_lst_10:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_10,
#page_about_strategy input#ipt_blk_3_lst_11:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_11 {
	opacity: 1;
	top:0;
	transition: opacity .4s ease-out .4s, top .4s ease-out .4s;
	animation:anim_lst_show 0s ease 0s 1 normal both;
	pointer-events: auto;
	padding: 20px 50px;
	border-width: 3px;
}
@keyframes anim_lst_show {
  100% {
		height: auto;
		min-height: 143px;
	}
}
@keyframes anim_lst_hide {
  0% {
		height: auto;
		min-height: 143px;
	}
  99% {
		height: auto;
		min-height: 143px;
	}
  100% {
		height: 0;
		min-height: 0;
	}
}
/* swiper */
.swiper-button-next, .swiper-button-prev{
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}
.swiper-button-next::before, .swiper-rtl .swiper-button-prev::before,.swiper-button-prev:before, .swiper-rtl .swiper-button-next:before{
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  z-index: 1;
  font-size: 0;
  color: #005F93;
  position: absolute;
  right: 15px;
  top: 12px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 4px solid #005F93;
  border-top: 4px solid #005F93;
  transform: rotate(45deg);
}
.swiper-rtl .swiper-button-prev::after,.swiper-button-prev:after{
  transform: rotate(-135deg);
  right: 10px;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{
  padding-bottom: 60px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
}
.swiper-pagination-bullet{
  width: 20px;
  height: 20px;
}
.swiper-pagination-bullet-active{
  background: #fff
}

/***************************************************************************************************
  responsive
***************************************************************************************************/
@media screen and (max-width: 1000px) {
#page_about_strategy {
}
/*
*/
#page_about_strategy .blk_1 {
	position: relative;
	width: 100%;
	height: 55vh;
	overflow: hidden;
}
#page_about_strategy .blk_1::before {
	width:100vw;
	height: 80vh;
}
#page_about_strategy .blk_1_1 {
	width: 90%;
	max-width: 335px;
	height: 175px;
}
#page_about_strategy .blk_1_1::before {
	width: 100vw;
	height: 80vh;
}
#page_about_strategy .blk_1_1 h2 {
	position: relative;
	text-align: center;
}
#page_about_strategy .blk_1_1 h2 .lin_1 {
	font-size: 20px;
	line-height: 1;
	padding: 20px 0 12px 0;
}
#page_about_strategy .blk_1_1 h2 .lin_2 {
	width: 180px;
}
#page_about_strategy .blk_1_1 p {
	padding: 5px 25px 0 25px;
}
#page_about_strategy .blk_1_1 p br {
	display: none;
}
/*
*/
#page_about_strategy .blk_2 {
	position: relative;
	width: 100%;
	padding: 20px 20px 40px 20px;
}
#page_about_strategy .blk_2_1 {
}
#page_about_strategy .blk_2_1 ol {
}
#page_about_strategy .blk_2_1 ol li {
}
#page_about_strategy .blk_2_1 ol li label {
	left:-16px;
	top:-32px;
	width: 32px;
	height: 32px;
}
#page_about_strategy .blk_2_1 ol li label span {
}
#page_about_strategy .blk_2_1 ol li label span:first-child {
	top:7px;
}
#page_about_strategy .blk_2_1 ol li label span:last-child {
	/*display: none;*/
  opacity: 0;
  top: 0;
  z-index: 5;
}
/*
#page_about_strategy .blk_2_1 ol li .nmjs_btn_scrollaction {
	position: absolute;
	left:-16px;
	top:-32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: block;
}

*/
#page_about_strategy .blk_3 {
	width: 100%;
	max-width: 600px;
	height: 100%;
	padding: 0;
	pointer-events: auto;
	opacity: 1;
	/*transition:none;*/
	margin: auto;
  z-index: 10;
  position: fixed;
}
#page_about_strategy input#ipt_blk_3_lst_0:checked ~ .blk_3 {
	opacity: 0;
	pointer-events: auto ;
  z-index: -1;
}
  #page_about_strategy .blk_3_1_1{
    height: calc(100vh + 10px);
    padding-top: 100%;
  }
#page_about_strategy .blk_3_1 ol > li {
	position: relative;
	left:0;
	top:0;
	width: 100%;
	border: none;
	background-color: #005F93;
	margin: auto auto auto auto;
}
#page_about_strategy input#ipt_blk_3_lst_1:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_1,
#page_about_strategy input#ipt_blk_3_lst_2:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_2,
#page_about_strategy input#ipt_blk_3_lst_3:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_3,
#page_about_strategy input#ipt_blk_3_lst_4:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_4,
#page_about_strategy input#ipt_blk_3_lst_5:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_5,
#page_about_strategy input#ipt_blk_3_lst_6:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_6,
#page_about_strategy input#ipt_blk_3_lst_7:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_7,
#page_about_strategy input#ipt_blk_3_lst_8:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_8,
#page_about_strategy input#ipt_blk_3_lst_9:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_9,
#page_about_strategy input#ipt_blk_3_lst_10:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_10,
#page_about_strategy input#ipt_blk_3_lst_11:checked ~ .blk_3 .blk_3_1 .blk_3_1_1 .blk_3_1_1_1 ol > li.lst_11{
  max-width: 100%;
  min-width: 90vw;
  border: 2px solid #fff;
  padding: 20px;
}
#page_about_strategy .blk_3_1_1_1 {
	position: fixed;
	left:50%;
	top:50vh;
	transform: translate(-50%, -50%);
}
#page_about_strategy .blk_3_1_1_1 .btn_close{
  width: 24px;
  height: 24px;
}
#page_about_strategy .blk_3_1_1_1 .btn_close span{
  top: 13.5px;
  right: 13.5px;
}
#page_about_strategy .blk_3_1_1_1 .btn_close span::after,
#page_about_strategy .blk_3_1_1_1 .btn_close span::before{
 height: 16px;
  border-width: 3px;
}
#page_about_strategy .blk_3_1_1_1 .btn_close::after{
  width: 24px;
  height: 24px;
}
#page_about_strategy .blk_3_1 ol > li .blk_slide{
  width: 80vw;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#page_about_strategy .blk_3_1 ol > li .blk_slide .blk_slide_img img{
  margin: 0 auto;
  max-width: 70%;
}
#page_about_strategy .blk_3_1 ol > li .blk_slide p a{
  font-size: 15px;
  padding: .5em 1em;
  border-radius: 6px;
}
  #page_about_strategy .blk_3_1 ol > li .blk_sty_1 .lin_2{
    font-size: 20px
  }
  #page_about_strategy .blk_3_1 ol > li .blk_sty_2{
    font-size: 12px;
  }
  #page_about_strategy .blk_3_1 ol > li .blk_slide p{
    font-size: 20px;
  }
  .swiper-button-next, .swiper-button-prev{
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
  .swiper-button-next::before, .swiper-rtl .swiper-button-prev::before, .swiper-button-prev:before, .swiper-rtl .swiper-button-next:before{
    width: 24px;
    height: 24px;
  }
  .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    width: 11px;
    height: 11px;
    border-width: 3px;
    top: 6px;
    right: 8px;
  }
  .swiper-rtl .swiper-button-prev::after, .swiper-button-prev:after{
    right: 5px;
  }
}
