@charset "UTF-8";
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/*****************************************/
.news_box {
  position: relative;
  z-index: 10;
  max-width: 1320px;
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 0 0 240px; }
  .news_box .news_list {
    border-top: #606BA8 1px solid;
    margin-bottom: 70px; }
    .news_box .news_list li {
      border-bottom: #606BA8 1px solid; }
    .news_box .news_list a {
      position: relative;
      padding: 25px 70px 25px 30px;
      text-decoration: none;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      letter-spacing: 0.02em; }
      .news_box .news_list a:before {
        position: absolute;
        content: "";
        display: block;
        z-index: 0;
        background: linear-gradient(#8DE5FF, #0082FF);
        width: 100%;
        height: 0%;
        left: 0;
        bottom: 0;
        transition: height 0.35s ease; }
      .news_box .news_list a:after {
        transition: height 0.35s ease;
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        right: 10px;
        transform: translate(0%, -50%);
        z-index: 5;
        width: 18px;
        height: 18px;
        background-image: url("../images/common/arrow.svg");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
    .news_box .news_list p {
      font: 1.7rem/1.5em "Noto Sans", sans-serif;
      font-weight: 700;
      width: calc(100% - 145px);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden; }
    .news_box .news_list time {
      font: 1.7rem/1.5em "Urbanist", sans-serif;
      font-weight: 700;
      z-index: 5;
      width: 145px; }
  .news_box .scr_list {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 70px;
    width: 100%; }
    .news_box .scr_list li {
      width: calc((100% - 120px)/4);
      margin: 0 40px 55px 0; }
      .news_box .scr_list li:nth-of-type(4n) {
        margin-right: 0; }
    .news_box .scr_list a {
      text-decoration: none; }
    .news_box .scr_list .img {
      aspect-ratio: 4/3;
      width: 100%;
      max-width: 100%;
      height: auto;
      overflow: hidden;
      border-radius: 15px;
      margin-bottom: 15px; }
      .news_box .scr_list .img img {
        transition: .3s;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .news_box .scr_list span {
      font: 1.5rem/38px "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0;
      color: #1C2B83;
      width: 140px;
      height: 40px;
      border-radius: 25px;
      text-align: center;
      display: block;
      background-color: #8DE5FF;
      margin-bottom: 15px; }
    .news_box .scr_list time {
      font: 1.6rem/1.5em "Urbanist", sans-serif;
      font-weight: 700;
      margin-bottom: 5px; }
    .news_box .scr_list p {
      font: 1.7rem/1.6em "Noto Sans", sans-serif;
      font-weight: 700;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
  .news_box p {
    z-index: 5;
    transition: 0.35s;
    position: relative;
    transition: .3s;
    color: #fff; }
  .news_box time {
    z-index: 5;
    transition: 0.35s;
    position: relative;
    display: block;
    color: #8DE5FF; }

@media (hover: hover) {
  .news_box .news_list a:hover:before {
    height: 100%; }
  .news_box .news_list a:hover:after {
    background-image: url("../images/common/arrow_blue.svg"); }
  .news_box .news_list a:hover p {
    color: #1C2B83; }
  .news_box .news_list a:hover time {
    color: #1C2B83; }
  .news_box .scr_list a:hover .img img {
    transform: scale(1.1); } }
@media (max-width: 1280px) {
  .news_box {
    position: relative;
    z-index: 10;
    width: calc(100% - 100px); }
    .news_box .scr_list li {
      width: calc((100% - 90px)/4);
      margin: 0 30px 55px 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .news_box {
    position: relative;
    z-index: 10;
    width: calc(100% - 100px); }
    .news_box .scr_list li {
      width: calc((100% - 60px)/3);
      margin: 0 30px 55px 0; }
      .news_box .scr_list li:nth-of-type(4n) {
        margin-right: 30px; }
      .news_box .scr_list li:nth-of-type(3n) {
        margin-right: 0; } }
@media (max-width: 768px) {
  .news_box {
    position: relative;
    z-index: 10;
    max-width: 480px;
    width: calc(100% - 60px);
    padding: 0 0 150px; }
    .news_box .news_list {
      border-top: #606BA8 1px solid;
      margin-bottom: 30px; }
      .news_box .news_list a {
        padding: 20px 35px 22px 10px; }
        .news_box .news_list a:after {
          right: 5px;
          width: 15px;
          height: 15px; }
      .news_box .news_list p {
        width: 100%;
        font: 1.7rem/1.8em "Noto Sans", sans-serif;
        font-weight: 700;
        -webkit-line-clamp: 2; }
      .news_box .news_list time {
        width: 100%;
        margin: 0 0 2px; }
    .news_box .scr_list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch; }
      .news_box .scr_list li {
        width: calc((100% - 30px)/2);
        margin: 0 0px 55px 0; }
        .news_box .scr_list li:nth-of-type(4n), .news_box .scr_list li:nth-of-type(3n) {
          margin-right: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .news_box {
    position: relative;
    z-index: 10;
    max-width: 350px;
    width: calc(100% - 40px);
    padding: 0 0 100px; }
    .news_box .scr_list {
      display: block; }
      .news_box .scr_list li {
        max-width: 330px;
        width: 100%;
        margin: 0 auto 50px !important; } }
/*max-width:480px*/
/*****************************************/
/*****************************************/
.single_box {
  max-width: 1080px;
  width: calc(100% - 160px);
  font: 1.8rem/2.4em "Noto Sans", sans-serif;
  font-weight: 500;
  margin: 0 auto 80px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph; }
  .single_box p {
    margin-bottom: 40px; }
  .single_box h1 {
    font-size: 125%;
    line-height: 2.0em;
    margin-bottom: 15px; }
  .single_box h2 {
    font-size: 120%;
    line-height: 2.0em;
    margin-bottom: 15px; }
  .single_box h3 {
    font-size: 115%;
    line-height: 2.0em;
    margin-bottom: 10px; }
  .single_box h4 {
    font-size: 110%;
    line-height: 2.0em;
    margin-bottom: 10px; }
  .single_box h5 {
    font-size: 105%;
    line-height: 2.0em;
    margin-bottom: 10px; }
  .single_box img {
    margin-bottom: 40px;
    max-width: 100%;
    height: auto;
    display: block;
    /* 余白(下の隙間)が気になる場合におすすめ */ }
  .single_box a {
    text-decoration: underline; }
    .single_box a:hover {
      color: #8DE5FF; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  .single_box {
    max-width: 1080px;
    width: calc(100% - 100px); } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .single_box {
    max-width: 480px;
    width: calc(100% - 60px);
    font: 1.7rem/2.4em "Noto Sans", sans-serif;
    font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .single_box {
    max-width: 480px;
    width: calc(100% - 40px);
    font: 1.6rem/2.4em "Noto Sans", sans-serif;
    font-weight: 500;
    margin: 0 auto 50px; } }
/*max-width:480px*/
.single_link {
  padding: 0 0 240px;
  max-width: 460px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto; }
  .single_link a {
    transition: .3s;
    text-decoration: none;
    color: #fff;
    display: block;
    width: calc((100% - 20px)/2);
    max-width: 220px;
    border: 1px solid #fff;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    font: 1.6rem/58px "Noto Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em; }

@media (hover: hover) {
  .single_link a:hover {
    color: #1C2B83;
    background-color: #8DE5FF; } }
/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .single_link {
    padding: 0 0 150px;
    width: calc(100% - 60px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .single_link {
    width: calc(100% - 40px);
    max-width: 350px;
    padding: 0 0 100px; }
    .single_link a {
      transition: .3s;
      text-decoration: none;
      color: #fff;
      display: block;
      width: calc((100% - 10px)/2);
      max-width: 200px;
      border: 1px solid #fff;
      height: 50px;
      border-radius: 50px;
      text-align: center;
      font: 1.45rem/48px "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.02em; } }
/*max-width:480px*/
