@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  word-wrap: break-word;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

button {
  font: inherit;
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Segoe UI", Roboto, Ubuntu, Verdana, メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

h1 {
  font-size: 4.8rem;
}
@media screen and (max-width: 1240px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-size: 4rem;
}
@media screen and (max-width: 1240px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1240px) {
  h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}

.p-products-raft-agent-lp {
  /* Color */
  --lp-color-blue: #234A89;
  --lp-color-blue-hover: #1A3768;
  --lp-color-blue-light: #78A8DB;
  --lp-color-blue-muted: #7B96C4;
  --lp-color-text: #222;
  --lp-color-text-muted: #666;
  --lp-color-gray-dark: #282D34;
  --lp-color-gray-darker: #1F2124;
  --lp-color-gray-light: #CCC;
  --lp-color-white: #fff;
  --lp-color-bg-menu: #F4F4F4;
  --lp-color-navy: #23324B;
  --lp-color-bg-soft: #F3F6FB;
  --lp-color-bg-solution: #E3EAF4;
  --lp-color-bg-contact: #E4E8F0;
  --lp-color-marker: #F4A261;
  --lp-color-border: #E5E7EB;
  --lp-color-border-blue: #244A89;
  --lp-color-bg-card: #F8F9FA;

  /* Font size */
  --lp-font-tag: 14px;
  --lp-font-body: 16px;
  --lp-font-name: 18px;
  --lp-font-lead: 20px;
  --lp-font-heading: 36px;
  --lp-font-case-num: 24px;
  --lp-font-link-title: 15px;
  --lp-font-copyright: 11px;
  --lp-font-header-catch: 28px;
  --lp-font-header-tel: 12px;
  --lp-font-header-tel-num: 22px;

  /* Font size - SP */
  --lp-font-sp-title: 22px;
  --lp-font-sp-section-heading: 28px;
  --lp-font-solution-label: 230px;

  /* Line height */
  --lp-lh-tight: 1.2;
  --lp-lh-normal: 1.5;
  --lp-lh-relaxed: 1.6;
  --lp-lh-loose: 1.7;
  --lp-lh-tag: 1;
  --lp-lh-case-num: 0.8;
  --lp-lh-link-title: 1.1;
  --lp-lh-link-desc: 1.4;
  --lp-lh-footer-link: 1.3;

  /* Tag clip */
  --lp-tag-cut: 8px;
  --lp-tag-cut-wide: 24px;

  /* Marker */
  --lp-marker-extend: 48px;

  /* Layout */
  --lp-width-pc: 1200px;

  position: relative;
  color: var(--lp-color-text);
}

.lp-header {
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 110px;
    padding: 0 40px;
    border-bottom: 1px solid #E4E4EB;
    background-color: var(--lp-color-white);
  }
  .lp-header__brand {
    align-items: center;
    gap: 8px;
  }
  .lp-header__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 50px;
  }
  .lp-header__logo img {
    display: block;
    height: 100%;
  }
  .lp-header__catch {
    margin: 0;
    line-height: var(--lp-lh-tag);
    font-size: var(--lp-font-header-catch);
    font-weight: 600;
    color: var(--lp-color-navy);
  }
  .lp-header__side {
    flex-direction: column;
    justify-content: flex-end;
  }
  .lp-header__tel {
    font-size: var(--lp-font-header-tel);
    font-weight: 500;
    color: var(--lp-color-navy);
    text-align: right;
  }
  .lp-header__tel-num {
    font-size: var(--lp-font-header-tel-num);
    font-weight: 600;
    color: var(--lp-color-blue);
  }
  .lp-header__menu {
    align-items: center;
    gap: 32px;
    margin-top: 8px;
    line-height: 0;
  }
  .lp-header__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 32px;
    font-size: var(--lp-font-tag);
  }
  .lp-header__menu-list a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
  }
  .lp-header__menu-list a:hover,
  .lp-header__menu-list a:focus-visible {
    opacity: 0.7;
  }
  .lp-header__menu-list .lp-hex {
    display: block;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
  }
  .lp-header__menu-list .lp-hex img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .lp-header__contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px 11px 32px;
    font-size: var(--lp-font-tag);
    font-weight: 800;
    color: var(--lp-color-blue);
    border: 1px solid var(--lp-color-blue);
    background-color: var(--lp-color-white);
    border-radius: 20px;
    transition: all 0.4s ease-in 0s;
  }
  .lp-header__contact-btn.is-pc {
    display: inline-flex;
  }
  .lp-header__contact-btn-icon {
    display: block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
  .lp-header__contact-btn-icon img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .lp-header__contact-btn:hover .lp-header__contact-btn-icon img {
    filter: brightness(0) invert(1);
  }
  .lp-header__contact-btn:hover {
    opacity: 1;
    color: var(--lp-color-white);
    background-color: var(--lp-color-blue);
    border-color: var(--lp-color-blue);
  }
  .lp-header__toggle {
    display: none;
    position: relative;
    z-index: 102;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .lp-header__toggle span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    margin-top: -1px;
    background-color: var(--lp-color-blue);
    transition: transform 0.3s ease;
  }
  .lp-header__toggle span:nth-child(1) {
    transform: translateY(-5px);
  }
  .lp-header__toggle span:nth-child(2) {
    transform: translateY(5px);
  }
  .lp-header.is-open .lp-header__toggle span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }
  .lp-header.is-open .lp-header__toggle span:nth-child(2) {
    transform: translateY(0) rotate(-45deg);
  }
  .lp-header__overlay {
    display: none;
  }
  .lp-header__tel p {
    margin: 0;
  }
  @media screen and (max-width: 1170px) {
    .lp-header .is-pc {
      display: none;
    }
    .lp-header .is-sp {
      display: block;
    }
    .lp-header {
      position: relative;
      z-index: 102;
      height: 64px;
      padding: 0 8px;
      border-bottom: none;
      background-color: var(--lp-color-white);
    }
    .lp-header__brand {
      flex: 1;
      min-width: 0;
      align-items: center;
    }
    .lp-header.is-open .lp-header__brand {
      position: fixed;
      top: 7px;
      left: 8px;
      z-index: 103;
    }
    .lp-header__logo {
      width: 86px;
      height: 50px;
    }
    .lp-header__logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .lp-header__catch {
      display: none;
    }
    .lp-header__toggle {
      display: inline-flex;
      align-self: center;
      background-color: transparent;
      position: relative;
      z-index: 103;
    }
    .lp-header.is-open .lp-header__toggle {
      position: fixed;
      top: 10px;
      right: 8px;
      z-index: 103;
    }
    .lp-header.is-open::after {
      content: "";
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      z-index: 103;
      height: 1px;
      background-color: var(--lp-color-blue-muted);
      pointer-events: none;
    }
    .lp-header__overlay {
      display: block;
      position: fixed;
      inset: 0;
      z-index: 100;
      background-color: rgba(0, 0, 0, 0.4);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.6s ease, visibility 0.6s ease;
      pointer-events: none;
    }
    .lp-header.is-open .lp-header__overlay {
      opacity: 1;
      visibility: visible;
    }
    .lp-header__side {
      position: fixed;
      inset: 0;
      z-index: 101;
      flex-direction: column;
      justify-content: flex-start;
      gap: 32px;
      width: 100%;
      height: 100%;
      padding: 64px 0 0;
      background-color: var(--lp-color-bg-menu);
      opacity: 0;
      visibility: hidden;
      transform: none;
      transition: opacity 0.6s ease, visibility 0.6s ease;
      overflow-y: auto;
      pointer-events: none;
    }
    .lp-header.is-open .lp-header__side {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .lp-header__tel {
      display: block;
      text-align: left;
    }
    .lp-header__tel.is-pc {
      display: none;
    }
    .lp-header__tel.is-sp {
      display: block;
      text-align: left;
      width: 100%;
    }
    .lp-header__tel.is-sp .lp-header__tel-num {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 21px 0;
      font-size: var(--lp-font-header-tel-num);
      font-weight: 900;
      line-height: var(--lp-lh-tight);
      text-align: center;
      text-decoration: none;
      color: var(--lp-color-blue);
      border: 1px solid var(--lp-color-border-blue);
      border-radius: 100px;
    }
    .lp-header__tel-colon {
      display: none;
    }
    .lp-header__tel-num {
      display: block;
    }
    .lp-header__menu {
      flex-direction: column;
      align-items: stretch;
      gap: 32px;
      margin-top: 0;
      padding: 30px 24px;
      line-height: var(--lp-lh-normal);
    }
    .lp-header__menu-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      width: 100%;
      max-width: none;
      font-size: var(--lp-font-body);
    }
    .lp-header__menu-list > li {
      width: 100%;
      border-bottom: 1px solid var(--lp-color-blue-muted);
    }
    .lp-header__menu-list a {
      width: 100%;
      padding: 32px 0;
      gap: 8px;
    }
    .lp-header__contact-btn,
    .lp-header__contact-btn.is-pc {
      display: none;
    }
  }


body.is-lp-header-open {
  overflow: hidden;
}

.lp-flex {
  display: flex;
}

.lp-br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-br-pc {
    display: none;
  }
}

/* ============ LP Utilities ============ */
.is-ibm {
  font-family: "IBM Plex Sans JP", sans-serif;
}
.lp-shadow {
  box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.04);
}
.lp-img-fixed {
  display: block;
  max-width: none;
  flex-shrink: 0;
}
.lp-img-fixed--20 {
  width: 20px;
  height: 20px;
}
.lp-img-fixed--80 {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .lp-img-fixed--80 {
    width: 50px;
    height: 50px;
  }
}
.lp-img-fixed--140 {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.lp-img-fixed--180 {
  width: 180px;
  height: 180px;
}
.lp-marker {
  background-image: linear-gradient(var(--lp-color-marker), var(--lp-color-marker));
  background-size: 100% 55%;
  background-repeat: no-repeat;
  background-position: left bottom;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.lp-marker--low {
  background-position: left calc(100% + 8px);
  background-size: 100% 50%;
}

/* ============ LP Components ============ */
.lp-heading-center {
  text-align: center;
}
.lp-title {
  display: inline-block;
  margin: 0;
  font-size: var(--lp-font-heading);
  font-weight: 500;
  line-height: var(--lp-lh-tight);
  color: var(--lp-color-blue);
  letter-spacing: 0.1em;
}
.lp-title--underline {
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lp-title {
    font-size: var(--lp-font-sp-title);
  }
  .lp-answer .lp-title {
    line-height: var(--lp-lh-relaxed);
  }
}

.lp-lead-heading {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: var(--lp-font-lead);
  font-weight: 500;
  line-height: var(--lp-lh-normal);
  letter-spacing: 0;
  color: var(--lp-color-blue);
}
@media screen and (max-width: 768px) {
  .lp-lead-heading {
    padding-top: 16px;
  }
}

/* グラデーション下線（共通） */
.lp-title--underline,
.lp-lead-heading,
.lp-hero__accent {
  background-image: linear-gradient(90deg, var(--lp-color-blue) 0%, var(--lp-color-blue-light) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: left 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.lp-card {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  background-color: var(--lp-color-white);
}
.lp-card--tagged {
  flex: 1;
  border-radius: 0 12px 12px 12px;
}
.lp-card--icon {
  flex: none;
  width: 200px;
  height: 200px;
  border-radius: 12px;
  justify-content: center;
  padding: 0;
}
.lp-card__icon {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
}
.lp-card__icon img {
  margin: 0;
}
.lp-card__text {
  width: 100%;
  font-size: var(--lp-font-body);
  font-weight: 500;
  line-height: var(--lp-lh-normal);
  color: var(--lp-color-text);
  text-align: center;
}
.lp-card--case,
.lp-card--product {
  align-items: flex-start;
}
.lp-card--case {
  padding: 24px;
}
.lp-card--product {
  padding: 30px 24px;
}
.lp-card--case .lp-point__lead {
  padding-top: 0;
  font-weight: 700;
  color: var(--lp-color-blue);
}
.lp-card--case .lp-point__desc {
  padding-top: 12px;
  line-height: var(--lp-lh-normal);
}

/* タグ付きカード（お悩み・事例 共通） */
.lp-tagged-cards {
  display: grid;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  max-width: var(--lp-width-pc);
  margin: 32px auto 0;
  list-style: none;
}
.lp-tagged-cards--4 {
  grid-template-columns: repeat(4, 1fr);
}
.lp-tagged-cards--stack {
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 48px;
}
.lp-tagged-card {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  min-width: 0;
}
.lp-tag {
  display: inline-flex;
  align-items: end;
  padding: 6px 17px 6px 13px;
  font-size: var(--lp-font-tag);
  font-weight: 500;
  line-height: var(--lp-lh-tag);
  color: var(--lp-color-white);
  background-color: var(--lp-color-blue);
  clip-path: polygon(0 0, calc(100% - var(--lp-tag-cut)) 0, 100% 100%, 0 100%);
}
.lp-tag__num {
  font-size: var(--lp-font-body);
  font-weight: 700;
  padding-left: 2px;
}
.lp-tag--case,
.lp-tag--product {
  padding: 9px 48px 9px 33px;
  font-size: var(--lp-font-lead);
  font-weight: 700;
  line-height: var(--lp-lh-tag);
  letter-spacing: 2px;
  clip-path: polygon(0 0, calc(100% - var(--lp-tag-cut-wide)) 0, 100% 100%, 0 100%);
}
.lp-tag--case .lp-tag__num {
  font-size: var(--lp-font-case-num);
  line-height: var(--lp-lh-case-num);
  letter-spacing: 0;
  padding-left: 4px;
}
@media screen and (max-width: 1024px) {
  .lp-tagged-cards--4 {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
  }
  .lp-tagged-cards--stack {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp-tagged-cards--4 {
    grid-template-columns: 1fr;
    max-width: 400px;
    padding: 0;
  }
  .lp-tagged-cards--stack {
    padding: 0;
    margin-top: 22px;
  }
}

/* ============ メインビジュアル ============ */
.lp-hero {
  position: relative;
  width: 100%;
  height: 630px;
  overflow: hidden;
}
.lp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lp-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left top;
}
.lp-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  width: 100%;
  padding-top: 140px;
  padding-right: clamp(
    380px,
    max(
      calc(410px + (100vw - 1440px) * 0.55),
      calc(410px + min(1440px - 100vw, 110px) * 0.4)
    ),
    720px
  );
  padding-bottom: 200px;
  padding-left: clamp(20px, 5.56vw, 80px);
  box-sizing: border-box;
  pointer-events: none;
}
.lp-hero__copy,
.lp-cta-btn {
  pointer-events: auto;
}
.lp-hero__copy {
  width: 100%;
  max-width: none;
}
.lp-hero .lp-cta-btn {
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  align-self: flex-start;
}
.lp-hero .lp-cta-btn__text {
  min-width: 0;
}
.lp-hero__title {
  position: relative;
  z-index: 1;
  font-size: clamp(36px, calc(40px + (100vw - 1440px) * 0.02), 40px);
  font-weight: 500;
  line-height: var(--lp-lh-normal);
  color: var(--lp-color-text);
  letter-spacing: 0.1em;
}
.lp-hero__line {
  display: block;
}
.lp-hero__accent {
  display: inline;
  color: var(--lp-color-blue);
  font-size: clamp(40px, calc(44px + (100vw - 1440px) * 0.02), 44px);
  font-weight: 600;
  line-height: var(--lp-lh-tight);
  text-decoration: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.lp-hero__photo {
  position: absolute;
  top: 0;
  right: clamp(-120px, calc((100vw - 1440px) * 0.55), 0px);
  z-index: 1;
  height: 100%;
  margin: 0;
  overflow: hidden;
  line-height: 0;
}
.lp-hero__photo img {
  display: block;
  width: auto;
  height: 116%;
  max-width: none;
  transform: translateY(-14%);
  transform-origin: top right;
}
.lp-cta-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  padding: 25px 20px 25px 32px;
  font-size: var(--lp-font-body);
  font-weight: 800;
  line-height: var(--lp-lh-tight);
  color: var(--lp-color-white);
  text-decoration: none;
  background-color: var(--lp-color-blue);
  border-radius: 50px;
  transition: background-color 0.4s ease-in, opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .lp-cta-btn {
    align-self: stretch;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding: 12px 12px 12px 56px;
    font-size: var(--lp-font-header-tel);
  }
  .lp-cta-btn__text {
    line-height: var(--lp-lh-relaxed);
  }
}
.lp-cta-btn:hover,
.lp-cta-btn:focus-visible {
  background-color: var(--lp-color-blue-hover);
  opacity: 1;
}
.lp-cta-btn__icon {
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px;
  background: linear-gradient(90deg, #3D6CB9 0%, #508CCC 100%);
  border-radius: 50%;
  transition: transform 0.4s ease-in;
}
.lp-cta-btn:hover .lp-cta-btn__icon,
.lp-cta-btn:focus-visible .lp-cta-btn__icon {
  transform: translateX(3px);
}
.lp-cta-btn__icon img {
  display: block;
  width: 11.667px;
  height: 11.667px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .lp-br-sp {
    display: block;
  }
  .lp-hero {
    height: auto;
    min-height: 0;
    background-image: url("/products/raft_agent/overview/images/hero-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .lp-hero__bg,
  .lp-hero__photo {
    display: none;
  }
  .lp-hero__inner {
    position: relative;
    top: auto;
    bottom: auto;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    padding: 60px 16px 0;
    pointer-events: none;
  }
  .lp-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
  }
  .lp-hero .lp-cta-btn {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    justify-content: space-between;
    margin-top: 24px;
  }
  .lp-hero__powder {
    display: block;
    width: calc(100% + 32px);
    margin: 0 -16px;
    line-height: 0;
    pointer-events: none;
  }
  .lp-hero__powder img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp-hero__title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: var(--lp-font-lead);
    line-height: var(--lp-lh-normal);
    letter-spacing: 2.4px;
    word-break: keep-all;
  }
  .lp-hero__line {
    width: 100%;
  }
  .lp-hero__accent {
    font-size: var(--lp-font-case-num);
  }
}

/* ============ セクション共通 ============ */
.lp-section {
  padding: 80px 24px;
}

@media screen and (min-width: 1025px) {
  .lp-solution__inner,
  .lp-features > .lp-section-heading,
  .lp-features__inner,
  .lp-case__inner,
  .lp-product__inner,
  .lp-links__inner,
  .lp-contact__inner {
    width: 100%;
    max-width: var(--lp-width-pc);
    margin-left: auto;
    margin-right: auto;
  }

  .lp-section {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ============ お悩み事例（SOLUTION） / 製品一覧（PRODUCT）背景 ============ */
.lp-solution,
.lp-product {
  position: relative;
  overflow: hidden;
  background-color: var(--lp-color-bg-solution);
  background-image: url("/products/raft_agent/overview/images/solution-bg-pattern.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.lp-solution__label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: 0;
  color: rgba(35, 74, 137, 0.05);
  font-size: var(--lp-font-solution-label);
  font-style: normal;
  font-weight: 900;
  line-height: var(--lp-lh-tag);
  letter-spacing: 0.01em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .lp-solution__label {
    display: none;
  }
}
.lp-solution__inner {
  position: relative;
  z-index: 1;
}
.lp-solution__arrow {
  justify-content: center;
  padding: 24px 0;
}
.lp-solution__arrow img {
  display: block;
  width: 98px;
  height: 45px;
  flex-shrink: 0;
}
.lp-answer {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lp-answer {
    padding-bottom: 0;
  }
}

.lp-answer__text {
  font-size: var(--lp-font-body);
  font-weight: 400;
  line-height: var(--lp-lh-relaxed);
  color: var(--lp-color-text);
  text-align: center;
  letter-spacing: 0.05em;
}

.lp-answer__icons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 0;
  list-style: none;
}
.lp-answer__icons li {
  width: fit-content;
}
.lp-answer__icons .lp-card--icon {
  flex-direction: column;
  gap: 8px;
  height: auto;
  min-height: 200px;
  padding: 20px 12px 16px;
}
.lp-answer__icon-label {
  font-size: var(--lp-font-body);
  font-weight: 700;
  line-height: var(--lp-lh-tight);
  color: var(--lp-color-text);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-answer__icons {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    max-width: 400px;
    margin-inline: auto;
  }
  .lp-answer__icons li {
    width: 100%;
  }
  .lp-answer__icons .lp-card--icon {
    width: 100%;
    min-height: 0;
    padding: 16px 12px 12px;
    gap: 8px;
  }
  .lp-answer__icons .lp-img-fixed--140 {
    width: 96px;
    height: auto;
  }
}

/* ============ セクション見出し ============ */

.lp-section-heading {
  flex-direction: column;
  align-items: center;
}
.lp-section-heading__body {
  width: fit-content;
  max-width: 100%;
}
.lp-section-heading__en {
  align-items: center;
  gap: 4px;
  font-size: var(--lp-font-lead);
  font-weight: 500;
  color: var(--lp-color-blue);
}
.lp-section-heading h2,
.lp-feature__head h3 {
  margin: 0;
  font-size: var(--lp-font-heading);
  font-weight: 500;
  line-height: var(--lp-lh-normal);
  color: var(--lp-color-blue);
}
.lp-section-heading h2 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lp-section-heading__en {
    font-size: var(--lp-font-tag);
  }
  .lp-section-heading h2 {
    font-size: var(--lp-font-sp-section-heading);
  }
  .lp-feature__head h3 {
    font-size: var(--lp-font-sp-title);
  }
}

.lp-features {
    background-color: var(--lp-color-bg-soft);
}

.lp-features__inner {
    margin-top: 48px;
    flex-direction: column;
    gap: 48px;
}

.lp-feature {
    background-color: var(--lp-color-white);
    padding: 56px 64px;
    border-radius: 12px;
    flex-direction: column;
    gap: 40px;
}
.lp-feature > img {
  width: 100%;
  aspect-ratio: 1072 / 400;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .lp-feature {
    padding: 20px 24px;
    gap: 24px;
  }
}
.lp-feature__head {
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .lp-feature__head {
    gap: 8px;
  }
}
.lp-point {
    gap: 50px;
    align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-point {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .lp-point__img {
    order: -1;
  }
}

.lp-point__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-point__label {
    color: var(--lp-color-blue-muted);
    font-size: var(--lp-font-body);
    font-weight: 500;
}

.lp-point__lead {
    font-size: var(--lp-font-lead);
    font-weight: 500;
    line-height: var(--lp-lh-normal);
    padding-top: 4px;
}

.lp-point__desc {
  font-size: var(--lp-font-body);
  font-weight: 400;
  line-height: var(--lp-lh-loose);
  padding-top: 16px;
  letter-spacing: 0.05em;
}
.lp-point__desc--pt20 {
  padding-top: 20px;
}

.lp-containers {
  gap: 40px;
}
.lp-containers .lp-point-box {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .lp-containers {
    flex-direction: column;
  }
}

.lp-point-box {
    background-color: var(--lp-color-bg-soft);
    padding: 24px;
    border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .lp-point-box {
    padding: 12px;
  }
}

.lp-point__lead--blue {
    color: var(--lp-color-blue);
}

.lp-endcare__icon {
  width: fit-content;
  margin: 0 auto;
}

.lp-endcare__name {
    color: var(--lp-color-blue);
    font-size: var(--lp-font-name);
    font-style: normal;
    font-weight: 700;
    line-height: var(--lp-lh-tight);
}

.lp-endcare__case {
    padding: 30px;
}

.lp-endcare__label{
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding-top: 21px;
}

.lp-endcare__cases {
    padding-top: 32px;
}

.lp-endcare__support {
    text-align: center;
}

.lp-endcare__support .lp-point__desc {
  width: fit-content;
  margin-inline: auto;
  text-align: left;
  line-height: var(--lp-lh-normal);
}
@media screen and (max-width: 768px) {
  .lp-endcare__support .lp-point__lead {
    font-size: var(--lp-font-name);
  }
}

.lp-features__cta {
    text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-features__cta {
    text-align: left;
  }
  .lp-features__cta .lp-cta-btn {
    justify-content: space-between;
  }
}

.lp-case {
  background-image: url("/products/raft_agent/overview/images/case-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lp-product__desc {
  font-size: var(--lp-font-body);
  font-weight: 400;
  line-height: var(--lp-lh-relaxed);
  letter-spacing: 0.05em;
  color: var(--lp-color-text);
}

.lp-product__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-self: stretch;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .lp-product__cards {
    grid-template-columns: 1fr;
  }
  .lp-product__card-name {
    font-size: var(--lp-font-body);
  }
  .lp-product__card-info {
    padding: 10px 12px;
  }
}

.lp-product__card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  border: 1px solid var(--lp-color-border);
  overflow: hidden;
}

.lp-product__card-info {
  background: var(--lp-color-bg-card);
  border-bottom: 1px solid var(--lp-color-border);
  padding: 16px 20px;
}

.lp-product__card-name {
  color: var(--lp-color-blue);
  font-size: var(--lp-font-name);
  font-weight: 700;
  line-height: var(--lp-lh-tight);
}

.lp-product__card-cas {
  color: var(--lp-color-text-muted);
  font-size: var(--lp-font-tag);
  font-weight: 400;
  line-height: var(--lp-lh-tight);
  padding-top: 4px;
}

.lp-product__card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 12px;
}
.lp-product__card-img:has(img.is-rtt11) {
  padding: 8px;
}
.lp-product__card-img img {
  width: 100%;
  height: auto;
  margin-inline: auto;
  display: block;
}
.lp-product__card-img img.is-sm {
  width: 95%;
}

/* ============ 技術情報リンク ============ */
.lp-links {
    background-color: var(--lp-color-bg-soft);
}

.lp-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin-top: 32px;
}
.lp-links__grid > li {
  min-width: 0;
}
.lp-links__grid .lp-link-card {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lp-links__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.lp-link-card {
    background-color: var(--lp-color-white);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--lp-color-blue);
  border-radius: 12px;
  padding: 16px 12px 16px 24px;
  transition: all 0.2s ease-in 0s;
}
.lp-link-card:hover,
.lp-link-card:focus-visible {
  opacity: 1;
  color: var(--lp-color-white);
  background-color: var(--lp-color-blue);
  border-color: var(--lp-color-blue);
}

.lp-link-card__text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.lp-link-card__title {
  color: var(--lp-color-blue);
  font-size: var(--lp-font-link-title);
  font-weight: 700;
  line-height: var(--lp-lh-link-title);
  transition: color 0.2s ease-in 0s;
}
.lp-link-card:hover .lp-link-card__title,
.lp-link-card:focus-visible .lp-link-card__title {
  color: var(--lp-color-white);
}

.lp-link-card__arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--lp-color-blue);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in 0s;
}
.lp-link-card:hover .lp-link-card__arrow,
.lp-link-card:focus-visible .lp-link-card__arrow {
  background-color: var(--lp-color-white);
}
.lp-link-card:hover .lp-link-card__arrow img,
.lp-link-card:focus-visible .lp-link-card__arrow img {
  filter: brightness(0) saturate(100%);
}
.lp-link-card__arrow .lp-img-fixed {
  width: 7px;
  height: 13px;
}

.lp-links__lead {
    padding-top: 24px;
}

.lp-links__lead .lp-product__desc + .lp-product__desc {
  padding-top: 8px;
}

.lp-contact__desc {
  padding-top: 24px;
}

.lp-contact__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: var(--lp-lh-relaxed);
}

.lp-contact__lead .lp-marker {
  padding-right: var(--lp-marker-extend);
}
@media screen and (max-width: 768px) {
  .lp-contact__lead .lp-marker {
    padding-right: 0;
  }
}

.lp-contact {
  position: relative;
  overflow: hidden;
  background-color: var(--lp-color-bg-contact);
}
.lp-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/products/raft_agent/overview/images/contact-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lp-contact__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-contact::before {
    background-image: url("/products/raft_agent/overview/images/contact-background-sp.png");
    opacity: 0.5;
  }
}

.lp-contact__text .lp-cta-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp-contact__text .lp-cta-btn {
    justify-content: space-between;
  }
}

.lp-footer {
    background-color: var(--lp-color-gray-dark);
    color: var(--lp-color-white);
}

.lp-footer__content {
    justify-content: space-between;
    align-items: center;
    padding: 40px 120px;
}

.lp-footer__logo {
    align-items: center;
    gap: 12px;
}

.lp-footer__logo img {
  height: 50px;
  width: auto;
}

.lp-footer__company {
  font-size: var(--lp-font-lead);
  font-weight: 400;
  line-height: var(--lp-lh-link-desc);
}

.lp-footer__links {
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lp-footer__links li {
  font-size: var(--lp-font-tag);
  font-weight: 400;
  line-height: var(--lp-lh-footer-link);
}

.lp-footer__copyright {
  background-color: var(--lp-color-gray-darker);
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: var(--lp-color-gray-light);
  font-size: var(--lp-font-copyright);
  font-weight: 400;
  line-height: var(--lp-lh-normal);
}

.lp-footer__copyright p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lp-footer__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 40px 24px;
  }
  .lp-footer__logo img {
    height: 28px;
  }
  .lp-footer__company {
    font-size: var(--lp-font-body);
  }
  .lp-footer__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}