@charset "UTF-8";
/*PCサイト*/
@media (min-width: 897px) {
  /*============================
  #header
  ============================*/
  #header {
    background-color: rgba(255, 255, 255, 0.5);
  }
  /*============================
  #eyecatch
  ============================*/
  #eyecatch {
    position: relative;
    margin-top: 82px;
  }
  .eye_content {
    position: absolute;
    top: 20%;
    left: 17%;
    width: 5%;
  }
  .eye_content .wrap {
    width: 100%;
  }
  .eye_content h2 {
    font-size: clamp(35px, 2.6vw, 61.6px);
    font-family: "a-otf-shingopro-bold";
    color: #fff;
    margin-top: clamp(21px, 1.56vw, 36.96px);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    letter-spacing: 0.6em;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4%;
  }
  .eye_content h3 {
    font-size: clamp(14.05px, 1.04vw, 24.65px);
    font-family: "a-otf-shingopro-bold";
    color: #92C8FF;
    margin-top: clamp(1.405px, 0.104vw, 2.465px);
    letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
  }
  /*============================
  #cont01
  ============================*/
  #cont01 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 80px;
  }
  #cont01 h3 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 45px;
    text-indent: -0.5em;
    margin-bottom: 10px;
  }
  #cont01 .inner > p {
    font-family: "a-otf-shingopro-medium";
    letter-spacing: 0.2em;
    font-size: 30px;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #cont01 ul li h4 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 20px;
  }
  #cont01 ul li p {
    font-family: "a-otf-shingopro-medium";
    letter-spacing: 0.2em;
    font-size: 18px;
    line-height: 1.6;
  }
  #cont01 ul ol li {
    font-family: "a-otf-shingopro-medium";
    letter-spacing: 0.2em;
    font-size: 18px;
    line-height: 1.6;
    margin-left: 2em;
    text-indent: -2em;
  }
  #cont01 ul li a {
    font-family: "a-otf-shingopro-medium";
    letter-spacing: 0.2em;
    font-size: 18px;
    line-height: 1.6;
    background-color: #004082;
    color: #fff;
    width: 300px;
    text-align: center;
    padding: 10px 0 15px;
    display: block;
    margin-top: 25px;
  }
}
/*スマホ最適化*/
@media (max-width: 896px) {
  /*============================
  #header
  ============================*/
  #header {
    background-color: rgba(255, 255, 255, 0.5);
  }
  /*============================
  #eyecatch
  ============================*/
  #eyecatch {
    position: relative;
    margin-top: 13vw;
  }
  .eye_content {
    position: absolute;
    top: 10%;
    left: 0;
    width: 72%;
    background-color: #004082;
    text-align: center;
    padding: 5vw 0;
  }
  .eye_content .wrap {
    width: 100%;
  }
  .eye_content h2 {
    font-size: 5.2vw;
    font-family: "a-otf-shingopro-bold";
    color: #fff;
    letter-spacing: 0.2em;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4%;
  }
  .eye_content h3 {
    font-size: 4.2vw;
    font-family: "a-otf-shingopro-bold";
    color: #92C8FF;
    margin-top: 1vw;
    letter-spacing: 0.1em;
    display: inline-block;
  }
  /*============================
  #container
  ============================*/
  /*============================
  #main
  ============================*/
  /*============================
  #cont01
  ============================*/
  #cont01 .inner {
    width: 95%;
    margin: 0 auto;
    padding: 5vw 0 8vw;
  }
  #cont01 h3 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 8vw;
    text-indent: -0.5em;
    margin-bottom: 1vw;
  }
  #cont01 .inner > p {
    font-family: "a-otf-shingopro-medium";
    letter-spacing: 0.2em;
    font-size: 4.5vw;
    line-height: 1.6;
    margin-top: 3vw;
  }
  #cont01 ul h4 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 5.5vw;
    line-height: 1.2;
    margin-bottom: 5vw;
    margin-top: 10vw;
    margin-left: 1.2em;
    text-indent: -1.2em;
  }
  #cont01 ul p {
    font-family: "a-otf-shingopro-medium";
    letter-spacing: 0.2em;
    font-size: 4.5vw;
    line-height: 1.6;
  }
  #cont01 ul ol li {
    font-family: "a-otf-shingopro-medium";
    letter-spacing: 0.2em;
    font-size: 4.5vw;
    line-height: 1.6;
    margin-left: 2em;
    text-indent: -2em;
  }
  #cont01 ul a {
    font-family: "a-otf-shingopro-medium";
    letter-spacing: 0.2em;
    font-size: 6.5vw;
    line-height: 1.6;
    background-color: #004082;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 4vw 0 5vw;
    display: block;
    margin-top: 10vw;
  }
}/*# sourceMappingURL=privacy.css.map */