@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
body.overflowhidden {
  height: 100vh;
  overflow: hidden; }
body.nonpointer {
  cursor: none !important; }
  body.nonpointer a {
    cursor: none !important; }

#cursor {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 120px;
  height: 120px;
  transition: transform .25s .1s, opacity .25s;
  color: #fff;
  background: #000;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: .1rem;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  box-shadow: 0px 0px 15px black; }
  #cursor::after {
    content: "";
    display: block;
    transition: transform 0.3s;
    font-family: "Material Symbols Outlined";
    font-weight: 100;
    font-size: 2.4rem;
    line-height: 1; }
  #cursor.is-active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  @media only screen and (max-width: 991px) {
    #cursor {
      display: none; } }

.loading-sec {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100000;
  transition: 1.2s ease; }
  .loading-sec.loadanim .load-frame {
    border: 0vw solid #fff; }
  .loading-sec.loadanim .load-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
    user-select: none; }
  .loading-sec.loadend {
    opacity: 0;
    pointer-events: none;
    user-select: none; }
  .loading-sec .load-frame {
    width: 100%;
    height: 100%;
    border: 10vw solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 1.2s ease; }
  .loading-sec .load-img {
    width: 100%;
    height: 100%; }
    .loading-sec .load-img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      z-index: 1;
      pointer-events: none;
      user-select: none;
      transition: 1.2s ease; }
    .loading-sec .load-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

      @media only screen and (max-width:991px) {
        header #siteLogo a .subTitle {
          top: 10px;
      }
      }

.design-sec {
  width: 100%;
  position: relative; }

img {
  max-width: 100%;
}

  /* news_contents
  ==================================== */
.news_contents {
  padding: 180px 0;
}
.inner {
  width: calc(100% - 60px);
  max-width: 1088px;
  margin: auto;
}
.news_title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.news_title .title_en {
  font-size: 16px;
  display: block;
}

@media only screen and (max-width:767px) {
  .news_contents {
    padding: 120px 0 40px;
  }
}

/* 
========================================= */
.news_link {
  margin: 130px auto 0px auto;
  padding: 0px 20px;
  max-width: 1240px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  column-gap: 2px;
}
.news_link li {
  background: rgb(224,224,224);
  background: linear-gradient(180deg, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 94%, rgba(70,70,70,0.4051995798319328) 100%);
	color: #000;
  font-size: 16px;
  font-size: clamp(1.2rem, 0.547rem + 0.849vw, 1.6rem);
	position: relative;
	padding: 30px 6px ;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	cursor: pointer;
	text-align: center;
	line-height: 1.2;
  transition: all .4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_link li.active, .news_link li:hover {
	background: #2d2d2d ;
	color: #fff;
	font-weight: bold;
  transition: all .4s ease-in-out;
}

@media only screen and (max-width:767px) {
  .news_link {
    margin-top: 60px;
    grid-template-columns: repeat(2,1fr);
    row-gap: 2px;
  }
  .news_link li {
    padding: 20px 6px 22px;
    font-size: 14px;
  }
}



/* news_item
========================================= */
.news_contents_wrap {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.news_item {
  display: block;
  text-decoration: none;
  color: #333;
  padding-bottom: 50px;
  border-bottom: 1px solid #999999;
  transition: opacity .4s ease-in-out;
}
.news_item:hover {
  opacity: .7;
}
.news_item_wrap {
  display: flex;
  column-gap: 58px;
}
.news_item_img {
  width: 24%;
}
.news_item_body {
  width: 76%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}
.news_item_date {
  line-height: 1;
}
.cat_label {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  background-color: #333;
  padding: 9px 18px;
}
.cat_date {
  display: inline-block;
  color: #13447d;
  font-size: 15px;
  margin-left: 16px;
}
.news_item_title {
  margin-top: 16px;
}
.news_item_title span {
  padding-bottom: 2px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  border-bottom: solid 1px #000;
}
.news_item_text {
  margin-top: 16px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .news_contents_wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .news_item {
    display: block;
    text-decoration: none;
    color: #333;
    padding-bottom: 40px;
    border-bottom: 1px solid #999999;
  }
  .news_item_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .news_item_img {
    width: 100%;
  }
  .news_item_body {
    width: 100%;
  }
  .cat_label {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background-color: #333;
    padding: 9px 18px;
  }
  .cat_date {
    display: inline-block;
    color: #13447d;
    font-size: 15px;
    margin-left: 16px;
  }
  .news_item_title {
    margin-top: 16px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .news_item_text {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2;
    font-weight: 500;
  }
}














