/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
button#menuOpen {
  margin: -2px 0 0 0;
}
.mobile-nav ul {
padding-left:0;
}

section.page-title .container {
    padding: 0 5%;
}

/*--------------------- フィルター -------------------*/
.filter-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--grey1);
}

.filter-checkbox input[type="checkbox"] {
  margin-right: 8px;
  accent-color: var(--orange); /* ブラウザによって色調整可能 */
}

fieldset {
  margin-bottom: 20px;
  border: none;
  padding: 0;
}
legend {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 18px;
}


/*--------------------- ニュース一覧-------------------*/


.post-listing ul, ul li{
  margin:0;
}

.simple-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-news-item {
  padding: 1.25rem 0;
  border-top: 1px solid var(--grey2); /* 区切り線 */
}
.simple-news-item:last-child {
  border-bottom: 1px solid var(--grey2); /* 区切り線 */
}

.simple-news-link {
  text-decoration: none;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.news-title {
  font-size: 1rem;
  font-weight: 700;
  color:var(--navy);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1.6;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: var(--navy);
}

.news-meta .news-tag {
  font-weight: 400;
  line-height: 1.6;
}

.news-meta .news-separator {
  width: 5px;
  height: 5px;
  background: var(--navy);
}

.news-meta .news-date {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  opacity: 0.8;
}
a:link:hover{
  color:var(--orange);
}

/*--------------------- ブログ詳細-------------------*/
body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
/*     font-style: normal; */
    font-weight: 500;
    text-decoration: none;
    background-color: var(--white);
    color: var(--navy);
    font-size: 1rem;
}
.blog.two .main-page {
    background: var(--white);
/*     padding: 22px 20px 50px;
    padding-top: 22px; */
}
.container {
  max-width:1140px;
  padding:140px;
}
.blog-meta {
  display:flex;
  justify-content: space-between;
}

.blog-topics ul{
  list-style:none;
  padding: 0;
    margin: 0;
}
.blog-topics ul li{
    margin: 0 0.5rem;
}
.blog-topics .section-dot{
  display:inline-block;
}
.blog-topics .section-dot:last-of-type {
  display: none;
}

.page-center {
    max-width: 800px;
}

tr:nth-child(odd) {
    background-color: var(--grey2);;
}




.blog.works .container {
  padding:140px 0;
  gap:6%;
}

.blog.works section {
  padding:0;
}

.single-case-main {
  display: flex;
  gap: 2rem;
}
.single-case-content {
  flex: 2;
}
.single-case-sidebar {
  flex: 1;
}
.post-thumbnail {
  margin-bottom:2rem;
}
.single-case-sidebar h2 {
  margin-bottom:2rem;
}
.post-meta .flex {
  justify-content:normal;
}
.post-meta dt {
  font-weight: bold;
  margin-bottom: 0.25rem;
  min-width: 6.5rem;
}
.post-meta dd {
  margin-bottom: 1rem;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag-item {
  background: var(--beige);
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.85rem;
}
.related-case-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.related-case-item {
  display: flex;
}

.related-case-link {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

.thumbnail-wrapper {
  width: 160px;
  height: 100px;
  flex-shrink: 0;
  overflow: hidden;
}

.thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.related-case-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--grey1, #B7B8B9);
  line-height: 1.4;
}
.related-case-item p {
  margin:0 0 0.5rem 0;
}

.related-case-industry {
  font-size: 14px;
  font-weight: 700;
  color: var(--grey1, #B7B8B9);
}

/* -------　更新形コンテンツのページネーション　------- */
.pagination {
   display:flex;
   justify-content:center;
    margin-top: 2rem;
  text-align: center;
  font-size:1.2rem;
}
.pagination a{
   padding:1rem 1.3rem;
}
.pagination a.active{
   color:var(--navy);
    font-weight:700;
  border-bottom:1px solid var(--navy);
}
.pagination-prev,
.pagination-next{
    background: var(--orange);
    border-radius: 50%;
    color: var(--white);
    margin: 0 0.5rem 0 0;
}
.pagination-next {
    margin: 0 0 0 0.5rem;
}

@media (max-width: 1024px){
  .blog.works .container {
    padding: 0 5%;
}
.blog.works.post .container {
    display:block;
}
  .blog.works.post #headline {
    margin-top:4rem;
}
  .mobile-nav ul {
    padding-left:0;
}
  button.hamburger {
    border-radius:0;
    border-bottom-left-radius: 8px;
/*     height: 80px; */
  }
  button.close-btn{
    border-radius:0;
    border-bottom-left-radius: 8px;
    border-color:var(--navy);
  }
  .single-case-sidebar {
    border-top: 1px solid var(--grey2);
    padding: 2rem 0;
    margin: 4rem 0;
}
  .post-listing {
  margin-top:4rem;
  }

}
@media (max-width: 600px){
.post-meta dd {
  margin-left: 1rem;
}