@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

input:focus, textarea:focus {
  outline: none;
}

#careers_contents {
  font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  color: #393636;
  position: relative;
}

/*------------------------------------------------------------
FV
------------------------------------------------------------ */
.ly_sec_fv {
  position: relative;
  background-color: #F2F6FA;
}

.ly_sec_fv .bl_fv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: flex-end;
  max-width: 1605px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}

.ly_sec_fv .bl_fv_ttl .bl_fv_ttl_inner {
  max-width: min(505px, 29vw);
  width: 100%;
}

.ly_sec_fv .bl_fv_ttl .bl_ttl_wrap {
  border-bottom: 1px solid #5BC2DC;
  padding-bottom: min(1.8vw, 40px);
}

.ly_sec_fv .bl_fv_ttl .bl_ttl_wrap .el_ttl_main {
  font-size: min(4vw, 47px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.ly_sec_fv .bl_fv_ttl .bl_ttl_wrap .el_ttl_sub {
  margin-top: 15px;
  font-family: Arial;
  font-size: min(1.4vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.ly_sec_fv .bl_fv_ttl .el_copy {
  margin-top: min(1.5vw, 20px);
  font-size: min(1.5vw, 20px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}

.ly_sec_fv .bl_fv_img {
  display: block;
  aspect-ratio: 1085/440;
  max-width: 1085px;
  width: 62.7%;
  margin-left: auto;
}

.ly_sec_fv .bl_fv_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .ly_sec_fv .bl_fv_img {
    aspect-ratio: 1085 / 540;
  }
}
@media screen and (max-width: 1024px) {
  .ly_sec_fv .bl_fv_img {
    aspect-ratio: 384 / 290;
    width: 58.3%;
  }

  .ly_sec_fv .bl_fv_ttl .bl_fv_ttl_inner {
    max-width: min(30.5vw, 350px);
  }

  .ly_sec_fv .bl_fv_ttl .bl_ttl_wrap {
    padding-bottom: min(3.6vw, 30px);
  }

  .ly_sec_fv .bl_fv_ttl .bl_ttl_wrap .el_ttl_main {
    font-size: min(3.1vw, 23px);
  }

  .ly_sec_fv .bl_fv_ttl .bl_ttl_wrap .el_ttl_sub {
    margin-top: 9px;
    font-size: min(1.7vw, 13px);
  }

  .ly_sec_fv .bl_fv_ttl .el_copy {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .ly_sec_fv .bl_fv_ttl {
    position: unset;
    transform: unset;
    display: block;
    max-width: unset;
    width: 100%;
    padding: 36px 24px 24px;
  }

  .ly_sec_fv .bl_fv_ttl .bl_fv_ttl_inner {
    max-width: 100%;
  }

  .ly_sec_fv .bl_fv_ttl .bl_ttl_wrap {
    padding-bottom: 16px;
  }

  .ly_sec_fv .bl_fv_ttl .bl_ttl_wrap .el_ttl_main {
    font-size: 24px;
  }

  .ly_sec_fv .bl_fv_ttl .bl_ttl_wrap .el_ttl_sub {
    font-size: 14px;
  }

  .ly_sec_fv .bl_fv_ttl .el_copy {
    margin-top: 16px;
    font-size: 13px;
  }

  .ly_sec_fv .bl_fv_img {
    aspect-ratio: 393 / 200;
    width: 100%;
  }
}
.mv_area {
  background-color: #F2F6FA;
  margin: 0 auto 35px;
}
.mv_area .mv_txt {
  margin: 0 auto;
  padding: 36px 24px 24px;
}
.mv_area .mv_txt h1 {
  border-bottom: 1px solid #5BC2DC;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.mv_area .mv_txt h1 span {
  font-family: "Arial Black", Arial-BoldMT, Arial, Helvetica, Gadget, "sans-serif";
  font-size: 14px;
  display: block;
  font-weight: 500;
  margin-top: 3px;
}
.mv_area .mv_txt p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .mv_area {
    background-color: #f5f5f5;
    max-width: 1730px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mv_area .mv_txt {
    max-width: 450px;
    padding: 0 30px;
  }
  .mv_area .mv_txt h1 {
    font-size: 48px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .mv_area .mv_txt h1 span {
    font-size: 16px;
  }
  .mv_area .mv_txt p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1530px) {
  .mv_area .mv_txt h1 {
    font-size: 44px;
  }
  .mv_area .mv_txt p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1530px) {
  .mv_area .mv {
    width: 70%;
  }
}

.contents_area {
  margin: 35px auto 0;
  padding: 0 24px 100px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents_area {
    margin-top: 100px;
    max-width: 1528px;
    padding: 0 20px 100px;
  }
}

.job_title {
  color: #5BC2DC;
  font-family: "Arial Black", Arial-BoldMT, Arial, Helvetica, Gadget, "sans-serif";
  font-size: 25px;
  margin-bottom: 180px;
  line-height: 1.5;
}
.job_title span {
  font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  color: #393636;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .job_title {
    font-size: 70px;
    margin-bottom: 160px;
  }
  .job_title span {
    font-size: 32px;
  }
}

.job_nav_area {
  max-width: 1488px;
  position: absolute;
  top: 90px;
  width: calc(100% - 48px);
}
@media only screen and (min-width: 768px) {
  .job_nav_area {
    top: 220px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .job_nav_area .job_nav_area_detail {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.job_nav_area .job_list_num {
  display: none;
}
.job_nav_area .job_search_check {
  display: flex;
}
.job_nav_area .job_search_check li {
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.job_nav_area .job_search_check li span {
  height: 46px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 3px 0 0 40px;
  position: relative;
  width: 100px;
}
.job_nav_area .job_search_check li span:before {
  background: url("../img/icon01.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 24px;
}
.job_nav_area .job_search_check li span:after {
  background: url("../img/icon03.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
}
.job_nav_area .job_search_check li.job_tag {
  margin-left: 12px;
}
.job_nav_area .job_search_check li.job_tag span:before {
  background-image: url("../img/icon02.svg");
}
.job_nav_area .job_search_check li.current {
  background-color: #F6FDFF;
  border-color: #5BC2DC;
}
.job_nav_area .job_search_check li.current:after {
  display: block;
}
.job_nav_area .job_search_check li.current span:after {
  background-image: url("../img/icon04.svg");
}
@media only screen and (min-width: 768px) {
  .job_nav_area .job_search_check {
    justify-content: space-between;
    margin-right: 25px;
  }
  .job_nav_area .job_search_check li {
    position: relative;
  }
  .job_nav_area .job_search_check li:after {
    content: "";
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
  }
  .job_nav_area .job_search_check li span {
    height: 60px;
    font-size: 18px;
    padding: 3px 0 0 48px;
    width: 138px;
  }
  .job_nav_area .job_search_check li span:before {
    background: url("../img/icon01.svg") no-repeat 0 0;
    height: 32px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    left: 12px;
    width: 32px;
  }
  .job_nav_area .job_search_check li span:after {
    background: url("../img/icon03.svg") no-repeat 0 0;
    content: "";
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
  }
  .job_nav_area .job_search_check li.job_tag {
    margin-left: 25px;
  }
  .job_nav_area .job_search_check li:hover {
    background-color: #F6FDFF;
    border-color: #5BC2DC;
  }
  .job_nav_area .job_search_check li:hover:after {
    display: block;
  }
  .job_nav_area .job_search_check li:hover span:after {
    background-image: url("../img/icon04.svg");
  }
}
.job_nav_area .job_search_txt {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.job_nav_area .job_search_txt input {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  height: 48px;
  padding: 0 20px 0 15px;
  width: 100%;
}
.job_nav_area .job_search_txt button {
  border: none;
  background: url("../img/icon05.svg") no-repeat 0 0;
  cursor: pointer;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
}
@media only screen and (min-width: 768px) {
  .job_nav_area .job_search_txt {
    margin-bottom: 0;
    width: 100%;
  }
  .job_nav_area .job_search_txt input {
    font-size: 16px;
    height: 60px;
    padding: 0 20px 0 15px;
  }
}
.job_nav_area .job_search_detail {
  box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px 16px 0 0;
  background-color: #fff;
  display: none;
  padding: 28px 24px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
}
@media only screen and (max-width: 767px) {
  .job_nav_area .job_search_detail {
    overflow-y: scroll;
    max-height: 75vh;
    padding-bottom: 70px;
  }
  .job_nav_area .job_search_detail:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), white 35%);
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
  }
}
.job_nav_area .job_search_detail .close_top {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0 0;
}
.job_nav_area .job_search_detail .close_top:after {
  background-color: #d9d9d9;
  border-radius: 20px;
  content: "";
  height: 4px;
  display: block;
  margin: 0 auto;
  width: 40px;
}
.job_nav_area .job_search_detail p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.job_nav_area .job_search_detail p.tag_cate {
  font-size: 16px;
}
.job_nav_area .job_search_detail ul {
  display: flex;
  flex-wrap: wrap;
}
.job_nav_area .job_search_detail ul li {
  margin: 0 18px 18px 0;
}
.job_nav_area .job_search_detail ul li:last-child {
  margin-right: 0;
}
.job_nav_area .job_search_detail ul li label {
  cursor: pointer;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
}
.job_nav_area .job_search_detail ul li label input {
  position: relative;
  width: 24px;
  height: 24px;
  appearance: none;
  -webkit-appearance: none;
  background: #FFFFFF;
  border: solid 2px #ddd;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
  margin-right: 10px;
  /* チェックマーク */
}
.job_nav_area .job_search_detail ul li label input::before {
  position: absolute;
  inset: 0;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 10px;
  content: "";
  opacity: 0;
  mask-image: url("../img/icon10.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #FFFFFF;
}
.job_nav_area .job_search_detail ul li label input:checked {
  background: #5BC2DC;
  border-color: #5BC2DC;
}
.job_nav_area .job_search_detail ul li label input:checked:before {
  opacity: 1;
}
.job_nav_area .job_search_detail ul li label span {
  margin-left: 5px;
}
.job_nav_area .job_search_detail .close {
  background-color: #393636;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  display: flex;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin: 0 auto 0;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 130px;
  z-index: 10;
}
.job_nav_area .job_search_detail .close:after {
  background: url("../img/icon15.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 9px;
  margin-left: 12px;
  width: 9px;
}
@media only screen and (min-width: 768px) {
  .job_nav_area .job_search_detail {
    box-shadow: 4px 8px 30px 0px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 40px 40px 10px;
    position: absolute;
    top: 80px;
    bottom: auto;
    width: auto;
  }
  .job_nav_area .job_search_detail .close_top {
    display: none;
  }
  .job_nav_area .job_search_detail p {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .job_nav_area .job_search_detail p.tag_cate {
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .job_nav_area .job_search_detail ul {
    display: flex;
    flex-wrap: wrap;
  }
  .job_nav_area .job_search_detail ul li {
    margin: 0 30px 30px 0;
  }
  .job_nav_area .job_search_detail ul li:last-child {
    margin-right: 0;
  }
  .job_nav_area .job_search_detail .close {
    display: none;
  }
}
.job_nav_area.fix .job_nav_area_cont {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  position: fixed;
  top: -110px;
  left: 50%;
  z-index: 1000;
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  animation: job_nav_show 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.job_nav_area.fix.abs_fix .job_nav_area_cont {
  top: 0;
  animation: job_nav_hide 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.job_nav_area.fix .job_nav_area_detail {
  max-width: 1488px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .job_nav_area.fix .job_nav_area_cont {
    border-bottom: none;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .job_nav_area.fix .job_list_num {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-right: 100px;
    width: 350px;
  }
  .job_nav_area.fix .job_list_num span {
    color: #5BC2DC;
    margin-left: 5px;
    margin-right: 5px;
  }
  .job_nav_area.fix .job_search_detail {
    position: fixed;
    top: 100px;
    z-index: 1010;
  }
}
@media only screen and (max-width: 767px) {
  .job_nav_area.fix .job_nav_area_detail {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-start;
  }
  .job_nav_area.fix .job_search_txt {
    background: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: -1;
    opacity: 0;
  }
  .job_nav_area.fix .job_search_txt input {
    padding-left: 40px;
  }
  .job_nav_area.fix .job_search_txt.show {
    opacity: 1;
    z-index: 20;
  }
  .job_nav_area.fix .job_search_check {
    margin-right: auto;
  }
  .job_nav_area.fix .job_search_txt_show {
    background: url("../img/icon11.svg") no-repeat 0 0;
    height: 46px;
    margin-right: 12px;
    width: 46px;
  }
  .job_nav_area.fix .job_search_txt_show.show {
    background-image: url("../img/icon12.svg");
    background-position: 50% 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 30;
  }
}

@keyframes job_nav_hide {
  0% {
    top: 0;
  }
  100% {
    top: -110px;
  }
}
@keyframes job_nav_show {
  0% {
    top: -110px;
  }
  100% {
    top: 0;
  }
}
.job_checked_area {
  margin-bottom: 30px;
}
.job_checked_area .job_checked_list {
  display: flex;
  flex-wrap: wrap;
}
.job_checked_area .job_checked_list label {
  background-color: #f5f5f5;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 32px;
  font-weight: 600;
  margin: 0 12px 12px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 28px 0 14px;
}
.job_checked_area .job_checked_list label:after {
  background: url("../img/icon13.svg") no-repeat 0 0;
  content: "";
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
}
.job_checked_area .job_checked_list label input {
  display: none;
}
.job_checked_area .job_checked_list label span {
  display: none;
}
.job_checked_area .job_checked_clear {
  background-color: #f5f5f5;
  border-radius: 40px;
  cursor: pointer;
  color: #F06868;
  display: none;
  font-size: 12px;
  height: 32px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 28px 0 14px;
  width: 140px;
}
.job_checked_area .job_checked_clear:after {
  background: url("../img/icon14.svg") no-repeat 0 0;
  content: "";
  height: 11px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
}
.job_checked_area.show {
  padding-bottom: 30px;
  border-bottom: 1px solid #393636;
}
.job_checked_area.show .job_checked_clear {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .job_checked_area {
    margin-bottom: 60px;
  }
  .job_checked_area .job_checked_list label {
    font-size: 14px;
    height: 42px;
    font-weight: 600;
    margin: 0 12px 12px 0;
    padding: 0 38px 0 18px;
  }
  .job_checked_area .job_checked_list label:after {
    background-size: 100%;
    height: 12px;
    margin-top: -6px;
    right: 15px;
    width: 12px;
  }
  .job_checked_area .job_checked_clear {
    font-size: 14px;
    height: 42px;
    padding: 0 38px 0 18px;
    width: 170px;
  }
  .job_checked_area .job_checked_clear:after {
    background-size: 100%;
    content: "";
    height: 16px;
    margin-top: -9px;
    right: 15px;
    width: 13px;
  }
}

.job_list_title {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.job_list_title span {
  color: #5BC2DC;
  margin-left: 5px;
  margin-right: 5px;
}
.job_list_title:before {
  background-color: #5BC2DC;
  border-radius: 30px;
  content: "";
  height: 28px;
  display: inline-block;
  margin-right: 20px;
  width: 4px;
}
@media only screen and (min-width: 768px) {
  .job_list_title {
    font-size: 36px;
  }
  .job_list_title:before {
    height: 45px;
    margin-right: 20px;
    width: 8px;
  }
}

.job_list {
  margin-bottom: 30px;
}
.job_list .job_cont {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 20px;
}
.job_list .job_cont a {
  height: 100%;
  display: block;
  padding: 20px 20px 10px;
  position: relative;
}
.job_list .job_cont a:after {
  background: url("../img/icon06.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 28px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
}
.job_list .job_cont a.non {
  background-color: #ddd;
  pointer-events: none;
}
.job_list .job_cont a.non:after {
  display: none;
}
.job_list .job_cont .job_name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}
.job_list .job_cont .job_name span {
  color: #5c5c5c;
  font-size: 11px;
  display: block;
  font-weight: 500;
  margin-top: 10px;
}
.job_list .job_cont .date_area {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
}
.job_list .job_cont .date_area dl {
  display: flex;
  align-items: center;
  margin: 0 12px 8px 0;
}
.job_list .job_cont .date_area dl dt {
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
}
.job_list .job_cont .date_area dl dd {
  background-color: #F2F6FA;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  padding: 3px 4px 3px;
}
.job_list .job_cont .date_area + p {
  margin-top: 15px;
}
.job_list .job_cont .job_txt {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.job_list .job_cont p {
  line-height: 1.5;
}
.job_list .job_cont p.group_name {
  color: #5BC2DC;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 12px;
}
.job_list .job_cont p.group_name.color02 {
  color: #EB6BA0;
}
.job_list .job_cont p.group_name.color03 {
  color: #A573D4;
}
.job_list .job_cont p.group_name.color04 {
  color: #37B0AA;
}
.job_list .job_cont p.group_name.color05 {
  color: #64B15A;
}
.job_list .job_cont p.group_name.color06 {
  color: #E38142;
}
.job_list .job_cont p.non_message {
  background-color: #aaa;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 4px 2px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.job_list .job_cont .tag_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.job_list .job_cont .tag_list li {
  color: #5c5c5c;
  font-size: 11px;
  margin: 0 14px 10px 0;
}
@media only screen and (min-width: 768px) {
  .job_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  .job_list .job_cont {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 30px;
    width: 48.6%;
  }
  .job_list .job_cont:nth-child(2n) {
    margin-left: 2.8%;
  }
  .job_list .job_cont a {
    padding: 38px 40px 30px;
  }
  .job_list .job_cont a:after {
    height: 42px;
    top: 30px;
    right: 40px;
    width: 42px;
  }
  .job_list .job_cont a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .job_list .job_cont .job_name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .job_list .job_cont .job_name span {
    font-size: 14px;
    margin-top: 10px;
  }
  .job_list .job_cont .date_area {
    display: flex;
    margin-right: 0;
  }
  .job_list .job_cont .date_area dl {
    margin: 0 25px 10px 0;
  }
  .job_list .job_cont .date_area dl:nth-of-type(2) {
    margin-right: 25px;
  }
  .job_list .job_cont .date_area dl:last-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .job_list .job_cont .date_area dl dt {
    font-size: 16px;
    margin-right: 5px;
  }
  .job_list .job_cont .date_area dl dd {
    font-size: 14px;
    padding: 5px 8px 4px;
  }
  .job_list .job_cont .date_area + .job_txt {
    margin-top: 10px;
  }
  .job_list .job_cont .job_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .job_list .job_cont p.group_name {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .job_list .job_cont p.non_message {
    font-size: 14px;
    padding: 5px 8px 4px;
    top: 30px;
    right: 40px;
  }
  .job_list .job_cont .tag_list li {
    font-size: 14px;
  }
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.pager a {
  border: 1px solid #393636;
  border-radius: 50%;
  display: flex;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin: 0 5px;
  width: 32px;
}
.pager a.current {
  background-color: #5BC2DC;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .pager {
    margin-bottom: 45px;
  }
  .pager a {
    font-size: 16px;
    height: 50px;
    margin: 0 6px;
    width: 50px;
  }
  .pager a:hover {
    background-color: #5BC2DC;
    text-decoration: none;
  }
}

.job_foot_area {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 24px 24px 80px;
  position: relative;
}
.job_foot_area .job_foot_title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
}
.job_foot_area .job_foot_title h3 span {
  color: #5BC2DC;
  font-size: 12px;
  font-family: "Arial Black", Arial-BoldMT, Arial, Helvetica, Gadget, "sans-serif";
  display: block;
  margin-bottom: 5px;
}
.job_foot_area .job_foot_title .job_foot_link {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
}
.job_foot_area .job_foot_title .job_foot_link a {
  background-color: #393636;
  border-radius: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
}
.job_foot_area .job_foot_title .job_foot_link a:after {
  background: url("../img/icon07.svg") no-repeat 0 0;
  content: "";
  height: 16px;
  margin-left: 10px;
  margin-bottom: 2px;
  width: 16px;
}
.job_foot_area .job_foot_detail {
  padding: 20px 0 0 0;
  position: relative;
}
.job_foot_area .job_foot_detail:before {
  background: linear-gradient(90deg, #5BC2DC 0%, #5BC2DC 50%, rgba(91, 194, 220, 0.5) 50%, rgba(91, 194, 220, 0.5) 100%);
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.job_foot_area .job_foot_detail h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.job_foot_area .job_foot_detail p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.job_foot_area .job_foot_detail p.notice {
  font-size: 11px;
  margin-bottom: 0;
}
.job_foot_area .job_foot_detail ul {
  margin-bottom: 15px;
}
.job_foot_area .job_foot_detail ul li {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}
.job_foot_area .job_foot_detail ul li:before {
  background-color: #5BC2DC;
  border-radius: 50%;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
}
.job_foot_area .job_foot_detail ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .job_foot_area {
    display: flex;
    align-items: center;
    padding: 45px;
  }
  .job_foot_area .job_foot_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-right: 40px;
    width: 27%;
  }
  .job_foot_area .job_foot_title h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .job_foot_area .job_foot_title h3 span {
    color: #5BC2DC;
    font-size: 20px;
    font-family: "Arial Black", Arial-BoldMT, Arial, Helvetica, Gadget, "sans-serif";
    display: block;
    margin-bottom: 15px;
  }
  .job_foot_area .job_foot_title .job_foot_link {
    position: relative;
    bottom: auto;
    left: auto;
    width: 136px;
  }
  .job_foot_area .job_foot_title .job_foot_link a {
    font-size: 14px;
    height: 48px;
  }
  .job_foot_area .job_foot_title .job_foot_link a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .job_foot_area .job_foot_detail {
    padding: 20px 0 20px 40px;
  }
  .job_foot_area .job_foot_detail:before {
    background: linear-gradient(180deg, #5BC2DC 0%, #5BC2DC 50%, rgba(91, 194, 220, 0.5) 50%, rgba(91, 194, 220, 0.5) 100%);
    height: 100%;
    width: 2px;
  }
  .job_foot_area .job_foot_detail h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .job_foot_area .job_foot_detail p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .job_foot_area .job_foot_detail p.notice {
    font-size: 14px;
    margin-bottom: 0;
  }
  .job_foot_area .job_foot_detail ul {
    margin-bottom: 20px;
  }
  .job_foot_area .job_foot_detail ul li {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 22px;
  }
  .job_foot_area .job_foot_detail ul li:before {
    margin-top: 0;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 8px;
  }
  .job_foot_area .job_foot_detail ul li:last-child {
    margin-bottom: 0;
  }
}

.mypage_fix {
  background-color: #393636;
  border-radius: 60px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  max-width: 75vw;
  transition: .5s;
}
.mypage_fix p {
  color: #fff;
}
.mypage_fix p.mypage_flow_btn {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  display: flex;
  padding: 18px 25px 18px 40px;
  text-decoration: none;
}
.mypage_fix p.mypage_flow_btn:before {
  background-color: #5BC2DC;
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  left: 25px;
  top: 20px;
  width: 6px;
}
.mypage_fix p.mypage_link {
  display: none;
  margin-bottom: 35px;
}
.mypage_fix p.mypage_link a {
  color: #fff;
  font-weight: 600;
  display: block;
  font-size: 13px;
  padding-left: 30px;
  position: relative;
  padding-right: 20px;
  width: 380px;
}
.mypage_fix p.mypage_link a:before {
  background-color: #5BC2DC;
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  left: 8px;
  top: 1px;
  width: 6px;
}
.mypage_fix p.mypage_link a:after {
  background: url("../img/icon08.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 8px;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 4px;
}
.mypage_fix p.notice {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 12px;
}
.mypage_fix .mypage_close {
  display: none;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: none;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  width: 100px;
}
.mypage_fix .mypage_close:after {
  background: url("../img/icon09.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 32px;
  margin-left: 12px;
  width: 32px;
}
.mypage_fix.show {
  border-radius: 12px;
  padding: 30px 20px 15px;
}
.mypage_fix.show p.mypage_flow_btn {
  display: none;
}
.mypage_fix.show p.mypage_link, .mypage_fix.show p.notice {
  display: block;
}
.mypage_fix.show .mypage_close {
  display: flex;
}
.mypage_fix.abs {
  animation: mypage_hide 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media only screen and (min-width: 768px) {
  .mypage_fix {
    bottom: 60px;
    right: 40px;
    max-width: 464px;
  }
  .mypage_fix p.mypage_flow_btn {
    font-size: 16px;
    padding: 25px 30px 25px 55px;
  }
  .mypage_fix p.mypage_flow_btn:before {
    height: 10px;
    top: 27px;
    left: 30px;
    width: 10px;
  }
  .mypage_fix p.mypage_link {
    display: none;
    margin-bottom: 45px;
  }
  .mypage_fix p.mypage_link a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    display: block;
    padding-left: 30px;
    position: relative;
  }
  .mypage_fix p.mypage_link a:before {
    background-color: #5BC2DC;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    left: 8px;
    top: 3px;
    width: 8px;
  }
  .mypage_fix p.mypage_link a:after {
    background: url("../img/icon08.svg") no-repeat 0 0;
    content: "";
    height: 14px;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 8px;
  }
  .mypage_fix p.notice {
    font-size: 13px;
    padding: 20px;
  }
  .mypage_fix .mypage_close {
    font-size: 16px;
    margin-right: 0;
    margin-left: auto;
    width: 120px;
  }
  .mypage_fix .mypage_close:after {
    height: 40px;
    margin-left: 15px;
    width: 40px;
  }
  .mypage_fix.show {
    border-radius: 12px;
    padding: 35px 35px 30px;
  }
}

@keyframes mypage_hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* pagetop */
.recruit_pagetop {
  background-color: #5BC2DC;
}

.recruit_pagetop a {
  background: url("/recruit/assets/img/icon-pagetop.png") no-repeat 50% 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: Arial, Helvetica, Gadget, "sans-serif";
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  height: 160px;
  text-decoration: none;
  transition: .3s;
}

.recruit_pagetop a span {
  margin-left: 20px;
}

.recruit_pagetop a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .recruit_pagetop a {
    background-size: 38px;
    background-position: 50% 5px;
    font-size: 15px;
    height: 80px;
    padding-top: 10px;
  }
}
/* pagetop */
/*------------------------------------------------------------
NEWS
------------------------------------------------------------ */
.un_news {
  padding: 32px 40px !important;
  border-bottom: 1px solid #ddd;
}

.un_news .ly_sec_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
}

.un_news .bl_sec_ttl {
  flex-shrink: 0;
  min-width: 200px;
}

.un_news .bl_sec_ttl .el_sec_ttl {
  text-align: center;
  color: #5BC2DC;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}

/* スライダー */
.un_news .bl_news_slider {
  width: 100%;
}

.un_news .bl_news_slider .bl_more_btn {
  display: none;
}

.un_news .bl_news_slider .splide__track {
  padding-right: 30px;
}

.un_news .bl_news_slider .splide__list.bl_news_list.un_single {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.un_news .bl_news_slider .splide__list .bl_news_item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.un_news .bl_news_slider .splide__list .bl_news_item .el_date {
  flex-shrink: 0;
  min-width: 120px;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.un_news .bl_news_slider .splide__list .bl_news_item .el_txt {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.un_news .bl_news_slider .splide__list .bl_news_item .el_txt a {
  text-decoration: underline;
  color: #393636;
  transition: 0.3s;
}

.un_news .bl_news_slider .splide__pagination .splide__pagination__page {
  background: #D9D9D9 !important;
}

.un_news .bl_news_slider .splide__pagination .splide__pagination__page.is-active {
  background: #5BC2DC !important;
  transform: scale(1) !important;
}

@media (hover: hover) {
  .un_news .bl_news_slider .splide__list li .el_txt a:hover {
    color: #5BC2DC;
  }
}
@media screen and (max-width: 1200px) {
  .un_news .bl_sec_ttl {
    min-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .un_news {
    padding-right: 28px !important;
  }

  .un_news .ly_sec_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .un_news .bl_sec_ttl {
    min-width: auto;
    width: 100%;
  }

  .un_news .bl_sec_ttl .el_sec_ttl {
    text-align: left;
    font-size: 20px;
    line-height: 1;
  }

  .un_news .bl_news_slider .splide__list .bl_news_item {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    margin-bottom: 8px;
  }

  .un_news .bl_news_slider .splide__list .bl_news_item .el_date {
    width: 100%;
    color: #AAA;
    font-size: 14px;
    line-height: 1;
  }

  .un_news .bl_news_slider .splide__list .bl_news_item .el_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .un_news {
    padding: 20px !important;
    padding-bottom: 0 !important;
  }

  .un_news .bl_news_slider {
    padding-bottom: 20px;
  }

  .un_news .bl_news_slider .splide__list .bl_news_item + .bl_news_item {
    margin-top: 16px;
  }

  .un_news .bl_news_slider .splide__list .news-hidden-item {
    display: none;
  }

  .un_news .bl_news_slider .bl_more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 20px 0;
  }

  .un_news .bl_news_slider .bl_more_btn.un_hidden {
    display: none;
  }

  .un_news .bl_news_slider .bl_more_btn .el_btn_txt {
    color: #AEAEAE;
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0;
  }

  .un_news .bl_news_slider .bl_more_btn .el_btn_icon {
    position: relative;
    flex-shrink: 0;
    display: block;
    aspect-ratio: 1/1;
    width: 10px;
    height: 10px;
  }

  .un_news .bl_news_slider .bl_more_btn .el_btn_icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #AEAEAE;
    transition: .3s;
  }

  .un_news .bl_news_slider .bl_more_btn .el_btn_icon span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .un_news .bl_news_slider .bl_more_btn.active .el_btn_icon span:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
