/* m-point-item — 結論セクションの Point ブロック（case-item と同見た目・個別調整用） */

.point-item__heading {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin: 0 0 3rem;
  padding-bottom: 1.2rem;
  color: #321d18;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

.point-item__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 18rem);
  height: 0.2rem;
  background: linear-gradient(
    90deg,
    #a56d16 0%,
    #f6d36d 50%,
    #a56d16 100%
  );
}

.point-item__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 8rem;
  color: #fff;
  font-size: 5rem;
  line-height: 1;
}

.point-item__label::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 2rem;
  background: #f6d36d;
  clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%);
}

.point-item__title {
  flex: 1;
  min-width: 0;
  font-size: 3.5rem;
  letter-spacing: 0.08em;
}

.point-item__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}

.point-item__visual {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 54%;
  aspect-ratio: 620 / 430;
  overflow: visible;
}

.point-item__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 67%;
  height: 128%;
  overflow: hidden;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2.4rem;
  border-bottom-left-radius: 0;
  background-color: transparent;
  background-image: url("../../img/top/case-item-panel-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.point-item__image {
  position: absolute;
  z-index: 1;
  width: 92%;
  margin: 0;
  overflow: hidden;
}

.point-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.point-item__content {
  flex: 1;
}

.point-item__text {
  margin: 0;
  color: #321d18;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.06em;
  text-align: left;
}

.point-item__note {
  margin: 1rem 0 0;
  color: #6a5a52;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}

.point-item__content-below {
  margin: 1.6rem 0 0;
}

.point-item__content-below img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.point-item--01 .point-item__bg {
  bottom: 5.6rem;
  left: 0;
  height: calc(128% + 5.6rem);
}

.point-item--01 .point-item__image {
  top: 0;
  right: 0;
}

.point-item--01 .point-item__title {
  text-align: right;
}
