@charset "UTF-8";
.lp-strength {
  max-width: 1240px;
  margin: 0 auto;
  padding: 175px 0 35px 0;
}
@media screen and (max-width: 980px) {
  .lp-strength {
    padding: 0;
  }
}
.lp-strength * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-break: strict;
}
.lp-strength img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  max-width: 100%;
}
.lp-strength .noto {
  font-family: "Noto Sans JP", sans-sserif;
}
.lp-strength .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-strength .sp {
    display: block;
  }
}
.lp-strength .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .lp-strength .pc {
    display: none;
  }
}
.lp-strength .p-bg {
  background: #F5F6F1;
}
.lp-strength .p-message {
  padding: 60px 0;
  text-align: center;
}
.lp-strength .p-message .-lead {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-message .-lead {
    font-size: 18px;
  }
}
.lp-strength .p-message .-lead.m-foot {
  margin-top: 65px;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-message .-lead.m-foot {
    margin-top: 30px;
  }
}
.lp-strength .p-message .-logo {
  margin-top: 30px;
}
.lp-strength .p-message .-logo .img {
  width: 489px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-message .-logo .img {
    width: 60%;
  }
}
.lp-strength .p-message .-logo .img img {
  width: 100%;
}
.lp-strength .p-message .-logo span {
  font-size: 15px;
  font-weight: bold;
  color: #8D390D;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-message .-logo span {
    font-size: 12px;
  }
}
.lp-strength .p-reasonnav {
  background: #fff;
  max-width: 1000px;
  margin: 10px auto;
  padding: 40px 70px 50px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reasonnav {
    padding: 30px 20px 50px;
    margin-top: 20px;
  }
}
.lp-strength .p-reasonnav .-headline {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reasonnav .-headline {
    font-size: 24px;
  }
}
.lp-strength .p-reasonnav .-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  margin-top: 68px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reasonnav .-list {
    gap: 90px 20px;
  }
}
.lp-strength .p-reasonnav .-list .item {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reasonnav .-list .item {
    margin: 0 auto;
  }
}
.lp-strength .p-reasonnav .-list .item a {
  background: #D8F6EF;
  width: 100%;
  padding: 20px 20px 30px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(37, 72, 69, 0.1);
          box-shadow: 2px 2px 6px 0 rgba(37, 72, 69, 0.1);
  height: 100%;
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .lp-strength .p-reasonnav .-list .item a:hover {
    opacity: 1;
  }
  .lp-strength .p-reasonnav .-list .item a:hover:after, .lp-strength .p-reasonnav .-list .item a:hover:before {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .lp-strength .p-reasonnav .-list .item a:hover:after {
    background: #F08300;
  }
}
.lp-strength .p-reasonnav .-list .item a:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #254845;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-strength .p-reasonnav .-list .item a:before {
  content: "";
  width: 16px;
  height: 18px;
  background: url(../img/strength/reason_arw.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-strength .p-reasonnav .-list .item-num {
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 86px;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #D8F6EF;
  border-radius: 50%;
}
.lp-strength .p-reasonnav .-list .item-num img {
  width: 66px;
}
.lp-strength .p-reasonnav .-list .item-img {
  height: 157px;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reasonnav .-list .item-img {
    width: 60%;
    height: auto;
  }
}
.lp-strength .p-reasonnav .-list .item-txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reasonnav .-list .item-txt {
    font-size: 18px;
    padding: 10px 0;
  }
}
.lp-strength .p-reason {
  margin-top: 140px;
  padding-bottom: 130px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.lp-strength .p-reason-section {
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section {
    padding-top: 120px;
    margin-top: -80px;
  }
}
.lp-strength .p-reason-section + .p-reason-section {
  margin-top: 185px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section + .p-reason-section {
    margin-top: 0;
    padding-top: 120px;
  }
}
.lp-strength .p-reason-section .-head {
  background: #02C0A6;
  color: #fff;
  position: relative;
  border-radius: 20px;
  margin: 0 20px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .-head {
    border-radius: 15px;
  }
}
.lp-strength .p-reason-section .-head .num {
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 86px;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #02C0A6;
  border-radius: 50%;
}
.lp-strength .p-reason-section .-head .num img {
  width: 66px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .-head .num {
    width: 50px;
    top: -23px;
  }
  .lp-strength .p-reason-section .-head .num img {
    width: 40px;
  }
}
.lp-strength .p-reason-section .-head .headline {
  font-size: 30px;
  font-weight: 900;
  padding: 50px 0 30px;
  text-align: center;
  min-height: 150px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .-head .headline {
    font-size: 18px;
    padding: 30px 20px 20px;
    min-height: auto;
    margin-bottom: 0;
  }
}
.lp-strength .p-reason-section .-imgset {
  margin-top: 86px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .-imgset {
    margin-top: 20px;
  }
}
.lp-strength .p-reason-section .-imgset .imgset-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .-imgset .imgset-unit {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lp-strength .p-reason-section .-imgset .imgset-unit {
    display: block;
  }
}
.lp-strength .p-reason-section .-imgset .imgset-unit.m-fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lp-strength .p-reason-section .-imgset .imgset-unit.m-fdr .-txt .ttl {
  text-align: left;
}
.lp-strength .p-reason-section .-imgset .imgset-unit.m-fdr .-txt .ttl span {
  padding: 10px 30px;
}
.lp-strength .p-reason-section .-imgset .imgset-unit .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px 0 40px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .-imgset .imgset-unit .-txt {
    padding: 0 20px;
  }
}
.lp-strength .p-reason-section .-imgset .imgset-unit .-txt .ttl {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .-imgset .imgset-unit .-txt .ttl {
    text-align: center;
    font-size: 16px;
  }
}
.lp-strength .p-reason-section .-imgset .imgset-unit .-txt .ttl span {
  background: #F08300;
  padding: 10px 30px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  text-align: left;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .-imgset .imgset-unit .-txt .ttl span {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.lp-strength .p-reason-section .-imgset .imgset-unit .-txt .comment {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .-imgset .imgset-unit .-txt .comment {
    font-size: 14px;
  }
}
.lp-strength .p-reason-section .-imgset .imgset-unit .-img {
  width: 330px;
  height: 270px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .-imgset .imgset-unit .-img {
    width: 90%;
    margin: 20px auto 0;
  }
}
.lp-strength .p-reason-section .-imgset .imgset-unit .-img img {
  width: auto;
  height: 100%;
}
.lp-strength .p-reason-section .-imgset .imgset-unit + .imgset-unit {
  margin-top: 80px;
}
.lp-strength .p-reason-section .sub-headline {
  width: 825px;
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #F08300;
  border-radius: 100px;
  position: relative;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(37, 72, 69, 0.1);
          box-shadow: 2px 2px 6px 0 rgba(37, 72, 69, 0.1);
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .sub-headline {
    width: 90%;
    font-size: 18px;
    text-align: center;
    margin: 20px auto 0;
  }
}
.lp-strength .p-reason-section .serviselist {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .serviselist {
    margin-top: 20px;
  }
}
.lp-strength .p-reason-section .serviselist .-unit {
  position: relative;
  padding: 0 40px 30px 280px;
  width: 875px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .serviselist .-unit {
    width: 90%;
    padding: 0 0 30px;
  }
}
.lp-strength .p-reason-section .serviselist .-unit:after {
  content: "";
  width: 589px;
  height: 1px;
  background: url(../img/strength/reason_line.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .serviselist .-unit:after {
    width: 100%;
    left: 0;
    margin: 0 auto;
  }
}
.lp-strength .p-reason-section .serviselist .-unit + .-unit {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .serviselist .-unit + .-unit {
    margin-top: 20px;
  }
}
.lp-strength .p-reason-section .serviselist .-unit:last-of-type:after {
  display: none;
}
.lp-strength .p-reason-section .serviselist .-unit .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .serviselist .-unit .ttl {
    font-size: 20px;
  }
}
.lp-strength .p-reason-section .serviselist .-unit .ttl .num {
  color: #F08300;
  font-weight: 900;
  margin-right: 0.8rem;
}
.lp-strength .p-reason-section .serviselist .-unit .img {
  width: 218px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .serviselist .-unit .img {
    position: static;
    margin: 10px auto 0;
    width: 50%;
  }
}
.lp-strength .p-reason-section .serviselist .-unit .comment {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .serviselist .-unit .comment {
    margin-top: 0;
    font-size: 14px;
  }
}
.lp-strength .p-reason-section .serviselist .-unit .btn {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .serviselist .-unit .btn {
    text-align: center;
  }
}
.lp-strength .p-reason-section .serviselist .-unit .btn a {
  display: inline-block;
  background: #02C0A6;
  color: #fff;
  padding: 8px 20px 8px 25px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .serviselist .-unit .btn a {
    font-size: 14px;
    padding: 8px 15px 8px 15px;
  }
}
.lp-strength .p-reason-section .serviselist .-unit .btn a:after {
  content: "＞";
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .serviselist .-unit .btn a:after {
    margin-left: 5px;
  }
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .lp-strength .p-reason-section .serviselist .-unit .btn a:hover:after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.lp-strength .p-reason-section .serviselist .-unit .btn a.m-outlink:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* solid */
  content: "\f35d"; /* external-link-alt */
  margin-left: 0.3em;
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .lp-strength .p-reason-section .serviselist .-unit .btn a.m-outlink:hover:after {
    -webkit-transform: none;
            transform: none;
  }
}
.lp-strength .p-reason-section .infolist {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist {
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit {
    width: 90%;
    margin: 0 auto;
  }
}
.lp-strength .p-reason-section .infolist .-unit + .-unit {
  margin-top: 50px;
}
.lp-strength .p-reason-section .infolist .-unit .unit-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}
.lp-strength .p-reason-section .infolist .-unit .unit-ttl span {
  display: inline-block;
  background: #F08300;
  color: #fff;
  padding: 12px 45px 12px 45px;
  border-radius: 30px 30px 0 0;
  font-weight: 500;
  position: relative;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(37, 72, 69, 0.1);
          box-shadow: 2px 2px 6px 0 rgba(37, 72, 69, 0.1);
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-ttl span {
    font-size: 14px;
    padding: 8px 20px 8px 20px;
    border-radius: 15px 15px 0 0;
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0px;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 35px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(37, 72, 69, 0.1);
          box-shadow: 2px 2px 6px 0 rgba(37, 72, 69, 0.1);
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box {
    display: block;
    margin: 0 auto;
    padding: 20px 25px;
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-img {
  width: 240px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-img {
    width: 70%;
    height: auto;
    margin: 20px auto;
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-img img {
  height: 100%;
  width: auto;
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-img.m-01 {
  height: 125px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-img.m-01 {
    height: 80px;
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-img.m-02 {
  height: 110px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-img.m-02 {
    height: 80px;
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-img.m-03 {
  height: 129px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-img.m-03 {
    height: 80px;
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .comment {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  padding-right: 40px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .comment {
    font-size: 14px;
    margin-top: 0;
    padding-right: 0;
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn {
  margin: 18px 25px 0 0;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn {
    margin: 20px auto 0;
    text-align: center;
    display: block;
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn a {
  display: inline-block;
  background: #02C0A6;
  color: #fff;
  padding: 8px 23px 8px 30px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn a {
    font-size: 14px;
    padding: 8px 15px 8px 15px;
    width: 100%;
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn a:after {
  content: "＞";
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn a:after {
    margin-left: 5px;
  }
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn a:hover:after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn a.m-outlink:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* solid */
  content: "\f35d"; /* external-link-alt */
  margin-left: 0.3em;
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn a.m-outlink:hover:after {
    -webkit-transform: none;
            transform: none;
  }
}
.lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn.m-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
  margin-left: 35px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-reason-section .infolist .-unit .unit-box .-txt .btn.m-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-left: 0;
  }
}
.lp-strength .p-voice {
  background: #fff;
  padding-top: 110px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice {
    padding-top: 60px;
    overflow: hidden;
  }
}
.lp-strength .p-voice .-headline {
  max-width: 1075px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.lp-strength .p-voice .-headline span {
  font-size: 30px;
  display: inline-block;
  background: #F08300;
  color: #fff;
  padding: 17px 55px;
  border-radius: 100px;
  font-weight: 500;
  position: relative;
  margin-left: 0;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-headline span {
    font-size: 18px;
    padding: 10px 40px;
  }
}
.lp-strength .p-voice .-headline span:before {
  content: "USER VOICE";
  font-size: 14px;
  font-weight: 700;
  top: -25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #F08300;
}
.lp-strength .p-voice .-headline span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #F08300 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  margin: 0 auto;
}
.lp-strength .p-voice .-headline:before, .lp-strength .p-voice .-headline:after {
  content: "";
  width: 35%;
  height: 19px;
  max-width: 357px;
  background: url(../img/strength/voice_line.svg) no-repeat center top;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-headline:before, .lp-strength .p-voice .-headline:after {
    width: 30%;
    background-position: right center;
  }
}
.lp-strength .p-voice .-headline:before {
  left: 0;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-headline:before {
    left: calc(50% + 80px);
  }
}
.lp-strength .p-voice .-headline:after {
  right: 0;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-headline:after {
    right: calc(50% + 80px);
    background-position: left center;
  }
}
.lp-strength .p-voice .-voicelist {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 90px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-voicelist {
    width: 90%;
    margin: 40px auto 0;
  }
}
.lp-strength .p-voice .-voicelist .voice-unit {
  background: #F5F6F1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 40px;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-voicelist .voice-unit {
    display: block;
    border-radius: 20px;
    padding: 20px 25px;
  }
}
.lp-strength .p-voice .-voicelist .voice-unit .-ttl {
  width: 107px;
  position: absolute;
  left: 40px;
  top: -18px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-voicelist .voice-unit .-ttl {
    width: 80px;
    left: 20px;
    top: -10px;
  }
}
.lp-strength .p-voice .-voicelist .voice-unit .-img {
  width: 200px;
  text-align: center;
}
.lp-strength .p-voice .-voicelist .voice-unit .-img img {
  width: 127px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-voicelist .voice-unit .-img {
    margin: 0 auto;
  }
}
.lp-strength .p-voice .-voicelist .voice-unit .-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0 20px 60px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-voicelist .voice-unit .-txt {
    padding: 20px 0 20px 0;
    font-size: 16px;
  }
}
.lp-strength .p-voice .-voicelist .voice-unit .-txt:before {
  content: "";
  width: 1px;
  height: 100%;
  background: url(../img/strength/voice_unitline.svg) no-repeat center left/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-voicelist .voice-unit .-txt:before {
    display: none;
  }
}
.lp-strength .p-voice .-voicelist .voice-unit .-txt strong {
  color: #F08300;
}
.lp-strength .p-voice .-voicelist .voice-unit + .voice-unit {
  margin-top: 70px;
}
@media screen and (max-width: 980px) {
  .lp-strength .p-voice .-voicelist .voice-unit + .voice-unit {
    margin-top: 30px;
  }
}