@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&display=swap");
.newsIndex {
  padding: 0 40px; }
  .newsIndex .inr {
    margin: 0 auto;
    max-width: 1240px;
    padding-bottom: 200px; }
  .newsIndex .newsCatSort {
    font-family: "BIZ UDPMincho", serif;
    margin-bottom: 28px; }
    .newsIndex .newsCatSort > ul {
      display: flex;
      align-items: center;
      padding: 0;
      width: 100%; }
      .newsIndex .newsCatSort > ul li {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.7;
        margin-right: 16px;
        width: 100%; }
        .newsIndex .newsCatSort > ul li a {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          border: 1px solid rgba(255, 255, 255, 0.1);
          color: #DDDFC4;
          cursor: pointer;
          display: block;
          padding: 16px 12px;
          text-decoration: none;
          text-align: center;
          transition: 0.2s; }
          .newsIndex .newsCatSort > ul li a:hover {
            background: #DDDFC4;
            color: #000; }
        .newsIndex .newsCatSort > ul li.current a {
          background: #DDDFC4;
          color: #000;
          pointer-events: none; }
  .newsIndex .newsIndexList {
    margin-bottom: 60px; }
    .newsIndex .newsIndexList .topNewsList {
      padding-top: 30px; }
      .newsIndex .newsIndexList .topNewsList li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #757964;
        font-family: "BIZ UDPMincho", serif;
        display: flex;
        align-items: flex-start;
        padding: 48px 0;
        position: relative;
        transition: 0.2s; }
        .newsIndex .newsIndexList .topNewsList li a:before {
          background: #DDDFC4;
          content: '';
          display: inline-block;
          height: 1px;
          width: 0;
          position: absolute;
          bottom: -1px;
          left: 0;
          transition: 0.5s; }
        .newsIndex .newsIndexList .topNewsList li a .date {
          font-size: 0.875rem;
          line-height: 1;
          padding: 5px 12px;
          transition: 0.2s;
          width: 120px; }
        .newsIndex .newsIndexList .topNewsList li a .cat {
          background: #DDDFC4;
          color: #000;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-size: 0.875rem;
          font-weight: 500;
          letter-spacing: 0.04em;
          line-height: 1;
          margin: 0 28px;
          position: relative;
          padding: 6px 12px;
          top: 1px;
          transition: 0.5s;
          width: 120px; }
        .newsIndex .newsIndexList .topNewsList li a .title {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          width: calc(100% - 300px); }
        .newsIndex .newsIndexList .topNewsList li a .arrow {
          overflow: hidden;
          position: absolute;
          top: 0;
          right: 8px;
          bottom: 0;
          width: 42px;
          margin: 0;
          line-height: 1; }
        .newsIndex .newsIndexList .topNewsList li a .arrow:before,
        .newsIndex .newsIndexList .topNewsList li a .arrow:after {
          background: #6C705D;
          border-radius: 20px;
          color: #1E2E25;
          content: "→";
          position: absolute;
          top: 42%;
          right: 0;
          animation-fill-mode: forwards;
          animation-duration: 0.3s;
          letter-spacing: 0 !important;
          padding: 1px 12px;
          display: inline-block;
          transition: 0.2s; }
        .newsIndex .newsIndexList .topNewsList li a .arrow:after {
          transform: translateX(-100%);
          opacity: 0; }
        @media only screen and (min-width: 768px) {
          .newsIndex .newsIndexList .topNewsList li a:hover {
            color: #DDDFC4; }
            .newsIndex .newsIndexList .topNewsList li a:hover .date {
              color: #DDDFC4; }
            .newsIndex .newsIndexList .topNewsList li a:hover:before {
              width: 100%; }
            .newsIndex .newsIndexList .topNewsList li a:hover .arrow:before {
              animation-name: transformRightLeft;
              animation-delay: 0s;
              letter-spacing: 0 !important;
              background: #DDDFC4; }
            .newsIndex .newsIndexList .topNewsList li a:hover .arrow:after {
              animation-name: transformLeftRight;
              animation-delay: 0.2s;
              letter-spacing: 0 !important;
              background: #DDDFC4; } }

.pnavi {
  padding: 20px;
  text-align: center; }
  .pnavi .page-numbers {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #DDDFC4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "BIZ UDPMincho", serif;
    font-size: 1.125rem;
    margin: 0 2px;
    text-decoration: none;
    transition: 0.2s;
    height: 55px;
    width: 55px; }
    .pnavi .page-numbers:hover, .pnavi .page-numbers.current {
      background-color: #DDDFC4;
      color: #000; }
  .pnavi .next, .pnavi .prev {
    margin: 0 16px;
    width: 100px; }

@media only screen and (max-width: 768px) {
  .newsIndex {
    padding: 0 5vw; }
    .newsIndex .inr {
      padding-bottom: 80px; }
    .newsIndex .newsCatSort {
      margin-bottom: 20px; }
      .newsIndex .newsCatSort > ul {
        justify-content: space-between; }
        .newsIndex .newsCatSort > ul li {
          font-size: 14px;
          margin-right: 0;
          width: 23%; }
          .newsIndex .newsCatSort > ul li a {
            padding: 8px 4px; }
          .newsIndex .newsCatSort > ul li.current a {
            background: #DDDFC4;
            color: #000;
            pointer-events: none; }
    .newsIndex .newsIndexList {
      margin-bottom: 40px; }
      .newsIndex .newsIndexList .topNewsList {
        padding-top: 20px;
        width: 100%; }
        .newsIndex .newsIndexList .topNewsList li a {
          color: #DDDFC4;
          flex-wrap: wrap;
          padding: 24px 0; }
          .newsIndex .newsIndexList .topNewsList li a:before {
            background: rgba(255, 255, 255, 0.6);
            content: '';
            display: inline-block;
            height: 1px;
            width: 0;
            position: absolute;
            bottom: -1px;
            left: 0;
            transition: 0.5s; }
          .newsIndex .newsIndexList .topNewsList li a .date {
            display: block;
            font-size: 12px;
            padding: 4px 0;
            width: auto; }
          .newsIndex .newsIndexList .topNewsList li a .cat {
            font-size: 11px;
            margin: 0 0 0 16px;
            padding: 4px 10px;
            width: 100px; }
          .newsIndex .newsIndexList .topNewsList li a .title {
            margin-top: 10px;
            width: 100%; }
          .newsIndex .newsIndexList .topNewsList li a .arrow {
            display: none; }

  .pnavi .page-numbers {
    font-size: 14px;
    height: 40px;
    width: 40px; } }
.newsDetail {
  padding: 0 40px; }
  .newsDetail .inr {
    margin: 0 auto;
    max-width: 1240px;
    padding-bottom: 200px; }
  .newsDetail .newsDetailTitle {
    margin-bottom: 60px; }
    .newsDetail .newsDetailTitle h1 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      font-family: "BIZ UDPMincho", serif;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      padding: 48px 0;
      position: relative;
      transition: 0.2s; }
      .newsDetail .newsDetailTitle h1:before {
        background: #DDDFC4;
        content: '';
        display: inline-block;
        height: 1px;
        width: 0;
        position: absolute;
        bottom: -1px;
        left: 0;
        transition: 0.5s; }
      .newsDetail .newsDetailTitle h1 .date {
        font-size: 0.875rem;
        line-height: 1;
        padding: 5px 12px;
        transition: 0.2s;
        width: 120px; }
      .newsDetail .newsDetailTitle h1 .cat {
        background: #DDDFC4;
        color: #000;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.04em;
        line-height: 1;
        margin: 0 28px;
        position: relative;
        padding: 6px 12px;
        top: 1px;
        transition: 0.5s;
        width: 120px; }
      .newsDetail .newsDetailTitle h1 .title {
        font-size: 1.625rem;
        line-height: 1.65;
        margin-top: 24px;
        width: 100%; }

@media only screen and (max-width: 768px) {
  .newsDetail {
    padding: 0 5vw; }
    .newsDetail .inr {
      padding-bottom: 80px; }
    .newsDetail .newsDetailTitle {
      margin-bottom: 28px; }
      .newsDetail .newsDetailTitle h1 {
        color: #DDDFC4;
        flex-wrap: wrap;
        padding: 24px 0; }
        .newsDetail .newsDetailTitle h1:before {
          background: rgba(255, 255, 255, 0.6);
          content: '';
          display: inline-block;
          height: 1px;
          width: 0;
          position: absolute;
          bottom: -1px;
          left: 0;
          transition: 0.5s; }
        .newsDetail .newsDetailTitle h1 .date {
          display: block;
          font-size: 12px;
          padding: 4px 0;
          width: auto; }
        .newsDetail .newsDetailTitle h1 .cat {
          font-size: 11px;
          margin: 0 0 0 16px;
          padding: 4px 10px;
          width: 100px; }
        .newsDetail .newsDetailTitle h1 .title {
          font-size: 20px;
          margin-top: 16px;
          width: 100%; }
        .newsDetail .newsDetailTitle h1 .arrow {
          display: none; } }
.editor {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 80px; }
  .editor h2 {
    color: #DDDFC4;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 32px;
    padding: 8px 0 10px 32px;
    position: relative; }
    .editor h2:before {
      background: #DDDFC4;
      content: '';
      display: inline-block;
      height: 100%;
      width: 8px;
      position: absolute;
      top: 0;
      left: 0; }
  .editor h3 {
    background: #DDDFC4;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
    color: #000;
    display: block;
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 32px;
    padding: 15px 22px 17px; }
  .editor h4 {
    display: block;
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 32px; }
  .editor p {
    margin-bottom: 60px; }
    .editor p:last-child {
      margin-bottom: 0 !important; }

@media only screen and (max-width: 768px) {
  .editor {
    padding-bottom: 40px; }
    .editor h2 {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 24px;
      padding: 6px 0 8px 20px; }
      .editor h2:before {
        width: 5px; }
    .editor h3 {
      font-size: 17px;
      margin-bottom: 20px;
      padding: 12px 4vw 12px; }
    .editor h4 {
      font-size: 17px;
      margin-bottom: 20px; }
    .editor p {
      margin-bottom: 40px; }
      .editor p:last-child {
        margin-bottom: 0 !important; } }
.btnCenter {
  text-align: center; }
