@charset "UTF-8";


/* -------------------------------------
news archive
------------------------------------- */
.news_wrap {
  width:100%;
  max-width:794px;
  padding-bottom:90px;
  margin:0 auto;
}
..news_list {
  width:100%;
  border-top: 1px solid #999;
}
.news_listItem {
    border-bottom: 1px solid #999;
    padding-left:20px;
}
.news_listItem a {
    color:#646464;
    display: flex;
    justify-content: space-between;
      align-items:center;
    padding: 38px 15px 38px 0;
}
.news_listItem .imgbk {
  width:50%;
  max-width:188px;
  aspect-ratio:188 / 127;
  overflow: hidden;
}
.news_listItem .imgbk:hover img {
    scale: 1.1;
}
.news_listItem .imgbk img {
    display: block;
    transition: 0.2s;
}

.archive .news_txtbk {
    width: calc(100% - 243px);
    max-width: 500px;
    position: relative;
}
.archive .news_date {
    color:#073582;
    font-size:15px;
    line-height:1.2;
    font-family: english-grotesque, sans-serif;
    font-weight: 100;
}
.archive .news_ttl {
  font-size:18px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:15px;
}
.archive .news_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* ← 行数 */
  overflow: hidden;
}
.news_listItem .arrow {
    position: relative;
    width: 15px;
    height: 2px;
}
.news_listItem .arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 2px;
    background: currentColor;
    transform-origin: left center;
}
.news_listItem .arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
/* hover時に両方アニメーション */
.news_listItem:hover .arrow::before {
  animation: arrow-bar 1.0s ease-in-out forwards;
}

.news_listItem:hover .arrow::after {
  animation: arrow-head 1.0s ease-in-out forwards;
}

/* 横棒のアニメーション */
@keyframes arrow-bar {
  0% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(1.6); /* 伸び幅 */
  }
  100% {
    transform: scaleX(1);
  }
}
/* 三角の追随アニメーション */
@keyframes arrow-head {
  0% {
    transform: translateX(0) rotate(45deg);
  }
  20% {
    transform: translateX(12px) rotate(45deg); /* ← 横棒増分と合わせる */
  }
  100% {
    transform: translateX(0) rotate(45deg);
  }
}

/* -------------------------------------
news single
------------------------------------- */
.single .news-inner {
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap:25px;
  width:100%;
  padding:60px 0 120px;
}
.single .news_date {
  color:#073582;
  font-size:17px;
  line-height:1.2;
  font-family: english-grotesque, sans-serif;
  font-weight: 100;
  margin-bottom:15px;
}
.single .news_ttl {
  font-size:30px;
  font-weight:700;
  line-height:1.2;
  margin-bottom:15px;
}
.single .news-inner .news_rgt {
  max-width:308px;
}
.single .news_img_item {
  display:flex;
  flex-direction:column;
  gap:15px;
}

.single .news-inner .news_lft {
  width:100%;
}
.single .news-inner .news_lft .news_contents a {
  color:#646464;
  text-decoration:underline;
}
.tolist {
  color:#073582;
  text-align:center;
}


@media screen and (max-width: 1440px) {
/* -------------------------------------

------------------------------------- */


}


@media screen and (max-width: 1260px) {


}

@media screen and (max-width: 1050px) {


}

@media screen and (max-width: 980px) {



}

@media screen and (max-width: 920px) {
}

@media screen and (max-width: 880px) {



}

@media screen and (max-width: 820px) {




}

@media screen and (max-width: 768px) {
/* -------------------------------------
news archive
------------------------------------- */
.news_listItem {
    padding-left:0;
}

/* -------------------------------------
news single
------------------------------------- */
.single .news-inner {
    padding: min(7.8vw,60px) 0 min(15.6vw,120px);
}
.single .news-inner .news_rgt {
  width:100%;
}

}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {



}

@media screen and (max-width: 600px) {
/* -------------------------------------
news archive
------------------------------------- */
.news_listItem a {
    padding: 20px 15px 20px 0;
}
.news_listItem .imgbk {
  width:45%;
}
.archive .news_txtbk {
    width: calc(55% - 35px);
}
.archive .news_ttl {
  font-size:clamp(16px,3vw,18px);
}


/* -------------------------------------
news single
------------------------------------- */
.single .news-inner {
  flex-direction:column;
}
.single .news_img_item {
  flex-wrap:wrap;
  flex-direction:row;
  gap:20px;
}
.single .news-inner .news_rgt {
    max-width: 100%;
}
.single .news_img_item .news_img {
  width:calc((100% - 20px)/2);
}

}

@media screen and (max-width: 500px) {



}

@media screen and (max-width: 400px) {



}
@media screen and (max-width: 360px) {


}

@media screen and (max-width: 320px) {

}

@media screen and (min-width: 769px) {
 
}
