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

  SIDENAV

======================================= */
.sidenav {
  width: 22.5%;
  max-height: calc(100svh - 144px);
  overflow: auto;
  position: sticky;
  top: 128px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #fff;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.14);
}
.sidenav::-webkit-scrollbar {
  width: 3px;
  background-color: #F0F3F7;
}
.sidenav::-webkit-scrollbar-thumb {
  background-color: #DDDDDD;
}
@media only screen and (max-width: 767px) {
  .sidenav {
    width: 100%;
    max-height: none;
  }
}
.sidenav a {
  color: #1C1C1C;
  text-decoration: none;
}
.sidenav nav {
  border-top: 4px solid #004098;
}
.sidenav .sidenav_heading_wrap {
  padding: 24px 16px;
}
.sidenav .sidenav_heading_wrap .sidenav_title_ja {
  color: #1C1C1C;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.sidenav .sidenav_heading_wrap .sidenav_title_en {
  margin-top: 8px;
  color: #DDDDDD;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: "Barlow Condensed", sans-serif;
}
.sidenav .primary_list .primary_list_item {
  position: relative;
  border-top: 1px solid #D5DDEA;
  -webkit-transition: background 0.3s, border-radius 0.3s ease-out;
  transition: background 0.3s, border-radius 0.3s ease-out;
}
.sidenav .primary_list .primary_list_item.parent .primary_list_link::before {
  content: "\e90b";
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) and (pointer: fine) {
  .sidenav .primary_list .primary_list_item.parent .primary_list_link:hover::before {
    right: 20px;
  }
}
.sidenav .primary_list .primary_list_item.parent.open {
  border-radius: 8px;
  background: #F0F3F7;
  border-top: 1px solid #fff;
}
.sidenav .primary_list .primary_list_item.parent.open + li {
  border-top: 1px solid #fff;
}
.sidenav .primary_list .primary_list_item.parent.open .primary_list_link::before {
  content: "\e90c";
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 19px;
  background: #D5DDEA;
  color: #1C1C1C;
  border-radius: 2px;
  right: 15px;
}
.sidenav .primary_list .primary_list_item.current {
  border-top: 1px solid #fff;
  background: #F0F3F7;
}
.sidenav .primary_list .primary_list_item.current .primary_list_link {
  color: #004098;
}
.sidenav .primary_list .primary_list_item.current:not(.parent) .primary_list_link::before {
  content: none;
}
.sidenav .primary_list .primary_list_item.no_article span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 36px 24px 16px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.5);
}
.sidenav .primary_list .primary_list_item .primary_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 36px 24px 16px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
}
.sidenav .primary_list .primary_list_item .primary_list_link::before {
  content: "\e901";
  font-family: "kantodenka";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #004098;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
.sidenav .primary_list .primary_list_item .primary_list_link[target=_blank]::before {
  content: "\e904";
  font-size: 1.3rem;
  line-height: 1;
  right: 19px;
}
@media (hover: hover) and (pointer: fine) {
  .sidenav .primary_list .primary_list_item .primary_list_link:hover::before {
    right: 16px;
  }
}
.sidenav .secondary_list {
  padding: 0 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.sidenav .secondary_list .secondary_list_item {
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.sidenav .secondary_list .secondary_list_item.parent .secondary_list_link::before {
  content: "\e90b";
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) and (pointer: fine) {
  .sidenav .secondary_list .secondary_list_item.parent .secondary_list_link:hover::before {
    right: 16px;
  }
}
.sidenav .secondary_list .secondary_list_item.parent.open {
  border-radius: 8px;
}
.sidenav .secondary_list .secondary_list_item.parent.open .secondary_list_link::before {
  content: "\e90c";
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 19px;
  background: #D5DDEA;
  color: #1C1C1C;
  border-radius: 2px;
  right: 8px;
}
.sidenav .secondary_list .secondary_list_item.current .secondary_list_link {
  color: #004098;
  background: #D5DDEA;
}
.sidenav .secondary_list .secondary_list_item.current:not(.parent) .secondary_list_link::before {
  content: none;
}
.sidenav .secondary_list .secondary_list_item.current:has(ul) .secondary_list_link {
  background: #fff;
}
.sidenav .secondary_list .secondary_list_item .secondary_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 36px 16px 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.sidenav .secondary_list .secondary_list_item .secondary_list_link::before {
  content: "\e901";
  font-family: "kantodenka";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #004098;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
.sidenav .secondary_list .secondary_list_item .secondary_list_link[target=_blank]::before {
  content: "\e904";
  font-size: 1.3rem;
  line-height: 1;
  right: 11px;
}
@media (hover: hover) and (pointer: fine) {
  .sidenav .secondary_list .secondary_list_item .secondary_list_link:hover::before {
    right: 8px;
  }
}
.sidenav .tertiary_list {
  margin: 8px 8px 16px;
  padding: 8px 0;
  border-left: 1px solid #D5DDEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.sidenav .tertiary_list .tertiary_list_item {
  position: relative;
  background: #fff;
}
.sidenav .tertiary_list .tertiary_list_item.current .tertiary_list_link {
  color: #004098;
}
.sidenav .tertiary_list .tertiary_list_item .tertiary_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px 0 8px;
  font-size: 1.3rem;
  line-height: 1.6153846154;
  font-weight: 500;
  position: relative;
  background: #fff;
}
.sidenav .tertiary_list .tertiary_list_item .tertiary_list_link::before {
  content: "\e901";
  font-family: "kantodenka";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #004098;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 4px;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
}
.sidenav .tertiary_list .tertiary_list_item .tertiary_list_link[target=_blank]::before {
  content: "\e904";
  font-size: 1.3rem;
  line-height: 1;
  right: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .sidenav .tertiary_list .tertiary_list_item .tertiary_list_link:hover::before {
    right: 0;
  }
}
.sidenav .link_wrap {
  position: relative;
}
.sidenav .link_wrap:not(:has(a)) .toggle_btn {
  width: 100%;
}
.sidenav .toggle_btn {
  display: block !important;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.sidenav .active > a {
  color: #004098;
}

.search_filter_area .search_filter_item {
  padding: 24px 8px 16px;
  border-top: 1px solid #D5DDEA;
}
.search_filter_area .filter_title {
  margin: 0 0 20px 8px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  color: #004098;
}
.search_filter_area .select_wrap {
  display: block;
  position: relative;
}
.search_filter_area .select_wrap select {
  padding: 15px 32px 16px 8px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  border: 1px solid #D5DDEA;
  border-radius: 4px;
}

/*-----------------------------------------
  PC
-----------------------------------------*/
/* =======================================

  CONTENTS

======================================= */
/*-----------------------------------------
  page_archive
-----------------------------------------*/
#page_archive {
  position: relative;
}
#page_archive #key_bg {
  width: 100%;
  height: 400px;
  background-color: #1D458F;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-position: fixed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#page_archive.product #key_bg {
  background-image: url("/img/product/product_bg.jpg");
}
#page_archive.product_new #key_bg {
  background-image: url("/img/product_new/product_new_bg.jpg");
}
#page_archive.research #key_bg {
  background-image: url("/img/research/research_bg.jpg");
}
#page_archive.company #key_bg {
  background-image: url("/img/company/company_bg.jpg");
}
#page_archive.sustainability #key_bg {
  background-image: url("/img/sustainability/sustainability_bg.jpg");
}
#page_archive.ir #key_bg {
  background-image: url("/img/ir/ir_bg.jpg");
}
#page_archive.kdk #key_bg {
  background-image: url("/img/kdk/kdk_bg.jpg");
}
#page_archive .title_field span {
  color: #fff;
}
#page_archive .title_field h1 {
  color: #fff;
}
#page_archive main {
  padding-block: 80px;
  background: #F0F3F7;
}
@media only screen and (max-width: 767px) {
  #page_archive main {
    padding-block: 40px;
  }
}

/*-----------------------------------------
  page_archive
-----------------------------------------*/
.archive_list a {
  color: #1C1C1C;
}
.archive_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .archive_list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.archive_list ul.large {
  grid-template-columns: repeat(1, 1fr);
}
.archive_list ul.clm_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .archive_list ul.clm_2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.archive_list .archive_item {
  display: grid;
  grid-template-rows: subgrid;
}
.archive_list .archive_item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive_list .archive_item a .info {
  height: 100%;
  padding: 24px 64px 24px 32px;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .archive_list .archive_item a .info {
    padding: 16px 56px 16px 24px;
  }
}
.archive_list .archive_item a .info span {
  display: block;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.archive_list .archive_item a .info .info_title_sub {
  margin-bottom: 8px;
  color: #BCC4D8;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .archive_list .archive_item a .info .info_title_sub {
    margin-bottom: 4px;
    font-size: 13px;
  }
}
.archive_list .archive_item a .info .info_title_main {
  font-size: 18px;
}
.archive_list .archive_item a .info p {
  padding-top: 16px;
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .archive_list .archive_item a .info p {
    font-size: 13px;
  }
}
.archive_list .archive_item a .info::after {
  content: "\e908";
  font-family: "kantodenka";
  width: 28px;
  height: 28px;
  display: inline-block;
  padding-left: 2px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #3366C2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 24px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .archive_list .archive_item a .info::after {
    right: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .archive_list .archive_item a:hover .info {
    background: rgba(255, 255, 255, 0.7);
  }
  .archive_list .archive_item a:hover .info .info_title_main {
    color: #3366C2;
  }
  .archive_list .archive_item a:hover .info::after {
    margin-right: -8px;
  }
}
.archive_list .archive_item.large {
  width: 100%;
}
.archive_list .archive_item.large a {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .archive_list .archive_item.large a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive_list .archive_item.large a figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.archive_list .archive_item.large a .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .archive_list .archive_item.large a .info {
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .archive_list .archive_item.large a .info::after {
    top: 24px;
    right: 24px;
    translate: 0 0;
  }
}
.archive_list .archive_item.large a .info .info_title_main {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .archive_list .archive_item.large a .info .info_title_main {
    font-size: 20px;
    padding-right: 40px;
  }
}
.archive_list .archive_item.text_info a .info {
  padding-block: 40px;
}
@media only screen and (max-width: 767px) {
  .archive_list .archive_item.text_info a .info {
    padding-block: 32px;
  }
}

/*-----------------------------------------
  page_leaf
-----------------------------------------*/
#page_leaf .title_field .cont_inner {
  position: relative;
}
#page_leaf .title_field .cont_inner::before {
  content: "";
  width: 917px;
  height: 760px;
  display: block;
  background: url("/img/common/elm.png") 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 0.16;
  position: absolute;
  top: -423px;
  left: -380px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #page_leaf .title_field .cont_inner::before {
    left: -420px;
  }
}
#page_leaf .title_field .cont_inner::after {
  content: "";
  width: 1200px;
  height: 1200px;
  display: block;
  background: url("/img/common/elm.png") 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 0.25;
  position: absolute;
  top: -840px;
  left: -580px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #page_leaf .title_field .cont_inner::after {
    display: none;
  }
}
#page_leaf main {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #page_leaf main {
    padding-bottom: 48px;
  }
}

.title_field {
  padding: 80px 0 104px;
}
@media only screen and (max-width: 767px) {
  .title_field {
    overflow: hidden;
    padding: 48px 0;
  }
}
.title_field span {
  color: #004098;
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.title_field h1 {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .title_field h1 {
    font-size: 38px;
  }
}

/*-----------------------------------------
  entry_field
  common elements
-----------------------------------------*/
.entry_field > section:not(:first-child) {
  margin-block: 64px;
}
@media only screen and (max-width: 767px) {
  .entry_field > section:not(:first-child) {
    margin-block: 48px;
  }
}
.entry_field .btn {
  color: #fff;
}
.entry_field .btn_area {
  margin-bottom: 40px;
}
.entry_field {
  /*figure*/
}
.entry_field figure {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .entry_field figure {
    margin-bottom: 24px;
  }
}
.entry_field figure.frame {
  padding: 40px;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .entry_field figure.frame {
    padding: 24px;
  }
}
.entry_field figure figcaption {
  padding-top: 24px;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  color: #6376A5;
}
@media only screen and (max-width: 767px) {
  .entry_field figure figcaption {
    padding-top: 16px;
  }
}
.entry_field figure figcaption.catch {
  padding-top: 40px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  color: #004098;
}
@media only screen and (max-width: 767px) {
  .entry_field figure figcaption.catch {
    padding-top: 24px;
    font-size: 18px;
  }
}
.entry_field figure figcaption.catch.top {
  padding-block: 0 24px;
}
.entry_field figure figcaption.common {
  text-align: center;
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .entry_field figure figcaption.common {
    grid-column: auto;
  }
}
.entry_field figure figcaption.clm_inner {
  padding-top: 0;
}
.entry_field figure ul:last-child {
  margin-bottom: 0;
}
.entry_field figure ul li {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .entry_field .clm_2 figure, .entry_field .clm_3 figure, .entry_field .clm_4 figure {
    margin-bottom: 0;
  }
  .entry_field .clm_2 figure:last-child, .entry_field .clm_3 figure:last-child, .entry_field .clm_4 figure:last-child {
    margin-bottom: 24px;
  }
}
.entry_field .box_shadow {
  position: relative;
}
.entry_field .box_shadow::before {
  content: "";
  width: 100%;
  height: 65px;
  display: block;
  background: url("/img/common/shadow.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: -1;
}
.entry_field .figure_box_shadow img {
  position: relative;
  z-index: 2;
}
.entry_field .figure_box_shadow::before {
  z-index: 1;
}
.entry_field {
  /*sideimg_set*/
}
.entry_field .sideimg_set {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .entry_field .sideimg_set {
    margin-bottom: 24px;
    display: block;
  }
}
.entry_field .sideimg_set.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry_field .sideimg_set figure {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .entry_field .sideimg_set figure {
    margin-bottom: 16px;
    margin-inline: auto;
  }
}
.entry_field .sideimg_set .info {
  margin-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.entry_field .sideimg_set .info > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .entry_field .sideimg_set .info {
    margin: 0;
  }
}
.entry_field .sideimg_set .info h2, .entry_field .sideimg_set .info h3, .entry_field .sideimg_set .info h4, .entry_field .sideimg_set .info h5 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .entry_field .sideimg_set .info h2, .entry_field .sideimg_set .info h3, .entry_field .sideimg_set .info h4, .entry_field .sideimg_set .info h5 {
    margin-bottom: 16px;
  }
}
.entry_field .sideimg_set .info p {
  text-align: left;
}
.entry_field .sideimg_set .info .news_field ul {
  margin-bottom: 0;
}
.entry_field .sideimg_set.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.entry_field .sideimg_set.reverse .info {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .entry_field .sideimg_set.reverse .info {
    margin: 0;
  }
}
.entry_field .sideimg_set.pc_reverse .info {
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .entry_field .sideimg_set.pc_reverse .info {
    margin: 0 0 16px 0;
  }
  .entry_field .sideimg_set.pc_reverse figure {
    margin: 0 0 24px 0;
  }
}
.entry_field .sideimg_set.task figure {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .entry_field .sideimg_set.task figure {
    padding: 24px 40px 16px;
  }
}

/*-----------------------------------------
  inner_nav
-----------------------------------------*/
#inner_nav,
.category_nav {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #inner_nav,
  .category_nav {
    padding-bottom: 24px;
  }
}
#inner_nav .dropdown_toggle,
.category_nav .dropdown_toggle {
  display: none;
}
@media only screen and (max-width: 767px) {
  #inner_nav .dropdown_toggle,
  .category_nav .dropdown_toggle {
    width: 100%;
    min-width: 280px;
    height: auto;
    padding: 16px 24px;
    position: relative;
    display: block;
    text-align: left;
    border: 1px solid #D5DDEA;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #inner_nav .dropdown_toggle::after,
  .category_nav .dropdown_toggle::after {
    content: "\e951";
    font-family: "kantodenka";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #inner_nav .dropdown_toggle.sp_active,
  .category_nav .dropdown_toggle.sp_active {
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
  }
}
#inner_nav ul,
.category_nav ul {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2px;
  margin-bottom: 0;
}
#inner_nav ul.active_list,
.category_nav ul.active_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #inner_nav ul.active_list,
  .category_nav ul.active_list {
    display: none;
  }
}
#inner_nav ul li,
.category_nav ul li {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#inner_nav ul li::before,
.category_nav ul li::before {
  display: none;
}
#inner_nav ul li a,
.category_nav ul li a {
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding-inline: 4px;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#inner_nav ul li a::before,
.category_nav ul li a::before {
  display: none;
}
#inner_nav ul li a[target=_blank]::after,
.category_nav ul li a[target=_blank]::after {
  padding-left: 0.2em;
  content: "\e921";
  font-family: "kantodenka";
}
@media (hover: hover) and (pointer: fine) {
  #inner_nav ul li a:hover,
  .category_nav ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #BCC4D8;
  }
}
#inner_nav ul li.current a,
.category_nav ul li.current a {
  color: #fff;
  background: #6376A5;
}
@media only screen and (max-width: 767px) {
  #inner_nav ul.sp_active,
  .category_nav ul.sp_active {
    border: 1px solid #D5DDEA;
  }
  #inner_nav ul.sp_active li a,
  .category_nav ul.sp_active li a {
    min-height: 0;
    padding: 8px 16px;
    display: block;
    text-align: left;
    font-size: 15px;
  }
}

/*-----------------------------------------
  anchor_nav
-----------------------------------------*/
.entry_field .anchor_nav {
  background: #D5DDEA;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .entry_field .anchor_nav {
    padding: 16px;
    margin-bottom: 24px;
  }
}
.entry_field .anchor_nav ul {
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .entry_field .anchor_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entry_field .anchor_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}
.entry_field .anchor_nav ul li::before {
  display: none;
}
.entry_field .anchor_nav ul li a {
  height: 100%;
  margin: 0;
  padding: 16px 48px 16px 16px;
  display: block;
  color: #1C1C1C;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .entry_field .anchor_nav ul li a {
    padding: 12px 40px 12px 12px;
  }
}
.entry_field .anchor_nav ul li a::before {
  display: none;
}
.entry_field .anchor_nav ul li a::after {
  width: 28px;
  height: 28px;
  content: "\e906";
  font-family: "kantodenka";
  line-height: 1;
  font-size: 13px;
  color: #fff;
  padding: 8px;
  background: #BCC4D8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .entry_field .anchor_nav ul li a::after {
    right: 8px;
  }
}
.entry_field .anchor_nav ul li a small {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .entry_field .anchor_nav ul li a:hover {
    text-decoration: none;
    color: #3366C2;
  }
  .entry_field .anchor_nav ul li a:hover::after {
    background: #6376A5;
  }
}

/*-----------------------------------------
  text_bnr_nav
-----------------------------------------*/
.text_bnr_nav ul > li {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media only screen and (max-width: 767px) {
  .text_bnr_nav ul > li {
    margin-bottom: 0;
  }
}
.text_bnr_nav ul > li::before {
  display: none;
}
.text_bnr_nav ul > li > a,
.text_bnr_nav ul > li > .card {
  margin: 0;
  padding: 0;
  height: 100%;
  padding: 24px;
  display: block;
  color: #1C1C1C;
  background: #fff;
  display: grid;
  place-items: center start;
}
.text_bnr_nav ul > li > a::before,
.text_bnr_nav ul > li > .card::before {
  display: none;
}
.text_bnr_nav ul > li > a > div,
.text_bnr_nav ul > li > .card > div {
  font-size: 20px;
  margin-bottom: 8px;
}
.text_bnr_nav ul > li > a > div .symbol,
.text_bnr_nav ul > li > .card > div .symbol {
  padding-left: 0.5em;
  font-size: 90%;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}
.text_bnr_nav ul > li > a p,
.text_bnr_nav ul > li > .card p {
  margin: 0;
  font-size: 14px;
  color: #6376A5;
}
.text_bnr_nav ul > li > a {
  padding: 24px 56px 24px 24px;
}
.text_bnr_nav ul > li > a::after {
  width: 28px;
  height: 28px;
  content: "\e908";
  font-family: "kantodenka";
  line-height: 1;
  font-size: 13px;
  color: #fff;
  padding: 8px;
  background: #3366C2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .text_bnr_nav ul > li > a:hover {
    text-decoration: none;
  }
  .text_bnr_nav ul > li > a:hover::after {
    right: 12px;
  }
}
.text_bnr_nav ul > li > a[href^="#"]::after {
  content: "\e906";
}
@media (hover: hover) and (pointer: fine) {
  .text_bnr_nav ul > li > a[href^="#"]:hover {
    text-decoration: none;
  }
  .text_bnr_nav ul > li > a[href^="#"]:hover::after {
    right: 16px;
    margin-top: 4px;
  }
}
.text_bnr_nav ul > li.product_item a {
  position: relative;
}
.text_bnr_nav ul > li.product_item div:not(.card) {
  padding-left: 40px;
}
.text_bnr_nav ul > li.product_item div:not(.card)::before {
  font-family: "kantodenka";
  margin-bottom: 8px;
  display: block;
  font-size: 24px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 24px;
}
.text_bnr_nav ul > li.product_item p {
  padding-left: 40px;
}
.text_bnr_nav ul > li.product_item.gas a div::before {
  content: "\e901";
  background: linear-gradient(135deg, #27dbce 0%, #019bed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text_bnr_nav ul > li.product_item.gas a::after {
  background: #27DBCE;
}
.text_bnr_nav ul > li.product_item.battery a div::before {
  content: "\e900";
  background: linear-gradient(135deg, #00A7FF 0%, #016DD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text_bnr_nav ul > li.product_item.battery a::after {
  background: #00BFED;
}
.text_bnr_nav ul > li.product_item.inorganic_organic div:not(.card)::before {
  content: "\e903";
  background: linear-gradient(135deg, #9FCD08 0%, #00AD49 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text_bnr_nav ul > li.product_item.iron div:not(.card)::before {
  content: "\e902";
  background: linear-gradient(135deg, #8F65FF 0%, #0030A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*-----------------------------------------
  anchor_nav
-----------------------------------------*/
.entry_field .image_inner_nav a::before {
  display: none;
}
.entry_field .image_inner_nav > div > figure {
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .entry_field .image_inner_nav > div > figure {
    height: 120px;
  }
}
.entry_field .image_inner_nav > div > figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .entry_field .image_inner_nav > div > figure img {
    width: 100%;
  }
}
.entry_field .image_inner_nav > div > figure figcaption {
  width: 100%;
  height: 100%;
  padding-top: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  display: grid;
  place-content: center;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.entry_field .image_inner_nav > div > figure figcaption span {
  display: block;
  padding-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.entry_field .image_inner_nav > div > figure a {
  margin: 0;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.entry_field .image_inner_nav > div > figure a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 30, 107, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .entry_field .image_inner_nav > div > figure a:hover::before {
    background: rgba(0, 30, 107, 0.2);
  }
  .entry_field .image_inner_nav > div > figure a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.entry_field .image_inner_nav > div ul {
  gap: 0;
}
.entry_field .image_inner_nav > div ul li {
  padding: 0;
}
.entry_field .image_inner_nav > div ul li::before {
  display: none;
}
.entry_field .image_inner_nav > div ul li a {
  padding: 6px 0 6px 16px;
  display: block;
  position: relative;
  font-size: 16px;
  color: #1C1C1C;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.entry_field .image_inner_nav > div ul li a::before {
  content: "";
  width: 8px;
  height: 1px;
  display: block;
  background: #004098;
  position: absolute;
  left: 0;
  top: calc(9px + 0.5em);
}
.entry_field .image_inner_nav > div ul li a[target=_blank]::after {
  content: "\e921";
  font-family: "kantodenka";
  margin-left: 0.3em;
  color: #6376A5;
}
@media (hover: hover) and (pointer: fine) {
  .entry_field .image_inner_nav > div ul li a:hover {
    color: #3366C2;
    text-decoration: none;
  }
  .entry_field .image_inner_nav > div ul li a:hover[target=_blank]::after {
    color: #3366C2;
  }
}
.entry_field .image_inner_nav > div ul li .letter_space {
  letter-spacing: -0.036em;
}
@media only screen and (max-width: 767px) {
  .entry_field .image_inner_nav > div.cell_2 figure img {
    height: 120px;
  }
}
.entry_field .image_inner_nav .bnr_link {
  padding: 16px 24px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.6;
  color: #1C1C1C;
  background: #fff;
}
.entry_field .image_inner_nav .bnr_link::after {
  content: "\e908";
  font-family: "kantodenka";
  line-height: 1;
  font-size: 14px;
  padding: 8px;
  color: #fff;
  background: #3366C2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.entry_field .image_inner_nav .bnr_link[target=_blank]::after {
  content: "\e921";
  font-family: "kantodenka";
}
.entry_field .image_inner_nav .bnr_link[href$=".pdf"]::after {
  content: "\e904";
  font-family: "kantodenka";
}
@media (hover: hover) and (pointer: fine) {
  .entry_field .image_inner_nav .bnr_link:hover {
    color: #3366C2;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.7);
  }
  .entry_field .image_inner_nav .bnr_link:hover::after {
    right: 12px;
  }
}

/*-----------------------------------------
  numbers_graph
-----------------------------------------*/
.numbers_graph {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .numbers_graph {
    margin-bottom: 24px;
  }
}
.numbers_graph .numbers_item {
  padding: 32px 24px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 1160px) {
  .numbers_graph .numbers_item {
    padding: 48px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_graph .numbers_item {
    padding: 24px 16px;
  }
}
.numbers_graph .numbers_item::after {
  content: "";
  width: 100%;
  height: 65px;
  display: block;
  background: url("/img/common/shadow.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: -1;
}
.numbers_graph .numbers_item h2,
.numbers_graph .numbers_item h3,
.numbers_graph .numbers_item h4 {
  font-size: 2.2rem;
  color: #6376A5;
  padding: 0 0 0 24px;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .numbers_graph .numbers_item h2,
  .numbers_graph .numbers_item h3,
  .numbers_graph .numbers_item h4 {
    font-size: 20px;
  }
}
.numbers_graph .numbers_item h2::before,
.numbers_graph .numbers_item h3::before,
.numbers_graph .numbers_item h4::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border: 5px solid #001E6B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25em;
}
@media only screen and (max-width: 767px) {
  .numbers_graph .numbers_item h2::before,
  .numbers_graph .numbers_item h3::before,
  .numbers_graph .numbers_item h4::before {
    top: 0.2em;
  }
}
.numbers_graph .numbers_item h2::after,
.numbers_graph .numbers_item h3::after,
.numbers_graph .numbers_item h4::after {
  display: none;
}
.numbers_graph .numbers_item .numbers {
  text-align: right;
  line-height: 1;
}
.numbers_graph .numbers_item .numbers .num {
  font-size: 6.2rem;
  color: #004098;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.numbers_graph .numbers_item .numbers .unit {
  padding-left: 0.3em;
  color: #6376A5;
  font-size: 14px;
}

/*-----------------------------------------
  product_list
-----------------------------------------*/
.product_list .product_item {
  padding: 40px 32px 32px;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .product_list .product_item {
    padding: 32px 16px 16px;
  }
}
.product_list .product_item h2, .product_list .product_item h3 {
  padding: 0;
  position: relative;
  font-size: 26px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .product_list .product_item h2, .product_list .product_item h3 {
    font-size: 20px;
  }
}
.product_list .product_item h2::after, .product_list .product_item h3::after {
  display: none;
}
.product_list .product_item h2::before, .product_list .product_item h3::before {
  font-family: "kantodenka";
  margin-bottom: 8px;
  display: block;
  font-size: 24px;
}
.product_list .product_item p {
  margin-bottom: 8px;
  font-size: 14px;
  text-align: center;
}
.product_list .product_item table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.product_list .product_item table th,
.product_list .product_item table td {
  padding: 8px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid #D5DDEA;
  background: transparent;
}
.product_list .product_item table th {
  min-width: 6em;
  color: #6376A5;
  text-align: right;
}
.product_list .product_item table td {
  padding-left: 16px;
}
.product_list .product_item table tr:last-child th,
.product_list .product_item table tr:last-child td {
  border-bottom: none;
}
.product_list .product_item table thead {
  background: #F0F3F7;
}
.product_list .product_item table thead th {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product_list .product_item figure {
    margin-bottom: 16px;
  }
}
.product_list.list_gas h2::before {
  content: "\e901";
  background: linear-gradient(135deg, #27dbce 0%, #019bed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product_list.list_battery h3::before {
  content: "\e900";
  background: linear-gradient(135deg, #00A7FF 0%, #016DD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*-----------------------------------------
  aside
-----------------------------------------*/
aside {
  padding: 32px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  aside {
    padding: 16px;
    font-size: 19px;
  }
}
aside > * {
  margin-bottom: 24px !important;
}
aside > *:last-child {
  margin-bottom: 0 !important;
}
aside h2 {
  font-size: 24px !important;
}
aside.alert h2::before {
  content: "\e905";
  font-family: "kantodenka";
  margin-right: 0.2em;
  color: #004098;
}

/*-----------------------------------------
  highlight_field
-----------------------------------------*/
.highlight_field {
  margin-bottom: 40px;
  padding: 32px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .highlight_field {
    margin-bottom: 24px;
    padding: 16px;
    font-size: 19px;
  }
}
.highlight_field p {
  font-size: 22px;
  text-align: center;
}
.highlight_field > * {
  margin-bottom: 24px !important;
}
.highlight_field > *:last-child {
  margin-bottom: 0 !important;
}

.highlight_field.frame p {
  font-size: 18px;
  text-align: justify;
}

.highlight_field.policy {
  padding: 64px 10%;
}
@media only screen and (max-width: 767px) {
  .highlight_field.policy {
    padding: 32px 16px;
  }
}

.highlight_field.contact,
.highlight_field.related {
  text-align: center;
}
.highlight_field.contact h2,
.highlight_field.related h2 {
  color: #004098;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}
.highlight_field.contact h2 + span,
.highlight_field.related h2 + span {
  display: block;
  margin-top: -32px;
  font-size: 16px;
  color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
  .highlight_field.contact h2 + span,
  .highlight_field.related h2 + span {
    font-size: 14px;
  }
}

/*-----------------------------------------
nodata
-----------------------------------------*/
.nodata {
  padding: 16px 24px;
  background: #D5DDEA;
}
.nodata > * {
  opacity: 0.6;
  margin-bottom: 24px !important;
}
.nodata > *:last-child {
  margin-bottom: 0 !important;
}

/*-----------------------------------------
  IR graph elements
-----------------------------------------*/
.ir_graph .ir_graph_item h2 {
  margin-bottom: 24px;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .ir_graph .ir_graph_item h2 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.ir_graph .ir_graph_item .unit_l,
.ir_graph .ir_graph_item .unit_r {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  color: #6376A5;
}
.ir_graph .ir_graph_item .unit_l {
  text-align: justify;
}
.ir_graph .ir_graph_item .unit_r {
  text-align: right;
}
.ir_graph .ir_graph_item figure {
  padding: 32px;
  margin-bottom: 16px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .ir_graph .ir_graph_item figure {
    padding: 16px;
    margin-bottom: 8px;
  }
}
.ir_graph .ir_graph_item .chart table {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ir_graph .ir_graph_item .chart table {
    margin-bottom: 0;
  }
}
.ir_graph .ir_graph_item .chart table th,
.ir_graph .ir_graph_item .chart table td {
  padding: 14px 8px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ir_graph .ir_graph_item .chart table th,
  .ir_graph .ir_graph_item .chart table td {
    padding: 8px 4px;
    font-size: 12px;
  }
}
.ir_graph .ir_graph_item .chart table thead th,
.ir_graph .ir_graph_item .chart table thead td {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .ir_graph .ir_graph_item .chart table thead th,
  .ir_graph .ir_graph_item .chart table thead td {
    font-size: 11px;
  }
}
.ir_graph .ir_graph_item .chart table tbody th {
  background: #D5DDEA;
}
.ir_graph .ir_graph_item .chart table tbody td {
  background: #fff;
}
.ir_graph .ir_graph_item.table_head_none .chart table.xj_chart_table td:first-of-type {
  display: none;
}

/*-----------------------------------------
  form elements
-----------------------------------------*/
select {
  padding: 16px 24px;
  min-width: 280px;
  height: auto;
  border: 1px solid #D5DDEA;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1C1C1C;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.select_outer {
  display: inline-block;
  position: relative;
}
.select_outer::after {
  width: 28px;
  height: 28px;
  content: "\e906";
  font-family: "kantodenka";
  line-height: 1;
  font-size: 13px;
  color: #fff;
  padding: 8px;
  background: #BCC4D8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .select_outer:hover::after {
    background: #6376A5;
  }
}

label {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
}

input[type=radio] {
  position: relative;
  width: 22px;
  height: 22px;
  display: grid;
  place-content: center;
  background: #fff;
  border: 2px solid #D5DDEA;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio]:checked::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00BFED;
  content: "";
}

input[type=checkbox] {
  position: relative;
  width: 22px;
  height: 22px;
  display: grid;
  place-content: center;
  background: #fff;
  border: 2px solid #D5DDEA;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:checked {
  background: #00BFED;
}
input[type=checkbox]:checked::before {
  content: "\e910";
  font-family: "kantodenka";
  font-size: 14px;
  color: #fff;
}

input[type=text], textarea {
  padding: 16px 24px;
  font-size: 16px;
  color: #1C1C1C;
  border: 1px solid #D5DDEA;
  border-radius: 8px;
  background: #fff;
}

textarea {
  height: 12em;
}

input[type=button],
input[type=submit] {
  min-width: 240px;
  padding: 18px 32px;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #3366C2;
  border-radius: 999px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
input[type=button][disabled],
input[type=submit][disabled] {
  background: #BCC4D8;
  color: rgba(255, 255, 255, 0.7);
  cursor: not-allowed;
}
input[type=button]#back, input[type=button].sub_btn,
input[type=submit]#back,
input[type=submit].sub_btn {
  color: #6376A5;
  background-color: transparent;
  border: 1px solid #6376A5;
}

.choice_list {
  padding-top: 8px;
}

.form_field .form_item {
  margin-block: 24px;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-template-rows: auto;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .form_field .form_item {
    display: block;
  }
}
.form_field .form_item dt {
  padding-right: 64px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .form_field .form_item dt {
    margin-bottom: 8px;
  }
}
.form_input .form_field .form_item dt {
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .form_input .form_field .form_item dt {
    padding-top: 0;
  }
}
.form_field .form_item.required dt::after {
  content: "Required";
  padding: 8px 12px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background: #F2371F;
  position: absolute;
  top: 4px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .form_field .form_item.required dt::after {
    font-size: 12px;
    top: 4px;
    padding: 6px 10px;
  }
}
.form_input .form_field .form_item.required dt::after {
  top: 12px;
}
@media only screen and (max-width: 767px) {
  .form_input .form_field .form_item.required dt::after {
    top: 8px;
  }
}
.form_field .form_item dd {
  font-size: 18px;
}
.form_field .form_item .attention {
  margin-top: 8px;
  color: #3366C2;
}
.form_field .form_item .select_outer, .form_field .form_item select, .form_field .form_item input[type=text], .form_field .form_item textarea {
  width: 100%;
}
.form_field .form_item .inline_set > * {
  margin-right: 8px;
}
.form_field .form_item .inline_set .select_outer {
  width: 280px;
}
.form_field .form_item .inline_set input[type=text] {
  width: auto;
}
.form_field .form_item .inline_set input[type=text].size_s {
  width: 96px;
}

.form_agree {
  text-align: center;
}
.form_agree > p {
  text-align: center;
}
.form_agree .agree_check {
  margin-bottom: 40px;
}
.form_agree .agree_check label {
  padding-block: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  line-height: 1.4;
}
.form_agree .agree_check label input {
  margin-top: 0.1em;
}
.form_agree .btn_area {
  max-width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_agree .btn_area input {
  margin: 0;
}
.form_agree .btn_area input[type=button],
.form_agree .btn_area input[type=submit] {
  margin: 4px;
}
.form_agree .btn_area p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.form_agree .btn_area p br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .form_agree .btn_area.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.policy_box {
  height: 320px;
  margin-bottom: 40px;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .policy_box {
    height: 50vh;
  }
}
.policy_box > section {
  padding: 32px 64px;
}
@media only screen and (max-width: 767px) {
  .policy_box > section {
    padding: 16px;
  }
}
.policy_box > section > * {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .policy_box h2 {
    font-size: 22px;
  }
}
.policy_box h3 {
  padding: 0;
  text-align: left;
  font-size: 20px;
}
.policy_box h3::after {
  display: none;
}

.system_message h2, .system_message h3, .system_message p {
  text-align: center;
}
.system_message.thanks h2 {
  font-family: "Barlow Condensed", sans-serif;
  color: #00BFED;
  font-size: 20px;
}
.system_message.thanks h2::before {
  content: "\e911";
  font-family: "kantodenka";
  display: block;
  font-size: 64px;
}

/*-----------------------------------------
  form plugin elements
-----------------------------------------*/
/*error*/
.has-error {
  padding: 16px 16px 16px 24px;
  background: rgba(242, 55, 31, 0.1);
  border-left: 4px solid #F2371F;
}
.has-error p {
  color: #F2371F;
}
.has-error p::before {
  content: "\e905";
  font-family: "kantodenka";
  margin-right: 0.3em;
}

.form_field .form_item .wpcf7-not-valid-tip {
  color: #F2371F;
  font-size: 1.4rem;
}
.form_field .form_item .wpcf7-not-valid-tip::before {
  content: "※";
}

.dummy {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.hidden {
  display: none !important;
}

#product-wrapper-container .product-wrapper .choice_item .wpcf7-list-item {
  display: block;
  margin-bottom: 0.5em;
}

.wpcf7-spinner {
  display: none;
}

/*-----------------------------------------
  WILL elements
-----------------------------------------*/
.news_field .select_outer {
  margin-bottom: 40px;
}

/*-----------------------------------------
  product
-----------------------------------------*/
.product_head {
  position: relative;
}
.product_head::before {
  content: "";
  width: 1878px;
  height: 396px;
  display: block;
  background: url("/img/common/obj.png") top left no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -64px;
  right: -1200px;
}
@media only screen and (max-width: 767px) {
  .product_head::before {
    width: 900px;
    top: -32px;
    right: -500px;
  }
}
@media only screen and (max-width: 767px) {
  .product_head figure {
    width: 80%;
  }
}

.archive_product .archive_item .info .info_title_sub {
  padding-left: 64px;
  position: relative;
}
.archive_product .archive_item .info .info_title_sub::before {
  font-family: "kantodenka";
  display: block;
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: 2px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .archive_product .archive_item .info .info_title_sub::before {
    font-size: 28px;
  }
}
.archive_product .archive_item .info .info_title_main {
  padding-left: 64px;
}
@media only screen and (max-width: 767px) {
  .archive_product .archive_item .info .info_title_main {
    padding-left: 40px;
  }
}
.archive_product .archive_item.product_gas .info .info_title_sub {
  color: #27DBCE;
}
.archive_product .archive_item.product_gas .info .info_title_sub::before {
  content: "\e901";
  background: linear-gradient(135deg, #27dbce 0%, #019bed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.archive_product .archive_item.product_gas .info::after {
  background: #27DBCE;
}
.archive_product .archive_item.product_battery .info .info_title_sub {
  color: #00BFED;
}
.archive_product .archive_item.product_battery .info .info_title_sub::before {
  content: "\e900";
  background: linear-gradient(135deg, #00A7FF 0%, #016DD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.archive_product .archive_item.product_battery .info::after {
  background: #00BFED;
}
.archive_product .archive_item.product_inorganic_organic .info .info_title_sub {
  color: #A5D604;
}
.archive_product .archive_item.product_inorganic_organic .info .info_title_sub::before {
  content: "\e903";
  background: linear-gradient(135deg, #9FCD08 0%, #00AD49 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.archive_product .archive_item.product_inorganic_organic .info::after {
  background: #A5D604;
}
.archive_product .archive_item.product_iron .info .info_title_sub {
  color: #8F65FF;
}
.archive_product .archive_item.product_iron .info .info_title_sub::before {
  content: "\e902";
  background: linear-gradient(135deg, #8F65FF 0%, #0030A8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.archive_product .archive_item.product_iron .info::after {
  background: #8F65FF;
}

.product_cat {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .product_cat {
    margin-bottom: 24px;
  }
}
.product_cat .product_cat_item {
  padding: 32px 24px;
  text-align: center;
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 32px;
}
.product_cat .product_cat_item h2, .product_cat .product_cat_item h3, .product_cat .product_cat_item h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product_cat .product_cat_item h2 small, .product_cat .product_cat_item h3 small, .product_cat .product_cat_item h4 small {
  font-size: 13px;
}
.product_cat .product_cat_item h2::after, .product_cat .product_cat_item h3::after, .product_cat .product_cat_item h4::after {
  display: none;
}
.product_cat .product_cat_item figure {
  margin: 0;
  display: grid;
  place-content: center;
}
.product_cat .product_cat_item p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.product_cat .product_cat_item.bg_img {
  padding: 0;
  grid-template-rows: auto -webkit-min-content 1fr;
  grid-template-rows: auto min-content 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.product_cat .product_cat_item.bg_img h2, .product_cat .product_cat_item.bg_img h3, .product_cat .product_cat_item.bg_img h4 {
  width: 100%;
  padding-top: 24px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.product_cat .product_cat_item.bg_img figure {
  height: auto;
  display: block;
  -ms-flex-item-align: start;
      align-self: start;
}
.product_cat .product_cat_item.bg_img figure img {
  width: 100%;
  height: auto;
  display: block;
}
.product_cat .product_cat_item.bg_img p {
  padding-inline: 24px;
  -ms-flex-item-align: start;
      align-self: start;
}

/*-----------------------------------------
  Company
-----------------------------------------*/
.history_list .caption {
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: 20px;
  background: #D5DDEA;
}
@media only screen and (max-width: 767px) {
  .history_list .caption {
    font-size: 18px;
  }
}
.history_list .caption::after {
  display: none;
}
.history_list dl {
  padding-block: 12px;
  display: grid;
  grid-template-columns: 5em auto;
  border-bottom: 1px solid #D5DDEA;
}
@media only screen and (max-width: 767px) {
  .history_list dl {
    grid-template-columns: 1fr;
  }
}
.history_list dl:last-of-type {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .history_list dl:last-of-type {
    margin-bottom: 24px;
  }
}
.history_list dl dt {
  padding-block: 4px;
  grid-column: 1;
  font-size: 28px;
  line-height: 1;
  color: #004098;
  font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.08em;
}
.history_list dl dt .year {
  font-size: 16px;
  padding-left: 0.2em;
}
.history_list dl dd {
  padding-block: 4px;
  padding-left: 24px;
  position: relative;
  line-height: 1.4;
  grid-column: 2;
}
@media only screen and (max-width: 767px) {
  .history_list dl dd {
    padding-block: 0;
    padding-left: 16px;
    grid-column: 1;
  }
}
@media only screen and (max-width: 767px) {
  .history_list dl dd.img_cell {
    padding-left: 0;
  }
}
.history_list dl dd:not(.img_cell)::before {
  content: "";
  width: 8px;
  height: 1px;
  display: block;
  background: #004098;
  position: absolute;
  left: 0;
  top: calc(8px + 0.5em);
}
@media only screen and (max-width: 767px) {
  .history_list dl dd:not(.img_cell)::before {
    top: calc(3px + 0.5em);
  }
}
.history_list dl dd figure {
  padding-top: 16px;
  margin-right: 24px;
  margin-bottom: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .history_list dl dd figure {
    display: block;
    margin: 0 auto;
  }
}
.history_list dl dd figure img {
  width: auto;
  max-height: 240px;
}
@media only screen and (max-width: 767px) {
  .history_list dl dd figure img {
    width: 60%;
    max-width: 60%;
    max-height: auto;
  }
}
.history_list dl dd figcaption {
  padding-top: 8px;
  text-align: center;
}
.history_list.mmdd dl {
  grid-template-columns: 8em auto;
}
@media only screen and (max-width: 767px) {
  .history_list.mmdd dl {
    grid-template-columns: 5em auto;
  }
}
.history_list.mmdd dl dt {
  font-size: 20px;
  color: #004098;
}
@media only screen and (max-width: 767px) {
  .history_list.mmdd dl dt {
    font-size: 16px;
  }
}
.history_list.mmdd dl dt .year {
  font-size: 16px;
  padding-left: 0.2em;
}
.history_list.mmdd dl dd {
  grid-column: 2;
}

/*-----------------------------------------
  Research
-----------------------------------------*/
@media only screen and (max-width: 767px) {
  .lab_list h2 {
    text-align: center;
  }
}

/*-----------------------------------------
  Sustainability
-----------------------------------------*/
.sustainability_index_bnr > div > a {
  height: 100%;
  display: block;
  color: #1C1C1C;
  background: #fff;
}
.sustainability_index_bnr .bnr_message a {
  position: relative;
}
.sustainability_index_bnr .bnr_message a::after {
  content: "\e908";
  font-family: "kantodenka";
  line-height: 1;
  font-size: 18px;
  padding: 12px;
  color: #3366C2;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 32px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sustainability_index_bnr .bnr_message a::after {
    font-size: 12px;
    padding: 6px;
    right: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sustainability_index_bnr .bnr_message a:hover::after {
    margin-right: -8px;
  }
}
.sustainability_index_bnr .bnr_report a {
  display: grid;
  place-content: center;
  place-items: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .sustainability_index_bnr .bnr_report a {
    padding-block: 24px;
  }
}
.sustainability_index_bnr .bnr_report a p {
  font-size: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .sustainability_index_bnr .bnr_report a p {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.sustainability_index_bnr .bnr_report a figure {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sustainability_index_bnr .bnr_report a figure {
    max-width: 70%;
  }
}
.sustainability_index_bnr .bnr_report a figure img {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sustainability_index_bnr .bnr_report a figure::before {
  content: "";
  width: 100%;
  height: 65px;
  display: block;
  background: url("/img/common/shadow.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .sustainability_index_bnr .bnr_report a:hover {
    color: #3366C2;
  }
  .sustainability_index_bnr .bnr_report a:hover figure img {
    opacity: 0.7;
  }
}
.sustainability_index_bnr .bnr_policy a {
  height: 360px;
  padding-inline: 72px;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  background: #fff url("/img/sustainability/bnr_policy_bg.jpg") right center no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
  .sustainability_index_bnr .bnr_policy a {
    height: auto;
    padding: 32px 8%;
  }
}
.sustainability_index_bnr .bnr_policy a::after {
  content: "\e908";
  font-family: "kantodenka";
  line-height: 1;
  font-size: 18px;
  padding: 12px;
  color: #3366C2;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 32px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sustainability_index_bnr .bnr_policy a::after {
    font-size: 12px;
    padding: 6px;
    right: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sustainability_index_bnr .bnr_policy a:hover::after {
    margin-right: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .sustainability_index_bnr .bnr_policy a .h2_set {
    margin-bottom: 16px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sustainability_index_bnr .bnr_policy a p {
    font-size: 12px;
    padding-right: 24px;
  }
}

.heat_map_table table th, .heat_map_table table td {
  padding: 1em 0.5em;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.heat_map_table table td {
  text-align: center;
  font-size: 1.4rem;
}
.heat_map_table table thead th {
  text-align: center;
}
.heat_map_table table .cell_vh {
  background: #5544D8;
  color: #fff;
}
.heat_map_table table .cell_h {
  background: #7974F0;
  color: #fff;
}
.heat_map_table table .cell_m {
  background: #AAADFF;
}
.heat_map_table table .cell_l {
  background: #DEE0FF;
}
.heat_map_table table .text_ss {
  padding: 1em 0;
  font-size: 8px;
}
.heat_map_table .legend_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .heat_map_table .legend_list {
    padding-top: 32px;
  }
}
.heat_map_table .legend_list li {
  padding-left: 0;
  font-size: 1.2rem;
  white-space: nowrap;
}
.heat_map_table .legend_list li::before {
  display: none;
}
.heat_map_table .legend_list li .heat_label {
  min-width: 48px;
  margin-right: 0.5em;
  display: inline-block;
  text-align: center;
  border: 1px solid #446DD8;
}
.heat_map_table .legend_list li .heat_label.label_vh {
  background: #446DD8;
  color: #fff;
}
.heat_map_table .legend_list li .heat_label.label_h {
  background: #718DD8;
  color: #fff;
}
.heat_map_table .legend_list li .heat_label.label_m {
  background: #C8D4F5;
}
.heat_map_table .legend_list li .heat_label.label_l {
  background: #E6EDFF;
}
.heat_map_table .legend_list li .heat_label.label_vl {
  background: #fff;
}

/*-----------------------------------------
  IR information
-----------------------------------------*/
/*index*/
.index_top_info {
  position: relative;
  padding-bottom: calc(3em + 40px);
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .index_top_info {
    padding-bottom: 0;
    margin-bottom: 48px;
  }
}
.index_top_info h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}
.index_top_info .news_field ul {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .index_top_info .news_field ul {
    margin-bottom: 24px;
  }
}
.index_top_info .news_field .btn_area {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .index_top_info .news_field .btn_area {
    position: relative;
    margin-bottom: 24px;
  }
}
.index_top_info .news_side_btn {
  display: grid;
  grid-template-rows: 3fr 2fr;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .index_top_info .news_side_btn {
    grid-template-rows: auto auto;
  }
}
.index_top_info .news_side_btn a {
  display: grid;
  place-content: center;
  place-items: center;
  background: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  color: #1C1C1C;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .index_top_info .news_side_btn a {
    padding: 16px;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .index_top_info .news_side_btn a .info {
    display: block;
    width: 100%;
    padding: 0 0 0 16px;
  }
}
.index_top_info .news_side_btn a .info span {
  line-height: 1.2;
  display: block;
}
.index_top_info .news_side_btn a .info .sub_info {
  padding-top: 0.5em;
  font-size: 14px;
  color: #6376A5;
}
.index_top_info .news_side_btn a::before {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 24px;
  background: #3366C2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .index_top_info .news_side_btn a::before {
    width: 40px;
    height: 40px;
    margin: 0;
    font-size: 16px;
  }
}
.index_top_info .news_side_btn a.download::before {
  content: "\e91f";
}
.index_top_info .news_side_btn a.movie::before {
  content: "\e94d";
}
.index_top_info .news_side_btn a[target=_blank]::after {
  content: "\e921";
  font-family: "kantodenka";
  font-size: 14px;
  color: #6376A5;
  position: absolute;
  top: 1em;
  right: 1em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .index_top_info .news_side_btn a[target=_blank]::after {
    top: 0.5em;
    right: 0.5em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .index_top_info .news_side_btn a:hover {
    color: #3366C2;
    background: rgba(255, 255, 255, 0.7);
  }
  .index_top_info .news_side_btn a:hover::after {
    margin-top: -4px;
    margin-right: -4px;
  }
}

.kdk_bnr {
  position: relative;
}
.kdk_bnr::after {
  content: "\e908";
  font-family: "kantodenka";
  line-height: 1;
  font-size: 18px;
  padding: 12px;
  color: #fff;
  background: #3366C2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 32px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .kdk_bnr::after {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .kdk_bnr:hover::after {
    margin-right: -8px;
  }
}

/*faq*/
.entry_field.faq_list .anchor_nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.entry_field.faq_list .anchor_nav ul li a {
  padding: 10px 48px 10px 16px;
}
.entry_field.faq_list .faq_icon {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  display: inline-block;
  line-height: 1.8em;
  background-color: #004098;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  position: absolute;
  top: 3px;
  left: 0;
}
.entry_field.faq_list h2 {
  padding-left: 40px;
  position: relative;
  font-size: 22px;
  margin-bottom: 24px;
}
.entry_field.faq_list .answer_field {
  padding-left: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D5DDEA;
}
@media only screen and (max-width: 767px) {
  .entry_field.faq_list .answer_field {
    padding-left: 0;
  }
}

/*-----------------------------------------
  KDK
-----------------------------------------*/
body.kdk .title_field .cont_inner {
  position: relative;
}
body.kdk .title_field .cont_inner::before {
  content: "";
  display: block;
  width: 470px;
  height: 396px;
  background: url("/img/common/elm.png") top right no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -380px;
  top: 0;
  z-index: 1;
}
body.kdk .title_field .cont_inner span, body.kdk .title_field .cont_inner h1 {
  position: relative;
  z-index: 2;
}

.head_anchor_nav {
  margin-block: -120px 80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .head_anchor_nav {
    margin-block: -56px 80px;
  }
}
.head_anchor_nav ul li a {
  padding: 40px 55px 40px 56px;
  position: relative;
  color: #1C1C1C;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 102, 194, 0.3);
          box-shadow: 0px 0px 10px rgba(51, 102, 194, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1100px) {
  .head_anchor_nav ul li a {
    padding: 40px 55px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .head_anchor_nav ul li a {
    padding: 16px 54px 16px 24px;
    line-height: 1.2;
  }
}
.head_anchor_nav ul li a::after {
  content: "\e906";
  font-family: "kantodenka";
  line-height: 1;
  font-size: 14px;
  color: #fff;
  padding: 8px;
  background: #3366C2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .head_anchor_nav ul li a:hover::after {
    top: 57%;
  }
}
.head_anchor_nav ul li a img {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .head_anchor_nav ul li a img {
    width: 32px;
  }
}
.head_anchor_nav ul li a .anchor_txt {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1100px) {
  .head_anchor_nav ul li a .anchor_txt {
    font-size: 1.6rem;
  }
}
.head_anchor_nav ul li a .anchor_txt strong {
  font-size: 3.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .head_anchor_nav ul li a .anchor_txt strong {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .head_anchor_nav ul li a .anchor_txt strong {
    font-size: 2.4rem;
  }
}

.three_departments_txt p:first-of-type {
  margin-bottom: 23px;
}

.entry_field ul.three_departments_list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 16px 0;
  font-size: 1.6rem;
  display: table;
}
.entry_field ul.three_departments_list li {
  width: 31%;
  margin-bottom: 0px;
  color: #001E6B;
  text-align: center;
  border: 1px solid #001E6B;
  padding: 11px 12px;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1100px) {
  .entry_field ul.three_departments_list li {
    padding: 10px 5px;
    font-size: 1.3rem;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .entry_field ul.three_departments_list li {
    width: 100%;
    margin-bottom: 5px;
    padding: 11px 12px;
    font-size: 1.6rem;
  }
}
.entry_field ul.three_departments_list li:last-child {
  margin-right: 0;
}
.entry_field ul.three_departments_list li::before {
  content: none;
}

#sec_numbers .kdk_date {
  text-align: right;
  margin-top: -85px;
  display: block;
  font-size: 16px;
  color: #6376A5;
}
@media only screen and (max-width: 767px) {
  #sec_numbers .kdk_date {
    font-size: 1.2rem;
    margin-top: -4.2em;
  }
}

.numbers_set {
  margin-bottom: 64px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .numbers_set {
    margin-bottom: 40px !important;
  }
}
.numbers_set .numbers_item {
  padding: 32px;
  position: relative;
  color: #6376A5;
  background: #fff;
}
@media only screen and (max-width: 1010px) {
  .numbers_set .numbers_item {
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_set .numbers_item {
    padding: 20px;
  }
}
.numbers_set .numbers_item h3 {
  margin: 0 0 16px;
  padding: 0;
  color: #6376A5;
  font-size: 2.4rem;
  padding-left: 2.8rem;
  text-indent: -2.8rem;
}
@media only screen and (max-width: 767px) {
  .numbers_set .numbers_item h3 {
    font-size: 2rem;
  }
}
.numbers_set .numbers_item h3::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  display: inline-block;
  border: 5px solid #001E6B;
  border-radius: 50%;
}
.numbers_set .numbers_item h3::after {
  display: none;
}
.numbers_set .numbers_item h4 {
  margin: 0;
  padding: 0;
}
.numbers_set .numbers_item h4::after {
  display: none;
}
.numbers_set .numbers_item .num_set {
  text-align: right;
}
.numbers_set .numbers_item .num_set span {
  padding-inline: 0.1rem;
  line-height: 1;
}
.numbers_set .numbers_item .num_set .minus {
  font-size: 2rem;
}
.numbers_set .numbers_item .num_set .num {
  position: relative;
  color: #001E6B;
  font-size: 7rem;
  font-family: "Barlow Condensed", sans-serif;
}
@media only screen and (max-width: 1100px) {
  .numbers_set .numbers_item .num_set .num {
    font-size: 5rem;
  }
}
.numbers_set .numbers_item .num_set .num small {
  font-size: 5.5rem;
}
@media only screen and (max-width: 1100px) {
  .numbers_set .numbers_item .num_set .num small {
    font-size: 4.5rem;
  }
}
.numbers_set .numbers_item .num_set .num.point::after {
  content: "";
  width: 39px;
  height: 40px;
  display: block;
  background: url("/img/kdk/numbers_point.png");
  background-size: 100% auto;
  position: absolute;
  top: -12px;
  right: -16px;
}
@media only screen and (max-width: 767px) {
  .numbers_set .numbers_item .num_set .num.point::after {
    width: 30px;
    height: 30px;
  }
}
.numbers_set .numbers_item .num_set .unit {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .numbers_set .numbers_item .num_set .unit {
    font-size: 1.2rem;
  }
}

.numbers_set {
  margin-bottom: 64px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1160px) {
  .numbers_set.numbers_sustainability .numbers_item {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_set.numbers_sustainability .numbers_item {
    padding: 20px;
  }
}

.numbers_segment .numbers_item {
  min-height: 364px;
  padding: 48px 40px;
}
@media only screen and (max-width: 767px) {
  .numbers_segment .numbers_item {
    padding: 20px 20px;
  }
}
.numbers_segment .numbers_item h3 {
  margin-bottom: 64px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .numbers_segment .numbers_item h3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.numbers_segment .numbers_item .segment_graph {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 40px;
}
@media only screen and (max-width: 1160px) {
  .numbers_segment .numbers_item .segment_graph {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_segment .numbers_item .segment_graph {
    max-width: 70%;
    margin: 0 auto 24px;
    position: initial;
    translate: 0 0%;
  }
}
.numbers_segment .numbers_item .segment_list {
  width: 760px;
  display: grid;
  grid-template-areas: "main right1" "main right2" "base right3";
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 12px 24px;
}
@media only screen and (max-width: 1160px) {
  .numbers_segment .numbers_item .segment_list {
    width: 675px;
  }
}
@media only screen and (max-width: 1100px) {
  .numbers_segment .numbers_item .segment_list {
    width: 65%;
    gap: 12px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_segment .numbers_item .segment_list {
    display: contents;
  }
}
.numbers_segment .numbers_item .segment_list .segment_set {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.numbers_segment .numbers_item .segment_list .segment_set::before {
  display: none;
}
.numbers_segment .numbers_item .segment_list .segment_set .num {
  color: #6376A5;
}
.numbers_segment .numbers_item .segment_list .segment_set.chemical {
  grid-area: main;
}
.numbers_segment .numbers_item .segment_list .segment_set.chemical h4 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1100px) {
  .numbers_segment .numbers_item .segment_list .segment_set.chemical h4 {
    font-size: 2rem;
  }
}
.numbers_segment .numbers_item .segment_list .segment_set.chemical .num {
  font-size: 9rem;
  color: #567EE3;
}
@media only screen and (max-width: 1100px) {
  .numbers_segment .numbers_item .segment_list .segment_set.chemical .num {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_segment .numbers_item .segment_list .segment_set.chemical .num {
    font-size: 5rem;
  }
}
.numbers_segment .numbers_item .segment_list .segment_set.inorganic_organic {
  grid-area: base;
}
.numbers_segment .numbers_item .segment_list .segment_set.inorganic_organic h4 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 375px) {
  .numbers_segment .numbers_item .segment_list .segment_set.inorganic_organic h4 {
    font-size: 1.5rem;
  }
}
.numbers_segment .numbers_item .segment_list .segment_set.inorganic_organic .num {
  font-size: 4.8rem;
}
.numbers_segment .numbers_item .segment_list .segment_set.iron {
  grid-area: right1;
}
.numbers_segment .numbers_item .segment_list .segment_set.facility {
  grid-area: right2;
}
.numbers_segment .numbers_item .segment_list .segment_set.trading {
  grid-area: right3;
}
.numbers_segment .numbers_item .segment_list .segment_set.iron h4, .numbers_segment .numbers_item .segment_list .segment_set.facility h4, .numbers_segment .numbers_item .segment_list .segment_set.trading h4 {
  font-size: 1.4rem;
}
.numbers_segment .numbers_item .segment_list .segment_set.iron .num, .numbers_segment .numbers_item .segment_list .segment_set.facility .num, .numbers_segment .numbers_item .segment_list .segment_set.trading .num {
  font-size: 4rem;
}
.numbers_segment .numbers_item .segment_list .segment_set.chemical .unit, .numbers_segment .numbers_item .segment_list .segment_set.inorganic_organic .unit, .numbers_segment .numbers_item .segment_list .segment_set.iron .unit, .numbers_segment .numbers_item .segment_list .segment_set.facility .unit, .numbers_segment .numbers_item .segment_list .segment_set.trading .unit {
  font-size: 1rem;
}

.numbers_sustainability {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(7, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability {
    display: block;
  }
}
.numbers_sustainability h3 {
  line-height: 1.2;
}
.numbers_sustainability h4 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1100px) {
  .numbers_sustainability h4 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability h4 {
    font-size: 1.4rem;
  }
}
.numbers_sustainability .num {
  font-size: 7.7rem;
}
.numbers_sustainability .nowrap {
  white-space: nowrap;
}
.numbers_sustainability .base_set {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 1100px) {
  .numbers_sustainability .base_set {
    gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .base_set {
    padding-left: 0px;
    gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .base_set .sustainability_ico {
    width: 32px;
    margin-right: 3px;
  }
}
.numbers_sustainability .base_set .num_set {
  margin-left: auto;
}
.numbers_sustainability .product {
  grid-area: 1/1/3/4;
  place-content: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .product {
    margin-bottom: 16px;
  }
}
.numbers_sustainability .product .num_set .num {
  font-size: 9.6rem;
}
@media only screen and (max-width: 1100px) {
  .numbers_sustainability .product .num_set .num {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .product .num_set .num {
    font-size: 7rem;
  }
}
.numbers_sustainability .intellectual {
  grid-area: 1/4/3/7;
  place-content: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .intellectual {
    margin-bottom: 16px;
  }
}
.numbers_sustainability .intellectual .base_set_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .intellectual .base_set_column {
    display: block;
  }
}
.numbers_sustainability .intellectual .base_set {
  gap: 10px;
}
@media only screen and (max-width: 1100px) {
  .numbers_sustainability .intellectual .base_set {
    gap: 2px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .intellectual .base_set {
    gap: 5px;
    padding-left: 0;
  }
}
.numbers_sustainability .intellectual .base_set.domestic .num_set {
  padding-left: 3px;
}
.numbers_sustainability .intellectual .base_set.domestic .unit {
  display: block;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .intellectual .base_set.domestic .unit {
    display: inline-block;
  }
}
.numbers_sustainability .intellectual .base_set.overseas {
  padding-left: 3px;
}
.numbers_sustainability .intellectual .base_set.overseas .unit {
  display: block;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .intellectual .base_set.overseas .unit {
    display: inline-block;
  }
}
.numbers_sustainability .intellectual .base_set.intellectual_side {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .intellectual .base_set.intellectual_side {
    padding-top: 16px;
    padding-left: 40px;
  }
}
.numbers_sustainability .intellectual h4 {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 1160px) {
  .numbers_sustainability .intellectual h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .intellectual h4 {
    font-size: 1.4rem;
    text-align: left;
  }
}
.numbers_sustainability .social {
  grid-area: 3/1/5/3;
  place-content: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .social {
    margin-bottom: 16px;
  }
}
.numbers_sustainability .social .base_set {
  gap: 13px;
  padding-left: 10px;
}
@media only screen and (max-width: 1160px) {
  .numbers_sustainability .social .base_set {
    gap: 5px;
    padding-left: 0px;
  }
}
.numbers_sustainability .social .base_set .num_set span {
  padding-inline: 0rem;
  padding-left: 0px;
}
.numbers_sustainability .social h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1100px) {
  .numbers_sustainability .social h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .social h4 {
    font-size: 1.4rem;
  }
}
.numbers_sustainability .human {
  grid-area: 5/1/8/3;
  place-content: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .human {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .numbers_sustainability .human h3 {
    margin-bottom: 40px;
  }
}
.numbers_sustainability .human .base_set {
  gap: 3px;
  padding-left: 0px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .human .base_set {
    gap: 5px;
  }
}
.numbers_sustainability .human .base_set .num_set span {
  padding-inline: 0;
}
.numbers_sustainability .human .base_set.human_second {
  margin-bottom: 0;
  gap: 3px;
}
@media only screen and (max-width: 1100px) {
  .numbers_sustainability .human .base_set.human_second {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .human .base_set.human_second {
    gap: 5px;
    padding-left: 40px;
  }
}
.numbers_sustainability .human .base_set.human_second .unit {
  line-height: 1;
}
.numbers_sustainability .human h4 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1138px) {
  .numbers_sustainability .human h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .human h4 {
    font-size: 1.4rem;
  }
}
.numbers_sustainability .natural {
  grid-area: 3/3/6/7;
  place-content: center;
  padding: 50px 40px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .natural {
    padding: 20px;
    margin-bottom: 16px;
  }
}
.numbers_sustainability .natural .base_set {
  gap: 3px;
}
.numbers_sustainability .natural .base_set img {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .natural .base_set img {
    width: 32px;
  }
}
.numbers_sustainability .natural .base_set .num_set .num {
  font-size: 12rem;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .natural .base_set .num_set .num {
    font-size: 5rem;
  }
}
.numbers_sustainability .natural .base_set .num_set span {
  padding-inline: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .natural .base_set .num_set span {
    padding-inline: 0rem;
  }
}
.numbers_sustainability .natural h3 {
  font-size: 3.4rem;
}
@media only screen and (min-width: 768px) {
  .numbers_sustainability .natural h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .natural h3 {
    font-size: 2rem;
  }
}
.numbers_sustainability .natural h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .natural h4 {
    font-size: 1.4rem;
  }
}
.numbers_sustainability .emissions {
  grid-area: 6/3/8/5;
  place-content: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .emissions {
    margin-bottom: 16px;
  }
}
.numbers_sustainability .emissions h3 {
  font-size: 1.8rem;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .emissions h3 {
    font-size: 2rem;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
}
.numbers_sustainability .water {
  grid-area: 6/5/8/7;
  place-content: center;
}
.numbers_sustainability .water h3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .water h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1100px) {
  .numbers_sustainability .water .base_set {
    padding-left: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .numbers_sustainability .water .base_set {
    padding-left: 0px;
  }
}

/*-----------------------------------------
News
-----------------------------------------*/
.title_field.news_detail h1 {
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .title_field.news_detail h1 {
    font-size: 30px;
  }
}
.title_field .post_data {
  padding-block: 24px;
  margin-bottom: -48px;
  border-bottom: 1px solid #D5DDEA;
}
@media only screen and (max-width: 767px) {
  .title_field .post_data {
    padding-block: 16px;
    margin-bottom: -24px;
  }
}
.title_field .post_data .date {
  margin-right: 1em;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #6376A5;
}
.title_field .post_data .tag {
  margin-right: 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}

/*-----------------------------------------
  Site Map
-----------------------------------------*/
.sitemap_nav ul {
  padding: 0;
  gap: 48px 40px;
}
@media only screen and (max-width: 767px) {
  .sitemap_nav ul {
    gap: 16px;
  }
}
.sitemap_nav ul li {
  padding: 0;
}
.sitemap_nav ul li::before {
  display: none;
}
.sitemap_nav ul li a {
  color: #1C1C1C;
  display: block;
  text-indent: -0.5em;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .sitemap_nav ul li a:hover {
    text-decoration: none;
    color: #3366C2;
  }
}
.sitemap_nav ul li a::before {
  display: none;
}
.sitemap_nav ul li a[target=_blank]::before {
  content: "・";
}
.sitemap_nav ul li a[target=_blank]::after {
  padding-left: 0.3em;
  content: "\e921";
  font-family: "kantodenka";
  font-size: 0.9em;
  color: #6376A5;
}
.sitemap_nav > ul > li.large {
  grid-column: 1/-1;
}
.sitemap_nav > ul > li.medium {
  grid-column: span 2;
}
.sitemap_nav > ul > li > a {
  font-size: 22px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .sitemap_nav > ul > li > a {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.sitemap_nav > ul > li > a::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-right: 12px;
  display: inline-block;
  border: 3px solid #004098;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sitemap_nav > ul > li > ul {
  padding: 0;
  margin-left: 5px;
  padding-left: 1em;
  border-left: 1px solid #004098;
}
@media only screen and (max-width: 767px) {
  .sitemap_nav > ul > li > ul {
    gap: 0;
  }
}
.sitemap_nav > ul > li > ul > li {
  margin-left: 16px;
}
.sitemap_nav > ul > li > ul > li > a, .sitemap_nav > ul > li > ul > li .category_name {
  padding: 4px 0;
  display: block;
  position: relative;
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .sitemap_nav > ul > li > ul > li > a, .sitemap_nav > ul > li > ul > li .category_name {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.sitemap_nav > ul > li > ul > li > a::before, .sitemap_nav > ul > li > ul > li .category_name::before {
  content: "\e908";
  font-family: "kantodenka";
  display: inline-block;
  font-size: 80%;
  color: #004098;
}
.sitemap_nav > ul > li > ul > li > ul {
  padding: 8px 0 0;
  margin-left: 16px;
}
.sitemap_nav > ul > li > ul > li > ul > li a {
  padding-block: 0;
  opacity: 0.8;
  text-indent: -0.4em;
}
.sitemap_nav > ul > li > ul > li > ul > li a::before {
  content: "・";
  display: inline-block;
}
.sitemap_nav > ul > li > ul > li .category_name {
  padding-left: 16px;
}
.sitemap_nav > ul > li > ul > li .category_name::before {
  content: "";
  width: 7px;
  height: 1px;
  display: block;
  background: #004098;
  position: absolute;
  left: 2px;
  top: calc(9px + 0.5em);
}
.sitemap_nav > ul.sitemap_sub {
  display: block;
}
.sitemap_nav > ul.sitemap_sub li {
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .sitemap_nav > ul.sitemap_sub li {
    display: block;
  }
}
.sitemap_nav > ul.sitemap_sub a {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sitemap_nav > ul.sitemap_sub a {
    font-size: 14px;
  }
}
.sitemap_nav > ul.sitemap_sub a::before {
  content: "・";
  width: auto;
  height: auto;
  border: none;
  margin-right: 0.3em;
}

/*-----------------------------------------
Privacy policy
-----------------------------------------*/
.num_indent {
  margin-left: 1.6em;
  text-indent: -1.6em;
}

/*-----------------------------------------
  search
-----------------------------------------*/
.gsc-table-result .gs-image-box {
  margin-right: 16px;
}
.gsc-table-result .gs-image {
  display: block !important;
  border: none !important;
}
.gsc-table-result .gs-bidi-start-align {
  letter-spacing: 0.04em;
}

/*-----------------------------------------
  breadcrumbs
-----------------------------------------*/
#breadcrumbs {
  color: #6376A5;
  background: #fff;
  position: relative;
}
#breadcrumbs .cont_inner {
  padding-block: 32px;
}
@media only screen and (max-width: 767px) {
  #breadcrumbs .cont_inner {
    padding-block: 16px;
    overflow-x: scroll;
  }
  #breadcrumbs .cont_inner::after {
    content: "";
    width: 48px;
    height: 100%;
    display: block;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
    position: absolute;
    right: 0;
    top: 0;
  }
}
#breadcrumbs .breadcrumbs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #breadcrumbs .breadcrumbs_list {
    width: auto;
  }
}
#breadcrumbs .breadcrumbs_list li {
  padding-right: 12px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #breadcrumbs .breadcrumbs_list li {
    white-space: nowrap;
  }
}
#breadcrumbs .breadcrumbs_list li:not(:first-of-type)::before {
  content: "/";
  margin-right: 12px;
  font-size: 10px;
  display: inline-block;
}
#breadcrumbs .breadcrumbs_list li:last-of-type {
  padding-right: 48px;
}
#breadcrumbs .breadcrumbs_list li a {
  color: #6376A5;
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  #breadcrumbs .breadcrumbs_list li a:hover {
    text-decoration: underline;
  }
}
#breadcrumbs .breadcrumbs_list li.home::before {
  content: "\e929";
  font-family: "kantodenka";
  color: #3366C2;
}

/*-----------------------------------------
  .sp_scroll
-----------------------------------------*/
.sp_scroll {
  overflow-y: hidden !important;
}

@media only screen and (max-width: 767px) {
  .sp_scroll table {
    min-width: 780px;
  }
  .sp_scroll figure {
    min-width: 780px;
  }
}
/*-----------------------------------------
  error
-----------------------------------------*/
.error_page .title_field {
  padding-top: 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .error_page .title_field {
    padding-top: 100px;
  }
}
.error_page .title_field span {
  font-size: 64px;
  color: #001E6B;
}
@media only screen and (max-width: 767px) {
  .error_page .title_field span {
    font-size: 40px;
  }
}
.error_page .title_field h1 {
  padding-top: 1em;
  font-size: 16px;
  color: #001E6B;
}