.f-contact-wrapper {
  background: url("https://k-mukai.co.jp/system_panel/uploads/images/f-contact-back.png") no-repeat center center/cover;
  padding: 51px 0 70px;
  margin-bottom: 107px;
}

.f-contact-wrapper .btn .txt16 {
  line-height: 23px;
  letter-spacing: 0em;
  margin-top: 7px;
}

.f-title {
  text-align: center;
}

.f-title .txt48 {
  font-weight: 900;
  line-height: 70px;
}

.f-title .txt24 {
  font-weight: 700;
  line-height: 35px;
}

.f-contact-txt {
  max-width: 416px;
  margin: 60px auto 35px;
  text-align: center;
  width: 90%;
}

.f-contact-txt .txt16 {
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.04em;
}

.c-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-btns{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.f-phone {
  width: 28px;
  height: 28px;
}

.c-mail {
  width: 30px;
  height: 30px;
}

.contact-box {
  text-align: center;
}

.number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.number-box .txt24 {
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.04em;
  margin-left: 8px;
  color: #fff;
}

.number-box2 {
  text-align: center;
  margin-left: 21px;
}

#phone {
  width: 295px;
  height: 93px;
  background: #079D48;
  border: 1px solid #079D48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  margin-right: 57px;
}

#phone:hover {
  border: none;
}

#f-mail {
  width: 307px;
  height: 93px;
  margin: 0 auto;
  background: #FF8C00;
  border-radius: 100px;
}

#f-number {
  width: 334px;
  height: 93px;
  background: #D8FAEE;
  border-radius: 100px;
  border: 1px solid #D8FAEE;
  -webkit-transition: .4s;
  transition: .4s;
}

#f-number .number-box .txt24 {
  color: #333;
}

#f-number .txt16 {
  color: #333;
}

#f-number:hover {
  border: none;
}

#f-number:hover .txt24, #f-number:hover .txt16 {
  color: #fff;
}

.footer {
  background: #263238;
  padding-top: 66px;
}

.pagetop {
  position: absolute;
  right: 0;
  top: 134px;
  width: 34px;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

.pagetop:hover {
  opacity: 0.4;
}

.pagetop img {
  height: 22px;
}

.footer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.footer-logo {
  width: 245px;
}

.footer-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logo a .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  padding: 8px 5px 7px;
}

.footer-logo a .txt20 {
  margin-left: 9px;
  font-weight: 900;
  line-height: 20px;
  color: #fff;
}

.f-logo {
  width: 20px;
  height: auto;
}

.footer-left {
  color: #fff;
}

.footer-left .txt16 {
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #fff;
}

.footer-right {
  width: 47.5%;
}

.footer-address {
  margin: 15px 0 0 44px;
  padding-bottom: 79px;
}

.footer-address a {
  display: inline-block;
  margin-top: 12px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-nav .items {
  padding: 14px 15px;
  display: inline-block;
}

.footer-nav .items .txt14 {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #fff;
}

.copy {
  padding-bottom: 20px;
}

.copy .txt14 {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  color: #C4C4C4;
  text-align: center;
}

.footer-nav a {
  display: inline-block;
}

.footer-nav a .txt14 {
  position: relative;
  text-decoration: none;
}

.footer-nav a .txt14::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #E8F4FF;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.footer-nav a:hover .txt14 {
  color: #E8F4FF;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0.7;
}

.footer-nav a:hover .txt14::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 720px) {
  .c-btn-wrapper {
    display: block;
  }
  .c-btn-wrapper #phone {
    margin: 0 auto;
  }
  .c-btn-wrapper #f-mail {
    margin: 40px auto 0;
  }
  
  .contact-btns{
    display: block;
  }
  
}

@media screen and (max-width: 650px) {
  .footer {
    padding-top: 60px;
  }
  .footer-box {
    display: block;
  }
  .footer-address {
    padding-bottom: 60px;
  }
  .footer-right {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .pagetop {
    right: 40px;
    top: 150px;
  }
}

@media screen and (max-width: 600px) {
  .f-contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
  .c-btn-wrapper #phone {
    width: 280px;
  }
  .c-btn-wrapper #f-number {
    width: 280px;
  }
  #f-mail {
    width: 280px;
  }
  .f-contact-txt .txt16 {
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {
  .f-contact-txt .txt16 {
    font-size: 11px;
  }
}
/*# sourceMappingURL=footer.css.map */