@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #F5F5F5;
}

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

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.6293279022vw;
  }
}
@media (min-width: 982px) {
  html {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 0.875rem 1rem;
  background: #FFF;
  border: 0.0625rem solid #DDDDDD;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=email],
  select,
  textarea {
    font-size: 0.875rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
}

textarea {
  height: 15rem;
  resize: vertical;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.contact__select-wrap {
  position: relative;
}
.contact__select-wrap svg {
  position: absolute;
  top: calc(50% + 2px);
  translate: 0 -50%;
  right: 10.69px;
  width: 17.313px;
  height: auto;
  pointer-events: none;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.wpcf7-list-item-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  padding-left: 0.625rem;
  position: relative;
}
@media (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 0.875rem;
    padding-left: 1.875rem;
  }
}
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: -0.75rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .wpcf7-list-item-label::before {
    left: 0;
  }
}
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: -0.4375rem;
  width: 0.375rem;
  height: 0.75rem;
  rotate: 45deg;
  border-right: 0.09375rem solid #333;
  border-bottom: 0.09375rem solid #333;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .wpcf7-list-item-label::after {
    left: 0.3125rem;
  }
}

.contact__acceptance {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__acceptance {
    margin-top: 1.5rem;
  }
}
.contact__acceptance a {
  font-weight: 500;
  color: #01377E;
  text-decoration: underline;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  text-align: center;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .contact__submit {
    margin-top: 2.5rem;
  }
}
.contact__submit input[type=submit] {
  display: inline-block;
  background: #01377E;
  border-radius: 1.875rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  padding: 1rem 4rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .contact__submit input[type=submit]:hover {
    opacity: 0.9;
  }
}

.contact {
  padding-block: 3.125rem;
  padding-inline: 0.9375rem;
  background: #717171;
}
@media (min-width: 768px) {
  .contact {
    padding-block: 6.25rem;
    padding-inline: 1.5625rem;
  }
}

.contact__content {
  width: 100%;
  max-width: 100%;
  margin-top: 1.875rem;
  padding-inline: 1.25rem;
  padding-block: 2.1875rem;
  margin-inline: auto;
  background: #FFF;
}
@media (min-width: 768px) {
  .contact__content {
    padding-inline: 6.0625rem;
    padding-block: 5rem;
    width: 60rem;
    margin-top: 3.125rem;
  }
}

.contact__title {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
@media (min-width: 768px) {
  .contact__title {
    font-size: 2.5rem;
  }
}

.wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.contact__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .contact__row {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -ms-grid-columns: 12.5rem 1fr;
    grid-template-columns: 12.5rem 1fr;
  }
}
.contact__row.--aifs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact__head {
  font-size: 1rem;
  font-weight: bold;
}
.contact__head span.--must {
  position: relative;
  display: inline-block;
}
.contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 0.5rem);
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  background: #D7110F;
  color: #FFF;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .contact__head span.--must::after {
    font-size: 0.75rem;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.footer {
  background: #FFF;
  padding-block: 0.40625rem;
}

.footer__copy {
  font-size: 0.625rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copy {
    font-size: 0.8125rem;
  }
}

.fv {
  position: relative;
}

.fv__bg {
  width: 100%;
  max-height: 40.9375rem;
  overflow: hidden;
}
.fv__bg img {
  width: 100%;
  height: 100%;
}

.fv__front {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  height: 33.125rem;
  max-width: 100%;
  z-index: 1;
  padding-inline: 0.9375rem 0.1875rem;
}
@media (min-width: 768px) {
  .fv__front {
    left: 47%;
    translate: -50%;
    width: 76.9375rem;
    padding-inline: 1.25rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.fv__front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 356/530;
}
@media (min-width: 768px) {
  .fv__front img {
    aspect-ratio: 1190/689;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.fv__banner {
  margin-top: -2.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv__banner {
    margin-top: -4.6875rem;
  }
}
.fv__banner ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem 0.9375rem;
}
@media (min-width: 768px) {
  .fv__banner ul {
    width: 62.625rem;
    max-width: 100%;
    margin-inline: auto;
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
    gap: 1.375rem;
  }
}
.fv__banner ul li {
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fv__banner ul li img {
  width: 100%;
  height: 100%;
}
.fv__banner ul li.--nurikae {
  height: 4.5625rem;
  width: 10rem;
  max-width: 100%;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (min-width: 768px) {
  .fv__banner ul li.--nurikae {
    width: 100%;
    height: 7.9375rem;
    grid-column: initial;
    grid-row: initial;
  }
}
.fv__banner ul li.--achievements {
  height: 3.875rem;
  width: 10.625rem;
  max-width: 100%;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (min-width: 768px) {
  .fv__banner ul li.--achievements {
    width: 100%;
    height: 6.75rem;
    grid-column: initial;
    grid-row: initial;
  }
}
.fv__banner ul li.--landmark {
  height: 3.875rem;
  width: 12rem;
  max-width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media (min-width: 768px) {
  .fv__banner ul li.--landmark {
    width: 100%;
    height: 6.75rem;
    grid-column: initial;
    grid-row: initial;
  }
}
.fv__banner .inner {
  width: 65.75rem;
  max-width: 100%;
  margin-inline: auto;
}

.header {
  width: 100%;
  height: 3.625rem;
  background: #FFF;
}
@media (min-width: 768px) {
  .header {
    height: 5rem;
  }
}
.header .header__inner {
  width: 90rem;
  max-width: 100%;
  margin-inline: auto;
  height: 3.625rem;
  padding-inline: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .header .header__inner {
    padding-inline: 1.875rem 2.5rem;
    height: 5rem;
  }
}

.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo a {
  display: block;
  width: 7.5rem;
}
@media (min-width: 768px) {
  .header__logo a {
    width: 10.25rem;
  }
}
.header__logo a img {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .header__logo a:hover {
    opacity: 0.9;
  }
}

.cta {
  position: relative;
  z-index: 2;
}

.cta-btn {
  display: block;
  width: 7.5625rem;
}
@media (min-width: 768px) {
  .cta-btn {
    width: 14.625rem;
  }
}
.cta-btn img {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .cta-btn:hover {
    opacity: 0.9;
  }
}

.inner {
  width: 100%;
  padding-inline: 0.9375rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .inner {
    max-width: 1032px;
    padding-inline: 1.5625rem;
  }
}

.price {
  padding-block: 5rem 0;
}
@media (min-width: 768px) {
  .price {
    padding-block: 15.625rem 0;
  }
}

.price__content {
  margin-top: 1.875rem;
  border: 0.0625rem solid #333;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding: 1.25rem 0.9375rem;
  background: #FFF;
}
@media (min-width: 768px) {
  .price__content {
    margin-top: 3.75rem;
    padding: 3.125rem;
    width: 56.25rem;
  }
}

.price__content-item:nth-of-type(n + 2) {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .price__content-item:nth-of-type(n + 2) {
    margin-top: 1.5rem;
  }
}

.price__content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.0625rem solid #DDDDDD;
  padding-bottom: 0.3125rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .price__content-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.625rem;
  }
}

.price__content-title {
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .price__content-title {
    font-size: 1.125rem;
  }
}

.price__content-text {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .price__content-text {
    font-size: 1.5rem;
  }
}
.price__content-text span {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .price__content-text span {
    font-size: 1rem;
  }
}

.price__content-note {
  font-size: 0.75rem;
  font-weight: 400;
  color: #999;
  margin-top: 0.3125rem;
  text-align: end;
}
@media (min-width: 768px) {
  .price__content-note {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.section__title {
  text-align: center;
  position: relative;
}
.section__title::after {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 3.75rem;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  bottom: 2.1875rem;
  left: 50%;
  translate: -50%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section__title::after {
    font-size: 8.125rem;
    bottom: -0.3125rem;
  }
}
.section__title.--strengths::after {
  content: "STRENGTHS";
}
.section__title.--price::after {
  content: "PRICE";
}
.section__title.--support::after {
  content: "SUPPORT";
  bottom: 4.6875rem;
}
@media (min-width: 768px) {
  .section__title.--support::after {
    bottom: -0.3125rem;
  }
}

.section__title-main {
  font-size: 1.625rem;
  font-weight: bold;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .section__title-main {
    font-size: 2rem;
  }
}

.section__title-sub {
  position: relative;
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  background: linear-gradient(91deg, #5C8ED1 -22.31%, #004096 77.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .section__title-sub {
    font-size: 1.0625rem;
  }
}
.section__title-sub::after {
  position: absolute;
  content: "";
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 2rem;
  height: 0.0625rem;
  background-color: #064599;
}

.strengths {
  padding-block: 5rem 0;
}
@media (min-width: 768px) {
  .strengths {
    padding-block: 11.25rem 0;
  }
}
.strengths .inner {
  overflow-x: clip;
  max-width: 100%;
}

.strengths__head {
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFF;
  padding: 0.5rem 0.9375rem 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  line-height: 1.2;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .strengths__head {
    font-size: 1.3125rem;
    margin-top: 3.875rem;
    padding: 0.0625rem 1.5625rem 0.5rem;
  }
}
.strengths__head span {
  font-size: 1.25rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .strengths__head span {
    font-size: 1.875rem;
  }
}
.strengths__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #BC8A1D;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  z-index: -1;
}

.strengths__items {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .strengths__items {
    width: 58.25rem;
    margin-top: 6.25rem;
  }
}

.strengths__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.9375rem;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .strengths__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}
.strengths__item::after {
  content: "";
  position: absolute;
  bottom: 12.5rem;
  right: -18%;
  width: 38.125rem;
  max-width: 100%;
  height: 11.25rem;
  z-index: -1;
  background: linear-gradient(135deg, #5C8ED1 0%, #2D67B3 30%, #004096 100%);
}
@media (min-width: 768px) {
  .strengths__item::after {
    bottom: -3.125rem;
    right: -27%;
  }
}
.strengths__item:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .strengths__item:nth-child(n+2) {
    margin-top: 6.25rem;
  }
}
.strengths__item:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .strengths__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.strengths__item:nth-child(2n)::after {
  content: "";
  position: absolute;
  bottom: 10.9375rem;
  left: -18%;
  width: 38.125rem;
  max-width: 100%;
  height: 11.25rem;
  z-index: -1;
  background: linear-gradient(135deg, #004096 0%, #2D67B3 70%, #5C8ED1 100%);
}
@media (min-width: 768px) {
  .strengths__item:nth-child(2n)::after {
    bottom: -3.125rem;
    left: -27%;
  }
}

.strengths__item-text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.strengths__item-num {
  font-size: 2.125rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 768px) {
  .strengths__item-num {
    font-size: 4rem;
  }
}

.strengths__item-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFF;
  background: #01377E;
  display: inline-block;
  padding-inline: 0.25rem;
  padding-block: 0.125rem;
  line-height: 1.18;
}
@media (min-width: 768px) {
  .strengths__item-title {
    font-size: 2rem;
  }
}

.strengths__item-text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.625rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .strengths__item-text {
    font-size: 1.125rem;
    margin-top: 1.75rem;
  }
}
.strengths__item-text span {
  font-weight: 500;
  color: #D79912;
}

.strengths__item-img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .strengths__item-img {
    width: 28rem;
    height: 18.75rem;
  }
}
.strengths__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .strengths__item-img img {
    aspect-ratio: 448/300;
  }
}

.support {
  padding-block: 5rem 3.125rem;
}
@media (min-width: 768px) {
  .support {
    padding-block: 12.8125rem 8.75rem;
  }
}

.support__banner {
  margin-top: 1.875rem;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .support__banner {
    margin-top: 3.75rem;
    width: 51.25rem;
  }
}
.support__banner ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  gap: 0.625rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .support__banner ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.support__banner ul li {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .support__banner ul li {
    width: 25rem;
    height: 9.375rem;
  }
}
.support__banner ul li img {
  width: 100%;
  height: 100%;
}

.support__content {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .support__content {
    margin-top: 3.75rem;
  }
}

.support__content-title {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .support__content-title {
    font-size: 1.5rem;
  }
}
.support__content-title p {
  display: inline-block;
  position: relative;
}
.support__content-title p::before, .support__content-title p::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.5rem;
  height: 0.0625rem;
  background-color: #333;
}
.support__content-title p::after {
  right: -2.5rem;
  rotate: -45deg;
}
@media (min-width: 768px) {
  .support__content-title p::after {
    right: -3.125rem;
  }
}
.support__content-title p::before {
  left: -2.5rem;
  rotate: 45deg;
}
@media (min-width: 768px) {
  .support__content-title p::before {
    left: -3.125rem;
  }
}

.support__content-images {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .support__content-images {
    margin-top: 1.875rem;
    width: 60rem;
  }
}
.support__content-images ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .support__content-images ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}
.support__content-images ul li {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .support__content-images ul li {
    width: 29.375rem;
    height: 19.5625rem;
  }
}
.support__content-images ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support__content-head {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .support__content-head {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.support__content-text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.125rem;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .support__content-text {
    font-size: 1.125rem;
  }
}

.thanks {
  padding-block: 3.125rem;
  background: #FFF;
}
@media (min-width: 768px) {
  .thanks {
    padding-block: 7.875rem;
  }
}

.thanks__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #01377E;
}
@media (min-width: 768px) {
  .thanks__title {
    font-size: 2.8125rem;
  }
}

.thanks__text {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #01377E;
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .thanks__text {
    font-size: 1.5rem;
    margin-top: 1.5625rem;
  }
}

.thanks__img {
  width: 100%;
}
.thanks__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/580;
}
@media (min-width: 768px) {
  .thanks__img img {
    aspect-ratio: 1440/688;
  }
}
/*# sourceMappingURL=style.css.map */
