@charset "UTF-8";
/*
Theme Name: enters-navi
*/

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #F6F7FA;
  color: #212326;
  font-family: "Noto Sans JP", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
iframe {
  width: 100%;
  vertical-align: bottom;
}
a {
  color: #212326;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
main {
  padding-top: 84px;
}

/* .container {
  background-image: url(img/common/bg-fixed.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left top;
} */
.container {
  background: 0;
  position: relative;
}
.container::before {
  content: "";
  width: 75%;
  height: 100vh;
  background-image: url(img/common/bg-fixed.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.container::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(img/common/bg.png);
  background-repeat: repeat-y;
  background-size: 200%;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

/* 不要予定 */
/* .container-inner {
  background-image: url(img/common/bg.png);
  background-repeat: repeat-y;
  background-size: 200%;
  background-position: center top;
} */

.wrapper {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
.main-content {
  max-width: 834px;
  background-color: #fff;
  border: solid 1px #9EC9CF;
  border-radius: 20px;
  padding: 40px;
  margin: 80px auto 0;
}
.main-content.bottom-arrow {
  position: relative;
}
.main-content.bottom-arrow::after {
  content: "";
  width: 30px;
  height: 30px;
  background: white;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  border-left: 1px solid #9EC9CF;
  border-bottom: 1px solid #9EC9CF;
  border-right: 1px solid #9EC9CF;
  margin: 0 auto;
  position: absolute;
  bottom: -14.8px;
  left: 0;
  right: 0;
  transform: rotate(-45deg);
}

/* 下層ページ ページタイトル */
.page-title {
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: center;
}
.page-title .ja {
  color: #212326;
  display: block;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 7px;
  position: relative;
}
.page-title .ja::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #01459A;
  margin: 0 auto;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
}
.page-title .en {
  color: #01459A;
  display: block;
  font-size: 18px;
  font-weight: 500;
}

/* ボタン */
.btn-navy {
  text-align: center;
}
.btn-navy a,
.btn-white a {
  border-radius: 32px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 17px 57px 17px 103px;
  line-height: 1.6;
}
.btn-navy a {
  background-color: #013576;
  color: #fff;
}
.btn-white a {
  background-color: #fff;
  border: solid 2px #003577;
  color: #003577;
}
.btn-navy a .text,
.btn-white a .text {
  position: relative;
}
.btn-navy a .text::before,
.btn-white a .text::before {
  content: "";
  background-size: contain;
  position: absolute;
}
.btn-navy.btn-list a .text::before,
.btn-white.btn-list a .text::before {
  width: 30px;
  height: 16px;
  top: 7px;
  left: -42px;
}
.btn-navy.btn-list a .text::before {
  background-image: url(img/common/icon-list.svg);
}
.btn-white.btn-list a .text::before {
  background-image: url(img/common/icon-list-nv.svg);
}
.btn-navy.btn-search a .text::before {
  width: 18px;
  height: 18px;
  background-image: url(img/common/icon-search-wt.svg);
  top: 5px;
  left: -35px;
}

/* フォント */
.font-bold {
  font-weight: bold !important;
}

/* テキスト */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}

/* マージン */
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt30 {
  margin-top: 30px !important;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#header .inner {
  max-width: 1180px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin: 0 auto;
}
#header .logo {
  width: 100%;
  max-width: clamp(240px, 37vw, 310px);
  margin-left: -75px;
}
@media screen and (max-width: 1320px) {
  #header .logo {
    margin-left: 0;
  }
}
#header .logo a {
  display: block;
  line-height: 0;
}
#header .navi .menu {
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  margin-left: 15px;
}
#header .navi .menu li {
  font-size: clamp(13px, 1.5vw, 16px);
  margin: 0 clamp(10px, 1.6vw, 30px);
}
#header .navi .menu li.active {
  position: relative;
}
#header .navi .menu li.active::after {
  content: "";
  width: 160%;
  height: 2px;
  background-color: #01459A;
  margin: 0 auto;
  position: absolute;
  bottom: -32px;
  left: -30%;
}
#header .hamburger {
  display: none;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
  background-color: #DAE9F8;
  padding: 50px 0 30px;
  margin-top: 145px;
  position: relative;
}
#footer .page-top {
  width: 70px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
}
#footer .footer-content {
  display: flex;
  margin-bottom: 40px;
}
#footer .footer-content .info {
  width: 35%;
  margin-right: 5%;
}
#footer .footer-content .info .logo {
  max-width: 356px;
  margin-bottom: 20px;
}
#footer .footer-content .info .info-text {
  font-weight: bold;
  line-height: 1.6;
}
#footer .footer-content .menu {
  width: 60%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#footer .footer-content .menu li {
  width: calc((100% - 40px) / 3);
  font-size: 14px;
  font-weight: 500;
}
#footer .footer-content .menu li .icon-external {
  position: relative;
  top: -3px;
  margin-right: 7px;
}
#footer .copyright {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

/*-------------------------------------------
404
-------------------------------------------*/
#not-found .wrapper {
  padding-top: 160px;
  padding-bottom: 60px;
  text-align: center;
}
#not-found .title {
  font-size: 24px;
  margin-bottom: 60px;
}
#not-found .to-top a {
  background-color: #013576;
  border-radius: 32px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 17px 57px;
  line-height: 1.6;
}

/*-------------------------------------------
検索ボックス
-------------------------------------------*/
#searchform {
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}
#searchform input {
  width: 100%;
  background-color: #fff;
  border: solid 1px #A0CBCF;
  border-radius: 5px;
  padding: 14px 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
#searchform .icon-search {
  position: absolute;
  top: 27px;
  right: 24px;
  transform: translateY(-50%);
}

/*-------------------------------------------
サイド固定ラベル
-------------------------------------------*/
#sidelabel {
  position: fixed;
  top: 129px;
  right: 0;
  z-index: 5;
}
#sidelabel a {
  background-color: #FFDA03;
  border-radius: 10px 0 0 10px;
  display: block;
}
#sidelabel a:hover {
  opacity: 1;
  padding-right: 10px;
}

/*-------------------------------------------
ページネーション
-------------------------------------------*/
.pagination {
  margin-top: 40px;
}
.pagination ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination ol li {
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1;
}
.pagination ol li a {
  display: block;
  padding: 8px 10px;
}
.pagination ol li.active {
  background-color: #88C8CB;
  border: solid 1px #88C8CB;
  padding: 8px 10px;
}
.pagination ol li.prev,
.pagination ol li.next {
  background-color: transparent;
  border: none;
  position: relative;
  margin: 0;
}
.pagination ol li.prev a::after,
.pagination ol li.next a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #01459A;
  border-right: solid 3px #01459A;
  position: absolute;
  top: 11px;
}
.pagination ol li.prev a::after {
  transform: rotate(-135deg);
  right: 8px;
}
.pagination ol li.next a::after {
  transform: rotate(45deg);
  left: 8px;
}

/*-------------------------------------------
ジョブ一覧
-------------------------------------------*/
.jobs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.jobs-list .list-item {
  width: calc((100% - 60px) / 4);
  background-color: #fff;
  border: solid 1px #A0CBCF;
  border-radius: 5px;
  padding: 35px 0 25px;
}
/* .jobs-list .list-item:hover {
  border: solid 1px #fff;
  outline: solid 3px #FAF3C4;
} */
/* .jobs-list .list-item.pr {
  position: relative;
}
.jobs-list .list-item.pr::after {
  content: "[PR]";
  width: 100%;
  background-color: #D91515;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
} */
.jobs-list .list-item.new {
  position: relative;
}
.jobs-list .list-item.new::after {
  content: "NEW";
  background-color: #FF9D00;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 10px 5px;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 8px;
}
.jobs-list .list-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jobs-list .list-item .list-content {
  padding: 0 15px;
}
.jobs-list .list-item .list-content .logo {
  margin-bottom: 10px;
  text-align: center;
  min-height: 156px;
  display: grid;
  place-items: center; 
}
.jobs-list .list-item .list-content .logo img {
  width: auto;
  max-height: 156px;
  object-fit: cover;
}
.jobs-list .list-item .list-content .date {
  color: #707070;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}
.jobs-list .list-item .list-content .title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.jobs-list .list-item .list-content .company-name {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
}
.jobs-list .list-item .list-content .category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 10px;
}
.jobs-list .list-item .list-content .category-list li {
  border: solid 1px #D6D2D2;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  padding: 5px 8px;
}
.jobs-list .list-item .list-content .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.jobs-list .list-item .list-content .tag-list li {
  background-color: #FFEB80;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  padding: 5px 8px;
}
.jobs-list .list-item .btn {
  width: 100%;
  max-width: 160px;
  border: solid 1px #D6D2D2;
  border-radius: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 10px;
  margin: 25px auto 0;
  text-align: center;
}

/*-------------------------------------------
おすすめ求人一覧
-------------------------------------------*/
.pick-up .pickup-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 1%;
  margin-bottom: 80px;
}
.pick-up .pickup-list li {
  width: calc(97% / 3);
  max-width: 365px;
}
.pick-up .pickup-list li .img {
  margin-bottom: 15px;
}
.pick-up .pickup-list li .title {
  font-weight: 300;
  line-height: 1.6;
  text-decoration: underline;
}

/*-------------------------------------------
フォーム共通
-------------------------------------------*/
.form-area .head-text-center {
  margin-bottom: 50px;
  text-align: center;
}
.form-area .head-text-center p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 20px;
}
.form-area .head-text-sub {
  font-weight: 300;
  margin: -20px 0 50px;
  text-align: center;
}
.form-area .head-text-sub a {
  color: #01459A;
  text-decoration: underline;
}
.form-area .head-text-entry {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  margin: 70px 0 35px;
}
.form-area .head-text-entry .text {
  font-weight: 300;
}
.form-area .head-text-entry .text .modal-open {
  color: #013577;
  cursor: pointer;
  text-decoration: underline;
}
.form-area .head-text-entry .modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 50%);
  padding: 80px 20px;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 20;
}
.form-area .head-text-entry .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.form-area .head-text-entry .modal-content {
  width: 100%;
  max-width: 860px;
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 40px;
  position: relative;
}
.form-area .head-text-entry .modal-content .modal-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.form-area .head-text-entry .modal-content .modal-close::before,
.form-area .head-text-entry .modal-content .modal-close::after {
  content: "";
  width: 100%;
  height: 4px;
  display: inline-block;
  background: #333;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  left: 0
}
.form-area .head-text-entry .modal-content .modal-close::before {
  transform: rotate(45deg);
}
.form-area .head-text-entry .modal-content .modal-close::after {
  transform: rotate(-45deg);
}
.form-area .head-text-entry .modal-content .modal-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}
.form-area .head-text-entry .modal-content .modal-text {
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: left;
}
.form-area .head-text-entry .modal-content .modal-text a {
  text-decoration: underline;
}
.form-area .head-text-entry .modal-content .modal-close-btn {
  background-color: #E5E5E5;
  cursor: pointer;
  font-weight: 300;
  padding: 10px;
  text-align: center;
}
.form-area .head-text-entry .download-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.form-area .head-text-entry .download {
  max-width: 170px;
  border: solid 1px #D6D2D2;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  padding: 12px 33px;
}
.form-area .head-text-entry .download .icon-download {
  margin-right: 6px;
}
.form-area dl {
  border-top: dashed 1px #E5E5E5;
  margin-bottom: 40px;
}
.form-area dl .group {
  display: flex;
  border-bottom: dashed 1px #E5E5E5;
  padding: 25px 0;
}
.form-area dl .group dt {
  width: 25%;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5%;
}
.form-area dl .group dt .require {
  width: 40px;
  border: solid 2px #c80000;
  border-radius: 5px;
  color: #D91615;
  display: block;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 1;
  padding: 3px 0;
  margin-top: 5px;
  text-align: center;
}
.form-area dl .group dd {
  width: 70%;
  font-weight: 300;
  word-wrap: break-word;
}
.form-area dl .group dd input[type="text"],
.form-area dl .group dd input[type="email"],
.form-area dl .group dd input[type="tel"],
.form-area dl .group dd textarea {
  width: 100%;
  max-width: 358px;
  border: solid 1px #D6D2D2;
  border-radius: 5px;
  padding: 12px 20px;
}
.form-area dl .group dd input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form-area dl .group dd input.min {
  max-width: 140px;
}
.form-area dl .group dd textarea {
  max-width: 100%;
  height: 180px;
}
.form-area dl .group dd select {
  appearance: auto;
  border: solid 1px #D6D2D2;
  border-radius: 5px;
  padding: 12px 20px;
}
.form-area dl .group .flex-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-area dl .group .item-checbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.form-area dl .group .note {
  color: #707070;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 5px;
  text-align: justify;
}
.form-area dl .radio-group-area {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.form-area .privacy-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
.form-area .terms-text {
  max-width: 660px;
  line-height: 1.7;
  margin: 0 auto 40px;
  text-align: justify;
}
.form-area .privacy-box {
  height: 400px;
  border: solid 1px #CBCBCB;
  font-weight: 300;
  padding: 25px 30px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
  overflow-y: scroll;
}
.form-area .privacy-box .gray-box {
  background-color: #ECECE5;
  padding: 20px;
  margin-top: 20px;
}
.form-area .privacy-check {
  margin-bottom: 40px;
}
.form-area .privacy-check .text {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}
.form-area .privacy-check .checkbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  line-height: 1;
}
.form-area .privacy-check input {
  width: 22px;
  height: 22px;
  margin: 0 10px -2px 0;
}
.form-area .privacy-confirm-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}
.form-area .btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.form-area .btn {
  text-align: center;
}
.form-area .btn input {
  background-color: #003577;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 60px;
  margin: 0 auto;
  text-align: center;
  transition: 0.5s;
}
.form-area .btn-area .btn input {
  padding: 20px 40px;
}
.form-area .btn-area .btn-back input {
  background-color: #FF7F00;
}
.form-area .btn input:hover {
  opacity: 0.7;
}
.form-area .err-message {
  color: #D91615;
  font-weight: 500;
  margin-top: 5px;
}
.form-area .privacy-check .err-message {
  text-align: center;
}
.form-area.form-thanks .btn-navy a {
  padding: 20px 60px;
}
.form-area.form-thanks .agent-info {
  background-color: #FFF9D8;
  border-radius: 20px;
  padding: 50px;
  margin-top: 60px;
  text-align: center;
}
.form-area.form-thanks .agent-info .text {
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}
.form-area.form-thanks .agent-info .logo-enters {
  max-width: 280px;
  margin: 0 auto 30px;
}
.form-area.form-thanks .agent-info .btn {
  max-width: 380px;
  background-color: #fff;
  border: solid 1px #D6D2D2;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  margin: 0 auto;
}
.form-area.form-thanks .agent-info .btn .icon {
  width: 17px;
  margin-left: 8px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }

  .pc {
    display: none !important;
  }

  .container {
    background-size: contain;
  }
  .container::before {
    width: 100%;
  }
  .main-content {
    border-radius: 10px;
    padding: 40px 20px;
    margin-top: 50px;
  }
  
  /* 下層ページ ページタイトル */
  .page-title .ja::before {
    top: -65px;
  }
  .page-title .ja {
    font-size: 28px;
  }
  .page-title .en {
    font-size: 14px;
  }

  .btn-navy a {
    font-size: 16px;
    padding: 12px 44px 12px 90px;
  }
  .btn-navy a .text::before {
    width: 25px;
    height: 15px;
    left: -36px;
  }

  /*-------------------------------------------
  Header
  -------------------------------------------*/
  #header .inner {
    height: 60px;
    padding: 0 15px;
  }
  #header .logo {
    max-width: 230px;
  }
  #header .navi {
    width: 100%;
    height: 100vh;
    padding-right: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
  }
  #header .navi.active {
    transition: all 0.6s;
    opacity: 1;
    visibility: visible;
  }
  #header .navi .menu {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    background-color: #414141;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 90px 20px;
    margin-left: 0;
    overflow: auto;
  }
  #header .navi .menu li {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    position: relative;
  }
  #header .navi .menu li.active::after {
    content: none;
  }
  #header .navi .menu li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 6px;
  }
  #header .navi .menu li.contact {
    display: flex;
    justify-content: space-between;
    gap: 0 2%;
    margin-top: 25px;
  }
  #header .navi .menu li.contact > a {
    width: 49%;
    border-radius: 5px;
    display: block;
    color: #fff;
    padding: 20px 5px;
    text-align: center;
  }
  #header .navi .menu li.contact > a:first-child {
    background-color: #E39D00;
  }
  #header .navi .menu li.contact > a:last-child {
    background-color: #0171AD;
  }
  #header .navi .menu li.contact > a .icon-contact {
    width: auto;
    height: 25px;
    margin-bottom: 10px;
  }
  #header .navi .menu li.contact > a .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
  }
  #header .navi .menu li.contact > a .text {
    font-size: 16px;
    font-weight: 500;
  }
  #header .navi .menu li.privacy::before {
    width: 20px;
    height: 20px;
    background-image: url(./img/common/icon-external-wt.svg);
    background-size: contain;
    border: none;
    transform: none;
    top: calc(50% - 9px);
  }
  #header .navi .menu li.contact::before {
    content: none;
  }
  #header .navi .menu li a {
    width: 100%;
    color: #fff;
    display: block;
    padding: 13px 10px 13px 32px;
  }
  #header .hamburger {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 5px;
    z-index: 30;
  }
  #header .hamburger.active {
    top: 10px;
    right: 10px;
  }
  #header .hamburger p {
    color: #414141;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    text-align: center;
  }
  #header .hamburger span {
    width: 30px;
    height: 2px;
    background-color: #414141;
    display: inline-block;
    position: absolute;
    left: 15px;
    transition: all 0.4s;
  }
  #header .hamburger span:nth-of-type(1) {
    top: 14px; 
  }
  #header .hamburger span:nth-of-type(2) {
    top: 23px;
  }
  #header .hamburger span:nth-of-type(3) {
    top: 32px;
  }
  #header .hamburger.active span:nth-of-type(1) {
    top: 22px;
    transform: rotate(-45deg);
  }
  #header .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .hamburger.active span:nth-of-type(3) {
    top: 22px;
    transform: rotate(45deg);
  }
  #header .hamburger .hamburger-close {
    display: none;
  }
  #header .hamburger.active .hamburger-close {
    display: block;
  }
  #header .hamburger.active .hamburger-open {
    display: none;
  }

  /*-------------------------------------------
  Footer
  -------------------------------------------*/
  #footer {
    margin-top: 100px;
  }
  #footer .footer-content {
    flex-direction: column;
    margin-bottom: 30px
  }
  #footer .footer-content .info {
    width: 100%;
    margin-right: 0;
  }
  #footer .footer-content .info .info-text {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
  #footer .footer-content .menu {
    display: none;
  }

  /*-------------------------------------------
  404
  -------------------------------------------*/
  #not-found .wrapper {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  #not-found .title {
    font-size: 18px;
  }
  #not-found .to-top a {
    font-size: 16px;
    padding: 12px 44px;
  }

  /*-------------------------------------------
  サイド固定ラベル
  -------------------------------------------*/
  #sidelabel {
    display: none;
  }

  /*-------------------------------------------
  ページネーション
  -------------------------------------------*/
  .pagination ol li a {
    padding: 5px 7px;
  }
  .pagination ol li.active {
    padding: 5px 7px;
  }
  .pagination ol li.prev a::after,
  .pagination ol li.next a::after {
    top: 8px;
  }
  .pagination ol li.prev a::after {
    right: 5px;
  }
  .pagination ol li.next a::after {
    left: 5px;
  }

  /*-------------------------------------------
  ジョブ一覧
  -------------------------------------------*/
  .jobs-list {
    flex-direction: column;
    margin-bottom: 45px;
  }
  .jobs-list .list-item {
    width: 100%;
    padding: 25px 0;
  }
  /* .jobs-list .list-item.pr {
    padding: 45px 0 25px;
  } */
  .jobs-list .list-item .list-content {
    padding-bottom: 20px;
    position: relative;
  }
  .jobs-list .list-item .list-content::after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    border-bottom: dashed 1px #E5E5E5;
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
  }
  .jobs-list .list-item .btn {
    margin: 18px auto 0;
  }

  /*-------------------------------------------
  おすすめ求人一覧
  -------------------------------------------*/
  .pick-up .pickup-list {
    flex-direction: column;
    gap: 25px 0;
    margin-bottom: 40px;
  }
  .pick-up .pickup-list li {
    width: 100%;
    margin: 0 auto;
  }
  .pick-up .pickup-list li .img {
    margin-bottom: 10px;
  }
  .pick-up .pickup-list li .title {
    font-size: 14px;
  }

  /*-------------------------------------------
  フォーム共通
  -------------------------------------------*/
  .form-area .head-text-center {
    margin-bottom: 40px;
    text-align: justify;
  }
  .form-area .head-text-center p {
    font-size: 16px;
  }
  .form-area .hea-text-sub {
    font-size: 15px;
    text-align: left;
  }
  .form-area .head-text-entry {
    margin: 40px 0 20px;
  }
  .form-area .head-text-entry .text {
    flex-basis: 100%;
    text-align: center;
  }
  .form-area .head-text-entry .modal-content {
    padding: 60px 20px 35px;
  }
  .form-area .head-text-entry .modal-content .modal-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .form-area .head-text-entry .modal-content .modal-text {
    margin-bottom: 20px;
  }
  .form-area .head-text-entry .download-area {
    gap: 0 5px;
    margin-bottom: 25px;
  }
  .form-area .head-text-entry .download {
    flex-basis: calc(50% - 7.5px);
    padding: 10px 0;
  }
  .form-area dl .group {
    flex-direction: column;
    padding: 15px 0;
  }
  .form-area dl .group dt {
    width: 100%;
    margin: 0 0 5px;
  }
  .form-area dl .group dt .require {
    display: inline-block;
    margin: 0 0 0 15px;
    position: relative;
    top: -2px;
  }
  .form-area dl .group dd {
    width: 100%;
  }
  .form-area dl .group dd .birth-y {
    margin-bottom: 10px;
  }
  .form-area dl .group dd select {
    padding: 12px;
  }
  .form-area dl .group .flex-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-area dl .group .note {
    font-size: 14px;
  }
  .form-area .privacy-title {
    font-size: 16px;
  }
  .form-area .terms-text {
    font-size: 15px;
  }
  .form-area .privacy-box {
    font-size: 14px;
    padding: 20px;
  }
  .form-area .privacy-check .text {
    font-size: 16px;
  }
  .form-area.form-thanks .agent-info {
    padding: 30px 20px;
    margin-top: 50px;
  }
  .form-area.form-thanks .agent-info .text {
    text-align: justify;
  }
  .form-area.form-thanks .agent-info .btn {
    border-radius: 36px;
    font-size: 15px;
    padding: 14px 5px;
    text-align: left;
  }
  
  
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}