footer {
  padding-bottom: 72px;
}
footer .footer-contens-wrap {
  padding: 0 20px;
}
footer .footer-contens-flex {
  padding-top: 35px;
}
footer .footer-contens-left {
  padding-bottom: 32px;
  border-bottom: 1px solid #cccccc;
}
footer .footer-contens-logo {
  width: 62px;
  display: block;
  margin-bottom: 18px;
}
footer .footer-contens-company-name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8171428571;
  color: #231815;
}
footer .footer-contens-company-address {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8171428571;
  margin-bottom: 10px;
  color: #231815;
}
footer .footer-contens-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-contens-tel-icon {
  width: 12px;
  margin-right: 3px;
}
footer .footer-contens-tel-number {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #231815;
}
footer .footer-contens-tel-time {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.344;
  color: #231815;
}
footer .footer-contens-right {
  padding-top: 24px;
  padding-bottom: 40px;
}
footer .footer-contens-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-contens-navi-home-icon {
  width: 12px;
  margin-right: 5px;
}
footer .footer-contens-navi-link {
  width: 48%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.3675;
  color: #231815;
}
footer .footer-contens-navi-link.arrow-link {
  width: 50%;
}
footer .footer-contens-navi-link.arrow-link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/footer/footer-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
}
footer .footer-contens-navi-link span {
  position: relative;
}
footer .footer-contens-navi-link span::before {
  background-color: #1476cc;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
footer .footer-contens-navi-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  color: #231815;
}
footer .footer-contens-navi-top .text-line {
  text-decoration: underline;
}
footer .footer-line {
  width: 100%;
  background-color: #ccc;
  height: 1px;
}
footer .footer-last-contens {
  padding-top: 20px;
  padding-bottom: 10px;
}
footer .footer-last-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-last-link {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.3675;
}
footer .footer-last-link.recruit::after {
  content: "";
  display: inline-block;
  background-image: url(../img/footer/external.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 12px;
  margin-left: 2px;
}
footer .footer-last-link span {
  position: relative;
}
footer .footer-last-link span::before {
  background-color: #1476cc;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
footer small {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 2.841;
  color: #666666;
  display: block;
}
@media (min-width: 767px) {
  footer .footer-contens-wrap {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
  }
  footer .footer-contens-flex {
    padding-top: 60px;
  }
  footer .footer-contens-logo {
    width: 102px;
    margin-bottom: 13px;
  }
  footer .footer-contens-company-name {
    font-size: 13px;
    color: #4d4d4d;
    line-height: 1.7561538462;
  }
  footer .footer-contens-company-address {
    font-size: 13px;
    line-height: 1.7561538462;
    color: #4d4d4d;
  }
  footer .footer-contens-tel-icon {
    width: 22px;
  }
  footer .footer-contens-tel-number {
    font-size: 35px;
  }
  footer .footer-contens-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    width: 98%;
    margin: 0 auto;
  }
  footer .footer-contens-left {
    width: 45%;
    border-bottom: none;
    padding-bottom: 0;
  }
  footer .footer-contens-right {
    width: 65%;
  }
  footer .footer-contens-navi-top {
    font-size: 15px;
    line-height: 2.3706666667;
    color: #000000;
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-contens-navi-top .text-line {
    text-decoration: none;
  }
  footer .footer-contens-navi-link {
    font-size: 15px;
    line-height: 2.3706666667;
    color: #000000;
  }
  footer .footer-contens-navi-link:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-contens-navi-link:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .footer-contens-navi-link:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-contens-navi-link:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  footer .footer-contens-navi-link:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .footer-contens-navi-link:nth-child(6) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  footer .footer-contens-navi-link:nth-child(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  footer .footer-contens-navi-link:nth-child(8) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  footer .footer-contens-navi-link:nth-child(9) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  footer .footer-contens-navi-link:nth-child(10) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  footer .footer-contens-navi-link:nth-child(11) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  footer .footer-contens-navi-link:nth-child(12) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  footer .footer-contens-navi-link:nth-child(13) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  footer .footer-contens-navi-link:nth-child(14) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  footer .footer-contens-navi-link:nth-child(15) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  footer .footer-last-contens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    width: 98%;
    margin: 0 auto;
  }
  footer .footer-last-list {
    margin-right: 20px;
  }
  footer .footer-last-list:last-child {
    margin-right: 0;
  }
  footer .footer-last-link {
    letter-spacing: 0;
    line-height: 1.75;
  }
  footer small {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
@media (min-width: 940px) {
  footer .footer-contens-left {
    width: 50%;
  }
  footer .footer-contens-right {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  footer {
    padding-bottom: 0;
  }
}
@media (min-width: 1130px) {
  footer .footer-contens-wrap {
    padding: 0;
  }
}
@media (hover: hover) {
  footer .footer-contens-navi-link:hover span::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  footer .footer-last-link:hover span::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.floating-bnr {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.floating-bnr.fixed {
  bottom: 0;
}
.floating-bnr .floating-bnr-link {
  background-color: #f15a24;
  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: 1px solid #ffffff;
  height: 72px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.floating-bnr .floating-bnr-btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #f15a24;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.2007692308;
  margin-right: 10px;
}
.floating-bnr .floating-bnr-btn-text {
  font-size: 15px;
  letter-spacing: 0.12em;
  font-weight: bold;
  color: #fff;
}
.floating-bnr .floating-bnr-btn-icon {
  width: 68px;
  margin-left: 15px;
  margin-top: -28px;
}
@media (min-width: 767px) {
  .floating-bnr .floating-bnr-btn-title-pc {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media (min-width: 1000px) {
  .floating-bnr {
    left: inherit;
    width: 348px;
    height: 32px;
    right: 0px;
    bottom: -100px;
    margin: auto;
  }
  .floating-bnr.fixed {
    bottom: 80px;
  }
  .floating-bnr .floating-bnr-link {
    height: 82px;
    border: 2px solid #fff;
    border-radius: 41px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  .floating-bnr .floating-bnr-btn-title-pc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border: 1px solid #f15a24;
    border-radius: 13px;
    height: 30px;
    max-width: 157px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #f15a24;
  }
  .floating-bnr .floating-bnr-btn-text {
    font-size: 17px;
  }
  .floating-bnr .floating-bnr-btn-title {
    display: none;
  }
  .floating-bnr .floating-bnr-btn-icon {
    width: 76px;
    margin-top: -33px;
    margin-right: -25px;
  }
}
@media (min-width: 1200px) {
  .floating-bnr {
    right: 20px;
  }
  .floating-bnr.fixed {
    right: 20px;
  }
}
@media (hover: hover) {
  .floating-bnr .floating-bnr-link:hover {
    background-color: #036eb8;
  }
  .floating-bnr .floating-bnr-link:hover .floating-bnr-btn-title-pc {
    border-color: #036eb8;
    color: #036eb8;
  }
}