html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  list-style: none;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  display: block;
  border: none;
}


.gotop {
  position: fixed;
  z-index: 10;
  bottom: 30px;
}
@media (max-width: 980px) {
  .gotop {
    width: 50px;
    bottom: 60px;
    right: 0;
  }
}
.gotop span {
  display: none;
}
@media (max-width: 980px) {
  .gotop span {
    display: block;
  }
}

.privacy_sec {
  background-color: #fffee9;
  position: relative;
}
@media (max-width: 980px) {
  .privacy_sec {
    padding: 20px 0 50px;
  }
}
.privacy_sec::before, .privacy_sec:after {
  content: "";
  position: absolute;
  background-image: url(../images/envelope_line.svg);
  width: 103%;
  padding-bottom: 0.46875%;
  background-size: cover;
  z-index: 2;
  left: 49%;
  transform: translateX(-50%);
}
.privacy_sec:before {
  top: -1px;
}
.privacy_sec:after {
  top: 100%;
}
.privacy_sec .travel_stamp {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/stamp_wave.svg);
  width: 17.8645833333%;
  padding-bottom: 13.75%;
  left: 3vw;
  top: 97px;
}
@media (max-width: 980px) {
  .privacy_sec .travel_stamp {
    display: none;
  }
}
.privacy_sec .wave {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/wave_right.svg);
  width: 16.40625%;
  padding-bottom: 12.7083333333%;
  right: 0;
}
@media (max-width: 1440px) {
  .privacy_sec .wave {
    transform: scale(0.9);
    right: -15px;
  }
}
@media (max-width: 980px) {
  .privacy_sec .wave {
    display: none;
  }
}
.privacy_sec .wave.wave-1 {
  top: 172px;
}
.privacy_sec .wave.wave-2 {
  top: 1350px;
}
.privacy_sec .wave.wave-3 {
  background-image: url(../images/wave_left_complete.svg);
  width: 15.5729166667%;
  padding-bottom: 10.2604166667%;
  left: 55px;
  top: 880px;
}
@media (max-width: 1440px) {
  .privacy_sec .wave.wave-3 {
    left: -15px;
  }
}
.privacy_sec .container {
  border-radius: 50px;
  overflow: hidden;
  padding: 168px 0 100px 40px;
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1440px) {
  .privacy_sec .container {
    max-width: 900px;
  }
}
@media (max-width: 980px) {
  .privacy_sec .container {
    padding: 80px 20px 0 50px;
  }
}

.privacy_title {
  font-size: 36px;
  font-weight: bold;
  color: #4f4431;
  text-align: center;
  position: relative;
  margin-bottom: 55px;
  letter-spacing: 3px;
  transform: translateX(-32px);
}
@media (max-width: 980px) {
  .privacy_title {
    transform: translateX(-10px);
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.privacy_title:before, .privacy_title:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 4px);
}
@media (max-width: 980px) {
  .privacy_title:before, .privacy_title:after {
    bottom: 100%;
    transform: scale(0.75) translateX(-70%);
  }
}
.privacy_title:before {
  width: 99px;
  height: 70px;
  background-image: url(../images/note_logo.svg);
}
@media (max-width: 980px) {
  .privacy_title:before {
    transform: scale(0.75) translateX(-70%);
  }
}
.privacy_title:after {
  top: calc(100% + 6px);
  width: 60px;
  height: 10px;
  background-image: url(../images/brown_wave.png);
}
@media (max-width: 980px) {
  .privacy_title:after {
    transform: scale(0.75) translateX(-65%);
  }
}

.list_title {
  color: #4f4431;
}
.list li:not(.list_item) {
  list-style: cjk-ideographic;
  padding-left: 20px;
  font-family: "Inter", sans-serif;
  line-height: 1.9;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  .list li:not(.list_item) {
    padding-left: 0;
    line-height: 1.5;
  }
}
.list li:not(.list_item)::marker {
  color: #4f4431;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 980px) {
  .list li:not(.list_item)::marker {
    font-size: 16px;
  }
}
.list li:not(.list_item) .list_title {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 980px) {
  .list li:not(.list_item) .list_title {
    font-size: 16px;
  }
}
.list li:not(.list_item) p {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 980px) {
  .list li:not(.list_item) p {
    font-size: 16px;
  }
}
.list .list_menu {
  padding-left: 17px;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 980px) {
  .list .list_menu {
    font-size: 16px;
  }
}
.list .list_item {
  list-style: decimal;
}
.list a {
  color: black;
}