@charset "UTF-8";

.message-flex {
  display: flex;
  gap: 88px;
}
.message-img {
  position: relative;
  left: -61px;
}
.message-img img {
  min-width: 486px;
  max-width: 500px;
  width: 100%;
  height: auto;
}
.message-text {
  padding-top: 30px;
  padding-right: 120px;
}
.message-text .text p {
  line-height: 2;
}
.requirement {
  padding: 40px 0;
  background-image: url(../../img/recruit/requirement-bg.png);
}
.requirement .table {
  width: 940px;
  margin: 0 auto;
}
.requirement .table tr {
  border-bottom: 1px solid #dedede;
}
.requirement .table th {
  padding: 24px 0;
  width: 173px;
  font-weight: 700;
}
.requirement .table td {
  padding: 24px 0;
  width: 764px;
  line-height: 1.7;
}
.entry-btn {
  padding-top: 64px;
  text-align: center;
}
.entry-btn a {
  display: inline-flex;
  align-items: center;
  gap: 64px;
  padding: 18px 40px;
  background: #245428;
  color: #fff;
}
.entry-btn a::after {
  content: '';
  background-image: url(../../img/recruit/entry_arrow.png);
  width: 24px;
  height: 8px;
}

.entry-flow {
  margin-bottom: 376px;
}
.entry-flow-list .flow-box {
  width: 940px;
  padding: 32px 40px;
  margin-bottom: 32px;
  margin-inline: auto;
  background: rgba(36, 84, 40, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entry-flow-list .flow-title {
  width: 228px;
  display: flex;
  align-items: center;
  gap: 32px;
  border-right: 1px dashed #dedede;
  padding-right: 40px;
}
.entry-flow-list .flow-title p:nth-child(2) {
  color: #245428;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 700;
}
.entry-flow-list .flow-number {
  position: relative;
  color: #245428;
  font-size: 40px;
  font-weight: 600;
}
.entry-flow-list .flow-number::before {
  position: absolute;
  content: 'STEP';
  color: #245428;
  font-family: Crimson Text;
  font-size: 16px;
  font-weight: 600;
  top: -10px;
}
.entry-flow-list .flow-right {
  width: 606px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entry-flow-list .flow-text {
  padding-left: 10px;
}
