@charset "UTF-8";
/*
Theme Name: Balus_20250716
Theme URI:
Author: Corey Lee
Author URI:
Description:
Version: 3.8.0
Tags:
*/
/*! normalize.css v8.0.0 | 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.
 */
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,900i");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
    ========================================================================== */
/**
  * Remove the margin in all browsers.
  */
body {
  margin: 0;
}

/**
  * 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 {
  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 {
  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] {
  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 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
/**
  * 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,
[hidden] {
  display: none;
}

/**
  * Add the correct display in IE 10.
  */
* {
  box-sizing: border-box;
}
*:after {
  content: "";
  clear: both;
  display: table;
}

body {
  background-color: #0e0e0e;
  font-family: Yugothic, sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  padding: 0;
}

html.sr .js-reveal {
  visibility: hidden;
}

@media only screen and (min-width: 641px) {
  ::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  }
  ::-webkit-scrollbar-corner {
    background: #000;
  }
}
@media only screen and (max-width: 640px) {
  .js-tilt-glare-inner {
    display: none;
  }
}
a.c-button-more {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  width: 340px;
  line-height: 72px;
  margin: auto;
  color: #fff;
  transition: all 0.25s;
  padding: 0 24px;
  position: relative;
  font-size: 0.875rem;
}
a.c-button-more:hover {
  border-color: #fff;
}
a.c-button-more:hover img {
  opacity: 1;
}
a.c-button-more.--center {
  text-align: center;
}
a.c-button-more img {
  position: absolute;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  opacity: 0.5;
  transition: opacity 0.25s;
}

@media only screen and (max-width: 640px) {
  a.c-button-more {
    width: 100%;
  }
}
.c-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 64px 0;
}

.c-contact__inner {
  max-width: 340px;
  margin: auto;
  color: #fff;
}
.c-contact__inner .title {
  font-size: 1.5rem;
  margin: auto;
}
.c-contact__inner .subtitle {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 3rem;
  margin: auto;
}
.c-contact__inner a.button {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  height: 72px;
  display: block;
  width: 340px;
  line-height: 72px;
  margin: 16px auto;
  color: #000;
  background-color: #fff;
  transition: all 0.25s;
  padding: 0 24px;
  position: relative;
  font-size: 0.875rem;
}
.c-contact__inner a.button:hover {
  background-color: #4eeeb1;
}
.c-contact__inner a.button:hover img {
  opacity: 1;
}
.c-contact__inner a.button img {
  position: absolute;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  opacity: 0.5;
  transition: opacity 0.25s;
}

.c-footer {
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 48px;
}

.c-footer__upper {
  padding: 24px 0;
  position: relative;
}
.c-footer__upper .logo {
  margin: 24px auto;
}
.c-footer__upper .nav-list {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.c-footer__upper .nav-list li {
  margin: 0 12px;
  display: inline-block;
}
.c-footer__upper .nav-list a {
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.c-footer__upper .nav-list a:hover {
  opacity: 1;
}
.c-footer__upper .nav-list img {
  height: 8px;
  margin-right: 4px;
}
.c-footer__upper .sns-list {
  position: absolute;
  right: 200px;
  bottom: 60px;
  list-style: none;
}
.c-footer__upper .sns-list li {
  display: inline-block;
  margin: 0 4px;
}
.c-footer__upper .sns-list a {
  transition: opacity 0.25s;
}
.c-footer__upper .sns-list a:hover {
  opacity: 0.75;
}
.c-footer__upper .scroll-top {
  position: absolute;
  right: 200px;
  bottom: -24px;
  display: block;
  height: 48px;
  width: 48px;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.25s;
  cursor: pointer;
}
.c-footer__upper .scroll-top:hover {
  transform: scale(1.1);
}
.c-footer__upper .scroll-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #000;
}

@media only screen and (max-width: 640px) {
  .c-footer__upper .logo {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .c-footer__upper .nav-list li {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .c-footer__upper .sns-list {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .c-footer__upper .scroll-top {
    right: 16px;
  }
}
.c-footer__lower {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
}
.c-footer__lower .copyright {
  font-size: 0.625rem;
  opacity: 0.5;
}

@media only screen and (max-width: 640px) {
  .c-footer__lower {
    padding: 20px 0;
  }
}
.c-header {
  height: 600px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .c-header {
    height: auto;
    padding-top: 200px;
    background-size: contain;
    background-position: top center;
  }
}
.c-header__inner {
  width: 1360px;
  display: block;
  height: 830px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.c-header__inner .content {
  position: absolute;
  left: 200px;
  top: 240px;
  color: #fff;
}
.c-header__inner .content .grid {
  position: absolute;
  height: 212px;
  z-index: 1;
  top: -30px;
  left: -60px;
  opacity: 0.7;
}
.c-header__inner .content .line {
  position: absolute;
  height: 285px;
  z-index: 1;
  top: -130px;
  left: -159px;
  opacity: 0.7;
}
.c-header__inner .content .dots {
  position: absolute;
  height: 20px;
  z-index: 1;
  top: -48px;
  left: -78px;
}
.c-header__inner .content .text {
  position: relative;
  z-index: 2;
}
.c-header__inner .subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 3rem;
  margin: auto;
  position: relative;
  z-index: 2;
}
.c-header__inner .subtitle span {
  color: #4eeeb1;
}
.c-header__inner .subtitle span:after {
  display: none;
}
.c-header__inner .subtitle.--red span {
  color: #ee6f82;
}
.c-header__inner .title {
  font-size: 1.5rem;
  margin: auto;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.c-header__inner .details {
  font-size: 1rem;
  margin: 8px auto 0;
  position: relative;
  z-index: 2;
  line-height: 1.6;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .c-header__inner {
    width: 100%;
    height: auto;
    padding: 20px 12px 0;
  }
}
@media only screen and (max-width: 640px) {
  .c-header__inner .content {
    left: inherit;
    top: inherit;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .c-header__inner .content .grid {
    height: 106px;
    left: inherit;
    right: -20px;
    top: -40px;
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-header__inner .content .line {
    right: -20px;
    top: -40px;
    height: 142px;
    left: inherit;
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-header__inner .subtitle {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-header__inner .title {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 640px) {
  .c-header__inner .details br {
    display: none;
  }
}
.c-header__rule-left {
  height: 220px;
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .c-header__rule-left {
    bottom: inherit;
    left: 12px;
    top: 56px;
    height: 110px;
  }
}
.c-header__rule-right {
  height: 220px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .c-header__rule-right {
    height: 110px;
    top: 56px;
    right: 12px;
    bottom: inherit;
  }
}
.c-header__arrow {
  height: 48px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -16px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .c-header__arrow {
    display: none;
  }
}
.c-header__overlay {
  position: absolute;
  background-color: #0e0e0e;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.8;
}

.c-section-header {
  font-family: "Lato", sans-serif;
  color: #fff;
}
.c-section-header .subtitle {
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 300;
  font-size: 0.875rem;
  margin: auto;
}
.c-section-header .subtitle.--red {
  color: #ee6f82;
}
.c-section-header .subtitle.--green {
  color: #4eeeb1;
}
.c-section-header .dots {
  height: 10px;
  margin: 0 4px;
}
.c-section-header .title {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 3rem;
  margin: auto;
}
.c-section-header .title-2 {
  font-weight: bold;
  margin: 2px auto 12px;
  line-height: 1.4;
  font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .c-section-header .title {
    font-size: 2.25rem;
  }
}
.c-header-min {
  background: linear-gradient(90deg, #181818 0%, #222222 100%);
  height: 180px;
  padding-top: 44px;
  box-sizing: border-box;
  position: relative;
}
.c-header-min:before {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #fff;
  opacity: 0.5;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .c-header-min {
    height: 100px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .c-header-min:before {
    height: 40px;
    bottom: -20px;
  }
}
.c-header-min__inner {
  font-family: "Lato", sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
}
.c-header-min__inner .bg-line {
  position: absolute;
  width: 232px;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}
.c-header-min__inner .subtitle {
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 300;
  font-size: 0.875rem;
  margin: auto;
  position: relative;
}
.c-header-min__inner .subtitle.--red {
  color: #ee6f82;
}
.c-header-min__inner .subtitle.--green {
  color: #4eeeb1;
}
.c-header-min__inner .dots {
  height: 10px;
  margin: 0 4px;
}
.c-header-min__inner .title {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 3rem;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .c-header-min__inner .title {
    font-size: 1.5rem;
  }
}
.c-navigation {
  position: relative;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  z-index: 999;
  background-color: #0e0e0e;
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 640px) {
  .c-navigation {
    height: 48px;
  }
  .c-navigation .c-navigation__list,
  .c-navigation .c-navigation__language {
    display: none;
  }
}
.c-navigation-spacer {
  height: 60px;
}

@media only screen and (max-width: 640px) {
  .c-navigation-spacer {
    height: 48px;
    width: 100%;
    display: block;
  }
}
.c-navigation__logo {
  position: absolute;
  height: 20px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-navigation__list {
  line-height: 60px;
  width: 100%;
  text-align: center;
  display: block;
}
.c-navigation__list li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 12px;
  font-size: 0.875rem;
}
.c-navigation__list a {
  color: #fff;
  opacity: 0.5;
  position: relative;
  display: block;
  transition: opacity 0.25s;
}
.c-navigation__list a:hover {
  opacity: 1;
}
.c-navigation__list a.--active {
  opacity: 1;
}
.c-navigation__list a.--active:before {
  width: 100%;
}
.c-navigation__list a:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  height: 1px;
  bottom: 18px;
  transition: all 0.25s;
}
.c-navigation__list a:hover:before {
  width: 100%;
}
.c-navigation__list img {
  height: 10px;
  margin-right: 4px;
}

@media only screen and (max-width: 640px) {
  .c-navigation__list {
    line-height: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .c-navigation__list li {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .c-navigation__list a {
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  .c-navigation__list a:before {
    display: none;
  }
}
.c-navigation__language {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  line-height: 20px;
}
.c-navigation__language .item {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: color 0.25s;
}
.c-navigation__language .item.--active, .c-navigation__language .item:hover {
  color: #fff;
}
.c-navigation__language .divider {
  display: inline-block;
  color: #fff;
  margin: 0 8px;
  opacity: 0.2;
}

.c-navigation__menu-button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  margin: auto;
  background-color: #0e0e0e;
  transition: background-color 0.25s;
  padding: 14px 8px;
}
.c-navigation__menu-button.--active {
  background-color: #fff;
}
.c-navigation__menu-button.--active span {
  background-color: #0e0e0e;
}
.c-navigation__menu-button span {
  display: block;
  height: 2px;
  margin-bottom: 6px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .c-navigation__menu-button {
    display: block;
  }
}
.c-navigation-menu {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  padding: 24px 0;
  top: 48px;
  z-index: 999;
  left: 0;
  right: 0;
  display: none;
}
.c-navigation-menu .c-navigation__language {
  position: relative;
  text-align: center;
  right: inherit;
  left: inherit;
  bottom: inherit;
  display: block;
  margin: 24px auto;
}

.c-progress {
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  z-index: 100;
}

@media only screen and (max-width: 640px) {
  .c-progress {
    display: none !important;
  }
}
.c-progress__bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
  height: 0;
  transition: height 0.25s;
}

.c-progress__text {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 8px;
  position: absolute;
  transform: rotate(-90deg);
  color: #fff;
  top: 0;
  bottom: 0;
  height: 16px;
  line-height: 16px;
  left: -20px;
  display: inline-block;
  margin: auto;
}

.c-spread {
  padding: 40px 0;
  position: relative;
  margin: 48px 0;
}

@media only screen and (max-width: 640px) {
  .c-spread {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
  }
}
.c-spread__bg-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.c-spread__bg-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.c-spread__images {
  height: 500px;
  width: 100%;
  background-color: #222;
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1600px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .c-spread__images {
    height: 200px;
  }
}
@media only screen and (min-width: 641px) {
  .c-data-table-wrap {
    display: flex;
  }
}
@media only screen and (min-width: 641px) {
  .c-data-table-wrap .c-data-table-box {
    margin-right: 20px;
  }
}

.c-data-table {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-data-table .lead {
  width: 100px;
}
.c-data-table .detail {
  opacity: 0.6;
}

.c-works-list {
  margin: 24px auto 12px;
  max-width: 800px;
}
.c-works-list a {
  display: block;
  color: #fff;
  transition: opacity 0.25s;
}
.c-works-list a:hover {
  opacity: 0.75;
}
.c-works-list li {
  background: linear-gradient(90deg, #181818 0%, #222222 100%);
  height: 116px;
  width: 390px;
  float: left;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
.c-works-list li:nth-child(even) {
  margin: auto;
}
.c-works-list .work-title {
  font-size: 1rem;
  margin: auto;
  margin-left: 152px;
  line-height: 116px;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
}
.c-works-list .thumbnail {
  margin: 8px 16px 8px 8px;
  width: 152px;
  height: 100px;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-works-list .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 8px;
  margin: auto;
  right: 20px;
}

@media only screen and (max-width: 640px) {
  .c-works-list li {
    width: 100%;
    float: inherit;
    margin-bottom: 12px;
  }
}
.p-company-team {
  margin: 80px auto;
  max-width: 1120px;
}

@media only screen and (max-width: 640px) {
  .p-company-team {
    width: 100%;
    overflow: hidden;
    padding: 0 12px;
  }
}
.p-company-team__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1120px;
  margin: 24px auto;
  color: #fff;
  position: relative;
}
.p-company-team__list:before {
  content: "";
  display: block;
  width: 260px;
  order: 1;
}
.p-company-team__list:after {
  content: "";
  display: block;
  width: 260px;
}
.p-company-team__list li {
  width: 260px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .p-company-team__list {
    width: 100%;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .p-company-team__list li {
    width: 100%;
    margin: 0 auto 48px;
  }
}
/* .p-company-team__list li:last-of-type {
   margin: auto; } */
.profile-background {
  position: relative;
  padding: 10px;
  margin: -20px auto 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.p-company-team__list .profile-image {
  width: 100%;
  height: 250px;
  display: block;
  background-color: #222;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-company-team__list .profile-name-jp {
  font-size: 2.25rem;
  margin: 0 auto;
  font-weight: bold;
  /* padding: 0 8px; */
}
.p-company-team__list .profile-name-en {
  margin: 4px auto;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.p-company-team__list .profile-role {
  text-transform: uppercase;
  opacity: 0.5;
  margin: auto;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.p-company-team__list .profile-detail {
  line-height: 1.6;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.p-company-team__list .plus {
  position: absolute;
  left: -8px;
  top: -8px;
}
.p-company-team__list .team {
  position: absolute;
  right: -40px;
  top: -60px;
  z-index: -1;
}
.p-company-team__list .team-line {
  position: absolute;
  z-index: -1;
  left: -100px;
  top: 84px;
}
.p-company-team__list .grid-left {
  position: absolute;
  z-index: -1;
  left: -40px;
  top: 32px;
}
.p-company-team__list .grid-right {
  position: absolute;
  z-index: -1;
  top: 32px;
  right: -40px;
}

@media only screen and (max-width: 640px) {
  .p-company-team__list .grid-left {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-company-team__list .grid-right {
    display: none;
  }
}
.p-company-team__sublist {
  margin: 48px auto 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding-top: 48px;
}
.p-company-team__sublist:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 400px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.p-company-team__sublist .c-section-header {
  margin-bottom: 24px;
}
.p-company-team__sublist .flex-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-company-team__sublist li {
  width: 540px;
  display: inline-block;
  color: #fff;
  position: relative;
}
.p-company-team__sublist .profile-image {
  width: 180px;
  height: 180px;
  display: block;
  float: left;
  background-color: #222;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-company-team__sublist .content {
  padding-left: 12px;
  margin-left: 180px;
}
.p-company-team__sublist .profile-name-jp {
  font-size: 1.5rem;
  margin: auto;
  font-weight: bold;
}
.p-company-team__sublist .profile-name-jp:after {
  display: none;
}
.p-company-team__sublist .profile-name-en {
  margin: 4px auto;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.p-company-team__sublist .profile-name-en:after {
  display: none;
}
.p-company-team__sublist .profile-role {
  text-transform: uppercase;
  opacity: 0.5;
  margin: auto;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.p-company-team__sublist .profile-role:after {
  display: none;
}
.p-company-team__sublist .profile-detail {
  line-height: 1.6;
  font-size: 0.875rem;
}
.p-company-team__sublist .plus {
  position: absolute;
  left: -8px;
  top: -8px;
}

@media only screen and (max-width: 640px) {
  .p-company-team__sublist {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .p-company-team__sublist:before {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .p-company-team__sublist li {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .p-company-team__sublist .profile-image {
    width: 100%;
    height: 280px;
    float: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .p-company-team__sublist .content {
    padding: 0;
    margin: -16px auto 0;
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .p-company-team__sublist .profile-name-jp {
    font-size: 2.25rem;
    padding-left: 12px;
  }
}
.p-company-team__group {
  max-width: 1100px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .p-company-team__group {
    width: calc(100% + 24px);
    position: relative;
    left: -12px;
    right: -12px;
  }
}
.p-company-data {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 48px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.p-company-data.--no-border {
  border: 0;
}
.p-company-data.--no-border:before {
  display: none;
}
.p-company-data:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 400px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.p-company-data .c-section-header {
  margin-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .p-company-data {
    padding: 48px 12px;
    margin: 0 auto 48px;
  }
}
@media only screen and (max-width: 640px) {
  .p-company-data:before {
    width: 50%;
  }
}
.info-fanfiction {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 60px;
}
.info-fanfiction a {
  color: #fff;
  text-decoration: underline;
}

.p-contact__form {
  max-width: 620px;
  margin: 80px auto;
  color: #fff;
}
.p-contact__form label {
  font-weight: normal !important;
}
.p-contact__form .nf-form-fields-required {
  display: none;
}
.p-contact__form .contact-type li {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  vertical-align: middle;
}
.p-contact__form .contact-type li input[type=radio] {
  cursor: pointer;
}
.p-contact__form .contact-type li label {
  cursor: pointer;
  margin-right: 24px !important;
  line-height: 24px;
  vertical-align: middle;
}
.p-contact__form .contact-field input {
  line-height: 48px;
  outline: inherit;
  border: 0;
  border-radius: 2px;
  background-color: #303030;
  padding: 0 12px;
  color: #fff;
}
.p-contact__form .contact-content textarea {
  padding: 12px;
  outline: inherit;
  border: 0;
  border-radius: 2px;
  background-color: #303030;
  color: #fff;
  line-height: 1.6;
}
.p-contact__form .contact-submit {
  font-family: "Lato", sans-serif;
}
.p-contact__form .contact-submit input {
  height: 74px;
  line-height: 74px;
  background-color: #4eeeb1;
  width: 100% !important;
  border: 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 300;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background-color 0.25s;
}
.p-contact__form .contact-submit input:hover {
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .p-contact__form {
    padding: 0 12px;
    margin: 48px auto;
  }
}
.p-news-list {
  max-width: 940px;
  margin: 120px auto 48px;
}
.p-news-list .pagination {
  text-align: center;
  margin: 40px auto 0;
  font-size: 1rem;
  line-height: 36px;
}
.p-news-list .pagination span {
  color: #5f5f5f;
}
.p-news-list .pagination a {
  color: #fff;
  transition: color 0.25s;
}
.p-news-list .pagination a:hover {
  color: #4eeeb1;
}
.p-news-list .page-numbers {
  display: inline-block;
  margin: 0 12px;
}

@media only screen and (max-width: 640px) {
  .p-news-list {
    padding: 0 12px;
    margin-top: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .p-news-list .page-numbers {
    margin: 0 8px;
  }
}
.p-news-list__item {
  height: 180px;
  margin-bottom: 24px;
}
.p-news-list__item:last-of-type {
  margin-bottom: 0;
}
.p-news-list__item a {
  color: #fff;
  display: block;
  transition: opacity 0.25s;
}
.p-news-list__item a:hover {
  opacity: 0.75;
}
.p-news-list__item .item-image {
  height: 180px;
  width: 300px;
  float: left;
  background-color: #222;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-news-list__item .item-content {
  height: 180px;
  width: 640px;
  float: left;
  background: linear-gradient(90deg, #181818 0%, #222222 100%);
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.p-news-list__item .item-date {
  font-size: 0.75rem;
  opacity: 0.5;
  position: absolute;
  right: 12px;
  top: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.p-news-list__item .item-date .dots {
  height: 8px;
  margin-right: 4px;
}
.p-news-list__item .item-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 16px auto 8px;
}
.p-news-list__item .item-details {
  margin: auto;
  line-height: 1.6;
  font-size: 0.875rem;
  word-wrap: break-word;
}

@media only screen and (max-width: 640px) {
  .p-news-list__item {
    height: auto;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .p-news-list__item .item-image {
    float: inherit;
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .p-news-list__item .item-content {
    width: 100%;
    height: auto;
    float: inherit;
  }
}
.p-news-detail__content {
  max-width: 940px;
  margin: auto;
  color: #fff;
  padding: 48px 0;
}
.p-news-detail__content a {
  color: #4eeeb1;
}
.p-news-detail__content img {
  margin: 24px auto;
  width: 100%;
  height: auto;
}
.p-news-detail__content p {
  line-height: 1.6;
  font-size: 0.875rem;
}
.p-news-detail__content .news-title {
  text-align: center;
  font-size: 2.25rem;
  margin: auto;
}
.p-news-detail__content .news-date {
  text-align: center;
  display: block;
  opacity: 0.6;
  font-size: 0.75rem;
}

@media only screen and (max-width: 640px) {
  .p-news-detail__content {
    padding: 0 12px;
    margin: 24px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .p-news-detail__content .news-title {
    font-size: 1.5rem;
  }
}
.p-news-detail__related {
  margin: 48px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 940px;
  padding: 48px 0;
}
.p-news-detail__related .list {
  margin: 24px auto;
}
.p-news-detail__related .list a {
  display: block;
  color: #fff;
  transition: opacity 0.25s;
  overflow: auto;
}
.p-news-detail__related .list a:hover {
  opacity: 0.75;
}
.p-news-detail__related .list li {
  background: linear-gradient(90deg, #181818 0%, #222222 100%);
  height: 116px;
  width: 460px;
  float: left;
  margin-right: 20px;
  position: relative;
  padding-right: 52px;
  box-sizing: border-box;
}
.p-news-detail__related .list li:last-of-type {
  margin: auto;
}
.p-news-detail__related .list .title {
  font-size: 1rem;
  margin: 32px auto 0;
  line-height: 1.6;
  max-height: 3.2em;
  word-wrap: normal;
  overflow-y: hidden;
}
.p-news-detail__related .list .thumbnail {
  margin: 8px 16px 8px 8px;
  width: 152px;
  height: 100px;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-news-detail__related .list .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 8px;
  margin: auto;
  right: 20px;
}

@media only screen and (max-width: 640px) {
  .p-news-detail__related {
    width: 100%;
    padding: 48px 12px;
  }
}
@media only screen and (max-width: 640px) {
  .p-news-detail__related .list li {
    width: 100%;
    float: inherit;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .p-news-detail__related .list .title {
    font-size: 0.75rem;
  }
}
.p-recruit-values {
  max-width: 1100px;
  margin: auto;
  padding: 48px 0;
  color: #fff;
}
.p-recruit-values .c-section-header {
  margin-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .p-recruit-values {
    padding: 48px 12px;
  }
}
.p-recruit-values__list {
  max-width: 700px;
  margin-left: 48px;
}
.p-recruit-values__list li {
  margin-bottom: 24px;
}
.p-recruit-values__list li:last-of-type {
  margin-bottom: 0;
}
.p-recruit-values__list .subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  margin: 0 auto 4px;
}
.p-recruit-values__list .title {
  font-size: 1.25rem;
  margin: auto;
}
.p-recruit-values__list .details {
  margin: 8px auto 0;
  font-size: 0.875rem;
  opacity: 0.6;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  .p-recruit-values__list {
    margin-left: 0;
  }
  .p-recruit-values__list br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-recruit-values__list .title {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .p-recruit-values__list .details {
    margin: auto;
  }
}
.p-recruit-workstyle {
  max-width: 1100px;
  margin: auto;
  color: #fff;
}
.p-recruit-workstyle .c-section-header {
  margin-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .p-recruit-workstyle {
    padding: 0 12px;
  }
}
.p-recruit-workstyle__list {
  max-width: 972px;
  margin: auto;
}
.p-recruit-workstyle__list li {
  max-width: 300px;
  height: 160px;
  float: left;
  margin: 0 12px 16px;
}
.p-recruit-workstyle__list .title {
  color: #ee6f82;
  margin: auto;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-recruit-workstyle__list .detail {
  font-size: 0.875rem;
  opacity: 0.6;
  line-height: 1.6;
  margin: 4px auto 0;
}

@media only screen and (max-width: 640px) {
  .p-recruit-workstyle__list li {
    margin: 0 auto 24px;
    height: auto;
    max-width: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .p-recruit-workstyle__list .title {
    margin: auto;
  }
}
.p-recruit-careers {
  max-width: 1100px;
  margin: auto;
  padding: 48px 0;
}
.p-recruit-careers .c-section-header {
  margin-bottom: 24px;
}

@media only screen and (max-width: 640px) {
  .p-recruit-careers {
    padding: 48px 12px;
  }
}
.p-recruit-careers__list {
  max-width: 820px;
  margin: auto;
  min-height: 800px;
  color: #fff;
  position: relative;
}
.p-recruit-careers__list .label {
  position: absolute;
  left: -64px;
}
.p-recruit-careers__list li {
  position: relative;
  margin-bottom: 16px;
}
.p-recruit-careers__list li:last-of-type {
  margin: auto;
}
.p-recruit-careers__list .content {
  background: linear-gradient(90deg, #181818 0%, #222222 100%);
  width: 543px;
  display: block;
  height: 72px;
  position: relative;
  float: left;
  padding: 0 16px;
  box-sizing: border-box;
}
.p-recruit-careers__list .content:before {
  content: "";
  background-color: #ee6f82;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.p-recruit-careers__list .title {
  line-height: 72px;
  margin: auto;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.p-recruit-careers__list .tag {
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  display: inline-block;
  background-color: #0e0e0e;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  margin-right: 4px;
  opacity: 0.5;
}
.p-recruit-careers__list .tag img {
  height: 10px;
  margin-right: 4px;
}
.p-recruit-careers__list a.link {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  float: left;
  margin: auto;
  margin-left: 14px;
  box-sizing: border-box;
  height: 72px;
  display: block;
  width: 254px;
  line-height: 72px;
  color: #000;
  background-color: #fff;
  transition: all 0.25s;
  padding: 0 24px;
  position: relative;
  font-size: 0.875rem;
}
.p-recruit-careers__list a.link:hover {
  background-color: #ee6f82;
}
.p-recruit-careers__list a.link:hover img {
  opacity: 1;
}
.p-recruit-careers__list a.link img {
  position: absolute;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  opacity: 0.5;
  transition: opacity 0.25s;
}

@media only screen and (max-width: 640px) {
  .p-recruit-careers__list li {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .p-recruit-careers__list .content {
    width: 100%;
    float: inherit;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .p-recruit-careers__list .tag {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-recruit-careers__list a.link {
    width: 100%;
    margin: auto;
  }
}
.p-service-service {
  width: 1100px;
  margin: 80px auto;
}

@media only screen and (max-width: 640px) {
  .p-service-service {
    width: 100%;
    padding: 0 12px;
  }
}
.p-service-service__inner {
  color: #fff;
  max-width: 800px;
  margin: auto;
}
.p-service-service__inner .service-intro {
  font-size: 0.875rem;
  opacity: 0.6;
  line-height: 1.6;
}
.p-service-service__inner .service-video {
  margin: 24px auto;
}
.p-service-service__inner .service-list {
  margin-top: 48px;
}
.p-service-service__inner .service-list li {
  margin-bottom: 24px;
}
.p-service-service__inner .service-list li .spwn-logo {
  width: 250px;
}
.p-service-service__inner .service-list .title {
  font-size: 1.5rem;
  margin: auto;
}
.p-service-service__inner .service-list .detail {
  font-size: 0.875rem;
  opacity: 0.6;
  line-height: 1.6;
  margin: 8px auto 0;
}
.p-service-service__inner .service-list .detail a {
  color: #4eeeb1;
}

@media only screen and (max-width: 640px) {
  .p-service-service__inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .p-service-service__inner .service-video {
    height: auto;
    width: 300px;
    max-width: inherit;
  }
  .p-service-service__inner .service-video iframe {
    width: 300px;
    height: 178px;
  }
}
@media only screen and (max-width: 640px) {
  .p-service-service__inner .service-list .title {
    font-size: 1.25rem;
  }
}
.p-service-section {
  max-width: 1120px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding-top: 48px;
}
.p-service-section:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 200px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 640px) {
  .p-service-section {
    width: 100%;
    padding: 24px 12px 0;
  }
}
@media only screen and (max-width: 640px) {
  .p-service-section:before {
    width: 50%;
  }
}
.p-works-list {
  color: #fff;
  max-width: 940px;
  margin: 64px auto;
  min-height: 1024px;
  position: relative;
}
.p-works-list .list-text {
  height: 958px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -100px;
  position: absolute;
}
.p-works-list .pagination {
  text-align: center;
  margin: 80px auto 0;
  font-size: 1rem;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.6);
}
.p-works-list .pagination a {
  color: #fff;
  transition: color 0.25s;
}
.p-works-list .pagination a:hover {
  color: #4eeeb1;
}
.p-works-list .page-numbers {
  display: inline-block;
  margin: 0 12px;
}

@media only screen and (max-width: 640px) {
  .p-works-list {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-list .pagination {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-list .page-numbers {
    margin: 0 8px;
  }
}
.p-works-list__item {
  position: relative;
  margin-bottom: 120px;
  transition: opacity 0.25s;
}
.p-works-list__item:last-of-type {
  margin-bottom: 0;
}
.p-works-list__item:hover {
  opacity: 0.75;
}
.p-works-list__item a {
  color: #fff;
}
.p-works-list__item .item-image {
  width: 100%;
  height: 440px;
  background-color: #222;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.p-works-list__item .item-content {
  width: 620px;
  margin: auto;
  background: linear-gradient(90deg, #181818 0%, #222222 100%);
  padding: 16px 24px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
.p-works-list__item .item-title {
  font-size: 1.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 auto 4px;
}
.p-works-list__item .item-detail {
  font-size: 0.875rem;
  margin: auto;
  line-height: 1.6;
  opacity: 0.6;
}
.p-works-list__item .grid-left {
  width: 210px;
  position: absolute;
  left: -40px;
  bottom: -40px;
}
.p-works-list__item .grid-right {
  width: 210px;
  position: absolute;
  right: -40px;
  top: -40px;
}
.p-works-list__item .item-categories {
  padding-top: 8px;
}
.p-works-list__item .item-categories li {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.6;
  opacity: 0.6;
  margin-right: 8px;
  color: #4eeeb1;
}

@media only screen and (max-width: 640px) {
  .p-works-list__item {
    padding: 0 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-list__item:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-list__item .item-image {
    height: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-list__item .item-content {
    width: 100%;
    position: relative;
    bottom: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-list__item .grid-left {
    width: 105px;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-list__item .grid-right {
    width: 105px;
  }
}
.p-works-detail__links {
  height: 36px;
  margin: 0 auto 24px;
}
.p-works-detail__links li {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  margin-right: 24px;
}
.p-works-detail__links a {
  color: #4eeeb1;
  display: block;
  transition: opacity 0.25s;
}
.p-works-detail__links a:hover {
  opacity: 0.75;
}
.p-works-detail__links .icon {
  height: 36px;
  display: inline-block;
  margin: 0 8px 0 0;
  width: auto;
}
.p-works-detail__links span {
  display: inline-block;
  line-height: 36px;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .p-works-detail__links {
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-detail__links li {
    line-height: 24px;
    height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-detail__links .icon {
    height: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-detail__links span {
    line-height: 24px;
  }
}
.p-works-detail__content {
  max-width: 940px;
  margin: auto;
  color: #fff;
  padding: 48px 0;
}
.p-works-detail__content a {
  color: #4eeeb1;
}
.p-works-detail__content img {
  margin: 24px auto;
  width: 100%;
  height: auto;
}
.p-works-detail__content p {
  line-height: 1.6;
  font-size: 0.875rem;
}
.p-works-detail__content .works-title {
  text-align: center;
  font-size: 2.25rem;
  margin: auto;
}
.p-works-detail__content .wp_social_bookmarking_light {
  display: none;
}

@media only screen and (max-width: 640px) {
  .p-works-detail__content {
    padding: 0 12px;
    margin: 24px auto 0;
  }
}
.p-works-detail__related {
  margin: 48px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 940px;
  padding: 48px 0;
}
.p-works-detail__related .list {
  margin: 24px auto;
}
.p-works-detail__related .list a {
  display: block;
  color: #fff;
  transition: opacity 0.25s;
}
.p-works-detail__related .list a:hover {
  opacity: 0.75;
}
.p-works-detail__related .list li {
  background: linear-gradient(90deg, #181818 0%, #222222 100%);
  height: 116px;
  width: 460px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.p-works-detail__related .list li:last-of-type {
  margin: auto;
}
.p-works-detail__related .list .title {
  font-size: 1.5rem;
  margin: auto;
  line-height: 116px;
}
.p-works-detail__related .list .thumbnail {
  margin: 8px 16px 8px 8px;
  width: 152px;
  height: 100px;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-works-detail__related .list .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 8px;
  margin: auto;
  right: 20px;
}

@media only screen and (max-width: 640px) {
  .p-works-detail__related {
    width: 100%;
    padding: 48px 12px;
  }
}
@media only screen and (max-width: 640px) {
  .p-works-detail__related .list li {
    width: 100%;
    float: inherit;
    margin-bottom: 12px;
  }
}
.p-top-header {
  padding: 40px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .p-top-header {
    padding: 12px 0 0;
  }
}
.p-top-header__arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  width: 6px;
  margin: auto;
  border-bottom: 12px;
}

@media only screen and (max-width: 640px) {
  .p-top-header__arrow {
    display: none;
  }
}
.p-top-header__inner {
  width: 1360px;
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.p-top-header__inner .content {
  position: absolute;
  left: 200px;
  top: 348px;
  color: #fff;
}
.p-top-header__inner .content .grid {
  position: absolute;
  height: 212px;
  z-index: 1;
  top: -30px;
  left: -60px;
  opacity: 0.7;
}
.p-top-header__inner .content .line {
  position: absolute;
  height: 285px;
  z-index: 1;
  top: -130px;
  left: -159px;
  opacity: 0.7;
}
.p-top-header__inner .content .dots {
  position: absolute;
  height: 20px;
  z-index: 1;
  top: -48px;
  left: -78px;
}
.p-top-header__inner .subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 3rem;
  margin: auto;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.p-top-header__inner .title {
  font-size: 1.5rem;
  margin: auto;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.p-top-header__inner .rule-left {
  height: 220px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top-header__inner .rule-right {
  height: 220px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top-header__inner .corner-right {
  bottom: 12px;
  right: 12px;
  position: absolute;
}
.p-top-header__inner .corner-left {
  top: 12px;
  left: 12px;
  position: absolute;
}

@media only screen and (max-width: 640px) {
  .p-top-header__inner {
    width: 100%;
    background-position: top center;
    background-size: auto 200px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner iframe {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner .content {
    top: inherit;
    bottom: 48px;
    left: 0;
    right: 0;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner .content .grid {
    height: 100px;
    left: 0;
    top: -10px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner .content .line {
    height: 140px;
    left: -40px;
    top: -20px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner .subtitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner .title {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner .rule-left {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner .rule-right {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner .corner-left {
    top: 4px;
    left: 8px;
  }
}
.p-top-news {
  padding: 80px 0;
}

@media only screen and (max-width: 640px) {
  .p-top-news {
    padding: 24px 12px 0;
  }
}
.p-top-news__inner {
  max-width: 1100px;
  margin: auto;
}
.p-top-news__inner .news-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 24px auto 40px;
  padding-top: 24px;
  text-align: center;
}
.p-top-news__inner .news-list .title {
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: underline;
  margin: auto;
}
.p-top-news__inner .news-list .date {
  font-size: 0.875rem;
  margin: 0 auto 8px;
  opacity: 0.5;
}
.p-top-news__inner .news-list a {
  color: #fff;
  display: block;
  transition: opacity 0.25s;
}
.p-top-news__inner .news-list a:hover {
  opacity: 0.75;
}
.p-top-news__inner .news-list li {
  text-align: left;
  width: 300px;
  margin: 0 20px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .p-top-news__inner .news-list li {
    width: auto;
    display: block;
    margin: 0 auto 24px;
  }
}
.p-top-process {
  height: 600px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .p-top-process {
    height: auto;
    padding: 0 12px;
    margin: 80px auto;
    background: none !important;
    overflow: hidden;
  }
}
.p-top-process__mobile-header {
  width: 100%;
  margin-bottom: 24px;
  display: none;
}

@media only screen and (max-width: 640px) {
  .p-top-process__mobile-header {
    display: block;
  }
}
.p-top-process__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(14, 14, 14, 0.7);
  z-index: 1;
}

.p-top-process__inner {
  max-width: 1100px;
  margin: auto;
  padding-top: 140px;
  position: relative;
  z-index: 2;
}
.p-top-process__inner .c-button-more {
  position: absolute;
  bottom: -80px;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
}
.p-top-process__inner .process-grid {
  position: absolute;
  left: -80px;
  top: 100px;
  opacity: 0.4;
}
.p-top-process__inner .process-line {
  position: absolute;
  left: -100px;
  top: 40px;
  opacity: 0.6;
}
.p-top-process__inner .process-dots {
  position: absolute;
  left: -98px;
  top: 80px;
}
.p-top-process__inner .c-section-header {
  position: relative;
  z-index: 2;
}
.p-top-process__inner .details {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  .p-top-process__inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-process__inner .c-button-more {
    position: relative;
    bottom: inherit;
    background-color: transparent;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-process__inner .process-grid {
    top: 20px;
    left: inherit;
    right: 12px;
    height: 100px;
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-process__inner .process-line {
    left: inherit;
    right: 0px;
    top: 0;
    height: 140px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-process__inner .process-dots {
    left: inherit;
    right: 3px;
    top: 11px;
    height: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-process__inner .details {
    font-size: 1rem;
  }
  .p-top-process__inner .details br {
    display: none;
  }
}
.p-top-step {
  max-width: 1100px;
  margin: 120px auto;
  position: relative;
}
.p-top-step.--reverse .rule {
  left: -24px;
  right: inherit;
}
.p-top-step.--reverse .p-top-step__image {
  float: left;
}
.p-top-step.--reverse .p-top-step__content {
  right: 0;
  left: inherit;
}
.p-top-step.--reverse .grid {
  right: -36px;
  left: inherit;
}
.p-top-step.--reverse .dots {
  right: -24px;
  left: inherit;
}
.p-top-step.--reverse .number {
  left: 660px;
  right: inherit;
}
.p-top-step.--reverse .block {
  right: -40px;
  left: inherit;
}
.p-top-step.--wide {
  max-width: 100%;
}
.p-top-step.--wide .p-top-step__image {
  width: 100%;
}
.p-top-step.--wide .p-top-step__content {
  width: 780px;
  height: 180px;
  right: 0;
  top: inherit;
  bottom: 0;
}
.p-top-step.--wide .grid {
  left: 100px;
  bottom: -40px;
}
.p-top-step.--wide .dots {
  left: inherit;
  right: 116px;
  top: inherit;
  bottom: -24px;
}
.p-top-step.--wide .block {
  left: inherit;
  right: 80px;
  bottom: -20px;
  top: inherit;
}
.p-top-step.--wide .number {
  right: 0;
}
.p-top-step.--full {
  padding-bottom: 100px;
}
.p-top-step.--full .p-top-step__image {
  width: 100%;
}
.p-top-step.--full .p-top-step__content {
  width: 780px;
  height: 180px;
  right: 0;
  top: inherit;
  bottom: 0;
}
.p-top-step.--full .grid {
  left: 100px;
  bottom: -40px;
}
.p-top-step.--full .dots {
  left: inherit;
  right: 116px;
  top: inherit;
  bottom: -24px;
}
.p-top-step.--full .block {
  left: inherit;
  right: 80px;
  bottom: -20px;
  top: inherit;
}
.p-top-step.--full .number {
  right: 0;
}
.p-top-step .grid {
  position: absolute;
  left: -36px;
  bottom: 74px;
  z-index: -1;
  opacity: 0.5;
}
.p-top-step .dots {
  position: absolute;
  left: -24px;
  top: 87px;
  opacity: 0.5;
}
.p-top-step .line-1 {
  position: absolute;
  bottom: 73px;
  left: 48px;
}
.p-top-step .line-2 {
  position: absolute;
  bottom: 73px;
  right: -48px;
}
.p-top-step .line-3 {
  position: absolute;
  bottom: 20px;
  left: 23px;
}
.p-top-step .line-4,
.p-top-step .line-5 {
  position: absolute;
  bottom: -100px;
  left: 87px;
  z-index: -1;
}
.p-top-step .number {
  position: absolute;
  z-index: -1;
  right: 660px;
  bottom: 0;
}
.p-top-step .block {
  content: "";
  background-color: #fff;
  width: 200px;
  height: 40px;
  display: block;
  opacity: 0.02;
  position: absolute;
  left: -40px;
  top: 90px;
  z-index: -1;
}
.p-top-step .rule {
  height: 240px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -24px;
  position: absolute;
}
.p-top-step .rule-left {
  height: 240px;
  margin: auto;
  top: 130px;
  left: -24px;
  position: absolute;
}
.p-top-step .rule-right {
  height: 240px;
  margin: auto;
  top: 130px;
  right: -24px;
  position: absolute;
}

@media only screen and (max-width: 640px) {
  .p-top-step {
    width: 100%;
    margin: 0 auto 80px;
    overflow: hidden;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step.--reverse .p-top-step__image {
    float: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step.--wide .p-top-step__content {
    width: 100%;
    height: auto;
    bottom: inherit;
    right: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step.--wide .grid {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step.--wide .dots {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step.--wide .block {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step.--full .p-top-step__content {
    width: 100%;
    height: auto;
    bottom: inherit;
    right: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step .grid {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step .dots {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step .line-1 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step .line-2 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step .line-3 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step .line-4 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step .line-5 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step .number {
    z-index: 100;
    right: 0;
    top: 0;
    bottom: inherit;
    display: none;
  }
}
.p-top-step__inner {
  max-width: 1100px;
  margin: auto;
  position: relative;
  height: 600px;
}

@media only screen and (max-width: 640px) {
  .p-top-step__inner {
    height: auto;
  }
}
.p-top-step__image {
  width: 720px;
  height: 500px;
  background-color: #222;
  background-position: center;
  background-size: cover;
  float: right;
  position: relative;
}
.p-top-step__image .frame-top {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top-step__image .frame-bottom {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .p-top-step__image {
    width: 100%;
    height: 240px;
    float: inherit;
    overflow: hidden;
  }
}
.p-top-step__content {
  background-color: #222;
  background: linear-gradient(90deg, #181818 0%, #222222 100%);
  width: 580px;
  height: 180px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  color: #fff;
  padding: 20px;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.45);
}
.p-top-step__content .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 3rem;
  margin: auto;
  position: relative;
}
.p-top-step__content .title:before {
  content: "";
  height: 40px;
  width: 2px;
  display: block;
  position: absolute;
  left: -20px;
  background-color: #ee6f82;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top-step__content .title.--blue:before,
.p-top-step__content .title.--blue .step::after {
  background-color: #20afff;
}
.p-top-step__content .title.--blue .jp {
  color: #20afff;
}
.p-top-step__content .title.--green:before,
.p-top-step__content .title.--green .step::after {
  background-color: #4eeeb1;
}
.p-top-step__content .title.--green .jp {
  color: #4eeeb1;
}
.p-top-step__content .title.--yellow:before,
.p-top-step__content .title.--yellow .step::after {
  background-color: #f3c44a;
}
.p-top-step__content .title.--yellow .jp {
  color: #f3c44a;
}
.p-top-step__content .title.--purple:before,
.p-top-step__content .title.--purple .step::after {
  background-color: #4e4af3;
}
.p-top-step__content .title.--purple .jp {
  color: #4e4af3;
}
.p-top-step__content .title .jp {
  font-family: Yugothic, sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 56px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  color: #ee6f82;
}
.p-top-step__content .title .step {
  font-weight: 300;
  position: relative;
  margin-right: 28px;
}
.p-top-step__content .title .step:after {
  content: "";
  position: absolute;
  height: 48px;
  width: 1px;
  display: block;
  background-color: #ee6f82;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  transform: rotate(30deg);
}
.p-top-step__content .details {
  opacity: 0.6;
  font-size: 0.875rem;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  .p-top-step__content {
    width: 100%;
    height: auto;
    bottom: inherit;
    right: inherit;
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step__content .title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step__content .title:before {
    height: 24px;
    left: -12px;
    top: 4px;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step__content .title .jp {
    font-size: 1.25rem;
    line-height: 32px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step__content .title .step {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step__content .title .step:after {
    height: 32px;
    right: -12px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-step__content .details {
    margin: auto;
  }
}
.p-top-works {
  max-width: 1100px;
  margin: 200px auto 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.p-top-works .c-button-more {
  margin: 64px auto;
}

@media only screen and (max-width: 640px) {
  .p-top-works .c-button-more {
    margin: 24px auto;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-works {
    margin-top: 0;
    padding: 24px 12px 0;
  }
}
.p-top-works__list {
  max-width: 960px;
  margin: 40px auto 0;
  position: relative;
}
.p-top-works__list a {
  color: #fff;
  display: block;
  transition: opacity 0.25s;
}
.p-top-works__list a:hover {
  opacity: 0.75;
}
.p-top-works__list li {
  width: 460px;
  height: 460px;
  float: left;
  display: block;
  margin: 0 10px;
  background: linear-gradient(90deg, #181818 0%, #222222 100%);
  position: relative;
}
.p-top-works__list .image {
  height: 280px;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
}
.p-top-works__list .content {
  padding: 16px;
}
.p-top-works__list .title {
  margin: 0 auto 4px;
  font-weight: bold;
  font-size: 1.5rem;
}
.p-top-works__list .details {
  margin: auto;
  font-size: 0.875rem;
  opacity: 0.6;
  line-height: 1.6;
}
.p-top-works__list .grid-left {
  position: absolute;
  left: -40px;
  bottom: -24px;
}
.p-top-works__list .grid-right {
  position: absolute;
  top: -24px;
  right: -40px;
}
.p-top-works__list .type {
  width: 958px;
  height: 146px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  display: block;
}

@media only screen and (max-width: 640px) {
  .p-top-works__list li {
    width: 100%;
    height: auto;
    margin: 0 auto 48px;
    float: inherit;
  }
  .p-top-works__list li:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-works__list .image {
    height: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-works__list .grid-left {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-works__list .grid-right {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .p-top-works__list .type {
    display: none;
  }
}
/**
 * 20200828_追加
 */
.p-recruit-classification {
  position: relative;
  margin-bottom: 48px;
}
.p-recruit-classification:last-of-type {
  margin-bottom: 0;
}
.p-recruit-classification .p-recruit-careers__header {
  max-width: 820px;
  margin: 0 auto 24px;
}
.p-recruit-classification .p-recruit-careers__header p {
  font-family: "Lato", sans-serif;
  margin: 0;
  color: #fff;
}
.p-recruit-classification .p-recruit-careers__header .header {
  padding: 8px 16px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  border-left: 3px solid #ee6f82;
}
.p-recruit-classification .p-recruit-careers__header .subtext {
  font-size: 14px;
  line-height: 1.5em;
}
.p-recruit-classification .p-recruit-careers__list {
  min-height: auto;
}
@media only screen and (max-width: 640px) {
  .p-recruit-classification .p-recruit-careers__list li:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.p-recruit-classification .p-recruit-careers__list .content {
  padding: 0 24px;
}

/**
 * 20201109_追加
 */
#list-of-precautions .bold {
  font-weight: bold;
  margin-bottom: 8px;
}
#list-of-precautions .list-of-precautions__header {
  margin-bottom: 40px;
  color: #fff;
}
#list-of-precautions .list-of-precautions__header p {
  margin: 0;
  line-height: 1.5em;
}
#list-of-precautions .list-of-precautions__header .header {
  margin-bottom: 8px;
  font-size: 24px;
}
#list-of-precautions .list-of-precautions__header .text {
  font-size: 16px;
}
#list-of-precautions dl {
  color: #fff;
  letter-spacing: 1px;
}
#list-of-precautions dl:not(:last-child) {
  margin: 0 0 40px;
}
#list-of-precautions dt {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
#list-of-precautions dd {
  padding-left: 1em;
  margin: 0 0 0 0;
  font-size: 14px;
  text-indent: -1em;
  line-height: 1.8em;
}
#list-of-precautions dd.no-indent {
  padding-left: 0;
  text-indent: 0;
}

/**
 * 20201109_追加
 */
.p-top-header__inner {
  height: 680px;
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner {
    height: 390px;
    background-image: url("img/top/header_main_image_sp.jpg");
  }
}
.p-top-header__inner #intro-image {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  margin: auto;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner #intro-image {
    display: none !important;
  }
}
.p-top-header__inner .content .text {
  position: relative;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .p-top-header__inner .content .text {
    display: block;
  }
}

/**
 * 20210129_追加
 */
.p-recruit-slide {
  max-width: 1100px;
  margin: auto;
  padding: 0 0 48px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .p-recruit-slide {
    padding: 0 12px 48px;
  }
}
.p-recruit-slide .slide {
  max-width: 700px;
  margin-left: 48px;
}
@media only screen and (max-width: 640px) {
  .p-recruit-slide .slide {
    margin-left: 0;
  }
}

/**
 * 20210510_追加
 */
.p-news-nav {
  display: flex;
  max-width: 940px;
  margin: 120px auto 0;
}
@media only screen and (max-width: 640px) {
  .p-news-nav {
    padding: 0 12px;
    margin-top: 80px;
  }
}
.p-news-nav li {
  border: 2px solid #fff;
}
.p-news-nav li:not(:last-child) {
  margin-right: 16px;
}
.p-news-nav a {
  display: block;
  padding: 8px 16px;
  color: #fff;
  font-size: 14px;
}
.p-news-nav a:hover {
  color: #0e0e0e;
  background-color: #fff;
}

.p-news-list {
  margin-top: 24px;
}/*# sourceMappingURL=style.css.map */