@charset "UTF-8";
/*******************************
// ご利用規約 ページ専用スタイル
//
// /terms/ は下層共通テンプレ subpage-temp.php（Template Name: 下層ページ）を使う。
// 本文（the_content）に <div class="p-page-terms"> ラッパを置き、その配下にすべてスコープ。
// 共通の 1024px インナー (.l-subpage-inner) は subpage.css 側で定義。
//
// subpage-temp.php が自動出力する <header class="p-page-subpage__header"> の h1（=ページタイトル「ご利用規約」）は、
// 本ページの Figma ヒーロー内 h1（=「ECREW 求人掲載サービス利用規約」）と重複するため、:has() で当ページのみ非表示にする。
// Figma: ECREW / WF / ご利用規約（node-id 1524:5071）
********************************/

/* 下層共通テンプレのデフォルトタイトル strip を本ページのみ非表示 */
.p-page-subpage:has(.p-page-terms) .p-page-subpage__header {
  display: none;
}

.p-page-terms {
  color: #333333;
  font-family: YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #ffffff;
}

.p-page-terms__hero {
  width: 100%;
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-page-terms__hero {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.p-page-terms__hero-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .p-page-terms__hero-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.p-page-terms__hero-meta {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 1.6;
  color: #888888;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (min-width: 768px) {
  .p-page-terms__hero-meta {
    padding-bottom: 40px;
    font-size: 14px;
  }
}

.p-page-terms__body {
  width: 100%;
  background-color: #ffffff;
  padding-top: 35px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p-page-terms__body {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

.p-page-terms__lead {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 1.85;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-page-terms__lead {
    margin-bottom: 55px;
    font-size: 15px;
  }
}

.p-page-terms__article {
  margin-top: 0;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p-page-terms__article {
    margin-bottom: 50px;
  }
}
.p-page-terms__article:last-of-type {
  margin-bottom: 0;
}

.p-page-terms__article-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222222;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (min-width: 768px) {
  .p-page-terms__article-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 18px;
  }
}

.p-page-terms__text {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.85;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-page-terms__text {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.p-page-terms__text:last-child {
  margin-bottom: 0;
}

.p-page-terms__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-page-terms__list {
    margin-bottom: 20px;
  }
}
.p-page-terms__list:last-child {
  margin-bottom: 0;
}

.p-page-terms__list-item {
  position: relative;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.85;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-page-terms__list-item {
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.p-page-terms__list-item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-page-terms__list-item::before {
    top: 13px;
    left: 8px;
  }
}
.p-page-terms__list-item:last-child {
  margin-bottom: 0;
}

.p-page-terms__sublist-title {
  margin-top: 25px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  counter-increment: terms-sublist;
}
@media screen and (min-width: 768px) {
  .p-page-terms__sublist-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.p-page-terms__sublist-title::before {
  content: counter(terms-sublist) ". ";
  font-weight: 700;
}

.p-page-terms__article--with-counter {
  counter-reset: terms-sublist;
}

.p-page-terms__article-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  counter-reset: terms-articlelist;
}
@media screen and (min-width: 768px) {
  .p-page-terms__article-list {
    margin-bottom: 20px;
  }
}
.p-page-terms__article-list:last-child {
  margin-bottom: 0;
}

.p-page-terms__article-list-item {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.85;
  color: #333333;
  counter-increment: terms-articlelist;
}
@media screen and (min-width: 768px) {
  .p-page-terms__article-list-item {
    padding-left: 35px;
    font-size: 15px;
  }
}
.p-page-terms__article-list-item::before {
  content: "(" counter(terms-articlelist) ")";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-page-terms__article-list-item::before {
    font-size: 15px;
  }
}
.p-page-terms__article-list-item:last-child {
  margin-bottom: 0;
}

.p-page-terms__numbered {
  list-style: none;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  counter-reset: terms-numbered;
}
@media screen and (min-width: 768px) {
  .p-page-terms__numbered {
    margin-bottom: 20px;
  }
}

.p-page-terms__numbered-item {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.85;
  color: #333333;
  counter-increment: terms-numbered;
}
@media screen and (min-width: 768px) {
  .p-page-terms__numbered-item {
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.p-page-terms__numbered-item::before {
  content: counter(terms-numbered) "．";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-page-terms__numbered-item::before {
    font-size: 15px;
  }
}
.p-page-terms__numbered-item:last-child {
  margin-bottom: 0;
}

.p-page-terms__supplementary {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ACACAC;
}
@media screen and (min-width: 768px) {
  .p-page-terms__supplementary {
    margin-top: 70px;
    padding-top: 40px;
  }
}

.p-page-terms__supplementary-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .p-page-terms__supplementary-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.p-page-terms__supplementary-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-page-terms__supplementary-text {
    font-size: 15px;
  }
}
