@charset "UTF-8";

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

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
    color: #3e3a39;
}
/*セクションエリアの共通設定*/
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: 20%;
  float: left;
  padding: 1em 0 ;
}

.header_tel {
    width: 25%;
    float: right;
    padding: 1em 2em;

  }
  .header_line {
    width: 25%;
    float: right;
    background-color: #06c755;
    padding: 1em 2em;
  }


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

h2 {
  font-size: 2em;
    line-height: 1.3;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.5em;
    letter-spacing: 0.5px;
        color: #ff914c;

}
.tit_h2 {
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;

}

.tit_logo {
  width: 35%;
  margin: 0 auto 10px;
}


h3 {
    font-size: 1.5em;
    font-weight: 600;
    color: #ff914c;
    line-height: 1.4;
    margin: 0 0 0.5em;
    
}
h4 {
    font-size: 1.5em;
    font-weight: 600;
    text-align: left;
    line-height: 1.3;
    margin: 0.5em 0 ;
    border-left: 4px solid #ff914c;
    padding: 0.2em 0.5em;
    margin: 25px 0 10px;
    
}

h5 {
      background-color: #ff914c;
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    padding: 0.5em 0 ;
    margin: 0 0 2em;

}


/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #fff;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  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%;
}
.section_slider {
  background-color: #f0efe7;
  padding: 1em;
}

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

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


/*--------------------------------------------------
CTA
-----------------------------------------------------*/

.section_cta {
  background-color: #fff5e0;
  padding: 0 0 2em;

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

.btn_line {
    width: 70%;
    margin: 1em auto;

}
.btn_ani {
  display: block; /* 中央揃えのために必要 */
  margin: 0 auto;
  animation: fuwafuwa 1s ease 0s infinite alternate;
  transform-origin: center;
  cursor: pointer;
}

@keyframes fuwafuwa {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}


/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
  background-color: #fde470;
  padding: 2em 0 0;
}
.img_user {
  width: 80%;
  margin: 2em auto 1em;
}


.section_02 {
  background-color: #fff5e0;
  padding: 3em 0;
}
.section_03 {
    background-color: #fff;
    padding: 3em 0;
}


.section_04 {
    background-image: url("../images/bg_grade.svg");
    background-size: cover;
    padding: 3em 0em ;
  }







/*--------------------------------------------------
動画
-----------------------------------------------------*/


.movie {
    width: 50%;
    margin: 0 auto;
}
.iframe-wrap {
    position: relative;
    width: 95%;
    padding-top: 56.25%;
    overflow: auto;
    margin: 0 auto ;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/*--------------------------------------------------
flow
-----------------------------------------------------*/
.img_flow {
  width: 95%;
  margin: 2em auto 3em;
}
/*--------------------------------------------------
理由
-----------------------------------------------------*/
.box_reason01 {
  width: 80%;
  margin: 2em auto 1em;
  background-color: #fff;
  padding: 2em;
  border-radius: 15px;
  text-align: center;
  font-weight: 600;
}
.img_reason {
  margin: 0 auto 1em;
}
.ctn_reason {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.box_reason {
  width: 48%;
  margin: 1em 0;
  background-color: #fff;
  padding: 2em 1em;
  border-radius: 15px;
  text-align: center;
  font-weight: 600;
}

/*--------------------------------------------------
お客様の声
-----------------------------------------------------*/
.tit_voice {
  width: 55%;
  margin: 0 auto 5px;

}

.ctn_voice {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}

.box_voice {
  width: 32%;
  background-color: #fef9d7;
  border-radius: 15px;
  padding: 1.5em 1em;
}

.box_voice p {
  line-height: 1.5;
}



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

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


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



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


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

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

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

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

/* Question部分 */
.accordion-open {
    display: block;
    padding: 1em 5em 1em 0.5em;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
        border-bottom: 2px solid #ff914c;
    font-weight: bold;
    text-align: left;
    /* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 20px;
    height: 3px;
    background: #ff914c;
    position: absolute;
    top: 50%;
    right: 3%;
    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: #fff;
    padding: 10px 0.5em;

}



/*--------------------------------------------------
会社情報
-----------------------------------------------------*/



.wrap_form {
    margin: 0 auto;
    padding: 3em 2em 2em;
    background-color: #fff;
}



table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
padding:22px 10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
    font-weight: bold;
}

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

.item_bnr {
  width: 45%;
  margin: 1em;
}

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

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

/*左からフェードイン*/
.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.5);
        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;
    }
  }
  



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


/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
      background-image: url("../images/bg_grade.svg");
      background-size: cover;
  padding: 2em 2em ;
  text-align: center;
  font-size: 1.4em;
    color: #fff;
}
.footer a {
  color: #fff;
}
.footer p {
  color: #fff;
}

.ctn_sns {
  width: 300px;
  margin: 1em auto 0;
  display: flex;
  justify-content: space-between;
}

.item_sns {
  width: 17%;
}