
.title-wrapper {
    position: relative;
    padding-bottom: 20px;
}
.title-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #f5a3b5;
    z-index: 1;
    opacity: 0.8;
}
.title-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a8d4f0;
}

.recruit {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px 0;
}
.recruit-cta {
    padding: 0 20px 30px;
}

/* ===== エリアタブ（上） ===== */
.area-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.area-btn {
  flex: 1;
  padding: 14px;
  border: none;
  background: #f1f1f1;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
}

.area-btn.active {
  background: #ff7bac;
  color: #fff;
}

/* ===== 経験タブ（下） ===== */
.type-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
}

.type-btn {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.type-btn.active {
  background: #ffd6e0;
  border-color: #ff7bac;
  color: #333;
}

/* ===== コンテンツ切り替え ===== */
.area-content,
.type-content {
  display: none;
}

.area-content.active,
.type-content.active {
  display: block;
}

/* ===== 募集要項ボックス ===== */
.type-content {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* タイトル */
.type-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

/* 説明文 */
.type-content p {
  line-height: 1.8;
  margin-bottom: 20px;
}

/* ===== dl 横並び ===== */
.type-content dl {
  border-top: 1px solid #eee;
}

.type-content dl div {
  display: flex;
  border-bottom: 1px solid #eee;
}

/* 左（項目名） */
.type-content dt {
  width: 30%;
  min-width: 120px;
  font-weight: bold;
  padding: 14px 10px;
  background: #ffe679;
	color:#333;
}

/* 右（内容） */
.type-content dd {
  width: 70%;
  margin: 0;
  padding: 14px 10px;
}
.flow {
  padding: 30px 20px;
  text-align: center;
}

.flow-title {
  font-size: 40px;
  margin-bottom: 40px;
	color: #f15a24;
}

.flow-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
	align-items: stretch;
}

.flow-item {
  width: 180px;
	display: flex;
}

.flow-box {
  background: linear-gradient(135deg, #ff9a3c, #ff6a3d);
  color: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-align: left;
	display: flex;
  flex-direction: column;
  height: 100%;
}

.flow-label {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  font-size: 15px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.flow-main {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 6px;
}

.flow-desc {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
	margin-top: 0;
}
.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff7bac;
  border-right: 2px solid #ff7bac;
  transform: rotate(45deg);
}
.flow-item {
  position: relative;
}
.flow-note-box {
	max-width:900px;
  margin: 40px auto;
  padding: 24px;
  background: #fff7f2;
  border-radius: 16px;
}

.flow-note-title {
  font-size: 22px;
  margin-bottom: 16px;
}

.flow-note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flow-note-list li {
  margin-bottom: 16px;
}

.flow-note-list strong {
  display: block;
  margin-bottom: 4px;
  color: #ff7a2f;
}

.flow-note-list p {
  margin: 0;
  line-height: 1.6;
}
.person {
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
    background: #fff7f2;
}

.person-title {
  font-size: 22px;
  margin-bottom: 24px;
  text-align: center;
}

.person-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.person-list li {
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 16px;
}

.person-list strong {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #ff7a2f;
}

.person-list p {
  margin: 0;
  line-height: 1.7;
  color: #333;
}
.cta-button {
    padding: 0 20px 70px;
}
.mg_n {
    margin-bottom: 0 !important;
}
