/* **************************************************************
MV
************************************************************** */
.mv__container {
  background-image: url("../img/mv-bg.jpg");
}

.mv__img {
  background-image: url("../img/mv-img.jpg");
}

.mv__grid {
  box-shadow: 3px 8px 15px rgba(0, 0, 0, 0.55);
}

/* **************************************************************
.l-cv-block
************************************************************** */
.l-cv-block {
  background-image: url("../img/mv-bg.jpg");
}

/* **************************************************************
.m-moviebox
************************************************************** */

.m-moviebox {
  border: 1px solid var(--ft-color-support);
  padding: 2rem;
  display: flex;
}
.m-moviebox-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .m-moviebox {
    flex-direction: column;
  }
  .m-moviebox-title {
    font-size: 1.6rem;
  }
}


.cf-title {
  background-color: var(--ft-color-sub-blue);
  color: var(--bg-color-white);
  font-weight: bold;
  text-align: center;
}

.notice .cf-title {
  background-color: var(--color-main1);
}

/* .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;
} */

.note-list li {
  line-height: 1.8;
  padding-left: 2em;
  text-indent: -2.5em;
}
.note-list li + li {
  margin-top: 2rem;
}

/*----------------------------------------------------------
img__box
----------------------------------------------------------*/
.img__box01{
  max-width: 850px;
  margin: 50px auto;
}
@media (max-width: 786px) {

}
/*----------------------------------------------------------
開発者の声サイズ
----------------------------------------------------------*/
.for_sp{
    display: none;
  }
@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;
  }
}

@media (max-width: 768px) {
  .m-pagetop {
    bottom: 100px;
  }
}