@charset "UTF-8";

/*
Theme Name: simizudenko_original_theme
Author: Rintaro Ishikawa
*/

* {
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;

}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

img{
    vertical-align:bottom;
}

a{
    text-decoration: none;
    color: white;
}

.title{
    font-size: 57px;
    letter-spacing: 1.43px;
    border-bottom: 4px solid #FFA200;
    padding-bottom: 10px;
    display: inline-block;
}

body{
    margin: 0;
}

.pc_none{
    display: none;
}


/* フォント */
.Hiragino{
    font-family: 'ヒラギノ角ゴシック';
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}

.Hiragino2{
    font-family: 'ヒラギノ角ゴ Pro';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.gothic{
    font-family: '07ロゴたいぷゴシックCondense';
    -webkit-font-smoothing: antialiased;
}

.english_text{
    font-family: 'Noto Sans Javanese';
}

@font-face {
  /*フォントの名前*/
  font-family: "851MkPOP";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("http://ftp.lolipop.jp/chercher-solar/wp-content/themes/chercher-solar_original_themes/MkPOP/851MkPOP_100.woff") format("woff");
  src: url("http://ftp.lolipop.jp/chercher-solar/wp-content/themes/chercher-solar_original_themes/MkPOP/851MkPOP_100.woff2") format("woff2");
}

main{
    padding-top: 8vh;
}

#main_page{
    margin: 0;
    height: 100%;
    min-height: 100%;
}

/* header */

header{
    position: fixed;
    z-index: 100000;
    width: 100vw;
}

#header_background{
    margin-top: 0;
    height: 120px;
    display: flex;
    justify-content: space-between;
    background-color: #FFA200;
}

.header_main{
    height: 116px;
    width: 91.593%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.header_main_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header_title{
    padding-left: 1.5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_title_img{
    padding: 0;
}

@media ( max-width: 1140px ) {
  .header_title_img {
    width: 49.319%;
    height: auto;
    padding: 0 !important;
  }
}

nav.header_nav {
    margin: auto auto 15px auto;
}

.header_list{
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.header_item{
    padding-left: 20px;
    list-style: none;
}
.header_item:first-child {
    padding-left: 0;
}

.header_item_text{
    font-size: 14px;
    letter-spacing: 2px;

}

a.header_item_text {
    color: black;
    font-family: 'ヒラギノ角ゴ Pro';
    font-weight: 600;
}

.header_main_left {
    width: calc(100vw - 533px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_main_right{
    color: #fff;
    margin-right: 40px;
}

.header_main_right_inner{
    height: 100%;
    padding: 2vh 0;
}

.header_line{
    display: flex;
    padding-bottom: 5px;
}

.header_left_line{
    background-color: #FFA200;
    border-top-left-radius : 7px;
    border-bottom-left-radius : 7px;
}

.header_left_line_text{
    padding: 0.3vh 1vw 0.3vh 0.5vw;
    font-size: 11px;
    letter-spacing: 1.1px;
}

.header_right_line{
    background-color: #124B92;
    border-top-right-radius : 8px;
    border-bottom-right-radius : 7px;
}

.header_right_line_text{
    padding: 0.3vh 1.5vw 0.3vh 1vw;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1.1px;
}

.header_main_telephone{
    display: flex;
}

.telephone_outer{
    display: flex;
    align-items: center;
}

.telephone_img{
    padding-right: 0.5vw;
}

.telephoneNumber{
    font-size: 21px;
    letter-spacing: 2.1px;
    padding-right: 0.8vw;
    color: black;
    font-family: 'ヒラギノ角ゴ Pro';
    font-weight: 600;
    margin: 0;

}

.telephoneNumber a {
  color: black;
  text-decoration: none;
}

@media ( min-width : 768px ) {
  .telephoneNumber a {
    pointer-events: none;
  }
}

.hours{
    font-size: 10px;
    letter-spacing: 1px;
    color: black;
}

.header_contact_box{
    width: 160px;
    background: #124B92;
}

@media ( min-width : 768px ) {
  .header_contact_box {
    border-bottom: 4px solid #FFA200;
    display: block;
    position: relative;
    height: 100%;
  }
}

.header_contact{
    text-align: center;
    /* padding-top: 5vh; */
    /* height: 100%; */
    font-size: 12px;
    letter-spacing: 3px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: auto;
}



@media screen and (max-width: 1260px) and (min-width: 1141px) {
    .header_main_left {
        flex-direction: column;
        align-items: flex-start;
    }
    .header_title {
        padding-left: 3vw;
        margin-top: 30px;
    }
    nav.header_nav {
        margin-left: 3vw;
    }
    .header_main_right_inner {
      height: auto;
      padding: 0;
      margin-top: 30px;
    }
}
/* header終了 */

/* top_section */

.top_img_box{
    position: relative;
}

.top_inner_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  width: calc(100% - 1%);
  text-align: center;
}

.top_inner_txt {
  font-size: 57px;
  line-height: 1.3333em;
  color: #fff;
  font-weight: 700;
}

.top_inner_txt span {
  display: block;
  font-size: 28px;
}

@media ( max-width: 1140px ) {
  .top_inner_txt {
    font-size: 30px;
    line-height: 1.16666em;
    color: #fff;
  }
  .top_inner_txt span {
    display: none;
  }
}

.top_background_img{
    width: 100%;
}

.top_inner_img{
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_secton_textBox{
  background-color: #124B92;
  color: #fff;
  text-align: center;
  padding: 2.8vh 0 3.5vh 0;
}

.top_text_1{
  font-size: 19px;
}

.top_text_2{
  font-size: 30px;
  text-align: center;
}



/* top_section終了 */

/* technorogy_section */

#technology_section{
    display: flex;
}

.technology_right_contents{
    padding: 5vh 4vw;
}

.technology_right_title{
    color: #2E72C1;
    margin-bottom: 3vh;
}

.technology_right_heading{
    font-size: 25px;
    letter-spacing: 0.15em;
    color: #2E72C1;
    margin-bottom: 3vh;
    font-family: 'ヒラギノ角ゴ Pro';
}

.technology_right_box{
    display: flex;
    align-items: flex-start;
}

.technology_right_text{
    width: 55vw;
    font-size: 18px;
    letter-spacing: 1.6px;
    line-height: 2;
    margin-right:16%;
}

@media ( max-width: 1140px ) {
  .technology_right_text {
    text-align: left !important;
  }
}

.technology_right_imgBox{
    position: relative;
}

.technology_right_img1{
    position: absolute;
    left: -150px;
    top: 0;
    z-index: 1000;
}

.technology_right_img2{
    position: absolute;
    top: 185px;
    left: -220px;
}
/* technorogy_section終了*/

/* about_section */

#about_section{
    background-color: #124B92;
}

.about_section_wrapper{
    padding: 10vh 0 13vh 5vw;
    color: #fff;
}

.about_section_top{
    display: flex;
}

@media ( min-width : 600px ) {
  .about_section_top {
    justify-content: space-between;
  }
}

.about_top_title{
    padding-top: 3.5vh;
}

.about_top_heading{
    font-size: 27px;
    letter-spacing: 2.7px;
    padding-top: 3.5vh;
}

.about_top_text{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.8125;
    padding-top: 3vh;
}

.about_top_imgBox{
    padding-left: 1vw;
}

.about_section_middle{
    display: flex;
    padding-top: 10vh;
}

.about_middle_right{
    padding-left: 4vw;
    width: 71.2%;
}

.about_middle_heading{
    font-size: 41px;
    letter-spacing: 1.02px;
}

.about_middle_text{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.8125;
    padding-top: 2vh;
}

.about_section_last{
    padding-right: 4vw;
    padding-top: 8vh;
}

.about_last_column{
    display: flex;
    justify-content: space-between;
}

.about_last_box{
    background-color: #fff;
}

.about_last_box_inner{
    padding: 20px 1.7vw;
    max-width: 436.25px;
}

.about_last_img{
    padding-bottom: 1vh;
}

.about_last_heading_inner{
    display: flex;
    color: #2E72C1;
}

.about_last_textBox{
    padding-left: 1%;
}

.about_number{
    font-family: 'Hei';
    font-size: 42px;
}

.about_last_heading{
    font-size: 32px;
    /* letter-spacing: 0.75px; */
    padding-top: 1vh;
    /* padding-left: 0.5vw; */
    font-family: 'about_last_heading' suns-serif;
    font-weight: bold;
}

h3.pb5vw {
  padding-bottom: 5vw;
}

.about_last_text{
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #000;
}

/* about_section終了　*/

.business_title{
    display: inline-block;
    color: #2E72C1;
    font-size: 41px;
    letter-spacing: 0.025em;
    border-bottom: 4px solid #FFA200;
    padding-bottom: 10px;
    margin-bottom: 3vh;
}

.business_section_wrapper{
    padding: 0 0 0 0;
}

.business_top_block{
    text-align: center;
    background: #FFEB00;
    padding: 5vh 5vw;
}

.business_top_heading{
    font-size: 23px;
    letter-spacing: 2.3px;
    font-family: '游ゴシック体';
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    padding-top: 2vh;
}

.business_top_text{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
    padding-top: 4vh;
}
@media ( max-width: 1140px ) {
  .business_top_text {
    text-align: left;
  }
}

/*  SunLight_block */

.SunLight_block{
    display: flex;
    justify-content: space-between;
    padding-top: 12vh;
}

.SunLight_block_left{
    padding-left: 8vw;
}

@media ( max-width: 1140px ) {
  .SunLight_block_title {
    margin: 0 auto 3vh;
  }
}

.SunLight_top_text{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

.SunLight_block_bottom{
    padding-top: 14vh;
}

@media ( max-width: 1140px ) {
  .SunLight_block_bottom {
    padding-top: 8vh;
  }
}

.SunLight_bottom_heading{
    font-size: 24px;
    letter-spacing: 0.6px;
    color: #2E72C1;
}

.SunLight_bottom_box{
    display: flex;
    justify-content: space-between;
    padding-top: 5vh;
    /* padding-top: 10vh; */
    margin-right: 60px;
}

.SunLight_bottom_text_heading{
    color: #2E72C1;
    letter-spacing: 2px;
    padding-bottom: 2vh;
}

.SunLight_bottom_text_heading2{
    padding-top: 3vh;
}

.SunLight_bottom_text{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

@media ( max-width: 1140px ) {
  .SunLight_bottom_text {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.93333333;
    padding-top: 5vh;
    padding: 0 5vw;
  }
}

.SunLight_bottom_img{
    padding-left: 3vw;
}

/* Electricity */

.Electricity_block{
    padding-top: 12vh;
}

.Electricity_left{
    padding-top: 2vh;
}

.Electricity_right{
    padding-left: 6vw;
}

.Electricity_title{
    margin-bottom: 3vh;
}

.Electricity_block{
    display: flex;
}

.Electricity_text{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    padding-bottom: 5vh;
}

.Electricity_heading{
    font-size: 35px;
    letter-spacing: 0.025em;
    color: #2E72C1;
    padding-bottom: 4.5vh;
}

.Electricity_box_outer{
    display: flex;
    justify-content: flex-start;
    padding-right: 5vw;
}

.Electricity_box{
    border: 5px solid #2E72C1;
    border-radius: 10px;
}

.Electricity_box_left{
  flex-basis: 435px;
}

.Electricity_box_right{
  flex-basis: 435px;
  margin-left: 35px;
}

.Electricity_box_inner{
    margin: 0 auto;
    width: 93%;
    padding: 3vh 0;
}

.Electricity_box_heading_outer{
    background-color: #FFA200;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    height: 47px;
    display: table;
    margin: 0 auto;
    margin-bottom: 3vh;
}

.Electricity_box_heading_outer.merit {
  background: #124B92;
}

.Electricity_box_heading_outer.demerit {
  background: #F7565A;
}

.Electricity_box_textBox{
    padding-bottom: 3vh;
}

.Electricity_box_heading{
    color: #fff;
    font-size: 21px;
    letter-spacing: 2.1px;
    display: table-cell;
    vertical-align: middle;
}

.Electricity_textBox_heading{
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    color: #2E72C1;
    position: relative;
}

.Electricity_textBox_heading span {
  text-indent: 1.1em;
  display: inline-block;
}

.Electricity_textBox_text{
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.46666;
}

/* AllElectric */

.AllElectric_block{
    display: flex;
    justify-content: space-between;
    padding-top: 12vh;
}

.AllElectric_left{
    padding-left: 8vw;
}

@media ( min-width : 600px ) {
  .AllElectric_right {
    margin-left: 90px;
  }
}

.AllElectric_title{
    margin-bottom: 3vh;
}

.AllElectric_top_text{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
    font-family: 'ヒラギノ角ゴシック';
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.AllElectric_box{
    display: flex;
    justify-content: space-between;
    padding-top: 7vh;
}

.AllElectric_textBox{
    color: #2E72C1;
}

.AllElectric_textBox_heading{
    font-size: 24px;
    letter-spacing: 0.6px;
}

.AllElectric_textBox_text{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.9375;
    font-family: 'ヒラギノ角ゴ Pro';
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    padding-top: 5vh;
}

.AllElectric_bottom{
    padding-top: 10vh;
}

.AllElectric_bottom_text{
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.91666667;
}

/* StorageBattery */

.StorageBattery_block{
    display: flex;
    /* justify-content: space-between; */
    padding-top: 12vh;
}

.StorageBattery_right{
    padding-left: 2.5vw;
    padding-top: 14.5vh;
}

.StorageBattery_center {
  padding-left: 6.5vw;
}

.StorageBattery_title{
    margin-bottom: 3vh;
}

.StorageBattery_text{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
    font-family: 'ヒラギノ角ゴシック';
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.StorageBattery_textBox{
    color: #2E72C1;
    padding-top: 10vh;
}

.StorageBattery_textBox_heading{
    font-size: 24px;
    letter-spacing: 0.6px;
}

.StorageBattery_textBox_text{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.9375;
    font-family: 'ヒラギノ角ゴ Pro';
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    padding-top: 5vh;
}

.LED_block{
    display: flex;
    justify-content: space-between;
    padding-top: 15vh;
}

.LED_left{
    padding-left: 8vw;
    padding-right: 2.5vw;
}

.LED_title{
    margin-bottom: 3vh;
}

.LED_text{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
}

.LED_heading{
    color: #2E72C1;
    font-size: 24px;
    letter-spacing: 0.6px;
    padding-top: 5vh;
}

.LED_box{
    border: 6px solid #2E72C1;
    border-radius: 10px;
    margin-top: 5.8vh;
}

.LED_box_inner{
    display: flex;
    padding: 3vh 1vw 0 1vw;
}

.LED_box_left{
    padding-right: 2vw;
}

.LED_textBox{
    padding-bottom: 3.5vh;
}

.LED_textBox4{
    flex-wrap: wrap;
}

.LED_textBox_heading{
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #2E72C1;
}

.LED_textBox_text{
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.91666667;
}

/* AirConditioning */

.AirConditioning_block{
    display: flex;
    padding-top: 12vh;
}

.AirConditioning_right{
    padding-left: 6.5vw;
}

.AirConditioning_title{
    margin-bottom: 3vh;
}

.AirConditioning_text{
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 2;
    padding-bottom: 5vh;
}

.AirConditioning_heading{
    color: #2E72C1;
    font-size: 24px;
    letter-spacing: 0.6px;
    padding-bottom: 5vh;
}

.AirConditioning_bottom{
    display: flex;
}

.AirConditioning_textBox{
    padding-right: 1vw;
}

.AirConditioning_bottom_text{
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.91666667;
}

.AirConditioning_bottom_text2{
    padding-top: 4vh;
}

.business_section_bottom_box{
    height: 30vh;
}

.business_section_bottom_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 100%;
}

.business_section_bottom{
    font-size: 35px;
    letter-spacing: 3.5px;
    color: #2E72C1;
}

/* company */

#company_section{
    display: flex;
    padding: 10vh 0;
}

.company_left{
    padding-left: 8vw;
}

.company_block{
    display: flex;
    padding-top: 3vh;
    padding-left: 5vw;
}

.company_left_topText{
    font-family: 'Bebas Neue';
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    letter-spacing: 0px;
    color: #2E72C1;
}

.company_left_bottomText{
    font-family: 'ヒラギノ角ゴ Pro';
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 5.5px;
}

.company_block_left_text{
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 2.4;
    border-bottom: 1px solid #2E72C1;
    padding-right: 5vw;
}

.company_block_right_text{
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 2.4;
    border-bottom: 1px solid #2E72C1;
}

.company_block_br{
    height: 10vh;
}

/* footer */

footer{
    height: 70vh;
    background-color: #124B92;
    position: relative;
}

.copyright{
    writing-mode: vertical-rl;
    text-orientation: sideways;
    font-family: 'Bebas Neue';
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    letter-spacing: 4.2px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 1.5vw;
    transform: translateY(-50%);
}

.footer_outer{
  text-align: center;
padding-top: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}

.footer_nav{
    display: flex;
    padding-top: 5vh;
}

.footer_list{
    display: flex;
    margin: 0 auto;
}

.footer_item{
    padding-left: 2vw;
}

.footer_item_text{
    font-size: 14px;
    letter-spacing: 2px;
}

/* contact_form */


.contact_btn_outer{
    font-family: 'ヒラギノ角ゴ Pro';
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

/* レスポンシブ */

@media (max-width: 1140px ) {
	#menu_nav .open{
	right: 0px!important;
	}

    .sp_none{
        display: none;
    }

    .pc_none{
        display: block;
    }

    .column{
        flex-direction: column;
    }

    .title{
        font-size: 40px;
        border-bottom: 3px solid #E79111;
        padding-bottom: 10px;
        display: inline-block;
    }

    main{
        padding-top: 12vh;
    }

    /* header */

    #header_background{
        /* display: flex; */
        /* height: 13.6vh; */
        height: 100px;
    }

    .header_main{
        width: 100vw;
        /* height: 13vh; */
        height: 95px;
        display: flex;
        padding-left: 3vw;
        align-items: center;
    }

    .header_main_inner{
        display: block;
        /* padding-top: 2vh; */
        padding-top: 10px;
    }

    .header_title{
        padding-left: 0;
        display: inline;
    }

    .header_title_img_sp{
        width: 170px;
        height: auto;
        max-width: 170px;
    }

    .header_main_right{
        padding-top: 1vh;
        padding-right: 0;
    }

    .header_main_right_inner{
        display: flex;
        padding: 0;
    }

    .header_line{
        display: block;
        padding-bottom: 0;
    }

    .header_line_sp{
        background-color: #FFA200;
        border-radius: 3px;
        padding: 0 1vw;
    }

    .header_main_telephone{
        padding-left: 2vw;
    }

    .header_line_sp_text{
        font-size: 9px;
        letter-spacing: 0.9px;
        line-height: 1.8;
    }

    .telephone_outer{
        display: flex;
        align-items: center;
    }

    .telephone_img{
        /* padding-bottom: 1vh; */
        padding-right: 4px;
    }

    .telephone_img_back{
        width: 17.3px;
        height: 17.3px;
        margin-bottom: 5px;
    }

    .telephoneNumber{
        font-size: 14px;
        letter-spacing: 1.4px;
    }

    .hours{
        font-size: 9px;
        letter-spacing: 0.9px;
        padding-left: 22px;
    }

    .hamburger{
        width: 70px;
        height: 58px;
        background-color: #124B92;
    }

    .hamburger_inner{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* top_section */

    .top_img_box{
        width: 100vw;
        height: 415px;
        overflow: hidden;
    }

    .top_background_spImg{
        position: absolute;
        left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    top: 50%;
    max-width: none;
    }

    .top_inner_spImg{
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .top_text_1{
        font-size: 13px;
        letter-spacing: 2.6px;
    }

    .top_text_2{
        font-size: 16px;
        letter-spacing: 4px;
    }

    /* technology_section */

    .technology_img_sp{
        width: 100vw;
        height: auto;
    }

    .technology_right_box{
        display: block;
        text-align: center;
    }

    .technology_right_contents{
        padding: 5vh 5vw;
        text-align: center;
    }

    .technology_right_heading{
        font-size: 17px;
        letter-spacing: 4px;
        line-height: 1.625;
    }

    .technology_right_text{
        width: 100%;
        /* font-size: 18px; */
        letter-spacing: 0px;
        line-height: 1.73333333;
    }

    .technology_right_imgBox{
        padding-top: 10vh;
        width: auto;
    }

    .technology_right_img1{
        width: 139px;
        height: 139px;
        bottom: 85px;
        left: 178px;
    }

    .technology_right_img2{
        width: 180px;
        height: 180px;
        position: initial;
        margin-right: 100px;
    }

    /* about */

    .about_section_wrapper{
        padding: 0;
    }

    .about_top_textBox{
        text-align: center;
        margin-bottom: 5vh;
    }

    .about_top_title{
        padding-top: 5vh;
    }

    .about_top_imgBox{
        padding-left: 0;
    }

    .about_top_spImg{
        width: 100vw;
        height: auto;
    }

    .about_pc_textBox{
        text-align: center;
        /* padding: 0 5px; */
    }

    .about_top_heading{
        font-size: 16px;
        letter-spacing: 4px;
        line-height: 1.625;
        padding-top: 5vh;
    }

    .about_top_text{
        font-size: 18px;
        letter-spacing: 1.5px;
        line-height: 1.93333333;
    }
    @media ( max-width: 1140px ) {
      .about_top_text{
        text-align: left;
      }
    }

    .about_section_middle{
        padding-top: 5vh;
    }

    .about_middle_spImg{
        width: 100vw;
        height: auto;
    }

    .about_middle_right{
        /* padding-left: 0; */
        /* padding-top: 5vh; */
        text-align: center;
        padding: 5vw 5vw 0;
        width: 100%;
    }

    .about_middle_heading{
        font-size: 31px;
        letter-spacing: 0.78px;
        line-height: 1.516112903;
    }

    .about_middle_text{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.73333333;
        text-align: left;
    }

    .about_section_last{
        padding-top: 5vh;
        padding-bottom: 2vh;
        padding-left: 4vw;
    }

    .about_last_box{
        margin-bottom: 3vh;
    }

    .about_last_box_inner{
        padding: 20px 2vw;
    }

    .about_number{
        font-size: 42px;
    }

    .about_last_heading{
        font-size: 22px;
        letter-spacing: 0.55px;
        padding-top: 12px;
    }

    .about_last_textBox{
        padding-left: 3vw;
        padding-right: 3vw;
        padding-top: 2vh;
    }

    .about_last_text{
        font-size: 10px;
        letter-spacing: 0.25px;
        line-height: 1.7;
        padding-left: 5px;
    }

    .about_last_spImg{
        width: 100%;
        height: auto;
    }

    /* business */

    .business_title {
        display: inline-block;
        color: #2E72C1;
        font-size: 36px;
        letter-spacing: 0.9px;
        border-bottom: 4px solid #FFA200;
        padding-bottom: 10px;
    }

    .business_top_text{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.73333333;
    }

    /* SunLight */

    .SunLight_block{
        padding-top: 6vh;
    }

    .SunLight_block_left{
        padding-left: 0;
    }

    .SunLight_block_top{
        /* text-align: center; */
    }

    .SunLight_block_title_inner{
        width: 100vw;
        text-align: center;
    }

    .SunLight_block_title{
        /* margin-right: 0; */
    }

    .SunLight_left_img{
        width: 100vw;
        height: auto;
        padding-bottom: 3vh;
    }

    .SunLight_top_text{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.93333333;
        padding-top: 5vh;
        padding: 0 5vw;
    }

    .SunLight_bottom_heading{
        line-height: 1.2083333333;
    }

    .SunLight_bottom_box{
        display: block;
        position: relative;
        margin-right: auto;
        padding-top: 0;
    }

    .SunLight_bottom_text_heading{
        padding-bottom: 1vh;
    }

    .SunLight_bottom_img{
        padding-left: 0;
        position: absolute;
        bottom: 25px;
        left: 200px;
    }

    .Electricity_block{
        padding-top: 6vh;
        display: block;
    }

    .Electricity_right{
        padding-left: 0;
    }

    .sp_text_center {
      text-align: center !important;
    }

    .Electricity_sp_textBox{
        /* text-align: center; */
    }

    .Electricity_sp_textBox2{
        padding-bottom: 3vh;
    }

    .Electricity_text{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.933333333;
        padding: 0 5vw;
    }

    .Electricity_heading{
        /* padding-left: 4vw;
        padding-bottom: 3vh;
        margin-left: 1.0em;
	    text-indent: -1.0em; */
      /* line-height: 1.208333333; */
      margin: 0 auto 3vh;
      padding: 0;
      text-align: center;
    }

    .Electricity_spImg{
        width: 100vw;
        height: auto;
        padding-bottom: 3vh;
    }

    .Electricity_box_outer{
        padding-right: 0;
    }

    .Electricity_box{
        margin: 0 4vw 2vh 4vw;
    }

    .Electricity_box_spImg{
        width: 100%;
        height: auto;
    }

    .AllElectric_block{
        padding-top: 6vh;
    }

    .Electricity_block_sp_textBox1{
        color: #2E72C1;
        font-family: 'ヒラギノ角ゴ Pro';
        -webkit-font-smoothing: antialiased;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 1.666666666;
        margin-left: 2.1em;
	    text-indent: -2.1em;
        padding-left: 5vw;
        padding-bottom: 3vh;
    }

    .Electricity_block_sp_textBox2{
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 1.91666666;
        -webkit-padding-start: 5vw;
        padding-bottom: 4vh;
    }

    .Electricity_heading2{
        font-size: 19px;
        letter-spacing: 0.47px;
    }

    .AllElectric_left{
        padding-left: 0;
    }

    .AllElectric_box{
        display: block;
    }

    .AllElectric_block_spImg{
        width: 100vw;
        height: auto;
        padding-bottom: 3vh;
    }

    .AllElectric_left_titleBox{
        text-align: center;
        height: auto;
    }

    .AllElectric_top_textBox{
        text-align: center;
    }

    .AllElectric_top_text{
        padding: 0 5vw;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.933333333;
    }

    .AllElectric_box{
        padding-top: 3vh;
    }

    .AllElectric_textBox_heading{
        margin-left: 1em;
	    text-indent: -1em;
        line-height: 1.208333333;
        padding-left: 4vw;

    }

    .AllElectric_textBox_text{
        padding-top: 1vh;
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 1.583333333;
        margin-left: 2.2em;
	    text-indent: -2.2em;
        padding-left: 5vw;
    }

    .AllElectric_bottom_text{
        padding-left: 5vw;
    }

    .AllElectric_bottom{
        padding-top: 3vh;
        position: relative;
    }

    .AllElectric_bottom_spImg{
        position: absolute;
        width: 120px;
        height: 120px;
        bottom: 0px;
        right: 20px;
    }

    .StorageBattery_block{
        padding-top: 6vh;
        display: block;
    }

    .StorageBattery_right{
        padding-left: 0px;
    }

    .StorageBattery_center {
      padding-left: 0;
    }



    .StorageBattery_title_outer{
        text-align: center;
    }

    .StorageBattery_spImg{
        width: 100%;
        height: auto;
    }

    .StorageBattery_sp_textBox{
        text-align: center;
        padding-top: 3vh;
    }

    .StorageBattery_text{
        font-family: 'ヒラギノ角ゴ Pro';
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.933333333;
        padding: 0 5vw;
        text-align: left;
    }

    .StorageBattery_textBox{
        padding-top: 3vh;
    }

    .StorageBattery_textBox_heading{
        padding-left: 4vw;
    }

    .StorageBattery_textBox_text{
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 2.583333333;
        margin-left: 2.2em;
	    text-indent: -2.2em;
        padding-left: 5vw;
        padding-top: 1vh;
    }

    .LED_block{
        padding-top: 6vh;
    }

    .LED_left{
        padding-left: 0px;
        padding-right: 0px;
    }

    .LED_title_outer{
        text-align: center;
    }

    .LED_spImg{
        width: 100vw;
        height: auto;
    }

    .LED_spTextBox{
        text-align: center;
        padding-bottom: 3vh;
        padding-top: 3vh;
    }

    .LED_text{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.9333333333;
        padding: 0 10vw;
    }

    .LED_heading{
        padding-bottom: 3.5vh;
        padding-top: 0px;
    }

    .LED_box{
        border: 5px solid #2E72C1;
        margin: 0 4vw;
    }

    .LED_box_inner{
        padding: 3vh 3vw 0 3vw;
    }

    .LED_box_left{
        padding-left: 0px;
    }

    .LED_textBox_text{
        letter-spacing: 0.96px;
        padding: 1vh 5vw 0 5vw;
    }

    .AirConditioning_block{
        padding-top: 6vh;
    }

    .AirConditioning_right{
        padding-left: 0px;
    }

    .AirConditioning_title_outer{
        text-align: center;
    }

    .AirConditioning_text_outer{
        text-align: center;
        padding-bottom: 3vh;
    }

    .AirConditioning_text{
        padding: 0 10vw;
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    .AirConditioning_bottom{
        position: relative;
    }

    .AirConditioning_bottom_img{
        width: 106px;
        height: 106px;
        position: absolute;
        bottom: 0;
        right: 20px;
    }

    .AirConditioning_heading{
        padding-bottom: 3vh;
        padding-left: 4vw;
        margin-left: 1em;
	    text-indent: -1em;
        line-height: 1.20833333;
    }

    .AirConditioning_bottom_spText{
        font-family: 'ヒラギノ角ゴシック';
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 1.91666666;
        padding-left: 5vw;
    }

    .business_section_bottom_box{
        height: auto;
        padding-top: 5vh;
    }

    .business_section_bottom_inner{
        display: block;
        text-align: center;
    }

    .business_section_bottom{
        font-size: 22px;
        letter-spacing: 2.2px;
        line-height: 1.3636363636;
        /* padding: 0 1vw; */
    }

    .company_left{
        padding-top: 6vh;
        padding-left: 0px;
        text-align: center;
    }

    .company_block{
        /* padding-left: 0px; */
        padding: 0 5vw;
    }

    .company_block_left{
        width: 35%;
    }

    .company_block_right{
        width: 65%;
    }

    .company_block_left_text{
        padding-right: 0px;
    }

    .company_block_right_text{
        padding-left: 10px;
    }

    .company_block_sp{
        height: 109px !important;
    }

    .company_access{
        height: 100px;
    }

    .company_access_right{
        font-size: 14px;
    }

    .company_businessContent{
        height: 181px;
    }

    .company_businessContent_right{
        line-height: 2;
    }

    .company_certification{
        height: 121px;
    }

    .company_certification_right{
        line-height: 2;
    }

    .company_area{
        height: 43px;
    }

    .company_area_right{
        line-height: 1.7;
    }

    .company_sp_text2{
        font-size: 10px;
        letter-spacing: 0px;
    }

    .company_history{
        height: 53px;
    }

    .company_history_right{
        font-size: 13px;
        letter-spacing: 1.3px;
        line-height: 2;
    }

    /* footer */

    footer{
        height: 95vh;
        position: relative;
    }

    .footer_center{
        padding-bottom: 10vh;
    }

    .footer_list{
        display: block;
    }

    .footer_item{
        padding-left: 0px;
        padding-bottom: 2vh;
    }

    .footer_item:last-child {
      padding-bottom: 0;
    }

    .footer_item_text{
        font-size: 18px;
        letter-spacing: 3.75px;
    }

    .copyright_outer{
        text-align: center;
        background: #124B92;
    }

    .copyright_sp{
        font-family: 'Bebas Neue';
        -webkit-font-smoothing: antialiased;
        font-size: 11px;
        letter-spacing: 3.3px;
        color: #fff;

    }

}

@media (max-width:320px ) {

    .business_title{
        font-size: 30px;
        letter-spacing: 0px;
    }

    #header_background{
        height: 14.6vh;
    }

    .header_main{
        height: 14vh;
    }

    .header_line_sp_text{
        font-size: 4px;
        letter-spacing: 0.4px;
    }

    .telephone_img_back{
        width: 15px;
        height: 15px;
        margin-bottom: 8px;
    }

    .telephoneNumber{
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .hours{
        font-size: 10px;
        letter-spacing: 0px;
        padding-left: 15px;
    }

    .hamburger{
        width: 50px;
        height: 38px;
    }

    /* technology */

    .technology_right_img1{
        left: 150px;
    }

    /* about */

    .about_top_text{
        font-size: 13px;
        letter-spacing: 1.3px;
        line-height: 1.93333333;
    }

    .about_middle_text{
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 1.73333333;
    }

    .about_last_text{
        display: inline;
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 1.7;
        padding-left: 0px;
        transform: scale(0.2);
        width: 100%;
    }

    .SunLight_top_text{
        font-size: 13px;
    }

    .SunLight_block_bottom{
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .SunLight_bottom_img{
        width: 85px;
        height: 85px;
    }

    .Electricity_box_spImg{
        width: 100%;
        height: auto;
    }

    .Electricity_text{
        font-size: 13px;
    }

    .Electricity_heading{
        font: 20px;
        letter-spacing: 0.4;
    }

    .Electricity_block_sp_textBox1{
        margin-right: 5vw;
    }

    .Electricity_block_sp_textBox2{
        padding-right: 5vw;
        font-size: 10px;
    }

    .AllElectric_top_text{
        font-size: 13px;
    }

    .AllElectric_bottom_spImg{
        position: absolute;
        width: 100px;
        height: 100px;
        bottom: 0px;
        right: 10px;
    }

    .StorageBattery_text{
        font-size: 13px;
    }

    .LED_text{
        font-size: 13px;
    }

    .AirConditioning_bottom_img{
        width: 80px;
        height: 80px;
        bottom: 0;
        right: 10px;
    }

    .AirConditioning_text{
        font-size: 13px;
    }

    .AllElectric_bottom_text{
        padding-right: 5vw;
        font-size: 10px;
    }

    .AllElectric_textBox_text{
        padding-right: 5vw;
    }

    .business_section_bottom{
        font-size: 20px;
        letter-spacing: 2.0px;
    }

    .company_block_right_text{
        padding-left: 5px;
    }

    .company_mail{
        font-size: 12px;
        height: 37px;
        padding-top: 4px;
    }

    .company_certification{
        height: 151px;
    }

    .company_area{
        height: 68px;
    }

}

/* jQuerry */

.transform{
    transition: 0.7s;
}

.hide{
    transform: translateY(100px);
    opacity: 0;
}

/* page-1.html */

.banner_outer{
    margin-top: 10vh;
    text-align: center;
}

p + a.more {
  margin-top: 3em;
}

a.more {
  display: block;
  max-width: 472px;
  width: 100%;
  height: 47px;
  background: #E79111;
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  transition: .2s;
}
a.more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 21px;
  line-height: 1;
  text-align: center;
  width: 98%;
}
a.more:hover {
  filter: brightness(110%);
}

@media ( max-width: 1140px ) {
  a.more {
    margin-right: auto;
    margin-left: auto;
    max-width: 290px;
  }
  a.more span {
    font-size: 18px;
  }
}

.company_tel{
   color: #000 !important;
}

/*.  covid */

.covid_img_outer{
   text-align: center;
	  padding: 20vh 0;
}

#wpfront-scroll-top-container{
     display: none !important;
}

/*. 選ばれる理由 */

.about_last_text{
   line-height: 2.5;
}

.category_page{
    text-align: center;
	  padding-top: 20vh;
	  padding-bottom: 20vh;
 }

.category_page h1{
    font-size: 24px;
	   letter-spacing: 6px;
	  font-family: 'ヒラギノ角ゴ Pro';
	  margin-bottom: 10vh;
}

.SunLight_bottom_text_heading{
   padding-bottom: 2.5vh;
}

.SunLight_bottom_text1{
    padding-bottom: 2vh;
}

.Electricity_textBox_heading{
    padding-bottom: 2vh;
}

.Electricity_box_img{
    padding-top: 2vh;
    width: 100%;
}

.AllElectric_bottom_text{
	   line-height: 2.7;
}

.AirConditioning_bottom_text{
   line-height: 2.5;
}



/*. page.php */

.category_btn_outer{
	  width: 273px;
	  height: 56px;
	  border-radius: 25px;
	  border: 1px solid #000;
	  display: table;
	  text-align: center;
	  margin: 0 auto;
}

.category_btn{
    color: #000;
	   display: table-cell;
	vertical-align: middle;
}

.wp-block-latest-posts__list{
   display: flex;
	  flex-wrap: wrap;
	  width: 70vw;
	  margin: 0 auto;
}

.wp-block-latest-posts__list li{
   width: 33.33333333%;
	  margin: 0 auto;
	   color: #000;
	   text-align: center;
	   display: flex;
	  flex-direction: column;
}

.wp-block-latest-posts__list a{
    color: #000;
	   margin: 2vh 0;
	   order: 3;
}

.wp-block-latest-posts__featured-image{
    padding-bottom: 1vh;
}

.wp-block-latest-posts__featured-image img{
     width: 150px;
	    height: 150px;
}

.wp-block-latest-posts__post-date{
    color: #000;
	  padding-top: 1vh;
/* 	  padding-bottom: 3vh; */
	  order: 2;
}

.noScroll{
	overflow:hidden;
}
/*
section.anchor{
    padding-top: 70px;
    margin-top: -70px;
} */

#menu_nav{
	display: none;
}

.footer_item_text{
	  font-family: 'Noto Sans Javanese';
}

/*.  blog*/

#blog_section{
    background-color: #124B92;
    padding-bottom: 146px;
}

.blog_title_outer{
    text-align: center;
	   padding: 8vh 0;
}

.blog_title{
    font-family: "Bebas Neue";
	   color: #fff;
	   font-size: 90px;
}

.blog_contents{
    text-align: center;
	   padding-bottom: 10vh;
}

.blog_img{
	   padding-bottom: 2vh;
}

.blog_text_outer{
    padding-bottom: 5vh;
	   padding-top: 5vh;
}

.blog_text{
    font-family: "ヒラギノ角ゴ Pro";
	   color: #fff;
	   font-size: 18px;
	   letter-spacing: 2.7px;
	   line-height: 1.7333333;
	   padding
}

.blog_btn_outer{
	   background-color: #FFA200;
	   height: 56px;
	   width: 20vw;
	   border-radius: 25px;
	   border: 1px solid #000;
	   display: table;
	   margin: 0 auto;
}

.blog_btn{
	  font-family: "ヒラギノ角ゴ Pro";
	  font-size: 18px;
	  letter-spacing: 3px;
	  display: table-cell;
	  vertical-align: middle;
}

.wp-post-image{
    width: 200px;
	   height: 200px;
}

/*. contact */

#contact_section{
    background-color: #124B92;
    padding-top: 50px;
}

.contact_wrapper{
	  padding-bottom: 10vh;
}

.contact_border{
    width: 80vw;
	   height: auto;
	   border: 8px solid #fff;
	  margin: 0 auto;
}

.contact_title_outer{
	   width: 34vw;
	  text-align: center;
	  background-color: #2E72C1;
	   position: relative;
	   top: -50px;
	   margin: 0 auto;
}

.contact_title{
    font-family: "Bebas Neue";
	   color: #fff;
	   font-size: 90px;
}

.contact_btn{
	  color: #000;
	  font-family: "ヒラギノ角ゴ Pro";
	  font-weight: 600;
	  letter-spacing: 3px;
	  display: table-cell;
	  vertical-align: middle;
	  padding-left: 80px;
}

.contact_btn span{
	  padding-left: 50px;
}


/*. single_php */

.single_page_outer{
	 padding: 13vh 18vw 5vh 18vw;
}

.single_page_dete_inner{
    text-align: center;
}

.single_page_dete{
	  font-family: "Bebas Neue";
	  font-size: 20px;
	  letter-spacing: 5px;
	  padding-bottom: 3vh;
}

.single_page_title_inner{
    text-align: center;
}

.single_page_title{
    font-size: 28px;
	   letter-spacing: 7px;
	   font-family: "ヒラギノ角ゴ Pro";
	   font-weight: 600;
}

.single_page_contents {
  width:100%;
  max-width:928px;
  margin-right: auto;
  margin-left: auto;
}

.single_page_contents_inner{
    padding: 5vh 0;
}

.single_page_contents p{
    font-size: 17px;
	   letter-spacing: 2.55px;
	   font-family: "ヒラギノ角ゴシック";
	   font-weight: 300;
	   line-height: 1.882352;
/* 	   padding-bottom: 5vh; */
	   padding: 3vh 0;
}

.single_page_contents p:first-child{
    margin-top: vh;
}

.wp-block-image{
    margin: 0 0 7vh;
	   text-align:center;
}

.wp-block-image img{
	   margin: 0 auto;
}

.single_btn_outer{
	  width: 273px;
	  height: 56px;
	  border-radius: 25px;
	  border: 1px solid #000;
	  display: table;
	  text-align: center;
	  margin: 0 auto;
}

.single_btn{
	  color: #000;
	  font-family: "ヒラギノ角ゴ Pro";
	  font-weight: 600;
	  letter-spacing: 3px;
	  display: table-cell;
	  vertical-align: middle;
	  padding-left: 85px;

}

.single_btn span{
	  padding-left: 60px;
}

/*.  contact-form */

.wpcf7{
    width: 65%;
	   margin: 0 auto;
	   padding-bottom: 5vh;
}

.contact_label{
	  color: #fff;
	  margin-bottom: 10vh;
}

.contact_name input{
	  width: 60%;
}

.contact_tel input{
   width: 60%;
}

.wpcf7-form-control{
    width: 100%;
}

.wpcf7-text{
    height: 40px;
	   margin-bottom: 3vh;
	   margin-top: 1.5vh;
}

textarea {
  resize: none;
	 margin-top: 1.5vh;
}

.contact_btn_outer{
	   background-color: #fff;
	  width: 273px;
	  height: 56px;
	  border-radius: 25px;
	  border: 1px solid #000;
	  display: table;
	  margin: 0 auto;
	  margin-top: 8vh;
	  margin-bottom: 8vh;
	  letter-spacing: 3px;
}

.contact_btn_box{
   position: relative;
}

.contact_btn_box span{
   position:absolute;
	 top:  17px;
	 left: 460px;
}

@media (max-width: 1140px ) {

	.company_block_right_text:nth-child(3){
    pointer-events: none !important;
		 color: #000 !important;
	}

	.company_block_right_text:nth-child(4){
    pointer-events: none !important;
		 color: #000 !important;
	}

	.about_last_text{
    font-size: 16px;
    line-height: 1.6em;
	}

	/* .SunLight_bottom_text{
    font-size: 14px;
	} */

	.Electricity_block_sp_textBox2{
   font-size: 12px;
	}

	.AllElectric_bottom_text{
    font-size: 12px;
	}

.SunLight_bottom_text_heading{
   padding-bottom: 4vh;
}

	.SunLight_bottom_text_heading2{
   padding-top: 10vh;
	}

	.StorageBattery_textBox{
   padding-top: 5vh;
	}

	.StorageBattery_textBox_heading{
     padding-bottom: 5vh;
	}

	.AirConditioning_heading{
   padding-bottom: 5vh;
	}

	.AirConditioning_text_outer{
    padding-bottom: 5vh;
	}

	.LED_heading{
   padding-bottom: 5vh;
	}

	.AllElectric_box{
    padding-top: 5vh;
	}

	.AllElectric_textBox_heading{
    padding-bottom: 5vh;
	}

	.Electricity_sp_textBox2{
   padding-bottom: 5vh;
	}

/*. contact_form */

	.contact_wrapper{
    padding-bottom: 0px;
}

.wpcf7{
    width: 85%;
	   margin: 0 auto;
	   padding-bottom: 5vh;
}

.wpcf7-text{
	   margin-bottom: 5vh;
}

.contact_name input{
	  width: 100%;
}

.contact_tel input{
   width: 100%;
}

textarea{
   width: 100% !important;
	  margin-top: 1.5vh !important;
}


.contact_btn_box span{
   position:absolute;
	 top:  17px;
	 left: 230px;
}

#company_section{
	   padding: 6vh 0;
}

#menu_nav{
	padding-top: 25vh;
	display: block;
	z-index: 10000;
	height: 100vh;
	width: 100vw;
	position: fixed;
  background-color: #2E72C1;
	right: -100vw;
	transition: 1.5s;
}

	#menu_nav.opon{
	right: 0px!important;
	transition: 0.5s;
 }

	.menu_nav_lists_outer{
    text-align: center;
	}

.menu_nav_lists{
   padding-bottom: 6vh;
   list-style-type: none;
}

.menu_nav_list{
		font-family: "Noto Sans Javanese";
	  font-size: 18px;
   letter-spacing: 3.75px;
}

/*. blog_section  */


.blog_title{
    font-family: Bebas Neue;
	   color: #fff;
	   font-size: 82px;
}

.blog_contents{
    text-align: center;
	   padding-bottom: 10vh;
}

.blog_img{
	   width: 280px;
	   height: auto;
	   padding-bottom: 2vh;
}

.blog_text_outer{
    padding-bottom: 5vh;
}

.blog_text{
    font-family: ' ヒラギノ角ゴ Pro';
	   color: #fff;
	   font-size: 14px;
	   letter-spacing: 2px;
	   line-height: 1.7333333;
			width: 80%;
			margin:0 auto;
}

	.wp-block-latest-posts__list a{
		max-width: 80%;
		margin:0 auto;
		padding-bottom:3vh;
	}

	.wp-block-latest-posts__post-date{
		padding-bottom: 0!important;
	}

.blog_btn_outer{
	   background-color: #FFA200;
	   height: 56px;
	   width: 70vw;
	   border-radius: 25px;
	   border: 1px solid #000;
	   display: table;
	   margin: 0 auto;
}

.blog_btn{
	  font-family: "ヒラギノ角ゴ Pro";
	  font-size: 18px;
	  letter-spacing: 3px;
	  display: table-cell;
	  vertical-align: middle;
}

/*.  contact */

	.contact_border{
     border: none;
		  margin: 0 !important;
		  width: 100vw;
	}

	.contact_title_outer{
      position: inherit;
		   margin: 0 !important;
		   width: 100vw;
	}

.contact_title{
    font-family: "Bebas Neue";
	   color: #fff;
	   font-size: 82px;
}

	.contact_btn_outer{
   text-align: center !important;
	}

	.company_left{
		  padding-bottom: 3vh;
	}

.single_page_outer{
	 padding: 10vh 8vw 10vh 8vw;
}

.single_page_title_inner{
    padding: 0 2vw;
	   text-align: start;
}

.single_page_title{
    font-size: 18px;
	   letter-spacing: 4.25px;
	   font-weight: 600;
	   line-height: 1.5882352;
}

.single_page_contents p{
    font-size: 18px;
}

	.wp-block-image img{
		width: 		100vw;
		height: auto;
	}

	.wp-block-latest-posts__list{
   display: block;
	  width: 100vw;
	  margin: 0 auto;
}

.wp-block-latest-posts__list li{
   width: 100%;
	  margin: 0 auto;
	   color: #000;
	   text-align: center;
}

.category_page{
	  padding-top: 10vh;
 }

	.business_section_bottom_box{
    padding-bottom: 5vh;
	}

	/* .SunLight_bottom_text{
    line-height: 2.5;
	} */

	footer{
    height: 100vh;
	}

	.footer_center {
    padding-bottom: 3vh;
}

	#wpfront-scroll-top-container{
		 display: none !important;
	}

		#covid{
    background-color: #fff;
	 }

	.covid_img{
    width: 90vw !important;
		  height: auto !important;
	}

}

/* company_section */
a.company_tel {
  text-decoration: none;
  color: #000;
}

a.company_fax {
  pointer-events: none;
  text-decoration: none;
  color: #000;
}

dl.company_date {
  border-top: 1px solid #2E72C1;
  margin-bottom: 3em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

dl.company_date dt {
  width:211.5px;
  padding:.4em 0;
  margin:0;
  font-size: 18px;
letter-spacing: 1.5px;
line-height: 2.4;
}

dl.company_date dd {
  padding:.4em 0;
  margin:0;
  font-size: 18px;
letter-spacing: 1.5px;
line-height: 2.4;
border-bottom: 1px solid #2E72C1;
}

dl.company_date dt + dd {
  padding-left: 211.5px;
}

.contact_btn_box span.ar {
  display: none;
}

.contact_btn_box {
  position: relative;
  max-width: 273px;
  width: 100%;
  margin: 0 auto;
}

.contact_btn_box:after {
  content: "▸";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 5% auto auto;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  color: #000;
  line-height: 1em;
  transition: .2s;
}

.contact_btn_box:hover:after {
  margin: auto 3% auto auto;
}

@media ( min-width : 600px ) {
  #technology_section {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

/* 20211213 */
@media screen and ( min-width : 600px ) {
  #technology_section {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .technology_left_box {
    width: 24.8vw;
    max-width: 398px;
  }
  .technology_left_box img {
    width: 100%;
    flex-direction: wrap;
    flex-flow: row;
  }
  .technology_right_contents {
    width: 75.2vw;
  }
  .technology_right_text {
    display:block;
    width: 52%;
    float: left;
    margin-right: 1em !important;
  }
  .technology_right_box {
    display: block;
    width: 100%;
  }
  .technology_right_imgBox {
  position: relative;
  width: 46%;
  max-width: 289px;
  display: inline-block;
}
  .technology_right_img1 {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(70px);
    max-width: 239px;
    width: calc(100% - 70px);
  }
  .technology_right_img2 {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(-50px);
    max-width: 260px;
    width: calc(100% - 70px);
  }

  .about_section_middle {
    margin-bottom: 36px;
  }
  .about_section_last {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto auto 0;
    padding: 0;
  }
  .about_last_column {
    justify-content: space-between;
  }
  .about_last_box {
    width: 32.258%;
    max-width:400px;
  }
  .about_last_box_inner {
    padding: 0 0 36px;
    text-align: center;
  }
  .about_last_box_inner img {
    margin: 20px auto;
    width: calc(100% - 34px);
    height: auto;
    padding: 0;
  }
  .about_last_textBox {
    margin: 0 auto;
    width: calc(100% - 34px);
    padding: 0;
    text-align: left;
  }
  .about_last_text {
    font-size: 15px;
    letter-spacing: 0;
    line-height:1.3333;
  }
}

/* 20211217 */
@media (max-width: 1140px) {
  #header_background {
    height: 95px;
    border-bottom: solid 4px #FFA200;
    background: transparent;
  }
  .header_main {
    height: auto;
  }
  main {
    padding-top: 95px;
  }
  .top_text_2 {
    font-size: 25px;
    margin-bottom: 0.4em;
  }
  .top_text_1 {
    font-size: 16px;
  }
  .about_top_heading {
    font-size: 20px;
  }
}

@media ( max-width : 414px ) {
  main {
    padding-top: 13.5vh;
  }
}

/* iPhone 6,7,8 plus */
@media screen and ( max-width: 1140px ) and (min-width: 414px) {
  .telephoneNumber{
    font-size: 24px;
  }
}

.telephone_img {
  position: relative;
  padding-left: 37px;
}

.telephone_img:before {
  content: "";
  display: block;
  width: 30.46px;
  height: 30.46px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(https://www.chercher-solar.site/wp-content/uploads/2021/12/header_tel_icon.png);
  background-size: 30.46px 30.46px;
}

@media ( max-width: 1140px ) {
  .telephone_img {
    padding-left: 20px;
  }
  .telephone_img:before {
    width: 17.3px;
    height: 17.3px;
    background-size: 17.3px 17.3px;
  }
  .telephoneNumber {
    padding-right: 0;
    line-height: 1;
  }
}

@media ( max-width : 413px ) {
  .telephoneNumber {
    font-size: 20px;
  }
}

/* リュウミン */
.technology_right_title,
.about_top_title,
.about_middle_heading,
.about_last_heading,
.business_title,
.business_title,
.Electricity_heading,
.StorageBattery_title,
.about_number {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}

.Electricity_textBox_heading {
  position: relative;
  padding: 0 0 0 1.1em;
  margin: .4em auto .8em;
  line-height: 1.25em;
}

.Electricity_textBox_heading:before {
  content: "■";
  display: block;
  position: absolute;
  width:1em;
  height:1em;
  top:0;
  left:0;
}

@media (max-width: 1140px) {
  .about_last_heading {
    margin-bottom: 0.4em;
    margin-right: auto;
    margin-left: auto;
  }
  .Electricity_textBox_text{
    font-size: 17px;
    letter-spacing: 0.15em;
    line-height: 1.7647em;
  }
  .footer_item_text {
    font-size: 15px;
    letter-spacing: 0.25em;
  }
  footer {
    background: #124B92;
    height: calc(100vh - 95px);
  }
  .footer_center {
    padding-bottom: 0;
  }
  .contact_btn_outer {
    color: black;
    text-decoration: none;
  }
  .copyright_outer {
    background: #124B92;
  }
}

@media ( max-width : 413px ) {
  .title {
    font-size: 36px;
  }
  main {
    padding-top: 95px;
  }
}
