@charset "utf-8";
/***************************************************************************************************
	page_about.css
***************************************************************************************************/
/*
*/
#page_about {
  width:100%;
  padding:100px 0 0 0;
  overflow: hidden;
}
#page_about > section {
  width:100%;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;
  text-align: center;
}
#page_about > section::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 200px;
	left:0;
	top:-100px;
  background-color: #ffffff;

	background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
/*
*/
#page_about .blk_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  margin: auto;
  padding:160px 0 0 0;
}
#page_about .blk_1::before {
	position: absolute;
	display: block;
	content: 'ABOUT';
  left:0;
  top:0;
  font-family: 'Montserrat', sans-serif;
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color:#198BA8;
  opacity: .25;
  white-space: nowrap;
}
#page_about .blk_1 > div:nth-of-type(1) {
  width: var(--tgt_wid_1);
  margin: auto;
  text-align: left;
  z-index: 2;
}
#page_about .blk_1 > div:nth-of-type(1)::before {
	position: absolute;
	display: block;
	content: '';
	width: 100vw;
	height: 100%;
	left:90%;
	top:0;
	background-color: #ffffff;
  transform: translateX(-100%);
}
/*  */
#page_about .blk_1_1 {
  padding:100px 45% 0 0;
}
#page_about .blk_1_1 h2 {
  display: block;
}
#page_about .blk_1_1 h2 > span:nth-of-type(1) {
  display: block;
  width: 80px;
}
#page_about .blk_1_1 h2 > span:nth-of-type(1) span {
  display: inline-block;
  font-size:20px;
  line-height: 1;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color:var(--col_1);
  letter-spacing: .1em;
  padding:0 0 18px 0;
  background-image: radial-gradient(var(--col_1) 20%, transparent 25%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 10px 10px;
}
#page_about .blk_1_1 h2 > span:nth-of-type(2) {
  display: block;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  color:var(--col_2);
  padding:40px 0 0 0;
}
#page_about .blk_1_1 p {
  padding:40px 0 0 0;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
}
#page_about .blk_1_1 .blk_bk {
  position: absolute;
  left:50%;
  top:0;
  width:50%;
  height: auto;
  padding:83% 0 0 0;
}
#page_about .blk_1_1 .blk_bk .bk_1 {
  position: absolute;
  left:145%;
  top:-10%;
  width:120%;
  padding:calc(70% * 1.2) 0 0 0;
  background-image: url('../images/about_img_1.jpg');
	background-position: 50% 50%;
	background-size: cover;
  border-radius: 20px;
  transform: translateX(-100%);
}
#page_about .blk_1_1 .blk_bk .bk_2 {
  position: absolute;
  left:100%;
  top:50%;
  width:60%;
  padding:calc(89% * .6) 0 0 0;
  background-image: url('../images/about_img_2.jpg');
	background-position: 50% 50%;
	background-size: cover;
  border-radius: 20px;
  transform: translateX(-100%);
}
#page_about .blk_1_1 .blk_bk .bk_3 {
  position: absolute;
  left:115%;
  top:75%;
  width:45%;
  padding:calc(93% * .45) 0 0 0;
  background-image: url('../images/about_img_3.jpg');
	background-position: 50% 50%;
	background-size: cover;
  border-radius: 20px;
  transform: translateX(-100%);
}
/*  */
#page_about .blk_1_2 {
  padding:80px 35% 120px 0;
}
#page_about .blk_1_2 p {
  font-size: 16px;
  line-height: 2.25;
}
/*
*/
#page_about .blk_2 {
  width: 100%;
  max-width: var(--max_wid_1);
  margin: auto;
  padding:260px 0 200px 0;

padding-top: 180px;
}
#page_about .blk_2 > section {
  width:var(--tgt_wid_1);
  margin: auto;
  z-index: 2;
}
#page_about .blk_2 > section::after {
  position: absolute;
  display: block;
  content: 'Voices';
  left:50%;
  top:20px;
  font-family: 'Montserrat', sans-serif; 
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em;
  color:#198BA8;
  opacity: .25;
  white-space: nowrap;
  transform:translate(-50%, -100%);

display:none;
}
#page_about .blk_2 > section::before {
  position: absolute;
  display: block;
  content: '';
  left:50%;
  top:0;
  width:120%;
  height: 100%;
  background-color: #ffffff;
  transform:translateX(-50%);
  border-radius: 20px;
}
#page_about .blk_2 h3 {
  padding:150px 0 100px 0;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  background-image: url('../images/about_ico_1.svg');
	background-position: 50% 78px;
	background-size: 43px auto;
}
/*
*/
#page_about .blk_2 .rep_1 {
  width:100%;
  text-align: left;
}
#page_about .blk_2 .rep_1 > section {
  width:100%;
}
/*  */
#page_about .blk_2 .rep_1_1 {
  width:100%;
  min-height: 450px;
}
#page_about .blk_2 .rep_1_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 75%;
	height: 100%;
	left:25%;
	top:0;
	background-image: url('../images/00_dummy_4.jpg');
	background-position: 50% 50%;
	background-size: cover;
  border-radius: 20px;
}
#page_about .blk_2 .rep_1_1 h4 {
  padding:10% 0 3% 0;
}
#page_about .blk_2 .rep_1_1 h4 > span:nth-of-type(1) {
  display: block;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif; 
  color:var(--col_1);
  padding:0 0 15px 0;
}
#page_about .blk_2 .rep_1_1 h4 > span:nth-of-type(2) {
  display: block;
}
#page_about .blk_2 .rep_1_1 h4 > span:nth-of-type(2) > span {
  display: block;
  padding:0 0 15px 0;
}
#page_about .blk_2 .rep_1_1 h4 > span:nth-of-type(2) > span > span {
  display: inline-block;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  color:#ffffff;
  padding:13px 20px;
  background-color: var(--col_2);
}
/*  */
#page_about .blk_2 .rep_1 .blk_sty_1 {
  width:100%;
  left:10%;
  display: flex;
  margin-top: 100px;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(1) {
  width: 55%;
  text-align: left;
  padding:5% 5% 0 0;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(1) h5 {
  font-size:28px;
  line-height: 1.5;
  font-weight: 700;
  color:var(--col_2);
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(1) p {
  font-size: 16px;
  line-height: 2.25;
  padding: 30px 0 0 0;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(2) {
  width: 45%;
  text-align: left;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(2) p {
  width:100%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(2) p img {
  display: block;
  width:100%;
}
/*  */
#page_about .blk_2 .rep_1 .blk_sty_2 {
  width:100%;
  display: flex;
  margin-top: 100px;
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(1) {
  width: 60%;
  text-align: left;
  padding:5% 0 0 10%;
  order: 2;
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(1) h5 {
  font-size:28px;
  line-height: 1.5;
  font-weight: 700;
  color:var(--col_2);
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(1) p {
  font-size: 16px;
  line-height: 2.25;
  padding: 30px 0 0 0;
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(2) {
  width: 40%;
  text-align: left;
  order: 1;
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(2) p {
  width:100%;
  border-radius: 20px;
  overflow: hidden;
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(2) p img {
  display: block;
  width:100%;
}
/*  */
#page_about .blk_2_2 {
  display: block;
  width:100%;
  padding:100px 0;
  text-align: left;
}
#page_about .blk_2_2 .blk_news {
  width:100%;
  background-image: radial-gradient(var(--col_1) 20%, transparent 25%);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 10px 10px;
  min-height: 300px;

background-image: none;
}
#page_about .blk_2_2 .blk_news h4 {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  padding:60px 0 40px 0;

padding-top:0;
}
#page_about .blk_2_2 .blk_news ul {
  display: table;
  width: 100%;
  list-style: none;
}
#page_about .blk_2_2 .blk_news ul li {
  display: table-row;
	text-align: left;
}
#page_about .blk_2_2 .blk_news ul li p:nth-of-type(1) {
  display: table-cell;
	vertical-align: top;
	padding-bottom:30px;
  width:1%;
}
#page_about .blk_2_2 .blk_news ul li p:nth-of-type(1) a {
	display: inline-block;
	white-space: nowrap;
	border: 1px solid #ffffff;
	border-radius: 20px;
	background-color: #42BEDE;
	font-size:13px;
	line-height: 1;
	padding: 7px 20px 6px 20px;
	color:#ffffff;
	font-weight: 700;
}
#page_about .blk_2_2 .blk_news ul li p:nth-of-type(2) {
  display: table-cell;
	vertical-align: top;
	padding:7px 40px 0 40px;
	font-size:14px;
	line-height: 1;
	white-space: nowrap;
	padding-bottom:30px;
  width:1%;
}
#page_about .blk_2_2 .blk_news ul li p:nth-of-type(3) {
  display: table-cell;
	vertical-align: top;
	padding-bottom:30px;
}
#page_about .blk_2_2 .blk_news ul li p:nth-of-type(3) a {
	font-size:20px;
	line-height: 1.5;
	font-weight: 700;
	word-break: break-all;
}
/*  */
#page_about .blk_2_2 .blk_news.comingsoon::before {
	position:absolute;
	display: block;
	content:'COMING SOON';
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
	color:var(--col_2);
	white-space: nowrap;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
/*
*/
#page_about .blk_1 .blk_bk_wave {
	position: absolute;
	left:50%;
	top:0;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	opacity: .3;
	transform: translateX(-50%);
  z-index: 1;
}
#page_about .blk_1 .blk_bk_wave .bks {
  position: absolute;
  left:50%;
  top:0;
  width:100%;
  height: 100%;
  max-width: var(--max_wid_1);
  transform: translateX(-50%);
}
#page_about .blk_1 .blk_bk_wave > div > div {
  position: absolute;
	background-position: 0 0;
	background-size: 100% auto;
}
#page_about .blk_1 .blk_bk_wave > div > div::before {
  display: block;
  content:'';
  width: 100%;
  padding:29.6% 0 0 0;
}
/*  */
#page_about .blk_1 .blk_bk_wave .bk_1 {
  width: 345px;
	left:calc(100% - 50px);
  top:calc(50% + 50px);
  background-image: url('../images/bk_3_1.svg');
}
#page_about .blk_1 .blk_bk_wave .bk_2 {
  width: 286px;
	left:calc(100% - 100px);
  top:calc(50% + 200px);
  background-image: url('../images/bk_3_1.svg');
}
/*
*/
#page_about .blk_2 .blk_bk_wave {
	position: absolute;
	left:50%;
	top:0;
	width: 100vw;
	height: 100%;
	overflow: hidden;
	opacity: .3;
	transform: translateX(-50%);
  z-index: 1;
}
#page_about .blk_2 .blk_bk_wave .bks {
  position: absolute;
  left:50%;
  top:0;
  width:100%;
  height: 100%;
  max-width: var(--max_wid_1);
  transform: translateX(-50%);
}
#page_about .blk_2 .blk_bk_wave > div > div {
  position: absolute;
	background-position: 0 0;
	background-size: 100% auto;
}
#page_about .blk_2 .blk_bk_wave > div > div::before {
  display: block;
  content:'';
  width: 100%;
  padding:29.6% 0 0 0;
}
/*  */
#page_about .blk_2 .blk_bk_wave .bk_1 {
  width: 301px;
	left:-100px;
  top:-50px;
  background-image: url('../images/bk_3_2.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_2 {
  width: 303px;
	left:50px;
  top:80px;
  background-image: url('../images/bk_3_1.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_3 {
  width: 406px;
	left:calc(100% - 200px);
  top:20%;
  background-image: url('../images/bk_3_1.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_4 {
  width: 286px;
	left:-100px;
  top:25%;
  background-image: url('../images/bk_3_2.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_5 {
  width: 351px;
	left:20px;
  top:33%;
  background-image: url('../images/bk_3_2.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_6 {
  width: 272px;
	left:calc(100% - 250px);
  top:35%;
  background-image: url('../images/bk_3_2.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_7 {
  width: 170px;
	left:0;
  top:40%;
  background-image: url('../images/bk_3_1.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_8 {
  width: 301px;
	left:-150px;
  top:calc(40% + 50px);
  background-image: url('../images/bk_3_2.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_9 {
  width: 345px;
	left:calc(100% - 150px);
  top:50%;
  background-image: url('../images/bk_3_1.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_10 {
  width: 303px;
	left:20px;
  top:60%;
  background-image: url('../images/bk_3_1.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_11 {
  width: 351px;
	left:0;
  top:80%;
  background-image: url('../images/bk_3_1.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_12 {
  width: 272px;
	left:calc(100% - 150px);
  top:80%;
  background-image: url('../images/bk_3_1.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_13 {
  width: 406px;
	left:calc(100% - 700px);
  top:calc(100% - 210px);
  background-image: url('../images/bk_3_1.svg');
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

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

/*
*/
#page_about {
  padding:100px 0 0 0;
}
#page_about > section::before {
	height: 400px;
	top:-50px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
/*
*/
#page_about .blk_1 {
  max-width: var(--max_wid_2);
  padding:30px 0 0 0;
}
#page_about .blk_1::before {
  top:-30px;
  font-size: 70px;
}
#page_about .blk_1 > div:nth-of-type(1) {
  width: var(--tgt_wid_2);
}
/*  */
#page_about .blk_1_1 {
  padding:0 0;
  background-color: #ffffff;
  border-radius: 0 20px 0 0;
}
#page_about .blk_1_1 h2 {
  display: block;
}
#page_about .blk_1_1 h2::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(110% - 100px);
	height: auto;
	left:100px;
	top:20px;
  padding:50% 0 0 0;
	background-image: url('../images/about_img_1.jpg');
	background-position: 0 0;
	background-size: cover;
  border-radius: 10px;
}
#page_about .blk_1_1 h2 > span:nth-of-type(1) {
  display: block;
  width: 100%;
  padding:min(290px, 56%) 0 0 0;
}
#page_about .blk_1_1 h2 > span:nth-of-type(1) span {
  font-size:18px;
  padding:0 0 15px 0;
  background-size: 7px 7px;
  position: absolute;
  left:0;
  top:100px;
}
#page_about .blk_1_1 h2 > span:nth-of-type(2) {
  font-size: 21px;
  padding:7% 5% 0 0;
}
#page_about .blk_1_1 p {
  padding:20px 5% 0 0;
  font-size: 14px;
}
#page_about .blk_1_1 .blk_bk {
  display: none;
}
/*  */
#page_about .blk_1_2 {
  padding:20px 5% 25% 0;
  background-color: #ffffff;
}
#page_about .blk_1_2 p {
  font-size: 14px;
  line-height: 2;
}
#page_about .blk_1_2::before {
	position: absolute;
	display: block;
	content: '';
	width: 45%;
	height: auto;
  padding:calc(89% * .45) 0 0 0;
	left:57%;
	top:100%;
	background-image: url('../images/about_img_2.jpg');
	background-position: 50% 50%;
	background-size: cover;
  border-radius: 10px;
  transform:translateY(-30%);
}
#page_about .blk_1_2::after {
	position: absolute;
	display: block;
	content: '';
	width: 40%;
	height: auto;
  padding:calc(93% * .4) 0 0 0;
	left:30%;
	top:100%;
	background-image: url('../images/about_img_3.jpg');
	background-position: 50% 50%;
	background-size: cover;
  border-radius: 10px;
  transform:translateY(-50%);
}
/*
*/
#page_about .blk_2 {
  max-width: var(--max_wid_2);
  padding:0 0 120px 0;
  padding-top: min(220px, 50%);
}

#page_about .blk_2 > section {
  width:var(--tgt_wid_2);
  margin: auto;
  z-index: 2;
  border-radius: 10px;
  background-color: #ffffff;
}
#page_about .blk_2 > section::after {
  top:5px;
  font-size: 70px;
}
#page_about .blk_2 > section::before {
  display: none;
}
#page_about .blk_2 h3 {
  padding:100px 0 30px 0;
  font-size: 21px;
	background-position: 50% 30px;
	background-size: 45px auto;
}
/*
*/
#page_about .blk_2 .rep_1 {
  width:100%;
  text-align: left;
  padding:0 5%;
  overflow: hidden;
}
#page_about .blk_2 .rep_1 > section {
  width:100%;
  padding:0 0 40px 0;
}
/*  */
#page_about .blk_2 .rep_1_1 {
  width:100%;
  min-height: 0;
}
#page_about .blk_2 .rep_1_1::before {
	position: relative;
	width: 100%;
	height: auto;
	left:0;
	top:0;
  border-radius: 10px;
  padding:54.6% 0 0 0;
}
#page_about .blk_2 .rep_1_1 h4 {
  padding:30px 0 0 0;
}
#page_about .blk_2 .rep_1_1 h4 > span:nth-of-type(1) {
  font-size: 25px;
  padding:0 0 13px 0;
}
#page_about .blk_2 .rep_1_1 h4 > span:nth-of-type(2) > span {
  padding:0 0 10px 0;
}
#page_about .blk_2 .rep_1_1 h4 > span:nth-of-type(2) > span > span {
  font-size: 21px;
  padding:8px 15px;
}
/*  */
#page_about .blk_2 .rep_1 .blk_sty_1 {
  width:100%;
  left:0;
  display: flex;
  margin-top: 40px;
  flex-direction: column;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(1) {
  width: 100%;
  text-align: left;
  padding: 25px 0 0 0;
  order: 2;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(1) h5 {
  font-size:19px;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(1) p {
  font-size: 14px;
  line-height: 2.25;
  padding: 10px 0 0 0;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(2) {
  width: 100%;
  text-align: left;
  order: 1;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(2) p {
  width:86%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  left:20%;
}
#page_about .blk_2 .rep_1 .blk_sty_1 > div:nth-of-type(2) p img {
  display: block;
  width:100%;
}
/*  */
#page_about .blk_2 .rep_1 .blk_sty_2 {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(1) {
  width: 100%;
  padding:25px 0 0 0;
  order: 2;
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(1) h5 {
  font-size:19px;
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(1) p {
  font-size: 14px;
  padding: 10px 0 0 0;
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(2) {
  width: 55%;
}
#page_about .blk_2 .rep_1 .blk_sty_2 > div:nth-of-type(2) p {
  border-radius: 10px;
}
/*  */
#page_about .blk_2_2 {
  padding:0 5% 20px 5%;
}
#page_about .blk_2_2 .blk_news h4 {
  font-size: 19px;
  padding:60px 0 20px 0;
}
#page_about .blk_2_2 .blk_news ul {
  display: block;
}
#page_about .blk_2_2 .blk_news ul li {
  display: block;
	text-align: left;
	padding:0 0 30px 0;
}
#page_about .blk_2_2 .blk_news ul li p:nth-of-type(1) {
  display: inline-block;
	padding-bottom:0;
  width:auto;
}
#page_about .blk_2_2 .blk_news ul li p:nth-of-type(1) a {
	display: inline-block;
	font-size:12px;
	padding: 5px 18px 5px 18px;
}
#page_about .blk_2_2 .blk_news ul li p:nth-of-type(2) {
  display: inline-block;
	padding:5px 0 0 15px;
	font-size:12px;
	padding-bottom:0;
  width:auto;
}
#page_about .blk_2_2 .blk_news ul li p:nth-of-type(3) {
  display: block;
	padding-bottom:0;
	padding:10px 0 0 0;
}
#page_about .blk_2_2 .blk_news ul li p:nth-of-type(3) a {
	font-size:15px;
}
/*  */
#page_about .blk_2_2 .blk_news.comingsoon::before {
	font-size: 26px;
}
/*
*/
#page_about .blk_1 .blk_bk_wave {
  display: none;
}
/*
*/
#page_about .blk_2 .blk_bk_wave {
	top:-100px;
	height: calc(100% + 100px);
}
#page_about .blk_2 .blk_bk_wave .bks {
  max-width: var(--max_wid_2);
}
/*  */
#page_about .blk_2 .blk_bk_wave .bk_1 {
  width: 202px;
	left:-100px;
  top:60px;
  background-image: url('../images/bk_3_2.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_2 {
  width: 153px;
	left:125px;
  top:175px;
  background-image: url('../images/bk_3_1.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_3 {
  width: 218px;
	left:calc(100% - 200px);
  top:calc(100% - 125px);
  background-image: url('../images/bk_3_1.svg');
}
#page_about .blk_2 .blk_bk_wave .bk_4 {
  display: none;
}
#page_about .blk_2 .blk_bk_wave .bk_5 {
  display: none;
}
#page_about .blk_2 .blk_bk_wave .bk_6 {
  display: none;
}
#page_about .blk_2 .blk_bk_wave .bk_7 {
  display: none;
}
#page_about .blk_2 .blk_bk_wave .bk_8 {
  display: none;
}
#page_about .blk_2 .blk_bk_wave .bk_9 {
  display: none;
}
#page_about .blk_2 .blk_bk_wave .bk_10 {
  display: none;
}
#page_about .blk_2 .blk_bk_wave .bk_11 {
  display: none;
}
#page_about .blk_2 .blk_bk_wave .bk_12 {
  width: 272px;
	left:calc(100% - 150px);
  top:80%;
  background-image: url('../images/bk_3_1.svg');

  display: none;
}
#page_about .blk_2 .blk_bk_wave .bk_13 {
  width: 406px;
	left:calc(100% - 700px);
  top:calc(100% - 210px);
  background-image: url('../images/bk_3_1.svg');

  display: none;
}
/*  */
}
