footer .footer_inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
footer .footer_logo {
  width: 100%;
  max-width: 120px;
  margin-bottom: 50px;
}
footer .footer_address {
  margin-bottom: 30px;
}
footer .footer_address p:first-child {
  font-size: 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
footer .footer_address p:last-child {
  font-size: 15px;
}
footer .footer_contact_area_inner {
  width: 100%;
  max-width: 550px;
  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;
}
footer .footer_contact_area_inner > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
footer .footer_contact_area_text {
  margin-bottom: 15px;
  font-size: 18px;
}
footer .footer_contact_area_left {
  border-right: 1px solid #000;
}
footer .footer_contact_area_right {
  padding-left: 40px;
}
footer .tel {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 0 15px 0;
}
footer .caption {
  font-size: 15px;
}
footer .footer_contact_btn {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 220px;
  height: 52px;
  border-radius: 5px;
  padding: 0 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
footer .footer_contact_btn:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
footer .footer_contact_btn .mail {
  width: 100%;
  max-width: 16px;
}
footer .footer_contact_btn p {
  font-size: 12px;
  color: #fff;
}
footer .footer_contact_btn .arrow {
  width: 100%;
  max-width: 12px;
}
footer .footer_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer iframe {
  width: 370px;
  height: 260px;
  margin-bottom: 30px;
}
footer .footer_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .footer_menu_list a {
  font-size: 15px;
}
footer .footer_menu_list a:not(:first-child) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
}
footer .footer_menu_top {
  margin-bottom: 15px;
}
footer .copyright {
  background-color: #00cbe1;
  padding: 20px 0;
  text-align: center;
}
footer .copyright small {
  font-size: 13px;
  color: #fff;
}

@media (min-width: 1px) and (max-width: 1600px) {
  footer .footer_inner {
    width: 95%;
  }
  footer .footer_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  footer .footer_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  footer .footer_menu_list a {
    font-size: 13px;
  }
  footer .footer_menu_list a:not(:first-child) {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1px) and (max-width: 1200px) {
  footer .footer_contact_area_text {
    font-size: 16px;
  }
  footer .footer_contact_area_left {
    padding-right: 20px;
  }
  footer .footer_contact_area_right {
    padding-left: 20px;
  }
  footer .caption {
    font-size: 13px;
  }
}
@media (min-width: 1px) and (max-width: 1000px) {
  footer .footer_inner {
    display: block;
    padding: 55px 0 20px 0;
  }
  footer .footer_logo {
    max-width: 100px;
    margin-bottom: 20px;
  }
  footer .footer_address {
    margin-bottom: 20px;
  }
  footer .footer_address p:first-child {
    font-size: 24px;
  }
  footer .footer_address p:last-child {
    font-size: 13px;
  }
  footer .footer_contact {
    margin-bottom: 30px;
  }
  footer .footer_contact_area_inner {
    display: block;
    width: 70%;
  }
  footer .footer_contact_area_left {
    border-right: none;
    margin-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  footer .footer_contact_area_text {
    font-size: 14px;
    margin-bottom: 5px;
  }
  footer .tel {
    margin: 0 0 5px 0;
  }
  footer .caption {
    font-size: 13px;
  }
  footer .footer_contact_area_right {
    padding-left: 0;
    padding-top: 15px;
  }
  footer .footer_menu {
    width: 100%;
  }
  footer .footer_menu_list {
    display: block;
  }
  footer .footer_menu_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    position: relative;
  }
  footer .footer_menu_list a:after {
    content: "";
    display: block;
    background-image: url(../img/footer/footer_arrow_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  footer .footer_menu_list a:not(:first-child) {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  footer .footer_menu_list a:not(:last-child) {
    border-bottom: 1px solid #00cbe1;
  }
  footer .footer_menu_top {
    margin-bottom: 0;
  }
  footer .footer_menu_top a:last-child {
    border-bottom: 1px solid #00cbe1;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  footer .footer_cv {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  footer .footer_cv_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer_cv_wrap a {
    width: 100%;
    height: 54px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    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;
  }
  footer .footer_cv_wrap a:first-child {
    background-color: #000;
  }
  footer .footer_cv_wrap a:first-child img {
    width: 100%;
    max-width: 90px;
  }
  footer .footer_cv_wrap a:last-child {
    background-color: #fff;
  }
  footer .footer_cv_wrap a:last-child img {
    width: 100%;
    max-width: 140px;
  }
  footer .footer_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer iframe {
    width: 360px;
  }
  .side_banner {
    position: fixed;
    width: 100%;
    max-width: 40px;
    right: -2px;
    bottom: 170px;
    z-index: 10;
  }
}