@charset "UTF-8";
.color__message {
  --category-color: #5f9939;
}

.color__story {
  --category-color: #4dab6e;
}

.color__business {
  --category-color: #849d30;
}

.color__governance {
  --category-color: #4aa6b6;
}

.color__other {
  --category-color: #788D91;
}

.color__tabacco {
  --category-color: #2f892f;
}

.color__medicine {
  --category-color: #86b81c;
}

.color__food {
  --category-color: #00a9b1;
}

.color__finance {
  --category-color: #869a91;
}

.color__pharmaceutical {
  --category-color: #229eda;
}

body .top__contents__inner .contents__link::after {
  content: none;
}

body .top__contents__inner .contents__link__modalmenu {
  position: fixed !important;
  opacity: 0;
  visibility: hidden;
}
body .top__contents__inner .contents__link__modalmenu.close {
  display: grid;
  opacity: 0;
  visibility: hidden;
}

body .top__contents__inner .contents__link .contents__link__overmenu {
  background: transparent !important;
}

.contents__link {
  position: relative;
  overflow: hidden;
}
.contents__link__icon {
  width: 136px;
  height: 136px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
@media screen and (max-width: 767px) {
  .contents__link__icon {
    width: 100px;
    height: 100px;
  }
}
.contents__link__icon--hover {
  background-color: #d2ee39;
  border-radius: 50%;
  -webkit-transition: width 0.8s, height 0.8s, background-color 0.3s;
  transition: width 0.8s, height 0.8s, background-color 0.3s;
}
.contents__link__icon--default {
  background: -webkit-radial-gradient(circle, #6dd046 0%, #d2ee39 100%);
  background: radial-gradient(circle, #6dd046 0%, #d2ee39 100%);
  border-radius: 50%;
  -webkit-transition: width 0.8s, height 0.8s, opacity 0.8s;
  transition: width 0.8s, height 0.8s, opacity 0.8s;
}
.contents__link__icon--plus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68px;
  height: 68px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 2;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .contents__link__icon--plus {
    width: 45px;
    height: 45px;
  }
}
.contents__link__icon--plus::before, .contents__link__icon--plus::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 24px;
  right: 14px;
  width: 21px;
  height: 2px;
  background: #005d41;
}
@media screen and (max-width: 767px) {
  .contents__link__icon--plus::before, .contents__link__icon--plus::after {
    bottom: 20px;
    right: 10px;
  }
}
.contents__link__icon--plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.contents__link.open .contents__link__icon--default {
  opacity: 0;
  width: 2000px;
  height: 2000px;
}
.contents__link.open .contents__link__icon--hover {
  width: 2000px;
  height: 2000px;
  z-index: 2;
}
.contents__link.open .contents__link__icon--hover.icon--ceo {
  background-color: #05a173;
}
.contents__link.open .contents__link__icon--hover.icon--process {
  background-color: #40916f;
}
.contents__link.open .contents__link__icon--hover.icon--sustainability {
  background-color: #8bb03c;
}
.contents__link.open .contents__link__icon--hover.icon--biz {
  background-color: #599f5c;
}
.contents__link.open .contents__link__icon--hover.icon--gov {
  background-color: #4aa5bd;
}
.contents__link.open .contents__link__icon--hover.icon--about {
  background-color: #788d91;
}
.contents__link.open .contents__link__icon--plus {
  opacity: 0;
}

/* 2025年追記 */
body {
  opacity: 0;
}

body #jtweb-wrapper-content {
  position: relative;
  padding-bottom: 90px;
}

.p-top_cookie-agreement_text {
  color: #fff !important;
}

body .top__acc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  margin-top: 40px;
  -webkit-transition: gap 0.4s ease;
  transition: gap 0.4s ease;
}
@media screen and (max-width: 767px) {
  body .top__acc {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .top__acc.is-open {
  gap: 1px;
}
@media screen and (max-width: 767px) {
  body .top__acc.is-open {
    gap: 15px;
  }
}
body .acc__elem {
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  width: calc((100% - 60px) / 5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 580px;
}
@media screen and (max-width: 767px) {
  body .acc__elem {
    width: 100% !important;
    height: auto;
  }
}
body .acc__elem.is-passive {
  width: 66px;
}
body .acc__elem.is-active {
  width: calc(100% - 4px - 248px);
}
body .acc__elem.is-passive .acc__elem--img, body .acc__elem.is-active .acc__elem--img {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}
body .acc__elem.is-passive .acc__elem--header, body .acc__elem.is-active .acc__elem--header {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 60px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body .acc__elem.is-passive .acc__elem--header, body .acc__elem.is-active .acc__elem--header {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: auto;
    height: auto;
  }
}
body .acc__elem.is-passive .acc__elem--header br, body .acc__elem.is-active .acc__elem--header br {
  display: none !important;
}
body .acc__elem.is-passive .acc__elem--header-icon, body .acc__elem.is-active .acc__elem--header-icon {
  right: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  body .acc__elem.is-passive .acc__elem--header-icon, body .acc__elem.is-active .acc__elem--header-icon {
    right: 12px;
  }
}
body .acc__elem a,
body .acc__elem button,
body .acc__elem li {
  color: inherit !important;
}
body .acc__elem li {
  overflow: hidden;
  text-overflow: ellipsis;
}
body .acc__elem a {
  text-decoration: none;
  padding-right: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .acc__elem a:hover, body .acc__elem a:focus-visible {
  color: #00999d !important;
}
body .acc__elem a,
body .acc__elem button {
  border: 0;
  background: none;
  cursor: pointer;
}
body .acc__elem:nth-child(1) {
  background: #5f9939;
}
body .acc__elem:nth-child(2) {
  background: #4dab6e;
}
body .acc__elem:nth-child(3) {
  background: #849d30;
}
body .acc__elem:nth-child(4) {
  background: #4aa6b6;
}
body .acc__elem:nth-child(5) {
  background: #788d91;
}
body .acc__elem--grad {
  background: -webkit-gradient(linear, left top, right top, from(#29f19c), to(#02a1f9));
  background: -webkit-linear-gradient(left, #29f19c 0%, #02a1f9 100%);
  background: linear-gradient(to right, #29f19c 0%, #02a1f9 100%);
  height: 6px;
  width: 100%;
}
body .acc__elem--header {
  padding: 2rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 250px);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  body .acc__elem--header {
    padding: 3rem 7.5%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    position: relative;
    height: auto;
    display: block;
  }
}
body .acc__elem--header:active {
  opacity: 1 !important;
}
body .acc__elem--header:hover {
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  body .acc__elem--header:hover {
    opacity: 1 !important;
  }
}
body .acc__elem--header-txt {
  display: block;
  font-family: "Geologica", sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  body .acc__elem--header-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body .acc__elem--header-txt br {
    display: none;
  }
}
body .acc__elem--header-icon {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 10px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  body .acc__elem--header-icon {
    bottom: unset;
    top: 50%;
    right: 12px;
  }
}
body .acc__elem--header-icon::before, body .acc__elem--header-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: calc(50% - 1px);
  left: 0;
}
body .acc__elem--header-icon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
body .acc__elem--header[aria-expanded=true] .acc__elem--header-icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .acc__elem--body {
  background: rgba(255, 255, 255, 0.7);
  color: #033824;
  width: calc(100% - 66px);
  height: 100%;
  visibility: hidden;
  border-radius: 15px 0 0 15px;
  margin-left: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body .acc__elem--body {
    height: 0;
    width: 100% !important;
    margin-left: 0;
    border-radius: 15px;
  }
}
body .acc__elem--list {
  font-size: 16px;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  body .acc__elem--list {
    font-size: 13px;
    padding: 2rem;
  }
}
body .acc__elem--item:nth-child(n+2) {
  border-top: 1px solid #033824;
}
body .acc__elem--item ul {
  margin-left: 1rem;
}
body .acc__elem--item ul a::after {
  content: none;
}
body .acc__elem--link {
  display: block;
  padding: 1rem 1rem;
  position: relative;
}
body .acc__elem--link::after {
  font-family: "Material Icons";
  content: "\e5c8";
  position: absolute;
  right: 10px;
  line-height: 1.2;
}
body .acc__elem--img {
  margin-top: auto;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body .acc__elem--img {
    display: none;
  }
}
body .acc__elem--img:hover {
  opacity: 1 !important;
}
body .acc__elem--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.common__accordion .state__more {
  display: block !important;
}
.common__accordion .state__close {
  display: none !important;
}
.common__accordion__state.is-open .state__more {
  display: none !important;
}
.common__accordion__state.is-open .state__close {
  display: block !important;
}/*# sourceMappingURL=override.css.map */