@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	職種と仕事の流れ
  ---------------------------------------------*/
.main_area {
  background: url("/assets/img/work_people/jobcategory/main_image.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 350px;
}
@media all and (max-width: 480px) {
  .main_area {
    padding-top: 100px;
  }
}
.main_area h2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 0 20px;
  opacity: 0;
  filter: blur(10px);
  clip-path: inset(0 100% 0 0);
  animation: h2Anim 0.8s 1s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_area h2 {
    padding: 0 10px;
  }
}

/*---------------------------------------------
表組み
  ---------------------------------------------*/
/*---------------------------------------------
	JOBリスト
  ---------------------------------------------*/
.job_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job_list dl {
  width: 460px;
  padding-top: 20px;
  border-top: 1px solid #B5BFCE;
}
@media all and (max-width: 480px) {
  .job_list dl {
    width: 100%;
    padding-top: 15px;
  }
}
.job_list dl dt.perple {
  color: #B02BC1;
}

/*---------------------------------------------
	イメージ写真
  ---------------------------------------------*/
.image_area {
  width: 100%;
  overflow: hidden;
}
.image_area .image {
  display: block;
}
.image_area .image:first-of-type {
  width: 420px;
  float: left;
  margin-bottom: 10px;
}
@media all and (max-width: 480px) {
  .image_area .image:first-of-type {
    width: 49%;
    margin-bottom: 5px;
  }
}
.image_area .image:nth-of-type(2) {
  width: 572px;
  float: right;
  margin-bottom: 10px;
}
@media all and (max-width: 480px) {
  .image_area .image:nth-of-type(2) {
    width: 49%;
    margin-bottom: 5px;
  }
}
.image_area .image:nth-of-type(3) {
  width: 300px;
  float: left;
  margin-left: 120px;
}
@media all and (max-width: 480px) {
  .image_area .image:nth-of-type(3) {
    clear: both;
    width: 49%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.image_area .image:nth-of-type(4) {
  width: 300px;
  float: right;
  margin-right: 272px;
}
@media all and (max-width: 480px) {
  .image_area .image:nth-of-type(4) {
    width: 49%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.under_link_area a {
  background: url("/assets/img/work_people/jobcategory/under_link_bg.jpg") center no-repeat;
  background-size: cover;
}

.tab_job {
  background: linear-gradient(-45deg, #26a5cb 0%, #1c6a94 26.11%, #153c6e 55.66%, #1e4087 75.86%, #394dce 100%);
  padding-top: 80px;
}
@media all and (max-width: 480px) {
  .tab_job {
    padding-top: 50px;
  }
}
.tab_job nav {
  width: 1000px;
  margin: 40px auto 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media all and (max-width: 480px) {
  .tab_job nav {
    width: 100%;
  }
}
.tab_job nav span, .tab_job nav a {
  width: 490px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 20px;
}
@media all and (max-width: 480px) {
  .tab_job nav span, .tab_job nav a {
    width: calc(50% - 10px);
    padding-top: 0.2em;
    border-top-right-radius: 14px;
  }
}
.tab_job nav span {
  background-color: #E7F0FA;
  color: #061643;
  height: 90px;
  padding-top: 10px;
}
@media all and (max-width: 480px) {
  .tab_job nav span {
    height: 70px;
  }
}
.tab_job nav a {
  backdrop-filter: blur(4.0405697823px);
  --webkit-backdrop-filter: blur(4.04056978225708px);
  background-color: rgba(231, 240, 250, 0.4);
  color: #fff;
  height: 80px;
  transition: 0.3s;
}
@media all and (max-width: 480px) {
  .tab_job nav a {
    height: 60px;
  }
}
.tab_job nav a:hover {
  background-color: rgba(231, 240, 250, 0.5);
}

.box_job__item {
  width: 880px;
  height: auto;
  padding: 40px 30px 40px 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
@media all and (max-width: 480px) {
  .box_job__item {
    width: 100%;
    padding: 25px 15px;
    flex-direction: column;
  }
}
.box_job__item:nth-child(odd) {
  margin-left: 60px;
}
@media all and (max-width: 480px) {
  .box_job__item:nth-child(odd) {
    margin-left: 0px;
  }
}
.box_job__item:nth-child(even) {
  margin-left: 100px;
}
@media all and (max-width: 480px) {
  .box_job__item:nth-child(even) {
    margin-left: 0px;
  }
}
.box_job__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 1s;
}
.box_job__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #05178a;
  background: linear-gradient(45deg, #05178a 0%, #5657fc 26%, #053a7c 44%, #3bd4f2 100%);
  backdrop-filter: blur(10px);
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: -2;
  transition: 1s;
}
@media all and (max-width: 480px) {
  .box_job__item:after {
    top: 12px;
    left: 12px;
  }
}
.box_job__item .item_left {
  width: 400px;
}
@media all and (max-width: 480px) {
  .box_job__item .item_left {
    width: 100%;
    margin-bottom: 1.4em;
  }
}
.box_job__item .item_left i {
  width: 140px;
  position: absolute;
  left: -50px;
  top: -10px;
}
@media all and (max-width: 480px) {
  .box_job__item .item_left i {
    width: 76px;
    left: -12px;
    top: -10px;
  }
}
.box_job__item .item_left h3 {
  margin-bottom: 1.2em;
  padding-left: 70px;
}
@media all and (max-width: 480px) {
  .box_job__item .item_left h3 {
    padding-left: 60px;
  }
}
.box_job__item .item_left h3 span:first-child {
  display: block;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.box_job__item .item_left h3 span:last-child {
  display: inline-block;
  color: #fff;
  padding: 0.6em 0.8em;
  line-height: 1;
  border-radius: 1.1em;
}
.box_job__item .item_left p {
  line-height: 1.9;
}
.box_job__item .item_right {
  width: 380px;
  padding: 15px 26px;
  border-radius: 10px;
}
@media all and (max-width: 480px) {
  .box_job__item .item_right {
    width: 100%;
  }
}
.box_job__item .item_right h4 {
  opacity: 0.3;
}
.box_job__item .item_right dl {
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.6);
  margin-bottom: 0.2em;
  padding-bottom: 0.15em;
}
.box_job__item .item_right dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.box_job__item.color_1 .item_left h3 span:last-child {
  background: linear-gradient(-45deg, #0075c2 0%, #0f9ab4 100%);
}
.box_job__item.color_1 .item_right {
  background-color: #2174BA;
}
.box_job__item.color_2 .item_left h3 span:last-child {
  background: linear-gradient(-45deg, #9e56b9 0%, #c176c4 100%);
}
.box_job__item.color_2 .item_right {
  background-color: #904193;
}

.list_preferred {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 50px;
  margin: 60px 0 120px;
}
@media all and (max-width: 480px) {
  .list_preferred {
    gap: 30px 22px;
    margin: 40px 0 100px;
  }
}
.list_preferred__item {
  width: 300px;
  height: 300px;
  padding: 20px 30px 10px;
  z-index: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
@media all and (max-width: 480px) {
  .list_preferred__item {
    width: calc(50vw - 30px);
    height: calc(50vw - 30px);
    padding: 0px 15px 0px;
  }
}
.list_preferred__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 1s;
}
.list_preferred__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #05178a;
  background: linear-gradient(45deg, #05178a 0%, #5657fc 26%, #053a7c 44%, #3bd4f2 100%);
  backdrop-filter: blur(10px);
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: -2;
  transition: 0.4s;
}
@media all and (max-width: 480px) {
  .list_preferred__item:after {
    top: 12px;
    left: 12px;
  }
}
.list_preferred__item:hover {
  transform: scale(1.06);
}
.list_preferred__item:hover:after {
  top: 12px;
  left: 12px;
}
.list_preferred__item i {
  width: 100px;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .list_preferred__item i {
    width: 60px;
  }
}
.list_preferred__item p {
  width: 100%;
  font-size: 2.8rem;
  font-family: "Noto Sans JP";
  font-weight: 800;
  line-height: 1.8;
  color: #0075C2;
}
@media all and (max-width: 480px) {
  .list_preferred__item p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.list_preferred__item p span {
  background: linear-gradient(transparent 60%, rgba(220, 48, 227, 0.18) 0%);
  display: inline;
}
.list_preferred__item .plus {
  background: url(../img/work_people/jobcategory/icon_plus.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.3;
}
@media all and (max-width: 480px) {
  .list_preferred__item .plus {
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
  }
}

.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 22, 59, 0.85);
  padding: 40px 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media all and (max-width: 480px) {
  .modal {
    padding: 0;
  }
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  position: absolute;
  background-color: #fff;
  width: 1000px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  overflow-x: hidden;
}
@media all and (max-width: 480px) {
  .modal-container {
    width: 90%;
    height: 80vh;
  }
}

.modal-content__ttl p {
  display: block;
  padding: 34px 0 0 36px;
  line-height: 1.6;
  color: #061643;
  letter-spacing: 0.03em;
}
@media all and (max-width: 480px) {
  .modal-content__ttl p {
    padding: 34px 0 0 16px;
  }
}
.modal-content__ttl h2 {
  font-family: "Noto Sans JP";
  line-height: 1;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #0075C2;
  position: relative;
  display: inline-block;
  padding: 0.35em 36px 0.45em;
}
@media all and (max-width: 480px) {
  .modal-content__ttl h2 {
    padding: 0.35em 16px 0.45em;
    line-height: 1.3;
    max-width: calc(100vw - 45px);
  }
}
.modal-content__ttl h2::before {
  content: "";
  width: 16px;
  height: 14px;
  background-color: #061643;
  position: absolute;
  right: 0;
  bottom: -14px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.modal-content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
  padding: 40px;
  width: 1000px;
}
@media all and (max-width: 480px) {
  .modal-content__list {
    padding: 40px 20px;
    width: 100%;
  }
}
.modal-content__list dl {
  width: 280px;
}
@media all and (max-width: 480px) {
  .modal-content__list dl {
    width: 100%;
  }
}
.modal-content__list dl dt {
  width: 100%;
  height: 50px;
  border-top-right-radius: 20px;
  background: linear-gradient(45deg, #edf4fc 0%, #ecebfb 29.56%, #eaebfa 50.74%, #e9f2f8 74.88%, #e7faf6 100%);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 25px 0 15px;
  color: #061643;
  font-weight: 700;
}
.modal-content__list dl dt i {
  width: 50px;
  position: absolute;
  right: 20px;
  top: 0;
}
.modal-content__list dl dd {
  margin-top: 0.6em;
}

/* モーダルを閉じるボタンの指定 */
.close_btn {
  cursor: pointer;
  background: url(../img/work_people/jobcategory/icon_plus.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.3s;
  transform: rotate(45deg);
}
@media all and (max-width: 480px) {
  .close_btn {
    top: 10px;
    right: 10px;
  }
}
.close_btn:hover {
  opacity: 0.6;
}/*# sourceMappingURL=jobcategory.css.map */