@font-face {
  font-family: "drainwood";
  src: url(../fonts/Drainwood.ttf) format("truetype");
}
:root {
  --fontNotoSansJP: "Noto Sans JP", sans-serif;
  --fontZenOldMincho: "Zen Old Mincho", serif;
  --fontFuturaPTDemi: "futura-pt", sans-serif;
  --fontDrainwood: "drainwood", sans-serif;
  --fontStyleNormal: normal;
  --fontStyleItalic: italic;
  --fontWeight400: 400;
  --fontWeight600: 600;
  --fontWeight700: 700;
  --fontWeight800: 800;
  --lineHightBase: 1.7;
  --colorTextPrimary: #ffffff;
  --colorTextSecondary: #000000;
  --colorTextTertiary: #fcff00;
  --colorTextQuaternary: #fcfcd2;
  --colorBgPrimary: #000000;
  --colorBgSecondary: #fcff00;
  --colorBgTertiary: #ffffff;
  --colorBgQuaternary: #fcfcd2;
  --colorBorderPrimary: #fcff00;
  --colorBorderSecondary: #ffffff;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 0.875rem;
  font-weight: var(--fontWeight400);
  line-height: var(--lineHightBase);
  font-family: var(--fontNotoSansJP);
  color: var(--colorTextPrimary);
  background: var(--colorBgPrimary);
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

li,
ol,
summary {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

button {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

.js-color {
  --p: 0%;
  background: linear-gradient(90deg, #fcff00 0%, #fcff00 var(--p), #ffffff var(--p), #ffffff 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.js-underline {
  position: absolute;
  left: 0;
  bottom: 4px;
  display: block;
  width: 100%;
  height: 30%;
  background: var(--colorBgTertiary);
  transform: scaleX(0);
  transform-origin: left center;
  z-index: -1;
}

.inner__primary {
  padding-inline: 20px;
}

.title__primary {
  text-align: center;
  font-weight: var(--fontWeight700);
  color: var(--colorTextTertiary);
}
.title__primary .is-title {
  font-size: clamp(2.75rem, 1.7958015267rem + 4.0712468193vw, 3.75rem);
  font-family: var(--fontFuturaPTDemi);
  font-style: var(--fontStyleItalic);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .title__primary .is-title {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 374px) {
  .title__primary .is-title {
    font-size: 2.5rem;
  }
}
.title__primary .is-sub-title {
  display: inline-block;
  position: relative;
  font-size: clamp(0.75rem, 0.1536259542rem + 2.5445292621vw, 1.375rem);
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  .title__primary .is-sub-title {
    font-size: 0.75rem;
  }
}
.title__primary .is-sub-title::before, .title__primary .is-sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(3.75rem, 0.1717557252rem + 15.2671755725vw, 7.5rem);
  height: 1px;
  background: var(--colorBgSecondary);
}
@media screen and (min-width: 768px) {
  .title__primary .is-sub-title::before, .title__primary .is-sub-title::after {
    width: 60px;
  }
}
.title__primary .is-sub-title::before {
  left: clamp(-9.375rem, 0.396rem - 20.356vw, -4.375rem);
}
@media screen and (min-width: 768px) {
  .title__primary .is-sub-title::before {
    left: -70px;
  }
}
.title__primary .is-sub-title::after {
  right: clamp(-9.375rem, 0.396rem - 20.356vw, -4.375rem);
}
@media screen and (min-width: 768px) {
  .title__primary .is-sub-title::after {
    right: -70px;
  }
}

.bg {
  position: relative;
}
.bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/_common/bg.webp) no-repeat center center/cover;
  z-index: -1;
}
.bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.grid {
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 420px 1fr;
    grid-template-rows: 1fr;
  }
}
.grid .grid__main {
  position: relative;
  z-index: 999;
  overflow: hidden;
  background: var(--colorBgPrimary);
}
.grid .grid__left {
  position: relative;
}
.grid .grid__left .grid__left--logo {
  display: none;
}
@media screen and (min-width: 1200px) {
  .grid .grid__left .grid__left--logo {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top: 40px;
    left: 40px;
    width: 120px;
  }
}
.grid .grid__left .grid__left--content {
  display: none;
}
@media screen and (min-width: 1200px) {
  .grid .grid__left .grid__left--content {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
    transform: translateY(-50%);
    width: 380px;
    width: clamp(16.25rem, -21.25rem + 50vw, 23.75rem);
    max-width: 100%;
    margin-inline: auto;
  }
}
.grid .grid__right {
  position: relative;
}
.grid .grid__right .grid__right--inner {
  display: none;
}
@media screen and (min-width: 1200px) {
  .grid .grid__right .grid__right--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.grid .grid__right .grid__right--content {
  position: fixed;
  top: 30%;
  height: 100vh;
  text-align: center;
  width: 420px;
  width: clamp(19.375rem, -15rem + 45.8333333333vw, 26.25rem);
  margin-inline: auto;
}
.grid .grid__right .grid__right--head--text {
  font-size: 1.125rem;
  font-family: var(--fontZenOldMincho);
  font-weight: var(--fontWeight700);
  line-height: 1;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}
.grid .grid__right .grid__right--boxes {
  margin-top: 40px;
  max-width: 280px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 30px;
}
.grid .grid__right .grid__right--box {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.grid .grid__right .grid__right--box--text {
  flex-grow: 1;
}
.grid .grid__right .grid__right--box--text p {
  font-size: 0.875rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}
.grid .grid__right .grid__right--recommendation {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: right;
  font-family: var(--fontZenOldMincho);
  font-weight: var(--fontWeight700);
  font-size: clamp(0.75rem, 0.125rem + 0.8333333333vw, 0.875rem);
  display: none;
}
@media screen and (min-width: 1200px) {
  .grid .grid__right .grid__right--recommendation {
    display: block;
  }
}
.grid .grid__right .grid__right--recommendation--copy-right {
  letter-spacing: 0.1em;
}

.fv {
  position: relative;
  height: 667px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .fv {
    height: 800px;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    height: 667px;
  }
}
.fv .fv__inner {
  height: inherit;
}
.fv .fv__logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
}
@media screen and (min-width: 576px) {
  .fv .fv__logo {
    bottom: auto;
    top: 0;
    left: 20px;
    transform: none;
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .fv .fv__logo {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
  }
}
.fv .fv__text {
  padding-top: 36px;
  font-weight: var(--fontWeight700);
  font-style: var(--fontStyleItalic);
  rotate: -7deg;
  white-space: nowrap;
  opacity: 0;
}
@media screen and (min-width: 576px) {
  .fv .fv__text {
    position: absolute;
    bottom: 42px;
    left: 7px;
    rotate: -5deg;
  }
}
@media screen and (min-width: 768px) {
  .fv .fv__text {
    position: initial;
    rotate: -7deg;
  }
}
.fv .fv__text p:nth-of-type(1) {
  position: relative;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 576px) {
  .fv .fv__text p:nth-of-type(1) {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .fv .fv__text p:nth-of-type(1) {
    left: 24px;
  }
}
.fv .fv__text span {
  display: inline-block;
  line-height: 1.2;
}
.fv .fv__text .first-line {
  font-size: clamp(1.875rem, 1.0400763359rem + 3.5623409669vw, 2.75rem);
  font-style: var(--fontStyleItalic);
}
@media screen and (min-width: 768px) {
  .fv .fv__text .first-line {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 374px) {
  .fv .fv__text .first-line {
    font-size: 1.375rem;
  }
}
.fv .fv__text .second-line {
  font-size: clamp(1.375rem, 0.8979007634rem + 2.0356234097vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .fv .fv__text .second-line {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 374px) {
  .fv .fv__text .second-line {
    font-size: 1.25rem;
  }
}
.fv .fv__text .third-line {
  font-size: clamp(2.5rem, 1.5458015267rem + 4.0712468193vw, 3.5rem);
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .fv .fv__text .third-line {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 374px) {
  .fv .fv__text .third-line {
    font-size: 1.75rem;
  }
}
.fv .fv__text .fourth-line {
  font-size: clamp(2.0625rem, 1.0486641221rem + 4.3256997455vw, 3.125rem);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .fv .fv__text .fourth-line {
    font-size: 2.0625rem;
  }
}
@media screen and (max-width: 374px) {
  .fv .fv__text .fourth-line {
    font-size: 1.625rem;
  }
}
.fv .fv__text strong {
  color: var(--colorTextTertiary);
}
.fv .fv__text p:nth-of-type(2) {
  position: relative;
  left: -10px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  font-size: 3.5rem;
  color: var(--colorTextTertiary);
  line-height: 1.1;
  text-shadow: 3px 3px 6px rgb(0, 0, 0);
}
@media screen and (max-width: 374px) {
  .fv .fv__text p:nth-of-type(2) {
    font-size: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .fv .fv__text p:nth-of-type(2) br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .fv .fv__text p:nth-of-type(2) br {
    display: block;
  }
}
.fv .fv__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.fv .fv__image img {
  width: 100%;
  height: 667px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .fv .fv__image img {
    height: 800px;
  }
}
@media screen and (min-width: 768px) {
  .fv .fv__image img {
    height: 667px;
  }
}
.about {
  padding-top: 110px;
}
.about .about__box {
  position: relative;
  text-align: center;
  margin-top: 50px;
  border: 2px solid var(--colorBorderPrimary);
}
.about .about__box--inner {
  padding: 50px 18px;
}
.about .about__box--logo {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}
.about .about__box--logo img {
  width: 62px;
}
.about .about__box--text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: var(--fontWeight700);
}
.about .about__box--text p {
  line-height: 2;
}
.about .about__box--text p br {
  display: none;
}
@media screen and (min-width: 576px) {
  .about .about__box--text p br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .about .about__box--text p br {
    display: none;
  }
}
.privilege {
  padding-top: 100px;
}
.privilege .privilege__head svg {
  position: absolute;
  top: 0;
}
.privilege .privilege__content {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
  color: var(--colorTextSecondary);
  background: var(--colorBgTertiary);
  border: 3px solid var(--colorBorderPrimary);
}
.privilege .privilege__group {
  position: relative;
  text-align: center;
}
.privilege .privilege__group--head {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 46px;
  font-weight: var(--fontWeight800);
  background: var(--colorBgSecondary);
}
.privilege .privilege__group--head p:nth-of-type(1) {
  position: absolute;
  top: -10px;
  left: -75px;
  font-size: 5.9375rem;
  font-family: var(--fontDrainwood);
  color: rgba(5, 7, 10, 0.03);
  rotate: -12deg;
  line-height: 1;
}
.privilege .privilege__group--head p:nth-of-type(2), .privilege .privilege__group--head p:nth-of-type(3) {
  letter-spacing: 1.8px;
}
.privilege .privilege__group--head p:nth-of-type(2) {
  font-size: 1.25rem;
}
.privilege .privilege__group--head p:nth-of-type(3) {
  margin-top: 10px;
  font-size: 1.75rem;
  line-height: 1.2;
}
.privilege .privilege__group--head p:nth-of-type(4) {
  font-size: 2rem;
  font-style: var(--fontStyleItalic);
  line-height: 1.2;
}
.privilege .privilege__group--head p:nth-of-type(4) strong {
  position: relative;
  display: inline-block;
  font-size: 3.375rem;
  font-family: var(--fontFuturaPTDemi);
  z-index: 1;
}
.privilege .privilege__group--head p:nth-of-type(4) span {
  font-size: 2rem;
}
.privilege .privilege__group--explanation {
  margin-top: 30px;
  font-size: 0.9375rem;
  font-weight: var(--fontWeight700);
}
.privilege .privilege__items {
  margin-top: 30px;
  max-width: 290px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .privilege .privilege__items {
    max-width: 500px;
  }
}
.privilege .privilege__items--inner {
  padding-inline: 20px;
  padding: 30px 20px 34px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  background: var(--colorBgQuaternary);
}
.privilege .privilege__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.privilege .privilege__item--head {
  position: relative;
  text-align: center;
  background: var(--colorBgSecondary);
  overflow: hidden;
}
.privilege .privilege__item--head--number {
  position: absolute;
  top: -22px;
  right: 0;
  font-size: 5.625rem;
  font-family: var(--fontFuturaPTDemi);
  font-style: var(--fontStyleItalic);
  color: var(--colorTextQuaternary);
  line-height: 1;
  z-index: 1;
}
.privilege .privilege__item--head--heading3 {
  position: relative;
  padding-block: 6px;
  font-size: 0.9375rem;
  font-weight: var(--fontWeight700);
  line-height: 1.3;
  letter-spacing: 1.2px;
  z-index: 10;
}
.privilege .privilege__item--text {
  font-weight: var(--fontWeight600);
}
.merit {
  padding-top: 70px;
}
.merit .merit__boxes {
  margin-top: clamp(8.75rem, 0.7585877863rem + 34.096692112vw, 17.125rem);
  display: flex;
  flex-direction: column;
  gap: clamp(8.75rem, 2.786259542rem + 25.4452926209vw, 15rem);
}
@media screen and (min-width: 768px) {
  .merit .merit__boxes {
    gap: 140px;
    margin-top: 140px;
  }
}
.merit .merit__boxes > .merit__box:nth-child(1) .merit__box--heading3 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 374px) {
  .merit .merit__boxes > .merit__box:nth-child(1) .merit__box--heading3 {
    font-size: 1.25rem;
  }
}
.merit .merit__boxes > .merit__box:nth-child(2) .merit__box--heading3 {
  font-size: 1.375rem;
}
@media screen and (max-width: 374px) {
  .merit .merit__boxes > .merit__box:nth-child(2) .merit__box--heading3 {
    font-size: 1.125rem;
  }
}
.merit .merit__box {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .merit .merit__box {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .merit .merit__box {
    max-width: 335px;
  }
}
.merit .merit__box--body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 96px 20px 50px 20px;
  border: 2px solid var(--colorBorderPrimary);
}
.merit .merit__box--body--head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.merit .merit__box--body--head--number {
  text-align: center;
  width: 53px;
  height: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--fontFuturaPTDemi);
  font-style: var(--fontStyleItalic);
  font-weight: var(--fontWeight700);
  color: var(--colorTextSecondary);
  background: var(--colorBgSecondary);
  line-height: 1;
  border: 3px solid var(--colorBorderSecondary);
  border-radius: 100vmax;
}
@media screen and (max-width: 374px) {
  .merit .merit__box--body--head--number {
    width: 48px;
    height: 48px;
  }
}
.merit .merit__box--body--head--number .is-text {
  font-size: 0.75rem;
}
.merit .merit__box--body--head--number .is-number {
  font-size: 1.875rem;
  line-height: 0.8;
}
@media screen and (max-width: 374px) {
  .merit .merit__box--body--head--number .is-number {
    font-size: 1.625rem;
  }
}
.merit .merit__box--heading3 {
  width: calc(100% - 53px);
  font-style: var(--fontStyleItalic);
  line-height: 1.3;
}
@media screen and (max-width: 374px) {
  .merit .merit__box--heading3 {
    width: calc(100% - 48px);
  }
}
.merit .merit__box--heading3 {
  font-weight: var(--fontWeight700);
}
.merit .merit__box--text {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-weight: var(--fontWeight600);
}
.merit .merit__box--text p {
  letter-spacing: 1.2px;
}
.merit .merit__box--text span {
  color: var(--colorTextTertiary);
}
.merit .merit__box--image {
  position: absolute;
  top: clamp(-12.5rem, 0.935rem - 27.99vw, -5.625rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: 290px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .merit .merit__box--image {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .merit .merit__box--image {
    top: -90px;
    max-width: 290px;
  }
}
.message {
  padding-top: 100px;
}
.message .message__content {
  position: relative;
}
.message .message__text {
  position: absolute;
  bottom: clamp(3.125rem, -5.820610687rem + 38.1679389313vw, 12.5rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: 260px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: clamp(1rem, 0.7614503817rem + 1.0178117048vw, 1.25rem);
  font-weight: var(--fontWeight600);
  z-index: 100;
}
@media (min-width: 400px) {
  .message .message__text {
    max-width: 270px;
  }
}
@media screen and (min-width: 576px) {
  .message .message__text {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .message .message__text {
    bottom: 50px;
    max-width: 260px;
    text-align: left;
    font-size: 1rem;
  }
}
.message .message__text p {
  text-shadow: 5px 7px 10px rgba(0, 0, 0, 0.31);
}
.strength {
  padding-top: 100px;
}
.strength .strength__boxes {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  gap: 85px;
}
.strength .strength__box {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.strength .strength__box--body--number {
  position: absolute;
  top: -24px;
  right: clamp(0rem, -3.2204198473rem + 13.7404580153vw, 3.375rem);
  width: clamp(5rem, 2.6145038168rem + 10.1781170483vw, 7.5rem);
  height: clamp(5rem, 2.6145038168rem + 10.1781170483vw, 7.5rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--fontFuturaPTDemi);
  font-style: var(--fontStyleItalic);
  font-weight: var(--fontWeight700);
  color: var(--colorTextSecondary);
  background: var(--colorBgSecondary);
  line-height: 1;
  border: 3px solid var(--colorBorderSecondary);
  border-radius: 100vmax;
}
@media screen and (min-width: 768px) {
  .strength .strength__box--body--number {
    right: 8px;
    width: 80px;
    height: 80px;
  }
}
.strength .strength__box--body--number.--position-left {
  right: auto;
  left: clamp(0rem, -3.2204198473rem + 13.7404580153vw, 3.375rem);
}
@media screen and (min-width: 768px) {
  .strength .strength__box--body--number.--position-left {
    right: auto;
    left: 8px;
  }
}
.strength .strength__box--body--number .is-text {
  position: relative;
  top: 5px;
  font-size: clamp(0.9375rem, 0.5200381679rem + 1.7811704835vw, 1.375rem);
}
@media screen and (min-width: 768px) {
  .strength .strength__box--body--number .is-text {
    font-size: 0.9375rem;
  }
}
.strength .strength__box--body--number .is-number {
  font-size: clamp(2.8125rem, 1.7986641221rem + 4.3256997455vw, 3.875rem);
}
@media screen and (min-width: 768px) {
  .strength .strength__box--body--number .is-number {
    font-size: 2.8125rem;
  }
}
.strength .strength__box--body--heading3 {
  font-size: clamp(1.375rem, 0.659351145rem + 3.0534351145vw, 2.125rem);
  font-weight: var(--fontWeight700);
  font-style: var(--fontStyleItalic);
  color: var(--colorTextTertiary);
  line-height: 1.27;
}
@media screen and (min-width: 768px) {
  .strength .strength__box--body--heading3 {
    font-size: 1.375rem;
  }
}
.strength .strength__box--body--text {
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.6364503817rem + 1.0178117048vw, 1.125rem);
  font-weight: var(--fontWeight600);
}
@media screen and (min-width: 768px) {
  .strength .strength__box--body--text {
    font-size: 0.875rem;
  }
}
.strength .strength__box--map {
  margin-top: 14px;
}
.strength .strength__box--body--items {
  margin-top: 22px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 14px;
}
.strength .strength__box--body--items.--two {
  grid-template-columns: 100%;
}
.strength .strength__box--body--items.--three .strength__box--body--item:nth-last-of-type(1) {
  grid-column: span 2/span 2;
}
.strength .strength__box--body--item {
  position: relative;
  padding-block: clamp(0.5rem, 0.0229007634rem + 2.0356234097vw, 1rem);
  font-size: clamp(1rem, 0.6421755725rem + 1.5267175573vw, 1.375rem);
  font-weight: var(--fontWeight700);
  font-style: var(--fontStyleItalic);
  color: var(--colorTextSecondary);
  background: var(--colorBgSecondary);
}
@media screen and (min-width: 768px) {
  .strength .strength__box--body--item {
    padding-block: 8px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .strength .strength__box--body--item {
    font-size: 0.875rem;
  }
}
.strength .strength__box--body--item strong {
  font-size: clamp(1.375rem, 0.7786259542rem + 2.5445292621vw, 2rem);
}
@media screen and (min-width: 768px) {
  .strength .strength__box--body--item strong {
    font-size: 1.375rem;
  }
}
.strength .strength__box--body--item::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 100%;
  height: 100%;
  background: var(--colorBgTertiary);
  z-index: -1;
}
.contact {
  padding-top: 100px;
}
.contact .contact__head--text {
  margin-top: 40px;
  text-align: center;
  font-weight: var(--fontWeight600);
}
.contact .contact__buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.contact .contact__button {
  max-width: 290px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .contact .contact__button {
    max-width: 330px;
  }
}
@media screen and (min-width: 768px) {
  .contact .contact__button {
    max-width: 290px;
  }
}
.contact .contact__button a {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: var(--fontWeight700);
  color: var(--colorTextSecondary);
  background: var(--colorBgSecondary);
  line-height: 1.3;
  transition: all 0.3s;
  box-shadow: 6px 6px 0px 0px rgb(255, 255, 255);
}
.contact .contact__button a .is-icon {
  display: inline-block;
}
.contact .contact__button a .is-icon.--tel {
  width: 35px;
}
.contact .contact__button a .is-icon.--line {
  width: 30px;
}
.contact .contact__button a .is-text small {
  display: block;
  font-size: 0.875rem;
}
@media (any-hover: hover), (hover: hover) and (pointer: fine) {
  .contact .contact__button a:hover, .contact .contact__button a:focus {
    transform: translate(5px, 5px);
    box-shadow: 0 0 0 rgb(255, 255, 255);
  }
}

.footer {
  padding-block: 100px 22px;
}
.footer .footer__logo {
  width: clamp(15.375rem, 5.5944656489rem + 41.7302798982vw, 25.625rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer .footer__logo {
    width: 246px;
  }
}
.footer .copyright {
  margin-top: 60px;
  text-align: center;
  font-family: var(--fontFuturaPTDemi);
  font-weight: var(--fontWeight600);
  font-style: var(--fontStyleItalic);
  color: var(--colorTextTertiary);
  letter-spacing: clamp(0.0375rem, -0.0459923664rem + 0.3562340967vw, 0.125rem);
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    letter-spacing: 0.6px;
  }
}
.footer .copyright small {
  font-size: clamp(0.75rem, 0.2729007634rem + 2.0356234097vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .footer .copyright small {
    font-size: 0.75rem;
  }
}