@charset "UTF-8";
/* ==========================================================================
Project
========================================================================== */
html {
  scroll-behavior: smooth;
}

.p-main {
  scroll-behavior: smooth;
  color: #000;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1px;
  margin-top: 60px;
}
@media print, screen and (max-width: 768px) {
  .p-main {
    font-size: 16px;
    font-weight: 300;
  }
}
@media print, screen and (max-width: 425px) {
  .p-main {
    margin-top: 42px;
  }
}
@media print, screen and (max-width: 768px) {
  .p-main.privacy-center {
    margin-top: 22px;
  }
}

/* ヘッダー分の余白を確保してアンカー位置を調整 */
.p-main [id] {
  scroll-margin-top: 121px;
}

@media print, screen and (max-width: 768px) {
  .p-main [id] {
    scroll-margin-top: 66px;
  }
}
.p-inner {
  width: 1040px;
  padding: 0 20px;
  margin: auto;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1040px) {
  .p-inner {
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .p-inner {
    padding: 0 10px;
  }
}

.p-text-notice {
  font-size: 16px;
  margin-top: 4px;
}

.p-section-ttl {
  padding: 16px 0;
  border-bottom: 1px solid #DD8928;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
}
.p-section-ttl.is-green {
  border-bottom: 1px solid #1C8A03;
}
@media print, screen and (max-width: 768px) {
  .p-section-ttl {
    padding: 15px 0;
    font-size: 26px;
  }
}

.p-section-ttl-sub {
  padding: 6px 16px;
  border-left: 8px solid #FF9500;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
}
.p-section-ttl-sub.is-green {
  border-left: 8px solid #8AE336;
}
@media print, screen and (max-width: 768px) {
  .p-section-ttl-sub {
    padding: 3px 12px;
    font-size: 20px;
  }
}

.p-section-ttl-sub2 {
  position: relative;
  padding-left: 30px;
  color: #FF8040;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
.p-section-ttl-sub2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  background: #FF8040;
  width: 20px;
  height: 20px;
}
.p-section-ttl-sub2.is-green {
  color: #1C8A03;
}
.p-section-ttl-sub2.is-green::before {
  background: #1C8A03;
}
@media print, screen and (max-width: 768px) {
  .p-section-ttl-sub2 {
    padding-left: 26px;
    font-size: 18px;
  }
  .p-section-ttl-sub2::before {
    width: 16px;
    height: 16px;
    top: 0.25em;
  }
}

.p-content-group {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media print, screen and (max-width: 768px) {
  .p-content-group {
    gap: 24px;
  }
}

a.p-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FF8040;
  border-radius: 9999px;
  padding: 16px 24px 16px 32px;
  width: auto;
  min-width: 490px;
  min-height: 98px;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  text-decoration: none;
}
a.p-btn img {
  filter: invert(100%) sepia(5%) saturate(1484%) hue-rotate(257deg) brightness(103%) contrast(104%);
  width: 36px;
  height: 36px;
}
a.p-btn:hover {
  opacity: 0.8;
}
a.p-btn.is-green {
  background: #1C8A03;
}
@media print, screen and (max-width: 768px) {
  a.p-btn {
    min-height: auto;
    min-width: 100%;
    padding: 12px 16px 12px 24px;
    font-size: 18px;
    font-weight: 600;
  }
}

a.p-btn-outline {
  width: auto;
  margin: 0 auto;
  min-width: 490px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19.5px 24px 19.5px 32px;
  background: #fff;
  border-radius: 999px;
  border: 2px solid #FF8040;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #FF8040;
  text-decoration: none;
}
a.p-btn-outline img {
  filter: invert(61%) sepia(86%) saturate(2029%) hue-rotate(331deg) brightness(102%) contrast(103%);
  width: 36px;
  height: 36px;
}
a.p-btn-outline.is-full {
  width: 100%;
  min-width: 0;
  margin: 0;
}
a.p-btn-outline:hover {
  background: #FF8040;
  color: #fff;
}
a.p-btn-outline:hover img {
  filter: invert(100%) sepia(5%) saturate(1484%) hue-rotate(257deg) brightness(103%) contrast(104%);
}
a.p-btn-outline.is-green {
  border: 2px solid #1C8A03;
  color: #1C8A03;
}
a.p-btn-outline.is-green img {
  filter: invert(34%) sepia(88%) saturate(2276%) hue-rotate(79deg) brightness(89%) contrast(98%);
}
a.p-btn-outline.is-green:hover {
  background: #1C8A03;
  color: #fff;
}
a.p-btn-outline.is-green:hover img {
  filter: invert(100%) sepia(5%) saturate(1484%) hue-rotate(257deg) brightness(103%) contrast(104%);
}
@media print, screen and (max-width: 768px) {
  a.p-btn-outline {
    padding: 12px 16px 12px 24px;
    min-width: 100%;
    font-size: 18px;
    font-weight: 600;
  }
}

.p-alert {
  padding: 32px 24px;
  background: #FFEFE4;
  border-radius: 25px;
  margin: 36px 0;
}
.p-alert p {
  font-size: 20px;
  line-height: 1.8;
}
@media print, screen and (max-width: 768px) {
  .p-alert {
    padding: 12px 10px;
    margin: 24px 0;
  }
  .p-alert p {
    font-size: 16px;
    font-weight: 600;
  }
}

.p-box-case {
  display: flex;
  border: #F0F4F8 3px solid;
  border-radius: 5px;
}
.p-box-case::before {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 42px;
  content: "例";
  font-size: 20px;
  background-color: #F0F4F8;
}
.p-box-case p {
  padding: 8px 16px;
  display: flex;
  align-items: center;
}
.p-box-case.is-personal-data::before {
  content: "利用するパーソナルデータの例";
}
.p-box-case.is-get-data {
  border-radius: 15px;
}
.p-box-case.is-get-data::before {
  font-size: 18px;
  white-space: pre;
  content: "取得する\aパーソナルデータの例";
  text-align: center;
  padding: 8px 16px;
}
.p-box-case.is-use-data {
  border-radius: 15px;
}
.p-box-case.is-use-data::before {
  font-size: 18px;
  white-space: pre;
  content: "パーソナルデータの\a利用例";
  text-align: center;
  padding: 8px 16px;
}
.p-box-case.is-provide-data {
  border-radius: 15px;
}
.p-box-case.is-provide-data::before {
  font-size: 18px;
  white-space: pre;
  content: "提供する情報";
  text-align: center;
  padding: 8px 16px;
  min-width: 144px;
}
.p-box-case.is-provide-to {
  border-radius: 15px;
}
.p-box-case.is-provide-to::before {
  font-size: 18px;
  white-space: pre;
  content: "提供先";
  text-align: center;
  padding: 8px 16px;
  min-width: 144px;
}
@media print, screen and (max-width: 768px) {
  .p-box-case {
    flex-direction: column;
  }
  .p-box-case::before {
    font-size: 18px;
    padding: 0;
  }
  .p-box-case.is-personal-data p {
    padding: 8px 12px;
  }
  .p-box-case.is-personal-data::before {
    font-size: 16px;
  }
  .p-box-case.is-get-data p {
    padding: 8px 10px;
  }
  .p-box-case.is-get-data::before {
    content: "取得するパーソナルデータの例";
    font-size: 16px;
    padding: 6px 0;
  }
  .p-box-case.is-use-data p {
    padding: 8px 10px;
  }
  .p-box-case.is-use-data::before {
    content: "パーソナルデータの利用例";
    font-size: 16px;
    padding: 6px 0;
  }
}

.p-card-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 40px;
}
@media print, screen and (max-width: 768px) {
  .p-card-group {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding-bottom: 16px;
  }
}

.p-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  background: #FFF9EE;
  padding: 48px 28px 64px;
  box-sizing: border-box;
  border-top: 5px solid #FF9500;
  min-height: 480px;
}
@media print, screen and (max-width: 768px) {
  .p-card {
    padding: 24px 12px;
    min-height: auto;
  }
}
@media print, screen and (max-width: 768px) {
  .p-card.is-narrow-sp {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-card-thumb {
    height: 80px;
  }
}

.p-card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-card-body h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  .p-card-body {
    gap: 12px;
  }
  .p-card-body h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
  }
}

.p-card-footer {
  width: 100%;
}

.p-nav-anchorlink-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media print, screen and (max-width: 768px) {
  .p-nav-anchorlink-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.p-nav-anchorlink-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 28px 0 16px;
  background: #F0F4F8;
  border-radius: 5px;
  border: 3px solid #A3A3A3;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  .p-nav-anchorlink-item {
    font-size: 18px;
    padding: 12px 0 8px;
  }
  .p-nav-anchorlink-item img {
    height: 16px;
  }
}

.p-nav-anchorlink-item__ttl {
  font-size: 22px;
  line-height: 1.5;
}

.p-diagram-group {
  background-color: #F0F4F8;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media print, screen and (max-width: 768px) {
  .p-diagram-group {
    padding: 6px;
  }
}

.p-diagram-img-wrap {
  width: 100%;
  background: #F0F4F8;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
@media print, screen and (max-width: 768px) {
  .p-diagram-img-wrap {
    padding: 12px;
  }
}

.p-diagram-content {
  display: flex;
  padding: 24px;
  gap: 12px;
  background: #fff;
  width: 100%;
}
.p-diagram-content.is-column {
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (max-width: 768px) {
  .p-diagram-content {
    flex-direction: column;
    padding: 12px;
  }
}

.p-diagram-content-item {
  background: #F0F4F8;
  border-radius: 15px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
@media print, screen and (max-width: 768px) {
  .p-diagram-content-item {
    padding: 12px;
    font-weight: 600;
  }
}

.p-diagram-content-item-ttl {
  font-size: 20px;
  font-weight: 700;
  padding: 8px 16px;
  background: #fff;
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .p-diagram-content-item-ttl {
    font-size: 16px;
    padding: 4px 16px;
  }
}

.p-diagram-content-item-img {
  height: 120px;
  width: auto;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .p-diagram-content-item-img {
    height: 100px;
  }
}

.p-diagram-content-item-body {
  padding: 8px 16px;
}

.p-diagram-ttl {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 0;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .p-diagram-ttl {
    font-size: 18px;
  }
}

/* ==========================================================================
Accordion
========================================================================== */
.p-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-accordion-list.is-green .p-accordion-trigger {
  background: #1C8A03;
}
.p-accordion-list.is-green .p-accordion-content {
  gap: 36px;
}
.p-accordion-list.is-green .p-accordion-content > *:first-child {
  margin-top: 36px;
}
@media print, screen and (max-width: 768px) {
  .p-accordion-list {
    gap: 24px;
  }
  .p-accordion-list.is-green .p-accordion-content {
    gap: 24px;
  }
  .p-accordion-list.is-green .p-accordion-content > *:first-child {
    margin-top: 24px;
  }
}

.p-accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 6px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #FF8040;
  gap: 12px;
}
@media print, screen and (max-width: 768px) {
  .p-accordion-trigger {
    padding: 6px 12px;
    font-size: 18px;
  }
}

.p-accordion-btn {
  position: relative;
  width: 25px;
  height: 25px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.p-accordion-btn::before, .p-accordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.p-accordion-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media print, screen and (max-width: 768px) {
  .p-accordion-btn {
    width: 21px;
    height: 21px;
  }
  .p-accordion-btn::before, .p-accordion-btn::after {
    width: 21px;
  }
}

.p-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-accordion-content > *:first-child {
  margin-top: 24px;
}

.p-accordion-item.is-open .p-accordion-btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ==========================================================================
Service List
========================================================================== */
.p-service-list-card-group {
  display: flex;
  flex-direction: column;
  padding: 0 12px 36px;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 768px) {
  .p-service-list-card-group {
    padding: 0 0 36px;
  }
}

.p-service-list-card {
  margin: 8px 0;
  padding: 24px 32px;
  background: #EEEEEE;
  border: 1px solid #A3A3A3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-service-list-card p {
  letter-spacing: 0;
}
@media print, screen and (max-width: 768px) {
  .p-service-list-card {
    padding: 24px 12px;
  }
  .p-service-list-card p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
  }
}

.p-service-list-card-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  .p-service-list-card-ttl {
    font-size: 18px;
    line-height: 2;
  }
}

/* ==========================================================================
Company List
========================================================================== */
.p-company-list-box-group {
  padding: 0 12px 36px;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 768px) {
  .p-company-list-box-group {
    padding: 0 0 36px;
  }
}

.p-company-list-box {
  margin: 8px 0;
  padding: 24px;
  border: 12px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media print, screen and (max-width: 768px) {
  .p-company-list-box {
    padding: 10px;
    border: 6px solid #EEEEEE;
    gap: 24px;
  }
}

.p-company-list-box-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  padding: 12px 16px;
  background: #F0F4F8;
}
@media print, screen and (max-width: 768px) {
  .p-company-list-box-ttl {
    font-size: 20px;
    line-height: 1.8;
    padding: 6px 12px;
  }
}

.p-company-list-box-content {
  display: flex;
  gap: 36px;
}
@media print, screen and (max-width: 768px) {
  .p-company-list-box-content {
    flex-direction: column;
    gap: 16px;
  }
}

.p-company-list-box-content-main {
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 32px;
}
@media print, screen and (max-width: 768px) {
  .p-company-list-box-content-main {
    padding-left: 0;
  }
}

.p-company-list-box-content-sub {
  display: flex;
  flex-direction: column;
  width: 211px;
  justify-content: center;
}
@media print, screen and (max-width: 768px) {
  .p-company-list-box-content-sub {
    width: 100%;
  }
}

.p-company-list-box-content-main-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
@media print, screen and (max-width: 768px) {
  .p-company-list-box-content-main-ttl {
    font-size: 18px;
    line-height: 2;
  }
}

.p-company-list-box-content-main-text-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.p-company-list-box-logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 211/160;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media print, screen and (max-width: 768px) {
  .p-company-list-box-logo {
    text-align: center;
  }
  .p-company-list-box-logo img {
    width: 158.25px;
    aspect-ratio: 158.25/120;
  }
}

.p-text-list li {
  position: relative;
  padding-left: 1.2em;
}
.p-text-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #000;
  /* 色の変更も自由 */
}

.p-link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (max-width: 768px) {
  .p-link-list {
    gap: 12px;
  }
}

.p-link-list-item {
  gap: 6px;
  font-weight: 600;
  line-height: 1.111;
  color: #0066FF;
  position: relative;
  padding-left: 1.2em;
}
.p-link-list-item::before {
  content: "・";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #0066FF;
  /* 色の変更も自由 */
}
.p-link-list-item a {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 6px;
}
.p-link-list-item a img {
  width: 16px;
  height: 16px;
  filter: invert(22%) sepia(63%) saturate(4150%) hue-rotate(212deg) brightness(104%) contrast(104%);
}
.p-link-list-item a:hover {
  opacity: 0.6;
}
@media print, screen and (max-width: 768px) {
  .p-link-list-item {
    font-size: 16px;
    line-height: 1.25;
  }
}

/* ==========================================================================
Utility
========================================================================== */
/* ==========================================================================
Padding
========================================================================== */
.p-py-36 {
  padding: 36px 0;
}

.p-pb-48 {
  padding-bottom: 48px;
}

@media print, screen and (max-width: 768px) {
  .p-p-12-sp {
    padding: 12px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-py-24-sp {
    padding: 24px 0;
  }
}

@media print, screen and (max-width: 768px) {
  .p-pb-0-sp {
    padding-bottom: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .p-pb-24-sp {
    padding-bottom: 24px;
  }
}

/* ==========================================================================
Gap
========================================================================== */
.p-gap-6 {
  gap: 6px;
}

.p-gap-12 {
  gap: 12px;
}

.p-gap-16 {
  gap: 16px;
}

.p-gap-24 {
  gap: 24px;
}

.p-gap-32 {
  gap: 32px;
}

.p-gap-60 {
  gap: 60px;
}

.p-gap-64 {
  gap: 64px;
}

@media print, screen and (max-width: 768px) {
  .p-gap-12-sp {
    gap: 12px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-gap-16-sp {
    gap: 16px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-gap-24-sp {
    gap: 24px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-sp-none {
    display: none;
  }
}

.p-sp-only {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .p-sp-only {
    display: block;
  }
}

/* ==========================================================================
Flex
========================================================================== */
.p-flex-col {
  flex-direction: column;
}

/* ==========================================================================
Text
========================================================================== */
.p-font-semibold {
  font-weight: 600;
}

/* ==========================================================================
Height
========================================================================== */
.p-h-200 {
  height: 200px;
}

@media print, screen and (max-width: 768px) {
  .p-h-83-sp {
    height: 83px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-h-94-sp {
    height: 94px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-h-100-sp {
    height: 100px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-h-110-sp {
    height: 110px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-h-120-sp {
    height: 120px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-h-127-sp {
    height: 127px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-h-150-sp {
    height: 150px;
  }
}

@media print, screen and (max-width: 768px) {
  .p-h-200-sp {
    height: 200px;
  }
}