/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * Keyframes
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.globalHeader2 {
  position: fixed;
  width: 95vw;
  left: 2.5vw;
  z-index: 10;
}
@media screen and (min-width: 320px) {
  .globalHeader2 {
    top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 {
    top: 20px;
  }
}
.globalHeader2.isActive .mainMenuTitle, .globalHeader2.frontPage .mainMenuTitle {
  color: rgb(var(--color-wh));
}
.globalHeader2 .navWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalHeader2 .navWrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .navWrapper::after {
    bottom: -16px;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .navWrapper::after {
    bottom: -16px;
  }
}
.globalHeader2 .logo, .globalHeader2 .menuWrapper {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .logo {
    width: 24%;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .logo {
    width: 12rem;
  }
}
.globalHeader2 .menuWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .menuWrapper {
    gap: 8px;
  }
}
@media screen and (min-width: 600px) {
  .globalHeader2 .menuWrapper {
    gap: 16px;
  }
}
.globalHeader2 .mainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .mainMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    color: #000000;
    background: #5e4935;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1rem 1rem 1.5rem;
    gap: 0;
  }
  .globalHeader2 .mainMenu::before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 2rem;
    border-radius: 0 0 2rem 2rem;
    -webkit-box-shadow: 0 1rem 0 1rem #5e4935;
            box-shadow: 0 1rem 0 1rem #5e4935;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .mainMenu {
    position: static;
    bottom: unset;
    left: unset;
    width: auto;
    color: #FFFFFF;
    background: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    gap: 0 8rem;
  }
  .globalHeader2 .mainMenu::before {
    content: none;
  }
}
@media screen and (min-width: 320px) {
  .globalHeader2 .mainMenuItem {
    width: 16%;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .mainMenuItem {
    width: auto;
  }
}
@media screen and (min-width: 320px) {
  .globalHeader2 .mainMenuItem.sp {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .mainMenuItem.sp {
    display: none;
  }
}
.globalHeader2 .mainMenuItem:nth-of-type(1) .mainMenuIconSP {
  margin-bottom: 0.2rem;
}
.globalHeader2 .mainMenuItem:nth-of-type(2) .mainMenuIconSP {
  margin-bottom: 0.5rem;
  width: 40%;
}
.globalHeader2 .mainMenuItem:nth-of-type(3) .mainMenuIconSP {
  margin-bottom: 0.2rem;
}
.globalHeader2 .mainMenuItem:nth-of-type(4) .mainMenuIconSP {
  width: 53%;
  margin-top: -0.2rem;
}
.globalHeader2 .mainMenuItem:nth-of-type(5) .mainMenuIconSP {
  width: 48%;
}
.globalHeader2 .mainMenuTitle {
  font-family: var(--font-head);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 100%;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .mainMenuTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .mainMenuTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 2rem;
    letter-spacing: -0.1rem;
  }
}
.globalHeader2 .mainMenuIconSP {
  width: 45%;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .mainMenuIconSP {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .mainMenuIconSP {
    display: none;
  }
}
.globalHeader2 .telIcon, .globalHeader2 .headerReserve {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.globalHeader2 .telIcon:hover, .globalHeader2 .headerReserve:hover {
  opacity: 0.6;
}
.globalHeader2 .telIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .telIcon {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .telIcon {
    width: 6.2rem;
    height: 6.2rem;
  }
}
.globalHeader2 .telIcon svg {
  display: block;
  width: 48%;
  height: 48%;
}
.globalHeader2 .telSvg {
  stroke: #FFFFFF;
}
.globalHeader2 .lineSvg {
  fill: #FFFFFF;
}
.globalHeader2 .headerReserve {
  font-family: var(--font-unique);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4rem;
  background: #000000;
  letter-spacing: 0.2rem;
  color: #FFFFFF;
  font-family: "ryo-gothic-plusn", "acumin-pro", sans-serif;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .headerReserve {
    width: 10rem;
    height: 4rem;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .headerReserve {
    width: 25rem;
    height: 6.2rem;
    font-size: 2.2rem;
  }
}
.globalHeader2 .megamenuInner {
  overflow: hidden;
}
.globalHeader2 .megamenuList {
  position: relative;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .megamenuList {
    padding: 2rem 2.6rem 5.2rem 3.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .megamenuList {
    padding: 5.5rem 0 2.8rem 2.8rem;
  }
}
.globalHeader2 .megamenuList::before {
  position: absolute;
  top: 2.2rem;
  left: 1rem;
  width: 0.5rem;
  height: calc(100% - 5.9rem);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .megamenuList::before {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .megamenuList::before {
    content: "";
  }
}
@media screen and (min-width: 320px) {
  .globalHeader2 .megamenuHeading {
    color: #000000;
    font-size: 1rem;
    opacity: 0.7;
    margin: 2.8rem 0 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .megamenuHeading {
    color: #0535A9;
    font-size: 1.5rem;
    opacity: 0.8;
    margin: 2rem 0 0.5rem 0;
  }
}
.globalHeader2 .megamenuCate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .globalHeader2 .megamenuCate {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .megamenuCate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 320px) {
  .globalHeader2 .megamenuItem {
    font-size: 1.6rem;
    margin: 0 5rem 0.7rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .globalHeader2 .megamenuItem {
    font-size: 1.8rem;
    margin: 0 0 0.4rem 0;
  }
}

.hiddenHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: z-index 5ms ease 400ms, visibility 400ms ease, opacity 400ms ease;
  transition: z-index 5ms ease 400ms, visibility 400ms ease, opacity 400ms ease;
  will-change: z-index, visibility, opacity;
}
.hiddenHeader.isActive {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  -webkit-transition: z-index 5ms ease, visibility 400ms ease 5ms, opacity 400ms ease 5ms;
  transition: z-index 5ms ease, visibility 400ms ease 5ms, opacity 400ms ease 5ms;
}
.hiddenHeader.isActive .hiddenHeaderInner ul {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
.hiddenHeader.isActive .hiddenHeaderInner ul:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.hiddenHeader.isActive .hiddenHeaderInner ul:nth-child(2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.hiddenHeader.isActive .hiddenHeaderInner ul:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.hiddenHeaderBg, .hiddenHeaderInner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hiddenHeaderBg {
  background: rgb(var(--color-main));
}

.hiddenHeaderInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hiddenHeaderInner .block {
  position: relative;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .block:first-child {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .block:first-child {
    width: 35%;
  }
}
.hiddenHeaderInner .block:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hiddenHeaderInner .block:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .block:last-child {
    width: 75%;
    padding: 12rem 3rem 0;
    gap: 5rem;
    border-right: solid 5px white;
    border-bottom: solid 5px white;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .block:last-child {
    width: 65%;
    padding: 20vh 20rem 0;
    gap: 7rem;
    border-right: solid 5px white;
    border-bottom: solid 5px white;
  }
}
.hiddenHeaderInner ul {
  font-family: "ShipporiMincho", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner ul {
    gap: 1.2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner ul {
    gap: 1.2rem 0;
  }
}
.hiddenHeaderInner .title {
  grid-column: 1/3;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .title {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.hiddenHeaderInner .item {
  opacity: 0.85;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .item {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .item {
    font-size: 1.8rem;
  }
}
.hiddenHeaderInner .item a {
  display: inline-block;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.hiddenHeaderInner .item a:hover {
  opacity: 0.6;
}
.hiddenHeaderInner .menuClose {
  cursor: pointer;
  position: absolute;
  right: 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  color: #73b1d2;
  border: none;
  outline: none;
  border-radius: 15px 0 0 0;
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .menuClose {
    width: 6.4rem;
    height: 6.4rem;
    bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .menuClose {
    width: 9.4rem;
    height: 9.4rem;
    bottom: 0;
  }
}
.hiddenHeaderInner .menuClose svg {
  display: block;
  stroke: #73b1d2;
  margin-bottom: 4.5px;
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .menuClose svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .menuClose svg {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.hiddenHeaderInner .menuClose::before, .hiddenHeaderInner .menuClose::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  -webkit-box-shadow: -15px -15px #fff;
          box-shadow: -15px -15px #fff;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .menuClose::before {
    top: -30px;
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .menuClose::before {
    top: -30px;
    right: 0;
  }
}
@media screen and (min-width: 320px) {
  .hiddenHeaderInner .menuClose::after {
    bottom: 0;
    left: -30px;
  }
}
@media screen and (min-width: 1025px) {
  .hiddenHeaderInner .menuClose::after {
    bottom: 0;
    left: -30px;
  }
}

.menuTrigger {
  position: relative;
}
.menuTrigger::after {
  content: "";
  position: absolute;
  left: 20%;
  width: 60%;
  height: 5px;
  border-radius: 5px 5px 0 0;
  background: white;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  .menuTrigger::after {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .menuTrigger::after {
    display: block;
    height: 8px;
    bottom: calc(-5.1rem + 8px);
  }
}
.menuTrigger.isActive::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.headerSns {
  position: absolute;
  top: 32.5svh;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .headerSns {
    display: none;
    gap: 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .headerSns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.4rem 0;
  }
}

.headerSnsLink {
  width: 2.8rem;
  fill: #73b1d2;
}
.headerSnsLink.wide {
  width: 3.7rem;
}

.footerCta {
  position: relative;
}
@media screen and (min-width: 320px) {
  .footerCta {
    margin-top: 18rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta {
    margin-top: 18rem;
  }
}
.footerCta__bg {
  position: absolute;
  inset: 0;
  -webkit-filter: brightness(0.48);
          filter: brightness(0.48);
}
.footerCta__bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footerCta__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .footerCta__inner {
    padding: 12rem 0 10rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__inner {
    padding: 12rem 0 10rem;
  }
}
.footerCta__head {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.footerCta__headEn {
  font-family: var(--font-unique);
}
@media screen and (min-width: 320px) {
  .footerCta__headEn {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__headEn {
    font-size: 15rem;
  }
}
.footerCta__headTitle {
  font-family: var(--font-unique);
  margin: 12px 0 24px;
}
@media screen and (min-width: 320px) {
  .footerCta__headTitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__headTitle {
    font-size: 4rem;
  }
}
@media screen and (min-width: 320px) {
  .footerCta__headDesc {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__headDesc {
    font-size: 2rem;
  }
}
.footerCta__cards {
  display: grid;
}
@media screen and (min-width: 320px) {
  .footerCta__cards {
    padding: 64px 5vw 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__cards {
    padding: 64px 5vw 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
.footerCta__card {
  position: relative;
}
@media screen and (min-width: 320px) {
  .footerCta__card {
    padding: 32px;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__card {
    padding: 48px;
  }
}
.footerCta__card::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  border: solid 1px rgb(var(--color-main));
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media screen and (min-width: 320px) {
  .footerCta__card::before {
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__card::before {
    border-radius: 32px;
  }
}
@media screen and (min-width: 320px) {
  .footerCta__cardComment {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__cardComment {
    font-size: 2rem;
  }
}
.footerCta__cardTitle {
  font-family: var(--font-unique);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
@media screen and (min-width: 320px) {
  .footerCta__cardTitle {
    font-size: 2.8rem;
    margin: 24px 0 48px;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__cardTitle {
    font-size: 5.6rem;
    margin: 24px 0 48px;
  }
}
@media screen and (min-width: 320px) {
  .footerCta__cardNotes {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__cardNotes {
    font-size: 1.8rem;
  }
}
.footerCta__cardIcon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999vw;
  background: rgb(var(--color-main));
}
@media screen and (min-width: 320px) {
  .footerCta__cardIcon {
    width: 10.8rem;
    height: 10.8rem;
    inset: calc(1rem + 56px) 32px auto auto;
  }
}
@media screen and (min-width: 600px) {
  .footerCta__cardIcon {
    width: 10.8rem;
    height: 10.8rem;
    inset: calc(1rem + 56px) 32px auto auto;
  }
}
.footerCta__cardIcon svg {
  display: block;
  width: 50%;
  height: 50%;
  stroke: rgb(var(--color-text));
}/*# sourceMappingURL=style_new.css.map */