@charset "utf-8";


/* -------------------------- */
/* -------------------------- */
/* -------------------------- */



/*---------------------------------------------------------
    ニュース
---------------------------------------------------------*/
.news_category {
  background: var(--sub-color3);
  padding: 32px;
}

.news_category p {
  color: var(--key-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.news_category ul {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 11px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--sub-color2);
}

.news_category ul li a {
  display: grid;
  place-content: center;
  height: 42px;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid var(--sub-color1);
  background: var(--bg-color1);
}

.news_category ul li.current a {
  background: var(--key-color);
  color: var(--bg-color1);
}

.select_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.select_date .flex {
  display: flex;
  align-items: center;
  justify-content: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.select_date .flex p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.select_date .flex .select_box {
  background: var(--bg-color1);
  height: 42px;
  width: 230px;
  border: 1px solid var(--sub-color1);
  display: flex;
  align-items: center;
  margin-left: 12px;
  font-weight: 600;
  position: relative;
}

.select_date .flex .select_box::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/kitnews/select_arrow.png);
  width: 16px;
  height: 4px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
}

.select_date .flex .select_box select {
  font-weight: 600;
  padding-left: 16px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.select_date .rss a {
  text-decoration: underline;
  padding-right: 32px;
  position: relative;
}

.select_date .rss a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/kitnews/rss_feed.png);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.news_list {
  margin-top: 120px;
}

.news_list ul {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 100px;
}

.news_list ul a {
  display: block;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 24px;
}

.news_list a .img_box {
  width: 100%;
  height: 300px;
  background: #F2F2F2;
  background: url(https://www.kanazawa-it.ac.jp/assets/img/kitnews/no-img.jpg) no-repeat center/cover;
}

.news_list a .img_box img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  object-fit: cover;
}

.date_cat {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  margin-top: 24px;
}

.date_cat .date {
  font-weight: bold;
  font-family: 'Lato';
  color: var(--sub-color1);
}

.date_cat .new {
  background: var(--key-color);
  color: var(--bg-color1);
  font-weight: 700;
  padding: 5px 6px 4px;
  font-size: 13px;
  line-height: 1;
}

.date_cat .cat {
  background: #E5ECF2;
  color: var(--key-color);
  font-weight: 700;
  padding: 5px 6px 4px;
  font-size: 13px;
  line-height: 1;
}

.news_list p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  margin-top: 8px;
}

.pnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}


.pnav a.prev,
.pnav a.next {
  width: 48px;
  min-width: 48px;
  height: 48px;
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pnav a.prev {
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/kitnews/icon_prev.jpg);
}

.pnav a.next {
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/kitnews/icon_next.jpg);
}

.pnav .p-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.pnav .p-num a,
.pnav .p-num span {
  width: 48px;
  height: 48px;
  background: #E5ECF2;
  display: grid;
  place-content: center;
  color: var(--key-color);
  font-weight: bold;
  font-family: 'Lato';
  position: relative;
}

.pnav .p-num a.current {
  background: var(--key-color);
  color: var(--bg-color1);
}

.pnav .p-num a b {
  position: absolute;
  display: grid;
  place-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--key-color);
  color: var(--bg-color1);
}

.pnav .p-num span {
  position: relative;
  background: transparent;

}

.pnav .p-num span::before {
  position: absolute;
  content: "…";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--key-color);
}

@media screen and (max-width: 767px) {
  .news_category {
    padding: 32px 12px;
  }

  .news_category ul {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .select_date {
    display: block;
  }

  .select_date .flex {
    display: block;
  }

  .select_date .rss {
    margin-top: 14px;
  }

  .select_date .flex .select_box {
    margin-left: 0;
    margin-top: 4px;
  }

  .news_list ul {
    gap: 32px;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 80px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .pnav {
    gap: 4px;
  }
}


/*---------------------------------------------------------
        detail
---------------------------------------------------------*/

.news_detail .l-breadcrumb {
  padding-top: 15px;
}

.news_detail .l-breadcrumb_list {
  position: static;
}

.news_detail .l-breadcrumb_list a,
.news_detail .l-breadcrumb_list li {
  color: #000;
}

.news_detail .l-breadcrumb_list li:nth-child(n+2):before,
.news_detail .l-breadcrumb_list li:nth-child(n+2):before {
  background: #000;
}

.news_main {
  margin-top: 80px;
}

.news_contents {
  max-width: 840px;
  padding-bottom: 100px;
  margin-bottom: 60px;
  border-bottom: 1px solid #DEDEDE;
  margin-left: auto;
  margin-right: auto;
}

.news_contents img {
  height: auto !important;
}

.news_main .date_cat {
  margin-bottom: 73px;
}

.news_main .thumbnail {
  max-width: 403px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

/* 
.news_main p {
  margin-top: 1em;
  line-height: 1.75;
  margin-top: 1em;
} */


.news_main p {
  margin-bottom: 1em;
}

.news_main p+* {
  margin-top: 64px;
}

.news_main p+p {
  margin-top: 0;
}


/* タイトル */
.news_main h2.ttl2 {
  font-weight: 600;
  font-size: 40px;
  line-height: var(--line-height2);
  color: var(--key-color);
  position: relative;
  z-index: 1;
  padding-top: 40px;
  margin-bottom: 64px;
}

.news_main h2.ttl2:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: var(--sub-color3);
  height: 3px;
  top: 0;
  right: 0;
  left: 90px;
}

.news_main h2.ttl2:after {
  content: "";
  z-index: 1;
  position: absolute;
  background: var(--key-color);
  height: 3px;
  width: 80px;
  top: 0;
  left: 0;
}

.news_main h3.ttl3 {
  font-weight: 600;
  font-size: 32px;
  line-height: var(--line-height2);
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  padding: 0 0 13px 26px;
  border-bottom: solid 1px #DEDEDE;
}

.news_main h3.ttl3:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: var(--key-color);
  width: 4px;
  top: 1px;
  bottom: 14px;
  left: 0;
}

.news_main h4.ttl4 {
  padding: 16px 25px;
  background: var(--sub-color3);
  position: relative;
  z-index: 1;
  line-height: var(--line-height2);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}

.news_main h4.ttl4:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: var(--key-color);
  width: 4px;
  top: 16px;
  bottom: 16px;
  left: 0;
}

.news_main h4.ttl4:after {
  content: "";
  display: block;
  clear: both;
}

.news_main h5.ttl5 {
  color: var(--key-color);
  font-size: 18px;
  font-weight: 600;
  padding-left: 16px;
  position: relative;
  margin-bottom: 24px;
}

.news_main h5.ttl5::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--key-color);
}


.news_main p.cap {
  font-size: 13px;
  margin-top: 8px;
}

.detail_clm1 {
  margin-bottom: 72px;
}

.detail_clm1 p {
  text-align: center;
}

.detail_clm2 {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 70px;
}

.detail_clm2.-center div:has(img) {
  text-align: center;
}

/* テーブル */
.news_main table,
.news_main tbody,
.news_main tr {
  border-collapse: collapse;
  width: 100%;
}

.news_main table {
  border: 1px solid #DEDEDE;
  border-bottom: none;
  margin-bottom: 32px;
}

.detail_table1 td,
.detail_table1 th {
  padding: 15px 0;
}

.detail_table1 td {
  width: 152px;
  background: #E5ECF2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 1px solid #DEDEDE;
  font-weight: 600;
  color: var(--key-color);
}

.detail_table1 th {
  width: calc(100% - 152px);
  padding: 15px 40px;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}


.detail_table2 th.clo2 {
  width: 210px;
  background: #80A1BF;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.detail_table2 th {
  background: #E5ECF2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  font-weight: 600;
  color: var(--key-color);
  padding: 15px 0;
}

.detail_table2 td {
  padding: 15px 40px;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}

.kanren {
  background: #F5F8FA;
  padding: 25px;
  font-weight: 600;
  margin-bottom: 64px;
}

.kanren a {
  display: block;
  margin-bottom: 16px;
}

.kanren a:last-of-type {
  margin-bottom: 0;
}

.kanren a i.-blank {
  width: 24px;
  margin-right: 3px;
}

.kanren .arrow {
  display: inline-block;
  padding: 0;
  background-image: none;
  word-break: break-all;
  position: relative;
  z-index: 1;
  margin-left: 26px;
  font-weight: 600;
}

.kanren .arrow:hover:before {
  animation-duration: .4s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-name: slideArw;
}

.kanren .arrow:before {
  content: "";
  z-index: 1;
  vertical-align: -1px;
  margin: auto;
  position: absolute;
  left: -26px;
  top: 0;
  bottom: 0;
  background: 50% 50% no-repeat;
  background-size: contain;
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/common/arrow1.svg);
  display: inline-block;
  width: 15px;
  height: 15px;
}

.kanren a span,
.kanren .arrow span {
  --line-color: #4A4A4A;
  display: inline;
  -webkit-transition: background-size 0.4scubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-size 0.4scubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-repeat: no-repeat;
  background-position: right bottom;
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--line-color)), to(var(--line-color)));
  background-image: -webkit-linear-gradient(left, var(--line-color), var(--line-color));
  background-image: linear-gradient(90deg, var(--line-color), var(--line-color));
  background-size: 0 1px;
  background-position: left bottom;
  background-size: 100% 1px;
}

.square_list {
  margin-bottom: 71px;
}

.square_list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}

.square_list li:last-of-type {
  margin-bottom: 0;
}

.square_list li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--key-color);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


.news_main .c-top_head_btn {
  margin-left: auto;
  margin-right: auto;
}


.detail_social {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

.detail_social a {
  width: 100px;
  height: 26px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  padding-right: 8px;
  padding-left: 32px;
  position: relative;
  font-weight: 600;
  text-align: center;
}

.detail_social a.fb {
  background: #1877F2;
}

.detail_social a.x {
  background: #333333;
}

.detail_social a::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.detail_social a.fb::before {
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/kitnews/logo_fb.png);
}

.detail_social a.x::before {
  background-image: url(https://www.kanazawa-it.ac.jp/assets/img/kitnews/logo_x.png);
}

@media screen and (max-width: 767px) {
  .news_main h2.ttl2 {
    font-size: 32px;
    padding-top: 30px;
  }

  .news_main h2.ttl2:before {
    height: 2px;
    left: 48px;
  }

  .news_main h2.ttl2:after {
    height: 2px;
    width: 40px;
  }

  .news_main h3.ttl3 {
    padding: 0 0 10px 20px;
    margin: 0 0 21px;
    font-size: 24px;
  }

  .news_main h3.ttl3:before {
    bottom: 12px;
    top: 3px;
  }

  .news_main h4.ttl4 {
    font-size: 18px;
    padding: 12px 21px;
  }

  .news_main h4.ttl4:before {
    top: 13px;
    bottom: 13px;
  }

  .detail_table1 th {
    padding: 15px 19px;
  }

  .detail_clm2 {
    gap: 20px;
  }

  .detail_table2 td {
    padding: 15px 10px;
  }

  .detail_table2 th.clo2 {
    width: 80px;
    white-space: wrap;
  }
}


/*---------------------------------------------------------
        キャンパスレポート
---------------------------------------------------------*/
.campus_list {
  margin-top: 120px;
}

.campus_list ul {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(2, 1fr);
}

.campus_list ul li a {
  padding: 0 50px 0 32px;
  display: block;
  position: relative;
  font-weight: 600;
}

.campus_list ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.campus_list ul li a span {
  position: absolute;
  display: inline-block;
  background: #E5ECF2;
  font-size: 13px;
  color: #00447E;
  padding: 0 8px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.campus_list ul li a p {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {

  .campus_list ul {
    gap: 32px;
    grid-template-columns: repeat(1, 1fr);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*---------------------------------------------------------
  スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {




  /* -------------------------- */
  /* -------------------------- */
  /* -------------------------- */



}