.policy-page {
  background-color: #f5f5f5;
}
.policy-page .header {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.policy-page .header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .policy-page .header {
    height: 5.2rem;
  }
}
@media (max-width: 768px) {
  .policy-page .header__inner {
    padding: 0 1.4rem;
  }
}
@media (max-width: 768px) {
  .policy-page .header__logo img {
    width: 12rem;
  }
}
.policy-page .drawer {
  background: linear-gradient(180deg, #F5F5F5 0%, #f5f5f5 100%);
}

.header__menu-btn {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__menu-btn svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #212121;
}

.policy {
  padding-top: 12rem;
}
@media (max-width: 768px) {
  .policy {
    padding-top: 7.2rem;
  }
}
.policy__container {
  margin: 0 auto;
  padding: 6rem;
}
@media (max-width: 768px) {
  .policy__container {
    padding: 4rem 2.4rem;
    background-color: transparent;
  }
}
.policy__title {
  display: table;
  margin: 0 auto 4rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.5;
  text-align: center;
  padding: 0.6rem 0;
  border-top: 0.2rem solid #EF9A9A;
  border-bottom: 0.2rem solid #EF9A9A;
}
@media (max-width: 768px) {
  .policy__title {
    font-size: 2rem;
    margin: 0 auto 4rem;
  }
}
.policy__content {
  max-width: 96rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .policy__content {
    max-width: 100%;
  }
}
.policy__intro {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #212121;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .policy__intro {
    color: #404040;
    margin-bottom: 3.2rem;
  }
}
.policy__section {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .policy__section {
    margin-bottom: 3.2rem;
  }
}
.policy__section:last-of-type {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .policy__section:last-of-type {
    margin-bottom: 3.2rem;
  }
}
.policy__section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #212121;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .policy__section-title {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #404040;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.policy__section-content {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #212121;
}
@media (max-width: 768px) {
  .policy__section-content {
    color: #404040;
  }
}
.policy__section-content p {
  margin-bottom: 1.2rem;
}
.policy__section-content p:last-child {
  margin-bottom: 0;
}
.policy__section-content a {
  color: #008482;
  text-decoration: underline;
  word-break: break-all;
}
.policy__section-content a:hover {
  text-decoration: none;
}
.policy__section-content ol {
  list-style: none;
  counter-reset: ol-counter;
  padding-left: 0;
}
.policy__section-content ol > li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1.2rem;
  counter-increment: ol-counter;
}
.policy__section-content ol > li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  color: #212121;
}
@media (max-width: 768px) {
  .policy__section-content ol > li::before {
    color: #404040;
  }
}
.policy__section-content ol > li:last-child {
  margin-bottom: 0;
}
.policy__section-content ol.alpha > li::before {
  content: counter(ol-counter, lower-alpha) ".";
}
.policy__section-content ul {
  padding-left: 2rem;
  margin-bottom: 1.2rem;
}
.policy__section-content ul > li {
  position: relative;
  margin-bottom: 0.8rem;
  list-style: disc;
}
.policy__section-content ul > li:last-child {
  margin-bottom: 0;
}
.policy__section-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #212121;
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .policy__section-subtitle {
    font-size: 1.6rem;
    color: #404040;
  }
}
.policy__updated {
  font-size: 1.4rem;
  color: #212121;
  text-align: right;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .policy__updated {
    font-size: 1.6rem;
    color: #404040;
    text-align: left;
    margin-top: 3.2rem;
    padding-top: 0;
    border-top: none;
  }
}

.footer--light {
  background-color: #fff;
  color: #212121;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .footer--light {
    padding: 6rem 2.4rem;
    border-top: none;
  }
}
@media (max-width: 768px) {
  .footer--light .footer__nav {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .footer--light .footer__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.footer--light .footer__nav-list a {
  color: #212121;
}
@media (max-width: 768px) {
  .footer--light .footer__nav-list a {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.footer--light .footer__nav-list a:hover {
  opacity: 0.7;
}
.footer--light .footer__nav-list--sub {
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .footer--light .footer__nav-list--sub {
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 0;
  }
}
.footer--light .footer__nav-list--sub a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #212121;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .footer--light .footer__nav-list--sub a {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.footer--light .footer__copyright {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .footer--light .footer__copyright {
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
  }
}

.footer__pdf-icon {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer__pdf-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .drawer {
    display: block;
  }
}
.drawer.is-open {
  transform: translateX(0);
}
.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.2rem;
  padding: 0 1.4rem;
  background-color: #fff;
}
.drawer__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.drawer__close-btn svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #212121;
}
.drawer__nav {
  padding: 3.2rem 2.4rem;
}
.drawer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.drawer__nav-list a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #212121;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.drawer__nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0.2rem;
  height: 0.2rem;
  background-color: #EF9A9A;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.drawer__nav-list a:hover::after, .drawer__nav-list a:active::after, .drawer__nav-list a.is-tapped::after {
  transform: translateX(0);
}

.drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .drawer-overlay {
    display: block;
  }
}
.drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

body.drawer-open {
  overflow: hidden;
}

/*# sourceMappingURL=policy.css.map */
