.news-top {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  isolation: isolate;
  text-align: left;
  font-size: 3.733vw;
  color: #1a1c21;
  font-family: 'Noto Sans JP';
}

.news-main {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16vw 0vw 0vw;
  z-index: 0;
}

.news-top-title-frame {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 9.6vw;
}

.news-top-title-wrapper {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10.667vw 6.4vw;
  box-sizing: border-box;
  max-width: 100%;
  min-height: 40vw;
}

.news-top-title-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.news-top-title {
  position: relative;
  letter-spacing: 0.04em;
  font-weight: 900;
  background: linear-gradient(267.36deg, #a0d8ec, #0288d1 28.04%, #004fc5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-profile {
  position: relative;
  font-size: 3.2vw;
  font-weight: 600;
  font-family: Inter;
  background: linear-gradient(267.36deg, #a0d8ec, #0288d1 28.04%, #004fc5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.breadcrumbs-frame {
  align-self: stretch;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 6.4vw;
  gap: 12px;
  font-size: 2.667vw;
}

.breadcrumbs-top {
  position: relative;
}

.bread-next-icon {
  width: 1.6vw;
  position: relative;
  max-height: 100%;
}

.bread-current {
  position: relative;
  color: #6b7075;
  cursor: pointer;
}

.news-content-frame {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 21.333vw 6.4vw;
  gap: 40px;
}

.news-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #6b7075;
}

.dropdown-title {
  position: relative;
}

.dropdown {
  width: 48vw;
  height: 14.933vw;
  border-radius: 2.133vw;
  background-color: #fff;
  border: 1px solid #979ca1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4.267vw;
  gap: 8px;
  max-width: 92vw;
  font-size: 4.267vw;
  color: #1a1c21;
  font-family: 'Hiragino Kaku Gothic ProN';
}

.dropdown-text {
  flex: 1;
  position: relative;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-icon {
  height: 6.4vw;
  width: 6.4vw;
  position: relative;
}

.pagination {
  align-self: stretch;
  height: 8vw;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 71.467vw;
  text-align: center;
  font-family: Inter;
}

.pagenation-first-parent {
  border-radius: 4vw;
  background-color: #0288d1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.333vw 1.6vw 1.333vw 1.333vw;
  color: #fff;
}

.pagination-number {
  width: 5.067vw;
  position: relative;
  line-height: 5.333vw;
  display: inline-block;
}

.pagination-number-parent {
  border-radius: 4.267vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.333vw 1.6vw 1.333vw 1.333vw;
}

.pagination-child {
  height: 3vw;
  width: 3vw;
  border-radius: 4.267vw;
}

.dropdown-icon {
  transition: transform 0.3s ease;
}

.dropdown-icon.is-open {
  transform: rotate(180deg);
}

/* News セクション（タブ部分 完全版） */
.news-parent-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.375vw;
  padding: 6.667vw 4.167vw;
  box-sizing: border-box;
}

.news-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.667vw;
}

.news-parent .pc-div {
  font-size: 3.333vw;
  color: #6bb8e7;
  letter-spacing: 0.12em;
}

.news-tab {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10.417vw;
  row-gap: 4.5vw;
  font-family: 'Noto Sans JP';
  font-size: 3.042vw;
  color: #0288d1;
  justify-items: start;
}

.news-tab>* {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2vw;
}

.news-tab-inner {
  grid-column: 1 / -1;
  justify-content: flex-start;
  padding-top: 1.5vw;
  margin-bottom: 0;
}

.news-tab .wrapper,
.news-tab .frame,
.news-tab .all-wrapper {
  min-height: 9.167vw;
  background: transparent;
  color: #0288d1;
  font-weight: 700;
  line-height: 1.4;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

.news-tab .active-tab {
  display: inline-flex;
  justify-content: center;
  padding: 1.6vw 4vw;
  background: #0288d1;
  color: #fff;
  border-radius: 1.906vw;
  box-shadow: 0 1.042vw 2.083vw rgba(2, 136, 209, 0.25);
}

.news-tab .active-tab .all {
  color: #fff;
  line-height: 1.7;
}

.news-tab .all {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500;
  line-height: 1.4;
}

/* Newsカード部分 */
.news-card {
  align-self: stretch;
  width: 100%;
}

#news-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.333vw;
  padding: 0 0.278vw;
  box-sizing: border-box;
}

.pc-news,
.news5 {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "date badge"
    "title title";
  row-gap: 1.667vw;
  column-gap: 2.083vw;
  padding: 2.917vw 0;
  border-bottom: 0.278vw solid #e6eef5;
}

.pc-news:first-of-type{
  padding-top: 6.25vw;
  border-top: 0.278vw solid #e6eef5;
}

.div14 {
  grid-area: date;
  font-size: 3.056vw;
  color: #1a1c21;
  letter-spacing: 0.04em;
  align-self: start;
  position: relative;
  top: 1.5vw;
}

.wrapper3 {
  width: 100%;
  position: relative;
  border-radius: 1.5vw;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.625vw 2.625vw;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.625vw;
  color: #1a1c21;
  font-family: 'Noto Sans JP';
}

.wrapper3 .all {
  font-size: 2.778vw;
  font-weight: 800;
  margin: 0.625vw;
  letter-spacing: 0.04em;
}

.div15 {
  grid-area: title;
  font-size: 3.611vw;
  line-height: 1.8;
  color: #1a1c21;
  padding-top: 6vw;
}

.div15 a {
  color: #1a1c21;
  text-decoration: none;
}

.div15 a:hover {
  text-decoration: underline;
}

/* ドロップダウン押下後のCSS */

.news-container {
  position: relative;
}

.news-period-menu {
  position: absolute;
  top: calc(100% + 1.6vw);
  left: 0;
  width: 48vw;
  max-width: 92vw;
  background: #fff;
  border: 1px solid #dbdee3;
  border-radius: 4.133vw;
  overflow: hidden;
  z-index: 9999;
  box-shadow: 0 2.133vw 4.267vw rgba(26, 28, 33, 0.12);
}

.news-period-menu button {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3.2vw 4.267vw;
  font-size: 4.267vw;
  line-height: 1.3;
  color: #1a1c21;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dbdee3;
  cursor: pointer;
  text-align: left;
}

.news-period-menu button:last-child {
  border-bottom: 0;
}

.news-period-menu button:hover {
  background: #f2f7fb;
}

.news-period-menu button:active {
  background: #e5f4fa;
}

.news-period-menu button[aria-selected="true"] {
  background: #e5f4fa;
  color: #0288d1;
  font-weight: 700;
}

.news-period-menu {
  transform: translateZ(0);
}

.news-tab .tab-shift-pub-relation{
  position: relative;
  right: 12vw;
}

.tab-shift-all.active-tab {
  position: relative;
  right: 5.8vw;
}

.tab-shift-all:not(.active-tab) {
  position: relative;
  right: 2vw;
  top: 2vw;
}

.tab-shift-other.active-tab {
  position: relative;
  right: 3vw;
}

.active-tab:not(.tab-shift-all, .tab-shift-other){
  position: relative;
  right: 4vw;
}

.tab-shift-pub-relation.active-tab{
  position: relative;
  right: 15vw;
}
