.point02 {
  background-color: var(--color-white);
  padding: 8.1rem 0 0;
}

.point02__inner {
  margin: 0 auto;
  padding: 0 0;
}

.point02__content {
  text-align: center;
}

/* セクションヘッダー */
.point02__header {
  margin-bottom: 3.6rem;
}

.point02__label {
  display: inline-block;
  color: var(--color-primary-lighter);
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.point02__label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.28rem;
  background-color: var(--color-primary-lighter);
  width: 47.5%;
}

.point02__title {
  font-size: 4rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0 0 2.1rem 0;
  line-height: 1.3;
}

.point02__subtitle {
  font-size: 2rem;
  color: var(--color-text-primary);
  line-height: 1.5;
  margin: 0;
}

/* メイン画像 */
.point02__hero {
  margin: 0 0 6rem 0;
}

.point02__hero-image {
  margin: 0 auto;
  width: 51rem;
  height: 30.8rem;
  overflow: hidden;
}

.point02__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.055);
  transform-origin: top center;
}

/* 問題点 */
.point02__problems {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  margin: 0 0 4.8rem 0;
  flex-wrap: wrap;
}

.point02__problem {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background-color: var(--color-white);
  padding: 0.3rem 1.3rem 0.4rem 1rem;
  border: 0.1rem solid var(--color-text-primary);
}

.point02__problem-icon {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  display: inline-block;
}

.point02__problem-icon::before,
.point02__problem-icon::after {
  content: "";
  position: absolute;
  background-color: #ff4444;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.4rem;
  border-radius: 0.2rem;
}

.point02__problem-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.point02__problem-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.point02__problem-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  font-weight: 700;
}

/* 時代終了メッセージ */
.point02__era-end {
  margin: 0 0 6.9rem;
}

.point02__era-end-text {
  font-size: 2.8rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  font-weight: 700;
  margin: 0;
  transform: rotate(-2.35deg);
  display: inline-block;
}

/* Math-up説明 */
.point02__mathup-explanation {
  margin: 0 0 10rem 0;
}

.point02__mathup-box {
  width: 82.2rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 4.3rem 3rem 3.8rem;
  border-radius: 2rem;
  border: 0.3rem solid var(--color-primary);
  margin: 0 auto;
  position: relative;
}

.point02__mathup-content {
  flex: 1;
}

.point02__mathup-text {
  font-size: 2rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  font-weight: 700;
  margin: 0 0 2.7rem 0;
}

.point02__mathup-note {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  font-weight: 500;
}

.point02__mathup-subtext {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  font-weight: 500;
  margin: 0;
}

.point02__mathup-icon {
  flex: 0 0 auto;
  width: 21.038rem;
  position: absolute;
  top: 8.8rem;
  right: -8.4rem;
}

.point02__mathup-icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* キーポイント */
.point02__key-points {
  width: 71.5rem;
  margin: 0 auto 7.6rem;
}

.point02__key-points-header {
  background-color: var(--color-primary-lighter);
  padding: 1.2rem 3rem;
}

.point02__key-points-title {
  font-size: 2.8rem;
  line-height: 1.5;
  color: var(--color-white);
  font-weight: 700;
  margin: 0;
}

.point02__key-points-list {
  background-color: #edf7ff;
  padding: 3rem 0 4.4rem 8rem;
  text-align: left;
}

.point02__key-point {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 2rem;
}

.point02__key-point:last-child {
  margin-bottom: 0;
}

.point02__key-point-number {
  font-size: 2.4rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  font-weight: 700;
  flex-shrink: 0;
}

.point02__key-point-text {
  font-size: 2.4rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  font-weight: 700;
}

/* スタイル注記 */
.point02__style-note {
  margin: 0 0 8rem;
  position: relative;
}

.point02__style-note::before,
.point02__style-note::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6.5rem;
  height: 6.9rem;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.point02__style-note::before {
  width: 11.5rem;
  height: 11.8rem;
  left: 16.9%;
  background-image: url("../../../img/decolation-left-point2-about.png");
}

.point02__style-note::after {
  width: 10rem;
  height: 12.5rem;
  top: 0.6rem;
  right: 18.5%;
  background-image: url("../../../img/decolation-right-point2-about.png");
}

.point02__style-note-text {
  font-size: 2.4rem;
  line-height: 1.5;
  color: var(--color-text-primary);
  font-weight: 700;
  margin: 0;
  padding: 0 0rem 0 0.6rem;
}

/* サポート体制 */
.point02__support {
  margin: 4rem 0;
  padding: 3.2rem;
  border-radius: 1.6rem;
}

.point02__support-title {
  font-size: 3.2rem;
  line-height: 1.5;
  color: var(--color-primary-lighter);
  font-weight: 700;
  margin: 0 0 2.8rem 0;
}

.point02__support-content {
  margin-bottom: 4rem;
}

.point02__support-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-text-primary);
  font-weight: 500;
  margin: 0 0 0.1rem 0;
}

.point02__support-highlight {
  border-bottom: 0.4rem solid #ffdb59;
  font-weight: 700;
}

/* サポート画像 */
.point02__support-images {
  display: flex;
  gap: 5.6rem;
  margin: 4rem 0;
  justify-content: center;
  padding: 3.2rem;
  border-radius: 1.6rem;
}

.point02__support-image:first-child {
  width: 43.693rem;
  flex: none;
}

.point02__support-image:last-child {
  width: 46.5rem;
  flex: none;
}

.point02__support-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* まとめ */
.point02__summary {
  margin: 4rem 0;
  padding: 3.2rem;
  border-radius: 1.6rem;
}

.point02__summary-content {
  margin: 0 auto;
}

.point02__summary-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-text-primary);
  font-weight: 700;
  margin: 0 0 3rem 0;
}

.point02__summary-text:last-child {
  margin-bottom: 0;
}

/* 統一背景色コンテナ */
.point02__unified-background {
  background-color: #f5fbff;
  padding: 5.8rem 0;
}

.point02__unified-background .point02__support,
.point02__unified-background .point02__support-images,
.point02__unified-background .point02__summary {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.point02__unified-background .point02__support-images {
  width: 95.793rem;
  margin: 0 auto 4rem;
}

/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
  .point02 {
    padding: 6.6rem 0 2.1rem;
  }

  .point02__label {
    margin-bottom: 1.1rem;
  }

  .point02__header {
    margin-bottom: 3.3rem;
  }

  .point02__hero {
    margin: 0 0 4.8rem 0;
  }

  .point02__hero-image {
    width: 37rem;
    height: 22.4rem;
  }

  .point02__title {
    font-size: 3.6rem;
    margin: 0 0 2rem 0;
  }

  .point02__subtitle {
    font-size: var(--font-size-base);
  }

  .point02__era-end-text {
    font-size: 2.4rem;
  }

  .point02__era-end {
    margin: 0 0 5.5rem;
  }

  .point02__mathup-box {
    width: 37rem;
    flex-direction: column;
    text-align: center;
    padding: 3.4rem 2rem;
  }

  .point02__mathup-content {
    text-align: center;
  }

  .point02__mathup-icon {
    width: 13.1rem;
    margin-top: 1.6rem;
    top: 12rem;
    right: -2.6rem;
  }

  .point02__mathup-text {
    font-size: 1.6rem;
    margin: 0 0 2.1rem 0;
  }

  .point02__mathup-note {
    font-size: 1.2rem;
  }

  .point02__mathup-subtext {
    font-size: 1.2rem;
  }

  .point02__mathup-explanation {
    margin: 0 0 7.2rem 0;
  }

  .point02__problems {
    gap: 1.2rem;
    margin: 0 0 4rem 0;
  }

  .point02__key-points {
    width: 37rem;
    margin: 0 auto 5.7rem;
  }

  .point02__key-points-title {
    font-size: 1.8rem;
  }

  .point02__key-points-header {
    padding: 0.6rem 3rem;
  }

  .point02__key-point-number {
    font-size: 1.4rem;
  }

  .point02__key-point-text {
    font-size: 1.4rem;
  }

  .point02__key-points-list {
    padding: 2.4rem 0 3.3rem 2.2rem;
  }

  .point02__key-point {
    margin-bottom: 1.2rem;
  }

  .point02__support-images {
    flex-direction: column;
    gap: 1.1rem;
  }

  .point02__support-image:first-child {
    order: 2;
  }

  .point02__support-image:last-child {
    order: 1;
  }

  .point02__support-image {
    max-width: none;
    margin: 0 auto;
  }

  .point02__support-image:last-child {
    width: 34.5rem;
  }

  .point02__support-image:first-child {
    width: 32.43rem;
  }

  .point02__style-note::before,
  .point02__style-note::after {
    width: 2rem;
  }

  .point02__style-note::before {
    top: 62%;
    width: 6.7rem;
    left: -1.2%;
  }

  .point02__style-note::after {
    width: 5.9rem;
    top: 41%;
    right: -1%;
  }

  .point02__style-note-text {
    font-size: 1.8rem;
    padding: 0 0rem 0 1rem;
  }

  .point02__style-note {
    margin: 0 0 6rem;
  }

  .point02__support-title {
    font-size: 2.4rem;
    margin: 0 0 2.8rem 0;
  }

  .point02__support-text {
    font-size: 1.4rem;
    margin: 0 0 0rem 0;
  }

  .point02__support-content {
    margin-bottom: 3.3rem;
  }

  .point02__summary-text {
    font-size: 1.4rem;
    margin: 0 0 2.4rem 0;
  }

  .point02__summary-content {
    padding: 0 0 0 1rem;
  }

  .point02__unified-background {
    padding: 4.6rem 0;
  }

  .point02__unified-background .point02__support-images {
    width: 37rem;
    margin: 0 auto 3.2rem;
  }

  .pc {
    display: none;
  }
}
