@charset "utf-8";
/*-------------------------------- */
/*共通
    ---------------------------------- */

body {
    font-size: 62.5%;
    text-decoration: none;
    color: #000;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.flex {
    display: flex;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 110px;
}

.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.intend {
    display: block;
}

.maxWid {
    max-width: 966px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1000px) {
    .mbPad {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content {
        max-width: 768px;
        margin-bottom: 110px;
        margin-bottom: 110px;
    }
}

@media screen and (max-width: 768px) {

    .flex {
        flex-direction: column;
    }

    .maxWid {
        max-width: initial;
    }

}


@media screen and (max-width: 480px) {}



.led_fv {
    background-color: #36498f;
    height: 363px;
    position: relative;
}

.led_fv_bg {
    background-image: url(image/led_bg_img.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 463px;
    position: relative;
    margin-left: 100px;
}


.led_fv_text {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.led_fv_text h1 img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.led_space {
    height: 100px;
    margin-bottom: 157px;
}

.led_wrapper {
    max-width: 966px;
    margin: 0 auto;
}

.led_section_title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 123px;
    text-align: center;
    line-height: 1.3;
    position: relative;
    font-feature-settings: "palt";
}

.led_section_title::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background-color: #36498f;
    position: absolute;
    top: 108px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.led_section_title_2 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 33px;
    text-align: center;
    line-height: 1.3;
    position: relative;
    font-feature-settings: "palt";
}

.led_section_title_2::after {
    content: "";
    display: flex;
    width: 100%;
    max-width: 65px;
    height: 4px;
    background-color: #36498f;
    justify-content: center;
    margin: 0 auto;
    margin-top: 48px;
}


/* コンテンツ1 */
.textarea {
    margin-right: 50px;
}

.textarea p {
    font-size: 16px;
    line-height: 1.7;
}

.led_contents1 .textarea span {
    background-color: #fabe00;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
    max-width: 210px;
    width: 100%;
    color: #fff;
    padding: 5px 5px;
    text-align: center;
    font-style: italic;
}

.textarea h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.2;
}

.textarea h3::after {
    position: absolute;
    content: "";
    background-color: #36498f;
    width: 46px;
    height: 2px;
    display: block;
    top: 76px;
    left: 4px;
}

.imagearea {
    flex-shrink: 0;
    max-width: 50%;
}

.led_contents1.flex {
    margin-bottom: 125px;
}

@media screen and (max-width: 768px) {
    .textarea {
        margin-right: 20px;
    }

    .imagearea img {
        width: 100%;
    }

    .textarea p {
        margin-bottom: 50px;
        font-size: 13px;
    }

    .led_contents2.flex {
        gap: 15px;
        flex-wrap: wrap;
    }


}

@media screen and (max-width: 768px) {
    .textarea h3::after {
        width: 45px;
        height: 2px;
        top: 33px;
        margin: 20px 0px;
    }
}


/*-------------------------------- */
/*4つのポイント
---------------------------------- */
.led_section_title_2 h2 {
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
}

.led_merit_text {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.led_merit_text p {
    font-size: 16px;
    /*font-feature-settings: "palt";*/
    line-height: 1.7;
}

.led_contents2.flex {
    gap: 28px;
    justify-content: space-around;
    counter-reset: num_a;
    flex-direction: row;
}

.contents2_item {
    border: 5px solid #36498f;
    width: 100%;
    position: relative;
}

.contents2_item::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 6em solid transparent;
    border-left: 6em solid #36498f;
    position: absolute;
    z-index: 100;
}

.contents2_item::after {
    display: block;
    top: -4px;
    color: #fff;
    left: 12px;
    position: absolute;
    z-index: 101;
    font-size: 27px;
    font-weight: 600;
    content: counter(num_a);
    counter-increment: num_a;
}

.inner {
    padding: 60px 15px 60px 15px;
    text-align: center;
    font-size: 14px;
}

.inner img {
    margin-bottom: 24px;
}

.inner h4 {
    margin-bottom: 16px;
    color: #36498f;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.2;
}

.contents2_item:nth-child(4) img {
    margin-bottom: 35px;
}

.inner p {
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 15px;
}

@media screen and (max-width: 1199px) {
    .led_fv_text h1 img {
        height: 60px;
    }
}

@media screen and (max-width: 1000px) {
    /* .led_fv_text h1 img {
        width: 90%;
    }*/

    .led_contents1 .textarea h3 br {
        display: none;
    }
}

@media screen and (max-width: 834px) {
    .led_fv_text h1 img {
        height: 100px;
    }
}


@media screen and (max-width: 768px) {
    body {
        font-size: 13px;
        font-family: 'Noto Sans JP', sans-serif;
    }


    .led_contents1 {
        flex-direction: row;
    }

    .led_fv {
        background-color: #36498f;
        height: 196px;
    }

    .led_fv_bg {
        height: 250px;
        margin-left: 80px;
    }

    .led_fv_text {
        top: 50%;

    }

    .led_fv_text h1 img {
        /*width: 90%;*/
        display: block;
        margin: 0 auto;
        padding-left: 50px;
    }

    .led_fv_bg {
        height: 250px;
        margin-left: 80px;
    }

    .led_section_title:after {
        /*left:374px;*/
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .led_wrapper {
        max-width: 668px;
        margin-bottom: -70px;
        margin-top: 60px;
    }

    .led_sectiontitle {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 123px;
        text-align: center;
        line-height: 1.3;
        position: relative;
    }

    .ledtext h1 {
        font-size: 16px;
    }

    .led_space {
        height: 55px;
        margin-bottom: 0px;
    }

    .led_footspace {
        height: 0px;
    }

    .led_sectiontitle span {
        display: block;
    }

    .imagearea {
        width: 50%;
    }

    .textarea h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .led_contents1 .textarea span {
        font-size: 11px;
        margin-bottom: 10px;
        width: 150px;
        padding: 5px 0px;
        min-width: 179px;
    }

    .textarea h3::after {
        width: 45px;
        height: 2px;
        top: 33px;
        margin: 20px 0px;
    }

    .led_section_title {
        font-size: 16px;
        margin-bottom: 123px;
        margin-top: 40px;
    }

    .led_section_title_2 h2 {
        font-size: 16px;
    }

    .led_section_title::after {
        top: 68px;
    }

    .contents2_item {
        border: 5px solid #36498f;
        width: calc(50% - 15px);
        position: relative;
    }

    .led_merit_text p {
        font-size: 13px;
    }

    .inner p {
        font-size: 13px;
    }

    .inner h4 {
        font-size: 16px;
    }

    .led_merit_text {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    body p {
        font-size: 13px;
    }

    .imagearea {
        max-width: 100%;
    }

    .led_contents1 {
        flex-direction: column;
    }

    .led_wrapper {
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .led_fv {
        background-color: #36498f;
        height: 90px;
    }

    .led_fv_bg {
        height: 130px;
        margin-left: 30px;
    }

    .led_fv_text {
        top: 50%;
    }

    .led_fv_text h1 img {
        width: auto;
        padding-left: 0px;
        height: 60px;
    }

    .led_space {
        height: 40px;
        margin-bottom: 10px;
    }

    .led_section_title {
        margin-bottom: 70px;
        font-size: 15px;
        font-feature-settings: "palt";
        margin-top: 40px;
    }

    .led_section_title:after {
        top: 60px;
        width: 45px;
    }

    .led_contents1 .textarea span {
        font-size: 11px;
        width: 150px;
        margin-bottom: 10px;
        padding: 5px 0px;
    }

    .textarea h3 {
        font-size: 15px;
        margin-bottom: 29px;

    }

    .textarea p {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .textarea h3::after {
        position: absolute;
        content: "";
        background-color: #36498f;
        width: 46px;
        height: 2px;
        display: block;
        top: 30px;
        position: static;
    }

    h2.led_section_title_2 {
        font-size: 15px;
    }

    .led_section_title_2::after {
        top: 50px;
        width: 45px;
    }

    .led_section_title_2 {
        margin-bottom: 50px;
    }

    .inner h4 {
        margin-bottom: 10px;
    }

    .imagearea {
        width: 100%;
    }

    .textarea {
        margin-right: 0px;
    }

    .led_contents2.flex {
        flex-direction: column;
    }

    .contents2_item {
        width: 100%;
    }

    .inner {
        padding: 20px 15px 20px 15px;
    }

    .contents2_item::after {
        font-size: 20px;
    }

    .contents2_item::before {
        border-bottom: 4em solid transparent;
        border-left: 4em solid #36498f;
    }

    .inner h4 br {
        display: none;
    }

    .led_section_title_2 h2 {
        font-size: 15px;
        font-weight: 500;
    }

    .led_section_title_2::after {

        margin-top: 18px;
    }
}

/*-------------------------------------------*/
/*ソリューション西日本が提供する省エネ設備*/
/*-------------------------------------------*/
.product .section_title {
    margin-top: 100px;
    position: relative;
    margin-bottom: 32px;
}

.product .section_title::after {
    display: block;
    content: "";
    background-color: #36498f;
    width: 64px;
    height: 4px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 0px;
}

.product .section_title h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.intro_text {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 90px;
}

.intro_text {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
}

.flex_item1 {
    flex-direction: row-reverse;
    margin-bottom: 80px;
}

.product .flex_item1 .text_wrap {
    margin-right: 60px;
}

.product .flex_item2 .text_wrap {
    margin-left: 34px;
}

.product .flex span {
    display: inline-block;
    background-color: #36498f;
    color: #fff;
    padding: 6px 11px 7px 8px;
    font-size: 18px;
    margin-bottom: 14px;
}

.product .flex .heading {
    font-size: 24px;
    color: #36498f;
    margin-bottom: 12px;
    line-height: 1.2;
}

.product .flex .heading h3 {
    font-weight: 600;
    line-height: 1.2;
}

.product .flex p {
    font-size: 16px;
    line-height: 1.7;
}

.product .flex .image_block {
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .product .section_title h2 {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }

    .intro_text {
        font-size: 13px;
        width: 100%;
    }

    .flex_item1 {
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }

    .product .flex span {
        padding: 7px 13px 7px 8px;
        font-size: 13px;
        margin-bottom: 7px;
    }

    .product .flex .heading h3 {
        font-size: 15px;
    }

    .product .flex .heading h3 br {
        display: none;
    }

    .product .flex p {
        font-size: 13px;
        line-height: 1.7;
    }

    .product .flex_item1 .text_wrap {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .flex.flex_item2 {
        flex-direction: column-reverse;
    }

    .product .flex_item2 .text_wrap {
        margin-left: 0px;
    }

    .product .flex_item2 .text_wrap {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .product .section_title h2 {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.2;
    }

    .product .section_title::after {
        width: 45px;
        margin-top: 23px;
        margin-bottom: 50px;
    }
}

/*-------------------------------------------*/
/*導入事例*/
/*-------------------------------------------*/
section.case {
    background-color: #efefef;
    padding-top: 1px;
    margin-top: 279px;
    padding-bottom: 200px;
}


.case .section_title {
    margin-top: 91px;
    position: relative;
    margin-bottom: 32px;
}

.case .section_title::after {
    display: block;
    content: "";
    background-color: #36498f;
    width: 64px;
    height: 4px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 0px;
}

.case .section_title h2 {
    text-align: center;
    font-weight: 500;
}

.case_container.flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.case .heading_block .flex {}

.case_item {
    width: calc(50% - 15px);
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 20px 60px 20px;
    margin-bottom: 32px;
}

.case .cat {
    display: inline-block;
    background-color: #36498f;
    color: #fff;
    padding: 3px 7px 5px 7px;
    font-size: 15px;
    margin-bottom: 9px;
}

.case .text_block {
    margin-bottom: 34px;
}

.case .image_block {
    margin-right: 17px;
}

.case .text_block h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.case .content_block p {
    font-size: 15px;
    line-height: 1.7;
}

.case .content_block p span {
    display: inline;
    padding: 0 4px 2px 4px;
    background: linear-gradient(transparent 70%, #fde599 0%);
    font-weight: 700;
}

.case .content_block {
    margin-bottom: 30px;
}

.case .content_block.content_3 {
    margin-bottom: 57px;
}

.deta_subtext {
    display: block;
    text-align: end;
    font-size: 13px;
    padding-top: 6px;
}

.contact_contents h1 {
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    section.case {
        margin-top: 100px;
        padding-bottom: 100px;
    }

    .case .text_block h3 {
        font-size: 15px;
    }

    .case .text_block h3 br {
        display: none;
    }

    .case_container.flex {
        flex-direction: row;
    }

    .case .content_block p {
        font-size: 13px;
    }

    .case_item {
        width: calc(50% - 10px);
        padding: 20px 10px 40px 10px;
        margin-bottom: 20px;
    }

    .case .text_block {
        margin-bottom: 20px;
    }

    .case .cat {
        margin-bottom: 7px;
        padding: 3px 6px 5px 6px;
        font-size: 13px;

    }

    .case .image_block {
        margin-right: 0px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .deta_subtext {
        font-size: 10px;
        font-feature-settings: "palt";
    }

    .case .section_title {
        font-size: 16px;
        font-weight: 500;
    }
}

@media screen and (max-width: 480px) {
    .case_container.flex {
        flex-direction: column;
    }

    .case_item {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px 10px 30px 10px;
        border-radius: 15px;
    }

    .case .content_block.content_3 {
        margin-bottom: 30px;
    }

    .intro_text {
        margin-bottom: 40px;
    }

    .case .text_block {
        margin-bottom: 13px;
    }

    .case .section_title h2 {
        font-size: 16px;
        font-weight: 500;
    }

    .case .section_title::after {
        width: 45px;
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

/*フッター*/
.contact_contents h3 {
    margin-top: 0px;
}

@media screen and (max-width: 834px) {
    .contact_contents h3 {

        margin-top: 0px;
    }
}