@charset "UTF-8";
@font-face {
  font-weight: 400;
  /* 標準のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
@font-face {
  font-weight: 100;
  /* 細目のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Th.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2");
}
@font-face {
  font-weight: 700;
  /* 太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-weight: 900;
  /* かなり太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
}
.privacy {
  overflow: hidden;
  background-color: #f7f7f7;
  color: #4d4d4d;
}
.privacy .main {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .privacy .main {
    margin-top: 0;
  }
}
.privacy .fixed__wrapper {
  max-width: 1000px;
  width: 100%;
}
.privacy p, .privacy span, .privacy time, .privacy a, .privacy input {
  font-weight: 400;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .privacy p, .privacy span, .privacy time, .privacy a, .privacy input {
    font-size: 15px;
  }
}
.privacy h1, .privacy h2, .privacy h3, .privacy h4, .privacy h5, .privacy h6 {
  font-weight: 700;
  font-family: "line-seed";
}
.privacy .heading__img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 90px;
  max-height: 400px;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .privacy .heading__img__wrapper {
    margin-top: 0;
    margin-bottom: 90px;
    padding: 0;
    height: auto;
  }
}
@media (max-width: 768px) {
  .privacy .heading__img__wrapper .heading__img {
    margin-top: 0;
    min-width: 420px;
  }
}
.privacy .heading__img__wrapper img {
  position: relative;
  left: 50%;
  min-width: 1600px;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .privacy .heading__img__wrapper img {
    margin-top: 0;
    height: auto;
  }
}
.privacy .bg--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.privacy .bg--wrapper .bg--babble01 {
  position: absolute;
  top: -300px;
  left: -380px;
  z-index: -2;
  width: 500px;
  height: 500px;
}
@media (max-width: 768px) {
  .privacy .bg--wrapper .bg--babble01 {
    display: none;
  }
}
.privacy .bg--wrapper .bg--babble02 {
  position: absolute;
  right: -480px;
  bottom: 280px;
  z-index: -2;
  width: 500px;
  height: 500px;
}
@media (max-width: 768px) {
  .privacy .bg--wrapper .bg--babble02 {
    display: none;
  }
}
.privacy .sec01 {
  padding-top: 90px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .privacy .sec01 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.privacy .sec01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
  display: block;
  min-width: 1800px;
  width: 100%;
  height: 1200px;
  background-color: #eee;
  content: "";
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 768px) {
  .privacy .sec01::after {
    min-width: 700px;
  }
}
.privacy .sec01 .text--wrapper {
  position: relative;
}
.privacy .sec01 .text--wrapper .bg--mail {
  position: absolute;
  right: -80px;
  bottom: -70px;
  z-index: -1;
  width: 360px;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .privacy .sec01 .text--wrapper .bg--mail {
    right: 0;
    bottom: -70px;
    width: 150px;
  }
}
.privacy .sec01 .heading__wrapper {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .privacy .sec01 .heading__wrapper {
    margin-bottom: 40px;
  }
}
.privacy .sec01 .sec-heading {
  margin: 0.4em 0;
  width: 100%;
  color: #4d4d4d;
  text-align: center;
  font-weight: 900;
  font-size: 46px;
}
@media (max-width: 768px) {
  .privacy .sec01 .sec-heading {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
  }
}
.privacy .sec01 .heading--bg {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0064d1;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-family: "line-seed";
  opacity: 1;
}
@media (max-width: 768px) {
  .privacy .sec01 .heading--bg {
    font-size: 24px;
  }
}
.privacy .sec01 .heading--bg .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.privacy .sec01 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .privacy .sec01 .heading__wrapper {
    margin-bottom: 40px;
  }
}
.privacy .sec01 .heading__wrapper .sec-heading {
  color: #f00028;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .privacy .sec01 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
  }
}
.privacy .sec01 .heading__wrapper .sec-heading .font-size--small {
  color: #4d7d37;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.privacy .sec01 .heading__wrapper .bg--fukidashi {
  margin-top: -30px;
  width: 350px;
}
@media (max-width: 768px) {
  .privacy .sec01 .heading__wrapper .bg--fukidashi {
    width: 300px;
  }
}
.privacy .sec01 p, .privacy .sec01 ul, .privacy .sec01 li {
  font-size: 16px;
  font-family: "A1ゴシック M", "A1 Gothic M";
  line-height: 2;
}
@media (max-width: 840px) {
  .privacy .sec01 p, .privacy .sec01 ul, .privacy .sec01 li {
    font-size: 14px;
  }
}
.privacy .sec02 {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .privacy .sec02 {
    padding: 0;
    padding-bottom: 90px;
  }
}
.privacy .sec02 .fixed__wrapper {
  box-sizing: border-box;
  padding: 80px 120px;
  max-width: 1000px;
  width: 100% !important;
  border-radius: 32px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .privacy .sec02 .fixed__wrapper {
    padding: 80px 20px;
  }
}
.privacy .sec02 h3 {
  margin: 0 auto;
  margin-bottom: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 5px #0064d1;
  color: #4d4d4d;
  font-weight: 700;
  font-size: 28px;
  font-family: "line-seed";
  line-height: 1.6;
}
.privacy .sec02 .sec01-desc-first {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: solid #999999 1px;
  line-height: 2;
}
@media (max-width: 768px) {
  .privacy .sec02 .sec01-desc-first {
    margin-bottom: 60px;
    line-height: 1.8;
  }
}
.privacy .sec02 .sec01-desc-heading {
  margin-top: 40px;
  margin-bottom: 4px;
  color: #0064d1;
  font-weight: 700;
  font-size: 20px;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .privacy .sec02 .sec01-desc-heading {
    font-size: 18px;
  }
}
.privacy .sec02 .sec01-desc-heading.color--black {
  padding-left: 1em;
  color: #4d4d4d;
}
.privacy .sec02 .sec01-desc {
  margin-bottom: 40px;
  margin-left: 0em;
  padding-bottom: 32px;
  padding-left: 1.2em;
  border-bottom: solid #999999 1px;
  line-height: 2;
}
@media (max-width: 768px) {
  .privacy .sec02 .sec01-desc {
    line-height: 1.8;
  }
}
.privacy .sec02 .sec01-desc07 {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.privacy .sec02 .sec01-desc07,
.privacy .sec02 .sec01-desc08 {
  border: none;
}
.privacy .sec02 ul, .privacy .sec02 li {
  margin-left: 0.7em;
  font-size: 16px;
  line-height: 2.6;
}
@media (max-width: 768px) {
  .privacy .sec02 ul, .privacy .sec02 li {
    font-size: 14px;
    line-height: 1.8;
  }
}
.privacy .sec02 ul.ul-numbers,
.privacy .sec02 ul.ul-numbers li {
  list-style: decimal;
}
.privacy .sec02 ul.ul-dots,
.privacy .sec02 ul.ul-dots li {
  list-style: disc;
}
.privacy .main .fixed__wrapper {
  width: 800px;
}
@media (max-width: 840px) {
  .privacy .main .fixed__wrapper {
    width: auto;
  }
}
.privacy .main .sec01__policy.fixed__wrapper {
  padding-top: 0;
}