@media screen and (max-width : 768px) {

  .pc {display: none !important}
  .sp {display: block;}

  h1 {
    margin-left: 5px;
    font-size: 12px;
    line-height: 17px;
  }

  .top_bar {
    height: 51px;
  }

  .header {
    width: 100%;
  }
  .header img {
    width: 57px;
    height: auto;
    padding: 5px;
  }

  .slider_text  {
    left: 50%;
    right: 0;
    width: 92vw;
    transform: translateX(-50%);
  }
  .slider_text p {
    font-size: 19px;
  }

  .cont_title h2 {
    font-size: 20px;
    font-weight: bold;
  }

  .osae {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .group1 {
    width: 100%;
    flex-direction: column;
  }

  select {
    position: relative;
    left: 50%;
    width: 250px;
    margin: 0 0 30px -0px;
    padding-left: 20px;
    transform: translateX( -50%);
  }
  .submit {
    width: 250px;
    margin: 0 auto;
    background: #173559;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
  }
  .submit p {
    padding: 13px 0;
  }
  .btn_link {
    flex-direction: column;
    width: 100%;
    margin: 70px auto 0;
    text-align: center;
  }
  .btn_link a {
    width: 250px;
    height: 100px;
    margin: 0 auto;
  }
  .btn_link a:first-child {
    margin-bottom: 30px;
  }

  .freeword {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .freeword_title {
    position: relative;
    left: -20px;
    width: 65%;
  }
  .freeword {
    position: relative;
    width: 65%;
    margin: 0 auto;
  }
  .freeword input {
    width: 100%;
    margin-left: -25px;
  }
  .freeword a span {
    left: -17px;
  }

  .merit_area {
    flex-direction: column;
    width: 100%;
    background: #EDF3F6;
  }
  .merit_area_back {
    display: none;
  }
  .merit_box {
    width: 300px;
    margin: auto;
    text-align: center;
  }

  .job_box {
    flex-direction: column;
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px;
    border: 3px solid #0076CF;
    border-radius: 20px;
  }

  .job_box_left {
    width: 100%;
    text-align: center;
  }
  .job_box_left hr {
    margin: 30px auto;
  }

  .job_box_right {
    margin-top: 50px;
    text-align: center;
  }

  .cont06_box {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .cont06_box img {
    width: 100%;
  }
  .cont06_box_right {
    margin: 30px auto 0;
  }
  .cremo_btn {
    margin: 50px auto 0;
  }

  .ret_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 60;
    cursor: pointer;
  }

  .footer p {
    font-size: 12px;
  }

  /* QAsp -------------------*/
  .qa_sp {
  width: 90%;
  margin: 0 auto;
  }
  .qa_box {
    position: relative;
    padding-top: 30px;
  }
  .qa_qs {
    position: relative;
    height: 55px;
    font-size: 16px;
    font-weight: bold;
    color: #173559;
    cursor: pointer;
    z-index: 20;
  }
  .qa_qs p {
    margin-left: 50px;
  }
  .qa_qs:before {
    position: absolute;
    content: "Q";
    margin-top: -8px;
    left: -3px;
    padding: 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #173559;
    font-family: 'Hind', sans-serif;
    border: 3px solid #173559;
    border-radius: 50px;
  }
  .qa_btn {
    position: absolute;
    top: 25px;
    right: 0;
  }
  .qa_as {
    position: relative;
    display: none;
    margin-bottom: 20px;
    padding: 30px 20px 30px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #173559;
    border-bottom: 2px solid #173559;
    text-align: justify;
    text-justify: inter-ideograph;
    z-index: 10;
  }
  .qa_as:before {
    position: absolute;
    content: "A";
    margin-top: -8px;
    left: -3px;
    padding: 3px 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: 'Hind', sans-serif;
    border: 3px solid #173559;
    border-radius: 50px;
    background: #173559;
    z-index: 10;
  }

  .qa_a_main p {
    margin: -37px 0 0 50px;
  }


  /* menu -------------------*/

  .menu {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100vh;
    background: #173559;
    z-index: 999;
    transition: all 0.3s;
  }
  .menu_trigger {
    top: 5px;
    right: 5px;
  }
  .menu_trigger img {
    width: 30px;
    height: 30px;
  }
  .menu_close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .menu_close img {
    width: 30px;
    height: 30px;
  }
  .menu ul {
    width: 180px;
    margin: 80px auto 0;
  }

}
