@charset "UTF-8";
/*******************************
// CSサービスサイト TOPページ用CSS
// 旧採用サイトのセクション（intro / work / team / growth / concept /
// director-recruit / wantedly / image-carousel）は削除済み。
// 新セクション（reason / coverage / service / case / column / step）の
// スタイルはデザインフェーズで追加する。
********************************/

/*******************************
// 共通インナー
********************************/
.c-inner-narrow {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-inner-narrow {
    max-width: 1360px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-inner-narrow {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-inner-narrow {
  margin-right: auto;
  margin-left: auto;
}

/*******************************
// About section（旧 Ecommerce Business section の流用）
********************************/
.p-page-top__biz {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top__biz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-page-top__biz-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz-inner {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.p-page-top__biz-main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz-main {
    flex: 1;
    min-width: 0;
  }
}
.p-page-top__biz-heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 0;
  margin-bottom: 25px;
  color: #333333;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz-heading {
    gap: 10px;
    margin-bottom: 35px;
  }
}
.p-page-top__biz-heading-main {
  font-size: 38px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-page-top__biz-heading-main {
    font-size: 30px;
  }
}
.p-page-top__biz-desc {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-page-top__biz-desc {
    max-width: 725px;
    margin-bottom: 40px;
  }
}
.p-page-top__biz-desc p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.01em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-page-top__biz-desc p {
    font-size: 16px;
  }
}
