@charset "utf-8";
/* CSS Document */
#submain {
  background: #56bfc7;
}
.Inner_1000 {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
section.service-01 {
  background: #bbe5e8 url("../img/service/kyusui/001.webp");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
  padding: 50px 0;
}
#content #main .service_title_box h2 {
  text-align: center;
  color: #032e50;
  font-size: 36px;
}
#content #main .service_title_box h2 b {
  font-weight: bold;
  color: #ff8e30;
}
#content #main .service_title_box h2 span {
  background: #fff;
  box-decoration-break: clone;
  padding: 0 5px;
  box-shadow: 5px 5px 0 #032e50;
}
.service_title_box figure {
  position: absolute;
  bottom: -50px;
  right: -50px;
}
section.service-02 {
  padding: 80px 0;
}
#content #main h2.service--h2 {
  color: #032e50;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
.service-02box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.service-02box ul {
  width: calc(100% - 230px);
  margin: 0;
}
.service-02box ul li {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  line-height: 1.5;
}
.service-02box ul li:before {
  content: url("../img/service/kyusui/004.webp");
  position: absolute;
  left: 0;
  top: 3px;
}
.page-template-page-service {
  color: #333333;
}
.service-02box ul li:last-child {
  margin-bottom: 0;
}
section.service-03 {
  padding: 70px 0;
  background: #ededed;
}
section.service-03:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0px 100px;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.service-03box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.service-03cont {
  width: 24%;
  background: #55bfc5;
}
#content #main .service-03cont h3 {
  margin: 0;
  padding: 15px 0;
  font-size: 26px;
  text-align: center;
  color: #fff;
}
.service-03_txt p {
  text-align: left;
}
section.service-leave {
  background: url("../img/service/kyusui/str.webp");
  padding: 60px 0;
}
.service-leavebox {
  background: #fff;
  text-align: left;
  padding: 30px 60px 40px;
  box-shadow: 5px 5px 0 #ff8e30;
}
section.service-leave figure {
  position: absolute;
  bottom: -60px;
  right: 75px;
  line-height: 0;
}
#content #main .service-leavebox h2.service--h2 {
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
#content #main .service-leavebox p {
  font-size: 26px;
  color: #032e50;
  font-weight: bold;
  margin: 0;
  line-height: 1.8;
}
section.service-04 {
  padding: 100px 0;
}
.service-04cont {
  border: 2px solid #55bfc5;
  margin-bottom: 30px;
}
#content #main .service-04cont h3 {
    background: #55bfc5;
    margin: 0;
    padding: 15px;
    text-align: left;
    font-size: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#content #main .service-04cont h3 b {
  font-size: 30px;
}
#content #main .service-04cont h3 span {
  font-family: 'Roboto';
  font-style: italic;
  font-size: 36px;
  padding: 0 20px 0 10px;
  position: relative;
  margin-right: 20px;
}
#content #main .service-04cont h3 span:before {
  content: "";
  height: 26px;
  width: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service-04detail {
  display: flex;
  justify-content: space-between;
}
.service-04detail figure {
  background: #fff;
  width: 400px;
  line-height: 0;
}
.service-04detail .txt {
  width: calc(100% - 400px);
  background: #eef8f9;
  display: flex;
  align-items: center;
  padding: 40px 50px;
}
.service-04detail .txt p {
  text-align: left;
}
.service-04detail .txt p a {
  color: #55bfc5;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  text-decoration: underline;
}
.service-04detail .txt p a:before {
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #ff8e30;
  border-right: 1px solid #ff8e30;
  content: '';
  transition: transform .3s;
  position: absolute;
  left: 0;
  top: 10px;
}
section.service-05 {
  padding: 100px 0;
}
#content #main .service-05cont h3 {
  text-align: left;
  background: #ff8e30;
  font-size: 26px;
  color: #fff;
  padding: 15px 30px;
  margin: 0 0 30px;
}
.service-05cont .detail {
  display: flex;
  justify-content: space-between;
}
.service-05cont .detail figure {
  width: 50%;
}
.service-05table {
  width: 50%;
  padding: 0 0 0 50px;
  margin-bottom: 40px;
}
.service-05cont .detail table {
  width: 100%;
  margin: 0;
}
.service-05table tr {
  border-bottom: 15px solid #fff;
}
.service-05table tr th label {
  background: #eee;
  color: #032e50;
}
.service-05table tr th {
  background: #eee;
  padding: 5px 0;
  width: 120px;
  line-height: 1.88;
}
.service-05table tr td {
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
}
a.link_gray {
  width: 300px;
  height: 60px;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
}
a.link_gray:before {
  content: "▶";
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
}
.service-05box {
  margin-bottom: 20px;
}
section.service-06 {
  background: #eef8f9;
  padding: 70px 0;
}
.service-06_table table tr:nth-child(1) th {
  background: #55bfc5;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
}
.service-06_table table {
  table-layout: fixed;
}
.service-06_table table tr:nth-child(1) th:nth-child(1) {
  width: 160px;
  vertical-align: middle;
}
#content #main .service-06_table table th h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #fff;
}
.service-06_table table tr:nth-child(1) th img {
  width: 100%;
}
.service-06_table table th {
  background: #ddf2f3;
  border: 2px solid #e5e5e5;
  vertical-align: middle;
}
.service-06_table table tr {
  border: none;
}
.service-06_table table td {
  background: #fff;
  border: 2px solid #e5e5e5;
}
.service-06_table table tr:nth-child(2) td {
  text-align: center;
}
.service-06_table table td ul {
  margin: 0;
}
.service-06_table table td ul li {
  position: relative;
  padding: 0 0 0 15px;
}
.service-06_table table td ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.service-06_table table td ul {
  margin: 0;
}
section.service-07 {
  padding: 100px 0 50px;
}
.service_07box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_07cont {
  width: 28%;
  background: #052d4f;
  margin-bottom: 50px;
  position: relative;
}
#content #main .service_07cont h3 {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
}
.service_07cont figure {
  position: relative;
}
.service_07cont figure span {
  font-size: 36px;
  color: #fff;
  font-weight: 900;
  font-family: 'Roboto';
  position: absolute;
  font-style: italic;
  text-shadow: -3px -3px 0 #032e50, 3px -3px 0 #032e50, -3px 3px 0 #032e50, 3px 3px 0 #032e50, 0px -3px 0 #032e50, 0px 3px 0 #032e50, -3px 0px 0 #032e50, 3px 0px 0 #032e50;
  left: 15px;
  top: 0px;
}
.service_07cont figure:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0px 0px;
  border-color: #072c4e transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.service_07cont::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0px 15px 20px;
  border-color: transparent transparent transparent #55bfc5;
  position: absolute;
  right: -55px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service_07cont:nth-child(3n):before {
  content: none;
}
.youtube_box {
  width: 800px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.service-08 {
  padding: 0 0 100px;
}
section.service-09 {
  padding: 100px 0;
  background: #eef8f9;
}
.service09_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.service09_cont figure {
  width: 230px;
}
.service09_cont .txt {
  width: calc(100% - 280px);
  background: #fff;
  position: relative;
}
#content #main .service09_cont .txt h3 {
  text-align: left;
  margin: 0;
  padding: 15px 40px;
  font-size: 26px;
  color: #fff;
  background: #55bfc5;
}
.service09_cont .txt .txtIn {
  text-align: left;
  padding: 20px 40px;
}
#content #main .service09_cont .txt .txtIn p {
  margin: 0;
}
.service09_cont .txt .txtIn h4 {
  font-size: 18px;
}
.service09_cont .txt:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0px;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service_09box {
  margin-bottom: 80px;
}
section.service-10 {
  padding: 100px 0 40px;
}
.service-02box_txt .txt {
    text-align: left;
}

.service-03box.flex_3 {
    justify-content: space-evenly;
}

section.service-suidou01 {
    padding: 60px 0;
}
section.service-suidou02 .txt {
    text-align: left;
}
.s_suidou01box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s_suidou01box figure {
    width: 40%;
}

.s_suidou01box .txt {
    width: 55%;
    text-align: left;
}

.s_suidou01_table th {
    background: #55bfc5;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin: 0;
    border: 2px solid #fff;
}

.s_suidou01_table td {
    background: #fff;
    border: 2px solid #e5e5e5;
}
section.service-suidou02 {
    padding: 0 0 60px;
}
/*マンションの給水ポンプ 更新工事*/
section.service-pomp_about {
    padding: 80px 0;
}

.pomp_about_flex {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.pomp_about_flex figure {
    width: 44%;
}

.pomp_about_flex .txt {
    width: 52%;
}
section.service-06.bg_white {
    background: #fff;
}

.service-06_table.pomp_service-06_table figure {
    height: 200px;
}
.service-06_table.pomp_service-06_table figure img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: top;
}.service-06_table.pomp_service-06_table2 table th {
    border: 2px solid #e5e5e5 !important;
}.service-06_table.pomp_service-06_table td, .service-06_table.pomp_service-06_table table tr:nth-child(2)  td {
    vertical-align: middle;
    text-align: left;
}

.service-06_table.pomp_service-06_table2 table th {
    border: 2px solid #e5e5e5 !important;
}.service-06_table.pomp_service-06_table2 table td {
  vertical-align: middle;
}

section.pomp-movie {
    padding: 70px 0;
}

.pomp-movie_cont {
    width: 32%;
    aspect-ratio: 16 / 9;
    position: relative;
    margin: 0 auto;
}

section.pomp-movie .Inner_1000 {
    display: flex;
    justify-content: space-between;
}

.pomp-movie_cont iframe {
    height: 100%;
    width: 100%;
}
.service-06_table.pomp_service-06_table tr:last-child th {
    border: none;
    background: none;
}

.service-06_table.pomp_service-06_table tr:last-child td {
    text-align: center;
    border: none;
    padding: 20px;
}

.service-06_table.pomp_service-06_table tr:last-child td a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #aaa;
    border-radius: 50px;
    color: #052d4f;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.5;
    transition: 0.5s;
}

.service-06_table.pomp_service-06_table tr:last-child td a:hover {
    background: #052d4f;
    color: #fff;
    opacity: 1;
}
@media (max-width: 1000px) {
	.Inner_1000 {
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}#submain h1 {
    color: #000 !important;
}
	.service_title_box {
    display: flex;
}#content #main .service_title_box h2 {
    font-size: 30px;
}.service-02box ul li {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    line-height: 1.5;
}.service-03box {
    flex-wrap: wrap;
}#content #main .service-03cont h3 {
    margin: 0;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}.service-leavebox {
    background: #fff;
    text-align: left;
    padding: 30px;
    box-shadow: 5px 5px 0 #ff8e30;
}#content #main .service-leavebox h2.service--h2 {
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
    font-size: 30px;
}#content #main .service-leavebox p {
    font-size: 22px;
    color: #032e50;
    font-weight: bold;
    margin: 0;
    line-height: 1.8;
}section.service-leave figure {
    position: absolute;
    bottom: -60px;
    right: 0;
    line-height: 0;
    width: 40%;
}.service-04detail figure {
    background: #fff;
    width: 40%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}.service-04detail .txt {
    width: 60%;
    background: #eef8f9;
    display: flex;
    align-items: center;
    padding: 20px;
}section.contact_area .contact_In {
    padding: 0;
}.service-05table {
    width: 60%;
    padding: 0 0 0 20px;
    margin-bottom: 40px;
}.service-05cont .detail figure {
    width: 40%;
}#content #main h2.service--h2 {
    color: #032e50;
    font-size: 32px;
}.service-06_table table tr:nth-child(1) th:nth-child(1) {
    width: 150px;
    vertical-align: middle;
}#content #main .service-06_table table th h3 {
    font-size: 16px;
}.service_07cont::before {
    right: -40px;
}.service-06_table.pomp_service-06_table figure {
    height: 150px;
}
}

@media (min-width: 600px) {
	.forSP{
		display: none!important;
	}
}
@media (max-width: 599px) {
	.forSP{
		display: block!important;
	}
	.Inner_1000 {
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}section.service-01 {
    background: #bbe5e8 url("../img/service/kyusui/001.webp");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 40px 0 0;
}#content #main .service_title_box h2 {
    font-size: 27px;
    padding: 0;
    margin: 0 0 20px;
}.service_title_box figure {
    position: relative;
    bottom: auto;
    right: auto;
    width: 50%;
}.service_title_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}section.service-02 {
    padding: 40px 0;
}#content #main h2.service--h2 {
    color: #032e50;
    font-size: 25px;
    margin-bottom: 25px;
    padding: 0;
    letter-spacing: normal;
}.service-02box {
    flex-wrap: wrap;
}.service-02box ul li {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    padding-left: 40px;
    line-height: 1.5;
}.service-02box figure {
    order: 2;
    width: 40%;
    margin: 20px auto 0;
}.service-02box ul {
    width: 100%;
    margin: 0;
}.service-03cont {
    width: 48%;
    background: #55bfc5;
    margin-bottom: 4%;
}#content #main .service-03cont h3 {
    font-size: 16px;
}section.service-03 {
    padding: 70px 0 40px;
    background: #ededed;
}#content #main .service-leavebox h2.service--h2 {
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
    font-size: 27px;
    line-height: 1.5;
}#content #main .service-leavebox p {
    font-size: 17px;
    color: #032e50;
    font-weight: bold;
    margin: 0;
    line-height: 1.8;
}.service-leavebox {
    background: #fff;
    text-align: left;
    padding: 20px 20px 50px;
    box-shadow: 5px 5px 0 #ff8e30;
}#content #main .service-04cont h3 {
    background: #55bfc5;
    margin: 0;
    padding: 10px 10px 10px 55px;
    text-align: left;
    font-size: 20px;
    color: #fff;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}#content #main .service-04cont h3 span {
    font-family: 'Roboto';
    font-style: italic;
    font-size: 36px;
    padding: 0 20px 0 10px;
    position: relative;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
}.service-04detail {
    flex-wrap: wrap;
}.service-04detail figure {
    width: 100%;
    padding: 20px 0;
}.service-04detail .txt {
    width: 100%;
}#content #main .service-04detail .txt p {
    text-align: left;
    margin: 0;
}#content #main .service-04cont h3 b {
    font-size: 20px;
    display: inline-block;
}section.contact_area .box {
    padding: 10px 20px 40px;
}#content #main .service-05cont h3 {
    text-align: left;
    background: #ff8e30;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    margin: 0 0 30px;
    line-height: 1.5;
}.service-05cont .detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.service-05cont .detail figure {
    width: 100%;
    padding: 20px;
}.service-05table {
    width: 100%;
    padding: 0 0 0 20px;
    margin-bottom: 40px;
}.service-05cont .detail table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    vertical-align: middle;
}.service-05table tr th {
    background: #eee;
    padding: 5px 0;
    width: auto;
    line-height: 1.88;
    vertical-align: middle;
}.service-05table tr td {
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    vertical-align: middle;
}
.service-06_table {
    overflow-x: scroll;
}
.service-06_table table {
    width: 1000px;
    margin: 0;
}section.contact_area .title {
    font-size: 26px;
    text-align: center;
}.service_07cont {
    width: 42%;
    background: #052d4f;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}.service_07cont:nth-child(odd):before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0px 15px 20px;
    border-color: transparent transparent transparent #55bfc5;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}#content #main .service_07cont h3 {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    line-height: 1.5;
}.service09_cont figure {
    width: 100px;
}.service09_cont .txt {
    width: calc(100% - 120px);
    background: #fff;
    position: relative;
}#content #main .service09_cont .txt h3 {
    text-align: left;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background: #55bfc5;
}
	.service09_cont .txt .txtIn {
    text-align: left;
    padding: 15px;
}#content #main .service09_cont .txt .txtIn h4 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.s_suidou01_table table {
    table-layout: fixed;
}.s_suidou01_table th {
    padding: 5px;
}.pomp_about_flex {
    flex-wrap: wrap;
}.pomp_about_flex figure {
    width: 100%;
    margin-bottom: 20px;
}.pomp_about_flex .txt {
    width: 100%;
}section.service-pomp_about {
    padding: 40px 0 0;
}section.pomp-movie .Inner_1000 {
    flex-wrap: wrap;
}.pomp-movie_cont {
    width: 100%;margin: 0 auto 20px;
}.pomp-movie_cont iframe {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
}
	
	
	
}