@charset "utf-8";
/* CSS Document */
/* CSS main-header */
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  letter-spacing: 0.1em;
  color: #000;
}
header {
  /*    padding: 0 4% 0;*/
  /*   position: fixed;*/
  z-index: 999;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  /*   display: flex;*/
  align-items: center;
  box-shadow: 3px 3px 3px rgba(211, 211, 211, 0.6);
}
header ul {
  padding-left: 0;
}
.top-info {
  display: flex;
  justify-content: space-between;
  /*    justify-content:center;*/
}
.tel {
  margin-top: -0.5rem;
}
.tel div a {
  width: 260px;
  display: flex;
  padding: 5px 20px;
  justify-content: space-between;
  border-bottom: 1px solid #B4B4B4;
  background-color: #0052a3;
  border-radius: 15px 15px;
  color: #fff;
  transition: .2s;
}
.tel div a:hover {
  opacity: 0.8;
}
h1 {
  padding: 0;
  font-size: 20px;
  /*	float: left;*/
}
h1 img {
  display: block;
  /*  margin-right: 8vw;*/
  /*  margin: 0 auto;*/
}
a {
  text-decoration: none;
  color: #000;
}
nav {
  margin: 30px 0 0 auto;
}
.pc-nav {
  /*  text-align: right;*/
  /*	float: right;*/
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
}
li {
  text-decoration: none;
}
a {
  text-decoration: none;
}
header li {
  margin: 0 0 0 15px;
}
header li:first-child {
  margin: 0 0 0 0;
}
/*.main-visual {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   background: url('main_visual.jpg') top center / cover no-repeat;
}*/
h2 {
  font-size: 30px;
  font-weight: normal;
}
.sp-nav {
  display: none;
}
.constraction-img {
  width: auto;
  height: 120px;
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.constraction-top {
  width: 100%;
  height: auto;
  display: block;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.desc {
  z-index: 0;
  margin-top: -10px;
  background: #fff;
  padding: .8em .5em;
}
@media screen and (max-width: 991px) {
  .pc-nav {
    display: none;
  }
  .sp-nav {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transform: translateY(-100%);
    transition: all .2s ease-in-out;
  }
  #hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 0 0 auto;
  }
  #hamburger span {
    position: absolute;
    top: -195%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0052A3;
    transform: translateY(-50%);
  }
  #hamburger::before {
    content: '';
    display: block;
    position: absolute;
    top: -250%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0052A3;
  }
  #hamburger::after {
    content: '';
    display: block;
    position: absolute;
    top: -145%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0052A3;
  }
  /*スマホメニュー*/
  .sp-nav ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.2s;
  }
  .sp-nav li {
    margin: 0;
    padding: 0;
  }
  .sp-nav li span {
    font-size: 15px;
    color: #000;
  }
  .sp-nav li a, .sp-nav li span {
    display: block;
    padding: 20px 0;
    text-decoration: none;
  }
  /*スマホメニューTEL*/
  .sp-nav .tel p {
    text-align: center;
    border-bottom: 1px solid #B4B4B4;
    background-color: #0052a3;
    border-radius: 30px 30px;
    color: #fff;
    transition: 0.2s;
  }
  .sp-nav .tel :hover {
    opacity: 0.8;
  }
  .sp-nav .tel p a {
    padding: 6px 20px;
  }
  .sp-nav .tel p a span {
    display: inline;
    margin-left: 10px;
  }
  /*-閉じるアイコンー*/
  .sp-nav .close {
    position: relative;
    padding-left: 20px;
  }
  .sp-nav .close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
  }
  .sp-nav .close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
  }
  .toggle {
    transform: translateY(0);
    opacity: 1;
  }
  h2 {
    line-height: 1.6;
    text-align: center;
  }
  .footer-left-widget {
    margin-left: -80px;
    margin-bottom: 50px;
  }
}
/*.top-bg {
   background-color: rgba(255,255,255,0.8);
	z-index: 10;
}*/
.top-catch {
  padding: 15px;
  /*   background-color: rgba(5,23,125,0.6);*/
  float: none;
  width: auto;
  display: block;
  margin: 0 auto;
}
/*.top-pickup01 {
  background-color: #ABE5F4;
}*/
/*.top-pickup02 {
  margin-top: 100px;
}*/
/* Bootstrap 4 Footer Design */
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #ABE5F4;
}
.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.animate-border.border-white:after {
  border-color: #fff;
}
.animate-border.border-yellow:after {
  border-color: #F5B02E;
}
.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}
.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF;
}
.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8;
}
/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}
@keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
.dk-footer {
  padding: 75px 0 0;
  background-color: #F9F9F9;
  /*  position: relative;*/
  z-index: 2;
}
.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: ;
}
.dk-footer .contact-us .contact-info {
  margin-left: ;
}
.dk-footer .contact-us.contact-us-last {
  margin-left: 0;
}
.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  /*    position: relative;*/
  color: #0052A3;
}
.dk-footer-box-info .footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}
.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dk-footer-box-info .footer-social-link li {
  display: inline-block;
}
.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff;
}
.dk-footer-box-info .footer-social-link a i.fa-facebook {
  background-color: #3B5998;
}
.dk-footer-box-info .footer-social-link a i.fa-twitter {
  background-color: #55ACEE;
}
.dk-footer-box-info .footer-social-link a i.fa-google-plus {
  background-color: #DD4B39;
}
.dk-footer-box-info .footer-social-link a i.fa-linkedin {
  background-color: #0976B4;
}
.dk-footer-box-info .footer-social-link a i.fa-instagram {
  background-color: #B7242A;
}
.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}
.footer-info-text {
  margin: 26px 0 32px;
}
.footer-left-widget {
  padding-left: 80px;
}
.footer-widget .section-heading {
  margin-bottom: 35px;
}
.footer-widget h3 {
  font-size: 24px;
  color: #0052a3;
  /*  position: relative;*/
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}
.footer-widget ul {
  width: 100%;
  /*  float: left;*/
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.footer-widget li {
  margin: 0;
  width: 50%;
  /*  float: left;*/
  margin-bottom: 18px;
}
.footer-widget p {
  margin-bottom: 27px;
}
.footer-widget a {
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-widget a:hover {
  color: #007bff;
}
.dk-footer-form {
  /*  position: relative;*/
}
.dk-footer-form input[type=email] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
}
.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px;
}
.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px;
}
.dk-footer-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #007bff;
  background: #007bff;
  color: #fff;
}
.dk-footer-form button:hover {
  cursor: pointer;
}
/* ==========================

    Contact

=============================*/
.contact-us {
  /*  position: relative;*/
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*.contact-icon {
  position: relative;
}*/
/*.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff;
}*/
.contact-info {
  margin-left: 20px;
  color: #000;
}
.contact-info h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #f9f9f9;
}
.copyright span, .copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.copyright a:hover {
  color: #007bff;
}
.copyright-menu ul {
  text-align: right;
  margin: 0;
}
.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}
.back-to-top {
  position: relative;
  z-index: 2;
}
.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #FA6742;
  border-color: #FA6742;
}
/*トップページ・見出し*/
.color-b {
  color: #2FB9EB;
}
.color-c {
  color: #0052a3;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .card {
  position: static;
}
.pc-nav {
  /*  text-align: right;*/
  /*	float: right;*/
}
/*PCナビ*/
.pc-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
}
.pc-nav li {
  text-decoration: none;
}
.pc-nav a {
  text-decoration: none;
  transition: 0.2s;
}
/*footerMENU*/
.footer-widget ul {
  list-style: none;
}
.footer-widget li {
  text-decoration: none;
}
.footer-widget a {
  text-decoration: none;
}