@charset "UTF-8";
.contact_footer {
  background-image: url(../img/bg_contact.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}
.contact_footer:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contact_footer .inner {
  position: relative;
  z-index: 1;
}
.contact_footer h3 a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  width: 700px;
  margin: 0 auto;
  background-color: rgba(0, 78, 162, 0.95);
  border: solid 2px #fff;
  border-bottom: solid 5px #fff;
  border-radius: 100px;
  padding: 30px 0 20px;
  position: relative;
}
.contact_footer h3 .sub {
  display: block;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 5px;
}
.contact_footer h3 a .arrow {
  width: 50px;
  height: 50px;
  background-color: #E8F7FF;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  transition: all .3s;
}
.contact_footer h3 a .arrow:before, .contact_footer h3 a .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.contact_footer h3 a .arrow:before {
  left: 19px;
  width: 10px;
  height: 2px;
  background: #004ea2;
}
.contact_footer h3 a .arrow:after {
  left: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact_footer h3 a:hover {
  background-color: #004ea2;
  opacity: 1;
}
.contact_footer h3 a:hover .arrow {
  right: 40px;
}
.contact_footer h3 a:hover .arrow:before {
  background: #004ea2;
}
.contact_footer h3 a:hover .arrow:after {
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
}
footer {
  background-color: #fff;
  position: relative;
}
footer .inner {
  width: 1100px;
  padding: 70px 0 30px;
  position: relative;
}
footer .logo {
  width: 300px;
}
footer .logo img {
  width: 100%;
}
footer nav.main {
  margin: 10px 0;
  border-top: solid 1px #004ea2;
  padding: 20px 0;
}
footer nav.main ul {
  padding: 0 0 0 20px;
  list-style: none;
  width: 20%;
  float: left;
  margin: 0;
}
footer nav.main ul.product {
  width: 40% !important;
}
footer nav.main ul.product ul {
  width: 50%;
  float: left;
}
footer nav.main ul.other {
  float: right;
}
footer nav.main ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}
footer nav.main ul li a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 5px;
  height: 2px;
  background-color: #004ea2;
}
footer nav.main ul li > ul {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
footer nav.main ul li > ul li a {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
}
footer nav.main ul li > ul li a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 5px;
  height: 1px;
  background-color: #000;
}
footer nav.main ul li > ul li a:hover {
  opacity: 1;
  color: #004ea2;
}
footer nav.main ul li > ul li {
  width: 100%;
  position: relative;
}
footer nav.main ul li p {
  margin: 0;
}
footer nav.main ul li p a {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100% !important;
  padding: 10px 0;
  color: #004ea2;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}
footer nav.main ul.other li p a {
  margin-bottom: -10px;
}
footer nav.main ul li.sp {
  display: none;
}
footer nav.sub {
  background-color: #f2f2f2;
  padding: 10px 0;
}
footer nav.sub ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
footer nav.sub ul li {
  display: inline-block;
  margin: 0 2%;
}
footer nav.sub ul li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #808080;
}
footer small {
  background-color: #4d4d4d;
  padding: 25px 5%;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
}
.page-top a {
  position: fixed;
  width: 64px;
  height: 64px;
  background-color: #003B7A;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: block;
  border-radius: 10px 0 0 0;
}
.page-top a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-top a span:after {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  box-sizing: border-box;
  margin: auto;
}
.page-top a:hover {
  background-color: #3371b5;
  opacity: 1;
}
@media screen and (max-width:1100px) {
  .contact_footer {
    padding: 50px 0;
  }
  .contact_footer .inner {
    width: 90%;
  }
  .contact_footer h3 a {
    font-size: 18px;
    width: 100%;
    padding: 25px 0 20px;
  }
  .contact_footer h3 .sub {
    letter-spacing: 1px;
    font-size: 22px;
  }
  .contact_footer h3 a .arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
  }
  .contact_footer h3 a .arrow:before {
    left: 10px;
  }
  .contact_footer h3 a .arrow:after {
    left: 12px;
  }
  .contact_footer h3 a:hover .arrow {
    right: 10px;
  }
  footer .inner {
    width: 90%;
    padding: 40px 0 20px;
  }
  footer .logo {
    width: 250px;
  }
  footer nav.main {
    margin: 0;
  }
  footer nav.main ul {
    padding: 0;
    width: auto;
    float: none;
    margin: 0 auto;
  }
  footer nav.main ul li {
    padding: 0 0 0 10px;
    border-bottom: solid 1px #ccc;
  }
  footer nav.main ul.product {
    width: auto !important;
  }
  footer nav.main ul.product ul {
    width: auto;
    float: none;
  }
  footer nav.main ul.other {
    float: none;
  }
  footer nav.main ul li > ul {
    display: none;
    margin-bottom: 20px;
  }
  footer nav.main ul li > ul li {
    padding: 5px 2%;
    border-bottom: none;
  }
  footer nav.main ul li p a {
    margin: 0;
    padding: 15px 0;
    font-size: 15px;
  }
  footer nav.main ul.other li p a {
    margin-bottom: 0;
  }
  footer nav.main ul li.sp {
    display: block;
  }
  footer nav.main ul li a:hover {
    opacity: 1;
  }
  /*トグル　±マーク*/
  footer nav.main ul li p.toggle .plus {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
  }
  footer nav.main ul li p.toggle .plus:before, footer nav.main ul li p.toggle .plus:after {
    display: block;
    content: '';
    background-color: #004ea2;
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  footer nav.main ul li p.toggle .plus:before {
    width: 2px;
    height: 12px;
  }
  footer nav.main ul li p.toggle.active .plus:before {
    content: normal;
  }
  footer nav.sub {
    padding: 8px 0 10px;
  }
  footer nav.sub ul li {
    display: inline-block;
    margin: 0 4%;
  }
  footer nav.sub ul li a {
    font-size: 10px;
  }
  footer small {
    font-size: 10px;
    padding: 20px 5%;
  }
  .page-top a {
    width: 51px;
    height: 51px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}