@charset "UTF-8";
/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: recop-iconfonts;
  font-display: swap;
  src:
    url("/recruit/css/font/recop-iconfont.eot?") format("eot"),
    url("/recruit/css/font/recop-iconfont.woff") format("woff"),
    url("/recruit/css/font/recop-iconfont.ttf") format("truetype");
}
#header .content .free {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .headWrap {
    max-width: 170px;
  }
}
body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

#main .content {
  width: 100%;
}

#headContent {
  margin-bottom: 0;
}

#headContent .free {
  background: none;
  overflow: hidden;
}

#footer .content {
  background-color: #562f0e;
}

img {
  height: auto;
  max-width: 100%;
}

a,
button {
  display: inline-block;
  transition: 0.3s ease;
  cursor: pointer;
}

button {
  border: none;
  background: none;
  padding: 0;
}

a:hover,
button:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
/* ----------------------------------------------------------
    共通
---------------------------------------------------------- */
/* ベースコンテナ（標準セクション用） */
.l-sec_inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px 120px;
}

@media only screen and (max-width: 767px) {
  .l-sec_inner {
    padding: 30px 20px;
  }
}
/* カラー */
:root {
  --main-color: #ee6f1a;
  --sub-color: #562f0e;
  --sub-color02: #2e8bc7;
  --sub-color-light: #fef6e2;
}

.theme-color01 {
  color: var(--main-color);
}

/* 見出し点線 */
.theme-line01::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: dashed 2px var(--main-color);
  margin-top: 4px;
}

/* 点線 */
.p-dashed-line {
  position: relative;
}

.p-dashed-line::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dashed var(--main-color);
}

/*  背景 */
.theme-bg01 {
  background: url(/recruit/img/bg_light-carpet.png) repeat 0 0/250px auto;
}

.theme-bg01::before,
.theme-bg01::after {
  background: url(/recruit/img/bg_light-carpet.png) repeat 0 0/250px auto !important;
}

.theme-bg02 {
  background: var(--sub-color);
}

.theme-bg03 {
  background: var(--sub-color-light);
}

.theme-bg03::before,
.theme-bg03::after {
  background: var(--sub-color-light) !important;
}

.theme-bg04 {
  background: var(--sub-color02);
}

.theme-bg04::after {
  background: var(--sub-color02) !important;
}

/* 斜め背景 */
.p-asymmetry {
  position: relative;
}

.p-asymmetry::before,
.p-asymmetry::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  background: var(--sub-color);
  z-index: 4;
}

.p-asymmetry::before {
  top: -149px;
}

.p-asymmetry::after {
  bottom: -149px;
  transform: scale(-1);
}

@media only screen and (max-width: 984px) {
  .p-asymmetry::before {
    clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
  }
  .p-asymmetry::after {
    clip-path: polygon(100% 65%, 0% 100%, 100% 100%);
  }
  .p-asymmetry::before,
  .p-asymmetry::after {
    height: 141px;
  }
  .p-asymmetry::before {
    top: -140px;
  }
  .p-asymmetry::after {
    bottom: -140px;
  }
}
/* h2見出し */
.p-heading {
  width: 100%;
  margin: 0 auto 70px;
  display: grid;
  justify-items: center;
  background: none;
}

.p-heading::before {
  content: "";
  display: block;
  width: 60px;
  height: 30px;
  margin: 0 auto 23px;
  background: url("/recruit/img/ic_chocokuro.png") no-repeat 0 0/60px auto;
}

.p-heading__main {
  margin: 0 0 11px 0;
  font-size: 30px;
  font-weight: bold;
  color: var(--sub-color);
  line-height: 1.3;
  text-align: center;
}

.p-heading__sub {
  margin: 0;
  font-size: 25px;
  line-height: 1.5;
  color: var(--sub-color02);
  font-weight: bold;
  text-align: center;
}

.p-heading__sub span {
  color: var(--sub-color02);
}

.theme-bg02 .p-heading__main {
  color: #fff;
}

.theme-bg02 .p-heading::before {
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 767px) {
  .p-heading {
    margin-bottom: 26px;
  }
  .p-heading__main {
    margin: 0;
    font-size: 28px;
  }
  .p-heading__sub {
    margin-top: 10px;
    font-size: 20px;
  }
}
/* h3見出し */
.p-line-heading {
  width: 100%;
  margin: 70px auto 0;
  display: grid;
  justify-items: center;
  background: none;
}

.p-line-heading__main {
  margin: 0 0 12px 0;
  font-size: 25px;
  font-weight: bold;
  color: var(--sub-color);
  line-height: 1.3;
  text-align: center;
}

.p-line-heading__border {
  width: 98%;
  height: 13px;
  margin: 0 auto;
  background: url(/recruit/img/img_line.png) repeat-x 0 0/10px auto;
}

@media only screen and (max-width: 767px) {
  .p-line-heading {
    margin-top: 30px;
  }
  .p-line-heading__main {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 1.5;
  }
  .p-line-heading__border {
    height: 12px;
  }
}
/* リード */
.p-lead02 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.theme-bg02 .p-lead02 {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-lead02 {
    text-align: left;
  }
}
/* ----------------------------------------------------------
    header
---------------------------------------------------------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.header_wrap {
  min-height: 130px;
  padding: 20px 20px 0 20px;
  background: url(/recruit/img/kv_bg02_pc.png) no-repeat 0 0 / auto 100%;
  display: grid;
}

.header_heading {
  max-width: 720px;
}

.header_inner {
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}
#global-nav .m-button-list {
  margin-top: 40px;
}
#global-nav .m-button {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  border-radius: 0;
  transition: 0.3s ease;
  transition-property: opacity border background-color color;
  font-size: 18px;
  line-height: 1.222;
  font-weight: bold;
  padding-top: 2px;
  background-color: #f06e2f;
  color: #fff !important;
  margin-top: 25px;
  opacity: 1;
}

#global-nav .m-button::after {
  content: "\e845";
  font-family: "recop-iconfonts";
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  transition: 0.3s ease;
  transition-property: color;
}

#global-nav .m-button:hover {
  opacity: 1;
  background-color: #f4996d;
}

@media screen and (max-width: 374px) {
  #global-nav .m-button {
    font-size: 4.53333vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }
}
/* ----------------------------------------------------------
    KV
---------------------------------------------------------- */
.p-kv {
  width: 100%;
  overflow: hidden;
}

.p-kv__inner {
  width: 100%;
  min-height: 620px;
  position: relative;
}

.p-kv__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/recruit/img/kv_bg01_pc.png) no-repeat 0 0/100% auto;
  z-index: 2;
}

.p-kv__bg {
  width: 100%;
}

.p-kv__bg img {
  width: 100%;
}

.p-kv__content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-kv__copy {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 66px;
  padding: 132px 0 0 132px;
  position: relative;
  z-index: 2;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.p-kv__copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 617/411;
  width: 104%;
  max-width: 617px;
  background: url(/recruit/img/kv_im01_pc.png) no-repeat 0 0/100% auto;
}

.p-kv__photo {
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.p-kv__photo img {
  width: 100%;
  height: auto;
  display: block;
}

#header .content .free h1 {
  font-size: 16px;
}

@media only screen and (max-width: 984px) {
  .header_wrap {
    min-height: unset;
    padding: 10px 0 70px 10px;
    background-image: url(/recruit/img/kv_bg02_sp.png);
  }
  .header_heading {
    max-width: 220px;
  }
  .p-kv__inner {
    min-height: unset;
    padding: 50px 0 80px 0;
    background: var(--main-color);
    z-index: 1;
  }
  .header_inner {
    grid-template-columns: 60px 1fr;
    gap: 15px;
  }
  .p-kv__inner::before,
  .p-kv__inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    background: var(--main-color);
  }
  .p-kv__inner::before {
    top: -149px;
    left: 0;
    clip-path: polygon(100% 68%, 0% 100%, 100% 100%);
  }
  .p-kv__inner::after {
    bottom: -150px;
    right: 0;
    transform: scaleY(-1);
    transform: scaleY(-1);
    clip-path: polygon(100% 68%, 0% 100%, 100% 100%);
  }
  .p-kv__photo {
    width: 100%;
    position: relative;
  }
  .p-kv__photo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 70px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: var(--main-color);
  }
  .p-kv__copy {
    width: 100%;
    margin-top: 0;
    padding: 0;
    font-size: 25px;
  }
  .p-kv__copy::before {
    width: 100%;
    max-width: 498px;
    top: -80px;
    aspect-ratio: 348/115;
    background-image: url(/recruit/img/kv_im01_sp.png);
  }
  .p-kv__copy::after {
    content: "";
    position: absolute;
    width: 70%;
    aspect-ratio: 198/47;
    max-width: 198px;
    right: 0;
    bottom: -51px;
    background: url(/recruit/img/kv_im02_sp.png) no-repeat 0 0/100% auto;
  }
  .p-kv__content {
    padding: 0 0 0 20px;
    position: static;
  }
}
@media only screen and (min-width: 1436px) {
  /* リードをコンテンツ幅指定 */
  .p-kv__content {
    max-width: 1000px;
    padding: 40px 0;
    margin: 0 auto;
  }
  .p-kv__copy {
    padding-left: 0;
  }
  .p-kv__copy::before {
    width: 617px;
    left: -132px;
  }
}
@media only screen and (min-width: 985px) and (max-width: 1435px) {
  .p-kv__inner {
    min-height: 43vw;
  }
}
@media only screen and (min-width: 985px) and (max-width: 1330px) {
  .p-kv__copy {
    padding-top: 120px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 985px) and (max-width: 1158px) {
  .p-kv {
    overflow: unset;
  }
  .p-kv__inner {
    min-height: 47vw;
  }
  .p-kv__copy {
    min-width: 413px;
    padding-top: 112px;
    padding-left: 106px;
  }
}
@media only screen and (min-width: 985px) and (max-width: 1064px) {
  .p-kv__copy {
    margin-top: 80px;
    padding-top: 131px;
    padding-left: 94px;
    font-size: 25px;
  }
  .p-kv__copy::before {
    top: 44px;
    max-width: 387px;
  }
  .p-kv__content {
    padding: 0;
  }
}
@media only screen and (min-width: 483px) and (max-width: 984px) {
  .p-kv__content {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-kv__copy::before {
    width: 166%;
    top: -110px;
    left: -100px;
  }
  .p-kv__copy::after {
    width: 80%;
    max-width: 268px;
    right: -152px;
    bottom: -60px;
  }
}
/* ---------------バーガーメニュー調整----------------- */
#header {
  z-index: 500;
}

/* ----------------------------------------------------------
    lead
---------------------------------------------------------- */
.p-lead {
  margin-top: 19px;
  position: relative;
  background: #2e8bc7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  z-index: 2;
}

.p-lead::before,
.p-lead::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  clip-path: polygon(0 6%, 0% 100%, 100% 100%);
  background: #2e8bc7;
}

.p-lead::before {
  top: -149px;
  left: 0;
}

.p-lead::after {
  bottom: -148px;
  right: 0;
  transform: scaleY(-1);
}

.p-lead__text {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.7;
  position: relative;
}

.p-lead__text::before,
.p-lead__text::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.p-lead__text::before {
  left: -105px;
  top: -140px;
  width: 41%;
  max-width: 380px;
  aspect-ratio: 380/215;
  background: url("/recruit/img/kv_im03_pc.png") no-repeat 0 0/100% auto;
}

.p-lead__text::after {
  right: -100px;
  bottom: -76px;
  width: 47%;
  max-width: 86px;
  aspect-ratio: 86/165;
  background: url("/recruit/img/kv_im04_pc.png") no-repeat 0 0/100% auto;
}

.p-lead__im {
  max-width: 298px;
  position: absolute;
  right: 0;
  top: -183px;
}

@media (max-width: 984px) {
  .p-lead {
    margin-top: 0;
    padding: 38px 0;
  }
  .p-lead__text {
    text-align: left;
  }
  .p-lead__text::before {
    max-width: 190px;
    top: -85px;
    left: 15px;
    background-image: url("/recruit/img/kv_im03_sp.png");
  }
  .p-lead__text::after {
    max-width: 66px;
    right: 13px;
    bottom: -123px;
    background-image: url("/recruit/img/kv_im04_sp.png");
  }
  .p-lead::before,
  .p-lead::after {
    clip-path: polygon(0 68%, 0% 100%, 100% 100%);
  }
  .p-lead__im {
    display: none;
  }
}
@media only screen and (min-width: 985px) and (max-width: 1424px) {
  .p-lead {
    margin-top: 18px;
  }
  .p-lead__text::before {
    left: -30px;
    top: -100px;
    max-width: 210px;
  }
  .p-lead__text::after {
    max-width: 53px;
    right: -31px;
    bottom: -49px;
  }
}
/* ----------------------------------------------------------
    internship
---------------------------------------------------------- */
.p-internship {
  background: #d8f0ff;
  padding: 142px 0 0 0;
}

.p-internship__heading {
  max-width: 610px;
  margin: 0 auto 56px;
}

.p-internship__heading span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: var(--main-color);
}

.p-internship__heading strong {
  display: block;
  font-size: 28px;
  color: #5a3b1c;
}

.p-internship__body {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
}

.p-internship__image {
  position: relative;
}

.p-internship__image::before {
  content: "";
  position: absolute;
  top: -59px;
  left: -19px;
  aspect-ratio: 1/1;
  width: 31%;
  max-width: 120px;
  background: url(/recruit/img/intern_accent.png) no-repeat 0 0/100% auto;
}

.p-internship__image img {
  width: 100%;
  border-radius: 20px;
}

.p-internship__content h3 {
  font-size: 25px;
  margin-bottom: 19px;
  color: var(--sub-color);
}

.p-internship__content p {
  color: #333;
}

@media only screen and (min-width: 985px) {
  .p-internship {
    position: relative;
  }
  .p-internship::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    top: -9px;
    left: 0;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    background: #d8f0ff;
    z-index: 4;
  }
}
@media (max-width: 767px) {
  .p-internship {
    padding: 83px 0 50px;
  }
  .p-internship__inner {
    padding: 0 20px;
  }
  .p-internship__body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-internship__heading {
    margin-bottom: 32px;
  }
  .p-internship__content h3 {
    font-size: 18px;
    text-align: center;
  }
  .p-internship__image {
    order: 2;
  }
  .p-internship__image::before {
    max-width: 80px;
    bottom: -40px;
    top: unset;
  }
}
/* ----------------------------------------------------------
    banner
---------------------------------------------------------- */
.p-banner {
  padding: 68px 0 0;
  background: url("/recruit/img/intern_banner_pc.png") no-repeat 0 0/100% auto;
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 10px #afc3d0);
}

.p-banner:hover {
  opacity: 1;
}

.p-banner:hover .p-banner__more {
  background: #2e8bc7;
}

.p-banner__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-banner__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto 25px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: var(--sub-color) !important;
}

.p-banner__title {
  font-size: 30px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.p-banner__title::after {
  margin-top: 0;
}

.p-banner__title + p {
  line-height: 1.5;
}

.p-banner__more {
  width: 100%;
  max-width: 250px;
  min-height: 40px;
  margin: 10px auto 0;
  display: grid;
  align-items: center;
  background: var(--sub-color);
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  position: relative;
  line-height: 1;
  transition: background 0.3s ease;
}

.p-banner__more::after {
  font-family: recop-iconfonts;
  content: "\e885";
  font-size: 28px;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
  font-weight: normal;
}

@media only screen and (max-width: 1027px) {
  .p-internship__body {
    margin-bottom: 40px;
  }
  .p-banner {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    padding: 124px 0 69px;
    display: block;
    background-image: url("/recruit/img/intern_banner_sp.png");
  }
  .p-banner__text {
    padding: 0 15px;
    font-size: 16px;
  }
  .p-banner__title {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .p-banner__more {
    margin-top: 12px;
    font-size: 18px;
  }
}
/* リンク一時解除------ */
.p-banner {
  pointer-events: none;
}

.p-banner__more {
  max-width: 340px;
  font-size: 15px;
}

.p-banner__more::after {
  content: none;
}

@media only screen and (max-width: 1027px) {
  .p-banner__more {
    margin-top: 3px;
    min-height: 50px;
    line-height: 1.4;
    font-size: 14px;
  }
  .p-banner__more .sp {
    display: block;
  }
}
/* リンク一時解除　End----- */
/* ----------------------------------------------------------
    カスタマージャーニー
---------------------------------------------------------- */
.p-journey {
  box-shadow: inset 0 12px 12px -10px rgba(0, 0, 0, 0.3);
}
.p-journey__inner {
  padding-top: 120px;
  padding-bottom: 200px;
}

.p-journey__box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
  position: relative;
}

.p-journey__box::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 29px solid #ffffff;
}

.p-journey__left img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.p-journey__head {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  line-height: 1;
}

.p-journey__num {
  height: 30px;
}
.p-journey__num img {
  width: auto;
  height: 30px;
}

.p-journey__title {
  margin-top: 4px;
  font-size: 30px;
  font-weight: bold;
  color: var(--sub-color);
}

.p-journey__line {
  margin: 12px 0 20px;
  border-top: 2px dashed var(--main-color);
}

.p-journey__list {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 190px 1fr;
  row-gap: 10px;
  align-items: center;
}

.p-journey__list dt {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: var(--sub-color);
}

.p-journey__list dt::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/recruit/img/img_clover.png) no-repeat 0 0/100% auto;
  opacity: 0.5;
}

.p-journey_tabContent {
  margin-top: 40px;
}
/* タブ切り替え（PC） */
@media only screen and (min-width: 885px) {
  .p-journey .sp {
    display: none;
  }

  .p-journey {
    box-shadow: inset 0 12px 15px -10px rgba(0, 0, 0, 0.3);
  }
  .p-journey_tabWrapper {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .p-tab_content {
    display: none;
  }
  .p-tab_content.show {
    display: block;
  }
  .p-journey_tabHead {
    max-width: 900px;
    min-height: 500px;
    margin: 0 auto;
    background: url(/recruit/img/img_journey-main-bg_pc.png) no-repeat 0 0/100%
      auto;
    position: relative;
  }
  .p-tab {
    position: absolute;
  }
  .p-tab.--01 {
    max-width: 286px;
    top: 45px;
    left: 0;
  }
  .p-tab.--02 {
    max-width: 273px;
    left: 286px;
    top: 0;
  }
  .p-tab.--03 {
    max-width: 279px;
    right: 0;
    top: 0;
  }
  .p-tab.--04 {
    max-width: 319px;
    top: 272px;
    left: 227px;
  }
  .p-tab.--05 {
    max-width: 291px;
    right: 0;
    top: 250px;
  }
  .p-journey__map {
    position: relative;
    width: 100%;
    max-width: 816px;
    margin: 0 auto;
  }
  .p-journey__map > img:first-child {
    display: block;
    width: 100%;
    height: auto;
  }
  .p-journey__step {
    position: absolute;
    border-radius: var(--border-radius);
    width: 160px;
  }
  .p-journey__step--01 {
    top: 0%;
    left: 0%;
  }
  .p-journey__step--02 {
    top: 0%;
    left: 52%;
  }
  .p-journey__step--03 {
    top: 20%;
    left: 68%;
  }
  .p-journey__step--04 {
    top: 54%;
    left: 26%;
  }
  .p-journey__step--05 {
    top: 66%;
    left: 68%;
  }
}
/* アンカー遷移 */
@media only screen and (max-width: 884px) {
  .p-journey .pc {
    display: none;
  }
  .p-journey__left {
    max-width: 240px;
    margin: 0 auto;
  }
  .p-journey__inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .p-journey_tabWrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-journey_tabContent {
    margin-top: 14px;
    display: grid;
    gap: 15px;
  }
  .p-tab_content {
    display: block;
  }
  .p-journey__box {
    padding: 20px 20px 18px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-journey__list dt {
    margin-top: 12px;
  }
  .p-journey__list {
    margin-top: 18px;
    grid-template-columns: 1fr;
    row-gap: 2px;
  }
  .p-journey__box::before {
    content: none;
  }
  .p-journey__anchor {
    max-width: 455px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-journey__anchor li {
    /* max-width: 105px; */
    width: 33.3333333333%;
  }
}
/* ----------------------------------------------------------
    background
---------------------------------------------------------- */
.p-background__text {
  margin-top: 120px;
  color: #fff;
}

.p-background-slider__wrapper {
  position: relative;
}

.p-background-slider {
  margin-top: 50px;
  width: 100%;
}

.p-background__slide {
  width: 100%;
  min-height: 413px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}

.p-background__title {
  margin: 0 0 1px 0;
  font-size: 25px;
  font-weight: bold;
  color: var(--sub-color);
  text-align: center;
}

.p-background__subtitle {
  font-size: 18px;
  font-weight: bold;
  color: var(--sub-color);
  text-align: center;
}

.p-background__desc {
  text-align: center;
  font-size: 18px;
}

.p-background__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0 32px;
  align-items: center;
}

.p-background__img {
  margin: 0;
}

.p-background__img img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  height: auto;
  border-radius: var(--border-radius);
  display: block;
}

.p-background__list {
  width: 100%;
  margin: 0;
  padding: 0;
}

.p-background__item {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #eae5e1;
}

.p-background__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-background__item-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--sub-color);
}

.p-background__item-title--point {
  color: var(--sub-color);
}

.p-background__item-title {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--sub-color);
  background: linear-gradient(to bottom, transparent 0 60%, #ffeadc 40% 100%);
  padding: 0 6px;
  line-height: 1.3;
}

.p-background__item-desc {
  margin: 0;
}
.slick-dots {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.slick-dots li {
  display: inline-flex;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--main-color);
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  transition: background 0.2s;
}

.slick-dots .slick-active button {
  background: var(--main-color);
}

@media only screen and (max-width: 767px) {
  .p-background__inner {
  }
  .p-background__slide {
    padding: 20px;
  }
  .p-background__title {
    font-size: 25px;
  }
  .p-background__subtitle {
    font-size: 18px;
  }
  .p-background__content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-background__desc {
    margin-top: -3px;
  }
  .p-background__img {
    text-align: center;
    margin: 0 0 16px 0;
  }
  .p-background__img img {
    max-width: 240px;
  }
  .p-background__slideTitle {
    min-height: 74px;
    display: grid;
    align-items: center;
  }
}
/* slide controller */
.p-slide_buttonBox {
  min-width: 214px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -48px;
  z-index: 2;
}

.slick-dots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.slick-dots li {
  height: -moz-fit-content;
  height: fit-content;
}

.slick-dots li button {
  width: 48px;
  height: 5px;
  padding: 0;
  background: #b4aba4;
}

.slick-dots .slick-active button {
  background: var(--brown);
}

.slick-dots li button:before {
  content: none;
}

.c-slide_controller {
  margin-left: 20px;
}

.c-slide_controller button {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: block;
  pointer-events: all;
  border: none;
}

[data-js-slide="slickPlay"] {
  display: none !important;
}

.is-pause [data-js-slide="slickPause"] {
  display: none !important;
}

.is-pause [data-js-slide="slickPlay"] {
  display: block !important;
}

/* icon */
.p-slide_controller {
  height: 12px;
  position: absolute;
  right: 68px;
  bottom: 0px;
  left: unset;
}

.p-slide_play {
  position: relative;
  border: none;
  background: none;
}

.p-slide_play::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  top: 8px;
  left: -9px;
  background: var(--main-color);
  clip-path: polygon(95% 50%, 0 0, 0 100%);
}

.p-slide_stop {
  width: 8px;
  height: 12px;
  position: absolute;
  bottom: -7px;
  left: -7px;
  border: none;
  background: none;
}

.p-slide_stop::before,
.p-slide_stop::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 12px;
  background: var(--main-color);
  border-radius: 2px;
}

.p-slide_stop::before {
  left: 0;
}

.p-slide_stop::after {
  right: 0;
}

/* dots */
/* dots全体の位置 */
.slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  bottom: -6px;
  left: 70px;
  text-align: left; /* 左寄せ */
  gap: 10px;
}

/* liの余白 */
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

/* buttonの中身（数字消す） */
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}

/* デフォルトの「・」消す */
.slick-dots li button:before {
  content: "";
}

/* inactive（白い○） */
.slick-dots li button {
  border-radius: 50%;
  background: #eae5e1;
}

/* active（オレンジ●） */
.slick-dots li.slick-active button {
  background: var(--main-color);
}

/* ------------- arrows ------------ */
/* slick標準矢印を消す */
.slick-next:before,
.slick-prev:before {
  display: none !important;
}

/* ---------- 共通設定 ---------- */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 1px solid #eae4e1;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}

/* 円枠（共通） */
.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 2px solid #eae4e1;
  border-radius: 50%;
  background: transparent;
}

/* ▶ 三角（共通） */
.slick-prev::after,
.slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #eae4e1;
}

/* hover時（共通） */
.slick-prev:hover,
.slick-next:hover {
  background: #eae4e1;
  opacity: 1;
}

.slick-prev:hover::before,
.slick-next:hover::before {
  background: #eae4e1;
  border-color: #eae4e1;
}

.slick-prev:hover::after,
.slick-next:hover::after {
  border-color: transparent transparent transparent var(--sub-color);
}

/* 右矢印 */
.slick-next {
  right: 0;
}

.slick-next::after {
  transform: translate(-35%, -50%);
}

/* 左矢印 */
.slick-prev {
  left: 0;
}

.slick-prev::after {
  transform: translate(-65%, -50%) rotate(180deg);
}

/* ----------------------------------------------------------
    oneday
---------------------------------------------------------- */
.p-oneday {
  margin-top: 148px;
}
.p-oneday .p-line-heading {
  margin-bottom: 30px;
}
.p-oneday .p-lead02 {
  color: var(--sub-color);
}

.p-oneday::after {
  content: none;
}

.p-oneday__image {
  max-width: 900px;
  margin: 30px auto 0;
}

.p-oneday__peaktime {
  max-width: 940px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 217px 1fr;
  align-items: center;
  gap: 50px;
}

.p-oneday__left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-oneday__circle {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.p-oneday__circle::before {
  content: "";
  display: block;
  width: 46px;
  height: 40px;
  background: url("/recruit/img/img_crown.png") no-repeat center/contain;
  position: absolute;
  top: -8px;
  right: 13px;
}

.p-oneday__title {
  width: 120%;
  font-size: 18px;
  font-weight: bold;
  color: var(--sub-color);
  text-align: center;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-oneday__title span {
  font-weight: bold;
}

.p-oneday__list {
  margin: 41px 0 0 31px;
}

.p-oneday__list li {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: var(--sub-color);
  margin: 0 0 10px 0;
}

.p-oneday__star {
  position: relative;
}

.p-oneday__star::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -29px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("/recruit/img/img_star.png") no-repeat 0 0 / contain;
}

.p-oneday__desc {
  margin: 0;
}

@media only screen and (max-width: 984px) {
  .p-oneday {
    margin-top: 42px;
  }
  .p-oneday::before {
    top: -134px;
  }
}
@media only screen and (max-width: 767px) {
  .p-oneday__inner {
    padding-bottom: 50px;
  }
  .p-oneday__image {
    max-width: 500px;
  }
  .p-oneday__peaktime {
    grid-template-columns: 1fr;
    gap: 19px 0;
  }
  .p-oneday__left {
    justify-content: center;
  }
  .p-oneday__list li {
    font-size: 15px;
  }
}
/* ----------------------------------------------------------
    growth
---------------------------------------------------------- */
.p-growth {
  padding-top: 70px;
}

.p-growth .p-lead02 {
  color: var(--sub-color);
}

.p-growth__card__wrapper {
  margin: 50px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
  position: relative;
  z-index: 1;
}

.p-growth__card__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 17px;
  width: 346px;
  height: 145px;
  background: url(/recruit/img/bg_growth01.png) no-repeat center/346px auto;
}

.p-growth__card {
  min-height: 480px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: start;
  z-index: 1;
}

.p-growth__body {
  margin: 0 auto;
  padding: 16px 20px 0;
}

.p-growth__title {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.p-growth__title--main {
  color: var(--main-color);
}

.p-growth__title {
  color: var(--main-color);
}

.p-growth__list {
  margin: 0;
  padding: 0;
  width: 100%;
}

.p-growth__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 17px;
}

.p-growth__key {
  width: 100%;
  max-width: 60px;
  display: inline-block;
  background: #eae5e1;
  color: var(--sub-color);
  font-weight: bold;
  padding: 5px 6px;
  margin-right: 10px;
  text-align: center;
  line-height: 1;
  position: relative;
}

.p-growth__key::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
  background-color: #eae5e1;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.p-growth__desc {
  color: var(--sub-color);
  font-weight: normal;
}

.p-growth__line {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 240px;
  z-index: 2;
}

.p-growth__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background: url("/recruit/img/growth_curve_pc.png") no-repeat center/100% auto;
  pointer-events: none;
}

.p-growth__text-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 0 auto;
}

.p-growth__text {
  color: var(--sub-color);
}

.p-growth__text.--strong {
  margin-bottom: 5px;
  font-size: 18px;
  display: block;
  font-weight: bold;
}

@media only screen and (min-width: 901px) {
  .p-growth__card:first-of-type {
    margin-top: 140px;
  }
  .p-growth__card:nth-of-type(2) {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1100px) {
  .p-growth__card__wrapper {
    gap: 0 10px;
  }
}
/* SPレイアウト */
@media only screen and (max-width: 900px) {
  .p-growth {
    padding-top: 0;
  }
  .p-growth__card__wrapper {
    max-width: 780px;
    margin: 25px auto 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-growth__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-growth__body {
    width: 94%;
  }
  .p-growth__card__wrapper::before {
    content: none;
  }
  .p-growth__line {
    height: auto;
    bottom: -100px;
  }
  .p-growth__line::before {
    height: auto;
    min-height: 80px;
    background: url(/recruit/img/growth_curve_sp.png) no-repeat center/auto 100%;
  }
  .p-growth__text.--strong {
    text-align: center;
  }
  .p-growth__text {
    text-align: left;
  }
  .p-growth__text-wrap {
    margin: 120px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-growth__body {
    width: 100%;
  }
  .p-growth__card {
    min-height: unset;
  }
  .p-growth__title {
    font-size: 20px;
    margin: 0 0 18px 0;
  }
  .p-growth__key {
    margin-right: 17px;
  }
}
/* ----------------------------------------------------------
    career
---------------------------------------------------------- */
.p-career__wrapper {
  padding-bottom: 149px;
  overflow: hidden;
}

.p-career__box {
  padding: 0 20px;
}

.p-career {
  padding: 120px 0 115px;
}
.p-career .p-lead02 {
  color: var(--sub-color);
}

.p-career::before {
  top: unset;
  bottom: -70px;
  left: 9px;
  clip-path: unset;
  aspect-ratio: 449/537;
  width: 100%;
  height: auto;
  max-width: 449px;
  background: url(/recruit/img/bg_voice01.png) no-repeat center/449px auto;
  z-index: 5;
}

.p-career__inner {
  max-width: 1000px;
  padding: 50px 50px 70px;
  background: #fff;
  border-radius: 20px;
}

.p-career__text {
  margin-top: 70px;
  color: var(--sub-color);
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-career {
    padding: 50px 0;
  }
  .p-career__inner {
    padding: 30px 20px 20px;
  }
  .p-career::before {
    bottom: -75px;
    max-width: 210px;
    background: url(/recruit/img/bg_voice01_sp.png) no-repeat center/210px auto;
  }
}
/* tree */
.p-career-tree {
  width: 100%;
  margin-top: 70px;
  padding: 52px 0 0;
  position: relative;
}

.p-career-tree::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 900/847;
  background: url(/recruit/img/img_career-map_pc.png) no-repeat 0 0/100% auto;
  z-index: 2;
}

.p-career-tree__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px 25px;
  position: relative;
  z-index: 3;
}

.p-career__card {
  width: 100%;
  padding: 18px;
  background-color: #ffffff;
  border: 2px solid var(--main-color);
  border-radius: 20px;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.p-career__card::before,
.p-career__card::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 56px;
}

.p-career__card:nth-of-type(1)::before {
  top: -12px;
  left: -13px;
  background: url(/recruit/img/img_career-map_leaves01.png) no-repeat 0 0/60px
    auto;
}

.p-career__card:nth-of-type(1)::after {
  bottom: -26px;
  left: -10px;
  background: url(/recruit/img/img_career-map_leaves02.png) no-repeat 0 0/55px
    auto;
  transform: rotate(355deg);
}

.p-career__card:nth-of-type(2)::before {
  top: -12px;
  left: -13px;
  background: url(/recruit/img/img_career-map_leaves03.png) no-repeat 0 0/68px
    auto;
}

.p-career__card:nth-of-type(2)::after {
  top: 43%;
  right: -48px;
  background: url(/recruit/img/img_career-map_leaves04.png) no-repeat 0 0/34px
    auto;
}

.p-career__card:nth-of-type(3)::before {
  top: -13px;
  right: -26px;
  background: url(/recruit/img/img_career-map_leaves05.png) no-repeat 0 0/54px
    auto;
}

.p-career__card:nth-of-type(3)::after {
  bottom: -6px;
  left: -32px;
  transform: rotate(264deg) scale(1, -1);
  background: url(/recruit/img/img_career-map_leaves02.png) no-repeat 0 0/55px
    auto;
}

.p-career__title {
  font-size: 25px;
  font-weight: bold;
  color: var(--main-color);
}

.p-career__sub {
  margin-bottom: 6px;
  color: var(--sub-color);
  font-weight: bold;
}

.p-career__list {
  min-height: 84px;
}

.p-career__list li {
  margin-bottom: 2px;
  text-align: center;
}

.p-career__list li span {
  padding-left: 12px;
  position: relative;
}

.p-career__list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #f3a77d;
  border-radius: 50%;
}

.p-career__arrow {
  width: 42px;
  height: 44px;
  margin: 10px auto;
  background: url(/recruit/img/img_career-map_arrow.png) no-repeat 0 0/100% auto;
}

.p-career__highlight {
  font-weight: bold;
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 10px;
}

.p-career__badge {
  max-width: 160px;
  margin: 0 auto;
}

.p-career__desc {
  margin-top: -24px;
  background-color: #fef6e2;
  padding: 32px 10px 10px;
  border-radius: 10px;
  text-align: left;
}

.p-career__bottom {
  margin-top: 271px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.p-career__bottom-box {
  min-width: 400px;
  display: inline-block;
  padding: 24px 60px 17px;
  border: 2px solid var(--sub-color02);
  border-radius: 20px;
  background: #fff;
}

.p-career__bottom-title {
  font-size: 25px;
  font-weight: bold;
  color: var(--sub-color02);
}

.p-career__anchor.sp {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 997px) {
  .p-career__inner {
    padding: 50px 20px 70px;
  }
}
@media screen and (max-width: 947px) {
  .p-career__anchor.sp {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
  }
  .p-career__anchor.sp a {
    color: var(--main-color);
    text-decoration: underline;
    font-weight: bold;
  }
  .p-career__anchor.sp a:hover {
    text-decoration: none;
  }
  .p-career__anchor.sp a span {
    position: relative;
  }
  .p-career__anchor.sp a span::after {
    font-family: recop-iconfonts;
    content: "\e870";
    font-size: 15px;
    position: absolute;
    bottom: -22px;
    transform: translateX(-50%);
    left: 50%;
    font-weight: normal;
  }
  .p-career-tree {
    margin-top: 60px;
    padding: 40px 0 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .p-career-tree::before {
    width: 125px;
    left: 50%;
    top: -50px;
    transform: translate(-50%, 0);
    aspect-ratio: 125/140;
    background-image: url(/recruit/img/img_career-map_sp.png);
  }
  .p-career-tree__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p-career__list {
    min-height: unset;
  }
  .p-career__card {
    padding: 15px;
    gap: 29px;
  }
  .p-career__title {
    line-height: 1.3;
  }
  .p-career__sub {
    margin-top: 5px;
    margin-bottom: 4px;
  }
  .p-career__arrow {
    margin: 8px auto;
  }
  .p-career__text {
    margin-top: 40px;
    text-align: left;
  }
  .p-career__bottom {
    margin-top: 40px;
  }
  .p-career__bottom .p-career__sub {
    margin-bottom: 20px;
  }
  .p-career__bottom-box {
    min-width: auto;
    padding: 11px 15px 26px;
  }
  .p-career__card:nth-of-type(3)::after {
    bottom: -26px;
  }
}
/* voice */
.p-voice {
  margin-top: 100px;
  padding: 0 20px;
}
.p-voice .p-line-heading__border {
  filter: brightness(0) invert(1);
}
.p-voice .p-line-heading__main {
  color: #fff;
}

.p-voice__inner {
  margin-top: 105px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-items: center;
  position: relative;
}

.p-voice__inner::before {
  content: "";
  position: absolute;
  top: -142px;
  right: -186px;
  aspect-ratio: 192/265;
  width: 25%;
  max-width: 192px;
  background: url(/recruit/img/bg_voice02.png) no-repeat 0 0/192px auto;
}

.p-voice__card {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 85px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.p-voice__img {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -75px;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-voice__meta {
  text-align: center;
  margin-bottom: 8px;
  color: var(--sub-color02);
  font-weight: bold;
}

.p-voice__title {
  margin: 8px 0 0 0;
  font-size: 20px;
  font-weight: bold;
  color: var(--sub-color);
  text-align: center;
}

.p-voice__line {
  width: 100%;
  height: 2px;
  margin: 6px auto 14px auto;
  border-top: 2px dashed var(--main-color);
}

.p-voice__desc {
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .p-voice {
    margin-top: 50px;
  }
  .p-voice__inner {
    margin-top: 99px;
    grid-template-columns: 1fr;
    gap: 90px;
    justify-items: center;
  }
  .p-voice__card {
    max-width: 400px;
  }
  .p-voice__inner::before {
    width: 53%;
    max-width: 110px;
    aspect-ratio: 110/83;
    top: -95px;
    right: -7px;
    background: url(/recruit/img/bg_voice02_sp.png) no-repeat 0 0/110px auto;
  }
}
/* ----------------------------------------------------------
    jinji
---------------------------------------------------------- */
.p-jinji {
  margin-top: -150px;
  /* padding: 499px 0; */
  padding: 26.5vw 0;
  position: relative;
  overflow: hidden;
  /* 上下で画像を分ける */
  background-image:
    url("/recruit/img/bg_jinji01.jpg"), url("/recruit/img/bg_jinji02.jpg");
  background-repeat: no-repeat, no-repeat;
  /* 上半分と下半分に配置 */
  background-size:
    100% auto,
    100% auto;
  /* background-position:0 top,0 770px; */
  background-position:
    0 top,
    0 bottom;
  position: relative;
}
.p-jinji .p-asymmetry::before,
.p-jinji .p-asymmetry::after {
  content: none;
}

.p-jinji::before {
  content: none;
}

.p-jinji__bg::before,
.p-jinji__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  top: -149px;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  background: url(/recruit/img/bg_light-carpet.png) repeat 0 0/250px auto;
  transform: scaleX(-1);
  z-index: 1;
}

.p-jinji__bg::after {
  top: unset;
  bottom: -150px;
  transform: scaleY(-1);
}

.p-jinji__bg {
  width: 100%;
  min-height: 500px;
  position: relative;
  background: url(/recruit/img/bg_light-carpet.png) repeat 0 0/250px auto;
}

.p-jinji__inner {
  width: 96%;
  max-width: 900px;
  padding: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 10, 0.2);
  color: var(--sub-color);
  text-align: center;
  z-index: 2;
}

.p-jinjiMessage__head {
  max-width: 500px;
  margin: 0 auto 50px;
}

.p-jinjiMessage__lead {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 25px;
  line-height: 1.1;
}
.p-jinjiMessage__lead span {
  margin-top: 15px;
  display: inline-block;
  background: linear-gradient(to bottom, transparent 0 60%, #ffeadc 40% 100%);
}

.p-jinjiMessage__lead .p-jinjiMessage__lead--sub {
  display: block;
  margin-top: 8px;
  color: #bc6d24;
  font-weight: normal;
}

.p-jinjiMessage__body {
  margin-bottom: 32px;
}

.p-jinjiMessage__sign {
  margin: 38px auto 40px;
}

.p-jinjiMessage__sign dt {
  font-weight: bold;
  display: inline;
}

.p-jinjiMessage__sign dd {
  display: inline;
  margin-left: 6px;
}

.p-jinjiMessage__future {
  margin-bottom: 30px;
  text-align: center;
}

.p-jinjiMessage__future-main {
  max-width: 639px;
  margin: 80px auto;
}

.p-jinjiMessage__footer {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1697px) {
  .p-jinji__bg {
    min-height: 1035px;
  }
}
@media only screen and (min-width: 985px) and (max-width: 1230px) {
  .p-jinji {
    padding: 35.5vw 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .p-voice__inner::before {
    top: -132px;
    right: -70px;
    background-size: 162px auto;
  }
  .p-career::before {
    bottom: -94px;
    left: -90px;
    background-size: 329px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 984px) {
  .p-jinji {
    padding: 25.5vw 0;
  }
}
@media only screen and (max-width: 984px) {
  .p-jinji__bg::before,
  .p-jinji__bg::after {
    clip-path: polygon(390% 0%, 0% 100%, 100% 100%);
  }
}
@media (max-width: 767px) {
  .p-jinji__inner {
    width: 90%;
    padding: 42px 20px 20px;
  }
  .p-jinji__bg {
    min-height: 1005px;
  }
  .p-jinjiMessage__head {
    margin-bottom: 20px;
  }
  .p-jinjiMessage__lead {
    line-height: 0.9;
  }
  .p-jinjiMessage__lead span {
    font-size: 18px;
    background: linear-gradient(to bottom, transparent 0 50%, #ffeadc 50% 100%);
  }
  .p-jinjiMessage__body {
    text-align: left;
  }
  .p-jinjiMessage__future-main {
    margin: 50px auto;
  }
  .p-jinjiMessage__footer {
    font-size: 18px;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .p-jinji {
    padding: 37.5vw 0;
  }
}
/* ----------------------------------------------------------
    faq
---------------------------------------------------------- */
.p-faq::after {
  content: none;
}

.p-faq_listWrapper {
  display: grid;
}

.p-faq_list {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}

.p-faq_list dt {
  padding: 0 53px 0 0;
  cursor: pointer;
  display: grid;
  grid-template-columns: 30px 1fr;
  font-weight: bold;
  position: relative;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: var(--sub-color);
  -webkit-tap-highlight-color: transparent;
}

.p-faq_aIcon {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  color: var(--sub-color02);
}

.p-faq_list dd {
  margin-top: 12px;
  padding: 15px 20px;
  gap: 20px;
  background: #e9f3f9;
  border-radius: 10px;
  display: none;
}

.p-faq_list dd > div {
  display: grid;
  grid-template-columns: 41px 1fr;
}

.p-faq_list .accordionBtn_sp {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: calc(50% - 18px);
}

.p-faq_list .accordionBtn_sp::before {
  font-family: recop-iconfonts;
  content: "\e815";
  color: var(--main-color);
  font-size: 30px;
  cursor: pointer;
}

.p-faq_list .is-open .accordionBtn_sp::before {
  content: "\e823";
}

.accordionBtn_sp::after {
  content: "クリック・タップで開きます";
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.is-open .accordionBtn_sp::after {
  content: "クリック・タップで閉じます";
}

@media only screen and (min-width: 768px) {
  .p-faq_heading02 {
    margin-bottom: 20px;
  }
  .p-faq_listWrapper {
    margin-top: 70px;
    gap: 30px;
  }
  .p-faq_qIcon {
    font-size: 25px;
  }
  .p-faq_aIcon {
    font-size: 25px;
  }
  .p-faq_aIcon + p {
    padding-top: 8px;
  }
  .p-faq_list dt {
    font-size: 18px;
    gap: 8px;
    pointer-events: none;
  }
  .p-faq_list dd {
    display: block;
  }
  .p-faq_list .accordionBtn_sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq__inner {
    padding-bottom: 50px;
  }
  .p-faq_heading02 {
    margin-bottom: 30px;
  }
  .p-faq_listWrapper {
    margin-top: 10px;
    gap: 10px;
  }
  .p-faq_wrapper {
    padding: 0 30px;
  }
  .p-faq_list {
    padding: 15px;
    border-radius: 15px;
  }
  .p-faq_list dd {
    padding: 23px 14px;
  }
  .p-faq_list dd > div {
    gap: 7px;
    grid-template-columns: 26px 1fr;
  }
  .p-faq_qIcon {
    margin-top: -6px;
    font-size: 25px;
  }
  .p-faq_aIcon {
    margin-top: -10px;
    font-size: 25px;
  }
  .p-faq_list dt {
    padding: 0 60px 0 0;
    grid-template-columns: 20px 1fr;
    gap: 15px;
    align-items: start;
    font-size: 18px;
  }
  .p-faq_list .accordionBtn_sp {
    top: -1px;
    right: 0;
  }
}
/* ----------------------------------------------------------
    step
---------------------------------------------------------- */
.p-step {
  margin-bottom: 200px;
  padding-top: 70px;
}

.p-step__inner {
  padding: 50px 20px;
}

.p-step__text {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: right;
}

.p-step_intern {
  margin: 120px auto 100px;
}

.p-step_intern__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: var(--sub-color);
}
.p-step_intern__title span {
  margin-left: 20px;
  position: relative;
}
.p-step_intern__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -29px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/recruit/img/img_clover.png) no-repeat 0 0 / contain;
}

.p-stepEntry__desc {
  text-align: center;
  margin-bottom: 18px;
  font-weight: bold;
}

.p-stepEntry__btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 28px;
  height: 64px;
  background: var(--sub-color02);
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  position: relative;
}

.p-stepEntry__btn-label {
  display: block;
  text-align: center;
  width: 100%;
}

.p-stepEntry__btn-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 47%;
  transform: translateY(-50%);
  background: url(/recruit/img/ic_outside-link.png) no-repeat 0 0/20px auto;
}

@media (max-width: 767px) {
  .p-step {
    margin-bottom: 130px;
    padding-top: 0;
  }
  .p-step__text {
    margin-bottom: 25px;
    text-align: left;
  }
  .p-stepEntry__btn {
    height: 70px;
    font-size: 20px;
    padding: 0 44px;
  }
  .p-stepEntry__desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .p-step__img {
    max-width: 270px;
    margin: 0 auto;
  }
  .p-step_intern {
    margin: 45px auto 50px;
  }
  .p-step_intern__title {
    margin-bottom: 16px;
  }
}
/* ----------------------------------------------------------
    footer
---------------------------------------------------------- */
#main .space {
  padding-bottom: 80px;
}

#footer .content {
  background-color: #242424;
}

#footer .content .free {
  width: 86%;
  color: #fff;
  height: 80px;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  #footer .content .free {
    height: 110px;
  }
  #main .space {
    padding-bottom: 110px;
  }
}
#footer .content .free a {
  color: #fff !important;
}

/* ----------------------------------------------------------
    pagetop
---------------------------------------------------------- */
.p-pagetop.fixed {
  position: fixed;
  bottom: 10px;
  z-index: 100;
}

.p-pagetop {
  position: absolute;
}

.p-pagetop a {
  max-width: 70px;
}

@media only screen and (min-width: 768px) {
  .p-pagetop {
    bottom: 88px;
    right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .p-pagetop {
    bottom: 113px;
    right: 3%;
  }
}
