/* ===============================================
# staff
=============================================== */
@media (min-width: 320px) {

  .cateBox {width: 100%;}
  .cateItem {margin-top: 60px;}

  .cateItem__wrap {
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 40px;
    gap: 40px;
  }

  .cateItem__box {
    width: calc(33.3333333333% - 26.6666666667px);
    margin-bottom: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .cateItem__box:hover {opacity: 0.6;}
  .cateItem__img {position: relative;	width: 100%;}

  .cateItem__shop {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    padding: 10px 5px;
    background-color: #7fbd8c;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  .cateItem__job {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    padding: 7px 5px;
    border-top-left-radius: 16px;
    background-color: #ffffff;
    color: #7fbd8c;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
  }
  .cateItem__textWrap {margin-top: 10px;}
  .cateItem__title {font-weight: 300;	font-size: 16px; margin-bottom: 10px !important;}
  .cateItem__title2 {color: #4D4D4D;	font-size: 20px;}
  .cateItem__text {margin-top: 1em;	font-size: 13px;}

  .popup-modal {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(249, 246, 242, 0.9);
  }

  .popup-modal > .flex {height: 100%;	padding-top: 100px;	padding-bottom: 100px;	overflow: auto;}
  .popup-modal .modal__wrap {width: 90%;max-width: 1200px;margin: 0 auto;}
  .popup-modal .modal__box {position: relative; padding: 50px; background-color: transparent;}

  .popup-modal .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }

  .popup-modal .close-btn::before,
  .popup-modal .close-btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #111111;
    content: "";
    opacity: 0.7;
  }

  .popup-modal .close-btn::before {transform: translate(-50%, -50%) rotate(45deg);}
  .popup-modal .close-btn::after {transform: translate(-50%, -50%) rotate(-45deg);}
  .popup-modal .cateItem__box {align-items: flex-start; justify-content: space-between; width: 100%; cursor: initial;}
  .popup-modal .cateItem__box:hover {opacity: 1;}
  .popup-modal .cateItem__img {width: 48%;}
  .popup-modal .cateItem__textWrap {width: 48%;}
  .popup-modal .cateItem__text {margin-bottom: 10px;	color: #4D4D4D;	font-size: 18px;}

  .cateItem__img img{object-fit: cover;}

  .cateItem section {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
}


@media (max-width: 768px) {

  .cateItem__box {width: calc(50% - 20px);}
  .cateItem__title2 {font-size: 18px;}
  .popup-modal .modal__box {padding: 20px;}
  .popup-modal .cateItem__text {font-size: 17px;}

}

@media (max-width: 576px) {

  .cateBox {padding-right: 20px;	padding-left: 20px;}
  .cateItem {margin-top: 30px;}
  .cateItem__wrap {margin-top: 20px;　gap: 20px;}
  .cateItem__box {width: 100%;}
  .cateItem__box:not(:last-child) {margin-bottom: 20px;}
  .cateItem__title {font-size: 14px;}
  .cateItem__title2 {font-size: 16px;}
  .cateItem__text {margin-top: 10px;}
  .popup-modal > .flex {padding: 0;}
  .popup-modal .modal__wrap {width: 100%;}
  .popup-modal .modal__box {padding: 40px 15px;border-radius: 0;}
  .popup-modal .close-btn {top: 10px;}
  .popup-modal .cateItem__img {width: 100%;}
  .popup-modal .cateItem__textWrap {width: 100%;}
  .popup-modal .cateItem__text {font-size: 15px;}

}



/*=============================
detail
======================*/
@media (min-width: 320px) {
  .sub_staff .news__cate {
    padding: 10px 20px;
    background-color: #7fbd8c;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
  }
  .sub_staff .img_wrap{width: 100%; margin-bottom: 15px;}
  .sub_staff .textarea{width: 100%; padding-left: 0;}
  .sub_staff .news__title {color: #4D4D4D; font-size: 20px; margin-bottom: 15px;}
  .sub_staff .news__text{line-height: 2;}
}

@media (min-width: 768px) {
  .sub_staff .img_wrap{width: 45%; margin-bottom: 0;}
  .sub_staff .textarea {width: 50%; padding-left: 50px;}
}


/*=============================
20250403 追加
======================*/
.news__insta--icon {
    width: 45px;
}

.cateItem__text .news__insta--icon {
  display: none;
}