@import url("//fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.newsIndex {
  margin: 0 auto;
  max-width: 1200px; }

.newsCatSort {
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  min-height: 50px;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 12px; }
  .newsCatSort h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 400;
    min-height: 50px;
    width: 15%;
    position: relative; }
    .newsCatSort h2:after {
      background: #EBEBEB;
      content: '';
      display: block;
      height: 100%;
      width: 1px;
      position: absolute;
      top: 0;
      right: 0; }
  .newsCatSort > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 50px;
    width: 80%; }
    .newsCatSort > ul li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      letter-spacing: 0;
      line-height: 1.7;
      margin-right: 32px; }
      @media only screen and (max-width: 960px) {
        .newsCatSort > ul li {
          font-size: 12px;
          font-size: 1.2rem; } }
      .newsCatSort > ul li a {
        color: #000;
        display: block;
        padding: 4px;
        text-decoration: none; }
        .newsCatSort > ul li a:hover {
          color: #E7211B;
          text-decoration: underline; }
      .newsCatSort > ul li.current a {
        color: #E7211B;
        text-decoration: underline; }

.newsIndexList ul {
  display: flex;
  flex-wrap: wrap; }
  .newsIndexList ul li {
    margin: 0 2.6% 60px 0;
    width: 23%; }
    .newsIndexList ul li:nth-child(4n) {
      margin-right: 0; }
    .newsIndexList ul li a {
      color: #000;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      text-decoration: none;
      transition: 0.5s; }
      .newsIndexList ul li a .img {
        border-radius: 12px;
        box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.05);
        display: block;
        margin-bottom: 16px;
        overflow: hidden;
        width: 100%; }
        .newsIndexList ul li a .img img {
          height: 28.3vw;
          width: 100%;
          object-fit: cover;
          max-height: 350px; }
      .newsIndexList ul li a .title {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500;
        line-height: 1.7;
        letter-spacing: -0.02em;
        margin-top: 8px;
        position: relative;
        width: 100%; }
        @media only screen and (max-width: 960px) {
          .newsIndexList ul li a .title {
            font-size: 14px;
            font-size: 1.4rem; } }
      .newsIndexList ul li a .cat {
        background: #FFF;
        border: 1px solid #DDD;
        border-radius: 30px;
        color: #555;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.04em;
        line-height: 1;
        min-height: 24px;
        min-width: 64px;
        margin-right: 12px;
        padding: 2px 12px;
        vertical-align: 1px; }
        @media only screen and (max-width: 960px) {
          .newsIndexList ul li a .cat {
            font-size: 12px;
            font-size: 1.2rem; } }
      .newsIndexList ul li a .date {
        color: #555;
        font-family: "Saira Semi Condensed", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2;
        line-height: 1.4;
        font-weight: 400;
        transition: 0.3s; }
        @media only screen and (max-width: 960px) {
          .newsIndexList ul li a .date {
            font-size: 10px;
            font-size: 1rem; } }
.newsIndexList ul:has(li:hover) a {
  opacity: 0.4; }
.newsIndexList ul li:hover a {
  opacity: 1 !important; }

@media only screen and (max-width: 960px) {
  .newsCatSort {
    display: block;
    min-height: auto;
    min-height: none;
    margin-bottom: 60px;
    padding: 16px 7.5vw; }
    .newsCatSort h2 {
      display: block;
      font-size: 16px;
      font-family: "Saira Semi Condensed", sans-serif;
      font-weight: 400;
      min-height: auto;
      min-height: none;
      margin-bottom: 20px;
      text-align: center;
      width: 100%;
      position: relative; }
      .newsCatSort h2:after {
        background: #DDD;
        content: '';
        display: block;
        height: 1px;
        margin: 16px auto 0;
        width: 30px;
        position: static; }
    .newsCatSort > ul {
      display: flex;
      align-items: flex-start;
      min-height: auto;
      min-height: none;
      width: 100%; }
      .newsCatSort > ul li {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.7;
        margin: 0 16px 4px 0;
        width: auto; }

  .newsIndexList ul {
    display: flex;
    justify-content: space-between; }
    .newsIndexList ul li {
      margin: 0 0 40px 0;
      width: calc(50% - 2.5vw); }
      .newsIndexList ul li a {
        display: block;
        transition: 0; }
        .newsIndexList ul li a .img {
          display: block;
          margin-bottom: 16px; }
          .newsIndexList ul li a .img img {
            height: 56vw; }
        .newsIndexList ul li a .title {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2;
          font-weight: 500;
          line-height: 1.7;
          letter-spacing: -0.02em;
          margin-top: 8px;
          position: relative;
          width: 100%; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .newsIndexList ul li a .title {
            font-size: 14px;
            font-size: 1.4rem; } }
@media only screen and (max-width: 960px) {
        .newsIndexList ul li a .cat {
          background: #FFF;
          border: 1px solid #DDD;
          border-radius: 30px;
          color: #555;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2;
          font-weight: 500;
          letter-spacing: 0.04em;
          line-height: 1;
          min-height: 24px;
          min-width: 64px;
          margin-right: 12px;
          padding: 2px 12px;
          vertical-align: 1px; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .newsIndexList ul li a .cat {
            font-size: 12px;
            font-size: 1.2rem; } }
@media only screen and (max-width: 960px) {
        .newsIndexList ul li a .date {
          color: #555;
          font-family: "Saira Semi Condensed", sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2;
          line-height: 1.4;
          font-weight: 400;
          transition: 0.3s; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .newsIndexList ul li a .date {
            font-size: 10px;
            font-size: 1rem; } }
@media only screen and (max-width: 960px) {
  .newsIndexList ul:has(li:hover) a {
    opacity: 0.4; }
  .newsIndexList ul li:hover a {
    opacity: 1 !important; } }
.tiny .mv01 {
  margin-bottom: 60px; }

.newsHd {
  border-bottom: 2px solid #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  transition: 0.5s; }
  .newsHd .title {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 2;
    line-height: 1.8;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 960px) {
      .newsHd .title {
        font-size: 24px;
        font-size: 2.4rem; } }
  .newsHd .cat {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 30px;
    color: #555;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    min-height: 33px;
    min-width: 86px;
    margin-right: 12px;
    padding: 4px 20px;
    vertical-align: 1px; }
    @media only screen and (max-width: 960px) {
      .newsHd .cat {
        font-size: 15px;
        font-size: 1.5rem; } }
  .newsHd .date {
    color: #555;
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    line-height: 1.4;
    font-weight: 400;
    transition: 0.3s; }
    @media only screen and (max-width: 960px) {
      .newsHd .date {
        font-size: 14px;
        font-size: 1.4rem; } }

.editor {
  margin-bottom: 100px; }
  .editor h2 {
    color: #000;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 32px;
    padding: 4px 0 6px 20px;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .editor h2 {
        font-size: 17px;
        font-size: 1.7rem; } }
    .editor h2:before {
      background: #E7211B;
      border-radius: 10px;
      content: '';
      display: inline-block;
      height: 100%;
      width: 4px;
      position: absolute;
      top: 0;
      left: 0; }
  .editor h3 {
    border-bottom: 2px solid #EBEBEB;
    color: #000;
    margin-bottom: 28px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.8;
    padding: 0 0 14px 0;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .editor h3 {
        font-size: 15px;
        font-size: 1.5rem; } }
    .editor h3:before {
      background: #E7211B;
      content: '';
      display: inline-block;
      height: 2px;
      width: 100px;
      position: absolute;
      bottom: -2px;
      left: 0; }
  .editor h4 {
    background: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
    color: #000;
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 15px 22px 17px; }
    @media only screen and (max-width: 960px) {
      .editor h4 {
        font-size: 14px;
        font-size: 1.4rem; } }
  .editor h5 {
    color: #000;
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 12px; }
    @media only screen and (max-width: 960px) {
      .editor h5 {
        font-size: 14px;
        font-size: 1.4rem; } }
  .editor p {
    margin-bottom: 60px; }
    .editor p:last-child {
      margin-bottom: 0 !important; }

@media only screen and (max-width: 960px) {
  .tiny .mv01 {
    margin-bottom: 28px; }

  .newsHd {
    margin-bottom: 28px;
    padding-bottom: 28px; }
    .newsHd .title {
      font-size: 22px;
      line-height: 1.6;
      margin-bottom: 12px; }
    .newsHd .cat {
      font-size: 13px;
      min-height: 30px;
      min-width: 80px;
      padding: 4px 16px; }
    .newsHd .date {
      font-size: 12px; }

  .editor {
    margin-bottom: 40px; }
    .editor h2 {
      font-size: 19px;
      line-height: 1.5;
      margin-bottom: 24px; }
    .editor h3 {
      margin-bottom: 20px;
      font-size: 17px;
      line-height: 1.55;
      padding: 0 0 14px 0; }
      .editor h3:before {
        width: 100px; }
    .editor h4 {
      font-size: 16px;
      margin-bottom: 20px;
      padding: 15px 4vw 17px; }
    .editor h5 {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 8px; }
    .editor p {
      margin-bottom: 40px; }
      .editor p:last-child {
        margin-bottom: 0 !important; } }
