@charset "UTF-8";
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
    &::-webkit-search-decoration {
      display: none;
    }
    &::focus {
      outline-offset: -2px;
    }
}

/* pcのみ表示 */

.pce {
  display: block;
}
.pcei {
  display: inline-block;
}

.spe {
  display: none!important;
}

.spei {
  display: none!important;
}

/* content */
header h1 {
  width: auto;
}
header img {
  width: 204px!important;
}
  header h2 {
    font-size: 15px;
    width: 600px;
  }

h3.tit01{
  margin: 0 0 20px;
  text-align: left;
  line-height: 1.6;
}
.line01{
  border-top: 1px solid #f5f5f5;
  margin: 10px 0 20px;
}
.brn_area li{
  float: left;
  width: calc(50% - 20px);
  height: 90px;
}
.brn_area p{
  text-decoration: none;
  text-align: center;
  display: table;
  background: #2ecc71;
  border-radius: 5px;
  padding: 10px 10px 10px 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  position: relative;
}
.brn_area a{
  text-decoration: none;
}
.brn_area img{
  display: table-cell;
  width: 30px;
  height: auto;
  vertical-align: middle;
}
.brn_area p.pce {
  padding:10px 10px 10px 70px;
}
.brn_area p.pce>img{
  left:30px;
}
.brn_area span{
  display: table-cell;
  vertical-align: middle;
}
.point_box {
  background-color: #ddd;
  color:#000;
  padding: 20px;
  line-height: 1.8;
  margin: 20px auto 40px;
  font-size: 20px;
  width: 630px;
  border-radius: 3px;
}
.point_box h4{
  margin-bottom: 20px;
}
h4.tit01{
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}

.cp_container .clearfix {
  float: left;
  width: 400px;
  margin-right: 20px;
}

.cp_container p.txt {
  margin-top: 10px;
}

.cp_container {
  color:#555;
  font-size: 14px;
}

.cp_container p.text {
  margin-left: 420px;
}
article{
  margin-bottom: 40px;
}

article.flow {

}
article.flow p {
  font-size: 14px;
  color:#555;
}

p.text {
  margin-bottom: 1em;
}
p.text>span {
  color:#e93172;
  font-weight:bold;
}

.jobOfferTable,.formTable {
  width: 50%;
  table-layout: fixed;
  margin: 20px auto;
  text-align: left;

  border-bottom: none;
}
.jobOfferTable tr,.formTable tr{


}
.jobOfferTable__head ,.formTable th{
  padding: 20px;
  vertical-align: middle;
  width: 24%;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;

  position: relative;
}
.formTable th{
  font-size: 14px;
}
.jobOfferTable__body,.formTable td {
  vertical-align: top;
  padding: 20px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  color:#555;
}

.formTable td.td_bold {
  font-weight: bold;
}
form input {
  padding: 10px;
}
input.name{
  width: 100%;
}
input[type="email"] {
  width: 100%;
  margin-bottom: 10px;
}
input.tel3{
  margin-bottom: 10px;
  width: 100%;
}
textarea{
  margin-bottom: 10px;
  width: 100%;
}
input[type="submit"] {
  max-width: 320px;
  width: 100%;
  height: 60px;
  border-style: none;
  background: #e93172;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -ms-transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
  cursor: pointer;
}
input[type="submit"]:hover {
  filter: brightness(1.2)!important;
}
span.t_color {
  background-color: #be0712;
  color:#FFF;
  font-weight: bold;
  font-size: 12px;
  padding:0px;
display: inline-block;
float: left;
margin-right: -45px;
}
.message{
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #F00;
  font-weight: bold;
}
/* pc */
@media (min-width: 640px) {
  .brn_area{
    max-width: 650px;
    margin: 0 auto;
  }
  .brn_area li{
    margin: 10px;
  }
  .brn_area img{
    position: absolute;
    top: 50%;
    left: 65px;
    margin-top: -15px;
  }
  .cp_box .img{
    float: left;
    width: 300px;
    margin-right: 40px;
  }
  .cp_box .txt{
    float: left;
    width: calc(100% - 400px);
    font-size: 14px;
    color:#555;
  }
}


/*190413追記css*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#top_recruit{
  background: #f1f1f1;
}
section h3.head_employee {
  margin-bottom: 40px;
  }
  section h3.head_employee span{
    color: #e93172;
  }
  section h3.head_employee span:before{
    content: '/';
    margin:0 30px;
  }
section ul.list_emp h4{
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  position: relative;
}
section ul.list_emp h4:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #ccc;
  bottom: -10px;
  left: 50%;
  margin-left: -25px;
}
section ul.list_emp li{
  background: #fff;
}
section ul.list_emp li a{
  text-decoration: none;
  color: #000;
  display: block;
  padding: 20px;
  position: relative;
}
section ul.list_emp li a:after{
  content: '';
   border-top: 30px solid transparent;
  border-right: 30px solid #e93172;
  position: absolute;
  right: 0;
  bottom: 0;

}
.statusIcon{
  margin-top: 20px;
}
.statusIcon i{
  background: #e93172;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  padding: 4px 5px;
  margin-bottom: 3px;
  border:none;
  border-radius: 3px;
}
.taC{
  text-align: center;
}
.swiper {
  position: relative;
}

.swiper-button-next {
  background-image: url(../img/next.svg)!important;
}
.swiper-button-prev {
  background-image: url(../img/prev.svg)!important;
}

.swiper-button-next,.swiper-button-prev {
  outline: none;
}
 .swiper .swiper-slide img {
  width: 100%;
 }

.hidden_text {
  display: none!important;
}
 span.check {
  color:#FFF;
  margin-top: 5px;
  display: block;
}
input:disabled,textarea:disabled {
  color:#000;
}
input {
    border: 1px solid #aaa;
}
@media (min-width: 640px) {
.swiper {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
 .swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
 .swiper .swiper-slide {
    width: 320px;
    padding: 0;
  }
 .swiper .swiper-slide img {
  width: 320px;
 }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next,
  .swiper .swiper-pagination {
    display: none;
  }
}
/* pc */
@media (min-width: 640px) {
  #top_recruit{
    padding: 60px 0;
  }
 }


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------- sp ---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 639px) {
  #detail_box{
    margin:5px 20px 20px;
  }

/* spのみ表示 */

.pce {
  display: none!important;
}
.pcei {
  display: none!important;
}

.spe {
  display: block!important;
}

.spei {
  display: inline-block!important;
}

  header h1 {
    display: block;
    width: 100%;
  }
  header h2 {
  padding-top: 10px;
    padding-left: 0;
    font-size: 14px;
  }
h3.tit01{
  margin: 5px 0 10px;
  text-align: left;
  line-height: 1.6;
}
.line01 {
  margin:15px 0;
}
  .brn_area {
    margin-left: -10px;
}

.brn_area li {
    width: calc(50% - 10px);
    margin-left: 10px;
}
.brn_area p {
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    }
.brn_area img{
  width: 24px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -12px;
  }
.brn_area p.spe {
  display: table!important;
  text-align: center;
}
.brn_area p.spe a {
  display: table-cell!important;
  color:#FFF;
  vertical-align: middle;

}
.point_box {
    width: 100%;
    font-size: 16px;
}
.point_box ul li {
  text-indent: -1em;
  padding-left: 1em;
}


.jobOfferTable,.formTable {
  width: 100%;
  table-layout: fixed;
  margin: 20px 0;
  text-align: left;

  border-bottom: none;
}
.jobOfferTable tr,.formTable tr{

}


.jobOfferTable__head {
  padding: 10px;
  vertical-align: top;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  background-color: #FFF;
  display: block;

}

.formTable th{
  font-size: 14px;
  width: 100%;
  display: block;
  padding:10px 0;
}

.formTable td {
  width: 100%;
  display: block;
  padding:10px 10px 10px!important;

}
input {
  width: 85%!important;
  display: block;
  margin: 0 auto;
}
th.jobOfferTable__head span {
    padding-left: 5px;
    color: #333;
    border-left: 5px solid #e93172;
}
input.tel3 {
  margin-bottom: 0;

}
textarea {
  display:  block;
    width: 85%!important;
    margin: 0 auto;
}
span.t_color {
  margin-left: 20px;
  margin-right: -45px;
}
.jobOfferTable__body,.formTable td {
  vertical-align: top;
  padding: 10px 10px 50px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 13px;
  color:#555;
  width: 100%;
  display: block;
  position: relative;
}
.formTable td>span {
  margin-left: 7.5%;
}

.formTable td.td_bold {
  font-weight: bold;
}
.interview__box {
  position: relative;
}
.interview__box p.txt {
  margin-top: 15px;
}
.interview__box p.img {
  width: 40%;
  float: left;
  margin-right: 10px;
}

.interview__box p.interview_head {
  color:#555;
  font-size: 13px;
}

.interview__box label {
  bottom:-15px!important;
}

.cp_container p.text {
  margin-left: 0;
  margin-top: 15px;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}


  .cp_box .img{
    width: 200px;
    margin: 0 auto 20px;
  }

#top_recruit{
  padding: 50px 0;
}
section ul.list_emp{
  margin-bottom: 50px;
}
section ul.list_emp li{
  margin: 20px;
}

/* SP続きを見る */
.expand {/*全体*/
  width: 100%;
  padding:0 0 15px;
  max-height: 80px;
  overflow: hidden;
  position: relative;
  transition: .5s;

}

.expand::before {/*グラデーション部分*/
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    pointer-events: none;
    transition: 1s;
}

.contenedor input {/*input要素は隠しておく*/
  visibility: hidden;
  display: none;
}

.contenedor label {/*ボタン部分のスタイル*/
  position: absolute;
  bottom: -.8em;
  display: block;
  font-size: .9em;
  padding: .20em 10px;
  bottom:15px;
  left:50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color:#e93172;
  box-shadow:-5px 0 white;

  z-index:999;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.contenedor label:before {/*閉じている際のボタンのテキスト*/
  content: "＋続きを読む";

}

.contenedor input:checked + label:before {/*開いているときは:checked状態なので、その際はボタンテキストを変える*/
  content: "－閉じる"
}

input[type=checkbox]:checked ~ .expand {
 max-height: 3000px;
}

input[type=checkbox]:checked ~ .expand:before {
 opacity: 0
}

}
