#news {
  padding-top: 2.2rem;
  &:where(.news-index) {
    padding-bottom: 14rem;
  }
  .inner {
    width: 1100px;
  }
  .breadcrumb {
    margin-bottom: 5rem;
  }
  .pageHead {
    margin-bottom: 3.2em;
  }
  .tab_list {
    margin-bottom: 2.2em;
  }
  .news__sub_title {
    font-size: 2.6rem;
    font-weight: 600;
    position: relative;
    padding-block: 0.4em;
    padding-left: 0.9em;
    border-bottom: 1px solid #000;

    &::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 0.5em;
      height: auto;
      aspect-ratio: 1 / 1;
      background-color: #000;
      border-radius: 50%;
    }
  }
  .news__list {
    margin-top: 4.4rem;
    padding-inline: 2.4rem;
  }
  .news__item {
    border-bottom: 1px solid #000;
    padding: 2rem 2.6rem;
  }
  .news__item_link {
    align-items: center;
    column-gap: 4.2rem;
  }
  .news__item_thumbnail {
    width: 17.8%;
  }
  .news__item_texts {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .news__item_date {
    font-size: 2.2rem;
    font-family: 'Rowdies', sans-serif;
  }
  .news__item_text {
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
  }
  .pager {
    margin-top: 2em;
  }
  .news__links {
    margin-top: 4em;
    column-gap: 1rem;
    justify-content: center;
  }

  /*====================================================
  DETAIL
  ====================================================*/
  .news__content {
    background-color: #fff;
    margin-top: 5rem;
    padding: 5rem 5rem 14rem;
  }
  .news__content_date {
    font-size: 1.8rem;
    font-weight: 700;
    background-color: var(--color-orange);
    color: #fff;
    padding: 0.2em 1.7em;
    display: inline-block;
    margin-bottom: 1.5em;
  }
  .news__content_title {
    font-weight: 700;
    font-size: 2.7rem;
    margin-bottom: 2.7em;
    line-height: 1.52777778;
  }
  .news__content_body {
    text-align: center;
    @media screen and (min-width: 768px) {
      .pc-half {
        max-width: 500px;
        margin-inline: auto;
      }
    }
  }
  .news__content_button {
    font-size: 1.8rem;
    width: fit-content;
    align-items: center;
    margin-inline: auto;
    background-color: #3e3e3e;
    border-radius: 9999px;
    color: #fff;
    column-gap: 4.1em;
    padding: 0.86em 1.4em 0.86em 1.4em;
    margin-top: 2.8em;
  }
  .news__content_button_text {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    &::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 0.7em;
      height: auto;
      aspect-ratio: 1 / 1;
      background-color: #fff;
      border-radius: 50%;
    }
  }
  .news__content_button_arrow {
    width: 1.5em;
  }
  @media screen and (max-width: 767px) {
    padding-top: 20vw;
    &:where(.news-index) {
      padding-bottom: 29vw;
    }
    &:where(.news-detail) {
      padding-bottom: 16vw;
    }
    .pageHead {
      margin-bottom: 2.8em;
    }
    .tab_list {
      margin-bottom: 1.4em;
    }
    .tab_list__item {
      &:where(:nth-child(-n + 3)) {
        width: calc(33.33333333% - 0.26666667vw);
      }
      &:where(:nth-child(n + 4)) {
        width: calc(50% - 0.26666667vw);
      }
    }
    .news__list {
      padding-inline: 0;
      margin-top: 0;
    }
    .news__sub_title {
      font-size: 1.8rem;
      padding-block: 0.6em;
    }
    .news__item {
      padding: 5vw 1.2vw;
    }
    .news__item_thumbnail {
      width: 42%;
    }
    .news__item_link {
      column-gap: 4.4vw;
    }
    .news__item_date {
      font-size: 1.7rem;
    }
    .news__item_texts {
      padding-top: 4vw;
      row-gap: 2vw;
    }
    .news__item_text {
      font-size: 1.3rem;
      -webkit-line-clamp: 4;
      line-clamp: 4;
    }
    .news__links {
      gap: 2vw 1.3vw;
    }

    /*====================================================
    DETAIL
    ====================================================*/
    .news__content {
      margin-top: 6vw;
      padding: 3.8vw 3.6vw 17vw;
    }
    .news__content_date {
      font-size: 1.2rem;
      padding: 0.1em 1.2em;
      margin-bottom: 1em;
    }
    .news__content_title {
      font-size: 1.8rem;
      margin-bottom: 0.8em;
    }
    .news__content_button {
      font-size: 1.4rem;
      padding: 1.2em 1.8em 1.2em 1.7em;
      column-gap: 5.8em;
      margin-top: 2.2em;
    }
  }
}

:where(.news__content_body) {
  .pcVer {
    display: block !important;
  }
  .pcVerIl {
    display: inline !important;
  }
  .spVerIl,
  .pcNo,
  .spVer {
    display: none !important;
  }
  @media only screen and (max-width: 991px) {
    .pcVerIl,
    .spNo,
    .pcVer {
      display: none !important;
    }
    .spVerIl {
      display: inline !important;
    }
    .spVer {
      display: block !important;
    }
  }
  .pink {
    color: #e3017f;
  }
  .blue {
    color: #00a1e9;
  }
  .girl {
    color: #e3017f;
  }
  .boy {
    color: #00a1e9;
  }
  .female {
    color: #e3017f;
  }
  .male {
    color: #00a1e9;
  }
  .c-both {
    clear: both;
  }
  .alCenter {
    text-align: center;
  }
  .entryBlock {
    overflow: hidden;
    margin-bottom: 30px;
  }
  table.baseTab {
    width: 100%;
  }
  table.baseTab th,
  table.baseTab td {
    padding: 1.1rem 2.45rem;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    line-height: 2.2rem;
  }
  table.baseTab td.noBd {
    border-right: none;
  }
  table.baseTab th {
    background-color: #ededed;
    border: 1px solid #b5b5b5;
    width: 20%;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    padding-left: 27px;
  }
  @media screen and (max-width: 991px) {
    table.baseTab th {
      width: 50%;
    }
  }
  .bgGrayTit {
    background: #cccccc;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.15rem;
    padding: 12px 15px;
    margin-bottom: 33px;
  }
  /*マージンボトム33⇒24へ230122*/
  .bgGrayTit_g {
    background: #ededed;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.15rem;
    padding: 12px 15px;
    margin-bottom: 24px;
  }
  .bgGrayTit_gs {
    background: #ededed;
    color: #000;
    font-size: 1.1em;
    letter-spacing: 0.15rem;
    padding: 7px 15px;
    margin-bottom: 20px;
  }
  .bgGrayTit_y {
    background: #ffe453;
    color: #000;
    font-size: 1.1em;
    letter-spacing: 0.15rem;
    padding: 7px 15px;
    margin-bottom: 20px;
  }
  .orangeBtn {
    background: #fd6907;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    padding: 9px 21px;
    color: #fff;
  }
  .orangeBtn:hover {
    background: #eeeeee;
    color: #000;
    text-decoration: none;
  }
  .bdTab {
    width: 100%;
  }
  .bdTab th {
    font-family: piersans;
    border-right: 2px solid #b5b5b5;
    color: #fd6907;
    vertical-align: top;
    padding: 3px 20px 20px;
    text-align: right;
    font-size: 1.25em;
  }
  .bdTab td {
    vertical-align: top;
    padding: 0 20px 23px;
  }
  .bdTab tr:last-child th,
  .bdTab tr:last-child td {
    padding-bottom: 0;
  }
  .mainCol {
    width: 75%;
    float: right;
    border-top: 1px solid #333;
  }
  .sNav {
    width: 18%;
    float: left;
  }
  @media only screen and (max-width: 767px) {
    .mainCol,
    .sNav {
      width: 100%;
      float: none;
    }
    .sNav {
      margin-top: 20px;
    }
  }
  .sNav h2 {
    background: #ff6a07;
    color: #fff;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    padding: 15px 17px 7px;
    margin: 0px;
    letter-spacing: 0.15rem;
    font-family: piersans-bold;
  }
  .bnrList {
    overflow: hidden;
  }
  .bnrList li {
    margin-bottom: 18px;
  }
  .bnrList li img {
    width: 100%;
  }
  @media only screen and (max-width: 767px) {
    .bnrList li {
      width: 50%;
      float: left;
      text-align: center;
    }
    .bnrList li img {
      width: 95%;
    }
  }
  @media screen and (max-width: 991px) {
    .scroll-table table {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
    table tbody {
      width: 100%;
      display: table;
    }
  }
  img.alignright {
    display: block;
    margin: 0 0 0 auto !important;
  }
  img.alignleft {
    display: block;
    margin: 0 auto 0 0 !important;
  }
  img.aligncenter {
    display: block;
    margin: 0 auto !important;
  }
  /*お知らせtable*/
  /*水色*/
  table.oshirase {
    width: 100%;
    border-collapse: collapse;
  }
  table.oshirase tr {
    border-bottom: solid 2px white;
  }
  table.oshirase tr:last-child {
    border-bottom: none;
  }
  table.oshirase th {
    position: relative;
    text-align: left;
    width: 26%;
    background-color: #52c2d0;
    color: white;
    text-align: center;
    padding: 10px 0;
  }
  table.oshirase th:after {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #52c2d0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  table.oshirase td {
    text-align: left;
    width: 74%;
    text-align: left;
    background-color: #eee;
    padding: 15px 30px 15px 30px;
  }
  /*水色*/
  /*お知らせtable*/
  /**********yoyaku Button （2020806追加）**********/
  .entryBlock {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .tit {
    background: url(/wp-content/themes/pgfamily/asset/img/lecturing/bg_bd.jpg) no-repeat 50% 100%;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    padding: 30px 0 40px;
    margin-bottom: 70px;
  }
  .yoyakuList {
    background: url(/wp-content/themes/pgfamily/asset/img/lecturing/bg_gray.jpg);
    width: 100%;
    margin: 0 auto;
    padding: 30px 5%;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .yoyakuList {
      width: 100%;
      padding: 30px 5%;
    }
  }
  .yoyakuList li {
    width: 50%;
    float: left;
    list-style-type: none;
    margin: 10px 0;
  }
  @media screen and (max-width: 991px) {
    .yoyakuList li {
      width: 50%;
    }
  }
  @media screen and (max-width: 767px) {
    .yoyakuList li {
      width: 100%;
    }
  }
  .yoyakuList li a {
    background: #464646;
    border: #ff6a08;
    font-weight: 500;
    color: #fff;
    width: 92%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 16px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
  }
  .yoyakuList li a:hover {
    background: #ff6908;
    text-decoration: none;
  }
  /**********yoyaku Button（2020806追加）**********/
  /**********eventreport （2020930追加）**********/
  @media screen and (min-width: 991px) {
    .event-r-w {
      width: auto;
      padding: 0px 140px 30px;
      /* 上 左右 下 */
    }
  }
  /**********eventreport （220122追加）**********/
}
