@charset "UTF-8";
/******************************************************************
商業施設 三井ショッピングパーク テンプレート用
*****************************************************************/
:root {
  --orange-color: #ffd692;
  --pink-color: #ffebee;
  --yellow-color01: #fffae6;
  --yellow-color02: #fff3af;
  --bule-color01: #e9faf8;
  --bule-color02: #e6f0ff;
  --gray-color01: #cccccc;
  --gray-color02: #333333;
  --gray-color03: #f2f2f2;
  --gray-color04: #808080;
  --white-color: #ffffff;
}

/******************************************************************
  ■body
*****************************************************************/
*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: var(--gray-color02);
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  overflow-x: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.data-for-aidemlog { /* 独自ログ計測用 */ }

/* フォント */
.font-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font-bold {
  font-weight: bold;
}

/* 画像 */
img {
  max-width: 100%;
}

/* リンク */
a {
  color: var(--gray-color02);
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a.blank {
  position: relative;
  padding-right: 4px;
}
a.blank::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  background: url(../img/common/ic-blank.png) center/cover no-repeat;
}

/* Selected Text */
::-moz-selection {
  background: rgba(175, 1, 122, 0.1); /* Safari */
}
::selection {
  background: rgba(175, 1, 122, 0.1); /* Safari */
}

::-moz-selection {
  background: rgba(175, 1, 122, 0.1); /* Firefox */
}

/* formボタン */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.select-kcd, .select-kkcd, .select-scd, .pull-conditions, .pram-free, .search-form-fw, .search-form-fw {
  background: var(--white-color);
}
@media (max-width: 767px) {
  .select-kcd, .select-kkcd, .select-scd, .pull-conditions, .pram-free, .search-form-fw, .search-form-fw {
    padding: 10px 10px;
    margin: 0 auto 15px;
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .PcHdn {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .SpnHdn {
    display: none !important;
  }
}

/******************************************************************
  ■Common
*****************************************************************/
#container {
  min-height: 700px;
}
@media (max-width: 767px) {
  #container {
    padding-top: 92px;
  }
  #index #container {
    padding: 0;
  }
}

.contents {
  position: relative;
}

.contents-inn {
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .contents-inn {
    padding-block: 25px;
  }
}
@media (min-width: 768px) {
  .contents-inn {
    max-width: 1020px;
    padding-block: 60px;
  }
}
@media (min-width: 1020px) {
  .contents-inn.wide {
    max-width: 1240px;
  }
}

.tit-content-inn {
  margin-top: 40px;
  padding-inline: 20px;
}
@media (min-width: 1020px) {
  .tit-content-inn {
    margin-inline: auto;
    max-width: 1240px;
  }
}
@media (min-width: 768px) {
  .tit-content-inn + .contents-inn {
    padding-top: 0;
  }
}

.contents-tit {
  position: relative;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contents-tit {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .contents-tit {
    font-size: 2.4rem;
  }
}
.contents-tit::after {
  content: "";
  width: 120px;
  height: 2px;
  background: var(--gray-color02);
  display: block;
  margin-top: 10px;
}

/* print用css */
@media print {
  #container {
    top: 0;
  }
}
/* 矢印 common */
.icon {
  position: relative;
}
.icon::before, .icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}

/* 矢印1 */
.arrow01::after {
  content: "";
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: 2px solid var(--gray-color02);
  border-bottom: 2px solid var(--gray-color02);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

.arrow-black::after {
  border-color: var(--gray-color01);
}

/* 矢印2 */
.arrow02::before {
  content: "";
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #d70c19;
}
.arrow02::after {
  content: "";
  left: 4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--white-color);
  border-bottom: 2px solid var(--white-color);
  transform: rotate(-45deg);
}

/* 矢印3 */
.arrow03::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  width: 24px;
  height: 18px;
  background: url(../img/common/icon-other.svg) no-repeat center center;
  background-size: contain;
}

/* 矢印4 */
.arrow04::after {
  content: "";
  right: 20px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-right: 2px solid var(--gray-color01);
  border-bottom: 2px solid var(--gray-color01);
}

/* 矢印5 */
.arrow05::after {
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ab9178;
  border-bottom: 2px solid #ab9178;
  transform: rotate(-45deg);
}

/* ラベル */
.ic {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -5px;
}
.ic li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  border: 1px solid var(--gray-color01);
  padding: 5px;
  margin: 0 5px 5px;
}

/* 応募ボタン */
.submitBtn {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 0 -5px;
}
.submitBtn li {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.submitBtn li a {
  display: block;
  background: var(--gray-color01);
  font-size: 1.8rem;
  padding: 10px;
}

/* リンクボタン */
.btn-common {
  display: inline-block;
  position: relative;
  background: var(--gray-color01);
  text-align: center;
  font-weight: bold;
  width: min(320px, 100%);
  padding-block: 16px;
}
@media (min-width: 768px) {
  .btn-common {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .btn-common {
    font-size: 1.6rem;
  }
}
.btn-common::after {
  right: 20px;
}

.btn-center {
  text-align: center;
}

/* tag 求人一覧・求人詳細共通 */
.tag-category {
  border-color: #e5e2e2;
  background-color: #e5e2e2;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: bold;
}
.tag-category svg {
  width: 16px;
  aspect-ratio: 1/1;
  fill: var(--gray-color02);
}

.tags {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  padding-inline: 0.5em;
}
.tags.tag-kkcd {
  border-color: #e5e2e2;
  background-color: #e5e2e2;
}
.tags.tag-style {
  color: var(--gray-color02);
  border-color: var(--gray-color02);
}

/* new-label NEWラベル共通 */
.new-label {
  display: inline-block;
  background: var(--gray-color02);
  width: 4em;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--orange-color);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
}

/* 特集用テキスト */
.txt-setsumeikai {
  display: block;
  margin-bottom: 20px;
  padding: 10px 5px;
  text-align: center;
  background: var(--yellow-color02);
  font-weight: bold;
}

.no-result-txt {
  margin: 80px 0;
  text-align: center;
}

/******************************************************************
  ■breadcrumbs
*****************************************************************/
#breadcrumbs {
  background: #f1f1f1;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #breadcrumbs {
    font-size: 1.4rem;
  }
}
#breadcrumbs .inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  #breadcrumbs .inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #breadcrumbs ul {
    height: 30px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  #breadcrumbs ul {
    padding: 5.5px 0;
  }
}
#breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  #breadcrumbs ul li {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  #breadcrumbs ul li {
    white-space: nowrap;
    padding: 0 10px 0 17px;
    margin-top: 1px;
  }
  #breadcrumbs ul li:first-child {
    padding: 0 10px;
    margin-top: 1px;
  }
  #breadcrumbs ul li::after {
    width: 30px;
    height: 30px;
    right: -10px;
  }
}
#breadcrumbs ul li::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto;
  border-bottom: 1px solid var(--gray-color02);
  border-left: 1px solid var(--gray-color02);
  -webkit-transform: rotate(-135deg);
  -webkit-transition: all 0.6s ease;
  -moz-transform: rotate(-135deg);
  -moz-transition: all 0.6s ease;
  -ms-transform: rotate(-135deg);
  -ms-transition: all 0.6s ease;
  -o-transform: rotate(-135deg);
  -o-transition: all 0.6s ease;
  transform: rotate(-135deg);
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  #breadcrumbs ul li::after {
    top: -2px;
  }
}
#breadcrumbs ul li:last-child::after {
  content: none;
}
#breadcrumbs ul li .interview-type {
  margin: 0 10px 0 0;
}
#breadcrumbs ul li a {
  display: block;
  overflow: visible;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #breadcrumbs ul li a:hover {
    color: var(--orange-color);
    opacity: 1;
  }
}

/******************************************************************
  ■modal-content
*****************************************************************/
.modal-content {
  position: fixed;
  display: none;
  z-index: 1000;
}
.modal-content-box {
  background: var(--white-color);
  width: 80%;
  height: 260px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1001;
  max-width: 650px;
  text-align: center;
  padding: 0 40px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
.modal-content-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: hidden;
}
.modal-content-btn {
  margin: 30px auto 0 auto;
  overflow: hidden;
  font-size: 16px;
  max-width: 500px;
}
@media (min-width: 768px) {
  .modal-content-btn {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .modal-content-btn li {
    margin: 0 10px;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .modal-content-btn li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.modal-content-btn li a, .modal-content-btn li input {
  display: block;
  width: 100%;
}
.modal-content-btn li.modal-cancel-btn a {
  background: var(--gray-color03);
  color: var(--gray-color02);
  cursor: pointer;
}
.modal-content-btn li.modal-ok-btn .btn {
  color: var(--gray-color02);
}
.modal-content-btn li.modal-ok-btn .btn-del {
  background: var(--orange-color);
  display: block;
  cursor: pointer;
}

.modal-close-btn {
  display: block;
  background: #8c8c8c;
  width: 30px;
  height: 0;
  padding: 30px 0 0 0;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.modal-close-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 2px;
  background: var(--white-color);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.modal-close-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 2px;
  background: var(--white-color);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.modal-warning-box {
  display: block;
}
.modal-warning-box .modal-content-box {
  height: 230px;
}
.modal-warning-box .modal-content-box #warning {
  margin: 2em 0;
}
.modal-warning-box .modal-content-box #warning span {
  color: #FF0000;
}
.modal-warning-box .modal-content-box #idBox dl {
  line-height: 30px;
  width: 400px;
  margin: auto;
  text-align: center;
}
.modal-warning-box .modal-content-box #idBox dl dt {
  width: 200px;
  float: left;
  clear: left;
  position: relative;
  background: #eeeeee;
  margin: 0 0 1em 0;
  height: 30px;
  font-size: 14px;
}
.modal-warning-box .modal-content-box #idBox dl dd {
  margin: 0 0 0 200px;
  font-size: 22px;
  margin: 0 0 1em 0;
  height: 30px;
}

.modal-overlay {
  position: relative;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  opacity: 0.6;
  background: #000000;
  cursor: pointer;
  z-index: 1000;
}

/*スクロール時の空白*/
.add-padding {
  padding-top: 30px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .add-padding {
    padding-top: 70px;
    margin-top: -70px;
  }
}

/*btn-icon tel web*/
#list .webentry, #list .telentry, #detail .webentry, #detail .telentry {
  background-color: var(--orange-color);
}

.btnwebentry-ic, .btntelentry-ic {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  margin: -3px 12px 0 0;
  vertical-align: middle;
  fill: var(--gray-color02);
}

/******************************************************************
  ■privacy
*****************************************************************/
#privacy {
  padding-bottom: 40px;
}
#privacy h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#privacy .list-num {
  margin-top: 20px;
  padding-left: 38px;
  list-style-type: decimal;
}
#privacy ul li {
  margin-bottom: 20px;
}
#privacy .privacy-date {
  text-align: right;
  margin: 40px 0 80px;
}

/******************************************************************
  ■header
  *****************************************************************/
header {
  background-color: pink;
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: var(--white-color);
  height: 92px;
}
@media (max-width: 767px) {
  header {
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 320px;
  }
}
@media (min-width: 768px) {
  header {
    position: relative;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .hd_logo_wrap {
    margin-left: 13px;
    display: grid;
    place-content: center;
  }
}
@media (min-width: 768px) {
  .hd_logo_wrap {
    display: flex;
    margin-left: 10px;
    align-items: center;
  }
}
@media (min-width: 1020px) {
  .hd_logo_wrap {
    margin-left: 30px;
  }
}

.hd_logo {
  display: block;
  height: 41px;
}
@media (min-width: 768px) {
  .hd_logo {
    height: min(70px, 8vw);
  }
}
.hd_logo img {
  width: auto;
  height: 100%;
}

@media (max-width: 767px) {
  .hd_keyword {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .hd_keyword {
    line-height: 1.7;
    font-size: clamp(1.2rem, 1vw, 1.4rem);
    margin-left: 10px;
  }
}
@media (min-width: 1020px) {
  .hd_keyword {
    margin-top: 10px;
    margin-left: 27px;
  }
}

@media (max-width: 767px) {
  .menu-arrow {
    position: relative;
  }
  .menu-arrow::after {
    content: "";
    right: 20px;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    border-right: 2px solid var(--gray-color01);
    border-bottom: 2px solid var(--gray-color01);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 31px;
    margin: auto;
  }
}

/******************************************************************
  3■nav
*****************************************************************/
/* メニューボタン */
@media (max-width: 767px) {
  .hd-open.not-top,
  .hd_scroll.not-top {
    height: 70px;
  }
  .hd-open.not-top .hd_keyword,
  .hd_scroll.not-top .hd_keyword {
    display: none;
  }
  .hd-open.not-top figure img,
  .hd_scroll.not-top figure img {
    width: auto;
    height: 50px;
  }
  .not-top .gnav {
    top: 70px;
  }
  .gnav {
    top: 92px;
  }
}
@media (max-width: 767px) {
  header .gnav-form {
    background: var(--gray-color03);
    padding: 10px 0;
  }
  header form {
    position: relative;
  }
  header form .item-tit {
    display: none;
  }
  header form .search-form-fw-btn {
    position: absolute;
    top: 3px;
    right: 35px;
    margin: 0;
  }
  header form .search-form-fw-btn input[type=button] {
    position: absolute;
    top: 3px;
    right: -15px;
    padding: 0;
    width: 45px;
    height: 45px;
    background: none;
    font-size: 0;
    background: url(../img/common/ic-search-black.svg) center/25px 25px no-repeat;
  }
  header .search-form-fw {
    width: 95%;
    padding: 15px 10px;
    margin: 0 auto;
    border: solid 2px var(--gray-color01);
    border-radius: 10px;
  }
  header .search-menu > li {
    margin-top: 10px;
  }
  header .search-menu > li .tit {
    padding: 10px;
    font-size: 1.8rem;
    border-bottom: 2px solid var(--gray-color02);
  }
  header .search-menu > li .tit span {
    display: inline-block;
    margin-top: 3px;
  }
  header .search-menu > li .fig-search {
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
}
/* メニュークローズボタン */
.menu-close {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 20px 0 30px;
  background-color: var(--gray-color02);
}
.menu-close p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: 2px;
  background: var(--gray-color03);
  border: 1px solid var(--gray-color01);
  margin-top: 20px;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  position: relative;
  line-height: 1;
}
.menu-close p::before {
  content: "×";
  position: absolute;
  font-size: 20px;
  width: 15px;
  height: 20px;
  line-height: 1;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

/* グローバルナビゲーション */
.gnav {
  width: 100%;
  line-height: 1.4;
  top: 92px;
  left: 0;
  z-index: -1;
  background: var(--white-color);
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
  z-index: 200;
}
@media (min-width: 768px) {
  .gnav {
    padding-top: 5px;
    opacity: 1;
    visibility: visible;
    background: none;
    width: auto;
    height: auto;
    top: 70px;
  }
}
@media (max-width: 767px) {
  .gnav {
    position: fixed;
    width: 100%;
    height: calc(100% - 70px);
    line-height: 1.4;
    top: 92px;
    left: 0;
    background: var(--gray-color02);
    opacity: 0;
    overflow-y: auto;
    transition: all 0.5s;
    overflow: auto;
    visibility: hidden;
    z-index: 200;
  }
}

.hd-open .gnav {
  opacity: 1;
  visibility: visible;
  z-index: 400;
}

/* グローバルナビゲーション内 */
.main-menu {
  margin: 0 0;
  display: block;
}
@media (min-width: 768px) {
  .main-menu {
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 1020px) {
  .main-menu {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .menu-item {
    display: flex;
  }
  .menu-item:not(:first-child) > a::before {
    content: "";
    background: var(--gray-color01);
    width: 1px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: -10px;
  }
}
.menu-item a {
  display: block;
  border-top: solid 1px var(--gray-color01);
  overflow: visible;
}
@media (max-width: 767px) {
  .menu-item a {
    padding: 14px 15px;
    background: var(--white-color);
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .menu-item a {
    position: relative;
    margin-inline: 10px;
    padding-block: 10px;
    display: flex;
    align-items: center;
    line-height: 1.8rem;
    border: none;
    letter-spacing: 0.1em;
    font-size: min(1.6rem, 1.5vw);
  }
}
.menu-item .btnfavorite-ic {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .menu-item.current > a, .menu-item.current-hover > a {
    position: relative;
    opacity: 1;
  }
  .menu-item.current > a::after, .menu-item.current-hover > a::after {
    content: "";
    background: var(--orange-color);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
  }
  .menu-item.current-hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .sub-menu {
    position: absolute;
    z-index: 99;
    top: 100px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 80px;
    padding: 10px 30px 10px 0;
    transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
    background: rgba(51, 51, 51, 0.8);
  }
}
@media (max-width: 767px) {
  .sub-menu .sub-menu-item a {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .sub-menu .sub-menu-item {
    position: relative;
  }
  .sub-menu .sub-menu-item:not(:last-child)::before {
    content: "";
    position: absolute;
    background: var(--white-color);
    top: 23px;
    right: 0;
    width: 1px;
    height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .sub-menu a {
    padding: 20px 10px;
    color: var(--white-color);
  }
  .sub-menu a:hover {
    color: var(--orange-color);
  }
}
@media (max-width: 767px) {
  .sub-menu a {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .gnav-list {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
}
.gnav-list .tit {
  background: var(--gray-color01);
  padding: 10px 15px 15px;
  border-top: 1px solid var(--white-color);
  font-size: 1.6rem;
  display: block;
  opacity: 1;
}
.gnav-list .fig-search {
  fill: var(--gray-color02);
}
.gnav-list .side-nav-list {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .gnav-list .side-nav-list li a {
    background: var(--white-color);
  }
  .gnav-list .side-nav-list li:last-child a {
    border: none;
  }
}
.gnav-list li a {
  display: block;
  border-bottom: 1px solid var(--gray-color01);
}
@media (min-width: 768px) {
  .gnav-list li a {
    padding: 15px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .gnav-list li a {
    padding: 15px 15px 15px 30px;
  }
}
.gnav-list li .bdbNone {
  border: none;
}
@media (max-width: 767px) {
  .gnav-list .icon-sprite a {
    display: flex;
    align-items: center;
    gap: 0.5em;
  }
  .gnav-list .icon-sprite a svg {
    width: 16px;
    aspect-ratio: 1/1;
    fill: var(--gray-color02);
  }
}

/* アコーディオンのプラスマーク */
.gnav .btn_plus {
  top: -10px;
  right: -5px;
}

/* header-searchform
------------------------------------*/
@media (max-width: 767px) {
  header .gnav-form {
    background: var(--gray-color02);
    padding: 10px 0;
  }
  header .search-form-BOX .txt-wrap .search-form-fw {
    width: calc(100% - 32px);
    padding: 6px 10px;
    margin: 0 auto;
    border: solid 2px var(--white-color);
    border-radius: 10px;
  }
  header .search-menu > li {
    margin-top: 10px;
  }
  header .search-menu > li .tit {
    padding: 10px;
    font-size: 1.8rem;
    border-bottom: 2px solid var(--gray-color02);
  }
  header .search-menu > li .tit span {
    display: inline-block;
    margin-top: 3px;
  }
  header .search-menu > li .fig-search {
    position: relative;
    top: 3px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
  header .side-nav .tit {
    padding: 15px;
  }
  header form {
    position: relative;
  }
  header form .item-tit {
    display: none;
  }
  header form .search-form-fw-btn {
    position: absolute;
    top: -5px;
    right: 35px;
    margin: 0;
  }
  header form .search-form-fw-btn input[type=button] {
    position: absolute;
    top: 3px;
    right: -15px;
    padding: 0;
    width: 45px;
    height: 45px;
    background: none;
    font-size: 0;
    background: url(../img/common/ic-search-black.svg) center/25px 25px no-repeat;
  }
}
/******************************************************************
  ■footer
*****************************************************************/
/* page_top
------------------------------------*/
#page_top {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: 50px;
  margin: 0 auto;
}

/* footer
------------------------------------*/
footer {
  background: var(--gray-color02);
  color: var(--white-color);
  position: relative;
}
footer .contents-inn {
  padding: 30px 20px 75px;
}
@media (min-width: 1020px) {
  footer .contents-inn {
    padding: 30px 20px 50px;
  }
}
footer a {
  color: var(--white-color);
}
footer a.blank::after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  position: static;
  width: 15px;
  height: 12px;
  background: url(../img/common/ic-ft-blank.png) center/contain no-repeat;
}
footer .footer-menu {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media (max-width: 767px) {
  footer .footer-menu {
    margin-bottom: 20px;
    line-height: 1.8;
  }
}
footer .footer-menu li {
  font-size: 1.4rem;
}
footer .mb0 {
  margin-bottom: 0;
}
footer .footer-facilities-home {
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.8;
  display: flex;
}
footer .footer-menu-wrap > p {
  margin-bottom: 8px;
}
footer .footer-menu-wrap > p a {
  font-size: 1.4rem;
}
footer .footer-facilities {
  line-height: 1.7;
}
footer .footer-facilities li {
  margin: 0 0 11px;
}
@media (min-width: 1020px) {
  footer .footer-facilities li {
    margin: 0 0 0;
  }
}
footer .footer-facilities li:not(:last-child) a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: solid 1px var(--gray-color01);
}

.aidem-logo {
  background: var(--white-color);
  max-width: 100px;
  text-align: center;
  line-height: 20px;
}
@media (min-width: 1020px) {
  .aidem-logo {
    margin-bottom: 30px;
  }
}
.aidem-logo img {
  width: 85px;
}

/* multiplied-link
------------------------------------*/
#multiplied-link {
  background-color: var(--gray-color03);
}
#multiplied-link .contents-inn {
  padding-block: 24px;
}
@media (max-width: 767px) {
  #multiplied-link .contents-inn {
    padding: 0 0 20px;
  }
}
#multiplied-link .multiplied-link-tit {
  width: 100%;
}
#multiplied-link .multiplied-link-tit .title-text {
  font-weight: bold;
  font-size: min(1.4rem, 3.5vw);
  padding: 10px 20px 10px 0;
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #multiplied-link .multiplied-link-tit .title-text {
    letter-spacing: 0.2em;
  }
}
#multiplied-link .multiplied-link-inner {
  padding: 16px 10px;
}
@media (max-width: 1319px) {
  #multiplied-link .multiplied-link-inner:not(:last-child) {
    border-bottom: 1px solid var(--white-color);
  }
}
#multiplied-link dl {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
#multiplied-link dl dt {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#multiplied-link dl dt::before {
  position: absolute;
  top: 49%;
  left: 0;
  display: block;
  content: "";
  width: 5px;
  height: 1px;
  background: var(--gray-color02);
}
#multiplied-link dl dd {
  padding-left: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #multiplied-link dl dd {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  #multiplied-link dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#multiplied-link dl dd ul li {
  padding: 0 5px;
  line-height: 2;
  display: inline;
}
#multiplied-link .btn_plus {
  display: inline;
  vertical-align: middle;
  padding-left: 15px;
}
#multiplied-link .tgl-cts {
  margin-top: 10px;
}

/******************************************************************
  ■btnfavorite
*****************************************************************/
/* お気に入りボタン共通
------------------------------------*/
.btnfavorite-ic {
  fill: var(--gray-color01);
}
.btn-added .btnfavorite-ic {
  fill: #f6b1b8;
  stroke: #f6b1b8;
}

/* index list detail共通
------------------------------------*/
.brandItem-btnfavorite,
.listItem-btnfavorite,
.detaiItem-btnfavorite {
  text-align: right;
  font-weight: bold;
}
.brandItem-btnfavorite .btn,
.listItem-btnfavorite .btn,
.detaiItem-btnfavorite .btn {
  font-size: 1.4rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.brandItem-btnfavorite .btn .btnfavorite-ic,
.listItem-btnfavorite .btn .btnfavorite-ic,
.detaiItem-btnfavorite .btn .btnfavorite-ic {
  width: 25px;
  height: 25px;
}
.brandItem-btnfavorite .btn figure,
.listItem-btnfavorite .btn figure,
.detaiItem-btnfavorite .btn figure {
  background-color: transparent;
  display: inline-block;
  vertical-align: text-bottom;
}

/* list
------------------------------------*/
@media (max-width: 767px) {
  .favoritelist-delbtn-box {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .list-favorite .listItem-btn-wrap > ul {
    width: 85%;
  }
}

/******************************************************************
  ■list-button
*****************************************************************/
@media (min-width: 768px) {
  .list-button {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .list-button {
    container-type: inline-size;
  }
}
@media (min-width: 768px) {
  .list-button li {
    width: calc((100% - 30px) / 3);
  }
}
.list-button li .btn-common {
  padding: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .list-button li .btn-common {
    font-size: 1.6rem;
  }
  .list-button li .btn-common .btn-telno {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .list-button li .btn-common {
    margin-inline: auto;
    line-height: 1.2;
  }
}
@container (max-width: 500px) {
  .list-button li .btn-common {
    margin-inline: 0;
    width: calc(100% - 70px);
  }
}
.list-button .btnwebentry-ic, .list-button .btntelentry-ic {
  width: 15px;
  margin: 0 5px 0 0;
}

/* キープ一覧ページ用ボタン
------------------------------------*/
.favoritelist-delbtn-list {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .favoritelist-delbtn-list {
    display: flex;
    justify-content: space-around;
  }
}
.favoritelist-delbtn-list li {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .favoritelist-delbtn-list li {
    width: 45%;
    display: contents;
  }
}
.favoritelist-delbtn-list li .btn-common {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 50px;
}

/* 関連求人パーツ用タグ
------------------------------------*/
.load-recommend {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.load-recommend .block-item-wrap {
  width: 100%;
  border: 1px solid var(--gray-color02);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .load-recommend .block-item-wrap {
    width: calc(50% - 15px);
  }
}
.load-recommend .new-label {
  position: absolute;
  top: -14px;
  left: 20px;
}
@media (max-width: 767px) {
  .load-recommend .new-label {
    top: -16px;
    left: 15px;
  }
}
.load-recommend .recommend-box {
  padding: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  .load-recommend .recommend-box {
    padding: 30px;
  }
}
.load-recommend .recommend-box-img {
  width: 38%;
}
@media (max-width: 767px) {
  .load-recommend .recommend-box-img figure {
    padding: clamp(10px, 3vw, 20px);
  }
}
.load-recommend .recommend-box-item {
  width: calc(62% - 10px);
}
@media (min-width: 768px) {
  .load-recommend .recommend-box-item {
    width: calc(62% - 30px);
  }
}
.load-recommend .recommend-box-item .tag-category {
  display: inline-flex;
  min-height: 30px;
  padding-inline: 10px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.load-recommend .txt-setsumeikai {
  margin: 0 0 10px 0;
  padding: 5px 10px;
  border-radius: 0;
  background: var(--yellow-color02);
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .load-recommend .txt-setsumeikai {
    margin-top: 10px;
  }
  .load-recommend .txt-setsumeikai.SpnHdn {
    display: none;
  }
}
@media (min-width: 768px) {
  .load-recommend .txt-setsumeikai {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .load-recommend .recommend-box-txt {
    margin-top: 10px;
  }
}
.load-recommend .txt-company-name {
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .load-recommend .txt-company-name {
    font-size: 1.6rem;
  }
}

/* 最近見た採用情報パーツ用タグ
------------------------------------*/
#checked .contents-tit {
  margin-bottom: 40px;
}

.load-checked .load-checked-box {
  width: 100%;
  border: 1px solid var(--gray-color02);
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .load-checked .load-checked-box {
    width: calc(33% - 18px);
    padding: 30px;
    margin-bottom: 30px;
  }
  .load-checked .load-checked-box:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .load-checked .load-checked-box figure {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .load-checked .load-checked-box figure {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.load-checked .load-checked-box:last-child {
  margin-right: 0;
}
.load-checked .load-checked-box .new-label {
  position: absolute;
  top: -10px;
  left: 20px;
}
@media (max-width: 767px) {
  .load-checked .load-checked-box .new-label {
    left: 10px;
  }
}
.load-checked .load-checked-box .list-txt-BOX .txt-company-name {
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .load-checked .load-checked-box .list-txt-BOX .txt-company-name {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .load-checked .load-checked-box .block-item-inner {
    display: flex;
  }
  .load-checked .load-checked-box .block-item-inner figure {
    width: 110px;
    margin-right: 10px;
  }
  .load-checked .load-checked-box .block-item-inner .list-txt-BOX {
    width: calc(100% - 120px);
  }
}

img {
  width: 100%;
}

/* windowサイズ
------------------------------------*/
.full-width {
  margin: 0 calc(50% - 50vw);
}

.full-width-left {
  margin: 0 0 0 calc(50% - 50vw);
}

.full-width-right {
  margin: 0 calc(50% - 50vw) 0 0;
}

@media (max-width: 767px) {
  .full-sp-width {
    margin: 0 calc(50% - 50vw);
  }
  .full-sp-width-left {
    margin: 0 0 0 calc(50% - 50vw);
  }
  .full-sp-width-right {
    margin: 0 calc(50% - 50vw) 0 0;
  }
}
/* サイズユーティリティ
------------------------------------*/
.w-100 {
  width: 100%;
}

.mw-100 {
  max-width: 100%;
}

@media (max-width: 767px) {
  .w-sp-100 {
    width: 100%;
  }
  .w-sp-25 {
    width: 25%;
  }
  .w-sp-75 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
  .w-md-50 {
    width: 50%;
  }
}
/* Flexユーティリティ
------------------------------------*/
.d-block {
  display: block !important;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .flex-sp-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
}
/******************************************************************
  ■tgl-btn トグルボタン
*****************************************************************/
.tgl-cts {
  display: none;
}

/* アコーディオンのプラスマーク */
.btn_plus {
  position: relative;
}
.btn_plus::before, .btn_plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 16px;
  height: 1px;
  background: var(--gray-color02);
  transition: all 0.3s ease-out 0s;
}
.btn_plus::before {
  transform: rotate(90deg);
}
.open .btn_plus:before {
  transition: all 0.3s ease-out 0s;
  transform: rotate(0deg);
}

/******************************************************************
  ■pageNavi
*****************************************************************/
.pageNavi {
  position: relative;
  z-index: 35;
  width: 100%;
  height: 40px;
}
.pageNavi .inner {
  position: relative;
  display: flex;
  justify-content: center;
}
.pageNavi .inner span a {
  display: block;
  line-height: 42px;
  padding-inline: 12px;
  color: var(--gray-color02);
}
.pageNavi .inner span a.current {
  color: var(--gray-color02);
  position: relative;
}
.pageNavi .inner span a.current::after {
  content: "";
  display: block;
  width: calc(100% + 24px);
  height: 1px;
  background-color: var(--orange-color);
  margin-left: -12px;
}
@media (min-width: 768px) {
  .pageNavi .inner span a:hover {
    color: var(--orange-color);
  }
}
.pageNavi .prev a {
  font-size: 2.4rem;
}
.pageNavi .prev.first, .pageNavi .prev.page {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pageNavi .prev.page {
  left: 50px;
}
.pageNavi .next a {
  font-size: 2.4rem;
}
.pageNavi .next.last, .pageNavi .next.page {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pageNavi .next.page {
  right: 50px;
}
.pageNavi .page {
  display: block;
}
@media (max-width: 767px) {
  .pageNavi .pagelink {
    display: none;
  }
}

.paging-box {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 1020px) {
  .paging-box {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
}
.paging-box .pageNavi {
  max-width: 380px;
}
@media (max-width: 767px) {
  .paging-box .pageNavi {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #mainimg {
    padding-top: 92px;
  }
}
#mainimg .mainimg-inner {
  background-color: var(--gray-color03);
}
@media (max-width: 767px) {
  #mainimg .mainimg-box {
    position: relative;
    margin-bottom: -60px;
  }
}
@media (min-width: 768px) {
  #mainimg .mainimg-box {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: min-content 1fr;
    gap: 0 20px;
    padding-left: 20px;
    padding-block: 70px 60px;
  }
}
@media (min-width: 1320px) {
  #mainimg .mainimg-box {
    margin-inline: auto;
    padding-left: 0;
    width: 1200px;
    grid-template-columns: 40% 60%;
  }
}
#mainimg .mainimg-copy {
  z-index: 1;
}
@media (max-width: 767px) {
  #mainimg .mainimg-copy {
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    left: 20px;
    width: 59.7%;
  }
}
@media (min-width: 768px) {
  #mainimg .mainimg-copy {
    width: min(567px, 50vw);
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 8%;
    position: relative;
  }
}
@media (max-width: 767px) {
  #mainimg .mainimg-btn {
    position: absolute;
    bottom: min(85px, 60px + 4vw);
    z-index: 1;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #mainimg .mainimg-btn {
    padding-right: 20px;
    position: relative;
    z-index: 1;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media (min-width: 1020px) {
  #mainimg .mainimg-btn {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#mainimg .mainimg-lead {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  #mainimg .mainimg-lead {
    padding-block: 50px;
  }
}
#mainimg .btn-search {
  letter-spacing: 4px;
}
@media (max-width: 1019px) {
  #mainimg .btn-search {
    text-align: center;
  }
}
#mainimg .btn-search a {
  background-color: var(--orange-color);
  font-weight: bold;
  border-radius: 25px;
  padding: 13px 25px;
  display: inline-block;
}
@media (min-width: 768px) {
  #mainimg .btn-search a {
    width: 100%;
    max-width: 320px;
    text-align: center;
    font-size: 1.8rem;
  }
}
#mainimg .mainimg-figure {
  aspect-ratio: 375/400;
  overflow: hidden;
}
@media (min-width: 768px) {
  #mainimg .mainimg-figure {
    aspect-ratio: 1080/540;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 1020px) {
  #mainimg .mainimg-figure {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (min-width: 1320px) {
  #mainimg .mainimg-figure {
    margin-right: calc(600px - 50vw);
  }
}
@media (min-width: 768px) {
  #mainimg .mainimg-txt-bnr {
    position: relative;
  }
  #mainimg .mainimg-txt-bnr::before {
    content: "";
    background-color: var(--gray-color03);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 70px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #mainimg .mainimg-txt-bnr {
    position: relative;
    margin-top: -30px;
    background-color: rgba(242, 242, 242, 0.9);
    padding: 20px;
  }
}
#mainimg #banner .bnr-item:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #mainimg #banner .bnr-item:not(:first-child) {
    margin-top: 20px;
  }
}

/******************************************************************
  ■index
*****************************************************************/
#index .contents-tit {
  margin-bottom: 25px;
  padding-top: 13px;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  #index .contents-tit {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}

.top-area {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top-area {
    width: min(860px, 100%);
  }
}
@media (max-width: 767px) {
  .top-area {
    width: min(440px, 100%);
  }
}

/* top-category
------------------------------------*/
#top-category .category-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 3vw, 45px);
}
@media (max-width: 767px) {
  #top-category .category-box {
    grid-template-columns: repeat(2, 1fr);
    max-width: 440px;
    margin-inline: auto;
  }
}
#top-category .category-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-block: min(3vw, 36px) min(2vw, 24px);
  border: solid 4px transparent;
  background: var(--gray-color03);
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  #top-category .category-item a {
    padding-block: 20px 14px;
  }
}
#top-category .category-item a:hover {
  border-color: var(--orange-color);
}
#top-category .category-img {
  width: min(80px, 39.6%);
  flex: 1;
  display: grid;
  place-content: center;
}
#top-category .category-img svg {
  width: 100%;
  fill: var(--gray-color02);
}
#top-category .fashion svg {
  aspect-ratio: 80/67;
}
@media (max-width: 767px) {
  #top-category .goods .category-img {
    width: min(71px, 45%);
  }
}
#top-category .goods svg {
  aspect-ratio: 71/63;
}
#top-category .gourmet svg {
  aspect-ratio: 51/32;
}
#top-category .services .category-img {
  width: min(60px, 29%);
}
#top-category .services svg {
  aspect-ratio: 1/1;
}
#top-category .category-name {
  text-align: center;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1.2;
  font-weight: bold;
  height: 2.5em;
  display: grid;
  place-content: center;
}
#top-category .category-name-en {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 1px var(--gray-color01), 0 0 0 #545454;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  #top-category .category-name-en {
    font-size: 1.2rem;
    bottom: 10px;
  }
}

/* banner
------------------------------------*/
@media (min-width: 768px) {
  #banner {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #banner .contents-inn {
    padding: 0 0 10px;
  }
}
@media (min-width: 768px) {
  #banner .contents-inn {
    padding-block: 0 20px;
  }
}

/* top-list
------------------------------------*/
#top-list {
  background: url(../img/top/bg-pickup.jpg) top 20px center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  #top-list .contents-inn {
    padding-bottom: 40px;
  }
}
#top-list .list-block-item {
  margin-inline: calc(50% - 50vw);
}
#top-list .block-item-wrap {
  position: relative;
  container-type: inline-size;
  margin: 0.7em 10px 40px;
  box-shadow: 2px 2px 5px 0 var(--gray-color01);
  background-color: var(--white-color);
}
@media (max-width: 767px) {
  #top-list .block-item-wrap {
    margin-bottom: 25px;
  }
}
#top-list .block-item {
  display: block;
  padding-block: 15px 5px;
  padding-inline: 15px;
}
@media (max-width: 1319px) {
  #top-list .block-item {
    padding-inline: min(20px, 3cqw);
  }
}
#top-list .new-label {
  position: absolute;
  top: -0.7em;
  left: 15px;
}
#top-list .tag-category {
  background: none;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #top-list .tag-category svg {
    width: 20px;
  }
}
#top-list .list-logo {
  margin: 20px auto;
  max-width: 160px;
}
#top-list .list-logo img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-list .list-txt-BOX .list-txt-l {
  line-height: 1.4;
}
#top-list .list-txt-BOX .list-txt-l .item-tit {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#top-list .list-txt-BOX .list-txt-l .item-txt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  height: 38px;
}
#top-list .txt-setsumeikai-BOX {
  min-height: 1em;
  margin-bottom: 10px;
}
#top-list .txt-setsumeikai-BOX .txt-setsumeikai {
  margin-bottom: 0;
  padding-block: 0.2em;
  font-size: clamp(1rem, 4cqw, 1.2rem);
  line-height: 1.2;
}
#top-list .txt-koyou {
  display: flex;
  margin-bottom: 10px;
  gap: 5px;
  flex-wrap: wrap;
}
#top-list .txt-koyou .tags {
  font-size: 1.2rem;
  font-size: clamp(1rem, 4cqw, 1.2rem);
}
#top-list .txt-company-name {
  margin: 0 0 10px;
  height: 95px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
#top-list .brandItem-btnfavorite {
  position: absolute;
  top: 13px;
  right: 15px;
}

/* search
------------------------------------*/
@media (max-width: 767px) {
  #search .contents-inn {
    padding-inline: 0;
  }
}

/* top-interview
------------------------------------*/
#top-interview .contents-inn {
  padding-bottom: 0;
}
#top-interview .topstaff-list {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#top-interview .topstaff-list .topstaff-item {
  width: 47.5%;
  width: calc(50% - 10px);
  display: block;
  border: 1px solid var(--gray-color01);
  box-shadow: 10px 10px 0 var(--pink-color);
  background-color: var(--white-color);
  padding: 20px;
}
#top-interview .topstaff-list .topstaff-item:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  #top-interview .topstaff-list .topstaff-item {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #top-interview .topstaff-list .topstaff-item {
    width: calc(50% - 20px);
  }
}
#top-interview .topstaff-list .topstaff-box .tag-category {
  background: none;
  font-size: 1.1rem;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #top-interview .topstaff-list .topstaff-box .tag-category {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  #top-interview .topstaff-list .topstaff-box .tag-category svg {
    width: 20px;
  }
}
#top-interview .topstaff-list .topstaff-box .txt-category {
  white-space: normal;
}
@media (min-width: 768px) {
  #top-interview .topstaff-list .topstaff-prof {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#top-interview .topstaff-list .topstaff-prof-logo {
  box-shadow: 5px 5px var(--pink-color);
  margin: 0 auto 10px;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  #top-interview .topstaff-list .topstaff-prof-logo {
    margin: 0;
    width: calc(41% - 10px);
  }
}
#top-interview .topstaff-list .topstaff-prof-logo img {
  border: solid 1px var(--gray-color01);
}
@media (min-width: 768px) {
  #top-interview .topstaff-list .topstaff-prof-img {
    width: calc(59% - 10px);
  }
}
#top-interview .topstaff-list .topstaff-prof-txt {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #top-interview .topstaff-list .topstaff-prof-txt {
    font-size: 1.4rem;
  }
}

/* top-benefit
------------------------------------*/
#top-benefit {
  position: relative;
}
@media (min-width: 768px) {
  #top-benefit {
    margin-bottom: 60px;
  }
}
#top-benefit::before {
  content: "";
  position: absolute;
  top: 18vw;
  right: 0;
  left: 30px;
  bottom: 20px;
  z-index: -1;
  background: var(--bule-color01);
}
@media (min-width: 1320px) {
  #top-benefit::before {
    left: calc(50% - 525px);
  }
}
#top-benefit .topbenefit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 40px);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #top-benefit .topbenefit-list {
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  #top-benefit .topbenefit-list {
    margin-left: -20px;
  }
}
#top-benefit .topbenefit-list .topbenefit-item {
  position: relative;
  box-shadow: 2px 2px 5px 0 var(--gray-color01);
}
#top-benefit .topbenefit-list .topbenefit-item img {
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-benefit .topbenefit-list .topbenefit-item .topbenefit-item-txt {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  padding-inline: 20px 37px;
  width: 100%;
  min-height: clamp(40px, 6vw, 60px);
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
}
#top-benefit .topbenefit-list .topbenefit-item .topbenefit-item-txt .topbenefit-tlt {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

/* access
------------------------------------*/
#access::before {
  display: block;
  content: "";
  z-index: -1;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 20px;
  background: var(--yellow-color01);
}
@media (min-width: 1320px) {
  #access::before {
    right: calc(50% - 525px);
  }
}
@media (min-width: 768px) {
  #access .access-wrap {
    display: flex;
  }
}
#access .access-wrap .access-logo {
  margin-bottom: 17px;
  padding-block: 25px;
  background-color: var(--white-color);
  width: min(300px, 100%);
}
@media (min-width: 768px) {
  #access .access-wrap .access-logo {
    align-self: flex-start;
    margin-right: 40px;
    padding-block: 40px;
  }
}
#access .access-wrap .access-logo figure {
  margin-inline: auto;
  width: 167px;
}
@media (min-width: 768px) {
  #access .access-wrap .access-address {
    width: calc(100% - 340px);
  }
}
#access .access-wrap .access-address .access-facility-name {
  margin-bottom: 10px;
  font-weight: bold;
}
#access .access-wrap .access-address .btn-map {
  padding: 8px 30px 8px 20px;
  width: min(14em, 100%);
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 767px) {
  #access .access-wrap .access-address .btn-map {
    font-size: 1.4rem;
  }
}
#access .access-wrap .access-address .arrow01::after {
  top: -1px;
  right: 18px;
}
#access .access-wrap .access-address .access_mapurl {
  margin-bottom: 18px;
}
#access .access-wrap .access-address .access-box {
  margin-bottom: 10px;
}
#access .access-wrap .access-address .access-txt {
  font-size: 1.4rem;
}

/* sns
------------------------------------*/
#share .sns-link {
  display: grid;
  grid-template-columns: repeat(4, auto);
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  #share .sns-link {
    grid-template-columns: repeat(2, auto);
    gap: 12px 16px;
  }
}
@media (max-width: 767px) {
  #share .sns-item {
    flex: 1;
  }
}
#share .sns-item a {
  padding: 10px 24px;
  border: solid 1px var(--gray-color01);
  display: flex;
  align-items: center;
  gap: 0.5em;
  min-width: 9em;
  box-shadow: 6px 6px 0 var(--gray-color03);
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  #share .sns-item a {
    padding: 3px 16px;
  }
}
#share .sns-item a::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
#share .sns-item.mail a::before {
  background-color: #d3d3d3;
}
#share .sns-item.twitter a::before {
  background-color: #666666;
}
#share .sns-item.line a::before {
  background-color: #8fc98f;
}
#share .sns-item.facebook a::before {
  background-color: #8cbaf5;
}

/* top-sticky-btn
------------------------------------*/
#index #sticky_bottom {
  display: none;
}

.top-sticky-btn {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.top-sticky-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--gray-color01);
  padding-left: 12px;
  width: 141px;
  aspect-ratio: 141/103;
  border-radius: 50px 0 0 50px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-sticky-btn a {
    gap: 5px;
    width: 74px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .top-sticky-btn a {
    gap: 10px;
    padding-top: 5px;
  }
}
.top-sticky-btn .top-sticky-img {
  width: min(40px, 28.5%);
  aspect-ratio: 73/71;
  fill: var(--gray-color02);
}

/******************************************************************
  ■list
*****************************************************************/
.terms-btn {
  width: 100%;
  background-color: var(--gray-color01);
  max-width: 320px;
  margin: 0 auto 14px;
}
.terms-btn a {
  display: block;
  padding: 16px 0;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.listSpnHdn {
  display: none;
}
@media (min-width: 1020px) {
  .listSpnHdn {
    display: block;
  }
}

.listPcHdn {
  display: block;
}
@media (min-width: 1020px) {
  .listPcHdn {
    display: none;
  }
}

.listItem-wrap .paging-count {
  margin-bottom: 30px;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--gray-color02);
}
.listItem-wrap .paging-count .a-count {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .listItem-wrap .paging-count .a-count {
    font-size: 2.4rem;
  }
}
.listItem-wrap .paging-count .e-count {
  padding-left: 10px;
}
.listItem-wrap .no-kyujin {
  text-align: center;
  margin-top: 100px;
  line-height: 1.5;
}
.listItem-wrap .no-kyujin-home {
  text-align: center;
  margin: 100px 0;
}
.listItem-wrap .list-lead-box {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-shadow: 1px 1px 0px var(--white-color);
}
.listItem-wrap .list-lead-box .list-lead-list {
  line-height: 1.5;
  text-shadow: 1px 1px 0px var(--white-color);
}
.listItem-wrap .list-lead-box .list-lead-list li {
  margin-bottom: 5px;
}
.listItem-wrap .list-lead-box .list-lead-list li:nth-child(3) {
  margin-bottom: 1em;
}
.listItem-wrap .list-favorite-num {
  margin-bottom: 30px;
  text-shadow: 0px 0px 20px var(--white-color);
}

.listItem {
  border: solid 1px var(--gray-color01);
  background: var(--white-color);
  position: relative;
  padding: 18px;
}
@media (max-width: 767px) {
  .listItem {
    padding-top: 0;
  }
}
.listItem:not(:last-child) {
  margin-bottom: 32px;
}
.listItem .new-label {
  position: absolute;
  top: -16px;
  left: 10px;
  z-index: 10;
}
@media (min-width: 1020px) {
  .listItem .new-label {
    top: -10px;
    left: 20px;
  }
}

.new-label-fav .new-label {
  position: absolute;
  left: 10px;
  z-index: 10;
}
@media (min-width: 1020px) {
  .new-label-fav .new-label {
    top: -10px;
    left: 84px;
  }
}

.listItem-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .listItem-box {
    grid-template-columns: min(320px, 35%) 1fr;
    grid-template-rows: min-content min-content auto min-content;
  }
}
@media (max-width: 767px) {
  .listItem-box .listItem-img-wrap {
    order: 1;
  }
}
@media (min-width: 768px) {
  .listItem-box .listItem-img-wrap {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}
@media (min-width: 1020px) {
  .listItem-box .listItem-img-wrap {
    grid-row: 1/5;
  }
}
.listItem-box .listItem-img-wrap .tag-category {
  min-height: 38px;
  line-height: 1;
  font-size: 1.4rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .listItem-box .listItem-img-wrap .tag-category {
    margin-inline: -18px;
  }
}
.listItem-box .listItem-img-wrap .tag-category svg {
  width: 20px;
}
.listItem-box .listItem-img-wrap .listItem-img {
  padding: 20px 20px 0;
}
.listItem-box .listItem-img-wrap .listItem-img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .listItem-box .listItem-img-wrap .listItem-img {
    max-width: 220px;
    margin-inline: auto;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .listItem-box .listItem-copy {
    order: 3;
  }
}
@media (min-width: 768px) {
  .listItem-box .listItem-copy {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 1020px) {
  .listItem-box .listItem-copy {
    padding-right: 48px;
  }
}
.listItem-box .listItem-copy .listItem-tit {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .listItem-box .listItem-copy .listItem-tit {
    display: grid;
    align-items: center;
    min-height: 38px;
  }
}
@media (max-width: 767px) {
  .listItem-box .listItem-type {
    order: 2;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .listItem-box .listItem-type {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.listItem-box .listItem-type .txt-setsumeikai {
  display: block;
  margin-block: 5px 0;
  padding: 0 0.5em;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0;
  background-color: var(--yellow-color02);
}
@media (min-width: 768px) {
  .listItem-box .listItem-type .txt-setsumeikai {
    margin-top: 0;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .listItem-box .listItem-txt {
    order: 4;
  }
}
@media (min-width: 768px) {
  .listItem-box .listItem-txt {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.listItem-box .listItem-txt .listItem-name {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.listItem-box .listItem-txt .listItem-txt-cts dl {
  display: flex;
  margin-top: 10px;
}
.listItem-box .listItem-txt .listItem-txt-cts dl dt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 10px;
  flex: 0 0 38px;
}
.listItem-box .listItem-txt .listItem-txt-cts dl dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .listItem-box .listItem-txt .listItem-txt-cts dl dd {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .listItem-box .listItem-btn-wrap {
    order: 5;
  }
}
@media (min-width: 768px) {
  .listItem-box .listItem-btn-wrap {
    grid-column: 1/3;
    grid-row: 4/5;
    margin-right: 60px;
  }
}
@media (min-width: 1020px) {
  .listItem-box .listItem-btn-wrap {
    margin-right: 0;
    grid-column: 2/3;
  }
}

.listItem-btnfavorite {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 1020px) {
  .listItem-btnfavorite {
    top: 0px;
    bottom: auto;
    right: -5px;
  }
}
.listItem-btnfavorite .btn {
  text-align: center;
  font-size: 1rem;
}
.listItem-btnfavorite .delSingle-btn .btn {
  display: flex;
  flex-direction: column;
}
.listItem-btnfavorite .delSingle-btn .btn::after {
  content: "削除";
  font-size: 1.2rem;
  font-weight: normal;
}
.listItem-btnfavorite .delSingle-btn .btn .btnDelete-ic {
  width: 20px;
  height: 20px;
}

/* キープ一覧ページ
------------------------------------*/
.listItem.list-favorite {
  padding: 0;
}
.listItem.list-favorite .listItem-inner {
  display: flex;
}
.listItem.list-favorite .listItem-box {
  border-left: var(--gray-color03) 1px solid;
  padding: 18px;
  width: calc(100% - 52px);
}
@media (max-width: 767px) {
  .listItem.list-favorite .listItem-box {
    padding-top: 0;
    width: calc(100% - 38px);
  }
}
.listItem.list-favorite .listItem-btnfavorite {
  right: 18px;
  bottom: 18px;
}
@media (min-width: 1020px) {
  .listItem.list-favorite .listItem-btnfavorite {
    top: 18px;
    bottom: auto;
  }
}

.listItem-checkfavorite {
  width: 52px;
  /*お気に入り削除チェックボックス*/
}
@media (max-width: 767px) {
  .listItem-checkfavorite {
    width: 38px;
    background: var(--white-color);
    text-align: center;
    vertical-align: middle;
  }
}
.listItem-checkfavorite label {
  width: 100%;
  display: block;
  vertical-align: middle;
  cursor: pointer;
}
.listItem-checkfavorite input[type=checkbox] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox\9 ;
  margin: 30px 0;
  cursor: pointer;
}
.listItem-checkfavorite .listItem-box {
  width: 100%;
}
.listItem-checkfavorite .listItem-box .listItem-img {
  width: auto;
  margin: 0 auto 30px 0;
}
.listItem-checkfavorite .listItem-box .listItem-img a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
}
.listItem-checkfavorite [type=checkbox] {
  display: none;
}
.listItem-checkfavorite .checkbox + .checkbox-icon {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.listItem-checkfavorite .checkbox-icon::before, .listItem-checkfavorite .checkbox-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  cursor: pointer;
}
.listItem-checkfavorite .checkbox-icon::before {
  transition: border-color 0.2s linear;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 2px solid var(--gray-color01);
  opacity: 1;
  left: 18px;
}
@media (max-width: 767px) {
  .listItem-checkfavorite .checkbox-icon::before {
    left: 11px;
  }
}
.listItem-checkfavorite .checkbox-icon::after {
  transition: opacity 0.2s linear;
  width: 7px;
  height: 10px;
  left: 22px;
  bottom: 3px;
  border-right: 3px solid var(--white-color);
  border-bottom: 3px solid var(--white-color);
  opacity: 0;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .listItem-checkfavorite .checkbox-icon::after {
    left: 16px;
  }
}
.listItem-checkfavorite input[type=checkbox]:checked + .checkbox-icon:before {
  border: 2px solid var(--gray-color02);
  background: var(--gray-color02);
}
.listItem-checkfavorite input[type=checkbox]:checked + .checkbox-icon:after {
  opacity: 1;
}

_:lang(x)::-ms-backdrop, .listItem-checkfavorite .delSelect-check {
  margin: 143px 0 0 0px;
  padding: 0;
}
@media (max-width: 767px) {
  _:lang(x)::-ms-backdrop, .listItem-checkfavorite .delSelect-check {
    margin: 255px 0 0 0px;
  }
}

@media (max-width: 767px) {
  #list .search .contents-inn {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #list .search .btn_plus {
    display: none;
  }
}
#list .search .btn-search-tgl {
  cursor: none;
}

/******************************************************************
  ■detail
*****************************************************************/
.detail-wrap {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  #detail-cts .contents-inn {
    padding-block: 25px;
  }
}
#detail-cts .job {
  text-align: center;
  margin-bottom: 3px;
  font-size: 1.6rem;
}
@media (min-width: 1020px) {
  #detail-cts .job {
    margin-bottom: 32px;
    font-size: 2.4rem;
    font-weight: bold;
  }
}
#detail-cts .mb25 {
  margin-bottom: 25px;
}

.detail-new-label {
  margin-bottom: 5px;
  line-height: 20px;
}

.detailItem-top {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .detailItem-top {
    display: grid;
    grid-template-columns: 270px 1fr;
    grid-template-rows: min-content 1fr;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .detailItem-top .detailItem-cat {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.detailItem-top .detailItem-img {
  padding: 20px;
  background: var(--white-color);
}
@media (max-width: 767px) {
  .detailItem-top .detailItem-img {
    margin: 10px auto;
    width: min(300px, 62%);
  }
}
@media (min-width: 768px) {
  .detailItem-top .detailItem-img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media (min-width: 768px) {
  .detailItem-top .detailItem-tagsbox {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.detailItem-cts .tag-category {
  font-size: 1.4rem;
  min-height: 30px;
}
@media (min-width: 768px) {
  .detailItem-cts .tag-category {
    padding-inline: 10px;
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .detailItem-cts .tag-category {
    padding-left: 30px;
    margin-inline: calc(50% - 50vw);
  }
}
.detailItem-cts .tag-category svg {
  width: 20px;
}
.detailItem-cts .txt-setsumeikai {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 2px 6px;
  text-align: left;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .detailItem-cts .txt-setsumeikai {
    margin-top: 10px;
  }
}
.detailItem-cts .detailItem-style {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .detailItem-cts .detailItem-style {
    margin-top: 10px;
  }
}
.detailItem-cts .slash::before {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.detailItem-cts .slash:first-child::before {
  content: none;
}
.detailItem-cts .youken-clear {
  margin-right: 0;
  padding: 0;
  margin-bottom: 0;
  border: none;
}
@media (min-width: 1020px) {
  .detailItem-cts .youken-clear {
    margin-left: 0 !important;
  }
}
.detailItem-cts .anchor-link {
  border-top: 1px solid var(--gray-color02);
  padding-top: 30px;
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
@media (min-width: 1020px) {
  .detailItem-cts .anchor-link {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .detailItem-cts .anchor-link {
    margin-bottom: 16px;
  }
}
.detailItem-cts .anchor-link li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--gray-color01);
}
.detailItem-cts .anchor-link li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .detailItem-cts .anchor-link li a:hover {
    color: var(--orange-color);
  }
}

.detailItem {
  position: relative;
  padding: 10px 0;
  background-color: var(--white-color);
}
@media (min-width: 768px) {
  .detailItem {
    padding: 30px;
    border: var(--gray-color02) 1px solid;
  }
}

.detailItem-cts-tit {
  text-align: center;
  font-size: 1.8rem;
  background-color: var(--gray-color04);
  color: var(--white-color);
}
@media (min-width: 768px) {
  .detailItem-cts-tit {
    margin: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .detailItem-cts-tit {
    margin-inline: calc(50% - 50vw);
    margin-bottom: 8px;
    padding: 8px 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.detailItem-tit {
  padding-bottom: 15px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 1020px) {
  .detailItem-tit {
    padding-bottom: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .detailItem-tit {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .detailItem-tit {
    padding-bottom: 30px;
  }
}
.detailItem-tit span {
  display: block;
  margin-bottom: 10px;
  color: var(--gray-color01);
  font-weight: normal;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .detail-flx {
    display: block;
    padding: 0 20px 30px;
  }
}
@media (min-width: 1020px) {
  .detail-flx {
    padding: 0;
  }
}
.detail-flx .detailItem-tit {
  width: 100%;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .detail-flx .detailItem-tit {
    order: 1;
  }
}
@media (min-width: 768px) {
  .detail-flx .detailItem-tit.detailItem-gallery-on {
    float: left;
    width: calc(50% - 15px);
  }
}
.detail-flx .detailItem-subtit {
  margin-bottom: 30px;
  width: 100%;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .detail-flx .detailItem-subtit {
    order: 3;
  }
}
@media (min-width: 768px) {
  .detail-flx .detailItem-subtit {
    margin-bottom: 0;
  }
  .detail-flx .detailItem-subtit.detailItem-gallery-on {
    float: left;
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .detail-flx .detailItem-gallery {
    order: 2;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .detail-flx .detailItem-gallery {
    width: calc(50% - 15px);
    float: right;
  }
  .detail-flx .detailItem-gallery p {
    text-align: center;
  }
  .detail-flx .detailItem-gallery p img {
    max-width: 300px;
  }
}
.detail-flx .detailItem-gallery .slide-item {
  height: auto !important;
}
@media (max-width: 767px) {
  .detail-flx .detailItem-gallery .slide-item {
    min-height: inherit;
  }
}
.detail-flx .detailItem-gallery .slick-slide img {
  min-width: 100%;
}

.detail-cts-item {
  display: block;
  width: 100%;
}
@media (min-width: 1020px) {
  .detail-cts-item {
    border-bottom: solid 1px var(--gray-color01);
  }
}
.detail-cts-item .copy-order {
  display: flex;
  flex-direction: column-reverse;
}
.detail-cts-item .detail-cts-tit {
  padding-bottom: 12px;
  text-align: left;
  padding: 16px 0;
  vertical-align: middle;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 1020px) {
  .detail-cts-item .detail-cts-tit {
    display: table-cell;
    padding-block: 20px;
    width: 12em;
  }
}
@media (max-width: 767px) {
  .detail-cts-item .detail-cts-tit {
    width: 100%;
    display: block;
    padding: 8px 0;
    border-bottom: 2px solid var(--gray-color03);
  }
}
@media (min-width: 1020px) {
  .howto-entry .detail-cts-item .detail-cts-tit {
    width: 7em;
  }
}
@media (max-width: 767px) {
  .detail-cts-item h3 {
    width: auto;
    padding: 10px 0 5px;
    display: block;
    font-size: 1.4rem;
  }
}
.detail-cts-item .detail-cts-txt {
  display: table-cell;
  padding: 16px 0;
  line-height: 2;
  word-break: break-all;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media (min-width: 1020px) {
  .detail-cts-item .detail-cts-txt {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .detail-cts-item .detail-cts-txt {
    padding: 8px 0 10px;
    display: block;
  }
}
.detail-cts-item .font-size14 {
  font-size: 1.6rem;
}
@media (min-width: 1020px) {
  .detail-cts-item .font-size14 {
    font-size: 1.4rem;
  }
}
.detail-cts-item .main-arrow02-color-af {
  padding-right: 40px;
  background: url(../img/common/target-blunk.png) no-repeat;
  background-size: 14px;
  background-position: right 15px center;
}

.detail-shop-manager {
  padding: 8px 0 10px;
  display: block;
}
@media (min-width: 1020px) {
  .detail-shop-manager {
    margin-top: 0;
    padding: 0;
  }
}
.detail-shop-manager .shop-manager-img figure {
  margin-block: 30px;
  height: 180px;
  overflow: hidden;
  text-align: center;
}
.detail-shop-manager .shop-manager-img figure img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-shop-manager .shop-manager-txt {
  line-height: 1.9;
}

.detail-interview .detail-staff-list {
  margin-bottom: 50px;
}
.detail-interview .detail-staff-list li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .detail-interview .detail-staff-list {
    padding-inline: 20px;
  }
}
.detail-interview .staff-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
.detail-interview .btn-common {
  margin-top: 20px;
  padding: 0;
  font-size: 1.4rem;
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.anchor {
  display: block;
}
@media (max-width: 767px) {
  .anchor {
    padding-top: 58px !important;
    margin-top: -58px !important;
  }
}

.detail-button {
  padding-inline: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .detail-button {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .detail-button {
    margin-top: 30px;
    margin-inline: auto;
    max-width: min(440px, 100%);
  }
}
@media (min-width: 768px) {
  .detail-button li.detail-button-app {
    width: min(320px, 100%);
  }
}
@media (max-width: 767px) {
  .detail-button li.detail-button-app + .detail-button-app {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .detail-button li.detaiItem-btnfavorite {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .detail-button li.detaiItem-btnfavorite {
    position: absolute;
    top: 5px;
    right: 15px;
  }
}
.detail-button li.detaiItem-btnfavorite .btn {
  display: grid;
  place-items: center;
}
.detail-button .btn-common {
  display: block;
}
@media (max-width: 767px) {
  .detail-button .btn-common {
    width: min(320px, 100% - 75px);
  }
}

.column-2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1020px) {
  .column-2 {
    width: 100%;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .column-2 .mr30 {
    margin-right: 30px;
  }
}
.column-2 .detailItem-cts {
  width: 100%;
}
@media (min-width: 1020px) {
  .column-2 .detailItem-cts {
    width: 50%;
  }
  .column-2 .detailItem-cts:only-child {
    width: 100%;
    margin-right: 0;
  }
}
.column-2 .detail-shop-manager {
  width: 100%;
}
@media (min-width: 1020px) {
  .column-2 .detail-shop-manager {
    width: 50%;
  }
}

/* Sticky Bottom
------------------------------------*/
.sticky_bottom_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 0;
  right: 0;
}
@media (min-width: 1020px) {
  .sticky_bottom_wrap {
    max-width: inherit;
  }
}

#sticky_bottom {
  display: none;
  width: 100%;
  overflow: hidden;
  background-color: rgba(241, 241, 241, 0.8);
  padding: 20px 20px 20px 60px;
}
@media (min-width: 1020px) {
  #sticky_bottom {
    padding: 20px 0;
  }
}
#sticky_bottom .sticky_link {
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: center;
}
#sticky_bottom .sticky_link .ml25 {
  margin-left: 9px;
}
@media (min-width: 1020px) {
  #sticky_bottom .sticky_link .ml25 {
    margin-left: 19px;
  }
}
#sticky_bottom .sticky_link .favorite-btn {
  margin-left: 25px;
}
#sticky_bottom .sticky_link li {
  display: inline-block;
  vertical-align: middle;
  width: 47%;
}
@media (min-width: 768px) {
  #sticky_bottom .sticky_link li {
    width: 33%;
  }
}
@media (min-width: 1020px) {
  #sticky_bottom .sticky_link li {
    width: auto;
    max-width: inherit;
  }
}
#sticky_bottom .sticky_link li .btn-common {
  padding: 10px 5px;
  height: 60px;
  min-width: inherit;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background: var(--orange-color);
  border-color: var(--orange-color);
}
@media (min-width: 1020px) {
  #sticky_bottom .sticky_link li .btn-common {
    width: 320px;
    max-width: inherit;
    font-size: 1.8rem;
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  #sticky_bottom .sticky_link li .btn-common {
    font-size: 1.6rem;
  }
}
#sticky_bottom .sticky_link li .btn-common .btn-teltxt {
  line-height: 1.1;
  font-size: clamp(1.2rem, 4vw, 1.8rem);
}
#sticky_bottom .sticky_link li .detaiItem-btnfavorite figure {
  display: block;
  text-align: center;
}
#sticky_bottom .sticky_link .SpnHdn {
  display: none;
}
@media (min-width: 1020px) {
  #sticky_bottom .sticky_link .SpnHdn {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #sticky_bottom .btnwebentry-ic, #sticky_bottom .btntelentry-ic {
    width: 12px;
    margin-right: 5px;
  }
}

/******************************************************************
  ■preview
*****************************************************************/
#preview-header ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#preview-header ul li {
  display: inline-block;
  width: calc(33.3333333333% - 12px);
  margin: 0 auto;
}
#preview-header ul li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  color: var(--white-color);
  border-radius: 30px;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: bold;
  position: relative;
  background: var(--gray-color01);
}

.preview-item {
  background: var(--gray-color03);
  padding: 30px;
  margin: 0 0 30px 0;
}
.preview-item .preview-item-inner {
  margin: 0 0 2em 0;
}
.preview-item .preview-item-inner .tit {
  border-left: 3px solid;
  margin: 0 0 1em 0;
  padding: 0 0 0 8px;
  line-height: 1;
}
.preview-item .preview-item-inner li {
  background: var(--white-color);
  padding: 6px 12px;
  margin: 0 0 5px 5px;
  line-height: 1;
  border-radius: 30px;
}
.preview-item .preview-item-inner:last-child {
  margin: 0 0 0 0;
}

.check-box {
  text-align: center;
  background: var(--gray-color03);
  padding: 15px;
  margin: 0 0 30px 0;
}

.preview-kc-link a {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  color: var(--white-color);
  border-radius: 30px;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: bold;
  position: relative;
  background: var(--gray-color02);
}

/******************************************************************
  ■interview
*****************************************************************/
/* インタビューページ用タグ
------------------------------------*/
.staff-list li {
  border: 2px solid var(--gray-color01);
  padding: 20px;
  background: var(--white-color);
  box-shadow: 10px 10px 0 var(--pink-color);
  container-type: inline-size;
}
@media (max-width: 480px) {
  .staff-list li {
    padding: 10px;
    box-shadow: 5px 5px 0 var(--pink-color);
  }
}
.staff-list li .staff-prof-shop {
  margin: 20px auto;
  padding: 10px;
  width: max(140px, 65%);
  border: 1px solid var(--gray-color01);
  box-shadow: 5px 5px 0 var(--pink-color);
}
@container (max-width: 160px) {
  .staff-list li .staff-prof-shop {
    width: 95%;
  }
}
@container (max-width: 160px) {
  .staff-list li .txt-category {
    font-size: clamp(1.1rem, 10cqw, 1.6rem);
  }
}
.staff-list li .staff-prof-job {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@container (max-width: 160px) {
  .staff-list li .staff-prof-job {
    font-size: 1.3rem;
  }
}

#interview .staff-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 50px;
}
@media (max-width: 767px) {
  #interview .staff-list {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  #interview .staff-list {
    grid-template-columns: 1fr 1fr;
  }
}

#load-interviewlist {
  margin-bottom: 40px;
}
#load-interviewlist .tag-category {
  padding-bottom: 10px;
  background: none;
  justify-content: center;
  border-bottom: dotted 1px var(--gray-color01);
}

/* #interview-d
------------------------------------*/
.c-interview-ttl {
  background: var(--pink-color);
}
.c-interview-ttl .contents-inn {
  padding-top: 40px;
}

.c-interview-ttl-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content min-content min-content;
  gap: 20px 40px;
  padding-top: 40px;
}
@media (min-width: 1020px) {
  .c-interview-ttl-box {
    grid-template-columns: 220px 1fr 42%;
    grid-template-rows: min-content 1fr;
    gap: 40px 0;
  }
}
.c-interview-ttl-box .c-interview-logo {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-start;
  padding: 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.c-interview-ttl-box .c-interview-logo img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1019px) {
  .c-interview-ttl-box .c-interview-logo {
    box-shadow: 10px 10px 0 var(--gray-color03);
    max-width: 220px;
    justify-self: flex-end;
    align-self: center;
  }
}
.c-interview-ttl-box .c-interview-prof {
  grid-column: 1/3;
  grid-row: 2/3;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (min-width: 1020px) {
  .c-interview-ttl-box .c-interview-prof {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 20px;
  }
  .c-interview-ttl-box .c-interview-prof::after {
    content: "";
    background: var(--gray-color03);
    position: absolute;
    top: 0;
    left: -200px;
    z-index: -1;
    width: calc(100% + 200px);
    min-height: 175px;
  }
}
.c-interview-ttl-box .c-interview-prof .tag-category {
  background: none;
}
.c-interview-ttl-box .c-interview-prof .prof-company {
  padding-top: 5px;
}
.c-interview-ttl-box .c-interview-prof .prof-job {
  font-size: 1.2rem;
  padding-top: 5px;
}
@media (min-width: 1020px) {
  .c-interview-ttl-box .c-interview-prof .prof-job {
    font-size: 1.4rem;
  }
}
.c-interview-ttl-box .c-interview-prof .prof-job .c-interview-job-cat {
  display: block;
}
.c-interview-ttl-box .c-interview-ttl-img {
  grid-column: 2/3;
  grid-row: 1/2;
}
.c-interview-ttl-box .c-interview-ttl-img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1019px) {
  .c-interview-ttl-box .c-interview-ttl-img {
    box-shadow: 10px 10px 0 var(--gray-color03);
    max-width: 220px;
    justify-self: flex-start;
    align-self: center;
  }
}
@media (min-width: 1020px) {
  .c-interview-ttl-box .c-interview-ttl-img {
    grid-column: 3/4;
    grid-row: 1/3;
    margin-left: min(80px, 10vw);
  }
}
.c-interview-ttl-box .c-interview-ttl-txt {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media (min-width: 1020px) {
  .c-interview-ttl-box .c-interview-ttl-txt {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.c-interview-box-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .c-interview-box-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.c-interview-box-ttl {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-interview-box-ttl {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.c-interview-box-img {
  align-self: flex-start;
  position: relative;
}
.c-interview-box-img::after {
  content: "";
  background-color: var(--boxshadow-color);
  aspect-ratio: 580/350;
  width: 100%;
  position: absolute;
  top: -3.5em;
  left: -40px;
  z-index: -1;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-interview-box-img::after {
    top: -2.2em;
    font-size: 1.6rem;
  }
}

.c-interview-box:nth-child(1) .c-interview-box-img::after {
  --boxshadow-color: var(--bule-color02);
}

.c-interview-box:nth-child(2) .c-interview-box-img::after {
  --boxshadow-color: var(--yellow-color01);
}

.c-interview-box:nth-child(3) .c-interview-box-img::after {
  --boxshadow-color: var(--bule-color01);
}

.c-interview-box:nth-child(4) .c-interview-box-img::after {
  --boxshadow-color: var(--pink-color);
}

.c-interview-box-txt {
  line-height: 2;
}
@media (max-width: 767px) {
  .c-interview-box-txt {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .row-reverse .c-interview-box-img {
    order: 2;
  }
}
.row-reverse .c-interview-box-img::after {
  left: auto;
  right: -40px;
}
@media (min-width: 768px) {
  .row-reverse .c-interview-box-txt {
    order: 1;
  }
}
.row-reverse .c-interview-box-ttl {
  text-align: right;
}

.interview-detail #load-interview-shop .contents-tit {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .interview-detail #load-interview-shop .contents-tit {
    margin-bottom: 60px;
  }
}
.interview-detail #load-interview-shop .tags {
  font-size: 1.2rem;
}
@media (min-width: 1020px) {
  .interview-detail #load-interview-shop .tags {
    font-size: 1.4rem;
  }
}
.interview-detail #load-interview-shop .c-interview-ttl-txt .tag-category {
  border-color: transparent;
  background-color: transparent;
}
@media (min-width: 1020px) {
  .interview-detail #load-interview-shop .list-button {
    max-width: 100%;
  }
}
.interview-detail #load-interview-shop .listItem-btn-wrap {
  margin-right: 0;
}
@media (max-width: 767px) {
  .interview-detail #load-interview-shop .list-button li .btn-common {
    margin-inline: auto;
    width: min(300px, 100%);
  }
}

#interview-d #load-interviewlist .staff-list {
  margin-inline: calc(50% - 50vw);
}
#interview-d #load-interviewlist .staff-list li {
  margin-inline: 20px;
}
#interview-d #load-interviewlist .tag-category {
  background: none;
  justify-content: center;
  border-bottom: dotted 1px var(--gray-color01);
}

/******************************************************************
  ■benefit
*****************************************************************/
.benefit-box {
  --boxshadow-color: var(--bule-color01);
  width: 100%;
  border: 2px solid var(--gray-color01);
  padding: 11px 30px 20px 20px;
  margin-bottom: 15px;
  background-color: var(--white-color);
}
@media (min-width: 768px) {
  .benefit-box {
    padding: 35px 40px;
    margin-bottom: 40px;
  }
}
.benefit-box .benefit-tlt {
  font-size: 1.8rem;
  line-height: 2;
  padding-bottom: 12px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .benefit-box .benefit-tlt {
    font-size: 2.4rem;
    line-height: 1.3;
    padding-bottom: 21px;
  }
}
.benefit-box .benefit-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .benefit-box .benefit-item-wrap {
    flex-direction: row;
  }
}
.benefit-box .benefit-item-wrap .benefit-img {
  margin-bottom: 24px;
  box-shadow: 11px 11px 0 var(--boxshadow-color);
}
@media (min-width: 768px) {
  .benefit-box .benefit-item-wrap .benefit-img {
    margin-bottom: 18px;
    box-shadow: 18px 18px 0 var(--boxshadow-color);
  }
}
.benefit-box .benefit-item-wrap .benefit-item-fig {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .benefit-box .benefit-item-wrap .benefit-item-fig {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .benefit-box .benefit-item-wrap .benefit-item-txt {
    width: 60%;
  }
}
.benefit-box .benefit-item-wrap .benefit-item-txt .benefit-txt {
  font-size: 1.4rem;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .benefit-box .benefit-item-wrap .benefit-item-txt .benefit-txt {
    font-size: 1.6rem;
    line-height: 1.9;
    padding-left: 46px;
  }
}

.benefit-list li:nth-child(1) .benefit-item-wrap .benefit-img {
  --boxshadow-color: var(--bule-color01);
}
.benefit-list li:nth-child(2) .benefit-item-wrap .benefit-img {
  --boxshadow-color: var(--pink-color);
}
.benefit-list li:nth-child(3) .benefit-item-wrap .benefit-img {
  --boxshadow-color: var(--bule-color02);
}
.benefit-list li:nth-child(4) .benefit-item-wrap .benefit-img {
  --boxshadow-color: var(--yellow-color01);
}
.benefit-list li:nth-child(5) .benefit-item-wrap .benefit-img {
  --boxshadow-color: var(--bule-color01);
}
.benefit-list li:nth-child(6) .benefit-item-wrap .benefit-img {
  --boxshadow-color: var(--pink-color);
}
.benefit-list li:nth-child(7) .benefit-item-wrap .benefit-img {
  --boxshadow-color: var(--bule-color02);
}
.benefit-list li:nth-child(8) .benefit-item-wrap .benefit-img {
  --boxshadow-color: var(--yellow-color01);
}
.benefit-list li:nth-child(9) .benefit-item-wrap .benefit-img {
  --boxshadow-color: var(--bule-color01);
}
.benefit-list li:nth-child(10) .benefit-item-wrap .benefit-img {
  --boxshadow-color: var(--pink-color);
}

/******************************************************************
  ■lp
*****************************************************************/
@media (max-width: 767px) {
  #lp header {
    height: 61px;
  }
}
@media (max-width: 767px) {
  #lp #container {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #lp .mainimg {
    padding-top: 61px;
  }
}

@media (min-width: 768px) {
  .lp-container .contents-tit {
    margin-bottom: 40px;
    font-size: 3.6rem;
  }
}
.lp-container #lp-kyujin, .lp-container #lp-about {
  margin-top: -35px;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .lp-container .lp-inn {
    padding: 0 30px;
  }
}
.lp-container .no-kyujin {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .lp-container .no-kyujin {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.lp-btn {
  position: relative;
}
.lp-btn a {
  background: var(--orange-color);
  color: var(--gray-color02);
  border-radius: 5px;
  padding: 12px 20px;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .lp-btn a {
    padding: 18px 20px;
  }
}
@media (max-width: 767px) {
  header .lp-btn a {
    border-radius: 0px;
  }
}
.mainimg .lp-btn a {
  position: absolute;
  width: 200px;
  bottom: 40px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mainimg .lp-btn a {
    bottom: 10px;
    width: 120px;
    font-size: 1.8rem;
    padding: 12px 0;
  }
}

.brand-listItem-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .brand-listItem-contents {
    margin-bottom: 50px;
    justify-content: flex-start;
  }
}
.brand-listItem-contents .brandItem {
  margin: 0 20px 20px 0;
  border: solid 3px var(--gray-color01);
  border-radius: 5px;
  display: flex;
}
@media (max-width: 767px) {
  .brand-listItem-contents .brandItem {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .brand-listItem-contents .brandItem {
    width: calc((100% - 60px) / 4);
  }
  .brand-listItem-contents .brandItem:nth-child(4n) {
    margin-right: 0;
  }
}
.brand-listItem-contents .brandItem a {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .brand-listItem-contents .brandItem a {
    padding: 20px;
  }
}
.brand-listItem-contents .brandItem-img-BOX {
  margin-bottom: 10px;
}
.brand-listItem-contents .brandItem-img {
  margin-top: 10px;
  max-width: none;
}
.brand-listItem-contents .brandItem-img img {
  max-height: 100%;
}
.brand-listItem-contents .brandItem-setsumeikai span {
  display: block;
  line-height: 1.5;
  font-weight: bold;
  background: var(--yellow-color02);
  color: var(--gray-color02);
  padding: 3px 5px;
}
.brand-listItem-contents .brandItem-tit {
  margin-top: auto;
  font-size: 1.4rem;
  padding: 10px 5px 0;
}

.lp-lead {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .lp-lead {
    font-size: 1.4rem;
  }
}

.lp-points {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .lp-points {
    margin-top: 80px;
  }
}
.lp-points li {
  width: clamp(85px, 25%, 180px);
}

.lp-about-wrap {
  background: var(--gray-color03);
}

.lp-flow {
  max-width: 1040px;
  margin: 0 auto;
}

.lp-flow-items {
  counter-reset: num;
  background: var(--white-color);
  margin: 60px 0;
}
@media (max-width: 767px) {
  .lp-flow-items {
    margin-top: 50px;
  }
}
.lp-flow-items li {
  position: relative;
  background: var(--white-color);
  padding: 40px;
}
@media (max-width: 767px) {
  .lp-flow-items li {
    padding: 30px;
  }
}
.lp-flow-items .lp-flow-tit {
  margin-bottom: 18px;
  padding-bottom: 13px;
  font-size: 2.8rem;
  border-bottom: solid 1px var(--gray-color02);
  margin: 0 -40px 30px;
  padding-left: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .lp-flow-items .lp-flow-tit {
    margin: 0 -30px 30px;
    padding: 0 10px 0 20px;
    font-size: 1.8rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
  }
}
.lp-flow-items .lp-flow-tit::before {
  content: counter(num);
  counter-increment: num;
  font-size: 6rem;
  font-weight: bold;
  margin-right: 0.8em;
  position: relative;
}
@media (max-width: 767px) {
  .lp-flow-items .lp-flow-tit::before {
    font-size: 4rem;
    margin-right: 0.4em;
  }
}
.lp-flow-items .lp-flow-tit::after {
  content: "STEP";
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  left: 30px;
  top: 25px;
  color: var(--orange-color);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .lp-flow-items .lp-flow-tit::after {
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 15px;
  }
}
.lp-flow-items p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .lp-flow-items p {
    font-size: 1.4rem;
  }
}

.lp-happyentry .happyentry-img {
  text-align: center;
}

/* lp-recruit
------------------------------------*/
#lp-recruit {
  background: var(--white-color);
}
#lp-recruit h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid var(--gray-color02);
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  #lp-recruit h3 {
    margin-top: 32px;
  }
}
#lp-recruit .recruit-place li:nth-child(odd) {
  background: var(--gray-color03);
}
#lp-recruit .recruit-access-data {
  overflow: hidden;
}
#lp-recruit .recruit-access-data dl {
  text-align: left;
}
#lp-recruit .recruit-access-data dt {
  position: relative;
  font-weight: bold;
}
@media (min-width: 768px) {
  #lp-recruit .recruit-access-data dt {
    font-size: 2.4rem;
  }
}
#lp-recruit .recruit-access-data dt::after {
  position: absolute;
  content: "";
  height: 1px;
  background: var(--gray-color01);
  width: 100%;
  top: 50%;
  margin-left: 30px;
}
#lp-recruit .recruit-access-data dd {
  padding: 10px 0 25px 20px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  #lp-recruit .recruit-access-data dd {
    font-size: 1.8rem;
  }
}
#lp-recruit .lp-corp-link {
  font-size: 2rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #lp-recruit .lp-corp-link {
    font-size: 2.4rem;
  }
}
#lp-recruit .btn-lp-map {
  display: block;
  width: 150px;
  margin-top: 20px;
  padding: 4px 0;
  text-align: center;
  text-decoration: none;
  color: var(--gray-color02);
  background: var(--orange-color);
}

/******************************************************************
  ■movie
*****************************************************************/
.movieItem-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.movieItem {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .movieItem {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .movieItem:nth-child(2), .movieItem:last-child {
    margin-right: 0;
  }
}

.movieItem iframe,
.movieItem video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}/*# sourceMappingURL=style.css.map */