@charset "utf-8";

/* *******************
 base
 ******************* */
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  /*min-width: 1100px;*/
  background-color: #FFF;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: none;
  color: #333333;
  position: relative;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}

* html .clearfix{
  zoom: 1;
} /* IE6 */

*:first-child+html .clearfix{
  zoom: 1;
} /* IE7 */

a{
  color:#333333;
}

a:hover{
  text-decoration:none; 
}

.switch{
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

/*
  This site uses
    Typekit WEB fonts.
      "Futura PT Book(400)"
      "Futura PT MEDIUM(500)"
      "Futura PT Demi(600)"
  End
*/

input,
select,
option,
textarea{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.sp{
  display: none;
}

.pc{
  display: block;
}

.ft{
  font-family: "futura-pt";
  font-weight: 400;
}
.ft-demi{
  font-family: "futura-pt";
  font-weight: 600;
}

small{
  font-size: 1.2rem;
}

/* **************************************
 sectioning
 ************************************** */
.wrap{
  width: 100%;
  padding: 152px 120px 160px;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gray{
  background: url(/assets/images/common/bg_01.png) repeat center center / 50px 50px;
}

.blue{
  background: #0082cb;
}

/* **************************************
 common
 ************************************** */

.title{
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  font-family: "futura-pt";
  font-weight: 600;
  letter-spacing: .1em;
  word-wrap: break-word;
  line-height: 1.2;
  padding-bottom: 18px;
  position: relative;
}

.title:after{
  content: "";
  width: 25px;
  height: 2px;
  background: #0082cb;
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  bottom: 0;
}

.subtitle{
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: .1em;
  word-wrap: break-word;
  line-height: 1.2;
  padding-top: 24px;
  padding-bottom: 60px;
  font-weight: bold;
}

.blue .title,
.blue .subtitle{
  color: #fff;
}

.blue .title:after{
  background: #fff;
}

.bg_box,
.bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg{
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .4s;
  transition: .4s;
}

#goto_bg{
  background-image: url(/assets/images/top/bg_goto.jpg);
}

#wakayama_bg{
  background-image: url(/assets/images/top/bg_wakayama.jpg);
}

#awaji_bg{
  background-image: url(/assets/images/top/bg_awaji.jpg);
}

.visible.bg{
  opacity: 1;
  z-index: 2;
}

.active.bg{
  opacity: 1;
  z-index: 1;
}

/* btn Start */

.btn,
.btn_box{
  width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.btn_link{
  width: 100%;
  height: 65px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: 600;
  font-family: "futura-pt";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
  z-index: 2;
}

.btn_link_blue{
  width: 800px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
  stroke: #0082cb;
  stroke-width: 3px;
  z-index: 1;
  stroke-dasharray: 0, 0, 1730px, 1730px;
  stroke-dashoffset: 1730px;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.btn:hover .btn_link_blue{
  stroke-dashoffset: 0px;
}

.btn_link_blue_bar{
  width: 804px;
  height: 69px;
  position: absolute;
  top: -2px;
  left: -2px;
  fill: none;
  stroke: #0082cb;
  stroke-width: 10px;
  z-index: 1;
  stroke-dasharray: 0, 0, 20px, 1730px;
  stroke-dashoffset: 0px;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.btn:hover .btn_link_blue_bar{
  stroke-dashoffset: -1730px;
}

.btn:before{
  content: "";
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border: 0px solid transparent;
  border-left: 5px solid #0082cb;
  top: 50%;
  margin-top: -10px;
  left: 0%;
  margin-left: -2px;
}

.btn:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}

.btn_link:before{
  content: "";
  width: 105px;
  height: 1px;
  background: #434343;
  bottom: 50%;
  margin-bottom: -1px;
  right: -53px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn_link:after{
  content: "";
  width: 11px;
  height: 1px;
  background: #434343;
  bottom: 50%;
  margin-bottom: -1px;
  right: -53px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform-origin: top right;
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.btn_link:hover,
.submit:hover{
  color: #0082cb;
}

.btn:hover:before{
  animation: SquareLine 1s linear 0s forwards;
}

.btn:hover .btn_link:before{
  width: 130px;
  right: -78px;
}

.btn:hover .btn_link:after{
  right: -78px;
}

.more .btn_link:before{
  width: 1px;
  height: 32px;
  bottom: -16px;
  margin-bottom: 0;
  right: 50%;
  margin-right: -1px;
}

.more .btn:hover .btn_link:before{
  width: 1px;
  height: 57px;
  bottom: -41px;
  margin-bottom: 0;
  right: 50%;
  margin-right: -1px;
}

.more .btn:hover .btn_link:after{
  bottom: -41px;
  margin-bottom: 0;
  right: 50%;
  margin-right: -1px;
}

.more .btn_link:after{
  bottom: -16px;
  margin-bottom: 0;
  right: 50%;
  margin-right: -1px;
  -ms-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
}



.back_btn .btn:before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 0px solid transparent;
  border-right: 5px solid #0082cb;
  top: 50%;
  margin-top: -10px;
  left: 100%;
  margin-left: -23px;
}

.back_btn .btn:hover:before{
  animation: SquareLineBack 1s linear 0s forwards;
}

.back_btn .btn_link:before{
  margin-right: -53px;
  right: 100%;
}

.back_btn .btn_link:after{
  margin-right: 51px;
  right: 100%;
  transform-origin: top right;
  -ms-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.back_btn .btn:hover .btn_link:before{
  width: 130px;
  right: 100%;
}

.back_btn .btn:hover .btn_link:after{
  right: 100%;
  margin-right: 76px;
}


/* btn End */

/* box Start */

.box{
  position: relative;
}

.box:before,
.box:after{
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  border: 0px solid #0082cb;
  z-index: 1;
}

.box:before{
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.box:after{
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.box:hover:before,
.box:hover:after,
.news_article_inner:hover .box:before,
.news_article_inner:hover .box:after{
  border-width: 8px;
  width: 100%;
  height: 100%;
}

/* box End */

/* header Start */

.header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 16px;
  z-index: 10;
}

.header_logo{
  margin-left: 24px;
}

.header_logo .svg{
  width: 220px;
}

.header .svg .cls-1{
  stroke: #000;
  fill: #000;
}

.svg .cls-1{
  fill: #000;
}

.header .header_mail,
.header .header_mail .svg{
  width: 21px;
}

.header .header_fb,
.header .header_fb .svg{
  width: 8px;
}

.nav_box{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav_list{
  margin: 0 13px;
}

.nav_list a{
  font-family: "futura-pt";
  font-weight: 500;
  letter-spacing: .1em;
  padding: 0 10px;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.nav_list a.nohov{
  opacity: .5;
}

.nav_list a:before{
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.kv_header .nav_list a:before{
  background: #fff;
}

.nav_list a:hover:before{
  width: 100%;
}

.nav_ico{
  width: 54px;
  margin: 0 24px 0 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav_ico a{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header,
.header_logo,
.header_nav,
.header .cls-1,
.nav_list a{
  -webkit-transition: .4s;
  transition: .4s;
}

.humberger{
  display: none;
}

/* header End */

/* footer Strat */

.footer{
  width: 100%;
  padding: 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_fb{
  margin-top: 40px;
}

.copyright{
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "futura-pt";
  line-height: 1.2;
  letter-spacing: .1em;
  margin-top: 40px;
}

/* footer End */

/* *******************
 Top Page
 ******************* */

/* kv Start */

.kv{
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center; /* Safari */
  align-content: center;
  position: relative;
  overflow: hidden;
  /*
  background-blend-mode: overlay;
  background: rgba(0,0,0,0.2) url(/assets/images/top/kv_sea.jpg) no-repeat center center / cover;
  */
  position: relative;
  z-index: 5;
}

.kv_slider:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid rgba(0,130,203,.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 4;
  mix-blend-mode: multiply;
}

.kv > *{
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.kv_slider_box{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.kv_slider{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-blend-mode: overlay;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.active.kv_slider{
  z-index: 3;
  opacity: 1;
}

.visible.kv_slider{
  z-index: 2;
}

.fish.kv_slider{
  background: rgba(0,0,0,0.2) url(/assets/images/top/kv_fish.jpg) no-repeat center center / cover;
}

.meat.kv_slider{
  background: rgba(0,0,0,0.2) url(/assets/images/top/kv_meat.jpg) no-repeat center center / cover;
}

.vegetable.kv_slider{
  background: rgba(0,0,0,0.2) url(/assets/images/top/kv_vegetable.jpg) no-repeat center center / cover;
}

.kv_logo{
  mix-blend-mode: overlay;
}

.kv_catchcopy{
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0;
  padding: 95px 0 35px;
  position: relative;
  margin-bottom: 36px;
  mix-blend-mode: overlay;
}

.kv_catchcopy:after{
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  mix-blend-mode: overlay;
}

.kv_catchcopy_en{
  font-size: 2.8rem;
  line-height: 1.714;
  font-weight: 400;
  font-family: "futura-pt";
  letter-spacing: .05em;
  word-wrap: break-word;
  mix-blend-mode: overlay;
}

.scroll{
  position: absolute;
  bottom: 54px;
  left: 0;
  line-height: 1;
  mix-blend-mode: overlay;
  -webkit-animation: scroll_down 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  animation: scroll_down 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.scroll a{
  color: #fff;
  font-weight: 500;
  font-family: "futura-pt";
  letter-spacing: .1em;
  position: relative;
  display: block;
  line-height: 1;
  mix-blend-mode: overlay;
}

.scroll a:after{
  content: "";
  width: 1px;
  height: 48px;
  background: #fff;
  position: absolute;
  bottom: -54px;
  left: 50%;
  margin-left: -.5px;
  mix-blend-mode: overlay;
  -webkit-animation: scroll_down_bar 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  animation: scroll_down_bar 3s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.kv_header{
  padding: 60px;
}

.kv_header .header_logo{
  margin-top: 8px;
}

.kv_header .svg .cls-1{
  stroke: #fff;
  fill: #fff;
}

.kv_header a{
  color: #fff;
}

/* kv End */

/* mission Start */

.content,
.content_r,
.content_l{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_r,
.content_l{
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-justify-content: center;
  justify-content: center;
}

.content_r{
  padding-left: 40px;
}

.content_l{
  padding-right: 40px;
}

.en,.ja{
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: .1em;
}

.en{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 1.6rem;
  font-family: "futura-pt";
  font-weight: 400;
}

.ja{
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  font-size: 1.5rem;
  line-height: 2.13;
}

.align_tl .content_r,
.align_tl .content_l{
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align_tl .ja,
.align_tl .en{
  text-align: left;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 18px 36px;
}

.content_title{
  width: 100%;
  font-weight: bold;
  text-align: left;
}

/* mission End */

/* service Start */

.service .subcontent{
  text-align: center;
}

.service .anim_area{
  padding: 68px 0;
}

/* ---- anim area Start ---- */

.anim_01{
  width: 500px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anim_02{
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.service_03 .anim_02{
  -webkit-align-items: stretch;
  align-items: stretch;
}


.anim_02:before{
  content: "";
  width: 105px;
  height: 1px;
  background: #434343;
  bottom: 50%;
  margin-bottom: -1px;
  right: 50%;
  margin-right: -52.5px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.anim_02:after{
  content: "";
  width: 11px;
  height: 1px;
  background: #434343;
  bottom: 50%;
  margin-bottom: -1px;
  right: 50%;
  margin-right: -52.5px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform-origin: top right;
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.anim_02 .ico_svg{
  /* height: 116px; */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.ico_area{
  text-align: center;
}

.anim_02 .ico_area{
  width: 50%;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anim_02 .ico_area:first-child{
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.anim_02 .ico_area:last-child{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.ico_02{
  width: 328px;
}

.ico_world .ico_02{
  width: 440px;
}

.ico_title{
  width: 100%;
}

.ico_fish .svg{
  width: 78px;
}

.ico_cow .svg{
  width: 70px;
}

.ico_vegetables .svg{
  width: 58px;
}

.ico_producer span{
  display: block;
  width: 100%;
  line-height: 1;
}

.ico_producer span:first-child .svg{
  width: 122px;
}

.ico_producer span:last-child .svg{
  width: 60px;
}

.ico_producer .ico_02,
.ico_restaurant .ico_02{
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.ico_restaurant .svg{
  width: 108px;
}

.ico_title_en{
  font-size: 1.8rem;
  font-family: "futura-pt";
  font-weight: 600;
  letter-spacing: .1em;
}

.ico_title_ja{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

.ico_japan .svg{
  width: 160px;
}

.ico_world .svg{
  width: 340px;
}

/* ---- anim area End ---- */

.service .subcontent:first-of-type{
  margin: 90px auto;
}

.headline_en{
  font-size: 2rem;
  font-family: "futura-pt";
  font-weight: 600;
  letter-spacing: .1em;
  display: inline;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  line-height: 1.4;
  word-wrap: break-word;
}

.headline_ja{
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.4;
  padding-top: 12px;
}

/* service End */

/* our target Start */

.content_triple{
  width: 1296px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.target_box{
  width: 400px;
  min-height: 324px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start; /* Safari */
  align-content: flex-start;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.target_box_inner{
  width: 100%;
  height: 100%;
  padding: 35px;
  min-height: 324px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

.target_box_inner > *{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.target_box_inner:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.target_svg{
  width: 100%;
  height: 100px;
}

.target_box .headline_ja{
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  min-height: 96px;
}

.target_en{
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-family: "futura-pt";
  font-weight: 400;
  line-height: 1.7;
  word-wrap: break-word;
}

/* our target End */

/* promember Start */

.pro_box{
  width: 400px;
  min-height: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start; /* Safari */
  align-content: flex-start;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.pro_box_inner{
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: rgba(248,248,248,0.8);
  padding: 0 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.promember .content_triple{
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.pro_headline{
  width: 100%;
  height: 126px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center; /* Safari */
  align-content: center;
}

.pro_headline .headline_ja{
  width: 100%;
  font-size: 1.6rem;
}

.pro_headline .headline_en{
  word-wrap: break-word;
}

.pro_svg{
  min-height: 236px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.temp_box{
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 4px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.weather{
  position: absolute;
  top: -44px;
  right: 12px;
}

.weather_svg{
  width: 32px;
}

.temp{
  font-size: 10.0rem;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  line-height: 1;
  color: #0082cb;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tempText{
  font-size: 100%;
  line-height: 1;
  background: none;
  background: -webkit-gradient(linear, right bottom, left top, from(#0082cb), to(#00f2fe));
  background: linear-gradient(to left top, #0082cb, #00f2fe);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -.1em;
  padding-right: .1em;
  margin-right: -.2em;
}

.supText{
  font-size: 70%;
  vertical-align: top;
  position: relative;
  letter-spacing: 0;
  top: -0.1em;
  background: none;
  background: -webkit-gradient(linear, right bottom, left top, from(#0082cb), to(#00f2fe));
  background: linear-gradient(to left top, #0082cb, #00f2fe);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.promember_list{
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 72px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 200px;
}

/*
.promember_list:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid #0082cb;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -moz-transition: border-width .4s cubic-bezier(.55, .085, .68, .53);
  -o-transition: border-width .4s cubic-bezier(.55, .085, .68, .53);
  -webkit-transition: border-width .4s cubic-bezier(.55, .085, .68, .53);
  transition: border-width .4s cubic-bezier(.55, .085, .68, .53);
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.change.promember_list:before{
  -moz-transition: border-width .4s cubic-bezier(.25, .46, .45, .94) 0s;
  -o-transition: border-width .4s cubic-bezier(.25, .46, .45, .94) 0s;
  -webkit-transition: border-width .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 0s;
  transition: border-width .4s cubic-bezier(.25, .46, .45, .94) 0s;
  border-width: 100px;
}
*/

.promember_list:before{
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  background: #0082cb;
  border: 0px solid #0082cb;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -moz-transition: width .4s cubic-bezier(.55, .085, .68, .53);
  -o-transition: width .4s cubic-bezier(.55, .085, .68, .53);
  -webkit-transition: width .4s cubic-bezier(.55, .085, .68, .53);
  transition: width .4s cubic-bezier(.55, .085, .68, .53);
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.change.promember_list:before{
  width: 100%;
  left: 0;
  -moz-transition: width .4s cubic-bezier(.25, .46, .45, .94) 0s;
  -o-transition: width .4s cubic-bezier(.25, .46, .45, .94) 0s;
  -webkit-transition: width .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 0s;
  transition: width .4s cubic-bezier(.25, .46, .45, .94) 0s;
}

.member_wrap{
  width: 260px;
  height: 200px;
  margin: 0 12px;
  position: relative;
}

.member_wrap.visible{
  display: block;
}

.member_wrap.invisible{
  display: none;
}

.member{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #dedede;
  position: relative;
  overflow: hidden;
}

.member:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: .3;
  z-index: 0;
  -weblit-transition: .4s;
  transition: .4s;
}

.member:hover:before{
  opacity: 0;
}

.member_content{
  opacity: 0;
  width: 220px;
  height: 160px;
  margin: 20px auto;
  background: rgba(255,255,255,.9);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  -weblit-transition: .4s;
  transition: .4s;
}

.member_wrap:hover .member_content{
  opacity: 1;
}

.member_headline{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member .cat,
.member .type{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 8px;
}

.member .cat{
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
  background: #0082cb;
  font-family: "futura-pt";
  line-height: 1.2;
  padding: 5px 10px;
}

.member_name{
  width: 96%;
  margin: 0 auto;
}

.member .headline_en,
.member .headline_ja{
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  border: none;
  position: relative;
  line-height: 1.2;
  display: block;
}

.member .headline_ja{
  padding-top: 12px;
}
.member .headline_ja:before{
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #000;
  left: 50%;
  margin-left: -30px;
  top: 1px;
}

.member .btn_detail{
  width: 120px;
  height: 30px;
  margin-bottom: 20px;
  border: 1px solid #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.member .btn_detail a{
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: .1em;
  font-family: "futura-pt";
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}

.modal{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
}

.modal_member{
  width: 100%;
  text-align: center;
  display: none;
  border: 120px transparent solid;
  border-top: 44px transparent solid;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.modal_inner{
  width: 100%;
  padding: 72px 40px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal_member_headline{
  width: 390px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #0082cb;
}

.modal_member_headline > *{
  display: block;
  width: 50%;
}

.modal_member_headline .method{
  color: #0082cb;
  font-weight: bold;
  line-height: 1.6;
}

.modal_member_headline .cat{
  background: #0082cb;
  color: #fff;
  letter-spacing: .1em;
  font-family: "futura-pt";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
}

.modal_member_place{
  width: 100%;
  margin: 16px auto 28px;
}

.modal_member_place > *{
  width: 100%;
  display: block;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .1em;
}

.modal_member_place .type{
  margin-bottom: 18px;
}

.modal_member_name{
  width: 100%;
  margin: 32px auto 52px;
}

.modal_member_name_en{
  letter-spacing: .1em;
  font-family: "futura-pt";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 12px;
  position: relative;
}

.modal_member_name_ja{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 12px;
  position: relative;
}

.modal_member_name_en:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 1px;
  background: #000;
}

.modal_member_exp{
  text-align: left;
}

.modal .close_btn{
  width: 36px;
  height: 36px;
  position: absolute;
  top: 72px;
  right: 40px;
  border: 2px solid #0082cb;
  border-radius: 50% 50%;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.modal .close_btn:before{
  content: "";
  width: 2px;
  height: 18px;
  background: #0082cb;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -9px;
  margin-right: -1px;
  transform: rotate(45deg);
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.modal .close_btn:after{
  content: "";
  width: 2px;
  height: 18px;
  background: #0082cb;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -9px;
  margin-right: -1px;
  transform: rotate(-45deg);
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.modal .close_btn:hover{
  border-radius: 0;
}

.modal .close_btn:hover:before{
  transform: rotate(-135deg);
}

.modal .close_btn:hover:after{
  transform: rotate(135deg);
}

.sub_promember .member_wrap{
  margin-bottom: 20px;
}

.sub_promember .promember_list{
  margin-bottom: 80px;
}

.btn_inview_wrap{
  width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* promember End */

/* news Start */

.news_article{
  width: 100%;
  margin-bottom: 60px;
}

.news_article_inner{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news_text{
  width: 45%;
  background: rgba(256,256,256,0.9);
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.news_img{
  width: 45%;
  position: relative;
  z-index: 0;
}

.news_article:nth-of-type(odd) .news_text{
  margin-left: -40px;
}

.news_article:nth-of-type(odd) .news_img{
  margin-right: -40px;
  order: -1;
}

.news_article:nth-of-type(even) .news_text{
  margin-right: -40px;
}

.news_article:nth-of-type(even) .news_img{
  margin-left: -40px;
}

.news_title{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 26px 0;
}

.news_desc{
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.news_date{
  letter-spacing: .1em;
  font-family: "futura-pt";
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  text-align: right;
  display: block;
}

.news_contents{
  width: 1000px;
  margin: 0 auto;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_contents .news_title{
  padding-top: 0;
  font-size: 2.8rem;
  margin: 0;
}

.news_details .news_date{
  display: block;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: left;
}

.eyecatch{
  margin-bottom: 55px;
}

.news_contents h1,
.news_contents h2,
.news_contents h3,
.news_contents h4,
.news_contents h5,
.news_contents h6{
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.63;
}

.news_contents h1{
  font-size: 2.8rem;
}

.news_contents h2{
  font-size: 2.6rem;
}

.news_contents h3{
  font-size: 2.4rem;
}

.news_contents h4{
  font-size: 2.2rem;
}

.news_contents h5{
  font-size: 2.0rem;
}

.news_contents h6{
  font-size: 1.8rem;
}

.news_contents p{
  margin-bottom: 1.5em;
}

.news_contents strong{
  font-weight: bold;
}

.news_contents em{
  font-style: italic;
}

.news_contents em strong,
.news_contents strong em{
  font-weight: bold;
  font-style: italic;
}

.news_contents ul{
  list-style: circle inside;
  margin-bottom: 1em;
}

.news_contents ol{
  list-style: decimal inside;
  margin-bottom: 1em;
}

.news_contents blockquote,
.news_contents blockquote p{
  display: inline-block;
  font-weight: bold;
  color: #666;
}

.news_contents blockquote:before,
.news_contents blockquote:after{
  content: '"';
}

.news_content{
  margin-bottom: 80px;
}

.nopost{
  width: 100%;
  text-align: center;
  margin: 60px auto;
}

.pager_box{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.pager{
  width: 50%;
}

.next{
  text-align: right;
}

.pager a{
  font-family: "futura-pt";
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .1em;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pager a:hover{
  color: #0082cb;
}

.prev a{
  padding-left: 65px;
}

.next a{
  padding-right: 65px;
}

.pager a:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #434343;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.prev a:before{
  left: 0;
}

.next a:before{
  right: 0;
}

.pager a:after{
  content: "";
  width: 11px;
  height: 1px;
  background: #434343;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.prev a:after{
  left: 0;
  transform-origin: top left;
  -ms-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.next a:after{
  right: 0;
  transform-origin: top right;
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.prev a:hover:before{
  width: 120%;
  left: -20%;
}

.next a:hover:before{
  width: 120%;
  right: -20%;
}

.prev a:hover:after{
  left: -20%;
}

.next a:hover:after{
  right: -20%;
}

.loading_list{
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}

.loading_list > span{
  height: 60px;
  width: 60px;
  -webkit-animation: ball_scale 1s 0s ease-in-out infinite;
  animation: ball_scale 1s 0s ease-in-out infinite;
  background-color: #0082cb;
  border-radius: 100%;
  margin: 2px;
  display: inline-block;
}

/* news End */

/* company Start */

.company_table dl{
  width: 100%;
  border-bottom: 1px solid #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company_table dt,
.company_table dd{
  color: #fff;
  font-size: 1.4rem;
  padding: 22px;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .1em;
  line-height: 1.4;
}

.company_table dt{
  width: 25%;
  font-weight: bold;
}

.company_table dd{
  width: 75%;
}

.company_table_en dt,
.company_table_en dd{
  font-family: "futura-pt";
  font-weight: 300;
  word-wrap: break-word;
}

.gmap{
  width: 100%;
  height: 400px;
  margin-top: 60px;
}

/* company End */

/* contact Start */

.form_exp{
  width: 100%;
  text-align: center;
}

.form_exp label{
  cursor: pointer;
}


.req{
  color: #ff2400;
}

.form_att{
  font-size: 1.2rem;
  line-height: 2;
  width: 800px;
  margin: 0 auto;
}

.form_area{
  width: 1000px;
  margin: 37px auto 0;
}

.form{
  width: 100%;
  margin: 0 auto 37px;
}

.form_box{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}

.form_title{
  width: 200px;
}

.form_title label{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.form_content{
  width: 800px;
}

.form_box .form_text,
.form_box .form_select,
.form_box .form_contents{
  width: 600px;
  border: 1px solid #000;
  font-size: 1.6rem;
  padding: .4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form_privacy_box{
  width: 100%;
  margin: 50px auto;
}

.form_checkbox{
  margin-right: 10px;
  display: inline-block;
}

.form_exp a{
  text-decoration: underline;
}

.form_exp a:hover{
  text-decoration: none;
}

.submit{
  display: block;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: 600;
  font-family: "futura-pt";
  border: none;
  background: none;
  width: 100%;
  min-height: 63px;
  cursor: pointer;
}

.err_box{
  width: 100%;
  display: block;
  text-align: center;
  margin: 40px 0;
}

.backbtn{
  display: block;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: 600;
  font-family: "futura-pt";
  margin-top: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

.thanks .headline_ja{
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}

.sns_thanks{
  width: 100%;
  text-align: center;
  margin: 70px auto 56px;
}

.followus{
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .1em;
  font-weight: 600;
  font-family: "futura-pt";
  line-height: 1.2;
  margin-bottom: 20px;
}

/* contact End */

/* big Font Start */

.bf{
  position: relative;
  overflow: hidden;
}

.bg_font{
  position: absolute;
  z-index: 0;
  bottom: -50px;
  right: -60%;
  margin-right: 0;
  font-size: 32rem;
  line-height: 1;
  font-family: "futura-pt";
  font-weight: 600;
  white-space: nowrap;
  color: #dedede;
}

.bg_font:before{
  display: inline;
  content: attr(title);
}

.gray .bg_font{
  color: #0082cb;
}

.content,
.content_triple,
.subcontent{
  position: relative;
  z-index: 1;
}

/* big Font End */

/* sub page Start */

.simple_message{
  width: 100%;
  text-align: center;
  padding: 50px 0;
}

.privacy .content{
  padding-bottom: 60px;
}

/* sub page End */

/* *******************
 keyframes animation
 ******************* */

@-webkit-keyframes scroll_down{
    10% { -webkit-transform: translateY(0); opacity: 1; }
    49% { -webkit-transform: translateY(100%); opacity: 0; }
    50% { -webkit-transform: translateY(-100%); opacity: 0; }
    100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes scroll_down{
    10% { transform: translateY(0); opacity: 1; }
    49% { transform: translateY(100%); opacity: 0; }
    50% { transform: translateY(-100%); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@-webkit-keyframes scroll_down_bar{
    10% { -webkit-transform: translateY(0); opacity: 1; }
    49% { -webkit-transform: translateY(100%); opacity: 0; }
    50% { -webkit-transform: translateY(-10%); opacity: 0; }
    100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes scroll_down_bar{
    10% { transform: translateY(0); opacity: 1; }
    49% { transform: translateY(100%); opacity: 0; }
    50% { transform: translateY(-10%); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@-webkit-keyframes ball_scale{
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
  }
}

@keyframes ball_scale{
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
  }
}

@keyframes SquareLine{
  0%{
    width: 0px;
    height: 20px;
    border-left: 5px solid #0082cb;
    border-bottom: 0px solid #0082cb;
    top: 50%;
    margin-top: -10px;
    left: 0%;
    margin-left: -2px;
  }
  
  4.0625%{
    width: 10px;
    height: 10px;
    border-left: 5px solid #0082cb;
    border-bottom: 0px solid #0082cb;
    top: 100%;
    margin-top: -13px;
    left: 0;
    margin-left: -2px;
  }
  
  5.0625%{
    width: 10px;
    height: 10px;
    border-left: 5px solid #0082cb;
    border-bottom: 5px solid #0082cb;
    top: 100%;
    margin-top: -13px;
    left: 0;
    margin-left: -2px;
  }
  
  6.0625%{
    width: 20px;
    height: 0px;
    border-left: 0px solid transparent;
    border-bottom: 5px solid #0082cb;
    top: 100%;
    margin-top: -3px;
    left: 0;
    margin-left: -2px;
  }
  
  45.9375%{
    width: 20px;
    height: 0px;
    border-left: 0px solid transparent;
    border-bottom: 5px solid #0082cb;
    top: 100%;
    margin-top: -3px;
    left: 100%;
    margin-left: -2px;
  }
    47.9375%{
      width: 10px;
      height: 10px;
      border-left: 0px solid transparent;
      border-right: 5px solid #0082cb;
      border-bottom: 5px solid #0082cb;
      top: 100%;
      margin-top: -13px;
      left: 100%;
      margin-left: -12px;
    }
    48.9375%{
      width: 0px;
      height: 20px;
      border-left: 0px solid transparent;
      border-right: 5px solid #0082cb;
      border-bottom: 0px solid transparent;
      top: 100%;
      margin-top: -21px;
      left: 100%;
      margin-left: -3px;
    }
    100%{
      width: 0px;
      height: 20px;
      border-left: 0px solid transparent;
      border-right: 5px solid #0082cb;
      border-bottom: 0px solid transparent;
      top: 100%;
      margin-top: -21px;
      left: 100%;
      margin-left: -3px;
    }
  54.0625%{
    width: 0px;
    height: 20px;
    border-left: 0px solid transparent;
    border-right: 5px solid #0082cb;
    border-bottom: 0px solid transparent;
    top: 0%;
    margin-top: -2px;
    left: 100%;
    margin-left: -3px;
  }
    55.0625%{
      width: 10px;
      height: 10px;
      border-left: 0px solid transparent;
      border-right: 5px solid #0082cb;
      border-top: 5px solid #0082cb;
      border-bottom: 0px solid transparent;
      top: 0%;
      margin-top: -2px;
      left: 100%;
      margin-left: -13px;
    }
    56.0625%{
      width: 20px;
      height: 0px;
      border-left: 0px solid transparent;
      border-right: 0px solid transparent;
      border-top: 5px solid #0082cb;
      border-bottom: 0px solid transparent;
      top: 0%;
      margin-top: -2px;
      left: 100%;
      margin-left: -21px;
    }
  95.9375%{
    width: 20px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 5px solid #0082cb;
    border-bottom: 0px solid transparent;
    top: 0%;
    margin-top: -2px;
    left: 0%;
    margin-left: -2px;
  }
    96.9375%{
      width: 10px;
      height: 10px;
      border-left: 5px solid #0082cb;
      border-right: 0px solid transparent;
      border-top: 5px solid #0082cb;
      border-bottom: 0px solid transparent;
      top: 0%;
      margin-top: -2px;
      left: 0%;
      margin-left: -2px;
    }
    97.9375%{
      width: 0px;
      height: 20px;
      border-left: 5px solid #0082cb;
      border-right: 0px solid transparent;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      top: 0%;
      margin-top: -2px;
      left: 0%;
      margin-left: -2px;
    }
  100%{
    width: 0px;
    height: 20px;
    border-left: 5px solid #0082cb;
    border-right: 0px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    top: 50%;
    margin-top: -10px;
    left: 0%;
    margin-left: -2px;
  }
  
}

@keyframes SquareLineBack{
  0%{
    width: 20px;
    height: 20px;
    border-right: 5px solid #0082cb;
    border-bottom: 0px solid #0082cb;
    top: 50%;
    margin-top: -10px;
    left: 100%;
    margin-left: -23px;
  }
  
  4.0625%{
    width: 10px;
    height: 10px;
    border-right: 5px solid #0082cb;
    border-bottom: 0px solid #0082cb;
    top: 100%;
    margin-top: -13px;
    left: 100%;
    margin-left: -13px;
  }
  
  5.0625%{
    width: 10px;
    height: 10px;
    border-right: 5px solid #0082cb;
    border-bottom: 5px solid #0082cb;
    top: 100%;
    margin-top: -13px;
    left: 100%;
    margin-left: -13px;
  }
  
  6.0625%{
    width: 20px;
    height: 0px;
    border-right: 0px solid transparent;
    border-bottom: 5px solid #0082cb;
    top: 100%;
    margin-top: -3px;
    left: 100%;
    margin-left: -23px;
  }
  
  45.9375%{
    width: 20px;
    height: 0px;
    border-right: 0px solid transparent;
    border-bottom: 5px solid #0082cb;
    top: 100%;
    margin-top: -3px;
    left: 0%;
    margin-left: -23px;
  }
    47.9375%{
      width: 10px;
      height: 10px;
      border-right: 0px solid transparent;
      border-left: 5px solid #0082cb;
      border-bottom: 5px solid #0082cb;
      top: 100%;
      margin-top: -13px;
      left: 0%;
      margin-left: -2px;
    }
    48.9375%{
      width: 0px;
      height: 20px;
      border-right: 0px solid transparent;
      border-left: 5px solid #0082cb;
      border-bottom: 0px solid transparent;
      top: 100%;
      margin-top: -21px;
      left: 0%;
      margin-left: -2px;
    }
    100%{
      width: 0px;
      height: 20px;
      border-right: 0px solid transparent;
      border-left: 5px solid #0082cb;
      border-bottom: 0px solid transparent;
      top: 100%;
      margin-top: -21px;
      left: 0%;
      margin-left: -2px;
    }
  54.0625%{
    width: 0px;
    height: 20px;
    border-right: 0px solid transparent;
    border-left: 5px solid #0082cb;
    border-bottom: 0px solid transparent;
    top: 0%;
    margin-top: -2px;
    left: 0%;
    margin-left: -2px;
  }
    55.0625%{
      width: 10px;
      height: 10px;
      border-right: 0px solid transparent;
      border-left: 5px solid #0082cb;
      border-top: 5px solid #0082cb;
      border-bottom: 0px solid transparent;
      top: 0%;
      margin-top: -2px;
      left: 0%;
      margin-left: -3px;
    }
    56.0625%{
      width: 20px;
      height: 0px;
      border-right: 0px solid transparent;
      border-left: 0px solid transparent;
      border-top: 5px solid #0082cb;
      border-bottom: 0px solid transparent;
      top: 0%;
      margin-top: -2px;
      left: 0%;
      margin-left: -2px;
    }
  95.9375%{
    width: 20px;
    height: 0px;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-top: 5px solid #0082cb;
    border-bottom: 0px solid transparent;
    top: 0%;
    margin-top: -2px;
    left: 100%;
    margin-left: -20px;
  }
    96.9375%{
      width: 10px;
      height: 10px;
      border-right: 5px solid #0082cb;
      border-left: 0px solid transparent;
      border-top: 5px solid #0082cb;
      border-bottom: 0px solid transparent;
      top: 0%;
      margin-top: -2px;
      left: 100%;
      margin-left: -13px;
    }
    97.9375%{
      width: 0px;
      height: 20px;
      border-right: 5px solid #0082cb;
      border-left: 0px solid transparent;
      border-top: 0px solid transparent;
      border-bottom: 0px solid transparent;
      top: 0%;
      margin-top: -2px;
      left: 100%;
      margin-left: -3px;
    }
  100%{
    width: 0px;
    height: 20px;
    border-right: 5px solid #0082cb;
    border-left: 0px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    top: 50%;
    margin-top: -10px;
    left: 100%;
    margin-left: -3px;
  }
  
}

/* inView Animation Start */

.inview{
  position: relative;
}

.inview{
  display: block;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transition: -moz-transform .4s cubic-bezier(.55, .085, .68, .53);
  -o-transition: -o-transform .4s cubic-bezier(.55, .085, .68, .53);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.55, .085, .68, .53);
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
}

.inview_frame_left,
.inview_frame_right,
.inview_frame_top,
.inview_frame_bottom{
  content: "";
  position: absolute;
  background: rgba(248,248,248,1);
  background: #0082cb;
  -moz-transition: -moz-transform .2s cubic-bezier(.55, .085, .68, .53);
  -o-transition: -o-transform .2s cubic-bezier(.55, .085, .68, .53);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.55, .085, .68, .53);
  transition: transform .2s cubic-bezier(.55, .085, .68, .53);
  z-index: -1;
}

.target_box .inview_frame_left,
.target_box .inview_frame_right,
.target_box .inview_frame_top,
.target_box .inview_frame_bottom{
  background: #fff;
}


.inview_frame_left,
.inview_frame_right{
  width: 1px;
  height: 100%;
  top: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.inview_frame_top,
.inview_frame_bottom{
  width: 100%;
  height: 1px;
  left: 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.inview_frame_top{
  top: 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.inview_frame_bottom{
  bottom: 0;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.inview_frame_right{
  right: 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}


.inview_frame_left{
  left: 0;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.active .inview_frame_top,
.active .inview_frame_bottom{
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.active .inview_frame_right,
.active .inview_frame_left{
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.active .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .3s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .3s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .3s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .3s;
}

.active .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .49s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .49s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .49s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .49s;
}

.active .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .58s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .58s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .58s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .58s;
}

.active .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .67s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .67s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .67s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .67s;
}

.active .box:nth-of-type(2) .inview_frame_top,
.active .target_box:nth-of-type(2) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .4s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .4s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .4s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .4s;
}

.active .box:nth-of-type(2) .inview_frame_right,
.active .target_box:nth-of-type(2) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .59s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .59s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .59s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .59s;
}

.active .box:nth-of-type(2) .inview_frame_bottom,
.active .target_box:nth-of-type(2) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .68s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .68s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .68s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .68s;
}

.active .box:nth-of-type(2) .inview_frame_left,
.active .target_box:nth-of-type(2) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .77s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .77s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .77s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .77s;
}

.active .box:nth-of-type(3) .inview_frame_top,
.active .target_box:nth-of-type(3) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .5s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .5s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .5s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .5s;
}

.active .box:nth-of-type(3) .inview_frame_right,
.active .target_box:nth-of-type(3) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .69s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .69s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .69s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .69s;
}

.active .box:nth-of-type(3) .inview_frame_bottom,
.active .target_box:nth-of-type(3) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .78s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .78s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .78s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .78s;
}

.active .box:nth-of-type(3) .inview_frame_left,
.active .target_box:nth-of-type(3) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .87s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .87s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .87s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .87s;
}

.active.promember .btn_box.inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .5s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .5s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .5s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .5s;
}

.active.promember .btn_box .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .69s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .69s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .69s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .69s;
}

.active.promember .btn_box .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .78s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .78s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .78s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .78s;
}

.active.promember .btn_box .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .87s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .87s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .87s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .87s;
}

.active .member_wrap:nth-of-type(1) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .6s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .6s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .6s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .6s;
}

.active .member_wrap:nth-of-type(1) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .79s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .79s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .79s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .79s;
}

.active .member_wrap:nth-of-type(1) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .88s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .88s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .88s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .88s;
}

.active .member_wrap:nth-of-type(1) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .97s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .97s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .97s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .97s;
}

.active .member_wrap:nth-of-type(2) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .7s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .7s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .7s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .7s;
}

.active .member_wrap:nth-of-type(2) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .89s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .89s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .89s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .89s;
}

.active .member_wrap:nth-of-type(2) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .98s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .98s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .98s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .98s;
}

.active .member_wrap:nth-of-type(2) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.07s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.07s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.07s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.07s;
}

.active .member_wrap:nth-of-type(3) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .8s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .8s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .8s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .8s;
}

.active .member_wrap:nth-of-type(3) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .99s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .99s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .99s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .99s;
}

.active .member_wrap:nth-of-type(3) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.08s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.08s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.08s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.08s;
}

.active .member_wrap:nth-of-type(3) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.17s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.17s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.17s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.17s;
}

.active .member_wrap:nth-of-type(4) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) .9s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) .9s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .9s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .9s;
}

.active .member_wrap:nth-of-type(4) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.09s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.09s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.09s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.09s;
}

.active .member_wrap:nth-of-type(4) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.18s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.18s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.18s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.18s;
}

.active .member_wrap:nth-of-type(4) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.27s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.27s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.27s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.27s;
}

.active .member_wrap:nth-of-type(5) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1s;
}

.active .member_wrap:nth-of-type(5) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.19s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.19s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.19s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.19s;
}

.active .member_wrap:nth-of-type(5) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.28s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.28s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.28s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.28s;
}

.active .member_wrap:nth-of-type(5) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.37s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.37s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.37s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.37s;
}

.active .member_wrap:nth-of-type(6) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.01s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.01s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.01s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.01s;
}

.active .member_wrap:nth-of-type(6) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.20s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.20s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.20s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.20s;
}

.active .member_wrap:nth-of-type(6) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.29s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.29s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.29s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.29s;
}

.active .member_wrap:nth-of-type(6) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.38s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.38s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.38s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.38s;
}

.active .member_wrap:nth-of-type(7) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.02s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.02s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.02s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.02s;
}

.active .member_wrap:nth-of-type(7) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.21s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.21s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.21s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.21s;
}

.active .member_wrap:nth-of-type(7) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.30s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.30s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.30s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.30s;
}

.active .member_wrap:nth-of-type(7) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.39s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.39s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.39s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.39s;
}

.active .member_wrap:nth-of-type(8) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.03s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.03s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.03s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.03s;
}

.active .member_wrap:nth-of-type(8) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.22s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.22s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.22s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.22s;
}

.active .member_wrap:nth-of-type(8) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.31s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.31s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.31s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.31s;
}

.active .member_wrap:nth-of-type(8) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.40s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.40s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.40s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.40s;
}

.active .member_wrap:nth-of-type(9) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.04s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.04s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.04s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.04s;
}

.active .member_wrap:nth-of-type(9) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.23s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.23s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.23s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.23s;
}

.active .member_wrap:nth-of-type(9) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.32s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.32s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.32s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.32s;
}

.active .member_wrap:nth-of-type(9) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.41s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.41s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.41s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.41s;
}

.active .member_wrap:nth-of-type(10) .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.05s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.05s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.05s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.05s;
}

.active .member_wrap:nth-of-type(10) .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.24s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.24s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.24s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.24s;
}

.active .member_wrap:nth-of-type(10) .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.33s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.33s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.33s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.33s;
}

.active .member_wrap:nth-of-type(10) .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.42s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.42s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.42s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.42s;
}

.active .btn_inview_wrap .inview_frame_top{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.01s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.01s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.01s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.01s;
}

.active .btn_inview_wrap .inview_frame_right{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.20s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.20s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.20s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.20s;
}

.active .btn_inview_wrap .inview_frame_bottom{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.29s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.29s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.29s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.29s;
}

.active .btn_inview_wrap .inview_frame_left{
  -moz-transition: -moz-transform .2s cubic-bezier(.25, .46, .45, .94) 1.38s;
  -o-transition: -o-transform .2s cubic-bezier(.25, .46, .45, .94) 1.38s;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.38s;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) 1.38s;
}

.inview:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0082cb;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -moz-transition: -moz-transform .4s cubic-bezier(.55, .085, .68, .53);
  -o-transition: -o-transform .4s cubic-bezier(.55, .085, .68, .53);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.55, .085, .68, .53);
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
}

.blue .inview:after{
  background-color: #dedede;
}

.active .inview{
  display: block;
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.36s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.36s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.36s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.36s;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*
.active .pro_box_inner{
  display: -webkit-flex;
  display: flex;
}
*/

.active .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.76s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.76s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.76s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.76s;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.active .target_box:nth-of-type(1) .inview,
.active .box:nth-of-type(1) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.36s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.36s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.36s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.36s;
}

.active .target_box:nth-of-type(1) .inview:after,
.active .box:nth-of-type(1) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.76s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.76s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.76s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.76s;
}

.active .target_box:nth-of-type(2) .inview,
.active .box:nth-of-type(2) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.46s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.46s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.46s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.46s;
}

.active .target_box:nth-of-type(2) .inview:after,
.active .box:nth-of-type(2) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.86s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.86s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.86s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.86s;
}

.active .target_box:nth-of-type(3) .inview,
.active .box:nth-of-type(3) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.56s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.36s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.36s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.56s;
}

.active .target_box:nth-of-type(3) .inview:after,
.active .box:nth-of-type(3) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.96s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.96s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.96s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.96s;
}

.active .target_box:nth-of-type(4) .inview,
.active .box:nth-of-type(4) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.66s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.66s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.66s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.66s;
}

.active .target_box:nth-of-type(4) .inview:after,
.active .box:nth-of-type(4) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.96s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.96s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.76s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.96s;
}

.active.promember .promember_list .member_wrap:nth-of-type(1) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.86s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.86s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.86s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.86s;
}

.active.promember .promember_list .member_wrap:nth-of-type(1) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.26s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.26s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.26s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.26s;
}

.active.promember .promember_list .member_wrap:nth-of-type(2) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 1.96s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 1.96s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.96s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 1.96s;
}

.active.promember .promember_list .member_wrap:nth-of-type(2) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.36s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.36s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.36s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.36s;
}

.active.promember .promember_list .member_wrap:nth-of-type(3) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.06s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.06s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.06s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.06s;
}

.active.promember .promember_list .member_wrap:nth-of-type(3) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.46s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.46s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.46s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.46s;
}

.active.promember .promember_list .member_wrap:nth-of-type(4) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.16s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.16s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.16s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.16s;
}

.active.promember .promember_list .member_wrap:nth-of-type(4) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.56s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.56s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.56s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.56s;
}

.active.promember .promember_list .member_wrap:nth-of-type(5) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.26s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.26s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.26s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.26s;
}

.active.promember .promember_list .member_wrap:nth-of-type(5) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.66s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.66s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.66s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.66s;
}

.active.promember .promember_list .member_wrap:nth-of-type(6) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.36s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.36s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.36s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.36s;
}

.active.promember .promember_list .member_wrap:nth-of-type(6) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.76s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.76s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.76s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.76s;
}

.active.promember .promember_list .member_wrap:nth-of-type(7) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.46s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.46s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.46s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.46s;
}

.active.promember .promember_list .member_wrap:nth-of-type(7) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.86s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.86s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.86s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.86s;
}

.active.promember .promember_list .member_wrap:nth-of-type(8) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.56s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.56s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.56s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.56s;
}

.active.promember .promember_list .member_wrap:nth-of-type(8) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.96s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.96s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.96s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.96s;
}

.active.promember .promember_list .member_wrap:nth-of-type(9) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.66s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.66s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.66s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.66s;
}

.active.promember .promember_list .member_wrap:nth-of-type(9) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 3.06s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 3.06s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 3.06s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 3.06s;
}

.active.promember .promember_list .member_wrap:nth-of-type(10) .inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.76s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.76s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.76s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.76s;
}

.active.promember .promember_list .member_wrap:nth-of-type(10) .inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 3.16s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 3.16s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 3.16s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 3.16s;
}

.active.promember .btn_box.inview{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.46s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.46s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.46s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.46s;
}

.active.promember .btn_box.inview:after{
  -moz-transition: -moz-transform .4s cubic-bezier(.25, .46, .45, .94) 2.86s;
  -o-transition: -o-transform .4s cubic-bezier(.25, .46, .45, .94) 2.86s;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 2.86s;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94) 2.86s;
}

/* inView Animation End */

/* loading Animation Start */

.nowloading{
  overflow-y: hidden;
}
.preload{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background: rgba(0,130,203,.3);
}

.preload .preload_bg,
.header .header_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.header .header_bg{
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 1;
}

.preload_img{
  position: relative;
  z-index: 103;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.preload.done .preload_img{
  opacity: 0;
}

.preload .blue,
.open .blue{
  background: #0082cb;
  z-index: 101;
}

.preload .green,
.open .green{
  background: rgba(29, 43, 43, .1);
  mix-blend-mode: multiply;
  z-index: 100;
}

.preload .dark,
.open .dark{
  background: rgba(29, 43, 43, .1);
  mix-blend-mode: multiply;
  z-index: 99;
}

.preload.done .blue,
.preload.done .green,
.preload.done .dark,
.preload.done{
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.header.open .blue,
.header.open .green,
.header.open .dark{
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  z-index: 1;
}

.preload.done .blue,
.header .blue,
.header.open .dark{
  -moz-transition: -moz-transform .6s cubic-bezier(.25, .46, .45, .94) .3s;
  -o-transition: -o-transform .6s cubic-bezier(.25, .46, .45, .94) .3s;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .3s;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94) .3s;
}

.preload.done .green,
.header .green,
.header.open .green{
  -moz-transition: -moz-transform .6s cubic-bezier(.25, .46, .45, .94) .5s;
  -o-transition: -o-transform .6s cubic-bezier(.25, .46, .45, .94) .5s;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .5s;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94) .5s;
}

.preload.done .dark,
.header .dark,
.header.open .blue{
  -moz-transition: -moz-transform .6s cubic-bezier(.25, .46, .45, .94) .7s;
  -o-transition: -o-transform .6s cubic-bezier(.25, .46, .45, .94) .7s;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .7s;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94) .7s;
}

.preload.done{
  -moz-transition: -moz-transform .6s cubic-bezier(.25, .46, .45, .94) .9s;
  -o-transition: -o-transform .6s cubic-bezier(.25, .46, .45, .94) .9s;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .9s;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94) .9s;
}

.open .header_nav .nav_box{
  -moz-transition: opacity .6s cubic-bezier(.25, .46, .45, .94) .9s;
  -o-transition: opacity .6s cubic-bezier(.25, .46, .45, .94) .9s;
  -webkit-transition: opacity .6s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: .9s;
  transition: opacity .6s cubic-bezier(.25, .46, .45, .94) 1.1s;
}

.kv.done .kv_slider.visible:before,
.kv.done .kv_slider.active:before{
  border-width: 60px;
  -moz-transition: border-width .6s cubic-bezier(.25, .46, .45, .94) 1.8s;
  -o-transition: border-width .6s cubic-bezier(.25, .46, .45, .94) 1.8s;
  -webkit-transition: border-width .6s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 1.8s;
  transition: border-width .6s cubic-bezier(.25, .46, .45, .94) 1.8s;
}

/* loading Animation End */

/* @media query Start */

/* for MiniPC */
@media only screen and (max-width: 1536px) {
  .content_triple{
    width: 100%;
  }
  .content_triple .single_box{
    width: 30%;
  }
  .promember .content_triple .single_box{
    width: 400px;
  }
}

@media only screen and (max-width: 1280px) {
  
  .kv.done .kv_slider.visible:before,
  .kv.done .kv_slider.active:before{
    border-width: 30px;
  }
  
  .kv_header{
    padding: 30px;
  }
  
  .header_logo{
    margin-left: 20px;
  }
  
  .nav_list{
    margin: 0 7px;
  }
  
  .nav_ico{
    margin: 0 20px 0 15px;
  }
  
  .nav_list a{
    padding: 0 5px;
  }
  
  .target_box .headline_ja{
    margin-bottom: 1em;
  }
  
  .form_area,
  .news_contents{
    width: 100%;
  }
  
  .form_title{
    width: 20%;
  }
  
  .form_content,
  .form_box .form_text,
  .form_box .form_select,
  .form_box .form_contents{
    width: 80%;
  }
  
}

/* for Tablet */
@media only screen and (max-width: 1000px) {
  
  .wrap{
    padding: 152px 30px 160px;
  }
  
  .header{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: rgba(255,255,255,.8);
    min-height: 50px;
    padding: 9px 15px;
  }
  
  .header .header_logo{
    margin-left: 0;
    margin-top: 8px;
    order: 0;
    z-index: 2;
  }
  
  .header .svg .cls-1{
    stroke: #000;
    fill: #000;
  }
  
  .kv.done .kv_slider.visible:before,
  .kv.done .kv_slider.active:before{
    border-width: 15px;
  }
  
  .header_nav{
    display: none;
    order: 2;
    height: 0;
  }
  
  /* open style Start */
  
  .open.header{
    width: 100%;
    height: 100vh;
    overflow: scroll;
    -moz-transition: background .6s cubic-bezier(.25, .46, .45, .94) 1s;
    -o-transition: background .6s cubic-bezier(.25, .46, .45, .94) 1s;
    -webkit-transition: background .6s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-delay: 1s;
    transition: background .6s cubic-bezier(.25, .46, .45, .94) 1s;
    /*background: #0082cb;*/
    -webkit-align-content: flex-start;
    align-content: flex-start;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  
  .open.header .svg .cls-1{
    stroke: #fff;
    fill: #fff;
  }
  
  .open .header_nav{
    display: block;
    width: 100%;
    z-index: 2;
    height: auto;
  }
  
  .header_nav .nav_box{
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    border-top: 1px solid #fff;
    margin-top: 62px;
    opacity: 0;
  }
  
  .open .header_nav .nav_box{
    opacity: 1;
  }
  
  .header_nav .nav_box .nav_list{
    width: 100%;
    text-align: center;
    margin: 0;
  }
  
  .header_nav .nav_box .nav_list a{
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    color: #fff;
  }
  
  .nav_list a:hover:before{
    width: 0%;
  }
  
  .nav_ico{
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  
  .nav_ico .header_mail,
  .nav_ico .header_fb{
    padding: 0 12px;
  }
  
  /* open style End */
  
  /* Humberger Start */
  
  .humberger{
    width: 25px;
    color: #000;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    font-weight: bold;
    order: 1;
    z-index: 2;
  }
  .humberger:hover{
    cursor: pointer;
  }
  .humberger_bar{
    width: 25px;
    height: 18px;
    position: relative;
  }
  .humberger_bar_x,
  .humberger_bar_y,
  .humberger_bar_z{
    position: absolute;
    height: 3px;
    background: #000;
    width: 100%;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    top: 50%;
    margin-top: -1.5px;
  }
  .humberger_bar_x{
    transform: translateY(-8px);
  }
  .humberger_bar_y{
    width: 12px;
    transform: translateX(0px) translateY(0px);
  }
  .humberger_bar_z{
    width: 20px;
    transform: translateX(0px) translateY(8px);
  }
  
  .open .humberger_bar_x,
  .open .humberger_bar_y,
  .open .humberger_bar_z{
    background: #fff;
  }
  
  .open .humberger_bar_z{
    animation: Humberger_bar_z 1.5s linear 0s forwards;
  }
  
  .open .humberger_bar_x{
    animation: Humberger_bar_x 1.5s linear 0s forwards;
  }
  
  .open .humberger_bar_y{
    animation: Humberger_bar_y 1.5s linear 0s forwards;
  }
  
  @keyframes Humberger_bar_x{
    0%{
      width: 25px;
      transform: translateY(-8px) rotate(0deg);
    }
    50%{
      width: 25px;
      transform: translateY(-8px) rotate(0deg);
    }
    70%{
      width: 25px;
      transform: translateY(-8px) rotate(0deg);
    }
    100%{
      width: 24px;
      transform: translateY(0px) rotate(-45deg);
    }
  }
  
  @keyframes Humberger_bar_y{
    0%{
      transform: translateX(0px);
    }
    50%{
      transform: translateX(13px);
    }
    70%{
      transform: translateX(13px);
    }
    100%{
      transform: translateX(50px);
    }
  }
  
  @keyframes Humberger_bar_z{
    0%{
      transform: rotate(0deg) translateX(0px) translateY(8px);
      width: 20px;
    }
    50%{
      transform: rotate(0deg) translateX(5px) translateY(8px);
      width: 20px;
    }
    70%{
      transform: rotate(0deg) translateX(5px) translateY(8px);
      width: 20px;
    }
    100%{
      transform: rotate(45deg) translateX(0px) translateY(0px);
      width: 24px;
    }
  }
  
  /* Humberger End */
  
  .content_l{
    padding-right: 15px;
  }
  
  .content_r{
    padding-left: 15px;
  }
  
  .en,
  .ja{
    padding: 20px;
    text-align: left;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  
  .news_text,
  .news_img{
    width: 50%;
  }
  
  /*
  .pro_headline .headline_en{
    width: 100%;
  }
  */
  
  .btn_inview_wrap,
  .btn_box,
  .form_att,
  .form{
    width: 80%;
  }
  
  .promember .btn_box,
  .btn{
    width: 100%;
  }
  
  .btn_link_blue{
    display: none;
  }
  
  .form_title,
  .form_content,
  .form_box .form_text,
  .form_box .form_select,
  .form_box .form_contents{
    width: 100%;
  }
  
  .form_title{
    margin-bottom: 10px;
  }
  
  .form_box{
    padding: 30px 0;
  }
  
}

/* for Smartphone */
@media only screen and (max-width: 800px) {
  
  .sp{
    display: block;
  }
  
  .wrap{
    padding: 80px 4%;
  }
  
  .subpage{
    margin-top: 5%;
  }
  
  .subtitle{
    padding-bottom: 40px;
  }
  
  .content,
  .content_l,
  .content_r,
  .form_att,
  .form{
    width: 100%;
    padding: 0;
  }
  
  .btn_box{
    width: 70%;
  }
  
  .btn_link:before{
    width: 46px;
    right: -24px;
  }
  
  .btn_link:after{
    right: -24px;
  }
  
  .btn:hover .btn_link:before{
    width: 56px;
    right: -34px;
  }
  
  .btn:hover .btn_link:after{
    right: -34px;
  }
  
  .back_btn .btn_link:before{
    margin-right: -22px;
  }
  
  .back_btn .btn_link:after{
    margin-right: 22px;
  }
  
  .back_btn .btn:hover .btn_link:before{
    width: 56px;
    margin-right: -22px;
  }
  
  .back_btn .btn:hover .btn_link:after{
    margin-right: 32px;
  }
  
  /* header Start */
  
  .header_logo{
    width: 48%;
  }
  
  /* header End */
  
  /* kv Start */
  
  .kv_logo{
    width: 60%;
  }
  
  .kv_logo > img{
    width: 100%;
  }
  
  .kv_catchcopy{
    width: 80%;
    margin: 0 auto 18px;
    font-size: 2.4rem;
    padding: 45px 0 18px;
  }
  
  .kv_catchcopy_en{
    width: 80%;
    margin: 0 auto;
    font-size: 2.1rem;
  }
  
  .scroll a{
    font-size: 1.2rem;
  }
  
  /* kv End */
  
  /* mission Start */
  
  .mission .content_r{
    margin-top: 32px;
  }
  
  /* mission Start */
  
  /* service Start */
  
  .headline_en{
    font-size: 1.7rem;
    padding-bottom: 3px;
  }
  
  .headline_ja{
    font-size: 1.3rem;
    padding-top: 10px;
  }
  
  .service .ja,
  .service .en{
    padding-top: 0;
    padding-bottom: 10px;
  }
  
  .service .subcontent:first-of-type{
    margin: 50px auto;
  }
  
  .anim_01,
  .anim_02{
    width: 100%;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  
  .anim_01 .ico_area{
    width: 30%;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .ico_title_en{
    font-size: 1.26rem;
    line-height: 1.6;
  }
  
  .ico_title_ja{
    font-size: 1.05rem;
    margin-bottom: 10px;
  }
  
  .service .anim_area{
    padding: 40px 0;
  }
  
  .anim_02:before{
    width: 74px;
    margin-right: -37px;
  }
  
  .anim_02:after{
    margin-right: -37px;
  }
  
  .anim_02 .ico_area{
    width: 50%;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  
  .anim_02 .ico_japan,
  .anim_02 .ico_world{
    -webkit-align-items: center;
    align-items: center;
  }
  
  .anim_02 .ico_area:first-child{
    padding-left: 0;
    padding-right: 40px;
  }
  
  .anim_02 .ico_area:last-child{
    padding-right: 0;
    padding-left: 40px;
  }
  
  .ico_fish .svg,
  .ico_cow .svg{
    width: 48%;
  }
  
  .ico_vegetables .svg{
    width: 48%;
  }
  
  .ico_japan .svg{
    width: 60%;
  }
  
  .ico_world .svg{
    width: 100%;
  }
  
  .ico_producer span:first-child .svg{
    width: 72%;
  }
  
  .ico_producer span:last-child .svg{
    width: 30%;
  }
  
  .ico_restaurant .svg{
    width: 60%;
  }
  
  /* service End */
  
  /* our target Start */
  
  .content_triple .single_box{
    width: 100%;
    margin-bottom: 32px;
  }
  
  .content_triple .single_box:last-child{
    margin-bottom: 0;
  }
  
  .target_box_inner{
    padding: 35px 20px;
  }
  
  /* our target End */
  
  /* promember Start */
  
  .promember{
    padding-bottom: 120px;
  }
  
  .promember .content_triple{
    margin-bottom: 100px;
  }
  
  .promember_list{
    min-height: 400px;
  }
  
  .change.promember_list:before{
    border-width: 200px;
  }
  
  .promember_place .pro_box{
    width: 92vw;
    min-height: auto;
    margin-bottom: 0;
  }
  
  .promember_place .pro_box_inner{
    padding: 20px 0;
  }
  
  .pro_headline{
    min-height: auto;
  }
  
  .promember .btn_inview_wrap{
    margin-top: 100px;
  }
  
  /*
  .promember_place .inview_frame_left,
  .promember_place .inview_frame_right,
  .promember_place .inview_frame_top,
  .promember_place .inview_frame_bottom{
    display: none;
  }
  */
  
  .member_wrap{
    height: 400px;
  }
  
  .member{
    background-size: contain;
    background-color: #f8f8f8;
  }
  
  .member:before{
    height: 200px;
  }
  
  .member_content{
    opacity: 1;
    margin-top: 220px;
  }
  
  /* slick Start */
  .slick-dots{
    width: 100%;
    bottom: -56px;
  }
  
  .slick-dots li{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f8f8f8;
  }
  
  .slick-dots li.slick-active{
    background: #0082cb;
  }
  
  .slick-dots li button:before{
    content: "";
  }
  
  .slick-prev,
  .slick-next{
    top: 100%;
    margin-top: 42px;
    background: #f8f8f8;
    width: 38px;
    height: 44px;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slick-prev{
    left: 0;
  }
  
  .slick-next{
    right: 0;
  }
  
  .slick-prev:before,
  .slick-next:before{
    color: #000;
    font-weight: bold;
  }
  
  .slick-prev:before{
    content: "<";
  }
  
  .slick-next:before{
    content: ">";
  }
  /* slick End */
  
  .member .cat{
    font-size: 1rem;
  }
  
  .modal_member{
    border: 0;
  }
  
  .modal_member_headline{
    width: 100%;
  }
  
  .modal_inner{
    width: 100%;
    padding: 60px 4% 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .modal_member_place{
    margin-top: 20px;
  }
  
  .modal_member_name{
    margin-bottom: 35px;
  }
  
  .modal_member_exp_ja{
    margin-bottom: 10px;
  }
  
  .modal_member_pct img{
    width: 100%;
  }
  
  .modal .close_btn{
    width: 24px;
    height: 24px;
    top: 100%;
    right: 50%;
    margin-right: -12px;
    border: none;
    margin-top: -60px;
  }
  
  .modal .close_btn:after,
  .modal .close_btn:before{
    height: 24px;
    background: #000;
  }
  
  /* promember End */
  
  /* news Start */
  
  .news_text{
    order: 2;
  }
  
  .news_img{
    order: 1;
  }
  
  .news_text,
  .news_img,
  .news_img img{
    width: 100%;
    margin: 0;
  }
  
  .news_article:nth-of-type(2n+1) .news_img,
  .news_article:nth-of-type(2n+1) .news_text,
  .news_article:nth-of-type(2n) .news_img,
  .news_article:nth-of-type(2n) .news_text{
    margin: 0;
  }
  
  .news_title{
    padding-top: 0;
  }
  
  .news_article{
    margin-bottom: 40px;
  }
  
  /* news End */
  
  /* company Start */
  
  .company_table dt{
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }
  
  .company_table dd{
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
  }
  
  .company_table_ja{
    position: relative;
  }
  
  .company_table_ja:after{
    position: absolute;
    width: 108%;
    height: 2px;
    background: #302d2d;
    content: "";
    bottom: 0;
    left: -4%;
  }
  
  /* company End */
  
  /* contact Start */
  
  .form_privacy_box{
    margin: 40px auto;
  }
  
  .submit_box{
    width: 70%;
  }
  
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  
  /* contact End */
  
  /* privacy Start */
  
  .privacy .align_tl .ja,
  .privacy .align_tl .en{
    padding: 18px 0;
  }
  
  /* privacy End */
  
  @media screen and (orientation: landscape) {
    
    .header{
      min-height: 40px;
      padding: 0 15px;
    }
    
    .header_logo{
      width: 30%;
    }
    
    .kv_logo{
      margin-top: 22px;
    }
    
    .kv_logo > img{
      width: 40%;
    }
    
    .kv_catchcopy{
      width: 100%;
      padding: 20px;
      font-size: 1.4rem;
    }
    
    .kv_catchcopy > br{
      display: none;
    }
    
    .kv_catchcopy_en{
      font-size: 1.3rem;
    }
    
    .scroll{
      bottom: 14px;
    }
    
    .scroll a{
      font-size: 1rem;
    }
    
  }
  
  /* for Mini Smartphone */
  @media only screen and (max-width: 600px) {
    
    .header_logo .svg{
      width: 100%;
    }
  
  }
  @media only screen and (max-width: 350px) {
    
    .kv_catchcopy{
      font-size: 2.0rem;
      line-height: 1.6;
    }
    
    .kv_catchcopy_en{
      font-size: 1.7rem;
    }
    
    .scroll a{
      font-size: 1.0rem;
    }
    
  }
  
}

/* @media query End */

/* Only ie10以上 */
@media all and (-ms-high-contrast:none){
  
  .kv:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  
  .kv_logo > img{
    height: auto;
  }
  
  .temp,
  .tempText,
  .supText{
    background: none;
  }
  
  .ico_producer .ico_svg span{
    height: 58px;
  }
  
  .ico_restaurant .ico_svg{
    height: 116px;
  }
  
  .header_logo,
  .nav_box{
    height: 40px;
  }
  
}

/* Only Chrome && Opera */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  
  .kv_slider:before{
    mix-blend-mode: normal;
  }
  
  .kv.done .kv_slider.visible:before,
  .kv.done .kv_slider.active:before{
    border-width: 0;
  }
  
  .kv_slider_box:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px solid rgba(0,130,203,.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 4;
    mix-blend-mode: multiply;
  }
  
  .kv.done .kv_slider_box:before{
    border-width: 60px;
    -moz-transition: border-width .6s cubic-bezier(.25, .46, .45, .94) 1.8s;
    -o-transition: border-width .6s cubic-bezier(.25, .46, .45, .94) 1.8s;
    -webkit-transition: border-width .6s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-delay: 1.8s;
    transition: border-width .6s cubic-bezier(.25, .46, .45, .94) 1.8s;
  }
  
  @media only screen and (max-width: 1280px) {
    
    .kv.done .kv_slider_box:before{
      border-width: 30px;
    }
    
  }
  
  @media only screen and (max-width: 1000px) {
    
    .kv.done .kv_slider_box:before{
      border-width: 15px;
    }
    
  }
  
}

@media only screen and (max-height: 700px) {

  .kv_catchcopy{
    padding: 5% 35px;
  }

}

@media only screen and (max-height: 600px) {

  .kv_logo > img{
    width: 220px;
  }
  
  .kv_catchcopy{
    font-size: 2.8rem;
  }

  .kv_catchcopy_en{
    font-size: 1.8rem;
  }

}

@media only screen and (max-height: 500px) {

  .kv_logo > img{
    width: 180px;
  }
  
  .kv_catchcopy{
    font-size: 2rem;
    margin-top: 8px;
    padding: 10px 30px;
    margin-bottom: 10px;
  }
  
  .kv_catchcopy_en{
    font-size: 1.6rem;
  }
  
  .kv_catchcopy > br{
    display: none;
  }
  
}

