.footer-inquiry {
  display: flex;
  padding: 20px 12%;
  background: radial-gradient(49.25% 212.68% at 49.25% 44.53%, #00ABFD 0%, #002CB6 100%);
  color: #FFFFFF;
  text-align: center;
}

.footer-inquiry h2 {
  font-weight: 700;
  font-size: 32px;
  margin: 32px 0 48px;
}

.footer-inquiry .icon {
  width: 32px;
  height: 32px;
}

.footer-inquiry .description {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 48px;
  text-align: left;
}

.footer-inquiry .left {
  margin-right: 80px;
  width: 50%;
  padding: 78px 0;
}

.footer-inquiry .right {
  width: 50%;
  position: relative;
  flex-grow: 1;
  margin-left: 80px;
  padding: 78px 0;
}

.footer-inquiry .right:before {
  position: absolute;
  top: 0;
  right: 100%;
  margin: 0 80px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
}

footer {
  background: #F4F5F7;
  display: flex;
  padding: 64px 10%;
}

footer .left {
  position: relative;
  width: 45%;
}

footer .left .company-info .address {
  margin-top: 12px;
}

footer .right {
  width: 55%;
  display: flex;
  justify-content: space-between;
}

footer .right ul {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  width: 100%;
}

footer .right ul:first-child {
  width: 100%;
  margin-right: 40px;
}

footer .right ul.sub-menu {
  margin: 20px 0 0 10px;
}

footer .right ul.sub-menu li {
  margin: 0;
  color: #999;
  line-height: 200%;
  width: 100%;
}

footer .right ul.sub-menu li:not(:last-child) {
  margin: 0 0 12px 0;
}

footer .right ul #accordionBtn2 {
  font-weight: 700;
}

footer .right li {
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  margin: 0 16px 32px 0;
}

footer .right li.mb-0 {
  margin-bottom: 0;
}

footer .right li#accordionBtn {
  font-weight: 700;
}

footer .right li a {
  font-weight: 700;
  font-size: 14px;
}
footer .right li a:hover{
  color: var(--theme-blue);
}
footer .company-info {
  margin-right: 6vw;
}

footer .company-info__logo-img {
  width: 25vw;
  max-width: 180px;
  margin-bottom: 40px;
}

footer a {
  color: var(--text-normal);
  text-decoration: none;
}

footer .button-wrapper {
  display: flex;
  flex-direction: column;
}

footer .button-wrapper .icon {
  margin-right: 8px;
}

footer .button-wrapper .document-button {
  /* color: var(--theme-main-color);
  border: 1px solid var(--theme-main-color); */
  text-decoration: none;
  display: flex;
  position: relative;
  font-weight: 700;
  /* border-radius: 2px; */
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  z-index: 1;
}
/* footer .button-wrapper .document-button .icon{
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(18%) hue-rotate(305deg) brightness(106%) contrast(104%);
} */
footer .button-wrapper .inquiry-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
footer .button-wrapper .inquiry-button:hover {
  opacity: 0.8;
}
footer .button-wrapper .document-button,
footer .button-wrapper .inquiry-button {
  height: 56px;
  width: 180px;
  line-height: 56px;
  font-size: 14px;
}
footer .copy-rights {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  footer .right {
    max-height: unset;
  }

  footer .right ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* SP */
@media screen and (max-width: 1000px) {
  .footer-inquiry {
    flex-direction: column;
    padding: 50px 20px;
  }

  .footer-inquiry .list-link {
    width: 260px;
    height: 72px;
    line-height: 72px;
  }

  .footer-inquiry .description {
    text-align: center;
  }

  .footer-inquiry h2 {
    font-size: 24px;
    margin: 24px 0 32px;
  }

  .footer-inquiry .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
    padding: 0 0 48px 0 !important;
  }

  .footer-inquiry .right {
    width: 100%;
    margin-left: 0;
    margin-top: 48px;
    padding: 0 !important;
  }

  .footer-inquiry .right ul {
    width: 100%;
  }

  .footer-inquiry .right:before {
    margin: 0;
    top: -48px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }

  footer {
    padding: 40px 20px 20px;
    flex-direction: column-reverse;
    background-color: #fff;
  }

  footer .left {
    width: 100%;
    margin-right: 0;
  }

  footer .right {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }

  footer .right ul {
    width: 100%;
  }

  footer .right ul li {
    line-height: 160%;
    padding: 18px 0;
    margin: 0;
  }

  footer .right ul li#accordionBtn2 {
    position: relative;
    font-weight: 700;
  }

  footer .right ul li#accordionBtn2::after {
    content: "";
    display: block;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    position: absolute;
    right: 4px;
    top: 24px;
    pointer-events: none;
    transition-duration: 0.4s;
  }

  footer .right ul li#accordionBtn2.is-active::after {
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
  }

  footer .right .footer-items>li {
    border-bottom: solid 1px #ddd;
  }

  footer .right .footer-items .sub-menu {
    padding-left: 20px;
    margin: 0;
  }

  footer .right .footer-items .sub-menu li {
    margin: 0 !important;
  }

  footer .right .footer-items .sub-menu li:first-child {
    padding-top: 20px;
  }

  footer #footer-menu-block {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.4s;
    padding-left: 20px;
  }

  footer #footer-menu-block.is-open {
    height: auto;
    opacity: 1;
  }

  footer .company-info {
    margin: 64px 0 0 0;
    text-align: center;
  }

  footer .company-info .detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    margin: auto;
  }

  footer .company-info__logo-img {
    width: 180px;
  }

  footer li {
    margin: 0 0 24px;
  }

  footer .inquiry-button-wrapper {
    margin: 0;
    width: 100%;
  }

  footer .button-wrapper {
    margin-top: 40px;
  }

  footer .button-wrapper .document-button,
  footer .button-wrapper .inquiry-button {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    width: 100%;
    border-radius: 2px;
  }

  footer .copy-rights {
    text-align: center;
    background-color: #fff;
    position: relative;
    padding: 60px 0 0 0;
  }
}


.header_sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-inline-start: 0 !important;
  margin: 0 -10px;
}

.header_sns-list li {
  position: relative;
}

.header_sns-list li a {
  padding: 10px;
  color: #000;
  display: flex;
}

.header_sns-list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background: var(--theme-gra);
}

.header_sns-list a:hover::before {
  width: 100%;
}

.header_sns-list a:hover {
  color: #fff !important;
}

.header_sns-list li a span {
  position: relative;
  font-size: 16px;
  padding-left: 23px;
  display: block;
  top: 1px;
  margin-top: 2px;
  padding-bottom: 0.15em;
  border-bottom: solid 2px #000;
  line-height: 1;
}
.header_sns-list a:hover span{
  border-bottom: none;
}
.header_sns-list li i {
  display: block;
  position: absolute;
  top: -0.01em;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
