.sp {
  display: none;
} 
.position {
  position: relative;
}

.c-slim-inner {
  padding: left;
  border-bottom: #1c2660 1px solid;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .c-slim-inner {
    padding-right: 10%;
  }
}
.c-slim-inner.c-list {
  border-bottom: 0;
}
.c-slim-inner .c-cartegory-group .c-category-btn {
  border-radius: 5px 5px;
}
.c-slim-inner .c-tag-group .c-tag {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  margin-right: 1em;
}
.c-slim-inner .column-list {
  display: block;
  border-top: #1c2660 1px solid;
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 4rem;
  padding: 4rem;
  padding-right: 8rem;
  transition: opacity 0.3s;
  background: url(../images/column/arrow.svg) no-repeat right 85%/2em;
}
.c-slim-inner .column-list:hover {
  opacity: 0.7;
}
.c-slim-inner .column-list .clm-img figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-slim-inner .column-list .clm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-slim-inner .column-list .clm-txt .column-ttl {
  font-size: 1.2em;
  font-weight: bold;
}
.c-slim-inner .column-list:last-of-type {
  border-bottom: #1c2660 1px solid;
}
.c-slim-inner .c-post-box p a {
  display: block;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  background-color: #1c2660;
  border-radius: 50px;
  padding: 0.3em 2em;
  margin-block: 1em;
  transition: opacity 0.3s;
}
.c-slim-inner .c-post-box p a:hover {
  opacity: 0.7;
}

@media (width >= 1024px) {
  .side-cont {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (width >= 1024px) {
  .side-cont.pt-70 {
    padding-top: 0;
  }
}
.side-cont .f-cartegory-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (width >= 1024px) {
  .side-cont .f-cartegory-group {
    display: block;
  }
}
.side-cont .f-cartegory-group .c-category-btn {
  width: 32%;
  border-radius: 5px 5px;
  padding: 0.5em;
}
@media (width >= 1024px) {
  .side-cont .f-cartegory-group .c-category-btn {
    margin-bottom: 2rem;
  }
}
.side-cont .cat-all {
  width: 100%;
  margin-block: 2rem;
}
@media (width >= 1024px) {
  .side-cont .cat-all {
    margin-top: 0;
  }
}
.side-cont .cat-all a {
  width: 100%;
  display: flex;
  border-radius: 5px 5px;
  text-align: center;
  background-color: #a08f6b;
  color: #fff;
}
.side-cont .cat-all a:hover {
  background: #333;
}
@media (width >= 1024px) {
  .side-cont .cat-all a {
    width: 32%;
    padding: 0;
  }
}
@media (width >= 1024px) {
  .side-cont .f-category-tag {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.side-cont .f-category-tag .c-category-tag {
  font-size: 0.8em;
  display: inline-block;
  margin-right: 1em;
}



/*20260325 add*/
  /* 記事全体・段落のスタイル */
  .hc-article p {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 1.5em;
    font-weight: normal;
  }

  /* H2見出しのスタイル（背景色＋左ラインのブロック状） */
  .hc-article h2 {
    background-color: #f4f8ff;
    border-left: 6px solid #0056b3;
    color: #333333;
    font-size: 1.4em;
    font-weight: bold;
    padding: 15px 20px;
    margin: 2.5em 0 1.2em 0;
    border-radius: 2px;
  }

  /* H3見出しのスタイル（ブランドカラーの太文字＋下線） */
  .hc-article h3 {
    color: #0056b3;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 8px;
    margin: 2em 0 1em 0;
  }
/* CTAボックス全体の装飾 */
.cta-box {
  background: #eef6ff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
  border: 1px solid #b3d4fc;
}

/* 相談・お問い合わせのテキスト */
.cta-box .cta-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}

/* 会社名 */
.cta-box .cta-company {
  font-size: 1.3em;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 10px;
}

/* 電話番号の段落 */
.cta-box .cta-tel {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0;
}

/* 電話番号テキストの色 */
.cta-box .cta-tel span {
  color: #1c2660;
  text-decoration: none;
}
.cta-btn-wrap {
  margin-top: 15px;
}

/* ボタン本体のデザイン */
.cta-btn {
  display: inline-block;
  background-color: #a08f6b; /* ボタンの色 */
  color: #ffffff !important;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none !important;
  padding: 12px 35px;
  border-radius: 30px; /* ボタンを角丸に */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); /* 軽い影で押せる感を出す */
  transition: opacity 0.3s;
}

/* マウスオーバー時の動き */
.cta-btn:hover {
  opacity: 0.8;
}