@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");

/* non-financial */



/* 見出し */
#non-financial h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -1px;
    color: #00ace8;
    margin: 0 0 1.875rem;
    font-weight: 700;
}

/* 画像真ん中 */
figure {text-align:center;width:100%;}
figure img {width:100%;}

/* 審査の流れ */
.non-financial-step {
  width:100%;
  padding:80px 0;
  background:#f7f7f9;
}

.non-financial-step .stepArea {
  width:100%;
  background:url(/assets/images/ghg/jcredit/step_dot.webp) repeat-y top;
  padding:0 0 30px;
}

.non-financial-step .stepArea dl{
  display:table;
  width:100%;
  padding:30px;
  background:#fff;
}

.non-financial-step .stepArea dl dt {display:table-cell;vertical-align:top;}
.non-financial-step .stepArea dl dd {display:table-cell;vertical-align:middle;}

.non-financial-step .stepArea dl dt {width:160px;}
.non-financial-step .stepArea dl dd {padding-left:0px;}


.non-financial-step .stepArea dl dt .step-left {display:inline-block;}
.non-financial-step .stepArea dl dt .step-number {
  display:inline-block;
  margin-bottom:10px;
  color:#24285b;
  font-size:13px;
  text-align:center;
}
.non-financial-step .stepArea dl dt .step-number strong {
  font-size:40px;
  line-height:1em;
  font-weight:bold;
}

.non-financial-step .stepArea dl dt .step-title {
  display:inline-block;
  margin-bottom:10px;
  font-size:20px;
  font-weight:bold;
  color:#0082de;
  padding:5px 0;
}

.non-financial-step .stepArea dl dt .step-date {
  display:inline-block;
  color:#0082de;
  font-size:15px;
  font-weight:bold;
  background-color: #e5f7fd;
  border-radius: 5px;
  padding: 5px 10px;
}


.non-financial-step .stepArea dl dd {
  position:relative;
  font-weight:16px;
  color:#24285b;
  font-weight:bold;
}
.non-financial-step .stepArea dl dd p.pr200 {padding-right:200px;}
.non-financial-step .stepArea dl dd span {color:#0082de;}


.non-financial-step .stepArea dl dd a.step-btn {
  position:absolute;
  bottom:0;
  right:0;
  display:block;
  color:#24285b;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
  background:#ffcc08;
  border-radius:25px;
  line-height:50px;
  padding:0 20px;
}

.non-financial-step .step-last {
  width:100%;
  background:#0082de;
  padding:25px 0;
  text-align:center;
  font-weight:bold;
  color:#fff;
}




/* 検証事例ブロック */

.verification-example {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.example {
  /* background-color: #00adef; */
  color: #0082de;
  margin-bottom:20px;
}

.ghg .example-trapezoid {
  width: 100%;
  height: 1.25rem;
  background-color: #edf3f8;
  clip-path: polygon(0 100%, 100% 100%, 92% 0, 0 0);
}

.ghg .example-body {
  margin-top: -1px;
  display: flex;
  flex-direction: column-reverse;
  background-color: #edf3f8;
  height: 100%;
}

.ghg .example-body .example-title {
  margin-top: -1rem;
  margin-bottom:20px;
  text-align: center;
  padding: 0 1rem 1rem;
  font-size:1.4em;
  font-weight:bold;
  line-height: 1.5;
  color:#135191;
}

.ghg .example-body .example-description {
  margin-top: -1rem;
  text-align: center;
  padding: 0 1rem 1.5rem;
  line-height: 1.5;
  color:#333;
}
.ghg .example-description span {
  display: block;
}

.ghg .example-description span.small {
  font-size: 0.75rem;
}

.ghg .example-image__container {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  justify-content: center;
}


.ghg .example-image__circle {
  margin-top: 0.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 85%;
  height: 85%;
  background-color: #fff;
  border-radius: 50%;
}


.ghg .example-image {
  width: 70%;
  height: 70%;
}


.ghg .feature:nth-child(3) .example-image {
  width: 83%;
  height: 83%;
}

@media screen and (max-width: 1024px) {
  .verification-example {
    gap: 1rem;
  }
}

@media screen and (max-width: 749px) {

  .verification-example {
    grid-template-columns: repeat(2, 1fr);
  }

  .ghg .example:nth-child(3) {
    grid-row: 2;
  }
}




/* max 840px */
@media (max-width: 840px) {
.non-financial-step .stepArea dl dd p.pr200 {padding-right:0;padding-bottom:20px;}
.non-financial-step .stepArea dl dd span {display:block;}
.non-financial-step .stepArea dl dd a.step-btn {position:relative;top:inherit;right: inherit;display: inline-block;}

}



/* max 840px */
@media (max-width: 560px) {

.non-financial-step .stepArea dl dt,
.non-financial-step .stepArea dl dd {display:block;}
.non-financial-step .stepArea dl dt {width:100%;margin:0;}

}
