@charset "UTF-8";
/* =======================================================
共通
======================================================= */
.hp_maker__yellow {
  background: linear-gradient(transparent 10%, #fffe80 0%);
}

/* =======================================================
header
======================================================= */
.bl_header {
  display: flex;
  justify-content: center;
  height: 100px;
}
.bl_header img {
  width: 224px;
  height: 56px;
}

/* =======================================================
fv
======================================================= */
.bl_fv{
  background: #f3f3f3;
  padding-bottom: 34px;
}
.bl_fv_img{
  margin-top: -30px;
}
.bl_fv .el_att{
  margin: 0 20px;
}

/* =======================================================
reason
======================================================= */
.bl_reason{
  padding: 60px 0 0;
}
.el_reason_ttl{
  width: 644px;
  margin: 0 auto 30px;
}
.bl_reason_list{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

/* =======================================================
voice
======================================================= */
.bl_voice{
  padding: 70px 0 30px;
}
.el_voice_ttl{
  width: 684px;
  margin: 0 auto 45px;
}
.bl_voice_list{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.bl_voice_item{
  background: #fffff6;
}
.el_box_ttl{
  background: #161616;
  width: 710px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 auto 30px;
}
.bl_voice_item .el_txt{
  text-align: left;
  font-size: 28px;
  letter-spacing: 1.3px;
  line-height: 1.7;
  margin: 0 20px;
}
.bl_voice_item .el_moreBtn{
  width: 375px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fe7c16;
  border-radius: 82px;
  color: #fff;
  font-weight: bold;
  margin: 30px auto;
}
.bl_voice_bottom{
  display: none;
  margin-top: 30px;
}

/* =======================================================
campaign
======================================================= */
.bl_campaign{
  padding: 0 0 30px;
  background: #f5f7f7;
}
.bl_campaign .el_link{
  width: 340px;
  text-align: center;
  display: block;
  padding-bottom: 4px;
  font-size: 26px;
  margin: -104px auto 104px;
  position: relative;
}
.bl_campaign .el_link::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #222;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}

/* =======================================================
flow
======================================================= */
.bl_flow{
  padding: 80px 20px 0;
}
.bl_flow img:first-of-type{
  margin-bottom: 80px;
}

/* =======================================================
faq
======================================================= */
.bl_faq{
  padding: 50px 20px;
}
.el_faq_ttl{
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.bl_faq_list{
  display: flex;
  flex-direction: column;
}
.bl_faq_item{
  border-bottom: solid 1px #e7e7e7;
}
.bl_q{
  font-size: 20px;
  font-weight: bold;
  padding: 16px 1.5em;
  position: relative;
  cursor: pointer;
}
.bl_q::before{
  content: 'Q.';
  position: absolute;
  top: 16px;
  left: 0;
}
.bl_q > span{
  display: block;
}
.bl_q > span::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #222;
  top: 32px;
  right: 0;
  transform: rotate(90deg);
}
.bl_q > span::after{
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #222;
  top: 32px;
  right: 0;
}
.bl_q.is_active > span::before{
  display: none;
}
.bl_a{
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #6d6d6d;
  margin-bottom: 16px;
  display: none;
}

/* =======================================================
btmBnr
======================================================= */
.bl_btmBnr {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  width: 750px;
  padding: 12px 0;
  background: #fff;
  box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.102);
  transform: translateX(-50%);
}
.bl_btmBnr_list {
  display: flex;
  gap: 40px;
  align-items: center;
}
.bl_btmBnr_item .bl_item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 68px;
  padding-bottom: 4px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-radius: 4px;
}
.bl_btmBnr_item .bl_item_btn span {
  position: relative;
}
.bl_btmBnr_item .bl_item_btn span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 20px;
  margin-top: 2px;
  content: "";
  transform: translateY(-50%);
}
#lp_btmBnr_coupon .bl_item_btn {
  color: #fff;
  background: #0173d9;
}
#lp_btmBnr_coupon .bl_item_btn span {
  padding-right: 30px;
}
#lp_btmBnr_coupon .bl_item_btn span::after {
  background: url("../images/common/btn_arrow__white.svg") top center/cover no-repeat;
}
#lp_btmBnr_consultation .bl_item_btn {
  color: #fff;
  background: #fe7c16;
}
#lp_btmBnr_consultation .bl_item_btn span {
  padding-right: 28px;
}
#lp_btmBnr_consultation .bl_item_btn span::after {
  background: url("../images/common/btn_arrow__white.svg") top center/cover no-repeat;
}