@charset "UTF-8";
html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(100vw / 75);
  color: #333333;
  background-color: #ffffff;
  text-align: justify;
  width: 100%;
}

img {
  width: 100%;
}

a,
a:visited {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  opacity: 0.7;
}

*:focus {
  outline: none;
}

h1 {
  font-size: 4.8rem;
  font-weight: bold;
}

h2 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 3.8rem;
  line-height: 5.7rem;
  text-align: center;
}

p {
  font-size: 3.2rem;
  line-height: 4.8rem;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.inner {
  width: 69rem;
  margin: 0 auto;
}

.title {
  width: 100%;
  margin: 0 0 5.95rem 0;
}

.arrow {
  position: relative;
  width: 15rem;
  height: 3rem;
  margin: 0 auto;
}

.arrow svg {
  width: 9.6rem;
  position: absolute;
  left: 2.7rem;
}

.arrow svg:nth-child(1) {
  top: 0;
}

.arrow svg:nth-child(2) {
  top: 1.5rem;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.js-fade.js-scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#topBtn {
  opacity: 0;
  display: block;
  position: fixed;
  z-index: -1;
  bottom: 20px;
  right: 20px;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #ed6d00;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0px rgba(33, 33, 33, 0.4);
          box-shadow: 0 0.2rem 0.5rem 0px rgba(33, 33, 33, 0.4);
}

#topBtn svg {
  width: 8.1rem;
  position: absolute;
  left: 0.95rem;
}

#topBtn svg:nth-child(1) {
  top: 2.2rem;
}

#topBtn svg:nth-child(2) {
  top: 3.5rem;
}

#topBtn.visible {
  opacity: 1;
  z-index: 10;
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.c-modal_bg {
  background: rgba(255, 255, 255, 0.6);
  height: 100vh;
  width: 100%;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.c-modal_content_inner {
  position: relative;
}

.c-modal_close {
  position: absolute;
  top: 13px;
  right: 10px;
}

body.js-modal-fix-bg {
  overflow: hidden;
}

#privacyTop {
  margin: 0 0 4rem 0;
}

#privacyTop .pageHeader {
  width: 100%;
  height: 10rem;
  padding: 3rem 0 3rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4rem;
  font-weight: bold;
}

#privacyTop .titleBand {
  width: 100%;
  background-color: #f4f4f4;
  padding: 4.2rem 0 4.2rem 0;
}

#privacyTop .titleBand .title {
  margin: 0 0 0 0;
}

#privacyTop .titleBand h1 {
  font-size: 3.8rem;
  line-height: 5.7rem;
  text-align: center;
  font-weight: normal;
  font-family: "Sawarabi Mincho", sans-serif;
}

#privacyTop p {
  color: #333333;
  width: 69rem;
  font-size: 2.8rem;
  line-height: 4.2rem;
  margin: 11.3rem auto 6.3rem;
}

#privacyBody .inner {
  width: 69rem;
  margin: 0 auto;
}

#privacyBody h2 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  margin: 6.4rem 0 0 0;
  padding: 0 0 0.6rem 0;
  border-bottom: 0.2rem solid #ed6d00;
}

#privacyBody h2 span {
  font-size: 2.8rem;
  line-height: 3.6rem;
  height: 3.6rem;
  width: 3.6rem;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  background-color: #ed6d00;
  margin: 0 2.1rem 0 0;
}

#privacyBody h2:nth-child(1) {
  margin: 0 0 0 0;
}

#privacyBody p {
  font-size: 2.8rem;
  line-height: 4.2rem;
  color: #333333;
}

#privacyBody h2 + p {
  margin: 1.9rem 0 0 0;
}

#privacyBody ol {
  width: 66rem;
  margin: 0 auto 0 0;
  margin: 2.6rem 0 0 0;
}

#privacyBody ol li {
  margin: 0 0 4.2rem 0;
}

#privacyBody ol.sec3 li h3 {
  font-size: 2.8rem;
  line-height: 4.2rem;
  color: #333333;
}

#privacyBody ol.sec3 li h3 span {
  display: inline-block;
  width: 8rem;
  text-align: center;
}

#privacyBody ol.sec3 li p {
  margin: 0 0 0 8rem;
  font-size: 2.8rem;
  line-height: 4.2rem;
  color: #333333;
}

#privacyBody ol.sec3 li:nth-child(4) {
  margin: 0 0 0 0;
}

#privacyBody ol.sec4 li {
  font-size: 2.8rem;
  line-height: 4.2rem;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#privacyBody ol.sec4 li p {
  width: 8rem;
  text-align: center;
}

#privacyBody ol.sec4 li p:nth-child(2) {
  width: 58rem;
  text-align: justify;
}

#privacyBody ol.sec4 li:nth-child(7) {
  margin: 0 0 0 0;
}

#privacyBody a {
  border-bottom: solid 0.2rem #333333;
}

#privacyBody .auth {
  text-align: right;
  margin: 7rem 0 0 0;
}

#privacyBody .auth + p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: right;
  margin: 2.7rem 0 0 0;
}

#npBackButton .backButtonArea {
  width: 62.6rem;
  margin: 20.3rem auto 10.6rem;
  font-weight: bold;
}

#npBackButton .backButtonArea p {
  font-size: 4rem;
  text-align: center;
  margin: 0 0 4rem 0;
}

#npBackButton .backButtonArea .backButton {
  width: 59.2rem;
  border: 0.2rem solid #666666;
  font-size: 3.4rem;
  padding: 5.3rem 0 5.3rem 3rem;
  -webkit-box-shadow: 0.8rem 0.89rem 3rem 0 rgba(9, 0, 0, 0.15);
          box-shadow: 0.8rem 0.89rem 3rem 0 rgba(9, 0, 0, 0.15);
  position: relative;
}

#npBackButton .backButtonArea .backButton p {
  font-size: 3.4rem;
  line-height: 3.4rem;
  margin: 0;
  text-align: left;
}

#npBackButton .backButtonArea .backButton svg {
  width: 2.6rem;
  height: 5.6rem;
  position: absolute;
  right: 2.8rem;
  top: 4.4rem;
}

#footer .inner {
  padding: 6rem 0 10rem 0;
}

#footer p {
  font-size: 2.8rem;
  line-height: 3.9rem;
  text-align: center;
}

#footer .logo {
  width: 25rem;
  margin: 0 auto;
  position: relative;
}

#footer .logo p {
  position: absolute;
  font-size: 2.2rem;
  line-height: 2.2rem;
  top: 31rem;
  left: 0;
  right: 0;
  margin: auto;
  color: #ed6d00;
  text-align: center;
}

#footer .logo a:hover {
  opacity: 0.7;
}

#footer .privacy {
  width: 23.6rem;
  margin: 10rem auto 0;
}

#footer .privacy a .privacyLink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

#footer .privacy a:hover .privacyLink {
  opacity: 0.5;
}

#footer .privacyLink {
  width: 100%;
  font-size: 2.8rem;
  line-height: 4.2rem;
  text-align: center;
  padding: 0 0 0.6rem 0;
  border-bottom: #d16c15 solid 0.4rem;
}

#footer .company {
  margin: 6.8rem auto 0;
}

#footer .copyright {
  width: 100%;
  height: 5.44rem;
  min-height: 27.2px;
  background-color: #d16c15;
  font-size: 2rem;
  line-height: 5.44rem;
  text-align: center;
  color: #ffffff;
}

#contact .inner {
  padding: 9rem 0 12.8rem 0;
}

#footer .inner {
  padding: 8rem 0 10rem 0;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
    line-height: 180%;
  }
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
  p {
    font-size: 16px;
    line-height: 180%;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .inner {
    width: 100%;
  }
  .title {
    margin: 0 0 0 0;
  }
  .arrow {
    width: 150px;
    height: 30px;
  }
  .arrow svg {
    width: 43px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .arrow svg:nth-child(2) {
    top: 10px;
  }
  #topBtn {
    bottom: 20px;
    right: 20px;
    width: 62px;
    height: 62px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
            box-shadow: 0px 2px 5px 0px rgba(33, 33, 33, 0.4);
  }
  #topBtn svg {
    width: 38px;
    left: 0px;
    right: 0;
    margin: auto;
  }
  #topBtn svg:nth-child(1) {
    top: 18px;
  }
  #topBtn svg:nth-child(2) {
    top: 25px;
  }
}

@media screen and (min-width: 768px) {
  #privacyTop {
    margin: 0 0 0 0;
  }
  #privacyTop .pageHeader {
    max-width: 1200px;
    width: 98%;
    height: 50px;
    padding: 13px 0 13px 1%;
    font-size: 24px;
    margin: 0 auto;
  }
  #privacyTop a .pageHeader {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #privacyTop a:hover .pageHeader {
    opacity: 0.7;
  }
  #privacyTop .titleBand {
    width: 100%;
    background-color: #f4f4f4;
    padding: 0 0 0 0;
  }
  #privacyTop .titleBand .title {
    margin: 0 0 0 0;
  }
  #privacyTop .titleBand h1 {
    font-size: 23px;
    line-height: 35px;
    padding: 57.5px 0 57.5px 0;
    text-align: center;
    font-weight: normal;
    font-family: "Sawarabi Mincho", sans-serif;
  }
  #privacyTop p {
    width: 67.25%;
    max-width: 807px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 27px;
    margin: 53.5px auto 43.5px;
  }
}

@media screen and (min-width: 768px) {
  #privacyBody .inner {
    width: 67.25%;
    max-width: 807px;
    margin: 0 auto;
  }
  #privacyBody h2 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    margin: 43.5px 0 0 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #ed6d00;
  }
  #privacyBody h2 span {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    width: 18px;
    margin: 0 10.5px 0 0;
  }
  #privacyBody p {
    font-size: 14px;
    line-height: 27px;
    color: #333333;
  }
  #privacyBody h2 + p {
    margin: 10.5px 0 0 0;
  }
  #privacyBody ol {
    width: 97%;
    max-width: 780px;
    margin: 13px 0 0 auto;
  }
  #privacyBody ol li {
    margin: 0 0 27px 0;
  }
  #privacyBody ol.sec3 li h3 {
    font-size: 14px;
    line-height: 27px;
    color: #333333;
  }
  #privacyBody ol.sec3 li h3 span {
    display: inline-block;
    width: 25px;
    text-align: left;
  }
  #privacyBody ol.sec3 li p {
    margin: 0 0 0 25px;
    font-size: 14px;
    line-height: 27px;
    color: #333333;
  }
  #privacyBody ol.sec3 li:nth-child(4) {
    margin: 0 0 0 0;
  }
  #privacyBody ol.sec4 li {
    font-size: 14px;
    line-height: 27px;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #privacyBody ol.sec4 li p {
    width: 25px;
    text-align: left;
  }
  #privacyBody ol.sec4 li p:nth-child(2) {
    width: auto;
    max-width: 755px;
    text-align: justify;
  }
  #privacyBody ol.sec4 li:nth-child(7) {
    margin: 0 0 0 0;
  }
  #privacyBody a {
    border-bottom: solid 2px #333333;
  }
  #privacyBody .auth {
    line-height: 21px;
    text-align: right;
    margin: 45px 0 0 0;
  }
  #privacyBody .auth + p {
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    margin: 31.5px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  #npBackButton .backButtonArea {
    width: 300px;
    margin: 94px auto 10px;
  }
  #npBackButton .backButtonArea p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 23px 0;
  }
  #npBackButton .backButtonArea .backButton {
    width: 268px;
    border: 1px solid #666666;
    font-size: 18px;
    padding: 33px 0 31px 30px;
    -webkit-box-shadow: 0 6px 15px 0 rgba(9, 0, 0, 0.15);
            box-shadow: 0 6px 15px 0 rgba(9, 0, 0, 0.15);
    -webkit-transition: 700ms;
    transition: 700ms;
    position: relative;
  }
  #npBackButton .backButtonArea .backButton p {
    font-size: 18px;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 18px;
  }
  #npBackButton .backButtonArea .backButton svg {
    width: 12px;
    height: 27px;
    right: 22.5px;
    top: 27.5px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #npBackButton .backButtonArea .backButton svg polyline {
    -webkit-transition: 700ms;
    transition: 700ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  #npBackButton .backButtonArea .backButton::before {
    display: block;
    -webkit-transition: 700ms;
    transition: 700ms;
    width: 298px;
    height: 82px;
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    opacity: 0;
    background-color: #ed6d00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #npBackButton .backButtonArea a:hover .backButton {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  #npBackButton .backButtonArea a:hover .backButton svg {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  #npBackButton .backButtonArea a:hover .backButton svg polyline {
    stroke: #ffffff;
  }
  #npBackButton .backButtonArea a:hover .backButton:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  #footer .inner {
    padding: 41px 0 60px 0;
  }
  #footer p {
    font-size: 15px;
    line-height: 23px;
  }
  #footer .logo {
    width: 130px;
  }
  #footer .logo p {
    font-size: 11px;
    line-height: 11px;
    top: 161px;
  }
  #footer .privacy {
    width: 130px;
    margin: 52px auto 0;
  }
  #footer .privacyLink {
    font-size: 15px;
    line-height: 26px;
    padding: 0 0 0 0;
    border-bottom: #d16c15 solid 2px;
  }
  #footer .company {
    margin: 30px auto 0;
  }
  #footer .copyright {
    height: 27px;
    min-height: none;
    font-size: 10px;
    line-height: 27px;
  }
}

@media screen and (min-width: 768px) {
  #contact .inner {
    padding: 80px 0 80px 0;
  }
  #contact .title {
    background-size: 275px auto;
    height: 105px;
  }
  #contact .title h2 {
    font-size: 25px;
    line-height: 42px;
    padding: 65px 0 0 0;
  }
}
/*# sourceMappingURL=styles.css.map */