@charset "utf-8";

/* Googleフォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/**************************************************************
	このページ共通のcss
***************************************************************/
button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
  color: inherit;
}

/* 横幅 */
.cnt {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1015px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cnt {
    padding: 0 15px;
  }
}

/* ユニバーサルデザイン */
.accordionBtn::after {
  content: "クリック・タップで開きます";
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

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

.pc {
  display: block;
}

.pc-none {
  display: none;
}

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

  .pc-none {
    display: block;
  }
}

/* PC：電話リンク無効化 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/**************************************************************
	ヘッダー
***************************************************************/
/*gnavをTOPに合わせる*/
.gnav-list {
  gap: 40px;
}

@media screen and (min-width: 1261px) {
  .gnav-item:not(:last-of-type)::before {
    left: calc(100% + 20px);
  }

  .banner-item .nav-item {
    width: 200px;
    padding: 5px 15px;
    background-color: var(--color-text);
  }
}

/**************************************************************
	KV
***************************************************************/
/* -----------▼▼/faq/（よくあるご質問）と共通▼▼------------ */
.kv {
  margin-top: 100px;
}

.kv-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

.kv h1.page-title {
  font-family: var(--font-serif);
  text-align: center;
  font-size: 16px;
  z-index: 2;
}

.kv h1.page-title span {
  font-family: var(--font-serif);
}

.kv-inner {
  position: relative;
  z-index: 1;
}

.kv-inner::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/lp_common/lp_common_img/deco02.png) no-repeat center/contain;
  width: 77.7vw;
  max-width: 995px;
  aspect-ratio: 8 / 7;
  right: 70vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.kv-inner img {
  width: 70vw;
  margin-left: auto;
}

.kv-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 557.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.kv-text h1,
.kv-text p,
.kv-text span {
  font-family: var(--font-serif);
  color: #fff;
  background-color: var(--color-text);
  text-align: center;
  display: inline-block;
}

.kv-text h1 {
  font-size: 3.28vw;
  line-height: 5.46vw;
  padding: 0 23px;
  width: fit-content;
}

.kv-text p {
  font-size: 1.56vw;
  line-height: 3.51vw;
  padding: 0 20px;
  font-weight: bold;
}

@media screen and (max-width: 1260px) {
  .kv {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1280px) {
  .kv-text h1 {
    font-size: 42px;
    line-height: 70px;
  }

  .kv-text p {
    font-size: 20px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1135px) {
  .kv-text {
    left: 10px;
  }
}

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

  .kv-inner::after {
    width: 355px;
    right: 60%;
    top: auto;
    bottom: -100px;
    transform: translateY(0);
  }

  .kv-inner img {
    width: 100%;
    margin-left: auto;
  }

  .kv-text {
    position: static;
    transform: translateY(0);
    margin-top: -20px;
    gap: 6px;
  }

  .kv-text h1 {
    line-height: 44px;
    font-size: 21px;
  }

  .kv-text p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background-color: transparent;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
  }

  .kv-text span {
    display: block;
    padding: 0 14px;
    width: fit-content;
  }
}

/* -----------▲▲/faq/（よくあるご質問）と共通▲▲------------ */


/**************************************************************
	応募の流れとポイント
***************************************************************/
/* ▼▼共通パーツ（応募の流れ＆福利厚生）▼▼ */
.recruit-lead {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

.recruit-lead span {
  display: inline-block;
  font-family: var(--font-serif);
}

.recruit-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.recruit-list dt {
  position: relative;
  cursor: pointer;
}

/* アコーディオンボタン */
.accordion-title {
  font-family: var(--font-serif);
  color: var(--color-brown);
  border-top: 2px solid var(--color-brown);
  border-bottom: 2px solid var(--color-brown);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  background-color: var(--color-white);
  display: block;
}

.recruit-list dt button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
}

.recruit-list dt button span {
  height: 2px;
  background-color: var(--color-brown);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  transition: all 0.3s;
}

.recruit-list dt button span:first-child {
  transform: rotate(90deg);
}

/* 開いているとき */
.recruit-list dt.is-active button span:first-child {
  transform: rotate(0);
}

@media screen and (max-width: 767px) {
  .recruit-lead {
    font-size: 16px;
    margin-top: 10px;
  }

  .recruit-list {
    margin-top: 30px;
    gap: 30px;
  }

  /* アコーディオンボタン */
  .accordion-title {
    font-size: 20px;
    line-height: 46px;
  }

  .recruit-list dt button {
    width: 20px;
    height: 20px;
  }

  .recruit-list dt button span {
    height: 1px;
    top: 10px;
  }
}
/* ▲▲共通パーツ（応募の流れ＆福利厚生）▲▲ */

.recruit-flow {
  position: relative;
  z-index: 2;
  background-color: #EEEEEE;
  margin-top: 60px;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .recruit-flow {
    margin-top: 30px;
    padding: 25px 0;
  }
}

/* コンテンツ */
.recruit-list dd {
  background-color: var(--color-white);
  padding: 60px 0px;
}

.step-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 795px;
}

.step-list li {
  display: flex;
  gap: 20px;
}

.step-num {
  background: #555555;
  color: var(--color-white);
  width: 135px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  font-size: 23px;
  flex-shrink: 0;
}

.step-text {
  flex: 1;
}

.step-text-title {
  font-size: 30px;
  font-family: var(--font-serif);
  font-weight: bold;
  margin-bottom: 10px;
}

.step-text-sentence {
  line-height: 1.9;
  display: flex;
}

.step-text-sentence span:first-child {
  font-weight: bold;
  flex-shrink: 0;
}

.step-text .btn {
  margin: 20px 0 auto 60px;
  max-width: 360px;
}

.step-text a.btn::after {
  right: 20px;
  font-size: 30px;
}

/* ダウンロードボタン */
.step-text a.btn-download {
  padding: 0 30px 0 80px;
}

@media (any-hover: hover) {
  .step-text a.btn-download:hover::before {
    opacity: 0.7;
  }
}

.step-text a.btn-download::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url(/recruit/images/ico_download.png) no-repeat center/contain;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.step-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  max-width: 500px;
}

.step-box-item p:first-child {
  background-color: #EEEEEE;
  padding: 0 20px;
  line-height: 36px;
  font-size: 18px;
}

.step-box-item p:not(:first-child) {
  margin-top: 10px;
}

.step-tel {
  font-size: 26px;
  font-weight: 600;
  color: var(--color-brown) !important;
}

@media screen and (max-width: 767px) {
  .recruit-list dd {
    padding: 30px 0;
  }

  .step-list {
    gap: 30px;
    padding: 0 12px;
  }

  .step-list li {
    flex-direction: column;
  }

  .step-num {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .step-text-title {
    font-size: 23px;
    text-align: center;
    margin-bottom: 15px;
  }

  .step-text-sentence {
    line-height: 1.5;
  }

  .step-text .btn {
    margin: 25px auto 0;
    max-width: 500px;
  }

  .step-text a.btn-download {
    padding: 0 30px 0 60px;
  }

  .step-text a.btn-download::before {
    width: 40px;
    height: 40px;
  }

  .step-box {
    gap: 30px;
    margin-top: 30px;
    max-width: none;
  }

  .step-box-item p:first-child {
    text-align: center;
  }

  .step-box-item p:not(:first-child) span {
    display: block;
    text-align: center;
  }

  .step-tel {
    display: block;
  }
}

/**************************************************************
	働き方の条件と福利厚生のご案内
***************************************************************/
.recruit-guide {
  position: relative;
  z-index: 1;
  padding: 50px 0 60px 0;
}

.recruit-guide::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/lp_common/lp_common_img/deco02.png) no-repeat center / contain;
  width: 77.7vw;
  max-width: 995px;
  aspect-ratio: 8 / 7;
  right: 75vw;
  top: 0;
  transform: translateY(-40%);
  z-index: -1;
}

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

.recruit-guide .recruit-list dd {
  padding: 35px 0 0 0;
}

/* 画面幅 < 表の横幅 でスクロールバーを出す（店舗社員・店舗スタッフのみ） */
@media screen and (max-width: 1030px) {
  .recruit-guide .recruit-list dd.scrollable {
    overflow-x: scroll;
    padding: 35px 0;
    position: relative;
  }

  /* スクロールヒント（自作） */
  .recruit-guide .recruit-list dd.scrollable::before {
    content: "";
    background: url(/lp_common/lp_common_img/scroll-hint.png) no-repeat center / contain;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 139px;
    height: 110px;
    pointer-events: none;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  /* 画面内に入ったらアニメーション */
  .recruit-guide .recruit-list dd.scrollable.is-active::before {
    animation: Scrollhint-fade 1.5s ease-in-out;
    animation-iteration-count: 2;
  }

  @keyframes Scrollhint-fade {
    0% {
      transform: translate(-50%, -50%);
    }
    70% {
      opacity: 1;
    }
    100% {
      transform: translate(calc(-50% + 50px), -50%);
      opacity: 0;
    }
  }

  /* 一度でもスクロールしたら非表示 */
  .recruit-guide .recruit-list dd.scrollable.is-active.is-scrolled::before {
    opacity: 0;
    transition: opacity 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .recruit-guide {
    padding: 30px 0 0 0;
  }

  .recruit-guide::before {
    width: 355px;
    right: 60%;
  }

  .recruit-guide .recruit-list dd {
    padding: 25px 0px 10px 0px;
  }
}

/* 表コンテンツ */
.recruit-table {
  width: 1010px;
  font-size: 16px;
  table-layout: fixed;
  transform: translateX(-5px);
}

/*1&2列目だけ固定値に変更*/
thead th:nth-child(1),
tbody th {
  width: 275px;
}

.recruit-table th,
.recruit-table td {
  padding: 5px;
  border-collapse: collapse;
  border: 5px solid #fff;
  text-align: center;
  font-weight: normal;
}

.recruit-table th {
  color: var(--color-brown);
  background-color: #F2E8DF;
}

.recruit-table tbody th {
  font-size: 18px;
}

.recruit-table td {
  background-color: #EEEEEE;
  font-family: "Noto Sans JP", sans-serif;
}

/* 高さを出したいところ */
.recruit-table th div.height-60,
.recruit-table td div.height-60 {
  min-height: 50px;
  line-height: 50px;
}

.recruit-table th div.height-50,
.recruit-table td div.height-50 {
  min-height: 40px;
  line-height: 40px;
}

/* 個別カラー */
th.table-title01 {
  background-color: #FFE19F;
}

th.table-title02 {
  background-color: #FFF3AF;
}

th.table-title03 {
  background-color: #F2EBCD;
}

/* ------------ 副店長候補 ------------ */
.sub-leader-table {
  width: calc(100% + 10px);
}

.sub-leader-table tbody td {
  text-align: left;
  padding: 8px 20px;
  line-height: 1.5;
}

/* 高さ出したいところ */
.sub-leader-table tbody td div.padding-20 {
  padding: 15px 0;
}

.sub-leader-table tbody td span:not(.br) {
  font-size: 17px;
  margin-bottom: 5px;
}

.sub-leader-table tbody td span:not(:first-child) {
  margin-bottom: 0;
  margin-top: 5px;
}

.table-long-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.table-item p {
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: bold;
}

.table-item ul {
  padding-left: 24px;
}

.table-item ul li {
  position: relative;
}

.table-item ul li::before {
  content: "・";
  display: block;
  position: absolute;
  font-size: 12px;
  left: -18px;
}

@media screen and (max-width: 767px) {
  .sub-leader-table {
    width: 100%;
    transform: translateX(0);
  }

  .sub-leader-table tbody th, 
  .sub-leader-table tbody td {
    display: inline;
    width: 100%;
    float: left;
    border: none;
    border-bottom: 10px solid #fff;
  }

  .sub-leader-table tbody td {
    border-bottom: 20px solid #fff;
    padding: 15px 20px;
  }

  .sub-leader-table tbody td div.padding-20 {
    padding: 5px 0 0 0;
  }

  .sub-leader-table tbody td span {
    font-weight: 500;
    line-height: 1.2;
  }
}

/**************************************************************
	応募・面接のよくあるご質問
***************************************************************/
.question {
  background-color: #FFF8E0;
  padding: 60px 0;
}

.faq-list {
  margin-top: 40px;
}

.faq-list dd {
  padding: 0 !important;
}

.faq-list dd p {
  padding: 20px 20px 0 66px;
}

.faq-list dd a {
  max-width: 360px;
  margin-top: 45px;
}

.faq-list dd a::after {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .question {
    padding: 30px 0;
  }

  .faq-list {
    margin-top: 30px;
  }

  .faq-list dd p {
    padding: 15px 15px 0 59px;
  }

  .faq-list dd a {
    max-width: 360px;
    margin-top: 30px;
  }
}

/* -----------▼▼/faq/（よくあるご質問）と共通▼▼------------ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.faq-item dt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 20px;
  background-color: var(--color-white);
}

/* Qアイコン */
.faq-item dt::before {
  content: "";
  background: url(/lp_common/lp_common_img/ico_question.png) no-repeat center / contain;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.faq-item dd {
  padding: 20px 20px 0 66px;
  font-size: 18px;
  position: relative;
}

/* Aアイコン */
.faq-item dd::before {
  content: "";
  background: url(/lp_common/lp_common_img/ico_answer.png) no-repeat center / contain;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 20px;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .faq-list {
    gap: 30px;
  }

  .faq-item dt {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: bold;
  }

  /* Qアイコン */
  .faq-item dt::before {
    width: 34px;
    height: 34px;
  }

  .faq-item dd {
    padding: 15px 15px 0 59px;
    font-size: 16px;
  }

  /* Aアイコン */
  .faq-item dd::before {
    width: 34px;
    height: 34px;
    left: 15px;
    top: 15px;
  }
}

/* -----------▲▲/faq/（よくあるご質問）と共通▲▲------------ */

/**************************************************************
	その他のコンテンツ
***************************************************************/
/* -----------▼▼/faq/（よくあるご質問）と共通▼▼------------ */
.other {
  position: relative;
  padding: 60px 0;
  z-index: 1;
  overflow: hidden;
}

.other::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/lp_common/lp_common_img/deco02.png) no-repeat center / contain;
  width: 65.7vw;
  max-width: 841px;
  aspect-ratio: 8 / 7;
  right: 56.5vw;
  top: 0;
  transform: translateY(-30%);
  z-index: -1;
}

.other .sec-head {
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .other {
    padding: 30px 0;
  }

  .other::before {
    width: 492px;
    right: 67%;
    transform: translateY(0);
    top: -30px;
  }

  .other .sec-head {
    margin-bottom: 20px;
  }

  .bnr-list {
    margin-bottom: 60px;
  }
}

/* -----------▲▲/faq/（よくあるご質問）と共通▲▲------------ */