@charset "utf-8";

/*====================================================================================================

求人情報

====================================================================================================*/

#manager {
  margin-bottom: 60px;
}

#manager>p {
  margin-bottom: 30px;
}

.manager .img-box {
  background-image: url("../../image/contents/recruit/manager.jpg");
  min-height: 396px;
}

.manager .txt-box p:last-child {
  text-align: right;
  font-weight: 500;
}

.manager {
  grid-column-gap: 60px;
}

@media screen and (max-width:1000px) {
  .manager .txt-box {
    margin-bottom: 40px;
  }
}

.points-list {
  list-style: none;
  counter-reset: number 0;
}

.points-list {
  margin-top: 60px;
  margin-bottom: 90px;
}

.points-list li {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(var(--color-gray02) 30%, rgba(255, 255, 255, 0) 30%);
  background-size: 10px 10px;
}

.points-list li .img-box {
  width: 100%;
  height: 300px;
}

.points-list li>p {
  margin-bottom: 30px;
}

.points-list li:nth-child(1) .img-box {
  background-image: url("../../image/contents/recruit/point01.jpg")
}

.points-list li:nth-child(2) .img-box {
  background-image: url("../../image/contents/recruit/point02.jpg")
}

.points-list li:nth-child(3) .img-box {
  background-image: url("../../image/contents/recruit/point03.jpg")
}

.points-list li:nth-child(4) .img-box {
  background-image: url("../../image/contents/recruit/point04.jpg")
}

.points-list li:nth-child(5) .img-box {
  background-image: url("../../image/contents/recruit/point08.jpg")
}

.points-list li:nth-child(6) .img-box {
  background-image: url("../../image/contents/recruit/point05.jpg")
}

.points-list li:nth-child(7) .img-box {
  background-image: url("../../image/contents/recruit/point06.jpg")
}

.points-list li:nth-child(8) .img-box {
  background-image: url("../../image/contents/recruit/point07.jpg")
}

.points-list li:nth-child(9) .img-box {
  background-image: url("../../image/contents/recruit/point09.jpg")
}

.points-list li:nth-child(10) .img-box {
  background-image: url("../../image/contents/recruit/point10.jpg")
}

.points-list li h3 {
  font-weight: 500;
}

.points-list li h3 {
  margin-bottom: 20px;
}

.points-list li {
  border-top: 2px solid var(--color-orange03);
}

.points-list li {
  padding: 30px 20px 20px;
}

.points-list {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
}

.points-list li::before {
  position: absolute;
  /*content: "";*/
  display: block;
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "POINT"counter(number, decimal-leading-zero);
  color: var(--color-orange);
  background-color: var(--color-white);
  font-weight: 700;
  line-height: 1;
  z-index: 2;
  padding-right: 10px;
  top: -10px;
  left: 0px;
}

.recruit-info>p {
  margin-bottom: 30px;
}

.recruit-info {
  margin-bottom: 60px;
}

.tab-group {
  display: flex;
  justify-content: center;
}

.tab {
  flex-grow: 1;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #787878;
  background: var(--color-gray02);
  padding: 30px 10px 10px;
}

.panel-group {
  background: var(--color-green02);
}

.panel-group {
  padding: 20px;
  margin-bottom: 60px;
}

.panel {
  display: none;
}

.tab.is-active {
  background: var(--color-green02);
  color: var(--color-white);
  font-weight: 500;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.panel>div {
  background: var(--color-white);
}

.panel>div {
  padding: 20px;
}

.panel dl {
  display: flex;
  flex-wrap: wrap;
}

.panel dl {
  margin-top: 30px;
  margin-bottom: 30px;
}

.panel dt {
  font-weight: 500;
  position: relative;
  color: var(--color-green01)
}


/*.panel dt::before, */

.panel dt::after {
  position: absolute;
  content: "";
  display: block;
  background-color: var(--color-gray);
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}


/*.panel dt::before{
	left: 0;	
}*/

.panel dt::after {
  right: 0;
}

.panel dt {
  width: 150px;
  padding: 5px 0;
}

.panel dt:not(:last-child) {
  margin-bottom: 10px;
}

.panel dt {
  text-align: center;
}

.panel dd {
  width: calc(100% - 170px);
  padding: 5px 0;
  margin-left: 20px;
}

.panel dd:not(:last-child) {
  margin-bottom: 10px;
}

.panel table {
  width: 100%;
	margin-bottom: 10px;
}

.panel th {
  font-weight: 500;
}

.panel thead th {
  width: 100%;
  text-align: center;
  background: var(--color-gray02);
}

.panel tbody tr:nth-child(1) th {
padding-top: 5px;
}

.panel tbody tr:nth-child(1) td {
	padding-top: 5px;
}

.panel tbody th {
  width: 30%;
}

.panel tbody td {
  width: 70%;
}

.salary {
  grid-column-gap: 20px;
}

.salary h4+p {
  margin-bottom: 10px;
}

@media screen and (max-width:800px) {
  .panel-group {
    padding: 10px;
  }
  .tab {
    padding: 20px 10px 10px;
  }
  .panel>div {
    padding: 10px;
  }
  .panel dt {
    width: 100px;
    padding: 5px 0;
  }
  .panel dd {
    width: calc(100% - 110px);
    margin-left: 10px;
  }
  .panel dt::after {
    height: 80%;
  }
  .panel dt::after {
    right: 0;
  }
  .panel tbody th {
    width: 40%;
  }
  .panel tbody td {
    width: 60%;
  }
  .salary {
    grid-row-gap: 30px;
  }
}

/*-----------------------------------
スタッフの声
-----------------------------------*/
#voice{
	margin-bottom: 50px;
}

#voice h2{
	margin-bottom: 60px;
}

#voice ul{
	list-style: none;
}

#voice ul.col2_gr{
	grid-column-gap: 60px;
	grid-row-gap: 60px;
}
