.l-footer .footer__bottom-list a:hover, .l-footer .footer__list a:hover, .l-footer .footer__btn a:hover {
  opacity: 0.7;
}

/* outline
------------------------------*/
.l-footer {
  min-width: 1225px;
}
.l-footer * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.l-footer a:hover {
  text-decoration: none;
}
.l-footer .footer__top {
  background-color: #F1F1F1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-footer .footer__container {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-footer .footer__left {
  width: 600px;
}
.l-footer .footer__wrapper {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  background-color: #fff;
}
.l-footer .footer__wrapper:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer__wrapper:nth-child(3) {
  align-items:center;
}
.l-footer .footer__img {
  width: 190px;
  height: 140px;
}
.footer__img a:hover{
  opacity: .7;
}
.l-footer .footer__img img {
  width: 190px;
  height: 140px;
  object-fit: cover;
}
.l-footer .footer__group {
  flex: 1;
  padding: 13px 14px 10px 15px;
}
.l-footer .footer__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #4B4B4B;
}
.l-footer .footer__box {
  display: flex;
}
.l-footer .footer__items {
  flex: 1;
}
.l-footer .footer__item {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.43;
  color: #4B4B4B;
}
.l-footer .footer__btn {
  padding-top: 60px;
}
.l-footer .footer__btn a {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
  width: 71px;
  border-radius: 12px;
  color: #D22A63;
  text-align: center;
  padding: 1px 0;
  border: 1px solid #D22A63;
}
.l-footer .footer__right {
  width: 420px;
}
.l-footer .footer__logo {
  border-bottom: 2px solid #D22A63;
  padding-left: 9px;
  padding-bottom: 34px;
  margin-bottom: 31px;
}
.l-footer .footer__inner {
  display: flex;
}
.l-footer .footer__lists {
  padding-left: 20px;
}
.l-footer .footer__lists:not(:last-of-type) {
  margin-right: 29px;
}
.l-footer .footer__list:not(:last-of-type) {
  margin-bottom: 17px;
}
.l-footer .footer__list a {
  font-size: 18px;
  color: #4B4B4B;
  position: relative;
  padding-left: 13px;
}
.l-footer .footer__list a::after {
  content: "";
  background-image: url(/images/top/arrow_right.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 7px;
  height: 12px;
}
.l-footer .footer__bottom {
  background-image: url(/images/top/f_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 75px;
}
.l-footer .footer__bottom-container {
  width: 1080px;
  margin: 0 auto;
}
.l-footer .footer__bottom-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
.l-footer .footer__bottom-box {
  width: 350px;
}
.l-footer .footer__bottom-title {
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
  color: #D22A63;
  margin-bottom: 10px;
}
.l-footer .footer__bottom-lists {
  background-color: #FFFFFF;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
}
.l-footer .footer__bottom-lists-1 {
  padding: 18px 0 20px 27px;
}
.l-footer .footer__bottom-lists-2 {
  padding: 18px 0px 27px 20px;
}
.l-footer .footer__bottom-lists-3 {
  padding: 18px 0px 27px 30px;
}
.l-footer .footer__bottom-list a {
  font-size: 14px;
  text-decoration: underline;
  color: #2977C3;
  line-height: 2;
  margin-right: 15px;
}
.l-footer .footer__bottom-last {
  padding-bottom: 80px;
}
.l-footer .footer__bottom-textbox {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 22px 20px 24px;
}
.l-footer .footer__bottom-text {
  font-size: 14px;
  line-height: 1.86;
  color: #4B4B4B;
}
.l-footer .footer__copy {
  background-color: #D22A63;
}
.l-footer .footer__copy-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}