.main-wrap {
  display: block;
}
.main-contens {
  margin: 0 0 40px;
}
.article-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 32px;
  margin: 0 0 32px;
}
.article-detail {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  margin: 0 0 32px;
}
.article-detail-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #6D7175;
}
.article-detail-item img {
  flex-shrink: 0;
  margin: 0 8px 0 0;
}
.image:empty {
  display: none;
}
.image img {
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .main-contens {
    margin: 0 0 24px;
  }
  .article-ttl {
    font-size: 24px;
    padding: 0 0 16px;
    margin: 0 0 16px;
  }
  .article-detail {
    display: block;
    margin: 0 0 24px;
  }
  .article-detail-item + .article-detail-item {
    margin: 4px 0 0;
  }
}


.main-contens-wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1100px;
}
.main-contens-center {
  width: 60%;
}

.main-contens-right {
    width: 360px!important;
}
.main-contens-center .right-recruitment {
  display: none;
}
.right-recruitment {
  border-radius: 3px;
  overflow: hidden;
}
.head {
  background: #5985B7;
  padding: 24px;
}
.right-recruitment .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.26;
  text-align: center;
  margin: 0 0 16px;
}

.main {
  background: #F5F5F5;
  padding: 24px;
}
.recruitment-item {
  display: flex;
}
.recruitment-item + .recruitment-item {
  margin: 8px 0 0;
}
.recruitment-item dt {
  flex: 0 0 76px;
  font-size: 12px;
  font-weight: 400;
  color: #6D7175;
  line-height: 1.6;
  border-right: 1px solid #E6E6E6;
  padding: 0 16px 0 0;
}
.recruitment-item dd {
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 0 0 16px;
}

@media screen and (min-width: 768px) {
  .btn a:hover {
    color: #fff;
    background: #5985B7;
  }
  .btn a:hover::before {
    border-color: #fff;
  }
}
.txt {
  line-height: 2;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .txt {
    margin: 0 0 24px;
  }
  .main-contens-center {
    width: auto;
  }
  .main-contens-right {
    display: none;
  }
}

.table-block {
  margin: 0 0 40px;
}
.main-contens-center {
  margin-bottom: -40px;
}
.main-contens-wrap {
  margin-bottom: 40px;
}
.ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}
.table-basic table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  box-sizing: border-box;
}
.table-basic th {
  width: 150px!important;
  font-size: 14px;
  font-weight: 700;
  padding: 16px;
  border: 1px solid #E6E6E6;
  vertical-align: top;
  text-align: left;
  word-break: break-all;
  background: #F6F6F6;
  box-sizing: border-box;
}
.table-basic td {
  padding: 16px;
  border: 1px solid #E6E6E6;
  word-break: break-all;
  box-sizing: border-box;
}
.table-basic td iframe {
  width: 100%;
  aspect-ratio: 239/ 156;
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .table-basic {
    margin: 0 0 24px;
  }
  .table-basic th {
    display: block;
    width: 100%!important;
    border-bottom: none;
  }
  .table-basic td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table-basic tr:last-child td:last-child {
    border-bottom: 1px solid #E5E5E5;
  }
}
.head .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #5985B7;
  border: 1px solid #fff;
  border-radius: 9999px;
  background: #fff;
  padding: 10px 24px 10px 42px;
}
.btn a {
  color: #5985B7;
}

.head .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #5985B7;
  border-right: 1px solid #5985B7;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}

.btn-center a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #5985B7;
  border-right: 1px solid #5985B7;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}
.btn-center a:hover {
  background-color: #5985B7 !important;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .head .btn a:hover {
    color: #fff;
    background: #5985B7;
  }
  .head .btn a:hover::before {
    border-color: #fff;
  }
}

.main-wrap .btn-center a:hover {
  background-color: black;
}
.main-wrap .btn-center {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .main-contens-center .right-recruitment {
    display: block;
    margin: 0 0 24px;
  }
  /* .main-wrap {
    width: 100% !important;
    padding: 0 16px;
  } */
  .btn-center a:hover::before {
    border-color: #fff;
  }
}