/* スライド独自アローナビゲーション */
.corpCommon__carousel{
  position: relative;
  scroll-behavior: smooth;
}

.corpCommon__carousel .slide__arrow {
  position: absolute;
  top: -290px;
  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: -298px;
  }
}

/* text */
@media only screen and (min-width: 641px){
	.corporate-numberText-green{
    font-family: "Neue-Helvetica-Paneuropean-Bold", FP-HiraginoUDSansStdN-W6, sans-serif !important;
		color: #007c7a;
		font-size: 96px;
		line-height: 1.2;
	}
	.corporate-numberText-small{
    font-family: "Neue-Helvetica-Paneuropean-Bold", FP-HiraginoUDSansStdN-W6, sans-serif !important;
		color: #4e4d4e;
		font-size: 24px;
	}
}

@media only screen and (max-width: 640px){
  .corporate-numberText-green{
    font-family: "Neue-Helvetica-Paneuropean-Bold", FP-HiraginoUDSansStdN-W6, sans-serif !important;
    color: #007c7a;
    font-size: 60px;
  }
  .corporate-numberText-small{
    font-family: "Neue-Helvetica-Paneuropean-Bold", FP-HiraginoUDSansStdN-W6, sans-serif !important;
    color: #4e4d4e;
    font-size: 16px;
  }
}

.icon-WtRP {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  background-color: #fdf4e3;
  border: dotted 2px #564e4e;
  border-radius: 20px;
}

.icon-WtRP p {
  color: #564e4e;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Neue-Helvetica-Paneuropean-Bold" !important;
  text-align: center;
  letter-spacing: .02em;
}

@media only screen and (max-width: 640px){
  .icon-WtRP {
    height: 140px;
  }

  .icon-WtRP p {
    font-size: 28px;
    margin-bottom: 0;
  }

  .icon-WtRP .l-Text {
    margin-bottom: 0;
  }
}

.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 {
    padding: 0 24px;
  }

  .sustainability-l-TileArea.inAction .l-Section__inner img {
    border-radius: 0;
  }

  .sustainability-l-TileArea.esg .l-Section__inner {
    padding: 0 24px;
  }
}