@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type='radio'] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

@use './variables' as *;
/* =======================================================
  Liquid Pixel
  widthの比率で拡大縮小
========================================================= */
/* =======================================================
  Break Point
========================================================= */
@use './variables' as *;
@use './function' as *;
/* =======================================================
  Break Point
========================================================= */
body {
  background-color: #fff;
  overflow-x: hidden;
  background-image: url("/assets/images/privacy-policy/privacy-policy-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 980px) {
  body {
    background-image: url("/assets/images/privacy-policy/privacy-policy-bg-sp.png");
  }
}

body .container img {
  margin-top: calc(146 / 1728 * 100vw);
  margin-bottom: calc(79 / 1728 * 100vw);
  max-width: calc(446 / 1728 * 100vw);
  width: 100%;
}

@media (max-width: 980px) {
  body .container img {
    margin-top: calc(109 / 390 * 100vw);
    margin-bottom: calc(40 / 390 * 100vw);
    max-width: calc(236 / 390 * 100vw);
  }
}

body .container .contents {
  color: #e7367f;
  text-align: left;
  margin: 0 auto calc(70 / 1728 * 100vw);
  max-width: calc(951 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .container .contents {
    max-width: calc(356 / 390 * 100vw);
    margin: 0 auto calc(45 / 390 * 100vw);
  }
}

body .container .contents h4 {
  font-size: calc(32 / 1728 * 100vw);
  font-weight: 500;
  margin-bottom: calc(20 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .container .contents h4 {
    font-size: calc(24 / 390 * 100vw);
    margin-bottom: calc(23 / 390 * 100vw);
  }
}

body .container .contents p {
  font-size: calc(16 / 1728 * 100vw);
  line-height: calc(38 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .container .contents p {
    font-size: calc(14 / 390 * 100vw);
    line-height: calc(28 / 390 * 100vw);
  }
}

body .container .contents .attention {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: calc(8 / 1728 * 100vw);
  color: #f58a01;
  max-width: calc(903 / 1728 * 100vw);
  margin: calc(25 / 1728 * 100vw) auto calc(35 / 1728 * 100vw);
  padding: calc(32 / 1728 * 100vw) 0 calc(32 / 1728 * 100vw) calc(34 / 1728 * 100vw);
  font-size: calc(15 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .container .contents .attention {
    border-radius: calc(8 / 390 * 100vw);
    max-width: calc(343 / 390 * 100vw);
    margin: calc(18 / 390 * 100vw) auto calc(39 / 390 * 100vw);
    padding: calc(26 / 390 * 100vw) 0 calc(23 / 390 * 100vw) calc(14 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

body .container .contents .attention .orange {
  text-align: left;
  max-width: calc(828 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .container .contents .attention .orange {
    max-width: calc(308 / 390 * 100vw);
  }
}

body .container .contents .attention .orange .child {
  line-height: calc(28 / 1728 * 100vw);
  padding-left: calc(18 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .container .contents .attention .orange .child {
    line-height: calc(22 / 390 * 100vw);
    padding-left: calc(11 / 390 * 100vw);
  }
}

body .container .contents ol {
  list-style-position: outside;
}

body .container .contents .styled-list {
  counter-reset: section;
  list-style-type: none;
  padding-left: 0;
}

body .container .contents .styled-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: section;
  font-size: calc(16 / 1728 * 100vw);
  line-height: calc(38 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .container .contents .styled-list li {
    font-size: calc(14 / 390 * 100vw);
    line-height: calc(28 / 390 * 100vw);
  }
}

body .container .contents .styled-list li::before {
  content: counter(section) ". ";
}
