@media only screen
and (min-width : 1281px) {
  .resp {
    display: none;
  }  
}

/* 1280 */
@media only screen
and (max-width : 1280px) {
  #top-line ul,
  nav .shadow {
    display: none;
  }
  .noresp {
    display: none;
  }  
  #map .title .center,
  #splash-training .title .center,
  .pagetitle {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  #map .title .center,
  #splash-training .title .center {
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }  
  #map .title .center::before,
  #map .title .center::after,
  #splash-training .title .center::before,
  #splash-training .title .center::after,
  .pagetitle .inside::before,
  .pagetitle .inside::after,
  nav .container::before,
  nav .container::after {
    display: none;
  }
  header,
  header.sticky,
  header.sticky #top-line {
    height: 130px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); 
  }
  #banner-carousel,
  .owl-carousel .owl-stage-outer,
  .owl-carousel .owl-stage,
  .owl-carousel .owl-item,
  .owl-carousel .owl-item div {
    height: 100%;
  }
  #splash-banner .slogan {
    width: calc(100% - 60px);
    max-width: none;
  }
  .container {
    padding: 0 30px;
  }
  #contact .container {
    padding: 0;
  }
  #splash-service .item,
  #splash-service .image,
  #splash-service .description {
    width: calc(100vw - 60px);
  }
  #splash-service .description {
    padding-left: 0;
    padding-right: 0;
  }
  .owl-nav {
    width: calc(100% - 60px);
  }
  #page-pic h1 {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-top: 120px;
  }
  #training .container {
    flex-direction: column;
  }
  #training .course {
    padding-right: 0;
    border-right: none;
    padding-bottom: 50px;
    border-bottom: #c6c6c6 1px solid;    
    width: 100%;    
  }
  #training .course ul {
    width: 100%;
  }
  #training .course li {
    padding-left: 50px;
  }
  #training .course .selector {
    right: auto;
    left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 24px;
    top: 15px;
  }
  #training .schedule {
    padding: 45px 0 0 0;
    width: 100%;
  }
  #training .schedule li {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  #training .schedule span.time {
    flex-grow: 1;
    flex-shrink: 0;
  }
  #training .schedule span.name {
    width: 100%;
    flex-shrink: 0;
    padding: 10px 0;
    margin: 0;
  }
  #training .schedule li .button {
    margin: 0;
  }
  #training .schedule .info span {
    padding-left: 0;
  }
  nav {
    position: fixed;
    width: 100%;
    top: -100vh;
    left: 0;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    justify-content: flex-start;
    padding: 30px 30px 0 30px;
    overflow: hidden;
    background: rgba(255,241,0,0.97);
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  nav .container {
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100% - 115px);
    overflow-y: auto;
  }
  nav.visible {
    top: 0;
    opacity: 1;
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;     
  }
  nav .container ul {
    flex-direction: column;
    justify-content: flex-start !important;
  } 
  nav ul.top-level li {
    height: auto;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 10px 20px;
    border-bottom: rgba(0,0,0,0.3) 1px dotted;
    flex-dirextion: column;
  }
  nav ul.top-level li a {
    display: inline-block;
    height: auto;
    font-size: 14px;
    color: #000000;
  }  
  nav ul.sub-level::before {
    display: none;
  }
  nav ul.sub-level {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% + 40px);
    height: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: 10px;
    margin-left: -20px;
    padding: 0;
    background: none;
  }
  nav ul.sub-level li:not(:last-child) {
    border-bottom: rgba(0,0,0,0.3) 1px dotted;
  }
  nav ul.sub-level li:last-child {
    border: none;
  }
  nav ul.sub-level li a {
    opacity: 0.8;
  }
  .pagetitle {
    margin-top: 0;
    height: auto;
  }
  .pagetitle .inside {
    height: auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
  #cookie {
    flex-direction: column;
    text-align: center;
  }
  #cookie a {
    display: block;
  }
  #cookie p.accept a {
    margin: 0;
  }
  #cookie p.accept {
    margin: 10px auto 0 auto;
  }
  #direct-contact {
    display: none;
  }
  nav ul.top-level li i.noresp {
    display: none;
  }
  nav ul.top-level li i.resp {
    display: block;
    right: 50%;
    top: auto;
    bottom: -8px;
    color: #000000;
  }
  #layer-closer {
    top: auto;
    bottom: 20px;
    right: calc(50% - 15px);
  }
  footer {
    padding-bottom: 60px;
  }
  #conticon {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    background: rgba(0,0,0,0.95);
    justify-content: center;
    padding: 10px 5px;
  }
  #conticon a {
    width: 50%;
    margin: 0 5px !important;
  }
}

/* 1024 */
@media only screen
and (max-width : 1024px) {
  ul.items.col-3 li,
  ul.items.col-2 li {
    width: 100%;
    margin-bottom: 0;
  }
  ul.items.col-4 li {
    width: calc((100% / 2) - 50px);
  }  
  #splash-training .button {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: none;
    transform: none;
  }
  #splash-highlight .description {
    left: 0 !important;
    right: 0 !important;
    bottom: 0;
    padding: 30px !important;
    height: auto;
  }
  #splash-highlight .mask {
    opacity: 1;
    background: none;
  }
  #splash-highlight .button {
    background: rgba(255,255,255,0.5);
    border: none;
  }
  footer .world {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);    
  }
  footer .copy p {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #proposer a {
  
  }
  #proposer a:hover {
    opacity: 1;
  }  
  #compliance li,
  #inspection li,
  #product li {
    flex-direction: column;
  }
  #compliance .image,
  #inspection .image,
  #product .image {
    width: 100%;
    margin-right: 0;
  }
  #compliance .image img,
  #inspection .image img,
  #product .image img {
    object-fit: cover;
  }  
  #compliance .description,
  #inspection .description,
  #product .description {
    width: 100%;
    margin-top: 0;
  }
  #compliance .title,
  #inspection .title,
  #product .title {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #inspection .title {
    height: 30px;
    width: max-content;
    padding: 0 20px;
    margin: -30px 0 0 0;
  }
  #compliance .button,
  #inspection .button,
  #product .button {
    margin-left: auto;
  }
  #blog li {
    border-bottom: #c6c6c6 1px solid;
    padding-bottom: 50px;
    margin-bottom: 25px;
  }
  #contact .container {
    flex-direction: column;
  }
  #contact .company {
    margin-top: -20px;
    border-right: none;
    padding-right: 0;
    padding-bottom: 50px;
    border-bottom: #c6c6c6 1px solid;    
    width: 100%;
  }
  #contact .company ul {
    width: 100%;
  }
  #contact .company li {
    margin-top: 20px;
  }  
  #contact .company h2,
  #contact .company h3 {
    text-align: center;
  }
  #contact .form {
    padding-left: 0;
    width: 100%;
  }
  #contact .form .button {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: none;
    transform: none;    
  }
  footer,
  footer .copy {
    height: auto;
  }
  footer .links {
    position: relative;
    height: auto;
    flex-direction: column;
  }
  footer .copy,
  footer .links {
    padding: 30px 0;
  }
  footer .world {
    height: 200%;
  }
  footer .links li {
    margin: 0 !important;
  }
  footer .links li::after {
    display: none;
  }
  #splash-banner {
    height: 70vh;
  }
  #skip {
    display: none;
  }
  #splash-banner .slogan {
    font-size: 18px;
    bottom: 20px;
    padding: 10px 30px;
  }
  #splash-banner .world {
    display: none;
  }
  #top-line .container {
    justify-content: center !important;
  }
  #logo {
    width: 180px;
  }
  #logo p {
    display: none;
  }
  #logo img {
    height: auto;
  }
  #plc-process .repeat-box {
    width: 100%;
  }
  #oe-process ul,
  #plc-process ul {
    width: calc(100% - 60px);
  }
  #badge-ariba {
    left: 10px;
    bottom: 60px;
  }
}

/* 768 */
@media only screen
and (max-width : 768px) {
  #accreditation li {
    flex-direction: column;    
  }
  #accreditation .image {
    margin: 0 auto;
  }
  #accreditation .description {
    margin: 0;
  }
  #accreditation h2 {
    text-align: center;
  }
  #accreditation .download {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
  }
  .notfound-404 {
    display: none;
  }
  .notfound-text .button {
    margin: 30px auto 0 auto;
    -webkit-transform: none;
    transform: none;
    display: block;
    width: 50%;
    text-align: center;
  }
  .owl-nav {
    display: none;
  }
  .halfpic {
    flex-direction: column;
  }
  .halfpic div {
    width: 100%;
  }  
  .halfpic .text {
    height: 50px;
    order: 2;
  }
  #plc-process .repeat-box {
    flex-direction: column;
  }
  #plc-process .repeat-box h3 {
    color: #3886ee;
    background: #f4f4f4;
    padding: 10px 30px;
    position: relative;
    top: auto;
    margin-top: 0;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
  }  
}

/* 600 */
@media only screen
and (max-width : 600px) {
  #coworker ul.items li {
    flex-direction: column;
    text-align: center;
    border-bottom: #c6c6c6 1px solid;
    padding-bottom: 50px;
    margin-bottom: 25px;    
  }
  #coworker .image {
    margin: 0 auto 20px auto;
    width: 360px;
    height: 360px;
  }
  #logo {
    width: 180px;
  }
}

/* 480 */
@media only screen
and (max-width : 480px) {
  #coworker .image {
    width: 280px;
    height: 280px;
  }
  #content h1,
  .pagetitle h1,
  #splash-service h2,
  #splash-training h2,
  #splash-highlight h2,
  #map h2 {
    font-size: 26px;
  }
  .button {
    text-align: center;
  }
  #page-pic h1 {
    font-size: 20px;
  }
  #page-pic,
  #page-pic.low {
    height: 300px;
  }
  #compliance .image,
  #product .image {
    height: 200px;
  }
  #blog .image {
    height: 200px;  
  }
  #proposer li {
    height: 200px;
  }
  #blog .info {
    display: none;
  }
  #splash-service .image {
    height: 260px;
  }
  #proposer .info {
    width: 100%;
  }
  #proposer .info::before,
  #proposer .info::after {
    display: none;
  }
  #proposer a {
    font-size: 20px;
  }
  .halfpic .text {
    font-size: 18px;
  }
  ul.items.col-4 li {
    width: calc((100% / 1) - 50px);
  }
  #content p img[style="float: left;"],
  #content p iframe[style="float: left;"],
  #content p img[style="float: right;"],
  #content p iframe[style="float: right;"] {
    margin: 0 auto 20px auto;
    float: none !important;
    min-width: 70%;
    height: auto;
  }
  #badge-ariba img {
    width: 150px;
  }
  footer {
    padding-bottom: 100px;
  } 
}

/* 340 */
@media only screen
and (max-width : 340px) {
  #coworker .image {
    width: 260px;
    height: 260px;
  }
}