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

 file name  : company.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_message:after, .con_corporate:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	page_title
----------------------------------------------------------- */
.page_title {
  background: transparent url("../company/images/page_title.jpg") center center no-repeat;
  background-size: cover;
}
.page_title h2 {
  text-align: center;
  padding: 2.5em 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 236%;
  font-weight: normal;
  color: #FFF;
  letter-spacing: .2em;
}
@media only screen and (max-width: 767px) {
  .page_title h2 {
    padding: 1.5em 0;
  }
}

#company .con_company {
  max-width: 995px;
  margin: auto;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  overflow: hidden;
  *zoom: 1;
  padding-top: 55px;
  margin-bottom: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-top: 3em;
  }
}
.con_intro .txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 3em;
  font-size: 115%;
}
.con_intro .box_link {
  overflow: hidden;
  *zoom: 1;
  border: 1px solid #ccc;
}
.con_intro .box_link h4 {
  padding: .7em;
  position: relative;
}
.con_intro .box_link h4:before {
  content: "\f0d7" !important;
  font-family: "FontAwesome";
  position: absolute;
  right: .8em;
  top: 50%;
  color: #000;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: auto;
  left: inherit;
}
.con_intro .box_link h4.active:before {
  content: "\f0d8" !important;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_link ul {
    display: none;
  }
}
.con_intro .box_link ul li {
  float: left;
  width: 16.66%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_link ul li {
    width: 100%;
    border-bottom: 1px solid #CCC;
    border-right: none;
  }
  .con_intro .box_link ul li:last-child {
    border-bottom: none;
  }
}
.con_intro .box_link ul li:last-child {
  border-right: none;
}
.con_intro .box_link ul li a {
  display: block;
  text-align: center;
  padding: .6em 0;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  color: #333;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 129%;
}
.con_intro .box_link ul li a:hover, .con_intro .box_link ul li a.active {
  background: #5697d3;
  color: #FFF;
}

/* -----------------------------------------------------------
	con_message
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .con_message {
    padding-top: 9em;
    margin-top: -9em;
  }
}
.con_message .box_message {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_message .box_message {
    padding-bottom: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .box_message {
    padding-bottom: 5em;
  }
}
.con_message .box_message .img {
  width: 36.38191%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_message .box_message .img {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .con_message .box_message .img img {
    width: 100%;
  }
}
.con_message .box_message .box_txt {
  width: 60.60302%;
  float: right;
  font-size: 115%;
}
@media only screen and (max-width: 767px) {
  .con_message .box_message .box_txt {
    width: 100%;
    margin-bottom: 3%;
  }
}
.con_message .box_message .box_txt h4 {
  margin: 1em 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_message .box_message .box_txt h4 {
    font-size: 158%;
  }
}
.con_message .box_message .box_txt .txt_right {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 115%;
  text-align: right;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_message .box_message .box_txt .txt_right {
    font-size: 100%;
    text-align: center;
  }
}

/* -----------------------------------------------------------
	con_corporate
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .con_corporate {
    padding-top: 9em;
    margin-top: -9em;
  }
}
.con_corporate .box_corporate {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_corporate .box_corporate {
    padding-bottom: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .con_corporate .box_corporate {
    padding-bottom: 5em;
  }
}
.con_corporate .tbl_basic a {
  text-decoration: none;
  line-height: 1.3;
  display: block;
}
.con_corporate .tbl_basic a:hover {
  text-decoration: underline;
}
.con_corporate .tbl_info {
  width: 100%;
  margin-bottom: 1.5em;
}
.con_corporate .tbl_info td {
  background: #fbfbfb;
  padding: .8em 1em .8em 2.2em;
}
@media only screen and (max-width: 767px) {
  .con_corporate .tbl_info td {
    display: table-cell;
    width: auto;
    padding: .8em 1em .8em 1.2em;
  }
}
.con_corporate .tbl_info .bg_white {
  background: #FFF;
  width: 145px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_corporate .tbl_info .bg_white {
    width: 5em;
  }
}
.con_corporate .tbl_info .bd_right {
  border-right: 1px solid #e5e5e5;
}
.con_corporate#lnk04 #map {
  height: 500px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_corporate#lnk04 #map {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .con_corporate#lnk04 #map {
    height: 300px;
  }
}
.con_corporate#lnk04 #map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.con_corporate#lnk04 .box_infomap {
  overflow: hidden;
  *zoom: 1;
  padding-top: 1.5em;
}
.con_corporate#lnk04 .box_infomap .txt_map {
  display: inline-block;
  margin-right: 2em;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_corporate#lnk04 .box_infomap .txt_map {
    display: block;
    margin-bottom: 1.5em;
    width: 100%;
    float: none;
  }
}
.con_corporate#lnk04 .btn_more {
  display: table-cell;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .con_corporate#lnk04 .btn_more {
    display: block;
    width: 100%;
  }
}
