@charset "UTF-8";
/* リセットCSS */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  text-align: inherit;
}

@media (hover: hover) and (pointer: fine) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit; /* リンク色を解除 */
    text-decoration: none; /* 下線を解除 */
  }
}
.privacy__inner {
  padding-inline: 1.5em;
  margin-top: 2em;
}
.privacy__link {
  font-size: clamp(14px, 1.0582010582vw, 18px);
  font-weight: 400;
  margin-top: 1em;
}
.privacy__link a {
  border-bottom: 1px solid #5A5B5B;
  line-height: 175%;
}
.privacy__sign {
  text-align: right;
  margin-top: 1em;
  display: grid;
  justify-content: right;
}
.privacy__sign dl {
  width: 14em;
  display: flex;
  justify-content: flex-start;
}
.privacy__sign dl dt {
  text-align: left;
  width: 6em;
}
.privacy__sign dl dd {
  width: 8em;
}
.privacy__title {
  margin-bottom: 1em;
}
.privacy__title--lg {
  font-size: clamp(16px, 1.3227513228vw, 24px);
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (width > 1512px) {
  .privacy__title--lg {
    font-size: 1.3227513228vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .privacy__title--lg {
    font-size: 5.1282051282vw;
  }
}
.privacy__title--sm {
  font-size: clamp(14px, 1.0582010582vw, 18px);
  font-weight: 400;
  margin-block: 1.3227513228vw 0.7936507937vw;
}
@media screen and (width > 1512px) {
  .privacy__title--sm {
    font-size: 1.0582010582vw;
    margin-block: 1.3227513228vw 0.7936507937vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .privacy__title--sm {
    font-size: 4.1025641026vw;
    margin-block: 5.1282051282vw 3.0769230769vw;
  }
}
.privacy__text {
  font-size: clamp(14px, 1.0582010582vw, 18px);
  font-weight: 300;
  line-height: 175%;
}
@media screen and (width > 1512px) {
  .privacy__text {
    font-size: 1.0582010582vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .privacy__text {
    font-size: 4.1025641026vw;
  }
}
.privacy__text + .privacy__text {
  padding-top: 1em;
}
.privacy__text--sm {
  font-size: clamp(14px, 0.9259259259vw, 16px);
  font-weight: 300;
  line-height: 175%;
}
@media screen and (width > 1512px) {
  .privacy__text--sm {
    font-size: 0.9259259259vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .privacy__text--sm {
    font-size: 3.5897435897vw;
  }
}
.privacy__text--box {
  font-size: clamp(14px, 0.9259259259vw, 16px);
  font-weight: 300;
  line-height: 175%;
  border: 1px solid #5A5B5B;
  padding: 1em;
  margin-top: 1em;
  display: inline-block;
}
@media screen and (width > 1512px) {
  .privacy__text--box {
    font-size: 0.9259259259vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .privacy__text--box {
    font-size: 3.5897435897vw;
  }
}
.privacy__list--num {
  font-size: clamp(16px, 1.3227513228vw, 24px);
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (width > 1512px) {
  .privacy__list--num {
    font-size: 1.3227513228vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .privacy__list--num {
    font-size: 5.1282051282vw;
  }
}
.privacy__list--num > li {
  list-style: decimal;
}
.privacy__list--num > li + li {
  margin-top: 2em;
}
.privacy__list--paren {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 0;
  margin-top: 1.3227513228vw;
}
@media screen and (width > 1512px) {
  .privacy__list--paren {
    margin-top: 1.3227513228vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .privacy__list--paren {
    margin-top: 5.1282051282vw;
  }
}
.privacy__list--paren.layout__paren-magin > li + li {
  margin-top: 1em;
}
.privacy__list--paren li {
  list-style: none;
  position: relative;
}
.privacy__list--paren > li {
  counter-increment: my-counter;
  padding-left: 1.5em;
}
.privacy__list--paren > li::before {
  content: "(" counter(my-counter) ")";
  position: absolute;
  left: 0;
  font-size: clamp(14px, 0.9259259259vw, 16px);
  font-weight: 300;
  margin-bottom: 2em;
  line-height: 175%;
}
@media screen and (width > 1512px) {
  .privacy__list--paren > li::before {
    font-size: 0.9259259259vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .privacy__list--paren > li::before {
    font-size: 3.5897435897vw;
  }
}
.privacy__list--circled-decimal > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.privacy__list--circled-decimal > li::before {
  padding-right: 0.5em;
}
.privacy__list--circled-decimal > li:nth-child(1)::before {
  content: "①";
}
.privacy__list--circled-decimal > li:nth-child(2)::before {
  content: "②";
}
.privacy__list--circled-decimal > li:nth-child(3)::before {
  content: "③";
}
.privacy__list--circled-decimal > li:nth-child(4)::before {
  content: "④";
}
.privacy__list--circled-decimal > li:nth-child(5)::before {
  content: "⑤";
}
.privacy__list--circled-decimal > li:nth-child(6)::before {
  content: "⑥";
}
.privacy__list--circled-decimal > li:nth-child(7)::before {
  content: "⑦";
}
.privacy__list--disc {
  padding-left: 1.5em;
  margin-top: 1.3227513228vw;
}
@media screen and (width > 1512px) {
  .privacy__list--disc {
    margin-top: 1.3227513228vw;
  }
}
@media screen and (width < 480px) and (orientation: portrait) {
  .privacy__list--disc {
    margin-top: 5.1282051282vw;
  }
}
.privacy__list--disc li {
  list-style: disc;
  position: relative;
}/*# sourceMappingURL=privacy.css.map */