@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* Variables */
/* Dark Navy for Trust/Suit */
/* Gold for Celebration/Quality */
:root {
  --font-size: 12px;
}

@media only screen and (min-width: 1025px) {
  :root {
    --font-size: 14px;
  }
}
:root {
  --font-size-m: calc(var(--font-size) + 1px);
  --font-size-l: calc(var(--font-size) + 3px);
  --font-size-xl: calc(var(--font-size) + 4px);
  --font-size-xxl: calc(var(--font-size) + 6px);
  --font-size-2l: calc(var(--font-size) + 8px);
  --font-size-3l: calc(var(--font-size) + 10px);
  --font-size-4l: calc(var(--font-size) + 14px);
}

/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tb-only {
  display: none;
}

.pc-only {
  display: none;
}

.pc-tb-only {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  line-height: 1.8;
  background-color: #ffffff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.01em;
}
body.stop-scroll {
  overflow: hidden;
}

p {
  font-size: var(--font-size);
  line-height: 1.9;
}
p a {
  color: #458DFF;
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.container {
  width: calc(100% - 60px);
  max-width: 600px;
  margin: 0 auto;
}
.container img {
  margin: 0 auto;
  display: block;
}

/* Typography */
h1, h2, h3, h4 {
  font-weight: bold;
}

.section {
  padding: 80px 0 40px;
}
.section-title {
  font-family: "Barlow", sans-serif;
  font-size: var(--font-size-3l);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.2;
  color: #171C61;
}
.section-subtitle {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: var(--font-size-m);
  color: #242424;
  font-weight: normal;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #002353;
  z-index: 1000;
}
.loader .loader-content {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loader .loader-content .loader-logo {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  margin-bottom: 50px;
  width: 220px;
  max-width: 100%;
  height: auto;
}
.loader .loader-content p {
  font-family: "Noto Serif JP", serif;
  font-size: var(--font-size-4l);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: #ffffff;
  text-align: center;
}

/* Header */
header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
header .header-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
header .header-logo-wrapper .header-logo {
  width: 80px;
  margin-right: 8px;
}
header .header-logo-wrapper p {
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  margin-right: 2px;
}
header .header-logo-wrapper .header-logo-kanemata {
  width: 66px;
}
header .hamburger-menu {
  position: fixed;
  right: 18px;
  top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
header .hamburger-menu span {
  width: 100%;
  height: 2px;
  background-color: #242424;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .hamburger-menu span:nth-child(1) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
header .hamburger-menu span:nth-child(3) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
header .hamburger-menu.active span {
  background-color: #ffffff;
}
header .hamburger-menu.active span:nth-child(1) {
  -webkit-transform: translateY(2px) rotate(45deg);
          transform: translateY(2px) rotate(45deg);
}
header .hamburger-menu.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
header .hamburger-menu.active span:nth-child(3) {
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}
header .menu {
  position: fixed;
  top: 0;
  right: -100vw;
  background-color: #242424;
  color: #ffffff;
  padding: 40px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .menu.active {
  right: 0;
}
header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
header .menu ul li a {
  font-weight: bold;
  font-size: var(--font-size-xl);
}

/* Contact Banner */
.contact-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(23, 28, 97, 0.8);
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}
.contact-banner p {
  font-size: var(--font-size-xl);
  font-weight: bold;
  color: #ffffff;
}
.contact-banner p span {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ffffff;
}

/* Hero */
.hero {
  padding-top: 50px;
}
.hero.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.hero .hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .hero-container .hero-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero .hero-container .hero-box.hero-box01 {
  margin-top: 30px;
}
.hero .hero-container .hero-box.hero-box02 {
  margin-top: 0;
}
.hero .hero-container .hero-box .hero-box-a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: calc(50vh - 60px);
  overflow: hidden;
}
.hero .hero-container .hero-box .hero-box-a.hero-box-a01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero .hero-container .hero-box .hero-box-a.hero-box-a02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.hero .hero-container .hero-box .hero-box-a img {
  width: 50vw;
  height: calc(50vh - 60px);
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin: 0;
}
.hero .hero-container .hero-box .hero-box-a .gray-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Hero Text */
.hero-text {
  position: relative;
  padding: 100vh 35px 35px;
  color: #ffffff;
  height: 165vh;
  margin-top: -165vh;
}
.hero-text.fixed {
  margin-top: 0;
  padding-bottom: 100vh;
}
.hero-text h2 {
  font-family: "Noto Serif JP", serif;
  font-size: var(--font-size-2l);
  line-height: 2;
  margin-bottom: 20px;
}
.hero-text p {
  font-size: var(--font-size-m);
  line-height: 2.3;
}

/* Concept */
.concept {
  text-align: left;
}
.concept-text-title {
  font-size: var(--font-size-m);
  line-height: 2.3;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin: 0 auto 15px;
  max-width: 450px;
}
.concept-text {
  font-size: var(--font-size);
  line-height: 2.3;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin: 0 auto 15px;
  max-width: 450px;
}
.concept-text-name {
  font-size: var(--font-size);
  line-height: 2.3;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin: 0 auto;
  max-width: 450px;
}

/* Features */
.feature .container {
  margin-bottom: 80px;
}
.feature .container:last-child {
  margin-bottom: 0;
}
.feature-title {
  position: relative;
  height: 160px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  gap: 5px;
  margin-bottom: 30px;
}
.feature-title-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-title .blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-color: rgba(23, 28, 97, 0.75);
}
.feature-title .reason-tag {
  position: relative;
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: var(--font-size-xxl);
  font-weight: bold;
}
.feature-title h3 {
  position: relative;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: var(--font-size-xl);
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.feature-text {
  margin-bottom: 40px;
}
.feature h4 {
  font-size: var(--font-size);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.feature h4.feature-re01-h4 {
  margin-bottom: 5px;
}
.feature h4.feature-re02-h4 {
  margin-bottom: 30px;
  text-align: center;
}
.feature h5 {
  font-size: var(--font-size);
  border-bottom: 1px dashed #C9BC9C;
  border-top: 1px dashed #C9BC9C;
  padding: 5px 0;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 20px;
}
.feature .brand-list {
  border: 1px solid #C9BC9C;
  padding: 10px;
}
.feature .brand-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.feature .brand-list ul li {
  width: calc((100% - 20px) / 3);
}
.feature .brand-list ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature .feature-re02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0 auto 40px;
}
.feature .feature-re02-box .feature-re02-box-item {
  width: calc(50% - 5px);
  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;
}
.feature .feature-re02-box .feature-re02-box-item h6 {
  font-size: var(--font-size);
  margin-bottom: 5px;
  font-weight: normal;
}
.feature .feature-re02-box .feature-re02-box-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--font-size);
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.feature .feature-re02-box .feature-re02-box-item:first-child h6 {
  color: #171C61;
}
.feature .feature-re02-box .feature-re02-box-item:first-child p {
  background-color: #171C61;
}
.feature .feature-re02-box .feature-re02-box-item:last-child h6 {
  color: #C9BC9C;
}
.feature .feature-re02-box .feature-re02-box-item:last-child p {
  background-color: #C9BC9C;
  color: #242424;
}

/* Flow */
.flow-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}
.flow-steps .step {
  border: 1px solid #C9BC9C;
}
.flow-steps .step-title {
  font-size: var(--font-size);
  font-weight: normal;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C9BC9C;
  height: 35px;
}
.flow-steps .step p {
  padding: 20px;
}
.flow-steps .step-triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #C9BC9C;
  margin: 0 auto;
}

/* Q&A */
.qa-list {
  margin: 0 auto;
}
.qa-list .qa-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: var(--font-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qa-list .qa-icon.q-icon {
  background-color: #ffffff;
  color: #242424;
}
.qa-list .qa-icon.a-icon {
  background-color: #242424;
  color: #ffffff;
}
.qa-list dt,
.qa-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  border-radius: 10px;
  padding: 10px;
}
.qa-list dt {
  background-color: #171C61;
  color: #ffffff;
  margin-bottom: 5px;
}
.qa-list dd {
  background-color: #C9BC9C;
  color: #242424;
  margin-bottom: 30px;
}
.qa-list p {
  width: calc(100% - 30px);
}

/* Voice */
.voice .container {
  max-width: 1000px;
}
.voice .voice-text {
  text-align: center;
  margin-bottom: 30px;
}
.voice-grid {
  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;
  gap: 25px;
  margin: 0 auto;
}
.voice-card {
  border: 1px solid #C9BC9C;
  padding: 10px;
  max-width: 400px;
}
.voice-card img {
  margin-bottom: 10px;
}
.voice-card h3 {
  font-family: "Noto Serif JP", serif;
  font-size: var(--font-size-xl);
  margin-bottom: 10px;
}
.voice-card .customer-info {
  text-align: left;
  margin-bottom: 0;
  font-weight: bold;
}
.voice-card .voice-text {
  text-align: left;
  margin-bottom: 0;
}

/* Information */
.information-list {
  border: 1px solid #C9BC9C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 28px 30px;
  max-width: 400px;
  margin: 0 auto;
  font-size: var(--font-size);
}
.information-list li {
  margin-bottom: 1.5em;
}
.information-list li:last-child {
  margin-bottom: 0;
}
.information-list li p {
  line-height: 1.6;
  margin: 0.1em 0;
}
.information-list li p a {
  color: #242424;
  text-decoration: underline;
}

/* Gallery */
.slider_box {
  left: 0;
  top: 0;
  width: 100%;
}
.slider_box .slider {
  position: relative;
  background-color: transparent;
}
.slider_box .slider .slick-slide {
  margin: 0;
  border: 1px solid #C9BC9C;
}
.slider_box .slider .slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/7;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_box .slider .prev-arrow,
.slider_box .slider .next-arrow {
  display: none !important;
}

/* Price */
.price .price-box {
  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;
  gap: 10px;
}
.price .price-box h3 {
  font-size: var(--font-size);
  font-weight: normal;
  margin-top: 20px;
}
.price .price-box h3:first-child {
  margin-top: 0;
}
.price .price-box p {
  font-size: var(--font-size);
  font-family: "Noto Serif JP", serif;
}
.price .price-box p.price-annotation {
  font-family: "Noto Sans JP", sans-serif;
}

/* Contact */
.contact .container {
  max-width: 1000px;
}
.contact .contact-buttons {
  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;
}
.contact .contact-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #C9BC9C;
  width: 100%;
  max-width: 400px;
  height: 90px;
  font-size: var(--font-size-m);
  padding: 0 30px;
}
.contact .contact-buttons a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 0;
}
.contact .contact-buttons a p {
  margin: 0 auto 0 0;
}
.contact .contact-buttons a .contact-arrow {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #242424;
}
.contact .contact-buttons a .contact-arrow span {
  position: absolute;
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #242424;
  border-right: 1px solid #242424;
}

/* Footer */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
}
.footer a {
  width: 200px;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-tb-only {
    display: block;
  }
  .container {
    width: calc(100% - 100px);
  }
  .feature .brand-list ul li {
    width: calc((100% - 40px) / 5);
  }
  .flow-steps .step-triangle {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #C9BC9C;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-only {
    display: block;
  }
  .hero-text {
    padding: 100vh 50px 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .pc-only {
    display: block;
  }
  .sp-tb-only {
    display: none;
  }
  header {
    height: 60px;
  }
  header .header-logo-wrapper {
    margin-left: 12px;
  }
  header .header-logo-wrapper .header-logo {
    width: 120px;
    margin-right: 10px;
  }
  header .header-logo-wrapper p {
    font-size: 13px;
    margin-right: 3px;
  }
  header .header-logo-wrapper .header-logo-kanemata {
    width: 80px;
  }
  header .hamburger-menu {
    top: 17px;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-text {
    padding: 100vh 100px 50px;
  }
  /* Hero */
  .hero .hero-container .hero-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero .hero-container .hero-box.hero-box01 {
    margin-top: 20px;
  }
  .hero .hero-container .hero-box .hero-box-a {
    width: 25vw;
    height: calc(100vh - 150px);
  }
  .hero .hero-container .hero-box .hero-box-a img {
    width: 25vw;
    height: calc(100vh - 150px);
  }
  .hero .hero-container .hero-box .hero-box-a:first-child {
    margin-top: 70px;
  }
  .contact-banner {
    max-width: 400px;
  }
  .voice-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contact .contact-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}