@charset "UTF-8";

/* =========================================================
   key_person page — bl_worry 以降
   template_style.css の色・命名・ブレークポイントに準拠
   ========================================================= */

#title-scene{
  margin-top: 120px;
}
#title-scene #title{
  margin-top: 0;
}
#title h1 {
    font-size: 2.5rem;
    font-weight: bold;
}
@media (max-width: 767px) {
  #title h1 {
  font-size: 20px;
  }
}
.bl_cta_wrapper {
    max-width: 100%;
}
.bl_case_cta.bl_cta {
    margin-bottom: 3.125rem;
}
footer.ly_footer {
    display: none;
}
footer img:not([alt]) {
    filter:none;
}
.scene_mv_copy .bl_MV_txtBlock{

    padding: 0;
    background: none;
}


@media (max-width: 767px){
  #title-scene{
    margin-top: 55px;
  }
}

.scene-renew {
  font-family: "Noto Sans JP", sans-serif;
  color: #565A5E;
}

.scene-renew img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.scene-renew a {
  color: inherit;
  text-decoration: none;
}

.scene-inner {
  width: 100%;
  max-width: 64.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 768px) {
  .scene-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* ---------- 共通見出し ---------- */
.scene-renew .el_title,
.scene-renew h2.bd {
  position: relative;
  color: #1458A0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 2.5rem;
}

.scene-renew .el_title::after,
.scene-renew h2.bd::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  width: 2.5rem;
  height: 0.1875rem;
  background: #1458A0;
  border-radius: 0;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .scene-renew .el_title,
  .scene-renew h2.bd {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 3.5rem;
  }
}

/* ---------- 共通CTAボタン ---------- */
.scene-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 22.5rem;
  height: 3.75rem;
  padding: 0 3.25rem;
  border-radius: 3.4375rem;
  color: #fff !important;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}

.scene-btn::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: auto;
  height: auto;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.scene-btn--blue {
  background: #1458A0;
}

.scene-btn--orange {
  background: #F08300;
}

.scene-btn--wide {
  max-width: 28.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .scene-btn {
    font-size: 1.125rem;
    height: 3.3125rem;
  }
}

/* =========================================================
   お悩み + バナー + Point + CTA  （bl_worry）
   ========================================================= */
.scene-renew .ly_worry {
  padding: 3.75rem 0 0;
}

.scene-renew .bl_worry {
  max-width: none;
  width: 100%;
  margin: 0;
}

.scene-renew .bl_worryTitle {
  max-width: 64.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.scene-renew .bl_worryTitle.el_title::after {
  display: none;
}

.scene-renew .bl_worryTitle_u {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 0.1875rem solid #1458A0;
}

.scene-renew .bl_worry_wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
  max-width: 1026px;
  margin: 0 auto;
  padding: 0 1.25rem 2.5rem;
}

.scene-renew .bl_worry_item {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin: 0;
  padding: 1.75rem 1.25rem 1.5rem;
  background: #E0EAF5;
  box-sizing: border-box;
}

.scene-renew .bl_worry_item + .bl_worry_item {
  margin: 0;
}

.scene-renew .bl_worry_itemImg {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
}

.scene-renew .bl_worry_itemImg img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.scene-renew .bl_worry_itemImg img[src=""] {
  opacity: 0;
}

.scene-renew .bl_worry_itemTxt {
  margin: 0;
  color: #565A5E;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.scene-renew .bl_worry_itemTxt strong {
  display: inline-block;
  color: #1458A0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .scene-renew .ly_worry {
    padding-top: 5rem;
  }

  .scene-renew .bl_worry_wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.5rem;
  padding: 0 1.25rem 3.5rem;
  }

  .scene-renew .bl_worry_item {
    width: calc(33.33333% - 1rem);
    padding: 2.5rem 1.5rem 2rem;
  }

  .scene-renew .bl_worry_itemImg {
    width: 9.75rem;
    height: 9.75rem;
  }

  .scene-renew .bl_worry_itemImg img {
    width: 100% !important;
    height: 100% !important;
  }

  .scene-renew .bl_worry_itemTxt {
    font-size: 18px;
    margin-top: 0.5rem;
  }

  .scene-renew .bl_worry_itemTxt strong {
    font-size: 24px;
  }
}

/* バナー */
.scene-renew .bl_worry_txtBox {
  position: relative;
  width: 100%;
  max-width: 64.25rem;
  margin: 0 auto;
  padding: 2.25rem 1.25rem;
  background: #1458A0 !important;
  background-image: none !important;
  box-sizing: border-box;
}

.scene-renew .bl_worry_txtBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 16px 0 16px;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}

.scene-renew .bl_worry_txt {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.scene-renew .bl_worry_txtLead {
  margin: 1rem 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .scene-renew .bl_worry_txtBox {
    margin-top: 0;

        padding-top: 4.75rem;
        padding-bottom: 4.125rem;
  }

  .scene-renew .bl_worry_txtBox::before {
    top: 0;
    border-width: 34px 29px 0;
  }

  .scene-renew .bl_worry_txt {
    font-size: 32px;
    line-height: 1.6;
  }

  .scene-renew .bl_worry_txtLead {
    font-size: 20px;
    margin-top: 1.25rem;
  }
}

/* ---------- Point 01 / 02 / 03 ---------- */
.bl_point {
  max-width: 64.25rem;
  margin: 0 auto;
  padding: 3.75rem 1.25rem 0;
}

.bl_point_item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.bl_point_item + .bl_point_item {
  margin-top: 3.5rem;
}

.bl_point_body {
  order: 1;
}

.bl_point_img {
  order: 2;
  width: 100%;
  min-height: 12.5rem;
  overflow: hidden;
}

.bl_point_img img {
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  object-fit: cover;
}

.bl_point_img img[src=""] {
  display: none;
}

.bl_point_label,
.scene-renew .bl_point_label,
.scene-renew .bl_point_label_txt,
.scene-renew .bl_point_label_num {
  color: #1458A0 !important;
}

.bl_point_label {
  display: inline-flex;
  align-items: baseline;
  gap: 0.125rem;
  padding: 0.1875rem 0.875rem;
  border: 1px solid #1458A0;
  border-radius: 999px;
  background: #fff;
  font-weight: 500;
  line-height: 1.2;
}

.bl_point_label_txt {
  font-size: 16px;
  color: #1458A0;
}

.bl_point_label_num {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #1458A0;
}

.scene-renew .bl_point_title,
.scene-renew .bl_point_title_mark,
.scene-renew .bl_point_title_main {
  color: #1458A0 !important;
}

.bl_point_title {
  margin: 0.875rem 0 0;
  font-weight: 700;
  line-height: 1.5;
}

.bl_point_title_mark {
  display: inline;
  color: #1458A0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  background-image: linear-gradient(transparent 70%, #FD9F07 30%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bl_point_title_main {
  display: block;
  margin-top: 0.25rem;
  color: #1458A0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.bl_point_txt {
  margin: 1rem 0 0;
  color: #565A5E;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .bl_point {
    padding: 5.5rem 0 0;
  }

  .bl_point_item {
    flex-direction: row;
    align-items: center;
    gap: 3.5rem;
  }

  .bl_point_item + .bl_point_item {
    margin-top: 4.5rem;
  }

  .bl_point_body,
  .bl_point_img {
    order: unset;
  }

  .bl_point_body {
    flex: 1 1 52%;
    width: 52%;
  }

  .bl_point_img {
    flex: 1 1 42%;
    width: 42%;
    min-height: 16.25rem;
  }

  .bl_point_img img {
    min-height: 16.25rem;
  }

  .bl_point_title_mark {
    font-size: 32px;
  }

  .bl_point_title_main {
    font-size: 24px;
  }

  .bl_point_txt {
    font-size: 1rem;
  }
}

/* ---------- CTA 2ボタン ---------- */
.bl_worry_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 64.25rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 0;
}

@media screen and (min-width: 768px) {
  .bl_worry_cta {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
    padding: 4.25rem 1.25rem 0;
  }


}

/* =========================================================
   支援事例
   ========================================================= */
.ly_support {
  padding: 4.5rem 0 0;
}

.bl_support_box {
  display: flex;
  flex-direction: column;
  background: #E0EAF5;
  color: inherit;
  text-decoration: none;
}

.bl_support_body {
  padding: 1.75rem 1.25rem;
  background: #E0EAF5;
}

.scene-renew .bl_support_title {
  margin: 0;
  color: #1458A0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.bl_support_txt,
.scene-renew .bl_support_txt {
  color: #565A5E;
  font-size: 1rem;
  line-height: 1.8;
}

.bl_support_img {
  width: 100%;
  min-height: 12.5rem;
  background: #c5d6ea;
}

.bl_support_img img {
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  object-fit: cover;
}

.bl_support_img img[src=""] {
  display: none;
}

.bl_support_effect {
  margin-top: 1.25rem;
  padding: 1.75rem 1.25rem 1.5rem;
  border: 1px solid #8EB4D9;
  background: #fff;
}

.bl_support_effectLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  padding: 0.25rem 1.25rem;
  border-radius: 999px;
  background: #1458A0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 125px;
}

.bl_support_effectList {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.bl_support_effectItem {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 0 38px;
  color: #1458A0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.bl_support_effectItem + .bl_support_effectItem {
  margin-top: 0.875rem;
}

.bl_support_effectItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: url("https://www.fusion.co.jp/hubfs/scene_support_effect_check.png") center / contain no-repeat;
}

.bl_support_effectNum {
  font-size: 25px;
  font-weight: 500;
  color: #1458A0;
  line-height: 1.2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(#FD9F07, #FD9F07);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0.28em;
}

.bl_support_cta {
  margin-top: 1.75rem;
}

@media screen and (min-width: 768px) {
  .ly_support {
    padding-top: 6.25rem;
  }

  .bl_support_box {
    flex-direction: row;
    align-items: stretch;
  }

  .bl_support_body {
    flex: 1 1 64%;
    width: 64%;
    padding: 1.625rem 1.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bl_support_img {
    flex: 1 1 36%;
    width: 36%;
    min-height: 17.5rem;
  }

  .bl_support_img img {
    min-height: 17.5rem;
    height: 100%;
  }

  .scene-renew .bl_support_title {
    font-size: 24px;
  }

  .bl_support_txt {
    font-size: 1rem;
  }

  .bl_support_effect {
    margin-top: 1.5rem;
    padding: 1.75rem 2.5rem 1.75rem;
  }

  .bl_support_cta {
    margin-top: 2.25rem;
  }
}

/* =========================================================
   関連コラム
   ========================================================= */
.scene-renew#pickup.ly_column,
.scene-renew.ly_column,
.scene-renew #pickup.ly_column,
.scene-renew .ly_column {
  padding: 4.5rem 0 0;
  margin: 0;
}

.scene-renew #pickup .bl_flow,
.scene-renew.ly_column .bl_column,
.scene-renew .ly_column .bl_column {
  max-width: 64.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%;
}

.bl_column_cta {
  margin-top: 1.75rem;
}

/* カードは template_marketingmedia.css の ul.articles をそのまま適用 */
@media (min-width: 768px) {
  .ly_column ul.articles {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .ly_column ul.articles li {
    list-style: none;
    margin: 0 30px 30px 0;
    padding: 0;
    background: #f7f7f7;
    border-radius: 3px;
    display: table-cell;
    width: calc(33.3% - 20px);
  }

  .ly_column ul.articles li:nth-child(3),
  .ly_column ul.articles li:nth-child(6),
  .ly_column ul.articles li:nth-child(9),
  .ly_column ul.articles li:nth-child(12),
  .ly_column ul.articles li:nth-child(15),
  .ly_column ul.articles li:nth-child(18),
  .ly_column ul.articles li:nth-child(21),
  .ly_column ul.articles li:nth-child(24),
  .ly_column ul.articles li:nth-child(27) {
    margin: 0 0 30px 0;
    width: calc(33.3% - 20px);
  }

  .ly_column ul.articles li h4 {
    font-size: 16px;
    line-height: 26px;
    color: #565A5E;
    margin: 15px 15px 0 15px;
  }

  .ly_column ul.articles li a {
    color: #565A5E;
    text-decoration: none;
  }

  .ly_column ul.articles li a h4 {
    color: #565A5E;
  }

  .ly_column ul.articles li a h4:hover {
    opacity: 0.5;
  }

  .ly_column ul.articles li .image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
  }

  .ly_column ul.articles li .image img {
    object-fit: cover;
    height: 170px;
    width: 100%;
  }

  .ly_column ul.articles li .title {
    min-height: 120px;
  }

  .ly_column ul.articles li .box {
    display: table;
    width: 100%;
  }

  .ly_column ul.articles li .mbox {
    display: table-cell;
    vertical-align: bottom;
  }

  .ly_column ul.articles li .date {
    color: #565A5E;
    font-size: 13px;
    margin: 10px 15px;
  }

  .ly_column ul.articles li ul.tags {
    margin: 10px 15px;
    padding: 0;
  }

  .ly_column ul.articles li ul.tags li {
    display: inline-block;
    font-size: 13px;
    margin: 0 10px 7px 0 !important;
    padding: 2px 5px;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: none;
    width: inherit !important;
    height: inherit;
    background: #fff;
  }

  .ly_column ul.articles li ul.tags li:hover {
    background: #f3f3f3;
    transition: all .3s;
  }

  .ly_column ul.articles li ul.tags li a {
    color: #999;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .ly_column ul.articles {
    margin: 0 0 50px 0;
    padding: 0;
    width: 100%;
  }

  .ly_column ul.articles li {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0 0 5px 0;
    background: #f7f7f7;
    border-radius: 3px;
  }

  .ly_column ul.articles li h4 {
    font-size: 17px;
    line-height: 26px;
    margin: 15px 15px 0 15px;
    color: #565A5E;
  }

  .ly_column ul.articles li .image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .ly_column ul.articles li .image img {
    height: auto;
    object-fit: unset;
  }

  .ly_column ul.articles li .date {
    font-size: 13px;
    margin: 10px 15px;
    color: #565A5E;
  }

  .ly_column ul.articles li ul.tags {
    margin: 10px 15px;
    padding: 0;
  }

  .ly_column ul.articles li ul.tags li {
    display: inline-block;
    font-size: 13px;
    margin: 0 10px 7px 0 !important;
    padding: 2px 5px;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: none;
    width: inherit !important;
    height: inherit;
    background: #fff;
  }

  .ly_column ul.articles li a {
    color: #999;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .scene-renew#pickup.ly_column,
  .scene-renew.ly_column,
  .scene-renew #pickup.ly_column,
  .scene-renew .ly_column {
    padding-top: 6.25rem;
  }

  .bl_column_cta {
    margin-top: 2.25rem;
  }
}

/* =========================================================
   進め方
   ========================================================= */
.scene-renew.ly_flow,
.scene-renew .ly_flow {
  padding: 4.5rem 0 0;
}

.scene-renew .bl_flow {
  max-width: 64.25rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.scene-renew .bl_flow_wrapper {
  margin-top: 0;
}

.scene-renew .bl_flow_itemWrap {
  display: block;
  padding: 1.125rem 1.25rem;
  background: #1458A0;
  border-radius: 0.25rem;
}

.scene-renew .bl_flow_itemTitle {
  margin: 0;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.scene-renew .bl_flow_itemTxt {
  margin: 0.5rem 0 0;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

.scene-renew .bl_flow_itemArrow {
  position: relative;
  width: 1.5rem;
  height: 1.75rem;
  margin: 0.25rem auto;
}

.scene-renew .bl_flow_itemArrow::before,
.scene-renew .bl_flow_itemArrow::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  width: 0.875rem;
  height: 0.25rem;
  background: #F08300;
  border-radius: 0.125rem;
}

.scene-renew .bl_flow_itemArrow::before {
  left: 0;
  transform: rotate(-135deg);
}

.scene-renew .bl_flow_itemArrow::after {
  right: 0;
  transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
  .scene-renew.ly_flow,
  .scene-renew .ly_flow {
    padding-top: 6.25rem;
  }

  .scene-renew .bl_flow_itemWrap {
    display: flex;
    align-items: center;
    padding: 1.25rem 2rem;
  }

  .scene-renew .bl_flow_itemTitle {
    flex: 0 0 13.75rem;
    width: 13.75rem;
    margin: 0;
    font-size: 1.25rem;
  }

  .scene-renew .bl_flow_itemTxt {
    flex: 1 1 auto;
    margin: 0 0 0 1.5rem;
    font-size: 1rem;
  }

  .scene-renew .bl_flow_itemArrow {
    height: 2.25rem;
    margin: 0.125rem auto;
  }
}

/* =========================================================
   よくある質問
   ========================================================= */
.scene-renew.bl_faq,
.scene-renew .bl_faq {
  margin-top: 0;
  padding: 4.5rem 0 5rem;
}

.scene-renew .ly_faq_inner {
  max-width: 64.25rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.scene-renew .el_lv3Heading {
  position: relative;
  margin: 0 0 2.5rem;
  color: #1458A0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.scene-renew .el_lv3Heading::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.1875rem;
  margin: 0.75rem auto 0;
  padding: 0;
  border: none;
  background: #1458A0;
}

.scene-renew .bl_accordion.js_accordion {
  margin-top: 0;
  border-bottom: 1px solid #d9d9d9;
}

.scene-renew .bl_accordion_btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.125rem 3rem 1.125rem 0;
  border-top: 1px solid #d9d9d9;
  color: #1458A0;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  background: transparent;
}

.scene-renew .bl_accordion_btn::before,
.scene-renew .bl_accordion_btn::after {
  background-color: #c5c5c5;
  color: #c5c5c5;
}

.scene-renew .bl_accordion_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.75rem;
  border-radius: 50%;
  background: #F08300;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
}

.scene-renew .bl_accordion_icon-q {
  color: #1458A0;
}

.scene-renew .bl_accordion_body {
  padding: 0 0 1.25rem 2.5rem;
}

.scene-renew .bl_accordion_txt {
  margin: 0;
  color: #565A5E;
  font-size: 0.875rem;
  line-height: 1.8;
}

.scene-renew .bl_accordion_icon-a {
  color: #565A5E;
}

@media screen and (min-width: 768px) {
  .scene-renew.bl_faq,
  .scene-renew .bl_faq {
    padding: 6.25rem 0 6.25rem;
  }

  .scene-renew .el_lv3Heading {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .scene-renew .bl_accordion_btn {
    font-size: 1.125rem;
    padding: 1.375rem 3.5rem 1.375rem 0;
  }

  .scene-renew .bl_accordion_num {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    font-size: 0.9375rem;
  }

  .scene-renew .bl_accordion_body {
    padding: 0 3.5rem 1.5rem 3rem;
  }

  .scene-renew .bl_accordion_txt {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .scene-renew .ly_faq_inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* =========================================================
   MV（左フォーム / 右テキスト）
   ========================================================= */
.scene_mv {
  background: #1458a0;
  color: #fff;
}

.scene_mv_inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 62.5rem;
        padding: 3.125rem 20px;
        width: 100%;
}

.scene_mv_wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.scene_mv_form {
  width: 100%;
}

.scene_mv_copy {
  width: 100%;
}

.scene_mv_label {
  display: inline-block;
  margin: 0 0 1.25rem;
  padding: 10px 1.5625rem;
  background: #F08300;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.scene_mv_title {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.scene_mv_txt {
  margin: 2.625rem 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.scene_mv_txt .scene_mv_em {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.scene_mv_formTitle {
  margin: 0;
  color: #F08300;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.scene_mv_formTxt {
  margin: 0.5rem 0 0;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
}

.scene_mv .hs-form label,
.scene_mv .hs-form label span{
    color: #FFFFFF;
    margin-bottom: 0;
}

.scene_mv .hs-form label span.hs-form-required{
    color: #FF0201;
}

.scene_mv .hs-form .hs-error-msg,
.scene_mv .hs-form .hs-main-font-element {
    color: #FFFF04;
    opacity: 1;
}
.hs-form .hs-button.primary.large{
  font-weight: normal;
}

.scene_mv .hs-form input[type=submit]{
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .scene_mv_inner {
    padding: 3.75rem 20px 3rem;
  }

  .scene_mv_wrapper {
    flex-direction: row;
    align-items: center;
  }

  .scene_mv_form {
    flex: 0 1 26.25rem;
    width: 26.25rem;
    max-width: 40%;
  }

  .scene_mv_copy {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .scene_mv_label {
    font-size: 24px;
  }

  .scene_mv_title {
    font-size: 45px;
  }

  .scene_mv_txt {
    font-size: 20px;
  }

  .scene_mv_txt .scene_mv_em {
    font-size: 26px;
  }

  .scene_mv_formTitle {
    font-size: 1.5rem;
  }
}



@media not all and (min-width: 768px) {
    .bl_ctaArea_ctaBtn,.bl_cta_wrapper {
        display:inline-flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 1.875rem
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
    .bl_ctaArea_ctaBtn,.bl_cta_wrapper {
        display:inline-flex;
        gap: 20px;
        margin-top: 30px
    }
}

    .footer-contact,
    .footer-contact-new {
      display: none !important;
    }

    .scene-link-list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
      margin: 6rem 0;
      padding: 0;
      list-style: none;
    }

    .scene-link-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      min-height: 6.5rem;

      padding: 1rem 2.5rem 1rem 1.25rem;
      background: #E0EAF5;
      border-left: 3px solid #005BAB;
      color: inherit;
      text-decoration: none;
      box-sizing: border-box;
      position: relative;
      border-radius: 3px;
    }

    .scene-link-card:hover {
      opacity: 0.85;
    }

    .scene-link-card::after {
      content: ">";
      position: absolute;
      top: 50%;
      right: 1.25rem;
      color: #1458A0;
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 1;
      transform: translateY(-50%);
    }

    .scene-link-card__title {
      display: block;
      margin: 0 0 2px;
      color: #1458A0;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.8;
    }

    .scene-link-card__txt {
      margin: 0;
      color: #565A5E;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      font-weight: 500;
    }

    #business-concept .scene-link-card__txt {
      text-align: left;
      font-size: 16px;
      line-height: 1.6;
      margin: 0;
      color: #565A5E;
    }

    @media screen and (min-width: 768px) {
      .scene-link-list {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem 1.5rem;
      }

      .scene-link-card {
        padding: 1.125rem 2.5rem 1.125rem 1.875rem;
      }
    }