@charset "UTF-8";

/* --------------------------------
 * メインビジュアル
 * -------------------------------- */

.apology {
    text-align: justify;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #cccccc;
    padding: 20px;
    margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
    .apology {
        margin-bottom: 30px;
    }
}

.main_visual {
    /* background: url(../img/main_visual01.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    margin: -57px 0 0;
}

.main_visual .catch_copy {
    position: relative;
    top: 340px;
    width: 680px;
}

.top_side_menu {
    position: absolute;
    right: 0;
    top: 380px;
}

.top_side_menu li {
    color: #ffffff;
    font-size: 14px;
    padding: 15px 15px 15px 45px;
}

.top_side_menu li {
    background-color: rgba(255, 127, 0, 0.9);
    background-position: 15px;
    transition: 0.3s;
}

.top_side_menu li:hover {
    background-color: #c64703;
}

.top_side_menu li.top_side_menu_01 {
    background-image: url("../img/ico_01.png");
    background-repeat: no-repeat;
}

.top_side_menu li.top_side_menu_02 {
    background-image: url("../img/ico_02.png");
    background-repeat: no-repeat;
}

.top_side_menu li.top_side_menu_03 {
    background-image: url("../img/ico_03.png");
    background-repeat: no-repeat;
}

.top_side_menu li.top_side_menu_04 {
    background-image: url("../img/ico_04.png");
    background-repeat: no-repeat;
    background-position: 8px
}

.top_side_menu li.top_side_menu_05 {
    background-image: url("../img/ico_05.png");
    background-repeat: no-repeat;
    background-position: 8px
}

.top_lead {
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 50px 0;
}

.top_lead p:nth-child(1) {
    font-size: 16px;
}

.top_lead p:nth-child(2) {
    font-size: 26px;
}

.top_lead {
    position: relative;
}

.top_lead .sns_icon {
    position: absolute;
    top: 15px;
    right: 10px;
}

.top_lead .container .sns_icon ul li {
    float: left;
    margin: 0 12px 0 0;
}
.top-renofa {
    height: 160px;
    background-image: url(../img/bg_renofa.jpg);
}

@media screen and (max-width: 750px) {
    .main_visual {
        margin: 0;
        width: 100%;
        height: 300px;
        background-size: 160%;
        background-position: top;
        position: relative;
    }

    .top_side_menu {
        display: none;
    }

    .main_visual .catch_copy {
        position: absolute;
        top: 50%;
        left: 40%;
    }

    .main_visual .catch_copy img {
        width: 100%;
    }

    .top_lead {
        padding: 20px 0;
    }

    .top_lead p:nth-child(1) {
        font-size: 12px;
    }

    .top_lead p:nth-child(2) {
        font-size: 20px;
    }
}

/* --------------------------------
 * 事業内容(トップページ)
 * -------------------------------- */
.top_business {
    background: #eeeeee;
    padding: 80px 0 60px;
}

.top_business ul.three_item li {
    width: 380px;
    float: left;
    margin: 0 30px 0 0;
}

.top_business ul.three_item li:last-child {
    margin: 0;
}

.top_business ul.three_item li.solar p.item_name {
    color: #FF7F00;
    font-weight: bold;
}

.top_business ul.three_item li.all_electric p.item_name {
    color: #00973D;
    font-weight: bold;
}

.top_business ul.three_item li.eco_reform p.item_name {
    color: #A0D000;
    font-weight: bold;
}

.top_business ul.three_item li p.item_txt {
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 16px;
    /* background: url(../img/top/business_arrow.jpg) no-repeat right; */
}

.top_business .under_txt {
    background: #ffffff;
    padding: 20px;
}

.top_business .under_txt .comment_text {
    font-size: 18px;
    color: #00973D;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px 0;
}

.top_business .photo img {
    vertical-align: bottom;
}

.top_business ul.three_item li {
    width: 590;
    float: left;
    margin: 0 30px 0 0;
}

.top_business ul.bnr_area li {
    width: 590px;
    float: left;
    margin: 30px 20px 0 0;
}

.top_business ul.bnr_area li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 750px) {
    .top_business {
        padding: 40px 0 30px;
    }

    .top_business .title {
        margin: 0 0 20px 0;
    }

    .top_business ul.three_item li {
        float: none;
        margin: 0 0 30px 0;
        width: 100%;
    }

    .top_business ul.three_item li .photo img {
        width: 100%;
    }

    .top_business ul.bnr_area li {
        width: 100%;
        float: none;
        margin: 10px 0 0 0;
    }

    .top_business .bnr_area li a img {
        width: 100%;
    }
}

/* --------------------------------
 * 新着情報（トップページ）
 * -------------------------------- */
.top_information .top_information_left {
    float: left;
    min-width: 45%;
    height: 400px;
    background-color: #00973D;
    background-image: url("../img/top/bg_Information.png");
    background-repeat: no-repeat;
    background-position: left 90% bottom 120%;
}

.top_information .top_information_left .title {
    text-align: right;
    padding: 180px 30px 0 0;
}

.top_information .top_information_left .title p {
    font-size: 14px;
    color: #ffff00;
    letter-spacing: 1px;
}

.top_information .top_information_left .title h2 {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}

.top_information .top_information_right {
    float: left;
    min-width: 55%;
    padding: 60px 0 40px 40px;
    background: #fafafa;
}

.top_information .top_information_right ul li {
    margin: 0 0 20px 0;
}

.top_information .top_information_right dl dt,
.top_information .top_information_right dl dd {
    float: left;
}

.top_information .top_information_right dl dd {
    margin: 0 0 0 20px;
}

.top_information .top_information_right dl dd span {
    background: #00973D;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 10px 0;
    margin: 0 20px 0 0;
    width: 100px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}

.top_information .top_information_right .list_link {
    text-align: right;
    margin: 30px 50px 0 0;
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .top_information .top_information_left {
        float: none;
        min-width: 100%;
        height: 100px;
        background-color: #00973D;
        background-image: url(../img/top/bg_Information.png);
        background-repeat: no-repeat;
        background-position: left 50% bottom 60%;
    }

    .top_information .top_information_left .title {
        text-align: center;
        padding: 20px 0;
        margin: 0;
    }

    .top_information .top_information_right {
        float: none;
        min-width: 100%;
        padding: 30px 15px 20px;
    }

    .top_information .top_information_right dl dt,
    .top_information .top_information_right dl dd {
        float: none;
    }

    .top_information .top_information_right dl dd {
        margin: 0;
    }

    .top_information .top_information_right dl dd span {
        font-size: 10px;
        padding: 2px 5px 0;
        margin: 0 10px 0 0;
        width: 80px;
    }

    .top_information .top_information_right ul li {
        margin: 0 0 10px 0;
    }

    .top_information .top_information_right .list_link {
        margin: 30px 0 0 0;
    }
}

/* --------------------------------
 * アフターメンテナンス（トップページ）
 * -------------------------------- */
.top_after_maintenance {
    padding: 80px 0 0;
}

.top_after_maintenance .explain {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.top_after_maintenance .explain span {
    color: #00973D;
}

.top_after_maintenance .explain:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 18px;
    left: -70px;
}

.top_after_maintenance .explain:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 18px;
    right: -70px;
}

.top_after_maintenance .after_maintenance_up {
    margin: 20px 0;
    padding: 0 0 60px;
}

.top_after_maintenance .after_maintenance_up ul li {
    margin: 0 0 40px;
}

.top_after_maintenance .after_maintenance_up dl dt,
.top_after_maintenance .after_maintenance_up dl dd {
    width: 580px;
}

.top_after_maintenance .after_maintenance_up ul li:nth-child(1) dl dt {
    float: left;
}

.top_after_maintenance .after_maintenance_up ul li:nth-child(1) dl dd {
    float: right;
}

.top_after_maintenance .after_maintenance_up ul li:nth-child(2) dl dt {
    float: right;
}

.top_after_maintenance .after_maintenance_up ul li:nth-child(2) dl dd {
    float: left;
}

.top_after_maintenance .after_maintenance_up dl dd h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #00973D;
    margin: 20px 0 10px;
}

.top_after_maintenance .after_maintenance_up dl dd p {
    margin: 0 0 20px;
}

.top_after_maintenance .after_maintenance_under {
    background: #f3f3f3;
    padding: 0 0 60px 0;
}

.top_after_maintenance .after_maintenance_under h4 {
    font-size: 28px;
    color: #00973D;
    line-height: 1.4;
    text-align: center;
    padding: 50px 0 30px;
}

.top_after_maintenance .after_maintenance_under ul {
    width: 1080px;
    margin: auto;
}

.top_after_maintenance .after_maintenance_under ul li {
    float: left;
    margin: 0 40px 0 0;
}

.top_after_maintenance .after_maintenance_under ul li:last-child {
    margin: 0;
}

.top_after_maintenance .after_maintenance_under ul li p {
    margin: 0 auto 10px auto;
}

.parallax_photo p.top_text {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 1px 1px 3px #333333;
}

@media screen and (max-width: 750px) {
    .top_after_maintenance {
        padding: 40px 0 0;
    }

    .top_after_maintenance .explain {
        font-size: 14px;
    }

    .top_after_maintenance .explain:before {
        width: 0;
    }

    .top_after_maintenance .explain:after {
        width: 0;
    }

    .top_after_maintenance .after_maintenance_up {
        margin: 20px 0;
        padding: 0 0 10px;
    }

    .top_after_maintenance .after_maintenance_up ul li {
        margin: 0 0 10px;
    }

    .top_after_maintenance .after_maintenance_up ul li dl dt {
        float: none;
        width: 100%;
    }

    .top_after_maintenance .after_maintenance_up ul li dl dt img {
        width: 100%;
    }

    .top_after_maintenance .after_maintenance_up ul li dl dd {
        float: none;
        width: 100%;
    }

    .parallax_photo p.top_text {
        font-size: 24px;
        line-height: 1.5;
        background-color: rgba(0, 0, 0, 0.3);
        text-shadow: 0px 0px 0px #333333;
        padding: 0 0 125px;
        letter-spacing: 1px;
    }
}


/* --------------------------------
 * 当社が選ばれる３つの理由
 * -------------------------------- */
.top_reason {
    padding: 80px 0 20px;
    background: #00973D;
    color: #ffffff;
}

.top_reason .title p {
    color: #FFEC00;
}

.top_reason .explain {
    text-align: center;
}

.top_reason .top_reason_contents {
    margin: 30px 0 0;
}

.top_reason .top_reason_contents ul li {
    margin: 0 0 40px;
}

.top_reason .top_reason_contents ul li:nth-child(1) dl dt {
    float: right;
}

.top_reason .top_reason_contents ul li:nth-child(1) dl dd {
    float: left;
}

.top_reason .top_reason_contents ul li:nth-child(2) dl dt {
    float: left;
}

.top_reason .top_reason_contents ul li:nth-child(2) dl dd {
    float: right;
}

.top_reason .top_reason_contents ul li:nth-child(3) dl dt {
    float: right;
}

.top_reason .top_reason_contents ul li:nth-child(3) dl dd {
    float: left;
}

.top_reason .top_reason_contents h3 {
    font-size: 36px;
    line-height: 1.2;
    margin: 10px 0;
    color: #ffec00;
    text-align: center;
    letter-spacing: 3px;
}

.top_reason .top_reason_contents ul li:nth-child(1) h3 {
    background: url(../img/top/reason_01_number.png) no-repeat;
    background-position: center;
    padding: 130px 0 0;
}

.top_reason .top_reason_contents ul li:nth-child(2) h3 {
    background: url(../img/top/reason_02_number.png) no-repeat;
    background-position: center;
    padding: 130px 0 0;
}

.top_reason .top_reason_contents ul li:nth-child(3) h3 {
    background: url(../img/top/reason_03_number.png) no-repeat;
    background-position: center;
    padding: 130px 0 0;
}

.top_reason .top_reason_contents dl dt {
    margin: 60px 0 0;
}

.top_reason .top_reason_contents dl dd {
    width: 420px;
}

@media screen and (max-width: 750px) {
    .top_reason {
        padding: 40px 0 0;
    }

    .top_reason .explain {
        text-align: left;
        margin: 0 0 10px;
    }

    .top_reason .top_reason_contents {
        margin: 0;
        padding: 0 0 20px;
    }

    .top_reason .top_reason_contents ul li {
        margin: 0 0 20px;
    }

    .top_reason .top_reason_contents ul li:nth-child(1) dl dt,
    .top_reason .top_reason_contents ul li:nth-child(1) dl dd {
        float: none;
    }

    .top_reason .top_reason_contents dl dt {
        margin: 0;
    }

    .top_reason .top_reason_contents dl dd {
        width: 100%;
    }

    .top_reason .top_reason_contents dl dd .text {
        text-align: justify;
    }

    .top_reason .top_reason_contents ul li dl dt img {
        width: 100%;
    }

    .top_reason .top_reason_contents ul li:nth-child(1) h3 {
        font-size: 24px;
        text-align: left;
        background-position: right;
        background-size: contain;
        padding: 110px 0 0;
    }

    .top_reason .top_reason_contents ul li:nth-child(2) h3,
    .top_reason .top_reason_contents ul li:nth-child(3) h3 {
        font-size: 24px;
        text-align: left;
        background-position: right;
        background-size: contain;
        padding: 80px 0 0;
    }
}