@charset "utf-8";
/* 共通部分 */
body {
  width: 100%;
  margin: 0px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #535353;
  font-size: 15px;
  line-height: 1.7;
}
a {
  text-decoration: none;
  color: #ffffff;
}
li {
  list-style: none;
}
.container {
  width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.section-title {
  font-size: 20px;
  border-bottom: 5px solid #b3e1ce;
  position: relative;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.section-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 5px solid #009a5a;
  bottom: -5px;
  width: 150px;
}
/* 共通部分ここまで */
/* header設定 */
header {
  height: 70px;
  background-color: rgba(0, 153, 90, 0.9);
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.header-wrapper {
  margin: 0px;
  padding: 0px;
}
.header-inner {
  display: flex;
}
.header-logo {
  padding: 15px 20px;
  display: inline-block;
}
.header-nav {
  margin-left: auto;
}
.header-list {
  display: flex;
}
.header-list li {
  font-size: 15px;
  padding: 10px 20px;
}
.header-list a {
  color: #f3f3f3;
  position: relative;
}
.header-list a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f3f3f3;
  bottom: -7px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.header-list a:hover::after {
  transform: scale(1, 1);
}
/* header設定ここまで */
/* 工事履歴設定 */
.achievement-wrapper {
  margin: 80px 0px 0px 0px;
  padding: 0px;
}
.achievement {
  margin-bottom: 30px;
}
.achievement-inner {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.explain {
  font-size: 16px;
  margin: 40px 0px 20px 0px;
  text-indent: 10px;
}
.rireki-gl {
  width: 200px;
  height: 160px;
  display: block;
  text-align: center;
  line-height: 1.0;
  background-color: #e6f5ef;
  margin: 0px 8px 15px 8px;
  border: 2px solid #009a5a;
  border-radius: 7px;
  position: relative;
}
.rireki-gl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rireki-gl:hover {
  background-color: #f9f9f9;
  border: 2px solid #009a5a;
  transition: 0.5s;
}
.rireki-wl {
  width: 200px;
  height: 160px;
  display: block;
  text-align: center;
  line-height: 1.0;
  margin: 0px 8px 15px 8px;
  border: 2px solid #009a5a;
  border-radius: 7px;
  position: relative;
}
.rireki-wl a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rireki-wl:hover {
  background-color: #ecf8f3;
  border: 2px solid #009a5a;
  transition: 0.5s;
}
.period {
  font-size: 16px;
  font-weight: bold;
}
.content {
  background: #9a1c00;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  margin-left: 20px;
  font-size: 12px;
  line-height: 1;
}
/* 工事履歴設定ここまで */
/* footer設定 */
footer {
  height: 200px;
  background-color: rgba(0, 153, 90, 0.9);
}
.footer-wrapper {
  margin: 0px;
  padding: 0px;
}
.footer-inner {
  display: flex;
}
.footer-logo {
  padding-top: 35px;
  display: block;
  text-align: center;
}
.footer-nav {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.footer-list {
  display: flex;
}
.footer-list li {
  font-size: 15px;
  padding: 0 20px;
}
.footer-list a {
  color: #f3f3f3;
  position: relative;
}
.footer-list a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f3f3f3;
  bottom: -7px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.footer-list a:hover::after {
  transform: scale(1, 1);
}
.btn-sns {
  text-align: center;
  margin-bottom: 5px;
}
.sbtn {
  display: inline-block;
  font-size: 25px;
  color: #f3f3f3;
  padding-right: 30px;
}
.sbtn:hover {
  opacity: 0.5;
  transition: 0.7s;
}
.tiktok {
  margin-left: 30px;
}
.Instagram {
  margin-left: 10px;
}
.youtube {
  margin-left: 10px;
}
.copyright {
  font-size: 12px;
  color: #f3f3f3;
  text-align: center;
}
/* footer設定ここまで */