@charset "UTF-8";
/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap");
.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_only {
    display: inline-block;
  }
}

@media screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}

/* ------------------------------
  Variables
------------------------------ */
/* ------------------------------
  Mixins
------------------------------ */
/* CSS Document */
html {
  overflow-y: scroll;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

img {
  border: 0;
  max-width: 100%;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

main,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #231815;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.6;
}

a {
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

input,
select {
  vertical-align: middle;
}

/* CSS Document */
/* ------------------------------
  Variables
------------------------------ */
/* ------------------------------
  Mixins
------------------------------ */
/* ------------------------------
  Base
------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
button:hover {
  opacity: 0.6;
}

.l-container {
  width: min(1130px, 100% - 40px);
  margin-inline: auto;
}
.l-container--recruit {
  width: min(1040px, 100% - 40px);
}

.h2 {
  font-size: 50px;
  letter-spacing: 0.04em;
  margin: 0.5rem 0 3.5rem;
}

.eyebrow {
  font-size: 14px;
  color: #667085;
  letter-spacing: 0.12em;
  margin: 0 0 0.25rem;
}

.lead {
  font-size: 15px;
  color: #2b3645;
  margin: 0 0 1rem;
}

/* ------------------------------
  Header
------------------------------ */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  border-bottom: 1px solid rgb(255, 255, 255);
  color: #fff;
}
@media (max-width: 760px) {
  .header {
    padding: 20px 0 10px;
    border: none;
  }
}
.header.is-scrolled {
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}
.header.is-scrolled .gnav__link {
  color: #000;
}
.header.is-scrolled .gnav__cta {
  background-color: #0f3b7a;
  color: #fff;
}
.header.is-scrolled .hamburger {
  border: 1px solid #000;
}
.header.is-scrolled .hamburger span {
  background: #000;
}
.header__bg {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #000;
}
.header__inner {
  width: 94%;
  height: 80px;
  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;
  gap: 16px;
}
@media (max-width: 760px) {
  .header__inner {
    height: auto;
    width: 90%;
    gap: 0px;
  }
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand__mark {
  font-weight: 800;
  letter-spacing: 0.08em;
}
@media (max-width: 760px) {
  .brand__mark {
    width: 65%;
  }
}
.brand__text {
  font-weight: 800;
  letter-spacing: 0.06em;
}
.brand__tag {
  font-size: 12px;
  color: #667085;
  margin-left: 46px;
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}
.gnav__link {
  font-size: 16px;
  color: #fff;
}
.gnav__cta {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 22px;
}

.header__bg {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #000;
}
.header__bg .gnav__link {
  font-size: 16px;
  color: #1C2637;
}
.header__bg .gnav__cta {
  background: rgba(28, 38, 55, 0.3);
  border: 1px solid #1C2637;
  padding: 10px 14px;
}

.hamburger {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background: #fff;
  display: none;
  place-items: center;
  gap: 5px;
}
@media (max-width: 760px) {
  .hamburger {
    width: 15vw;
    height: 12vw;
    border: 1px solid #fff;
    background: none;
    place-content: center;
  }
}
.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #223047;
  border-radius: 99px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 760px) {
  .hamburger span {
    background: #fff;
    width: 8vw;
  }
}
.hamburger[aria-expanded=true] {
  border: 1px solid #000;
}
.hamburger[aria-expanded=true] span {
  background: #000;
}
.hamburger[aria-expanded=true] span:first-child {
  -webkit-transform: rotate(24deg) translateY(-2px);
          transform: rotate(24deg) translateY(-2px);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.hamburger[aria-expanded=true] span:last-child {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(-28deg) translateY(5px);
          transform: rotate(-28deg) translateY(5px);
}

.sp__cta a {
  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;
  text-align: center;
  background-color: #0f3b7a;
  color: #fff;
  border-radius: 1rem;
  height: 12vw;
  width: 30vw;
  border-radius: 0.5rem;
}

.spmenu {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 80vw;
  height: 100vh;
  z-index: -1;
  padding-top: 25vw;
  opacity: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-box-shadow: 8px 0 24px rgba(0, 0, 0, 0.18);
          box-shadow: 8px 0 24px rgba(0, 0, 0, 0.18);
}
.spmenu.is-open {
  -webkit-transform: translateX(20vw);
          transform: translateX(20vw);
  opacity: 1;
  visibility: visible;
}
.spmenu__inner {
  width: min(1130px, 100% - 40px);
  margin-inline: auto;
  padding: 0 0 15vw;
  display: -ms-grid;
  display: grid;
  gap: 4vw;
}
.spmenu__link {
  padding: 12px 10px;
  border-radius: 10px;
  background: rgba(15, 59, 122, 0.1);
  color: #000;
}
.spmenu__cta {
  background: #0f3b7a;
  color: #fff;
}

/* ------------------------------
  main
------------------------------ */
.page-head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12rem;
  padding-bottom: 5rem;
  text-align: center;
}
@media (max-width: 760px) {
  .page-head {
    padding-top: 8.5rem;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #0f3b7a;
  }
}
.page-head__sub {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .page-head__sub {
    font-size: 1.1rem;
  }
}
.page-head__title {
  line-height: 1em;
  font-weight: bold;
  font-size: 4.375rem;
}
@media (max-width: 760px) {
  .page-head__title {
    font-size: 2.8rem;
    margin-top: 0.5rem;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 18px 36px;
  border-radius: 10px;
  background: #0f3b7a;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 18px;
  min-width: 260px;
}
@media (max-width: 760px) {
  .btn {
    width: 100%;
    padding: 18px 2vw;
  }
}
.btn__arrow {
  display: inline-block;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 12px;
  color: #0f3b7a;
}
.btn__arrow--contact {
  padding: 7px 16px;
}
.btn--back {
  background-color: rgba(15, 59, 122, 0.6);
  margin-right: 16px;
}
@media (max-width: 760px) {
  .btn--back {
    margin-right: 0;
    margin-top: 6vw;
  }
}
.btn--back .btn__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.works-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  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: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 760px) {
  .works-modal {
    padding: 12px;
  }
}
.works-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.works-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.works-modal__dialog {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(92vh, 980px);
  background: #f3f3f3;
  border-radius: 36px;
  padding: 80px 87px 50px;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
          box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}
@media (max-width: 760px) {
  .works-modal__dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 24px;
    padding: 56px 18px 28px;
  }
}
.works-modal__body {
  max-height: calc(92vh - 128px);
  overflow-y: auto;
  padding-right: 20px;
}
@media (max-width: 760px) {
  .works-modal__body {
    max-height: calc(92vh - 84px);
    padding-right: 8px;
  }
}
.works-modal__body::-webkit-scrollbar {
  width: 8px;
}
.works-modal__body::-webkit-scrollbar-track {
  background: transparent;
}
.works-modal__body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 999px;
}
.works-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 760px) {
  .works-modal__close {
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
  }
}
.works-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 760px) {
  .works-modal__close span {
    width: 30px;
    height: 3px;
  }
}
.works-modal__close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.works-modal__close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.works-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 36px;
  padding-right: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 760px) {
  .works-modal__head {
    gap: 8px;
    margin-bottom: 20px;
    padding-right: 32px;
  }
}
.works-modal__title, .works-modal__category {
  margin: 0;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
.works-modal__title {
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .works-modal__title {
    font-size: 1rem;
  }
}
.works-modal__category {
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .works-modal__category {
    font-size: 1rem;
  }
}
.works-modal__slider {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 22px 1fr 22px 56px;
  grid-template-columns: 50px 1fr 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  margin-bottom: 18px;
}
@media (max-width: 760px) {
  .works-modal__slider {
    display: block;
    gap: 8px;
  }
}
.works-modal__main {
  aspect-ratio: 16/9;
  background: #ddd;
  overflow: hidden;
}
.works-modal__main img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-modal__nav, .works-modal__thumbNav {
  position: relative;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 760px) {
  .works-modal__nav, .works-modal__thumbNav {
    width: 4vw;
    height: 4vw;
  }
}
.works-modal__thumbNav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 760px) {
  .works-modal__thumbNav::before {
    width: 12px;
    height: 12px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
@media (max-width: 760px) {
  .works-modal__nav {
    display: none;
  }
}
.works-modal__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
}
.works-modal__thumbNav--prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}
.works-modal__thumbNav--next::before {
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}
.works-modal__thumbWrap {
  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;
  gap: 10px;
  margin-bottom: 28px;
}
.works-modal__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  max-width: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 760px) {
  .works-modal__thumbs {
    width: 60vw;
  }
}
.works-modal__thumbs::-webkit-scrollbar {
  display: none;
}
.works-modal__thumb {
  width: 72px;
  height: 50px;
  padding: 0;
  border: 2px solid transparent;
  background: transparent;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s ease, border-color 0.25s ease;
  transition: opacity 0.25s ease, border-color 0.25s ease;
}
.works-modal__thumb.is-active {
  opacity: 1;
  border-color: #0a0f69;
}
.works-modal__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-modal__text {
  font-size: 0.875rem;
  line-height: 2;
  color: #111;
  word-break: break-word;
}
@media (max-width: 760px) {
  .works-modal__text {
    font-size: 0.75rem;
  }
}

body.is-modal-open {
  overflow: hidden;
}

/* ------------------------------
 * Scroll fade-in
 * ------------------------------ */
main section {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
}
main section.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main section.hero, main section.page-mv {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* 最初のFVは常に表示しておく */
/* ------------------------------
  Footer
------------------------------ */
/* ------------------------------
  Contact
------------------------------ */
.contact {
  background: #0f3b7a;
  color: #fff;
  padding: 70px 0 84px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 760px) {
  .contact {
    padding: 4rem 0 5.5rem;
  }
}
.contact__top {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
}
.contact__mini {
  margin: 0;
  opacity: 0.86;
  letter-spacing: 0.05em;
  font-size: 24px;
}
@media (max-width: 760px) {
  .contact__mini {
    font-size: 1rem;
  }
}
.contact__title {
  margin: 3px 0 20px;
  line-height: 1em;
  font-size: 4.4rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .contact__title {
    font-size: 2.8rem;
    margin: 1rem 0 1.9rem;
  }
}
.contact__desc {
  margin: 0 auto 20px;
  opacity: 0.92;
  font-size: 18px;
}
@media (max-width: 760px) {
  .contact__desc {
    font-size: 1rem;
  }
}
.contact__actions {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 760px) {
  .contact__actions {
    display: block;
    margin-top: 2.4rem;
    background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 8px);
    background-size: 8px 2px;
    background-position: right top;
    background-repeat: repeat-x;
    padding-top: 2rem;
  }
}

.contactBtn {
  width: min(392px, 100%);
  text-align: left;
  padding: 10px 4px;
  border-radius: 16px;
}
@media (max-width: 760px) {
  .contactBtn {
    display: block;
    padding: 0px 0px;
  }
}
.contactBtn--ghost {
  background: rgba(255, 255, 255, 0.08);
  margin-left: 47px;
  width: 344px;
  padding: 25px 4px;
  font-size: 1.25rem;
}
@media (max-width: 760px) {
  .contactBtn--ghost {
    width: 85%;
    margin-left: 0;
    font-size: 1rem;
    text-align: center;
    padding: 1.2rem 0;
    margin: 1rem auto 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.contactBtn__label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  opacity: 0.9;
}
.contactBtn__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: 800;
  margin-top: 4px;
}
@media (max-width: 760px) {
  .contactBtn__main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
  }
}
.contactBtn__sub {
  display: block;
  font-size: 16px;
  margin-top: 2px;
  text-align: center;
}
.contactBtn__border {
  background-image: linear-gradient(to bottom, #fff, #fff 3px, transparent 3px, transparent 8px);
  background-size: 2px 8px;
  background-position: right top;
  background-repeat: repeat-y;
  height: 120px;
  width: 1px;
}
.contactBtn__icon {
  width: 50px;
}
@media (max-width: 760px) {
  .contactBtn__icon {
    width: 2.5rem;
  }
}

.footer {
  padding: 16px 0;
  text-align: center;
  color: #1C2637;
  background: #fff;
  font-size: 16px;
}
@media (max-width: 760px) {
  .footer {
    padding: 1rem 0;
  }
}
.footer small {
  font-size: 1rem;
}

/* ------------------------------
  Responsive
------------------------------ */
@media (max-width: 760px) {
  .gnav {
    display: none;
  }
  .hamburger {
    display: -ms-grid;
    display: grid;
  }
}