@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; }


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

img {
  max-width: 100%;
  vertical-align: bottom;
}

  /* news_contents
  ==================================== */
  .text_bold {
    font-weight: 600 !important;
  }
.news_contents {
  padding: 180px 0;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}
.inner {
  width: calc(100% - 60px);
  max-width: 1360px;
  margin: auto;
}

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



/* news_item
========================================= */
.news_contents_wrap {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.news_item_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}
.news_item_img {
  width: 60%;
}
.news_item_img figure {
  overflow: hidden;
}
.news_item_img img {
    height: auto;
    aspect-ratio: 725 / 530;
    object-fit: contain;
    width: 100%;
  }
.news_item_body {
  width: 31%;
  font-weight: bold;
}
.news_item_date {
  line-height: 1;
}
.cat_label {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background-color: #333;
  padding: 9px 18px;
}
.cat_date {
  display: inline-block;
  color: #13447d;
  font-size: 18px;
  margin-left: 16px;
}
.news_item_title {
  margin-top: 24px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.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: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .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_text {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/* news_detail
============================= */
.news_detail {
  margin-top: 130px;
}
.news_detail .inner {
  max-width: 810px;
}
.news_detail_item + .news_detail_item {
  margin-top: 120px;
}
.news_detail_title {
  font-size: 22px;
  letter-spacing: 0.05em;
}
.news_detail_border-title {
  font-size: 17px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.news_detail_sub-title {
  font-size: 17px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
.news_detail_img {
  margin-top: 40px;
}
.news_detail_img figure {
  overflow: hidden;
}

.news_detail_img img {
    height: auto;
    aspect-ratio: 725 / 530;
    object-fit: contain;
    width: 100%;
}
.iframe_box {
  position:relative;
  margin-top: 20px;
  width:100%;
  height:0;
  padding-top:56.25%; /* iframeのサイズ 高さ ÷ 幅 × 100% */
  }
  .iframe_box iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@media only screen and (max-width:767px) {
  .news_detail {
    margin-top: 60px;
  }
  .news_detail_item + .news_detail_item {
    margin-top: 60px;
  }
  .news_detail_title {
    font-size: 20px;
  }
  .news_detail_img {
    margin-top: 20px;
  }
}


/* bottom_link_area
====================================== */
.bottom_link_area {
  margin-top: 120px;
  text-align: center;
}
.bottom_link {
  position: relative;
  width: 242px;
  text-align: left;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.15em;
  padding-bottom: 10px;
  border-bottom: 1px solid #13447d;
  font-weight: 600;
  transition: all .4s ease-in-out;
}
.bottom_link::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  background-image: url(../../common/img/newsarticle/icon_arrow.svg);
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bottom_link:hover {
  opacity: .7;
}

@media only screen and (max-width:767px) {
  .bottom_link {
    font-size: 15px;
  }
  .bottom_link_area {
    margin-top: 80px;
  }
}




.space {
  margin-bottom: 120px;
  margin-top: 16px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.news_contents img {
  width: 100%;
  margin-top: 40px;
  object-fit: contain;
}
.news_contents p {
  margin-top: 16px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
}



