@charset "UTF-8";

#gallery + div .content_wrapper {
  display: none;
}

@media screen and (max-width: 600px) {
  #gallery + div .content_wrapper {
    display: block;
  }

  #gallery + div .slick-track {
    transform: translate3d(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #gallery + div .content_wrapper .inner_item {
    width: 100% !important;
  }
}

/*見出し位置*/
@media screen and (min-width: 1701px){
  #hd_concept + section .heading.block_header_1,
  #hd_staff + section .heading.block_header_1{
    margin-bottom: -200px;
    padding-top: 200px;
    padding-left: 56%;
  }
  #hd_bg_greeting + section .heading.block_header_1{
    margin-bottom: -200px;
    padding-top: 200px;
    padding-right: 56%;
  }
}
@media screen and (max-width: 1700px) and (min-width: 901px){
  #hd_concept + section .heading.block_header_1,
  #hd_staff + section .heading.block_header_1{
    margin-bottom: calc(100px + -18vw);
    padding-top: calc(-100px + 18vw);
    padding-left: 56.3%;
  }
   #hd_bg_greeting + section .heading.block_header_1{
    margin-bottom: calc(100px + -18vw);
    padding-top: calc(-100px + 18vw);
    padding-right: 56.3%;
  }
}
@media screen and (max-width: 900px){
  #hd_bg_greeting + section{
    padding-top: 80px;
  }
}
@media screen and (max-width: 600px){
  #hd_bg_greeting + section{
    padding-top: 65px;
  }
}