@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_subnav .wrp_subnav .box_subnav, .con_slider, .con_info, .wrp_model .con_model, .con_work_event, .con_price, .con_news .box_news, .con_contact .box_contact, .con_thanks {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_subnav .wrp_subnav .box_subnav, .con_slider, .con_info, .wrp_model .con_model, .con_work_event, .con_price, .con_news .box_news, .con_contact .box_contact, .con_thanks {
    width: 91.66667%;
  }
}

.con_int {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .con_int {
    padding: 0 5.72917%;
  }
}
@media print {
  .con_int {
    padding: 0 5.72917%;
  }
}
.ie8 .con_int {
  padding: 0 5.72917%;
}
@media only screen and (max-width: 1199px) {
  .con_int {
    width: 91.66667%;
  }
}

.con_service:after, .con_info:after, .con_panel:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	con_header
----------------------------------------------------------- */
.con_header {
  position: relative;
}
.con_header h1 {
  position: absolute;
  z-index: 2;
  top: 37.79736%;
  left: 0;
  right: 0;
  margin: auto;
  height: 89px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .con_header h1 {
    width: 91.66667%;
  }
}
.con_header .logo {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_header .logo {
    top: 20px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .logo {
    top: 3%;
    left: 3%;
    width: 50%;
  }
}
.con_header .box_hnav {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: table;
  width: 580px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_header .box_hnav {
    width: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav {
    width: 100%;
  }
}
.con_header .box_hnav .btn_top {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_header .box_hnav .btn_top {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav .btn_top {
    width: 19%;
  }
}
.con_header .box_hnav .btn_top a {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: #009fe3;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 120%;
  padding: 1.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_header .box_hnav .btn_top a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav .btn_top a {
    font-size: 87%;
  }
}
.mouse .con_header .box_hnav .btn_top a {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_header .box_hnav .btn_top a:hover, .touch .con_header .box_hnav .btn_top a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_header .box_hnav .btn_top a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_header .box_hnav .btn_top a.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav .btn_top a {
    padding: 1em 0;
  }
}
.con_header .box_hnav .btn_menu {
  background: #000;
  width: 5em;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.con_header .box_hnav .btn_menu span.ic_menu {
  display: block;
  position: relative;
  margin: auto;
  width: 2em;
  max-width: 2em;
  height: 1.5em;
}
.con_header .box_hnav .btn_menu span.ic_menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: .15em;
  background: #fff;
}
.con_header .box_hnav .btn_menu span.ic_menu .line.line01 {
  top: 0;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
.con_header .box_hnav .btn_menu span.ic_menu .line.line02 {
  top: .65em;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
.con_header .box_hnav .btn_menu span.ic_menu .line.line03 {
  bottom: 0;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
.con_header .box_hnav .btn_menu em {
  margin-top: .5em;
  display: block;
}
.con_header .box_hnav .btn_menu.active span.ic_menu .line.line01 {
  top: 0.8em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav .btn_menu.active span.ic_menu .line.line01 {
    top: 0.6em;
  }
}
.con_header .box_hnav .btn_menu.active span.ic_menu .line.line02 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.con_header .box_hnav .btn_menu.active span.ic_menu .line.line03 {
  bottom: auto;
  top: 0.8em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav .btn_menu.active span.ic_menu .line.line03 {
    top: 0.6em;
  }
}
.con_header .box_hnav .btn_con {
  display: table-cell;
  vertical-align: middle;
}
.con_header .box_hnav .btn_con a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #e1a72a;
  text-align: center;
  font-size: 120%;
  padding: 1.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_header .box_hnav .btn_con a {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav .btn_con a {
    font-size: 87%;
  }
}
.mouse .con_header .box_hnav .btn_con a {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_header .box_hnav .btn_con a:hover, .touch .con_header .box_hnav .btn_con a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_header .box_hnav .btn_con a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_header .box_hnav .btn_con a.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav .btn_con a {
    padding: 1em 0;
  }
}
.con_header .box_hnav .tel {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width: 230px;
}
.con_header .box_hnav .tel a {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_header .box_hnav .tel {
    width: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav .tel {
    width: 100%;
  }
}
.con_header .box_hnav .tel i {
  display: inline-block;
  vertical-align: middle;
}
.con_header .box_hnav .tel i img {
  display: block;
}
.con_header .box_hnav .tel em {
  font-size: 167%;
  display: inline-block;
  vertical-align: middle;
  margin-left: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_header .box_hnav .tel em {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav .tel em {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: auto;
    bottom: 0;
    display: flex;
  }
  .con_header .box_hnav .btn_menu {
    width: 19%;
    font-size: 65%;
    padding: .8em 0 .4em;
    order: 4;
  }
  .con_header .box_hnav .btn_con {
    width: 43%;
    order: 2;
  }
  .con_header .box_hnav .tel {
    width: 19%;
    background: #131313;
    text-align: center;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .con_header .box_hnav .tel a, .con_header .box_hnav .tel span {
    display: block;
  }
}
.con_header .box_hnav#fixnav {
  position: fixed;
  z-index: 222;
  width: 320px;
  right: -100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: right 0.35s, opacity 0.5s;
  -moz-transition: right 0.35s, opacity 0.5s;
  -ms-transition: right 0.35s, opacity 0.5s;
  -o-transition: right 0.35s, opacity 0.5s;
  transition: right 0.35s, opacity 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_header .box_hnav#fixnav {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .box_hnav#fixnav {
    width: 100%;
  }
}
.con_header .box_hnav#fixnav .tel {
  display: none;
}
.con_header .box_hnav#fixnav.active {
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_header .btn_scroll {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 65px;
  width: 60px;
  margin: auto;
}
.mouse .con_header .btn_scroll {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .con_header .btn_scroll:hover, .touch .con_header .btn_scroll.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_header .btn_scroll {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_header .btn_scroll.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_header .btn_movie-sp {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 18%;
  bottom: 20%;
  margin: auto;
}
.con_header .con_main_video {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.con_header .con_main_video #main_movie {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 1199px) {
  .con_header .main_img img {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_subnav
----------------------------------------------------------- */
.con_subnav {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 555;
  top: 80px;
  overflow-y: auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_subnav {
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_subnav {
    bottom: 2.8em;
    max-height: 90%;
  }
}
.con_subnav .wrp_subnav {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}
.con_subnav .wrp_subnav .box_subnav {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .con_subnav .wrp_subnav .box_subnav {
    padding: 7% 0;
  }
}
.con_subnav .wrp_subnav .box_subnav h3 {
  text-align: center;
  font-size: 140%;
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_subnav .wrp_subnav .box_subnav h3 {
    font-size: 140%;
  }
}
@media only screen and (max-width: 767px) {
  .con_subnav .wrp_subnav .box_subnav h3 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_subnav .wrp_subnav .box_subnav h3 {
    margin-bottom: 5%;
  }
}
.con_subnav .wrp_subnav .box_subnav ul {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .con_subnav .wrp_subnav .box_subnav ul li {
    width: 30%;
    float: left;
    margin-left: 5%;
    margin-bottom: 40px;
  }
  .con_subnav .wrp_subnav .box_subnav ul li:first-child, .con_subnav .wrp_subnav .box_subnav ul li:first-child + * + * + *, .con_subnav .wrp_subnav .box_subnav ul li:first-child + * + * + * + * + * + * {
    margin-left: 0;
    clear: left;
  }
}
@media print {
  .con_subnav .wrp_subnav .box_subnav ul li {
    width: 30%;
    float: left;
    margin-left: 5%;
    margin-bottom: 40px;
  }
  .con_subnav .wrp_subnav .box_subnav ul li:first-child, .con_subnav .wrp_subnav .box_subnav ul li:first-child + * + * + *, .con_subnav .wrp_subnav .box_subnav ul li:first-child + * + * + * + * + * + * {
    margin-left: 0;
    clear: left;
  }
}
.ie8 .con_subnav .wrp_subnav .box_subnav ul li {
  width: 30%;
  float: left;
  margin-left: 5%;
  margin-bottom: 40px;
}
.ie8 .con_subnav .wrp_subnav .box_subnav ul li:first-child, .ie8 .con_subnav .wrp_subnav .box_subnav ul li:first-child + * + * + *, .ie8 .con_subnav .wrp_subnav .box_subnav ul li:first-child + * + * + * + * + * + * {
  margin-left: 0;
  clear: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_subnav .wrp_subnav .box_subnav ul li {
    width: 47%;
    float: left;
    margin-left: 6%;
  }
  .con_subnav .wrp_subnav .box_subnav ul li:nth-child(odd) {
    margin-left: 0;
    clear: left;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_subnav .wrp_subnav .box_subnav ul li {
    margin-bottom: 3%;
  }
}
.con_subnav .wrp_subnav .box_subnav ul li a {
  color: #fff;
  font-size: 114%;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #fff;
  padding: .5em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_subnav .wrp_subnav .box_subnav ul li a {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_subnav .wrp_subnav .box_subnav ul li a {
    font-size: 87%;
  }
}
.con_subnav .wrp_subnav .box_subnav ul li a:before {
  content: "＞";
  position: absolute;
  top: 50%;
  right: .5em;
  z-index: 1;
  margin-top: -.75em;
}
.con_subnav .overlay_subnav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  overflow: hidden;
  max-width: 1450px;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-top: 10%;
  }
}
.con_int .logo_int {
  float: left;
  width: 25.24138%;
  max-width: 366px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .logo_int {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .logo_int {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .con_int .logo_int {
    float: none;
    margin: auto;
    width: 41.59091%;
  }
  .con_int .logo_int img {
    width: 100%;
  }
}
.con_int .box_int {
  float: right;
  width: 61.37931%;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int {
    margin-top: 5%;
  }
}
.con_int .box_int h3 {
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #009fe3;
  font-size: 467%;
  line-height: 1.1;
  text-align: center;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int h3 {
    font-size: 434%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int h3 {
    font-size: 214%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .con_int .box_int h3 {
    font-size: 420%;
  }
}
.con_int .box_int .txt {
  margin-top: 60px;
  line-height: 2;
  max-width: 830px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int .txt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .txt {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .txt {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1199px) {
  .con_int .box_int {
    float: none;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_step
----------------------------------------------------------- */
.con_step {
  margin-top: 135px;
  text-align: center;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .con_step {
    margin-top: 15%;
  }
}
.con_step:before, .con_step:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: block;
  width: 100%;
  height: 176px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_step:before, .con_step:after {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_step:before, .con_step:after {
    height: 3em;
  }
}
.con_step:before {
  background-image: url(../images/home/line_step_t.jpg);
}
.con_step:after {
  background-image: url(../images/home/line_step_b.jpg);
}
.con_step .box_step {
  padding: 85px 5.72917% 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_step .box_step {
    padding: 8% 4.16667% 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_step .box_step {
    padding: 8% 4.16667% 10%;
  }
}
.con_step .box_step h3 {
  font-size: 167%;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_step .box_step h3 {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  .con_step .box_step h3 {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_step .box_step h3 {
    line-height: 1.5;
  }
}
.con_step .box_step .img_step {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .con_step .box_step .img_step {
    margin-top: 7%;
  }
}

/* ------ .title_service ------ */
.title_service {
  margin-top: 120px;
  margin-bottom: 152px;
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #009fe3;
  font-size: 467%;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .title_service {
    margin-top: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .title_service {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .title_service {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .title_service {
    font-size: 434%;
  }
}
@media only screen and (max-width: 767px) {
  .title_service {
    font-size: 214%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .title_service {
    font-size: 420%;
  }
}

/* -----------------------------------------------------------
	.con_service
----------------------------------------------------------- */
.con_service {
  margin-bottom: 125px;
  position: relative;
  background: #4c4c4c;
}
@media only screen and (max-width: 767px) {
  .con_service {
    margin-bottom: 15%;
  }
}
.con_service .photo {
  float: left;
  width: 65.625%;
  position: relative;
  z-index: 2;
  top: 80px;
}
@media only screen and (max-width: 1024px) {
  .con_service .photo {
    float: none;
    top: 0;
    width: 100%;
    overflow: hidden;
  }
  .con_service .photo img {
    position: relative;
    width: 110%;
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .con_service .photo {
    overflow: hidden;
  }
  .con_service .photo img {
    position: relative;
    width: 121%;
    max-width: none;
    margin-left: -10.5%;
  }
}

.con_service .photo span {
  position: absolute;
  bottom: 20px;
  bottom: 20px;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .con_service .photo span {
    bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .photo span {
    left: 3%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_service .photo.right {
    float: right;
  }
}
@media print {
  .con_service .photo.right {
    float: right;
  }
}
.ie8 .con_service .photo.right {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .con_service .photo.right {
    overflow: hidden;
  }
  .con_service .photo.right img {
    position: relative;
    width: 110%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .con_service .photo.right {
    overflow: hidden;
  }
  .con_service .photo.right img {
    position: relative;
    width: 121%;
    max-width: none;
    margin-left: -10.5%;
  }
}

.con_service .box_service {
  float: left;
  width: 25%;
  margin-left: 1.04167%;
  position: relative;
  z-index: 2;
  color: #fff;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_service .box_service {
    padding-bottom: 7%;
  }
}
.con_service .box_service .icon {
  width: 63.54167%;
  margin-top: 105px;
  margin-left: auto;
  max-width: 231px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service .box_service .icon {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_service .icon {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .con_service .box_service .icon {
    margin-top: 50px;
  }
}
.con_service .box_service h4 {
  font-size: 234%;
  margin-top: 55px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service .box_service h4 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_service h4 {
    font-size: 134%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service .box_service h4 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_service h4 {
    margin-top: 7%;
  }
}
.con_service .box_service h5 {
  font-size: 114%;
  color: #7dd5fa;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service .box_service h5 {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_service h5 {
    font-size: 100%;
  }
}
.con_service .box_service h5 small {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_service .box_service h5 small {
    margin-left: 1%;
  }
}
.con_service .box_service .txt {
  margin-top: 25px;
  line-height: 2;
  font-size: 107%;
}
@media only screen and (max-width: 767px) {
  .con_service .box_service .txt {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_service .box_service .txt {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1024px) {
  .con_service .box_service {
    float: none;
    width: 91.66667%;
    margin-left: auto;
    margin-right: auto;
  }
  .con_service .box_service .icon {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_service .box_service.left {
    float: left;
    margin-left: 5.72917%;
  }
}
@media print {
  .con_service .box_service.left {
    float: left;
    margin-left: 5.72917%;
  }
}
.ie8 .con_service .box_service.left {
  float: left;
  margin-left: 5.72917%;
}

/* -----------------------------------------------------------
	.con_slider
----------------------------------------------------------- */
.con_slider {
  overflow: hidden;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .con_slider {
    margin-bottom: 15%;
  }
}
.con_slider h4 {
  text-align: center;
  font-size: 167%;
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_slider h4 {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider h4 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider h4 {
    margin-bottom: 7%;
  }
}
.con_slider h4 i {
  display: block;
  width: 65px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_slider h4 i {
    width: 10%;
  }
}
.con_slider h4 em {
  display: block;
  font-weight: 600;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_slider h4 em {
    margin-top: 4%;
  }
}
.con_slider .box_slider {
  width: 400px;
  margin: auto;
  padding: 75px 0;
}
.con_slider .box_slider a {
  display: block;
  text-decoration: none;
}
.con_slider .box_slider a small {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-size: 87%;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_slider a small {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_slider .box_slider a small {
    font-size: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider .box_slider a small {
    font-size: 67%;
  }
}
.con_slider .box_slider .slick-list {
  overflow: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.con_slider .box_slider .slick-slide {
  position: relative;
  z-index: 1;
  -webkit-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
}
.con_slider .box_slider .slick-slide.slick-active, .con_slider .box_slider .slick-slide.slick-current {
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
  z-index: 2;
}
.con_slider .box_slider .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 35px;
}
.con_slider .box_slider .slick-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .con_slider .box_slider .slick-arrow {
    display: none !important;
  }
}
.con_slider .box_slider .slick-next {
  right: -95%;
}
.con_slider .box_slider .slick-next::before {
  background: url(../images/common/arr_r.png) no-repeat center/100% auto;
}
.con_slider .box_slider .slick-prev {
  left: -95%;
}
.con_slider .box_slider .slick-prev::before {
  background: url(../images/common/arr_l.png) no-repeat center/100% auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_slider .box_slider {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider .box_slider {
    width: 55%;
    padding: 15% 0;
  }
}
.con_slider .box_pic li a {
  cursor: default;
  outline: none;
}

/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_info {
  max-width: 1300px;
  margin-bottom: 120px;
  padding: 80px 2.60417%;
  background: #f8f8f8;
  padding: 80px 2.60417%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_info {
    margin-bottom: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_info {
    padding: 50px 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info {
    padding: 5% 5%;
  }
}
.con_info .box_info {
  width: 43.33333%;
  float: left;
}
.con_info .box_info.box_info2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_info .box_info.box_info2 .icon img {
    width: 43.257%;
  }
}
@media print {
  .con_info .box_info.box_info2 .icon img {
    width: 43.257%;
  }
}
.ie8 .con_info .box_info.box_info2 .icon img {
  width: 43.257%;
}
.con_info .box_info h3 {
  color: #009fe3;
  font-size: 134%;
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_info .box_info h3 {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_info h3 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_info h3 {
    margin: 3% 0 1%;
  }
}
.con_info .box_info h4 {
  font-size: 167%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_info .box_info h4 {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_info h4 {
    font-size: 114%;
  }
}
.con_info .box_info ul {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info ul {
    margin-top: 3%;
  }
}
.con_info .box_info ul li {
  list-style-type: disc;
  margin-left: 1.4em;
}
.con_info .box_info .box_event {
  margin: 30px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  background-color: #009fe3;
  display: inline-block;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info .box_event {
    margin: 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_info .box_event {
    padding: 5%;
  }
}
.con_info .box_info .box_event dt {
  font-size: 134%;
  font-weight: bold;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_info .box_info .box_event dt {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_info .box_event dt {
    font-size: 120%;
  }
}
.con_info .box_info .box_event dt small {
  display: inline-block;
}
.con_info .box_info .box_event dd {
  margin-top: 15px;
  opacity: .9;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info .box_event dd {
    margin-top: 2%;
  }
}
.con_info .box_info .txt {
  margin-top: 25px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info .txt {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_info .txt {
    line-height: 1.5;
  }
}
.con_info .box_info .icon {
  width: 32.69231%;
  margin-left: auto;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info .icon {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .con_info .box_info.right {
    float: right;
  }
}
@media print {
  .con_info .box_info.right {
    float: right;
  }
}
.ie8 .con_info .box_info.right {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info {
    float: none;
    width: 100%;
  }
}
.con_info .box_video {
  float: right;
  width: 48.33333%;
}
.con_info .box_video.box_video2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 6em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_info .box_video.box_video2 {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_video.box_video2 {
    padding-bottom: 3em;
  }
}
.con_info .box_video.box_video2 .box_slider {
  width: 33.33333%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_info .box_video.box_video2 .box_slider {
    width: 55%;
  }
}
.con_info .box_video.box_video2 .box_slider .slick-list {
  overflow: visible;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.con_info .box_video.box_video2 .box_slider .slick-slide {
  display: block;
  position: relative;
  z-index: 1;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.con_info .box_video.box_video2 .box_slider .slick-slide h5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: .5em;
  font-size: 80%;
}
.con_info .box_video.box_video2 .box_slider .slick-slide.slick-current {
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  z-index: 2;
}
.con_info .box_video.box_video2 .box_slider .slick-slide.slick-current h5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_info .box_video.box_video2 .box_slider .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 35px;
}
.con_info .box_video.box_video2 .box_slider .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 35px;
}
.con_info .box_video.box_video2 .box_slider .slick-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .con_info .box_video.box_video2 .box_slider .slick-arrow {
    display: none !important;
  }
}
.con_info .box_video.box_video2 .box_slider .slick-next {
  right: -95%;
}
.con_info .box_video.box_video2 .box_slider .slick-next::before {
  background: url(../images/common/arr_r.png) no-repeat center/100% auto;
}
.con_info .box_video.box_video2 .box_slider .slick-prev {
  left: -95%;
}
.con_info .box_video.box_video2 .box_slider .slick-prev::before {
  background: url(../images/common/arr_l.png) no-repeat center/100% auto;
}
.con_info .box_video.box_video2 .box_slider a {
  display: block;
  text-decoration: none;
  position: relative;
  outline: 0;
}
.con_info .box_video.box_video2 .box_slider a:focus, .con_info .box_video.box_video2 .box_slider a:hover {
  outline: 0;
}
.con_info .box_video.box_video2 .box_slider img {
  display: block;
}
.con_info .box_video.box_video2 .txt {
  margin-bottom: 7em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_info .box_video.box_video2 .txt {
    margin-bottom: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_video.box_video2 .txt {
    margin-bottom: 3.5em;
  }
}
.con_info .box_video .txt {
  color: #333;
  font-weight: bold;
  letter-spacing: .2em;
  font-size: 114%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_info .box_video .txt {
    margin-bottom: 1%;
  }
}
.con_info .box_video .photo {
  width: 100%;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .con_info .box_video .photo {
    margin-top: 5%;
  }
}
.con_info .box_video .video img {
  width: 100%;
}
.con_info .box_video h5 {
  font-weight: normal;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_info .box_video h5 {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .con_info .box_video.left {
    float: left;
  }
  .con_info .box_video .txt {
    text-align: center;
  }
}
@media print {
  .con_info .box_video.left {
    float: left;
  }
  .con_info .box_video .txt {
    text-align: center;
  }
}
.ie8 .con_info .box_video.left {
  float: left;
}
.ie8 .con_info .box_video .txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_info .box_video {
    float: none;
    width: 100%;
  }
  .con_info .box_video .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	.wrp_model
----------------------------------------------------------- */
.con_casting {
  margin-bottom: 0;
}

.wrp_model {
  padding-top: 200px;
  background: url(../images/home/bg_model.png) no-repeat top left/70.6% auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_model {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_model {
    padding-top: 15%;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_model {
    background-size: 100% 80%;
  }
}
.wrp_model .con_model {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .wrp_model .con_model {
    margin-bottom: 7%;
  }
}
.wrp_model .con_model h4 {
  text-align: center;
  font-size: 167%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_model .con_model h4 {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_model .con_model h4 {
    font-size: 120%;
  }
}
.wrp_model .con_model h4 i {
  display: block;
  width: 36px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .wrp_model .con_model h4 i {
    width: 10%;
  }
}
.wrp_model .con_model h4 em {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .wrp_model .con_model h4 em {
    margin-top: 3%;
  }
}
.wrp_model .con_model .box_model {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .wrp_model .con_model .box_model {
    margin-top: 7%;
  }
}
.wrp_model .con_model .box_model #panel_model > div.con_panel {
  background: #fff;
  display: none;
}
@media only screen and (min-width: 768px) {
  .wrp_model .con_model .box_model #panel_model > div.con_panel:first-child {
    display: block;
  }
}
@media print {
  .wrp_model .con_model .box_model #panel_model > div.con_panel:first-child {
    display: block;
  }
}
.ie8 .wrp_model .con_model .box_model #panel_model > div.con_panel:first-child {
  display: block;
}
.wrp_model .con_model .box_model #tab_model {
  margin: auto;
  margin-top: 30px;
  letter-spacing: -.4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .wrp_model .con_model .box_model #tab_model {
    margin-top: 7%;
  }
}
.wrp_model .con_model .box_model #tab_model li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 11.11111%;
  padding: 0.5em;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_model .con_model .box_model #tab_model li {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_model .con_model .box_model #tab_model li {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_model .con_model .box_model #tab_model li {
    padding: 0;
  }
}
.wrp_model .con_model .box_model #tab_model li.active {
  cursor: default;
}
.wrp_model .con_model .box_model #tab_model li a.view_sp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .wrp_model .con_model .box_model #tab_model li {
    margin-left: 6.81818%;
    margin-bottom: 9.09091%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_model .con_model .box_model #tab_model {
    text-align: left;
  }
}

.con_panel {
  padding: 4.16667% 8.33333%;
  -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_panel {
    padding: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_panel {
    padding: 3%;
  }
}
.con_panel .box_det {
  float: left;
  width: 50%;
}
.con_panel .box_det .photo {
  width: 60%;
}
.con_panel .box_det h5 {
  font-weight: normal;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_panel .box_det h5 {
    margin-top: 4%;
  }
}
.con_panel .box_det h5 em {
  font-size: 134%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_panel .box_det h5 em {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_panel .box_det h5 em {
    font-size: 107%;
  }
}
.con_panel .box_det h5 span {
  font-size: 107%;
  color: #a9a9a9;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_panel .box_det h5 span {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_panel .box_det h5 span {
    font-size: 87%;
  }
}
.con_panel .box_det .txt {
  margin-top: 15px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_panel .box_det .txt {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_panel .box_det .txt {
    line-height: 1.5;
  }
}
.con_panel .box_smp {
  float: right;
  width: 40%;
}
.con_panel .box_smp h3 {
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #2099bc;
  padding: .3em 1em;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_panel .box_smp h3 {
    margin-bottom: 2%;
  }
}
.con_panel .box_smp .video {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_panel .box_smp .video {
    margin-bottom: 4%;
  }
}
.con_panel .box_smp .txt {
  margin-bottom: 3%;
}
.con_panel .box_smp dl dt {
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #2099bc;
  padding: .3em 1em;
}
@media only screen and (max-width: 767px) {
  .con_panel .box_smp dl dt {
    margin-bottom: 2%;
  }
}
.con_panel .box_smp dl dd {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_panel .box_smp dl dd {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_panel {
    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5% !important;
  }
  .con_panel .box_det {
    float: none;
    width: 100%;
  }
  .con_panel .box_det .photo {
    width: 82.07071%;
    margin: auto;
  }
  .con_panel .box_smp {
    float: none;
    width: 100%;
    margin-top: 7%;
  }
}

/* -----------------------------------------------------------
	.con_work_event
----------------------------------------------------------- */
.con_work_event h4 {
  text-align: center;
  font-size: 167%;
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_work_event h4 {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_work_event h4 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_work_event h4 {
    margin-bottom: 7%;
  }
}
.con_work_event h4 i {
  display: block;
  width: 26px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_work_event h4 i {
    width: 10%;
  }
}
.con_work_event h4 em {
  display: block;
  font-weight: 600;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .con_work_event h4 em {
    margin-top: 3%;
  }
}
.con_work_event .box_work_event {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_work_event .box_work_event {
    width: 48.33333%;
    margin: auto;
  }
}
@media print {
  .con_work_event .box_work_event {
    width: 48.33333%;
    margin: auto;
  }
}
.ie8 .con_work_event .box_work_event {
  width: 48.33333%;
  margin: auto;
}
.con_work_event .box_work_event li {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .con_work_event .box_work_event li {
    margin-bottom: 10%;
  }
}
.con_work_event .box_work_event li a {
  text-decoration: none;
}
.con_work_event .box_work_event li a h5 {
  margin-top: 35px;
  font-size: 134%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_work_event .box_work_event li a h5 {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_work_event .box_work_event li a h5 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_work_event .box_work_event li a h5 {
    font-size: 107%;
  }
}
.con_work_event .box_work_event li a .txt {
  margin-top: 10px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_work_event .box_work_event li a .txt {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_work_event .box_work_event li a .txt {
    line-height: 1.5;
  }
}

/* -----------------------------------------------------------
	.con_influ
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .con_influ .box_service {
    width: 28%;
  }
}
@media print {
  .con_influ .box_service {
    width: 28%;
  }
}
.ie8 .con_influ .box_service {
  width: 28%;
}
.con_influ .box_service h4 {
  font-size: 214%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_influ .box_service h4 {
    font-size: 187%;
  }
}
@media only screen and (max-width: 767px) {
  .con_influ .box_service h4 {
    font-size: 134%;
  }
}

/* -----------------------------------------------------------
	.con_price
----------------------------------------------------------- */
.wrp_price {
  margin-top: 90px;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .wrp_price {
    margin-top: 10%;
  }
}
.wrp_price:before {
  content: "";
  display: block;
  width: 100%;
  height: 246px;
  background: url(../images/home/line_news.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_price:before {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_price:before {
    height: 5em;
  }
}

.con_price h3 {
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #009fe3;
  font-size: 467%;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_price h3 {
    font-size: 434%;
  }
}
@media only screen and (max-width: 767px) {
  .con_price h3 {
    font-size: 214%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .con_price h3 {
    font-size: 420%;
  }
}
@media only screen and (max-width: 767px) {
  .con_price h3 {
    margin-bottom: 7%;
  }
}
.con_price .box_price li {
  width: 100%;
  display: table;
  border: 1px solid #c6c6c6;
  border-top: none;
}
.con_price .box_price li:first-child {
  border-top: 1px solid #c6c6c6;
}
.con_price .box_price li h4 {
  text-align: center;
  font-size: 120%;
  background: #eceef0;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_price .box_price li h4 {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price li h4 {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_price .box_price li h4 {
    display: table-cell;
    vertical-align: middle;
    width: 28.33333%;
    border-right: none;
  }
}
@media print {
  .con_price .box_price li h4 {
    display: table-cell;
    vertical-align: middle;
    width: 28.33333%;
    border-right: none;
  }
}
.ie8 .con_price .box_price li h4 {
  display: table-cell;
  vertical-align: middle;
  width: 28.33333%;
  border-right: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_price .box_price li h4 {
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price li h4 {
    padding: 1em 0;
  }
}
.con_price .box_price li .wrp_tbl .tbl_pri {
  width: 100%;
}
.con_price .box_price li .wrp_tbl .tbl_pri tr {
  border-top: 1px solid #c6c6c6;
}
.con_price .box_price li .wrp_tbl .tbl_pri tr th, .con_price .box_price li .wrp_tbl .tbl_pri tr td {
  padding: 2.5em 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_price .box_price li .wrp_tbl .tbl_pri tr th, .con_price .box_price li .wrp_tbl .tbl_pri tr td {
    padding: 1.5em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price li .wrp_tbl .tbl_pri tr th, .con_price .box_price li .wrp_tbl .tbl_pri tr td {
    padding: 1em;
  }
}
.con_price .box_price li .wrp_tbl .tbl_pri tr th {
  text-align: center;
  font-weight: normal;
  background: #f7f7f7;
}
.con_price .box_price li .wrp_tbl .tbl_pri tr th small {
  display: block;
  font-size: 87%;
  margin-top: .2em;
}
.con_price .box_price li .wrp_tbl .tbl_pri tr td small {
  display: block;
  font-size: 87%;
  padding-left: .5em;
  margin-top: 30px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_price .box_price li .wrp_tbl .tbl_pri tr td small {
    margin-top: 5%;
  }
}
.con_price .box_price li .wrp_tbl .tbl_pri tr td .del {
  display: inline-block;
  position: relative;
}
.con_price .box_price li .wrp_tbl .tbl_pri tr td .del:after {
  position: absolute;
  top: 49%;
  left: -3%;
  content: "";
  width: 106%;
  height: 1px;
  background: #e70202;
}
.con_price .box_price li .wrp_tbl .tbl_pri tr td .pri {
  color: #e70202;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_price .box_price li .wrp_tbl .tbl_pri tr td .pri {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_price .box_price li .wrp_tbl {
    display: table-cell;
    vertical-align: middle;
    border-left: none;
  }
  .con_price .box_price li .wrp_tbl .tbl_pri tr:first-child {
    border-top: none;
  }
  .con_price .box_price li .wrp_tbl .tbl_pri th, .con_price .box_price li .wrp_tbl .tbl_pri td {
    border-left: 1px solid #c6c6c6;
    width: 50%;
  }
}
@media print {
  .con_price .box_price li .wrp_tbl {
    display: table-cell;
    vertical-align: middle;
    border-left: none;
  }
  .con_price .box_price li .wrp_tbl .tbl_pri tr:first-child {
    border-top: none;
  }
  .con_price .box_price li .wrp_tbl .tbl_pri th, .con_price .box_price li .wrp_tbl .tbl_pri td {
    border-left: 1px solid #c6c6c6;
    width: 50%;
  }
}
.ie8 .con_price .box_price li .wrp_tbl {
  display: table-cell;
  vertical-align: middle;
  border-left: none;
}
.ie8 .con_price .box_price li .wrp_tbl .tbl_pri tr:first-child {
  border-top: none;
}
.ie8 .con_price .box_price li .wrp_tbl .tbl_pri th, .ie8 .con_price .box_price li .wrp_tbl .tbl_pri td {
  border-left: 1px solid #c6c6c6;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .con_price .box_price li .wrp_tbl .tbl_pri tr th {
    width: 70%;
    text-align: left;
    border-right: 1px solid #c6c6c6;
  }
}
@media only screen and (max-width: 767px) {
  .con_price .box_price li .wrp_tbl {
    font-size: 80%;
  }
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
  margin-top: 90px;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 10%;
  }
}
.con_news:before {
  content: "";
  display: block;
  width: 100%;
  height: 246px;
  background: url(../images/home/line_news.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news:before {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news:before {
    height: 5em;
  }
}
.con_news .box_news h3 {
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #009fe3;
  font-size: 467%;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news h3 {
    font-size: 434%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news h3 {
    font-size: 214%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .con_news .box_news h3 {
    font-size: 420%;
  }
}
.con_news .box_news #tab_news {
  margin-top: 60px;
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news #tab_news {
    margin-top: 7%;
  }
}
.con_news .box_news #tab_news li {
  cursor: pointer;
  letter-spacing: normal;
  display: inline-block;
  background: #ebebeb;
  width: 6em;
  padding: .3em 0;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  -webkit-transition: color 0.35s, background 0.35s;
  -moz-transition: color 0.35s, background 0.35s;
  -ms-transition: color 0.35s, background 0.35s;
  -o-transition: color 0.35s, background 0.35s;
  transition: color 0.35s, background 0.35s;
}
.con_news .box_news #tab_news li:first-child {
  margin-left: 0;
}
.con_news .box_news #tab_news li.active {
  color: #fff;
  background: #009fe3;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news #tab_news li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.con_news .box_news .con_panel_news {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .con_panel_news {
    margin-top: 7%;
  }
}
.con_news .box_news .con_panel_news > div.box_panel_news {
  display: none;
}
.con_news .box_news .con_panel_news > div.box_panel_news:first-child {
  display: block;
}
.con_news .box_news .con_panel_news > div.box_panel_news .list_news li {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .con_panel_news > div.box_panel_news .list_news li {
    margin-bottom: 7%;
  }
}
.con_news .box_news .con_panel_news > div.box_panel_news .list_news li a {
  display: table;
  width: 100%;
  background: #fff;
  text-decoration: none;
}
.con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .photo {
  display: table-cell;
  vertical-align: top;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .photo {
    width: 35%;
  }
}
.con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .photo img {
  width: 100%;
}
.con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det {
  display: table-cell;
  vertical-align: top;
  padding: 10px 20px;
}
.con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det .info .cate {
  background: #ebebeb;
  width: 6em;
  padding: .3em 0;
  display: inline-block;
  text-align: center;
}
.con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det .info .time {
  margin-left: 1.5em;
}
.con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det h4 {
  font-weight: normal;
  color: #009fe3;
  font-size: 134%;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det h4 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det h4 {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det h4 {
    margin-top: 5%;
  }
}
.firefox .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det h4, .ie .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det h4 {
  max-height: 1.5em;
}
.con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det .txt {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det .txt {
    margin-top: 2%;
  }
}
.firefox .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det .txt, .ie .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det .txt {
  max-height: 4em;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det {
    padding: 3%;
  }
  .con_news .box_news .con_panel_news > div.box_panel_news .list_news li a .box_det .info {
    font-size: 74%;
  }
}
.con_news .box_news .con_panel_news .btn_news {
  width: 270px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .con_panel_news .btn_news {
    width: 75%;
  }
}
.con_news .box_news .con_panel_news .btn_news a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #009fe3;
  position: relative;
  padding: 1.5em 0;
  -webkit-transition: background 0.35s, color 0.35s;
  -moz-transition: background 0.35s, color 0.35s;
  -ms-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_news .box_news .con_panel_news .btn_news a {
    padding: 1em 0;
  }
}
.con_news .box_news .con_panel_news .btn_news a span {
  margin-right: 1.5em;
}
.con_news .box_news .con_panel_news .btn_news a:after {
  position: absolute;
  width: 3em;
  height: .34em;
  top: 50%;
  margin-top: -.17em;
  right: -1.5em;
  content: "";
  border-style: solid;
  border-color: #131313;
  border-width: 0 1px 1px 0;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  display: block;
  -webkit-transition: right 0.35s;
  -moz-transition: right 0.35s;
  -ms-transition: right 0.35s;
  -o-transition: right 0.35s;
  transition: right 0.35s;
}
.con_news .box_news .con_panel_news .btn_news a:hover {
  background: #009fe3;
  color: #fff;
}
.con_news .box_news .con_panel_news .btn_news a:hover:after {
  right: -2.5em;
}

/* -----------------------------------------------------------
	.con_contact
----------------------------------------------------------- */
.con_contact {
  background: #eff1f7;
}
.con_contact:before {
  content: "";
  display: block;
  width: 100%;
  height: 246px;
  background: url(../images/home/line_contact.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_contact:before {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact:before {
    height: 5em;
  }
}
.con_contact .box_contact {
  padding: 70px 0 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_contact .box_contact {
    padding: 50px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact {
    padding: 5% 0 8%;
  }
}
.con_contact .box_contact h3 {
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #009fe3;
  font-size: 467%;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_contact .box_contact h3 {
    font-size: 434%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact h3 {
    font-size: 214%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .con_contact .box_contact h3 {
    font-size: 420%;
  }
}
.con_contact .box_contact .catch {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact .catch {
    margin-top: 5%;
  }
}
.con_contact .box_contact .btn_contact {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact .btn_contact {
    margin-top: 5%;
  }
}
.con_contact .box_contact .btn_contact > a {
  display: block;
  background: #009fe3;
  padding: 1em 2em;
  border-radius: 10px;
  border: none;
  color: #fff;
}
.con_contact .box_contact form {
  margin-top: 85px;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form {
    margin-top: 10%;
  }
}
.con_contact .box_contact form table {
  width: 100%;
}
.con_contact .box_contact form table th {
  vertical-align: top;
  font-weight: normal;
  font-size: 120%;
  padding: .5em 0;
  width: 29.16667%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_contact .box_contact form table th {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form table th {
    font-size: 100%;
  }
}
.con_contact .box_contact form table th .req {
  color: #009fe3;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form table th {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.con_contact .box_contact form table td {
  vertical-align: top;
  padding-bottom: 2em;
  /* Chrome */
  /* Firefox */
  /* IE */
}
.con_contact .box_contact form table td select {
  width: 100%;
  max-width: 600px;
  padding: .8em 1em;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_contact .box_contact form table td input {
  width: 100%;
  max-width: 600px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .8em 1em;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_contact .box_contact form table td input::placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.con_contact .box_contact form table td textarea {
  width: 100%;
  height: 15em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .8em 1em;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con_contact .box_contact form table td ::-webkit-input-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.con_contact .box_contact form table td ::-moz-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.con_contact .box_contact form table td :-ms-input-placeholder {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form table td {
    display: block;
    width: 100%;
  }
}
.con_contact .box_contact form table td .alert {
  display: block;
  color: #009fe3;
  font-size: 87%;
  margin-top: .4em;
}
.con_contact .box_contact form .wrp_pri {
  display: none;
  margin: 130px auto 0;
  width: 83.33333%;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form .wrp_pri {
    margin: 10% auto 0;
  }
}
.con_contact .box_contact form .wrp_pri .con_pri {
  padding: 2em 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fff;
}
.con_contact .box_contact form .wrp_pri .con_pri .box_pri {
  max-height: 520px;
  overflow-y: auto;
  padding: 0 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_contact .box_contact form .wrp_pri .con_pri .box_pri {
    max-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form .wrp_pri .con_pri .box_pri {
    max-height: 250px;
  }
}
.con_contact .box_contact form .wrp_pri .con_pri .box_pri .txt {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form .wrp_pri .con_pri {
    padding: 1em 0;
  }
  .con_contact .box_contact form .wrp_pri .con_pri .box_pri {
    padding: 0 1em;
  }
  .con_contact .box_contact form .wrp_pri .con_pri .box_pri .txt {
    font-size: 74%;
  }
}
.con_contact .box_contact form .wrp_pri .catch {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form .wrp_pri .catch {
    margin-top: 8%;
  }
}
.con_contact .box_contact form .wrp_pri .check_pri {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form .wrp_pri .check_pri {
    margin-top: 6%;
  }
}
.con_contact .box_contact form .btn_form {
  width: 270px;
  margin: 50px auto 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form .btn_form {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form .btn_form {
    margin: 5% auto 0;
  }
}
.con_contact .box_contact form .btn_form:after {
  position: absolute;
  width: 3em;
  height: .34em;
  top: 50%;
  margin-top: -.17em;
  right: -1.5em;
  content: "";
  border-style: solid;
  border-color: #131313;
  border-width: 0 1px 1px 0;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  display: block;
  -webkit-transition: right 0.35s;
  -moz-transition: right 0.35s;
  -ms-transition: right 0.35s;
  -o-transition: right 0.35s;
  transition: right 0.35s;
}
.con_contact .box_contact form .btn_form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #009fe3;
  background: #009fe3;
  color: #fff;
  padding: 1.2em 0;
  -webkit-transition: background 0.35s, color 0.35s;
  -moz-transition: background 0.35s, color 0.35s;
  -ms-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_contact .box_contact form .btn_form input {
    padding: 1em 0;
  }
}
.con_contact .box_contact form .btn_form input span {
  margin-right: 1.5em;
}
.con_contact .box_contact form .btn_form:hover input {
  background: none;
  color: #131313;
}
.con_contact .box_contact form .btn_form:hover:after {
  right: -2.5em;
}

.btn_contact {
  width: 270px;
  margin: auto;
  margin-bottom: 170px;
}
@media only screen and (max-width: 767px) {
  .btn_contact {
    width: 75%;
  }
}
.btn_contact a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e1a72a;
  position: relative;
  padding: 1.5em 0;
  -webkit-transition: background 0.35s, color 0.35s;
  -moz-transition: background 0.35s, color 0.35s;
  -ms-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
@media only screen and (max-width: 767px) {
  .btn_contact a {
    padding: 1em 0;
  }
}
.btn_contact a span {
  margin-right: 1.5em;
}
.btn_contact a:after {
  position: absolute;
  width: 3em;
  height: .34em;
  top: 50%;
  margin-top: -.17em;
  right: -1.5em;
  content: "";
  border-style: solid;
  border-color: #131313;
  border-width: 0 1px 1px 0;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  display: block;
  -webkit-transition: right 0.35s;
  -moz-transition: right 0.35s;
  -ms-transition: right 0.35s;
  -o-transition: right 0.35s;
  transition: right 0.35s;
}
.btn_contact a:hover {
  background: #e1a72a;
  color: #fff;
}
.btn_contact a:hover:after {
  right: -2.5em;
}
@media only screen and (max-width: 767px) {
  .btn_contact {
    margin-bottom: 20%;
  }
}

.btn_contact3 {
  width: 270px;
  margin: auto;
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .btn_contact3 {
    width: 75%;
  }
}
.btn_contact3 a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e1a72a;
  position: relative;
  padding: 1.5em 0;
  color: #fff;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
@media only screen and (max-width: 767px) {
  .btn_contact3 a {
    padding: 1em 0;
  }
}
.btn_contact3 a span {
  margin-right: 1.5em;
}
.btn_contact3 a:after {
  position: absolute;
  width: 3em;
  height: .34em;
  top: 50%;
  margin-top: -.17em;
  right: -1.5em;
  content: "";
  border-style: solid;
  border-color: #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  display: block;
  -webkit-transition: right 0.35s;
  -moz-transition: right 0.35s;
  -ms-transition: right 0.35s;
  -o-transition: right 0.35s;
  transition: right 0.35s;
}
.btn_contact3 a:hover {
  background: #e1a72a;
}
.btn_contact3 a:hover:after {
  right: -2.5em;
}
@media only screen and (max-width: 767px) {
  .btn_contact3 {
    margin-top: 10%;
  }
}

label.checkbox_label {
  position: relative;
  padding: 0 0 0 1.6em;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
}
label.checkbox_label input[type="checkbox"] {
  display: none;
}
label.checkbox_label span {
  display: inline-block;
  margin-left: .5em;
}
label.checkbox_label span:before, label.checkbox_label span:after {
  position: absolute;
  top: 50%;
  margin-top: -.6em;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label.checkbox_label span:before {
  z-index: 0;
  background-color: transparent;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #d5d5d5;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label.checkbox_label span:after {
  z-index: 1;
  margin: -.45em .45em .15em;
  width: .4em;
  height: .7em;
}
label.checkbox_label input[type="checkbox"]:checked + span::before {
  background-color: #009fe3;
  border-color: #009fe3;
}
label.checkbox_label input[type="checkbox"]:checked + span::after {
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.con_thanks {
  max-width: 600px;
  margin-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_thanks {
    margin-top: 15%;
  }
}
.con_thanks h1 {
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #009fe3;
  font-size: 467%;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks h1 {
    font-size: 434%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks h1 {
    font-size: 214%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .con_thanks h1 {
    font-size: 420%;
  }
}
.con_thanks h2 {
  margin-top: 50px;
  font-size: 134%;
}
@media only screen and (max-width: 767px) {
  .con_thanks h2 {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_thanks h2 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_thanks h2 {
    font-size: 107%;
  }
}
.con_thanks .txt {
  margin-top: 20px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_thanks .txt {
    margin-top: 3%;
  }
}
.con_thanks .btn_top {
  width: 270px;
  margin: auto;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn_top {
    width: 75%;
  }
}
.con_thanks .btn_top a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #009fe3;
  position: relative;
  padding: 1.5em 0;
  -webkit-transition: background 0.35s, color 0.35s;
  -moz-transition: background 0.35s, color 0.35s;
  -ms-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn_top a {
    padding: 1em 0;
  }
}
.con_thanks .btn_top a span {
  margin-right: 1.5em;
}
.con_thanks .btn_top a:after {
  position: absolute;
  width: 3em;
  height: .34em;
  top: 50%;
  margin-top: -.17em;
  right: -1.5em;
  content: "";
  border-style: solid;
  border-color: #131313;
  border-width: 0 1px 1px 0;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  display: block;
  -webkit-transition: right 0.35s;
  -moz-transition: right 0.35s;
  -ms-transition: right 0.35s;
  -o-transition: right 0.35s;
  transition: right 0.35s;
}
.con_thanks .btn_top a:hover {
  background: #009fe3;
  color: #fff;
}
.con_thanks .btn_top a:hover:after {
  right: -2.5em;
}
@media only screen and (max-width: 767px) {
  .con_thanks .btn_top {
    margin-top: 3%;
  }
}
