@charset "utf-8";
/*===============================================================

	FOOTER CSS
	
===============================================================*/
footer {
  background: #000;
  color: #fff;
}
footer #footer-wrap {
  max-width: inherit;
  margin: 0 auto;
  padding: 50px 12.5%;
  /*    border: 1px solid #fc0;*/
}
footer #footer-wrap #footer-wrap-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  footer #footer-wrap {
    max-width: 1440px;
  }
}
footer #footer-wrap #footer-wrap-inner {
  position: relative;
}
footer .columnSet.col4 {
  justify-content: space-between !important;
}
footer .col4 .logo {
  margin-bottom: 40px;
}
footer .col4 .logo a {
  color: #fff;
  width: 182px;
}
footer .col4 .logo a img {
  width: 40px;
}
footer .col4 .logo a span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 0.2em;
}
footer .col4 .logo a:hover {
  text-decoration: none;
}
footer .col4 .column-inner {
  width: 24%;
}
footer .col4 .column-inner:not(:first-of-type) {
  margin-top: 10px;
}
footer .col4 .column-inner:last-of-type {
  width: 20%;
}
footer .col4 .inner-parent > li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 12px;
  margin-bottom: 3em;
}
footer .col4 .inner-parent > li:last-of-type {
  margin-bottom: 0;
}
footer .col4 ul li p.toggle {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.81vw;
  margin-bottom: 0.5em;
}
footer .col4 .inner-child {
  padding-bottom: 0.5em;
}
footer .col4 .inner-child li, footer .col4 .notitle li {
  border-left: none;
  padding-left: 0;
  line-height: 2;
  margin-bottom: 0.5em !important;
}
footer .col4 .inner-child li a, footer .col4 .notitle a {
  color: #fff;
  font-size: 10px;
  font-size: 0.72vw;
  font-weight: 500;
  line-height: 2;
  position: relative;
  padding-left: 20px;
}
footer .col4 .inner-child li a::before, footer .col4 .inner-parent li.notitle a::before {
  position: absolute;
  content: '';
  box-sizing: border-box;
  width: 11px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  -webkit-mask-image: url("../images/icon_arwR.svg");
  -webkit-mask-size: contain;
  mask-image: url("../images/icon_arwR.svg");
  mask-size: contain;
}
footer .col4 .inner-child li a em {
  background: #c8c8c8;
  border-radius: 5px;
  padding: 0px 3px;
  font-style: normal;
  font-size: 90%;
  margin-right: 0.4em;
  color: #000;
}
footer .col4 .inner-child li a[target="_blank"]::after, footer .col4 .inner-child li.link-btn a[target="_blank"] > span::after {
  background: var(--iconBlankW);
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
}
footer .col4 .inner-child li a.special-link[target="_blank"]::after {
  display: none;
}
footer .col4 .column-inner:last-of-type li:last-child a::after, footer .col4 .inner-child li a.special-link[target="_blank"] span::after {
  background: var(--iconBlankW);
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  margin-bottom: 0;
}
/*=========================================
アコーディオンのためのcss
=========================================*/
@media screen and (min-width: 1024px) {
  footer .inner-child {
    display: block !important;
  }
  footer .toggle::before, footer .toggle::after, footer .toggle span::after {
    content: none;
  }
}
@media screen and (max-width: 1023px) {
  footer .inner-child {
    display: none;
  }
  footer .toggle::before, footer .toggle::after, footer .toggle span::after {
    content: '';
  }
  footer #footer-wrap {
    max-width: inherit;
    padding: 30px 10%;
  }
  footer .col4 .column-inner, footer .col4 .column-inner:last-of-type {
    width: 100% !important;
  }
  footer .col4 .column-inner:not(:first-of-type) {
    margin-top: 0;
  }
  footer .col4 .column-inner:not(:last-of-type) {
    margin-right: 0
  }
  footer .col4 .column-inner .inner-parent li {
    border-left: none;
    padding-left: 0;
  }
  footer .col4 .inner-parent > li {
    margin-bottom: 0;
  }
  footer .col4 .column-inner ul li p.toggle {
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
    padding: 24px 0;
  }
  footer .col4 .column-inner ul li p.toggle span {}
  footer .col4 .inner-child li a {
    font-size: 13px;
  }
  footer .col4 .inner-parent li.notitle {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  footer .col4 .inner-parent li.notitle a {
    font-size: 13px;
    padding: 15px 0 15px 20px;
  }
  footer .col4 .inner-child {
    padding-bottom: 1.5em;
  }
}
/* SNS 
----------------------------------------------------------------------------------*/
footer #sns {}
footer #sns ul {
  justify-content: flex-end;
}
footer #sns ul li {
  width: 30px;
  height: auto;
  margin-left: 20px;
}
footer #sns ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  footer #sns ul {
    justify-content: center;
  }
  footer #sns ul li {
    margin: 0 10px;
  }
}
/* ADDRESS
-----------------------------------------------------------------------------------*/
footer #address {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 0 0 0;
  margin-top: 15px;
}
footer #address dl dt {
  font-family: var(--fontJost);
  font-size: 15px;
  font-weight: 600;
}
footer #address dl dd {
  font-size: 10px;
  font-weight: 400;
}
footer #address ul {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.6;
}
footer #address ul::after {
  content: '';
  width: 100%;
}
footer #address ul li:nth-child(n+3) {
  order: 1;
}
footer #address ul li:nth-child(odd) {
  width: 11em;
}
footer #address ul li a {
  color: #fff;
}
footer #address ul li a[target="_blank"]::after {
  background: var(--iconBlankW);
}
@media screen and (max-width: 1023px) {
  footer #address {
    border-top: none;
  }
  footer #address .column-inner:last-of-type {
    margin-top: 20px;
  }
}
footer .sp_toggleArea {
  margin: 20px 0;
}
footer .sp_toggleArea:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  width: 20%;
}
footer .sp_toggleArea:last-of-type .inner-child_toggle-list {
  padding-left: 15px;
}
footer #f-nav04 {
  position: absolute;
  bottom: 130px;
}
@media screen and (max-width: 1100px) {
  footer #f-nav04 {
    bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  footer .linkList_inner li.inner-child_toggle {
    margin-bottom: 0 !important;
  }
  footer .inner-child_toggle > a {
    border-top: 1px solid #C8C8C8;
    padding: 15px 0;
  }
  footer .inner-child_toggle > a span {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
  }
  footer .inner-child_toggle > a span::before {
    content: "";
    position: absolute;
    background: var(--iconCircleTogle);
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s;
  }
  footer .inner-child_toggle-list {
    display: none;
  }
  footer .sp_toggleArea {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 20px 0 0;
    margin-bottom: 0 !important;
  }
  footer .sp_toggleArea:last-of-type {
    border-top: none;
    margin-top: 0;
    position: static;
    border-left: none !important;
    width: 100%;
  }
  footer .sp_toggleArea:last-of-type .inner-child_toggle-list {
    padding-left: 0;
  }
  footer #f-nav04 {
    position: static;
  }
  footer .inner-child_toggle {
    font-size: 14px;
    padding: 15px 0px;
    margin: 0;
    font-weight: bold;
    position: relative;
  }
  footer .inner-child_toggle-list {
    padding: 20px 0 10px;
    border-top: 1px dotted rgba(255, 255, 255, 0.4);
  }
  footer .inner-child_toggle span {
    display: block;
    position: relative;
  }
  footer .inner-child_toggle span::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background: rgba(200, 200, 200, 0.3);
    border-radius: 50%;
  }
  footer .inner-child_toggle::before, .inner-child_toggle::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 2px;
    background-color: #fff;
    transition: .5s;
  }
  footer .inner-child_toggle::before {
    top: 50%;
    right: 19px;
    transform: translateY(-50%) rotate(0deg);
  }
  footer .inner-child_toggle::after {
    top: 50%;
    right: 19px;
    transform: translateY(-50%) rotate(90deg);
  }
  footer .inner-child_toggle.close::before {
    transform: rotate(45deg);
  }
  footer .inner-child_toggle.close::after {
    transform: rotate(-45deg);
  }
  footer .linkList_Btn {
    display: block;
  }
  footer .linkList_Btn li {
    margin-bottom: 10px;
  }
  footer .linkList_Btn li a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 30px;
  }
}
/* COPY
----------------------------------------------------------------------------------------------*/
footer #copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #fff;
  padding: 20px;
  /*font-size: 10px;*/
  font-size: 0.65vw;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  footer #copyright {
    font-size: 9px;
  }
}
  .disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  display: inline;
}