/* =====================================================
 20240215
 memo ----------------------------------------
 /scss/配下のscssデータが最新ではない可能性があるため、
 scssソースとは別に、recruit.cssを追加しています。
===================================================== */

/* recruit
/* ------------------------------*/

.youkou {
  padding-top: 20px;
  margin-bottom: 40px !important;
}

.anchor-menu {
  width: 95%;
  margin: 20px auto 0 auto;
}

.anchor-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.anchor-menu__item {
  width: 48%;
  margin-bottom: 20px;
}

.anchor-menu__link {
  position: relative;
  display: flex;
  background: #ffb500;
  color: #fff !important;
  height: 85px;
  justify-content: center;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  padding: 7px 10px 10px;
}

.anchor-menu__link.menu-part {
  padding: 15px 10px 10px;
}

.anchor-menu__link:hover {
  background: rgba(255, 181, 0, 0.8);
}

.arrow {
  position: absolute;
  right: 45%;
  bottom: 10px;
  display: inline-flex;
  background: #fff;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #ffb500;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.br-sp {
  display: none;
}

.text-rmarks {
  font-size: 12px;
  display: block;
  color: #000;
  font-weight: normal;
  margin-left: 0;
}

#recruit .tbl-full {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .youkou {
    padding-top: 40px;
    margin-bottom: 60px !important;
  }

  .anchor-menu {
    width: 900px;
    margin: 0 auto 60px auto;
  }

  .anchor-menu__item {
    width: 31.5%;
  }

  .anchor-menu__link {
    height: 60px;
    padding: 7px 20px 7px;
    justify-content: flex-start;
    align-items: center;
  }

  .anchor-menu__link.menu-part {
    padding: 7px 20px 7px;
  }

  .arrow {
    right: 15px;
    bottom: 40%;
  }

  .br-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .text-rmarks {
    display: inline-block;
    margin-left: 2rem;
  }
}

/****************************************
	20250206変更
*****************************************/
/* タブ  */
.tab {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.tab__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tab__item {
  width: 100%;
  position: relative;
  display: flex;
  height: 82px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  color: #808080;
	background: #EFEEE8;
  text-align: center;
  transition: color 0.1s, background 0.1s;
  border-bottom: 1px solid #000000;
}

.tab__item.is-active {
  background: #ffb500;
  color: #fff !important;
}

.tab__item:hover {
  background: rgba(255, 181, 0, 0.8);
  color: #fff !important;
}

/* パネル */
.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
  padding: 3%;
}

/* sp */
@media screen and (max-width: 767px) {
  .tab__item span.sp-small {
    font-size: 10px;
  }
}

/* コンテンツ */
.letter0 {
  letter-spacing: 0 !important;
}
