@charset "UTF-8";

#recruit_banner + section .inner_item_img a{
  transition:0.3s all;
}


#recruit_banner + section .inner_item_img a:hover{
  opacity:0.7;
}


#point + div .heading.block_header_6 .h {
  color: #000000!important;
}

#point + div .inner_item:nth-of-type(1) a img{
  object-position: 10% 30%;
}

#point + div .inner_item:nth-of-type(2) a img{
  object-position: 50% 100%;
}

#point + div .inner_item:nth-of-type(3) a img{
  object-position: 40% 10%;
}

#point + div + #point + div .inner_item:nth-of-type(1) a img{
  object-position: 30% 0%;
}

#point + div + #point + div .inner_item:nth-of-type(2) a img{
  object-position: 20% 30%;
}

#point + div + #point + div .inner_item:nth-of-type(3) a img{
  object-position: 60% 90%;
}



#movie + section .content_wrapper{
  display: flex;
  justify-content: center;
}

/*.heading.block_header_3 .h {
    font-family: 'Dancing Script', cursive !important;
}*/


#recruit_banner + section .inner_item_img img {
    max-height: 300px;
    max-height: 450px;
    object-fit: contain;
}

#staff_interview + div .heading.block_header_6 .h {
  line-height: 5.0;
}

@media screen and (max-width:600px){
#text + section .heading.block_header_6 .h {
    font-size: min(6.25vw, 3.8rem);
}
}