@charset "UTF-8";
/*=======================================================
LOWER_MV
=======================================================*/
/* ヘッダー下タイトル */
.bl_lower_mv {
  padding-top: 31px;
}
.bl_lower_mv_ttl {
  padding-right: 34px;
}
.bl_lower_mv_ttl span {
  padding-top: 0;
  line-height: 1.4;
}
.bl_lower_mv_ttl span::after {
  bottom: -10px;
}
.bl_lower_mv_ttl::before, .bl_lower_mv_ttl::after {
  content: "";
}
.bl_lower_mv_ttl::before {
  background: url(../images/juas/icon_juas01.svg) top center/contain no-repeat;
  width: 102px;
  height: 78px;
  margin: 10px 48px 0 0;
}
.bl_lower_mv_ttl::after {
  background: url(../images/juas/icon_juas02.svg) top center/contain no-repeat;
  width: 68px;
  height: 80px;
  margin: 9px 0 0 48px;
}

@media screen and (max-width: 750px) {
  .bl_lower_mv {
    padding-top: 24px;
  }
  .bl_lower_mv_ttl {
    padding-right: 27px;
  }
  .bl_lower_mv_ttl span {
    padding-top: 0;
  }
  .bl_lower_mv_ttl span::after {
    bottom: -12px;
  }
  .bl_lower_mv_ttl::before {
    margin: 27px 48px 0 0;
  }
  .bl_lower_mv_ttl::after {
    width: 75px;
    height: 88px;
    margin: 28px 0 0 48px;
  }
}
/*=======================================================
RISK
=======================================================*/
.bl_risk .ly_cont_inner {
  padding: 40px 0 64px;
}
.bl_risk .bl_media {
  gap: 40px;
  margin-bottom: 56px;
}
.bl_risk_about {
  background: #f1f5f9;
  padding: 24px 38px 25px;
}
.bl_risk_aboutTtl {
  color: #0f2d98;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .bl_risk .ly_cont_inner {
    padding: 80px 0;
  }
  .bl_risk .bl_media {
    gap: 56px;
    margin-bottom: 46px;
  }
  .bl_risk .bl_media_imgWrapper {
    margin: 0;
  }
  .bl_risk .bl_media_ttl {
    font-size: 34px;
  }
  .bl_risk_about {
    padding: 24px 40px 32px;
  }
  .bl_risk_aboutTtl {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
/*=======================================================
ABOUT
=======================================================*/
.bl_about {
  background: #0181c0;
}
.bl_about .el_sec_mainTtl {
  flex-direction: column;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 32px;
}
.bl_about .el_sec_mainTtl span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}
.bl_about_intro {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.bl_about .bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.bl_about .bl_card {
  width: 320px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bl_about .bl_card {
  position: relative;
}
.bl_about .bl_card::after {
  position: absolute;
  content: "";
}
.bl_about .bl_card_ttl {
  color: #93cf30;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.bl_about .bl_card .bl_bulletList {
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 2;
}
.bl_about .bl_card:first-of-type::after {
  width: 104px;
  height: 62px;
  background: url(../images/juas/icon_about01.svg) top center/contain no-repeat;
  top: 84px;
  right: 16px;
}
.bl_about .bl_card:first-of-type .bl_card_ttl {
  margin-bottom: 16px;
}
.bl_about .bl_card:first-of-type .bl_card .bl_bulletList {
  padding-right: 13px;
}
.bl_about .bl_card:nth-of-type(2)::after {
  width: 64px;
  height: 80px;
  background: url(../images/juas/icon_about02.svg) top center/contain no-repeat;
  top: 58px;
  right: 24px;
}
.bl_about .bl_card:nth-of-type(2) .bl_card_ttl {
  margin-bottom: 15px;
}
.bl_about .bl_card:nth-of-type(3)::after {
  width: 64px;
  height: 84px;
  background: url(../images/juas/icon_about03.svg) top center/contain no-repeat;
  top: 62px;
  right: 16px;
}
.bl_about .bl_card:nth-of-type(3) .bl_card_ttl {
  margin-bottom: 14px;
}

@media screen and (max-width: 750px) {
  .bl_about .el_sec_mainTtl {
    margin-bottom: 40px;
  }
  .bl_about .el_sec_mainTtl span {
    font-size: 28px;
    text-align: start;
  }
  .bl_about_intro {
    margin-bottom: 56px;
  }
  .bl_about .bl_cardUnit {
    gap: 40px;
  }
  .bl_about .bl_card {
    width: 100%;
    padding: 32px 32px 35px;
  }
  .bl_about .bl_card_ttl {
    font-size: 36px;
  }
  .bl_about .bl_card:first-of-type::after {
    width: 168px;
    height: 100px;
    top: 85px;
    right: 32px;
  }
  .bl_about .bl_card:first-of-type .bl_bulletList {
    padding-right: 24px;
  }
  .bl_about .bl_card:nth-of-type(2)::after {
    width: 112px;
    height: 141px;
    top: 44px;
    right: 32px;
  }
  .bl_about .bl_card:nth-of-type(2) .bl_card_ttl {
    margin-bottom: 16px;
  }
  .bl_about .bl_card:nth-of-type(2) .bl_bulletList {
    padding-right: 24px;
  }
  .bl_about .bl_card:nth-of-type(3) {
    padding-left: 1px;
  }
  .bl_about .bl_card:nth-of-type(3)::after {
    width: 106px;
    height: 140px;
    top: 83px;
    right: 33px;
  }
  .bl_about .bl_card:nth-of-type(3) .bl_card_ttl {
    margin-bottom: 16px;
  }
  .bl_about .bl_card:nth-of-type(3) .bl_bulletList {
    padding-left: 1px;
  }
}
/*=======================================================
SERVICE
=======================================================*/
.bl_service .el_sec_mainTtl {
  margin-bottom: 21px;
}
.bl_service_intro {
  text-align: center;
  margin-bottom: 40px;
}
.bl_service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}
.bl_service_item {
  width: 100%;
}
.bl_service_item:first-of-type .el_sec_aboutTtl {
  background: #0181c0;
}
.bl_service_item:nth-of-type(2) .el_sec_aboutTtl {
  background: #93cf30;
}
.bl_service_item:nth-of-type(3) .el_sec_aboutTtl {
  background: #d5802c;
}
.bl_service_item .bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.bl_service_item .bl_card {
  width: 320px;
}
.bl_service_item .bl_card_imgWrapper {
  margin-bottom: 12px;
}
.bl_service_item .bl_card_txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .bl_service .el_sec_mainTtl {
    margin-bottom: 32px;
  }
  .bl_service .el_sec_aboutTtl {
    font-size: 40px;
    padding: 5px 0 9px;
  }
  .bl_service_list {
    gap: 88px;
  }
  .bl_service .bl_cardUnit {
    gap: 56px;
  }
  .bl_service .bl_card {
    width: 100%;
  }
  .bl_service .bl_card_imgWrapper {
    margin-bottom: 24px;
  }
  .bl_service .bl_card_txt {
    font-size: 36px;
  }
}
/*=============================
CHECK_NO
==============================*/
.bl_check_no .ly_cont_inner {
  padding: 0 0;
  font-size: 10px;
}
.bl_check_no .ly_cont_inner {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .bl_check_no .ly_cont_inner {
    font-size: 17px;
  }
}
/*=======================================================
CTAJUAS
=======================================================*/
.bl_ctaJuas {
  padding: 48px 0;
  background: url(../images/common/cta_bg.png) top center/cover no-repeat;
}
.bl_ctaJuas .ly_cont_inner {
  width: 768px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  padding: 32px 64px;
}
.bl_ctaJuas_head, .bl_ctaJuas_btm {
  font-size: 26px;
  font-weight: 700;
  color: #0f2d98;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
.bl_ctaJuas .bl_btnList {
  gap: 64px;
  margin-bottom: 32px;
}
.bl_ctaJuas .bl_btnList .el_btn {
  width: 288px;
  padding-left: 10px;
  box-shadow: none;
}
.bl_ctaJuas_btmBtn {
  width: 384px;
  height: 56px;
  margin: 0 auto;
}
.bl_ctaJuas_btmBtn::before {
  content: "";
  width: 26px;
  height: 18px;
  background: url(../images/common/icon_mail02.svg) top center/cover no-repeat;
  margin: 3px 16px 0;
}
.bl_ctaJuas_btmBtn::after {
  display: none;
}

@media screen and (max-width: 750px) {
  .bl_ctaJuas {
    padding: 40px 0 41px;
    background: url(../images/common/cta_bg_sp.png) top center/cover no-repeat;
  }
  .bl_ctaJuas .ly_cont_inner {
    width: 610px;
    padding: 61px 0 76px;
  }
  .bl_ctaJuas_head, .bl_ctaJuas_btm {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .bl_ctaJuas .bl_btnList {
    justify-content: center;
    gap: 40px;
    margin-bottom: 56px;
  }
  .bl_ctaJuas .bl_btnList .el_btn {
    width: 540px;
    padding-left: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .bl_ctaJuas .bl_btnList .el_btn::after {
    border-width: 12px 0 12px 20px;
    margin-left: 24px;
  }
  .bl_ctaJuas_btmBtn {
    width: 540px;
    height: 88px;
  }
  .bl_ctaJuas_btmBtn::before {
    width: 40px;
    height: 28px;
    margin: 5px 16px 0;
  }
}