@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: 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-size: 62.5%;
}

body, * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

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

.site-footer {
  position: relative;
  padding: 0;
  color: #F7FAFF;
  overflow: hidden;
  padding: 13rem 10rem 5rem;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/footer-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
}
.site-footer__contact {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.site-footer__contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8.6rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  gap: 4rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.site-footer__contact-inner:hover .site-footer__contact-title::after {
  width: 100%;
}
.site-footer__contact-inner:hover .site-footer__contact-arrow {
  border-color: rgba(255, 255, 255, 0.9);
}
.site-footer__contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.site-footer__contact-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #F7FAFF;
  font-family: "Figtree", sans-serif;
  margin: 0;
}
.site-footer__contact-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #F7FAFF;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.site-footer__contact-text {
  font-size: 1.6rem;
  color: #F7FAFF;
  margin: 0;
  opacity: 0.95;
}
.site-footer__contact-right {
  margin-left: auto;
}
.site-footer__contact-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  color: #F7FAFF;
  font-size: 1.5rem;
  font-weight: 500;
}
.site-footer__contact-link-text {
  font-weight: 500;
}
.site-footer__contact-arrow {
  display: block;
  width: 8.7rem;
  height: 8.7rem;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url("../images/arrow-right.svg") no-repeat center center;
  background-size: 2rem 2rem;
}
.site-footer__main {
  position: relative;
  z-index: 1;
  margin: 17rem auto 0;
}
.site-footer__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer__company-name-ja {
  width: 25rem;
  max-width: 100%;
  height: auto;
}
.site-footer__company-name-ja img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer__company-address {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #F7FAFF;
  margin: 2.8rem 0 0.8rem;
  opacity: 0.86;
  line-height: 1.8;
}
.site-footer__company-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #F7FAFF;
  opacity: 0.86;
  font-weight: 400;
}
.site-footer__company-contact span {
  display: block;
}
.site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-footer__nav-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer__nav-pair .site-footer__nav-column:first-child {
  min-width: 0;
}
.site-footer__nav-pair .site-footer__nav-column:last-child {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.site-footer__nav-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.site-footer__nav-item {
  font-size: 1.4rem;
  font-weight: 500;
  color: #F7FAFF;
  text-decoration: none;
  opacity: 0.86;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.site-footer__nav-item:hover {
  opacity: 1;
}
.site-footer__nav-item--external svg {
  width: 12px;
  height: 12px;
  opacity: 0.7;
}
.site-footer__nav-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.site-footer__nav-subitem {
  font-size: 1.2rem;
  font-weight: 400;
  color: #F7FAFF;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: inline-block;
}
.site-footer__nav-subitem::before {
  content: "− ";
}
.site-footer__nav-subitem:hover {
  opacity: 1;
}
.site-footer__bottom {
  position: relative;
  z-index: 1;
  margin: 18rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
.site-footer__certifications {
  width: 16rem;
  height: auto;
}
.site-footer__certifications img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  color: #DBDBDB;
}
.site-footer__copyright {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.site-footer__privacy {
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: #DBDBDB;
}
.site-footer__privacy:hover {
  opacity: 1;
}
@media (max-width: 960px) {
  .site-footer {
    padding: 10rem 2.4rem 4rem;
  }
  .site-footer__contact {
    margin: 0 -2.4rem;
    padding: 0 2.4rem;
  }
  .site-footer__contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.4rem;
    padding: 4rem 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 14rem;
  }
  .site-footer__contact-inner:hover, .site-footer__contact-inner:active {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.35);
  }
  .site-footer__contact-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
  .site-footer__contact-title {
    font-size: 2.8rem;
    font-weight: 600;
  }
  .site-footer__contact-text {
    font-size: 1.5rem;
    opacity: 1;
  }
  .site-footer__contact-right {
    margin-left: 0;
    width: 100%;
  }
  .site-footer__contact-link {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.2rem 0;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .site-footer__contact-arrow {
    width: 5.6rem;
    height: 5.6rem;
    min-width: 5.6rem;
    min-height: 5.6rem;
    background-size: 1.8rem 1.8rem;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.6);
  }
  .site-footer__main {
    margin-top: 12rem;
  }
  .site-footer__main-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .site-footer__company-name-ja {
    width: 14rem;
  }
  .site-footer__company-address {
    font-size: 1.3rem;
  }
  .site-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
  .site-footer__nav-pair {
    grid-template-columns: 1fr;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    gap: 3rem;
  }
  .site-footer__nav-pair .site-footer__nav-column:first-child,
  .site-footer__nav-pair .site-footer__nav-column:last-child {
    min-width: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .site-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.2rem;
    margin-top: 12rem;
    padding: 4rem 0 0;
  }
  .site-footer__certifications {
    width: 14rem;
  }
  .site-footer__legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem;
  }
}