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: 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;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.footer {
  background: #fff;
  padding: 14rem 12rem 10rem;
  color: #001733;
}
.footer .footer-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-top .company-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer .footer-top .company-address .company-address__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.footer .footer-top .company-address .company-address__address {
  max-width: 400px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.footer .footer-top .company-address .company-address__mail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer .footer-top .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 46px;
}
.footer .footer-top .footer-nav .footer-col .col-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
  color: #001733;
  text-decoration: none;
}
.footer .footer-top .footer-nav .footer-col .col-title:hover {
  color: #686868;
}
.footer .footer-top .footer-nav .footer-col .col-links li {
  margin-bottom: 1.4rem;
}
.footer .footer-top .footer-nav .footer-col .col-links a {
  color: #001733;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .footer-top .footer-nav .footer-col .col-links a:hover {
  color: #686868;
}
.footer .footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .footer-bottom .footer-logo {
  width: 100%;
}
.footer .footer-bottom .footer-logo img {
  width: 160px;
  height: auto;
}
.footer .footer-bottom .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.6rem;
}
.footer .footer-bottom .policy a {
  color: #001733;
  font-size: 1.2rem;
  text-decoration: none;
}
.footer .footer-bottom .copyright {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
  justify-self: end;
}
@media (max-width: 960px) {
  .footer {
    padding: 8rem 2rem 6rem;
  }
  .footer .footer-inner {
    gap: 60px;
  }
  .footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 40px;
  }
  .footer .company-address {
    gap: 16px !important;
  }
  .footer .company-address .company-address__title {
    font-size: 16px !important;
  }
  .footer .company-address .company-address__address {
    font-size: 12px !important;
    max-width: 100%;
  }
  .footer .company-address .company-address__mail {
    font-size: 12px !important;
  }
  .footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem !important;
  }
  .footer .footer-nav .footer-col .col-title {
    font-size: 1.4rem !important;
    margin-bottom: 0.8rem !important;
  }
  .footer .footer-nav .footer-col .col-links li {
    margin-bottom: 1rem !important;
  }
  .footer .footer-nav .footer-col .col-links a {
    font-size: 1.2rem !important;
  }
  .footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .footer .footer-bottom .footer-logo img {
    width: 120px !important;
  }
  .footer .footer-bottom .policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer-bottom .policy a {
    font-size: 1.1rem;
  }
  .footer .footer-bottom .copyright {
    font-size: 1.1rem;
    justify-self: center;
  }
}