@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
:root {
  --total-menu: 6;
}
#loading_box {
  background: #121e2a;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 250;
}

#special {
  z-index: 20;
}

#special_ex {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #1c232e;
  z-index: 100;
}

.webgl #special_ex {
  display: none !important;
}

.safari_old.webgl #special_ex {
  display: block !important;
}

#ua_sp #special_ex {
  display: block !important;
}
#ua_sp #top #top_movie {
  background: url(/assets/images/common/ph00.jpg) center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
}
#ua_sp .footer_news .footer_movie {
  background: url(/assets/images/common/ph00.jpg) center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
}
#ua_sp #top #cover #text_zone {
  display: none;
}
#ua_sp #top #cover #ext_obj2 {
  top: 50% !important;
}

.safari_flag .main_visual {
  top: 0 !important;
  position: absolute !important;
}

.safari_flag #footer {
  z-index: 4 !important;
}

.safari_flag #footer #foot_nav_wrap {
  overflow: hidden;
}

.safari_flag #service_list {
  overflow: hidden;
}

.no-opacity .specialAbout {
  background: url(../images/common/bg01.png) 0 0 repeat !important;
}

#page {
  padding: 60px 0 0 0;
  background: #fff;
  position: relative;
}

#page_inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 20px 0 20px;
  overflow: hidden;
}

#page_inner2 {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0;
}

.page404 .title404 {
  font-size: 40px;
  text-align: center;
}

.page404 .text404 {
  padding: 50px 85px;
}

.page404 .text404 a {
  color: #0066bb;
}

.empty_box {
  position: relative;
  height: 100%;
}
.empty_box .main_title {
  padding: 0 50px 0 50px;
  overflow: hidden;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 80px;
  z-index: 10;
}
.empty_box .main_title .main_title_inner {
  background: url(../images/common/bg04.png) 0 0 repeat;
  height: 100px;
  max-width: 1820px;
  margin: 0 auto;
}
.empty_box .main_title h1 {
  margin: 0;
  padding: 0 0 0 40px;
  color: #fff;
  /*font-weight: bold;*/
  font-size: 26px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
}
.empty_box .main_title h2 {
  float: left;
  width: auto;
  border-right: 1px solid #676767;
  border-right: 1px solid rgba(200, 200, 200, 0.3);
  color: #fff;
  line-height: 1.9;
  font-size: 13px;
  height: 100px;
  padding: 27px 40px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
#profile .empty_box .main_title {
  height: 120px;
}
#profile .empty_box .main_title .main_title_inner {
  height: 120px;
  background: none;
}
#profile .empty_box .main_title h1 {
  padding: 50px 35px 0 40px;
  line-height: 0;
  font-size: 32px;
  vertical-align: top;
  letter-spacing: 0.2em;
  height: inherit;
  display: inline-block;
  background: url(../images/common/bg04.png) 0 0 repeat;
}
#profile .empty_box .main_title h1 span {
  display: inline-block;
  padding-top: 30px;
  padding-left: 3px;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #33ddff;
  line-height: 1;
}
#profile .empty_box .main_title h2 {
  display: none;
}

.main_visual {
  width: 100%;
  height: 100%;
  margin: 0 0 80px 0;
  top: 0;
  position: fixed;
}

.main_visual > div {
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover cover;
  background-size: cover;
}

.default_title_box {
  background: #004488;
  height: 120px;
}
.default_title_box .default_title_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0;
}
.default_title_box .default_title {
  font-size: 32px;
  color: #fff;
}
.default_title_box .default_sub {
  font-size: 16px;
  color: #fff;
}
.default_title_box .default_title_en {
  font-size: 14px;
  color: #33ddff;
}

.local_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 30;
  padding: 0 50px 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.local_nav.fit {
  position: fixed;
  top: 0 !important;
}

.local_nav ul {
  word-spacing: -0.4em;
  background: url(../images/common/bg04.png) 0 0 repeat;
  overflow: hidden;
  height: 70px;
  max-width: 1820px;
  margin: 0 auto;
}
.local_nav ul li {
  word-spacing: normal;
  display: inline-block;
  border-right: 1px solid #676767;
  border-right: 1px solid rgba(200, 200, 200, 0.3);
  overflow: hidden;
  position: relative;
}
.local_nav ul li:before {
  -webkit-transition: width 800ms;
  transition: width 800ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  min-height: 205%;
  content: '';
  position: absolute;
  height: 500%;
  top: -208%;
  right: 0;
  bottom: -10%;
  left: -45%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 0;
  display: block;
  background: url(../images/common/bg07.png) 0 0 repeat;
}
.local_nav ul li a {
  text-align: center;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 194px;
  display: block;
  padding: 16px 0 0 0;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 800ms;
  transition: color 800ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.local_nav ul li:hover a, body.category_index .local_nav ul .nav_index a, body.category_business .local_nav ul .nav_business a, body.category_careers .local_nav ul .nav_careers a, body.category_group .local_nav ul .nav_group a, body.category_case .local_nav ul .nav_case a, body.category_contents .local_nav ul .nav_contents a, body.category_faq .local_nav ul .nav_faq a {
  color: #31d5f6;
}
.local_nav ul li:hover:before, body.category_index .local_nav ul .nav_index:before, body.category_business .local_nav ul .nav_business:before, body.category_careers .local_nav ul .nav_careers:before, body.category_group .local_nav ul .nav_group:before, body.category_case .local_nav ul .nav_case:before, body.category_contents .local_nav ul .nav_contents:before, body.category_faq .local_nav ul .nav_faq:before {
  width: 200%;
}
.local_nav ul li a:after {
  content: '';
  display: block;
  margin: 10px auto 0;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -475px;
  width: 12px;
  height: 8px;
}
.local_nav ul li:hover a:after, body.category_index .local_nav ul .nav_index a:after, body.category_business .local_nav ul .nav_business a:after, body.category_careers .local_nav ul .nav_careers a:after, body.category_group .local_nav ul .nav_group a:after, body.category_case .local_nav ul .nav_case a:after, body.category_contents .local_nav ul .nav_contents a:after, body.category_faq .local_nav ul .nav_faq a:after {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: 0px -509px;
  width: 12px;
  height: 8px;
}

#header {
  height: 120px;
  position: relative;
  z-index: 100;
  background: #fff;
}
#header #logo {
  width: 314px;
  margin: 0 auto;
  padding: 20px 0;
}
#header #logo a {
  display: block;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: 0px -433px;
  width: 314px;
  height: 32px;
}
#header #logo #open_btn {
  display: none;
}
#header #logo #close_btn {
  display: none;
}
#header #g_nav {
  background: #0066bb;
}
#header #g_nav ul {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#header #g_nav ul li {
  width: calc(100% / var(--total-menu));
  float: left;
  text-align: center;
  overflow: hidden;
  background: #0066bb;
  position: relative;
}
#header #g_nav ul li a {
  display: inline-block;
  width: 100%;
  color: #FFF;
  text-decoration: none;
  height: 50px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 0;
  padding: 18px 0 0 0;
  border-right: 1px solid #2288ee;
  position: relative;
  z-index: 1;
  -webkit-transition: color 800ms;
  transition: color 800ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header #g_nav ul li:first-child a {
  border-left: 1px solid #2288ee;
}
#header #g_nav ul li:hover:after {
  width: 200%;
}
#header #g_nav ul li:hover a {
  color: #33ddff;
}
#header #g_nav ul li:after {
  -webkit-transition: width 800ms;
  transition: width 800ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  position: absolute;
  height: 800px;
  top: -673%;
  right: 0;
  bottom: -10%;
  left: -92%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background: #0075dd;
  width: 0;
}
#header #g_nav ul li a:before {
  content: '';
  display: inline-block;
  padding: 0 10px;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -464px -475px;
  width: 12px;
  height: 12px;
}
#header #g_nav ul li a:hover:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -460px -408px;
  width: 12px;
  height: 12px;
}
#header #g_nav ul li a span {
  display: inline-block;
  height: 16px;
  background-color: #fff;
  padding: 0 4px;
  -webkit-transition: 800ms;
  transition: 800ms;
  color: #06b;
  font-size: 50%;
  vertical-align: middle;
  line-height: 17px;
}
#header #g_nav ul li:hover a span {
  background-color: #3df;
  color: #06b;
}

#top #header .nav_top a:before,
#service #header .nav_service a:before,
#information #header .nav_information a:before,
#profile #header .nav_profile a:before,
#inquiry #header .nav_inquiry a:before {
  content: '';
  display: inline-block;
  padding: 0 10px;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -460px -408px;
  width: 12px;
  height: 12px;
}

#top #header .nav_top:after,
#service #header .nav_service:after,
#information #header .nav_information:after,
#profile #header .nav_profile:after,
#inquiry #header .nav_inquiry:after {
  width: 200%;
}

#top #header .nav_top a,
#service #header .nav_service a,
#information #header .nav_information a,
#profile #header .nav_profile a,
#inquiry #header .nav_inquiry a {
  color: #33ddff;
}

#footer {
  position: relative;
  background: #0066bb;
  padding: 60px 0 0;
}
#footer #to_top {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: -120px;
  z-index: 4;
}
#footer #to_top a {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -312px -110px;
  width: 60px;
  height: 60px;
  display: block;
}
#footer #to_top a:hover {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -382px -110px;
  width: 60px;
  height: 60px;
}
#footer #copy_right {
  font-size: 12px;
  margin: 90px 0 0 0;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: #004488;
}
#footer .clear_box {
  clear: both;
}
#footer #foot_nav_wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#footer #foot_ext {
  height: 100%;
  position: relative;
  width: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  float: right;
  border-left: #0088dd 1px solid;
}
#footer #foot_ext .foot_nav_inner {
  overflow: hidden;
}
#footer #security_box {
  padding: 180px 0 0 0;
}
#footer #foot_nav {
  float: left;
  width: 680px;
  overflow: hidden;
  margin: 0 0 0 50px;
}
#footer .foot_nav_left {
  border-top: #0088dd 1px solid;
  width: 470px;
  float: left;
  margin: 0 50px 0 0;
  overflow: hidden;
}
#footer .foot_nav_left .foot_nav_inner {
  width: 210px;
  float: left;
}
#footer .foot_nav_left .foot_nav_inner.right_col {
  width: 230px;
  float: right;
}
#footer .foot_nav_right {
  border-top: #0088dd 1px solid;
  width: 160px;
  float: left;
}
#footer a {
  text-decoration: none;
}
#footer h1 {
  border-bottom: #0088dd 1px solid;
  margin: 0 0 10px 0;
  padding: 5px 0 4px 8px;
}
#footer .no-margin {
  margin: 0 0 0 0;
}
#footer h1 a {
  color: #ffffff;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 10px 0;
  font-weight: bold;
}
#footer h1 a:after {
  display: inline-block;
  content: '';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -432px -385px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 12px;
}
#footer .foot_last_link {
  border-top: #0088dd 1px solid;
  margin: 30px 0 0 0;
}
#footer .foot_nav_inner li {
  padding: 6px 0 6px 8px;
  word-spacing: normal;
}
#footer .foot_nav_inner li a {
  font-size: 12px;
  color: #ffffff;
  display: block;
  position: relative;
  padding-left: 20px;
}
#footer .foot_nav_inner li a:hover {
  text-decoration: underline;
}
#footer .foot_nav_inner li a:before {
  display: inline-block;
  margin: 0 8px 0 0;
  content: '';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -464px -475px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}

#map_wrapper {
  position: relative;
  width: 100%;
  height: 500px;
}

#map {
  width: 100%;
  height: 500px;
}

#map_info {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  width: 560px;
  height: 500px;
  background: url(../images/common/bg03.png) 0 0 repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 130px 60px 50px;
}
#map_info h1 {
  color: #fff;
  font-size: 18px;
  padding: 0 0 30px 0;
}
#map_info p {
  color: #fff;
  font-size: 14px;
  line-height: 2.9;
}
#map_info a {
  color: #fff;
  position: relative;
  display: inline-block;
}
#map_info a:before {
  display: inline-block;
  margin: 0 8px 0 0;
  content: '';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -464px -475px;
  width: 12px;
  height: 12px;
}

.form_wrapper .form_box .form_box_inner > li.submit_box .hover_box:after, .back_top_btn.hover_box:after {
  -webkit-transition: width 400ms;
  transition: width 400ms;
  min-height: 205%;
  content: '';
  position: absolute;
  height: 500%;
  top: -208%;
  right: 0;
  bottom: -10%;
  left: -45%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background: #0066bb;
  width: 0;
}

.form_text01 {
  text-align: center;
  padding: 80px 0 0 0;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}

.form_text02 {
  font-size: 12px;
}

.form_color01 {
  color: #f00;
}

.confirm_text {
  line-height: 1.5;
  word-wrap: word-break;
}

.form_wrapper {
  background: #eef6ff;
  padding: 20px;
  margin: 0 0 60px 0;
}
.form_wrapper .form_box .form_box_inner > li:first-child dl {
  padding-top: 40px;
}
.form_wrapper .form_box .form_box_inner > li {
  background-color: #fff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #eef6ff;
}
.form_wrapper .form_box .form_box_inner > li dl {
  padding: 20px 0;
  text-align: left;
  display: table;
}
.form_wrapper .form_box .form_box_inner > li dl dt {
  width: 300px;
  text-align: right;
  display: table-cell;
  padding: 0 25px 0 0;
  vertical-align: middle;
  font-weight: bold;
}
.form_wrapper .form_box .form_box_inner > li dl dd {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}
.form_wrapper .form_box .form_box_inner > li dl dd input {
  line-height: 2.5;
  width: 100%;
  height: 40px;
  padding: 0 5px 0 5px;
  font-size: 16px;
  background-color: #f5f5f5;
  border: none;
  border-top: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form_wrapper .form_box .form_box_inner > li dl dd select {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 5px 0 5px;
  background-color: #f5f5f5;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
.no-opacity .form_wrapper .form_box .form_box_inner > li dl dd select {
  padding: 10px 5px 10px 5px;
}
.form_wrapper .form_box .form_box_inner > li dl.select_box {
  position: relative;
}
.form_wrapper .form_box .form_box_inner > li dl.select_box dd {
  width: 500px;
}
.form_wrapper .form_box .form_box_inner > li dl.inquiry_box dt {
  vertical-align: top;
}
.form_wrapper .form_box .form_box_inner > li #service02,
.form_wrapper .form_box .form_box_inner > li #service03 {
  display: none;
}
.form_wrapper .form_box .form_box_inner > li dl dd textarea {
  display: block;
  font-size: 16px;
  width: 100%;
  height: 100px;
  padding: 0 5px 0 5px;
  background-color: #f5f5f5;
  border: none;
  border-top: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form_wrapper .form_box .form_box_inner > li.submit_box {
  padding: 30px 0;
  text-align: center;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .hover_box {
  width: 260px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .hover_box:hover:after {
  width: 200%;
}
.form_wrapper .form_box .form_box_inner > li.submit_box button {
  position: relative;
  width: 100%;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  font-size: 16px;
  color: #0066bb;
  font-weight: bold;
  cursor: pointer;
  border: #0066bb 4px solid;
  display: block;
  z-index: 1;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .hover_box:hover button {
  color: #fff;
}
.form_wrapper .form_box .form_box_inner > li.submit_box button:before {
  content: " ";
  position: absolute;
  left: 50px;
  top: 23px;
  display: block;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -432px -475px;
  width: 22px;
  height: 16px;
  z-index: 2;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .hover_box:hover button {
  color: #fff;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .hover_box:hover button:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -400px -475px;
  width: 22px;
  height: 16px;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .back_btn {
  width: 140px;
  height: 70px;
  margin: 0 10px 0 10px;
  display: inline-block;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .send_btn {
  width: 220px;
  height: 70px;
  margin: 0 10px 0 10px;
  display: inline-block;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .back_btn button, .form_wrapper .form_box .form_box_inner > li.submit_box .send_btn button {
  padding: 0 0 0 20px;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .back_btn button:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -363px;
  width: 26px;
  height: 26px;
  left: 25px;
  top: 16px;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .send_btn button:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: 0px -475px;
  width: 24px;
  height: 24px;
  left: 47px;
  top: 17px;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .back_btn:hover button:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -399px;
  width: 26px;
  height: 26px;
}
.form_wrapper .form_box .form_box_inner > li.submit_box .send_btn:hover button:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -34px -475px;
  width: 24px;
  height: 24px;
}
.no-opacity .form_wrapper .form_box .form_box_inner > li.submit_box button:before {
  top: 0;
}

.complete_box {
  background: #fff;
}

.complete_box {
  background: #fff;
  padding: 120px 0;
}

.complete_text {
  font-size: 40px;
  color: #0066bb;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  text-align: center;
  padding: 0 0 20px 0;
  line-height: 1.5;
}

.thanks_text {
  text-align: center;
  padding: 0 0 40px 0;
  font-size: 14px;
  line-height: 1.5;
}

.back_top_btn {
  width: 280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.back_top_btn.hover_box:hover:after {
  width: 200%;
}

.back_top_btn a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 4px solid #0066bb;
  text-decoration: none;
  text-align: center;
  color: #0066bb;
  font-size: 16px;
  font-weight: bold;
  padding: 19px 0 19px 0;
  position: relative;
  z-index: 1;
}

.back_top_btn a:after {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -255px;
  width: 26px;
  height: 26px;
  display: inline-block;
  content: '';
  vertical-align: bottom;
  margin: 0 0 0 15px;
}

.back_top_btn:hover a {
  color: #fff;
}

.back_top_btn:hover a:after {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -327px;
  width: 26px;
  height: 26px;
}

.form_footer {
  padding: 0 0 60px 0;
  display: table;
  font-size: 13px;
}
.form_footer .left_box {
  width: 50%;
  display: table-cell;
}
.form_footer dt {
  background: #eeeeee;
  padding: 12px;
  display: inline-block;
  margin: 0 0 20px 0;
}
.form_footer dd {
  line-height: 1.8;
}
.form_footer .right_box {
  width: 50%;
  display: table-cell;
}
.form_footer .right_box dl {
  padding: 0 0 0 70px;
}
.form_footer .right_box dl dd {
  font-size: 16px;
}
.form_footer .right_box dl dd span {
  font-size: 30px;
}

.footer_news {
  width: 100%;
  height: 800px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.footer_news .footer_movie {
  width: 100%;
  min-height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/images/common/ph00.jpg) center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
}

.footer_news .section_botton {
  text-align: center;
}
.footer_news .section_botton a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border: 2px solid #fff;
  padding: 15px 20px;
}
.footer_news .section_botton a:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -464px -475px;
  width: 12px;
  height: 12px;
  content: ' ';
  display: inline-block;
  margin: 0 5px 0 0;
}
.footer_news .footer_slider {
  width: 100%;
  min-height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/common/bg_dott.png) 0 0 repeat;
}

.flexslider_wrap {
  margin: 50px 20px 0;
  overflow: hidden;
}

.wrap_width {
  width: 1060px;
  margin: 50px auto 0;
}

.flexslider {
  margin: 0 0 0;
  position: relative;
}
.flexslider .flex-viewport {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  width: 300px;
  margin: 0 20px 0 0;
}
.flexslider .slides > li a {
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: block;
}
.flexslider .slides > li a:hover {
  opacity: 0.7;
}
.flexslider .slides > li p {
  margin: 0 0 20px 0;
  width: 100%;
  height: 204px;
  overflow: hidden;
}
.flexslider .slides > li p > img {
  width: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.flexslider .slides > li a:hover p > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.flexslider .slides > li dl {
  color: #fff;
}
.flexslider .slides > li dl dt {
  padding: 0 0 14px 0;
  font-size: 18px;
}
.flexslider .slides > li dl dt span {
  font-size: 14px;
  display: block;
}
.flexslider .slides > li dl dd {
  font-size: 14px;
}

.flex-control-nav {
  width: 320px;
  margin: 70px auto 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-nav li a {
  display: block;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -486px -475px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-nav li .flex-active {
  display: block;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -432px -411px;
  width: 10px;
  height: 10px;
}

.flex-direction-nav .flex-nav-prev {
  float: left;
  width: 36px;
  height: 36px;
}
.flex-direction-nav .flex-nav-next {
  float: right;
  width: 36px;
  height: 36px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -38px 0 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-indent: -9999px;
}
.flex-direction-nav .flex-prev {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -386px -385px;
  width: 36px;
  height: 36px;
  right: 0;
}
.flex-direction-nav .flex-next {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -460px 0px;
  width: 36px;
  height: 36px;
  left: 0;
}

.flex-pauseplay {
  display: none;
}

a.arrow {
  background: url(../images/common/arrow02.png) no-repeat left 2px;
  padding: 0 0 0 18px;
}

#special_box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background: #121e2a;
}

#top #sp_about {
  display: none !important;
}
#top #hidden_ext_box {
  display: none;
}
#top #ext_header2 {
  display: none;
}
#top #cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbb;
  text-align: center;
  background: #121e2a url("/assets/images/top/special.jpg") center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
  z-index: 4;
}
#top #cover .specialAbout {
  z-index: 100;
}
#top #cover #ext_header {
  position: absolute;
  width: 100px;
  height: 37px;
  display: block;
  border-left: 1px #525c67 solid;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 11px;
  color: #f0f1f2;
  text-decoration: none;
  padding: 13px 0 0 0;
}
#top #cover #ext_obj1 {
  position: absolute;
  width: 128px;
  height: 30px;
  left: 15px;
  top: 15px;
}
#top #cover #ext_obj2 {
  width: 790px;
  height: 220px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -110px 0 0 0;
}
#top #cover #ext_obj3 {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 50px;
  cursor: pointer;
}
#top #cover #text_zone {
  font-size: 14px;
  color: #fff;
  text-align: left;
  width: 375px;
  height: 214px;
  left: 50px;
  bottom: 20px;
  position: absolute;
}
#top #cover #text_zone .ext_txt {
  padding-bottom: 5px;
}
#top #cover #text_zone .ext_txt2 {
  display: none !important;
}
#top #cover #text_zone .ext_contents {
  padding-top: 10px;
}
#top #cover #text_zone .ext_contents b {
  font-size: 14px;
}
#top #header {
  margin: 0 0 0 0;
  height: 60px;
}
#top #header #logo {
  display: none;
}
#top #header #g_nav.fit_class {
  height: 60px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#top #header #g_nav ul li a {
  height: 60px;
  padding: 23px 0 0 0;
  font-size: 16px;
}
#top #page {
  padding-top: 0;
  background: inherit;
}
#top #page_outer {
  background: url(../images/top/bg01.png) 0 0 repeat;
  padding: 60px 0 145px 0;
}
#top #top_movie {
  width: 100%;
  height: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: url(/assets/images/common/ph00.jpg) center center no-repeat;
  -webkit-background-size: cover cover;
  background-size: cover;
}
#top #top_movie_box {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#top #top_movie_box #top_contents {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  background: url(../images/common/bg_dott.png) 0 0 repeat;
}
#top .sections {
  max-width: 1060px;
  margin: 80px auto;
  padding: 0 0 40px 0;
  position: relative;
}
#top .sections .img_box a {
  display: inline-block;
  width: 720px;
  height: 360px;
  overflow: hidden;
}
#top .sections.type2 .img_box {
  text-align: right;
}
#top .sections .text_box {
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding: 40px;
  width: 380px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  color: #0066bf;
}
#top .sections .text_box h1 {
  font-size: 24px;
  padding: 0 0 5px 0;
}
#top .sections .text_box h2 {
  font-size: 14px;
  padding: 0 0 5px 0;
}
#top .sections .text_box p {
  font-size: 13px;
  color: #595959;
}
#top .sections.type2 .text_box {
  left: 0;
}
#top .sections .text_box:after {
  content: ' ';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -94px -334px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.no-opacity .sections .text_box {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#BBffffff,EndColorStr=#BBffffff);
}
.no-opacity #ext_obj2 {
  top: 32% !important;
  margin: -50px 0 0 0;
}
.no-opacity #text_zone {
  bottom: 10px !important;
}

