@charset "UTF-8";
/**************/
.news_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 100px);
  max-width: 1920px;
  border-radius: 30px;
  padding: 100px 30px;
  margin: 0 auto;
  background-color: #E0F6FC; }

/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .news_box {
    width: calc(100% - 80px);
    max-width: 1920px;
    border-radius: 30px;
    padding: 70px 30px 100px;
    margin: 0 auto;
    background-color: #E0F6FC; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .news_box {
    flex-direction: column;
    width: calc(100% - 60px);
    max-width: 1920px;
    border-radius: 30px;
    padding: 50px 30px 100px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .news_box {
    flex-direction: column;
    width: calc(100% - 30px);
    max-width: 1920px;
    border-radius: 30px;
    padding: 50px 20px 50px; } }
/*max-width:480px*/
/**************/
.news_side {
  width: 200px;
  padding: 10px; }
  .news_side .link_ttl {
    font: 1.8rem/1.5em "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
    font-weight: 0.05em;
    margin: 0 0 10px; }
  .news_side .side_content {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 25px; }
    .news_side .side_content:last-of-type {
      border-bottom: none; }
  .news_side a {
    margin: 0 0 12px;
    width: calc(100% - 36px);
    display: block;
    text-align: left;
    font: 1.5rem/1.5em "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    width: fit-content; }
    .news_side a:last-of-type {
      margin-bottom: 0; }
  .news_side dl {
    margin: 0 auto;
    width: calc(100% - 36px); }
  .news_side dt {
    font: 1.6rem/1.5em "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative; }
    .news_side dt:before {
      transition: .3s;
      position: absolute;
      content: "＋";
      right: 0;
      top: 3px;
      font: 1.4rem/1.5em "Zen Kaku Gothic New", sans-serif;
      font-weight: 500; }
    .news_side dt.active::before {
      position: absolute;
      content: "－"; }
  .news_side dd {
    display: none;
    padding: 0 0 15px 0; }
    .news_side dd a {
      margin: 0 0 8px 15px; }

@media (hover: hover) {
  .news_side a:hover {
    opacity: 0.5; }
  .news_side dl {
    margin: 0 auto;
    width: calc(100% - 36px); }
  .news_side dt:hover {
    cursor: pointer; }
    .news_side dt:hover:before {
      transform: scale(1.2);
      transform-origin: center center; } }
/*min-width:1920px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .news_side {
    width: 200px;
    padding: 10px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .news_side {
    order: 2;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .news_side .side_content {
      border-bottom: none;
      padding: 0 20px 0 0;
      margin: 0;
      width: calc(100%/2); }
      .news_side .side_content:nth-of-type(2n) {
        padding: 0 0 0 25px;
        border-left: 1px solid #ccc; }
    .news_side a {
      margin: 0 auto 10px;
      width: 100%;
      display: block;
      font: 1.5rem/1.5em "Zen Kaku Gothic New", sans-serif;
      font-weight: 400; }
    .news_side dl {
      margin: 0 auto;
      width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .news_side {
    order: 2;
    width: 100%;
    padding: 0;
    display: blockn; }
    .news_side .side_content {
      border-bottom: 1px solid #ccc;
      padding: 0 0 20px;
      margin: 0 0 25px;
      width: 100%; }
      .news_side .side_content:nth-of-type(2n) {
        padding: 0;
        border-left: none; } }
/*max-width:480px*/
/**************/
.news_list {
  width: calc(100% - 300px); }
  .news_list .ttl {
    font: 2.5rem/1em "Noto Sans", sans-serif;
    font-weight: 500;
    margin: 0 0 30px;
    position: relative;
    background: url("../images/index/news_ttl.svg") center left no-repeat;
    background-size: 56px;
    padding: 0 0 0 65px; }
  .news_list ul {
    width: 100%;
    margin: 0 0 50px;
    border-top: 1px solid #ccc; }
  .news_list li {
    border-bottom: 1px solid #ccc; }
    .news_list li:last-of-type {
      margin: 0; }
    .news_list li a {
      word-break: break-all;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 20px 0 20px 0;
      position: relative; }
    .news_list li time {
      display: block;
      width: 130px;
      text-align: left;
      font: 1.8rem/1.5em "Montserrat", sans-serif;
      font-weight: 600;
      letter-spacing: 0.06em; }
    .news_list li span {
      font: 1.4rem/1.7em "Zen Kaku Gothic New", sans-serif;
      padding: 0 15px;
      width: fit-content;
      display: block;
      border-radius: 50px;
      font-weight: 500;
      background-color: #fff; }
    .news_list li p {
      width: 100%;
      font: 1.8rem/1.5em "Zen Kaku Gothic New", sans-serif;
      font-weight: 500;
      padding: 5px 60px 0 0;
      font-weight: 0.05em;
      position: relative; }
      .news_list li p:before, .news_list li p:after {
        position: absolute;
        content: "";
        display: block;
        width: 26px;
        height: 10px;
        right: 10px;
        top: 57%;
        left: auto;
        transform: translate(0%, -50%); }
      .news_list li p:before {
        background: url("../images/common/news_arrow.svg") center center no-repeat;
        background-size: contain; }
      .news_list li p:after {
        background: url("../images/common/news_arrow_hover.svg") center center no-repeat;
        background-size: contain;
        opacity: 0; }

@media (hover: hover) {
  .news_list li a:hover time, .news_list li a:hover p {
    color: #878787; }
  .news_list li a:hover:before {
    opacity: 0; }
  .news_list li a:hover:after {
    opacity: 1; }
  .news_list .btn:hover {
    background-color: #52D4F7; }
    .news_list .btn:hover:before {
      opacity: 0; }
    .news_list .btn:hover:after {
      opacity: 1; } }
@media (max-width: 1280px) {
  .news_list {
    width: calc(100% - 260px); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .news_list {
    width: calc(100% - 220px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .news_list {
    order: 1;
    width: 100%;
    margin: 0 0 100px; }
    .news_list .ttl {
      font: 2.2rem/1em "Noto Sans", sans-serif;
      font-weight: 500;
      margin: 0 0 30px;
      position: relative;
      background: url("../images/index/news_ttl.svg") center left no-repeat;
      background-size: 45px;
      padding: 0 0 0 55px; }
    .news_list li p {
      padding: 5px 0 0 0; }
      .news_list li p:before, .news_list li p:after {
        display: none; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .news_list {
    order: 1;
    width: 100%;
    margin: 0; }
    .news_list li time {
      font: 1.5rem/1.5em "Montserrat", sans-serif;
      font-weight: 600;
      letter-spacing: 0.06em;
      margin: 0 0 5px;
      width: 100px; }
    .news_list li span {
      font: 1.3rem/1.7em "Noto Sans", sans-serif;
      font-weight: 400; }
    .news_list li p {
      font: 1.5rem/1.5em "Zen Kaku Gothic New", sans-serif;
      font-weight: 500;
      font-weight: 0.05em;
      padding: 0; } }
/*max-width:480px*/
/**************/
.pagination {
  max-width: calc();
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .pagination a, .pagination span {
    font: 1.3rem/28px "Zen Kaku Gothic New", sans-serif;
    font-weight: 0.05em;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #52D4F7;
    text-align: center;
    margin: 3px;
    background-color: #fff; }
  .pagination span {
    border: 1px solid #52D4F7;
    background-color: #52D4F7;
    color: #fff; }

@media (hover: hover) {
  .pagination a:hover {
    opacity: 0.5; } }
@media (max-width: 480px) {
  .pagination {
    max-width: 300px;
    margin: 0 auto 60px; } }
/*max-width:480px*/
