



.feature-img_main p:nth-of-type(2) {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 9rem;
  top: 40%;
}

.feature-img_main p:nth-of-type(2) .small {
  font-size: 5rem;
}

.feature-img .image_note p:nth-of-type(2) {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 6rem;
  top: 43%;
}

.feature_sub_plates dd p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 6rem;
}

/*デザイン*/
.main_list {
  margin: 15px 0 0 30px;
}

.feature_sub_plates {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
	max-width: 450px;
}

.feature_sub_plates dt,
.feature_sub_plates dd {
  margin: 0;
  padding: 0;
}

.feature_sub_plates dt p {
  margin: 0 0 0 20px;
  padding: 23px 0 0 0;
  background: url(/corporate/materials/numbers/p_img.svg) top left 5px no-repeat;
  background-size: 14px;
}

.feature_sub_plates dt small {
  margin: 1.5em 0 0 20px;
}
.subcom {margin: 0 0 0 20px;max-width: 450px;}

/*連結売上高（メイン）*/
.feature-img_main {
  position: relative;
  max-width: 400px;
  margin: 0 auto 20px auto;
  padding: 0;
}
.feature-img_main.xl {max-width: 500px;}

.feature-img_main p:nth-of-type(1) {
  position: absolute;
  top: 37%;
  width: 100%;
  font-size: 3rem;
  line-height: 1;
}

.feature-img_main p:nth-of-type(2) {
  position: absolute;
  top: 43%;
  width: 100%;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  color: #00853C;
}

.feature-img_main p:nth-of-type(2) small {
  font-size: 2.5rem;
  margin-left: 15px;
  color: #000000;
}

.feature-img_main p:nth-of-type(3) {
  position: absolute;
  top: 83%;
  width: 100%;
  line-height: 1;
}

@media screen and (max-width: 48em) {
  .feature-img_main p:nth-of-type(1) {
    position: absolute;
    top: 37%;
    width: 100%;
    font-size: 3rem;
    line-height: 1;
  }

  .feature-img_main p:nth-of-type(2) {
    position: absolute;
    top: 35%;
    width: 100%;
    font-size: 8rem;
    font-weight: bold;
    line-height: 1;
    color: #00853C;
  }

  .feature-img_main p:nth-of-type(2) small {
    font-size: 2.5rem;
    margin-left: 15px;
    color: #000000;
  }

  .feature-img_main p:nth-of-type(3) {
    position: absolute;
    top: 85%;
    width: 100%;
    line-height: 1;
  }
}

/*連結会社、従業員、生産拠点*/
.feature-img {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.feature-img .image_note {
  position: relative;
  text-align: center;
}

.feature-img.ns .image_note p:nth-of-type(1) {
  position: absolute;
  top: 37%;
  width: 100%;
  font-size: 2.5rem;
  line-height: 1;
}

.feature-img.ns .image_note p:nth-of-type(1) small {
  display: block;
  margin-top: 8px;
}

.feature-img.ns .image_note p:nth-of-type(2) {
  position: absolute;
  top: 48%;
  width: 100%;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: #00853C;
}

.feature-img.ns .image_note p:nth-of-type(2) small {
  font-size: 2rem;
  margin-left: 15px;
  color: #000000;
}

.feature-img.ns .image_note p:nth-of-type(3) {
  width: 100%;
  position: absolute;
  top: 82%;
}
.item-list11__item.resist {
  position: relative;
  top: 15px;
}


/*事業の特徴・強み*/
.feature_sub_plates dd {
  position: relative;
}

.feature_sub_plates dd p {
  position: absolute;
  bottom: 10%;
  margin: 0;
  padding: 0;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: var(--main-green);
}
.feature_sub_plates dd p small {
  font-size: 1.7rem;
  margin-left: 4px;
  color: var(--main-green);
}

@media screen and (max-width: 48em){
  .item-list11__item.resist {top: 0;}
}

.mainProducts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.mainProducts-li {
  width: fit-content;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.mainProducts-ti {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--main-green);
  color: var(--main-green);
}
.mainProducts-fig {
  margin: 0;
}
.mainProducts-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mainProducts-cap {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: inherit;
}

.evaluation {
  display: flex;
  justify-content: space-between;
}
.evaluation-fig {
  width: fit-content;
  text-align: center;
}

.goal {
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.goal-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 24px;
}
.goal-wrap {
  padding: 24px;
  border: 1px solid var(--main-green);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.goal-ti ,
.goal-main ,
.goal-lead {
  margin-top: 0;
  text-align: center;
}
.goal-ti {
  font-weight: bold;
  border-radius: 10px;
  background: var(--main-green);
  color: #fff;
}
.goal-main {
  height: 100%;
  line-height: 1.5;
}
.goal-lead {
  margin: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  color: var(--main-green);;
}
.goal-lead-big {
  font-size: 40px;
  display: block;
}
.goal .button-type01 {width: 100%;}
.goal-link-notes {margin: 0;}

.notes {
  font-size: 80%;
  opacity: .7;
}

@media screen and (max-width: 48em){
  .mainProducts {
    flex-direction: column;
    gap: 30px;
  }
  .mainProducts-li {width: 100%;}
  .mainProducts-wrap {flex-wrap: wrap;}
  .mainProducts-fig {width: calc(100% / 3);}
  
  .evaluation {
    flex-direction: column;
    gap: 30px;
  }
  .evaluation-fig {width: 100%;}
  .goal {grid-template-columns: repeat(1, 1fr);}
}