.under_leyer_kv {
  overflow: hidden;
  position: relative;
}

.under_leyer_kv:before {
  animation: under_leyer_kv .3s cubic-bezier(.28, .17, .76, .77) forwards;
  background: #fff;
  animation-delay: 2.9s;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.under_leyer_kv #particles-js:before {
  animation: under_leyer_kv .3s cubic-bezier(.28, .17, .76, .77) forwards;
  background: #fff;
  animation-delay: 2.9s;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes under_leyer_kv {
  100% {
    transform: translateX(100%);
  }
}

/************************************/
@keyframes breadcramb {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }

  70% {
    opacity: 0;
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.under-page-header {
  animation-duration: 2.8s;
  animation-name: breadcramb;
  /* animation-delay: 1.7s; */
}

/*******************************************/
@keyframes under_leyer_title {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }

  70% {
    opacity: 0;
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.under_leyer_title>span {
  animation-duration: 5.0s;
  animation-name: under_leyer_title;
  display: block;
}

.under_leyer_title div {
  animation-duration: 5.5s;
  animation-name: under_leyer_title;
}

/***********************************************/
.footer_contact_right .footer_contact_btn {
  text-align: center;
  background-color: #fff;
  font-size: 1rem;
  color: #000;
  margin: 0 auto;
  /* width: 180px;
    padding: 14px 0; */
  padding: 0;
}

.footer_contact_right .footer_contact_btn {
  width: auto;
}

.footer_contact_right .footer_contact_btn a {
  width: 180px;
  padding: 14px 0;
  display: inline-block;
  position: relative;
  transition: .8s;
}

.footer_contact_right .footer_contact_btn a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #3f3e3e;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .8s;
  color: #fff;
}

.footer_contact_right .footer_contact_btn a:hover {
  color: #fff;
  background-color: #3f3e3e;
  border: 1px solid #fff;
}

.footer_contact_right .footer_contact_btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  color: #fff;
}

/**breakpoint*/
@media screen and (min-width:767px) and (max-width:1023px) {

  /*タブレット*/
  #inquiry {
    max-width: initial;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
  }

  #inquiry th {

  }

#inquiry th,
#inquiry td
{
  display:block;
float:left;
clear:both;
width: 100%;
}
/*****************/
#accecc_map{
  margin-top: -110px;
}

/************************/
#messeage_content{
  padding: 8em 0;
}


}

@media screen and (max-width:766px) {
  /*スマフォ*/
  .footer_contact_right .footer_contact_btn {
    width: 76%;
}
.footer_contact_right .footer_contact_btn a{
  margin-left: 1em;
  padding: 14px 0;
  font-size: 14px;
  width: auto;
}

.breadcramb ul {
    padding: 1em;
}


}
