/*=======================================================
faq
=======================================================*/
.bl_faq {
  padding: min(calc(80 / 1280 * 100vw), 80px) 0;
}
.bl_faq .el_sec_mainTtl {
  padding-bottom: min(calc(36 / 1280 * 100vw), 36px);
  margin-bottom: min(calc(50 / 1280 * 100vw), 50px);
  font-size: min(calc(32 / 1280 * 100vw), 32px);
}
.bl_faq .el_sec_mainTtl::after {
  background: url(../img/renewal/common/ttl_deco_faq.svg) top center / contain no-repeat;
  width: min(calc(26 / 1280 * 100vw), 26px);
  height: min(calc(20 / 1280 * 100vw), 20px);
}
.bl_faq_def > div {
  gap: min(calc(12 / 1280 * 100vw), 12px);
}
.bl_faq_def > div > dt {
  padding: 0 min(calc(66 / 1280 * 100vw), 66px) 0 min(calc(16 / 1280 * 100vw), 16px);
}
.bl_faq_def > div > dt::before {
  right: min(calc(24 / 1280 * 100vw), 24px);
}
.bl_faq_def > div > dt::after {
  right: min(calc(32 / 1280 * 100vw), 32px);
  background: url(../img/renewal/common/faq_arrow.svg) top center / contain no-repeat;
}
.bl_faq_def > div > dt span {
  font-size: min(calc(22 / 1280 * 100vw), 22px);
  padding: min(calc(10 / 1280 * 100vw), 10px) 0 min(calc(14 / 1280 * 100vw), 14px) min(calc(52 / 1280 * 100vw), 52px);
}
.bl_faq_def > div > dt span::before {
  width: min(calc(40 / 1280 * 100vw), 40px);
  height: min(calc(40 / 1280 * 100vw), 40px);
}
.bl_faq_def > div > dt span::after {
  background: url(../img/renewal/common/faq_q.svg) top center / contain no-repeat;
  left: min(calc(15 / 1280 * 100vw), 15px);
  width: min(calc(10 / 1280 * 100vw), 10px);
  height: min(calc(28 / 1280 * 100vw), 28px);
}
.bl_faq_def > div > dd {
  padding: min(calc(8 / 1280 * 100vw), 8px) 0 0 min(calc(72 / 1280 * 100vw), 72px);
  font-size: min(calc(17 / 1280 * 100vw), 17px);
}
.bl_faq_def > div > dd::before {
  width: min(calc(40 / 1280 * 100vw), 40px);
  height: min(calc(40 / 1280 * 100vw), 40px);
  left: min(calc(16 / 1280 * 100vw), 16px);
}
.bl_faq_def > div > dd::after {
  width: min(calc(12 / 1280 * 100vw), 12px);
  height: min(calc(24 / 1280 * 100vw), 24px);
  top: min(calc(8 / 1280 * 100vw), 8px);
  left: min(calc(30 / 1280 * 100vw), 30px);
  background: url(../img/renewal/common/faq_a.svg) top center / contain no-repeat;
}
@media screen and (max-width: 750px) {
  .bl_faq {
    padding: 80px 0;
  }
  .bl_faq .el_sec_mainTtl {
    font-size: 40px;
    padding-bottom: 42px;
    margin-bottom: 40px;
  }
  .bl_faq .el_sec_mainTtl::after {
    display: block;
    width: 34px;
    height: 26px;
  }
  .bl_faq_def > div {
    gap: 20px;
  }
  .bl_faq_def > div > dt {
    padding: 0 70px 0 16px;
  }
  .bl_faq_def > div > dt::before {
    right: 14px;
  }
  .bl_faq_def > div > dt::after {
    right: 25px;
  }
  .bl_faq_def > div > dt span {
    font-size: 28px;
    padding: 14px 0 18px 64px;
  }
  .bl_faq_def > div > dt span::before {
    width: 48px;
    height: 48px;
  }
  .bl_faq_def > div > dt span::after {
    width: 12px;
    height: 34px;
    left: 18px;
  }
  .bl_faq_def > div > dd {
    padding: 0 0 0 80px;
    font-size: 28px;
  }
  .bl_faq_def > div > dd::before {
    width: 48px;
    height: 48px;
    border-width: 2px;
    left: 16px;
  }
  .bl_faq_def > div > dd::after {
    width: 14px;
    height: 30px;
    top: 9px;
    left: 33px;
  }
}
/*=======================================================
cta
=======================================================*/
.bl_cta {
  padding: min(80 / 1280 * 100vw, 80px) 0;
  background: url("../img/renewal/common/cta_bg.jpg") top center/cover no-repeat;
}
.bl_cta .el_sec_mainTtl {
  font-size: min(calc(32 / 1280 * 100vw), 32px);
  color: #fff;
  padding-bottom: min(36 / 1280 * 100vw, 36px);
  margin-bottom: min(48 / 1280 * 100vw, 48px);
}
.bl_cta .el_sec_mainTtl::after {
  width: min(60 / 1280 * 100vw, 60px);
  height: min(17 / 1280 * 100vw, 17px);
  background: url("../img/renewal/common/ttl_deco_contact.svg") top center/contain no-repeat;
}
.bl_cta_btnList {
  display: flex;
  gap: min(56 / 1280 * 100vw, 56px);
  justify-content: center;
}
.bl_cta_btnDef {
  display: grid;
  gap: min(20 / 1280 * 100vw, 20px);
}
.bl_cta_btnDef > dt {
  text-align: center;
  font-size: min(20 / 1280 * 100vw, 20px);
  font-weight: 700;
  color: #fff;
}
.bl_cta_btnDef > dd .el_btn {
  border: min(1 / 1280 * 100vw, 1px) solid #fff;
}
@media screen and (max-width: 750px) {
  .bl_cta {
    background: url("../img/renewal/common/cta_bg_sp.jpg") top center/cover no-repeat;
    padding-top: 80px;
    height: 716px;
  }
  .bl_cta .el_sec_mainTtl {
    font-size: 40px;
    padding-bottom: 38px;
    margin-bottom: 56px;
  }
  .bl_cta .el_sec_mainTtl::after {
    width: 76px;
    height: 22px;
  }
  .bl_cta_btnList {
    display: grid;
  }
  .bl_cta_btnDef {
    gap: 32px;
  }
  .bl_cta_btnDef > dt {
    font-size: 32px;
  }
  .bl_cta_btnDef > dd .el_btn {
    border-width: 2px;
  }
}
/*=======================================================
mv
=======================================================*/
.bl_mv {
  height: min(700 / 1280 * 100vw, 700px);
  background: url("../img/renewal/top/mv_bg.jpg") top center/cover no-repeat;
  padding-top: min(142 / 1280 * 100vw, 142px);
}
.bl_mv_conts {
  margin-left: auto;
  width: min(620 / 1280 * 100vw, 620px);
}
.bl_mv_ttlGroup {
  display: inline-grid;
  gap: min(24 / 1280 * 100vw, 24px);
  margin-bottom: min(52 / 1280 * 100vw, 52px);
}
.bl_mv_ttl {
  order: 2;
  width: min(620 / 1280 * 100vw, 620px);
}
.bl_mv_sTtl {
  order: 1;
  width: min(174 / 1280 * 100vw, 174px);
}
.bl_mv_list {
  display: flex;
  gap: min(12 / 1280 * 100vw, 12px);
  flex-wrap: wrap;
  width: min(450 / 1280 * 100vw, 450px);
  margin-bottom: min(64 / 1280 * 100vw, 64px);
}
.bl_mv_item {
  padding: min(5 / 1280 * 100vw, 5px) min(16 / 1280 * 100vw, 16px) min(8 / 1280 * 100vw, 8px);
  background: #363636;
  color: #fff;
  font-weight: 700;
}
.bl_mv_btn {
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .bl_mv {
    height: 990px;
    background: url("../img/renewal/top/mv_bg_sp.jpg") top center/cover no-repeat;
    padding-top: 192px;
  }
  .bl_mv_conts {
    margin-left: 0;
    width: 100%;
  }
  .bl_mv_ttlGroup {
    gap: 32px;
    margin-bottom: 68px;
  }
  .bl_mv_ttl {
    width: 445px;
  }
  .bl_mv_sTtl {
    width: 240px;
  }
  .bl_mv_list {
    width: 408px;
    margin-bottom: 56px;
  }
  .bl_mv_item {
    font-size: 24px;
    padding: 5px 16px 8px;
  }
}
/*=======================================================
about
=======================================================*/
.bl_about {
  background: #363636;
  padding: min(80 / 1280 * 100vw, 80px) 0;
}
.bl_about .el_sec_mainTtl {
  font-size: min(30 / 1280 * 100vw, 30px);
  color: #fff;
}
.bl_about_intro {
  color: #fff;
  margin-bottom: min(40 / 1280 * 100vw, 40px);
  text-align: center;
}
.bl_about_list {
  display: grid;
  gap: min(32 / 1280 * 100vw, 32px);
  grid-template: repeat(2, auto) / repeat(3, 1fr);
}
.bl_about_item a {
  padding: 0 0 min(3 / 1280 * 100vw, 3px);
  display: flex;
  align-items: center;
  background: #fff;
  height: min(112 / 1280 * 100vw, 112px);
  font-size: min(20 / 1280 * 100vw, 20px);
  font-weight: 700;
  position: relative;
}
.bl_about_item a span {
  position: relative;
  padding-left: min(128 / 1280 * 100vw, 128px);
}
.bl_about_item a span::before {
  position: absolute;
  content: "";
  background: linear-gradient(144deg, #ba322f 0%, #6e1412 100%);
  width: min(80 / 1280 * 100vw, 80px);
  height: min(80 / 1280 * 100vw, 80px);
  top: 50%;
  left: min(24 / 1280 * 100vw, 24px);
  transform: translateY(-50%);
  border-radius: 50%;
}
.bl_about_item a span::after {
  position: absolute;
  content: "";
  width: min(56 / 1280 * 100vw, 56px);
  height: min(56 / 1280 * 100vw, 56px);
  top: 50%;
  left: min(36 / 1280 * 100vw, 36px);
  transform: translateY(-50%);
}
.bl_about_item a::after {
  position: absolute;
  content: "";
  width: min(20 / 1280 * 100vw, 20px);
  height: min(20 / 1280 * 100vw, 20px);
  background: url("../img/renewal/top/about_item_arrow.svg") top center/contain no-repeat;
  bottom: min(6 / 1280 * 100vw, 6px);
  right: min(6 / 1280 * 100vw, 6px);
}
#top_about_lawyer a span::after {
  background: url("../img/renewal/top/about_lawyer.svg") top center/contain no-repeat;
}
#top_about_legal a span::after {
  background: url("../img/renewal/top/about_legal.svg") top center/contain no-repeat;
}
#top_about_accounting a span::after {
  background: url("../img/renewal/top/about_accounting.svg") top center/contain no-repeat;
}
#top_about_human a span::after {
  background: url("../img/renewal/top/about_human.svg") top center/contain no-repeat;
}
#top_about_corporate a span::after {
  background: url("../img/renewal/top/about_corporate.svg") top center/contain no-repeat;
}
#top_about_development a span::after {
  background: url("../img/renewal/top/about_development.svg") top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .bl_about {
    padding: 80px 0 88px;
  }
  .bl_about .el_sec_mainTtl {
    font-size: 38px;
    margin-bottom: 64px;
  }
  .bl_about_intro {
    width: 750px;
    margin: 0 0 64px -30px;
  }
  .bl_about_list {
    grid-template: auto/auto;
    gap: 32px;
  }
  .bl_about_item a {
    padding: 0 0 4px;
    height: 140px;
    font-size: 32px;
  }
  .bl_about_item a span {
    padding-left: 168px;
  }
  .bl_about_item a span::before {
    width: 108px;
    height: 108px;
    left: 30px;
  }
  .bl_about_item a span::after {
    width: 76px;
    height: 76px;
    left: 46px;
  }
  .bl_about_item a::after {
    width: 24px;
    height: 24px;
    bottom: 6px;
    right: 6px;
  }
  #top_about_lawyer a span::after {
    background: url("../img/renewal/top/about_lawyer.svg") top center/contain no-repeat;
  }
  #top_about_legal a span::after {
    background: url("../img/renewal/top/about_legal.svg") top center/contain no-repeat;
  }
  #top_about_accounting a {
    font-size: 30px;
  }
}
/*=======================================================
footer
=======================================================*/
@media screen and (max-width: 750px) {
  .bl_foot_btmBnr{
    padding-top: 20px;
  }
}