@charset "UTF-8";
/*
* font-weight
* -----------------------------
* Josefin Slab: 400, 600
* co-headline: 300
* futura-pt: 400
*/
/*============================================================
ビジュアル
============================================================*/
.sub-visual {
  background-image: url(../../img/company/sub_visual.jpg);
}

/*============================================================
メッセージ
============================================================*/
.message {
  padding-top: 90px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .message {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.message__ttl {
  margin: 0;
  font-family: "リュウミン R-KL", serif;
  font-size: 56px;
  line-height: 1.4;
  color: #000;
}

@media screen and (max-width: 767px) {
  .message__ttl {
    font-size: 30px;
  }
  .message__ttl br {
    display: none;
  }
}

.message__body {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .message__body {
    margin-top: 30px;
  }
}

.message__body p {
  margin: 0 0 2em;
}

.message__sign {
  text-align: right;
  font-size: 14px;
}

/*============================================================
社名の由来
============================================================*/
.idea-sub {
  margin: -20px 0 20px;
  font-size: 12px;
  color: #000;
  letter-spacing: 0;
}

/*============================================================
MISSION
============================================================*/
.idea-copy {
  margin: 0;
  padding: 0;
  font-family: "リュウミン R-KL", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #000;
}

.idea-copy span {
  background: none;
  background-image: linear-gradient(180deg, transparent 70%, #fcf113 0);
  background-repeat: no-repeat;
  text-decoration: none;
}

/*============================================================
リスト
============================================================*/
.company-list {
  *zoom: 1;
  list-style: none;
  width: 1200px;
  margin: -30px auto 0;
  padding: 60px 0 100px;
}

.company-list:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 767px) {
  .company-list {
    width: 100%;
    padding: 30px 5% 60px;
  }
}

.company-list > li {
  position: relative;
  width: 277px;
  margin: 30px 30px 0 0;
  float: left;
  background: #fff;
  border-color: #009de6 #009de6 #000 #000;
  border-style: solid;
  border-width: 10px 0 5px 0;
}

@media screen and (max-width: 767px) {
  .company-list > li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.company-list > li:nth-child(4n) {
  margin-right: 0;
}

.company-list > li > a {
  display: block;
  height: 100%;
}

.company-list > li > a:hover {
  text-decoration: none;
}

.company-list__img {
  position: relative;
  overflow: hidden;
  display: block;
}

.company-list__img img {
  max-width: 100%;
  transition: all .25s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.company-list > li > a:hover .company-list__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.company-list__ttl {
  margin: 15px 0 0;
  font-size: 18px;
  font-family: "リュウミン R-KL", serif;
  line-height: 1.4;
}

.company-list__ttl > span {
  background: none;
  background-image: linear-gradient(180deg, transparent 70%, #fcf113 0);
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 0 100%;
  transition: background-size .4s ease;
}

.company-list > li > a:hover .company-list__ttl > span {
  background-size: 100% 100%;
}

.company-list__txt {
  margin: 10px 0 25px;
  color: #515e65;
}
