@charset "UTF-8";

@media screen and (max-width: 1174px) {

  /*** ビジョン ***/
  .vision {
    background-position: 20% top;
	  
  }

  .vision .content {
    display: none;
  }

  .vision_sp.content {
    display: block;
  }

  .vision_sp {
    padding: 20px;
    display: block;
    padding-bottom: 100px;
	  background: #000000;
  }

  .vision_sp h2 {
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
  }

  .vision_sp h2 span {
    font-size: 22px;
    color: #AAA;
    font-family: "Times New Roman";
    font-style: italic;
    padding-left: 5px;
  }

  .vision_sp p {
    font-size: 15px;
    line-height: 34px;
    text-align: center;
  }


  /*** サービス ***/
  .service {
    width: 100%;
    display: block;
    background: #F2F5F8;
    padding: 100px 0 100px 0;
    margin: 0 auto;
  }

  .service h2 {
    text-align: center;
    padding-bottom: 60px;
  }

  .service h2 span {
    font-size: 22px;
    color: #AAA;
    font-family: "Times New Roman";
    font-style: italic;
  }

  .services img {
    width: 500px;
    height: 380px;
  }

  .services {
    width: 740px;
    margin: 0 auto;
    padding-left: 60px;
  }

  .service .service_area {
    display: block;
    width: 320px;
    height: 256px;
    /*background: #efefef;*/
    float: left;
    position: relative;
    margin-bottom: 35px;
  }

  .service ul {
    padding-top: 30px;
  }

  .service li {
    color: white;
    font-size: 18px;
    text-align: left;
    padding-left: 60px;
    line-height: 40px;
    font-weight: bold;
  }

  .service_space {
    margin-right: 50px;
  }

  .service .service01 {
    width: 300px;
    height: 228px;
  }

  .service .service02 {
    width: 300px;
    height: 228px;
  }

  .service .service03 {
    width: 300px;
    height: 228px;
  }

  .service .service04 {
    width: 300px;
    height: 228px;
  }

  .service .service_btn img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 270px;
    height: 55px;
  }

  .form {
    display: none;
  }

  .contact_sp {
    display: block;
  }

}

@media screen and (max-width: 970px) {

  .main_nav {
    /*background: white;*/
    padding: 0 20px 0 20px;
  }

  header {
    height: 950px;
  }

  h1 {
    padding: 0;
    padding-top: 27px;
  }

  h1 a {
    color: #fff;

    font-size: 20px;
  }

  .main_nav ul {
    -webkit-flex-direction: column;
    flex-direction: column;
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    background: #000000;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    z-index: 980;
  }

  .main_nav ul li {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }

  .main_nav ul li a {
    display: block;
    background: transparent;
    margin: 0px;
    padding: 20px;
  }

  .main_nav ul li a:hover {
    background: #222222;
  }

  .nav__icon,
  .nav__icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 999;
  }

  .header_container_title {
    width: 100%;
    padding-top: 200px;
  }

  .header_container_title img {
    width: 94%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_container_text {
    padding-left: 20px;
    margin: 0 auto;
    width: 94%;
    padding-top: 42px;
  }

  .header_container_text img {
    width: 94%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_btn_set {
    text-align: center;
  }

  .header_btn_set img {
    margin: 10px;
    max-width: 50px;
  }

  /*** 会社概要 ***/
  .company dl {
    width: 94%;
    font-size: 16px;
    padding-bottom: 100px;
  }

  .company dt {
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 5px;
  }

  .company dd {
    font-size: 16px;
    padding-left: 15px;
  }

  /*** 採用情報 ***/
  .recruit p {
    margin-left: 10px;
    margin-right: 10px;
  }


}

@media screen and (max-width: 817px) {
  .services {
    margin: 0 auto;
    max-width: 320px;
    padding-left: 0;
  }

  .service_space {
    margin-right: 30px;
  }

}