/* ＝＝＝＝＝＝＝＝＝＝　修正③　＝＝＝＝＝＝＝＝＝＝ */

#slider03 .Column__ul__item {
  width: 500px;
}

/* ＝＝＝＝＝＝＝＝＝＝　修正③　＝＝＝＝＝＝＝＝＝＝ */

.Under-about__strengths__food__item__ttl {
  align-items: center;
}

@media screen and (max-width: 434px) {
  .Under-about__strengths__food__item__ttl {
    align-items: baseline;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝　修正⑤　＝＝＝＝＝＝＝＝＝＝ */

.Company__content__item {
  align-items: center;
  padding: 20px 0;
}

.Company__content__item__right {
  line-height: 2.5rem;
}

.Company__content__item__left {
  line-height: 2.5rem;
}

@media screen and (max-width: 769px) and (max-width: 769px) {
  .Company__content__item .lh {
    line-height: 1.6rem;
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .Company__content__item {
    padding: 10px 0;
  }

  .Company__content__item .lh {
    padding: 0;
    line-height: 1.6rem;
  }

  .Company__content__item__left {
    line-height: 1.6rem;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝　無料見積もりボタン ＝＝＝＝＝＝＝＝＝＝　*/

.btn-estimation-wrapper {
  text-align: center;
}

.btn-estimation {
  color: #fff!important;
  background-color: #df2722;
  padding: 20px 60px;
  border-radius: 1000px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: opacity .3s;
  white-space: nowrap;
}

.btn-estimation:hover {
  opacity: .7;
}

/* ＝＝＝＝＝＝＝＝＝＝　トップページ　NEWSセクション　＝＝＝＝＝＝＝＝＝ */

.News {
  padding: 80px 0;
  background: #DCF7F0;
}

.News__inner {
  width: 1304px;
  padding: 20px 60px 50px 60px;
  background: #fff;
  box-sizing: border-box;
  margin-top: 40px;
  border-radius: 10px;
}

.News__items {
  margin: 20px auto 0;
  width: 100%;
}

.News__item {
  padding: 32px 0 30px 0;
  border-bottom: 1px solid #CCCCCC;
  word-wrap: break-word;
}
.News__item-date {
  font-size: 16px;
  margin-right: 20px;
  color: #707070;
}
.News__item-head {
  display: flex;
  align-items: baseline;
}

.News__item-icon {
  position: relative;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border: 1px solid #CCCCCC;
  margin-left: 48px;
}

.News__item-icon::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: #707070;
  transform: translate(-50%, -50%);
  transition: transform .3s;
}

.News__item-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #707070;
  transform: translate(-50%, -50%);
  transition: transform .3s;
}

.News__item-icon.open::before {
  display: none;
}

.News__item-meta {
  font-size: 20px;
  width: 15%;
  color: #358893;
  font-weight: 500;
}

.News__item-title {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}

.News__item-body {
  display: none;
  padding-right: 144px;
}

.News__item-body>p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 434px) {
  .News {
    padding: 40px 15px;
  }
  .News__inner {
    width: 100%;
    padding: 20px 20px 50px 20px;
    margin-top: 80px;
  }
  
  .News__items {
    margin: 0;
  }
  
  .News__item {
    padding: 15px;
  }

  .News__item-date {
    font-size: 14px;
    margin-right: 10px;
    padding-top: 5px;
  }
  .News__item-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .News__item-icon {
    margin-left: 0;
    width: 28px;
    height: 28px;
  }
  
  .News__item-head:hover {
    opacity: .7;
  }
  
  .News__item-meta {
  }
  
  .News__item-title {
    margin-top: 0;
    width: 60%;
    text-overflow: ellipsis;
  }
  
  .News__item-body {
    display: none;
    margin: 15px 0;
    width: 85%;
    padding-right: 0;
  }
  
  .News__item-body>p {
    font-size: 14px;
    letter-spacing: 1.2px;
    margin: 20px 0 0;
  }
}

/* ========== 目次（TOC+） ========== */

.Single__content #toc_container {
  position: relative;
}

.Single__content #toc_container .toc_list {
  display: block;
  overflow: hidden;
  max-height: 150px; /* 閉じた状態で表示する高さ */
}

.Single__content #toc_container .toc_title::before {
  display: none;
}

.Single__content #toc_container.open .toc_list {
  max-height: 1000px; /* 開いた状態で表示する高さ */
}

.gradient {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px; /* グラデーションの高さ */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.85) 10%);
  color: #999999;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close_table-of-contents {
  cursor: pointer;
  font-size: 16px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-top: 30px;
}

/* ========== サイドバー固定 ========== */
.sidebar_sticky {
  /* position: sticky; */
  top: 100px;
  /* height: 100vh; */
  /* overflow-y: scroll; */
}

@media screen and (max-width: 434px) {
  .sidebar_sticky {
    top: 0;
    height: 100%;
  }
}

/* 投稿下関連記事 */

.related-posts-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #358893;
  padding: 20px 0 10px;
  border-bottom: 1px solid #358893;
}

.related-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}

.related-post-card {
  width: 32%;
  /* padding: 10px; */
  border: 1px solid #358893;
  color: inherit;
  text-decoration: none;
}

.related-post-thumbnail {
  width: 100%;
  height: auto;
}

.related-post-content {
  padding: 8px 4px;
}

.related-post-content-title {
  font-size: 12px;
  line-height: 1.4;
}

.related-post-date {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 434px) {
  .related-post-card {
    width: 100%;
  }

  .related-post-content-title {
    font-size: 16px;
  }

  .related-post-date {
    font-size: 16px;
  }
}

/* サイドバー　スクロールバー非表示 */
.Sidebar .sidebar_sticky {
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
.Sidebar .sidebar_sticky::-webkit-scrollbar{
  display:none;
}