.footer_fixed_banner {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.footer_fixed_banner .banner__wrap {
  position: relative;
}
.footer_fixed_banner .banner__wrap .close {
  position: absolute;
  top: -36px;
  right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  padding: 10px;
  border: none;
}
.footer_fixed_banner .banner__wrap .close:hover {
  opacity: 0.7;
}
.footer_fixed_banner .banner__wrap img {
  max-width: 560px;
  height: auto;
}

footer {
  padding-top: 32px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 16px;
  }
  footer:not(.no-breadcrumb) {
    padding-top: 0;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
footer .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  footer .content__wrapper {
    gap: 0;
  }
}
footer .footer__inner {
  padding: 32px 0 120px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  footer .footer__inner {
    padding: 0 0 72px;
  }
}
footer .footer__inner .snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  padding: 0 12px 24px;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .snsArea {
    padding: 24px 12px 0;
    border-bottom: none;
  }
}
footer .footer__inner .snsArea .snsTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
footer .footer__inner .snsArea .snsTxt h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .snsArea .snsTxt h2 {
    font-size: min(4vw, 15px);
    line-height: 1.5;
  }
}
footer .footer__inner .snsArea .snsTxt p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .snsArea .snsTxt p {
    font-size: min(3.2vw, 12px);
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  footer .footer__inner .snsArea .icon__wrap {
    padding-bottom: 24px;
    border-bottom: 1px solid #dfdfdf;
  }
}
footer .footer__inner .snsArea .icon__wrap a {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .snsArea .icon__wrap a {
    width: 30px;
    height: 30px;
  }
}
footer .footer__inner .snsArea .icon__wrap a:hover {
  opacity: 0.7;
}
footer .footer__inner .snsArea .icon__wrap a svg {
  width: 100%;
  height: 100%;
}
footer .footer__inner .linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .linkArea {
    padding: 24px 16px;
    gap: 32px;
  }
}
footer .footer__inner .linkArea .link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .linkArea .link__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}
footer .footer__inner .linkArea .link__list .list__title {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
footer .footer__inner .linkArea .link__list .list__title h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .linkArea .link__list .list__title h3 {
    font-size: min(3.7333333333vw, 14px);
    line-height: 1.5;
  }
}
footer .footer__inner .linkArea .link__list .dlList__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .linkArea
    .link__list
    .dlList__wrap.stratification
    .dlList {
    padding-left: 24px;
  }
}
footer
  .footer__inner
  .linkArea
  .link__list
  .dlList__wrap
  .dlList:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .linkArea
    .link__list
    .dlList__wrap
    .dlList:not(:last-child) {
    margin-bottom: 16px;
  }
}
footer .footer__inner .linkArea .link__list .dlList__wrap .dlList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .linkArea .link__list .dlList__wrap .dlList ul {
    gap: 12px 0;
  }
}
footer
  .footer__inner
  .linkArea
  .link__list
  .dlList__wrap
  .dlList
  ul
  li:not(:last-child)
  > :after {
  content: "";
  border-right: 1px solid #dfdfdf;
  bottom: 0;
  height: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .linkArea
    .link__list
    .dlList__wrap
    .dlList
    ul
    li.subtitle {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-indent: -6px;
  }
  footer
    .footer__inner
    .linkArea
    .link__list
    .dlList__wrap
    .dlList
    ul
    li.subtitle
    > :after {
    content: none;
  }
}
footer
  .footer__inner
  .linkArea
  .link__list
  .dlList__wrap
  .dlList
  ul
  li.subtitle
  p {
  font-weight: 600;
  color: black;
}
footer
  .footer__inner
  .linkArea
  .link__list
  .dlList__wrap
  .dlList
  ul
  li.subtitle
  p.unlink {
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
  display: inline-block;
}
footer
  .footer__inner
  .linkArea
  .link__list
  .dlList__wrap
  .dlList
  ul
  li.subtitle
  p.unlink::after {
  content: "";
  border-right: 1px solid #dfdfdf;
  bottom: 0;
  height: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .linkArea
    .link__list
    .dlList__wrap
    .dlList
    ul
    li.subtitle
    p.unlink::after {
    content: none;
  }
}
footer .footer__inner .linkArea .link__list .dlList__wrap .dlList ul li a {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
  padding-right: 1rem;
}
footer
  .footer__inner
  .linkArea
  .link__list
  .dlList__wrap
  .dlList
  ul
  li
  a:hover {
  text-decoration: underline;
}
footer .footer__inner .linkArea .link__list .dlList__wrap .dlList ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .linkArea .link__list .dlList__wrap .dlList ul li p {
    font-size: min(3.4666666667vw, 13px);
    line-height: 1.4;
    color: #444;
  }
}
footer .footer__inner .bannerArea {
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .bannerArea {
    border-bottom: none;
  }
}
footer .footer__inner .bannerArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  padding: 0 16px 32px;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .bannerArea ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    gap: 8px;
  }
}
footer .footer__inner .bannerArea ul li:hover {
  opacity: 0.7;
}
footer .footer__inner .logoArea .serviceLogo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .logoArea .serviceLogo__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #dfdfdf;
  }
}
footer .footer__inner .logoArea .serviceLogo__wrap .serviceLogo__item {
  max-width: 160px;
  width: calc(16.6666666667% - 0.1px);
  padding: 16px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .logoArea .serviceLogo__wrap .serviceLogo__item {
    max-width: none;
    width: calc((100% - 1px) / 2 - 0.1px);
    border-bottom: 1px solid #dfdfdf;
  }
  footer
    .footer__inner
    .logoArea
    .serviceLogo__wrap
    .serviceLogo__item:nth-child(2n) {
    border-left: 1px solid #dfdfdf;
  }
}
footer .footer__inner .logoArea .serviceLogo__wrap .serviceLogo__item a:hover {
  opacity: 0.7;
}
footer
  .footer__inner
  .logoArea
  .serviceLogo__wrap
  .serviceLogo__item
  .img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .logoArea
    .serviceLogo__wrap
    .serviceLogo__item
    .img__wrap {
    height: auto;
  }
}
footer
  .footer__inner
  .logoArea
  .serviceLogo__wrap
  .serviceLogo__item
  .img__wrap
  img {
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
footer
  .footer__inner
  .logoArea
  .serviceLogo__wrap
  .serviceLogo__item
  .img__wrap
  img.mws {
  width: 97.794%;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .logoArea
    .serviceLogo__wrap
    .serviceLogo__item
    .img__wrap
    img.mws {
    width: auto;
    height: 32px;
  }
}
footer
  .footer__inner
  .logoArea
  .serviceLogo__wrap
  .serviceLogo__item
  .img__wrap
  img.mwa {
  width: 29.412%;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .logoArea
    .serviceLogo__wrap
    .serviceLogo__item
    .img__wrap
    img.mwa {
    width: auto;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .logoArea
    .serviceLogo__wrap
    .serviceLogo__item
    .img__wrap
    img.mwp {
    width: auto;
    height: 25px;
  }
}
footer
  .footer__inner
  .logoArea
  .serviceLogo__wrap
  .serviceLogo__item
  .img__wrap
  img.mwm,
footer
  .footer__inner
  .logoArea
  .serviceLogo__wrap
  .serviceLogo__item
  .img__wrap
  img.mwtk {
  width: 79.412%;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .logoArea
    .serviceLogo__wrap
    .serviceLogo__item
    .img__wrap
    img.mwm,
  footer
    .footer__inner
    .logoArea
    .serviceLogo__wrap
    .serviceLogo__item
    .img__wrap
    img.mwtk {
    width: auto;
    height: 26px;
  }
}
footer
  .footer__inner
  .logoArea
  .serviceLogo__wrap
  .serviceLogo__item
  .img__wrap
  img.mwm {
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .logoArea
    .serviceLogo__wrap
    .serviceLogo__item
    .img__wrap
    img.mwm {
    padding-top: 0;
  }
}
footer
  .footer__inner
  .logoArea
  .serviceLogo__wrap
  .serviceLogo__item
  .img__wrap
  img.mwtk {
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .logoArea
    .serviceLogo__wrap
    .serviceLogo__item
    .img__wrap
    img.mwtk {
    padding-bottom: 0;
  }
}
footer
  .footer__inner
  .logoArea
  .serviceLogo__wrap
  .serviceLogo__item
  .img__wrap
  img.eigagift {
  width: 86.029%;
}
@media screen and (max-width: 767px) {
  footer
    .footer__inner
    .logoArea
    .serviceLogo__wrap
    .serviceLogo__item
    .img__wrap
    img.eigagift {
    width: auto;
    height: 26px;
  }
}
footer .footer__inner .logoArea .serviceLogo__wrap .serviceLogo__item p {
  margin-top: 0.5rem;
  font-size: clamp(0.563rem, 0.356rem + 0.43vw, 0.688rem);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .logoArea .serviceLogo__wrap .serviceLogo__item p {
    font-size: min(2.9333333333vw, 11px);
    margin-top: 0.571rem;
  }
}
footer .footer__inner .pageTop {
  background-color: #f2f2f2;
  text-align: center;
}
footer .footer__inner .pageTop a {
  display: block;
  padding: 16px;
}
footer .footer__inner .pageTop p {
  font-size: min(3.2vw, 12px);
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  color: #555;
}
footer .footer__inner .pageTop p::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url("../images/svg/ic_arrow_gray.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: -19px;
  left: auto;
  color: #444;
}
footer .footer__inner .footerNav {
  padding-top: 16px;
  text-align: center;
}
footer .footer__inner .footerNav .list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .footerNav .list__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer__inner .footerNav .footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer
  .footer__inner
  .footerNav
  .footerNav__list:first-child
  .item:last-child
  a {
  border-right: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .footerNav .footerNav__list {
    gap: 8px 0;
  }
  footer
    .footer__inner
    .footerNav
    .footerNav__list:first-child
    .item:last-child
    a {
    border-right: none;
  }
  footer .footer__inner .footerNav .footerNav__list + .footerNav__list {
    margin-top: 8px;
  }
}
footer
  .footer__inner
  .footerNav
  .footerNav__list
  .item:not(:last-child)
  > :after {
  content: "";
  border-right: 1px solid #dfdfdf;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0;
}
footer .footer__inner .footerNav .footerNav__list .item a {
  display: inline-block;
  padding: 0 0.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .footerNav .footerNav__list .item a {
    padding: 0 0.571rem;
  }
}
footer .footer__inner .footerNav .footerNav__list .item a:hover {
  text-decoration: underline;
}
footer .footer__inner .footerNav .footerNav__list .item a p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .footerNav .footerNav__list .item a p {
    font-size: min(3.2vw, 12px);
    line-height: 1.4;
    color: #444;
  }
}
footer .footer__inner .footerNav .footer__copy {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.05;
  color: #666;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  footer .footer__inner .footerNav .footer__copy {
    font-size: min(2.6666666667vw, 10px);
    margin-top: 24px;
    color: #555;
  }
}
footer.footerNav-only {
  padding-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  footer.footerNav-only .footer__inner {
    padding: 24px 0 32px;
  }
}
footer.footerNav-only .snsArea,
footer.footerNav-only .linkArea,
footer.footerNav-only .bannerArea,
footer.footerNav-only .logoArea,
footer.footerNav-only .pageTop {
  display: none;
}
footer.footerNav-only .footerNav {
  padding-top: 8px;
}
