﻿/* =================================================
汎用
================================================= */
.icon-csrtop-arrow, .icon-csrtop-pdf, .icon-csrtop-win {
  transition: .2s;
}
.icon-csrtop-arrow:hover, .icon-csrtop-pdf:hover, .icon-csrtop-win:hover {
  opacity: .7;
}
.csrTopWrapper:not(.csrTopMvBtn) .icon-csrtop-arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  background-image: url(/files/img/sustainability/common/arrow_link.png);
  background-position: left 8px;
  background-size: 7px;
  background-repeat: no-repeat;
  text-decoration: none !important;
  line-height: 1.5;
}
.csrTopMvBtn.cn .icon-csrtop-arrow {
  padding-left: 0;
}
.csrTopMvBtn.cn .icon-csrtop-arrow::before {
  display: inline-block;
  padding-left: 8px;
  color: #fff;
  content: '\e900';
  vertical-align: middle;
  font-size: 80%;
}
.icon-csrtop-pdf {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  background-image: url(/files/img/sustainability/common/icon_pdf.png);
  background-position: left 8px;
  background-size: 12px;
  background-repeat: no-repeat;
  line-height: 1.8;
  transition: .3s;
}
.icon-csrtop-win::after {
  display: inline-block;
  padding-left: 8px;
  color: #0066b3;
  content: '\e907';
  vertical-align: middle;
  font-size: 80%;
}
.pcsmall {
  font-size: 90%;
}
@media screen and (max-width: 1024px) {
  .pcsmall {
    font-size: 100%;
  }
}
/* =================================================
csrTopWrapper
================================================= */
.csrTopWrapper {
  padding: 96px 0 100px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .csrTopWrapper {
    padding: 80px 0 100px;
  }
}
/* =================================================
csrTopColMain
================================================= */
.csrTopColMain {
  margin: 100px auto 0;
  padding: 0 20px;
  max-width: 1240px;
}
@media screen and (max-width: 1024px) {
  .csrTopColMain {
    margin-top: 50px;
  }
}
/* =================================================
title
================================================= */
.csrTopTitleH2 {
  position: relative;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
}
.csrTopTitleH2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #2466af;
  content: '';
}
.csrTopTitleH2 > h2 {
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1.5;
}
/* =================================================
csrTopMv
================================================= */
.csrTopMv {
  position: relative;
}
.csrTopMvInner {
  max-height: calc(100vh - 120px);
  overflow: hidden;
}
.csrTopMvInner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 102, 181, 0.2);
}
.csrTopMvInner video {
  width: 100%;
}
.csrTopMvTtl {
  position: absolute;
  font-weight: bold;
  color: #fff;
  top: 6%;
  left: 3.7vw;
}
.csrTopMvTtlSub {
  text-shadow: 1px 1px 0 #0066B5, 1px 1px 0 #0066B5, 1px 1px 0 #0066B5;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .csrTopMvTtl {
    top: 4%;
    left: 3%;
  }
}
.csrTopMvTtl h1 {
  font-size: 3.6vw;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .csrTopMvTtl h1 {
    font-size: 5.6vw;
  }
}
.csrTopMvTtl p {
  font-size: 35px;
}
@media screen and (max-width: 1024px) {
  .csrTopMvTtl p {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .csrTopMvBtnPosition {
    position: fixed;
    width: 380px;
    right: 3%;
    top: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .csrTopMvBtnPosition {
    position: relative;
    width: 100%;
    right: 2%;
    bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .csrTopMvBtnPosition {
    right: auto;
    bottom: auto;
  }
}
.csrTopMvBtnPosition .csrTopMvBtn + .csrTopMvBtn {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .csrTopMvBtnPosition .csrTopMvBtn + .csrTopMvBtn {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .csrTopMvBtn {
    border-bottom: 1px solid #bbb;
  }
}
.csrTopMvBtn a {
  display: flex;
  padding: 16px;
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 1.8;
  gap: 16px;
  align-items: center;
}
.csrTopMvBtn a .icon-csrtop-download::before {
  content: '\e908';
}
.csrTopMvBtn a:hover {
  opacity: .6;
  transition: .2s;
}
.csrTopMvBtn a img {
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  .csrTopMvBtn a img {
    width: auto;
    max-height: 60px;
  }
}
/* cn */
.csrTopMvBtn.cn {
  background: #0066b3;
}
.csrTopMvBtn.cn a {
  color: #fff;
}

.csrTopMvBtn {
  background: #fff;
}
/* =================================================
csrTopMenu
================================================= */
.csrTopMenuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 463px) {
  .csrTopMenuList {
    display: block;
  }
}
.csrTopMenuList li {
  margin-bottom: 20px;
  width: 32%;
  border: 1px solid #0066b3;
  min-height: 350px;
}
@media screen and (max-width: 860px) {
  .csrTopMenuList li {
    margin-bottom: 20px;
    width: calc(50% - 8px);
    border: 1px solid #0066b3;
  }
}
@media screen and (max-width: 463px) {
  .csrTopMenuList li {
    margin-top: 1em;
    width: 100%;
  }
}
.csrTopMenuList li > dl > dt span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 50px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 463px) {
  .csrTopMenuList li > dl > dt span {
    padding: 24px 0;
  }
}
.csrTopMenuList li > dl > dd {
  margin: 8px 16px;
}
/* commitment----------- */
.csrTopMenuList li.commitment {
  background: url(/files/img/sustainability/top2/menu_commitment_2024.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .csrTopMenuList li.commitment {
    background-position: top 3% center;
  }
}
.csrTopMenuList li.commitment a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 463px) {
  .csrTopMenuList li.commitment a {
    height: 350px;
  }
}
.csrTopMenuList li.commitment > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0;
  transition: .3s;
}
.csrTopMenuList li.commitment > a:hover:before {
  opacity: .2;
}
.csrTopMenuList li.commitment a span {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 16px;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
/* materiality----------- */
.csrTopMenuList li.materiality {
  width: 66%;
}
.csrTopMenuList li.materiality a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  transition: .3s;
  position: relative;
}
.csrTopMenuList li.materiality a span {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 16px;
  width: 100%;
  background: rgba(0, 102, 181, .7);
  color: #fff;
  text-align: center;
  font-weight: bold;
  z-index: 100;
  font-size: 16px;
}
.pcShowMateriality {
  display: block;
}
.spShowMateriality {
  display: none;
}
.csrTopMenuList li.materiality a img.pcShowMateriality {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.csrTopMenuList li.materiality a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 860px) {
  .csrTopMenuList li.materiality {
    width: calc(50% - 8px);
  }
  .pcShowMateriality {
    display: none;
  }
  .spShowMateriality {
    display: block;
  }
}
@media screen and (max-width: 463px) {
  .csrTopMenuList li.materiality {
    width: 100%;
  }
  .csrTopMenuList li.materiality a span {
    bottom: -9px;
  }
}
/* その他個別----------- */
.csrTopMenuList li.mgmt dl > dt {
  background: url(/files/img/sustainability/top2/manu_pic01.jpg) no-repeat;
  background-size: cover;
}
.csrTopMenuList li.corp dl > dt {
  background: url(/files/img/sustainability/top2/manu_pic02.jpg) no-repeat;
  background-size: cover;
}
.csrTopMenuList li.sustainability dl > dt {
  background: url(/files/img/sustainability/top2/manu_pic03.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .csrTopMenuList li.mgmt dl > dt, .csrTopMenuList li.corp dl > dt, .csrTopMenuList li.sustainability dl > dt {
    background-position: center;
  }
}
.csrTopMenuBnr {
  text-align: center;
  border: 1px solid #bbb;
  margin-top: 30px;
}
.csrTopMenuBnr a {
  display: block;
  padding: 24px 0;
  width: 100%;
  height: 100%;
  background: url(/files/img/sustainability/top2/bnr_topmenu_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  transition: .3s;
  color: #fff;
}
.csrTopMenuBnr a:hover {
  opacity: 0.7;
}
.csrTopMenuBnr a span {
  font-size: 2.4rem;
  font-weight: bold;
	margin-left: 65px;
}
@media screen and (max-width: 860px) {
  .csrTopMenuBnr a span {
    margin-left: auto;
  }
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.csrTopMenuBnr a span.new-arr {
  color: #ffff00;
  margin-left: 1rem;
  font-size: 2.6rem;
  animation: blinking 1s ease-in-out infinite alternate;
}
/* =================================================
csrTopEsg
================================================= */
/* Main------------ */
.csrTopEsgMainList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .csrTopEsgMainList {
    display: block;
  }
}
.csrTopEsgMainList > div {
  display: flex;
  margin-bottom: 20px;
  padding: 16px;
  width: calc(33.333% - 80px / 3);
  border: 1px solid #bbb;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .csrTopEsgMainList > div {
    margin: 0;
    width: 100%;
  }
  .csrTopEsgMainList > div + div {
    margin-top: 1em;
  }
}
.csrTopEsgMainList > div:nth-of-type(3) {
  margin-right: 0;
}
.csrTopEsgMainList > div dt, .csrTopEsgMainList > div dd {
  width: 100%;
}
.csrTopEsgMainList > div dt {
  margin-bottom: 20px;
  text-align: center;
}
.csrTopEsgMainList > div dd a {
  line-height: 1.8;
}
.csrTopEsgMainList > div .more {
  margin-top: 8px;
  width: 100%;
  text-align: right;
  align-self: flex-end;
}
.csrTopEsgMainList > div .more a {
  display: block;
  text-align: right;
}
/* Sub------------ */
.csrTopEsgSubList {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .csrTopEsgSubList {
    display: block;
  }
}
.csrTopEsgSubList li {
  margin-bottom: 20px;
  width: calc(50% - 20px);
  border: 1px solid #bbb;
}
@media screen and (max-width: 1024px) {
  .csrTopEsgSubList li {
    margin: 0;
    width: 100%;
  }
  .csrTopEsgSubList li + li {
    margin-top: 1em;
  }
}
.csrTopEsgSubList li:nth-of-type(2) {
  margin-right: 0;
}
.csrTopEsgSubList li a {
  display: flex;
  padding: 24px;
  font-weight: bold;
  transition: .3s;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .csrTopEsgSubList li a {
    padding: 1em;
  }
}
.csrTopEsgSubList li a:hover {
  opacity: .7;
}
.csrTopEsgSubList li a img {
  margin-right: 16px;
}
/* sdgs個別 */
.csrTopEsgSubList li.sdgs a img {
  width: 15%;
}
/* hcap個別 */
.csrTopEsgSubList li.hcap a img {
  width: 15%;
}
.csrTopEsgSubList li.hcap a p {
  font-weight: bold;
}
/* eva個別 */
.csrTopEsgSubList li.eva {
  display: flex;
  padding: 24px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .csrTopEsgSubList li.eva {
    padding: 1em;
  }
}
.csrTopEsgSubList li.eva img {
  margin-right: 24px;
  width: 10%;
}
@media screen and (max-width: 1024px) {
  .csrTopEsgSubList li.eva img {
    margin-right: 24px;
    width: 12%;
  }
}
.csrTopEsgSubList li.eva a {
  display: inline-block;
  padding: 0 8px 0 18px;
}
/* =================================================
csrTopEsgdata_Guideline
================================================= */
.csrTopEsgdata_Guideline {
  display: flex;
  margin-top: 0;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .csrTopEsgdata_Guideline {
    display: block;
  }
}
.csrTopEsgdata_Guideline > section {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .csrTopEsgdata_Guideline > section {
    width: 100%;
  }
}
/* =================================================
csrTopEsgdata
================================================= */
.csrTopEsgdata {
  padding: 0;
}
.csrTopEsgdataList li {
  display: flex;
  align-items: center;
}
.csrTopEsgdataList li + li {
  margin-top: 16px;
}
.csrTopEsgdataList li img {
  margin-right: 12px;
  width: 20px;
}
/* =================================================
csrTopGuideline
================================================= */
.csrTopGuideline {
  padding: 0;
}
/* =================================================
csrTopOtherlink
================================================= */
.csrTopOtherlinkList {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .csrTopOtherlinkList {
    display: block;
    margin: 0;
  }
}
.csrTopOtherlinkList li {
  margin: 0 40px 20px 0;
  width: calc(50% - 20px);
  border: 1px solid #bbb;
}
@media screen and (max-width: 1024px) {
  .csrTopOtherlinkList li {
    margin: 0;
    width: 100%;
  }
  .csrTopOtherlinkList li + li {
    margin-top: 1em;
  }
}
.csrTopOtherlinkList li:nth-of-type(2) {
  margin-right: 0;
}
.csrTopOtherlinkList li a {
  display: block;
  display: flex;
  padding-right: 24px;
  width: 100%;
  height: 100%;
  font-weight: bold;
  transition: .3s;
  align-items: center;
}
.csrTopOtherlinkList li a:hover {
  opacity: .7;
}
.csrTopOtherlinkList li a img {
  padding-right: 24px;
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .csrTopOtherlinkList li a img {
    padding-right: 12px;
    width: 120px;
  }
}
/* =================================================
csrTopTopics
================================================= */
.csrTopTopicsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.csrTopTopicsList .item {
  border: 1px solid #e5e5e5;
  width: 32%;
  margin-top: 20px;
}
.csrTopTopicsList .item a:hover {
  opacity: 0.6;
  transition: .3s;
}
.csrTopTopicsList .item .image {
  height: 160px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.csrTopTopicsList .item .image img {
  height: 100%;
  position: absolute;
  margin: 0 auto;
  left: -50%;
  right: -50%;
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .csrTopTopicsList .item {
    display: block;
  }
}
.csrTopTopicsList .item dt {
  font-weight: bold;
  padding: 10px 10px 0;
}
.csrTopTopicsList .item dd {
  padding: 0 10px 10px;
  line-height: 1.7
}
@media screen and (max-width: 768px) {
  .csrTopTopicsList .item {
    width: 49%;
  }
}
.csrTopTopicsList .item dd a {
  text-decoration: underline;
}
.csrTopTopicsBacknumber {
  margin-top: 24px;
  text-align: right;
}
/* =================================================
csrTopLink
================================================= */
@media screen and (max-width: 1024px) {
  .csrTopLink {
    margin-top: 40px;
    padding: 0 15px;
  }
}
.csrTopLinkList > ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.csrTopLinkList > ul > li {
  margin-top: 16px;
  width: 33.33333%;
  border-left: 1px solid #e5e5e5;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .csrTopLinkList > ul > li {
    width: 50%;
    font-size: 1.3rem;
  }
}
.csrTopLinkList > ul > li:nth-of-type(3n) {
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .csrTopLinkList > ul > li:nth-of-type(2n) {
    border-right: 1px solid #e5e5e5;
  }
  .csrTopLinkList > ul > li:nth-of-type(n+3) {
    margin-top: 20px;
    border-right: none;
  }
}
.csrTopLinkList > ul > li:last-child {
  border-right: 1px solid #e5e5e5;
}
.csrTopLinkList > ul > li > a {
  display: flex;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 1.5;
  transition: .2s;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .csrTopLinkList > ul > li > a {
    background-position: right 10px center;
  }
}
.csrTopLinkList > ul > li > a:hover {
  opacity: .7;
}
.icon-csrtop-link-arrow, .icon-csrtop-link-win {
  position: relative;
}
.icon-csrtop-link-arrow::before, .icon-csrtop-link-win::before {
  position: absolute;
  top: 45%;
  left: 16px;
  color: #0066b3;
  font-size: 70%;
}
@media screen and (max-width: 1024px) {
  .icon-csrtop-link-arrow::before, .icon-csrtop-link-win::before {
    position: absolute;
    left: 6px;
  }
}
.icon-csrtop-link-arrow::before {
  content: '\e900';
}
.icon-csrtop-link-win::before {
  content: '\e907';
}
/* =================================================
csrTopBnr
================================================= */
.csrTopBnrList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.csrTopBnrList.csrTopBnrCnv {
  justify-content: center;
  min-height: 139.25px;
}
@media screen and (max-width: 1024px) {
  .csrTopBnrList {
    display: block;
  }
  .csrTopBnrList.csrTopBnrCnv {
    min-height: none;
    margin-top: 1em;
  }
}
.csrTopBnrList > li {
  margin: 0 0 20px 0;
  width: calc(32.9% - 10px);
}
.csrTopBnrList.csrTopBnrCnv > li {
  min-height: 139.25px;
}
@media screen and (max-width: 1024px) {
  .csrTopBnrList > li {
    margin: 0;
    width: 100%;
    height: 132px;
  }
  .csrTopBnrList > li + li {
    margin-top: 1em;
  }
  .csrTopBnrList.csrTopBnrCnv > li {
    min-height: none;
  }
}
.csrTopBnrList > li:nth-of-type(3) {
  margin-right: 0;
}
.csrTopBnrList > li.ir {
  background: url(/files/img/sustainability/top2/bnr_bg_01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.csrTopBnrList > li.so {
  background: url(/files/img/sustainability/top2/bnr_bg_02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.csrTopBnrList > li.daigas {
  background: url(/files/img/sustainability/top2/bnr_bg_03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.csrTopBnrList > li.cnv {
  background: url(/files/img/sustainability/top2/bnr_bg_04.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.csrTopBnrList > li a {
  position: relative;
  display: block;
  display: flex;
  padding: 12px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.csrTopBnrList > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
  opacity: .4;
  transition: .3s;
}
.csrTopBnrList > li > a:hover:before {
  opacity: .6;
}
.csrTopBnrList > li a > span {
  position: relative;
  z-index: 1;
}
.csrTopBnrList > li a > span .small {
  font-weight: normal;
  font-size: 90%;
}
.csrTopBnrList > li.daigas a > span {
  display: flex;
  text-align: left;
  align-items: center;
}
.csrTopBnrList > li.daigas a img {
  padding-right: 16px;
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .csrTopBnrList > li.daigas a img {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .csrTopBnrList > li.daigas a img {
    width: 35%;
  }
}
/* 英語のみ */
@media screen and (min-width: 1024px) {
  html[lang='en'] .csrTopBnrList {
    justify-content: center;
  }
  html[lang='en'] .csrTopBnrList > li {
    margin-right: 0;
    min-height: 120px;
    width: 60%;
    background-position: center 70%;
  }
}