@charset "UTF-8";
.ofi{
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
.nobr{ white-space: nowrap; }
/*==================================================
 グローバルナビ
==================================================*/
.head_logo_link{
  width: 24vw;
  max-width: 200px;
  display: inline-block;
  vertical-align: super;
  text-decoration: none;
}
.solare_logo{}
.technonagai_logo{
  width: 100%;
  max-height: 40px;
}
.head_logo_link:has(.technonagai_logo){ margin-left: 15px; }


@media (max-width: 500px) {
  .solare_logo{
    margin-top: 10px;
  }
}
.gn_tab-visible{display: none;}
@media (min-width: 900px) {
/*グローバルナビ用*/
  .gn-visible {
    display: none;
  }
  .gn_tab-visible{ 
    display: block;
  }
  .pc-3line{ font-size: 11px; }
}

@media (max-width: 600px) {
  .head_logo_link{ width: auto; }
}
@media (max-width: 460px) {
  .head_logo_link:has(.technonagai_logo){
    margin-left: 0px;
    margin-top: 10px;
  }
}

/*==================================================
 トップページ
==================================================*/
.mvt_btnarea{
  width: 100%;
  /*max-width: 500px;*/
  max-width: 800px;
  margin: 0 auto;
}


/*==================================================
 追従ボタン
==================================================*/
.fixed-bnr-link{
  max-width: 70px;
}
@media (max-width: 1200px) {
  .fixed-bnr-item{
    flex: 0 0 33.333% !important;
  }
  .fixed-bnr-link{
    max-width: 100%;
  }
  .fixed-bnr-link:hover,.fixed-bnr-link:visited{ color: #fff; }
  
  .fixed-bnr-link_news{background: #A80028; }
  .fixed-bnr-link_contact{ background: #66B426 !important; }
  .fixed-bnr-link_technonagai{ background: #0368b8; }
  .fixed-bnr-link_sp{ width: 100%; }

  .side_bnr_icon{
    /*max-height: 16px;*/
    display: inline;
    width: 20px;
    /*vertical-align: baseline;*/
  }
}
@media (max-width: 500px) {
  .fixed-bnr-link{
    font-size: 12px;
  }
  .side_bnr_icon{ width: 16px;}
}

/*==================================================
 フッター
==================================================*/
.footer_solare_logo{
  max-width: 270px;
  margin-top: 20px;
}

/*==================================================
 ページコンテンツ
==================================================*/
.youtube_area{ text-align: center; }
.youtube_area iframe{
  width: 100%;
  max-width: 600px;
  height: 55vw;
  max-height: 330px;
}
.sp_nobr{ white-space: nowrap; }
.industry_table{
  width: 100%;
}
.industry_table th,
.industry_table td{
  border: 1px solid #FF9900;
  padding: 10px;
  width: 50%;
}
.industry_table th{
  text-align: center;
  background-color: #FF9900;
}
.industry_table tr:first-child th{
  border-right: 1px solid #fff;
}
.industry_table td{
  background-color: #fff;
}
/*==================================================
 トップページ
==================================================*/
.top_concept_title{
  max-height: 56px;
}
/*==================================================
 ブログ
==================================================*/
.blog-cat-selector {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transform: translateY(-100%);
}

.blog-cat-selector-item {
  padding: 0 10px;
  text-align: center;
}

.blog-cat-selector-link {
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  transition: 0.3s ease;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 14px;
}

.blog-cat-selector-link:hover {
  opacity: 0.7;
  color: #fff;
}

.blog-cat-selector-link_orange {
  background: #FF9900;
}

.blog-cat-selector-link_blue {
  background: #0050A9;
}

.blog-cat-selector-link_green {
  background: #66B426;
}

.title-line-color_linenone::after {
  display: none !important;
}
/*21_11_26追加*/
.orange_text_btn{
  color: #f90;
}
.orange_text_btn:hover{
  color: #ffbf5f;
}

/*関連記事*/
.kanren_area{
  padding: 50px 0;
}
.yarpp-thumbnails-horizontal{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
  justify-content: flex-start;
  width: calc(100% + 20px);
  margin-right: -20px;
}
.kanren_area .yarpp-thumbnails-horizontal .yarpp-thumbnail{
  display: block;
  width: calc(25% - 20px);
  margin: 0 20px 20px 0;
  height: auto;
  border: none;
  text-align: center;
  transition: 0.3s;
}
.kanren_area .yarpp-thumbnail > img,
.kanren_area .yarpp-thumbnail-default{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.kanren_area .yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
  width: 100%;
  margin: 5px 0;
  overflow: visible;
}

/*==================================================
 太陽光発電事業
==================================================*/
.service_first_menu_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.service_fm_titlearea{
  width: 50vw;
  max-width: 900px;
  min-width: 300px;
  position: relative;
}
.service_fm_titlearea h1,.service_fm_titlearea .catchcopy-svg{ padding: 0 10px; }
.sfm_title_photovoltaic:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 107px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, white 100%), url(images/photovoltaic/main_v_photovoltaic.JPG) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.service_fm_linkarea{
  width: 100%;
}
.sfm_section{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.sfm_section.sfm_business{ background-color: #0050a9; }
.sfm_section.sfm_customer{ background-color: #ff9900; }
.sfm_client_area{
  color: #fff;
  width: 200px;
  height: 100%;
  position: relative;
  text-align: center;
}
.sfm_cl_textarea{
  width: 100%;
}
.sfm_link{
  display: block;
  text-decoration: none;
  /*min-height: 180px;*/
  width: 100%;
  padding: 20px;
  color: #494949;
  background-color: #e5e5e5;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  position: relative;
}
.sfm_customer .sfm_link:last-child{ border-bottom: none; }
.sfm_link:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  /*width: 200px;*/
  width: 50%;
  height: 100%;
  background: linear-gradient(124deg, transparent 0%, transparent 44%, #0050A9 44%, #0050A9 100%);
}
.sfm_customer .sfm_link:before{
  background: linear-gradient(124deg, transparent 0%, transparent 44%, #ff9900 44%, #ff9900 100%);
}
.sfm_link_arrow{
  width: 30px;
  position: absolute;
  top: 60%;
  /*right: 80px;*/
  right: 15%;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  transition: 0.3s;
  margin: 0;
}
.sfm_customer .service-title:before{ background-color: #ff9900; }
.sfm_link .service-title{
  margin-bottom: 0px;
  font-size: 20px;
}
.sfm_desc{
  padding-right: 140px;
  font-size: 14px;
  line-height: 25px;
  max-width: 700px;
  position: relative;
}
.sfm_business .sfm_link:hover{ background-color: #f7fbff; }
.sfm_customer .sfm_link:hover{ background-color: #fff9f0; }
.sfm_link:hover .sfm_link_arrow{
  /*right: 75px;*/
  right: 14%;
}


/*==================================================
 住宅用太陽光発電
==================================================*/
/*メインビジュアル*/
.forhome_mv_area{
  padding: 60px 0 10px;
  background-image: url('images/for_home/forhome_mv.jpg');
  background-size: cover;
  background-position: center bottom 15%;
}
.fh_mv_yane{ width: 100%; }
.fh_mv_house{
  width: 50%;
  max-width: 520px;
  position: relative;
  margin: 0 0 120px auto;
  padding: 0 0 20px;
  text-align: center;
  z-index: 1;
}
.fh_mv_house_white{
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  opacity: 0.9;
}
.fh_mv_house_white:before{
  content: '';
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.fh_mv_title{
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 2px;
  color: #0050A9;
  margin: -70px auto 10px;
}
.fh_mv_readtext{
  line-height: 35px;
  font-size: 20px;
  margin-bottom: 20px;
}
.fh_mv_solare_logo{
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
}

.fh_mv_btn_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 20px);
  margin-right: -20px;
}
.fh_mv_bf_con{
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.fh_mv_btn{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #A3D6C0;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px 45px;
  color: #0050A9;
  transition: 0.3s;
}
.fh_mv_btn:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 4px solid #FF9900;
  border-bottom: 4px solid #FF9900;
  position: absolute;
    bottom: 22px;
    right: 0;
    left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
.fh_b_eng{
  font-weight: 500;
  font-size: 10px;
  color: #A3D6C0;
}
.fh_mv_btn_title{
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 25px;
  min-height: 50px;
  position: relative;
}
.fhm_bt_center{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.fh_mv_btn:hover:before{
  bottom: 17px;
}

/*スマートハウス*/
.smart_house_img{
  width: 100%;
  max-width: 700px;
}
.forhome_youtube{
  text-align: center;
  margin: 50px auto;
}
.forhome_youtube iframe{
  width: 90vw;
  max-width: 600px;
  height: 50vw;
  max-height: 337px;
}
.angle_smart_house{
  text-align: center;
  background-color: #0050a9;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  padding: 30px 20px 0px;
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: 50px auto 120px;
}
.angle_smart_house:before{
  content: '';
  width: calc(100% + 60px);
  display: inline-block;
  border-top: 80px solid #0050a9;
  border-left: 170px solid transparent;
  border-right: 170px solid transparent;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%,100%);
  -moz-transform: translate(-50%,100%);
  -ms-transform: translate(-50%,100%);
  -o-transform: translate(-50%,100%);
  transform: translate(-50%,100%);
}
.souene_shindan_btn{
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 0px auto 0;
  font-size: 20px;
  width: 100%;
  max-width: 600px;
  color: #fff;
  background-color: #ff9900;
  padding: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.souene_shindan_btn:hover{
  color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: #ffd140;
}
/*オススメ*/
.osusume_img{
  text-align: center;
  margin: 50px 0;
}
.osusume_img img{
  width: 100%;
  max-width: 550px;
}
/*テクノナガイソラーレなら*/
.for_home_ts_nara{
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
#can-do .button{
  max-width: 300px;
}

/*アコーディオン*/
.j_aco_btn{
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.j_aco_btn:hover{ color: #f9a138;  }
.j_aco_btn:after{
  content: '+';
  position: absolute;
  right: 5px;
  top: 0px;
  color: #f9a138;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
}
.j_aco_btn.active:after{
  content: '-';
  font-size: 40px;
}
.j_aco_content{
  padding: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
}
/*創エネとは*/
.what_souene{
  background-color: #d7fbf7;
  padding: 10px;
  border-radius: 5px;
}
.what_souene .j_aco_btn{
  margin: 0;
  font-size: 18px;
  padding-left: 10px;
  color: #494949;
}
.what_souene .j_aco_btn:hover{ color: #0050a9; }
.what_souene .j_aco_btn:after{ color: #0050a9; }
.what_souene .j_aco_content{
  background-color: transparent;
}
/*==================================================
 施工事例
==================================================*/
.photovoltaic_cate_btn_area{
  margin: 0 auto 50px;
  width: 100%;
  max-width: 900px;
  padding: 10px;
}
.photovoltaic_cate_btn{
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: 0.3s;
  background-color: #FF9900;
}
.photovoltaic_cate_btn:hover{
  color: #fff;
  background-color: #ffaa2a;
}
.case-s-cat{
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  background: #0050A9;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
/*==================================================
 お問い合わせ
==================================================*/
.contact_ate{
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #f56b6b;
}
.contact_table{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.contact_table th,
.contact_table td{
  text-align: left;
  vertical-align: top;
  display: block;
  width: 100%;
}
.contact_table th{
  font-size: 18px;
  padding: 10px 0 0;
}
.contact_table td{
  padding: 0 0 10px;
}
.contact_table input,
.contact_table textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  font-size: 16px;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 5px;
  margin-top: 5px;
}
.contact_table input[type="checkbox"],
.contact_table input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px !important;
}
.contact_table .wpcf7-list-item{
  margin-left: 0;
}
.contact_table .recired{
  color: #e32;
  margin-left: 5px;
}
.contact_ex{
  display: block;
  font-size: 15px;
  margin: 5px 0 0;
}
.contact_submit{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.contact_table .input-title{
  border: none;
  pointer-events: none;
}
/*==================================================
 レスポンシブ
==================================================*/
@media (max-width: 1200px) {
  /*太陽光発電事業================*/
  .sfm_client_area{
    padding: 0 10px;
    width: 120px;
  }
  .sfm_link{
    /*padding: 10px 10px 10px 15px;*/
    /*min-height: 161px;*/
  }
  .sfm_link:before{
    /*width: 120px;*/
    background: linear-gradient(124deg, transparent 0%, transparent 50%, #0050A9 50%, #0050A9 100%);
  }
  .sfm_customer .sfm_link:before {
    background: linear-gradient(124deg, transparent 0%, transparent 50%, #ff9900 50%, #ff9900 100%);
  }
  .sfm_link_arrow{
    right: 15px;
    top: auto;
    bottom: 20px;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
  }
  .sfm_link:hover .sfm_link_arrow{ right: 10px; }
  .sfm_desc{ padding-right: 80px; }
}
@media (max-width: 1000px) {
  /*住宅用太陽光================*/
  .fh_mv_title{
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin-top: -50px;
  }
  .fh_mv_readtext{
    font-size: 2vw;
    line-height: 3.5vw;
  }
}

@media (max-width: 900px) {
  /*太陽光発電事業================*/
  .service_first_menu_area{ flex-direction: column; }
  .service_fm_titlearea{
    width: 100%;
    max-width: 100%;
    padding-bottom: 200px;
  }
  .sfm_link{
    padding: 20px 10px 20px 20px;
  }

  /*住宅用太陽光================*/
  .fh_mv_btn{
    padding-bottom: 5.5vw;
  }
  .fh_mv_btn_title{
    font-size: 1.5vw;
    line-height: 2vw;
    min-height: 4vw;
  }
  .fh_mv_btn:before{
    width: 2vw;
    height: 2vw;
  }
}
@media (max-width: 700px) {
  /*住宅用太陽光================*/
  .forhome_mv_area{
    background-image: url(images/for_home/forhome_mv_sp.jpg);
    background-position: center bottom 15%;
    padding-top: 40px; 
  }
  .fh_mv_house{
    width: 100%;
    margin: 0 auto 300px;
  }
  .fh_mv_yane{ width: 90%; }
  .fh_mv_house_white{
    display: none;
    opacity: 0;
  }
  .fh_mv_title{
    font-size: 37px;
    line-height: 48px;
    margin-top: -8vw;
  }
  .fh_mv_readtext{
    font-size: 18px;
    line-height: 35px;
  }

  /*ボタン*/
  .fh_mv_btn_flex{
    width: calc(100% + 10px);
    margin-right: -10px;
  }
  .fh_mv_bf_con{
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .fh_mv_btn{ padding-bottom: 35px; }
  .fh_mv_btn_title{
    font-size: 2.7vw;
    line-height: 3.7vw;
    min-height: 7vw;
  }
  .fh_mv_bf_con:nth-child(1) .fh_mv_btn_title,
  .fh_mv_bf_con:nth-child(2) .fh_mv_btn_title{
    min-height: 1px;
  }
  .fh_mv_bf_con:nth-child(1) .fhm_bt_center,
  .fh_mv_bf_con:nth-child(2) .fhm_bt_center{
    position: static;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
  }
  .fh_mv_btn:before {
    width: 15px;
    height: 15px;
    bottom: 15px;
  }
}
@media (max-width: 600px) {
  .industry_table th, .industry_table td{ font-size: 14px; }
  /*ブログ========*/
  .kanren_area .yarpp-thumbnails-horizontal .yarpp-thumbnail{
    width: calc(50% - 20px);
  }
  .kanren_area .yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
    font-size: 14px;
  }
  /*太陽光発電事業================*/
  .sfm_section{
    flex-direction: column;
    margin-bottom: 20px;
  }
  .sfm_client_area{
    width: 100%;
    padding: 10px;
  }
  .sfm_cliant_title{ margin: 0; }
  .sfm_link{
    padding-right: 40px;
    /*padding: 10px 10px 10px 10px;*/
    /*min-height: 1px;*/
  }
  .sfm_link:before{
    /*height: 175px;*/
    width: 120px;
  }
  .sfm_link_arrow{ right: 10px; }
  .sfm_link:hover .sfm_link_arrow{ right: 5px; }
  .sfm_desc{ padding-right: 45px; }


  /*住宅用太陽光========*/
  /*スマートハウス*/
  .angle_smart_house{
    font-size: 20px;
    line-height: 30px;
    max-width: 230px;
    margin-bottom: 90px;
  }
  .angle_smart_house:before{
    border-top-width: 60px;
    border-left-width: 150px;
    border-right-width: 150px;
  }
  .for_home_ts_nara{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  /*住宅用太陽光========*/
  .fh_mv_title{
    font-size: 7.5vw;
    line-height: 10vw;
  }
  .fh_mv_readtext{
    font-size: 4vw;
    line-height: 7vw;
  }

}

@media (min-width: 600px) {
  .blog-cat-selector-link {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  .global-link.global-link_aircon {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4;
  }
}