@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@charset "UTF-8";

/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */


/**
 * for mobile viewoport
 */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

.vPC {
  display: none;
}

@media (min-width: 768px) {
  .vPC {
    display: block;
  }
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/**
 * for tablet and Pc. large viewport
 */


/** http://bourbon.io/docs/#timing-functions */


/** example @include transition(all 5s $ease-in-circ);*/


/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/


/**
 * text ellipsis for block multiline
 */


/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/


/**
 * element size
 */


/**
 * position layout
 */


/**
 * img
 */


/**
* Variables
*/


/** extend */

.js-inview.js-inview-active.-is-up {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-inview.js-inview-active.-is-up.js-inview-on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-inview.js-inview-active.-is-toright {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-inview.js-inview-active.-is-toright.js-inview-on {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-inview.js-inview-active.-is-toright.-is-slow {
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-inview.js-inview-active.-is-toleft {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-inview.js-inview-active.-is-toleft.-is-slow {
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-inview.js-inview-active.-is-toleft.js-inview-on {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-inview.js-inview-active.-is-fadein {
  opacity: 0;
  -webkit-transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-inview.js-inview-active.-is-fadein.js-inview-on {
  opacity: 1;
}

.js-inview.js-inview-active.-is-delay-1 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.js-loading-inview.-is-up {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-loading-inview.-is-up.-is-onload {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-loading-inview.-is-toright {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-loading-inview.-is-toright.-is-slow {
  -webkit-transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-loading-inview.-is-toright.-is-onload {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-loading-inview.-is-toleft {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-loading-inview.-is-toleft.-is-slow {
  -webkit-transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-loading-inview.-is-toleft.-is-onload {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-loading-inview.-is-fadein {
  opacity: 0;
  -webkit-transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.js-loading-inview.-is-fadein.-is-onload {
  opacity: 1;
}

.js-loading-inview.-is-delay-1 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}


/* == @import "../node_modules/normalize.css/normalize.css"; */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}


/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}


/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}


/* CSS Mode */

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

[v-cloak] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.l-main {
  line-height: 1.2;
}

.l-detail {
  position: relative;
  overflow: hidden;
}

.l-detail.-is-gray {
  background-color: #fafafa;
}

.l-detail__puzzle-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("../img/common/recruit-data-bg.png");
  background-position: top;
  background-size: cover;
  background-repeat: repeat-y;
}

.l-detail__pagetop {
  position: relative;
  z-index: 20;
}

.l-detail__body {
  z-index: 1000;
  position: relative;
  z-index: 30;
  min-height: 70vh;
}

.l-detail__inner {
  margin: 0 auto;
}

.l-detail__content {
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 40;
}

.l-detail__content.-is-nobg {
  background-color: transparent;
}

.l-footer {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}

.l-footer__backtop {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  background-image: url("../img/common/btn-backtop.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2000;
}

.l-footer__backtop.-is-fix {
  position: absolute;
  bottom: initial;
}

.l-footer__inner {
  margin: 0 auto;
}

.l-footer__navList-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__navList-bottom-item+.l-footer__navList-bottom-item {
  margin-top: 13px;
}

.l-footer__nav-link {
  display: block;
}

.l-footer__icon-blank {
  position: relative;
}

.l-footer__icon-blank::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-image: url("../img/common/icon-blank-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.l-footer__copy {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.6px;
}

.l-footer__copy br {
  display: none;
}

.l-header {
  z-index: 3000;
  padding: 30px 32px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  pointer-events: none;
}

.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header__logo {
  pointer-events: all;
  position: relative;
  z-index: 3015;
}

.l-header__logo-pic {
  line-height: 1;
}

.l-header__logo-txt {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.l-header__btn {
  z-index: 3025;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000;
  outline: none;
  background-image: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  padding: 0;
  bottom: 0;
  position: fixed;
}

.l-header__btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-header.-is-slide-open .l-header__btn-icon {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}

.l-header__btn-bar {
  position: absolute;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transition: opacity 0.3 cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3 cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3 cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3 cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-header__btn-bar.-is-2 {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.l-header__icon-blank {
  position: relative;
}

.l-header__icon-blank::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-image: url(../img/common/icon-blank-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.l-header.-is-slide-open .l-header__btn-bar.-is-1 {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

.l-header.-is-slide-open .l-header__btn-bar.-is-2 {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}

.l-header.-is-slide-open .l-header__btn-bar.-is-3 {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}

.l-header__side {
  z-index: 3022;
  pointer-events: all;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  display: block;
  height: 100%;
  background-image: url("../img/common/side-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: scroll;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-header.-is-slide-open .l-header__side {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-header__side-content {
  display: block;
}

.l-header__sideMenu-item+.l-header__sideMenu-item {
  margin-top: 31px;
}

.l-header__sideMenu-head {
  display: block;
  background-color: orange;
  color: #fff;
  letter-spacing: 0.07em;
  position: relative;
}

.l-header__sideMenu-head::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-60%) rotate(225deg);
  transform: translateY(-60%) rotate(225deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-header__sideMenu-head.-is-open::before {
  -webkit-transform: translateY(-20%) rotate(45deg);
  transform: translateY(-20%) rotate(45deg);
}

.l-header__sideMenu-head.-is-culture {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0.75)), to(rgba(255, 164, 21, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.75) 0%, rgba(255, 164, 21, 0.75) 100%), #fff;
}

.l-header__sideMenu-head.-is-company {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%), #fff;
}

.l-header__sideMenu-head.-is-work {
  background: -webkit-gradient(linear, left top, right top, from(rgba(178, 194, 0, 0.75)), color-stop(50%, rgba(0, 176, 41, 0.75)), to(rgba(78, 114, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(178, 194, 0, 0.75) 0%, rgba(0, 176, 41, 0.75) 50%, rgba(78, 114, 232, 0.75) 100%), #fff;
}

.l-header__sideMenu-head.-is-env {
  background: -webkit-gradient(linear, left top, right top, from(rgba(78, 114, 232, 0.75)), color-stop(50%, rgba(176, 142, 232, 0.75)), to(rgba(207, 58, 209, 0.75))), #fff;
  background: linear-gradient(to right, rgba(78, 114, 232, 0.75) 0%, rgba(176, 142, 232, 0.75) 50%, rgba(207, 58, 209, 0.75) 100%), #fff;
}

.l-header__sideMenu-head.-is-recruit {
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 58, 209, 0.75)), color-stop(13%, rgba(240, 67, 136, 0.75)), color-stop(25%, rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), color-stop(63%, rgba(178, 194, 0, 0.75)), color-stop(76%, rgba(0, 176, 41, 0.75)), color-stop(88%, rgba(78, 114, 232, 0.75)), to(rgba(176, 142, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(207, 58, 209, 0.75) 0%, rgba(240, 67, 136, 0.75) 13%, rgba(255, 0, 0, 0.75) 25%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 63%, rgba(0, 176, 41, 0.75) 76%, rgba(78, 114, 232, 0.75) 88%, rgba(176, 142, 232, 0.75) 100%), #fff;
}

.l-header__sideMenu-list {
  background-color: #fff;
  line-height: 1;
  display: none;
}

.l-header__sideMenu-linkItem {
  position: relative;
}

.l-header__sideMenu-linkItem::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.l-header__sideMenu-linkItem.-is-active::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.p-about__head {
  font-size: 2.2rem;
  line-height: 1.90909;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-about__ttl {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  display: block;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.07em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%), #fff;
}

.p-about__subttl {
  display: block;
  letter-spacing: 0.05em;
}

.p-about__txt {
  line-height: 2.25;
}

.p-about__subtxt {
	font-size: 1.2rem;
	line-height: 1.8;
}

.p-about__subtxt a {
	text-decoration: underline;
}

.p-about__fig.-is-mt-m {
  margin-top: 35px;
}

.p-about__fig.-is-narrow {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.p-about__pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-about__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 57px;
}

.p-about__btns.-is-mt-m {
  margin-top: 49px;
}

.p-about__pic-img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

.p-about__pic-img::after {
  content: "";
  display: block;
}

.p-about__pic-img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about__pic-img::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%), #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p-about__pic-dsc.-is-mt-m {
  margin-top: 20px;
}

.p-about__pic-ttl {
  font-size: 1.6rem;
  line-height: 1;
}

.p-about__pic-txt {
  line-height: 2.14286;
}

.p-about__pic-txt.-is-s {
  text-align: center;
  margin-top: 0;
  font-size: 1.4rem;
}

.p-about-box__content {
  padding: 55px 90px 90px;
}

.p-about-box__ttl {
  display: block;
  text-align: center;
  background: url("../img/about/box-head-deco.png"), -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))), #fff;
  background: url("../img/about/box-head-deco.png"), linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%), #fff;
  background-repeat: no-repeat;
}

.p-about-box__ttl-item {
  color: #fff;
}

.p-about-box__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-about-box__table-item {
  width: 100%;
}

.p-about-box__table-item.-is-half {
  width: 50%;
}

.p-about-box__table-item.-is-mt {
  margin-top: 58px;
}

.p-about-box__table-ttl {
  text-align: center;
}

.p-about-box__table-ttlItem {
  display: inline-block;
  letter-spacing: 0.01em;
  position: relative;
}

.p-about-box__table-ttlItem::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 153, 79, 0.75)), to(rgba(199, 209, 64, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 153, 79, 0.75) 0%, rgba(199, 209, 64, 0.75) 100%), #fff;
  left: 0;
}

.p-about-box__table-content {
  position: relative;
}

.p-about-box__attract {
  padding: 2px;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%), #fff;
}

.p-about-box__attract-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
}

.p-about-box__attract-item+.p-about-box__attract-item {
  margin-top: 2px;
}

.p-about-box__attract-head {
  position: relative;
}

.p-about-box__attract-head::before {
  content: "";
  display: block;
  background-color: #fbdf3e;
  height: 2px;
  position: absolute;
  top: 50%;
}

.p-about-box__attract-rank {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 700;
  color: #f77c1f;
  vertical-align: baseline;
}

.p-about-box__attract-unit {
  color: #f77c1f;
  margin-left: 0.2em;
  vertical-align: baseline;
}

.p-about-box__attract-percent {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  color: #c2d305;
  vertical-align: baseline;
}

.p-about-box__attract-txt {
  letter-spacing: 0.15em;
  line-height: 1.77778;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-business__head {
  font-size: 2.2rem;
  line-height: 1.90909;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-business__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.p-business__lead-ttl {
  text-align: center;
}

.p-business__lead-ttl-line {
  display: inline-block;
  line-height: 1;
  line-height: 2.58333;
  position: relative;
}

.p-business__lead-ttl-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%), #fff;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.p-business-box__btn {
  position: relative;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.p-business-box__logo {
  pointer-events: none;
}

.p-business-box__dsc {
  pointer-events: none;
  line-height: 2.125;
  letter-spacing: 0.1em;
}

.p-business-box__icon {
  pointer-events: none;
  display: block;
  width: 40px;
  margin-left: auto;
}

.p-business-box__icon-item {
  position: relative;
}

.p-business-box__icon-item::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
}

.p-business-box__icon-item::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-business-box__btn.js-accordion.-is-open .p-business-box__icon-item::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.p-business-box__content {
  display: none;
  background-color: #fafafa;
}

.p-business-box__point-item+.p-business-box__point-item {
  margin-top: 74px;
}

.p-business-box__point-item.-is-mt-l {
  margin-top: 85px;
}

.p-business-box__point-head {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 7px;
}

.p-business-box__point-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%), #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-business-box__point-body {
  margin-top: 34px;
}

.p-business-box__point-ttl {
  line-height: 1.53846;
  letter-spacing: 0.1em;
}

.p-business-box__point-fig {
  display: block;
}

.p-business-box__point-figcap {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.p-business-box__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px;
}

.p-business-box__tag-item {
  border: 1px solid #000;
  padding: 7px 0;
  font-size: 1.4rem;
  text-align: center;
}

.p-business-box__member-head {
  text-align: center;
  position: relative;
}

.p-business-box__member-head::before {
  content: "";
  display: block;
  width: calc(50% - 70px);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
}

.p-business-box__member-head::after {
  content: "";
  display: block;
  width: calc(50% - 70px);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.p-business-box__member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-business-box__member-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-business-box__member-pic img {
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-business-box__member-ttl {
  position: relative;
  line-height: 1.9125;
}

.p-business-box__member-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.p-business-box__member-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.p-business-box__member-name {
  margin-left: 14px;
  line-height: 1.7;
}

.p-business__movie {
  margin: 62px 0 0;
}

@media (min-width: 768px) {
  .p-business__movie {
    margin: 124px 0 0;
  }
}

.p-business__movie-ttl {
  font-size: 1.9rem;
  padding: 4px 10px;
  line-height: 1.3;
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  display: block;
  color: #fff;
  letter-spacing: 0.07em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))),
    #fff;
  background: linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%),
    #fff;
}

@media (min-width: 768px) {
  .p-business__movie-ttl {
    padding: 10px 20px;
    font-size: 2.4rem;
    line-height: 1;
  }
}

.p-business__movie-ttl-item {
  color: #fff;
  text-transform: uppercase;
}

.p-business__movie-message {
  margin: 3rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .p-business__movie-message {
    margin: 6rem 0 0;
	flex-direction: row;
  }
}

.p-business__movie-items {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
	.p-business__movie-items {
	  width: 48%;
	}
}

.p-business__movie-items:first-of-type {
	margin-bottom: 100px;
}

@media (min-width: 768px) {
	.p-business__movie-items,
	.p-business__movie-items:first-of-type {
		margin-bottom: 0;
	}
}


.p-business__movie-message iframe {
  width: 100%;
  height: 100%;
}

.p-business__movie_txt {
	text-align: center;
	margin-top: 20px;
	font-size: 1.4rem;
}

.p-business__movie_txt p {
	margin-bottom: 8px;
}

.p-business__movie-message:first-of-type {
	margin-bottom: 100px;
}

.p-ceo {
  overflow: hidden;
}

.p-ceo-head__top {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: visible;
}

.p-ceo-head__top::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 102, 0, 0.75)), to(rgba(255, 164, 21, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.75) 0%, rgba(255, 102, 0, 0.75) 50%, rgba(255, 164, 21, 0.75) 100%), #fff;
}

.p-ceo-head__top::after {
  content: "";
  display: block;
  background-image: url("../img/common/deco-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.p-ceo-head__top-ttl {
  color: #fff;
  position: relative;
  z-index: 10;
  letter-spacing: 0.07em;
}

.p-ceo-head__bottom {
  z-index: 10;
}

.p-ceo-head__bottom-content {
  position: relative;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-ceo-head__bottom-content::before {
  content: "";
  display: block;
}

.p-ceo-head__bottom-box {
  background-color: #fff;
}

.p-ceo-head__bottom-ttl {
  line-height: 1.7;
  padding: 15px;
  position: relative;
  letter-spacing: 0.05em;
}

.p-ceo-head__bottom-ttl::before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ceo-head__bottom-ttl::after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-ceo-head__bottom-prof {
  margin-left: 35px;
  margin-top: 18px;
  line-height: 1;
}

.p-ceo-body__sec-inner {
  margin: 0 auto;
}

.p-ceo-body__sec-col {
  position: relative;
}

.p-ceo-body__head-small {
  display: block;
  position: relative;
}

.p-ceo-body__head-small::before {
  content: "";
  display: block;
  width: 240px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-ceo-body__head-big {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-ceo-body__txt {
  line-height: 2;
}

.p-ceo-body__pic::before {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 102, 0, 0.75)), to(rgba(255, 164, 21, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.75) 0%, rgba(255, 102, 0, 0.75) 50%, rgba(255, 164, 21, 0.75) 100%), #fff;
  z-index: 0;
}

.p-ceo-body__pic-item {
  position: relative;
  z-index: 5;
}

.p-ceo-body__prof {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
}

.p-ceo-body__prof-ttl {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 700;
}

.p-ceo-body__prof-dsc {
  line-height: 2;
}

.p-culture__head {
  font-size: 2.2rem;
  line-height: 1.90909;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-culture__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.p-culture__pic-img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

.p-culture__pic-img::after {
  content: "";
  display: block;
  padding-top: 69%;
}

.p-culture__pic-img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-culture__pic-img::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 102, 0, 0.75)), to(rgba(255, 164, 21, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.75) 0%, rgba(255, 102, 0, 0.75) 50%, rgba(255, 164, 21, 0.75) 100%), #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p-culture__pic-dsc {
  margin-top: 26px;
}

.p-culture__pic-ttl {
  font-size: 1.6rem;
  line-height: 1;
}

.p-culture__pic-txt {
  margin-top: 1.4rem;
  line-height: 2.14286;
  margin-top: 10px;
}

.p-culture__secTtl {
  text-align: center;
  line-height: 1;
}

.p-culture__secTtl-num {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  display: block;
}

.p-culture__secTtl-subttl {
  display: block;
}

.p-culture__secTtl-ttl {
  display: block;
  color: #fff;
  margin-top: 13px;
  letter-spacing: 0.07em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 102, 0, 0.75)), to(rgba(255, 164, 21, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.75) 0%, rgba(255, 102, 0, 0.75) 50%, rgba(255, 164, 21, 0.75) 100%), #fff;
}

.p-culture__sec-dsc {
  letter-spacing: 0.055em;
}

.p-culture__sec-fig {
  text-align: center;
}

.p-culture__secBox {
  background-color: #fafafa;
}

.p-culture__secBox-ttl-item {
  line-height: 1.73077;
  letter-spacing: 0.05em;
}

.p-culture__secBox-pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-culture-thanks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-culture-thanks__item {
  display: block;
  position: relative;
}

.p-culture-thanks__item::before {
  content: "";
  display: block;
  padding-top: 69.56%;
}

.p-culture-thanks__box {
  position: absolute;
  display: block;
  line-height: 1.42857;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.p-culture-modal {
  z-index: 4000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 253, 253, 0.9)), to(rgba(253, 253, 253, 0.9)));
  background-image: linear-gradient(rgba(253, 253, 253, 0.9), rgba(253, 253, 253, 0.9));
}

.p-culture-modal__content {
  display: block;
  max-width: 366px;
  height: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-culture-modal__close {
  position: absolute;
  cursor: pointer;
  top: -10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  right: 0;
  display: block;
  outline: none;
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}

.p-culture-modal__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-culture-modal__close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-culture-modal__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  cursor: pointer;
}

.p-culture-modal__btn.-is-prev {
  background-image: url("../img/culture/icon-prev.png");
}

.p-culture-modal__btn.-is-next {
  background-image: url("../img/culture/icon-next.png");
}

.p-culture-modal__slide {
  height: 100%;
}

.p-culture-modal__item {
  height: 100%;
  padding-top: 15px;
}

.p-culture-modal__box {
  padding: 2px;
  width: 100%;
  height: 100%;
  position: relative;
}

.p-culture-modal__box::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  border-radius: 3px;
  overflow: hidden;
}

.p-culture-modal__box.-is-green::before {
  background: url(../img/culture/icon-gr.png) no-repeat top/contain;
}

.p-culture-modal__box.-is-yellow::before {
  background: url(../img/culture/icon-ye.png) no-repeat top/contain;
}

.p-culture-modal__box.-is-orange::before {
  background: url(../img/culture/icon-orange.png) no-repeat top/contain;
}

.p-culture-modal__box.-is-pink::before {
  background: url(../img/culture/icon-pink.png) no-repeat top/contain;
}

.p-culture-modal__box.-is-purple::before {
  background: url(../img/culture/icon-p.png) no-repeat top/contain;
}

.p-culture-modal__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
}

.p-culture-modal__box.-is-orange {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0.75)), to(rgba(255, 164, 21, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.75) 0%, rgba(255, 164, 21, 0.75) 100%), #fff;
}

.p-culture-modal__box.-is-yellow {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 156, 0, 0.75)), to(rgba(255, 246, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 156, 0, 0.75) 0%, rgba(255, 246, 0, 0.75) 100%), #fff;
}

.p-culture-modal__box.-is-green {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 176, 41, 0.75)), to(rgba(78, 114, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(0, 176, 41, 0.75) 0%, rgba(78, 114, 232, 0.75) 100%), #fff;
}

.p-culture-modal__box.-is-purple {
  background: -webkit-gradient(linear, left top, right top, from(rgba(187, 145, 231, 0.75)), to(rgba(222, 47, 224, 0.75))), #fff;
  background: linear-gradient(to right, rgba(187, 145, 231, 0.75) 0%, rgba(222, 47, 224, 0.75) 100%), #fff;
}

.p-culture-modal__box.-is-pink {
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 29, 209, 0.75)), to(rgba(255, 204, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(247, 29, 209, 0.75) 0%, rgba(255, 204, 0, 0.75) 100%), #fff;
}

.p-culture-modal__from {
  display: inline-block;
  margin-top: auto;
  margin-left: auto;
}

.p-env__head {
  font-size: 2.2rem;
  line-height: 1.90909;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-env__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-env__nav-item {
  line-height: 1;
  padding-right: 30px;
  position: relative;
}

.p-env__nav-item::after {
  content: "";
  display: block;
  background-image: url("../img/env/icon-nav.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}

.p-env__ttl-item {
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(78, 114, 232, 0.75)), color-stop(50%, rgba(176, 142, 232, 0.75)), to(rgba(207, 58, 209, 0.75))), #fff;
  background: linear-gradient(to right, rgba(78, 114, 232, 0.75) 0%, rgba(176, 142, 232, 0.75) 50%, rgba(207, 58, 209, 0.75) 100%), #fff;
}

.p-env__pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-env__pic-img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

.p-env__pic-img::after {
  content: "";
  display: block;
  padding-top: 71%;
}

.p-env__pic-img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-env__pic-img::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(78, 114, 232, 0.75)), color-stop(50%, rgba(176, 142, 232, 0.75)), to(rgba(207, 58, 209, 0.75))), #fff;
  background: linear-gradient(to right, rgba(78, 114, 232, 0.75) 0%, rgba(176, 142, 232, 0.75) 50%, rgba(207, 58, 209, 0.75) 100%), #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p-env__pic-dsc {
  margin-top: 21px;
}

.p-env__pic-ttl {
  line-height: 1;
}

.p-env__pic-txt {
  line-height: 2.14286;
}

.p-env__table-ttl-item {
  padding-bottom: 13px;
  position: relative;
}

.p-env__table-ttl-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(78, 114, 232, 0.75)), color-stop(50%, rgba(176, 142, 232, 0.75)), to(rgba(207, 58, 209, 0.75))), #fff;
  background: linear-gradient(to right, rgba(78, 114, 232, 0.75) 0%, rgba(176, 142, 232, 0.75) 50%, rgba(207, 58, 209, 0.75) 100%), #fff;
}

.p-env-table__row+.p-env-table__row {
  border-top: 1px solid #e0e0e0;
}

.p-env-table__ttl {
  width: 270px;
  line-height: 2;
}

.p-env-table__dsc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-faq-tab {
  background-color: #fff;
}

.p-faq-tab__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq-tab__btn {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  z-index: 10;
  border-bottom: 1px solid #e0e0e0;
}

.p-faq-tab__btn+.p-faq-tab__btn {
  border-left: 1px solid #e0e0e0;
}

.p-faq-tab__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-faq-tab__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/faq/btnbg-active.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-faq-tab__btn.-is-active {
  border-bottom: none;
}

.p-faq-tab__btn.-is-active::before {
  opacity: 0;
}

.p-faq-tab__btn.-is-active::after {
  opacity: 1;
}

.p-faq-tab__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.p-faq-tab__accordion {
  letter-spacing: 0.07em;
}

.p-faq-tab__accordion-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  white-space: pre-wrap;
}

.p-faq-tab__accordion-head span {
  pointer-events: none;
}

.p-faq-tab__accordion-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 90px;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
}

.p-faq-tab__accordion-icon::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}

.p-faq-tab__accordion-icon::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-faq-tab__accordion-head.-is-open .p-faq-tab__accordion-icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.p-faq-tab__accordion-body {
  padding: 31px 90px;
  background-color: #fafafa;
  display: none;
  white-space: pre-wrap;
}

.p-home-mv__box-txt {
  height: 100%;
}

.p-home-mv__box-pic {
  height: 100%;
  background: url("/corporate/recruit/as/img/home/mv-bg-loop_2501.jpg");
  background-position: 0 0;
  background-repeat: repeat;
  -webkit-animation: mv-loop 35s linear infinite;
  animation: mv-loop 35s linear infinite;
}

.p-home-mv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-home-mv__ttl-big {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 700;
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.08;
}

.p-home-mv__ttl-big-bottom {
  display: block;
}

.p-home-mv__ttl-alpha {
  display: inline-block;
  height: auto;
  position: relative;
}

.p-home-mv__ttl-small {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-home-news {
  padding: 61px 0 0;
  margin-bottom: 50px;
}

.p-home-news__list {
  text-align: center;
}

.p-home-news__item {
  text-align: left;
}

.p-home-news__item+.p-home-news__item {
  margin-top: 16px;
}

.p-home-news__item-txt {
  line-height: 1.5;
}

.p-home-news__links {
  max-width: 1000px;
  margin: 50px auto 0;
  text-align: center;
  text-transform: uppercase;
}

.p-home-news__links a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  text-decoration: underline;
  margin-left: -4%;
  padding: 5px;
}

.p-home-news__links a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
  width: 50px;
  height: 15px;
  background: url(../img/common/icon-morebtn-arr-gray.png) no-repeat center center;
  background-size: 100%;
  transition: all .3s ease-in-out 0s;
}

.p-home-news__links a:hover {
  text-decoration: none;
}

.p-home-news__links a:hover::after {
  right: -62px;
}

.p-home-wantedly {
  max-width: 720px;
  margin: 50px auto;
}

.p-home-wantedly__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.5%;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: solid 3px #6091d3;
  border-radius: 10px;
}

.p-home-wantedly__links a:hover {
  text-decoration: none;
}

.p-home-wantedly__links-logo {
  width: 200px;
}

.p-home-wantedly__links-txt {
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  background: linear-gradient(90deg, #0D93E0 1.39%, #00C4C4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-font-smoothing: antialiased;
}

.w-btn-blog {
  position: relative;
  display: block;
  width: 280px;
  padding: 20px 29px 20px 52px;
  background-color: #000;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.w-btn-blog::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 155px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon-blank-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.w-btn-blog::after {
  content: "";
  display: block;
  width: 50px;
  height: 16px;
  background-image: url(../img/common/icon-morebtn-arr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.w-btn-blog.-is-center {
  margin-left: auto;
  margin-right: auto;
}

.p-home-culture {
  position: relative;
}

.p-home-culture__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87.18%;
  z-index: -1;
}

.p-home-culture__inner {
  margin: 0 auto;
}

.p-home-culture__content {
  background-color: #fff;
  padding: 70px 90px 0;
}

.p-home-culture__ttl {
  position: relative;
}

.p-home-culture__ttl-big {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 7.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  left: -4px;
}

.p-home-culture__ttl-plus {
  display: inline-block;
  font-weight: 500;
}

.p-home-culture__ttl-big-alpha {
  display: inline-block;
  width: 5.3rem;
  height: auto;
  position: relative;
  top: -17px;
}

.p-home-culture__ttl-big-space {
  display: inline-block;
  width: .22em;
  letter-spacing: 0;
}

.p-home-culture__ttl-small {
  display: block;
  line-height: 1;
  margin-top: 10px;
}

.p-home-culture__lead {
  line-height: 2;
}

.p-home-culture__dsc {
  line-height: 2.25;
  margin-top: 15px;
  letter-spacing: 0.05em;
}

.p-home-culture__links {
  margin-top: 80px;
}

.p-home-culture__linkBox {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  letter-spacing: 0.05em;
}

.p-home-culture__linkBox+.p-home-culture__linkBox {
  margin-top: 35px;
}

.p-home-culture__linkBox-link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-home-culture__linkBox-ttl {
  font-size: 2.4rem;
  line-height: 1;
}

.p-home-culture__linkBox-btn {
  margin-top: 29px;
}

.p-home-common-section {
  overflow: hidden;
}

.p-home-common-section__inner {
  margin: 0 auto;
}

.p-home-common-section__content {
  position: relative;
  width: 100%;
}

.p-home-common-section__pic {
  position: absolute;
}

.p-home-common-section__ttl {
  position: relative;
}

.p-home-common-section__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%), #fff;
}

.p-home-common-section.-is-right .p-home-common-section__ttl::before {
  right: initial;
  left: 0;
}

.p-home-common-section.-is-company .p-home-common-section__ttl::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%), #fff;
}

.p-home-common-section.-is-work .p-home-common-section__ttl::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(178, 194, 0, 0.75)), color-stop(50%, rgba(0, 176, 41, 0.75)), to(rgba(78, 114, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(178, 194, 0, 0.75) 0%, rgba(0, 176, 41, 0.75) 50%, rgba(78, 114, 232, 0.75) 100%), #fff;
}

.p-home-common-section.-is-env .p-home-common-section__ttl::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(78, 114, 232, 0.75)), color-stop(50%, rgba(176, 142, 232, 0.75)), to(rgba(207, 58, 209, 0.75))), #fff;
  background: linear-gradient(to right, rgba(78, 114, 232, 0.75) 0%, rgba(176, 142, 232, 0.75) 50%, rgba(207, 58, 209, 0.75) 100%), #fff;
}

.p-home-common-section__ttl-item {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 700;
  color: #fff;
}

.p-home-common-section__ttl-item.-is-deco-1 {
  position: relative;
  overflow: hidden;
}

.p-home-common-section__ttl-item.-is-deco-1::before {
  content: "";
  display: block;
  background-image: url("../img/home/deco-1.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
}

.p-home-common-section__ttl-item.-is-deco-2 {
  overflow: hidden;
}

.p-home-common-section__ttl-item.-is-deco-2::before {
  content: "";
  display: block;
  background-image: url("../img/home/deco-2.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
}

.p-home-common-section__ttl-big {
  display: block;
  line-height: 1.08333;
  text-transform: uppercase;
}

.p-home-common-section__ttl-alpha {
  position: relative;
  margin-left: 7px;
  display: inline-block;
}

.p-home-common-section__ttl-small {
  display: block;
  line-height: 1;
  margin-top: 15px;
}

.p-home-common-section__links-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.p-home-common-section__links-dsc {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 23px;
  letter-spacing: 0.05em;
}

.p-home-common-section__links-btn {
  margin-top: 20px;
}

.company-wantedly-link .c-btn-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon-blank-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-home-common-section__links-logo img {
  padding-top: 7px;
  display: block;
  margin: 0 auto;
}

.p-home-member__dsc {
  line-height: 1.6875;
  text-align: center;
}

.p-home-member__slide-content {
  overflow: hidden;
  position: relative;
}

.p-home-member__slide-btn {
  outline: none;
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  z-index: 10;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-home-member__slide-btn.-is-prev {
  background-image: url("../img/home/slide-prev.png");
}

.p-home-member__slide-btn.-is-next {
  background-image: url("../img/home/slide-next.png");
}

.p-home-member__slide-container {
  margin: 0 auto;
  overflow: visible !important;
}

.p-home-member__slide-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 0;
  width: 100%;
}

.p-home-member__slide-head {
  display: block;
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.055em;
}

.p-home-member__slide-head::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.p-home-member__slide-head::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.p-home-member__slide-prof {
  display: block;
  line-height: 1.7;
}

.p-home-member__btn {
  margin-top: 75px;
}

.p-home-job {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p-home-job::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
}

.p-home-job::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
}

.p-home-job__inner {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.p-home-job__ttl-item {
  width: 550px;
  margin: 0 auto;
}

.p-home-job__dsc {
  line-height: 1.7;
  text-align: center;
}

.p-home-job__job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-home-job__card {
  background-color: lightgray;
  text-align: center;
}

.p-home-job__job-item.-is-new .p-home-job__card {
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 58, 209, 0.75)), to(rgba(240, 67, 136, 0.75))), #fff;
  background: linear-gradient(to right, rgba(207, 58, 209, 0.75) 0%, rgba(240, 67, 136, 0.75) 100%), #fff;
}

.p-home-job__job-item.-is-second .p-home-job__card {
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 67, 136, 0.75)), to(rgba(255, 0, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(240, 67, 136, 0.75) 0%, rgba(255, 0, 0, 0.75) 100%), #fff;
}

.p-home-job__job-item.-is-mid .p-home-job__card {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0.75)), to(rgba(255, 214, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.75) 0%, rgba(255, 214, 0, 0.75) 100%), #fff;
}

.p-home-job__job-item.-is-req .p-home-job__card {
  background: -webkit-gradient(linear, left top, right top, from(rgba(178, 194, 0, 0.75)), to(rgba(0, 176, 41, 0.75))), #fff;
  background: linear-gradient(to right, rgba(178, 194, 0, 0.75) 0%, rgba(0, 176, 41, 0.75) 100%), #fff;
}

.p-home-job__job-item.-is-faq .p-home-job__card {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 176, 41, 0.75)), to(rgba(78, 114, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(0, 176, 41, 0.75) 0%, rgba(78, 114, 232, 0.75) 100%), #fff;
}

.p-home-job__job-item.-is-intern .p-home-job__card {
  background: -webkit-gradient(linear, left top, right top, from(rgba(78, 114, 232, 0.75)), to(rgba(176, 142, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(78, 114, 232, 0.75) 0%, rgba(176, 142, 232, 0.75) 100%), #fff;
}

.p-home-job__card-ttl {
  color: #fff;
}

.p-home-job__card-ttl::after {
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 50px;
  height: 15px;
  background: url("../img/common/icon-morebtn-arr.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-home-embed {
  position: relative;
  margin-bottom: 110px;
}

.p-home-embed::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 320px;
  background: linear-gradient(180deg, #0D93E0 0%, #00C4C4 100%);
  z-index: -1;
}

.p-home-embed::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
  height: 320px;
  background: linear-gradient(180deg, #0D93E0 0%, #00C4C4 100%);
  z-index: -1;
}

.p-home-embed__inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 960px;
  background: #fff;
}

.p-intern__head {
  background-color: #fff;
}

.p-intern__head-ttl {
  text-align: center;
}

.p-intern__head-ttl-big {
  display: block;
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  text-transform: uppercase;
}

.p-intern__head-ttl-small {
  display: block;
}

.p-intern__head-dsc {
  text-align: center;
  line-height: 2.25;
}

.p-intern__head-dsc img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.p-intern__point {
  background-color: #fff;
}

.p-intern__point-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-intern__point-item-col {
  position: relative;
}

.p-intern__point-item-head {
  display: block;
  position: relative;
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  line-height: 1.81818;
  font-weight: 700;
}

.p-intern__point-item-head::before {
  content: "";
  display: block;
  width: 240px;
  height: 2px;
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 58, 209, 0.75)), color-stop(13%, rgba(240, 67, 136, 0.75)), color-stop(25%, rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), color-stop(63%, rgba(178, 194, 0, 0.75)), color-stop(76%, rgba(0, 176, 41, 0.75)), color-stop(88%, rgba(78, 114, 232, 0.75)), to(rgba(176, 142, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(207, 58, 209, 0.75) 0%, rgba(240, 67, 136, 0.75) 13%, rgba(255, 0, 0, 0.75) 25%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 63%, rgba(0, 176, 41, 0.75) 76%, rgba(78, 114, 232, 0.75) 88%, rgba(176, 142, 232, 0.75) 100%), #fff;
}

.p-intern__point-item-logo {
  display: block;
}

.p-intern__data-ttl {
  background-color: #fff;
  text-align: center;
}

.p-intern__noopening {
  background-color: #fff;
  min-height: 40vh;
  font-size: 1.8rem;
  text-align: center;
}

.p-job__head {
  font-size: 2.2rem;
  line-height: 1.90909;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-job__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.p-job__sec-body {
  margin-top: 45px;
}

.p-job__sec-ttl {
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(178, 194, 0, 0.75)), color-stop(50%, rgba(0, 176, 41, 0.75)), to(rgba(78, 114, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(178, 194, 0, 0.75) 0%, rgba(0, 176, 41, 0.75) 50%, rgba(78, 114, 232, 0.75) 100%), #fff;
}

.p-job__txt-ttl {
  line-height: 1.73077;
}

.p-job__txt-txt {
  line-height: 2;
}

.p-job__pic {
  position: relative;
  z-index: 10;
}

.p-job__pic::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(178, 194, 0, 0.75)), color-stop(50%, rgba(0, 176, 41, 0.75)), to(rgba(78, 114, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(178, 194, 0, 0.75) 0%, rgba(0, 176, 41, 0.75) 50%, rgba(78, 114, 232, 0.75) 100%), #fff;
  z-index: -1;
}

.p-job__member-head {
  text-align: center;
  position: relative;
}

.p-job__member-head::before {
  content: "";
  display: block;
  width: calc(50% - 70px);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
}

.p-job__member-head::after {
  content: "";
  display: block;
  width: calc(50% - 70px);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.p-job__member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-job__member-ttl {
  position: relative;
  line-height: 1.9125;
}

.p-job__member-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.p-job__member-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.p-job__member-name {
  margin-left: 14px;
  line-height: 1.7;
}

.p-office__head {
  font-size: 2.2rem;
  line-height: 1.90909;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-office-box {
  width: 100%;
}

.p-office-box__ttl-item {
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(78, 114, 232, 0.75)), color-stop(50%, rgba(176, 142, 232, 0.75)), to(rgba(207, 58, 209, 0.75))), #fff;
  background: linear-gradient(to right, rgba(78, 114, 232, 0.75) 0%, rgba(176, 142, 232, 0.75) 50%, rgba(207, 58, 209, 0.75) 100%), #fff;
}

.p-office-box__ttl-big {
  display: block;
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-office-box__ttl-small {
  display: block;
  line-height: 1;
}

.p-office-box__top {
  position: relative;
}

.p-office-box__top-content {
  position: relative;
  width: 100%;
}

.p-office-box__top-btn {
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  outline: none;
}

.p-office-box__top-btn.-is-prev {
  background-image: url("../img/office/icon-prev.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-office-box__top-btn.-is-next {
  background-image: url("../img/office/icon-next.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-office-box__top-pic {
  position: relative;
  z-index: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-office-box__top-pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 71.5%;
}

.p-office-box__top-cap {
  text-align: center;
}

.p-office-box__top-ttl {
  display: block;
}

.p-office-box__top-dsc {
  display: -ms-grid;
  display: grid;
  margin-top: 12px;
  line-height: 2.14286;
}

.p-office-box__thum {
  position: relative;
}

.p-office-box__thum-btn {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  z-index: 10;
  width: 32px;
  height: 32px;
  outline: none;
}

.p-office-box__thum-btn.-is-prev {
  left: 10px;
  background-image: url("../img/office/icon-prev.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-office-box__thum-btn.-is-next {
  right: 10px;
  background-image: url("../img/office/icon-next.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-office-box__thum-slide {
  position: relative;
  cursor: pointer;
}

.p-office-box__thum-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #98a2ee;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.p-office-box__thum-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}

.p-office-box__thum-slide-item {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  width: 100%;
}

.p-office-box__thum-slide-item::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
}

.p-people-detail {
  overflow: hidden;
}

.p-people-detail-head__top {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: visible;
}

.p-people-detail-head__top::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100vw - (50vw - 500px));
  z-index: 0;
}

.p-people-detail-head__top.-is-orange::before {
  background: url("../img/people/head-bg.png"), linear-gradient(135deg, rgba(255, 214, 0, 0.85) 0%, rgba(255, 78, 0, 0.85) 100%), #fff;
  background-repeat: no-repeat;
}

.p-people-detail-head__top.-is-orange2::before {
  background: url("../img/people/head-bg.png"), -webkit-gradient(linear, right top, left top, from(rgba(255, 78, 0, 0.85)), to(rgba(255, 214, 0, 0.85))), #fff;
  background: url("../img/people/head-bg.png"), linear-gradient(270deg, rgba(255, 78, 0, 0.85) 0%, rgba(255, 214, 0, 0.85) 100%), #fff;
  background-repeat: no-repeat;
}

.p-people-detail-head__top.-is-purple::before {
  background: url("../img/people/head-bg.png"), linear-gradient(45deg, rgba(207, 58, 209, 0.85) 0%, rgba(240, 67, 136, 0.85) 100%), #fff;
  background-repeat: no-repeat;
}

.p-people-detail-head__top.-is-purple2::before {
  background: url("../img/people/head-bg.png"), linear-gradient(45deg, rgba(207, 58, 209, 0.85) 0%, rgba(240, 67, 136, 0.85) 100%), #fff;
  background-repeat: no-repeat;
}

.p-people-detail-head__top.-is-blue::before {
  background: url("../img/people/head-bg.png"), linear-gradient(-217deg, rgba(78, 114, 232, 0.85) 0%, rgba(176, 142, 232, 0.85) 100%), #fff;
  background-repeat: no-repeat;
}

.p-people-detail-head__top.-is-green::before {
  background: url("../img/people/head-bg.png"), linear-gradient(-217deg, rgba(0, 176, 41, 0.85) 0%, rgba(178, 194, 0, 0.85) 100%), #fff;
  background-repeat: no-repeat;
}

.p-people-detail-head__top-ttl {
  color: #fff;
  position: relative;
  z-index: 10;
  letter-spacing: 0.07em;
}

.p-people-detail-head__bottom {
  z-index: 10;
}

.p-people-detail-head__bottom-content {
  position: relative;
  top: 0;
}

.p-people-detail-head__bottom-content::before {
  content: "";
  display: block;
}

.p-people-detail-head__bottom-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-people-detail-head__bottom-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-people-detail-head__bottom-box {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.p-people-detail-head__bottom-ttl {
  line-height: 1.7;
  padding: 15px;
  position: relative;
  letter-spacing: 0.05em;
}

.p-people-detail-head__bottom-ttl::before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.p-people-detail-head__bottom-ttl::after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-people-detail-head__bottom-prof {
  margin-left: 55px;
  margin-top: 25px;
}

.p-people-detail-body__sec.-is-mt-l {
  margin-top: 110px;
}

.p-people-detail-body__sec-inner {
  margin: 0 auto;
  overflow: visible;
}

.p-people-detail-body__sec-content.-is-nopic {
  display: block;
}

.p-people-detail-body__sec-col {
  position: relative;
}

.p-people-detail-body__sec-col.-is-pic {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-people-detail-body__head-item {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.p-people-detail-body__head-challenge {
  display: block;
  position: relative;
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 700;
}

.p-people-detail-body__head-challenge::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
}

.p-people-detail-body__head-challenge.-is-orange::before {
  background: linear-gradient(135deg, rgba(255, 214, 0, 0.85) 0%, rgba(255, 78, 0, 0.85) 100%), #fff;
}

.p-people-detail-body__head-challenge.-is-orange2::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 78, 0, 0.85)), to(rgba(255, 214, 0, 0.85))), #fff;
  background: linear-gradient(270deg, rgba(255, 78, 0, 0.85) 0%, rgba(255, 214, 0, 0.85) 100%), #fff;
}

.p-people-detail-body__head-challenge.-is-purple::before {
  background: linear-gradient(45deg, rgba(207, 58, 209, 0.85) 0%, rgba(240, 67, 136, 0.85) 100%), #fff;
}

.p-people-detail-body__head-challenge.-is-purple2::before {
  background: linear-gradient(45deg, rgba(207, 58, 209, 0.85) 0%, rgba(240, 67, 136, 0.85) 100%), #fff;
}

.p-people-detail-body__head-challenge.-is-blue::before {
  background: linear-gradient(-217deg, rgba(78, 114, 232, 0.85) 0%, rgba(176, 142, 232, 0.85) 100%), #fff;
}

.p-people-detail-body__head-challenge.-is-green::before {
  background: linear-gradient(-217deg, rgba(0, 176, 41, 0.85) 0%, rgba(178, 194, 0, 0.85) 100%), #fff;
}

.p-people-detail-body__txt {
  line-height: 2;
}

.p-people-detail-body__pic::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}

.p-people-detail-body__pic.-is-orange::before {
  background: linear-gradient(135deg, rgba(255, 214, 0, 0.85) 0%, rgba(255, 78, 0, 0.85) 100%), #fff;
}

.p-people-detail-body__pic.-is-orange2::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 78, 0, 0.85)), to(rgba(255, 214, 0, 0.85))), #fff;
  background: linear-gradient(270deg, rgba(255, 78, 0, 0.85) 0%, rgba(255, 214, 0, 0.85) 100%), #fff;
}

.p-people-detail-body__pic.-is-purple::before {
  background: linear-gradient(45deg, rgba(207, 58, 209, 0.85) 0%, rgba(240, 67, 136, 0.85) 100%), #fff;
}

.p-people-detail-body__pic.-is-purple2::before {
  background: linear-gradient(45deg, rgba(207, 58, 209, 0.85) 0%, rgba(240, 67, 136, 0.85) 100%), #fff;
}

.p-people-detail-body__pic.-is-blue::before {
  background: linear-gradient(-217deg, rgba(78, 114, 232, 0.85) 0%, rgba(176, 142, 232, 0.85) 100%), #fff;
}

.p-people-detail-body__pic.-is-green::before {
  background: linear-gradient(-217deg, rgba(0, 176, 41, 0.85) 0%, rgba(178, 194, 0, 0.85) 100%), #fff;
}

.p-people-detail-body__pic-item {
  position: relative;
  z-index: 5;
}

.p-people-detail-body__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-people-detail-box {
  letter-spacing: 0.05em;
}

.p-people-detail-box__ttl-item {
  color: #fff;
  background-color: orange;
}

.p-people-detail-box__ttl-item.-is-en {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 700;
}

.p-people-detail-box__ttl-item.-is-bg-orange {
  background: linear-gradient(135deg, rgba(255, 214, 0, 0.85) 0%, rgba(255, 78, 0, 0.85) 100%), #fff;
}

.p-people-detail-box__ttl-item.-is-bg-orange2 {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 78, 0, 0.85)), to(rgba(255, 214, 0, 0.85))), #fff;
  background: linear-gradient(270deg, rgba(255, 78, 0, 0.85) 0%, rgba(255, 214, 0, 0.85) 100%), #fff;
}

.p-people-detail-box__ttl-item.-is-bg-purple {
  background: linear-gradient(45deg, rgba(207, 58, 209, 0.85) 0%, rgba(240, 67, 136, 0.85) 100%), #fff;
}

.p-people-detail-box__ttl-item.-is-bg-purple2 {
  background: linear-gradient(45deg, rgba(207, 58, 209, 0.85) 0%, rgba(240, 67, 136, 0.85) 100%), #fff;
}

.p-people-detail-box__ttl-item.-is-bg-blue {
  background: linear-gradient(-217deg, rgba(78, 114, 232, 0.85) 0%, rgba(176, 142, 232, 0.85) 100%), #fff;
}

.p-people-detail-box__ttl-item.-is-bg-green {
  background: linear-gradient(-217deg, rgba(0, 176, 41, 0.85) 0%, rgba(178, 194, 0, 0.85) 100%), #fff;
}

.p-people-detail-box__table {
  background-color: #fafafa;
  line-height: 2;
}

.p-people-detail-box__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-people-detail-box__table-row+.p-people-detail-box__table-row {
  border-top: 1px solid #eaeaea;
}

.p-people-detail-box__table-ttl {
  position: relative;
}

.p-people-detail-box__table-ttl-icon {
  position: absolute;
  top: 2px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-people-detail-box__table-ttl-icon.-is-student {
  background-image: url("../img/people/icon-student.png");
}

.p-people-detail-box__table-ttl-icon.-is-company {
  background-image: url("../img/people/icon-company.png");
}

.p-people-detail-box__table-ttl-icon.-is-student-b {
  background-image: url("../img/people/icon-student-b.png");
}

.p-people-detail-box__table-ttl-icon.-is-company-b {
  background-image: url("../img/people/icon-company-b.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-0700-g {
  background-image: url("../img/people/icon-time-0700-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-0730-g {
  background-image: url("../img/people/icon-time-0730-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-0900 {
  background-image: url("../img/people/icon-time-0900.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1000 {
  background-image: url("../img/people/icon-time-1000.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1030 {
  background-image: url("../img/people/icon-time-1030.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1030-g {
  background-image: url("../img/people/icon-time-1030-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1100 {
  background-image: url("../img/people/icon-time-1100.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1200 {
  background-image: url("../img/people/icon-time-1200.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1300 {
  background-image: url("../img/people/icon-time-1300.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1300-g {
  background-image: url("../img/people/icon-time-1300-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1400 {
  background-image: url("../img/people/icon-time-1400.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1500-g {
  background-image: url("../img/people/icon-time-1500-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1530 {
  background-image: url("../img/people/icon-time-1530.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1600 {
  background-image: url("../img/people/icon-time-1600.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1630-g {
  background-image: url("../img/people/icon-time-1630-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1800 {
  background-image: url("../img/people/icon-time-1800.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1800-g {
  background-image: url("../img/people/icon-time-1800-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1900 {
  background-image: url("../img/people/icon-time-1800.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-1930-g {
  background-image: url("../img/people/icon-time-1930-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-2030-g {
  background-image: url("../img/people/icon-time-2030-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-time-0100-g {
  background-image: url("../img/people/icon-time-0100-g.png");
}

.p-people-detail-box__table-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.05em;
}

.p-people-list__head {
  font-size: 2.2rem;
  line-height: 1.90909;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-people-list__nav-inner {
  padding: 0 90px;
}

.p-people-list__nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-people-list__nav-item {
  margin: 0 30px;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 5px;
}

.p-people-list__nav-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2acc85;
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.p-people-list__nav-item.-is-active {
  color: #2acc85;
}

.p-people-list__nav-item.-is-active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.p-people-list__nav-item.-is-active a {
  pointer-events: none;
}

.p-people-list__body-inner {
  padding: 0 140px;
}

.p-people-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-people-list__slide-head {
  display: block;
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.055em;
}

.p-people-list__slide-head::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.p-people-list__slide-head::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.p-people-list__slide-prof {
  display: block;
  line-height: 1.7;
}

.p-req__head {
  font-size: 2.2rem;
  line-height: 1.90909;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-req__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-req__list-item {
  position: relative;
  white-space: nowrap;
}

.p-req__list-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-req__list-item.-is-1::before {
  background-image: url("../img/req/icon-1.png");
}

.p-req__list-item.-is-2::before {
  background-image: url("../img/req/icon-2.png");
}

.p-req__list-item.-is-3::before {
  background-image: url("../img/req/icon-3.png");
}

.p-req__list-item.-is-4::before {
  background-image: url("../img/req/icon-4.png");
}

.p-req__list-item.-is-5::before {
  background-image: url("../img/req/icon-5.png");
}

.p-req__list-item.-is-6::before {
  background-image: url("../img/req/icon-6.png");
}

.p-req__list-item.-is-7::before {
  background-image: url("../img/req/icon-7.png");
}

.p-req__list-item.-is-8::before {
  background-image: url("../img/req/icon-8.png");
}

.p-req__list-item.-is-9::before {
  background-image: url("../img/req/icon-9.png");
}

.p-req__list-item.-is-10::before {
  background-image: url("../img/req/icon-10.png");
}

.p-req__list-item.-is-11::before {
  background-image: url("../img/req/icon-11.png");
}

.p-req__list-item.-is-12::before {
  background-image: url("../img/req/icon-12.png");
}

.p-req__note {
  text-align: center;
}

.p-req__msg-ttl {
  text-align: center;
}

.p-req__msg-pic {
  margin-top: 90px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.p-req__msg-pic-item {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

.p-req__msg-pic-item::after {
  content: "";
  display: block;
}

.p-req__msg-pic-item img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-req__msg-pic-item::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 58, 209, 0.75)), color-stop(13%, rgba(240, 67, 136, 0.75)), color-stop(25%, rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), color-stop(63%, rgba(178, 194, 0, 0.75)), color-stop(76%, rgba(0, 176, 41, 0.75)), color-stop(88%, rgba(78, 114, 232, 0.75)), to(rgba(176, 142, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(207, 58, 209, 0.75) 0%, rgba(240, 67, 136, 0.75) 13%, rgba(255, 0, 0, 0.75) 25%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 63%, rgba(0, 176, 41, 0.75) 76%, rgba(78, 114, 232, 0.75) 88%, rgba(176, 142, 232, 0.75) 100%), #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p-req__msg-pic-cap {
  position: absolute;
  text-align: center;
  width: 100%;
}

.p-req__msg-pic-name {
  display: inline-block;
}

.p-req__msg-box {
  z-index: 0;
}

.p-req__msg-box-item {
  background-color: #fff;
  padding: 32px 40px;
  line-height: 2;
  position: relative;
}

.p-req__msg-box-item::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 58, 209, 0.75)), color-stop(13%, rgba(240, 67, 136, 0.75)), color-stop(25%, rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), color-stop(63%, rgba(178, 194, 0, 0.75)), color-stop(76%, rgba(0, 176, 41, 0.75)), color-stop(88%, rgba(78, 114, 232, 0.75)), to(rgba(176, 142, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(207, 58, 209, 0.75) 0%, rgba(240, 67, 136, 0.75) 13%, rgba(255, 0, 0, 0.75) 25%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 63%, rgba(0, 176, 41, 0.75) 76%, rgba(78, 114, 232, 0.75) 88%, rgba(176, 142, 232, 0.75) 100%), #fff;
  z-index: -1;
}

.c-btn-more {
  position: relative;
  display: block;
  width: 250px;
  padding: 22px 29px;
  background-color: #000;
  border-radius: 100px;
  line-height: 1;
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.c-btn-more.-is-center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn-more.-is-en {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 400;
}

.c-btn-more.-is-grad {
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 58, 209, 0.75)), color-stop(13%, rgba(240, 67, 136, 0.75)), color-stop(25%, rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), color-stop(63%, rgba(178, 194, 0, 0.75)), color-stop(76%, rgba(0, 176, 41, 0.75)), color-stop(88%, rgba(78, 114, 232, 0.75)), to(rgba(176, 142, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(207, 58, 209, 0.75) 0%, rgba(240, 67, 136, 0.75) 13%, rgba(255, 0, 0, 0.75) 25%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 63%, rgba(0, 176, 41, 0.75) 76%, rgba(78, 114, 232, 0.75) 88%, rgba(176, 142, 232, 0.75) 100%), #fff;
}

.c-btn-more::before {
  content: "";
  display: block;
  width: 50px;
  height: 16px;
  background-image: url("../img/common/icon-morebtn-arr.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-pagetop {
  width: 100%;
  position: relative;
  z-index: 20;
}

.c-pagetop::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.c-pagetop.-is-grad::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 58, 209, 0.75)), color-stop(13%, rgba(240, 67, 136, 0.75)), color-stop(25%, rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), color-stop(63%, rgba(178, 194, 0, 0.75)), color-stop(76%, rgba(0, 176, 41, 0.75)), color-stop(88%, rgba(78, 114, 232, 0.75)), to(rgba(176, 142, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(207, 58, 209, 0.75) 0%, rgba(240, 67, 136, 0.75) 13%, rgba(255, 0, 0, 0.75) 25%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 63%, rgba(0, 176, 41, 0.75) 76%, rgba(78, 114, 232, 0.75) 88%, rgba(176, 142, 232, 0.75) 100%), #fff;
}

.c-pagetop.-is-redorange-grad::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0.75)), color-stop(50%, rgba(255, 102, 0, 0.75)), to(rgba(255, 164, 21, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 0, 0, 0.75) 0%, rgba(255, 102, 0, 0.75) 50%, rgba(255, 164, 21, 0.75) 100%), #fff;
}

.c-pagetop.-is-yellow-grad::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 118, 20, 0.75)), color-stop(50%, rgba(255, 214, 0, 0.75)), to(rgba(178, 194, 0, 0.75))), #fff;
  background: linear-gradient(to right, rgba(255, 118, 20, 0.75) 0%, rgba(255, 214, 0, 0.75) 50%, rgba(178, 194, 0, 0.75) 100%), #fff;
}

.c-pagetop.-is-green-grad::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(178, 194, 0, 0.75)), color-stop(50%, rgba(0, 176, 41, 0.75)), to(rgba(78, 114, 232, 0.75))), #fff;
  background: linear-gradient(to right, rgba(178, 194, 0, 0.75) 0%, rgba(0, 176, 41, 0.75) 50%, rgba(78, 114, 232, 0.75) 100%), #fff;
}

.c-pagetop.-is-purple-grad::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(78, 114, 232, 0.75)), color-stop(50%, rgba(176, 142, 232, 0.75)), to(rgba(207, 58, 209, 0.75))), #fff;
  background: linear-gradient(to right, rgba(78, 114, 232, 0.75) 0%, rgba(176, 142, 232, 0.75) 50%, rgba(207, 58, 209, 0.75) 100%), #fff;
}

.c-pagetop.-is-deco-1::after {
  content: "";
  display: block;
  background-image: url("../img/common/deco-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.c-pagetop.-is-deco-2::after {
  content: "";
  display: block;
  background-image: url("../img/common/deco-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.c-pagetop__inner {
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.c-pagetop__ttl {
  color: #fff;
  letter-spacing: 0.07em;
}

.c-recruit-data__inner {
  background-color: #fff;
}

.c-recruit-data__inner.-is-no-padding {
  padding: 0;
}

.c-recruit-data__inner.-is-no-open {
  min-height: 40vh;
  font-size: 1.8rem;
  text-align: center;
}

.c-recruit-data__row+.c-recruit-data__row {
  border-top: 1px solid #e2e2e2;
}

.c-recruit-data__row-ttl {
  width: 270px;
  line-height: 2.22222;
  line-height: 2;
}

.c-recruit-data__row-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2;
  white-space: pre-wrap;
}

.c-recruit-data__row-link {
  font-size: 1.4rem;
  line-height: 2.28571;
  margin-top: 8px;
}

.c-recruit-data__row-link a {
  position: relative;
  display: inline-block;
}

.c-recruit-data__row-link a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-recruit-data__row-link a:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: right;
  transform-origin: right;
}

.c-recruit-data__links {
  margin-top: 57px;
  padding-bottom: 180px;
  height: 60px;
}

.c-recruit-data__links-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-recruit-data__links-inner.-is-fix {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-recruit-data__accordion-head {
  font-size: 1.8rem;
  background-color: #f2f2f2;
  padding: 41px 90px;
  font-size: 1.8rem;
  position: relative;
  letter-spacing: 0.1em;
  white-space: pre-wrap;
}

.c-recruit-data__accordion-head span {
  pointer-events: none;
}

.c-recruit-data__accordion-headIcon {
  position: absolute;
  top: 50%;
  right: 90px;
  width: 10px;
  height: 10px;
  letter-spacing: 0.1em;
}

.c-recruit-data__accordion-headIcon::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}

.c-recruit-data__accordion-headIcon::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-recruit-data__accordion-head.-is-open .c-recruit-data__accordion-headIcon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-recruit-data__accordion-content {
  display: none;
}

.c-ttl-txt {
  line-height: 1;
  letter-spacing: 0.02em;
}

.c-ttl-txt.-is-en {
  font-family: "Azo Sans", azo-sans-web, "azo-sans-web", sans-serif;
  font-weight: 700;
}

.c-ttl-txt.-is-center {
  text-align: center;
}

.c-ttl-txt.-is-s {
  font-size: 2.4rem;
}

.l-body.u-body-fix {
  overflow: hidden;
}

.u-fit-w {
  width: 100%;
}

.u-icon-blank-black {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/icon-blank-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1em;
}


/**
 * clearfix micro
 */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/**
 * text ellipsis., text...
 */

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-hide {
  display: none;
}

.u-click {
  cursor: pointer;
}


/**
 * BrowserSync
 */

#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px;
}

.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
  animation: __debug_mihon__ 1s infinite;
}

.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px;
  opacity: 0.3;
}


/*
@example
 <div class="mihon">
  <img src="./img/sample1.png" alt="" class="type_pc">
  <img src="./img/sample2.png" alt="" class="type_sp">
</div>
*/

@media (min-width: 768px) {
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }

  .ex-link:hover {
    opacity: .5;
  }

  .js-inview.js-inview-active.-is-up {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  .js-inview.js-inview-active.-is-toright {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }

  .js-inview.js-inview-active.-is-toleft {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }

  .js-loading-inview.-is-up {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  .js-loading-inview.-is-toright {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }

  .js-loading-inview.-is-toleft {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }

  body {
    min-width: 1200px;
  }

  .l-detail {
    padding-top: 140px;
  }

  .l-detail__inner {
    max-width: 1000px;
  }

  .l-footer__backtop.-is-fix {
    top: -110px;
  }

  .l-footer__inner {
    max-width: 870px;
    padding: 60px 0;
  }

  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-footer__navList {
    width: 23%;
  }

  .l-footer__navList.-is-2col {
    width: 51%;
  }

  .l-footer__navList.-is-pl {
    padding-left: 15px;
  }

  .l-footer__navList.-is-pl-l {
    padding-left: 40px;
  }

  .l-footer__navList-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer__navList-item {
    width: 50%;
  }

  .l-footer__navList-item:not(:nth-of-type(-n+2)) {
    margin-top: 55px;
  }

  .l-footer__navList-item.-is-w100 {
    width: 100%;
  }

  .l-footer__navList-icon {
    display: none;
  }

  .l-footer__navList-head {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 1.6rem;
    pointer-events: none;
  }

  .l-footer__navList-bottom {
    margin-top: 26px;
  }

  .l-footer__nav-link {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .l-footer__nav-link+.l-footer__nav-link {
    margin-top: 14px;
  }

  .l-footer__external-item+.l-footer__external-item {
    margin-top: 17px;
  }

  .l-footer__external-bottom {
    margin-top: 55px;
  }

  .l-footer__copy {
    border-top: 1px solid #666;
    padding: 24px 0;
  }

  .l-header__logo-pic {
    width: 230px;
  }

  .l-header__logo-txt {
    display: block;
    margin-top: 7px;
    font-size: 2.6rem;
  }

  .l-header__btn {
    top: 30px;
    right: 32px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .l-header__btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .l-header__btn:active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .l-header__btn-bar {
    width: 30px;
  }

  .l-header__btn-bar.-is-1 {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
  }

  .l-header__btn-bar.-is-3 {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }

  .l-header__side {
    padding: 0 60px;
  }

  .l-header__side-content {
    padding: 160px 0;
  }

  .l-header__sideMenu {
    width: 290px;
  }

  .l-header__sideMenu-head {
    font-weight: 500;
    font-size: 2rem;
    padding: 16px 20px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
  }

  .l-header__sideMenu-head:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .l-header__sideMenu-head:active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .l-header__sideMenu-list {
    font-weight: 500;
    padding: 21px 20px 24px;
    font-size: 1.8rem;
  }

  .l-header__sideMenu-links+.l-header__sideMenu-links {
    margin-top: 18px;
  }

  .l-header__sideMenu-linkItem:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  .p-about {
    padding: 80px 0 180px;
  }

  .p-about__content {
    margin-top: 111px;
  }

  .p-about__ttl {
    padding: 10px 20px;
    font-size: 2.4rem;
  }

  .p-about__subttl {
    font-size: 2.6rem;
    font-weight: 300;
    margin-top: 33px;
    line-height: 1.53846;
  }

  .p-about__subttl.-is-mt-l {
    margin-top: 112px;
  }

  .p-about__txt {
    font-size: 1.6rem;
    margin-top: 26px;
  }

  .p-about__subtxt {
	font-size: 1.4rem;
}
  .p-about__fig {
    margin-top: 50px;
  }

  .p-about__btns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .p-about__btns .c-btn-more+.c-btn-more {
    margin-left: 40px;
  }

  .p-about__pic-item {
    width: calc(50% - 20px);
  }

  .p-about__pic-item:nth-of-type(even) {
    margin-left: 40px;
  }

  .p-about__pic-item:not(:nth-of-type(-n+2)) {
    margin-top: 50px;
  }

  .p-about__pic-img::after {
    padding-top: 71.5%;
  }

  .p-about__pic-img img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .p-about__pic-img {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .p-about__pic-img::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .p-about__pic-dsc {
    margin-top: 5px;
  }

  .p-about__pic-dsc {
    padding: 0 10px;
  }

  .p-about__pic-txt {
    margin-top: 14px;
  }

  .p-about__sec+.p-about__sec {
    margin-top: 124px;
  }

  .p-about__sec-inner {
    padding: 0 90px;
  }

  .p-about__sec-inner.-is-wide {
    padding: 0;
  }

  .p-about-box {
    background: url("../img/about/box-bg-1.png"), url("../img/about/box-bg-2.png"), #fafafa;
    background-repeat: no-repeat;
    background-position: -10% 120%, 106% 115%;
  }

  .p-about-box__ttl {
    padding: 20px 0;
    background-position: 102% -18px, center;
    background-size: auto, 100%;
  }

  .p-about-box__ttl-item {
    font-size: 3rem;
    line-height: 1.33333;
    letter-spacing: 0.1em;
  }

  .p-about-box__table-ttlItem {
    font-size: 2rem;
    font-weight: 500;
  }

  .p-about-box__table-ttlItem.-is-left {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }

  .p-about-box__table-ttlItem::before {
    bottom: -9px;
  }

  .p-about-box__table-content {
    margin-top: 45px;
  }

  .p-about-box__table-fig.-is-box1 {
    margin-left: 20px;
    width: 73%;
  }

  .p-about-box__table-fig.-is-box2 {
    width: 95%;
  }

  .p-about-box__attract-head {
    width: 270px;
    padding-left: 40px;
  }

  .p-about-box__attract-head::before {
    width: 43px;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }

  .p-about-box__attract-rank {
    font-size: 4rem;
  }

  .p-about-box__attract-unit {
    font-size: 2.4rem;
    font-weight: 500;
  }

  .p-about-box__attract-percent {
    font-size: 2.2rem;
    margin-left: 20px;
  }

  .p-about-box__attract-txt {
    font-size: 1.8rem;
    padding-left: 80px;
  }

  .p-business {
    padding: 80px 0 140px;
  }

  .p-business__content {
    margin-top: 93px;
  }

  .p-business__lead-ttl-line {
    font-size: 2.4rem;
    font-weight: 300;
  }

  .p-business__lead-fig {
    padding: 0 142px;
    margin-top: 53px;
  }

  .p-business__list {
    margin-top: 120px;
  }

  .p-business__item+.p-business__item {
    margin-top: 7px;
  }

  .p-business-box__btn {
    padding: 15px 90px 23px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }

  .p-business-box__btn.js-accordion:hover {
    background-color: #f7f7f7;
  }

  .p-business-box__btn.js-accordion:active {
    background-color: #f2f2f2;
  }

  .p-business-box__logo {
    width: 220px;
    text-align: center;
  }

  .p-business-box__logo img {
    width: 220px;
  }

  .p-business__item:nth-of-type(3) .p-business-box__logo img {
    width: 194px;
  }

  .p-business__item:nth-of-type(5) .p-business-box__logo img {
    width: 150px;
  }

  .p-business__item:nth-of-type(8) .p-business-box__logo img {
    width: 170px;
  }


  .p-business-box__dsc {
    margin-left: 61px;
    font-size: 1.6rem;
    max-width: 464px;
  }

  .p-business-box__icon {
    height: 100%;
  }

  .p-business-box__icon-item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-business-box__content {
    padding: 56px 90px 90px;
  }

  .p-business-box__content.-is-txt {
    padding-top: 52px;
  }

  .p-business-box__point-head {
    font-size: 2.2rem;
    width: 240px;
  }

  .p-business-box__point-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-business-box__point-2col-item {
    width: 50%;
  }

  .p-business-box__point-2col-item.-is-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .p-business-box__point-2col-item.-is-left {
    padding-right: 50px;
  }

  .p-business-box__point-2col-item.-is-l {
    width: 85%;
  }

  .p-business-box__point-ttl {
    font-size: 2.6rem;
    font-weight: 300;
  }

  .p-business-box__point-txt {
    font-size: 1.6rem;
    line-height: 2.25;
    margin-top: 26px;
  }

  .p-business-box__point-txt.-is-pr-m {
    padding-right: 60px;
  }

  .p-business-box__point-fig {
    margin-top: 50px;
  }

  .p-business-box__point-fig.-is-half {
    width: 48.5%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-business-box__point-fig.-is-middle {
    width: 85%;
    position: relative;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-business-box__point-fig.-is-narrow {
    width: 58.5%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-business-box__point-fig.-is-pl-5p {
    padding-left: 5%;
  }

  .p-business-box__point-fig.-is-mt-s {
    margin-top: 30px;
  }

  .p-business-box__point-fig.-is-mt-none {
    margin-top: 0;
  }

  .p-business-box__point-figcap {
    font-weight: 500;
  }

  .p-business-box__tags {
    width: 95.5%;
  }

  .p-business-box__tag-item {
    width: calc(25% - 60px/4);
  }

  .p-business-box__tag-item:not(:nth-of-type(4n+1)) {
    margin-left: 20px;
  }

  .p-business-box__tags.-is-tarent-2 .p-business-box__tag-item {
    margin-left: 20px;
  }

  .p-business-box__tags.-is-tarent-2 .p-business-box__tag-item:nth-of-type(2) {
    margin-right: 50%;
  }

  .p-business-box__tags.-is-tarent-2 .p-business-box__tag-item:nth-of-type(1),
  .p-business-box__tags.-is-tarent-2 .p-business-box__tag-item:nth-of-type(3),
  .p-business-box__tags.-is-tarent-2 .p-business-box__tag-item:nth-of-type(7) {
    margin-left: 0;
  }

  .p-business-box__tags.-is-tarent-2 .p-business-box__tag-item:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }

  .p-business-box__member {
    margin-top: 78px;
  }

  .p-business-box__member-head {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .p-business-box__member-list {
    margin-top: 51px;
  }

  .p-business-box__member-pic {
    height: 235px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .p-business-box__member-link:hover .p-business-box__member-pic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .p-business-box__member-link:active .p-business-box__member-pic {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-business-box__member-item {
    width: calc(33.333% - 30px);
  }

  .p-business-box__member-item:not(:nth-of-type(3n+1)) {
    margin-left: 45px;
  }

  .p-business-box__member-item:not(:nth-of-type(-n+3)) {
    margin-top: 50px;
  }

  .p-business-box__member-txt {
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-business-box__member-link.-is-pink:hover .p-business-box__member-txt {
    color: #f04388;
  }

  .p-business-box__member-link.-is-blue:hover .p-business-box__member-txt {
    color: #4e72e8;
  }

  .p-business-box__member-link.-is-green:hover .p-business-box__member-txt {
    color: #00b029;
  }

  .p-business-box__member-link.-is-orange:hover .p-business-box__member-txt {
    color: #ff4e00;
  }

  .p-business-box__member-ttl {
    padding: 8px 14px 12px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 30px;
  }

  .p-business-box__member-ttl::before {
    width: 20px;
    height: 20px;
    -webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-business-box__member-link.-is-pink:hover .p-business-box__member-ttl::before {
    border-color: #f04388;
  }

  .p-business-box__member-link.-is-blue:hover .p-business-box__member-ttl::before {
    border-color: #4e72e8;
  }

  .p-business-box__member-link.-is-green:hover .p-business-box__member-ttl::before {
    border-color: #00b029;
  }

  .p-business-box__member-link.-is-orange:hover .p-business-box__member-ttl::before {
    border-color: #ff4e00;
  }

  .p-business-box__member-ttl::after {
    width: 20px;
    height: 20px;
    -webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-business-box__member-link.-is-pink:hover .p-business-box__member-ttl::after {
    border-color: #f04388;
  }

  .p-business-box__member-link.-is-blue:hover .p-business-box__member-ttl::after {
    border-color: #4e72e8;
  }

  .p-business-box__member-link.-is-green:hover .p-business-box__member-ttl::after {
    border-color: #00b029;
  }

  .p-business-box__member-link.-is-orange:hover .p-business-box__member-ttl::after {
    border-color: #ff4e00;
  }

  .p-business-box__member-name {
    font-size: 1.4rem;
    margin-top: 4px;
  }

  .p-business-box__txt {
    font-size: 1.6rem;
    line-height: 2.25;
  }

  .p-ceo {
    padding: 140px 0 175px;
  }

  .p-ceo-head__top {
    max-width: 1000px;
  }

  .p-ceo-head__top {
    padding: 55px 0;
  }

  .p-ceo-head__top::before {
    height: 300px;
    width: calc(100vw - (50vw - 500px));
  }

  .p-ceo-head__top::after {
    width: 141px;
    height: 67px;
    top: -27px;
    right: -13px;
  }

  .p-ceo-head__top-ttl {
    font-size: 3.6rem;
    font-weight: 500;
  }

  .p-ceo-head__bottom-content {
    left: calc(50vw - 500px);
    width: calc(100vw - (50vw - 500px));
    background-image: url("../img/ceo/head-bg.jpg");
  }

  .p-ceo-head__bottom-content::before {
    padding-top: 42.105%;
  }

  .p-ceo-head__bottom-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(50vw - 500px);
    padding: 49px 56px 41px;
  }

  .p-ceo-head__bottom-ttl {
    font-weight: 500;
    font-size: 2.4rem;
    padding: 11px 27px;
  }

  .p-ceo-head__bottom-ttl::before {
    width: 30px;
    height: 30px;
  }

  .p-ceo-head__bottom-ttl::after {
    width: 30px;
    height: 30px;
  }

  .p-ceo-head__bottom-pos {
    font-size: 1.4rem;
  }

  .p-ceo-head__bottom-name {
    font-size: 2.4rem;
    margin-top: 10px;
  }

  .p-ceo-body {
    margin-top: 90px;
  }

  .p-ceo-body__sec+.p-ceo-body__sec {
    margin-top: 78px;
  }

  .p-ceo-body__sec-inner {
    max-width: 1000px;
  }

  .p-ceo-body__sec-content.-is-nopic {
    padding: 0 90px;
  }

  .p-ceo-body__sec-content.-is-rightpic,
  .p-ceo-body__sec-content.-is-leftpic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-ceo-body__sec-content.-is-rightpic .p-ceo-body__sec-col {
    width: 50%;
  }

  .p-ceo-body__sec-content.-is-leftpic .p-ceo-body__sec-col {
    width: 50%;
  }

  .p-ceo-body__sec-content.-is-leftpic .p-ceo-body__head {
    padding-left: 65px;
  }

  .p-ceo-body__head-small {
    font-weight: 500;
    font-size: 1.8rem;
    padding-bottom: 11px;
  }

  .p-ceo-body__head-big {
    font-weight: 300;
    font-size: 3rem;
    margin-top: 15px;
  }

  .p-ceo-body__txt {
    font-size: 1.6rem;
    margin-top: 25px;
    letter-spacing: 0.06em;
  }

  .p-ceo-body__sec-content.-is-rightpic .p-ceo-body__txt {
    padding-right: 60px;
  }

  .p-ceo-body__sec-content.-is-leftpic .p-ceo-body__txt {
    padding-left: 60px;
  }

  .p-ceo-body__txt p+p {
    margin-top: 32px;
  }

  .p-ceo-body__pic {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }

  .p-ceo-body__pic::before {
    width: calc(50vw + 30px);
    height: 210px;
    bottom: -60px;
  }

  .p-ceo-body__sec-content.-is-rightpic .p-ceo-body__pic::before {
    left: -30px;
  }

  .p-ceo-body__sec-content.-is-leftpic .p-ceo-body__pic::before {
    right: -30px;
  }

  .p-ceo-body__prof {
    padding: 60px 59px 55px;
  }

  .p-ceo-body__prof-ttl {
    font-size: 1.8rem;
  }

  .p-ceo-body__prof-pos {
    font-weight: 300;
    font-size: 1.4rem;
  }

  .p-ceo-body__prof-name {
    font-weight: 300;
    font-size: 1.8rem;
    margin-left: 10px;
  }

  .p-ceo-body__prof-txt {
    margin-top: 22px;
  }

  .p-ceo-body__prof-dsc {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .p-culture {
    padding: 80px 0 180px;
  }

  .p-culture__content {
    margin-top: 107px;
  }

  .p-culture__pic-item {
    width: calc(50% - 15px);
  }

  .p-culture__pic-img img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .p-culture__pic-img {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .p-culture__pic-img::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .p-culture__pic-dsc {
    padding: 0 10px;
  }

  .p-culture__pic-ttl {
    font-weight: 500;
  }

  .p-culture__sec+.p-culture__sec {
    margin-top: 115px;
  }

  .p-culture__sec-inner {
    padding: 0 90px;
  }

  .p-culture__secTtl-num {
    font-size: 4.2rem;
  }

  .p-culture__secTtl-subttl {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 17px;
  }

  .p-culture__secTtl-ttl {
    padding: 15px 0;
    font-size: 3rem;
    font-weight: 500;
  }

  .p-culture__sec-dsc {
    margin-top: 35px;
  }

  .p-culture__sec-fig {
    margin-top: 52px;
  }

  .p-culture__secBox {
    padding: 79px 85px;
    margin-top: 90px;
  }

  .p-culture__secBox-ttl.-is-mt-m {
    margin-top: 80px;
  }

  .p-culture__secBox-ttl-item {
    font-size: 2.6rem;
    font-weight: 300;
  }

  .p-culture__secBox-dsc {
    margin-top: 23px;
  }

  .p-culture__secBox-pics {
    margin-top: 35px;
  }

  .p-culture__secBox-pics .p-culture__pic-item:nth-of-type(2n) {
    margin-left: 30px;
  }

  .p-culture__secBox-pics .p-culture__pic-item:not(:nth-of-type(-n+2)) {
    margin-top: 45px;
  }

  .p-culture__secThanks {
    margin-top: 80px;
  }

  .p-culture-thanks__item {
    width: calc(25% - (90px/4));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }

  .p-culture-thanks__item:hover {
    -webkit-transform: scale(1.048) translateZ(0);
    transform: scale(1.048) translateZ(0);
  }

  .p-culture-thanks__item:active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-culture-thanks__item:not(:nth-of-type(4n+1)) {
    margin-left: 30px;
  }

  .p-culture-thanks__item:not(:nth-of-type(-n+4)) {
    margin-top: 27px;
  }

  .p-culture-thanks__box {
    font-size: 1.4rem;
  }

  .p-culture-modal__close {
    width: 45px;
    height: 45px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-culture-modal__close:hover {
    -webkit-transform: translateY(-100%) scale(1.1);
    transform: translateY(-100%) scale(1.1);
  }

  .p-culture-modal__close:active {
    -webkit-transform: translateY(-100%) scale(1);
    transform: translateY(-100%) scale(1);
  }

  .p-culture-modal__btn {
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-culture-modal__btn:hover {
    -webkit-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
  }

  .p-culture-modal__btn:active {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }

  .p-culture-modal__btn.-is-prev {
    left: -60px;
  }

  .p-culture-modal__btn.-is-next {
    right: -60px;
  }

  .p-culture-modal__box-content {
    padding: 30px 25px 10px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .p-culture-modal__txt {
    margin-top: 30px;
  }

  .p-env {
    padding: 80px 0 95px;
  }

  .p-env__content {
    margin-top: 112px;
  }

  .p-env__content-inner {
    padding: 0 90px;
  }

  .p-env__nav-item {
    font-size: 1.8rem;
  }

  .p-env__nav-item::after {
    width: 20px;
    height: 20px;
  }

  .p-env__nav-item+.p-env__nav-item {
    margin-left: 115px;
  }

  .p-env__body {
    margin-top: 124px;
  }

  .p-env__sec+.p-env__sec {
    margin-top: 60px;
  }

  .p-env__ttl-item {
    font-size: 3rem;
    font-weight: 500;
  }

  .p-env__pics {
    margin-top: 60px;
  }

  .p-env__pics .p-env__pic-item:nth-of-type(2n) {
    margin-left: 40px;
  }

  .p-env__pics .p-env__pic-item:not(:nth-of-type(-n+2)) {
    margin-top: 23px;
  }

  .p-env__pic-item {
    width: calc(50% - 20px);
  }

  .p-env__pic-img img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .p-env__pic-img {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .p-env__pic-img::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .p-env__pic-dsc {
    padding: 0 10px;
  }

  .p-env__pic-ttl {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .p-env__pic-txt {
    font-size: 1.4rem;
    margin-top: 16px;
    letter-spacing: 0.04em;
  }

  .p-env__table {
    margin-top: 77px;
  }

  .p-env__table-ttl-item {
    font-size: 2.2rem;
    font-weight: 500;
  }

  .p-env__table-ttl-item::before {
    width: 240px;
  }

  .p-env__table-content {
    margin-top: 50px;
  }

  .p-env-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 53px;
  }

  .p-env-table__row+.p-env-table__row {
    padding-top: 51px;
  }

  .p-env-table__ttl {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .p-env-table__dsc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 75px;
  }

  .p-faq {
    padding-bottom: 180px;
  }

  .p-faq-tab__btn-list {
    height: 105px;
  }

  .p-faq-tab__btn::before {
    background-image: url("../img/faq/btnbg-nonactive.png");
  }

  .p-faq-tab__btn::after {
    background-image: url("../img/faq/btnbg-active.png");
  }

  .p-faq-tab__btn:hover::after {
    opacity: 1;
  }

  .p-faq-tab__btn:hover::before {
    opacity: 0;
  }

  .p-faq-tab__btn.-is-active:hover::after {
    opacity: 1;
  }

  .p-faq-tab__btn.-is-active:hover::before {
    opacity: 0;
  }

  .p-faq-tab__btn-link {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .p-faq-tab__item {
    padding: 90px;
  }

  .p-faq-tab__accordion {
    font-size: 1.66rem;
    line-height: 2.5;
  }

  .p-faq-tab__accordion+.p-faq-tab__accordion {
    margin-top: 20px;
  }

  .p-faq-tab__accordion-head {
    padding: 30px 90px;
    min-height: 100px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }

  .p-faq-tab__accordion-head:hover {
    background-color: #f7f7f7;
  }

  .p-faq-tab__accordion-head:active {
    background-color: #f2f2f2;
  }

  .p-faq-tab__accordion-icon {
    right: 20px;
  }

  .p-home-mv {
    height: 100vh;
    min-height: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-home-mv__box-txt {
    width: 39%;
    position: relative;
  }

  .p-home-mv__box-txt::before {
    content: "";
    display: block;
    width: 2px;
    height: 120px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    background-color: #000;
    -webkit-animation: mv-scroll 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
    animation: mv-scroll 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
  }

  @-webkit-keyframes mv-scroll {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top;
      transform-origin: top;
    }

    50% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: top;
      transform-origin: top;
    }

    51% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
    }

    100% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
    }
  }

  @keyframes mv-scroll {
    0% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top;
      transform-origin: top;
    }

    50% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: top;
      transform-origin: top;
    }

    51% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
    }

    100% {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
    }
  }

  .p-home-mv__box-pic {
    width: 61%;
    background-size: 1790px 1340px;
  }

  @-webkit-keyframes mv-loop {
    0% {
      background-position-x: 0;
    }

    100% {
      background-position-x: -1790px;
    }
  }

  @keyframes mv-loop {
    0% {
      background-position-x: 0;
    }

    100% {
      background-position-x: -1790px;
    }
  }

  .p-home-mv__ttl {
    letter-spacing: 0.03em;
    position: absolute;
    top: 52.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 87%;
    left: 13%;
  }

  .p-home-mv__ttl-big {
    font-size: 9.765vw;
  }

  .p-home-mv__ttl-big-bottom {
    margin-top: -10px;
  }

  .p-home-mv__ttl-alpha {
    width: 7vw;
    top: -1.953vw;
    margin-left: 1rem;
  }

  .p-home-mv__ttl-small {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 2.18vw;
    font-weight: 500;
  }

  .p-home-news__list {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 35px;
  }

  .p-home-news__list-body {
    display: inline-block;
  }

  .p-home-news__item-link {
    display: block;
    width: 100%;
  }

  .p-home-news__item-txt {
    position: relative;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 500;
  }

  .p-home-news__item-link[href] .p-home-news__item-txt::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.2em;
    height: 1px;
    width: 100%;
    background-color: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-home-news__item-link[href]:hover .p-home-news__item-txt::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  .p-home-news__item-date {
    display: inline-block;
    width: 95px;
  }

  .p-home-news__item-ttl {
    display: inline-block;
  }

  .p-home-wantedly__links {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }

  .p-home-wantedly__links:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
  }

  .p-home-wantedly__links:active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-home-culture {
    padding: 130px 0 0;
  }

  .p-home-culture__bg {
    background-image: url("../img/home/culture-bg.jpg");
    max-height: 860px;
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: -318px top;
  }

  .p-home-culture__inner {
    max-width: 1000px;
  }

  .p-home-culture__ttl {
    text-align: center;
  }

  .p-home-culture__ttl-plus {
    margin-left: 2rem;
  }

  .p-home-culture__ttl-small {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .p-home-culture__lead {
    margin-top: 50px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
  }

  .p-home-culture__dsc {
    font-size: 1.6rem;
    text-align: center;
  }

  .p-home-culture__linkBox {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }

  .p-home-culture__linkBox:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  .p-home-culture__linkBox:active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-home-culture__linkBox.-is-ceo {
    background-image: url("../img/home/culture-link-1.jpg");
  }

  .p-home-culture__linkBox.-is-culture {
    background-image: url("../img/home/culture-link-2.jpg");
  }

  .p-home-culture__linkBox-link {
    padding: 72px 65px;
  }

  .p-home-culture__linkBox-ttl {
    font-weight: 500;
  }

  .p-home-common-section.-is-company,
  .p-home-common-section.-is-work,
  .p-home-common-section.-is-env {
    margin-top: 150px;
  }

  .p-home-common-section__inner {
    max-width: 1000px;
  }

  .p-home-common-section__pic {
    top: 60px;
    left: 50%;
    width: calc(50vw - 30px);
    max-width: 610px;
    width: 610px;
  }

  .p-home-common-section.-is-right .p-home-common-section__pic {
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 200px;
    max-width: 630px;
    min-width: 600px;
  }

  .p-home-common-section__ttl::before {
    min-width: 1200px;
  }

  .p-home-common-section__ttl-item {
    padding: 27px 0 42px;
  }

  .p-home-common-section.-is-right .p-home-common-section__ttl-item {
    width: 50%;
    margin-left: auto;
    padding-left: 60px;
  }

  .p-home-common-section__ttl-item.-is-deco-1::before {
    width: 133px;
    height: 100px;
    top: -23px;
    right: -6px;
  }

  .p-home-common-section__ttl-item.-is-deco-2::before {
    width: 170px;
    height: 143px;
    top: -29px;
    left: -23px;
  }

  .p-home-common-section__ttl-item.-is-2line {
    padding: 68px 0px 79px;
  }

  .p-home-common-section__ttl-big {
    font-size: 7.2rem;
  }

  .p-home-common-section__ttl-alpha {
    width: 50px;
    height: 50px;
    top: -17px;
  }

  .p-home-common-section__ttl-small {
    font-size: 2.4rem;
    font-weight: 500;
  }

  .p-home-common-section__links {
    margin-top: 100px;
  }

  .p-home-common-section.-is-right .p-home-common-section__links {
    margin-top: 85px;
  }

  .p-home-common-section__links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-home-common-section.-is-right .p-home-common-section__links-list {
    width: 50%;
    padding-left: 60px;
    margin-left: auto;
    margin-right: 0;
  }

  .p-home-common-section__links-item {
    width: 270px;
  }

  .p-home-common-section.-is-right .p-home-common-section__links-item {
    width: 100%;
  }

  .p-home-common-section__links-item+.p-home-common-section__links-item {
    margin-left: 145px;
  }

  .p-home-common-section__links-ttl {
    font-weight: 500;
  }

  .p-home-common-section__links-logo img {
    width: 140px;
  }

  .p-home-member {
    margin-top: 120px;
  }

  .p-home-member__ttl {
    font-weight: 500;
  }

  .p-home-member__dsc {
    font-size: 1.6rem;
    margin-top: 25px;
  }

  .p-home-member__slide-content {
    padding-top: 62px;
  }

  .p-home-member__slide-btn {
    cursor: pointer;
    top: 33%;
  }

  .p-home-member__slide-btn.-is-prev {
    left: 40px;
  }

  .p-home-member__slide-btn.-is-next {
    right: 40px;
  }

  .p-home-member__slide-container {
    max-width: 1000px;
  }

  .p-home-member__slide-pic {
    width: 100%;
    height: 345px;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .p-home-member__slide-link:hover .p-home-member__slide-pic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .p-home-member__slide-link:active .p-home-member__slide-pic {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-home-member__slide-pic-item {
    max-width: initial;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .p-home-member__slide-pic-item.-is-1 {
    right: 3px;
  }

  .p-home-member__slide-pic-item.-is-2 {
    right: 18px;
  }

  .p-home-member__slide-pic-item.-is-3 {
    right: -20px;
  }

  .p-home-member__slide-pic-item.-is-4 {
    right: -5px;
  }

  .p-home-member__slide-pic-item.-is-5 {
    right: -9px;
  }

  .p-home-member__slide-pic-item.-is-6 {
    right: 32px;
  }

  .p-home-member__slide-pic-item.-is-7 {
    right: -20px;
  }

  .p-home-member__slide-txt {
    margin-top: 30px;
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-home-member__slide-link.-is-pink:hover .p-home-member__slide-txt {
    color: #f04388;
  }

  .p-home-member__slide-link.-is-blue:hover .p-home-member__slide-txt {
    color: #4e72e8;
  }

  .p-home-member__slide-link.-is-green:hover .p-home-member__slide-txt {
    color: #00b029;
  }

  .p-home-member__slide-link.-is-orange:hover .p-home-member__slide-txt {
    color: #ff4e00;
  }

  .p-home-member__slide-head {
    padding: 8px 33px 15px;
    font-size: 1.8rem;
    font-weight: 500;
  }

  .p-home-member__slide-head::before {
    width: 31px;
    height: 31px;
    -webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-home-member__slide-link.-is-pink:hover .p-home-member__slide-head::before {
    border-color: #f04388;
  }

  .p-home-member__slide-link.-is-blue:hover .p-home-member__slide-head::before {
    border-color: #4e72e8;
  }

  .p-home-member__slide-link.-is-green:hover .p-home-member__slide-head::before {
    border-color: #00b029;
  }

  .p-home-member__slide-link.-is-orange:hover .p-home-member__slide-head::before {
    border-color: #ff4e00;
  }

  .p-home-member__slide-head::after {
    width: 31px;
    height: 31px;
    -webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-home-member__slide-link.-is-pink:hover .p-home-member__slide-head::after {
    border-color: #f04388;
  }

  .p-home-member__slide-link.-is-blue:hover .p-home-member__slide-head::after {
    border-color: #4e72e8;
  }

  .p-home-member__slide-link.-is-green:hover .p-home-member__slide-head::after {
    border-color: #00b029;
  }

  .p-home-member__slide-link.-is-orange:hover .p-home-member__slide-head::after {
    border-color: #ff4e00;
  }

  .p-home-member__slide-prof {
    padding-left: 30px;
    margin-top: 7px;
    font-size: 1.4rem;
  }

  .p-home-job {
    padding-bottom: 180px;
    padding-top: 156px;
  }

  .p-home-job::before {
    background-image: url("../img/home/work-bg-left.png");
    width: 302px;
    height: 870px;
    top: 62px;
  }

  .p-home-job::after {
    width: 334px;
    height: 785px;
    top: 105px;
    background-image: url("../img/home/work-bg-right.png");
  }

  .p-home-job__inner {
    max-width: 820px;
  }

  .p-home-job__dsc {
    font-size: 1.6rem;
    margin-top: 40px;
  }

  .p-home-job__head {
    margin-top: 50px;
  }

  .p-home-job__jobs {
    margin-top: 30px;
  }

  .p-home-job__job-item {
    width: calc(33.333% - (40px/3));
  }

  .p-home-job__job-item:not(:nth-of-type(3n+1)) {
    margin-left: 20px;
  }

  .p-home-job__job-item:not(:nth-of-type(-n+3)) {
    margin-top: 17px;
  }

  .p-home-job__card {
    padding: 55px 0 41px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .p-home-job__link:hover .p-home-job__card {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .p-home-job__link:active .p-home-job__card {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-home-job__card-ttl {
    font-size: 2rem;
    font-weight: 500;
  }

  .p-home-embed::after {
    display: none;
  }

  .p-intern__head {
    padding: 80px 90px 0;
  }

  .p-intern__head-ttl-big {
    font-size: 4.2rem;
  }

  .p-intern__head-ttl-small {
    font-size: 2rem;
    margin-top: 21px;
    line-height: 2.1;
    font-weight: 500;
  }

  .p-intern__head-dsc {
    font-size: 1.6rem;
    margin-top: 19px;
  }

  .p-intern__point {
    padding: 71px 90px 0;
  }

  .p-intern__point-item+.p-intern__point-item {
    margin-top: 67px;
  }

  .p-intern__point-item-col {
    width: 50%;
  }

  .p-intern__point-item-head {
    font-size: 2.2rem;
  }

  .p-intern__point-item-head::before {
    bottom: -2px;
  }

  .p-intern__point-item-ttl {
    font-size: 1.8rem;
    margin-top: 16px;
    line-height: 2.11111;
    padding-right: 60px;
    font-weight: 500;
  }

  .p-intern__point-item-dsc {
    font-size: 1.6rem;
    margin-top: 21px;
    line-height: 2.25;
  }

  .p-intern__point-item-logo {
    position: absolute;
  }

  .p-intern__point-item-logo.-is-mieruka {
    width: 218px;
    top: 48px;
    right: 107px;
  }

  .p-intern__point-item-logo.-is-talent {
    width: 180px;
    top: 65px;
    right: 120px;
  }

  .p-intern__data-ttl {
    font-size: 2.4rem;
    padding-top: 130px;
    font-weight: 500;
  }

  .p-intern__noopening {
    padding: 81px 90px 81px;
    margin-bottom: 100px;
    font-weight: 500;
  }

  .p-job {
    padding: 80px 0 147px;
  }

  .p-job__content {
    margin-top: 113px;
  }

  .p-job__sec+.p-job__sec {
    margin-top: 117px;
  }

  .p-job__sec-inner {
    padding: 0 90px;
  }

  .p-job__sec-ttl {
    font-size: 3rem;
    padding: 10px 0 13px;
  }

  .p-job__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-job__2col.-is-right-pic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .p-job__2col-item.-is-pic {
    width: 43.9%;
  }

  .p-job__2col.-is-right-pic .p-job__2col-item.-is-pic {
    margin-left: 6.7%;
  }

  .p-job__2col.-is-left-pic .p-job__2col-item.-is-pic {
    margin-right: 6.7%;
  }

  .p-job__2col-item.-is-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    top: -0.8em;
  }

  .p-job__txt-ttl {
    font-size: 2.6rem;
    font-weight: 300;
  }

  .p-job__txt-txt {
    margin-top: 25px;
    font-size: 1.6rem;
  }

  .p-job__pic {
    padding: 0 10px 10px 0;
  }

  .p-job__pic::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .p-job__member {
    margin-top: 28px;
  }

  .p-job__member-head {
    font-weight: 500;
    font-size: 1.8rem;
  }

  .p-job__member-list {
    margin-top: 51px;
  }

  .p-job__member-pic {
    height: 235px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-job__member-link:hover .p-job__member-pic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .p-job__member-link:active .p-job__member-pic {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-job__member-pic img {
    max-height: 100%;
  }

  .p-job__member-item {
    width: calc(33.333% - 30px);
  }

  .p-job__member-item:not(:nth-of-type(3n+1)) {
    margin-left: 45px;
  }

  .p-job__member-item:not(:nth-of-type(-n+3)) {
    margin-top: 50px;
  }

  .p-job__member-ttl {
    font-weight: 500;
    padding: 8px 14px 12px;
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .p-job__member-ttl::before {
    width: 20px;
    height: 20px;
    -webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-job__member-link.-is-pink:hover .p-job__member-ttl::before {
    border-color: #f04388;
  }

  .p-job__member-link.-is-blue:hover .p-job__member-ttl::before {
    border-color: #4e72e8;
  }

  .p-job__member-link.-is-green:hover .p-job__member-ttl::before {
    border-color: #00b029;
  }

  .p-job__member-link.-is-orange:hover .p-job__member-ttl::before {
    border-color: #ff4e00;
  }

  .p-job__member-ttl::after {
    width: 20px;
    height: 20px;
    -webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-job__member-link.-is-pink:hover .p-job__member-ttl::after {
    border-color: #f04388;
  }

  .p-job__member-link.-is-blue:hover .p-job__member-ttl::after {
    border-color: #4e72e8;
  }

  .p-job__member-link.-is-green:hover .p-job__member-ttl::after {
    border-color: #00b029;
  }

  .p-job__member-link.-is-orange:hover .p-job__member-ttl::after {
    border-color: #ff4e00;
  }

  .p-job__member-txt {
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-job__member-link.-is-pink:hover .p-job__member-txt {
    color: #f04388;
  }

  .p-job__member-link.-is-blue:hover .p-job__member-txt {
    color: #4e72e8;
  }

  .p-job__member-link.-is-green:hover .p-job__member-txt {
    color: #00b029;
  }

  .p-job__member-link.-is-orange:hover .p-job__member-txt {
    color: #ff4e00;
  }

  .p-job__member-name {
    font-size: 1.4rem;
    margin-top: 4px;
  }

  .p-office {
    padding: 80px 0 190px;
  }

  .p-office__content {
    margin-top: 112px;
  }

  .p-office__content-inner {
    padding: 0 90px;
  }

  .p-office-box+.p-office-box {
    margin-top: 122px;
  }

  .p-office-box__ttl-item {
    padding: 13px 0;
  }

  .p-office-box__ttl-big {
    font-size: 3.2rem;
  }

  .p-office-box__ttl-small {
    font-size: 1.6rem;
    margin-top: 5px;
    font-weight: 500;
  }

  .p-office-box__top {
    margin-top: 62px;
  }

  .p-office-box__top-btn {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 54px;
    height: 54px;
    top: 42%;
  }

  .p-office-box__top-btn:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
  }

  .p-office-box__top-btn:active {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }

  .p-office-box__top-btn.-is-prev {
    left: -90px;
  }

  .p-office-box__top-btn.-is-next {
    right: -90px;
  }

  .p-office-box__top-cap {
    margin-top: 20px;
  }

  .p-office-box__top-ttl {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .p-office-box__top-dsc {
    font-size: 1.4rem;
  }

  .p-office-box__thum {
    margin-top: 52px;
  }

  .p-office-box__thum-btn {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-office-box__thum-btn:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
  }

  .p-office-box__thum-btn:active {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }

  .p-office-box__thum-slide:hover::before {
    opacity: 1;
  }

  .p-office-box__thum-slide-item::before {
    padding-top: 69.2%;
  }

  .p-people-detail {
    padding: 140px 0 175px;
  }

  .p-people-detail-head__top {
    max-width: 1000px;
  }

  .p-people-detail-head__top {
    padding: 55px 0;
  }

  .p-people-detail-head__top::before {
    height: 300px;
  }

  .p-people-detail-head__top.-is-orange::before {
    background-position: 101% -25px, center;
    background-size: auto;
  }

  .p-people-detail-head__top.-is-orange2::before {
    background-position: 101% -25px, center;
    background-size: auto;
  }

  .p-people-detail-head__top.-is-purple::before {
    background-position: 101% -25px, center;
    background-size: auto;
  }

  .p-people-detail-head__top.-is-purple2::before {
    background-position: 101% -25px, center;
    background-size: auto;
  }

  .p-people-detail-head__top.-is-blue::before {
    background-position: 101% -25px, center;
    background-size: auto;
  }

  .p-people-detail-head__top.-is-green::before {
    background-position: 101% -25px, center;
    background-size: auto;
  }

  .p-people-detail-head__top-ttl {
    font-size: 3.6rem;
    font-weight: 500;
  }

  .p-people-detail-head__bottom-content {
    left: calc(50vw - 500px);
    width: calc(100vw - (50vw - 500px));
  }

  .p-people-detail-head__bottom-content::before {
    padding-top: 42.105%;
  }

  .p-people-detail-head__bottom-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(50vw - 500px);
    padding: 48px 56px 41px;
  }

  .p-people-detail-head__bottom-ttl {
    font-weight: 500;
    font-size: 2.4rem;
    padding: 11px 35px;
  }

  .p-people-detail-head__bottom-ttl::before {
    width: 30px;
    height: 30px;
  }

  .p-people-detail-head__bottom-ttl::after {
    width: 30px;
    height: 30px;
  }

  .p-people-detail-head__bottom-pos {
    font-size: 1.4rem;
    line-height: 1.71429;
  }

  .p-people-detail-head__bottom-name {
    font-size: 2.4rem;
    margin-top: 20px;
  }

  .p-people-detail-body {
    margin-top: 85px;
  }

  .p-people-detail-body__sec:not(:first-of-type) {
    margin-top: 81px;
  }

  .p-people-detail-body__sec:not(:first-of-type).-is-mt-l {
    margin-top: 110px;
  }

  .p-people-detail-body__sec-inner {
    max-width: 1000px;
  }

  .p-people-detail-body__sec-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .p-people-detail-body__sec-content.-is-nopic {
    padding-right: 90px;
    padding-left: 90px;
  }

  .p-people-detail-body__sec-col.-is-txt {
    width: 54%;
    padding-left: 90px;
    margin-right: 48px;
  }

  .p-people-detail-body__head-item {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .p-people-detail-body__head-challenge {
    padding-left: 3px;
    margin-bottom: 40px;
    font-size: 2.4rem;
  }

  .p-people-detail-body__head-challenge img {
    vertical-align: baseline;
    height: 20px;
    position: relative;
    top: 1px;
  }

  .p-people-detail-body__head-challenge span {
    display: inline-block;
    margin-left: 14px;
  }

  .p-people-detail-body__head-challenge::before {
    width: 270px;
  }

  .p-people-detail-body__txt {
    font-size: 1.6rem;
    margin-top: 30px;
    letter-spacing: 0.05em;
  }

  .p-people-detail-body__txt p+p {
    margin-top: 32px;
  }

  .p-people-detail-body__pic {
    position: relative;
  }

  .p-people-detail-body__pic::before {
    width: calc(100% + 30px + (50vw - 500px));
    height: 150px;
    bottom: -40px;
    left: -30px;
  }

  .p-people-detail-box {
    padding: 0 90px;
    width: 100%;
  }

  .p-people-detail-box__ttl-item {
    font-weight: 500;
    font-size: 2rem;
    padding: 9px 40px;
  }

  .p-people-detail-box__ttl-item.-is-en {
    font-size: 2.4rem;
    padding: 8px 40px;
  }

  .p-people-detail-box__table {
    font-size: 1.6rem;
    padding: 50px 40px;
  }

  .p-people-detail-box__table-row {
    padding-bottom: 34px;
  }

  .p-people-detail-box__table-row+.p-people-detail-box__table-row {
    padding-top: 34px;
  }

  .p-people-detail-box__table-ttl {
    padding-left: 50px;
    width: 230px;
  }

  .p-people-detail-box__table-ttl-icon {
    width: 30px;
    height: 30px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-0700-g {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-0730-g {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-0900 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1000 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1030 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1030-g {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1100 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1200 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1300 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1300-g {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1400 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1500-g {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1530 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1600 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1630-g {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1800 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1800-g {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1900 {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-1930-g {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-2030-g {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-ttl-icon.-is-time-0100-g {
    top: 8px;
    width: 26px;
    height: 26px;
  }

  .p-people-detail-box__table-txt {
    padding-right: 40px;
  }

  .p-people-detail-box__table-txt-small {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .p-people-list {
    padding: 80px 0 180px;
  }

  .p-people-list__content {
    margin-top: 107px;
  }

  .p-people-list__nav-item:not(:nth-of-type(-n+6)) {
    margin-top: 32px;
  }

  .p-people-list__nav-item {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }

  .p-people-list__nav-item:hover {
    color: #2acc85;
  }

  .p-people-list__nav-item:hover::before {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .p-people-list__tabs {
    margin-top: 140px;
  }

  .p-people-list__list-item {
    width: calc(50% - 80px);
  }

  .p-people-list__list-item:nth-of-type(even) {
    margin-left: 160px;
  }

  .p-people-list__list-item:not(:nth-of-type(-n+2)) {
    margin-top: 140px;
  }

  .p-people-list__slide-pic {
    width: 100%;
    height: 345px;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .p-home-member__slide-link:hover .p-people-list__slide-pic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .p-home-member__slide-link:active .p-people-list__slide-pic {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-people-list__slide-pic-item {
    max-width: initial;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .p-people-list__slide-pic-item.-is-1 {
    right: 3px;
  }

  .p-people-list__slide-pic-item.-is-2 {
    right: 18px;
  }

  .p-people-list__slide-pic-item.-is-3 {
    right: -20px;
  }

  .p-people-list__slide-pic-item.-is-4 {
    right: -5px;
  }

  .p-people-list__slide-pic-item.-is-5 {
    right: -9px;
  }

  .p-people-list__slide-pic-item.-is-6 {
    right: 32px;
  }

  .p-people-list__slide-pic-item.-is-7 {
    right: -20px;
  }

  .p-people-list__slide-link:hover .p-people-list__slide-pic-item {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .p-people-list__slide-link:active .p-people-list__slide-pic-item {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-people-list__slide-txt {
    margin-top: 30px;
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-people-list__slide-link.-is-pink:hover .p-people-list__slide-txt {
    color: #f04388;
  }

  .p-people-list__slide-link.-is-blue:hover .p-people-list__slide-txt {
    color: #4e72e8;
  }

  .p-people-list__slide-link.-is-green:hover .p-people-list__slide-txt {
    color: #00b029;
  }

  .p-people-list__slide-link.-is-orange:hover .p-people-list__slide-txt {
    color: #ff4e00;
  }

  .p-people-list__slide-head {
    font-weight: 500;
    padding: 8px 33px 15px;
    font-size: 1.8rem;
  }

  .p-people-list__slide-head::before {
    width: 31px;
    height: 31px;
    -webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-people-list__slide-link.-is-pink:hover .p-people-list__slide-head::before {
    border-color: #f04388;
  }

  .p-people-list__slide-link.-is-blue:hover .p-people-list__slide-head::before {
    border-color: #4e72e8;
  }

  .p-people-list__slide-link.-is-green:hover .p-people-list__slide-head::before {
    border-color: #00b029;
  }

  .p-people-list__slide-link.-is-orange:hover .p-people-list__slide-head::before {
    border-color: #ff4e00;
  }

  .p-people-list__slide-head::after {
    width: 31px;
    height: 31px;
    -webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .p-people-list__slide-link.-is-pink:hover .p-people-list__slide-head::after {
    border-color: #f04388;
  }

  .p-people-list__slide-link.-is-blue:hover .p-people-list__slide-head::after {
    border-color: #4e72e8;
  }

  .p-people-list__slide-link.-is-green:hover .p-people-list__slide-head::after {
    border-color: #00b029;
  }

  .p-people-list__slide-link.-is-orange:hover .p-people-list__slide-head::after {
    border-color: #ff4e00;
  }

  .p-people-list__slide-prof {
    padding-left: 30px;
    margin-top: 7px;
    font-size: 1.4rem;
  }

  .p-req {
    padding: 80px 0 240px;
  }

  .p-req__content {
    margin-top: 114px;
  }

  .p-req__content-inner {
    padding: 0 90px;
  }

  .p-req__point {
    padding: 0 94px;
  }

  .p-req__list-item {
    padding-left: 48px;
    width: 41%;
    font-size: 1.8rem;
  }

  .p-req__list-item:not(:nth-of-type(-n+2)) {
    margin-top: 43px;
  }

  .p-req__list-item::before {
    width: 25px;
    height: 30px;
  }

  .p-req__note {
    font-size: 1.4rem;
    margin-top: 58px;
  }

  .p-req__msg {
    margin-top: 117px;
  }

  .p-req__msg-ttl-item {
    font-size: 2.4rem;
    font-weight: 500;
  }

  .p-req__msg-pic-item::after {
    padding-top: 69.5%;
  }

  .p-req__msg-pic-item img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .p-req__msg-pic-item {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .p-req__msg-pic-item::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .p-req__msg-pic-cap {
    bottom: -40px;
  }

  .p-req__msg-pic-name+.p-req__msg-pic-name {
    margin-left: 70px;
  }

  .p-req__msg-box {
    padding: 48px 45px;
    margin-top: 95px;
    background-image: url("../img/req/msg-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .p-req__msg-box-item {
    font-size: 1.6rem;
    letter-spacing: 0.14em;
  }

  .c-btn-more {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .c-btn-more:not(.-is-no-hov):hover {
    -webkit-transform: scale(1.05) translateY(-3%);
    transform: scale(1.05) translateY(-3%);
  }

  .c-btn-more:not(.-is-no-hov):active {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
  }

  .c-pagetop {
    padding: 55px 0;
  }

  .c-pagetop::before {
    height: 300px;
  }

  .c-pagetop.-is-deco-1::after {
    width: 141px;
    height: 67px;
    top: -27px;
    right: -13px;
  }

  .c-pagetop.-is-deco-2::after {
    width: 148px;
    height: 143px;
    top: -20px;
    right: -20px;
  }

  .c-pagetop__inner {
    max-width: 1000px;
  }

  .c-pagetop__ttl {
    font-size: 3.6rem;
    font-weight: 500;
  }

  .c-recruit-data__inner {
    padding: 81px 90px 30px;
  }

  .c-recruit-data__inner.-is-no-open {
    padding: 81px 90px 81px;
    margin-bottom: 100px;
    font-weight: 500;
  }

  .c-recruit-data__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 53px;
  }

  .c-recruit-data__row+.c-recruit-data__row {
    padding-top: 49px;
  }

  .c-recruit-data__row-ttl {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .c-recruit-data__row-content {
    font-size: 1.6rem;
  }

  .c-recruit-data__links-inner.-is-fix {
    bottom: 50px;
  }

  .c-recruit-data__links-item+.c-recruit-data__links-item {
    margin-left: 90px;
  }

  .c-recruit-data__accordion+.c-recruit-data__accordion {
    margin-top: 20px;
  }

  .c-recruit-data__accordion-head {
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }

  .c-recruit-data__accordion-head:hover {
    background-color: #f7f7f7;
  }

  .c-recruit-data__accordion-head:active {
    background-color: #f2f2f2;
  }

  .c-recruit-data__accordion-content {
    padding: 85px 90px;
  }

  .c-ttl-txt {
    font-weight: 500;
    font-size: 4rem;
  }

  .for-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .js-inview.js-inview-active.-is-up {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  .js-inview.js-inview-active.-is-toright {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  .js-inview.js-inview-active.-is-toleft {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  .js-loading-inview.-is-up {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  .js-loading-inview.-is-toright {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  .js-loading-inview.-is-toleft {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  body {
    font-weight: 400;
  }

  html,
  body {
    width: 100%;
    height: 100%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  dl,
  dt,
  dd,
  p {
    margin: 0;
    padding: 0;
  }

  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }

  .l-detail {
    padding-top: 85px;
  }

  .l-detail__inner {
    width: 90%;
  }

  .l-footer__backtop.-is-fix {
    top: -50px;
  }

  .l-footer__backtop {
    width: 45px;
    height: 45px;
    right: 5px;
    bottom: 5px;
  }

  .l-footer__inner {
    width: 90%;
    padding: 30px 0 0;
  }

  .l-footer__navList-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__navList-item.-is-sp-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-footer__navList-item.-is-sp-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .l-footer__navList-item.-is-sp-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .l-footer__navList-item.-is-sp-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .l-footer__navList-item.-is-bb {
    position: relative;
  }

  .l-footer__navList-item.-is-bb::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
  }

  .l-footer__navList-icon {
    pointer-events: none;
    position: absolute;
    width: 17px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }

  .l-footer__navList-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .l-footer__navList-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }

  .l-footer__navList-head.-is-open .l-footer__navList-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  .l-footer__navList-head {
    font-weight: 700;
    display: block;
    padding: 24px 12px 25px;
    font-size: 1.4rem;
    position: relative;
  }

  .l-footer__navList-head::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
  }

  .l-footer__navList-bottom {
    padding: 0 28px 25px;
    position: relative;
  }

  .l-footer__nav-link {
    letter-spacing: 0.07em;
    font-size: 1.2rem;
  }

  .l-footer__nav-link+.l-footer__nav-link {
    margin-top: 25px;
  }

  .l-footer__external {
    padding: 29px 13px 0;
  }

  .l-footer__external-item {
    font-size: 1.2rem;
    width: 50%;
    white-space: nowrap;
  }

  .l-footer__external-item+.l-footer__external-item {
    border-left: 1px solid #666;
    padding-left: 14px;
  }

  .l-footer__external-bottom {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-footer__copy {
    font-size: 1rem;
    line-height: 2;
    white-space: nowrap;
    letter-spacing: 0.05em;
    padding: 22px 0 25px;
  }

  .l-header {
    padding: 15px 13px;
  }

  .l-header__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header__logo-pic {
    width: 148px;
  }

  .l-header__logo-txt {
    font-size: 1.15rem;
    margin-left: 13px;
    position: relative;
    top: 2px;
  }

  .l-header__btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }

  .l-header__btn-bar {
    width: 20px;
  }

  .l-header__btn-bar.-is-1 {
    -webkit-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
  }

  .l-header__btn-bar.-is-3 {
    -webkit-transform: translate(-50%, -6px);
    transform: translate(-50%, -6px);
  }

  .l-header__side {
    width: 100vw;
    padding: 0 40px;
  }

  .l-header__side-content {
    padding: 74px 0;
  }

  .l-header__sideMenu {
    width: 100%;
  }

  .l-header__sideMenu-head {
    font-weight: 700;
    font-size: 1.8rem;
    padding: 18px;
  }

  .l-header__sideMenu-list {
    font-weight: 700;
    padding: 28px 20px;
    font-size: 1.4rem;
  }

  .l-header__sideMenu-links+.l-header__sideMenu-links {
    margin-top: 28px;
  }

  .p-about {
    padding: 35px 0 70px;
  }

  .p-about__head {
    font-size: 1.6rem;
  }

  .p-about__content {
    margin-top: 50px;
  }

  .p-about__ttl {
    font-size: 1.9rem;
    padding: 4px 10px;
    line-height: 1.3;
  }

  .p-about__subttl {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1.72222;
  }

  .p-about__subttl.-is-mt-l {
    margin-top: 51px;
  }

  .p-about__txt {
    font-size: 1.3rem;
    margin-top: 20px;
    line-height: 2;
  }

  .p-about__fig {
    margin-top: 36px;
  }

  .p-about__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-about__btns .c-btn-more+.c-btn-more {
    margin-top: 22px;
  }

  .p-about__pic-item {
    width: 100%;
  }

  .p-about__pic-item+.p-about__pic-item {
    margin-top: 25px;
  }

  .p-about__pic-img::after {
    padding-top: 68.5%;
  }

  .p-about__pic-img img {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  .p-about__pic-img {
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .p-about__pic-img::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  .p-about__pic-ttl {
    font-size: 1.3rem;
  }

  .p-about__pic-txt {
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .p-about__pic-txt.-is-s {
    font-size: 1.2rem;
    margin-top: 14px;
  }

  .p-about__sec+.p-about__sec {
    margin-top: 62px;
  }

  .p-about__sec-inner {
    padding: 0 20px;
  }

  .p-about__sec-inner.-is-wide {
    padding: 0;
  }

  .p-about-box {
    background: url("../img/about/box-bg-sp.png"), #fafafa;
    background-repeat: no-repeat;
    background-size: 105% auto;
    background-position: -2% 108%;
  }

  .p-about-box__content {
    padding: 29px 20px 45px;
  }

  .p-about-box__ttl {
    padding: 10px 0;
    background-position: 103% -13px, center;
    background-size: 70px 50px, 100%;
  }

  .p-about-box__ttl-item {
    font-size: 1.9rem;
    text-align: center;
    line-height: 1.3;
  }

  .p-about-box__table-item.-is-mt {
    margin-top: 65px;
  }

  .p-about-box__table-ttlItem {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .p-about-box__table-ttlItem.-is-left {
    -webkit-transform: translate(-15px);
    transform: translate(-15px);
  }

  .p-about-box__table-ttlItem::before {
    bottom: -6px;
  }

  .p-about-box__table-content {
    margin-top: 27px;
  }

  .p-about-box__table-fig.-is-box1 {
    width: 80%;
    padding-top: 18px;
  }

  .p-about-box__table-fig.-is-box2 {
    position: absolute;
    width: 110%;
    top: 3px;
    left: -10%;
  }

  .p-about-box__attract-item {
    padding: 15px 0;
  }

  .p-about-box__attract-head {
    width: 50%;
    padding-left: 15px;
  }

  .p-about-box__attract-head::before {
    width: 20px;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .p-about-box__attract-rank {
    font-size: 2.6rem;
  }

  .p-about-box__attract-unit {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .p-about-box__attract-percent {
    font-size: 1.4rem;
    margin-left: 7px;
  }

  .p-about-box__attract-txt {
    font-size: 1.3rem;
    line-height: 1.53846;
  }

  .p-business {
    padding: 35px 0 70px;
  }

  .p-business__head {
    font-size: 1.6rem;
    padding: 0 20px;
  }

  .p-business__content {
    margin-top: 35px;
  }

  .p-business__txt {
    font-size: 1.3rem;
  }

  .p-business__lead-ttl-line {
    font-size: 1.8rem;
    white-space: nowrap;
    font-weight: 400;
  }

  .p-business__lead-fig {
    margin-top: 24px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-business__list {
    margin-top: 66px;
  }

  .p-business__item+.p-business__item {
    margin-top: 14px;
  }

  .p-business-box__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 17px 20px;
  }

  .p-business-box__logo {
    text-align: left;
    height: 26px;
  }

  .p-business__item:nth-of-type(2) .p-business-box__logo {
    height: 29px;
  }

  .p-business__item:nth-of-type(3) .p-business-box__logo {
    height: 43px;
  }

  .p-business__item:nth-of-type(4) .p-business-box__logo {
    height: 23px;
  }

  .p-business__item:nth-of-type(5) .p-business-box__logo {
    height: 32px;
  }

  .p-business__item:nth-of-type(6) .p-business-box__logo {
    height: 28px;
  }

  .p-business-box__logo img {
    height: 100%;
  }

  .p-business-box__dsc {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 12px;
    width: 84%;
  }

  .p-business-box__icon {
    position: absolute;
    top: 50%;
    width: 20px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-business-box__icon-item::before {
    width: 20px;
  }

  .p-business-box__icon-item::after {
    width: 20px;
  }

  .p-business-box__content {
    padding: 36px 20px;
  }

  .p-business-box__point-item+.p-business-box__point-item {
    margin-top: 38px;
  }

  .p-business-box__point-item.-is-mt-l {
    margin-top: 43px;
  }

  .p-business-box__point-head {
    font-size: 1.5rem;
    width: 160px;
  }

  .p-business-box__point-body {
    margin-top: 10px;
  }

  .p-business-box__point-ttl {
    font-size: 1.8rem;
    line-height: 1.72222;
    font-weight: 400;
  }

  .p-business-box__point-txt {
    font-size: 1.3rem;
    margin-top: 9px;
    line-height: 2;
  }

  .p-business-box__point-fig {
    margin-top: 35px;
  }

  .p-business-box__point-fig.-is-sp-small img {
    display: block;
    width: 110px;
    margin: 0 auto 9px;
  }

  .p-business-box__point-fig.-is-sp-middle {
    padding: 0 30px;
  }

  .p-business-box__point-figcap {
    font-weight: 700;
  }

  .p-business-box__tag-item {
    width: calc(50% - 26px/4);
    font-size: 1.2rem;
    padding: 3px 0;
  }

  .p-business-box__tag-item:nth-of-type(even) {
    margin-left: 13px;
  }

  .p-business-box__tag-item:not(:nth-of-type(-n+2)) {
    margin-top: 12px;
  }

  .p-business-box__member {
    margin-top: 34px;
  }

  .p-business-box__member-head {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .p-business-box__member-head::before {
    width: calc(50% - 50px);
  }

  .p-business-box__member-head::after {
    width: calc(50% - 50px);
  }

  .p-business-box__member-list {
    margin-top: 34px;
  }

  .p-business-box__member-pic {
    height: 36vw;
    position: relative;
  }

  .p-business-box__member-pic.-is-1 img {
    left: -5%;
  }

  .p-business-box__member-pic.-is-2 img {
    left: 5%;
    max-height: 110%;
  }

  .p-business-box__member-pic.-is-3 img {
    left: 8%;
    max-height: 109%;
  }

  .p-business-box__member-pic.-is-4 img {
    left: 2%;
    max-height: 101%;
  }

  .p-business-box__member-pic.-is-5 img {
    left: 7%;
    max-height: 109%;
  }

  .p-business-box__member-pic.-is-7 img {
    left: 5%;
    max-height: 110%;
  }

  .p-business-box__member-item {
    width: calc(50% - 6px);
  }

  .p-business-box__member-item:not(:nth-of-type(odd)) {
    margin-left: 12px;
  }

  .p-business-box__member-item:not(:nth-of-type(-n+2)) {
    margin-top: 30px;
  }

  .p-business-box__member-ttl {
    padding: 3px 12px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 12px;
    min-height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-business-box__member-ttl::before {
    width: 13px;
    height: 13px;
  }

  .p-business-box__member-ttl::after {
    width: 13px;
    height: 13px;
  }

  .p-business-box__member-name {
    font-size: 1rem;
    margin-top: 6px;
  }

  .p-business-box__txt {
    font-size: 1.3rem;
    line-height: 2;
  }

  .p-ceo {
    padding: 85px 0 90px;
  }

  .p-ceo-head__top {
    width: 90%;
  }

  .p-ceo-head__top {
    padding: 27px 0 30px;
  }

  .p-ceo-head__top::before {
    height: 170px;
    width: 95vw;
  }

  .p-ceo-head__top::after {
    width: 71px;
    height: 37px;
    top: -17px;
    right: -6px;
  }

  .p-ceo-head__top-ttl {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .p-ceo-head__bottom-content {
    left: 5vw;
    width: 95vw;
    background-image: url("../img/ceo/head-bg-sp.jpg");
    background-position: top;
    background-size: contain;
  }

  .p-ceo-head__bottom-content::before {
    padding-top: 100%;
  }

  .p-ceo-head__bottom-box {
    width: 90vw;
    padding: 30px;
    margin-top: -62px;
  }

  .p-ceo-head__bottom-ttl {
    font-weight: 700;
    font-size: 1.8rem;
    padding: 8px 23px 10px;
  }

  .p-ceo-head__bottom-ttl::before {
    width: 17px;
    height: 17px;
  }

  .p-ceo-head__bottom-ttl::after {
    width: 17px;
    height: 17px;
  }

  .p-ceo-head__bottom-prof {
    margin-left: 32px;
    margin-top: 16px;
  }

  .p-ceo-head__bottom-pos {
    font-size: 1.2rem;
  }

  .p-ceo-head__bottom-name {
    font-size: 1.5rem;
    margin-top: 8px;
  }

  .p-ceo-body {
    margin-top: 27px;
  }

  .p-ceo-body__sec+.p-ceo-body__sec {
    margin-top: 60px;
  }

  .p-ceo-body__sec-inner {
    width: 90%;
  }

  .p-ceo-body__head-small {
    font-weight: 700;
    font-size: 1.3rem;
    padding-bottom: 7px;
  }

  .p-ceo-body__head-small::before {
    width: 160px;
  }

  .p-ceo-body__head-big {
    font-weight: 400;
    font-size: 1.8rem;
    margin-top: 12px;
  }

  .p-ceo-body__txt {
    font-size: 1.3rem;
    margin-top: 19px;
    letter-spacing: 0.055em;
  }

  .p-ceo-body__txt p+p {
    margin-top: 25px;
  }

  .p-ceo-body__pic {
    margin: 50px 0 80px;
    padding: 0 20px;
  }

  .p-ceo-body__pic::before {
    width: 95vw;
    height: 105px;
    bottom: -30px;
    position: absolute;
  }

  .p-ceo-body__sec-content.-is-rightpic .p-ceo-body__pic::before {
    left: 0;
  }

  .p-ceo-body__sec-content.-is-leftpic .p-ceo-body__pic::before {
    right: 0;
  }

  .p-ceo-body__prof {
    padding: 30px 20px 20px;
  }

  .p-ceo-body__prof-ttl {
    font-size: 1.3rem;
  }

  .p-ceo-body__prof-pos {
    font-weight: 400;
    font-size: 1.2rem;
  }

  .p-ceo-body__prof-name {
    font-weight: 400;
    font-size: 1.5rem;
    margin-left: 15px;
  }

  .p-ceo-body__prof-txt {
    margin-top: 15px;
  }

  .p-ceo-body__prof-dsc {
    font-size: 1.2rem;
    margin-top: 13px;
  }

  .p-culture {
    padding: 35px 0 70px;
  }

  .p-culture__head {
    font-size: 1.6rem;
  }

  .p-culture__content {
    margin-top: 50px;
  }

  .p-culture__txt {
    font-size: 1.3rem;
  }

  .p-culture__pic-item {
    width: 100%;
  }

  .p-culture__pic-img img {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  .p-culture__pic-img {
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .p-culture__pic-img::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  .p-culture__pic-ttl {
    font-weight: 700;
  }

  .p-culture__pic-txt {
    font-size: 1.3rem;
  }

  .p-culture__sec+.p-culture__sec {
    margin-top: 60px;
  }

  .p-culture__sec-inner {
    padding: 0 20px;
  }

  .p-culture__secTtl-num {
    font-size: 3rem;
  }

  .p-culture__secTtl-subttl {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 11px;
  }

  .p-culture__secTtl-ttl {
    padding: 7px 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .p-culture__sec-dsc {
    margin-top: 24px;
  }

  .p-culture__sec-fig {
    margin-top: 38px;
  }

  .p-culture__secBox {
    padding: 35px 18px;
    margin-top: 55px;
  }

  .p-culture__secBox.-is-mt-s {
    margin-top: 13px;
  }

  .p-culture__secBox-ttl.-is-mt-m {
    margin-top: 58px;
  }

  .p-culture__secBox-ttl-item {
    font-size: 1.8rem;
    font-weight: 400;
  }

  .p-culture__secBox-dsc {
    margin-top: 17px;
  }

  .p-culture__secBox-pics {
    margin-top: 15px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-culture__secBox-pics .p-culture__pic-item:not(:first-of-type) {
    margin-top: 35px;
  }

  .p-culture__secThanks {
    margin-top: 45px;
  }

  .p-culture-thanks__item {
    width: calc(50% - (12px/2));
  }

  .p-culture-thanks__item:not(:nth-of-type(odd)) {
    margin-left: 12px;
  }

  .p-culture-thanks__item:not(:nth-of-type(-n+2)) {
    margin-top: 22px;
  }

  .p-culture-thanks__box {
    font-size: 1rem;
  }

  .p-culture-modal__content {
    width: calc(100% - 150px);
    height: 225px;
  }

  .p-culture-modal__close {
    width: 20px;
    height: 20px;
    top: 0;
  }

  .p-culture-modal__btn {
    width: 35px;
    height: 35px;
  }

  .p-culture-modal__btn.-is-prev {
    left: -55px;
  }

  .p-culture-modal__btn.-is-next {
    right: -55px;
  }

  .p-culture-modal__box-content {
    padding: 17px 20px;
    font-size: 1.2rem;
    line-height: 1.58333;
  }

  .p-culture-modal__txt {
    margin-top: 10px;
  }

  .p-env {
    padding: 35px 0 77px;
  }

  .p-env__head {
    font-size: 1.6rem;
  }

  .p-env__content {
    margin-top: 52px;
  }

  .p-env__content-inner {
    padding: 0 20px;
  }

  .p-env__nav-item {
    font-size: 1.4rem;
  }

  .p-env__nav-item::after {
    width: 15px;
    height: 15px;
  }

  .p-env__nav-item+.p-env__nav-item {
    margin-left: 17px;
  }

  .p-env__body {
    margin-top: 62px;
  }

  .p-env__sec+.p-env__sec {
    margin-top: 27px;
  }

  .p-env__ttl-item {
    font-size: 2rem;
    font-weight: 700;
    padding: 10px 0;
  }

  .p-env__pics {
    margin-top: 47px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-env__pics .p-env__pic-item:not(:first-of-type) {
    margin-top: 41px;
  }

  .p-env__pic-item {
    width: 100%;
  }

  .p-env__pic-img img {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  .p-env__pic-img {
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .p-env__pic-img::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  .p-env__pic-ttl {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .p-env__pic-txt {
    font-size: 1.2rem;
    margin-top: 12px;
  }

  .p-env__table {
    margin-top: 36px;
  }

  .p-env__table-ttl-item {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .p-env__table-ttl-item::before {
    width: 160px;
  }

  .p-env__table-content {
    margin-top: 38px;
  }

  .p-env-table__row {
    padding-bottom: 25px;
  }

  .p-env-table__row+.p-env-table__row {
    padding-top: 22px;
  }

  .p-env-table__ttl {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .p-env-table__dsc {
    margin-top: 16px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .p-faq {
    padding-bottom: 75px;
  }

  .p-faq-tab__btn-list {
    height: 55px;
  }

  .p-faq-tab__btn::before {
    background-image: url("../img/faq/btnbg-nonactive-sp.png");
  }

  .p-faq-tab__btn::after {
    background-image: url("../img/faq/btnbg-active-sp.png");
  }

  .p-faq-tab__btn-link {
    font-size: 1.35rem;
    font-weight: 700;
  }

  .p-faq-tab__item {
    padding: 45px 10px;
  }

  .p-faq-tab__accordion {
    font-size: 1.3rem;
    line-height: 2;
  }

  .p-faq-tab__accordion+.p-faq-tab__accordion {
    margin-top: 15px;
  }

  .p-faq-tab__accordion-head {
    padding: 14px 50px 14px 10px;
  }

  .p-faq-tab__accordion-icon {
    right: 10px;
  }

  .p-faq-tab__accordion-icon::before {
    width: 20px;
  }

  .p-faq-tab__accordion-icon::after {
    width: 20px;
  }

  .p-faq-tab__accordion-body {
    padding: 15px 10px;
  }

  .p-home-mv__box-pic {
    background: url("/corporate/recruit/as/img/home/mv-bg-loop_2501.jpg");
    width: 100%;
    height: 375px;
    background-size: 895px 670px;
  }

  @-webkit-keyframes mv-loop {
    0% {
      background-position-x: 0;
    }

    100% {
      background-position-x: -895px;
    }
  }

  @keyframes mv-loop {
    0% {
      background-position-x: 0;
    }

    100% {
      background-position-x: -895px;
    }
  }

  .p-home-mv__ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18.66vw 0 8vw;
  }

  .p-home-mv__ttl-big {
    font-size: 18.6vw;
    line-height: 1.09286;
  }

  .p-home-mv__ttl-big-bottom {
    margin-top: -5px;
  }

  .p-home-mv__ttl-alpha {
    width: 13.6vw;
    margin-left: 0.5rem;
    top: -3.5vw;
  }

  .p-home-mv__ttl-small {
    font-size: 4.26vw;
    margin-top: 1.86vw;
    font-weight: 900;
  }

  .p-home-news__inner {
    width: 90%;
    margin: 0 auto;
  }

  .p-home-news__list-body {
    display: block;
    width: 100%;
  }

  .p-home-news__item+.p-home-news__item {
    margin-top: 21px;
  }

  .p-home-news__item-txt {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-home-news__item-date {
    width: 75px;
  }

  .p-home-news__item-ttl {
    font-size: 1.3rem;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-home-news__links {
    margin-top: 40px;
  }

  .p-home-news__links a {
    font-size: 16px;
  }

  .p-home-news__links a::after {
    background-size: 80%;
  }

  .p-home-wantedly__inner {
    width: 90%;
    margin: 0 auto;
  }

  .p-home-wantedly__links {
    gap: 10px 4%;
    padding: 18px 22px;
  }


  .p-home-wantedly__links-logo {
    width: 150px;
  }

  .p-home-wantedly__links-txt {
    font-size: 2rem;
  }

  .w-btn-blog {
    width: 270px;
  }

  .p-home-culture {
    padding: 40px 0 0;
  }

  .p-home-culture__bg {
    background-image: url("../img/home/culture-bg-sp.jpg");
    max-height: 880px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .p-home-culture__inner {
    width: 90%;
  }

  .p-home-culture__content {
    padding: 50px 20px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-home-culture__ttl {
    display: inline-block;
  }

  .p-home-culture__ttl-big {
    font-size: 4.5rem;
    line-height: 1.13333;
    letter-spacing: 0.07em;
  }

  .p-home-culture__ttl-big-alpha {
    width: 3rem;
    height: 3rem;
    top: -10px;
  }

  .p-home-culture__ttl-small {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .p-home-culture__lead {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0 22px;
    margin-top: 38px;
  }

  .p-home-culture__dsc {
    font-size: 1.3rem;
    padding: 0 22px;
    line-height: 2.11765;
    letter-spacing: 0.02em;
  }

  .p-home-culture__links {
    margin-top: 53px;
    width: 100%;
  }

  .p-home-culture__linkBox.-is-ceo {
    background-image: url("../img/home/culture-link-1-sp.jpg");
  }

  .p-home-culture__linkBox.-is-culture {
    background-image: url("../img/home/culture-link-2-sp.jpg");
  }

  .p-home-culture__linkBox+.p-home-culture__linkBox {
    margin-top: 32px;
  }

  .p-home-culture__linkBox-link {
    padding: 15px 12px;
  }

  .p-home-culture__linkBox-ttl {
    font-weight: 700;
    font-size: 1.6rem;
  }

  .p-home-culture__linkBox-btn {
    margin-top: 15px;
  }

  .p-home-common-section.-is-work,
  .p-home-common-section.-is-env {
    margin-top: 60px;
  }

  .p-home-common-section__inner {
    width: 90%;
  }

  .p-home-common-section__pic {
    right: -20px;
    width: 60vw;
    top: 185px;
  }

  .p-home-common-section.-is-right .p-home-common-section__pic {
    position: relative;
    left: 20px;
    top: -20px;
    right: initial;
    width: 70vw;
  }

  .p-home-common-section.-is-right .p-home-common-section__ttl {
    padding-left: 20px;
    position: relative;
  }

  .p-home-common-section__ttl-item {
    padding: 23px 0 47px 20px;
  }

  .p-home-common-section.-is-right .p-home-common-section__ttl-item {
    padding-left: 0;
  }

  .p-home-common-section__ttl-item.-is-deco-1::before {
    width: 88px;
    height: 100px;
    top: -16px;
    right: -9px;
  }

  .p-home-common-section__ttl-item.-is-deco-2::before {
    width: 107px;
    height: 100px;
    top: -20px;
    right: -28px;
  }

  .p-home-common-section__ttl-item.-is-2line {
    padding-top: 45px;
    padding-bottom: 70px;
  }

  .p-home-common-section__ttl-big {
    font-size: 4.5rem;
    letter-spacing: 0.02em;
  }

  .p-home-common-section__ttl-alpha {
    width: 30px;
    height: 30px;
    top: -8px;
  }

  .p-home-common-section__ttl-small {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .p-home-common-section__links {
    margin-top: 25.8vw;
    padding: 0 21px;
  }

  .p-home-common-section.-is-right .p-home-common-section__links {
    margin-top: 0;
  }

  .p-home-common-section__links-item+.p-home-common-section__links-item {
    margin-top: 36px;
  }

  .p-home-common-section__links-logo {
    width: 185px;
  }

  .p-home-common-section__links-logo img {
    width: 88px;
  }

  .p-home-common-section__links-ttl {
    font-weight: 700;
    font-size: 1.6rem;
  }

  .p-home-common-section__links-dsc {
    font-size: 1.3rem;
    margin-top: 7px;
  }

  .p-home-common-section__links-btn {
    margin-top: 15px;
  }

  .company-wantedly-link .c-btn-more::after {
    left: 63px;
    width: 7px;
    height: 7px;
  }

  .p-home-member {
    margin-top: 58px;
  }

  .p-home-member__ttl {
    font-weight: 700;
  }

  .p-home-member__dsc {
    font-size: 1.3rem;
    margin-top: 9px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-home-member__slide-btn {
    top: 31%;
    width: 42px;
    height: 42px;
  }

  .p-home-member__slide-btn.-is-prev {
    left: 30px;
  }

  .p-home-member__slide-btn.-is-next {
    right: 30px;
  }

  .p-home-member__slide-container {
    width: 54%;
  }

  .p-home-member__slide-pic {
    position: relative;
    height: 70vw;
  }

  .p-home-member__slide-pic-item {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .p-home-member__slide-pic-item.-is-1 {
    right: 18px;
    width: 82%;
  }

  .p-home-member__slide-pic-item.-is-2 {
    right: 25px;
    width: 87%;
  }

  .p-home-member__slide-pic-item.-is-3 {
    right: 10px;
    width: 87%;
  }

  .p-home-member__slide-pic-item.-is-4 {
    right: 20px;
    width: 98%;
  }

  .p-home-member__slide-pic-item.-is-5 {
    right: 8px;
    width: 87%;
  }

  .p-home-member__slide-pic-item.-is-6 {
    right: 22px;
    width: 87%;
  }

  .p-home-member__slide-pic-item.-is-7 {
    right: 12px;
    width: 87%;
  }

  .p-home-member__slide-txt {
    margin-top: 17px;
  }

  .p-home-member__slide-head {
    padding: 7px 19px 9px;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .p-home-member__slide-head::before {
    letter-spacing: 0;
    width: 15px;
    height: 15px;
  }

  .p-home-member__slide-head::after {
    width: 15px;
    height: 15px;
  }

  .p-home-member__slide-prof {
    font-size: 1.1rem;
    padding-left: 22px;
    margin-top: 5px;
  }

  .p-home-member__btn {
    margin-top: 41px;
  }

  .p-home-job {
    padding-bottom: 75px;
    padding-top: 60px;
  }

  .p-home-job::before {
    background-image: url("../img/home/work-bg-left-sp.png");
    width: 100px;
    height: 600px;
    bottom: 30px;
  }

  .p-home-job::after {
    width: 110px;
    height: 630px;
    bottom: 5px;
    background-image: url("../img/home/work-bg-right-sp.png");
  }

  .p-home-job__inner {
    width: 90%;
  }

  .p-home-job__ttl-item {
    width: 250px;
  }

  .p-home-job__dsc {
    font-size: 1.3rem;
    margin-top: 23px;
  }

  .p-home-job__head {
    margin-top: 22px;
  }

  .p-home-job__jobs {
    margin-top: 20px;
  }

  .p-home-job__job-item {
    width: calc(50% - 10px);
  }

  .p-home-job__job-item:not(:nth-of-type(odd)) {
    margin-left: 20px;
  }

  .p-home-job__job-item:not(:nth-of-type(-n+2)) {
    margin-top: 14px;
  }

  .p-home-job__card {
    padding: 29px 0 22px;
  }

  .p-home-job__card-ttl {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .p-home-embed {}

  .p-home-embed::before {
    width: 5%;
  }

  .p-home-embed::after {
    width: 5%;
  }

  .p-home-embed__inner {
    width: 90%;
    padding: 0 5%;
  }

  .p-intern__head {
    padding: 40px 20px 0;
  }

  .p-intern__head-ttl-big {
    font-size: 2.6rem;
  }

  .p-intern__head-ttl-small {
    font-size: 1.5rem;
    margin-top: 18px;
    line-height: 1.76;
    font-weight: 700;
  }

  .p-intern__head-dsc {
    font-size: 1.3rem;
    margin-top: 17px;
    line-height: 2;
  }

  .p-intern__point {
    padding: 30px 20px 0;
  }

  .p-intern__point-item+.p-intern__point-item {
    margin-top: 31px;
  }

  .p-intern__point-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-intern__point-item-head {
    font-size: 1.5rem;
  }

  .p-intern__point-item-head::before {
    bottom: 0;
    width: 160px;
  }

  .p-intern__point-item-ttl {
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 2;
    padding-right: 40px;
    font-weight: 700;
  }

  .p-intern__point-item-dsc {
    font-size: 1.3rem;
    margin-top: 7px;
    line-height: 2;
  }

  .p-intern__point-item-logo {
    margin: 0 auto;
  }

  .p-intern__point-item-logo.-is-mieruka {
    width: 142px;
    margin-top: 20px;
  }

  .p-intern__point-item-logo.-is-talent {
    width: 101px;
    margin-top: 28px;
  }

  .p-intern__data-ttl {
    font-size: 1.5rem;
    padding-top: 63px;
    font-weight: 700;
  }

  .p-intern__noopening {
    padding: 39px 20px 39px;
    font-weight: 700;
  }

  .p-job {
    padding: 35px 0 70px;
  }

  .p-job__head {
    font-size: 1.6rem;
    padding: 0 20px;
  }

  .p-job__content {
    margin-top: 50px;
  }

  .p-job__txt {
    font-size: 1.3rem;
  }

  .p-job__sec+.p-job__sec {
    margin-top: 57px;
  }

  .p-job__sec-inner {
    padding: 0 20px;
  }

  .p-job__sec-ttl {
    font-size: 2rem;
    padding: 9px 0;
  }

  .p-job__2col-item.-is-pic {
    width: 69%;
    margin: 0 auto;
  }

  .p-job__2col-item.-is-txt {
    margin-top: 40px;
  }

  .p-job__txt-ttl {
    white-space: nowrap;
    font-size: 1.9rem;
    font-weight: 400;
  }

  .p-job__txt-txt {
    margin-top: 20px;
    font-size: 1.3rem;
    margin-top: 2px;
  }

  .p-job__pic {
    padding: 0 5px 5px 0;
  }

  .p-job__pic::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  .p-job__member {
    margin-top: 30px;
  }

  .p-job__member-head {
    font-weight: 700;
    font-size: 1.3rem;
  }

  .p-job__member-head::before {
    width: calc(50% - 50px);
  }

  .p-job__member-head::after {
    width: calc(50% - 50px);
  }

  .p-job__member-list {
    margin-top: 50px;
  }

  .p-job__member-pic {
    height: 38.666vw;
    position: relative;
  }

  .p-job__member-pic img {
    display: block;
    max-height: initial;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .p-job__member-pic.-is-1 img {
    max-width: 85%;
    right: 6%;
  }

  .p-job__member-pic.-is-2 img {
    max-width: 85%;
    right: 12%;
  }

  .p-job__member-pic.-is-3 img {
    max-width: 82%;
    right: 10%;
  }

  .p-job__member-pic.-is-4 img {
    max-width: 85%;
    right: 12%;
  }

  .p-job__member-pic.-is-5 img {
    max-width: 80%;
    right: 12%;
  }

  .p-job__member-pic.-is-6 img {
    max-width: 76%;
    right: 15%;
  }

  .p-job__member-pic.-is-7 img {
    max-width: 97%;
    right: 8%;
  }

  .p-job__member-item {
    width: calc(50% - 6px);
  }

  .p-job__member-item:not(:nth-of-type(odd)) {
    margin-left: 12px;
  }

  .p-job__member-item:not(:nth-of-type(-n+2)) {
    margin-top: 36px;
  }

  .p-job__member-ttl {
    font-weight: 700;
    padding: 6px 12px 0px;
    font-size: 1.2rem;
    margin-top: 12px;
  }

  .p-job__member-ttl::before {
    width: 15px;
    height: 15px;
  }

  .p-job__member-ttl::after {
    width: 15px;
    height: 15px;
  }

  .p-job__member-name {
    font-size: 1rem;
    margin-top: 6px;
  }

  .p-office {
    padding: 35px 0 120px;
  }

  .p-office__head {
    font-size: 1.6rem;
  }

  .p-office__content {
    margin-top: 52px;
  }

  .p-office__content-inner {
    padding: 0 20px;
  }

  .p-office-box+.p-office-box {
    margin-top: 57px;
  }

  .p-office-box__ttl-item {
    padding: 9px 0;
  }

  .p-office-box__ttl-big {
    font-size: 2.3rem;
  }

  .p-office-box__ttl-small {
    font-size: 1rem;
    margin-top: 3px;
    font-weight: 700;
  }

  .p-office-box__top {
    margin-top: 45px;
  }

  .p-office-box__top-btn {
    width: 25px;
    height: 25px;
    top: 30%;
  }

  .p-office-box__top-btn.-is-prev {
    left: -30px;
  }

  .p-office-box__top-btn.-is-next {
    right: -30px;
  }

  .p-office-box__top-pic::before {
    padding-top: 69.49%;
  }

  .p-office-box__top-cap {
    margin-top: 15px;
  }

  .p-office-box__top-ttl {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .p-office-box__top-dsc {
    text-align: left;
    font-size: 1.2rem;
  }

  .p-office-box__thum {
    margin-top: 10px;
  }

  .p-office-box__thum-btn {
    width: 25px;
    height: 25px;
  }

  .p-office-box__thum-slide::before {
    border-width: 2px;
  }

  .p-office-box__thum-slide-item::before {
    padding-top: 68.5%;
  }

  .p-people-detail {
    padding: 85px 0 90px;
  }

  .p-people-detail-head__top {
    width: 90%;
  }

  .p-people-detail-head__top {
    padding: 27px 0 30px;
  }

  .p-people-detail-head__top::before {
    height: 170px;
  }

  .p-people-detail-head__top.-is-orange::before {
    background-position: 101% -13px, center;
    background-size: 70px auto, auto;
  }

  .p-people-detail-head__top.-is-orange2::before {
    background-position: 101% -13px, center;
    background-size: 70px auto, auto;
  }

  .p-people-detail-head__top.-is-purple::before {
    background-position: 101% -13px, center;
    background-size: 70px auto, auto;
  }

  .p-people-detail-head__top.-is-purple2::before {
    background-position: 101% -13px, center;
    background-size: 70px auto, auto;
  }

  .p-people-detail-head__top.-is-blue::before {
    background-position: 101% -13px, center;
    background-size: 70px auto, auto;
  }

  .p-people-detail-head__top.-is-green::before {
    background-position: 101% -13px, center;
    background-size: 70px auto, auto;
  }

  .p-people-detail-head__top-ttl {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .p-people-detail-head__bottom-content {
    left: 5vw;
    width: 95vw;
  }

  .p-people-detail-head__bottom-content::before {
    padding-top: 100%;
  }

  .p-people-detail-head__bottom-box {
    position: absolute;
    width: 90vw;
    padding: 30px;
    margin-top: -62px;
  }

  .p-people-detail-head__bottom-ttl {
    font-weight: 700;
    font-size: 1.8rem;
    padding: 8px 23px 10px;
    white-space: nowrap;
  }

  .p-people-detail-head__bottom-ttl::before {
    width: 17px;
    height: 17px;
  }

  .p-people-detail-head__bottom-ttl::after {
    width: 17px;
    height: 17px;
  }

  .p-people-detail-head__bottom-prof {
    margin-left: 32px;
    margin-top: 10px;
  }

  .p-people-detail-head__bottom-pos {
    font-size: 1.2rem;
    line-height: 1.64286;
  }

  .p-people-detail-head__bottom-name {
    font-size: 1.5rem;
    margin-top: 4px;
  }

  .p-people-detail-body {
    margin-top: 218px;
  }

  .p-people-detail-body__sec:not(:first-of-type) {
    margin-top: 46px;
  }

  .p-people-detail-body__sec:not(:first-of-type).-is-mt-l {
    margin-top: 52px;
  }

  .p-people-detail-body__sec-inner {
    width: 90%;
  }

  .p-people-detail-body__head-item {
    font-size: 1.4rem;
    font-weight: 700;
  }

  .p-people-detail-body__head-challenge {
    width: 50%;
    margin-bottom: 20px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .p-people-detail-body__head-challenge img {
    vertical-align: baseline;
    height: 12px;
  }

  .p-people-detail-body__head-challenge span {
    display: inline-block;
    margin-left: 10px;
  }

  .p-people-detail-body__head-challenge::before {
    width: 160px;
  }

  .p-people-detail-body__txt {
    font-size: 1.3rem;
    margin-top: 19px;
    letter-spacing: 0.06em;
  }

  .p-people-detail-body__txt p+p {
    margin-top: 25px;
  }

  .p-people-detail-body__pic {
    margin: 50px 0 85px;
    padding: 0 20px;
  }

  .p-people-detail-body__pic::before {
    width: 95vw;
    height: 105px;
    bottom: -30px;
    left: 0;
  }

  .p-people-detail-box__ttl-item {
    font-weight: 700;
    font-size: 1.5rem;
    padding: 9px 10px;
  }

  .p-people-detail-box__ttl-item.-is-en {
    font-size: 1.6rem;
    padding: 8px 10px;
  }

  .p-people-detail-box__table {
    font-size: 1.3rem;
    padding: 20px 10px;
  }

  .p-people-detail-box__table-row {
    padding-bottom: 23px;
  }

  .p-people-detail-box__table-row+.p-people-detail-box__table-row {
    padding-top: 23px;
  }

  .p-people-detail-box__table-ttl {
    padding-left: 23px;
    width: 130px;
  }

  .p-people-detail-box__table-ttl-icon {
    top: 5px;
    width: 15px;
    height: 15px;
  }

  .p-people-detail-box__table-txt {
    letter-spacing: 0.07em;
  }

  .p-people-detail-box__table-txt-small {
    font-size: 1.1rem;
    margin-top: 5px;
  }

  .p-people-list {
    padding: 35px 0 70px;
  }

  .p-people-list__head {
    font-size: 1.6rem;
  }

  .p-people-list__content {
    margin-top: 20px;
  }

  .p-people-list__nav-inner {
    padding: 0 15px;
  }

  .p-people-list__nav-item {
    margin: 22px 11px 0;
    font-size: 1.3rem;
    white-space: nowrap;
  }

  .p-people-list__nav-item:nth-of-type(6),
  .p-people-list__nav-item:nth-of-type(7) {
    margin-left: 6px;
    margin-right: 6px;
  }

  .p-people-list__body-inner {
    padding: 0 20px;
  }

  .p-people-list__tabs {
    margin-top: 53px;
  }

  .p-people-list__list-item {
    width: calc(50% - 10px);
  }

  .p-people-list__list-item:nth-of-type(even) {
    margin-left: 20px;
  }

  .p-people-list__list-item:not(:nth-of-type(-n+2)) {
    margin-top: 57px;
  }

  .p-people-list__slide-pic {
    position: relative;
    height: 38.666vw;
  }

  .p-people-list__slide-pic-item {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .p-people-list__slide-pic-item.-is-1 {
    right: 18px;
    max-width: 90%;
  }

  .p-people-list__slide-pic-item.-is-2 {
    right: 25px;
    max-width: 87%;
  }

  .p-people-list__slide-pic-item.-is-3 {
    right: 10px;
    max-width: 87%;
  }

  .p-people-list__slide-pic-item.-is-4 {
    right: 10px;
    max-width: 96%;
  }

  .p-people-list__slide-pic-item.-is-5 {
    right: 8px;
    max-width: 87%;
  }

  .p-people-list__slide-pic-item.-is-6 {
    right: 22px;
    max-width: 87%;
  }

  .p-people-list__slide-pic-item.-is-7 {
    right: 12px;
    max-width: 87%;
  }

  .p-people-list__slide-txt {
    margin-top: 14px;
  }

  .p-people-list__slide-head {
    font-weight: 700;
    font-size: 1.2rem;
    padding: 7px 10px 9px;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-people-list__slide-head::before {
    letter-spacing: 0;
    width: 15px;
    height: 15px;
  }

  .p-people-list__slide-head::after {
    width: 15px;
    height: 15px;
  }

  .p-people-list__slide-prof {
    font-size: 1rem;
    padding-left: 13px;
    margin-top: 2px;
  }

  .p-req {
    padding: 35px 0 77px;
  }

  .p-req__head {
    font-size: 1.6rem;
  }

  .p-req__content {
    margin-top: 52px;
  }

  .p-req__content-inner {
    padding: 0;
  }

  .p-req__point {
    padding: 0 20px;
  }

  .p-req__list {
    margin-left: 55px;
  }

  .p-req__list-item {
    width: 100%;
    font-size: 1.2rem;
    padding-left: 35px;
  }

  .p-req__list-item+.p-req__list-item {
    margin-top: 22px;
  }

  .p-req__list-item::before {
    width: 15px;
    height: 15px;
  }

  .p-req__note {
    font-size: 1.1rem;
    margin-top: 23px;
  }

  .p-req__msg {
    margin-top: 57px;
  }

  .p-req__msg-ttl-item {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .p-req__msg-pic {
    margin-top: 60px;
  }

  .p-req__msg-pic {
    margin-top: 45px;
    padding: 0 20px;
  }

  .p-req__msg-pic-item::after {
    padding-top: 68.5%;
  }

  .p-req__msg-pic-item img {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  .p-req__msg-pic-item {
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .p-req__msg-pic-item::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  .p-req__msg-pic-cap {
    bottom: -22px;
    font-size: 1.1rem;
  }

  .p-req__msg-pic-name+.p-req__msg-pic-name {
    margin-left: 20px;
  }

  .p-req__msg-box {
    padding: 20px 23px;
    margin-top: 70px;
    background-image: url("../img/req/msg-bg-sp.png");
    background-size: 106% 110%;
    background-position: center;
    position: relative;
  }

  .p-req__msg-box-item {
    font-size: 1.2rem;
    padding: 12px 16px;
    letter-spacing: 0.1em;
    line-height: 2.16667;
  }

  .c-btn-more {
    width: 150px;
    padding: 15px;
    font-size: 1.3rem;
  }

  .c-btn-more.-is-sp-l {
    width: 185px;
  }

  .c-btn-more::before {
    width: 30px;
  }

  .c-pagetop {
    padding: 28px 0;
  }

  .c-pagetop::before {
    height: 170px;
  }

  .c-pagetop.-is-deco-1::after {
    width: 71px;
    height: 37px;
    top: -17px;
    right: -6px;
  }

  .c-pagetop.-is-deco-2::after {
    width: 68px;
    height: 63px;
    top: -17px;
    right: -6px;
  }

  .c-pagetop__inner {
    width: 90%;
  }

  .c-pagetop__ttl {
    font-weight: 700;
    font-size: 1.8rem;
  }

  .c-recruit-data__inner {
    padding: 39px 20px 15px;
  }

  .c-recruit-data__inner.-is-no-open {
    padding: 39px 20px 39px;
    font-weight: 700;
  }

  .c-recruit-data__row {
    padding-bottom: 23px;
  }

  .c-recruit-data__row+.c-recruit-data__row {
    padding-top: 23px;
  }

  .c-recruit-data__row-ttl {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .c-recruit-data__row-content {
    font-size: 1.3rem;
    margin-top: 17px;
  }

  .c-recruit-data__links {
    padding: 0 10px;
    padding-bottom: 95px;
    margin-top: 16px;
    height: 43px;
  }

  .c-recruit-data__links-inner.-is-fix {
    bottom: 45px;
  }

  .c-recruit-data__links-item+.c-recruit-data__links-item {
    margin-left: 15px;
  }

  .c-recruit-data__accordion+.c-recruit-data__accordion {
    margin-top: 15px;
  }

  .c-recruit-data__accordion-head {
    font-weight: 700;
    padding: 20px 45px 20px 20px;
    line-height: 1.8;
    font-size: 1.3rem;
  }

  .c-recruit-data__accordion-headIcon {
    right: 20px;
  }

  .c-recruit-data__accordion-headIcon::before {
    width: 20px;
  }

  .c-recruit-data__accordion-headIcon::after {
    width: 20px;
  }

  .c-recruit-data__accordion-content {
    padding: 45px 20px;
  }

  .c-ttl-txt {
    font-weight: 700;
    font-size: 2.6rem;
  }

  .c-ttl-txt.-is-s {
    font-size: 1.6rem;
  }

  .u-icon-blank-black {
    margin-left: 0.5em;
  }

  .for-large {
    display: none;
  }
}

@media (max-width: 767px) and (max-width: 350px) {
  .l-detail__inner {
    width: 95%;
  }

  .l-header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .l-header__logo-txt {
    margin-left: 5px;
    font-size: 1rem;
  }

  .l-header__sideMenu-head {
    font-size: 1.6rem;
  }

  .p-about-box__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-about-box__attract-head::before {
    width: 15px;
  }

  .p-business-box__btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-business-box__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-ceo-head__top {
    width: 95%;
  }

  .p-ceo-head__top::before {
    width: 97.5vw;
  }

  .p-ceo-head__bottom-box {
    padding: 30px 20px;
  }

  .p-ceo-head__bottom-ttl {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.7rem;
  }

  .p-ceo-body__sec-inner {
    width: 95%;
  }

  .p-culture__sec-inner {
    padding: 0 10px;
  }

  .p-env__content-inner {
    padding: 0 10px;
  }

  .p-home-culture__inner {
    width: 95%;
  }

  .p-home-culture__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-home-culture__lead {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-home-culture__dsc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-home-common-section__inner {
    width: 95%;
  }

  .p-job__sec-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-job__txt-ttl {
    white-space: initial;
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .p-people-detail-head__top {
    width: 95%;
  }

  .p-people-detail-body__sec-inner {
    width: 95%;
  }

  .p-people-list__nav-inner {
    padding: 0 10px;
  }

  .p-people-list__nav-item {
    margin: 22px 5px 0;
  }

  .p-people-list__body-inner {
    padding: 0 10px;
  }

  .p-req__point {
    padding: 0 10px;
  }

  .p-req__msg-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-pagetop__inner {
    width: 95%;
  }

  .c-recruit-data__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-recruit-data__links {
    padding-left: 0;
    padding-right: 0;
  }

  .c-recruit-data__accordion-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 350px) {
  .l-footer__copy br {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .p-ceo-head__top::before {
    width: calc(100% + 100px);
  }

  .p-ceo-head__bottom-content {
    left: 100px;
    width: calc(100% - 100px);
  }

  .p-ceo-head__bottom-box {
    right: 100px;
  }

  .p-ceo-body__pic::before {
    width: 630px;
  }

  .p-people-detail-head__top::before {
    width: calc(100% + 100px);
  }

  .p-people-detail-head__bottom-content {
    left: 100px;
    width: calc(100% - 100px);
  }

  .p-people-detail-head__bottom-box {
    right: 100px;
  }

  .p-people-detail-body__pic::before {
    width: 630px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-home-mv__ttl-big {
    font-size: 12.5rem;
  }

  .p-home-mv__ttl-alpha {
    width: 90px;
    top: -25px;
  }

  .p-home-mv__ttl-small {
    font-size: 2.8rem;
  }
}

/*# sourceMappingURL=../../_cache/_maps/styles.css.map */


/*------------ 社員9名追加 240214 ------------*/

/*TOP スライダー*/

@media (max-width: 482px) {
	.p-home-member__slide-head {
		height: 83px;
	}
}

@media (max-width: 767px) {
	/*img 縦長：幅460px前後・横長：幅390px前後で調整 */
	.p-home-member__slide-pic-item.-is-8 {
		right: 30px;
		width: 79%;
	}
	.p-home-member__slide-pic-item.-is-9 {
		right: 22px;
		width: 93%;
	}
	.p-home-member__slide-pic-item.-is-10 {
		right: 40px;
		width: 70%;
	}
	.p-home-member__slide-pic-item.-is-11 {
		right: 22px;
		width: 97%;
	}
	.p-home-member__slide-pic-item.-is-12 {
		right: 60px;
		width: 67%;
	}
	.p-home-member__slide-pic-item.-is-13 {
		right: -4px;
		width: 96%;
	}
	.p-home-member__slide-pic-item.-is-14 {
		right: 22px;
		width: 82%;
	}
	.p-home-member__slide-pic-item.-is-15 {
		right: 22px;
		width: 95%;
	}
	.p-home-member__slide-pic-item.-is-16 {
		right: 22px;
		width: 95%;
	}
}

@media (min-width: 768px) {
	.p-home-member__blank {
		display: block;
	}
	.p-home-member__slide-pic-item.-is-8 {
		right: 14px;
	}
	.p-home-member__slide-pic-item.-is-9 {
		right: 10px;
	}
	.p-home-member__slide-pic-item.-is-10 {
		right: 20px;
	}
	.p-home-member__slide-pic-item.-is-11 {
		right: 0px;
	}
	.p-home-member__slide-pic-item.-is-12 {
		right: 32px;
	}
	.p-home-member__slide-pic-item.-is-13 {
		right: -22px;
	}
	.p-home-member__slide-pic-item.-is-14 {
		right: 6px;
	}
	.p-home-member__slide-pic-item.-is-15 {
		right: 10px;
	}
	.p-home-member__slide-pic-item.-is-16 {
		right: -20px;
	}
}


/*----------- 一覧ページ -----------*/
.tabIcon {
	display: flex;
	flex-wrap: wrap;
	margin-top: clamp(40px, 10.66vw, 100px);
	gap: clamp(8px, 1.1vw, 10px);
	justify-content: center;
	width: 100%;
}

a[class*="tabIcon_btn"] {
	align-items: center;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	font-size: 12px;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.tabIcon_btn.tabIcon-active {
	background-color: #333;
	color: #fff;
}

li[class*="tabIcon_arrow"]::before {
	content: '';
	width: 12px;
	height: 12px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	z-index: -10;
}

.tabIcon_arrow-next::before {
	left: 10px;
	top: 12px;
	transform: rotate(45deg);
}

.tabIcon_arrow-prev::before {
	left: 13px;
	top: 12px;
	transform: rotate(-135deg);
}

li[class*="tabIcon_arrow"] {
	color: transparent;
	position: relative;
}

@media (max-width: 767px) {
	/* 高さ296.56pxになるまで幅％調整 */
	.p-people-list__slide-pic-item.-is-8 {
		right: 50px;
		max-width: 68%;
	}
	.p-people-list__slide-pic-item.-is-9 {
		right: 18px;
		max-width: 88%;
	}
	.p-people-list__slide-pic-item.-is-10 {
		right: 56px;
		max-width: 62%;
	}
	.p-people-list__slide-pic-item.-is-11 {
		right: 18px;
		max-width: 94%;
	}
	.p-people-list__slide-pic-item.-is-12 {
		right: 60px;
		max-width: 58%;
	}
	.p-people-list__slide-pic-item.-is-13 {
		right: 18px;
		max-width: 93%;
	}
	.p-people-list__slide-pic-item.-is-14 {
		right: 24px;
		max-width: 70%;
	}
	.p-people-list__slide-pic-item.-is-15 {
		right: 18px;
		max-width: 89%;
	}
	.p-people-list__slide-pic-item.-is-16 {
		right: 12px;
		max-width: 85%;
	}
}

@media (max-width: 620px) {
	.p-people-list__slide-pic-item.-is-8 {
		right: 28px;
	}
	.p-people-list__slide-pic-item.-is-10 {
		right: 36px;
	}
	.p-people-list__slide-pic-item.-is-12 {
		right: 32px;
	}
}


@media (min-width: 768px) {
	.p-people-list__slide-pic-item.-is-12 {
		right: 20px;
	}
	.p-people-list__slide-pic-item.-is-13 {
		right: -26px;
	}
	.p-people-list__slide-pic-item.-is-15 {
		right: -6px;
	}
	.p-people-list__slide-pic-item.-is-16 {
		right: -20px;
	}
	.p-people-list__slide-head {
		height: 114px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		}
	a[class*="tabIcon_btn"] {
		font-size: 18px;
		height: 54px;
		width: 54px;
	}
	li[class*="tabIcon_arrow"]::before {
		width: 18px;
		height: 18px;
	}
	.tabIcon_arrow-next::before {
		left: 16px;
		top: 18px;
	}
	.tabIcon_arrow-prev::before {
		left: 20px;
		top: 18px;
	}
}

/* .tabIcon_btn:hover {
	background-color: #000;
	border-radius: 50%;
	color: #fff;
}
li[class*="tabIcon_arrow"]:hover {
	color: #000;
}
.tabIcon_arrow-prev:hover::before {
	color: #fff!important;
}*/


/*----------- 個別ページ -----------*/

/* 共通*/
.p-people-detail-head_SPbr {
	display: none;
}
@media (max-width: 767px) {
	.p-people-detail-head_SPbr {
		display: block;
	}
}

/* 各ページアイコン*/
.p-people-detail-box__table-ttl-icon.-is-student-g {
  background-image: url("../img/people/icon-student-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-company-g {
	background-image: url("../img/people/icon-company-g.png");
}

.p-people-detail-box__table-ttl-icon.-is-student-p {
  background-image: url("../img/people/icon-student-p.png");
}

.p-people-detail-box__table-ttl-icon.-is-company-p {
	background-image: url("../img/people/icon-company-p.png");
}

.p-people-detail-box__table-ttl-icon.-is-student-o {
  background-image: url("../img/people/icon-student-o.png");
}

.p-people-detail-box__table-ttl-icon.-is-company-o {
	background-image: url("../img/people/icon-company-o.png");
}


/* とある一日（タイムライン）*/
.timeline {
	padding-left: 30px;
}

.timeline .p-people-detail-box__table-ttl {
	padding-left: 0;
}

.timeline-circle {
	position: relative;
}

.timeline-circle:before {
	border-radius: 50%;
	content: "";
	height: 9px;
	left: -44px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.timeline-border {
	position: relative;
}

.timeline-border-line {
	height: calc(100% + 1px);
	left: -40px;
	position: absolute;
	top: 12px;
	width: 1px;
}

.timeline-border:last-child .timeline-border-line {
	height: 50%;
	top: 0;
}

/* 11 */
.timeline.icon-blue .timeline-circle:before,
.timeline.icon-blue .timeline-border-line {
	background: rgba(78, 114, 232, .85);
}

/* 13 */
.timeline.icon-orange .timeline-circle:before,
.timeline.icon-orange .timeline-border-line {
	background: rgba(255, 214, 0, 0.85);
}

/* 16 */
.timeline.icon-green .timeline-circle:before,
.timeline.icon-green .timeline-border-line {
	background: rgba(0, 176, 41, 0.85);
}

@media (max-width: 767px) {
	.timeline .p-people-detail-box__table-ttl {
		width: 100px;
	}
	.timeline .p-people-detail-box__table-ttl {
		padding-left: 0;
	}
	.timeline-circle:before {
		left: -24px;
	}
	.timeline-border-line {
		left: -20px;
	}
	.timeline-border:last-child .timeline-border-line {
		height: 4.5vh;
	}
}

@media (min-width: 767px) {
	.timeline {
		padding-left: 50px;
	}
	.timeline .p-people-detail-box__table-ttl {
		width: 180px;
	}
	/* 13 */
	.timeline.icon-orange .timeline-border:last-child .timeline-border-line,
	.timeline.icon-green .timeline-border:last-child .timeline-border-line {
		height: 40%;
	}
}

