@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
@import url("https://fonts.googleapis.com/css?family=Teko:400,500");
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: underline;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}

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

* {
  word-break: break-word;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

@-webkit-keyframes trigger {
  0% {
    background: transparent;
  }
  50% {
    background: #fff;
  }
  100% {
    background: #fff;
  }
}

@-moz-keyframes trigger {
  0% {
    background: transparent;
  }
  50% {
    background: #fff;
  }
  100% {
    background: #fff;
  }
}

@keyframes trigger {
  0% {
    background: transparent;
  }
  50% {
    background: #fff;
  }
  100% {
    background: #fff;
  }
}

@-webkit-keyframes trigger_01 {
  0% {
    -webkit-transform: translateY(3.75vw) rotate(45deg);
            transform: translateY(3.75vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(3.75vw) rotate(0);
            transform: translateY(3.75vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-moz-keyframes trigger_01 {
  0% {
    -moz-transform: translateY(3.75vw) rotate(45deg);
         transform: translateY(3.75vw) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(3.75vw) rotate(0);
         transform: translateY(3.75vw) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
         transform: translateY(0) rotate(0);
  }
}

@keyframes trigger_01 {
  0% {
    -webkit-transform: translateY(3.75vw) rotate(45deg);
       -moz-transform: translateY(3.75vw) rotate(45deg);
            transform: translateY(3.75vw) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(3.75vw) rotate(0);
       -moz-transform: translateY(3.75vw) rotate(0);
            transform: translateY(3.75vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
       -moz-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes trigger_02 {
  0% {
    -webkit-transform: translateY(-3.59375vw) rotate(-45deg);
            transform: translateY(-3.59375vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-3.59375vw) rotate(0);
            transform: translateY(-3.59375vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-moz-keyframes trigger_02 {
  0% {
    -moz-transform: translateY(-3.59375vw) rotate(-45deg);
         transform: translateY(-3.59375vw) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-3.59375vw) rotate(0);
         transform: translateY(-3.59375vw) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
         transform: translateY(0) rotate(0);
  }
}

@keyframes trigger_02 {
  0% {
    -webkit-transform: translateY(-3.59375vw) rotate(-45deg);
       -moz-transform: translateY(-3.59375vw) rotate(-45deg);
            transform: translateY(-3.59375vw) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-3.59375vw) rotate(0);
       -moz-transform: translateY(-3.59375vw) rotate(0);
            transform: translateY(-3.59375vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
       -moz-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes at_trigger {
  0% {
    background: #fff;
  }
  50% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}

@-moz-keyframes at_trigger {
  0% {
    background: #fff;
  }
  50% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}

@keyframes at_trigger {
  0% {
    background: #fff;
  }
  50% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}

@-webkit-keyframes at_trigger_01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(3.75vw) rotate(0);
            transform: translateY(3.75vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(3.75vw) rotate(45deg);
            transform: translateY(3.75vw) rotate(45deg);
  }
}

@-moz-keyframes at_trigger_01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
         transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(3.75vw) rotate(0);
         transform: translateY(3.75vw) rotate(0);
  }
  100% {
    -moz-transform: translateY(3.75vw) rotate(45deg);
         transform: translateY(3.75vw) rotate(45deg);
  }
}

@keyframes at_trigger_01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
       -moz-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(3.75vw) rotate(0);
       -moz-transform: translateY(3.75vw) rotate(0);
            transform: translateY(3.75vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(3.75vw) rotate(45deg);
       -moz-transform: translateY(3.75vw) rotate(45deg);
            transform: translateY(3.75vw) rotate(45deg);
  }
}

@-webkit-keyframes at_trigger_02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-3.59375vw) rotate(0);
            transform: translateY(-3.59375vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3.59375vw) rotate(-45deg);
            transform: translateY(-3.59375vw) rotate(-45deg);
  }
}

@-moz-keyframes at_trigger_02 {
  0% {
    -moz-transform: translateY(0) rotate(0);
         transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-3.59375vw) rotate(0);
         transform: translateY(-3.59375vw) rotate(0);
  }
  100% {
    -moz-transform: translateY(-3.59375vw) rotate(-45deg);
         transform: translateY(-3.59375vw) rotate(-45deg);
  }
}

@keyframes at_trigger_02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
       -moz-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-3.59375vw) rotate(0);
       -moz-transform: translateY(-3.59375vw) rotate(0);
            transform: translateY(-3.59375vw) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3.59375vw) rotate(-45deg);
       -moz-transform: translateY(-3.59375vw) rotate(-45deg);
            transform: translateY(-3.59375vw) rotate(-45deg);
  }
}

@font-face {
  font-family: 'Akrobat-SemiBold';
  font-style: normal;
  font-weight: normal;
  src: url("/common/fonts/Akrobat-SemiBold.woff");
}

@font-face {
  font-family: 'Akrobat-ExtraBold';
  font-style: normal;
  font-weight: normal;
  src: url("/common/fonts/Akrobat-ExtraBold.woff");
}

@font-face {
  font-family: 'Akrobat-Bold';
  font-style: normal;
  font-weight: normal;
  src: url("/common/fonts/Akrobat-Bold.woff");
}

@-webkit-keyframes modalDelay {
  0% {
    z-index: 100;
  }
  100% {
    z-index: 101;
  }
}

@-moz-keyframes modalDelay {
  0% {
    z-index: 100;
  }
  100% {
    z-index: 101;
  }
}

@keyframes modalDelay {
  0% {
    z-index: 100;
  }
  100% {
    z-index: 101;
  }
}

@-webkit-keyframes modalIn {
  0% {
    opacity: 0;
    visibility: hidden;
    top: -100%;
  }
  50% {
    opacity: 1;
    visibility: visible;
    top: 70%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 50%;
  }
}

@-moz-keyframes modalIn {
  0% {
    opacity: 0;
    visibility: hidden;
    top: -100%;
  }
  50% {
    opacity: 1;
    visibility: visible;
    top: 70%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 50%;
  }
}

@keyframes modalIn {
  0% {
    opacity: 0;
    visibility: hidden;
    top: -100%;
  }
  50% {
    opacity: 1;
    visibility: visible;
    top: 70%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 50%;
  }
}

@-webkit-keyframes modalOut {
  0% {
    opacity: 1;
    visibility: visible;
    top: 50%;
  }
  50% {
    opacity: 1;
    visibility: visible;
    top: 55%;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    top: -100%;
    z-index: -1;
  }
}

@-moz-keyframes modalOut {
  0% {
    opacity: 1;
    visibility: visible;
    top: 50%;
  }
  50% {
    opacity: 1;
    visibility: visible;
    top: 55%;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    top: -100%;
    z-index: -1;
  }
}

@keyframes modalOut {
  0% {
    opacity: 1;
    visibility: visible;
    top: 50%;
  }
  50% {
    opacity: 1;
    visibility: visible;
    top: 55%;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    top: -100%;
    z-index: -1;
  }
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
  }
  .row {
    max-width: 1200px;
    margin: 0 auto;
  }
  header {
    width: 100%;
    min-width: 1200px;
    background: #007b43;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  header .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 2px;
  }
  header .logo {
    width: 310px;
    padding: 18px 0 23px;
    margin: 0;
  }
  header .logo a {
    display: block;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  header .logo a:hover {
    opacity: 0.8;
  }
  header .rg {
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .rg .menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 39px;
  }
  header .rg .menu ul li {
    margin-right: 22px;
  }
  header .rg .menu ul li:last-of-type {
    margin-right: 0;
  }
  header .rg .menu ul li a {
    font-family: "Akrobat-SemiBold";
    font-size: 1.8rem;
    line-height: 26px;
    color: #fff;
    letter-spacing: 3.7px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  header .rg .menu ul li a:hover {
    opacity: 0.7;
  }
  header .rg a.tel {
    display: block;
    font-family: "Akrobat-SemiBold";
    font-size: 2.6rem;
    line-height: 26px;
    color: #fff;
    letter-spacing: 2.6px;
    pointer-events: none;
    text-decoration: none;
    position: relative;
  }
  header .rg a.tel::before {
    content: "";
    display: block;
    width: 26px;
    height: 19px;
    background: url("/common/images/icon_phone.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: -48px;
    top: 3px;
  }
  header .rg a.tel::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #fff;
    -webkit-transform: rotate(19deg);
       -moz-transform: rotate(19deg);
        -ms-transform: rotate(19deg);
            transform: rotate(19deg);
    position: absolute;
    left: -11px;
    top: 4px;
  }
  main {
    padding-top: 89px;
  }
  footer {
    position: relative;
    background: #fff;
  }
  footer .top {
    background: url("/common/images/bg_footer.png") repeat;
    padding: 39px 0 41px;
  }
  footer .top a.logo_ft {
    width: 247px;
    height: 47px;
    display: block;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin-bottom: 18px;
  }
  footer .top a.logo_ft:hover {
    opacity: 0.8;
  }
  footer .top p {
    font-size: 1.4rem;
    line-height: 20px;
    color: #fff;
    padding-left: 2px;
  }
  footer .top p span.address {
    letter-spacing: 2.7px;
  }
  footer .top p span.teko {
    font-family: "Teko", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin-right: 7px;
  }
  footer .top p span.fax {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  footer .top p a.tel {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    pointer-events: none;
    text-decoration: none;
    margin: 0 9px 0 12px;
  }
  footer .bot {
    background: #fff;
    text-align: center;
    padding: 9px 0 12px;
  }
  footer .bot p {
    font-family: "Akrobat-ExtraBold";
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 2px;
  }
  footer .bot .pagetop {
    width: 51px;
    height: 51px;
    background: #fff;
    position: absolute;
    bottom: 61px;
    right: 48px;
    z-index: 100;
    cursor: pointer;
  }
  footer .bot .pagetop span {
    display: block;
    font-family: "Akrobat-ExtraBold";
    font-size: 1.2rem;
    line-height: 30px;
    color: #000000;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-top: 19px;
    padding-left: 2px;
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }
  footer .bot .pagetop span::before {
    content: "";
    display: block;
    width: 17px;
    height: 10px;
    background: url("/common/images/icon_backtop.png") no-repeat;
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    transition: top .3s ease-out;
  }
  footer .bot .pagetop span:hover {
    opacity: 0.8;
  }
  footer .bot .pagetop span:hover::before {
    top: -12px;
  }
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none !important;
  }
  .container {
    min-width: 320px;
    overflow: hidden;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    width: 100%;
    background: #007b43;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  header .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.6875vw 3.125vw 4.21875vw 1.71875vw;
    margin: 0;
  }
  header .logo a {
    display: block;
    width: 66.71875vw;
    height: 9.6875vw;
  }
  header .logo a img {
    display: block;
  }
  header .logo .trigger {
    display: block;
    width: 10.15625vw;
    height: 7.96875vw;
    position: relative;
  }
  header .logo .trigger.active span {
    -webkit-animation: at_trigger .65s forwards;
       -moz-animation: at_trigger .65s forwards;
            animation: at_trigger .65s forwards;
  }
  header .logo .trigger.active span::before {
    -webkit-animation: at_trigger_01 .65s forwards;
       -moz-animation: at_trigger_01 .65s forwards;
            animation: at_trigger_01 .65s forwards;
  }
  header .logo .trigger.active span::after {
    -webkit-animation: at_trigger_02 .65s forwards;
       -moz-animation: at_trigger_02 .65s forwards;
            animation: at_trigger_02 .65s forwards;
  }
  header .logo .trigger span, header .logo .trigger span::before, header .logo .trigger span::after {
    display: block;
    width: 100%;
    height: 0.625vw;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -moz-transition: transform .35s, -moz-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s, -moz-transform .35s;
  }
  header .logo .trigger span {
    top: 3.59375vw;
    -webkit-animation: trigger .45s forwards;
       -moz-animation: trigger .45s forwards;
            animation: trigger .45s forwards;
  }
  header .logo .trigger span::before {
    content: "";
    top: -3.75vw;
    -webkit-animation: trigger_01 .65s forwards;
       -moz-animation: trigger_01 .65s forwards;
            animation: trigger_01 .65s forwards;
  }
  header .logo .trigger span::after {
    content: "";
    top: 3.59375vw;
    -webkit-animation: trigger_02 .65s forwards;
       -moz-animation: trigger_02 .65s forwards;
            animation: trigger_02 .65s forwards;
  }
  header .rg {
    width: 100%;
    height: 0;
    position: fixed;
    top: 18.59375vw;
    left: 0;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: height .8s ease-in-out;
    -moz-transition: height .8s ease-in-out;
    transition: height .8s ease-in-out;
    margin-top: -1px;
  }
  header .rg .menu {
    background: #000000;
  }
  header .rg .menu ul li {
    border-bottom: 2px solid #292929;
  }
  header .rg .menu ul li a {
    display: block;
    font-family: "Akrobat-Bold";
    font-size: 5.625vw;
    line-height: 10.9375vw;
    color: #fff;
    letter-spacing: 1.09375vw;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 6.40625vw;
  }
  header .rg a.tel {
    display: block;
    background: #000000;
    font-family: "Akrobat-Bold";
    font-size: 5.625vw;
    line-height: 10.9375vw;
    color: #fff;
    letter-spacing: 0.54688vw;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding: 1.5625vw 19.84375vw 3.59375vw;
  }
  header .rg a.tel::before {
    content: "";
    display: block;
    width: 6.71875vw;
    height: 4.6875vw;
    background: url("/common/images/icon_phone.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: 6.25vw;
    top: 5vw;
  }
  header .rg a.tel::after {
    content: "";
    display: block;
    width: 0.46875vw;
    height: 5.46875vw;
    background: #fff;
    -webkit-transform: rotate(19deg);
       -moz-transform: rotate(19deg);
        -ms-transform: rotate(19deg);
            transform: rotate(19deg);
    position: absolute;
    left: 16.09375vw;
    top: 4.375vw;
  }
  main {
    padding-top: 18.59375vw;
  }
  footer .row {
    padding: 0 6.25vw;
  }
  footer .top {
    background: #222 url("/common/images/bg_footer.png") repeat;
    padding: 7.1875vw 0.15625vw 7.65625vw;
  }
  footer .top a.logo_ft {
    display: block;
    width: 66.71875vw;
    margin-bottom: 5.9375vw;
  }
  footer .top p {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    color: #fff;
  }
  footer .top p span.address {
    display: block;
    letter-spacing: 0.73438vw;
  }
  footer .top p span.teko {
    font-family: "Teko", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin-right: 1.875vw;
  }
  footer .top p span.fax {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.375vw;
    text-transform: uppercase;
  }
  footer .top p a.tel {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.375vw;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 2.8125vw;
  }
  footer .bot {
    text-align: center;
    padding-top: 1.09375vw;
    padding-bottom: 1.09375vw;
  }
  footer .bot p {
    font-family: "Akrobat-ExtraBold";
    font-size: 3.125vw;
    line-height: 4.6875vw;
    letter-spacing: 0.60938vw;
    padding-left: 0.78125vw;
  }
}
