@charset "UTF-8";

/*****************************
  タスクフクシ
*****************************/
.page-tasuku-fukushi .hcontent{
  width: 330%;
}
.pagesec1 .pscontent2{
  background: url(../../images/page/tasukufukushi/tasukufukushi_bg.webp) no-repeat center / cover;
}
.pagesec1 .pscontent2 h3{
  font-size: 2.6rem;
  margin-bottom: 5rem;
}
.pagesec1 .pscontent2 .inner2{
  position: relative;
  z-index: 1;
}

.pagesec2 .mov{
  aspect-ratio: 16/9;
  /* max-width: 800px; */
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
}


@media only screen and (max-width: 1180px) {
  .pagesec1 .pscontent2 br:nth-of-type(7){
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .pagesec1 .pscontent2 br:nth-of-type(6){
    display: none;
  }
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-height: 720px) and (min-width: 1024px){
  .pagesec1 .pscontent2 h3 {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .pagesec1 .pscontent2 h3 {
    font-size: 2rem;
  }
  .pagesec2 {
    padding: 8rem 3rem;
  }
  .pagesec2 .mov{
    position: static;
    transform: none;
    width: 100%;
  }
}