@charset 'utf-8';

/*---------------------------------------------------
mv
---------------------------------------------------*/
.page_mv::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url('../img/news.jpeg');
  background-size: cover;
  background-position: center 80%;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}

.page_title {
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page_title {
    top: 40%;
    left: 30px;
    transform: translateY(-50%);
  }
}

/*---------------------------------------------------
procedure_text
---------------------------------------------------*/
.infomation_text {
  margin-top: 4rem;
  text-align: center;
}

.infomation_text p {
  line-height: 2.5;
  letter-spacing: 0.05rem;
}

.infomation_text p span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .infomation_text {
    margin-top: 3rem;
    text-align-last: left;
  }

  .infomation_text p {
    line-height: 2;
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
  }
  
  .infomation_text p span {
    font-size: 1.05rem;
    text-align: center;
  }
}