/* **************************************************************
MV
************************************************************** */
.mv__container {
  background-image: url("../img/mv-bg.jpg");
  background-size: cover;
  background-position: center;
}

.mv__img {
  background-image: url("../img/mv-img.jpg");
}

.mv__grid {
  box-shadow: 3px 8px 15px rgba(0, 0, 0, 0.55);
}

/* .forte {
  counter-increment: num;
}
.forte__head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  min-width: 0;
  margin-bottom: 3rem;
}
.forte__head span {
  background-color: var(--color-main1);
  color: var(--bg-color-white);
  display: flex;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  padding: 1rem;
  font-size: 0.85em;
  font-family: var(--font-en-R);
  flex-shrink: 0;
  height: 100%;
}
.forte__head span::after {
  content: counter(num, decimal-leading-zero);
  font-size: 1.5em;
  font-weight: var(--weight-b);
}
.forte__headline {
  font-size: var(--fz-headline-md);
  font-weight: var(--weight-b);
}
.forte__imgs {
  display: flex;
  gap: 2rem;
} */

/* **************************************************************
.l-cv-block
************************************************************** */
.l-cv-block {
  background-image: url("../../../themes/tim/img/mv-bg.jpg");
}

/*----------------------------------------------------------
img__box
----------------------------------------------------------*/
.img__box01{
  max-width: 900px;
  margin: 30px auto 0;
  --gap-x: 55px;
}
.img__box02{
  max-width: 850px;
  margin: 30px auto 50px;
}

@media (max-width: 768px) {
  .img__box02{
    max-width: 400px;
  }

}
/*----------------------------------------------------------
開発者の声サイズ
----------------------------------------------------------*/
.for_sp{
    display: none;
  }

.m-pagetop {
  bottom: 40px;
}

@media (max-width: 1024px) {
  .devlop-img img{
    max-width:inherit;
    aspect-ratio:inherit;
    object-fit: inherit;
    object-position:inherit;
    width: 100%;
  }
  .for_pc{
    display: none;
  }
  .for_sp{
    display: block;
  }
}