@charset "UTF-8";
/**
 * ENGINE
 * v0.2 | 20150615
 * License: none (public domain)
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* outline: none; */
  -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
textarea,
button,
select {
  font-family: inhert;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  text-indent: .01px;
  -o-text-overflow: '';
     text-overflow: '';
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

select::-ms-expand {
  display: none;
}

code,
pre {
  font-family: monospace;
  font-size: 1em;
}

body#pagetop {
  -webkit-text-size-adjust: 100%;
}

body, #header {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }

/*=======================================

    こちらにLPページの個別cssを記述してください。

=======================================*/
:root {
    --color-primary: #9A0040;
    --color-secondary: #EFE8D6;
    --color-family: #EFE8D6;
    --color-base: #363636;
}

/* アイコンフォント */
@font-face {
    font-family: recop-iconfonts;
    src: url("/brand-jobfind/asset/css/option/font/recop-iconfont.eot") format("eot"), url("/brand-jobfind/asset/css/option/font/recop-iconfont.woff") format("woff"), url("/brand-jobfind/asset/css/option/font/recop-iconfont.ttf") format("truetype");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-size: 16px !important;
    line-height: 1.7;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

p {
    text-align: justify;
}

button {
    border: none;
    background-color: transparent;
    font-family: inherit;
    color: inherit;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s;
}

a:hover, 
button:hover {
    opacity: .7;
    text-decoration: none !important;
}

/* iPhoneフリーワード検索角丸対策 */
input {
    -webkit-appearance: none;
    border-radius: 0;
}

/* 初期設定リセット */
div#container, 
#header .content, 
#main .content {
    width: 100%;
}

/* ユニバーサルデザイン */
.accordionBtn::after {
    content:"クリック・タップで開きます";
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
    clip: rect(1px, 1px, 1px, 1px);
}

.accordionBtn.active::after {
    content:"クリック・タップで閉じます";
}

.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;
}

/* 共通要素（可変） */
.cnt {
    padding: 0 20px;
    max-width: 1140px; 
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .cnt {
        padding: 0 15px;
    }
}

/* 改行 */
span.pc {
    display: block;
}

@media screen and (max-width: 767px) {
    span.sp {
        display: block;
    }

    span.pc {
        display: inline;
    }
}

/* 共通見出し（h2） */
.h2-wrapper {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0 auto 30px auto;
}

.h2-wrapper h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 30px;
	white-space: nowrap;
	position: relative;
}

.h2-wrapper::before,
.h2-wrapper::after {
	content: "";
	flex: 1;
	height: 2px;
	background-color: var(--color-primary);
}

@media screen and (max-width: 767px) {
    .h2-wrapper h2 {
        margin: 0 20px;
        font-size: 24px;
    }
}

/* 共通飾り：左上の和柄 */
.deco {
    position: relative;
}

.deco::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url("/career/img/deco02.png") no-repeat center/contain;
	position: absolute;
	left: 5px;
	top: 5px;
    transition: all .3s;
}

a.deco:hover::before {
    background: url("/career/img/deco08.png") no-repeat center/contain;
}

/* 共通ボタン */
.btn {
	display: block;
	background-color: var(--color-primary);
	color: #fff;
	height: 70px;
    line-height: 66px;
    padding: 0 40px;
    width: 100%;
	position: relative;
	font-weight: bold;
	text-align: center;
    font-size: 20px;
    border: 2px solid var(--color-primary);
}

.btn::after {
	content: "\E841";
    font-family: recop-iconfonts;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: normal;
    transition: all .3s;
}

/* ホバーアクション */
.btn:hover {
	background-color: #fff;
	color: var(--color-primary) !important;
	opacity: 1;
}

.btn:hover::after {
    color: var(--color-primary);
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 18px;
        height: 60px;
        line-height: 56px;
    }
}

/**************************************************************
	header
***************************************************************/
#h_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #FFF;
    gap: 45px;
}

.header-logo {
    display: inline-block;
    max-width: none;
    width: 140px;
    margin-left: calc((100% - 1600px) / 2);
    padding: 0;
}

.header-logo a {
    width: 100%;
    display: block;
}

.header-logo a img {
    width: 140px;
}

.nav-area {
    flex: 1;
}

.open-button, 
.js-reader-button, 
nav p.screen-reader-text {
    display: none;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    width: 100%;
}

.nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    pointer-events: none;
    font-weight: bold;
}

.nav-list li {
    position: relative;
    pointer-events: auto;
}

.nav-list li a {
    transition: all .3s;
    color: var(--color-base) !important;
    height: 100%;
    padding: 0 15px;
}

.nav-list li a span {
    position: relative;
}

/* ホバーアクション */
.nav-list li a:hover {
    opacity: 1;
}

.nav-list li a::after {
    transition: opacity .3s;
    opacity: 0;
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    height: 2px;
    bottom: -1px;
    content: "";
    background-color: var(--color-primary);
}

.nav-list li a:hover::after {
    opacity: 1;
}

/* 求人検索ボタン */
.cv {
    width: 30%;
}

.btn-cv {
    display: block;
    text-align: center;
    color: #FFF !important;
    background-color: #C6272B;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-weight: bold;
    padding-right: 20px;
    position: relative;
}

.btn-cv::after {
    content: "\E857";
    font-family: recop-iconfonts;
    font-size: 24px;
    line-height: 1.3;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: calc(50% - 100px);
    font-weight: normal;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-list {
    display: none;
}

@media screen and (max-width: 1620px) {
    #h_wrapper {
        gap: 25px;
    }

    .header-logo {
        margin-left: 20px;
    }

    .navigation {
        gap: 15px;
    }

    .nav-list li a {
        font-size: 15px;
        padding: 0 10px;
    }

    .nav-list li:last-child a {
        padding: 0 0 0 10px;
    }

    .cv {
        width: 400px;
    }

    .nav-list li a::after {
        width: calc(100% - 20px);
        left: 10px;
    }
}

@media screen and (max-width: 1280px) {
    #h_wrapper {
        height: 70px;
        position: relative;
    }

    /* 求人検索ボタン */
    .cv {
        width: 70px;
        height: 70px;
        position: fixed;
        right: 70px;
        top: 0;
        background: #fff;
    } 

    .btn-cv {
        height: 70px;
        line-height: 1.4;
        font-size: 13px;
        font-weight: normal;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
        padding-top: 5px;
    }

    .btn-cv::after {
        font-size: 16px;
        width: 20px;
        height: 20px;
        position: static;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .header-logo {
        margin-left: 15px;
    }
}


/**************************************************************
	ハンバーガーボタン
***************************************************************/
@media screen and (max-width: 1280px) {
    .bg-open-button {
        background: #fff;
    }

    .bg-open-button, 
    .open-button {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        width: 70px;
        height: 70px;
        z-index: 1000;
    }

    .open-button {
        background-color: #363636;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    }

    .open-button:hover {
        opacity: 1;
    }

    .open-button::before {
        content: "Menu";
        display: block;
        position: absolute;
        bottom: 10px;
        text-align: center;
        font-size: 14px;
        width: 100%;
        color: #FFF;
        height: 20px;
    }

    .open-button span {
        width: 32px;
        height: 1px;
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        transition: all 0.4s;
        background-color: #FFF;
    }

    .open-button span:nth-last-child(1) {
        top: 18px;
    }
    
    .open-button span:nth-last-child(2) {
        top: 26px;  
    }

    .open-button span:nth-last-child(3) {
        top: 34px;  
    }

    /* 開いているとき */
    .open-button.active {
        background-color: #FFF;
        border: 1px solid var(--color-base);
        color: var(--color-base);
        box-shadow: none;
    }

    .open-button.active::before {
        content: "Close";
        color: var(--color-base);
    }

    .open-button.active span {
        width: 36px;
        background-color: var(--color-base);
    }
    
    .open-button.active span:nth-child(1) {
        transform: rotate(-30deg);
        top: 25px;
    }

    .open-button.active span:nth-child(2) {
        display: none;
    }

    .open-button.active span:nth-child(3) {
        transform: rotate(30deg);
        top: 25px;
    }

    /* ハンバーガーメニュー内 */
    /* ハンバーガーメニューコンテンツ */
    /* オーバレイ */
    .nav-area.is-open {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 990;
        background: rgba(0, 0, 0, .5);
        max-width: none;
    }

    .navigation {
        background-color: #FFF;
        display: block;
        width: 100%;
        max-width: 400px;
        height: 100%;
        transform: translateX(110%);
        padding: 80px 40px 135px;
        z-index: 999;
        position: fixed;
        top: 0;
        right: 0;
        transition: transform 0.4s;
        /* ハンバーガーメニュー内のスクロール制御 */
        overflow-y: auto;
        overscroll-behavior-y: contain; /* スクロールできるコンテンツであれば背面スクロールを無効にする */
        will-change: transform; /* Safariの描画の安定化 */
    }

    .navigation.is-open {
        transform: translateX(0);
    }

    .nav-list {
        position: relative;
        flex-direction: column;
        gap: 0;
        height: auto;
        padding: 0;
    }

    .nav-list li {
        width: 100%;
    }

    .nav-list li:not(:first-child)::before {
        content: none;
    }

    .nav-list li a {
        position: relative;
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 20px;
        display: inline-block;
        text-align: left;
        font-size: 17px;
        border-bottom: #BEB8B3 1px solid;
        color: #000 !important;
    }

    .nav-list li:last-child a {
        padding: 0 0 0 20px;
    }

    /* ホバーアクション */
    .nav-list li a:hover {
        opacity: .6;
    }

    .nav-list li a::before {
        content: "\E837"; 
        font-family: recop-iconfonts;
        font-size: 20px;
        line-height: 1.4;
        font-weight: normal;
        display: block;
        position: absolute;
        width: 15px;
        height: 30px;
        left: 0px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        color: #000;
    }  

    .nav-list li a::after {
        content: none;
    }

    /* スクリーンリーダー用テキスト・ボタン */
    nav p.screen-reader-text, 
    .js-reader-button {
        display: block;
    }

    /* ------------ 採用情報ボタン ------------ */
    .info-list {
        margin-top: 55px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .info-list li a {
        padding: 0 20px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 70px;
        background: url("/lp_common/img/bg-info.png") center / cover no-repeat;
        position: relative;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    .info-list li a::after {
        content: "\E837";
        font-family: recop-iconfonts;
        font-size: 20px;
        line-height: 1.4;
        font-weight: normal;
        display: block;
        position: absolute;
        width: 15px;
        height: 30px;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
}


/**************************************************************
	KV
***************************************************************/
#main {
    margin-top: 100px;
}

@media screen and (max-width: 1280px) {
    #main {
        margin-top: 0;
    }
}

.kv {
    background-color: #EEEEEE;
    position: relative;
}

.kv-image img {
    object-fit: cover;
    width: 100%;
    max-width: 1600px;
    max-height: 760px;
    min-height: 480px;
    margin: 0 auto;
    display: block;
}

/* KVテキスト */
h1.top-title {
    position: absolute;
    background-color: var(--color-base);
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    padding-left: calc((100% - 1600px) / 2);
    bottom: -40px;
    font-size: 14px;
}

h2.kv-catch {
    position: absolute;
    background-color: #EEEEEE;
    padding: 30px 50px 30px calc((100% - 1600px) / 2);
    bottom: 0;
    z-index: 9;
    font-weight: bold;
    font-size: 50px;
}

h2.kv-catch span {
    color: var(--color-primary);
}

@media screen and (max-width: 1620px) {
    .slick-btn {
        right: 10px;
    }

    h1.top-title {
        padding-left: 10px;
    }

    h2.kv-catch {
        padding: 30px 50px;
    }
}

@media screen and (max-width: 1020px) {
    .slick-btn {
        right: 50%;
        transform: translateX(50%);
        bottom: -33px;
    }

    h1.top-title {
        height: 70px;
        line-height: 1.5;
        padding: 15px 0;
        bottom: -70px;
        text-align: center;
    }

    h1.top-title span {
        display: block;
    }

    h2.kv-catch {
        padding: 20px;
        bottom: 100px;
        font-size: 22px;
        line-height: 1.4;
    }
}

/**************************************************************
	KV下のコンテンツ
***************************************************************/
.kv-bottom {
    margin-top: 40px;
}

.brand-list {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-list img {
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 1280px) {
    .brand-list {
        padding: 10px 0;
    }

    .brand-list img {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1020px) {
    .kv-bottom {
        margin-top: 70px;
    }
}

/* こんな方のご応募お待ちしております！ */
.welcoming {
    padding: 70px 0;
    background: #F5F5F5;
    position: relative;
    z-index: 1;
}

.welcoming::before, 
.welcoming::after {
    content: "";
    display: block;
    position: absolute;
    width: 45%;
    max-width: 465px;
    height: 100%;
    z-index: -1;
    top: 0;
}

.welcoming::before {
    background: url("/career/img/bg-welcoming-left.png") no-repeat 100% 50% / cover;
    left: 0;
}

.welcoming::after {
    background: url("/career/img/bg-welcoming-right.png") no-repeat 0% 50% / cover;
    right: 0;
}

.welcoming-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.welcoming-inner {
    position: relative;
    padding: 60px 50px;
	background-color: #fff;
}

/* 四方の飾り */
.welcoming-wrapper::before, 
.welcoming-wrapper::after, 
.welcoming-inner::before, 
.welcoming-inner::after {
    content: "";
    display: block;
    position: absolute;
    background: url("/career/img/deco01.png") no-repeat center / cover;
    width: 60px;
    height: 60px;
    z-index: 2;
}

/* 左上 */
.welcoming-wrapper::before {
    top: 20px;
    left: 30px;
}
/* 右上 */
.welcoming-wrapper::after {
    top: 20px;
    right: 30px;
    rotate: 90deg;
}
/* 左下 */
.welcoming-inner::before {
    bottom: 20px;
    left: 20px;
    rotate: -90deg;
}
/* 右下 */
.welcoming-inner::after {
    bottom: 20px;
    right: 20px;
    rotate: 180deg;
}

.welcoming h2 {
    text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: var(--color-primary);
	margin-bottom: 35px;
}

.welcoming ul {
    max-width: 800px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px 40px;
	justify-content: center;
	padding: 0;
	margin: 0 auto 40px auto;
	list-style: none;
	text-align: left;
    font-size: 20px;
    color: var(--color-base);
}

.welcoming ul li {
	font-weight: bold;
	position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    display: block;
}

.welcoming ul li::after {
    content: "";
    display: block;
    position: absolute;
    background: url("/career/img/brush01.png") no-repeat center / contain;
    width: 100%;
    height: 30px;
    bottom: -15px;
    z-index: -1;
}

.welcoming p {
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 920px) {
    .welcoming {
        padding: 0 0 250px 0;
    }

    .welcoming::before, 
    .welcoming::after {
        width: 100%;
        max-width: none;
        height: 125px;
        top: auto;
    }

    .welcoming::before {
        background: url("/career/img/bg-welcoming-top.png") no-repeat 50% 30% / cover;
        bottom: 125px;
    }

    .welcoming::after {
        background: url("/career/img/bg-welcoming-bottom.png") no-repeat 50% 20% / cover;
        bottom: 0px;
    }

    .welcoming-wrapper {
        padding: 0;
    }

    .welcoming-inner {
        padding: 105px 40px;
    }

    /* 左上 */
    .welcoming-wrapper::before {
        top: 35px;
        left: 15px;
    }
    /* 右上 */
    .welcoming-wrapper::after {
        top: 35px;
        right: 15px;
    }
    /* 左下 */
    .welcoming-inner::before {
        bottom: 35px;
        left: 15px;
    }
    /* 右下 */
    .welcoming-inner::after {
        bottom: 35px;
        right: 15px;
    }

    .welcoming h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .welcoming ul {
        grid-template-columns: 1fr;
        font-size: 16px;
    }

    .welcoming ul li::after{
        width: 200px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}


/**************************************************************
	求人検索
***************************************************************/
.search {
    background: url("/career/img/bg-jobseach.png") center / cover no-repeat;
    padding: 70px 0 100px 0;
    text-align: center;
}

.search-wrapper {
    background-color: #fff;
    padding: 100px 0 120px 0;
    max-width: 1600px;
    margin: 0 auto;
}

.search h3 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	position: relative;
    margin: 0 auto 40px auto;
}

.search h3::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #A7A7A7;
	margin: 6px auto 0;
}

@media screen and (max-width: 767px) {
    .search {
        padding: 80px 0;
    }

    .search-wrapper {
        padding: 40px 0 60px 0;
    }

    .search h3 {
        font-size: 20px;
        margin: 0 auto 30px;
    }

    .search h3::after {
        width: 50px;
        height: 4px;
        margin: 10px auto 0;
    }
}

/* ------------ 職種から求人を探す ------------ */
.job-search {
	margin-top: 100px;
}

.job-list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
    max-width: 820px;
    margin: 0 auto;
}

.job-list li {
    flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
    gap: 20px;
}

/* 吹き出し */
.job-list li span {
	display: inline-block;
	padding: 0px 30px;
    width: 290px;
    margin: 0 auto;
	border: 4px solid var(--color-base);
	border-radius: 30px;
    font-weight: bold;
	position: relative;
	background: #fff;
    height: 50px;
    font-size: 20px;
    line-height: 42px;
}

.job-list li span::before, 
.job-list li span::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.job-list li span::before {
    bottom: -15px;
	width: 25px;
	height: 15px;
	background: var(--color-base);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.job-list li span::after {
    bottom: -12px;
	width: 21px;
	height: 15px;
	background: #FFF;
    clip-path: polygon(50% 88%, 0 0, 100% 0);
}

@media screen and (max-width: 767px) {
    .job-search {
        margin-top: 50px;
    }

    .job-list {
        flex-direction: column;
        gap: 30px;
        max-width: 500px;
    }

    .job-list li span {
        padding: 0px 15px;
        width: 240px;
        font-size: 18px;
    }
}

/**************************************************************
	お任せする仕事
***************************************************************/
.about {
    padding: 100px 0 120px 0;
    background: url("/career/img/bg-about.png") no-repeat bottom / contain;
}

.about-catch {
	margin-bottom: 30px;
}

.about-list {
	display: flex;
	gap: 30px;
	justify-content: center;
}

.about-list li {
	background-color: #6A1816;
	color: #fff;
}

.about-list li img {
    width: 100%;
}

.about-list-text {
	padding: 15px;
}

.about-list-text.deco::before {
    background: url(/career/img/deco03.png) no-repeat center / contain;
}

.about-list-text h3 {
	font-size: 24px;
    font-weight: bold;
    text-align: center;
} 

@media screen and (max-width: 767px) {
    .about {
        padding: 40px 0 80px 0;
    }

    .about-list {
        flex-direction: column;
        gap: 15px;
    }

    .about-list li img {
        width: 100%;
    }
}

/* ------------ 研修 ------------ */
.training {
	background-color: #FFF9F1;
	padding: 40px 10px;
	text-align: center;
	margin-top: 60px;
    max-width: 1100px;
}

.training h3 {
	color: var(--color-primary);
	font-size: 30px;
	font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.training h3::after {
    content: "";
    display: block;
    position: absolute;
    background: url("/career/img/brush02.png") no-repeat center / contain;
    width: 100%;
    height: 32px;
    bottom: -15px;
    z-index: -1;
}

.training-lead {
    max-width: 740px;
    margin: 30px auto 0 auto;
}

.training-list {
	display: flex;
	justify-content: center;
	gap: 20px;
    max-width: 700px;
    margin: 40px auto 0;
}

.training-list li {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.training-list li h4 {
	font-size: 20px;
	font-weight: bold;
    color: var(--color-base);
}

.training-list li img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .training {
        padding: 30px 15px 40px;
        margin: 40px 15px 0;
    }

    .training h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .training-lead {
        max-width: 620px;
        margin: 30px auto 0;
    }

    .training-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 320px;
        margin: 30px auto 0;
        gap: 30px 0;
    }

    .training h3::after {
        width: 240px;
        background: url(/career/img/brush02_sp.png) no-repeat center / contain;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px
    }

    .training-list li h4 {
        font-size: 17px;
    }
}

/**************************************************************
	家族亭で働く魅力
***************************************************************/
.benefits {
    padding: 70px 0 100px;
    background: #654850;
}

.benefits-wrapper {
    background-color: #fff;
    padding: 100px 0 0 0;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

/* 下向き▼ */
.benefits-top {
    position: relative;
}

.benefits-top::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 60px;
    background: #E39699;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}

.benefits-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px 30px;
    position: relative;
}

.benefits-list li {
	background-color: #F5F5F5;
	padding: 20px 20px 40px 20px;
}

.benefits-list_img {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
    /* 逆角丸 */
	-webkit-mask-image:
		radial-gradient(circle at top left, transparent 21px, black 20px),
		radial-gradient(circle at top right, transparent 21px, black 20px),
		radial-gradient(circle at bottom left, transparent 21px, black 20px),
		radial-gradient(circle at bottom right, transparent 21px, black 20px);
	-webkit-mask-composite: destination-in;
	mask-composite: intersect;
}

.benefits-list_img img {
	display: block;
	width: 90px;
	height: 90px;
	object-fit: contain;
}

.benefits-list h3 {
    text-align: center;
    font-weight: bold;
    width: 100%;
    line-height: 1.3;
    height: 70px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    font-size: 18px;
    color: var(--color-base);
}

.benefits-list li p {
    position: relative;
}

.benefits-list li p::before {
    content: "";
    display: block;
    position: absolute;
    background: url("/career/img/deco04.png") no-repeat center / contain;
    width: 60px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

@media screen and (max-width: 980px) {
    .benefits-list {
        display: flex;
        flex-wrap: nowrap;
        margin-left: 15px;
        padding: 0 0 30px 0;
        gap: 20px;
    }

    .benefits-list li {
        width: 300px;
		flex-shrink: 0;
        padding: 20px 20px 40px 20px;
    }

    .benefits-list li:last-of-type {
        margin-right: 15px;
    }

    .benefits-list_img {
        height: 130px;
    }
}

@media screen and (max-width: 767px) {
    .benefits {
        padding: 80px 0;
    }

    .benefits-wrapper {
        padding: 40px 0 0 0;
    }

    .benefits-top::before {
        bottom: -90px;
    }
}

/* ------------ こんな働き方が可能です ------------ */
.work-style {
    margin-top: 140px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

/* 背景画像 */
.work-style::before, 
.work-style::after {
    width: 100%;
    height: calc((100% - 70px) / 2);
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    width: 400px;
}

.work-style::before {
    background: url("/career/img/bg-workstyle-right.png") no-repeat center / cover;
    top: 70px;
    right: 0;
}

.work-style::after {
    background: url("/career/img/bg-workstyle-left.png") no-repeat center / cover;
    bottom: 0;
    left: 0;
}

.work-style_title {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 吹き出し */
.work-style_title span:not(.sp) {
    width: 310px;
    margin: 0 auto;
    border: 4px solid #000;
    border-radius: 30px;
    font-weight: bold;
    position: relative;
    background: #fff;
    height: 50px;
    line-height: 42px;
    font-size: 20px;
}

.work-style_title span:not(.sp)::before, 
.work-style_title span:not(.sp)::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.work-style_title span:not(.sp)::before {
    bottom: -17px;
    width: 25px;
    height: 15px;
    background: #000;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.work-style_title span:not(.sp)::after {
    bottom: -14px;
    width: 21px;
    height: 15px;
    background: #FFF;
    clip-path: polygon(50% 88%, 0 0, 100% 0);
}

.work-style_title h3 {
    font-size: 30px;
    font-weight: bold;
    color: var(--color-primary);
    position: relative;
}

/* \\両端の飾り// */
.work-style_title h3::before, 
.work-style_title h3::after {
    content: "";
    position: absolute;
    background: var(--color-primary);
    width: 44px;
    height: 3px;
    border-radius: 5px;
    top: 23px;
}

.work-style_title h3::before {
    left: calc(50% - 330px);
    rotate: 55deg;
}

.work-style_title h3::after {
    right: calc(50% - 330px);
    rotate: -55deg;
}

.work-style-list {
    max-width: 1100px;
    margin: 70px auto 0 auto;
    position: relative;
    z-index: 1;
}

.work-style-list > li {
	display: flex;
    margin-right: auto;
	gap: 50px;
    justify-content: center;
    max-width: 960px;
    padding: 0 20px;
}

.work-style-list > li:nth-child(2n) {
    margin-left: auto;
    margin-right: 0;
    margin-top: 120px;
}

.before,
.after {
	padding: 70px 30px 40px 30px;
	border: 2px solid #BEB8B3;
	background-color: #F5F5F5;
	position: relative;
}

.before {
    width: 35%;
}

.before::before {
    content: "";
    display: block;
    position: absolute;
    background: var(--color-primary);
    width: 25px;
    height: 70px;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.after {
	background-color: #FFF9F1;
    width: 65%;
    position: relative;
}

.after::before {
    content: "";
    display: block;
    position: absolute;
    background: url("/career/img/deco05.png") no-repeat center / contain;
    width: 36px;
    height: 36px;
    right: calc(50% - 85px);
    top: -40px;
    transform: translateY(-50%);
}

.before-tag,
.after-tag {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}

.before-tag {
    background: #654850;
	width: 100px;
	height: 100px;
    font-size: 18px;
}

.after-tag {
    background: var(--color-primary);
    width: 120px;
	height: 120px;
    font-size: 22px;
    gap: 3px;
}

.tag-en {
    font-size: 14px;
}

.work-style-list_title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.work-style-list_title img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.work-style-list_title h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #654850;
}

.work-style-list_title h4 span {
    display: inline-block;
}

.after .work-style-list_title h4 {
    font-size: 24px;
    color: var(--color-primary);
    position: relative;
    z-index: 1;
}

.after .work-style-list_title h4::after {
    content: "";
    display: block;
    position: absolute;
    background: url("/career/img/brush02_sp.png") no-repeat 0 0 / contain;
    width: 100%;
    height: 40px;
    bottom: -25px;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .work-style {
        margin-top: 115px;
        padding-bottom: 50px;
    }

    /* PC背景画像 */
    .work-style::before, 
    .work-style::after {
        content: none;
    }

    .work-style_title span:not(.sp) {
        font-size: 16px;
        height: 40px;
        line-height: 32px;
        width: 260px;
    }

    .work-style_title h3 {
        font-size: 26px;
        line-height: 1.3;
    }

    /* \\両端の飾り// */
    .work-style_title h3::before, 
    .work-style_title h3::after {
        width: 95px;
        height: 3px;
        top: 50px;
    }

    .work-style_title h3::before {
        left: calc(50% - 180px);
    }

    .work-style_title h3::after {
        right: calc(50% - 180px);
    }

    .work-style-list > li {
        padding: 0 15px;
        flex-direction: column;
        align-items: center;
        gap: 110px;
        position: relative;
    }

    /* SP背景画像 */
    .work-style-list > li:first-child:before, 
    .work-style-list > li:first-child:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100px;
        bottom: -130px;
    }

    .work-style-list > li:first-child:before {
        left: 0;
        background: url("/career/img/bg-workstyle.jpg") no-repeat center / cover;
    }

    .work-style-list > li:first-child:after {
        content: none;
    }

    .work-style-list > li:nth-child(2n) {
        margin-top: 170px;
    }

    .before {
        width: 290px;
        max-width: calc(100% - 50px);
    }

    .before::before {
        width: 70px;
        height: 30px;
        right: auto;
        left: 50%;
        top: auto;
        bottom: -2px;
        transform: translate(-50%, 100%);
        clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    }

    .after {
        width: 505px;
        max-width: 100%;
    }

    .work-style-list_title h4 {
        font-size: 18px;
    }

    .after .work-style-list_title h4 {
        font-size: 20px;
        color: var(--color-primary);
        position: relative;
        z-index: 1;
    }
}


/**************************************************************
	数字で分かる家族亭
***************************************************************/
.number {
    padding: 100px 0 100px 0;
    background: url(/career/img/bg-about.png) no-repeat bottom / contain;
}

.number-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.number-list li {
	background: #fff;
	border: 2px solid #BEB8B3;
	padding: 40px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: space-between;
	gap: 30px;
    width: calc((100% - 60px) / 3);
}

.number-list li h3 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-base);
}

.number-list li h3::after {
    content: "";
    display: block;
    position: absolute;
    background: url(/career/img/deco04.png) no-repeat center / contain;
    width: 60px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.number-list li p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.number-list li p img {
	display: block;
	max-width: 100%;
	max-height: 245px;
    width: auto;
    object-fit: contain;
}

.number-list li p span {
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .number {
        padding: 40px 0 80px 0;
    }

    .number-list {
        flex-direction: column;
        gap: 20px;
    }

    .number-list li {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

/**************************************************************
	インタビュー（テンプレ使用）
***************************************************************/
.interview {
    padding: 100px 0 120px 0;
    background: #F5F5F5;
    overflow: hidden;
}

.interview-wrapper {
    margin-bottom: 190px; /* 120（余白） + 70（ボタン） */
    position: relative;
    z-index: 1;
}

/* 最後だけ余白調整 */
.interview > div.interview-wrapper:last-of-type {
	margin-bottom: 70px; /* 70（ボタン） */
}

.interview-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    background: url("/career/img/deco06.png") no-repeat top / contain;
    width: 30%;
    max-width: 640px;
    aspect-ratio: 64/59;
    top: 100px;
    left: 0;
    transform: translateX(-50%);
    z-index: 3;
}

.interview-kv {
	position: relative;
	max-width: 1720px;
	margin: 0 auto;
    margin-bottom: 180px; 
}

.interview-kv_img {
    margin-left: auto;
	width: 60%;
    height: 900px;
}

.interview-kv_img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
	display: block;
}

.interview-title {
	position: absolute;
	left: 0px;
	top: 350px;
	background: rgba(54, 54, 54, .9);
	color: #fff;
	padding: 70px 60px 70px 20px;
	width: 60%;
	z-index: 2;
}

.interview-title-inner {
    margin-left: 240px;
}

.interview-title h3 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
    padding-left: 10px;
}

.interview-title-inner > p {
	margin-bottom: 50px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.profile {
	background: var(--color-base);
	padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.profile::before {
    content: "";
    display: block;
    position: absolute;
    background: url("/career/img/deco04.png") no-repeat center / cover;
    width: 190px;
    height: 70px;
    top: 0;
    transform: translateY(-50%);
    right: -25px;
    z-index: 2;
}

.profile > p:first-of-type {
	font-weight: bold;
	margin-bottom: 15px;
    font-size: 18px;
}

@media screen and (max-width: 1720px) {
    .interview-title-inner {
        margin-left: calc(50vw - 575px);
    }
}

@media screen and (max-width: 1180px) {
    .interview-title-inner {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1020px) {
    .interview-wrapper::before {
        top: 120px;
        left: 40px;
        transform: translateX(-100%);
        width: 230px;
    }

    .interview-kv {
        margin-bottom: 30px; 
    }

    .interview-kv_img {
        width: calc(100% - 40px);
        max-height: 500px;
        height: auto;
    }

    .interview-kv_img img {
        max-height: 500px;
        height: auto;
        object-position: 50% 0%;
    }

    .interview-title {
        position: relative;
        width: calc(100% - 15px);
        margin-top: -40px;
        top: auto;
        padding: 40px 0 0 40px;
    }

    .interview-title-inner {
        width: 100%;
    }

    .interview-title h3 {
        font-size: 24px;
        padding-left: 0px;
        padding-right: 25px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .interview-title-inner > p {
        padding-left: 0px;
        padding-right: 40px;
        font-size: 16px;
        margin-bottom: 40px;
        text-align: left;
    }

    .profile::before {
        width: 110px;
        height: 40px;
        right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .interview {
        padding: 40px 0 80px 0;
    }

    .interview-wrapper {
        margin-bottom: 195px;
    }

    /* 最後だけ余白調整 */
    .interview > div.interview-wrapper:last-of-type {
        margin-bottom: 135px;
    }
}

/* ------------ アコーディオン ------------ */
.c-interview_accordion {
    position: relative;
}

.c-interview_accDetail {
    height: 0; /* 閉じたときの高さ★適宜調整 */
    overflow: hidden; /* display: none はNG */
    margin: 0 auto;
    position: relative;
    transition: height .3s;
}

.c-interview_accDetail.animating {
    transition: height 0.6s ease;
}

/* 一人目だけ初期表示 */
.interview > div.interview-wrapper:nth-of-type(2) .c-interview_accDetail {
	height: auto;
    overflow: auto;
}

/* ------------ インタビューの中身 ------------ */
.interview-content-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto 80px auto;
}

.interview-content-list li {
    display: flex;
    gap: 60px;
    align-items: center;
}

.interview-content-list li:nth-child(2n) {
    flex-direction: row-reverse;
}

.interview-content-list li img {
    width: calc(50% - 60px);
}

.interview-content-text {
    width: 50%;
}

.interview-content-text h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--color-primary);
}

/* 二人目:左右逆 */
.interview > div.interview-wrapper:nth-of-type(2n + 1)::before {
    left: auto;
    right: 0;
    transform: translateX(50%);
}

.interview > div:nth-of-type(2n + 1) .interview-kv_img {
    margin-right: auto; 
    margin-left: 0;
}

.interview > div:nth-of-type(2n + 1) .interview-title {
	left: auto;
    right: 0px;
    padding: 70px 20px 70px 60px;
}

.interview > div:nth-of-type(2n + 1) .interview-title-inner {
    margin-left: 0;
    margin-right: calc(50vw - 575px);
}

@media screen and (max-width: 767px) {
    .interview-content-list {
        gap: 30px;
        padding: 0 15px;
        margin: 0 auto 30px auto;
    }

    .interview-content-list li {
        flex-direction: column;
        gap: 30px;
    }

    .interview-content-list li:nth-child(2n) {
        flex-direction: column;
    }

    .interview-content-list li img{
        width: 100%;
    }

    .interview-content-text {
        width: 100%;
    }

    /* 二人目:左右逆リセット */
    .interview > div.interview-wrapper:nth-of-type(2n + 1)::before {
        left: 40px;
        right: auto;
        transform: translateX(-100%);
    }

    .interview > div:nth-of-type(2n + 1) .interview-kv_img {
        margin-right: 0; 
        margin-left: auto;
    }
}

/* ------------ ボタン ------------ */
.interview-btn-wrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    display: flex;
    gap: 30px;
    max-width: 910px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}

.c-interview_accBtn {
    max-width: 340px;
    width: 100%;
    padding: 0 40px;
    height: 70px;
    background: #838280;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    position: relative;
}

.c-interview_accBtn::before {
    font-family: recop-iconfonts;
    content: "\E842";
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-weight: normal;
}

.is-open .interview-btn-wrapper {
    display: none;
}

/* CLOSE */
.interview-btn-wrapper-close {
    display: none;
}

/* OPEN */
.is-open .interview-btn-wrapper-close {
    display: flex;/* 閉じるボタン表示 */
}

.c-interview_accBtn.btn_close::before {
    content: "\E840";
}

/* c-sr_only：スクリーンリーダーには届くが画面上には非表示 */
.c-sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media screen and (max-width: 767px) {
    .interview-btn-wrapper {
        flex-direction: column;
        gap: 15px;
        max-width: 450px;
    }

    .c-interview_accBtn {
        max-width: none;
        height: 60px;
    }
}


/**************************************************************
	FAQ
***************************************************************/
.faq {
    margin-top: 100px;
    margin-bottom: 120px;
}

.faq_list {
    max-width: 1100px;
}

.faq_list dl {
    margin-bottom: 20px;
    border: 1px solid #BEB8B3;
}

.faq_list dt {
    position: relative;
}

.faq_list dt::before {
    content: '';
    display: block;
    position: absolute;
    background: url("/lp_common/img/faq_q.png") 50% / contain no-repeat;
    width: 54px;
    height: 54px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.faq_list dt button {
    font-weight: bold;
    width: 100%;
    min-height: 120px;
    padding: 15px 80px 15px 115px;
    text-align: left;
    font-size: 18px;
    line-height: 1.7;
}

.faq_list button::before {
    content: "\E813";
    font-family: recop-iconfonts;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    font-weight: normal;
    background: var(--color-base);
    width: 25px;
    height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    right: 20px;
}

.faq_list button.active::before {
    content: "\E822";
}

.faq_list dd {
    display: none;
    padding: 0 30px 20px 30px;
}

.faq_list dl:first-child dd {
    display: block;
}

@media screen and (max-width: 767px) {
    .faq {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .faq_list dt::before {
        width: 40px;
        height: 40px;
        left: 20px;
        top: 20px;
        transform: translateY(0);
    }

    .faq_list dt button {
        min-height: 80px;
        padding: 15px 60px 15px 75px;
    }

    .faq_list button::before {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 18px;
        top: 20px;
        transform: translateY(0);
    }

    .faq_list dd {
        padding: 0 20px 20px 75px;
    }
}

/**************************************************************
	「現在募集中の求人を見る」ボタン
***************************************************************/
.all-btn {
    padding: 90px 0;
    background-color: #F5F5F5;
}

.all-btn_inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

.all-btn_inner a {
    background-color: #C6272B;
    border: 10px solid #fff;
    height: 90px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.all-btn_inner a::before {
    background: url(/career/img/deco07.png) no-repeat center / contain;
}

/* ホバーアクション(打消し) */
.all-btn_inner a:hover {
	opacity: 0.7;
	background-color: #C6272B;
	color: #fff !important;
}

.all-btn_inner a:hover::before {
	background: url(/career/img/deco07.png) no-repeat center/contain;
}

.all-btn_inner a:hover::after {
    color: #fff;
}


@media screen and (max-width: 767px) {
    .all-btn {
        padding: 40px 0;
    }

    .all-btn_inner {
        padding: 0 15px;
    }

    .all-btn_inner a {
        border: 5px solid #fff;
        height: 80px;
        line-height: 70px;
    }

    .all-btn_inner a::before {
        background: url(/career/img/deco07.png) no-repeat center / contain;
    }
}

/**************************************************************
	Footer
***************************************************************/
#footer {
    position: static !important;
}