/* スライド独自アローナビゲーション */
.corpCommon__carousel {
  position: relative;
  scroll-behavior: smooth;
}

.corpCommon__carousel .slide__arrow {
  position: absolute;
	top: -260px;
  margin: auto;
  width: 32px;
  height: 88px;
  background-color: #fff;
  border: 1px solid #9F9F9F;
  opacity: .8;
  display: grid;
  place-content: center;
  margin: auto;
  font-family: icomoon;
  font-size: 0;
  font-style: normal;
  font-weight: normal;
  color: transparent;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.corpCommon__carousel .slide__arrow--prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}

.corpCommon__carousel .slide__arrow--prev::before {
  content: "\e007";
  color: #00806d;
  display: block;
  font-size: 30px;
}

.corpCommon__carousel .slide__arrow--next {
  right: 0;
  border-radius: 10px 0 0 10px;
}

.corpCommon__carousel .slide__arrow--next::before {
  content: "\e006";
	color: #00806d;
  display: block;
  font-size: 30px;
}

.corpCommon__carousel .slide__arrow--prev:hover:before,
.corpCommon__carousel .slide__arrow--next:hover:before {
	color: #005856;
}

@media only screen and (max-width: 640px) {
  .corpCommon__carousel .slide__arrow {
		top: -272px;
  }
}

/* text */
@media only screen and (min-width: 641px) {
  .corporate-numberText-green {
    font-family: "FP-ヒラギノUD角ゴ StdN W6", FP-HiraginoUDSansStdN-W6, sans-serif;
    color: #007C7A;
    font-size: 96px;
    line-height: 1.2;
  }

  .corporate-numberText-small {
    font-family: "FP-ヒラギノUD角ゴ StdN W6", FP-HiraginoUDSansStdN-W6, sans-serif;
    color: #4E4D4E;
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .corporate-numberText-green {
    font-family: "FP-ヒラギノUD角ゴ StdN W6", FP-HiraginoUDSansStdN-W6, sans-serif;
    color: #007C7A;
    font-size: 60px;
  }

  .corporate-numberText-small {
    font-family: "FP-ヒラギノUD角ゴ StdN W6", FP-HiraginoUDSansStdN-W6, sans-serif;
    color: #4E4D4E;
    font-size: 16px;
  }
}

.sustainability-l-TileArea.inAction {
  padding-top: 0;
}

.sustainability-l-TileArea.esg {
  padding-top: 0;
}

@media only screen and (max-width: 640px) {
  .sustainability-l-TileArea.inAction .l-Section__inner img {
    border-radius: 0;
  }
}

/* サステナトップ 余白微調整 20230608 */
@media only screen and (min-width: 1108px) {
  .opt-lg-mb52--imp {
    margin-bottom: 52px !important;
  }
}