@charset "UTF-8";
/* Media Query
───────────────────────────────── */
/* Link
───────────────────────────────── */
/* Font
───────────────────────────────── */
/* Pseudo
───────────────────────────────── */
/* contents
───────────────────────────────── */
/* PC item & SP item
───────────────────────────────── */
/* Tel
───────────────────────────────── */
/* Sticky
───────────────────────────────── */
/* Clearfix
───────────────────────────────── */
/* Column
───────────────────────────────── */
/* IE フォント
───────────────────────────────── */
/* z-index
───────────────────────────────── */
/* VW
───────────────────────────────── */
/* 数値から単位を除外
───────────────────────────────── */
/* `px` から `rem` に変換
───────────────────────────────── */
/* `px` から `em` に変換
───────────────────────────────── */
/* Size
───────────────────────────────── */
/* Color
───────────────────────────────── */
/* Font
───────────────────────────────── */
/* Duration
───────────────────────────────── */
/* Padding
───────────────────────────────── */
/* Easing
───────────────────────────────── */
/* Z-index
───────────────────────────────── */
/* フェードイン
───────────────────────────────── */
/* スライドイン
───────────────────────────────── */
/* リバーススライドイン
───────────────────────────────── */
/* スケールイン
───────────────────────────────── */
/* ブラーイン
───────────────────────────────── */
/* ストロークアニメーション
───────────────────────────────── */
@keyframes strokeSvg {
  0% {
    opacity: 0;
    stroke-dashoffset: 150%;
    fill-opacity: 0;
  }
  61.8% {
    opacity: 1;
    stroke-dashoffset: 0%;
    fill-opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0%;
    fill-opacity: 1;
  }
}
/* バウンス
───────────────────────────────── */
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  38.2% {
    transform: scale(0.8382);
  }
  61.8% {
    transform: scale(1.1618);
  }
  100% {
    transform: scale(1);
  }
}
/* クロークイン
───────────────────────────────── */
@keyframes cloakIn {
  0% {
    opacity: 0;
  }
}
/* ==========================================================================
   /company/group/
   ========================================================================== */
header {
  display: none;
}

footer {
  display: none;
}

.main-ttl {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px), print {
  .main-ttl {
    background-size: cover;
    width: 100%;
    height: 345px;
    background-image: url(group/business-service/img/bg_mainttl@2x.jpg) !important;
  }
  .main-ttl h2 {
    position: absolute;
    top: 45%;
    left: 30%;
    transform: translate(-45%, -30%);
    -webkit-transform: translate(-45%, -30%);
    -ms-transform: translate(-45%, -30%);
  }

  .\@article {
    padding-bottom: 1rem !important;
  }

  .-col2 {
    justify-content: space-between;
  }

  .\@table__data span {
    display: inline-block;
    width: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .main-ttl {
    background-size: 100%;
    width: 100%;
    height: 50.67vw;
    background-image: url(group/business-service/img/bg_mainttl@sp.jpg) !important;
  }
  .main-ttl h2 {
    width: 60%;
    position: absolute;
    top: 40%;
    left: 5%;
  }

  .l-contents {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .\@topicpath {
    display: none;
  }

  .\@table__data span {
    display: inline-block;
    width: 0.8rem;
  }
}
@charset "UTF-8";
/* Media Query
───────────────────────────────── */
/* Link
───────────────────────────────── */
/* Font
───────────────────────────────── */
/* Pseudo
───────────────────────────────── */
/* contents
───────────────────────────────── */
/* PC item & SP item
───────────────────────────────── */
/* Tel
───────────────────────────────── */
/* Sticky
───────────────────────────────── */
/* Clearfix
───────────────────────────────── */
/* Column
───────────────────────────────── */
/* IE フォント
───────────────────────────────── */
/* z-index
───────────────────────────────── */
/* VW
───────────────────────────────── */
/* 数値から単位を除外
───────────────────────────────── */
/* `px` から `rem` に変換
───────────────────────────────── */
/* `px` から `em` に変換
───────────────────────────────── */
/* Size
───────────────────────────────── */
/* Color
───────────────────────────────── */
/* Font
───────────────────────────────── */
/* Duration
───────────────────────────────── */
/* Padding
───────────────────────────────── */
/* Easing
───────────────────────────────── */
/* Z-index
───────────────────────────────── */
/* フェードイン
───────────────────────────────── */
/* スライドイン
───────────────────────────────── */
/* リバーススライドイン
───────────────────────────────── */
/* スケールイン
───────────────────────────────── */
/* ブラーイン
───────────────────────────────── */
/* ストロークアニメーション
───────────────────────────────── */
@keyframes strokeSvg {
  0% {
    opacity: 0;
    stroke-dashoffset: 150%;
    fill-opacity: 0;
  }
  61.8% {
    opacity: 1;
    stroke-dashoffset: 0%;
    fill-opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0%;
    fill-opacity: 1;
  }
}
/* バウンス
───────────────────────────────── */
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  38.2% {
    transform: scale(0.8382);
  }
  61.8% {
    transform: scale(1.1618);
  }
  100% {
    transform: scale(1);
  }
}
/* クロークイン
───────────────────────────────── */
@keyframes cloakIn {
  0% {
    opacity: 0;
  }
}
/* ==========================================================================
   TOP
   ========================================================================== */
/* layout
   ========================================================================== */
/* layout
     ========================================================================== */
/* ==========================================================================
   outline
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .outline_table .\@table__data p {
    line-height: 2;
    margin-bottom: 0.07rem;
  }
}
@media screen and (max-width: 767px) {
  .outline_table .\@table__data p {
    line-height: 1.75;
    margin-bottom: 2.67vw;
  }
}
.outline_table .\@table__data p:last-child {
  margin-bottom: 0;
}
.outline_table .\@table__data p span {
  color: #60605b;
  font-weight: bold;
}
