@charset "UTF-8";
/**************************************************************
	original.css
	企業固有のスタイルを指定
***************************************************************/
/************************************************
//
//　foundation
//
************************************************/
:root {
  /* font-size */
  font-size: 16px;
  --icon-font: "recop-iconfont";
  --original-text: #222222;
  --original-width-contents-wrapper: 1300px;
  --original-footer-bg: #0F6EB6;
  --color-yellow: #FFEB00;
  --color-blue: #0F6EB6;
  --color-lightblue: #1CADE4;
  /* gnav */
  --module-gnav-toggle: var(--color-blue);
  --module-gnav-bg: var(--color-lightblue);
}

body {
  -webkit-text-size-adjust: 100% !important;
  font-size: 0.875rem;
  line-height: 2;
  color: var(--original-text);
}

#header,
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@font-face {
  font-family: recop-iconfont;
  src: url("font/recop-iconfont.eot?") format("eot"), url("font/recop-iconfont.woff") format("woff"), url("font/recop-iconfont.ttf") format("truetype");
}
#header,
#footer,
#header *,
#footer * {
  box-sizing: border-box;
}

#footer p{margin:0!important}

#footer a{text-decoration:none;}

#header img,
#footer img {
  width: 100%;
  height: auto;
  display: block;
}

img[loading=lazy] {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* regular contents reset
--------------------------------------- */
#header,
#header .free,
#main,
#footer,
#footer .free {
  width: auto;
}

div#container,
#footer {
  width: 100%;
}

/* component > button
----------------------------------- */
.c-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 374px) {
  .c-button {
    font-size: 4.8vw;
  }
}
@media (hover: hover) {
  .c-button:hover {
    text-decoration: none !important;
    opacity: 0.7;
  }
}
.c-button--arrow {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.c-button--arrow::after {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  font-family: var(--icon-font);
  font-size: 0.875rem;
  content: "\e845";
  transform: translateY(-50%);
}
.c-button--blue {
  font-weight: bold;
  background-color: var(--color-lightblue);
  height: 3.75rem;
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button--blue {
    height: 4.375rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.c-button--blue:link, .c-button--blue:active, .c-button--blue:visited {
  color: #fff !important;
}
@media (hover: hover) {
  .c-button--blue:hover {
    background-color: #7ED2F2;
    opacity: 1;
  }
}
.c-button--pink {
  font-weight: bold;
  background-color: var(--color-pink);
  height: 3.75rem;
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button--pink {
    height: 4.375rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.c-button--pink:link, .c-button--pink:active, .c-button--pink:visited {
  color: #fff !important;
}
@media (hover: hover) {
  .c-button--pink:hover {
    background-color: #f4a1b1;
    opacity: 1;
  }
}
.c-button--pink-small {
  margin-inline: auto;
  font-weight: bold;
  background-color: var(--color-pink);
  height: 2.5rem;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  max-width: 9.0625rem;
  font-size: 1rem;
}
.c-button--pink-small::after {
  right: 0.875rem;
  font-size: 0.875rem;
}
.c-button--pink-small:link, .c-button--pink-small:active, .c-button--pink-small:visited {
  color: #fff !important;
}
@media (hover: hover) {
  .c-button--pink-small:hover {
    background-color: #F4A1B1;
    opacity: 1;
  }
}
.c-button--main {
  font-weight: bold;
  background-color: var(--color-main);
}
.c-button--main:link, .c-button--main:active, .c-button--main:visited {
  color: #fff !important;
}
.c-button--gNav {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  .c-button--gNav {
    justify-content: flex-start;
    padding: 0.625rem 2.8125rem;
    font-weight: bold;
  }
  .c-button--gNav::after {
    right: 1.25rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1001px) {
  .c-button--gNav {
    justify-content: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }
  .c-button--gNav::after {
    display: none;
  }
}
.c-button--gNav:link, .c-button--gNav:active, .c-button--gNav:visited {
  color: #fff !important;
}
@media (hover: hover) {
  .c-button--gNav:hover {
    opacity: 1;
  }
  .c-button--gNav:hover:link, .c-button--gNav:hover:active, .c-button--gNav:hover:visited {
    color: #97CCF4 !important;
  }
}
.c-button--gray {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0.625rem 2.8125rem;
  font-weight: bold;
  background: #E3E3E3;
}
.c-button--gray::after {
  right: 1.25rem;
  font-size: 0.875rem;
}
.c-button--gray:link, .c-button--gray:active, .c-button--gray:visited {
  color: #000 !important;
}
@media (hover: hover) {
  .c-button--gray:hover {
    opacity: 1;
    background: #F0F0F0;
  }
  .c-button--gray:hover:link, .c-button--gray:hover:active, .c-button--gray:hover:visited {
    color: #9D9D9D !important;
  }
}
.c-button--langage {
  font-weight: bold;
  background: none;
  border: none;
  color: var(--color-blue);
  height: auto;
  width: auto;
  padding: 0 20px 0 0;
}
.c-button--langage::after {
  content: "\e846";
  right: 0rem;
  font-size: 0.75rem;
}
.c-button--langage.is-open::after {
  content: "\e844";
}
.c-button--langage.is-open {
  opacity: 1;
  color: #97CCF4;
}
@media (hover: hover) {
  .c-button--langage:hover {
    opacity: 1;
    color: #97CCF4;
  }
}
.c-button--yellow {
  font-weight: bold;
  background: var(--color-yellow);
  border: none;
  height: 2.875rem;
  width: 15rem;
  color: var(--color-blue);
  flex-direction: row;
  gap: 0.625rem;
  padding-left: 0.625rem;
}
.c-button--yellow::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  background: url(../images/ico_search.webp) no-repeat center center/contain;
}
.c-button--yellow::after {
  content: "\e846";
  right: 1.125rem;
  font-size: 0.75rem;
}
.c-button--yellow.is-open::after {
  content: "\e844";
}
.c-button--yellow.is-open {
  opacity: 1;
  background-color: #FFF79B;
  color: #97CCF4;
}
.c-button--yellow.is-open::before {
  opacity: 0.6;
}
@media (hover: hover) {
  .c-button--yellow:hover {
    opacity: 1;
    background-color: #FFF79B;
    color: #97CCF4;
  }
  .c-button--yellow:hover::before {
    opacity: 0.6;
  }
}

/* component > accordion
----------------------------------- */
[data-js-view=accordion] [data-js-accordion=button] {
  cursor: pointer;
}
[data-js-view=accordion] [data-js-accordion=body] {
  display: none;
}
@media screen and (min-width: 768px) {
  [data-js-view=accordion][data-pc=false] [data-js-accordion=body] {
    display: block !important;
  }
  [data-js-view=accordion][data-pc=false] [data-js-accordion=button] {
    pointer-events: none;
    cursor: default;
  }
  [data-js-view=accordion][data-pc=false] [data-js-accordion=button]::after {
    display: none;
  }
  [data-js-view=accordion][data-pc=false].c-ac-lg [data-js-accordion=button] {
    display: none;
  }
}
[data-js-view=accordion] .show {
  display: none;
}
[data-js-view=accordion] span.hide {
  display: inline;
}
[data-js-view=accordion] div.hide {
  display: block;
}
[data-js-view=accordion].is-open span.show {
  display: inline;
}
[data-js-view=accordion].is-open div.show {
  display: block;
}
[data-js-view=accordion].is-open .hide {
  display: none;
}

/************************************************
//
//　自由ヘッダー
//
************************************************/
.l-header {
  margin: 0 auto;
  max-width: var(--original-width-contents-wrapper);
  padding: 1.875rem 1.25rem 1.25rem;
}
.l-nav__list {
    list-style-type: none;
}
@media screen and (min-width: 1001px) {
  .l-header {
    padding: 1.5625rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 2.75rem;
  }
}
.l-header__logo {
  width: min(7.8125rem, 33.3333333333vw);
  margin:0;
}
@media screen and (min-width: 1001px) {
  .l-header__logo {
    width: 12.375rem;
  }
}
.l-header__logo-link {
  transition: opacity 0.3s ease;
  display: block;
}
@media (hover: hover) {
  .l-header__logo-link:hover {
    opacity: 0.7;
  }
}
.l-header__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 1001px) {
  .l-header__text {
    margin-top: 0;
    text-align: left;
  }
}
.l-header__text span {
  display: inline-block;
}

.l-nav {
  /* color */
  --color-text: var(--original-text);
  --color-black: #000000;
  --color-blue: #0F6EB6;
  --color-lightblue: #1CADE4;
  --color-pink: #EA5E79;
  --color-sky: #EEF5FB;
  --color-lightgray: #F8F8F8;
  --color-gray: #767676;
  --color-yellow: #FFEB00;
  --color-main: #1CADE4;
  /* contents-wrapper */
  --module-width-contents-wrapper: 1140px;
  --module-padding-contents-wrapper: 0.9375rem;
}
@media screen and (max-width: 1000px) {
  .l-nav__body {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: var(--module-gnav-bg);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navOpened .l-nav[data-gnav-type=drawerTop] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
  }
  .l-nav[data-gnav-type=drawerTop] .l-nav__body {
    display: block;
    transform: translate(0, -100%) perspective(0);
    height: 100%;
    backface-visibility: hidden;
  }
  .after .l-nav[data-gnav-type=drawerTop] .l-nav__body {
    transition: transform 300ms;
  }
  .navOpened .l-nav[data-gnav-type=drawerTop] .l-nav__body {
    transition: transform 300ms;
    transform: translate(0, 0) perspective(0);
  }
  .navOpened .l-nav[data-gnav-type=drawerRight] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
  }
  .l-nav[data-gnav-type=drawerRight] .l-nav__body {
    right: 0;
    left: auto;
    display: block;
    height: 100%;
    transform: translate(100%, 0);
    width: 100%;
  }
  .l-nav[data-gnav-type=drawerRight] .l-nav__body.has-transition {
    transition: transform 300ms;
  }
  .navOpened .l-nav[data-gnav-type=drawerRight] .l-nav__body {
    transition: transform 300ms;
    transform: translate(0, 0);
  }
  .l-nav__logo-wrap {
    position: relative;
    margin: 0 auto;
    max-width: var(--original-width-contents-wrapper);
    padding: 1.875rem 1.25rem 1.25rem;
  }
  .l-nav__logo-wrap::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 400vw;
    height: 100%;
    content: "";
    background-color: #fff;
    transform: translateX(-50%);
  }
  .l-nav__logo {
    display: block;
    width: min(7.8125rem, 33.3333333333vw);
  }
  .l-nav__logo a {
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 1000px) and (hover: hover) {
  .l-nav__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1000px) {
  .l-nav__list {
    display: grid;
    margin: auto;
  }
  .l-nav__list-item {
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .l-nav__sub-item {
    border-bottom: 1px solid #fff;
  }
  .l-nav__sub-item:last-of-type {
    border-bottom: none;
  }
  .l-nav [data-js-view=accordion] {
    border-bottom: 1px solid #fff;
  }
  .l-nav [data-js-accordion=button] {
    background: var(--color-lightblue);
    color: #fff;
    border: none;
  }
  .l-nav [data-js-accordion=button]::after {
    content: "\e846";
  }
  .l-nav [data-js-accordion=button].is-open::after {
    content: "\e844";
  }
}
@media screen and (max-width: 1000px) and (hover: hover) {
  .l-nav [data-js-accordion=button]:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1001px) {
  .l-nav {
    height: 4.375rem;
  }
  .stickyHeader .l-nav__body {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .l-nav [data-js-view=accordion] {
    display: none;
  }
  .l-nav__logo-wrap {
    display: none;
  }
  .l-nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-blue);
    height: 4.375rem;
  }
  .l-nav__list-item {
    height: 1.25rem;
    border-left: 1px solid #fff;
  }
  .l-nav__list-item:nth-child(1), .l-nav__list-item:nth-child(2) {
    border-left: none;
  }
}
.l-nav-toggle {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1001;
  width: 100%;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background: var(--module-gnav-toggle);
  border: none;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 1001px) {
  .l-nav-toggle {
    display: none;
  }
}
@media (hover: hover) {
  .l-nav-toggle:hover {
    opacity: 0.7;
  }
}
.l-nav-toggle span {
  position: absolute;
  left: 50%;
  display: block;
  width: 1.5625rem;
  height: 0.1875rem;
  background-color: #fff;
  transition: all 0.3s linear;
  transform: translateX(-50%);
}
.l-nav-toggle span:nth-of-type(1) {
  top: 0.625rem;
}
.l-nav-toggle span:nth-of-type(2) {
  top: 1.125rem;
}
.l-nav-toggle span:nth-of-type(3) {
  top: 1.625rem;
  width: 1.09375rem;
  transform: translateX(calc(-50% - 3.75px));
}
.navOpened .l-nav-toggle span {
  transition: all 0.3s linear;
}
.navOpened .l-nav-toggle span:nth-of-type(1) {
  transform: translateX(-50%) translateY(0.5rem) rotate(45deg);
}
.navOpened .l-nav-toggle span:nth-of-type(2) {
  background-color: transparent;
}
.navOpened .l-nav-toggle span:nth-of-type(3) {
  transform: translateX(-50%) translateY(-0.5rem) rotate(-45deg);
  width: 1.5625rem;
}
@media screen and (min-width: 1001px) {
  .l-nav-utility {
    position: absolute;
    right: 4.5rem;
    top: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.875rem;
    z-index: 11;
  }
}
.l-nav-utility .l-nav__sub {
  position: absolute;
  right: 0;
  top: 4rem;
  z-index: 10;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 1001px) {
  .l-nav-utility .l-nav__sub {
    width: min(100%, 23.4375rem);
  }
}
.l-nav-utility .l-nav__sub-item {
  border-bottom: 1px solid #fff;
}
.l-nav-utility .l-nav__sub-item:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  .l-nav-language [data-js-accordion=button] {
    position: absolute;
    right: 5rem;
    top: 1.875rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-nav-jobfind {
    display: none;
  }
}

/************************************************
//
//　自由フッター
//
************************************************/
#footer {
  --color-lightblue: #1CADE4;
}

#footer .free,
#footer {
  height: 243px;
}
@media screen and (min-width: 768px) {
  #footer .free,
  #footer {
    height: 8.375rem;
  }
}
.l-footer a:link, .l-footer a:active, .l-footer a:visited {
  color: #fff !important;
}
.l-footer__link {
  background: var(--color-lightblue);
  padding: 1.5rem;
}
.l-footer__link-list {
  margin: 0 auto;
  max-width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer__link-list {
    max-width: 450px;
  }
}
.l-footer__link-item {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__link-item:nth-child(2)::before, .l-footer__link-item:nth-child(4)::before {
    content: "｜";
    margin: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__link-item {
    font-size: 1.125rem;
  }
  .l-footer__link-item:nth-child(2)::before, .l-footer__link-item:nth-child(3)::before {
    content: "｜";
    margin: 0 1em;
  }
}
.l-footer__bg {
  font-size: 0.9375rem;
  line-height: 2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #fff;
  text-align: center;
  background-color: var(--original-footer-bg);
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding-top: 1.875rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__bg-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
  }
}
.l-footer__copy .copy {
  font-family: Verdana, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ----------------------------------------------------------------------------------------------------
【SP用】面接予約・応募・確認・完了画面・フッター対応css
jobfind-smartphoneのフッターを画面最下部に指定するcssになります。
---------------------------------------------------------------------------------------------------- */
/* フッター高さ調整（任意の値を指定） */
#footer .free {
  height: 245px;
}
@media screen and (min-width: 768px) {
  #footer .free {
    height: 8.375rem;
  }
}
/* フッター余白調整（フッターと同じ値を指定） */
#container,
div#main::after {
  box-sizing: border-box;
  padding-bottom: 243px;
}
@media screen and (min-width: 768px) {
  #container,
  div#main::after {
    box-sizing: border-box;
    padding-bottom:  8.375rem;
  }
}
/*---------------------------------------- */
/*SPページ・フッターボトミング対応（共通）
/*---------------------------------------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
div#container {
  position: relative;
  min-height: 100%;
}
/* フッター干渉回避余白 */
div#main::after {
  content: "";
/*  display: block;*/
}
/* 入力・完了・面接会場ページ用 */
div#container #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/*確認ページ用*/
div#container+#footer {
  position: static;
  margin-top: -15rem;
}
@media screen and (min-width: 768px) {
  div#container+#footer {
    position: static;
    margin-top: -8.3rem;
  }
}
/* ---------------------------------------- */