.categorySect {
  container-type: inline-size;
}
.categorySect__inner {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .categorySect__inner {
    max-width: 1104px;
    margin-inline: auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__inner {
    padding: 0 3.9800995025vw;
  }
}
.categorySect__head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .categorySect__head {
    box-sizing: content-box;
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__head {
    padding-block: 28px;
  }
}
.categorySect__head:before {
  content: "";
  display: block;
  background-color: var(--color-gray-100);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100cqw;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .categorySect__body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__body {
    padding-bottom: 40px;
  }
}
.categorySect__body .generalLinkButton {
  border: 1px solid var(--color-blue-300);
}
.categorySect__body .generalLinkButton svg path {
  stroke: var(--color-blue-300);
}

@media screen and (min-width: 768px) {
  .prefecturalNewsSect {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .prefecturalNewsSect {
    padding-top: 32px;
  }
}
.prefecturalNewsSect__head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .prefecturalNewsSect__head {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .prefecturalNewsSect__head {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .prefecturalNewsSect__head .heading {
    font-weight: 600;
    font-size: calc(26rem / 10);
    line-height: 1.4615384615;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .prefecturalNewsSect__head .heading {
    font-weight: 600;
    font-size: calc(20rem / 10);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.firstArticle .generalCard[data-variant-wide=true] .generalCard__link {
  display: grid;
  transition: opacity 0.3s ease;
}
.firstArticle .generalCard[data-variant-wide=true] .generalCard__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .firstArticle .generalCard[data-variant-wide=true] .generalCard__link {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .firstArticle .generalCard[data-variant-wide=true] .generalCard__link {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .firstArticle .generalCard[data-variant-wide=true] .generalCard__conts {
    padding-block: 0;
  }
}
@media screen and (min-width: 768px) {
  .firstArticle .generalCard__conts .heading {
    font-weight: 600;
    font-size: calc(22rem / 10);
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .firstArticle .generalCard__conts .heading {
    font-weight: 600;
    font-size: calc(16rem / 10);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.moreArticle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .moreArticle .generalButton {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .moreArticle .generalButton {
    margin-top: 32px;
  }
}

.newsCardGroup {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
@media screen and (min-width: 768px) {
  .newsCardGroup {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 32px;
  }
}
@media screen and (max-width: 767px) {
  .newsCardGroup {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .newsCardGroup .generalCard {
    border-bottom: 1px solid var(--color-gray-200);
  }
}
@media screen and (max-width: 767px) {
  .newsCardGroup .generalCard:first-child {
    border-top: 1px solid var(--color-gray-200);
  }
}
@media screen and (max-width: 767px) {
  .newsCardGroup .generalCard__link {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    justify-content: space-between;
    padding-block: 16px;
  }
}
@media screen and (max-width: 767px) {
  .newsCardGroup .generalCard__media {
    max-width: 130px;
    width: 100%;
    align-self: flex-start;
  }
}
.newsCardGroup .generalCard__media .photo__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .newsCardGroup .generalCard__conts {
    padding-block: 0;
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 767px) {
  .newsCardGroup .generalCard .heading {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}

.newsButtonGroup {
  display: grid;
  list-style: none;
  place-content: center;
  position: relative;
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  .newsButtonGroup {
    grid-template-columns: repeat(2, 360px);
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .newsButtonGroup {
    gap: 24px;
  }
}
.newsButtonGroup::before {
  content: "";
  display: block;
  background-color: var(--color-gray-100);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100cqw;
  height: 100%;
  z-index: -1;
}
.newsButtonGroup .newsLinkButton {
  display: flex;
  justify-content: center;
  align-items: baseline;
  row-gap: 1px;
  text-decoration: none;
  color: var(--color-black);
  background-color: var(--color-white);
  border: 1px solid var(--color-blue-300);
  color: var(--color-black);
  border-radius: 50px;
  flex-wrap: wrap;
  height: 104px;
  transition: opacity 0.3s ease;
}
.newsButtonGroup .newsLinkButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .newsButtonGroup .newsLinkButton {
    gap: 10px;
    font-weight: 600;
    font-size: calc(18rem / 10);
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .newsButtonGroup .newsLinkButton {
    font-weight: 600;
    font-size: calc(20rem / 10);
    line-height: 1.4;
    letter-spacing: 0.04em;
    gap: 10px;
  }
}
.newsButtonGroup .newsLinkButton[target=_blank]::after {
  display: none;
}
.newsButtonGroup .newsLinkButton img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  align-self: flex-end;
}
.newsButtonGroup .newsLinkButton svg path {
  stroke: var(--color-blue-300);
}

.newsItSect__media {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .newsItSect__media {
    min-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .newsItSect__media {
    flex-wrap: wrap;
  }
}
.newsItSect__media .photo {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .newsItSect__media .photo {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .newsItSect__media .photo:nth-child(odd) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .newsItSect__media .photo:nth-child(odd) {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  .newsItSect__media .photo:nth-child(even) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .newsItSect__media .photo:nth-child(even) {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  .newsItSect__body {
    padding-top: 42px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .newsItSect__body {
    padding-top: 24px;
  }
}

.newsItDetails {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .newsItDetails .heading {
    font-weight: 600;
    font-size: calc(35rem / 10);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .newsItDetails .heading {
    font-weight: 600;
    font-size: calc(28rem / 10);
    line-height: 1.4285714286;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }
}
.newsItDetails .catchCopy {
  color: var(--color-blue-300);
}
@media screen and (min-width: 768px) {
  .newsItDetails .catchCopy {
    font-weight: 600;
    font-size: calc(27rem / 10);
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .newsItDetails .catchCopy {
    font-weight: 600;
    font-size: calc(21rem / 10);
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .newsItDetails .schedule {
    display: grid;
    grid-template-areas: "week datetime" "week notice";
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 24px;
    grid-template-columns: 85px -webkit-max-content;
    grid-template-columns: 85px max-content;
  }
}
.newsItDetails .schedule .week {
  border: 2px solid var(--color-blue-300);
  display: grid;
  place-content: center;
  line-height: 1;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .newsItDetails .schedule .week {
    width: 146px;
    height: 42px;
    margin-bottom: 13px;
    font-weight: 600;
    font-size: calc(22rem / 10);
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .newsItDetails .schedule .week {
    grid-area: week;
    width: 85px;
    height: 66px;
    font-weight: 600;
    font-size: calc(18rem / 10);
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}
.newsItDetails .schedule .datetime {
  background-image: linear-gradient(transparent 60%, #dbf3f6 0%);
  display: inline-flex;
  align-items: baseline;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .newsItDetails .schedule .datetime {
    font-weight: 600;
    font-size: calc(27rem / 10);
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  .newsItDetails .schedule .datetime {
    grid-area: datetime;
    font-weight: 600;
    font-size: calc(22rem / 10);
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .newsItDetails .schedule .datetime .time {
    padding-left: 10px;
    font-size: 1.4074074074em;
  }
}
@media screen and (max-width: 767px) {
  .newsItDetails .schedule .datetime .time {
    font-size: 1.4090909091em;
  }
}
.newsItDetails .schedule .notice {
  grid-area: notice;
}
@media screen and (min-width: 768px) {
  .newsItDetails .schedule .notice {
    font-weight: 600;
    font-size: calc(18rem / 10);
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .newsItDetails .schedule .notice {
    font-weight: 600;
    font-size: calc(16rem / 10);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .newsItDetails .schedule .notice .time {
    font-size: 1.3333333333em;
  }
}
@media screen and (max-width: 767px) {
  .newsItDetails .schedule .notice .time {
    font-size: 1.375em;
  }
}

.newsItTableInfo {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsItTableInfo {
    max-width: 590px;
  }
  .newsItTableInfo th,
  .newsItTableInfo td {
    display: table-cell;
  }
  .newsItTableInfo tr {
    display: table-row;
  }
}
@media screen and (max-width: 767px) {
  .newsItTableInfo th,
  .newsItTableInfo td {
    display: block;
    width: 100%;
  }
  .newsItTableInfo tr {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .newsItTableInfo__row:first-child .head {
    border-top-left-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .newsItTableInfo__row:first-child .head {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  .newsItTableInfo__row:first-child .desc {
    border-top-right-radius: 8px;
  }
}
.newsItTableInfo__row:last-child .head {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .newsItTableInfo__row:last-child .head {
    border-bottom-left-radius: 8px;
  }
}
.newsItTableInfo__row:last-child .desc {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .newsItTableInfo__row:last-child .desc {
    border-bottom-right-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .newsItTableInfo__row:last-child .desc {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.newsItTableInfo .head {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid var(--color-white);
  background-color: var(--color-blue-300);
  color: var(--color-white);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .newsItTableInfo .head {
    width: 170px;
    font-weight: 600;
    font-size: calc(18rem / 10);
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .newsItTableInfo .head {
    padding: 8px 1rem;
    font-weight: 600;
    font-size: calc(16rem / 10);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.newsItTableInfo .desc {
  text-align: left;
  border-bottom: 1px solid var(--color-blue-200);
  background-color: var(--color-blue-100);
  font-weight: 600;
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .newsItTableInfo .desc {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .newsItTableInfo .desc {
    padding: 16px;
  }
}

@media screen and (min-width: 768px) {
  .castIntroSect {
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .castIntroSect {
    padding-top: 40px;
  }
}
.castIntroSect__head {
  color: var(--color-blue-300);
  border-bottom: 2px solid var(--color-blue-300);
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .castIntroSect__head {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: calc(26rem / 10);
    line-height: 1.4615384615;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .castIntroSect__head {
    text-align: center;
    font-weight: 600;
    font-size: calc(24rem / 10);
    line-height: 1.4166666667;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
  }
}
.castIntroList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .castIntroList {
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .castIntroList {
    gap: 36px 24px;
  }
}
@media screen and (min-width: 768px) {
  .castIntroList__item {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .castIntroList__item {
    width: 45%;
  }
}
.castIntroList__item .cast {
  display: grid;
  row-gap: 10px;
}
.castIntroList__item .cast .photo {
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .castIntroList__item .cast .photo {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .castIntroList__item .cast .photo {
    max-width: 157px;
    max-height: 157px;
  }
}
.castIntroList__item .name {
  justify-self: center;
  font-weight: 600;
  font-size: calc(20rem / 10);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.castIntroList__item .role {
  justify-self: center;
  color: var(--color-blue-300);
  text-align: center;
  font-weight: 600;
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.castIntroList__item .role .week {
  display: grid;
  font-size: 1.2em;
  letter-spacing: 0;
  line-height: 1;
}
.castIntroList__item .generalButton {
  min-width: 150px;
}
.castIntroList__item .generalButton[data-variant-size=small] {
  min-height: 40px;
}
.castIntroList__item .generalButton[data-variant-size=small] .svgIcon {
  right: 10px;
}

@media screen and (min-width: 768px) {
  .bread-crumb {
    max-width: 1104px;
    margin-inline: auto;
    padding: 17px 24px;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    padding: 12px 3.9800995025vw;
  }
}

@media screen and (min-width: 768px) {
  .first-article {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .first-article {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .more-article {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .more-article {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .external-links {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .external-links {
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=index.css.map */