footer .footer_wrap {
  width: 100%;
}
footer .footer_wrap .link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  footer .footer_wrap .link_wrap {
    display: block;
  }
}
footer .footer_wrap .link_wrap .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50%;
  height: 330px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 500px) {
  footer .footer_wrap .link_wrap .link {
    margin-top: 10px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 500px) {
  footer .footer_wrap .link_wrap .link:first-child {
    margin-top: 0;
  }
}
footer .footer_wrap .link_wrap .link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footer_wrap .link_wrap .link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .footer_wrap .link_wrap .link .text {
  position: absolute;
}
footer .footer_wrap .link_wrap .link .text .p_1 {
  font-size: 26px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 500px) {
  footer .footer_wrap .link_wrap .link .text .p_1 {
    font-size: 18px;
  }
}
footer .footer_wrap .link_wrap .link .text .p_2 {
  margin-top: 10px;
  font-size: 14px;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 500px) {
  footer .footer_wrap .link_wrap .link .text .p_2 {
    margin-top: 5px;
    font-size: 14px;
  }
}
footer .footer_wrap .footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 50px 75px 80px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block {
    display: block;
    padding: 20px 0 100px 0;
  }
}
footer .footer_wrap .footer_block .footer_contents .address_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_contents .address_wrap {
    display: block;
  }
}
footer .footer_wrap .footer_block .footer_contents .address_wrap .company_name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_contents .address_wrap .company_name_wrap {
    width: auto;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_wrap .footer_block .footer_contents .address_wrap .company_name_wrap .logo {
  width: 40px;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_contents .address_wrap .company_name_wrap .logo {
    width: 32px;
  }
}
footer .footer_wrap .footer_block .footer_contents .address_wrap .company_name_wrap .company_name {
  width: 233px;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_contents .address_wrap .company_name_wrap .company_name {
    margin-left: 5px;
    width: 192px;
  }
}
footer .footer_wrap .footer_block .footer_contents .address_wrap address {
  margin-left: 30px;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_contents .address_wrap address {
    margin-top: 10px;
    margin-left: 0;
  }
}
footer .footer_wrap .footer_block .footer_contents .address_wrap address .p_1 {
  font-size: 12px;
  font-family: noto-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_contents .address_wrap address .p_1 {
    text-align: center;
  }
}
footer .footer_wrap .footer_block .footer_contents .address_wrap address .p_2 {
  margin-top: 5px;
  font-size: 12px;
  font-family: noto-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_contents .address_wrap address .p_2 {
    text-align: center;
  }
}
footer .footer_wrap .footer_block .footer_contents small {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.05em;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_contents small {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
footer .footer_wrap .footer_block .footer_link {
  position: relative;
  padding-top: 12px;
  padding-left: 25px;
  width: 300px;
  height: 70px;
  border: solid 1px #00975b;
  font-size: 15px;
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00975b;
  letter-spacing: 0.1em;
  line-height: 22px;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_link {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    padding-left: 30px;
    font-size: 14px;
  }
}
footer .footer_wrap .footer_block .footer_link:hover .arrow::before {
  width: calc(100% + 20px);
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_link:hover .arrow::before {
    width: 100%;
  }
}
footer .footer_wrap .footer_block .footer_link:hover .arrow::after {
  right: -20px;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block .footer_link:hover .arrow::after {
    right: 0;
  }
}
footer .footer_wrap .footer_block .footer_link .arrow {
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  top: 45px;
  width: 54px;
}
footer .footer_wrap .footer_block .footer_link .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00975b;
  -webkit-transition: background-color 0.2s, width 0.2s;
  transition: background-color 0.2s, width 0.2s;
}
footer .footer_wrap .footer_block .footer_link .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  width: 8px;
  height: 2px;
  background-color: #00975b;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: background-color 0.2s, right 0.2s;
  transition: background-color 0.2s, right 0.2s;
}
@media (max-width: 500px) {
  footer .footer_wrap .footer_block small {
    margin-top: 20px;
    font-size: 10px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #00975b;
    letter-spacing: 0.05em;
    text-align: center;
  }
}