/* recruit_icp */
.icp_intro {
    position: relative;
    margin-bottom: 50px;
  }
  .icp_intro_img {
    padding-right: 30%;
  }
  .icp_intro_img img {
    width: 100%;
    border-radius: 10px;
  }
  .icp_intro_ttl {
    position: absolute;
    right: 30px;
    bottom: 0;
    padding: 50px;
    background-color: #E5E5E5;
    border-radius: 10px 0 0 0;
  }
  .icp_intro_ttl h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.8em;
  }
  .icp_elements {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 30px;
    color: #FFF;
    background-color: #333;
    border-radius: 10px;
  }
  .icp_elements_ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 30%;
    box-sizing: border-box;
    border-right: 1px solid #FFF;
  }
  .icp_elements_point {
    width: 70%;
    padding: 30px 80px;
    box-sizing: border-box;
  }
  .icp_elements h3 {
    text-align: center;
  }
  .icp_elements h3 span {
    display: block;
  }
  .icp_elements h3 .small {
    margin-bottom: 10px;
  }
  .icp_elements h3 .large {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 25px;
  }
  .icp_elements h3 .lg_en {
    font-weight: 400;
    font-size: 12px;
  }
  .icp_elements_point .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
  }
  .icp_elements_point .item:last-child {
    margin-bottom: 0;
  }
  .icp_elements_point .item .number {
    width: 15%;
  }
  .icp_elements_point .item .desc {
    width: 85%;
  }
  .icp_elements_point .item .number .nb {
    margin: -5px 0 5px 0;
    font-weight: 400;
    font-size: 25px;
  }
  /* recruit_icp end */

  /* recruit_slide */
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes infinity-scroll-right {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0%);
    }
  }
  /*
  IE11対策
  ----------------------------*/
  _:-ms-lang(x)::-ms-backdrop,
  .slide {
    display: -ms-grid;
    overflow: hidden;
  }
  /*----------------------------*/
  .slide_wrap {
    display: flex;
    overflow: hidden;
  }
  .slide_list {
    display: flex;
    list-style: none;
  }
  .slide_list_left {
  animation :infinity-scroll-left 50s infinite linear 0.5s both;
  }
  .slide_list_right {
    animation :infinity-scroll-right 50s infinite linear 0.5s both;
    }
  .slide_item {
    width: calc(100vw / 3);
    padding: 15px;
    box-sizing: border-box;
  }
  .slide_item > img{
     width: 100%;
     border-radius: 10px;
  }
  /* recruit_slide end */

  /* recruit_schedule */
  .schedule_wrap_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .schedule_wrap_inner .wrap_content {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
  }
 .wrap_content_ttl {
   display: block;
   margin-bottom: 30px;
   text-align: center;
 }
 .wrap_content.left {
   border-right: 1px solid #CCC;
 }
 .wrap_content.left .wrap_content_ttl h3 {
   display: inline-block;
   padding: 5px;
   font-weight: 400;
   font-size: 25px;
   color: #FFF;
   background-color: #333;
 }
 .wrap_content.right .wrap_content_ttl h3 {
  display: inline-block;
  padding: 5px;
  font-weight: 400;
  font-size: 25px;
  color: #333;
  background-color: #FFF;
  border: 1px solid #333;
}
  .schedule_wrap .schedule {
    display: flex;
    align-items: stretch;
  }
  .schedule_wrap .schedule dt {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 35%;
    font-weight: 400;
    font-size: 18px;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #333;
  }
  .schedule_wrap .schedule dt::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -3px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #333;
  }
  .schedule_wrap .schedule dd {
    width: 65%;
    padding: 20px;
    box-sizing: border-box;
  }
  .schedule_wrap .schedule .mg {
    padding-right: 5px;
  }
  .schedule_wrap .schedule table th {
    padding-right: 5px;
    font-weight: 400;
    font-size: 18px;
  }
  .schedule_wrap .schedule .sch_ttl {
    font-size: 20px;
  }
  .schedule_wrap .schedule .sch_desc {
    margin-top: 10px;
  }
  .schedule_wrap .rest .time_end .time {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding-top: 30px;
  }
  .schedule_wrap .rest .time_end .time::before {
    content: '〜';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
  }
  .schedule_wrap .wrap_right .sch_img {
    margin-bottom: 30px;
  }
  .schedule_wrap .wrap_right .sch_img img {
    width: 100%;
    border-radius: 10px;
  }
  /* recruit_schedule end */

  /* recruit_voice */
  .voice_content .profile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
  }
  .voice_content .profile_visual {
    position: relative;
    width: 50%;
  }
  .voice_content .profile_desc {
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
    background-color: #FFF;
  }
  .voice_content .profile_visual .number {
    position: absolute;
    top: -20px;
    padding: 30px;
    box-sizing: border-box;
    color: #FFF;
    background-color: #333;
    border-radius: 10px 10px 10px 0;
  }
  .voice_content .profile_visual .number .ttl {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .voice_content .profile_visual .number .nb {
    font-weight: 700;
    font-size: 45px;
  }
  .voice_content .profile_visual .image {
    height: 100%;
  }
  .voice_content .profile_visual .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
  }
  .voice_content .profile_desc .desc_name {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #333;
  }
  .voice_content .profile_desc .desc_name p {
    font-size: 22px;
  }
  .voice_content .profile_desc .desc_catch h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 2em;
  }
  .voice_content .question {
    padding: 50px;
    background-color: #FFF;
  }
  .voice_content .question .question_item {
    margin-bottom: 30px;
  }
  .voice_content .question .question_item:last-child {
    margin-bottom: 0;
  }
  .voice_content .question .question_item h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8em;
  }
  .voice_content .question .question_item h4::before {
    content: 'Q.';
    margin-right: 10px;
    font-weight: 700;
    font-size: 20px;
  }
  /* recruit_voice end */

  /* recruit_guideline */
.guideline dl {
  display: flex;
  flex-wrap: wrap;
}
.guideline dl dt, .guideline dl dd {
  font-size: 15px;
  line-height: 1.8em;
}
.guideline dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  background-color: #333;
  border-top: 1px solid #FFF;
}
.guideline dl dd {
  width: 80%;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #333;
}
.guideline .job_desc {
  list-style-type: disclosure-closed;
  list-style-position: inside;
}
.guideline dl .salaty_table {
  border-collapse: separate;
  border-spacing: 10px;
}
.guideline dl .salaty_table th {
  font-weight: bold;
}
.guideline dl .salaty_table th, .guideline dl .salaty_table td {
  font-size: 15px;
  padding: 5px;
}
.guideline dl .salaty_table .job {
  text-align: center;
  border: 1px solid #333;
}
.salaty_table1 {
  margin-bottom: 15px;
}
.recruit_cb_inner {
  display: flex;
  flex-wrap: wrap;
}
.recruit_cb {
  margin-top: 60px;
}
.recruit_cb_inner .cb_tel {
  width: 40%;
}
.recruit_cb_inner .cb_form {
  width: 60%;
}
.cb_column .cb_title {
  margin-bottom: 30px;
}
.cb_column .cb_title h3 {
  padding-left: 15px;
  font-size: 25px;
  border-left: 2px solid #333;
}
.cb_tel_content .icon {
  margin-right: 10px;
}
.cb_tel_content .icon svg {
  max-width: 40px;
  width: 100%;
}
.cb_tel_content a {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 25px;
  color: #333;
}
.cb_form_content a {
  display: inline-block;
  width: 300px;
	padding: 20px;
  box-sizing: border-box;
  text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
  background-color: #C7A051;
	border: 2px solid #C7A051;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
.cb_form_content a:hover {
  color: #333;
	background-color: #FFF;
}
  /* recruit_guideline end */

  /* responsive */
@media screen and (max-width: 1024px) {
  .icp_intro {
    position: relative;
  }
  .icp_intro_img {
    padding-right: 0;
  }
  .icp_intro_ttl {
    position: relative;
    right: initial;
    bottom: initial;
    text-align: center;
  }
  .recruit_cb_inner .cb_tel {
    width: 50%;
  }
  .recruit_cb_inner .cb_form {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .icp_intro_ttl {
    padding: 30px 0;
  }
  .icp_intro_ttl h3 {
    font-size: 20px;
  }
  .icp_elements_point {
    padding: 30px 0;
  }
  .icp_elements_ttl {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid #FFF;
  }
  .icp_elements_point {
    width: 100%;
  }
  .icp_elements_point .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
  }
  .icp_elements_point .item .number {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }
  .icp_elements_point .item .number .nb {
    margin: -5px 10px 0 0;
  }
  .icp_elements_point .item .desc {
    width: 100%;
  }
  .slide_item {
    width: calc(100vw / 1.2);
  }
  .schedule_wrap_inner .wrap_content {
    width: 100%;
    padding: 30px 0;
  }
  .wrap_content.left {
    padding-bottom: 75px;
    border-right: 0;
    border-bottom: 1px solid #CCC;
  }
  .wrap_content.right {
    padding-top: 75px;
  }
  .voice_content .profile_visual {
    width: 100%;
  }
  .voice_content .profile_desc {
    width: 100%;
  }
  .voice_content .profile_desc {
    padding: 30px;
  }
  .voice_content .profile_desc .desc_catch h3 {
    font-size: 20px;
  }
  .voice_content .profile_desc .desc_name p {
    font-size: 18px;
  }
  .voice_content .profile_desc .desc_name p span {
    font-size: 25px;
  }
  .voice_content .question {
    padding: 50px 15px;
  }
  .voice_content .question .question_item h4 {
    font-size: 18px;
  }
  .voice_content .question .question_item {
    margin-bottom: 50px;
  }
  .guideline dl dt {
    width: 30%;
    padding: 15px;
  }
  .guideline dl dd {
    width: 70%;
    padding: 15px;
  }
  .guideline dl .salaty_table {
    width: 100%;
  }
  .guideline dl .salaty_table th, .guideline dl .salaty_table td {
    display: block;
  }
  .guideline dl .salaty_table .job {
    margin-top: 15px;
  }
  .recruit_cb_inner .cb_tel {
    width: 100%;
    margin-bottom: 50px;
  }
  .recruit_cb_inner .cb_form {
    width: 100%;
  }
  .cb_form_content a {
    display: block;
    width: 100%;
  }
}
  /* responsive end */