@charset "UTF-8";
html {
  font-size: 62.5%;
  /*基準を1rem=10pxに設定*/
  width: 100%;
  overflow: auto;
}
html body {
  width: 100%;
  overflow: hidden;
  min-width: 768px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  /*******************
      infinity-scroll-left
      *******************/
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
html body .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
}
html body ul.scroll-infinity__list {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  padding: 0;
}
html body .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
html body li.scroll-infinity__item {
  width: 500px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  html body li.scroll-infinity__item {
    width: 256px;
    margin-right: 16px;
  }
}
html body .scroll-infinity__item > img {
  width: 100%;
}
html * {
  font-feature-settings: "palt";
}
html .red {
  color: #d71718;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
html p.textArea {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html p.textArea {
    font-size: 1.6rem;
  }
}
html .sp,
html .slide-img img.sp {
  display: none;
}
html .toggle_btn {
  display: none !important;
}
html p.info {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Gothic A1", sans-serif;
  padding: 20px;
  border: 1px solid #8a8a8a;
  margin: 30px auto;
  line-height: 1.6;
}
html a {
  color: #231815;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
html a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}
html a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  transition: 0.3s ease-in-out;
}
html .contentsWrap {
  width: 100%;
}
html .contentsWrap ul,
html .contentsWrap ol {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
html .contentsWrap ul span,
html .contentsWrap ol span {
  width: 100%;
  display: block;
}
html .contentsWrap ul span img,
html .contentsWrap ol span img {
  width: 100%;
}
html figure {
  width: 100%;
}
html figure span {
  width: 100%;
  display: block;
}
html figure span img {
  width: 100%;
}
html .btnArea a {
  font-size: 2.5rem;
}
html .btnArea a strong {
  display: block;
  margin-bottom: 10px;
}
html .btnArea a small {
  font-size: 1.5rem;
  border: 1px solid #231815;
  border-radius: 16px;
  padding: 0 10px 2px;
  position: relative;
  margin-left: 30px;
  margin-top: 10px;
}
html .btnArea a small::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 10px;
  width: 20px;
  background: #231815;
  height: 1px;
}

/*************
header
headerMenu
**************/
header {
  position: relative;
  z-index: 999;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
header h1 {
  width: 100%;
  position: relative;
  top: -5px;
}
@media (max-width: 768px) {
  header h1 {
    font-size: 2rem;
  }
}
header h1 a {
  max-width: 300px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 960px) {
  header h1 a {
    max-width: 211px;
  }
}
header h1 a img {
  width: 100%;
}
@media (max-width: 960px) {
  header h1 a img {
    height: 100%;
  }
}
header h1 span {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
@media (max-width: 1140px) {
  header h1 span {
    display: block;
    margin-top: 34px;
    margin-left: 70px;
    letter-spacing: 1px;
  }
}
@media (max-width: 960px) {
  header h1 span {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  header h1 span {
    display: block;
    margin-top: 22px;
    margin-left: 50px;
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
header nav {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  header nav ul {
    display: block;
  }
}
header nav ul li {
  font-weight: 600;
}
header nav ul li a {
  padding: 30px 20px;
  letter-spacing: 1.5px;
  display: block;
}
@media screen and (max-width: 960px) {
  header nav ul li a {
    padding: 10px 0;
  }
}
header nav ul li a span {
  text-align: center;
}
@media screen and (max-width: 960px) {
  header nav ul li a span {
    font-weight: bold;
  }
}
header nav ul li:nth-child(5) {
  background-color: #005d9c;
  border-radius: 0 0 0 14px;
}
@media screen and (max-width: 960px) {
  header nav ul li:nth-child(5) {
    border-radius: 0;
  }
}
header nav ul li:nth-child(5) a {
  color: #fff;
  padding: 30px 50px;
}
@media screen and (max-width: 960px) {
  header nav ul li:nth-child(5) a {
    padding: 10px 0;
  }
}

/*************
top-mainVs／meta内
**************/
section.mainVs {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  margin: 0 auto;
  background: url(../img/mainvsimg.jpg) no-repeat top center;
  background-size: cover;
  height: 800px;
}
section.mainVs::after {
  content: "";
  display: block;
  border-bottom: 6px #005d9c solid;
  position: absolute;
  bottom: -4px;
  width: 100%;
}
section.mainVs::before {
  content: "";
  display: block;
  padding-bottom: 1000px;
}
@media screen and (min-width: 2020px) {
  section.mainVs {
    background-size: contain;
    width: 3000px;
    height: 1371px;
  }
}
@media screen and (max-width: 768px) {
  section.mainVs {
    height: 600px;
  }
}
section.mainVs h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 5.2rem;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
  line-height: 1.4;
  letter-spacing: 2.8px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.mainVs h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  section.mainVs h2 {
    font-size: 7vw;
  }
}

/*******************
    main
*******************/
main {
  width: 100%;
  /*min-height: 800px;*/
  margin-top: 800px;
}
@media screen and (min-width: 2020px) {
  main {
    margin-top: 1350px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 660px;
  }
}
@media screen and (max-width: 600px) {
  main {
    margin-top: 620px;
  }
}
main section h3 {
  font-size: 1.5rem;
  color: #005d9c;
  position: relative;
  padding: 60px 0 0 90px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  main section h3 {
    padding: 46px 0 0 90px;
  }
}
main section h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12.1rem;
  color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  letter-spacing: -7px;
  text-align: left;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main section h3::before {
    font-size: 10rem;
  }
}
main section h3::after {
  content: "";
  display: block;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  main section h3::after {
    padding-bottom: 50px;
  }
}
main section div.btnArea a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 1.4rem;
  background: #005d9c;
  border-radius: 23px;
  max-width: 185px;
  margin: 20px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section div.btnArea a {
    margin: 30px auto;
    max-width: 230px;
    border-radius: 30px;
  }
}
main section div.btnArea a::after {
  content: "";
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border: #fff solid 1px;
  position: absolute;
  right: 15px;
  top: 14px;
}
@media screen and (max-width: 768px) {
  main section div.btnArea a::after {
    right: 15px;
    top: 15px;
  }
}
main section ul {
  display: flex;
}
main section ul li {
  width: 33.3333333333%;
  padding: 16px;
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main section ul li {
    width: 90%;
    margin: 0 auto;
  }
}
main section ul li p.textArea {
  font-size: 1.4rem;
  color: #005d9c;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main section ul li p.textArea {
    font-size: 1.2rem;
  }
}
main section .arrow {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  main section .arrow {
    display: block;
  }
}
main section .arrow::before, main section .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
main section .arrow::before {
  right: 2px;
  width: 8px;
  height: 1px;
  background: #fff;
}
main section .arrow::after {
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
main section.service_top {
  max-width: 1200px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 960px) {
  main section.service_top {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  main section.service_top {
    width: 95%;
    padding-top: 0;
  }
}
main section.service_top h3::before {
  content: "SERVICE";
}
@media screen and (max-width: 768px) {
  main section.service_top ul {
    display: block;
  }
}
main section.service_top ul li {
  position: relative;
}
main section.service_top ul li h4 {
  font-size: 2rem;
  color: #005d9c;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #005d9c;
  margin-bottom: 20px;
}
main section.service_top ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 40px;
  font-size: 12.7rem;
  color: #f2f2f2;
  opacity: 0.6;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  main section.service_top ul li::after {
    top: -37px;
    left: 16px;
    font-size: 8.7rem;
  }
}
main section.service_top ul li:nth-child(1)::after {
  content: "01";
}
main section.service_top ul li:nth-child(2)::after {
  content: "02";
}
main section.service_top ul li:nth-child(3)::after {
  content: "03";
}
main section.company_top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #f2f2f2;
  z-index: 1;
}
main section.company_top::before {
  content: "";
  display: block;
  background: #005d9c;
  width: 100%;
  height: 420px;
  position: absolute;
  top: 0;
  z-index: -1;
}
main section.company_top .company_top_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  width: 95%;
}
main section.company_top .company_top_inner h3 {
  color: #fff;
}
main section.company_top .company_top_inner h3::before {
  content: "COMPANY";
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  main section.company_top .company_top_inner ul {
    display: block;
  }
}
main section.company_top .company_top_inner ul li {
  width: 50%;
  background-color: #fff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  main section.company_top .company_top_inner ul li {
    width: 95%;
    margin: 0 auto;
  }
}
main section.company_top .company_top_inner ul li:nth-child(2) {
  padding: 100px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main section.company_top .company_top_inner ul li:nth-child(2) {
    padding: 50px 40px;
  }
}
main section.company_top .company_top_inner ul li p.textArea {
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
}
main section.company_top .company_top_inner ul li div.btnArea a {
  margin: 30px 0 0 auto;
}
main section.news_top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #f2f2f2;
  z-index: 1;
  padding-bottom: 50px;
}
main section.news_top .news_top_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.news_top .news_top_inner {
    display: block;
  }
}
main section.news_top .news_top_inner .ttlArea {
  width: 40%;
  border-right: 1px solid #005d9c;
}
@media screen and (max-width: 960px) {
  main section.news_top .news_top_inner .ttlArea {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main section.news_top .news_top_inner .ttlArea {
    width: 90%;
    margin: 0 auto;
  }
}
main section.news_top .news_top_inner .ttlArea h3::before {
  content: "NEWS";
  color: #fff;
}
main section.news_top .news_top_inner .ttlArea div.btnArea {
  margin: 0 auto 0 70px;
}
main section.news_top .news_top_inner .ttlArea div.btnArea a {
  margin: 0;
  max-width: 227px;
}
main section.news_top .news_top_inner .ttlArea div.btnArea a span {
  display: block;
}
main section.news_top .news_top_inner .ttlArea div.btnArea a::after {
  top: 10px;
}
main section.news_top .news_top_inner ul {
  width: 55%;
  padding-left: 110px;
}
@media screen and (max-width: 960px) {
  main section.news_top .news_top_inner ul {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  main section.news_top .news_top_inner ul {
    width: 90%;
    margin: 30px auto;
    padding-left: 0;
  }
}
main section.news_top .news_top_inner ul li {
  width: 100%;
}
main section.news_top .news_top_inner ul li p.day {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 30px;
}
main section.news_top .news_top_inner ul li h4 {
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  main section.news_top .news_top_inner div.btnArea a {
    padding: 20px;
  }
}
main section.contact_top {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main section.contact_top {
    width: 90%;
  }
}
main section.contact_top h3 {
  z-index: 1;
}
main section.contact_top h3::before {
  content: "CONTACT";
  color: #005d9c;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  main section.contact_top h3::before {
    font-size: 8rem;
    top: 10px;
  }
}
main section.contact_top h3::after {
  padding-bottom: 100px;
}
main section.contact_top .contact_top_inner {
  max-width: 1000px;
  margin: -110px auto 0;
  width: 100%;
  background-color: #e9f1f7;
  min-height: 250px;
  position: relative;
  z-index: -1;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  main section.contact_top .contact_top_inner {
    padding: 0 0 50px;
  }
}
main section.contact_top .contact_top_inner p.textArea {
  font-size: 1.4rem;
  color: #005d9c;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  main section.contact_top .contact_top_inner p.textArea {
    line-height: 1.4;
  }
}
main section.contact_top .contact_top_inner .contact_btnArea {
  width: 70%;
  margin: 0 auto;
}
main section.contact_top .contact_top_inner .contact_btnArea a {
  width: 100%;
  display: block;
  padding: 40px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.contact_top .contact_top_inner .contact_btnArea a {
    line-height: 1.2;
    text-align: left;
    padding: 30px 20px;
  }
}
main section.contact_top .contact_top_inner .contact_btnArea a span {
  margin-left: 60px;
  font-size: 1.2rem;
  position: absolute;
  top: 46%;
  right: 50px;
}
@media screen and (max-width: 420px) {
  main section.contact_top .contact_top_inner .contact_btnArea a span {
    right: 27px;
  }
}

/*******************
    footer
*******************/
footer {
  position: relative;
  background: #f2f2f2;
}
footer p.textArea {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 30px;
}
footer h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .f-menuList {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}
footer .f-menuList figure {
  width: 100%;
}
footer .f-menuList figure span {
  width: 100%;
  max-width: 213px;
  margin: 0 auto;
}
footer .f-menuList figure span img {
  width: 100%;
}
footer .f-menuList ul {
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  width: 100%;
}
footer .f-menuList ul li {
  text-align: center;
  font-size: 1.5rem;
  width: 25%;
  line-height: 1;
  display: block;
  color: #1a1a1a;
  font-weight: bold;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  footer .f-menuList ul li {
    padding: 16px 10px;
  }
}
footer .f-menuList ul li:nth-of-type(5), footer .f-menuList ul li:nth-of-type(6) {
  width: 50%;
}
footer .f-menuList ul li:nth-of-type(6) a {
  color: #005d9c;
}
footer .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #005d9c;
  color: #fff;
}
@media (max-width: 768px) {
  footer .copyright {
    font-size: 1.2rem;
  }
}

/*******************
    scroll-up
*******************/
.scroll-fade {
  opacity: 0;
  transition: all 2s;
}

.scroll-up {
  opacity: 0;
  transform: translateY(70px);
  transition: all 2s;
}
.scroll-up.done {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade,
.load-up {
  opacity: 0;
  transition: all 2s;
}

.load-up50 {
  transform: translateY(50px);
}

.load-up100 {
  transform: translateY(100px);
}

.load-up.done,
.load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

/*******************
    gototop
*******************/
#gototop {
  background-color: #898989;
  border-radius: 100%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
#gototop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  font-family: "Libre Caslon Text", serif;
}
#gototop::before {
  content: "〉";
  color: #fff;
  font-size: 2.6rem;
  position: absolute;
  top: 24%;
  left: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Century Gothic", "Hiragino Sans" !important;
  letter-spacing: 0.12rem;
  font-weight: bold;
  transform: rotate(-90deg);
}
#gototop.fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

/*******************
    footerまでスクロールでtopへ消える
*******************/
#gototop.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: all 0.2s;
}

@media (min-width: 768px) {
  /*****tel_sp_only*****/
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  html .sp,
  html .slide-img img.sp {
    display: block;
  }
  html .pc,
  html .slide-img img.pc {
    display: none;
  }
}
/************************
WP-news-ページネーション設定
************************/
div.pnavi {
  width: 750px;
  padding: 70px 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.pnavi {
    width: 90%;
  }
}
div.pnavi span,
div.pnavi a {
  display: inline-block;
  padding: 0 7%;
  line-height: 45px;
  margin-right: 1%;
  margin-bottom: 10px;
}
div.pnavi a {
  border: 1px solid #231815;
  color: #231815;
}
div.pnavi span.current {
  color: #fff;
  background: #898989;
}
div.pnavi a.prev,
div.pnavi a.next {
  border: none;
  background: #efeeef;
}

/************************
以下、スマホheader
************************/
.blk960 {
  display: none;
}

@media screen and (max-width: 960px) {
  .blk960 {
    display: block;
  }
  /* Navbar & Navmenu color */
  :root {
    --background-navbar: #f2f2f2;
  }
  .header {
    background: var(--background-navbar);
    position: fixed;
    width: 100%;
    height: 52px;
    position: fixed;
    top: 0;
  }
  /* Nav items */
  /* Hamburger menu button */
  /* Hamburger menbu text */
  /* Hamburger Menu Animation Start */
  /* Hamburger Menu Animation End */
  /* Navbar Container */
  /* Navbar Text */
}
@media screen and (max-width: 960px) and (max-width: 540px) {
  .header {
    height: 63px;
  }
}
@media screen and (max-width: 960px) {
  .header nav ul {
    display: block;
  }
  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
  }
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #005d9c;
    opacity: 0;
    transition: 0.5s;
  }
  .menu li {
    padding: 15px 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.5s;
  }
  .menu-btn {
    display: none;
  }
  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  .menu-icon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999;
  }
}
@media screen and (max-width: 960px) and (max-width: 540px) {
  .menu-icon {
    padding: 30px 14px;
  }
}
@media screen and (max-width: 960px) {
  .navicon {
    background: #005d9c;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navicon:before, .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #005d9c;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navicon:before {
    top: 9px;
  }
  .navicon:after {
    bottom: 9px;
  }
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
  }
}
.wpcf7-spinner {
  position: absolute !important;
}/*# sourceMappingURL=style.css.map */