@charset "UTF-8";
/*=======================================================
共通
=======================================================*/
.el_att {
  font-size: 14px;
  margin: 12px 0 40px;
  letter-spacing: 0px;
}
@media screen and (max-width: 750px) {
  .el_sec_mainTtl.el_deco_star .bl_ttl_inner::before,
  .el_sec_mainTtl.el_deco_star .bl_ttl_inner::after {
    width: 56px;
    height: 56px;
  }
  .el_att {
    font-size: 24px;
    margin: 30px 0 0;
  }
}
/*=======================================================
lower_mv
=======================================================*/
.bl_lower_mv_ttl {
  align-items: normal;
}
.bl_lower_mv_ttl_inner {
  padding: 88px 0 0;
}
.bl_lower_mv_ttl_inner::before {
  position: absolute;
  content: "";
  background: url(../images/guarantee/mv_logo.png) top center/contain no-repeat;
  width: 382px;
  height: 49px;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .bl_lower_mv_ttl_inner {
    padding: 72px 0 0;
  }
  .bl_lower_mv_ttl_inner::before {
    width: 456px;
    height: 58px;
    top: 16px;
  }
}
/*=======================================================
About
=======================================================*/
.bl_about {
  padding: 64px 0 56px 0;
}
.bl_about .el_sec_mainTtl {
  margin-bottom: 42px;
}
.bl_about .bl_media_body {
  gap: 0;
}
@media screen and (max-width: 750px) {
  .bl_about {
    padding: 64px 0 80px 0;
  }
  .bl_about .el_sec_mainTtl {
    margin-bottom: 40px;
    font-size: 44px;
  }
  .bl_about .bl_media .bl_media_imgWrapper {
    margin-bottom: 40px;
  }
}
/*=======================================================
SYSTEM
=======================================================*/
.bl_system {
  padding: 56px 0;
  background-color: #EAF2FF;
}
.bl_system .el_sec_mainTtl {
  font-size: 28px;
  background-color: #00316C;
  margin-bottom: 40px;
  color: #FFFFFF;
  width: 100%;
  padding: 7px 0 9px;
  letter-spacing: 2.8px;
}
.bl_system .bl_cardUnit {
  flex-flow: nowrap;
  gap: 80px;
  margin-bottom: 80px;
}
.bl_system .bl_card {
  width: 472px;
}
.bl_system .bl_card:first-of-type {
  position: relative;
}
.bl_system .bl_card:first-of-type::after {
  position: absolute;
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 26.5px 0 26.5px 32px;
  border-color: transparent transparent transparent #F7877F;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
.bl_system .bl_card .bl_card_ttl {
  padding: 3px;
  color: #FFFFFF;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.56px;
}
.bl_system .bl_card:first-of-type .bl_card_ttl {
  background: #909090;
}
.bl_system .bl_card:nth-of-type(2) .bl_card_ttl {
  background: #F7877F;
}
.bl_system .bl_card_body {
  background-color: #FFFFFF;
  padding: 24px 54px 64px;
}
.bl_system .bl_card:nth-of-type(2) .bl_card_body {
  position: relative;
  padding: 24px 45px 64px;
}
.bl_system .el_att {
  position: absolute;
  width: 480px;
  color: #2E2E2E;
  margin: -75px 0 0;
  right: 0;
}
.bl_system .bl_card_txt {
  margin-bottom: 16px;
  text-align: center;
}
.bl_system .bl_card_txt > span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.bl_system .bl_card_txt_label {
  text-align: center;
  font-size: 20px;
  width: 306px;
  height: auto;
  padding: 7px 0 11px;
  margin: 0 auto 56px;
}
.bl_system .bl_card:first-of-type .bl_card_txt_label {
  background-color: #EDEDED;
}
.bl_system .bl_card:nth-of-type(2) .bl_card_txt_label {
  background-color: #FFE2E0;
}
.bl_system .hp_asterisk {
  font-size: 9px;
  vertical-align:top;
}
.bl_system .bl_card_txt_cloud {
  position: relative;
  z-index: 1;
}
.bl_system .bl_card:first-of-type .bl_card_txt_cloud {
  padding-left: 177px;
}
.bl_system .bl_card:nth-of-type(2) .bl_card_txt_cloud {
  padding-left: 190px;
}
.bl_system .bl_card_txt_cloud::before,
.bl_system .bl_card_txt_cloud::after {
  position: absolute;
  content: "";
}
.bl_system .bl_card_txt_cloud::before {
  width: 120px;
  height: 120px;
  top: 50%;
  transform: translateY(-50%);
}
.bl_system .bl_card_txt_cloud::after {
  width: 228px;
  height: 132px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
.bl_system .bl_card:first-of-type .bl_card_txt_cloud::before {
  background: url(../images/guarantee/system_img01.svg) top center/contain no-repeat;
  left: 0;
}
.bl_system .bl_card:first-of-type .bl_card_txt_cloud::after {
  background: url(../images/guarantee/system_cloud01.svg) top center/contain no-repeat;
}
.bl_system .bl_card:nth-of-type(2) .bl_card_txt_cloud::before {
  background: url(../images/guarantee/system_img02.svg) top center/contain no-repeat;
  left: 24px;
}
.bl_system .bl_card:nth-of-type(2) .bl_card_txt_cloud::after {
  background: url(../images/guarantee/system_cloud02.svg) top center/contain no-repeat;
}
.bl_system .bl_system_img {
  width: 1024px;
}
@media screen and (max-width: 750px) {
  .bl_system {
    padding: 64px 0 80px;
  }
  .bl_system .el_sec_mainTtl {
    font-size: 44px;
    margin-bottom: 56px;
  }
  .bl_system .bl_cardUnit {
    flex-flow: column;
    gap: 96px;
    margin-bottom: 160px;
  }
  .bl_system .bl_card {
    width: 100%;
  }
  .bl_system .bl_card:first-of-type::after {
    border-width: 48px 40px 0 40px;
    border-color: #FFCA37 transparent transparent transparent;
    top: 109%;
    right: 310px;
  }
  .bl_system .bl_card .bl_card_ttl {
    padding: 5px;
    font-size: 32px;
  }
  .bl_system .bl_card_body,
  .bl_system .bl_card:nth-of-type(2) .bl_card_body {
    padding: 32px 54px 96px;
  }
  .bl_system .el_att {
    width: 100%;
    margin: -150px 0 0;
  }
  .bl_system .bl_card_txt {
    margin-bottom: 24px;
  }
  .bl_system .bl_card_txt_label {
    font-size: 32px;
    width: 580px;
    padding: 16px 0;
    margin: 0 auto 80px;
  }
  .bl_system .hp_asterisk {
    font-size: 14px;
  }
  .bl_system .bl_card:first-of-type .bl_card_txt_cloud {
    padding-left: 290px;
  }
  .bl_system .bl_card:nth-of-type(2) .bl_card_txt_cloud {
    padding-left: 280px;
  }
  .bl_system .bl_card_txt_cloud::before {
    width: 180px;
    height: 180px;
  }
  .bl_system .bl_card_txt_cloud::after {
    width: 342px;
    height: 198px;
  }
  .bl_system .bl_card:first-of-type .bl_card_txt_cloud::before {
    left: 24px;
  }
  .bl_system .bl_system_img {
    width: 100%;
  }
}
/*=======================================================
FAQ
=======================================================*/
.bl_faq {
  padding: 32px 0 56px;
}
.bl_faq .el_sec_mainTtl {
  margin-bottom: 40px;
}
.bl_faq_def {
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
}
.bl_faq_dwrap {
  display: grid;
  gap: 16px;
}
.bl_faq_dttl {
  background: #00316C;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.bl_faq_dttl::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 12px;
  right: 16px;
  border-radius: 2px;
  background: #fff;
}
.bl_faq_dttl::after {
  position: absolute;
  content: "";
  top: 22px;
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #00316C transparent transparent transparent;
}
.bl_faq_dttl.is_open::after {
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #00316C transparent;
}
.bl_faq_dttl_inner {
  display: block;
  padding: 10px 72px 13px;
  font-size: 22px;
  position: relative;
  letter-spacing: 0.88px;
}
.bl_faq_dttl_inner::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 8px;
  left: 16px;
  border-radius: 50%;
  background: #fff;
}
.bl_faq_dttl_inner::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 24px;
  top: 16px;
  left: 26px;
  background: url("../images/faq/ico_q.svg") top center/contain no-repeat;
}
.bl_faq_ditem {
  display: none;
  padding-left: 72px;
  position: relative;
}
.bl_faq_ditem::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: #968857;
  border-radius: 50%;
  top: 0;
  left: 15px;
}
.bl_faq_ditem::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 24px;
  width: 22px;
  height: 22px;
  background: url("../images/faq/ico_a.svg") top center/contain no-repeat;
}
.bl_faq_ditem a {
  text-decoration: underline;
  color: blue;
}
.bl_faq .bl_faq_txt {
  font-size: 14px;
}
.bl_faq .bl_faq_txt > a {
  color:#2DA6DE;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 750px) {
  .bl_faq {
    padding: 64px 0 80px;
  }
  .bl_faq_ttl {
    margin-bottom: 48px;
  }
  .bl_faq_def {
    gap: 36px;
  }
  .bl_faq_dwrap {
    gap: 24px;
  }
  .bl_faq_dttl::before {
    width: 45px;
    height: 45px;
    top: 18px;
    right: 24px;
    border-radius: 4.5px;
  }
  .bl_faq_dttl::after {
    top: 33px;
    right: 37.5px;
    border-width: 15px 9px 0 9px;
  }
  .bl_faq_dttl.is_open::after {
    border-width: 0 9px 15px 9px;
  }
  .bl_faq_dttl_inner {
    padding: 15px 108px 21px;
    font-size: 30px;
  }
  .bl_faq_dttl_inner::before {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 24px;
  }
  .bl_faq_dttl_inner::after {
    width: 30px;
    height: 36px;
    top: 22px;
    left: 39px;
  }
  .bl_faq_ditem {
    padding-left: 108px;
  }
  .bl_faq_ditem::before {
    width: 60px;
    height: 60px;
    left: 22.5px;
  }
  .bl_faq_ditem::after {
    top: 12px;
    left: 36px;
    width: 33px;
    height: 33px;
  }
  .bl_faq .bl_faq_txt {
    font-size: 24px;
  }
}