@charset "UTF-8";

.c-subpage__nav--sticky{
                    top: 25%;
}

.c-headline__img{
    background: url(../img/privacypolicy/mv.webp);
    background-size: 43%;
    background-position: right -200px top;
    background-repeat: no-repeat;
}
.c-headline__title{
        color: #111111;
}
.content_wrap{
    display: grid;
    grid-gap: 40rem 0;
}
.contents_txt{
    font-size: 18rem;
    font-weight: 500;
}
.white_bg{
    background: #fff;
    padding: 80rem;
    border-radius: 50rem;
    display: grid;
    grid-gap: 50rem 0;
    counter-reset: main-count;
}
.white_bg dl{
    display: flex;
    gap: 0 40rem;
    padding: 0;
    counter-increment: main-count;
}
.white_bg:not(.nonnum) dl dt::before{
    content: counter(main-count) ". ";
}
.white_bg dl:not(:last-child){
    border-bottom: 1px solid #BDBDBD;
    padding: 0 0 50rem;
}
.white_bg dl dt{
    font-size: 18rem;
    font-weight: 600;
    flex-basis: 28%;
    display: flex;
    gap: 0 6rem;
}
.white_bg dl dd{
    flex-basis: 70%;
}
.white_bg dl dd span{
    display: flex;
    font-size: 18rem;
    font-weight: 500;
}
.white_bg dl dd span small{
    display: block;
    padding-top: 5rem;
    padding-right: 5rem;
}
.white_bg dl dd span.margint40{
    margin-top: 40rem;
}
.white_bg dl dd ul{
    margin-top: 20rem;
    display: grid;
    grid-gap: 5rem 0;
}
.white_bg dl dd ul li{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0 6rem;
    font-size: 18rem;
    font-weight: 500;
}
.white_bg dl dd ul li::before{
    content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
        padding-top: 11rem;
}
.white_bg dl dd span.ttl{
    font-size: 18rem;
    font-weight: 600;
    margin-top: 30rem;
    margin-bottom: 15rem;
}
.date p{
    text-align: right;
    font-size: 18rem;
    font-weight: 500;
}
.training-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 30rem;
  overflow: hidden;
  font-size: 18rem;
  text-align: center;
  font-weight: 500;
}

/* ヘッダーの設定：白い右線を引く */
.training-table th {
  background-color: #FF6600;
  color: white;
  padding: 20rem;
  font-weight: bold;
  border-right: 1px solid #fff; /* 白い縦線 */
  text-align: center;
   font-weight: 500;
}

/* ボディの設定：白い右線を引く */
.training-table td {
  padding: 20rem;
  background-color: #F3F4F6;
  border-right: 1px solid #fff; /* 白い縦線 */
  border-bottom: 1px solid #fff; /* 行間の白線 */
  color: #111111;
  text-align: center;
}

/* 一番右端の列だけは縦線を消す */
.training-table th:last-child,
.training-table td:last-child {
  border-right: none;
}



/* 画像の雰囲気に合わせて偶数行を少し濃くする */
.training-table tbody tr:nth-child(even) td {
  background-color: #F3F4F6;
}

.txt_wrap .ttl{
    font-size: 25rem;
    font-weight: 600;
}
.txt_wrap .txt{
    font-size: 18rem;
    font-weight: 500;
    margin-top: 30rem;
}
.gray{
    background: #F3F4F6;
    border-radius: 20rem;
    padding: 20rem 60rem;
    width: fit-content;
    margin-top: 20rem;
}
.border{
    margin-top: 30rem;
    border: 1px solid #BDBDBD;
    border-radius: 60rem;
    padding: 60rem;
    width: fit-content;
}
.border dl{
    flex-direction: column;
    gap: 15rem 0;
    padding: 0;
}
.border dl:not(:last-child){
    margin-bottom: 30rem;
    padding: 0 0 30rem;
}
.border dl dt{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6rem;
    font-size: 18rem;
    font-weight: 600;
}
.border dl dt::before{
        content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
}
.border dl dd{
        font-size: 18rem;
    font-weight: 500;
}
.contents_wrap{
    display: flex;
    flex-direction: column;
    gap: 10rem 0;
    margin-top: 20rem;
}
.contents_wrap p{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6rem;
    font-size: 18rem;
    font-weight: 600;
}
.contents_wrap p::before{
    content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
}
.border.window{
    border-radius: 40rem;
    padding: 50rem 60rem;
}
.border.window .ttl{
    font-size: 20rem;
    font-weight: 600;
}
.border.window p{
    font-size: 18rem;
    line-height: 1.8;
    font-weight: 500;
}



@media (max-width: 768px) {



    #pp,
    #pl,
    #se,
    #qe,
    #ed,
    #hk{
        margin-top: -80rem;
        padding-top: 80rem;
    }


    .l-header__bar{
      background: #transparent;
      transition: .3s;
    }
    .l-header__bar.scroll{
      background: #F3F4F6;
    }
    .c-headline._small{
      --headline-size: 220rem;
      margin-bottom: 0;
    }
    .c-headline__title{
      padding-bottom: 55rem;
    }
    .c-headline__title--en {
      font-size: 47rem;
    }
    .c-headline__img{
       background-size: 100%;
       background-position: right -100rem top;
    }
    .c-subpage__nav{
        display: block;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 40rem;
        position: sticky;
        top: 65rem;
        background: #F3F4F6;
        z-index: 1;
    }
    .c-subpage__nav--sticky {
        padding-top: 10rem;
    }
    .c-subpage__nav--list{
        padding-bottom: 25rem !important;
    }
    .c-subpage__nav--list a{
        padding-left: 0;
    }
    .c-subpage__nav--list a.--current:before {
        top: unset;
    bottom: -14rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 8rem;
}
.c-subpage__nav--list a.--current,
.c-subpage__nav--list a {
    font-size: 14rem;
}

    .c-subpage__nav--list {
    display: flex;             /* 横並びにする */
    overflow-x: auto;          /* 横スクロールを許可 */
    white-space: nowrap;       /* 文字を改行させない */
    -webkit-overflow-scrolling: touch; /* スムーズなスクロール（iOS用） */
    padding-bottom: 10px;      /* スクロールバーと被らないための余白 */
  }

  .c-subpage__nav--list li {
    flex: 0 0 auto;           /* 幅を固定せず中身に合わせる */
    margin-right: 20px;       /* 項目間の余白 */
  }
  
  /* スクロールバーを非表示にする場合（お好みで） */
  .c-subpage__nav--list::-webkit-scrollbar {
    display: none;
  }




.content_wrap{
    grid-gap: 30rem 0;
}
.contents_txt{
    font-size: 14rem;
    font-weight: 500;
}
.white_bg{
    padding: 40rem 20rem;
    border-radius: 30rem;
    display: grid;
    grid-gap: 30rem 0;
    counter-reset: main-count;
}
.white_bg dl{
    display: flex;
    flex-direction: column;
    gap: 20rem 0 ;
    padding: 0;
    counter-increment: main-count;
}
.white_bg:not(.nonnum) dl dt::before{
    content: counter(main-count) ". ";
}
.white_bg dl:not(:last-child){
    border-bottom: 1px solid #BDBDBD;
    padding: 0 0 30rem;
}
.white_bg dl dt{
    font-size: 14rem;
    font-weight: 600;
    flex-basis: 28%;
    display: flex;
    gap: 0 6rem;
}
.white_bg dl dd{
    flex-basis: 70%;
}
.white_bg dl dd span{
    display: flex;
    font-size: 14rem;
    font-weight: 500;
}
.white_bg dl dd span small{
    display: block;
    padding-top: 2rem;
    padding-right: 5rem;
}
.white_bg dl dd span.margint40{
    margin-top: 40rem;
}
.white_bg dl dd ul{
    margin-top: 20rem;
    display: grid;
    grid-gap: 5rem 0;
}
.white_bg dl dd ul li{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 0 6rem;
    font-size: 13rem;
    font-weight: 500;
}
.white_bg dl dd ul li::before{
    content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
    padding-top: 7rem;
}
.white_bg dl dd span.ttl{
    font-size: 14rem;
    font-weight: 600;
    margin-top: 30rem;
    margin-bottom: 15rem;
}
.date p{
    text-align: right;
    font-size: 13rem;
    font-weight: 500;
}
.training-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15rem;
  overflow: hidden;
  font-size: 10rem;
  text-align: center;
  font-weight: 500;
}

/* ヘッダーの設定：白い右線を引く */
.training-table th {
  background-color: #FF6600;
  color: white;
  padding: 10rem;
  font-weight: bold;
  border-right: 1px solid #fff; /* 白い縦線 */
  text-align: center;
   font-weight: 500;
   font-size: 10rem;
   line-height: 1.3;
}

/* ボディの設定：白い右線を引く */
.training-table td {
  padding: 10rem;
  background-color: #F3F4F6;
  border-right: 1px solid #fff; /* 白い縦線 */
  border-bottom: 1px solid #fff; /* 行間の白線 */
  color: #111111;
  text-align: center;
  font-size: 10rem;
  line-height: 1.3;
}

/* 一番右端の列だけは縦線を消す */
.training-table th:last-child,
.training-table td:last-child {
  border-right: none;
}



/* 画像の雰囲気に合わせて偶数行を少し濃くする */
.training-table tbody tr:nth-child(even) td {
  background-color: #F3F4F6;
}

.txt_wrap .ttl{
    font-size: 16rem;
    font-weight: 600;
}
.txt_wrap .txt{
    font-size: 14rem;
    font-weight: 500;
    margin-top: 15rem;
}
.gray{
    font-size: 13rem;
    padding: 15rem 30rem;
        border-radius: 10rem;
}
.border{
    margin-top: 30rem;
    border: 1px solid #BDBDBD;
    border-radius: 20rem;
    padding: 30rem 20rem;
    width: fit-content;
}
.border dl{
    flex-direction: column;
    gap: 15rem 0;
    padding: 0;
}
.border dl:not(:last-child){
    margin-bottom: 30rem;
    padding: 0 0 30rem;
}
.border dl dt{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6rem;
    font-size: 14rem;
    font-weight: 600;
}
.border dl dt::before{
        content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
}
.border dl dd{
        font-size: 14rem;
    font-weight: 500;
}
.contents_wrap{
    display: flex;
    flex-direction: column;
    gap: 10rem 0;
    margin-top: 20rem;
}
.contents_wrap p{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 6rem;
    font-size: 14rem;
    font-weight: 600;
}
.contents_wrap p::before{
    content: '●';
    display: block;
    color: #FF6600;
    font-size: 60%;
    line-height: 1;
}
.border.window{
        border-radius: 20rem;
        padding: 30rem 20rem;
}
.border.window .ttl{
    font-size: 14rem;
    font-weight: 600;
}
.border.window p{
    font-size: 13rem;
    line-height: 1.8;
    font-weight: 500;
}
}

.l-footer {
    position: relative;
}
.l-content{
    position: relative;
}
.c-breadcrumb {
    position: absolute;
    right: 100rem;
    bottom: 120rem;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
    font-size: 15rem;
    font-weight: 500;
}
.c-breadcrumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #BDBDBD;
}
.c-breadcrumb a:after {
    display: block;
    margin-left: 10rem;
    content: "";
    width: 12rem;
    height: 1rem;
    background: #BDBDBD;
}

@media screen and (max-width: 959px) {
    .c-breadcrumb {
        right: auto;
        left: 20rem;
        bottom: 40rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 5rem;
        font-size: 13rem;
    }
    .c-breadcrumb a:after {
        margin-left: 5rem;
    }
}