/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  font-size: 62.5%; }
  @media screen and (max-width: 1400px) {
    html {
      font-size: 44%; } }
  @media screen and (max-width: 1000px) {
    html {
      font-size: 36%; } }
  @media screen and (max-width: 768px) {
    html {
      font-size: 32%; } }
  @media screen and (max-width: 450px) {
    html {
      font-size: 62.5%; } }

body {
  font-size: 1.6em; }

html * {
  font-family: mamelon, sans-serif; }

.svg-text-object {
  display: inline-block; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 450px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
.section-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .section-title-wrapper .section-title {
    position: relative;
    z-index: 2;
    background-image: url("../assets/section-title-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 17.2rem;
    width: 100%;
    padding: 0 3.1rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-title-wrapper .section-title .svg-text-object {
      max-width: 50%;
      margin-top: 1.6rem;
      filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.15)); }
  .section-title-wrapper .section-title-arrow {
    width: 40%;
    margin-top: -3rem;
    position: relative;
    z-index: 1; }
  .section-title-wrapper--reverse .section-title {
    background-image: url("../assets/section-title-bg-reverse.svg"); }
  @media screen and (max-width: 450px) {
    .section-title-wrapper .section-title {
      height: 6.2rem;
      width: 90%;
      padding: 0;
      background-image: url("../assets/section-title-bg-sp.svg"); }
      .section-title-wrapper .section-title .svg-text-object {
        margin-top: 1rem;
        max-width: 86%; }
    .section-title-wrapper .section-title-arrow {
      width: 74%;
      margin-top: -1rem; }
    .section-title-wrapper--reverse .section-title {
      background-image: url("../assets/section-title-bg-reverse-sp.svg"); } }

header.header {
  background-image: url("../assets/top-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  header.header .header-inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 4.2rem; }
    header.header .header-inner .header-logo {
      display: block;
      position: absolute;
      top: 4.0rem;
      left: 4rem;
      width: auto;
      height: 4.8rem; }
      @media screen and (max-width: 450px) {
        header.header .header-inner .header-logo {
          height: 2.2rem;
          top: 2.9rem;
          left: 1.6rem; } }
    header.header .header-inner .header-titles {
      padding-top: 6.1rem;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-right: 7rem; }
      header.header .header-inner .header-titles .header-sub-title {
        height: 8.2rem;
        filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.15)); }
      header.header .header-inner .header-titles .header-title {
        margin-top: 4rem;
        height: 14.4rem;
        filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.15)); }
    @media screen and (max-width: 450px) {
      header.header .header-inner .header-titles {
        align-items: flex-start;
        margin-right: 0;
        margin-left: 1.6rem; }
        header.header .header-inner .header-titles .header-sub-title {
          height: 2.6rem; }
        header.header .header-inner .header-titles .header-title {
          margin-top: 0.5rem;
          height: 5.5rem; } }
    header.header .header-inner .header-nav {
      padding-top: 34rem;
      position: relative;
      transform: translateY(20rem); }
      header.header .header-inner .header-nav .header-nav-man {
        height: 47rem;
        position: absolute;
        top: -5rem;
        left: 20%; }
      header.header .header-inner .header-nav .header-nav-man-speach {
        height: 34rem;
        position: absolute;
        bottom: 52rem;
        left: calc(20% - 32rem); }
    @media screen and (max-width: 450px) {
      header.header .header-inner .header-nav {
        padding-top: 17rem;
        transform: translateY(6rem); }
        header.header .header-inner .header-nav .section-title-wrapper {
          position: relative;
          z-index: 4; }
        header.header .header-inner .header-nav .header-nav-man {
          height: 16rem;
          top: initial;
          bottom: 8rem;
          left: 6%;
          z-index: 3; }
        header.header .header-inner .header-nav .header-nav-man-speach {
          height: 12.3rem;
          bottom: 12rem;
          left: initial;
          right: 1%; } }

body {
  background-color: #F8F4EE; }

.container {
  margin: 0 auto;
  padding-top: 16rem; }
  @media screen and (max-width: 450px) {
    .container {
      overflow: hidden;
      padding-top: 6rem; } }

.video-section {
  width: 100%;
  max-width: 100rem;
  margin: 14rem auto 0; }
  .video-section .video-section-title {
    width: 100%;
    height: 12rem;
    background-image: url("../assets/video-section-title-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center; }
    .video-section .video-section-title h3 {
      text-align: center;
      font-size: 5.0rem;
      line-height: 7.5rem;
      filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.15)); }
  .video-section .video-section-embed {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    filter: drop-shadow(24px 24px 50px rgba(0, 0, 0, 0.1));
    margin: 4.5rem 4rem 0; }
    .video-section .video-section-embed::before {
      content: "";
      display: block;
      padding-top: 56.25%; }
    .video-section .video-section-embed iframe {
      position: absolute;
      top: 1.7rem;
      left: 1.7rem;
      width: calc(100% - 1.7rem * 2);
      height: calc(100% - 1.7rem * 2); }

@media screen and (max-width: 450px) {
  .video-section {
    margin: 4.6rem auto 0; }
    .video-section .video-section-title {
      height: 4rem; }
      .video-section .video-section-title h3 {
        font-size: 1.6rem;
        line-height: 2.4rem; }
    .video-section .video-section-embed {
      margin: 1.4rem 1.6rem 0; }
      .video-section .video-section-embed iframe {
        top: 0.4rem;
        left: 0.4rem;
        width: calc(100% - 0.4rem * 2);
        height: calc(100% - 0.4rem * 2); } }
.feature-section {
  position: relative;
  margin-top: 19.4rem; }
  .feature-section .feature-section-bg {
    position: absolute;
    top: -32rem;
    left: 0;
    height: calc(100% + 32rem + 32rem);
    width: 100%; }
  .feature-section .feature-section-title {
    display: block;
    height: 20.3rem;
    margin: 0 auto;
    filter: drop-shadow(0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.15)); }
  .feature-section .feature-blocks {
    padding: 0 8.8rem; }
  .feature-section .feature-block {
    position: relative;
    width: 100%;
    padding: 1rem;
    background: #FFF;
    border: 0.3rem solid #B1DA40;
    border-radius: 0.6rem;
    box-sizing: border-box;
    max-width: 128rem;
    margin: 13.6rem auto 0; }
    .feature-section .feature-block .feature-number {
      width: 18.8rem;
      position: absolute;
      top: -9.2rem;
      left: 3.1rem; }
    .feature-section .feature-block .feature-block-inner {
      border: 0.2rem solid #B1DA40;
      border-radius: 0.6rem;
      padding: 5.1rem 0 0; }
      .feature-section .feature-block .feature-block-inner .svg-text-object {
        display: block;
        margin: 0 auto; }
      .feature-section .feature-block .feature-block-inner .feature-block-content {
        display: flex;
        flex-direction: row;
        justify-content: center; }
        .feature-section .feature-block .feature-block-inner .feature-block-content .feature-content-text {
          font-size: 2.6rem;
          line-height: 3.9rem; }
  .feature-section .feature-block-1 .feature-block-content {
    margin-top: 6.1rem;
    padding-bottom: 4rem; }
  .feature-section .feature-block-1 .svg-text-object {
    height: 6.3rem; }
  .feature-section .feature-block-1 .feature-content-img-1 {
    width: 27.4rem;
    margin-right: 7.7rem; }
  .feature-section .feature-block-1 .feature-content-text {
    font-weight: 300;
    margin-top: 2.5rem;
    max-width: 52rem; }
  .feature-section .feature-block-2 .feature-block-content {
    margin-top: 2rem; }
  .feature-section .feature-block-2 .svg-text-object {
    height: 12.6rem; }
  .feature-section .feature-block-2 .feature-content-caption-2 {
    height: 30rem;
    margin-top: 1.4rem;
    margin-bottom: -1px;
    margin-right: 3rem; }
  .feature-section .feature-block-2 .feature-content-img-2 {
    width: 43.3rem; }
  .feature-section .feature-block-3 .feature-block-content {
    margin-top: 2rem; }
  .feature-section .feature-block-3 .svg-text-object {
    height: 12.6rem; }
  .feature-section .feature-block-3 .feature-content-caption-3 {
    height: 30rem;
    margin-top: 1.4rem;
    margin-bottom: -1px;
    margin-left: 3rem; }
  .feature-section .feature-block-3 .feature-content-img-3 {
    width: 43.3rem; }

@media screen and (max-width: 450px) {
  .feature-section {
    margin-top: 10rem; }
    .feature-section .feature-section-bg {
      top: -17rem;
      height: calc(100% + 20rem + 10rem); }
    .feature-section .feature-section-title {
      height: auto;
      width: 86%; }
    .feature-section .feature-blocks {
      padding: 0 1.6rem; }
    .feature-section .feature-block {
      padding: 0.6rem;
      border: 0.2rem solid #B1DA40;
      margin-top: 8.2rem; }
      .feature-section .feature-block .feature-number {
        width: 11.8rem;
        top: -5.9rem;
        left: 1.3rem; }
      .feature-section .feature-block .feature-block-inner {
        padding: 6.5rem 0 0;
        border: 0.1rem solid #B1DA40; }
        .feature-section .feature-block .feature-block-inner .feature-block-content {
          flex-direction: column;
          align-items: center; }
          .feature-section .feature-block .feature-block-inner .feature-block-content .feature-content-text {
            margin-left: 1.6rem;
            margin-right: 1.6rem;
            font-size: 1.5rem;
            line-height: 2.2rem; }
    .feature-section .feature-block-1 .feature-content-img-1 {
      width: 18.4rem;
      margin-right: 1.7rem; }
    .feature-section .feature-block-1 .feature-content-text {
      font-size: 1.5rem; }
    .feature-section .feature-block-2 .svg-text-object {
      height: auto;
      width: 90%; }
    .feature-section .feature-block-2 .feature-content-img-2 {
      width: 84%; }
    .feature-section .feature-block-2 .feature-content-text {
      font-size: 1.5rem; }
    .feature-section .feature-block-2 .feature-block-inner .feature-block-content {
      flex-direction: column-reverse; }
    .feature-section .feature-block-2 .feature-content-caption-2 {
      height: initial;
      width: 100%;
      margin-top: 1.4rem;
      margin-bottom: -1px;
      margin-right: 0; }
    .feature-section .feature-block-3 .svg-text-object {
      height: auto;
      width: 90%; }
    .feature-section .feature-block-3 .feature-content-img-3 {
      width: 84%; }
    .feature-section .feature-block-3 .feature-content-text {
      font-size: 1.5rem; }
    .feature-section .feature-block-3 .feature-content-caption-3 {
      height: initial;
      width: 100%;
      margin-top: 1.4rem;
      margin-bottom: -1px;
      margin-left: 0; } }
.points-section {
  margin-top: 22.6rem; }
  .points-section .section-title {
    position: relative;
    height: 15.8rem; }
    .points-section .section-title .svg-text-object {
      margin-top: 1.2rem;
      height: 6rem; }
    .points-section .section-title .section-title-img {
      position: relative;
      bottom: 0.1rem;
      width: 20rem;
      align-self: flex-end;
      margin-left: 2rem;
      margin-right: -1.5rem; }
  .points-section .points-container {
    position: relative;
    max-width: 139.2rem;
    margin: 6.8rem auto 0;
    border: 2px dashed #BDBDBD;
    padding: 7.2rem;
    display: flex;
    flex-direction: column;
    gap: 4.8rem; }
    .points-section .points-container .point-row {
      display: flex;
      flex-direction: row;
      align-items: center;
      position: relative; }
      .points-section .points-container .point-row .point-number {
        width: 14.8rem;
        height: 14.8rem;
        margin-right: 5rem; }
      .points-section .points-container .point-row .point-text-underline {
        position: absolute;
        width: 23rem;
        top: 3.7rem;
        left: 19rem;
        z-index: 0; }
      .points-section .points-container .point-row .svg-text-object {
        position: relative;
        z-index: 1;
        filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15)); }
      .points-section .points-container .point-row .point-text-1line {
        height: 5.6rem; }
      .points-section .points-container .point-row .point-text-2line {
        height: 13.2rem; }
    .points-section .points-container .point-caption {
      position: absolute;
      bottom: 2rem;
      right: 2rem;
      font-size: 2.2rem; }

@media screen and (max-width: 450px) {
  .points-section {
    margin-top: 7rem; }
    .points-section .section-title {
      height: 4.8rem; }
      .points-section .section-title .svg-text-object {
        margin-top: 0.2rem;
        height: 1.9rem; }
      .points-section .section-title .section-title-img {
        width: 6rem;
        margin-left: 0.7rem; }
    .points-section .points-container {
      margin: 4.2rem auto 0;
      border: none;
      padding: 0 1.6rem 4.8rem; }
      .points-section .points-container .point-row .point-number {
        width: 4rem;
        height: 4rem;
        margin-right: 1.2rem; }
      .points-section .points-container .point-row .point-text-underline {
        width: 6.6rem;
        top: 1rem;
        left: 5.2rem;
        z-index: 0; }
      .points-section .points-container .point-row .svg-text-object {
        filter: drop-shadow(0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.15)); }
      .points-section .points-container .point-row .point-text-1line {
        height: auto;
        width: calc(100% - 4.8rem); }
      .points-section .points-container .point-row .point-text-2line {
        height: auto;
        width: calc(100% - 4.8rem); }
      .points-section .points-container .point-caption {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 1.2rem; } }
.zoom-intro {
  width: 140rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.7rem;
  padding: 11.5rem 0 9.5rem;
  margin: 10.5rem auto 0;
  background-color: #FFF;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15)); }
  .zoom-intro * {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }
  .zoom-intro .zoom-intro-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4rem; }
    .zoom-intro .zoom-intro-top .zoom-logo {
      width: 24.3rem;
      height: 24.3rem; }
    .zoom-intro .zoom-intro-top .zoom-title {
      font-size: 4.2rem;
      font-weight: 300;
      line-height: 6.4rem; }
  .zoom-intro .zoom-intro-description {
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 4rem;
    max-width: 92.3rem; }

@media screen and (max-width: 450px) {
  .zoom-intro {
    width: calc(100% - 1.6rem * 2);
    gap: 3.7rem;
    padding: 2.9rem 0 4rem;
    margin: 2.9rem auto 0; }
    .zoom-intro .zoom-intro-top {
      width: 80%;
      flex-direction: column;
      gap: 2.9rem; }
      .zoom-intro .zoom-intro-top .zoom-logo {
        width: 20rem;
        height: 20rem; }
      .zoom-intro .zoom-intro-top .zoom-title {
        align-self: flex-start;
        font-size: 1.6rem;
        line-height: 3rem; }
    .zoom-intro .zoom-intro-description {
      font-size: 1.2rem;
      line-height: 2rem;
      max-width: 80%; } }
.zoom-gallary {
  max-width: 144rem;
  margin: 10.6rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .zoom-gallary .zoom-gallary-row {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 1rem; }
    .zoom-gallary .zoom-gallary-row .zoom-gallary-column {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 1rem; }
    .zoom-gallary .zoom-gallary-row img {
      width: 100%; }

@media screen and (max-width: 450px) {
  .zoom-gallary {
    margin-top: 3.5rem;
    padding: 1.6rem;
    gap: 0.5rem; }
    .zoom-gallary .zoom-gallary-row {
      flex-direction: column;
      gap: 0.5rem; }
      .zoom-gallary .zoom-gallary-row .zoom-gallary-column {
        gap: 0.5rem; } }
.comments-section {
  position: relative;
  margin: 26rem auto 0;
  padding-bottom: 12rem;
  max-width: 192rem; }
  .comments-section .comments-section-title {
    position: absolute;
    right: 0;
    top: -10rem;
    width: 83.4rem;
    height: 15.4rem;
    background-repeat: no-repeat;
    background-image: url("../assets/comments-section-title-bg.svg");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .comments-section .comments-section-title .svg-text-object {
      margin-left: 10rem;
      height: 5.8rem;
      filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15)); }

@media screen and (max-width: 450px) {
  .comments-section {
    margin-top: 10.7rem;
    padding-bottom: 4rem; }
    .comments-section .comments-section-title {
      top: -2.5rem;
      width: 23.4rem;
      height: 4.8rem;
      filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15)); }
      .comments-section .comments-section-title .svg-text-object {
        margin-left: 3.4rem;
        height: 2rem;
        filter: drop-shadow(0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.15)); } }
.comments {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 6rem; }
  .comments .comments-column {
    display: flex;
    flex-direction: column; }
    .comments .comments-column:last-child {
      margin-top: 20rem; }
    .comments .comments-column .comment {
      position: relative;
      max-width: 65.8rem;
      margin-top: 10rem; }
      .comments .comments-column .comment .comment-icon {
        position: absolute;
        width: 12.8rem;
        height: 12.8rem;
        z-index: 2;
        top: -6.4rem;
        left: 0; }
      .comments .comments-column .comment .comment-inner {
        position: relative;
        z-index: 1;
        background-color: #F8F4EE;
        display: flex;
        flex-direction: column;
        border: 2px solid rgba(86, 10, 15, 0.05);
        border-radius: 1.8rem;
        padding: 3.4rem 2.4rem 2.4rem;
        min-height: 32rem; }
        .comments .comments-column .comment .comment-inner .comment-name {
          align-self: flex-end;
          font-size: 2.2rem;
          line-height: 3.3rem; }
        .comments .comments-column .comment .comment-inner .comment-text {
          margin-top: 3.1rem;
          font-size: 1.8rem;
          line-height: 2.8rem; }
      .comments .comments-column .comment .comment-bg {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: 100%;
        height: 100%;
        background: #560A0F;
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
        border-radius: 18px; }

@media screen and (max-width: 450px) {
  .comments {
    gap: 0;
    flex-direction: column; }
    .comments .comments-column {
      flex-direction: column; }
      .comments .comments-column:last-child {
        margin-top: 0; }
      .comments .comments-column .comment {
        width: calc(100% - 1.6rem * 2);
        margin: 6.6rem auto 0; }
        .comments .comments-column .comment .comment-icon {
          width: 7.2rem;
          height: 7.2rem;
          top: -3.6rem; }
        .comments .comments-column .comment .comment-inner {
          border-radius: 0.8rem;
          padding: 2.6rem 1.6rem 2rem;
          min-height: 22rem; }
          .comments .comments-column .comment .comment-inner .comment-name {
            font-size: 1.7rem;
            line-height: 2.5rem; }
          .comments .comments-column .comment .comment-inner .comment-text {
            margin-top: 2rem;
            font-size: 1.1rem;
            line-height: 2.2rem; }
        .comments .comments-column .comment .comment-bg {
          top: 0.6rem;
          left: 0.6rem;
          border-radius: 0.8rem; } }
.footer {
  overflow: hidden;
  position: relative; }
  .footer .footer-inner {
    max-width: 140rem;
    margin: 8rem auto;
    display: flex;
    flex-direction: row; }
  .footer * {
    font-family: Roboto; }
  .footer .footer-column {
    flex: 1; }
  .footer .footer-company-name {
    text-decoration: none;
    color: #42210C;
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 0.5rem; }
  .footer .footer-locations {
    margin-top: 2.2rem;
    font-size: 1.8rem;
    line-height: 3.6rem; }
  .footer .footer-calls {
    margin: 0 auto;
    width: 47rem;
    display: flex;
    flex-direction: column; }
    .footer .footer-calls .footer-calls-caption {
      font-weight: bold;
      font-size: 3.2rem;
      line-height: 3.7rem;
      color: #E26956; }
      .footer .footer-calls .footer-calls-caption img {
        display: inline;
        height: 2.4rem;
        margin-left: 0.7rem; }
    .footer .footer-calls .footer-call-btn {
      width: 47rem;
      height: 10rem;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../assets/call-btn-bg.png");
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 1.2rem 0 2.0rem;
      filter: drop-shadow(0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.15)); }
      .footer .footer-calls .footer-call-btn .svg-text-object {
        height: 4.2rem;
        filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15));
        margin-bottom: 1rem; }
    .footer .footer-calls .footer-calls-sub-caption {
      align-self: flex-end;
      font-weight: bold;
      font-size: 1.8rem;
      line-height: 2.1rem;
      color: #E26956; }
  .footer .footer-copy {
    position: absolute;
    bottom: 1.6rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.2rem;
    color: #ABABAB; }

@media screen and (max-width: 450px) {
  .footer .footer-inner {
    width: auto;
    margin: 8rem 16px;
    flex-direction: column; }
    .footer .footer-inner .footer-locations {
      margin-top: 2rem;
      font-size: 1.2rem;
      line-height: 2.2rem; }
    .footer .footer-inner .footer-company-name {
      font-size: 1.8rem; }
    .footer .footer-inner .footer-calls {
      margin-top: 4.6rem;
      width: 100%; }
      .footer .footer-inner .footer-calls .footer-calls-caption {
        font-size: 1.8rem;
        line-height: 2.1rem; }
        .footer .footer-inner .footer-calls .footer-calls-caption img {
          height: 1.6rem;
          margin-left: 0.5rem; }
      .footer .footer-inner .footer-calls .footer-call-btn {
        width: 100%;
        height: 6.5rem;
        background-position: center;
        margin: 0.8rem 0 0.6rem; }
        .footer .footer-inner .footer-calls .footer-call-btn .svg-text-object {
          height: 2.5rem;
          margin-bottom: 0.3rem; }
      .footer .footer-inner .footer-calls .footer-calls-sub-caption {
        font-size: 1.4rem;
        line-height: 1.7rem; } }
/******** CTA BUTTON ********/
.cta {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #030303BF 0% 0% no-repeat;
  opacity: 1;
  color: white;
  padding: 15px;
  display: block;
  justify-content: space-between;
  z-index: 999; }

.cta.hidden {
  display: none; }

.cta-bar {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }

.cta-bar img {
  width: 57px;
  margin-right: 2%;
  text-align: right;
  float: left; }

.cta p {
  font-size: 23px;
  display: block;
  padding-left: 30px;
  line-height: 2em;
  color: #FFFFFF;
  margin: 5px 0px; }

.cta-bar-left {
  width: 80%; }

.cta-bar-right {
  width: 20%; }

.request-btn {
  display: inline-block;
  color: #FFFFFF;
  padding: 10px 20px 10px 20px;
  line-height: 1.5em;
  font-size: 21px;
  font-weight: bold;
  border-radius: 0px;
  margin: 0 auto;
  background-color: #A24040;
  position: absolute; }

.spv {
  display: none; }

@media screen and (max-width: 1000px) {
  .cta-bar-left {
    width: 75%; }

  .cta-bar-right {
    width: 25%;
    display: grid; } }
@media screen and (max-width: 800px) {
  .cta {
    padding: 5px 15px; }

  .cta-bar-right {
    display: none; }

  .request-btn {
    font-size: 16px;
    width: 325px;
    margin-top: 8px;
    margin-left: 20px; }

  .spv {
    display: block !important; }

  .cta p {
    font-size: 16px;
    display: none !important; } }
@media screen and (max-width: 480px) {
  .cta p {
    font-size: 12px;
    display: none !important; }

  .request-btn {
    font-size: 3vw;
    width: 50%; } }
.cta a {
  text-decoration: none; }
