@charset "UTF-8";
body {
  padding: 130px 0 0; }

@media (max-width: 1280px) {
  body {
    padding: 120px 0 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  body {
    padding: 100px 0 0; } }
/*max-width:1024px*/
@media (max-width: 480px) {
  body {
    padding: 70px 0 0; } }
/*max-width:480px*/
/***************************************/
.mv {
  width: 100%;
  height: 300px;
  background: url("../images/privacy/mv.jpg") left center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  .mv h2 {
    width: calc(100% - 120px);
    color: #FFFFFF;
    font: 10rem/1em the-seasons, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 10;
    margin: 0 auto; }
    .mv h2 span {
      width: fit-content;
      font: 1.8rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      position: relative;
      display: block;
      padding: 0 0 0 40px;
      margin: 0 0 15px; }
      .mv h2 span:before {
        position: absolute;
        content: "";
        display: block;
        background: url("../images/common/icon.svg") center center no-repeat;
        background-size: contain;
        width: 17px;
        height: 17px;
        left: 10px;
        top: 0; }

@media (max-width: 1024px) {
  .mv {
    width: 100%;
    height: 300px;
    background: url("../images/privacy/mv.jpg") left 20% center no-repeat;
    background-size: cover; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv {
    width: 100%;
    height: 200px; }
    .mv h2 {
      width: calc(100% - 60px);
      font: 6rem/1em the-seasons, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 300; }
      .mv h2 span {
        font: 1.5rem/1em "Noto Sans", sans-serif;
        font-weight: 700;
        padding: 0 0 0 30px;
        margin: 0 0 15px; }
        .mv h2 span:before {
          width: 13px;
          height: 13px;
          left: 5px;
          top: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mv {
    width: 100%;
    height: 140px;
    background: url("../images/privacy/mv_sp.jpg") left center no-repeat;
    background-size: auto 140px; }
    .mv h2 {
      max-width: 315px;
      width: calc(100% - 30px);
      font: 4.8rem/1em the-seasons, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 300; }
      .mv h2 span {
        margin: 0 0 10px; } }
/*max-width:480px*/
/***************************************/
.privacy {
  background-color: #F2F5FA; }

.privacy_box {
  width: calc(100% - 80px);
  margin: 0 auto;
  max-width: 1240px;
  counter-reset: hoge;
  color: #00275C;
  padding: 160px 0; }
  .privacy_box dl {
    position: relative;
    padding: 30px 30px 30px 70px;
    border-top: 1px solid #DCE1E8; }
    .privacy_box dl:before {
      left: 5px;
      top: 30px;
      position: absolute;
      counter-increment: hoge;
      content: "0" counter(hoge);
      font: 1.8rem/1.5em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em; }
    .privacy_box dl:nth-of-type(n + 10):before {
      content: counter(hoge); }
  .privacy_box dt {
    color: #004098;
    font: 1.8rem/1.5em "Noto Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 20px; }
  .privacy_box dd {
    font: 1.6rem/2em "Noto Sans", sans-serif;
    font-weight: 300;
    text-align: justify;
    text-justify: inter-ideograph; }
  .privacy_box ul {
    padding: 15px 0; }
  .privacy_box li {
    padding: 0 0 0 1.6rem;
    position: relative; }
    .privacy_box li:before {
      position: absolute;
      content: "・";
      left: 0;
      top: 0; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .privacy_box {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 100px 0; }
    .privacy_box dl {
      position: relative;
      padding: 30px 0 30px 70px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .privacy_box {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 315px;
    padding: 50px 0; }
    .privacy_box dl {
      position: relative;
      padding: 30px 0; }
      .privacy_box dl:before {
        font: 1.7rem/1.5em "Noto Sans", sans-serif;
        font-weight: 500;
        left: 0; }
    .privacy_box dt {
      font: 1.6rem/1.5em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin: 0 0 15px;
      padding: 0 0 0 40px; }
    .privacy_box dd {
      font: 1.5rem/2em "Noto Sans", sans-serif;
      font-weight: 300; } }
/*max-width:480px*/
/***************************************/
