.recruit .m_main .main {
 background-image: url("../img/recruit/recruit_top.jpg");
}
/* ===見出し 大=== */
.heading-style {
 position: relative;
 border-left: 5px solid #2C4A97;
 padding-left: 15px;
 margin: 0;
 display: flex;
 align-items: center;
 margin: 9rem 0;
 font-size: 32px;
}
.heading-style::after {
 content: "";
 flex-grow: 1;
 height: 1px;
 background-color: #ddd;
 margin-left: 20px;
}

/* ===見出し 中=== */
.heading-style_sub {
 position: relative;
 border-left: 5px solid #5E7BCB;
 padding-left: 15px;
 margin: 0;
 display: flex;
 align-items: center;
 font-size: 26px;
}

/* ===見出し 小=== */
.heading-style_small {
  display: flex;
  align-items: center; 
  gap: 10px;
  font-size: 22px;
}
.heading-style_small::before {
  content: "";
  display: block;
  width: 16px;
  height: 3px;     
  background-color: #5E7BCB;
 }

/* ===余白調整=== */
.mt-64 {
  margin-top: 64px;
}

.mt-6r {
  margin-top: 6rem;
}
.mt-9r {
  margin-top: 9rem;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-5r {
  margin-bottom: 5rem;
}

.mb-2r {
  margin-bottom: 2rem;
}

/* ===メニュー表事業系=== */
.recruit_link-table {
  width: 100%;
  border: 1px solid #B9B9B9; 
  font-size: 18px;
}
.recruit_link-table td {
  width: 50%;
  border: 1px solid #B9B9B9; 
  padding: 0;
  text-align: center;
}
.recruit_link-table td a {
  display: block;
  padding: 25px 15px;
  text-decoration: none;
  background-color: #ffffff;
  transition: background-color 0.2s, color 0.2s;
}
.recruit_link-table td a:hover {
  background-color: #2C4A97;
  color: #ffffff;
}
.recruit_link-table td a.current {
  background-color: #2C4A97;
  color: #ffffff;
}
@media (max-width: 768px) {
  .recruit_link-table,
  .recruit_link-table tbody,
  .recruit_link-table tr,
  .recruit_link-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .recruit_link-table td {
    border: none;
    border-bottom: 1px solid #B9B9B9; 
  }
  .recruit_link-table tr:last-child td:last-child {
    border-bottom: none;
  }
  .recruit_link-table td a {
    width: 100%;
    padding: 18px 15px;
    font-size: 14px;
    box-sizing: border-box;
  }
}

.recruit_info-table {
  margin: 9rem 0;
}
.recruit_info-table th,.recruit_info-table td{
  border: solid 1px #B9B9B9;
  padding: 2em 1.5em;
}
.recruit_info-table th{
  background-color: #E9E9E9;
  width: 20%;
}
.recruit_info-table td{
  background-color: #F6F6F6;
   width: 80%;
}
.adress_wrap{
  display: flex;
  gap: 1.5em;
  flex-wrap: wrap;
}
.adress_wrap a{
  color: #D71618;
}
@media screen and (max-width: 768px){
  .recruit_info-table th,.recruit_info-table td{
    display: block;
    width: 100%;
    padding: 1.3em;
  }
}

.recruit_contact-btn{
  text-align: center;
  width: 50%;
  margin: 0 auto;
  font-size:clamp(16px, 2.3vw, 24px);
  font-weight: 500;
}
.recruit_contact-btn a{
  background: #2C4A97;
  color: #fff;
  padding: 1.3em ;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 768px){
  .recruit_contact-btn{
    width: 90%;
  }
}
