/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  color-scheme: light;
  --navy: #0E203B;
  --blue: #2A579A;
  --orange: #FF6A00;
  --orange-dark: #ea6a00;
  --pink: #ff5f67;
  --gray-100: #f4f7fb;
  --gray-200: #e6edf5;
  --gray-700: #4a4a4a;
  --black: #0f0f0f;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--black);
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

#main {
  width: 100%;
  background-color: #F1F7F9;
  overflow: hidden;
}

section {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

.fv {
  padding: 40px 24px 64px;
  background-image: url(../japan-ai-sales/fv__bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative;
}

.fv__main {
  max-width: 1120px;
  margin: 0 auto;
}

.fv__catch {
  display: inline-block;
  padding: 10px 22px 12px;
  background: var(--pink);
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 26px);
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 32px;
}

.fv__catch::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 14px 0 14px;
  border-color: var(--pink) transparent transparent transparent;
}

.fv__headline {
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
}

.fv__logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fv__logo-mark {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 30%, #ffffff 0 15%, transparent 16%), radial-gradient(circle at 45% 65%, #ffffff 0 28%, transparent 29%), linear-gradient(150deg, #2b5aa7 0%, #1f478f 80%);
  box-shadow: inset -6px -6px 0 rgba(255, 255, 255, 0.15);
}

.fv__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.fv__logo-brand {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.06em;
}

.fv__logo-name {
  font-weight: 800;
  font-size: 64px;
  letter-spacing: 0.02em;
}

.fv__times {
  font-size: 48px;
  font-weight: 600;
  color: #7f7f7f;
}

.fv__ai {
  width: 80px;
  height: 80px;
  border-radius: 40% 60% 55% 45%/55% 40% 60% 45%;
  border: 3px solid #333;
  display: grid;
  place-items: center;
  font-weight: 700;
  position: relative;
}

.fv__ai::before,
.fv__ai::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 22px;
  background: #333;
  border-radius: 3px;
  top: -20px;
  left: 22px;
  transform: rotate(-20deg);
}

.fv__ai::after {
  left: 52px;
  transform: rotate(20deg);
}

.fv__ai-text {
  font-size: 26px;
}

.fv__headline-text {
  font-weight: 800;
  font-size: clamp(30px, 4vw, 54px);
}

.fv__lead {
  color: var(--blue);
  font-weight: 600;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.8;
  margin-bottom: 48px;
}

.fv__actions {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-left: 64px;
}

.fv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
  padding: 16px 54px;
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(255, 122, 0, 0.24);
  transition: background 0.2s ease;
}

.fv__button:hover {
  background: var(--orange-dark);
}

.fv__text-link {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  font-size: 18px;
}

.fv__text-link:hover {
  text-decoration: underline;
}

.fv__visual {
  position: absolute;
  bottom: -24px;
  right: -24px;
}

.fv__visual--sp {
  display: none;
}

.fv__visual-inner {
  position: relative;
  padding-right: 20px;
}

.fv__visual-image {
  width: 100%;
  max-width: 520px;
  display: block;
  margin-left: auto;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.15));
}

.fv__process {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.fv__node {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid rgba(46, 108, 173, 0.2);
  display: block;
  position: relative;
}

.fv__node--right {
  border-color: rgba(255, 132, 143, 0.3);
}

.fv__node::before {
  content: "";
  position: absolute;
  inset: 20px;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0 14px, rgba(0, 0, 0, 0.2) 14px 28px);
  border-radius: 6px;
}

.fv__node--right::before {
  inset: 22px;
  border-radius: 8px;
  background: linear-gradient(90deg, #000 0 32%, transparent 32% 40%, #000 40% 72%, transparent 72% 80%, #000 80% 100%), linear-gradient(#000 0 32%, transparent 32% 40%, #000 40% 72%, transparent 72% 80%, #000 80% 100%);
}

.fv__arrow {
  width: 38px;
  height: 6px;
  background: #ff8c8c;
  position: relative;
}

.fv__arrow::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -6px;
  border-width: 9px 0 9px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #ff8c8c;
}

@media (max-width: 960px) {
  .fv__content {
    grid-template-columns: 1fr;
  }
  .fv__visual {
    order: -1;
  }
  .fv__visual-inner {
    margin: 0 auto;
  }
  .fv__process {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }
  .fv__visual-image {
    max-width: 350px;
  }
  .fv__actions {
    margin-left: 0;
  }
  .fv__button {
    font-size: 20px;
    padding: 12px 32px;
  }
}
@media (max-width: 768px) {
  .fv__catch {
    padding: 8px 16px 10px;
  }
  .fv__logo-mark {
    width: 64px;
    height: 64px;
  }
  .fv__logo-brand {
    font-size: 20px;
  }
  .fv__logo-name {
    font-size: 44px;
  }
  .fv__ai {
    width: 60px;
    height: 60px;
  }
  .fv__ai-text {
    font-size: 20px;
  }
  .fv__visual-image {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .fv__catch {
    text-align: center;
  }
  .fv__catch .br {
    display: block;
  }
  .fv__visual {
    display: none;
  }
  .fv__actions {
    display: flex;
    justify-content: center;
  }
  .fv__lead {
    text-align: center;
    font-size: 12px;
    margin-bottom: 24px;
  }
  .fv__lead .br {
    display: block;
  }
  .fv__visual--sp {
    display: block;
    width: 100%;
    position: static;
  }
  .fv__visual--sp .fv__visual-image {
    margin: auto;
  }
  .fv__headline {
    margin-bottom: 0;
  }
}
.compare {
  padding: 64px 0 24px;
  background: #fff;
  margin-top: 32px;
  position: relative;
}

.compare__inner {
  position: relative;
}

.compare__heading {
  text-align: center;
  margin-bottom: 30px;
}

.compare__title {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.compare__title--before {
  color: var(--navy);
}

.compare__title--after {
  color: #ff4b57;
  margin-top: 32px;
}

.compare__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  justify-content: center;
  position: relative;
  padding: 10px 0 40px;
}

.compare__grid--before {
  background: #e3e9f2;
  padding: 36px 30px 50px;
}

.compare__grid--after {
  padding-left: 30px;
  padding-right: 30px;
}

.compare__grid--before::before,
.compare__grid--after::before {
  left: calc(33.333% - 1px);
}

.compare__grid--before::after,
.compare__grid--after::after {
  left: calc(66.666% - 1px);
}

.compare__card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.7;
  box-shadow: 0 12px 20px rgba(20, 40, 80, 0.08);
  position: relative;
  z-index: 1;
}

.compare__grid--before .compare__card {
  padding-top: 40px;
}

.compare__card:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 2px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, rgba(73, 102, 145, 0.5) 0 6px, transparent 6px 12px);
  transform: translateY(-50%);
}

.compare__card:last-of-type::before {
  display: none;
}

.compare__grid--before .compare__card p {
  color: #2A579A;
  font-size: 20px;
}

.compare__grid--after .compare__card p {
  color: #fff;
  font-size: 26px;
}

.compare__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  position: absolute;
  left: 50%;
  top: -20px;
  border: 5px solid #fff;
  transform: translateX(-50%);
}

.compare__label--a,
.compare__label--b,
.compare__label--c {
  background: #2c59a4;
}

.compare__label--b {
  background: #2f6bd1;
}

.compare__label--c {
  background: #4a89ff;
}

.compare__card--accent {
  background: linear-gradient(135deg, #c86cc5 0%, #ff5a6d 100%);
  color: #fff;
}

.compare__summary {
  text-align: center;
  color: var(--orange);
  font-weight: 800;
  font-size: clamp(22px, 3vw, 48px);
  line-height: 1.6;
  margin-top: 30px;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1260px;
  margin: auto;
  padding: 0 30px;
}

.compare__arrow {
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 26px solid #cfd9e7;
}

.compare__illust {
  position: absolute;
  pointer-events: none;
}

.compare__illust img {
  display: block;
  width: 100%;
  height: auto;
}

.compare__illust--top {
  top: 10px;
  right: 80px;
  width: 160px;
}

.compare__illust--left {
  left: 20px;
  top: 240px;
  width: 160px;
}

.compare__illust--bottom {
  right: 40px;
  bottom: 10px;
  width: 180px;
}

.compare__empha1 {
  display: block;
  width: 150px;
  position: absolute;
  right: 400px;
  top: -60px;
  z-index: 9;
}

.compare__empha2 {
  display: block;
  width: 120px;
  position: absolute;
  left: 150px;
  bottom: -70px;
  z-index: 9;
}

.compare__empha3 {
  display: block;
  width: 200px;
  position: absolute;
  right: 300px;
  bottom: -28px;
  z-index: 9;
}

@media (max-width: 1280px) {
  .compare__empha1 {
    right: 280px;
  }
  .compare__grid--before .compare__card p {
    font-size: 16px;
  }
  .compare__grid--after .compare__card p {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .compare {
    padding-bottom: 0;
  }
  .compare__grid {
    grid-template-columns: 1fr;
    padding-top: 100px;
    gap: 40px;
    justify-items: center;
  }
  .compare__grid--before .compare__card {
    width: 100%;
    max-width: 400px;
  }
  .compare__card:before {
    display: none;
  }
  .compare__empha1 {
    right: 50%;
    transform: translateX(50%);
    top: -40px;
  }
  .compare__empha2 {
    width: 100px;
    right: 24px;
    left: auto;
  }
  .compare__heading {
    margin-bottom: 40px;
  }
  .compare__grid.compare__grid--after {
    padding-top: 0;
  }
  .compare__grid--after .compare__card {
    width: 100%;
    max-width: 400px;
  }
  .compare__summary {
    text-align: center;
    font-size: 24px;
  }
  .compare__empha3 {
    position: static;
    display: block;
    margin: auto;
    transform: translateY(8px);
  }
}
@media (max-width: 480px) {
  .compare {
    margin-top: 0;
  }
  .compare__empha1 {
    width: 100px;
    top: -30px;
  }
  .compare__summary {
    font-size: 20px;
  }
  .compare__arrow {
    padding-bottom: 24px;
  }
}
.capability {
  padding: 70px 24px 24px;
  background-color: #fff;
  position: relative;
}

.capability__inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.capability__heading {
  margin-bottom: 40px;
}

.capability__title {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #1a2f4f;
}

.capability__visual {
  margin: 0 auto 40px;
  max-width: 90%;
}

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

.capability__points {
  list-style: none;
  max-width: 90%;
  margin: 0 auto 24px;
  text-align: left;
  color: var(--orange);
  font-weight: 800;
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.7;
}

.capability__points li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  position: relative;
}

.capability__points img {
  width: 40px;
  height: auto;
}

.capability__arrow {
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 26px solid #cfd9e7;
}

.capability__illust {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 200px;
}

.capability__illust img {
  width: 100%;
  display: block;
}

.capability__empha {
  display: block;
  position: absolute;
  bottom: -12px;
  right: 300px;
  width: 300px;
}

@media (max-width: 1280px) {
  .capability__empha {
    right: 180px;
  }
}
@media (max-width: 1080px) {
  .capability__empha {
    width: 240px;
    right: 100px;
  }
}
@media (max-width: 768px) {
  .capability {
    padding-bottom: 80px;
  }
  .capability__empha {
    width: 180px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .capability {
    padding: 40px 24px 24px;
  }
  .capability__title .br {
    display: block;
  }
  .capability__empha {
    position: static;
    margin: auto;
    width: 300px;
  }
  .capability__points .br {
    display: block;
  }
}
.pdca {
  padding: 70px 24px 64px;
  background: #fff;
  position: relative;
}

.pdca__inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.pdca__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.pdca__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 90px;
  border-radius: 50%;
  background: #ff5f67;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  position: relative;
}

.pdca__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #ff5f67 transparent transparent transparent;
  transform: rotate(-30deg) translateY(5px) translateX(25px);
}

.pdca__title {
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 800;
  color: #1a2f4f;
  letter-spacing: 0.04em;
}

.pdca__visual {
  max-width: 90%;
  margin: 0 auto;
}

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

.pdca__illust {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 260px;
}

.pdca__illust img {
  width: 100%;
  display: block;
}

.pdca__empha {
  display: block;
  position: absolute;
  bottom: -12px;
  right: 300px;
  width: 300px;
}

@media (max-width: 768px) {
  .pdca__heading {
    justify-content: center;
    text-align: center;
  }
  .pdca__empha {
    position: static;
    margin: auto;
    width: 300px;
  }
  .pdca__visual {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .pdca {
    padding: 40px 24px 24px;
  }
  .pdca__title {
    font-size: 24px;
  }
}
.cta {
  padding: 70px 24px 90px;
  background: #f6fbff;
}

.cta__inner {
  max-width: 1040px;
  margin: 0 auto;
  background: #ff7a00;
  border-radius: 18px;
  padding: 46px 24px 50px;
  text-align: center;
  color: #fff;
}

.cta__lead {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 30px;
}

.cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #fff;
  color: #182a45;
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(18px, 2.6vw, 26px);
  padding: 16px 54px;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 18px;
}

.cta__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #ff7a00;
  position: relative;
  display: inline-block;
}

.cta__icon::before,
.cta__icon::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 14px;
  height: 2px;
  background: #fff;
}

.cta__icon::after {
  top: 22px;
  transform: rotate(-15deg);
  width: 16px;
  right: auto;
}

.cta__text {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  font-size: 18px;
  display: block;
}

@media (max-width: 480px) {
  .cta {
    padding: 40px 24px 60px;
  }
  .cta__button {
    padding: 12px 32px;
  }
}
.issues {
  padding: 70px 24px 24px;
  background: #edf3f9;
}

.issues__inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.issues__title {
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
  color: #1a2f4f;
  margin-bottom: 48px;
}

.issues__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 30px;
}

.issues__card {
  background: #fff;
  border-radius: 16px;
  padding: 38px 24px 30px;
  text-align: center;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.7;
  box-shadow: 0 12px 20px rgba(20, 40, 80, 0.08);
  position: relative;
}

.issues__card p {
  color: #2A579A;
  font-size: 24px;
}

.issues__badge {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 999px;
  background: #2c59a4;
  color: #fff;
  font-weight: 700;
  border: 5px solid #fff;
}

.issues__card:nth-child(2) .issues__badge {
  background: #2f6bd1;
}

.issues__card:nth-child(3) .issues__badge {
  background: #4a89ff;
}

.issues__notes {
  background: #fff;
  border-radius: 12px;
  padding: 24px 64px;
  color: #4991FD;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 32px;
  box-shadow: inset 0 0 0 1px #e3e9f2;
}

.issues__summary {
  font-size: clamp(22px, 3vw, 48px);
  font-weight: 800;
  color: #2c59a4;
  line-height: 1.6;
  position: relative;
}

.issues__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 26px solid #cfd9e7;
  margin-top: 18px;
}

.issues__illust {
  position: absolute;
  right: 20px;
  bottom: -40px;
  width: 210px;
}

.issues__illust img {
  width: 100%;
  display: block;
}

.issues__arrow {
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 26px solid #cfd9e7;
}

@media (max-width: 1280px) {
  .issues__card p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .issues__title {
    text-align: center;
  }
  .issues__cards {
    grid-template-columns: 1fr;
  }
  .issues__card {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .issues__notes {
    padding: 24px;
    font-size: 20px;
  }
  .issues__summary {
    text-align: center;
    margin-bottom: 0;
  }
  .issues__illust {
    position: static;
    margin: auto;
    width: 150px;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .issues {
    padding: 40px 24px 24px;
  }
  .issues__notes {
    font-size: 18px;
  }
  .issues__summary {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.roles {
  padding: 70px 24px 90px;
  background: #edf3f9;
}

.roles__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.roles__title {
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
  color: #1a2f4f;
  line-height: 1.6;
  margin-bottom: 36px;
}

.roles__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.roles__bubble {
  background: #fff;
  padding: 24px 26px;
  color: #2c59a4;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  box-shadow: inset 0 0 0 1px #e3e9f2;
}

.roles__bubble ul {
  list-style: disc;
  padding-left: 20px;
}

.roles__bubble--left {
  margin-right: auto;
}

.roles__bubble--left::after {
  left: 40px;
  border-width: 16px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}

.roles__bubble--right {
  margin-left: auto;
}

.roles__bubble--right::after {
  right: 40px;
  border-width: 16px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}

.roles__center {
  text-align: center;
  margin: -12px 0;
}

.roles__person {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #1a2f4f;
}

.roles__person--left {
  margin-bottom: 18px;
}

.roles__person--right {
  margin-top: 18px;
}

.roles__avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.roles__avatar::after {
  content: "";
  position: absolute;
  inset: 18px 20px 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 0 0 #fff;
}

.roles__avatar--blue {
  background: #0f62fe;
}

.roles__avatar--red {
  background: #ff4b57;
}

.roles__label {
  display: grid;
  gap: 2px;
  font-size: 14px;
}

.roles__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 8px;
}

.roles__eye {
  width: 32px;
  height: 20px;
  border-radius: 50%/60%;
  border: 3px solid #6c6c6c;
  position: relative;
}

.roles__eye::after {
  content: "";
  position: absolute;
  inset: 5px 8px;
  border-radius: 50%;
  border: 3px solid #6c6c6c;
}

.roles__eye--left {
  border-color: #2f6bd1;
}

.roles__eye--left::after {
  border-color: #2f6bd1;
}

.roles__eye--right {
  border-color: #ff4b57;
}

.roles__eye--right::after {
  border-color: #ff4b57;
}

.roles__dots {
  width: 40px;
  height: 4px;
  border-radius: 999px;
}

.roles__dots--left {
  background: repeating-linear-gradient(to right, #2f6bd1 0 6px, transparent 6px 10px);
}

.roles__dots--right {
  background: repeating-linear-gradient(to right, #ff4b57 0 6px, transparent 6px 10px);
}

.roles__stack {
  width: 90px;
  height: 42px;
  background: linear-gradient(180deg, #3c3c3c 0 8px, transparent 8px), linear-gradient(180deg, #3c3c3c 0 8px, transparent 8px), linear-gradient(180deg, #3c3c3c 0 8px, transparent 8px);
  background-size: 90px 8px;
  background-position: 0 0, 0 14px, 0 28px;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.roles__systems {
  margin: 10px 0;
  font-weight: 700;
  color: #2c59a4;
}

@media (max-width: 768px) {
  .roles__title {
    text-align: center;
  }
  .roles__bubble {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .roles {
    padding: 40px 24px 60px;
  }
  .roles__title {
    font-size: 22px;
  }
}
.message {
  padding: 24px;
  padding-bottom: 40px;
}

.message__inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.message__inner::before,
.message__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 24px solid #cfd9e7;
  transform: translateX(-50%);
}

.message__inner::before {
  top: -22px;
}

.message__inner::after {
  bottom: -22px;
}

.message__text {
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  line-height: 1.9;
  color: #2c59a4;
}

.message__illust {
  width: 220px;
}

.message__illust img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .message__inner {
    flex-direction: column;
    padding: 32px 0;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .message__text {
    font-size: 16px;
  }
  .message__text br {
    display: none;
  }
  .message__illust {
    width: 150px;
  }
}
.solution {
  padding: 96px 24px 32px;
  background: #fff;
  position: relative;
}

.solution__inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.solution__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}

.solution__heading-center {
  text-align: center;
  color: #1a2f4f;
}

.solution__heading-center h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin-bottom: 6px;
}

.solution__heading-center p {
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 800;
}

.solution__people {
  width: 100%;
  display: block;
  max-width: 220px;
}

.solution__logo {
  width: 100%;
  display: block;
  max-width: 140px;
}

.solution__heading-right {
  text-align: right;
  position: absolute;
  top: 32px;
  right: 32px;
}

.solution__logo {
  margin-left: auto;
}

.solution__sub {
  text-align: center;
  font-weight: 700;
  color: #2c59a4;
  font-size: clamp(18px, 2.5vw, 22px);
  margin-bottom: 36px;
}

.solution__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.solution__list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2c59a4;
  font-weight: 700;
  line-height: 1.8;
}

.solution__list li {
  padding: 16px 0 16px 18px;
  position: relative;
  border-bottom: 1px dashed rgba(44, 89, 164, 0.35);
}

.solution__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 6px;
  height: 40px;
  background: rgba(44, 89, 164, 0.35);
}

.solution__diagram {
  max-width: 520px;
  margin: 0 auto;
}

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

.solution__cta {
  text-align: center;
  color: var(--orange);
  font-weight: 800;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.6;
  margin-top: 40px;
}

.solution__illust {
  position: absolute;
  bottom: -60px;
  width: 160px;
}

.solution__illust img {
  width: 100%;
  display: block;
}

.solution__illust--left {
  left: 0;
}

.solution__illust--right {
  right: 0;
}

@media (max-width: 768px) {
  .solution {
    padding-bottom: 180px;
  }
  .solution__heading-right {
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .solution__logo {
    margin: auto;
  }
  .solution__heading {
    flex-direction: column-reverse;
    gap: 8px;
    margin-top: 24px;
  }
  .solution__content {
    display: flex;
    flex-direction: column-reverse;
  }
  .solution__illust--left {
    bottom: -130px;
  }
  .solution__illust--right {
    bottom: -170px;
  }
}
@media (max-width: 480px) {
  .solution__heading-center h2 {
    font-size: 24px;
  }
  .solution__sub {
    font-size: 16px;
  }
  .solution__cta {
    font-size: 20px;
  }
}
.flow {
  padding: 70px 24px 32px;
  background: #fff;
}

.flow__inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.flow__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.flow__logo img {
  max-width: 180px;
  width: 100%;
}

.flow__title {
  text-align: center;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 800;
  color: #1a2f4f;
  margin-bottom: 32px;
}

.flow__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 64px;
}

.flow__step {
  background: #fff;
  border-radius: 12px;
  border: 1px dashed #97aed0;
  padding: 18px 16px 24px;
  text-align: center;
  color: #2c59a4;
  font-weight: 700;
  position: relative;
}

.flow__step::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 32px solid #2A579A;
  z-index: 2;
}

.flow__step:last-child::after {
  content: none;
}

.flow__step-tag {
  width: 90%;
  display: inline-block;
  background: #2c59a4;
  color: #fff;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.flow__duration {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #1a2f4f;
}

.flow__support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 40px;
}

.flow__card {
  text-align: center;
  color: #1a2f4f;
}

.flow__card-image {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 18px;
}

.flow__card h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
}

.flow__card p {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.flow__summary {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: var(--orange);
  line-height: 1.6;
  max-width: 720px;
  margin-bottom: 10px;
}

.flow__illust {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 250px;
}

.flow__illust img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .flow__steps {
    grid-template-columns: 1fr;
  }
  .flow__step {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .flow__support {
    grid-template-columns: 1fr;
  }
  .flow__illust {
    position: static;
    margin: auto;
    width: 200px;
    margin-top: 24px;
  }
  .flow__step-tag {
    display: inline-block;
    width: auto;
    padding: 4px 32px;
  }
  .flow__steps {
    gap: 32px;
  }
  .flow__step::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -40px;
    transform: translateX(-50%) rotate(90deg);
  }
  .flow__support {
    max-width: 400px;
    margin: auto;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .flow {
    padding: 40px 24px 0;
  }
  .flow__summary {
    font-size: 20px;
  }
}
.menu {
  padding: 70px 24px 90px;
  background: #f6fbff;
}

.menu__inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.menu__eyebrow {
  font-size: clamp(28px, 2.4vw, 50px);
  font-weight: 700;
  color: #2A579A;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.menu__title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: #0E203B;
  margin-bottom: 36px;
}

.menu__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.menu__card {
  background: #fff;
  border-radius: 12px;
  padding: 26px 20px;
  box-shadow: 0 10px 20px rgba(20, 40, 80, 0.08);
  color: #2c59a4;
  font-weight: 700;
  line-height: 1.6;
}

.menu__icon {
  d: var(--black);
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  margin-top: 16px;
}

.menu__note {
  font-size: 28px;
  color: #2A579A;
  font-weight: 700;
  margin-bottom: 48px;
}

.menu__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 64px;
  position: relative;
}

.menu__options::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(44, 89, 164, 0.3);
}

.menu__option {
  padding: 0 20px;
  color: #2c59a4;
  font-weight: 700;
  line-height: 1.7;
}

.menu__option-tag {
  display: inline-block;
  background: #2c59a4;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 32px;
  margin-bottom: 12px;
}

.menu__option h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
}

.menu__option p {
  font-size: 14px;
  font-weight: 600;
}

.menu__cta {
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 800;
  color: var(--orange);
  line-height: 1.7;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .menu__cards {
    grid-template-columns: 1fr;
  }
  .menu__card {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .menu__options {
    grid-template-columns: 1fr;
  }
  .menu__options::before {
    display: none;
  }
  .menu__option {
    padding: 0;
    text-align: center;
  }
  .menu__note {
    text-align: left;
  }
  .menu__note .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .menu {
    padding: 40px 24px 40px;
  }
  .menu__note {
    font-size: 20px;
  }
  .menu__cta {
    font-size: 16px;
  }
  .menu__cta br {
    display: none;
  }
  .menu__options {
    margin-bottom: 32px;
  }
}
.footer {
  background: #142545;
  padding: 20px 24px;
}

.footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer__brand img {
  width: 140px;
  display: block;
}

.footer__privacy {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}

.footer__privacy img {
  width: 46px;
  display: block;
}

@media (max-width: 768px) {
  .footer__privacy {
    font-size: 10px;
  }
  .footer__brand img {
    width: 100px;
  }
}
@media (max-width: 900px) {
  .fv__content {
    grid-template-columns: 1fr;
  }
  .fv__visual {
    order: -1;
  }
  .fv__visual-inner {
    margin: 0 auto;
  }
  .fv__process {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }
  .compare__grid {
    grid-template-columns: 1fr;
  }
  .compare__grid--before::before,
  .compare__grid--before::after,
  .compare__grid--after::before,
  .compare__grid--after::after {
    display: none;
  }
  .compare__illust--top,
  .compare__illust--left,
  .compare__illust--bottom {
    position: static;
    margin: 16px auto;
  }
}/*# sourceMappingURL=style.css.map */