@charset "UTF-8";
/* common
-------------------- */
:root {
  --clr-l_gray: #F8F8F8;
  --clr-y_green: #BCCF21;
  --clr-l_blue: #29A9D1;
  --clr-b_green: #136473;
  --clr-d_green: #005758;
  --clr-txt_black: #333;
}

@media screen and (max-width: 768px) {
  .top25--forpc {
    display: none;
  }
}
.top25-section {
  padding: 8rem 0;
}
.top25-section__title {
  margin: 0 0 1em;
  padding: 0;
  line-height: 1.5;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--clr-d_green);
}
.top25-section__title-sub {
  font-size: 80%;
}
.top25-section__title.top25--left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top25-section__title {
    font-size: 2rem;
  }
}
.top25-section__title span {
  display: inline-block;
}
.top25-section__copy {
  line-height: 1.75;
  text-align: center;
  font-size: 1.8rem;
  color: var(--clr-txt_black);
}
.top25-section__copy.top25--left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top25-section__copy {
    text-align: left;
    font-size: 1.6rem;
  }
}
.top25-section__button {
  margin-top: 4rem;
}
.top25-section__button.top25--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top25-section__button {
    text-align: center;
  }
}
.top25-section__button a {
  position: relative;
  display: inline-block;
  width: min(18em, 90%);
  padding: 0.75em 1em;
  border: solid 1px var(--clr-d_green);
  background-color: var(--clr-d_green);
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top25-section__button a {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .top25-section__button a {
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .top25-section__button a:hover {
    background-color: #fff;
    text-decoration: none;
    color: var(--clr-d_green);
    opacity: 1;
  }
}
.top25-section__button a span {
  position: relative;
}

/* [FV]
-------------------- */
.top25-fv {
  position: relative;
}
.top25-fv__img a {
  position: relative;
  display: block;
  height: min(46vw, 100vh - 108px - 80px);
}
@media screen and (max-width: 768px) {
  .top25-fv__img a {
    height: 40vh;
  }
}
@media (hover: hover) {
  .top25-fv__img a:hover {
    opacity: 1;
  }
}
.top25-fv__img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top25-fv__img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../uploads/2025/08/fv-pattern.svg) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .top25-fv__img a::after {
    left: -19vw;
    background: url(../../../../uploads/2025/08/fv-pattern.svg) left center/cover no-repeat;
  }  
}
@media screen and (max-width: 550px) {
  .top25-fv__img a::after {
    left: -29vw;
    background: url(../../../../uploads/2025/08/fv-pattern.svg) left center/cover no-repeat;
  }  
}
.top25-fv__contents {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(75% + 15rem, 1025px + 15rem);
  padding-left: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top25-fv__contents {
    position: relative;
    width: 100%;
    margin-top: 1rem;
    padding: 0;
    overflow: visible;
  }
}
.top25-fv__title {
  width: 60%;
  margin: 0 4vw 2vw auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top25-fv__title {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(calc(-100% - 4rem));
    width: 70%;
  }
}
.top25-fv__slide {
  opacity: 1;
  transition: 1s;
  margin: 0 5px;
}
.top25-fv__slide:not(.slick-initialized) {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top25-fv__slide {
    width: auto;
  }
}
.top25-fv__slide-item {
  padding: 0 5px;
}
@media (hover: hover) {
  .top25-fv__slide-item a {
    transition: 0.2s;
  }
  .top25-fv__slide-item a:hover {
    filter: brightness(1.2);
    opacity: 1;
  }
}
.top25-fv__slide-arrows {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 14rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .top25-fv__slide-arrows {
    width: auto;
    margin: 1rem 10px 0;
    position: static;
    justify-content: flex-end;
  }
}
.top25-fv__slide-arrows .slide-counter {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top25-fv__slide-arrows .slide-counter {
    width: auto;
    color: currentColor;
  }
}
.top25-fv__slide-arrows .slide-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-right: 0.5rem;
  background-color: var(--clr-txt_black);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .top25-fv__slide-arrows .slide-arrow {
    width: 3rem;
    height: 3rem;
  }
}
.top25-fv__slide-arrows .slide-arrow::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border: solid var(--clr-l_gray);
  border-width: 2px 2px 0 0;
}
.top25-fv__slide-arrows .slide-arrow.prev-arrow {
  order: 2;
  transform: scaleX(-1);
}
.top25-fv__slide-arrows .slide-arrow.next-arrow {
  order: 4;
}
@media (hover: hover) {
  .top25-fv__slide-arrows .slide-arrow:hover {
    background-color: #000;
  }
}
.top25-fv__slide-arrows .slide-toggle {
  order: 3;
  width: 4rem;
  height: 4rem;
  background-color: var(--clr-txt_black);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top25-fv__slide-arrows .slide-toggle {
    width: 3rem;
    height: 3rem;
  }
}
.top25-fv__slide-arrows .slide-toggle.pause {
  background-image: url(../../../../uploads/2025/08/slick_pause.svg);
}
.top25-fv__slide-arrows .slide-toggle.play {
  background-image: url(../../../../uploads/2025/08/slick_play.svg);
}
@media (hover: hover) {
  .top25-fv__slide-arrows .slide-toggle:hover {
    background-color: #000;
  }
}

/* [NEWS]
-------------------- */
.top25-news {
  background-color: var(--clr-d_green);
}
.top25-news__inner {
  position: relative;
  width: min(96%, 1300px);
  margin: 0 auto;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .top25-news__inner {
    width: auto;
    margin: 1rem 1rem 0;
    padding: 1rem 0;
  }
}
.top25-news__posts {
  padding-right: 5rem;
}

.top25-news__post {
  display: flex;
  align-items: center;
}

.top25-news__ttl {
  padding-right: 1em;
  font-size: 1.6rem;
  color: #fff;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .top25-news__posts {
    width: 95vw;
    margin: 0.5rem auto 1rem;
    padding-right: 0;
  }
}
.top25-news__posts-arrows {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top25-news__posts-arrows {
    position: static;
    transform: translateY(0);
  }
}
.top25-news__posts-arrows .slide-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-right: 0.5rem;
  background-color: #ccc;
  outline: none;
  transition: 0.2s;
}
.top25-news__posts-arrows .slide-arrow::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border: solid var(--clr-l_gray);
  border-width: 2px 2px 0 0;
}
.top25-news__posts-arrows .slide-arrow.prev-arrow {
  transform: scaleX(-1);
}
@media (hover: hover) {
  .top25-news__posts-arrows .slide-arrow:hover {
    background-color: #999;
  }
}
.top25-news__post a {
  display: flex;
  width: min(95%,1200px);
  align-items: center;
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .top25-news__post a {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 78%;
    margin-left: 1.5em;
  }
}
@media (hover: hover) {
  .top25-news__post a:hover {
    text-decoration: none;
    /* color: var(--clr-l_gray); */
    opacity: .8;
  }
}
.top25-news__post-date {
  margin: 0 1em;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top25-news__ttl {
    padding-right: 1em;
  }

  .top25-news__post-date {
    margin: 0;
  }
}
.top25-news__post-category {
  margin: 0 1.5rem 0 0;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top25-news__post-category {
    margin-right: 0;
    margin-left: auto;
    flex: 1;
    flex-wrap: wrap;
  }
}
.top25-news__post-category li {
  min-width: 12rem;
  padding: 0 1rem;
  border: solid 1px currentColor;
  text-align: center;
  font-size: 1.2rem;
  color: var(--clr-l_blue);
}
@media screen and (max-width: 768px) {
  .top25-news__post-category li {
    min-width: initial;
    font-size: 1rem;
  }
}

.top25-news__post-title {
  flex: 0 0 82%;
  max-width: 1000px;
  margin: 0;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s;
}

@media screen and (max-width: 1024px) {
  .top25-news__post-title {
    flex: 0 0 70%;
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .top25-news__post-title {
    flex: content;
    width: 100%;
    padding-right: 0;
  }
}
.top25-news__control {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .top25-news__control {
    position: static;
    transform: translateY(0);
    padding-top: 1rem;
    border-top: solid 1px #ccc;
    flex-direction: row-reverse;
  }
}
.top25-news__more a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

/* [ABOUT]
-------------------- */
.top25-about__inner {
  width: min(86%, 96rem);
  margin: 0 auto;
}
.top25-about__list {
  width: min(100%, 84rem);
  margin: 5rem auto 0;
  display: flex;
  justify-content: center;
  gap: 9%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top25-about__list {
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .top25-about__list {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .top25-about__list li {
    width: calc((100% - 3rem) / 4);
  }
}
@media screen and (max-width: 500px) {
  .top25-about__list li {
    width: calc((100% - 1rem) / 2);
  }
}
.top25-about__list li span {
  display: block;
  line-height: 1.2;
  font-size: 1.5rem;
}

/* [PORTFOLIO]
-------------------- */
.top25-portfolio {
  position: relative;
}
.top25-portfolio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33rem;
  background-color: var(--clr-l_gray);
}
@media screen and (max-width: 768px) {
  .top25-portfolio::before {
    height: 40rem;
  }
}
.top25-portfolio__inner {
  position: relative;
  width: min(92%, 112.2rem);
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .top25-portfolio__inner {
    max-width: 86%;
  }
}
.top25-portfolio__list {
  margin: 4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .top25-portfolio__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .top25-portfolio__list {
    flex-direction: column;
  }
}
.top25-portfolio__list li {
  width: calc((100% - 6rem) / 3);
  background-color: var(--clr-l_gray);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top25-portfolio__list li {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 500px) {
  .top25-portfolio__list li {
    width: 100%;
  }
}
.top25-portfolio__list li img {
  display: block;
}
.top25-portfolio__list li dl {
  position: relative;
  width: 84%;
  height: 100%;
  margin: -2em auto 8%;
  padding: 5%;
  background-color: #fff;
  font-size: 1.6rem;
}
.top25-portfolio__list li dl dt {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  color: var(--clr-d_green);
}
.top25-portfolio__list li dl dd {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.top25-portfolio__list li dl dd::before {
  content: "・";
}

/* [VENDER]
-------------------- */
.top25-vender {
  position: relative;
  margin-top: 7rem;
  padding: 9rem 0 11rem;
  background-color: var(--clr-l_gray);
}
@media screen and (max-width: 768px) {
  .top25-vender {
    margin-top: 0;
    padding: 8rem 0;
  }
}
.top25-vender::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 140%;
  background: url(../../../../uploads/2025/08/vender-bg.png) center bottom no-repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .top25-vender::after {
    height: 100%;
    background-position: 60% bottom;
    background-size: 300% auto;
  }
}
.top25-vender__inner {
  position: relative;
  z-index: 1;
  width: min(86%, 112.2rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .top25-vender__inner {
    display: block;
  }
}
.top25-vender__text {
  flex: 1;
}
.top25-vender__img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .top25-vender__img {
    width: 100%;
    margin: 4rem 0 0;
  }
}

/* [PLATFORM]
-------------------- */
.top25-platform__inner {
  width: min(86%, 96rem);
  margin: 0 auto;
}
.top25-platform__list {
  width: 100%;
  margin-top: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top25-platform__list-item {
    padding: 0 0.5rem;
  }
}
.top25-platform__list-item a {
  position: relative;
  display: block;
  width: calc(60rem + 2px);
  margin: 0 auto;
  border: solid 1px var(--clr-d_green);
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .top25-platform__list-item a {
    aspect-ratio: 5/2;
  }
}
@media screen and (max-width: 768px) {
  .top25-platform__list-item a {
    width: 100%;
    height: 100%;
  }
}
.top25-platform__list-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 3px var(--clr-d_green);
  opacity: 0;
  transition: 0.2s;
}
.top25-platform__list-item a:hover {
  opacity: 1;
}
.top25-platform__list-item a:hover::after {
  opacity: 1;
}
.top25-platform__list-item a figure {
  height: 100%;
  margin: 0;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top25-platform__list-item a figure {
    align-items: flex-start;
  }
}
.top25-platform__list-item a figure div {
  margin-top: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--clr-d_green);
}
@media screen and (min-width: 769px) {
  .top25-platform__list-item a figure div {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .top25-platform__list-item a figure div {
    width: 100%;
    margin-top: 0;
    aspect-ratio: 5/2;
    max-height: 160px;
  }
  .top25-platform__list-item a figure div img {
    max-width: 90%;
  }
}
.top25-platform__list-item a figure div .top25-logo03 {
  max-height: 5rem;
}
.top25-platform__list-item a figure div.top25-logo04 {
  margin-top: 0;
}
.top25-platform__list-item a figure figcaption {
  margin-bottom: 5%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .top25-platform__list-item a figure figcaption {
    flex: 1;
    gap: 1rem;
  }
}
.top25-platform__list-item a figure figcaption > * {
  margin: 0;
  padding: 0;
}
.top25-platform__list-item a figure figcaption > *:first-child {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--clr-d_green);
}
.top25-platform__list-item a figure figcaption > *:last-child {
  line-height: 1.75;
  text-align: left;
  font-size: 1.6rem;
  color: var(--clr-txt_black);
}
@media screen and (max-width: 768px) {
  .top25-platform__list-item a figure figcaption > *:last-child {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .top25-platform__list-item a figure br {
    display: none;
  }
}
.top25-platform__slide {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1880px;
}
@media screen and (max-width: 768px) {
  .top25-platform__slide {
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
.top25-platform__slide .slick-track {
  display: flex;
  align-items: stretch;
}
.top25-platform__slide .slick-slide {
  float: none;
  height: auto !important;
}
.top25-platform__slide-control {
  width: min(92%, 112.2rem);
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.top25-platform__slide-arrows {
  display: flex;
  gap: 1rem;
}
.top25-platform__slide-arrows .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-right: 0.5rem;
  border: solid 1px var(--clr-d_green);
  transition: 0.2s;
}
.top25-platform__slide-arrows .slick-arrow::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border: solid var(--clr-d_green);
  border-width: 2px 2px 0 0;
}
.top25-platform__slide-arrows .slick-arrow.slick-prev {
  transform: scaleX(-1);
}
@media (hover: hover) {
  .top25-platform__slide-arrows .slick-arrow:hover {
    background-color: rgba(0, 87, 88, 0.2);
  }
}
.top25-platform__slide-dots .slick-dots {
  display: flex;
  gap: 1rem;
}
.top25-platform__slide-dots .slick-dots li {
  height: 1rem;
}
.top25-platform__slide-dots .slick-dots li button {
  width: 1rem;
  height: 0;
  padding-top: 1rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #888;
  transition: 0.2s;
}
@media (hover: hover) {
  .top25-platform__slide-dots .slick-dots li button:hover {
    background-color: rgba(0, 87, 88, 0.5);
  }
}
.top25-platform__slide-dots .slick-dots li.slick-active button {
  background-color: var(--clr-d_green);
}

/* [TOPICS]
-------------------- */
.top25-topics {
  background-color: var(--clr-l_gray);
}
.top25-topics__inner {
  width: min(92%, 112.2rem);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top25-topics__inner {
    width: 86%;
  }
}
.top25-topics__posts {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .top25-topics__posts {
    flex-direction: column;
    gap: 2rem;
  }
}
.top25-topics__post {
  width: calc((100% - 3rem) / 2);
  max-height: 150px;
}
@media screen and (max-width: 768px) {
  .top25-topics__post {
    width: 100%;
    max-height: none;
  }
}
.top25-topics__post a {
  display: flex;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .top25-topics__post a {
    flex-direction: column;
  }
}
.top25-topics__post-thumb {
  width: 30%;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top25-topics__post-thumb {
    width: 100%;
    aspect-ratio: 322/171;
  }
}
.top25-topics__post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}
@media (hover: hover) {
  .top25-topics__post a:hover {
    opacity: 1;
    background-color: rgba(0, 87, 88, 0.05);
  }
  .top25-topics__post a:hover img {
    transform: scale(1.1);
  }
}
.top25-topics__post-text {
  width: 70%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top25-topics__post-text {
    width: 100%;
  }
}
.top25-topics__post-title {
  margin: 2rem 8% 0.75em;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--clr-d_green);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .top25-topics__post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
}
.top25-topics__post-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0 8% 1em;
  line-height: 1.75;
  font-size: 1.5rem;
  color: var(--clr-txt_black);
}
@media screen and (max-width: 768px) {
  .top25-topics__post-description {
    -webkit-line-clamp: 4;
  }
}
.top25-topics__post-more {
  margin: auto 1rem 1rem;
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--clr-d_green);
}
.top25-topics__post-more::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  margin-left: 1rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: currentColor;
}

/* [EVENT]
-------------------- */
.top25-event__inner {
  width: min(92%, 112.2rem);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top25-event__inner {
    max-width: 86%;
  }
}
.top25-event__posts {
  margin: 4rem 0 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .top25-event__posts {
    flex-direction: column;
    gap: 2rem;
  }
}
.top25-event__post {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 768px) {
  .top25-event__post {
    width: 100%;
  }
}
.top25-event__post a {
  display: block;
  height: 100%;
  padding: 0 5%;
  border: solid 1px var(--clr-d_green);
  color: var(--clr-txt_black);
  text-decoration: none;
  transition: 0.2s;
}
@media (hover: hover) {
  .top25-event__post a:hover {
    background-color: rgba(0, 87, 88, 0.05);
    opacity: 1;
  }
}
.top25-event__post-block01 {
  min-height: 12rem;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-bottom: solid 1px #999;
}
@media screen and (max-width: 768px) {
  .top25-event__post-block01 {
    min-height: initial;
    flex-direction: column;
    gap: 0;
  }
}
.top25-event__post-date {
  display: block;
  width: 2.5em;
  margin: 0;
  text-align: left;
  font-size: 2.6rem;
  letter-spacing: -0.05rem;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .top25-event__post-date {
    width: 100%;
    margin-top: 1rem;
    text-align: left;
    font-size: 2rem;
  }
  .top25-event__post-date br {
    display: none;
  }
}
.top25-event__post-date:first-line {
  font-size: 0.8em;
}
.top25-event__post-title {
  flex: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
  font-size: 1.8rem;
  font-weight: normal;
  color: var(--clr-d_green);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .top25-event__post-title {
    margin: 0.5em 0;
    font-size: 1.6rem;
  }
}
.top25-event__post-block02 {
  padding: 2rem 0;
}
.top25-event__post-category {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 1.5;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top25-event__post-category {
    margin-right: 0;
    margin-left: auto;
    flex: 1;
    flex-wrap: wrap;
  }
}
.top25-event__post-category li {
  min-width: 12rem;
  padding: 0 1rem;
  border: solid 1px currentColor;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .top25-event__post-category li {
    font-size: 1rem;
  }
}
.top25-event__post-category li.top25--green {
  color: var(--clr-l_blue);
}
.top25-event__post-category li.top25--gray {
  color: #666;
}
.top25-event__post-outline {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .top25-event__post-outline {
    font-size: 1.4rem;
  }
}
.top25-event__post-outline dt {
  float: left;
  margin: 0;
  font-weight: normal;
  color: var(--clr-d_green);
}
.top25-event__post-outline dd {
  margin: 0;
  padding: 0 0 0 4em;
}
.top25-event__post-outline dd:not(:last-child) {
  margin-bottom: 0.25em;
}

/* [CONTACT]
-------------------- */
.top25-contact {
  background-color: var(--clr-l_gray);
}
.top25-contact .top25-section__button a {
  width: min(22em, 86%);
  font-size: 2.1rem;
}