body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "M PLUS 1p", "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 1440px;
  margin: 0 auto;
}

main h2 {
  color: #f89300;
  font-size: 18px;
  font-weight: 400;
}
main p {
  font-size: 16px;
  font-weight: 400;
}
main ul {
  padding-left: 15px;
}

.container {
  padding: 0 10%;
  margin-top: 158px;
}

.site_policy_header {
  background: url(../img/asset_148.webp) no-repeat center center;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 230px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site_policy_header .site_policy_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 300px;
  width: 100%;
}
.site_policy_header .site_policy_title h1 {
  display: inline-block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin: 0 auto;
}
.site_policy_header .site_policy_title h1 span {
  font-size: 21px;
  text-transform: uppercase;
}
.site_policy_header .site_policy_title::before {
  content: "";
  background: url(../img/asset_149.webp) no-repeat center center;
  background-size: contain;
  display: block;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.site_policy_header .site_policy_title::after {
  content: "";
  background: url(../img/asset_150.webp) no-repeat center center;
  background-size: contain;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  right: -3px;
  z-index: 1;
}

.container {
  margin-top: 60px;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.content {
  margin-top: 60px;
  gap: 40px;
}

.content_item {
  margin-bottom: 35px;
}
.content_item a {
  color: #000;
  text-decoration: none;
}
.content_item a:hover {
  opacity: 0.7;
}

.link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.link a {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #f89300;
}
.link a:hover {
  opacity: 0.8;
}

footer {
  position: relative;
  z-index: 100;
}
footer .container {
  background-color: #FCB028;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  margin-top: 60px;
}
footer .container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
footer .container ul li {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  list-style: none;
  font-weight: 400;
}
footer .container ul li a {
  color: white;
  text-decoration: none;
}
footer .container ul li a:hover {
  opacity: 0.8;
}
footer .container p {
  color: white;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .site_policy_header {
    padding: 55px 0;
  }
  .site_policy_header .site_policy_title h1 {
    font-size: 18px;
  }
  .site_policy_header .site_policy_title h1 span {
    font-size: 10px;
  }
  .site_policy_header .site_policy_title::before {
    width: 31px;
    height: 31px;
    left: 52px;
    top: 3px;
  }
  .site_policy_header .site_policy_title::after {
    width: 31px;
    height: 31px;
    right: 55px;
    top: 3px;
  }
  .lead {
    margin-top: 30px;
  }
  .content {
    margin-top: 30px;
    gap: 20px;
  }
  .link {
    margin-top: 60px;
  }
  footer {
    margin-top: 60px;
  }
  footer .container {
    padding: 0 1rem;
  }
  footer .container ul {
    padding: 0;
    gap: 10px;
  }
  footer .container ul li a {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  footer .container p {
    white-space: nowrap;
    padding-bottom: 30px;
    margin: auto;
  }
}