footer button{-webkit-tap-highlight-color: transparent;}
footer input,footer button,footer textarea,footer select{font:inherit;border: none;background: none;color: inherit;}
footer h1,footer h2,footer h3,footer h4,footer button,footer input,footer label{line-height:1.1}
footer ul[role='list'],footer ol[role='list']{list-style:none}
/* フッター固有リセット処理  responsive.css*/
@media (min-width: 1200px){
  #footer ul > li{
    display: block;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  #footer ul > li{
    display: block;
    margin-left: 0;
  }
}
footer{
  font-family: "Roboto", "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;color: var(--gray-font-700);background-color: #fff;font-size: 16px;line-height: 1.5;
}
footer ul,footer li{
  margin: 0;
}
body > .hl_no-padding{
  padding: 0;
}
body > .hl_no-padding ul,body > .hl_no-padding ul li{
  margin: 0;
}
/* inquiry simple */
.common-footer_main {
  padding-bottom: 0;
  border-top: 1px solid #e5e5e5;
}
.common-footer_hai2mail-info {
  padding: 20px 15px;
  background: #fff !important;
  border-bottom: 1px solid #dbdbdb;
}
.common-footer_company-info {
  background-color: #fff;
}
.common-footer_hai2mail-info__logo {
  display: block;
  margin: 0;
}
.common-footer_hai2mail-info__logo img {
  width: 133px;
  height: 21px;
}
.common-footer_hai2mail-info__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 14px;
}
.common-footer_hai2mail-info__title {
  margin: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.common-footer_hai2mail-info__time {
  font-size: 12px;
  padding: 0 13px 0 0;
}
.common-footer_hai2mail-info__title::after {
  content: "|";
  position: absolute;
  right: 0;
}
.common-footer_hai2mail-info__tel-list {
  display: flex;
  margin: 0 0 0 13px;
  align-items: center;
}
#footer .common-footer_hai2mail-info__tel-list > .common-footer_hai2mail-info__tel-item + .common-footer_hai2mail-info__tel-item {
  margin-left: 13px;
}
a[href^="tel:"].common-footer_hai2mail-info__tel-link {
  pointer-events: inherit;
}
.common-footer_company-info-rakus {
  width: 70%;
  flex-wrap: nowrap;
}
.common-footer_company-info__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
.common-footer_company-info-rakus__figure {
  margin-right: 15px;
}
.common-footer_company-info-rakus__image {
  width: 60px;
  height: auto;
}
.common-footer_company-info-rakus__lead {
  font-size: 14px;
  line-height: 1.5;
}

.common-footer_company-info__image-ismsmark {
  width: 130px;
  height: auto;
}
.common-footer_company-info__image-privacymark {
  width: 90px;
  height: auto;
}
.common-footer_info {
  background: #f5f5f5;
}
.common-footer_info__list {
  display: flex;
  gap: 15px;
  margin: 0;
}
.common-footer_info__link-sns .common-footer_info__image {
  width: 30px;
  height: 30px;
}

.common-footer_info__link {
  text-decoration: underline;
  font-size: 13px;
}
.common-footer_info__link:hover {
  text-decoration: none;
}
.common-footer_info__copyright {
  color: #333;
  font-size: 12px;
  text-align: right;
  margin: 10px 0 0 0;
}
.pagetop {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 45px;
  margin-bottom: 0;
  font-size: 7.7rem;
  z-index: 99;
}
.pagetop__link {
  width: 70px;
  background: #4d61de;
  font-size: 1.1rem;
  opacity: 0.75;
  text-decoration: none;
  color: #fff !important;
  padding: 8px 20px;
  text-align: center;
  display: block;
  border-radius: 5px 5px 0 0;
  border: 3px solid;
}
/* floating-cta old*/
.common-footer_cta-floating {
  z-index: 998;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
}
.common-footer_cta-floating__inner {
  padding: 15px 20px;
  background-color: #074d82;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.common-footer_cta-floating__item-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.common-footer_cta-floating__link {
  position: relative;
  border: 4px solid #f4a608;
  border-radius: 30px;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 40px 10px 30px;
  transition: all .3s;
}
.common-footer_cta-floating__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 20px;
  border-color: transparent transparent transparent #f4a608;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  width: 0;
  height: 0;
}
.common-footer_cta-floating__link:hover {
  color: #fff;
  background-color: #f4a608;
}
.common-footer_cta-floating__link:hover:after {
  border-color: transparent transparent transparent #fff;
}
.common-footer_company-info__item + .common-footer_company-info__item {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .common-footer_hai2mail-info__logo {
    margin-bottom: 20px;
  }
  .common-footer_hai2mail-info__wrap {
    width: 100%;
    display: block;
  }
  .common-footer_hai2mail-info__title {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
  }
  .common-footer_hai2mail-info__title::after {
    display: none;
  }
  .common-footer_hai2mail-info__tel {
    display: block;
    margin-left: 0;
  }
  .common-footer_hai2mail-info__tel > li + li {
    margin-left: 0;
  }
  .common-footer_hai2mail-info__tel-list {
    margin-left: 0;
    display: block;
  }
  #footer .common-footer_hai2mail-info__tel-list > .common-footer_hai2mail-info__tel-item + .common-footer_hai2mail-info__tel-item {
    margin: 5px 0 0 0;
  }
  /* hai2mail-info end */

  /* company-info */
  .common-footer_company-info__innner {
    justify-content: center;
  }
  .common-footer_company-info-rakus {
    width: 100%;
    margin-bottom: 20px;
  }
  .common-footer_company-info-rakus__image {
    width: 50px;
  }
  .common-footer_company-info__image-privacymark {
    width: 70px;
  }
  .common-footer_company-info__image-ismsmark {
    width: 100px;
  }
  /* company-info end */

  /* info */
  .common-footer_info__list {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .common-footer_info__copyright {
    text-align: center;
  }
  /* info end */

  /* pagetop */
  .pagetop {
    bottom: 120px;
    right: 30px;
  }
}

#js_side-bnr.hidden {
  visibility: hidden;
}

/* TO TOPへのボタン */
.el_totop{
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: var(--z-index-totop);
  display: none;
}
.top .el_totop{
  bottom: 30px;
}
.el_totop__link{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 15px  rgba(0, 0, 0, .2);
}
.el_totop__link:hover{
  background-color: var(--primary-700);
}
.el_totop__link::before {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/asset/new_image/image/icon_totop-blue.svg) no-repeat no-repeat center center;
  background-size: contain;
  transition: transform 0.3s;
}
.el_totop__link::after{
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  bottom: 33%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-700);
  transition: none;
}
.el_totop__link:hover::before{
  filter: brightness(0) invert(1);
  transform: translate(-50%, -70%);
}
.el_totop__link:hover::after{
  background-color: #fff;
}

/* フッター 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);
  font-weight: bold;
  text-align: center;
  margin-bottom: var(--mb-l);
  line-height: 1.3;
}
.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;
}
.m_cta-footer-group__item-heading{
  font-size: var(--fz-m);
  font-weight: bold;
  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: 1.6;
  margin-bottom: 30px;
}
/* フッター 関連サイト */
.ly_related-site{
  background-color: var(--gray-bg-100);
}
.m_related-site__heading{
  color: var(--gray-font-700);
  font-weight: bold;
  text-align: center;
  font-size: var(--h2-l);
  margin-bottom: var(--mb-l);
}
.m_related-site__list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0 4%;
}
.m_related-site__link{
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid var(--gray-line-300);
  border-radius: 10px;
  padding: 30px 10px 40px;
  height: 180px;
}
.m_related-site__link:hover{
  transform: translateY(-6px);
}
.m_related-site__desc{
  text-align: center;
  margin-top: 20px;
}
.m_related-site__image{
  margin-inline: auto;
  max-width: 280px;
}
.m_related-site__link:after{
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  right: 20px;
  bottom: 20px;
  background: url(/asset/new_image/image/icon_newscreen.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(4,1fr);
}
.m_footer-nav__link{
  position: relative;
  font-size: 16px;
  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/new_image/image/icon_arrow-blue_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-newsletter{
  padding-left: 35px;
  border-left: 1px solid var(--gray-line-300);
}
.m_footer-newsletter__heading{
  color: var(--primary-700);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.m_footer-newsletter__text{
  margin-top: 20px;
  font-size: 12px;
}
.m_footer-newsletter__input{
  margin-top: 30px;
}
.m_footer-newsletter__label{
  font-size: 18px;
  font-weight: bold;
  color: var(--gray-font-line-500);
}
.m_footer-newsletter__input input[type="mail"]{
  width: 100%;
  border: 1px solid var(--gray-line-300);
  border-radius: 5px;
  background-color: var(--gray-bg-100);
  min-height: 45px;
  padding: 10px;
  margin-top: 10px;
}
.m_footer-newsletter__submit{
  position: relative;
  max-width: 320px;
  width: 100%;
  height: 70px;
  padding: 0 25px;
  margin-top: 20px;
  background-color: var(--primary-700);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--primary-700);
  border-radius: 50px;
  transition: all .3s;
}
.m_footer-newsletter__submit::after{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url(/asset/new_image/image/icon_cta-arrow-white.svg) no-repeat no-repeat center center;
  background-size: contain;
  transition: all .3s;
}
.m_footer-newsletter__submit:hover{
  background-color: #fff;
  color: var(--primary-700);
  cursor: pointer;
}
.m_footer-newsletter__submit:hover::after{
  background: url(/asset/new_image/image/icon_arrow-blue_100-100.svg) no-repeat no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) translateX(5px);
}
.m_footer-newsletter__check{
  font-size: 12px;
  margin-top: 20px;
}
/* 認証など */
.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 p{
  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;
}
/* フッターメニュー調整用 */
@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;
  }
}
@media (max-width: 768px) {
   /* floating-cta */
   .common-footer_cta-floating__inner {
    display: block;
    text-align: center;
    box-sizing: border-box;
  }
  .common-footer_cta-floating__item-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .common-footer_cta-floating__link {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 5px 40px 5px 15px;
    color: #fff;
    background-color: #f4a608;
  }
  .common-footer_cta-floating__link::after {
    border-color: transparent transparent transparent #fff;
  }
  /* floating-cta end */
  #js_side-bnr-sp.hidden {
    visibility: hidden;
  }

  .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;
    margin-top: 0;
  }
  .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_footer__headline{
    display: block;
  }
  .m_footer-nav__wrap{
    grid-template-columns: repeat(2,1fr);
    gap: 0 20px;
  }
  .m_footer-nav__subitem{
    font-size: 13px;
  }
  .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;
    margin-left: 0;
  }
  .m_footer__tel-link{
    pointer-events: initial!important;
  }
  .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__rakus p{
    font-size: 12px;
  }
  .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;
  }
  /* TO TOPへのボタン */
  .el_totop {
    bottom: 119px;
    right: 20px;
  }
  .top .el_totop {
    bottom: 20px;
  }
  .el_totop__link {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
  }
  .el_totop__link::before {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
  }
  .el_totop__link::after {
    width: 16px;
    height: 1px;
  }
  
}