@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.woff") format("woff"), local(sans-serif);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../font/DINAlternate-Bold.woff") format("woff"), local(sans-serif);
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
}

footer {
  background-color: #000000;
  color: #ffffff;
  padding: 120px 0 40px 0 !important;
  /* ---------- 下段（コピーライト + SNS） ---------- */
}
footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-content .footer__brand {
  font-size: 13px;
  line-height: 24px;
}
footer .footer-content .footer__brand img {
  width: 70%;
  height: auto;
}
footer .footer-content .footer__brand .address {
  margin: 3rem 0 1.125rem 0;
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer-content .footer__nav {
  padding-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.19rem;
}
footer .footer-content .footer__nav .footer__col .footer__col li:not(.footer__col-head) {
  display: block;
}
footer .footer-content .footer__nav .footer__col .footer__col-head {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
footer .footer-content .footer__nav .footer__col li {
  font-size: 0.75rem;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
footer .footer-content .footer__nav .footer__col li:last-child {
  margin-bottom: 0;
}
footer .footer-content .footer__nav .footer__col a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .footer-content .footer__nav .footer__col a:hover {
  opacity: 0.6;
}
footer .footer__bottom {
  margin-top: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer__bottom .footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer__bottom .footer__copy .pp a {
  margin-left: 2rem;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 24px;
}
footer .footer__bottom .footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
footer .footer__bottom .footer__sns img {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 32px 0 !important;
  }
  footer .footer-content .footer__brand .address {
    display: none;
  }
  footer .footer-content .footer__brand .contact {
    display: none;
  }
  footer .footer-content .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  footer .footer-content .footer__nav .footer__col {
    font-size: 18px;
  }
  footer .footer-content .footer__nav .footer__col .footer__col-head {
    font-size: 18px;
  }
  footer .footer-content .footer__nav .footer__col li:not(.footer__col-head) {
    display: none;
    font-size: 14px;
  }
  footer .footer-content .footer__nav .footer__col.footer__col--service li:not(.footer__col-head) {
    display: block;
  }
  footer .footer__bottom {
    margin-top: 32px;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 12px;
  }
  footer .footer__bottom .footer__copy {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 80px;
    gap: 1rem;
  }
  footer .footer__bottom .footer__copy .pp a {
    margin-left: 0;
  }
}

.footer__nav .footer__col li:not(.footer__col-head) {
  display: block;
}

@media (max-width: 768px) {
  .footer__nav .footer__col li:not(.footer__col-head) {
    display: none;
  }
  .footer__nav .footer__col.footer__col--service li:not(.footer__col-head) {
    display: block;
  }
}