@charset "UTF-8";
.pageContents h6, .pageContents h5, .pageContents h4, .pageContents h3, .pageContents h2, .pageContents h1, .pageContents dl, .pageContents ol, .pageContents ul, .pageContents figcaption, .pageContents img, .pageContents blockquote, .pageContents .heading_06, .pageContents .heading_05, .pageContents .heading_04, .pageContents .heading_03, .pageContents .heading_02, .pageContents .heading_01 {
  margin-left: auto;
  margin-right: auto;
}

.pageContents h6, .pageContents h5, .pageContents h4, .pageContents h3, .pageContents h2, .pageContents h1, .pageContents table, .pageContents dl, .pageContents ol, .pageContents ul, .pageContents img, .pageContents a.dataButton, .pageContents blockquote, .pageContents p, .pageContents .heading_06, .pageContents .heading_05, .pageContents .heading_04, .pageContents .heading_03, .pageContents .heading_02, .pageContents .heading_01 {
  margin-top: 25px;
}

.pageContents .heading_01 {
  background-color: #F5F5F5;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1em;
  position: relative;
}
.pageContents .heading_01:before {
  content: "";
  display: block;
  background-color: #FFEA00;
  width: 10px;
  height: 70%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .pageContents .heading_01 {
    font-size: 3.4rem;
  }
}

.pageContents .heading_02 {
  border-bottom: 3px solid #FFEA00;
  border-image: linear-gradient(90deg, #FFEA00 0%, #FFEA00 130px, #E4E4E4 130px, #E4E4E4 100%);
  border-image-slice: 1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .pageContents .heading_02 {
    font-size: 3.4rem;
  }
}

.pageContents .heading_03 {
  border-top: 2px solid #FFEA00;
  border-bottom: 2px solid #FFEA00;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .pageContents .heading_03 {
    font-size: 2.4rem;
  }
}

.pageContents .heading_04 {
  background-color: #F5F5F5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em;
}

.pageContents .heading_05 {
  border-left: 3px solid #FFEF27;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 10px;
}

.pageContents .heading_06 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.pageContents p {
  text-align: left;
}
.pageContents p.textCenter {
  text-align: center;
}
.pageContents p.textRight {
  text-align: right;
}

.pageContents blockquote {
  background-color: #fff;
  border: 5px solid #FFEF27;
  padding: 20px;
}

.pageContents a.dataButton {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 10px;
  color: inherit;
  display: flex;
  align-items: center;
  line-height: 1.4;
  width: fit-content;
  padding: 1em 1.5em;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.pageContents a.dataButton[href$=".doc"]:before, .pageContents a.dataButton[href$=".docx"]:before, .pageContents a.dataButton[href$=".xls"]:before, .pageContents a.dataButton[href$=".xlsx"]:before, .pageContents a.dataButton[href$=".pdf"]:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  width: 20px;
  height: 24px;
  min-width: 24px;
  margin-right: 2rem;
  transform: rotate(0deg);
}
.pageContents a.dataButton[href$=".doc"]:before, .pageContents a.dataButton[href$=".docx"]:before {
  background-image: url(../images/icon-word-01.svg);
}
.pageContents a.dataButton[href$=".xls"]:before, .pageContents a.dataButton[href$=".xlsx"]:before {
  background-image: url(../images/icon-excel-01.svg);
}
.pageContents a.dataButton[href$=".pdf"]:before {
  background-image: url(../images/icon-pdf-01.svg);
}
.pageContents a:hover.dataButton {
  background-color: #295EC5;
  color: #fff;
}
.pageContents a:hover.dataButton[href$=".doc"]:before, .pageContents a:hover.dataButton[href$=".docx"]:before, .pageContents a:hover.dataButton[href$=".xls"]:before, .pageContents a:hover.dataButton[href$=".xlsx"]:before, .pageContents a:hover.dataButton[href$=".pdf"]:before {
  border: none;
}
.pageContents a:hover.dataButton[href$=".doc"]:before, .pageContents a:hover.dataButton[href$=".docx"]:before {
  background-image: url(../images/icon-word-02.svg);
}
.pageContents a:hover.dataButton[href$=".xls"]:before, .pageContents a:hover.dataButton[href$=".xlsx"]:before {
  background-image: url(../images/icon-excel-02.svg);
}
.pageContents a:hover.dataButton[href$=".pdf"]:before {
  background-image: url(../images/icon-pdf-02.svg);
}

.pageContents strong {
  font-weight: bold;
}

.pageContents small {
  font-size: 80%;
}

.pageContents img {
  vertical-align: middle;
}

.pageContents figcaption {
  margin-top: 10px;
  color: #707070;
  text-align: left;
}
.pageContents figcaption.textCenter {
  text-align: center;
}
@media (min-width: 768px) {
  .pageContents figcaption {
    margin-top: 15px;
  }
}

.pageContents ul {
  margin-left: 0.5em;
  list-style: disc;
}
.pageContents ul ul,
.pageContents ul ol {
  width: auto;
  margin-top: 0;
}
.pageContents ul li {
  list-style-type: disc;
}

.pageContents ol {
  margin-left: 0.5em;
  list-style: decimal;
}
.pageContents ol ul,
.pageContents ol ol {
  width: auto;
  margin-top: 0;
}
.pageContents ol li {
  list-style: decimal;
}

.pageContents li {
  margin: 0 0 0 1em;
}

.pageContents table {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: fit-content;
}
@media (min-width: 768px) {
  .pageContents table {
    width: revert-layer;
  }
}

.pageContents th {
  background-color: #FFEA00;
  border: 1px solid #CCCCCC;
  padding: 1em;
  vertical-align: top;
}
.pageContents th *:not(li) {
  margin-top: 5px;
}
.pageContents th *:first-child {
  margin-top: 0;
}

.pageContents td {
  border: 1px solid #CCCCCC;
  padding: 1em;
  vertical-align: top;
}
.pageContents td *:not(li) {
  margin-top: 5px;
}
.pageContents td *:first-child {
  margin-top: 0;
}

/*
┌─────────────────────────────
│ WYSIWYG部分の設定
│ 
*/
.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.markerYellow {
  background: linear-gradient(transparent 60%, yellow 0%);
  padding: 0 8px 5px;
}

.pageContents {
  padding-bottom: 120px;
}
@media (min-width: 960px) {
  .pageContents {
    padding-bottom: 160px;
  }
}
.pageContents *:first-child {
  margin-top: 0;
}
.pageContents .tableScrollOuter {
  margin-left: auto;
  margin-right: auto;
  overflow-x: scroll;
  white-space: nowrap;
}
.pageContents .tableScrollOuter:before {
  content: "※スクロールしてご覧ください。";
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}
.pageContents .tableScrollOuter table {
  width: 100%;
  min-width: 800px;
}
@media (min-width: 768px) {
  .pageContents .tableScrollOuter {
    overflow-x: visible;
    white-space: wrap;
  }
  .pageContents .tableScrollOuter:before {
    content: none;
  }
  .pageContents .tableScrollOuter table {
    min-width: auto;
  }
}
@media (min-width: 960px) {
  .pageContents .tableScrollOuter table {
    width: revert-layer;
  }
}
.pageContents .columnBox {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.pageContents .columnBox.column_sp02 {
  grid-template-columns: repeat(2, 1fr);
}
.pageContents .columnBox.column_sp03 {
  grid-template-columns: repeat(3, 1fr);
}
.pageContents .columnBox.column_sp04 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) {
  .pageContents .columnBox {
    gap: 30px;
  }
  .pageContents .columnBox.column_pc02 {
    grid-template-columns: repeat(2, 1fr);
  }
  .pageContents .columnBox.column_pc03 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pageContents .columnBox.column_pc04 {
    grid-template-columns: repeat(4, 1fr);
  }
  .pageContents .columnBox.column_pc05 {
    grid-template-columns: repeat(5, 1fr);
  }
  .pageContents .columnBox.column_pc06 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.pageContents .columnImgBox img {
  margin: auto;
}

.productIndex .seriesList {
  gap: 40px 20px;
  margin-left: 0;
}
@media (min-width: 960px) {
  .productIndex .seriesList {
    gap: 40px;
  }
}
.productIndex .seriesListItem {
  list-style-type: none;
  margin-left: 0;
}
.productIndex .seriesLink {
  border: 1px solid #D0D0D0;
  color: inherit;
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  font-weight: bold;
  text-decoration: none;
  padding: 30px 20px;
}
.productIndex .seriesLink:hover .seriesLinkText {
  background-color: #295EC5;
}
@media (min-width: 960px) {
  .productIndex .seriesLink {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
  }
}
.productIndex .seriesLinkTextBox {
  order: 2;
}
@media (min-width: 960px) {
  .productIndex .seriesLinkTextBox {
    order: 1;
  }
}
.productIndex .seriesName {
  font-size: 2.2rem;
  line-height: 1;
  margin-top: 0;
}
@media (min-width: 960px) {
  .productIndex .seriesName {
    font-size: 2.6rem;
  }
}
.productIndex .seriesNameLabel {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-top: 5px;
}
.productIndex .seriesNameLabel span {
  display: inline-block;
}
@media (min-width: 960px) {
  .productIndex .seriesNameLabel {
    font-size: 4rem;
  }
}
.productIndex .seriesLinkText {
  background-color: #28BCEF;
  border-radius: 20px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
  padding: 0.25em;
  transition: 0.3s;
}
.productIndex .seriesLinkImgBox {
  order: 1;
}
@media (min-width: 960px) {
  .productIndex .seriesLinkImgBox {
    order: 2;
  }
}
.productIndex .seriesLinkImg {
  max-height: 250px;
  object-fit: contain;
}
@media (min-width: 960px) {
  .productIndex .seriesLinkImg {
    max-height: 100%;
  }
}
.productIndex .supportPoint {
  border: 1px solid #050505;
  box-shadow: 4px 4px 0px 0px #393939;
  margin-left: 5%;
  margin-right: 4px;
  padding: 50px 30px 30px 20px;
  position: relative;
}
.productIndex .supportPoint:before {
  content: "";
  display: block;
  background-image: url(../images/icon-point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 76px;
  position: absolute;
  top: -25px;
  left: -30px;
}
@media (min-width: 768px) {
  .productIndex .supportPoint {
    margin-top: 55px;
    margin-left: 5%;
    padding: 60px 60px 60px 50px;
  }
  .productIndex .supportPoint:before {
    width: 164px;
    height: 120px;
    top: -50px;
    left: -50px;
  }
}
.productIndex .supportPointListItem {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
.productIndex .supportPointListItem:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .productIndex .supportPointListItem {
    font-size: 2.2rem;
    margin-top: 30px;
  }
}
@media (min-width: 960px) {
  .productIndex .supportPointListItem {
    font-size: 2.5rem;
  }
}

.productIntro .productMainDetailsOuter {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.productIntro .productMainDetailsOuter:before {
  content: "";
  display: block;
  background-color: #F5F5F5;
  border-radius: 300px 0 0 300px;
  width: 65%;
  height: 90%;
  position: absolute;
  bottom: -5%;
  right: 0;
}
.productIntro .productMainDetails {
  display: flex;
  flex-direction: column;
  gap: 30px 20px;
  position: relative;
  z-index: 2;
}
.productIntro .productMainDetails:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-deco-01.svg);
  width: 90px;
  height: 125px;
  position: absolute;
  top: -32px;
  right: 5px;
  z-index: 1;
}
@media (min-width: 768px) {
  .productIntro .productMainDetails {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .productIntro .productMainDetails:before {
    top: 0;
  }
}
@media (min-width: 960px) {
  .productIntro .productMainDetails:before {
    width: 170px;
    height: 238px;
    top: -60px;
    right: -75px;
  }
}
@media (min-width: 1400px) {
  .productIntro .productMainDetails:before {
    top: 0px;
    right: -100px;
  }
}
.productIntro.productFc .productMainDetails:before {
  background-image: url(../images/icon-deco-03.svg);
  width: 90px;
  height: 100px;
}
@media (min-width: 960px) {
  .productIntro.productFc .productMainDetails:before {
    width: 170px;
    height: 193px;
    top: -60px;
    right: -75px;
  }
}
@media (min-width: 1400px) {
  .productIntro.productFc .productMainDetails:before {
    top: 0px;
    right: -100px;
  }
}
.productIntro.productMold .productMainDetails:before {
  background-image: url(../images/icon-deco-04.svg);
  width: 90px;
  height: 100px;
  top: -40px;
}
@media (min-width: 960px) {
  .productIntro.productMold .productMainDetails:before {
    width: 170px;
    height: 210px;
    top: -60px;
    right: -40px;
  }
}
@media (min-width: 1400px) {
  .productIntro.productMold .productMainDetails:before {
    right: -100px;
  }
}
.productIntro .productMainDetailsTextBox {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .productIntro .productMainDetailsTextBox {
    width: 45%;
  }
}
.productIntro .productMainDetailsTitle {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .productIntro .productMainDetailsTitle {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .productIntro .productMainDetailsTitle {
    font-size: 4.8rem;
  }
}
.productIntro .productMainDetailsTitleLabel {
  display: block;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .productIntro .productMainDetailsTitleLabel {
    font-size: 2.6rem;
  }
}
@media (min-width: 960px) {
  .productIntro .productMainDetailsTitleLabel {
    font-size: 3.2rem;
  }
}
.productIntro .productMainDetailsText {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.productIntro .productMainDetailsText span {
  display: inline-block;
}
@media (min-width: 768px) {
  .productIntro .productMainDetailsText {
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .productIntro .productMainDetailsText {
    font-size: 2rem;
  }
}
.productIntro .productMainDetailsList {
  margin-top: 0;
}
.productIntro .productMainDetailsImgBox {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .productIntro .productMainDetailsImgBox {
    width: 50%;
  }
}
.productIntro .productMainDetailsImg {
  width: 80%;
  margin: auto;
}
@media (min-width: 768px) {
  .productIntro .productMainDetailsImg {
    max-width: 730px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 960px) {
  .productIntro .productMainDetailsImg {
    width: 90%;
  }
}
.productIntro.productFc .productMainDetailsImg {
  max-width: 240px;
  margin: auto;
}
@media (min-width: 768px) {
  .productIntro.productFc .productMainDetailsImg {
    max-width: 500px;
  }
}
@media (min-width: 960px) {
  .productIntro.productFc .productMainDetailsImg {
    width: 90%;
  }
}
.productIntro .productDetailsColumnBox {
  align-items: center;
}
@media (min-width: 960px) {
  .productIntro .productDetailsColumnBox {
    gap: 50px;
    grid-template-columns: 38% 1fr;
  }
}
.productIntro .productDetailsImg {
  max-width: 280px;
}
@media (min-width: 768px) {
  .productIntro .productDetailsImg {
    max-width: 400px;
  }
}
@media (min-width: 960px) {
  .productIntro .productDetailsImg {
    max-width: 100%;
  }
}
.productIntro .productDetailsList {
  counter-reset: item;
}
.productIntro .productDetailsListItem {
  counter-increment: item;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 25px;
}
.productIntro .productDetailsTitle {
  list-style-type: none;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}
.productIntro .productDetailsTitle:before {
  content: counter(item);
  background-color: #133261;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  .productIntro .productDetailsTitle {
    font-size: 2rem;
    padding-left: 45px;
  }
  .productIntro .productDetailsTitle:before {
    font-size: 1.8rem;
    width: 34px;
    height: 34px;
    top: -3px;
  }
}
.productIntro .productPointOuter {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(51, 51, 51, 0.1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(51, 51, 51, 0.1) calc(100% - 1px));
  background-size: 24px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .productIntro .productPointOuter {
    padding: 40px 0 80px;
  }
}
.productIntro .productPoint {
  background-color: #fff;
  border: 1px solid #050505;
  box-shadow: 4px 4px 0px 0px #393939;
  margin-left: 5%;
  margin-right: 4px;
  padding: 50px 20px 30px 20px;
  position: relative;
}
.productIntro .productPoint:before {
  content: "";
  display: block;
  background-image: url(../images/icon-point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 76px;
  position: absolute;
  top: -25px;
  left: -30px;
}
@media (min-width: 768px) {
  .productIntro .productPoint {
    margin-top: 55px;
    margin-left: 5%;
    padding: 30px 30px 30px 50px;
  }
  .productIntro .productPoint:before {
    width: 164px;
    height: 120px;
    top: -50px;
    left: -50px;
  }
}
.productIntro .productPointColumnBox {
  align-items: center;
}
@media (min-width: 768px) {
  .productIntro .productPointColumnBox {
    grid-template-columns: 1fr 35%;
  }
}
.productIntro .productPointTitle {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .productIntro .productPointTitle {
    font-size: 2rem;
  }
}
@media (min-width: 960px) {
  .productIntro .productPointTitle {
    font-size: 2.5rem;
  }
}
.productIntro .productPointText {
  margin-top: 15px;
}
@media (min-width: 960px) {
  .productIntro .productPointText {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .productIntro .optionList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .productIntro .optionList {
    grid-template-columns: repeat(3, 1fr);
  }
}
.productIntro .optionListItem {
  width: 100%;
  margin-top: 0;
}
.productIntro .optionTitle span {
  background-color: #333;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 20px;
}
.productIntro .optionText {
  margin-top: 10px;
}
.productIntro .optionColor {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.productIntro .optionColor .optionColor_01 {
  background-color: #85AA67;
  border: 1px solid #85AA67;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 10px;
}
.productIntro .optionColor .optionColor_02 {
  border: 1px solid #E9E9E9;
  font-size: 1.4rem;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .productIntro .optionColor {
    gap: 5px 20px;
  }
  .productIntro .optionColor .optionColor_01 {
    padding: 0 15px;
  }
  .productIntro .optionColor .optionColor_02 {
    padding: 0 15px;
  }
}
@media (min-width: 960px) {
  .productIntro .customExampleList {
    gap: 40px;
  }
}
.productIntro .customExampleListItem {
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 20px;
}
@media (min-width: 960px) {
  .productIntro .customExampleListItem {
    padding: 30px;
  }
}
.productIntro .customExampleTitle {
  background-color: #F2F2F2;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  padding: 0.75em;
}
@media (min-width: 960px) {
  .productIntro .customExampleTitle {
    font-size: 2.4rem;
  }
}
.productIntro .customExampleText {
  margin-top: 0;
}
.productIntro .customExampleImg {
  margin-top: auto;
}
@media (min-width: 768px) {
  .productIntro .specList {
    gap: 50px;
  }
}
@media (min-width: 960px) {
  .productIntro .specList {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.productIntro .specTable tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.productIntro .specTable th {
  background: none;
  font-weight: normal;
}
.productIntro .specImgBox {
  gap: 0;
}
@media (min-width: 768px) {
  .productIntro .specImgBox {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .productIntro .specImgBox {
    display: block;
  }
}
@media (min-width: 768px) {
  .productIntro .specImg {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .productIntro .specImg:last-child {
    margin-top: 25px;
  }
}
@media (min-width: 960px) {
  .productIntro .rubberProductList {
    gap: 60px 40px;
  }
}
.productIntro .rubberProductTitle {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 15px;
}
.productIntro .rubberProductTitle + .rubberProductText {
  margin-top: 5px;
}
.productIntro .rubberProductTitleLabel {
  display: block;
  font-size: 1.4rem;
}
.productIntro .possessionTable th {
  vertical-align: middle;
}
.productIntro .possessionTableCaption {
  text-align: left;
}
@media (min-width: 768px) {
  .productIntro .possessionTableCaption {
    text-align: right;
  }
}
.productIntro .pieChart {
  gap: 50px;
}
.productIntro .pieChartTextBox {
  display: grid;
  align-items: start;
}
.productIntro .pieChartTitle {
  background-color: #CFEEFF;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
  padding: 0.5em;
  width: 100%;
}
@media (min-width: 960px) {
  .productIntro .pieChartTitle {
    font-size: 2.5rem;
    max-width: 100%;
  }
}
.productIntro .pieChartImg {
  margin: auto auto 0;
  max-width: 80%;
}
@media (min-width: 960px) {
  .productIntro .pieChartImg {
    max-width: 100%;
  }
}
.productIntro .qualificationTable th {
  vertical-align: middle;
}
.productIntro .qualificationTable .gradeS {
  background-color: #FFE0E5;
  font-weight: bold;
}
.productIntro .qualificationTable .grade_01 {
  background-color: #DDF3FF;
  font-weight: bold;
}
.productIntro .qualificationTable .noTarget {
  background: repeating-linear-gradient(-45deg, #B5B5B6, #B5B5B6 2px, #fff 0, #fff 14px);
  vertical-align: middle;
}
.productIntro .qualificationTableCaptionBox {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .productIntro .qualificationTableCaptionBox {
    justify-content: space-between;
  }
}
.productIntro .otherNav {
  background-color: #F5F5F5;
  padding: 100px 0;
}
.productIntro .otherNavList {
  gap: 20px;
  max-width: 960px;
  margin: auto;
  position: relative;
}
.productIntro .otherNavList:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-deco-01.svg);
  width: 90px;
  height: 125px;
  position: absolute;
  top: -140px;
  right: 5px;
  z-index: 1;
}
.productIntro .otherNavList:after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-deco-02.svg);
  width: 100px;
  height: 112px;
  position: absolute;
  bottom: -140px;
  left: 5px;
  z-index: 1;
}
@media (min-width: 960px) {
  .productIntro .otherNavList {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .productIntro .otherNavList:before {
    right: -100px;
  }
  .productIntro .otherNavList:after {
    left: -100px;
  }
}
.productIntro .otherNavListItem {
  list-style-type: none;
  margin: 0;
  position: relative;
  z-index: 2;
}
.productIntro .otherNavLink {
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 1em 0.5em;
  transition: 0.3s;
}
.productIntro .otherNavLink.catalog {
  background-color: #0085EE;
  border: 1px solid #0085EE;
}
.productIntro .otherNavLink.catalog:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-catalog-01.svg);
  min-width: 27px;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
.productIntro .otherNavLink.contact {
  background-color: #FF4867;
  border: 1px solid #FF4867;
}
.productIntro .otherNavLink:hover.catalog {
  background-color: #fff;
  color: #0085EE;
}
.productIntro .otherNavLink:hover.catalog:before {
  background-image: url(../images/icon-catalog-02.svg);
}
.productIntro .otherNavLink:hover.contact {
  background-color: #fff;
  color: #FF4867;
}
@media (min-width: 960px) {
  .productIntro .otherNavLink {
    font-size: 2.4rem;
  }
}
.productIntro.productMold .otherNav {
  background: none;
  padding: 50px 0;
  overflow: hidden;
}
.productIntro.productMold .otherNavList {
  width: 90%;
}
.productIntro.productMold .otherNavList:before {
  content: none;
}
.productIntro.productMold .otherNavList:after {
  content: none;
}
.productIntro.productMold .otherNavLink.contact:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-deco-01.svg);
  width: 60px;
  height: 84px;
  position: absolute;
  top: -45px;
  right: -25px;
  z-index: 1;
}
.productIntro.productMold .otherNavLink.contact:after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-deco-02.svg);
  width: 60px;
  height: 70px;
  position: absolute;
  bottom: -20px;
  left: -26px;
  z-index: 1;
}
@media (min-width: 768px) {
  .productIntro.productMold .otherNavLink.contact:before {
    width: 90px;
    height: 125px;
  }
  .productIntro.productMold .otherNavLink.contact:after {
    width: 100px;
    height: 112px;
  }
}
@media (min-width: 960px) {
  .productIntro.productMold .otherNavLink.contact:before {
    right: -45px;
  }
  .productIntro.productMold .otherNavLink.contact:after {
    bottom: -40px;
    left: -40px;
  }
}
.productIntro .productOther h2 {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .productIntro .productOther h2 {
    font-size: 3.2rem;
  }
}
.productIntro .productOther .productOtherList {
  align-items: end;
  gap: 30px;
  width: 90%;
  margin: auto;
}
@media (min-width: 960px) {
  .productIntro .productOther .productOtherList {
    gap: 60px;
    max-width: 960px;
  }
}
.productIntro .productOther .productOtherListItem {
  list-style-type: none;
  margin-left: 0;
}
.productIntro .productOther .productOtherLink {
  color: inherit;
  display: block;
  transition: 0.3s;
}
.productIntro .productOther .productOtherLink:hover {
  opacity: 0.7;
}
.productIntro .productOther .productOtherLinkImg {
  width: 100%;
}
.productIntro .productOther .productOtherLinkText {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.productIntro .productOther .productOtherLinkText span {
  display: inline-block;
}
@media (min-width: 960px) {
  .productIntro .productOther .productOtherLinkText {
    font-size: 2.4rem;
  }
}
.productIntro .moldSlider .swiperNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .productIntro .moldSlider .swiperNav {
    gap: 50px;
  }
}
.productIntro .moldSlider .swiperNav .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0;
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
}
.productIntro .moldSlider .swiperNav .swiper-pagination-bullet {
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 0;
  opacity: 1;
  transition: 0.3s;
}
.productIntro .moldSlider .swiperNav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #18357F;
}
.productIntro .moldSlider .swiperNav .swiper-pagination-bullet:hover {
  background: #18357F;
  opacity: 0.7;
}

.aboutGroup h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.aboutGroup h2 span {
  display: inline-block;
}
@media (min-width: 768px) {
  .aboutGroup h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 960px) {
  .aboutGroup h2 {
    font-size: 4.4rem;
  }
}
.aboutGroup h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.aboutGroup h3 + p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .aboutGroup h3 {
    font-size: 3.2rem;
  }
}
.aboutGroup .linkButton {
  background-color: #295EC5;
  border: 1px solid #295EC5;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.4;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1.5em;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.aboutGroup .linkButton:hover {
  background-color: #fff;
  color: #295EC5;
}
@media (min-width: 768px) {
  .aboutGroup .linkButton {
    font-size: 1.8rem;
  }
}
.aboutGroup .bgOuter {
  background-color: #295EC5;
  padding: 40px 20px;
}
.aboutGroup .bgOuter .columnBox {
  background-color: #fff;
  align-items: center;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .aboutGroup .bgOuter {
    padding: 70px 20px;
  }
  .aboutGroup .bgOuter .columnBox {
    grid-template-columns: 55% 1fr;
    padding: 40px;
  }
}

.factoryIntro .factoryMainIntro {
  position: relative;
}
.factoryIntro .factoryMainIntro .columnBox {
  position: relative;
  z-index: 2;
}
.factoryIntro .factoryMainIntro:after {
  content: "";
  display: block;
  background-color: #F5F5F5;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .factoryIntro .factoryMainIntro:after {
    width: 70%;
    height: 80%;
    bottom: -40px;
  }
}
.factoryIntro .factoryMainIntroImg {
  width: 100%;
  height: 200px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .factoryIntro .factoryMainIntroImg {
    height: auto;
  }
}
.factoryIntro .mainIntroColumnBox {
  align-items: flex-end;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .factoryIntro .mainIntroColumnBox {
    margin-top: -40px;
  }
}
@media (min-width: 960px) {
  .factoryIntro .mainIntroColumnBox {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -80px;
  }
}
.factoryIntro .mainIntroBox {
  background-color: #fff;
  width: 100%;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .factoryIntro .mainIntroBox {
    width: 90%;
    padding: 60px 30px;
  }
}
@media (min-width: 960px) {
  .factoryIntro .mainIntroBox {
    width: 100%;
    padding: 80px 40px;
  }
}
.factoryIntro .mainIntroTextBox {
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .factoryIntro .mainIntroTextBox {
    padding: 0 1em 1em;
  }
}
@media (min-width: 960px) {
  .factoryIntro .mainIntroTextBox {
    width: 100%;
    padding: 120px 1em 1em;
  }
}
.factoryIntro .factoryName {
  margin-bottom: 20px;
  position: relative;
}
.factoryIntro .factoryName:after {
  content: "";
  display: block;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 56px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 0;
}
.factoryIntro.shizuokaPlantIntro .factoryName:after {
  background-image: url(../factory/images/name-shizuoka.png);
}
.factoryIntro.kyushuPlantIntro .factoryName:after {
  background-image: url(../factory/images/name-kyushu.png);
}
.factoryIntro.tohokuPlantIntro .factoryName:after {
  background-image: url(../factory/images/name-tohoku.png);
}
.factoryIntro .factoryNameText {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .factoryIntro .factoryNameText {
    font-size: 4.2rem;
  }
}
@media (min-width: 960px) {
  .factoryIntro .factoryNameText {
    font-size: 6rem;
  }
}
.factoryIntro .factoryNameText small {
  font-size: 55%;
}
@media (min-width: 960px) {
  .factoryIntro .factoryNameText small {
    font-size: 50%;
  }
}
.factoryIntro .factoryInfo {
  border-top: 1px solid #CCC;
  display: block;
  align-items: center;
  gap: 10px;
  grid-template-columns: 150px 1fr;
  margin-top: 0;
  padding: 1em 0;
}
.factoryIntro .factoryInfo:last-child {
  border-bottom: 1px solid #CCC;
}
@media (min-width: 768px) {
  .factoryIntro .factoryInfo {
    display: grid;
    padding: 1em;
  }
}
.factoryIntro .factoryPoint {
  background-color: #fff;
  background-image: radial-gradient(rgba(210, 214, 219, 0.5) 20%, transparent 20%);
  background-size: 6px 6px;
  padding: 50px 0;
  position: relative;
}
.factoryIntro .factoryPoint:before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}
.factoryIntro .factoryPoint .maxContainer {
  max-width: 1140px;
  position: relative;
  z-index: 1;
}
.factoryIntro .factoryPoint h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .factoryIntro .factoryPoint {
    padding: 100px 0;
  }
  .factoryIntro .factoryPoint h3 {
    font-size: 3.6rem;
  }
}
@media (min-width: 960px) {
  .factoryIntro .factoryPoint h3 {
    font-size: 4rem;
  }
}
.factoryIntro.shizuokaPlantIntro .factoryPoint:before {
  background-image: url(../factory/images/icon-deco-01.svg);
  width: 100px;
  height: 85px;
  top: -60px;
  right: 10px;
}
@media (min-width: 768px) {
  .factoryIntro.shizuokaPlantIntro .factoryPoint:before {
    width: 165px;
    height: 140px;
    top: -55px;
  }
}
@media (min-width: 960px) {
  .factoryIntro.shizuokaPlantIntro .factoryPoint:before {
    width: 265px;
    height: 227px;
    top: -120px;
  }
}
.factoryIntro.kyushuPlantIntro .factoryPoint:before {
  background-image: url(../factory/images/icon-deco-03.svg);
  width: 100px;
  height: 85px;
  top: -60px;
  right: 10px;
}
@media (min-width: 768px) {
  .factoryIntro.kyushuPlantIntro .factoryPoint:before {
    width: 165px;
    height: 140px;
    top: -55px;
  }
}
@media (min-width: 960px) {
  .factoryIntro.kyushuPlantIntro .factoryPoint:before {
    width: 265px;
    height: 227px;
    top: -120px;
  }
}
.factoryIntro.tohokuPlantIntro .factoryPoint:before {
  background-image: url(../factory/images/icon-deco-04.svg);
  width: 100px;
  height: 85px;
  top: -60px;
  right: 10px;
}
@media (min-width: 768px) {
  .factoryIntro.tohokuPlantIntro .factoryPoint:before {
    width: 165px;
    height: 140px;
    top: -55px;
  }
}
@media (min-width: 960px) {
  .factoryIntro.tohokuPlantIntro .factoryPoint:before {
    width: 265px;
    height: 227px;
    top: -120px;
  }
}
.factoryIntro .factoryPointList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4%;
  justify-content: center;
}
.factoryIntro .factoryPointList .columnImgBox {
  width: 48%;
}
@media (min-width: 768px) {
  .factoryIntro .factoryPointList {
    flex-wrap: nowrap;
    gap: 0 50px;
  }
  .factoryIntro .factoryPointList .columnImgBox {
    width: 100%;
  }
}
.factoryIntro .environment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px 0;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .factoryIntro .environment {
    gap: 40px 0;
    padding: 20px 40px 0;
  }
}
@media (min-width: 960px) {
  .factoryIntro .environment {
    gap: 50px 0;
    padding: 0 80px;
  }
}
.factoryIntro .environmentTextBox {
  width: 100%;
  position: relative;
}
.factoryIntro .environmentTextBox:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../factory/images/icon-deco-02.svg);
  width: 90px;
  height: 128px;
  position: absolute;
  top: -45px;
  left: -10px;
  z-index: 0;
}
@media (min-width: 768px) {
  .factoryIntro .environmentTextBox:before {
    width: 108px;
    height: 154px;
    top: -50px;
    left: -40px;
  }
}
@media (min-width: 960px) {
  .factoryIntro .environmentTextBox {
    width: 50%;
    padding-right: 5%;
  }
}
@media (min-width: 1200px) {
  .factoryIntro .environmentTextBox {
    padding-right: 8%;
  }
}
.factoryIntro .environmentTitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .factoryIntro .environmentTitle {
    font-size: 3.2rem;
  }
}
.factoryIntro .environmentText {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.factoryIntro .environmentMainSlider {
  width: 100%;
}
@media (min-width: 960px) {
  .factoryIntro .environmentMainSlider {
    width: 50%;
  }
}
.factoryIntro .environmentThumbnailsSlider {
  width: 100%;
  position: relative;
}
.factoryIntro .environmentThumbnailsSlider .swiper-slide {
  border: 3px solid #fff;
  position: relative;
}
.factoryIntro .environmentThumbnailsSlider .swiper-slide .maxImg {
  position: relative;
  z-index: 1;
}
.factoryIntro .environmentThumbnailsSlider .swiper-slide:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.3s;
}
.factoryIntro .environmentThumbnailsSlider .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 0;
}
.factoryIntro .environment .swiper-button-arrow {
  border-radius: 50%;
  background-color: #FFEF27;
  border: 1px solid #FFEF27;
  width: 34px;
  height: 34px;
  margin: auto;
  opacity: 1;
  top: 0;
  bottom: 0;
  transition: 0.3s;
}
.factoryIntro .environment .swiper-button-arrow:hover {
  background-color: #fff;
}
.factoryIntro .environment .swiper-button-arrow:after {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.factoryIntro .environment .swiper-button-arrow.swiper-button-prev {
  left: -10px;
}
.factoryIntro .environment .swiper-button-arrow.swiper-button-prev:after {
  margin-right: 5%;
}
@media (min-width: 768px) {
  .factoryIntro .environment .swiper-button-arrow.swiper-button-prev {
    left: -52px;
  }
}
@media (min-width: 960px) {
  .factoryIntro .environment .swiper-button-arrow.swiper-button-prev {
    left: -80px;
  }
}
.factoryIntro .environment .swiper-button-arrow.swiper-button-next {
  right: -10px;
}
.factoryIntro .environment .swiper-button-arrow.swiper-button-next:after {
  margin-left: 5%;
}
@media (min-width: 768px) {
  .factoryIntro .environment .swiper-button-arrow.swiper-button-next {
    right: -52px;
  }
}
@media (min-width: 960px) {
  .factoryIntro .environment .swiper-button-arrow.swiper-button-next {
    right: -80px;
  }
}
@media (min-width: 768px) {
  .factoryIntro .environment .swiper-button-arrow {
    width: 44px;
    height: 44px;
  }
  .factoryIntro .environment .swiper-button-arrow:after {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .factoryIntro .environment .swiper-button-arrow {
    width: 60px;
    height: 60px;
  }
  .factoryIntro .environment .swiper-button-arrow:after {
    font-size: 20px;
  }
}
.factoryIntro.shizuokaPlantIntro .swiper-slide-thumb-active {
  border: 3px solid #3EA8F3;
}
.factoryIntro.kyushuPlantIntro .swiper-slide-thumb-active {
  border: 3px solid #FF6C7E;
}
.factoryIntro.tohokuPlantIntro .swiper-slide-thumb-active {
  border: 3px solid #8BE16A;
}
.factoryIntro .factoryAccess iframe {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .factoryIntro .factoryAccess iframe {
    height: 500px;
  }
}
@media (min-width: 960px) {
  .factoryIntro .factoryAccess iframe {
    height: 730px;
  }
}

.company .companyInfo th {
  background-color: #F6F6F6;
  color: inherit;
  display: block;
  width: 100%;
  font-weight: normal;
}
.company .companyInfo td {
  display: block;
  width: 100%;
}
.company .companyInfo strong {
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .company .companyInfo th {
    width: 20%;
    display: table-cell;
  }
  .company .companyInfo td {
    width: 80%;
    display: table-cell;
  }
  .company .companyInfo strong {
    font-size: 1.8rem;
  }
}
.company .factoryListItem {
  margin-top: 0;
}
.company .accessButton {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  margin-top: 5px;
  padding: 0.5em 1em;
  transition: 0.3s;
}
.company .accessButton:before {
  content: "";
  border: 4px solid #00D8D8;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  min-width: 16px;
  transition: 0.3s;
}
.company .accessButton:hover {
  background-color: #28BCEF;
  color: #fff;
}
.company .accessButton:hover:before {
  border: 4px solid #fff;
}
@media (min-width: 768px) {
  .company .accessButton {
    margin-top: 10px;
  }
}

.company .historyListItem {
  border-bottom: 1px solid #CCC;
  display: grid;
  gap: 10px;
  grid-template-columns: 80px 1fr;
  margin-top: 0;
  padding: 1em;
}
@media (min-width: 768px) {
  .company .historyListItem {
    grid-template-columns: 120px 1fr;
  }
}
@media (min-width: 960px) {
  .company .historyListItem {
    grid-template-columns: 150px 1fr;
  }
}

.companyPolicy .ourPurposeTitle {
  color: #004388;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.companyPolicy .ourPurposeTitle span {
  display: inline-block;
}
@media (min-width: 768px) {
  .companyPolicy .ourPurposeTitle {
    font-size: 4rem;
  }
}
@media (min-width: 960px) {
  .companyPolicy .ourPurposeTitle {
    font-size: 5rem;
  }
}
.companyPolicy .ourPurposeTitle > .ourPurposeTitleLabel {
  color: #333;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
}
.companyPolicy .ourPurposeTitleLabel {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .companyPolicy .ourPurposeTitleLabel {
    font-size: 4rem;
    margin-top: 15px;
  }
}
@media (min-width: 960px) {
  .companyPolicy .ourPurposeTitleLabel {
    font-size: 5rem;
  }
}
.companyPolicy .ourPurposeTitleSubLabel {
  color: #333;
  display: block;
  font-size: 60%;
  font-weight: bold;
}
.companyPolicy .ourValuesTitle {
  color: #004388;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .companyPolicy .ourValuesTitle {
    font-size: 4rem;
  }
}
@media (min-width: 960px) {
  .companyPolicy .ourValuesTitle {
    font-size: 5rem;
  }
}
.companyPolicy .ourValuesTitleLabel {
  color: #333;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
.companyPolicy .ourValuesList {
  font-weight: bold;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
@media (min-width: 768px) {
  .companyPolicy .ourValuesList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px 50px;
  }
}
.companyPolicy .ourValuesListItem {
  width: fit-content;
  margin-top: 0;
}
.companyPolicy .ourValuesListItemTitle {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .companyPolicy .ourValuesListItemTitle {
    font-size: 3.8rem;
  }
}
.companyPolicy .ourValuesListItemText {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .companyPolicy .ourValuesListItemText {
    font-size: 2.2rem;
  }
}
.companyPolicy .purposeValuesMessage {
  color: #278ac9;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .companyPolicy .purposeValuesMessage {
    font-size: 4rem;
  }
}
@media (min-width: 960px) {
  .companyPolicy .purposeValuesMessage {
    font-size: 5rem;
  }
}
.companyPolicy .purposeValuesMessageLabel {
  display: block;
  font-size: 70%;
}
.companyPolicy .president {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  padding-right: 2%;
}
@media (min-width: 768px) {
  .companyPolicy .president {
    flex-wrap: nowrap;
    padding-right: 4%;
  }
}
.companyPolicy .presidentHandwriting {
  width: 180px;
  height: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .companyPolicy .presidentHandwriting {
    width: 190px;
  }
}
.companyPolicy .borderBox {
  border: 1px solid #D2D6DB;
  padding: 20px 15px;
}
.companyPolicy .borderBox .heading_01 {
  font-size: 2rem;
  padding: 0.75em 0.75em 0.75em 1.25em;
}
.companyPolicy .borderBox .heading_01:before {
  height: 100%;
}
.companyPolicy .borderBox ol li {
  margin-top: 10px;
}
.companyPolicy .borderBox ol li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .companyPolicy .borderBox {
    padding: 30px;
  }
}

.companyPolicy .ecoChallenge {
  position: relative;
}
.companyPolicy .ecoChallenge:before {
  content: "";
  display: block;
  background-image: url(../company/images/icon-leaf.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .companyPolicy .ecoChallenge:before {
    height: 120px;
    margin-bottom: 70px;
  }
}
.companyPolicy .ecoChallenge:after {
  content: "";
  display: block;
  background-image: url(../company/images/icon-leaf.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 80px;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .companyPolicy .ecoChallenge:after {
    height: 120px;
    margin-top: 70px;
  }
}
.companyPolicy .ecoChallenge h3 {
  color: #5BB5A6;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.companyPolicy .ecoChallenge h3 span {
  display: inline-block;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallenge h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 960px) {
  .companyPolicy .ecoChallenge h3 {
    font-size: 3.6rem;
  }
}
.companyPolicy .ecoChallenge .earth {
  max-width: 150px;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallenge .earth {
    max-width: 200px;
  }
}
.companyPolicy .ecoChallenge .columnBox {
  gap: 15px;
  max-width: 920px;
  padding: 0;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallenge .columnBox {
    gap: 25px;
  }
}
.companyPolicy .ecoChallenge .goal {
  background-color: #F2FFFD;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallenge .goal {
    padding: 60px 100px;
  }
}
.companyPolicy .ecoChallenge .goalTitle {
  color: #5BB5A6;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallenge .goalTitle {
    font-size: 2.4rem;
  }
}

.companyPolicy .sdgsAttempt h3 {
  color: #5BB5A6;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.companyPolicy .sdgsAttempt h3 span {
  display: inline-block;
}
@media (min-width: 768px) {
  .companyPolicy .sdgsAttempt h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 960px) {
  .companyPolicy .sdgsAttempt h3 {
    font-size: 3.6rem;
  }
}
.companyPolicy .sdgsAttempt h4 {
  border-top: 2px solid #5BB5A6;
  border-bottom: 2px solid #5BB5A6;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .companyPolicy .sdgsAttempt h4 {
    font-size: 3.2rem;
  }
}
.companyPolicy .sdgsAttempt h5 {
  background-color: #EBF9F6;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 1em 0.5em 1em 1em;
  position: relative;
}
.companyPolicy .sdgsAttempt h5:before {
  content: "";
  display: block;
  background-color: #5BB5A6;
  width: 5px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.companyPolicy .sdgsAttempt .sdgsAttemptListItem {
  border-radius: 15px;
  margin-top: 0;
  padding: 20px;
}
.companyPolicy .sdgsAttempt .sdgsAttemptListItem.no6 {
  background-color: #E5F9FF;
}
.companyPolicy .sdgsAttempt .sdgsAttemptListItem.no7 {
  background-color: #FFF5D6;
}
.companyPolicy .sdgsAttempt .sdgsAttemptListItem.no9 {
  background-color: #FFF6E5;
}
.companyPolicy .sdgsAttempt .sdgsAttemptListItem.no11 {
  background-color: #FFF8D1;
}
.companyPolicy .sdgsAttempt .sdgsAttemptListItem.no12 {
  background-color: #FFF7E4;
}
.companyPolicy .sdgsAttempt .sdgsAttemptListItem.no13 {
  background-color: #F0FCE5;
}
@media (min-width: 768px) {
  .companyPolicy .sdgsAttempt .sdgsAttemptListItem {
    grid-template-columns: 35% 1fr;
  }
}
.companyPolicy .sdgsAttempt .sdgsAttemptTitle img {
  width: 180px;
}
@media (min-width: 768px) {
  .companyPolicy .sdgsAttempt .sdgsAttemptTitle img {
    width: 100%;
  }
}
.companyPolicy .sdgsAttempt .sdgsAttemptText span {
  display: inline-block;
}
.companyPolicy .sdgsAttempt .sdgsAttemptContents .columnImgBox {
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  overflow: hidden;
}
.companyPolicy .sdgsAttempt .sdgsAttemptContents .columnImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .companyPolicy .sdgsAttempt .sdgsAttemptContents {
    grid-template-columns: 55% 1fr;
  }
}
@media (min-width: 960px) {
  .companyPolicy .sdgsAttempt .sdgsAttemptContents {
    grid-template-columns: 1fr 440px;
  }
}

.companyPolicy .ecoChallengeMessageOuter {
  grid-template-columns: 30px 1fr 30px;
  gap: 0 20px;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallengeMessageOuter {
    grid-template-columns: 70px 1fr 70px;
    gap: 0 40px;
  }
}
@media (min-width: 960px) {
  .companyPolicy .ecoChallengeMessageOuter {
    grid-template-columns: 90px 1fr 90px;
    gap: 0 90px;
  }
}
.companyPolicy .ecoChallengeMessageOuter:before {
  content: "";
  display: block;
  background-image: url(../company/images/icon-eco-01.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: 30px;
  height: 100%;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallengeMessageOuter:before {
    width: 70px;
  }
}
@media (min-width: 960px) {
  .companyPolicy .ecoChallengeMessageOuter:before {
    width: 90px;
  }
}
.companyPolicy .ecoChallengeMessageOuter:after {
  content: "";
  display: block;
  background-image: url(../company/images/icon-eco-02.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: 30px;
  height: 100%;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallengeMessageOuter:after {
    width: 70px;
  }
}
@media (min-width: 960px) {
  .companyPolicy .ecoChallengeMessageOuter:after {
    width: 90px;
  }
}
.companyPolicy .ecoChallengeMessage {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallengeMessage {
    padding-bottom: 80px;
  }
}
.companyPolicy .ecoChallengeMessage h3 {
  color: #5BB5A6;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallengeMessage h3 {
    font-size: 3.2rem;
  }
}
@media (min-width: 960px) {
  .companyPolicy .ecoChallengeMessage h3 {
    font-size: 4rem;
  }
}
.companyPolicy .ecoChallengeMessage .lead {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallengeMessage .lead {
    font-size: 2.4rem;
  }
}
.companyPolicy .ecoChallengeMessage p span {
  display: inline-block;
}
.companyPolicy .ecoChallengeMessage .ecoChallengeList {
  margin-left: 0;
  gap: 20px;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallengeMessage .ecoChallengeList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .companyPolicy .ecoChallengeMessage .ecoChallengeList {
    grid-template-columns: repeat(3, 1fr);
  }
}
.companyPolicy .ecoChallengeMessage .ecoChallengeListItem {
  border-radius: 10px;
  background-color: #DCF6E5;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  list-style-type: none;
  font-size: 1.6rem;
  margin-left: 0;
  padding: 20px;
}
.companyPolicy .ecoChallengeMessage .ecoChallengeListItem:before {
  content: "";
  display: block;
  background-image: url(../company/images/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .companyPolicy .ecoChallengeMessage .ecoChallengeListItem {
    font-size: 1.8rem;
  }
}

.privacyPolicy .subheading + ul {
  margin-top: 0;
}

.access .accessList {
  gap: 50px 30px;
}
@media (min-width: 960px) {
  .access .accessList {
    gap: 80px 40px;
  }
}
.access .accessListItem .heading_01 {
  font-size: 2rem;
  padding: 0.75em 0.75em 0.75em 1.25em;
}
.access .accessListItem .heading_01:before {
  height: 100%;
}
.access .accessListItem iframe {
  width: 100%;
  height: 200px;
}
.access .accessListItem p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .access .accessListItem iframe {
    height: 300px;
  }
}
@media (min-width: 960px) {
  .access .accessListItem iframe {
    height: 400px;
  }
}

.contact table th {
  background-color: #F5F5F5;
  font-weight: normal;
}

.company .baseMap {
  position: relative;
}
.company .baseMapImg {
  position: relative;
  z-index: 0;
}
.company #baseMapIcon {
  position: absolute;
  top: 0;
  left: 0;
}
.company .modal__btn {
  opacity: 1;
  transition: 0.3s;
}
.company .modal__btn:hover {
  opacity: 0.7;
}

.modal__overlay {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal__container {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  max-width: 1000px;
  max-height: 100vh;
  width: 90%;
  padding: 30px 15px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal__container {
    padding: 30px;
  }
}

.modal__close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
.modal__close:hover {
  color: #295EC5;
}
.modal__close:before {
  content: "✕";
  font-size: 2.6rem;
  line-height: 1;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*# sourceMappingURL=page.css.map*/