@charset "utf-8";

@media screen and (min-width:768px) {
    .home .header {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.home .contents {
    padding-bottom: 0;
}

.home .mainContent {
    padding-bottom: 0;
}
@media screen and (min-width:768px) {
    .home .mainContent {
        padding-bottom: 80px;
    }
}
.mainVisualSec {
    width: 100%;
    background: url(../images/index/main-img.jpg) no-repeat center;
    background-size: cover;
}

.mainVisualSec .mainVisualCopy {
    top: 15%;
    padding: 18% 5%;
    color: #fff;
    text-align: center;
}

.mainVisualSec .mainCatchCopy,
.mainVisualSec .subCatchCopy {
    text-shadow: 0 0 12px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .7);
}

.mainVisualSec .mainCatchCopy {
    display: block;
    line-height: 1.5;
    font-size: 2.8rem
}
.mainVisualSec .subCatchCopy {
    display: block;
    margin-top: 3%;
    font-size: 1.8rem;
    line-height: 1.4
}

@media screen and (min-width:768px) {
    .mainVisualSec {
       height: 636%;
    }
    .mainVisualSec .mainVisualCopy {
        top: 100px
    }
    .mainVisualSec .mainCatchCopy {
        display: block;
        line-height: 1.2;
        font-size: 6.4rem
    }
    .mainVisualSec .mainCatchCopy .bold {
        line-height: 1.2;
        font-size: 7.0rem
    }
    .mainVisualSec .subCatchCopy {
        display: block;
        font-size: 3.6rem
    }
}

@media screen and (min-width:1000px) {
    .mainVisualSec .mainVisualCopy {
        top: 90px
    }
    .mainVisualSec .mainCatchCopy {
        font-size: 7.0rem
    }
    .mainVisualSec .mainCatchCopy .bold {
        font-size: 8.0rem
    }
}

.pageSecTitle {
    position: relative;
    padding: 0 0 15px;
    text-align: center;
    font-size: 2.6rem;
}
.pageSecTitle::after {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
    height: 1px;
    background: #999;
}
@media screen and (min-width:768px) {
    .pageSecTitle {
        font-size: 3.6rem;
    }
    .pageSecTitle::after {
        width: 120px;
    }
}

.ceracladEdgeItem .secTitle {
    font-weight: 400;
}
.ceracladEdgeItem {
    margin: 40px 0 0;
    padding: 0 0 20px;
}
.ceracladEdgeItem .fig {
    margin: 0 0 15px;
}
.ceracladEdgeItem .fig a:hover img {
    opacity: .7;
    transition: .2s;
}
.ceracladEdgeItem .copy {
    margin: 10px 0 0;
    font-size: 2.2rem;
    font-weight: 600;
}
.ceracladEdgeItem .lead {
    margin: 10px 0 0;
}
.ceracladEdgeItem .secTitle {
    font-size: 2.8rem;
}
.ceracladEdgeItem .secTitle .icon {
    margin: 0 0 8px 10px;
    width: 12%;
    max-width: 60px;
}
.ceracladEdgeItem .secTitle > span {
    display: inline-block;
    vertical-align: middle;
}
/* selfCleaning */
.selfCleaning .secTitle {
    color: #43bad4;
}
.selfCleaning .btn a {
    color: #43bad4;
    border: 1px solid #43bad4;
}
.selfCleaning .btn a::after {
    border-color: #43bad4;
}
.selfCleaning .btn a:hover {
    color: #fff;
    background: #43bad4;
}
/* airPurifying */
.airPurifying .secTitle {
    color: #6fc252;
}
.airPurifying .btn a {
    color: #6fc252;
    border: 1px solid #6fc252;
}
.airPurifying .btn a::after {
    border-color: #6fc252;
}
.airPurifying .btn a:hover {
    color: #fff;
    background: #6fc252;
}
/* maintenance */
.maintenance .secTitle {
    color: #e5ba47;
}
.maintenance .btn a {
    color: #e5ba47;
    border: 1px solid #e5ba47;
}
.maintenance .btn a::after {
    border-color: #e5ba47;
}
.maintenance .btn a:hover {
    color: #fff;
    background: #e5ba47;
}
/* modernDesign */
.modernDesign .secTitle {
    color: #a86ccb;
}
.modernDesign .btn a {
    color: #a86ccb;
    border: 1px solid #a86ccb;
}
.modernDesign .btn a::after {
    border-color: #a86ccb;
}
.modernDesign .btn a:hover {
    color: #fff;
    background: #a86ccb;
}
/* fireSafety */
.fireSafety .secTitle {
    color: #298dd2;
}
.fireSafety .btn a {
    color: #298dd2;
    border: 1px solid #298dd2;
}
.fireSafety .btn a::after {
    border-color: #298dd2;
}
.fireSafety .btn a:hover {
    color: #fff;
    background: #298dd2;
}

@media screen and (min-width:768px) {
    .ceracladEdgeItem {
        margin: 80px 0 0;
        padding: 0 0 30px;
    }
    .ceracladEdgeItem .text {
        margin: 0 0 0 4%;
        width: 50%;
    }
    .ceracladEdgeItem .fig {
        width: 46%;
    }

    .ceracladEdgeItem:nth-of-type(odd) .fig {
        order: 2;
    }
    .ceracladEdgeItem:nth-of-type(odd) .text {
        order: 1;
        margin: 0 5% 0 0;
    }
    .ceracladEdgeItem .secTitle {
        line-height: 1.3;
        font-size: 4.2rem;
    }
    .ceracladEdgeItem .secTitle .icon {
        margin: 0 0 12px 18px;
        width: auto;
    }
    .ceracladEdgeItem .btn a:hover::after {
        border-color: #fff;
    }
}

.decoVisual {
    height: 30%;
    background: url(../images/index/bottom-img.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
@media screen and (min-width:768px) {
    .decoVisual {
        max-height: 475px;
    }
}
