@media screen and (max-width: 770px) {
  .header {
   width: 100%;
   height: 88px;
   border-bottom: 2px solid #C1C1C1;
  }
  .pc{display: none; }
  .sp{ display: block; }

  #contents {
    overflow: hidden;
  }

  #contents hr {
  	border: 0;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    padding: 73px 0 80px 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
  }

  .menu ul {
    margin-left: 40px;
  }

  .menu ul li{
    list-style: none;
  }

  .menu ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .menu ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #009A59;
  }

  .close_icon {
    position: absolute;
    top:56px;
    right:23px;
    width: 15px;
    height: 15px;
  }

  #anchor2,
  #anchor3 {
    margin-top: 0;
    padding-top: 0;
  }

  .header_box_test {
    width:100%;
    height: 88px;
    background-color: #fff;
  }

  .header_navi {
    width:100%;
    height: 67px;
    padding-top: 20px;
    background-color: #fff;
  }

  .header_navi img {
    width: 154px;
    height: auto;
    margin: 40px 0 -10px 20px;
  }


  .header_text {
    font-size: 12px;
    font-style: "Noto Sans JP";
    color: #009A59;
    margin: -15px 0 16px 17px;
  }

  .menu_icon {
    width: 20px !important;
    height: 12px !important;
    position: absolute;
    top: 13px;
    right: 21px;
    cursor: pointer;
  }

  .navi_group,
  .top_ilust_left,
  .top_ilust_right{
   display: none;
 }

  .header_cont{
    width: 100%;
    height: 38.13vw;
    background-color: #fff;
  }

  .h1 {
    width: 375px;
  }

  .top_img {
    width: 100vw;
    height: auto;
    margin: 6.93vw auto 0;
    padding-top: 0;
    background: #fff;
    background-size: cover;
    text-align: center;
    }

  .top_img img {
    width: 98vw;
    height: auto;
  }

  .top_img p {
  	margin-top: 45px;
  	font-size: 12px;
  	line-height: 22px;
  	letter-spacing: 0;
  }

  .slider2 {
   margin-top: 25px;
  }

  .slick-list {
    margin-right: -40vw;
  }


  .messge_ilust_left img {
    position: absolute;
    top: 44px;
    left: 20px;
    width: auto;
    height: 36.27vw;
  }

  .messge_ilust_right img{
    position: absolute;
    top: 44px;
    right: 20px;
    width: auto;
    height: 36.27vw;
  }



  .message {
    width: auto;
    height: 410px;
  }

  .message_title {
    margin-top: 25px;
  }

  .message_title img {
    width: auto;
    height: 10.6vw;
  }

  .pc_copy_title {
    font-size: 20px;
    margin-top: 33px;
  }

  .sp_copy {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    margin: 30px 0;

  }

  .cont01 {
  	width: 100%;
    padding: 20px 0;
  	overflow: hidden;
  	background: url(../images/dot.jpg);
    background-size: 3%;
  }

  .cont01_copy {
    top: 43%;
  	width: 80%;
  	margin: 27px auto;
    padding: 15px 15px 18px 35px;
    background: #fff;
  }

  .cont01_copy p {
  	font-size: 10vw;
    line-height: 12vw;
    padding: 0;
    background: none;
  }

  .cont02 {
  	width: 100%;
  	padding: 10px	0 50px;
  }

  .pickup_area {
  	width: 90%;
  	margin: 0 auto;
  	padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
  	border-radius: 0;
  }

  .pickup_title img {
    width: 160px;
    height: auto;
  }

  .pickup_box {
    position: relative;
    flex-direction: column;
    margin-top: 40px;
    width: 100%;
    padding-bottom: 10px;
    padding: 0;
  }

  .pickup_main {
  	margin: 0 auto;
  }

  .pickup_main_headline {
  	font-size: 16px;
  	font-weight: bold;
  }
  .pickup_main_texist {
  	font-size: 12px;
  	line-height: 22px;
  	margin-top: 10px;
  }
  .pickup_main {
  	width: calc( 100% - 20px);
    padding: 20px 10px 0;
  }

  .comp_headline,
  .comp_pr,
  .comp_merit {
    width: 90%;
    margin: 30px auto 0;
    color: #484848;
  }

  .comp_headline {
    	font-size: 16px;
      font-weight: bold;
    }

  .comp_title  {
    width: 90%;
    margin: 0 auto;
  }

  .comp_title img {
    width: 210px;
    height: auto;
  }

  .comp_title p,
  .pickup_title p {
  	font-size: 18px;
  	margin-left: 10px;
  }

  .pickup_btn {
  	width: 100%;
  	text-align: center;
  	padding: 7px 0 9px;
  	position: absolute;
  	left: 50%;
   	transform: translate(-50%);
  	bottom: 0px;
  }

  .comp_btn {
  	width: 90%;
  	text-align: center;
    margin-top: 40px;
  	padding: 7px 0 9px;
  	position: relative;
  	left: 50%;
   	transform: translate(-50%);
  	bottom: 0;
  }

  .interview_btn {
  	width: 100%;
  	text-align: center;
    margin-top: 40px;
  	padding: 7px 0 9px;
  	position: relative;
  	left: 50%;
   	transform: translate(-50%);
  	bottom: 0;
  }
  .pickup_btn p,
  .comp_btn p,
  .interview_btn p {
    margin-left: 20px;
  }

  .pickup_btn p:before,
  .interview_btn p:before {
  	content: "";
  	width: 28px;
  	height: 28px;
  	background: url(../images/btn_arrow.png);
  	background-size: cover;
    display: inline-block;
    position: absolute;
  	top: 50%;
  	left: auto;
    margin-left: -30px;
  	transform: translateY(-50%);
  }

  .comp_btn p:before {
  	content: "";
  	width: 28px;
  	height: 28px;
  	background: url(../images/btn_arrow.png);
  	background-size: cover;
  	position: absolute;
    top: 50%;
    left: auto;
    margin-left: -30px;
    transform: translateY(-50%);
  }

  .comp_area {
  	width: 100%;
  	margin: 0 auto;
  	padding: 0;
  	background: none;
  	border-radius: 20px;
  	border: 0;
  }

  .blank {
    width: 100%;
    height: 200px;
    border: 0;
    position: relative;
    margin-top: 25px;
    background-color: #fff;
  }

  .blank p {
    margin-left: 25px;
  }

  .comp_box {
  	width: 90%;
  	height: inherit;
  	position: relative;
  	margin: 25px auto 0;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .comp_box img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .comp_pr,
  .comp_merit {
  	font-size: 12px;
  	line-height: 22px;
  }

  .cont03 {
  	width: 100%;
  	padding: 30px	0 70px;
  	background: url(../images/comp_background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
  }

/* 202109追加 インタビュー */
.cont04 {
  width: 100%;
  padding: 10px	0 50px;
}

.interview_area {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0;
}

.interview_title img {
  width: 150px;
  height: auto;
}

.interview_title p {
  font-size: 18px;
}

.interview_main {
  width: calc( 100% - 20px);
  padding: 20px 10px 0;
  margin: 0 auto;
}

.interview_box {
  position: relative;
  flex-direction: column;
  margin-top: 40px;
  width: 100%;
  height: inherit;
  padding-bottom: 10px;
  padding: 0;
}

.interview_headline {
  font-size: 16px;
	line-height: 24px;
  font-weight: bold;
}

.interview_name{
  margin-top:50px;
  font-size: 16px;
	line-height: 22px;
}

.interview_text{
  width: 90%; height:auto;
  margin: 30px auto ;
  text-align: center;
}

.interview_img  {
  width: 100%;
  margin: 0 auto;
}

.interview_img img {
  width: 100%; height:auto;
}

/* 202109追加 インタビュー ここまで */


  .bottom_logo {
  	display: block;
  	width: 55px;
  	height: auto;
  	margin: 55px auto 0;
  }

  .footer {
  	width: 100%;
  	background: #009A59;
    padding: 17px 0;
  }

  .slider1 {
  height: 200px;
  background-size: cover;
  }

  @keyframes infinitescroll1 {
  	0% {background-position: 0 0 ;}
  	100% {background-position: 1641px; }
  }

  .slider2{
  height: 200px;
  background-size: cover;
  }

  @keyframes infinitescroll2 {
  	0% {background-position: 0 0 ;}
  	100% {background-position: -1641px; }
  }

  /* slider ---------------- */

  .job_slider,
  .job_slider div {
    position: relative;
    width: 100%;
  }
  .job_slider div img {
  	width: 100%;
    height: auto;
  }
  .prev-arrow {
  	position: absolute;
    top: inherit;
  	left: 25vw;
    bottom: -10px;
  	z-index: 50;
  }

  .next-arrow {
  	position: relative;
  	top: inherit;
  	right: -17vw;
    bottom: -10px;
  	z-index: 50;
  }
  .slick-dots li button:before {
      top: -20px;
  }

  /* loading ------------ */
  .loading_logo img {
    width: 80%;
    height: auto;
  	margin-bottom: 20px;
  }
  .loading_copy {
    display: block;
    width: 80%;
    margin: auto;
  	padding: 5vw;
  	background: #fff;
  }
  .loading_copy p {
  	font-size: 10vw;
    line-height: 12vw;
  }


}
