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

 file name  : company.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/*----------------------------------------------//*/
/* *Media Queries								//*/
/*----------------------------------------------//*/
/*tab*/
/*sp*/
/*----------------------------------------------//*/
/* *Variable									//*/
/*----------------------------------------------//*/
/* メインカラム*/
/* フォントのベースサイズ*/
/* フォントのベースカラー*/
/* 日本語ゴシックフォント*/
/* 英語ゴシックフォント*/
/*----------------------------------------------//*/
/* *Placeholder									//*/
/*----------------------------------------------//*/
/* コンテンツ幅 - baceWidth*/
.con_company .anchor, #greeting, #profile, #history .box_wrap_his, .con_intro {
  max-width: 1200px;
  margin: auto;
  /*min-width*/
  /*tab & sp*/
}
@media only screen and (max-width: 1199px) {
  .con_company .anchor, #greeting, #profile, #history .box_wrap_his, .con_intro {
    width: 95%;
  }
}
@media only screen and (max-width: 1200px) {
  .con_company .anchor, #greeting, #profile, #history .box_wrap_his, .con_intro {
    width: 95%;
  }
}

/* クリアフィックス - clearFix*/
.con_company:after, .con_company .anchor:after, #greeting:after, #profile:after, #profile .box_manager:after, #history:after, #history .box_wrap_his:after, #history .box_wrap_his .box_txt dl:after {
  content: "";
  display: table;
  clear: both;
}

/*----------------------------------------------//*/
/* *Function									//*/
/*----------------------------------------------//*/
/* %計算*/
/*----------------------------------------------//*/
/* *mixin										//*/
/*----------------------------------------------//*/
/* フォントサイズ*/
/* @include fsz(任意のサイズ,親要素のサイズ); ※px不要*/
/* 値を振り分け - choiceValue*/
/* @include cV(プロパティ,pc幅,tab~sp幅); or @include cV(プロパティ,pc幅,tab幅,sp幅);*/
/* ホバー*/
/* @include hover {*/
/*		style*/
/* }*/
/* 幅を決めて中央寄せ - choiceWidth*/
/* @include cW(任意の幅px);*/
/* 画像を拡大*/
/* @include zoomImg(拡大率,x軸基点);*/
/* リンクの下線を逆にする*/
/* @include reverseDecoration;*/
/* 縦方向のグラデーション(IE8対応)*/
/* @include gradient(上側のカラー,下側のカラー);*/
/*基本ボタン*/
/*icon style*/
/* Input placeholder animation: @include placeholder { color: #000 }*/
#contents {
  overflow: hidden;
}

h3.title {
  font-weight: normal;
  text-align: center;
}
h3.title span.en {
  color: #c93333;
  font-size: 167%;
  display: block;
  font-family: "Hammersmith One", sans-serif;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  h3.title span.en {
    font-size: 120%;
  }
}
h3.title span.jp {
  font-size: 120%;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  h3.title span.jp {
    font-size: 94%;
  }
}

.con_company .anchor {
  margin: 50px auto;
  /*tab*/
  /*sp*/
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_company .anchor {
    margin: 25px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_company .anchor {
    margin: 4% auto;
  }
}
.con_company .anchor li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  width: 26.25%;
  /*min-width*/
  /*tab*/
  /*sp*/
}
@media only screen and (max-width: 1199px) {
  .con_company .anchor li {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_company .anchor li {
    /* width:35%;*/
  }
}
@media only screen and (max-width: 767px) {
  .con_company .anchor li {
    width: 70.51282%;
    display: block;
    margin: 10px auto;
  }
}
.con_company .anchor li a {
  display: block;
  color: #c93333;
  border: 1px solid #c93333;
  padding: 5%;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  text-align: center;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_company .anchor li a:hover, .con_company .anchor li a.active {
  background: #c93333;
  color: #fff;
}

#greeting {
  margin: 20px auto 70px;
  /*tab*/
  /*sp*/
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #greeting {
    margin: 20px auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  #greeting {
    margin: 3% auto 10%;
  }
}
#greeting h3 {
  padding-bottom: 60px;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #greeting h3 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #greeting h3 {
    padding-bottom: 5%;
  }
}
#greeting .txt_top {
  font-size: 134%;
  padding-bottom: 60px;
  /*tab*/
  /*sp*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #greeting .txt_top {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #greeting .txt_top {
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #greeting .txt_top {
    font-size: 107%;
  }
}
#greeting .txt {
  font-size: 100%;
  line-height: 2;
  padding-bottom: 40px;
  /*tab*/
  /*sp*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #greeting .txt {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #greeting .txt {
    padding-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #greeting .txt {
    font-size: 87%;
  }
}
#greeting .sign .img {
  display: block;
  padding-top: 15px;
}

#profile {
  margin-bottom: 50px;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #profile {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #profile {
    margin-bottom: 4%;
  }
}
#profile table {
  margin: 50px 0;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #profile table {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  #profile table {
    margin: 4% 0;
  }
}
#profile .box_manager {
  padding: 0 60px;
  /*sp*/
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  #profile .box_manager {
    padding: 0 6%;
  }
}
#profile .box_manager .txt_note {
  padding-bottom: 30px;
}
#profile .box_manager .txt {
  font-weight: bold;
  line-height: 2;
}
#profile .box_manager .time {
  text-align: right;
  padding-top: 30px;
}

#history {
  background: #f8f8f8;
  padding: 65px 0;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #history {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  #history {
    padding: 5% 0;
  }
}
#history h3 {
  padding-bottom: 60px;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #history h3 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #history h3 {
    padding-bottom: 6%;
  }
}
#history .box_wrap_his .box_txt {
  float: left;
  width: 73.63636%;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #history .box_wrap_his .box_txt {
    width: 100%;
    margin-bottom: 7%;
  }
}
@media only screen and (max-width: 767px) {
  #history .box_wrap_his .box_txt {
    width: 100%;
    margin-bottom: 4%;
  }
}
#history .box_wrap_his .box_txt dl {
  padding: 20px 23px;
  border-bottom: 1px solid #e2e2e2;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  #history .box_wrap_his .box_txt dl {
    padding: 2% 3%;
  }
}
#history .box_wrap_his .box_txt dl dt, #history .box_wrap_his .box_txt dl dd {
  display: inline-block;
  vertical-align: top;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  #history .box_wrap_his .box_txt dl dt, #history .box_wrap_his .box_txt dl dd {
    width: 100%;
    font-size: 87%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#history .box_wrap_his .box_txt dl dt {
  width: 145px;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  #history .box_wrap_his .box_txt dl dt {
    width: 100%;
  }
}
#history .box_wrap_his .box_txt dl dd {
  padding-right: 2%;
  /*sp*/
}
@media only screen and (max-width: 767px) {
  #history .box_wrap_his .box_txt dl dd {
    padding-left: 3%;
  }
}
#history .box_wrap_his .box_txt dl:first-child {
  border-top: 1px solid #e2e2e2;
}
#history .box_wrap_his .box_img {
  float: right;
  width: 23.63636%;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #history .box_wrap_his .box_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #history .box_wrap_his .box_img {
    width: 100%;
    margin-bottom: 4%;
  }
}
#history .box_wrap_his .box_img .img {
  display: block;
  margin-bottom: 20px;
  /*tab*/
  /*sp*/
}
#history .box_wrap_his .box_img .img span {
  display: block;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #history .box_wrap_his .box_img .img {
    float: left;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #history .box_wrap_his .box_img .img {
    float: none;
    text-align: center;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  overflow: hidden;
  *zoom: 1;
  /*sp*/
}
.con_intro .box_intro {
  overflow: hidden;
  *zoom: 1;
  width: 83.33333%;
  background: #f8f8f8;
  padding: 40px 50px;
  /*tab*/
  /*sp*/
  margin: 70px auto 6em;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro .box_intro {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro {
    padding: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro .box_intro {
    margin: 50px auto 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro {
    margin: 5% auto 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_intro .box_left {
  width: 33%;
  float: left;
  padding: 25px 0;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro .box_left {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_left {
    width: 100%;
    padding: 3% 0 10%;
  }
}
.con_intro .box_left .txt {
  color: #c93333;
  font-size: 107%;
}
.con_intro .box_left .tel_txt {
  font-weight: bold;
  color: #393939;
  font-size: 160%;
  text-decoration: none;
  position: relative;
  padding-left: 50px;
  font-family: YuGothic, "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  /*sp*/
}
.con_intro .box_left .tel_txt:before {
  position: absolute;
  content: "\f095";
  left: 0;
  top: 0;
  font-family: FontAwesome;
  background: #c93333;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_left .tel_txt {
    font-size: 120%;
  }
}
.con_intro .box_right {
  width: 67%;
  float: right;
  padding: 25px 0 25px 2em;
  border-left: 1px solid #dfdfdf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro .box_right {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #dfdfdf;
    padding: 3% 0;
    text-align: left;
  }
}
.con_intro .box_right .note {
  color: #c93333;
  font-size: 94%;
}
