@charset "UTF-8";
/* CSS Document */
@media (max-width: 959px) {
  .nav {
    display: none;
  }
  .logo img {
    width: max(6.28vw + 56.5px, 80px);
  }
  /*モバイルメニュー*/
  .mobile {
    display: flex;
    align-items: center;
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 9999;
  }
  .sp_job_btn {
    background-color: var(--m);
    border-radius: 30px;
    font-size: 1.2rem;
    text-align: center;
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.3;
    margin-right: 1em;
    span {
      font-weight: 600;
    }
  }
  #panel-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 70px;
    height: 50px;
    margin: 0;
    border-radius: 30px 0 0 30px;
    background: #222222;
  }
  .panel-btn-wrap {
    position: relative;
    height: 30px;
    width: 30px;
    margin-top: 2px;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    background: #fff;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -6px;
  }
  #panel-btn-icon:after {
    margin-top: 6px;
    width: 30px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: -0.5px;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    width: 30px;
  }
  #panel {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: var(--s);
    position: fixed;
    top: 0;
    right: -100%;
    padding: max(30vw, 100px) 5% 10%;
    z-index: 9998;
    transition: 0.6s;
  }
  #panel.block {
    right: 0;
    opacity: 1;
  }
  #panel ul {
    max-width: 400px;
    margin: 0 auto;
  }
  #panel ul li {
    margin-bottom: 20px;
  }
  #panel ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    height: 50px;
    border-radius: 40px;
    letter-spacing: 0;
  }
  .catch {
    height: 60vw;
    margin-top: 50px;
    &:before {
      height: 58vw;
    }
  }
  .top_slider {
    height: 60vw;
  }
  .top02_title {
    font-size: 3.5rem;
  }
  .top02_pic01 {
    width: 90%;
  }
  .top02_pic02 {
    width: 80%;
  }
  .foot_cont {
    flex-direction: column;
    width: 90%;
  }
  .foot_left {
    margin-bottom: 50px;
  }
  .prof_textbox {
    font-size: 1.4rem;
  }
  .greet_wrap {
    display: block;
  }
  .greet_left {
    width: 100%;
    margin-bottom: 10%;
  }
  .greet_right {
    width: min(80%, 400px);
    margin: 0 auto;
  }
  .prof_pic {
    width: min(70%, 300px);
    margin: 0 auto 20px;
    padding: 0 0 5% 5%;
  }
  .about01_greeting {
    padding-bottom: 35%;
  }
  .about02_text {
    font-size: 1.6rem;
  }
  .ina_pic {
    margin-left: 5%;
  }
  .about03 {
    width: 90%;
  }
  .his_year {
    padding: 20px 30px;
  }
  .his_text {
    font-size: 1.6rem;
  }
  .about04_inner {
    display: block;
  }
  .company {
    width: 100%;
    margin-bottom: 40px;
  }
  .about04_pic {
    width: 70%;
    margin: 0 0 0 auto;
  }
  .branch {
    grid-template-columns: repeat(2, 1fr);
  }
  .bene01_text {
    font-size: 1.6rem;
  }
  .bene02_box {
    display: block;
  }
  .bene02_pic {
    width: 68.13%;
  }
  .bene02_textbox {
    width: 82%;
    margin: -8% 0 0 auto;
    position: relative;
    z-index: 2;
  }
  .bene02_title {
    font-size: 2.4rem;
  }
  .rec01_text {
    font-size: 1.6rem;
  }
  .rec02 {
    display: block;
  }
  .rec02_textbox {
    width: 100%;
    margin-bottom: max(10%, 30px);
  }
  .rec02_pic {
    width: 40%;
    margin: 0 0 0 auto;
  }
  .interview_prof {
    width: 150px;
    margin: 0 25px 25px 0;
  }
  .inter_name {
    font-size: 1.6rem;
    span {
      font-size: 1.2rem;
    }
  }
  .age {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .comment_prof {
    width: 150px;
  }
  .comment_title {
    font-size: 2.2rem;
    top: -40px;
  }
  .comment_text_box {
    padding: 5% 3%;
  }
  .rec_info_title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .rec_info_text {
    font-size: 1.6rem;
  }
  .rec_contact_box {
    font-size: 1.6rem;
  }
  .rec_contact_title {
    width: 5em;
  }
  .sub_title2 {
    margin: max(10vw, 80px) 5vw max(10vw, 80px);
  }
  .place_box {
    width: 90%;
    margin-bottom: 50px;
  }
  .job_list_wrap {
    width: 90%;
    display: block;
  }
  .joblist_box {
    margin-bottom: 30px;
  }
  .job_info {
    width: 12em;
    padding: 0.5em;
    font-size: 1.4rem;
  }
  .job_text {
    font-size: 1.4rem;
  }
  .newslist_wrap {
    width: 90%;
  }
}