@charset "UTF-8";

.Heading-LV4 .remark {
  font-weight: 300;
  font-size: 1.6rem;
}
sup {
  top: -0.2em;
}
sup {
  font-size: 100%;
}
strong.green {
  font-weight: 500;
  color: #008486;
}
.links {
  margin-top: 1em;
}
.link-list {
  width: 100%;
  margin-bottom: 3em;
}
.link-list a {
  font-size: 2rem;
  display: inline;
}

.articleBody .column-group:not(:first-of-type) {
  margin-top: 5em;
  border-top: 1px solid #ccc;
  padding-top: 4em;
}
.column-group h1 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.-post {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.articleHeader-greenlogistics01 {
  background-image: url(/assets/img/sustainability/img_greenlogistics_main.jpg);
}

.articleHeader-whitelogistics01 {
  background-image: url(/assets/img/sustainability/img_whitelogistics_main.jpg);
}

.articleHeader-sais01 {
  background-image: url(/assets/img/sustainability/img_sais_main.jpg);
}

.articleHeader-csr-activities01 {
  background-image: url(/assets/img/sustainability/img_csr-activities_main.jpg);
}

.articleHeader-next_generation_project01 {
  background-image: url(/assets/img/sustainability/img_next_generation_project_main.jpg);
}

.header__text {
  /*
  width: 50%;
  margin-top: 1em;
  font-size: 1.6rem;
  */
  display: none;
}

.freeArea.employee-engagement .img__wrap {
  background-color: transparent;
}
.freeArea.employee-engagement p + ul {
  margin-top: .5em !important;
}

.csr-activities .imgArea {
  margin-bottom: 2em;
}

.csr-activities ol {
  margin-top: 1em !important;
}

.csr-activities ol li {
  font-weight: 500;
  color: #009797;
}

.grid_wrap {
  margin-top: 4em;
}

.grid_wrap:nth-of-type(odd) .Grid__Item:nth-of-type(1) {
  order: 2;
}

.grid_wrap {
  padding-top: 4em;
  border-top: 1px solid #dedede;
}

.freeArea figure:not(:first-child) {
  margin-top: 0;
}

.freeArea figure:not(:last-child) {
  margin-bottom: 0;
}

.header__text {
  display: none;
}

.header__text__content {
  font-size: 1.6rem;
  margin-bottom: 3em;
  /*display: none;*/
}

.letter-animated .letter__w span {
  font-size: 1.8rem;
  font-weight: 400;
}

figure {
  margin-bottom: 3em;
}

.heading-3+.name {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1em;
}

figure.thumb {
  margin-top: 1em !important;
}

.h3-sub {
  font-weight: 500;
}

.freeArea dl.definition-list {
  margin-top: 1em;
}

.freeArea dl.definition-list dt,
.freeArea dl.definition-list dd {
  padding-left: 0;
}

.freeArea dl.definition-list dt {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #dedede;
}

.freeArea dl.definition-list dd {
  display: list-item;
  position: relative;
  list-style: none;
  padding-left: 1em;
}

.freeArea dl.definition-list dd:before {
  position: absolute;
  top: .57143em;
  left: .21429em;
  display: block;
  width: .42857em;
  height: .42857em;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #000;
  content: "";
  -ms-border-radius: 100px;
}

.freeArea .freeArea-list {
  margin-top: 1em;
}

.freeArea .img__wrap {
  background-color: #f2f2f2;
  padding: 2em;
}

.freeArea .thumb02 {
  padding-bottom: 3em;
}

.freeArea .thumb01,
.freeArea .thumb02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  text-align: center;
}

.freeArea .thumb03 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  text-align: center;
}

.freeArea .thumb04 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
  text-align: center;
}


.freeArea .thumb01 {
  margin-top: 1em;
}
.freeArea.employee-engagement .copy01 {
  padding: 0 2em;
  color: #009797;
  border: 2px solid #009797;
  border-radius: 9999px;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.freeArea.employee-engagement .copy02 {
  margin-top: 1em;
  padding: 0 2em;
  color: #fff;
  min-width: 340px;
  background-color: #009797;
  border-radius: 9999px;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  position: relative;
}
.arrow_up {
  margin: 1em 0;
}
.arrow_down {
  margin: 1em 0;
  transform: rotate(180deg);
}
.freeArea.employee-engagement .thumb01 .copy02::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #009797;
  border-bottom: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.freeArea.employee-engagement .thumb02 .copy02::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #009797;
  border-top: 0;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}


.freeArea.employee-engagement .img__wrap .col__3>div {
  margin-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
.freeArea.employee-engagement dt {
  margin-bottom: .5em !important;
}
.freeArea.employee-engagement dd {
  padding: 0 1em 0 0 !important;
  margin-left: 2.5em !important;
}

/*
.freeArea .thumb01 .copy01,
.freeArea .thumb03 .copy01 {
  background-color: #009797;
  color: #fff;
  font-weight: 300;
  font-size: 2.3rem;
  width: 100%;
  padding: 1em;
  position: relative;
}
*/

.freeArea .thumb01 .copy02,
.freeArea .thumb02 .copy02,
.freeArea .thumb03 .copy02,
.freeArea .thumb04 .copy01 {
  font-weight: bold;
  font-size: 2.3rem;
}
.freeArea.humanresource-development .thumb03 .copy01 {
  background-color: #009797;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
  padding: 1em;
  width: 100%;
}
.freeArea .thumb03 .copy02 span {
  color: #009797;
}

/*
.freeArea .thumb01 .copy01::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 16px solid #009797;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
}
  */

.freeArea .thumb03 .DEIB_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  margin-top: -1.5em;
  padding: 2em 2em 2em;
  background-color: #f5f5f5;
}

.freeArea .thumb03 .DEIB_list li {
  width: 50%;
}

.freeArea .thumb03 .DEIB_list li::first-letter {
  color: #009797;
  font-weight: bold;
}

.freeArea .thumb03 .copy03 {
  font-size: 2.8rem;
  font-weight: bold;
}

.freeArea .thumb01 .img {
  max-width: 112px;
  height: auto;
  margin-top: 2em;
}

.freeArea .thumb02 .img {
  max-width: 350px;
  height: auto;
  margin-top: 2em;
}

.freeArea .thumb04 img {
  max-width: 350px;
  height: auto;
  margin-top: 2em;
}

.freeArea .img__wrap:not(:first-of-type) {
  margin-top: 2em;
}

.freeArea .img__wrap .col__3 .grid__item:nth-child(1) {
  background-color: #fbeed2;
}
.freeArea .img__wrap .col__3 .grid__item:nth-child(1) dt {
  background-color: #f8aa04;
}
.freeArea .img__wrap .col__3 .grid__item:nth-child(2) {
  background-color: #d5f1e3;
}
.freeArea .img__wrap .col__3 .grid__item:nth-child(2) dt {
  background-color: #50c48c;
}
.freeArea .img__wrap .col__3 .grid__item:nth-child(3) {
  background-color: #d7e3f8;
}
.freeArea .img__wrap .col__3 .grid__item:nth-child(3) dt {
  background-color: #366ac9;
}
.freeArea .img__wrap .col__3 .grid_copy dt {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: .5em 1em;
}

.freeArea .img__wrap .col__2>div,
.freeArea .img__wrap .col__3>div {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2em;
  margin-top: 2em;
  flex-wrap: wrap;
}

.freeArea .img__wrap_inner {
  padding: 2em;
  background-color: #fff;
}

.freeArea .img__wrap .col__2>div .grid__item {
  width: calc(calc(100% - 2em) / 2);
}

.freeArea .img__wrap .col__2>div .grid__item dl {
  height: 100%;
}

.freeArea .img__wrap .col__2>div .grid__item:nth-child(1) dl {
  background-color: #fee0f3;
}

.freeArea .img__wrap .col__2>div .grid__item:nth-child(1) dl dt {
  background-color: #f1a5d5;
}

.freeArea .img__wrap .col__2>div .grid__item:nth-child(2) dl {
  background-color: #fbf4d2;
}

.freeArea .img__wrap .col__2>div .grid__item:nth-child(2) dl dt {
  background-color: #ecdd96;
}

.freeArea .img__wrap .col__2>div .grid__item:nth-child(3) dl {
  background-color: #d2ebfb;
}

.freeArea .img__wrap .col__2>div .grid__item:nth-child(3) dl dt {
  background-color: #92c7e9;
}

.freeArea .img__wrap .col__2>div .grid__item:nth-child(4) dl {
  background-color: #d2fbde;
}

.freeArea .img__wrap .col__2>div .grid__item:nth-child(4) dl dt {
  background-color: #9fe8b5;
}

.freeArea .img__wrap .col__3>div .grid__item {
  width: calc(calc(100% - 4em) / 3);
}

.freeArea .img__wrap .col__2>div .grid__item dl dt {
  padding: 1em;
  margin: 0;
  font-weight: bold;
}

.freeArea .img__wrap .col__2>div .grid__item dl dd {
  margin: 0;
  padding: 1em;
}

.freeArea .img__wrap .col__3 dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: calc(100% - 4.8rem);
  padding-bottom: 1em;
}

.freeArea .img__wrap .col__3 dl dt {
  margin: 0 0 1em;
  padding: .5em;
  color: #fff;
  width: 100%;
}

.freeArea .img__wrap .col__3 dl dd {
  list-style-type: disc;
  display: list-item;
  margin-left: 2em;
  margin-top: .5em;
  text-align: left;
  padding-left: 0;
  padding-right: 1em;
  font-size: 14px;
  line-height: 1.5;
}

.freeArea .activities_lists {
  border-top: 1px solid #dedede;
}

.freeArea .activities_lists li {
  display: block;
  border-bottom: 1px solid #dedede;
}

.freeArea .activities_lists dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2em;
}

.freeArea .activities_lists dl dt,
.freeArea .activities_lists dl dd {
  padding: 1em;
}

.freeArea h4 {
  font-weight: bold;
  margin-bottom: 1em;
  color: #008486;
}
#data .freeArea.wide {
  width: 100%;
}

.align_right {
  text-align: right;
}

.mt2em {
  margin-top: 2em;
}
.linktopages {
  margin-bottom: 5em;
}


@media only screen and (max-width: 599px) {
  .Media .Media__Body {
    margin-top: 0;
    padding-bottom: 2em !important;
  }

  .header__text__content {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 2em;
  }

  .freeArea .img__wrap .col__3>div .grid__item {
    width: 100%;
  }

  .freeArea .img__wrap .col__2>div .grid__item {
    width: 100%;
  }

  .freeArea .img__wrap .col__3 dl {
    padding-top: 0;
    height: auto;
  }

  .freeArea .thumb03 .DEIB_list {
    flex-direction: column;

  }

  .freeArea .thumb03 .DEIB_list li {
    width: 100%;
    text-align: left;
  }

  .freeArea .img__wrap .col__2>div {
    gap: 10px;
    margin-top: 2em;
  }

  .freeArea .img__wrap .col__2>div .grid__item dl {
    margin-top: 0;
    padding: 0;
    height: auto;
  }

  .freeArea .thumb03 {
    padding: 0;
  }
  .freeArea .img__wrap_inner {
    padding: 1em 0;
  }

  .freeArea.employee-engagement .copy01 {
    padding: 1em 2em;
  }
  .freeArea.employee-engagement .copy01,
  .freeArea.employee-engagement .copy02 {
    font-size: 18px;
  }
  .freeArea.employee-engagement dl {
    margin-top: 0 !important;
  }

  .articleBody .column-group:not(:first-of-type) {
    margin-top: 2em;
    padding-top: 2em;
  }
  .column-group h1 {
    font-size: 1.8rem;
  }
  .linktopages {
    margin-bottom: 2em;
  }
}