@charset "UTF-8";

/*///////////////////////////////////////////////////
//
//            ▼ ベース設定 ▼
//
///////////////////////////////////////////////////*/
html {
  color: #333;
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, メイリオ, Meiryo, Osaka, sans-serif;
}


:root {
  --blue: #004D9E;
  --AGENT_RED: #D10042;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}



/* フッター */
.l-footer {
  background-color: #fff;
  padding: 40px 20px;
}

.l-footer-wrap {
  margin: 0 auto;
  width: 95%;
  max-width: 970px;
}

@media screen and (max-width: 767px) {
  .l-footer-wrap {
    margin: 0 auto;
    width: 91.47%;
  }
}

.l-footer-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: self-start;
}

@media screen and (max-width: 767px) {
  .l-footer-box {
    flex-direction: column;
    gap: 28px;
    justify-content: center;
    align-items: center;
  }
}

.l-footer__inner {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}

/* Component: Footer Logo */
.c-footer-logo {
  background: url(/resource/common/img/sp/general_sp_logo_2023.svg) no-repeat center;
  background-size: contain;
  display: block;
  /* height: 48px; */
  height: 37px;
  width: 232px;
}

.c-footer-logo__alt {
  display: none;
}

/* Component: Footer List */
.c-footer-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .c-footer-list {
    /* margin-top: 20px; */
    justify-content: center;
    gap: 20px;
  }
}



.c-footer-list__link {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .c-footer-list__link {
    font-size: 14px;
  }
}

.c-footer-list__link:hover {
  /* text-decoration: underline; */
}

/* Component: Footer Badges */

.c-footer-badges__item {
  height: fit-content;
}

.c-footer-badges__list {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .c-footer-badges__list {
    gap: 20px;
  }
}


.c-footer-badge__link img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footerYuryonintei__link{
display: block;
padding: 0;
}
.footerYuryonintei__link img {
  mix-blend-mode: multiply;
  width: 74px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footerYuryonintei__link img {
    width: 51px;
    height: 54px;
  }
}

.footerYuryoshokai__link {
  background-size: cover !important;
  background: url(/resource/common/img/logo_yuryoshokai.png) no-repeat;
  width: 63px !important;
  height: 74px;
  display: block;
}

@media screen and (max-width: 767px) {
  .footerYuryoshokai__link {
    width: 46px !important;
    height: 54px;
  }
}

.footerPrivacy__link {
  background-size: cover !important;
  height: 74px !important;
  display: block;
}

@media screen and (max-width: 767px) {
  .footerPrivacy__link {
    width: 54px;
    height: 54px !important;
  }
}

/* Component: Page Top Button */
.footerPagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}


.l-footer-copyright {
  margin-top: 40px;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .l-footer-copyright {
    margin-top: 28px;
  }
}