.space-lg {
    display: block;
    height: 17px;
}
.sp_br{
	display: none;
}
.common-wrapper {
    max-width: 1000px;
    margin: 10px auto 100px;
    padding: 0 20px;
}

@media (max-width: 768px) {
  .sp_br {
    display: inline;
  }
.common-wrapper {
    max-width: 800px;
    margin: 130px auto 50px;
    padding: 0 20px;
}
}


/*------------pannkuzu-------------*/
.breadcrumb {
    font-size: 16px;
    margin: 120px auto 0;
    max-width: 1020px;
    padding: 0 20px;
    text-align: left;
	color: #51391a;
}
.breadcrumb a {
  text-decoration: none;
  color: #51391a;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
	.breadcrumb {
    font-size: 14px;
    margin: 110px auto -120px;
}
}

/* single-worksページでのパンくず調整 */
.single-works .breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb + main .works-detail {
    padding-top: 0;
}

@media (max-width: 768px) {
    .single-works .breadcrumb {
        margin-bottom: 20px;
    }
    
    .breadcrumb + main .works-detail {
        padding-top: 0;
    }
}

/*------------archive-worksページ-------------*/
.archive-works {
    margin-top: 160px;
}

@media (max-width: 768px) {
    .archive-works {
        margin-top: 130px;
    }
}



/*------------contactページ-------------*/
.contact2 {
  max-width: 800px;
margin: 180px auto;
  padding: 0 20px;
}

.contact2__title {
font-family: "Cinzel", serif;
    display: inline-block;
    color: #51391a;
    font-size: clamp(35px, 4vw, 68px);
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    padding-top: 10px;
    margin-bottom: clamp(24px, 5vw, 138px);
    text-align: center;
}
.contact2__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -78vw;
    width: 100vw;
    height: 1px;
    background-color: #6b4b28;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.contact2__form {
    background: #f9f6f3;
    padding: 40px;
}

.contact2__form input[type="text"],
.contact2__form input[type="email"],
.contact2__form textarea {
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 20px;
	 margin-top: 6px;   
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
	    background-color: #fff;
}

.contact2__form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact2__form input[type="submit"] {
  display: block;
  background-color: #3b2110;
  color: #fff;
  border: none;
  padding: 12px 100px;
  font-size: 1rem;
  cursor: pointer;
      margin: 30px auto 0px;
  transition: background-color 0.3s ease;
	border: 1px solid #3b2110;
}


.contact2__form input[type="submit"]:hover {
  background-color: #fff;
	color: #3b2110;
	border: 1px solid #3b2110;
}
.contact2__form .required {
  color: #c0392b;      /* 赤系の色 */
  font-size: 0.9em;
  margin-left: 6px;
}


@media (max-width: 600px) {
  .contact2__form {
    padding: 25px;
	  font-size: 16px;
  }

  .contact2__title {
    font-size: 2rem;
  }
	.contact2 {
    max-width: 800px;
    margin: 130px auto;
    padding: 0 20px;
}
	.contact2__title::before {
    left: -54vw;
}
}





/*------------お問い合わせを受け付けました。------------*/
.thanks-wrapper {
  max-width: 800px;
  margin: 100px auto;
  text-align: center;
    padding: 170px 20px 70px;
}

/* メッセージ部分 */
.thanks {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #3b2110;
  margin-bottom: 40px;
}

/* トップに戻るボタン */
.back-to-top {
  text-align: center;
}

.btn-top {
  display: inline-block;
  background-color: #3b2110;
  color: #fff;
  border: none;
  padding: 12px 100px;
  font-size: 1rem;
  cursor: pointer;
      margin: 30px auto 0px;
  transition: background-color 0.3s ease;
	border: 1px solid #3b2110;
}

.btn-top:hover {
  background-color: #fff;
	color: #3b2110;
	border: 1px solid #3b2110;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .thanks-wrapper {
          margin: 0px auto 20px;
    padding: 170px 21px 70px;
    text-align: left;
  }

  .thanks {
    font-size: 1rem;
  }
}





/*------------ABOUT US------------*/
.title_border2.title_border::before {
	left: -77vw;
}
.aboutus-text{
	font-size: 20px;
margin: -30px auto 60px;
	color: #51391a;
	text-align: center;
	line-height: 1.7;
}
.aboutus-image {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.aboutus-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.aboutous_menu-section {
    padding: 70px 40px 0;
}

.aboutous_menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  grid-gap: 20px;
  justify-items: center;
  padding: 0;
  margin: 0;
  list-style: none; /* ここを追加してリストマーカーを消す */
}
.aboutous_menu-btn {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin: 15px 0; /* ボタン間の余白も少し広げる */
  width: 400px; /* 横幅を大きく */
  height: 150px; /* 高さも大きく */
  border-top: 1px solid #6b4b28;
  border-bottom: 1px solid #6b4b28;
  box-sizing: border-box;
}

.aboutous_menu-btn span {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  color: #51391a;
  font-family: "Cinzel", serif;
  font-size: 28px;
  line-height: 1;
  transition: color 0.3s;
		display: flex;
}
.aboutous_allow {
	margin-left: 10px;
}

.aboutous_menu-btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #51391a;
  z-index: 1;
  transition: width 0.3s;

}

.aboutous_menu-btn:hover span {
  color: #fff; /* ホバー時に文字色を白に */
}

.aboutous_menu-btn:hover::after {
  width: 100%;
}


@media (max-width: 768px) {
  .title_border2.title_border::before {
    left: -53vw;
  }
  .aboutus-text {
    font-size: 15px;
    margin: -10px auto 15px;
  }
  .aboutous_menu-section {
    padding: 10px 0 0;
  }
  .aboutus-image img {
    height: 170px;
    width: 100%;
  }
.aboutous_menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
.aboutous_menu-btn {
    width: 100%;
    height: 63px;
    margin: 10px 0;
    box-sizing: border-box;
}
	.aboutous_menu-grid li {
    width: 100%;
    list-style: none;
}
  .aboutous_menu-btn span {
    font-size: 16px;
  }
}
@media (max-width: 338px) {
  .aboutus-text {
	  font-size: 13px!important;}
}

/*------------会社概要------------*/
.title_border {
    font-family: "Cinzel", serif;
    display: inline-block;
    color: #51391a;
    font-size: clamp(35px, 4vw, 68px);
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    padding-top: 10px;
    margin-bottom: clamp(24px, 5vw, 138px);
    text-align: center;
}
.title_border::before {
    content: "";
    position: absolute;
    top: 0;
    left: -58vw;
    width: 100vw;
    height: 1px;
    background-color: #6b4b28;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.company-section {
  display: flex;
  position: relative; /* ← これが必要！ */
  min-height: 700px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
	    margin-top: 0px;
	    margin-bottom: 150px;
}

.company-bg {
  width: 70%;
position: relative;
}
.company-bg img {
  width: 90%;
height: 100%;
	object-fit: cover;
	display: block;
}

.company-info {
    width: 40%;
    background: #f9f6f3;
    padding: 40px;
    position: absolute;
    right: 0;
    width: calc(60% + (50vw - 50%));
    margin-right: calc(50% - 50vw);
    top: 5%;
    transform: translateY(-25%);
}
.company-table {
  width: 100%;
  border-collapse: separate; /* ← ここを変更 */
      border-spacing: 10px 2px;
}
.company-table img {
    width: 9%;
    margin: 0 5px 3px;
}
.company-table td a img {
  width: 14px; /* 任意 */
  height: 14px;
  display: inline-block;
  mask: url("https://miraiz.koyo-ad.com/wp-content/uploads/2025/11/linkmark-1.png") no-repeat center / contain;
  -webkit-mask: url("https://miraiz.koyo-ad.com/wp-content/uploads/2025/11/linkmark-1.png") no-repeat center / contain;

  background-color: currentColor; /* ← 文字色と同じ色になる！ */
}

.company-table th {
  width: 150px;
  border-bottom: 2px solid #3b2110;
  padding: 15px 0 15px 20px;
  text-align: left;
  color: #51391d;
  vertical-align: top;
	font-weight: 500;
}

.company-table td {
  border-bottom: 1px solid #dccfc3;
  padding: 15px 0 15px 20px;
  color: #51391d;
  line-height: 1.5;
  vertical-align: top;
}
.company-table td a {
  color: #6b4b28;
  text-decoration: underline;
  transition: color 0.3s;
}

.company-table td a:hover {
  color: #51391d;
}

.company-map {
  width: 80%;
  max-width: 1200px;
  height: 50vh;
  margin: 50px auto 0;
  overflow: hidden;
}

.company-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.company-access {
    margin: 10px auto;       /* 上下マージンは10px、左右は自動で中央に */
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-align: center;      /* 文字も中央寄せ */
    max-width: 600px;        /* 任意で幅を制限（必要な場合） */
    width: 100%;             /* 幅をいっぱいに */
}
.company-access p {
    margin: 4px 0 30px;
    color: #3b2110;
    font-size: 16px;
}
.routesearch_btn {
	text-align: center;
	    margin-bottom: 100px;
}
.inner{
	padding: 0!important;
}
.br-none{
	display: none;
}
@media (max-width: 768px) {
	.title_border::before {
    left: -12vw;
}
  .company-section {
    flex-direction: column-reverse; /* 写真を下に、会社情報を上に */
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .company-bg {
    width: 100%;
    position: relative;
  }

 .company-bg img {
        width: 95%;
        height: auto;
        object-fit: cover;
        margin: 10px auto;
    }

     .company-info {
        position: relative;
        width: 95%;
        background: #f9f6f3;
        padding: 20px;
        transform: none;
        margin: -70px auto 0;
    }
	 .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table {
    border-spacing: 0;
  }

  .company-table th {
    border-bottom: none;
padding: 5px 12px 0px 12px;
    color: #51391d;
  }

  .company-table td {
    border-bottom: 1px solid #dccfc3;
padding: 6px 12px 10px 12px !important;
  }

  .company-table tr {
    margin-bottom: 18px;
  }
	.company-map {
    width: 95%;
    height: 50vh;
    margin: 40px auto 0;
}
	.company-access p {
    margin: 4px 0 20px;
    font-size: 14px;
}
}

/*------------私たちの想い------------*/
.title_border2 {
    font-family: "Cinzel", serif;
    display: inline-block;
    color: #51391a;
    font-size: clamp(35px, 4vw, 68px);
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    padding-top: 10px;
    margin-bottom: clamp(24px, 5vw, 138px);
    text-align: center;
}
.title_border2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60vw;
    width: 100vw;
    height: 1px;
    background-color: #6b4b28;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.our_pyilosophy-image {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
	margin-top: -40px;
    margin-bottom: 40px;
}
.our_pyilosophy-image img{
width: 100%;
    object-fit: cover;
    display: block;
}
.philosophy-content {
    margin: 0 auto 50px;
    border-bottom: 1px solid #6b4b28;
    padding-bottom: 50px;
}
.philosophy-content:last-child {
  border-bottom: none;
  padding-bottom: 0; /* 必要なら余白も詰める */
}

.philosophy-wrapper {
    width: 830px;
        margin: 0 auto 120px;
	    line-height: 1.7;
	color: #51391a;
}
.philosophy-content h3{
	font-size: clamp(20px, 2.5vw, 40px);
    color: #51391a;
    font-weight: 500;
}
.philosophy-text {
     line-height: 2; 
    color: #51391a;
}

.philosophy-title-s {
    display: block;
    font-size: clamp(18px, 1.5vw, 35px);
    font-weight: 500;
	line-height: 1.4;
	margin-bottom: 28px;
}
.underline {
      background: linear-gradient(transparent 40%, #fff176 40%);
}
@media (max-width: 768px) {
    .title_border2::before {
        left: -16vw;
    }
	.our_pyilosophy-image {
    margin-top: 0px;
}
	.philosophy-wrapper {
    width: 97%;
		        margin-top: 12px;
}
	    .singlepage {
        max-width: 800px;
        margin: 130px auto 0;
        padding: 0 20px;
    }
	.philosophy-content h3 {
    font-size: clamp(24px, 2.5vw, 40px);
}
	.philosophy-title-s {
    font-size: clamp(18px, 1.6vw, 35px);
    margin-bottom: 20px;
		        line-height: 1.6;
}
	.philosophy-content {
    font-size: 16px;
		margin-top: -20px;
}
}
/*------------事業内容------------*/
.title_border3::before {
	    left: -78vw;
}
.title_border_bottom{
font-family: "Noto Sans JP", sans-serif;
font-size: 2.0rem;
	color: #51391a;
	    font-weight: 500;
	border-bottom: 1px solid #51391a;
	width: 300px;
margin: 0 auto 20px;
	    padding-bottom: 5px;
}
.solution-table {
	margin: 0 auto;
}
.solution-table th {
    width: 270px;
    border-bottom: 1px solid #3b2110;
    padding: 15px 0 15px 20px;
    text-align: left;
    color: #51391d;
    vertical-align: middle;
    font-weight: 500;
}
.solution-table td {
    border-bottom: 1px solid #dccfc3;
    padding: 15px 0 15px 20px;
    color: #51391d;
    line-height: 1.5;
    vertical-align: top;
}
@media (max-width: 768px) {
.title_border3::before {
    left: -51vw;
}
	.title_border_bottom {
        font-size: 1.5rem;
    color: #51391a;
    width: 230px;
    margin: -60px auto 20px;
}
  .solution-table,
    .solution-table tr,
    .solution-table th,
    .solution-table td {
        display: block;
        width: 100%;
    }
    .solution-table th {
padding: 15px 0 0px 10px;
		        border-bottom: none;
    
    }
    .solution-table td {
padding: 7px 15px 15px 15px;
		border-bottom: none;
		position: relative;
    }
	 .solution-table td::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
		 background: linear-gradient(to right, #3b2110 0%, #3b2110 35%, #dccfc3 35%, #dccfc3 100%);
  }
}

/*------------採用情報（RECRUITMENT）------------*/
.title_border4::before {
	    left: -68vw;
}
.title-s-mt {
	margin-top: 30px;
}
.recruitment_more {
	margin-top: 50px;
}
.recruitment_more .btn__more {
  display: inline-block; /* テキスト幅に縮むように */
}

.recruitment_more .btn__more::before,
.recruitment_more .btn__more::after {
  width: 100%; /* テキスト幅に合わせて線を短く */
  max-width: 100%;
}
.recruitment_more .btn__more::after {    
	bottom: 5px;
}
.recruitment_more .btn__arrow {
    font-size: 0.9em;
    margin-left: 90px;
}
/*.history-wrapper{
	width: 800px;
	margin: 0 auto;
	font-size: 16px;
}
.history-bg{
	background-color: #f9f6f3;
	padding: 40px 0;
}
.history-table {
	margin: 0 auto;
}
.history-table th {
    width: 150px;
    border-bottom: 1px solid #3b2110;
    padding: 15px 0 15px 20px;
    text-align: left;
    color: #51391d;
    vertical-align: top;
    font-weight: 500;
}
.history-table td {
    border-bottom: 1px solid #dccfc3;
    padding: 15px 0 15px 20px;
    color: #51391d;
    line-height: 1.5;
    vertical-align: top;
}*/
@media (max-width: 768px) {
	.title_border4::before {
	    left: -33vw;	
	}
	.title-s-mt {
    margin-top: 15px;
}

	.recruitment_more {
	margin-top: 20px;
}
	.recruitment_more .btn__arrow {
    margin-left: 70px;
}
/*.history-wrapper {
    width: 100%;
		font-size: 15px;
	}
	.history-bg{
	padding: 20px 10px;
	}
	.history-table th {
    width: 100px;
    padding: 0px 0 0px 0px;
    text-align: center;
    vertical-align: middle;
}
	.history-table td {
    padding: 8px 2px 8px 15px;
    vertical-align: middle;
}*/
}


/* NEWS一覧ページ専用（archive-news.php） */
/* =============================
   NEWS一覧（archive-news.php）
   カンプ通り3列 × 3段レイアウト
============================= */

/* レイアウトのベース */
.news-archive-page {
	margin-top:180px;
	margin-bottom: 50px;
}

.news-archive-page .news__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 60px 20px;
    max-width: 1200px;
    margin: 0 auto 80px;
}

/* 3列レイアウト（PC） */
.news-archive-page .news__item {
    width: calc(33.333% - 14px);
    opacity: 1;
    transform: none;
}

/* カードの画像比率を統一 */
.news-archive-page .news__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 2px;
}

/* カテゴリ+日付のスタイル調整 */
.news-archive-page .arrow-box-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

/* .news-archive-page .news__cat {
    display: inline-block;
    font-size: 13px;
    padding: 2px 8px;
	text-align: center;
    width: 100%;
    margin-top: 4px;  
} */

/* ページネーション */
.news-archive__pager {
    text-align: center;
    margin-top: 40px;
	margin-bottom:40px;
}

.news-archive__pager .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    border: 1px solid #51391a;
    color: #51391a;
}

.news-archive__pager .current {
    background: #51391a;
    color: #fff;
}

/* スマホ時は1列 */
@media screen and (max-width: 768px) {
    .news-archive-page .news__item {
        width: 100%;
    }

    .news-archive-page .news__list {
        gap: 40px 0;
    }
}

/* NEWS一覧ページここまで----------------------- */

/* NEWS投稿ページここから----------------------- */
/* =========================
   NEWS SINGLE PAGE
========================= */

.news-single {
  margin-top: 160px;
  margin-bottom: 40px;
}

.news-single__inner {
  max-width: 900px;
  margin: 50px auto 0;
  padding: 0 20px;
}

/* カテゴリー + 日付 */
.news-single__meta-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #51391a;
}

.news-single__category {
  padding: 4px 10px;
  border: 1px solid #51391a;
  font-size: 13px;
}

.news-single__title {
  font-size: 28px;
  color: #51391a;
  margin-bottom: 20px;
  border-bottom: 1px solid #51391a;
  padding-bottom: 10px;
}

.news-single__eyecatch img {
  width: 80%;
  height: auto;
  margin:0 auto 30px;
  display: block;
}

.news-single__content {
  line-height: 1.9;
  color: #51391a;
  margin-bottom: 60px;
}


/* ===== PREV | BACK | NEXT ===== */

.news-single__nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.news-single__nav a {
  color: #51391a;
  font-size: 16px;
  text-decoration: none;
}

.news-single__nav a:hover {
  opacity: 0.6;
}
/* NEWS投稿ページここまで----------------------- */



/* WORKSページ変更----------------------- */
.works-detail__gallery {
margin-top: clamp(-20px, -30vw, 30px) !important;
	margin-bottom: clamp(20px, 0vw, 120px);
}
.works-detail__header {
    margin-bottom: clamp(40px, 4vw, 80px);
}
.works-detail__label {
    margin-bottom: 0rem;
}
.works-detail {
    padding: clamp(30px, 3vw, 30px) 0;
}

@media (max-width: 768px) {
	.works-detail__title {
    margin-bottom: clamp(0px, 0vw, 50px);
}
	.works-detail__gallery {
    margin-bottom: clamp(0px, 0vw, 60px);
}
	.works-detail__meta {
    margin-top: 0px;
		    gap: 0.5rem;
}
	.works-detail__header {
    margin-bottom: clamp(20px, 2vw, 60px);
}
}

/* ================================================================
   Swiper Coverflow Gallery - works詳細ページ
   ================================================================ */
.works-swiper {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
}

.works-swiper .swiper-wrapper {
    align-items: center;
}

/* PC: 中央のスライドを大きく表示して3枚に制限 */
.works-swiper .swiper-slide {
    width: 55%;
    max-width: 800px;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

/* アクティブなスライド（中央） */
.works-swiper .swiper-slide-active {
    opacity: 1;
    visibility: visible;
    filter: brightness(1);
    z-index: 10;
}

/* 前後のスライド（左右）- ループ時の複製も含む */
.works-swiper .swiper-slide-prev,
.works-swiper .swiper-slide-next,
.works-swiper .swiper-slide-duplicate-prev,
.works-swiper .swiper-slide-duplicate-next {
    opacity: 0.5;
    visibility: visible;
    filter: brightness(0.7);
}

.works-swiper__img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}

/* ナビゲーションボタン */
.works-swiper .swiper-button-prev,
.works-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #51391a;
    border-radius: 0;
    color: #51391a;
    transition: all 0.3s ease;
}

.works-swiper .swiper-button-prev:hover,
.works-swiper .swiper-button-next:hover {
    background-color: #51391a;
    color: #fff;
}

.works-swiper .swiper-button-prev::after,
.works-swiper .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

.works-swiper .swiper-button-prev {
    left: 10px;
}

.works-swiper .swiper-button-next {
    right: 10px;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .works-swiper {
        padding: 20px 0;
    }
    
    .works-swiper .swiper-slide {
        width: 85%;
    }
    
    .works-swiper .swiper-button-prev,
    .works-swiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    
    .works-swiper .swiper-button-prev::after,
    .works-swiper .swiper-button-next::after {
        font-size: 14px;
    }
    
    .works-swiper .swiper-button-prev {
        left: 5px;
    }
    
    .works-swiper .swiper-button-next {
        right: 5px;
    }
}
