@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.footer {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  transition: 1s;
  font-size: 16px;
  line-height: 1.5;
  background-color: #0029C8;
  padding: 43px 0;
  color: #fff;
}
.footer *,
.footer *:before,
.footer *:after {
  box-sizing: inherit;
}
.footer img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 961px) {
  .footer .disp_sp {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 960px) {
  .footer .disp_pc {
    display: none !important;
    visibility: hidden !important;
  }
}
.footer .wrap01 {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .footer .wrap01 {
    width: 600px;
  }
}
.footer .wrap-r {
  max-width: calc(100% - (50% - (1100px/2)));
  width: calc(100% - 5%);
  margin-right: 0;
  margin-left: auto;
}
.footer .wrap-l {
  max-width: calc(100% - (50% - (1100px/2)));
  width: calc(100% - 5%);
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .footer {
    padding-bottom: 122px;
  }
}
.footer__inner {
  display: flex;
}
@media screen and (max-width: 960px) {
  .footer__inner {
    flex-direction: column;
    width: 1100px;
  }
}
.footer__left {
  width: 334px;
  flex-shrink: 0;
  border-right: solid 1px #fff;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .footer__left {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.footer__right {
  flex-grow: 1;
  padding: 28px 0 28px 43px;
}
@media screen and (max-width: 960px) {
  .footer__right {
    padding: 0;
    margin-bottom: 50px;
  }
}
.footer__logo {
  margin-bottom: 23px;
}
.footer__logo__a {
  display: inline-block;
  width: 116px;
  transition: all ease .3s;
}
.footer__logo__a:hover {
  opacity: 0.8;
}
.footer__company {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer__address {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 23px;
}
@media screen and (max-width: 960px) {
  .footer__address {
    margin-bottom: 36px;
  }
}
.footer__sub_links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin-bottom: 13px;
}
.footer__sub_links__a {
  font-size: 10px;
  transition: all ease .3s;
}
.footer__sub_links__a:hover {
  opacity: 0.7;
}
.footer__copy {
  font-size: 10px;
}
.footer__menus {
  display: flex;
  flex-direction: column;
  grid-row-gap: 30px;
}
.footer__menu__txt {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  column-gap: 20px;
}
.footer__menu__txt:after {
  display: block;
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
.footer__menu__ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 12px;
}
.footer__menu__a {
  transition: all ease .3s;
}
.footer__menu__a:hover {
  opacity: 0.7;
}
.footer__line_btn {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .footer__line_btn {
    margin-bottom: 20px;
  }
}
.footer__line_btn__a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 197px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  border-radius: 35px;
  border: solid 1px #fff;
  transition: all ease .3s;
}
.footer__line_btn__a:hover {
  letter-spacing: 0.1em;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer__line_btn__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 13px;
}
.footer__sns_icons {
  margin-bottom: 20px;
}
