@charset "utf-8";
/****************************************
 * common-contents.css
 * 共通コンテンツ用CSS
 ****************************************/
/* ----- Google Fonts読込 ----- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* ----- recop-iconfonts読込 ----- */
@font-face {
  font-family: recop-iconfonts;
  font-display: swap;
  src: url("/jobfind-pc/original/css/option/font/recop-iconfont.eot?") format("eot"),
    url("/jobfind-pc/original/css/option/font/recop-iconfont.woff") format("woff"),
    url("/jobfind-pc/original/css/option/font/recop-iconfont.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#container {
  width: 100% !important;
}
#header .content {
  width: 100%;
}
#main .content {
  width: 100%;
  max-width: 100%;
}
#headContent {
  margin-bottom: 0px;
}
a,
button {
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition: .5s;
}
a::before,
button::before,
a::after,
button::after {
  transition: .5s;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .7;
  }
}
span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
img,
img[loading="lazy"] {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom !important;
}
html {
  height: auto;
  overflow: auto;
  scrollbar-gutter: stable;
}
/* ----- 共通カラー&共通フォント ----- */
:root {
  --main-color: #012169;
  --sub-color: #E4F6FA;
  --accent-color: #6679A5;
  --hover-color: #296AA2;
  --white-color: #fff;
  --font-serif: "Noto Serif JP", serif;
  --font-garamond: "EB Garamond", serif;
}
/* ----- ヘッダー ----- */
html {
  overflow: auto;
  scrollbar-gutter: stable;
}
html.is-fixed,
body.is-fixed {
  overflow: hidden;
}
header .header-wrap {
  max-width: 100%;
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  position: absolute;
  z-index: 10;
}
header .header-wrap img.logo {
  max-width: 148px;
  padding: 0;
}
.header-link {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
.header-link--jobfind {
  width: 150px;
  position: relative;
  z-index: 1001;
}
.link-jobfind--btn {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--main-color) !important;
  background-color: var(--white-color);
  border-radius: 30px;
  border: 1px solid var(--main-color);
}
.header-link--btn {
  height: 60px;
}
.gnav-btn {
  width: 100px;
  height: 60px;
  background-color: var(--main-color);
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.gnav-btn span {
  display: block;
  width: 56px;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}
.gnav-btn span:nth-child(1) {
  top: 20px;
}
.gnav-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.gnav-btn span:nth-child(3) {
  bottom: 20px;
}
.header-link--btn.is-open .gnav-btn span:nth-child(1) {
  top: 50%;
  left: 20px;
  transform: translateY(50%) translateY(0) rotate(20deg);
}
.header-link--btn.is-open .gnav-btn span:nth-child(2) {
  opacity: 0;
}
.header-link--btn.is-open .gnav-btn span:nth-child(3) {
  bottom: 50%;
  left: 20px;
  transform: translateY(50%) translateY(0) rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .header-wrap {
    padding: 10px;
  }
  header img.logo {
    max-width: 111px;
  }
  .header-link--jobfind {
    width: 117px;
  }
  .link-jobfind--btn {
    font-size: 16px;
  }
  .gnav-panel {
    padding: 60px 15px 15px;
  }
  .gnav-panel--inner {
    padding-top: 20px;
  }
  .gnav-logo {
    top: 30px;
    left: 10px;
  }
}
/* ----- スライダーコントロール ----- */
.control-btn-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
.control-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding-top: 20px;
  pointer-events: auto;
}
/* ----- スライドドット ----- */
.slide-dots-contents :focus, .slide-dots-contents :focus-visible {
  outline: none;
}
.slide-dots-contents :focus-visible {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  z-index: 10;
}
.slide-dots-contents :focus-visible::after {
  content: "";
  position: absolute;
  display: inline-block;
  inset: 1.5px;
  border: 1px solid #000;
  border-radius: 4px;
  pointer-events: none;
  z-index: 10;
}
.slide-dots-contents .slick-dots {
  display: flex;
  gap: 4px;
  pointer-events: auto;
}
.slide-dots-contents .slick-dots li {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
}
.dot-star {
  border: none;
  width: 18px;
  height: 18px;
  color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%) rotate(-45deg);
  box-sizing: border-box;
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 1;
}
.slick-dots li.slick-active {
  transform: scale(1.3);
  margin: 0 4px;
  left: -1px;
  top: -1px;
}
.slick-dots li.slick-active .dot-star {
  color: var(--main-color);
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 0;
}
/* ----- 停止ボタン ----- */
.slider-pause {
  width: 27px;
  height: 27px;
  border: solid 1px var(--main-color);
  background-color: transparent;
  position: relative;
  border-radius: 0;
}
.slider-pause::before, .slider-pause::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background-color: var(--main-color);
}
.slider-pause::before {
  left: 8px;
}
.slider-pause::after {
  right: 8px;
}
.slider-pause.is-paused {
  background-color: var(--main-color);
}
.slider-pause.is-paused::before {
  width: 0;
  height: 0;
  background-color: transparent;
  box-shadow: none;
  left: 56%;
  top: 52%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent var(--white-color);
}
.slider-pause.is-paused::after {
  display: none;
}
/* ----- ここから求人を探す共通 ----- */
.fwdObj {
  max-width: 420px;
  margin-bottom: 70px;
}
.fwdObj form {
  height: auto;
  line-height: 70px;
  min-height: 70px;
  margin-bottom: 0;
}
.fwdObj form #freeword {
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #999;
}
.fwdObj form #freewordsearch {
  width: 70px;
  margin: 0;
  border-radius: 0;
  background-color: var(--main-color);
  border: none;
}
.gpsObj {
  margin: 0 auto 70px;
  max-width: 420px;
  width: 100%;
}
.gpsObj .locasma a {
  background-color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
.gpsObj .locasma a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .fwdObj {
    margin-bottom: 15px;
  }
  .fwdObj form {
    line-height: 60px;
    min-height: 60px;
  }
  .fwdObj form #freeword {
    width: calc(100% - 60px);
  }
  .fwdObj form #freewordsearch {
    width: 60px;
  }
}
/* -----【共通】求人を探す ----- */
.acc-btn {
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--white-color);
  background-color: var(--main-color);
  font-weight: bold;
  position: relative;
}
.acc-btn::before {
  content: "クリック・タップで開きます";
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.show.acc-btn::before {
  content: "クリック・タップで閉じます";
}
.acc-btn--all {
  width: calc(100% - 15px);
  min-height: 60px;
  border: 1px solid var(--hover-color);
  background-color: var(--white-color);
  color: #ccc;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  margin: 0 auto;
}
#search-area .acc-btn--all {
  font-size: 16px;;
}
.accordion-panel {
  display: none;
}
.search-item {
  width: 100%;
  position: relative;
}
.accordion-panel--search {
  width: 100%;
  background-color: var(--white-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 11;
}
.pre-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.search-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}
.link-list--search a {
  display: flex;
  align-items: center;
  text-align: left;
  min-height: 45px;
  padding: 10px 30px 10px 20px;
  color: var(--main-color) !important;
  position: relative;
}
.area-list .link-list--search a {
  justify-content: center;
}
@media (hover: hover) {
  .link-list--search a:hover {
    opacity: 1 !important;
  }
}
.link-list--search a::after {
  content: "\E841";
  font-family: recop-iconfonts;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .link-list--search a:hover {
    background-color: var(--hover-color);
    color: var(--white-color) !important;
  }
}
@media screen and (max-width: 767px) {
  .search-content {
    position: relative;
  }
  .accordion-panel {
    box-shadow: none;
  }
  .accordion-panel--search {
    position: static;
  }
  .search-list.area-list {
    display: none;
    width: 60%;
    height: 300px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
  }
  .js-accordion-all.show+.search-list.area-list {
    display: block;
  }
  .area-list .acc-btn {
    display: none;
  }
  .search-area .accordion-panel--search {
    position: relative;
    top: 0;
    padding: 0;
    background-color: transparent;
  }
  .search-list {
    padding: 0 8px;
  }
  .pre-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search .sub-sec {
  margin-bottom: 70px;
  text-align: center;
}
.search .sec-subttl {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  font-family: var(--font-serif);
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
}
.search .sec-subttl::before, .search .sec-subttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  height: 2px;
  background-color: var(--main-color);
}
.search .sec-enttl img {
  margin: 0 auto;
}
.search .sec-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .search .sec-head {
    margin-bottom: 30px;
  }
}
.search .sec-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search .sec-ttl {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 5px;
  }
}
.search .sec-subttl::before {
  left: -66px;
}
.search .sec-subttl::after {
  right: -66px;
}
@media screen and (max-width: 767px) {
  .search .sec-subttl {
    font-size: 22px;
  }
  .search .sec-subttl::before, .search .sec-subttl::after {
    width: 30px;
  }
  .search .sec-subttl::before {
    left: -30px;
  }
  .search .sec-subttl::after {
    right: -30px;
  }
}
/* -----【共通】ここまで求人を探す ----- */
/* ----- footer ----- */
#footer {
  min-height: auto;
}
#footer .content .free {
  background-color: var(--main-color);
  color: var(--white-color);
}
#footer .content .free footer {
  min-height: 93px;
}
footer * {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}
.footer_txt {
  text-align: center;
  padding: 0 20px;
}
/* ----- フロートボタン ----- */
footer {
  position: relative;
}
.pagetop-button-contents {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.pagetop-button-contents .content-inner {
  max-width: 1500px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
  position: relative;
}
.pagetop-button-content {
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.pagetop-button {
  position: absolute;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: linear 0.25s;
}
@media screen and (max-width: 767px) {
  .pagetop-button {
    right: 0;
  }
}
.pagetop-icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pagetop-button-content.is-fixed {
  position: fixed;
  top: auto;
  bottom: 70px;
}
@media screen and (max-width: 767px) {
  .pagetop-button-content.is-fixed {
    bottom: 60px;
  }
}