@media (max-width: 768px) {
  .fl-visible-desktop {
    display: block;
  }
  .fl-builder-content .fl-node-5b3322e0a126b .fl-module-content {
    height: 85px;
    display: grid;
    place-items: center;
  }
  #header #translation {
    display: none;
  }
}

header .cnt_btn svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

header .cnt_btn a {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #5bc3f7;
  justify-content: center;
  width: fit-content;
  padding: 8px 10px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 1;
  border-radius: 6px;
  margin-left: auto;
}

.footer_fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.footer_fixed .footer_fixed_inner {
  background: rgb(255 255 255 / 80%);
  padding: 20px;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 30%);
}

.footer_fixed .tel_cnt a {
  pointer-events: none;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 24px;
}

.footer_fixed .tel_cnt svg {
  width: 24px;
  height: 24px;
  fill: #2d2d2d;
}

.footer_fixed .contact_cnt {
  margin-top: 10px;
}

.footer_fixed .contact_cnt a {
  display: inline-block;
  width: 100%;
  background: #5bc3f7;
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 8px 10px;
  font-size: 18px;
}

@media screen and (max-width: 768px){
  .footer_fixed {
    width: 100%;
    left: 0;
  }
  
  .footer_fixed .footer_fixed_inner {
    padding: 0;
    display: flex;
  }
  
  .footer_fixed .tel_cnt,.footer_fixed .contact_cnt {
    width: 100%;
  }
  
  .footer_fixed .contact_cnt {
    margin-top: 0;
  }
  
  .footer_fixed .tel_cnt {
    background: #ff9e2b;
  }
  
  .footer_fixed .tel_cnt a {
    color: #fff;
    justify-content: center;
    height: 100%;
    font-size: 4.5vw;
  }
  
  .footer_fixed .tel_cnt svg {
    fill: #fff;
    width: 4.5vw;
    height: 4.5vw;
  }
  
  .footer_fixed .contact_cnt a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	  gap: 4px;
    font-size: 4.3vw;
  }
  .footer_fixed .contact_cnt a::before {
	  content: "";
    background: url(https://human-bond.jp/wp-content/uploads/2025/03/mail.png);
	  background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
  }
  .pc-switcher {
    padding-bottom: 60px;
  }
}