@charset "UTF-8";
/* CSS Document */
footer {
  width: 100%;
}
.footer-contact {
  background: #003864;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .footer-contact {
    padding: 80px 0;
  }
}
.footer-contact h3 {
  text-align: center;
  color: #fff;
  font-size: 5.5rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 60px;
}
.footer-contact h3 span {
  display: block;
  font-size: 1.8rem;
}
.footer-contact h3 span:before {
  width: 10px;
  height: 1px;
  vertical-align: middle;
  background-image: url("../image/common/w-line.svg");
  content: "";
  display: inline-block;
  margin-right: 15px;
}
.footer-contact h3 span:after {
  width: 10px;
  height: 1px;
  vertical-align: middle;
  background-image: url("../image/common/w-line.svg");
  content: "";
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .footer-contact h3 {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .footer-contact h3 span {
    display: block;
    font-size: 1.4rem;
  }
  .footer-contact h3 span:before {
    width: 10px;
    height: 1px;
    vertical-align: middle;
    background-image: url("../image/common/w-line.svg");
    content: "";
    display: inline-block;
    margin-right: 15px;
  }
  .footer-contact h3 span:after {
    width: 10px;
    height: 1px;
    vertical-align: middle;
    background-image: url("../image/common/w-line.svg");
    content: "";
    display: inline-block;
    margin-left: 15px;
  }
}
.footer-contact-flex {
  width: 1000px;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .footer-contact-flex {
    width: 90%;
    margin-bottom: 0;
  }
}
.footer-contact-flex ul {
  display: flex;
  justify-content: space-between;
}
.footer-contact-flex ul li {
  width: 485px;
  height: 100px;
}
@media screen and (max-width:768px) {
  .footer-contact-flex ul {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .footer-contact-flex ul li {
    /*  width: 100%;
    margin-bottom: 30px;*/
    height: 68px;
    width: 330px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.footer-contact-flex ul li a {
  width: 485px;
  height: 100px;
  border-radius: 50px;
  background: #fff;
  display: block;
  text-align: center;
  color: #003864;
    font-size: 4.5rem;
   /* font-size: 1.6rem;*/
}


@media screen and (max-width:768px) {
  .footer-contact-flex ul li a {
    height: 68px;
    width: 330px;
    border-radius: 34px;
    padding-bottom: 20px;
  }
}
a.footer-tel-btn {
  padding-top: 10px;
  font-size: 4.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
a.footer-tel-btn span.time {
  font-size: 1.4rem;
  display: block;
}
span.telicon:before {
  width: 30px;
  height: 41px;
  vertical-align: middle;
  background-image: url("../image/common/telicon.svg");
  content: "";
  display: inline-block;
}
span.mailicon {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100px;
}
span.mailicon:before {
  display: inline-block;
  width: 45px;
  height: 29px;
  content: "";
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -4px;
  background-image: url("../image/common/mail-footer.svg")
}


@media screen and (min-width:429px) and (max-width:768px) {
    span.telicon {
    font-size: 3rem;
    vertical-align: super;
}
  a.footer-tel-btn span.time {
      padding-left: 0;
    margin-top: -16px;
  }
}



@media (max-width: 768px) {
  a.footer-tel-btn {
    font-size: 8vw;
  }
  a.footer-tel-btn span.time {
    font-size: 1.2rem;
    text-align: left;
    padding-left: 81px;
  }
  span.telicon {
    font-size: 3rem;
	  display: block;
  }
  span.telicon:before {
    width: 20px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  span.mailicon {
    font-size: 1.6rem;
    line-height: 1;
    padding-top: 25px;
    display: block;
  }
  span.mailicon:before {
    width: 30px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.footer-contact-txt {
  text-align: center;
  color: #fff;
  font-weight: 500;
}






@media (max-width: 768px) {
  .footer-contact-txt {
    width: 90%;
    margin: 0 auto;
    line-height: 2;
    font-weight: 400;
    font-size: 4.1vw;
  }
}
.footer {
  background: #0068B7;
  padding: 160px 0;
  color: #fff;
}
.footer-left {
  width: 278px;
  float: left;
}
.footerlogo {
  width: 278px;
  margin-bottom: 46px;
}
.footerlogo img {
  display: block;
  float: left;
  margin-right: 12px;
}
.footerlogo p {
  width: 176px;
  height: 48px;
  float: left;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: -3px;
}
.footerlogo p span {
  font-size: 1.4rem;
  display: block;
  font-weight: 500;
}
.footer-left address {
  font-style: normal;
  margin-bottom: 20px;
}
.footer-left address p.title {
  margin-bottom: 10px;
}
.footer-right {
  width: 454px;
  float: right;
}
.footer-right nav {
  width: 100%;
  display: flex;
}
.footer-right nav ul {
  width: 50%;
  display: block;
}
.footer-right nav ul li {
  width: 100%;
  margin-bottom: 20px;
}
.footer-right nav ul li a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  width: 100%;
  vertical-align: middle;
  position: relative;
  padding-left: 43px;
}
.footer-right nav ul li a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 23px;
  height: 6px;
  background-image: url("../image/common/pin.svg");
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  transition: all 0.5s 0s ease;
}
.footer-right nav ul li:hover a:before {
  left: 5px;
}
small {
  font-size: 1.4rem;
}



@media screen and (min-width:429px) and (max-width:768px) {
      .footerlogo p {
    width: auto;
    height: auto;
    font-size: 2rem;
  }
    
      .footerlogo p span {
    font-size: 1.4rem;
  }
}
@media (max-width:428px) {
      .footerlogo p {
    width: auto;
    height: auto;
    font-size: 4vw;
  }
  .footerlogo p span {
    font-size: 4vw;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 80px 0;
  }
  .footer-left {
    width: 100%;
    float: none;
  }
  .footerlogo {
    width: 278px;
    margin-bottom: 23px;
  }

  .footer-left address {
    margin-bottom: 20px;
  }
  .footer-left address p.title {
    margin-bottom: 10px;
  }
  .footer-right {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .footer-right nav {
    width: 100%;
    float: none;
    flex-wrap: wrap;
  }
  .footer-right nav ul {
    width: 100%;
    display: block;
  }
  .footer-right nav ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-right nav ul li a {
    font-size: 4vw;
    padding-left: 43px;
  }
  .footer-right nav ul li a:before {
    width: 23px;
    height: 6px;
  }
  .footer-right nav ul li:hover a:before {
    left: 5px;
  }
  small {
    font-size: 3vw;
  }
}
/*タブレット用css*/
@media screen and (min-width:769px) and (max-width:1000px) {
  .footer-contact-flex {
    width: 90%;
  }
  .footer-contact-flex ul {
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
  }
  .footer-contact-flex ul li {
    margin-bottom: 10px;
  }
}