/****************************************
 * common-contents.css
 * 共通パーツ用CSS
 ****************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif , "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/* 全国マップ考慮 */
#mapObj, #mapObj * {
  font-family: recop-mapfonts !important;
}
html {
  scrollbar-gutter: stable;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  #main {
    overflow-x: hidden;
  }
}
body {
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.free, .free p, .free h2, .free h3, .free h4, .free h5, .free h6, .freeHead, .freeHead p, .freeHead h2, .freeHead h3, .freeHead h4, .freeHead h5, .freeHead h6 {
  color: #222;
}
.free footer p {
  color: var(--color-main);
  text-align: left;
  padding: 0;
  font-size: 12px;
}
span {
  display: inline-block;
}
img[loading="lazy"] {
  width: auto;
  max-width: 100%;
  height: auto;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom !important;
}
:focus {
  outline-offset: -2px;
  border: 0;
}
:focus-visible {
  outline: none;
  outline: solid 2px #000;
  outline-offset: -2px;
  border: none;
  position: relative;
  z-index: 10;
}
a, button {
  transition: linear .25s;
}
a::before, button::before, a::after, button::after {
  transition: linear .25s;
}
@media (hover: hover) {
  a:hover, button:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/* フォント読込 */
@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");
}
/* 共通カラー */
:root {
  --color-main: #442d84;
  --color-hover-main: #6A4AC3;
  --color-submain: #fff733;
  --color-bg: #f0f2f5;
  --color-bg-white: #fff;
  --color-title-text: (var(--color-main));
  --color-strong-text: #fff;
  --color-text: #000;
}
.free, .free p, .free h2, .free h3, .free h4, .free h5, .free h6, .freeHead, .freeHead p, .freeHead h2, .freeHead h3, .freeHead h4, .freeHead h5, .freeHead h6 {
  color: var(--color-text);
}
/* フェードインコンテンツ */
.fadein-contents {
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 1.5s ease;
}
.fadein-contents.is-show {
  opacity: 1;
}
/* 共通ボタンスタイル */
a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  color: var(--color-strong-text);
  font-weight: bold;
  min-height: 70px;
  padding: 2px 25px 2px 20px;
  font-size: 18px;
  text-align: center;
  background-color: var(--color-main);
  border-radius: 15px;
  max-width: 600px;
  width: 100%;
  margin: 60px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.btn {
    margin-top: 40px;
    border-radius: 6px;
  }
}
a.btn::before {
  font-family: recop-iconfonts;
  content: "\E885";
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
  color: var(--color-main);
  right: 16px;
  width: 26px;
  height: 26px;
  border-radius: 50vh;
  background-color: var(--color-bg-white);
}
@media (hover: hover) {
  a.btn:hover {
    background-color: var(--color-hover-main);
    opacity: 1;
  }
  a.btn:hover::before {
    color: var(--color-hover-main);
    right: 10px;
  }
}
/* TOP共通ヘッダー */
html.is-fixed {
  height: 100%;
  touch-action: none;
  overflow: hidden;
}
#main {
  padding-top: 60px;
}
.header-btn-content-wrap {
  max-width: 1300px;
  min-height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 10px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
  pointer-events: none;
}
.header-btn-content-wrap.search-fv-link-wrap {
  z-index: 105;
}
@media screen and (max-width: 767px) {
  .header-btn-content-wrap.search-fv-link-wrap {
    z-index: 50;
  }
}
.header-btn-content-wrap .btn-content {
  position: absolute;
  right: 10px;
  width: 140px;
  display: flex;
  align-items: center;
  gap: 20px;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .header-btn-content-wrap {
    top: 0;
  }
  .header-btn-content-wrap.search-fv-link-wrap {
    position: relative;
    width: auto;
    left: auto;
    right: 0;
    transform: none;
  }
  .header-btn-content-wrap .btn-content {
    width: 100%;
    right: 10px;
    justify-content: flex-end;
  }
}
a.search-fv-link {
  background-color: var(--color-submain);
  font-size: 14px;
  border-radius: 5px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: inherit;
  width: 170px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  position: absolute;
  right: 170px;
}
a.search-fv-link:hover {
  text-decoration: none !important;
  color: inherit !important;
}
@media screen and (max-width: 767px) {
  a.search-fv-link {
    letter-spacing: -.08em;
    position: absolute;
    top: 70px;
    margin: 0;
    right: 10px;
    width: 90px;
    height: 90px;
    border-radius: 50vh;
  }
}
.header-block {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
.header-contents {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, .9);
}
.header-inner {
  max-width: 1300px;
  min-height: 60px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px;
  position: relative;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.header-title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: auto;
  padding: 0;
  font-size: 16px;
  text-align: left;
  max-width: 100%;
}
.header-title * {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .header-title {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
  }
  .header-title span {
    display: block;
  }
}
.logo-title-wrap {
  margin: auto 0;
  vertical-align: bottom;
}
.logo-title-wrap a.header-logo {
  display: block;
  vertical-align: bottom;
}
header img.logo {
  max-width: 252px;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  header img.logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  header img.logo {
    max-width: 210px;
  }
}
.h1-contents-wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .h1-contents-wrap {
    width: calc(100% - 632px);
    height: 100%;
    margin: auto;
    margin-left: 0;
    line-height: 1.4;
    padding: 5px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .h1-contents-wrap {
    width: calc(100% - 580px);
  }
}
@media screen and (max-width: 767px) {
  .h1-contents-wrap {
    max-width: calc(100% - 20px);
    padding: 5px 0 14px;
  }
}
.h1-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pc-h1-contents-wrap {
    display: none;
  }
  .h1-contents {
    width: 100%;
    flex-direction: column-reverse;
    gap: 14px;
  }
}
@media screen and (min-width: 768px) {
  .sp-h1-contents-wrap {
    display: none;
  }
}
/* グローバルナビゲーション */
.menu-button-wrap {
  max-width: 140px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .menu-button-wrap {
    max-width: 110px;
    position: fixed;
  }
}
.gnav {
  position: fixed;
  padding: 100px 0;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: auto;
  background-color: var(--color-main);
  display: none;
  overflow-y: auto;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
@media screen and (max-width: 767px) {
  .gnav {
    padding: 76px 0 0;
    height: 100%;
    clip-path: none;
  }
}
.gnav-trigger {
  width: 100%;
  min-height: 40px;
  border-radius: 50vh;
  background-color: var(--color-main);
  color: var(--color-strong-text);
  border: solid 2px var(--color-strong-text);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  gap: 8px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .gnav-trigger {
    min-height: 30px;
    gap: 5px;
  }
}
@media (hover: hover) {
  .gnav-trigger:hover {
    background-color: var(--color-hover-main);
    opacity: 1;
  }
}
.menu-label {
  font-size: 16px;
  transition: linear .25s;
}
@media screen and (max-width: 767px) {
  .menu-label {
    font-size: 12px;
  }
}
.menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 14px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .menu-icon {
    width: 12px;
    height: 7px;
  }
}
.menu-icon span {
  display: block;
  height: 1px;
  background-color: #FFF;
  width: 100%;
  transition: transform 0.3s, opacity 0.3s;
}
.gnav-trigger.is-active .menu-icon span:nth-child(1) {
  transform: translateY(3px) rotate(25deg);
}
.gnav-trigger.is-active .menu-icon span:nth-child(2) {
  transform: translateY(-2px) rotate(-25deg);
}
.nav-inner {
  max-width: 1010px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  gap: 40px;
  padding: 0 30px 60px;
  overflow-y: auto;
  max-height: calc(100dvh - 200px);
}
@media screen and (max-width: 767px) {
  .nav-inner {
    flex-direction: column;
    gap: 17px;
    padding: 0 47px 88px;
    max-height: calc(100dvh - 76px);
  }
}
.gnav-contents {
  flex: 1;
}
.gnav-contents .gnav-content:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .gnav-contents .gnav-content:not(:last-child) {
    margin-bottom: 0;
  }
}
.gnav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .gnav-list {
    gap: 0;
    border-top: solid 1px var(--color-strong-text);
  }
  .gnav-contents:not(:last-child) .gnav-list {
    border-top: none;
  }
}
.gnav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg-white);
  color: var(--color-main);
  text-align: center;
  border-radius: 10px;
  min-height: 50px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 50px 0 30px;
  position: relative;
}
.gnav-item a::before {
  font-family: recop-iconfonts;
  content: "\E885";
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
  color: var(--color-strong-text);
  right: 16px;
  width: 26px;
  height: 26px;
  border-radius: 50vh;
  background-color: var(--color-main);
}
@media (hover: hover) {
  .gnav-item a:hover {
    color: var(--color-hover-main);
    opacity: 1;
  }
  .gnav-item a:hover::before {
    background-color: var(--color-hover-main);
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gnav-item a {
    border-radius: 0;
    background-color: transparent;
    color: var(--color-strong-text);
    padding: 0 40px 0 0;
    justify-content: flex-start;
    text-align: left;
  }
  @media (hover: hover) {
    .gnav-item a:hover {
      color: var(--color-strong-text);
      background-color: var(--color-hover-main);
    }
  }
  .gnav-item a::before {
    background-color: transparent !important;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 26px;
  }
  .gnav-item a::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--color-strong-text);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.gnav-item a .btn-txt {
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .gnav-item a .btn-txt {
    padding: 12px 0;
  }
}
.gnav .gnav-brand-ttl {
  font-weight: bold;
  font-size: 18px;
  color: var(--color-strong-text);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gnav-brand-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-radius: 10px;
}
.gnav-brand-list a {
  width: 100%;
  background-color: var(--color-bg-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 10px;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .gnav-brand-list a {
    padding: 0;
  }
}
@media (hover: hover) {
  .gnav-brand-list a:hover {
    opacity: 1;
    outline: solid 4px var(--color-submain);
    outline-offset: -4px;
  }
}
.gnav-brand-list img {
  border-radius: 10px;
  max-width: 110px;
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-overlay {
    display: none;
  }
}
/* グロナビアコーディオン設定 */
.gnav-accordion-content .accordion-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .gnav-accordion-content {
    margin-bottom: -17px;
  }
  .gnav-accordion-content .gnav-accordion-list {
    padding-bottom: 17px;
  }
  .gnav-accordion-content .accordion-btn-content {
    position: relative;
  }
  .gnav-contents.gnav-accordion-content {
    border-top: solid 1px var(--color-strong-text);
  }
  .gnav-accordion-content .accordion-btn {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
  }
  .gnav-accordion-content .accordion-btn::before {
    font-family: recop-iconfonts;
    content: "\E813";
    color: var(--color-strong-text);
    font-size: 28px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .gnav-accordion-content .accordion-btn.is-open::before {
    content: "\E822";
    background-color: transparent !important;
    color: var(--color-strong-text);
  }
  .gnav-accordion-content .accordion-btn::after {
    content: "クリック・タップで閉じます";
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .gnav-accordion-content .accordion-btn.is-open::after {
    content: "クリック・タップで開きます";
  }
}
.gnav .gnav-ttl {
  font-weight: bold;
  font-size: 18px;
  color: var(--color-strong-text);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .gnav-accordion-content .gnav-ttl {
    min-height: 50px;
    margin-bottom: 0;
  }
}
/* セクション共通 */
.section {
  width: 100%;
  background-color: var(--color-bg-white);
  margin: -80px auto 0;
  padding-bottom: 160px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .section {
    margin: -50px auto 0;
    padding-bottom: 100px;
  }
}
.section::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -80px;
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 80px;
  background-color: var(--color-bg-white);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  .section::before {
    top: -40px;
    height: 40px;
  }
}
.section-inner {
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .section-inner {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}
.section-wide .section-inner {
  padding: 60px 30px 0;
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: 0 30px;
  }
  .section-wide .section-inner {
    padding: 25px 30px 0;
  }
}
.section-title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-title-wrapper {
    margin-bottom: 25px;
  }
}
.section-title-wrapper .section-title {
  font-size: 36px;
  color: var(--color-main);
  font-weight: 800;
  line-height: 1.2;
  border-bottom: solid 2px var(--color-main);
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section-title-wrapper .section-title {
    font-size: 26px;
  }
}
.section-title-wrapper .section-txt {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 10px 0;
  font-size: 16px;
  color: var(--color-text);
}
@media screen and (max-width: 767px) {
  .section-title-wrapper .section-txt {
    padding-top: 15px;
    line-height: 1.4;
    text-align: left;
    padding: 16px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .section-title-wrapper .section-txt span {
    display: inline;
  }
}
.deco-section-top {
  content: "";
  position: absolute;
  display: inline-block;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: var(--color-submain);
  clip-path: polygon(0 70%, 100% 0, 100% 0, 0 100%);
  z-index: -1;
}
.deco-section-top.transform {
  clip-path: polygon(100% 0, 0 100%, 100% 30%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .deco-section-top {
    top: -40px;
    height: 40px;
    clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  }
  .deco-section-top.transform {
    clip-path: polygon(100% 0, 0 100%, 100% 40%);
    z-index: 1;
  }
}
.bg-main-color {
  background-color: var(--color-main);
}
.bg-main-color .section-title-wrapper .section-title {
  color: var(--color-strong-text);
  border-color: var(--color-strong-text);
}
.bg-main-color .section-txt p {
  color: var(--color-strong-text);
}
.bg-main-color::before {
  background-color: var(--color-main);
}
.bg-main-color .section-inner p {
  color: var(--color-strong-text);
}
.bg-gradation {
  background: linear-gradient(90deg, #F1F5FE 0%, #EBF1FE 50%, #E2E6F2 100%);
}
.bg-gradation::before {
  background: linear-gradient(90deg, #F1F5FE 0%, #EBF1FE 50%, #E2E6F2 100%);
}
.bg-color {
  background-color: var(--color-bg);
}
.bg-color::before {
  background-color: var(--color-bg);
}
/* 帯画像 */
.img-belt-content {
  margin-bottom: 10px;
}
/* 2カラム構成 */
.media-block {
  padding-bottom: 40px;
}
.media-block-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .media-block-inner.row-reverse {
    flex-direction: row-reverse;
  }
}
.media-block-inner:not(:last-of-type) {
  margin-bottom: 40px;
}
.media-block-img img {
  width: 100%;
  aspect-ratio: 500 / 300;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.media-block-text {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .media-block-img {
    flex: 1 1 50%;
  }
  .media-block-text {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 767px) {
  .media-block {
    padding-bottom: 20px;
  }
  .media-block-inner {
    flex-direction: column;
    gap: 20px;
  }
  .media-block-inner:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .media-block-img img {
    aspect-ratio: 315 / 310;
  }
}
/* よくある質問 */
.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.faq-item {
  border-radius: 6px;
  overflow-anchor: none;
}
.faq-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.faq-question {
  width: 100%;
  background-color: var(--color-bg-white);
  border-radius: 10px;
  text-align: left;
  border: none;
  color: var(--color-main);
  font-weight: bold;
  padding: 19px 75px 19px 36px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
.faq-question span {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .faq-question {
    padding: 19px 40px 19px 10px;
    align-items: flex-start;
  }
  .faq-question span:not(.faq-toggle-icon) {
    min-height: 32px;
    display: flex;
    align-items: center;
  }
}
.faq-question .question-text {
  position: relative;
}
.faq-icon {
  max-width: 32px;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: none;
  position: relative;
}
.faq-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: linear 0.25s;
}
.faq-icon .default {
  opacity: 1;
}
.faq-icon .hover {
  opacity: 0;
  z-index: 1;
}
@media (hover: hover) {
  .faq-question:hover {
    opacity: 1;
    color: var(--color-hover-main);
  }
  .faq-question:hover .faq-toggle-icon::before, .faq-question:hover .faq-toggle-icon::after {
    background-color: var(--color-hover-main);
  }
  .faq-question:hover .faq-icon .hover {
    opacity: 1;
  }
}
.faq-question[aria-expanded="true"] {
  border-radius: 6px 6px 0 0;
  transition: color .3s;
}
.faq-toggle-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  top: calc(50% - 9px);
  right: 46px;
}
@media screen and (max-width: 767px) {
  .faq-toggle-icon {
    right: 15px;
    top: 26px;
  }
}
.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: "";
  position: absolute;
  background-color: var(--color-main);
  border-radius: 2px;
  transition: linear 0.25s;
}
/* 横棒 */
.faq-toggle-icon::before {
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
}
/* 縦棒 */
.faq-toggle-icon::after {
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
}
.faq-toggle[aria-expanded="true"] .faq-toggle-icon::after {
  transform: rotate(-90deg);
}
.faq-toggle[aria-expanded="true"] .faq-toggle-icon::before {
  opacity: 0;
}
.faq-answer {
  display: flex;
  gap: 10px;
  padding: 19px 36px 19px 36px;
  border-radius: 0 0 6px 6px;
  background: var(--color-bg-white);
  position: relative;
}
.faq-answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #B9B9B9;
}
@media screen and (max-width: 767px) {
  .faq-answer {
    padding: 20px 25px 19px 10px;
    gap: 8px;
  }
}
.faq-answer p {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 5px;
}
/* 求人を探す */
.search-section {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .search-section {
    padding-bottom: 60px;
  }
}
.search-contents-section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .search-contents-section {
    margin-bottom: 0;
    padding-top: 36px;
  }
}
.search-section .section-inner section:last-of-type .search-contents-section {
  margin-bottom: 0;
}
.search-section .section-inner section:first-of-type .search-contents-section {
  padding-top: 0;
}
.search-contents-section .search-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 800;
  color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .search-contents-section .search-ttl {
    justify-content: flex-start;
    margin-bottom: 16px;
  }
}
.brand-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .brand-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.brand-item {
  display: flex;
}
.brand-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid var(--color-main);
  border-radius: 10px;
  text-align: center;
  padding: 10px 17px;
  min-height: 144px;
}
@media screen and (max-width: 767px) {
  .brand-item a {
    padding: 3px 5px 8px;
    min-height: 135px;
  }
}
@media screen and (max-width: 500px) {
  .brand-item a {
    padding: 0 5px 2px;
    min-height: 100px;
  }
  .brand-item a .brand-name {
    line-height: 1.1;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
  }
}
@media (hover: hover) {
  .brand-item a:hover {
    opacity: 1;
  }
  .brand-item a:hover .brand-logo, .brand-item a:hover .brand-name {
    opacity: .6;
  }
}
.brand-logo {
  width: 100%;
  transition: linear .25s;
}
.brand-logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.brand-item .brand-name {
  font-size: 18px;
  color: var(--color-main);
  font-weight: bold;
  line-height: 1.3;
  transition: linear .25s;
}
@media screen and (max-width: 767px) {
  .brand-item .brand-name {
    font-size: 16px;
  }
}
.search-contents-section .btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .search-contents-section .btn-list {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.search-contents-section .btn-item img {
  max-width: 32px;
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .search-contents-section .btn-item img {
    margin-right: 4px;
    margin-left: -4px;
  }
}
.search-contents-section a.btn {
  border-radius: 6px;
  text-decoration: none;
  margin-top: 0;
  padding: 0;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .search-contents-section a.btn {
    font-size: 16px;
  }
}
.search-contents-section a.btn::before {
  display: none;
}
/* TOP共通フッター */
footer * {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
#footer .content, #footer .content .free {
  width: auto;
}
#footer {
  min-height: 120px;
}
@media only screen and (max-width: 767px) {
  #footer {
    min-height: 175px;
  }
  footer {
    padding: 0 10px;
  }
}
#footer .content {
  position: relative;
  z-index: 11;
}
#footer .content .free {
  display: block;
  width: 100%;
  background-color: #E6E9EF;
  position: relative;
}
footer {
  max-width: 1160px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  min-height: 120px;
  position: relative;
  z-index: 11;
}
footer p {
  color: var(--color-main);
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 0.2em;
}
footer p small {
  font-size: 100%;
}
/*for Android copyrightマークの色*/
footer span.copy {
  font-family: Verdana, "Droid Sans" !important;
}
footer a:link,
footer a:active,
footer a:visited,
footer a:hover {
  color: var(--color-main) !important;
  text-decoration: none;
}
footer a {
  transition: linear .25s;
}
@media only screen and (min-width: 768px) {
  footer a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    position: absolute;
    bottom: 0;
  }
  footer {
    min-height: 110px;
  }
}
.free footer .copy {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .free footer .copy {
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 6px;
  }
}
.footer-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-links {
    gap: 0;
    flex-direction: column;
  }
}
.pagetop-button {
  position: absolute;
  top: -30px;
  right: 16px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  transition: linear .25s;
}
@media screen and (max-width: 767px) {
  .pagetop-button {
    top: -25px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
@media (hover: hover) {
  .pagetop-button:hover {
    background-color: var(--color-hover-main);
    opacity: 1;
  }
}
.pagetop-icon {
  position: relative;
}
.pagetop-icon::before {
  font-family: recop-iconfonts;
  content: "\E884";
  position: absolute;
  display: inline-block;
  padding-top: 2px;
  font-size: 28px;
  color: var(--color-strong-text);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .pagetop-icon::before {
    font-size: 24px;
    padding-top: 1px;
  }
}
/* 追従 */
.fixed-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-main);
  z-index: 20;
}
.menu-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  height: 65px;
  border-top: solid 1px var(--color-strong-text);
  font-family: "Noto Sans", sans-serif , "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
@media screen and (min-width: 768px) {
  .fixed-bottom-menu {
    background-color: transparent;
    top: 80px;
    pointer-events: none;
  }
  .menu-list {
    flex-direction: column-reverse;
    height: auto;
    width: 43px;
    margin: 0 0 0 auto;
    border: none;
    gap: 10px;
  }
}
.menu-item {
  flex: 1;
  text-align: center;
}
.menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-strong-text);
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: linear .25s;
}
@media screen and (min-width: 768px) {
  .menu-item {
    width: 100%;
  }
  .menu-item a {
    width: 100%;
    height: 140px;
    padding: 0;
    font-size: 12px;
    font-size: 16px;
    writing-mode: vertical-rl;
    letter-spacing: 0.06rem;
    background-color: var(--color-main) !important;
    border-radius: 12px 0 0 12px !important;
    flex-direction: row;
    border: solid 1px var(--color-strong-text);
    pointer-events: auto;
  }
}
@media (hover: hover) {
  .menu-item a:hover {
    opacity: 1;
    background-color: var(--color-hover-main) !important;
    border: solid 1px var(--color-strong-text) !important;
  }
}
.menu-item .gpsObj .locasma a {
  font-weight: bold;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .menu-item .gpsObj .locasma a {
    height: 172px;
  }
}
.menu-item .gpsObj .locasma a span {
  padding-left: 0;
}
.menu-item .gpsObj .locasma a span::before {
  display: none;
}
.menu-item .menu-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .menu-item .menu-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 6px;
  }
  .menu-item:last-of-type .menu-icon img {
    width: 18px !important;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .menu-item:nth-of-type(3) .menu-icon img {
    width: 28px !important;
    height: 28px;
  }
  .menu-item:nth-of-type(4) .menu-icon img {
    width: 24px !important;
    height: 24px;
  }
}
.menu-item .menu-label {
  font-size: 12px;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .menu-item .menu-label {
    font-size: 14px;
  }
}
/* スペース */
#main .space {
  padding-bottom: 210px;
  background-color: var(--color-bg-white);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #main .space {
    padding-bottom: 185px;
  }
}
/* 全国マップ用 */
.map-contents-wrapper {
  position: relative;
}
.map-contents-wrapper #search_widget {
  position: absolute;
  width: 100%;
  max-width: 315px;
  right: 0;
  top: 65px;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .map-contents-wrapper #search_widget {
    position: static;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.map-contents-wrapper #mapObj {
  margin-left: 0;
}
.map-contents-wrapper #mapObj a {
  position: relative;
}
.map-contents-wrapper #mapObj a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--color-main);
  bottom: -2px;
  left: 0;
  transition: .5s all;
}
@media (hover: hover) {
  .map-contents-wrapper #mapObj a:hover::before {
    width: 100%;
    opacity: 1;
  }
}