@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

body {
  color: #000;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
header{
  width: 100%;
  height: 80px;
}
@media screen and (min-width: 768px) {
header {
	  height: 120px;
	}
}
.header__box {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  background-color: #084289;
  align-items: center;
	position:fixed;
	z-index:999;
}
@media screen and (min-width: 768px) {
  .header__box {
    height: 120px;
    background-color: initial;
  }
}

.header__rogo {
  width: 60%;
  height: 50px;
  background-color: #084289;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__rogo {
    width: 30%;
    height: 120px;
  }
}

.header-rogo__img {
  width: 70%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.header-rogo__top {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-rogo__top {
    display: block;
    width: max-content;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	font-size:10px;
  }
}
.header-icon__list{
  display: none;
}
@media screen and (min-width: 768px) {
.header-icon__list{
	background-color:white;
    align-items: center;
    background-color: white;
    width: 30%;
    height: 120px;
    display: flex;
   justify-content: space-around;
}
}
.header-btn__house {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-btn__house {
    display: block;
	 width: 50%;
	 background-color:white;
	   max-width:180px;
  }
}

.header-btn__rain {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-btn__rain {
    display: block;
    width: 50%;
	 background-color:white;
	 max-width:180px;
  }
}

.header__btnbox {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__btnbox {
    display: block;
    background-color: #084289;
    width: 40%;
    position: relative;
    height: 120px;
  }
}

.header-linebtn {
  width: 40%;
  height: 120px;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
}
.header-linebtn__icon {
    width: 34%;
    position: absolute;
    top: 10%;
    left: 30%;
}
@media screen and (min-width: 992px) {
.header-linebtn__icon {
  width: 24%;
  position: absolute;
  top: 30%;
  left: 10%;
}
}
.header-linebtn__text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 18px;
    line-height: 1.4583333333;
    font-weight: 700;
}
@media screen and (min-width: 992px) {
.header-linebtn__text {
  top: 30%;
  left: 40%;
}
}
.header-telbtn {
  width: 55%;
  height: 120px;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}
.header-telbtn__top {
    position: absolute;
    top: 50%;
    left: 10%;
    color: #FCE21D;
    font-weight: 700;
    font-size: 16px;
	line-height: 1.3333333333;
}
@media screen and (min-width: 992px) {
.header-telbtn__top {
  top: 28%;
  left: 25%;
  font-size: 18px;
}
}
.header-telbtn__icon {
    width: 35%;
    position: absolute;
    top: 8%;
    left: 20%;
	}
@media screen and (min-width: 992px) {	
.header-telbtn__icon {
  width: 25%;
  top: 30%;
  left: 0;
}
}
.header-telbtn__text {
    color: #fff;
    position: absolute;
    top: 70%;
    left: 10%;
    font-size: 24px;
    line-height: 1.1428571429;
    font-weight: 700;
}
@media screen and (min-width: 992px) {	
.header-telbtn__text {
  top: 45%;
  left: 30%;
  font-size: 28px;
}
}
.header__hamburger {
  display: block;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.footer__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 150px;
  background-color: #084289;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    height: 200px;
    flex-direction: initial;
    flex-wrap: nowrap;
  }
}

.footer-rogobox {
  position: relative;
  width: 40%;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .footer-rogobox {
    height: 200px;
  }
}

.footer-rogo__img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .footer-rogo__img {
    width: 70%;
    top: 40%;
  }
}

.footer-rogobox__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-rogobox__text {
    display: block;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: max-content;
  }
}

.footer__list {
  width: 40%;
  height: 70px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .footer__list {
    height: 200px;
    padding-top: 80px;
  }
}

.footer-list {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-list {
    display: flex;
    justify-content: space-around;
  }
}

.footer-item__text {
  font-size: 12px;
  color: #fff;
  margin-left: 10%;
}
@media screen and (min-width: 768px) {
  .footer-item__text {
    font-size: 18px;
    margin-left: 0;
  }
}

.footer-telbox {
  width: 60%;
  height: 150px;
  padding-top:40px;
}
@media screen and (min-width: 768px) {
  .footer-telbox {
    width: 40%;
    height: 200px;
   padding-top:50px;
  }
}

.footer-telbox__top {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-left: 30%;
}
@media screen and (min-width: 768px) {
  .footer-telbox__top {
    font-size: 18px;
	   margin-left: 20%;
  }
}

.footer-telbox__number {
  display: flex;
  justify-content: space-evenly;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .footer-telbox__number {
	 max-width:400px;
  }
}

.footer-telbox__rogo {
  width: 40px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .footer-telbox__rogo {
    width: 80px;
    height: 66px;
  }
}

.footer-telbox__text {
  font-weight: 700;
  color: #fff;
  width: max-content;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .footer-telbox__text {
    font-size: 30px;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .header-nav {
	display:block;
    width: 100%;
    height: 40px;
   margin-top:120px;
	background-color:white;
  }
}

.header-nav__list {
  background-color: #fff;
  height: inherit;
  text-align: center;
  padding: 30% 0;
}
@media screen and (min-width: 768px) {
  .header-nav__list {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	padding: 10px;
  }
}

.header-nav__item {
  font-size: 16px;
  line-height: 1.3;
  color: #084289;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    font-size: 18px;
    line-height: 1.2307692308;
  }
}

.header-nav__item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.snsbox {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
  width: 50px;
  background-color: #FFFAD5;
}
@media screen and (min-width: 768px) {
  .snsbox {
    width: 120px;
  }
}

.snsbox.hide {
  display: none;
}

.toptext {
  display: none;
}
@media screen and (min-width: 768px) {
  .toptext {
    font-size: 20px;
    color: #084289;
    text-align: center;
  }
}

.sns__img {
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .sns__img {
    padding: 0 20px 20px;
  }
}

.sns-img__item:nth-child(n+1) {
  margin-top: 20px;
}

.sns-img__item:nth-child(4) {
  display: block;
  border: 1px solid #FCF093;
}
@media screen and (min-width: 768px) {
  .sns-img__item:nth-child(4) {
    display: none;
  }
}

.sns-img__item:nth-child(5) {
  display: block;
  border: 1px solid #FCF093;
}
@media screen and (min-width: 768px) {
  .sns-img__item:nth-child(5) {
    display: none;
  }
}
.blog__pagination {
  width: 200px;
  font-size: 18px;
  margin:0 20px 0 auto;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
.blog__pagination {
  width: 400px;
  font-size: 22px;
  max-width:400px;
}
}
.nav-links{
  display:flex;
  align-items: center;
  justify-content:space-evenly;
border-bottom: solid 2px #084289;
}
 .page-numbers{
   padding: 0;
   color:#333;
   font-size: 16px;
   font-weight: 500;
   display:inline-block;
}
@media screen and (min-width: 768px) {
.page-numbers{
  padding:10px;
  font-size: 24px;
  }
}
.pagination .current{
  padding: 0;
  color:#084289;
}
@media screen and (min-width: 768px) {
.pagination .current{
  padding:10px;
  }
}
.pagination .prev,
.pagination .next{
  background:transparent;
  box-shadow:none;
  color:#333;
  width: fit-content;
	font-size: 16px;
	font-weight:400;
}
@media screen and (min-width: 768px) {
.pagination .prev,
.pagination .next{
  font-size: 24px;
  }
}
.pagination .dots{
  background:transparent;
}

.section-title img {
  width: 120px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .section-title img {
    width: 220px;
  }
}

.hamburger {
  padding: 5px;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: #084289;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger.open {
  background-color: white;
}

.hamburger span {
  display: block;
  width: 50px;
  height: 1px;
  background-color: white;
}

.hamburger.open span {
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 30%;
  left: -5%;
  z-index: 99;
  background-color: #084289;
}

.hamburger span:nth-child(n+1) {
  margin: 15px 16px;
}

.hamburger.open span:nth-child(1) {
  transform: translate(3px, -1px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translate(3px, -3px) rotate(-45deg);
}
/* mv */
.mv {
  width: 100%;
  height: 700px;
  margin-top:40px;
}
@media screen and (min-width: 768px) {
  .mv {
  margin-top:40px;
}
}
.video {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.video iframe {
  width: 80%;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 50%;
    transform:translateX(-50%);
}
.img-title {
  margin: auto;
  position: relative;
  width: 140px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .img-title {
    width: 330px;
    height: 90px;
  }
}

.blog-rogo {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: max-content;
}

.blog-rogo__img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .blog-rogo__img {
    width: 40px;
    height: 40px;
  }
}

.blog-title__line {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.blog-rogo__text {
  margin: auto;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .blog-rogo__text {
    font-size: 24px;
  }
}

.blog-title__untext {
  font-size: 14px;
  color: gray;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .blog-title__untext {
    font-size: 18px;
  }
}

.blogpage-sub {
  margin: auto;
  position: relative;
  width: 250px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .blogpage-sub {
    width: 800px;
    height: 100px;
  }
}

.blogpage__sbtitle {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .blogpage__sbtitle {
    font-size: 20px;
  }
}

.blogtitleimg {
  width: 60%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px) {
.blogtitleimg {
  width: 40%;
   top: 50%;
  }
}
.blog__top img {
  width: 120px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .blog__top img {
    width: 330px;
  }
}

.blog__box {
  background-image: url("/img/bg.png");
  background-size: contain;
  padding-bottom: 20px;
  margin: 5px 0 20px;
}
@media screen and (min-width: 768px) {
  .blog__box {
    padding-bottom: 50px;
    margin: 20px 0 80px;
  }
}

.blog__boxlast {
  background-size: contain;
  padding-bottom: 20px;
  margin: 5px 0 10px;
}
@media screen and (min-width: 768px) {
  .blog__boxlast {
    padding-bottom: 50px;
    margin: 20px 0 0;
  }
}

.blog-list {
  display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    margin: auto;
    justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  .blog-list {
    margin: auto;
     padding-top: 50px;
     max-width: 1200px;
  }
}

.blog-item {
  width: 48%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .blog-item {
    width: 30%;
    height: 450px;
  }
}

/* .blog-item:nth-child(n+2) {
  margin-left: 2%;
}

.blog-item:nth-child(4n) {
  margin-left: 2%;
}
@media screen and (min-width: 768px) {
  .blog-item:nth-child(4n) {
    margin-left: 0;
  }
}
 */
.blog__img {
  width: 85%;
/*   height:200px; */
  margin:auto;
}
@media screen and (min-width: 768px) {
  .blog__img {
    width: 95%;
    max-height: 300px;
     overflow: scroll;
  }
}

.blog__img img {
    object-fit: cover;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}
@media screen and (min-width: 768px) {
  .blog__img img {
    width: 100%;
    height: 100%;
  }
}

.blog__title {
  background-color: #084289;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    width: fit-content;
}
@media screen and (min-width: 768px) {
  .blog__title {
    padding: 10px;
    font-size: 16px;

  }
}

.blog__text {
  color: #084289;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .blog__text {
    font-size: 16px;
  }
}

.blog-item:nth-child(5) {
  display: none;
}
@media screen and (min-width: 768px) {
  .blog-item:nth-child(5) {
    display: block;
  }
}

.blog-item:nth-child(6) {
  display: none;
}
@media screen and (min-width: 768px) {
  .blog-item:nth-child(6) {
    display: block;
  }
}
.fire__text{
	margin-top:20px;
}
@media screen and (min-width: 768px) {
	.fire__text {
	margin-top:0;
	}
}
.fire__top {
  margin-top: 30px;
  margin-left:50%;
  margin-bottom:80px;
  transform:translateX(-50%);
  display:grid;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .fire__top {
    margin-top: 80px;
	margin-bottom:100px;
	display:flex;
    justify-content:space-around;
	width:initial
  }
}

.access {
  display: flex;
  flex-wrap: wrap-reverse;
}
@media screen and (min-width: 768px) {
  .access {
    flex-wrap: wrap;
  }
}

.access__map {
  width: 100%;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .access__map {
    width: 55%;
  }
}

.access__map iframe {
  width: 100%;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 400px;
  }
}

.access__box {
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .access__box {
    width: 45%;
    height: 400px;
    padding-top: 60px;
  }
}

.access-list {
  margin: 20px 0 20px 20%;
}
@media screen and (min-width: 768px) {
  .access-list {
    margin: 0 0 0 10%;
  }
}

.access-item {
  display: flex;
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .access-item {
    font-size: 16px;
    line-height: 1.8;
  }
}

.access-item__title {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .access-item__title {
    width: 150px;
  }
}

.access-item:nth-child(n+2) {
  margin-top: 20px;
}

.blogpage__inner {
  margin: 20px 10px;
}
@media screen and (min-width: 768px) {
  .blogpage__inner {
    margin: 50px 200px;
  }
}

.blogpage__title {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .blogpage__title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.blogpage__img {
  margin: 20px 80px;
}
.blogpage__img img{
 object-fit: cover;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .blogpage__img img {
    height: 600px;
  }
}
.blogpage__text {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .blogpage__text {
    font-size: 16px;
    line-height: 1.625;
  }
}

.company__inner {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .company__inner {
    margin-top: 50px;
  }
}

.company__bg {
  background-image: none;
}
@media screen and (min-width: 768px) {
  .company__bg {
    padding: 60px 15%;
    background-size: contain;
    width: 100%;
  }
}

.company__box {
  margin: 20px 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .company__box {
    margin: 0;
    background-color: #fff;
  }
}

.company-list {
  padding: 0 20px;
  line-height:1.8;
}
@media screen and (min-width: 768px) {
  .company-list {
    padding: 5% 10%;
  }
}

.company-item {
  display: flex;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .company-item {
    font-size: 16px;
  }
}

.company-item:nth-child(n+2) {
  margin-top: 20px;
}

.company-item__title {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .company-item__title {
    width: 30%;
  }
}

.company-item__text {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .company-item__text {
    width: 70%;
  }
}

.contact__inner {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    margin-top: 50px;
  }
}

.contact__bg {
  background-image: none;
}
@media screen and (min-width: 768px) {
  .contact__bg {
    padding: 60px 120px;
    background-image: url("/img/bg.png");
    background-size: contain;
    width: 100%;
  }
}

.contact-form {
  background-color: #fff;
  padding: 20px 5%;
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding: 5% 5% 10%;
	max-width: 1200px;
    margin: auto;
  }
}

.form-item {
  align-items: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .form-item {
    display: flex;
    justify-content: space-between;
  }
}

.form-item:nth-child(n+2) {
  margin-top: 20px;
}

.form__label-area {
  font-size: 14px;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .form__label-area {
    font-size: 16px;
    line-height: 1.6875;
    padding-top: 30px;
  }
}

.form__label-area span {
  font-size: 14px;
  line-height: 1.7857142857;
  padding: 0 5px;
  color: red;
  margin-left: 16px;
  border: 1px solid red;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .form__label-area span {
    font-size: 16px;
    line-height: 1.6875;
    padding: 5px 6px;
  }
}

.form__inputarea {
  font-size: 14px;
  line-height: 1.7857142857;
  background-color: #fff;
  margin-top: 10px;
  color: blue;
  border: 1px solid black;
  padding-bottom: 17px;
  padding-left: 18px;
  padding-top: 17px;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
@media screen and (min-width: 768px) {
  .form__inputarea {
    font-size: 16px;
    line-height: 1.6875;
    margin-top: 17px;
    width: 60%;
    margin-right: 0;
    margin-left: 0;
    transform: inherit;
  }
}

.label-input {
  color: #AFAFAF;
  width: 100%;
}

.form__inputarea__message {
  font-size: 14px;
  line-height: 1.7857142857;
  background-color: #fff;
  margin-top: 10px;
  color: blue;
  border: 1px solid black;
  padding-bottom: 57px;
  padding-left: 18px;
  padding-top: 57px;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
@media screen and (min-width: 768px) {
  .form__inputarea__message {
    font-size: 16px;
    line-height: 1.6875;
    margin-left: 0;
    transform: inherit;
    width: 60%;
  }
}

.form__message {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .form__message {
    font-size: 16px;
    width: max-content;
  }
}

.contact-form__btn input{
  width: 200px;
  height: 60px;
  border: 1px solid #084289;
  background-color: #084289;
  margin-top: 30px;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  color:white;
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
