body {
  background-color: #00C46F;
  position: relative; }

/************************/
.news_list {
  width: 100%;
  max-width: 302px;
  padding: 0;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  .news_list h2 {
    font: 3.75rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 auto 40px; }
  .news_list p {
    margin: 0 auto 55px;
    font: 2rem/2em "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: justify;
    text-justify: inter-ideograph; }
  .news_list .btn {
    font: 1.4rem /38px "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #4A4A4A;
    text-decoration: none;
    text-align: center;
    padding: 0 22px 0 0;
    margin: 0 auto 115px;
    display: block;
    width: 160px;
    height: 42px;
    border: 2px solid #00C46F;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.3s; }
    .news_list .btn:after {
      position: absolute;
      content: "";
      display: block;
      background: url(../images/index/message_arrow.svg) center center no-repeat;
      width: 22px;
      height: 17px;
      top: 10px;
      right: 15px;
      transition: 0.3s; }
    .news_list .btn:before {
      position: absolute;
      content: "";
      display: block;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #FFB300;
      border-radius: 50px;
      z-index: -5;
      left: 5px;
      top: 8px; }

.tag_box {
  max-width: 300px;
  margin: 0 auto 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 100; }
  .tag_box .tag_item {
    width: calc((100% - 20px)/2);
    position: relative; }
  .tag_box .tag {
    font: 1.4rem / 38px "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #4A4A4A;
    text-decoration: none;
    text-align: center;
    padding: 0 22px 0 0;
    margin: 0 auto;
    display: block;
    width: 140px;
    height: 42px;
    border: 2px solid #00C46F;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.3s; }
    .tag_box .tag:after {
      position: absolute;
      content: "";
      display: block;
      background: url(../images/index/message_arrow.svg) center center no-repeat;
      background-size: contain;
      width: 22px;
      height: 17px;
      top: 10px;
      right: 15px;
      transition: 0.3s; }
    .tag_box .tag:before {
      position: absolute;
      content: "";
      display: block;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #FFB300;
      border-radius: 50px;
      z-index: -5;
      left: 5px;
      top: 8px; }
    .tag_box .tag.active {
      color: #FFB300; }
      .tag_box .tag.active:after {
        right: 10px; }

.tag_sub {
  position: absolute;
  width: 100%;
  padding: 3px 3px 1px;
  left: 0;
  top: 42px;
  border: 1px solid #707070;
  background-color: #fff;
  transition: .3s;
  opacity: 0;
  pointer-events: none; }
  .tag_sub.open {
    opacity: 1;
    pointer-events: all; }
  .tag_sub a {
    display: block;
    background-color: #E6EAE8;
    display: block;
    margin: 0 0 2px;
    padding: 0 10px;
    height: 30px;
    font: 1.4rem / 28px "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-decoration: none; }
    .tag_sub a.current {
      background-color: #00C46F;
      color: #fff; }

@media (hover: hover) {
  .tag_sub a:hover {
    background-color: #FFB300; }

  .tag_box .tag:hover {
    cursor: pointer;
    color: #FFB300; }
    .tag_box .tag:hover:after {
      right: 10px; }
    .tag_box .tag:hover.active {
      color: #FFB300; } }
/******************************/
.news_list {
  padding: 0 0 100px; }
  .news_list a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    text-decoration: none;
    padding: 22px 0;
    border-bottom: 1px solid #A8A8A8; }
    .news_list a .img {
      width: 140px;
      height: 140px;
      overflow: hidden;
      position: relative; }
      .news_list a .img span {
        font: 1.4rem/1em "Noto Sans JP", sans-serif;
        font-weight: 500;
        position: absolute;
        left: 0;
        top: 0;
        width: fit-content;
        background-color: #00C46F;
        padding: 6px 10px;
        color: #fff;
        z-index: 5; }
      .news_list a .img img {
        position: relative;
        transition: 0.3s;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .news_list a .txt {
      width: calc(100% - 140px);
      padding: 0 0 0 16px;
      transition: 0.3s; }
      .news_list a .txt time {
        font: 1.4rem/1.5em "Noto Sans JP", sans-serif;
        font-weight: 500;
        display: block;
        margin: 0 0 5px; }
      .news_list a .txt p {
        margin: 0;
        font: 1.4rem/1.6em "Noto Sans JP", sans-serif;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5; }

@media (hover: hover) {
  .tag .btn:hover {
    color: #FFB300; }
    .tag .btn:hover:after {
      right: 10px; }

  .news_list {
    padding: 0 0 100px; }
    .news_list a:hover .img img {
      transform: scale(1.1); }
    .news_list a:hover .txt {
      color: #FFB300; } }
/******************************/
.cat {
  width: 100%;
  max-width: 302px;
  margin: 0 auto 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1; }
  .cat time {
    font: 1.4rem/24px "Noto Sans JP", sans-serif;
    font-weight: 500; }
  .cat span {
    font: 1.4rem/24px "Noto Sans JP", sans-serif;
    font-weight: 500;
    width: fit-content;
    background-color: #00C46F;
    color: #fff;
    height: 26px;
    padding: 0 15px; }

.news_single {
  width: 100%;
  max-width: 302px;
  font: 1.4rem/2em "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  padding: 0 0 90px;
  z-index: 1;
  /*&:before{
    position: absolute;
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: $main;
    top:auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
  } */ }
  .news_single .eye {
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto 15px; }
    .news_single .eye img {
      height: auto; }
  .news_single .ttl {
    font: 2rem/1.6em "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 20px; }
  .news_single p {
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph; }
  .news_single h1 {
    text-align: justify;
    text-justify: inter-ideograph;
    font: 130%/160% "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-bottom: 10px; }
  .news_single h2 {
    text-align: justify;
    text-justify: inter-ideograph;
    font: 124%/160% "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-bottom: 10px; }
  .news_single h3 {
    text-align: justify;
    text-justify: inter-ideograph;
    font: 116%/160% "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-bottom: 10px; }
  .news_single h4 {
    text-align: justify;
    text-justify: inter-ideograph;
    font: 108%/160% "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-bottom: 10px; }
  .news_single h5 {
    text-align: justify;
    text-justify: inter-ideograph;
    font: 100%/160% "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-bottom: 10px; }
  .news_single img {
    border-radius: 15px; }

.back {
  font: 1.4rem / 38px "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #4A4A4A;
  text-decoration: none;
  text-align: center;
  padding: 0 22px 0 0;
  margin: 80px auto 0 auto;
  display: block;
  width: 170px;
  height: 42px;
  border: 2px solid #00C46F;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  transition: 0.3s; }
  .back:after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/index/message_arrow.svg) center center no-repeat;
    background-size: contain;
    width: 22px;
    height: 17px;
    top: 10px;
    right: 15px;
    transition: 0.3s; }
  .back:before {
    position: absolute;
    content: "";
    display: block;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFB300;
    border-radius: 50px;
    z-index: -5;
    left: 5px;
    top: 8px; }

@media (hover: hover) {
  .back:hover {
    color: #FFB300; }
    .back:hover:after {
      right: 10px;
      transition: 0.3s; } }
.pager_box {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  .pager_box span, .pager_box a {
    font: 1.4rem/21px "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 4px 8px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 1px solid #00C46F;
    text-align: center; }
  .pager_box span {
    color: #fff;
    background-color: #00C46F; }

@media (hover: hover) {
  .pager_box a:hover {
    color: #fff;
    background-color: #FFB300; } }
