@charset "UTF-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

:root {
  /* Brand colors */
  --color-background: #F6F7FB;
  --color-background-sub: #FCEFCD;
  --color-primary: #016BBF;
  --color-secondary: #FED701;
  --color-accent: #FF5943;
  /* Text colors */
  --color-text: #000;
  --color-heading: #006BBE;
  /* Font */
  --font-family-base:
    "Zen Kaku Gothic New",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    sans-serif;
  --font-family-en:"Montserrat", sans-serif;
  /* Layout */
  --content-width: 128rem;
  --side-padding: 2.4rem;
  --section-spacing: 12rem;
}
@media (max-width: 767px) {
  :root {
    --section-spacing: 6rem;
  }
}

/* ==========================================================================
   Base
   ========================================================================== */

body {
  color: var(--color-text);
  font-family:var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
  background-color: var(--color-background);
  @media (max-width: 767px) {
    font-size: 1.3rem;
  }
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
  font-feature-settings: "palt";
}
a {
  transition: 0.3s ease;
}
button {
  cursor: pointer;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.inner {
  width: min(100% - (var(--side-padding) * 2), var(--content-width));
  margin-inline: auto;
}

.section {
  padding-block: var(--section-spacing);
}

/* ==========================================================================
   Common
   ========================================================================== */

.none {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pc {
  display: block;
  @media (max-width: 767px) {
    display: none;
  }
}

.sp {
  display: none;
  @media (max-width: 767px) {
    display: block;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
  position: relative;
  height: 100dvh;
  @media (orientation: portrait) and (max-width: 900px),(max-width: 767px) {
    background: #DFE6F6;
  }
  &::before,&::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
  }
  &::before {
    aspect-ratio: 1600 / 333;
    background: url(../images/frame-top@2x.webp) center no-repeat;
    background-size: 100% auto;
    top: 0;
    left: 0;
    @media (orientation: portrait) and (max-width: 900px),(max-width: 767px) {
      aspect-ratio: 375 / 136;
      background: url(../images/frame-top-sp@2x.webp) center no-repeat;
      background-size: 100% auto;
    }
  }
  &::after {
    aspect-ratio: 320 / 161;
    background: url(../images/frame-bottom@2x.webp) center no-repeat;
    background-size: 100% auto;
    left: 0;
    bottom: -10vw;
    @media (orientation: portrait) and (max-width: 900px),(max-width: 767px) {
      aspect-ratio: 375 / 236;
      background: url(../images/frame-bottom-sp@2x.webp) center no-repeat;
      background-size: 100% auto;
      bottom: 0;
    }
  }
  .inbox {
    position: absolute;
    bottom:3.75vw;
    left: 4vw;
    z-index: 1;
    @media (max-width: 1024px) {
      bottom: 20%;
    }
    @media (max-width: 767px) {
      bottom: 24%;
    }
  }
  h1 {
    font-size: clamp(2.4rem, 1.6rem + 2.5vw, 4.8rem);
    font-weight: 900;
    color: var(--color-primary);
    margin-bottom: 0.625em;
    span {
      display: inline;
      background: #fff;
      padding-inline: 0.5em;
      font-weight: 900;
      @media (orientation: portrait) and (max-width: 900px),(max-width: 767px) {
        padding-inline: 2.4rem;
      }
    }
  }
}
.header-bg {
  display: block;
  width: 100%;
  height: 100%;
  @media (orientation: portrait) and (max-width: 900px),(max-width: 767px) {
    height: auto;
  }
  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.header-list {
  display: flex;
  gap: 1.6rem;
  text-align: center;
  @media (max-width: 1024px) {
    gap: 0.8rem;
  }
  @media (orientation: portrait) and (max-width: 900px),(max-width: 767px) {
    display: none;
  }
  li {
    width: 28rem;
    padding-block: 2.6rem;
    background: #FFF9D6;
    border-radius: 100vmax;
    @media (max-width: 1024px) {
      width: 24rem;
    }
    @media (max-width: 767px) {
      width: 28rem;
      padding-block: 2rem;
    }
    strong {
      display: block;
      font-size: 1.25em;
      font-weight: 700;
      color: var(--color-primary);
    }
  }
}
.header-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  width: 26.4rem;
  height: 26.4rem;
  border-radius: 50%;
  background: var(--color-accent);
  border: #fff 0.4rem solid;
  z-index: 3;
  font-size: clamp(1.8rem, 1.46rem + 1.04vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  padding-top: 1.5rem;
  @media (max-width: 1024px) {
    width: 20rem;
    height: 20rem;
    right: 2rem;
    bottom: 2rem;
    padding-top: 1rem;
    font-size: 2rem;
  }
  @media (orientation: portrait) and (max-width: 900px),(max-width: 767px) {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 1rem;
    width: clamp(33.4rem,70%,60rem);
    height: 10.4rem;
    border-radius: 100vmax;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: clamp(4rem,6vh,8rem);
    br {
      display: none;
    }
  }
  span {
    display: inline-block;
    background: var(--color-secondary);
    color: var(--color-primary);
    font-size: clamp(1.5rem, 1.4rem + 0.31vw, 1.8rem);
    font-weight: 700;
    border-radius: 100vmax;
    padding: 1rem 3rem;
    position: relative;
    margin-bottom: 1.5rem;
    @media (max-width: 1024px) {
      font-size: 1.4rem;
      padding-inline: 2rem;
    }
    @media (orientation: portrait) and (max-width: 900px),(max-width: 767px)  {
      font-size: 1.5rem;
      padding-inline: 2.1rem;
      position: absolute;
      top: 0;
      transform: translateY(-50%);
    }
    &::after {
      content: "";
      width: 1.4rem;
      height: 1.4rem;
      background: var(--color-secondary);
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate(-50%,-50%) rotate(45deg);
      @media (max-width: 767px) {
        width: 1rem;
        height: 1rem;
      }
    }
  }
  img {
    display: block;
    width: 4.5rem;
    height: auto;
    filter: brightness(0) invert(1);
    margin-top: 1.5rem;
    transition: .3s;
    @media (max-width: 1024px) {
      width: 3rem;
      margin-top: 1rem;
    }
    @media (max-width: 767px) {
      width: 3rem;
      margin-top: 0.6rem;
    }
  }
  &:hover {
    background: #fff;
    color: var(--color-accent);
    border: var(--color-accent) 0.4rem solid;
    img {
      filter: none;
    }
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2.4rem;
  p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    &:last-of-type {
      margin-bottom: 0;
    }
  }
}

/* ==========================================================================
   CTA
   ========================================================================== */
.cta {
  background: url(../images/cta-bg.webp) center no-repeat;
  background-size: cover;
  text-align: center;
  &.upper {
    padding-top: 26.8rem;
    padding-bottom: 12rem;
    margin-top: -8rem;
    @media (max-width: 767px) {
      padding-top: 13.4rem;
      padding-bottom: 6rem;
      margin-top: -4rem;
    }
  }
  &.btm {
    padding-block: var(--section-spacing);
  }
  h2 {
    color: #fff;
    font-size: clamp(1.5rem, 1rem + 1.04vw, 2.4rem);
    font-weight: 500;
    margin-bottom: 10.5rem;
    @media (max-width: 767px) {
      margin-bottom: 6rem;
    }
    span {
      display: inline-block;
      margin-bottom: 1.3em;
    }
    b {
      display: inline;
      width: fit-content;
      color: var(--color-accent);
      font-size: clamp(2.3rem, 2rem + 0.94vw, 3.2rem);
      font-weight: 700;
      line-height: 2;
      background: #fff;
      padding: 0.1em 1.6rem;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
    }
  }
}
.cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  width: min(90%,50.4rem);
  height: 4.8em;
  border-radius: 100vmax;
  background: var(--color-accent);
  border: #fff 0.4rem solid;
  position: relative;
  margin-inline: auto;
  font-size: clamp(2.2rem, 2rem + 0.63vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  @media (max-width: 767px) {
    gap: 1.6rem;
  }
  span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: clamp(1.5rem, 1.4rem + 0.31vw, 1.8rem);
    font-weight: 700;
    color: var(--color-primary);
    background: var(--color-secondary);
    width: 19em;
    height: 2.5em;
    border-radius: 100vmax;
    transform: translate(-50%,-50%);
    &::after {
      content: "";
      display: block;
      width: 1.4rem;
      height: 1.4rem;
      background: var(--color-secondary);
      position: absolute;
      left: 50%;
      top: calc(100% - 0.35rem);
      transform: rotate(45deg) translateX(-50%);
    }
  }
  img {
    width: 1.6em;
    filter: brightness(0) invert(1);
    transition: .3s;
  }
  &:hover {
    opacity: 1;
    background: #fff;
    border: var(--color-accent) 0.4rem solid;
    color: var(--color-accent);
    img {
      filter: none;
    }
  }
}

/*
==========================================================================
   Main
   ========================================================================== */

.ttl {
  text-align: center;
  font-size: clamp(2.6rem, 2.1rem + 1.46vw, 4rem);
  margin-bottom: 1em;
  span {
    display: inline-block;
    padding: 0.75em 2.5em;
    border-radius: 100vmax;
    background: var(--color-primary);
    color: #fff;
    font-weight: 700;
  }
  &.yellow {
    span {
      background: var(--color-secondary);
      color: var(--color-primary);
    }
  }
}
.worry {
  padding-top: 10vw;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  &::before {
    content: "";
    display: block;
    width: 100%;
  }
  .ttl {
    margin-bottom: 1.5em;
    span {
      position: relative;
      @media (max-width: 1024px) {
        width: 100%;
        padding-inline: 0;
      }
      &::before,&::after {
        content: "";
        display: block;
        position: absolute;
        top: 0.4rem;
        @media (max-width: 767px) {
          top: 50%;
        }
      }
      &::before {
        width: 14.4rem;
        aspect-ratio: 3 / 4;
        background: url(../images/left@2x.webp) center no-repeat;
        background-size: 100% auto;
        right: 93%;
        @media (max-width: 1024px) {
          width: 12rem;
          right: 88%;
          top: 0.6rem;
        }
        @media (max-width: 767px) {
          top: 50%;
          right: 80%;
        }
      }
      &::after {
        width: 12rem;
        aspect-ratio: 120 / 199;
        background: url(../images/right@2x.webp) center no-repeat;
        background-size: 100% auto;
        left: 95%;
        @media (max-width: 1024px) {
          width: 10rem;
          left: 90%;
        }
        @media (max-width: 767px) {
          left: 85%;
        }
      }
    }
  }
}
.worry-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 4rem;
  position: relative;
  z-index: 1;
  @media (max-width: 1024px) {
    grid-template-columns: repeat(2,1fr);
    gap: 3rem;
  }
  @media (max-width: 798px) {
    grid-template-columns: repeat(1,1fr);
    gap: 2rem;
  }
  li {
    display: grid;
    place-items: center;
    background: #DFE6F6;
    border: var(--color-secondary) 0.4rem solid;
    border-radius: 2rem;
    font-size: clamp(1.4rem, 1.2rem + 0.63vw, 2rem);
    font-weight: 500;
    padding-block: 2.35em;
    span {
      width: 100%;
    }
    strong {
      font-size: 1.3em;
      font-weight: 700;
      color: var(--color-primary);
      background: #fff;
      padding-inline: 0.2em;
    }
  }
}
.service {
  background: var(--color-background-sub);
  padding-top: 8rem;
  padding-bottom: 12rem;
  text-align: center;
  position: relative;
  @media (max-width: 767px)  {
    padding-top: 4.5rem;
    padding-bottom: 6rem;
  }
  &::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 800 / 97;
    background: url(../images/semicircle.svg) center no-repeat,var(--color-background-sub);
    background-size: 100% auto;
    position: absolute;
    bottom: 100%;
    left: 0;
  }
}
.service-ttl {
  font-size: clamp(2.3rem, 2rem + 0.94vw, 3.2rem);
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 9.2rem;
  &::before,&::after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 5rem;
    background: var(--color-secondary);
    position: absolute;
    bottom: 0;
  }
  &::before {
    right: calc(100% + 4rem);
    transform: rotate(-45deg);
    @media (max-width: 767px) {
      right: calc(100% + 1rem);
    }
  }
  &::after {
    left: calc(100% + 4rem);
    transform: rotate(45deg);
    @media (max-width: 767px) {
      left: calc(100% + 1rem);
    }
  }
  span {
    font-size: clamp(2.8rem, 1.5rem + 1.25vw, 4rem);
    font-weight: 900;
    &.color {
      color: var(--color-heading);
      margin-right: 0.2em;
    }
  }
  b {
    background: #fff;
    color: var(--color-accent);
    font-size: clamp(2.8rem, 1.5rem + 1.25vw, 4rem);
    font-weight: 900;
    padding-inline: 1.3rem;
    margin-right: 0.2em;
    @media (max-width: 767px) {
      margin-right: 0;
    }
  }
}
.service-lis† {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7.2rem 0;
  padding-bottom: 8rem;
  @media (max-width: 767px) {
    gap: 4.8rem 0;
    padding-bottom: 4rem;
  }
  .card {
    width: 48.4%;
    padding: 7.8rem 8.3rem 5.3rem;
    background: #fff;
    border-radius: 2rem;
    position: relative;
    @media (max-width: 1024px) {
      padding-inline: 2rem;
    }
    @media (max-width: 767px) {
      width: 100%;
      padding-bottom: 3rem;
    }
  }
  ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    li {
      display: inline-block;
      background: var(--color-heading);
      color: #fff;
      font-size: clamp(1.4rem, 1.2rem + 0.63vw, 2rem);
      font-weight: 700;
      line-height: 1.5;
      padding: 1em 1.6em;
      border-radius: 2rem;
      position: relative;
      &:first-child {
        &::before {
          content: "";
          display: block;
          width: 3.6rem;
          aspect-ratio: 1 / 1;
          background: url(../images/circle.svg) center no-repeat;
          background-size: contain;
          position: absolute;
          left: 2.4rem;
          top: 100%;
          transform: translateY(-1.2rem);
        }
      }
    }
  }
  img {
    display: block;
    margin-bottom: 3.9rem;
  }
  p {
    font-size: clamp(1.4rem, 1.2rem + 0.63vw, 2rem);
    font-weight: 700;
    strong {
      font-size: 1.4em;
      font-weight: 700;
      color: var(--color-accent);
    }
  }
}
.service-txt {
  border-top: var(--color-secondary) 0.4rem solid;
  border-bottom: var(--color-secondary) 0.4rem solid;
  padding-block: 6rem;
  @media (max-width: 767px) {
    padding-block: 3rem;
  }
  h3 {
    font-size: clamp(2.3rem, 2rem + 0.94vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 0.93em;
    strong {
      font-weight: 700;
      color: var(--color-heading);
      background: #fff;
      margin-right: 0.2em;
    }
  }
  p {
    font-size: clamp(1.4rem, 1.2rem + 0.63vw, 2rem);
    @media (max-width: 767px) {
      text-align: left;
      br {
        display: none;
      }
    }
  }
}
.case {
  background: var(--color-primary);
  padding-block: var(--section-spacing);
  border-radius: 0 0 8rem 8rem;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  @media (max-width: 767px) {
    border-radius: 0 0 4rem 4rem;
  }
  &::after {
    content: "";
    display: block;
    width: 10.4rem;
    aspect-ratio: 2 / 1;
    background: url(../images/bubble.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    @media (max-width: 767px) {
      width:8rem;
    }
  }
  .areyouok {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(2.3rem, 2rem + 0.94vw, 3.2rem);
    font-weight: 700;
    gap: 0.625em;
    margin-bottom: 0.625em;
    img {
      display: block;
      width: 3.6rem;
    }
  }
  .ttl {
    span {
      @media (max-width: 767px) {
        width: 100%;
        padding-inline: 0;
        line-height: 1.5;
      }
    }
  }
  .lead {
    padding-bottom: 2.5em;
    font-size: clamp(1.5rem, 1rem + 1vw, 2.4rem);
    p {
      font-weight: 700;
    }
  }
}
.case-list {
  display: flex;
  justify-content: space-between;
  @media (max-width: 767px) {
    display: block;
  }
  .card {
    width: 31.25%;
    background: #fff;
    border-radius: 2rem;
    padding: 3rem 3.2rem 4rem;
    @media (max-width: 1024px) {
      width: 32%;
      padding: 3rem 2.8rem;
    }
    @media (max-width: 767px) {
      width: 100%;
      margin-bottom: 3.2rem;
      padding: 3rem 3.2rem 4rem;
      &:last-of-type {
        margin-bottom: 0;
      }
    }
  }
  h3  {
    display: inline-block;
    font-family: var(--font-family-en);
    font-size: clamp(1.5rem, 1rem + 1.04vw, 2.4rem);
    font-weight: 600;
    position: relative;
    margin-bottom: 0.8em;
    color: var(--color-primary);
    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 0.2rem;
      background: var(--color-secondary);
      margin-top: 0.33em;
    }
  }
  img {
    display: block;
    margin-bottom: 1.5rem;
  }
  h4 {
    font-size: clamp(1.6rem, 1rem + 1.04vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 0.71em;
    color: var(--color-primary);
    text-wrap: balance;
  }
  p {
    text-align: left;
    font-size: clamp(1.4rem, 1.2rem + 0.63vw, 2rem);
    color: var(--color-text);
  }
}
.support {
  padding-block: var(--section-spacing);
  background-image:
  repeating-linear-gradient(
    90deg,#fff,#fff,#fff 0.1rem, transparent 0.1rem,transparent 3.2rem
  ),
  repeating-linear-gradient(
    0deg,#fff,#fff 0.1rem,var(--color-background-sub) 0.1rem ,var(--color-background-sub) 3.2rem
  );
  .ttl {
    span {
      @media (max-width: 767px) {
        width: 100%;
        padding-inline: 0;
      }
    }
  }
}
.support-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8em;
  font-size: clamp(1.4rem, 1.2rem + 0.63vw, 2rem);
  padding-top: 1.65em;
  padding-bottom: 1rem;
  li {
    display: inline-block;
    padding: 1.9em;
    background: #fff;
    border: var(--color-secondary) 0.4rem solid;
    border-radius: 2rem;
    @media (max-width: 767px) {
      width: 100%;
      border: var(--color-secondary) 0.2rem solid;
      border-radius: 1rem;
    }
  }
}
.price {
  padding-block: var(--section-spacing);
  text-align: center;
  p {
    font-size: clamp(1.5rem, 1rem + 1.04vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 1.25em;
  }
  .table {
    width: min(100% - (var(--side-padding) * 2), var(--content-width));
    margin-inline: auto;
    @media (max-width: 767px) {
      width: 100%;
      overflow-x: auto;
      padding-inline: var(--side-padding);
    }

  }
  table {
    width: 100%;
    font-size: clamp(1.4rem, 1.2rem + 0.63vw, 2rem);
    border-collapse: separate;
    @media (max-width: 767px) {
      width: 70rem;
    }
    th {
      font-weight: 500;
    }
    thead {
      th {
        vertical-align: bottom;
        padding-bottom: 1em;
        strong {
          display: block;
          font-size: clamp(1.8rem, 1.46rem + 1.04vw, 2.8rem);
          font-weight: 700;
          color: var(--color-accent);
        }
        span {
          display: inline-block;
          position: relative;
          color: var(--color-primary);
          font-size: clamp(1.4rem, 1.4rem + 0.31vw, 1.8rem);
          font-weight: 700;
          background: var(--color-secondary);
          padding: 0.2em 1.3em;
          border-radius: 100vmax;
          margin-bottom: 1.8rem;
          &::after {
            content: "";
            display: block;
            width: 1.4rem;
            height: 1.4rem;
            background: var(--color-secondary);
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translate(-50%,-50%) rotate(45deg);
          }
        }
      }
    }
    tbody {
      tr {
        border-radius: 100vmax;
        &:nth-of-type(odd) {
          background: #F8F3E4;
        }
        &:nth-of-type(even) {
          background: var(--color-background-sub);
        }
        & > :first-child {
          border-radius: 100vmax 0 0 100vmax;
        }
        & > :last-child {
          border-radius: 0 100vmax 100vmax 0;
        }
      }
      th,td {
        border-bottom: var(--color-background) 0.4rem solid;
        padding-block: 1.3em;
        padding-inline: 1em;
      }
    }
  }
}
.flow {
  background: #A9D9FF;
  padding-block: var(--section-spacing);
}
.flow-step {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2.7rem;
  padding-top: 2.4rem;
  text-align: center;
  counter-reset: listnum;
  padding-bottom: 2rem;
  @media (max-width: 1024px) {
    grid-template-columns: repeat(2,1fr);
    gap: 2.4rem;
  }
  @media (max-width: 767px) {
    gap: 1.6rem;
  }
  li {
    background: #fff;
    border: var(--color-secondary) 0.4rem solid;
    border-radius: 2rem;
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    gap: 1rem;
    padding-top: 1.53em;
    padding-bottom: 1.07em;
    font-size: clamp(1.5rem, 1.06rem + 1.35vw, 2.8rem);
    font-weight: 700;
    color: var(--color-heading);
    overflow: hidden;
    position: relative;
    &::before {
      counter-increment: listnum;
      content: counter(listnum, decimal-leading-zero);
      font-family: var(--font-family-en);
      color: var(--color-primary);
      font-size: clamp(1.5rem, 1rem + 1.04vw, 2.4rem);
      font-weight: 600;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      text-align: left;
      width: 3.8em;
      height: 3.8em;
      background: var(--color-secondary);
      clip-path: polygon(0 0, 100% 0, 0 100%);
      padding-left: 0.5em;
      padding-top: 0.4em;
    }
  }
  img {
    display: block;
    width: 60%;
    margin-inline: auto;
  }
}
.faq {
  padding-block: var(--section-spacing);
}
.faq-list {
  dt {
    font-size: clamp(2rem, 1.73rem + 0.63vw, 2.8rem);
    font-weight: 700;
    color: var(--color-heading);
    background: #fff;
    padding: 1.14em 1.42em;
    margin-bottom: 1.14em;
    margin-top: 1.78em;
    border-radius: 2rem;
    @media (max-width: 767px) {
      border-radius: 1rem;
    }
    &:first-of-type {
      margin-top: 0;
    }
  }
  dd {
    padding-inline: 1.42em;
  }
}