#main .page-heading h1 span {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  padding-bottom: 0;
}
@media screen and (min-width: 768px), print {
  #main .page-heading h1 span {
    font-size: 40px;
  }
}
#main .page-heading h1 span:after {
  display: none;
}

.products {
  padding-top: 60px;
}
@media screen and (min-width: 768px), print {
  .products {
    padding-top: 100px;
  }
}
.products h2 {
  text-align: center;
}
.products-header-image img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px), print {
  .products-header-image img {
    height: 250px;
  }
}
@media screen and (min-width: 1100px) {
  .products .section-inner {
    padding-top: 70px;
  }
}
.products-lead {
  max-width: 734px;
  margin-left: auto;
  margin-right: auto;
}
.products-navigation {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (min-width: 768px), print {
  .products-navigation {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (min-width: 1100px) {
  .products-navigation {
    margin-top: 70px;
    justify-content: flex-start;
    -moz-column-gap: 33px;
         column-gap: 33px;
    row-gap: 33px;
  }
}
.products-navigation li {
  flex-basis: 46.969696%;
}
@media screen and (min-width: 768px), print {
  .products-navigation li {
    flex-basis: 22.727272%;
  }
}
.products-navigation li a {
  display: block;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .products-navigation li a {
    border-radius: 70px;
  }
}
.products-navigation li a span {
  color: #fff;
  line-height: 1.4;
}
.products-navigation li a svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 6.72px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .products-navigation li a svg {
    display: none;
  }
}
.products-navigation li.nav-cat-01 a {
  background-image: url(../img/products/nav_category_01_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .products-navigation li.nav-cat-01 a {
    background-image: url(../img/products/nav_category_01.jpg);
  }
}
.products-navigation li.nav-cat-02 a {
  background-image: url(../img/products/nav_category_02_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .products-navigation li.nav-cat-02 a {
    background-image: url(../img/products/nav_category_02.jpg);
  }
}
.products-navigation li.nav-cat-03 a {
  background-image: url(../img/products/nav_category_03_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .products-navigation li.nav-cat-03 a {
    background-image: url(../img/products/nav_category_03.jpg);
  }
}
.products-navigation li.nav-cat-04 a {
  background-image: url(../img/products/nav_category_04_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .products-navigation li.nav-cat-04 a {
    background-image: url(../img/products/nav_category_04.jpg);
  }
}
.products-navigation li.nav-cat-05 a {
  background-image: url(../img/products/nav_category_05_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .products-navigation li.nav-cat-05 a {
    background-image: url(../img/products/nav_category_05.jpg);
  }
}
.products-navigation li.nav-cat-06 a {
  background-image: url(../img/products/nav_category_06_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .products-navigation li.nav-cat-06 a {
    background-image: url(../img/products/nav_category_06.jpg);
  }
}
.products-navigation li.nav-cat-07 a {
  background-image: url(../img/products/nav_category_07_sp.jpg);
}
@media screen and (min-width: 768px), print {
  .products-navigation li.nav-cat-07 a {
    background-image: url(../img/products/nav_category_07.jpg);
  }
}
.products-button {
  padding-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .products-button {
    padding-top: 90px;
  }
}

.company {
  padding-top: 60px;
}
@media screen and (min-width: 768px), print {
  .company {
    padding-top: 100px;
  }
}
.company .company-title {
  text-align: center;
  font-size: 28px;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px), print {
  .company .company-title {
    font-size: 42px;
  }
}
.company-header-image img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px), print {
  .company-header-image img {
    height: 260px;
  }
}
.company .section-inner {
  display: block;
}
@media screen and (max-width: 767px) {
  .company .section-inner:before {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .company .section-inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.company .overview-list {
  margin-top: 50px;
}
@media screen and (min-width: 768px), print {
  .company .overview-list {
    margin-top: 70px;
  }
}

.sdgs {
  margin-bottom: 0 !important;
}

.iso .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .iso .section-inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .iso .section-inner {
    gap: 38px;
  }
}
@media screen and (min-width: 1100px) {
  .iso .section-inner {
    width: 68%;
    max-width: 750px;
    padding: 60px 0;
  }
}
.iso .section-inner img {
  max-width: 155px;
}
.iso .section-inner p {
  font-size: 12px;
}

.overview-list {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .overview-list {
    width: 100%;
    max-width: 1000px;
    margin: 64px auto 0;
    line-height: 1.733333;
  }
}
.overview-list dl {
  gap: 0 !important;
}
.overview-list dl:last-child {
  border-bottom: none !important;
}
@media screen and (min-width: 768px), print {
  .overview-list dt {
    flex: 0 0 210px;
  }
}
@media screen and (min-width: 1100px) {
  .overview-list dt {
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 768px), print {
  .overview-list dd {
    flex: 1 1 auto;
  }
}
.overview-list dd p:not(:last-child) {
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px), print {
  .overview-list dd p:not(:last-child) {
    margin-bottom: 2.5em;
  }
}
.overview-list dd p span {
  display: inline-block;
}
.overview-list dd p span:not(:last-child) {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px), print {
  .overview-list dd p span:not(:last-child) {
    margin-bottom: 1em;
  }
}
.overview-list .officer {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .overview-list .officer {
    max-width: 50%;
  }
}
.overview-list .officer dt {
  flex: 0 0 100px;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .overview-list .officer dt {
    flex: 0 0 100px;
    padding-left: 0 !important;
  }
}
.overview-list .officer dd {
  flex: 1 1 auto;
}
@media screen and (min-width: 768px), print {
  .overview-list .officer dd {
    padding-left: 0;
  }
}
.overview-list .relations {
  display: flex;
}
@media screen and (max-width: 767px) {
  .overview-list .relations {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .overview-list .relations {
    justify-content: space-between;
  }
}
.overview-list .relations:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  .overview-list .relations:not(:last-child) {
    margin-bottom: 70px;
  }
}
.overview-list .relations .text {
  flex: 0 0 calc(100% - 300px);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .overview-list .relations .text {
    margin-bottom: 0;
  }
}
.overview-list .relations .img {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .overview-list .relations .img {
    flex: 0 0 280px;
  }
}