@charset "UTF-8";
/*****************************************
top-lp_common.css
トップページおよびLPで使う共通スタイル
(TOPのみ別読み込み)
******************************************/
body {
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  body p {
    font-size: 15px;
  }
}
/* カラー */
:root {
  /* Primary Actions　*/
  --primary: #e60013;
  /* Backgrounds */
  --bg01: #f9e9ec;
  --bg02: #f4f4f4;
  /* text */
  --text: #2c070a;
  /* 角丸 */
  --border-radius: 10px;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

@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");
}
a {
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

a:not(header a):hover {
  text-decoration: none;
  opacity: 0.5;
}

/* ベースコンテナ（1080px用） */
.l-sec_inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* 狭めのナロー版（テキスト主体エリア・760px用） */
.l-sec_narrow {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.theme__bg--01 {
  background: var(--bg02);
}

.theme-lead {
  margin-top: 40px;
}
.u-ib {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .theme-lead {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .u-show-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-show-pc {
    display: none;
  }
}
/* ----------------------------------------------------------
    見出し
---------------------------------------------------------- */
/* h1 */
.c-kv-h1 span {
  display: inline-block;
}
/* h2 */
.c-heading02 {
  text-align: center;
}
.c-heading02__en {
  font-size: 46px;
  font-weight: normal;
  line-height: 1.4;
}

.c-heading02__ja {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
}

.c-heading02__dot {
  width: 9px;
  height: 9px;
  background-color: var(--primary);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .c-heading02__en {
    font-size: 32px;
    line-height: 1.3;
  }
  .c-heading02__ja {
    font-size: 16px;
  }
}
/* ----------------------------------------------------------
    アイコン、ボタン
---------------------------------------------------------- */
.theme__ic-circle::after {
  width: 50px;
  height: 50px;
  font-family: recop-iconfonts;
  content: "\e841";
  font-size: 34px;
  position: absolute;
  top: calc(50% - 25px);
  right: 18px;
  color: #fff;
  background: var(--primary);
  border-radius: 50%;
  font-weight: normal;
  line-height: 1.5;
}

/* red button */
.theme__btn01 {
  width: 100%;
  max-width: 370px;
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  background-color: var(--primary);
  color: #fff !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px;
  border-radius: var(--border-radius);
  position: relative;
  line-height: 1.2;
}

.theme__btn01::after {
  font-family: recop-iconfonts;
  content: "\e845";
  position: absolute;
  top: calc(50% - 13.5px);
  right: 24px;
  font-size: 18px;
  position: absolute;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .theme__btn01 {
    min-height: 60px;
    font-size: 18px;
  }
  .theme__btn01::after {
    font-size: 16px;
  }
}
/* ----------------------------------------------------------
    ヘッダー
---------------------------------------------------------- */
header h1 {
  display: none;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--primary);
  z-index: 10000;
}
header a,
header button {
  pointer-events: all;
  display: inline-block;
}
.c-gnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-gnav__en {
  margin-bottom: 3px;
  display: block;
  font-weight: bold;
}

.c-gnav__link {
  color: #fff !important;
  text-decoration: none;
}
.c-gnav__logo {
  z-index: 10001;
}
@media only screen and (min-width: 931px) {
  header #h_wrapper {
    max-width: unset;
    min-height: 90px;
    padding: 0 40px;
  }
  .c-gnav__link:hover {
    text-decoration: underline;
  }
  .c-gnav {
    max-width: 1286px;
    margin: 0 auto;
    padding: 1.1rem 1rem;
    line-height: 1.3;
  }
  .c-gnav__cont ul {
    display: grid;
    grid-auto-flow: column;
    gap: 40px;
    align-items: center;
  }
  .c-gnav__logo {
    margin-left: 0;
    max-width: 226px;
  }
  .c-gnav__link {
    font-size: 15px;
    position: relative;
    text-align: center;
  }
  .c-gnav__en {
    font-size: 18px;
  }
  .c-gnav__link::after {
    content: "";
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    height: 1.5rem;
    width: 1px;
    background-color: #fff;
  }
  .c-gnav__link:last-child::after {
    content: none;
  }
  .c-gnav__cont {
    display: block !important;
  }
  .c-gnav__btn {
    display: none;
  }
}
@media only screen and (max-width: 930px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    flex-direction: column;
  }
  .c-gnav__logo {
    position: fixed;
    left: 20px;
    top: 22px;
    max-width: 143px;
  }
  /* ハンバーガーメニュー */
  /* ハンバーガーメニュー展開時、背景固定用CSS */
  html.is-fixed {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  html.is-fixed #container {
    overflow: scroll;
    scrollbar-gutter: stable;
  }
  html.is-fixed .gnav {
    overflow: auto;
    scrollbar-gutter: stable;
  }
  /* ハンバーガーメニュー展開時、背景固定用CSS ここまで */
  html.is-fixed .c-gnav {
    overflow: auto;
    scrollbar-gutter: stable;
  }
  .c-gnav__btn-wrap {
    width: 34px;
    height: 24px;
    position: fixed;
    top: 22px;
    right: 20px;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    background: var(--primary);
  }
  .c-gnav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    padding: 0;
  }
  .c-gnav__btn {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    background: var(--primary);
    border: none;
    pointer-events: initial;
  }
  .c-gnav__btn > span {
    position: absolute;
    display: block;
    width: 32px;
    height: 2px;
    left: calc(50% - 15px);
    background: #fff;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
  }
  .c-gnav__btn > span:nth-of-type(1) {
    top: 3px;
  }
  .c-gnav__btn > span:nth-of-type(2) {
    top: 11px;
  }
  .c-gnav__btn > span:nth-of-type(3) {
    top: 19px;
  }
  .c-gnav__txt {
    margin-top: 30px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
  }
  /* .is-open .c-gnav__txt {
        margin-left: -0.4rem;
    } */
  .c-gnav.is-open .c-gnav__btn > span:nth-of-type(1) {
    top: 11px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .c-gnav.is-open .c-gnav__btn > span:nth-of-type(2) {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
  }
  .c-gnav.is-open .c-gnav__btn > span:nth-of-type(3) {
    top: 11px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
  }
  .c-gnav__btn.is-hide {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 0;
    top: 0;
    left: 0;
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 0;
  }
  .c-gnav__cont {
    width: 100%;
    height: 100vh;
    padding: 130px 0 190px 0;
    overflow-y: auto;
    position: fixed;
    display: none;
    top: 70px;
    left: 0;
    background-color: #c31a28;
    pointer-events: initial;
    z-index: 1;
  }
  .c-gnav__cont ul {
    display: grid;
    gap: 33px;
  }
  .c-gnav__link {
    font-size: 15px;
    display: block;
  }
  .c-gnav__en {
    font-size: 22px;
  }
  .c-gnav__cont li {
    text-align: center;
    font-weight: bold;
  }
  .c-gnav__link span {
    display: block;
    font-size: 1.4rem;
  }
  /* Entry */
  .c-gnavEntry__link {
    display: block;
    width: 100px;
    height: 100px;
    margin: 56px auto 0;
    border-radius: 50%;
    background-color: #fff;
    color: var(--primary) !important;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    line-height: 1.1;
  }
  .c-gnavEntry__link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .c-gnavEntry__textEn {
    margin-bottom: 4px;
    font-size: 24px;
    text-align: center;
  }
  .c-gnavEntry__textJp {
    font-size: 12px;
    text-align: center;
  }
}
/* ----------------------------------------------------------
    KV
---------------------------------------------------------- */
.c-kv {
  position: relative;
}

.c-kv-h1 {
  margin-top: 10px;
  font-size: 16px;
  text-align: right;
  font-weight: normal;
}

.c-kv__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 160px 20px 0;
}

.c-kv__box {
  position: relative;
}

.c-kv__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.c-kv__text {
  position: absolute;
  top: 50%;
  left: 8.7%;
  transform: translate(0, -50%);
  color: #fff;
}

.c-kv__textMain {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
}

.c-kv__textSub {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 930px) {
  .c-kv__inner {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 865px) {
  .c-kv-h1 {
    text-align: center;
  }
  .c-kv__inner {
    padding: 90px 20px 0;
  }
  .c-kv__box {
    max-width: 553px;
    margin: 0 auto;
  }
  .c-kv__text {
    width: calc(100% - 30px);
    top: unset;
    transform: unset;
    bottom: 70px;
    left: 20px;
  }
  .c-kv__textMain {
    font-size: 32px;
  }
}
/**************************************************************
	footer
***************************************************************/
/* ----------------------------------------------------------
    footerAbove
---------------------------------------------------------- */
.c-footerAbove {
  width: 100%;
  background: #fff;
  padding: 0;
}

.c-footerAbove__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-footerAbove__visual img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.c-footerAbove__search {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.c-footerAbove__searchBtn {
  width: 350px;
  height: 74px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: var(--border-radius);
  padding: 0 64px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 26px;
  font-weight: 700;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.c-footerAbove__searchBtn:active {
  background: #d20012;
}
.c-footerAbove__searchBtn:hover {
  opacity: 0.75;
}
.c-footerAbove__searchIcon {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.c-footerAbove__searchLabel {
  display: inline-block;
}

.c-footerAbove__content {
  width: 100%;
  margin: 60px auto 95px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
}

.c-footerAbove__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.c-footerAbove__logo img {
  max-width: 226px;
  width: auto;
}

.c-footerAbove__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-footerAbove__links li {
  margin: 0;
}

.c-footerAbove__links a {
  color: var(--text) !important;
  text-decoration: none;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
/* *** */
@media (max-width: 847px) {
  .c-footerAbove__searchBtn {
    width: 335px;
    height: 68px;
    padding-left: 84px;
    font-size: 22px;
    gap: 6px;
  }
  .c-footerAbove__searchIcon {
    width: 24px;
  }
  .c-footerAbove__logo {
    justify-content: center;
  }
  .c-footerAbove__logo img {
    max-width: 226px;
  }
  .c-footerAbove__content {
    max-width: 100%;
    margin-bottom: 60px;
    padding: 20px 10px 0 10px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .c-footerAbove__links {
    flex-direction: column;
    justify-content: center;
    gap: 13px;
  }
  .c-footerAbove__links li {
    font-size: 15px;
  }
}
/* ----------------------------------------------------------
    fixed_btn
---------------------------------------------------------- */
.c-fixed_btn.fixed {
  position: fixed;
}
.c-pagetop.fixed {
  bottom: 10px;
}
.c-entry_btn.fixed {
  bottom: 90px;
}
.c-pagetop {
  width: 70px;
  height: 70px;
  padding-top: 35px;
  display: none;
  position: absolute;
  bottom: 150px;
  right: 10px;
  background: #d21200;
  border-radius: 50%;
  color: #fff !important;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
  overflow: hidden;
}
.c-pagetop::before {
  font-family: recop-iconfonts;
  content: "\E888";
  font-size: 53px;
  position: absolute;
  top: -5px;
  right: 50%;
  transform: translateX(50%);
  color: #fff;
  line-height: 1;
  font-weight: normal;
}
.c-entry_btn {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.c-entry_btn {
  display: block;
  width: 130px;
  height: 130px;
  margin: 116px auto 0;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff !important;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  line-height: 1.1;
  z-index: 10;
}

.c-entry__textEn {
  margin-bottom: 6px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.c-entry__textJp {
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 848px) {
  .c-pagetop {
    bottom: 211px;
  }
  .c-entry_btn {
    bottom: 289px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
    padding-top: 27px;
    font-size: 10px;
  }
  .c-pagetop.fixed {
    bottom: 10px;
  }
  .c-pagetop::before {
    top: -5px;
    font-size: 43px;
  }
  .c-entry_btn {
    width: 98px;
    height: 98px;
    bottom: 80px;
  }
  .c-entry_btn.fixed {
    bottom: 80px;
  }
  .c-entry__textEn {
    font-size: 24px;
  }
  .c-entry__textJp {
    font-size: 12px;
  }
}
