@charset "UTF-8";
/*---------------------------
トップページ
----------------------------*/
.home .main-link {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.home .main-link a {
  width: 33.33333333%;
  aspect-ratio: 1/1;
  padding: 1rem;
  position: relative;
}
.home .main-link a img {
  margin: 0;
  width: 100%;
  position: relative;
}
.home .main-link a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.home .main-link a span.text-area {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .main-link a span.text-e {
  display: block;
  font-size: 42px;
  font-family: "Playfair Display SC", serif;
  margin-bottom: 1rem;
  line-height: 1;
}

.home .main-link a span.text-title {
  display: block;
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1;
}

.home .main-link a span.text-detail {
  display: block;
  text-align: left !important;
  font-size: 13px;
  line-height: 1.7;
}

.home .main-link a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #060338; /*好みの色に変えてください。*/
  opacity: 0;
  transition: 0.3s;
}
.home .main-link a:after {
  content: "READ MORE"; /*好みの文章に変更してください。*/
  display: block;
  color: #fff;
  line-height: 48px;
  width: 180px;
  border: solid 1px #fff;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -1em;
  margin-left: -90px;
  opacity: 0;
  z-index: 3;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.home .main-link a:hover:before {
  opacity: 0.6;
}
.home .main-link a:hover:after {
  opacity: 1;
  margin-top: -0.5em;
}
.home .main-link .img_01 {
  background-image: url(../images/main-link01.png);
  background-size: cover;
  background-position: center;
}
.home .main-link .img_02 {
  background-image: url(../images/main-link02.png);
  background-size: cover;
  background-position: center;
}
.home .main-link .img_03 {
  background-image: url(../images/main-link03.png);
  background-size: cover;
  background-position: center;
}
.home .main-link .img_04 {
  background-image: url(../images/main-link04.png);
  background-size: cover;
  background-position: center;
}
.home .main-link .img_05 {
  background-image: url(../images/main-link05.png);
  background-size: cover;
  background-position: center;
}
.home .main-link .img_06 {
  background-image: url(../images/main-link06.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1300px) {
  .home .main-link a span.text-e {
    font-size: 3vw;
  }
  .home .main-link a span.text-title {
    font-size: 1vw;
    margin-bottom: 1.5vw;
  }

  .home .main-link a span.text-detail {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 767px) {
  .home .main-link a span.text-e {
    font-size: 13vw;
    margin-bottom: 2vw;
  }
  .home .main-link a span.text-title {
    font-size: 4vw;
    margin-bottom: 4vw;
  }

  .home .main-link a span.text-detail {
    font-size: 3.5vw;
  }
  .home .main-link a {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*---------------------------
ページ　ヒーロー
----------------------------*/
.hero {
  margin-top: 50px;
  height: 300px;
  width: 100%;
  padding-left: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-default {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/top-slider03.jpg);
  background-size: cover;
}
.hero-dioxin {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_dioxin.jpg);
  background-size: cover;
}
.hero-zetsuen {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_zetsuen.jpg);
  background-size: cover;
}
.hero-asbestos {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_asbestos.jpg);
  background-size: cover;
}
.hero-suishitsu {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_suishitsu.jpg);
  background-size: cover;
}
.hero-sanpai {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_sanpai.jpg);
  background-size: cover;
}
.hero-dojyo {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_dojyo.jpg);
  background-size: cover;
}
.hero-housyanou {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_housyanou.jpg);
  background-size: cover;
}
.hero-rohs-elv {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_rohs-elv.jpg);
  background-size: cover;
}
.hero-baien {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_baien.jpg);
  background-size: cover;
}
.hero-syuki {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_syuki.jpg);
  background-size: cover;
}
.hero-souon {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_souon.jpg);
  background-size: cover;
}
.hero-sagyo {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_sagyo.jpg);
  background-size: cover;
}
.hero-shitsunai {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_shitsunai.jpg);
  background-size: cover;
}
.hero-kagakunodo {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_kagakunodo.jpg);
  background-size: cover;
}
.hero-mask-test {
  background-image: linear-gradient(
      90deg,
      #2f3b74,
      #2f3b74ab 24%,
      #2f3b7412 58%
    ),
    url(../images/page/hero-g_mask-test.jpg);
  background-size: cover;
}
.hero h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 20px;
  color: #fff;
}
.hero h1 span {
  font-size: 48px;
  font-family: "Playfair Display SC", serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hero {
    margin-top: 18px;
    height: 200px;
    padding-left: 0;
    justify-content: center;
  }
  .hero-dioxin {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_dioxin.jpg);
    background-size: cover;
  }
  .hero-zetsuen {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_zetsuen.jpg);
    background-size: cover;
  }
  .hero-asbestos {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_asbestos.jpg);
    background-size: cover;
  }
  .hero-sanpai {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_sanpai.jpg);
    background-size: cover;
  }
  .hero-dojyo {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_dojyo.jpg);
    background-size: cover;
    background-position: right 51% center;
  }
  .hero-housyanou {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_housyanou.jpg);
    background-size: cover;
    background-position: right 50% center;
  }
  .hero-rohs-elv {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_rohs-elv.jpg);
    background-size: cover;
  }
  .hero-baien {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_baien.jpg);
    background-size: cover;
    background-position: right 40% center;
  }
  .hero-syuki {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_syuki.jpg);
    background-size: cover;
    background-position: right 64% center;
  }
  .hero-souon {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_souon.jpg);
    background-size: cover;
    background-position: right 40% center;
  }
  .hero-sagyo {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_sagyo.jpg);
    background-size: cover;
  }
  .hero-shitsunai {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_shitsunai.jpg);
    background-size: cover;
    background-position: right 65% center;
  }
  .hero-kagakunodo {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_kagakunodo.jpg);
    background-size: cover;
  }
  .hero-mask-test {
    background-image: linear-gradient(
        90deg,
        #2f3b74,
        #2f3b74ab 24%,
        #2f3b7457 58%
      ),
      url(../images/page/hero-g_mask-test.jpg);
    background-size: cover;
    background-position: right 33% center;
  }
  .hero h1 {
    font-size: 16px;
    text-align: center;
  }
  .hero h1 span {
    font-size: 36px;
  }
}
/*---------------------------
ページ　コンテンツ
----------------------------*/
@media screen and (min-width: 768px) {
  .page #contents section h2 {
    margin-top: 50px;
  }
  .page #contents section h2:first-child {
    margin-top: 0px;
  }
}
.page #contents section h2 {
  margin-top: 30px;
}
.page #contents section h2:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  #contents h2 {
    margin: 0 0 1.5rem;
  }
}
/*2カラム
----------------------------*/
@media screen and (min-width: 768px) {
  .column-2 {
    display: flex;
    gap: 20px;
  }
  .column-2 div {
    width: 50%;
  }
}

/*3カラム
----------------------------*/
@media screen and (min-width: 768px) {
  .column-3 {
    display: flex;
    gap: 20px;
  }
  .column-3 div {
    width: 33.33333333%;
  }
}

/*4 カラム
----------------------------*/
@media screen and (min-width: 768px) {
  .column-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
  }
  .column-4 div {
    width: 23%;
  }
}
/*4 カラム
----------------------------*/
@media screen and (min-width: 768px) {
  .column-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
  }
  .column-5 div {
    width: 49%;
  }
}

/*枠01
----------------------------*/
.waku01 {
  padding: 1.5em;
  text-align: left;
  background-color: #f8f8f8;
}

#contents .waku01 h3 {
  color: #060338;
  font-weight: bold;
  margin: 1em 0 0.5em;
  font-size: 1.2rem;
  padding: 0px 1rem;
  border-bottom: 0px;
  font-weight: normal;
}
.waku01 h3:first-child {
  margin-top: 0em;
}
@media screen and (max-width: 767px) {
  .waku01 {
    padding: 1em;
  }
}
/*枠02
----------------------------*/
.waku02 {
  border: 1px solid #2f3b74;
  padding: 1.5em;
  text-align: left;
}

#contents .waku02 h3 {
  font-weight: bold;
  margin: 1em 0 0.5em;
  font-size: 1.2rem;
  padding: 0px 1rem;
  font-weight: normal;
}
.waku02 h3:first-child {
  margin-top: 0em;
}
@media screen and (max-width: 767px) {
  .waku02 {
    padding: 1em;
  }
}
/*テーブル
----------------------------*/
table {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
}
table th,
table td {
  font-size: 11.5px;
  line-height: 1.4em;
  padding: 10px;
}
/*table tableTypeA*/
table.tableTypeA,
table.tableTypeA_small {
  color: #444;
  border-left: solid 2px gray;
  border-top: solid 2px gray;
  border-collapse: separate;
  border-spacing: 0;
}

table.tableTypeA th,
table.tableTypeA_small th {
  background-color: #bbe0ff;
  border-right: solid 2px gray;
  border-bottom: solid 2px gray;
  text-align: center;
  vertical-align: middle;
}
table.tableTypeA th.tLeft,
table.tableTypeA_small th.tLeft {
  text-align: left;
}
table.tableTypeA td,
table.tableTypeA_small td {
  background-color: #e8f4ff;
  border-right: solid 2px gray;
  border-bottom: solid 2px gray;
  vertical-align: middle;
}

table.forSouon0 th.sub {
  background-color: #e8f4ff;
}
table.forSouon0 td {
  background-color: #ffffff;
  padding: 4px 3px;
}

table.tableTypeA tr.stripe td {
  background-color: #ffffff;
}

/*table tableTypeB*/
table.tableTypeB {
  color: #444;
  border-left: solid 2px gray;
  border-top: solid 2px gray;
  border-collapse: separate;
  border-spacing: 0;
}
table.tableTypeB th {
  background-color: #ffff66;
  border-right: solid 2px gray;
  border-bottom: solid 2px gray;
  text-align: center;
  vertical-align: middle;
}
table.tableTypeB td {
  background-color: #ffffcc;
  border-right: solid 2px gray;
  border-bottom: solid 2px gray;
  vertical-align: middle;
}

table.tableTypeB tr.stripe td {
  background-color: #ffffff;
}

/*table tableTypeC*/
table.tableTypeC {
  width: 100%;
  color: #444;
  margin: 12px;
  border-left: solid 2px gray;
  border-top: solid 2px gray;
  border-collapse: separate;
  border-spacing: 0;
}
table.tableTypeC th {
  width: 15px;
  _width: 21px;
  border-right: solid 2px gray;
  border-bottom: solid 2px gray;
  text-align: center;
  vertical-align: middle;
}
table.tableTypeC td {
  border-right: solid 2px gray;
  border-bottom: solid 2px gray;
  vertical-align: middle;
}
table.tableTypeC td.firstCell {
  border: none;
}

div.forSuishitsu2 table.forIppan {
  background-color: #d7ffff;
}
div.forSuishitsu2 table.forSeikatsu {
  background-color: #ffffcd;
  margin-top: 5px;
  margin-bottom: 5px;
}
div.forSuishitsu2 table.forKenkou {
  background-color: #ffe1c3;
}
div.forSuishitsu2 table.forYoukanshi {
  background-color: #e1ffc3;
}
div.forSuishitsu2 table.forEtc {
  background-color: #c3ebff;
}

table.tableForGaiyou1 {
  width: 400px;
  font-size: 13px;
  line-height: 17px;
}
table.tableForGaiyou1 th {
  text-align: center;
  padding-bottom: 10px;
}

table.tableForGaiyou1 td {
  padding-bottom: 10px;
}

table.tableForGaiyou1 span {
  display: -moz-inline-box;
  display: inline-block;
  display: inline;
  zoom: 1;

  margin-left: 1em;
}

table.tableForGaiyou2 {
  width: 658px;
  font-size: 13px;
  line-height: 17px;
}

table.tableForGaiyou2 th {
  padding-bottom: 5px;
  width: 90px;
}

table.tableForGaiyou2 td {
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sp-scroll-table {
    overflow: scroll;
  }
  .sp-scroll-table table {
    width: 800px;
  }
}
/*---------------------------
ダウンロードページ
----------------------------*/
.download-area div {
  max-width: 1000px;
}
.download-area .pdf button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  text-align: left;
  background-color: #ffffff;
  font-size: 15px;
  color: #191919;
  text-decoration: none;
  font-weight: bold;
  padding-left: 112px;
  border: 2px solid #bf0000;
  border-radius: 4px;
  position: relative;
  transition: 0.6s;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.download-area .excel button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  text-align: left;
  background-color: #ffffff;
  font-size: 15px;
  color: #191919;
  text-decoration: none;
  font-weight: bold;
  padding-left: 112px;
  border: 2px solid #137e46;
  border-radius: 4px;
  position: relative;
  transition: 0.6s;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.download-area .pdf button:before {
  display: block;
  content: "";
  background: url(../images/icon-pdf.png) no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.download-area .excel button:before {
  display: block;
  content: "";
  background: url(../images/icon-excel.png) no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.download-area button:hover {
  opacity: 0.6;
}
.download-area .column-2{
    border-bottom: 1px dotted #000;
    margin-bottom: 1em;
    margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .download-area button {
    margin-bottom: 20px;
  }
  .download-area .excel button,
  .download-area .pdf button {
    padding-left: 100px;
    padding-right: 1em;
  }
}
/*---------------------------
リンクページ
----------------------------*/
.link-area button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  text-align: left;
  background-color: #ffffff;
  font-size: 15px;
  color: #191919;
  text-decoration: none;
  font-weight: bold;
  padding-left: 112px;
  border: 2px solid #2e3b74;
  border-radius: 4px;
  position: relative;
  transition: 0.6s;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.link-area button:hover {
  opacity: 0.6;
}
.link-area button:before {
  display: block;
  content: "";
  background: url(../images/icon-link.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 27px;
  left: 25px;
}
@media screen and (min-width: 768px) {
  .link-area .column-4 div {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .link-area button {
    margin-bottom: 20px;
  }
}
/*---------------------------
リクルートページ
----------------------------*/
@media screen and (min-width: 768px) {
  .recruit-area button {
    max-width: 500px;
  }
}
.recruit-area div {
  max-width: 1000px;
}
.recruit-area button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  text-align: left;
  background-color: #ffffff;
  font-size: 15px;
  color: #191919;
  text-decoration: none;
  font-weight: bold;
  padding-left: 112px;
  border: 2px solid #2e3b74;
  border-radius: 4px;
  position: relative;
  transition: 0.6s;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.recruit-area button:hover {
  opacity: 0.6;
}
.recruit-area button:before {
  display: block;
  content: "";
  background: url(../images/icon-recruit.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 27px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .recruit-area button {
    margin-bottom: 20px;
  }
}
/*---------------------------
会社概要ページ
----------------------------*/
.company-area .table_bb,
.company-area .table_enkaku {
  width: 100%;
  max-width: 1000px !important;
  border-collapse: collapse;
  margin-bottom: 40px;
  position: relative;
}

.company-area .table_bb:before {
  display: block;
  content: "";
  background: url(../images/page/gaiyou01.jpg) no-repeat;
  background-size: cover;
  width: 50%;
  height: 436px;
  position: absolute;
  top: 15%;
  right: 0;
}
.company-area .table_bb th,
.company-area .table_enkaku th {
  line-height: 1.8;
  font-weight: 500;
  font-size: 1rem;
  padding: 20px;
  width: 15%;
  text-align: left;
  border-bottom: 1px solid #2e3b74;
}

.company-area .table_bb td,
.company-area .table_enkaku td {
  line-height: 1.8;
  font-size: 1rem;
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
}

.company-area .table_bb a {
  color: #fff;
  text-decoration: none;
  padding: 0px 20px;
  background: #2e3b74;
  border: 1px solid #2e3b74;
  display: inline-block;
}
.company-area .sp-only {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .company-area .table_bb:before {
    display: none;
  }
  .company-area .sp-only {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .company-area .table_bb th {
    border: 1px solid #d8d8d8;
    background: #f2f5ff;
    width: 15%;
    text-align: left;
  }

  .company-area .table_bb td {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }

  .company-area .table_bb th,
  .company-area .table_bb td,
  .company-area .table_enkaku th,
  .company-area .table_enkaku td {
    width: auto;
    display: block;
    border-top: none;
  }
  .company-area .table_enkaku th {
    width: auto;
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  .company-area .table_bb tr:first-child,
  .company-area .table_enkaku tr:first-child {
    border-top: 1px solid #d5d5d5;
  }
}
.company-area ul li {
  margin-bottom: 0.5em;
}
/* ------------------------------------ */
/* プライバシーポリシー */
/* ------------------------------------ */
.privacy-area ol {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
#contents .privacy-area h3 {
  margin: 0.8rem 0 0.8rem;
}
/* 問い合わせフォーム
---------------------------------------------------------------------------*/
.contact-tel {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.contact-tel .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact-tel .sp-only {
    display: block;
  }
  .contact-tel .pc-only {
    display: none;
  }
}
/* ------------------------------------ */
/* フォーム共通書式 */
/* ------------------------------------ */
.contact_form {
  padding: 0px 40px 0px;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#contents .contact_form h2 {
  justify-content: center;
  margin: 0 0 1.5rem;
  font-size: 28px;
  border-bottom: 0px solid #5e5e5e;
}
#contents .contact_form .label_radio {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  #contents .contact_form h2 {
    font-size: 18px;
  }
  #contents .contact_form .form_radio-wrapper {
    line-height: 1.5;
  }
}
.form_block {
  display: grid;
  grid-template-columns: 14em 1fr;
  border-top: 1px solid #dadada;
  padding: 1.5em 0;
  align-items: center;
}

.form_block.colm1 {
  display: flex;
  justify-content: center;
}

/* 必須アイコン */
.form-required {
  margin-left: 1.5em;
  color: #fff;
  background-color: #f67a7a;
  padding: 2px 8px;
  font-size: 0.8rem;
  border-radius: 3px;
}

/* 入力欄 */
.form_field {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.8em 1em;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
  opacity: 0.5;
  color: rgb(165, 165, 165);
}

/* ------------------------------------ */
/* ラジオボタン専用 */
/* ------------------------------------ */
.label_radio + .label_radio {
  margin-left: 2em;
}

.radio_span {
  margin-left: 0.5em;
}

/* ------------------------------------ */
/* checkbox専用 */
/* ------------------------------------ */
.label_checkbox + .checkbox {
  margin-left: 2em;
}

.checkbox_span {
  margin-left: 0.5em;
}

/* ------------------------------------ */
/* セレクト：プルダウン専用 */
/* ------------------------------------ */
.select_block {
  padding-left: 1em;
}

/* ------------------------------------ */
/* 段落入力 */
/* ------------------------------------ */
.form_block.--textfield {
  align-items: start;
  height: auto;
}

.form_field.--textfield {
  height: 20em;
  resize: none;
  height: 20em;
  resize: none;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
/* ------------------------------------ */
/* 個人情報 */
/* ------------------------------------ */
.contact_form .privacy {
  width: 100%;
  margin: 0 auto 50px;
  background-color: #fff;
  border: 1px solid #727272;
  padding: 1.5em;
  max-height: 14em;
  overflow-y: scroll;
}
#contents .contact_form .privacy h2 {
  font-size: 20px;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .contact_form .privacy {
    padding: 2em 0.5em;
  }
  #contents .contact_form .privacy h2 {
    margin-bottom: 0.5em;
    font-size: 17px;
  }
}
.colm1 br {
  display: none;
}

.colm1 .form-required {
  margin-left: 0em;
}

/* ------------------------------------ */
/* 送信ボタン */
/* ------------------------------------ */
.contact_form .button-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  border: none;
  margin: 0 auto;
  padding: 1.5em 2em;
  background: url(../images/arrow.png) no-repeat center right 10% / 12%;
  background-color: #2e3b74;
  color: #ffffff;
  font-size: 1em;
  transition: 0.6s;
  cursor: pointer;
}
.contact_form .button-1:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .page.entry #hero {
    margin-bottom: 0px;
  }

  .contact-tel {
    margin: 0 auto 30px;
  }

  .contact_form {
    padding: 20px 10px 0px;
  }

  .form_block {
    display: block;
    height: auto;
    padding: 1em 0;
  }

  .form_field {
    width: 100%;
  }

  .colm1 br {
    display: block;
  }

  .contact_form .button-1 {
    width: 100%;
  }

  .form_radio-wrapper label {
    display: block;
  }

  .label_radio + .label_radio {
    margin-left: 0em;
  }

  .form_label {
    margin-bottom: 10px;
  }
}
/* ------------------------------------ */
/* img 下　タイトル */
/* ------------------------------------ */
p.img-title {
  padding-top: 1em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
}
/* ------------------------------------ */
/* scroll-text */
/* ------------------------------------ */
p.scroll-text {
  text-align: center;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .sp-scroll-table table {
    margin: 0px auto;
  }
}
/* ------------------------------------ */
/* 業務案内 gyomu.html */
/* ------------------------------------ */
#gyomu .main-link {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
#gyomu .main-link a {
  width: 50%;
  aspect-ratio: 2/1;
  padding: 1rem;
  position: relative;
}
#gyomu .main-link a img {
  margin: 0;
  width: 100%;
  position: relative;
}
#gyomu .main-link a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
#gyomu .main-link a span.text-area {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#gyomu .main-link a span.text-e {
  display: block;
  font-size: 42px;
  font-family: "Playfair Display SC", serif;
  margin-bottom: 1rem;
  line-height: 1;
}

#gyomu .main-link a span.text-title {
  display: block;
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1;
}

#gyomu .main-link a span.text-detail {
  display: block;
  text-align: left !important;
  font-size: 13px;
  line-height: 1.7;
}

#gyomu .main-link a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #060338; /*好みの色に変えてください。*/
  opacity: 0;
  transition: 0.3s;
}
#gyomu .main-link a:after {
  content: "READ MORE"; /*好みの文章に変更してください。*/
  display: block;
  color: #fff;
  line-height: 48px;
  width: 180px;
  border: solid 1px #fff;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-top: -1em;
  margin-left: -90px;
  opacity: 0;
  z-index: 3;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#gyomu .main-link a:hover:before {
  opacity: 0.6;
}
#gyomu .main-link a:hover:after {
  opacity: 1;
  margin-top: -0.5em;
}
#gyomu .main-link .img_01 {
  background-image: url(../images/page/gyomu-link01.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_02 {
  background-image: url(../images/page/gyomu-link02.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_03 {
  background-image: url(../images/page/gyomu-link03.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_04 {
  background-image: url(../images/page/gyomu-link04.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_05 {
  background-image: url(../images/page/gyomu-link05.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_06 {
  background-image: url(../images/page/gyomu-link06.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_07 {
  background-image: url(../images/page/gyomu-link07.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_08 {
  background-image: url(../images/page/gyomu-link08.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_09 {
  background-image: url(../images/page/gyomu-link09.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_10 {
  background-image: url(../images/page/gyomu-link10.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_11 {
  background-image: url(../images/page/gyomu-link11.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_12 {
  background-image: url(../images/page/gyomu-link12.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_13 {
  background-image: url(../images/page/gyomu-link13.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_14 {
  background-image: url(../images/page/gyomu-link14.jpg);
  background-size: cover;
  background-position: center;
}
#gyomu .main-link .img_15 {
  background-image: url(../images/page/gyomu-link15.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1300px) {
  #gyomu .main-link a span.text-e {
    font-size: 3vw;
  }
  #gyomu .main-link a span.text-title {
    font-size: 1vw;
    margin-bottom: 1.5vw;
  }

  #gyomu .main-link a span.text-detail {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 767px) {
  #gyomu .main-link a span.text-e {
    font-size: 8vw;
    margin-bottom: 2vw;
  }
  #gyomu .main-link a span.text-title {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }

  #gyomu .main-link a span.text-detail {
    font-size: 3vw;
  }
  #gyomu .main-link a {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* ------------------------------------ */
/* ダイオキシン  g_dioxin.html */
/* ------------------------------------ */
@media screen and (min-width: 768px) {
  #g_dioxin .sec01 .column-3 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  #g_dioxin .sec02 .column-2 div:first-child {
    width: 60%;
  }
  #g_dioxin .sec02 .column-2 div:last-child {
    width: 40%;
  }
  #g_dioxin .sec02 .column-2 table {
    margin-top: 0;
  }
  #g_dioxin .sec02 figure img {
    margin-top: 30px;
  }
}
#g_dioxin .sec01 .column-3 {
  display: flex;
  flex-wrap: nowrap;
}
#g_dioxin .main .sec01 img {
  max-width: 100%;
}
#g_dioxin .sec03 h3.mt-5rem {
  margin-top: 5rem;
}
#g_dioxin .main .sec01 img {
  max-width: 100%;
}
#g_dioxin .main .sec03 .sp {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #g_dioxin .main .sec01 img {
    margin-top: 0rem;
  }
}
/* ------------------------------------ */
/* 化学物質濃度の測定  g_kagakunodo.html */
/* ------------------------------------ */
#g_kagakunodo .main .mt2rem {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #g_kagakunodo .main ol,
  #g_kagakunodo .main ul {
    padding-inline-start: 1em;
  }
}
/* ------------------------------------ */
/* マスクフィットテスト  g_mask-tes.html */
/* ------------------------------------ */
#g_mask-test .waku01 p:last-child {
  margin-bottom: 0;
}
#g_mask-test #contents p:first-child {
  margin-bottom: 1rem !important;
}
/* ------------------------------------ */
/* 騒音・振動測定  g_souon.html */
/* ------------------------------------ */
#g_souon .blue {
  color: #13278a;
  font-weight: bold;
}
#g_souon table.forSouon0 th {
  width: 8em;
}
/* ------------------------------------ */
/* 悪臭・臭気測定  g_syuki.html */
/* ------------------------------------ */
#g_syuki .waku02 p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #g_syuki .sec03 ol {
    margin-left: -1em;
  }
}
/* ------------------------------------ */
/* ばい煙測定、大気調査、VOC測定  g_baien.html */
/* ------------------------------------ */
#g_baien .bushitsu23 td p {
  margin-left: 2em;
  text-indent: -2em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #g_baien .sec02 .column-3 img {
    margin-bottom: 1em;
  }
  #g_baien .sec03 ol {
    margin-left: -1em;
  }
}
/* ------------------------------------ */
/* RoHS ＆ ELV指令分析（グリーン調達）  g_rohs-elv.html */
/* ------------------------------------ */
#g_rohs-elv p.r {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#g_rohs-elv p.c span {
  color: #13278a;
}
@media screen and (min-width: 768px) {
  #g_rohs-elv .sec01 .column-2 div:first-child {
    width: 60%;
  }
  #g_rohs-elv .sec01 .column-2 div:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #g_rohs-elv .sec02 ol {
    margin-left: -1em;
  }
  #g_rohs-elv .sec04 .column-2 img {
    margin-bottom: 1em;
  }
}
/* ------------------------------------ */
/* 放射能（核種）分析・放射線（線量率）分析  g_housyanou.html */
/* ------------------------------------ */
#g_housyanou table {
  margin-bottom: 3em;
}
#g_housyanou .download-area {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  #g_housyanou .download-area {
    margin: 50px auto 50px;
  }
  #g_housyanou .sec02 .column-3 img {
    margin-bottom: 1em;
  }
}
/* ------------------------------------ */
/* 土壌調査・底質分析  g_dojyo.html */
/* ------------------------------------ */
#g_dojyo #contents .sec01 .waku01 {
  padding: 0 0 1em;
}
#g_dojyo #contents .sec01 .waku01 h3 {
  font-weight: bold;
  margin: 0;
  font-size: 1.2rem;
  padding: 0px 1rem;
  background-color: #2e3b74;
  text-align: center;
  color: #fff;
}
#g_dojyo .nenpyo {
  width: 95%;
}
#g_dojyo .nenpyo th {
  width: 6em;
}
#g_dojyo .nenpyo th,
#g_dojyo .nenpyo td {
  vertical-align: top;
}
#g_dojyo .waku02 p:last-child {
  margin-bottom: 0;
}
#g_dojyo #contents .sec05 .waku01 ul {
  margin-top: 0;
}
#g_dojyo #contents .sec05 .waku01 h3 {
  margin-bottom: 0;
}
#g_dojyo .download-area {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #g_dojyo .sec02 .column-2 div:first-child {
    width: 80%;
  }
  #g_dojyo .sec02 .column-2 div:last-child {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  #g_dojyo .sec02 .column-2 img {
    margin-bottom: 1em;
  }
  #g_dojyo .sec04 .column-2 div:first-child img {
    margin-bottom: 1em;
  }
  #g_dojyo #contents .sec05 .waku01 ul {
    padding-left: 1em;
  }
  #g_dojyo #contents .sec05 .waku01 h3 {
    text-align: center;
    margin-bottom: 0.5em;
  }
  #g_dojyo .download-area {
    margin: 50px auto 50px;
  }
}
/* ------------------------------------ */
/* 産業廃棄物分析  g_sanpai.html */
/* ------------------------------------ */
#g_sanpai .column-3 img {
  margin-bottom: 1em;
}
#g_sanpai .download-area {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  #g_sanpai .download-area {
    margin: 50px auto 50px;
  }
}
/* ------------------------------------ */
/* 水質分析  g_suishitsu.html */
/* ------------------------------------ */
#g_suishitsu h3 {
  color: #13278a;
  margin-bottom: 1em;
}
#g_suishitsu .sec03 table.tableTypeC {
  margin: 0 0 2rem;
}
#g_suishitsu table.forIppan th {
  background-color: #c6edff;
}
#g_suishitsu table.forIppan td {
  background-color: #e7f7ff;
}
#g_suishitsu table.forSeikatsu th {
  background-color: #afebe5;
}
#g_suishitsu table.forSeikatsu td {
  background-color: #eafffd;
}
#g_suishitsu table.forKenkou th {
  background-color: #d4e8bb;
}
#g_suishitsu table.forKenkou td {
  background-color: #effddf;
}
#g_suishitsu table.forYoukanshi th {
  background-color: #f3ea98;
}
#g_suishitsu table.forYoukanshi td {
  background-color: #fffbd8;
}
#g_suishitsu table.forEtc th {
  background-color: #ffd596;
}
#g_suishitsu table.forEtc td {
  background-color: #fce9cd;
}

#g_suishitsu .download-area {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #g_suishitsu .sec01 .column-2 div:first-child {
    width: 60%;
  }
  #g_suishitsu .sec01 .column-2 div:last-child {
    width: 40%;
  }
  #g_suishitsu .sec02 .mt1em {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #g_suishitsu .column-2 img,
  #g_suishitsu .column-3 img {
    margin-bottom: 1em;
  }
  #g_suishitsu .column-2 div:last-child img,
  #g_suishitsu .column-3 div:last-child img {
    margin-bottom: 0px;
  }
  #g_suishitsu .column-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #g_suishitsu .column-4 div {
    width: 48%;
  }
  #g_suishitsu .download-area {
    margin: 50px auto 50px;
  }
}
/* ------------------------------------ */
/* アスベスト分析  g_asbestos.html */
/* ------------------------------------ */
#g_asbestos .sec01 figure img {
  max-width: 100%;
  margin: 3rem auto;
}
#g_asbestos .download-area {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  #g_asbestos .download-area {
    margin: 50px auto 50px;
  }
}
/* ------------------------------------ */
/* 絶縁油PCB分析  g_zetsuen.html */
/* ------------------------------------ */
#g_zetsuen .download-area {
  margin: 80px auto 0;
}

@media screen and (min-width: 768px) {
  #g_zetsuen .sec03 .column-2 {
    gap: 3%;
    margin-top: 50px;
  }
  #g_zetsuen .sec03 .column-2 div:first-child {
    width: 44%;
  }
  #g_zetsuen .sec03 .column-2 div:last-child {
    width: 53%;
  }
  #g_zetsuen .sec04 .column-2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #g_zetsuen .sec03 .column-2 div:first-child {
    margin-top: 30px;
    margin-bottom: 1em;
  }
  #g_zetsuen .sec04 .column-2 {
    margin-top: 50px;
  }
  #g_zetsuen .download-area {
    margin: 50px auto 50px;
  }
}
