@charset "utf-8";
.recruitBtn {
      position: fixed;
    right: clamp(0.625rem, -1.125rem + 3.65vw, 3.25rem);
    bottom: clamp(2.5rem, 5.21vw, 6.25rem);
    z-index: 1000;
    width: clamp(5.313rem, 1.354rem + 8.25vw, 11.25rem);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.recruitBtn {
  transition: all .3s;
}
.recruitBtn:hover {
  transform: scale(1.05);
}
.recruitBtn.is-hide {
  opacity: 0;
  pointer-events: none;
}
.recruitBtn__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: recruitRotate 15s linear infinite;
}
.recruitBtn__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.recruitBtn__title {
      font-size: clamp(0.625rem, 0.292rem + 0.69vw, 1.125rem);
    font-weight: 500;
    line-height: 1;
}
.recruitBtn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 10px;
  width: 40px;
  overflow: hidden;
}
.recruitBtn__arrow img {
  width: 10px;
  height: auto;
  opacity: 0;
  animation: arrowWave 1.2s linear infinite;
}
.recruitBtn__arrow img:nth-child(1) {
  animation-delay: 0s;
}
.recruitBtn__arrow img:nth-child(2) {
  animation-delay: .15s;
}
.recruitBtn__arrow img:nth-child(3) {
  animation-delay: .3s;
}
@keyframes recruitRotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes arrowWave {
  0% {
    opacity: 0;
    transform: translateX(-8px);
  }
  25% {
    opacity: 1;
    transform: translateX(0);
  }
  75% {
    opacity: 1;
    transform: translateX(4px);
  }
  100% {
    opacity: 0;
    transform: translateX(10px);
  }
}



.about {
  position: relative;
}
/* スクロール領域 */
.about__inner {
  position: relative;
  min-height: 200vh!important;
}
.t-fv-deco1 {
      position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 58%;
}
.t-fv-deco2 {
      position: absolute;
    z-index: 20;
    width: 25%;
    top: -13%;
}
/* 背景を固定風にする本体 */
.about__visual {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 0;
}
/* 背景画像 */
.about__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 黒マスク */
.about__mask {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.about__content {
  margin-top: -62vh;
  position: relative;
  z-index: 2;
  padding: 100px clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.t-fv__container {
   margin-bottom: 80vh;
}
.t-fv__title {
      font-size: clamp(2.125rem, -0.875rem + 6.25vw, 6.625rem);
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: #fff;
  overflow: hidden;
}
.t-fv__text {
      font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
    font-weight: 400;
    color: #fff;
}
.about__title {
      font-size: clamp(1.5rem, -0.5rem + 4.17vw, 4.5rem);
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    overflow: hidden;
}
.about__text {
      margin-top: clamp(2.5rem, 2.083rem + 0.87vw, 3.125rem);
    font-size: clamp(0.875rem, 0.125rem + 1.56vw, 2rem);
    font-weight: 500;
    color: rgba(255,255,255,.2);
  line-height: 2;
    font-family: "Noto Serif JP", serif;
  margin-bottom: clamp(4.375rem, 3.958rem + 0.87vw, 5rem);
}
.about__text .char2 {
  color: rgba(255,255,255,1);
}
/*管理画面用*/
#wrapper .about {
  height: auto;
  min-height: auto;
}
#wrapper .about__title {
  color: #000 !important;
}
#wrapper .about__text {
  color: #000 !important;
}
#wrapper .about__inner {
  position: relative;
  height: auto;
  overflow: visible;
}
.t-about-deco {
      position: absolute;
    z-index: 1;
    width: 26%;
    right: 0;
    bottom: 0;
}

.service {
  padding-top: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.service__inner {
  padding: 0 clamp(2.5rem, -3.833rem + 13.19vw, 12rem);
}
.service__container {
  position: relative;
}
.service__top {
      background-color: #9F2018;
    padding-top: clamp(1.563rem, 0.521rem + 2.17vw, 3.125rem);
    padding-left: clamp(1.25rem, -0.208rem + 3.04vw, 3.438rem);
    padding-right: clamp(1.25rem, -0.208rem + 3.04vw, 3.438rem);
    padding-bottom: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem);
    max-width: clamp(31.25rem, 21.5rem + 20.31vw, 45.875rem);
}
.service-top__text {
      margin-top: clamp(1.5rem, 1.083rem + 0.87vw, 2.125rem);
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 400;
    color: #Fff;
}
.service__bottom {
        transform: translateY(-14%);
    padding-left: clamp(1.25rem, -4.583rem + 12.15vw, 10rem);
    padding-right: clamp(1.25rem, -4.583rem + 12.15vw, 10rem);
}
.service__items{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
}
/* ======================
画像ラッパー
====================== */
.service-item__img-wrap{
  position:relative;
  overflow:visible;
}
/* ======================
枠線
====================== */
.service-item__frame{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
}
.service-item__frame div{
  position:absolute;
  background:#9F2018;
}
/* 上 */
.top{
  top:0;
  left:0;
  width:100%;
  height:1px;
  transform:scaleX(0);
  transform-origin:left center;
}
/* 右 */
.right{
  top:0;
  right:0;
  width:1px;
  height:100%;
  transform:scaleY(0);
  transform-origin:top center;
}
/* 下 */
.bottom{
  bottom:0;
  right:0;
  width:100%;
  height:1px;
  transform:scaleX(0);
  transform-origin:right center;
}
/* 左 */
.left{
  left:0;
  bottom:0;
  width:1px;
  height:100%;
  transform:scaleY(0);
  transform-origin:bottom center;
}
/* ======================
画像
====================== */
.service-item__img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:381/281;
  object-fit:cover;
  opacity:0;
  transform:translateY(40px);
}
#wrapper .service-item__img{
  opacity:1;
  transform:translateY(0px);
}
/* ======================
テキスト
====================== */
.service-item__bottom{
  opacity:0;
  transform:translateY(40px);
}
#wrapper .service-item__bottom{
  opacity:1;
  transform:translateY(0px);
}
/* ======================
横線
====================== */
.service__connector{
  position:absolute;
  top:50%;
  right:-30px;
  width:30px;
  height:1px;
  background:#9F2018;
  transform:scaleX(0);
  transform-origin:left center;
}
.service__item.is-active .service__connector{
  transform:scaleX(1);
  transition:transform .25s ease;
}
/* 最後は線なし */
.service__item:last-child .service__connector{
  display:none;
}

.service-item__title {
      margin-top: 16px;
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 500;
    color: #9F2018;
}
.service-item__text {
      margin-top: 8px;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 400;
}
.service-btn__wrap {
      margin-top: 40px;
    display: flex;
    justify-content: center;
}

.recruit {
  margin-top: clamp(5rem, 1.667rem + 6.94vw, 10rem);
      background: #9F2018;
}
.recruit__inner {
  padding: clamp(6rem, 4rem + 4vw, 10rem) 0 clamp(4.125rem, 0.208rem + 8.16vw, 10rem);
  position: relative;
}
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
      position: absolute;
    z-index: 2;
    top: clamp(8.563rem, 3.313rem + 10.94vw, 16.438rem);
}
.marquee-content {
  display: flex;
  width: max-content;
  animation: scrollText 40s linear infinite;
}
.marquee-content p {
  padding-right: 50px; 
      font-size: clamp(3.75rem, -0.583rem + 9.03vw, 10.25rem);
    font-weight: 600;
    font-family: "IBM Plex Sans JP", sans-serif;
    color: rgba(255,255,255,0.3);
}
@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* テキスト1つ分（全体の半分）だけ左へ移動 */
  }
}
.t-recruit-deco1 {
      position: absolute;
    z-index: 1;
    width: 27%;
    right: 0;
    top: 0;
}
.t-recruit-deco2 {
      position: absolute;
    z-index: 1;
    left: 0;
    bottom: 10%;
    width: 32%;
}
.recruit__container {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
      position: relative;
    z-index: 20;
}
.recruit__title {
      text-align: center;
    font-size: clamp(1.25rem, 0.083rem + 2.43vw, 3rem);
    color: #fff;
    line-height: 1.8;
    overflow: hidden;
}
.recruit__content {
      position: relative;
    margin-top: clamp(5.125rem, -0.417rem + 11.55vw, 13.438rem);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: clamp(1.25rem, -5.5rem + 14.06vw, 11.375rem);
}
.recruit__left {
      width: 50%;
    position: sticky;
    height: fit-content;
    top: 0;
}
.title-box__sub {
      font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
    color: #fff;
}
.title-box__main {
      font-size: clamp(2.5rem, 1.5rem + 2.08vw, 4rem);
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 500;
    color: #fff;
}
.title-box__text {
      margin-top: 12px;
    font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    color: #fff;
}
.recruit__imgBox {
      margin-top: clamp(3.125rem, 2.875rem + 0.52vw, 3.5rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.625rem, 1.208rem + 0.87vw, 2.25rem);
}
.recruit-imgBox__top {
      display: flex;
    column-gap: clamp(2.25rem, 1.417rem + 1.74vw, 3.5rem);
}
.recruit-img__1 {
      width: clamp(9.063rem, 5.354rem + 7.73vw, 14.625rem);
    height: fit-content;
    aspect-ratio: 234/256;
}
.recruit-img__2 {
      width: clamp(9.625rem, 3.792rem + 12.15vw, 18.375rem);
    height: fit-content;
    aspect-ratio: 293/369;
    margin-top: 15%;
}
.recruit-img__3 {
      width: clamp(12.813rem, 3.771rem + 18.84vw, 26.375rem);
    height: fit-content;
    aspect-ratio: 422/335;
}
.recruit__imgBox img {
  object-fit: cover;
}
.recruit__right {
  width: 50%;
}
.recruti-right__title {
      font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.8;
    color: #fff;
  overflow: hidden;
}
.recruit-right__text {
      line-height: 2.7;
    font-weight: 400;
    margin-top: clamp(3.125rem, 2.458rem + 1.39vw, 4.125rem);
    color: #fff;
}
.experience__title {
      margin-top: clamp(3.25rem, 2.042rem + 2.52vw, 5.063rem);
    text-align: center;
    font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 400;
    color: #fff;
}
.experience__items {
      display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(0.625rem, -0.375rem + 1.56vw, 1.5rem);
    row-gap: 20px;
    margin-top: 24px;
}
.experience__item {
      width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
    color: #9F2018;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: clamp(0.625rem, 0.339rem + 0.45vw, 0.875rem);
    line-height: 1.4;
    font-weight: 500;
}
.recruit__btn {
  margin-top: clamp(3.75rem, 3.25rem + 1.04vw, 4.5rem);
}

.environment {
      background-image: url(https://mas-inc.net/system_panel/uploads/images/environment-bg.png);
    background-position: center;
    background-size: cover;
    padding-top: clamp(3.75rem, 2.917rem + 1.74vw, 5rem);
    padding-bottom: clamp(4.688rem, 2.813rem + 3.91vw, 7.5rem);
}
.environment__inner {
  padding: 0 clamp(1.25rem, -14.583rem + 32.99vw, 25rem);
}
.environment__container {
      display: flex;
    flex-direction: column;
    align-items: center;
}
.environment__content {
      margin-top: clamp(3.75rem, 3.583rem + 0.35vw, 4rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
}
.environment__box {
  position: relative;
}
.environment-box__text {
      text-align: center;
    font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
    font-weight: 400;
}
.environment-box__deco {
      position: absolute;
    width: 100%;
    height: auto;
    object-fit: contain;
    bottom: -90%;
}

.environment__items {
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 933px;
  margin-left: auto;
  margin-right: auto;
  perspective: 1500px;
}
.environment__item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  padding: 26px 10px;
  background-color: #BE2E24;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}
.environment__item:nth-child(2n) {
  background-color: #9F2018;
}
/* ===== 裏面 ===== */
.environment__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  z-index: 2;
}
/* ===== 表面の内容 ===== */
.environment-item__text,
.environment__icon {
  opacity: 0;
  position: relative;
  z-index: 1;
}
#wrapper .environment-item__text,
#wrapper .environment__icon {
  opacity: 1;
}
.environment-item__text {
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  font-weight: 500;
  color: #fff;
}
.environment__icon {
  height: clamp(5.188rem, 3.813rem + 2.86vw, 7.25rem);
  object-fit: contain;
  width: auto;
}
.workplace__btn {
  margin-top: clamp(2.5rem, 1.458rem + 2.17vw, 4.063rem);
}

.staff {
  background-color: #9F2018;
}
.staff_inner {
        padding-top: clamp(3.125rem, -1.458rem + 9.55vw, 10rem);
    padding-bottom: clamp(4.25rem, 0.417rem + 7.99vw, 10rem);
    position: relative;
}
.staff__top {
      display: flex;
    justify-content: space-between;
    padding: 0 clamp(2.5rem, -7.833rem + 21.53vw, 18rem);
}

.staffMv {
  position: relative;
  padding: 40px 0 80px;
  overflow: hidden;
}
.staffSwiper {
  position: relative;
  overflow: visible;
}
.staffCard {
  position: relative;
  margin-right: clamp(1.875rem, -8rem + 20.57vw, 16.688rem);
}
.staffCard__img {
  position: relative;
  aspect-ratio: 1652/567;
}
.staffCard__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.10);
  transition: all 0.5s;
}
.staffCard__img:hover::after {
  background: rgba(0,0,0,.30);
}
.staffCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.staffCard__num {
  position: absolute;
      left: clamp(0.625rem, -10.958rem + 24.13vw, 18rem);
    bottom: clamp(0rem, -1.667rem + 3.47vw, 2.5rem);
  color: #fff;
  z-index: 2;
}
.staffCard-num__text {
  display: block;
      font-size: clamp(1.438rem, 0.542rem + 3.82vw, 5.125rem);
    font-weight: 400;
    font-family: "IBM Plex Sans JP", sans-serif;
    text-align: center;
  line-height: 1;
}
.staffCard-num__number {
  display: block;
      font-size: clamp(2.438rem, 0.951rem + 6.34vw, 8.563rem);
    text-align: center;
    font-weight: 400;
    font-family: "IBM Plex Sans JP", sans-serif;
  line-height: 1;
}
.staffCard-num__text,
.staffCard-num__number {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.9);
  font-weight: 400;
}
.staffCard__name {
  position: absolute;
      top: 16px;
    right: 6px;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 2;
}
.staffCard__name1 {
      font-size: clamp(2rem, 1.075rem + 3.95vw, 5.813rem);
    font-weight: 400;
    font-family: "IBM Plex Sans JP", sans-serif;
    line-height: 1;
    margin-left: clamp(0.125rem, -0.542rem + 1.39vw, 1.125rem);
}
.staffCard__name2 {
      font-size: clamp(0.75rem, 0.659rem + 0.39vw, 1.125rem);
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.staffCard__deco {
  position: absolute;
      height: 60%;
    width: 50%;
    right: -80px;
    bottom: -60px;
  background: #fff;
  z-index: -1;
}
.staffProgress {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  left: clamp(1.875rem, -8.875rem + 22.4vw, 18rem) !important;
  bottom: -35px !important;
  width: clamp(5.813rem, 3.203rem + 11.13vw, 16.563rem) !important;
  height: clamp(0.188rem, 0.127rem + 0.26vw, 0.438rem) !important;
  background: rgba(255,255,255,.3);
  z-index: 100;
}

.staffProgress.swiper-pagination-progressbar {
  transform: none !important;
}

.staffProgress .swiper-pagination-progressbar-fill {
  background: #c7a5a5;
}

.entry {
        margin-top: clamp(5.938rem, 1.021rem + 10.24vw, 13.313rem);
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 clamp(0.625rem, -16.458rem + 35.59vw, 26.25rem);
}
.entry__bg {
      position: absolute;
    font-size: clamp(4.188rem, 0.146rem + 8.42vw, 10.25rem);
    font-weight: 600;
    font-family: "IBM Plex Sans JP", sans-serif;
    color: rgba(255,255,255,0.25);
    bottom: 20px;
        z-index: 10;
    left: clamp(9.375rem, -6.458rem + 32.99vw, 33.125rem);
}
.entry-btn {
      border: 1px solid #fff;
    position: relative;
    z-index: 20;
}

.news {
      padding-top: clamp(5rem, 1.667rem + 6.94vw, 10rem);
    padding-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.news__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.news__contaier {
      display: flex;
    column-gap: clamp(2rem, -2.083rem + 8.51vw, 8.125rem);
}
.title-box__sub--news {
  color: #9F2018;
}
.title-box__main--news {
      color: #9F2018;
    font-size: clamp(2.5rem, 1.833rem + 1.39vw, 3.5rem);
}
.news__block {
  width: 100%;
}
.news__block section {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1rem, 2.08vw, 2.5rem);
}
.news__block section article {
      padding-bottom: 16px;
    border-bottom: 1px solid #939393;
}
.newsItemTime {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    color: #9F2018;
    font-weight: 500;
}
.newsItemCate {
  display: none;
}
.newsItemTit {
      margin-top: clamp(0.5rem, 0.333rem + 0.35vw, 0.75rem);
    font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    font-weight: 500;
    line-height: 1.5;
}
.newsTxt {
      margin-top: clamp(0.5rem, 0.333rem + 0.35vw, 0.75rem);
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 400;
  word-break: break-all;
}

@media (max-width: 767px) {
  .t-fv-deco1 {
        width: 75%;
    top: 36px;
  }
  .t-fv__container {
    top: 38%;
  }
  .t-fv__title {
    font-size: clamp(1.5rem, 0.902rem + 2.55vw, 2.125rem);
  }
  .t-fv__text {
    font-size: clamp(0.75rem, 0.63rem + 0.51vw, 0.875rem);
    margin-top: 17px;
  }
  
  .t-fv-deco2 {
        width: 50%;
    top: -4%;
  }
  .about__content {
        width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .about__text {
    font-size: clamp(0.75rem, 0.63rem + 0.51vw, 0.875rem);
  }
  .about__btn {
        left: 50%;
    transform: translateX(-50%);
  }
  .t-about-deco {
    width: 40%;
  }
  
  .service__inner {
        padding-left: clamp(1.875rem, 0.679rem + 5.1vw, 3.125rem);
    padding-right: clamp(1.875rem, 0.679rem + 5.1vw, 3.125rem);
  }
  .service__bottom {
        transform: unset;
    margin-top: 30px;
    padding: 0;
  }
  .service__items {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
  }
  .service__item {
        display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .service__connector{
    display:none;
  }
  .service-item__img-wrap{
    --lineHeight:0px;
    width: 45%;
  }
  .service-item__img-wrap::after{
    content:"";
    position:absolute;
    left:50%;
    top:100%;
    transform:translateX(-50%);
    width:1px;
    height:var(--lineHeight);
    background:#9F2018;
  }
  .service__item:last-child .service-item__img-wrap::after{
    display:none;
  }
  .service-item__title {
    margin-top: 0;
  }
  .service__item::after{
    display:none;
  }
  .service-item__bottom {
    width: 55%;
  }
  
  .recruit__content {
        flex-direction: column;
    row-gap: 60px;
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit__left {
        width: 100%;
    position: unset;
  }
  .recruit-img__2 {
    margin-top: 10%;
  }
  .recruit__right {
    width: 100%;
  }
  .recruit-right__text {
    font-size: clamp(0.75rem, 0.63rem + 0.51vw, 0.875rem);
  }
  .recruit-imgBox__top {
        column-gap: 0;
    justify-content: space-between;
  }
  .recruit-img__1 {
    width: 43%;
  }
  .recruit-img__2 {
    width: 50%;
  }
  .recruit-img__3 {
    width: 70%;
  }
  .t-recruit-deco2 {
        bottom: unset;
    top: 34%;
    width: 60%;
  }
  .experience__items {
        grid-template-columns: repeat(2, 1fr);
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  .recruit__btn {
        left: 50%;
    transform: translateX(-50%);
  }
  
  .environment__content {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 80px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .environment__box {
        min-width: 240px;
    width: 240px;
  }
  .environment__box:nth-child(2) {
    margin-left: auto;
  }
  .environment-box__deco {
    bottom: -145%;
  }
  .environment__items {
        grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
    margin-top: 96px;
  }
  .environment__item:nth-child(2),
  .environment__item:nth-child(3) {
    background-color: #9F2018;
  }
  .environment__item:nth-child(4) {
    background-color: #BE2E24;
  }
  
  .staff__top {
        flex-direction: column;
    row-gap: 16px;
  }
  .staffMv {
    padding-bottom: 40px;
  }
  .staffCard__img::after {
    background: rgba(0,0,0,.30);
  }
  .staffCard__img {
    aspect-ratio: 350/230;
  }
  .staffCard__deco {
        width: 60%;
    bottom: -10px;
    right: -10px;
    height: 50%;
  }
  .entry {
        max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry__bg {
        left: 0;
    bottom: 30px;
  }
  
  .news__contaier {
        flex-direction: column;
    row-gap: 30px;
  }
  .newsItemTime,
  .newsItemTit,
  .newsTxt {
    padding: 0 20px;
  }
}

@media (max-width: 374px) {
  .about__content {
        padding-left: 10px;
    padding-right: 10px;
  }
  .about__title {
    font-size: 22px;
  }
  .title-box__text {
    font-size: 14px;
  }
  .service__inner {
        padding-left: 20px;
    padding-right: 20px;
  }
  .recruti-right__title {
    font-size: 20px;
  }
  .environment__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .environment__item:nth-child(2),
  .environment__item:nth-child(4) {
    background-color: #9F2018;
  }
  .environment__item:nth-child(3) {
    background-color: #BE2E24;
  }
  .newsItemTime,
  .newsItemTit,
  .newsTxt {
    padding: 0;
  }
}