/* ==========================================================================
   base
   ========================================================================== */

html {
  overflow-y: scroll;
}

html,
body {
  height: 100%;
}

body {
  color: #000;
  font-family: Arial, Meiryo, "Hiragino Kaku Gothic ProN", YuGothic, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

#content {
  font-family: 'Noto Sans JP', "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
    font-weight: 350;
  padding-bottom: 80px;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.under768,
.under500,
.under900,
.br_tablet,
.only768 {
  display: none;
}

.contents+.contents {
  margin-top: 100px;
}

.ttl-lv2_area {
  margin-bottom: 60px;
}

.ttl-lv2 {
  font-size: 50px;
}

.ttl-lv2_sub {
  margin: 10px 0 20px;
  font-size: 20px;
}

.section_inner,
.detail_content,
.products_grid,
.modal .modal-content {
  width: 1240px;
  margin: auto;
}

.square {
  background: #ff0000;
  width: 14px;
  height: 14px;
  margin-bottom: 10px;
}

.ttl-lv3 {
  font-size: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 30px;
}

.ttl-lv3 .square {
  background: #333;
}

p+.ttl-lv3 {
  margin-top: 60px;
}

.ttl-lv4 {
  margin: auto;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #000;
  width: fit-content;
  margin-bottom: 60px;
  font-size: 24px;
}

.product_title {
  margin: 0 auto 20px;
  background: #454545;
  width: 100%;
  max-width: 332px;
}

.ttl-lv5 {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  padding: 8px 0 10px;
  color: #fff;
}


sup {
  font-size: 60%;
  padding: 0 1px;
}

/* -------keyframes */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeIn {
  opacity: 0;
}

.fadeIn.is-active {
  animation: fadeIn .8s linear forwards;
}


/* -------END keyframes */
/* ==========================================================================
   kv
   ========================================================================== */
#content .mainVisual {
  display: block;
  max-width: 3000px;
  margin: auto;
  position: relative;
  overflow: hidden;
  transition: color 0ms 450ms;

}

#content .mainVisual,
#content .mainVisual .mv_img .item {
  height: 600px;
}

.mainVisual .ttl-lv2_area {
  left: calc((100vw - 1340px) / 2);
}

/* #content .mainVisual,
  #content .mainVisual .mv_img .item {
    height: 700px;
  } */
#content .mainVisual::before,
#content .mainVisual::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#content .mainVisual::before {
  background: rgba(0, 0, 0, .45);
}

#content .mainVisual::after {
  transform: translate(0, 100%);
  background: rgba(0, 0, 0, 1);
}

/* .mask-bg.is-animated {
    color: #362ae0;
  } */
#content .mainVisual:after {
  animation: mask-bg 1s cubic-bezier(0.8, 0, 0.170, 1);
}

#content .mainVisual .mv_img,
.mainVisual .ttl-lv2_area,
#content .mainVisual::before {
  opacity: 0;
  animation: mask-content 1s forwards;
}

.mainVisual .ttl-lv2_area {
  animation: mask-txt .8s .4s forwards;
}




@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }

  40%,
  50% {
    transform: translate(0, 0%)
  }

  100% {
    transform: translate(0, -100%)
  }
}

@keyframes mask-content {

  0%,
  40%,
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mask-txt {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}

#content .mainVisual .mv_img {
  display: flex;
  overflow: hidden;
}

#content .mainVisual .mv_img .item {
  position: relative;
  width: calc(100%/4);
  width: 100%;
  z-index: -1;
  position: relative;
  overflow: hidden;
}

#content .mainVisual .mv_img .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  max-width: fit-content;
  height: auto;
}

#content .mainVisual .mv_img .item.mv01 {
  margin-right: -8%;
}

#content .mainVisual .mv_img .item.mv02,
#content .mainVisual .mv_img .item.mv03 {
  transform: skew(-15deg);
  z-index: 0;
}

#content .mainVisual .mv_img .item.mv04 {
  margin-left: -8%;
}

#content .mainVisual .mv_img .item.mv01 img,
#content .mainVisual .mv_img .item.mv04 img {
  transform: translate(-50%, -50%) skew(0deg);
}

#content .mainVisual .mv_img .item.mv02 img,
#content .mainVisual .mv_img .item.mv03 img {
  transform: translate(-50%, -50%) skew(15deg);
}


.mainVisual .ttl-lv2_area {
  position: absolute;
  left: 24%;
  bottom: 0;
  color: #fff;
  z-index: 2;
  font-size: 60px;
}

.mainVisual .ttl-lv2 {
  font-size: 60px;
  font-weight: 300;
}

@media screen and (max-width: 2000px) {

  #content .mainVisual,
  #content .mainVisual .mv_img .item {
    height: 600px;
  }

  .mainVisual .ttl-lv2_area {
    left: calc((100vw - 1340px) / 2);
  }

}

@media screen and (max-width: 1600px) {
  #content .mainVisual .mv_img .item img {
    width: auto;
    height: 610px;
  }
  #content .mainVisual .mv_img .item.mv02 img, #content .mainVisual .mv_img .item.mv03 img{
    width: auto;
    height: 800px;
  }

}

@media screen and (max-width: 1500px) {

  #content .mainVisual .mv_img .item.mv01 img,
  #content .mainVisual .mv_img .item.mv04 img {
    left: 60%;
  }

  #content .mainVisual .mv_img .item.mv02 img {
    left: 64%;
  }

  #content .mainVisual .mv_img .item.mv03 img {
    left: 43%;
  }

}

@media screen and (max-width: 1400px) {

  .section_inner,
  .detail_content,
  .products_grid,
  .modal .modal-content {
    width: 1000px;
  }

  .over1400 {
    display: none;
  }

  .mainVisual .ttl-lv2_area {
    left: 100px;
  }

}

@media screen and (max-width: 1100px) {

  .section_inner,
  .detail_content,
  .products_grid {
    width: auto;
    padding: 0 20px;
  }

  .modal .modal-content {
    width: 900px;
    margin: 0 40px;
  }

  .over1100 {
    display: none;
  }

  .mainVisual .ttl-lv2_area {
    left: 40px;
  }

  #content .mainVisual .mv_img .item.mv01 {
    margin-right: -10%;
  }

  #content .mainVisual .mv_img .item.mv04 {

    margin-left: -10%;
  }

  #content .mainVisual .mv_img .item.mv01 img {
    left: 62%;
  }

  #content .mainVisual .mv_img .item.mv03 img {
    left: 78%;
  }

}

@media screen and (max-width: 900px) {

  #content .mainVisual .mv_img .item.mv01 img {
    left: 72%;
  }

  #content .mainVisual .mv_img .item.mv02 img {
    left: 66%;
  }

  #content .mainVisual .mv_img .item.mv03 img {
    left: 84%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1025px) {
  .br_tablet{
    display: block;
  }
}
@media only screen and (min-width: 760px) and (max-width:769px) {
  .only768{
    display: block;
  }
}
@media screen and (max-width: 768px) {
.square{
  margin-bottom: 6px;
}
  #content .mainVisual,
  #content .mainVisual .mv_img .item,
  #content .mainVisual .mv_img .item img {
    height: 450px;
  }
  #content .mainVisual .mv_img .item.mv02 img, #content .mainVisual .mv_img .item.mv03 img{
    width: auto;
    height: 500px;
  }

  #content .mainVisual .mv_img .item.mv02,
  #content .mainVisual .mv_img .item.mv03 {
    transform: skew(-10deg);
    width: 85%;
  }

  #content .mainVisual .mv_img .item.mv02 img,
  #content .mainVisual .mv_img .item.mv03 img {
    transform: translate(-50%, -50%) skew(10deg);
  }

  #content .mainVisual .mv_img .item.mv02 img {
    transform: translate(-50%, -50%) skew(10deg);
  }

  #content .mainVisual .mv_img .item.mv01 img {
    left: 20%;
  }

  #content .mainVisual .mv_img .item.mv02 img {
    left: 68%;
  }

  #content .mainVisual .mv_img .item.mv03 img {
    left: 76%;
  }

  .mainVisual .ttl-lv2_area {
    left: 20px;
    margin-bottom: 20px;
  }

  .mainVisual .ttl-lv2{
    font-size: 36px;
  }
  .ttl-lv2{
    font-size: 30px;
  }
  .ttl-lv4{
    font-size: 20px;
  }
  .ttl-lv5{
    font-size: 16px;
  }

}


@media screen and (max-width: 500px) {
  .over500 {
    display: none;
  }
  .under500{
    display: block;
  }
  .mainVisual .ttl-lv2 {
    font-size: 30px;
  }


  #content .mainVisual,
  #content .mainVisual .mv_img .item,
  #content .mainVisual .mv_img .item img {
    height: 400px;
  }

  #content .mainVisual .mv_img .item.mv01 img {
    left: 10%;
  }

  #content .mainVisual .mv_img .item.mv02 img {
    left: 48%;
  }

}


/* ==========================================================================
   製品紹介セクション
   ========================================================================== */

.products_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
  text-align: center;
}

.product_card {
  background: #fff;
  border: 1px dashed #000;
  padding: 20px;
}

.product_description {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.category_name {
  font-size: 14px;
  margin-top: 10px;
}

.swiper {
  position: unset;
}

.product_category {
  width: 100%;
  max-width: 420px;
}

.product_category,
.swiper .swiper-slide {
  margin: auto;
  position: relative;
}

.swiper .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.swiper-controller {
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  background-color: #000;
  top: 42%;
  margin-top: -20px;
  transition: .3s;
  z-index: 1;
}

.swiper-button-prev {
  left: -0;
}

.swiper-button-next {
  right: -0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: .3s;
}

.swiper-button-prev::after {
  left: 17px;
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  right: 17px;
  transform: rotate(45deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #ff0000;
}

/* ページネーションの丸いドット */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
  margin: 0 4px;
  transition: background-color 0.3s;
  display: block;
}

/* アクティブのドットを赤く */
.swiper-pagination-bullet-active {
  background-color: #ff0000;
}

/* ページネーションの中央揃え */
.swiper-pagination {
  text-align: center;
  margin-top: 15px;

  display: flex;
  justify-content: center;
}

/* ==========================================================================
   叶えられることセクション
   ========================================================================== */

.achievements_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.achievement_card {
  background: #e7e7e7;
  padding: 20px 20px 40px;
}

.card_header {
  padding: 10px 0;
  background: #454545;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card_header h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.8px;
}

.card_content ul {
  list-style: disc;
  margin-left: 1.4rem;
}

.card_content li {
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 10px;
}



.card_content li:last-child {
  margin-bottom: 0;
}

/* 事業部紹介カード */
.dept_cards_section {
  margin-top: 150px;
}

.dept_cards_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
}

.dept_card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.dept_card a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: .3s;
}

.dept_card:hover a::before {
  background: rgba(255, 255, 255, 0.6);
}

.dept_card:hover .icon-brank2 {
  color: #000;
}

.dept_card:hover .icon-brank2::after {
  background: url(/saiyou/img/career/icon_link01.png) no-repeat center center;
  background-size: cover;
}

.icon-brank2 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  color: #fff;
  line-height: 1.2;
}

.icon-brank2::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -5px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/saiyou/img/career/icon_link01_white.png) no-repeat center center;
  background-size: cover;
  bottom: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1100px) {
  .icon-brank2 {
    font-size: 16px;
  }

}

@media screen and (max-width: 768px) {
  .achievements_grid {
    grid-template-columns: 1fr;
  }


  .dept_cards_grid {
    grid-template-columns: 1fr 1fr;
  }

}

@media screen and (max-width: 500px) {
.card_header h3 {
  font-size: 16px;
}

.card_content li {
  font-size: 14px;
}

  .dept_cards_section {
    margin-top: 100px;
  }

  .dept_cards_grid {
        grid-template-columns: 1fr ;
  }

.dept_card .dept-img img{
width: 100%;
height: auto;
}
  .dept_content {
    padding: 15px;
  }

  .dept_content h3 {
    font-size: 16px;
  }

  .dept_icon {
    width: 30px;
    height: 30px;
  }
}

/* ==========================================================================
   事業部ナビゲーション
   ========================================================================== */


.business_dept_text {
  margin: 60px auto;
}

.business_dept_navi {
  margin-bottom: 80px;
}

.navi_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 920px;
  margin: auto;
}

.navi_item {
  max-width: 450px;
}

.navi_item a {
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #000;
  position: relative;
  transition: all 0.3s ease;
  padding: 10px 0;
  position: relative;
}

.navi_item.active a {
  background: #333;
  color: #fff;
  pointer-events: none;
}

.navi_text {
  width: fit-content;
  margin: auto;
}

.navi_item a::after,
.modal_button::after {
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("/saiyou/img/career/icon_link01.png")no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  transition: .3s;
}

.navi_item:hover a::after,
.modal_button:hover::after {
  background: url("/saiyou/img/career/icon_link01_red.png")no-repeat center center;
  background-size: cover;
}

.navi_item.active a::after,
.navi_item.active:hover a::after {
  background: url("/saiyou/img/career/icon_link01_white.png")no-repeat center center;
  background-size: cover;
}

.navi_item:hover a {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.navi_item.active:hover a {
  color: #fff;
  border: 1px solid #333;
}

.navi_subtitle {
  display: block;
  font-size: 14px;
}

/* ==========================================================================
   モーダルボタン
   ========================================================================== */

.modal_buttons {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.modal_button {
  position: relative;
  padding: 0px 50px 2px 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.modal_button:hover {
  color: #ff0000;
}

.modal_icon {
  width: 30px;
  height: 30px;
}

.modal_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
   モーダル
   ========================================================================== */
/* モーダル全体 */
.modal {
  position: fixed;
  /* 画面中央に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  /* 非表示時はクリック不可 */
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(-10px);
  z-index: 1000;
}

/* モーダル表示 */
.modal.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* オーバーレイ */
.modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* モーダルコンテンツ */
/* 主な業務の流れモーダル */
/* 活躍するフィールドモーダル */

.modal .modal-content {
  position: relative;
  background: #fff;
  padding: 60px 40px 80px;
  z-index: 2;
  text-align: center;
    overflow-x: auto;
  max-height: 70vh;
}

.modal-content .mt60 {
  margin-top: 60px;
}

/* 閉じるボタン */
.modal .modal-close {
position: relative;
    bottom: -40px;
    cursor: pointer;
    text-align: right;
}

/* トリガーボタン（div の場合でもカーソル表示） */
.modal_button {
  cursor: pointer;
  user-select: none;
}

/* フェード */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* 事業部詳細セクション */
.business_dept_detail {
  position: relative;
  margin: 60px auto;
}

.detail_bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: flex;
}

.detail_bg,
.business_dept_detail .mv_slide {
  width: 100%;
  height: 700px;
}



.detail_content {
  color: #fff;
}


.detail_text {
  line-height: 1.8;
}

.detail_text p+p {
  margin-top: 30px;
}

@media screen and (max-width: 1400px) {
  .detail_content {
    width: 1000px;
    margin: auto;
  }
}

@media screen and (max-width: 900px) {

  .business_dept_text p {
    font-size: 18px;
    line-height: 1.6;
  }

  .navi_grid {
    /* grid-template-columns: 1fr; */
    gap: 10px;
  }

  .navi_subtitle {
    font-size: 12px;
  }

  .navi_item {
    margin: auto;
    width: 100%;
  }

  .navi_text {
    font-size: 16px;
    padding-right: 30px;
  }


}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .over768{
    display: none;
  }
  .under768{
    display: block;
  }
.detail_text p{
  font-size: 18px;
  
}
.business_dept_text{
  margin: 50px auto;
}
  .navi_item {
    max-width: 400px;
  }

  .detail_content {
    padding: 0 20px;
  }

  .detail_text {
    font-size: 14px;
    line-height: 1.6;
  }
  .modal .modal-content{
    padding: 40px 20px 60px;
    font-size: 16px;
  margin: 0 20px;
  }
}

@media screen and (max-width: 700px) {
  .navi_grid {
    grid-template-columns: 1fr;
  }
    .navi_text{

        padding: 0 30px;
    margin: unset;
  }

}

@media screen and (max-width: 480px) {
  .navi_text{

        padding: 0 30px 0 10px;
  }
  .detail_bg,
  .business_dept_detail .mv_slide {
    height: 750px;
  }

  .detail_content {
    padding: 0 15px;
  }

  .detail_title {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .detail_text {
    font-size: 12px;
    line-height: 1.5;
  }
}





/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .modal-content {
    width: 95%;
    max-height: 95vh;
  }

  .modal-header {
    padding: 15px 20px;
  }

  .modal-header h3 {
    font-size: 20px;
  }

  .modal-body {
    padding: 20px;
  }

  .workflow-title h4 {
    font-size: 14px;
  }

  .process-step {
    padding: 12px 15px;
  }

  .step-title {
    font-size: 14px;
  }

  .step-description {
    font-size: 12px;
  }

  .process-flow {
    flex-direction: column;
    gap: 15px;
  }

  .flow-item {
    padding: 12px;
  }

  .flow-title {
    font-size: 12px;
  }

  .category-title {
    font-size: 12px;
  }

  .category-description {
    font-size: 12px;
  }

  .field-description p {
    font-size: 16px;
  }

  .field-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .field-image {
    width: 150px;
    height: 150px;
  }

  .field-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .modal-content {
    width: 98%;
    max-height: 98vh;
  }

  .modal-header {
    padding: 12px 15px;
  }

  .modal-header h3 {
    font-size: 18px;
  }


  .modal-body {
    padding: 15px;
  }

  .workflow-title h4 {
    font-size: 12px;
  }

  .process-step {
    padding: 10px 12px;
  }

  .step-title {
    font-size: 12px;
  }

  .step-description {
    font-size: 11px;
  }

  .flow-item {
    padding: 10px;
  }

  .flow-title {
    font-size: 11px;
  }

  .category-title {
    font-size: 11px;
  }

  .category-description {
    font-size: 11px;
  }

  .field-description p {
    font-size: 14px;
  }

  .field-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .field-image {
    width: 120px;
    height: 120px;
  }

  .field-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) {
  .products_grid {
    gap: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .products_grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .product_category {
    max-width: 600px;
  }
  .product_category img{
    width: 100%;
    height: auto;
  }

  .category_img {
    width: 78%;
    margin: auto;
  }

  .swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }

}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .modal_buttons {
    gap: 20px;
  }

  .modal_button p {
    font-size: 16px;
  }

  .modal_icon {
    width: 25px;
    height: 25px;
  }


  .product_category {
    max-width: 420px;
  }

  .product_card {
    height: auto;
  }

  .product_image {
    height: 180px;
  }

  .product_content {
    padding: 15px;
    height: auto;
  }

  .product_title h3 {
    font-size: 16px;
    padding: 10px 15px;
  }

  .product_description {
    font-size: 16px;
  }


}

@media screen and (max-width: 500px) {
  .navi_item a::after{
    right: 6px;
}
  .product_category {
    max-width: 300px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 8px;
    height: 8px;
  }

  .swiper-button-next::after {
    right: 12px;
  }

  .swiper-button-prev::after {
    left: 12px;
  }
  .detail_text p{
  font-size: 16px;
}
}

@media screen and (max-width: 480px) {
  .modal_buttons{
    gap: 10px;
  }
.modal_button{
  padding: 0px 40px 2px 0;
}
.modal_button::after{
  right: 0;
}
  .modal_icon {
    width: 20px;
    height: 20px;
  }

  .products_grid {
    gap: 20px;
    padding: 0 15px;
  }


}