.header[data-astro-cid-3ef6ksr2]{height:64px;background-color:#111}.header-container[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center;height:100%;padding-right:3rem}@media screen and (max-width: 768px){.header-container[data-astro-cid-3ef6ksr2]{padding-right:1.8rem}}.header-logo[data-astro-cid-3ef6ksr2]{background-color:#fff;width:195px;height:100%;padding-left:24px;display:flex;align-items:center;position:relative}@media screen and (max-width: 768px){.header-logo[data-astro-cid-3ef6ksr2]{width:175px;padding-left:14px}}@media screen and (max-width: 350px){.header-logo[data-astro-cid-3ef6ksr2]{width:135px;padding-left:10px}}.header-logo[data-astro-cid-3ef6ksr2]::after{content:"";display:block;width:30px;height:100%;background-color:#fff;clip-path:polygon(0 0,0% 100%,100% 100%);position:absolute;right:-30px;top:0}@media screen and (max-width: 768px){.header-logo[data-astro-cid-3ef6ksr2]::after{right:-29.5px}}.header-logo-img[data-astro-cid-3ef6ksr2]{width:145px}@media screen and (max-width: 350px){.header-logo-img[data-astro-cid-3ef6ksr2]{width:115px}}.header-nav-list[data-astro-cid-3ef6ksr2]{display:flex;gap:3rem;list-style:none;margin:0;padding:0}@media screen and (max-width: 768px){.header-nav-list[data-astro-cid-3ef6ksr2]{gap:2rem}}.header-nav-link[data-astro-cid-3ef6ksr2]{font-size:1.6rem;font-weight:700;color:#fff;text-decoration:none;font-family:"Barlow",sans-serif}@media screen and (max-width: 768px){.header-nav-link[data-astro-cid-3ef6ksr2]{font-size:1.4rem}}.btn-primary[data-astro-cid-vnzlvqnm]{border:1px solid #111;color:#111;font-family:"Barlow",sans-serif;font-size:1.4rem;font-weight:700;display:flex;justify-content:center;align-items:center;flex:1 1 auto}.is-medium[data-astro-cid-vnzlvqnm]{max-width:160px;height:24px;font-size:1.4rem}.is-full-width[data-astro-cid-vnzlvqnm]{width:100%}.is-disabled[data-astro-cid-vnzlvqnm]{opacity:0.6;cursor:not-allowed;pointer-events:none}a[data-astro-cid-vnzlvqnm].btn{text-decoration:none}a[data-astro-cid-vnzlvqnm].btn[aria-disabled=true]{opacity:0.6;cursor:not-allowed;pointer-events:none}.footer-pagetop[data-astro-cid-vnzlvqnm]{max-width:100%;height:58px;background:#F2F2F2}.footer-container[data-astro-cid-sz7xmlte]{background-color:#111;padding-top:4rem;text-align:center}.footer-logo[data-astro-cid-sz7xmlte]{margin-bottom:2rem}.footer-logo-mixi[data-astro-cid-sz7xmlte]{width:72px}.footer-copyright[data-astro-cid-sz7xmlte]{font-size:1rem;font-weight:bold;color:#A3A3A3;display:block;margin-bottom:3rem}.footer-monsto[data-astro-cid-sz7xmlte]{border-top:1px solid #333;padding:1.5rem 2.2rem}.footer-monsto-link[data-astro-cid-sz7xmlte]{color:#fff;font-size:1.4rem;line-height:1.4;display:flex;align-items:center}@media screen and (max-width: 768px){.footer-monsto-link[data-astro-cid-sz7xmlte]{justify-content:center;font-size:1rem}}.footer-monsto-link[data-astro-cid-sz7xmlte]::before{content:"";display:inline-block;width:2rem;height:2rem;background:url(/assets/common/img/link_arrow.svg) no-repeat center center;margin-right:0.5rem}.news-list-item {
  margin-bottom: 0.4rem;
}

.news-list-item:last-child {
  margin-bottom: 0;
}

.news-list-link {
  padding: 1.6rem 1rem;
  text-decoration: none;
  background-color: #fff;
  color: #111;
  transition: background-color 0.3s;
  display: flex;
  padding: 4rem 4.5rem 4rem 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-list-link {
    padding: 1.6rem 3.6rem 1.6rem 2.4rem;
    display: block;
  }
}
.news-list-link::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #6EDB00;
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.news-list-link[target=_blank]::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.6rem;
  background: url("/assets/common/img/icon_page.svg") no-repeat 0;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  clip-path: none;
}
@media screen and (max-width: 768px) {
  .news-list-link[target=_blank]::before {
    width: 1.3rem;
    height: 1.2rem;
    right: 1.6rem;
  }
}

.news-list-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.news-date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ababab;
  font-family: "Barlow", sans-serif;
  margin-right: 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .news-date {
    font-size: 1.2rem;
  }
}

.news-article-title {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .news-article-title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .news-item-link {
    flex-direction: column;
  }
  .news-item-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}