@charset "utf-8";

/* === .fBox (flexBox) === */
@media screen and (min-width: 768px){
  .fBox {
    display: -webkit-box;
    display: flex;
  }
}

/* === .head === */
.title-description {
  padding: 16px;
}
.title-description h1 {
  text-align: left;
  padding: 0;
  font-size: 1.8rem;
}
.title-description h2 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-top: -5px;
}
.title-description h1,
.title-description h2 {
  color: #1c6a0e;
}
.title-description hr {
  height: 3px;
  background-color: #1c6a0e;
  margin: 12px 0;
}
.title-description p {
  letter-spacing: 2px;
  line-height: 1.5;
}
.head-sustainability02 {
  background-color: #eee;
  padding: 30px 15%;
}
.head-sustainability02 a {
  font-weight: 500;
  letter-spacing: 4px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px){
  .head-sustainability01 .header-img {
    display: none;
  }
  .head-sustainability01 {
    background-image: url(/sustainability/img/img_s01_top.jpg);
    height: 409px;
    padding: 24px;
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
  }
  .title-description {
    background-color: #fff;
    width: 500px;
    box-shadow: 10px 12px 0px #1c6a0e;
  }
  .link-integratedreport {
    position: absolute;
    right: 24px;
    bottom: 24px;
    border: 1px solid #aaa;
  }
  .link-integratedreport a {
    text-decoration: initial;
  }
  .link-integratedreport a:hover {
    opacity: .8;
  }
  .link-integratedreport img {
    height: 80px;
    padding: 8px;
    background-color: #fff;
  }
  .link-integratedreport div {
    background-color: rgba(255, 255, 255, 0.9);
    width: 160px;
    align-content: center;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  .head-sustainability02 {
    padding: 30px 10px;
  }
  .head-sustainability02 ul.fBox {
    justify-content: center;
  }
  .head-sustainability02 ul.fBox li {
    width: calc(100% / 3);
    margin-left: 28px;
  }
  .head-sustainability02 ul.fBox li:first-child {
    margin-left: 0;
  }
  .head-sustainability02 a {
    min-height: 90px;
    border-radius: 4px;
    line-height: 2rem;
  }
  .sp-br {
    display: none;
  }
}
@media not all and (min-width: 768px){
  .head-sustainability01 .header-img {
    width: 100%;
    display: block;
  }
  .title-description {
    background-color: #fff;
    border-right: 10px solid #1c6a0e;
    border-bottom: 10px solid #1c6a0e;
  }
  .title-description p {
    font-size: 1rem;
  }
  .link-integratedreport {
    display: none;
  }
  .head-sustainability02 {
    padding: 20px 0;
  }
  .head-sustainability02 ul {
    justify-items: center;
  }
  .head-sustainability02 ul li {
    width: 80%;
    margin-top: 12px;
  }
  .head-sustainability02 li:first-child {
    margin-top: 0px;
  }
  .head-sustainability02 a {
    min-height: 70px;
    font-size: 1rem;
  }
  .pc-br {
    display: none;
  }
}

/* === #contents === */
.content-column {
  text-align: center;
  position: relative;
}
.content-column > a {
  text-decoration: none;
}
.content-column > a:hover {
  opacity: 0.7;
}
.content-column h2 {
  color: #840018;
  border-bottom: 1px solid #840018;
  margin-bottom: 20px;
  padding: 8px;
  letter-spacing: 5px;
}
.content-column h2::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #840018;
  transform: rotate(50deg);
  transform-origin: left center;
}
.content-column img {
  width: 100%;
}
.content-column .link-list {
  margin-top: 16px;
  margin-left: 16px;
  text-align: left;
  font-size: 1rem;
}
.content-column .link-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #840018;
  position: absolute;
  margin-top: 10px;
}
.content-column .link-list li:not(:last-child) {
  margin-bottom: 12px;
}
.content-column .link-list a {
  display: block;
  margin-left: 20px;
  text-decoration: none;
  color: inherit;
}
.content-column .link-list a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px){
  .content-column {
    width: calc(100% / 3);
  }
  .content-column:not(:last-child) {
    margin-right: 42px;
  }
  .content-column h2::after {
    right: -8px;
    top: 37px;
  }
}
@media not all and (min-width: 768px){
  .content-column h2::after {
    right: -8px;
    top: 30px;
  }
  .content-column {
    margin-bottom: 24px;
  }
  .image-container {
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
  }
  /* 環境 */
  .content-column:nth-child(1) img {
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  /* 社会 */
  .content-column:nth-child(2) img {
    position: absolute;
    bottom: -45px;
    left: 0;
  }
  /* ガバナンス */
  .content-column:nth-child(3) img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* === #relation === */
#relation .btnBox a {
  width: 100%;
  align-content: center;
  border-radius: 0;
  box-shadow: 5px 3px 5px #ccc;
}
#relation .btnBox a::after {
  width: 18px;
  height: 18px;
  top: calc(50% - 10px);
  background-color: #fff;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  background-image: url(/assets/img/common/arrow02.png);
  transform: rotate(-90deg);
  border: none;
}
@media screen and (min-width: 768px){
  #relation .fBox {
    flex-wrap: wrap;
    margin: 16px;
  }
  #relation .btnBox {
    width: calc((100% - 24px)/ 3);
    margin-left: 12px;
  }
  #relation .btnBox:nth-child(3n+1) {
    margin-left: 0;
  }
  #relation .btnBox:first-child {
    margin-left: 0;
  }
  #relation .btnBox:nth-child(n+4) {
    margin-top: 12px;
  }
  #relation .btnBox a {
    min-height: 80px;
  }
  #relation .btnBox {
    width: calc((100% - 24px) / 3);
  }
}
@media not all and (min-width: 768px){
  #relation .btnBox {
    margin-top: 8px;
  }
  #relation .btnBox:first-child {
    margin-top: 0;
  }
  #relation .btnBox a {
    min-height: 70px;
  }
}