@charset "UTF-8";
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

.page-privacy-2025 {
  background: #ffffff;
  overflow-x: hidden;
}
.page-privacy-2025 .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .page-privacy-2025 .container {
    padding: 0 20px;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-hero {
  position: relative;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .page-hero {
    min-height: 60vh;
    padding-bottom: 44px;
  }
}
.page-hero .page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero .page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.page-hero .page-hero-overlay--privacy {
  background: -webkit-linear-gradient(315deg, rgba(8, 37, 85, 0.95) 0%, rgba(14, 52, 114, 0.85) 100%);
  background: linear-gradient(135deg, rgba(8, 37, 85, 0.95) 0%, rgba(14, 52, 114, 0.85) 100%);
}
.page-hero .page-hero-content {
  position: relative;
  z-index: 1;
}
.page-hero .page-hero-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.6s ease 0.2s forwards;
          animation: fadeInUp 0.6s ease 0.2s forwards;
}
.page-hero .page-hero-label .label-en {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c8a45c;
}
.page-hero .page-hero-label .label-line {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.page-hero .page-hero-title {
  margin: 0 0 24px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.6s ease 0.4s forwards;
          animation: fadeInUp 0.6s ease 0.4s forwards;
}
.page-hero .page-hero-title--large .title-main {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .page-hero .page-hero-title--large .title-main {
    font-size: clamp(28px, 8vw, 40px);
  }
}
.page-hero .page-hero-desc {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  max-width: 600px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.6s ease 0.6s forwards;
          animation: fadeInUp 0.6s ease 0.6s forwards;
}
@media (max-width: 768px) {
  .page-hero .page-hero-desc {
    font-size: 16px;
  }
}
.page-hero .page-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 2;
}
.page-hero .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.page-hero .breadcrumb-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.page-hero .breadcrumb-list li::after {
  content: "/";
  color: rgba(255, 255, 255, 0.4);
}
.page-hero .breadcrumb-list li:last-child::after {
  display: none;
}
.page-hero .breadcrumb-list a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-hero .breadcrumb-list a:hover {
  color: #ffffff;
}
.page-hero .breadcrumb-list span[aria-current=page] {
  color: #ffffff;
}

.page-hero--privacy .page-hero-bg {
  background: #082555;
}
.page-hero--privacy .page-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 1px, transparent 1px), -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 80px 80px;
}

.privacy-content {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .privacy-content {
    padding: 80px 0;
  }
}

.privacy-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 1fr;
  grid-template-columns: 280px 1fr;
  gap: 120px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1024px) {
  .privacy-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.privacy-nav {
  position: sticky;
  top: 110px;
}
@media (max-width: 1024px) {
  .privacy-nav {
    display: none;
  }
}
.privacy-nav__inner {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(224, 224, 224, 0.5);
}
.privacy-nav__label {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c8a45c;
  margin-bottom: 16px;
  padding-left: 12px;
  position: relative;
}
.privacy-nav__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #c8a45c;
  border-radius: 50%;
}
.privacy-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.privacy-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.privacy-nav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.privacy-nav__link:hover {
  background: rgba(14, 52, 114, 0.05);
}
.privacy-nav__link:hover .nav-num {
  color: #c8a45c;
}
.privacy-nav__link:hover .nav-text {
  color: #0e3472;
}
.privacy-nav__link.is-active {
  background: rgba(14, 52, 114, 0.08);
}
.privacy-nav__link.is-active::before {
  background: #c8a45c;
}
.privacy-nav__link.is-active .nav-num {
  color: #c8a45c;
}
.privacy-nav__link.is-active .nav-text {
  color: #0e3472;
  font-weight: 600;
}
.privacy-nav__link .nav-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 11px;
  font-weight: 600;
  color: #5a5a5a;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.privacy-nav__link .nav-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 13px;
  color: #1a1a1a;
  line-height: 1.5;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.privacy-main {
  max-width: 900px;
}

.privacy-intro {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e0e0e0;
}
.privacy-intro__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 2;
  margin: 0 0 24px;
}
.privacy-intro__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 20px;
  background: #f8f8f8;
  border-radius: 8px;
  font-size: 14px;
}
.privacy-intro__date .date-label {
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #c8a45c;
  text-transform: uppercase;
}
.privacy-intro__date time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1a1a1a;
}

.privacy-section {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e0e0e0;
  scroll-margin-top: 100px;
}
.privacy-section:last-of-type {
  border-bottom: none;
}
.privacy-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .privacy-section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.privacy-section__header .section-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 72px);
  font-weight: 300;
  color: rgba(14, 52, 114, 0.12);
  line-height: 0.9;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .privacy-section__header .section-number {
    font-size: 48px;
  }
}
.privacy-section__header .section-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(22px, 3.5vw, 28px);
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.4;
  margin: 0;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .privacy-section__header .section-title {
    padding-top: 0;
  }
}
.privacy-section__body p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 2;
  margin: 0 0 24px;
}
.privacy-section__body p:last-child {
  margin-bottom: 0;
}

.privacy-subsection-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 48px 0 16px;
  padding-left: 16px;
  position: relative;
}
.privacy-subsection-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: #c8a45c;
  border-radius: 2px;
}

.privacy-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.privacy-list li {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.9;
  padding: 10px 0 10px 28px;
  border-bottom: 1px dashed rgba(224, 224, 224, 0.7);
}
.privacy-list li:last-child {
  border-bottom: none;
}
.privacy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  background: #c8a45c;
  border-radius: 50%;
}
.privacy-list--numbered {
  counter-reset: list-counter;
}
.privacy-list--numbered li {
  padding-left: 40px;
  counter-increment: list-counter;
}
.privacy-list--numbered li::before {
  content: counter(list-counter);
  width: 24px;
  height: 24px;
  top: 10px;
  background: #0e3472;
  color: #ffffff;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy-purpose-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .privacy-purpose-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.privacy-purpose-card {
  background: #f8f8f8;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(224, 224, 224, 0.5);
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.privacy-purpose-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border-color: #c8a45c;
}
.privacy-purpose-card:hover .purpose-icon {
  background: #c8a45c;
  color: #ffffff;
}
.privacy-purpose-card:hover .purpose-icon svg {
  stroke: #ffffff;
}
.privacy-purpose-card .purpose-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(14, 52, 114, 0.08);
  border-radius: 8px;
  margin-bottom: 16px;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.privacy-purpose-card .purpose-icon svg {
  stroke: #0e3472;
  -webkit-transition: stroke 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.privacy-purpose-card .purpose-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 8px;
}
.privacy-purpose-card .purpose-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.7;
  margin: 0;
}

.privacy-security-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 48px;
}

.privacy-security-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: #f8f8f8;
  border-radius: 12px;
  border-left: 4px solid #c8a45c;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.privacy-security-item:hover {
  background: rgba(200, 164, 92, 0.05);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.privacy-security-item .security-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.privacy-security-item .security-icon svg {
  stroke: #0e3472;
}
.privacy-security-item .security-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.privacy-security-item .security-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 6px;
}
.privacy-security-item .security-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.7;
  margin: 0;
}

.privacy-notice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 48px;
  background: rgba(200, 164, 92, 0.06);
  border-radius: 20px;
  border: 1px solid rgba(200, 164, 92, 0.2);
  margin-top: 48px;
}
@media (max-width: 768px) {
  .privacy-notice-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.privacy-notice-box .notice-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background: #c8a45c;
  border-radius: 50%;
}
.privacy-notice-box .notice-icon svg {
  stroke: #ffffff;
}
.privacy-notice-box .notice-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.privacy-notice-box .notice-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 8px;
}
.privacy-notice-box .notice-list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}
.privacy-notice-box .notice-list li {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.8;
  padding-left: 20px;
}
.privacy-notice-box .notice-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #c8a45c;
  border-radius: 50%;
}
.privacy-notice-box .notice-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #5a5a5a;
  margin: 0;
}

.privacy-contact-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
  margin-top: 48px;
}
.privacy-contact-card .contact-card__header {
  background: #082555;
  padding: 24px 48px;
  position: relative;
  overflow: hidden;
}
.privacy-contact-card .contact-card__header::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  background: rgba(200, 164, 92, 0.15);
  border-radius: 50%;
}
.privacy-contact-card .contact-card__header .contact-card__label {
  display: block;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c8a45c;
  margin-bottom: 4px;
}
.privacy-contact-card .contact-card__header .contact-card__company {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  position: relative;
}
.privacy-contact-card .contact-card__body {
  padding: 48px;
}
.privacy-contact-card .contact-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.privacy-contact-card .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.privacy-contact-card .contact-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(14, 52, 114, 0.08);
  border-radius: 50%;
}
.privacy-contact-card .contact-item__icon svg {
  stroke: #0e3472;
}
.privacy-contact-card .contact-item__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #1a1a1a;
}
.privacy-contact-card .contact-item__link {
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0e3472;
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.privacy-contact-card .contact-item__link:hover {
  color: #c8a45c;
}
.privacy-contact-card .contact-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 24px;
  background: #c8a45c;
  color: #ffffff;
  border-radius: 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.privacy-contact-card .contact-card__btn:visited {
  color: #ffffff;
}
.privacy-contact-card .contact-card__btn:hover {
  background: #082555;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.privacy-contact-card .contact-card__btn:hover .btn-icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.privacy-contact-card .contact-card__btn .btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.privacy-contact-card .contact-card__btn .btn-icon svg {
  stroke: currentColor;
}

.privacy-update-notice {
  margin-top: 80px;
  padding: 24px;
  background: #f8f8f8;
  border-radius: 12px;
  border-left: 4px solid #0e3472;
}
.privacy-update-notice p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.8;
  margin: 0;
}