.SP {
  display: none;
}
@media screen and (max-width: 1200px){
  .SP {
    display: block;
  }
  .PC {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .wrapper {
    width: 100%;
  }
  #message .messageBox {
    width: 100%;
    margin-top: 0;
    height: auto;
    padding: 30px;
  }
  .intSec .heading {
    height: 215px;
  }
  .intSec .heading .headBox,
  .intSec .heading.right .headBox {
    margin-left: -267px;
    top: 162px;
  }
  .intSec .faqList {
    width: 100%;
    margin-top: 196px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .intSec .faqList dd {
    width: 100%;
  }
  .numberList .clm {
    width: 100%;
    float: none;
    height: auto;
    padding: 20px;
  }
  .numberList .clm:nth-child(2n) {
    background-color: #fff;
    border-top: 3px solid #8ec555;
  }
  #job .wrapper {
    padding: 0;
  }
  #job .row .left {
    float: none;
    width: 100%;
    text-align: center;
    padding: 3%;
    padding-right: 3%;
  }
  #job .row .right {
    float: none;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #job .row .right .num {
    top: 0px;
    left: 7%;
  }
  .envList .clm.long.spNormal {
    height: 302px;
    background-image: url(../img/square_orange_01.png);
  }
  .envList .clm.long.spNormal .img {
    height: 158px;
  }
  #environment .caution {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }
  .eventList {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .eventList li {
    float: none;
    margin-bottom: 20px;
  }
  .evCap {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #ideal {
    background-image: none;
  }
  #ideal .idealList {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  #requirement .reqTab {
    display: block;
    text-align: center;
  }
  #requirement .reqTab li {
    display: inline-block;
    width: 32%;
    margin-bottom: 5px;
  }
  #requirement .reqTab li:hover:after, #requirement .reqTab li.active:after {
    display: none;
  }
  .target table,
  .target table th,
  .target table td,
  .target table tbody, 
  .target table tr {
    display: block;
    width: 100%;
  }
  #flow .flowList {
    display: block;
    width: 100%;
  }
  #flow .flowList li {
    margin: 0 auto 5px;
    height: auto;
    padding: 20px;
  }
  #flow .flowList li .img {
    height: auto;
  }
  #flow .flowList li .img img {
    position: static;
    transform: translate(0,0);
  }
  #flow .flowList li:not(:last-child):after {
    background: url(../img/arrow_right_down.png) no-repeat center;
    width: 100%;
    height: 21px;
    position: absolute;
    top: calc(100% - 10px);
    right: 0;
    margin-top: 0;
  }
  #faq .faqList {
    width: 100%;
  }
  .entryTable,
  .entryTable tbody,
  .entryTable tr,
  .entryTable th,
  .entryTable td {
    width: 100%;
    display: block;
  }
  #gNavi {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    background-color: #f2f3f3;
    text-align: left;
    height: 0;
    overflow: auto;
    padding-bottom: 30px;
    transition: .3s;
    visibility: hidden;
  }
  #gNavi.slide {
    height: calc(100vh - 59px);
    visibility: visible;
  }
  #gNavi .parent > li {
    display: block;
    padding: 0;
  }
  #gNavi .parent > li:nth-child(2n) {
    background-color: #fff;
  }
  .spEntryBtn {
    margin: 20px 0 0;
    text-align: center;
  }
  .spEntryBtn img {
    width: 42%;
    max-width: 270px;
  }
  .toggle {
    background: url(../img/arrow_down_min.png) no-repeat 96% 24px;
  }
  .toggle.open {
    background: url(../img/arrow_up_min.png) no-repeat 96% 24px;
  }
  #gNavi .child {
    position: static;
    opacity: 1;
    margin-left: 0px;
    width: 100%;
    padding-top: 0;
    transition: max-height .2s;
    max-height: 0;
    visibility: hidden;
  }
  #gNavi .child.action {
    max-height: 300px;
    visibility: visible;
  }
  #gNavi .parent > li > span, #gNavi .parent > li > a {
    padding: 22px 18px;
  }
  #gNavi .child ul {
    background-color: #f2f3f3;
  }
  #gNavi .child.white ul {
    background-color: #fff;
  }
  #gNavi .child ul:before {
    display: none;
  }
  #gNavi .child ul li {
    padding-left: 0;
    background: none;
  }
  #gNavi .child ul li a {
    color: #292826;
    display: block;
    padding: 8px 0;
  }
  #gNavi .parent > li > span:hover:after, #gNavi .parent > li > a:hover:after {
    display: none;
  }
  #logo {
    padding-left: 3%;
  }
  .spMenu {
    position: absolute;
    right: 3%;
    padding-top: 20px;
  }
  .spMenuBtn {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 26px;
    height: 20px;
  }
  .spMenuBtn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3a4763;
    border-radius: 4px;
  }
  .spMenuBtn .spMenuBtn span:nth-of-type(1) {
    top: 0;
  }
  .spMenuBtn span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .spMenuBtn span:nth-of-type(3) {
    bottom: 0;
  }
  .spMenuBtn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-315deg);
  }

  .spMenuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .spMenuBtn.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(315deg);
  }
  #entryBtn {
    display: none;
  }
  #interview .interviewList li {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 750px){
  .telLink {
    pointer-events: auto;
  }
  #mainImg h1{
    text-align: center;
    margin-top: 0;
    transform: translate(0,-50%);
  }
  #mainImg h1 img {
    width: 90%;
  }
  section > h2 {
    font-size: 12vw;
    line-height: 1;
    margin-bottom: 20px;
  }
  section > h2 small {
    position: relative;
    top: -10px;
  }
  #message .wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
  #message .messageBox h3 {
    font-size: 5vw;
    line-height: 1.5;
  }
  #message .messageBox .txt {
    font-size: 3.2vw;
  }
  #message .messageBox .name {
    font-size: 4vw;
  }
  #business .businessList {
    padding-left: 3%;
    padding-right: 3%;
  }
  #business .businessList .clm {
    width: 100%;
    height: auto;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    background: none;
    margin: 0 0 15px;
  }
  #business .businessList .clm .white {
    padding: 18px;
  }
  #business .businessList .clm.long {
    height: auto;
  }
  #interview .interviewList li {
    margin: 0 0 60px;
  }
  .intSec .heading {
    background-position: 60% center;
  }
  .intSec .heading .headBox, .intSec .heading.right .headBox {
    width: 100%;
    height: auto;
    top: 100%;
    left: 0px;
    margin-left: 0;
    padding: 3vw;
  }
  .intSec .heading .headBox h2 {
    font-size: 6vw;
    margin-bottom: 7vw;
  }
  .intSec .heading .headBox .txt {
    font-size: 4vw;
  }
  .intSec .heading .headBox .num {
    top: -19vw;
    left: auto;
    font-size: 20vw;
  }
  .intSec .faqList dt {
    font-size: 6vw;
  }
  .intSec .faqList dt strong {
    font-size: 8vw;
  }
  .intSec .faqList dd {
    font-size: 3.2vw;
  }
  #interview02 .heading,
  #interview04 .heading{
    background-position: 12% center;
  }
  .numberList .clm .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .envList {
    padding-left: 3%;
    padding-right: 3%;
  }
  .envList .clm {
    width: 100%;
    padding: 0;
    background-image: none;
    margin: 0 0 15px;
    height: auto !important;
  }
  .envList .clm .white {
    padding: 20px 3%;
  }
  .envList .clm .img {
    height: auto;
    margin-bottom: 10px;
  }
  .envList .clm.long .img {
    height: auto;
  }
  .envList .clm.long:last-child .img {
    height: auto;
  }
  #ideal .idealList dt {
    font-size: 6vw;
  }
  #ideal .idealList dt span {
    font-size: 8vw;
  }
  #ideal .idealList dd {
    font-size: 3.2vw;
  }
  #requirement .wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
  #requirement .reqTab li {
    font-size: 3.2vw;
  }
  .target table th {
    padding-left: 5%;
    font-size: 4vw;
  }
  .target table td {
    padding-left: 5%;
    font-size: 3.2vw;
  }
  #faq .faqList dt {
    padding-left: 8vw;
    font-size: 4.4vw;
    padding-right: 16vw;
  }
  #faq .faqList dt:before {
    font-size: 6vw;
    left: 1vw;
    top: 6vw
  }
  #faq .faqList dt span {
    top: 50%;
    right: 3%;
    margin-top: -12px;
  }
  #faq .faqList dd {
    padding: 20px 3vw 20px 8vw;
    font-size: 3.2vw;
  }
  #faq .faqList dd:before {
    font-size: 6vw;
    left: 1vw;
    top: 6vw;
  }
  .lastSection.wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
  .lastSection .entry a {
    font-size: 6vw;
    line-height: 3em;
  }
  .fTel .cap {
    font-size: 3.4vw;
  }
  .fTel .tel {
    font-size: 9.4vw;
  }
  #footer .copyRight {
    font-size: 2.8vw;
  }
  #footer .fBg {
    height: 60vw;
    padding-top: 20vw;
  }
  #footer .goTop a {
    padding: 15px 0;
  }
  .formBtn {
    padding-left: 3%;
    padding-right: 3%;
  }
  .formBtn input, .formBtn a {
    width: 100%;
    margin: 0 0 10px;
  }
}