@charset "utf-8";

/* ===== csr-list ====== */

.csr-list {
  margin: 93px 0 145px;
}

.csr-list .bgi {
  background-image: url(../img/csr/csr01.png);
  background-image: image-set(
    url(../img/csr/csr01.png) 1x,
    url(../img/csr/csr01@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../img/csr/csr01.png) 1x,
    url(../img/csr/csr01@2x.png) 2x
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}

.csr-list .content {
  max-width: 900px;
  width: 100%;
  margin: 80px auto 0;
}

.csr-list .heading {
  font-size: 1.6rem;
  text-align: center;
}

.csr-list .item {
  margin-top: 75px;
}

.csr-list .item:first-of-type {
  margin-top: 55px;
}

.csr-list .item h2 {
  font-size: 2rem;
  padding-bottom: 21px;
  border-bottom: 1px solid #1a1a1a;
  font-weight: 500;
}

.csr-list .item:first-of-type h2 {
  position: relative;
}

.csr-list .item:first-of-type h2::before {
  content: "";
  background-image: url(../img/csr/csr02.gif);
  position: absolute;
  top: -14px;
  right: 30px;
  width: 193px;
  height: 45px;
}

.csr-list .item:first-of-type h2::after {
  content: "©JCV";
  position: absolute;
  bottom: 11px;
  right: 0;
  font-size: 1rem;
  font-weight: 400;
}

.csr-list .item .info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.csr-list .item .info p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-right: 40px;
}

.csr-list .item .info .sdgimg {
  display: inline-block;
  width: 120px;
  height: auto;
  margin: 14px 0 0;
}

.csr-list .item .info .pic {
  text-align: center;
}

.csr-list .item .info .pic img {
  width: 360px;
}

.csr-list .item .info .pic div img {
  width: 47%;
}

.csr-list .csr-list-inline {
  display: flex;
  justify-content: space-between;
}

/* ==========================================
/* tablet
/* ========================================== */

@media (max-width: 1079px) {
  /* ===== csr-list ====== */

  .csr-list {
    margin: 50px 0 145px;
  }

  .csr-list .bgi {
    height: 300px;
  }

  .csr-list .content {
    padding: 0 20px;
  }

  .csr-list .heading {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.7;
    display: flex;
    justify-content: center;
  }
}

/* ==========================================
/* sp
/* ========================================== */

@media (max-width: 767px) {
  /* ===== csr-list ====== */

  .csr-list {
    margin: 50px 0 145px;
  }

  .csr-list .bgi {
    background-image: url(../img/csr/csr01-sp.png);
    background-image: image-set(
      url(../img/csr/csr01-sp.png) 1x,
      url(../img/csr/csr01-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../img/csr/csr01-sp.png) 1x,
      url(../img/csr/csr01-sp@2x.png) 2x
    );
    height: 180px;
  }

  .csr-list .content {
    max-width: 450px;
    margin: 30px auto 0;
    padding: 0 20px;
  }

  .csr-list .heading {
    font-size: 1.4rem;
  }

  .csr-list .item:first-of-type {
    margin-top: 93px;
  }

  .csr-list .item h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 11px;
  }

  .csr-list .item:first-of-type h2 {
    position: relative;
    padding: 0 190px 11px 0;
  }

  .csr-list .item:first-of-type h2::before {
    content: "";
    background-image: url(../img/csr/csr02.gif);
    background-size: cover;
    position: absolute;
    top: 13px;
    right: 30px;
    width: 142px;
    height: 33px;
  }

  .csr-list .item:first-of-type h2::after {
    bottom: 9px;
    right: 0;
  }

  .csr-list .item .info {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 10px;
  }

  .csr-list .item .pic {
    width: 100%;
    text-align: center;
  }

  .csr-list .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .csr-list .item .info .pic img:nth-child(2) {
    height: auto;
  }

  .csr-list .item .info p {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-right: 0;
    margin-top: 20px;
  }

  .csr-list .item .info .pic img {
    width: 100%;
  }
}

.csr-list .item .info .sdgimg {
  width: 80px;
}

@media (max-width: 374px) {
  .csr-list .item:first-of-type h2 {
    font-size: 1.6rem;
  }

  .csr-list .item:first-of-type h2::before {
    top: -7px;
    left: 155px;
    width: 107px;
    height: 25px;
  }

  .csr-list .item:first-of-type h2::after {
    bottom: 9px;
    left: 264px;
    transform: scale(0.8);
  }
}
