@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
/* ヘッダー下MV */
.bl_lower_mv_ttl::after {
  width: 44px;
  background: url(../images/flow/ttl_flow.svg) top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .bl_lower_mv_ttl::after {
    width: 66px;
  }
}
/*=======================================================
STEP
=======================================================*/
.bl_step .ly_cont_inner {
  padding: 40px 0;
}
.bl_step .bl_media_list {
  gap: 116px;
}
.bl_step .bl_media_list > li {
  background: #ffd253;
  padding: 28px 24px 23px;
}
.bl_step .bl_media_list > li:not(:last-of-type) {
  position: relative;
}
.bl_step .bl_media_list > li:not(:last-of-type)::after {
  background: url("../images/flow/flow_arrow.svg") top center/contain no-repeat;
  position: absolute;
  content: "";
  width: 92px;
  height: 88px;
  bottom: -104px;
  left: 50%;
  transform: translateX(-50%);
}
.bl_step .bl_media_list > li:first-of-type .bl_media_ttl::after {
  background: url(../images/flow/step1.svg) top center/contain no-repeat;
}
.bl_step .bl_media_list > li:nth-of-type(2) .bl_media {
  margin-bottom: 32px;
}
.bl_step .bl_media_list > li:nth-of-type(2) .bl_media_ttl::after {
  background: url(../images/flow/step2.svg) top center/contain no-repeat;
}
.bl_step .bl_media_list > li:nth-of-type(3) .bl_media_ttl::after {
  background: url(../images/flow/step3.svg) top center/contain no-repeat;
}
.bl_step .bl_media_list > li:nth-of-type(4) .bl_media_ttl::after {
  background: url(../images/flow/step4.svg) top center/contain no-repeat;
}
.bl_step .bl_media_list > li:nth-of-type(5) .bl_media_ttl::after {
  background: url(../images/flow/step5.svg) top center/contain no-repeat;
}
.bl_step .bl_media_list > li:nth-of-type(6) .bl_media_ttl::after {
  background: url(../images/flow/step6.svg) top center/contain no-repeat;
}
.bl_step .bl_media {
  gap: 40px;
  width: 100%;
}
.bl_step .bl_media_imgWrapper {
  flex: 0 1 464px;
  margin-top: 5px;
}
.bl_step .bl_media_ttl {
  font-size: 28px;
  position: relative;
  color: #222;
  padding-left: 110px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.bl_step .bl_media_ttl::before,
.bl_step .bl_media_ttl::after {
  position: absolute;
  content: "";
  margin-top: 5px;
}
.bl_step .bl_media_ttl::before {
  background: #333333;
  width: 94px;
  height: 36px;
  top: 0;
  left: 0;
}
.bl_step .bl_media_ttl::after {
  top: 8px;
  left: 14px;
  width: 66px;
  height: 20px;
}
.bl_step .bl_media_txt + .el_att {
  margin-top: 12px;
  font-size: 14px;
}
.bl_step .bl_counseling {
  padding: 32px 30px;
  background: #fff;
  text-align: center;
}
.bl_step .bl_counseling_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
}
.bl_step .bl_counseling_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bl_step .bl_counseling_item {
  width: 33.3333333333%;
  position: relative;
  padding: 0 16px;
}
.bl_step .bl_counseling_item::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  top: -25px;
  left: 12px;
}
.bl_step .bl_counseling_item:nth-of-type(3) {
  padding-right: 0;
}
.bl_step .bl_counseling_item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 116px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/flow/dot.svg) top center/contain no-repeat;
}
.bl_step .bl_counseling_item:first-of-type .bl_counseling_itemTtl::after {
  background: url(../images/flow/icon01.svg) top center/contain no-repeat;
}
.bl_step .bl_counseling_item:nth-of-type(2) .bl_counseling_itemTtl::after {
  background: url(../images/flow/icon02.svg) top center/contain no-repeat;
}
.bl_step .bl_counseling_item:nth-of-type(3) .bl_counseling_itemTtl::after {
  background: url(../images/flow/icon03.svg) top center/contain no-repeat;
}
.bl_step .bl_counseling_itemTtl {
  color: #2da6de;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
  position: relative;
}
.bl_step .bl_counseling_itemTxt {
  position: relative;
  z-index: 2;
}
.bl_step #flow_counseling_hearing::before {
  background: url("../images/flow/counseling_hearing.svg") top center/contain no-repeat;
}
.bl_step #flow_counseling_about::before {
  background: url("../images/flow/counseling_about.svg") top center/contain no-repeat;
}
.bl_step #flow_counseling_suggestion::before {
  background: url("../images/flow/counseling_suggestion.svg") top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .bl_step .bl_media_list {
    gap: 174px;
  }
  .bl_step .bl_media_list > li {
    padding: 40px;
  }
  .bl_step .bl_media_list > li:not(:last-of-type)::after {
    width: 138px;
    height: 132px;
    bottom: -156px;
  }
  .bl_step .bl_media_list > li:nth-of-type(2) .bl_media {
    margin-bottom: 52px;
  }
  .bl_step .bl_media_list > li:nth-of-type(5) .bl_media_ttl {
    font-size: 38px;
  }
  .bl_step .bl_media_list > li:nth-of-type(6) .bl_media_ttl {
    font-size: 38px;
  }
  .bl_step .bl_media {
    gap: 30px;
  }
  .bl_step .bl_media_imgWrapper {
    flex: 0 1 610px;
    margin: 0;
  }
  .bl_step .bl_media_ttl {
    font-size: 40px;
    padding-left: 162px;
    text-align: left;
    padding-bottom: 3px;
    margin-bottom: 29px;
  }
  .bl_step .bl_media_ttl::before,
  .bl_step .bl_media_ttl::after {
    margin-top: 6px;
  }
  .bl_step .bl_media_ttl::before {
    width: 138px;
    height: 53px;
  }
  .bl_step .bl_media_ttl::after {
    top: 12px;
    left: 21px;
    width: 96px;
    height: 30px;
  }
  .bl_step .bl_media_txt + .el_att {
    margin-top: 18px;
    font-size: 24px;
  }
  .bl_step .bl_counseling {
    padding: 32px 32px 40px;
  }
  .bl_step .bl_counseling_ttl {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .bl_step .bl_counseling_list {
    gap: 86px;
  }
  .bl_step .bl_counseling_item {
    width: 100%;
    padding: 0;
  }
  .bl_step .bl_counseling_item::before {
    width: 160px;
    height: 160px;
    top: 0;
    left: 0;
  }
  .bl_step .bl_counseling_item:not(:last-of-type)::after {
    width: 546px;
    height: 6px;
    bottom: -46px;
    top: auto;
    right: auto;
    transform: none;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/flow/dot_sp.svg) top center/contain no-repeat;
  }
  .bl_step .bl_counseling_item:nth-of-type(3) .bl_counseling_itemTxt {
    letter-spacing: 0.03em;
  }
  .bl_step .bl_counseling_itemTtl {
    font-size: 36px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .bl_step .bl_counseling_itemTtl::after {
    width: 174px;
    height: 174px;
  }
}
/*=======================================================
SAFE
=======================================================*/
.bl_safe {
  padding: 0 0 64px;
}
.bl_safe .ly_cont_inner {
  background: url("../images/flow/safe_bg.jpg") top center/cover no-repeat;
  padding: 48px 56px;
  border: 2px solid #2E2E2E;
  position: relative;
}
.bl_safe .ly_cont_inner::after {
  position: absolute;
  content: "";
  background: url(../images/flow/safe_img01.png) top center/contain no-repeat;
  width: 376px;
  height: 330px;
  bottom: -2px;
  right: 79px;
}
.bl_safe_ttl {
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
  display: inline-block;
}
.bl_safe_ttl span {
  background: #2E2E2E;
  padding: 0 8px 3px;
  height: 43px;
}
.bl_safe .bl_bulletList {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.bl_safe .bl_bulletList > li {
  line-height: 1.5;
  padding-left: 1.5em;
}
.bl_safe .bl_bulletList > li::before {
  color: #2DA6DE;
  content: "■";
  font-size: 17px;
  top: 0;
}
@media screen and (max-width: 750px) {
  .bl_safe {
    padding: 0 0 80px;
  }
  .bl_safe .ly_cont_inner {
    padding: 51px 40px 430px;
    border: 4px solid #668194;
    background: url("../images/flow/safe_bg_sp.jpg") top center/cover no-repeat;
  }
  .bl_safe .ly_cont_inner::after {
    width: 444px;
    height: 390px;
    bottom: -4px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .bl_safe_ttl {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 38px;
    text-align: center;
    height: auto;
  }
  .bl_safe_ttl span.sp {
    display: inline-block;
    height: auto;
  }
  .bl_safe_ttl span.sp + span {
    margin-top: 8px;
  }
  .bl_safe .bl_bulletList {
    gap: 12px;
  }
  .bl_safe .bl_bulletList > li:last-of-type {
    letter-spacing: 0;
  }
  .bl_safe .bl_bulletList > li::before {
    font-size: 28px;
  }
}