/*======================
	TOPリニューアル 2026
======================*/
a:focus {
  outline: none;
}
#header2026 .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
#header2026 {
  overflow: visible;
  z-index: 1000;
  height: 90px;
}
#header2026 .container,
#header2026 .header_btm,
#header2026 .head__nav {
  position: relative;
  overflow: visible;
  max-width: 910px;
}
#header2026 #menu-mainmenu {
  align-items: center;
  justify-content: center;
  gap: 60px;
}
#header2026 #menu-mainmenu li {
  position: relative;
  padding-left: 0;
}
#header2026 #menu-mainmenu > li > a {
  color: #000;
  font-size: 16px;
  line-height: 44px;
}
#header2026 #menu-mainmenu > li > a:hover,
#header2026 #menu-mainmenu > li > a:focus {
  color: #002f98;
}
#header2026 #menu-mainmenu ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  width: max-content;
  min-width: 240px;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
}
#header2026 #menu-mainmenu ul ul {
  top: 0;
  left: 100%;
}
#header2026 #menu-mainmenu li.is-open > ul {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

#header2026 #menu-mainmenu ul li:last-child {
  border-bottom: 0;
}
#header2026 #menu-mainmenu ul a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 1.5em;
  background: #fff;
  white-space: nowrap;
}
#header2026 #menu-mainmenu ul a:hover,
#header2026 #menu-mainmenu ul a:focus {
  color: #000;
  background: #f4f4f4;
}
#header2026 #menu-mainmenu ul li.is-open:has(> ul) > a,
#header2026 #menu-mainmenu ul li.menu-item-has-children.is-open > a {
  color: #000;
  background: #f4f4f4;
}
#header2026 #menu-mainmenu ul a span {
  display: block;
  width: 100%;
  padding: 1.2em 2.5em 1.2em 0;
  border-bottom: 1px solid #DEDEDE;
}
#header2026 #menu-mainmenu ul a:hover span,
#header2026 #menu-mainmenu ul a:focus span,
#header2026 #menu-mainmenu ul li.is-open:has(> ul) > a span,
#header2026 #menu-mainmenu ul li.menu-item-has-children.is-open > a span {
  border-bottom-color: #f4f4f4;
}
#header2026 #menu-mainmenu ul li.menu-item-has-children > a {
}
#header2026 #menu-mainmenu ul a::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
#header2026 #menu-mainmenu ul li:has(> ul) > a::after {
  width: 14px;
  height: 14px;
  border: 0;
  background:
    linear-gradient(#aaa, #aaa) center / 100% 2px no-repeat,
    linear-gradient(#aaa, #aaa) center / 2px 100% no-repeat;
  transform: translateY(-50%);
}
#header2026 #menu-mainmenu ul li.menu-item-has-children > a::after {
  width: 14px;
  height: 14px;
  border: 0;
  background:
    linear-gradient(#aaa, #aaa) center / 100% 2px no-repeat,
    linear-gradient(#aaa, #aaa) center / 2px 100% no-repeat;
  transform: translateY(-50%);
}
#header2026 #menu-mainmenu ul li.is-open:has(> ul) > a::after {
  background: linear-gradient(#aaa, #aaa) center / 100% 2px no-repeat;
}
#header2026 #menu-mainmenu ul li.menu-item-has-children.is-open > a::after {
  background: linear-gradient(#aaa, #aaa) center / 100% 2px no-repeat;
}
#top2026 .news_list_wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#top2026 .news_list {
  width: 660px;
  max-width: 100%;
  margin-left: 0;
}
#top2026 .news_list .news_label {
  min-width: 170px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  background: #B5B5B5;
}
#top2026 .news_list a {
  font-weight: 500;
  text-decoration: none;
}
#top2026 .news_list .module-section > a {
  display: block;
}
#top2026 .news_list .module-section > a + a {
  margin-top: 8px;
}
#top2026 .news_list dt, #top2026 .news_list dd {
  line-height: 1.4;
}
#top2026 .news_list dt, #top2026 .news_list dd.news_date {
  color: #000;
}
#top2026 .content__ttl span {
  border-bottom: 6px solid #00ABEA;
}
#top2026 .topic_list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#top2026 .top2026_kv {
  margin-bottom: 26px;
  --kv-arrow-offset: 30%;
}
#top2026 .top2026_kv span img {
  transition: all .3s;
}
#top2026 .top2026_pickup {
  --kv-arrow-offset: 0;
}
#top2026 .top2026_pickup_wrap {
  background: #F2F2F2;
  margin-top: 40px;
  padding: 40px 0;
}
#top2026 .top2026_pickup_dots {
  margin-top: 16px;
}
#top2026 .top2026_pickup .slick-list {
  margin: 0 -10px;
}
#top2026 .top2026_pickup .slick-track {
  display: flex;
  align-items: stretch;
}
#top2026 .top2026_pickup .slick-slide {
  display: flex;
  padding: 0 10px;
  height: auto;
}
#top2026 .top2026_pickup .slick-slide > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#top2026 .top2026_kv .slick-slide {
  padding: 0 30px;
}
#top2026 .top2026_kv .arrow_prev,
#top2026 .top2026_kv .arrow_next,
#top2026 .top2026_pickup .arrow_prev,
#top2026 .top2026_pickup .arrow_next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}
#top2026 .top2026_kv .arrow_prev,
#top2026 .top2026_pickup .arrow_prev {
  left: var(--kv-arrow-offset);
  transform: translate(-50%, -50%);
}
#top2026 .top2026_kv .arrow_next,
#top2026 .top2026_pickup .arrow_next {
  right: var(--kv-arrow-offset);
  transform: translate(50%, -50%);
}
#top2026 .top2026_kv .arrow_prev:hover,
#top2026 .top2026_kv .arrow_next:hover,
#top2026 .top2026_pickup .arrow_prev:hover,
#top2026 .top2026_pickup .arrow_next:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
}
#top2026 .top2026_kv .arrow_prev::after,
#top2026 .top2026_kv .arrow_next::after,
#top2026 .top2026_pickup .arrow_prev::after,
#top2026 .top2026_pickup .arrow_next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00AAEA;
  border-right: 2px solid #00AAEA;
  content: "";
}
#top2026 .top2026_kv .arrow_prev::after,
#top2026 .top2026_pickup .arrow_prev::after {
  transform: translate(-35%, -50%) rotate(-135deg);
}
#top2026 .top2026_kv .arrow_next::after,
#top2026 .top2026_pickup .arrow_next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}
#top2026 .top2026_kv .slick-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  bottom: -26px;
}
#top2026 .top2026_pickup_dots .slick-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: static;
  margin: 0;
}
#top2026 .top2026_kv .slick-dots li,
#top2026 .top2026_pickup_dots .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}
#top2026 .top2026_kv .slick-dots li button,
#top2026 .top2026_pickup_dots .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: transparent;
  font-size: 0;
  background: #D9D9D9;
  border: 0;
  border-radius: 50%;
  clip: auto;
}
#top2026 .top2026_kv .slick-dots li button::before,
#top2026 .top2026_pickup_dots .slick-dots li button::before {
  content: none;
}
#top2026 .top2026_kv .slick-dots li.slick-active button,
#top2026 .top2026_pickup_dots .slick-dots li.slick-active button {
  background: #00ABEA;
}
#top2026 .top2026_pickup img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
#top2026 .top2026_pickup_text {
  flex: 1 1 auto;
  padding: 20px;
  background: #fff;
}
#top2026 .top2026_pickup_text h3, #top2026 .top2026_pickup_text p {
  line-height: 1.5;
}
#top2026 .top2026_pickup_text p {
  font-size: 14px;
}
.product_list--renew {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px;
}
.product_list--renew li:nth-child(-n+3) {
  grid-column: span 4;
}
.product_list--renew li:nth-child(n+4) {
  grid-column: span 3;
}
.product_list--renew a {
  display: block;
  min-height: 200px;
  color: #fff;
  padding: 40px 24px 24px;
  text-shadow: none;
  transition: background-color .2s ease;
}
.product_list--renew a:hover, .product_list--renew a:hover img {
  opacity: 1;
}
.product_list--renew li:nth-child(-n+3) a {
  background: #212C5C;
}
.product_list--renew li:nth-child(-n+3) a:hover {
  background-color: #11162e;
}
.product_list--renew li:nth-child(n+4) a {
  background: #00ABEA;
}
.product_list--renew li:nth-child(n+4) a:hover {
  background-color: #0076B8;
}
.product_list--renew div {
  text-align: center;
}
.product_list--renew p {
  font-size: 24px;
  line-height: 1.4;
  margin-top: .5em;
}
.product_list--renew p span {
  display: block;
  font-size: 14px;
}
.foot_bnr {
  display: flex;
}
.foot_bnr li {
  width: 50%;
}
.foot_bnr a {
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.foot_bnr a::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  transition: transform .35s ease;
}
.foot_bnr a:hover::before {
  transform: scale(1.06);
}
.foot_bnr a span {
  display: block;
  margin-top: 20px;
  font-size: 24px;
}
.foot_bnr_company::before {
  background-image: url(../../images/top2026/foot_bnr_company.jpg);
}
.foot_bnr_recruit::before {
  background-image: url(../../images/top2026/foot_bnr_recruit.jpg);
}
/*======================
	responsive
======================*/

@media (max-width: 1199px) {
  #top2026 .top2026_kv .slick-slide {
    padding: 0 26px;
  }
  .product_list--renew p {
    font-size: 20px;
  }
  .foot_bnr a {
    min-height: 250px;
  }
}

@media (max-width:991px) {
  #header2026 #menu-mainmenu {
    gap: 30px;
  }
  #top2026 .top2026_kv .slick-slide {
    padding: 0 12px;
  }
  #top2026 .topic_list li {
    width: calc(50% - 12px);
    max-width: 280px;
  }
  #top2026 .topic_list img {
    width: 100%;
    height: auto;
  }
  #top2026 .top2026_pickup_wrap {
    padding: 32px 0;
  }
  #top2026 .top2026_pickup .slick-list {
    margin: 0 -8px;
  }
  #top2026 .top2026_pickup .slick-slide {
    padding: 0 8px;
  }
  .product_list--renew a {
    min-height: 180px;
    padding: 30px 16px 20px;
  }
  .product_list--renew p {
    font-size: 18px;
  }
  .product_list--renew p span {
    font-size: 12px;
  }
  .product_list--renew img {
    width: 66px;
  }
  .foot_bnr a {
    min-height: 230px;
    font-size: 36px;
  }
  .foot_bnr a span {
    font-size: 22px;
  }
}

.top2026_nav_overlay {
  display: none;
}

@media (max-width: 767px) {
  .main {
    padding-top: 60px;
  }
  #header2026 {
    height: 60px;
  }
  #header2026 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
  }
  #header2026 .header_top {
    flex: 1 1 auto;
    padding-top: 0;
  }
  #header2026 .header_btm {
    flex: 0 0 auto;
  }
  #header2026 .head__language {
    display: none;
  }
  #header2026 .head__nav {
    position: static;
  }
  #header2026 #menu-mainmenu {
    display: none;
  }
  #header2026 .slicknav_menu {
    display: block;
    padding: 0;
    background: transparent;
  }
  #header2026 .slicknav_btn {
    margin: 0;
    padding: 12px;
    background: transparent;
    border-radius: 0;
    text-shadow: none;
  }
  #header2026 .slicknav_icon {
    margin: 0;
  }
  #header2026 .slicknav_icon-bar {
    background: #000;
    box-shadow: none;
  }
  #header2026 .slicknav_nav {
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 1001;
    width: min(92vw, 420px);
    max-height: calc(100vh - 55px);
    margin: 0;
    padding: 0;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .top2026_nav_overlay {
    position: fixed;
    top: 55px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: block;
    background: rgba(0, 0, 0, .36);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
    visibility: hidden;
  }
  .top2026_nav_overlay.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  #header2026 .slicknav_nav ul {
    margin: 0;
    padding: 0;
  }
  #header2026 .slicknav_nav li {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  #header2026 .slicknav_nav li:last-child {
    border-bottom: 0;
  }
  #header2026 .slicknav_nav a,
  #header2026 .slicknav_nav .slicknav_item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    margin: 0;
    padding: 0 1.5em;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    background: #fff;
    border-radius: 0;
    border-top: 0;
  }
  #header2026 .slicknav_nav li ul a,
  #header2026 .slicknav_nav li ul .slicknav_item {
    padding-left: 32px;
    font-weight: 500;
    background: #fff;
  }
  #header2026 .slicknav_nav li ul li ul a,
  #header2026 .slicknav_nav li ul li ul .slicknav_item {
    padding-left: 44px;
    background: #fff;
  }
  #header2026 .slicknav_nav a:hover,
  #header2026 .slicknav_nav a:focus,
  #header2026 .slicknav_nav .slicknav_item:hover,
  #header2026 .slicknav_nav .slicknav_item:focus {
    color: #000;
    background: #f4f4f4;
  }
  #header2026 .slicknav_nav li.slicknav_open > .slicknav_item {
    background: #f4f4f4;
  }
  #header2026 .slicknav_nav .slicknav_item > a {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    line-height: inherit;
    text-decoration: none;
    background: transparent;
  }
  #header2026 .slicknav_nav .slicknav_item > a:hover,
  #header2026 .slicknav_nav .slicknav_item > a:focus {
    color: inherit;
    background: transparent;
  }
  #header2026 .slicknav_nav a span {
    display: block;
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #DEDEDE;
		line-height: 1.4;
  }
  #header2026 .slicknav_nav a:hover span,
  #header2026 .slicknav_nav a:focus span,
  #header2026 .slicknav_nav .slicknav_item:hover span,
  #header2026 .slicknav_nav .slicknav_item:focus span,
  #header2026 .slicknav_nav li.slicknav_open > .slicknav_item span {
    border-bottom-color: #f4f4f4;
  }
  #header2026 .slicknav_nav a::after {
    content: none;
  }
  #header2026 .slicknav_nav .slicknav_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin: 0;
    color: transparent;
    transform: translateY(-50%);
    border: 0;
  }
  #header2026 .slicknav_nav .slicknav_arrow::before,
  #header2026 .slicknav_nav .slicknav_arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #aaa;
    content: "";
    transform: translate(-50%, -50%);
  }
  #header2026 .slicknav_nav .slicknav_collapsed > .slicknav_item .slicknav_arrow::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #top2026 .top2026_kv {
    margin-bottom: 30px;
  }
  #top2026 .top2026_kv .slick-slide {
    padding: 0 8px;
  }
  #top2026 .top2026_kv .slick-dots {
    gap: 12px;
  }
  #top2026 .news_list dl {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 6px 10px;
    margin-top: 0;
  }
  #top2026 .news_list .news_label {
    min-width: 96px;
  }
  #top2026 .news_list .module-section > a {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #aaa;
  }
  #top2026 .news_list .module-section > a + a {
    margin-top: 0;
  }
  #top2026 .news_list .module-section > a:last-child {
    padding-bottom: 1em;
    border-bottom: 1px solid #aaa;
  }
  #top2026 .news_list .module-section > a:hover {
    background: #efefef;
  }
  #top2026 .news_list .module-section > a:hover dd {
    color: #002f98;
  }
  #top2026 .news_list dt,
  #top2026 .news_list dd {
    margin: 0;
  }
  #top2026 .news_list dd:last-child {
    grid-column: 1 / -1;
  }
  #top2026 .news_list a::after {
    content: none;
  }
  #top2026 .topic_list {
    flex-wrap: wrap;
    gap: 16px;
  }
  #top2026 .top2026_pickup_wrap {
    margin-top: 28px;
    padding: 28px 0;
  }
  #top2026 .top2026_pickup .slick-list {
    margin: 0;
  }
  #top2026 .top2026_pickup .slick-slide {
    padding: 0 8px;
  }
  #top2026 .top2026_pickup_text {
    padding: 16px;
  }
  .product_list--renew li {
    text-align: center;
  }
  .product_list--renew li:nth-child(-n+3) {
    grid-column: span 12;
  }
  .product_list--renew li:nth-child(n+4) {
    grid-column: span 6;
  }
  .product_list--renew a {
    min-height: 160px;
    padding: 28px 16px 20px;
  }
  .product_list--renew img {
    width: 56px;
    height: auto;
  }
  .product_list--renew p {
    font-size: 16px;
  }
  .foot_bnr a {
    min-height: 200px;
    font-size: 32px;
  }
  .foot_bnr a span {
    margin-top: 14px;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  #top2026 .top2026_kv {
    --kv-arrow-offset: 20%;
  }
  #top2026 .top2026_kv .slick-slide {
    padding: 0 4px;
  }
  #top2026 .news_list dl {
    grid-template-columns: 86px 1fr;
  }
  #top2026 .news_list .news_label {
    min-width: 86px;
    font-size: 12px;
  }
  #top2026 .top2026_pickup_text {
    padding: 14px;
  }
  #top2026 .top2026_pickup_text h3, #top2026 .top2026_pickup_text p {
    font-size: 14px;
  }
  #top2026 .topic_list li {
    width: min(100%, 280px);
  }
  .product_list--renew li:nth-child(-n+3) {
    grid-column: span 12;
  }
  .product_list--renew li:nth-child(n+4) {
    grid-column: span 6;
  }
  .product_list--renew a {
    min-height: 120px;
    padding: 20px 12px 16px;
  }
  .product_list--renew img {
    width: 40px;
  }
  .product_list--renew p {
      font-size: 14px;
  }
  .foot_bnr {
    flex-direction: column;
  }
  .foot_bnr li {
    width: 100%;
  }
  .foot_bnr a {
    min-height: 130px;
    font-size: 20px;
  }
  .foot_bnr a span {
      margin-top: 10px;
      font-size: 14px;
  }
}
