@charset "UTF-8";
/*
@mixin bgRadiusLeft( $bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 0 420px 420px 0;
  background: #fff;
  top: $topPC + px;
  left: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: 0 vw_pc( 420 ) vw_pc( 420 ) 0;
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: 0 vw_sp( 140 ) vw_sp( 140 ) 0;
    top: vw_sp( $topSP );
  }
}
@mixin bgRadiusRight($bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 420px 0 0 420px;
  background: #fff;
  top: $topPC + px;
  right: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: vw_pc( 420 ) 0 0 vw_pc( 420 );
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: vw_sp( 140 ) 0 0 vw_sp( 140 );
    top: vw_sp( $topSP );
  }
}
*/
/*
// セクションリード
@mixin sectionLead($fontSizePC:16,$lineHeightPC:2.2,$letterSpacingPC:40,$fontSizeSP:14,$lineHeightSP:2.2,$letterSpacingSP:40) {
  .sectionLead {
    font-family: "ShipporiMincho-Regular";
    font-size: $fontSizePC / 10 + rem;
    line-height: $lineHeightPC;
    letter-spacing: ls( $letterSpacingPC );
    text-align: center;
    @include bp( max, 1366px ) {
      font-size: vw_pc( $fontSizePC );
    }
    @include bp( max, 828px ) {
      font-size: vw_sp( $fontSizeSP );
      line-height: $lineHeightSP;
      letter-spacing: ls( $letterSpacingSP );
    }
  }
}

@mixin pageLead() {
  font-family: "ShipporiMincho-Regular";
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: ls( 200 );
  text-align: center;
  @include bp( max, 1366px ) {
    font-size: vw_pc( 24 );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 17 );
    letter-spacing: ls( 40 );
    text-align: left;
  }
}



@mixin notice($fontSize:11) {
  //font-size: 1.2rem;
  font-size: $fontSize / 10 + rem;
  line-height: 1.8;
  color: #777;
  @include bp( max, 1366px ) {
    //font-size: vw_pc( 12 );
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 10 );
    //font-size: vw_sp( $fontSize );
  }
}

@mixin noticeMark($fontSize:10) {
  font-size: $fontSize / 10 + rem;
  line-height: 1;
  color: #777;
  @include bp( max, 1366px ) {
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( $fontSize );
  }
}
*/
.privacy {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
  .privacy .sectionTitle_main, .privacy .sectionTitle_sub {
    display: block; }
  .privacy .sectionTitle_sub {
    font-family: "futura-pt-bold", sans-serif;
    color: #18549F;
    font-size: 1.2rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 1366px) {
      .privacy .sectionTitle_sub {
        font-size: 0.87848vw; } }
    @media screen and (max-width: 828px) {
      .privacy .sectionTitle_sub {
        font-size: 3.38164vw;
        letter-spacing: 0.08em;
        line-height: 1.3; } }
  .privacy .sectionTitle_main {
    margin-top: 8px;
    font-size: 3.4rem;
    font-weight: 900;
    letter-spacing: 0.16em; }
    @media screen and (max-width: 1366px) {
      .privacy .sectionTitle_main {
        margin-top: 0.58565vw;
        font-size: 2.48902vw; } }
    @media screen and (max-width: 828px) {
      .privacy .sectionTitle_main {
        margin-top: 1.93237vw;
        font-size: 8.21256vw; } }
  .privacy .mainHeader {
    padding-top: 96px; }
    @media screen and (max-width: 1366px) {
      .privacy .mainHeader {
        padding-top: 7.02782vw; } }
    @media screen and (max-width: 828px) {
      .privacy .mainHeader {
        padding-top: 15.45894vw; } }
    .privacy .mainHeader_title {
      font-weight: 900;
      font-size: 4.4rem;
      letter-spacing: 0.1em;
      line-height: 1.6;
      color: #333;
      padding-bottom: 16px;
      font-weight: 800;
      /*
      &::before {
        content: "";
        //background: $orange;
        background: $headerColor;
        width: 30px; 
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        @include bp( max, 1366px ) {
          width: vw_pc( 30 );
          height: vw_pc( 3 );
        }
        @include bp( max, 828px ) {
          width: vw_sp( 30 );
          height: vw_sp( 3 );
        }
      }
      */ }
      @media screen and (max-width: 1366px) {
        .privacy .mainHeader_title {
          font-size: 3.22108vw; } }
      @media screen and (max-width: 828px) {
        .privacy .mainHeader_title {
          font-size: 8.45411vw;
          letter-spacing: 0.1em;
          line-height: 1.6; } }
      @media screen and (max-width: 1366px) {
        .privacy .mainHeader_title {
          padding-bottom: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .privacy .mainHeader_title {
          padding-bottom: 3.86473vw; } }
    .privacy .mainHeader_text {
      margin-top: 40px;
      line-height: 2.0; }
      @media screen and (max-width: 1366px) {
        .privacy .mainHeader_text {
          margin-top: 2.92826vw; } }
      @media screen and (max-width: 828px) {
        .privacy .mainHeader_text {
          margin-top: 7.72947vw; } }
    .privacy .mainHeader_image {
      margin-top: 48px; }
      @media screen and (max-width: 1366px) {
        .privacy .mainHeader_image {
          margin-top: 3.51391vw; } }
      @media screen and (max-width: 828px) {
        .privacy .mainHeader_image {
          margin-top: 7.72947vw; } }
      .privacy .mainHeader_image_text {
        position: absolute;
        bottom: -6px;
        right: 0;
        font-family: "futura-pt-bold", sans-serif;
        color: #333;
        font-size: 6.8rem;
        letter-spacing: 0.04em;
        line-height: 1; }
        @media screen and (max-width: 1366px) {
          .privacy .mainHeader_image_text {
            font-size: 4.97804vw;
            bottom: -0.43924vw; } }
        @media screen and (max-width: 828px) {
          .privacy .mainHeader_image_text {
            font-size: 6.76329vw;
            bottom: -0.96618vw; } }
  .privacy .archivePagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px; }
    @media screen and (max-width: 1366px) {
      .privacy .archivePagination {
        margin-top: 5.85652vw; } }
    @media screen and (max-width: 828px) {
      .privacy .archivePagination {
        margin-top: 19.32367vw; } }
    .privacy .archivePagination span, .privacy .archivePagination a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 47px;
      height: 47px;
      border-radius: 47px;
      margin-left: 10px;
      font-size: 1.6rem;
      text-align: center; }
      @media screen and (max-width: 1280px) {
        .privacy .archivePagination span, .privacy .archivePagination a {
          width: 3.4407vw;
          height: 3.4407vw;
          border-radius: 3.4407vw;
          margin-left: 0.73206vw;
          font-size: 1.1713vw; } }
      @media screen and (max-width: 828px) {
        .privacy .archivePagination span, .privacy .archivePagination a {
          width: 11.35266vw;
          height: 11.35266vw;
          border-radius: 11.35266vw;
          margin-left: 1.93237vw;
          font-size: 3.38164vw; } }
    .privacy .archivePagination *:first-child {
      margin-left: 0px; }
    .privacy .archivePagination span.current {
      opacity: 1;
      background: #18549F;
      color: #fff; }
    .privacy .archivePagination a.prev, .privacy .archivePagination a.next {
      border: none;
      /*
        &::before,
        &::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          transition: .3s;
        }
        &::before {
          //background: $green;
          //border: 1px solid $black;
          background: $black;
          width: 30px;
          height: 30px;
          left: 0;
          border-radius: 100%;
          @include bp( max, 1366px ) {
            width: vw_pc( 30 );
            height: vw_pc( 30 );
          }
          @include bp( max, 828px ) {
            width: vw_sp( 30 );
            height: vw_sp( 30 );
          }
        }
        &::after {
          pointer-events: none;
          width: 8px;
          height: 8px;
          right: 0;
          margin: auto;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          @include bp( max, 1366px ) {
            width: vw_pc( 8 );
            height: vw_pc( 8 );
            border-top-width: vw_pc( 2 );
            border-right-width: vw_pc( 2 );
          }
          @include bp( max, 828px ) {
            width: vw_sp( 8 );
            height: vw_sp( 8 );
            border-top-width: vw_sp( 2 );
            border-right-width: vw_sp( 2 );
          }
        }
        */ }
      .privacy .archivePagination a.prev::before, .privacy .archivePagination a.prev::after, .privacy .archivePagination a.next::before, .privacy .archivePagination a.next::after {
        content: "";
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        @media screen and (max-width: 1366px) {
          .privacy .archivePagination a.prev::before, .privacy .archivePagination a.prev::after, .privacy .archivePagination a.next::before, .privacy .archivePagination a.next::after {
            width: 3.66032vw;
            height: 3.66032vw; } }
        @media screen and (max-width: 828px) {
          .privacy .archivePagination a.prev::before, .privacy .archivePagination a.prev::after, .privacy .archivePagination a.next::before, .privacy .archivePagination a.next::after {
            width: 12.07729vw;
            height: 12.07729vw; } }
      .privacy .archivePagination a.prev::before, .privacy .archivePagination a.next::before {
        background: url(/assets/img/common/button_circle_white.svg) no-repeat center center/contain; }
      .privacy .archivePagination a.prev::after, .privacy .archivePagination a.next::after {
        background: url(/assets/img/common/button_circle_blue.svg) no-repeat center center/contain;
        opacity: 0; }
      @media screen and (min-width: 829px) {
        .privacy .archivePagination a.prev:hover::before, .privacy .archivePagination a.next:hover::before {
          opacity: 0; }
        .privacy .archivePagination a.prev:hover::after, .privacy .archivePagination a.next:hover::after {
          opacity: 1; } }
    .privacy .archivePagination a.prev::before, .privacy .archivePagination a.prev::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .privacy .noData {
    background: #fff;
    margin-top: 32px;
    padding: 40px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    color: #333; }
    @media screen and (max-width: 1366px) {
      .privacy .noData {
        -webkit-box-shadow: 0vw 0.29283vw 0.58565vw 0vw rgba(0, 0, 0, 0.1);
        box-shadow: 0vw 0.29283vw 0.58565vw 0vw rgba(0, 0, 0, 0.1); } }
    @media screen and (max-width: 828px) {
      .privacy .noData {
        -webkit-box-shadow: 0vw 0.96618vw 1.93237vw 0vw rgba(0, 0, 0, 0.1);
        box-shadow: 0vw 0.96618vw 1.93237vw 0vw rgba(0, 0, 0, 0.1); } }
    @media screen and (max-width: 1366px) {
      .privacy .noData {
        margin-top: 2.34261vw;
        padding: 2.92826vw; } }
    @media screen and (max-width: 828px) {
      .privacy .noData {
        margin-top: 5.7971vw;
        padding: 5.7971vw; } }
  .privacy .pageNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 56px; }
    @media screen and (max-width: 1366px) {
      .privacy .pageNavi {
        margin-top: 4.09956vw; } }
    @media screen and (max-width: 828px) {
      .privacy .pageNavi {
        margin-top: 1.93237vw; } }
    .privacy .pageNavi .pageNaviList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.2rem; }
      @media screen and (max-width: 1366px) {
        .privacy .pageNavi .pageNaviList {
          font-size: 0.87848vw; } }
      @media screen and (max-width: 828px) {
        .privacy .pageNavi .pageNaviList {
          font-size: 2.17391vw; } }
      .privacy .pageNavi .pageNaviList_item:not(:first-child) {
        margin-left: 32px; }
        @media screen and (max-width: 1366px) {
          .privacy .pageNavi .pageNaviList_item:not(:first-child) {
            margin-left: 2.34261vw; } }
        @media screen and (max-width: 828px) {
          .privacy .pageNavi .pageNaviList_item:not(:first-child) {
            margin-left: 4.83092vw; } }
        .privacy .pageNavi .pageNaviList_item:not(:first-child):before {
          content: '';
          width: 7px;
          height: 7px;
          position: absolute;
          top: 1px;
          bottom: 0;
          left: -21px;
          margin: auto;
          border-right: 1px solid #858585;
          border-bottom: 1px solid #858585;
          -webkit-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
          transform: rotate(315deg); }
          @media screen and (max-width: 1366px) {
            .privacy .pageNavi .pageNaviList_item:not(:first-child):before {
              width: 0.51245vw;
              height: 0.51245vw;
              left: -1.53734vw; } }
          @media screen and (max-width: 828px) {
            .privacy .pageNavi .pageNaviList_item:not(:first-child):before {
              width: 1.44928vw;
              height: 1.44928vw;
              left: -3.38164vw; } }
      .privacy .pageNavi .pageNaviList_item a {
        color: #18549F; }
        @media screen and (min-width: 829px) {
          .privacy .pageNavi .pageNaviList_item a {
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s; }
            .privacy .pageNavi .pageNaviList_item a:hover {
              text-decoration: underline; } }
  .privacy .inner-regular {
    margin-top: 64px; }
    @media screen and (max-width: 1366px) {
      .privacy .inner-regular {
        margin-top: 4.68521vw; } }
    @media screen and (max-width: 828px) {
      .privacy .inner-regular {
        margin-top: 11.5942vw; } }
  .privacy_title {
    margin-top: 64px;
    font-size: 2.2rem;
    font-weight: 700;
    padding-bottom: 24px;
    margin: 64px 0 32px;
    border-bottom: 3px #18549F solid; }
    @media screen and (max-width: 1366px) {
      .privacy_title {
        margin-top: 4.68521vw; } }
    @media screen and (max-width: 828px) {
      .privacy_title {
        margin-top: 11.5942vw; } }
    @media screen and (max-width: 1366px) {
      .privacy_title {
        font-size: 1.61054vw;
        padding-bottom: 1.75695vw;
        margin: 4.68521vw 0 2.34261vw; } }
    @media screen and (max-width: 828px) {
      .privacy_title {
        font-size: 5.31401vw;
        padding-bottom: 5.7971vw;
        margin: 13.52657vw 0 7.72947vw; } }
    .privacy_title-sub {
      font-size: 1.6rem;
      font-weight: 700;
      padding: 10px 20px;
      margin: 40px 0 24px;
      background-color: #18549F;
      letter-spacing: .2rem;
      color: #fff; }
      @media screen and (max-width: 1366px) {
        .privacy_title-sub {
          font-size: 1.1713vw;
          padding: 0.73206vw 1.46413vw;
          margin: 2.92826vw 0 1.75695vw; } }
      @media screen and (max-width: 828px) {
        .privacy_title-sub {
          font-size: 3.86473vw;
          padding: 2.41546vw 4.83092vw;
          margin: 11.5942vw 0 5.7971vw; } }
  .privacy_text {
    line-height: 1.7; }
    .privacy_text a {
      color: #18549F;
      text-decoration: underline;
      display: inline;
      word-wrap: break-word; }
      .privacy_text a:hover {
        color: #333; }
    .privacy_text_list {
      margin-top: 32px;
      position: relative; }
      @media screen and (max-width: 1366px) {
        .privacy_text_list {
          margin-top: 2.34261vw; } }
      @media screen and (max-width: 828px) {
        .privacy_text_list {
          margin-top: 7.72947vw; } }
    .privacy_text_item {
      padding-left: 20px;
      margin-bottom: 16px;
      position: relative; }
      @media screen and (max-width: 1366px) {
        .privacy_text_item {
          margin-bottom: 1.1713vw;
          padding-left: 1.46413vw; } }
      @media screen and (max-width: 828px) {
        .privacy_text_item {
          margin-bottom: 3.86473vw;
          padding-left: 4.83092vw; } }
      .privacy_text_item:last-child {
        margin-bottom: 0; }
      .privacy_text_item:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background: #18549F;
        left: 0;
        border-radius: 3px;
        top: calc( ( 100% - 6px ) / 2); }
        @media screen and (max-width: 1366px) {
          .privacy_text_item:before {
            width: 0.43924vw;
            height: 0.43924vw;
            top: calc( ( 100% - 0.43924vw ) / 2); } }
        @media screen and (max-width: 828px) {
          .privacy_text_item:before {
            top: 3.1401vw;
            width: 1.44928vw;
            height: 1.44928vw; } }
