@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
/* ヘッダー下MV */
.bl_lower_mv_ttl::after {
  width: 124px;
  background: url(../images/before_after/ttl_before_after.svg) top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .bl_lower_mv_ttlWrapper::before, .bl_lower_mv_ttlWrapper::after {
    bottom: -40px;
  }
  .bl_lower_mv_ttl::after {
    width: 186px;
  }
}
/*=======================================================
LOWER_BTN
=======================================================*/
.bl_lower_btnList {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 40px 0 16px;
}
.bl_lower_btn .el_btn {
  width: 240px;
  height: 56px;
  background: #fcca37;
  font-weight: 700;
  position: relative;
}
.bl_lower_btn .el_btn::after {
  position: absolute;
  content: "";
  background: url(../images/before_after/lower_btn_arrow.svg) top center/contain no-repeat;
  width: 12px;
  height: 6px;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .bl_lower_btnList {
    gap: 24px;
    padding: 40px 0 0;
  }
  .bl_lower_btn .el_btn {
    width: 333px;
    height: 80px;
  }
  .bl_lower_btn .el_btn::after {
    width: 18px;
    height: 9px;
    right: 16px;
  }
}
/*=======================================================
BEFORE_AFTER
=======================================================*/
.bl_before_after.archive {
  padding: 40px 0 64px;
}
.bl_before_after .bl_card {
  width: calc((100% - 52px) / 3);
  border-radius: 2px;
  border: 2px solid #2da6de;
  padding: 16px 16px 32px;
  display: flex;
  flex-direction: column;
}
.bl_before_after .bl_card:nth-of-type(3n + 1) {
  animation-delay: 0.3s;
}
.bl_before_after .bl_card:nth-of-type(3n + 2) {
  animation-delay: 0.6s;
}
.bl_before_after .bl_card:nth-of-type(3n + 3) {
  animation-delay: 0.9s;
}
.bl_before_after .bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.bl_before_after .bl_card_imgWrapper {
  margin-bottom: 14px;
}
.bl_before_after .bl_card_body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.bl_before_after .bl_card_ttl {
  color: #2da6de;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 16px;
}
.bl_before_after .bl_card_def {
  min-height: 84px;
  margin-bottom: 24px;
}
.bl_before_after .bl_card_def > dt {
  padding: 2px 12px 4px;
  background: #fcca37;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.bl_before_after .bl_card_def > dd {
  font-size: 14px;
  letter-spacing: 0.04em;
}
.bl_before_after .bl_card .el_btn {
  padding: 0 16px 3px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 2px;
  background: #2da6de;
  color: #fff;
  width: 212px;
  height: 48px;
  margin: 0 auto;
}
.bl_before_after .bl_card .el_btn::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  bottom: 8px;
  right: 8px;
  background: url(../images/common/btn_triangle__white.svg) top center/contain no-repeat;
}
.bl_before_after.movie .bl_card {
  padding: 16px 16px 24px;
}
.bl_before_after.movie .bl_card iframe {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.bl_before_after.movie .bl_card_ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .bl_before_after.archive {
    padding: 48px 0 80px;
  }
  .bl_before_after .bl_card {
    width: 100%;
    padding: 24px 24px 40px;
  }
  .bl_before_after .bl_card:nth-of-type(3n + 1) {
    animation-delay: 0.5s;
  }
  .bl_before_after .bl_card:nth-of-type(3n + 2) {
    animation-delay: 0.5s;
  }
  .bl_before_after .bl_card:nth-of-type(3n + 3) {
    animation-delay: 0.5s;
  }
  .bl_before_after .bl_cardUnit {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
  }
  .bl_before_after .bl_card_imgWrapper {
    margin-bottom: 21px;
  }
  .bl_before_after .bl_card_ttl {
    font-size: 30px;
    min-height: auto;
  }
  .bl_before_after .bl_card_def {
    min-height: auto;
    margin-bottom: 40px;
  }
  .bl_before_after .bl_card_def > dt {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .bl_before_after .bl_card_def > dd {
    font-size: 24px;
  }
  .bl_before_after .bl_card .el_btn {
    width: 400px;
    height: 80px;
    font-size: 28px;
  }
  .bl_before_after .bl_card .el_btn::after {
    bottom: 12px;
    right: 12px;
  }
  .bl_before_after.movie .bl_card {
    padding: 24px;
  }
  .bl_before_after.movie .bl_card iframe {
    margin-bottom: 16px;
  }
}
/*=======================================================
SINGLE
=======================================================*/
.bl_before_after.single .ly_cont {
  gap: 0;
}
.bl_before_after.single .bl_post {
  padding: 40px 30px 48px;
}
.bl_before_after.single .bl_def {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}
.bl_before_after.single .bl_def > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bl_before_after.single .bl_def > div > dt {
  width: 124px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #fcca37;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding-bottom: 2px;
}
.bl_before_after.single .bl_def > div > dd br {
  display: none;
}
.bl_before_after.single .bl_impressions > h3 {
  font-size: 24px;
  font-weight: 700;
  background: #2da6de;
  color: #fff;
  margin-bottom: 24px;
  padding: 7px 16px 9px;
}
@media screen and (max-width: 750px) {
  .bl_before_after.single .bl_def {
    gap: 36px;
    margin-bottom: 48px;
  }
  .bl_before_after.single .bl_def > div {
    gap: 12px;
  }
  .bl_before_after.single .bl_def > div > dt {
    width: 200px;
    height: 48px;
    font-size: 24px;
    padding-bottom: 5px;
  }
  .bl_before_after.single .bl_impressions > h3 {
    font-size: 30px;
    padding-bottom: 22px;
    margin-bottom: 24px;
  }
  .bl_before_after.single .bl_pager {
    margin-bottom: 64px;
  }
}