@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.editor-style {
  font-size: 1.6rem;
  /*table{
  	width: 100%;
  	th,td{
  		border: 1px solid #000;
  		padding: 1em;
  	}
  	th{
  		text-align: center;
  	}
  }*/ }
  @media all and (-ms-high-contrast: none) {
    .editor-style {
      word-break: break-all; } }
  .editor-style p {
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .editor-style p {
        line-height: 1.75; } }
    .editor-style p[align="center"] {
      text-align: center; }
    .editor-style p[align="right"] {
      text-align: right; }
  .editor-style a {
    color: blue;
    text-decoration: underline !important; }
    .editor-style a img {
      transition: 0.3s; }
    .editor-style a:hover {
      text-decoration: underline !important; }
      .editor-style a:hover img {
        opacity: 0.5; }
  .editor-style img {
    height: auto; }
  .editor-style h2 {
    font-size: clamp(2.2rem, 3.2vw, 3.2rem);
    font-weight: bold;
    line-height: 1.4;
    margin: 1em 0 1.5em;
    padding: 0.7em 5%;
    background: #333;
    color: #fff; }
  .editor-style h3 {
    line-height: 1.4;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-weight: 500; }
  .editor-style h4 {
    font-size: clamp(1.8rem, 2vw, 2rem);
    font-weight: 500; }
  .editor-style strong {
    font-weight: bold; }
  .editor-style u {
    text-decoration: underline; }
  .editor-style em {
    font-style: italic; }
  .editor-style ul {
    margin: 2em 0;
    border: 1px solid #000;
    padding: 1.5em 2em; }
    @media screen and (max-width: 767px) {
      .editor-style ul {
        padding: 1em; } }
    .editor-style ul li {
      position: relative;
      padding: 0 0 0 1.5em; }
      .editor-style ul li:not(:last-child) {
        margin-bottom: 0.7em; }
      .editor-style ul li::before {
        content: "";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-weight: 500;
        top: 0;
        left: 0;
        position: absolute; }
  .editor-style ol {
    margin: 2em 0;
    border: 1px solid #000;
    padding: 1.5em 2em;
    counter-reset: number; }
    @media screen and (max-width: 767px) {
      .editor-style ol {
        padding: 1em; } }
    .editor-style ol li {
      padding: 0 0 0 1.8em;
      position: relative; }
      .editor-style ol li::before {
        position: absolute;
        content: counter(number);
        counter-increment: number;
        left: 0;
        width: 1.5em;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background: #333;
        color: white;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center; }
      .editor-style ol li:not(:last-child) {
        margin-bottom: 0.7em; }
  .editor-style .blocks-gallery-grid,
  .editor-style .wp-block-gallery {
    margin: 0; }
  .editor-style li.blocks-gallery-item {
    padding-left: 0; }
    .editor-style li.blocks-gallery-item::before {
      display: none; }
  .editor-style .wp-block-image:not(:last-child) {
    margin-bottom: 2em; }
  .editor-style hr {
    border-top: 3px solid #000;
    width: 70%;
    margin: clamp(30px, 6vw, 60px) auto; }

/*==========================================
 共通
===========================================*/
.news-list {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }
  .news-list .news-item:nth-of-type(n+2) {
    margin-top: clamp(25px, 4vw, 50px); }
  .news-list .news-item a {
    position: relative;
    display: block; }
    @media (hover: hover) {
      .news-list .news-item a:hover {
        opacity: 0.5; } }
  .news-list .news-item .item-new {
    font-size: clamp(1rem, 1.6vw, 1.6rem);
    min-width: 5em;
    padding: 0 1em 0 0;
    position: absolute;
    left: -5em; }
    @media screen and (max-width: 1590px) {
      .news-list .news-item .item-new {
        top: -1.9em;
        left: 0; } }
    .news-list .news-item .item-new .new-area span {
      display: none;
      text-align: center;
      background: #dc0000;
      border-radius: 100vmax;
      color: #fff;
      font-weight: bold;
      letter-spacing: 0.04em;
      padding: 0.3em 0 0.1em; }
    .news-list .news-item .item-new .new-area .new {
      display: block; }
  .news-list .news-item .item-mainCts {
    width: 100%;
    border-bottom: 1px solid #aeaeae;
    padding: 0.2em 0 1em; }
    .news-list .news-item .item-mainCts .cts-head {
      display: flex; }
      @media screen and (max-width: 767px) {
        .news-list .news-item .item-mainCts .cts-head {
          font-size: clamp(1.2rem, 1.4vw, 1.4rem); } }
    .news-list .news-item .item-mainCts .cts-body {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1200px) {
        .news-list .news-item .item-mainCts .cts-body {
          width: 100%; } }
  .news-list .news-item .item-date {
    letter-spacing: 0.06em;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .news-list .news-item .item-date {
        min-width: inherit; } }
  .news-list .news-item .item-cat {
    min-width: 7em;
    text-align: center;
    background: #cecece;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 1em; }
  .news-list .news-item .item-ttl {
    letter-spacing: 0.1em;
    width: calc(100% - clamp(25px, 3vw, 40px));
    padding: 0.7em 1em 0 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500; }
    @media screen and (max-width: 576px) {
      .news-list .news-item .item-ttl {
        -webkit-line-clamp: 2; } }
  .news-list .news-item .item-arw {
    position: relative;
    width: clamp(25px, 3vw, 40px);
    display: inline-block;
    transition: 0.3s ease-in-out; }
    .news-list .news-item .item-arw::before, .news-list .news-item .item-arw::after {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 1px;
      background: #005a3e;
      content: ''; }
    .news-list .news-item .item-arw:before {
      width: calc(100% + 10px);
      transform: translateY(-50%);
      transition: 0.3s ease-in-out, width 0.3s ease-in-out 0.2s; }
    .news-list .news-item .item-arw:after {
      width: 8px;
      transform: translateY(-50%) rotate(45deg);
      transform-origin: right center;
      transition: 0.3s ease-in-out, right 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s; }

/*==========================================
 ARCHIVE
===========================================*/
/*==========================================
 SINGLE
===========================================*/
.single_news .article-block {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }
.single_news .article-head {
  position: relative;
  margin-bottom: clamp(60px, 12vw, 120px); }
  .single_news .article-head .article-new {
    font-size: clamp(1rem, 1.6vw, 1.6rem);
    min-width: 5em;
    padding: 0 1em 0 0;
    position: absolute;
    left: -5em; }
    @media screen and (max-width: 1590px) {
      .single_news .article-head .article-new {
        top: -2.3em;
        left: 0; } }
    .single_news .article-head .article-new .new-area span {
      display: none;
      text-align: center;
      background: #dc0000;
      border-radius: 100vmax;
      color: #fff;
      font-weight: bold;
      letter-spacing: 0.04em;
      padding: 0.3em 0 0.1em; }
    .single_news .article-head .article-new .new-area .new {
      display: block; }
  .single_news .article-head .article-ttlCts {
    width: 100%;
    border-bottom: 1px solid #aeaeae;
    padding: 0.2em 0 1em; }
    .single_news .article-head .article-ttlCts .cts-head {
      display: flex; }
      @media screen and (max-width: 767px) {
        .single_news .article-head .article-ttlCts .cts-head {
          font-size: clamp(1.2rem, 1.4vw, 1.4rem); } }
    .single_news .article-head .article-ttlCts .cts-body {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1200px) {
        .single_news .article-head .article-ttlCts .cts-body {
          width: 100%; } }
  .single_news .article-head .article-date {
    letter-spacing: 0.06em;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .single_news .article-head .article-date {
        min-width: inherit; } }
  .single_news .article-head .article-cat {
    min-width: 7em;
    text-align: center;
    background: #cecece;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 1em; }
  .single_news .article-head .article-ttl {
    letter-spacing: 0.1em;
    width: calc(100% - clamp(25px, 3vw, 40px));
    padding: 0.7em 1em 0 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500; }
    @media screen and (max-width: 576px) {
      .single_news .article-head .article-ttl {
        -webkit-line-clamp: 2; } }

/*# sourceMappingURL=news.css.map */
