@charset "UTF-8";
/* ----------------------------------------------------------------
   HTML 要素
   ---------------------------------------------------------------- */
html {
  font-size: 87.5%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  letter-spacing: 0.1115em;
  font-family: "Nunito", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", "MS Pゴシック", sans-serif;
  background-color: #151519;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
p,
table {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover img,
a:active img,
.btn-hover:hover,
.btn-hover:active {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

::selection {
  color: #fff;
  background: #141418;
}

::-moz-selection {
  color: #fff;
  background-color: #141418;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------
   汎用クラス
   ---------------------------------------------------------------- */
.img-fullwidth {
  width: 100%;
}

.img-limitfullwidth {
  max-width: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.wrapper {
  color: #fff;
}

.mincho {
  font-family: "Roboto Slab", "Times New Roman", "EB Garamond", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* ----------------------------------------------------------------
   page navi
---------------------------------------------------------------- */
.wp-pagenavi {
  width: 85%;
  clear: both;
  margin: auto;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #000;
  padding: 5px 10px !important;
  margin: 3px !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #bfb147;
  color: #fff;
  border-color: #bfb147 !important;
}

/* ----------------------------------------------------------------
   contact form
---------------------------------------------------------------- */
.mw_wp_form {
  width: 85%;
  margin: 0 auto 100px;
}

.table-contact tr th,
.table-contact tr td {
  font-weight: normal;
}

input {
  border: none;
  padding: 0.5em;
  float: 16px;
}

.privacyContact {
  padding: 1em;
}

.privacyContact h4,
.privacyContact p {
  padding-bottom: 1em;
}

.privacyContact div {
  height: 210px;
  overflow-y: scroll;
  width: 80%;
  padding: 1em;
  margin: 0 auto;
  border: 1px solid #fff;
}

.privacyContact .mwform-checkbox-field {
  padding-left: 8em;
}

/* focus */
input[type=text],
textarea {
  outline: none;
  border: 1px solid #cfcfcf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 7px #bfb147;
  border: 1px solid #bfb147;
}

[type=reset],
[type=submit] {
  background: #bfb147;
  color: #fff;
  width: 320px;
  height: 52px;
  cursor: pointer;
  transition: 0.3s;
}

[type=reset]:hover,
[type=submit]:hover {
  background: #000;
  color: #fff;
}

/* ----------------------------------------------------------------
   固定ページ
   ---------------------------------------------------------------- */
.pages h2 {
  border-bottom: 1px solid #f7f8f8;
}

/* ----------------------------------------------------------------
   ヘッダー
   ---------------------------------------------------------------- */
.page-header {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  color: #848484;
}

.page-header h1 a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.page-header a {
  text-decoration: none;
  color: #848484;
}

.header-nav ul {
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #000;
}

.header-nav-en {
  display: inline-block;
  line-height: 1;
  color: #bfb147;
  font-size: 18px;
  letter-spacing: 0.035em;
  font-weight: 300;
  transition: opacity 0.3s ease;
}

.page-header a:hover .header-nav-en,
.page-header a:focus .header-nav-en {
  color: #d2c87e;
}

.header-nav-en::after,
.header-nav-en:focus {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 3px;
  background-color: #bfb147;
  transition: width 0.5s;
}

.header-nav a:hover .header-nav-en::after,
.header-nav a:focus .header-nav-en::after,
.header-nav a:active .header-nav-en::after,
.header-nav .header-nav-current .header-nav-en::after {
  width: 100%;
}

.header-nav-sub li {
  background: transparent url(../img/icon_r_gold_6x9.png) 0 7px no-repeat;
}

.header-btn {
  text-align: center;
}

.lang-switch {
  font-size: 0;
}

.lang-switch li {
  display: inline-block;
  font-size: 0.85rem;
}

.lang-switch li + li::before {
  content: "/";
  margin: 0 0.5rem;
}

.lang-switch a {
  color: #848484;
}

.lang-switch a:hover,
.lang-switch a:active,
html[lang=ja] .lang-switch li[lang=ja] a,
html[lang=en] .lang-switch li[lang=en] a {
  text-decoration: underline;
  color: #bfb147;
}

.bogo-language-switcher {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  font-size: 0.85rem;
}
.bogo-language-switcher > li + li::after {
  content: "/";
  margin: 0 0.5rem;
}
.bogo-language-switcher > li a {
  color: #848484;
}
.bogo-language-switcher > li a:hover, .bogo-language-switcher > li a.current {
  text-decoration: underline;
  color: #bfb147;
}

/* ----------------------------------------------------------------
   トップページ：リード
   ---------------------------------------------------------------- */
.top-lead-text p {
  color: #adadad;
}

.top-lead-text p span {
  color: #fff;
  border-bottom: 1px solid #adadad;
}

/* ----------------------------------------------------------------
   スライダー
   ---------------------------------------------------------------- */
.top-policy {
  position: relative;
}

.top-policy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.top-policy-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2000;
  transform: translate(-50%, -50%);
}

/* ----------------------------------------------------------------
   トップページ：Mission, Information
   ---------------------------------------------------------------- */
.top-mission {
  background-color: #353329;
}

.top-mission-ttl {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.top-information h2 p {
  color: #000;
}

.top-information h2 span {
  color: #000;
}

.top-mission h2,
.top-information h2 {
  text-align: center;
}

.top-mission-list {
  padding: 0;
  list-style-type: none;
}

.top-mission-list li {
  position: relative;
  font-weight: bold;
  color: #fff;
}

.top-mission-list li span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  max-width: 95%;
  transform: translate(-50%, -50%);
}

.top-mission-text {
  text-align: center;
  font-weight: bold;
}

.top-information {
  background-color: #fff;
}

.top-information-item .top-information-btn > a {
  width: 258px;
  line-height: 30px;
  margin: 0 auto;
  text-decoration: none;
  display: block;
}

.top-information-item .top-information-btn > a:hover,
.top-information-item .top-information-btn > a:active {
  background-color: #eaeae1;
  text-decoration: none;
  background-color: #fff;
}

.single-jobs-item.top-information-item h3.jobs-ttl {
  margin-bottom: 10px;
  font-size: 1.29rem;
  font-weight: bold;
  color: #660;
}

.top-information-item h3.jobs-ttl a:link,
.top-information-item h3.jobs-ttl a:visited {
  margin-bottom: 10px;
  font-size: 1.29rem;
  font-weight: bold;
  color: #660;
}

.top-information-item dl,
.top-information-item th {
  color: #660;
}

.top-information-item dt {
  margin-bottom: 10px;
  font-size: 1.29rem;
  font-weight: bold;
}

.top-information-item dd {
  margin-bottom: 15px;
}

.top-information-item table {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-collapse: collapse;
}

.top-information-item tr {
  border-bottom: 1px solid #ccc;
}

.top-information-item th,
.top-information-item td {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

.top-information-item td {
  color: #000;
}

.top-information-btn,
.top-information-more {
  text-align: center;
}

.top-information-btn span {
  display: block;
  padding: 14px 49px;
  border: 1px solid #000;
  background: #000 url(../img/icon_r_white_7x10.png) 30px 50% no-repeat;
  color: #fff;
  box-sizing: border-box;
  transition: background-color 0.5s, border-color 0.5s;
}

.top-information-btn span:hover,
.top-information-btn span:active {
  border-color: #bfb147;
  background-color: #fff;
  background-image: url(../img/icon_r_black_7x10.png);
  color: #000;
}

.top-information-more a:link,
.top-information-more a:visited {
  display: inline-block;
  width: 258px;
  line-height: 30px;
  height: 30px;
  padding: 14px 0;
  border: 1px solid #000;
  background: #fff url(../img/icon_r_gold_7x10.png) 35px 50% no-repeat;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.5s, border-color 0.5s;
  color: #000;
}

.top-information-more a:hover,
.top-information-more a:active {
  background-color: #000;
  color: #fff;
}

/* ----------------------------------------------------------------
   固定ページ共通
   ---------------------------------------------------------------- */
.page-abstract h3 {
  margin-bottom: 30px;
  font-size: 215%;
}

.page-main {
  background-color: #fff;
  color: #231815;
}

.page-main h3 {
  text-align: center;
  color: #b0a44a;
}

.page-main h3 + p {
  font-size: 129%;
}

.page-main hr {
  width: 100px;
  height: 1px;
  border: none;
  background-color: #231815;
}

/* ----------------------------------------------------------------
   「求職者の方へ」ページ
   ---------------------------------------------------------------- */
.page-text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500 !important;
}
.page-text p.fz-normal {
  font-size: inherit;
}
.page-text p.center-txt {
  width: fit-content;
  margin-inline: auto;
}

.page-feature {
  margin-bottom: 10px;
}

.page-feature h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #a69c4a;
  font-size: 200%;
  color: #aba04a;
}

.page-feature h4 img {
  margin-right: 15px;
  vertical-align: baseline;
}

.page-feature p {
  font-size: 115%;
}

.page-feature-fadein {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* ----------------------------------------------------------------
   「会社案内」ページ
   ---------------------------------------------------------------- */
.profile-table tr + tr {
  border-top: 1px solid #c9caca;
}

/* ----------------------------------------------------------------
   セミナーページ
   ---------------------------------------------------------------- */
.seminar-table tr + tr {
  border-top: 1px solid #c9caca;
}

.wp-image-1197 .wp-image-1193 {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------
   「採用企業の方へ」ページ
   ---------------------------------------------------------------- */
.clients-page-ttl {
  margin: auto;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 30px 0;
  font-weight: bold;
}

.clients-image-list {
  padding: 0;
  list-style-type: none;
}

.clients-image-list li {
  line-height: 1;
  font-size: 200%;
  text-align: center;
}

.clients-image-list li h4 {
  background: #bfb147;
  color: #fff;
  border-radius: 20px;
  padding: 15px 20px;
}

.clients-image-list li hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-more-btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.clients-more-btn:hover {
  background: none;
  color: #000;
  border: 1px solid #000;
}

.clients-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.clients-more-btn:hover::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

/* ----------------------------------------------------------------
   「バックオフィス」「セールス＆マーケティング」ページ共通
   ---------------------------------------------------------------- */
.staff-wrapper-l h4,
.staff-wrapper-r h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b5a849;
}

.staff-wrapper-l h4 img,
.staff-wrapper-r h4 img {
  vertical-align: baseline;
}

.staff-wrapper-l h4,
.staff-wrapper-r h4 {
  display: block;
  font-family: "Asap", sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.staff-wrapper-l h4 span,
.staff-wrapper-r h4 span {
  display: inline-block;
  color: #c9caca !important;
  font-weight: 400;
}

/* ----------------------------------------------------------------
   お仕事情報
   ---------------------------------------------------------------- */
.jobs-contents {
  padding: 0;
}

h2 > p.ttl-en {
  display: inline-block;
  padding-right: 10px;
  color: #bfb147;
}

h2 > span.ttl-ja {
  vertical-align: baseline;
  display: inline-block;
}

.jobs-cat-name a {
  display: inline-block;
  padding: 4px 6px;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 13px;
  color: #000;
  transition: 0.3s;
}

.jobs-cat-name a:hover {
  color: #bfb147;
  text-decoration: underline;
}

/* ----------------------------------------------------------------
   お問い合わせ枠
   ---------------------------------------------------------------- */
.contact h3 {
  text-align: center;
}

.tel-sub-txt {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.contact-info {
  margin: 0 auto;
  border-spacing: 0 10px;
  color: #fff;
}

.contact-info th,
.contact-info td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.contact-info th::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-right: 1em;
  vertical-align: middle;
  background-color: #aba04a;
}

.contact-info th {
  min-width: 100px;
}

.contact-info td {
  padding: 0 0 0 1em;
}

.contact-btn a {
  display: inline-block;
  border: 5px solid #aba04a;
  background: #aba04a url(../img/icon_r_white_15x15.png) 82.5% 50% no-repeat;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.5s;
  font-family: "EB Garamond", serif;
}

.contact-btn a:hover,
.contact-btn a:active {
  background-color: #fff;
  background-image: url(../img/icon_r_black_15x15.png);
  color: #000;
}

.contact-btn a:hover img,
.contact-btn a:active img {
  margin-top: -22px;
  opacity: 1;
}

.contact-btn span {
  display: inline-block;
  width: 106px;
  height: 22px;
  overflow: hidden;
}

/* ----------------------------------------------------------------
   フッター
   ---------------------------------------------------------------- */
.page-footer {
  background-color: #000;
  color: #fff;
}

.page-footer a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-footer a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  transition: width 0.3s ease-in;
  height: 1px;
  width: 0;
}

.page-footer a:hover::before {
  width: 100%;
}

.page-footer a:hover,
.page-footer a:active {
  text-decoration: none;
}

.page-footer-nav,
.page-footer-copyright {
  text-align: center;
}

.page-footer-nav {
  padding: 0;
  list-style-type: none;
  font-size: 0.86rem;
}

.page-footer-nav li {
  display: inline-block;
}

.page-footer-nav li + li {
  margin-left: 2rem;
}

.page-footer-copyright {
  font-size: 0.715rem;
}

/* ============================================
  KMF PARTNERS
============================================ */
.kmf {
  background: transparent;
  color: inherit;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
}

/*# sourceMappingURL=common.css.map */
