@charset "UTF-8";
/* ----------------------------------------------
    サービス紹介
---------------------------------------------- */
#business-service .gradation-label {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #business-service .gradation-label {
    margin: 0 auto 24px;
  }
}
#business-service .sec-title--small {
  margin-bottom: 100px;
}
#business-service .top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #business-service .top-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    margin-bottom: 40px;
  }
}
#business-service .top-service__item {
  background-color: #fff;
  width: 560px;
}
@media screen and (max-width: 767px) {
  #business-service .top-service__item {
    width: 100%;
  }
}
#business-service .top-service__text-box {
  padding: 20px 32px 32px;
}
.top-service__text.gray{
opacity: 0.8;
}
.top-service__text.icon{
margin-top:16px;
}
.top-service__text.icon span{
display: flex;
align-items: center;
gap:8px;
}
.top-service__text.icon span::before {
    content: "";
    display: block;
    background: url(../img/business_service/it_icon.svg) no-repeat left;
    width: 16px;
    height: 16px;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
  #business-service .top-service__text-box {
    padding: 20px 16px 32px;
  }
}
#business-service .top-service__num {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #business-service .top-service__num {
    font-size: 1.4rem;
  }
}
#business-service .top-service__title {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #business-service .top-service__title {
    font-size: 2rem;
  }
}
#business-service .primary-btn {
  margin: auto;
}
#business-service .new-label {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #business-service .new-label {
    margin: 0 auto 24px;
  }
}
#business-service .top-service-si__content {
  display: grid;
  grid-template-columns: 570px 594px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  #business-service .top-service-si__content {
    display: block;
  }
}
#business-service .top-service-si__img {
  grid-column: 1/2;
  grid-row: 1/3;
}
#business-service .top-service-si__img-2 {
  grid-column: 2/2;
  grid-row: 1/3;
}
#business-service .top-service-si__text-box {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #business-service .top-service-si__text-box {
    background-color: #fff;
    padding: 20px 16px 32px;
    margin-bottom: 38px;
  }
}
#business-service .top-service-si__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#business-service .top-service-si__btn .primary-btn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #business-service .top-service-si__btn .primary-btn {
    margin: auto;
  }
}

/* ----------------------------------------------
    Service詳細
    - トップ説明
---------------------------------------------- */
.reverse{
flex-direction: row-reverse;
}
.service-detail .detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}
li.service-reasons__item .blue{
opacity: 0.7;
color: #0327A6;
font-weight: 700;
line-height: 170%;
}
li.service-reasons__item ul{
margin-bottom:20px;
}

li.service-reasons__item ul li{
color: #333333;
opacity: 0.7;
    list-style: disc;
    margin-left: 15px;
    text-shadow: 0px 0px 30px #FFF;
font-weight: 400;
line-height: 170%;
    }
 .service-feature__text-box ul{
 margin-bottom:24px;
 margin-top:8px;
 }
 .service-feature__text-box ul li{
opacity: 0.8;
    list-style: disc;
    margin-left: 15px;
    text-shadow: 0px 0px 30px #FFF;
font-weight: 400;
line-height: 170%;
    }
@media screen and (max-width: 767px) {
  .service-detail .detail__item {
    display: block;
    padding: 40px 0;
  }
  li.service-reasons__item ul li{
  opacity: 1;
  }
  .service-feature__text-box ul {
    margin-bottom: 16px;
    margin-top: 8px;
}
}
.service-detail .detail__item:not(:last-of-type) {
  border-bottom: 1px solid #333;
  padding-top: 0;
}
.service-detail .detail__text-box {
  width: 530px;
  padding-top: 14px;
}
.faq-link{
opacity: 0.6;
    color: #0327A6;
    text-decoration: underline;
    }
@media screen and (max-width: 767px) {
  .service-detail .detail__text-box {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.service-detail .detail__num {
  font-size: 2rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .service-detail .detail__num {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .service-detail .detail__num.sp-top{
  margin-top:20px;
}
}
.service-detail .detail__title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .service-detail .detail__title {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
.service-detail .detail__img-box {
  width: 570px;
}
@media screen and (max-width: 767px) {
  .service-detail .detail__img-box {
    width: 100%;
  }
}

/* ----------------------------------------------
    Service詳細共通パーツ
    - 選ばれる理由
---------------------------------------------- */
.service-reasons .service-reasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-reasons .service-reasons__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.service-reasons .service-reasons__item {
  background-color: #fff;
  width: 373px;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .service-reasons .service-reasons__item {
    width: 100%;
  }
}
.service-reasons .service-reasons__img {
  width: 60px;
  margin-bottom: 16px;
}
.service-reasons .service-reasons__title {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
/* ----------------------------------------------
    Service詳細
    - 特徴
---------------------------------------------- */
.service-feature .service-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-feature .service-feature__item {
    display: block;
  }
}
.service-feature .service-feature__item:not(:last-of-type) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .service-feature .service-feature__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.service-feature .service-feature__img-box {
  width: 570px;
}
@media screen and (max-width: 767px) {
  .service-feature .service-feature__img-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service-feature .service-feature__text-box {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .service-feature .service-feature__text-box {
    width: 100%;
  }
}
.service-feature .service-feature__num {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .service-feature .service-feature__num {
    margin-bottom: 15px;
  }
}
.service-feature .service-feature__title {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .service-feature .service-feature__title {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
/* ----------------------------------------------
    Service詳細
    - 導入事例
---------------------------------------------- */
.service-case {
  background-color: #333;
  color: #fff;
}
.service-case .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-case .inner {
    display: block;
  }
}
.service-case .sec-title_s-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-case .sec-title--small {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .service-case .sec-title--small {
    margin: auto;
  }
}
.service-case .sec-title__sub {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .service-case .sec-title__sub {
    text-align: center;
  }
}
.service-case .service-case__list {
  width: 668px;
}
@media screen and (max-width: 767px) {
  .service-case .service-case__list {
    width: 100%;
  }
}
.service-case .service-case__item:not(:last-of-type) {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .service-case .service-case__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.service-case .service-case__img-box {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .service-case .service-case__img-box {
    margin-bottom: 20px;
  }
}
.service-case .service-case__num {
  color: #a6acaf;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .service-case .service-case__num {
    margin-bottom: 15px;
  }
}
.service-case .service-case__title {
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .service-case .service-case__title {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
.service-case .service-case__text {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .service-case .service-case__text {
    line-height: 1.7;
  }
}

/* ----------------------------------------------
    Service詳細共通パーツ
    - よくあるご質問
---------------------------------------------- */
.faq dl {
  border-bottom: 1px solid #333;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .faq dl {
    padding: 16px;
  }
}
.faq dl:first-of-type {
  border-top: 1px solid #333;
}
.faq dt {
  display: grid;
  grid-template-columns: 32px 1fr 20px;
  gap: 0 32px;
}
@media screen and (max-width: 767px) {
  .faq dt {
    gap: 0 16px;
  }
}
.faq dd {
  display: none;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .faq dd {
    padding-top: 16px;
  }
}
.faq .faq__a-inner {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0 32px;
  color: rgba(51, 51, 51, 0.6);
}
@media screen and (max-width: 767px) {
  .faq .faq__a-inner {
    gap: 0 16px;
  }
}
.faq .faq__item-q,
.faq .faq__item-a {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media screen and (max-width: 767px) {
  .faq .faq__item-q,
  .faq .faq__item-a {
    font-size: 2.4rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.faq .q-text,
.faq .a-text {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .faq .q-text,
  .faq .a-text {
    line-height: 1.7;
  }
}
.faq .faq-btn {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.faq .faq-btn:hover {
  opacity: 0.6;
}
.faq .faq-btn::before,
.faq .faq-btn::after {
  content: "";
  display: block;
  background-color: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.faq .faq-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: traisform 0.3s 0s ease;
  transition: traisform 0.3s 0s ease;
}
.faq .faq-btn.js-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

/* ----------------------------------------------
    Service詳細
    - システムインテグレーション
---------------------------------------------- */
#system-integration .service-detail .detail__num {
  color: #a6acaf;
}/*# sourceMappingURL=service.css.map */