@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*=======================================
　ページ内共通
=======================================*/
header {
  border-bottom: 1px solid rgba(22, 32, 44, 0.12);
}

.bg_area {
  display: block;
  position: relative;
  background: #D0EAFF bottom/cover url(../img/features/bg_mask.png) no-repeat;
  border-radius: 18px 18px 0 0;
  -webkit-transform: translateY(-6.5vw);
      -ms-transform: translateY(-6.5vw);
          transform: translateY(-6.5vw);
}
@media screen and (max-width: 768px) {
  .bg_area {
    border-radius: 9px 9px 0 0;
    margin-bottom: 50px;
    -webkit-transform: translateY(-2vw);
        -ms-transform: translateY(-2vw);
            transform: translateY(-2vw);
  }
}
@media screen and (min-width: 1601px) {
  .bg_area {
    background-size: 100% auto;
    background-position: center top -22vw;
  }
}
.bg_area .switch_tab {
  max-width: 900px;
  width: 90%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -98.5%);
      -ms-transform: translate(-50%, -98.5%);
          transform: translate(-50%, -98.5%);
}
@media screen and (max-width: 768px) {
  .bg_area .switch_tab {
    width: 77%;
    gap: 11px;
  }
}
.bg_area .switch_tab .tab {
  position: relative;
  width: calc((100% - 20px) / 2);
  height: 100%;
  aspect-ratio: 4.4/1;
  padding-top: 10px;
  padding-bottom: 5px;
  border-radius: 15px 15px 0 0;
  color: rgba(42, 101, 169, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .bg_area .switch_tab .tab:hover {
    color: #2A65A9;
  }
  .bg_area .switch_tab .tab:hover .tab_txt::before {
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .bg_area .switch_tab .tab:hover {
    color: #2A65A9;
  }
  .bg_area .switch_tab .tab:hover .tab_txt::before {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .bg_area .switch_tab .tab {
    width: calc((100% - 11px) / 2);
    aspect-ratio: 3.78378/1;
    font-size: 24px;
    border-radius: 7px 7px 0 0;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 500px) {
  .bg_area .switch_tab .tab {
    font-size: 14px;
  }
}
.bg_area .switch_tab .tab .tab_txt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.bg_area .switch_tab .tab .tab_txt::before {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bg_area .switch_tab .tab_a {
  background: #F5F7F8;
}
.bg_area .switch_tab .tab_a .tab_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .bg_area .switch_tab .tab_a .tab_txt {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 500px) {
  .bg_area .switch_tab .tab_a .tab_txt {
    -webkit-transform: translateX(-5.5px);
        -ms-transform: translateX(-5.5px);
            transform: translateX(-5.5px);
  }
}
.bg_area .switch_tab .tab_a .tab_txt::before {
  content: "";
  display: block;
  position: relative;
  opacity: 0.5;
  width: 36.76px;
  height: 30.6px;
  top: 0;
  left: -13%;
  background-image: url(../img/features/service_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .bg_area .switch_tab .tab_a .tab_txt::before {
    left: -1vw;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 500px) {
  .bg_area .switch_tab .tab_a .tab_txt::before {
    left: 1vw;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.bg_area .switch_tab .tab_b {
  background: #D0EAFF;
}
.bg_area .switch_tab .tab_b .tab_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (max-width: 768px) {
  .bg_area .switch_tab .tab_b .tab_txt {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 500px) {
  .bg_area .switch_tab .tab_b .tab_txt {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.bg_area .switch_tab .tab_b .tab_txt::before {
  content: "";
  display: block;
  position: relative;
  opacity: 0.5;
  width: 24px;
  height: 29.3px;
  top: 4%;
  left: -13%;
  background-image: url(../img/features/features_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .bg_area .switch_tab .tab_b .tab_txt::before {
    left: -1vw;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 500px) {
  .bg_area .switch_tab .tab_b .tab_txt::before {
    left: 0.5vw;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.bg_area .switch_tab .active {
  color: #2A65A9;
  pointer-events: none;
}
.bg_area .switch_tab .active .tab_txt::before {
  opacity: 1;
}

h2 {
  color: #2A65A9;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

/*=======================================
	features
=======================================*/
.breadcrumbs {
  margin: 0 auto;
  padding-top: 28px;
  margin-bottom: 124px;
  max-width: 81.25%;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .inner {
  margin: 0;
}
.breadcrumbs .inner ol li a {
  color: #2A65A9;
}

.service_ttl {
  margin: 0px auto 120px;
}
@media screen and (max-width: 768px) {
  .service_ttl {
    margin-bottom: 36px;
    padding-top: 55px;
  }
}
.service_ttl h1 {
  margin-bottom: 16px;
  color: #2A65A9;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.26666;
}
@media screen and (max-width: 768px) {
  .service_ttl h1 {
    font-size: 28px;
    line-height: 34.8px;
    margin-bottom: 3px;
  }
}
.service_ttl p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service_ttl p {
    font-size: 12px;
    line-height: 21px;
  }
}

.site_des {
  width: 90%;
  max-width: 794.5px;
  margin: 0 auto;
  margin-bottom: 117px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .site_des {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.75;
  }
}

.merit_intro_div .txt_area {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 67.6px;
}
@media screen and (max-width: 768px) {
  .merit_intro_div .txt_area {
    margin-bottom: 40px;
  }
}
.merit_intro_div .txt_area .txt_01 {
  display: block;
  text-align: center;
  color: #2A65A9;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .merit_intro_div .txt_area .txt_01 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.merit_intro_div .txt_area .txt_02 {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  color: #2A65A9;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .merit_intro_div .txt_area .txt_02 {
    font-size: 36px;
  }
}
.merit_intro_div .txt_area .txt_02 .num {
  font-size: 71px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .merit_intro_div .txt_area .txt_02 .num {
    font-size: 42px;
    margin-right: 4px;
  }
}
.merit_intro_div .txt_area .txt_02 .small {
  font-size: 36px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .merit_intro_div .txt_area .txt_02 .small {
    font-size: 22px;
    margin-right: 0;
  }
}
.merit_intro_div .txt_area .txt_02 .txt_le_spa {
  letter-spacing: -0.05em;
}
.merit_intro_div .txt_area .txt_02::after {
  content: "";
  display: block;
  position: absolute;
  width: 370px;
  height: 28px;
  bottom: -10%;
  left: -10px;
  background: #FFFF2B;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .merit_intro_div .txt_area .txt_02::after {
    width: 220px;
    height: 17px;
    left: -6px;
  }
}
.merit_intro_div .txt_area .txt_02 .treat {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  top: -39px;
  left: 4px;
}
@media screen and (max-width: 768px) {
  .merit_intro_div .txt_area .txt_02 .treat {
    top: -22px;
    left: -3px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.merit_intro_div .merit_intro_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.36363%;
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 2.82776/1;
  margin: 0 auto;
  padding-bottom: 125px;
}
@media screen and (max-width: 1170px) {
  .merit_intro_div .merit_intro_images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    max-width: 634px;
    gap: 9px;
    aspect-ratio: auto;
    margin: 0 auto;
    padding-bottom: 65px;
  }
}
.merit_intro_div .merit_intro_images .merit_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 41.6666%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: -webkit-gradient(linear, left top, right top, from(#2A65A9), to(#69A9F0));
  background-image: linear-gradient(90deg, #2A65A9, #69A9F0);
  border-radius: 100%;
}
.merit_intro_div .merit_intro_images .merit_intro img {
  display: block;
  width: 30.6632%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 6.62477%;
}
.merit_intro_div .merit_intro_images .merit_intro .img_02 {
  width: 27.6347%;
  height: auto;
}
.merit_intro_div .merit_intro_images .merit_intro .img_03 {
  width: 26.2568%;
  height: auto;
  margin-top: 5.67837%;
  margin-bottom: 5.67837%;
}
.merit_intro_div .merit_intro_images .merit_intro .img_04 {
  width: 26.147%;
  height: auto;
  margin-top: 1.89279%;
  margin-bottom: 7.94972%;
}
.merit_intro_div .merit_intro_images .merit_intro .merit_intro_txt {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 10.4404%;
}
@media screen and (max-width: 640px) {
  .merit_intro_div .merit_intro_images .merit_intro .merit_intro_txt {
    font-size: 4.0625vw;
  }
}

.merit_content_div {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.merit_content_div .merit_detail {
  background: #E9F5FF;
  border-radius: 5px;
  padding: 5.57692% 7.6923% 6.15384% 7.6923%;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail {
    margin-bottom: 25px;
  }
}
.merit_content_div .merit_detail:last-of-type {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail:last-of-type {
    margin-bottom: 100px;
  }
}
.merit_content_div .merit_detail .des_ttl_group {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #2A65A9;
}
@media screen and (max-width: 1000px) {
  .merit_content_div .merit_detail .des_ttl_group {
    width: 100%;
    max-width: none;
    margin: 0 auto 30px;
  }
}
.merit_content_div .merit_detail .des_ttl_group .point_num {
  position: relative;
  width: 82px;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail .des_ttl_group .point_num {
    width: 35px;
    margin-right: 5px;
  }
}
.merit_content_div .merit_detail .des_ttl_group .point_num .txt {
  position: relative;
  margin-bottom: -2px;
  margin-left: 10%;
  color: #2A65A9;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: italic;
  font-family: "jost", sans-serif;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail .des_ttl_group .point_num .txt {
    font-size: 10px;
  }
}
.merit_content_div .merit_detail .des_ttl_group .point_num .num {
  position: relative;
  display: block;
  color: #2A65A9;
  font-size: 54px;
  font-weight: 500;
  font-style: italic;
  font-family: "jost", sans-serif;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail .des_ttl_group .point_num .num {
    font-size: 25px;
  }
}
.merit_content_div .merit_detail .des_ttl_group .des_ttl {
  width: 74.3%;
  padding-top: 30px;
  padding-bottom: 17.5px;
  color: #333;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail .des_ttl_group .des_ttl {
    width: 90%;
    max-width: none;
    font-size: 20px;
    line-height: 38px;
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.merit_content_div .merit_detail .ttl_01 {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail .ttl_01 {
    margin-bottom: 20px;
  }
}
.merit_content_div .merit_detail .slim_flow {
  width: 100%;
  max-width: 986px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail .slim_flow {
    margin-bottom: 20px;
  }
}
.merit_content_div .merit_detail .slim_flow img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .merit_content_div .merit_detail .slim_flow img {
    margin-top: 9px;
  }
}
.merit_content_div .merit_detail .des_txt {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.08em;
}
@-moz-document url-prefix() {
  .merit_content_div .merit_detail .des_txt {
    width: 75%;
  }
  @media screen and (max-width: 768px) {
    .merit_content_div .merit_detail .des_txt {
      width: auto;
    }
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .merit_content_div .merit_detail .des_txt {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .merit_content_div .merit_detail .des_txt {
    font-size: 14px;
    line-height: 1.75;
  }
}
.merit_content_div .merit_detail .merit_des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.36363%;
}
@media screen and (max-width: 1000px) {
  .merit_content_div .merit_detail .merit_des {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.merit_content_div .merit_detail .merit_des .des_txt {
  padding-bottom: 14px;
}
.merit_content_div .merit_detail .merit_des .merit_detail_img {
  width: 40%;
  max-width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 13px;
}
@media screen and (max-width: 1000px) {
  .merit_content_div .merit_detail .merit_des .merit_detail_img {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 9px auto 20px;
  }
}
.merit_content_div .merit_detail .merit_des .img_03 {
  width: 40%;
  max-width: 372px;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .merit_content_div .merit_detail .merit_des .img_03 {
    width: 100%;
    max-width: 500px;
    margin: 9px auto 20px;
  }
}
.merit_content_div .merit_detail .merit_des .img_04 {
  margin-top: 9px;
}
.merit_content_div .merit_detail .des_04 {
  margin-bottom: 43px;
  gap: 6.7%;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail .des_04 {
    margin-bottom: 10px;
  }
}
.merit_content_div .merit_detail .commitment_btn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.83333;
  letter-spacing: 0.05em;
  max-width: 319px;
  display: block;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 0 currentColor;
          box-shadow: inset 0 0 0 0 currentColor;
  padding: 23px 80px 23px 21px;
  margin: 0 auto 10px;
  overflow: hidden;
  -webkit-transition: color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: color 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail .commitment_btn {
    font-size: 14px;
    padding: 20.4442px 45.1101px 20.4442px 15.6664px;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .merit_content_div .merit_detail .commitment_btn:hover {
    color: #2A65A9;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
            box-shadow: inset 0 0 0 2px currentColor;
  }
  .merit_content_div .merit_detail .commitment_btn:hover::before {
    opacity: 0;
  }
  .merit_content_div .merit_detail .commitment_btn:hover .commitment_btn_icon {
    background-color: #2A65A9;
  }
  .merit_content_div .merit_detail .commitment_btn:hover .commitment_btn_icon::before {
    -webkit-animation: arrowMove 0.8s ease forwards;
            animation: arrowMove 0.8s ease forwards;
    background-image: url(../img/common/arrow-white2.svg);
    -webkit-transition: background-image 0s ease 0.4s;
    transition: background-image 0s ease 0.4s;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .merit_content_div .merit_detail .commitment_btn:hover {
    color: #2A65A9;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
            box-shadow: inset 0 0 0 2px currentColor;
  }
  .merit_content_div .merit_detail .commitment_btn:hover::before {
    opacity: 0;
  }
  .merit_content_div .merit_detail .commitment_btn:hover .commitment_btn_icon {
    background-color: #2A65A9;
  }
  .merit_content_div .merit_detail .commitment_btn:hover .commitment_btn_icon::before {
    -webkit-animation: arrowMove 0.8s ease forwards;
            animation: arrowMove 0.8s ease forwards;
    background-image: url(../img/common/arrow-white2.svg);
    -webkit-transition: background-image 0s ease 0.4s;
    transition: background-image 0s ease 0.4s;
  }
}
.merit_content_div .merit_detail .commitment_btn .commitment_btn_txt {
  position: relative;
}
.merit_content_div .merit_detail .commitment_btn .commitment_btn_icon {
  width: 30px;
  height: 22px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .merit_content_div .merit_detail .commitment_btn .commitment_btn_icon {
    right: 9px;
  }
}
.merit_content_div .merit_detail .commitment_btn .commitment_btn_icon::before {
  content: "";
  width: 14px;
  height: 6px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: center/contain url(../img/flow/inq_arrow.svg) no-repeat;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: background-image 0s ease 0s;
  transition: background-image 0s ease 0s;
}
.merit_content_div .merit_detail .commitment_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2A65A9), to(#69A9F0));
  background-image: linear-gradient(to right, #2A65A9, #69A9F0);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.merit_content_div .detail_01 {
  padding: 5.38461% 7.6923% 6.34615% 7.6923%;
}
.merit_content_div .detail_03 {
  padding-bottom: 5.38615%;
}
.merit_content_div .detail_03 .merit_des {
  gap: 68px;
}
@media screen and (max-width: 1000px) {
  .merit_content_div .detail_03 .merit_des {
    gap: 0;
  }
}

.txt_block {
  display: inline-block;
}

.br_920 {
  display: none;
}
@media screen and (max-width: 920px) {
  .br_920 {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .br_920 {
    display: none;
  }
}/*# sourceMappingURL=features.css.map */