/* ===============================
ai
=============================== */

/* ===============================
pg_bl
=============================== */
.pg_bl {
  max-width: 960px;
  margin: 0 auto;
  line-height: 2.06;
  letter-spacing: 0.1em;
}

.pg_bl+.pg_bl {
  margin-top: 4em;
}

.pg_bl_title {
  margin-bottom: 1.7em;
  color: var(--color_green);
  font-size: calc(28 / 16 * 1rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.pg_lists {
  margin: 2.06em 0;
  /* color: #266392; */
}

.pg_list_title {
  display: block;
  color: #266392;
}

.pg_list_title::before {
  content: "○";
  display: inline-block;
  width: 1.2em;
}

.pg_list_desc {
  display: block;
  margin-left: 1.2em;
}

.pg_lists.__subset li+li {
  margin-top: 2.06em;
}

.pg_lists.__subset .pg_list_desc {
  margin-left: 0;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .pg_bl {
    padding: 0 var(--sp_side_gap);
  }

  .pg_bl+.pg_bl {
    margin-top: 3em;
  }

  .pg_bl_title {
    margin-bottom: 1em;
    font-size: calc(20 / 16 * 1rem);
    line-height: 1.24;
  }

  .pg_lists li+li {
    margin-top: 2.06em;
  }

  .pg_list_desc {
    margin-left: 0;
  }
}

/* ===============================
pg_intro
=============================== */
.pg_intro {
  max-width: 960px;
  margin: 0 auto 92px;
  line-height: 1.82;
}

.pg_intro_copy {
  margin-bottom: 2.8em;
  color: var(--color_green);
  font-size: calc(28 / 16 * 1rem);
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.pg_intro_text {
  margin-bottom: 30px;
  text-align: center;
  font-size: calc(17 / 16 * 1rem);
  letter-spacing: 0.1em;
}

.pg_intro_features {
  display: flex;
  justify-content: center;
  gap: 0 70px;
}

.pg_intro_features li {
  display: grid;
  place-content: center;
  position: relative;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  background-color: #266392;
  color: #fff;
  font-size: calc(21 / 16 * 1rem);
  letter-spacing: -0.02em;
}

.pg_intro_features li+li::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 0 -42px;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2016%2016'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='m16%2013.99-2.01%202.01-5.99-5.99-5.99%205.99-2.01-2.01%205.99-5.99-5.99-5.99%202.01-2.01%205.99%205.99%205.99-5.99%202.01%202.01-5.99%205.99z'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .pg_intro {
    margin: 35px auto 3.7em;
    padding: 0 var(--sp_side_gap);
  }

  .pg_intro_copy {
    margin-bottom: .7em;
    font-size: calc(20 / 16 * 1rem);
    line-height: 1.57;
  }

  .pg_intro_text {
    margin-bottom: 30px;
    text-align: left;
  }

  .pg_intro_features {
    display: block;
  }

  .pg_intro_features li {
    width: 180px;
    height: 180px;
    margin: 0 auto;
  }

  .pg_intro_features li+li {
    margin-top: 58px;
    font-size: calc(19 / 16 * 1rem);
  }

  .pg_intro_features li+li::before {
    inset: -36px 0 auto 0;
  }
}

/* ===============================
pg_bl / __talkto
=============================== */
.pg_columns {
  display: flex;
  justify-content: space-between;
}

.pg_number_list {
  counter-reset: item;
  color: #266392;
}

.pg_number_list li {
  counter-increment: item;
  display: flex;
}

.pg_number_list li::before {
  content: counter(item) ".";
  width: 2em;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.pg_talkto_img {
  width: 400px;
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .pg_columns {
    display: block;
  }

  .pg_number_list li {
    display: block;
  }

  .pg_talkto_img {
    width: auto;
    margin-top: 40px;
  }
}

/* ===============================
pg_bl / __utilization
=============================== */

/* PC調整 ------------------ */
@media (min-width:769px),
print {
  .pg_utilization_columns {
/*    position: relative;*/
    
		display: flex;
/*		align-items: flex-end;*/
		justify-content: space-between;
		gap: 2rem;
  }


	.pg_utilization_columns ul{
		flex: 1;
		margin: 0;
	}

  .pg_utilization_img {
/*
    position: absolute;
    right: 0;
    bottom: 0;
*/
		width: 400px;
		flex-shrink: 0;
  }

  .pg_utilization_columns li.__ai_avoid {
    padding-right: var(--ai_avoid_pad, 0px);
  }
}

/* SP調整 ------------------ */
@media screen and (max-width:768px) {
  .pg_utilization_img {
    margin-top: 40px;
  }
}
