@charset "UTF-8";

.strength-contents-wrap {
  padding: 100px 0;

  .l-con {
    position: relative;
  }
}
.strength-contents-wrap.with_bg {
  background-image: url('../images/strength/contents_bg.png');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  @media only screen and (max-width: 767px) {
    background-image: url('../images/strength/contents_bg_sp.png');
  }
}

.strength-contents-number {
  position: absolute;
  top: -50px;
  right: calc( 15vw / 2);
  width: 335px;
  @media only screen and (max-width:1365px){
    width: 22vw;
  }
  @media only screen and (max-width:767px){
    top: -55px;
    width: 100px;
  }
}

.strength-sec-title {
  margin-bottom: 50px;
  @media only screen and (max-width:767px){
    margin-bottom: 30px;
  }

  &.strength-sec-title-down {
    padding-top: 2.4vw;
    @media only screen and (max-width:767px){
      padding-top: 0;
    }
  }
}

.strength-sec-title-en {
  display: block;
  color: #E60012;
  font-size: 20px;
  margin-bottom: 20px;
  @media only screen and (max-width:767px){
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.strength-contents-wrap.with_bg .strength-sec-title-en {
  color: #fff;
}

.strength-sec-title-jp {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 34px;

  br {
    display: none;
  }

  @media only screen and (max-width:1365px){
    font-size: 3.5vw;
  }
  @media only screen and (max-width:767px){
    font-size: 24px;

    br {
      display: block;
    }
  }
}

.strength-contents-wrap.with_bg {
  .strength-sec-title-jp {
    color: #fff;
  }
}

.strength-sec-desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  @media only screen and (max-width: 1365px) {
    font-size: 1.47vw;
    line-height: clamp(2.3vw, calc(3.896vw - 12.24px), 3vw);
  }
  @media only screen and (max-width: 767px) {
    font-size: clamp(16px, calc(0.510vw + 14.08px), 18px);
    line-height: 2.14;
    letter-spacing: 0.9px;
    width: 100%;

    br {
      display: none;
    }
  }
}

.strength-contents-wrap.with_bg {
  .strength-sec-desc {
    color: #fff;
  }
}

.strength-contents-list-area {
  display: flex;
  justify-content: space-between;
  padding-top: 72px;
  gap: 20px;
  @media only screen and (max-width: 767px) {
    flex-wrap: wrap;
    padding-top: 8.1vw;
    gap: 3vw;
  }
}

.strength-contents-list-box {
  background-color: #fff;
  width: 33%;
  @media only screen and (max-width: 767px) {
    width: 100%;
  }

  &.strength-contents-network-box {
    @media only screen and (max-width:767px){
      width: 48%;
    }
  }
}

.strength-contents-network-images {
  @media only screen and (max-width:767px){
    height: 50vw;
    object-fit: cover;
    object-position: center center;
  }
}

.strength-contents-list-heading {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  background-color: #2E2E2E;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  min-width: 236px;
  padding: 24.7px 21px 24.7px 11.5px;
  @media only screen and (max-width: 1920px) {
    min-width: 12.4vw;
    padding: 1.3vw 2.5vw 1.3vw 1.6vw;
  }
  @media only screen and (max-width: 1365px) {
    font-size: 2.05vw;
  }
  @media only screen and (max-width: 767px) {
    min-width: calc(0.1735 * 100vw + 58.69px);
    text-align: left;
    font-size: clamp(19px, calc(1.0204vw + 15.17px), 23px);
    padding: clamp(12px, calc(-0.314vw + 14.68px), 13.5px) 8vw clamp(12px, calc(-0.314vw + 14.68px), 13.5px) 18.75px;
  }
  @media only screen and (max-width: 374px) {
    font-size: 5.1vw;
    padding: clamp(12px, calc(-0.314vw + 14.68px), 13.5px) 8vw clamp(12px, calc(-0.314vw + 14.68px), 13.5px) 5vw;
  }

  &.strength-contents-network-heading {
    position: absolute;
  }

  &.red {
    background-color: #E60012;
  }
}

.strength-contents-list-text {
  font-size: 16px;
  font-weight: 700;
  padding: 47.5px 40px;
  line-height: 1.95;
  @media only screen and (max-width: 1365px) {
    font-size: 1.175vw;
    padding: 2.5vw 2.1vw;
  }
  @media only screen and (max-width: 767px) {
    font-size: clamp(14px, calc(0.5102vw + 12.087px), 16px);
    padding: 5.5vw 4.8vw 7.8vw 4.8vw;
    line-height: 1.95;
    letter-spacing: 0.2px;
  }
}

.strength-sec-image {
  margin-top: 50px;
}

.strength-contents-carbonneutral-flex {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  @media only screen and (max-width:767px){
    flex-wrap: wrap;
    gap: 20px;
  }
}

.strength-contents-carbonneutral-flex-in {
  @media only screen and (max-width:767px){
  width: 100%;
  }
}
