.p-home-banner {
  padding: 160px 0 0;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-home-banner {
    padding-top: 70px;
  }
}
.p-home-banner p {
  margin: 0 15px;
}
.p-home-banner p a .sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-home-banner p a .sp {
    display: inline;
  }
}
.p-home-banner p a .pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .p-home-banner p a .pc {
    display: none;
  }
}
.p-home-banner p a img {
  border: 1px solid #CCCCCC;
  box-sizing: content-box;
  transition: all 0.25s;
  width: 790px;
}
@media only screen and (max-width: 767px) {
  .p-home-banner p a img {
    width: 335px;
  }
}
.p-home-banner p a img:hover {
  border: 1px solid #2093DD;
}

.p-home-shimizu-web {
  padding-top: 90px;
}
@media only screen and (max-width: 980px) {
  .p-home-shimizu-web {
    padding-top: 30px;
  }
}

.c-sustainability-csr sub {
  font-size: 80%;
  vertical-align: baseline;
}
.c-sustainability-csr__doc {
  background: #F0F7FD;
  display: flex;
  justify-content: space-between;
  padding: 60px 120px;
  margin-top: 65px;
}
@media only screen and (max-width: 980px) {
  .c-sustainability-csr__doc {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__doc {
    padding: 30px 15px;
    margin-top: 30px;
  }
}
.c-sustainability-csr__doc img {
  display: block;
  width: 30%;
}
.c-sustainability-csr__record {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__record {
    flex-direction: column;
  }
}
.c-sustainability-csr__record-item {
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__record-item {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__record-item:first-of-type img {
    width: 50%;
  }
}
.c-sustainability-csr__record-item img {
  border: 1px solid #CCCCCC;
}
.c-sustainability-csr__goal-item {
  margin-bottom: 35px;
}
.c-sustainability-csr__goal-item img {
  border: 1px solid #CCCCCC;
}
.c-sustainability-csr__goal-copy {
  background: #F0F7FD;
  padding: 20px;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__goal-copy {
    margin-top: 20px;
  }
}
.c-sustainability-csr__goal-copy__ttl {
  color: #0A3A7C;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.6rem !important;
}
.c-sustainability-csr__goal-copy__txt {
  background: #fff;
  font-weight: bold;
  padding: 15px 20px;
  font-size: 1.6rem !important;
}

.c-sustainability-csr__sbt {
  margin: 0 0 200px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 980px) {
  .c-sustainability-csr__sbt {
    margin: 0 0 100px;
  }
}
.c-sustainability-csr__sbt h4 {
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__sbt h4 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.c-sustainability-csr__sbt h4::before {
  content: "";
  border-bottom: 2px solid #CCCCCC;
  width: 100%;
  position: relative;
  display: block;
  top: 14px;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__sbt h4::before {
    top: 10px;
  }
}
.c-sustainability-csr__sbt h4::after {
  content: "";
  background: #fff;
  width: 30rem;
  height: 2rem;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__sbt h4::after {
    width: 24rem;
  }
}
.c-sustainability-csr__sbt h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__sbt h5 {
    font-size: 1.6rem;
  }
}

.c-sustainability-csr__table-w35 {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__table {
    display: block;
    overflow: auto;
  }
}
.c-sustainability-csr__table-cmnt {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__table-cmnt {
    display: block;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 1.4rem !important;
  }
}

.c-sustainability-csr__table-record {
  width: 100%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__table-record {
    width: 980px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.c-sustainability-csr__table-record td,
.c-sustainability-csr__table-record th {
  padding: 15px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__table-record td,
  .c-sustainability-csr__table-record th {
    white-space: nowrap;
  }
}
.c-sustainability-csr__table-record tr {
  border-top: 1px solid #ccc;
}
.c-sustainability-csr__table-record tr:first-of-type {
  background-color: #F0F7FD;
}
.c-sustainability-csr__table-record tr:last-of-type td {
  background: #FFF8E0;
}
.c-sustainability-csr__table-record td:last-of-type {
  background: #FFF8E0;
}
.c-sustainability-csr__table-record tbody {
  border-bottom: 1px solid #ccc;
}
.c-sustainability-csr__table-record th {
  font-weight: bold;
  background: #F0F7FD;
}

.c-sustainability-csr__table-goal {
  width: 100%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__table-goal {
    width: 900px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.c-sustainability-csr__table-goal td,
.c-sustainability-csr__table-goal th {
  padding: 15px 0;
  text-align: center;
}
.c-sustainability-csr__table-goal tr {
  border-top: 1px solid #ccc;
}
.c-sustainability-csr__table-goal tr:first-of-type {
  background-color: #F0F7FD;
}
.c-sustainability-csr__table-goal tr:last-of-type td {
  color: #E22424;
}
.c-sustainability-csr__table-goal tbody {
  border-bottom: 1px solid #ccc;
}
.c-sustainability-csr__table-goal th {
  font-weight: bold;
  background: #F0F7FD;
}

.c-sustainability-csr__table-guideline {
  width: 100%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__table-guideline {
    width: 730px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.c-sustainability-csr__table-guideline td p {
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-sustainability-csr__table-guideline td p {
    font-size: 1.4rem;
  }
}
.c-sustainability-csr__table-guideline td,
.c-sustainability-csr__table-guideline th {
  line-height: 1.5;
  padding: 15px 0;
  text-align: center;
  border-right: 1px solid #ccc;
}
.c-sustainability-csr__table-guideline tr {
  border-bottom: 1px solid #ccc;
}
.c-sustainability-csr__table-guideline tr:first-of-type {
  background-color: #F0F7FD;
}
.c-sustainability-csr__table-guideline tr:first-of-type th:last-of-type {
  border-right: none;
}
.c-sustainability-csr__table-guideline td:last-of-type {
  border-right: none;
}
.c-sustainability-csr__table-guideline th {
  font-weight: bold;
  background: #F0F7FD;
}