@charset "UTF-8";
/* Reset Style
--------------------------------------------- */
/*!
 * Bootstrap Reboot v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  background-color: #fff;
  color: #212529;
  font-size: 1rem;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  -ms-overflow-style: scrollbar;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  color: inherit;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

article:after,
aside:after,
canvas:after,
dd:after,
div:after,
dl:after,
dt:after,
footer:after,
header:after,
hgroup:after,
menu:after,
nav:after,
section:after,
td:after,
ul:after {
  display: block;
  clear: both;
  content: "";
}

/* Responsive
 --------------------------------------------- */
img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

/* Web font
--------------------------------------------- */
/* Base Style
--------------------------------------------- */
html {
  -webkit-font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  font: 16px/1.8 "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 400;
}

body {
  color: #333333;
}

.p-body-wrap {
  overflow-x: hidden;
}

/* a link
--------------------------------------------- */
a {
  -webkit-transition: all 0.3s;
  color: #333333;
  transition: all 0.3s;
}

a:hover {
  color: #c60f0f;
  text-decoration: none;
}

a[href*="tel"] {
  color: #c60f0f;
  text-decoration: underline;
}

a img {
  -webkit-transition: all 0.3s;
  border: none;
  opacity: 1;
  transition: all 0.3s;
}

a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.7;
}

a:hover .no-hov {
  opacity: 1;
}

/* Fonts
--------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.5;
}

.fonts-noto {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

/* #############################################################

[ その他 ] ユーティリティおよびコンポーネントのスタイルをまとめる

############################################################# */
/* ==========================================================================
	Utility
=========================================================================== */
.u-pc {
  display: none !important;
}

.u-sp {
  display: block !important;
}

@media print, screen and (min-width: 64em) {
  .u-pc {
    display: block !important;
  }
  .u-sp {
    display: none !important;
  }
}

/** -------------------------------- **
	Text
*** ----------------------------------------------------------------- ***/
.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-align-center {
  text-align: center;
}

.p-logo-txt__accent {
  color: #c60f0f;
}

/* Border Round
--------------------------------------------- */
.border-round--circle {
  border-radius: 50%;
}

.border-round--25px {
  border-radius: 25px;
}

/** -------------------------------- **
	Button
*** ----------------------------------------------------------------- ***/
.u-btn,
.more-btn {
  -webkit-transition: all 0.3s;
  width: 86%;
  margin: 0 auto;
  border: 1px solid #c60f0f;
  background: #fff;
  transition: all 0.3s;
}

.u-btn .submit-btn,
.u-btn a,
.more-btn .submit-btn,
.more-btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 6% 0;
  color: #c60f0f;
  font-size: 1.25rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.more-btn {
  width: 100%;
}

.more-btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: inherit;
  justify-content: center;
  width: 100%;
  padding: 6% 0;
  color: inherit;
  text-align: inherit;
}

.submit-btn {
  -webkit-box-shadow: none;
  width: 100%;
  border: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

@media print, screen and (min-width: 64em) {
  .u-btn:hover,
  .more-btn:hover {
    background: #c60f0f;
  }
  .u-btn:hover a,
  .more-btn:hover a {
    color: #fff;
  }
  .u-btn {
    width: 30%;
  }
  .u-btn a {
    padding: 10% 0;
  }
  .page-btn,
  .entry-btn {
    width: 86%;
    margin: 0 auto;
    border: 1px solid #c60f0f;
    background: #c60f0f;
  }
  .page-btn .submit-btn,
  .page-btn a,
  .entry-btn .submit-btn,
  .entry-btn a {
    -webkit-transform: skew(40deg, 0);
    padding: 4%;
    transform: skew(40deg, 0);
    color: #fff;
    font-size: 2rem;
  }
  .page-btn:hover,
  .entry-btn:hover {
    background: #fff;
  }
  .page-btn:hover .submit-btn,
  .page-btn:hover a,
  .entry-btn:hover .submit-btn,
  .entry-btn:hover a {
    color: #c60f0f;
  }
}

/** -------------------------------- **
	Icon
*** ----------------------------------------------------------------- ***/
.u-link-icon {
  position: relative;
}

.u-link-icon::after {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: -28px;
  width: 23px;
  height: 23px;
  background: url(/_kings/wp-content/themes/kings_recruit/assets/images/common/blank.svg) no-repeat;
  content: "";
}

/* ==========================================================================
	Component
=========================================================================== */
/** -------------------------------- **
	Title
*** ----------------------------------------------------------------- ***/
/* parent title
--------------------------------------------- */
/* page title
--------------------------------------------- */
.c-pages__ttl-wrap {
  padding: 8% 0;
  background: #f5f5f5;
}

.c-pages__ttl-txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-pages__ttl-txt::before {
  -webkit-box-flex: 0.2;
  -ms-flex-positive: 0.2;
  display: block;
  flex-grow: 0.2;
  height: 1px;
  margin-right: 1.8rem;
  padding-left: 1rem;
  border-bottom: 1px solid #c60f0f;
  content: "";
}

/* タブレット設定
--------------------------------------------- */
@media screen and (min-width: 42.5em) {
  .c-pages__ttl-wrap {
    padding: 4% 0;
  }
}

/* デスクトップ設定
--------------------------------------------- */
@media print, screen and (min-width: 64em) {
  .c-pages__ttl-wrap {
    padding: 4% 0;
  }
  .c-pages__ttl-txt {
    font-size: 2.5rem;
  }
  .c-pages__ttl-txt::before {
    margin-right: 2%;
  }
}

/* contents title
--------------------------------------------- */
.c-conts__txt-wrap {
  display: inline-block;
}

.c-conts__ttl-wrap {
  margin: 10% auto;
  text-align: center;
}

.c-conts__ttl-txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-conts__ttl-txt::before,
.c-conts__ttl-txt::after {
  -webkit-transform: rotate(22deg) translate(0, 0);
  position: absolute;
  width: 1px;
  height: 40px;
  transform: rotate(22deg) translate(0, 0);
  background: #707070;
  content: "";
}

.c-conts__ttl-txt::before {
  left: 26%;
}

.c-conts__ttl-txt::after {
  right: 26%;
}

/* デスクトップ設定
--------------------------------------------- */
@media print, screen and (min-width: 64em) {
  .c-conts__ttl-wrap {
    margin: 6% auto 4%;
  }
  .c-conts__ttl-txt {
    font-size: 2rem;
  }
  .c-conts__ttl-txt::before {
    margin-right: 2rem;
  }
  .c-conts__ttl-txt::after {
    margin-left: 2rem;
  }
  .c-conts__subttl {
    font-size: 1.5rem;
  }
}

/** -------------------------------- **
	List
*** ----------------------------------------------------------------- ***/
.c-indent-lists {
  padding-left: 0;
}

.c-indent-lists li {
  margin-top: 10px;
  padding-left: 1rem;
  list-style: none;
  text-indent: -1rem;
}

/** -------------------------------- **
	Table
*** ----------------------------------------------------------------- ***/
.tbl-scroll {
  width: 100%;
  overflow-x: auto;
}

.tbl-scroll table {
  width: 1024px;
}

/* .c-table-layout
--------------------------------------------- */
.c-table-layout {
  width: 100%;
  table-layout: fixed;
}

.c-table-layout th,
.c-table-layout td {
  padding: 3% 2%;
  font-weight: 400;
  vertical-align: top;
}

.c-table-layout th {
  width: 28%;
  border-right: 1px solid #8b8078;
}

.c-table-layout td {
  padding-left: 6%;
}

@media screen and (min-width: 42.5em) {
  .c-table-layout th,
  .c-table-layout td {
    padding: 10px 20px;
  }
  .c-table-layout th {
    width: 20%;
  }
  .c-table-layout td {
    padding-left: 40px;
  }
}

/** -------------------------------- **
	Form
*** ----------------------------------------------------------------- ***/
.form-items {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.5rem 4% 1rem;
}

@media print, screen and (min-width: 64em) {
  .form-items {
    -ms-flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    align-items: center;
    padding: 30px 1rem;
    border-bottom: 1px solid #707070;
  }
}

.form-items__label {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

@media print, screen and (min-width: 64em) {
  .form-items__label {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 0;
  }
}

.form-items__field {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .form-items__field {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

.form-items input,
.form-items textarea,
.form-items select {
  width: 100%;
  padding: 0.5rem;
  border: none;
  background: #f5f5f5;
  font-size: 1rem;
}

.form-items label {
  margin-bottom: 0;
}

.form-items input:valid,
.form-items textarea:valid {
  background: #f5f5f5;
}

@media print, screen and (min-width: 64em) {
  .form-items input,
  .form-items textarea,
  .form-items select {
    background: #fff;
  }
  .form-items input:valid,
  .form-items textarea:valid {
    background: #fff;
  }
}

.form-items .btn-type {
  position: absolute;
  left: -9999px;
}

.form-items .btn-type ~ .btn-type-txt {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.25rem 1rem;
  background: #f5f5f5;
  vertical-align: top;
  cursor: pointer;
}

.form-items .btn-type:checked ~ .btn-type-txt {
  background: #222;
  color: #fff;
}

.most {
  margin-left: 1rem;
  padding: 0.1rem 0.5rem;
  background: #c60f0f;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
}

.any {
  margin-left: 1rem;
  padding: 0.1rem 0.5rem;
  background: #a8a8a8;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
}

.text-danger {
  margin-top: 0.8em;
  color: #c60f0f;
  font-size: 0.875rem;
}

/** -------------------------------- **
	grid
*** ----------------------------------------------------------------- ***/
.c-grid,
.c-grid--mgn {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.c-grid--mgn {
  margin-right: -2%;
  margin-left: -2%;
}

.c-grid-items,
.c-grid-items--mgn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.c-grid-items--mgn {
  padding-right: 2%;
  padding-left: 2%;
}

@media print, screen and (min-width: 64em) {
  .c-grid--mgn {
    margin-right: -1%;
    margin-left: -1%;
  }
  .c-grid-items--mgn {
    padding-right: 1%;
    padding-left: 1%;
  }
}

.c-grid-col1--sp {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.c-grid-col2--sp {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.c-grid-col3--sp {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
}

.c-grid-col3-2--sp {
  -ms-flex-preferred-size: 66.666%;
  flex-basis: 66.666%;
}

.c-grid-col4--sp {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.c-grid-col4-2--sp {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.c-grid-col4-3--sp {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.c-grid-col5--sp {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.c-grid-col6--sp {
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
}

@media print, screen and (min-width: 64em) {
  .c-grid-col1--pc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .c-grid-col2--pc {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-grid-col3--pc {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .c-grid-col3-2--pc {
    -ms-flex-preferred-size: 66.666%;
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .c-grid-col4--pc {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-grid-col4-2--pc {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-grid-col4-3--pc {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-grid-col5--pc {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

/** -------------------------------- **
	breadcrumbs
*** ----------------------------------------------------------------- ***/
.breadcrumbs-lists {
  background: #f5f5f5;
}

.breadcrumbs-lists ul {
  padding-left: 0;
  list-style: none;
}

.breadcrumbs-lists li {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  font-size: 0.812rem;
  font-weight: 350;
  vertical-align: middle;
}

.breadcrumbs-lists li:not(:last-child)::after {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  content: "＞";
}

/** -------------------------------- **
	c-pagenation
*** ----------------------------------------------------------------- ***/
.c-pager-lists {
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.c-pager-lists li {
  display: inline-block;
  vertical-align: middle;
}

.c-pager-lists li a {
  -webkit-transition: all 0.3s;
  display: block;
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #333333;
  background: #fff;
  color: #333333;
  font-size: 0.812rem;
  font-weight: 350;
  transition: all 0.3s;
}

.c-pager-lists li .c-pager-lists--ac {
  border: 1px solid #14639a;
  background: #14639a;
  color: #fff;
}

.c-pager-lists li .c-pager-lists--arr {
  border: none;
  background: none;
  color: #333333;
  font-size: 01.125rem;
}

.c-pager-lists li a:hover {
  border: 1px solid #14639a;
  background: #14639a;
  color: #fff;
}

.c-pager-lists li .c-pager-lists--arr:hover {
  border: none;
  background: none;
  color: #14639a;
}

/* slide */
.slide-wrap {
  position: relative;
}

/* #############################################################

[ プロジェクト ] 固有スタイルを定義

############################################################# */
/* ==========================================================================
	Project Layout
=========================================================================== */
/** -------------------------------- **
	Header
*** ----------------------------------------------------------------- ***/
.l-header__wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.l-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.p-header-logo__wrap {
  -ms-flex-preferred-size: 84%;
  display: inline-block;
  flex-basis: 84%;
}

.p-header-logo__wrap a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-header-logo__wrap a:hover {
  color: #333333;
  opacity: 0.7;
}

.p-header-logo__wrap a:hover img {
  opacity: 1;
}

.p-header-logo__wrap .p-logo-mark {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  margin: 0 1%;
  margin-bottom: 0;
  padding: 1% 0;
}

.p-header-logo__wrap .p-logo-sitename {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.p-header-logo__wrap .p-logo-txt__accent {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1;
}

/* デスクトップ設定
--------------------------------------------- */
@media print, screen and (min-width: 64em) {
  .l-header__inner {
    height: 140px;
  }
  .p-header-logo__wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 1.5% 2%;
  }
  .p-header-logo__wrap .p-logo-mark {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
  }
  .p-header-logo__wrap .p-logo-sitename {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .p-header-logo__wrap .p-logo-txt__accent {
    margin-top: 2%;
    font-size: 1rem;
  }
}

/** -------------------------------- **
	Global Navigation
*** ----------------------------------------------------------------- ***/
.l-nav-wrap {
  display: none;
  z-index: 2;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  padding-bottom: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #c60f0f;
}

.l-nav-wrap.open {
  -webkit-animation: spMenuOpen 0.4s forwards;
  display: block;
  animation: spMenuOpen 0.4s forwards;
}

.l-nav-wrap.close {
  -webkit-animation: spMenuClose 0.4s forwards;
  display: none;
  animation: spMenuClose 0.4s forwards;
}

.l-nav-lists {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0;
}

.l-nav-lists .l-nav-item {
  display: block;
  margin: 1.437rem 0;
  text-align: center;
}

.l-nav-lists .l-nav-item:first-child {
  margin: 5%;
  margin-top: 30%;
  padding: 4%;
  border: 1px solid #fff;
  border-radius: 40px;
}

.p-gnav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
  color: #fff;
  font-size: 1.625rem;
}

.p-gnav-link__small {
  font-size: 1.25rem;
}

/* ハンバーガー */
.btn-sp-gnav {
  -webkit-transition: all 0.3s;
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  background: #c60f0f;
  transition: all 0.3s;
}

.btn-sp-gnav span {
  -webkit-transition: all 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.3s;
}

.btn-sp-gnav span {
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  width: 60%;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
}

.btn-sp-gnav span:nth-of-type(1) {
  top: 30%;
}

.btn-sp-gnav span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) translateY(-50%);
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.btn-sp-gnav span:nth-of-type(3) {
  bottom: 30%;
}

.btn-sp-gnav.active {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: transparent;
}

.btn-sp-gnav.active span {
  height: 2px;
}

.btn-sp-gnav.active span:nth-of-type(1) {
  -webkit-transform: translate3d(1.875rem, 1.125rem, 0) rotate(45deg);
  left: 0;
  width: 2.5rem;
  transform: translate3d(1.875rem, 1.125rem, 0) rotate(45deg);
}

.btn-sp-gnav.active span:nth-of-type(2) {
  left: 150%;
}

.btn-sp-gnav.active span:nth-of-type(3) {
  -webkit-transform: translate3d(1.875rem, -1.25rem, 0) rotate(-45deg);
  left: 0;
  width: 2.5rem;
  transform: translate3d(1.875rem, -1.25rem, 0) rotate(-45deg);
}

/* タブレット設定
--------------------------------------------- */
@media screen and (min-width: 42.5em) {
  .l-nav-lists .l-nav-item {
    margin: 4% 0;
  }
}

/* デスクトップ設定
--------------------------------------------- */
@media print, screen and (min-width: 64em) {
  .l-header-nav__wrap {
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-header-nav__wrap .l-nav-item {
    margin: 0;
  }
  .l-header-nav__wrap .p-gnav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 52px 53px 53px;
    font-size: 1.4rem;
  }
}

/** -------------------------------- **
	Footer
*** ----------------------------------------------------------------- ***/
.l-footer__wrap {
  margin: 16% auto 0;
}

.l-footer__wrap .u-btn-pagetop {
  padding: 6%;
  background: #c60f0f;
  font-size: 1.25rem;
  text-align: center;
}

.l-footer__wrap .u-btn-pagetop a {
  color: #fff;
}

.l-footer__wrap .p-footer-bnr {
  margin-bottom: 6%;
}

.index .l-footer__wrap .p-footer-bnr {
  /* margin-top: 60%; */
  margin-top: 110%;
  /* margin-top: 160%; */
  /* margin-top: 206%; */
}

@media print, screen and (min-width: 40.6em) {
  .index .l-footer__wrap .p-footer-bnr {
    /* margin-top: 90%; */
    margin-top: 130%;
    /* margin-top: 170%; */
    /* margin-top: 211%; */
  }
}

@media print, screen and (min-width: 48em) {
  .index .l-footer__wrap .p-footer-bnr {
    /* margin-top: 50%; */
    margin-top: 75%;
    /* margin-top: 95%; */
    /* margin-top: 119%; */
  }
}

.l-footer__wrap .p-footer-bnr__items {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  max-width: 70%;
  margin: 2% auto;
}

.l-footer-logo {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 40%;
  margin: 0 auto;
}

.l-footer-logo__wrap {
  margin: 0;
  text-align: center;
}

.l-footer-logo__txt {
  -ms-flex-preferred-size: 100%;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  transition: all 0.3s;
}

.l-footer-logo__txt .p-logo-txt__accent {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #c60f0f;
  font-size: 1.125rem;
  line-height: 1.2;
}

a:hover .l-footer-logo__txt {
  color: #333333;
  opacity: 0.7;
}

.l-footer-nav__wrap {
  margin-bottom: 2%;
}

.l-footer-nav__wrap .l-nav-lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.l-footer-nav__wrap .l-nav__items {
  position: relative;
  margin: 0 1rem;
  font-size: 1.125rem;
}

.l-footer-nav__wrap .l-nav__items:last-child::before {
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin: 0 1rem;
  background: #707070;
  vertical-align: middle;
  content: "";
}

/* デスクトップ設定
--------------------------------------------- */
@media print, screen and (min-width: 64em) {
  .l-footer__wrap {
    position: relative;
    margin: 6% auto 1rem;
    text-align: center;
  }
  .l-footer__wrap .p-footer-bnr {
    max-width: 1400px;
    /*margin: 5% auto;*/
    margin: 5% auto;
  }
  .index .l-footer__wrap .p-footer-bnr {
    /* margin-top: 30%; */
    /* margin-top: 45%; */
    margin-top: 50%;
    /* margin-top: 68%; */
    /* margin-top: 87%; */
  }
  .l-footer__wrap .p-footer-bnr__items {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    max-width: 36%;
    margin: 0;
  }
  .l-footer__wrap .p-footer-bnr__left {
    margin-left: auto;
  }
  .l-footer__wrap .p-footer-bnr__right {
    margin-right: auto;
  }
  .l-footer-nav__wrap {
    margin-bottom: 4%;
  }
  .l-footer-nav__wrap .l-nav__items {
    margin: 0;
  }
  .l-footer-nav__wrap .l-nav__items:not(:first-child)::before {
    display: inline-block;
    width: 1px;
    height: 1rem;
    margin: 0 1rem;
    background: #707070;
    vertical-align: middle;
    content: "";
  }
  .l-footer-nav__wrap .l-nav__items:last-child::before {
    margin: 0 0.8rem 0 1.3rem;
  }
  .l-footer-nav__wrap .l-nav__items.u-link-icon {
    margin-right: 1rem;
  }
  .l-footer-nav__wrap .p-nav-footer-sub {
    margin-top: 1%;
  }
  .l-footer-nav__wrap .p-nav-footer-sub .l-nav__items {
    font-size: 0.85rem;
  }
  .l-footer-nav__wrap .p-nav-footer-sub .l-nav__items img {
    width: 14px;
    height: 14px;
    margin: 0 0 0.2rem 0.4rem;
  }
  .l-footer-logo {
    max-width: 100px;
  }
  .l-footer-logo__wrap {
    display: inline-block;
    margin: 0.5%;
  }
  .l-footer-logo__txt {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .l-footer-logo__txt .p-logo-txt__accent {
    margin-top: 1%;
  }
  .p-footer-privacy {
    margin-right: 6%;
  }
}

@media print, screen and (min-width: 81.25em) {
  .index .l-footer__wrap .p-footer-bnr {
    /* margin-top: 68%; */
    margin-top: 40%;
  }
}



/* Footer copyright
--------------------------------------------- */
.l-footer__copyright {
  margin-bottom: 1em;
  font-size: 0.75rem;
}

/* デスクトップ設定
--------------------------------------------- */
/** -------------------------------- **
	Wrapper
*** ----------------------------------------------------------------- ***/
.p-wrap {
  padding-bottom: 6%;
}

.l-section-wrap {
  margin: 0 auto 10%;
}

.l-conts-wrap-large,
.l-conts-wrap-medium,
.l-conts-wrap-small {
  max-width: 96%;
  margin: 0 auto 10%;
}

.l-conts-wrap-large {
  margin: 0 auto 8%;
}

.l-conts-wrap-medium {
  margin: 0 auto 6%;
}

.l-conts-wrap-small {
  margin: 0 auto 4%;
}

.l-page-inner {
  margin-top: 0;
}

/* デスクトップ設定
--------------------------------------------- */
@media print, screen and (min-width: 64em) {
  .p-wrap {
    padding-bottom: 60px;
  }
  .l-section-wrap {
    max-width: 1400px;
    margin: 0 auto 100px;
  }
  .l-conts-wrap-large {
    max-width: 1000px;
    margin: 0 auto 90px;
  }
  .l-conts-wrap-medium {
    max-width: 820px;
    margin: 0 auto 60px;
  }
  .l-conts-wrap-small {
    max-width: 760px;
    margin: 0 auto 40px;
  }
  .l-page-inner {
    margin-top: 3.125rem;
  }
}

/* ==========================================================================
	Project Original
=========================================================================== */
/** -------------------------------- **
	post
*** ----------------------------------------------------------------- ***/
/* Archive List
--------------------------------------------- */
/* Post Detail
--------------------------------------------- */
/** -------------------------------- **
	Common
*** ----------------------------------------------------------------- ***/
.p-top-textarea {
  margin-top: 0 auto;
}

.p-top-textarea__txt {
  margin-top: 6%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-top-conts__img {
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .p-top-textarea__txt {
    margin: 3% 0;
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-catchcopy {
  margin: 3% 0;
  font-size: 1.4rem;
  text-align: center;
}

.p-lead {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

/** -------------------------------- **
	Top Page
*** ----------------------------------------------------------------- ***/
.mainimage {
  width: 100%;
  margin: 0 auto;
}

.p-top-mainimage__img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.p-top-mainimage__img img {
  width: 100%;
  margin: auto;
}

.p-top-mainimage__txt {
  position: absolute;
  top: 120px;
  left: 1.4%;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.message .p-top-textarea,
.privacy .p-top-textarea {
  width: 90%;
  margin: 0 auto;
}

.p-top-business__textarea,
.recruit .p-top-textarea {
  width: 85%;
  margin: 0 auto;
}

/* NEWS設定 */
.p-top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  border-bottom: 1px solid #707070;
}

.p-top-news-inner {
  width: 100%;
}

.p-top-news__ttl {
  -ms-flex-preferred-size: 100%;
  position: relative;
  flex-basis: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem 0.9rem;
  background: #c60f0f;
  color: #fff;
  font-size: 1rem;
  text-align: left;
  white-space: nowrap;
}

@media print, screen and (min-width: 64em) {
  .p-top-news__ttl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    justify-content: flex-end;
    margin-right: 50px;
    text-align: right;
  }
}

@media print, screen and (min-width: 64em) {
  .p-top-news__ttl::before {
    -webkit-transition: all 0.3s;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#c60f0f), color-stop(50%, #c60f0f), color-stop(50%, #fff), to(#fff));
    background-image: linear-gradient(to bottom right, #c60f0f, #c60f0f 50%, #fff 50%, #fff);
    content: "";
    transition: all 0.3s;
  }
}

.p-top-news__txt {
  -ms-flex-preferred-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  padding: 1rem;
  font-size: 0.937rem;
}

@media print, screen and (min-width: 64em) {
  .p-top-news__txt {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

.p-top-news .date {
  margin-bottom: 0;
  padding-right: 1.5rem;
}

.p-top-news .news-ttl {
  margin-bottom: 0;
  font-weight: 500;
}

/* business設定 */
/* message設定 */
.message .p-top-textarea__txt {
  line-height: 1.4;
}

/* recruit設定 */
.index .recruit {
  padding-top: 10%;
  background: url(/_kings/wp-content/themes/kings_recruit/assets/images/top/top_bg_01-sp.png) no-repeat left top;
  background-size: 100% 100%;
  height: 450px;
}

.index .recruit .c-conts__ttl-txt {
  color: #fff;
}

.index .recruit .c-conts__ttl-txt::before,
.index .recruit .c-conts__ttl-txt::after {
  background: #fff;
}

.p-top-recruit__list {
  -webkit-box-shadow: 1px 0px 6px 0px #707070;
  margin: 10% 0;
  box-shadow: 1px 0px 6px 0px #707070;
  text-align: center;
}

.p-top-recruit__list-ttl {
  margin: 6% 2%;
  color: #c60f0f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-top-recruit__list-txt {
  width: 90%;
  margin: 0 4% 6%;
  font-size: 1rem;
  line-height: 1.4;
}

.p-top-recruit__list .recruit .p-top-textarea {
  width: 70%;
}

.p-top-recruit__list .group-arr-top {
  -webkit-transform: translateY(initial);
  transform: translateY(initial);
}

/* タブレット縦設定
--------------------------------------------- */
@media screen and (min-width: 42.5em) {
  .p-top-mainimage__txt {
    top: 200px;
    left: 4%;
    font-size: 4rem;
  }
  /* business設定 */
  /* recruit設定 */
  .p-top-recruit__list {
    margin: 4% 0;
  }
  .p-top-recruit__list-ttl {
    margin: 0 2% 4%;
  }
  .p-top-recruit__list-txt {
    margin: 0 4%;
  }
}

/* デスクトップ設定
--------------------------------------------- */
@media print, screen and (min-width: 64em) {
  .p-top-mainimage__img {
    position: relative;
    overflow: hidden;
  }
  .p-top-mainimage__img img {
    width: 100%;
    margin: auto;
  }
  .p-top-mainimage__txt {
    position: absolute;
    top: 120px;
    left: 1.4%;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .l-section-wrap .c-conts__ttl-txt::before {
    left: 40%;
  }
  .l-section-wrap .c-conts__ttl-txt::after {
    right: 40%;
  }
  /* business設定 */
  .business .p-top-imagearea {
    max-width: 1080px;
    margin: 0 auto 90px;
  }
  .business .p-top-textarea {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 2%;
    background: #fff;
  }
  .business .p-top-textarea .p-top-textarea__txt {
    text-align: center;
  }
  .business .p-top-textarea .p-top-business__textarea {
    font-size: 1.25rem;
    line-height: 2;
  }
  .business .group-arr-top {
    -webkit-transform: translate(1%, 1%);
    right: 2%;
    transform: translate(1%, 1%);
  }
  /* message設定 */
  .message .p-top-textarea {
    width: 1200px;
  }
  .message .p-top-textarea .p-top-textarea__txt {
    font-size: 1.75rem;
    line-height: 1.5;
    text-align: center;
  }
  .message .p-top-textarea .u-btn {
    -webkit-transform: skew(-40deg, 0);
    width: 30%;
    margin: 4% auto 10%;
    transform: skew(-40deg, 0);
  }
  .message .p-top-textarea .u-btn a {
    font-size: 1.5rem;
  }
  /* recruit設定 */
  .index .recruit {
    padding-top: 2%;
    background: url(/_kings/wp-content/themes/kings_recruit/assets/images/top/top_bg_01-pc.png) no-repeat left top;
    background-size: 100% 100%;
  }
  .p-top-recruit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    margin: 4% 0;
  }
  .p-top-recruit__list a {
    padding: 0;
  }
  .p-top-recruit__list:hover {
    border: 1px solid #fff;
  }
  .p-top-recruit__list:hover .p-top-recruit__list-ttl {
    -webkit-transition: all 0.3s ease-in-out;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .p-top-recruit__list:hover .p-top-recruit__list-arr::after {
    -webkit-transition: all 0.3s ease-in-out;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .p-top-recruit__list-ttl {
    -ms-flex-preferred-size: 42%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: inline-block;
    flex-basis: 42%;
    flex-wrap: wrap;
    align-items: center;
    margin: auto 2%;
    font-size: 1.4rem;
    line-height: initial;
    text-align: right;
  }
  .p-top-recruit__list-arr {
    -ms-flex-preferred-size: 5%;
    position: relative;
    flex-basis: 5%;
  }
  .p-top-recruit__list-arr::after {
    -webkit-transform: rotate(24deg) translate(0, 0);
    position: absolute;
    top: 20%;
    right: 40%;
    width: 1px;
    height: 86px;
    transform: rotate(24deg) translate(0, 0);
    background: #c60f0f;
    content: "";
  }
  .p-top-recruit__list-txt {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    margin: auto;
    padding: 2%;
    font-size: 1.3rem;
    line-height: initial;
    text-align: left;
  }
}

/* デスクトップ設定
--------------------------------------------- */
@media print, screen and (min-width: 75em) {
  /* business設定 */
  .business .p-top-textarea {
    width: 840px;
  }
}

/** -------------------------------- **
	Low Page
*** ----------------------------------------------------------------- ***/
/* privacy
--------------------------------------------- */
.privacy .p-top-textarea {
  margin-top: 5%;
  font-size: 1.25rem;
}

.p-paragraph {
  margin: 10% 2%;
}

@media print, screen and (min-width: 64em) {
  .privacy .p-lead {
    font-size: 1.5rem;
    text-align: left;
  }
}

/* message
--------------------------------------------- */
.message .p-message-img {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.message .p-message-img .p-message-img_caption {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  text-align: center;
}

.message .p-message-sign {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 8% auto 0;
  font-weight: 700;
  text-align: right;
}

@media print, screen and (min-width: 64em) {
  .message .p-catchcopy {
    margin: 4% auto 6%;
    font-size: 1.75rem;
    text-align: left;
  }
  .message .p-low-textarea {
    font-size: 1.25rem;
  }
  .message .p-low-textarea_txt {
    margin: 2% auto;
    line-height: 1.6;
  }
  .message .p-message-img {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%;
  }
  .message .p-message-img_wrap {
    margin-top: 5%;
  }
  .message .p-message-img .p-message-img_caption {
    font-weight: 700;
    text-align: left;
  }
  .message .p-message-sign {
    -ms-flex-preferred-size: 28%;
    -ms-flex-item-align: end;
    flex-basis: 28%;
    align-self: flex-end;
    max-width: 28%;
    margin: 0 0 0.9rem auto;
    text-align: left;
  }
}

/* recruit
--------------------------------------------- */
.recruit .requirements-box,
.recruit .group-headline--tit,
.recruit .acd-body,
.recruit .acd-body-arr {
  margin: 0;
  padding: 0;
}

.c-recruit__lists {
  width: 100%;
  margin: 4% auto;
  /* justify-content: center; */
  justify-content: space-between;
}

.c-recruit-items {
  -ms-flex-preferred-size: 48.6%;
  flex-basis: 48.6%;
  max-width: 48.6%;
  margin: 1% auto;
  line-height: 1.1;
  text-align: center;
}

.c-recruit-items__even {
  margin: 0 auto;
}

.c-recruit-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 4% 0;
  border: 1px solid #333333;
  border-radius: 2.5rem;
  background: #fff;
  font-size: 0.75rem;
  line-height: 3;
}

.c-recruit-link__br {
  line-height: 3.4;
}

.c-recruit-link.current {
  background: #333333;
  color: #fff;
}

.c-recruit-link.current .p-recruit__company::before {
  background: #fff;
}

.c-recruit-link .p-recruit__company {
  -ms-flex-preferred-size: 100%;
  display: block;
  position: relative;
  flex-basis: 100%;
  font-size: 0.687rem;
  line-height: 2;
}

.c-recruit-link .p-recruit__company::before {
  display: inline-block;
  position: absolute;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #333333;
  content: "";
}

.c-recruit-link .p-recruit__company__br {
  margin-top: 2%;
  line-height: 1.4;
}

.c-recruit-link .p-recruit__company__br::before {
  margin-top: -3%;
}

.p-requirements__wrap .c-conts__ttl-txt > span {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 1rem;
}

.p-requirements__wrap .p-catchcopy {
  margin: 2rem 0;
}

.p-requirements__wrap .p-catchcopy-txt {
  margin: 1.625rem 0;
  font-size: 0.937rem;
}

.p-requirements__wrap .p-lead {
  margin: 1.625rem 0;
  font-size: 0.937rem;
}

.p-requirements__wrap .u-btn {
  width: 70%;
  margin-top: 10%;
}

.p-requirements__wrap .c-conts__ttl-txt::before {
  left: 0%;
}

.p-requirements__wrap .c-conts__ttl-txt::after {
  right: 0%;
}

.p-requirements-detail__wrap {
  width: 94%;
  margin: 0 auto;
}

.p-requirements-detail__wrap::after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: #333333;
  content: "";
}

.p-requirements-detail__wrap:nth-of-type(4)::after {
  display: none;
}

.p-requirements-numlist {
  font-size: 0.937rem;
  line-height: 2;
}

.requirements-box {
  margin: 0;
  font-size: 1.25rem;
}

.requirements-box .page-conts {
  font-size: 1rem;
}

.requirements-box::before {
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  content: "";
}

.requirements-box .group-headline--tit {
  position: relative;
  padding: 4% 0 4% 10%;
}

.requirements-box .acd-body {
  padding: 0 0 0 10%;
}

.requirements-box .recruit-group-arr {
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-120%);
  position: absolute;
  right: 10%;
  bottom: -60%;
  transform: translateY(-120%);
  transition: all 0.3s ease-in-out;
}

.requirements-box .recruit-group-arr::after {
  -webkit-transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 26px;
  height: 40px;
  transform: rotate(0deg);
  background: url(/_kings/wp-content/themes/kings_recruit/assets/images/common/arr.svg) center no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transition: all 0.3s ease-in-out;
}

.requirements-box .acd-body-open,
.requirements-box .acd-hd-open {
  background: #f5f5f5;
}

.requirements-box .acd-body-open .recruit-group-arr::after,
.requirements-box .acd-hd-open .recruit-group-arr::after {
  -webkit-transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}

/* タブレット設定 */
@media screen and (min-width: 42.5em) {
  .requirements-box .recruit-group-arr {
    bottom: -30%;
  }
}

/* デスクトップ設定 */
@media print, screen and (min-width: 64em) {
  .recruit .c-conts__ttl-wrap {
    margin: 0;
  }
  .recruit .c-conts__ttl-txt {
    margin: 4% auto;
  }
  .recruit.l-section-wrap {
    margin-bottom: 0;
  }
  .recruit .u-btn {
    -webkit-transform: skew(-40deg, 0);
    transform: skew(-40deg, 0);
  }
  .c-recruit__column {
    max-width: 1400px;
    margin: 0 auto;
  }
  .c-recruit__lists {
    margin-top: 2%;
  }
  .c-recruit-items {
    -ms-flex-preferred-size: 19%;
    /* flex-basis: 19%; */
    flex-basis: 23%;
    /* max-width: 19%; */
    max-width: 23%;
    margin: 0 5px 10px;
    padding: 0;
  }
  .c-recruit-link {
    padding: 4% 0;
    border-radius: 3.5rem;
    font-size: 1.187rem;
    line-height: 2;
  }
  .c-recruit-link__br {
    line-height: 1.4;
  }
  .c-recruit-link .p-recruit__company {
    font-size: 1rem;
    line-height: 2;
  }
  .c-recruit-link .p-recruit__company__br {
    line-height: 1.4;
  }
  .c-recruit-link:hover {
    background: #333333;
    color: #fff;
  }
  .c-recruit-link:hover .p-recruit__company::before {
    background: #fff;
  }
  .p-requirements__wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .p-requirements__wrap .p-under-conts__img {
    margin: 0;
  }
  .p-requirements-detail__wrap {
    display: block;
    width: 80%;
    padding: 4% 6%;
    background: #fff;
  }
  .p-requirements-detail__wrap .p-requirements-list__wrap::after {
    width: 100%;
  }
  .p-requirements-detail__wrap .p-catchcopy,
  .p-requirements-detail__wrap .p-lead {
    text-align: left;
  }
  .p-requirements-detail__wrap .p-catchcopy {
    margin: 2rem 6% 1.625rem;
    font-size: 1.5rem;
  }
  .p-requirements-detail__wrap .p-catchcopy-txt {
    margin: 2rem 6% 1.625rem;
    font-size: 1.2rem;
  }
  .p-requirements-detail__wrap .p-lead {
    margin: 1.625rem 8% 4%;
    font-size: 1.25rem;
  }
  .p-requirements-detail__wrap .p-requirements-numlist {
    width: 84%;
    margin: 4% 6%;
    font-size: 1.2rem;
  }
  .requirements-box .page-conts {
    font-size: 1.2rem;
  }
  .requirements-box .recruit-group-arr {
    bottom: -20%;
  }
  .requirements-box .group-headline--tit {
    cursor: pointer;
  }
}

@media print, screen and (min-width: 75em) {
  .p-requirements-detail__wrap {
    width: 900px;
  }
}

/* entryform
--------------------------------------------- */
.p-entry-form {
  max-width: 1000px;
  margin-top: 4%;
}

.p-entry-form .entry-btn {
  margin-top: 8%;
}

@media print, screen and (min-width: 64em) {
  .p-entry-form .entry-btn {
    margin-top: 60px;
  }
}
