/* 各セクション */
/* fv */

.fv_wrapper {
  margin-top: 80px;
  position: relative;
  background-image: url(../img/common/fv_bg_image.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}

.fv_section_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

.fv_text {
  width: 100%;
  padding: 80px 0 350px 0;
  ;
}

.fv_title>h2 {
  color: #FFFFFF;
  font-size: 96px;
  font-weight: 800;
  color: #ffffff;
}

.fv_sub_title {
  padding-bottom: 84px;
}

.fv_sub_title>p {
  color: #FFFFFF;
  font-size: 24px;
}

.sns_wrapper {
  display: flex;
  padding-bottom: 100px;
  width: 70px;
}

.icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon:hover {
  opacity: 0.6;
}

.insta_icon {
  margin-left: 20px;
}

.sns_icon>img {
  width: 20px;
}


/* news */
.news_wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
}

.news_section_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

.section_title_news {
  margin-bottom: 22px;
  text-align: center; 
}
.section_title_news > h2 {
  font-size: 28px;
}
.section_title_news::after {
  content:"";
  display: block;
  width: 100px;
  height:4px;
  background-color: #333333;
  margin: 22px auto;
}
.category_wrapper {
  width: 385px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cat-item {
  width:120px;
  height: 25px;
  border: solid 1px #333333;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-item > h3 {
  width: 100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-item > h3 > a{
  font-size: 12px;
  font-family: 'Noto Sans JP';
  line-height:23px;
  width: 100%;
  text-align: center;
}
.cat-item > h3 > a:hover {
  background-color: #FFFFFF;
  opacity: 0.6;
  transition: all 300ms linear;
}
.cat-item > a {
  width: 100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-item > a{
  font-size: 12px;
  font-family: 'Noto Sans JP';
  line-height:23px;
  width: 100%;
  text-align: center;
}
.cat-item > a:hover {
  background-color: #FFFFFF;
  opacity: 0.6;
  transition: all 300ms linear;
}

.current-cat{
  background-color: #333333
}
.current-cat > h3 > a, .current-cat > a{
  color: #FFFFFF;
}

.news_contents_wrapper {
  margin-top: 56px;
}
.news {
  display: flex;
  border-bottom: solid 1px #DDDDDD;
  position: relative;
}
.news > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.news > a:hover {
  background-color: #FFFFFF;
  opacity: 0.6;
  transition: all 300ms linear;
}
.news_img {
  width: 26.67%;
  padding-top: 24px;
  padding-bottom: 24px;
}
.news_img > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.news_img > picture > img {
  width: 100%;
  height: 100%;
  /* aspect-ratio: 8/5; */
  object-fit: cover;
}
.news_detail {
  width:73.33%;
  padding-top: 24px;
  padding-left: 24px;
}
.news_info {
  padding-top: 3px;
  display: flex;
  align-items: center;
}
.news_info > time{
  font-size: 20px;
  line-height: 12px;
  letter-spacing: 0.1em;
}
.news_category {
  width: 120px;
  height: 25px;
  /*display: flex; 一旦消す*/ 
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-left: 12px;
}
.news_category_notice {
  background-color: #333333;
}
.event {
  background-color: #828282;
}
.news_category > p {
  font-size: 12px;
  font-family: 'Noto Sans JP';
  color: #FFFFFF;
  line-height: 12px;
  letter-spacing: 0.1em;
}
.news_title {
  margin-top: 12px;
}
.news_title > h4{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 24px;
  font-family: 'Noto Sans JP';
  line-height: 32px;
  letter-spacing: 0.1em;
}

.page_navigation {
  margin-top: 77px;
  display: flex;
  justify-content: center;
}
.news_page_nav_list {
  width: 196px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_page_nav_item {
  width: 40px;
  height: 40px;
  border: solid 2px #000000;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.news_page_nav_item > a{
  font-size: 18px;
  line-height: 32px;
}
.news_page_nav_item > a{
  display: block;
  width: 100%;
  /* height: 100%; */
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}
.news_page_nav_item > a:hover {
  background-color: #FFFFFF;
  opacity: 0.6;
  transition: all 300ms linear;
}
.news_page_nav_item:first-child {
  background-color: #000000;
}
.news_page_nav_item:first-child > a {
  color: #FFFFFF;
}

.current-item-parent{
  width: unset;
}