@charset "UTF-8";

/* 受水槽取り換え　PC  */

.water-tank-replace #container{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
    color: #000;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
}
a {
    transition: 0.3s;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.wtp01{
    width: 100%;
/*    height: 930px;*/
    background: -moz-linear-gradient(top, #c2edff, #FFF);
    background: -webkit-linear-gradient(top, #c2edff, #FFF);
    background: linear-gradient(to bottom, #c2edff, #FFF);    text-align: center;
    padding-bottom: 80px;
}
.wtp01 img{
    width: 100%;
    max-width: 1692px;
/*    height: 829px;
    object-fit: cover;*/
}

.w1100{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.wtp02{
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
}
.wtp02_cont{
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.wtp02_cont .txt{
    width: 560px;
}
.wtp02_cont .txt .sub1{
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    color: #073698;
    margin-bottom: 30px;
}
.wtp02_cont .img{
    position: absolute;
    left: 600px;
    top: -30px;
}

.fuki_ao{
    margin-top: 30px;
    width: 100%;
    height: 170px;
    border-radius: 10px;
    background-color: #073698;
    background-image: url(../img/wt-replace/wtp_fig_13.png);
    background-repeat: no-repeat;
    background-position: 40px center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.fuki_ao:before{
    position: absolute ;
    top: -34px;
    left: calc(50% - 16.5px);
    width: 33px;
    height: 35px;
    background: url(../img/wt-replace/wtp_fig_14.png) center top no-repeat;
    content: "";
}
.wtp02 .fuki_ao .txt{
    color: #ffff88;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
}
.wtp02 .fuki_ao:after{
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 251px;
    height: 280px;
    background: url(../img/wt-replace/wtp_fig_01.png) center bottom no-repeat;
    content: "";
    
    
}
.wtp_ttl{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 25px;
    margin-bottom: 50px;
    background: url(../img/wt-replace/wtp_fig_19.png) left bottom no-repeat;
}
.rekka_sign{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rekka_sign li{
    width: 32%;
    background-color: #073698;
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 23px;
    text-align: center;
    position: relative;
}
.rekka_sign li:empty{
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.rekka_sign li .sub{
    margin-bottom: 20px;
}
.rekka_sign li .sub input[type=checkbox]{
    transform: scale(1.8);
    border: solid 2px #19bbff;
    accent-color: #ffff88;
}
.rekka_sign li p{
    display: inline-block;
    text-align: left;
}

.rekka_sign li span{
    font-weight: 700;
    color: #19bbff;
}

.rekka_sign li.cap{
    text-align: left;
    padding:0;
    background-color: transparent;
    color: #073698;
    font-weight: 700;
}
.rekka_sign li.cap:after{
    position: absolute;
    right: -13px;
    bottom: 0;
    width: 155px;
    height: 197px;
    background: url(../img/wt-replace/wtp_fig_02.png)
        center center no-repeat;
    content: "";
}

.fuki_gray{
    margin-top: 30px;
    width: 100%;
    border-radius: 10px;
    background-color: #eaeff3;
    color: #073698;
    padding: 50px 40px;
    font-size: 26px;
    position: relative;
}
.fuki_gray:before{
    position: absolute ;
    top: -34px;
    left: calc(50% - 16.5px);
    width: 33px;
    height: 35px;
    background: url(../img/wt-replace/wtp_fig_20.png) center top no-repeat;
    content: "";
}


.wtp04{
    background: url(../img/wt-replace/wtp_fig_21.png) center center repeat-x;
    padding: 40px 0;
}
.wtp04 ._in{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.wtp04 .txt{
    width: 470px;
}
.wtp04 .img{
    width: 48%;
}

.wtp05{
    padding-bottom: 60px;
}
.wtp05 ._in{
    position: relative;
}
.wtp05 ._in:after{
    position: absolute;
    left: -80px;
    top: 0;
    z-index: 0;
    width: 538px;
    height: 538px;
    background: url(../img/wt-replace/wtp_fig_04.png) left top no-repeat;
    content: "";
    
}
.wtp05_item{
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 200px;
}
.wtp05_item .txt{
    width: 470px;
    padding-top: 30px;
}
.wtp05_item .img{
    position: absolute;
    left: 600px;
    top: 0;
    width: 599px;
}
.ansin_service{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ansin_service li{
    width: 32%;
    background-color: #eaeff3;
    border-radius: 10px;
    text-align: center;
    padding: 50px 15px;
    font-size: 22px;
    margin-bottom: 20px;
}
.ansin_service li .num{
    color: #073698;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ansin_service li.cap{
    background-color: transparent;
    position: relative;
}
.ansin_service li.cap img{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.wtp06{
    background-color: #eaeff3;
    padding-top: 80px;
    padding-bottom: 80px;
}

.wtp06_flow{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wtp06_flow li{
    width: 32%;
    text-align: center;
    position: relative;
    font-size: 23px;
    margin-bottom: 30px;
}
.wtp06_flow li:not(:last-child):after{
    position: absolute;
    right: -15px;
    top: 105px;
    width: 30px;
    height: 60px;
    background: url(../img/wt-replace/wtp_fig_06.png) no-repeat;
    content: "";
    
}

.wtp07{
    padding-top: 80px;
    padding-bottom: 80px;
}
.wtp07_img{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wtp07_img li{
    width: 31%;
    margin-bottom: 20px;
}

.wtp07_img li p{
    line-height: 1.5;
}
.wtp07_img li p span{
    font-size: 112.5%;
    font-weight: 500;
}
.wtp07 .fuki_ao .txt{
    font-size: 28px;
    line-height: 1.6;
}
.wtp07 .fuki_ao{
    padding-left: 90px;
}
.wtp07 .fuki_ao .txt span{
    font-size: 178%;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}


.wtp07_works{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}
.wtp07_works_item{
    width: 31%;
}
.wtp07_works_item .case{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
.wtp07_works_item .case .num{
    width: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.wtp07_works_item .case .name{
    width: calc(100% - 55px);
}
.wtp07_works_item .sub{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.wtp07_works_item .sub dt{
    width: 65px;
    background-color: #073698;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
}
.wtp07_works_item .sub dd{
    width: calc(100% - 70px);
    margin-bottom: 5px;
}

.work_img .slick-prev,
.work_img .slick-next{
    position: absolute;
    top: auto;
    bottom: -50px;

    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.work_img .slick-prev {
    left: 35%;
    background: url(../img/wt-replace/ya-prev.png) center center/contain no-repeat;
}
.work_img .slick-next {
    right: 35%;
    background: url(../img/wt-replace/ya-next.png) center center/contain no-repeat;
}

.work_img .slick-next::before {
    content: '';
}
.work_img .slick-prev::before {
    content: '';
}







.wtp08{
    width: 100%;
    background-color: #eaeff3;
    padding-top: 80px;
    padding-bottom: 80px;
}
.wtp08_qa{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
}
.wtp08_qa dt{
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.wtp08_qa dt span{
    color: #19bbff;
}
.wtp08_qa dd{
    padding-left: 35px;
}
.wtp09{
    padding-top: 80px;
    padding-bottom: 80px;
}
.wtp09 ._in{
    position: relative;
}
.wtp09 .img{
    position: absolute;
    left: 600px;
    top: -30px;
    z-index: 5;
    width: 599px;
}

.wtp10{
    width: 100%;
    background-color: #eaeff3;
    padding-top: 80px;
    padding-bottom: 80px;
}
.wtp_ttl_en{
    margin-bottom: 10px;
}
.wtp10 .wtp_ttl{
    margin-bottom: 30px;
}
.wtp10 .sub1{
    color: #073698;
    font-size: 23px;
}

.wtp10 .sub2{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.wtp10 .sub2:after{
    position: absolute;
    left: 50%;
    top: 10%;
    width: 1px;
    height: 80%;
    background-color: #19bbff;
    content: "";
}
.wtp10 .sub2 li{
    width: 50%;
}
.wtp10 .sub2 li.tel{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #19bbff;
}
.wtp10 .sub2 li.tel ._in{
    text-align: left;
}
.wtp10 .sub2 li.tel ._in p{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
}

.wtp10 .sub2 li.mail a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
















