/* responsive
--------------------------------*/
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.p-page :where(span) {
  font-weight: inherit;
}

.p-btn a {
  width: 360px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 99px;
  padding-bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #2A85A6;
}
@media screen and (max-width: 767px) {
  .p-btn a {
    max-width: 82.0512820513vw;
    width: 100%;
    height: 12.8205128205vw;
    margin: 0 auto;
    font-size: 4.1025641026vw;
  }
}
.p-btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 16%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-btn a::after {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-top-width: 0.5128205128vw;
    border-right-width: 0.5128205128vw;
  }
}

.p-ttl {
  width: fit-content;
  margin: 0 auto;
  padding: 0 49px;
  position: relative;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-ttl {
    padding: 0 6.6666666667vw;
    font-size: 6.1538461538vw;
    text-align: center;
  }
}
.p-ttl::before, .p-ttl::after {
  content: "";
  width: 18px;
  height: 32px;
  position: absolute;
  bottom: 50%;
  background: url(../img/reviews/icon_ttl.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-ttl::before, .p-ttl::after {
    width: 2.5641025641vw;
    height: 4.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ttl:has(br)::before, .p-ttl:has(br)::after {
    bottom: 15%;
  }
}
.p-ttl::before {
  left: 0;
  transform: translateY(50%);
}
.p-ttl::after {
  right: 0;
  transform: translateY(50%) rotateY(180deg);
}
.p-ttl__color {
  color: #FF6C14;
}
.p-ttl--white {
  color: #fff;
}
.p-ttl--white::before, .p-ttl--white::after {
  background-image: url(../img/reviews/icon_ttl_w.svg);
}

.p-mv {
  position: relative;
}
.p-mv__ttl img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl img {
    min-height: initial;
  }
}
.p-mv__wrap {
  min-width: 936px;
  width: 65%;
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    min-width: initial;
    width: 90%;
  }
}
.p-mv__box {
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__box {
    width: 100%;
  }
}
.p-mv__txt {
  margin-top: 12px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-mv__txt {
    margin-top: 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
}

.p-review {
  padding: 62px 0 64px;
  background: #FFF2EB url(../img/reviews/bg_review_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-review {
    padding: 12.3076923077vw 0;
    background-image: url(../img/reviews/bg_review_sp.png);
    background-position: top;
  }
}
.p-review__wrap {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-review .p-ttl {
    padding: 0 3.5897435897vw;
  }
}
.p-review__txt {
  margin-top: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-review__txt {
    margin-top: 8px;
  }
}
.p-review__txt .txt {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-review__txt .txt {
    font-size: 14px;
  }
}
.p-review__txt .star {
  display: flex;
  gap: 1px;
}
.p-review__txt .star img {
  width: 18px;
}
@media screen and (max-width: 767px) {
  .p-review__txt .star img {
    width: 14px;
  }
}
.p-review__google {
  margin-top: 12px;
  margin-bottom: 32px;
  text-align: center;
}
.p-review .ti-widget .ti-widget-container .ti-header {
  display: none;
}

.p-voice {
  padding: 62px 0 64px;
  background-color: #FAF9FA;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 12.3076923077vw 0;
  }
}
.p-voice__wrap {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-voice__wrap {
    padding: 0 6.1538461538vw;
  }
}
.p-voice__txt {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__txt {
    margin-top: 1.7948717949vw;
    font-size: 3.5897435897vw;
  }
}
.p-voice__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    margin-top: 6.9230769231vw;
    gap: 3.0769230769vw;
  }
}
.p-voice__item {
  width: calc((100% - 24px) / 2);
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding: 42px 40px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    width: 100%;
    border-radius: 4.1025641026vw;
    padding: 7.1794871795vw;
  }
}
.p-voice__item-cat {
  width: fit-content;
  border: 1px solid #FF6C14;
  border-radius: 99px;
  padding: 5px 19px 7px;
  color: #FF6C14;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voice__item-cat {
    padding: 0.5128205128vw 4.8717948718vw;
    font-size: 4.1025641026vw;
  }
}
.p-voice__item-name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voice__item-name {
    margin-top: 1.0256410256vw;
    font-size: 4.6153846154vw;
  }
}
.p-voice__item-star {
  margin-top: 6px;
  display: flex;
  gap: 1px;
}
@media screen and (max-width: 767px) {
  .p-voice__item-star {
    margin-top: 0.7692307692vw;
  }
  .p-voice__item-star img {
    width: 4.1025641026vw;
  }
}
.p-voice__item-txt {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-voice__item-txt {
    margin-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
}
.p-voice .c-btn {
  margin-top: 30px;
}

.p-reason {
  padding: 72px 0 64px;
  background: url(../img/reviews/bg_reason_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 11.2820512821vw 0 12.3076923077vw;
    background-image: url(../img/reviews/bg_reason_sp.png);
  }
}
.p-reason__wrap {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-reason__wrap {
    padding: 0 6.1538461538vw;
  }
}
.p-reason__txt {
  margin-top: 27px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__txt {
    margin-top: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 1.4;
  }
}
.p-reason__list {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    margin-top: 6.1538461538vw;
    flex-direction: column;
    gap: 2.0512820513vw;
  }
}
.p-reason__item {
  border: 4px solid #FF6C14;
  border-radius: 16px;
  padding: 16px 16px 22px;
  flex: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    border-width: 1.0256410256vw;
    border-radius: 4.1025641026vw;
    padding: 4.1025641026vw 4.1025641026vw 4.6153846154vw;
  }
}
.p-reason__item:nth-child(1) {
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(1) {
    padding-top: 4.6153846154vw;
  }
}
.p-reason__item:nth-child(2) {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(2) {
    padding-top: 3.0769230769vw;
  }
}
.p-reason__item:nth-child(3) {
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(3) {
    padding-top: 2.0512820513vw;
  }
}
.p-reason__item-img {
  text-align: center;
}
.p-reason__item-ttl {
  margin-top: 9px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__item-ttl {
    font-size: 4.6153846154vw;
  }
}
.p-reason__item-ttl .color {
  color: #FF6C14;
}
.p-reason__item-txt {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-reason__item-txt {
    margin-top: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}

.p-youtube {
  padding: 72px 0 69px;
}
@media screen and (max-width: 767px) {
  .p-youtube {
    padding: 11.2820512821vw 0;
  }
}
.p-youtube__wrap {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-youtube__wrap {
    padding: 0 6.1538461538vw;
  }
}
.p-youtube__list {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
@media screen and (max-width: 767px) {
  .p-youtube__list {
    margin-top: 6.6666666667vw;
    padding: 0 4.6153846154vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3846153846vw;
  }
}
.p-youtube__item-box {
  aspect-ratio: 16/9;
}
.p-youtube__item-box iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-youtube__item-box iframe {
    border-radius: 4.1025641026vw;
  }
}
.p-youtube__item-ttl {
  margin-top: 16px;
  color: #FF6C14;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-youtube__item-ttl {
    margin-top: 0.7692307692vw;
    font-size: 4.1025641026vw;
  }
}

.p-cta {
  padding: 72px 0 64px;
  background-color: #FFF1E9;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 11.2820512821vw 0;
  }
}
.p-cta__wrap {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    padding: 0 6.1538461538vw;
  }
}
.p-cta__txt {
  margin-top: 27px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__txt {
    margin-top: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.p-cta__block {
  margin-top: 24px;
  border-left: 1px solid #727272;
  border-right: 1px solid #727272;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__block {
    margin-top: 4.6153846154vw;
    border: none;
    flex-direction: column;
    gap: 7.1794871795vw;
  }
}
.p-cta__block::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #727272;
}
@media screen and (max-width: 767px) {
  .p-cta__block::before {
    content: none;
  }
}
.p-cta__mail, .p-cta__tel {
  padding: 8px 32px;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__mail, .p-cta__tel {
    width: 100%;
    padding: 0;
  }
}
.p-cta__mail-ttl, .p-cta__tel-ttl {
  font-size: 18px;
  font-weight: 700;
}
.p-cta__mail-btn {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-cta__mail-btn {
    margin-top: 2.0512820513vw;
  }
}
.p-cta__tel-num {
  margin: 6px 0;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-num {
    margin: 1.7948717949vw 0 1.2820512821vw;
  }
}
.p-cta__tel-num a {
  display: inline-block;
  color: #2A85A6;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-num a {
    max-width: 82.0512820513vw;
    width: 100%;
    height: 12.8205128205vw;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 99px;
    padding-bottom: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    background-color: #FF6C14;
  }
  .p-cta__tel-num a::before {
    content: "";
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-top: 0.5128205128vw solid #fff;
    border-right: 0.5128205128vw solid #fff;
    position: absolute;
    top: 50%;
    right: 26%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.p-cta__tel-time {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-time {
    font-size: 3.5897435897vw;
  }
}

.p-flow {
  padding: 74px 0 64px;
  background: linear-gradient(to right, #F5F5F5 1px, transparent 1px) repeat left top/68px 68px, linear-gradient(to bottom, #F5F5F5 1px, transparent 1px) repeat left top/68px 68px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 12.3076923077vw 0;
  }
}
.p-flow__wrap {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-flow__wrap {
    padding: 0 6.1538461538vw;
  }
}
.p-flow__txt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__txt {
    margin-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
    line-height: 1.4;
  }
}
.p-flow__list {
  margin-top: 26px;
  border-radius: 40px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 6.1538461538vw;
    border-radius: 5.1282051282vw;
    padding: 8.2051282051vw 6.1538461538vw;
  }
}
.p-flow__item {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    padding-left: 7.1794871795vw;
  }
}
.p-flow__item::before, .p-flow__item::after {
  content: "";
  position: absolute;
}
.p-flow__item::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 8px;
  left: 0;
  background-color: #FF6C14;
}
@media screen and (max-width: 767px) {
  .p-flow__item::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    top: 1.0256410256vw;
    left: 0.7692307692vw;
  }
}
.p-flow__item::after {
  width: 1px;
  height: calc(100% + 12px);
  top: 24px;
  left: 5.5px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-flow__item::after {
    height: calc(100% + 1.7948717949vw);
    top: 3.5897435897vw;
    left: 1.4102564103vw;
  }
}
.p-flow__item + .p-flow__item {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-flow__item + .p-flow__item {
    margin-top: 5.1282051282vw;
  }
}
.p-flow__item:last-child::after {
  content: none;
}
.p-flow__item-ttl {
  color: #2A85A6;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__item-ttl {
    font-size: 4.6153846154vw;
    line-height: 1;
  }
}
.p-flow__item-txt {
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-flow__item-txt {
    margin-top: 2.0512820513vw;
    font-size: 3.8461538462vw;
  }
}

.p-faq {
  padding: 74px 0 80px;
  background-color: #FAF9FA;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 12.3076923077vw 0;
  }
}
.p-faq__wrap {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap {
    padding: 0 6.1538461538vw;
  }
}
.p-faq__txt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__txt {
    margin-top: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.p-faq__tab {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-faq__tab {
    margin-top: 5.1282051282vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5384615385vw;
  }
}
.p-faq__tab-item button {
  width: 220px;
  height: 47px;
  border: 1px solid #E0E0E0;
  border-radius: 99px;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-faq__tab-item button {
    width: 100%;
    height: 11.2820512821vw;
    font-size: 3.5897435897vw;
  }
}
.p-faq__tab-item button:hover {
  opacity: 1;
}
.p-faq__tab-item button.is-active {
  border-color: #2A85A6;
  color: #fff;
  background-color: #2A85A6;
}
.p-faq__block {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-faq__block {
    margin-top: 6.1538461538vw;
  }
}
.p-faq__panel {
  display: none;
}
.p-faq__panel.is-show {
  display: block;
}
.p-faq__panel + .p-faq__panel {
  margin-top: 32px;
}
.p-faq__panel-ttl {
  border-top: 2px solid #2A85A6;
  border-bottom: 1px solid #2A85A6;
  padding: 14px 15px;
  color: #2A85A6;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq__panel-ttl {
    padding: 2.5641025641vw 3.8461538462vw;
    font-size: 4.6153846154vw;
  }
}
.p-faq__box {
  padding-bottom: 4px;
  background: linear-gradient(to right, #ADADAD 2px, transparent 2px, transparent 4px) repeat-x bottom/4px 1px;
}
@media screen and (max-width: 767px) {
  .p-faq__box {
    padding-bottom: 0;
  }
}
.p-faq__q {
  cursor: pointer;
  padding: 16px 20px 16px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    padding: 4.1025641026vw 5.1282051282vw 4.1025641026vw 0;
    gap: 2.0512820513vw;
  }
}
.p-faq__q::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #2A85A6;
  border-right: 2px solid #2A85A6;
  position: absolute;
  top: 46%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.p-faq__q.is-active::after {
  top: 53%;
  transform: translateY(-50%) rotate(-135deg);
}
.p-faq__q-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D4E4E9;
}
@media screen and (max-width: 767px) {
  .p-faq__q-icon {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__q-icon img {
    width: 3.3333333333vw;
  }
}
.p-faq__q-txt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq__q-txt {
    font-size: 4.1025641026vw;
  }
}
.p-faq__a {
  display: none;
}
.p-faq__a-inner {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-faq__a-inner {
    gap: 2.0512820513vw;
  }
}
.p-faq__a-icon {
  width: 48px;
  margin-top: 4px;
  margin-bottom: auto;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-faq__a-icon {
    width: 9.2307692308vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__a-icon img {
    width: 3.3333333333vw;
  }
}
.p-faq__a-box {
  max-width: 830px;
}
.p-faq__a-txt {
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-faq__a-txt {
    margin-top: -1.5384615385vw;
    font-size: 3.5897435897vw;
    line-height: 1.7857142857;
  }
}
.p-faq__a-txt strong {
  font-weight: 700;
}
.p-faq__a-point {
  margin-top: 15px;
  border-radius: 8px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__a-point {
    margin-top: 2.5641025641vw;
    padding: 3.0769230769vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.0256410256vw;
  }
}
.p-faq__a-point .big {
  flex-shrink: 0;
  color: #FF6C14;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq__a-point .big {
    font-size: 3.8461538462vw;
    line-height: 1;
  }
}
.p-faq__a-point .txt {
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-faq__a-point .txt {
    font-size: 3.5897435897vw;
    line-height: 1.7857142857;
  }
}

.p-feature {
  padding: 74px 0 64px;
  background-color: #FF873F;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 11.2820512821vw 0 12.3076923077vw;
  }
}
.p-feature__wrap {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap {
    padding: 0 6.1538461538vw;
  }
}
.p-feature__txt {
  margin-top: 26px;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__txt {
    margin-top: 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.p-feature__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .p-feature__list {
    margin-top: 5.8974358974vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.0512820513vw;
  }
}
.p-feature__item:has(:not(a)) {
  position: relative;
  background-color: #fff;
}
.p-feature__item:has(:not(a))::before {
  z-index: 1;
  content: "";
  width: 59px;
  height: 158px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #FF873F;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.p-feature__item:has(a) a {
  position: relative;
  background-color: #fff;
}
.p-feature__item:has(a) a img:hover {
  opacity: 1;
}
.p-feature__item:has(a) a:hover {
  opacity: 1;
}
.p-feature__item:has(a) a:hover .p-feature__item-img img {
  transform: scale(1.1);
}
.p-feature__item:has(a) a::before {
  z-index: 1;
  content: "";
  width: 59px;
  height: 158px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-color: #FF873F;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.p-feature__item-block {
  position: relative;
}
.p-feature__item-img {
  overflow: hidden;
}
.p-feature__item-img img {
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-feature__item-img img {
    aspect-ratio: 342/200;
    object-fit: cover;
  }
}
.p-feature__item-box {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .p-feature__item-box {
    bottom: 3.0769230769vw;
    left: 3.0769230769vw;
  }
}
.p-feature__item-num {
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .p-feature__item-num {
    margin-left: 0.7692307692vw;
  }
}
.p-feature__item-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.p-feature__item-ttl .txt {
  padding: 3px 8px 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  background-color: #FF873F;
}
@media screen and (max-width: 767px) {
  .p-feature__item-ttl .txt {
    padding: 0.7692307692vw 2.0512820513vw 1.2820512821vw;
    font-size: 4.6153846154vw;
  }
}
.p-feature__item-txt {
  z-index: 2;
  padding: 16px 12px 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-feature__item-txt {
    padding: 4.1025641026vw 3.0769230769vw 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
}
