/* フッター CTA グループ */
.ly_cta-footer-group__inner{
  background-color: var(--sub-500);
  border-radius: 10px;
  padding: 80px 20px;
}
.m_cta-footer-group__heading{
  color: #fff;
  font-size: var(--h2-m);
  text-align: center;
  margin-bottom: var(--mb-l);
}
.m_cta-footer-group__list{
  display: grid;
  grid-template-columns: repeat(3,auto);
  gap: 0 3%;
  justify-content: center;
}
.m_cta-footer-group__item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 30px;
  max-width: 370px;
  gap: 20px 0;
}
.m_cta-footer-group__item-heading{
  font-size: var(--fz-m);
  color: var(--primary-700);
  margin-bottom: 20px;
  text-align: center;
}
.m_cta-footer-group__image{
  width: 80px;
  height: 80px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.m_cta-footer-group__desc{
  font-size: var(--fz-s);
  line-height: var(--line-height-l);
}
/* フッター 関連サイト */
.ly_related-site{
  background-color: var(--gray-bg-100);
}
.m_related-site__heading{
  text-align: center;
  font-size: var(--h2-l);
  margin-bottom: var(--mb-l);
  line-height: var(--line-height-s);
}
.m_related-site__list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0 2%;
}
.m_related-site__link{
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid var(--gray-line-300);
  border-radius: 10px;
  padding: 30px 10px 35px;
  height: 160px;
}
.m_related-site__link:hover{
  transform: translateY(-6px);
}
.m_related-site__desc{
  font-size: var(--fz-xxs);
  text-align: center;
  margin-top: 20px;
}
.m_related-site__image{
  margin-inline: auto;
}
.m_related-site__img{
  height: 56px;
}
.m_related-site__link:after{
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  right: 20px;
  bottom: 20px;
  background: url(/asset/image/new_design/icon_newscreen_100-100.svg) no-repeat no-repeat center center;
}
/* フッターナビゲーションとメルマガ箇所 */
.ly_footer{
  padding-top: 50px;
  padding-bottom: 50px;
}
.m_footer__headline{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_footer__headline-image{
  width: 200px;
}
.m_footer__headline-tel{
  display: flex;
  align-items: center;
}
.m_footer__headline-tel dt{
  padding-right: 20px;
  border-right: 1px solid var(--gray-line-300);
  font-feature-settings: "palt";
}
.m_footer__headline-tel dd{
  padding-left: 20px;
  font-feature-settings: "palt";
}
.m_footer__tel-link{
  pointer-events: none;
}
.m_footer-nav__wrap{
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.m_footer-nav__link{
  position: relative;
  font-size: var(--fz-s);
  font-weight: bold;
  line-height: 2.5;
}
.m_footer-nav__link:after{
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 13px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background: url(/asset/image/new_design/icon_arrow-primary_100-100.svg) no-repeat no-repeat center center;
  background-size: contain;
}
.m_footer-nav__link:hover{
  opacity: .5;
}
.m_footer-nav__link:hover:after{
  transform: translateY(-50%) translateX(5px);
}
.m_footer-nav__sublist{
  margin-top: 10px;
  margin-bottom: 10px;
}
.m_footer-nav__subitem{
  position: relative;
  padding-left: 12px;
}
.m_footer-nav__subitem:before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 7px;
  height: 1px;
  border: solid 1px var(--sub-500);
}
.m_footer-nav__sublink{
  line-height: 2;
  font-size: 14px;
}
.m_footer-nav__sublink:hover{
  color: var(--primary-700);
  border-bottom: 1px solid var(--primary-700);
}
.m_footer-content{
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr minmax(0, 340px);
}
.m_footer-content-cta{
  padding-left: 35px;
  border-left: 1px solid var(--gray-line-300);
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_footer-content-cta__wrap{
  text-align: center;
  margin-top: 10px;
}
.m_footer-content-cta__link{
  position: relative;
  font-size: var(--fz-xs);
  font-weight: bold;
  line-height: 2.5;
}
.m_footer-content-cta__link:after{
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 13px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background: url(/asset/image/new_design/icon_arrow-primary_100-100.svg) no-repeat no-repeat center center;
  background-size: contain;
}
.m_footer-content-cta__link:hover{
  opacity: .5;
}
.m_footer-content-cta__link:hover:after {
  transform: translateY(-50%) translateX(5px);
}

/* 認証など */
.m_footer-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.m_footer-info__rakus{
  display: grid;
  grid-template-columns: auto minmax(0,700px);
  align-items: center;
  gap: 0 30px;
}
.m_footer-info__rakus-text{
  font-size: 12px;
}
.m_footer-info__rakus figure{
  width: 60px;
}
.m_footer-info__certification{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}
.m_footer-info__certification figure:first-child{
  width: 100px;
}
.m_footer-info__certification figure:last-child{
  width: 128px;
}
/* 最下部 SNS リスト */
.m_footer-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--gray-line-300);
}
.m_footer-bottom__sns{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.m_footer-bottom__copyright{
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}
.m_footer-bottom__list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  font-size: 12px;
}
.m_footer-bottom__sns-x{
  width: 30px;
  height: 30px;
}
.m_footer-bottom__sns-facebook{
  width: 40px;
  height: 40px;
  transition: .3s;
}
.m_footer-bottom__sns-facebook:hover{
  opacity: .5;
}
/* フッターメニュー調整用 */
@media (max-width: 1030px) {
  .m_footer-content{
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .m_footer-newsletter{
    padding-left: 0;
    border-top: 1px solid var(--gray-line-300);
    border-left: none;
    margin-top: 20px;
    padding-top: 20px;
  }
  /* フッターcta */
  .m_footer-content-cta{
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
    border-left: none;
    border-top: 1px solid var(--gray-line-300);
  }
}
@media (max-width: 768px) {
  .ly_cta-footer-group{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .ly_cta-footer-group__inner{
    padding: 50px 20px;
    border-radius: 0;
  }
  .m_cta-footer-group__list{
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .m_cta-footer-group__item{
    padding: 20px 20px 30px;
    max-width: initial;
    width: 100%;
  }
  .m_cta-footer-group__item-heading{
    margin-bottom: 10px;
  }
  .m_cta-footer-group__desc{
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .m_cta-footer-group__image{
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
  }
  .m_related-site__list{
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .m_related-site__link{
    padding: 20px 10px 20px;
    height: auto;
  }
  .m_related-site__desc{
    margin-top: 10px;
  }
  .m_related-site__link:after{
    right: 15px;
    bottom: 15px;
  }
  /* フッターナビゲーションとメルマガ箇所 */
  .m_footer__headline{
    display: block;
  }
  .m_footer-nav__wrap{
    grid-template-columns: repeat(2,1fr);
    gap: 0 25px;
  }
  .m_footer-nav__subitem{
    font-size: 13px;
  }
  .m_footer-nav__link:after{
    right: -15px;
  }
  .m_footer__headline-tel{
    display: block;
    font-size: 14px;
  }
  .m_footer__headline-tel dt{
    border-right: none;
    margin-top: 10px;
  }
  .m_footer__headline-tel dd{
    padding-left: 0;
    margin-top: 3px;
  }
  .m_footer__tel-link{
    pointer-events: initial;
  }
  .m_footer-newsletter__heading{
    font-size: 18px;
  }
  .m_footer-newsletter__input{
    margin-top: 20px;
  }
  .m_footer-newsletter__text{
    margin-top: 10px;
  }
  .m_footer-newsletter__label{
    font-size: 16px;
  }
  .m_footer-newsletter__submit{
    height: 50px;
    margin-inline: auto;
  }
  .m_footer-newsletter__check{
    margin-top: 10px;
  }
  /* フッターナビ */
  .m_footer-nav__sublink{
    line-height: 1.7;
  }
  .m_footer-nav__sublist{
    margin-top: 0;
  }
  .m_footer-nav__link{
    line-height: 2;
  }

  /* 認証など */
  .m_footer-info{
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--gray-line-300);
  }
  .m_footer-info__rakus figure{
    width: 50px;
  }
  .m_footer-info__certification{
    justify-content: center;
    gap: 0 20px;
    margin-top: 20px;
  }
  .m_footer-info__certification figure:first-child{
    width: 80px;
  }
  .m_footer-info__certification figure:last-child{
    width: 90px;
  }
  /* 最下部 SNS リスト */
  .m_footer-bottom{
    display: block;
    padding-top: 20px;
    margin-top: 20px;
  }
  .m_footer-bottom__list{
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  .m_footer-bottom__info{
    margin-top: 20px;
  }
  .m_footer-bottom__copyright{
    text-align: center;
    margin-top: 20px;
  }
  
}