html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.inner {
  width: 100%;
  padding: 0 120px;
  margin: 0 auto;
}

.inner-small {
  width: 100%;
  padding: 0 250px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .inner, .inner-small {
    padding: 0 20px;
  }
}
.component-section {
  padding: 300px 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  color: #001733;
}
.title-group__ja {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.title-group__en {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 960px) {
  .title-group__ja {
    font-size: 16px;
  }
  .title-group__en {
    font-size: 32px;
  }
}
.service-static-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-top: 200px;
  padding-bottom: 60px;
}
.service-static-page-title .static-page-title__ja .title-ja-copy {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #33302B;
}
.service-static-page-title .static-page-title__en .en-text {
  font-size: 20px;
  font-weight: 500;
  color: #AEAEAE;
  font-family: "Montserrat", sans-serif;
}

.static-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding-top: 200px;
  padding-bottom: 80px;
}
.static-page-title__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 42px;
  color: #001733;
}
.static-page-title__top-en .en-text {
  font-size: 130px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.02em;
}
.static-page-title__top-ja {
  padding-bottom: 30px;
}
.static-page-title__top-ja .title-ja-copy {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.static-page-title__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.static-page-title__bottom-copy {
  max-width: 790px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #33302B;
}

.cta-btn {
  font-size: 16px;
  font-weight: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding: 16px 15px 17px 20px;
  background-color: #001733;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  color: #fff;
}
.cta-btn__icon {
  width: 24px;
  height: 24px;
  padding-top: 4px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cta-btn:hover {
  background-color: #000914;
}
.cta-btn:hover .cta-btn__icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.cta-btn:active {
  background-color: black;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cta-btn--center {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.main-btn {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #001733;
  position: relative;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}
.main-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #001733;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.main-btn__icon {
  width: 40px;
  height: 40px;
}
.main-btn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sub-btn {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #fff;
  position: relative;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}
.sub-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sub-btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.sub-btn__icon {
  width: 40px;
  height: 40px;
}
.sub-btn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.recruit-section {
  padding: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 160px;
  background-color: #001733;
  color: #fff;
}
.recruit-section .recruit-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.recruit-section .recruit-top .recruit-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  padding-left: 9px;
}
.recruit-section .recruit-top .recruit-text__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
}
.recruit-section .recruit-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recruit-section .recruit-text .recruit-text__desc {
  max-width: 750px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.recruit-section .recruit-text img {
  width: 120px;
  height: 120px;
}

@media (max-width: 960px) {
  .recruit-section {
    padding: 60px 40px;
    gap: 50px;
  }
  .recruit-section .recruit-text__title {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }
  .recruit-section .recruit-title {
    padding-left: 0 !important;
  }
  .recruit-section .recruit-text__desc {
    font-size: 16px !important;
    line-height: 2.1 !important;
  }
  .recruit-section .recruit-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .recruit-section .recruit-text img {
    width: 80px;
    height: 80px;
  }
}
.service-hero {
  background-color: #001733;
  margin: 160px 79px 100px 0;
  padding: 150px 91px 150px 170px;
  color: #fff;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.service-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 125px;
}
.service-hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.service-hero__label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.service-hero__subtitle {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.service-hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
.service-hero__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.service-hero__text p {
  font-size: 16px;
  line-height: 2.2;
  color: rgba(255, 255, 255, 0.95);
}
.service-hero__text__link {
  font-size: 16px;
  font-weight: 500;
}
.service-hero__text__link a {
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.service-hero__text__link a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.service-hero__text__link a:hover::after {
  width: 100%;
}
.service-hero__image {
  max-width: 390px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-hero__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .service-hero {
    margin: 120px 40px 80px 0;
    padding: 100px 60px 100px 120px;
  }
  .service-hero__inner {
    gap: 80px;
  }
  .service-hero__title {
    font-size: 28px;
  }
  .service-hero__image {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .service-hero {
    margin: 80px 20px 60px 0;
    padding: 60px 40px 60px 60px;
    border-radius: 0px 16px 16px 0;
  }
  .service-hero__inner {
    gap: 40px;
    padding: 0 20px;
  }
  .service-hero__title {
    font-size: 26px;
  }
  .service-hero__subtitle {
    font-size: 16px;
  }
  .service-hero__text {
    gap: 16px;
  }
  .service-hero__text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .service-hero__text__link {
    font-size: 14px;
  }
  .service-hero__image {
    max-width: 280px;
  }
}
.service-hero .service-features {
  padding: 125px 0 0;
}
.service-hero .service-features__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 1024px) {
  .service-hero .service-features {
    padding: 80px 0 0;
  }
  .service-hero .service-features__inner {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .service-hero .service-features {
    padding: 60px 20px;
  }
  .service-hero .service-features__inner {
    gap: 30px;
  }
}
.service-hero .service-feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  background-color: #fff;
  border-radius: 16px;
  padding: 80px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.service-hero .service-feature-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-hero .service-feature-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-hero .service-feature-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.service-hero .service-feature-card__title {
  font-size: 24px;
  font-weight: 700;
  color: #33302B;
  margin: 0;
}
.service-hero .service-feature-card__text {
  font-size: 16px;
  line-height: 1.8;
  color: #33302B;
  margin: 0;
}
.service-hero .service-feature-card__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .service-hero .service-feature-card {
    gap: 60px;
    padding: 60px;
  }
  .service-hero .service-feature-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
  .service-hero .service-feature-card__title {
    font-size: 22px;
  }
  .service-hero .service-feature-card__text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .service-hero .service-feature-card {
    gap: 30px;
    padding: 40px;
    text-align: center;
  }
  .service-hero .service-feature-card__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .service-hero .service-feature-card__title {
    font-size: 20px;
  }
  .service-hero .service-feature-card__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .service-hero .service-feature-card__btn {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.service-pain {
  padding: 70px 50px 170px;
}
.service-pain__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.service-pain__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.service-pain__title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
}
.service-pain__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
.service-pain__content .service-pain-card {
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
  padding: 40px;
  border: 2px solid #D1D6E0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.service-pain__content .service-pain-card:hover {
  border-color: #001733;
}
.service-pain__content .service-pain-card__text {
  width: 100%;
}
.service-pain__content .service-pain-card__text p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #33302B;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.service-pain__content .service-pain-card__arrow {
  width: 36px;
  height: 36px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.service-pain__content .service-pain-card__arrow img {
  width: 100%;
  height: 100%;
}
.service-pain__content .service-pain-card:hover .service-pain__content .service-pain-card__arrow {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media (max-width: 1024px) {
  .service-pain {
    padding: 50px 30px 120px;
  }
  .service-pain__inner {
    gap: 30px;
  }
  .service-pain__title h2 {
    font-size: 24px;
  }
  .service-pain__content {
    gap: 25px;
  }
  .service-pain__content .service-pain-card {
    padding: 30px;
  }
  .service-pain__content .service-pain-card__text p {
    font-size: 16px;
  }
  .service-pain__content .service-pain-card__arrow {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .service-pain {
    padding: 40px 20px 80px;
  }
  .service-pain__inner {
    gap: 25px;
  }
  .service-pain__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
  .service-pain__title h2 {
    font-size: 22px;
    line-height: 1.6;
  }
  .service-pain__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .service-pain__content .service-pain-card {
    width: 100%;
    background-size: 30%;
    padding: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-pain__content .service-pain-card__text {
    margin-bottom: 15px;
  }
  .service-pain__content .service-pain-card__text p {
    font-size: 15px;
    line-height: 1.5;
  }
  .service-pain__content .service-pain-card__arrow {
    width: 28px;
    height: 28px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (max-width: 480px) {
  .service-pain {
    padding: 30px 15px 60px;
  }
  .service-pain__inner {
    gap: 20px;
  }
  .service-pain__title h2 {
    font-size: 20px;
  }
  .service-pain__content {
    gap: 15px;
  }
  .service-pain__content .service-pain-card {
    padding: 20px;
    background-size: 25%;
  }
  .service-pain__content .service-pain-card__text {
    margin-bottom: 12px;
  }
  .service-pain__content .service-pain-card__text p {
    font-size: 14px;
  }
  .service-pain__content .service-pain-card__arrow {
    width: 24px;
    height: 24px;
  }
}

.cta-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.cta-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #E9E8E8;
  border-radius: 20px;
  padding: 48px 40px 38px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.cta-card:hover {
  background-color: #001733;
}
.cta-card:hover .cta-card__title,
.cta-card:hover .cta-card__subtitle,
.cta-card:hover .cta-card__text {
  color: #fff;
}
.cta-card:hover .cta-card__link .arrow-default {
  display: none;
}
.cta-card:hover .cta-card__link .arrow-hover {
  display: block;
}
.cta-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.cta-card__title {
  font-size: 48px;
  font-weight: 700;
  color: #001733;
  margin: 0 0 8px 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.02em;
}
.cta-card__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #001733;
  margin: 0 0 30px 0;
}
.cta-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #001733;
  margin: 0;
}
.cta-card__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta-card__link {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.cta-card__link img {
  width: 48px;
  height: 48px;
}
.cta-card__link .arrow-default {
  display: block;
}
.cta-card__link .arrow-hover {
  display: none;
}

@media (max-width: 768px) {
  .cta-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 40px 0;
  }
  .cta-card {
    padding: 40px;
  }
  .cta-card__content {
    margin-right: 16px;
  }
  .cta-card__title {
    font-size: 20px;
  }
  .cta-card__subtitle {
    font-size: 14px;
  }
  .cta-card__text {
    font-size: 13px;
  }
  .cta-card__link {
    width: 40px;
    height: 40px;
  }
  .cta-card__link img {
    width: 40px;
    height: 40px;
  }
  .service-hero {
    padding: 80px 0;
  }
  .service-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .service-hero__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 300px;
  }
  .service-hero .service-feature-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
  .service-hero .service-feature-card__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 250px;
  }
}