@charset "utf-8";

#footer {
  background-color: #ca5142;
  color: #fff;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  width:95%;
  max-width: 1200px;
  padding-top: 58px;
  padding-bottom: 30px;
  margin: 0 auto;
  background-color: #ca5142;
}

.footer__content1 {
  width: 22%;
  padding-right: 3%;
  position: relative;
  border-right:1px solid #fff;
}
.footer__content1 .content_in {
  text-align: center;
  width:auto;
}

.footer__logo {
  display: block;
  max-width: 101px;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
}

.footer__title {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer__title-sub {
  font-size: 12px;
  font-weight:400;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  margin-bottom: 8px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.footer__title-sub span {
  display:inline-block;
}

.footer__address {
  font-size: 11px;
  font-weight:400;
  line-height: 1.4;
  margin-bottom: 7px;
}

.footer__address span {
  font-size: 14px;
  font-weight:500;
}

.footer__address2 {
  font-size: 11px;
  font-weight:400;
  
}
.footer__address2 br.sp {
  /*display: block !important;*/
}

.footer__content2 {
  padding-bottom: 50px;
  width: 47%;
  /*padding-left: 7%;*/
  display: flex;
  justify-content: space-between;
}

.footer__list {
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  gap: 20px 15px;
}
.footer__list-item.work {
  display: flex;
  flex-direction: column;
  gap: 0 15px;
}
.footer__list-item.work .subnav {
  font-size:13px;
  padding-top:15px;
}
.footer__list-item.work .subnav li:not(:last-child) {
  margin-bottom:6px;
}
.footer__list-item.work .subnav li a:hover {
  color: #dd7366;
}

.footer__list-item.work p {
  margin-bottom:10px;
}
.footer__list-item a {
  display: block;
  transition: opacity 0.3s;
}

.footer__list-item a:hover {
  opacity: 0.8;
}

.footer__list-item.footer__list-item--home {
  position: relative;
}

.footer__list-item > .select li {
  margin-bottom: 10px;
}
.footer__list-item > .select li span {
    display: block;
    margin-bottom: 5px;
}
.footer__list-item > .select li a {
  padding: 5px 0 5px 1em;
  background: url(../imgs/common/arrow_r.svg) no-repeat left center / 5px;
}

#footer .pl30 {
  padding-left: 30px;
}
#footer .mb10 {
  margin-bottom: 10px;
}
.footer__list-item:hover .footer__list-en::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../imgs/common/arrow_btn-s_w.svg) no-repeat center;
  background-size:contain;
}

.footer__list-en {
  font-family: bebas-neue-pro, sans-serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing:0.05em;
  position:relative;
  transition:all 0.4s;
}

.footer__list-ja {
  font-size: 14px;
  font-weight: 400;
}

.footer__other {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  padding-left:15px;
}
.footer__other li {
  white-space: nowrap;
  padding-left:12px;
  position:relative;
}
.footer__other li:not(:last-child) {
  margin-bottom: 6px;
}

.footer__other li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.footer__other li::before {
  content:"";
  display:block;
  width:7px;
  height:14px;
  background:url(../imgs/common/arrow_r.svg);
  background-size:contain;
  position:absolute;
  top:1px;
  left:0;
}

.footer__content3 {
  width: 32.5%;
  max-width:300px;
}

.footer__btns {
  display:flex;
  flex-direction:column;
  gap:15px;
}
.footer__btns .more__btn.btn-rd .btn {
  height:50px;
}
.footer__btns .more__btn.btn-rd .btn:after {
    width: 20px;
    height: 20px;
    background-image:url(../imgs/common/arrow_btn-s_w.svg)
}
.footer__btns .more__btn.btn-rd:hover .btn:after {
    background-image:url(../imgs/common/arrow_btn-s_rw.svg)
}

.footer__sns {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer__sns-name {
  font-family: komet, sans-serif;
  font-size: 15px;
}

.footer__sns-icon {
  display: block;
  width: 10.5%;
  margin-left: 5.6%;
  transition: opacity 0.3s;
}

.footer__sns-icon:hover {
  opacity: 0.8;
}


.footer_btm {
  display:flex;
  justify-content:center;
  align-items:center;
  padding:0 10px 30px;
}
#footer .pp {
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding: 2px 20px 2px 0;
  border-right:1px solid #fff;
  
}
.footer__copyright {
  font-size: 13px;
  text-align: center;
  padding: 0 0 0 20px;
  letter-spacing: 0.2em;
}
/*.footer__copyright a {
  display: inline-block;
  margin-top: 5px;
}

.footer__copyright a:hover {
  text-decoration: underline;
}*/




}

@media screen and (max-width: 1280px) {
  .footer__inner {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1260px) {

  .footer__content1 {
    width: 22%;
  }

  .footer__content2 {
    width: 43%;
  }

  .footer__content3 {
    width: 35%;
    padding-left: 2%;
  }


  .footer__list-en {
    font-size: 2.1vw;
  }

  .footer__list-item.footer__list-item--home::before {
      top:45%;
      left: -35px;
    }
    .footer__btn.btn .btn__left {
      font-size: 14px;
    }

  .footer__btn .btn__right {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .footer__inner {
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
  }
  .footer__content1 {
    width: 100%;
    padding-bottom: 40px;
    padding-right:0;
    border-right: none;
  }

  .footer__content1::after {
    right: auto;
    top: auto;
    bottom: 0;
    height: 1px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  .footer__content2 {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 6%;
    width: 100%;
  }
  .footer__list {
    min-width: 110px;
  }

  .footer__list-en {
    font-size: 27px;
  }

  .footer__content3 {
    width: 100%;
  }

  .footer__sns {
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer__sns-name {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer__sns-icon {
    width: 30px;
  }

  .footer__sns-icon {
    margin-left: 0;
  }

  .footer__sns-icon:not(:last-child) {
    margin-right: 5%;
  }

  .footer__content3 {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    max-width: 768px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__btns {
    max-width: 375px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__copyright {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .footer__copyright a {
    display: inline-block;
    margin-top: 10px;
  }

  .footer__sns {
    display: block;
    text-align: center;
  }

  .footer__sns-icon {
    display: inline-block;
  }

  .footer__sns-name {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 620px) {
  .footer__content2 {
    max-width: 420px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
    margin-bottom:20px;
  }

  .footer__list {
    width: 48%;
    min-width: 48%;
  }
  

  .footer__list-en {
    font-size: 24px;
  }
  
  .footer__list.footer__list--3 {
    width: 100%;
    flex-direction: initial;
    justify-content: space-between;
  }
  .footer__list.footer__list--3 > li {
    width: 48%;
  }
  .footer__list-item:not(:last-child),
  .footer__list-item {
    margin-bottom: 15px;
  }
  
  .footer_btm {
    flex-direction:column;
  }
  #footer .pp {
    padding: 10px 10px;
    border-right: none;
    margin-bottom:10px;
  }
  
}

@media screen and (max-width: 480px) {

  .footer__list-en {
    font-size: 22px;
  }
}

@media screen and (max-width: 400px) {

  .footer__list-en {
    font-size: 20px;
  }
}


@media screen and (max-width: 340px) {
  .footer__list-item {
    margin-bottom: 15px;
  }
  .footer__list-item.sp77 {
    height: 77px;
  }
}
