.p-csr-lead {
  font-size: 1.6rem;
  font-weight: 300;
}
.p-csr-lead2 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    line-height: 1.875;
    margin-bottom: 7rem;
	 margin-top: 8rem;
    font-weight: 300;
}
.p-csr-lead2 span{
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.059em;
    line-height: 1.4210526316;
    font-weight: 600;
    color: #45A7DC
}
.p-csr-lead2 a{
text-decoration:underline
}

@media screen and (max-width: 767px) {
  .p-csr-lead {
    font-size: 3.2558139535vw;
    line-height: 1.6;
  }
	.p-csr-lead2 {
      font-size: 3.2558139535vw;
}
		.p-csr-lead2 span{
    font-size: 1.8rem;
}   
}
.p-csr-figure {
  margin: 7rem auto 0;
  width: 62.2rem;
}
@media screen and (max-width: 767px) {
  .p-csr-figure {
    width: 60%;
    margin: 9.3023255814vw auto 0;
  }
}
.p-csr-figure img {
  width: 100%;
}
.p-csr-detail {
  margin-top: 7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-csr-detail {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-csr p {
    font-size: 3.2558139535vw;
  }
}
.p-csr-list {
  margin: 5.5rem -2rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0rem;
}
@media screen and (max-width: 767px) {
  .p-csr-list {
    display: block;
    margin: 4.6511627907vw 0 0;
  }
}
.p-csr-list li {
  width: 53.9rem;
}
@media screen and (max-width: 767px) {
  .p-csr-list li {
    width: 106%;
    margin-left: -3%;
  }
}
.p-csr-list li img {
  width: 100%;
}
.p-csr-list li:nth-child(2) {
  text-align: center;
}
.p-csr-list li:nth-child(2) img {
  width: 94%;
}
@media screen and (max-width: 767px) {
  .p-csr-list li:nth-child(2) img {
    width: 96%;
  }
}

.p-report {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-report {
    margin-top: 7rem;
  }
}
.p-report-box {
  background: #F7F7F7;
  padding: 0 5.5rem 5rem;
  margin-top: 10.5rem;
  position: relative;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-report-box {
    margin-top: 16.2790697674vw;
    padding: 13.9534883721vw 6.976744186vw 6.976744186vw;
  }
}
.p-report-headline {
  background: #45A7DC;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 78.9rem;
  height: 6.5rem;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 600;
  top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-report-headline {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 79.0697674419vw;
    font-size: 3.2558139535vw;
  }
}
.p-report-headline:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 20px solid #45A7DC;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -2rem;
}
@media screen and (max-width: 767px) {
  .p-report-headline:before {
    border-right: 1.6279069767vw solid transparent;
    border-left: 1.6279069767vw solid transparent;
    border-top: 3.2558139535vw solid #45A7DC;
    bottom: -3.2558139535vw;
  }
}
.p-report-photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 1.5rem 0 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-report-photo {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.488372093vw;
    margin: 3.488372093vw 0 6.976744186vw;
  }
}
.p-report-photo .img img {
  width: 100%;
}
.p-report-note {
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  color: #7B7B7B;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-report-note {
    margin-top: 4.6511627907vw;
    padding-top: 4.6511627907vw;
    font-size: 2.7906976744vw;
  }
}
