/* ========================================
   TOP
   ======================================== */

.blur{
  box-shadow: inset 1px 1px 1px 0px rgba(255 255 255 / 0.8);
  border-radius: 999px;
  z-index: 10;
  overflow: hidden;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.blur-img{
  backdrop-filter: blur(19px);
  background: rgba(172 215 255/0.2);
  margin: -20px;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main{
  overflow-x: hidden;
  font-size: 16px;
}

.sp_only{
  display: none;
}

@media (max-width: 1024px) {
  .sp_only{
    display:inline;
  }
  .pc_only{
    display: none!important;
  }
  .btn-list{
    padding: 12px 20px;
  }
  h2 {
    font-size: 28px;
  }
}
.floating-bt{
    position: fixed;
    bottom: 254px;
    right: 5px;
    z-index: 198;
}
.floating-bt .entry-btn{
    width: 200px;
    height: 40px;
    padding: 0;
    font-size: 14px;
}
.floating-bt.is-hidden{
  display: none;
}
@media (max-width: 1024px) {
  .floating-bt{
    bottom: auto;
    top:66px;
    right: 60px;
  }
  .floating-bt .entry-btn{
    width: 120px;
    height: 40px;
  }
  .floating-bt .entry-btn span{
    display: none;
  }
  .floating-bt .entry-btn .entry-btn__arrow {
      width: 20px;
      height: 20px;
  }
}


.l-kv{
  aspect-ratio: 50/22.5;
  position: relative;
  padding-top: 2%;
  z-index: 1;
  overflow: hidden;
}
/* KVスライダー */
.l-kv__slider{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* タイトルより背面に */
}
.l-kv__slider .swiper-slide{
  width: 100%;
  height: 100%;
}
.l-kv__slider .swiper-slide picture,
.l-kv__slider .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
/* 白い曲線オーバーレイ（元KV画像から抽出・全スライド共通） */
.l-kv::after{
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/top/kv_wave.svg) no-repeat center / 100% 100%;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .l-kv::after{
    background-image: url(../img/top/kv_wave_sp.svg);
  }
}
/* スライドショー停止ボタン */
.l-kv__pause{
  position: absolute;
  right: 16px;
  bottom: auto;
  top: 40px;
  transform: translateY(-50%);
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.l-kv__pause:hover{
  background: rgba(0, 0, 0, 0.65);
}
.l-kv__pause:focus-visible{
  outline: 2px solid #fff;
  outline-offset: 2px;
}
/* 一時停止アイコン（再生中） */
.l-kv__pause::before{
  content: "";
  width: 11px;
  height: 14px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
/* 再生アイコン（停止中） */
.l-kv__pause.is-paused::before{
  width: 0;
  height: 0;
  border: none;
  border-left: 13px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 4px;
}
@media (max-width: 1024px) {
  .l-kv__pause {
    right: 8px;
    bottom: auto;
    top: 55%;
    transform: translateY(-50%);
  }
}
/*旧KV-戻す場合は上の.l-kvをコメントアウトして下のコメントアウトを外す*/
/*
.l-kv{
  background: url(../img/top/kv.webp) no-repeat left top/100%;
  aspect-ratio: 16/11.5;
  position: relative;
  padding-top: 2%;
  z-index: 1;
}
.l-kv::after{
  content: "";
  background: url(../img/top/kv_line.svg) no-repeat left bottom/100%;
  aspect-ratio: 1440/486;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}*/
.l-kv__inner {
    max-width: 92%;
    margin: 0 auto;
}

h1.l-kv__title{
  background: url(../img/top/title.svg) no-repeat left top/100%;
  width: 55%;
  height: auto;
  aspect-ratio: 872 / 243;
  text-indent: -9999px;
  margin: 0;
  position: absolute;
  bottom: 18%;
  left: 3%;
  z-index: 2; /* スライダーより前面に */
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}
.l-kv p.l-kv__desc{
  font-size: clamp(20px, 1vw + 11.6px, 26px);
  font-weight: bold;
  padding-top: .5rem;
  color: white;
  position: absolute;
  bottom: 13%;
  left: 3%;
  z-index: 2; /* スライダーより前面に */
}

/*旧KV-戻す場合は上のh1.l-kv__title、.l-kv p.l-kv__descをコメントアウトして下のコメントアウトを外す*/
/*
h1.l-kv__title{
  background: url(../img/top/title3.svg) no-repeat left top/100%;
  width: 55%;
  height: auto;
  aspect-ratio: 872 / 243;
  text-indent: -9999px;
  margin: 0;
  padding-top:5%;
}
.l-kv p.l-kv__desc{
  font-size: 26px;
  font-weight: bold;
  padding-top: .5rem;
  color: var(--nec-blue);
}
*/


@media (max-width: 1024px) {
  .l-kv{
    aspect-ratio:11.5/18;
  }
  .l-kv__slider .swiper-slide picture,
  .l-kv__slider .swiper-slide img{
    object-position: center top;
  }

  /*.l-kv::after{
    background: url(../img/top/kv_line_sp.svg) no-repeat left top/100%;
    aspect-ratio: 486/340;
  }*/
  h1.l-kv__title{
    width: 86%;
    bottom: 24%;
  }
}
@media (max-width: 640px) {
  .l-kv p.l-kv__desc{
    line-height: 1.2em;
    padding-top: .5rem;
    bottom: 16%;
  }
}

.l-kv .blur{
  width: 8%;
  height:auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 36%;
  right: 15%;
}
.l-kv .blur.small{
  width: 3%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 40%;
  right: 10%;
}
@media (max-width: 1024px) {
  .l-kv .blur{
    width: 82px;
    height: 82px;
    bottom: 34%;
  }
  .l-kv .blur.small{
    right: 5%;
  }
}


.l-section__inner{
  padding-top:5rem;
  padding-bottom: 5rem;
  width: 100%;
}
.c-title h2{
  padding-bottom: 1rem;
}



/*lead*/
#lead-section{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 2rem;
  margin-top: -250px;
  position: relative;
  z-index: 10;
}
#lead-section .blur{
  width: 20%;
  height:auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: 10%;
  bottom: 0%;
}
#lead-section .lead-img{
  width: 40%;
  position: relative;
  padding-top: 150px;
}
#lead-section .lead-img img{
  width: 80%;
}
#lead-section .l-section__inner{
  width: 50%;
  padding: 20rem 0 0 0;
}
#lead-section .l-section__inner .header-2{
  padding-bottom: 2rem;
}
#lead-section .l-section__inner .header-2 .c-title{
  position: relative;
  z-index: 1;
}
#lead-section .l-section__inner .header-2 .c-title .blur{
  width: 8%;
  height:auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: auto;
  right:auto;
  z-index: -1;
}
#lead-section .l-section__inner .header-2 .c-title .blur.small{
  width: 3%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: -30px;
  left: 7%;
}
@media (max-width: 1024px) {
  #lead-section .lead-img{
    padding-top: 0;
  }
  #lead-section .l-section__inner .header-2 .c-title .blur{
    width: 82px;
    height: 82px;
    top: 0;
    left: 0;
    display: none;
  }
  #lead-section .l-section__inner .header-2 .c-title .blur.small{
    width: 20px;
    height: 20px;
    top: 0;
    left: 7%;
    display: none;
  }
  #lead-section .blur{
    width: 16%;
    right: 5%;
    bottom: 2%;
  }
}



#lead-section .l-section__inner .header-2 p.sublead{
  font-size: 14px;
}

#lead-section .l-section__inner .main-lead p{
  max-width: 60rem;
  font-weight: bold;
  font-size: 20px;
}
#lead-section .l-section__inner .main-lead p span{
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
#lead-section .btn-wrap,
.top-section .btn-wrap{
  text-align: left;
  padding: 24px 0 0 0;
}
#lead-section .btn-wrap .btn-list{
}
@media (max-width: 1024px) {
  .btn-wrap,
  #lead-section .btn-wrap,
.top-section .btn-wrap{
    text-align: center;
  }
  #lead-section{
    margin: 20px 0 20px 0;
  }
  #lead-section .l-section__inner{
    width: 100%;
  }
  #lead-section img.lead-img{
    width: 86%;
    margin-left: -16px;
  }
  #lead-section .l-section__inner .main-lead p{
    font-size: 16px;
    padding-bottom: 1rem;
  }
}


/*お客様の事業基盤を支える会社*/
#what-section{
  background: url(../img/top/what_back.svg) no-repeat top right/80%;
}
.l-section__inner .what{
  /*max-width: 1000px;*/
  background: url(../img/top/what_img.webp) no-repeat right center/48%;
  padding: 4rem 0;
}

@media (max-width: 1024px) {
  #what-section{
    background-position: center top;
    background-size:cover;
    padding-bottom: 50px;
  }
    #what-section .c-title{
      text-align: left;
    }

  #what-section .c-title p{
    padding: 0;
  }
  .l-section__inner .what{
    background: none;
    padding-bottom: 2rem;
  }
  .l-section__inner .what p {
    padding-bottom: 1rem;
  }
  .l-section__inner .what p br{
    display: none;
  }
}

.provide{
  background: white;
  padding: 50px 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 6rem;
  box-sizing: border-box;
  margin: 100px 0;
  position: relative;
}
.provide::after{
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.provide > img{
  width: 34%;
}
.provide div.contents-box{
  width: 52%;
}
.provide .btn-wrap{
  position: relative;
  z-index: 2;
}
.provide .btn-wrap .btn-list{
  margin-right:1rem;
}
@media (max-width: 1024px) {
  .provide{
    margin: 20px -17px;
    padding: 40px 20px;
  }
  .provide::after{
    width: calc(100% + 2px);
  }
  #what-section .provide .c-title{
    text-align: left;
  }
  .provide img{
    width: 70%;
    display: block;
    margin:1rem auto;
  }
  .provide div.contents-box{
    width: 100%;
  }
  .provide .btn-wrap{
    display: flex;
    justify-content: space-between;
  }
  .provide .btn-wrap .btn-list{
    margin: 0 auto;
  }
}

/*ファシリティの未来*/
#future-section{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem 0 5rem 0;
  /*background: url(../img/top/future_img.webp) no-repeat 140% center/70%,
  url(../img/top/check-circle.png) no-repeat left center/10%;*/
  position: relative;
}
#matrix-section h3{
  text-align: center;
  padding-bottom: 1rem;
}
@media (min-width: 1450px) {
  #matrix-section{
    padding-top: 10rem;
  }
}

.future-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.future-flex .left-circle{
  width: 10%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.future-flex .left-circle img{
  width: 100%;
}
.future-flex .c-title{
  width: 45%;
  z-index: 1;
}
.future-flex .right-img{
  width: 55%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.future-flex .right-img img{
  width: 100%;
}

@media (max-width: 1024px) {
  #future-section{
    background: none;
    flex-direction: column;
    padding: 3rem 0 0 0;
  }
  .future-flex .c-title{
    width: 100%;
  }
  #future-section h2{
    text-align: center;
  }
  #future-section p{
    padding-bottom: 1rem;
  }
  #future-section p br{
    display: none;
  }
  #future-section img.sp_only{
    display: block;
  }
  img.future-img{
    margin-left: 5%;
  }
  .future-flex .left-circle,
  .future-flex .right-img{
    display: none;
  }
}

@media (max-width: 1024px) {
  #matrix-section{
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  #matrix-section h3{
    text-align: left;
  }
  .img-scroll{
    overflow-x: scroll;
  }
  .img-scroll img{
    width: 900px;
    max-width: none;
  }
}


.matrix p.chui
{
    margin: 0 0 2rem 0
}

.matrix .twrap
{
    overflow-x: scroll
}

.matrix table
{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    width: 2600px;
    border-collapse: collapse;
}

.matrix table tbody
{
    -webkit-text-size-adjust: 100%
}

.matrix table td.ji
{
    width: 100px
}

.matrix table th,
.matrix table td
{
    padding: .5rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 1.4rem !important;
    line-height: 1.3
}
.matrix table th:first-child,
.matrix table td:first-child
{
  position: sticky;
  left: 0;
  border-left: none;
}
.matrix table th:first-child::before,
.matrix table td:first-child::before,
.matrix table th:first-child::after,
.matrix table td:first-child::after
{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
}
.matrix table th:first-child::after,
.matrix table td:first-child::after
{
  left: auto;
  right: 0;
}
.matrix table th:nth-child(2),
.matrix table td:nth-child(2)
{
  border-left: none;
}

.matrix table td
{
    text-align: center;
    vertical-align: middle
}
.matrix table td.gray{
  background: #EFF2F6;
}
@media (min-width: 1025px) {
  .matrix table td.fit-col {
    width: 6%;
    white-space: nowrap;
  }
}
.matrix table td.t01
{
    width: 200px;
    background: #f8f6f0
}

.matrix table td.t02
{
    width: 200px;
    background: #eeebf6
}
@media (max-width: 1024px) {
  .matrix table{
    width: auto;
  }
  .matrix table th, .matrix table td{
    padding: .5rem 1rem;
  }
  .matrix table td.gray{
    white-space: nowrap;
  }
}



#environment-section{
  position: relative;
  padding: 5rem 0;
}
#environment-section::before{
  content: "";
  display: block;
  /*background: linear-gradient(180deg, rgba(229, 252, 251, 0.60) 0%, rgba(149, 205, 231, 0.60) 75.48%);}*/
  background: #EFF2F6;
  width: 60%;
  height: 100%;
  border-radius: 0 9999px 9999px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#environment-section .l-section__inner{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:0 5rem
}
#environment-section .l-section__inner > .img{
  width: 40%;
}
#environment-section .btn-wrap .btn-list{
  margin-right: 2rem;
}

@media (max-width: 1024px) {
  #environment-section{
    padding-top: 10rem;
    padding-bottom: 2rem;
    margin-bottom: 5rem;
    margin-top: -7rem;
  }
  #environment-section .btn-wrap{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
  }
  #environment-section::before{
    width: 120%;
    left: -5%;
  }
  #environment-section .btn-wrap .btn-list{
    margin: 0 auto;
  }
}

#data-section{
  text-align: center;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 110px;
}
#data-section .l-section__inner{
  /*background: url(../img/top/wave.svg) no-repeat center bottom/100%;*/
}
.data-flex{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 2rem;
  padding: 40px;
  max-width: 892px;
  margin: auto;
}
.data-flex li{
  width: 30%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.data-flex li p{
  font-size: 20px;
  font-weight: bold;
  padding-top: 1rem;
}
.data-flex li p span{
  font-size: 14px;
  font-weight: normal;
  display: block;
}



/*--------------- NUMBERS ---------------*/
.p-numbers {
  width: 100%;
  max-width: 1012px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-numbers__title {
  font-size: 24px;
  color: var(--emphasis-color);
  text-align: center;
  margin-bottom: 4px;
}
.p-numbers__desc {
  font-size: 14px;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 30px;
}
.p-numbers__list {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 30px 0;
}
.p-numbers__item {
  width: 20%;
}
.p-numbers__circle {
  background: #fff;
  border: 1px solid #65B3A4;
  border-radius: 100%;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}
.p-numbers__circle-img {
  width: 60%;
}
.p-numbers__gender-img {
  width: 80px;
}
.p-numbers__age-img {
  width: 110px;
}
.p-numbers__tenure-img {
  width: 40px;
}
.p-numbers__label,
.p-numbers__value {
  color: var(--emphasis-color);
  text-align: center;
  margin-top: 13px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.p-numbers__fiscal {
  color: var(--text-color);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.p-numbers__more-text {
  color: var(--text-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  width: fit-content;
  margin: 30px auto 5px;
  display: flex;
  gap: 4px;
  align-items: flex-end;
  position: relative;
}
.p-numbers__more-text::before,
.p-numbers__more-text::after {
  content: '';
  display: block;
  width: 1px;
  height: 11px;
  background: var(--text-color);
  transform: rotate(20deg);
}
.p-numbers__more-text::before {
  transform: rotate(-20deg);
}
.p-numbers .p-about__btn {
  margin-inline: auto;
  padding-inline: 20px;
}
.p-numbers .btn-list {
  margin-inline: auto;
  padding-inline: 20px;
  width: fit-content;
  display: flex;
}
@media (max-width: 1024px) {
  .p-numbers {
    padding-inline: 15px;
    max-width: 600px;
    display: block;
  }
  .p-numbers__title {
    text-align: left;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .p-numbers__desc {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-numbers__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
  }
  .p-numbers__item {
    width: 170px;
  }
  .p-numbers__gender-img {
    width: 88px;
  }
  .p-numbers__age-img {
    width: 135px;
  }
  .p-numbers__tenure-img {
    width: 40px;
  }
  .p-numbers__label,
  .p-numbers__value {
    font-size: 20px;
    margin-top: 10px;
  }
  .p-numbers__fiscal {
    line-height: 1.2;
    margin-top: 6px;
  }
}


#data-section .btn-wrap{
  text-align: center;
}
#data-section .btn-wrap .data-btn-comment{
  text-align: center;
  font-size: 12px;
  padding-bottom: 5px;
}
#data-section .btn-wrap .data-btn-comment span{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--navy);
}
#data-section .btn-wrap .data-btn-comment span::before,
#data-section .btn-wrap .data-btn-comment span::after{
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background: var(--navy);
}
#data-section .btn-wrap .data-btn-comment span::before{
  transform: rotate(-15deg);
  margin-right: 4px;
}
#data-section .btn-wrap .data-btn-comment span::after{
  transform: rotate(15deg);
  margin-left: 4px;
}
#data-section .btn-list{
  max-width: 20em;
  width: auto;
}

@media (max-width: 1024px) {
  #data-section{
    text-align: left;
    padding-bottom: 130px;
  }
  #data-section .l-section__inner{
    background: none;
  }
  .data-flex{
    gap: 0 1rem;
    padding: 20px 0 0 0;
  }
  .data-flex li{
    width:46%;
    padding: 0;
    text-align: center;
  }
  .data-flex li p{
    padding-top: .5rem;
  }
}
@media (max-width: 767px) {
  #data-section .btn-list{
    max-width: 100%;
    width: auto;
  }
}


#top-entry{
    max-width: 1101px;
    width: 100%;
    margin: 0 auto 8rem auto;
    padding: 0 var(--side-pad);
    position: relative;
    overflow: visible;
    height: 301px;
}
.entry-section{
  background:#EFF2F6;
}

#top-entry p.entry-section__title{
  font-size: 40px;
}
#top-entry > img.entry1{
  width: 34%;
  height: auto;
  aspect-ratio: 403/269;
  position: absolute;
  top: -50px;
  left: -50px;
}
#top-entry > img.entry2{
  width: 32%;
  height: auto;
  aspect-ratio: 380/259;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
#top-entry .entry-btn{
  font-size: 16px;
  width: 222px;
  height: 50px;
  padding: 0 11px;
}
#top-entry .entry-btn__arrow{
  width: 19px;
  height: 19px;
}

#top-entry .blur{
  width: 85px;
  height: 85px;
  position: absolute;
  top: 15%;
  left: 26%;
}
#top-entry .blur.small{
  width: 47px;
  height: 47px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 10%;
  right: 23%;
}
#top-entry .entry-section__buttons{
  flex-wrap: wrap;
}


@media (max-width: 1024px) {
  #top-entry{
    height: 500px;
    margin-bottom: 12rem;
  }
  #top-entry p.entry-section__title{
    font-size: 28px;
  }
  #top-entry > img.entry1{
    width: 50%;
    left: 0;
    top: -70px;
  }
  #top-entry > img.entry2{
    width: 55%;
    right: 0;
    bottom: -80px;
  }
  .entry-section__buttons,
  .entry-section__content{
    gap: 10px;
  }
  #top-entry .blur{
    width: 40px;
    height: 40px;
    top: 3%;
    left: 42%;
  }
  #top-entry .blur.small{
    width: 36px;
    height: 36px;
    bottom: -15%;
    right: 50%;
  }
}




#news{
  padding-top: 50px;
}
#news .l-section__inner{
  max-width: 934px;
}
#news h3{
  font-size: 20px;
  border-bottom: solid 1px var(--nec-blue);
}
#news dl{
  font-size: 16px;
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}
#news dl dt{
  width: 6em;
  padding-bottom: 1rem;
}
#news dl dd{
  width: calc(100% - 7em);
  margin-left: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-news__list {
  margin-top: 20px;
  max-height: 184px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-news__item {
  font-size: 16px;
  display: flex;
  font-weight: 500;
  gap: 18px;
  word-break: normal;
}
.p-news__text {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-news__item-link {
  color: var(--nec-blue);
  width: fit-content;
}
.p-news__text--link::after {
  content: '';
  display: block;
  width: 8px;
  height: 11px;
  background: url('../img/career/arrow_news_link.svg') center / 100% 100% no-repeat;
  flex-shrink: 0;
}
.c-link-hover {
  transition: opacity 0.2s;
}
.c-link-hover:hover {
  opacity: 0.6;
}

@media (max-width: 1024px) {
  #news{
    padding-top: 60px;
  }
  .l-section__inner{
    padding: 0 16px!important;
  }
  #news .l-section__inner{
    padding-bottom: 4rem!important;
  }
  #news dl{
    overflow-y: scroll;
    height: 200px;
  }
  #news dl dd{
    text-overflow: inherit;
    white-space: wrap;
  }
  .p-news {
    padding-inline: 14px;
    margin-top: 60px;
    max-width: 600px;
    margin-inline: auto;
  }
  .p-news__title {
    font-size: 22px;
  }
  .p-news__list {
    max-height: 300px;
  }
  .p-news__item {
    flex-direction: column;
    gap: 2px;
  }
  .p-news__text {
    overflow: visible;
    line-height: 1.2;
  }
}

#banner{
}
#banner .l-section__inner{
  padding-bottom: 2rem;
}
#banner a{
  max-width: 388px;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  #banner a{
    width: 80%;
  }

}

/* ── floating-entry group flyout (newgrad only) ── */
.floating-entry-group {
  position: fixed;
  bottom: 70px;
  right: 40px;
  z-index: 200;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* circle is now inside the fixed group; not fixed itself */
.floating-entry-group .floating-entry {
  position: relative;
  bottom: auto;
  right: auto;
  flex-shrink: 0;
  cursor: pointer;
  border: none;
  background: #fff;
}
/* hide whole group when scroll-driven is-hidden fires on the button */
.floating-entry-group:has(.floating-entry.is-hidden) {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
/* popup panel */
.floating-entry-group__popup {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 14px;
}
/* individual flyout buttons */
.floating-entry-group__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  padding: 11px 16px;
  background: var(--nec-blue, #04127c);
  color: #fff;
  text-decoration: none;
  border: 1.5px solid var(--nec-blue, #04127c);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  /* hidden by default */
  opacity: 0;
  transform: translateX(20px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, background 0.2s, color 0.2s;
}
.floating-entry-group__item:nth-child(2) {
  transition-delay: 0.07s;
}
.floating-entry-group__item:hover {
  background: #fff;
  color: var(--nec-blue);
}
.floating-entry-group__arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.floating-entry-group__item:hover .floating-entry-group__arrow {
  --fill-0: var(--nec-blue, #04127c);
  --stroke-0: white;
}

/* PC (pointer device): hover on group reveals popup */
@media (hover: hover) {
  .floating-entry-group:hover .floating-entry-group__item {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}
/* SP tap: JS adds .is-open to the group */
.floating-entry-group.is-open .floating-entry-group__item {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
/* SP overrides (≤1024px) */
@media (max-width: 1024px) {
  .floating-entry-group {
    bottom: 65px;
    right: 5px;
  }
  .floating-entry-group__popup { gap: 8px; margin-right: 8px; }
  .floating-entry-group__item { padding: 8px 10px; font-size: 11px; }
  .floating-entry-group__arrow { width: 16px; height: 16px; }
}
