/* CSS Document */
@media screen and (max-width:767px){
  div.slider.slider_company{
    height: auto !important;
  }
  div.slider div{
    height: auto !important;
  }
  div.slider.slider_company figure{
    margin: 0 0.75rem;
    width: calc(100vw / 2);
  }
  div.slider.slider_company figure img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  div.slider.slider_company::before{
    content: "";
    display: none;
  }
  /*代表挨拶*/
  div.message_text{
  }
  div.message_text > p{
    margin-bottom: 10px;
  }
  div.message_text > p.last{
    margin-bottom: 0;
  }
  /*企業情報*/
  section.company_list dl dd ul{
    padding-left: 1rem;
    box-sizing: border-box;
    list-style-position: outside;
  }
  section.company_list dl dd ul li{
    margin-bottom: 0.5rem;
  }
  section.company_list dl dd ul li:last-of-type{
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1099px){
  div.slider.slider_company{
    height: auto !important;
  }
  div.slider.slider_company::before{
    content: "";
    display: none;
  }
  div.slider.slider_company figure{
    margin: 0 1rem;
    width: calc(100vw / 2);
  }
  div.slider.slider_company figure img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  div.slider.slider_company::before{
    content: "";
    display: none;
  }
  /*代表挨拶*/
  div.message_text{
  }
  div.message_text > p{
    margin-bottom: 15px;
  }
  div.message_text > p.last{
    margin-bottom: 0;
  }
  /*企業情報*/
  section.company_list dl dd ul{
    padding-left: 1rem;
    box-sizing: border-box;
    list-style-position: outside;
  }
  section.company_list dl dd ul li{
    margin-bottom: 0.5rem;
  }
  section.company_list dl dd ul li:last-of-type{
    margin-bottom: 0;
  }
}
@media screen and (min-width:1100px){
  div.slider.slider_company{
    height: auto !important;
  }
  div.slider.slider_company::before{
    content: "";
    display: none;
  }
  div.slider.slider_company figure{
    margin: 0 1.5rem;
    width: 450px;
  }
  div.slider.slider_company figure img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  /*代表挨拶*/
  div.message_text{
  }
  div.message_text > p{
    margin-bottom: 15px;
  }
  div.message_text > p.last{
    margin-bottom: 0;
  }
  /*企業情報*/
  section.company_list dl dd ul{
    padding-left: 1rem;
    box-sizing: border-box;
    list-style-position: outside;
  }
  section.company_list dl dd ul li{
    margin-bottom: 0.5rem;
  }
  section.company_list dl dd ul li:last-of-type{
    margin-bottom: 0;
  }
}

