@charset "UTF-8";
/* ************************************************************************************

                                全体ページ共通

************************************************************************************ */
.w1200 {
  margin: 0 auto;
  max-width: 1200px;
}

.w1500 {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 5%;
}
@media screen and (max-width: 1000px) {
  .w1500 {
    padding: 0 4% 0 12%;
  }
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.text-l {
  text-align: left !important;
}

.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 0.9em;
}

.bullet {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0 !important;
}

.footer {
  position: relative;
  z-index: 1;
}

a[target=_blank]::after {
  content: none;
}

sub {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

main {
  position: relative;
  z-index: 1;
}
main * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}
main a {
  transition: all 0.3s;
}
main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: -1;
}

.con {
  position: relative;
  padding-top: 340px;
}
@media screen and (max-width: 1000px) {
  .con {
    padding-top: 50vw;
  }
}
.con__header {
  position: relative;
  z-index: 1;
}
.con__header-main {
  width: 66%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .con__header-main {
    width: 100%;
    margin-bottom: 80px;
  }
}
.con__header-ttl {
  font-size: 3.5em;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 16px;
  text-shadow: 6px 0 0 #fff;
  line-height: 0.6;
}
@media screen and (max-width: 1000px) {
  .con__header-ttl {
    font-size: 3em;
  }
}
.con__header-ttl span.small {
  font-size: 0.5em;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 0.4;
  text-shadow: 6px 0 0 #fff;
}
.con__header-subttl {
  position: relative;
  font-size: 2.2em;
  font-weight: 700;
  padding-left: 1.8em;
  line-height: 1;
  margin: 0.8em 0 0.5em;
}
.con__header-subttl::before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  top: -10%;
}
.con__header-subttl span.small {
  font-size: 0.6em;
}
.con__header-txt {
  font-size: 1.2em;
}
.con__header-img {
  position: absolute;
  width: 80%;
  top: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .con__header-img {
    width: 100%;
  }
}
.con__main {
  padding-bottom: 200px;
}
@media screen and (max-width: 1000px) {
  .con__main {
    padding: 0 2% 200px 10%;
  }
}
.con .breadcrumb {
  background: none;
  padding-top: 0;
  padding-bottom: 2em;
}
.con .breadcrumb a {
  padding-bottom: 4px;
}
.con .breadcrumb__scroll {
  overflow-y: hidden;
}

/* ***********************************
　　　　　　　ページリンク
*********************************** */
.pagelink {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 4%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .pagelink {
    padding: 60px 4% 60px 10%;
  }
}
.pagelink__ttl {
  position: absolute;
  display: inline-block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(5.875rem, 4.631rem + 5.31vw, 11rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -0.2em;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .pagelink__ttl {
    letter-spacing: 1px;
    padding: 0 0 0 6%;
  }
}
.pagelink__list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}
.pagelink__listitem {
  width: calc(33.3333333333% - 20px);
  max-width: 340px;
  margin: 0.8em;
}
@media screen and (max-width: 1000px) {
  .pagelink__listitem {
    width: 100%;
    max-width: 560px;
  }
}
.pagelink__listitem a {
  display: block;
  padding: 1.5em 1em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.pagelink__listitem a:hover {
  box-shadow: none;
}
.pagelink__listitem a:hover .pagelink__listitem-icon {
  opacity: 0.6;
}
.pagelink__listitem a:hover .pagelink__listitem-btn span.arrow > img {
  transform: translateX(20px);
}
.pagelink__listitem a:hover .pagelink__listitem-btn .leftarrow {
  left: 0;
}
.pagelink__listitem-icon {
  width: 18%;
  margin: 0 auto;
  transition: all 0.3s;
}
.pagelink__listitem-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.4;
  margin-top: 0.8em;
}
.pagelink__listitem-txt {
  margin-top: 0.5em;
  line-height: 1.6;
}
.pagelink__listitem-btn {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 5px 0 8px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-top: 16px;
  overflow: hidden;
}
.pagelink__listitem-btn::before {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: contain;
  transform-origin: 100% 50%;
  transform: translateX(-130%);
  transition: transform ease-in-out 0.8s;
}
.pagelink__listitem-btn span.arrow {
  position: absolute;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  right: 8%;
  top: 22%;
}
@media screen and (max-width: 1000px) {
  .pagelink__listitem-btn span.arrow {
    width: 1.2em;
    height: 1.2em;
  }
}
.pagelink__listitem-btn span.arrow img {
  position: absolute;
  width: 35%;
  transition: all 0.7s;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
}
.pagelink__listitem-btn span.arrow .leftarrow {
  position: absolute;
  display: block;
  padding: 12px;
  background: none;
  width: 100%;
  height: 100%;
  left: -60px;
  top: 0;
  transition: all 0.7s;
}

/* ***********************************
　　　　　　　ページ内構成
*********************************** */
.sinner {
  position: relative;
  width: 95%;
  margin: 80px auto;
  max-width: 1200px;
  z-index: 1;
  background: #fff;
  border-radius: 24px;
  padding: 80px 40px;
}
@media screen and (max-width: 1000px) {
  .sinner {
    padding: 60px 20px;
  }
}
.sinner__h3 {
  position: relative;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1.4em;
  border-bottom: 3px solid #D9D9D9;
  padding-bottom: 0.2em;
  margin-top: 2em;
}
.sinner__h3::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  left: 0;
  bottom: -3px;
}
.sinner > .sinner__h3:first-child {
  margin-top: 0;
}
.sinner > .sinner__h5:first-child {
  margin-top: 0;
}
.sinner__h4 {
  position: relative;
  font-size: 1.6em;
  font-weight: 700;
  padding-left: 1.5em;
  margin: 1.5em 0 0.2em;
}
.sinner__h4::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/icon-h4.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 20%;
}
@media screen and (max-width: 1000px) {
  .sinner__h4::before {
    width: 0.9em;
    height: 0.9em;
    top: 25%;
  }
}
.sinner__h4--top {
  margin-top: 0;
}
.sinner__h5 {
  font-size: 1.4em;
  font-weight: 700;
  background: #F1F1F1;
  margin-top: 1em;
  padding: 0.5em 1em 0.5em 1em;
  margin: 2.5em 0 1.2em;
}
.sinner__h6 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 1.5em 0 0.2em;
}
.sinner__h6 + .sinner__txt {
  margin-top: 0;
}
.sinner__h6 + .sinner__flx {
  margin-top: 0;
}
.sinner__unker {
  margin: 1em auto 2.5em;
}
@media screen and (max-width: 1000px) {
  .sinner__unker--top {
    padding: 0 2% 0 10%;
  }
}
.sinner__unker ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sinner__unker ul li {
  display: inline-block;
  margin: 0.5em 1em;
}
.sinner__unker ul li a {
  position: relative;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.5em 0;
  padding-right: 2.5em;
}
.sinner__unker ul li a span.arrow {
  position: absolute;
  display: block;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  right: 0;
  top: 20%;
}
@media screen and (max-width: 1000px) {
  .sinner__unker ul li a span.arrow {
    top: 20%;
  }
}
.sinner__unker ul li a span.arrow img {
  position: absolute;
  width: 25%;
  transition: all 0.7s;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35%;
  transform: rotate(90deg);
}
.sinner__unker ul li a span.arrow .toparrow {
  position: absolute;
  display: block;
  padding: 12px;
  background: none;
  width: 100%;
  height: 100%;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.7s;
}
.sinner__unker ul li a:hover {
  box-shadow: none;
}
.sinner__unker ul li a:hover span.arrow > img {
  transform: translateY(20px) rotate(90deg);
}
.sinner__unker ul li a:hover span.arrow .toparrow {
  top: 0;
}
.sinner__txt {
  margin: 1em 0;
}
.sinner__txt--mb0 {
  margin-bottom: 0;
}
.sinner__img {
  position: relative;
  text-align: center;
  margin: 1em 0 1.5em;
}
.sinner__img--w100 img {
  width: 100%;
}
.sinner__img-r {
  text-align: right;
}
.sinner__number {
  margin: 1em 0;
}
.sinner__number ul {
  display: flex;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #C7C7C7;
  padding: 1.5em 0;
}
.sinner__number ul li:nth-child(1) {
  width: 4em;
  text-align: center;
  position: relative;
  color: #fff;
  z-index: 1;
  line-height: 1.5;
}
.sinner__number ul li:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  background: #4D4D4D;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}
.sinner__number ul li:nth-child(2) {
  width: calc(100% - 5em);
}
.sinner__number ul li:nth-child(3) {
  margin-top: 0.5em;
  width: calc(100% - 4em);
  margin-right: 0;
  margin-left: auto;
  padding-top: 0;
}
.sinner__tableover {
  overflow: auto;
  width: 100%;
}
.sinner__tablewrap {
  margin: 1em 0 2em;
}
.sinner__tablewrap--mt05 {
  margin-top: 0.5em;
}
.sinner__table {
  width: 100%;
  background-color: #fff;
  table-layout: fixed;
  font-size: 1.1em;
  border: 1px solid #595959;
  border-collapse: collapse;
}
@media screen and (max-width: 1000px) {
  .sinner__table {
    font-size: 0.9em;
  }
}
.sinner__table tbody {
  vertical-align: middle;
}
.sinner__table td,
.sinner__table th {
  padding: 1em 0.5em;
  border: 1px solid #595959;
  border-collapse: collapse;
  vertical-align: middle;
  background: #fff;
}
.sinner__table ol {
  margin-left: 2.5em;
}
.sinner__table ol li {
  list-style: decimal;
}
.sinner__table-header {
  font-weight: 700;
  font-size: 1em;
}
.sinner__table td ul li {
  list-style: disc;
  margin-left: 1.65em;
}
.sinner__table .sticky-left {
  position: sticky;
  left: 0;
  z-index: 1;
}
.sinner__table .sticky-left:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000;
}
.sinner__table .sticky-left::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #000;
}
.sinner__table .sticky-left--white::before {
  border-left: 1px solid #fff;
}
.sinner__table .sticky-left--white::after {
  border-right: 1px solid #fff;
}
.sinner__tabletxt {
  margin-top: 1em;
  font-size: 0.9em;
}
.sinner__flx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin: 1.5em 0;
}
@media screen and (max-width: 1000px) {
  .sinner__flx {
    flex-wrap: wrap;
    gap: 0;
  }
}
.sinner__flx-txt-img {
  align-items: flex-start;
}
.sinner__flx-txt-img .sinner__txt {
  width: 60%;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .sinner__flx-txt-img .sinner__txt {
    width: 100%;
  }
}
.sinner__flx-txt-img .sinner__txt.w70 {
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .sinner__flx-txt-img .sinner__txt.w70 {
    width: 100%;
  }
}
.sinner__flx-img {
  text-align: center;
  font-size: 0.9em;
}
@media screen and (max-width: 1000px) {
  .sinner__flx-img {
    width: 100%;
    margin-bottom: 1em;
  }
}
.sinner__btn {
  width: 90%;
  max-width: 550px;
  margin: 1.5em auto 3.5em;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .sinner__btn {
    max-width: 800px;
    width: 100%;
  }
}
.sinner__btn a {
  position: relative;
  display: block;
  height: auto;
  border-radius: 999px;
  padding: 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 96px;
  font-size: 1.1em;
}
.sinner__btn a span.btn {
  width: 88%;
  font-weight: 700;
  display: flex;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .sinner__btn a span.btn {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .sinner__btn a {
    padding: 1em 1em 1em 1.5em;
    min-height: 80px;
    font-size: 1em;
  }
}
.sinner__btn a::before {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../img/arrow-white.svg) no-repeat;
  background-size: contain;
  transform-origin: 100% 50%;
  transform: translateX(-130%);
  transition: transform ease-in-out 0.8s;
}
.sinner__btn a span.arrow {
  position: absolute;
  display: block;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  right: 3%;
  top: 20%;
}
@media screen and (max-width: 1000px) {
  .sinner__btn a span.arrow {
    top: 20%;
  }
}
.sinner__btn a span.arrow img {
  position: absolute;
  width: 25%;
  transition: all 0.7s;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35%;
}
.sinner__btn a span.arrow .leftarrow {
  position: absolute;
  display: block;
  padding: 12px;
  background: none;
  width: 100%;
  height: 100%;
  left: -80px;
  top: 0;
  transition: all 0.7s;
}
.sinner__btn a:hover {
  box-shadow: none;
}
.sinner__btn a:hover span.arrow > img {
  transform: translateX(40px);
}
.sinner__btn a:hover span.arrow .leftarrow {
  left: 0;
}
.sinner__btn a span.linkpdf {
  display: inline-block;
  width: 1.5em;
  height: 1.2em;
  background: url(../img/icon_open_pdf.svg) no-repeat;
  background-size: contain;
  margin-right: 6px;
  margin-top: 0.2em;
}
@media screen and (max-width: 1000px) {
  .sinner__btn a span.linkpdf {
    width: 2.5em;
  }
}
.sinner__btn a span.linktarget {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/icon_open.svg) no-repeat;
  background-size: contain;
  margin-right: 6px;
  margin-top: 0.2em;
}
@media screen and (max-width: 1000px) {
  .sinner__btn a span.linktarget {
    width: 2em;
  }
}
.sinner__notice {
  margin: 0.5em 0;
}
.sinner__notice p {
  font-size: 0.9em;
}
.sinner__lists {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
  padding-left: 1em;
}
@media screen and (max-width: 1000px) {
  .sinner__lists {
    flex-direction: column;
  }
}
.sinner__lists dt {
  display: flex;
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .sinner__lists dt {
    width: 100%;
  }
}
.sinner__lists dt::before {
  content: "・";
}
@media screen and (max-width: 1000px) {
  .sinner__lists dd {
    padding-left: 1em;
  }
}
.sinner__lists--Ltext {
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .sinner__lists--Ltext {
    width: 100%;
  }
}
.sinner__textlist ul li {
  list-style: disc;
  margin-left: 1.65em;
}
.sinner__accordion-ttl {
  position: relative;
  cursor: pointer;
  background: #F1F1F1;
  margin-top: 1em;
  padding: 1em;
  margin: 1.8em 0 1.2em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .sinner__accordion-ttl {
    display: block;
  }
}
.sinner__accordion-ttl p {
  font-size: 1.4em;
  font-weight: 700;
}
.sinner__accordion-ttl .switch {
  color: #003D76;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .sinner__accordion-ttl .switch {
    text-align: right;
  }
}
.sinner__modalbtn {
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  font-size: 1.2em;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  right: 2%;
  top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .sinner__modalbtn {
    top: -2%;
    width: 1.5em;
    height: 1.5em;
  }
}
.sinner__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}
.sinner__modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.sinner__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  overflow: auto;
  height: auto;
  width: 60%;
  max-width: 550px;
  padding: 3em 1.5em 2em;
  overflow: visible;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .sinner__modal-content {
    top: 50%;
    width: 85%;
    margin: 0 2% 0 4%;
  }
}
.sinner__modal-content-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.sinner__modal .close-btn {
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 2em;
  cursor: pointer;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
}

.anime-b2 {
  opacity: 0;
  visibility: hidden;
  transition: 3s;
  transition-delay: 1.4s;
}

.anime-b3 {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transition-delay: 2.2s;
}

.anime-fv1 {
  opacity: 0;
  animation: fvanm 2.5s 0.4s ease-in-out 1 forwards;
}

.anime-fv2 {
  opacity: 0;
  animation: fvanm 2s 1s ease-in-out 1 forwards;
}

.anime-fv3 {
  opacity: 0;
  animation: fvanm 2s 2s ease-in-out 1 forwards;
}

@keyframes fvanm {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transform: scale(1);
}

/* ************************************************************************************

                                ヘッダー

************************************************************************************ */
.gnav__inner {
  justify-content: center;
  width: 88%;
  margin-left: auto;
}

.gnav-box {
  width: 72%;
  margin-right: 2em;
}

.miraiaction {
  width: 7%;
  max-width: 100px;
  left: 0;
  top: 0;
  background: #fff;
  padding: 0 1rem 1rem;
  border-radius: 0 0 10px 0;
  z-index: 10;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1300px) {
  .miraiaction {
    width: 6%;
    padding: 0 0.5rem 0.5rem;
    top: 3.4375rem;
  }
}
@media screen and (max-width: 1000px) {
  .miraiaction {
    width: 12%;
    top: 13.3333333333vw;
  }
}

.gnav-logo {
  width: 20%;
}

.gnav-tool {
  width: 280px;
}

.gnav-tool__list {
  padding: 12px 24px;
}

.miraiaction-tab {
  width: 18%;
  height: 100%;
  margin-right: 1em;
}
@media screen and (max-width: 1000px) {
  .miraiaction-tab {
    width: 25%;
  }
}
.miraiaction-tab img {
  display: block;
  height: 100%;
  width: auto;
}

.gnav-flx-mirai-youme {
  display: flex;
  align-items: center;
}

.gnav-hamburger-none-active .gnav-flx-mirai-youme a {
  height: 100%;
  width: 10.625rem;
}

/* ************************************************************************************

                                画面左固定メニュー

************************************************************************************ */
.drawermenu {
  z-index: 999;
}
.drawermenu__btn {
  top: 0;
  position: absolute;
  right: -10%;
  top: 6%;
  width: 10%;
  z-index: 999;
}
@media screen and (max-width: 1000px) {
  .drawermenu__btn {
    right: -12%;
    width: 12%;
  }
}
.drawermenu__btn-item {
  width: 100%;
  text-align: center;
  padding: 0 0.6em;
  letter-spacing: 2px !important;
  border: 1px solid #fff;
  border-left: none;
  color: #fff;
  background: #1E7828;
  text-align: center;
  font-weight: 700;
  writing-mode: vertical-rl;
  cursor: pointer;
  font-size: 0.9em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .drawermenu__btn-item {
    font-size: 0.8em;
  }
}
.drawermenu__btn-item--sustainability {
  border-radius: 0 12px 0 0;
  height: 22vh;
  max-height: 200px;
}
@media screen and (max-width: 1000px) {
  .drawermenu__btn-item--sustainability {
    max-height: none;
    height: 18vh;
  }
}
.drawermenu__btn-item--environment {
  background: #003D76;
  height: 10vh;
  max-height: 140px;
}
@media screen and (max-width: 1000px) {
  .drawermenu__btn-item--environment {
    height: 9vh;
  }
}
.drawermenu__btn-item--social {
  background: #D91313;
  height: 10vh;
  max-height: 140px;
}
@media screen and (max-width: 1000px) {
  .drawermenu__btn-item--social {
    height: 9vh;
  }
}
.drawermenu__btn-item--governance {
  background: #E27900;
  height: 16vh;
  max-height: 180px;
}
@media screen and (max-width: 1000px) {
  .drawermenu__btn-item--governance {
    height: 12vh;
  }
}
.drawermenu__btn-item--sdgs {
  background: #10A8D5;
  border-radius: 0 0 12px 0;
  text-orientation: upright;
  height: 12vh;
  max-height: 150px;
}
@media screen and (max-width: 1000px) {
  .drawermenu__btn-item--sdgs {
    height: 11vh;
  }
}
.drawermenu__list {
  position: fixed;
  transform: translateX(-100%);
  width: 30%;
  height: 80%;
  padding: 2.5em 1em 1em 1.5em;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 20px 20px 0;
  width: 400px;
  top: 18%;
  z-index: 999;
}
@media screen and (max-width: 1000px) {
  .drawermenu__list {
    width: 80%;
    top: 22%;
    height: 76%;
  }
}
.drawermenu__list.open {
  transform: translateX(0);
}
.drawermenu__list.hide {
  display: none;
}
.drawermenu__list .drawerclose {
  position: absolute;
  right: 1em;
  top: 0.5em;
  cursor: pointer;
  display: block;
  z-index: 10;
}
.drawermenu__list ul {
  display: flex;
  flex-wrap: wrap;
}
.drawermenu__list ul li {
  width: 100%;
}
.drawermenu__list__wrap {
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-right: 1em;
}
.drawermenu__list a {
  position: relative;
  display: block;
  padding: 0.2em 0;
}
.drawermenu__list a:hover {
  opacity: 0.8;
}
.drawermenu__list .mainttl {
  border-bottom: 1px solid #1E7828;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.drawermenu__list .mainttl a {
  font-size: 1.5em;
  font-weight: 700;
  color: #1E7828;
}
.drawermenu__list .mainttl a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/top/btn-icon.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 30%;
}
.drawermenu__list .underttl a::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/top/arrow-top.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 30%;
}
.drawermenu__list ul li {
  order: 100;
}

.scroll-hint-icon {
  top: calc(10% - 25px);
}

.sdgstop::before {
  content: none;
}
.sdgstop.con {
  padding: 0;
}
.sdgstop .fv {
  position: relative;
  min-height: 120vh;
  padding-top: 20vh;
  padding-bottom: 28vh;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  border-bottom-left-radius: 50% 15%;
  border-bottom-right-radius: 50% 15%;
}
@media screen and (max-width: 1000px) {
  .sdgstop .fv {
    border-bottom-left-radius: 50% 5%;
    border-bottom-right-radius: 50% 5%;
  }
}
.sdgstop .fv__parallax {
  background: url(../img/top/top-fvbg.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  clip-path: url(#clip-arch);
}
@media screen and (max-width: 1000px) {
  .sdgstop .fv__parallax {
    background-attachment: unset;
    background-position: unset;
  }
}
.sdgstop .fv__circle {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sdgstop .fv__circle--01 {
  top: 10%;
  margin-left: 15%;
  animation: twinkle 2.4s ease-in-out infinite alternate;
}
.sdgstop .fv__circle--02 {
  top: 16%;
  margin-right: 30%;
  animation: twinkle 3s 0.3s ease-in-out infinite alternate;
}
.sdgstop .fv__circle--03 {
  top: 28%;
  margin-left: 50%;
  animation: twinkle 2.4s ease-in-out infinite alternate;
}
@media screen and (max-width: 1000px) {
  .sdgstop .fv__circle--03 {
    top: 40%;
    left: auto;
    right: 4%;
    width: 40%;
  }
}
.sdgstop .fv__circle--04 {
  margin-left: 65%;
  top: 25%;
  animation: twinkle 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 1000px) {
  .sdgstop .fv__circle--04 {
    width: 22%;
    left: auto;
    right: -4%;
    top: 36%;
  }
}
.sdgstop .fv__circle--05 {
  top: 35%;
  margin-right: 68%;
  width: 14%;
  opacity: 0.6;
  animation: twinkle 2.4s 0.2s ease-in-out infinite alternate;
}
@media screen and (max-width: 1000px) {
  .sdgstop .fv__circle--05 {
    right: auto;
    left: 4%;
  }
}
.sdgstop .fv__circle--06 {
  margin-right: 10%;
  top: 55%;
  opacity: 0.8;
  animation: twinkle 2.63s 0.1s ease-in-out infinite alternate;
}
@media screen and (max-width: 1000px) {
  .sdgstop .fv__circle--06 {
    width: 30%;
    right: auto;
    left: 20%;
  }
}
.sdgstop .fv__txt {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 60px;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .sdgstop .fv__txt {
    margin-bottom: 20px;
    width: 78%;
  }
}
.sdgstop .fv__txt p {
  color: #fff;
  line-height: 2.4;
  font-size: 1.2em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1000px) {
  .sdgstop .fv__txt p {
    font-size: 0.9em;
  }
}
.sdgstop .fv__h2 {
  position: relative;
  width: 60%;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .sdgstop .fv__h2 {
    width: 75%;
  }
}
.sdgstop .fv__subttl {
  position: relative;
  width: 40%;
  margin: 0 auto;
  max-width: 800px;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .sdgstop .fv__subttl {
    width: 65%;
  }
}
.sdgstop .fv .scrolldown {
  margin-top: 40px;
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
}
.sdgstop .fv .scrolldown span {
  display: block;
}
.sdgstop .fv .scrolldown .arrow_01 {
  display: block;
  position: absolute;
  top: 240%;
  left: 50%;
  width: 20px;
  height: 50px;
  transform: translate(-50%, -50%);
  animation: scroll_01 3s infinite;
}
.sdgstop .fv .scrolldown .arrow_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
.sdgstop .fv .scrolldown .arrow_01::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 70%;
  width: 20px;
  height: 12px;
  border-bottom: 2px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}
@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
.sdgstop .con__main {
  background: url(../img/top/top-bg.png) repeat-y;
  background-size: 100% auto;
}
.sdgstop .con__mainitem {
  width: 95%;
  margin: 80px auto;
  max-width: 1200px;
  z-index: 1;
  background: #fff;
  border-radius: 24px;
  padding: 80px 60px;
  box-shadow: 0 0 20px rgba(140, 235, 129, 0.4);
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__mainitem {
    padding: 60px 20px;
    margin: 40px auto;
  }
}
.sdgstop .con__mainitem--flx {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__mainitem--flx {
    flex-wrap: wrap;
    gap: 0;
  }
}
.sdgstop .con__mainitem--item {
  padding: 40px 60px;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__mainitem--item {
    padding: 40px 20px;
  }
}
.sdgstop .con__mainitem li .con__item__upimg {
  overflow: hidden;
}
.sdgstop .con__mainitem li .con__item__upimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  aspect-ratio: 109/58;
  height: auto;
  object-position: center;
  transition: all 0.3s;
}
.sdgstop .con__mainitem li:hover .con__item__upimg img {
  transform: scale(1.1);
}
.sdgstop .con__topwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__topwrap {
    flex-wrap: wrap;
    gap: 0;
  }
}
.sdgstop .con__messagebtn {
  position: relative;
  height: auto;
  border-radius: 999px;
  padding: 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background: #499251;
  color: #fff;
  font-size: 1.1em;
}
.sdgstop .con__messagebtn span.btn {
  width: 90%;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__messagebtn span.btn {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__messagebtn {
    padding: 1em 1em 1em 1.5em;
    min-height: auto;
    font-size: 1em;
    width: 90%;
    margin-top: 1em;
  }
}
.sdgstop .con__messagebtn::before {
  content: "";
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../img/arrow-white.svg) no-repeat;
  background-size: contain;
  transform-origin: 100% 50%;
  transform: translateX(-130%);
  transition: transform ease-in-out 0.8s;
}
.sdgstop .con__messagebtn span.arrow {
  position: absolute;
  display: block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  right: 3%;
  top: 20%;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__messagebtn span.arrow {
    top: 20%;
  }
}
.sdgstop .con__messagebtn span.arrow img {
  position: absolute;
  width: 25%;
  transition: all 0.7s;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35%;
}
.sdgstop .con__messagebtn span.arrow .leftarrow {
  position: absolute;
  display: block;
  padding: 12px;
  background: none;
  width: 100%;
  height: 100%;
  left: -80px;
  top: 0;
  transition: all 0.7s;
}
.sdgstop .con__messagebtn:hover {
  box-shadow: none;
}
.sdgstop .con__messagebtn:hover span.arrow > img {
  transform: translateX(40px);
}
.sdgstop .con__messagebtn:hover span.arrow .leftarrow {
  left: 0;
}
.sdgstop .con__item {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__item {
    margin-bottom: 2em;
  }
}
.sdgstop .con__item--w50 {
  width: 50%;
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__item--w50 {
    width: 100%;
    max-width: none;
  }
}
.sdgstop .con__item--w50 .con__item-img {
  border-radius: 10px 10px 0 0;
}
.sdgstop .con__item--w50 .con__item__icon {
  position: absolute;
  bottom: 3%;
  right: 3%;
}
.sdgstop .con__item--w50 .con__item-txtwrap {
  padding-bottom: 3em;
}
.sdgstop .con__item--w30 {
  width: 30%;
  padding: 1.5em 1em;
  min-width: 320px;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__item--w30 {
    width: 100%;
    min-width: auto;
  }
}
.sdgstop .con__item--w30 .con__item__categoryttl a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #499251;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sdgstop .con__item--w30 .con__item__categoryttl-icon {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__item--w30 .con__item__categoryttl-icon {
    width: 16%;
  }
}
.sdgstop .con__item--w30 .con__item__categoryttl-ttl {
  margin-left: 1em;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1;
  width: 70%;
}
.sdgstop .con__item--w30 .con__item__categoryttl-ttl span.small {
  font-size: 0.6em;
  color: #499251;
}
.sdgstop .con__item--w30 .con__item__linklists-link {
  padding: 0.5em 0;
}
.sdgstop .con__item--w30 .con__item__linklists-link a {
  position: relative;
  display: block;
}
.sdgstop .con__item--w30 .con__item__linklists-link a::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/top/arrow-top.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 30%;
  transition: all 0.3s;
}
.sdgstop .con__item--w30 .con__item__linklists-link a:hover {
  color: #499251;
}
.sdgstop .con__item--w30 .con__item__linklists-link a:hover::after {
  right: -1%;
}
.sdgstop .con__item--w100 {
  width: 100%;
  max-width: 1020px;
}
.sdgstop .con__item--w100 a {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__item--w100 a {
    display: block;
  }
}
.sdgstop .con__item--w100 .con__item__h4,
.sdgstop .con__item--w100 p {
  margin: 0;
}
.sdgstop .con__item--w100 .con__item-txtwrap {
  padding-right: 3em;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__item--w100 .con__item-txtwrap {
    padding-right: 0;
    padding-bottom: 3em;
  }
}
.sdgstop .con__item--w100 .con__item__icon {
  position: absolute;
  right: 3%;
  top: 40%;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__item--w100 .con__item__icon {
    bottom: 5%;
    right: 3%;
    top: auto;
  }
}
.sdgstop .con__item a {
  width: 100%;
}
.sdgstop .con__item a .con__item-img {
  overflow: hidden;
}
.sdgstop .con__item a .con__item-img img {
  transition: all 0.3s;
}
.sdgstop .con__item a:hover .con__item-img img {
  transform: scale(1.1);
}
.sdgstop .con__item-txtwrap {
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__item-img img {
    width: 100%;
  }
}
.sdgstop .con__item__h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__item__h3 {
    justify-content: space-between;
    padding-bottom: 0.5em;
  }
}
.sdgstop .con__item__h3 .sinner__btn {
  width: 20%;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .sdgstop .con__item__h3 .sinner__btn {
    width: 70%;
    max-width: 300px;
    margin-left: auto;
    margin-top: 0.5rem;
  }
}
.sdgstop .con__item__h3 .sinner__btn a {
  padding: 14px 24px;
  font-size: 1rem;
}
.sdgstop .con__item__h3 .sinner__btn a span.arrow {
  width: 2em;
  height: 2em;
  top: 18%;
}
.sdgstop .con__item__h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 8px;
}
.sdgstop .con__item__txt {
  margin: 1em 0;
}
.sdgstop .con__item__up {
  text-align: right;
  color: #A1A1A1;
  font-size: 0.7em;
  margin-bottom: 0.5em;
}
.sdgstop .con__item__upttl {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.4;
}
.sdgstop .con__item__uptxt {
  padding: 1em 1em 2em;
}
.sdgstop .con__item__modalbtn {
  cursor: pointer;
}
.sdgstop .con__item__icon {
  text-align: right;
}
.sdgstop .con__item__upimg {
  border-radius: 10px 10px 0 0;
}
.sdgstop .sinner__h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
.sdgstop .sinner__h3::before {
  background: #499251;
}
.sdgstop .sinner__h5 {
  background: none;
  border-left: 5px solid #499251;
  margin: 1em 0 0;
}
.sdgstop .sinner__btn {
  margin: 0;
  margin-top: 1em;
}
.sdgstop .sinner__btn a {
  padding: 16px 24px;
  min-height: auto;
  background: #499251;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .sdgstop .sinner__btn a {
    min-height: 50px;
  }
}
.sdgstop .sinner__btn a span.arrow {
  background: #fff;
  width: 2.5em;
  height: 2.5em;
  top: 16%;
}
@media screen and (max-width: 1000px) {
  .sdgstop .sinner__btn a span.arrow {
    top: 19%;
    max-width: 50px;
    max-height: 50px;
  }
}
.sdgstop .sinner__modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  height: 35%;
  min-height: 450px;
  width: 88%;
  max-width: 650px;
  background: #fff;
  padding: 60px 20px;
}
.sdgstop .sinner__modal-content #movie {
  position: relative;
  z-index: 10;
}
.sdgstop .sinner__modal-content #movie .movie-youtube {
  text-align: center;
  position: relative;
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .sdgstop .sinner__modal-content #movie .movie-youtube {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000px) {
  .sdgstop .sinner__modal-content #movie .movie-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sdgstop .sinner__modal-content--top {
  width: 90%;
  max-width: 1200px;
  height: 84%;
  padding: 60px 3em;
  top: 55%;
}
@media screen and (max-width: 1000px) {
  .sdgstop .sinner__modal-content--top {
    padding: 40px 1em;
    width: 85%;
    height: 65%;
    margin: 0 2% 0 4%;
  }
}
.sdgstop .sinner__modal-scrollwrap {
  overflow-y: scroll;
  height: 100%;
  padding: 60px 4em;
}
@media screen and (max-width: 1000px) {
  .sdgstop .sinner__modal-scrollwrap {
    padding: 0;
  }
}
.sdgstop .sinner__modal-ttl {
  text-align: center;
  font-size: 2em;
}
@media screen and (max-width: 1000px) {
  .sdgstop .sinner__modal-ttl {
    font-size: 1.8em;
  }
}
.sdgstop .sinner__modal-txt {
  font-size: 1.6em;
  color: #C70078;
}
@media screen and (max-width: 1000px) {
  .sdgstop .sinner__modal-txt {
    font-size: 1.4em;
  }
}
.sdgstop .sinner__modal-sign {
  text-align: right;
  max-width: 200px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .sdgstop .sinner__modal-sign {
    max-width: 160px;
  }
}

.newsrelease ul {
  margin-top: 1em;
}
.newsrelease ul li a {
  display: inline-block;
  padding: 0.5em 0;
}
.newsrelease ul li a span {
  margin-right: 2em;
}
@media screen and (max-width: 1000px) {
  .newsrelease ul li a span {
    display: block;
  }
}

.lists ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.lists ul li {
  width: 30%;
  margin: 0 1em 1em;
}
@media screen and (max-width: 1000px) {
  .lists ul li {
    width: 100%;
    margin: 0 1em 2em;
  }
}
.lists ul a {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.lists img {
  width: 100%;
}

.sliderlists .arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1em;
  position: relative;
}
.sliderlists .arrow_box .prev-arrow,
.sliderlists .arrow_box .next-arrow {
  display: block;
  width: 2em;
  height: 2em;
  background: #499251;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.sliderlists .arrow_box .prev-arrow {
  transform: rotate(180deg);
  margin-right: 0.5em;
}
.sliderlists .arrow_box .prev-arrow::before,
.sliderlists .arrow_box .next-arrow::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  clip-path: polygon(12px 50%, 0% 0%, 0% 12px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sliderlists .arrow_box .slide-arrow.slick-disabled {
  cursor: default;
  background: #AEAEAE;
}
.sliderlists .slick-track {
  display: flex;
}
.sliderlists .slick-track .slick-slide {
  height: auto;
}
.sliderlists .slick-track .slick-slide a {
  height: 100%;
}
.sliderlists .slick__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sliderlists .slick_pause {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  cursor: pointer;
}
.sliderlists .slick_pause::before, .sliderlists .slick_pause::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 1em;
  background: #499251;
}
.sliderlists .slick_pause::after {
  right: 5px;
}

.movie li {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.movie li img {
  border-radius: 10px 10px 0 0;
}
.movie .con__item__uptxt {
  padding-bottom: 1em;
}
.movie .sinner__modal-content {
  height: auto;
  min-height: auto;
  padding: 60px 20px 20px 20px;
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  .movie .sinner__modal-content {
    width: 85%;
    margin: 0 2% 0 4%;
  }
}

.modal {
  display: none;
}

.evaluation__list {
  display: flex;
  flex-wrap: wrap;
}
.evaluation__item {
  padding: 2em 1em;
  border: 1px solid #D8E5DC;
  margin: 0;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .evaluation__item {
    width: 50%;
  }
}
.evaluation__item-img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2em;
}

.report__list {
  display: flex;
  flex-wrap: wrap;
}
.report__item {
  width: 30%;
  margin: 1em;
}
@media screen and (max-width: 1000px) {
  .report__item {
    width: 100%;
    margin: 0 0 2em;
  }
}
.report__item a {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.report__item a .con__item__upttl {
  margin-bottom: 0.5em;
}
.report__item a .con__item__icon {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
@media screen and (max-width: 1000px) {
  .report__item a .con__item__icon {
    bottom: 10%;
  }
}

@keyframes twinkle {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
main.sustaina::before {
  background: url(../img/top/top-topbg.png) no-repeat;
  background-size: contain;
}
main.sustaina .con__header-ttl {
  padding-bottom: 40px;
  color: #499251;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  main.sustaina .con__header-ttl {
    line-height: 1.2;
    padding: 0 4% 20px 12%;
    width: 100%;
  }
}
main.sustaina .con__header-ttl::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 4px;
  background: #499251;
  left: 5%;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  main.sustaina .con__header-ttl::after {
    width: 100px;
    left: 12%;
  }
}
main.sustaina .con__main {
  background: url(../img/top/top-mainbg.png?a) repeat-y;
  background-size: 100% auto;
}
main.sustaina .sinner__h3::before {
  background: #499251;
}
main.sustaina .sinner__h3--tc {
  text-align: center;
  border-bottom: 3px solid #499251;
}
main.sustaina .sinner__h5 {
  border-left: 5px solid #499251;
}
main.sustaina .sinner__h6 {
  color: #499251;
}

main.materiality .youmemiraiaction_logo {
  max-width: 380px;
  width: 70%;
  margin: 40px 0 20px;
}
main.materiality .sinner__table-01 th,
main.materiality .sinner__table-01 td {
  padding: 0.5em;
}
main.materiality .sinner__table-01 th {
  text-align: center;
  background: #F6BF26;
}
main.materiality .sinner__table-01 .col1,
main.materiality .sinner__table-01 .col2 {
  width: 20%;
}
main.materiality .sinner__table-01 .head1-main {
  background: #FFE7A5;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.materiality .sinner__table-02 {
    width: 160%;
  }
}
main.materiality .sinner__table-02 th {
  text-align: center;
  padding: 0.5em;
  font-weight: 700;
}
main.materiality .sinner__table-02 .head1-main,
main.materiality .sinner__table-02 .head2-main {
  text-align: center;
}
main.materiality .sinner__table-02 .head1 {
  background: #FFF2D5;
}
main.materiality .sinner__table-02 .head2 {
  background: #FFE7A5;
}
main.materiality .sinner__table-02 .head3 {
  background: #F6BF26;
}
main.materiality .sinner__table-02 .head4 {
  background: #E9980B;
}
main.materiality .sinner__table-02 .head1-main {
  background: #FFF8E9;
}
main.materiality .sinner__table-02 .head2-main {
  background: #FFF2D5;
}
main.materiality .link_list {
  font-size: 1.2em;
  max-width: 850px;
  margin: auto;
  width: 95%;
  margin-top: 1em;
}
main.materiality .link_list li {
  border-bottom: 1px solid #707070;
}
main.materiality .link_list li:first-child {
  border-top: 1px solid #707070;
}
main.materiality .link_list li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 1em 2em 1em 1em;
  text-decoration: none;
  color: #000;
}
main.materiality .link_list li a::after {
  content: "→";
}

main.newsrelease::before {
  height: 80%;
}
main.newsrelease .sinner {
  margin-top: 40px;
}
main.newsrelease .news-release__filter-wrap {
  margin-top: 60px;
  padding: 0;
  background: none;
}
main.newsrelease .news-release__search {
  margin-top: 0;
  max-width: none;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  main.newsrelease .news-release__search {
    width: 100%;
  }
}
main.newsrelease .news-release__filter-year {
  background: #CCE1CE;
  padding: 0.5em 1em;
  border-radius: 999px;
  width: 35%;
  flex-basis: auto;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  main.newsrelease .news-release__filter-year {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
main.newsrelease .news-release__filter-select {
  background: url(../img/top/icon_arrow_down.svg) no-repeat;
  background-color: #fff;
  background-position: 90% center;
  background-size: 6%;
}
main.newsrelease .news-release__year-num {
  margin-top: 0;
}
main.newsrelease .news-release .c-searchbox__button {
  position: relative;
  padding: 0.78em;
  background: #499251;
  border: 2px solid #499251;
}
main.newsrelease .news-release .c-searchbox__button::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  background: url(../img//top/icon-search.png) no-repeat;
  background-size: contain;
  right: 12%;
}
main.newsrelease .news-release .c-searchbox__button span::after {
  background: none;
}
main.newsrelease .news-release .c-searchbox__button:hover {
  color: #fff;
}
main.newsrelease .news-release .c-searchbox__button:hover span::after {
  background: none;
}
main.newsrelease .news-release .c-searchbox__input {
  border: 2px solid #499251;
}
@media screen and (max-width: 1000px) {
  main.newsrelease .news-release .c-searchbox__input {
    padding: 0.95em;
  }
}
@media screen and (max-width: 1000px) {
  main.newsrelease .news-release .c-searchbox__input-wrapper {
    justify-content: center;
  }
}

main.social::before {
  background: url(../img/social/social-topbg.png) no-repeat;
  background-size: contain;
}
main.social .con__header-ttl {
  color: #D91313;
  border-bottom: 2px solid #D91313;
}
main.social .con__header-ttl span.small {
  color: #F57878;
}
main.social .con__header-subttl {
  color: #D91313;
}
main.social .con__main {
  background: url(../img/social/social-mainbg.png?b) repeat-y;
  background-size: 100% auto;
}
main.social .pagelink {
  background: rgba(255, 233, 233, 0.9);
}
main.social .pagelink__listitem-btn {
  background: #D91313;
}
main.social .pagelink__listitem-btn::before {
  background: url(../img/social/arrow-social.svg) no-repeat;
}
main.social .sinner {
  box-shadow: 0 0 20px rgba(239, 129, 129, 0.4);
}
main.social .sinner__h3::before {
  background: #D91313;
}
main.social .sinner__h3--tc {
  text-align: center;
  border-bottom: 3px solid #D91313;
  margin-top: 0;
}
main.social .sinner__h5 {
  border-left: 5px solid #D91313;
}
main.social .sinner__h6 {
  color: #D91313;
}
main.social .sinner__unker ul li a {
  border-bottom: 2px solid #D91313;
}
main.social .sinner__unker ul li a span.arrow {
  background: #D91313;
}
main.social .sinner__btn a {
  border: 2px solid #D91313;
  color: #D91313;
}
main.social .sinner__btn a span.arrow {
  background: #D91313;
}

main.socialtop::before {
  height: 50%;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  main.socialtop::before {
    background-size: contain;
  }
}

main.customers .con__header-subttl::before {
  background: url(../img/social/icon-customers.png) no-repeat;
  background-size: contain;
}
main.customers .con__main {
  background-size: cover;
}

main.supply_chain .con__header-subttl::before {
  background: url(../img/social/icon-supply_chain_social.png) no-repeat;
  background-size: contain;
}
main.supply_chain .sinner__table-01 .head1,
main.supply_chain .sinner__table-01 .head2 {
  background: #FFB1B1;
}
main.supply_chain .sinner__table-01 .head1 {
  width: 30%;
}
main.supply_chain .sinner__table-01 .head1-main {
  background: #FFDCDC;
}
main.supply_chain .sinner__table-02 {
  text-align: center;
}
main.supply_chain .sinner__table-02 th,
main.supply_chain .sinner__table-02 td {
  padding: 0.5em;
  font-size: 0.9em;
}
main.supply_chain .sinner__table-02 .head1 {
  background: #FFB1B1;
  font-weight: 700;
}
main.supply_chain .sinner__table-02 .head1-main {
  background: #FFDCDC;
}
@media screen and (max-width: 1000px) {
  main.supply_chain .sinner__flx {
    flex-direction: column;
  }
}
main.supply_chain .sinner__flx-graph {
  width: 55%;
}
@media screen and (max-width: 1000px) {
  main.supply_chain .sinner__flx-graph {
    width: 100%;
  }
}
main.supply_chain .sinner__flx-chart {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  main.supply_chain .sinner__flx-chart {
    width: 100%;
    text-align: center;
  }
}

main.human_rights .con__header-subttl::before {
  background: url(../img/social/icon-human_rights.png) no-repeat;
  background-size: contain;
}

main.community_customers .con__header-subttl::before {
  background: url(../img/social/icon-community_customers.png) no-repeat;
  background-size: contain;
}
main.community_customers .con__main {
  background-size: cover;
}
main.community_customers .sinner__conclusionlist .region__areatitle {
  font-weight: bold;
  color: #D91313;
}
@media screen and (max-width: 1000px) {
  main.community_customers .sinner__conclusionlist .region__areatitle {
    padding-bottom: 1.5rem;
  }
}
main.community_customers .sinner__conclusionlist .region__listarea {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1001px) {
  main.community_customers .sinner__conclusionlist .region__listarea {
    display: flex;
    justify-content: space-between;
  }
  main.community_customers .sinner__conclusionlist .region__listarea > .content {
    width: 32%;
  }
  main.community_customers .sinner__conclusionlist .region__listarea > .region__listwrap {
    width: 32%;
  }
}
@media screen and (max-width: 1000px) {
  main.community_customers .sinner__conclusionlist .region__listarea > .content {
    display: none;
    /*必須*/
  }
  main.community_customers .sinner__conclusionlist .region__listarea > .content.show {
    display: block;
    /*必須*/
  }
}
@media screen and (max-width: 1000px) {
  main.community_customers .sinner__conclusionlist .region__listwrap > .content {
    display: none;
    /*必須*/
  }
  main.community_customers .sinner__conclusionlist .region__listwrap > .content.show {
    display: block;
    /*必須*/
  }
}
main.community_customers .sinner__conclusionlist .region__listtitle {
  font-weight: bold;
  padding: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 1em;
  position: relative;
  background: #FFDCDC;
}
main.community_customers .sinner__conclusionlist .region__list {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.8em;
}
main.community_customers .sinner__conclusionlist .region__list th,
main.community_customers .sinner__conclusionlist .region__list td {
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  padding: 4px 8px;
}
main.community_customers .sinner__conclusionlist .region__list th {
  text-align: center;
}
main.community_customers .sinner__conclusionlist .region__list td {
  vertical-align: top;
}
main.community_customers .sinner__conclusionlist .region__list--year {
  width: 32%;
  background-color: #FDEEED;
  font-size: 0.8em;
}
main.community_customers .sinner__conclusionlist .region__list--name {
  width: 68%;
  background-color: #FDEEED;
  font-size: 0.8em;
}
main.community_customers .sinner__conclusionlist .region__list--yearspace {
  text-align: center;
}
main.community_customers .sinner__conclusionlist .region__list--namespace {
  padding-left: 0.5rem;
}
main.community_customers .sinner__conclusionlist .region__notice {
  font-size: 0.75rem;
  text-align: end;
  padding-top: 0.9em;
}
main.community_customers .sinner__conclusionlist .tab-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: sticky;
  top: 0;
}
main.community_customers .sinner__conclusionlist .tab-container .m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}
@media screen and (max-width: 1000px) {
  main.community_customers .sinner__conclusionlist .tab-container {
    transform: 0.3s;
    justify-content: space-between;
  }
}
main.community_customers .sinner__conclusionlist .tab-container::after {
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
}
main.community_customers .sinner__conclusionlist .tab {
  font-size: 0.7em;
  font-weight: 500;
  text-align: center;
  width: calc((100% - 30px) / 3);
  padding: 8px;
  background-color: #e1e1e1;
  cursor: pointer;
  margin: 5px;
  border-radius: 50px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 1000px) {
  main.community_customers .sinner__conclusionlist .tab {
    width: calc((100% - 12px) / 3);
    padding: 6px 2px;
    margin: 4px 0;
  }
}
main.community_customers .sinner__conclusionlist .tab:nth-of-type(1), main.community_customers .sinner__conclusionlist .tab:nth-of-type(3) {
  line-height: 3.2;
}
main.community_customers .sinner__conclusionlist .tab:nth-of-type(4), main.community_customers .sinner__conclusionlist .tab:nth-of-type(5) {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 1000px) {
  main.community_customers .sinner__conclusionlist .tab:nth-of-type(4), main.community_customers .sinner__conclusionlist .tab:nth-of-type(5) {
    width: calc((100% - 6px) / 2);
  }
}
main.community_customers .sinner__conclusionlist .tab.active {
  background-color: #FDEEED;
  color: #D91313;
}

main.humancapital .con__header-subttl::before {
  background: url(../img/social/icon-humancapital_management.png) no-repeat;
  background-size: contain;
}
main.humancapital .sinner__table .head1 {
  background: #FFF1F1;
  text-align: center;
}
main.humancapital .sinner__table-01 td {
  vertical-align: baseline;
}
main.humancapital .sinner__table-02 .head1-main {
  width: 40%;
  text-align: center;
}
main.humancapital .sinner__table-03 {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__table-03 {
    width: 200%;
  }
}
main.humancapital .sinner__table-03 .head1-main {
  width: 20%;
}
main.humancapital .sinner__table-03 th,
main.humancapital .sinner__table-03 td {
  padding: 0.5em;
}
main.humancapital .sinner__table-04 {
  width: 75%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__table-04 {
    width: 100%;
  }
}
main.humancapital .sinner__table-04 .head1-main {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__table-04 .head1-main {
    width: 20%;
  }
}
main.humancapital .sinner__table-05 {
  width: 65%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__table-05 {
    width: 100%;
  }
}
main.humancapital .sinner__table-05 .head1-main {
  width: 16%;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__table-05 .head1-main {
    width: 8%;
  }
}
main.humancapital .sinner__table-05 .head1 {
  background: #FFF1F1;
}
main.humancapital .sinner__table-purpose {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__table-purpose {
    width: 160%;
  }
}
main.humancapital .sinner__table-purpose th:nth-child(1) {
  background: #FFB1B1;
  width: 25%;
}
main.humancapital .sinner__table-purpose th:nth-child(2) {
  background: #FFDBDB;
  width: 30%;
}
main.humancapital .sinner__table-purpose th:nth-child(3) {
  background: #FFF1F1;
}
main.humancapital .sinner__table-purpose tr .head1-main {
  background: #FFDBDB;
}
main.humancapital .sinner__table-purpose tr .head2-main {
  background: #FFF1F1;
}
main.humancapital .sinner__bgpink {
  background: #FFE5E5;
  padding: 1em;
}
main.humancapital .sinner__award {
  max-width: 400px;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__triangle {
    font-size: 0.9em;
  }
}
main.humancapital .sinner__triangle ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main.humancapital .sinner__triangle ul li {
  width: 100%;
  display: flex;
  margin-bottom: 1px;
  position: relative;
  border: 1px solid #fff;
  min-height: 6em;
}
main.humancapital .sinner__triangle ul li:last-child::before {
  display: none;
}
main.humancapital .sinner__triangle ul li:nth-last-child(2):before {
  display: none;
}
main.humancapital .sinner__triangle ul li:first-child {
  background-color: #FFF1F1;
}
main.humancapital .sinner__triangle ul li:first-child .sinner__triangle-img {
  background: url("../img/social/humancapital_management/triangle-bg01.png") no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
main.humancapital .sinner__triangle ul li:nth-child(2) {
  background-color: #FFB1B1;
}
main.humancapital .sinner__triangle ul li:nth-child(2) .sinner__triangle-img {
  background: url("../img/social/humancapital_management/triangle-bg02.png") no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
main.humancapital .sinner__triangle ul li:nth-child(3) {
  background-color: #F57F7F;
}
main.humancapital .sinner__triangle ul li:nth-child(3) .sinner__triangle-img {
  background: url("../img/social/humancapital_management/triangle-bg03.png") no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
main.humancapital .sinner__triangle ul li:nth-child(4) {
  background-color: #D66A6A;
}
main.humancapital .sinner__triangle ul li:nth-child(4) .sinner__triangle-img {
  background: url("../img/social/humancapital_management/triangle-bg04.png") no-repeat;
  background-position: center;
  background-size: 95%;
}
main.humancapital .sinner__triangle-img {
  position: relative;
  margin-right: 2px;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__triangle-img {
    width: 50%;
    padding: 0 1em;
  }
}
main.humancapital .sinner__triangle-img-arrow::after {
  content: "";
  background: url(../img/social/humancapital_management/hearth_table_arrow.png) no-repeat center;
  background-size: contain;
  width: 22px;
  display: block;
  position: absolute;
  bottom: -72px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__triangle-img-arrow::after {
    left: 0;
    width: auto;
    height: 60px;
    bottom: -70px;
  }
}
main.humancapital .sinner__triangle-txt {
  width: 80%;
  border-left: 3px solid #fff;
  padding: 1em 1.5em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__triangle-txt {
    padding: 0.5em;
  }
}
main.humancapital .sinner__triangle-txt p {
  width: 100%;
}
main.humancapital .sinner__triangle--arrow ul li {
  min-height: 5em;
}
main.humancapital .sinner__approach-ttl {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  align-items: center;
  justify-content: center;
  color: #D91313;
  font-weight: 600;
  font-size: 1.2em;
}
main.humancapital .sinner__approach-ttl:not(:first-child) {
  margin-top: 2em;
}
main.humancapital .sinner__approach-ttl-01 {
  background: #FFF1F1;
}
main.humancapital .sinner__approach-ttl-02 {
  background: #FFD6D6;
}
main.humancapital .sinner__approach-ttl-03 {
  background: #FFBCBC;
}
main.humancapital .sinner__approach-ttl-pick {
  background: #fff;
  padding: 5px 2em;
  border-radius: 50px;
  margin-right: 10px;
}
main.humancapital .sinner__approach-ttl-txt {
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__approach-ttl-txt {
    width: 100%;
  }
}
main.humancapital .sinner__approach-main {
  margin: 1em 0 1em 1em;
}
main.humancapital .sinner__approach-main ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 1em 0;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__approach-main ul {
    flex-wrap: wrap;
  }
}
main.humancapital .sinner__approach-main ul li {
  padding: 0;
}
main.humancapital .sinner__approach-main ul li:first-child {
  font-weight: normal;
  color: #000;
  font-size: 1em;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__approach-main ul li:first-child {
    width: 100%;
    line-height: inherit;
  }
}
main.humancapital .sinner__approach-main ul li:first-child::after {
  content: "・・・";
}
main.humancapital .sinner__approach-main dd.list_disc {
  text-indent: -1em;
  padding-left: 1em;
}
main.humancapital .sinner__approach-main dd.list_disc::before {
  content: "・";
}
main.humancapital .sinner__timeline-wrap {
  margin-top: 2em;
}
main.humancapital .sinner__timeline-year {
  position: relative;
}
main.humancapital .sinner__timeline-year::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #D91313;
  left: 0;
  top: 45%;
  z-index: 0;
}
main.humancapital .sinner__timeline-year p {
  position: relative;
  display: inline-block;
  background: #fff;
  padding-right: 0.5em;
  font-size: 1.2em;
  font-weight: 700;
  z-index: 1;
}
main.humancapital .sinner__timeline-list ul {
  display: flex;
  width: 100%;
}
main.humancapital .sinner__timeline-list-over {
  overflow: auto;
  width: 100%;
}
main.humancapital .sinner__timeline-list-over ul {
  width: 200%;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__timeline-list-over ul {
    width: 300%;
  }
}
main.humancapital .sinner__timeline-item {
  width: 30%;
  margin: 1em;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  main.humancapital .sinner__timeline-item {
    width: 50%;
    margin: 0.5em;
    padding: 0.5em;
  }
}
main.humancapital .sinner__timeline-item .year {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.2em;
}
main.humancapital .sinner__timeline-item .timelineimg {
  margin-bottom: 1em;
}

@media screen and (max-width: 1000px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .only-sp {
    display: none;
  }
}
main.environment {
  position: relative;
}
main.environment::before {
  background: url(../img/environment/environment-topbg.png) no-repeat;
  background-size: contain;
}
main.environment .con__header-ttl {
  color: #003D76;
  border-bottom: 2px solid #003D76;
}
main.environment .con__header-ttl span.small {
  color: #7CA3C8;
}
main.environment .con__header-subttl {
  color: #003D76;
}
main.environment .con__main {
  background: url(../img/environment/environment-mainbg.png?a) repeat-y;
  background-size: 100% auto;
}
main.environment .pagelink {
  background: rgba(230, 243, 255, 0.9);
}
main.environment .pagelink__ttl {
  font-size: clamp(2rem, 1rem + 7.8vw, 11rem);
}
main.environment .pagelink__listitem-btn {
  background: #003D76;
}
main.environment .pagelink__listitem-btn::before {
  background: url(../img/environment/arrow-environment.svg) no-repeat;
}
main.environment .sinner {
  box-shadow: 0 0 20px rgba(146, 204, 232, 0.4);
}
main.environment .sinner__h3::before {
  background: #003D76;
}
main.environment .sinner__h5 {
  border-left: 5px solid #003D76;
}
main.environment .sinner__h6 {
  color: #003D76;
}
main.environment .sinner__unker ul li a {
  border-bottom: 2px solid #003D76;
}
main.environment .sinner__unker ul li a span.arrow {
  background: #003D76;
}
main.environment .sinner__btn a {
  border: 2px solid #003D76;
  color: #003D76;
}
main.environment .sinner__btn a span.arrow {
  background: #003D76;
}
main.environment .sinner__accordion-ttl {
  border-left: 5px solid #003D76;
}
@media screen and (max-width: 1000px) {
  main.environment .sinner__table--env01 {
    width: 120%;
  }
}
main.environment .sinner__table--env01 .sinner__table-header td {
  color: #fff;
  border: 1px solid #fff;
}
main.environment .sinner__table--env01 .sinner__table-header td.head1 {
  background: #C0D2FC;
  width: 15%;
}
main.environment .sinner__table--env01 .sinner__table-header td.head2 {
  background: #84B3DC;
  width: 20%;
}
main.environment .sinner__table--env01 .sinner__table-header td.head3 {
  background: #4592BA;
  width: 30%;
}
main.environment .sinner__table--env01 .sinner__table-header td.head4 {
  background: #12779F;
  width: 30%;
}
main.environment .sinner__table--env01 .head1-main {
  background: #DCE7FF;
  border: 1px solid #fff;
}
main.environment .sinner__table--env01 .head2-main {
  background: #B9DAF6;
  border: 1px solid #fff;
}
main.environment .sinner__table--env02 {
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 1000px) {
  main.environment .sinner__table--env02 {
    width: 200%;
  }
}
main.environment .sinner__table--env02 .sinner__table-header td {
  background: #EEF4F9;
}
main.environment .sinner__table--env02 .sinner__table-header .head0 {
  width: 26%;
}
main.environment .sinner__table--env02 .sinner__table-header .head1 {
  width: 10%;
}
main.environment .cdp_logoarea {
  background: #fff;
  padding: 20px;
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  main.environment .cdp_logoarea {
    max-width: auto;
  }
}
main.environment .cdp_textarea {
  width: 70%;
}
@media screen and (max-width: 1000px) {
  main.environment .cdp_textarea {
    width: 100%;
  }
}
main.environment .cdp_textarea .text-link {
  color: #006BBC;
  text-decoration: underline;
}

main.carbon .con__header-subttl::before {
  background: url(../img/environment/icon-carbon_neutral_society.png) no-repeat;
  background-size: contain;
}
main.carbon .sinner__co2list {
  display: flex;
}
@media screen and (max-width: 1000px) {
  main.carbon .sinner__co2list li:nth-child(1) {
    width: 10em;
  }
}

main.resource .con__header-subttl::before {
  background: url(../img/environment/icon-resource_recycling_society.png) no-repeat;
  background-size: contain;
}
main.resource .sinner__table--resource {
  width: 55%;
}
@media screen and (max-width: 1000px) {
  main.resource .sinner__table--resource {
    width: 100%;
  }
}
main.resource .sinner__table--resource .head1 {
  background: #EEF4F9;
  width: 10%;
}
main.resource .sinner__table--resource .main-head1 {
  width: 20%;
}
main.resource .sinner__table--resource td {
  text-align: center;
  padding: 0.5em;
}
main.resource .sinner__table--resource02 {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  main.resource .sinner__table--resource02 {
    width: 100%;
  }
}

main.nature .con__header-subttl::before {
  background: url(../img/environment/icon-nature_co_prosperity_society.png) no-repeat;
  background-size: contain;
}
main.nature .sinner__table {
  width: 70%;
}
@media screen and (max-width: 1000px) {
  main.nature .sinner__table {
    width: 120%;
  }
}
main.nature .sinner__table .head1 {
  background: #EEF4F9;
  width: 10%;
}
main.nature .sinner__table .main-head1 {
  width: 20%;
}
main.nature .sinner__table td {
  text-align: center;
  padding: 0.5em;
}

main.tnfd .con__header-subttl::before {
  background: url(../img/environment/icon-tnfd.png) no-repeat;
  background-size: contain;
}
main.tnfd .sinner__table-01 .head1 {
  text-align: center;
  width: 20%;
  background: #B9DAF6;
}
main.tnfd .sinner__table-02 {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__table-02 {
    width: 120%;
  }
}
main.tnfd .sinner__table-02 .col1 {
  width: 30%;
}
main.tnfd .sinner__table-02 .col2 {
  width: 1.2em;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__table-02 .col2 {
    width: 3em;
  }
}
main.tnfd .sinner__table-02 .col3 {
  width: 20%;
}
main.tnfd .sinner__table-02 .col4 {
  width: 45%;
}
main.tnfd .sinner__table-02 th {
  text-align: center;
}
main.tnfd .sinner__table-02 th,
main.tnfd .sinner__table-02 td {
  padding: 0.5em;
}
main.tnfd .sinner__table-02 .head1 {
  background: #84B3DC;
  color: #fff;
}
main.tnfd .sinner__table-02 .head2 {
  background: #12779F;
  color: #fff;
}
main.tnfd .sinner__table-02 .head1-main {
  background: #B9DAF6;
  vertical-align: baseline;
}
main.tnfd .sinner__table-02 .head4-main {
  vertical-align: baseline;
}
main.tnfd .sinner__table-02 .vertical {
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  vertical-align: bottom;
}
main.tnfd .sinner__table-03 {
  width: 70%;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__table-03 {
    width: 100%;
  }
}
main.tnfd .sinner__table-03 th,
main.tnfd .sinner__table-03 td {
  padding: 0.5em;
  text-align: center;
}
main.tnfd .sinner__table-03 .head1 {
  width: 10%;
}
main.tnfd .sinner__table-03 .head2 {
  color: #fff;
  background: #84B3DC;
}
main.tnfd .sinner__table-03 .head3 {
  color: #fff;
  background: #12779F;
}
main.tnfd .sinner__table-03 .head0-main {
  vertical-align: baseline;
  text-align: left;
}
main.tnfd .sinner__table-03 .head2-main {
  background: #DCE7FF;
}
main.tnfd .sinner__table-03 .head3-main {
  background: #B9DAF6;
}
main.tnfd .sinner__table-04 th {
  padding: 0.5em;
  text-align: center;
}
main.tnfd .sinner__table-04 .head1 {
  background: #84B3DC;
  color: #fff;
  width: 30%;
}
main.tnfd .sinner__table-04 .head2 {
  background: #12779F;
  color: #fff;
}
main.tnfd .sinner__table-04 .head1-main {
  background: #B9DAF6;
  vertical-align: baseline;
}
main.tnfd .sinner__table-05 {
  width: 160%;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__table-05 {
    width: 300%;
  }
}
main.tnfd .sinner__table-05 .col1 {
  width: 2.5em;
}
main.tnfd .sinner__table-05 .col2 {
  width: 3em;
}
main.tnfd .sinner__table-05 .col3 {
  width: 6%;
}
main.tnfd .sinner__table-05 .col4 {
  width: 15%;
}
main.tnfd .sinner__table-05 th,
main.tnfd .sinner__table-05 td {
  padding: 0.5em;
}
main.tnfd .sinner__table-05 th {
  background: #0070C0;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.8em;
}
main.tnfd .sinner__table-05 .vertical {
  writing-mode: vertical-rl;
}
main.tnfd .sinner__table-05 .vertical th {
  writing-mode: vertical-rl;
}
main.tnfd .sinner__table-05 .vertical th span.latin {
  text-orientation: upright;
}
main.tnfd .sinner__table-05 .head1 {
  background: #CCFFFF;
  font-size: 0.8em;
}
main.tnfd .sinner__table-05 .tophead {
  width: 30%;
}
main.tnfd .sinner__table-05 .item {
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__table-05 .item {
    font-size: 0.9em;
  }
}
main.tnfd .sinner__table-05 .item-l {
  background: #C6E0B4;
}
main.tnfd .sinner__table-05 .item-vl {
  background: #548235;
}
main.tnfd .sinner__table-05 .item-m {
  background: #FFC000;
}
main.tnfd .sinner__table-05 .item-h {
  background: #FF99CC;
}
main.tnfd .sinner__table-05 .item-na {
  background: #808080;
}
main.tnfd .sinner__table-05 .item-vh {
  background: #CC0099;
}
main.tnfd .sinner__table-06 {
  width: 120%;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__table-06 {
    width: 280%;
  }
}
main.tnfd .sinner__table-07 {
  width: 80%;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__table-07 {
    width: 130%;
  }
}
main.tnfd .sinner__table-07 th {
  padding: 0.5em;
  color: #fff;
  text-align: center;
}
main.tnfd .sinner__table-07 .head1 {
  background: #84B3DC;
  width: 40%;
}
main.tnfd .sinner__table-07 .head2 {
  background: #12779F;
}
main.tnfd .sinner__approach {
  text-align: center;
}
main.tnfd .sinner__approach-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
main.tnfd .sinner__approach-wrap-w50 {
  width: 50%;
  padding: 1em;
  border: 1px solid #12779F;
  background: #DCE7FF;
  border-top: none;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__approach-wrap-w50 {
    width: 100%;
  }
}
main.tnfd .sinner__approach-wrap-w50-white {
  border: none;
  background: #fff;
}
main.tnfd .sinner__approach-wrap-w50-blue {
  position: relative;
  z-index: 1;
  margin-top: -3px;
}
main.tnfd .sinner__approach-item {
  position: relative;
}
main.tnfd .sinner__approach-item .sinner__modalbtn {
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  font-size: 1.2em;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  right: 2%;
  top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__approach-item .sinner__modalbtn {
    top: -2%;
    width: 1.5em;
    height: 1.5em;
  }
}
main.tnfd .sinner__approach-item .sinner__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}
main.tnfd .sinner__approach-item .sinner__modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
main.tnfd .sinner__approach-item .sinner__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  overflow: auto;
  height: auto;
  width: 60%;
  max-width: 550px;
  padding: 3em 1.5em 2em;
  overflow: visible;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__approach-item .sinner__modal-content {
    top: 50%;
    width: 85%;
  }
}
main.tnfd .sinner__approach-item .sinner__modal-content-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
main.tnfd .sinner__approach-item .close-btn {
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 2em;
  cursor: pointer;
}
main.tnfd .sinner__approach-item a {
  padding: 1em;
  font-size: 1.1em;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__approach-item a {
    font-size: 1em;
  }
}
main.tnfd .sinner__approach-item-w100 {
  width: 100%;
  padding: 1em;
  border: 1px solid #12779F;
  background: #DCE7FF;
}
main.tnfd .sinner__approach-item-w100 a {
  display: block;
  color: #fff;
  background: #12779F;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__approach-item-w100 a {
    min-height: 80px;
  }
}
main.tnfd .sinner__approach-item-w50 {
  width: 46%;
}
main.tnfd .sinner__approach-item-w50 a {
  display: block;
  color: #fff;
  background: #12779F;
}
main.tnfd .sinner__approach-item-w50 .sinner__modalbtn {
  top: -8%;
}
main.tnfd .sinner__approach-item-white {
  width: 46%;
  border: 1px solid #000;
}
main.tnfd .sinner__approach-item-white .sinner__modalbtn {
  top: -8%;
}
main.tnfd .sinner__approach-item-white p.whitetxt {
  padding: 1em;
  font-size: 1.1em;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__approach-item-white p.whitetxt {
    font-size: 1em;
  }
}
main.tnfd .sinner__absimg {
  position: absolute;
  width: 30%;
  right: 2%;
  bottom: 3%;
}
@media screen and (max-width: 1000px) {
  main.tnfd .sinner__absimg {
    width: 40%;
  }
}

main.tcfd .con__header-subttl::before {
  background: url(../img/environment/icon-tcfd.png) no-repeat;
  background-size: contain;
}
main.tcfd .sinner__table-01 .head1 {
  text-align: center;
  width: 20%;
  background: #B9DAF6;
}
main.tcfd .sinner__table-02 .col1 {
  width: 20%;
}
main.tcfd .sinner__table-02 .head1 {
  background: #12779F;
  text-align: center;
  color: #fff;
}
main.tcfd .sinner__table-02 .head2 {
  background: #B9DAF6;
  vertical-align: baseline;
}
main.tcfd .sinner__table-03 {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  main.tcfd .sinner__table-03 {
    width: 80%;
  }
}
main.tcfd .sinner__table-03 .head1 {
  background: #B9DAF6;
  width: 55%;
  text-align: left;
}
main.tcfd .sinner__table-04 {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  main.tcfd .sinner__table-04 {
    width: 100%;
  }
}
main.tcfd .sinner__table-04 th {
  color: #fff;
  text-align: center;
  padding: 0.5em;
}
main.tcfd .sinner__table-04 td {
  text-align: center;
}
main.tcfd .sinner__table-04 td.head1-main {
  text-align: left;
}
main.tcfd .sinner__table-04 .head1 {
  background: #84B3DC;
  width: 50%;
}
main.tcfd .sinner__table-04 .head2 {
  background: #12779F;
}
main.tcfd .sinner__table-04 .head1-main {
  background: #DCE7FF;
}
main.tcfd .sinner__table-05 {
  width: 120%;
}
@media screen and (max-width: 1000px) {
  main.tcfd .sinner__table-05 {
    width: 180%;
  }
}
main.tcfd .sinner__table-05 .col1 {
  width: 3.5em;
}
main.tcfd .sinner__table-05 .col2 {
  width: 20%;
}
main.tcfd .sinner__table-05 .col3 {
  width: 8%;
}
main.tcfd .sinner__table-05 .col6,
main.tcfd .sinner__table-05 .col7 {
  width: 6%;
}
main.tcfd .sinner__table-05 th {
  text-align: center;
  color: #fff;
  background: #12779F;
  padding: 0.5em;
}
main.tcfd .sinner__table-05 .head1-main {
  background: #B9DAF6;
}
main.tcfd .sinner__table-05 .head2-main {
  background: #DCE7FF;
}
main.tcfd .sinner__table-05 .head3-main {
  background: #C0D2FC;
}
main.tcfd .sinner__table-06 {
  width: 120%;
}
@media screen and (max-width: 1000px) {
  main.tcfd .sinner__table-06 {
    width: 180%;
  }
}
main.tcfd .sinner__table-06 .col1 {
  width: 3.5em;
}
main.tcfd .sinner__table-06 .col2 {
  width: 20%;
}
main.tcfd .sinner__table-06 .col3 {
  width: 7%;
}
main.tcfd .sinner__table-06 .col4 {
  width: 7%;
}
main.tcfd .sinner__table-06 th {
  text-align: center;
  color: #fff;
  background: #12779F;
  padding: 0.5em;
}
main.tcfd .sinner__table-06 .head1-main {
  background: #B9DAF6;
}
main.tcfd .sinner__table-06 .head2-main {
  background: #DCE7FF;
}
main.tcfd .sinner__table-06 .head3-main {
  background: #C0D2FC;
}
@media screen and (max-width: 1000px) {
  main.tcfd .sinner__table-07 {
    width: 140%;
  }
}
main.tcfd .sinner__table-07 th {
  text-align: center;
  color: #fff;
  background: #12779F;
  padding: 0.5em;
}
main.tcfd .sinner__table-07 td {
  padding: 0.5em;
}
main.tcfd .sinner__table-07 .col1 {
  width: 8%;
}
main.tcfd .sinner__table-07 .col2 {
  width: 14%;
}
@media screen and (max-width: 1000px) {
  main.tcfd .sinner__table-07 .col2 {
    width: 20%;
  }
}
main.tcfd .sinner__table-07 .col3 {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  main.tcfd .sinner__table-07 .col3 {
    width: 30%;
  }
}
main.tcfd .sinner__tablewrap--scroll--tcfd.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

main.supply_chain_env .con__header-subttl::before {
  background: url(../img/environment/icon-supply_chain_environment.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  main.supply_chain_env .sinner__table-01 {
    width: 160%;
  }
}
main.supply_chain_env .sinner__table-01 th {
  padding: 0.5em;
  text-align: center;
  background: #12779F;
  color: #fff;
}
main.supply_chain_env .sinner__table-01 td {
  padding: 0.5em;
}
main.supply_chain_env .sinner__table-01 .head1-main {
  background: #B9DAF6;
}
main.supply_chain_env .sinner__table-01 .col1 {
  width: 10%;
}
main.supply_chain_env .sinner__table-01 .col2 {
  width: 14%;
}
@media screen and (max-width: 1000px) {
  main.supply_chain_env .sinner__table-01 .col2 {
    width: 20%;
  }
}
main.supply_chain_env .sinner__table-01 .col4 {
  width: 16%;
}
@media screen and (max-width: 1000px) {
  main.supply_chain_env .sinner__table-01 .col4 {
    width: 18%;
  }
}
main.supply_chain_env .sinner__table-01 .col5 {
  width: 12%;
}

main.governance::before {
  background: url(../img/governance/governance-topbg.png) no-repeat;
  background-size: contain;
}
main.governance .con__header-ttl {
  color: #E27900;
  border-bottom: 2px solid #E27900;
}
main.governance .con__header-ttl span.small {
  color: #F5BB78;
}
main.governance .con__header-subttl {
  color: #E27900;
}
main.governance .con__main {
  background: url(../img/governance/governance-mainbg.png) repeat-y;
  background-size: 100% auto;
}
main.governance .sinner {
  box-shadow: 0 0 20px rgb(255, 233, 207);
}
main.governance .sinner__h3::before {
  background: #E27900;
}
main.governance .sinner__h5 {
  border-left: 5px solid #E27900;
}
main.governance .sinner__h6 {
  color: #E27900;
}
main.governance .sinner__unker ul li a {
  border-bottom: 2px solid #E27900;
}
main.governance .sinner__unker ul li a span.arrow {
  background: #E27900;
}
main.governance .sinner__btn a {
  border: 2px solid #E27900;
  color: #E27900;
}
main.governance .sinner__btn a span.arrow {
  background: #E27900;
}
main.governance .sinner__table .head1 {
  background: #FFE7BE;
}
main.governance .sinner__table-01 {
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.governance .sinner__table-01 {
    width: 100%;
  }
}
main.governance .sinner__table-01 th,
main.governance .sinner__table-01 td {
  padding: 0.5em;
}
main.governance .sinner__table-02 {
  text-align: left;
}
main.governance .sinner__table-02 .head1 {
  width: 20%;
  text-align: center;
}
main.governance .sinner__table-03 {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  main.governance .sinner__table-03 {
    width: 160%;
  }
}
main.governance .sinner__table-03 .head1-main {
  width: 16%;
  background: #FFF9EE;
}
@media screen and (max-width: 1000px) {
  main.governance .sinner__table-03 .head1-main {
    width: 24%;
  }
}
main.governance .sinner__table-03 .head1 {
  background: #FFE7BE;
}
main.governance .sinner__table-03 .head2 {
  background: #FFCF7E;
}
main.governance .sinner__table-03 .head3 {
  background: #FFB12D;
}
main.governance .sinner__table-04 {
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.governance .sinner__table-04 {
    width: 100%;
  }
}
main.governance .sinner__table-04 th,
main.governance .sinner__table-04 td {
  padding: 0.5em;
}
main.governance .sinner__table-05 {
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  main.governance .sinner__table-05 {
    width: 100%;
  }
}
main.governance .sinner__table-05 th,
main.governance .sinner__table-05 td {
  padding: 0.5em;
}
main.governance .sinner__table-06 {
  text-align: center;
}
main.governance .sinner__table-06 th,
main.governance .sinner__table-06 td {
  padding: 0.5em;
}
main.governance .sinner__table-06 .head1-main {
  width: 30%;
}