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

  .pc {
    display: none;
  }

  .tab {
    display: block;
  }

  .sp {
    display: none;
  }

  .sp-only {
    display: none;
  }


  .top-nav {
    display: none;
  }


  /*----------------------------*/


  .nav--ex {
    display: block;
    height: 75px;
  }


  .nav--ex .logo {
    display: block;
    width: 300px;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .menu-under {
    height: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 9999999;
    cursor: pointer;
  }

  .menu__line {
    background: #111;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }

  .menu__line--center {
    top: 9px;
  }

  .menu__line--bottom {
    bottom: 0;
  }

  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
  }

  .menu__line--center.active {
    transform: scaleX(0);
  }

  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }


  /*----------------------------*/

  .nav-cover {
    background: #fff;
    background-size: cover;
    background-position: 50% 50%;
    display: none;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }

  .nav-cover__wrap {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
  }

  .nav-cover__menu {
    text-align: center;
  }

  .nav-cover__menu__item {
    margin: 40px 0;
    vertical-align: middle;
  }


  .nav-cover__menu__item:last-child {
    margin-bottom: 0;
  }

  .nav-cover__menu__item:first-child {
    margin: 0 auto;
    width: 300px;
    padding-left: 20px;
    margin-bottom: 50px;
  }

  .nav-cover__menu__item a {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #111;
  }

  .nav-cover__menu__item a span {
    color: #1D9BF0;
    font-size: 20px;
  }



  /*----------------------------*/


  .fix-bar {
    width: 70%;
    margin: 0 auto;
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 20px 20px 0 0;
    padding: 15px 0 10px 0;
    justify-content: center;
  }

  .fix-bar a {
    margin-right: 40px;
  }

  .fix-bar .info span:first-child {
    font-size: 20px;
  }

  .fix-bar .info span:last-child {
    font-size: 12px;
  }

  .fix-bar img.mail {
    height: 30px;
  }

  .fix-bar img.tel {
    height: 30px;
  }


  .fix-bar::after {
    width: 30px;
    height: 50px;
    margin-top: 20px;
  }


  /*----------------------------*/


  #pageTop {
    bottom: 10px;
    right: 10px;
  }


  /*----------------------------*/

  .main-visual {
    height: 800px;
  }


  img.inada {
    display: none;
  }



  img.inada-under {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 680px;
  }

  img.catch {
    display: none;
  }


  .container {
    width: 100%;
    margin: 80px auto;
  }

  .container.news {
    width: 85%;
  }

  .container.news .wrap {}

  .container.news .head {
    width: 35%;
    border-right: 1px solid #ddd;
    margin-right: 50px;
  }

  .container.news li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
    flex-direction: column;
    margin-bottom: 20px
  }

  .container.news li:last-child {
    margin-bottom: 0;

  }

  .container.news span:first-child {
    font-weight: 600;
    margin-bottom: 10px;
  }

  .container.news span:last-child {
    width: 100%;
  }

  img.logo-gray {
    width: 250px;
    top: -100px;
  }

  .container.wide {
    width: 100%;
    padding: 60px;
  }


  .service-list {
    justify-content: space-between;
  }

  .service-list .item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .service-list .item:nth-child(3) {
    width: 48%;
    margin-right: 0;
  }

  .service-list .item:last-child {
    margin-right: 0;
  }


  .service-list .info {
    padding: 30px;
  }


  section.about {
    padding: 60px;
    padding-top: 10px;
  }

  .container.about {
    padding: 60px;
  }

  img.logo-white {
    width: 180px;
    top: -70px;
  }

  img.inada-2 {
    height: 600px;
    padding-left: 0;
    right: -60px;
  }

  .container.about .info {
    width: 60%;
    margin-top: 50px;
  }

  section.recruit {
    padding: 80px 0;
    flex-direction: column;
  }

  section.recruit.ex {
    padding-bottom: 100px;
  }

  section.recruit .tn {
    width: 100%;
    height: 550px;
  }


  section.recruit .info {
    width: 85%;
    padding: 60px;
  }



  footer {
    background: #1D9BF0;
    padding: 50px 0;
    padding-bottom: 100px;
  }


  footer .inner {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  footer .logo {
    width: 200px;
    top: -130px;
    left: 0;
  }

  footer p {
    color: #fff;
    margin-top: 0;
    font-size: 13px;
  }


  footer .nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
  }

  footer .nav li:last-child {
    margin-right: 0;
  }


  footer .contact {
    display: none;
  }


  /*----------------------------*/



  .under-nav {
    display: none;
  }

  .under-nav .logo {
    width: 250px;
  }


  header .head .logo-line {
    width: 400px;
  }




  /*----------------------------*/

  .pankuzu {
    font-size: 14px;
    margin-left: 5%;
  }


  img.logo.service {
    width: 400px;
  }


  .service-wrap {
    padding: 0 60px;
    margin-top: 0;
  }

  .service-item {
    padding-top: 50px;
  }

  .service-item:first-child {
    padding-top: 50px;
  }



  .service-item .head {
    flex-direction: column;
  }


  .service-item .head.ex {
    flex-direction: column;
  }

  .service-item .head .tn {
    width: 100%;
    margin: 0 auto;
  }

  .service-item .head .info {
    width: 80%;
  }

  .service-item .head .icon {
    width: 80px;
    margin-bottom: 30px;
    margin-top: -40px;
  }


  .service-item .foot {
    width: 100%;
  }

  .service-item .foot .item {
    width: 30%;
  }


  .news-list {
    width: 80%;
  }

  .news-list .item {
    padding-top: 70px;
  }

  form {
    width: 80%;
    margin: 50px auto;
    color: #fff;
  }


  .txt-box.ex {
    margin-bottom: 150px;
  }





  /*----------------------------*/



}
