@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  font-family: "Montserrat", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #181818;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-container {
  margin: 0 auto;
}

.l-header {
  position: relative;
  padding: 72px 0 64px;
  background: #EDEDED;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 72px 24px 64px;
  }
}
.l-header::before, .l-header::after {
  content: "";
  position: absolute;
  left: 0;
  width: 93%;
  height: 72px;
  background-image: url("../images/header-bar-bg.png");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-header::before, .l-header::after {
    height: 48px;
  }
}
.l-header::before {
  top: 0;
}
.l-header::after {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-header::after {
    right: 0;
    left: inherit;
  }
}
.l-header__container {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 24px;
  margin: 40px 0;
}
.l-header__card {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.l-header__content {
  position: relative;
  padding: 96px 0;
  display: grid;
  place-items: center;
}
.l-header__content::after {
  content: "";
  position: absolute;
  inset: 0;
}
.l-header__content__bgImg {
  position: absolute;
  inset: 0;
}
.l-header__content__bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(1.5px);
  transform: scale(1.05);
}
.l-header__content__body {
  position: relative;
  z-index: 1;
  width: min(820px, 92%);
  color: #fff;
  text-align: center;
  padding: 56px 18px 40px;
}
@media screen and (max-width: 768px) {
  .l-header__content__body {
    padding: 0;
    width: 100%;
    padding: 0 24px;
  }
}
.l-header__content__body__heading {
  margin: 0 0 18px;
  font-weight: 700;
  line-height: 1.1;
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .l-header__content__body__heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.l-header__content__body {
  /* 黄色枠ボックス */
}
.l-header__content__body__headingBox {
  display: inline-block;
  padding: 18px 26px;
  border: 4px solid #f2e65f;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.18) inset;
  text-shadow: 0 0 9px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .l-header__content__body__headingBox {
    padding: 22px 18px;
  }
}
.l-header__content__body__heading__text {
  display: block;
  margin-top: 10px;
  font-size: clamp(16px, 2.3vw, 28px);
  font-weight: 600;
}
.l-header__content__body__description {
  margin-top: 24px;
  max-width: 720px;
  font-size: 24px;
  line-height: 1.33;
  opacity: 0.92;
}
@media screen and (max-width: 768px) {
  .l-header__content__body__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
}

.l-footer {
  width: 100%;
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .l-footer {
    background-image: url("../images/footer-sp-bg.png");
    height: auto;
  }
}
.l-footer__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__content {
  padding: 83px 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    padding: 83px 24px;
  }
}
.l-footer__content__bgImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-footer__content__body__heading {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
}
@media screen and (max-width: 768px) {
  .l-footer__content__body__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.32px;
  }
}
.l-footer__content__body__description {
  margin-top: 28px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
}
@media screen and (max-width: 768px) {
  .l-footer__content__body__description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}
.l-footer__terms {
  height: 80px;
  background-color: #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.l-footer__terms__link {
  color: #666;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
}
.l-footer__terms__link:hover {
  color: #000;
}
.l-footer__terms__link:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #333;
}

.c-heading {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 24px;
  }
}
.c-heading-sub {
  display: block;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading-sub {
    font-size: 16px;
    font-weight: 500;
  }
}
.c-heading--2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading--2 {
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.32px;
  }
}

.c-subHeading {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-subHeading {
    font-size: 16px;
  }
}

.c-contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: #0b2b45;
  font-size: 24px;
  letter-spacing: 0.02em;
}
.c-contact-button:hover {
  transform: translateY(-1px);
}
.c-contact-button span {
  font-size: 20px;
  line-height: 1;
}

.reason {
  position: relative;
  background: linear-gradient(270deg, #0b2a4a 0%, #071b30 100%);
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reason {
    padding-bottom: 96px;
  }
}
.reason::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .reason::after {
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
  }
}
.reason__container {
  background: var(--Background-PrimaryBrand, linear-gradient(270deg, var(--Primary-500, #0B2A4A) 0%, var(--Primary-900, #071B30) 100%));
  padding: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .reason__container {
    padding: 48px 24px;
  }
}
.reason__heading {
  color: #FFF;
  line-height: 117%;
}
.reason__contents {
  max-width: 874px;
  margin: 0 auto;
}
.reason__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .reason__content {
    gap: 16px;
    justify-content: center;
  }
}
.reason__content--reverse {
  flex-direction: row-reverse;
}
.reason__content__icon {
  width: 18%;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .reason__content__icon {
    height: auto;
    width: auto;
  }
}
.reason__content__icon img {
  max-width: max-content;
}
@media screen and (max-width: 768px) {
  .reason__content__icon img {
    width: 79px;
  }
}
.reason__content__body {
  background-color: #FFF;
  color: #071B30;
  width: 100%;
  min-height: 108px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__content__body {
    padding: 15px;
    width: 236px;
  }
}
.reason__content__body::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #FFF;
}
@media screen and (max-width: 768px) {
  .reason__content__body::after {
    left: -10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #FFF;
  }
}
.reason__content__body--reverse::after {
  left: auto;
  right: -16px;
  border-right: 0;
  border-left: 16px solid #FFF;
}
@media screen and (max-width: 768px) {
  .reason__content__body--reverse::after {
    right: -10px;
    border-left: 10px solid #FFF;
  }
}
.reason__content__body__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__content__body__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
}
.reason__subHeading {
  color: #FFF;
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .reason__subHeading {
    margin-top: 48px;
  }
}

.solution__container {
  max-width: 780px;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .solution__container {
    padding: 48px 24px;
  }
}
.solution__heading__text {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .solution__heading__text {
    font-size: 24px;
    line-height: 133%;
    text-align: center;
  }
}
.solution__draws {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .solution__draws {
    display: grid;
    gap: 4px;
    padding-top: 40px;
  }
}
.solution__draw {
  width: clamp(280px, 40vw, 520px);
  aspect-ratio: 1/1;
  height: auto;
  background-image: url("../images/solution-shapes-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: grid;
  place-items: center;
}
.solution__draw__bgImg {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.solution__draw__body {
  text-align: center;
  display: grid;
  gap: 14px;
}
.solution__draw__body__heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 768px) {
  .solution__draw__body__heading {
    font-size: 24px;
  }
}
.solution__draw__body__text {
  font-size: 22.603px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.226px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .solution__draw__body__text {
    font-size: 16px;
    line-height: 150%;
    margin-top: 0;
  }
}
.solution__subHeading {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .solution__subHeading {
    margin-top: 40px;
    font-size: 24px;
  }
}
.solution__contactBtn {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .solution__contactBtn {
    margin-top: 24px;
  }
}

.rescue {
  position: relative;
  background-color: #FAFAFA;
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .rescue {
    padding-bottom: 48px;
  }
}
.rescue__container {
  padding: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .rescue__container {
    padding: 48px 24px;
  }
}
.rescue__circles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .rescue__circles {
    grid-template-columns: auto;
    margin-top: 48px;
  }
}
.rescue__circle {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 120px auto 0;
  aspect-ratio: 1/1;
  background-color: #ff8900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .rescue__circle {
    margin-top: 60px;
  }
}
.rescue__circle__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .rescue__circle__icon {
    max-width: 11;
  }
}
.rescue__circle__body {
  text-align: center;
  padding: 0 20px;
  padding-top: 40px;
}
.rescue__circle__body__text {
  color: #fff;
  font-size: clamp(16px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .rescue__circle__body__text {
    font-size: 32px;
  }
}

.prediction {
  position: relative;
  background-color: #071B30;
  overflow: hidden;
  margin-top: -48px;
  /* 上の三角（V字） */
}
.prediction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #FAFAFA;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 0, 0 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .prediction::before {
    position: relative;
  }
}
.prediction::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .prediction::after {
    background: #FAFAFA;
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 0 100%);
  }
}
.prediction__container {
  position: relative;
  padding-bottom: 160px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .prediction__container {
    padding: 0 24px;
    padding-bottom: 120px;
  }
}
.prediction__heading {
  margin-top: 180px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .prediction__heading {
    margin-top: 48px;
  }
}
.prediction__heading__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prediction__heading__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
}
.prediction__content {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  max-width: 1045px;
  margin: 0 auto;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .prediction__content {
    flex-direction: column-reverse;
    padding-top: 24px;
  }
}
.prediction__content__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .prediction__content__body {
    width: 100%;
  }
}
.prediction__content__body__item {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  margin-top: 24px;
  position: relative;
  padding-left: 32px;
}
.prediction__content__body__item:first-child {
  margin-top: 0;
}
.prediction__content__body__item::before {
  content: "✓";
  position: absolute;
  top: 0.15em;
  left: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.prediction__content__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .prediction__content__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .prediction__content__img img {
    width: 100%;
    height: 152px;
  }
}

.compensation {
  background-color: #FAFAFA;
}
.compensation__container {
  padding: 48px 0;
  max-width: 805px;
}
@media screen and (max-width: 768px) {
  .compensation__container {
    padding: 48px 24px;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .compensation__heading__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
  }
}
@media screen and (max-width: 768px) {
  .compensation__heading__subTitle {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.32px;
    margin-top: 8px;
  }
}
.compensation__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  margin-top: 24px;
  text-align: center;
}
.compensation__lists {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .compensation__lists__heading {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.32px;
  }
}
.compensation__list {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .compensation__list {
    padding: 0 24px;
    padding-top: 48px;
  }
}
.compensation__item {
  display: flex;
  align-items: center;
  gap: 96px;
  border-bottom: 1px solid #BFBFBF;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .compensation__item {
    display: grid;
    gap: 8px;
  }
}
.compensation__item:first-child {
  padding-top: 0;
}
.compensation__item__title {
  color: #ff8900;
  min-width: 220px;
  text-align: left;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .compensation__item__title {
    font-size: 24px;
    font-weight: 700;
    padding-left: 0;
  }
}
.compensation__item__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}
.compensation__request {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .compensation__request__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 40px */
    letter-spacing: -0.32px;
  }
}
.compensation__request__body__text {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.compensation__request__body__text__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
}
@media screen and (max-width: 768px) {
  .compensation__request__body__text__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
}
.compensation__request__body__text__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
}
.compensation__request__body__text__content .compensation__request__body__text__text {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .compensation__request__body__text__content {
    display: block;
  }
}
.compensation__request__button {
  flex-shrink: 0;
  display: inline-block;
  padding: 14px 24px;
  border-radius: 9999px;
  background-color: #ff8900;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .compensation__request__button {
    margin-top: 16px;
    font-size: 16px;
    padding: 12px 20px;
  }
}
.compensation__request__body__note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
  padding-left: 56px;
}
@media screen and (max-width: 768px) {
  .compensation__request__body__note {
    font-size: 12px;
    margin-top: 16px;
    padding-left: 40px;
  }
}
.compensation--triangle {
  width: 100%;
  height: 105px;
  background-image: url("../images/compensation-triangle-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .compensation--triangle {
    display: none;
  }
}

.flow__container {
  max-width: 805px;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .flow__container {
    padding: 48px 24px;
  }
}
.flow__heading__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__heading__text {
    margin-top: 12px;
  }
}
.flow__list {
  padding: 78px 0;
}
@media screen and (max-width: 768px) {
  .flow__list {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
.flow__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .flow__item {
    padding-top: 28px;
  }
}
.flow__item:first-child {
  padding-top: 0;
}
.flow__item__numberArea {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow__item__numberArea__text {
  font-family: Helvetica;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px;
}
.flow__item__numberArea__number {
  font-family: Helvetica;
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
}
.flow__item__body {
  flex: 1;
}
.flow__item__body__title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .flow__item__body__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
  }
}
.flow__item__body__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .flow__item__body__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
  }
}
.flow__item__body__appLinks {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flow__item__body__appLinks {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.flow__item__body__appLink {
  display: inline-block;
  transition: opacity 0.2s ease;
}
.flow__item__body__appLink:hover {
  opacity: 0.8;
}
.flow__item__body__appLink img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .flow__item__body__appLink img {
    height: 36px;
  }
}

.faq {
  background-color: #EDEDED;
}
.faq__container {
  max-width: 805px;
  padding: 48px 0 96px;
}
@media screen and (max-width: 768px) {
  .faq__container {
    padding: 48px 24px;
  }
}
.faq__heading {
  text-align: center;
}
.faq__contents {
  margin-top: 48px;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .faq__contents {
    margin-top: 30px;
  }
}
.faq__content {
  padding-top: 24px;
}
.faq__content__question {
  display: flex;
  align-items: center;
  gap: 16px;
}
.faq__content__question__name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq__content__question__name {
    font-size: 24px;
    font-weight: 400;
  }
}
.faq__content__question__bar {
  width: 2px;
  align-self: stretch;
  background-color: #bfbfbf;
  flex-shrink: 0;
}
.faq__content__question__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .faq__content__question__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.faq__content__question__accordion {
  margin-left: auto;
  color: #071B30;
}
.faq__content__answer {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.faq__content__answer__name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq__content__answer__name {
    font-size: 24px;
    font-weight: 400;
  }
}
.faq__content__answer__bar {
  width: 2px;
  align-self: stretch;
  background-color: #bfbfbf;
  flex-shrink: 0;
}
.faq__content__answer__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 92%;
}

.p-terms__container {
  max-width: 700px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-terms__container {
    padding: 48px 24px;
  }
}
.p-terms__header {
  padding-top: 60px;
}
.p-terms__heading {
  margin-top: 30px;
}
.p-terms__article {
  padding-top: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.p-terms__section {
  padding-top: 48px;
  line-height: 136%;
}
.p-terms__sectionTitle {
  font-size: 20px;
}
.p-terms__text {
  margin-top: 16px;
}
.p-terms__olist {
  margin-top: 16px;
  list-style: decimal;
}
.p-terms__olist--paren {
  margin-top: 16px;
  list-style: none;
  padding-left: 0;
  counter-reset: item;
}
.p-terms__olistItem {
  margin-top: 8px;
}
.p-terms__olistItem--2 {
  counter-increment: item;
  display: grid;
  grid-template-columns: 1.5em 1fr;
  column-gap: 8px;
  margin-top: 8px;
  align-items: start;
}
.p-terms__olistItem--2::before {
  content: counter(item) ".";
  text-align: left;
  white-space: nowrap;
}
.p-terms__table {
  margin: 20px 0;
}
.p-terms__th {
  border: 1px solid #000;
  padding: 10px;
}
.p-terms__td {
  border: 1px solid #000;
  padding: 10px;
}
.p-terms__olist {
  margin-top: 16px;
  list-style: none;
  padding-left: 0;
  counter-reset: item;
}
.p-terms__olistItem {
  counter-increment: item;
  display: grid;
  grid-template-columns: 1.5em 1fr;
  column-gap: 8px;
  margin-top: 8px;
  align-items: start;
}
.p-terms__olistItem::before {
  content: counter(item) ".";
  text-align: left;
  white-space: nowrap;
}
.p-terms__indent {
  margin-top: 20px;
}
.p-terms__matter__text {
  font-size: 1.25rem;
  margin: 20px 0;
}
.p-terms__subTitle {
  font-size: 1.25rem;
  margin: 20px 0;
}
.p-terms__footer__prevLink {
  padding-top: 24px;
}

.specified {
  --bg: #ffffff;
  --panel: #f3f3f3;
  --text: #111;
  --muted: rgba(0, 0, 0, 0.65);
  --border: rgba(0, 0, 0, 0.10);
  --radius: 14px;
  --max: 980px;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
}
.specified a {
  color: inherit;
}
.specified__hero {
  background: var(--panel);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: clamp(18px, 3vw, 34px) 0;
}
.specified__hero__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.specified__hero__kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin: 0 0 10px;
}
.specified__hero__title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
.specified__main {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) 20px;
}
.specified__main__lead {
  color: var(--muted);
  margin: 0 0 24px;
  font-size: 14px;
}
.specified__main__note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}
.specified__card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.specified__row {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-top: 1px solid var(--border);
}
@media screen and (max-width: 768px) {
  .specified__row {
    grid-template-columns: 1fr;
  }
}
.specified__row:first-child {
  border-top: none;
}
.specified__row__head {
  padding: 18px;
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.specified__row__body {
  padding: 18px;
}
.specified__row__body p {
  margin: 0;
}
.specified__row__body small {
  color: var(--muted);
}

.privacy {
  --bg: #ffffff;
  --panel: #f3f3f3;
  --text: #111;
  --muted: rgba(0, 0, 0, 0.65);
  --border: rgba(0, 0, 0, 0.10);
  --radius: 14px;
  --max: 980px;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
}
.privacy a {
  color: inherit;
}
.privacy__hero {
  background: var(--panel);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: clamp(18px, 3vw, 34px) 0;
}
.privacy__hero__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.privacy__hero__kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
  margin: 0 0 10px;
}
.privacy__hero__title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
.privacy__main {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) 20px;
}
.privacy__main__lead {
  color: var(--muted);
  margin: 0 0 24px;
  font-size: 14px;
}
.privacy__main__note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}
.privacy__card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.privacy__card--mt {
  margin-top: 18px;
}
.privacy__row {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-top: 1px solid var(--border);
}
.privacy__row:first-child {
  border-top: none;
}
.privacy__row__head {
  padding: 18px;
  background: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}
.privacy__row__body {
  padding: 18px;
}
.privacy__row__body p {
  margin: 0;
}
.privacy__policy {
  padding: 18px;
}
.privacy__policy__title {
  margin: 0 0 12px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.privacy__list {
  margin: 0;
  padding-left: 1.2em;
}
.privacy__list__item {
  padding: 14px 0;
  border-top: 1px solid var(--border);
}
.privacy__list__item:first-child {
  border-top: none;
}
.privacy__list__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}
.privacy__list__text {
  margin: 0;
  color: rgba(0, 0, 0, 0.78);
  font-size: 15px;
}
@media (max-width: 768px) {
  .privacy__row {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=styles.css.map */
