@charset "UTF-8";
/****************************************************
 * Stylesheet サステナビリティ
 ****************************************************/
.pagetitle {
  height: auto !important;
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .pagetitle {
    padding-bottom: 6.8rem;
    background-image: url("../images/sustainability/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    padding-bottom: 3rem;
    background-image: url("../images/sustainability/pagetitle_bg01_sp.jpg");
  }
}
.pagetitle .inner h2 {
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  .pagetitle .inner h2 {
    margin-bottom: 9rem;
  }
}
.pagetitle .inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .pagetitle .inner p {
    font-size: 1.8rem;
  }
}

.p-sustainability__management {
  padding: 5rem 0 7rem 0;
  background-color: #F2F5F7;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__management {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-sustainability__management .inner:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .p-sustainability__management .management {
    width: 40%;
    float: left;
  }
}
.p-sustainability__management .management a {
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
.p-sustainability__management .management a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-sustainability__management .management a .img {
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.p-sustainability__management .management a .img > img, .p-sustainability__management .management a .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sustainability__management .management a .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-sustainability__management .management a .text {
  padding: 2rem 2rem 5rem 2rem;
  position: relative;
}
.p-sustainability__management .management a .text:after {
  width: 4rem;
  height: 4rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-repeat: no-repeat;
  -webkit-background-size: 2rem auto;
  background-size: 2rem auto;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  -webkit-transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__management .management a .text:after {
    width: 3rem;
    height: 3rem;
    -webkit-background-size: 1.5rem auto;
    background-size: 1.5rem auto;
  }
}
.p-sustainability__management .management a .text h3 {
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #313C4E;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__management .management a .text h3 {
    font-size: 2.6rem;
  }
}
.p-sustainability__management .management a .text p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4D4D4D;
}
@media only screen and (min-width: 768px) {
  .p-sustainability__management .news {
    width: 54.3%;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .p-sustainability__management .news .headding {
    margin-bottom: 1.7rem;
    padding-top: 3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__management .news .headding {
    margin-bottom: 3.2rem;
    padding-top: 7rem;
  }
}
.p-sustainability__management .news .news_list {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__management .news .news_list {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-sustainability__management .news .news_list li a {
    display: -webkit-flex;
    display: flex;
  }
}
.p-sustainability__management .news .news_list li a .date {
  margin-right: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .p-sustainability__management .news .news_list li a .date {
    width: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__management .news .news_list li a .date {
    display: inline-block;
  }
}
.p-sustainability__management .news .news_list li a p {
  line-height: 1.42857;
}
@media only screen and (min-width: 768px) {
  .p-sustainability__management .news .news_list li a p {
    width: calc(100% - 9.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__management .news .news_list li a p {
    margin-top: 1rem;
  }
}
.p-sustainability__management .news .news_list li + li {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__management .news .news_list li + li {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__management .news .btn {
    text-align: center;
  }
}
.p-sustainability__link_content01 {
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content01 {
    padding-top: 2rem;
  }
}
.p-sustainability__link_content01 .flex {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-sustainability__link_content01 .flex {
    margin-top: 4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-sustainability__link_content01 dl {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-sustainability__link_content01 dl {
    width: 31%;
    margin: 0 3.5% 6rem 0;
  }
  .p-sustainability__link_content01 dl:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content01 dl + dl {
    margin-top: 3rem;
  }
}
.p-sustainability__link_content01 dl dt a {
  font-size: 1.8rem;
  color: #ffffff !important;
  background: -webkit-linear-gradient(to right, #313C4D 50%, #0092E6 50%);
  background: linear-gradient(to right, #313C4D 50%, #0092E6 50%);
  background-size: 200% 100%;
  background-position: 0 0;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content01 dl dt a {
    font-size: 1.6rem;
  }
}
.p-sustainability__link_content01 dl dt a:after {
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  content: '';
  background-image: url("../images/common/icon_arrow02_white.png");
  -webkit-background-size: 1.2rem auto;
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content01 dl dt a:after {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    -webkit-background-size: 1rem auto;
    background-size: 1rem auto;
    right: 1.5rem;
  }
}
.p-sustainability__link_content01 dl dt a:hover {
  background-position: -100% 0;
  border-color: #0092E6;
}
.p-sustainability__link_content01 dl dt a i {
  width: 6rem;
  margin-right: 2rem;
  background-color: #0092E6;
  overflow: hidden;
  width: 5rem;
}
.p-sustainability__link_content01 dl dt a i > img, .p-sustainability__link_content01 dl dt a i > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sustainability__link_content01 dl dt .img {
  overflow: hidden;
}
.p-sustainability__link_content01 dl dt .img > img, .p-sustainability__link_content01 dl dt .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sustainability__link_content01 dl dt .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-sustainability__link_content01 dl dd {
  padding: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content01 dl dd {
    padding: 2.5rem 2rem;
  }
}
.p-sustainability__link_content01 dl dd ul li + li {
  margin-top: 1rem;
}
.p-sustainability__link_content01 dl dd ul li a {
  padding-left: 3rem;
  font-size: 1.5rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content01 dl dd ul li a {
    font-size: 1.4rem;
  }
}
.p-sustainability__link_content01 dl dd ul li a:before {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 -3rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}
.p-sustainability__link_content02 {
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content02 {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-sustainability__link_content02:after {
  width: 100%;
  height: 16rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content02:after {
    height: 85%;
  }
}
@media only screen and (min-width: 768px) {
  .p-sustainability__link_content02 .inner:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .p-sustainability__link_content02 .left {
    width: 52%;
    float: left;
    border-right: solid 1px #CACFD1;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content02 .left {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: solid 1px #CACFD1;
  }
}
@media only screen and (min-width: 768px) {
  .p-sustainability__link_content02 .left ul {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content02 .left ul {
    width: 71.6%;
    margin: 0 auto;
  }
}
.p-sustainability__link_content02 .left ul li {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-sustainability__link_content02 .left ul li {
    width: 41.8%;
    margin-right: 8.2%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content02 .left ul li + li {
    margin-top: 3rem;
  }
}
.p-sustainability__link_content02 .left ul li a {
  display: block;
}
.p-sustainability__link_content02 .left ul li a:after {
  width: 2rem;
  height: 2rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-repeat: no-repeat;
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  -webkit-transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}
.p-sustainability__link_content02 .left ul li a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-sustainability__link_content02 .left ul li a:hover:after {
  background-color: #0092E6;
  -webkit-transform: translate(0.5rem);
  transform: translate(0.5rem);
}
.p-sustainability__link_content02 .left ul li .img {
  overflow: hidden;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
.p-sustainability__link_content02 .left ul li .img > img, .p-sustainability__link_content02 .left ul li .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sustainability__link_content02 .left ul li .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-sustainability__link_content02 .left ul li p {
  padding: 0.8rem 1.5rem 3rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #313C4E;
}
@media only screen and (min-width: 768px) {
  .p-sustainability__link_content02 .right {
    width: 48%;
    float: right;
  }
}
.p-sustainability__link_content02 .right .bnr {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-sustainability__link_content02 .right .bnr {
    width: 91%;
    margin: 0 0 0 auto;
    -webkit-border-radius: 0 0 1rem 1rem;
    -moz-border-radius: 0 0 1rem 1rem;
    border-radius: 0 0 1rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content02 .right .bnr {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
  }
}
.p-sustainability__link_content02 .right .bnr a {
  display: block;
}
.p-sustainability__link_content02 .right .bnr a:after {
  width: 1.2rem;
  height: 1.2rem;
  content: '';
  background-image: url("../images/sustainability/link_icon01.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
}
.p-sustainability__link_content02 .right .bnr a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-sustainability__link_content02 .right .bnr .img {
  overflow: hidden;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
.p-sustainability__link_content02 .right .bnr .img > img, .p-sustainability__link_content02 .right .bnr .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sustainability__link_content02 .right .bnr .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (min-width: 768px) {
  .p-sustainability__link_content02 .right .bnr .text {
    padding: 0.8rem 3rem 0.8rem 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content02 .right .bnr .text {
    padding: 1.5rem 2rem;
  }
}
.p-sustainability__link_content02 .right .bnr .text .logo {
  width: 15.5rem;
}
.p-sustainability__link_content02 .right .bnr .text p {
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-sustainability__link_content02 .right .bnr .text p {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
