@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 3*/
}

/* Sections */

/* ============================================ */

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

body {
  margin: 0;
}

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

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

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

hr {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  /* 1 */
  height: 0;
  margin: 0;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

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

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 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 {
  position: relative;
  font-size: 75%;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */

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

/**
 * 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. Fix font inheritance.
 */

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

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/*
 * リセットCSS
 */

html {
  height: 100%;
}

body {
  position: relative;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 180%;
  letter-spacing: .01em;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

body.is-active {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}

:where(dialog) {
  overflow: unset;
  max-width: unset;
  width: unset;
  max-height: unset;
  height: unset;
  margin: unset;
  padding: unset;
  border: unset;
  background-color: unset;
  color: unset;
}

/*
 * 記事一覧(カード型)
 */

.c-article-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.c-article-card__title {
  margin-top: -.5em;
  font-weight: 700;
}

.c-article-card-label {
  display: inline-block;
  margin-top: .5em;
  margin-right: .5em;
  padding: 5px 9px;
  background: #ccc;
  color: #555;
  font-size: .7em;
  font-weight: 600;
}

.c-article-card-label--info {
  background: #ff5252;
  color: #fff;
}

.c-article-card-label--info-cat {
  padding: 4px 8px;
  border: 1px solid #ff5252;
  background: #fff;
  color: #ff5252;
}

.c-article-card-label--product {
  background: #303f9f;
  color: #fff;
}

.c-article-card-label--service {
  background: #4caf50;
  color: #fff;
}

.c-article-card-label--recruit {
  background: #ff9800;
  color: #fff;
}

.c-article-card-label--recruit-cat {
  padding: 4px 8px;
  border: 1px solid #ff9800;
  background: #fff;
  color: #ff9800;
}

.c-article-card-label--other {
  background: #b0c4de;
  color: #222;
}

.c-article-card__text {
  margin-top: 20px;
}

.c-article-card__data {
  display: inline-block;
  color: #ccc;
}

/*
 * 記事ページ
 */

.c-single-title {
  margin-top: -5px;
  font-weight: 600;
}

.c-single-title-label {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  padding: 6px 10px;
  background: #ccc;
  color: #555;
}

.c-single-title-label--info {
  background: #ff5252;
  color: #fff;
}

.c-single-title-label--info-cat {
  padding: 5px 9px;
  border: 1px solid #ff5252;
  background: #fff;
  color: #ff5252;
}

.c-single-title-label--product {
  background: #303f9f;
  color: #fff;
}

.c-single-title-label--service {
  background: #4caf50;
  color: #fff;
}

.c-single-title-label--recruit {
  background: #ff9800;
  color: #fff;
}

.c-single-title-label--recruit-cat {
  padding: 5px 9px;
  border: 1px solid #ff9800;
  background: #fff;
  color: #ff9800;
}

.c-single-title-label--other {
  background: #b0c4de;
  color: #222;
}

.c-single-title-main {
  display: inline-block;
  margin-top: 10px;
}

.c-single-figure {
  position: relative;
}

.c-single-figure__text {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  color: #fff;
}

/*
 * 次の記事・前の記事リンク
 */

.c-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-post-list-item {
  width: 50%;
}

.c-post-list-item:only-child {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.c-post-list-item--prev {
  padding-right: 10%;
}

.c-post-list-item--next {
  padding-left: 10%;
  text-align: right;
}

.c-post-list-link__strong {
  font-weight: 700;
}

.c-post-list-link__title {
  text-decoration: underline;
}

/*
 * 共通スタイル
 */

.c-mt10 {
  margin-top: 10px;
}

.c-mt20 {
  margin-top: 20px;
}

.c-mt30 {
  margin-top: 30px;
}

.c-mt40 {
  margin-top: 40px;
}

.c-mt50 {
  margin-top: 50px;
}

.c-mt60 {
  margin-top: 60px;
}

.c-mt70 {
  margin-top: 70px;
}

.c-mt80 {
  margin-top: 80px;
}

.c-nowrap {
  display: inline-block;
  word-break: break-all;
}

.c-kerning {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

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

.c-align-left {
  text-align: left;
}

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

.c-strong {
  font-weight: 700;
}

.c-highlight {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 228, 0, .4);
  text-decoration-color: rgba(255, 228, 0, .4);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: .5em;
  text-underline-offset: -.2em;
}

.c-color-rd {
  color: #f00;
}

.c-color-bl {
  color: #00f;
}

.c-color-bk {
  color: #000;
}

.c-link {
  color: #e50012;
  text-decoration: underline;
}

.c-link:active,
.c-link:focus,
.c-link:visited,
.c-link:hover {
  color: #e50012;
}

.c-link::after {
  display: inline-block;
  width: 15px;
  height: 12.5px;
  margin-left: .3em;
  background-image: url("../img/common/icon_target_blank_rd.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.c-list {
  color: #555;
  font-size: 10px;
}

.c-list li {
  position: relative;
  padding-left: 1.1em;
  color: inherit;
}

.c-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: "※";
}

.c-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

.c-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header-logo__item {
  display: block;
}

.c-header-logo__heading {
  line-height: 1.1;
  letter-spacing: 0;
}

.c-header-box.is-animate {
  -webkit-transition: opacity .3s, visibility 0s ease .3s;
  transition: opacity .3s, visibility 0s ease .3s;
}

.c-header-box.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-header-list > li {
  line-height: 1;
}

.c-header-list-item {
  font-weight: 700;
}

.c-header-list-item--entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  border-radius: 22.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-footer {
  position: relative;
  background-color: #dde7e2;
}

.c-footer__content {
  margin-right: auto;
  margin-left: auto;
}

.c-footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 20px;
  background-color: #222;
  color: #fff;
  font-weight: 700;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-footer-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/icon_target_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.c-footer-btn--entry {
  width: 100%;
}

.c-footer-btn--contact {
  width: 100%;
  line-height: 1.2;
}

.c-footer-btn__caps {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1;
}

.c-footer-btn__caps-thin {
  font-weight: 100;
}

.c-footer-btn__note {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 1em;
  line-height: 1.4;
}

.c-footer__copyright {
  background-color: #222;
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
}

.c-heading {
  font-weight: 700;
}

.c-heading__decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-heading__decoration::before {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 4px;
  background-color: #e50012;
  content: "";
}

.c-heading__main {
  display: inline-block;
  margin-top: 8px;
  line-height: 1.5;
}

.c-heading__note {
  display: block;
  font-weight: 400;
  text-align: right;
}

.c-heading-sub {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}

.c-heading-sub::before {
  position: absolute;
  left: 0;
  background-color: #e50012;
  content: "";
}

.c-interview {
  background: white;
}

.c-interview-slider {
  padding-right: 12px;
}

.c-interview-slider__content {
  overflow: hidden;
  margin-right: -12px;
  margin-left: -12px;
}

.c-interview-slider__content .slick-list {
  overflow: visible;
  padding-left: 0 !important;
}

.c-interview-slider__content .slick-dots {
  bottom: 0;
}

.c-interview-slider__content .slick-dots.slick-slider {
  margin-bottom: 0;
}

.c-interview-slider__content .slick-dots li {
  margin: 0 2px;
}

.c-interview-slider__content .slick-dots li button::before {
  color: #13ae67;
  font-size: 10px;
}

.c-interview-slider__content .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #13ae67;
}

.c-interview-card {
  padding-right: 12px;
  padding-left: 12px;
}

.c-interview-card__link {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  letter-spacing: .01em;
}

.c-interview-card__link::before {
  position: absolute;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-interview-card__company {
  font-size: 12px;
  font-weight: 700;
}

.c-interview-card__title {
  position: relative;
  font-weight: 500;
}

.c-interview-card__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #ddd;
  content: "";
}

.c-interview-card__job-title {
  font-size: 14px;
  font-weight: 500;
}

.c-interview-card__initial {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.c-interview__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-color: #222;
  color: #fff;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-interview__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 16px;
  margin: auto;
  background-image: url("../img/common/arrow_back_top.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .c-article-card {
    margin-left: auto;
    margin-left: auto;
  }

  .c-article-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-article-card__link {
    width: 100%;
    border: 1px solid #ccc;
  }

  .c-article-card__link:hover {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-article-card__link:hover:hover {
    opacity: .7;
  }

  .c-article-card__item {
    width: calc(33.333% - 20px);
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .c-article-card__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .c-article-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 15px;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .c-article-card__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .c-article-card__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .c-article-card__data {
    margin-top: 20px;
    font-size: 12px;
  }

  .c-single-title-label {
    font-size: 12px;
  }

  .c-single-title-label:hover {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-single-title-label:hover:hover {
    opacity: .7;
  }

  .c-single-title-main {
    font-size: 24px;
  }

  .c-single-figure {
    margin-top: 30px;
  }

  .c-single-figure__text {
    padding: 15px;
    font-size: 14px;
  }

  .c-single-text {
    margin-top: 50px;
    font-size: 18px;
  }

  .c-post-list-link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-post-list-link:hover {
    opacity: .7;
  }

  .c-hide-pc {
    display: none;
  }

  .c-link {
    cursor: pointer;
  }

  .c-link:hover {
    text-decoration: none;
  }

  .c-header__content {
    margin-right: auto;
    margin-left: auto;
    padding-right: 3.488%;
    padding-left: 3.456%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-header-logo {
    width: 420px;
  }

  .c-header-logo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-header-logo__item {
    width: 120px;
  }

  .c-header-logo__heading {
    padding-left: 18px;
    font-size: 18px;
  }

  .c-header-menu {
    display: none;
  }

  .c-header-sp-logo {
    display: none;
  }

  .c-header-box {
    visibility: visible;
    width: calc(100% - 420px);
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .c-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c-header-list > li {
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 20px;
  }

  .c-header-list > li .c-header-list-entry {
    padding-top: 20;
  }

  .c-header-list-entry {
    width: 180px;
  }

  .c-header-list-item:not(.c-header-list-item--entry) {
    color: #222;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-header-list-item:not(.c-header-list-item--entry):hover {
    opacity: .7;
  }

  .c-header-list-item:not(.c-header-list-item--entry):active,
  .c-header-list-item:not(.c-header-list-item--entry):focus,
  .c-header-list-item:not(.c-header-list-item--entry):visited,
  .c-header-list-item:not(.c-header-list-item--entry):hover {
    color: #222;
  }

  .c-header-list-item--entry {
    border: 1px solid #e50012;
    background-color: #e50012;
    color: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }

  .c-header-list-item--entry:active,
  .c-header-list-item--entry:focus,
  .c-header-list-item--entry:visited,
  .c-header-list-item--entry:hover {
    color: #fff;
  }

  .c-header-list-item--entry:hover {
    background-color: #fff;
    color: #e50012;
  }

  .c-header-list-sp {
    display: none;
  }

  .c-header__sp-entry-btn {
    display: none;
  }

  .c-footer__content {
    width: 76.388%;
    padding-top: 120px;
    padding-bottom: 125px;
  }

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

  .c-footer-btn:not(.c-footer-btn--contact) {
    overflow: hidden;
    position: relative;
  }

  .c-footer-btn:not(.c-footer-btn--contact)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 58, 58, .8);
    content: "";
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
    mix-blend-mode: multiply;
  }

  .c-footer-btn:not(.c-footer-btn--contact):hover::before {
    background-color: rgba(58, 58, 58, .5);
  }

  .c-footer-btn::after {
    right: 33px;
    width: 19.74px;
    height: 18.39px;
  }

  .c-footer-btn--entry {
    min-height: 236px;
    padding-right: 6.272%;
    padding-left: 6.272%;
    background-image: url("../img/common/bg_btn_entry.jpg");
    background-position: center center;
    background-size: cover;
  }

  .c-footer-btn--career {
    width: calc(50% - 9px);
    min-height: 172px;
    margin-top: 18px;
    margin-right: 9px;
    padding: 10px 8% 10px 6.272%;
    background-image: url("../img/common/bg_btn_career.jpg");
    background-position: center center;
    background-size: cover;
  }

  .c-footer-btn--career .c-footer-btn__note {
    font-size: 14px;
  }

  .c-footer-btn--event {
    width: calc(50% - 9px);
    min-height: 172px;
    margin-top: 18px;
    margin-left: 9px;
    padding: 10px 8% 10px 6.272%;
    background-image: url("../img/common/bg_btn_event.jpg");
    background-position: center center;
    background-size: cover;
  }

  .c-footer-btn--event .c-footer-btn__note {
    font-size: 14px;
  }

  .c-footer-btn--contact {
    min-height: 75px;
    margin-top: 18px;
    border: 1px solid #222;
    font-size: 18px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-footer-btn--contact:hover {
    background-color: transparent;
    color: #222;
  }

  .c-footer-btn--contact:hover::after {
    background-image: url("../img/common/icon_target_blank_bk.svg");
  }

  .c-footer-btn__caps {
    font-size: 34px;
  }

  .c-footer-btn__note {
    font-size: 18px;
  }

  .c-footer__copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .c-heading__main {
    font-size: 42px;
  }

  .c-heading__note {
    font-size: 12px;
  }

  .c-heading-sub {
    padding-left: 27px;
    font-size: 36px;
  }

  .c-heading-sub::before {
    top: calc(1em - 15px);
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
  }

  .c-interview {
    padding-top: 160px;
    padding-bottom: 160px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(37%, white), color-stop(37%, #f3f4f5), to(#f3f4f5));
    background: linear-gradient(180deg, white 0%, white 37%, #f3f4f5 37%, #f3f4f5 100%);
  }

  .c-interview .c-heading {
    width: 76.388%;
    margin-right: auto;
    margin-left: auto;
  }

  .c-interview-slider {
    margin-top: 45px;
    padding-left: 3.68%;
  }

  .c-interview-slider__content {
    padding-bottom: 46px;
  }

  .c-interview-slider__content .slick-dots {
    padding-right: 3%;
  }

  .c-interview-card__link {
    padding: 0 32px 60px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-interview-card__link:hover {
    opacity: .7;
  }

  .c-interview-card__link::before {
    right: 32px;
    bottom: 32px;
    width: 32px;
    background-image: url("../img/common/arrow_interview.svg");
  }

  .c-interview-card__image {
    margin-right: -32px;
    margin-left: -32px;
  }

  .c-interview-card__company {
    margin-top: 32px;
  }

  .c-interview-card__title {
    padding-bottom: 32px;
    font-size: 18px;
  }

  .c-interview-card__title::after {
    width: 50px;
  }

  .c-interview-card__job-title {
    margin-top: 32px;
  }

  .c-interview-card__initial {
    margin-top: 5px;
  }

  .c-interview__btn {
    min-width: 380px;
    width: 26.388%;
    height: 55px;
    margin-top: 100px;
    border: 1px solid #222;
    border-radius: 27.5px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }

  .c-interview__btn:hover {
    background-color: transparent;
    color: #222;
  }

  .c-interview__btn:hover::after {
    background-image: url("../img/common/arrow_back_top_bk.svg");
  }

  .c-interview__btn::after {
    right: 24px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .c-article-card {
    padding-top: 20px;
  }

  .c-article-card__content {
    margin-top: 40px;
  }

  .c-article-card__item:not(:first-child) {
    margin-top: 30px;
  }

  .c-article-card__body {
    padding-top: 15px;
  }

  .c-article-card__data {
    margin-top: 10px;
    font-size: 10px;
  }

  .c-single-title-label {
    font-size: 10px;
  }

  .c-single-title-main {
    font-size: 18px;
  }

  .c-single-figure {
    margin-top: 20px;
  }

  .c-single-figure__text {
    padding: 5px;
    font-size: 12px;
  }

  .c-single-text {
    margin-top: 40px;
    font-size: 16px;
  }

  .c-post-list-link {
    font-size: 12px;
  }

  .c-hide-sp {
    display: none;
  }

  .c-sp10 {
    margin-top: 10px;
  }

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

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

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

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

  .c-mt-sp60 {
    margin-top: 60px;
  }

  .c-header__content {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-header-logo__item {
    width: 100px;
  }

  .c-header-logo__heading {
    display: inline-block;
    padding-top: 5px;
    font-size: 10px;
    text-align: center;
  }

  .c-header-menu {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  .c-header-menu-btn {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #13ae67;
    cursor: pointer;
  }

  .c-header-menu-btn.is-open {
    background-color: #fff;
  }

  .c-header-menu-btn.is-open .c-header-menu-btn__line {
    background-color: #13ae67;
  }

  .c-header-menu-btn__line {
    display: inline-block;
    position: absolute;
    right: 0;
    /*アニメーションの設定*/
    left: 0;
    width: 44%;
    height: 2px;
    margin: auto;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .c-header-menu-btn__line:nth-of-type(1) {
    top: 16px;
  }

  .c-header-menu-btn__line:nth-of-type(2) {
    top: 23px;
  }

  .c-header-menu-btn__line:nth-of-type(3) {
    top: 30px;
  }

  .c-header-menu-btn.is-open > .c-header-menu-btn__line:nth-of-type(1) {
    top: 16px;
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .c-header-menu-btn.is-open > .c-header-menu-btn__line:nth-of-type(2) {
    opacity: 0;
  }

  .c-header-menu-btn.is-open > .c-header-menu-btn__line:nth-of-type(3) {
    top: 32px;
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .c-header-sp-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 80px);
  }

  .c-header-sp-logo__img {
    display: block;
    width: 100px;
  }

  .c-header-sp-logo__text {
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .c-header-box {
    visibility: hidden;
    overflow: scroll;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background-color: #13ae67;
    opacity: 0;
  }

  .c-header-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 95vh;
    padding-bottom: 10%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-header-list {
    width: 100%;
    margin-top: 10px;
  }

  .c-header-list > li {
    padding-right: .256%;
    padding-left: 6.256%;
  }

  .c-header-list > li:not(:first-child) {
    margin-top: 30px;
  }

  .c-header-list-entry {
    margin-right: 9%;
  }

  .c-header-list-item {
    color: #fff;
    font-size: 18px;
    letter-spacing: .01em;
  }

  .c-header-list-item:active,
  .c-header-list-item:focus,
  .c-header-list-item:visited,
  .c-header-list-item:hover {
    color: #fff;
  }

  .c-header-list-item:not(.c-header-list-item--entry) {
    display: inline-block;
    margin-right: -1em;
  }

  .c-header-list-item > span {
    display: inline-block;
    -webkit-transition: -webkit-clip-path .2s ease-in-out .1s;
    transition: -webkit-clip-path .2s ease-in-out .1s;
    transition: clip-path .2s ease-in-out .1s;
    transition: clip-path .2s ease-in-out .1s, -webkit-clip-path .2s ease-in-out .1s;
    will-change: clip-path;
  }

  .c-header-list-item--entry {
    background-color: #fff;
    color: #13ae67;
    font-size: 20px;
  }

  .c-header-list-item--entry:active,
  .c-header-list-item--entry:focus,
  .c-header-list-item--entry:visited,
  .c-header-list-item--entry:hover {
    color: #13ae67;
  }

  .c-header-list-entry {
    margin-top: 40px;
  }

  .c-header-list-sp {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-header-list-sp__item {
    display: block;
  }

  .c-header__sp-entry-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    right: 85px;
    width: 38%;
    height: 50px;
    border-radius: 25px;
    background-color: #e50012;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-footer__content {
    width: calc(100% - 40px);
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .c-footer-btn {
    padding-right: 50px;
    padding-left: 6%;
  }

  .c-footer-btn:not(:first-child) {
    margin-top: 16px;
  }

  .c-footer-btn:not(:last-child) {
    min-height: 130px;
  }

  .c-footer-btn::after {
    right: 22.92px;
    width: 14.58px;
    height: 13.04px;
  }

  .c-footer-btn--entry {
    background: url("../img/common/bg_btn_default_smp.png"), url("../img/common/bg_btn_entry_smp.jpg");
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
  }

  .c-footer-btn--career {
    background: url("../img/common/bg_btn_default_smp.png"), url("../img/common/bg_btn_career_smp.jpg");
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
  }

  .c-footer-btn--event {
    background: url("../img/common/bg_btn_default_smp.png"), url("../img/common/bg_btn_event_smp.jpg");
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
  }

  .c-footer-btn--contact {
    min-height: 60px;
  }

  .c-footer-btn__caps {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: .01em;
  }

  .c-footer-btn__note {
    font-size: 12px;
  }

  .c-footer__copyright {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .c-heading__main {
    font-size: 31px;
  }

  .c-heading__note {
    font-size: 10px;
  }

  .c-heading-sub {
    padding-left: 18px;
    font-size: 20px;
  }

  .c-heading-sub::before {
    top: calc(1em - 8px);
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }

  .c-interview {
    padding-top: 120px;
    padding-bottom: 120px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(39%, white), color-stop(39%, #f3f4f5), to(#f3f4f5));
    background: linear-gradient(180deg, white 0%, white 39%, #f3f4f5 39%, #f3f4f5 100%);
  }

  .c-interview .c-heading {
    padding-right: 20;
    padding-left: 20px;
  }

  .c-interview-slider {
    margin-top: 32px;
  }

  .c-interview-slider__content {
    padding-bottom: 26px;
  }

  .c-interview-slider__content .slick-dots {
    padding-left: 3%;
  }

  .c-interview-card__link {
    padding: 0 16px 32px;
  }

  .c-interview-card__link::before {
    right: 17px;
    bottom: 39px;
    width: 25.17px;
    background-image: url("../img/common/arrow_interview_smp.svg");
  }

  .c-interview-card__image {
    margin-right: -16px;
    margin-left: -16px;
  }

  .c-interview-card__company {
    margin-top: 16px;
  }

  .c-interview-card__title {
    margin-top: 16px;
    padding-bottom: 5px;
    line-height: 1.7;
  }

  .c-interview-card__title::after {
    width: 42.75px;
  }

  .c-interview-card__job-title {
    margin-top: 14px;
  }

  .c-interview-card__initial {
    margin-top: 13px;
  }

  .c-interview__btn {
    width: calc(100% - 40px);
    height: 45px;
    margin-top: 80px;
    border-radius: 22.5px;
  }

  .c-interview__btn::after {
    right: 20px;
  }
}