@charset "UTF-8";
.p-mainVisual {
  position: relative;
  padding: 130px 0 0;
  margin-top: 100px;
  background: url("../img/top/mv.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1199px) {
  .p-mainVisual {
    padding: 30px 0 0;
    margin-top: 64px;
    background: url("../img/top/mv.jpg") no-repeat right/cover;
  }
}

.p-mainVisual__wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}

.p-mainVisual__box {
  display: block;
  width: 100%;
  padding: 70px 0 0;
  text-align: center;
  margin: 0 auto;
  border-radius: 40px 40px 0 0;
}
@media screen and (min-width: 1200px) {
  .p-mainVisual__box {
    right: 10%;
    bottom: 15%;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media screen and (max-width: 1199px) {
  .p-mainVisual__box {
    border-radius: 16px 16px 0 0;
    padding: 38px 15px 30px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}

.p-mainVisual__head {
  font-size: 64px;
  line-height: 1.32;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-mainVisual__head {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__head {
    font-size: 30px;
  }
}
.p-mainVisual__head .red {
  color: #CE403F;
}
.p-mainVisual__head.--small {
  font-size: 58px;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-mainVisual__head.--small {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__head.--small {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .p-mainVisual__boxWrap {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .p-mainVisual__imgWrap {
    position: absolute;
    bottom: 18%;
    right: -80px;
    width: clamp(17.5rem, 14.682rem + 4.17vw, 19.688rem);
  }
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-mainVisual__imgWrap {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__imgWrap {
    width: 156px;
  }
}

.p-mainVisual__img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-mainVisual__read {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.76;
}
@media screen and (min-width: 1200px) {
  .p-mainVisual__read {
    margin: 20px auto 30px;
  }
}
@media screen and (max-width: 1199px) {
  .p-mainVisual__read {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__read {
    font-size: 16px;
    line-height: 1.625;
  }
}

.p-mainVisual__no1 {
  display: block;
  background-color: #fff;
  width: 100%;
  margin: 40px auto 0;
  border-radius: 40px 40px 0 0;
  padding: 38px 35px 10px;
}
@media screen and (max-width: 1199px) {
  .p-mainVisual__no1 {
    padding: 0 10px;
    margin: 0 auto;
    border-radius: 0;
  }
}

.p-mainVisual__no1Wrap {
  max-width: 786px;
  display: block;
  margin: 0 auto;
}

.p-mainVisual02 {
  position: relative;
  padding: 0 0 80px;
}
@media screen and (max-width: 1199px) {
  .p-mainVisual02 {
    padding: 0;
    margin: 18px 0 8px;
  }
}
@media screen and (min-width: 1200px) {
  .p-mainVisual02 {
    /*
    &:after {
      content: "";
      background-color: $mainColor;
      border-radius: 0 0 0 40px;
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      width: clamp(2rem, -35.5rem + 50vw, 24.5rem);
      height: 120px;
    }
    */
  }
}

.p-mainVisual__text {
  background-color: #fff;
  width: 100%;
  max-width: 1120px;
  padding: 20px 35px 0;
  font-size: 12px;
  line-height: 1.58;
}
@media screen and (min-width: 1200px) {
  .p-mainVisual__text {
    text-align: right;
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 1199px) {
  .p-mainVisual__text {
    text-align: left;
    padding: 0;
    margin: 8px auto;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    font-size: 8px;
  }
}

.p-worries {
  background-color: #F5F4F2;
  padding: 100px 0 80px;
  border-top: 8px solid #CE403F;
}
@media screen and (max-width: 1199px) {
  .p-worries {
    padding: 36px 0 10px;
    border-top: 6px solid #CE403F;
  }
}
.p-worries .splide__track {
  margin-top: 40px;
  padding: 20px 0;
}
@media screen and (max-width: 1199px) {
  .p-worries .splide__track {
    margin-top: 0;
  }
}
.p-worries .splide__slide {
  place-items: center;
  place-content: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 18px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  .p-worries .splide__slide {
    padding: 13px;
  }
}
.p-worries .p-worries__imgWrap {
  max-width: 100px;
}
.p-worries .p-worries__img {
  width: 100%;
}

.p-worries__text {
  line-height: 1.4;
  margin-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.313rem, 0.99rem + 0.48vw, 1.563rem);
}
@media screen and (max-width: 767px) {
  .p-worries__text {
    font-size: 18px;
  }
}

.p-solution {
  padding-bottom: 0;
}
.p-solution .simplebar-track.simplebar-horizontal {
  height: 14px !important;
  background-color: #B5B5B5;
  border-radius: 5px;
  margin: 0 auto;
}
.p-solution .scroll-content {
  -ms-touch-action: auto !important;
      touch-action: auto !important;
}
.p-solution .simplebar-scrollbar:before {
  background: #CE403F;
  opacity: 1 !important;
}
.p-solution .p-solution-wrap {
  background-color: #F5F4F2;
}
@media screen and (min-width: 768px) {
  .p-solution .p-solution-wrap {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .p-solution .p-solution-wrap {
    padding: 0;
  }
}
.p-solution .p-solution-list__wrap {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-solution .p-solution-list__wrap {
    padding: 20px 0 0;
    padding-left: 20px;
  }
}
.p-solution .p-solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1360px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-solution .p-solution-list {
    width: 1080px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.p-solution .p-solution-list__item {
  width: calc(33% - 53px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution .p-solution-list__item {
    width: 306px;
  }
}
.p-solution .p-solution-list__item:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 33px;
  top: calc(50% - 9px);
  right: -55px;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 767px) {
  .p-solution .p-solution-list__item:after {
    width: 14px;
    height: 26px;
    right: -44px;
  }
}
@media screen and (max-width: 767px) {
  .p-solution .p-solution-list__item:last-child .p-solution-list__itemWrap {
    margin-right: 30px;
  }
}
.p-solution .p-solution-list__item:last-child:after {
  display: none;
}
.p-solution .p-solution-list__itemWrap {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 25px;
  -webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .p-solution .p-solution-list__itemWrap {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-solution .p-solution-list__imgWrap {
    width: 242px;
  }
}
.p-solution .p-solution-list__img {
  width: 100%;
}
.p-solution .p-solution-list__text {
  font-size: 21px;
  color: #fff;
  background-color: #CE403F;
  border-radius: 20px;
  font-weight: 700;
  width: 247px;
  height: 40px;
  margin: 0 auto;
  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: 767px) {
  .p-solution .p-solution-list__text {
    font-size: 18px;
    width: 190px;
    height: 30px;
  }
}

.p-strengths {
  text-align: center;
}
.p-strengths .p-strengths__top {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.002em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__top {
    font-size: 18px;
  }
}
@media screen and (max-width: 359px) {
  .p-strengths .p-strengths__top {
    font-size: 16px;
  }
}
.p-strengths .p-strengths__top:before, .p-strengths .p-strengths__top:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 2px;
  height: 28px;
  background-color: #202020;
}
.p-strengths .p-strengths__top:before {
  left: -20px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.p-strengths .p-strengths__top:after {
  right: -20px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 359px) {
  .p-strengths .p-strengths__top:before {
    left: -10px;
  }
  .p-strengths .p-strengths__top:after {
    right: -10px;
  }
}
.p-strengths .p-strengths__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.002em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.p-strengths .p-strengths__title span {
  font-size: 116px;
  line-height: 1.39;
  letter-spacing: -0.003em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__title span {
    font-size: 73px;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths .p-strengths__title span.small {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__title span.small {
    font-size: 28px;
  }
}
.p-strengths .p-strengths__wrap {
  text-align: left;
}
.p-strengths .p-strengths__item {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__item {
    margin-bottom: 30px;
  }
}
.p-strengths .p-strengths__item.--mb0 {
  margin-bottom: 0;
}
.p-strengths .p-strengths__itemTop {
  background-color: #CE403F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-strengths .p-strengths__itemTop {
    border-radius: 40px 0 0 0;
    height: 155px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemTop {
    padding: 10px 0;
    padding-left: 24px;
  }
}
.p-strengths .p-strengths__itemTop:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 155px;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-strengths .p-strengths__itemTop:after {
    height: 123px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemTop:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths .p-strengths__itemTop.--num1:after {
    background-image: url("../img/top/strengths/back01.jpg");
  }
  .p-strengths .p-strengths__itemTop.--num2:after {
    background-image: url("../img/top/strengths/back02.jpg");
  }
  .p-strengths .p-strengths__itemTop.--num3:after {
    background-image: url("../img/top/strengths/back03.jpg");
  }
}
.p-strengths .p-strengths__itemNum {
  width: 12%;
  font-size: 116px;
  line-height: 0.8;
  letter-spacing: -0.003em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  padding-right: 50px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-strengths .p-strengths__itemNum {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemNum {
    font-size: 70px;
    padding-right: 100px;
  }
}
.p-strengths .p-strengths__itemTitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .p-strengths .p-strengths__itemTitle {
    width: 42.6%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-strengths .p-strengths__itemTitle {
    width: 38%;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemTitle {
    width: 100%;
    font-size: 15px;
  }
}
.p-strengths .p-strengths__itemTitle span {
  display: block;
  font-size: 56px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemTitle span {
    font-size: 32px;
  }
}
.p-strengths .p-strengths__itemMain {
  text-align: left;
  background-color: #F5F4F2;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemMain {
    display: block;
    padding: 20px;
  }
}
.p-strengths .p-strengths__itemMain .p-strengths__itemlarge {
  width: 100%;
}
.p-strengths .p-strengths__itemMain .p-strengths__itemMiddle {
  width: 57%;
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemMain .p-strengths__itemMiddle {
    width: 100%;
  }
}
.p-strengths .p-strengths__itemMain .p-strengths__itemMiddle3 {
  width: 53.7%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemMain .p-strengths__itemMiddle3 {
    width: 100%;
  }
}
.p-strengths .p-strengths__itemMain .p-strengths__itemsmall {
  width: 40%;
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemMain .p-strengths__itemsmall {
    width: 100%;
    margin-top: 20px;
  }
}
.p-strengths .p-strengths__itemMain .p-strengths__itemsmall3 {
  width: 43%;
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemMain .p-strengths__itemsmall3 {
    width: 100%;
  }
}
.p-strengths .p-strengths__itemPoint {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #CE403F;
  font-size: 20px;
  line-height: 1.55;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-weight: 700;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemPoint {
    width: 100%;
    padding-right: 5px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemPoint .p-strengths__itemText {
    padding: 4px 0;
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-strengths .p-strengths__itemPoint:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100px;
  height: 100%;
  background-color: #303030;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemPoint:before {
    width: 80px;
  }
}
.p-strengths .p-strengths__point {
  width: 100px;
  height: 100%;
  letter-spacing: -0.003em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  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-right: 15px;
  min-height: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__point {
    width: 80px;
    margin-right: 10px;
    font-size: 16px;
    padding: 7px 10px 5px;
  }
}
.p-strengths .p-strengths__itemText {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemText {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemText.--fr {
    width: 70%;
  }
}
.p-strengths .p-strengths__itemText span {
  color: #CE403F;
  font-weight: 500;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-strengths .p-strengths__itemText span.--nobreak {
  color: inherit;
  font-weight: 400;
}
.p-strengths .p-strengths__itemArea1 {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemArea1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemArea1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-strengths .p-strengths__itemArea1Item {
  width: calc(33% - 15px);
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemArea1Item {
    width: calc((100% - 20px) / 2);
  }
  .p-strengths .p-strengths__itemArea1Item:nth-child(even) {
    margin-left: 20px;
  }
  .p-strengths .p-strengths__itemArea1Item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.p-strengths .p-strengths__itemArea1Title {
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 33px;
  color: #fff;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemArea1Title {
    font-size: 15px;
    height: 30px;
    margin-bottom: 10px;
  }
}
.p-strengths .p-strengths__itemArea2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-strengths .p-strengths__itemArea2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemArea2 {
    display: block;
  }
}
.p-strengths .p-strengths__itemArea2title {
  font-size: 20px;
  font-weight: 700;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemArea2title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemArea2imgWrap {
    width: 164px;
    margin: 0 auto;
  }
}
.p-strengths .p-strengths__itemfrBox {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 40px;
  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;
  padding: 38px 30px 30px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrBox {
    display: block;
    margin-top: 20px;
    padding: 70px 20px 20px;
    background-color: #F8E2E2;
  }
}
.p-strengths .p-strengths__itemfrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrList {
    display: block;
  }
}
.p-strengths .p-strengths__itemfrList.--list01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-strengths .p-strengths__itemfrList.--list01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths .p-strengths__itemfrList.--list01 .p-strengths__itemfrItem:not(:nth-child(3)) {
    margin-right: 1.775vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrList.--list01 .p-strengths__itemfrItem:nth-child(n+2) {
    margin-top: 10px;
  }
}
.p-strengths .p-strengths__itemfrList.--list02 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-strengths .p-strengths__itemfrList.--list02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemfrList.--list02 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths .p-strengths__itemfrList.--list02 .p-strengths__itemfrItem:not(:nth-child(3)) {
    margin-left: 1.775vw;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrList.--list02 .p-strengths__itemfrItem:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrItem {
    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;
  }
}
.p-strengths .p-strengths__itemfrItem.--break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrItem.--break {
    margin: 0;
    display: none;
  }
}
.p-strengths .p-strengths__itemfrItem:nth-child(n+4) {
  margin-top: 30px;
}
.p-strengths .p-strengths__itemfrImgWrap {
  margin: 0 auto;
  width: clamp(5rem, 3.5rem + 1.88vw, 5.75rem);
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrImgWrap {
    margin: 0;
    width: 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrImgWrap .p-strengths__itemfrImg {
    width: 35px;
    margin: 0 auto;
    display: block;
  }
}
.p-strengths .p-strengths__itemfrImgWrap.--large {
  width: clamp(7.5rem, 4.75rem + 3.44vw, 8.875rem);
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrImgWrap.--large {
    width: 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrImgWrap.--large .p-strengths__itemfrImg {
    width: 100%;
  }
}
.p-strengths .p-strengths__itemfrImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-strengths .p-strengths__itemfrTitle {
  padding: 10px 1.041vw;
  color: #fff;
  font-size: clamp(0.938rem, 0.813rem + 0.16vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-top: 14px;
  background-color: #707070;
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemfrTitle {
    width: 200px;
    height: 36px;
    margin: 0;
    margin-left: 14px;
    padding: 6px;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.02em;
  }
  .p-strengths .p-strengths__itemfrTitle.small {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-strengths .p-strengths__itemfrTitle {
    letter-spacing: -0.03em;
  }
}
.p-strengths .p-strengths__itemfront {
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-strengths .p-strengths__itemfront {
    width: 171px;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfront {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: absolute;
    top: -120px;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemfrontImgWrap {
    width: 116px;
  }
}
.p-strengths .p-strengths__itemfrHead {
  padding: 3px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #CE403F;
  margin: 12px auto 0;
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemfrHead {
    margin: 0 0 10px;
    margin-left: 20px;
  }
}
.p-strengths .p-strengths__itemwrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .p-strengths .p-strengths__itemwrap {
    min-height: 385px;
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemwrap {
    padding: 20px 15px 20px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemwrap.--mb20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-strengths .p-strengths__itemwrap .p-worries__imgWrap {
    margin: 0 auto;
    max-width: 600px;
  }
}
.p-strengths .p-strengths__itemrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-strengths .p-strengths__itemrow:nth-child(n+2) {
  margin-top: 25px;
}
.p-strengths .p-strengths__itemterm {
  width: 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #18005C;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemterm {
    width: 100px;
  }
}
.p-strengths .p-strengths__itemdetail {
  margin-left: 10px;
  color: #CE403F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemdetail {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 1199px) {
  .p-strengths .p-strengths__itemlist {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.p-strengths .p-strengths__itemlist02 {
  display: block;
}
.p-strengths .p-strengths__itemitem02 {
  position: relative;
  color: #CE403F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemitem02 {
    font-size: 16px;
  }
}
.p-strengths .p-strengths__itemitem02:before {
  content: "・";
}
.p-strengths .p-strengths__itemText02 {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-strengths .p-strengths__itemText02.--sm {
    font-size: 12px;
  }
}

/*選ばれ続ける確かな評価*/
.p-evaluation {
  text-align: center;
}
.p-evaluation .p-evaluation__heaading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.002em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__heaading {
    font-size: 28px;
    line-height: 1.42;
  }
}
.p-evaluation .p-evaluation__textTop {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.002em;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__textTop {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.0026em;
  }
}
.p-evaluation .p-evaluation__text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.002em;
  line-height: 1.8;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.0026em;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__text {
    text-align: left;
  }
}
.p-evaluation .p-evaluation__mianImg {
  max-width: 1042px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__mianImg {
    max-width: 560px;
    margin-bottom: 30px;
  }
}
.p-evaluation .p-evaluation__item__wrap {
  padding-top: 46px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-evaluation .p-evaluation__item__wrap.--last {
  margin: 73px 0 40px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__item__wrap.--last {
    padding-top: 0;
    margin: 30px 0 20px;
  }
}
.p-evaluation .p-evaluation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #303030;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__list {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__list {
    max-width: 375px;
  }
}
.p-evaluation .p-evaluation__item {
  border-right: 1px solid #303030;
  text-align: center;
  padding: 0 46px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__item {
    padding: 0;
    width: 50%;
  }
}
.p-evaluation .p-evaluation__item__img {
  max-width: 72px;
  display: block;
  margin: -46px auto 0;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__item__img {
    max-width: 40px;
    margin: -20px auto 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__item__img {
    max-width: 32px;
    margin: -20px auto 2px;
  }
}
.p-evaluation .p-evaluation__item__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.41;
  min-height: 47px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__item__title {
    font-size: 14px;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__item__title {
    font-size: 10px;
    min-height: 0;
  }
}
.p-evaluation .p-evaluation__item__data .num {
  font-size: 99px;
  line-height: 1.2;
  letter-spacing: -0.003em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__item__data .num {
    font-size: 66px;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__item__data .num {
    font-size: 44px;
    line-height: 1.5;
  }
}
.p-evaluation .p-evaluation__item__data .num span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__item__data .num span {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__item__data .num span {
    font-size: 15px;
  }
}
.p-evaluation .p-evaluation__item__data .middle {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.04;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__item__data .middle {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__item__data .middle {
    font-size: 22px;
  }
}
.p-evaluation .p-evaluation__item__data .small {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.52;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__item__data .small {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__item__data .small {
    font-size: 15px;
  }
}
.p-evaluation .p-evaluation__item__bottom {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.41;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__item__bottom {
    font-size: 13px;
    min-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__item__bottom {
    font-size: 9px;
    min-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -10px;
  }
}
.p-evaluation .p-evaluation__item__bottom span {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.0008em;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__item__bottom span {
    width: 100%;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__item__bottom span {
    width: 100%;
    font-size: 7px;
  }
}
.p-evaluation .p-evaluation__last__wrap {
  margin-left: 47px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__last__wrap {
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-evaluation .p-evaluation__last {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.002em;
  line-height: 1.5;
  position: relative;
  padding-left: 21px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__last {
    padding-left: 18px;
    margin-top: 20px;
    font-size: 18px;
  }
}
.p-evaluation .p-evaluation__last:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #CE403F;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__last:after {
    width: 10px;
    height: 10px;
  }
}
.p-evaluation .p-evaluation__bottom__heaading {
  text-align: center;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.38;
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__bottom__heaading {
    font-size: 28px;
    letter-spacing: -0.001em;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .p-evaluation .p-evaluation__bottom__heaading {
    font-size: 27px;
  }
}
.p-evaluation .p-evaluation__bottom__heaading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #CE403F;
  width: 100%;
  height: 5px;
}
.p-evaluation .p-evaluation__spWrap {
  max-width: 500px;
  margin: 0 auto;
}
.p-evaluation .p-evaluation__spItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 286px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1199px) {
  .p-evaluation .p-evaluation__spItem {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__spItem {
    max-width: 286px;
  }
}
.p-evaluation .p-evaluation__spFlowWrap {
  position: relative;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__spFlowWrap {
    width: 46px;
  }
}
.p-evaluation .p-evaluation__spFlowWrap:after {
  content: "";
  position: absolute;
  top: 70px;
  left: calc(50% - 8px);
  width: 16px;
  height: 18px;
  background: url("../img/top/evaluation/img_flow.svg") no-repeat center/contain;
}
.p-evaluation .p-evaluation__spContent {
  width: calc(100% - 100px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__spContent {
    width: calc(100% - 70px);
  }
}
.p-evaluation .p-evaluation__spFlowImg {
  width: 46px;
}
.p-evaluation .p-evaluation__spTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.93;
  color: #fff;
  background-color: #CE403F;
  height: 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.p-evaluation .p-evaluation__spTitle small {
  margin-bottom: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__spTitle small {
    font-size: 10px;
  }
}
.p-evaluation .p-evaluation__spText {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__spText {
    font-size: 18px;
  }
}
.p-evaluation .p-evaluation__spText small {
  vertical-align: super;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__spText small {
    font-size: 12px;
  }
}
.p-evaluation .p-evaluation__spBottom .p-evaluation__spTitle {
  width: calc(100% - 27px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-evaluation .p-evaluation__spBottom .p-evaluation__spTitle {
    max-width: 286px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-evaluation .p-evaluation__spBottomText {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.008em;
  text-align: right;
}

.p-voice {
  background-color: #CE403F;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1380px) and (min-width: 1200px) {
  .p-voice .inner03 {
    margin-left: 10px;
    margin-right: 40px;
  }
}
.p-voice .splide__voice {
  width: calc(100% - 430px);
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .p-voice .splide__voice {
    width: 100%;
    margin-top: 20px;
  }
}
.p-voice .splide__voice .splide__pagination__page.is-active {
  background-color: #CE403F;
}
.p-voice .splide__track {
  border-radius: 8px;
}
.p-voice .splide__slide {
  place-items: center;
  place-content: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-voice .splide__slide {
    padding: 18px 20px;
  }
}
.p-voice .button {
  background-color: transparent;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 50px;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .p-voice .button {
    width: 30px;
    height: 30px;
  }
}
.p-voice .button:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  width: 50px;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .p-voice .button:before {
    width: 30px;
    height: 30px;
  }
}
.p-voice .button.prev:before, .p-voice .button.next:before {
  background-image: url("../img/common/arrow-voice.svg");
}
.p-voice .button.prev {
  left: -25px;
}
@media screen and (max-width: 1199px) {
  .p-voice .button.prev {
    left: -15px;
  }
}
@media screen and (max-width: 359px) {
  .p-voice .button.prev {
    left: -10px;
  }
}
.p-voice .button.next {
  right: -25px;
}
@media screen and (max-width: 1199px) {
  .p-voice .button.next {
    right: -15px;
  }
}
@media screen and (max-width: 359px) {
  .p-voice .button.next {
    right: -10px;
  }
}
.p-voice .button.next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-voice__wrap {
  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;
}
@media screen and (max-width: 1199px) {
  .p-voice__wrap {
    display: block;
  }
}

.p-voice__headBox {
  display: block;
  text-align: center;
  margin-top: 85px;
}
@media screen and (max-width: 1199px) {
  .p-voice__headBox {
    margin-top: 70px;
  }
}

.p-voice__heaading {
  position: relative;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .p-voice__heaading {
    font-size: 27px;
  }
}
.p-voice__heaading:before {
  content: "";
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../img/common/icon-voice.svg") no-repeat center/contain;
  display: inline-block;
  width: 58px;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  .p-voice__heaading:before {
    top: -75px;
    width: 50px;
  }
}

.p-voice__boxWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-voice__boxWrap {
        grid-template-areas: "image title" "image text";
  }
}
@media screen and (max-width: 767px) {
  .p-voice__boxWrap {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
        grid-template-areas: "image title" "text text";
  }
}

.p-voice__imgWrap {
  grid-area: image;
  width: 132px;
}
@media screen and (max-width: 767px) {
  .p-voice__imgWrap {
    width: 105px;
  }
}

.p-voice__img {
  width: 100%;
}

.p-voice__textWrap {
  grid-area: title;
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .p-voice__textWrap {
    margin-left: 12px;
  }
}

.p-voice__title {
  color: #CE403F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  border-bottom: 2px solid #F5F4F2;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.45;
  }
}

.p-voice__area {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-voice__area {
    font-size: 14px;
    line-height: 1.28;
  }
}

.p-voice__text {
  grid-area: text;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (min-width: 768px){
  .p-voice__imgWrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .p-voice__textWrap {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-voice__text {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 767px){
  .p-voice__imgWrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-voice__textWrap {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-voice__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__text {
    margin-left: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 10px;
  }
}

/*マンション管理会社の変更をご検討の方へ*/
.p-change {
  text-align: center;
}
.p-change .p-change__heaading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .p-change .p-change__heaading {
    font-size: 28px;
    line-height: 1.42;
    margin-bottom: 30px;
  }
}
.p-change .p-change__sub {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-change .p-change__sub {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 10px;
  }
}
.p-change .p-change__read {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-change .p-change__read {
    font-size: 16px;
  }
}
.p-change .p-change__listWrap {
  margin-bottom: 60px;
}
.p-change .p-change__listWrap .simplebar-track.simplebar-horizontal {
  width: calc(100% + 15px) !important;
  height: 14px !important;
  background-color: #B5B5B5;
  border-radius: 5px;
  margin: 0 auto;
}
.p-change .p-change__listWrap .scroll-content {
  -ms-touch-action: auto !important;
      touch-action: auto !important;
}
.p-change .p-change__listWrap .simplebar-scrollbar:before {
  background: #CE403F;
  opacity: 1 !important;
}
@media screen and (max-width: 1199px) {
  .p-change .p-change__listWrap {
    width: calc(100% + 15px);
    margin-left: -15px;
    margin-bottom: 20px;
  }
}
.p-change .p-change__list {
  width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-change .p-change__list {
    margin-right: 15px;
  }
}
.p-change .p-change__item {
  width: calc(20% - 32px);
  background-color: #F5F4F2;
  padding: 35px 20px 20px;
  position: relative;
}
.p-change .p-change__item:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 33px;
  top: calc(50% - 9px);
  right: -30px;
  background: url("../img/common/arrow-gray.svg") no-repeat center/contain;
  -webkit-filter: none;
          filter: none;
}
.p-change .p-change__item:last-child:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .p-change .p-change__item:first-child {
    margin-left: 15px;
  }
}
.p-change .p-change__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 16px;
  min-height: 58px;
  place-items: center;
  place-content: center;
}
.p-change .p-change__img {
  max-width: 150px;
  margin-bottom: 16px;
}
.p-change .p-change__text {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.0037rem;
}
.p-change .support {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #CE403F;
  border-radius: 16px;
  color: #fff;
  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;
  font-weight: 700;
  padding: 47px 60px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .p-change .support {
    display: block;
    border-radius: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    text-align: center;
    padding: 30px 20px;
  }
}
.p-change .support-top {
  position: relative;
  padding-left: 87px;
  width: 53%;
}
@media screen and (max-width: 1199px) {
  .p-change .support-top {
    width: 100%;
    padding: 72px 0 0 0;
  }
}
.p-change .support-top:after {
  content: "";
  width: 67px;
  height: 60px;
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
  background: url("../img/top/change/img_hand.svg") no-repeat center/contain;
}
@media screen and (max-width: 1199px) {
  .p-change .support-top:after {
    width: 58px;
    height: 52px;
    top: 0;
    left: calc(50% - 29px);
  }
}
.p-change .support-top__title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.002em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1199px) {
  .p-change .support-top__title {
    font-size: 23px;
    letter-spacing: -0.001em;
    line-height: 1.52;
    margin-bottom: 20px;
  }
}
.p-change .support-bottom {
  width: calc(47% - 50px);
}
@media screen and (max-width: 1199px) {
  .p-change .support-bottom {
    width: 100%;
  }
}
.p-change .support-bottom__text1 {
  font-size: 28px;
  line-height: 1.43;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .p-change .support-bottom__text1 {
    font-size: 20px;
    line-height: 1.45;
    display: block;
  }
}
.p-change .support-bottom__text2 {
  font-size: 25px;
  line-height: 1.44;
  position: relative;
  padding-left: 33px;
  display: inline-block;
  padding-top: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .p-change .support-bottom__text2 {
    font-size: 18px;
    line-height: 1.61;
    padding-top: 10px;
    padding-left: 28px;
  }
}
.p-change .support-bottom__text2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
}
.p-change .support-bottom__text2:after {
  content: "";
  width: 26px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 27px;
  background: url("../img/top/change/img_check.svg") no-repeat center/contain;
}
@media screen and (max-width: 1199px) {
  .p-change .support-bottom__text2:after {
    width: 21px;
    height: 18px;
    top: 16px;
  }
}

.p-faq__list {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .p-faq__list {
    margin-top: 30px;
  }
}

.p-faq__row {
  background-color: #F5F4F2;
  line-height: 1.75;
  padding: 30px 40px;
}
@media screen and (max-width: 1199px) {
  .p-faq__row {
    padding: 16px 20px;
    line-height: 1.66;
  }
}
.p-faq__row:nth-last-child(n+2) {
  margin-bottom: 20px;
}

.p-faq__term {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__term {
    padding: 0 16px;
    padding-right: 50px;
  }
}
.p-faq__term:before {
  content: "";
  background: url("../img/common/arrow-faq.svg") no-repeat center/contain;
  position: absolute;
  top: -6px;
  right: 0;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__term:before {
    top: 8px;
    right: 0;
    width: 38px;
    height: 38px;
  }
}
.p-faq__term.is-active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-faq__text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-left: 38px;
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    margin-left: 20px;
  }
}
.p-faq__text.--question:before, .p-faq__text.--answer:before {
  position: absolute;
  left: 0;
  display: block;
  font-size: 40px;
  line-height: 1;
  height: 48px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (min-width: 768px) {
  .p-faq__text.--question:before, .p-faq__text.--answer:before {
    top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__text.--question:before, .p-faq__text.--answer:before {
    top: 8px;
    font-size: 32px;
    height: 38px;
    left: -30px;
  }
}
.p-faq__text.--question:before {
  content: "Q";
  color: #010F7E;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .p-faq__text.--question:before {
    left: -36px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__text.--answer {
    padding: 0;
    margin-left: 20px;
  }
}
.p-faq__text.--answer:before {
  content: "A";
  color: #CE403F;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .p-faq__text.--answer:before {
    left: -36px;
  }
}

.p-faq__detail {
  display: none;
  position: relative;
  border-top: 1px solid #B5B5B5;
  margin-top: 30px;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-faq__detail {
    margin-top: 16px;
    padding-top: 16px;
    padding-left: 16px;
  }
}