@charset "UTF-8";

/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
    color: #1a1a1a;
  line-height: 1.8;
}
/*リンク文字の設定*/
a {
  text-decoration: none;
    
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 1050px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 22%;
  float: left;
  margin: 1em 0 0;
}

.header_btn_txt{
  width: 15%;
  float: right;
  margin: 1em 0em 0;
font-weight: 600;
font-size: 16px;
line-height: 1.2;
font-weight: 600;
text-align: center;
color: #EB473F;

}


.header_btn {
  width: 25%;
  float: right;
  margin: 0.8em 0em;

}

.pc_tel {
  background-color: #f7751e;
  padding: 2px 10px;
  border-radius: 100vh;
  display: flex;
  align-items: center;     /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */}
.pc_tel a {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/

h2 {
  font-size: 1.8em;
  color: #255bb9;
    line-height: 1.3;
  font-weight: 600;
    padding: 0 ;
    margin: 0 0 5px;
    text-align: center;
}


h3 {
  background-color: #255bb9;
  font-size: 1.8em;
    line-height: 1.3;
    color: #fff;
  font-weight: 600;
    padding: 10px ;
    margin: 1em 0;
    text-align: center;
}


/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #fff;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.7em; /*=17px*/


 
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;


}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 950px;
  margin: 0 auto; 
  
}
.pc_img { display: block !important; }
.sp_img { display: none !important; }


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  height: auto;
  max-width: 100%;
}
.top_image_in img {
  width: 100%;
}
/*--------------------------------------------------
CTA
-----------------------------------------------------*/

.section_cta_hosyou {
  background-color: #254088;
}

.section_cta_hosyou img {
  display: block;
  width: 80%;
  margin: 0 auto ;
}
.btn_tel_pc {
  background-color: #f7751e;
  display: block;
  width: 90%;
  margin: 0 auto ;
  text-align: center;

}
.btn_tel_pc a {
  color: #fff;
  font-weight: 600;
  text-align: center;
font-size: 55px;

}


.cta_time {
  background-color: #e6e6e6;
  padding: 5px;
  text-align: center;
}
.section_cta_tel {
  background-color: #3da2f6;

  padding: 1em 0;
}
.section_cta_tel img {
  display: block;
  width: 90%;
  margin: 0 auto ;
}

.sec_card {
  background-color: #daedfd;
  padding: 1em 0 ;
}

.img_card {
  background-color: #fff;
  padding: 1em 0 0.5em;
  margin-top: 15px;
}
.img_card img {
  display: block;
  width: 75%;
  margin: 0 auto ;
}



/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/

.section_01 {
  background-image: url("../images/bg_sec01.jpg");
  background-size: cover;
    padding: 2em 0em ;
}
.section_02 {
  background-image: url("../images/bg_sec02.jpg");
  padding: 3em 0 ;
}

.section_03 {
  background-image: url("../images/bg_sec03.jpg");
  background-size: cover;
  padding: 2em 0;
}
.section_03 p {
  text-align: center;
  line-height: 1.3;
}

.section_04 {
  background-image: url("../images/bg_sec04.jpg");
  background-size: cover;
  padding: 2em 0;
}
.section_05 {
  background-image: url("../images/bg_sec05.jpg");
  padding: 2em 0;
}
.section_06 {
  background-image: url("../images/bg_sec06.jpg");
  background-size: cover;
  padding: 2em 0 ;
}
.section_07 {
  background-color: #daedfd;
  padding: 2em 0 ;
}
.section_08 {
  background-image: url("../images/bg_sec08.jpg");
  background-size: cover;
  padding: 2em 0 ;
}


/*--------------------------------------------------
施工箇所
-----------------------------------------------------*/
.tit_sokujitu {
  width: 55%;
  margin: 0 auto 1em;
}

.img_place {
  width: 80%;
  margin: 2em auto 1em;
} 
/*--------------------------------------------------
トラブルケース
-----------------------------------------------------*/
.tit_3trouble {
width: 30%;
margin: 0 auto -0.5em;
}

.ctn_troble {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_troble {
  width: 47%;
  padding: 1em;
  background-color: #fff;
  border: 3px solid #255bb9;
  border-radius: 15px;
  color: #1a1a1a;
  font-weight: 600;
  margin-top: 1em;
}
.img_trouble {
  width: 80%;
  margin: 0 auto 10px;
}
.txt_trouble {
  background-color: #d8ecfd;
  padding: 10px;
}
/*--------------------------------------------------
実績・シーン
-----------------------------------------------------*/

.tit_jisseki {
  width: 60%;
  margin: 0 auto 1em;
}
.img_scene {
  width: 60%;
  margin: 1em auto 1em;
}
.box_jisseki {
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
  width: 70%;
}

/*--------------------------------------------------
指定店・メーカー
-----------------------------------------------------*/

.img_sitei {
  width: 80%;
  margin: 0 auto 2em;
}
.box_maker {
  width: 80%;
  background-color: #255bb9;
  padding: 2em 3em;
  margin: 2em auto 0;
}
.box_maker_inr {
  background-color: #fff;
  padding: 2em;
}

/*--------------------------------------------------
理由
-----------------------------------------------------*/
.tit_reason {
  width: 90%;
  margin: 0 auto;

}
.ctn_reason {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 2em;
}
.box_reason {
  width: 47%;
  padding: 1.5em;
  background-color: #fff;
  border: 3px solid #255bb9;
  border-radius: 15px;
  color: #1a1a1a;
  margin-top: 1em;
}
.img_reason {
  width: 40%;
  margin: 0 auto;
}
/*--------------------------------------------------
比較
-----------------------------------------------------*/
.tit_hikaku {
  width: 38%;
  margin: 0 auto;
}
.img_hikaku {
  width: 80%;
  margin: 2em auto ;
}



/*--------------------------------------------------
flow
-----------------------------------------------------*/
.tit_flow {
  width: 40%;
  margin: 1em auto;

}
.img_flow {
  width: 80%;
  margin: 2em auto;
}

/*--------------------------------------------------
voice
-----------------------------------------------------*/
.tit_voice {
  width: 37%;
  margin: 1em auto;
}
.ctn_voice {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.box_voice  {
  margin: 1em auto 0.5em;
  width: 30%;
}

/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/

.accordion {
  max-width: 90%;
  padding: 2em 0em;
  text-align: left;
  margin: 0 auto;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden {
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 1em 0em 1em 1em;
  background: #255bb9;
  color: #fff;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  font-weight: bold;
  text-align: left;
  /* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #f7751e;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px 1.5em;

}


.section_pp {
  padding: 4em 0;
}

  
  table.formTable{
    width:100%;
    margin:2em auto;
    border-collapse:collapse;
  }
  table.formTable td,table.formTable th{
    border:1px solid #ccc;
    padding:10px;
    background:#fafafa;
  }
  table.formTable th{
    width:30%;
    font-weight:normal;
    background:#255bb9;
    text-align:left;
      font-weight: bold;
      color: #fff;
  }
  /*--------------------------------------------------
最終CTA
-----------------------------------------------------*/

  .section_cta_last {
    background-color: #3da2f6;
    padding: 1em 0;
  }
  .cta_last {
    display: block;
    width: 90%;
    margin: 0 auto ;
    background-color: #fff;
  }
  .btn_last {
    padding: 0.5em 1em 1em;
  }
  .btn_last_tel_pc {
    background-color: #f7751e;
border-radius: 100vh;
text-align: center;
display: flex;
align-items: center;     /* 垂直方向の中央揃え */
justify-content: center; /* 水平方向の中央揃え */
height: 84.195px;
  width: 49%;
    float: left;
  }

  .btn_last_tel_pc a{
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    line-height: 2;
  }

  .btn_last_mail {
    width: 49%;
    float: right;
  }
/*--------------------------------------------------
フェードイン
-----------------------------------------------------*/

.fadein {
  opacity : 0;
  transform: translateY(10px);
  transition: all 1s;
}
.fadeup {
  opacity : 0;
  transform: translateY(-10px);
  transition: all 2s;
}

.fadein02 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 3s;
}
.fadein03 {
  opacity : 0;
  transform: translateY(25px);
  transition: all 4s;
}


/*左からフェードイン*/
.fadeinleft {
  opacity : 0;
  transform: translateX(-40px);
  transition: all 1.5s;
}
/*右からフェードイン*/
.fadeinright {
  opacity : 0;
  transform: translateX(40px);
  transition: all 1.5s;
}

.zoomin {
opacity: 0;
}

.zoomin.isActive {
animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
0% {
    transform: scale(0.8);
    opacity: 0;
}

100% {
    opacity: 1;
    transform: scale(1);
}
}

.popup {
opacity: 0;
}

.popup.isActive {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
}

100% {
    transform: translateY(0) scale(1.0);
}

80%,
100% {
    opacity: 1;
}
}

.slidein.isActive {
animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
0% {
    transform: translateX(180px);
    opacity: 0;
}

100% {
    transform: translateX(0);
}

40%,
100% {
    opacity: 1;
}
}

      /*--------------------------------------------------
下部固定ヘッダー（PC）
-----------------------------------------------------*/

#pc_btn {
  display: block!important;
  width: 100%;
  background:#fff;
  border-top: 4px solid #254088;
  text-align: center;
  padding: 1em 5px;
  transition: .3s;


}
    
.ctn_pc_btn {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
}
.item_pc_btn {
  width: 25%;
  padding: 0 10px;
}

.pc_btn_last_tel {
  background-color: #f7751e;
  border-radius: 8px;
  display: flex;
  align-items: center;     /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  height: 50px;
}
.pc_btn_last_tel a{
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

.fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100000;
    
}

      /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/

#sp_btn {
  display: none!important;
}



/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #254088;
  padding: 2em 0 6em ;
  text-align: center;
  font-size: 1.4em;
    color: #fff;
}
.footer a {
  color: #fff;
}