/* c-key_txt */
.c-key{
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
}
.c-key_container{
  padding: 2%;
}
.c-key_txt span{
  display: block;
  line-height: 1;
}
.c-key_txt span.ja{
  font-size: 7.7rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-key_txt span.eg{
  font-size: 3.6rem;
  font-weight: bold;
}

.c-pc_inline{
  display: none;
}
@media screen and (max-width:650px){
  .c-key_container{
    padding: 3%;
  }
  .c-key_txt span.ja{
    font-size: 4.0rem;
  }
  .c-key_txt span.eg{
    font-size: 2.0rem;
  }
  .c-pc_inline{
    display: block;
  }
}

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

    card_container

-----------------------*/
.c-card_container{
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 32px;
}
.c-card{
  width: calc(45% - 6px);
    margin: 0 13px 24px;
    display: block;
    box-shadow: 1px 1px 4px gray;
}
.c-card.c-card_service{
    margin: 0 26px 24px;
    box-shadow: none;
}
.c-card.c-card_common{
  /* width: calc(32% - 4px); */
  width: 30%;
  padding: 3% 2%;
    margin: 0 10px 24px;
    display: block;
    box-shadow:none;
    border: 2px solid #000000;
}
.c-card.c-card_common figure{
  text-align: center;
  margin-bottom: 24px;
}
.c-card a figure img{
  display: block;
  transition-duration: 0.5s;
}
.c-card a figure img:hover{
  transform: scale(1.05,1.05);
  /* transition-duration: 0.5s; */
}
@media screen and (max-width:959px){
  .c-card.c-card_service{
    width: 80%;
    margin: 0 13px 48px;
  }
  .c-card.c-card_service:last-child{
    margin: 0 13px;
  }

}
@media screen and (max-width:767px){
  .c-card.c-card_common{
    /* width: calc(32% - 4px); */
    width: 90%;
    padding: 6% 3%;
    margin: 0 auto 24px;
  }
  .c-card.c-card_common:last-child{
    margin: 0 auto;
  }
  .c-card.c-card_common figure{
    margin-bottom: 12px;
  }

}
@media screen and (max-width:650px){
  .c-card_container{
    display: block;
    padding-bottom: 16px;
}
.c-card{
  width:85%;
  margin: 0 auto 24px;
}
.c-card.c-card_service{
  margin: 0 auto 24px;
}
.c-card.c-card_service:last-child{
  margin: 0 auto 24px;

  /* margin: 0 auto; */
}
}
/*--------------------

         文字配置・大きさ

-----------------------*/
.c-txt_center{
  text-align: center;
}
.c-sentence{
  line-height: 2;
}
/*--------------------

         CTA

-----------------------*/
.cta_container{

}
.cta_txt_container{
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;

}
.cta_txt_container span{
  display: block;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 16px;

}
.cta_txt_container p{

}
.cta_btn_container{
  text-align: center;

}
.cta_btn{
  display: inline-block;
  font-size: 2.6rem;
  max-width: 428px;
  width: 100%;
  padding: 18px 0;
  background: #E7910F;
  border-radius: 14px;
  color: #fafafa;
  border: 3px solid #E7910F;
  box-shadow: 0 0 6px #E7910F;
  outline: none;
  transition: all 0.3s;
}
.cta_btn:hover{
  box-shadow: 0 0 12px #E7910F;
}

@media screen and (max-width:650px){
  .cta_txt_container{
    margin-bottom: 24px;
  }
  .cta_txt_container span{
    font-size: 3.0rem;
  }
  .cta_btn{
    font-size: 2.0rem;
    width: 90%;
    /* max-width: 428px; */
    /* width: 100%; */
    padding: 12px 0;
    /* background: #E7910F; */
    /* border-radius: 14px; */
  }
}

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

         btn

-----------------------*/
.c-btn_center{
  text-align: center;
}

/* もっとみる */
/* 共通css */
.c-more{
  text-align: center;
}
.c-more button{
  width: 195px;
  background-color:#000000;
  border: none;
  color: #fff;
  padding: 13px 0;
  border-radius: 23px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.voice_card.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}

.c-card.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
/*--------------------

         見出し

-----------------------*/
.c-sec_tit{
  margin-bottom: 56px;
  position: relative;
  z-index: 100;
}
.c-sec_tit_message{
  padding-left: 6%;
}
.c-sec_tit.center{
  text-align: center;
}
.c-sec_tit span{
  display:block;
  line-height: 1;
}
.c-sec_tit span.eg{
  font-size: 6.5rem;
  font-weight: 900;
  margin-bottom: 16px;
}
.c-sec_tit span.ja{
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width:650px){
  .c-sec_tit{
    text-align: center;
    margin-bottom: 32px;
  }
  .c-sec_tit_message{
    padding-left:0;
  }
  .c-sec_tit span.eg{
    font-size: 4.0rem;
    margin-bottom: 8px;
  }
  .c-sec_tit span.ja{
    font-size: 1.6rem;
  }

}
