@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');

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html {
  height: auto;
  overflow: auto;
  scrollbar-gutter: stable;
}

#header .content,
div#container,
#main .content {
  width: 100%;
  max-width: 100%;
}

#headContent {
  margin-bottom: 0px;
}

body,
#header {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  height: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: var(--color-text);
  background-color: #fff;
  -webkit-text-size-adjust: 100% !important;
  font-size: 16px;
}

/* 全国マップ考慮 */
#mapObj,
#mapObj * {
  font-family: recop-mapfonts !important;
}

span {
  display: inline-block;
}

img,
img[loading="lazy"] {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom !important;
}

a,
button {
  transition: linear .3s;
}

a::before,
button::before,
a::after,
button::after {
  transition: linear .3s;
}

@media (hover: hover) {

  a:hover,
  button:hover {
    cursor: pointer;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

/*focus*/
:target [tabindex="0"]:focus{
	outline: none;
}

/* 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");
}

/* 共通枠 */
.cnt-1200,
.cnt-1115 {
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.cnt-1200 {
  max-width: 1220px;
}

.cnt-1115 {
  max-width: 1135px;
}

@media screen and (max-width: 767px) {

  .cnt-1200,
  .cnt-1115 {
    padding: 0 15px;
  }
}

/* 共通カラー&共通フォント */
:root {
  --color-main: #D28706;
  --color-submain: #E5AE51;
  --color-main-hover: #F4D297;
  --color-submain-hover: #F4DBB2;
  --color-white: #FFFFFF;
  --color-brown: #724319;
  --color-grey: #DDDDDD;
  --color-bg-yellow: #FFF2BC;
  --color-bg-orange: #E89300;
  --color-text: #030303;
  --font-serif: "Noto Serif JP", serif;
}

/* 共通ボタン */
a.btn {
  height: 70px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  border-radius: 70px;
  position: relative;
  padding: 0 50px;
  color: var(--color-white) !important;
}

a.btn::after {
  content: "\E841";
  font-family: recop-iconfonts;
  position: absolute;
  top: 0;
  right: 30px;
  line-height: 70px;
  font-weight: normal;
}

a.btn.blank::after {
  content: "\E967";
}

@media screen and (max-width: 767px) {
  a.btn {
    height: 60px;
    font-size: 18px;
    padding: 0 35px;
  }

  a.btn::after {
    right: 20px;
    line-height: 60px;
  }
}

@media (any-hover: hover) {
  a.btn:hover {
    background-color: var(--color-main-hover);
  }

}

/* 共通見出し */
.common-h2 {
  font-family: var(--font-serif);
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
}

.common-h2 span {
  font-family: var(--font-serif);
}

.common-en {
  font-family: var(--font-serif);
  font-weight: bold;
  font-size: 43px;
  color: var(--color-brown);
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 767px) {
  .common-h2 {
    font-size: 26px;
  }

  .common-en {
    font-size: 30px;
  }
}

/* フッター */
/* ▼▼▼original.cssと同一▼▼▼ */
#footer .content .free {
  width: 100%;
}

#footer footer {
  background-color: #030303;
  min-height: 240px;
  padding: 35px 10px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

footer a:link,
footer a:active,
footer a:visited,
footer a:hover {
  color: #fff !important;
}

footer p small {
  font-size: 100%;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.footer-logo img {
  width: auto;
  height: 50px;
}

/*for Android copyrightマークの色*/
footer span.copy {
  font-family: Verdana, "Droid Sans" !important;
}

@media (any-hover: hover) {
  footer a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  #footer footer {
    min-height: 228px;
    padding: 20px;
    gap: 20px;
  }

  footer p {
    font-size: 15px;
  }

  .footer-logo {
    flex-direction: column;
    gap: 17px;
  }

  .footer-logo img {
    height: 35px;
  }
}

#main .space {
  padding-bottom: 240px;
}

@media only screen and (max-width: 767px) {
  #main .space {
    padding-bottom: 228px;
  }
}

/* ▲▲▲original.cssと同一▲▲▲ */


/* ヘッダー */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.header-logo--img {
  max-width: 208px;
}
.header-wrap {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background-color: #fff;
}
.gnav-list {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.gnav-fixed {
  position: fixed!important;
  z-index: 999;
}
.header-wrap.gnav-fixed {
  top: 0;
  left: 0;
}
.nav-panel_inner {
  display: flex;
  gap: 50px;
}
.gnav-item {
  text-align: center;
  position: relative;
}
.gnav-item a:hover {
  text-decoration: none !important;
}
.nav-item,
.nav-item span {
  font-family: var(--font-serif);
  font-weight: bold;
  line-height: 1.25;
  color: inherit !important;
}
.banner-item .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: var(--color-brown);
  padding: 5px 30px 5px 15px;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.banner-item .nav-item::after {
  content: "\E841";
  font-family: recop-iconfonts;
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  right: 10px;
}
.gnav-btn {
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--color-text);
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.gnav-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 7px;
}
.gnav-btn span:nth-child(1) {
  top: 12px;
}
.gnav-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.gnav-btn span:nth-child(3) {
  width: 16px;
  bottom: 12px;
}
.header-link.is-open .gnav-btn {
  background-color: transparent;
}
.header-link.is-open .gnav-btn span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.header-link.is-open .gnav-btn span:nth-child(2) {
  opacity: 0;
}
.header-link.is-open .gnav-btn span:nth-child(3) {
  width: 25px;
  transform: rotate(-45deg);
  top: 50%;
  bottom: auto;
}
html.is-fixed,
body.is-fixed {
  overflow: hidden;
  height: 100%;
}

@media (any-hover: hover) {
  .header-logo--link:hover,
  .nav-item:hover,
  .gnav-btn:hover {
    opacity: .6;
  }
}
@media screen and (min-width: 1261px) {
  .nav-item span {
    display: block;
  }
  .gnav-btn {
    display: none;
  }
  .gnav-item:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 36px;
    background-color: var(--color-text);
    position: absolute;
    top: 50%;
    left: calc(100% + 32.5px);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1260px) {
  .header-wrap {
    min-height: 80px;
    justify-content: center;
  }
  .header-logo {
    position: relative;
    z-index: 1000;
  }
  .nav-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-color: var(--color-main);
    padding: 80px 30px 30px;
    transform: translateX(110%);
    transition: transform 0.4s ease;
    z-index: 998;
  }
  .nav-panel_inner{
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 45px;
    overflow-y: auto;
    scrollbar-gutter: stable both-edges;
  }
  .header-link.gnav-fixed {
    top: 20px;
    right: 15px;
  }   
  .header-link.is-open .nav-panel {
    transform: translateX(0);
  }
  .gnav-list {
    flex-direction: column;
    gap: 30px;
  }
  .nav-item,
  .nav-item span {
    color: #fff !important;
    font-size: 18px;
  }
  .banner-item .nav-item {
    min-height: 67px;
    background-color: #fff;
    color: var(--color-main)!important;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .banner-item .nav-item::after {
    font-size: 34px;
    right: 25px;
  }
}

/* OTHER */
.bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px;
  margin-bottom: 80px;
}
.bnr-item {
  width: 100%;
  max-width: 530px;
}
.bnr-link {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  gap: 20px;
  color: var(--color-white)!important;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.bnr-link::after {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(90px,9.3vw,120px);
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: var(--font-serif);
  z-index: -1;
}
.faq-link {
  background-color: var(--color-main);
}
.bnr-link.faq-link::after {
  content: "FAQ";
  color: #D8931D;
}
.flow-link {
  background-color: var(--color-submain);
}
.bnr-link.flow-link::after {
  content: "FLOW";
  color: #DDA23D;
}
.bnr-ttl {
  font-size: 36px;
  font-family: var(--font-serif);
  line-height: 1;
}
.bnr-txt,
.bnr-txt span {
  display: inline-block;
  font-size: 18px;
  font-family: var(--font-serif);
}
.bnr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  min-height: 50px;
  border-radius: 30px;
  background-color: var(--color-main);
  border: 2px solid var(--color-white);
  position: relative;
}
.bnr-btn::after {
  content: "\E841";
  font-family: recop-iconfonts;
  font-size: 20px;
  color: var(--color-white);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.spot-bnr--link {
  width: 100%;
  max-width: 850px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: #666;
  color: #fff!important;
  font-weight: bold;
  border-radius: 20px;
}
.spot-bnr--txt {
  width: 100%;
  padding: 0 30px 0 30px;
  position: relative;
}
.spot-bnr--txt::after {
  content: "\E841";
  font-family: recop-iconfonts;
  font-size: 50px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.spot-bnr--link * {
  font-family: var(--font-serif);
}
.spot-bnr--link img {
  max-width: 330px;
  border-radius: 20px 0 0 20px;
}
.spot-bnr--catch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.spot-label {
  font-size: clamp(15px, 1.4vw, 18px);
  background-color: var(--color-white);
  color: #666;
  padding: 0 18px;
}
.spot-lead {
  font-size: clamp(16px, 1.5vw, 20px);
}
.spot-dec {
  font-size: clamp(16px, 2.1vw, 27px);
  line-height: 1.5;
}
@media (any-hover: hover) {
  .bnr-link:hover,
  .spot-bnr--link:hover {
    opacity: .6;
  }
}
@media screen and (max-width: 767px) {
  .bnr-list {
    gap: 30px;
    margin-bottom: 60px;
  }
  .bnr-link {
    min-height: 230px;
  }
  .bnr-ttl {
    font-size: 24px;
  }
  .bnr-txt,
  .bnr-txt span {
    font-size: 16px;
  }
  .bnr-btn {
    max-width: 180px;
    min-height: 40px;
  }
  .spot-bnr--link {
    max-width: 690px;
    flex-direction: column;
  }
  .spot-bnr--txt {
    padding: 15px 14px;
  }
  .spot-label {
    font-size: 15px;
    padding: 0 10px;
  }
  .spot-bnr--txt::after {
    font-size: 33px;
    right: 8px;
  }
  .spot-bnr--link img {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
  }
}

/* 追従ボタン */
.fixed-cta-wrapper {
  position: relative;
  width: 100%;
}

.fixed-cta-contents {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.fixed-cta-contents.is-fixed {
  position: fixed;
  bottom: 0;
}

.fixed-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: var(--color-grey);
  padding: 0 40px;
  min-height: 90px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed-cta {
    gap: 20px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-cta {
    flex-direction: column;
    gap: 7px;
    padding: 6px 10px 10px;
  }

  .fixed-cta.link-only {
    padding: 10px 20px 10px;
  }
}

.fixed-cta .ttl {
  text-align: center;
}

.fixed-cta .ttl span {
  font-size: 24px;
  font-family: var(--font-serif);
  font-weight: bold;
  color: var(--color-text);
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .fixed-cta .ttl span {
    font-size: 16px;
  }
}

.fixed-cta .cta-list {
  display: flex;
  gap: 40px;
  max-width: 680px;
  width: 100%;
}

.fixed-cta .cta-list li {
  width: calc((100% - 80px) / 3);
}

.fixed-cta.link-only .cta-list li {
  width: 100%;
  max-width: 340px;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed-cta .cta-list {
    gap: 20px;
  }

  .fixed-cta .cta-list li {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 767px) {
  .fixed-cta .cta-list {
    gap: 10px;
    max-width: 100%;
  }

  .fixed-cta.link-only {
    min-height: 80px;
  }

  .fixed-cta .cta-list li {
    width: calc((100% - 20px) / 3);
  }
}

.fixed-cta .cta-list a.btn {
  display: flex;
  height: 50px;
  font-size: 16px;
  line-height: 1.3;
  padding: 0px 27px 0px 16px;
  letter-spacing: .02em;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fixed-cta.link-only .cta-list a.btn {
  height: 60px;
}

.fixed-cta .cta-list a.btn .small {
  font-size: 15px;
}

.fixed-cta .cta-list a.btn::after {
  right: 18px;
  line-height: 50px;
  font-size: 20px;
}

.fixed-cta.link-only .cta-list a.btn::after {
  line-height: 60px;
}

.fixed-cta .cta-list a.btn.blank::after {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .fixed-cta .cta-list a.btn {
    border-radius: 10px;
    padding: 0;
    line-height: 1.2;
    height: 60px;
  }

  .fixed-cta.link-only .cta-list a.btn {
    border-radius: 50vh;
  }

  .fixed-cta:not(.link-only) .cta-list a.btn:not(.blank)::after {
    display: none;
  }

  .fixed-cta .cta-list a.btn.blank::after {
    font-size: 10px;
    right: 8px;
    line-height: 60px;
  }
}

/* ページトップに戻る */
.pagetop-button-contents-wrapper {
  width: 100%;
}

.pagetop-button-contents {
  position: relative;
  width: 100%;
  padding: 0 0 117px;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .pagetop-button-contents {
    padding-bottom: 92px;
  }
}

.pagetop-button {
  position: absolute;
  display: block;
  right: 20px;
  width: 80px;
  height: 80px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  background-color: var(--color-brown);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  transition: linear 0.25s;
  color: var(--color-white) !important;
  text-align: center;
  line-height: 1.2;
  font-size: 16px !important;
}

.pagetop-button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
  transition: linear 0.25s;
  border-radius: 50vh;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .pagetop-button:hover {
    opacity: 1;
  }

  .pagetop-button:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .pagetop-button {
    width: 72px;
    height: 72px;
    right: 10px;
  }
}

.pagetop-icon::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 4px);
  left: calc(50% - 7px);
  width: 15px;
  height: 15px;
  border-top: 2px solid var(--color-white);
  border-left: 2px solid var(--color-white);
  transform: rotate(45deg);
}

.pagetop-button.is-fixed {
  position: fixed;
  z-index: 10;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}