@charset "UTF-8";
/* ============================================ */
/* セクション recruit*/
#recruit {
  margin-top: 100rem;
  margin-bottom: 100px;
  /* 質問 */
  /* 答え */
  /* 質問を開いた時の仕様 */
  /* --アイコン */
  /* --答えの高さ */
  /* 質問をクリックした時のアイコンの動き */
}

#recruit .position-list *, #recruit .position-list *:after, #recruit .position-list *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#recruit .position-list .position-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: -2px;
  color: #61C359;
}

#recruit .position-list .position-item input {
  position: absolute;
  opacity: 0;
}

#recruit .position-list .position-item label {
  line-height: 10px;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1px 1px 1px 1px;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 14px;
  z-index: 9;
  background: linear-gradient(-45deg, #61C359, #038d31);
  border-bottom-left-radius: 11px;
  border-top-right-radius: 11px;
  margin-bottom: 20px;
}

#recruit .position-list .position-item label .label-inner {
  background: #fff;
  padding: 24px 48px 26px 24px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
}

#recruit .position-list .position-item label .label-inner p {
  padding-left: 10px;
  line-height: 16px;
  font-size: 22rem;
  transition: all 0.3s;
}

#recruit .position-list .position-item .label-inner:hover {
  color: #ffffff;
  background: linear-gradient(-45deg, #61C359, #038d31);
}

#recruit .position-list .position-item .position-item-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  color: #000000;
  transform: translateY(-30px);
  z-index: -5;
  border: #038d31 1px solid;
  border-bottom-left-radius: 10px;
  text-align: center;
}

#recruit .position-list .position-item .position-item-content .info-list {
  background-color: #ffffff;
  margin: 50rem 50rem 100rem;
  text-align: start;
}

#recruit .position-list .position-item .position-item-content .info-list > li {
  padding: 20rem 0 20rem;
  background-color: #ffffff;
  position: relative;
  border-bottom: 2px solid #F4F5F6;
}

#recruit .position-list .position-item .position-item-content .info-list > li .head {
  font-size: 20rem;
  color: black;
  width: 25%;
}

#recruit .position-list .position-item .position-item-content .info-list > li .body {
  width: 75%;
  font-size: 20rem;
}

#recruit .position-list .position-item .position-item-content .btn-container {
  margin-bottom: 100rem;
}

#recruit .position-list .position-item .position-item-content .btn {
  padding: 30rem 130rem;
}

#recruit .position-list .position-item .position-item-content .darkblue {
  background: linear-gradient(to right bottom, #038d31, #61C359);
}

#recruit .position-list .position-item .position-item-content .darkblue:hover {
  opacity: 0.8;
}

#recruit .position-list .position-item input:checked ~ label {
  background: linear-gradient(-45deg, #61C359, #038d31);
}

#recruit .position-list .position-item input:checked ~ .position-item-content {
  max-height: 8000rem;
}

#recruit .position-list .position-item label::after {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 3em;
  margin-top: -12.5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}

#recruit .position-list .position-item input[type=checkbox] + label::after {
  content: "";
  display: inline-block;
  width: 7rem;
  height: 21rem;
  background-image: url(../img/img_down.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

#recruit .position-list .position-item input[type=checkbox]:hover + label::after {
  content: "";
  display: inline-block;
  width: 7rem;
  height: 21rem;
  background-image: url(../img/img_down2.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  z-index: 10000;
}

#recruit .position-list .position-item input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* ============================================ */
/* SP */
@media screen and (max-width: 1080px) {
  #recruit .position-list .position-item .position-item-content .info-list {
    margin: 50rem 30rem 100rem;
  }
}
