@charset "UTF-8";
/* CSS Document */
.site-main {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  --male--color: #0071c8;
  --female--color: #c9007a;
}

.entry-header {
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}
@media only screen and (min-width: 768px) {
  .entry-header {
    width: 1080px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.section-body {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .section-body {
    font-size: 18px;
  }
}

.social-contribution-sections .section-body {
  padding-top: clamp(50px, 12.5vw, 100px);
  padding-bottom: clamp(50px, 12.5vw, 100px);
}
.social-contribution-sections .section-body:nth-of-type(even) {
  background-color: #e6e6e6;
}
.social-contribution-outer {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .social-contribution-outer {
    margin-bottom: 100px;
  }
}

.swiper-wrapper:is(ul, ol), .image-grid-container:is(ul, ol) {
  list-style: none;
}
.swiper-wrapper:is(ul, ol) li, .image-grid-container:is(ul, ol) li {
  margin-left: 0;
}
.swiper-wrapper:is(ul, ol) li::before, .swiper-wrapper:is(ul, ol) li::after, .image-grid-container:is(ul, ol) li::before, .image-grid-container:is(ul, ol) li::after {
  display: none;
}
.swiper-wrapper:is(ul, ol) li img, .image-grid-container:is(ul, ol) li img {
  margin-top: 0;
  margin-bottom: 0;
}

.social-contribution-top {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.social-contribution-top > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 5 / 3;
}
.social-contribution-top-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
}
.social-contribution-top .social-contribution-head-core.icon {
  margin-right: auto;
  margin-left: auto;
  width: 88vw;
  height: 44vw;
  margin-top: 2vw;
}
@media only screen and (min-width: 768px) {
  .social-contribution-top {
    height: 600px;
  }
  .social-contribution-top > img {
    height: 600px;
    aspect-ratio: unset;
  }
  .social-contribution-top .social-contribution-head-core.icon {
    width: 880px;
    height: 440px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 2000px) {
  .social-contribution-top {
    height: auto;
  }
  .social-contribution-top > img {
    height: auto;
    aspect-ratio: 10 / 3;
  }
  .social-contribution-top .social-contribution-head-core.icon {
    width: 44vw;
    height: 22vw;
    margin-top: 1vw;
  }
}
.social-contribution-section-title {
  margin-bottom: 2em;
  color: #4d4d4d;
  font-size: clamp(20px, calc(3vw + 8px), 32px);
  font-weight: bold;
  line-height: 1.75em;
  text-align: center;
}
.social-contribution-section-title-small {
  font-size: clamp(14px, calc(1vw + 10px), 18px);
  font-weight: bold;
  text-align: center;
}
.social-contribution-certification-logo {
  display: block;
  width: clamp(300px, calc(50vw + 100px), 500px);
  height: calc(clamp(300px, calc(50vw + 100px), 500px) * 0.28);
  margin-right: auto;
  margin-left: auto;
  margin-top: clamp(20px, 5vw, 40px);
}
.social-contribution-flowchart-steps {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 300px;
  margin: clamp(30px, 7.5vw, 60px) auto;
  counter-reset: section;
}
.social-contribution-flowchart-step {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  counter-increment: section;
}
.social-contribution-flowchart-step-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  background-color: #1C2A53;
  color: #fff;
  fill: #fff;
  row-gap: 1em;
  padding: clamp(30px, calc(3vw + 18px), 42px) clamp(20px, calc(2vw + 12px), 28px);
}
.social-contribution-flowchart-step-body,
.social-contribution-flowchart-step-body * {
  border-color: #fff;
}
.social-contribution-flowchart-step:not(:last-of-type)::after {
  content: '';
  display: block;
  margin: clamp(10px, 2.5vw, 20px) auto;
  border-width: clamp(10px, 2.5vw, 20px) clamp(10px, 2.5vw, 20px) 0;
  border-style: solid;
  border-color: #1C2A53 transparent transparent;
}
.social-contribution-flowchart-step-number {
  font-size: clamp(14px, calc(1vw + 10px), 18px);
  font-weight: bold;
  text-align: center;
}
.social-contribution-flowchart-step-number::after {
  display: inline;
  content: "STEP " counters(section,"-");
}
.social-contribution-flowchart-step:nth-of-type(-n + 9) .social-contribution-flowchart-step-number::after {
  content: "STEP 0" counters(section,"-");
}
.social-contribution-flowchart-step-circle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: clamp(24px, calc(2vw + 16px), 32px);
  width: clamp(100px, calc(12.5vw + 50px), 150px);
  height: clamp(100px, calc(12.5vw + 50px), 150px);
  border-radius: 100%;
  background-color: #fff;
  color: #1C2A53;
  fill: #1C2A53;
}
.social-contribution-flowchart-step-circle,
.social-contribution-flowchart-step-circle * {
  border-color: #1C2A53;
}
.social-contribution-flowchart-step-icon {
  display: block;
  width: clamp(60px, calc(7.5vw + 30px), 90px);
  height: clamp(60px, calc(7.5vw + 30px), 90px);
}
.social-contribution-flowchart-step-title {
  font-size: clamp(16px, calc(2vw + 8px), 24px);
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .social-contribution-flowchart-steps {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    row-gap: 40px;
    max-width: none;
  }
  .social-contribution-flowchart-step {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .social-contribution-flowchart-step:not(:last-of-type)::after {
    margin-right: 10px;
    margin-left: 10px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .social-contribution-flowchart-step-body {
    width: 300px;
    height: 100%;
  }
}
.social-contribution-period-title {
  font-size: clamp(16px, calc(2vw + 8px), 24px);
  font-weight: bold;
}
.social-contribution-period-list {
  counter-increment: section;
}
.social-contribution-period-list > li {
  margin-left: 1em;
  text-indent: -1em;
}
.social-contribution-period-list > li::before {
  content: "・";
  display: inline;
  margin-right: 0;
}
.social-contribution-terms-subtitle {
  font-size: clamp(16px, calc(2vw + 8px), 24px);
  font-weight: bold;
}
.social-contribution-terms-list > li {
  margin-left: 2em;
  text-indent: -2em;
  counter-increment: section;
}
.social-contribution-terms-list > li::before {
  content: counters(section,"-") ")";
  display: inline;
  margin-right: 1em;
}
.social-contribution-terms-list > li:nth-of-type(n + 10)::before {
  margin-right: 0.4em;
}
