@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #343434;
  font-size: 20px;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
.header-inner {
  width: 100%;
  position: absolute;
}
.logo {
  margin: 2% 5%;
}
.h-contact {
  position: fixed;
  top: 35px;
  right: 30px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  z-index: 99;
}
.h-tel {
  margin-right: 20px;
}
.main {
  line-height: 0;
}
.about {
  margin: 100px 0;
}
.about-inner {
  max-width: 1690px;
  width: 95%;
  margin: 0 auto;
}
.h2-ttl {
  font-size: max(6vw, 50px);
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.h2-ttl span {
  display: block;
  font-size: 20px;
}
.about-flex {
  display: flex;
  align-items: center;
}
.about-left {
  width: 40%;
  text-align: center;
  border-right: solid 1px #343434;
  padding: 9% 0;
}
.about-right {
  width: 53%;
  padding-left: 7%;
  line-height: 2;
}
.business {
  background-color: #1F2426;
  position: relative;
  color: #ffffff;
  padding: 100px 0;
}
.business::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #ffffff;
}
.business .h2-ttl {
  text-align: center;
}
.business-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1690px;
  width: 95%;
  margin: 130px auto 0;
}
.caulking-ttl {
  position: absolute;
  left: 0;
  bottom: 0;
}
.business-left {
  position: relative;
  width: 48%;
}
.business-left .lead {
  position: relative;
  font-size: 38px;
  margin-bottom: 30px;
}
.business-left .lead:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ffffff;
}
.business-left .lead span {
  position: relative;
  padding-right: 1em;
  background: #1F2426;
}
.business-left .text {
  line-height: 2;
}
.business-right {
  position: relative;
  width: 48%;
}
.company {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.company::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #343434;
}
.company-inner {
  max-width: 880px;
  width: 95%;
  margin: 100px auto 0;
}
.summary .summary_list {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.summary .summary_list a {
  color: #343434;
}
.summary .summary_list dt {
  width: 220px;
  padding: 20px 10px;
  border-bottom: solid 3px #343434;
  text-align: center;
}
.summary .summary_list dd {
  flex: 1;
  padding: 20px 10px;
  border-bottom: solid 3px #BFBFBF;
  text-align: left;
}
.contact {
  background-color: #1F2426;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
}
.contact::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #ffffff;
}
.contact-flex {
  max-width: 1020px;
  width: 90%;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}
.access {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.access::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #343434;
}
.access-txt {
  margin-top: 50px;
}
.map {
  height: 790px;
}
.copyright {
  background-color: #343434;
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
.sp {
  display: none;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  .logo {
    width: 35%;
  }
  .h-contact {
    top: 20px;
  }
  .contact-tel {
    margin-right: 20px;
  }
  .map {
    height: 450px;
  }
}
@media (max-width: 820px) {
  .h-contact {
    top: auto;
    bottom: 0;
    left: 2%;
    width: 96%;
  }
  .about {
    margin-top: 0;
  }
  .about-flex {
    flex-wrap: wrap;
  }
  .about-left {
    width: 100%;
    border-right: none;
  }
  .about-right {
    width: 85%;
  }
  .business-flex {
    flex-wrap: wrap;
  }
  .business-left {
    width: 85%;
    margin: 0 auto;
  }
  .business-right {
    width: 85%;
    margin: 50px auto 0;
  }
  .summary .summary_list dt {
    width: 165px;
  }
}
@media (max-width: 428px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .logo {
    width: 60%;
  }
  .h-tel {
    margin-right: 10px;
  }
  .summary .summary_list {
    flex-wrap: wrap;
  }
  .summary .summary_list dt {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  .contact-flex {
    flex-wrap: wrap;
  }
  .contact-tel {
    margin-right: 0;
  }
  .map {
    height: 300px;
  }
}