@charset "UTF-8";

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

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
    color: #333;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  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: 17%;
  float: left;
  padding: 0.7em 0 ;
}
/*ヘッダーの問い合わせボタン*/
.header_tel {
  width: 27%;
  float: right;
    margin: 1em 0.5em;
}
.header_line {
  width: 23%;
  float: right;
    margin: 1em 0.5em;
}


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


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

.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: top center;
  height: auto;
}
.top_image_in img {
  width: 100%;
}

/*--------------------------------------------------
スライダー/事例
-----------------------------------------------------*/

.slider {
  margin: 10px auto ;
  max-width: 1000px;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}


/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.sec_cta {
  background-color: #4dc292;
}
.sec_cta02 {
  padding-top: 2em;
  background-color: #4dc292;
}


.img_cta {
  width: 95%;
  margin: 0 auto;
}

.img_cta02 {
  width: 95%;
  margin: 2em auto 0;
}


.ctn_cta {
  padding: 0 1em 2em;
}
.btn_tel {
  float: left;
  width: 48%;
}
.btn_mail {
  float: right;
  width: 48%;
}



/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
  
h2 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  margin: 15px 0 1em ;
  text-align: center;
}


h3 {
  font-size: 1.8em;
  color: #fff;
  background-color: #056738;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  margin: 15px 0  ;
  padding: 7px;
  text-align: center;

  }

h4 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  padding: 5px 8px;
  margin: 0 0 10px ;
  color: #15357c;

}

h5 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0.5em 0 0;
  padding: 10px 0 ;
  line-height: 1.3;
  color: #fff;
  background-color:#1c355e; 
  text-align: center;
}




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

.section_01 {
  background-color: #fff ;
    padding: 3em 0em;

}

.section_02 {
  background-color: #ffffdf;
    padding: 2em 0em ;
}

.section_03 {
  background-color: #dbf2e1;
    padding: 3em 0em ;
}

.section_04 {
  background-image: url("../images/bg_houganshi.jpg");
    padding: 3em 0em;

}

.section_05 {
  background-color: #faf4c6;
    padding: 3em 0em;

}

/*--------------------------------------------------
悩み
-----------------------------------------------------*/

.ctn_nayami {
  display: flex;
  justify-content: space-between;

}
.box_nayami {
  width: 45%;
}

/*--------------------------------------------------
BeforeAfter
-----------------------------------------------------*/
.img_shigenka {
  width: 75%;
  margin: 0 auto;
}
.tit_omakase {
  width: 95%;
  margin: 1em auto;
}
.ba {
  width: 20%;
  margin: 1em auto 0;
}

.ctn_ba {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_ba {
  width: 49%;
  padding: 0.5em;
}


/*--------------------------------------------------
選ばれる理由
-----------------------------------------------------*/

.tit_reason {
  width: 25%;
  margin: -1.5em auto 0;
}
.ctn_reason {
    margin-top: 2em;
 display: flex;
 flex-wrap: wrap;
  justify-content: space-around;
}
.box_reason {
  border: 3px solid #4dc292;
  background-color: #fff;
  border-radius: 15px;
  width: 48%;
  padding: 1em;
  text-align: center;
  margin-top: 1em;
}
.img_reason {
  width: 90%;
  margin: 0 auto 1em;
}

.box_reason_last {
  width: 98%;
    background-color: #fff;
  border-radius: 15px;
    border: 3px solid #4dc292;

  padding: 1em;
  margin: 1em auto 0;
}

.img_reason_last {
  float: left;
  width: 40%;
}
.txt_reason_last {
  float: right;
  width: 58%;
  padding-top: 2em;
}



/*--------------------------------------------------
比較
-----------------------------------------------------*/
.tit_hikaku {
  width: 40%;
  margin: 0 auto;
}
.hikaku {
  width: 90%;
  margin: 0 auto;
}
.checkpoint {
  width: 85%;
  margin: 1em auto 0;
}
/*--------------------------------------------------
料金プラン
-----------------------------------------------------*/
.tit_plan {
  width: 40%;
  margin: 1em auto;
}

.ctn_plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
  
}

.box_plan {
  width: 32%;
}

/*--------------------------------------------------
安心宣言
-----------------------------------------------------*/
.tit_ansin {
  width: 40%;
  margin: -1em auto 2em;
}

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

.box_ansin {
  width: 24%;
  margin-top: 1em;
   background-color: #fff;
  border-radius: 15px;
  border: 3px solid #15357c;
  padding: 1em 0.5em ;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
line-height: 1.3;
}

.img_anshin {
  width: 70%;
  margin: -2em auto 1em;
}


/*--------------------------------------------------
Flow
-----------------------------------------------------*/
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
}
.flow_design01 dt {
 text-align: center;

}


.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #4da86d;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 23px;
  border-top-color: #4da86d;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  margin-right: 2vw;
  text-align: center;
  line-height: 1.4;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.8em;
  color: #fff;
  background: #15357c;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
  width: 150px;
}

@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
    margin: 0 auto 0.5em;
  }
}

/*--------------------------------------------------
フェードイン
-----------------------------------------------------*/

.fadein {
    opacity : 0;
    transform: translateY(10px);
    transition: all 2s;
}
.fadeinleft01 {
    opacity : 0;
    transform: translateX(-10px);
    transition: all .5s;
}

.fadeinleft02 {
    opacity : 0;
    transform: translateX(-20px);
    transition: all 1s;
}
.fadeinleft03 {
    opacity : 0;
    transform: translateX(-28px);
    transition: all 1.5s;
}


/*左からフェードイン*/
.fadeinleft {
    opacity : 0;
    transform: translateX(-20px);
    transition: all 1.5s;
}
/*右からフェードイン*/
.fadeinright {
    opacity : 0;
    transform: translateX(20px);
    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;
    }
  }
  


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



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

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

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

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

/* Question部分 */
.accordion-open {
    display: block;
    background-color: #fff;
    padding: 1.5em 4em 1.5em 1em;
    border-bottom: 2px solid #4dc292;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    /* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #f8931d;
    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;
    background: #ebf9eb;
    padding: 10px 1.5em;

}


 /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
     
#sp_btn {
        display: none!important;
}

.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:#15357c;
    text-align:left;
      font-weight: bold;
      color: #fff;
  }

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