.intro_content .ttl_underbar_set .main_txt::before {
  content: none;
}

.compare_table {
  filter: drop-shadow(0 0 10px rgba(204, 204, 204, 0.75));
}

.sec_reasons {
  padding-bottom: 80px;
}
.sec_reasons .sec_ttl_area {
  background: url(../img/beginner/bg_title_stripe.png) no-repeat center;
  background-size: cover;
}
.sec_reasons .sec_ttl_area .ttl {
  padding: 0.2em 0.25em 0.5em;
  font-size: min(4.5vw, 54px);
  font-weight: bold;
  color: #e2ef00;
}
.sec_reasons .sec_ttl_area .ttl span {
  font-size: 0.5em;
  color: #fff;
  display: inline-block;
  position: relative;
}
.sec_reasons .sec_ttl_area .ttl span::before, .sec_reasons .sec_ttl_area .ttl span::after {
  content: "";
  width: 0.65em;
  height: 1.06em;
  position: absolute;
  top: 0.2em;
}
.sec_reasons .sec_ttl_area .ttl span::before {
  background: url(../img/common/line_white_left.png) no-repeat;
  background-size: contain;
  left: -1em;
}
.sec_reasons .sec_ttl_area .ttl span::after {
  background: url(../img/common/line_white_right.png) no-repeat;
  background-size: contain;
  right: -1em;
}
.sec_reasons .sec_ttl_area .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec_reasons .sec_ttl_area .inner::before {
  content: "";
  background: url(../img/strength/staff.png) no-repeat left bottom;
  background-size: contain;
  width: 27%;
  height: 183px;
}
.sec_reasons .sec_ttl_area .inner::after {
  content: "";
  background: url(../img/top/truck_img.png) no-repeat right bottom;
  background-size: contain;
  width: 26.3%;
  height: 170px;
}
.sec_reasons .border_box .ttl {
  font-size: min(2.1vw, 22px);
  background: var(--site-palecolor);
  padding: 0.65em 0 0.65em;
}
.sec_reasons .btn_wrapper {
  margin-bottom: 10px;
}

.reason_item {
  margin-top: 150px;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(var(--site-primary-rgb), 0.15));
  border-radius: 15px;
  position: relative;
}
.reason_item::before {
  content: "";
  background: url(../img/common/bg_dot_blue03.png);
  width: 29.4%;
  height: 330px;
  border-radius: 165px;
  position: absolute;
  left: 50%;
  top: -88px;
  transform: translateX(-50%);
  z-index: -1;
}
.reason_item .ttl_area {
  background: url(../img/common/bg_dot_blue03.png);
  position: relative;
  border-radius: 15px 15px 0 0;
}
.reason_item .ttl_area .medal {
  width: 78px;
  position: absolute;
  left: 50%;
  top: -66%;
  transform: translateX(-50%);
}
.reason_item .ttl_area .ttl {
  font-size: min(3.0vw, 34px);
  padding: 1em 0 0.65em;
}
.reason_item .ttl_area .ttl .color {
  color: #e2ef00;
}
.reason_item .item_content {
  padding: 55px 60px 60px;
  border-radius: 0 0 15px 15px;
}
.reason_item .row_box .point_circle {
  font-size: min(1.8vw, 19px);
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  color: var(--site-secondary);
  background: #fff;
  border: 2px solid var(--site-secondary);
  width: min(8vw, 86px);
  height: min(8vw, 86px);
  border-radius: 43px;
  position: absolute;
  top: -15%;
  left: -11%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reason_item .row_box .point_circle span {
  font-size: 0.7em;
  padding-left: 6px;
}
.reason_item .row_box .photo {
  width: 36.8%;
  position: relative;
}
.reason_item .row_box .txt_box {
  width: 57.4%;
}
.reason_item .row_box .ttl {
  font-size: min(2.2vw, 26px);
  margin-bottom: 0.5em;
}

.reason_01 .row_box .point_circle {
  line-height: 1.1;
}

.reason_02 .item_content {
  padding-top: 26px;
  background: #fff url(../img/strength/content_top_bg.png) no-repeat top center;
  background-size: 100% auto;
}
.reason_02 .content_top .ttl {
  font-size: min(3.0vw, 36px);
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.reason_02 .content_top .ttl .side_line {
  font-size: 0.65em;
  position: relative;
  display: inline-block;
  position: relative;
}
.reason_02 .content_top .ttl .side_line::before, .reason_02 .content_top .ttl .side_line::after {
  content: "";
  width: 0.64em;
  height: 40px;
  position: absolute;
  top: 0;
}
.reason_02 .content_top .ttl .side_line::before {
  background: url(../img/common/line_blue_left.svg) no-repeat;
  background-size: contain;
  left: -1.2em;
}
.reason_02 .content_top .ttl .side_line::after {
  background: url(../img/common/line_blue_right.svg) no-repeat;
  background-size: contain;
  right: -1.2em;
}
.reason_02 .content_top .ttl .size em {
  font-size: 2.2em;
  font-weight: 900;
  position: relative;
  letter-spacing: 0.07em;
}
.reason_02 .content_top .ttl .size em::before {
  content: "No.1";
  position: absolute;
  top: auto;
  left: 0;
  color: #fff;
  z-index: -1;
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}
.reason_02 .content_top .ttl .size em::after {
  content: "";
  width: 100%;
  height: 20px;
  background: #e2ef00;
  z-index: -2;
  position: absolute;
  left: -6px;
  bottom: 20px;
}
.reason_02 .appeal {
  gap: 0 4%;
  margin: 35px 0 50px;
}
.reason_02 .appeal li {
  font-size: min(2.0vw, 24px);
  font-weight: 500;
  padding: 0.25em 2em;
  border-radius: 5px;
  position: relative;
}
.reason_02 .appeal li .size_02 {
  font-size: 0.625em;
}
.reason_02 .appeal li::before {
  content: "";
  background: url(../img/strength/star.svg) no-repeat;
  background-size: contain;
  width: min(3.0vw, 35px);
  height: min(3.0vw, 35px);
  position: absolute;
  top: -15px;
  left: 15px;
}
.reason_02 .border_box {
  margin-top: 50px;
}
.reason_02 .border_box ul {
  padding: 30px 0;
  gap: 0 5%;
}
.reason_02 .border_box ul li {
  width: 18%;
}
.reason_02 .border_box ul li figure img {
  filter: drop-shadow(-8px 8px 0 var(--site-palecolor));
}
.reason_02 .border_box ul li p {
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  margin-top: 20px;
}

.reason_03 .row-rev {
  margin-top: 60px;
}
.reason_03 .service_box {
  background: rgba(var(--site-palecolor-rgb), 0.5);
  padding: 35px 60px 50px;
  margin: 60px -60px 0;
}
.reason_03 .service_box .ttl {
  font-size: min(2.5vw, 30px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
}
.reason_03 .service_box .ttl::before, .reason_03 .service_box .ttl::after {
  content: "";
  width: 0.64em;
  height: 40px;
  position: absolute;
  top: 0;
}
.reason_03 .service_box .ttl::before {
  background: url(../img/common/line_blue_left.svg) no-repeat;
  background-size: contain;
  left: -1.2em;
}
.reason_03 .service_box .ttl::after {
  background: url(../img/common/line_blue_right.svg) no-repeat;
  background-size: contain;
  right: -1.2em;
}
.reason_03 .service_box ul {
  gap: 25px 0;
}
.reason_03 .service_box li {
  width: 23.5%;
}
.reason_03 .service_box li a {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 15px 0 15px 15px;
  gap: 0 5%;
  box-shadow: 0px 5px 0px 0px rgba(var(--site-secondary-rgb), 0.35);
  position: relative;
}
.reason_03 .service_box li a img {
  width: 43.6%;
}
.reason_03 .service_box li a span {
  font-size: min(1.8vw, 19px);
  font-weight: 500;
  color: var(--site-primary);
  position: relative;
  z-index: 10;
}
.reason_03 .service_box li a .size {
  font-size: min(1.6vw, 17px);
}
.reason_03 .service_box li a::after {
  content: "";
  background: url(../img/common/sankaku_rightbottom_01.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.reason_03 .service_box li a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.reason_03 .points_list {
  margin-top: 60px;
  gap: 30px 0;
}
.reason_03 .points_list li {
  padding: 30px 0;
}
.reason_03 .points_list img {
  width: 30%;
}
.reason_03 .points_list .txt_box {
  width: 66.5%;
  padding-right: 5%;
}
.reason_03 .points_list .ttl {
  font-size: min(2.2vw, 26px);
  margin-bottom: 0.3em;
  background: none;
  padding: 0;
}
.reason_03 .points_list .ttl .label {
  font-size: 0.65em;
  background: #b8ec4d;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.5em;
  border-radius: 3px;
  margin-bottom: 10px;
}

.reason_04 .item_content {
  padding-top: 10px;
  background: #fff url(../img/strength/content_top_bg.png) no-repeat top center;
  background-size: 100% auto;
}
.reason_04 .price_ttl {
  font-size: min(3.5vw, 38px);
  line-height: 1.8;
  margin-bottom: 70px;
}
.reason_04 .price_ttl .fukidashi {
  font-size: 0.52em;
  padding: 5px 26px;
  display: inline-block;
  position: relative;
  border: 0.12em solid var(--site-primary);
  border-radius: 2em;
  background: #fff;
  filter: drop-shadow(0 6px 0 rgb(225, 238, 0));
}
.reason_04 .price_ttl .fukidashi::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}
.reason_04 .price_ttl .fukidashi::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--site-primary) var(--site-primary) transparent transparent;
  rotate: 135deg;
  translate: -50%;
}
.reason_04 .price_ttl .circle {
  font-size: 0.56em;
  font-weight: bold;
  display: inline-block;
  border: 2px solid var(--site-primary);
  width: 4em;
  height: 4em;
  line-height: 4em;
  border-radius: 2em;
  position: relative;
  top: -12px;
}
.reason_04 .price_ttl em {
  font-size: 1.6em;
}
.reason_04 .border_box ul {
  gap: 25px 0;
  margin-top: 25px;
  margin-left: 8%;
}
.reason_04 .border_box li {
  font-size: min(1.8vw, 20px);
  font-weight: 500;
  color: var(--site-primary);
  display: flex;
  align-items: center;
  width: 26%;
  gap: 0 15px;
}
.reason_04 .border_box li img {
  width: 72px;
}
.reason_04 .border_box .point_txt {
  background: #eee;
  position: relative;
  margin: 40px 50px 40px;
}
.reason_04 .border_box .point_txt .poppins {
  font-size: 16px;
  color: var(--site-primary);
  background: #b8ec4d;
  border-radius: 20px;
  display: inline-block;
  padding: 0.15em 1.5em;
  position: absolute;
  top: -14px;
  left: 3%;
}
.reason_04 .border_box .point_txt p {
  padding: 1.75em 2em;
}
.reason_04 .price_points {
  gap: 45px 3%;
  margin-top: 50px;
}
.reason_04 .price_points li {
  width: 31%;
  background: #d9ebf4;
  padding: 25px 25px 20px;
  position: relative;
}
.reason_04 .price_points li .ttl {
  font-size: min(1.8vw, 19px);
  display: flex;
  align-items: center;
  gap: 0 4%;
  margin-right: -10px;
}
.reason_04 .price_points li .ttl img {
  width: 55px;
}
.reason_04 .price_points li .photo {
  border-radius: 5px;
  margin: 15px 0 15px;
}
.reason_04 .price_points li::before {
  content: "";
  background: var(--site-secondary);
  width: 6px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 35px;
}

.reason_05 .points_wrapper {
  margin-top: 50px;
  gap: 45px 0;
}
.reason_05 li {
  width: 48%;
}
.reason_05 li img {
  width: 72%;
  display: block;
  margin: 7% auto 0;
}
.reason_05 li p {
  margin: 1.5em 10% 2em;
}
.reason_05 li:last-child {
  width: 100%;
}
.reason_05 li:last-child .row {
  padding: 3% 4% 3%;
}
.reason_05 li:last-child img {
  width: 40%;
  margin: 0;
}
.reason_05 li:last-child .txt_box {
  width: 55%;
}
.reason_05 li:last-child .txt_box p {
  margin: 0;
}
.reason_05 li:last-child .box_ttl {
  font-size: min(1.8vw, 20px);
  margin: 1em 0;
}

.reason_06 .item_content {
  background: #fff url(../img/top/recycle_bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
.reason_06 .border_box {
  margin: 50px 0 50px;
}
.reason_06 .border_box .ttl em {
  font-size: 1.2em;
}
.reason_06 .border_box ul {
  padding: 3% 4% 2%;
}
.reason_06 .border_box li {
  width: 14%;
}
.reason_06 .border_box li p {
  font-weight: 500;
  line-height: 1.35;
  margin-top: 10px;
}
.reason_06 .features {
  background: rgba(var(--site-palecolor-rgb), 0.5);
  padding: 1% 4% 1%;
}
.reason_06 .features li {
  display: flex;
  align-items: center;
  padding: 2% 0 2%;
  gap: 0 2%;
}
.reason_06 .features li img {
  width: 55px;
}
.reason_06 .features li p {
  font-size: min(2.1vw, 22px);
  font-weight: 500;
}
.reason_06 .features li:first-child {
  border-bottom: 2px solid rgba(var(--site-palecolor-rgb), 0.7);
}
.reason_06 .row_box.under {
  padding: 65px 0 50px;
  border-bottom: 3px solid #ececec;
}
.reason_06 .msg_area {
  padding-top: 40px;
}
.reason_06 .msg_area p {
  font-size: min(2.4vw, 26px);
  font-weight: 500;
}
.reason_06 .msg_area .txt_white {
  font-size: min(2.6vw, 28px);
  line-height: 1.85;
  margin-top: 20px;
}
.reason_06 .msg_area .txt_white span {
  display: inline-block;
  margin-bottom: 10px;
  background: var(--site-secondary);
  padding: 0 15px;
}

@media only screen and (max-width: 960px) {
  .sec_reasons .sec_ttl_area .inner::before {
    height: 130px;
  }
  .sec_reasons .sec_ttl_area .inner::after {
    height: 130px;
  }
  .reason_item {
    margin-top: 100px;
  }
  .reason_item::before {
    top: -58px;
  }
  .reason_item .ttl_area .medal {
    width: 50px;
  }
  .reason_item .item_content {
    padding: 5% 5% 5%;
  }
  .reason_02 .item_content {
    padding-top: 3%;
  }
  .reason_02 .appeal {
    margin: 4% 0 5%;
  }
  .reason_02 .border_box {
    margin-top: 4%;
  }
  .reason_03 .row-rev {
    margin-top: 8%;
  }
  .reason_03 .service_box {
    margin: 5% -5% 0;
    padding: 4% 3% 5%;
  }
  .reason_03 .points_list {
    margin-top: 5%;
  }
  .reason_04 .item_content {
    padding-top: 2%;
  }
  .reason_04 .price_ttl {
    margin-bottom: 4%;
  }
  .reason_04 .border_box ul {
    margin-left: 5%;
  }
  .reason_04 .border_box li {
    gap: 0 8px;
  }
  .reason_04 .border_box li img {
    width: 54px;
  }
  .reason_04 .border_box .point_txt {
    margin: 4% 5% 4%;
  }
}
@media only screen and (max-width: 568px) {
  .sec_reasons {
    padding-bottom: 40px;
  }
  .sec_reasons .sec_ttl_area {
    background: url(../img/beginner/bg_title_stripe_sp.png) no-repeat center;
    background-size: cover;
  }
  .sec_reasons .sec_ttl_area .inner {
    width: 100%;
    justify-content: flex-start;
  }
  .sec_reasons .sec_ttl_area .inner::before {
    height: 85px;
    margin: 0 2% 0 3%;
  }
  .sec_reasons .sec_ttl_area .inner::after {
    content: none;
  }
  .sec_reasons .sec_ttl_area .ttl {
    font-size: 6.3vw;
  }
  .sec_reasons .sec_ttl_area .ttl span {
    font-size: 0.6em;
  }
  .sec_reasons .border_box .ttl {
    font-size: 4.3vw;
    padding: 10px 0 12px;
  }
  .sec_reasons .btn_wrapper {
    margin-bottom: 15px;
  }
  .reason_item {
    margin-top: 80px;
  }
  .reason_item::before {
    width: 180px;
    height: 180px;
    top: -48px;
  }
  .reason_item .ttl_area .medal {
    width: 16vw;
    top: -17.5vw;
  }
  .reason_item .ttl_area .ttl {
    font-size: 5.5vw;
    padding: 16px 0 13px;
  }
  .reason_item .item_content {
    padding: 25px 18px 25px;
  }
  .reason_item .row_box {
    flex-direction: column;
  }
  .reason_item .row_box .point_circle {
    font-size: 14px;
    width: 60px;
    height: 60px;
    top: -16px;
    left: -10px;
  }
  .reason_item .row_box .photo {
    width: 100%;
  }
  .reason_item .row_box .txt_box {
    width: 100%;
  }
  .reason_item .row_box .ttl {
    font-size: 4.6vw;
    margin: 15px 0 10px;
    text-align: center;
  }
  .reason_02 .item_content {
    padding-top: 10px;
    background: #fff url(../img/strength/content_top_bg_sp.png) no-repeat top -10vw center;
    background-size: 100% auto;
  }
  .reason_02 .content_top .ttl {
    font-size: 5.3vw;
  }
  .reason_02 .content_top .ttl .side_line {
    margin-bottom: 5px;
  }
  .reason_02 .content_top .ttl .size em::before {
    -webkit-text-stroke-width: 6px;
  }
  .reason_02 .content_top .ttl .size em::after {
    height: 12px;
    bottom: 9px;
  }
  .reason_02 .appeal {
    flex-direction: column;
    align-items: center;
    gap: 12px 0;
    margin: 28px 0 15px;
  }
  .reason_02 .appeal li {
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 8px 0 8px;
  }
  .reason_02 .appeal li::before {
    width: 25px;
    height: 25px;
    top: -10px;
    left: -10px;
  }
  .reason_02 .border_box {
    margin-top: 20px;
  }
  .reason_02 .border_box ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 22px;
    gap: 20px 0;
  }
  .reason_02 .border_box ul li {
    width: 45%;
  }
  .reason_02 .border_box ul li p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 14px;
  }
  .reason_03 .row-rev {
    margin-top: 25px;
  }
  .reason_03 .service_box {
    margin: 25px -18px 0;
    padding: 20px 16px 30px;
  }
  .reason_03 .service_box .ttl {
    font-size: 4.8vw;
    margin: 0 auto 16px;
  }
  .reason_03 .service_box .ttl::before, .reason_03 .service_box .ttl::after {
    width: 15px;
    height: 40px;
    top: 22px;
  }
  .reason_03 .service_box .ttl::before {
    left: -1.4em;
  }
  .reason_03 .service_box .ttl::after {
    right: -1.4em;
  }
  .reason_03 .service_box ul {
    gap: 16px 0;
  }
  .reason_03 .service_box li {
    width: 47.8%;
  }
  .reason_03 .service_box li a {
    border-radius: 5px;
    padding: 10px 0 10px 8px;
    gap: 0 6px;
  }
  .reason_03 .service_box li a img {
    width: 50px;
  }
  .reason_03 .service_box li a span {
    font-size: 4.0vw;
  }
  .reason_03 .service_box li a .size {
    font-size: 3.0vw;
    line-height: 1.35;
  }
  .reason_03 .service_box li a .size_02 {
    font-size: 3.8vw;
  }
  .reason_03 .service_box li a::after {
    width: 13px;
    height: 13px;
    right: 6px;
    bottom: 6px;
  }
  .reason_03 .points_list {
    margin-top: 25px;
    gap: 20px 0;
  }
  .reason_03 .points_list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
  .reason_03 .points_list li img {
    width: 91.3%;
  }
  .reason_03 .points_list li .txt_box {
    width: 100%;
    padding: 0 16px;
    margin-top: 8px;
  }
  .reason_03 .points_list li .ttl {
    font-size: 5.0vw;
    padding: 10px 0 5px;
  }
  .reason_04 .item_content {
    padding-top: 16px;
    background: #fff url(../img/strength/content_top_bg_sp.png) no-repeat top -36px center;
    background-size: 100% auto;
  }
  .reason_04 .price_ttl {
    font-size: 4.8vw;
    margin: 0 -15px 40px;
  }
  .reason_04 .price_ttl .fukidashi {
    font-size: 13px;
    padding: 3px 13px;
    border: 1px solid var(--site-primary);
    filter: drop-shadow(0 4px 0 rgb(255, 243, 116));
    margin-bottom: 6px;
  }
  .reason_04 .price_ttl .fukidashi::after {
    border: 1px solid;
    border-color: var(--site-primary) var(--site-primary) transparent transparent;
    width: 12px;
    height: 12px;
    bottom: -6px;
  }
  .reason_04 .price_ttl .circle {
    font-size: 13px;
    border-width: 1px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -5px;
  }
  .reason_04 .border_box ul {
    margin: 16px 15px 30px;
    gap: 13px 0;
  }
  .reason_04 .border_box li {
    width: 47.8%;
    font-size: 3.8vw;
  }
  .reason_04 .border_box li img {
    width: 50px;
  }
  .reason_04 .border_box .point_txt {
    margin: 0 15px 15px;
  }
  .reason_04 .border_box .point_txt .poppins {
    font-size: 13px;
    top: -12px;
    left: 10px;
  }
  .reason_04 .border_box .point_txt p {
    padding: 20px 20px 16px;
  }
  .reason_04 .price_points {
    gap: 25px 0;
    margin-top: 30px;
  }
  .reason_04 .price_points li {
    width: 100%;
  }
  .reason_04 .price_points li .ttl {
    font-size: 4.8vw;
  }
  .reason_05 .points_wrapper {
    gap: 25px 0;
    margin-top: 25px;
  }
  .reason_05 li {
    width: 100%;
  }
  .reason_05 li img {
    width: 80%;
    margin: 18px auto 0;
  }
  .reason_05 li p {
    margin: 12px 20px 20px;
  }
  .reason_05 li:last-child .row {
    flex-direction: column;
    padding: 20px 20px 20px;
  }
  .reason_05 li:last-child img {
    width: 95%;
    margin: 0 auto 20px;
  }
  .reason_05 li:last-child .box_ttl {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  .reason_05 li:last-child .txt_box {
    width: 100%;
  }
  .reason_05 li:last-child .txt_box p {
    margin: 0;
  }
  .reason_06 .item_content {
    background: #fff url(../img/top/recycle_bg_sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  .reason_06 .border_box {
    margin: 25px 0 25px;
  }
  .reason_06 .border_box ul {
    padding: 20px 20px;
    gap: 15px 0;
  }
  .reason_06 .border_box li {
    width: 47.8%;
  }
  .reason_06 .border_box li img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .reason_06 .border_box li p {
    margin-top: 6px;
  }
  .reason_06 .features {
    padding: 10px 15px 12px;
  }
  .reason_06 .features li {
    gap: 0 12px;
    padding: 12px 0;
  }
  .reason_06 .features li img {
    width: 50px;
  }
  .reason_06 .features li p {
    font-size: 16px;
  }
  .reason_06 .row_box.under {
    padding: 40px 0 25px;
  }
  .reason_06 .msg_area {
    padding-top: 25px;
  }
  .reason_06 .msg_area p {
    font-size: 4.8vw;
  }
  .reason_06 .msg_area .txt_white {
    font-size: 5.2vw;
  }
}/*# sourceMappingURL=strength.css.map */