@charset "UTF-8";
:root {
  --job-blue:#37637C;
  --job-green:#377C3D;
  --sp-con-pd:20px;
}

body {
  background: #F8EFEA;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec {
  margin: 0 auto;
  padding-bottom: 300px;
}

.container_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 80px;
}
@media (min-width: 766px) {
  .container_main {
    gap: 50px;
  }
}

.wrap_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.ly_main-con_pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ly_sub-con_pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ly_con_pd {
  padding: 0 var(--sp-con-pd);
}

.ly_head-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.head_major, .head_sub {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.head_major span, .head_sub span {
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.head_major.__biz, .head_sub.__biz {
  background: var(--job-blue);
}
.head_major.__pro, .head_sub.__pro {
  background: var(--job-green);
}

.head_major {
  font-size: 18px;
  padding: 1em 0;
}
@media (min-width: 766px) {
  .head_major {
    font-size: 24px;
  }
}

.head_sub {
  font-size: 16px;
  padding: 1em 0;
}
@media (min-width: 766px) {
  .head_sub {
    font-size: 20px;
  }
}

.bl_kv {
  background: url(../images/kv_bg_sp.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 3em 1em;
  text-align: center;
}
@media (min-width: 766px) {
  .bl_kv {
    background: url(../images/kv_bg_pc.jpg) no-repeat;
    padding: 6em 1em;
  }
}
.bl_kv .bl_kv_title {
  background: rgba(255, 255, 255, 0.8);
  padding: 2em 3em;
  border-radius: 5px;
  backdrop-filter: blur(2px);
}
@media (min-width: 766px) {
  .bl_kv .bl_kv_title {
    width: 60%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 5em 10em;
  }
}
.bl_kv .bl_kv_title .kv_title {
  width: 100%;
  height: auto;
  display: inline-block;
}
.bl_kv .mv_read {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 2em;
  line-height: 1.75;
}
@media (max-width: 765px) {
  .bl_kv .mv_read {
    margin-top: 0;
    padding: 2em 0 1em;
  }
}

@media (min-width: 766px) {
  .ly_con_sec {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 20px;
  }
  .ly_con_sec.__biz {
    border: 3px solid var(--job-blue);
  }
  .ly_con_sec.__pro {
    border: 3px solid var(--job-green);
  }
}

.bl_job_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
.bl_job_list.__biz .el_job_name, .bl_job_list.__biz .el_job_copy {
  color: var(--job-blue);
}
.bl_job_list.__biz .el_job_no {
  background: var(--job-blue);
}
.bl_job_list.__pro .el_job_name, .bl_job_list.__pro .el_job_copy {
  color: var(--job-green);
}
.bl_job_list.__pro .el_job_no {
  background: var(--job-green);
}
.bl_job_list .el_job {
  background: #fff;
  width: calc(50% - var(--sp-con-pd) / 2);
  position: relative;
  padding-bottom: 22px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 766px) {
  .bl_job_list .el_job {
    width: 32%;
  }
}
.bl_job_list .el_job .el_job_no {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 10px;
  padding: 0.5em 1.5em;
}
.bl_job_list .el_job .job_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px 16px 0;
}
.bl_job_list .el_job .job_info .el_job_name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.bl_job_list .el_job .job_info .el_job_copy {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 133.333% */
}
.bl_job_list .el_job .job_info .el_job_icon {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px 0;
}
.bl_job_list .el_job .job_info .el_job_icon .icon_job {
  width: auto;
  height: 60px;
}
.bl_job_list .el_job .icon_modal {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
}

.bl_other_job {
  color: var(--job-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 1em 1em 1.5em;
}
@media (min-width: 766px) {
  .bl_other_job {
    padding: 2em 2em 2em;
  }
}
.bl_other_job .el_other_job {
  width: 46%;
}
.bl_other_job .el_other_job .el_job_name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.25em;
}
@media (min-width: 766px) {
  .bl_other_job .el_other_job .el_job_name {
    font-size: 16px;
  }
}
.bl_other_job .el_other_job .el_job_desc {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}
@media (min-width: 766px) {
  .bl_other_job .el_other_job .el_job_desc {
    font-size: 14px;
  }
}

.bl_point {
  background: var(--job-blue);
  padding: 2em;
  color: #fff;
}
@media (min-width: 766px) {
  .bl_point {
    padding: 2em 4em 3em;
  }
}
.bl_point .head_point {
  padding: 1em 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 766px) {
  .bl_point .head_point {
    font-size: 20px;
  }
}
.bl_point .head_point::before {
  content: "";
  background-image: url(../images/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
}
@media (min-width: 766px) {
  .bl_point .head_point::before {
    width: 40px;
    height: 40px;
  }
}
.bl_point .copy_point {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}

/* 背景オーバーレイ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
.modal-overlay.__biz .modal-header {
  color: var(--job-blue);
}
.modal-overlay.__biz .head_content {
  background: var(--job-blue);
}
.modal-overlay.__pro .modal-header {
  color: var(--job-green);
}
.modal-overlay.__pro .head_content {
  background: var(--job-green);
}

/* 表示時 */
.modal-overlay.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* モーダル本体 */
.modal-content {
  background: #fff;
  width: 90%;
  max-width: 420px;
  max-height: 90vh;
  border-radius: 12px;
  position: relative;
  -webkit-animation: modalFade 0.5s ease;
          animation: modalFade 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  /* クローズボタン */
  /* ヘッダー（固定） */
  /* 中身（スクロール領域） */
  /* アニメーション */
}
.modal-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  /* 白 → 透明 */
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(40%, rgba(255, 255, 255, 0.95)), color-stop(65%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.4) 65%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 0 12px 12px;
  z-index: 1;
}
.modal-content .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #eee;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
}
.modal-content .modal-header {
  padding: 36px 24px 24px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-content .modal-header .bl_job_icon img {
  width: 60px;
  height: auto;
  display: block;
}
.modal-content .modal-header .bl_job_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
.modal-content .modal-header .bl_job_name .job_no {
  font-size: 12px;
  font-weight: bold;
}
.modal-content .modal-header .bl_job_name .job_name {
  font-size: 24px;
  font-weight: bold;
}
.modal-content .modal-header .bl_job_name .catch_copy {
  font-size: 12px;
}
.modal-content .modal-body {
  padding: 0 24px 60px;
  /* ★ ここが肝 */
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-overflow-scrolling: touch;
}
.modal-content .modal-body .wrap_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.modal-content .modal-body .bl_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.modal-content .modal-body .bl_content .head_content {
  color: #fff;
  padding: 0.5em;
  font-size: 16px;
}
@media (min-width: 766px) {
  .modal-content .modal-body .bl_content .head_content {
    font-size: 18px;
  }
}
.modal-content .modal-body .bl_content .copy_content {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  padding: 0 1em;
  color: #404040;
}
.modal-content .modal-body .bl_content .copy_content span {
  color: #666;
  font-size: 1em;
}
.modal-content .modal-body .bl_content .tmb {
  width: 100%;
  height: auto;
  display: block;
}
.modal-content .modal-btn {
  width: 100%;
  margin-top: 16px;
  padding: 12px;
  background: #2f6f89;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.modal-content article {
  padding: 1em;
  border: 1px solid #B2B2B2;
}
.modal-content article a {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.modal-content article .title {
  font-size: 14px;
  line-height: 1.25;
  padding: 0 12px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 766px) {
  .modal-content article .title {
    font-size: 16px;
  }
}
.modal-content article .bl_prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 12px;
  color: #666;
}
.modal-content article .bl_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.modal-content article .el_gakubu, .modal-content article .el_company {
  font-size: 12px;
}
.modal-content article .el_name {
  font-size: 14px;
}
@-webkit-keyframes modalFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes modalFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.bl_bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding: 24px var(--sp-con-pd);
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 765px) {
  .bl_bnrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bl_bnrs a {
  display: block;
}
.bl_bnrs .el_bnr {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.bl_bnrs .el_bnr img {
  display: block;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=bunkei.css.map */