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

/*============================================================
ページヘッダー
============================================================*/
.article-head {
  padding-top: 80px;
  padding-bottom: 70px;
}

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

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

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

.article-head__txt {
  margin: 40px 0 0;
}

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

.article-head__list {
  *zoom: 1;
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
}

.article-head__list:after {
  content: "";
  display: table;
  clear: both;
}

.article-head__list > li {
  width: 280px;
  margin: 30px 30px 0 0;
  float: left;
}

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

.article-head__list > li:nth-child(3n) {
  margin-right: 0;
}

.article-head__list__img {
  position: relative;
  width: 180px;
  margin: auto;
}

.article-head__list__img__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}

.article-head__list__ttl {
  margin: 20px 0 0;
  font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
  text-align: center;
  font-size: 14px;
  color: #000;
}

.article-head__list__txt {
  margin: 10px 0 0;
  font-size: 12px;
  color: #515e65;
}

/*============================================================
キャッチコピー
============================================================*/
.section-copy {
  margin: 40px 0 0;
  font-family: "リュウミン R-KL", serif;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  color: #000;
}

/*============================================================
ボディ
============================================================*/
.section-body {
  position: relative;
  margin: 40px 0 0;
  padding: 30px 0 0;
}

.section-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #000;
}

.section-body__txt {
  margin: 0;
  letter-spacing: 0.1em;
}

.section-body__faq {
  padding: 0 0 0 30px;
}

.section-body__faq > dt {
  position: relative;
  font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
  margin: 0 0 5px;
  color: #000;
}

.section-body__faq > dt:before {
  position: absolute;
  content: "q";
  top: 3px;
  left: -30px;
  width: 23px;
  height: 23px;
  display: block;
  background: #009de6;
  color: #fff;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  font-family: "co-headline", sans-serif;
  font-weight: 300;
}

.section-body__faq > dd {
  margin: 0 0 30px 0;
  color: #515e65;
}

.section-body__faq__list {
  font-size: 14px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.section-body__faq__list, .section-body__faq__list a {
  color: #009de6;
}

.section-body__faq__list > li {
  margin: 0 0 5px;
}

/*============================================================
該当サービス
============================================================*/
.match-service {
  margin: 50px 0 0;
}

.match-service__list {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
  font-size: 16px;
}

.match-service__list, .match-service__list a {
  color: #009de6;
}

.match-service__list > li {
  position: relative;
}

.match-service__list > li:before {
  position: absolute;
  top: 10px;
  left: -10px;
  content: "";
  font-family: icomoon;
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin: 0 5px 0 0;
  vertical-align: 1px;
}
