.style__h1 {
  background-image: url("../img/philosophy/philosophy_h1_bg_sp.webp");
}

@media only screen and (min-width: 561px) {
  .style__h1 {
    background-image: url("../img/philosophy/philosophy_h1_bg.webp");
  }
}

#lead {
  padding: 60px 0 0;
}

#lead h2.ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
}

#lead h2.ttl small {
  font-size: 26px;
}

#lead .circle-chart {
  margin-top: 30px;
}

#lead .circle-chart .circle-chart__graph .circle-chart__graph__item {
  width: 132px;
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #fff;
  position: relative;
}

#lead .circle-chart .circle-chart__graph .circle-chart__graph__item::after {
  content: '';
  border-radius: 100%;
  position: absolute;
  inset: 0;
}

#lead .circle-chart .circle-chart__graph .circle-chart__graph__item small {
  font-size: 17px;
}

#lead .circle-chart .circle-chart__graph .circle-chart__graph__item > span {
  position: relative;
  z-index: 1;
}

#lead .circle-chart .circle-chart__graph .circle-chart__graph__item--red::before {
	content: '';
	height: 31px;
	width: 150%;
	background: linear-gradient(to right, #CCCCCC, transparent);
	transform-origin: top;
	position: absolute;
	bottom: calc(50% - 20px);
	left: calc(50% + 20px);
	z-index: -1;
}

#lead .circle-chart .circle-chart__graph .circle-chart__graph__item--red::after {
  background: linear-gradient(45deg, #E05656, #C71B1B);
}

#lead .circle-chart .circle-chart__graph .circle-chart__graph__item--green::before {
	content: '';
	width: 150%;
	height: 31px;
	background: linear-gradient(transparent, #CCCCCC);
	transform-origin: bottom;
	position: absolute;
	top: calc(50% + 60px);
	left: calc(50% - 130px);
	z-index: -1;
	transform: rotate(-60deg);
}

#lead .circle-chart .circle-chart__graph .circle-chart__graph__item--green::after {
  background: linear-gradient(45deg, #8ACC38, #699B2B);
}

#lead .circle-chart .circle-chart__graph .circle-chart__graph__item--blue::before {
	content: '';
	width: 31px;
	height: 150%;
	background: linear-gradient(to right, #CCCCCC, transparent);
	transform: rotate(-30deg);
	transform-origin: bottom;
	position: absolute;
	bottom: calc(50% + -35px);
	left: calc(50% - 10px);
	z-index: -1;
}

#lead .circle-chart .circle-chart__graph .circle-chart__graph__item--blue::after {
  background: linear-gradient(45deg, #294BA2, #223A7B);
}

#lead .circle-chart .circle-chart__graph .d-flex {
  justify-content: center;
  column-gap: 55px;
  margin-top: 30px;
}

#lead .circle-chart .circle-chart__graph .d-flex .circle-chart__graph__item {
  margin: 0;
}

#lead .circle-chart .circle-chart__label {
  padding-left: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  position: relative;
}

#lead .circle-chart .circle-chart__label::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}

#lead .circle-chart .circle-chart__label + .circle-chart__label {
  margin-top: 15px;
}

#lead .circle-chart .circle-chart__label--red::before {
  background: linear-gradient(45deg, #E05656, #C71B1B);
}

#lead .circle-chart .circle-chart__label--green::before {
  background: linear-gradient(45deg, #8ACC38, #699B2B);
}

#lead .circle-chart .circle-chart__label--blue::before {
  background: linear-gradient(45deg, #294BA2, #223A7B);
}

#lead .circle-chart .circle-chart__legend {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

#lead .set {
  margin-top: 60px;
}

#lead .set h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}

#lead .set p + p {
  margin-top: 20px;
}

@media only screen and (min-width: 561px) {
  #lead {
    padding: 80px 0 0;
  }
  #lead h2.ttl {
    font-size: 40px;
  }
  #lead .circle-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    margin-top: 40px;
  }
  #lead .circle-chart .circle-chart__graph {
    width: 320px;
  }
  #lead .circle-chart .circle-chart__graph .circle-chart__graph__item {
    font-size: 28px;
  }
  #lead .circle-chart .circle-chart__graph .d-flex {
    margin-top: 35px;
  }
  #lead .circle-chart .circle-chart__legend {
    display: block;
    margin-top: 0;
  }
  #lead .set {
    text-align: center;
  }
  #lead .set h3 {
    font-size: 20px;
    line-height: 30px;
  }
  #lead .set p + p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 560px) {
  #lead {
    padding: 10.71vw 0 0;
  }
  #lead h2.ttl {
    font-size: 6.43vw;
    line-height: 9.64vw;
  }
  #lead h2.ttl small {
    font-size: 4.64vw;
  }
  #lead .circle-chart {
    margin-top: 5.36vw;
  }
  #lead .circle-chart .circle-chart__graph .circle-chart__graph__item {
    width: 23.57vw;
    height: 23.57vw;
    font-size: 5vw;
  }
  #lead .circle-chart .circle-chart__graph .circle-chart__graph__item small {
    font-size: 3.04vw;
  }
  #lead .circle-chart .circle-chart__graph .circle-chart__graph__item--red::before {
    height: 5.54vw;
    left: calc(50% - 1vw);
    width: 35vw;
  }
  #lead .circle-chart .circle-chart__graph .circle-chart__graph__item--green::before {
    height: 5.54vw;
    bottom: calc(50% - 3.57vw);
    width: 35vw;
    top: calc(50% + 10vw);
    left: calc(50% - 23vw);
  }
  #lead .circle-chart .circle-chart__graph .circle-chart__graph__item--blue::before {
    width: 5.54vw;
    left: calc(50% - 2vw);
    height: 35vw;
    bottom: calc(50% - 6vw);
  }
  #lead .circle-chart .circle-chart__graph .d-flex {
    column-gap: 9.82vw;
    margin-top: 5.36vw;
  }
  #lead .circle-chart .circle-chart__label {
    padding-left: 5.36vw;
    font-size: 4.29vw;
    line-height: 5.36vw;
  }
  #lead .circle-chart .circle-chart__label::before {
    width: 3.57vw;
    height: 3.57vw;
    top: 1.25vw;
  }
  #lead .circle-chart .circle-chart__label + .circle-chart__label {
    margin-top: 2.68vw;
  }
  #lead .circle-chart .circle-chart__legend {
    margin-top: 5.36vw;
  }
  #lead .set {
    margin-top: 10.71vw;
  }
  #lead .set h3 {
    margin-bottom: 5.36vw;
    font-size: 4.64vw;
    line-height: 7.14vw;
  }
  #lead .set p + p {
    margin-top: 3.57vw;
  }
}