@charset "utf-8";

/* 共通 */
.low__menu:not(:last-child){
  margin-bottom: 60px;
}
.low__menuTitle{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #002169;
}
.low__menuSelectWrap{
  display: block;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #777777;
  border-top:1px solid #707070;
  border-bottom:1px solid #707070;
}
.low__menuSelect {
  cursor: pointer;
}
.low__menuListItem{
  display: block;
  padding: 13px 0 ;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #777777;
  border-top:1px solid #707070;
}

.low__menuListLink{
  display: block;
  width: 100%;
  padding-left: 15px;
  position: relative;
}
.low__menuListLink:after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background:url(../imgs/news/post_anc.svg) top center / cover no-repeat;
}
.low__menuListItem:last-child{
  border-bottom:1px solid #707070;
}
.low__menuRecruit{
  display: block;
}
.low__menuRecruit--ttl{
    display: block;
  }
.low__menuRecruit--date{
    display: block;
  }
.categoryTtl{
  margin-bottom: 20px;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #002169;
}


/* 詳細ページ */
.post__head{
  margin-bottom: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.post__categoryWrap{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.post__category{
  display: block;
  width: 120px;
  background-color: #002169;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 1px 0;
  letter-spacing: 0.1em;
  border-radius: 3px;
}
.post__title{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #002169;
}
.post__date{
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #404040;
}


/*====================
news/共通
====================*/
.news__bg {
  background: url("../imgs/news/news_bg.jpg") top center / cover no-repeat;
}
.bg-white__inner--news{
  width: 100%;
  max-width: 1010px;
  padding-top: 85px;
  padding-bottom: 130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.news__listWrap{
  width: calc(80% - 20px);
  max-width: 700px;
}
.news__sideWrap{
  width: 22%;
  max-width: 200px;
  margin-left: 20px;
}
.news__list--inner{
  display: flex;
  justify-content: start;
  align-items: center;
}
.news__list--left{
  width: 250px;
  padding-right: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.news__list--item:first-of-type{
  border-top:1px solid #BFBFBF;
}
.news__list--item{
  border-bottom:1px solid #BFBFBF;
  padding:35px 0;
}
.news__categoryWrap{
  width: 110px;
}
.news__category1{
  display: flex;
  flex-direction: column;
  gap:3px;

}
.news__category1 p{
  width: 100%;
  background-color: #002169;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 1px 0;
  letter-spacing: 0.1em;
  border-radius: 3px;
}
.date{
  margin-left: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #404040;
}
.news__list--right{
  width: calc(100% - 250px);
}
.news__title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.62;
}

/*====================
blog
====================*/
.blog__listWrap{
  width: calc(80% - 20px);
    max-width: 680px;
}
.blog__list--item{
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.blog__list--item:last-of-type{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.blog__list--left{
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.blog__category1{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;

}
.blog__category1 p{
  width: 120px;
  background-color: #002169;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 1px 0;
  letter-spacing: 0.1em;
  border-radius: 3px;
}
.blog__title{
  margin-bottom: 15px;
}
.post__contentArea{
  margin-bottom: 20px;
}
.blog__list--link{
  display: block;
  width: 150px;
  height: 35px;
  border-radius: 50px;
  border:1px solid #002169;
  color: #002169;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  transition: .3s;
  position: relative;
}
.blog__list--link:hover{
  background-color: #002169;
  color: #fff;
}
.more-arrowWrap{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 4px;
}
.more-arrow {
  position: relative;
  display: block;
  width: 8px;
  height: 1px;
  margin: 2.1px 0;
  border-radius: 9999px;
  background-color: #002169;
}
.more-arrow::before,
.more-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 4px;
  height: 1px;
  border-radius: 9999px;
  background-color: #002169;
  transform-origin: calc(100% - 0.5px) 50%;
}
.more-arrow::before {
  transform: rotate(45deg);
}
.more-arrow::after {
  transform: rotate(-45deg);
}
.blog__list--link:hover .more-arrow {
  background-color: #fff;
}
.blog__list--link:hover .more-arrow::before,
.blog__list--link:hover .more-arrow::after {
  background-color: #fff;
}
.post__thumb {
  margin-bottom: 30px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.post__thumbImg {
    background-position: center center;
    background-size: cover;
}




@media screen and (max-width: 980px) {
  .low__menuList{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
  .low__menu:not(:last-child){
    margin-bottom: 20px;
  }
  .low__menuTitle{
    margin-bottom: 0;
  }
  .low__menuSelectWrap{
    border:none;
    padding: 0 0 0 15px;
  }
  .low__menuListItem{
   border: none;
   padding: 0;
  }
  .low__menuListItem:last-child{
    border: none;
  }
  .low__menuRecruit--ttl,.low__menuRecruit--date{
    display: inline;
  }
  .low__menuRecruit--ttl{
    padding-right: 5px;
  }
  .low__menuRecruit{
    position: relative;
    padding-left: 15px;
  }
  .low__menuRecruit::before{
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(../imgs/news/post_anc.svg) top center / cover no-repeat;
 
  }

  .post__categoryWrap{
    margin-bottom: 5px;
  }
 

/*====================
news/共通
====================*/
  .bg-white__inner--news{
    flex-direction: column-reverse;
  }

  .news__sideWrap{
    width: 100%;
    max-width: 100%;
    /* padding-bottom: 30px;
    border-bottom: 1px solid #BFBFBF; */
    margin-left: 0;
  }
  .news__listWrap{
    padding-top: 50px;
    width: 100%;
    max-width: 100%;
  }
  .news__list--item{
    padding: 20px 0;
  }
   .news__list--left {
    margin-bottom: 10px;
    width: 205px;
  }
  .news__list--right{
    width: calc(100% - 205px);
  }


  /*====================
blog
====================*/
.blog__listWrap{
  padding-top: 50px;
  width: 100%;
  max-width: 100%;
}

}




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

  .bg-white__inner--news{
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .low__menuTitle{
    font-size: 14px;
  }
  .post__head{
    display: block;
  }
  /*====================
news
====================*/
  /* .news__title{
    font-size: 14px;
  } */
  .news__categoryWrap{
    width: 95px;
  }
  .news__category1 p{
    font-size: 11px;
  }
  .date{
    margin-left: 10px;
  }
  .news__list--inner{
    display: block;
  }
  .news__list--left{
    width: 100%;
    padding-right: 0;
  }
  .news__categoryWrap{
    width: fit-content;
  }
.news__category1{
  flex-direction: row;
  flex-wrap: wrap;
}
.news__category1 p{
  width: 90px;
}
.news__list--right{
  width: 100%;
}

  /*====================
blog
====================*/
.blog__list--left{
  display: block;
}
.blog__list--left .date{
  margin-left: 3px;
}
.blog__categoryWrap{
  margin-bottom: 3px;
}
.blog__category1{
  flex-wrap: wrap;
}
.blog__category1 p{
  width: 100px;
  font-size: 11px;
}
.post__title{
  font-size: 18px;
}
.blog__list--link{
  width: 130px;
  height: 32px;
  font-size: 13px;
}
.more-arrowWrap{
  right: 10px;
}

}


@media screen and (max-width: 375px) {
 .low__menuList{
  display: block;
 }
 .news__list--left{
  display: block;
 }
 .low__menuListItem{
  margin-bottom: 5px;
 }
 .blog__list--item{
  padding-bottom: 35px;
  margin-bottom: 35px;
 }
 .date{
  margin-left: 3px;
 }
 .post__title{
  font-size: 16px;
  line-height: 1.5;
}
}
