@charset "utf-8";
.footer{
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.footer .st-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;line-height: 2;
}

.st-info__box dd ul {
    margin: 1em 0;
    padding: 1em 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.footer .arrow_btn{
  margin-right: 1rem;
}

.st-info__box{
    margin-bottom: 1em;
    dd:has(.logo){
        position: relative;
        .logo{
            position: absolute;
            border-radius: 50%;
            bottom: 1em;
            right: 1em;
            overflow: hidden;
            width: 7rem;
        }
    }
    .st-cta__hp {
        display: inline-block;
        margin-left: 0;
        @media (max-width:480px){
            font-size:12px;
            margin-right:1em;
            a{
                padding:1em 2em;
                svg{
                    margin-left: 1em;
                }
            }
        }
    }
}
.st-info{
  margin-bottom: 5rem;
  font-size: 1.4rem;
}
.st-footer__inner{
  text-align: center;
}
.st-cta__insta{
  display:inline-block;
}
.st-cta__insta svg{
  width: 2.5rem;
}
.st-info__blk iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.svg-inline--fa{
  width: 1.6rem;
  vertical-align: middle;
}

.st-footer__list,
.st-footer__subList  {
  margin-top: 2rem;
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.1rem;
}
.st-footer__subList{
  color: var(--color-gray);
}
.st-footer__info{
  margin-top: 5rem;
}
.st-footer__addressWrap{
  margin: 2rem 0 3rem;
}

.footer {
  padding: 7.5rem 10.6rem 4rem;
}
.footer_box {
  display: flex;
  align-items: flex-start;
  gap: 19rem;
}
.footer_logo {
  width: 9.2rem;
}
.footer_info {
  display: flex;
  gap: 14rem;
}
.footer_menu_title {
  font-size: 1.8rem;
  color: #FFFFF8;
  margin-bottom: 2.4rem;
}
.footer_list_box {
  display: flex;
  gap: 6rem;
}
.footer_list {
  display: grid;
  gap: 1.5rem;
}
.footer_list_item_link {
  font-weight: 300;
  font-size: 1.6rem;
  color: #FFFFF8;
}
.footer_bottom {
  margin-top: 11rem;
  position: relative;
}
.page_top {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  font-weight: 300;
  font-size: 1.6rem;
  color: rgb(250 250 245 / 1);
  cursor: pointer;
}
.copyright {
  font-weight: 300;
  font-size: 1.3rem;
  color: rgb(250 250 245 / .8);
  text-align: center;
}
@media (max-width:768px) {
  .footer {
    padding: 4.8rem 2.5rem 1.6rem;
  }
  .footer_box {
    flex-direction: column;
    align-items: center;
    gap: 4.4rem;
  }
  .footer_logo {
    width: 7rem;
  }
  .footer_info {
    flex-direction: column;
    gap: 4rem;
  }
  .footer_menu {
    display: flex;
  }
  .footer_menu_title {
    font-size: 1.3rem;
    width: 8.5rem;
    margin-bottom: 0;
  }
  .footer_list_box {
    display: grid;
    grid-template-columns: 7rem 12rem 1fr;
    gap: 1.6rem 0;
  }
  .footer_list_box .footer_list{
    display: contents;
  }
  .footer_list {
    grid-template-columns: 7rem 12rem 1fr;
    gap: 0;
  }
  .footer_list_item_link {
    font-size: 1.2rem;
  }
  .footer_bottom {
    margin-top: 7.2rem;
  }
  .page_top {
    font-size: 1.2rem;
    position: static;
  }
  .copyright {
    font-size: 1rem;
    text-align: left;
    margin-top: 1.7rem;
  }
}
@media (max-width:480px) {
  .footer{
    padding-bottom: 6rem;
  }
  .footer .st-info__inner{
      grid-template-columns: 1fr;
      gap: 0;
  }
  .st-info__blk {
    display: block;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 7%;
    margin-bottom: 7%;
  }
  .st-footer__list,
  .st-footer__subList{
    gap: 1.5rem;
  }
    .st-footer__logo svg{
        width: 7rem;
    }
}