@charset "UTF-8";
/* 人材サービス
----------------------------------------------- */
article.resource {
  /* 国和システムの人材サービス */
  /* 人材派遣とオンサイト型業務委託の違い */
  /* よくあるご質問 */
}

article.resource .sub_cover {
  background: url("../images/resource/cover.jpg") no-repeat center top;
  /* mobile */
}

@media print, screen and (max-width: 767px) {
  article.resource .sub_cover {
    background-size: cover;
  }
}

article.resource section.service {
  margin-bottom: 125px;
  /* PC */
  /* mobile */
}

article.resource section.service .container .wrapper .item .green {
  color: #2eab9e;
}

article.resource section.service .container .wrapper .item .orange {
  color: #e38000;
}

article.resource section.service .container .wrapper .item .title,
article.resource section.service .container .wrapper .item .subtitle,
article.resource section.service .container .wrapper .item .img {
  font-weight: bold;
  text-align: center;
}

article.resource section.service .container .wrapper .item .title {
  font-size: 30px;
  margin-bottom: 20px;
}

article.resource section.service .container .wrapper .item .subtitle {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.4em;
}

article.resource section.service .container .wrapper .item .img {
  margin-bottom: 30px;
}

article.resource section.service .container .wrapper .item p {
  line-height: 1.6em;
  min-height: 145px;
}

article.resource section.service .container .wrapper .item a {
  width: 320px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  article.resource section.service .container .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  article.resource section.service .container .wrapper .item {
    width: 47%;
  }
}

@media print, screen and (max-width: 767px) {
  article.resource section.service .container .wrapper .item {
    margin-bottom: 75px;
  }
}

article.resource section.defference {
  /* PC */
  /* mobile */
}

article.resource section.defference .container .wrapper .item .title,
article.resource section.defference .container .wrapper .item .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #e8e8e8;
}

article.resource section.defference .container .wrapper .item .title .td,
article.resource section.defference .container .wrapper .item .tr .td {
  text-align: center;
}

article.resource section.defference .container .wrapper .item .title .th,
article.resource section.defference .container .wrapper .item .title .td {
  padding: 20px 0;
}

article.resource section.defference .container .wrapper .item .last {
  margin-bottom: 35px;
}

article.resource section.defference .container .wrapper .item .last .td {
  text-align: left;
}

article.resource section.defference .container .wrapper .item .last .td .list {
  line-height: 1.4em;
  padding: 0 20px 0 35px;
  margin-bottom: 10px;
  background: url(../images/common/dot.png) no-repeat left 25px top 10px;
}

article.resource section.defference .container .wrapper .item a {
  width: 300px;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
}

article.resource section.defference .container .wrapper .item a:after {
  content: url(../images/resource/angle.png);
  position: absolute;
  top: 19px;
  right: 15px;
}

article.resource section.defference .container .wrapper .direct .title .td {
  background: #f1f1f1;
}

article.resource section.defference .container .wrapper .green .title .td {
  background: #40c0b2;
  color: white;
  font-weight: bold;
}

article.resource section.defference .container .wrapper .green .tr .td {
  background: #defffb;
}

article.resource section.defference .container .wrapper .orange .title {
  padding-left: 10px;
}

article.resource section.defference .container .wrapper .orange .title .td {
  background: #fe8f00;
  color: white;
  font-weight: bold;
}

article.resource section.defference .container .wrapper .orange .tr .td {
  background: #fff4e6;
}

@media print, screen and (min-width: 768px) {
  article.resource section.defference {
    margin-bottom: 125px;
  }
  article.resource section.defference .container .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  article.resource section.defference .container .wrapper .direct {
    width: 70%;
    margin: 0 auto 100px;
  }
  article.resource section.defference .container .wrapper .green,
  article.resource section.defference .container .wrapper .orange {
    width: 28%;
  }
  article.resource section.defference .container .wrapper .green .tr,
  article.resource section.defference .container .wrapper .green .title,
  article.resource section.defference .container .wrapper .orange .tr,
  article.resource section.defference .container .wrapper .orange .title {
    padding-left: 10px;
  }
  article.resource section.defference .container .wrapper .green .tr .td,
  article.resource section.defference .container .wrapper .green .title .td,
  article.resource section.defference .container .wrapper .orange .tr .td,
  article.resource section.defference .container .wrapper .orange .title .td {
    width: 100%;
  }
  article.resource section.defference .container .wrapper .item .title {
    border-bottom: solid 3px #e9e9e9;
  }
  article.resource section.defference .container .wrapper .item .tr .th,
  article.resource section.defference .container .wrapper .item .tr .td {
    padding: 25px 0;
  }
  article.resource section.defference .container .wrapper .item .last .th {
    padding-top: 100px;
  }
  article.resource section.defference .container .wrapper .item .last .td {
    min-height: 220px;
  }
  article.resource section.defference .container .wrapper .direct .tr .th,
  article.resource section.defference .container .wrapper .direct .title .th {
    width: 40%;
  }
  article.resource section.defference .container .wrapper .direct .tr .td,
  article.resource section.defference .container .wrapper .direct .title .td {
    width: 60%;
  }
  article.resource section.defference .container .wrapper .direct .tr {
    position: relative;
  }
  article.resource section.defference .container .wrapper .direct .tr:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 160px;
    height: inherit;
    border-bottom: 1px solid #2b6cd4;
  }
}

@media print, screen and (max-width: 767px) {
  article.resource section.defference {
    margin-bottom: 75px;
  }
  article.resource section.defference .container .wrapper .item .title .td {
    width: 100%;
  }
  article.resource section.defference .container .wrapper .item .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  article.resource section.defference .container .wrapper .item .tr .th {
    padding: 10px 0;
    width: 160px;
  }
  article.resource section.defference .container .wrapper .item .tr .td {
    padding: 10px 0;
    width: calc(100% - 160px);
  }
  article.resource section.defference .container .wrapper .green {
    margin-bottom: 55px;
  }
}

article.resource section.faq {
  margin-bottom: 120px;
}

article.resource section.faq .content {
  /* mobile */
}

article.resource section.faq .content .item {
  margin-bottom: 55px;
}

article.resource section.faq .content .item .question {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

article.resource section.faq .content .item .question::after {
  content: url(../images/common/triangle_blue.png);
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
}

article.resource section.faq .content .item .question .number {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  color: #2b6cd4;
  font-size: 30px;
  text-align: center;
  width: 60px;
  background: #f9e400;
  font-weight: bold;
  padding: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.resource section.faq .content .item .question .text {
  width: calc(100% - 60px);
  background: #2b6cd4;
  padding: 25px;
}

article.resource section.faq .content .item .question .text p {
  color: white;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article.resource section.faq .content .item .answer {
  padding: 0 45px;
}

article.resource section.faq .content .item .answer p {
  line-height: 1.6em;
}

article.resource section.faq .content .item .answer ul {
  padding: 25px;
}

article.resource section.faq .content .item .answer ul li {
  margin-bottom: 10px;
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.4em;
}

@media print, screen and (max-width: 767px) {
  article.resource section.faq .content .item .answer {
    padding: 0 10px;
  }
  article.resource section.faq .content .item .answer ul {
    padding: 15px;
  }
}
/*# sourceMappingURL=resource.css.map */