

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


        c-tie

------------------------------*/
.c-tie{
  width: 100%;
  background: #FA92A4;
  padding: 2em 0;
}
.c-tie p{
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 2;
}
@media screen and (max-width:768px){
  .c-tie p{
    font-size: 2.0rem;
  }
}
@media screen and (max-width:600px){
  .c-tie p{
    font-size: 1.6rem;
  }
}



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

  brのレスポンシブ対応

-----------------------------------*/
.c-pc_inline{
  display: none;
}
@media screen and (max-width:767px){
  .c-pc_inline{
    display: block;
  }
  .c-sp_inline{
    display: none;
  }
}



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

             textbox

-------------------------------------*/
.c-center_txt_box{
  text-align: center;
  margin-bottom: 2em;
}
.c-center_txt_box_last{
  margin-bottom: 0;
}
.c-center_txt_box p{
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 400;
}
.c-center_txt_box_appeal p{
  font-size: 3.5rem;
  font-weight: 900;
}
@media screen and (max-width:767px){
  .c-center_txt_box p{
    font-size: 1.8rem;
  }
}
@media screen and (max-width:600px){
  .c-center_txt_box p{
    font-size: 1.4rem;
  }
}

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

           imageBox

-------------------------------------*/
.c-imageBox figure{
  text-align:center;
}
.c-imageBox_mb_small{
  margin-bottom: 40px;
}



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

            遷移ボタン

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

a.c-btn{
  max-width: 477px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  padding: 27px 0;
  border-radius: 61px;
  background: #FDAB9F;
  transition: all .3s;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
a.c-btn:hover {
  opacity: 0.6;
}
@media screen and (max-width:600px){
  a.c-btn{
    font-size: 1.6rem;
    padding: 12px 0;
  }

}
/*------------------------------------------

            button中央配置

-----------------------------------------*/
.c-cta_container{
  text-align: center;
}
.cta_txt_container{
  padding: 0 5%;
}
.cta_txt_block{
  margin-bottom: 16px;
}
@media screen and (max-width:650px){
  .cta_container{
    display: block;
    position: relative;
  }
  .character_img{
    width: 100%;
  }
  .cta_txt_container{
    position: absolute;
    background: #FFFFFF;
    padding: 5%;
    bottom: 2%;
    z-index: 0;
    background-color: transparent;
  }
  .cta_txt_container::before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
  }
  .cta_txt_block{
    margin-bottom: 4px;
  }



}

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


                  見出し

-----------------------------------------------*/
/* sectionのタイトル */

.c-sec_tit{
  max-width: 640px;
  width: 90%;
  margin: 0 auto 80px;
  text-align: center;
  color: #C1A470;
  border-bottom: 1px solid #C1A470;
  border-top: 1px solid #C1A470;
}
.c-sec_tit h2{
  font-size: 3.2rem;
  font-weight: 900;
  padding: 16px 0;
}

@media screen and (max-width:767px){
  .c-sec_tit{
    margin: 0 auto 56px;
  }
  .c-sec_tit h2{
    font-size: 2.6rem;
  }
}
@media screen and (max-width:600px){
  .c-sec_tit{
    margin: 0 auto 40px;
  }
  .c-sec_tit h2{
    font-size: 2.0rem;
  }
}

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

               flex

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

.c-flex{
  display: flex;
}
.c-flexWrap{
  flex-wrap: wrap;
}


/* 左右配置設定 */
.c-flexCenter{
  justify-content: center;
}

/* 最初のアイテムは先頭に寄せ、最後のアイテムは末尾に寄せる */
.c-flexBetween{
  justify-content: space-between;
}
/* 左右余白 ＋ 均等割り */
.c-flexAround{
  justify-content: space-around;
}

/* 上下配置設定 */

/* 中央揃え */
.c-flexAlignCenter{
  align-items: center;
}
/* 上揃え（デフォルト) */
.c-flexAlignStart{
  align-items: flex-start;
}
/* 下揃え */
.c-flexAlignEnd{
  align-items: flex-end;
}
/* 伸縮 */
.c-flexAlignStretch{
  align-items: stretch;
}

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

   c-flex_block

-------------------------*/
.c-flex_block{
  max-width: 900px;
  width: 100%;
  margin: auto;
  display: flex;
  color:#FFFFFF;
  align-items: center;
}
.c-flex_block:nth-of-type(even){
  flex-direction: row-reverse;
}
.c-flex_block_txt{
  flex:1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  padding-left: 5%;
}
@media screen and (max-width:767px){
  .c-flex_block figure img{
    width: 80px;
    height: auto;
  }
  .c-flex_block_txt{
    flex:1;
    font-size: 1.3rem;
    line-height: 1.7;
    padding-left: 2%;
  }

}


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

   c-box

-------------------------*/
.c-box_container{


}
.c-box_pattern2{
  background: #FFFFFF;
  margin-bottom: 56px;
}
.c-box_pattern1{
  margin-bottom: 40px;
}
.c-box_pattern1:last-child{
  margin-bottom: 0;
}
.c-box_pattern1_tit{
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
  height: 65px;
  line-height: 65px;
  /* padding: 16px 0; */
  background: #FFF9EA;
  color: #E67F00;
  margin-bottom: 0.8em;
}
.c-box_pattern1_block{
  display:inline-block;
  font-size: 3.3rem;
  font-weight: bold;
  padding: 0 0.54em;
  height: 65px;
  line-height: 65px;
  background: #E67F00;
  color: #FFFFFF;
  margin-right: 0.48em;
}
.c-box{
  display: flex;
  align-items: center;

}
.c-box figure{

}
.c-box_txt{
  flex:1;
  font-size: 2.4rem;
  line-height: 2;
  padding-left: 1.33em;
}
.c-box_txt_tuika{
  font-size: 2.0rem;
}
.c-box_txt_tuika span{
  display: inline-block;
  font-size: 3.0rem;
  color:#E67F00;
  font-weight: bold;
}
@media screen and (max-width:959px){
  .c-box_txt{
    font-size: 1.8rem;
  }
  .c-box_txt_tuika span{
    font-size: 2.4rem;
  }

}
@media screen and (max-width:768px){
  .c-box figure img.service_img{
    width: 200px;
    height: auto;
  }
  .c-box figure img{
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width:600px){
  .c-box_pattern1_tit{
    font-size: 2.0rem;
    height: 40px;
    line-height: 40px;
  }
  .c-box_pattern1_block{
    font-size: 2.0rem;
    height: 40px;
    line-height: 40px;
  }
  .c-box_pattern2{
    padding: 5%;
      text-align: center;
  }
  .c-box{
    display:block;
  }
  .c-box_txt{
    font-size: 1.6rem;
    line-height: 1.7;
    padding-left:0
  }
  .c-box figure{
    margin-bottom: 16px;
  }

}
/*--------------------------------------

            card

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

.c-card{
  width: 460px;
  background: #FFFFFF;
  color:#232321;
  padding: 57px 31px 40px;
  margin-bottom: 80px;
  border-radius: 11px;
  position: relative;
  top:40px;
}
.c-card__nmber{
  font-family: 'Arial',sans-serif;
  font-weight: bold;
  font-size: 5.7rem;
  line-height: 1;
  position: absolute;
  width: 80px;
  text-align: center;
  left:50%;
  margin-left: -40px;
  top:-45px;
}
.c-card__nmber::before{
  content:"お客様の声";
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.c-card__tit{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.c-card__txt{
  font-size: 1.6rem;
  line-height: 1.7;
}
.c-card__txt_penname{
  text-align: right;
  font-size: 1.3rem;
}

@media screen and (max-width:959px){
  .c-card__nmber{
    font-size: 4.0rem;
    top:-26px;
  }
  .c-card__nmber::before{
    font-size: 1.3rem;
  }
  .c-card .c-imageBox{
    margin-bottom: 16px;
  }
}
