@charset 'utf-8';
/* list_txt_cont, list_txt_cont-sm
*****************************************/
  .list_txt_cont li {
    font-size: var(--font-size-28);
    padding: calc(var(--spacing-unit) * 4/3) 0;
    position: relative;
  }
  .list_txt_cont li + li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background: #38393c;
    height: 1px;
  }
  .list_txt_cont li:first-child {
    padding-top: 0;
  }
  .list_txt_cont li:last-child {
    padding-bottom: 0;
  }
  .list_txt_cont-sm {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--spacing-unit-sm) * -1/2) ;
  }
  .list_txt_cont-sm li {
    flex-basis: calc(100% / 4);
    padding: 0 calc(var(--spacing-unit-sm) * 1/2);
  }
  .list_txt_cont-sm li:nth-child(n + 5) {
    margin-top: var(--spacing-unit-lg);
  }
  .list_txt_cont-sm .link_txt_box {
    display: flex;
    font-size: var(--font-size-18);
    font-weight: 700;
  }
  .list_txt_box {
    display: flex;
    position: relative;
  }
  .main_list_txt {
    font-weight: 700;
  }
  .sub_list_txt {
    font-size: var(--font-size-16);
    padding-top: var(--spacing-unit);
  }
  @media screen and (max-width: 1023px) {
    .list_txt_cont-sm li {
      flex-basis: calc(100% / 3);
    }
    .list_txt_cont-sm li:nth-child(n + 4) {
      margin-top: var(--spacing-unit-lg);
    }
  }
  @media screen and (max-width: 767px) {
    .list_txt_cont li + li::before {
      width: 91vw;
    }
    .list_txt_cont-sm {
      display: block;
    }
    .list_txt_cont-sm li:nth-child(n + 2) {
      margin-top: var(--spacing-unit);
    }
  }

/* mv
*****************************************/
  .main_area > .mv:first-child {
    margin-top: 0;
    padding-bottom: var(--spacing-vertical);
  }
  @media screen and (max-width: 767px) {
    .main_area > .mv:first-child {
      padding-bottom: 0;
    }
  }
  .mv_slider,
  .mv_slider .slick-slide {
    width: 100%;
    height: calc(100vh - 104px);
    min-height: 40vw;
    max-height: 56.25vw;
  }
  @media screen and (max-width: 1023px) {
    /* ヘッダーの高さ調整 */
    .mv_slider,
    .mv_slider .slick-slide {
      height: calc(100vh - 84px);
    }
  }
  .mv_slider .slick-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

/* catchcopy
*****************************************/
  .catchcopy_box {
    font-size: var(--font-size-28);
    font-weight: 700;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .catchcopy_box {
      text-align: left;
    }
  }

/* platform
*****************************************/
  .slider .slick-prev,
  .slider .slick-next {
    border-color: #FFF;
  }
  .img_copy {
    color: #FFF;
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: var(--font-size-14);
  }

/* numbers
*****************************************/

/* sdgs
*****************************************/
  .sdgs_poster {
    background: #FFF;
    padding: var(--spacing-unit);
  }

/* tsushin
*****************************************/
  .tsushin .sec_ttl.h1::before {
    display: none;
  }
  .tsushin .sec_ttl.h1 img {
    max-width: 370px;
    margin-bottom: calc(var(--spacing-unit) * 1/6);
  }
  @media screen and (max-width: 767px) {
    .tsushin .sec_ttl.h1 img {
      width: 80%;
    }
  }
  .tsushin_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 calc(var(--spacing-unit) * -1/2) 0 calc(var(--spacing-unit) * -1/2);
  }
  .tsushin_list li {
    flex-basis: calc(100% / 3 - var(--spacing-unit));
    margin: 0 calc(var(--spacing-unit) / 2);
    display: flex;
  }
  .tsushin_list li:nth-child(n + 4) {
    margin-top: var(--spacing-unit);
  }
  .tsushin_list a {
    position: relative;
    background: #F0F0F0;
  }
  .tsushin_thumb {
    width: 100%;
    aspect-ratio: 31/19;
    display: block;
    overflow: hidden;
    margin-bottom: var(--spacing-unit-sm);
  }
  .tsushin_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tsushin_cate {
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
    padding: .15em 1.5em;
    margin: 0 .2em 0 var(--spacing-unit-sm);
    flex: 0 0 auto;
    border-radius: 10px;
    white-space: nowrap;
    background: #0070bd;
    color: #fff;
  }
  .tsushin_date {
    position: absolute;
    bottom: var(--spacing-unit-sm);
    right: var(--spacing-unit-sm);
    font-size: var(--font-size-14);
  }
  .tsushin_list a:hover .tsushin_ttl {
    text-decoration: underline;
  }
  .tsushin_ttl {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    margin: calc(var(--spacing-unit-sm) * 1/2) var(--spacing-unit-sm) calc(var(--spacing-unit-sm) + var(--spacing-unit));
    flex-basis: 100%;
  }
  @media screen and (max-width: 1023px) {
    .tsushin_list li {
      flex-basis: calc(100% / 2 - var(--spacing-unit));
    }
    .tsushin_list li:nth-child(n + 3) {
      margin-top: var(--spacing-unit);
    }
  }
  @media screen and (max-width: 767px) {
    .tsushin_list li {
      flex-basis: 100%;
    }
    .tsushin_list li:nth-child(n + 2) {
      margin-top: var(--spacing-unit);
    }
    .tsushin_cate {
      font-size:  1.1rem;
    }
  }

/* info
*****************************************/
  .info_list li {
    display: flex;
    margin: .7em 0;
  }
  .info_list li:first-child {
    margin-top: -.8em;
  }
  .info_list a {
    width: 100%;
    display: flex;
    padding: .8em 0;
    overflow: hidden;
  }
  .info_date {
    font-size: var(--font-size-14);
    flex: 0 0 auto;
  }
  .info_cate {
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    padding: .15em 0;
    margin: 0 1.5em;
    border: 1px solid;
    flex: 0 0 11.6em;
    border-radius: 10px;
    white-space: nowrap;
  }
  .info_ttl {
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .info_list a:hover .info_ttl {
    text-decoration: underline;
  }
  @media screen and (max-width: 767px) {
    .info_list a {
      flex-wrap: wrap;
      align-items: flex-end;
    }
    .info_ttl {
      flex-basis: 100%;
      margin-top: 0.2em;
    }
    .info_cate {
      font-size: 1rem;
    }
  }

/* recruit
*****************************************/
  .recruit .list_txt_cont-sm {
    justify-content: center;
  }
  .recruit .list_txt_cont-sm li {
    flex-basis: auto;
  }

/* footer
*****************************************/
@media screen and (min-width: 1100px) {
  .f_copy {
    background-image: url('./../img/common/foot_logo.svg');
    background-size: auto 16px;
    background-position: left 16px center;
    background-repeat: no-repeat;
  }
}
