@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: #000;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-optical-sizing: auto;
}

body.is-active {
  overflow: hidden;
}

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

/*
 * youtube埋め込み レスポンシブ対応 
 */

.c-youtube-iframe {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

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

/*
 * 共通スタイル
 */

.c-main {
  padding-bottom: 80px;
}

.c-breadcrumb {
  display: none;
}

.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: #0000cd;
  text-decoration: underline;
}

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

.c-list {
  font-size: .75em;
}

.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-section__content {
  margin-right: auto;
  margin-left: auto;
}

.c-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  background: #fff;
}

.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-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-item {
  display: block;
}

.c-header-list-item--filter img {
  display: block;
}

.c-header-list-item__btn img {
  display: block;
}

.c-footer {
  background-color: #fff;
}

.c-footer__content {
  letter-spacing: 0;
}

.c-footer-page-top {
  display: block;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .5);
  background-image: url("../img/icon_page_top.svg");
  background-size: contain;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

.c-footer-page-top.is-show {
  visibility: visible;
  opacity: 1;
}

.c-footer__logo {
  display: block;
}

.c-footer__link {
  display: inline-block;
  font-weight: 500;
  line-height: 1.75;
}

.c-footer__link::after {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 9px;
  margin-left: 4px;
  content: url("../img/icon_target_blank.svg");
}

.c-footer__copyright {
  display: inline-block;
  line-height: 1.75;
}

[data-fade-in] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}

[data-fade-in].is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.kv-movie {
  position: relative;
}

.kv-movie__btn {
  display: block;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.kv__iframe-pc {
  width: 100%;
  height: 100%;
  aspect-ratio: 25/7;
}

.kv__iframe-sp {
  width: 100%;
  height: 100%;
  aspect-ratio: 50/23;
}

.lead {
  font-weight: bold;
  line-height: 2.333;
  letter-spacing: 0;
}

.what {
  background-color: #0046ad;
  color: #fff;
}

.what__content {
  margin-right: auto;
  margin-left: auto;
}

.what__heading {
  font-weight: 700;
  line-height: 1.15;
}

.what__heading::before {
  display: block;
  background-image: url("../img/icon_what.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.what-col2__heading {
  font-weight: 700;
  line-height: 1.05;
}

.what-col2-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.what-col2-btn__content {
  font-weight: 500;
}

.what-col2-btn__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: #00a9e0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.what-col2-btn__arrow {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.what-col2-btn__arrow::before,
.what-col2-btn__arrow::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.what-col2-btn__arrow::after {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

@-webkit-keyframes transformLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes transformLeftRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes transformRightLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@keyframes transformRightLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

.what-project__heading {
  font-weight: 700;
}

.what-project-col__card:nth-child(1) .what-project-col__image::before {
  background-image: url("../img/icon_project_story01.svg");
}

.what-project-col__card:nth-child(2) .what-project-col__image::before {
  background-image: url("../img/icon_project_story02.svg");
}

.what-project-col__card:nth-child(3) .what-project-col__image::before {
  background-image: url("../img/icon_project_story03.svg");
}

.what-project-col__image {
  position: relative;
}

.what-project-col__image::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}

.what-project-col__text {
  position: relative;
  margin-top: 15px;
  font-weight: 700;
  line-height: 1.666;
}

.what-project-col__circle {
  position: absolute;
  top: 0;
  right: 0;
}

.what-project-col__border {
  display: block;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
}

.what-project-col__arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.what-project-col__arrow::before,
.what-project-col__arrow::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.what-project-col__arrow::after {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.interview__content {
  margin-right: auto;
  margin-left: auto;
}

.interview__heading-image {
  display: block;
}

.interview__heading-main {
  display: block;
  margin-top: 10px;
  color: #0046ad;
  font-weight: 700;
  line-height: 1.15;
}

.interview__heading-note {
  display: block;
  font-weight: 500;
}

.interview-col__body {
  display: block;
  position: relative;
}

.interview-col__heading {
  font-weight: 700;
  line-height: 1.15;
}

.interview-col__dept {
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

.interview-col__name {
  font-weight: 600;
  letter-spacing: 0;
}

.interview-col__play {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.interview-col__play-icon {
  position: absolute;
  z-index: 3;
}

.interview-col__thumbnail {
  display: block;
}

.recruitment {
  background: #eaeef4;
  background: linear-gradient(165deg, #eaeef4 20%, #d0e2fd 80%);
}

.recruitment__content {
  margin-right: auto;
  margin-left: auto;
}

.recruitment__heading {
  text-align: center;
}

.recruitment__heading-image {
  display: inline-block;
}

.recruitment__heading-note {
  display: block;
  font-weight: 500;
}

.recruitment-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  background: #0046ad;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruitment-btn--zensho {
  background: #0046ad;
  background: linear-gradient(135deg, #0046ad 35%, #0086ce 100%);
}

.recruitment-btn--zensho::before {
  background: #0046ad;
  background: linear-gradient(135deg, #0046ad 35%, #0086ce 100%);
}

.recruitment-btn--sukiya {
  background: #d7140e;
  background: linear-gradient(135deg, #d7140e 0%, #d7140e 30%, #ec763a 100%);
}

.recruitment-btn--sukiya::before {
  background: #d7140e;
  background: linear-gradient(135deg, #d7140e 0%, #d7140e 30%, #ec763a 100%);
}

.recruitment-btn--hama-sushi {
  background: #00233f;
  background: linear-gradient(135deg, #00233f 25%, #0072c3 100%);
}

.recruitment-btn--hama-sushi::before {
  background: #00233f;
  background: linear-gradient(135deg, #00233f 25%, #0072c3 100%);
}

.recruitment-btn--jolly-pasta {
  background: #720005;
  background: linear-gradient(135deg, #720005 0%, #720005 30%, #c5070d 100%);
}

.recruitment-btn--jolly-pasta::before {
  background: #720005;
  background: linear-gradient(135deg, #720005 0%, #720005 30%, #c5070d 100%);
}

.recruitment-btn__logo {
  display: inline-block;
  position: relative;
}

.recruitment-btn__content {
  position: relative;
  font-weight: 700;
}

.recruitment-btn__circle {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}

.recruitment-btn__arrow {
  overflow: hidden;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.recruitment-btn__arrow::before,
.recruitment-btn__arrow::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.recruitment-btn__arrow::after {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.loading {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

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

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

  .c-link {
    cursor: pointer;
  }

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

  .c-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .c-section__content {
    max-width: 1020px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-header__content {
    height: 80px;
    padding-right: 1.333%;
    padding-left: 1.73%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-header-logo {
    max-width: 129px;
    margin-right: 20px;
  }

  .c-header__recruit-btn {
    display: none;
  }

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

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

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

  .c-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c-header-list > li:nth-child(1) {
    max-width: 129px;
  }

  .c-header-list > li:nth-child(2) {
    max-width: 105px;
    margin-left: 3.018%;
  }

  .c-header-list > li:nth-child(3) {
    max-width: 211.104px;
    margin-left: 3.018%;
  }

  .c-header-list > li:nth-child(4) {
    min-width: 150px;
    max-width: 200px;
    width: 15.093%;
    margin-left: 3.471%;
  }

  .c-header-list-item {
    position: relative;
  }

  .c-header-list-item--filter {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .c-header-list-item--filter::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0087cf;
    content: "";
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  .c-header-list-item--filter img {
    -webkit-transition: -webkit-filter .15s ease-out;
    transition: -webkit-filter .15s ease-out;
    transition: filter .15s ease-out;
    transition: filter .15s ease-out, -webkit-filter .15s ease-out;
  }

  .c-header-list-item--filter:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .c-header-list-item--filter:hover img {
    -webkit-filter: invert(40%) sepia(17%) saturate(7402%) hue-rotate(177deg) brightness(90%) contrast(101%);
    filter: invert(40%) sepia(17%) saturate(7402%) hue-rotate(177deg) brightness(90%) contrast(101%);
  }

  .c-header-list-item--recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 200px;
    height: 40px;
    background: #0046ad;
    background: linear-gradient(120deg, #0046ad 0%, #0046ad 15%, #0087cf 100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-header-list-item--recruit::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0046ad;
    background: linear-gradient(120deg, #0046ad 0%, #0046ad 15%, #0087cf 100%);
    content: "";
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }

  .c-header-list-item--recruit:hover::before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .c-header-list-item__btn {
    position: relative;
    max-width: 111px;
  }

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

  .c-footer__content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 4%;
  }

  .c-footer-page-top {
    right: 3.333%;
    bottom: 45px;
    width: 74px;
    height: 74px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-footer-page-top:hover {
    opacity: .7;
  }

  .c-footer__logo {
    width: 167px;
  }

  .c-footer__link {
    margin-top: 25px;
  }

  .c-footer__copyright {
    margin-top: 25px;
    font-size: 15px;
  }

  .kv-lead {
    min-width: 640px;
    width: 74.369%;
    margin-top: 6px;
    margin-left: 10%;
  }

  .kv-movie {
    margin-top: 60px;
  }

  .kv-movie__btn {
    top: -13%;
    right: 10.666%;
    max-width: 150px;
    width: 15%;
    min-height: 100px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .kv-movie__btn:hover {
    opacity: .7;
  }

  .lead {
    padding-top: 160px;
    padding-bottom: 160px;
    padding-left: 13.333%;
    font-size: 24px;
  }

  .what {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .what__content {
    min-width: 720px;
    width: 73.333%;
  }

  .what__heading {
    font-size: 70px;
  }

  .what__heading::before {
    width: 198px;
    height: 43px;
  }

  .what-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .what-col2--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 60px;
  }

  .what-col2__head {
    width: calc(50% + 40px);
    margin-right: 20px;
    margin-left: 20px;
  }

  .what-col2__body {
    width: calc(50% + 40px);
    margin-right: 20px;
    margin-left: 20px;
  }

  .what-col2__heading {
    font-size: 48px;
  }

  .what-col2__small-heading {
    font-size: 24px;
  }

  .what-col2__text {
    margin-top: 30px;
    line-height: 2;
  }

  .what-col2-btn {
    width: 240px;
    height: 60px;
    margin-top: 45px;
    padding-right: 10px;
    padding-left: 30px;
    border-radius: 30px;
  }

  .what-col2-btn:hover .what-col2-btn__circle {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  .what-col2-btn:hover .what-col2-btn__arrow::before {
    -webkit-animation-name: transformRightLeft;
    animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .what-col2-btn:hover .what-col2-btn__arrow::after {
    -webkit-animation-name: transformLeftRight;
    animation-name: transformLeftRight;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }

  .what-col2-btn__circle {
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }

  .what-col2-btn__arrow {
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .what-col2-btn__arrow::before,
  .what-col2-btn__arrow::after {
    width: 17.5px;
    height: 17.5px;
    background-image: url("../img/arrow_next_wh.svg");
  }

  .what-project {
    margin-top: 80px;
  }

  .what-project__heading {
    font-size: 48px;
  }

  .what-project-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .what-project-col__card {
    width: calc(33.3333333333% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }

  .what-project-col__card:hover .what-project-col__image > img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  .what-project-col__card:hover .what-project-col__border {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  .what-project-col__card:hover .what-project-col__arrow::before {
    -webkit-animation-name: transformRightLeft;
    animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .what-project-col__card:hover .what-project-col__arrow::after {
    -webkit-animation-name: transformLeftRight;
    animation-name: transformLeftRight;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }

  .what-project-col__image {
    overflow: hidden;
  }

  .what-project-col__image > img {
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }

  .what-project-col__image::before {
    width: 110px;
  }

  .what-project-col__text {
    padding-right: 40px;
    font-size: 18px;
  }

  .what-project-col__border {
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }

  .what-project-col__arrow {
    width: 40px;
    height: 40px;
  }

  .what-project-col__arrow::before,
  .what-project-col__arrow::after {
    width: 17.5px;
    height: 17.5px;
    background-image: url("../img/arrow_next_wh.svg");
  }

  .interview {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .interview__content {
    min-width: 720px;
    width: 73.333%;
  }

  .interview__heading-image {
    width: 396.44px;
  }

  .interview__heading-main {
    font-size: 98px;
  }

  .interview__heading-note {
    margin-top: 30px;
    font-size: 18px;
  }

  .interview-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .interview-col:not(:first-of-type) {
    margin-top: 30px;
  }

  .interview-col:first-of-type {
    margin-top: 70px;
  }

  .interview-col__head {
    width: 53.637%;
    padding-right: 40px;
  }

  .interview-col__body {
    width: 46.363%;
    cursor: pointer;
  }

  .interview-col__body:hover .interview-col__thumbnail {
    opacity: 0;
  }

  .interview-col__body:hover .interview-col__play {
    width: 180px;
    height: 180px;
  }

  .interview-col__body:hover .interview-col__play-icon {
    width: 82px;
  }

  .interview-col__number {
    width: 210px;
  }

  .interview-col__heading {
    font-size: 40px;
  }

  .interview-col__dept {
    font-size: 14px;
  }

  .interview-col__name {
    font-size: 20px;
  }

  .interview-col__play {
    width: 140px;
    height: 140px;
    border-top-left-radius: 190px;
    -webkit-transition: width .15s ease-in-out, height .15s ease-in-out;
    transition: width .15s ease-in-out, height .15s ease-in-out;
  }

  .interview-col__play-icon {
    right: 24px;
    bottom: 11%;
    width: 68px;
  }

  .interview-col__thumbnail {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
  }

  .interview-col__thumbnail-hover {
    display: block;
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .recruitment {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .recruitment__content {
    min-width: 720px;
    width: 69.333%;
  }

  .recruitment__heading-image {
    width: 615px;
  }

  .recruitment__heading-note {
    margin-top: 15px;
    font-size: 18px;
  }

  .recruitment-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recruitment-col__item {
    width: calc(50% - 20px);
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .recruitment-btn {
    height: 120px;
    padding-left: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .recruitment-btn::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    content: "";
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }

  .recruitment-btn:hover::before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .recruitment-btn:hover .recruitment-btn__circle {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  .recruitment-btn:hover .recruitment-btn__arrow::before {
    -webkit-animation-name: transformRightLeft;
    animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .recruitment-btn:hover .recruitment-btn__arrow::after {
    -webkit-animation-name: transformLeftRight;
    animation-name: transformLeftRight;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }

  .recruitment-btn--zensho .recruitment-btn__logo {
    width: 156.73px;
    padding-bottom: 8px;
  }

  .recruitment-btn--sukiya .recruitment-btn__logo {
    width: 84px;
  }

  .recruitment-btn--hama-sushi .recruitment-btn__logo {
    width: 136.23px;
  }

  .recruitment-btn--jolly-pasta .recruitment-btn__logo {
    width: 173.67px;
  }

  .recruitment-btn__logo {
    margin-right: 20px;
  }

  .recruitment-btn__content {
    width: 200px;
    font-size: 18px;
  }

  .recruitment-btn__circle {
    right: 40px;
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }

  .recruitment-btn__arrow {
    right: 40px;
    width: 40px;
    height: 40px;
  }

  .recruitment-btn__arrow::before,
  .recruitment-btn__arrow::after {
    width: 17.5px;
    height: 17.5px;
    background-image: url("../img/arrow_next_k.svg");
  }
}

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

  .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-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section__content {
    max-width: 480px;
    width: calc(100% - 40px);
  }

  .c-header__content {
    height: 50px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .c-header__recruit-btn {
    width: 130px;
    margin-right: 75px;
  }

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

  .c-header-menu-btn {
    display: block;
    position: relative;
    width: 40px;
    height: 20px;
  }

  .c-header-menu-btn__line {
    display: inline-block;
    position: absolute;
    /*アニメーションの設定*/
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

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

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

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

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

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

  .c-header-sp-logo {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 68.5px;
  }

  .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: #0046ad;
    opacity: 0;
  }

  .c-header-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-header-list {
    width: 100%;
  }

  .c-header-list > li {
    margin-right: auto;
    margin-left: auto;
  }

  .c-header-list > li:nth-child(1) {
    width: 165.5px;
  }

  .c-header-list > li:nth-child(2) {
    width: 133.5px;
    margin-top: 50px;
  }

  .c-header-list > li:nth-child(3) {
    width: 268.18px;
    margin-top: 50px;
  }

  .c-header-list > li:nth-child(4) {
    width: 230px;
    margin-top: 80px;
  }

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

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

  .c-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-footer-page-top {
    right: 20px;
    bottom: 23.5px;
    width: 43px;
    height: 43px;
  }

  .c-footer__logo {
    width: 90px;
  }

  .c-footer__link {
    margin-left: 10px;
    font-size: 10.5px;
  }

  .c-footer__copyright {
    width: 100%;
    margin-top: 15px;
    font-size: 10px;
    -webkit-transform: scale(.7, .7);
    transform: scale(.7, .7);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  .kv-lead {
    width: 89.333%;
    margin-top: 9%;
    margin-right: auto;
    margin-left: auto;
  }

  .kv-movie {
    margin-top: 14%;
  }

  .kv-movie__btn {
    top: -13%;
    right: 5.333%;
    width: 24%;
  }

  .lead {
    padding-top: 20%;
    padding-bottom: 20%;
    padding-left: 5.333%;
    font-size: 16px;
  }

  .what {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .what__content {
    width: 89.333%;
  }

  .what__heading {
    font-size: 33px;
  }

  .what__heading::before {
    width: 87px;
    height: 20px;
  }

  .what-col2 {
    position: relative;
    margin-top: 50px;
  }

  .what-col2__body {
    margin-top: 30px;
    padding-bottom: 75px;
  }

  .what-col2__heading {
    font-size: 24px;
  }

  .what-col2__small-heading {
    font-size: 16px;
  }

  .what-col2__text {
    margin-top: 16px;
    line-height: 1.92;
  }

  .what-col2-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 210px;
    height: 45px;
    margin: auto;
    padding-right: 7px;
    padding-left: 23px;
    border-radius: 22.5px;
  }

  .what-col2-btn__circle {
    width: 30px;
    height: 30px;
  }

  .what-col2-btn__arrow {
    right: 7px;
    width: 30px;
    height: 30px;
  }

  .what-col2-btn__arrow::before,
  .what-col2-btn__arrow::after {
    width: 12px;
    height: 12px;
    background-image: url("../img/arrow_next_wh_smp.svg");
  }

  .what-project {
    margin-top: 50px;
  }

  .what-project__heading {
    font-size: 24px;
  }

  .what-project-col__card {
    display: block;
    margin-top: 25px;
  }

  .what-project-col__image::before {
    width: 122px;
  }

  .what-project-col__text {
    font-size: 16px;
  }

  .what-project-col__border {
    width: 30px;
    height: 30px;
  }

  .what-project-col__arrow {
    width: 30px;
    height: 30px;
  }

  .what-project-col__arrow::before,
  .what-project-col__arrow::after {
    width: 12px;
    height: 12px;
    background-image: url("../img/arrow_next_wh_smp.svg");
  }

  .interview {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .interview__content {
    width: 89.333%;
  }

  .interview__heading-image {
    width: 174.9px;
  }

  .interview__heading-main {
    font-size: 39px;
  }

  .interview__heading-note {
    margin-top: 20px;
    font-size: 16px;
  }

  .interview-col:not(:first-of-type) {
    margin-top: 40px;
  }

  .interview-col:first-of-type {
    margin-top: 60px;
  }

  .interview-col__number {
    width: 115px;
  }

  .interview-col__heading {
    margin-top: 5px;
    font-size: 22px;
  }

  .interview-col__dept {
    font-size: 12px;
  }

  .interview-col__name {
    font-size: 15px;
  }

  .interview-col__play {
    width: 110px;
    height: 110px;
    border-top-left-radius: 320px;
  }

  .interview-col__play-icon {
    right: 6%;
    bottom: 10%;
    width: 56px;
  }

  .interview-col__thumbnail {
    margin-top: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .interview-col__thumbnail-hover {
    display: none;
  }

  .recruitment {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .recruitment__heading-image {
    width: 248px;
  }

  .recruitment__heading-note {
    margin-top: 10px;
    font-size: 16px;
  }

  .recruitment-col {
    width: 74.666%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
  }

  .recruitment-col__item {
    margin-top: 15px;
  }

  .recruitment-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 110px;
    padding-left: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .recruitment-btn--zensho .recruitment-btn__logo {
    width: 137px;
  }

  .recruitment-btn--sukiya .recruitment-btn__logo {
    width: 60px;
  }

  .recruitment-btn--hama-sushi .recruitment-btn__logo {
    width: 109px;
  }

  .recruitment-btn--jolly-pasta .recruitment-btn__logo {
    width: 152px;
  }

  .recruitment-btn__content {
    margin-top: 12px;
    font-size: 14px;
  }

  .recruitment-btn__circle {
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .recruitment-btn__arrow {
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .recruitment-btn__arrow::before,
  .recruitment-btn__arrow::after {
    width: 12px;
    height: 12px;
    background-image: url("../img/arrow_next_k_smp.svg");
  }
}

@media (scripting: none) {
  .loading {
    display: none;
  }
}