@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.main {
  overflow: inherit;
}

.secNews__inner {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 750px) {
  .secNews__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.listNews {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem 1.2rem;
}
@media screen and (max-width: 750px) {
  .listNews {
    gap: 0.7rem;
  }
}

.secNews__link {
  font-size: 1.2rem;
  border-radius: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  padding: 0.3rem 1.5rem;
  border: 0.1rem solid #000;
  background-color: #000;
  color: #fff;
}
.secNews__link:hover {
  background-color: #fff;
  color: #000;
}
.secNews__link--information {
  border: 0.1rem solid #6FA000;
  background-color: #6FA000;
  color: #fff;
}
.secNews__link--information:hover, .secNews__link--information.is-current {
  background-color: #fff;
  color: #6FA000;
}
.secNews__link--press-release {
  border: 0.1rem solid #DF0D23;
  background-color: #DF0D23;
  color: #fff;
}
.secNews__link--press-release:hover, .secNews__link--press-release.is-current {
  background-color: #fff;
  color: #DF0D23;
}
.secNews__link--event {
  border: 0.1rem solid #E39500;
  background-color: #E39500;
  color: #fff;
}
.secNews__link--event:hover, .secNews__link--event.is-current {
  background-color: #fff;
  color: #E39500;
}

.secNews__cards {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .secNews__cards {
    margin-top: 4rem;
  }
}

.cardsNews {
  flex-wrap: wrap;
  gap: 4rem 5rem;
}
@media screen and (max-width: 750px) {
  .cardsNews {
    gap: 5rem;
  }
}

.cardsNews__item {
  width: 30rem;
}
@media screen and (max-width: 750px) {
  .cardsNews__item {
    width: 100%;
  }
}

.cardNews:hover .cardNews__title {
  color: #DE0D22;
}

.cardNews__img {
  overflow: hidden;
  border-radius: 0.3rem;
  height: 20rem;
}
@media screen and (max-width: 750px) {
  .cardNews__img {
    height: 22.4rem;
  }
}
.cardNews__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cardNews__upper {
  margin-top: 1.8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .cardNews__upper {
    margin-top: 1.5rem;
  }
}

.cardNews__category {
  font-size: 1.2rem;
  border-radius: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  padding: 0.3rem 1.5rem;
  border: 0.1rem solid #000;
  background-color: #000;
  color: #fff;
}
.cardNews__category--information {
  border: 0.1rem solid #6FA000;
  background-color: #6FA000;
  color: #fff;
}
.cardNews__category--press-release {
  border: 0.1rem solid #DF0D23;
  background-color: #DF0D23;
  color: #fff;
}
.cardNews__category--event {
  border: 0.1rem solid #E39500;
  background-color: #E39500;
  color: #fff;
}

.cardNews__day {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #9D9D9D;
}

.cardNews__title {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  color: #000000;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .cardNews__title {
    margin-top: 0.6rem;
  }
}

.secNews__pagination {
  margin-top: 7rem;
}
@media screen and (max-width: 750px) {
  .secNews__pagination {
    margin-top: 3rem;
  }
}
.secNews__pagination .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.secNews__pagination .wp-pagenavi a,
.secNews__pagination .wp-pagenavi span {
  border: none;
  font-size: 2.2rem;
  line-height: 1;
  padding: 0 0.5rem;
  display: inline-block;
}
.secNews__pagination .wp-pagenavi span {
  color: #DE0D22;
}
.secNews__pagination .wp-pagenavi a {
  color: #ADADAD;
  transition: all 0.3s;
}
.secNews__pagination .wp-pagenavi a:hover {
  color: #DE0D22;
}
.secNews__pagination .wp-pagenavi a.nextpostslink,
.secNews__pagination .wp-pagenavi a.previouspostslink {
  height: 2.8rem;
}

.noPostTextArchive {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125;
  /* 100% */
  color: #191919;
}
@media screen and (max-width: 750px) {
  .noPostTextArchive {
    font-size: 1.4rem;
  }
}

.secNewsSingle__inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .secNewsSingle__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.secNewsSingle__headDetail {
  display: flex;
  justify-content: flex-start;
  gap: 0 2rem;
}

.listNews {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.8rem 1.2rem;
}
@media screen and (max-width: 750px) {
  .listNews {
    gap: 0.7rem;
  }
}

.secNewsSingle__link {
  font-size: 1.2rem;
  border-radius: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  padding: 0.3rem 1.5rem;
  border: 0.1rem solid #000;
  background-color: #000;
  color: #fff;
}
.secNewsSingle__link:hover {
  background-color: #fff;
  color: #000;
}
.secNewsSingle__link--information {
  border: 0.1rem solid #6FA000;
  background-color: #6FA000;
  color: #fff;
}
.secNewsSingle__link--information:hover, .secNewsSingle__link--information.is-current {
  background-color: #fff;
  color: #6FA000;
}
.secNewsSingle__link--press-release {
  border: 0.1rem solid #DF0D23;
  background-color: #DF0D23;
  color: #fff;
}
.secNewsSingle__link--press-release:hover, .secNewsSingle__link--press-release.is-current {
  background-color: #fff;
  color: #DF0D23;
}
.secNewsSingle__link--event {
  border: 0.1rem solid #E39500;
  background-color: #E39500;
  color: #fff;
}
.secNewsSingle__link--event:hover, .secNewsSingle__link--event.is-current {
  background-color: #fff;
  color: #E39500;
}

.secNewsSingle__time {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #9D9D9D;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.secNewsSingle__title {
  margin-top: 1.2rem;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 500;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .secNewsSingle__title {
    margin-top: 0.5rem;
    font-size: 2.6rem;
  }
}

.secNewsSingle__column {
  margin-top: 8rem;
  gap: 0 5rem;
}
@media screen and (max-width: 750px) {
  .secNewsSingle__column {
    margin-top: 3rem;
    flex-direction: column;
    gap: 5rem;
  }
}

.secNewsSingle__article {
  width: 65rem;
}
@media screen and (max-width: 750px) {
  .secNewsSingle__article {
    width: 100%;
  }
}

.articleStyle .articleStyle__content * {
  margin-top: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content * {
    margin-top: 2.1rem;
  }
}
.articleStyle .articleStyle__content *:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content p,
.articleStyle .articleStyle__content li {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8125;
  /* 100% */
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content p,
  .articleStyle .articleStyle__content li {
    font-size: 1.4rem;
  }
}
.articleStyle .articleStyle__content ul li {
  margin-top: 1.2rem;
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content ul li {
    margin-top: 0.6rem;
  }
}
.articleStyle .articleStyle__content ul li:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background-color: #DE0D22;
  transform: translateY(-50%);
  transform-origin: center center;
  top: 1.4rem;
  left: 1.4rem;
  pointer-events: none;
  transition: all 0.3s;
}
.articleStyle .articleStyle__content .wp-block-image {
  border-radius: 1rem;
  overflow: hidden;
}
.articleStyle .articleStyle__content .wp-block-image img {
  margin-top: 0;
}
.articleStyle .articleStyle__content ol {
  counter-reset: listnum;
}
.articleStyle .articleStyle__content ol li {
  margin-top: 1.2rem;
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content ol li {
    margin-top: 0.6rem;
  }
}
.articleStyle .articleStyle__content ol li:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content ol li::before {
  counter-increment: listnum;
  /* counter-resetと同じ文字列 */
  content: counter(listnum);
  /* カウントした数に応じて番号を表示 */
  position: absolute;
  top: 0;
  left: 1.2rem;
  color: #DE0D22;
  font-weight: 700;
}
.articleStyle .articleStyle__content .wp-block-image {
  border-radius: 1rem;
  overflow: hidden;
}
.articleStyle .articleStyle__content .wp-block-image img {
  margin-top: 0;
}
.articleStyle .articleStyle__content h2.wp-block-heading {
  margin-top: 6rem;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.8rem 1.8rem;
  color: #191919;
  position: relative;
  background-color: #F1EDED;
}
.articleStyle .articleStyle__content h2.wp-block-heading::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 100%;
  background-color: #222222;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content h2.wp-block-heading {
    margin-top: 4rem;
    font-size: 2rem;
  }
}
.articleStyle .articleStyle__content h2.wp-block-heading:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content h3.wp-block-heading {
  margin-top: 4rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content h3.wp-block-heading {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.articleStyle .articleStyle__content h3.wp-block-heading:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content h4.wp-block-heading {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content h4.wp-block-heading {
    font-size: 1.6rem;
  }
}
.articleStyle .articleStyle__content h4.wp-block-heading:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content h5.wp-block-heading {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content h5.wp-block-heading {
    font-size: 1.4rem;
  }
}
.articleStyle .articleStyle__content h5.wp-block-heading:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content h6.wp-block-heading {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .articleStyle .articleStyle__content h6.wp-block-heading {
    font-size: 1.2rem;
  }
}
.articleStyle .articleStyle__content h6.wp-block-heading:first-child {
  margin-top: 0;
}
.articleStyle .articleStyle__content .wp-block-quote {
  background-color: #F1EDED;
  border-radius: 1rem;
  padding: 2rem;
}
.articleStyle .articleStyle__content a {
  color: #FF8A02;
  text-decoration: underline;
}
.articleStyle .articleStyle__content a:hover {
  text-decoration: none;
}
.articleStyle .wp-block-table td {
  border-color: #9D9D9D;
}

.articleStyle__button {
  width: 40rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 750px) {
  .articleStyle__button {
    margin-top: 3rem;
    width: 100%;
  }
}

.secNewsSingle__sidebar {
  width: 30rem;
}
@media screen and (max-width: 750px) {
  .secNewsSingle__sidebar {
    width: 100%;
  }
}

.sidebar {
  position: sticky;
  top: 12rem;
}
@media screen and (max-width: 750px) {
  .sidebar {
    position: static;
    top: auto;
  }
}

.sidebar__item {
  background-color: #F1EDED;
  border-radius: 1rem;
  padding: 2.4rem 2.4rem;
}
.sidebar__item + .sidebar__item {
  margin-top: 2rem;
}

.sidebar__title {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6111111111;
  color: #191919;
  position: relative;
  padding-left: 1rem;
}
.sidebar__title::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: calc(100% - 0.6rem);
  background-color: #222222;
  position: absolute;
  top: 0.3rem;
  left: 0;
}

.sidebar__link {
  display: block;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #9D9D9D;
}

.sidebar__day {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #9D9D9D;
}

.sidebar__linkTitle {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: #000000;
  transition: all 0.3s;
}