@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}


/* ========================================
    全体設定
========================================= */
* {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-size: 16px;
  line-height: 2em;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color: #333;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

.for_sp {
  display: none !important;
}

/* ========================================
    ヘッダー
========================================= */
.header-row-top {
  border-bottom: 1px solid #3e3e3e;
  padding-top: 13px;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.menu {
  display: flex;
  justify-content: space-between;
}

.menu li a {
  padding: 38px 0;
  display: block;
}

.hdr_pc {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.keyimg {
  position: relative;
}

.keyimg .bg {
  width: 100%;
  margin-top: 181px;
}

.keyimg .catchcopy {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@keyframes fuwafuwa {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

.box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #b9268f;
}

/* ========================================
    intro
========================================= */
#intro {
  padding: 80px 0;
  text-align: center;
}

#intro h3,
#choice h3 {
  font-size: 24px;

}

#intro .description {
  padding: 56px 0;
}

#inspection {
  padding-bottom: 80px;
}

#inspection h3 {
  text-align: center;

  padding-bottom: 40px;
}

#inspection h3 span {
  font-family: "Times New Roman";
  font-size: 42px;
  display: block;
}

#inspection ul li {
  font-size: 17px;
}

#inspection ul li span {
  color: rgb(0, 183, 183);
}

/* ========================================
    バナー
========================================= */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ser_btn {
  color: rgba(62, 62, 62, 1);
  font-family: 'Arial';
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(62, 62, 62, 1);
  letter-spacing: 0px;
  padding: 12px 30px;
  width: 222px;
  border-radius: 33px;
  display: block;
  text-align: center;
  margin: 45px auto;

}

.water_btn {
  color: rgba(62, 62, 62, 1) !important;
  font-family: 'Arial';
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(62, 62, 62, 1);
  letter-spacing: 0px;
  padding: 12px 30px;
  /*width: 222px;*/
  border-radius: 33px;
  display: block;
  text-align: center;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  border-radius: 33px;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #333333;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
  border-radius: 33px;
}

.hvr-sweep-to-right:hover {
  color: white !important;
}

.hvr-sweep-to-right:hover:before {
  transform: scaleX(1);
}

.center_btn {
  text-align: center;
}

/* ========================================
    news
========================================= */
#news {
  padding-bottom: 1.85676%;
  padding-top: 1.85676%;
  padding-left: 0;
  background-color: rgba(234, 232, 232, 1);
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  background-image: none;
}

#news h3 {
  text-align: center;

}

#news h3 span {
  font-family: "Times New Roman";
  font-size: 42px;
  display: block;
  padding-bottom: 20px;
}

#news .ser_btn {
  margin: 20px 0 0;
}

#news .news_ttl {
  text-align: center;
}

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

#news ul li {
  padding: 15px 0;
  border-bottom: 1px dotted rgba(180, 180, 180, .5);
}

#news ul li span {
  opacity: .6;
  font-size: 11px;
  display: block;
  line-height: 1.3;
}

#news ul li a:hover {
  color: rgba(66, 158, 170, 1);
}

.news_inner {
  align-items: center;
}

#choice {
  padding: 80px 0;
}

#choice h3 {
  font-size: 24px;
  text-align: center;
}

.choice_ques {
  border-top: 2px solid #6a6a6a;
  border-bottom: 2px solid #6a6a6a;
  padding: 40px 0;
  margin-top: 60px;
}

.choice_ques h5 {
  font-size: 20px;
  padding-bottom: 20px;
  display: flex;
}

.choice_ques h5 img {
  object-fit: contain;
  margin-right: 15px;
}

.choice_ques p {
  font-size: 14px;

}

.choice_ques a {
  color: rgb(0, 183, 183);
  font-size: 14px;
}

.appeal {
  text-align: center;
  font-size: 24px;
  padding: 50px 0 0;
}

.main_content .news_ttl {
  font-size: 32px;
  line-height: normal;
}

.news_date {
  border-bottom: 2px solid #429EAA;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}

/* ========================================
    フッター
========================================= */
.ftr_contact {
  text-align: center;
  padding-bottom: 80px;
}

.customer_ser {
  padding: 50px 0 20px;
}

.ftr_contact h4 {
  font-size: 28px;
  padding-bottom: 20px;
}

.ftr_contact p {
  font-size: 14px;
}

.ftr_est,
.ftr_con {
  display: block;
  font-size: 18px;
  color: #ffffff !important;
  text-align: center;
  font-weight: bold;
  font-family: 'Open Sans';
  letter-spacing: 3px;
  border-width: 0px;
  padding: 26px 52px;
  width: 100%;
  border-radius: 11px;
}

.ftr_est {
  background-color: rgba(255, 176, 0, 1);
}

.ftr_con {
  background-color: rgba(15, 187, 169, 1);
  max-width: 400px;
  margin: 0 auto;
}

.ftr_btn {
  margin: 40px 0;
}

.ftr_tel {
  font-family: Roboto;
  font-weight: bold;
  font-size: 42px;
  color: #222222;
}

.ftr_tel img {
  margin-right: 10px;
}

.ftr_est .fa-calculator,
.ftr_con .fa-envelope-o {
  /*  margin-right: 1em;*/
  font-size: 1.3em;
}

.ftr_link {
  background-color: rgba(238, 237, 237, 1);
  padding: 60px 0;
}

.ftr_link a {
  display: block;
}

.ftr_link a:hover {
  color: #1b5797;
}

#copyright {
  background-color: rgba(45, 42, 41, 1);
  text-align: center;
  padding: 17px;
  font-size: 12px;
  color: #fff;
}

#myBtn {
  width: 53px;
  height: 53px;
  text-align: center;
  background: #2f323a;
  color: #fff;
  opacity: .7;
  border-radius: 50%;
  border: 1px solid #2f323a;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 999;
  line-height: 48px;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-size: 24px;
  cursor: pointer;
}

#myBtn:hover {
  text-decoration: none;
  opacity: .9;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
}


/* ========================================
    業務案内
========================================= */
.page_bg {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/bg01.png);
}

.page_ttl {
  margin-bottom: 5px;
  background-color: rgba(21, 168, 165, 1);

  height: 393px;
  position: relative;
}

.page_ttl h2 {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.page_ttl h2 span {
  color: rgb(255, 255, 255);
  font-family: "Times New Roman";
  font-size: 36px;
  display: block;
}

.page_descrip {
  padding: 80px 0 0;
}

.page_descrip p span,
.main_content h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.main_content {
  padding: 80px 0;
}

.bg_01 {
  display: flex;
  align-items: center;
  padding: 20px 0;

}

.bg_01 img {
  padding-right: 14px;
}

.cate span {
  background-color: rgba(15, 187, 169, 1);
  display: inline-block;
}

.cate {
  background-color: rgb(48, 44, 43);
  color: rgb(255, 255, 255);
  display: inherit;
  padding: 0 10px 0 0;
  height: fit-content;
}

.italic {
  font-style: italic;
  padding-left: 14px;
}

.grey {
  background-color: #E9EBEB;
  padding: 24px;
  margin-bottom: 20px;
}

.main_content a {
  display: block;
  color: rgb(0, 183, 183);
}

.main_content a:hover {
  color: #1b5797;
}

.side_bar_bigttl {
  display: block;
}

.side_bar_ttl {
  font-size: 18px;
}

.side_bar_ttl h4 {
  font-size: 18px;
}

.side_bar_link {
  margin-left: 16px;
}

.side_bar_link li a {
  padding: 10px;
  border-bottom: 1px solid #333;
  color: #333;
}

.side_bar_ttl {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
}

.side_bar_ttl img {
  padding-right: 14px;
}

.bg_banner a {
  margin: 20px 0 0 0;
  text-align: center;
}

/* ========================================
    サービス・料金案内
========================================= */
.page_service {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/service01.png);
}

.ser_h4 {
  font-size: 28px;
  font-weight: bold;
  padding: 26px;
  text-align: center;
}

.ser_h4::before {
  content: "";
  border-left: 9px solid #F9B031;
  padding-right: 10px;
}

.reason_ttl {
  color: rgba(15, 187, 169, 1);
  font-weight: bold;
}

.reason_ttl span {
  font-size: 32px;
  font-family: Roboto;
  font-weight: bold;
}

.ser_reason {
  padding: 80px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.reason_desc_ttl {
  font-size: 24px;
}

.reason_list {
  align-items: center;
}

.small-separator {
  text-align: center;
  padding: 10px 0;
}

.kensa {
  padding: 20px 0;
  margin: 20px 0;
  font-size: 18px;
  border-top: 2px solid rgba(137, 137, 137, 1);
  border-bottom: 2px solid rgba(137, 137, 137, 1);
  color: #000;
}

.ser_menu {
  color: #000;
  font-size: 18px;
  padding: 30px 0 20px 0;
}

.ser_table {
  width: 100%;
}

.ser_table td {
  padding: 20px;
}

.ser_table tr td:nth-child(2) {
  width: 190px;

}

.ser_table tr:nth-child(odd) td {
  background-color: #E9EBEB;
  /* 奇数行の背景色 */
}

.ser_btn02 {
  color: rgba(62, 62, 62, 1);
  font-family: 'Arial';
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgb(0, 183, 183);
  letter-spacing: 0px;
  padding: 3px 0;
  border-radius: 33px;
  display: block;
  text-align: center;
}

.specialtd {
  background: #fff !important;
  width: 190px;
  vertical-align: middle;
}

.bg_01 h3 {
  margin-bottom: 0;
}

.water_koumoku {
  color: rgba(66, 158, 170, 1);
  font-size: 24px;
  margin: 60px 0 40px;
}

.water_cost {
  margin-bottom: 40px;
}

.water_cost2 {
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0);
  color: rgb(233, 24, 21);
}

.ser_deadline {
  color: rgb(41, 105, 176);
  margin: 20px 0;
  background-color: rgb(223, 237, 245);
}

.ser_deadline span {
  color: rgb(255, 255, 255);
  background-color: rgb(41, 105, 176);
  padding: 4px 6px;
}

.cost_est,
.cost_con {
  display: block;
  color: #ffffff !important;
  text-align: center;
  font-weight: bold;
  font-family: 'Open Sans';
  letter-spacing: 3px;
  padding: 12px 12px;
  width: 100%;
  border-radius: 11px;
}

.cost_est {
  background-color: rgba(255, 176, 0, 1);
}

.cost_con {
  background-color: rgba(15, 187, 169, 1);
}

.cost_tel {
  font-family: Roboto;
  font-weight: bold;
  font-size: 32px;
  color: #222 !important;
}

.cost_btn {
  margin: 12px 0 40px 0;
}

.cost_note {
  font-size: 20px;
  color: rgb(0, 107, 222);
}

.fluorine-table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.fluorine-table th,
.fluorine-table td {
  border: 2px solid #d2e8f1;
  padding: 1em;
  vertical-align: middle;
}

.fluorine-table thead th {
  background-color: rgb(41, 105, 176, 0.5);
  color: #fff;
  border: 2px solid rgb(41, 105, 176, 0.5);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  vertical-align: middle;
}

.fluorine-table thead th:last-of-type {
  border-right: 2px solid rgb(41, 105, 176, 0.5);
}

.fluorine-table tbody th {
  color: rgb(41, 105, 176);
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 787px) {
  .fluorine-table-box {
    overflow-x: scroll;
  }

  .fluorine-table {
    width: 900px;

  }
}

/* ========================================
    各種検査・分析の流れ
========================================= */
.page_flow {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/flow01.png);
}

.flow_list {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(225, 225, 225, 1);
  padding: 20px 0 20px 120px;
}

.flow_list img {
  margin: 0 75px;
}

.flow_step {
  font-size: 20px;
}

.flow_blue {
  color: rgba(15, 187, 169, 1);
}

.flow-separator {
  color: #0FBBA9;
  text-align: center;
  padding: 10px 0;
}

.deadline {
  color: rgb(41, 105, 176);
  text-align: center;
  padding: 40px 0;
}

.deadline span {
  color: rgb(255, 255, 255);
  background-color: rgb(41, 105, 176);
  padding: 2px 6px;
}

/* ========================================
    運営会社情報
========================================= */
.page_company {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/company01.png);
}

.company_table {
  width: 100%;
}

.company_table td {
  padding: 20px;
}

.company_table td:first-child {
  width: 20%;
}

.company_table tr:nth-child(odd) td {
  background-color: #F6F7F9;
}

@media print,
screen and (max-width : 750px) {
  .company_table td {
    padding: 20px 10px;
  }

  .company_table td:first-child {
    width: 37%;
  }
}

/* ========================================
    faq
========================================= */
.page_faq {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/faq00.png);
}

.faq_detail {
  display: flex;
  margin-bottom: 14px;

}

.faq_detail img {
  object-fit: contain;
}

.faq_detail p {
  margin-left: 40px;
}

.faq {
  margin-bottom: 40px;
}

/* ========================================
    サイトマップ
========================================= */
.sitemap_list li a {
  display: contents;
  color: #333;
}

.sitemap_list li a:hover {
  color: #1b5797;
}

/* ========================================
    新着情報
========================================= */
.news_row {
  margin-top: 50px;
}

.news_list {
  background: #FBFBFB;
  padding: 20px;
  height: 236px;
  margin-bottom: 30px;
}

.news_list h4 {
  font-size: 23px;
  color: #444;
}

.news_list h4 a {
  color: #444;
}

.news_list h4 a:hover {
  color: rgba(66, 158, 170, 1);
}

.news_list p {
  color: #999;
  font-size: 13px;
}

.news_list .readmore {
  text-align: center;
  padding: 4px 0px;
  background-color: rgba(66, 158, 170, 1);
  margin-top: 20px;
  color: #fff;
  border-radius: 20px;
  width: auto;
  font-size: 13px;
  width: 100px;
}

.news_list .readmore:hover {
  color: #fff;

}

/* ========================================
    お問い合わせ
========================================= */
.page_contact {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../img/contact01.png);
}

.main_content .contact_h3 {
  color: rgba(15, 187, 169, 1);
  font-size: 24px;
  font-weight: bold;
}

.contact_tel a {
  font-weight: bold;
  font-size: 36px;
  color: #333;
}

.contact_border {
  padding: 40px 0;
}

.contact_annai {
  margin: 40px 0;
}

.main_content .estimate_h3 {
  font-size: 24px;
  font-weight: bold;
  color: rgba(249, 176, 49, 1);
}

.fa-envelope-o:before {
  margin-right: 20px;
}
