@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.page-mainvisual:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.page-mainvisual__header {
  position: relative;
  float: left;
  width: 400px;
  height: 400px;
  background-color: #004a30;
}
@media only screen and (max-width: 64em) {
  .page-mainvisual__header {
    float: none;
    padding: 30px 0;
    width: 100%;
    height: auto;
  }
}

.page-mainvisual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  color: #fff;
  text-align: center;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 64em) {
  .page-mainvisual__title {
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.page-mainvisual__category {
  margin: auto;
  /* letter-spacing: 0.08em; */
  font-weight: 700;
  font-size: 2.6rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__category {
    font-size: 1.8rem;
  }
}

.page-mainvisual__head-title {
  margin: auto;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__head-title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.page-mainvisual__img {
  position: relative;
  float: right;
  overflow: hidden;
  width: calc(100% - 400px);
  height: 400px;
  background: linear-gradient(to right, #eaf0f3, #748b97);
}
@media only screen and (max-width: 64em) {
  .page-mainvisual__img {
    float: none;
    width: 100%;
    height: auto;
  }
  .products .page-mainvisual__img,
  .vehicle .page-mainvisual__img,
  .news .page-mainvisual__img {
    padding-top: 41.33333%;
    width: 100%;
  }
}
@media only screen and (max-width: 60em) {
  .products .page-mainvisual__img,
  .vehicle .page-mainvisual__img,
  .news .page-mainvisual__img {
    padding-top: 61.86667%;
    width: 100%;
  }
}

.page-mainvisual__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-mainvisual__lead-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 92%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__lead-text {
    font-size: 1.5rem;
  }
}
.page-mainvisual__lead-text.is-left {
  text-align: left;
}

.page-mainvisual__sub-title {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 92%;
  color: #fff;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 3.6rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__sub-title {
    font-size: 2rem;
  }
}
.page-mainvisual__sub-title span {
  display: inline-block;
  margin-left: 15px;
  width: 106px;
  vertical-align: middle;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__sub-title span {
    width: 56px;
  }
}

.page-mainvisual__slide__inner {
  max-width: 760px;
}

.page-mainvisual__slider {
  position: relative;
  overflow: hidden;
  margin-right: 5%;
  margin-left: 5%;
  font-size: 0;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slider {
    margin: auto;
    padding: 20px 4% 80px;
  }
}

.page-mainvisual__slide {
  position: relative;
  display: inline-block;
  width: 100%;
  outline: none;
}
.page-mainvisual__slide:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.page-mainvisual__slide__content {
  position: absolute;
  top: 50%;
  left: 0;
  margin-right: 300px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-mainvisual__slide__content >img {
  display: block;
  margin-bottom: 20px;
  max-width: 375px;
  width: 100%;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__content {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .page-mainvisual__slide__content >img {
    margin: auto auto 10px;
    max-width: 240px;
  }
}

.page-mainvisual__slide__title {
  margin: auto;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 4.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
.page-mainvisual__slide__title br {
  display: none;
}
@media only screen and (max-width: 80em) {
  .page-mainvisual__slide__title br {
    display: block;
  }
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__title {
    font-size: 3rem;
  }
  .page-mainvisual__slide__title br {
    display: none;
  }
}

.page-mainvisual__slide__text {
  margin: auto;
  font-size: 1.7rem;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__text {
    font-size: 1.2rem;
  }
}

.page-mainvisual__slide__img {
  position: relative;
  float: right;
  width: 280px;
  height: 400px;
}
.page-mainvisual__slide__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 60em) {
  .page-mainvisual__slide__img {
    float: none;
    width: 100%;
    height: auto;
  }
  .page-mainvisual__slide__img img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    max-width: 50%;
  }
}

.page-header {
  padding: 80px 0;
  background-color: #004a30;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 60em) {
  .page-header {
    padding: 30px 0;
  }
}
.page-header.is-white {
  background-color: #fff;
  color: #004a30;
}

.page-header__category {
  margin: auto;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 60em) {
  .page-header__category {
    font-size: 1.1rem;
  }
}

.page-header__head-title {
  margin: auto;
  font-weight: 500;
  font-size: 3rem;
}
@media only screen and (max-width: 60em) {
  .page-header__head-title {
    font-size: 2.4rem;
  }
}

.side-nav {
  background-color: #f7f9f9;
}
@media only screen and (max-width: 64em) {
  .side-nav {
    background-color: #fff;
  }
}
.is-cloned .side-nav {
  margin: auto;
  padding: 20px 0 40px;
  width: 92%;
}
.is-cloned.is-index .side-nav {
  display: none;
}

.side-nav__header {
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .side-nav__header {
    padding: 20px 0;
  }
}

.side-nav__head-title {
  margin: auto;
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 64em) {
  .side-nav__head-title {
    padding-left: 15px;
    text-align: left;
    font-size: 1.7rem;
  }
  .side-nav__head-title br {
    display: none;
  }
}

.side-nav__list,
.side-nav__child-list {
  margin: auto;
  padding-left: 0;
  list-style-type: none;
}

.side-nav__list {
  border-top: 1px solid #e5e5e5;
}

.side-nav__child-list {
  display: none;
}
.is-current >span +.side-nav__child-list {
  display: block;
}
.is-active +.side-nav__child-list {
  background-color: #e9efee;
}
@media only screen and (max-width: 64em) {
  .is-active +.side-nav__child-list {
    background-color: #fff;
  }
}

.side-nav__item,
.side-nav__child-item {
  font-size: 1.4rem;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color, background-color;
}
.side-nav__item >a,
.side-nav__item span,
.side-nav__child-item >a,
.side-nav__child-item span {
  display: block;
  padding: 15px;
}
.side-nav__item.has-img,
.side-nav__child-item.has-img {
  /* display: -webkit-flex; */
  /* display: -ms-flexbox; */
  /* display:         flex; */
  /* -ms-flex-pack: justify; */
  /* -ms-flex-align: center; */
  /* padding-right: 15px; */

  /* -webkit-align-items: center; */
          /* align-items: center; */
  /* -webkit-justify-content: space-between; */
          /* justify-content: space-between; */
}
.side-nav__item.has-img >a,
.side-nav__child-item.has-img >a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.side-nav__item.has-img span,
.side-nav__child-item.has-img span {
  padding: 0;
}
.side-nav__item.has-img img,
.side-nav__child-item.has-img img {
  max-width: 77px;
}
.side-nav__item.has-img >img,
.side-nav__child-item.has-img >img {
  /* display: block; */
  /* width: 77px; */
  /* height: 60px; */
}
@media only screen and (max-width: 60em) {
  .side-nav__item br,
  .side-nav__child-item br {
    display: none;
  }
  /* .side-nav__item.has-img >img,
  .side-nav__child-item.has-img >img {
    display: none;
  } */
  .side-nav__item.has-img img,
  .side-nav__child-item.has-img img {
    display: none;
  }
}

.side-nav__item:hover {
  background-color: #e9efee;
  cursor: pointer;
}

.side-nav__item >span a {
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
.side-nav__item >span a:hover {
  color: #004a30;
}

.side-nav__child-item >a:hover {
  color: #004a30;
}

.side-nav__item {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.side-nav__item.is-current {
  background-color: #e9efee;
}
.side-nav__item.is-current >span,
.side-nav__item.is-current >a {
  font-weight: 500;
}
@media only screen and (max-width: 64em) {
  .side-nav__item.is-current {
    background-color: #fff;
  }
}
.side-nav__item.has-child >span {
  position: relative;
  padding-right: 30px;
}
.side-nav__item.has-child >span:before,
.side-nav__item.has-child >span:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 2px;
  height: 10px;
  background-color: #808080;
  content: "";
}
.side-nav__item.has-child >span:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.side-nav__item.has-child .is-active {
  background-color: #e9efee !important;
}
.side-nav__item.has-child .is-active:before {
  display: none;
}
@media only screen and (max-width: 64em) {
  .side-nav__item.has-child .is-active {
    background-color: #fff !important;
  }
}
.side-nav__item.has-child.is-current >span,
.side-nav__item.has-child.is-current >a {
  background-color: #f7f9f9;
}
@media only screen and (max-width: 64em) {
  .side-nav__item.has-child.is-current >span,
  .side-nav__item.has-child.is-current >a {
    background-color: #fff;
  }
}

.side-nav__child-item {
  border-top: 1px solid #e5e5e5;
  font-size: 1.2rem;
}
.side-nav__child-item.is-current >a {
  color: #004a30;
}
@media only screen and (max-width: 64em) {
  .side-nav__child-item {
    padding-left: 10px;
  }
}

.documents {
  position: relative;
  padding: 40px 0;
  counter-reset: whats-jatco-counter;
}
@media only screen and (max-width: 60em) {
  .documents {
    padding: 20px 0;
  }
}
.documents +.documents {
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .documents +.documents {
    padding-top: 30px;
  }
}

.documents__performance {
  position: absolute;
  top: 20px;
  right: 0;
  margin: auto;
  color: #00286d;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 60em) {
  .documents__performance {
    position: relative;
    top: auto;
    margin-top: 10px;
    font-size: 2rem;
  }
}
.documents__performance span {
  display: inline-block;
  letter-spacing: 0.08em;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 60em) {
  .documents__performance span {
    font-size: 4rem;
  }
}
.documents__performance span +span {
  margin-left: 5px;
  font-size: 2rem;
}
.documents__performance small {
  display: block;
  text-align: right;
  font-weight: 200;
  font-size: 1.2rem;
}
@media only screen and (max-width: 60em) {
  .documents__performance small {
    text-align: left;
  }
}
.documents__box__content .documents__performance {
  top: 0;
}

.documents__head-title {
  margin: auto;
  color: #004a30;
  font-weight: 500;
  font-size: 2.8rem;
}
@media only screen and (max-width: 60em) {
  .documents__head-title {
    font-size: 2.4rem;
  }
  .documents__head-title br {
    display: none;
  }
}

.documents_head-title-01 {
  margin: 2.5em 0 2em;
  text-align: center;
  color: #004D0F;
}


.documents__introduction {
  margin: auto;
  font-weight: 500;
  font-size: 1.7rem;
}
@media only screen and (max-width: 60em) {
  .documents__introduction {
    font-size: 1.5rem;
  }
}

.documents__block {
  position: relative;
  counter-increment: whats-jatco-counter;
}
.documents__head-title ~.documents__block,
.documents__introduction +.documents__block {
  margin-top: 30px;
}
@media only screen and (max-width: 60em) {
  .documents__head-title ~.documents__block,
  .documents__introduction +.documents__block {
    margin-top: 15px;
  }
}
.documents__block ~.documents__block {
  margin-top: 4rem;
}
@media only screen and (max-width: 60em) {
  .documents__block ~.documents__block {
    margin-top: 40px;
  }
}
.documents__header +.documents__block {
  margin-top: 60px;
}
@media only screen and (max-width: 60em) {
  .documents__header +.documents__block {
    margin-top: 30px;
  }
}
.documents__block.whats-jatco {
  padding-bottom: 40px;
}
.documents__block:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.documents__block__content {
  width: 48%;
}
.documents__block__content.is-left {
  float: left;
}
.documents__block__content.is-right {
  float: right;
}
@media only screen and (max-width: 60em) {
  .documents__block__content {
    float: none !important;
    width: 100%;
  }
}

.documents__block-title {
  margin: auto;
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .documents__block-title {
    font-size: 2rem;
  }
}
.whats-jatco .documents__block-title {
  position: relative;
  padding-left: 65px;
}
.whats-jatco .documents__block-title span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  padding: 10px 0;
  width: 54px;
  height: 54px;
  border-radius: 4px;
  background-color: #004a30;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.whats-jatco .documents__block-title span:after {
  display: block;
  margin: auto;
  content: counter(whats-jatco-counter, decimal-leading-zero);
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .whats-jatco .documents__block-title {
    padding-left: 55px;
  }
  .whats-jatco .documents__block-title span {
    width: 44px;
    height: 44px;
    font-size: 0.7rem;
  }
  .whats-jatco .documents__block-title span:after {
    font-size: 1.7rem;
  }
}
.documents__tab__target .documents__block-title {
  margin-top: 40px;
}

.documents__box {
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 60em) {
  .documents__box {
    padding-top: 40px;
  }
}
.documents__box:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.documents__block-title +.documents__box {
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.documents__block .documents__box:nth-of-type(2){
  margin-top: 0px;
}


@media only screen and (max-width: 60em) {
  .documents__block-title +.documents__box {
    margin-top: 10px;
  }
}
.documents__text +.documents__box {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .documents__text +.documents__box {
    margin-top: 15px;
  }
}
.documents__box +.documents__box,
.documents__img +.documents__box {
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .documents__box +.documents__box,
  .documents__img +.documents__box {
    margin-top: 40px;
  }
}

.documents__box__content {
  position: relative;
  width: 48%;
}
.documents__box__content.is-left {
  float: left;
}
.documents__box__content.is-right {
  float: right;
}
@media only screen and (max-width: 60em) {
  .documents__box__content {
    float: none !important;
    width: 100%;
  }
}
.has-performance .documents__box__content {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 60em) {
  .has-performance .documents__box__content {
    width: 100%;
  }
}

.documents__box-title {
  margin: auto;
  color: #004a30;
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 60em) {
  .documents__box-title {
    font-size: 1.7rem;
  }
}
.has-performance .documents__box-title {
  padding-right: 210px;
}
@media only screen and (max-width: 60em) {
  .has-performance .documents__box-title {
    padding-right: 0;
  }
}

.documents__section {
  margin-top: 10px;
}
.documents__text ~.documents__section {
  margin-top: 40px;
}
@media only screen and (max-width: 60em) {
  .documents__text ~.documents__section {
    margin-top: 20px;
  }
}
.documents__section +.documents__section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .documents__section +.documents__section {
    margin-top: 20px;
  }
}

.documents__section-title {
  margin: auto;
  font-weight: 500;
  font-size: 1.7rem;
}
.documents__text +.documents__section-title {
  margin-top: 40px;
}
@media only screen and (max-width: 60em) {
  .documents__text +.documents__section-title {
    margin-top: 20px;
  }
}

.documents__text {
  margin: auto;
  line-height: 2;
}
.documents__head-title +.documents__text,
.documents__block-title ~.documents__text,
.documents__box-title ~.documents__text,
.documents__text ~.documents__text {
  margin-top: 20px;
}
@media only screen and (max-width: 60em) {
  .documents__head-title +.documents__text,
  .documents__block-title ~.documents__text,
  .documents__box-title ~.documents__text,
  .documents__text ~.documents__text {
    margin-top: 10px;
  }
}
.documents__section-title ~.documents__text {
  margin-top: 10px;
}
.documents__text strong {
  display: block;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 60em) {
  .documents__text strong {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.documents__text small {
  vertical-align: baseline;
  font-size: 1rem;
}
@media only screen and (max-width: 60em) {
  .documents__text {
    font-size: 1.3rem;
  }
  .documents__block-title ~.documents__text {
    margin-top: 20px;
  }
  .documents__text ~.documents__text {
    margin-top: 10px;
  }
}

.documents__caution {
  display: block;
  font-size: 1.2rem;
}
.documents__text ~.documents__caution,
.documents__text .documents__caution,
.documents__list-data .documents__caution,
img +.documents__caution {
  margin-top: 10px;
}

.documents__list {
  margin: auto;
  padding-left: 0;
  list-style-type: none;
  counter-reset: documents-list-counter;
}
.documents__text +.documents__list,
.documents__block-title +.documents__list,
.documents__box-title +.documents__list {
  margin-top: 20px;
}

.documents__list-title,
.documents__list-item {
  position: relative;
  padding-left: 20px;
  counter-increment: documents-list-counter;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .documents__list-title,
  .documents__list-item {
    font-size: 1.3rem;
  }
}
.documents__list-data +.documents__list-title,
.documents__list-data +.documents__list-item {
  margin-top: 20px;
}

.documents__list-title:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #004a30;
  content: counter(documents-list-counter, decimal) ".";
}

.documents__list-item:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #004a30;
  content: "●";
}

.documents__list-item +.documents__list-item {
  margin-top: 10px;
}

.documents__list-data {
  margin-left: auto;
  padding-left: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .documents__list-data {
    font-size: 1.3rem;
  }
}

.documents__list-item_number {
  position: relative;
  counter-increment: documents-list-counter;
  font-weight: 500;
  line-height: 1.8;
}

.documents__list-data_number {
  margin-left: auto;
  line-height: 1.8;
}

.documents__list-item_number +.documents__list-item_number {
  margin-top: 10px;
}

.documents__list-data_number +.documents__list-title_number,
.documents__list-data_number +.documents__list-item_number {
  margin-top: 20px;
}

.documents__images {
  margin-top: 20px;
  font-size: 0;
}
.documents__images .documents__img ~.documents__img {
  margin-left: 15px;
}
.documents__images.is-2column .documents__img:nth-child(n) {
  display: inline-block ;
  margin-right: 2%;
  margin-left: 2%;
  width: 48% ;
  vertical-align: top;
  font-size: 1.4rem;
}
.documents__images.is-2column .documents__img:nth-child(2n+1) {
  margin-left: 0;
}
.documents__images.is-2column .documents__img:nth-child(2n+2) {
  margin-right: 0;
}
.documents__images.is-3column .documents__img:nth-child(n) {
  display: inline-block ;
  margin-right: 2%;
  margin-left: 2%;
  width: 30.66667% ;
  vertical-align: top;
  font-size: 1.4rem;
}
.documents__images.is-3column .documents__img:nth-child(3n+1) {
  margin-left: 0;
}
.documents__images.is-3column .documents__img:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 60em) {
  .documents__images.is-3column .documents__img:nth-child(n) {
    display: inline-block ;
    margin-right: 2%;
    margin-left: 2%;
    width: 48% ;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .documents__images.is-3column .documents__img:nth-child(2n+1) {
    margin-left: 0;
  }
  .documents__images.is-3column .documents__img:nth-child(2n+2) {
    margin-right: 0;
  }
}

.documents__img {
  display: inline-block;
  display: block;
  margin: 20px 0 0;
}
@media only screen and (max-width: 60em) {
  .documents__img {
    margin-top: 10px;
  }
}
.documents__text +.documents__img {
  margin-top: 40px;
}
@media only screen and (max-width: 60em) {
  .documents__text +.documents__img {
    margin-top: 20px;
  }
}
.documents__block__content +.documents__img,
.documents__box__content +.documents__img {
  margin-top: auto;
  width: 48%;
}
@media only screen and (max-width: 60em) {
  .documents__block__content +.documents__img,
  .documents__box__content +.documents__img {
    float: none !important;
    margin-top: 20px;
    width: 100%;
  }
}
.documents__block__content.is-left +.documents__img,
.documents__box__content.is-left +.documents__img {
  float: right;
}
.documents__block__content.is-right +.documents__img,
.documents__box__content.is-right +.documents__img {
  float: left;
}
.has-performance .documents__box__content +.documents__img {
  width: 220px;
}
@media only screen and (max-width: 37.5em) {
  .has-performance .documents__box__content +.documents__img {
    width: 100%;
  }
}
.documents__img.is-movie {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.documents__img.is-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.documents_img {
  text-align: center;
}

.documents__img-title {
  font-size: 1.2rem;
}

.documents__img-title.grid-custom{
  grid-column: 1 / 3;
  position:relative;
  top: -1.5rem;
}

@media only screen and (max-width: 60em) {
.documents__img-title.grid-custom{
  grid-column: 1 / 2;
}
}


img +.documents__img-title.max-w03{
  max-width: 560px;
  display:block;
  margin:1rem auto 0;
}

@media only screen and (max-width: 60em) {
  .documents__img-title {
    font-size: 1.1rem;
  }
}
.documents__img-title span {
  display: inline-block;
  font-size: 1.4rem;
}
.documents__img-title span:before {
  content: "◼︎";
}
@media only screen and (max-width: 60em) {
  .documents__img-title span {
    font-size: 1.3rem;
  }
}
img +.documents__img-title {
  margin-top: 10px;
}
.documents__bg-img +.documents__img-title {
  margin-top: 20px;
}
.documents__img-title .img-ttl-span {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 3rem;
}
.documents__signature {
  text-align: right;
}
@media only screen and (max-width: 60em) {
  .documents__signature p {
    font-size: 1.3rem;
  }
  .documents__signature img {
    width: 160px;
  }
}
.img-ttle-note {
  text-align: right;
}

.documents__tab {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  margin-bottom: 20px;

  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.documents__tab:before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
  content: "";
}
.documents__block-title +.documents__tab {
  margin-top: 20px;
}

.documents__tab__trigger {
  position: relative;
  width: 166px;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
}
.documents__tab__trigger >span {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #999;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.12s;
  transition-property: color;
}
.documents__tab__trigger >span:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid #004a30;
  content: "";
}
.documents__tab__trigger >span:after {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  height: 3px;
  background-color: #004a30;
  content: "";
}
.documents__tab__trigger +.documents__tab__trigger:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
  content: "";
}
.documents__tab__trigger.is-active {
  background-color: rgba(0, 74, 48, 0.1);
}
.documents__tab__trigger.is-active span {
  color: #004a30;
}
.documents__tab__trigger.is-active span:before,
.documents__tab__trigger.is-active span:after {
  display: block;
}
.documents__tab__trigger.is-active +.documents__tab__trigger:before {
  display: none;
}
.documents__tab__trigger:hover {
  cursor: pointer;
}
.documents__tab__trigger:hover span {
  color: #004a30;
}
@media only screen and (max-width: 37.5em) {
  .documents__tab__trigger {
    font-size: 1.2rem;
  }
  .documents__tab__trigger >span span {
    display: none;
  }
}

.documents__tab__target {
  display: none;
}
.documents__tab__target:first-child {
  display: block;
}

.documents-introduction {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 37.5em) {
  .documents-introduction {
    margin-bottom: 30px;
  }
}

.documents-introduction__header {
  position: relative;
  padding-right: 200px;
  min-height: 200px;
}
@media only screen and (max-width: 37.5em) {
  .documents-introduction__header {
    padding-right: 130px;
  }
}

.documents-introduction__head-title {
  display: inline-block;
  margin: auto;
  padding-right: 15px;
  color: #00286d;
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 37.5em) {
  .documents-introduction__head-title {
    font-size: 2rem;
  }
}
.is-black .documents-introduction__head-title {
  color: #000;
}

.documents-introduction__performance {
  display: inline-block;
  margin: auto;
  color: #00286d;
  font-weight: 500;
  font-size: 2.8rem;
}
.documents-introduction__performance span {
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 7rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.08;
}
@media only screen and (max-width: 37.5em) {
  .documents-introduction__performance {
    font-size: 2.4rem;
  }
  .documents-introduction__performance span {
    font-size: 5rem;
  }
}
.is-black .documents-introduction__performance {
  color: #000;
}

.documents-introduction__text {
  color: #00286d;
}
@media only screen and (max-width: 37.5em) {
  .documents-introduction__text {
    font-size: 1.3rem;
  }
}
.is-black .documents-introduction__text {
  color: #000;
}

.documents-introduction__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 180px;
  height: 180px;
}
.documents-introduction__img img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 37.5em) {
  .documents-introduction__img {
    bottom: auto;
    width: 120px;
    height: 120px;
  }
  .documents-introduction__img img {
    width: auto;
    height: 100%;
  }
}

.page-list__block:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.page-list__box {
  position: relative;
  margin-bottom: 40px;
}
.is-2column .page-list__box {
  width: 48%;
}
.is-2column .page-list__box:nth-child(2n+1) {
  float: left;
}
.is-2column .page-list__box:nth-child(2n) {
  float: right;
}
.is-2column .page-list__box .page-list__head-title {
  font-size: 1.7rem;
}
@media only screen and (max-width: 37.5em) {
  .page-list__box {
    float: none !important;
    width: 100% !important;
  }
}

.page-list .area-SDGs {
  display: block;
  background-color: #F1F1F1;
  padding: 2rem;
}
.page-list .area-SDGs .sec-txt {
  width: 100%;
}
.page-list .area-SDGs .sec-txt .ttl-SDGs {
  font-size: 1.7rem;
  margin: 0;
}
.page-list .area-SDGs .sec-txt p {
  font-size: 1.2rem;
}
.page-list .area-SDGs .sec-img {
  width: 100%;
  margin: 25px 0;
}
@media screen and (min-width: 600px) {
  .page-list .area-SDGs {
    display: flex;
    justify-content: space-between;
    padding: 5.3rem 1.8rem 4.8rem 3.2rem;
  }
  .page-list .area-SDGs .sec-txt {
    width: 48% ;
  }
  .page-list .area-SDGs .sec-img {
    width: 48% ;
    margin: 0;
  }
}

.page-list__mainvisual {
  position: relative;
  overflow: hidden;
}
.is-1column .page-list__mainvisual:before {
  display: block;
  padding-top: 36.66667%;
  width: 100%;
  content: "";
}
@media only screen and (max-width: 37.5em) {
  .is-1column .page-list__mainvisual:before {
    display: block;
    padding-top: 50.70423%;
    width: 100%;
    content: "";
  }
}
.is-2column .page-list__mainvisual:before {
  display: block;
  padding-top: 56.16438%;
  width: 100%;
  content: "";
}
@media only screen and (max-width: 37.5em) {
  .is-2column .page-list__mainvisual:before {
    display: block;
    padding-top: 50.70423%;
    width: 100%;
    content: "";
  }
}

.page-list__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.8s;
  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;
}
.page-list__bg-img:before {
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: background-color;
}

.page-list__header {
  position: relative;
}
.page-list__header:hover .page-list__head-title {
  color: #004a30;
}
.page-list__header:hover .page-list__bg-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.page-list__header:hover .page-list__bg-img:before {
  background-color: rgba(19, 33, 28, 0.2);
}

.page-list__head-title {
  margin: 15px 0;
  font-weight: 500;
  font-size: 2rem;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
.page-list__head-title span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.page-list__head-title span:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #004a30;
  border-right: 1px solid #004a30;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.border_type01 {
	border: 1px solid #ccc;
  box-sizing: content-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 37.5em) {
  .border_type02:before{
    padding-top: 57.7% !important;
  }
}
@media only screen and (max-width: 37.5em) {
  .page-list__head-title {
    margin: 5px 0;
    font-size: 1.5rem !important;
  }
  .page-list__head-title span:after {
    width: 6px;
    height: 6px;
  }
}

.page-list__child-list {
  padding-left: 0;
  list-style-type: none;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-list__child-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.page-list__child-item {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  font-size: 1.2rem;
  /* border-top: 1px solid #e5e5e5; */
  border-bottom: 1px solid #e5e5e5;
}
.page-list__child-item:nth-child(2n) {
  margin-left: 4%;
}
.page-list__child-item a {
  position: relative;
  display: block;
  margin-top: -1px;
  padding: 15px 15px 15px 0;
  /* border-top: 1px solid #e5e5e5; */
  /* border-bottom: 1px solid #e5e5e5; */
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
.page-list__child-item a:after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #004a30;
  border-right: 1px solid #004a30;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-list__child-item:hover a {
  color: #004a30;
}

.page-list__text {
  margin: auto;
  font-size: 1.3rem;
}
@media only screen and (max-width: 37.5em) {
  .page-list__text {
    font-size: 1.2rem;
  }
}

.content-introduction {
  padding: 40px 0;
}
@media only screen and (max-width: 60em) {
  .content-introduction {
    padding: 20px 0;
  }
}

.content-introduction__head-title {
  margin: auto;
  margin: auto auto 40px;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 60em) {
  .content-introduction__head-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.content-introduction__lead-text {
  margin: auto;
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.8;
}
.l-global__main-column .content-introduction__lead-text {
  text-align: left;
}
@media only screen and (max-width: 60em) {
  .content-introduction__lead-text {
    font-size: 1.4rem;
  }
}
.content-introduction__lead-text.is-left {
  text-align: left;
}
.content-introduction__lead-text +.content-introduction__lead-text {
  margin-top: 15px;
}

.content-introduction__text {
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 60em) {
  .content-introduction__text {
    font-size: 1.3rem;
  }
}
.content-introduction__text.is-left {
  text-align: left;
}
.content-introduction__lead-text +.content-introduction__text {
  margin-top: 15px;
}

.content-introduction__img {
  position: relative;
}
.content-introduction__lead-text +.content-introduction__img {
  margin-top: 40px;
}

.form-input {
  padding: 40px 0;
}
@media only screen and (max-width: 60em) {
  .form-input {
    padding: 20px 0;
  }
}

.form-input__content {
  padding: 40px 0;
}
@media only screen and (max-width: 60em) {
  .form-input__content {
    padding: 20px 0;
  }
}

.form-input__message {
  margin: auto auto 40px;
  max-width: 690px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 60em) {
  .form-input__message {
    margin-bottom: 20px;
  }
}

.error_messe {
  color: #ee001d;
}

.form-table__list {
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #e5e5e5;
}
.form-table__list.is-confirm {
  margin: auto auto 40px;
  max-width: 690px;
}
@media only screen and (max-width: 60em) {
  .form-table__list.is-confirm {
    margin-bottom: 20px;
  }
}
.form-table__list +.btn,
.form-table__list +.buttons {
  margin-top: 50px;
}
@media only screen and (max-width: 60em) {
  .form-table__list +.btn,
  .form-table__list +.buttons {
    margin-top: 25px;
  }
}

.form-table__title {
  float: left;
  padding-top: 25px;
  width: 200px;
  font-weight: 500;
}
@media only screen and (max-width: 60em) {
  .form-table__title {
    float: none;
    padding-top: 15px;
    width: 100%;
  }
}
.form-table__title >span {
  color: #ee001d;
}

.form-table__data {
  margin-left: 0;
  padding: 25px 15px 25px 0;
  padding-left: 240px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .form-table__data {
    font-size: 1.3rem;
  }
}
.form-table__data >label {
  display: inline-block;
}
@media only screen and (max-width: 37.5em) {
  .form-table__data >label +label {
    margin-top: 5px;
  }
}
.form-table__data >span {
  display: inline-block;
  margin-top: 9px;
  padding: 0 10px;
  vertical-align: top;
}
@media only screen and (max-width: 37.5em) {
  .form-table__data >span {
    display: block;
    margin-top: auto;
    padding: 0;
  }
}
.form-table__data small {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}
.form-table__data small span {
  color: #ee001d;
}
@media only screen and (max-width: 60em) {
  .form-table__data small {
    font-size: 1.1rem;
  }
}
.form-table__data input[type=text],
.form-table__data textarea {
  border: 1px solid #b2b2b2;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-table__data input[type=text] {
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
  height: 40px;
}
.form-table__data input[type=text].text-small {
  width: 120px;
}
.form-table__data input[type=text].text-medium {
  width: 200px;
}
.form-table__data input[type=text].text-large {
  width: 400px;
}
@media only screen and (max-width: 37.5em) {
  .form-table__data input[type=text].text-large {
    max-width: 400px;
    width: 100%;
  }
}
.form-table__data input[type=text] +span {
  display: inline;
  padding: 0 5px;
}
.form-table__data textarea {
  padding: 5px 10px;
  width: 100%;
}
.form-table__data >strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.4rem;
}
.form-table__data .label-list +strong {
  margin-top: 25px;
}
@media only screen and (max-width: 60em) {
  .form-table__data {
    padding: 15px 0;
    padding-left: 0;
  }
}

.cvt-lineup {
  margin-top: 40px;
}

.cvt-lineup__section {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}
.cvt-lineup__section .btn {
  clear: both;
  margin-top: 30px;
}
@media only screen and (max-width: 60em) {
  .cvt-lineup__section .btn a {
    margin: auto;
  }
}

.cvt-lineup__body {
  padding-right: 220px;
}
@media only screen and (max-width: 60em) {
  .cvt-lineup__body {
    padding-right: 0;
  }
}

.cvt-lineup__head-title {
  margin: auto;
  color: #004a30;
  font-weight: 500;
  font-size: 2rem;
}
.cvt-lineup__head-title img {
  display: block;
  margin-bottom: 15px;
}

.cvt-lineup__sub-title {
  margin: auto;
  margin-top: 20px;
  font-weight: 500;
  font-size: 1.7rem;
}

.cvt-lineup__text {
  margin-top: 20px;
  margin-bottom: auto;
}

.cvt-lineup__caution {
  display: block;
  font-size: 1.2rem;
}
.cvt-lineup__text ~.cvt-lineup__caution,
.cvt-lineup__text .cvt-lineup__caution {
  margin-top: 10px;
}

.cvt-lineup__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 100%;
}
.cvt-lineup__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 60em) {
  .cvt-lineup__img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: 200px;
  }
}

.reports-index:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.reports-index__img {
  float: left;
  width: 182px;
	border: 1px solid #ccc;
}
.reports-index__img.type_01{
  border: 1px solid #ccc;
}
@media only screen and (max-width: 37.5em) {
  .reports-index__img {
    float: none;
    margin: auto auto 10px;
  }
}

.reports-index__block {
  padding-left: 210px;
}
.reports-index__block .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 37.5em) {
  .reports-index__block {
    padding-left: 0;
    text-align: center;
  }
  .reports-index__block .btn {
    margin-top: 20px;
  }
  .reports-index__block .btn a,
  .reports-index__block .btn span {
    margin-right: auto;
    margin-left: auto;
  }
}

.reports-index__block-title {
  position: relative;
  margin-top: auto;
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.5rem;
}
.reports-index__block-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  background: transparent url(../img/common/icon-pdf.jpg) center center no-repeat;
  background-size: cover;
  content: "";
}
.reports-index__block-title a {
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
.reports-index__block-title a:hover {
  color: #004a30;
  text-decoration: underline;
}
@media only screen and (max-width: 60em) {
  .reports-index__block-title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .reports-index__block-title {
    display: inline-block;
    text-align: center;
  }
}

.reports-index__list {
  padding-left: 0;
  list-style-type: none;
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .reports-index__list {
    text-align: left;
  }
}

.reports-index__list__item {
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: 1px solid #e5e5e5;
}

.reports-index__title {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.4rem;
}

.reports-index__item {
  display: inline-block;
  margin-bottom: 15px;
  width: 48%;
  vertical-align: top;
  font-size: 1.2rem;
}
.reports-index__item:nth-child(2n) {
  margin-left: 4%;
}
.reports-index__item a {
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
.reports-index__item a:hover {
  color: #004a30;
  text-decoration: underline;
}
@media only screen and (max-width: 37.5em) {
  .reports-index__item {
    display: block;
    width: 100%;
  }
  .reports-index__item:nth-child(n) {
    margin-left: 0;
  }
}

.reports-archive {
  margin-top: 60px;
}

.reports-archive__block-title {
  margin: auto;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  color: #004a30;
  font-weight: 500;
  font-size: 2rem;
}
@media only screen and (max-width: 60em) {
  .reports-archive__block-title {
    font-size: 1.7rem;
  }
}

.reports-archive__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  margin-top: 20px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.reports-archive__item {
  margin-bottom: 30px;
  width: 48%;
  font-size: 0;
}

.reports-archive__img {
  float: left;
  width: 100px;
}
.reports-archive__img.type_01 img {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 37.5em) {
  .reports-archive__img {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .reports-archive__img img {
    display: block;
    margin: auto;
  }
}

.reports-archive__title {
  position: relative;
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: 120px;
  padding-left: 20px;
  font-size: 1.4rem;
}
.reports-archive__title:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  background: transparent url(../img/common/icon-pdf.jpg) center center no-repeat;
  background-size: cover;
  content: "";
}
.reports-archive__title a {
  display: block;
  text-align: left;
  text-decoration: none;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: color;
}
.reports-archive__title a:hover {
  color: #004a30;
  text-decoration: underline;
}
@media only screen and (max-width: 60em) {
  .reports-archive__title {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .reports-archive__title {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
  }
}

.label-list {
  font-size: 0;
}

.label-list__item {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.label-list__item:nth-child(n) {
  display: inline-block ;
  margin-right: 1%;
  margin-left: 1%;
  width: 32% ;
  vertical-align: top;
  font-size: 1.4rem;
}
.label-list__item:nth-child(3n+1) {
  margin-left: 0;
}
.label-list__item:nth-child(3n+3) {
  margin-right: 0;
}
.label-list__item input[type=checkbox],
.label-list__item input[type=radio] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
}
.label-list__item input.ex-small {
  display: inline;
  width: 60px;
  height: 15px;
  font-size: 1.2rem;
}
.label-list__item span {
  display: inline-block;
  padding-left: 20px;
}
@media only screen and (max-width: 60em) {
  .label-list__item {
    font-size: 1.2rem;
  }
  .label-list__item:nth-child(n) {
    display: inline-block ;
    margin-right: 1%;
    margin-left: 1%;
    width: 49% ;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .label-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .label-list__item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.quality-policy {
  position: relative;
}
.documents__box-title +.quality-policy {
  margin-top: 20px;
}

.quality-policy__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin: auto;
  border-top: 1px solid #e5e5e5;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.quality-policy__list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.quality-policy__list-title {
  float: left;
  padding: 15px 0;
  width: 130px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 500;
}

.quality-policy__list-data {
  margin-left: 0;
  padding: 15px 20px;
  width: calc(100% - 130px);
  border-bottom: 1px solid #e5e5e5;
}

.data-table {
  /* overflow-x: scroll; */
  margin-top: 20px;
}

.data-table__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  min-width: 600px;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.data-table__block {
  width: 20%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.w-evenly .data-table__block{
  flex: 1;
}



.data-table__block:nth-child(1) {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.data-table__block:nth-child(2) {
  width: 10%;
}
.data-table__block:first-child {
  border-left: 1px solid #e5e5e5;
}

.data-table__block__title {
  padding: 10px;
  border-right: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
}
@media only screen and (max-width: 37.5em) {
  .data-table__block__title {
    font-size: 1.1rem;
  }
}

.data-table__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: stretch;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e5e5e5;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.data-table__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  width: 100%;
  border-right: 1px solid #e5e5e5;
  font-size: 1.2rem;

  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.data-table__col:nth-child(n+2) {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 60em) {
  .data-table__col {
    font-size: 1.1rem;
  }
}

.data-table__cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 5px 10px;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 1.2;

  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.data-table__cell.table-text-right{
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.data-table__cell.table-text-left{
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}


.data-table__cell +.data-table__cell {
  border-top: 1px solid #e5e5e5;
}
.data-table__cell strong {
  display: inline-block;
  font-weight: 500;
}

.data-graphs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  margin-top: 30px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.data-graph {
  margin-bottom: 30px;
  width: 47%;
}
.data-graph:nth-child(2n) {
  margin-left: 6%;
}
@media only screen and (max-width: 60em) {
  .data-graph {
    margin-bottom: 20px;
    width: 100%;
  }
  .data-graph:nth-child(2n) {
    margin-left: 0;
  }
}

.data-graph__title {
  margin-top: auto;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.7rem;
}
@media only screen and (max-width: 60em) {
  .data-graph__title {
    font-size: 1.5rem;
  }
}

.get-adobe {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}
.get-adobe:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.get-adobe__img {
  float: left;
  width: 160px;
}
@media only screen and (max-width: 37.5em) {
  .get-adobe__img {
    float: none;
    margin-bottom: 15px;
  }
}

.get-adobe__content {
  padding-left: 180px;
}
.get-adobe__content p {
  margin: auto;
  font-size: 1.2rem;
}
.get-adobe__content a {
  text-decoration: underline;
}
@media only screen and (max-width: 60em) {
  .get-adobe__content p {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .get-adobe__content {
    padding-left: 0;
  }
}

.l-global__main-content {
  padding-bottom: 0;
}

.l-global__main-column {
  padding: 40px 0;
}
@media only screen and (max-width: 60em) {
  .l-global__main-column {
    padding: 20px 0;
  }
}

.bottom-slider {
  padding: 60px 0;
}

.breadcrumb {
  border-top: 1px solid #e5e5e5;
}

.documents__box.bg_gray{
  background: #f7f9f9;
  margin-top: 40px;
  padding:30px 30px;
}
@media only screen and (max-width: 60em) {
  .documents__box.bg_gray{
    margin-top: 20px;
  padding:15px 15px;
  }
}
.documents__box--title.healthgroup{
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0;
}
@media only screen and (max-width: 60em) {
  .documents__box--title.healthgroup{
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 60em) {
  .documents__box--text.healthgroup{
    font-size: 1.3rem;
  }
}

.documents__box--text.healthgroup .text-right{
  text-align: right;
  display: block;
}
.mt-60{
  margin-top:60px;
}
@media only screen and (max-width: 60em) {
  .mt-60{
    margin-top:30px;
  }
}
.documents__images--title{
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0px;
}

/* カーボンニュートラル */
.wrap-cni {
  background: #f7f9f9;
  padding: 30px;
  margin: 40px auto 0;
}
.wrap-cni .documents__block + .documents__block {
  margin-top: 50px;
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  background-color: transparent;
  color: transparent;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.slick-arrow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 15px;
  height: 29px;
  background: transparent url(../img/common/arrow-gray-left.png) center center no-repeat;
  background-size: cover;
  content: "";
}
.carbon-slider .slick-arrow {
  top: auto;
  bottom: auto;
}
@media only screen and (max-width: 37.5em) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-prev {
  left: -40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-next {
  right: -40px;
}
.carbon-slider__block {
  position: relative;
}
@media only screen and (max-width: 60em) {
  .carbon-slider__block .slick-arrow {
    visibility: hidden;
  }
}
.carbon-slider__slide {
  overflow: hidden;
  margin-right: -10px;
  margin-left: -10px;
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .carbon-slider__slide {
    margin: auto;
  }
}
.carbon-slider__item {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  outline: none;
  vertical-align: top;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.carbon-slider__item:hover {
  opacity: 0.5;
  cursor: pointer;
}
.carbon-slider__title {
  margin: 15px auto 5px;
  font-size: 1.2rem;
}
.cni__box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cni__box .cni-text {
  width: 63%;
}
.cni__box .cni-img {
  width: 33%;
}
.carbon-slider-title {
  text-align: center;
}
.carbon-slider {
  margin-top: 20px;
}
@media only screen and (max-width: 37.5em) {
  .cni__box {
    display: block
  }
  .cni__box .cni-text {
    width: 100%;
  }
  .cni__box .cni-img {
    display: none;
  }
}
#cni-001:before,
#cni-002:before,
#cni-003:before,
#cni-004:before {
  display: block;
  height: 10rem;
  margin-top: -10rem;
  content: "";
}


@media screen and (min-width: 600px) {
  .doc-SDGs{
    display: flex;
  }
  .doc-SDGs .documents_items{
    margin-left: 0;
  }
}

.doc-SDGs .doc-SDGs_img{
  margin: 1em 0;
  flex-shrink: 0;
}

.documents__img .doc-3r span {
  font-size: 1.8rem;
  font-weight: bold;
}
.documents__img .doc-img {
  display: block;
  margin: auto;
}
.documents__img .doc-recycle span {
  margin-bottom: 4rem;
}
.documents__block .doc-2050{
  text-align: center;
}
.documents__block .doc-SDGs_3r{
  margin: 0;
  padding-left: 20px;
}
.documents__block .doc-txt{
  margin: 0;
}





/* TEXT RIGHT */
.text-right {
  text-align: right;
  display: block;
}




/* FIGURE */

.documents__img > figcaption + img {
  margin-top: 1rem;
}
/* TABKE */
.data-table {
  overflow-x: auto;
}

.table {
  overflow-x: auto;
  margin-top: 1rem;
}

.table table {
  width: 100%;
  min-width: max-content;
  border-collapse: collapse;
}
.table tbody {
  border: 1px solid #e5e5e5;
}

.table tfoot td {
  border: none;
  text-align: right;
}

.table th {
  background-color: #f5f5f5;
  text-align: center;
  font-weight: 500;

}


.table th, .table td {
  padding: 10px;
  font-size: 1.1rem;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.table td {
  background-color: #fff;
}

.table td.back-color-gray{
  background-color: #f5f5f5;
}

@media all and (min-width: 37.5em) {
  .table th, .table td {
    font-size: 1.4rem;
  }

}


/* DOCUMENT COLUMN */
.documents__column {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}


@media all and (min-width: 60em) {
  .documents__column--2 {
    grid-template-columns: 1fr 1fr;
  }

  .documents__column--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .documents__column--2L {
    grid-template-columns: 2fr 1fr;
  }


}

/* TEXT MODIFIER */

.text--pink {
  color: #ec008c;
}
.text--bold {
  font-weight: 700;
}

.text--left{
  text-align: left;
}


.text--right{
  text-align: right;
}
.flex__space {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
}

/* HEADINGS */
/* 大見出し */
.heading1 {}

/* 中見出し */
.documents__box-title {}

.heading2{
    margin: auto;
    color: #004a30;
    font-weight: 500;
    font-size: 1.7rem;
}


/* 小見出し */
.heading3 {
  font-size: 1.7rem;
  margin: 2rem 0 0;
  font-weight: 500
}

/* 本文TEXT */
.documents__text{}


/* 小見出し */
.heading4 {
  font-size:1.4rem;
  margin: 2rem 0 0;
}

/* BOLD HEADING */
.heading5 {
  font-size:1.3rem;
  margin: 4rem 0 0;
  font-weight: 700;
}

.heading5 .title-sub-right{
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}

/* BACKGROUND GREY */
.heading7 {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1rem;
  background-color: #f5f5f5;
  color: #000;
  margin: 2rem 0 0;
}



/* FAT HEADER */
.heading8 {
  font-size: 2.7rem;
  font-weight: 900;
  margin: 2rem 0 1rem;
}

@media all and (min-width:60em) {
  .heading2 {
    font-size: 2rem;
  }
  .heading3 {
    font-size: 2rem;
  }
  .heading4 {
    font-size:1.7rem;
  }
  .heading5 {
    font-size:1.4rem;
  }
  .heading7 {
    font-size: 1.4rem;
  }
  .heading8 {
    font-size: 3rem;
  }
}


/* NUMBER LIST */
ol.number {
  counter-reset: number;
  margin: 1rem 0 0;
  padding: 0;
}
.number  li{
  display: flex;
  gap: 0.5rem;
  font-size: 1.2rem;
}
.number li::before {
  counter-increment: number;
  content: counter(number)".";
  flex-shrink: 0;
  font-weight: 700;
}

/* ASTERISK LIST */
.asterisk {
  counter-reset: asterisk;
  margin: 1rem 0 0;
  padding: 0;

}
.asterisk li{
  display: flex;
  gap: 0.5rem;
  font-size: 1.2rem;

}

.asterisk li a{
  text-decoration:underline;
}

.asterisk li::before {
  counter-increment: asterisk;
  content: "＊" counter(asterisk);
  flex-shrink: 0;
}
.asterisk li::before {
  content: "＊";
  flex-shrink: 0;
}
/* ADDITIONAL CSS */

.documents__bg {
    padding:2rem ;
    margin-top: 2rem;
}

.documents__bg--green {
  background-color: #e6f5f4;
  padding: 1.5rem 1rem;
}

.documents__bg--green dl dt b {
  color: #009b91;
  font-weight: 700;
  text-wrap: nowrap;
}


.documents__bg--gray {
  background-color:#e6e7e8;
}


.documents__bg-title {
  font-size: 1.7rem;
}
@media all and (min-width: 60em) {
  .documents__bg {
    padding:3rem ;
  }
  .documents__bg-title {
    font-size: 2rem;
  }
}

/* DL */

dl {
  margin: 0;
}

dl.dot dt {
  display: flex;
  gap: 0.5rem;
}

dl.dot dt p{
  margin: 0;
  margin-bottom: 1rem;
}
dl.dot dt::before {
  content: "●";
  color:#009b91 ;
}



/* GRID */

.documents__grid {
  display: grid;
  margin-top: 2rem;
  gap: 1rem;

}
.documents__grid-item {
  background-color: #e6e7e8;
  padding: 2rem;
}
.documents__grid-title {
  font-size: 1.7rem;
  display: block;
  line-height: 1.6;
  margin-bottom: 1rem;
}

@media all and (min-width: 60em) {
  .documents__grid-title {
    font-size: 2rem;
  }
  .documents__grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr
  }
  .documents__grid-item {
    padding: 3rem;
  }
}

.icon-size{
  max-height:50px;
}

img.max-w01{
  max-width:230px;
    display:block;
  margin:0 auto;
}

.max-w01{
  max-width:230px;
    display:block;
  margin:0 auto;
}

img.max-w02{
  max-width:100%;
}
img.max-w03{
  max-width:100%;
  display:block;
  margin:0 auto;
}
img.max-w04{
  max-width:80%;
  display:block;
  margin:0 auto;
}

@media all and (min-width: 60em) {
 .icon-size{
  max-height:60px;
}
img.max-w01{
  max-width:280px;
    display:block;
  margin:0 auto;
}

.max-w01{
  max-width:280px;
    display:block;
  margin:0 auto;
}

img.max-w02{
  max-width:580px;
}
img.max-w03{
  max-width: 560px;
  display:block;
  margin:0 auto;
}

.max-w03{
  max-width: 560px;
  display:block;
  margin:0 auto;
}

img.max-w04{
  max-width:480px;
  display:block;
  margin:0 auto;
}
}

.mrgin-t0{
  margin-top:0!important;
}

.font-size01{
  font-size:1.2rem;
}
.mgn-t-20px{
  margin-top: 0px;
}


@media all and (min-width: 60em) {
 .font-size01{
  font-size:1.4rem;
}
}

.table-caption{
  font-size:1.2rem;
  display:block;
  margin-top:0.5rem;
  text-align:right;
}

.mgn-t-2rem{
  margin-top:2rem!important;
}

.mgn-t-4rem{
  margin-top:4rem!important;
}
.mgn-t-6rem{
  margin-top:6rem!important;
}
.mgn-t-8rem{
  margin-top:8rem!important;
}
.mgn-t-0{
  margin-top:0!important;
}

.pdg-t-0{
  padding-top:0!important;
}
.pdg-t-4rem{
  padding-top:4rem!important;
}
.mgn-b-2rem{
  margin-bottom:2rem!important;
}
sup.under{
  top:0.25em;
}

.message-flex{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: self-start;
}

.message-flex > div{
  width: 100%;
  order: 1;
  /* margin-bottom: 4rem; */
}

.message-flex figure{
  order: 0;
  margin-bottom: 4rem;
}

.ceo-name{
  text-align:right;
}

.message-flex figure > div img{
  width:160px;
}

@media all and (min-width: 60em) {
.message-flex{
  display: flex;
  justify-content: space-between;
  flex-direction: unset;
}

.message-flex > div{
  width: calc((100% - 50px) / 2);
  order: 0;
}

.message-flex figure{
  order: 1;
  margin-bottom: 2rem;
}
}

.security-list{
  list-style:none;
  padding:0;
  margin: 0.5rem 0;
}

.security-list li{
  margin-bottom: 0.75rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.br-pc{
  display:block;
}
.br-sp{
  display:none;
}

.under-line{
  text-decoration: none;
}

.under-line:hover{
  text-decoration: underline;
}

@media all and (min-width: 60em) {

.br-pc{
  display:none;
}
.br-sp{
  display:block;
}
}

.pdf-icon{
  position:relative;
}
.pdf-icon:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  display: block;
  margin: auto;
  width: 14px;
  height: 14px;
  background: transparent url(../img/common/icon-pdf.jpg) center center no-repeat;
  background-size: cover;
  content: "";
}

@media all and (min-width: 60em) {
.pdf-icon:before{
 left: -20px;
  width: 16px;
  height: 16px;
}
}

#compliance01,#compliance02,#compliance03,#human-rights01,#materiality01,#materiality02,#materiality03,#materiality04,#materiality05,#materiality03,#circulating-society01,#circulating-society02,#communication01,#management01,#management02,#decarbonization01,#management03,#management04,#management05,#water-resource01,#circulating-society01,#scm01,#health02,#health03{
  display:block;
  margin-top:-100px;
  padding-top:100px;
}

.text-link01{
  display: block;
  margin-top: 3rem;
  font-size: 1.4rem;
  color: #004a30;
  text-decoration: underline;
}

.text-link01:hover{
  text-decoration: none;
}


.text-link{
  display:block;
}

.text-link a{
  display:inline-block;
  margin-top:1rem;
  margin-right:1rem;
  text-decoration:none;
  color: #004a30;
  text-decoration: underline;
}
.text-link a:last-child{
  margin-top:0;
  margin-right:0;
}

.text-link a:hover{
  text-decoration: none;
}

@media all and (min-width: 60em) {
.text-link a:last-child{
  margin-top:1rem;
  margin-right:0;
}
}

.pc {
  display: none;
}
@media all and (min-width:60em) {
  .sp {
      display: none;
  }
  .pc {
      display: initial;
  }
}

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

.mgnt-10{
  margin-top: 10px;
  display: block;
}

.basic-policy-box{
  margin-bottom:3rem;
}
.basic-policy-box .num-bar{
  color:#fff;
  background-color:#004a30;
  padding:0.5rem 1rem;
  font-weight:700;
  font-size:1.8rem;
  line-height:1;
  margin-bottom: 1.5rem;
}

.basic-policy-box .inner{
  display:flex;
  align-items:flex-start;
  gap:2rem;
}

.basic-policy-box .inner .heading5 {
margin:0;
}

.basic-policy-box .inner font{
  font-weight:500;
}

.basic-policy-box .inner img{
 max-width:110px;
}

.text-link02{
  font-size:14px;
  display:block;
  margin-top:2rem;
  color: #004a30;
  text-decoration:underline;
  text-align: center;
}

.text-link02:hover{
  text-decoration:none;
}
