main {
  padding: 0 0 80px;
}
@media screen and (min-width: 1024px) {
  main {
    padding-bottom: 120px;
  }
}

.pageTtl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pageTtl .inner {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1024px) {
  .pageTtl {
    padding: 32px 0;
    margin-bottom: 80px;
  }
}

.sectionHeader {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DBDBDB;
}
.sectionHeader .ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.sectionHeader .ttl span {
  width: 1px;
  height: 40px;
  background-color: #DBDBDB;
  display: block;
}
.sectionHeader .ttl .en {
  color: #0080CB;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .sectionHeader {
    padding-bottom: 30px;
    margin-bottom: 64px;
  }
  .sectionHeader .ttl {
    font-size: 32px;
    grid-gap: 25px;
  }
  .sectionHeader .ttl span {
    height: 80px;
  }
  .sectionHeader .ttl .en {
    font-size: 20px;
  }
}

.sectionBody__txt {
  margin-bottom: 2.75em;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.sectionBody .evalutionBlk {
  padding: 30px 20px;
  margin-bottom: 32px;
  background-color: #F3F5F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
  position: relative;
}
.sectionBody .evalutionBlk .img {
  width: 160px;
  flex-shrink: 0;
}
.sectionBody .evalutionBlk .txtWrap .ttl {
  margin-bottom: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.67;
}
.sectionBody .evalutionBlk .txtWrap .txt {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.sectionBody .evalutionBlk .deco {
  width: 80px;
  height: 80px;
  background: url(../re_img/company/chiiki/evalution_img02.svg) center/contain no-repeat;
  position: absolute;
  pointer-events: none;
}
.sectionBody .evalutionBlk .deco.top {
  top: 0;
}
.sectionBody .evalutionBlk .deco.bottom {
  bottom: 0;
  transform: scale(1, -1);
}
.sectionBody .evalutionBlk .deco.left {
  left: 0;
}
.sectionBody .evalutionBlk .deco.right {
  right: 0;
  transform: scale(-1, 1);
}
.sectionBody .evalutionBlk .deco.right.bottom {
  transform: scale(-1, -1);
}
.sectionBody .navBlk__list {
  display: grid;
  grid-gap: 16px;
  justify-content: center;
}
.sectionBody .navBlk a {
  width: 248px;
  height: 46px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sectionBody .navBlk a::after {
  content: "";
  width: 28px;
  height: 28px;
  margin: auto 0;
  background: url(../re_img/common/icon_arrow-circle.svg) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.sectionBody .navBlk a.environment {
  background-color: #3A9927;
}
.sectionBody .navBlk a.society {
  background-color: #0D64AE;
}
.sectionBody .navBlk a.governance {
  background-color: #830025;
}
@media screen and (min-width: 769px) {
  .sectionBody > .inner {
    max-width: 928px;
  }
  .sectionBody .evalutionBlk {
    flex-direction: row;
  }
  .sectionBody .evalutionBlk .txtWrap .ttl {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .sectionBody .evalutionBlk .txtWrap .txt {
    font-size: 14px;
  }
  .sectionBody .navBlk__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .sectionBody .navBlk__list a {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .sectionBody__txt {
    font-size: 16px;
  }
  .sectionBody .evalutionBlk {
    padding: 55px 80px;
    margin-bottom: 48px;
    grid-gap: 32px;
  }
  .sectionBody .evalutionBlk .deco {
    width: 114px;
    height: 114px;
  }
  .sectionBody .navBlk__list {
    grid-template-columns: repeat(3, 248px);
    justify-content: space-between;
  }
  .sectionBody .navBlk__list a {
    width: 100%;
    height: 64px;
  }
}