.slide_rh_1 ._base_text_btn {
  background: #fff;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .slide_rh_1 ._base_text_btn {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: calc(48px * var(--rto_pg_wdt));
  }
}
@media screen and (max-width: 767px) {
  .slide_rh_1 ._base_text_btn {
    width: calc(100% - 32px * var(--rto_pg_wdt));
    padding: calc(48px * var(--rto_pg_wdt)) calc(15px * var(--rto_pg_wdt));
    top: calc(108px * var(--rto_pg_wdt));
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .slide_rh_1 ._base_text_btn ._base_text {
    padding-bottom: calc(40px * var(--rto_pg_wdt));
  }
}
@media screen and (min-width: 768px) {
  .slide_rh_1 ._base_text_btn ._base_text ._title {
    font-size: calc(60px * var(--rto_pg_wdt));
  }
}
@media screen and (max-width: 767px) {
  .slide_rh_1 ._base_text_btn ._base_text ._title {
    font-size: calc(40px * var(--rto_pg_wdt));
  }
}
@media screen and (max-width: 767px) {
  .slide_rh_1 ._base_text_btn ._row_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slide_rh_1 ._base_text_btn .prt_btn_1 {
  width: calc(95px * var(--rto_pg_wdt)) !important;
}
.slide_rh_1 ._base_text_btn ._base_link {
  font-size: calc(12px * var(--rto_pg_wdt));
  text-align: center;
  margin-top: calc(40px * var(--rto_pg_wdt));
}
@media screen and (max-width: 767px) {
  .slide_rh_1 ._base_text_btn ._base_link {
    margin-top: calc(40px * var(--rto_pg_wdt));
  }
}
.slide_rh_1 ._base_text_btn ._base_link a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sec_1 {
    padding-top: 0;
  }
}
.sec_1 .inr_sec {
  background: #f4f4f4;
  padding: calc(80px * var(--rto_pg_wdt));
}
@media screen and (max-width: 767px) {
  .sec_1 .inr_sec {
    padding: calc(80px * var(--rto_pg_wdt)) 0;
  }
}
.sec_1 ._title {
  text-align: center;
  padding: 0 0 calc(46px * var(--rto_pg_wdt)) 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .sec_1 ._title {
    font-size: calc(32px * var(--rto_pg_wdt));
  }
}
.sec_1 ._title span {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 500;
}
.sec_1 ._benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(24px * var(--rto_pg_wdt));
}
@media screen and (max-width: 767px) {
  .sec_1 ._benefit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(30px * var(--rto_pg_wdt)) calc(8px * var(--rto_pg_wdt));
  }
}
.sec_1 ._benefit ._item {
  width: calc(236px * var(--rto_pg_wdt));
}
@media screen and (max-width: 767px) {
  .sec_1 ._benefit ._item {
    width: calc(162px * var(--rto_pg_wdt));
  }
}
.sec_1 ._benefit ._item img {
  width: calc(110px * var(--rto_pg_wdt));
  margin: 0 auto;
  display: block;
}
.sec_1 ._benefit ._item ._title {
  font-size: calc(20px * var(--rto_pg_wdt));
  line-height: 1.4;
  text-align: center;
  margin-top: calc(24px * var(--rto_pg_wdt));
  padding-bottom: 0;
  height: 2em;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec_1 ._benefit ._item ._title {
    font-size: calc(16px * var(--rto_pg_wdt));
    margin-top: calc(14px * var(--rto_pg_wdt));
  }
}
.sec_1 ._benefit ._item ._text {
  font-size: calc(16px * var(--rto_pg_wdt));
  line-height: 1.4;
  margin-top: calc(34px * var(--rto_pg_wdt));
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_1 ._benefit ._item ._text {
    font-size: calc(12px * var(--rto_pg_wdt));
    margin-top: calc(24px * var(--rto_pg_wdt));
  }
}

@media screen and (min-width: 768px) {
  .sec_2 {
    padding: calc(50px * var(--rto_pg_wdt)) calc(190px * var(--rto_pg_wdt)) 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_2 {
    padding-top: calc(30px * var(--rto_pg_wdt));
  }
}
.sec_2 ._item {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: calc(24px * var(--rto_pg_wdt));
  margin-bottom: calc(24px * var(--rto_pg_wdt));
}
.sec_2 ._item ._title {
  font-size: calc(16px * var(--rto_pg_wdt));
  line-height: 1.4;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec_2 ._item ._title {
    font-size: calc(16px * var(--rto_pg_wdt));
    margin-top: calc(14px * var(--rto_pg_wdt));
  }
}
.sec_2 ._item ._text {
  font-size: calc(16px * var(--rto_pg_wdt));
  line-height: 1.4;
  margin-top: calc(16px * var(--rto_pg_wdt));
}
@media screen and (max-width: 767px) {
  .sec_2 ._item ._text {
    font-size: calc(14px * var(--rto_pg_wdt));
    margin-top: calc(10px * var(--rto_pg_wdt));
  }
}
.sec_2 ._item ._text ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: calc(5px * var(--rto_pg_wdt));
}
.sec_2 ._item ._text ul li ul {
  margin: calc(10px * var(--rto_pg_wdt)) 0;
}
.sec_2 ._item ._text ul li ul li {
  margin-left: 1em;
  font-size: calc(14px * var(--rto_pg_wdt));
}
.sec_2 ._item ._text ._note {
  font-weight: 500;
  color: #484848;
  text-indent: -1em;
  margin-left: 1em;
  display: block;
}
.sec_2 ._item ._text a {
  text-decoration: underline;
}