/* Page-scoped baseline copied from the approved LP. */
html:has(.koden-cubicle-lp) {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

html:has(body.admin-bar .koden-cubicle-lp) {
  scroll-padding-top: 122px;
}

body.koden-cubicle-lp-body {
  margin: 0;
  color: #1f1f24;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

.koden-cubicle-lp a {
  color: inherit;
  text-decoration: none;
}

.koden-cubicle-lp img {
  display: block;
  max-width: 100%;
}

.koden-cubicle-lp ul,
.koden-cubicle-lp ol {
  margin-top: 0;
}

.koden-cubicle-lp :focus-visible {
  outline: 3px solid #f5a153;
  outline-offset: 3px;
}

body.admin-bar .koden-cubicle-lp header[class*="_header_"] {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .koden-cubicle-lp header[class*="_header_"] {
    top: 46px;
  }
}

._page_t72v0_1 {
  --lp-navy: #1f2023;
  --lp-navy-dark: #141517;
  --lp-orange: #ed4e00;
  --lp-orange-dark: #cb3e00;
  --lp-ink: #1f2023;
  --lp-body: #474950;
  --lp-line: #d9dce5;
  --lp-light: #f4f5f7;
  --lp-cream: #fff7ef;
  --lp-card-border: #d9dce5;
  --lp-card-shadow: 0 5px 16px rgb(31 32 35 / 8%);
  --lp-radius-large: 12px;
  --lp-radius-medium: 10px;
  --lp-radius-small: 6px;
  position: relative;
  min-width: 320px;
  overflow: hidden;
  color: var(--lp-body);
  background: #fff;
  font-size: 17px;
  line-break: strict;
  line-height: 1.85;
  overflow-wrap: break-word;
  word-break: normal;
  word-break: auto-phrase;
}

._page_t72v0_1 *,
._page_t72v0_1 *::before,
._page_t72v0_1 *::after {
  box-sizing: border-box;
}

._page_t72v0_1 h1,
._page_t72v0_1 h2,
._page_t72v0_1 h3 {
  text-wrap: balance;
}

._page_t72v0_1 p,
._page_t72v0_1 li,
._page_t72v0_1 summary,
._page_t72v0_1 blockquote,
._page_t72v0_1 figcaption {
  text-wrap: pretty;
}

._headingPhrase_t72v0_49 {
  display: inline-block;
}

._container_t72v0_53,
._wideContainer_t72v0_54,
._headerInner_t72v0_55,
._heroInner_t72v0_56 {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

._wideContainer_t72v0_54 {
  width: min(1240px, calc(100% - 48px));
}

._header_t72v0_55 {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 76px;
  color: #fff;
  background: var(--lp-navy);
  box-shadow: 0 3px 12px rgb(8 9 41 / 18%);
}

._headerInner_t72v0_55 {
  display: flex;
  align-items: stretch;
  height: 100%;
}

._logo_t72v0_83 {
  display: flex;
  align-items: center;
  width: 142px;
  padding-right: 28px;
}

._logo_t72v0_83 img {
  width: 112px;
  height: auto;
}

._headerAssurance_t72v0_95 {
  display: flex;
  flex: 1;
  align-items: center;
  padding-left: 28px;
  border-left: 1px solid rgb(255 255 255 / 20%);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

._headerPhone_t72v0_106,
._headerCta_t72v0_107 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  line-height: 1.25;
}

._headerPhone_t72v0_106 {
  background: #303135;
}

._headerPhone_t72v0_106 span {
  margin-bottom: 4px;
  font-size: 11px;
}

._headerPhone_t72v0_106 strong {
  font-family: "Jost", sans-serif;
  font-size: 23px;
  letter-spacing: 0.04em;
}

._headerCta_t72v0_107 {
  min-width: 166px;
  color: #fff !important;
  background: var(--lp-orange);
  font-size: 15px;
  font-weight: 700;
  transition: background 180ms ease;
}

._headerCta_t72v0_107:hover,
._primaryButton_t72v0_141:hover {
  background: var(--lp-orange-dark);
}

._hero_t72v0_56 {
  position: relative;
  min-height: 700px;
  margin-top: 76px;
  overflow: hidden;
  color: var(--lp-body);
  background: #fff;
}

._heroImage_t72v0_154,
._heroShade_t72v0_155 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

._heroImage_t72v0_154 {
  right: 0;
  left: auto;
  width: 56%;
  object-fit: cover;
  object-position: center;
}

._heroShade_t72v0_155 {
  background: linear-gradient(90deg, #fff 0%, #fff 46%, rgb(255 255 255 / 96%) 52%, rgb(255 255 255 / 50%) 64%, rgb(255 255 255 / 4%) 78%);
}

._heroInner_t72v0_56 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 700px;
  padding: 68px 0 72px;
}

._heroCopy_t72v0_183 {
  width: min(650px, 58%);
}

._eyebrow_t72v0_187 {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 13px;
  border-left: 4px solid var(--lp-orange);
  border-radius: 0 var(--lp-radius-small) var(--lp-radius-small) 0;
  color: var(--lp-ink);
  background: var(--lp-cream);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

._hero_t72v0_56 h1 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

._hero_t72v0_56 h1 em {
  display: block;
  color: var(--lp-orange-dark);
  font-style: normal;
}

._heroLead_t72v0_215 {
  margin: 22px 0 0;
  color: #3e4045;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
}

._heroConcern_t72v0_223 {
  padding: 0 0.12em 0.06em;
  color: var(--lp-ink);
  background: linear-gradient(transparent 54%, #ffe68a 54%, #ffe68a 92%, transparent 92%);
  box-decoration-break: clone;
  font-weight: 800;
  -webkit-box-decoration-break: clone;
}

._badges_t72v0_232 {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

._badges_t72v0_232 li {
  position: relative;
  padding: 8px 13px 8px 33px;
  border: 1px solid #d4d6da;
  border-radius: var(--lp-radius-small);
  color: var(--lp-ink);
  background: #fff;
  box-shadow: 0 3px 9px rgb(31 32 35 / 6%);
  font-size: 13px;
  font-weight: 700;
}

._badges_t72v0_232 li::before {
  position: absolute;
  top: 50%;
  left: 12px;
  color: var(--lp-orange);
  content: "●";
  font-size: 9px;
  transform: translateY(-50%);
}

._contactButtons_t72v0_263 {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

._primaryButton_t72v0_141,
._phoneButton_t72v0_270 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  border-radius: var(--lp-radius-medium);
  font-weight: 700;
  line-height: 1.25;
}

._primaryButton_t72v0_141 {
  min-width: 300px;
  padding: 17px 24px;
  color: #fff !important;
  background: var(--lp-orange);
  box-shadow: 0 5px 16px rgb(14 15 49 / 24%);
  transition: background 180ms ease, transform 180ms ease;
}

._primaryButton_t72v0_141:hover {
  transform: translateY(-2px);
}

._primaryButton_t72v0_141 span {
  margin-left: 16px;
  font-size: 21px;
}

._phoneButton_t72v0_270 {
  flex-direction: column;
  min-width: 238px;
  padding: 9px 22px;
  border: 1px solid #bfc1c6;
  color: var(--lp-ink);
  background: #fff;
}

._phoneButton_t72v0_270 small {
  font-size: 11px;
}

._phoneButton_t72v0_270 strong {
  margin-top: 2px;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  letter-spacing: 0.04em;
}

._section_t72v0_318 {
  padding: 104px 0;
}

._proposalSection_t72v0_322 {
  position: relative;
  padding: 86px 0;
  border-top: 1px solid #e1e2e5;
  border-bottom: 1px solid #e1e2e5;
  color: var(--lp-body);
  background: #f7f7f8;
}

._proposalSection_t72v0_322::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  background: var(--lp-orange);
  content: "";
}

._proposalLayout_t72v0_341 {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
  align-items: start;
}

._proposalHeading_t72v0_348 > span {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--lp-orange-dark);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

._proposalHeading_t72v0_348 h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.55;
}

._proposalHeading_t72v0_348 h2 em {
  position: relative;
  z-index: 0;
  display: table;
  margin-block: 2px;
  padding-inline: 0.08em;
  color: var(--lp-ink);
  font-style: normal;
  font-weight: 900;
  isolation: isolate;
}

._proposalHeading_t72v0_348 h2 em::before {
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: 0.16em;
  left: -0.04em;
  height: 0.42em;
  border-radius: 3px;
  background: linear-gradient(90deg, #ffd75c 0%, #ffe9a6 100%);
  content: "";
  transform: skewX(-5deg);
}

._proposalBody_t72v0_390 {
  padding-left: 40px;
  border-left: 1px solid #d5d7dc;
}

._proposalBody_t72v0_390 > strong {
  display: block;
  color: var(--lp-ink);
  font-size: 21px;
  line-height: 1.75;
}

._proposalBody_t72v0_390 > p {
  margin: 15px 0 0;
  font-size: 15px;
}

._proofGrid_t72v0_407 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 25px;
}

._proofImageCard_t72v0_414 {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--lp-card-border);
  border-radius: var(--lp-radius-large);
  background: #fff;
  box-shadow: var(--lp-card-shadow);
}

._proofImageCard_t72v0_414 img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

._proofNote_t72v0_431 {
  margin-top: 10px !important;
  color: #73747a;
  font-size: 11px !important;
  line-height: 1.65;
}

._brandPhotoBand_t72v0_438 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px) minmax(0, 1fr);
  min-height: 230px;
  overflow: hidden;
  border-top: 1px solid #e4e6ea;
  border-bottom: 1px solid #e4e6ea;
  background: #f4f5f7;
}

._brandPhoto_t72v0_438 {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

._brandPhoto_t72v0_438 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._brandPhoto_t72v0_438::after {
  position: absolute;
  inset: 0;
  content: "";
}

._brandPhotoHelmet_t72v0_469::after {
  background: linear-gradient(90deg, rgb(244 245 247 / 2%) 0%, rgb(244 245 247 / 14%) 44%, #f4f5f7 100%);
}

._brandPhotoVehicles_t72v0_473::after {
  background: linear-gradient(90deg, #f4f5f7 0%, rgb(244 245 247 / 14%) 56%, rgb(244 245 247 / 2%) 100%);
}

._brandPhotoMessage_t72v0_477 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  text-align: center;
}

._brandPhotoMessage_t72v0_477 span {
  margin-bottom: 10px;
  color: var(--lp-orange-dark);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

._brandPhotoMessage_t72v0_477 strong {
  color: var(--lp-ink);
  font-size: clamp(21px, 2.1vw, 28px);
  line-height: 1.65;
}

._lightSection_t72v0_503 {
  background: var(--lp-light);
}

._checkSection_t72v0_507 {
  color: #fff;
  background: #2b2d31;
}

._checkSection_t72v0_507 ._sectionTitle_t72v0_512 > span {
  color: #ff8a3d;
}

._checkSection_t72v0_507 ._sectionTitle_t72v0_512 h2 {
  color: #fff;
}

._sectionTitle_t72v0_512 {
  margin-bottom: 46px;
  text-align: center;
}

._sectionTitle_t72v0_512 > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--lp-orange);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

._sectionTitle_t72v0_512 h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

._sectionTitle_t72v0_512 h2::after {
  display: block;
  width: 54px;
  height: 4px;
  margin: 22px auto 0;
  background: var(--lp-orange);
  content: "";
}

._checkGrid_t72v0_552 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin-inline: auto;
}

._checkItem_t72v0_560 {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  min-height: 210px;
  padding: 28px 30px;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: var(--lp-radius-medium);
  background: #37393e;
  box-shadow: 0 8px 20px rgb(0 0 0 / 14%);
}

._checkItem_t72v0_560 span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: var(--lp-radius-small);
  color: #fff;
  background: var(--lp-orange);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

._checkItem_t72v0_560 p {
  margin: 0;
  color: #dedfe2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

._checkItem_t72v0_560 h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
}

._solutionSection_t72v0_601 {
  position: relative;
  padding: 76px 0 82px;
  overflow: hidden;
  color: var(--lp-body);
  background: #fff;
}

._solutionSection_t72v0_601::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 94px;
  height: 6px;
  background: var(--lp-orange);
  content: "";
  transform: translateX(-50%);
}

._solutionHeading_t72v0_620 {
  margin-bottom: 0;
  text-align: center;
}

._solutionHeading_t72v0_620 > span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--lp-orange);
  font-size: 13px;
  font-weight: 800;
}

._solutionHeading_t72v0_620 h2 {
  margin: 0;
  color: var(--lp-ink);
  font-size: clamp(31px, 3.4vw, 46px);
  line-height: 1.5;
}

._solutionSubCopy_t72v0_643 {
  display: block;
  margin-bottom: 3px;
  color: #55575d;
  font-size: 0.62em;
  font-weight: 700;
}

._solutionMainCopy_t72v0_651 {
  display: block;
  font-size: 1.08em;
  font-weight: 850;
  letter-spacing: 0.01em;
}

._solutionMainCopy_t72v0_651 em {
  padding-inline: 0.08em;
  color: var(--lp-orange-dark);
  background: linear-gradient(transparent 66%, #ffe0c9 66%);
  font-style: normal;
}

._supportSection_t72v0_665 {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background: #fff;
}

._supportSection_t72v0_665::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  content: "";
  background: var(--lp-orange);
}

._supportLayout_t72v0_682 {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 58px;
}

._supportCopy_t72v0_689 h2 {
  margin: 0 0 22px;
  color: var(--lp-ink);
  font-size: clamp(32px, 3.2vw, 43px);
  line-height: 1.55;
}

._supportCopy_t72v0_689 h2 em {
  display: block;
  color: var(--lp-orange-dark);
  font-style: normal;
}

._supportCopy_t72v0_689 p {
  margin: 0;
}

._supportCta_t72v0_706 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 28px;
  padding: 14px 24px;
  border: 2px solid var(--lp-orange);
  border-radius: var(--lp-radius-medium);
  color: var(--lp-orange-dark);
  background: #fff;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease;
}

._supportCta_t72v0_706:hover {
  color: #fff !important;
  background: var(--lp-orange);
}

._supportCta_t72v0_706 span {
  margin-left: 18px;
  font-size: 20px;
}

._supportLead_t72v0_731 {
  margin-bottom: 18px !important;
  color: var(--lp-ink);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
}

._supportLead_t72v0_731 strong {
  display: inline-block;
  border-bottom: 3px solid var(--lp-orange);
}

._supportPeople_t72v0_744 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

._supportPeople_t72v0_744 figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-large);
  background: #e8edf1;
  box-shadow: var(--lp-card-shadow);
}

._supportPeople_t72v0_744 img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

._supportPeople_t72v0_744 figure:first-child img {
  object-position: 50% center;
}

._supportPeople_t72v0_744 figure:nth-child(2) img {
  object-position: 42% center;
}

._supportPeople_t72v0_744 figure:nth-child(3) img,
._supportPeople_t72v0_744 figure:nth-child(4) img {
  object-position: center;
}

._supportPeople_t72v0_744 > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #777985;
  font-size: 12px;
  text-align: right;
}

._supportAssurance_t72v0_787 {
  position: relative;
  margin-top: 60px;
  padding: 40px 42px 42px;
  overflow: hidden;
  border: 1px solid #d8dae0;
  border-radius: var(--lp-radius-large);
  background: #f5f5f6;
}

._supportAssurance_t72v0_787::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--lp-orange);
  content: "";
}

._supportAssurance_t72v0_787 > span {
  display: block;
  margin-bottom: 6px;
  color: var(--lp-orange-dark);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
}

._supportAssuranceTitle_t72v0_818 {
  margin: 0 0 7px;
  color: var(--lp-ink);
  font-size: clamp(23px, 2.5vw, 31px);
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

._supportAssuranceTitle_t72v0_818 strong {
  color: var(--lp-orange-dark);
}

._supportAssuranceBridge_t72v0_831 {
  margin: 0 0 32px;
  color: #5d5f65;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

._supportAssurance_t72v0_787 > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

._supportAssurance_t72v0_787 article {
  padding: 0 30px;
  border-left: 1px solid #d4d6db;
}

._supportAssurance_t72v0_787 article:first-child {
  padding-left: 0;
  border-left: 0;
}

._supportAssurance_t72v0_787 article:last-child {
  padding-right: 0;
}

._supportAssurance_t72v0_787 article > span {
  display: block;
  margin-bottom: 10px;
  color: var(--lp-orange-dark);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

._supportAssurance_t72v0_787 h3 {
  margin: 0 0 13px;
  color: var(--lp-ink);
  font-size: 20px;
  line-height: 1.55;
}

._supportAssurance_t72v0_787 article > p {
  margin: 0;
  color: #54565c;
  font-size: 14px;
  line-height: 1.8;
}

._voiceSection_t72v0_883 {
  background: #fffaf5;
}

._voiceGrid_t72v0_887 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

._voiceGrid_t72v0_887 article {
  display: flex;
  flex-direction: column;
  min-height: 590px;
  overflow: hidden;
  padding: 28px 27px 26px;
  border: 1px solid var(--lp-card-border);
  border-radius: var(--lp-radius-large);
  background: #fff;
  box-shadow: var(--lp-card-shadow);
}

._voiceImage_t72v0_905 {
  height: 190px;
  margin: -28px -27px 20px;
  overflow: hidden;
  background: #e6e6e7;
}

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

._voiceGrid_t72v0_887 article:nth-child(1) ._voiceImage_t72v0_905 img {
  object-position: 68% center;
}

._voiceGrid_t72v0_887 article:nth-child(2) ._voiceImage_t72v0_905 img {
  object-position: 68% center;
}

._quoteMark_t72v0_926 {
  height: 43px;
  color: var(--lp-orange);
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: 1;
}

._voiceGrid_t72v0_887 blockquote {
  flex: 1;
  margin: 10px 0 24px;
  color: var(--lp-ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.85;
}

._voiceGrid_t72v0_887 article > div {
  padding-top: 18px;
  border-top: 1px solid #e2e2e5;
}

._voiceGrid_t72v0_887 strong,
._voiceGrid_t72v0_887 small {
  display: block;
}

._voiceGrid_t72v0_887 strong {
  color: var(--lp-navy);
  font-size: 14px;
}

._voiceGrid_t72v0_887 small {
  margin-top: 3px;
  color: #777883;
}

._voiceDetails_t72v0_963 {
  margin-top: 17px;
  border-top: 1px solid #e2e2e5;
}

._voiceDetails_t72v0_963 summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--lp-orange-dark);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

._voiceDetails_t72v0_963 summary::-webkit-details-marker {
  display: none;
}

._voiceDetails_t72v0_963 summary b {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 500;
  transition: transform 180ms ease;
}

._voiceDetails_t72v0_963[open] summary b {
  transform: rotate(45deg);
}

._voiceDetails_t72v0_963 p {
  margin: 0;
  padding: 0 0 18px;
  color: #54565c;
  font-size: 14px;
  line-height: 1.85;
}

._caseSection_t72v0_1004 {
  color: #e5e6ef;
  background: var(--lp-navy);
}

._caseSection_t72v0_1004 ._sectionTitle_t72v0_512 h2 {
  color: #fff;
}

._caseGrid_t72v0_1013 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

._caseCard_t72v0_1019 {
  overflow: hidden;
  border: 1px solid var(--lp-card-border);
  border-radius: var(--lp-radius-large);
  color: var(--lp-body);
  background: #fff;
  box-shadow: var(--lp-card-shadow);
}

._caseImage_t72v0_1028 {
  height: 210px;
  overflow: hidden;
  background: #ddd;
}

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

._caseBody_t72v0_1040 {
  display: flex;
  flex-direction: column;
  min-height: 205px;
  padding: 21px 22px 20px;
}

._caseBody_t72v0_1040 > span {
  color: var(--lp-orange-dark);
  font-size: 12px;
  font-weight: 700;
}

._caseBody_t72v0_1040 h3 {
  margin: 5px 0 7px;
  color: var(--lp-navy);
  font-size: 18px;
  line-height: 1.55;
}

._caseBody_t72v0_1040 p {
  margin: 0;
  color: var(--lp-ink);
  font-size: 15px;
  font-weight: 600;
}

._caseBody_t72v0_1040 small {
  margin-top: auto;
  padding-top: 13px;
  color: #737480;
  font-size: 12px;
}

._caseActions_t72v0_1074 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 38px;
}

._caseActions_t72v0_1074 ._primaryButton_t72v0_141 {
  min-width: 310px;
}

._steps_t72v0_1086 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

._steps_t72v0_1086 li {
  position: relative;
  min-height: 270px;
  padding: 27px 22px 24px;
  border: 1px solid var(--lp-line);
  border-right: 0;
  background: #fff;
}

._steps_t72v0_1086 li:first-child {
  border-radius: var(--lp-radius-large) 0 0 var(--lp-radius-large);
}

._steps_t72v0_1086 li:last-child {
  border-radius: 0 var(--lp-radius-large) var(--lp-radius-large) 0;
}

._steps_t72v0_1086 li:last-child {
  border-right: 1px solid var(--lp-line);
}

._steps_t72v0_1086 li:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 54px;
  right: -11px;
  width: 20px;
  height: 20px;
  border-top: 1px solid var(--lp-line);
  border-right: 1px solid var(--lp-line);
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

._steps_t72v0_1086 li > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--lp-navy);
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

._steps_t72v0_1086 h3 {
  margin: 22px 0 10px;
  color: var(--lp-navy);
  font-size: 18px;
  line-height: 1.55;
}

._steps_t72v0_1086 p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

._faqList_t72v0_1156 {
  display: grid;
  gap: 10px;
  max-width: 980px;
  margin-inline: auto;
}

._faqList_t72v0_1156 details {
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius-medium);
  background: #fff;
}

._faqList_t72v0_1156 summary {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  align-items: center;
  min-height: 88px;
  padding: 14px 20px;
  color: var(--lp-ink);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

._faqList_t72v0_1156 summary::-webkit-details-marker {
  display: none;
}

._faqList_t72v0_1156 summary > span,
._faqList_t72v0_1156 details > div > span {
  color: var(--lp-orange);
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

._faqList_t72v0_1156 summary b {
  color: var(--lp-navy);
  font-size: 22px;
  font-weight: 400;
  transition: transform 180ms ease;
}

._faqList_t72v0_1156 details[open] summary b {
  transform: rotate(45deg);
}

._faqList_t72v0_1156 details > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  padding: 22px 68px 24px 20px;
  background: var(--lp-light);
}

._faqList_t72v0_1156 details > div p {
  margin: 0;
}

._contactSection_t72v0_1216 {
  scroll-margin-top: 6px;
  padding: 104px 0 110px;
  background: #edf0f5;
}

._contactLayout_t72v0_1222 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

._formCard_t72v0_1229,
._contactAside_t72v0_1230 {
  overflow: hidden;
  border-radius: var(--lp-radius-large);
  background: #fff;
  box-shadow: var(--lp-card-shadow);
}

._formCard_t72v0_1229 {
  padding: 38px 42px 44px;
}

._formHeading_t72v0_1241 {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--lp-line);
}

._formHeading_t72v0_1241 h3 {
  margin: 0;
  color: var(--lp-navy);
  font-size: 27px;
}

._page_t72v0_1 .hubspot-form-shell {
  min-height: 560px;
  padding-top: 27px;
}

._page_t72v0_1 .hubspot-form-loading {
  margin: 0;
  padding: 30px;
  border-radius: var(--lp-radius-medium);
  color: #71727e;
  background: var(--lp-light);
  text-align: center;
}

._page_t72v0_1 .hubspot-form-shell iframe {
  width: 100% !important;
}

._contactAside_t72v0_1230 {
  padding: 32px 28px;
  color: #e5e6ef;
  background: var(--lp-navy);
}

._contactAside_t72v0_1230 h3 {
  margin: 0;
  color: #fff;
  font-size: 23px;
}

._contactAside_t72v0_1230 > p {
  margin: 10px 0 20px;
  font-size: 14px;
}

._contactAside_t72v0_1230 > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px;
  border-radius: var(--lp-radius-medium);
  color: #fff !important;
  background: var(--lp-orange);
  line-height: 1.3;
}

._contactAside_t72v0_1230 > a small {
  font-size: 12px;
}

._contactAside_t72v0_1230 > a strong {
  margin-top: 3px;
  font-family: "Jost", sans-serif;
  font-size: 29px;
  letter-spacing: 0.04em;
}

._contactAside_t72v0_1230 > span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
}

._siteFooter_t72v0_1316 {
  position: relative;
  padding: 52px 0 28px;
  color: #fff;
  background: #1f2023;
}

._lpFooterInner_t72v0_1323 {
  display: grid;
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px 48px;
}

._lpFooterCompany_t72v0_1332 {
  min-width: 0;
}

._lpFooterCompany_t72v0_1332 strong,
._lpFooterCompany_t72v0_1332 address {
  display: block;
}

._lpFooterCompany_t72v0_1332 strong {
  font-size: 19px;
  letter-spacing: 0.04em;
}

._lpFooterCompany_t72v0_1332 address {
  margin-top: 9px;
  color: #d9dade;
  font-size: 13px;
  font-style: normal;
  line-height: 1.8;
}

._lpFooterPhone_t72v0_1354 {
  display: inline-flex;
  min-height: 44px;
  margin-top: 8px;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}

._lpFooterPhone_t72v0_1354 span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

._lpFooterPhone_t72v0_1354 small {
  color: #c6c7cb;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
}

._lpFooterPolicies_t72v0_1376 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

._lpFooterPolicies_t72v0_1376 a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

._lpFooterPolicies_t72v0_1376 > span {
  color: #777980;
}

._lpFooterCopyright_t72v0_1397 {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #474950;
  color: #c6c7cb;
  font-size: 11px;
  text-align: right;
}

._footerPageTop_t72v0_1407 {
  position: absolute;
  z-index: 2;
  top: -22px;
  right: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid #d34200;
  border-radius: 50%;
  color: #fff;
  background: var(--lp-orange);
  box-shadow: 0 8px 18px rgb(0 0 0 / 22%);
  font-family: "Jost", sans-serif;
  font-size: 22px;
  place-items: center;
  transition: background-color 180ms ease, transform 180ms ease;
}

._footerPageTop_t72v0_1407:hover {
  background: var(--lp-orange-dark);
  transform: translateY(-2px);
}

._mobileFixedCta_t72v0_1431 {
  display: none;
}

@media (max-width: 1060px) {
  ._headerAssurance_t72v0_95 {
    display: none;
  }

  ._headerInner_t72v0_55 {
    width: 100%;
    padding-left: 24px;
  }

  ._logo_t72v0_83 {
    flex: 1;
  }

  ._heroCopy_t72v0_183 {
    width: 76%;
  }

  ._steps_t72v0_1086 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  ._steps_t72v0_1086 li,
  ._steps_t72v0_1086 li:first-child,
  ._steps_t72v0_1086 li:last-child {
    display: grid;
    grid-template-columns: 68px 1fr;
    min-height: 0;
    border-right: 1px solid var(--lp-line);
    border-radius: var(--lp-radius-medium);
  }

  ._steps_t72v0_1086 li:not(:last-child)::after {
    display: none;
  }

  ._steps_t72v0_1086 h3 {
    margin-top: 0;
  }

  ._steps_t72v0_1086 p {
    font-size: 14px;
  }
}

@media (max-width: 820px) {
  ._page_t72v0_1 {
    padding-bottom: 65px;
    font-size: 16px;
  }

  ._container_t72v0_53,
  ._wideContainer_t72v0_54,
  ._heroInner_t72v0_56 {
    width: min(100% - 32px, 680px);
  }

  ._header_t72v0_55 {
    height: 64px;
  }

  ._headerInner_t72v0_55 {
    padding-left: 18px;
  }

  ._logo_t72v0_83 {
    width: auto;
    padding-right: 10px;
  }

  ._logo_t72v0_83 img {
    width: 92px;
  }

  ._headerPhone_t72v0_106 {
    min-width: 180px;
  }

  ._headerCta_t72v0_107 {
    min-width: 142px;
    font-size: 13px;
  }

  ._hero_t72v0_56 {
    min-height: 830px;
    margin-top: 64px;
  }

  ._heroImage_t72v0_154 {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 305px;
    object-position: center;
  }

  ._heroShade_t72v0_155 {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: 365px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 58%, #fff 100%);
  }

  ._proposalLayout_t72v0_341 {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  ._supportLayout_t72v0_682 {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  ._brandPhotoBand_t72v0_438 {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 330px) minmax(0, 1fr);
    min-height: 210px;
  }

  ._proposalBody_t72v0_390 {
    padding: 30px 0 0;
    border-top: 1px solid #d5d7dc;
    border-left: 0;
  }

  ._heroInner_t72v0_56 {
    min-height: 830px;
    align-items: flex-end;
    padding: 330px 0 58px;
  }

  ._heroCopy_t72v0_183 {
    width: 100%;
  }

  ._hero_t72v0_56 h1 {
    font-size: clamp(34px, 7.2vw, 49px);
  }

  ._heroLead_t72v0_215 {
    font-size: 18px;
  }

  ._section_t72v0_318,
  ._contactSection_t72v0_1216 {
    padding: 78px 0;
  }

  ._sectionTitle_t72v0_512 {
    margin-bottom: 38px;
  }

  ._sectionTitle_t72v0_512 h2 {
    font-size: clamp(27px, 5.7vw, 36px);
  }

  ._checkGrid_t72v0_552,
  ._voiceGrid_t72v0_887,
  ._caseGrid_t72v0_1013,
  ._contactLayout_t72v0_1222 {
    grid-template-columns: 1fr;
  }

  ._checkGrid_t72v0_552 {
    max-width: 680px;
  }

  ._voiceGrid_t72v0_887 article {
    min-height: 0;
  }

  ._voiceGrid_t72v0_887 blockquote {
    min-height: 160px;
  }

  ._caseGrid_t72v0_1013 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  ._caseBody_t72v0_1040 {
    min-height: 205px;
  }

  ._contactAside_t72v0_1230 {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  ._siteFooter_t72v0_1316 {
    padding: 48px 0 26px;
  }

  ._lpFooterInner_t72v0_1323 {
    width: min(100% - 40px, 560px);
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  ._lpFooterCompany_t72v0_1332 address {
    font-size: 12px;
  }

  ._lpFooterPhone_t72v0_1354 {
    justify-content: center;
  }

  ._lpFooterPolicies_t72v0_1376 {
    justify-content: center;
  }

  ._lpFooterCopyright_t72v0_1397 {
    grid-column: auto;
    padding-top: 18px;
    text-align: center;
  }

  ._footerPageTop_t72v0_1407 {
    top: -20px;
    right: 12px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 600px) {
  ._headerPhone_t72v0_106,
  ._headerCta_t72v0_107 {
    display: none;
  }

  ._headerInner_t72v0_55 {
    width: calc(100% - 32px);
    padding-left: 0;
  }

  ._headerInner_t72v0_55::after {
    display: flex;
    align-items: center;
    color: #fff;
    content: "東京・埼玉対応";
    font-size: 11px;
    font-weight: 700;
  }

  ._hero_t72v0_56 {
    min-height: 820px;
  }

  ._heroInner_t72v0_56 {
    min-height: 820px;
    align-items: flex-end;
    padding: 275px 0 48px;
  }

  ._heroImage_t72v0_154 {
    height: 255px;
    object-position: center;
  }

  ._heroShade_t72v0_155 {
    height: 315px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 55%, #fff 100%);
  }

  ._eyebrow_t72v0_187 {
    padding: 7px 9px;
    font-size: 11px;
    line-height: 1.6;
  }

  ._hero_t72v0_56 h1 {
    font-size: 33px;
    line-height: 1.48;
  }

  ._heroLead_t72v0_215 {
    font-size: 16px;
  }

  ._badges_t72v0_232 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }

  ._badges_t72v0_232 li {
    padding-block: 5px;
  }

  ._contactButtons_t72v0_263 {
    display: grid;
  }

  ._primaryButton_t72v0_141,
  ._phoneButton_t72v0_270 {
    width: 100%;
    min-width: 0;
    min-height: 60px;
  }

  ._phoneButton_t72v0_270 {
    display: none;
  }

  ._brandPhotoBand_t72v0_438 {
    grid-template-columns: 1fr 1fr;
    min-height: 220px;
  }

  ._brandPhotoMessage_t72v0_477 {
    position: absolute;
    inset: 0;
    padding: 28px 20px;
    background: linear-gradient(90deg, rgb(255 255 255 / 82%) 0%, rgb(255 255 255 / 94%) 50%, rgb(255 255 255 / 82%) 100%);
  }

  ._brandPhotoMessage_t72v0_477 strong {
    font-size: 20px;
  }

  ._brandPhotoHelmet_t72v0_469::after {
    background: linear-gradient(90deg, rgb(244 245 247 / 4%) 0%, rgb(244 245 247 / 30%) 100%);
  }

  ._brandPhotoVehicles_t72v0_473::after {
    background: linear-gradient(90deg, rgb(244 245 247 / 30%) 0%, rgb(244 245 247 / 4%) 100%);
  }

  ._solutionSection_t72v0_601 {
    padding: 62px 0 66px;
  }

  ._solutionHeading_t72v0_620 {
    margin-bottom: 0;
    text-align: left;
  }

  ._solutionHeading_t72v0_620 h2 {
    font-size: 29px;
  }

  ._section_t72v0_318,
  ._contactSection_t72v0_1216 {
    padding: 65px 0;
  }

  ._proposalSection_t72v0_322 {
    padding: 60px 0;
  }

  ._supportSection_t72v0_665 {
    padding: 65px 0;
  }

  ._supportSection_t72v0_665::before {
    width: 6px;
  }

  ._supportCopy_t72v0_689 h2 {
    font-size: 28px;
  }

  ._supportLead_t72v0_731 {
    font-size: 18px;
  }

  ._supportCta_t72v0_706 {
    width: 100%;
  }

  ._supportPeople_t72v0_744 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  ._supportPeople_t72v0_744 img {
    aspect-ratio: 16 / 9;
  }

  ._supportPeople_t72v0_744 > p {
    grid-column: 1 / -1;
    text-align: left;
  }

  ._supportAssurance_t72v0_787 {
    margin-top: 42px;
    padding: 32px 22px 10px;
  }

  ._supportAssurance_t72v0_787 > span,
  ._supportAssuranceTitle_t72v0_818,
  ._supportAssuranceBridge_t72v0_831 {
    text-align: left;
  }

  ._supportAssuranceTitle_t72v0_818 {
    margin-bottom: 6px;
    font-size: 23px;
    line-height: 1.6;
  }

  ._supportAssuranceBridge_t72v0_831 {
    margin-bottom: 14px;
    font-size: 14px;
  }

  ._supportAssurance_t72v0_787 > div {
    grid-template-columns: 1fr;
  }

  ._supportAssurance_t72v0_787 article {
    padding: 22px 0;
    border-top: 1px solid #d4d6db;
    border-left: 0;
  }

  ._supportAssurance_t72v0_787 article:first-child {
    padding-top: 22px;
    border-top: 1px solid #d4d6db;
  }

  ._supportAssurance_t72v0_787 h3 {
    font-size: 18px;
  }

  ._proposalSection_t72v0_322::before {
    width: 7px;
  }

  ._proposalHeading_t72v0_348 h2 {
    font-size: 29px;
  }

  ._proposalBody_t72v0_390 > strong {
    font-size: 18px;
  }

  ._proofGrid_t72v0_407 {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 420px;
    margin-inline: auto;
  }

  ._proofImageCard_t72v0_414 {
    box-shadow: var(--lp-card-shadow);
  }

  ._sectionTitle_t72v0_512 {
    margin-bottom: 34px;
    text-align: left;
  }

  ._sectionTitle_t72v0_512 h2 {
    font-size: 27px;
    line-height: 1.55;
  }

  ._sectionTitle_t72v0_512 h2::after {
    width: 42px;
    height: 3px;
    margin: 17px 0 0;
  }

  ._checkItem_t72v0_560 {
    grid-template-columns: 38px 1fr;
    min-height: 0;
    padding: 22px 18px;
  }

  ._checkItem_t72v0_560 p {
    font-size: 15px;
    line-height: 1.8;
  }

  ._checkItem_t72v0_560 h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  ._voiceGrid_t72v0_887 blockquote {
    min-height: 0;
  }

  ._caseGrid_t72v0_1013 {
    grid-template-columns: 1fr;
  }

  ._caseImage_t72v0_1028 {
    height: 190px;
  }

  ._caseBody_t72v0_1040 {
    min-height: 195px;
  }

  ._caseActions_t72v0_1074 {
    display: grid;
    gap: 22px;
  }

  ._caseActions_t72v0_1074 ._primaryButton_t72v0_141 {
    min-width: 0;
  }

  ._steps_t72v0_1086 li {
    grid-template-columns: 54px 1fr;
    padding: 22px 17px;
  }

  ._steps_t72v0_1086 li > span {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  ._faqList_t72v0_1156 summary {
    grid-template-columns: 36px 1fr 22px;
    min-height: 82px;
    padding: 13px 8px;
    font-size: 14px;
  }

  ._faqList_t72v0_1156 summary > span,
  ._faqList_t72v0_1156 details > div > span {
    font-size: 20px;
  }

  ._faqList_t72v0_1156 details > div {
    grid-template-columns: 36px 1fr;
    padding: 20px 13px 22px 8px;
    font-size: 14px;
  }

  ._formCard_t72v0_1229 {
    padding: 28px 18px 32px;
  }

  ._formHeading_t72v0_1241 h3 {
    font-size: 23px;
  }

  ._contactAside_t72v0_1230 {
    padding: 28px 20px;
  }

  ._mobileFixedCta_t72v0_1431 {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 65px;
    color: #fff;
    box-shadow: 0 -4px 14px rgb(10 11 44 / 22%);
  }

  ._mobileFixedCta_t72v0_1431 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: var(--lp-navy);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
  }

  ._mobileFixedCta_t72v0_1431 a:last-child {
    color: #fff !important;
    background: var(--lp-orange);
  }

  ._mobileFixedCta_t72v0_1431 small {
    font-size: 9px;
  }

  ._mobileFixedCta_t72v0_1431 strong {
    margin-top: 2px;
    font-family: "Jost", sans-serif;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._page_t72v0_1 *,
  ._page_t72v0_1 *::before,
  ._page_t72v0_1 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
