.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp {
    display: block;
  }
}

/* ===============================================================
 materiality
===============================================================*/
.ssa-main__hg-txt {
  width: 7.4rem;
}
.ssa-main__hg-txt.-even {
  background-color: #2ba972;
}
.ssa-main__hg-txt.-reg {
  background-color: #904ca9;
}
.ssa-main__hg-txt.-peo {
  background-color: #e87c41;
}
.ssa-main__hg-txt.-eco {
  background-color: #1ab4c2;
}

.sm-theme .c-svc__ttl {
  width: 110%;
  letter-spacing: 0;
  transform: scaleX(0.9);
}
.sm-theme__tb-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .sm-theme__tb-wrap img {
    max-width: none;
    width: 200%;
  }
}
.sm-theme__tb {
  margin-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .sm-theme__tb {
    width: 97.5rem;
  }
}
.sm-theme__tb-sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sm-theme__tb-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sm-theme__tb-th01 {
  width: 16rem;
  padding: 2.15rem 1rem;
  color: #fff;
  font-size: var(--f16);
  font-weight: 400;
  background-color: #053f78;
}
.sm-theme__tb-th01:first-of-type {
  width: 39.5rem;
  border-radius: 1rem 0 0 0;
  -webkit-border-radius: 1rem 0 0 0;
}
.sm-theme__tb-th01:nth-of-type(2) {
  width: 42rem;
}
.sm-theme__tb-th01:last-of-type {
  border-radius: 0 1rem 0 0;
  -webkit-border-radius: 0 1rem 0 0;
}
.sm-theme__tb-th02 {
  width: 6.3rem;
  color: #053f78;
  font-size: var(--f16);
  line-height: 1.2;
  font-weight: 400;
  background-color: #c1e1ee;
}
.sm-theme__tb-th02 span {
  writing-mode: vertical-rl;
  text-align: left;
}
.sm-theme__tb-th03 {
  width: 6.3rem;
  color: #053f78;
  font-size: var(--f16);
  line-height: 1.2;
  font-weight: 400;
  background-color: #97cce2;
  border-radius: 0 0 0 1rem;
  -webkit-border-radius: 0 0 0 1rem;
}
.sm-theme__tb-th03 span {
  writing-mode: vertical-rl;
  text-align: left;
}
.sm-theme__tb-td {
  background-color: #e8f0f8;
}
.sm-theme__tb-td:has(.sm-theme__tb-td-list02) {
  padding: 1rem 1.8rem;
}
.sm-theme__tb-td:has(.ssa-main__hg-txt, .sm-theme__tb-td__txt) {
  padding: 4.5rem 1rem;
}
.sm-theme__tb-td.-people {
  position: relative;
}
.sm-theme__tb-td.-people::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #e8f0f8;
  z-index: 1;
}
.sm-theme__tb-td.-people__top {
  padding-bottom: 0;
  vertical-align: bottom;
}
.sm-theme__tb-td.-people__btm {
  padding-top: 0;
  vertical-align: top;
}
.sm-theme__tb-td .ssa-main__hg-txt {
  margin: 0 auto;
}
.sm-theme__tb-td__txt {
  margin-top: 1rem;
  text-align: center;
  font-weight: 500;
  font-size: var(--f18);
  color: #053f78;
}
.sm-theme__tb-td-list01 {
  margin-left: 3rem;
}
.sm-theme__tb-td-list01.-even .txt::before {
  color: #2ba972;
}
.sm-theme__tb-td-list01.-reg .txt::before {
  color: #904ca9;
}
.sm-theme__tb-td-list01.-peo .txt::before {
  color: #e87c41;
}
.sm-theme__tb-td-list01.-eco .txt::before {
  color: #24b7c5;
}
.sm-theme__tb-td-list01 .txt {
  position: relative;
  padding-left: 2rem;
  font-size: var(--f14);
}
.sm-theme__tb-td-list01 .txt::before {
  position: absolute;
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  top: 0;
  left: 0;
  z-index: 1;
}
.sm-theme__tb-td-list02 {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.sm-theme__tb-td-list02 li {
  max-width: 6rem;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .sm-ident .c-svc__ttl {
    width: 124%;
  }
}
@media screen and (max-width: 834px) {
  .sm-ident .c-svc__img {
    min-width: 200%;
  }
}

@media screen and (max-width: 450px) {
  .sm-execution .c-svc__ttl {
    width: 124%;
  }
}
.sm-execution .ssa-main__fig-img {
  max-width: 100%;
}
.sm-execution .ssa-main__dl {
  padding-top: 0;
  border-top-width: 0;
}
.sm-execution .ssa-main__dt {
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .sm-execution .ssa-main__dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
  }
}
.sm-execution .ssa-main__hg-txt {
  width: 7.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .sm-execution .ssa-main__hg-txt {
    margin-bottom: 0;
  }
}
.sm-execution .ssa-main__hg-txt.-even {
  background-color: #2ba972;
}
.sm-execution .ssa-main__hg-txt.-reg {
  background-color: #904ca9;
}
.sm-execution .ssa-main__hg-txt.-peo {
  background-color: #e87c41;
}
.sm-execution .ssa-main__hg-txt.-eco {
  background-color: #1ab4c2;
}
.sm-execution .ssa-main__dd {
  padding-top: 2rem;
}
@media screen and (max-width: 600px) {
  .sm-execution .ssa-main__dd {
    padding-top: 0;
  }
}
.sm-execution__big {
  display: block;
  font-size: var(--f16);
  font-weight: 500;
  text-decoration: underline;
}