@charset "UTF-8";
/** VARIABLES
 *=================================== */
/** RESET AND LAYOUT
 *=================================== */
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .bx-wrapper img {
    max-width: 100%;
    display: block; }

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome) */
  -webkit-perspective: 1000; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0); }

/** THEME
 *=================================== */
.bx-wrapper {
  /* -moz-box-shadow: 0 0 5px #ccc;
   *-webkit-box-shadow: 0 0 5px #ccc;
   *box-shadow: 0 0 5px #ccc; */ }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%; }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("/images/ui_renewal/bx_loader.gif") center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px; }
    .bx-wrapper .bx-pager.bx-default-pager a {
      background: #F0F0F0;
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      outline: 0;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #FD7748; }
  .bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline; }
  .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0; }
  .bx-wrapper .bx-prev {
    left: 0;
    background: #fff;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/ui_renewal/slider_back.svg"); }
  .bx-wrapper .bx-next {
    right: 0;
    background: #fff;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/ui_renewal/slider_next.svg"); }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: -44px;
    outline: 0;
    width: 60px;
    height: 40px;
    text-indent: -9999px;
    z-index: 100;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15); }
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none; }
  .bx-wrapper .bx-controls-auto {
    text-align: center; }
    .bx-wrapper .bx-controls-auto .bx-start {
      display: block;
      text-indent: -9999px;
      width: 10px;
      height: 11px;
      outline: 0;
      background: url("images/ui_renewal/controls.png") -86px -11px no-repeat;
      margin: 0 3px; }
      .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
        background-position: -86px 0; }
    .bx-wrapper .bx-controls-auto .bx-stop {
      display: block;
      text-indent: -9999px;
      width: 9px;
      height: 11px;
      outline: 0;
      background: url("images/ui_renewal/controls.png") -86px -44px no-repeat;
      margin: 0 3px; }
      .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
        background-position: -86px -33px; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }
    .bx-wrapper .bx-caption span {
      color: #fff;
      font-family: Arial;
      display: block;
      font-size: 0.85em;
      padding: 10px; }

/* LOADER */
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
* {
  box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', 'Noto Sans Japanese', "Helvetica Neue", Verdana, Meiryo, 'Quicksand', sans-serif;
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  text-align: left;
  margin: 0; }
  body.-fixed {
    overflow: hidden; }

a,
a:active {
  text-decoration: none;
  color: #000; }
  a:hover,
  a:active:hover {
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

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

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none; }

input {
  border: none; }

img {
  max-width: 100%; }

/*! 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.
 */
html {
  -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 */
  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; }

/**
 * 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 */ }

/**
 * 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; }

* {
  -webkit-appearance: none; }

.column {
  width: 1200px;
  overflow: auto;
  margin: auto; }
  .column.-margin-top {
    margin-top: 48px; }

.column__top {
  width: 1200px;
  margin: auto; }

.column__left {
  float: left; }

.l-column-max {
  width: 100%;
  margin: auto; }

.l-column-wide {
  width: 1200px;
  margin: auto; }
  @media (max-width: 768px) {
    .l-column-wide {
      width: 100%; } }

.l-column-default {
  width: 1000px;
  margin: auto; }
  .l-column-default:after {
    content: "";
    clear: both;
    display: table; }
  @media (max-width: 768px) {
    .l-column-default {
      width: 100%; }
      .l-column-default.\--mobile-margin {
        margin-top: 80px; } }

@media (max-width: 768px) {
  .l-column-mobile {
    padding: 0 12px;
    box-sizing: border-box; } }

.l-column__left {
  width: 700px;
  float: left; }

.l-column__side {
  width: 460px;
  float: right; }

.l-column__side-300 {
  width: 300px;
  float: right; }

.l-column-small {
  width: 640px;
  margin: auto; }
  .l-column-small.\--left {
    float: left;
    border-right: 1px solid #eee;
    padding-right: 36px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .l-column-small.\--left {
        float: inherit;
        border-right: none;
        padding: 0 12px; } }
  @media (max-width: 768px) {
    .l-column-small {
      float: inherit;
      width: 100%;
      padding: 0 12px;
      box-sizing: border-box; } }

@media (max-width: 768px) {
  .l-column-mobile {
    padding: 0 12px; } }

.l-column__left {
  width: 700px;
  float: left; }

.l-column__side {
  width: 460px;
  float: right; }

.l-column-med {
  width: 800px;
  margin: auto; }
  @media (max-width: 768px) {
    .l-column-med {
      float: inherit;
      width: 100%;
      padding: 0 12px;
      box-sizing: border-box; } }

.l-column-help {
  width: 324px;
  float: right; }
  @media (max-width: 768px) {
    .l-column-help {
      width: 100%;
      float: inherit;
      padding: 0 12px;
      box-sizing: border-box;
      border-top: 1px solid #eee; } }

.column__sidebar {
  float: right;
  width: 320px;
  padding: 0; }

.column__sidebar_status {
  width: 100%;
  padding: 16px 16px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0; }
  .column__sidebar_status hr {
    outline: inherit;
    border: 0;
    height: 1px;
    background-color: #f0f0f0;
    margin: 12px 0; }

.column__sidebar_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4c4c4c; }
  .column__sidebar_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .column__sidebar_radio .-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%; }
    .column__sidebar_radio .-checkmark::after {
      content: "";
      position: absolute;
      display: none; }

.column__sidebar_radio:hover input ~ .-checkmark {
  background-color: #e1e1e1; }

.column__sidebar_radio input:checked ~ .-checkmark {
  background-color: #fd7748; }

.column__sidebar_radio input:checked ~ .-checkmark:after {
  display: block; }

.column__sidebar_radio .-checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

.column__sidebar_status-label {
  font-size: 16px;
  color: #fd7748;
  margin: 0 auto 8px; }

.column__sidebar_status-message {
  font-size: 14px;
  line-height: 1.8;
  vertical-align: middle;
  margin: 4px 0 2px; }
  .column__sidebar_status-message a {
    text-decoration: none;
    color: #fd7748; }
  .column__sidebar_status-message img {
    vertical-align: middle;
    width: 20px;
    margin-right: 4px;
    position: relative;
    top: -2px; }

.column__sidebar_status-title {
  font-size: 12px;
  color: #4c4c4c;
  margin-bottom: 2px; }

.column__sidebar_status-complete {
  width: 280px;
  height: 40px;
  border: 1px solid #eeeeee;
  margin-bottom: 8px; }
  .column__sidebar_status-complete.-c0 {
    border-color: #eb5757; }
    .column__sidebar_status-complete.-c0 .-inner {
      width: 100%;
      background-color: none;
      color: #eb5757; }
  .column__sidebar_status-complete.-c10 {
    border-color: #eb5757; }
    .column__sidebar_status-complete.-c10 .-inner {
      width: 10%;
      background-color: #eb5757; }
  .column__sidebar_status-complete.-c20 {
    border-color: #eb5757; }
    .column__sidebar_status-complete.-c20 .-inner {
      width: 20%;
      background-color: #eb5757; }
  .column__sidebar_status-complete.-c30 {
    border-color: #eb5757; }
    .column__sidebar_status-complete.-c30 .-inner {
      width: 30%;
      background-color: #eb5757; }
  .column__sidebar_status-complete.-c40 {
    border-color: #eb5757; }
    .column__sidebar_status-complete.-c40 .-inner {
      width: 40%;
      background-color: #eb5757; }
  .column__sidebar_status-complete.-c50 {
    border-color: #eb5757; }
    .column__sidebar_status-complete.-c50 .-inner {
      width: 50%;
      background-color: #eb5757; }
  .column__sidebar_status-complete.-c60 {
    border-color: #00c7bd; }
    .column__sidebar_status-complete.-c60 .-inner {
      width: 60%;
      background-color: #00c7bd; }
  .column__sidebar_status-complete.-c70 {
    border-color: #00c7bd; }
    .column__sidebar_status-complete.-c70 .-inner {
      width: 70%;
      background-color: #00c7bd; }
  .column__sidebar_status-complete.-c80 {
    border-color: #00c7bd; }
    .column__sidebar_status-complete.-c80 .-inner {
      width: 80%;
      background-color: #00c7bd; }
  .column__sidebar_status-complete.-c90 {
    border-color: #00c7bd; }
    .column__sidebar_status-complete.-c90 .-inner {
      width: 90%;
      background-color: #00c7bd; }
  .column__sidebar_status-complete.-c100 {
    border-color: #00c7bd; }
    .column__sidebar_status-complete.-c100 .-inner {
      width: 100%;
      background-color: #00c7bd; }
  .column__sidebar_status-complete .-inner {
    height: 40px;
    display: block;
    line-height: 40px;
    color: white;
    height: 40px;
    display: inline-block;
    padding-left: 16px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px; }

.column__sidebar_status-complete-text {
  font-size: 14px;
  margin: 4px auto;
  color: #eb5757; }
  .column__sidebar_status-complete-text.-c40 {
    color: #eb5757; }
  .column__sidebar_status-complete-text.-c60 {
    color: #2d9cdb; }
  .column__sidebar_status-complete-text.-c100 {
    color: #00c7bd; }

.column__sidebar_task {
  font-size: 12px;
  color: #4c4c4c; }
  .column__sidebar_task.-done {
    text-decoration: line-through; }
  .column__sidebar_task .-check {
    display: inline-block;
    margin-right: 8px; }
    .column__sidebar_task .-check:after {
      content: "";
      display: block;
      width: 4px;
      height: 8px;
      border: solid #00c7bd;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }

.column__sidebar_task-button {
  height: 40px;
  display: block;
  border: 1px solid #00c7bd;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: rgba(0, 199, 189, 0.2);
  transition: background-color 0.25s;
  text-align: center;
  color: #00c7bd;
  text-decoration: none;
  font-weight: bold;
  line-height: 40px;
  font-size: 14px;
  width: 280px;
  margin-top: 4px; }
  .column__sidebar_task-button:hover {
    background-color: rgba(0, 199, 189, 0.4); }

.column__sidebar_notice {
  margin: 32px 0;
  padding: 0 16px; }

.column__sidebar_notice-title {
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
  margin: 0 0 2px; }

.column__sidebar_notice-list {
  padding: 8px 0 0;
  margin: 0;
  list-style: none; }
  .column__sidebar_notice-list li {
    margin-bottom: 8px; }
  .column__sidebar_notice-list a {
    text-decoration: none;
    transition: opacity 0.25s;
    display: block; }
    .column__sidebar_notice-list a:hover {
      opacity: 0.75; }
  .column__sidebar_notice-list .-date {
    font-size: 12px;
    display: block;
    color: #4c4c4c;
    opacity: 0.6; }
  .column__sidebar_notice-list .-title {
    font-size: 14px;
    color: #fd7748;
    font-weight: bold; }

.column__sidebar_button-list {
  list-style: none;
  width: 300px;
  padding: 0;
  margin: auto; }
  .column__sidebar_button-list li {
    padding: 0;
    margin-bottom: 8px; }
  .column__sidebar_button-list a {
    width: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    color: white; }

.column__sidebar_button-email {
  background-color: #fd7748;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%); }

.column__sidebar_button-facebook {
  background-color: #4568b2; }

.column__sidebar_button-twitter {
  background-color: #1da1f2; }

.column__sidebar_about {
  width: 300px;
  height: 280px;
  margin: auto;
  background-color: #f0f0f0; }

.column__sidebar_banner {
  width: 300px;
  margin: 8px auto;
  display: block; }

.l-divide {
  display: block;
  margin-bottom: 12px; }
  .l-divide:after {
    content: "";
    clear: both;
    display: table; }

section.l-divide:last-of-type {
  margin-bottom: 0; }

.l-divide-2 {
  width: 50%;
  float: left; }
  .l-divide-2.\--padded {
    padding-left: 24px;
    box-sizing: border-box;
    position: relative; }
  @media (max-width: 768px) {
    .l-divide-2.\--sp-divide-1 {
      width: 100%;
      float: inherit; } }

.l-divide-4 {
  width: 25%;
  float: left; }
  .l-divide-4.\--padded {
    padding-left: 24px;
    box-sizing: border-box;
    position: relative; }
  @media (max-width: 768px) {
    .l-divide-4.\--sp-divide-2 {
      width: 50%; } }

.l-divide-at {
  position: absolute;
  left: 4px;
  line-height: 36px;
  margin: auto;
  color: #4c4c4c; }

.l-divide-mail-at {
  position: relative;
  left: 285px;
  top: -36px;
  line-height: 36px;
  margin: auto;
  color: #4c4c4c; }

.l-divide-small {
  width: 64px;
  float: left;
  margin-left: 16px; }

.sp-only {
  display: none !important; }

.l-divide-2-mail {
  height: 35px; }

* {
  box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', 'Noto Sans Japanese', "Helvetica Neue", Verdana, Meiryo, 'Quicksand', sans-serif;
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  text-align: left;
  margin: 0; }
  body.-fixed {
    overflow: hidden; }

a,
a:active {
  text-decoration: none;
  color: #000; }
  a:hover,
  a:active:hover {
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

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

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none; }

input {
  border: none; }

img {
  max-width: 100%; }

.c-alert__box {
  padding: 16px 16px 13px 16px;
  background: #fff1f1;
  border-radius: 3px; }

.c-alert__title {
  padding: 0 0 0 36px;
  margin: 0 0 10px 0;
  background: url("/images/ui_renewal/icon_error.svg") 0 center no-repeat;
  background-size: 24px 24px;
  font-weight: bold;
  font-size: 1rem;
  color: #e61919; }

.c-alert__list {
  margin: 0 0 3px 36px;
  font-size: 0.875rem; }

.c-alert__form-error {
  background: #fff1f1;
  border: 1px solid #e61919; }

.c-alert__form-info {
  margin-top: 8px;
  line-height: 1rem;
  color: #e61919;
  font-weight: bold;
  font-size: 0.875rem; }

.c-alert__message {
  position: relative;
  top: 10px;
  left: -280px; }

.c-alert__textbox_message {
  position: relative;
  top: -8px; }

.c-banner-header {
  width: 100%;
  position: relative; }
  @media (max-width: 768px) {
    .c-banner-header {
      margin: 50px auto 24px; } }

.c-banner-header__background {
  background: rgba(0, 199, 189, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: -48px;
  height: 224px;
  z-index: 0;
  pointer-events: none; }
  @media (max-width: 768px) {
    .c-banner-header__background {
      display: none; } }

.c-banner-header__banner {
  width: 1200px;
  margin: auto;
  display: block;
  border-radius: 4px;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .c-banner-header__banner {
      width: 100%;
      border-radius: 0; } }

.c-breadcrumbs {
  height: 48px;
  background-color: rgba(253, 119, 72, 0.05);
  min-width: 1200px; }
  .c-breadcrumbs.\--white {
    background-color: #fff; }
  .c-breadcrumbs.\--blue {
    background-color: #fff; }
    .c-breadcrumbs.\--blue .c-breadcrumbs__inner ul {
      color: #00c7bd; }
    .c-breadcrumbs.\--blue .c-breadcrumbs__inner a {
      color: #00c7bd; }
  @media (max-width: 768px) {
    .c-breadcrumbs {
      display: none; } }

.c-breadcrumbs__inner {
  margin: auto;
  line-height: 48px;
  width: 1200px;
  position: relative; }
  .c-breadcrumbs__inner .title {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 0.75rem;
    line-height: 48px;
    position: absolute;
    display: inline-block;
    color: rgba(76, 76, 76, 0.6); }
  .c-breadcrumbs__inner .link {
    color: #fd7748; }
  .c-breadcrumbs__inner .link:hover {
    color: #4c4c4c; }
  .c-breadcrumbs__inner .item {
    font-size: 0.75rem;
    display: inline-block;
    vertical-align: top;
    color: #fd7748; }
    .c-breadcrumbs__inner .item::after {
      content: ">";
      margin: 0 8px; }
    .c-breadcrumbs__inner .item:last-child::after {
      display: none; }

.c-button-delete {
  height: 40px;
  width: 80px;
  background-color: #e1e1e1;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #4c4c4c;
  border: 1px solid #ddd;
  position: absolute;
  right: 0;
  bottom: 8px;
  border-radius: 2px;
  transition: background-color 0.25s;
  font-size: 0.875rem;
  cursor: pointer; }
  .c-button-delete:hover {
    background-color: gainsboro; }
  .c-button-delete.\--orange {
    background-color: #fd7748;
    color: #fff;
    border: none; }
    .c-button-delete.\--orange:hover {
      background-color: #fd703e; }
  @media (max-width: 768px) {
    .c-button-delete {
      height: 32px;
      line-height: 32px;
      width: 60px;
      font-size: 0.75rem; } }

.c-button-submit {
  height: 50px;
  width: 300px;
  background-color: #fd7748;
  line-height: 50px;
  font-size: 1rem;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
  border: 0;
  transition: opacity 0.25s;
  cursor: pointer; }
  @media (max-width: 768px) {
    .c-button-submit {
      width: 100%; } }
  .c-button-submit:focus {
    outline: inherit; }
  .c-button-submit:hover {
    opacity: 0.75; }
    @media (max-width: 768px) {
      .c-button-submit:hover {
        opacity: 1; } }
  .c-button-submit.\--danger {
    background-color: #eb5757; }
  .c-button-submit.\--cancel {
    background-color: #f0f0f0;
    color: #4c4c4c;
    border: 1px solid #ddd; }
  .c-button-submit.\--small-margin {
    margin: 16px auto 24px; }

.c-button-secondary {
  height: 40px;
  min-width: 160px;
  background-color: rgba(253, 119, 72, 0.05);
  display: block;
  padding: 0 12px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fd7748;
  border: 1px solid rgba(253, 119, 72, 0.2);
  border-radius: 2px;
  transition: background-color 0.25s;
  font-size: 0.875rem; }
  @media (max-width: 768px) {
    .c-button-secondary {
      height: 32px;
      line-height: 32px;
      width: 120px; } }
  .c-button-secondary.\--title {
    position: absolute;
    right: 0;
    top: 0; }
  .c-button-secondary.\--offset {
    top: inherit;
    bottom: 0; }
  .c-button-secondary.\--full-width {
    width: inherit;
    height: 40px;
    line-height: 40px; }
  .c-button-secondary.\--centered {
    margin: auto;
    width: 300px; }
  @media (max-width: 768px) {
    .c-button-secondary.\--sp-full-width {
      width: inherit;
      height: 40px;
      line-height: 40px; } }
  .cv-buttons .c-button-secondary {
    display: inline-block;
    margin-left: 8px; }
  .c-button-secondary:hover {
    background-color: rgba(253, 119, 72, 0.2); }

.c-buttons-register {
  list-style: none;
  width: 300px;
  padding: 0;
  margin: auto; }
  .c-buttons-register .item {
    padding: 0;
    margin-bottom: 8px; }
  .c-buttons-register .button {
    transition: opacity 0.25s;
    width: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    position: relative; }
    .c-buttons-register .button:hover {
      opacity: 0.75; }
    .c-buttons-register .button.\--email {
      background-color: #fd7748;
      background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%); }
    .c-buttons-register .button.\--facebook {
      background-color: #4568b2; }
    .c-buttons-register .button.\--twitter {
      background-color: #1da1f2; }
  .c-buttons-register .c-icon {
    position: absolute;
    left: 16px; }

.c-button-remove {
  float: left;
  padding: 0 4px;
  width: 25%;
  box-sizing: border-box; }
  .c-button-remove span {
    background-color: #FAFAFA;
    height: 44px;
    display: block;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #ddd; }
  .c-button-remove .c-icon {
    color: #4c4c4c;
    opacity: 0.6;
    line-height: 44px; }

.c-button-icon {
  height: 48px;
  line-height: 48px;
  width: 220px;
  border-radius: 2px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #fd7748;
  display: block;
  cursor: pointer;
  transition: border-color 0.25s;
  position: relative; }
  @media (max-width: 768px) {
    .c-button-icon {
      width: auto; } }
  .c-button-icon:hover {
    border-color: #fd7748; }
  .c-button-icon .c-icon {
    color: #fd7748;
    position: absolute;
    left: 16px; }
  .c-button-icon img {
    margin: 0 8px 0 16px;
    width: 14px; }

.c-infobox__button {
  height: 50px;
  line-height: 50px;
  background-color: #fd7748;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  margin-left: 8px;
  border-radius: 2px;
  float: right;
  text-align: center;
  transition: opacity .25s; }

.c-card-large__button--detail {
  width: 280px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  background-color: #FD7748;
  color: white;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  margin-left: 12px; }

.c-search-box__button {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0 30px 0 45px;
  margin: 0 0 20px 0;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.25s;
  background-color: white;
  cursor: pointer;
  background: #fd7748 url(/images/ui_renewal/icon_search_plus.svg) 10px center no-repeat; }

.c-button-secondary__edit {
  height: 40px;
  min-width: 160px;
  display: block;
  padding: 0 12px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fd7748;
  border: 1px solid rgba(253, 119, 72, 0.2);
  border-radius: 2px;
  font-size: 0.875rem;
  cursor: pointer;
  background: #fdeddb url(/images/ui_renewal/icon_plus_white.svg) 80px center no-repeat; }
  .c-button-secondary__edit.\--centered {
    margin: auto;
    width: 300px; }

.c-button-delete-small {
  position: absolute;
  top: 15px;
  height: 40px;
  min-width: 100px;
  background-color: rgba(253, 119, 72, 0.05);
  display: block;
  padding: 0 12px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fd7748;
  border: 1px solid rgba(253, 119, 72, 0.2);
  border-radius: 2px;
  transition: background-color 0.25s;
  font-size: 0.875rem;
  left: 700px; }

.c-card-guide {
  position: relative; }
  .c-card-guide__title {
    font-weight: bold;
    margin: 0;
    color: #4c4c4c;
    padding-left: 38px;
    background: url(/images/ui_renewal/guide_arrow.svg) right 6px no-repeat;
    background-size: 8px; }
  .c-card-guide__text {
    font-size: 12px;
    margin: 4px 0 0;
    color: #666;
    line-height: 1.3rem;
    padding-left: 38px; }

.card-section {
  margin-bottom: 40px;
  overflow: auto; }

.card-section__slider {
  width: 870px;
  overflow: hidden; }
  .card-section__slider.-full-width {
    width: 100%; }

.card-section__slider-list {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 24px; }
  .card-section__slider-list li {
    margin-right: 50px;
    display: inline-block; }
  .card-section__slider-list a {
    text-decoration: none; }

.card-feature {
  white-space: normal;
  transition: opacity 0.25s; }
  .card-feature:hover {
    opacity: 0.75; }
  .card-feature.-large {
    width: 580px; }
    .card-feature.-large .card-feature__img {
      width: 580px;
      height: 400px;
      float: inherit; }
    .card-feature.-large .card-feature__title {
      position: absolute;
      bottom: 0;
      background-color: white;
      max-width: 350px;
      padding: 12px 0 0; }
    .card-feature.-large .card-feature__time {
      position: absolute;
      top: -20px;
      background-color: white;
      height: 32px;
      line-height: 32px;
      font-weight: normal;
      padding-right: 8px; }

.card-feature__img {
  width: 450px;
  height: 280px;
  display: block;
  position: relative;
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  margin-right: 16px; }

.card-feature__time {
  color: #fd7748;
  font-size: 13px;
  margin: 0; }

.card-feature__title {
  font-weight: bold;
  color: #4c4c4c;
  font-size: 32px;
  line-height: 1.4;
  margin: 0; }

.card-feature__desc {
  font-size: 14px;
  line-height: 1.6;
  max-height: 6.4em;
  overflow: hidden;
  color: #4c4c4c; }

.card-designer-camp {
  display: flex;
  margin-top: 24px;
  width: 862px;
  justify-content: space-between; }
  .card-designer-camp a {
    display: block; }
    .card-designer-camp a img {
      display: block; }

.c-card-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .c-card-list a {
    text-decoration: none; }
  @media (max-width: 768px) {
    .c-card-list {
      padding: 0 8px; } }

.c-card-large {
  overflow: visible;
  margin-bottom: 60px;
  *zoom: 1; }
  .c-card-large:after {
    content: "";
    display: table;
    clear: both; }
  .c-card-large hr {
    border: none;
    height: 1px;
    background-color: #eee; }
  @media (max-width: 768px) {
    .c-card-large {
      padding: 0 8px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
      position: relative;
      margin-bottom: 24px; } }

.c-card-large__match {
  margin: 8px 0 56px; }
  .c-card-large__match .c-card-large {
    border: 1px solid #ffc400;
    padding: 8px;
    margin: -10px; }

.c-card-large__match-title {
  background-color: #ffc400;
  color: #fff;
  display: inline-block;
  margin: 0 auto 10px;
  padding: 4px 12px;
  font-size: 16px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.c-card-large__image {
  width: 600px;
  height: 337px;
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  z-index: 2;
  transition: opacity 0.25s; }
  .c-card-large__image:hover {
    opacity: 0.75; }
  .c-card-large__image a {
    display: block;
    height: 337px;
    width: 100%; }
  @media (max-width: 768px) {
    .c-card-large__image {
      width: 100%;
      height: 170px;
      float: inherit; }
      .c-card-large__image a {
        display: block;
        height: 170px;
        width: 100%; } }

.c-card-large-text {
  position: relative;
  height: 337px;
  z-index: 1;
  width: 600px;
  padding-left: 24px;
  box-sizing: border-box;
  float: left; }
  .c-card-large-text a {
    display: block;
    transition: opacity 0.25s; }
    .c-card-large-text a:hover {
      opacity: 0.75; }
  @media (max-width: 768px) {
    .c-card-large-text {
      height: auto;
      width: auto;
      padding: 0; } }

.c-card-large__job {
  font-size: 1rem;
  font-weight: bold;
  margin-right: 8px;
  color: #fd7748;
  line-height: 1.5;
  vertical-align: middle;
  display: block;
  margin: 0; }
  .c-card-large__job a {
    color: #fd7748;
    text-decoration: none; }
    .c-card-large__job a:hover {
      text-decoration: underline; }

.c-card-large__company {
  font-size: 1rem;
  color: #4c4c4c;
  line-height: 1.6;
  vertical-align: middle;
  padding-right: 10px;
  margin: 0 0 3px 0; }
  .c-card-large__company a {
    color: #fd7748;
    text-decoration: none; }
    .c-card-large__company a:hover {
      text-decoration: underline; }

.c-card-large__label-layout {
  float: right; }

.c-card-large__label, .c-card-large__label-default, .c-card-large__label-new, .c-card-large__label-urgent, .c-card-large__label-mamari {
  line-height: 1.8;
  padding: 2px 8px;
  font-size: 12px;
  color: white;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  background-color: #00c7bd; }
  @media (max-width: 768px) {
    .c-card-large__label, .c-card-large__label-default, .c-card-large__label-new, .c-card-large__label-urgent, .c-card-large__label-mamari {
      font-size: 0.625rem;
      height: 16px;
      line-height: 16px;
      margin: 8px auto; } }
  .c-card-large__label-default {
    background-color: #00c7bd; }
  .c-card-large__label-new {
    background-color: #ff197c; }
  .c-card-large__label-urgent {
    background-color: #fd4919; }
  .c-card-large__label-mamari {
    background-color: #ffdeb7;
    padding: 4px 8px 5px; }

.c-card-large__labels.\--pc {
  vertical-align: top;
  height: 24px;
  display: inline-block;
  position: relative; }
  @media (max-width: 768px) {
    .c-card-large__labels.\--pc {
      display: none; } }

.c-card-large__title {
  font-size: 1.5rem;
  color: #4c4c4c;
  font-weight: bold;
  margin: 0 0 2px 0;
  line-height: 1.5;
  max-height: 3.2em;
  overflow: hidden; }
  @media (max-width: 768px) {
    .c-card-large__title {
      font-size: 0.875rem; } }

.c-card-large__block {
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  padding: 4px 8px;
  white-space: nowrap;
  box-sizing: border-box; }
  .c-card-large__block .c-card-large__company {
    color: #fff;
    display: block;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis; }
  .c-card-large__block .c-card-large__job {
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto; }

.c-card-large__job-desc {
  font-size: 0.875rem;
  margin: 8px 0 8px;
  max-height: 3.2em;
  overflow: hidden;
  color: rgba(76, 76, 76, 0.8); }
  .c-card-large__job-desc span {
    color: #fd7748; }
  @media (max-width: 768px) {
    .c-card-large__job-desc {
      opacity: 0.8;
      margin: 4px 0 12px;
      font-size: 0.75rem; }
      .c-card-large__job-desc span {
        display: none; }
      .c-card-large__job-desc img {
        display: none; } }

.c-card-large__lead {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .c-card-large__lead .c-card-large__labels {
    margin-left: 4px; }

.c-card-large__info {
  font-size: 0.75rem;
  color: rgba(76, 76, 76, 0.8);
  list-style: none;
  line-height: 1.8;
  margin: auto;
  padding: 4px 0; }
  @media (max-width: 768px) {
    .c-card-large__info {
      padding: 0 0 8px; } }
  .c-card-large__info li {
    display: inline-block;
    vertical-align: middle; }
    .c-card-large__info li:after {
      content: "|";
      margin: 0 8px;
      opacity: 0.5; }
    .c-card-large__info li:last-of-type::after {
      display: none; }
    @media (max-width: 768px) {
      .c-card-large__info li {
        font-size: 0.75rem;
        line-height: 1.6;
        margin: 0 auto 4px; }
        .c-card-large__info li:after {
          margin: 0 4px 0 8px; } }
  .c-card-large__info span {
    margin-left: 4px; }
    @media (max-width: 768px) {
      .c-card-large__info span {
        margin-left: 0; } }
  .c-card-large__info.-highlight {
    color: #fd7748; }
  .c-card-large__info .c-icon {
    margin-right: 4px;
    line-height: 0.75rem;
    color: #fd7748; }

.c-card-large__buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 600px;
  padding-left: 16px;
  box-sizing: border-box;
  background-color: #fff; }
  @media (max-width: 768px) {
    .c-card-large__buttons {
      display: none; } }
  .c-card-large__buttons .c-card-large__button--detail,
  .c-card-large__buttons .c-card-large__button--fav {
    width: 280px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    transition: box-shadow 0.25s;
    border-radius: 2px; }
    .c-card-large__buttons .c-card-large__button--detail:hover,
    .c-card-large__buttons .c-card-large__button--fav:hover {
      opacity: 1;
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2); }

.c-card-large__button--detail {
  margin-left: 12px; }

.c-card-large__button--fav {
  background-color: white;
  border: 1px solid #fd7748;
  box-sizing: border-box;
  color: #fd7748;
  position: relative;
  cursor: pointer; }
  .c-card-large__button--fav.-active {
    background-color: #f0f0f0;
    border-color: #ccc;
    box-shadow: none;
    color: #4c4c4c; }
    .c-card-large__button--fav.-active:hover {
      cursor: default;
      box-shadow: none; }
  .c-card-large__button--fav img {
    position: absolute;
    height: 24px;
    top: 10px;
    right: 24px;
    margin: auto; }

.c-card-large__button--detail {
  background-color: #fd7748;
  color: white;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%); }

.c-card-large__tags {
  color: #4c4c4c;
  font-size: 13px;
  padding: 0;
  list-style: none;
  margin: 12px 0 0;
  overflow: hidden; }
  .c-card-large__tags.-expand {
    max-height: inherit; }
  .c-card-large__tags li {
    background-color: rgba(253, 119, 72, 0.2);
    float: left;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 12px;
    margin: 0 6px 8px 0; }
    .c-card-large__tags li.tag-mamari {
      background-color: #ffdeb7; }
  @media (max-width: 768px) {
    .c-card-large__tags {
      font-size: 0.625rem; } }

.c-card-large-list__tags {
  color: #4c4c4c;
  font-size: 13px;
  padding: 0;
  list-style: none;
  margin: 12px 0 0;
  max-height: 64px;
  overflow: hidden; }
  .c-card-large-list__tags.-expand {
    max-height: inherit; }
  .c-card-large-list__tags li {
    background-color: rgba(253, 119, 72, 0.2);
    float: left;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 12px;
    margin: 0 6px 8px 0; }
    .c-card-large-list__tags li.tag-mamari {
      background-color: #ffdeb7; }
  .c-card-large-list__tags li:nth-child(n+9) {
    display: none; }
  @media (max-width: 768px) {
    .c-card-large-list__tags {
      font-size: 0.625rem; } }

.c-card-large__tags_expand {
  font-size: 14px;
  color: #fd7748;
  font-weight: bold;
  cursor: pointer; }

.c-card-large__intro {
  color: rgba(76, 76, 76, 0.6);
  font-size: 13px;
  line-height: 1.6;
  margin: 8px 0 0;
  max-height: 4.8em;
  overflow: hidden; }
  @media (max-width: 768px) {
    .c-card-large__intro {
      display: none; } }

.c-card-large__star {
  width: 48px;
  height: 38px;
  background-color: #e8e8e8;
  position: absolute;
  right: 8px;
  top: -8px;
  text-align: center;
  padding: 8px 0 0;
  z-index: 3; }
  .c-card-large__star:before {
    content: "";
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #e8e8e8;
    border-right: 24px solid transparent;
    position: absolute; }
  .c-card-large__star:after {
    content: "";
    bottom: -10px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #e8e8e8;
    border-left: 24px solid transparent;
    position: absolute; }
  .c-card-large__star .c-icon {
    font-size: 1.5rem;
    color: #fff; }

.c-card-large-text__update {
  font-size: 0.75rem;
  float: right;
  padding-left: 20px; }

.c-card-large-text__layout {
  width: 440px;
  float: left;
  margin: 0; }

.card-large {
  position: relative;
  display: inline-block;
  width: 410px;
  height: 340px;
  transition: opacity 0.25s; }
  .card-large:hover {
    opacity: 0.75; }
  .card-large hr {
    background: #f0f0f0;
    border: 0;
    height: 1px;
    margin-bottom: 6px; }

.card-large__img {
  background-color: #f0f0f0;
  width: 410px;
  height: 231px;
  position: relative;
  background-size: cover;
  background-position: center center; }

.card-large__title {
  font-size: 16px;
  width: 410px;
  color: #4c4c4c;
  white-space: normal;
  margin: 0; }

.card-large__job {
  color: #fd7748;
  font-size: 12px;
  margin: 4px 0 0; }

.card-large__company {
  color: rgba(76, 76, 76, 0.6);
  line-height: 24px;
  display: inline-block;
  position: absolute;
  background: white;
  padding: 0 8px;
  font-size: 11px;
  bottom: 0; }

.card-large__details {
  display: block;
  padding: 0 4px;
  white-space: normal;
  overflow: hidden; }
  .card-large__details img {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle; }
  .card-large__details span {
    display: inline-block;
    line-height: 20px;
    margin-right: 12px;
    margin-bottom: 4px;
    font-size: 12px;
    color: rgba(76, 76, 76, 0.6); }
    .card-large__details span.-orange {
      color: #fd7748; }

.c-icon-begginer {
  margin-bottom: -2px; }

.c-card-small__grid {
  width: 100%;
  display: block; }
  @media (max-width: 768px) {
    .c-card-small__grid {
      overflow: scroll;
      -webkit-overflow-scrolling: touch; } }

.c-card-small__grid-list {
  padding: 0; }
  .c-card-small__grid-list li:nth-child(4n) {
    margin-right: 0; }
  @media (max-width: 768px) {
    .c-card-small__grid-list {
      white-space: nowrap;
      padding: 0 12px;
      overflow: scroll; } }

.c-card-small__grid-title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #4c4c4c;
  margin-bottom: 4px; }
  @media (max-width: 768px) {
    .c-card-small__grid-title {
      font-size: 1rem;
      padding: 0 12px; } }

.c-card-small {
  width: 270px;
  margin: 0 34px 32px 0;
  display: inline-block;
  transition: opacity 0.25s;
  position: relative;
  vertical-align: top; }
  .c-card-small:hover {
    opacity: 0.75; }
  .c-card-small a {
    text-decoration: none; }
  .c-card-small hr {
    background: #f0f0f0;
    border: 0;
    height: 1px; }
  @media (max-width: 768px) {
    .c-card-small {
      margin-right: 16px; } }

.card-small {
  width: 270px;
  float: left;
  margin: 0 40px 32px 0;
  transition: opacity 0.25s;
  position: relative; }
  .card-small:hover {
    opacity: 0.75; }
  .card-small a {
    text-decoration: none; }
  .card-small hr {
    background: #f0f0f0;
    border: 0;
    height: 1px; }

.card-small__job {
  font-size: 13px;
  color: #fd7748;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 2px; }

.card-small__title {
  font-size: 15px;
  color: #4c4c4c;
  font-weight: bold;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  margin: 0; }

.card-small__company {
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  margin-top: 2px;
  overflow: hidden;
  display: block;
  color: #4c4c4c; }

.card-small__img {
  width: 270px;
  height: 180px;
  position: relative;
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.card-small__details {
  display: block;
  padding: 0 4px;
  white-space: normal;
  overflow: hidden;
  height: 3.6em; }
  .card-small__details img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle; }
  .card-small__details span {
    display: block;
    line-height: 1.4;
    margin-right: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    color: rgba(76, 76, 76, 0.6); }
    .card-small__details span.-orange {
      color: #fd7748; }

.c-card-small__top li:nth-child(n+9) {
  display: none; }

.c-card-wide {
  width: 100%;
  height: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center; }
  .c-card-wide a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.25s;
    display: block; }
    @media (max-width: 768px) {
      .c-card-wide a {
        padding: 0 12px; } }
    .c-card-wide a:hover {
      opacity: 0.75; }
  @media (max-width: 768px) {
    .c-card-wide.\--has-checkbox .c-card-wide__inner {
      padding-left: 32px;
      padding-right: 8px; } }
  @media (max-width: 768px) {
    .c-card-wide.\--has-checkbox .c-card-wide__buttons {
      padding-left: 32px;
      padding-right: 8px; } }
  .c-card-wide.\--has-checkbox .c-card-wide__text {
    width: 490px; }
    @media (max-width: 768px) {
      .c-card-wide.\--has-checkbox .c-card-wide__text {
        width: inherit; } }
  .c-card-wide.\--has-checkbox .c-card-wide__image {
    width: 240px; }
    @media (max-width: 768px) {
      .c-card-wide.\--has-checkbox .c-card-wide__image {
        width: 60px; } }
  @media (max-width: 768px) {
    .c-card-wide {
      height: auto;
      border-top: none;
      border-bottom: none; } }

.c-card-wide__image {
  float: left;
  height: 192px;
  width: 288px;
  background-position: center;
  background-size: cover;
  background-color: #FCFCFC; }
  @media (max-width: 768px) {
    .c-card-wide__image {
      width: 60px;
      height: 60px;
      margin: 8px; } }

.c-card-wide__text {
  font-size: 0.875rem;
  color: #4c4c4c;
  width: 500px;
  padding: 20px 20px 8px 20px;
  box-sizing: border-box;
  float: left; }
  @media (max-width: 768px) {
    .c-card-wide__text {
      float: inherit;
      width: inherit;
      padding: 8px 8px 0 0;
      font-size: 0.75rem;
      border: 1px solid #eee; } }

.c-card-wide__label {
  line-height: 20px;
  height: 20px;
  padding: 0 8px;
  font-size: 0.625rem;
  color: white;
  margin-right: 2px;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  background-color: #00c7bd; }

.c-card-wide__company {
  color: #fd7748; }

.c-card-wide__job {
  font-weight: bold;
  margin: 4px 0; }

.c-card-wide__location {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 8px; }
  .c-card-wide__location .c-icon {
    color: #fd7748;
    margin-right: 4px; }

.c-card-wide__date {
  opacity: 0.5;
  margin-left: 12px; }
  @media (max-width: 768px) {
    .c-card-wide__date {
      display: none; } }

.c-card-wide__info-list {
  font-size: 0.75rem;
  list-style: none;
  padding: 0; }
  .c-card-wide__info-list li {
    margin: 0 12px 4px 0;
    display: inline-block; }
  .c-card-wide__info-list span {
    margin-right: 8px;
    color: #fd7748; }
  .c-card-wide__info-list .c-icon {
    color: #fd7748;
    margin-right: 4px;
    vertical-align: bottom; }
  @media (max-width: 768px) {
    .c-card-wide__info-list {
      display: block;
      padding: 8px;
      font-size: 0.625rem;
      background-color: #FCFCFC;
      margin-bottom: 0; } }

.c-card-wide__buttons {
  width: 210px;
  height: 100%;
  float: right;
  padding: 8px 0;
  box-sizing: border-box; }
  .c-card-wide__buttons.\--two-buttons {
    padding: 36px 0; }
    @media (max-width: 768px) {
      .c-card-wide__buttons.\--two-buttons {
        padding: 8px 12px; } }
  @media (max-width: 768px) {
    .c-card-wide__buttons {
      width: 100%;
      float: inherit;
      padding: 8px 12px;
      box-sizing: border-box;
      height: inherit;
      background-color: inherit; } }

.c-card-wide__button {
  width: 180px;
  height: 50px;
  margin: 0 auto 8px;
  display: block;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  transition: opacity 0.25s;
  border-radius: 2px;
  font-size: 1rem; }
  .c-card-wide__button:hover {
    opacity: 0.75; }
  @media (max-width: 768px) {
    .c-card-wide__button {
      width: 100%;
      float: left;
      margin-bottom: 8px;
      box-sizing: border-box;
      margin-top: 0; } }

.c-card-wide__button.\--disabled {
  opacity: 0.2;
  cursor: default; }
  .c-card-wide__button.\--disabled:hover {
    opacity: 0.2; }

.c-card-wide__button.\--quit {
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #4c4c4c; }
  @media (max-width: 768px) {
    .c-card-wide__button.\--quit {
      width: 40%;
      float: left; } }

.c-card-wide__button.\--apply {
  background-image: linear-gradient(270deg, #ff985b 2%, #f1764b 100%);
  background-color: #fd7748;
  color: #fff;
  border: 1px solid #fd7748;
  box-sizing: border-box;
  position: relative; }

.c-card-wide__button.\--apply-yellow {
  background-color: #fd7748;
  color: white;
  background: #ffc72a;
  border: 1px solid #ffc72a;
  box-sizing: border-box;
  position: relative; }

@media (max-width: 768px) {
  .c-card-wide__button.\--mobile-right {
    width: 58%;
    float: right;
    margin-bottom: 0; } }

.c-card-wide__button.\--detail {
  background-color: #fff;
  border: 1px solid #fd7748;
  color: #fd7748; }

.c-card-wide__button.\--applied {
  background: #e1e1e1;
  border: none;
  color: rgba(76, 76, 76, 0.5);
  box-sizing: border-box;
  cursor: default; }
  .c-card-wide__button.\--applied:hover {
    opacity: 1; }

.c-card-wide__button.\--request {
  background-color: #00c7bd;
  color: #fff;
  box-sizing: border-box; }

.c-card-wide__button-date {
  font-size: 0.75rem;
  color: #4c4c4c;
  opacity: 0.5;
  text-align: center; }
  .c-card-wide__button-date.\--applied {
    color: #fd7748;
    opacity: 1; }
  @media (max-width: 768px) {
    .c-card-wide__button-date {
      display: block;
      width: 100%;
      margin: 4px 0; } }

.c-card-wide__inner {
  position: relative;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .c-card-wide__inner {
      padding: 0 12px; } }

.c-card-wide__checkbox {
  background-color: #FAFAFA;
  width: 60px;
  height: 192px;
  float: left;
  position: relative; }
  .c-card-wide__checkbox .input-check-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px; }
  @media (max-width: 768px) {
    .c-card-wide__checkbox {
      width: inherit;
      height: 40px;
      position: absolute;
      left: -2px;
      top: -2px;
      background-color: inherit; }
      .c-card-wide__checkbox .input-check-btn {
        left: 0;
        top: 0;
        bottom: inherit; } }

.c-circle-icon {
  background: linear-gradient(0deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  height: 200px;
  width: 200px;
  border-radius: 100px;
  box-shadow: 0 4px 8px rgba(253, 119, 72, 0.2);
  position: relative; }
  .c-circle-icon .image {
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .c-circle-icon .image.\--large {
      height: 70px; }

.p-footer {
  width: 100%;
  border-top: 1px solid #eee; }

.p-footer__inner {
  width: 1000px;
  padding: 24px 0 40px;
  margin: auto;
  overflow: auto; }
  @media (max-width: 768px) {
    .p-footer__inner {
      width: 100%;
      padding: 24px 12px 48px;
      box-sizing: border-box; } }

.p-footer__top-link {
  color: #fd7748;
  text-decoration: none;
  margin-bottom: 12px;
  display: block; }

.p-footer__block {
  float: left;
  margin-right: 20px;
  width: 300px; }
  @media (max-width: 768px) {
    .p-footer__block {
      width: 100%;
      margin: auto;
      padding: 0 12px;
      box-sizing: border-box; } }
  .p-footer__block a {
    text-decoration: none;
    color: #4c4c4c;
    opacity: 0.8;
    transition: color 0.25s; }
    .p-footer__block a:hover {
      color: #fd7748; }

.p-footer__block-title {
  margin: 0 0 4px;
  color: #4c4c4c;
  font-size: 14px; }

.p-footer__block-title-sub {
  margin: 0;
  font-size: 12px;
  color: rgba(76, 76, 76, 0.6); }

.p-footer__block-list {
  padding: 0;
  margin: auto;
  list-style: none;
  font-size: 12px;
  padding-left: 12px; }
  .p-footer__block-list a {
    text-decoration: none;
    color: #4c4c4c; }
  .p-footer__block-list li {
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    line-height: 2; }
  .p-footer__block-list li + li:before {
    content: "/";
    margin: 0 8px; }

.p-footer__block-link {
  font-size: 12px;
  margin-top: 12px;
  display: block; }

.p-footer__lower {
  background-color: #f4f4f4;
  padding: 16px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .p-footer__lower {
      padding: 16px 12px; } }
  .p-footer__lower span {
    color: rgba(76, 76, 76, 0.2);
    font-weight: lighter; }
  .p-footer__lower a {
    text-decoration: none;
    color: #4c4c4c;
    transition: color 0.25s;
    font-size: 12px; }
    .p-footer__lower a:hover {
      color: #fd7748; }
  .p-footer__lower p {
    color: #b1b1b1;
    font-size: 10px; }

.c-grid-table {
  line-height: 48px;
  border-collapse: collapse;
  width: 520px;
  float: left;
  border-bottom: 1px solid #eee;
  table-layout: fixed; }
  .c-grid-table thead {
    border-bottom: 1px solid #eee; }
  .c-grid-table tr {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: block; }
  .c-grid-table tr:last-of-type {
    border-bottom: none; }
  .c-grid-table .cell {
    border-right: 1px solid #eee;
    width: 80px;
    text-align: center;
    vertical-align: middle; }
  .c-grid-table td:nth-child(odd) {
    background-color: #FAFAFA; }
  .c-grid-table td:last-of-type {
    border-right: none; }

td .c-grid-table__lead {
  background-color: #FAFAFA;
  width: 140px;
  padding: 0 16px;
  color: #4c4c4c;
  word-wrap: break-word; }
  td .c-grid-table__lead.\--header {
    background-color: #fff !important;
    width: 144px; }

/** 検索条件用 **/
.c-grid-table__search-filter {
  border-right: none; }
  .c-grid-table__search-filter td {
    border-bottom: none;
    border-left: none; }

.c-grid-table__header-cell {
  font-size: 0.75rem;
  color: #4c4c4c;
  width: 78px;
  text-align: center;
  border-top: 1px solid #eee; }

tr.c-grid-table__header-row {
  border-left: none; }

/** c-grid-table__skill **/
.c-grid-table__skill {
  table-layout: fixed;
  width: 100%;
  padding: 0;
  font-size: 14px;
  border-top: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  border-right: 0;
  word-wrap: break-word; }

.c-grid-table__skill td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-spacing: 0;
  text-align: center;
  vertical-align: middle; }

.c-grid-table__skill tr {
  margin: 0;
  padding: 0;
  border-spacing: 0; }

.c-grid-table__skill th {
  width: 123px;
  padding: 14px 9px;
  border-bottom: 1px solid #ddd;
  background: #f3f3f3;
  border-left: 0;
  border-spacing: 0;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box; }

.c-grid-table__skill .head th {
  font-weight: lighter;
  background: #fff; }

.c-grid-table__skill th .decoration {
  position: relative;
  height: 19px;
  text-align: right; }

.c-grid-table__skill th .decoration::after {
  content: "";
  position: absolute;
  top: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 74px 0 0 124px;
  border-color: transparent transparent transparent #f3f3f3;
  text-align: right;
  left: -9px; }

/** c-grid-table__列 **/
.c-input-table__list-col4 li {
  width: 135px;
  float: left; }

.c-input-table__list-col3 li {
  width: 205px;
  float: left; }

.c-help-list__title {
  color: #fd7748;
  font-size: 1.25rem;
  font-weight: bold; }

.c-help-list {
  padding: 0;
  list-style: none;
  font-size: 0.875rem; }
  .c-help-list a {
    text-decoration: none;
    color: #fd7748;
    transition: color 0.25s; }
    .c-help-list a:hover {
      color: #4c4c4c; }

.c-help-list__subtitle {
  font-size: 0.875rem;
  color: #4c4c4c;
  font-weight: bold; }

.c-horizontal-list {
  background-color: #FCFCFC;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-bottom: 24px; }

.c-horizontal-list__title {
  font-weight: bold;
  text-decoration: none;
  color: #fd7748;
  transition: color 0.25s; }
  .c-horizontal-list__title:hover {
    color: #4c4c4c; }

.c-horizontal-list__list {
  list-style: none;
  font-size: 0.75rem;
  text-align: center; }
  .c-horizontal-list__list .link {
    text-decoration: none;
    color: #fd7748;
    transition: color 0.25s; }
    .c-horizontal-list__list .link:hover {
      color: #4c4c4c; }
  .c-horizontal-list__list .item {
    display: inline-block;
    width: 12.5%; }
  @media (max-width: 768px) {
    .c-horizontal-list__list {
      padding: 0; }
      .c-horizontal-list__list .item {
        width: 25%; } }

.c-horizontal-list__list-02 {
  list-style: none;
  font-size: 0.75rem;
  text-align: left; }
  .c-horizontal-list__list-02 .link {
    text-decoration: none;
    color: #fd7748;
    transition: color 0.25s; }
    .c-horizontal-list__list-02 .link:hover {
      color: #4c4c4c; }
  .c-horizontal-list__list-02 .item {
    display: inline-block;
    width: 12.5%; }
  @media (max-width: 768px) {
    .c-horizontal-list__list-02 {
      padding: 0; }
      .c-horizontal-list__list-02 .item {
        padding-top: 10px;
        width: 25%; } }

.c-icon-list {
  *zoom: 1;
  list-style: none;
  padding: 0; }
  .c-icon-list:after {
    content: "";
    display: table;
    clear: both; }
  .c-icon-list li:nth-child(even) {
    margin: 0; }
  .c-icon-list .link {
    overflow: hidden;
    text-decoration: none;
    display: block; }
  @media (max-width: 768px) {
    .c-icon-list {
      padding: 0 12px;
      margin: 24px auto; }
      .c-icon-list .c-icon-list__item {
        margin: 0 auto 12px;
        width: 100%; }
      .c-icon-list li:nth-child(even) {
        margin: 0 auto 12px; } }

.c-icon-list__item {
  *zoom: 1;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 480px;
  box-sizing: border-box;
  border-left: 4px solid #00c7bd;
  transition: opacity 0.25s;
  margin: 0 40px 40px 0;
  float: left; }
  .c-icon-list__item:after {
    content: "";
    display: table;
    clear: both; }
  .c-icon-list__item:hover {
    opacity: 0.75; }
  .c-icon-list__item .icon {
    height: 90px;
    width: 90px;
    margin: 24px 18px;
    float: left; }
    @media (max-width: 768px) {
      .c-icon-list__item .icon {
        height: 48px;
        width: 48px;
        margin: 24px 12px; } }
  .c-icon-list__item .text {
    margin-top: 32px;
    padding-right: 16px; }
    @media (max-width: 768px) {
      .c-icon-list__item .text {
        margin-top: 16px;
        padding-bottom: 12px; }
        .c-icon-list__item .text br {
          display: none; } }
  .c-icon-list__item .date {
    color: rgba(76, 76, 76, 0.6);
    font-size: 0.75rem;
    margin: 0; }
  .c-icon-list__item .body {
    font-size: 0.875rem;
    color: #4c4c4c;
    line-height: 1.8;
    margin: 0; }
    @media (max-width: 768px) {
      .c-icon-list__item .body {
        font-size: 0.75rem; } }
  .c-icon-list__item .detail {
    font-size: 1rem;
    color: #4c4c4c;
    font-weight: bold;
    color: #00c7bd;
    margin: 0; }
    @media (max-width: 768px) {
      .c-icon-list__item .detail {
        font-size: 0.75rem; } }

.c-circle-icon {
  background: linear-gradient(0deg, #eb6a3d, #fd7748 49.72%, #ffa666);
  height: 200px;
  width: 200px;
  border-radius: 100px;
  box-shadow: 0 4px 8px rgba(253, 119, 72, 0.2);
  position: relative; }

.c-circle-icon .image {
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.c-image-header {
  height: 300px;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden; }
  @media (max-width: 768px) {
    .c-image-header {
      height: 120px; } }

.c-image-header__inner {
  width: 540px;
  margin: 80px auto 0; }
  .c-image-header__inner .title {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 auto;
    color: #fff; }
  .c-image-header__inner .subtitle {
    font-size: 1rem;
    color: #fff;
    font-weight: normal; }
  @media (max-width: 768px) {
    .c-image-header__inner {
      margin-top: 24px;
      width: auto;
      padding: 0 12px;
      text-align: center; }
      .c-image-header__inner .title {
        font-size: 1.5rem; }
      .c-image-header__inner .subtitle {
        font-size: 0.875rem;
        margin: 0; }
      .c-image-header__inner .image {
        display: none; } }

.c-infobox {
  *zoom: 1;
  background-color: rgba(253, 119, 72, 0.05);
  padding: 8px 16px;
  display: block;
  font-size: 0.875rem; }
  .c-infobox:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 768px) {
    .c-infobox {
      font-size: 0.75rem; } }
  .c-infobox.\--danger {
    background-color: rgba(235, 87, 87, 0.05); }
    .c-infobox.\--danger .c-infobox__detail,
    .c-infobox.\--danger .c-infobox__title {
      color: #eb5757; }
    .c-infobox.\--danger .c-infobox__title {
      font-weight: bold; }
  .c-infobox.\--has-button .c-infobox__detail {
    text-align: left; }
  .c-infobox .c-infobox__reminder {
    font-size: 14px;
    border: 1px solid #fd7748;
    padding: 0 16px 16px;
    background-color: #fff; }
    .c-infobox .c-infobox__reminder a.turnon-scout {
      color: #fd7748;
      background: url(/images/ui_renewal/icon_search_email.svg) 0 center no-repeat;
      padding-left: 25px; }

.c-infobox__title {
  color: #fd7748;
  line-height: 1.6; }

.c-infobox__title-02 {
  color: #fd7748;
  font-weight: bold;
  line-height: 1rem;
  padding-bottom: 15px; }

.c-infobox__detail {
  color: #4c4c4c;
  line-height: 1.6;
  text-align: left; }
  .c-infobox__detail span {
    color: #fd7748; }

.c-infobox__button {
  height: 50px;
  line-height: 50px;
  background-color: #fd7748;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  margin-left: 8px;
  border-radius: 2px;
  float: right;
  text-align: center;
  transition: opacity 0.25s; }
  .c-infobox__button:hover {
    opacity: 0.75; }
  @media (max-width: 768px) {
    .c-infobox__button {
      float: inherit;
      display: block;
      margin: 0 auto 8px; } }

.c-info-link {
  color: #fd7748;
  font-size: 0.75rem;
  margin: 8px 0 12px;
  text-decoration: none;
  transition: opacity 0.25s;
  vertical-align: middle; }
  .c-info-link img {
    width: 16px;
    position: relative;
    top: 3px;
    left: -4px; }
  .c-info-link .c-icon {
    margin-right: 4px;
    vertical-align: middle; }
  .c-info-link:hover {
    opacity: 0.75; }
  .c-info-link.\--top-margin {
    margin-top: -8px; }
  .c-info-link.\--right {
    text-align: right; }
  .c-info-link.\--inline {
    display: inline-block; }

.c-info-link__small {
  color: #fd7748;
  font-size: 0.75rem;
  margin: 6px 0 12px;
  display: block;
  text-decoration: none;
  transition: opacity 0.25s;
  vertical-align: middle; }
  .c-info-link__small img {
    width: 12px;
    position: relative;
    top: 1px; }
  .c-info-link__small .c-icon {
    margin-right: 4px;
    vertical-align: middle; }
  .c-info-link__small:hover {
    opacity: 0.75; }
  .c-info-link__small.\--top-margin {
    margin-top: -8px; }
  .c-info-link__small.\--right {
    text-align: right; }
  .c-info-link__small.\--inline {
    display: inline-block; }
  .c-info-link__small.\--w100 {
    width: 100px; }

.c-info-help {
  color: #fd7748;
  margin: 16px 0 12px;
  display: block;
  text-decoration: none;
  transition: opacity 0.25s;
  vertical-align: middle;
  font-size: 1.25rem;
  font-weight: bold; }
  .c-info-help img {
    width: 20px;
    position: relative;
    top: 1px; }

.c-info-link .c-icon {
  margin-right: 4px;
  vertical-align: middle; }

.input-check-btn {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: block;
  position: relative;
  padding-left: 32px;
  margin: 16px auto;
  vertical-align: middle;
  cursor: pointer;
  color: #4c4c4c;
  -webkit-tap-highlight-color: transparent;
  font-size: 0.75rem; }
  @media (max-width: 768px) {
    .input-check-btn {
      margin-left: 8px; } }
  .input-check-btn img {
    height: 18px;
    vertical-align: middle;
    margin: 0 0 2px 2px; }
  .input-check-btn.\--inline {
    display: inline-block;
    margin-right: 20px; }

.input-check-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.input-check-btn__check {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #fd7748;
  background-color: #fff;
  border-radius: 1px;
  transition: background-color 0.25s; }

.input-check-btn input:checked ~ .input-check-btn__check {
  background-color: #fd7748;
  border-color: #fd7748; }

.input-check-btn__check:after {
  content: "";
  position: absolute;
  display: none; }

.input-check-btn input:checked ~ .input-check-btn__check:after {
  display: block; }

.input-check-btn .input-check-btn__check:after {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0; }

.input-number__label {
  color: #4c4c4c;
  font-size: 0.875rem; }

.input-number {
  display: inline-block;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 0 8px;
  font-size: 0.875rem;
  color: #4c4c4c;
  transition: border-color 0.25s;
  width: 90px;
  box-sizing: border-box; }

.input-number:focus {
  outline: none;
  border-color: #fd7748; }

.input-radio-btn {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 8px auto;
  cursor: pointer;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4c4c4c;
  font-size: 0.75rem; }
  @media (max-width: 768px) {
    .input-radio-btn {
      margin-left: 8px; } }
  .input-radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .input-radio-btn.\--centered {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    vertical-align: middle; }
  .input-radio-btn .input-radio-btn__check {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FAFAFA;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 50%; }
    .input-radio-btn .input-radio-btn__check::after {
      content: "";
      position: absolute;
      display: none; }

.input-radio-btn input:checked ~ .input-radio-btn__check {
  background-color: #fd7748;
  border: 0; }

.input-radio-btn input:checked ~ .input-radio-btn__check:after {
  display: block; }

.input-radio-btn .input-radio-btn__check:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff; }

select.input-selector {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 90%;
  height: 36px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-color: #ddd;
  color: #4c4c4c;
  font-size: 0.875rem;
  background-image: url("/images/ui_renewal/form/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 8px center; }
  @supports (-webkit-appearance: none) {
    select.input-selector {
      padding: 0 24px 0 8px; } }
  @media (max-width: 768px) {
    select.input-selector {
      height: 44px;
      box-sizing: border-box;
      border-radius: 4px;
      font-size: 0.75rem; } }
  select.input-selector::before {
    content: "";
    height: 12px;
    width: 12px;
    display: block;
    background-color: red;
    transform: rotate(135deg); }

.input-selector:focus {
  border-color: #fd7748;
  -moz-appearance: none; }

.input-selector:focus {
  border-color: #fd7748; }

.c-input-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #eee; }
  .c-input-table tr {
    border-top: 1px solid #eee; }
    @media (max-width: 768px) {
      .c-input-table tr {
        border-top: none;
        border-bottom: 20px solid #fff; } }
  @media (max-width: 768px) {
    .c-input-table tr.\--sp-compact {
      border-bottom: 0; }
      .c-input-table tr.\--sp-compact .c-input-table__lead {
        background-color: #fff;
        padding: 4px 12px; }
      .c-input-table tr.\--sp-compact .c-input-table__content {
        background-color: #fff; } }
  .c-input-table td {
    box-sizing: content-box; }
    @media (max-width: 768px) {
      .c-input-table td {
        box-sizing: border-box; } }
  .c-input-table.-resume-table {
    max-width: 650px; }

.c-input-table__lead {
  background-color: rgba(253, 119, 72, 0.05);
  width: 160px;
  padding: 10px 24px 8px 12px;
  position: relative;
  vertical-align: top; }
  @media (max-width: 768px) {
    .c-input-table__lead {
      width: 100%;
      display: block;
      box-sizing: border-box;
      border-bottom: 1px solid #fff; } }

.c-input-table__lead-02 {
  background-color: rgba(253, 119, 72, 0.05);
  width: 160px;
  padding: 20px 24px 2px 12px;
  position: relative;
  vertical-align: top; }
  @media (max-width: 768px) {
    .c-input-table__lead-02 {
      width: 100%;
      display: block;
      box-sizing: border-box;
      border-bottom: 1px solid #fff; } }

.c-input-table__lead--right-padding {
  padding-right: 12px; }

.c-input-table__content {
  padding: 12px 0 12px 12px;
  width: 480px; }
  @media (max-width: 768px) {
    .c-input-table__content {
      background-color: rgba(253, 119, 72, 0.02);
      width: 100%;
      display: block;
      box-sizing: border-box;
      padding: 12px 8px; } }
  .-mm-setting .c-input-table__content {
    vertical-align: top; }

.c-input-table__content-02 {
  padding: 24px 12px 24px 12px;
  width: 480px; }
  @media (max-width: 768px) {
    .c-input-table__content-02 {
      background-color: rgba(253, 119, 72, 0.02);
      width: 100%;
      display: block;
      box-sizing: border-box;
      padding: 12px 8px; } }

.c-input-table__note {
  background-color: #FAFAFA;
  font-size: 0.75rem;
  color: #4c4c4c;
  padding: 0 12px;
  width: 160px; }
  .c-input-table__note.\--centered {
    text-align: center; }
  @media (max-width: 768px) {
    .c-input-table__note {
      width: 100%;
      display: block;
      box-sizing: border-box;
      padding: 12px 8px;
      display: none; } }

.c-input-table__list {
  padding: 0;
  list-style: none;
  color: #4c4c4c;
  line-height: 1.8;
  font-size: 0.875rem; }
  @media (max-width: 768px) {
    .c-input-table__list {
      font-size: 0.875rem; } }

.c-input-table__title {
  color: #4c4c4c;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0; }
  @media (max-width: 768px) {
    .c-input-table__title br {
      display: none; } }

.c-input-table__required {
  font-size: 0.625rem;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 10px;
  background-color: #fd7748;
  line-height: 18px;
  padding: 0 8px;
  border-radius: 9px; }

/** 希望条件 **/
.c-input-table__vertical-line-02 {
  width: 290px;
  float: left; }

.c-input-table__vertical-line-04 {
  width: 140px;
  float: left; }

.c-input-text__label {
  font-size: 0.75rem;
  color: #fd7748;
  display: block; }

.c-input-text {
  display: block;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 8px;
  font-size: 0.875rem;
  color: #4c4c4c;
  transition: border-color 0.25s;
  width: 100%;
  box-sizing: border-box; }
  .c-input-text.\--search {
    border-color: #fd7748;
    height: 48px; }
  .c-input-text.\--search-height {
    height: 48px; }
  @media (max-width: 768px) {
    .c-input-text {
      font-size: 0.75rem; } }

input.c-input-text:last-of-type {
  margin-bottom: 0; }

.c-input-text:focus {
  outline: none;
  border-color: #fd7748; }

/* placeholder
----------------------------- */
/* Chrome, Safari */
.c-input-text::-webkit-input-placeholder {
  color: #ccc; }

/* Firefox */
.c-input-text::-moz-placeholder {
  color: #ccc; }

/* IE */
.c-input-text:-ms-input-placeholder {
  color: #ccc; }

.c-input-textarea {
  display: block;
  height: auto;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 0.875rem;
  color: #4c4c4c;
  background-color: #fff;
  transition: border-color 0.25s;
  margin-bottom: 12px;
  width: 100%;
  box-sizing: border-box; }
  .c-input-textarea.\--search {
    border-color: #fd7748;
    height: 48px; }
  @media (max-width: 768px) {
    .c-input-textarea {
      font-size: 0.75rem; } }

.c-input-textarea:focus {
  outline: none;
  border-color: #fd7748; }

@media (max-width: 768px) {
  .p-likes .c-infobox {
    margin: 0 12px; } }

.p-likes__list {
  list-style: none;
  padding: 0;
  margin: 12px auto; }
  .p-likes__list .c-card-wide {
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .p-likes__list .c-card-wide {
        margin-bottom: 48px; } }
  .p-likes__list .c-card-small__grid {
    margin: auto; }

.p-likes__controls .input-check-btn {
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  line-height: 32px; }
  @media (max-width: 768px) {
    .p-likes__controls .input-check-btn {
      left: 8px; } }

.c-link-list.\--has-dot .item {
  padding-left: 16px; }

.c-link-list.\--has-dot .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fd7748; }

.c-link-list.\--orange {
  list-style: none;
  padding: 12px 8px; }
  .c-link-list.\--orange .item {
    background-color: rgba(253, 119, 72, 0.04);
    padding: 0 16px;
    line-height: 3; }
  .c-link-list.\--orange li.item:first-of-type {
    padding-top: 8px; }
  .c-link-list.\--orange li.item:last-of-type {
    padding-bottom: 8px; }
  @media (max-width: 768px) {
    .c-link-list.\--orange {
      padding: 0 8px; }
      .c-link-list.\--orange li.item:last-of-type {
        padding-bottom: 0; } }

.c-link-list.\--column {
  float: left;
  width: 33.33%; }
  @media (max-width: 768px) {
    .c-link-list.\--column {
      width: 100%; } }

.c-link-list .item {
  font-size: 0.75rem;
  line-height: 2;
  position: relative; }
  .c-link-list .item.\--inline {
    display: inline-block;
    margin-right: 16px; }
  .c-link-list .item.\--bold {
    font-weight: bold;
    font-size: 0.875rem; }

.c-link-list .sub-item {
  padding-left: 8px; }

.c-link-list .link {
  text-decoration: none;
  color: #fd7748;
  transition: color 0.25s; }
  .c-link-list .link:hover {
    color: #4c4c4c; }

.c-link-list__sublist .item {
  font-size: 0.75rem;
  box-sizing: border-box;
  line-height: 1.8; }

.c-link-list__sublist.\--inline .item {
  display: inline-block;
  margin-right: 16px; }

.c-link-blue-color {
  color: #297bd2;
  text-decoration: none; }

.c-link-hover-orange:hover {
  color: #fd7748; }

.c-link-list-02 {
  padding: 12px 8px;
  margin-top: 4px;
  margin-left: 8px; }
  .c-link-list-02 li {
    float: left;
    padding: 8px 16px;
    width: 300px;
    font-size: 0.75rem; }

.c-list-header {
  *zoom: 1;
  background-color: #FCFCFC;
  height: auto;
  min-height: 64px;
  position: relative;
  padding: 8px 36px;
  vertical-align: middle;
  border-bottom: 1px solid #eee; }
  .c-list-header:after {
    content: "";
    display: table;
    clear: both; }
  .c-list-header.\--no-border {
    border-bottom: 0; }
  .c-list-header .c-button-delete {
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto; }
  .c-list-header .c-button-delete.\--orange {
    right: 104px; }
    @media (max-width: 768px) {
      .c-list-header .c-button-delete.\--orange {
        right: 80px; } }
  @media (max-width: 768px) {
    .c-list-header {
      height: 40px;
      padding: 8px 16px; } }
  .c-list-header .input-check-btn {
    position: absolute;
    left: 36px;
    top: 0;
    bottom: 0;
    line-height: 32px;
    z-index: 10; }
    .c-list-header .input-check-btn .input-check-btn__check {
      border-color: #ddd; }
    @media (max-width: 768px) {
      .c-list-header .input-check-btn {
        left: 12px; } }
  .c-list-header a.back-button {
    text-decoration: none;
    color: #fd7748;
    height: 40px;
    line-height: 40px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 0.875rem;
    left: 12px;
    top: 0;
    bottom: 0;
    padding: 0 12px;
    border-radius: 2px;
    margin: auto;
    vertical-align: top;
    transition: border-color 0.25s; }
    .c-list-header a.back-button img {
      position: relative;
      top: 2px;
      right: 3px; }
    .c-list-header a.back-button:hover {
      border-color: #fd7748; }
  .c-list-header a.inquire-button {
    text-decoration: none;
    color: #fd7748;
    height: 40px;
    line-height: 40px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 0.875rem;
    left: 12px;
    top: 0;
    bottom: 0;
    padding: 0 12px;
    border-radius: 2px;
    margin: auto 0 auto 90px;
    vertical-align: top;
    transition: border-color 0.25s; }
    .c-list-header a.inquire-button .c-icon {
      margin-right: 8px;
      vertical-align: middle; }
    .c-list-header a.inquire-button:hover {
      border-color: #fd7748; }
  .c-list-header .status {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    color: #4c4c4c;
    font-size: 0.75rem;
    opacity: 0.6; }
    .c-list-header .status .c-icon {
      margin-left: 8px; }

.p-messages-detail__header {
  color: #4c4c4c;
  border: 1px solid #eee;
  box-sizing: border-box;
  font-size: 0.875rem; }
  .p-messages-detail__header .row {
    padding: 8px 12px;
    line-height: 32px;
    vertical-align: middle;
    border-bottom: 1px dashed #eee; }
  .p-messages-detail__header li:last-of-type {
    border: none; }
  .p-messages-detail__header .c-tag {
    margin: 0 8px 0 0; }
  .p-messages-detail__header .c-type-date {
    float: right; }
  .p-messages-detail__header .c-type-link {
    margin-left: 12px; }
  @media (max-width: 768px) {
    .p-messages-detail__header {
      font-size: 0.75rem; }
      .p-messages-detail__header .c-heading-small {
        font-size: 0.875rem; }
      .p-messages-detail__header .c-type-date {
        float: inherit;
        display: block; }
      .p-messages-detail__header .c-tag {
        margin-right: 4px;
        font-size: 0.625rem; } }
  .p-messages-detail__header .company-icon {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    border: 1px solid #eee;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
  .p-messages-detail__header .job {
    float: right; }
    @media (max-width: 768px) {
      .p-messages-detail__header .job {
        float: inherit;
        border-top: 1px dashed #eee;
        margin-top: 8px;
        padding-top: 4px; } }

.p-messages-detail__content {
  padding: 20px 12px;
  position: relative; }
  .p-messages-detail__content .compose-new {
    position: absolute;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.875rem;
    right: 100px;
    top: 20px;
    color: #fd7748;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: opacity 0.25s;
    text-align: center; }
    .p-messages-detail__content .compose-new img {
      margin-right: 4px; }
    .p-messages-detail__content .compose-new.\--active {
      position: fixed;
      top: 84px;
      right: inherit;
      z-index: 100;
      margin-left: -100px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); }
    .p-messages-detail__content .compose-new:hover {
      opacity: 0.75; }
    .p-messages-detail__content .compose-new.\--sp {
      display: none; }
    @media (max-width: 768px) {
      .p-messages-detail__content .compose-new {
        display: block;
        top: inherit;
        bottom: 20px;
        right: 20px;
        position: fixed;
        z-index: 200;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .p-messages-detail__content .compose-new:hover {
          opacity: 1; }
        .p-messages-detail__content .compose-new.\--sp {
          display: inherit; } }
  .p-messages-detail__content .compose-application {
    position: absolute;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.875rem;
    right: 0;
    color: #fff;
    background-color: #fd7748;
    background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
    transition: opacity 0.25s;
    text-align: center; }
    .p-messages-detail__content .compose-application.\--active {
      position: fixed;
      top: 84px;
      right: inherit;
      z-index: 100;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); }
    .p-messages-detail__content .compose-application:hover {
      opacity: 0.75; }
    .p-messages-detail__content .compose-application.\--sp {
      display: none; }
    @media (max-width: 768px) {
      .p-messages-detail__content .compose-application {
        display: block;
        top: inherit;
        bottom: 20px;
        right: 20px;
        position: fixed;
        z-index: 200;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .p-messages-detail__content .compose-application:hover {
          opacity: 1; }
        .p-messages-detail__content .compose-application.\--sp {
          display: inherit; } }

.p-messages-detail__compose {
  width: 600px;
  position: fixed;
  background-color: #fff;
  bottom: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -4px 20px 4px rgba(0, 0, 0, 0.1);
  color: #4c4c4c;
  font-size: 0.875rem;
  display: none; }
  @media (max-width: 768px) {
    .p-messages-detail__compose {
      font-size: 0.75rem;
      width: 100%;
      position: relative;
      display: block;
      box-shadow: none; } }
  .p-messages-detail__compose .c-button-submit {
    margin: 24px auto; }
    @media (max-width: 768px) {
      .p-messages-detail__compose .c-button-submit {
        margin: 8px 12px;
        width: inherit; } }
  .p-messages-detail__compose .compose-header {
    height: 48px;
    background-color: #fd7748;
    background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
    padding-left: 16px;
    line-height: 48px;
    color: #fff; }
    @media (max-width: 768px) {
      .p-messages-detail__compose .compose-header {
        height: auto;
        padding-left: 0; } }
    .p-messages-detail__compose .compose-header .input-selector {
      width: 200px;
      float: right;
      border-color: #fd7748;
      margin: 6px 8px 0; }
      @media (max-width: 768px) {
        .p-messages-detail__compose .compose-header .input-selector {
          font-size: 0.75rem;
          width: inherit;
          margin: 4px 8px; } }
  @media (max-width: 768px) {
    .p-messages-detail__compose .compose-title {
      display: none; } }
  .p-messages-detail__compose .compose-subject {
    position: relative;
    border-bottom: 1px solid #eee;
    box-sizing: border-box; }
    .p-messages-detail__compose .compose-subject .c-input-text {
      height: 40px;
      padding: 0 12px 0 64px;
      border: 0; }
      .p-messages-detail__compose .compose-subject .c-input-text:focus {
        border: 0;
        outline: inherit; }
    .p-messages-detail__compose .compose-subject .lead {
      position: absolute;
      left: 12px;
      top: 10px;
      font-weight: bold; }
  .p-messages-detail__compose .compose-content {
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding: 16px 12px;
    margin: 0; }
    .p-messages-detail__compose .compose-content:focus {
      outline: inherit; }
    @media (max-width: 768px) {
      .p-messages-detail__compose .compose-content {
        margin: 16px auto;
        width: calc(100% - 24px);
        border-radius: 2px;
        border: 1px solid #ddd; } }
  .p-messages-detail__compose .compose-button {
    color: #fff;
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 4px;
    display: inline-block;
    position: relative;
    transition: background-color 0.25s;
    cursor: pointer; }
    .p-messages-detail__compose .compose-button:hover {
      background-color: rgba(0, 0, 0, 0.2); }
      @media (max-width: 768px) {
        .p-messages-detail__compose .compose-button:hover {
          background-color: inherit; } }
    .p-messages-detail__compose .compose-button .c-icon {
      line-height: 40px;
      height: 40px;
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    @media (max-width: 768px) {
      .p-messages-detail__compose .compose-button {
        display: none; } }

.c-message-list {
  list-style: none;
  padding: 0;
  margin: 24px 0; }
  .c-message-list li:nth-child(odd) {
    background-color: #FCFCFC; }

.c-message-list__item {
  border-bottom: 1px solid #eee;
  padding: 20px 12px 20px 0;
  position: relative; }
  @media (max-width: 768px) {
    .c-message-list__item {
      padding: 16px 12px; }
      .c-message-list__item.\--history {
        padding: 16px 12px 8px; }
        .c-message-list__item.\--history:before {
          content: "";
          position: absolute;
          right: 12px;
          top: 48px;
          margin: auto;
          width: 0;
          height: 0;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 8px solid #ddd; } }
  .c-message-list__item .input-check-btn {
    position: absolute;
    left: 36px;
    top: 0;
    bottom: 0;
    line-height: 32px;
    z-index: 10; }
    .c-message-list__item .input-check-btn .input-check-btn__check {
      border-color: #ddd; }
    @media (max-width: 768px) {
      .c-message-list__item .input-check-btn {
        left: 12px; } }
  .c-message-list__item .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #eee;
    display: inline-block;
    margin-right: 12px;
    background-color: #FAFAFA;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .c-message-list__item .icon.\--left {
      left: 16px; }
    .c-message-list__item .icon.\--has-note {
      left: 20px; }
      @media (max-width: 768px) {
        .c-message-list__item .icon.\--has-note {
          left: 8px; } }
    @media (max-width: 768px) {
      .c-message-list__item .icon {
        height: 30px;
        width: 30px;
        top: 8px;
        left: 56px;
        bottom: inherit; } }
  .c-message-list__item .inner {
    text-decoration: none;
    color: #4c4c4c;
    display: block;
    margin-left: 148px;
    font-size: 0.875rem;
    transition: opacity 0.25s; }
    .c-message-list__item .inner:hover {
      opacity: 0.5; }
    .c-message-list__item .inner.\--has-note {
      width: 540px;
      margin-left: 30px; }
      @media (max-width: 768px) {
        .c-message-list__item .inner.\--has-note {
          width: inherit;
          margin-left: inherit; } }
    @media (max-width: 768px) {
      .c-message-list__item .inner {
        margin-left: 48px; } }
  .c-message-list__item .note {
    position: absolute;
    right: 12px;
    top: 32px;
    margin: auto;
    width: 300px;
    height: 56px; }
    @media (max-width: 768px) {
      .c-message-list__item .note {
        width: 100%;
        display: block;
        position: relative;
        top: inherit;
        right: inherit;
        box-sizing: border-box;
        height: auto; } }
    .c-message-list__item .note .textarea {
      height: 56px;
      width: 100%;
      box-sizing: border-box;
      border: 1px solid rgba(253, 119, 72, 0.4);
      font-size: 0.875rem;
      padding: 8px;
      color: #4c4c4c;
      transition: border-color 0.25s;
      border-radius: 2px; }
      .c-message-list__item .note .textarea:focus {
        border-color: #fd7748;
        outline: none; }
      .c-message-list__item .note .textarea:hover {
        border-color: #fd7748; }
  .c-message-list__item .note-edit {
    padding: 0 8px;
    display: inline-block;
    color: #4c4c4c;
    position: absolute;
    top: -24px;
    opacity: 0.8;
    left: 0;
    font-size: 0.75rem;
    vertical-align: middle; }
    .c-message-list__item .note-edit img {
      width: 16px;
      position: relative;
      top: 1px; }
    @media (max-width: 768px) {
      .c-message-list__item .note-edit {
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        padding: 8px 12px; } }
  .c-message-list__item .info {
    float: left;
    width: 700px; }
  @media (max-width: 768px) {
    .c-message-list__item .company {
      width: calc(100% - 100px); } }
  .c-message-list__item .company.\--orange {
    color: #fd7748;
    font-weight: bold; }
  .c-message-list__item .company .text {
    margin: 0 0 8px; }
    @media (max-width: 768px) {
      .c-message-list__item .company .text {
        padding-left: 32px;
        font-size: 0.75rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; } }
  .c-message-list__item .title {
    margin: 0;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #4c4c4c; }
    @media (max-width: 768px) {
      .c-message-list__item .title {
        font-size: 0.75rem;
        margin: 16px auto 4px; } }
    .c-message-list__item .title .c-tag {
      margin-right: 8px;
      font-weight: normal; }
      @media (max-width: 768px) {
        .c-message-list__item .title .c-tag {
          position: absolute;
          top: 12px;
          right: 8px; } }
  .c-message-list__item .meta {
    position: absolute;
    right: 16px;
    top: 28px;
    margin: auto;
    text-align: right;
    color: #4c4c4c; }
    @media (max-width: 768px) {
      .c-message-list__item .meta {
        position: inherit;
        top: initial;
        right: inherit;
        text-align: left; } }
    .c-message-list__item .meta.\--history {
      top: 12px;
      height: auto;
      line-height: normal; }
    .c-message-list__item .meta .status {
      font-size: 0.75rem;
      color: rgba(76, 76, 76, 0.5); }
      .c-message-list__item .meta .status img {
        width: 15px;
        position: relative;
        top: 1px;
        left: 5px; }
      @media (max-width: 768px) {
        .c-message-list__item .meta .status {
          float: right; } }
    .c-message-list__item .meta .date {
      font-size: 0.75rem;
      opacity: 0.5;
      display: block; }
      @media (max-width: 768px) {
        .c-message-list__item .meta .date {
          display: initial;
          height: auto;
          margin: auto;
          float: left;
          line-height: 20px; } }
    .c-message-list__item .meta .c-icon {
      margin-left: 8px; }
    .c-message-list__item .meta .c-icon.\--unread {
      color: #fd7748; }

.p-messages .c-infobox {
  max-width: 640px;
  margin: auto; }

.p-messages .template-button {
  max-width: 300px; }
  @media (max-width: 768px) {
    .p-messages .template-button {
      max-width: inherit; } }

.p-messages__info {
  width: 640px;
  margin: auto; }
  @media (max-width: 768px) {
    .p-messages__info {
      width: inherit;
      padding: 0 12px; } }

.p-messages__scout {
  margin: 48px 0; }
  @media (max-width: 768px) {
    .p-messages__scout {
      padding: 0 12px; } }
  .p-messages__scout .text-block {
    width: 50%;
    float: left;
    box-sizing: border-box; }
    .p-messages__scout .text-block.\--left {
      padding-right: 12px; }
      @media (max-width: 768px) {
        .p-messages__scout .text-block.\--left {
          padding: 0; } }
    .p-messages__scout .text-block.\--right {
      padding-left: 12px; }
      @media (max-width: 768px) {
        .p-messages__scout .text-block.\--right {
          padding: 0; } }
    @media (max-width: 768px) {
      .p-messages__scout .text-block {
        width: 100%;
        float: inherit;
        margin-bottom: 12px; } }

.p-messages__list-block {
  width: 25%;
  float: left;
  font-size: 0.875rem;
  padding: 0 12px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .p-messages__list-block {
      width: 100%; } }
  .p-messages__list-block .list {
    line-height: 1.8; }
  .p-messages__list-block .link {
    color: #fd7748;
    text-decoration: none;
    transition: color 0.25s; }
    .p-messages__list-block .link:hover {
      color: #4c4c4c; }
  .p-messages__list-block .title {
    color: #4c4c4c;
    border-bottom: 1px solid #eee;
    padding: 0 0 8px; }
  .p-messages__list-block .c-tabs {
    margin: 48px auto 0; }

.p-messages__template .subject {
  margin: 20px 0;
  position: relative; }
  .p-messages__template .subject input[type=text] {
    border: 1px solid #ddd;
    height: 36px;
    border-radius: 2px;
    outline: inherit;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px 0 60px;
    margin: 0;
    transition: border-color 0.25s; }
    .p-messages__template .subject input[type=text]:focus {
      border-color: #fd7748; }

.p-messages__template .subject-title {
  position: absolute;
  line-height: 34px;
  height: 34px;
  top: 1px;
  left: 1px;
  padding: 0 12px;
  margin: auto;
  font-size: 0.75rem;
  background-color: #FAFAFA;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #4c4c4c;
  font-weight: bold; }

.p-messages__template .content {
  border-top: 1px solid #ddd;
  padding: 20px 0; }

.p-messages__template .c-input-textarea {
  line-height: 1.8; }

.p-messages-history__header {
  border-bottom: 1px solid #eee;
  padding: 12px 12px 12px 0;
  position: relative;
  margin-top: 24px; }
  @media (max-width: 768px) {
    .p-messages-history__header {
      padding: 8px 12px 16px;
      height: auto; }
      .p-messages-history__header .note {
        padding: 0; } }
  .p-messages-history__header .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #eee;
    display: inline-block;
    margin-right: 12px;
    background-color: #FAFAFA;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .p-messages-history__header .icon.\--left {
      left: 16px; }
    .p-messages-history__header .icon.\--has-note {
      left: 20px; }
      @media (max-width: 768px) {
        .p-messages-history__header .icon.\--has-note {
          left: 8px; } }
    @media (max-width: 768px) {
      .p-messages-history__header .icon {
        height: 30px;
        width: 30px;
        top: 8px;
        left: 56px;
        bottom: inherit; } }
  .p-messages-history__header .note {
    position: absolute;
    right: 12px;
    top: 32px;
    margin: auto;
    width: 300px;
    height: 56px; }
    @media (max-width: 768px) {
      .p-messages-history__header .note {
        width: 100%;
        display: block;
        position: relative;
        top: inherit;
        right: inherit;
        box-sizing: border-box;
        height: auto; } }
    .p-messages-history__header .note .textarea {
      height: 56px;
      width: 100%;
      box-sizing: border-box;
      border: 1px solid rgba(253, 119, 72, 0.4);
      font-size: 0.875rem;
      padding: 8px;
      color: #4c4c4c;
      transition: border-color 0.25s;
      border-radius: 2px; }
      .p-messages-history__header .note .textarea:focus {
        border-color: #fd7748;
        outline: none; }
      .p-messages-history__header .note .textarea:hover {
        border-color: #fd7748; }
  .p-messages-history__header .note-edit {
    padding: 0 8px;
    display: inline-block;
    color: #4c4c4c;
    position: absolute;
    top: -24px;
    opacity: 0.8;
    left: 0;
    font-size: 0.75rem;
    vertical-align: middle; }
    .p-messages-history__header .note-edit img {
      width: 16px;
      position: relative;
      top: 2px; }
    @media (max-width: 768px) {
      .p-messages-history__header .note-edit {
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        padding: 8px 12px; } }
  .p-messages-history__header .c-input-textarea {
    line-height: 1.8;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(253, 119, 72, 0.4);
    font-size: 0.875rem;
    padding: 8px;
    color: #4c4c4c;
    transition: border-color 0.25s;
    border-radius: 2px; }
  .p-messages-history__header .title {
    color: #fd7748;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 80px;
    margin: 0 0 0 80px; }
    @media (max-width: 768px) {
      .p-messages-history__header .title {
        line-height: 32px;
        margin-left: 48px; } }

.p-messages__history-list {
  margin: 0 auto 48px; }
  .p-messages__history-list .item {
    position: relative;
    border-bottom: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    vertical-align: middle; }
    @media (max-width: 768px) {
      .p-messages__history-list .item {
        height: auto;
        line-height: normal; } }
  .p-messages__history-list .link {
    color: #4c4c4c;
    text-decoration: none;
    display: block;
    transition: opacity 0.25s;
    position: relative; }
    .p-messages__history-list .link:hover {
      opacity: 0.75; }
  .p-messages__history-list .content {
    float: left;
    width: 800px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 12px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .p-messages__history-list .content {
        display: block;
        width: 100%;
        padding: 12px 12px 8px;
        font-size: 0.75rem;
        float: inherit; } }
  .p-messages__history-list .meta {
    position: absolute;
    right: 16px;
    top: 28px;
    margin: auto;
    text-align: right;
    color: #4c4c4c; }
    @media (max-width: 768px) {
      .p-messages__history-list .meta {
        position: inherit;
        top: initial;
        right: inherit;
        text-align: left; } }
    .p-messages__history-list .meta.\--history-01 {
      top: 12px;
      height: auto;
      line-height: normal; }
      .p-messages__history-list .meta.\--history-01 img {
        width: 14px;
        position: relative;
        top: 1px;
        left: 5px; }
    .p-messages__history-list .meta .status {
      font-size: 0.75rem;
      opacity: 0.5; }
      @media (max-width: 768px) {
        .p-messages__history-list .meta .status {
          float: right; } }
    .p-messages__history-list .meta .date {
      font-size: 0.75rem;
      opacity: 0.5;
      display: block; }
      @media (max-width: 768px) {
        .p-messages__history-list .meta .date {
          display: initial;
          height: auto;
          margin: auto;
          float: left;
          line-height: 20px; } }
    .p-messages__history-list .meta .c-icon {
      margin-left: 8px; }

.modal-container {
  background: #fff;
  display: none;
  border-radius: 8px;
  padding: 8px 16px 16px; }
  .modal-container__item {
    position: relative; }
  .modal-container .modal-title {
    font-size: 20px;
    color: #fd7748;
    font-weight: bold;
    margin: 8px 0; }
  .modal-container .modal-btn a {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 22px;
    height: 22px;
    background: url(/images/common/close.png) right 0 no-repeat; }
  .modal-container .modal-text {
    text-align: center;
    font-size: 14px;
    margin: 0; }
  .modal-container .modal-btn-area {
    margin-top: 16px;
    text-align: center; }
    .modal-container .modal-btn-area a {
      display: inline-block;
      padding: 12px 32px;
      text-align: center;
      font-size: 14px;
      min-width: 240px; }
    .modal-container .modal-btn-area .btn-primary {
      background: #f1764b;
      color: #fff; }
    .modal-container .modal-btn-area .btn-secondary {
      background: #ffca3a;
      color: #4d4d4d; }

.modal-container--small {
  background: #fff;
  display: none;
  border-radius: 8px;
  padding: 8px 16px 16px;
  width: 800px; }
  .modal-container--small__item {
    position: relative; }
  .modal-container--small .modal-title {
    font-size: 20px;
    color: #fd7748;
    font-weight: bold;
    margin: 8px 0; }
  .modal-container--small .modal-btn a {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    background: url(/images/common/close.png) right 0 no-repeat; }
  .modal-container--small .modal-text {
    text-align: center;
    font-size: 14px;
    margin: 0; }
  .modal-container--small .modal-btn-area {
    margin-top: 16px;
    text-align: center; }
    .modal-container--small .modal-btn-area a {
      display: inline-block;
      padding: 12px 32px;
      text-align: center;
      font-size: 14px;
      min-width: 240px; }
    .modal-container--small .modal-btn-area .btn-primary {
      background: #f1764b;
      color: #fff; }
    .modal-container--small .modal-btn-area .btn-secondary {
      background: #ffca3a;
      color: #4d4d4d; }

/*話を聞いてみたい*/
.c-modal__btn-close {
  width: 22px;
  height: 22px;
  background: url(/images/common/close.png) right 0 no-repeat;
  float: right; }

.c-modal__btn-close a {
  display: block;
  padding: 5px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 20px; }

.c-modal__title {
  color: #f1764b; }

.c-modal-meet-offer__images {
  display: inline-flex;
  margin: 10px 0 0 24px; }
  .c-modal-meet-offer__images li {
    width: 251px;
    background: url(/images/top/icon_arrow.png) no-repeat 229px center; }
  .c-modal-meet-offer__images li.last {
    width: 217px; }

.c-modal-meet-offer__contract {
  margin: 16px 0;
  padding: 12px 10px;
  background-color: #fdeddb; }
  .c-modal-meet-offer__contract dt {
    float: left; }
  .c-modal-meet-offer__contract dd {
    float: left; }

.c-modal-meet-offer__button {
  margin: 0 0 15px 234px; }

.send-offer-loader.hidden,
.send-offer-complete.hidden {
  display: none; }

.login-modal {
  padding: 22px 30px 30px;
  text-align: center; }
  .login-modal .modal-title {
    text-align: center; }
  .login-modal .login-modal__input {
    display: inline-block;
    padding: 5px 15px;
    margin: 15px auto;
    text-align: center;
    border-radius: 3px;
    background-color: #ffeee8; }
    .login-modal .login-modal__input .input-radio-btn {
      font-size: 1rem; }
  .login-modal .login-modal__dontshowagain {
    display: flex;
    justify-content: flex-start; }
    .login-modal .login-modal__dontshowagain .input-check-btn {
      margin: 0; }

.p-nav {
  height: 80px;
  background-color: #fd7748;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  border-bottom: 1px solid #fd7748;
  padding: 0 28px;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
  min-width: 1200px; }
  .p-nav.-login {
    background: white; }

.p-nav__logo-orange {
  display: inline-block;
  margin: 34px 0 0;
  width: 138px;
  height: 28px;
  background-image: url("/images/ui_renewal/nav_logo_orange.svg");
  background-size: contain;
  background-repeat: no-repeat; }
  .p-nav__logo-orange-text {
    display: none; }

.p-nav__logo-white {
  display: inline-block;
  margin: 34px 0 0;
  width: 138px;
  height: 28px;
  background-image: url("/images/ui_renewal/nav_logo_white.svg");
  background-size: contain;
  background-repeat: no-repeat; }
  .p-nav__logo-white-text {
    display: none; }

.p-nav__tagline {
  margin: 0;
  position: absolute;
  top: 15px;
  font-size: 10px;
  color: #fff; }
  .p-nav__tagline.-login {
    color: #4d4d4d; }

.p-nav__links {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  height: 80px; }
  .p-nav__links li {
    margin-right: 24px;
    display: inline-block;
    line-height: 80px;
    position: relative; }
    .p-nav__links li img {
      vertical-align: middle;
      margin-right: 2px;
      max-width: 24px;
      max-height: 24px;
      line-height: 80px; }
    .p-nav__links li .-align {
      vertical-align: middle; }
    .p-nav__links li .-star {
      margin-top: -4px; }
  .p-nav__links a {
    text-decoration: none;
    color: #4c4c4c;
    transition: color 0.25s;
    position: relative;
    padding: 0 12px;
    text-align: center; }
    .p-nav__links a:hover {
      color: #fd7748; }
  .p-nav__links .-unread {
    position: absolute;
    top: 24px;
    right: -2px;
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 6px;
    font-size: 10px;
    background-color: #fd7748; }
  .p-nav__links.-white a {
    color: white; }

.p-nav__user {
  height: 48px;
  line-height: 48px;
  float: right;
  margin: 16px 0 16px 20px;
  padding: 0 16px;
  border: 1px solid #fd7748;
  border-radius: 2px;
  text-decoration: none;
  color: #fd7748;
  transition: background-color 0.25s;
  background-color: white;
  cursor: pointer; }
  .p-nav__user:hover {
    background-color: rgba(253, 119, 72, 0.1); }
  .p-nav__user img {
    margin-right: 8px;
    margin-bottom: -1px; }

.p-nav__login {
  height: 48px;
  line-height: 48px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  float: right;
  color: #fd7748;
  margin: 16px 12px 0;
  border: 1px solid #fd7748;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background-color: white;
  transition: opacity 0.25s; }
  .p-nav__login:hover {
    opacity: 0.75; }

.p-nav__register {
  height: 48px;
  line-height: 48px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  float: right;
  color: white;
  margin: 16px 0 0 0;
  border: 1px solid white;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background-color: #fd7748;
  transition: opacity 0.25s; }
  .p-nav__register:hover {
    opacity: 0.75; }

.p-nav__user_menu {
  display: none;
  width: 140px;
  position: absolute;
  right: 24px;
  top: 68px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2); }
  .p-nav__user_menu li {
    height: 48px;
    padding: 0;
    line-height: 48px;
    border-bottom: 1px solid #eeeeee;
    text-align: center; }
    .p-nav__user_menu li:last-of-type {
      border: 0; }
  .p-nav__user_menu a {
    color: #4c4c4c;
    transition: color 0.25s;
    font-size: 14px;
    text-decoration: none;
    display: block; }
    .p-nav__user_menu a:hover {
      color: #fd7748; }

.sub-p-nav {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #fd7748;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%); }

.sub-p-nav__links {
  padding: 0;
  width: 1000px;
  margin: auto;
  list-style: none; }
  .sub-p-nav__links li {
    font-size: 15px;
    margin-right: 40px;
    display: inline-block;
    line-height: 44px;
    vertical-align: top; }
  .sub-p-nav__links a {
    text-decoration: none;
    color: white;
    transition: opacity 0.25s;
    display: block; }
    .sub-p-nav__links a:hover {
      opacity: 0.75; }
  .sub-p-nav__links.-white a {
    color: white; }

.p-nav-float {
  position: fixed;
  bottom: -60px;
  right: 32px;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.25s; }
  .p-nav-float.-active {
    bottom: 20px;
    visibility: visible; }

.p-nav-search {
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background-color: #fd7748;
  box-shadow: 0 0 16px rgba(253, 119, 72, 0.4);
  display: inline-block;
  vertical-align: middle;
  transition: all 0.25s; }
  .p-nav-search:hover {
    transform: scale(1.1); }
  .p-nav-search a {
    color: white;
    text-decoration: none;
    padding: 0 16px;
    transition: color 0.25s;
    display: block; }
    .p-nav-search a:hover {
      color: white; }
  .p-nav-search img {
    vertical-align: middle; }

.p-nav-scroll-top {
  background-color: white;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
  position: relative; }
  .p-nav-scroll-top::before {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fd7748; }
  .p-nav-scroll-top:hover {
    transform: scale(1.2); }

.findjob-day-icon {
  position: fixed;
  bottom: -93px;
  right: 15px;
  width: 183px;
  height: 93px;
  border-radius: 8px;
  border: 1px solid #d44615;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  animation: findjob-day-slide 0.3s ease-in-out 2s;
  animation-fill-mode: forwards;
  z-index: 101; }
  .findjob-day-icon a {
    display: block;
    background-color: #fd7748;
    transition: all 0.2s linear; }
  .findjob-day-icon a:hover {
    background-color: #e74810; }
  .findjob-day-icon img {
    display: block;
    width: 100%;
    height: auto; }

@keyframes findjob-day-slide {
  0% {
    opacity: 0.5;
    transform: translateY(0); }
  80% {
    opacity: 1;
    transform: translateY(-115px); }
  100% {
    opacity: 1;
    transform: translateY(-108px); } }

#fj-top .findjob-day-icon {
  left: 15px;
  right: auto; }

.c-notification-bar {
  position: fixed;
  top: 0;
  z-index: 300;
  left: 0;
  right: 0;
  background-color: #fd7748;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  display: none;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%); }
  @media (max-width: 768px) {
    .c-notification-bar {
      font-size: 1rem;
      height: 52px; } }

.c-notification-bar__text {
  font-weight: bold;
  margin: 48px auto; }
  @media (max-width: 768px) {
    .c-notification-bar__text {
      margin: auto;
      line-height: 52px; } }

.c-notification-bar__close {
  position: absolute;
  right: 48px;
  top: 48px;
  cursor: pointer;
  transition: opacity 0.25s; }
  .c-notification-bar__close:hover {
    opacity: 0.75; }
  @media (max-width: 768px) {
    .c-notification-bar__close {
      top: 18px;
      right: 18px; } }

.c-page-header.\--center {
  text-align: center; }

@media (max-width: 768px) {
  .c-page-header {
    padding-top: 52px; } }

.c-page-header__title {
  font-size: 2rem;
  text-align: center;
  color: #4c4c4c;
  margin: 24px 0; }
  .c-page-header__title.\--orange {
    color: #fd7748; }
  @media (max-width: 768px) {
    .c-page-header__title {
      font-size: 1.5rem;
      margin: 16px 0; } }

.c-page-tabs {
  height: 64px; }

.c-page-tabs__inner {
  height: 64px; }
  @media (max-width: 768px) {
    .c-page-tabs__inner {
      overflow: hidden;
      border-bottom: 1px solid #eee;
      border-top: 1px solid #eee;
      position: relative;
      -webkit-tap-highlight-color: transparent; } }
  .c-page-tabs__inner.is-active {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff; }
    @media (max-width: 768px) {
      .c-page-tabs__inner.is-active {
        top: 48px; } }

.c-page-tabs__right {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 64px;
  width: 60px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff); }
  .c-page-tabs__right:before {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    right: 12px;
    position: absolute;
    margin: auto;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #eee; }

.c-page-tabs__left {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 64px;
  width: 60px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff); }
  .c-page-tabs__left:before {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 12px;
    position: absolute;
    margin: auto;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #eee; }

.c-page-tabs__list {
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 0.875rem;
  font-weight: bold;
  margin: auto;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .c-page-tabs__list {
      white-space: nowrap;
      overflow-x: scroll;
      padding: 0 12px 20px;
      border: 0;
      margin: 0;
      -webkit-overflow-scrolling: touch; } }
  .c-page-tabs__list .item {
    display: inline-block;
    line-height: 60px;
    padding: 0 8px;
    margin: 0 12px; }
    @media (max-width: 768px) {
      .c-page-tabs__list .item {
        line-height: 64px;
        height: 64px;
        box-sizing: border-box;
        vertical-align: top; } }
  .c-page-tabs__list .item.is-active {
    border-bottom: 1px solid #4c4c4c; }
    .c-page-tabs__list .item.is-active a {
      color: #4c4c4c; }
  .c-page-tabs__list .c-icon {
    margin-right: 8px;
    vertical-align: middle; }
  .c-page-tabs__list a {
    color: #fd7748;
    text-decoration: none;
    transition: color 0.25s; }
    .c-page-tabs__list a:hover {
      color: #4c4c4c; }

.c-search-pager {
  margin: 60px 0;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.c-search-pager li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  margin: 0 5px; }

li.c-search-pager__prev {
  width: 90px;
  background-color: #fff;
  position: relative; }

li.c-search-pager__next {
  width: 90px;
  margin-right: 0;
  border: 0;
  position: relative; }

.c-search-pager li a {
  color: #fd7748;
  display: block;
  background: #fff;
  border: 1px solid #fd7748; }

.c-search-pager li.current a {
  color: #949494;
  font-weight: bold;
  background: #eee;
  border: 1px solid #eee; }

li.c-search-pager__next a {
  background-color: #fff;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%); }

.c-point-grid {
  width: 760px;
  list-style: none;
  position: relative;
  z-index: 2;
  padding: 20px 0; }
  .c-point-grid:after {
    content: "";
    clear: both;
    display: table; }
  @media (max-width: 768px) {
    .c-point-grid {
      padding: 20px 12px;
      width: auto; } }
  .c-point-grid .item {
    padding: 0;
    width: 350px;
    float: left;
    margin: 0 15px 48px;
    background-color: white; }
    @media (max-width: 768px) {
      .c-point-grid .item {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 48px; } }
  .c-point-grid li.item:last-of-type {
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .c-point-grid li.item:last-of-type {
        margin-bottom: 12px; } }

.card {
  width: 100%;
  height: 220px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  padding: 28px 16px 60px;
  position: relative;
  border-radius: 4px; }
  @media (max-width: 768px) {
    .card {
      height: auto;
      box-shadow: none;
      border: 1px solid rgba(253, 119, 72, 0.2);
      padding-bottom: 0; } }
  .card .card__icon {
    background: linear-gradient(0deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
    height: 116px;
    width: 116px;
    margin: 0 auto 16px;
    border-radius: 58px;
    box-shadow: 0 4px 8px rgba(253, 119, 72, 0.2);
    position: relative; }
    .card .card__icon img {
      position: absolute;
      height: 56px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      .card .card__icon img.\--large {
        height: 70px; }
  .card .card__title {
    color: #333;
    font-size: 0.875rem;
    margin: 0 0 8px;
    font-weight: bold;
    text-align: center; }

.responsive-nav {
  width: 100%;
  height: 80px;
  background-color: #fd7748;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  border-bottom: 1px solid #fd7748;
  padding: 0 28px;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
  top: 0; }
  @media (max-width: 1000px) and (min-width: 769px) {
    .responsive-nav.-logout {
      padding: 0 65px 0 28px; } }
  @media (max-width: 768px) {
    .responsive-nav {
      position: fixed;
      width: 100%;
      margin: 0 auto;
      height: 65px;
      padding: 0 65px 0 0;
      min-width: auto; } }
  @media (max-width: 320px) {
    .responsive-nav {
      height: 60px; } }
  .responsive-nav.-login {
    background: white; }
    @media (max-width: 768px) {
      .responsive-nav.-login {
        padding: 0; } }

@media (max-width: 768px) {
  .responsive-nav-top-link {
    padding: 22px 0 0 20px;
    display: inline-block; } }

.p-nav__tagline {
  margin: 0;
  position: absolute;
  top: 15px;
  font-size: 10px;
  color: #fff; }
  .-login .p-nav__tagline {
    color: #4d4d4d; }
  @media (max-width: 768px) {
    .p-nav__tagline {
      display: none; } }

.responsive-nav__logo {
  display: inline-block;
  margin: 34px 0;
  width: 138px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain; }
  .responsive-nav__logo-text {
    display: none; }
  @media (max-width: 768px) {
    .responsive-nav__logo {
      width: 100px;
      height: 20px;
      background-size: contain;
      margin: 0;
      position: absolute;
      top: 35%;
      left: 20px; } }
  @media (max-width: 320px) {
    .responsive-nav__logo {
      width: 80px;
      height: 16px;
      left: 16px; } }

.responsive-nav__logo-orange {
  background-image: url("/images/ui_renewal/nav_logo_orange.svg"); }

.responsive-nav__logo-white {
  background-image: url("/images/ui_renewal/nav_logo_white.svg"); }

@media (max-width: 1000px) and (min-width: 769px) {
  .-logout .responsive-nav__links {
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
    max-height: 0;
    margin-top: 1px;
    background-color: #fff;
    overflow: hidden;
    /*transition: all 1s cubic-bezier(0.5, 1, 0.22, 1);*/ }
    .-logout .responsive-nav__links li {
      padding: 0;
      margin: 0;
      display: block;
      line-height: inherit; }
      .-logout .responsive-nav__links li .-star {
        width: 21px; }
    .-logout .responsive-nav__links a {
      display: block;
      background-color: #fd7748;
      transition: opacity 0.5s ease;
      display: block;
      padding: 1rem 0;
      text-align: center;
      border-bottom: 1px solid #fdeddb; }
      .-logout .responsive-nav__links a:link, .-logout .responsive-nav__links a:visited {
        color: #fff; }
      .-logout .responsive-nav__links a:hover, .-logout .responsive-nav__links a:focus {
        opacity: 0.75; } }

.responsive-nav__links {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  height: 80px; }
  @media (max-width: 768px) {
    .responsive-nav__links {
      position: absolute;
      top: 64px;
      left: 0;
      width: 100%;
      max-height: 0;
      margin-top: 1px;
      background-color: #fff;
      overflow: hidden;
      /*transition: all 1s cubic-bezier(0.5, 1, 0.22, 1);*/ } }
  @media (max-width: 320px) {
    .responsive-nav__links {
      top: 59px; } }
  .responsive-nav__links li {
    margin-right: 12px;
    display: inline-block;
    line-height: 80px;
    position: relative; }
    .responsive-nav__links li img {
      vertical-align: middle;
      margin-right: 2px;
      max-width: 24px;
      max-height: 24px;
      line-height: 80px; }
    .responsive-nav__links li .-align {
      vertical-align: middle; }
    .responsive-nav__links li .-star {
      margin-top: -4px; }
    @media (max-width: 768px) {
      .responsive-nav__links li {
        padding: 0;
        margin: 0;
        display: block;
        line-height: inherit; }
        .responsive-nav__links li .-star {
          width: 21px; } }
  .responsive-nav__links a {
    text-decoration: none;
    color: #4c4c4c;
    transition: color 0.25s;
    position: relative;
    padding: 0 12px;
    text-align: center; }
    .responsive-nav__links a:hover {
      color: #fd7748; }
    @media (max-width: 768px) {
      .responsive-nav__links a {
        display: block;
        background-color: #fd7748;
        transition: opacity 0.5s ease;
        display: block;
        padding: 1rem 0;
        text-align: center;
        border-bottom: 1px solid #fdeddb; }
        .responsive-nav__links a:link, .responsive-nav__links a:visited {
          color: #fff; }
        .responsive-nav__links a:hover, .responsive-nav__links a:focus {
          opacity: 0.75; } }
  .responsive-nav__links .-unread {
    position: absolute;
    top: 24px;
    right: -2px;
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 6px;
    font-size: 10px;
    background-color: #fd7748; }
  .responsive-nav__links.-white a {
    color: white; }

@media (max-width: 768px) {
  .-login .responsive-nav__links {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    max-height: 0;
    margin-top: 0;
    background-color: #fff;
    overflow: visible;
    transition: none 0; } }

@media (max-width: 768px) {
  .-login .responsive-nav__links li {
    display: inline-block; } }

@media (max-width: 768px) {
  .-login .responsive-nav__links a {
    background-color: transparent;
    transition: opacity 0.5s ease;
    display: inline-block;
    padding: 10px 2px;
    border-bottom-width: 0; }
    .-login .responsive-nav__links a:link, .-login .responsive-nav__links a:visited {
      color: #4c4c4c; }
    .-login .responsive-nav__links a:hover, .-login .responsive-nav__links a:focus {
      opacity: 0.75; } }

@media (max-width: 768px) {
  .-login .responsive-nav__links a img {
    display: block;
    margin: 0 auto; } }

@media (max-width: 768px) {
  .-login .responsive-nav__links a .-align {
    color: #4c4c4c;
    font-size: 10px; } }

.responsive-nav__user {
  height: 48px;
  line-height: 48px;
  float: right;
  margin: 16px 0 16px 20px;
  padding: 0 16px;
  border: 1px solid #fd7748;
  border-radius: 2px;
  text-decoration: none;
  color: #fd7748;
  transition: background-color 0.25s;
  background-color: white;
  cursor: pointer;
  font-size: 14px; }
  .responsive-nav__user:hover {
    background-color: rgba(253, 119, 72, 0.1); }
  @media (max-width: 768px) {
    .responsive-nav__user {
      margin: 16px 20px 16px 16px;
      min-width: auto;
      width: 35px;
      height: 35px;
      line-height: 13px;
      padding: 10px; } }
  @media (max-width: 320px) {
    .responsive-nav__user {
      margin: 12px; } }
  .responsive-nav__user img {
    margin-right: 8px;
    margin-bottom: -1px; }
  @media (max-width: 768px) {
    .responsive-nav__user span {
      display: none; } }

.responsive-nav__login {
  height: 48px;
  line-height: 48px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  float: right;
  color: #fd7748;
  margin: 16px 12px 0;
  border: 1px solid #fd7748;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background-color: white;
  transition: opacity 0.25s; }
  .responsive-nav__login:hover {
    opacity: 0.75; }
  @media (max-width: 768px) {
    .responsive-nav__login {
      height: 30px;
      line-height: 30px;
      width: auto;
      font-size: 12px;
      padding: 0 10px; } }
  @media (max-width: 320px) {
    .responsive-nav__login {
      padding: 0 4px;
      margin: 19px 8px 0;
      height: 24px;
      line-height: 24px;
      font-size: 11px; } }

.responsive-nav__register {
  height: 48px;
  line-height: 48px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  float: right;
  color: white;
  margin: 16px 0 0 0;
  border: 1px solid white;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background-color: #fd7748;
  transition: opacity 0.25s; }
  .responsive-nav__register:hover {
    opacity: 0.75; }
  @media (max-width: 768px) {
    .responsive-nav__register {
      height: 30px;
      line-height: 30px;
      width: auto;
      font-size: 12px;
      padding: 0 10px; } }
  @media (max-width: 320px) {
    .responsive-nav__register {
      margin-top: 19px;
      height: 24px;
      line-height: 24px;
      font-size: 11px;
      padding: 0 8px; } }

.p-nav__user_menu {
  display: none;
  width: 160px;
  position: absolute;
  right: 28px;
  top: 65px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 768px) {
    .p-nav__user_menu {
      right: 20px;
      top: 52px;
      z-index: 99; } }
  @media (max-width: 320px) {
    .p-nav__user_menu {
      right: 12px;
      top: 47px; } }
  .p-nav__user_menu li {
    height: 48px;
    padding: 0;
    line-height: 48px;
    border-bottom: 1px solid #eeeeee;
    text-align: center; }
    .p-nav__user_menu li:last-of-type {
      border: 0; }
  .p-nav__user_menu a {
    color: #4c4c4c;
    transition: color 0.25s;
    font-size: 14px;
    text-decoration: none;
    display: block; }
    .p-nav__user_menu a:hover {
      color: #fd7748; }

.sub-p-nav {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #fd7748;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%); }

.sub-p-nav__links {
  padding: 0;
  width: 1000px;
  margin: auto;
  list-style: none; }
  .sub-p-nav__links li {
    font-size: 15px;
    margin-right: 40px;
    display: inline-block;
    line-height: 44px;
    vertical-align: top; }
  .sub-p-nav__links a {
    text-decoration: none;
    color: white;
    transition: opacity 0.25s;
    display: block; }
    .sub-p-nav__links a:hover {
      opacity: 0.75; }
  .sub-p-nav__links.-white a {
    color: white; }

.p-nav-float {
  position: fixed;
  bottom: -60px;
  right: 32px;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.25s; }
  .p-nav-float.-active {
    bottom: 20px;
    visibility: visible; }

.responsive-nav-search {
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background-color: #fd7748;
  box-shadow: 0 0 16px rgba(253, 119, 72, 0.4);
  display: inline-block;
  vertical-align: middle;
  transition: all 0.25s; }
  .responsive-nav-search:hover {
    transform: scale(1.1); }
  .responsive-nav-search a {
    color: white;
    text-decoration: none;
    padding: 0 16px;
    transition: color 0.25s;
    display: block; }
    .responsive-nav-search a:hover {
      color: white; }
  .responsive-nav-search img {
    vertical-align: middle; }

.p-nav-scroll-top {
  background-color: white;
  height: 44px;
  width: 44px;
  border-radius: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
  position: relative; }
  .p-nav-scroll-top::before {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fd7748; }
  .p-nav-scroll-top:hover {
    transform: scale(1.2); }

.responsive-nav__icon {
  display: none;
  position: absolute;
  top: 35%;
  right: 20px;
  height: 27px;
  width: 27px;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
  color: transparent;
  text-shadow: 0 0 0 gray;
  text-align: center; }
  .responsive-nav__icon:focus {
    outline: none; }
  @media (max-width: 1000px) and (min-width: 769px) {
    .responsive-nav__icon {
      display: block; } }
  @media (max-width: 768px) {
    .responsive-nav__icon {
      display: block; } }

.responsive-nav__icon-line {
  position: absolute;
  display: block;
  background: #fff;
  width: 27px;
  height: 0.16rem;
  border-radius: 1px;
  left: 0;
  transition: all 0.6s cubic-bezier(0.5, 0.1, 0, 1.2); }
  .responsive-nav__icon-line:first-child {
    top: 0; }
  .responsive-nav__icon-line:nth-child(2) {
    top: 8px; }
  .responsive-nav__icon-line:nth-child(3) {
    top: 16px; }

.responsive-nav__toggle[type=checkbox] {
  display: none;
  visibility: hidden; }
  .responsive-nav__toggle[type=checkbox]:checked ~ .nav__items {
    height: auto;
    max-height: 18rem;
    transition: all 1s cubic-bezier(0.5, 1, 0.22, 1); }
  .responsive-nav__toggle[type=checkbox]:checked ~ label .responsive-nav__icon-line:first-child {
    top: 0px;
    width: 27px;
    transform: translateX(-8px) rotate(-45deg) translateY(12px); }
  .responsive-nav__toggle[type=checkbox]:checked ~ label .responsive-nav__icon-line:nth-child(2) {
    opacity: 0; }
  .responsive-nav__toggle[type=checkbox]:checked ~ label .responsive-nav__icon-line:nth-child(3) {
    top: 14px;
    width: 27px;
    transform: translateX(-5px) rotate(45deg) translateY(-8px); }

.mark-box-kininaru {
  width: 30px;
  height: 30px;
  padding: 0px;
  position: absolute;
  top: -14px;
  right: -6px; }
  @media (max-width: 768px) {
    .mark-box-kininaru {
      top: -4px;
      right: -2px; } }

.mark-box-dummy {
  width: 30px;
  height: 30px;
  padding: 0px;
  position: absolute;
  top: -14px;
  right: -6px; }
  @media (max-width: 768px) {
    .mark-box-dummy {
      top: -4px;
      right: -2px; } }

.mark-box-kininaru:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ff7748 transparent transparent; }

.mark-box-mail {
  width: 30px;
  height: 30px;
  padding: 0px;
  position: absolute;
  top: -14px;
  right: -6px; }
  @media (max-width: 768px) {
    .mark-box-mail {
      top: -4px;
      right: -2px; } }

.mark-box-mail:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ff7748 transparent transparent; }

.p-search__empty {
  max-width: 400px;
  margin: auto;
  color: #4c4c4c;
  text-align: center; }
  @media (max-width: 768px) {
    .p-search__empty {
      width: 100%; } }
  .p-search__empty .inner {
    margin: 100px 0; }
    @media (max-width: 768px) {
      .p-search__empty .inner {
        padding: 0 12px;
        margin: 48px 0; } }
  .p-search__empty .icon {
    width: 250px;
    margin-bottom: 20px; }
  .p-search__empty .title {
    font-weight: bold;
    margin: 0;
    font-size: 1.5rem; }
    @media (max-width: 768px) {
      .p-search__empty .title {
        font-size: 1.25rem; } }
  .p-search__empty .detail {
    font-size: 0.875rem;
    margin: 0; }

.section-header {
  position: relative; }

.section-header__img {
  display: block; }

.section-header__title {
  position: absolute;
  bottom: 8px;
  margin: auto;
  left: 12px;
  font-family: sans-serif;
  color: #fd7748; }
  .section-header__title.-teal {
    color: #00c7bd; }

.section-header__more {
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  text-decoration: none;
  padding: 0 12px;
  border-radius: 2px;
  display: block;
  color: #fd7748;
  background-color: rgba(253, 119, 72, 0.1);
  border: 1px solid rgba(253, 119, 72, 0.2);
  transition: background-color 0.25s;
  vertical-align: middle; }
  .section-header__more.-large {
    height: 44px;
    width: 280px;
    text-align: center;
    line-height: 44px; }
    .section-header__more.-large img {
      position: absolute;
      right: 12px;
      top: 0;
      bottom: 0;
      margin: auto; }
  .section-header__more:hover {
    background-color: rgba(253, 119, 72, 0.3); }
  .section-header__more.-teal {
    color: #00c7bd;
    background-color: rgba(0, 199, 189, 0.1);
    border-color: rgba(0, 199, 189, 0.2); }
    .section-header__more.-teal:hover {
      background-color: rgba(0, 199, 189, 0.2); }
  .section-header__more img {
    vertical-align: middle;
    margin-left: 4px; }

.section__grid {
  width: 100%;
  display: block;
  overflow: auto; }

.section__grid-list {
  padding: 0;
  overflow: hidden;
  margin-top: 24px; }
  .section__grid-list li {
    min-height: 354px; }
  .section__grid-list li:nth-child(4n) {
    margin-right: 0; }

.section__grid-title {
  font-weight: bold;
  font-size: 20px;
  color: #4c4c4c;
  margin-bottom: 4px; }

.star-action {
  height: 48px;
  width: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: block;
  cursor: pointer; }
  .star-action img {
    position: absolute;
    height: 24px;
    width: 24px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.25s; }
    .star-action img:hover {
      transform: scale(1.2); }

.section__career {
  margin: 44px 0;
  overflow: auto; }
  .section__career .see-more {
    float: right; }

.section__career-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  height: 400px;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center; }

.section__career-list li {
  height: 400px;
  width: 280px;
  margin-right: 22px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 140px 0 0;
  transition: opacity 0.25s; }
  .section__career-list li:hover {
    opacity: 0.75; }

.section__career-list a {
  text-decoration: none; }

.section__career-list_upper {
  height: 260px;
  width: 240px;
  background-color: #eee;
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;
  margin: auto;
  background-position: center;
  background-size: cover; }

.section__career-list_upper.-designer {
  background-image: url("/images/ui_renewal/career_design.jpg"); }

.section__career-list_upper.-engineer {
  background-image: url("/images/ui_renewal/career_engineer.jpg"); }

.section__career-list_upper.-director {
  background-image: url("/images/ui_renewal/career_director.jpg"); }

.section__career-list_upper.-writer {
  background-image: url("/images/ui_renewal/career_writer.jpg"); }

.section__career-list_lower {
  height: 260px;
  width: 100%;
  background-color: white;
  color: #4c4c4c;
  padding: 130px 16px 16px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  position: relative;
  border-radius: 2px;
  white-space: normal; }

.section__career-list_title {
  margin: 0;
  font-weight: bold;
  font-size: 15px; }

.section__career-list_body {
  margin: 0;
  font-size: 12px;
  opacity: 0.6; }

.section__guide {
  width: 100%;
  position: relative;
  margin-bottom: 40px; }

.section__guide-details {
  float: left;
  width: 560px;
  background-color: white;
  padding: 0 16px;
  color: #4c4c4c;
  padding-top: 24px; }
  .section__guide-details .-image {
    display: block;
    background-image: url("/images/ui_renewal/guide_header01.png");
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.section__guide-details_title {
  font-weight: normal;
  font-size: 32px;
  margin: 0 0 8px; }

.section__guide-details_desc {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 8px; }

.section__guide__item {
  overflow: hidden; }

.section__guide-list {
  float: right;
  width: 594px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 8px; }
  .section__guide-list-item {
    width: 297px;
    padding: 16px 28px 12px 16px;
    position: relative; }
    .section__guide-list-item a:hover {
      opacity: 0.6; }
    .section__guide-list-item::before {
      position: absolute;
      top: 16px;
      left: 0;
      width: 40px;
      height: 40px;
      content: "";
      background-color: #00c7bd;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 24px;
      background-image: url(/images/ui_renewal/guide_prep_icon.png);
      transition: background-color 0.25s; }
    .section__guide-list-item:nth-of-type(2)::before {
      background-color: #58c97a;
      background-image: url(/images/ui_renewal/guide_search_icon.png); }
    .section__guide-list-item:nth-of-type(3)::before {
      background-color: #fd7748;
      background-image: url(/images/ui_renewal/guide_cv_icon.png); }
    .section__guide-list-item:nth-of-type(4)::before {
      background-color: #fa728e;
      background-image: url(/images/ui_renewal/guide_interview_icon.png); }
    .section__guide-list-item:nth-of-type(5)::before {
      background-color: #2d9cdb;
      background-image: url(/images/ui_renewal/guide_retirement_icon.png); }
    .section__guide-list-item:nth-of-type(6)::before {
      background-color: #eb5757;
      background-image: url(/images/ui_renewal/guide_jobs_icon.png); }

.section__guide-list_item {
  display: block;
  position: relative; }

li.section__guide-list_item:nth-of-type(1) .section__guide-list_icon {
  background-color: #00c7bd;
  transition: background-color 0.25s; }

li.section__guide-list_item:nth-of-type(2) .section__guide-list_icon {
  background-color: #58c97a; }

li.section__guide-list_item:nth-of-type(3) .section__guide-list_icon {
  background-color: #fd7748; }

li.section__guide-list_item:nth-of-type(4) .section__guide-list_icon {
  background-color: #fa728e; }

.section__guide-list_icon {
  height: 60px;
  width: 60px;
  float: left;
  margin: 16px 20px 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px; }

.section__guide-list_text {
  color: #4c4c4c;
  padding: 10px 0 0;
  margin-right: 48px;
  display: block; }

.section__guide-list_title {
  font-size: 16px;
  margin: 0; }

.section__guide-list_sub {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 4px;
  opacity: 0.6; }

.section__guide-list_arrow {
  position: absolute;
  width: 48px;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("/images/ui_renewal/guide_arrow.svg");
  background-repeat: no-repeat;
  background-position: center; }

a.see-more {
  background: rgba(253, 119, 72, 0.1);
  border: 1px solid rgba(253, 119, 72, 0.2);
  box-sizing: border-box;
  border-radius: 2px;
  display: block;
  width: 280px;
  line-height: 52px;
  height: 52px;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  color: #fd7748;
  transition: background-color 0.25s; }
  a.see-more.-wide {
    margin-top: 24px;
    width: 100%; }
  a.see-more:hover {
    background-color: rgba(253, 119, 72, 0.2); }
  a.see-more img {
    margin-left: 8px; }

.section__interview {
  background-color: white; }

.section__interview_inner {
  width: 1200px;
  margin: auto;
  overflow: auto;
  padding: 32px 0; }
  .section__interview_inner a {
    text-decoration: none; }

.section__interview_article {
  padding-top: 24px;
  width: 1200px;
  display: flex; }
  .section__interview_article .see-more {
    float: right; }

.section__interview_card {
  position: relative;
  transition: opacity 0.25s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 20px 24px 0; }
  .section__interview_card:hover {
    opacity: 0.75; }
  .section__interview_card .-company {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px;
    line-height: 38px;
    height: 36px;
    font-size: 15px;
    color: #4c4c4c;
    display: inline-block;
    background-color: white; }

.section__interview_card-large {
  transition: opacity 0.25s;
  margin-bottom: 24px; }
  .section__interview_card-large:hover {
    opacity: 0.75; }
  .section__interview_card-large .-image {
    width: 386px;
    height: 257px;
    background-color: #f0f0f0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .section__interview_card-large .-company {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 8px;
    line-height: 38px;
    height: 36px;
    font-size: 15px;
    color: #4c4c4c;
    display: inline-block;
    background-color: white; }
  .section__interview_card-large .-title {
    font-size: font-size-base;
    color: #4c4c4c;
    font-weight: bold; }
  .section__interview_card-large .-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #4c4c4c;
    opacity: 0.8; }

.section__description {
  width: 1000px;
  margin: auto;
  color: #4c4c4c;
  padding: 40px 0; }
  .section__description h2 {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    padding: 0 0 12px; }
  .section__description p {
    font-size: 12px; }

.section__work-style {
  margin-bottom: 48px;
  width: 100%;
  display: block; }

.section__work-style_item {
  margin: 24px 60px 0 0;
  width: 360px;
  float: left;
  position: relative; }
  .section__work-style_item p {
    color: #4c4c4c;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 12px auto 0; }

.section__work-style_tag {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #00c7bd;
  background: linear-gradient(180deg, #2de3da 0%, #00c7bd 100%);
  border-radius: 16px;
  height: 56px;
  width: 56px;
  color: white;
  line-height: 56px;
  text-align: center;
  font-size: 24px; }

div.section__work-style_item:last-of-type {
  margin-right: 0; }

.section__work-style_image {
  height: 240px;
  width: 100%;
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .section__work-style_image.-full {
    background-image: url("/images/ui_renewal/work_style_1.jpg"); }
  .section__work-style_image.-contract {
    background-image: url("/images/ui_renewal/work_style_2.jpg"); }
  .section__work-style_image.-part-time {
    background-image: url("/images/ui_renewal/work_style_3.jpg"); }

a.section__work-style_link {
  display: block;
  text-decoration: none;
  transition: opacity 0.25s; }
  a.section__work-style_link:hover {
    opacity: 0.75; }

.top-special {
  display: flex;
  justify-content: space-between;
  padding: 24px 8px 24px 0; }
  .top-special .top-feature__newest {
    width: 410px;
    height: 294px;
    border-left: 4px solid #00c7bd;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
    .top-special .top-feature__newest .top-feature__img-wrap {
      height: 145px;
      background: #eafaf9 url("/images/ui_renewal/top_special/banner/top-special__newest-bg.png") no-repeat center center/cover; }
    .top-special .top-feature__newest .top-feature__img {
      height: 145px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    .top-special .top-feature__newest .top-feature__info {
      padding: 12px 16px; }
  .top-special .top-feature__time {
    font-size: 12px;
    color: #999;
    margin: 0 0 4px; }
  .top-special .top-feature__desc {
    font-size: 14px;
    color: #000;
    margin: 0; }
  .top-special .top-feature__title {
    font-size: 18px;
    margin: 0; }
    .top-special .top-feature__title a {
      color: #fd7748; }
      .top-special .top-feature__title a:hover {
        opacity: 0.75; }
  .top-special .top-feature__other {
    width: 410px; }
    .top-special .top-feature__other li {
      height: 90px;
      display: flex;
      border-left: 4px solid #00c7bd;
      margin-bottom: 12px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
      .top-special .top-feature__other li:last-child {
        margin-bottom: 0; }
      .top-special .top-feature__other li .top-feature__img {
        margin: 12px;
        width: 66px;
        height: 66px;
        background-size: contain; }
      .top-special .top-feature__other li .top-feature__info {
        width: 320px;
        padding: 8px 8px 8px 0;
        line-height: 1.2; }
        .top-special .top-feature__other li .top-feature__info .top-feature__time {
          margin-bottom: 4px; }
        .top-special .top-feature__other li .top-feature__info .top-feature__desc {
          margin-bottom: 4px; }
        .top-special .top-feature__other li .top-feature__info .top-feature__title {
          font-size: 16px; }

.c-settings-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 300;
  display: none; }
  .c-settings-modal.\--active {
    display: block; }
  @media (max-width: 768px) {
    .c-settings-modal {
      width: 100%;
      margin: auto; } }

.c-settings-modal__overlay {
  overflow-y: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block; }
  @media (max-width: 768px) {
    .c-settings-modal__overlay {
      overflow: inherit; } }
  .c-settings-modal__overlay .inner {
    width: 700px;
    margin: 100px auto;
    background-color: white;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    padding: 0;
    border-radius: 4px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .c-settings-modal__overlay .inner {
        width: inherit;
        display: block;
        margin: auto;
        overflow: auto;
        height: 100%;
        padding-bottom: 80px;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch; } }
  .c-settings-modal__overlay .header {
    border-bottom: 1px solid #eee;
    position: relative;
    height: 64px;
    font-size: 0.875rem;
    padding: 12px 64px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .c-settings-modal__overlay .header {
        padding-top: 20px; } }
    .c-settings-modal__overlay .header .c-icon {
      position: absolute;
      left: 12px;
      top: 12px;
      height: 36px;
      width: 36px;
      border-radius: 18px;
      background-color: rgba(253, 119, 72, 0.05);
      display: block;
      color: #fd7748;
      text-align: center;
      line-height: 36px; }
  .c-settings-modal__overlay .adv_section_header {
    padding-left: 37px;
    height: auto;
    cursor: pointer;
    transition: background-color 0.1s linear; }
    .c-settings-modal__overlay .adv_section_header:hover {
      background-color: #f5f5f5; }
    .c-settings-modal__overlay .adv_section_header p {
      position: relative;
      padding-left: 15px; }
      .c-settings-modal__overlay .adv_section_header p:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: solid 6px transparent;
        border-left: solid 8px #fd7748;
        top: 45%;
        left: 0;
        margin-top: -5px; }
      .c-settings-modal__overlay .adv_section_header p.adv_list_open:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: solid 6px transparent;
        border-top: solid 8px #fd7748;
        top: 55%;
        left: -3px;
        margin-top: -5px; }
  .c-settings-modal__overlay .title {
    color: #4c4c4c;
    font-weight: bold;
    margin: 0; }
  .c-settings-modal__overlay .detail {
    color: #fd7748;
    margin: 0; }
    @media (max-width: 768px) {
      .c-settings-modal__overlay .detail {
        display: none; } }
  .c-settings-modal__overlay .list {
    list-style: none;
    width: 650px;
    margin: 12px auto;
    padding: 0 12px; }
    @media (max-width: 768px) {
      .c-settings-modal__overlay .list {
        width: 100%;
        box-sizing: border-box;
        margin: 12px auto; } }
    .c-settings-modal__overlay .list .item {
      width: 50%;
      float: left;
      padding-right: 20px; }
      @media (max-width: 768px) {
        .c-settings-modal__overlay .list .item {
          width: 100%;
          float: inherit; } }
    .c-settings-modal__overlay .list.\--small .item {
      width: 25%; }
      @media (max-width: 768px) {
        .c-settings-modal__overlay .list.\--small .item {
          width: 50%;
          float: left; } }
  .c-settings-modal__overlay .adv_section_ul {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    margin: 0;
    padding: 12px 37px;
    border-bottom: 1px solid #eee; }
    .c-settings-modal__overlay .adv_section_ul .adv_section_li {
      float: none; }
      .c-settings-modal__overlay .adv_section_ul .adv_section_li .input-check-btn__check {
        margin-top: 0; }
  .c-settings-modal__overlay .footer {
    padding: 16px 0; }
    @media (max-width: 768px) {
      .c-settings-modal__overlay .footer {
        padding: 12px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0; }
        .c-settings-modal__overlay .footer .c-button-submit {
          margin: auto; } }

.c-tab-bar {
  height: 60px;
  margin-bottom: 40px; }

.c-tab-bar__inner {
  width: 100%;
  border-bottom: 1px solid #ddd;
  text-align: left;
  background-color: #fff; }
  .c-tab-bar__inner.is-active {
    position: fixed;
    z-index: 100;
    top: 0; }

.c-tab-bar__list {
  list-style: none;
  margin: 0 auto;
  width: 1200px;
  padding: 0; }
  .c-tab-bar__list.\--medium {
    width: 1040px; }
  .c-tab-bar__list .item {
    line-height: 60px;
    display: inline-block;
    margin-right: 20px;
    height: 60px;
    box-sizing: border-box;
    transition: border 0.25s; }
    .c-tab-bar__list .item.is-active {
      border-bottom: 2px solid #4c4c4c;
      box-sizing: border-box; }
      .c-tab-bar__list .item.is-active a {
        color: #4c4c4c; }
  .c-tab-bar__list a {
    color: #fd7748;
    transition: color 0.25s; }
    .c-tab-bar__list a:hover {
      color: #4c4c4c; }

.c-tab-bar__company {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  display: none; }
  .c-tab-bar__company.\--medium .inner {
    width: 1040px; }
  .c-tab-bar__company .inner {
    overflow: auto;
    width: 1200px;
    display: block;
    margin: auto;
    z-index: 2; }
  .c-tab-bar__company .icon {
    height: 48px;
    width: 48px;
    display: block;
    float: left;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 6px; }
  .c-tab-bar__company .content {
    float: left;
    margin-left: 16px;
    text-align: left; }
  .c-tab-bar__company .title {
    font-size: 18px;
    font-weight: bold;
    color: #4c4c4c;
    margin: 4px 0 0; }

.is-active .c-tab-bar__company {
  display: block; }

.c-tabs {
  border-bottom: 1px solid #ddd;
  list-style: none; }
  @media (max-width: 768px) {
    .c-tabs {
      display: flex; } }
  .c-tabs .item {
    background-color: #FAFAFA;
    height: 58px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    margin-bottom: -1px;
    text-align: center; }
    @media (max-width: 768px) {
      .c-tabs .item {
        margin-right: 8px;
        height: 48px; } }
    .c-tabs .item.is-active {
      border-bottom: 1px solid #fff;
      background-color: #fff; }
  .c-tabs .link {
    display: block;
    text-decoration: none;
    color: #4c4c4c;
    line-height: 58px;
    padding: 0 40px;
    font-size: 0.875rem;
    font-weight: bold;
    transition: 0.25s; }
    @media (max-width: 768px) {
      .c-tabs .link {
        font-size: 0.625rem;
        padding: 0 8px;
        line-height: 48px; } }
    .c-tabs .link:hover {
      opacity: 0.75; }

.c-taglist {
  padding: 0; }
  .c-taglist li {
    width: 100%;
    background-color: rgba(253, 119, 72, 0.2);
    display: inline-block;
    font-size: 0.75rem;
    padding: 0 8px;
    line-height: 24px;
    border-radius: 12px;
    color: #4c4c4c;
    margin-bottom: 8px;
    margin-right: 4px; }
  .c-taglist a {
    display: block;
    text-decoration: none;
    color: #4c4c4c; }

.c-tag {
  background-color: rgba(253, 119, 72, 0.2);
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 8px;
  line-height: 24px;
  border-radius: 12px;
  color: #4c4c4c;
  margin-bottom: 8px; }
  .c-tag.\--square {
    border-radius: 2px; }
  .c-tag.\--orange {
    color: #fd7748; }
  .c-tag.\--teal {
    color: #00c7bd;
    background-color: rgba(0, 199, 189, 0.2); }

.c-heading-xxlarge {
  font-size: 3rem;
  font-weight: bold;
  color: #4c4c4c; }

.c-heading-xlarge {
  font-size: 2.25rem;
  font-weight: bold;
  color: #4c4c4c; }

.c-heading-large {
  font-size: 1.5rem;
  color: #4c4c4c;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  position: relative;
  font-weight: bold; }
  @media (max-width: 768px) {
    .c-heading-large {
      font-size: 1.25rem; } }

.c-heading-large--02 {
  font-size: 1.5rem;
  color: #4c4c4c;
  padding-bottom: 12px;
  position: relative;
  font-weight: bold;
  margin: 0; }
  @media (max-width: 768px) {
    .c-heading-large--02 {
      font-size: 1.25rem; } }

.c-heading-medium {
  font-size: 1.25rem;
  color: #fd7748;
  position: relative;
  font-weight: bold; }
  .c-heading-medium.\--underline {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px; }
    .c-heading-medium.\--underline .c-button-secondary {
      top: -8px; }

.c-heading-medium-02 {
  font-size: 1.25rem;
  position: relative;
  font-weight: bold; }

.c-heading-small {
  font-size: 1rem;
  color: #4c4c4c;
  font-weight: bold; }
  .c-heading-small .c-icon {
    color: #fd7748;
    margin-right: 8px;
    display: inline-block; }
  .c-heading-small .c-img {
    margin-right: 6px;
    margin-bottom: -1px; }

.c-heading-section {
  font-size: 1.25rem;
  color: #4c4c4c;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  position: relative; }

.c-heading-section-no-border {
  font-size: 1.25rem;
  color: #4c4c4c;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  position: relative;
  line-height: 30px; }

.c-heading-section-2 {
  font-size: 2.25rem;
  color: #333;
  font-weight: bold;
  padding: 0 0 8px;
  border-bottom: 2px solid #fd7748;
  display: inline-block;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .c-heading-section-2 {
      white-space: normal;
      font-size: 24px; } }

.c-heading-section-3 {
  color: #4c4c4c;
  font-size: 1.5rem;
  font-weight: bold; }

.c-type-body {
  font-size: 0.875rem;
  color: #4c4c4c;
  line-height: 1.8; }
  @media (max-width: 768px) {
    .c-type-body {
      font-size: 0.75rem; } }

.c-type-detail {
  font-size: 0.75rem;
  color: #4c4c4c; }

.c-type-bold {
  font-weight: bold; }

.c-type-center {
  text-align: center; }

.c-type-date {
  color: rgba(76, 76, 76, 0.6);
  font-size: 0.75rem; }

.c-type-link {
  transition: color 0.25s;
  color: #fd7748; }
  .c-type-link:hover {
    color: #4c4c4c; }
  .c-type-link .c-icon {
    margin-right: 2px; }
  .c-type-link:hover {
    color: #4c4c4c; }

.c-type-line {
  border: 0;
  border-top: 1px solid #eee; }

.c-type-alert {
  color: #eb5757; }

* {
  box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', 'Noto Sans Japanese', "Helvetica Neue", Verdana, Meiryo, 'Quicksand', sans-serif;
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  text-align: left;
  margin: 0; }
  body.-fixed {
    overflow: hidden; }

a,
a:active {
  text-decoration: none;
  color: #000; }
  a:hover,
  a:active:hover {
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

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

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none; }

input {
  border: none; }

img {
  max-width: 100%; }

.l-spacer {
  height: 48px;
  display: block; }

.p-default {
  font-family: "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\6E38\30B4\30B7\30C3\30AF\4F53", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\30E1\30A4\30EA\30AA", sans-serif; }
  .p-default .c-point-grid {
    margin: 40px auto 0; }
  .p-default .c-type-detail {
    text-align: center;
    color: rgba(76, 76, 76, 0.8); }
    .p-default .c-type-detail.\--right {
      position: absolute;
      text-align: right;
      bottom: 24px;
      right: 8px; }
      @media (max-width: 768px) {
        .p-default .c-type-detail.\--right {
          position: relative;
          bottom: inherit;
          right: inherit;
          text-align: center; } }

.p-default__header {
  text-align: center; }
  @media (max-width: 768px) {
    .p-default__header {
      margin-top: 80px; } }
  .p-default__header .c-heading-xlarge {
    color: #fd7748; }
  .p-default__header .c-heading-section-2 {
    margin: 0 auto 12px; }
  @media (max-width: 768px) {
    .p-default__header .c-type-body {
      font-size: 0.875rem;
      text-align: left; }
      .p-default__header .c-type-body br {
        display: none; } }

.p-default__header-text {
  color: #333; }
  .p-default__header-text span {
    color: #fd7748; }

.p-default__content .inner {
  width: 100%;
  position: relative; }
  @media (max-width: 768px) {
    .p-default__content .inner {
      display: none; } }

.p-default__content .flow-list {
  text-align: center;
  padding: 0;
  margin: 48px auto; }
  .p-default__content .flow-list .item {
    width: 240px;
    margin: 0 40px;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    @media (max-width: 768px) {
      .p-default__content .flow-list .item {
        margin: 40px auto; } }
    .p-default__content .flow-list .item:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      top: 70px;
      right: -48px;
      border-top: 32px solid transparent;
      border-bottom: 32px solid transparent;
      border-left: 32px solid rgba(253, 119, 72, 0.2); }
      @media (max-width: 768px) {
        .p-default__content .flow-list .item:before {
          right: 0;
          left: 0;
          top: inherit;
          bottom: -48px;
          margin: auto;
          border-bottom: 0;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 20px solid rgba(253, 119, 72, 0.2); } }
  .p-default__content .flow-list li:last-of-type:before {
    display: none; }

.p-default__content .c-circle-icon {
  margin: 0 auto 16px; }

.p-default__content .c-heading-medium {
  margin-bottom: 8px; }

.p-default__content .c-heading-small {
  font-weight: normal;
  margin: 0 auto; }

.p-edit {
  width: 640px;
  margin: auto; }
  .p-edit.\--left {
    float: left;
    border-right: 1px solid #eee;
    padding-right: 36px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .p-edit.\--left {
        float: inherit;
        border-right: none;
        padding: 0 12px; } }
  .p-edit.\--wide {
    width: 800px;
    margin: auto; }
    @media (max-width: 768px) {
      .p-edit.\--wide {
        width: 100%;
        margin: auto; } }
  .p-edit.\--default {
    width: inherit;
    margin: auto; }
  @media (max-width: 768px) {
    .p-edit {
      float: inherit;
      width: 100%;
      padding: 0 12px; } }
  .p-edit .c-input-text {
    margin-bottom: 12px; }
  .p-edit .c-input-text__label {
    margin-bottom: 4px; }
  .p-edit .c-input-text.c-input-text--margin {
    margin-bottom: 12px; }
  .p-edit input.c-input-text:last-of-type {
    margin-bottom: 0; }
  .p-edit .c-button-submit {
    margin: 48px auto; }
    @media (max-width: 768px) {
      .p-edit .c-button-submit {
        margin-top: 24px; } }
  .p-edit .c-heading-large {
    margin: 24px 0 16px; }
  .p-edit .c-heading-medium {
    margin: 0 0 8px; }
  .p-edit .c-heading-small {
    margin: 0.5rem auto 0.1rem; }
  .p-edit .c-type-body {
    margin: 8px auto; }
  .p-edit .cv-buttons {
    display: flex;
    justify-content: flex-end;
    border-bottom-width: 0; }

.p-edit__item {
  margin-top: 48px; }
  .p-edit__item.\--wide {
    width: 1100px;
    margin: 0 auto 48px; }
    @media (max-width: 768px) {
      .p-edit__item.\--wide {
        width: 100%; } }
  .p-edit__item.\--margin {
    margin-bottom: 48px; }
  .p-edit__item .c-heading-section {
    margin: 0 0 12px; }
  .p-edit__item .search {
    margin: 20px 0 12px; }
  .p-edit__item .search > .c-input-text {
    width: 74%;
    margin-right: 1%;
    float: left; }
  .p-edit__item .search > .c-button-submit {
    width: 25%;
    float: right;
    margin: auto;
    height: 36px;
    line-height: 36px; }
  .p-edit__item .search-tags .c-taglist {
    width: 73%;
    padding-right: 12px;
    box-sizing: border-box;
    float: left; }
  .p-edit__item .search-tags .c-button-submit {
    width: 27%;
    float: right;
    margin: 12px auto;
    font-size: 0.875rem; }
  .p-edit__item .c-grid-table {
    margin: 0 10px 48px; }
  .p-edit__item .input-number__label {
    margin-left: 8px; }
  .p-edit__item .detail-text {
    color: #4c4c4c;
    font-size: 0.75rem;
    margin: 4px 0 0;
    opacity: 0.8; }
  .p-edit__item .selected-list {
    list-style: none;
    padding: 0; }
    .p-edit__item .selected-list .item {
      display: none;
      margin-right: 8px; }
      .p-edit__item .selected-list .item.\--selected {
        display: inline-block; }
    .p-edit__item .selected-list .input-check-btn {
      display: inline-block; }
  .p-edit__item .resume-wrap {
    display: flex;
    justify-content: space-between; }
    .p-edit__item .resume-wrap .resume-pdf-preview {
      width: 324px;
      height: 474px;
      padding: 12px;
      margin-left: 24px;
      border-radius: 4px;
      background-color: #535659; }

@media (max-width: 1000px) and (min-width: 769px) {
  .l-column-default.-resume-column {
    width: 90%; } }

@media (max-width: 768px) {
  .l-column-default.-resume-column .p-edit__item {
    width: 90%;
    margin: 48px auto 0; }
  .l-column-default.-resume-column .resume-wrap {
    display: block; }
    .l-column-default.-resume-column .resume-wrap .-resume-table {
      margin-bottom: 24px; }
    .l-column-default.-resume-column .resume-wrap .resume-pdf-preview {
      margin: 0 auto 48px; } }

.edit-pic--wrapper {
  padding: 30px; }
  .edit-pic--wrapper ol {
    counter-reset: my-counter;
    list-style: none;
    padding-left: 24px;
    margin-bottom: 16px; }
    .edit-pic--wrapper ol li {
      padding-left: 4px;
      position: relative;
      font-size: 12px;
      color: #666; }
    .edit-pic--wrapper ol li:before {
      content: counter(my-counter);
      counter-increment: my-counter;
      background-color: #fd7748;
      color: #fff;
      display: block;
      float: left;
      line-height: 18px;
      margin-left: -24px;
      text-align: center;
      height: 18px;
      width: 18px;
      border-radius: 50%; }
  @media (max-width: 768px) {
    .edit-pic--wrapper {
      padding: 10px 5px; } }

.edit-pic--choose input[type="file"] {
  padding: 9px 10px 10px;
  font-size: 14px;
  background-color: #eee;
  color: #999;
  border-radius: 3px;
  vertical-align: middle; }

.edit-pic--choose .c-button-submit {
  margin-left: 12px;
  padding: 0 12px;
  width: auto;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle; }
  .edit-pic--choose .c-button-submit:hover {
    opacity: 0.7; }

@media (max-width: 768px) {
  .edit-pic--choose input[type="file"] {
    padding: 8px;
    font-size: 12px; }
  .edit-pic--choose .c-button-submit {
    margin-left: 10px;
    padding: 0 8px;
    height: 34px;
    line-height: 34px;
    font-size: 12px; } }

.edit-pic--filetype {
  font-size: 12px;
  display: inline-block;
  margin: 0.5em 0 1em;
  color: #999;
  font-style: italic; }

.edit-pic--edit {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative; }
  .edit-pic--edit .preview_h {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 14px;
    color: #666; }
  @media (max-width: 768px) {
    .edit-pic--edit {
      display: block;
      margin-top: 0; }
      .edit-pic--edit .preview_h {
        display: block;
        position: relative;
        margin-bottom: 4px;
        top: 0;
        margin-top: 12px; } }

.edit-pic--crop {
  position: relative;
  margin-right: 20px;
  width: 360px; }
  .edit-pic--crop .c-button-submit {
    position: absolute;
    padding: 0 8px;
    bottom: 65px;
    right: 10px;
    z-index: 99;
    width: auto;
    height: 34px;
    color: #fd7748;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 34px; }
    .edit-pic--crop .c-button-submit:hover {
      opacity: 1; }
  @media (max-width: 768px) {
    .edit-pic--crop {
      width: 100%; }
      .edit-pic--crop .c-button-submit {
        right: 25px; } }

.edit-pic--finalize {
  padding: 12px;
  background-color: #fff6f2;
  border: 1px solid #fd7748;
  border-radius: 3px;
  text-align: center;
  flex-grow: 1; }
  .edit-pic--finalize .js-cropped-submit input {
    margin: 0 auto;
    width: 320px; }
    .edit-pic--finalize .js-cropped-submit input:hover {
      opacity: 0.7; }
  @media (max-width: 768px) {
    .edit-pic--finalize {
      width: 100%; }
      .edit-pic--finalize .js-cropped-submit {
        width: 100%; } }

@media (max-width: 768px) {
  .p-features {
    margin-top: 50px; } }

.p-features .c-icon-list {
  margin: 48px auto; }

.p-features .c-banner-header {
  margin: 0 auto 48px; }

.p-help .c-help-list {
  margin: 0 0 36px; }

.p-help .c-help-list__title {
  margin: 24px 0 12px; }

.p-help .c-help-list__subtitle {
  margin: 0 0 8px; }

.p-help .c-icon {
  vertical-align: middle;
  margin-right: 8px; }

* {
  box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', 'Noto Sans Japanese', "Helvetica Neue", Verdana, Meiryo, 'Quicksand', sans-serif;
  line-height: 1.6;
  font-size: 16px;
  word-wrap: break-word;
  text-align: left;
  margin: 0; }
  body.-fixed {
    overflow: hidden; }

a,
a:active {
  text-decoration: none;
  color: #000; }
  a:hover,
  a:active:hover {
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

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

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none; }

input {
  border: none; }

img {
  max-width: 100%; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-80 {
  margin-bottom: 80px; }

.pr-20 {
  padding-right: 20px; }

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

.block {
  display: block; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-both {
  clear: both; }

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

.p-clp-guide__base {
  color: #4c4c4c; }

.p-clp-guide__spacer-01 {
  margin-top: 56px; }
  @media (max-width: 768px) {
    .p-clp-guide__spacer-01 {
      margin-top: 28px;
      padding: 0 15px; } }

.p-clp-guide__spacer-02 {
  margin-top: 28px; }
  @media (max-width: 768px) {
    .p-clp-guide__spacer-02 {
      margin-top: 16px; } }

.p-clp-guide__spacer-03 {
  margin-top: 40px; }

.p-clp-guide__title-01 {
  font-size: 3rem;
  border-bottom: 2px solid #fd7748;
  display: inline-block;
  line-height: 1.5em;
  margin: 40px 0 30px 0; }
  @media (max-width: 768px) {
    .p-clp-guide__title-01 {
      font-size: 1.5rem;
      font-weight: bold; } }

.p-clp-guide__title-02 {
  color: #fd7748;
  font-size: 2.25rem;
  margin: 40px 0 30px 0; }
  @media (max-width: 768px) {
    .p-clp-guide__title-02 {
      padding: 0 16px;
      font-size: 1.25rem; } }

.p-clp-guide__title-03 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem; }
  @media (max-width: 768px) {
    .p-clp-guide__title-03 {
      padding: 10px 16px 0 16px;
      font-size: 1rem;
      display: inline; } }

.p-clp-guide__title-04 {
  font-size: 1rem;
  color: #fd7748;
  font-weight: bold; }

.p-clp-guide__title-05 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 30px 0; }

.p-clp-guide__text-01 {
  font-size: 1rem; }
  @media (max-width: 768px) {
    .p-clp-guide__text-01 {
      padding: 0 16px; } }

.p-clp-guide__text-02 {
  font-size: 0.875rem;
  margin: 0 20px; }

.p-clp-guide__text-03 {
  font-size: 1.25rem; }

.p-clp-guide__main-image {
  width: 100%;
  height: 0;
  margin-top: 30px;
  padding-top: calc(500 / 1440 * 100%);
  background: url(/images/ui_renewal/lp/c/site_guide/clp_main_image_01.png) center center/cover no-repeat; }
  @media (max-width: 768px) {
    .p-clp-guide__main-image {
      padding-top: calc(250 / 500 * 100%); } }

.p-clp-guide__point {
  background: #fd7748;
  border-radius: 20px;
  color: #fff;
  font-size: 0.875rem;
  padding: 3px 10px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 768px) {
    .p-clp-guide__point {
      margin-right: 0; } }

@media (max-width: 768px) {
  .p-clp-guide__occupation {
    padding: 0 15px; } }

.p-clp-guide__occupation-list {
  width: 360px;
  margin: 50px 54px 0 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: inline-block;
  transition: opacity 0.25s;
  position: relative;
  vertical-align: top; }
  @media (max-width: 768px) {
    .p-clp-guide__occupation-list {
      width: 100%;
      margin: 32px 0 0 0; } }
  .p-clp-guide__occupation-list:hover {
    opacity: 0.75; }

.p-clp-guide__occupation-list:nth-child(3n) {
  margin: 50px 0 0 0; }
  @media (max-width: 768px) {
    .p-clp-guide__occupation-list:nth-child(3n) {
      margin: 32px 0 0 0; } }

.p-clp-guide__occupation-icon {
  background: linear-gradient(0deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  height: 116px;
  width: 116px;
  margin: 20px auto 16px;
  border-radius: 58px;
  box-shadow: 0 4px 8px rgba(253, 119, 72, 0.2);
  position: relative; }
  .p-clp-guide__occupation-icon img {
    position: absolute;
    height: 56px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.p-clp-guide__occupation-link {
  font-size: 0.875rem;
  margin-top: 16px;
  padding: 14px 0;
  color: #fd7748;
  font-weight: bold;
  background-color: rgba(253, 119, 72, 0.15); }
  .p-clp-guide__occupation-link .c-img {
    margin-left: 10px;
    margin-bottom: -2px; }

.p-clp-guide__button-search {
  background-color: rgba(253, 119, 72, 0.15);
  color: #fd7748;
  box-shadow: 0 4px 8px rgba(253, 119, 72, 0.2);
  box-sizing: border-box;
  position: relative;
  width: 700px;
  height: 60px;
  margin: 0 auto 8px;
  display: block;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  border-radius: 2px;
  font-size: 1.25rem;
  font-weight: bold; }
  @media (max-width: 768px) {
    .p-clp-guide__button-search {
      width: 100%;
      height: 50px;
      font-size: 1rem; } }
  .p-clp-guide__button-search .c-img {
    margin-left: 10px;
    margin-bottom: -1px; }
  .p-clp-guide__button-search:hover {
    opacity: 0.75; }

.p-clp-guide__button-register {
  background-image: linear-gradient(270deg, #ff985b 2%, #f1764b 100%);
  background-color: #fd7748;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  width: 700px;
  height: 60px;
  margin: 0 auto 8px;
  display: block;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  border-radius: 2px;
  font-size: 1.25rem;
  font-weight: bold; }
  @media (max-width: 768px) {
    .p-clp-guide__button-register {
      width: 100%;
      font-size: 1rem; } }
  .p-clp-guide__button-register .c-img {
    margin-right: 10px;
    margin-bottom: -5px; }
  .p-clp-guide__button-register:hover {
    opacity: 0.75; }

.p-clp-guide__work-style {
  margin: 0 60px 0 0;
  width: 360px;
  float: left;
  position: relative; }
  @media (max-width: 768px) {
    .p-clp-guide__work-style {
      margin: 16px auto 0 auto;
      float: initial;
      position: initial; } }

.p-clp-guide__work-style:nth-child(3n) {
  margin: 0; }
  @media (max-width: 768px) {
    .p-clp-guide__work-style:nth-child(3n) {
      margin: 16px auto 0 auto;
      width: 360px; } }

a.p-clp-guide__work-style-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.25s; }

.p-clp-guide__work-style-image {
  height: 240px;
  width: 100%;
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .p-clp-guide__work-style-image.p-img-full {
    background-image: url("/images/ui_renewal/work_style_1.jpg"); }
  .p-clp-guide__work-style-image.p-img-contract {
    background-image: url("/images/ui_renewal/work_style_2.jpg"); }
  .p-clp-guide__work-style-image.p-img-part-time {
    background-image: url("/images/ui_renewal/work_style_3.jpg"); }

.p-clp-guide__work-style-title {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin: 12px auto 0;
  color: #4c4c4c; }

.p-clp-guide__number {
  padding: 30px 0 20px 0;
  background-color: #FFF6F2; }

.p-clp-guide__number-photo-01 {
  height: 320px;
  background: url(/images/ui_renewal/lp/c/site_guide/number_findjob_01.png) center center no-repeat;
  background-size: 780px; }
  @media (max-width: 768px) {
    .p-clp-guide__number-photo-01 {
      height: 110px;
      background: url(/images/ui_renewal/lp/c/site_guide/number_findjob_01.png) center center no-repeat;
      background-size: 375px; } }

.p-clp-guide__number-photo-02 {
  height: 300px;
  background: url(/images/ui_renewal/lp/c/site_guide/number_findjob_02.png) center center no-repeat;
  background-size: 1000px; }
  @media (max-width: 768px) {
    .p-clp-guide__number-photo-02 {
      height: 110px;
      background: url(/images/ui_renewal/lp/c/site_guide/number_findjob_02.png) center center no-repeat;
      background-size: 350px; } }

.p-clp-guide__company-logo {
  padding: 10px 0 20px 0; }
  .p-clp-guide__company-logo li {
    margin: 10px 20px;
    float: left; }
    @media (max-width: 768px) {
      .p-clp-guide__company-logo li {
        width: 50%;
        margin: 0; } }

.p-clp-guide__regster {
  padding: 30px 20px 20px 20px;
  background-color: #FFF6F2;
  border: solid 1px #fd7748; }
  @media (max-width: 768px) {
    .p-clp-guide__regster {
      margin: 0 15px 20px; } }

.career-header {
  width: 100%;
  background-color: #fd7748;
  height: 360px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .career-header {
      height: auto;
      margin-bottom: 40px; } }

.career-header__inner {
  width: 550px;
  margin: auto;
  padding-top: 40px;
  text-align: center; }
  .career-header__inner img {
    width: auto;
    height: 215px; }
  .career-header__inner p {
    color: #fff; }
  @media (max-width: 768px) {
    .career-header__inner {
      width: 100%; }
      .career-header__inner img {
        width: 80%;
        max-width: 500px;
        height: auto; }
      .career-header__inner p {
        text-align: left;
        font-size: 0.875rem;
        padding: 0 20px 20px; } }

.career__section {
  width: 1060px;
  margin: 0 auto 100px; }
  @media (max-width: 768px) {
    .career__section {
      width: 100%;
      margin: 0 auto 40px; } }

.career__section-header {
  background-color: #f0f0f0;
  height: 400px;
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .career__section-header.-margin {
    margin-bottom: 24px; }
  .career__section-header.-design {
    background-image: url("/images/ui_renewal/career_design.jpg"); }
  .career__section-header.-engineer {
    background-image: url("/images/ui_renewal/career_engineer.jpg"); }
  .career__section-header.-director {
    background-image: url("/images/ui_renewal/career_director.jpg"); }
  .career__section-header.-writer {
    background-image: url("/images/ui_renewal/career_writer.jpg"); }
  .career__section-header.-marketer {
    background-image: url("/images/ui_renewal/career_marketer.jpg"); }
  .career__section-header.-backoffice {
    background-image: url("/images/ui_renewal/career_backoffice.jpg"); }
  .career__section-header.-other {
    background-image: url("/images/ui_renewal/career_other.jpg"); }
  @media (max-width: 768px) {
    .career__section-header {
      height: 240px; }
      .career__section-header.-margin {
        margin-bottom: 60px; } }

.career__section-header_inner {
  background: linear-gradient(180deg, transparent 35.36%, rgba(0, 0, 0, 0.54) 100%);
  height: 400px;
  width: 100%; }
  @media (max-width: 768px) {
    .career__section-header_inner {
      height: 240px; } }

.career__section_inner {
  width: 1000px;
  margin: -160px auto 0;
  position: relative; }
  @media (max-width: 768px) {
    .career__section_inner {
      width: 100%;
      margin: -100px auto 0; } }

.career__section_title {
  color: #fff;
  font-family: sans-serif;
  font-size: 32px;
  margin: 0; }
  @media (max-width: 768px) {
    .career__section_title {
      font-size: 1.25rem;
      padding: 0 20px; } }

.career__section_desc {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  margin: 0 0 16px; }

.career__section_articles {
  padding: 0;
  list-style: none; }
  .career__section_articles li {
    min-height: 140px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    position: relative; }
  .career__section_articles a {
    text-decoration: none;
    color: #4c4c4c;
    display: block;
    padding: 20px 92px 12px 32px; }
    .career__section_articles a:hover {
      opacity: 0.75; }
  .career__section_articles h3 {
    color: #4c4c4c;
    margin: 0;
    font-weight: normal;
    font-size: 20px; }
  .career__section_articles p {
    color: rgba(76, 76, 76, 0.6);
    margin: 8px 0 0;
    line-height: 1.6;
    font-size: 14px; }
  @media (max-width: 768px) {
    .career__section_articles {
      padding: 0 15px 10px; }
      .career__section_articles a {
        padding: 20px 50px 20px 20px; }
      .career__section_articles h3 {
        font-size: 1rem; } }

.career__section_articles-arrow {
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #f1f1f1; }
  .career__section_articles-arrow img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    left: 0;
    right: 0; }
  @media (max-width: 768px) {
    .career__section_articles-arrow {
      width: 40px; } }

.career__detail-search {
  width: 360px;
  background-color: #fd7748;
  display: block;
  text-decoration: none;
  position: absolute;
  right: 32px;
  bottom: -32px;
  padding: 18px 20px;
  overflow: auto;
  box-shadow: 0 4px 20px rgba(253, 119, 72, 0.4);
  transition: background-color 0.25s; }
  .career__detail-search:hover {
    background-color: #fd8a61; }
  @media (max-width: 768px) {
    .career__detail-search {
      width: 100%;
      max-width: 320px;
      right: 0;
      left: 0;
      margin: 0 auto; } }

.career__detail-search-title {
  color: #fff;
  margin: auto;
  display: inline-block; }
  .career__detail-search-title img {
    vertical-align: middle;
    margin-right: 8px; }

.career__detail-search_arrow {
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fd642f;
  background-image: url("/images/ui_renewal/guide_arrow.svg");
  background-position: center;
  background-repeat: no-repeat; }

.career__detail-section {
  width: 1060px;
  margin: auto; }
  @media (max-width: 768px) {
    .career__detail-section {
      width: 100%; } }

.career__detail_block {
  width: 800px;
  margin: 60px auto; }
  .career__detail_block li {
    font-size: 15px;
    color: rgba(76, 76, 76, 0.8);
    line-height: 1.7;
    margin-left: 20px; }
  .career__detail_block ul li {
    list-style-type: disc; }
  .career__detail_block ol li {
    list-style-type: decimal; }
  @media (max-width: 768px) {
    .career__detail_block {
      width: 100%;
      margin: 40px auto;
      padding: 0 20px; } }

.career__detail_block-head {
  display: block;
  position: relative; }
  .career__detail_block-head::before {
    content: "";
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 1px;
    background-color: #ddd;
    z-index: 1; }
  .career__detail_block-head .-intro-text {
    font-size: 24px;
    color: #4c4c4c;
    font-weight: normal;
    margin: 0;
    padding: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #fd7748; }
  @media (max-width: 768px) {
    .career__detail_block-head .-intro-text {
      font-size: 1.25rem; } }

.career__detail_block-head3 {
  background: #fdeddb;
  color: #4c4c4c;
  padding: 8px 14px;
  margin-top: 40px; }

.career__detail_block-head4 {
  border-left: 4px solid #fd7748;
  color: #4c4c4c;
  padding-left: 10px;
  margin-top: 30px; }

.career__detail_block-body {
  font-size: 15px;
  color: rgba(76, 76, 76, 0.8);
  line-height: 1.7; }

.career__detail_next {
  background-color: rgba(253, 119, 72, 0.12); }

.career__detail_related {
  background-color: rgba(253, 119, 72, 0.12);
  margin-top: 100px;
  margin-bottom: 50px; }

.career__detail_related-inner {
  width: 1000px;
  margin: auto;
  padding: 20px 0; }
  @media (max-width: 768px) {
    .career__detail_related-inner {
      width: 100%; } }

.career__detail_related-lead {
  font-size: 24px;
  color: #4c4c4c;
  margin-bottom: 16px; }
  @media (max-width: 768px) {
    .career__detail_related-lead {
      font-size: 1.25rem;
      padding-left: 20px;
      margin: 5px 0 15px; } }

.career__detail_card-section {
  margin: 40px auto;
  width: 1040px;
  text-align: center; }

.career__detail_card-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .career__detail_card-list li {
    width: 335px;
    height: 220px;
    background-color: #fd7748;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    margin-right: 8px;
    box-shadow: 0 4px 20px rgba(253, 119, 72, 0.3); }
  .career__detail_card-list li:last-of-type {
    margin-right: 0; }

.p-subnav-pc {
  width: 100%;
  display: block;
  text-align: center;
  background: linear-gradient 90deg, #eb6a3d, #fd7748 49.72%, #ffa666;
  background-color: #fd7748; }
  @media (max-width: 768px) {
    .p-subnav-pc .p-subnav-pc {
      display: none; } }

.p-subnav-pc__links {
  padding: 0;
  width: 1000px;
  margin: auto;
  list-style: none; }

.p-subnav-pc__links li {
  font-size: 15px;
  margin-right: 40px;
  display: inline-block;
  line-height: 44px;
  vertical-align: top; }

.p-subnav-pc__links a {
  text-decoration: none;
  color: #fff;
  transition: opacity 0.25s;
  display: block; }

.p-subnav-pc__links a:hover {
  opacity: 0.75; }

.p-subnav-pc__links.-white a {
  color: #fff; }

.career-nav {
  height: 80px;
  background-color: #fd7748;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  border-bottom: 1px solid #fdeddb;
  padding: 0 28px;
  box-sizing: border-box;
  position: relative;
  z-index: 50; }
  @media (max-width: 768px) {
    .career-nav {
      width: 100%;
      min-width: inherit;
      margin: 0 auto;
      padding-top: 64px;
      height: inherit; } }

.career-nav__logo-white {
  display: inline-block;
  margin: 28px 0;
  width: 120px;
  height: 24px;
  background-image: url(/images/ui_renewal/nav_logo_white.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle; }
  .career-nav__logo-white-text {
    display: none; }
  @media (max-width: 768px) {
    .career-nav__logo-white {
      width: 100px;
      height: 20px;
      background-size: contain;
      margin: 0;
      position: absolute;
      top: 35%;
      left: 20px; } }

.career-nav__links {
  float: right; }
  @media (max-width: 768px) {
    .career-nav__links {
      position: absolute;
      left: 0;
      width: 100%;
      max-height: 0;
      margin-top: 1px;
      background-color: #fff;
      overflow: hidden;
      transition: all 1s cubic-bezier(0.325, 1, 0.22, 1); } }
  .career-nav__links li {
    margin-right: 30px;
    display: inline-block;
    line-height: 80px;
    position: relative; }
    @media (max-width: 768px) {
      .career-nav__links li {
        padding: 0;
        margin: 0;
        display: block;
        line-height: inherit; } }
    .career-nav__links li a {
      color: #fff; }
      @media (max-width: 768px) {
        .career-nav__links li a {
          display: block;
          background-color: #fd7748;
          transition: opacity 0.5s ease;
          display: block;
          padding: 1rem 0;
          text-align: center;
          border-bottom: 1px solid #fdeddb; }
          .career-nav__links li a:link, .career-nav__links li a:visited {
            color: #fff; }
          .career-nav__links li a:hover, .career-nav__links li a:focus {
            opacity: 0.75; } }

.nav__icon {
  display: none;
  position: absolute;
  top: 35%;
  right: 20px;
  height: 27px;
  width: 27px;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
  color: transparent;
  text-shadow: 0 0 0 gray;
  text-align: center; }
  .nav__icon:focus {
    outline: none; }
  @media (max-width: 768px) {
    .nav__icon {
      display: block; } }

.nav__icon-line {
  position: absolute;
  display: block;
  background: #fff;
  width: 27px;
  height: 0.16rem;
  border-radius: 1px;
  left: 0;
  transition: all 0.6s cubic-bezier(0.5, 0.1, 0, 1.2); }
  .nav__icon-line:first-child {
    top: 0; }
  .nav__icon-line:nth-child(2) {
    top: 8px; }
  .nav__icon-line:nth-child(3) {
    top: 16px; }

.career-nav__toggle[type=checkbox] {
  display: none;
  visibility: hidden; }
  .career-nav__toggle[type=checkbox]:checked ~ .nav__items {
    height: auto;
    max-height: 11rem;
    transition: all 1s cubic-bezier(0.5, 1, 0.22, 1); }
  .career-nav__toggle[type=checkbox]:checked ~ label .nav__icon-line:first-child {
    top: 0px;
    width: 27px;
    transform: translateX(-8px) rotate(-45deg) translateY(12px); }
  .career-nav__toggle[type=checkbox]:checked ~ label .nav__icon-line:nth-child(2) {
    opacity: 0; }
  .career-nav__toggle[type=checkbox]:checked ~ label .nav__icon-line:nth-child(3) {
    top: 14px;
    width: 27px;
    transform: translateX(-5px) rotate(45deg) translateY(-8px); }

.c-company-review__icon-link {
  padding: 10px 10px 5px 10px;
  font-size: 0.875rem; }
  .c-company-review__icon-link li {
    background: url("/img/user_top/common_top02.png") -580px -200px no-repeat;
    padding: 0 0 8px 16px; }
  .c-company-review__icon-link li a:hover {
    text-decoration: underline; }

.p-company-review__title-h2-fast {
  line-height: 24px;
  margin: 0;
  padding: 4px 0 4px 6px;
  width: 200px;
  float: left; }

.p-company-review__title-h2 {
  line-height: 24px;
  margin: 0;
  padding: 4px 0 4px 6px; }

.p-company-review__title-h3 {
  font-size: 0.875rem;
  padding: 10px 10px;
  background: #fdeddb; }

.p-company-review__title-03 {
  font-size: 0.875rem;
  line-height: 1em;
  padding: 0;
  margin: 15px 0 0 0;
  border: none;
  display: block; }

.p-company-review__title-04 {
  font-size: 1rem;
  line-height: 1em;
  padding: 0;
  margin: 15px 0 0 0;
  border: none;
  color: #4c4c4c; }

.c-company-review__side-box {
  margin: 16px 0 0 0;
  padding: 0;
  border: 1px solid #ddd; }

.p-company-review__salary-list-money {
  text-align: center;
  color: #fd7748;
  font-weight: bold; }

.p-company-review__salary-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #eee; }
  .p-company-review__salary-table tr {
    border-top: 1px solid #eee; }
  .p-company-review__salary-table th {
    background-color: rgba(253, 119, 72, 0.05);
    width: 770px;
    padding: 10px 24px 8px 20px;
    position: relative;
    font-weight: normal; }
  .p-company-review__salary-table td {
    padding: 12px 0 12px 12px;
    width: 480px; }

.p-company-review__infobox {
  background-color: rgba(253, 119, 72, 0.05);
  padding: 20px 16px;
  display: block;
  font-size: 0.875rem; }

.p-company-review__infobox-gray {
  background-color: #FAFAFA;
  padding: 20px 16px;
  display: block;
  font-size: 0.875rem; }

.p-company-review__infobox-detail {
  color: #4c4c4c;
  line-height: 1.6;
  text-align: left; }

.p-company-review__menu {
  font-size: 0.875rem;
  margin: 20px 0;
  border-bottom: 1px solid #eee; }

.p-company-review__menu li {
  float: left; }

.p-company-review__menu li a {
  display: block;
  padding: 16px 20px;
  color: #fd7748;
  font-weight: bold; }

.p-company-review__menu li a.current {
  color: #4c4c4c;
  font-weight: bold;
  background: #fff;
  border-bottom: 1px solid #4c4c4c; }

.p-company-review__menu li.none {
  display: block;
  padding: 5px 20px; }

.p-company-review__searchArea {
  width: 1000px;
  margin: 5px auto 0 auto;
  padding: 20px 30px 20px 100px;
  box-sizing: border-box;
  background: #fdeddb; }

.p-company-review__searchArea__inner__item--left {
  width: 400px;
  display: table-cell;
  vertical-align: top;
  text-align: left; }

.p-company-review__searchArea__inner__item--right {
  display: table-cell;
  vertical-align: top; }

.p-company-review__searchArea__inner__submit {
  position: relative; }

.p-company-review__searchArea__inner__item--right .inputText {
  padding: 10px;
  width: 300px;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.p-company-review__searchArea__inner__item__btn {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 300px; }

.p-company-review__searchArea__inner__item__btn input {
  width: 100%; }

.p-company-review__searchArea__inner__ttl {
  font-size: 22px;
  font-weight: bold;
  display: inline-block; }

.p-company-review__searchArea__inner__icn {
  font-size: 32px;
  color: #ff6826;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 6px; }

.p-company-review__searchArea__inner__text {
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: -3px;
  font-size: 13px; }

.detail__header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  font-size: 0;
  background-color: white;
  text-align: center; }

.detail__header li {
  display: inline-block;
  position: relative;
  background-color: black;
  text-align: left; }

.detail__header img {
  height: 360px;
  display: block;
  transition: opacity 0.25s; }

.detail__header_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  padding: 20px 12px 0;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6)); }
  .detail__header_text p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    white-space: normal; }

.detail__column {
  width: 1100px;
  margin: auto; }
  .detail__column:after {
    content: "";
    clear: both;
    display: table; }

.detail__column-main {
  width: 740px;
  float: left;
  padding: 16px 0 0; }
  .detail__column-main hr {
    border: none;
    height: 1px;
    background-color: #eeeeee; }

.detail__title {
  font-size: 32px;
  color: #4c4c4c;
  font-weight: bold;
  margin: 12px 0 16px;
  line-height: 1.3; }

.detail__category {
  font-size: 11px;
  color: rgba(76, 76, 76, 0.6); }

.detail__body-title {
  font-size: 24px;
  color: #fd7748;
  font-weight: bold;
  margin: 48px 0 0;
  line-height: 1.5;
  max-height: 2.8em;
  overflow: hidden; }

.detail__body-text {
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.8;
  margin: 24px 0 16px; }
  .detail__body-text.-title {
    margin: 12px 0 16px; }

.detail__section {
  margin: 40px 0 0; }

.detail__section-title {
  font-size: 20px;
  color: #fd7748;
  font-weight: normal;
  margin: 0 0 8px; }

.detail__section-subtitle {
  font-size: 24px;
  color: #4c4c4c;
  margin: 0; }

.detail__section-image {
  width: 100%;
  margin-bottom: 16px; }

.detail__section-table {
  padding: 0;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  word-wrap: break-word;
  table-layout: fixed;
  width: 100%; }
  .detail__section-table hr {
    margin: 4px 0 8px; }
  .detail__section-table tr {
    border-spacing: none; }
    .detail__section-table tr td {
      padding: 12px 12px;
      border-bottom: 1px solid #ddd;
      vertical-align: top;
      border-spacing: 0; }
    .detail__section-table tr td:first-child {
      white-space: nowrap;
      background-color: #f9f9f9;
      vertical-align: top; }
      .detail__section-table tr td:first-child.-center {
        vertical-align: middle;
        width: 200px; }
      .detail__section-table tr td:first-child .detail__section-list_title {
        vertical-align: top;
        color: #4c4c4c;
        font-weight: normal;
        line-height: 32px; }

.detail__section-list {
  padding: 0;
  margin: 0;
  border: 1px solid #fd7748;
  border-radius: 2px; }
  .detail__section-list a {
    color: #fd7748; }
  .detail__section-list li {
    padding: 12px 20px;
    border-bottom: 1px solid #dddddd;
    position: relative; }
    .detail__section-list li:last-child {
      border: 0; }
  .detail__section-list .c-card-large__tags {
    max-height: inherit; }
    .detail__section-list .c-card-large__tags li {
      line-height: 24px;
      padding: 0 12px;
      border: none; }
  .detail__section-list.-co li {
    overflow: auto; }
  .detail__section-list.-co .detail__section-list_title {
    width: 120px;
    float: left; }
  .detail__section-list.-co .detail__section-list_sub-title {
    border-left: 1px solid #f0f0f0;
    float: left;
    padding: 0 16px;
    margin-left: 0; }
  .detail__section-list.-co .detail__section-list_desc {
    border-left: 1px solid #f0f0f0;
    display: block;
    margin: 0 0 0 120px;
    padding: 16px; }

.detail__section-list_title {
  font-size: 14px;
  color: #fd7748;
  margin: 0;
  font-weight: bold; }
  .detail__section-list_title.-inline {
    display: inline-block; }
  .detail__section-list_title .-icon {
    display: inline-block;
    background-color: #fd7748;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 50%;
    text-align: center;
    position: relative; }
    .detail__section-list_title .-icon img {
      max-height: 16px;
      max-width: 16px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }

.detail__contract-title {
  font-size: 14px;
  color: #4c4c4c;
  margin: 8px 0 0;
  font-weight: bold; }

.detail__contract-tag {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px; }
  .detail__contract-tag.-full-new {
    color: #2bc8c0;
    background-color: rgba(43, 200, 192, 0.1); }
  .detail__contract-tag.-full-xp {
    color: #fd7748;
    background-color: rgba(253, 119, 72, 0.1); }
  .detail__contract-tag.-contract {
    color: #2d9cdb;
    background-color: rgba(45, 156, 219, 0.1); }
  .detail__contract-tag.-part-time {
    color: #eb579e;
    background-color: rgba(235, 87, 158, 0.1); }
  .detail__contract-tag.-other {
    color: #48c079;
    background-color: rgba(72, 192, 121, 0.1); }

.detail__section-list_sub-title {
  font-size: 14px;
  color: #4c4c4c;
  display: inline-block;
  margin: 0; }

.detail__section-list_desc {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 2;
  margin: 0; }

.detail__section-list_map {
  position: absolute;
  right: 12px;
  top: 12px;
  box-shadow: 0px 2px 10px rgba(253, 119, 72, 0.2);
  transition: opacity 0.25s; }
  .detail__section-list_map:hover {
    opacity: 0.75; }
  .detail__section-list_map img {
    height: 48px;
    display: block; }

.detail__column-side {
  float: right;
  position: relative;
  width: 308px;
  padding: 8px 0 0; }
  .detail__column-side .c-card-large__info {
    display: block;
    margin-bottom: 4px; }

.detail__column-side_buttons {
  z-index: 10;
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 0.75); }

.detail__apply-button,
.detail__fav-button {
  width: 308px;
  height: 50px;
  display: block;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  transition: opacity 0.25s; }
  .detail__apply-button:hover,
  .detail__fav-button:hover {
    opacity: 0.75; }

.detail__apply-button {
  background-color: #fd7748;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  color: white;
  margin: 0 auto 10px; }

.detail__button-disable {
  color: #666 !important;
  background: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
  cursor: default;
  text-decoration: none !important;
  width: 308px;
  height: 50px;
  display: block;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
  line-height: 50px;
  transition: opacity 0.25s;
  margin-bottom: 10px; }

.detail__fav-button {
  background-color: white;
  border: 1px solid #fd7748;
  box-sizing: border-box;
  color: #fd7748;
  margin: 0 auto;
  position: relative;
  cursor: pointer; }
  .detail__fav-button.-active {
    background-color: #f0f0f0;
    border-color: #cccccc;
    box-shadow: none;
    color: #4c4c4c; }
    .detail__fav-button.-active:hover {
      cursor: default;
      box-shadow: none; }
  .detail__fav-button img {
    position: absolute;
    height: 24px;
    top: 10px;
    right: 24px;
    margin: auto; }

.detail__column-side_title {
  font-size: 16px;
  color: #4c4c4c;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 0 0 8px; }

.detail__column-side_subtitle {
  font-size: 12px;
  color: rgba(76, 76, 76, 0.6);
  margin: 2px 0 0; }

.detail__column-side_body {
  font-size: 14px;
  color: #4c4c4c;
  margin: 0 0 4px; }

.detail__column-side_company {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  margin: 0 0 0; }

.detail__column-side_co-link {
  color: #fd7748;
  text-decoration: none;
  line-height: 1.8;
  transition: opacity 0.25s; }
  .detail__column-side_co-link:hover {
    opacity: 0.75; }

.detail__column-side_job {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 1.6;
  margin: 4px 0 4px;
  font-weight: normal; }

.detail__column-side_co-button {
  height: 40px;
  width: 300px;
  display: block;
  margin: 12px auto;
  background-color: rgba(253, 119, 72, 0.1);
  border: 1px solid rgba(253, 119, 72, 0.2);
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fd7748;
  transition: background-color 0.25s;
  text-decoration: none; }
  .detail__column-side_co-button:hover {
    background-color: rgba(253, 119, 72, 0.2); }

.detail__column-side_contact-co {
  color: #fd7748;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 13px; }

.detail__column-side_works {
  width: 300px;
  height: 200px;
  display: block;
  margin: auto;
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.25s; }
  .detail__column-side_works:hover {
    opacity: 0.75s; }

.detail__column-side_link-button {
  height: 40px;
  width: 300px;
  margin: 12px auto 32px;
  background-color: rgba(253, 119, 72, 0.1);
  border: 1px solid rgba(253, 119, 72, 0.2);
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fd7748;
  transition: background-color 0.25s; }
  .detail__column-side_link-button:hover {
    background-color: rgba(253, 119, 72, 0.2); }

.detail__column-side_interview-title {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: normal; }

.detail__column-side_jobs {
  list-style: none;
  padding: 0;
  margin: 0; }
  .detail__column-side_jobs li {
    padding: 12px 8px 12px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 8px; }
    .detail__column-side_jobs li a {
      text-decoration: none;
      transition: opacity 0.25s;
      display: block; }
      .detail__column-side_jobs li a:hover {
        opacity: 0.75; }
    .detail__column-side_jobs li .-img {
      width: 100%;
      margin: 0;
      object-fit: contain;
      max-height: 220px; }
    .detail__column-side_jobs li .-job {
      margin: 4px 0 2px;
      font-size: 14px;
      color: #fd7748;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .detail__column-side_jobs li .-title {
      margin: 0;
      font-size: 14px;
      color: #4c4c4c;
      text-overflow: ellipsis;
      overflow: hidden; }

.detail__modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.6); }

.detail__modal-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.detail__modal-scroll {
  overflow-y: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block; }

.detail__modal_close {
  position: absolute;
  right: 20px;
  top: 20px; }

.detail__modal-inner {
  width: 1020px;
  margin: 100px auto;
  background-color: white;
  position: relative;
  z-index: 100;
  border-radius: 2px;
  min-height: 2000px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
  padding: 40px 0 80px; }

.detail__modal_title {
  color: #fd7748;
  font-size: 24px;
  margin: 0 40px 32px; }

.detail__modal_list {
  padding: 0;
  margin: 0 auto;
  width: 640px;
  list-style: none; }

.detail__modal_list-item {
  margin-bottom: 64px; }

.detail__modal_works-list {
  padding: 0;
  list-style: none; }

.detail__modal_works-slide {
  height: 426px;
  width: 640px;
  background-color: #f0f0f0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0; }
  .detail__modal_works-slide.-active {
    opacity: 1; }

.detail__modal_works-thumbs {
  padding: 8px 0;
  margin: 0;
  white-space: nowrap;
  list-style: none; }
  .detail__modal_works-thumbs li {
    height: 48px;
    width: 48px;
    margin-right: 4px;
    display: inline-block;
    background-color: #f0f0f0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .detail__modal_works-thumbs li.-active {
      box-sizing: border-box;
      border: 2px solid #fd7748; }

.detail__modal_works-title {
  font-size: 24px;
  font-weight: normal;
  color: #4c4c4c;
  margin: 0 0 4px; }

.detail__modal_works-text {
  font-size: 14px;
  color: rgba(76, 76, 76, 0.8);
  line-height: 1.7; }

.detail__modal_works-specs {
  background-color: whitesmoke;
  padding: 12px;
  font-size: 13px;
  border-radius: 2px; }
  .detail__modal_works-specs p {
    color: #4c4c4c; }
  .detail__modal_works-specs a {
    color: #00c7bd;
    vertical-align: middle;
    transition: opacity 0.25s; }
    .detail__modal_works-specs a:hover {
      opacity: 0.75; }
  .detail__modal_works-specs img {
    vertical-align: middle;
    margin-right: 8px; }

.detail__section-reviews {
  margin: 48px 0 0; }
  .detail__section-reviews ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .detail__section-reviews li {
    border: 1px solid #e0e0e0;
    padding: 0 16px;
    position: relative;
    border-radius: 2px;
    margin: 0 0 16px; }

.detail__section-reviews_category {
  font-size: 18px;
  color: #4c4c4c;
  margin: 12px 0 0; }

.detail__section-reviews_date {
  position: absolute;
  right: 12px;
  top: 12px;
  text-align: right;
  font-size: 12px;
  color: rgba(76, 76, 76, 0.8); }

.detail__section-reviews_reviewer {
  color: #fd7748; }
  .detail__section-reviews_reviewer span {
    color: rgba(76, 76, 76, 0.8); }

.detail__section-reviews_text {
  line-height: 1.8;
  font-size: 14px;
  color: rgba(76, 76, 76, 0.8); }

.detail__section-reviews_star {
  position: relative; }
  .detail__section-reviews_star .-base {
    position: relative;
    color: #e0e0e0; }
  .detail__section-reviews_star .-score {
    position: absolute;
    color: #f2c94c;
    left: 0;
    z-index: 1;
    overflow: hidden; }
    .detail__section-reviews_star .-score.-s0 {
      display: none; }
    .detail__section-reviews_star .-score.-s05 {
      width: 0.5em; }
    .detail__section-reviews_star .-score.-s10 {
      width: 1em; }
    .detail__section-reviews_star .-score.-s15 {
      width: 1.5em; }
    .detail__section-reviews_star .-score.-s20 {
      width: 2em; }
    .detail__section-reviews_star .-score.-s25 {
      width: 2.5em; }
    .detail__section-reviews_star .-score.-s30 {
      width: 3em; }
    .detail__section-reviews_star .-score.-s35 {
      width: 3.5em; }
    .detail__section-reviews_star .-score.-s40 {
      width: 4em; }
    .detail__section-reviews_star .-score.-s45 {
      width: 4.5em; }
    .detail__section-reviews_star .-score.-s50 {
      width: 5em; }

.detail__section-reviews_score {
  font-weight: bold;
  color: #4c4c4c;
  font-size: 16px;
  margin-left: 8px; }

.detail__section-reviews_more {
  height: 48px;
  display: block;
  line-height: 48px;
  text-align: center;
  color: #fd7748;
  border: 1px solid rgba(253, 119, 72, 0.2);
  background-color: rgba(253, 119, 72, 0.1);
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 16px;
  text-decoration: none;
  transition: background-color 0.25s; }
  .detail__section-reviews_more:hover {
    background-color: rgba(253, 119, 72, 0.2); }

.detail__nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  display: none;
  z-index: 10;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  .detail__nav.-active {
    display: block; }
  .detail__nav .c-card-large__job {
    color: #4c4c4c; }
  .detail__nav .c-card-large__company {
    color: #4c4c4c; }

.detail__nav-inner {
  width: 1100px;
  padding: 10px 0 0;
  margin: auto;
  box-sizing: border-box; }
  .detail__nav-inner .c-card-large__job {
    font-weight: normal; }
  .detail__nav-inner .detail__title {
    margin: 4px 0 0;
    white-space: nowrap;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden; }

.detail__nav-lower {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  height: 40px;
  margin-top: 8px; }

.detail__nav-list {
  padding: 0;
  width: 1100px;
  margin: auto;
  line-height: 40px;
  list-style: none; }
  .detail__nav-list li {
    font-size: 14px;
    display: inline-block;
    margin-right: 16px; }
    .detail__nav-list li a {
      color: #fd7748;
      text-decoration: none;
      display: block;
      transition: color 0.25s; }
    .detail__nav-list li.-active a {
      color: #4c4c4c; }
    .detail__nav-list li:hover a {
      color: #4c4c4c; }

.detail__nav-inner_buttons {
  width: 555px;
  float: right;
  margin-left: 16px; }

.detail__nav_apply-button,
.detail__nav_fav-button {
  height: 50px;
  display: block;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  transition: opacity 0.25s; }
  .detail__nav_apply-button:hover,
  .detail__nav_fav-button:hover {
    opacity: 0.75; }

.detail__nav_apply-button {
  background-color: #fd7748;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  color: white;
  margin: 0 auto 10px;
  width: 242px;
  float: right; }

.detail__nav_apply-button-disable {
  height: 50px;
  display: block;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  transition: opacity 0.25s;
  margin: 0 auto 10px;
  width: 242px;
  float: right;
  color: #666 !important;
  background: #b3b3b3 !important;
  border-color: #b3b3b3 !important; }

.detail__nav_fav-button {
  background-color: white;
  border: 1px solid #fd7748;
  box-sizing: border-box;
  color: #fd7748;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  width: 50px;
  float: left; }
  .detail__nav_fav-button.-active {
    background-color: #f0f0f0;
    border-color: #cccccc;
    box-shadow: none;
    color: #4c4c4c; }
    .detail__nav_fav-button.-active:hover {
      cursor: default;
      box-shadow: none; }
  .detail__nav_fav-button img {
    position: absolute;
    height: 24px;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto; }

.detail__nav_fav-button-02 {
  height: 50px;
  display: block;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  transition: opacity 0.25s; }
  .detail__nav_fav-button-02:hover {
    opacity: 0.75; }

.detail__nav_fav-button-02 {
  background-color: white;
  border: 1px solid #fd7748;
  box-sizing: border-box;
  color: #fd7748;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  width: 300px;
  float: left; }
  .detail__nav_fav-button-02.-active {
    background-color: #f0f0f0;
    border-color: #cccccc;
    box-shadow: none;
    color: #4c4c4c; }
    .detail__nav_fav-button-02.-active:hover {
      cursor: default;
      box-shadow: none; }
  .detail__nav_fav-button-02 img {
    position: absolute;
    height: 24px;
    top: 10px;
    right: 24px;
    margin: auto; }
  .detail__nav_fav-button-02 span {
    font-size: 0.75rem; }

.detail__nav_fav-button-disable {
  height: 50px;
  display: block;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  transition: opacity 0.25s;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  width: 300px;
  float: left;
  color: #666 !important;
  background: #b3b3b3 !important;
  border-color: #b3b3b3 !important; }

.begineer_icon {
  max-width: 20px;
  top: 5px;
  position: relative; }

.p-detatil__old-photo-card {
  width: 233px;
  margin: 0 0 10px 10px;
  display: inline-block;
  transition: opacity 0.25s;
  position: relative;
  vertical-align: top;
  text-align: center; }

.p-detatil__old-photo-card-img {
  height: 180px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.p-detatil__old-photo-card-text {
  margin: 5px 0 0 0;
  font-size: 11px;
  text-align: left; }

.p-detail_main-photo {
  width: 100%; }

.p-detail_main-photo-inner {
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  position: relative;
  height: 360px; }

.p-detail_main-photo-area {
  display: flex;
  justify-content: center; }
  .p-detail_main-photo-area li {
    list-style: none;
    position: relative;
    width: 640px; }
    .p-detail_main-photo-area li img {
      height: 360px;
      display: block;
      transition: opacity 0.25s; }

.p-detail__company-logo {
  width: 100%;
  text-align: center;
  line-height: 0;
  margin: 16px 0; }

.c-card-large__head-post-date {
  position: relative;
  width: 350px;
  margin-top: 0px;
  font-size: 14px; }

.c-card-large__post-date {
  position: relative;
  width: 350px;
  left: 400px;
  margin-top: 0px;
  font-size: 14px;
  text-align: right; }

.c-card-large__post-date-alert {
  color: #e61919;
  font-weight: bold; }

.c-card-large__post-date-bold {
  font-weight: bold; }

.detail__bookmark_message {
  position: relative;
  display: inline-block;
  background-color: #fff9e9 !important;
  padding: 12px;
  background: #fff1f1;
  border: 1px solid #e61919;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  width: 450px; }
  .detail__bookmark_message:after {
    position: absolute;
    top: -9px;
    left: 28px;
    content: "";
    width: 12px;
    height: 9px;
    background: url(/images/showjob/bg_balloon_top.png) no-repeat 0 0; }

.detail__bookmark_user {
  padding: 0 8px;
  display: inline-block;
  color: #fff;
  background-color: #f1764b !important;
  border-radius: 4px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 20px; }

.detail__bookmark_text {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 12px; }

.detail__column-main .detail__bookmark_message {
  opacity: 0;
  animation: show-message 0.5s ease-in 2s;
  animation-fill-mode: forwards;
  width: 100%; }

@keyframes show-message {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.detail__bookmark_tab {
  position: absolute;
  background-color: #e61919;
  color: #fff;
  font-size: 10px;
  padding: 0 8px;
  line-height: 16px;
  border-radius: 4px 4px 0 0;
  top: -16px;
  right: 8px; }

.c-card-large-text__layout .detail__bookmark_message {
  display: block;
  padding: 8px;
  margin: 12px 0 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  min-height: 60px;
  width: 576px;
  opacity: 0;
  transition: opacity 0.5s linear 0.5s; }
  .c-card-large-text__layout .detail__bookmark_message.-show {
    opacity: 1; }
  .c-card-large-text__layout .detail__bookmark_message:after {
    position: absolute;
    top: -9px;
    left: 28px;
    content: "";
    width: 12px;
    height: 9px;
    background: url(/images/showjob/bg_balloon_top.png) no-repeat 0 0; }

.c-card-large-text__layout .detail__bookmark_user {
  padding: 0 8px;
  margin: 0 8px 0 0;
  float: left; }

.c-card-large-text__layout .detail__bookmark_text {
  line-height: 1.8;
  vertical-align: top; }
  .c-card-large-text__layout .detail__bookmark_text.-company {
    margin-bottom: 0;
    font-size: 12px;
    text-align: right;
    position: absolute;
    color: #f1764b;
    bottom: 4px;
    right: 4px; }

.c-card-wide__text .detail__bookmark_message {
  margin-top: 12px; }
  .c-card-wide__text .detail__bookmark_message:after {
    left: 20px; }

.c-card-wide__text .detail__bookmark_text {
  line-height: 1.8;
  vertical-align: top; }
  .c-card-wide__text .detail__bookmark_text.-company {
    margin-bottom: 0;
    font-size: 12px;
    text-align: right;
    position: absolute;
    color: #f1764b;
    bottom: 4px;
    right: 4px; }

.c-divide__text {
  width: 30px;
  float: left;
  padding: 6px 0 0 10px; }

.c-divide__text-02 {
  text-align: center;
  font-size: 0.875rem; }

.l-edit-input {
  margin-top: 48px; }

.l-edit-input--wide {
  width: 1100px;
  margin: 0 auto 48px; }

.l-edit-input--margin {
  margin-bottom: 48px; }

.l-edit-input__item-title {
  font-size: 1.25rem;
  color: #4c4c4c;
  font-weight: bold;
  text-align: center;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  position: relative; }

.l-edit-input__table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #eee; }
  .l-edit-input__table tr {
    border-top: 1px solid #eee; }
    @media (max-width: 768px) {
      .l-edit-input__table tr {
        border-top: none;
        border-bottom: 20px solid #fff; } }
  @media (max-width: 768px) {
    .l-edit-input__table tr.\--sp-compact {
      border-bottom: 0; }
      .l-edit-input__table tr.\--sp-compact .l-edit-input__table-lead {
        background-color: #fff;
        padding: 4px 12px; }
      .l-edit-input__table tr.\--sp-compact .l-edit-input__table-content {
        background-color: #fff; } }

.l-edit-input__table-lead {
  background-color: rgba(253, 119, 72, 0.05);
  width: 160px;
  padding: 10px 24px 8px 12px;
  position: relative;
  vertical-align: top; }
  @media (max-width: 768px) {
    .l-edit-input__table-lead {
      width: 100%;
      display: block;
      box-sizing: border-box;
      border-bottom: 1px solid #fff; } }

.l-edit-input__table-lead--right-padding {
  padding-right: 12px; }

.l-edit-input__table-content {
  padding: 12px 0 12px 12px;
  width: 480px; }
  @media (max-width: 768px) {
    .l-edit-input__table-content {
      background-color: rgba(253, 119, 72, 0.02);
      width: 100%;
      display: block;
      box-sizing: border-box;
      padding: 12px 8px; } }

.l-edit-input__table-note {
  background-color: #FAFAFA;
  font-size: 0.75rem;
  color: #4c4c4c;
  padding: 0 12px;
  width: 160px; }
  .l-edit-input__table-note.\--centered {
    text-align: center; }
  @media (max-width: 768px) {
    .l-edit-input__table-note {
      width: 100%;
      box-sizing: border-box;
      padding: 12px 8px;
      display: none; } }

.l-edit-input__table-list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #4c4c4c;
  line-height: 1.8;
  font-size: 0.875rem; }
  @media (max-width: 768px) {
    .l-edit-input__table-list {
      font-size: 0.875rem; } }

.l-edit-input__static {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.6;
  color: #4c4c4c; }
  @media (max-width: 768px) {
    .l-edit-input__static {
      font-size: 0.75rem; } }

.l-edit-input__text-label {
  font-size: 0.75rem;
  color: #fd7748;
  margin-bottom: 4px;
  display: block; }

.l-edit-input__text-input {
  display: block;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 0 8px;
  font-size: 0.875rem;
  color: #4c4c4c;
  transition: border-color 0.25s;
  margin-bottom: 12px;
  width: 100%;
  box-sizing: border-box; }
  .l-edit-input__text-input.\--search {
    border-color: #fd7748;
    height: 48px; }
  @media (max-width: 768px) {
    .l-edit-input__text-input {
      font-size: 0.75rem; } }

textarea.l-edit-input__text-input {
  height: auto;
  padding: 8px; }

input.l-edit-input__text-input:last-of-type {
  margin-bottom: 0; }

input.l-edit-input__text-input.l-edit-input__text-input--margin {
  margin-bottom: 12px; }

.l-edit-input__text-input:focus {
  outline: none;
  border-color: #fd7748; }

.l-edit-input__number-label {
  color: #4c4c4c;
  font-size: 0.875rem;
  margin-left: 8px; }

.l-edit-input__number-input {
  display: inline-block;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 0 8px;
  font-size: 0.875rem;
  color: #4c4c4c;
  transition: border-color 0.25s;
  width: 90px;
  box-sizing: border-box; }

.l-edit-input__number-input:focus {
  outline: none;
  border-color: #fd7748; }

.l-edit-input__detail-text {
  color: #4c4c4c;
  font-size: 0.75rem;
  margin: 4px 0 0;
  opacity: 0.8; }

.l-edit-input__divide {
  display: block;
  margin-bottom: 12px; }
  .l-edit-input__divide:after {
    content: "";
    clear: both;
    display: table; }

section.l-edit-input__divide:last-of-type {
  margin-bottom: 0; }

.l-edit-input__divide-2 {
  width: 50%;
  float: left; }
  .l-edit-input__divide-2.\--padded {
    padding-left: 24px;
    box-sizing: border-box;
    position: relative; }
  @media (max-width: 768px) {
    .l-edit-input__divide-2.\--sp-divide-1 {
      width: 100%;
      float: inherit; } }

.l-edit-input__divide-4 {
  width: 25%;
  float: left; }
  .l-edit-input__divide-4.\--padded {
    padding-left: 24px;
    box-sizing: border-box;
    position: relative; }
  @media (max-width: 768px) {
    .l-edit-input__divide-4.\--sp-divide-2 {
      width: 50%; } }

.l-edit-input__divide-at {
  position: absolute;
  left: 4px;
  line-height: 36px;
  margin: auto;
  color: #4c4c4c; }

.l-edit-input__divide-small {
  width: 64px;
  float: left;
  margin-left: 16px; }

.l-edit-input__table-title {
  color: #4c4c4c;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0; }
  @media (max-width: 768px) {
    .l-edit-input__table-title br {
      display: none; } }

.l-edit-input__table-required {
  font-size: 0.625rem;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 10px;
  background-color: #fd7748;
  line-height: 18px;
  padding: 0 8px;
  border-radius: 9px; }

.l-edit-input__skill-section {
  margin: 24px auto 48px; }

.l-edit-input__skill-section-inner {
  margin-bottom: 12px; }

.l-edit-input__skill-select {
  padding: 0 4px;
  width: 50%;
  box-sizing: border-box;
  float: left; }

.l-edit-input__skill-exp {
  padding: 0 4px;
  width: 25%;
  box-sizing: border-box;
  float: left; }
  .l-edit-input__skill-exp .c-form-select {
    padding: 0;
    font-size: 0.75rem; }

.l-edit-input__skill-delete {
  float: left;
  padding: 0 4px;
  width: 25%;
  box-sizing: border-box; }
  .l-edit-input__skill-delete span {
    background-color: #FAFAFA;
    height: 44px;
    display: block;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #ddd; }
  .l-edit-input__skill-delete .c-icon {
    color: #4c4c4c;
    opacity: 0.6;
    line-height: 44px; }

.l-edit-input__skill-table {
  line-height: 48px;
  border-collapse: collapse;
  width: 520px;
  float: left;
  margin: 0 10px 48px;
  border-bottom: 1px solid #eee; }
  .l-edit-input__skill-table thead {
    border-bottom: 1px solid #eee; }
  .l-edit-input__skill-table tr {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: block; }
  .l-edit-input__skill-table tr:last-of-type {
    border-bottom: none; }
  .l-edit-input__skill-table td {
    border-right: 1px solid #eee;
    width: 78px;
    text-align: center;
    vertical-align: middle; }
  .l-edit-input__skill-table td:nth-child(odd) {
    background-color: #FAFAFA; }
  .l-edit-input__skill-table td:last-of-type {
    border-right: none; }

.l-edit-input__skill-header {
  font-size: 0.75rem;
  color: #4c4c4c;
  width: 78px;
  text-align: center;
  border-top: 1px solid #eee; }

tr.l-edit-input__skill-header-row {
  border-left: none; }

.l-edit-input__skill-lead {
  background-color: #FAFAFA;
  width: 140px;
  padding: 0 16px;
  color: #4c4c4c; }

.l-edit-input__skill-lead--header {
  background-color: #fff !important; }

.l-edit-helptitle {
  color: #fd7748;
  font-size: 1.25rem;
  margin: 24px 0 12px; }
  .l-edit-helptitle .c-icon {
    vertical-align: middle;
    margin-right: 8px; }

.l-edit-helplist {
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  margin: 0 0 36px; }
  .l-edit-helplist a {
    text-decoration: none;
    color: #fd7748;
    transition: color 0.25s; }
    .l-edit-helplist a:hover {
      color: #4c4c4c; }

.l-edit-helplist__title {
  font-size: 0.875rem;
  color: #4c4c4c;
  margin: 0 0 8px; }

.l-edit-input__search {
  margin: 20px 0 12px; }

.l-edit-input__search > .l-edit-input__text-input {
  width: 74%;
  margin-right: 1%;
  float: left; }

.l-edit-input__search > .c-button-submit {
  width: 25%;
  float: right;
  margin: auto;
  height: 36px;
  line-height: 36px; }

.l-edit-input__search-tags .c-taglist {
  width: 73%;
  padding-right: 12px;
  box-sizing: border-box;
  float: left; }

.l-edit-input__search-tags .c-button-submit {
  width: 27%;
  float: right;
  margin: 12px auto;
  font-size: 0.875rem; }

.l-edit-quit__title {
  font-size: 1.5rem;
  color: #eb5757;
  text-align: center; }

.l-edit-quit__section {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 24px auto; }

.l-edit-quit__section-title {
  color: #eb5757;
  font-weight: bold;
  margin-bottom: 8px; }

.l-edit-quit__section-text {
  color: #4c4c4c;
  margin: 0; }

.l-edit-quit__data {
  list-style: none;
  padding: 0;
  color: #4c4c4c;
  margin: auto; }
  .l-edit-quit__data li {
    width: 190px;
    margin: 0 6px 12px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: 2px solid #4c4c4c;
    box-sizing: border-box;
    line-height: 50px; }
    @media (max-width: 768px) {
      .l-edit-quit__data li {
        width: 48%;
        margin: 0 1% 12px;
        font-size: 0.875rem; } }

/** スカウトブロック設定 **/
.c-input-search .c-button-submit {
  margin: 0; }

.c-search-block__input {
  width: 74%;
  margin-right: 1%;
  float: left; }

.c-search-block__button {
  width: 25%;
  float: right;
  margin: auto;
  height: 36px;
  line-height: 36px; }

.c-search-block__link {
  margin-top: 20px; }

@media (max-width: 768px) {
  .fukuoka-special-title {
    padding-top: 65px; } }

@media (max-width: 320px) {
  .fukuoka-special-title {
    padding-top: 60px; } }

.fukuoka-special-img {
  background: url(/images/ui_renewal/lp/c/fukuoka/fukuoka-special__title-bg.jpg) no-repeat bottom center/cover;
  text-align: center;
  padding: 45px 0 0;
  height: 220px; }
  @media (max-width: 768px) {
    .fukuoka-special-img {
      background: url(/images/ui_renewal/lp/c/fukuoka/fukuoka-special__title-bg-sp.jpg) no-repeat bottom center/cover;
      padding: 40px 0;
      height: 150px; } }
  .fukuoka-special-img h1 {
    max-width: 561px;
    width: 80%;
    margin: 0 auto; }
    .fukuoka-special-img h1 img {
      display: inline-block;
      height: auto; }
    @media (max-width: 768px) {
      .fukuoka-special-img h1 {
        width: 80%; }
        .fukuoka-special-img h1 img {
          height: auto; } }

.fukuoka-special-lead {
  width: 900px;
  margin: 0 auto;
  padding: 30px 0 0;
  font-size: 16px; }
  @media (max-width: 768px) {
    .fukuoka-special-lead {
      width: auto;
      padding: 30px 30px 0;
      font-size: 13px; }
      .fukuoka-special-lead br {
        display: none; } }

.fukuoka-speial-jobs {
  display: flex;
  margin: 0 auto;
  padding: 0 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1200px; }
  .fukuoka-speial-jobs li {
    margin: 30px 2.5%;
    padding-bottom: 20px;
    width: 45%;
    border-top: 8px solid #fd7748;
    background-color: #fff6f2; }
  @media (max-width: 768px) {
    .fukuoka-speial-jobs {
      display: block;
      max-width: 500px; }
      .fukuoka-speial-jobs li {
        width: 100%;
        border-top: 8px solid #fd7748;
        background-color: #fff6f2;
        padding-bottom: 20px;
        margin: 30px auto; } }

.fukuoka-speial-job-tn {
  position: relative; }
  .fukuoka-speial-job-tn img {
    display: block;
    width: 100%;
    height: auto; }

.fukuoka-speial-job-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 38px;
  border: 4px solid #fff;
  background-color: rgba(242, 111, 66, 0.2);
  overflow: hidden;
  transition: all 0.2s linear; }
  .fukuoka-speial-job-play-btn img {
    display: block;
    width: 67px;
    height: 67px; }
  .fukuoka-speial-job-play-btn:hover {
    background-color: rgba(242, 111, 66, 0.6); }

.fukuoka-speial-job-txt {
  padding: 20px;
  font-size: 14px; }
  .fukuoka-speial-job-txt h3 {
    margin: 0 0 1em;
    font-size: 16px;
    font-weight: bold; }
    .fukuoka-speial-job-txt h3 a {
      color: #fd7748; }

.fukuoka-speial-job-btn {
  display: block;
  margin: 0 auto;
  max-width: 330px;
  width: 90%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  color: white;
  background-color: #fd7748;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  transition: all 0.1s linear; }
  @media (max-width: 768px) {
    .fukuoka-speial-job-btn {
      margin: 0 20px;
      max-width: none;
      width: auto;
      height: 40px;
      line-height: 40px; } }
  .fukuoka-speial-job-btn:hover {
    opacity: 0.75; }

.fukuoka-special-otherjobs {
  margin: 30px auto;
  padding: 0 30px;
  text-align: center; }
  .fukuoka-special-otherjobs a {
    display: inline-block;
    width: 420px;
    background-color: #f5f5f5;
    height: 72px;
    line-height: 72px;
    border-radius: 2px;
    font-size: 18px;
    text-align: center;
    transition: all 0.1s linear; }
    .fukuoka-special-otherjobs a img {
      display: inline-block;
      width: 24px;
      height: 24px;
      position: relative;
      top: 5px;
      margin-left: 5px; }
    @media (max-width: 768px) {
      .fukuoka-special-otherjobs a {
        display: block;
        margin: 0 auto;
        max-width: 440px;
        width: auto;
        height: 54px;
        line-height: 54px;
        font-size: 16px; } }
    .fukuoka-special-otherjobs a:hover {
      background-color: #eee; }

.guide__header {
  width: 100%; }

.guide__header_inner {
  max-width: 1200px;
  margin: 50px auto;
  background-color: #eee;
  display: block;
  height: 360px;
  position: relative;
  background-image: url("/images/ui_renewal/guide_header.jpg"); }

.guide__header_text {
  background-color: white;
  padding: 16px;
  max-width: 550px;
  position: absolute;
  bottom: -40px;
  left: 40px;
  color: #4c4c4c; }
  .guide__header_text h1 {
    margin: 0;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.8; }
  .guide__header_text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6; }

.guide__topics {
  width: 1160px;
  margin: auto;
  overflow: auto; }

.guide__topics_item {
  width: 540px;
  margin: 0 20px 60px;
  overflow: auto;
  display: block;
  float: left;
  position: relative; }
  .guide__topics_item.-wide {
    width: 1000px;
    height: auto;
    float: inherit;
    margin: auto;
    background-color: white; }
    .guide__topics_item.-wide .guide__topics_image {
      float: left; }
    .guide__topics_item.-wide .guide__topics_content {
      float: left;
      margin: 64px 0 0 40px; }

.guide__topics_title {
  font-size: 32px;
  color: #4c4c4c;
  font-weight: normal;
  margin: 12px 0 0;
  white-space: nowrap; }

.guide__topics_image {
  height: 280px;
  width: 540px;
  position: relative;
  background-color: #eee;
  margin: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .guide__topics_image.-prep {
    background-image: url("/images/ui_renewal/guide_prep.jpg"); }
  .guide__topics_image.-search {
    background-image: url("/images/ui_renewal/guide_search.jpg"); }
  .guide__topics_image.-interview {
    background-image: url("/images/ui_renewal/guide_interview.jpg"); }
  .guide__topics_image.-cv {
    background-image: url("/images/ui_renewal/guide_cv.jpg"); }

.guide__topics_icon {
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 2; }
  .guide__topics_icon img {
    display: block;
    margin: 14px auto;
    width: 32px;
    height: 32px; }
  .guide__topics_icon.-prep {
    background-color: #0dd0c6; }
  .guide__topics_icon.-search {
    background-color: #58c97a; }
  .guide__topics_icon.-interview {
    background-color: #fa728e; }
  .guide__topics_icon.-cv {
    background-color: #fd7748; }

.guide__topics_content {
  display: block; }

.guide__topics_content-title {
  font-size: 16px;
  color: rgba(76, 76, 76, 0.6);
  margin: 0; }

.guide__topics_content-list {
  font-size: 16px;
  color: rgba(76, 76, 76, 0.8);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding-left: 20px; }

a.guide__topics_link {
  text-decoration: none;
  transition: opacity 0.25s;
  display: block; }
  a.guide__topics_link:hover {
    opacity: 0.75; }

.guide-detail__header {
  height: 360px;
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 24px; }
  .guide-detail__header .guide__topics {
    margin: auto; }

.guide-detail__breadcrumbs {
  max-width: 800px;
  margin: auto;
  padding: 16px 0;
  opacity: 0.8; }
  .guide-detail__breadcrumbs.-wide {
    max-width: 1000px; }
  .guide-detail__breadcrumbs span {
    margin: 0;
    color: #4c4c4c;
    font-size: 13px; }
  .guide-detail__breadcrumbs a {
    color: #4c4c4c;
    transition: color 0.25s;
    text-decoration: none;
    margin: 0 8px; }
    .guide-detail__breadcrumbs a:hover {
      color: #fd7748; }

.guide-detail__column {
  width: 1000px;
  padding: 16px;
  margin: auto;
  overflow: auto; }
  .guide-detail__column .-col-left {
    width: 680px;
    float: left; }
  .guide-detail__column .-col-right {
    width: 300px;
    float: right; }
    .guide-detail__column .-col-right .-title {
      font-size: 18px;
      text-align: center;
      color: #4c4c4c;
      border-bottom: 1px solid #eee;
      padding: 0 0 12px;
      margin: 0 0 24px; }
    .guide-detail__column .-col-right .guide__topics_item {
      margin: 0 0 36px;
      width: 300px;
      height: auto; }
    .guide-detail__column .-col-right .guide__topics_title {
      font-size: 24px; }
    .guide-detail__column .-col-right .guide__topics_image {
      width: 300px;
      height: 200px; }

.guide-detail__list {
  width: 100%;
  max-width: 800px;
  margin: auto;
  box-sizing: border-box;
  list-style: none;
  position: relative;
  padding: 0; }
  .guide-detail__list li {
    min-height: 120px;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.25s; }
    .guide-detail__list li:hover {
      border-color: #ddd;
      box-shadow: none; }
    .guide-detail__list li a {
      text-decoration: none;
      display: block;
      padding: 20px 92px 12px 32px; }
    .guide-detail__list li h3 {
      color: #4c4c4c;
      margin: 0;
      font-weight: normal;
      font-size: 18px; }
    .guide-detail__list li p {
      color: rgba(76, 76, 76, 0.6);
      margin: 8px 0 0;
      line-height: 1.6;
      font-size: 14px; }

.guide-detail__list-arrow {
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }
  .guide-detail__list-arrow img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    left: 0;
    right: 0; }

.guide-detail__question {
  max-width: 800px;
  margin: auto;
  color: #4c4c4c;
  background-color: white;
  padding: 20px 20px 32px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 2px; }
  .guide-detail__question h1 {
    font-size: 24px;
    margin: 0;
    font-weight: normal; }
  .guide-detail__question p {
    font-size: 16px;
    line-height: 1.8;
    margin: 8px 0;
    color: rgba(76, 76, 76, 0.8); }
  .guide-detail__question span {
    color: #0dd0c6; }

p.guide-detail__question-title {
  font-size: 24px;
  margin: 0 0 12px;
  font-weight: bold;
  color: #0dd0c6;
  line-height: 48px;
  vertical-align: middle; }
  p.guide-detail__question-title span {
    background-color: #0dd0c6;
    display: inline-block;
    margin-right: 4px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 48px;
    font-weight: bold; }

.guide-detail__answer {
  max-width: 800px;
  margin: 0 auto 0;
  padding: 32px 40px;
  background-color: white;
  position: relative; }
  .guide-detail__answer h2 {
    margin: 0;
    color: #4c4c4c;
    font-weight: normal; }
  .guide-detail__answer p {
    font-size: 15px;
    line-height: 1.8;
    font-family: sans-serif;
    color: rgba(76, 76, 76, 0.8); }

p.guide-detail__answer-title {
  font-size: 24px;
  margin: 0 0 12px;
  font-weight: bold;
  color: #fd7748;
  line-height: 48px;
  vertical-align: middle; }
  p.guide-detail__answer-title span {
    background-color: #fd7748;
    display: inline-block;
    margin-right: 4px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 48px;
    font-weight: bold; }

.guide-detail__next,
.guide-detail__related {
  padding: 24px 0 24px;
  width: 100%;
  border-top: 1px solid #eee; }

.guide-detail__next-title,
.guide-detail__related-title {
  font-size: 20px;
  font-weight: normal;
  color: #4c4c4c;
  margin: 0 auto 8px;
  width: 800px; }

.guide-detail__next-inner {
  width: 1000px;
  margin: auto; }

.guide__interview-section {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto 48px;
  background-color: #f9f9f9;
  overflow: auto;
  transition: opacity 0.25s; }
  .guide__interview-section:hover {
    opacity: 0.8; }
  .guide__interview-section img {
    height: 360px;
    margin-right: 24px;
    float: left; }
  .guide__interview-section a {
    color: #4c4c4c;
    text-decoration: none; }

.guide__interview-section_text {
  color: #4c4c4c;
  padding-top: 80px;
  padding-right: 24px; }
  .guide__interview-section_text h2 {
    font-size: 32px;
    margin: 0;
    font-weight: normal; }
  .guide__interview-section_text p {
    font-size: 16px;
    color: rgba(76, 76, 76, 0.8);
    -webkit-font-smoothing: antialiased; }

.guide__interview-section_button {
  line-height: 44px;
  height: 44px;
  width: 460px;
  color: white;
  text-align: center;
  background-color: #fd7748;
  display: inline-block; }

.guide__interview_list {
  padding: 0;
  margin: 24px auto 0;
  width: 1200px;
  list-style: none;
  text-align: center;
  overflow: auto; }

.guide__interview_list li {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  width: 380px;
  float: left;
  margin: 0 8px 48px;
  text-align: left; }

.guide__interview_upper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }

.guide__interview_upper iframe, .guide__interview_upper object, .guide__interview_upper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.guide__interview_video-title {
  font-size: 30px;
  line-height: 1;
  margin: 8px auto;
  color: #4c4c4c; }

.guide__interview_upper img {
  width: 100%; }

.guide__interview_lower {
  padding: 8px 8px;
  margin: 0; }

.guide__interview_video-desc {
  margin: 0;
  line-height: 1.8;
  font-size: 13px;
  color: rgba(76, 76, 76, 0.6); }

.guide-detail__body {
  width: 800px;
  margin: auto; }

.guide-detai__h1 {
  font-size: 32px;
  margin: 0;
  color: #fd7748;
  font-weight: normal; }

.guide-detail__hr {
  border: 1px solid #fd7748;
  width: 160px;
  margin: 20px auto 40px;
  text-align: left; }

.guide-detail__h2 {
  font-size: 20px;
  font-weight: bold;
  color: #4c4c4c; }

.guide-detail__h3 {
  font-size: 18px;
  font-weight: bold;
  color: #4c4c4c;
  margin: 0; }
  .guide-detail__h3.-highlight {
    color: #fd7748; }
  .guide-detail__h3 span {
    background-color: #fd7748;
    height: 36px;
    width: 36px;
    border-radius: 18px;
    display: inline-block;
    text-align: center;
    color: white;
    line-height: 36px;
    margin-right: 8px; }

.guide-detail__p {
  font-size: 15px;
  color: #4c4c4c;
  line-height: 1.8; }
  .guide-detail__p.-indent {
    padding-left: 48px;
    margin-top: 0;
    margin-bottom: 24px; }
  .guide-detail__p.-highlight {
    color: #fd7748; }

.guide-detail__point {
  max-width: 520px;
  border: 1px solid #fd7748;
  border-radius: 4px;
  margin: 48px auto;
  padding: 20px; }
  .guide-detail__point .-title {
    font-size: 24px;
    margin: 0;
    color: #fd7748;
    font-weight: bold; }
  .guide-detail__point .-text {
    color: #4c4c4c;
    font-size: 15px;
    line-height: 1.8; }

.guide-detail__block {
  margin: 0 0 32px;
  padding: 4px 0 4px 18px;
  border-left: 2px solid #fd7748; }
  .guide-detail__block p {
    margin: 0;
    color: rgba(76, 76, 76, 0.8); }

a.guide-detail__link {
  height: 40px;
  width: 300px;
  display: block;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  color: #fd7748;
  font-size: 16px;
  background-color: rgba(253, 119, 72, 0.1);
  border: 1px solid rgba(253, 119, 72, 0.2);
  text-decoration: none;
  transition: background-color 0.25s; }
  a.guide-detail__link:hover {
    background-color: rgba(253, 119, 72, 0.2); }

.c-job-detail__interview-article-photo {
  margin-left: 30px;
  margin-bottom: 10px;
  float: right;
  background-color: #f2f2f2 !important;
  padding: 10px; }
  .c-job-detail__interview-article-photo-img {
    width: 328px;
    display: block; }

.c-job-detail__interview-article-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #4c4c4c; }

.c-job-detail__interview-article-text-01 {
  font-size: 0.875rem;
  color: #4c4c4c; }

.c-job-detail__interview-article-text-02 {
  line-height: 1.5rem;
  color: #4c4c4c; }

.c-job-detail__interview-article-photo-02 {
  margin-right: -25px; }
  .c-job-detail__interview-article-photo-02-inner {
    width: 600px;
    margin-right: 25px;
    padding: 10px; }
  .c-job-detail__interview-article-photo-02-inner-img {
    width: 600px;
    display: block; }

.c-job-detail__interview-staff {
  border: 1px solid #fd7748;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fdeddb !important;
  padding: 20px 15px; }

.c-job-detail__interview-staff-title {
  padding-bottom: 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fd7748;
  font-size: 20px;
  clear: both;
  display: block;
  margin-top: 0;
  color: #4c4c4c; }

.c-job-detail__interview-staff-title-02 {
  margin-bottom: 15px;
  border-bottom: 1px solid #fd7748;
  font-size: 20px;
  clear: both;
  display: block;
  margin-top: 0;
  font-weight: bold;
  color: #fd7748; }

.c-job-detail__interview-staff-text-01 {
  float: left;
  color: #fd7748;
  font-weight: bold; }

.c-job-detail__interview-staff-text-02 {
  float: right;
  font-weight: bold;
  color: #4c4c4c; }

.c-job-detail__interview-staff-text-03 {
  width: 450px;
  line-height: 32px;
  float: right;
  margin: 0;
  font-size: 0.875rem;
  color: #4c4c4c; }

.c-job-detail__interview-staff-img {
  width: 240px;
  float: left;
  display: block; }

.container-showjob {
  width: 1200px;
  margin: auto;
  font-size: 14px;
  border-top: 1px solid #f0f0f0;
  padding: 16px 0 32px; }
  .container-showjob .h5 {
    font-size: 15px;
    font-weight: bold; }
  .container-showjob .pull-left {
    float: left; }
  .container-showjob a {
    color: #297bd2; }
  .container-showjob dt {
    width: 100px;
    padding: 5px 0; }
  .container-showjob dd {
    width: 1005px;
    margin-left: 0;
    padding: 5px 0; }
    .container-showjob dd li {
      display: inline-block; }

.c-job-detail__btn-share {
  text-align: right;
  margin-top: 20px; }
  .c-job-detail__btn-share li {
    float: right;
    margin-left: 10px; }

.fb_iframe_widget span {
  vertical-align: baseline !important; }

.contact-company {
  position: relative;
  width: 23px;
  cursor: pointer; }

.contact-company-modal {
  display: none;
  position: absolute;
  top: -45px;
  right: -30px;
  width: 140px;
  font-size: 14px;
  margin: 0 auto;
  padding: 5px;
  border: solid 2px #f1764b;
  background: #fffae4;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
  .contact-company-modal::after {
    position: absolute;
    bottom: -8px;
    right: 35px;
    margin: 0 auto;
    content: "";
    width: 10px;
    height: 8px;
    background: url(/images/common/bg_balloon03.png) no-repeat 0 0; }

span:hover + .contact-company-modal {
  display: block; }

.box-termination-request a {
  color: #fff; }

.box-termination-posting a {
  color: #fff; }

#footer {
  clear: both;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.833em;
  padding-top: 30px; }

#footer_link {
  padding: 2px 15px 2px 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2 url("/img/user_common/footer_bg.gif") repeat-x;
  color: #999;
  text-align: right; }

#footer_link a {
  color: #06c;
  text-decoration: none; }

.mixilogo {
  float: left; }

.mixilogo a {
  display: block;
  width: 46px;
  height: 21px;
  margin: 6px 0 0 15px;
  padding-left: 0;
  background-image: url("/img/user_common/logo_mixirecruitment.gif"); }

.copy {
  width: auto;
  margin: 13px 15px 0 0;
  padding: 0 0 1rem;
  text-align: right; }

/*wm*/
.tab-wrap {
  position: relative; }

.tab-wrap .link {
  position: absolute;
  top: 0;
  right: -30px; }

.icon-unread {
  padding: 0 0 0 25px;
  background: url(/images/wm/icon_unread.png) 0 center no-repeat; }

.icon-read {
  padding: 0 0 0 25px;
  background: url(/images/wm/icon_read.png) 0 center no-repeat; }

.icon-reply {
  padding: 0 0 0 25px;
  background: url(/images/wm/icon_reply.png) 0 center no-repeat; }

.icon-send {
  padding: 0 0 0 25px;
  background: url(/images/wm/icon_send.png) 0 center no-repeat; }

.icon_edit {
  background: url(/images/wm/icon_edit.png) 0 center no-repeat; }

.form .cell input[type="text"] {
  width: 100%;
  height: 42px;
  box-sizing: border-box; }

.form .box-memo {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff; }

.form .box-memo:hover {
  color: #297bd2;
  box-sizing: border-box;
  border: 1px solid #297bd2;
  background: #f7fbff !important; }

.bar-step-mail {
  width: 100%;
  height: 38px;
  background-image: url(/images/wm/bg_step_mail.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.bar-step-mail.step1 {
  background-position: center top; }

.bar-step-mail.step2 {
  background-position: center center; }

.bar-step-mail.step3 {
  background-position: center bottom; }

.bar-step-template {
  width: 100%;
  height: 38px;
  background-image: url(/images/wm/bg_step_template.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.bar-step-template.step1 {
  background-position: center top; }

.bar-step-template.step2 {
  background-position: center center; }

.bar-step-template.step3 {
  background-position: center bottom; }

.bar-step-scout {
  width: 100%;
  height: 38px;
  background-image: url(/images/wm/bg_step_scout.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.bar-step-scout.step1 {
  background-position: center top; }

.bar-step-scout.step2 {
  background-position: center bottom; }

.select-template {
  position: relative;
  width: 240px;
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: visible;
  font-size: 0.75rem; }

.select-template .arrow {
  width: 11px;
  height: 9px;
  position: absolute;
  top: 12px;
  right: 10px;
  background: url(/images/common/icon_arrow07.png) no-repeat 0 0; }

.select-template a {
  color: #666;
  text-decoration: none;
  padding: 6px 10px 6px 10px; }

.select-template:hover {
  text-decoration: none; }

.select-template .select-option {
  position: absolute;
  top: 32px;
  left: -1px;
  width: 195px;
  color: #333;
  border: solid 1px #bfbfbf;
  background: #fafafa;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

.select-template .select-option a {
  display: block;
  padding: 10px 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select-template .select-option a:hover {
  background-color: #e8f6ff;
  text-decoration: none; }

.input-mail * {
  box-sizing: border-box; }

.input-mail .to dt,
.input-mail .category dt,
.input-mail .subject dt {
  float: left;
  width: 70px;
  height: 32px;
  line-height: 32px; }

.input-mail .to dd,
.input-mail .category dd,
.input-mail .subject dd {
  float: left;
  height: 32px;
  line-height: 32px; }

.input-mail .subject-input {
  width: 898px; }

.input-mail .subject-input input[type="text"] {
  width: 100%; }

.input-mail .textarea-body {
  height: 450px; }

/*メッセージ編集*/
.c-message-box__step {
  width: 100%;
  height: 61px;
  background-position: center top;
  background-size: 1000px 61px;
  background-repeat: no-repeat;
  text-indent: -9999px; }

.c-message-box__step.step1 {
  background-image: url(/images/ui_renewal/mail_step_edit.png); }

.c-message-box__control {
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fdeddb; }

.c-message-box__form {
  margin-top: 0;
  margin-bottom: 60px;
  padding: 15px;
  border-bottom: 1px solid #eee;
  background-color: #fdeddb; }

.c-message-box__form-address {
  margin-bottom: 15px;
  margin-right: 50px;
  float: left;
  font-size: 0.875rem; }
  .c-message-box__form-address dt {
    float: left;
    width: 70px;
    height: 32px;
    line-height: 32px;
    font-size: 13px; }
  .c-message-box__form-address dd {
    float: left;
    height: 32px;
    line-height: 32px; }

.c-message-box__form-subject {
  margin-bottom: 20px;
  clear: both;
  float: left;
  font-size: 0.875rem; }
  .c-message-box__form-subject dt {
    float: left;
    width: 50px;
    height: 32px;
    line-height: 32px; }
  .c-message-box__form-subject dd {
    float: left;
    height: 32px;
    line-height: 32px; }
  .c-message-box__form-subject dd input {
    width: 879px; }

.c-message-box__textarea {
  font-size: 16px;
  width: 100%;
  height: 450px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #fff; }

.c-message-empty {
  margin: 30px 0;
  padding: 30px 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.c-message-record__control {
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fdeddb;
  font-weight: bold;
  font-size: 1.25rem; }

.c-message-record__text {
  margin-bottom: 30px;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  font-size: 1rem; }

/*スカウト辞退*/
.c-scout-decline {
  padding: 20px;
  background: #fdeddb;
  font-size: 0.875rem; }

.c-scout-decline__inner-title {
  display: flex;
  margin-bottom: 10px; }

.c-scout-decline__to {
  display: flex;
  margin-right: 50px; }
  .c-scout-decline__to-title {
    margin-right: 20px; }

.c-scout-decline__subject {
  display: flex; }
  .c-scout-decline__subject-title {
    margin-right: 20px; }

.c-scout-decline__text {
  margin: 20px 0; }

.c-scout-decline__radio-btn li {
  margin-bottom: 10px; }

/*mail_template*/
.c-message-template__confirm {
  margin-top: 10px;
  border: 1px solid #eee; }
  .c-message-template__confirm-title {
    padding: 15px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    background: #fdeddb; }
  .c-message-template__confirm-subject {
    width: 800px;
    float: left; }
  .c-message-template__confirm-box {
    padding: 15px; }

.p-messages-confirm__bar-step {
  width: 100%;
  height: 61px;
  background-image: url(/images/ui_renewal/mail_step_confirm.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-bottom: 50px;
  background-size: 1000px 61px;
  background-position: center center; }

.p-messages-confirm__content-layout {
  margin: 3px 0; }

.p-messages-confirm__content-block {
  border: solid 1px #eee;
  background: #fdeddb;
  padding: 16px 32px; }

.p-messages-confirm__content-title {
  font-weight: bold;
  display: inline-block;
  width: 90px; }

.p-messages-confirm__content-subject {
  border-right: solid 1px #eee;
  border-left: solid 1px #eee;
  padding: 16px 32px; }

.p-messages-confirm__content-button {
  border: solid 1px #eee;
  padding: 10px 16px; }

.l-quit .warning-title {
  font-size: 1.5rem;
  color: #eb5757;
  text-align: center; }

.l-quit .warning-content {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 24px auto; }

.l-quit .warning-content__title {
  color: #eb5757;
  font-weight: bold;
  margin-bottom: 8px; }

.l-quit .warning-data {
  list-style: none;
  color: #4c4c4c;
  margin: auto; }
  .l-quit .warning-data .item {
    width: 190px;
    margin: 0 6px 12px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: 2px solid #4c4c4c;
    box-sizing: border-box;
    line-height: 50px; }
    @media (max-width: 768px) {
      .l-quit .warning-data .item {
        width: 48%;
        margin: 0 1% 12px;
        font-size: 0.875rem; } }

.p-default__header > .c-heading-xlarge {
  color: #fd7748; }

.p-default__header > .c-heading-section-2 {
  margin: 0 auto 12px; }

.p-default__content > .c-circle-icon {
  margin: 0 auto 16px; }

.c-search-box__base {
  background-color: #FFF6F2;
  margin-bottom: 30px;
  padding-top: 20px;
  box-sizing: border-box; }

.c-search-box__icon-link, .c-search-box__icon-link--mail, .c-search-box__icon-link--save {
  padding: 0 0 0 25px;
  color: #fd7748;
  font-size: 0.875rem;
  margin: 14px 16px 0 0; }
  .c-search-box__icon-link--mail {
    background: url(/images/ui_renewal/icon_search_email.svg) 0 center no-repeat; }
  .c-search-box__icon-link--save {
    background: url(/images/ui_renewal/icon_save.svg) 0 center no-repeat; }

.list-current {
  font-size: 0.75rem;
  margin-bottom: 5px; }

.list-current dt {
  width: 120px;
  float: left; }

.list-current dd {
  width: 825px;
  float: left;
  font-weight: bold; }

.c-search-box__button-layout {
  height: 68px;
  clear: both; }

.c-search-box__text-01 {
  float: left;
  font-size: 1rem;
  margin: 10px 0 0 0; }

.c-search-box__pulldown {
  width: 200px;
  float: right;
  margin-bottom: 10px; }

.search-header {
  background-color: #fff6f2;
  height: 200px;
  margin-bottom: 24px;
  padding-top: 20px;
  box-sizing: border-box; }

.search-header__inner {
  width: 1100px;
  margin: auto; }

.search-header__desc {
  font-size: 15px;
  color: #4c4c4c;
  margin: 0 0 12px; }

.search-header__details {
  color: #fd7748;
  float: right;
  text-decoration: none;
  margin-right: 3px; }

.search-control__options_view {
  background-color: white;
  border: 1px solid #eee;
  position: absolute;
  z-index: 100;
  top: 56px;
  left: 0;
  overflow: auto;
  width: 600px;
  padding: 12px 16px;
  display: none; }
  .search-control__options_view.-small {
    width: 170px;
    overflow: hidden; }
  .search-control__options_view ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #4c4c4c; }
  .search-control__options_view li {
    padding-left: 8px;
    line-height: 2;
    margin-bottom: 2px;
    cursor: default;
    transition: background-color 0.25s; }
    .search-control__options_view li:hover {
      background-color: rgba(253, 119, 72, 0.1); }
  .search-control__options_view a {
    color: #4c4c4c;
    display: block;
    text-decoration: none;
    transition: color 0.25s; }
    .search-control__options_view a:hover {
      color: #fd7748; }
  .search-control__options_view .-col-left {
    float: left;
    width: 280px; }
  .search-control__options_view .-col-left-small {
    float: left;
    width: 150px;
    padding-right: 16px;
    box-sizing: border-box; }
  .search-control__options_view .-col-right {
    float: right;
    max-width: 280px; }
  .search-control__options_view .-col-right-small {
    float: right;
    width: 150px;
    padding-right: 16px;
    box-sizing: border-box; }
  .search-control__options_view .-col-title {
    font-weight: bold;
    margin: 24px 0 0;
    line-height: inherit; }
    .search-control__options_view .-col-title.-no-margin {
      margin: 0; }
  .search-control__options_view .search-control__checkbox .search-control__checkmark:after {
    border-color: #fd7748; }
  .search-control__options_view .search-control__checkbox input:checked ~ .search-control__checkmark {
    background-color: transparent;
    border: 0; }
  .search-control__options_view .search-control__checkbox {
    padding-left: 24px; }
  .search-control__options_view .search-control__checkmark {
    border-color: white;
    background: transparent; }

.search-control__options_button {
  width: 160px;
  height: 48px;
  margin-right: 12px;
  background-color: white;
  line-height: 48px;
  padding-left: 12px;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(253, 119, 72, 0.1);
  margin-right: 12px;
  display: inline-block;
  font-size: 14px;
  color: #4c4c4c;
  position: relative;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  transition: border-color 0.25s;
  float: left; }
  .search-control__options_button:hover {
    border-color: #fd7748; }
  .search-control__options_button img {
    margin-right: 8px; }
  .search-control__options_button .-arrow {
    position: absolute;
    right: 12px;
    top: 20px; }

.search-header__input {
  float: left; }

.search-control__input-text {
  height: 48px;
  width: 452px;
  padding: 0 16px;
  box-sizing: border-box;
  border: 1px solid #fd7748;
  background-color: #fff;
  display: inline-block;
  font-size: 14px; }
  .search-control__input-text:focus {
    outline: none !important; }

.search-control__input-button {
  height: 48px;
  line-height: 48px;
  width: 126px;
  border: none;
  margin: 0;
  display: inline-block;
  background-color: #fd7748;
  color: white;
  font-size: 18px;
  vertical-align: top;
  cursor: pointer;
  transition: background-color 0.25s; }
  .search-control__input-button:hover {
    background-color: #fd642f; }

.search-control__list {
  float: right;
  text-align: right; }

.search-control__list_inner {
  max-width: 600px;
  overflow: hidden;
  padding: 0;
  margin: 15px 0 0 0;
  height: 28px; }

.search-control__list_tag {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  margin-right: 4px;
  display: inline-block;
  background-color: rgba(253, 119, 72, 0.2);
  transition: background-color 0.25s; }
  .search-control__list_tag:hover {
    background-color: rgba(253, 119, 72, 0.4); }
  .search-control__list_tag a {
    text-decoration: none;
    color: #4c4c4c;
    display: block;
    width: 100%;
    padding: 0 8px;
    text-align: left; }

.search-control__extras {
  float: left; }
  .search-control__extras ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .search-control__extras li {
    margin-right: 12px;
    display: inline-block; }

.search-control__extras-title {
  font-size: 13px;
  color: #4c4c4c;
  margin: 15px 0 0; }

.search-control__extras-row label:nth-of-type(1) {
  margin-right: 8px; }

.search-control__checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  line-height: 32px;
  color: #4c4c4c;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .search-control__checkbox img {
    height: 18px;
    vertical-align: middle;
    margin: 0 0 2px 2px; }

.search-control__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.search-control__checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #fd7748;
  background-color: white;
  border-radius: 1px;
  transition: background-color 0.25s; }

.search-control__checkbox input:checked ~ .search-control__checkmark {
  background-color: #fd7748; }

.search-control__checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.search-control__checkbox input:checked ~ .search-control__checkmark:after {
  display: block; }

.search-control__checkbox .search-control__checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.search__column {
  width: 1200px;
  margin: auto; }

.c-card-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .c-card-list a {
    text-decoration: none; }

.search__filter {
  overflow: auto;
  padding: 0 0 20px 0;
  margin: auto;
  width: 1200px; }

.search__filter-icon {
  float: left; }

.search__filter-list {
  padding-left: 40px;
  padding-bottom: 10px;
  margin: 0;
  list-style: none;
  max-width: 800px;
  float: left; }
  .search__filter-list a {
    text-decoration: none; }
  .search__filter-list li {
    background-color: rgba(253, 119, 72, 0.2);
    display: inline-block;
    padding: 0 24px 0 8px;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    margin-right: 12px;
    position: relative;
    color: #4c4c4c;
    transition: background-color 0.25s; }
    .search__filter-list li:hover {
      background-color: rgba(253, 119, 72, 0.4); }
    .search__filter-list li::before {
      content: "";
      background-image: url("/images/ui_renewal/icon_remove_tag.svg");
      background-position: 10px;
      background-repeat: no-repeat;
      position: absolute;
      right: 4px;
      height: 24px;
      width: 24px;
      display: block; }

.search__filter-order {
  height: 48px;
  line-height: 48px;
  width: 160px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 15px;
  color: #4c4c4c;
  float: right;
  position: relative;
  cursor: pointer;
  transition: border-color 0.25s; }
  .search__filter-order:hover {
    border-color: #fd7748; }
  .search__filter-order img {
    position: absolute;
    height: 10px;
    top: 20px;
    right: 16px; }

.search__filter-email {
  margin: 12px 0;
  display: block;
  line-height: 1.6;
  font-size: 15px; }
  .search__filter-email a {
    text-decoration: none;
    color: #fd7748; }
  .search__filter-email img {
    margin-right: 8px; }

.c-card-large-match {
  margin: 8px 0 56px; }

.c-card-large-match_title {
  background-color: #ffc400;
  color: white;
  display: inline-block;
  margin: 0 auto 8px;
  padding: 4px 12px;
  font-size: 16px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

/* pager */
.search__pager {
  margin: 24px 0 32px;
  padding: 0 8px;
  list-style: none;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center; }

.search__pager li {
  height: 44px;
  line-height: 44px;
  width: 44px;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin-right: 8px;
  background-color: white;
  border: 1px solid #fd7748;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 0.25s; }
  .search__pager li:hover {
    opacity: 0.5; }

.search__pager a {
  text-decoration: none;
  color: #fd7748;
  display: block; }

li.search__pager_back {
  width: 80px;
  background-color: white;
  position: relative; }

li.search__pager_back::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 10px solid #fd7748;
  border-bottom: 6px solid transparent; }

li.search__pager_next {
  width: 120px;
  background-color: white;
  background: linear-gradient(90deg, #eb6a3d 0%, #fd7748 49.72%, #ffa666 100%);
  margin-right: 0;
  border: 0;
  position: relative; }

li.search__pager_next::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid white;
  border-bottom: 6px solid transparent; }

li.search__pager_select {
  background-color: #eee;
  box-shadow: none;
  border: 0;
  cursor: default; }
  li.search__pager_select:hover {
    opacity: 1; }

li.search__pager_disable {
  box-shadow: none;
  cursor: default;
  border: 0;
  background: none;
  width: 24px; }
  li.search__pager_disable:hover {
    opacity: 1; }

/** 検索条件 **/
.c-search-filter__table-text {
  float: left;
  margin: 10px 0 0 10px; }

.c-search-filter__input-detail {
  margin: 0 10px 0 0; }

.p-search-special__header {
  text-align: center;
  height: 200px;
  background-image: url("/images/ui_renewal/top_special/parts/top_special_header_bg.png");
  background-repeat: repeat-x;
  background-size: 25% auto;
  padding-top: 60px;
  margin-bottom: 40px; }

.p-search-special__header-icon {
  display: inline-block;
  margin-right: 28px; }

.p-search-special__header-icon-img {
  vertical-align: bottom;
  width: 90px; }

.p-search-special__header-text {
  display: inline-block;
  margin-bottom: 10px; }

.p-search-special__header-description {
  color: #00A3B8;
  display: block;
  font-size: 1.25rem;
  margin-bottom: 10px; }

.p-search-special__header-title {
  color: #00A3B8;
  font-weight: bold;
  display: block;
  font-size: 2.25rem; }

.search-condition {
  position: relative;
  margin-bottom: 10px;
  left: 30px;
  font-size: 14px;
  top: -15px;
  max-width: 800px; }

.search-condition__list {
  display: inline-block; }

.search-condition__list_title {
  display: inline-block; }

.search-condition__list_condition {
  margin-left: 5px;
  width: 190px;
  display: inline-block; }

.search-condition__list_condition_link {
  color: #fd7748;
  font-size: 0.875rem; }

.c-sitemap-table {
  width: 100%; }
  .c-sitemap-table td {
    width: 50%;
    vertical-align: top; }

.p-sitemap .link {
  text-decoration: none;
  color: #fd7748;
  transition: color 0.25s; }
  .p-sitemap .link .c-img-02 {
    margin-right: 6px;
    margin-bottom: -1px; }
  .p-sitemap .link:hover {
    color: #4c4c4c; }

.p-sitemap__list {
  *zoom: 1;
  width: 100%;
  margin-bottom: 48px; }
  .p-sitemap__list:after {
    content: "";
    display: table;
    clear: both; }

.p-sitemap__table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin: 8px auto 24px; }
  .p-sitemap__table td {
    line-height: 40px;
    border: 1px solid #ddd; }
  .p-sitemap__table td:nth-child(odd) {
    background-color: #FAFAFA; }

.p-sitemap__columns {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-content: stretch; }
  @media (max-width: 768px) {
    .p-sitemap__columns {
      display: block; } }

.p-sitemap__columns-content {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 16px; }
  @media (max-width: 768px) {
    .p-sitemap__columns-content {
      padding: 0;
      margin-bottom: 24px; } }

.l-skills {
  margin: 24px auto 48px; }
  .l-skills .inner {
    margin-bottom: 12px; }
  .l-skills .skill-select {
    padding: 0 4px;
    width: 50%;
    float: left; }
  .l-skills .skill-experience {
    padding: 0 4px;
    width: 25%;
    box-sizing: border-box;
    float: left; }
    .l-skills .skill-experience .input-selector {
      padding: 0;
      font-size: 0.75rem; }

.template-control__options_view {
  display: none; }

.c-icon {
  vertical-align: middle; }
  .c-icon.\--margin-left {
    margin-left: 4px; }
  .c-icon.\--margin-right {
    margin-right: 4px; }

/*# sourceMappingURL=ui-renewal-responsive-css.css.map*/