@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* -----------------------------------------------------------
	.con_header
----------------------------------------------------------- */
#header {
  position: relative;
}
#header .con_header {
  margin-bottom: 0;
  position: static;
  padding: 0;
  max-width: 100% !important;
  text-align: center;
}
#header .con_header .box_header {
  width: 97.65625%;
  margin-left: auto;
  margin-right: auto;
}
#header .con_header .box_header p.btn_menu {
  left: 4.16667%;
}
#header .con_header .box_header .main_catch {
  float: right;
  font-size: 108%;
  font-weight: 100;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .main_catch {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .main_catch {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .main_catch {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .main_catch {
    float: none;
  }
}
#header .con_header .box_search {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_search {
    margin-top: 5%;
  }
}
#header .con_header .btn {
  margin: 20px auto;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #header .con_header .btn {
    margin: 5% auto;
  }
}
#header .con_header .btn a {
  text-decoration: none;
  padding: 0.7em 2em;
  display: block;
  background-color: #f9f9f9;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
@media only screen and (min-width: 1200px) {
  #header .con_header .btn a:hover {
    background-color: #b92d00;
    color: #fff;
  }
}
@media print {
  #header .con_header .btn a:hover {
    background-color: #b92d00;
    color: #fff;
  }
}
.ie8 #header .con_header .btn a:hover {
  background-color: #b92d00;
  color: #fff;
}
#header .con_header .box_hnav {
  overflow: hidden;
  margin: 13px 15px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_hnav {
    margin: 1em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_hnav {
    margin: 0;
  }
}
#header .con_header .box_hnav .box_sns {
  float: right;
  overflow: hidden;
}
#header .con_header .box_hnav .box_sns li {
  float: left;
  width: 29px;
  margin-left: 6px;
}
#header .con_header .box_hnav .box_sns li:first-child {
  margin-left: 0;
}
#header .con_header .box_hnav .box_link {
  float: right;
  margin: 5px 10px 0 0;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_hnav .box_link {
    margin: 0;
  }
}
#header .con_header .box_hnav .box_link li {
  float: left;
  margin-left: 20px;
}
#header .con_header .box_hnav .box_link li:first-child {
  margin-left: 0;
}
#header .con_header .box_hnav .box_link li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 11px;
  background: url(../images/common/ic_arr-pc.png) no-repeat center/100% auto;
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_hnav .box_link li:before {
    background: url(../images/common/ic_arr-sp.png) no-repeat center/100% auto;
    width: .6em;
    height: 1.2em;
  }
}
#header .con_header .box_hnav .box_link li a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
#header .con_header .box_hnav .box_link li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_hnav .box_link {
    float: left;
  }
  #header .con_header .box_hnav .box_link li {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_hnav .box_link {
    float: none;
  }
  #header .con_header .box_hnav .box_link li {
    float: none;
    margin-left: 0;
    margin-top: 4%;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_header {
    border-bottom: none;
  }
  #header .con_header .box_header {
    float: none;
    margin-top: 0;
  }
  #header .con_header .box_search {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media print {
  #header .con_header {
    border-bottom: none;
  }
  #header .con_header .box_header {
    float: none;
    margin-top: 0;
  }
  #header .con_header .box_search {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.ie8 #header .con_header {
  border-bottom: none;
}
.ie8 #header .con_header .box_header {
  float: none;
  margin-top: 0;
}
.ie8 #header .con_header .box_search {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
#header .con_header .wrp_header {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
#header .con_header .wrp_header .wrp_top {
  max-width: 768px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 190px;
}
@media only screen and (max-width: 767px) {
  #header .con_header .wrp_header .wrp_top {
    height: 9em;
  }
}
#header .box_lang {
  right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .box_lang {
    right: 4.16667%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_lang {
    right: 4.16667%;
  }
}
#header .box_lang h3 {
  border-bottom: 2px solid #dee0e1;
}
#header .con_main {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background: url(../images/home/main-pc.jpg) no-repeat center bottom/cover;
}
@media only screen and (max-width: 767px) {
  #header .con_main {
    background: url(../images/home/main-sp.jpg) no-repeat center bottom/cover;
  }
}
