/* ===============================
philosophy
=============================== */

/* ===============================
pg_philosophy
=============================== */
.pg_philosophy {
  margin-top: -12px;
  margin-bottom: 83px;
}
.pg_philosophy_inner {
  max-width: 900px;
  margin: 0 auto;
}
.pg_philosophy_pr {
  margin-bottom: 56px;
  color: var(--color_green);
  text-align: center;
}
.pg_philosophy_pr .ja {
  display: block;
  margin-bottom: 12px;
  padding-left: 0.1em;
  font-size: calc(17 / 16 * 1rem);
  letter-spacing: 0.1em;
}
.pg_philosophy_pr .en {
  display: block;
  padding-left: 0.1em;
  font-size: calc(35 / 16 * 1rem);
  letter-spacing: 0.1em;
}
.pg_philosophy_text {
  margin-bottom: 2.06em;
  line-height: 2.06;
  letter-spacing: 0.1em;
}
.pg_philosophy_lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 260px));
  justify-content: center;
  gap: 40px 30px;
  margin: 50px 0 70px;
  background: url(../../../img/pages/companyprofile/philosophy/philosophy_lists_bg.svg) no-repeat center 55px / 902px 134px;
}
.pg_philosophy_list {
  width: 260px;
}
.pg_philosophy_list_label {
  display: grid;
  place-content: center;
  width: 250px;
  margin: 0 auto 35px;
  padding-left: 0.1em;
  aspect-ratio: 1 / 1;
  background: var(--color_grad);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: calc(30 / 16 * 1rem);
  line-height: 1.34;
  letter-spacing: 0.1em;
}
.pg_philosophy_list_text {
  position: relative;
  padding-left: 20px;
  line-height: 2.06;
  letter-spacing: 0.1em;
}
.pg_philosophy_list_text::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  height: calc(100% - 1em);
  margin: auto;
  background-color: var(--color_green);
}
.pg_philosophy_list_text .nowrap {
  white-space: nowrap;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .pg_philosophy {
    margin-top: 0;
    margin-bottom: 83px;
  }
  .pg_philosophy_inner {
    padding: 0 var(--sp_side_gap);
  }
  .pg_philosophy_pr {
    margin: 0 calc(var(--sp_side_gap) * -1) 35px;
  }
  .pg_philosophy_pr .ja {
    margin-bottom: 12px;
  }
  .pg_philosophy_pr .en {
    font-size: calc(28 / 16 * 1rem);
    line-height: 1.4;
  }
  .pg_philosophy_lists {
    margin: 50px 0 45px;
    background: none;
  }
  .pg_philosophy_list_label {
    width: 180px;
    margin: 0 auto 30px;
    font-size: calc(21 / 16 * 1rem);
    line-height: 1.6;
  }
  .pg_philosophy_list_text {
    letter-spacing: 0.1em;
  }
  .pg_philosophy_list_text .nowrap {
    white-space: normal;
  }
}
