@charset "UTF-8";

/**
 * privacy.css
 *
 * 個人情報保護方針ページ
 *
 *  #Global
 *  #Header override
 *  #FV (First View)
 *  #Content
 *  #Responsive
 */


/* ==========================================================================
   Global (privacy page)
   ========================================================================== */
body.privacy {
  overflow-x: hidden;
  background-color: #f2f1ec;
}


/* ==========================================================================
   Header override (light background)
   ========================================================================== */
.l-header--light .header-nav-link {
  color: #081a00;
}

.l-header--light .header-menu-btn span {
  background-color: #081a00;
}


/* ==========================================================================
   FV (First View)
   ========================================================================== */
.l-privacy-fv {
  position: relative;
  width: 100%;
  height: 736px;
  overflow: hidden;
  background-color: #d9dcdc;
}

.privacy-fv-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 300px 160px 190px;
  z-index: 2;
}

.privacy-fv-sub {
  margin-top: 0;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #31c47d;
}

.privacy-fv-ttl {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 56px;
  line-height: 1.34;
  letter-spacing: -0.04em;
  background: linear-gradient(-76.21deg, #135837 0.41%, #22a164 96.81%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

.privacy-fv-en {
  position: absolute;
  z-index: 0;
  top: 292px;
  left: calc(758px + max(0px, (100vw - 1440px) / 2));
  margin: 0;
  font-family: "Plus Jakarta Sans", "PlusJakartaSans", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.12;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  background-color: transparent;
  background-image: linear-gradient(99.73deg, #e3e3e3 3.8%, #dedfdf 84.92%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
}

.l-privacy-fv::before,
.l-privacy-fv::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.l-privacy-fv::before {
  top: 0;
  right: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_right_top.svg") no-repeat 0 0 / contain;
}

.l-privacy-fv::after {
  bottom: 0;
  left: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/logo_left_bottom.svg") no-repeat 0 0 / contain;
}


/* ==========================================================================
   Content
   ========================================================================== */
.l-privacy-content {
  position: relative;
  width: 100%;
  background-color: #f2f1ec;
  overflow: hidden;
}

.privacy-content-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: max(120px, calc(100vw * 120 / 1440)) max(40px, calc(100vw * 40 / 1440)) max(160px, calc(100vw * 160 / 1440));
}

.page-content {
  font-family: "NotoSansJP";
  font-weight: 400;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: #3a3a3a;
}

.page-content h3 {
  position: relative;
  margin: 112px 0 48px;
  padding-left: 20px;
  font-family: "ZenKakuGothicNew";
  font-weight: 800;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #081a00;
}

.page-content h3::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 4px;
  height: 1.1em;
  background: #31c47d;
  border-radius: 2px;
}

.page-content h3.mt0 {
  margin-top: 0;
}

.page-content h4 {
  margin: 80px 0 28px;
  font-family: "NotoSansJP";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #081a00;
}

.page-content h5 {
  margin: 56px 0 20px;
  font-family: "NotoSansJP";
  font-weight: 700;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #081a00;
}

.page-content h6 {
  margin: 40px 0 16px;
  font-family: "NotoSansJP";
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #3a3a3a;
}

.page-content p {
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.02em;
}

.page-content p.mb10 {
  margin-bottom: 14px;
}

.page-content a {
  color: #22a164;
  text-decoration: underline;
  transition: color 0.3s;
}

.page-content a:hover {
  color: #135837;
}

.page-content strong {
  font-weight: 700;
  color: #081a00;
}

.page-content table {
  width: 100%;
  margin: 24px 0 40px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.8;
  background-color: transparent;
}

.page-content table th,
.page-content table td {
  padding: 28px 24px;
  border: none;
  border-bottom: 1px solid #d3d5d0;
  background-color: transparent;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.02em;
}

.page-content table th {
  width: 38%;
  font-weight: 700;
  color: #081a00;
}

.page-content table th.point-txt01 {
  width: auto;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: left;
  color: #22a164;
  background: none;
  border-bottom: 2px solid #c6cac1;
}

.page-content table td {
  color: #3a3a3a;
}

.page-content table tr:last-child th,
.page-content table tr:last-child td {
  border-bottom: none;
}

.page-content .mini-column {
  margin: 64px 0;
  padding: 40px 40px 24px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(8, 26, 0, 0.06);
}

.page-content .mini-column p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2;
}

.page-content .mini-column p:last-child {
  margin-bottom: 0;
}


/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (max-width: 1200px) {
  /* FV（会社情報 .company-fv-* タブレットと同一） */
  .l-privacy-fv {
    height: 560px;
    min-height: unset;
  }

  .privacy-fv-inner {
    padding: 200px 40px 200px;
    box-sizing: border-box;
  }

  .privacy-fv-sub {
    font-size: 20px;
  }

  .privacy-fv-ttl {
    font-size: 44px;
  }

  .privacy-fv-en {
    top: 210px;
    left: auto;
    right: -200px;
    bottom: auto;
    margin: 0;
    font-size: 110px;
    background-color: transparent;
    background-image: linear-gradient(99.73deg, #e3e3e3 3.8%, #dedfdf 84.92%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
            color: transparent;
  }

  .l-privacy-fv::before,
  .l-privacy-fv::after {
    width: 400px;
    height: 390px;
  }

  /* Content */
  .privacy-content-inner {
    padding: 80px 40px 120px;
  }

  .page-content h3 {
    margin: 96px 0 40px;
    font-size: 26px;
  }

  .page-content h4 {
    margin: 68px 0 24px;
    font-size: 20px;
  }

  .page-content h5 {
    margin: 48px 0 18px;
    font-size: 16px;
  }

  .page-content h6 {
    margin: 36px 0 14px;
  }

  .page-content p {
    margin: 0 0 28px;
  }
}

@media screen and (max-width: 768px) {
  /* FV（会社情報 .company-fv-* と同一） */
  .l-privacy-fv {
    height: auto;
    min-height: calc(500 / 414 * 100vw);
    display: flex;
    align-items: center;
  }

  .privacy-fv-inner {
    padding: 29.167vw 5vw 41.667vw;
    min-height: unset;
  }

  .privacy-fv-sub {
    font-size: 3.75vw;
    margin-top: 0;
  }

  .privacy-fv-ttl {
    margin-top: 12px;
    font-size: 7.5vw;
    line-height: 1.5;
  }

  .privacy-fv-en {
    display: none;
  }

  .l-privacy-fv::before,
  .l-privacy-fv::after {
    width: 280px;
    height: 273px;
  }

  /* Content（layer.css 500px以下の .page-content と同系のサイズ・余白） */
  .privacy-content-inner {
    padding: 12.077vw 7.246vw 14.493vw;
  }

  .page-content {
    font-size: inherit;
    line-height: inherit;
  }

  .page-content h3 {
    margin: 13.285vw 0 8.454vw;
    padding-left: 4.589vw;
    font-size: 4.348vw;
    line-height: 1.8;
  }

  .page-content h3::before {
    width: 0.9661835749vw;
    border-radius: 0.4830917874vw;
  }

  .page-content h4 {
    margin: 13.285vw 0 7.246vw;
    font-size: 3.865vw;
    line-height: 1.5;
  }

  .page-content h5 {
    margin: 9.662vw 0 4.831vw;
    font-size: 3.865vw;
    line-height: 1.5;
  }

  .page-content h6 {
    margin: 7.246vw 0 3.623vw;
    font-size: 3.865vw;
  }

  .page-content p {
    margin: 0 0 8.696vw;
    font-size: 3.623vw;
    line-height: 1.85;
    text-align: justify;
  }

  .page-content table {
    margin: 0 0 14.493vw;
    font-size: 3.623vw;
  }

  .page-content table th {
    width: 27.7777777778vw;
    padding: 7.246vw 7.246vw 7.246vw 0;
    font-size: 3.623vw;
    line-height: 1.6666666667;
  }

  .page-content table td {
    padding: 7.246vw 0;
    font-size: 3.623vw;
    line-height: 1.6666666667;
  }

  .page-content table th.point-txt01 {
    padding-bottom: 7.246vw;
  }

  .page-content .mini-column {
    margin: 14.493vw -2.415vw;
    padding: 8.454vw 6.039vw;
  }

  .page-content .mini-column p {
    margin-bottom: 8.696vw;
    font-size: 3.623vw;
    line-height: 1.85;
  }

  .page-content .date-txt {
    margin-top: 13.285vw;
  }

  .tb-none {
    display: none;
  }
}

/* ==========================================================================
   Wide screen (1440px and up)
   ========================================================================== */
@media screen and (min-width: 1440px) {
  .l-privacy-fv::before,
  .l-privacy-fv::after {
    width: calc(520 / 1440 * 100vw);
    height: calc(507 / 1440 * 100vw);
  }
}
