/* =========================
   about page
========================= */

.about-main {
  background: #ffffff;
}

/* =========================
   about fv
========================= */

.about-fv {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: calc(var(--header-height) + 96px) 0 104px;
  background: url("../images/about-fv-bg-pc.png") no-repeat center center / cover;
}

.about-fv::before {
  content: none;
}

.about-fv-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  min-height: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.about-fv-copy {
  position: relative;
  z-index: 1;
  width: min(690px, 58%);
  padding-top: 120px;
}

.about-fv-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(40px, 3.8vw, 64px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.92),
    0 8px 24px rgba(255, 255, 255, 0.92),
    0 16px 48px rgba(255, 255, 255, 0.82);
}

.about-fv-title span {
  color: var(--blue-2);
}

.about-fv-lead {
  margin: 30px 0 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
  line-height: 2.05;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94),
    0 6px 18px rgba(255, 255, 255, 0.88),
    0 12px 34px rgba(255, 255, 255, 0.72);
}

/* =========================
   origin
========================= */

.origin-section {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(2, 83, 253, 0.04), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.origin-section::before {
  position: absolute;
  top: 70px;
  right: 8%;
  width: 126px;
  height: 126px;
  content: "";
  background-image: radial-gradient(rgba(2, 83, 253, 0.14) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.22;
  pointer-events: none;
}

.origin-section::after {
  position: absolute;
  left: -180px;
  bottom: -120px;
  width: 620px;
  height: 260px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='620' height='260' viewBox='0 0 620 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.55' stroke='%230253FD' stroke-width='1'%3E%3Cpath d='M-60 130C40 70 120 70 220 130C320 190 400 190 500 130C600 70 680 70 780 130'/%3E%3Cpath d='M-60 150C40 90 120 90 220 150C320 210 400 210 500 150C600 90 680 90 780 150'/%3E%3Cpath d='M-60 170C40 110 120 110 220 170C320 230 400 230 500 170C600 110 680 110 780 170'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.10;
  pointer-events: none;
}

.origin-heading .section-label {
  color: #b8d3ff;
}

.origin-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.origin-heading {
  position: relative;
  text-align: left;
}

.origin-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.origin-body {
  max-width: 920px;
  margin-top: 56px;
}

.origin-body p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.03em;
}

.origin-body p + p {
  margin-top: 42px;
}

.origin-body span {
  color: var(--blue-2);
  font-weight: 900;
  background-image: linear-gradient(
    transparent 66%,
    rgba(255, 220, 40, 0.52) 66%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.origin-heading {
  position: relative;
  text-align: left;
}

.origin-heading::before {
  position: absolute;
  left: -6px;
  top: -54px;
  z-index: -1;
  content: "BACKGROUND";
  color: rgba(215, 229, 255, 0.52);
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: clamp(64px, 9vw, 128px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.origin-title::after {
  display: block;
  width: 74px;
  height: 5px;
  margin-top: 24px;
  content: "";
  background: linear-gradient(90deg, var(--blue-2), rgba(2, 83, 253, 0.18));
  border-radius: 999px;
}

/* =========================
   name origin
========================= */

.name-section {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
  background-image: url("../images/name-origin-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fbfdff;
}

.name-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.name-heading .section-label {
  color: #b8d3ff;
}

.name-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.name-title::after {
  display: block;
  width: 74px;
  height: 5px;
  margin: 24px auto 0;
  content: "";
  background: linear-gradient(90deg, var(--blue-2), rgba(2, 83, 253, 0.18));
  border-radius: 999px;
}

 .name-diagram {
  display: grid;
  grid-template-columns: 1fr 10px 1fr 10px 1fr;
  align-items: center;
  gap: 26px;
  max-width: 1180px;
  margin: 74px auto 0;
}

.name-item {
  display: flex;
  justify-content: center;
}

.name-circle {
  width: min(320px, 100%);
  aspect-ratio: 1 / 1;
  padding: 34px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(250, 252, 255, 0.96) 58%,
      rgba(242, 247, 255, 0.93) 100%
    );
  border: 1px solid rgba(201, 220, 255, 0.95);
  box-shadow:
    inset 0 0 0 10px rgba(255, 255, 255, 0.82),
    0 16px 44px rgba(0, 60, 216, 0.05);
}

.name-item-main .name-circle {
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 252, 238, 0.96) 58%,
      rgba(255, 248, 220, 0.94) 100%
    );
  border: 1px solid rgba(243, 214, 112, 0.92);
  box-shadow:
    inset 0 0 0 10px rgba(255, 255, 255, 0.82),
    0 16px 44px rgba(255, 198, 42, 0.08);
}

.name-en {
  max-width: 100%;
  margin: 0;
  color: var(--navy);
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(44px, 4.2vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.name-ja {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0, 60, 216, 0.04);
}

.name-dot {
  display: none;
}

.name-separator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b8d3ff;
  justify-self: center;
}

.name-body {
  max-width: 920px;
  margin: 68px auto 0;
  text-align: center;
}

.name-body p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.03em;
}

.name-body span {
  font-weight: 800;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.name-result {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  text-align: center;
}

.name-result-top,
.name-result-bottom {
  display: block;
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.name-result-main {
  display: block;
  color: var(--blue-2);;
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 3.3vw, 54px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.name-result-main {
  white-space: nowrap;
}

/* =========================
   vision
========================= */

.vision-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
}

.vision-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 84px;
}

.vision-visual {
  position: relative;
  min-height: 620px;
}

.vision-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 22px 52px rgba(0, 60, 216, 0.10);
}

.vision-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-photo-large {
  top: 0;
  left: 0;
  width: 62%;
  height: 350px;
}

.vision-photo-small {
  top: 210px;
  right: 0;
  width: 45%;
  height: 250px;
}

.vision-photo-wide {
  left: 8%;
  bottom: 0;
  width: 58%;
  height: 280px;
}

.vision-copy {
  position: relative;
}

.vision-copy .section-label {
  color: #b8d3ff;
}

.vision-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.vision-title span {
  color: var(--blue-2);
}

.vision-title::after {
  display: block;
  width: 74px;
  height: 5px;
  margin-top: 24px;
  content: "";
  background: linear-gradient(90deg, var(--blue-2), rgba(2, 83, 253, 0.18));
  border-radius: 999px;
}

.vision-lead {
  margin: 48px 0 0;
  color: var(--navy);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.vision-text {
  max-width: 560px;
  margin: 34px 0 0;
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
  line-height: 2.15;
  letter-spacing: 0.03em;
}

/* =========================
   principle
========================= */

.principle-section {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(2, 83, 253, 0.05), transparent 26%),
    radial-gradient(circle at 86% 82%, rgba(255, 220, 40, 0.13), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.principle-section::before {
  position: absolute;
  top: 80px;
  right: 8%;
  width: 126px;
  height: 126px;
  content: "";
  background-image: radial-gradient(rgba(2, 83, 253, 0.14) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.22;
  pointer-events: none;
}

.principle-section::after {
  position: absolute;
  left: -160px;
  bottom: -140px;
  width: 520px;
  height: 520px;
  content: "";
  background: radial-gradient(circle, rgba(2, 83, 253, 0.07), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.principle-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.principle-heading {
  text-align: center;
}

.principle-heading .section-label {
  color: #b8d3ff;
}

.principle-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.principle-title::after {
  display: block;
  width: 74px;
  height: 5px;
  margin: 24px auto 0;
  content: "";
  background: linear-gradient(90deg, var(--blue-2), rgba(2, 83, 253, 0.18));
  border-radius: 999px;
}

.principle-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 68px;
}

.principle-row {
  display: grid;
  gap: 24px;
}

.principle-row-top {
  grid-template-columns: repeat(3, 1fr);
}

.principle-row-bottom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: calc((100% - 24px) / 3 * 2 + 24px);
  margin: 0 auto;
}

.principle-card {
  min-height: 250px;
  padding: 34px 26px 32px;
  text-align: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(215, 229, 255, 0.95);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(0, 60, 216, 0.07);
}

.principle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: transparent;
  border: none;
  box-shadow: none;
}

.principle-icon img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.principle-card h3 {
  margin: 18px 0 0;
  color: var(--blue-2);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.principle-card p {
  margin: 14px 0 0;
  color: var(--text);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

.principle-message {
  max-width: 860px;
  margin: 68px auto 0;
  padding: 0;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 0;
}

.principle-message p {
  margin: 0;
  color: var(--navy);
  font-size: clamp(24px, 1.6vw, 36px);
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.principle-message p + p {
  margin-top: 8px;
}

.principle-message span {
  color: var(--blue-2);
  background-image: linear-gradient(
    transparent 68%,
    rgba(255, 220, 40, 0.52) 68%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* =========================
   tablet
========================= */

@media (max-width: 960px) {
  .about-fv {
    min-height: 660px;
    padding: calc(var(--header-height) + 82px) 0 88px;
    background-position: center center;
  }

  .about-fv-inner {
    min-height: 480px;
  }

  .about-fv-copy {
    width: min(620px, 64%);
    padding-top: 80px;
  }

  .about-fv-title {
    font-size: clamp(36px, 5.4vw, 52px);
    line-height: 1.55;
  }

  .about-fv-lead {
    font-size: 15px;
  }

  .about-fv-lead br {
    display: none;
  }

  .origin-section {
    padding: 100px 0;
  }

  .origin-section::before {
    top: 56px;
    right: 5%;
    width: 104px;
    height: 104px;
    background-size: 12px 12px;
    opacity: 0.18;
  }

  .origin-section::after {
    left: -220px;
    bottom: -130px;
    width: 580px;
    height: 240px;
    opacity: 0.10;
  }

  .origin-inner {
    width: min(100% - 32px, 1180px);
  }

  .origin-heading::before {
    top: -40px;
    left: -4px;
    font-size: clamp(69px, 6vw, 96px);
    opacity: 0.62;
  }

  .origin-heading .section-label {
    color: #b8d3ff;
  }

  .origin-title {
    font-size: 40px;
    line-height: 1.4;
  }

  .origin-title::after {
    width: 68px;
    height: 5px;
    margin-top: 22px;
  }

  .origin-body {
    max-width: 100%;
    margin-top: 44px;
  }

  .origin-body p {
    font-size: 16px;
    line-height: 2.1;
  }

  .origin-body p + p {
    margin-top: 36px;
  }

  /* name origin tablet */
  .name-section {
    padding: 100px 0;
    background-position: center top;
    background-size: cover;
  }

    .name-inner {
    width: min(100% - 32px, 1180px);
    }

    .name-title {
    font-size: 40px;
    line-height: 1.4;
    }

    .name-title::after {
    width: 68px;
    height: 5px;
    margin-top: 22px;
    }

    .name-diagram {
    grid-template-columns: 1fr 8px 1fr 8px 1fr;
    gap: 14px;
    max-width: 860px;
    margin-top: 56px;
    }

    .name-circle {
    width: clamp(190px, 26vw, 230px);
    padding: 26px 18px;
    gap: 14px;
    box-shadow:
        inset 0 0 0 8px rgba(255, 255, 255, 0.82),
        0 14px 34px rgba(0, 60, 216, 0.05);
    }

    .name-en {
    font-size: clamp(34px, 5vw, 46px);
    line-height: 1.06;
    letter-spacing: -0.04em;
    }

    .name-ja {
    min-height: 34px;
    padding: 0 16px;
    font-size: 14px;
    }

    .name-separator {
    width: 7px;
    height: 7px;
    }

    .name-body {
    max-width: 760px;
    margin-top: 56px;
    }

    .name-body p {
    font-size: 16px;
    line-height: 2.05;
    }

    .name-body p br {
    display: none;
    }

    .name-result {
    margin-top: 36px;
    gap: 8px;
    }

    .name-result-top,
    .name-result-bottom {
    font-size: 24px;
    line-height: 1.5;
    }

    .name-result-main {
    font-size: clamp(32px, 5vw, 42px);
    line-height: 1.4;
    white-space: normal;
    }

    /* vision tablet */
    .vision-section {
    padding: 110px 0;
    }

    .vision-inner {
    width: min(100% - 32px, 1180px);
    grid-template-columns: 1fr;
    gap: 64px;
    }

    .vision-visual {
    min-height: 480px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    }

    .vision-photo-large {
    width: 56%;
    height: 290px;
    }

    .vision-photo-small {
    top: 160px;
    width: 42%;
    height: 220px;
    }

    .vision-photo-wide {
    left: 10%;
    width: 54%;
    height: 230px;
    }

    .vision-copy {
    max-width: 760px;
    margin: 0 auto;
    }

    .vision-title {
    font-size: 40px;
    line-height: 1.4;
    }

    .vision-title br {
    display: none;
    }

    .vision-title::after {
    width: 68px;
    height: 5px;
    margin-top: 22px;
    }

    .vision-lead {
    margin-top: 38px;
    font-size: 30px;
    line-height: 1.65;
    }

    .vision-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 2.05;
    }

    /* principle tablet */
    .principle-section {
    padding: 100px 0;
    }

    .principle-section::before {
    top: 56px;
    right: 5%;
    width: 104px;
    height: 104px;
    background-size: 12px 12px;
    opacity: 0.18;
    }

    .principle-section::after {
    left: -200px;
    bottom: -150px;
    width: 460px;
    height: 460px;
    opacity: 0.8;
    }

    .principle-inner {
    width: min(100% - 32px, 1180px);
    }

    .principle-title {
    font-size: 40px;
    line-height: 1.4;
    }

    .principle-title::after {
    width: 68px;
    height: 5px;
    margin-top: 22px;
    }

    .principle-list {
    gap: 20px;
    margin-top: 56px;
    }

    .principle-row {
    gap: 20px;
    }

    .principle-row-top,
    .principle-row-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    }

    .principle-row-top .principle-card:nth-child(3) {
    grid-column: 1 / -1;
    width: calc((100% - 20px) / 2);
    margin: 0 auto;
    }

    .principle-card {
    min-height: 250px;
    padding: 32px 24px 30px;
    border-radius: 20px;
    }

    .principle-icon {
    width: 78px;
    height: 78px;
    }

    .principle-icon img {
    width: 78px;
    height: 78px;
    }

    .principle-card h3 {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.45;
    }

    .principle-card p {
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.85;
    }

    .principle-message {
    max-width: 760px;
    margin-top: 56px;
    }

    .principle-message p {
    font-size: 24px;
    line-height: 1.8;
    }

}

/* =========================
   sp
========================= */

@media (max-width: 640px) {
  .about-fv {
    min-height: 720px;
    padding: calc(var(--header-height) + 44px) 0 42px;
    background: url("../images/about-fv-bg-sp.png") no-repeat center top / cover;
  }

  .about-fv-inner {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    align-items: flex-start;
  }

  .about-fv-copy {
    width: 100%;
    padding-top: 0;
  }

  .about-fv-title {
    font-size: 32px;
    line-height: 1.38;
  }

  .about-fv-lead {
    margin-top: 22px;
    font-size: 13.5px;
    line-height: 1.9;
  }

  .about-fv-lead br {
    display: none;
  }

  .origin-section {
    padding: 76px 0;
  }

  .origin-section::before {
    top: 34px;
    right: 16px;
    width: 76px;
    height: 76px;
    background-size: 10px 10px;
    opacity: 0.16;
  }

  .origin-section::after {
    left: -250px;
    bottom: -145px;
    width: 540px;
    height: 220px;
    opacity: 0.09;
  }

  .origin-inner {
    width: min(100% - 28px, 1180px);
  }

  .origin-heading::before {
    top: -30px;
    left: -3px;
    font-size: 49px;
    letter-spacing: 0.01em;
    opacity: 0.58;
  }

  .origin-heading .section-label {
    color: #b8d3ff;
  }

  .origin-title {
    font-size: 30px;
    line-height: 1.45;
  }

  .origin-title::after {
    width: 58px;
    height: 4px;
    margin-top: 18px;
  }

  .origin-body {
    margin-top: 34px;
  }

  .origin-body p {
    font-size: 14.5px;
    line-height: 2;
    letter-spacing: 0.02em;
  }

  .origin-body p + p {
    margin-top: 30px;
  }

  .origin-body p br {
    display: none;
  }

  .origin-body span {
    background: linear-gradient(
      transparent 68%,
      rgba(255, 220, 40, 0.48) 68%
    );
  }

  /* name origin sp */
    .name-section {
    padding: 76px 0;
    background:
        linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.52),
        rgba(255, 255, 255, 0.68)
        ),
        url("../images/name-origin-bg-sp.png") no-repeat center center / cover;
    }

.name-inner {
  width: min(100% - 28px, 1180px);
}

.name-heading .section-label {
  color: #b8d3ff;
}

.name-title {
  font-size: 30px;
  line-height: 1.45;
}

.name-title::after {
  width: 58px;
  height: 4px;
  margin-top: 18px;
}

.name-diagram {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 100%;
  margin-top: 42px;
}

.name-circle {
  width: 100%;
  max-width: 106px;
  padding: 14px 8px;
  gap: 8px;
  box-shadow:
    inset 0 0 0 5px rgba(255, 255, 255, 0.82),
    0 10px 24px rgba(0, 60, 216, 0.04);
}

.name-en {
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.name-ja {
  min-height: 24px;
  padding: 0 9px;
  font-size: 11px;
}

.name-separator {
  display: none;
}

.name-body {
  max-width: 100%;
  margin-top: 38px;
}

.name-body p {
  font-size: 14.5px;
  line-height: 2;
  letter-spacing: 0.02em;
}

.name-body p br {
  display: none;
}

.name-result {
  margin-top: 30px;
  gap: 6px;
}

.name-result-top,
.name-result-bottom {
  font-size: 16px;
  line-height: 1.55;
}

.name-result-main {
  font-size: 19px;
  line-height: 1.45;
  white-space: normal;
}

/* vision sp */
.vision-section {
  padding: 76px 0;
}

.vision-inner {
  width: min(100% - 28px, 1180px);
  grid-template-columns: 1fr;
  gap: 44px;
}

.vision-visual {
  min-height: 360px;
}

.vision-photo {
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0, 60, 216, 0.08);
}

.vision-photo-large {
  top: 0;
  left: 0;
  width: 64%;
  height: 190px;
}

.vision-photo-small {
  top: 120px;
  right: 0;
  width: 48%;
  height: 150px;
}

.vision-photo-wide {
  left: 6%;
  bottom: 0;
  width: 62%;
  height: 160px;
}

.vision-title {
  font-size: 30px;
  line-height: 1.45;
}

.vision-title br {
  display: none;
}

.vision-title::after {
  width: 58px;
  height: 4px;
  margin-top: 18px;
}

.vision-lead {
  margin-top: 34px;
  font-size: 23px;
  line-height: 1.65;
}

.vision-text {
  margin-top: 26px;
  font-size: 14.5px;
  line-height: 2;
  letter-spacing: 0.02em;
}

/* principle sp */
.principle-section {
  padding: 76px 0;
}

.principle-section::before {
  top: 34px;
  right: 18px;
  width: 76px;
  height: 76px;
  background-size: 10px 10px;
  opacity: 0.16;
}

.principle-section::after {
  left: -180px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  opacity: 0.8;
}

.principle-inner {
  width: min(100% - 28px, 1180px);
}

.principle-title {
  font-size: 30px;
  line-height: 1.45;
}

.principle-title::after {
  width: 58px;
  height: 4px;
  margin-top: 18px;
}

.principle-list {
  gap: 16px;
  margin-top: 42px;
}

.principle-row,
.principle-row-top,
.principle-row-bottom {
  grid-template-columns: 1fr;
  width: 100%;
  gap: 16px;
}

.principle-row-top .principle-card:nth-child(3) {
  grid-column: auto;
  width: 100%;
  margin: 0;
}

.principle-card {
  min-height: auto;
  padding: 28px 22px 26px;
  border-radius: 18px;
}

.principle-icon {
  width: 70px;
  height: 70px;
}

.principle-icon img {
  width: 70px;
  height: 70px;
}

.principle-card h3 {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.45;
}

.principle-card p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.85;
}

.principle-message {
  max-width: 100%;
  margin-top: 42px;
}

.principle-message p {
  font-size: 18px;
  line-height: 1.8;
}

.principle-message p + p {
  margin-top: 8px;
}

}