/*mv*/
.c-page-header {
  background: url(../../oltana-004/images/mv/sp/mv_features_sp.png) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 641px) {
  .c-page-header {
    background: url(../../oltana-004/images/mv/mv_features.png) center center no-repeat;
    background-size: cover;
  }
}
/* Concept Section */
.p-concept__deco-1 {
    position: absolute;
    top: 5rem;
    right: -1rem;
    width: 48px;
    height:48px;
    background-color: #AFCF9B33;
    border-radius: 5px;
    transform: rotate(31deg);
}
.p-concept__deco-2 {
    position: absolute;
    top: 5.6rem;
    left: -2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-bottom: 45px solid #E8A15C33;
    border-top: 0;
    transform: rotate(-23deg);
}
.p-concept__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.p-concept__img {
  width: 100%;
  margin-bottom: 20px;
}
.p-concept__img img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}
.p-concept__head {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 641px) {
  .p-concept__item {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .p-concept__item--reverse {
    flex-direction: row-reverse;
  }
  .p-concept__img {
    width: 38%;
    max-width: 360px;
    margin-bottom: 0;
  }
  .p-concept__content {
    width: 60%;
  }
  .p-concept__head {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .p-concept__deco-1 {
    top: 2rem;
    right: -7rem;
    width: 152px;
    height: 152px;
  }
.p-concept__deco-2 {
    top: 2rem;
    left: -5rem;
    border-right: 71px solid transparent;
    border-left: 71px solid transparent;
    border-bottom: 123px solid #E8A15C33;
  }
}

/* Policy Section (3つの安心) */
.p-policy {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    background: #fff;
  }
  .l-policy__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
.max1000 {
    max-width: 1000px;
  }
.c-section-subTitle {
    font-size: clamp(1.25rem, 1.146rem + 0.44vw, 1.5rem);
    font-weight: bold;
  }
.p-policy__item {
  padding-top: clamp(2.5rem, 1.982rem + 2.21vw, 3.75rem);
}
.p-policy__title {
  display: flex;
  gap: 16px;
}
.p-policy__num {
  width: clamp(3.75rem, 2.507rem + 5.3vw, 6.75rem);
  height: clamp(3.75rem, 2.507rem + 5.3vw, 6.75rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.p-policy__num-point {
  font-size: clamp(0.75rem, 0.646rem + 0.44vw, 1rem);
}
.p-policy__num-num {
  font-size: clamp(1.5rem, 1.086rem + 1.77vw, 2.5rem);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.p-policy__head {
  font-size: clamp(1.25rem, 1.146rem + 0.44vw, 1.5rem);
  margin-bottom: 15px;
  line-height: 1.5;
}
.p-policy__img {
  margin: 15px 0;
}
.p-policy__img img {
  border-radius: 8px;
}
.att {
  color: var(--primary-color);
}
.p-policy__deco-1 {
    position: absolute;
    top: 6.2rem;
    left: 0rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 23px solid transparent;
    border-left: 23px solid transparent;
    border-bottom: 40px solid #E8A15C33;
    border-top: 0;
    transform: rotate(-17deg);
}
.p-policy__deco-2 {
    position: absolute;
    top: 5rem;
    right: 1rem;
    width: 33px;
    height:33px;
    background-color: #AFCF9B33;
    border-radius: 5px;
    transform: rotate(-8deg);
}
.p-policy__deco-3 {
    position: absolute;
    top: 7.6rem;
    right: 3rem;
    width: 20px;
    height:20px;
    background-color: #AFCF9B33;
    border-radius: 5px;
    transform: rotate(14deg);
}
.p-policy__deco-4 {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-bottom: 45px solid #E8A15C33;
    border-top: 0;
    transform: rotate(-10deg);
}
@media screen and (min-width: 641px) {
  .p-policy__box {
    width: 66.8%;
  }
  .p-policy__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: none;
    margin-bottom: 60px;
  }
  .p-policy__title {
    align-items: center;
  }
  .p-policy__body {
    padding-top: 20px;
  }
  .p-policy__img {
    width: 32%;
    max-width: 300px;
    margin: 0;
  }
  .c-section-copy {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-policy__deco-1 {
    border-right: 78px solid transparent;
    border-left: 78px solid transparent;
    border-bottom: 135px solid #E8A15C33;
  }
  .p-policy__deco-2 {
      top: 9rem;
      right: -1rem;
      width: 56px;
      height:56px;
  }
  .p-policy__deco-3 {
      position: absolute;
      top: 13.2rem;
      right: 3rem;
      width: 31px;
      height:31px;
  }
  .p-policy__deco-4 {
      bottom: 7rem;
      left: -9rem;
      border-right: 78px solid transparent;
      border-left: 78px solid transparent;
      border-bottom: 135px solid #E8A15C33;
  }
}

/* Features Columns (3カラム特徴) */
.p-features__grid {
  display: grid;
  gap: 20px;
}
.p-features__deco-1 {
  position: absolute;
  top: 5rem;
  right: -3rem;
  width: 105px;
  height:105px;
  background-color: #AFCF9B33;
  border-radius: 5px;
  transform: rotate(11deg);
}
.p-features__deco-2 {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 43px solid #E8A15C33;
  border-top: 0;
  transform: rotate(-16deg);
}
.p-features__deco-3 {
  position: absolute;
  bottom: 1rem;
  left: 4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 29px solid #E8A15C33;
  border-top: 0;
  transform: rotate(16deg);
}
@media screen and (min-width: 821px) {
  .p-features__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .p-features__deco-1 {
    top: 7rem;
    right: -6rem;
    width: 182px;
    height:182px;
  }
  .p-features__deco-2 {
    bottom: 3rem;
    left: -8rem;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 69px solid #E8A15C33;
  }
  .p-features__deco-3 {
    bottom: 2rem;
    left: -2rem;
    border-style: solid;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    border-bottom: 33px solid #E8A15C33;
  }
}
.p-features__card {
  background: #fff;
  border: 1px solid #eee;
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  z-index: 1;
}
.p-features__icon {
  display: flex;
  justify-content: center;
}
.p-features__icon img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 15px;
}
.p-features__head {
  color: var(--text-color);
  font-weight: bold;
  margin-bottom: 10px;
}
.p-features__text {
  font-size: 0.9rem;
  text-align: left;
}