.rm20 {
  margin-right: 20px;
}
.new_project {
  overflow: hidden;
  background-color: #222;
  padding: 90px 0 140px;
}
.new_project .section_title {
  margin-bottom: 70px;
}
.new_project .section_jp_title,
.new_project .section_en_title {
  color: #fff;
}
.new_project .price_td {
    padding: 1px 0;
    color: #FF1D6C;
}
.slider_button_container {
  display: flex;
  align-items: center;
  justify-content: right;
}
.slider_button img {
  width: 60px;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.scroll_bar_pc {
  position: relative;
  width: 200px; /* 必要に応じて調整 */
  height: 3px;
  background-color: #fff;
  margin: 0 10px;
}


.scroll_bar_pc .scroll_thumb {
  position: absolute;
  width: 20px; /* 初期サイズ、後でJavaScriptで調整 */
  height: 100%;
  background-color: #F50057;
  cursor: pointer;
}
.scroll_bar_sp {
  display: none;
}
.new_project_container {
  margin: 0 calc(50% - 37.5vw);
  width: 75vw;
  margin-bottom: 70px;
}
.new_project_list {
  display: flex;
  gap: 0 20px;
  margin-bottom: 60px;
  overflow-x: hidden; /* スクロールを隠す */
}
.new_project_list::-webkit-scrollbar{
  display:none;
}
.new_project_list .slick-track {
  display: flex;
}
.new_project_item {
  width: 380px;
  flex: 0 0 auto;
}
.new_project_item_link {
    background: #fff;
    padding: 20px 25px;
    position: relative;
    border-radius: 15px;
}
.new_project_item_container {
  padding-top: 30px;
  position: relative;
}
.new_project_item_tag {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #F50057;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
}
.new_project_item_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  align-content: center;
  height: 100px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.new_project_item_detail {
  padding: 0 15px;
  width: 100%;
  table-layout: fixed;
  font-size: 20px;
  color: #222;
  line-height: 1.4;
  margin-bottom: 20px;
}
.new_project_item_detail th,
.new_project_item_detail td {
  padding: 7px 0;
}
.new_project_item_detail th {
  font-weight: bold;
  padding-right: 20px;
  width: 120px;
  align-content: flex-start;
}
.new_project_item_detail td {
  font-weight: 500;
/*   width: 90%; */
}
.new_project_item_detail td {
  display: block; /* 行の途中で改行されないようにします */
  text-overflow: ellipsis; /* テキストがオーバーフローしたときに「...」で省略します */
  overflow: hidden; /* オーバーフロー部分を隠します */
  white-space: nowrap; /* テキストを1行で表示します */
/*   max-width: 90%; /* 見た目が整うように最大幅を設定します */
}
.project_price {
  font-size: 32px;
  font-weight: bold;
}
.new_project .section_jp_title {
    margin-bottom: 30px;
}
/* スライダーここから */
.new_project_list {
  margin:0 auto;
}

.new_project_list img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.new_project_list .slick-slide {
  margin:0 10px;
}

.new_project .more_btn {
  margin-top: 30px;
}
.new_project .search_btn_link:hover p:before {
  display: none;
}
/* スライダーここまで */
@media only screen and (max-width: 1650px) {
  .new_project .section_inner {
    padding: 0;
  }
  .new_project .section_title,
  .new_project .more_btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
 .new_project_container {
     width: 100%;
     margin: auto;
 }
  .new_project .section_title {
    margin-bottom: 20px;
}
  .slider_button img {
    width: 50px;
}
}
@media only screen and (max-width: 980px) {
 .new_project {
     padding: 80px 0 100px;
 }
 .new_project .top_section_title_container {
     margin-bottom: 45px;
 }
 .slider_button_container {
  margin-top: 20px;
}
 .new_project_container {
     margin: 0 calc(50% - 70vw);
     width: 140vw;
 }
 .new_project_item {
     max-width: 380px;
     flex: 0 0 33.3333%;
 }
}
@media only screen and (max-width: 680px) {
  .new_project {
      padding: 60px 0 50px;
  }
 .new_project .top_section_title_container {
     margin-bottom: 20px;
 }
 .top_section_title {
     font-size: 40px;
 }
 .top_section_sub_title {
     font-size: 16px;
 }
 .slider_button_container {
     gap: 15px;
 }
 .scroll_bar_pc {
     display: none;
 }
 .scroll_bar_sp {
     display: block;
     position: relative;
     width: 200px; /* 必要に応じて調整 */
     height: 3px;
     background-color: #fff;
     margin: 30px auto 0;
 }
 
 .scroll_bar_sp .scroll_thumb {
     position: absolute;
     width: 20px; /* 初期サイズ、後でJavaScriptで調整 */
     height: 100%;
     background-color: #F50057;
     cursor: pointer;
 }
 .slider_button img {
     width: 40px;
 }
 .new_project_item {
     max-width: 280px;
     flex: 0 0 75%;
 }
 .new_project_item_container {
        padding-top: 30px;
        position: relative;
 }
 .new_project_item_tag {
        margin-bottom: 5px;
        position: absolute;
        top: 0;
        left: 0;
 }
 .new_project_item_title {
        font-size: 18px;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 75px;
        text-align: left;
 }
 .new_project_item_detail {
     font-size: 16px;
     margin-bottom: 12px;
 }
 .new_project_item_detail th {
     padding-right: 0px;
 }
 .project_price {
     font-size: 26px;
 }
 .new_project .slick-dots {
     margin-top: 45px;
 }
  .new_project_item_link {
     padding: 20px 20px;
}
  .new_project_item_detail th {
    width: 80px;
}
  span.unit {
    font-size: 15px;
    margin-left: 3px;
}
  .search_btn_link p {
    padding: 10px 0;
}
  .search_btn_link {
    max-width: 200px;
    font-size: 16px;
}
  td.price_td {
    padding: 0;
}
}

